*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-03-05 Juri Linkov <juri@jurta.org>
2
3 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
4 with `no-blinking-cursor'.
5
6 * startup.el (no-blinking-cursor): New defvar.
7 (command-line): Add `--no-blinking-cursor' to longopts.
8 Set `no-blinking-cursor' to t for command line arguments
9 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
10 with `no-blinking-cursor' in the condition for calling
11 `blink-cursor-mode'.
12
13 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
14
15 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
16 (menu-bar-options-save): Add blink-cursor-mode.
17 (menu-bar-options-menu): Add blink-cursor-mode.
18
19 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
20
21 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
22 (icalendar-export-file, icalendar-export-region)
23 (icalendar-import-file, icalendar-import-buffer): Add autoload
24 cookies.
25 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
26
27 2005-03-04 Lute Kamstra <lute@gnu.org>
28
29 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a
30 defvar.
31 (debug-function-list): Ditto.
32
33 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
34
35 * textmodes/texinfmt.el (texinfo-append-refill):
36 Redefine the types of line to which @refill
37 is not appended by replacing a search for `@refill\\|@bye' with
38 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
39 itemize@refill' bug and the unfilled long lines bug.
40 (texinfmt-version): update number and date.
41
42 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
43
44 * international/code-pages.el (windows-1250, windows-125[2-8])
45 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
46
47 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
48
49 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
50 bound yet.
51
52 2005-03-02 Romain Francoise <romain@orebokech.com>
53
54 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
55 buffer after removing limits.
56 (ibuffer-pop-filter): Ditto.
57 Update copyright.
58
59 2005-03-02 Miles Bader <miles@gnu.org>
60
61 * button.el (make-text-button): If the user doesn't specify a
62 type, use the default. Rewrite to use `add-text-properties' and
63 plist functions.
64
65 2005-03-01 Lute Kamstra <lute@gnu.org>
66
67 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
68 (debugger-jumping-flag): New var.
69 (debug-entry-code): Use it.
70 (debugger-jump): Use debugger-jumping-flag and add
71 debugger-reenable to post-command-hook.
72 (debugger-reenable): Use debugger-jumping-flag and remove itself
73 from post-command-hook.
74 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
75 debugger-reenable.
76
77 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
78
79 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
80 inclusion of "itemize\\|", which may be unnecessary, is certainly
81 inelegant, and stops refilling in itemize lists when formatting
82 Japanese Texinfo files to Info.
83 Update copyright to 2005.
84
85 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
86
87 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
88 of an error if GDB can't find the source file.
89
90 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
91
92 * calendar/calendar.el (redraw-calendar): Work from any buffer,
93 not just the calendar.
94
95 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
96 first.
97 (diary-redraw-calendar): New function.
98 (make-diary-entry): Add diary-redraw-calendar to local
99 write-contents-functions. Turn off selective display before
100 inserting in diary.
101
102 2005-03-01 Kim F. Storm <storm@cua.dk>
103
104 * emacs-lisp/copyright.el (copyright-fix-years): New command.
105
106 2005-03-01 Lute Kamstra <lute@gnu.org>
107
108 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
109 that debug-entry-code can be safely removed from a function while
110 this code is being evaluated. Revert the 2005-02-27 change as the
111 new implementation no longer requires it. Make sure that a
112 function body containing just a string is not mistaken for a
113 docstring.
114 (debug): Skip one more frame in case of debug on entry.
115 (debugger-setup-buffer): Delete one more frame line in case of
116 debug on entry.
117 (debugger-frame-number): Update to use the new text introduced by
118 the 1999-11-03 change. Skip one more frame in case of debug on entry.
119
120 2005-02-28 Kim F. Storm <storm@cua.dk>
121
122 * double.el (double-translate-key): Call force-window-update after
123 read-event to avoid crash in redisplay.
124
125 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
126
127 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
128 (debug): Use it. Move the inhibit-trace earlier.
129 (debug-entry-code): New const.
130 (debug-on-entry-1): Use it.
131
132 2005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change)
133
134 * international/utf-16.el (ccl-encode-mule-utf-16le):
135 Fix BUFFER_MAGNIFICATION to 2.
136 (ccl-encode-mule-utf-16be): Likewise.
137
138 2005-02-28 Kenichi Handa <handa@m17n.org>
139
140 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
141 Fix BUFFER_MAGNIFICATION to 4.
142 (ccl-encode-mule-utf-16be-with-signature): Likewise.
143
144 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
145
146 * speedbar.el (speedbar-update-flag): Doc fix.
147 (speedbar-show-info-under-mouse): Give set-mouse-position the right
148 argument.
149
150 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
151
152 * reveal.el (reveal-post-command): Don't try to reveal overlays which
153 have a non-nil `invisible' property but are actually visible.
154
155 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
156 for perldoc sections.
157 (perl-outline-regexp, perl-outline-level): New var and function.
158 (perl-mode): Use them.
159
160 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
161
162 * calendar/diary-lib.el (diary-remind): Discard any mark portion
163 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
164
165 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
166
167 * cus-edit.el: Comment change.
168 (custom-buffer-create-internal): Slightly reword text at top of
169 Custom buffers. Mention there that saving an option edits the
170 init file. Add link to Emacs manual node on `custom-file'.
171 (custom-magic-alist): Rewrite individual State messages to use
172 capitalized keywords. Doc fix.
173
174 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
175
176 * calendar/calendar.el (calendar-buffer): Move above
177 calendar-week-start-day.
178 (calendar-week-start-day): Doc fix. Add :set function.
179 (calendar-minimum-window-height): New variable.
180 (generate-calendar-window): Only resize window if selected-window
181 is displaying the calendar buffer. Use new variable
182 calendar-minimum-window-height.
183 (generate-calendar): Reword error message.
184 (calendar-mode-map): Bind DEL to scroll-other-window-down.
185
186 2005-02-27 Andreas Schwab <schwab@suse.de>
187
188 * vc.el (vc-do-command): Don't run command asynchronously when
189 operating in a remote directory.
190
191 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
192 change from sync with Tramp 2.0.47.
193
194 2005-02-27 Richard M. Stallman <rms@gnu.org>
195
196 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
197
198 * textmodes/flyspell.el (flyspell-mode-on):
199 Call ispell-change-dictionary only if necessary.
200
201 * emacs-lisp/re-builder.el (regexp-builder): New function.
202
203 * register.el (describe-register-1): Explicitly handle
204 yank-excluded-properties = t.
205
206 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
207 (custom-magic-alist): Change the status descriptions again.
208 (face widget-type): Total rewrite based on `restricted-sexp'
209 to eliminate the confusing double hiding levels.
210
211 * emacs-lisp/debug.el (debug-on-entry-1):
212 If function body is empty, add nil as body form.
213
214 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
215
216 * emacs-lisp/trace.el (inhibit-trace): New var.
217 (trace-make-advice): Use it.
218
219 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
220
221 2005-02-26 Kim F. Storm <storm@cua.dk>
222
223 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
224 (mouse-on-link-p, mouse-drag-region-1): Use it.
225
226 2005-02-25 Lute Kamstra <lute@gnu.org>
227
228 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
229
230 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
231
232 * frame.el (blink-cursor-mode): Add :group keyword.
233
234 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
235
236 * calendar/icalendar.el (icalendar--decode-isodatetime):
237 New optional argument DAY-SHIFT.
238 (icalendar-export-region): Fix coding-system-for-write.
239 (icalendar--convert-ical-to-diary): Shift end-day of all-day
240 events by one.
241
242 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
243
244 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
245
246 2005-02-24 Kim F. Storm <storm@cua.dk>
247
248 * international/iso-acc.el (iso-accents-compose): Fix crash
249 during redisplay. Call force-window-update after read-event
250 and delete-region to signal that window is not accurate.
251
252 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
253
254 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
255 Remove unused and inexistent var `inhibit-trace'.
256 (debugger-mode): Use run-mode-hooks.
257 (debugger-list-functions): Add buttons; setup xref stack.
258
259 2005-02-23 Richard M. Stallman <rms@gnu.org>
260
261 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
262 appointment says it was explicitly made.
263 (appt-add): Set the 3rd element.
264 (appt-make-list): Preserve explicit appointments.
265
266 * subr.el (find-tag-default): Catch errors in forward-sexp.
267
268 2005-02-23 Juri Linkov <juri@jurta.org>
269
270 * info.el (Info-isearch-search): New defcustom.
271 (Info-isearch-search): Call the default isearch function
272 when Info-isearch-search is nil.
273 (Info-isearch-wrap): Use variable Info-isearch-search.
274
275 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
276
277 * cus-edit.el: Comment change.
278
279 2005-02-22 Kim F. Storm <storm@cua.dk>
280
281 * progmodes/hideif.el (hide-ifdef-use-define-alist):
282 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
283
284 2005-02-22 Simon Josefsson <jas@extundo.com>
285
286 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
287 New variable.
288 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
289 Oskarsson" <myrkraverk@users.sourceforget.net>.
290
291 2005-02-22 Kim F. Storm <storm@cua.dk>
292
293 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
294 check that window of that event is the selected window.
295 (mouse-drag-region-1): Compare mouse event window to selected
296 window before setting point.
297
298 * tooltip.el (tooltip-show-help-function): Pass event to
299 mouse-on-link-p so it can check selected window.
300
301 2005-02-22 Kenichi Handa <handa@m17n.org>
302
303 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
304 (ps-mule-show-warning): New function.
305 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
306 characters are found.
307
308 * ps-print.el (ps-header-footer-string): Return a list of header
309 and footer strings.
310
311 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
312
313 * pcvs.el (cvs-retrieve-revision): Fix thinko.
314
315 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
316
317 * frame.el (blink-cursor-mode): Use define-minor-mode.
318
319 * term/mac-win.el (function-key-map): Use char-names more consistently.
320 (file-name-coding-system): Only set it for MacOS-9. The other case is
321 already handled in mule-cmds.el (where it also works when mac-win.el
322 is not used).
323
324 2005-02-21 Kenichi Handa <handa@m17n.org>
325
326 * international/mule.el (ctext-pre-write-conversion): Always use
327 " *code-converting-work*" buffer for work.
328
329 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
330
331 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
332
333 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
334
335 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
336
337 * ses.el (undo-more): Restore defadvice, but only the part that
338 allows changes outside the restricted area of the buffer.
339
340 2005-02-20 Kim F. Storm <storm@cua.dk>
341
342 * simple.el (line-move): Add fourth optional arg try-vscroll which
343 must be set to perform auto-window-vscroll.
344 When moving backwards and doing auto-window-vscroll, automatically
345 vscroll to the last part of lines which are taller than the window.
346 (next-line, previous-line): Set try-vscroll arg on line-move.
347
348 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
349
350 * replace.el (query-replace, query-replace-regexp)
351 (replace-string, replace-regexp): When operating on region, make
352 the minibuffer prompt say so.
353
354 * isearch.el (isearch-forward): Document isearch-query-replace and
355 isearch-query-replace-regexp keybindings.
356
357 2005-02-19 Jay Belanger <belanger@truman.edu>
358
359 * calc/calc-aent.el (math-read-token): Add local variable.
360
361 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
362 (calc-edit-top): Move declaration to earlier in file.
363 (calc-edit-macro-repeats): Add local variables.
364
365 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
366 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
367 calcFunc-tanh.
368 Adjust integration rule for calcFunc-tan.
369
370 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
371
372 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
373 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
374 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
375 (viper-skip-separators): Bug fix.
376 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
377 particular major mode.
378 (viper-del-backward-char-in-replace): Don't put deleted char on the
379 kill ring.
380
381 * viper-ex.el (viper-color-display-p): New function.
382 (viper-has-face-support-p): Use viper-color-display-p.
383
384 * viper-keym.el (viper-gnus-modifier-map): New keymap.
385
386 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
387
388 * viper-util.el (viper-glob-unix-files): Fix shell status check.
389 (viper-file-remote-p): Make equivalent to file-remote-p.
390
391 * viper.el (viper-major-mode-modifier-list):
392 Use viper-gnus-modifier-map.
393
394 2005-02-19 David Kastrup <dak@gnu.org>
395
396 * subr.el (subregexp-context-p): Fix garbled doc string by adding
397 quoting.
398
399 2005-02-19 Jay Belanger <belanger@truman.edu>
400
401 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
402 Remove extra definitions.
403 (calc-coth): New function.
404 (calcFunc-cot): Fix `let'.
405
406 2005-02-19 Eli Zaretskii <eliz@gnu.org>
407
408 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
409 the reasons we use "type pc" in these faces.
410
411 * button.el (button): Ditto.
412
413 2005-02-19 Michael Mauger <mmaug@yahoo.com>
414
415 * replace.el (query-replace-read-from): Set the value of
416 query-replace-from-history-variable to handle the case of an empty
417 string entered to accept the suggested default.
418
419 * net/tramp.el (tramp-file-name-for-operation):
420 Use dired-call-process instead of dired-call-process-command.
421
422 2005-02-19 Jay Belanger <belanger@truman.edu>
423
424 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
425 (math-div-non-trig): New variables.
426 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
427 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
428 (math-combine-prod, math-div-symb-fancy): Add simplifications for
429 trig expressions.
430
431 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
432
433 * progmodes/gdb-ui.el (gdb-var-update-handler)
434 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
435 for watch expressions,
436 (gdb-var-create-handler): Don't set speedbar-update-flag.
437 (gdb-post-prompt): Simplify test for speedbar.
438
439 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
440
441 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
442 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
443 we use the syntax table of the correct buffer.
444 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
445 Felix Gatzemeier.
446
447 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
448 (ediff-file-remote-p): Make synonymous with file-remote-p.
449 In all deffaces ediff-*-face-*, use min-colors.
450
451 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
452 ediff-recurse-to-subdirectories.
453 (ediff-mark-if-equal): Check that the arguments are strings, use
454 ediff-same-contents (after to Felix Gatzemeier).
455
456 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
457 nil.
458
459 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
460
461 * log-view.el (log-view-message-re): Fix up Subversion regexp.
462
463 2005-02-18 David Kastrup <dak@gnu.org>
464
465 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
466 use `mark-active' when defined.
467
468 2005-02-18 Kenichi Handa <handa@m17n.org>
469
470 * ps-print.el (ps-font-info-database): New entry
471 ZapfChancery-MediumItalic with correct font name. Fix font name
472 of the entry Zapf-Chancery-MediumItalic.
473
474 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
475
476 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
477
478 2005-02-16 Kim F. Storm <storm@cua.dk>
479
480 * ido.el (ido-fallback-command): Pass user input to fallback command.
481
482 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
483
484 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
485 (gdb-find-file-hook): Add server prefix.
486
487 2005-02-16 Richard M. Stallman <rms@gnu.org>
488
489 * replace.el (perform-replace): Pass new args to replace-highlight.
490 (replace-highlight): Take region args,
491 and pass them to isearch-lazy-highlight-new-loop.
492
493 * novice.el (disabled-command-hook): Autoload the defalias
494 and the make-obsolete-variable call.
495
496 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
497
498 * isearch.el (isearch-lazy-highlight-start-limit)
499 (isearch-lazy-highlight-end-limit): New variables limit
500 the region for highlighting.
501 (isearch-lazy-highlight-new-loop): New args BEG and END.
502 (isearch-lazy-highlight-search): Use the new vars.
503 (isearch-lazy-highlight-update): Likewise.
504
505 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
506
507 * cus-start.el (all): Use default-boundp.
508
509 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
510
511 * menu-bar.el (menu-bar-select-frame): Handle current frame.
512
513 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
514
515 * autorevert.el (auto-revert-stop-on-user-input)
516 (auto-revert-verbose): Doc fixes.
517
518 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
519
520 * international/mule-cmds.el (set-locale-environment): Remove call
521 to set-selection-coding-system on Windows.
522
523 2005-02-15 Jay Belanger <belanger@truman.edu>
524
525 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
526 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
527 calcFunc-coth.
528 (math-simplify-sqrt): Add simplifications.
529
530 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
531 to list.
532
533 * calc/calc-ext.el: Add functions to autoloads.
534
535 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
536 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
537 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
538 (math-csc-raw, math-cot-raw): New functions.
539
540 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
541
542 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
543 the variable name in a message.
544
545 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
546 calcFunc-csc, calcFunc-cot.
547
548 * calc/calcalg2.el: Add derivative and integration rules for
549 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
550 calcFunc-csch, calcFunc-coth.
551 (math-do-integral-methods): Add to checks for when to use
552 substitutions.
553
554 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
555
556 2005-02-15 Lute Kamstra <lute@gnu.org>
557
558 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
559 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
560 <monnier@iro.umontreal.ca>
561 (lisp-outline-level): Improve efficiency. Suggested by David
562 Kastrup <dak@gnu.org>.
563
564 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
565
566 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
567 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
568 (gdb-set-gud-minor-mode-existing-buffers): New functions.
569 (gdb-find-file-hook): New hook. Add it to find-file-hook.
570 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
571
572 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
573
574 * cus-start.el (all): Comment change.
575
576 2005-02-14 Lute Kamstra <lute@gnu.org>
577
578 * cus-start.el (all): Check if symbol is void.
579
580 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
581
582 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
583 optional argument to \cite.
584
585 2005-02-14 Richard M. Stallman <rms@gnu.org>
586
587 * cus-edit.el (custom-buffer-create-internal): Update help message.
588 (custom-magic-alist): Update help messages.
589
590 * cus-start.el (all): Allow a var to specify a standard value.
591
592 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
593
594 * custom.el (custom-theme-set-variables): Handle variable aliases.
595
596 * frame.el (blink-cursor-timer): Doc fix.
597 (blink-cursor): Make it an alias for `blink-cursor-mode' and
598 declare obsolete.
599 (blink-cursor-mode): Define with defcustom and use correct
600 standard expression in that defcustom.
601 * startup.el (command-line): Adapt to above changes in frame.el.
602
603 2005-02-11 Lute Kamstra <lute@gnu.org>
604
605 * apropos.el (apropos-score-doc): Prevent division by zero.
606
607 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
608
609 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
610 (icalendar--get-event-property-attributes)
611 (icalendar--get-event-properties)
612 (icalendar--datetime-to-diary-date): New functions.
613 (icalendar--split-value): Doc fix.
614 (icalendar--datetime-to-noneuropean-date)
615 (icalendar--datetime-to-european-date): New optional argument
616 SEPARATOR. Return result as a string instead of a list.
617 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
618 (icalendar--convert-string-for-export): Rename arg S to STRING.
619 (icalendar-export-region): Doc fix. Change name of error buffer.
620 Save output buffer.
621 (icalendar-import-file): Add blank at end of prompt.
622 (icalendar-import-buffer): Doc fix. Do not switch to error
623 buffer. Indicate status in return value.
624 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
625 buffer. Save output buffer. Handle exception from recurrence
626 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
627 events. Fix problems with weekly all-day events.
628
629 2005-02-10 Richard M. Stallman <rms@gnu.org>
630
631 * simple.el (eval-expression-print-format):
632 Avoid warning about edebug-active.
633
634 * help.el (help-for-help-internal): Rename from help-for-help.
635 (help-for-help): Define with defalias.
636
637 * font-core.el (font-lock-default-function): Use with-no-warnings.
638
639 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
640
641 * custom.el (defface): Doc fix.
642
643 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
644
645 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
646 width 0" to prevent word wrapping problems.
647
648 2005-02-09 Kim F. Storm <storm@cua.dk>
649
650 * ido.el (ido-file-extensions-order): New defcustom.
651 (ido-file-extension-lessp, ido-file-extension-aux)
652 (ido-file-extension-order): New advanced file ordering.
653 (ido-file-lessp): New simple file ordering.
654 (ido-sort-list): Remove.
655 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
656 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
657
658 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
659
660 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
661 that some versions of grep produce.
662 (grep-mode-font-lock-keywords): Likewise.
663
664 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
665
666 * progmodes/gdb-ui.el (gdb-location-list): New variable.
667 (gdb-cdir): Delete.
668 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
669 (gdb-source-info): Treat case when source file is in another
670 directory properly.
671 (gdb-get-location): New function.
672
673 2005-02-07 Jay Belanger <belanger@truman.edu>
674
675 * calc/calc-prog.el (calc-write-parse-table-part)
676 (calc-fix-token-name): Fix a check for language type.
677
678 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
679
680 2005-02-07 Andre Spiegel <spiegel@gnu.org>
681
682 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
683 as directory not writable.
684
685 2005-02-07 Kim F. Storm <storm@cua.dk>
686
687 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
688 (cua--standard-movement-commands): Remove list.
689 Instead, set CUA property value to move for movement commands.
690 (cua-movement-commands): Remove. Users must set CUA prop instead.
691 (cua--pre-command-handler): Check CUA property.
692 (cua--init-keymaps): Don't remap undo commands.
693 (cua-mode): Don't call cua--rectangle-on-off.
694
695 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
696 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
697 (cua--rect-undo-set-point): New var.
698 (cua--rectangle-undo-boundary): Setup undo apply entry.
699 (cua--rect-undo-handler): New function for rectangle undo.
700 (cua--rect-start-position, cua--rect-end-position): Add.
701 (cua--rectangle-post-command): Call cua--rectangle-set-corners
702 for restored rectangle. Set point if cua--rect-undo-set-point.
703
704 2005-02-06 Jay Belanger <belanger@truman.edu>
705
706 * calc/calc-lang.el (calc-tex-language): Display more information
707 in messages.
708
709 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
710 in TeX mode.
711
712 2005-02-06 Richard M. Stallman <rms@gnu.org>
713
714 * emacs-lisp/lisp.el (buffer-end): Doc fix.
715
716 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
717
718 * net/ldap.el (ldap-search-internal): Support attributes with
719 optional descriptions separated by a semi-colon, as in
720 "userCertificate;binary".
721
722 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
723
724 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
725 isn't a cons (i.e. the version is 0).
726
727 2005-02-05 Eli Zaretskii <eliz@gnu.org>
728
729 * help.el (help-for-help): Doc fix.
730
731 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
732
733 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
734 GDB-Windows on the menu-bar as this works better.
735
736 2005-02-04 Jay Belanger <belanger@truman.edu>
737
738 * calc/calc-embed.el (calc-embedded-update): Don't put in
739 unnecessary newlines. Adjust the end of formula marker.
740
741 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
742 (math-latex-parse-two-args): New function.
743
744 2005-02-03 Lute Kamstra <lute@gnu.org>
745
746 * help-fns.el (help-with-tutorial): Make sure that users cannot
747 remove the entire text of the tutorial by means of `undo'.
748
749 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
752 in recent changes, where the ispell process was repeatedly
753 killed & restarted.
754
755 * international/mule-cmds.el (set-locale-environment): Set file-name
756 coding system to utf-8 on Darwin systems.
757 (set-default-coding-systems): Don't set default-file-name-coding-system
758 on Darwin systems.
759
760 2005-02-03 Richard M. Stallman <rms@gnu.org>
761
762 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
763
764 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
765
766 * faces.el (list-faces-display): Add optional argument.
767
768 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
769
770 * font-core.el (font-lock-default-function): Handle the rare case where
771 only font-lock-keywords is set.
772
773 2005-02-02 Kenichi Handa <handa@m17n.org>
774
775 * international/characters.el: Cancel previous change for
776 I-WITH-DOT-ABOVE and DOTLESS-i.
777
778 * international/latin-5.el: Cancel previous change.
779
780 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
781
782 * progmodes/gud.el: Correction to syntax in gud-menu-map.
783
784 2005-02-02 Kenichi Handa <handa@m17n.org>
785
786 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
787 DOTLESS-i.
788
789 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
790 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
791
792 * case-table.el (get-upcase-table): New function.
793 (copy-case-table): Copy upcaes table too if non-nil.
794 (set-case-syntax-delims): Maintain upcase table too.
795 (set-case-syntax-pair): Likewise.
796 (set-upcase-syntax, set-downcase-syntax): New functions.
797 (set-case-syntax): Maintain upcase table too.
798
799 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
800
801 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
802
803 * progmodes/gud.el (gud-goto-info): New function.
804 (gud-tool-bar-map): Use correct icon.
805
806 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
807
808 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
809 When delegating, order args in the funcall correctly.
810
811 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
812
813 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
814
815 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
816
817 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
818 buffer not visiting a file.
819
820 2005-01-31 Jay Belanger <belanger@truman.edu>
821
822 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
823 bound on the line with the formula.
824
825 2005-01-31 Kim F. Storm <storm@cua.dk>
826
827 * ses.el (ses-create-cell-variable-range)
828 (ses-destroy-cell-variable-range, ses-reset-header-string)
829 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
830 (ses-insert-row): Fix format of apply undo entries.
831
832 2005-01-31 Jay Belanger <belanger@truman.edu>
833
834 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
835 parts.
836
837 * calc/calc-embed.el (calc-embedded-open-formula)
838 (calc-embedded-close-formula): Ignore matrix environments.
839
840 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
841 TeX mode.
842
843 * calc/calc-lang.el (math-function-table, math-oper-table)
844 (math-variable-table): Adjust the LaTeX portions.
845
846 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
847 (math-latex-ignore-words): New constant.
848
849 2005-01-31 Richard M. Stallman <rms@gnu.org>
850
851 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
852 (ispell-local-dictionary): Doc fix.
853 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
854 Don't reinitialize at run time. Don't defcustom.
855 All uses changed to append ispell-local-dictionary-alist,
856 or check it first.
857 (ispell-current-dictionary): New variable for dictionary in use.
858 (ispell-dictionary): Now used only for global default.
859 (ispell-start-process): Set ispell-current-dictionary,
860 not ispell-dictionary.
861 (ispell-change-dictionary): Use this only for setting
862 user preferences.
863 (ispell-internal-change-dictionary): New function
864 to change the current dictionary in use.
865 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
866 Use ispell-current-dictionary.
867 Handle ispell-local-dictionary-overridden.
868 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
869
870 2005-01-31 Jay Belanger <belanger@truman.edu>
871
872 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
873
874 * calc/calc-ext.el: Add calc-latex-language to autoloads.
875 (calc-mode-map): Add calc-latex-language.
876
877 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
878 (math-latex-print-frac): New functions.
879 (math-oper-table, math-function-table, math-variable-table)
880 (math-complex-format, math-input-filter): Add latex properties.
881 (calc-set-language): Set math-expr-special-function-mapping.
882
883 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
884 (calc-write-parse-table-part): Add LaTeX support.
885
886 * calc/calc.el (calc-language): Adjust docstring.
887 (calc-set-mode-line): Add LaTeX support.
888 (math-expr-special-function-mapping): New variable.
889 (math-tex-ignore-words): Add to list.
890
891 * calc/calccomp.el (math-compose-expr, math-compose-rows):
892 Add LaTeX support.
893 (math-compose-expr): Add support for special functions.
894
895 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
896
897 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
898
899 * progmodes/gdb-ui.el (gdb-memory-address)
900 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
901 (gdb-memory-mode-map, gdb-memory-format-keymap)
902 (gdb-memory-format-menu, gdb-memory-unit-keymap)
903 (gdb-memory-unit-menu): New variables for a buffer
904 that lets the user examine program memory.
905 (gdb-memory-set-address, gdb-memory-set-repeat-count)
906 (gdb-memory-format-binary, gdb-memory-format-octal)
907 (gdb-memory-format-unsigned, gdb-memory-format-signed)
908 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
909 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
910 (gdb-memory-unit-word, gdb-memory-unit-halfword)
911 (gdb-memory-unit-byte, gdb-memory-unit-menu)
912 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
913 (gdb-memory-mode, gdb-memory-buffer-name)
914 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
915 New functions for above buffer.
916
917 2005-01-30 Richard M. Stallman <rms@gnu.org>
918
919 * cus-edit.el (custom-bury-buffer): Function deleted.
920 (custom-buffer-done-function): Option deleted.
921 (custom-buffer-done-kill): New (replacement option.
922 (Custom-buffer-done): Call quit-window.
923 (custom-buffer-create-internal): Update for above changes.
924
925 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
926
927 * simple.el (undo-ask-before-discard): New var.
928 (undo-outer-limit-truncate): Implement it.
929 (undo-extra-outer-limit): Doc update.
930
931 2005-01-29 Richard M. Stallman <rms@gnu.org>
932
933 * ses.el (undo-more): Delete defadvice.
934 (ses-begin-change): Doc fix.
935
936 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
937 instead of rebinding C-x u and C-_.
938
939 * files.el (normal-backup-enable-predicate): Return nil for files
940 in /tmp, regardless of temporary-file-directory.
941
942 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
943
944 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
945 (open-rectangle, delete-whitespace-rectangle-line)
946 (clear-rectangle-line): If FILL, pass t instead of FILL
947 for move-to-column's 2nd arg.
948
949 * simple.el (undo): Fix the test for continuing a series of undos.
950 (undo-more): Set pending-undo-list to t when we reach end.
951 (pending-undo-list): Move up defvar.
952
953 * wid-edit.el (widget-button-click):
954 Shorten the range of the track-mouse binding.
955
956 * comint.el (comint-insert-input): Undo previous changes;
957 use last-input-event in interactive spec.
958
959 2005-01-29 Eli Zaretskii <eliz@gnu.org>
960
961 * progmodes/compile.el (compilation-start): Bind buffer-read-only
962 to nil before invoking call-process. Reset buffer's modified flag
963 after fontifying it in the no-async branch.
964
965 * wid-edit.el (widget-specify-button): If mouse pointer shape
966 cannot be changed, use mouse face instead.
967
968 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
969
970 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
971 (gdb-goto-breakpoint): Make breakpoint handling work on template
972 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
973 (gdb-assembler-custom): Update to recognise breakpoint information
974 added on 2005-01-19.
975
976 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
977
978 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
979 (dsssl-mode): Use define-derived-mode.
980 (scheme-mode-initialize): Remove.
981 (scheme-mode): Use run-mode-hooks.
982
983 * cus-edit.el (customize-group-other-window)
984 (custom-buffer-create-other-window): Don't override special-display-*.
985 (custom-mode-map): Make it dense.
986
987 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
988 sets the default value.
989
990 2005-01-28 Eli Zaretskii <eliz@gnu.org>
991
992 * descr-text.el: Add more keywords.
993
994 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
995
996 * speedbar.el: Avoid unnecessary use of locate-library.
997
998 * international/mule-cmds.el (standard-display-european-internal):
999 Don't fiddle with latin-1 non-break space any more since it's now
1000 special cased in the C code.
1001 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1002
1003 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
1004
1005 * cus-start.el (all): Add `undo-outer-limit'.
1006
1007 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1008
1009 * textmodes/bibtex.el (bibtex-format-entry):
1010 Use `bibtex-empty-field-re' only on the text of fields, not on entire
1011 field lines.
1012 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1013 not on part of a buffer.
1014
1015 2005-01-25 Lute Kamstra <lute@gnu.org>
1016
1017 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1018 nonempty field text strings like "{letters\\macro{}more letters}".
1019 Clarify docstring.
1020 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1021 (bibtex-entry-offset, bibtex-parse-association)
1022 (bibtex-parse-field-name): Fix typos in docstrings.
1023 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1024
1025 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
1026
1027 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1028 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1029 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1030 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1031
1032 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1033 isearch minor mode.
1034
1035 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
1036
1037 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1038
1039 2005-01-24 Lute Kamstra <lute@gnu.org>
1040
1041 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1042 CASECHARS and NOT-CASECHARS regular expressions of the
1043 "nederlands" and "nederlands8" dictionaries to prevent a "Range
1044 striding over charsets" error.
1045
1046 2005-01-24 Jay Belanger <belanger@truman.edu>
1047
1048 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1049 display variable name.
1050
1051 2005-01-24 Kenichi Handa <handa@m17n.org>
1052
1053 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1054 Fix setting of the element of encoded-kbd-iso2022-invocations.
1055
1056 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
1057
1058 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1059 (gdb-threads-select): Change to also accept mouse events.
1060 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1061 (gdb-threads-mouse-select): Delete.
1062
1063 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
1064
1065 * files.el (insert-directory): Take care of empty directory,
1066 listed without -a switch.
1067
1068 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1069
1070 * textmodes/refill.el (refill-post-command-function):
1071 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1072 to the list of functions that we should be careful not to undo.
1073 (refill-late-fill-paragraph-function): Remove.
1074 (refill-saved-state): New var.
1075 (refill-mode): Use it to save fill-paragraph-function.
1076 Save also the value of auto-fill-function.
1077
1078 * term/w32-win.el: Simplify code.
1079
1080 2005-01-23 Kim F. Storm <storm@cua.dk>
1081
1082 * simple.el (line-move): Adapt to new return value from
1083 pos-visible-in-window-p.
1084
1085 * simple.el (line-move): Fix last change. Check partial
1086 visibility at point rather than at window-start.
1087
1088 2005-01-22 Jason Rumney <jasonr@gnu.org>
1089
1090 * term/w32-win.el (xw-defined-colors): Remove debug-message.
1091
1092 2005-01-22 David Kastrup <dak@gnu.org>
1093
1094 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1095
1096 2005-01-22 Eli Zaretskii <eliz@gnu.org>
1097
1098 * type-break.el (type-break-mode): Add a test for
1099 type-break-file-name being non-nil.
1100
1101 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1102
1103 * net/eudc.el (top level): Call (message "") via progn, so that
1104 eudc-options-file is loaded.
1105
1106 2005-01-22 Kim F. Storm <storm@cua.dk>
1107
1108 * simple.el (line-move-1): Rename from line-move.
1109 (line-move): New function that adjusts vscroll for partially
1110 visible rows, and calls line-move-1 otherwise.
1111
1112 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
1113
1114 * pcomplete.el: define pcomplete-read-event instead of read-event,
1115 since it's not a complete read-event implementation
1116
1117 2005-01-20 Jay Belanger <belanger@truman.edu>
1118
1119 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1120 for called function.
1121
1122 2005-01-20 Steven Tamm <steventamm@mac.com>
1123
1124 * term/mac-win.el (process-connection-type): Remove.
1125 Controlled now by s/darwin.h:PTY_ITERATION.
1126
1127 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1128
1129 * window.el (handle-select-window): Don't switch window when we're
1130 in the minibuffer.
1131
1132 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
1133
1134 * subr.el (dotimes-with-progress-reporter): New macro.
1135
1136 * ses.el (ses-dotimes-msg): Remove macro.
1137 Use `dotimes-with-progress-reporter' instead.
1138
1139 2005-01-19 Steven Tamm <steventamm@mac.com>
1140
1141 * term/mac-win.el (process-connection-type): Use new
1142 operating-system-release variable to use ptys on Darwin 7 (OSX
1143 10.3) when using carbon build.
1144
1145 2005-01-19 Jay Belanger <belanger@truman.edu>
1146
1147 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1148 flags if the last command was a tab or M-tab.
1149
1150 * calc/calc-prog.el (calc-user-define-edit): Put original formula
1151 in formula editing buffer.
1152
1153 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
1154
1155 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1156 breakpoint image symbol in margin.
1157
1158 2005-01-19 Jay Belanger <belanger@truman.edu>
1159
1160 * calc/calc-prog.el (calc-execute-kbd-macro):
1161 Ignore calc-keep-arg-flag.
1162
1163 2005-01-19 Kenichi Handa <handa@m17n.org>
1164
1165 * textmodes/ispell.el (ispell-looking-at): New function.
1166 (ispell-process-line): Use ispell-looking-at to compare the ispell
1167 output and the buffer contents.
1168
1169 2005-01-18 Jay Belanger <belanger@truman.edu>
1170
1171 * calc/calc.el (calc-display-raw): Fix docstring.
1172
1173 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1174
1175 * simple.el (blink-matching-open): Strip extra info from syntax.
1176
1177 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1178 funny chars in the end-of-here-doc marker.
1179
1180 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
1181
1182 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1183 that enable/disabled state of breakpoints is shown correctly in
1184 fringe and on ttys.
1185 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1186 Add breakpoint information as text properties.
1187 (gdb-mouse-toggle-breakpoint):
1188 Rename to gdb-mouse-set-clear-breakpoint.
1189 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
1190 breakpoints in the margin.
1191 (gdb-remove-strings): Simplify.
1192
1193 2005-01-17 Jay Belanger <belanger@truman.edu>
1194
1195 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1196 erasing buffer.
1197
1198 2005-01-17 Richard M. Stallman <rms@gnu.org>
1199
1200 * progmodes/grep.el (grep-find): Copy from `grep' the condition
1201 for calling grep-compute-defaults.
1202
1203 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1204 if buffer is empty.
1205
1206 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1207
1208 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * hilit-chg.el (highlight-changes-mode): Don't autoload.
1211
1212 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1213 non-preloaded variables.
1214
1215 2005-01-17 Steven Tamm <steventamm@mac.com>
1216
1217 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1218 tex-shell cause to force interactivity when using pipes.
1219
1220 2005-01-17 Kim F. Storm <storm@cua.dk>
1221
1222 * simple.el (just-one-space): Make arg optional.
1223
1224 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
1225
1226 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1227 posn-at-x-y to t to access left-margin.
1228
1229 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
1230
1231 Sync with Tramp 2.0.47.
1232
1233 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1234 catching keep-date problems in cp/scp operations.
1235 (tramp-handle-copy-file): Don't call `set-file-modes'
1236 unconditionally. Specialized functions should know better what is
1237 necessary. This improves performance a little bit, and the
1238 functions could catch errors with `cp -p' and `scp -p'.
1239 (tramp-do-copy-or-rename-file-via-buffer)
1240 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1241 when appropriate.
1242 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1243 Call `set-file-modes' when appropriate.
1244 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
1245 Johnsson <isak@hypergene.com>
1246 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1247 of both Tramp buffer and debug buffer. Reported by Joakim Verona
1248 <joakim@verona.se>
1249 (tramp-file-name-for-operation): Mark `shell-command' as magic for
1250 Emacs only.
1251
1252 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
1253 `find-file-hooks' and `dired-mode-hook'.
1254 (tramp-minor-mode-map): Respective map. Add remapping for
1255 `compile' and `recompile'.
1256 (tramp-remap-command, tramp-recompile): New defuns.
1257 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1258 in buffer "*Compilation*". Call the commands asynchronously.
1259
1260 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1261 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1262 `shell-command', because it isn't magic in XEmacs. Reported by
1263 Adrian Aichner <adrian@xemacs.org>.
1264
1265 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1266 `substitute-in-file-name.
1267 (tramp-smb-handle-substitute-in-file-name): New defun.
1268 (tramp-smb-advice-PC-do-completion): Delete advice.
1269
1270 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
1271
1272 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1273 Fix error in deleting region.
1274
1275 2005-01-15 Richard M. Stallman <rms@gnu.org>
1276
1277 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1278 In non-temp buffer, switch syntax table temporarily.
1279
1280 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1281
1282 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1283
1284 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1285
1286 * imenu.el (imenu--split-menu): Copy menulist before sorting.
1287 (imenu--generic-function): Use START, not BEG, as pos of definition.
1288
1289 * simple.el (just-one-space): Argument specifies number of spaces.
1290
1291 * simple.el (eval-expression-print-format): Avoid warning
1292 about edebug-active.
1293
1294 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
1295
1296 * progmodes/sh-script.el: Code copied from make-mode.el
1297 with small changes,
1298 (sh-mode-map): Bind C-c C-\.
1299 (sh-backslash-column, sh-backslash-align): New variables.
1300 (sh-backslash-region, sh-append-backslash): New functions.
1301
1302 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1303
1304 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1305 (rmail-pop-password, rmail-pop-password-required): Move to
1306 rmail-obsolete group.
1307 (rmail-set-pop-password): Rename to rmail-set-remote-password.
1308 All callers updated.
1309 (rmail-get-pop-password): Rename to rmail-get-remote-password.
1310 Take an argument specifying whether it is POP or IMAP mailbox we
1311 are using. All callers updated.
1312 (rmail-pop-password-error): Rename to
1313 rmail-remote-password-error. Added mailutils-specific error message.
1314 (rmail-movemail-search-path)
1315 (rmail-movemail-variant-in-use): New variables.
1316 (rmail-remote-password, rmail-remote-password-required):
1317 New customization variables.
1318 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1319 (rmail-parse-url): New function.
1320 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1321 with GNU mailutils movemail.
1322
1323 2005-01-15 Kevin Ryde <user42@zip.com.au>
1324
1325 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1326 suffix to space, $ or '$, to correctly position point when going
1327 to @table style constants like DBL_MAX.
1328
1329 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1330
1331 * type-break.el (type-break-mode, type-break-file-time)
1332 (type-break-file-keystroke-count, type-break-choose-file):
1333 Don't store data in or load data from the file if type-break-file-name
1334 is nil.
1335 (type-break-file-name): Doc update as per the above.
1336
1337 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
1338
1339 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1340 lookup-key might return nil; handle that.
1341
1342 2005-01-15 Alan Mackenzie <acm@muc.de>
1343
1344 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1345 rather than the element found, thus enabling the tree to be setcar'd.
1346
1347 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1348
1349 * textmodes/org.el (org-show-following-heading): New option.
1350 (org-show-hierarchy-above): Use `org-show-following-heading'.
1351 (org-cycle): Documentation fix.
1352
1353 * textmodes/org.el (orgtbl-optimized): New option
1354 (orgtbl-mode): New command, a minor mode.
1355 (orgtbl-mode-map): New variable.
1356 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1357 (orgtbl-error, orgtbl-self-insert-command)
1358 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1359
1360 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1361 a local variable in each org-mode buffer.
1362
1363 * textmodes/org.el (org-set-regexps-and-options): Rename from
1364 `org-set-regexps'. Added checking for STARTUP keyword.
1365 (org-get-current-options): Add STARTUP options.
1366 (org-table-insert-row): Mode mode intelligent about when
1367 realignment is needed.
1368 (org-self-insert-command, org-delete-backward-char, org-delete-char):
1369 New commands.
1370 (org-enable-table-editor): New default value `optimized'.
1371 (org-table-blank-field): Support blanking regions if active.
1372
1373 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1374
1375 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1376 if the year is not given.
1377
1378 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1379 Add new escapes %m and %M, fixed bug with %F by adding
1380 save-match-data.
1381 (reftex-reference): Remove ?. from list of spaces.
1382 (reftex-label-info): Add automatic label prefix recognition.
1383
1384 * textmodes/reftex-index.el (reftex-index-next-phrase):
1385 Add slave parameter to call of `reftex-index-this-phrase'.
1386 (reftex-index-this-phrase): New optional argument.
1387 (reftex-index-region-phrases): Add slave parameter to call of
1388 `reftex-index-this-phrase'.
1389 (reftex-display-index): New argument redo.
1390 (reftex-index-rescan): Add 'redo to arguments of
1391 `reftex-display-index'.
1392 (reftex-index-Rescan, reftex-index-revert)
1393 (reftex-index-switch-index-tag): Add 'redo to arguments of
1394 `reftex-display-index'.
1395 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1396 indexing. Fix bug with matching is there is a quote before or
1397 after the word.
1398
1399 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1400 Fix bug when collecting citation keys in lines with comments.
1401 (reftex-citation): Prefix argument no longer rescans the document,
1402 but forces prompting for optional arguments of cite macros.
1403 (reftex-do-citation): Prompting for optional arguments implemented.
1404
1405 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1406 Add optional arguments to most cite commands.
1407 (reftex-cite-cleanup-optional-args): New option
1408 (reftex-cite-prompt-optional-args): New option.
1409 (reftex-trust-label-prefix): New option.
1410
1411 * textmodes/reftex-toc.el (reftex-toc-find-section):
1412 Add push-mark before changing the position in the buffer.
1413
1414 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1415 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1416
1417 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
1418
1419 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1420 more carefully.
1421
1422 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1423
1424 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1425 (sgml-mode): Use it.
1426 (sgml-get-context): Better keep track of implicitly closed tags.
1427
1428 2005-01-13 Kenichi Handa <handa@m17n.org>
1429
1430 * textmodes/ispell.el: These changes are to fix misalignment error
1431 caused by equivalent characters of different Emacs charsets.
1432 (ispell-unified-chars-table): New variable.
1433 (ispell-get-decoded-string): New function.
1434 (ispell-get-casechars, ispell-get-not-casechars)
1435 (ispell-get-otherchars): Call ispell-get-decoded-string.
1436
1437 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1438
1439 * custom.el (custom-declare-variable): Just put symbol instead
1440 of (defvar . symbol) in `current-load-list'.
1441
1442 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1443
1444 * emacs-lisp/elint.el: Fixed typo in Commentary section.
1445
1446 2005-01-12 Jay Belanger <belanger@truman.edu>
1447
1448 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1449 to create a Calc summary.
1450
1451 2005-01-12 Kim F. Storm <storm@cua.dk>
1452
1453 * mouse.el (mouse-on-link-p): Change functionality and doc
1454 string to comply with latest description in lisp ref.
1455
1456 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
1457
1458 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1459 Enable mouse clicks on mode-line, header-line and margin.
1460 (event-type): Give mouse event symbols an 'event-kind property
1461 with value 'mouse-click.
1462
1463 2005-01-12 Juri Linkov <juri@jurta.org>
1464
1465 * facemenu.el (list-colors-display): Add new arg buffer-name.
1466 Use it. Fix docstring. Replace code for identifying duplicate
1467 colors by the name with call to `list-colors-duplicates' which
1468 identifies duplicate colors by the value unless the color
1469 is one of special Windows colors. Set truncate-lines to t.
1470 Print sorted duplicate color names on each line. Indent to 22
1471 \(the longest color name in rgb.txt) instead of 20. Optimize.
1472 (list-colors-duplicates): New function.
1473 (facemenu-color-name-equal): Delete function.
1474
1475 * facemenu.el (list-colors-print): New function created from code
1476 in list-colors-display. Print #RRGGBB at the window right edge.
1477 (list-colors-display): When temp-buffer-show-function is not
1478 defined, call list-colors-print from temp-buffer-show-hook
1479 to get the right value of window-width in list-colors-print
1480 after the buffer is displayed.
1481
1482 * simple.el (pop-mark): Move deactivate-mark out of conditional
1483 part to deactivate the active mark regardless of the state of the
1484 mark ring.
1485
1486 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1487 variables line in desktop files.
1488
1489 2005-01-12 Juri Linkov <juri@jurta.org>
1490
1491 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1492 Bring together isearch highlight related options.
1493 (lazy-highlight): Replace group `replace' by `matching'.
1494 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1495 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1496 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1497 and declare them obsolete.
1498 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1499 (isearch-faces): Remove defgroup.
1500 (isearch-overlay, isearch-highlight, isearch-dehighlight):
1501 Move isearch highlighting code closer to lazy highlighting code.
1502
1503 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1504 (query-replace-highlight, query-replace-lazy-highlight)
1505 (query-replace): Move definitions to the beginning of the file.
1506
1507 2005-01-11 Juri Linkov <juri@jurta.org>
1508
1509 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1510 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1511 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1512
1513 * info.el (Info-history-forward): New variable.
1514 (Info-select-node): Reset Info-history-forward to nil.
1515 (Info-last): Turn into defalias.
1516 (Info-history-back): Rename from Info-last.
1517 Add current node to Info-history-forward.
1518 (Info-history-forward): New fun.
1519 (Info-mode-map): Replace Info-last by Info-history-back.
1520 Bind Info-history-forward to "r".
1521 (Info-mode-menu): Replace Info-last by Info-history-back.
1522 Fix menu item text. Add menu item for Info-history-forward.
1523 (info-tool-bar-map): Replace Info-last by Info-history-back.
1524 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
1525 for Info-history-forward.
1526 (Info-mode): Replace Info-last by Info-history-back in docstring.
1527 Add local variable Info-history-forward.
1528 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1529
1530 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1531
1532 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1533 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1534 Ignore select-window events rather than fiddle with
1535 mouse-autoselect-window.
1536
1537 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
1538
1539 * type-break.el (type-break-mode): Fix previous change.
1540
1541 2005-01-10 Jay Belanger <belanger@truman.edu>
1542
1543 * calc/calc-ext.el (calc-reset): Reset when inside embedded
1544 calculator; only reset when point is inside a calculator.
1545 Don't adjust the window height if the window takes up the whole height
1546 of the frame.
1547
1548 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1549
1550 * ebuff-menu.el (Electric-buffer-menu-mode):
1551 Preserve value of buffer-local var header-line-format.
1552
1553 2005-01-09 Jay Belanger <belanger@truman.edu>
1554
1555 * calc/calc.el (calc-mode-var-list-restore-saved-values):
1556 Make sure settings file exists before accessing it.
1557
1558 * calc/calc-embed.el (calc-embedded-subst):
1559 Replace math-multi-subst-rec, which is only supposed to be called
1560 by math-multi-subst, by math-multi-subst.
1561
1562 2005-01-09 Andre Spiegel <spiegel@gnu.org>
1563
1564 * vc.el (vc-allow-async-revert): New user option.
1565 (vc-disable-async-diff): New internal variable.
1566 (vc-revert-buffer): Use them to disable asynchronous diff.
1567
1568 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1569 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1570 asynchronously if vc-disable-async-diff is t.
1571
1572 2005-01-09 Jay Belanger <belanger@truman.edu>
1573
1574 * calc/calc.el (defcalcmodevar): New macro.
1575 (calc-mode-var-list-restore-default-values)
1576 (calc-mode-var-list-restore-saved-values): New functions.
1577 (calc-mode-var-list): Use defcalcmodevar to define it.
1578 (calc-always-load-extensions, calc-line-numbering)
1579 (calc-line-breaking, calc-display-just, calc-display-origin)
1580 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1581 (calc-group-char, calc-point-char, calc-frac-format)
1582 (calc-prefer-frac, calc-hms-format, calc-date-format)
1583 (calc-float-format, calc-full-float-format, calc-complex-format)
1584 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1585 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1586 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1587 (calc-matrix-brackets, calc-language, calc-language-option)
1588 (calc-left-label, calc-right-label, calc-word-size)
1589 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1590 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1591 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1592 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1593 (calc-window-height, calc-display-trail, calc-show-selections)
1594 (calc-use-selections, calc-assoc-selections)
1595 (calc-display-working-message, calc-auto-why, calc-timing)
1596 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1597 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1598 (calc-gnuplot-default-device, calc-gnuplot-default-output)
1599 (calc-gnuplot-print-device, calc-gnuplot-print-output)
1600 (calc-gnuplot-geometry, calc-graph-default-resolution)
1601 (calc-graph-default-resolution-3d, calc-invocation-macro)
1602 (calc-show-banner): Use defcalcmodevar to declare them and set
1603 their default values.
1604
1605 * calc/calc-ext.el (calc-reset): Restore saved values of variables
1606 instead of default values (but restore default values if there is
1607 an argument of 0).
1608
1609 2005-01-09 David Kastrup <dak@gnu.org>
1610
1611 * desktop.el (desktop-restore-eager): Fix typo in type.
1612
1613 2005-01-08 Richard M. Stallman <rms@gnu.org>
1614
1615 * cus-edit.el (customize): Delete :link.
1616
1617 2005-01-08 Jay Belanger <belanger@truman.edu>
1618
1619 * calc/calc.el (calc-mode): Remove the extension from the
1620 `calc-settings-file' file name when loading it.
1621
1622 2005-01-08 Kim F. Storm <storm@cua.dk>
1623
1624 * info.el (Info-mode-map, Info-next-link-keymap)
1625 (Info-prev-link-keymap, Info-up-link-keymap):
1626 Map follow-link to mouse-face.
1627 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1628
1629 2005-01-08 Jay Belanger <belanger@truman.edu>
1630
1631 * calc/calc.el (calc-settings-file): Change default value.
1632 Suggested by cgw in a comment in calc-mode.el.
1633
1634 * calc/calc-mode.el (calc-settings-file-name):
1635 Compare calc-settings-file to user-init-file instead of ~/.emacs.
1636 Replace ~/.emacs in a prompt by calc-settings-file.
1637
1638 2005-01-07 Lars Hansen <larsh@math.ku.dk>
1639
1640 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1641 (desktop-lazy-idle-delay): New customizable variables.
1642 (desktop-buffer-args-list): New variable.
1643 (desktop-append-buffer-args): New function.
1644 (desktop-save): Call desktop-append-buffer-args for some buffers.
1645 (desktop-lazy-create-buffer): New function.
1646 (desktop-idle-create-buffers): New function.
1647 (desktop-read): Add message about buffers to restore lazily.
1648 (desktop-lazy-abort): New command.
1649 (desktop-clear): Call desktop-lazy-abort.
1650 (desktop-lazy-complete): New command.
1651
1652 2005-01-06 Richard M. Stallman <rms@gnu.org>
1653
1654 * emacs-lisp/find-func.el (find-face-definition):
1655 Rename from find-face.
1656
1657 2005-01-06 Kim F. Storm <storm@cua.dk>
1658
1659 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1660
1661 * man.el (Man-xref-man-page, Man-xref-header-file)
1662 (Man-xref-normal-file): Add follow-link property.
1663
1664 2005-01-06 Jay Belanger <belanger@truman.edu>
1665
1666 * calc/calc-units.el: Make sure the proper macro definitions are
1667 available when compiling.
1668
1669 2005-01-06 Juri Linkov <juri@jurta.org>
1670
1671 * isearch.el (isearch-lazy-highlight-update):
1672 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1673
1674 2005-01-06 Miles Bader <miles@gnu.org>
1675
1676 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1677 (isearch-lazy-highlight-face): Use new name.
1678
1679 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1680
1681 * uniquify.el (uniquify-rationalize-file-buffer-names):
1682 Re-add an interactive spec.
1683 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1684 to the same name.
1685
1686 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1687 (isearch-update, isearch-done): Adjust calls accordingly.
1688
1689 2005-01-05 Richard M. Stallman <rms@gnu.org>
1690
1691 * custom.el (custom-set-variables, custom-theme-set-variables):
1692 Clarify documentation.
1693
1694 * emacs-lisp/find-func.el (find-variable)
1695 (find-variable-other-window, find-variable-other-frame):
1696 Fix the TYPE args to find-function-read and find-function-do-it.
1697 (find-function): Doc fix.
1698 (find-function-at-point): Replace function-at-point alias.
1699
1700 2005-01-04 Richard M. Stallman <rms@gnu.org>
1701
1702 * cus-face.el (custom-declare-face):
1703 Record defface in current-load-list.
1704
1705 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1706
1707 * emacs-lisp/find-func.el: Doc fixes.
1708 (find-face-regexp): New variable.
1709 (find-function-regexp-alist): New variable.
1710 (find-function-C-source): Third arg is now TYPE.
1711 (find-function-search-for-symbol): Handle general TYPE.
1712 (find-function-read, find-function-do-it): Handle general TYPE.
1713 (find-definition-noselect, find-face): New functions.
1714 (function-at-point): Alias deleted.
1715
1716 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1717
1718 * battery.el (display-battery-mode): Rename from display-battery.
1719 Handle the case where it gets turned off.
1720
1721 2005-01-04 Richard M. Stallman <rms@gnu.org>
1722
1723 * cus-edit.el (customize): Make :link point to user doc.
1724
1725 * man.el (Man-fontify-manpage): Turn off undo generation.
1726
1727 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1728
1729 2005-01-04 Andreas Schwab <schwab@suse.de>
1730
1731 * files.el (insert-directory): Only look for error lines in
1732 inserted text. Don't move too far after processing --dired markers.
1733
1734 2005-01-04 Richard M. Stallman <rms@gnu.org>
1735
1736 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1737 Don't expand if the character is @, period, dash, etc.
1738 (define-mail-abbrev): Quote names that contain problem characters.
1739
1740 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1741
1742 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1743
1744 2005-01-03 Richard M. Stallman <rms@gnu.org>
1745
1746 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1747 (query-replace-highlight, query-replace-lazy-highlight)
1748 (query-replace): Definitions moved up. Doc fix.
1749
1750 2005-01-03 Richard M. Stallman <rms@gnu.org>
1751
1752 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1753 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1754 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1755 (lazy-highlight-face): Rename from isearch-lazy-...
1756 Change all references to them.
1757
1758 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
1759
1760 * cus-edit.el (custom-file): Doc fix for defcustom.
1761 (custom-file): The function no longer sets the variable
1762 `custom-file' to its return value.
1763
1764 * startup.el (command-line): No longer load `custom-file'.
1765
1766 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1767
1768 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1769
1770 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1771 Don't confuse module-prefixed identifiers for labels.
1772 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1773
1774 2005-01-02 Richard M. Stallman <rms@gnu.org>
1775
1776 * files.el (basic-save-buffer-1): Fix previous change.
1777
1778 * loadhist.el (file-loadhist-lookup): New function.
1779 (file-provides, file-requires): Use it.
1780
1781 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1782 instead of calculating the right size.
1783
1784 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1785
1786 * vc-svn.el (vc-svn-diff): Stay local if possible.
1787
1788 2005-01-02 Stefan <monnier@iro.umontreal.ca>
1789
1790 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1791
1792 * files.el (hack-local-variables): Fix last change.
1793
1794 2005-01-02 Jay Belanger <belanger@truman.edu>
1795
1796 * calc/calc-yank.el (calc-edit-top): New variable.
1797 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1798 object. Change header properties.
1799 (calc-edit-finish, calc-edit-finish-stack-object)
1800 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1801 edited object.
1802 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1803 for the beginning of the edited object.
1804 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1805 for the beginning of the edited object.
1806 * calc/calc-prog.el (calc-edit-macro-finish-edit)
1807 (calc-finish-formula-edit, calc-macro-repeats)
1808 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1809 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1810 beginning of the edited object.
1811 (calc-user-define-edit): Change the header for editing macros.
1812 Remove unnecessary variable.
1813
1814 2005-01-01 Jay Belanger <belanger@truman.edu>
1815
1816 * calc/calc-yank.el (calc-edit-mode): Change default header.
1817 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1818 * calc/calc-store.el (calc-edit-variable): Change title to match new
1819 header.
1820 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1821 mode to match new header.
1822 (calc-user-define-edit): Change titles to include names of commands.
1823 (calc-finish-formula-edit): Adjust to handle new header.
1824 (calc-finish-macro-edit): Remove.
1825 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1826 (calc-edit-macro-command, calc-edit-macro-command-type)
1827 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1828 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1829 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1830 (calc-edit-macro-finish-edit): New functions.
1831 (calc-user-define-edit): Use new functions to edit named calc macros.
1832
1833 2005-01-01 Stefan <monnier@iro.umontreal.ca>
1834
1835 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1836
1837 * ses.el (copy-region-as-kill): Deactivate mark.
1838
1839 2005-01-01 Richard M. Stallman <rms@gnu.org>
1840
1841 * replace.el (occur-1): If the output buffer is also an input,
1842 don't kill it, rename it.
1843
1844 * faces.el (set-face-background, set-face-foreground): Doc fix.
1845
1846 * cus-face.el (custom-face-attributes): Fix :help-echo strings
1847 for :foreground and :background.
1848
1849 * dired.el (dired-view-command-alist): Variable deleted.
1850 (dired-view-file, dired-mouse-find-file-other-window):
1851 Delete the code to use it.
1852
1853 2005-01-01 Kim F. Storm <storm@cua.dk>
1854
1855 * image.el (insert-sliced-image): Use t for line-height property.
1856
1857 2004-12-31 Jay Belanger <belanger@truman.edu>
1858
1859 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
1860 for "var-" at the beginning of the minibuffer.
1861
1862 2004-12-31 Richard M. Stallman <rms@gnu.org>
1863
1864 * faces.el (read-face-name):
1865 Don't treat an attribute spec as a list of faces.
1866
1867 * simple.el (undo): Use undo-equiv-table to detect
1868 unexpected changes since previous undo.
1869 (undo-list-saved): Variable deleted.
1870 (buffer-disable-undo): Don't alter undo-list-saved.
1871
1872 * files.el (require-final-newline): Allow `visit' and `visit-save'.
1873 (mode-require-final-newline): New option.
1874 (after-find-file): Handle require-final-newline with new values.
1875 (basic-save-buffer): Handle new values of require-final-newline.
1876
1877 * progmodes/sh-script.el (sh-require-final-newline):
1878 Alist value now controls whether to use mode-require-final-newline.
1879 (sh-set-shell): Implement that new meaning.
1880
1881 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1882 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1883 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1884 Delete old-Emacs compatibility code.
1885 (antlr-c-common-init): Function deleted.
1886
1887 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1888 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1889 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1890 * progmodes/python.el (python-mode): Use mode-require-final-newline.
1891 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1892 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1893 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1894 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1895 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1896 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1897 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1898 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1899 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1900 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1901 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1902 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1903
1904 2004-12-31 Jay Belanger <belanger@truman.edu>
1905
1906 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1907 way to return to Calc.
1908
1909 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1910 finish, C-xk as the way to cancel the edit. Add cancel routine to
1911 kill-buffer-hook.
1912
1913 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1914 MacEdit code.
1915
1916 * calc/calc-prog.el: Remove obsolete MacEdit code.
1917 (calc-macro-edit-algebraic, calc-macro-edit-variable)
1918 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1919
1920 2004-12-31 Kenichi Handa <handa@m17n.org>
1921
1922 * international/mule.el (buffer-file-coding-system-explicit):
1923 Rename for explicit-buffer-file-coding-system.
1924 (after-insert-file-set-coding): Adjust for the above change.
1925
1926 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1927 to buffer-file-coding-system-explicit.
1928 (basic-save-buffer-1): Likewise.
1929
1930 2004-12-30 Richard M. Stallman <rms@gnu.org>
1931
1932 * textmodes/artist.el (artist-butlast-fn): Var deleted.
1933 (artist-butlast, artist-last): Functions deleted.
1934 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1935 (artist-compute-key-compl-table): Call remq directly.
1936 (artist-remove-nulls): Function deleted.
1937 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1938 (artist-push, artist-pop): Macro deleted.
1939
1940 2004-12-30 Andreas Leue <al@sphenon.de>
1941
1942 * textmodes/artist.el (artist-version): 1.2.6
1943 (artist-prev-next-op-alist): New variable.
1944 (artist-select-next-op-in-list): New function.
1945 (artist-select-prev-op-in-list): New function.
1946 (artist-make-prev-next-op-alist): New function.
1947 (artist-is-in-op-list-p): New function.
1948 (artist-get-first-non-nil-op): New function.
1949 (artist-get-last-non-nil-op): New function.
1950 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1951 artist-prev-next-op-alist.
1952 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1953 change drawing operation.
1954
1955 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
1956
1957 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1958
1959 2004-12-31 Masatake YAMATO <jet@gyve.org>
1960
1961 * server.el (server-process-filter): Suppress `error', too.
1962
1963 2004-12-30 Jay Belanger <belanger@truman.edu>
1964
1965 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1966 Change the way a variable is displayed in a message.
1967
1968 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1969 (calc-user-define-permanent, calc-execute-kbd-macro):
1970 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1971
1972 2004-12-30 Kenichi Handa <handa@m17n.org>
1973
1974 * files.el (basic-save-buffer-1):
1975 Set explicit-buffer-file-coding-system to last-coding-system-used.
1976 (revert-buffer): Pay attention to
1977 explicit-buffer-file-coding-system (not buffer-file-coding-system)
1978 on bind coding-system-for-read.
1979
1980 * international/mule.el (explicit-buffer-file-coding-system):
1981 New buffer local variable.
1982 (after-insert-file-set-coding): Set it to coding-system-for-read.
1983
1984 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
1985
1986 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1987
1988 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
1989
1990 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1991 that include line numbers.
1992
1993 2004-12-29 Milan Zamazal <pdm@zamazal.org>
1994
1995 * files.el (hack-local-variables): If no PREFIX, set it to "^".
1996 Redundant variable PREFIXLEN removed.
1997
1998 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
1999
2000 * eshell/em-hist.el (eshell-previous-matching-input):
2001 Start the deletion from the end of the output.
2002
2003 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2004
2005 * term/mac-win.el: Require x-dnd.
2006 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
2007
2008 2004-12-29 David Kastrup <dak@gnu.org>
2009
2010 * international/mule.el (decode-coding-inserted-region):
2011 Don't barf if `buffer-undo-list' is already set to `t'.
2012
2013 2004-12-29 Jay Belanger <belanger@truman.edu>
2014
2015 * calc/calc-prog.el (calc-user-define-formula): Put default values
2016 for function names in prompts.
2017 (calc-user-define-permanent, calc-user-define-composition)
2018 (calc-user-define-formula): Remove the need for "calcFunc-" in the
2019 default input for algebraic functions.
2020
2021 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
2022
2023 * vc-rcs.el (vc-rcs-annotate-command):
2024 Fix omission bug: Call `vc-setup-buffer'.
2025
2026 2004-12-29 Kenichi Handa <handa@m17n.org>
2027
2028 * international/mule.el (recode-region): New function.
2029
2030 2004-12-28 Richard M. Stallman <rms@gnu.org>
2031
2032 * simple.el (undo-extra-outer-limit): New variable.
2033 (undo-outer-limit-truncate): Test and set it.
2034
2035 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2036 enables the feature to extend the existing region.
2037
2038 * simple.el (mark-word): New arg ALLOW-EXTEND
2039 enables the feature to extend the existing region.
2040
2041 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2042 enables the feature to extend the existing region.
2043
2044 * startup.el (site-run-file): Don't allow setting it with Custom.
2045
2046 * simple.el (buffer-disable-undo): Fix previous change.
2047
2048 2004-12-27 Masatake YAMATO <jet@gyve.org>
2049
2050 * hexl.el (hexlify-buffer): Remove fontification here.
2051 Use font lock mechanism instead.
2052 (hexl-font-lock-keywords): New font lock kewords.
2053 (hexl-mode-old-font-lock-keywords): New variable.
2054 (hexl-mode): Store the old font lock keywords.
2055 (hexl-mode-exit): Restore the old font lock keywords.
2056
2057 2004-12-27 Richard M. Stallman <rms@gnu.org>
2058
2059 * simple.el (undo): Fix previous change.
2060
2061 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2062
2063 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
2064 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2065 Call x-open-connection on Mac OS X.
2066
2067 2004-12-27 Richard M. Stallman <rms@gnu.org>
2068
2069 * files.el (buffer-save-without-query): New var (buffer-local).
2070 (save-some-buffers): Save those buffers first, w/o asking.
2071
2072 * files.el (insert-directory-ls-version): New variable.
2073 (insert-directory): When ls returns an error, test the version
2074 number to decide what the return code means.
2075 With --dired output format, detect and distinguish lines
2076 that are really error messages.
2077 (insert-directory-adj-pos): New function.
2078
2079 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2080
2081 * battery.el (battery-mode-line-format): Remove initial spaces.
2082
2083 * uniquify.el (uniquify-rationalize-file-buffer-names):
2084 Delete interactive spec.
2085
2086 * type-break.el (type-break-mode): Set buffer-save-without-query.
2087 Remove code that tried to set save-some-buffers-always.
2088 (type-break-file-keystroke-count): Bind deactivate-mark.
2089
2090 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2091
2092 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2093 Test that the buffer is live, and maybe reject current buffer too.
2094 Clarify.
2095 (next-error-find-buffer): Rewrite for clarity.
2096
2097 * loadup.el: Don't use buffer-disable-undo; do it directly.
2098
2099 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2100 (describe-variable): Call symbol-file with `defvar'.
2101
2102 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2103 (symbol-file): Rewritten to handle new load-history format.
2104 Now takes an arg TYPE to specify looking for a particular
2105 type of definition only.
2106
2107 * emacs-lisp/debug.el (debugger-make-xrefs):
2108 Call symbol-file with `defun'.
2109
2110 * emacs-lisp/find-func.el (find-function-noselect):
2111 Call symbol-file with `defun'.
2112 (find-variable-noselect): Call symbol-file with `defvar'.
2113
2114 * eshell/esh-cmd.el (eshell-find-alias-function):
2115 Call symbol-file with `defun'.
2116
2117 * eshell/esh-test.el (eshell-test-goto-func):
2118 Call symbol-file with `defun'.
2119
2120 * mail/rmail.el (rmail-resend):
2121 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2122
2123 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2124
2125 * progmodes/compile.el (compilation-find-buffer): Rename arg.
2126
2127 * textmodes/texinfmt.el (texinfo-format-buffer-1):
2128 Call buffer-disable-undo.
2129
2130 * simple.el (undo-list-saved): New variable (buffer-local).
2131 (undo): Set and test it.
2132 (buffer-disable-undo): Move here from buffer.c.
2133 Clear out undo-list-saved.
2134
2135 * international/mule.el (decode-coding-inserted-region):
2136 Set buffer-undo-list in a correct and optimal way.
2137
2138 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2139 (cperl-font-lock-unfontify-region-function): No need to save and
2140 restore info, since font-lock.el does it for us.
2141
2142 * ansi-color.el (save-buffer-state): Definition deleted.
2143 (ansi-color-unfontify-region): Don't use save-buffer-state.
2144
2145 2004-12-27 Dave Love <fx@gnu.org>
2146
2147 * wid-edit.el (function): Use restricted-sexp as parent.
2148
2149 2004-12-27 Kevin Ryde <user42@zip.com.au>
2150
2151 * simple.el (next-matching-history-element): Use same
2152 `interactive' form as previous-matching-history-element.
2153
2154 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2155 it can appear unencoded and has been seen from yahoo.
2156
2157 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
2158
2159 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2160 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
2161
2162 2004-12-27 Kenichi Handa <handa@m17n.org>
2163
2164 * international/utf-8.el (utf-translate-cjk-load-tables):
2165 Bind coding-system-for-read to nil while loading subst-*.
2166
2167 2004-12-26 Jay Belanger <belanger@truman.edu>
2168
2169 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2170 default input.
2171
2172 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
2173
2174 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2175 before reverting and disable undo recording while reverting.
2176
2177 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
2178
2179 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2180 (hs-make-overlay): New function.
2181 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2182 (hs-flag-region): Delete function.
2183 (hs-hide-comment-region): No longer use `hs-flag-region'.
2184 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2185 (hs-hide-block-at-point): Likewise.
2186 (hs-hide-level-recursive): Use `hs-discard-overlays'.
2187 (hs-hide-all, hs-show-all): Likewise.
2188 (hs-show-block): Likewise.
2189 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2190
2191 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2192
2193 * progmodes/hideshow.el: Require `cl' when compiling.
2194 Remove XEmacs and Emacs 19 compatibility.
2195 Use `dolist' and `add-to-list' for load-time actions.
2196 (hs-discard-overlays): Use `dolist'.
2197 (hs-show-block): Likewise.
2198
2199 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2200
2201 * faces.el (mode-line, mode-line-inactive): Use min-colors.
2202
2203 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
2204
2205 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2206 When extending backwards, move outside the current comment first.
2207
2208 2004-12-22 Kenichi Handa <handa@m17n.org>
2209
2210 * international/quail.el (quail-start-translation): Fix prompt
2211 string for the case if input-method-use-echo-area being non-nil.
2212 (quail-start-conversion): Likewise.
2213 (quail-show-guidance): Don't show guidance if
2214 input-method-use-echo-area is non-nil.
2215
2216 2004-12-21 Richard M. Stallman <rms@gnu.org>
2217
2218 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2219
2220 2004-12-21 Markus Rost <rost@ias.edu>
2221
2222 * calendar/diary-lib.el (mark-diary-entries):
2223 Set mark-diary-entries-in-calendar only after checking for diary-file.
2224
2225 2004-12-21 Richard M. Stallman <rms@gnu.org>
2226
2227 * faces.el (escape-glyph): Use blue against light foreground.
2228
2229 * simple.el (undo-outer-limit-truncate): New function.
2230 (undo-outer-limit-function): Use undo-outer-limit-truncate.
2231
2232 2004-12-21 Eli Barzilay <eli@barzilay.org>
2233
2234 * calculator.el: (calculator-radix-grouping-mode)
2235 (calculator-radix-grouping-digits)
2236 (calculator-radix-grouping-separator):
2237 New defcustoms for the new radix grouping mode functionality.
2238 (calculator-mode-hook): Now used in electric mode too,
2239 (calculator): Call it.
2240 (calculator-mode-map): Some new keys.
2241 (calculator-message): New function. Some new calls.
2242 (calculator-op, calculator-set-register): Use it.
2243 (calculator-string-to-number): New function, mostly moved and
2244 updated code from calculator-curnum-value.
2245 (calculator-curnum-value): Use it.
2246 (calculator-paste): Use it, and update grabbing the current-kill.
2247 (calculator-rotate-displayer)
2248 (calculator-rotate-displayer-back): Toggle digit grouping when
2249 in radix mode, use calculator-message.
2250 (calculator-displayer-prev, calculator-displayer-next):
2251 Change digit group size when in radix mode.
2252 (calculator-number-to-string): Rename from
2253 calculator-num-to-string. Now deals with digit grouping in
2254 radix mode.
2255 (calculator-update-display, calculator-put-value): Use the new name.
2256 (calculator-fact): Return a floating point number.
2257 (calculator-mode): Doc fix.
2258
2259 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2260
2261 * calendar/calendar.el (view-other-diary-entries): Add autoload.
2262 * calendar/diary-lib.el (view-other-diary-entries):
2263 Use current-prefix-arg in interactive spec.
2264
2265 2004-12-19 Jay Belanger <belanger@truman.edu>
2266
2267 * calc/calc-aent.el (calcAlg-blank-matching-open):
2268 Temporarily adjust the syntax of both delimiters of half-open intervals.
2269
2270 2004-12-19 Kim F. Storm <storm@cua.dk>
2271
2272 * mouse.el (mouse-1-click-follows-link): Doc fix.
2273
2274 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2275
2276 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2277 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2278 instead of centraleuropean as the name
2279
2280 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
2281
2282 Sync with Tramp 2.0.46.
2283
2284 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2285 parameters wrt Tramp convention.
2286 (tramp-handle-file-attributes-with-perl)
2287 (tramp-handle-directory-files-and-attributes): Apply it.
2288 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2289 `copy-program'. Reported by Zack Weinberg
2290 <zack@codesourcery.com>.
2291 (top): Set `edebug-form-spec' property directly rather than
2292 calling `def-edebug-spec'.
2293
2294 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2295 advice less fragile. Surround temporary redefinition of
2296 `substitute-in-file-name' with `unwind-protect'. Suggested by
2297 Matt Hodges <MPHodges@member.fsf.org>.
2298
2299 2004-12-17 Juri Linkov <juri@jurta.org>
2300
2301 * replace.el (occur-accumulate-lines, occur-engine):
2302 Make forcing deferred font-lock fontification jit-specific.
2303
2304 2004-12-17 Kim F. Storm <storm@cua.dk>
2305
2306 * mouse.el (mouse-1-click-follows-link): New defcustom.
2307 (mouse-on-link-p): New function.
2308 (mouse-drag-region-1): Implement mouse-1-click-follows-link
2309 functionality. Map a mouse-1 click event into a mouse-2 (or
2310 other) event when position is inside a link.
2311
2312 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2313 prefix in tooltip text with "mouse-1" when this is a link
2314 recognized by mouse-1-click-follows-link functionality.
2315
2316 * help.el (describe-key): Report effective and original binding
2317 for mouse-1 when clicked on a link.
2318 (describe-mode): Add follow-link property to "minor-mode" button.
2319
2320 * help-fns.el (describe-variable): Add follow-link property to
2321 "below" button.
2322
2323 * help-mode.el (help-xref): Add follow-link property.
2324
2325 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2326 (apropos-command, apropos-variable, apropos-face, apropos-group)
2327 (apropos-widget, apropos-plist): Add follow-link property.
2328
2329 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2330 checks if position is in a filename, rather than some other
2331 clickable item. Function looks for cvs-filename-face at position.
2332
2333 * wid-edit.el (widget-specify-field, widget-specify-button):
2334 Map a :follow-link keyword into a follow-link property.
2335 (link): Add :follow-link keyword, map to RET binding.
2336
2337 * dired.el (dired-mode-map): Map follow-link to mouse-face.
2338
2339 * progmodes/compile.el (compilation-minor-mode-map)
2340 (compilation-button-map, compilation-mode-map): Likewise.
2341
2342 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2343
2344 * play/zone.el (zone): Init `line-spacing' from orig buffer.
2345 (zone-replace-char): Take `count' and `del-count'
2346 instead of `direction'. Update callers. When `del-count' is
2347 non-nil, delete that many characters, otherwise `count' characters
2348 backwards. Insert the newly-replaced string `count' times.
2349 (zone-fret): Handle chars w/ width greater than one.
2350 (zone-fall-through-ws): No longer take window width `ww'.
2351 Update callers. Add handling for `char-width' greater than one.
2352 (zone-pgm-drip): Update var holding window-end position every cycle.
2353
2354 2004-12-17 Andre Spiegel <spiegel@gnu.org>
2355
2356 * vc.el (vc-default-update-changelog): Use insert-file-contents,
2357 rather than insert-file.
2358
2359 2004-12-16 Jay Belanger <belanger@truman.edu>
2360
2361 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2362 (math-init-random-base, math-random-digit): Check to see if
2363 var-RandSeed is bound.
2364 (math-random-last): Declare it.
2365 (math-random-digit): Don't make math-random-last local.
2366
2367 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
2368
2369 * play/zone.el (zone): Fix omission bug: Use a self-disabling
2370 one-shot thunk for uniform (error, quit, normal) recovery.
2371 Reported by John Paul Wallington.
2372 (zone-pgm-random-life): Fix bug:
2373 Recognize empty initial field by lack of "@" chars.
2374
2375 2004-12-16 Juri Linkov <juri@jurta.org>
2376
2377 * help.el (function-called-at-point):
2378 * help-fns.el (variable-at-point): As a last resort try stripping
2379 non-word prefixes and suffixes.
2380
2381 * descr-text.el (describe-property-list): Don't treat syntax-table
2382 specially. Use describe-text-sexp which inserts [show] button
2383 for large objects and handles printing errors. Sort properties
2384 by names in alphabetical order instead of by value sizes.
2385 Add `mouse-face' to list of properties for `describe-face' widget.
2386 (describe-char): Mask out face-id from 19 bits of character.
2387 Print face-id separately.
2388
2389 * replace.el (occur-accumulate-lines, occur-engine):
2390 Fontify unfontified matching lines in the source buffer
2391 before copying them.
2392 (occur-engine): Don't put mouse-face on context lines.
2393 (occur-next-error): Set point to line beginning/end
2394 before searching for prev/next property to skip multiple
2395 matches on a line (not supported by occur engine).
2396 Remove redundant prefix-numeric-value.
2397
2398 2004-12-15 Juri Linkov <juri@jurta.org>
2399
2400 * replace.el (match): New face.
2401 (list-matching-lines-face): Change default from `bold' to `match'.
2402
2403 * progmodes/grep.el (grep-match-face): New defvar.
2404 (grep-mode-font-lock-keywords): Use grep-match-face instead of
2405 compilation-column-face to highlight grep matches.
2406
2407 * apropos.el (apropos-match-face): Change default from
2408 `secondary-selection' to `match'.
2409
2410 * info-look.el (info-lookup-highlight-face): Change default from
2411 `highlight' to `match'.
2412
2413 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
2414
2415 * progmodes/executable.el (executable-interpret): Eliminate
2416 obsolete compile-internal, and switch to comint for interaction.
2417
2418 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
2419
2420 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2421 `&&' when skipping multiple statements on a line.
2422
2423 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
2424
2425 * play/zone.el (zone): Set `truncate-lines'.
2426 Also, init `tab-width' with value from original buffer.
2427 (zone-shift-up): Rewrite for speed.
2428 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2429 (zone-pgm-jitter): Remove redundant entries from ops vector.
2430 (zone-exploding-remove): Reduce iteration count.
2431 (zone-cpos): Convert to defsubst.
2432 (zone-replace-char): New defsubst.
2433 (zone-park/sit-for): Likewise.
2434 (zone-fret): Take window-start arg.
2435 Update callers. Use `zone-park/sit-for'.
2436 (zone-fill-out-screen): Rewrite.
2437 (zone-fall-through-ws): Likewise. Update callers.
2438 (zone-pgm-drip): Use `zone-replace-char'.
2439 Move var inits before while-loop. Use `zone-park/sit-for'.
2440 (zone-pgm-random-life): Handle empty initial field.
2441 Use `zone-replace-char' and `zone-park/sit-for'.
2442
2443 2004-12-15 Juri Linkov <juri@jurta.org>
2444
2445 * isearch.el (isearch-update): Test isearch-lazy-highlight
2446 before calling isearch-lazy-highlight-new-loop.
2447 (isearch-lazy-highlight-new-loop):
2448 Don't test isearch-lazy-highlight.
2449
2450 * replace.el (perform-replace): Add isearch-case-fold-search.
2451 Use delimited-flag for isearch-regexp.
2452 Reset isearch-lazy-highlight-last-string to force lazy
2453 highlighting when called from isearch mode.
2454 (query-replace-highlight): Revert defcustom type to boolean.
2455 (query-replace-lazy-highlight): New defcustom.
2456 (query-replace): New face.
2457 (perform-replace, replace-highlight, replace-dehighlight):
2458 Test query-replace-lazy-highlight instead of special value
2459 `isearch' of query-replace-highlight.
2460 (replace-dehighlight): Don't call isearch-dehighlight.
2461 (replace-highlight): Don't call isearch-highlight.
2462 Use face `query-replace' unconditionally.
2463
2464 2004-12-14 Kim F. Storm <storm@cua.dk>
2465
2466 * simple.el (inhibit-mark-movement): Remove defvar.
2467 (beginning-of-buffer, end-of-buffer): Don't use it.
2468
2469 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2470 Don't use inhibit-mark-movement.
2471
2472 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2473 (cua--undo-push-mark): Remove.
2474 (cua--pre-command-handler, cua--post-command-handler):
2475 Don't fiddle with inhibit-mark-movement.
2476
2477 2004-12-14 Juri Linkov <juri@jurta.org>
2478
2479 * buff-menu.el (list-buffers-noselect): Collect internal info
2480 for every buffer in BUFFER-LIST arg too.
2481 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2482 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2483 Bind same-window-buffer-names and same-window-regexps to nil.
2484
2485 2004-12-13 Juri Linkov <juri@jurta.org>
2486
2487 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2488
2489 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2490 (sc-cite-region, sc-uncite-region, sc-recite-region):
2491 Fix previous change to handle not alist as a symbol, but
2492 a citation frame as a symbol that represents a variable name.
2493
2494 2004-12-13 Richard M. Stallman <rms@gnu.org>
2495
2496 * filecache.el (file-cache-add-directory-using-find):
2497 Only set up file-cache-find-command-posix-flag if we will use it.
2498
2499 * bindings.el (mode-line-buffer-identification-keymap):
2500 Don't cancel the mode-line's usual down-mouse-1 binding.
2501
2502 * cus-edit.el (custom-face-selected): Handle `default' specs.
2503 (custom-face-edit): Increase extra-offset.
2504 (custom-display): Handle `default' specs.
2505
2506 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2507
2508 * emacs-lisp/elint.el (elint-standard-variables)
2509 (elint-unknown-builtin-args): Move definitions up.
2510
2511 * net/browse-url.el (browse-url-url-at-point): Add autoload.
2512
2513 * info.el (info-xref-visited): Use `default' instead of t.
2514 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2515
2516 * faces.el (header-line, mode-line-inactive, tool-bar):
2517 Use `default' instead of t for setting the defaults.
2518 (face-spec-choose): Separate `t' from `default'.
2519
2520 * subr.el (while-no-input): New macro.
2521
2522 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
2523
2524 * filecache.el (file-cache-add-directory-using-find):
2525 Only test file-cache-find-command-posix-flag on some systems.
2526
2527 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2528
2529 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2530 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2531 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2532 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2533 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2534
2535 2004-12-12 Juri Linkov <juri@jurta.org>
2536
2537 * files.el (find-file-other-window, find-file-other-frame):
2538 Add the first buffer to the returned value to return the complete
2539 list of all visited buffers.
2540 (find-file-read-only, find-file-read-only-other-window)
2541 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2542 `find-file-read-args'. Signal an error about non-existent file
2543 only if file name doesn't contain wildcards. Toggle read-only in
2544 all visited buffers.
2545 (find-alternate-file, find-alternate-file-other-window):
2546 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
2547 called interactively. Pass arg `wildcards' to other functions.
2548 (find-file-noselect): Doc fix.
2549
2550 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2551 Doc fix.
2552 (ffap-directory-finder): New variable.
2553 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2554 (ffap-file-at-point): Add /* to immediately rejected names.
2555 Return absolute file names matching ffap-dired-wildcards.
2556 (ffap-read-file-or-url): Set default value for `completing-read'
2557 to `buffer-file-name'.
2558 (find-file-at-point): When filename matches ffap-dired-wildcards,
2559 call ffap-file-finder with t arg `wildcards', instead of dired.
2560 (ffap-other-window, ffap-other-frame): Return visited buffers.
2561 (ffap-read-only, ffap-read-only-other-window)
2562 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2563 (dired-at-point): Call ffap-directory-finder instead of dired.
2564 (ffap-dired-other-window, ffap-dired-other-frame)
2565 (ffap-list-directory): New commands.
2566 (ffap-bindings): New keybindings for new commands.
2567
2568 2004-12-12 Juri Linkov <juri@jurta.org>
2569
2570 * simple.el (beginning-of-buffer, end-of-buffer):
2571 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2572 Do not push mark when mark is active in transient-mark-mode.
2573
2574 * simple.el (mark-word):
2575 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2576 * textmodes/paragraphs.el (mark-paragraph):
2577 Extend the region when mark is active in transient-mark-mode,
2578 regardless of the last command. Doc fix.
2579
2580 * simple.el (mark-word): Preserve direction when repeating.
2581 Make arg optional. Interactive "p" -> "P".
2582 (transient-mark-mode, inhibit-mark-movement): Doc fix.
2583
2584 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2585 preserving direction, to mark forward instead of backward when mark
2586 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2587
2588 2004-12-12 Juri Linkov <juri@jurta.org>
2589
2590 * isearch.el (isearch-edit-string): Set 7th arg of
2591 `read-from-minibuffer' to `t' to inherit the current input
2592 method (whose name is indicated by [IM] in the minibuffer prompt)
2593 from the current buffer to the minibuffer.
2594 (isearch-lazy-highlight-update): Put body to `with-local-quit'
2595 to allow C-g quitting for lazy highlighting looping inside the
2596 search with nested repetition operators. Add overlay to the list
2597 before setting its face and other properties to avoid the case of
2598 code quitting after placing the new overlay but before it's
2599 recorded on the list. Select the window where isearch was
2600 activated, to highlight matches in the right window when isearch
2601 switches the current window to the minibuffer.
2602
2603 * international/isearch-x.el
2604 (isearch-process-search-multibyte-characters):
2605 Use `isearch-message' as initial input for `read-string' instead
2606 of adding it to the minibuffer prompt. After reading a string
2607 remove the initial value of `isearch-message' from the string.
2608
2609 * replace.el (replace-match-maybe-edit): Doc fix.
2610 (perform-replace): Don't call `replace-highlight' when automatic
2611 replacement is requested in literal mode, since it is intended
2612 only to highlight words during entering a new replacement string
2613 for \? in non-literal mode.
2614
2615 * replace.el (query-replace-highlight): Add new value `isearch'
2616 that allows query replacement to use isearch highlighting.
2617 Change type from `boolean' to `choice'. Doc fix.
2618 (replace-highlight, replace-dehighlight, perform-replace):
2619 Use isearch highlighting if query-replace-highlight eq `isearch'.
2620
2621 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2622
2623 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2624 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2625
2626 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2627 case of \end{verbatim}.
2628
2629 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2630
2631 * term.el (term-termcap-format): Synchronyze with terminfo.
2632 (term-emulate-terminal): Handle reset.
2633 (term-reset-terminal): New function.
2634
2635 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
2636
2637 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2638 (zone-fill-out-screen): New func.
2639 (zone-pgm-drip): Use `zone-fill-out-screen'.
2640 Also, no longer go to point-min on every cycle.
2641 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2642 (zone-pgm-random-life-wait): New user var.
2643 (zone-pgm-random-life): New func.
2644
2645 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
2646
2647 * files.el (auto-mode-alist): Map .com to DCL mode.
2648
2649 2004-12-09 Richard M. Stallman <rms@gnu.org>
2650
2651 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2652
2653 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
2654
2655 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2656 buffer with a display margin.
2657
2658 2004-12-08 Jay Belanger <belanger@truman.edu>
2659
2660 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2661 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2662
2663 2004-12-08 Richard M. Stallman <rms@gnu.org>
2664
2665 * faces.el: Delete code to set display table.
2666 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
2667
2668 2004-12-08 Jay Belanger <belanger@truman.edu>
2669
2670 * calc/calc.el: Add math-read-preprocess-string to autoloads.
2671
2672 * calc/calc-ext.el (math-read-replacement-list)
2673 (math-read-superscripts, math-read-preprocess-string): Move to
2674 calc-aent.el.
2675
2676 * calc/calc-aent.el (math-read-replacement-list)
2677 (math-read-superscripts, math-read-preprocess-string): Move from
2678 calc-ext.el.
2679
2680 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * isearch.el (isearch-quote-char): Fix up typo in last change.
2683
2684 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
2685
2686 * mouse.el (mouse-set-font): Handle the case where the command was
2687 not invoked using the mouse.
2688
2689 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2690 (edmacro-finish-edit): Further update for keyboard macros that are
2691 lambda forms.
2692 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2693
2694 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2695
2696 * font-lock.el (font-lock-unfontify-region): Save buffer state.
2697 (font-lock-default-unfontify-region): Don't save buffer state any more.
2698
2699 2004-12-07 Jay Belanger <belanger@truman.edu>
2700
2701 * calc/calc-help.el (calc-describe-key):
2702 Set calc-summary-indentation even when Calc Summary buffer exists.
2703
2704 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
2705
2706 * calendar/holidays.el (holiday-easter-etc): Make arguments
2707 optional for backwards compatibility. Doc fix.
2708 Remove un-necessary local vars mandatory, output-list.
2709 (holiday-advent): Make arguments optional for backwards
2710 compatibility. Doc fix.
2711
2712 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2713
2714 * paren.el (show-paren-function): Fix last change (2004-12-02).
2715
2716 * international/mule-util.el (char-displayable-p): Return nil for
2717 unibyte mode.
2718
2719 * subr.el (subregexp-context-p): New function.
2720
2721 * isearch.el (isearch-quote-char): Use it.
2722
2723 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2724 (regexp-opt-not-groupie*-re): Remove.
2725 (regexp-opt): Properly handle inputs with duplicate entries.
2726
2727 2004-12-06 Richard M. Stallman <rms@gnu.org>
2728
2729 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2730
2731 * cus-edit.el (custom-file): Doc fix.
2732
2733 * textmodes/org.el: New file.
2734
2735 2004-12-06 Kenichi Handa <handa@m17n.org>
2736
2737 * ldefs-boot.el: Update international/mule-util.el section.
2738
2739 2004-12-05 Sam Steingold <sds@gnu.org>
2740
2741 * net/tramp.el (tramp-handle-file-accessible-directory-p):
2742 Fix `tramp-time-diff' comparison logic.
2743
2744 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
2745
2746 * progmodes/which-func.el (which-function):
2747 Use `run-hook-with-args-until-success' instead of a custom loop.
2748 Fixes bug with local hooks.
2749
2750 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2751
2752 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2753 Use delete-dups when calculating the initial value.
2754 (bibtex-autokey-get-title): Use <=.
2755 (bibtex-goto-line): New function.
2756 (bibtex-reposition-window): Use line numbers instead of point
2757 positions. Use window-body-height.
2758 (bibtex-find-crossref): Use bibtex-reposition-window.
2759 (bibtex-find-entry): Use bibtex-reposition-window. Always return
2760 position of entry if key is found or nil if not found.
2761
2762 2004-12-05 Richard M. Stallman <rms@gnu.org>
2763
2764 * cus-edit.el (custom-file): Doc fix.
2765
2766 * progmodes/sh-script.el (sh-indent-for-then): Change default.
2767
2768 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2769
2770 * simple.el (blink-matching-open):
2771 * textmodes/tex-mode.el (tex-validate-region):
2772 Obey syntax-table text properties.
2773
2774 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
2775
2776 * wid-edit.el (widget-specify-field): Add `real-field' property to
2777 boundary.
2778 (widget-field-at): Use it.
2779
2780 2004-12-02 Richard M. Stallman <rms@gnu.org>
2781
2782 * progmodes/cc-mode.el (awk-mode autoload):
2783 Supply t meaning interactive function.
2784
2785 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
2786 (isearch-mode-map): No special definition for space.
2787 (isearch-whitespace-chars): Command deleted.
2788 (isearch-forward-regexp): Doc fix.
2789 (isearch-quote-char): When a space is not inside brackets,
2790 use `[ ]' instead of just space.
2791 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2792
2793 * imenu.el (imenu--generic-function): Delete code to exclude
2794 matches in comments.
2795
2796 * man.el (Man-reverse-face): Change default to `highlight'.
2797
2798 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2799 (occur-engine): Use `face' prop rather than `font-lock-face'
2800 when specifying use of `match-face'.
2801 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2802
2803 * emacs-lisp/elint.el (elint-standard-variables): Update list.
2804
2805 * add-log.el (add-log-current-defun): Handle the case where point
2806 is in the header part of a DEFUN construct.
2807
2808 2004-12-02 Dave Love <fx@gnu.org>
2809
2810 * progmodes/python.el (python-font-lock-syntactic-keywords):
2811 Fix previous change.
2812
2813 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
2814
2815 * paren.el (show-paren-function): Check for matching chars
2816 specified by text props.
2817
2818 2004-12-02 Jay Belanger <belanger@truman.edu>
2819
2820 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2821 when reading a new key sequence.
2822
2823 2004-12-02 Kim F. Storm <storm@cua.dk>
2824
2825 * faces.el (escape-glyph): Rename from glyph.
2826 (standard-display-table): Set it here. Add escape-glyph face to
2827 extra slot characters.
2828
2829 * disp-table.el: Undo 2004-12-01 change. Display table is now
2830 setup in faces.el.
2831
2832 2004-12-02 Mark A. Hershberger <mah@everybody.org>
2833
2834 * xml.el (xml-parse-dtd): Don't show validity messages when
2835 xml-validating-parser is nil.
2836 (xml-substitute-special): Fix validity error messages to
2837 actually show the unexpandable entity. Added validity error if &
2838 isn't followed by an entity.
2839 (xml-parse-tag): Concatenate any string following the a
2840 <![CDATA[]]> section to the parsed CDATA.
2841 (xml-parse-dtd): Skip parameter entity declarations and use of
2842 parameter entities.
2843
2844 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2845
2846 * kmacro.el (kmacro-default-counter-format): New var.
2847 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
2848 (kmacro-display): Remove `nil' from `and' form. Delete call to
2849 `format' inside `message'.
2850 (kmacro-start-macro): Use `kmacro-default-counter-format'.
2851
2852 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * pcvs.el (cvs-header-msg): New function.
2855 (cvs-update-header): Use it. Change calling convention.
2856 Correctly handle the case of having simultaneous active processes.
2857 (cvs-sentinel): Don't call cvs-update-header any more.
2858 (cvs-mode-run): Update call and add cvs-update-header to postproc.
2859
2860 2004-12-01 Jay Belanger <belanger@truman.edu>
2861
2862 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2863 Change message.
2864
2865 2004-12-01 Juri Linkov <juri@jurta.org>
2866
2867 * progmodes/prolog.el (prolog-mode-variables):
2868 Fix imenu-generic-expression.
2869
2870 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
2871
2872 * faces.el (glyph): New face.
2873
2874 * disp-table.el: Add an autoloaded table, that doesn't require
2875 this library, with glyph face.
2876
2877 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2878 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2879 (conf-quote-normal): Allow normalizing only ' or ".
2880 (conf-mode): Regexp-quote constructed comment-start and don't
2881 match section {} where "name" contains braces.
2882
2883 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2884 files.
2885
2886 2004-12-01 Kenichi Handa <handa@m17n.org>
2887
2888 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2889 (x-select-text): Don't treat eight-bit-control/graphic chars
2890 specially. Store the encoded text in the X cut buffer.
2891 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2892 with x-last-selected-text-cut-encoded.
2893
2894 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2895
2896 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2897
2898 2004-11-30 Markus Rost <rost@ias.edu>
2899
2900 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2901 AUCTeX.
2902
2903 2004-11-30 Jay Belanger <belanger@truman.edu>
2904
2905 * calc/calc-arith.el (math-possible-signs): Made stronger checks
2906 on signs of intervals.
2907 (math-pow-of-zero): Strengthen checks for positive and negative
2908 exponents.
2909
2910 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2911 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2912 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2913 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2914 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2915 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2916 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2917 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2918 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2919 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2920 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2921 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2922 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2923 with provide statements.
2924
2925 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2926
2927 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2928
2929 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2930 (calc-load-everything, math-defsimplify): Replace dummy autoloading
2931 functions by require statements.
2932 (math-defsimplify): Move to calc-alg.el, add to autoloads.
2933
2934 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2935 (calc-gnuplot-print): Give them values.
2936
2937 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2938 autoloads.
2939 Add calc-do-embedded-activate to autoloads.
2940 (calc-gnuplot-name, calc-gnuplot-plot-command)
2941 (calc-gnuplot-print-command): Move them to calc-graph.el.
2942
2943 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2944
2945 * term/mac-win.el (ccl-encode-mac-roman-font)
2946 (ccl-encode-mac-cyrillic-font)
2947 (ccl-encode-mac-centraleuropean-font, encoder-list)
2948 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2949 Support Cyrillic, CentralEuropean, and Dingbat font display
2950
2951 2004-11-30 Andre Spiegel <spiegel@gnu.org>
2952
2953 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2954
2955 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2956 still nil.
2957
2958 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
2959
2960 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2961 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2962
2963 2004-11-29 Jay Belanger <belanger@truman.edu>
2964
2965 * calc/calc-arith.el (math-pow-of-zero): Take into account different
2966 cases of the base and exponent.
2967
2968 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
2969
2970 * simple.el (next-error-buffer-p): Allow for inclusive and
2971 exclusive tests for finding a buffer.
2972 (next-error-find-buffer): Pass the exclusive and inclusive tests
2973 to next-error-buffer-p.
2974
2975 * replace.el (occur-next-error): Switch to the Occur buffer when
2976 appropriate, use the exclusive filter to next-error-find-buffer to
2977 do it. Use the absolute value of the motion amount.
2978
2979 2004-11-29 Kenichi Handa <handa@m17n.org>
2980
2981 * startup.el (command-line): Decode all default-directory by
2982 locale-coding-system.
2983
2984 2004-11-29 Jay Belanger <belanger@truman.edu>
2985
2986 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2987 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2988 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2989 Replace calls to calc-extensions by appropriate require, replace
2990 calc-extensions-loaded by appropriate featurep.
2991
2992 * calc/calc-ext.el: Move require to end of file.
2993 Remove redundant loading of calc.el.
2994 (calc-extensions-loaded): Remove unnecessary variable.
2995 (calc-extensions): Remove unnecessary function.
2996 (calc-load-everything): Replace calc-need-macros by appropriate require.
2997
2998 * calc/calc-macs.el: Move provide to end of file.
2999 (calc-need-macros): Remove unnecessary function.
3000
3001 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3002 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3003 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3004 Replace calc-extensions by appropriate require.
3005 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3006
3007 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3008 Replace calc-need-macros by appropriate require.
3009
3010 * calc/calc.el: Move require to end of file.
3011 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3012 Remove unnecessary variable.
3013 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3014 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3015 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3016 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3017 (math-stack-value-offset, math-format-value, math-format-flat-expr)
3018 (math-format-number, math-format-bignum, math-read-number)
3019 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3020 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3021 by appropriate require.
3022 (calc-check-defines): Replace calc-need-macros by appropriate require.
3023
3024 2004-11-29 Kim F. Storm <storm@cua.dk>
3025
3026 * macros.el (insert-kbd-macro): Handle kmacro functions.
3027
3028 2004-11-28 Juri Linkov <juri@jurta.org>
3029
3030 * compare-w.el (compare-windows-highlight): Attach each overlay
3031 to its window to properly highlight differences while comparing
3032 two windows of the same buffer. Fix arguments.
3033 (compare-windows-sync-default-function): Fix arguments of
3034 `compare-windows-highlight'.
3035
3036 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3037 Use `read-expression-history'. Set initial contents only if
3038 `edebug-global-break-condition' is non-nil. Set histpos to 1
3039 if initial contents is equal to the last history element.
3040 (edebug-set-conditional-breakpoint): Instead of temporarily
3041 prepending the current condition to the history, set initial
3042 contents to the current condition. Set histpos to 1 if initial
3043 contents is equal to the last history element.
3044
3045 * info.el (Info-search-whitespace-regexp): Remove shy group.
3046 (Info-search): Forward line if search is on the header line.
3047 Use search-whitespace-regexp in two other places.
3048
3049 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
3050
3051 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3052 warning. Delay real definition, which uses
3053 `set-fringe-indicators-1' till after the definition of that function.
3054
3055 2004-11-28 Kim F. Storm <storm@cua.dk>
3056
3057 * fringe.el (fringe): New defgroup.
3058 (fringe-mode): Move to fringe group.
3059 (fringe-indicators): New defcustom.
3060 (set-fringe-indicators-1): New defun.
3061
3062 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3063 (menu-bar-showhide-fringe-ind-menu): New keymap.
3064 (menu-bar-showhide-fringe-ind-empty)
3065 (menu-bar-showhide-fringe-ind-mixed)
3066 (menu-bar-showhide-fringe-ind-box)
3067 (menu-bar-showhide-fringe-ind-right)
3068 (menu-bar-showhide-fringe-ind-left)
3069 (menu-bar-showhide-fringe-ind-none): New defuns.
3070 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3071
3072 2004-11-27 Richard M. Stallman <rms@gnu.org>
3073
3074 * comint.el (comint-read-noecho): Add trivial compatibility definition.
3075
3076 * generic.el (define-generic-mode): Doc fix.
3077
3078 * menu-bar.el (menu-bar-options-save): For the options
3079 that are toggled with menu-bar-make-mm-toggle, don't check
3080 for customized-value prop.
3081
3082 2004-11-27 Eli Zaretskii <eliz@gnu.org>
3083
3084 * mail/supercite.el (sc-cite-region): Handle the case where
3085 sc-cite-frame-alist is a symbol.
3086 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3087 a symbol.
3088 (sc-recite-region): Handle the case where sc-recite-frame-alist is
3089 a symbol.
3090
3091 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3092
3093 * wid-edit.el (widget-narrow-to-field): New function.
3094 (widget-complete): Use it.
3095
3096 2004-11-27 Jay Belanger <belanger@truman.edu>
3097
3098 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3099 variable.
3100 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3101 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3102 (math-alg-inequalities): Move declaration to earlier in the file.
3103
3104 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3105 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3106 Declare them.
3107
3108 * calc/calc-lang.el (math-expr-data, math-expr-token)
3109 (math-exp-old-pos): Declare them.
3110
3111 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3112 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3113
3114 2004-11-27 Kim F. Storm <storm@cua.dk>
3115
3116 * progmodes/flymake.el: Use (featurep 'xemacs).
3117 (flymake-makehash): Change to defsubst. Use fboundp.
3118 (flymake-time-to-float): Remove.
3119 (flymake-float-time): Merge code from flymake-time-to-float here.
3120 (flymake-replace-regexp-in-string): Change to defsubst.
3121 (flymake-split-string-remove-empty-edges):
3122 Rename to flymake-split-string.
3123 (flymake-split-string): Remove previous defalias.
3124 (flymake-get-temp-dir): Change to defsubst.
3125 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3126 Define for xemacs only.
3127 (flymake-master-file-count-limit): Change into compiler defvar only.
3128 (flymake-find-possible-master-files): Let-bind it dynamically while
3129 sorting files using flymake-master-file-compare.
3130
3131 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3132
3133 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3134 of defun-prompt-regexp matches inside a comment/string but the
3135 beginning is correctly outside everything.
3136
3137 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3138 appears within a string or a comment.
3139
3140 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3141 rather than make-symbol for symbols which are used in
3142 a symbol-macrolet or equivalent.
3143
3144 2004-11-26 Jay Belanger <belanger@truman.edu>
3145
3146 * calc-misc.el (calc-last-why-command): Declare it.
3147
3148 * calc-vec.el (math-grade-vec): New variable.
3149 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3150 Replace variable grade-vec by declared variable.
3151 (math-rb-close): New variable.
3152 (math-read-brackets, math-read-vector): Replace variable close by
3153 declared variable.
3154
3155 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3156 (calc-one-window, calc-edit-handler, calc-restore-trail)
3157 (calc-allow-ret): Declare them.
3158
3159 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3160 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3161 (math-radix-float-cache-tag, math-random-cache)
3162 (math-max-digits-cache, math-integral-cache, math-units-table)
3163 (math-format-date-cache, math-holidays-cache-tag): Declare them.
3164 (math-moc-func): New variable.
3165 (math-map-over-constants, math-map-over-constants-rec):
3166 Replace variable func by declared variable.
3167
3168 * calc/calc-store.el (calc-given-value, calc-store-opers):
3169 Declare them.
3170 (calc-var-name-map): Move declaration to earlier in the file.
3171 (calc-pv-pos): New variable.
3172 (calc-permanent-variable, calc-insert-permanent-variable):
3173 Replace variable pos by declared variable.
3174
3175 * calc/calc-mtx.el (calc-det-lu): New variable.
3176 (math-det-raw, math-det-step): Replace variable lu by declared variable.
3177
3178 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3179 (math-multi-subst, math-multi-subst-rec): Replace variables temp
3180 and arg by declared variables.
3181 (calcFunc-reducer): Fix incorrect variable.
3182 (math-inner-mul-func, math-inner-add-func): New variables.
3183 (calcFunc-inner, math-inner-mats): Replace variables mul-func
3184 and add-func by declared variables.
3185
3186 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3187 (calc-digit-value): Declare them.
3188
3189 * calc/calc-help.el (Info-history): Declare it.
3190 (calc-describe-key): Make calc-summary-indentation a local variable.
3191 (calc-help-long-names): Move declaration to earlier in file.
3192
3193 * calc/calc-embed.el (calc-original-buffer): Declare it.
3194 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3195 (calc-embed-bot): New variables.
3196 (calc-do-embedded, calc-embedded-mark-formula)
3197 (calc-embedded-find-bounds, calc-embedded-duplicate)
3198 (calc-embedded-new-formula, calc-embedded-make-info):
3199 Replace vars outer-top, outer-bot, bot and top by declared variables.
3200 (calc-embed-prev-modes): New variable.
3201 (calc-embedded-set-modes, calc-embedded-update): Replace variable
3202 prev-modes with declared variable.
3203 (calc-embed-vars-used): New variable.
3204 (calc-embedded-make-info, calc-embedded-evaluate-expr)
3205 (calc-embedded-update, calc-embedded-find-vars): Replace variable
3206 vars-used by declared variable.
3207
3208 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3209 (math-format-radix-float): Remove unnecessary setq.
3210 (math-radix-float-cache): Declare it.
3211
3212 * calc/calcsel2.el (calc-keep-selection): Declare it.
3213
3214 * calc/calc-maint.el: Remove file.
3215
3216 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3217
3218 * textmodes/bibtex.el (bibtex-sort-entry-class)
3219 (bibtex-comment-start): Use defcustom.
3220 (bibtex-entry-field-alist): Use nil if initial content of the
3221 field is undefined. Fix docstring.
3222 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3223 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3224 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3225 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3226 Fix docstring.
3227 (bibtex-autokey-title-terminators): Use only one regexp.
3228 (bibtex-string-maybe-empty-head): New variable.
3229 (bibtex-remove-delimiters-string): New function.
3230 (bibtex-text-in-field-bounds, bibtex-text-in-string):
3231 Use bibtex-remove-delimiters-string.
3232 (bibtex-progress-message, bibtex-field-left-delimiter)
3233 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3234 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3235 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3236 Simplify.
3237 (bibtex-format-entry): Use save-excursion for inherited booktitle.
3238 Use eq and bibtex-remove-delimiters-string. For end markers use
3239 insertion type so that marker stays after inserted text.
3240 (bibtex-autokey-get-names): Return empty string if name is missing.
3241 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3242 calling bibtex-autokey-name-case-convert.
3243 (bibtex-autokey-demangle-title):
3244 Call bibtex-autokey-titleword-case-convert. Remove call to
3245 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3246 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3247 (bibtex-read-key): New optional arg global.
3248 (bibtex-files-expand): New optional arg force.
3249 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3250 (bibtex-complete-crossref-cleanup): Rename from
3251 bibtex-complete-key-cleanup. Simplify code.
3252 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
3253 Operate on current entry.
3254 (bibtex-button): Add docstring.
3255 (bibtex-entry): Simplify.
3256 (bibtex-make-field): Replace optional arg called-by-yank with more
3257 specific args move and interactive.
3258 (bibtex-end-of-entry): Use forward-sexp.
3259 (bibtex-find-entry-globally): Remove.
3260 (bibtex-find-crossref): Allow for crossref key located in other buffer.
3261 Bound to C-c C-x.
3262 (bibtex-find-entry): New optional args global and display.
3263 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
3264 (bibtex-validate): Use arg force of bibtex-files-expand.
3265 (bibtex-clean-entry): Bugfix, clean string entries properly.
3266 Always keep point at beginning of entry.
3267 (bibtex-complete): Bugfix. Handle string entries properly.
3268 Call cleanup functions only if needed.
3269 (bibtex-String): Use bibtex-read-string-key.
3270 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
3271 case of replacement text.
3272
3273 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3274
3275 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3276 (tramp-perl-directory-files-and-attributes): New constant.
3277 (tramp-file-name-handler-alist): Delete file-directory-files, add
3278 directory-files-and-attributes.
3279 (tramp-perl-file-attributes): Surround uid and gid by double
3280 quotes. Change parameter id-format from nonnumeric.
3281 (tramp-convert-file-attributes): New function.
3282 (tramp-handle-file-attributes): Use it.
3283 (tramp-maybe-send-perl-script): New function.
3284 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3285 file mode. Change parameter id-format from nonnumeric.
3286 (tramp-handle-file-attributes-with-ls): Change parameter id-format
3287 from nonnumeric.
3288 (tramp-post-connection): Don't send tramp-perl-file-attributes
3289 script. Reset connection property "perl-scripts".
3290 (tramp-handle-insert-directory): Run real handler when ls-lisp is
3291 in use.
3292
3293 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3294
3295 * desktop.el (desktop-read): Replace mapcar with mapc.
3296 (desktop-create-buffer): Replace mapcar with mapc.
3297 Remove redundant piece of code.
3298
3299 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
3300
3301 * progmodes/gud.el (gud-display-line): Use display-buffer
3302 for GDB-UI as for GUD.
3303
3304 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3305 Delete variables.
3306 (gdb-ann3): Don't make GUD buffer dedicated.
3307 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3308 (gdb-display-source-buffer): Delete function.
3309 (gdb-view-source-function, gdb-view-assembler): Delete functions.
3310 (menu): Delete menu bindings for viewing source/assembler.
3311 (gdb-setup-windows, gdb-restore-windows):
3312 Don't dedicate GUD. No assembler now.
3313 (gdb-reset): No need to undedicate source buffers now.
3314 (gdb-source-info): No assembler now.
3315
3316 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
3317
3318 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3319 width to those for special frames.
3320 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3321 Use display-buffer.
3322 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3323 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3324 (gdb-frame-assembler-buffer): Rework like
3325 gdb-frame-breakpoints-buffer.
3326
3327 2004-11-25 Richard M. Stallman <rms@gnu.org>
3328
3329 * progmodes/flymake.el: Reindent.
3330 (flymake-split-string): Turn into defalias.
3331 (flymake-fix-file-name): Rename from flymake-fix-path-name.
3332 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3333 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
3334 (flymake-build-relative-filename): Rename from ...path.
3335 Fix error message.
3336
3337 2004-11-25 Cheng Gao <chenggao@gmail.com>
3338
3339 * progmodes/flymake.el: Much whitespace and capitalization change.
3340 Move `provide' to end. Require `compile' only when compiling.
3341
3342 2004-11-24 Jay Belanger <belanger@truman.edu>
3343
3344 * calc/calc-alg.el: Added comment.
3345 (math-polynomial-base): Replace variable mpb-top-expr by
3346 math-poly-base-top-expr.
3347
3348 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3349 (math-polynomial-p1): Replace variable mpb-top-expr by declared
3350 variable.
3351 (math-poly-base-total-base): New variable.
3352 (math-total-polynomial-base, math-polynomial-p1): Replace variable
3353 mpb-total-base by declared variable.
3354 (math-factored-vars, math-to-list): Declare it.
3355 (math-fact-expr): New variable.
3356 (calcFunc-factors, calcFunc-factor, math-factor-expr)
3357 (math-factor-expr-try, math-factor-expr-part): Replace variable
3358 expr by declared variable.
3359 (math-fet-x): New variable.
3360 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3361 by declared variable.
3362 (math-factor-poly-coefs): Make temp a local variable.
3363
3364 * calc/calc-units.el (calc-convert-units): Make units a local
3365 variable.
3366 (calc-num-units, calc-den-units): New variables.
3367 (calc-explain-units, calc-explain-units-rec): Replace variables
3368 num-units and den-units by declared variables.
3369 (math-cu-unit-list): New variable.
3370 (math-build-units-table, math-compare-unit-names)
3371 (math-convert-units, math-convert-units-rec): Replace variable
3372 unit-list by declared variable.
3373 (math-fbu-base, math-fbu-entry): New variables.
3374 (math-find-base-units, math-find-base-units-rec): Replace variables
3375 base and entry by declared variables.
3376 (math-which-standard): New variable.
3377 (math-to-standard-units, math-to-standard-rec): Replace variable
3378 which-standard by declared variable.
3379 (math-fcu-u): New variable.
3380 (math-find-compatible-unit, math-find-compatible-unit-rec):
3381 Replace variable u by declared variable.
3382 (math-cu-new-units, math-cu-pure): New variables.
3383 (math-convert-units, math-convert-units-rec): Replace variables
3384 new-units and pure by declared variables.
3385 (math-try-cancel-units): New variable.
3386 (math-simplify-units-quotient): Replace variable try-cancel-units by
3387 declared variable.
3388
3389 2004-11-24 Richard M. Stallman <rms@gnu.org>
3390
3391 * textmodes/ispell.el (ispell-check-version):
3392 If default-directory is nonexistent, use home dir.
3393
3394 * progmodes/grep.el (grep-regexp-alist):
3395 Don't match parens around line numbers.
3396
3397 * progmodes/cperl-mode.el (cperl-indent-region)
3398 (cperl-imenu--create-perl-index, cperl-xsub-scan):
3399 Don't print progress messages.
3400
3401 * progmodes/compile.el (compilation-mode-map):
3402 Don't inherit from compilation-minor-mode-map;
3403 copy its bindings instead. But the menu bar Compile
3404 entry now does inherit from compilation-menu-map.
3405
3406 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3407 Use with-no-warnings around compiler-macroexpand.
3408
3409 * imenu.el: Don't always require newcomment.
3410 (imenu--generic-function): Call comment-normalize-vars
3411 if we have a comment syntax.
3412 Exit the loop if REGEXP matches the null string.
3413 Test comment-start as well as comment-start-skip
3414 when deciding whether to check for comments.
3415
3416 * tooltip.el (tooltip-mode): Doc fix.
3417
3418 * term.el (term-escape-char, term-mode): Doc fixes.
3419
3420 2004-11-24 Dave Love <fx@gnu.org>
3421
3422 * progmodes/python.el (python-font-lock-syntactic-keywords):
3423 Check for escapes in the regexp.
3424 (python-quote-syntax): Don't do it here.
3425
3426 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3427
3428 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3429 (gdb-frames-mode-map, gdb-threads-mode-map)
3430 (gdb-registers-mode-map, gdb-locals-mode-map)
3431 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3432 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3433
3434 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3435 (dedicated-switch-to-buffer): Rework.
3436 (gdb-var-evaluate-expression-handler, gdb-put-string):
3437 Remove unused variable bindings.
3438 (gdb-setup-windows, gdb-display-buffer):
3439 Simplify. Use pop-to-buffer.
3440 (gdb-view-source-function): Simplify.
3441 (gdb-frame-breakpoints-buffer):
3442 Use pop-to-buffer, special-display-regexps.
3443
3444 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3445
3446 * progmodes/f90.el (f90-smart-end)
3447 (f90-previous-statement, f90-beginning-of-block): Doc fix.
3448 (f90-calculate-indent): Handle un-named PROGRAM blocks.
3449 (f90-end-of-block): Doc fix. Make check of outermost block
3450 conditional on value of `f90-smart-end'.
3451 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3452 Handle case where END-BLOCK is nil.
3453 (f90-match-end): Handle un-named PROGRAM blocks.
3454 (f90-backslash-not-special): New function.
3455
3456 2004-11-24 Jay Belanger <belanger@truman.edu>
3457
3458 * calc/calc.el (calc-embedded-active): Removed unnecessary
3459 declaration.
3460 (calc-show-banner): Removed redundant declaration.
3461
3462 * calc/calc-graph.el (calc-gnuplot-default-device)
3463 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3464 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3465 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3466 Remove redundant initial values.
3467
3468 * calc/calc-arith.el (math-scalar-functions)
3469 (math-nonscalar-functions, math-scalar-if-args-functions)
3470 (math-real-functions, math-positive-functions)
3471 (math-nonnegative-functions, math-real-scalar-functions)
3472 (math-real-if-arg-functions, math-integer-functions)
3473 (math-num-integer-functions, math-rounding-functions)
3474 (math-float-rounding-functions, math-integer-if-args-functions)
3475 (math-super-types): Move declarations to earlier in file.
3476 (math-unit-prefixes): Declared it.
3477 (math-floor-prec, math-trunc-prec): New variables.
3478 (math-trunc-fancy): Replace variable prec by declared variable.
3479 (math-floor-fancy): Replace variable prec by declared variable.
3480 (math-com-bterms): New variable.
3481 (math-commutative-equal, math-commutative-collect):
3482 Replace variable bterms by declared variable.
3483
3484 * calc/calc-misc.el (math-trunc): Replace variable prec by
3485 math-trunc-prec.
3486 (math-floor): Replace variable prec by math-floor-prec.
3487
3488 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3489 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3490 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3491 (math-format-date, math-format-date-part): Replace variables
3492 date, dt, year, month, day, weekday, hour, minute, second and
3493 bc-flag by declared variables.
3494 (math-pd-str): New variable.
3495 (math-parse-date, math-parse-date-word, math-parse-standard-date):
3496 Replace variable str by declared variable.
3497 (math-daylight-savings-hook, math-tzone-names): Move definitions
3498 to earlier in the file.
3499 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3500 (math-sh-year): New variable.
3501 (math-setup-add-holidays, math-setup-holidays)
3502 (math-setup-year-holidays): Replace variable `year' by declared
3503 variable.
3504
3505 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3506 New variables.
3507 (math-nth-root-float, math-nth-root-float-iter): Replace variables
3508 n, nf and nfm1 by declared variables.
3509 (math-nri-n): New variable.
3510 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3511 n by declared variable.
3512 (calcFunc-log): Removed misplaced condition.
3513
3514 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3515
3516 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3517
3518 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3519
3520 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3521 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3522 Dedicate gdb-related windows.
3523 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3524 other frames.
3525 (gdb-reset): Remove dedicated property after debugging.
3526
3527 2004-11-24 Jay Belanger <belanger@truman.edu>
3528
3529 * calc/calc-sel.el: Add comment.
3530
3531 * calc/calc.el (math-stack-value-offset): Replace variables c,
3532 wid and off with math-svo-c, math-svo-wid and math-svo-off.
3533
3534 * calc/calccomp.el (math-comp-sel-tag): Declare it.
3535 (math-svo-c, math-svo-wid, math-svo-off): New variables.
3536 (math-stack-value-offset-fancy): Replace variables c, wid and off
3537 by declared variables.
3538 (math-comp-just, math-comp-comma-spc): New variables.
3539 (math-compose-expr, math-compose-matrix): Replace variables `just'
3540 and comma-spc by declared variable.
3541 (math-comp-vector-prec): New variable.
3542 (math-compose-expr, math-compose-matrix, math-compose-rows):
3543 Replace variable vector-prec by declared variable.
3544 (math-comp-left-bracket, math-comp-right-bracket)
3545 (math-comp-comma): New variables.
3546 (math-compose-expr, math-compose-rows): Replace variables
3547 left-bracket, right-bracket and comma by declared variables.
3548 (math-comp-full-width): New variable.
3549 (math-comp-to-string-flat, math-comp-to-string-flat-term):
3550 Replace variable full-width by declared variable.
3551 (math-comp-highlight, math-comp-word, math-comp-level)
3552 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3553 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3554 New variables.
3555 (math-comp-to-string-flat, math-comp-to-string-flat-term)
3556 (math-comp-sel-flat-term): Replace variables comp-highlight,
3557 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3558 declared variables.
3559 (math-comp-simplify, math-comp-simplify-term)
3560 (math-comp-add-string, math-comp-add-string-sel):
3561 Replace variables comp-highlight, comp-buf, comp-base,
3562 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3563
3564 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3565
3566 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3567
3568 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3569 and x-server-version may throw.
3570
3571 2004-11-23 Kim F. Storm <storm@cua.dk>
3572
3573 * subr.el (substitute-key-definition-key): Optimize.
3574 Don't call indirect-function for nil defn (always signals error).
3575
3576 * ido.el (ido-read-internal): Fix require-match check when
3577 ido-directory-too-big is set.
3578
3579 2004-11-23 Jay Belanger <belanger@truman.edu>
3580
3581 * calc/calc-ext.el (math-read-replacement-list)
3582 (math-read-superscripts): New variables.
3583 (math-read-preprocess-string): New function.
3584 (math-read-expr): Filter input through math-read-preprocess-string.
3585
3586 * calc/calc-aent.el (math-read-exprs): Filter input through
3587 math-read-preprocess-string.
3588
3589 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
3590
3591 * progmodes/compile.el (compilation-start): In cd command use
3592 substitute-env-vars -- not quite shell compatible but better than
3593 nothing.
3594 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3595 handle the newer versions messages, which are more parseable.
3596
3597 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3598
3599 * reveal.el (reveal-mode-map): New var.
3600 (reveal-mode): Use it.
3601
3602 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
3603
3604 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3605 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3606
3607 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3608
3609 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3610 header-line when needed.
3611 Use fixed-pitch only in the header-line.
3612 Build the underline automatically. Use emdash if available.
3613
3614 2004-11-22 Richard M. Stallman <rms@gnu.org>
3615
3616 * dired.el (dired-recursive-copies): Move from dired-aux.el.
3617 * dired-aux.el (dired-recursive-copies): Move to dired.el.
3618
3619 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
3620
3621 * progmodes/gdb-ui.el (gdb-resync): New function.
3622 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3623 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3624 Use it to fail more gracefully.
3625 (gdb-variables): Delete variable.
3626 Re-order variables to reduce byte-compiler warnings.
3627
3628 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3629
3630 * descr-text.el (describe-char):
3631 * paren.el (show-paren-function):
3632 * subr.el (syntax-after): Undo last change.
3633
3634 * progmodes/python.el (run-python): Don't hard code *Python*.
3635 Don't modify global process-environment.
3636 (python-send-region, python-load-file): Don't assume that
3637 python-buffer == (process-buffer (python-proc)).
3638 (python-switch-to-python): Simplify.
3639
3640 * dired.el (dired-align-file): Don't assume line starts with spaces.
3641
3642 2004-11-21 Jay Belanger <belanger@truman.edu>
3643
3644 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3645 Replace variable `lines' by math-read-big-lines.
3646 (math-read-big-expr): Replace variables the-baseline, the-h2
3647 and err-msg by math-read-big-baseline, math-read-big-h2 and
3648 math-read-err-msg.
3649 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3650
3651 * calc/calc-lang.el (math-read-big-rec): Fix typo.
3652 (math-read-big-balance): Replace unbound variable by value.
3653 (math-read-big-lines): New variable.
3654 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3655 (math-read-big-error, math-read-big-balance): Replace variable
3656 `lines' by declared variable.
3657 (math-read-big-baseline, math-read-big-h2): New variables.
3658 (math-read-big-rec): Replace variables the-baseline and the-h2
3659 by declared variables.
3660 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3661 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3662 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3663 declared variables.
3664 (math-read-big-err-msg): New variable.
3665 (math-read-big-error): Replace variable err-msg by declared variable.
3666
3667 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3668
3669 * ses.el: Add coding cookie.
3670 Fix up docstrings, follow new commenting conventions.
3671 (ses-header-line-menu): Fix missing variable rename for header-row.
3672 (ses-cell-size): Remove.
3673 (ses-make-cell): New function.
3674 (ses-cell, ses-insert-row, ses-insert-column): Use it.
3675 (ses-calculate-cell): Remove unused var `symbol'.
3676 (ses-narrowed-p): New function.
3677 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3678 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3679 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3680 (ses-setup): Use restore-buffer-modified-p.
3681 (ses-cleanup): Remove unused var `end'.
3682 (ses-header-string-left-offset): Remove.
3683 (ses-create-header-string): Adjust to new behavior of `align-to'.
3684 Truncate excessively large fields to preserve alignment.
3685 (ses-reconstruct-all): Remove unused var `refs'.
3686 (ses-read-cell-printer): Remove unused var `prompt'.
3687 (ses-delete-row): Remove unused var `pos'.
3688 (ses-delete-column): Remove unused var `new'.
3689
3690 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3691
3692 * ps-print.el: Insert :version tag into all defgroup and defcustom.
3693 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3694 Eliminate eval-and-compile usage.
3695 (ps-insert-file): Use insert-file-contents instead of insert-file.
3696 (ps-setup): Code fix.
3697
3698 * printing.el (pr-setup, lpr-setup): Code fix.
3699
3700 2004-11-21 Jay Belanger <belanger@truman.edu>
3701
3702 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3703 (calc-original-buffer): Declare them.
3704 (calc-user-formula-alist): New variable.
3705 (calc-user-define-formula, calc-fix-user-formula)
3706 (calc-user-define-composition, calc-finish-formula-edit):
3707 Replace variable `alist' by declared variable.
3708 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3709 (var-q7, var-q7, var-q8, var-q9): Declare them.
3710 (calc-kbd-push): Don't check to see if var-q0 through var-q9
3711 are bound.
3712 (calcFunc-typeof): Replace undeclared variable by expression.
3713 (math-exp-env): New variable.
3714 (math-define-body, math-define-exp): Replace exp-env by declared var.
3715 (math-define-exp): Replace misplaced variable by expression.
3716
3717 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3718 (calc-curve-model, calc-curve-coefnames): New variables.
3719 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3720 varnames, model and coefnames by declared variables.
3721 (math-root-widen): New variable.
3722 (math-search-root, math-find-root): Replace variable root-widen by
3723 declared variable.
3724 (var-DUMMY): Declare it.
3725 (math-root-vars, math-min-vars): Move the declarations to earlier in
3726 the file.
3727 (math-brent-min): Make d a local variable.
3728 (math-find-minimum): Replace non-existent variable.
3729 (math-ninteg-romberg): Remove unnecessary variable.
3730 (math-ninteg-temp): New variable.
3731 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3732 integ-temp by declared variable.
3733 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3734 New variables.
3735 (math-general-fit): Replace variables first-var, first-coef and
3736 new-coefs by declared variables.
3737 (calcFunc-fitvar): Replace variable first-var by declared variable.
3738 (calcFunc-fitparam): Replace variable first-coef by declared variable.
3739 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3740 (math-all-vars-vars, math-all-vars-found): New variables.
3741 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3742 found by declared variable math-all-vars-vars.
3743
3744 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
3745
3746 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3747 of `defconst'.
3748
3749 2004-11-20 Richard M. Stallman <rms@gnu.org>
3750
3751 * isearch.el (isearch-mode-map): Don't bind SPC.
3752 (isearch-whitespace-chars): Function deleted.
3753 (isearch-search): Bind search-spaces-regexp.
3754 (isearch-lazy-highlight-search): Likewise.
3755 (search-whitespace-regexp): Doc fix.
3756 (isearch-forward-regexp): Doc fix.
3757
3758 * emacs-lisp/bytecomp.el (byte-compile-form):
3759 Move the calls to byte-compile-set-symbol-position,
3760 to avoid having two for the same symbol occurrence.
3761
3762 * comint.el (comint-input-ring-size): Increase to 150.
3763
3764 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3765 New variables.
3766 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3767 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3768
3769 * imenu.el (imenu--generic-function):
3770 Ensure we keep moving backward even if BEG isn't further back.
3771
3772 * replace.el (query-replace-read-to, query-replace-read-from):
3773 Specify t for KEEP-ALL in read-from-minibuffer.
3774
3775 * progmodes/python.el (python-switch-to-python):
3776 If Python isn't running, start it.
3777 Don't alter debug-ignored-errors.
3778
3779 * progmodes/cperl-mode.el (cperl-indent-region):
3780 Don't mind imenu-scanning-message.
3781
3782 * bindings.el (global-map): Bind C-e to move-end-of-line.
3783
3784 * simple.el (line-move-finish): New arg FORWARD.
3785 Ignore invisible newlines, not intangible ones.
3786 Conditions for acceptable stopping positions depend on FORWARD.
3787 (line-move): Pass FORWARD arg to line-move-finish.
3788
3789 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3790 of HEADER. Compensate for this change in the code to add display
3791 properties. Don't make the first line intangible.
3792
3793 * info.el (Info-search): Fix previous change.
3794
3795 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3796
3797 * Makefile.in (recompile): Revert 2004-11-19 change.
3798 (compile): Likewise.
3799
3800 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
3801
3802 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3803
3804 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3805
3806 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
3807 defgroup and defcustom. Eliminate eval-and-compile usage.
3808
3809 * progmodes/ebnf-otz.el: Fix typos.
3810
3811 2004-11-19 Jay Belanger <belanger@truman.edu>
3812
3813 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3814 (calc-edit-finish, calc-finish-stack-edit): Replace variable
3815 disp-trail by declared variable.
3816
3817 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3818 (calc-finish-selection-edit): Replace variable disp-trail by
3819 declared variable.
3820 (calc-selection-cache-entry): Move declaration to earlier in the file.
3821 (calc-selection-cache-num, calc-selection-cache-comp)
3822 (calc-selection-cache-offset, calc-selection-true-num)
3823 (calc-final-point-line, calc-final-point-column)
3824 (calc-original-buffer): Declare them.
3825 (calc-fnp-op, calc-fnp-num): New variables.
3826 (calc-find-nth-part, calc-find-nth-part-rec)
3827 (calc-select-previous): Replace op and num by declared variables.
3828 (calc-rsf-old, calc-rsf-new): New variables.
3829 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3830 Replace variables old and new by declared variables.
3831 (calc-sel-reselect): New variable.
3832 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3833 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3834 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
3835 reselect with declared variable.
3836
3837 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3838 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3839 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3840 (math-import-list, math-rewrite-phase): Declare them.
3841 (math-rewrite): Use let* to declare variables.
3842 (calc-rewrite-selection): Make rules a local variable.
3843 (calc-rewr-sel): New variable.
3844 (calc-rewrite-selection, calc-locate-selection-marker)
3845 (calc-rewrite): Use the declared variable calc-rewr-sel instead
3846 of sel.
3847 (math-rewrite-whole-expr): New variable.
3848 (math-rewrite, math-rewrite-phase): Replace variable expr by
3849 declared variable.
3850 (math-rewrite-heads-heads, math-rewrite-heads-skips)
3851 (math-rewrite-heads-blanks ): New variables.
3852 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3853 heads, skips and blanks by declared variables.
3854 (math-rwcomp-subst-old, math-rwcomp-subst-new)
3855 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3856 New variables.
3857 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3858 old, new, old-func and new-func by declared variables.
3859 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3860 Remove unnecessary variable.
3861 (math-apply-rw-regs): New variable.
3862 (math-apply-rewrites, math-rwapply-replace-regs)
3863 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3864 (math-apply-rw-ruleset): New variable.
3865 (math-apply-rewrites, math-rwapply-remember): Replace variable
3866 ruleset by declared variable.
3867
3868 2004-11-19 Richard M. Stallman <rms@gnu.org>
3869
3870 * info.el (Info-search): Use search-whitespace-regexp.
3871
3872 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3873
3874 * vc-rcs.el (vc-rcs-parse): New function.
3875 (vc-rcs-annotate-command): Likewise.
3876 (vc-rcs-annotate-current-time): Likewise.
3877 (vc-rcs-annotate-time): Likewise.
3878 (vc-rcs-annotate-extract-revision-at-line): Likewise.
3879
3880 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3881
3882 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3883
3884 2004-11-18 Jay Belanger <belanger@truman.edu>
3885
3886 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3887
3888 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3889
3890 * printing.el: Eliminate use of interactive-p and eval-and-compile.
3891 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3892 Use make-temp-file to generate PostScript files in any situation.
3893 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3894 (pr-interactive-p): Eliminate var.
3895 (pr-save-interactive): Eliminate macro.
3896 (pr-interface, pr-ps-directory-preview)
3897 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3898 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3899 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3900 (pr-ps-buffer-ps-print, pr-ps-region-preview)
3901 (pr-ps-region-using-ghostscript, pr-ps-region-print)
3902 (pr-ps-region-ps-print, pr-ps-mode-preview)
3903 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3904 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3905 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3906 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3907 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3908 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3909 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3910 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3911 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3912 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3913 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3914 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3915 Eliminate pr-save-interactive usage.
3916 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3917 Eliminate pr-interactive-p usage.
3918 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3919 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3920 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3921 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3922 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3923 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3924 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3925 New funs.
3926 (pr-ps-file): Use make-temp-file to generate a temporary file.
3927
3928 2004-11-17 Jay Belanger <belanger@truman.edu>
3929
3930 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3931 a local variable.
3932 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3933 (math-top-only): New variable.
3934 (math-simplify, math-simplify-step): Replace variable top-only by
3935 declared variable math-top-only.
3936 (math-simplify-expr): Declare it.
3937 Replace argument expr in all calls of math-defsimplify by
3938 math-simplify-expr.
3939 (math-simplify-plus, math-simplify-times, math-simplify-divide)
3940 (math-simplify-divisor, math-simplify-one-divisor)
3941 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3942 (math-simplify-pow): Replace variable expr by declared variable
3943 math-simplify-expr.
3944 (math-simplify-divisor): Remove local variables temp and op.
3945 (math-simplify-one-divisor): Make temp and op local variables.
3946 (math-simplify-divisor-nover, math-simplify-divisor-dover):
3947 New variables.
3948 (math-simplify-divisor, math-simplify-one-divisor):
3949 Replace variables nover and dover by declared variables.
3950 (math-expr-subst-new, math-expr-subst-old): New variables.
3951 (math-expr-subst, math-expr-subst-rec): Replace variables new
3952 and old by declared variables.
3953 (math-is-poly-degree, math-is-poly-loose): New variables.
3954 (math-is-polynomial, math-is-poly-rec): Replace variables degree
3955 and loose by declared variables.
3956 (math-poly-base-const-ok, math-poly-base-pred): New variables.
3957 (math-polynomial-base, math-polynomial-base-rec):
3958 Replace variables const-ok and mpb-pred by declared variables.
3959
3960 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3961
3962 * calc/calc-ext.el (math-defsimplify): Change the argument in
3963 the created function to math-simplify-expr.
3964
3965 * calc/calc-units.el (math-simplify-expr): Declare it.
3966 Replace argument expr in all calls of math-defsimplify by
3967 math-simplify-expr.
3968 (math-simplify-units-prod): Replace variable expr by declared
3969 variable math-simplify-expr.
3970
3971 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3972
3973 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3974 Replace mapcar->dolist, format->string.
3975
3976 2004-11-17 Miles Bader <miles@gnu.org>
3977
3978 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3979 * progmodes/idlwave.el: Remove RCS keywords.
3980
3981 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
3982
3983 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3984 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3985 Update to IDLWAVE version 5.5. Too many changes to list them here.
3986 * progmodes/idlw-help.el: New file.
3987
3988 2004-11-16 Richard M. Stallman <rms@gnu.org>
3989
3990 * international/iso-cvt.el (iso-tex2iso-trans-tab):
3991 Discard spaces after \i according to TeX rules.
3992
3993 * international/mule.el (set-buffer-file-coding-system):
3994 New arg NOMODIFY.
3995 (after-insert-file-set-coding): Pass that new arg.
3996 Prevent set-buffer-multibyte from trying to lock the file.
3997
3998 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3999
4000 * saveplace.el (save-place): Doc fix.
4001
4002 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4003 temporarily widen before finding the following word to copy.
4004
4005 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4006 (cl-map-keymap): Definition deleted.
4007
4008 * subr.el (map-keymap-internal): New function.
4009
4010 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4011
4012 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4013 when pressing rather than when releasing mouse-2. Simplify.
4014
4015 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4016
4017 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4018 (compilation-mode): Set it here instead.
4019
4020 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4021
4022 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4023 (loop, cl-parse-loop-clause, defsetf): Use backquote.
4024
4025 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4026
4027 * progmodes/compile.el (compilation-internal-error-properties):
4028 Fix up a transposition-typo. Check end-col before using it.
4029
4030 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
4031
4032 * international/iso-cvt.el (iso-tex2iso-trans-tab):
4033 Discard whitespace after macro \i when converting it.
4034
4035 2004-11-16 Juri Linkov <juri@jurta.org>
4036
4037 * emacs-lisp/find-func.el (find-function-regexp):
4038 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
4039 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
4040 Remove invalid `\W' from [^cgv\W]. Doc fix.
4041 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4042
4043 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
4044
4045 * play/life.el: Maintainer is now FSF.
4046 (life-patterns, life-neighbor-deltas, life-window-start)
4047 (life-current-generation, life-generation-string): Use defvar
4048 instead of defconst.
4049
4050 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4051
4052 * progmodes/compile.el (compilation-move-to-column): New fun.
4053 (compilation-internal-error-properties)
4054 (compilation-next-error-function): Use it to make sure we don't go past
4055 the end of line.
4056
4057 2004-11-15 John Paul Wallington <jpw@gnu.org>
4058
4059 * autoinsert.el (auto-insert-alist): Insert the user's name in
4060 copyright notice, rather than Free Software Foundation, for the
4061 Emacs Lisp header case too.
4062
4063 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4064
4065 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4066 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4067 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
4068 return the list of string in a string.
4069 (pr-call-process): Message if calling process returns an error, that
4070 is, the exit status is different of zero.
4071
4072 2004-11-15 Jay Belanger <belanger@truman.edu>
4073
4074 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
4075 variable var-thing.
4076 (math-integ-depth, math-integ-level, math-integral-limit)
4077 (math-enable-subst, math-any-substs, math-integ-msg)
4078 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4079 (math-int-threshold, math-int-factors, math-double-roots)
4080 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4081 (var-GenCount): Declare these variables.
4082 (calcFunc-integ): Don't check if var-IntegLimit is bound.
4083 (math-integral-cache, math-integral-cache-state):
4084 Move declarations to earlier in the file.
4085 (math-deriv-var, math-deriv-total, math-deriv-symb)
4086 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4087 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4088 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4089 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4090 (math-solve-res): New variables
4091 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4092 (math-integral, math-replace-integral-parts)
4093 (math-integrate-by-parts, calc-dump-integral-cache)
4094 (math-try-integral, math-do-integral, math-do-integral)
4095 (math-do-integral-methods, math-try-solve-for)
4096 (math-try-solve-prod, math-solve-poly-funny-powers)
4097 (math-solve-crunch-poly, math-decompose-poly)
4098 (math-solve-find-root-term, math-find-root-in-prod)
4099 (math-integ-try-linear-substitutions)
4100 (math-integ-try-substitutions, math-expr-rational-in)
4101 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4102 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4103 (math-solve-for, math-solve-system, math-solve-system-rec)
4104 (math-solve-get-sign, math-solve-get-int)
4105 (math-solve-system-subst): Replace undeclared variables with newly
4106 declared variables.
4107
4108 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4109
4110 * winner.el (winner-active-region, winner-edges, winner-window-list):
4111 Define at toplevel.
4112 (winner-mode-map): Move init inside declaration.
4113
4114 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
4115
4116 * files.el (convert-standard-filename): Doc fix.
4117
4118 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
4119
4120 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4121 passwd, group, shadow, default/* and pam.d/*.
4122
4123 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4124
4125 * printing.el (pr-menu-spec): Adjust menu specification.
4126
4127 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4128
4129 * printing.el: Doc fix. Insert :version tag into all defcustom.
4130 Handle interactive-p as is recommended in Emacs Lisp Reference.
4131 Set the file permission bits for newly created files.
4132 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4133 The printing menu specification (in `pr-menu-spec') was merged.
4134 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4135 (pr-version): New version number (6.8.3).
4136 (pr-file-modes): New option.
4137 (pr-interactive-p): New var.
4138 (pr-save-interactive, pr-save-file-modes): New macros.
4139 (pr-setup): Code fix.
4140 (pr-menu-spec): Menu specification merged.
4141 (pr-call-process, pr-text2ps): Set file permission bits.
4142 (pr-despool-print): Set file permission bits. Handle interactive-p as
4143 is recommended.
4144 (pr-interface, pr-ps-directory-preview)
4145 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4146 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4147 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4148 (pr-ps-buffer-ps-print, pr-ps-region-preview)
4149 (pr-ps-region-using-ghostscript, pr-ps-region-print)
4150 (pr-ps-region-ps-print, pr-ps-mode-preview)
4151 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4152 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4153 (pr-despool-using-ghostscript, pr-despool-ps-print)
4154 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4155 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4156 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4157 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4158 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4159 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4160 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4161 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4162 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4163 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4164 Handle interactive-p as is recommended.
4165
4166 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4167
4168 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4169 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4170
4171 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4172 so it doesn't forget to highlight the beginning of the region either.
4173
4174 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
4175
4176 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4177 (c-font-lock-init): Eliminate obsolete make-local-hook.
4178 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4179 (awk-mode): Use run-mode-hooks.
4180
4181 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4182
4183 2004-11-13 Kim F. Storm <storm@cua.dk>
4184
4185 * mouse.el (mouse-drag-copy-region): Add :version.
4186 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4187 while dragging mode line, so mode line can be dragged downwards.
4188 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4189 while pressing mouse button so window doesn't scroll until we
4190 release the mouse if clicking on partially visible line.
4191
4192 2004-11-12 Jay Belanger <belanger@truman.edu>
4193
4194 * calc/calc-graph.el (calc-dumb-map): Declare it.
4195 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
4196 than unbound.
4197 (calc-graph-name): Made `end' a local variable.
4198 (calc-graph-lookup): Made `varname' a local variable.
4199 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4200 Declare them.
4201 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
4202 (calc-graph-plot, calc-graph-compute-3d): Remove references to
4203 the unused variable y3vec.
4204 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
4205 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
4206 calc-graph-prev-kill-hook.
4207 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4208 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4209 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4210 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4211 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4212 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4213 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4214 (calc-graph-y3value, calc-graph-y3name)
4215 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4216 (calc-graph-stepcount, calc-graph-is-splot)
4217 (calc-graph-surprise-splot, calc-graph-blank)
4218 (calc-graph-non-blank, calc-graph-curve-num): New variables.
4219 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4220 (calc-graph-recompute-2d, calc-graph-compute-3d)
4221 (calc-graph-format-data): Replace undeclared variables with the
4222 above newly declared variables.
4223
4224 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
4225
4226 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4227 `rsf-beep' and `rsf-sleep-after-message'.
4228
4229 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4230 list if `message-sender' is non-nil.
4231
4232 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4233
4234 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4235 consing by using mapc instead of mapcar.
4236
4237 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
4238
4239 * tooltip.el (require): Explain why CL is needed.
4240
4241 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4242
4243 * printing.el: Insert :version into defgroup (printing). All reference
4244 to Files option in menubar were changed to File.
4245 (pr-version): New version number (6.8.2).
4246 (pr-get-symbol): Call easy-menu-intern.
4247 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
4248 compilation gripes.
4249
4250 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4253 new byte-compile-function-environment binding to t.
4254
4255 * font-lock.el (font-lock-fontify-syntactically-region):
4256 Don't forget to highlight the last char when we hit `end'.
4257
4258 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4259 (mwheel-scroll): Adjust accordingly.
4260
4261 * cvs-status.el: Reduce spurious warnings.
4262 (cvs-status-checkout): Remove.
4263 (cvs-status-mode-map): Use cvs-mode-checkout instead.
4264
4265 * pcvs.el (cvs-mode-checkout): New command.
4266
4267 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4268
4269 * tooltip.el: Require CL.
4270
4271 * emacs-lisp/bytecomp.el: Use push.
4272 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4273 (defalias): Remove the `byte-compile' property and add
4274 a `byte-hunk-handler'.
4275
4276 2004-11-11 Juri Linkov <juri@jurta.org>
4277
4278 * info.el (Info-search): Save match data for isearch.
4279 Skip Tag Table node.
4280
4281 * descr-text.el (describe-char): Replace syntax-after with code
4282 from its previous version.
4283
4284 * files.el (magic-mode-alist): Use optimization for SGML mode too.
4285 (set-auto-mode): Doc fix. Remove unused variable `xml'.
4286
4287 * international/mule.el (sgml-html-meta-auto-coding-function):
4288 Remove > after <html to allow HTML attributes.
4289
4290 2004-11-11 Jay Belanger <belanger@truman.edu>
4291
4292 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
4293 a variable.
4294 (calcFunc-dfac): Replace unbound max by n.
4295 (math-stirling-local-cache): New variable.
4296 (math-stirling-number, math-stirling-1, math-stirling-2):
4297 Replace the variable `cache' by the declared variable
4298 math-stirling-local-cache.
4299 (var-RandSeed): Declare it as a variable.
4300 (math-init-random-base, math-random-digit): Don't check to see if
4301 var-RandSeed is bound.
4302 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4303 Declare them instead of just setting them.
4304 (math-init-random-base): Made i a local variable.
4305 (math-random-digit): Made math-random-last a local variable.
4306 (math-prime-test-cache): Move declaration to before it is used.
4307 (math-prime-test-cache-k, math-prime-test-cache-q)
4308 (math-prime-test-cache-nm1, math-prime-factors-finished):
4309 Declare them as variables.
4310
4311 2004-11-11 Jay Belanger <belanger@truman.edu>
4312
4313 * calc/calc-ext.el (math-defcache): Use defvar for the new
4314 variables it creates.
4315
4316 2004-11-11 Lars Hansen <larsh@math.ku.dk>
4317
4318 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4319 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4320 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4321 (desktop-save): Add :version.
4322
4323 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4324
4325 * printing.el (pr-get-symbol): Don't downcase.
4326
4327 2004-11-10 Jay Belanger <belanger@truman.edu>
4328
4329 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
4330 string to kill-ring.
4331
4332 * calc/calc-aent.el (calc-alg-exp, math-toks)
4333 (math-exp-pos,math-exp-old-pos, math-exp-token)
4334 (math-exp-keep-spaces, math-exp-str): New variables.
4335 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4336 (calcAlg-enter): Use declared variable calc-alg-exp.
4337 (math-build-parse-table, math-find-user-token): Use declared
4338 variable math-toks.
4339 (math-read-exprs, math-read-token, calc-check-user-syntax)
4340 (calc-match-user-syntax, match-factor-after, math-read-factor):
4341 Use declared variables math-exp-pos math-exp-old-pos.
4342 (math-read-exprs, math-read-token, math-read-expr-level)
4343 (calc-check-user-syntax, calc-match-user-syntax)
4344 (match-factor-after, math-read-factor): Use declared variable
4345 math-exp-token.
4346 (math-read-exprs, math-read-expr-list, math-read-token)
4347 (math-read-factor): Use declared variable math-exp-keep-spaces.
4348 (math-read-exprs, math-read-token): Use declared variable
4349 math-exp-str.
4350 (calc-match-user-syntax): Make m a local variable.
4351
4352 * calc/calc-ext.el (math-read-expr): Use declared variables
4353 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4354 math-exp-keep-spaces.
4355
4356 * calc/calc-forms.el (math-read-angle-bracket): Use declared
4357 variables math-exp-pos, math-exp-str.
4358
4359 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
4360 math-exp-old-pos.
4361 (math-parse-fortran-vector, math-parse-fortran-vector-end)
4362 (math-parse-eqn-prime): Use declared variable math-exp-token.
4363
4364 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4365 Use declared variable math-exp-pos.
4366 (math-check-for-commas): Use declared variable math-exp-str.
4367 (math-read-brackets): Use declared variables math-exp-old-pos,
4368 math-exp-keep-spaces.
4369 (math-read-brackets, math-read-vector, math-read-matrix):
4370 Use declared variable math-exp-token.
4371
4372 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4373
4374 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4375 where the keymap is a symbol.
4376 (easy-menu-add-item): Use keymap-prompt. Simplify.
4377
4378 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4379
4380 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4381 (sgml-parse-tag-backward): Use it to skip spurious < or >.
4382
4383 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
4384
4385 * ebuff-menu.el: Doc fixes throughout.
4386 (electric-buffer-menu-mode-hook): New defvar.
4387
4388 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
4389
4390 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4391 compilation. The resulting compiler warnings appear to be harmless.
4392
4393 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
4394
4395 * textmodes/conf-mode.el: New file.
4396
4397 * files.el (auto-mode-alist, magic-mode-alist): Use it.
4398
4399 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4400
4401 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4402
4403 2004-11-09 Jay Belanger <belanger@truman.edu>
4404
4405 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4406
4407 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4408 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
4409 (calc-z-prefix-help, calc-user-function-list): Use declared
4410 variables calc-z-prefix-buf, calc-z-prefix-msgs.
4411 (math-map-tree, math-map-tree-rec): Use declared variables
4412 math-mt-many, math-mt-func.
4413 (math-read-expression, math-read-string): Use declared variable
4414 math-expr-data.
4415
4416 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
4417 variable math-normalize-a.
4418
4419 * calc/calc.el (math-normalize-a): New variable.
4420 (math-normalize): Use declared variable math-normalize-a.
4421
4422 * calc/calc-poly.el (math-expand-form): Use declared variable
4423 math-mt-many.
4424
4425 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4426 Use declared variable math-mt-many.
4427 (math-rewrite): Use declared variable math-mt-func.
4428
4429 * calc/calc-vec.el (math-read-brackets, math-read-vector)
4430 (math-read-matrix): Use declared variable math-expr-data.
4431
4432 * calc/calc-lang.el (math-parse-fortran-vector)
4433 (math-parse-fortran-vector-end, math-parse-tex-sum)
4434 (math-parse-eqn-matrix, math-parse-eqn-prime)
4435 (math-read-math-subscr): Use declared variable math-expr-data.
4436
4437 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4438 (math-read-expr-level, math-read-token, calc-check-user-syntax)
4439 (calc-match-user-syntax, math-read-if, math-factor-after)
4440 (math-read-factor): Use declared variable math-expr-data.
4441
4442 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4443
4444 * calendar/diary-lib.el (diary-from-outlook)
4445 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4446 interactive-p; but rather new optional argument NOCONFIRM.
4447
4448 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4451 (easy-menu-name-match): Revert correspondingly.
4452
4453 2004-11-09 Richard M. Stallman <rms@gnu.org>
4454
4455 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4456 Turn off warnings for the new function even if definition not constant.
4457 If the definition isn't a quoted symbol, record (FUNCTION . t).
4458 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4459 (byte-compile-callargs-warn): Handle (FUNCTION . t).
4460 (display-call-tree, byte-compile-arglist-warn):
4461 Handle t returned by byte-compile-fdefinition.
4462
4463 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4464
4465 * Makefile.in (maintainer-clean): Depend on distclean.
4466
4467 * help-fns.el (help-C-file-name): File name must be in build-files
4468 to be returned.
4469
4470 2004-11-09 Jay Belanger <belanger@truman.edu>
4471
4472 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4473 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
4474
4475 * calc/calc.el (calc, calc-trail-display, calc-mode):
4476 Remove obsolete sections.
4477
4478 * calc/calc.el (calc-x-paste-text): Remove.
4479
4480 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
4481 mouse-2.
4482
4483 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
4484
4485 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4486 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4487 current frame (in case of recursive calls).
4488 (gdb-show-changed-values): Add :version keyword.
4489
4490 2004-11-09 Kenichi Handa <handa@m17n.org>
4491
4492 * international/mule-cmds.el: Change coding: tag back to
4493 iso-2022-7bit.
4494
4495 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4496
4497 * international/mule-cmds.el: Change coding-system to utf-8.
4498 (select-safe-coding-system-interactively):
4499 New function extracted from select-safe-coding-system.
4500 (select-safe-coding-system): Use it.
4501
4502 2004-11-08 Richard M. Stallman <rms@gnu.org>
4503
4504 * subr.el (syntax-after): Doc fix.
4505
4506 * paren.el (show-paren-function): Change calls to syntax-after
4507 for new way of returning the value.
4508
4509 * menu-bar.el (menu-bar-file-menu): Make this the real name
4510 and menu-bar-files-menu the alias. Use the former.
4511 (global-map): Use `file', not `files', as the symbol.
4512
4513 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4514
4515 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4516 Don't use beginning-of-buffer.
4517 (filesets-cmd-show-result): Use with-no-warnings.
4518
4519 2004-11-08 Juri Linkov <juri@jurta.org>
4520
4521 * progmodes/compile.el (compile): Don't overwrite last command in
4522 minibuffer history with default command if they are not equal.
4523
4524 2004-11-08 Jay Belanger <belanger@truman.edu>
4525
4526 * calc/calcalg2.el (math-do-integral-methods): Try linear then
4527 non-linear substitutions.
4528
4529 2004-11-08 Jay Belanger <belanger@truman.edu>
4530
4531 * calc/calcalg2.el (math-linear-subst-tried): New variable.
4532 (math-do-integral): Set `math-linear-subst-tried' to nil.
4533 (math-do-integral-methods): Use `math-linear-subst-tried' to
4534 determine what type of substitution to try.
4535 (math-integ-try-linear-substituion):
4536 Set `math-linear-subst-tried' to t.
4537
4538 2004-11-08 Kim F. Storm <storm@cua.dk>
4539
4540 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4541
4542 2004-11-07 Juri Linkov <juri@jurta.org>
4543
4544 * info-look.el (info-lookup): Allow reusing in the current buffer
4545 not only *info* buffer, but all (even renamed) Info buffers
4546 by checking for major-mode instead of *info* buffer name.
4547 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4548 (octave-mode, maxima-mode) <doc-spec>:
4549 Allow long dashes generated by Texinfo 4.7 before definitions.
4550 (texinfo-mode) <doc-spec>: Add space to suffix to find command
4551 definitions with argument separated by space.
4552
4553 2004-11-06 Richard M. Stallman <rms@gnu.org>
4554
4555 * simple.el (next-error group, face): Move before first use.
4556 (next-error-highlight, next-error-highlight-no-select): Likewise.
4557
4558 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4559 (line-move): New args NOERROR and TO-END.
4560 Return t if if succeed in moving specified number of lines.
4561 (move-end-of-line): New function.
4562
4563 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4564 (end-of-buffer-other-window): Likewise.
4565
4566 * simple.el (line-move-ignore-invisible): Default to t.
4567
4568 * subr.el (syntax-after): Return the syntax letter, not the raw code.
4569
4570 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4571
4572 * international/iso-cvt.el (iso-cvt-define-menu):
4573 Rename menu-bar-files-menu to menu-bar-file-menu.
4574
4575 * net/browse-url.el (browse-url-gnome-moz-program)
4576 (browse-url-gnome-moz-arguments): Move up before first use.
4577
4578 * net/tramp.el (tramp group): Add :version.
4579
4580 * progmodes/ada-xref.el (ada-gdb-application):
4581 Use goto-char instead of beginning-of-buffer.
4582
4583 * progmodes/cperl-mode.el (cperl-info-on-command):
4584 Use goto-char instead of beginning-of-buffer.
4585
4586 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4587 Move up before first use.
4588 (idlwave-shell-temp-pro-file): Likewise.
4589 (idlwave-shell-temp-rinfo-save-file): Likewise.
4590 (idlwave-shell-temp-file): Minor doc fix.
4591
4592 * textmodes/flyspell.el (flyspell-external-point-words):
4593 Use goto-char instead of beginning-of-buffer.
4594
4595 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
4596
4597 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4598 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
4599 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4600
4601 2004-11-06 David Ponce <david@dponce.com>
4602
4603 * recentf.el (recentf-menu-path): Use menu item name.
4604
4605 2004-11-06 Eli Zaretskii <eliz@gnu.org>
4606
4607 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4608 display doesn't support images.
4609
4610 2004-11-06 Andreas Schwab <schwab@suse.de>
4611
4612 * tempo.el (tempo-match-finder): Doc fix.
4613
4614 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4615
4616 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4617
4618 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4619 (easy-menu-lookup-name): New fun to replace it.
4620 (easy-menu-get-map): Use it to obey menu item names (rather than just
4621 keys) when looking up `path'.
4622 (easy-menu-always-true-p): Rename from easy-menu-always-true.
4623 (easy-menu-convert-item-1): Adjust to new name.
4624
4625 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
4626
4627 * outline.el (hide-body): Don't hide lines at the top of the file
4628 that precede the first header line.
4629
4630 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
4631
4632 * align.el (align-areas): Delete whitespace before reindenting, so
4633 that tabs are never placed after spaces.
4634
4635 2004-11-06 Alan Shutko <ats@acm.org>
4636
4637 * macros.el (insert-kbd-macro): Do completions based on macros,
4638 rather than all commands.
4639
4640 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
4641
4642 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4643 to solve a bug whereby tags with 'b' don't match.
4644
4645 2004-11-05 Juri Linkov <juri@jurta.org>
4646
4647 * info.el (Info-search): Don't search in node header lines
4648 and file headers.
4649
4650 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4651 symbol-constituent characters after dot, not only digits.
4652
4653 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
4654
4655 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4656
4657 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4658
4659 * dired.el (dired-read-dir-and-switches): Call read-directory-name
4660 if a dialog will be used, read-file-name otherwise.
4661
4662 2004-11-04 Richard M. Stallman <rms@gnu.org>
4663
4664 * textmodes/table.el (table group): Add :version.
4665
4666 * textmodes/ispell.el (ispell-word):
4667 Don't alter args; set them only thru `interactive' spec.
4668
4669 * textmodes/flyspell.el (flyspell-word):
4670 Don't alter FOLLOWING; set it only thru `interactive' spec.
4671
4672 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4673
4674 * net/browse-url.el (browse-url-maybe-new-window):
4675 Use called-interactively-p.
4676
4677 * mail/supercite.el (sc-cite-region):
4678 Don't use interactive-p. Add arg INTERACTIVE.
4679 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
4680
4681 * international/mule-cmds.el (set-input-method, toggle-input-method):
4682 Don't use interactive-p. Add arg INTERACTIVE.
4683
4684 * eshell/esh-mode.el (eshell-show-maximum-output):
4685 Don't use interactive-p.
4686 (eshell-truncate-buffer): Just message, no error, if buffer is short.
4687
4688 * mouse.el (mouse-show-mark): Get positions to delete from mark
4689 and point, not from mouse-drag-overlay.
4690
4691 * imenu.el (imenu-eager-completion-buffer): Add :version.
4692
4693 * filesets.el (filesets group): Add :version.
4694
4695 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
4696
4697 * files.el (xml-based-modes): Delete var.
4698 (magic-mode-alist): New more general var.
4699 (set-auto-mode): Use it.
4700
4701 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4702 when clicking from another window.
4703
4704 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
4705
4706 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4707 (vc-cvs-annotate-time): Incorporate value of deleted var.
4708 Remove special-case handling of beginning-of-buffer cruft.
4709 Cache ending position (point) and return value in text property
4710 `vc-cvs-annotate-time', and consult it on subsequent invocations.
4711
4712 * vc-cvs.el (vc-cvs-annotate-command):
4713 Delete extraneous lines from beginning of buffer.
4714 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4715
4716 * progmodes/grep.el (grep-default-command): Take empty string
4717 for tag if all other methods yield nil. Shell-quote the tag.
4718
4719 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4720 spec in `interactive' form, and mention it in the docstring.
4721 Also, make sure point is at bol after calling `annotate-time'.
4722
4723 2004-11-02 Richard M. Stallman <rms@gnu.org>
4724
4725 * cus-edit.el (customize-group-other-window):
4726 Select the window that displays the custom buffer.
4727 (custom-buffer-create-other-window): Likewise.
4728
4729 * comint.el (comint-insert-input): Fix previous change.
4730
4731 * emacs-lisp/elp.el (elp-instrument-function):
4732 Use called-interactively-p.
4733
4734 * emacs-lisp/easymenu.el (easy-menu-intern):
4735 Don't downcase; rather, case-flip the first letter of each word.
4736
4737 * emacs-lisp/easy-mmode.el (define-minor-mode):
4738 Use called-interactively-p.
4739
4740 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4741 Add interactive-only.
4742 (byte-compile-warnings): Add interactive-only as option.
4743 (byte-compile-interactive-only-functions): New variable.
4744 (byte-compile-form): Warn about calls to functions
4745 in byte-compile-interactive-only-functions.
4746
4747 * emacs-lisp/autoload.el (update-file-autoloads):
4748 Don't use interactive-p; take new arg SAVE-AFTER.
4749
4750 * emacs-lisp/advice.el (ad-make-advised-definition):
4751 Use called-interactively-p.
4752
4753 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4754
4755 * files.el (find-file-existing): New function.
4756
4757 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4758 find-file-existing. Add "New File..." that calls find-file.
4759
4760 * diropen.pbm, diropen.xpm: New files.
4761
4762 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4763 icon diropen. New tool bar item find-file-existing uses icon open.
4764
4765 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4766 instead of read-file-name.
4767
4768 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
4769
4770 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4771 (icalendar--split-value): Change name of work buffer.
4772 (icalendar--get-weekday-abbrev): Return nil on error.
4773 (icalendar--date-to-isodate): New function.
4774 (icalendar-convert-diary-to-ical)
4775 (icalendar-extract-ical-from-buffer): Use only two args for
4776 make-obsolete (XEmacs compatibility).
4777 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4778 (icalendar-export-region): Doc fix.
4779 If error, return non-nil and write errors to a buffer.
4780 Use correct weekday for weekly recurring events.
4781 Check whether date has been parsed for ordinary events.
4782 Make weekly events start in the year 2000.
4783 DTEND is non-inclusive, shift end date by one day if
4784 necessary (not for entries that have date and time).
4785 Rename local let variables: oops -> found-error, datestring ->
4786 startdatestring.
4787
4788 2004-11-02 Kim F. Storm <storm@cua.dk>
4789
4790 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4791 keep-mode-if-same variable. Add it as optional arg instead.
4792 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4793
4794 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4795 substitute-command-keys will select lower-case bindings like those
4796 used in the static help texts.
4797
4798 * descr-text.el (describe-text-properties): Don't err if called in
4799 the *Help* buffer; output to *Help-2* buffer instead.
4800
4801 * kmacro.el (group kmacro): Add :version.
4802 (kmacro-keyboard-quit): New function to cleanup on C-g.
4803 (kmacro-start-macro): Set defining-kbd-macro to append when
4804 appending to last macro.
4805
4806 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4807
4808 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
4809
4810 * progmodes/gdb-ui.el (gdb-enable-debug-log)
4811 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4812 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4813 Add :version keyword.
4814
4815 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
4816
4817 * progmodes/flymake.el (flymake-err-line-patterns):
4818 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4819 `compilation-error-regexp-alist-alist' to internal Flymake format.
4820
4821 * progmodes/flymake.el: Eliminate byte-compiler warnings.
4822
4823 2004-11-01 Jay Belanger <belanger@truman.edu>
4824
4825 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4826 with `interactive "s"'.
4827
4828 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4829
4830 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4831 Revert change from 2004-10-16. '*' checks the current buffer, but the
4832 mouse click may be in another buffer.
4833
4834 2004-11-01 John Paul Wallington <jpw@gnu.org>
4835
4836 * files.el (large-file-warning-threshold): Add :version keyword.
4837 (kill-some-buffers): Doc fix.
4838
4839 * thumbs.el (group thumbs): Add :version keyword.
4840
4841 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4842
4843 2004-11-01 Richard M. Stallman <rms@gnu.org>
4844
4845 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4846
4847 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4848
4849 * allout.el (allout group): Add :version.
4850 (allout-init): Don't use interactive-p.
4851 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4852 (allout-forward-current-level, allout-backward-current-level):
4853 Don't use interactive-p.
4854
4855 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4856 (bibtex-find-text): Likewise.
4857
4858 * progmodes/vhdl-mode.el (vhdl-fill-region)
4859 (vhdl-beginning-of-statement): Don't use interactive-p.
4860
4861 * progmodes/idlwave.el (idlwave-update-routine-info):
4862 Don't use interactive-p.
4863
4864 * progmodes/idlw-shell.el (idlwave-shell-send-char):
4865 Don't use interactive-p.
4866
4867 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4868 Don't use interactive-p.
4869
4870 * progmodes/ada-xref.el (ada-make-body-gnatstub):
4871 Don't use interactive-p.
4872
4873 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4874 (fortune-in-buffer): Doc fix.
4875
4876 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4877
4878 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4879 don't select the temporary buffer.
4880 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4881 (eudc-get-phone): Likewise.
4882
4883 2004-11-01 Kim F. Storm <storm@cua.dk>
4884
4885 * man.el (Man-xref-normal-file): Fix help-echo.
4886
4887 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4888
4889 * reveal.el (reveal-last-tick): New var.
4890 (reveal-post-command): Use it to avoid closing overlays when we're
4891 appending text to them.
4892
4893 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4894
4895 * textmodes/bibtex.el: Require button.
4896 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4897 (bibtex-reference-keys): Distinguish between header keys and
4898 crossref keys.
4899 (bibtex-beginning-of-field): New function.
4900 (bibtex-url-map): Remove.
4901 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4902 (bibtex-font-lock-url-regexp): Assume that field names begin at
4903 the beginning of a line.
4904 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
4905 Remove field delimiters. Use bibtex-beginning-of-field.
4906 Bugfix, point can be inside a field with a url.
4907 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4908 New functions.
4909 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4910 (bibtex-key-in-head): Simplify.
4911 (bibtex-current-line): Use bolp.
4912 (bibtex-parse-keys): Remove unused arg `add'.
4913 Use bibtex-type-in-head and bibtex-key-in-head.
4914 (bibtex-parse-entry, bibtex-autofill-entry):
4915 Use bibtex-type-in-head and bibtex-key-in-head.
4916 (bibtex-autokey-get-field): Do not alter case of replacement text.
4917 (bibtex-autokey-get-names): Do all processing of name list.
4918 (bibtex-autokey-get-year): New function.
4919 (bibtex-autokey-get-title): Do all processing of title words.
4920 (bibtex-generate-autokey): Simplify.
4921 (bibtex-string-files-init): Use default-directory.
4922 Allow for absolute file names in bibtex-string-files.
4923 (bibtex-files, bibtex-file-path): New variables.
4924 (bibtex-files-expand): New function.
4925 (bibtex-find-entry-globally): New command.
4926 (bibtex-summary-function): New variable.
4927 (bibtex-summary): Default value of bibtex-summary-function.
4928 (bibtex-find-crossref): New optional args pnt and split.
4929 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4930 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4931 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
4932 Fix handling of required and alternative fields.
4933 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4934 Use cons and display-buffer.
4935 (bibtex-validate-globally): New command.
4936 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
4937 bibtex-parse-keys and bibtex-parse-strings for updating
4938 bibtex-reference-keys and bibtex-strings.
4939 (bibtex-realign): Remove blank lines past the last entry.
4940 (bibtex-reformat): Use bibtex-entry-format as default.
4941 (bibtex-choose-completion-string): Remove.
4942 (bibtex-complete): Do not use bibtex-choose-completion-string.
4943 (bibtex-url): Simplify.
4944
4945 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4946
4947 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4948 (x-dnd-types-alist, x-dnd-open-file-other-window)
4949 (x-dnd-known-types): Add :version.
4950
4951 2004-10-31 John Paul Wallington <jpw@gnu.org>
4952
4953 * ibuffer.el (group ibuffer): Add :version keyword.
4954
4955 2004-10-31 Kim F. Storm <storm@cua.dk>
4956
4957 * ido.el (group ido): Add :version keyword.
4958 (ido-mode): Remove :version keyword.
4959
4960 * emulation/cua-base.el (group cua): Add :version keyword.
4961 (cua-mode): Remove :version keyword.
4962
4963 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
4964
4965 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4966
4967 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4968 compiler warning.
4969 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
4970 function.
4971 (help-at-pt-display-when-idle): Remove autoload.
4972
4973 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4974
4975 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4976
4977 2004-10-30 Juri Linkov <juri@jurta.org>
4978
4979 * help.el (function-called-at-point):
4980 * help-fns.el (variable-at-point): Read -> intern.
4981
4982 2004-10-30 Simon Josefsson <jas@extundo.com>
4983
4984 * progmodes/autoconf.el (autoconf-font-lock-keywords):
4985 Recognize AS_* too.
4986
4987 2004-10-29 Simon Josefsson <jas@extundo.com>
4988
4989 * subr.el (read-passwd): Move back from password.el.
4990
4991 * password.el: Remove, not ready yet.
4992
4993 2004-10-29 Andreas Schwab <schwab@suse.de>
4994
4995 * speedbar.el (speedbar-frame-parameters): Improve customize type.
4996
4997 2004-10-29 Sam Steingold <sds@gnu.org>
4998
4999 * mouse.el (mouse-show-mark): Replace the last occurrence of
5000 x-lost-selection-hooks with x-lost-selection-functions.
5001
5002 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5003
5004 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5005 x-lost-selection-functions is bound.
5006
5007 * mouse-sel.el (mouse-sel-mode):
5008 * emacs-lisp/lselect.el: Adjust to new names for
5009 x-(lost|sent)-selection-functions.
5010
5011 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5012 New obsolete aliases of x-lost-selection-functions and
5013 x-sent-selection-functions.
5014
5015 2004-10-28 Kim F. Storm <storm@cua.dk>
5016
5017 * imenu.el (imenu-scanning-message): Remove.
5018 (imenu-progress-message): Make it a no-op.
5019
5020 2004-10-28 John Paul Wallington <jpw@gnu.org>
5021
5022 * files.el (set-auto-mode): Call `throw' correctly.
5023
5024 2004-10-28 Juri Linkov <juri@jurta.org>
5025
5026 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5027 to search `Info-...' commands in `info' manual.
5028 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5029 Add 'info-file "emacs" property.
5030 (Info-find-emacs-command-nodes): Fix index line number regexp.
5031 Set real line number (instead of fake 0) in first element of the
5032 returned list.
5033 (Info-goto-emacs-command-node): Use line number of first element
5034 to set point in the first found Info node.
5035
5036 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5037 code to `grep-mode-font-lock-keywords'.
5038 (grep-mode-font-lock-keywords): Delete grep markers instead
5039 of making them invisible.
5040
5041 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5042
5043 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5044 and x-server-version in bug report.
5045
5046 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
5047
5048 * files.el (set-auto-mode-0): New function.
5049 (set-auto-mode): Use it to handle aliased modes and to
5050 be consistent between C-x C-f and C-x C-w.
5051
5052 2004-10-28 Kenichi Handa <handa@m17n.org>
5053
5054 * international/utf-8.el (utf-translate-cjk-charsets):
5055 Add katakana-jisx0201.
5056
5057 * international/subst-jis.el: Add data for JISX0201.
5058
5059 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5060
5061 * obsolete/hilit19.el (hilit-mode): New function.
5062 Move all the toplevel side-effecting stuff into it, so that loading
5063 hilit19 doesn't mess everything up any more.
5064
5065 2004-10-27 Richard M. Stallman <rms@gnu.org>
5066
5067 * add-log.el (add-change-log-entry): Set up mailing address
5068 and full name later, and don't alter add-log-mailing-address
5069 or add-log-full-name.
5070
5071 * elide-head.el (elide-head): Change error to message.
5072 (elide-head-show): Likewise.
5073
5074 * apropos.el (apropos-macrop): Doc fix.
5075
5076 * mouse.el (mouse-show-mark): Do most processing the same
5077 regardless of transient-mark-mode.
5078
5079 * shadowfile.el (shadow-copy-files): Use interactive-p
5080 only to control whether to print a message.
5081
5082 * tar-mode.el (tar-mode): Use write-contents-functions,
5083 not write-contents-hooks.
5084
5085 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5086 directory-sep-char.
5087
5088 2004-10-27 Richard M. Stallman <rms@gnu.org>
5089
5090 * strokes.el (strokes-unload-hook): Fix previous change.
5091
5092 * type-break.el (type-break-run-at-time): Always use run-at-time;
5093 forget the alternatives.
5094 (type-break-cancel-function-timers): Always use cancel-function-timers;
5095 forget the alternatives.
5096
5097 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5098
5099 2004-10-27 Kenichi Handa <handa@m17n.org>
5100
5101 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5102
5103 * international/subst-gb2312.el: Likewise.
5104
5105 * international/subst-big5.el: Likewise.
5106
5107 * international/subst-ksc.el: Likewise.
5108
5109 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5110 New variable.
5111 (utf-translate-cjk-set-unicode-range): New function.
5112 (utf-translate-cjk-unicode-range): Make it customizable.
5113 (utf-8-post-read-conversion):
5114 Use utf-translate-cjk-unicode-range-string.
5115 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5116 Unicode ranges.
5117
5118 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
5119
5120 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5121 trivial variants to shorten the list.
5122 (xml-based-modes): New var.
5123 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5124 declaration higher priority than auto-mode-alist.
5125
5126 * find-file.el (cc-other-file-alist): Bring it in line with
5127 cc-mode's auto-mode-alist entries and use \' instead of $.
5128
5129 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5130 and add "Id" and "Name" submenus to it.
5131
5132 * imenu.el (imenu--generic-function): Skip matches in comments.
5133
5134 2004-10-26 Jay Belanger <belanger@truman.edu>
5135
5136 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5137 (full-calc-keypad, calc-trail-display): Use an extra argument
5138 instead of `interactive-p'.
5139
5140 * calc/calc-misc.el (calc-other-window): Use an extra argument
5141 instead of `interactive-p'.
5142
5143 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5144 `interactive-p'.
5145
5146 2004-10-26 Kim F. Storm <storm@cua.dk>
5147
5148 * help.el (describe-key): Describe both down-event and up-event
5149 for a mouse click.
5150
5151 2004-10-26 Richard M. Stallman <rms@gnu.org>
5152
5153 * woman.el (woman): Don't call interactive-p.
5154
5155 * pcomplete.el (pcomplete): Instead of interactive-p,
5156 use an arg set non-nil by the interactive spec.
5157
5158 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5159 use an arg set non-nil by the interactive spec.
5160
5161 * man.el (Man-cleanup-manpage): Instead of interactive-p,
5162 use an arg set non-nil by the interactive spec.
5163
5164 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
5165
5166 * progmodes/flymake.el (flymake-split-string):
5167 Use `flymake-split-string-remove-empty-edges' in any case.
5168
5169 2004-10-26 Masatake YAMATO <jet@gyve.org>
5170
5171 * progmodes/flymake.el (flymake-err-line-patterns):
5172 Use `compilation-error-regexp-alist-alist' instead of
5173 `compilation-error-regexp-alist'.
5174
5175 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5176
5177 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5178 verbatim face on the \ of \end{verbatim}.
5179
5180 2004-10-25 Jay Belanger <belanger@truman.edu>
5181
5182 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
5183 erasing minibuffer.
5184
5185 2004-10-25 Simon Josefsson <jas@extundo.com>
5186
5187 * subr.el (read-passwd): Move to net/password.el.
5188
5189 * net/password.el (read-passwd): Add. Autoload it.
5190
5191 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
5192
5193 * mouse-sel.el (mouse-sel-mode): Specify custom group.
5194
5195 * simple.el (process-file): Fix logic.
5196
5197 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5198
5199 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5200 (increase-right-margin): Remove erroneous call to `interactive-p'.
5201
5202 2004-10-24 Kim F. Storm <storm@cua.dk>
5203
5204 * help.el (describe-mode): Fix 2004-10-13 change.
5205 Copy pure "Auto Fill" string so it can be propertized later
5206 without causing a read-only error.
5207
5208 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5209
5210 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5211 style indexes.
5212
5213 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5214
5215 * simple.el (process-file): Accept nil for INFILE. Reported by
5216 Luc Teirlinck.
5217
5218 2004-10-24 Masatake YAMATO <jet@gyve.org>
5219
5220 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5221 Handle periods and underscores in a function name.
5222 Remove the address fontification.
5223
5224 2004-10-24 Masatake YAMATO <jet@gyve.org>
5225
5226 * progmodes/asm-mode.el (asm-font-lock-keywords):
5227 Use font-lock-variable-name-face for registers.
5228
5229 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
5230
5231 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5232 kill-all-local-variables.
5233 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5234 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5235 Use kill-all-local-variables and provide mode-hooks.
5236 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5237 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5238 Suggested by Masatake YAMATO <jet@gyve.org>.
5239
5240 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
5241
5242 * simple.el (process-file): New function, similar to call-process
5243 but supports file handlers.
5244 * vc.el (vc-do-command): Use it, instead of call-process.
5245 * net/tramp-vc.el (vc-do-command): Do not advise it if
5246 process-file is fboundp.
5247 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5248 process-file.
5249 (tramp-handle-process-file): New function.
5250 (tramp-file-name-for-operation): Support process-file.
5251
5252 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
5253
5254 * calendar/icalendar.el (icalendar--weekday-array): New constant.
5255 (icalendar-weekdayabbrev-table)
5256 (icalendar-monthnumber-table): Delete.
5257 (icalendar--get-month-number): Use calendar-month-name-array.
5258 (icalendar--get-weekday-number): New function.
5259 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5260 (icalendar-export-region): Handle multi-line entries.
5261 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5262
5263 2004-10-23 John Paul Wallington <jpw@gnu.org>
5264
5265 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5266 `wildcards' set to t in interactive spec.
5267
5268 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5269 interactive spec rather than use `interactive-p'.
5270 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5271 rather than use function `interactive-p'.
5272
5273 2004-10-22 Kenichi Handa <handa@m17n.org>
5274
5275 * international/mule.el (translate-region): Implement it in Lisp
5276 as a front end of translate-region-internal.
5277
5278 2004-10-21 Jay Belanger <belanger@truman.edu>
5279
5280 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5281 Declare these variables with defvar.
5282
5283 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5284 is bound, only check to see if it is bound.
5285
5286 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5287
5288 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5289 Don't output messages.
5290
5291 * calc/calc-help.el (calc-describe-bindings): Fix last change.
5292
5293 2004-10-21 John Paul Wallington <jpw@gnu.org>
5294
5295 * calc/calc-graph.el (calc-graph-init):
5296 Use `set-process-query-on-exit-flag'.
5297
5298 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
5299
5300 * progmodes/compile.el (compilation-start): Rely on `cd' to get
5301 dir right and also allow argumentless cd.
5302
5303 2004-10-19 Richard M. Stallman <rms@gnu.org>
5304
5305 * textmodes/flyspell.el (flyspell-mode): Doc fix.
5306
5307 * eshell/em-unix.el (eshell-grep):
5308 Don't bind compilation-process-setup-function.
5309
5310 * comint.el (comint-insert-input): Use @ in `interactive'.
5311 (comint-input-filter-functions): Doc fix.
5312 (comint-kill-whole-line, comint-get-source): Doc fix.
5313
5314 * progmodes/compile.el (compilation-setup):
5315 Don't set buffer-read-only if MINOR is non-nil.
5316
5317 2004-10-19 Jay Belanger <belanger@truman.edu>
5318
5319 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5320 (calc-emacs-type-gnu19): Remove.
5321 (calc-digit-map, calc-read-key-sequence, calc-read-key):
5322 Remove check for old emacs versions.
5323
5324 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5325 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5326 for current Emacs.
5327
5328 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5329 the end of the minibuffer.
5330 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
5331 copy `esc-map'.
5332
5333 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5334
5335 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5336 call that would be given when the current emacs was used.
5337
5338 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5339
5340 * calendar/icalendar.el: Set coding to utf-8.
5341 (icalendar-version): Increase to 0.07.
5342 (icalendar-monthnumber-table): Change March pattern.
5343 (icalendar-get-all-event-properties)
5344 (icalendar-set-event-property): Delete.
5345 (icalendar-all-events): No longer interactive.
5346 (icalendar-convert-diary-to-ical)
5347 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5348 their replacements.
5349 (icalendar-export-file, icalendar-export-region): New functions;
5350 essentially old `icalendar-convert-diary-to-ical' but appending to
5351 target rather than overwriting.
5352 (icalendar-import-file): Append to target file rather than
5353 overwriting. Fourth arg deleted.
5354 (icalendar-import-buffer): New name for old
5355 `icalendar-extract-ical-from-buffer'.
5356 (icalendar--convert-string-for-import): New name for
5357 old `icalendar-convert-for-import'.
5358 (include-icalendar-files): Delete.
5359 Prefix for all internal functions changed from `icalendar-'
5360 to `icalendar--'.
5361
5362 2004-10-19 Richard M. Stallman <rms@gnu.org>
5363
5364 * paths.el (news-path): Fix previous change.
5365
5366 2004-10-18 Jay Belanger <belanger@truman.edu>
5367
5368 * calc/calc-help.el (calc-describe-bindings):
5369 Set `buffer-read-only' to nil while working in the keybindings buffer;
5370 remove some extra information from the keybindings buffer.
5371
5372 2004-10-18 David Ponce <david@dponce.com>
5373
5374 * mouse.el (mouse-drag-move-window-top): New function.
5375 (mouse-drag-mode-line-1): Use it.
5376
5377 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5378
5379 * info.el (Info-fontify-node): For multiline refs,
5380 arrange to unfontify newline and surrounding whitespace.
5381
5382 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5383
5384 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5385 directory is missing.
5386
5387 2004-10-17 John Paul Wallington <jpw@gnu.org>
5388
5389 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5390 New customizable variable; whether to display buffers that match
5391 `ibuffer-maybe-show-predicates' by default.
5392 (ibuffer-maybe-show-predicates): Mention it in docstring.
5393 (ibuffer-display-maybe-show-predicates): New variable.
5394 (ibuffer-update): Prefix arg now toggles whether buffers that
5395 match `ibuffer-maybe-show-predicates' should be displayed.
5396 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5397 locally to heed `ibuffer-default-display-maybe-show-predicates'.
5398 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5399
5400 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
5401
5402 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
5403 work correctly.
5404
5405 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
5406
5407 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5408 (Buffer-menu-beginning): New helper function.
5409 (Buffer-menu-execute): Use it.
5410 (Buffer-menu-select): Use it.
5411 (Buffer-menu-sort): Use it and also keep markers.
5412
5413 2004-10-17 Richard M. Stallman <rms@gnu.org>
5414
5415 * paths.el (news-directory): Rename from news-path. Old name alias.
5416 (rmail-spool-directory): Use defvar.
5417 (sendmail-program): Use defcustom.
5418 (remote-shell-program): Use defcustom.
5419 (term-file-prefix): Use defvar.
5420 (abbrev-file-name): Use defvar.
5421
5422 * term.el: Add maintainer.
5423
5424 * subr.el (with-local-quit): Return nil if there's a quit.
5425 (read-passwd): Use with-local-quit. Doc fix.
5426
5427 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5428 (strokes-unload-hook): Set as a variable with add-hook.
5429
5430 * startup.el (fancy-splash-tail, normal-splash-screen):
5431 Update copyright year.
5432
5433 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5434
5435 * server.el (server-unload-hook): Set as a variable with add-hook.
5436
5437 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5438
5439 * frame.el (special-display-popup-frame):
5440 Make the buffer current as its frame is created.
5441
5442 * delsel.el (delsel-unload-hook): Set as a variable.
5443
5444 * comint.el (comint-output-filter-functions):
5445 Add comint-watch-for-password-prompt.
5446 (comint-read-noecho): Function deleted.
5447 (send-invisible): Use read-passwd.
5448
5449 * fringe.el (fringe-mode-initialize): New function.
5450 (fringe-mode): Use fringe-mode-initialize as :initialize.
5451
5452 2004-10-17 Kim F. Storm <storm@cua.dk>
5453
5454 * language/indian.el (indian-script-language-alist): Swap value and doc.
5455 (indian-font-char-index-table): Doc fix.
5456
5457 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5460
5461 2004-10-16 Juri Linkov <juri@jurta.org>
5462
5463 * progmodes/compile.el (compilation-start): Move let-binding of
5464 `process-environment' into `with-current-buffer' body.
5465 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5466
5467 2004-10-16 Richard M. Stallman <rms@gnu.org>
5468
5469 * pcvs-util.el (cvs-bury-buffer):
5470 Don't call get-buffer-window for effect.
5471
5472 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5473
5474 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5475
5476 * msb.el (msb-unload-hook): Set the variable.
5477
5478 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5479 Use * to err if buffer is readonly.
5480
5481 * subr.el (looking-back): Return only t or nil.
5482
5483 * whitespace.el (whitespace-unload-hook): Set the variable.
5484
5485 * view.el (view-mode-enable): Set view-page-size and
5486 view-half-page-size to nil.
5487 (view-set-half-page-size-default): view-half-page-size = nil
5488 means the default.
5489 (View-scroll-page-forward): Use view-page-size-default.
5490 (View-scroll-page-backward): Likewise.
5491 (view-page-size, view-half-page-size): Doc fixes.
5492
5493 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5494
5495 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5496
5497 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5498 "cl" like other files. Instead, call byte-compile-find-cl-functions.
5499 (byte-compile-log-1): Bind inhibit-read-only.
5500 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5501 (byte-compile-log-warning): Likewise.
5502 (byte-compile-file-form-require): Detect "cl" from the arg value.
5503
5504 * progmodes/compile.el (compilation-start): Assume compilation-mode
5505 will make the buffer read-only.
5506 (compilation-mode): Take arg name-of-mode.
5507 (compilation-setup): Make buffer read-only.
5508 (compilation-handle-exit): Bind inhibit-read-only.
5509
5510 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5511 (ispell-message): Likewise.
5512 (ispell-show-choices): Don't call get-buffer-window uselessly.
5513 (ispell-init-process): Use set-process-query-on-exit-flag.
5514
5515 2004-10-16 Kim F. Storm <storm@cua.dk>
5516
5517 * fringe.el (fringe-bitmaps): Only initialize when defined.
5518
5519 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5520 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5521
5522 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5523
5524 2004-10-15 Simon Josefsson <jas@extundo.com>
5525
5526 * net/password.el: Add.
5527
5528 2004-10-14 Masatake YAMATO <jet@gyve.org>
5529
5530 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5531 (gdb-script-end-of-defun): New function.
5532 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5533 `gdb-script-end-of-defun' as *-of-defun-function.
5534
5535 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
5536
5537 * button.el (button-activate): Allow a marker to display as an action.
5538
5539 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5540
5541 * help.el (describe-mode): Use it to make minor mode list into
5542 hyperlinks.
5543
5544 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5545
5546 * vc.el (vc-annotate-display-select): Fix typo.
5547
5548 * subr.el (substitute-key-definition-key): New function.
5549 (substitute-key-definition): Use it with map-keymap.
5550 (event-modifiers): Use push.
5551 (mouse-movement-p, with-temp-buffer): Simplify.
5552
5553 2004-10-12 Jay Belanger <belanger@truman.edu>
5554
5555 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5556 New variables.
5557 (calc-help-index-entries): New function.
5558 (calc-describe-function): Use `calc-help-function-list' instead of
5559 obarray for completion.
5560 (calc-describe-variable): Use `calc-help-variable-list' instead
5561 of obarray for completion.
5562
5563 2004-10-12 Richard M. Stallman <rms@gnu.org>
5564
5565 * info-look.el (info-lookup-file): Add info-file property.
5566 (info-lookup-symbol): Likewise.
5567
5568 * info.el (info-xref): Add underlining.
5569 (info): Add info-file property.
5570 (Info-find-emacs-command-nodes): Specify case-sensitive search.
5571
5572 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
5573
5574 Sync with Tramp 2.0.45.
5575
5576 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5577 defined. This is not the case for XEmacs without package "edebug".
5578 (tramp-set-auto-save-file-modes): Set permissions of autosaved
5579 remote files to the permissions of the original file. This is not
5580 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
5581 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
5582 (tramp-perl-decode): Fix an error in Perl implementation.
5583 $pending must be cleared every loop. Reported by Benjamin Place
5584 <benjaminplace@sprintmail.com>
5585
5586 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5587 Don't activate advice during definition. This is done later on,
5588 depending on test result of `substitute-in-file-name'.
5589 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5590
5591 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5592
5593 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5594
5595 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5596
5597 2004-10-12 David Ponce <david@dponce.com>
5598
5599 * recentf.el (recentf-edit-list): Update the menu when the recentf
5600 list has been modified.
5601
5602 2004-10-12 Simon Josefsson <jas@extundo.com>
5603
5604 * net/tls.el (tls-certtool-program): New variable.
5605 (tls-certificate-information): New function, based on
5606 ssl-certificate-information.
5607
5608 2004-10-12 Kenichi Handa <handa@m17n.org>
5609
5610 * international/mule.el (coding-system-equal): Move from mule-util.el.
5611
5612 * international/mule-util.el (coding-system-equal): Move to mule.el.
5613
5614 2004-10-12 Kim F. Storm <storm@cua.dk>
5615
5616 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5617 reset kmacro-initial-counter-value if set.
5618 (kmacro-set-counter): Only set kmacro-counter if defining or executing
5619 macro. Set kmacro-initial-counter-value otherwise. Never set both.
5620 (kmacro-display): Show macro counter if non-zero.
5621
5622 * subr.el (substitute-key-definition): Mention command remapping
5623 in doc string.
5624
5625 2004-10-11 Jay Belanger <belanger@truman.edu>
5626
5627 * calc/calc-misc.el (calc-info-goto-node): New function.
5628 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5629 node in one step.
5630 (calc-describe-copying, calc-describe-distribution)
5631 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5632 Go to appropriate info node in one step.
5633
5634 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5635
5636 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5637
5638 * font-lock.el (font-lock-apply-highlight): Fix last change.
5639
5640 2004-10-11 Simon Josefsson <jas@extundo.com>
5641
5642 * mail/smtpmail.el (smtpmail-open-stream): Look for
5643 starttls-gnutls-program instead of starttls-program iff
5644 starttls-use-gnutls is non-nil.
5645 (smtpmail-open-stream): Don't overwrite user settings of
5646 starttls-extra-arguments and starttls-extra-args.
5647
5648 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5649
5650 * comint.el (comint-mouse-insert-input): Remove.
5651 (comint-insert-input): Make it work for mouse bindings.
5652 (comint-mode-map): Move defs into the declaration.
5653 (comint-output-filter): Typo.
5654
5655 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5656
5657 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
5658
5659 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5660 (ange-ftp-call-chmod): Reference remote-shell-program instead of
5661 ange-ftp-remote-shell.
5662
5663 2004-10-10 Andreas Schwab <schwab@suse.de>
5664
5665 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5666 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5667 Reported by <sri@asu.edu>.
5668
5669 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
5670
5671 * vc.el (vc-annotate-mode): Remove variable.
5672 (vc-annotate-display-select): Only call vc-annotate-mode
5673 if we're not in that mode already.
5674
5675 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5676
5677 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5678 (imenu-choose-buffer-index): Check here for rescan instead.
5679
5680 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5681 where the face expression evals to nil.
5682
5683 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5684 (tex-font-lock-keywords-2): Use it.
5685 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5686
5687 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5688
5689 2004-10-09 Kim F. Storm <storm@cua.dk>
5690
5691 * subr.el (progress-reporter-update): Define before first usage.
5692 (make-progress-reporter): Doc fix.
5693
5694 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5695
5696 * textmodes/paragraphs.el (sentence-end-double-space)
5697 (sentence-end-without-period, sentence-end-without-space)
5698 (sentence-end): Doc fixes.
5699
5700 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
5701
5702 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5703 Change paragraph-start regexp so we don't fill code starting with #'(.
5704
5705 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
5706
5707 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5708 New defcustom.
5709 (extract-address-components): Use it.
5710
5711 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5712
5713 * subr.el (make-progress-reporter, progress-reporter-update)
5714 (progress-reporter-force-update, progress-reporter-do-update)
5715 (progress-reporter-done): New functions.
5716
5717 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5718
5719 * progmodes/etags.el (etags-tags-completion-table): Use progress
5720 reporter.
5721 (etags-tags-apropos): Likewise.
5722
5723 2004-10-08 Alan Mackenzie <acm@muc.de>
5724
5725 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5726 of current line.
5727
5728 2004-10-08 Masatake YAMATO <jet@gyve.org>
5729
5730 * server.el (server-process-filter): Wrap `process-send-region'
5731 by `condition-case' to guard the case when the pipe to PROC is closed.
5732
5733 2004-10-07 Mark A. Hershberger <mah@everybody.org>
5734
5735 * xml.el (xml-substitute-special): Limit handling of external entities.
5736
5737 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5738
5739 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5740
5741 2004-10-06 John Paul Wallington <jpw@gnu.org>
5742
5743 * xml.el (xml-parse-dtd): Fix `error' call.
5744
5745 2004-10-05 Mark A. Hershberger <mah@everybody.org>
5746
5747 * xml.el (xml-substitute-special): Return a single string instead
5748 of a list of strings if an entity substitution is made.
5749
5750 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5751
5752 * calendar/icalendar.el: New file.
5753
5754 2004-10-05 Juri Linkov <juri@jurta.org>
5755
5756 * isearch.el (isearch-done): Set mark after running hook.
5757 Reported by Drew Adams <drew.adams@oracle.com>.
5758
5759 * info.el (Info-history, Info-toc): Fix Info headers.
5760 (Info-toc): Narrow buffer before Info-fontify-node.
5761 (Info-build-toc): Don't check for special Info file names.
5762 Set main-file to nil if Info-find-file returns a symbol.
5763
5764 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
5765
5766 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5767 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5768 * calendar/cal-menu.el (calendar-mode-map): Ditto.
5769
5770 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5771
5772 * calendar/cal-iso.el (calendar-iso-read-args): New function,
5773 for old interactive spec from calendar-goto-iso-date.
5774 (calendar-goto-iso-date): Use it.
5775 (calendar-goto-iso-week): New function. Suggested by Emilio
5776 C. Lopes <eclig@gmx.net>.
5777
5778 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
5779
5780 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5781 `set-right-margin' bindings that follow the minor mode conventions.
5782
5783 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5786 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5787 (latex-block-args-alist): Add minipage and picture.
5788 (latex-block-body-alist): Use reftex-label if enabled.
5789 (latex-insert-block): Don't insert a \n if not necessary.
5790 (tex-compile-commands): Make sure dvips doesn't send to printer.
5791 (tex-compile-default): Handle the case where no executable is found.
5792 (latex-noindent-environments): New var.
5793 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
5794 If tex-indent-allhanging is non-nil, make sure we only align for macros
5795 at beginning of line.
5796
5797 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
5798
5799 * newcomment.el (comment-beginning): Doc fix and don't choke on
5800 unset `comment-end-skip' when at beginning of comment.
5801
5802 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5803
5804 * term.el (term-adjust-current-row-cache): Don't allow the current
5805 row to become negative.
5806 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5807 the end of the line. Fix scroll down. Add comments.
5808 (term-handle-ansi-escape): Don't exceed terminal width when moving
5809 right.
5810 (term-scroll-region): Move the cursor after setting the scroll region.
5811
5812 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
5813
5814 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5815 to `width' for consistency with docstring. Doc fix.
5816
5817 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
5818
5819 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5820 This is necessary for derived modes.
5821
5822 2004-09-30 Kim F. Storm <storm@cua.dk>
5823
5824 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5825 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5826
5827 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5828 kmacro-extract-lambda functions.
5829 (edit-kbd-macro): Handle kmacro lambda forms.
5830 Include counter and counter format in edit buffer.
5831 (edmacro-finish-edit): Get counter and format from edit buffer and
5832 update kmacro bindings when found.
5833
5834 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
5835
5836 * textmodes/paragraphs.el (forward-paragraph):
5837 Avoid args-out-of-range error when point winds up at the beginning of
5838 the buffer and hard newlines are enabled.
5839
5840 * newcomment.el (comment-multi-line): Doc fix.
5841
5842 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5843
5844 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5845 (diff-fixup-modifs): Catch unified-diff file-headers.
5846
5847 2004-09-29 Kim F. Storm <storm@cua.dk>
5848
5849 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5850 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5851 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5852
5853 * fringe.el (fringe-bitmap-p): New macro.
5854 (fringe-bitmaps): Add standard fringe bitmaps on load.
5855
5856 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5857
5858 * dired.el (dired-view-command-alist): Use more efficient regexps.
5859 Remove dubious arguments.
5860 (dired-align-file): New function.
5861 (dired-insert-directory): Use it.
5862 (dired-move-to-end-of-filename): Make the " -> " search more specific.
5863 (dired-buffers-for-dir): Remove unused var `pattern'.
5864
5865 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
5866
5867 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5868 from diary display excursion. Store diary buffer's point for
5869 `simple-diary-display'.
5870 (simple-diary-display): Set window point and start when
5871 displaying buffer, to preserve point.
5872
5873 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
5874
5875 * textmodes/enriched.el (enriched-translations): Replace defconst
5876 with defvar.
5877
5878 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5879
5880 * printing.el: Doc fix.
5881 (pr-version): New version number (6.8.1).
5882 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5883 make-temp-name.
5884 (pr-delete-file): Check if file exists before deleting it.
5885 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5886
5887 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5888
5889 * term.el (term-display-table): New variable.
5890 (term-mode): Use it.
5891 (term-exec-1): Set the coding system to binary.
5892 (term-emulate-terminal): Decode the string before inserting it.
5893
5894 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5895
5896 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5897 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5898 (map): Bind S-prior, S-next and S-insert.
5899 (term-mode): Set `indent-tabs-mode' to nil.
5900 (term-paste): New function to be bound to S-insert.
5901 (term-send-del, term-send-backspace): Change the strings sent.
5902 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5903 (term-handle-colors-array): Fix handling of underline and reverse.
5904 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
5905 (term-erase-in-line): Fix comparison.
5906 (term-emulate-terminal): Fix line wrap handling.
5907 (term-start-output-log): Rename from `term-set-output-log'.
5908 (term-stop-output-log): Rename from `term-stop-photo'.
5909 (term-switch-to-alternate-sub-buffer): Comment out, unused.
5910
5911 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * dired.el (dired-move-to-filename): Don't output a message if
5914 raise-error is non-nil. Fix return position and value.
5915
5916 * files.el (insert-directory): Obey --dired even with symlinks.
5917
5918 2004-09-25 Lars Hansen <larsh@math.ku.dk>
5919
5920 * ls-lisp.el (ls-lisp-format): Mark file names with property
5921 dired-filename.
5922
5923 2004-09-25 Kim F. Storm <storm@cua.dk>
5924
5925 * ido.el (ido-max-directory-size): New defcustom.
5926 (ido-decorations): Add "too big" element.
5927 (ido-directory-too-big): New dynamic var.
5928 (ido-may-cache-directory): Don't cache big directories.
5929 (ido-directory-too-big-p): New defun.
5930 (ido-set-current-directory): Update ido-directory-too-big.
5931 (ido-read-internal): Make empty ido-cur-item if too-big.
5932 (ido-buffer-internal): Use ido-read-internal directly instead of
5933 ido-read-buffer.
5934 (ido-file-internal): Init ido-directory-too-big.
5935 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5936 and redo completion with full list.
5937 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5938 it, and show completions.
5939 (ido-all-completions): Let bind ido-directory-too-big to nil.
5940 (ido-exhibit): Handle ido-directory-too-big.
5941 (ido-read-buffer): Handle fallback to read-buffer.
5942 Init ido-directory-too-big.
5943 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5944 Init ido-directory-too-big.
5945
5946 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5947
5948 * subr.el (delay-mode-hooks): Doc fix.
5949
5950 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
5951
5952 * textmodes/enriched.el
5953 (enriched-default-text-properties-local-flag): New variable.
5954 (enriched-mode): Make sure that enabling and disabling the mode is
5955 a no-op. Doc fix.
5956
5957 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
5958
5959 * calendar/holidays.el (holiday-advent): Report on a specified day
5960 offset from advent, not just advent.
5961 (holiday-easter-etc): Report on one specified day offset from
5962 easter, not all easter holidays. Various Easter holidays moved to
5963 `christian-holidays' variable in calendar.el.
5964 * calendar/calendar.el (christian-holidays): Adapt for new
5965 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5966
5967 2004-09-23 Kim F. Storm <storm@cua.dk>
5968
5969 * image.el (insert-sliced-image): Add doc string.
5970
5971 * ido.el (ido-choice-list): New dynamic var for `list' context.
5972 (ido-context-switch-command): New dynamic var.
5973 (ido-define-mode-map): Generalize switch between file/buffer contexts.
5974 (ido-read-internal): Handle new `list' context.
5975 Handle insert-buffer and insert-file ido-exit values.
5976 (ido-buffer-internal): New arg switch-cmd. Use it to setup
5977 ido-context-switch-command. Handle insert-file ido-exit value.
5978 (ido-read-buffer): Set ido-context-switch-command to 'ignore
5979 unless it is already bound by caller.
5980 (ido-file-internal): New arg switch-cmd. Use it to setup
5981 ido-context-switch-command. Handle insert-buffer ido-exit value.
5982 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5983 used for context switching.
5984 (ido-all-completions): Handle new `list' context.
5985 (ido-make-choice-list): Return choices for `list' context.
5986 (ido-find-file-in-dir, ido-display-file, ido-write-file)
5987 (ido-display-buffer, ido-kill-buffer): Disable context switching.
5988 (ido-insert-buffer, ido-insert-file): Setup context switching.
5989 (ido-exhibit): Handle `list' context.
5990 (ido-read-file-name): Disable context switching. Handle fallback.
5991 (ido-read-directory-name): Disable context switching.
5992 (ido-completing-read): New defun like completing-read. Setup and
5993 use new `list' context.
5994
5995 2004-09-20 Jesper Harder <harder@ifa.au.dk>
5996
5997 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5998
5999 2004-09-21 Jay Belanger <belanger@truman.edu>
6000
6001 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6002 `calc-graph-set-styles' so the gnuplot buffer will appear in a
6003 separate window.
6004
6005 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
6006
6007 * subr.el (after-change-major-mode-hook): Doc fix.
6008
6009 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6010
6011 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
6012 of ghostscript for monochrome PostScript file in Windows.
6013
6014 2004-09-21 Kenichi Handa <handa@m17n.org>
6015
6016 * descr-text.el (describe-char): Checking of quail activation
6017 fixed.
6018
6019 2004-09-21 Jay Belanger <belanger@truman.edu>
6020
6021 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6022
6023 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
6024
6025 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6026 after the mode hooks instead of before. Doc fix.
6027
6028 2004-09-20 Jason Rumney <jasonr@gnu.org>
6029
6030 * startup.el (command-line) [windows-nt]: Try .emacs first, then
6031 _emacs, but revert to .emacs if neither exists in home directory.
6032
6033 2004-09-20 John Paul Wallington <jpw@gnu.org>
6034
6035 * bindings.el (completion-ignored-extensions): Add .dfsl.
6036
6037 2004-09-20 Richard M. Stallman <rms@gnu.org>
6038
6039 * bindings.el (scroll-left): Make it disabled.
6040
6041 * files.el (enable-local-eval): Doc fix.
6042
6043 * indent.el (move-to-left-margin): Special case for minibuffer.
6044
6045 * term.el (term-emulate-terminal): Turn off undo for output.
6046 Use with-current-buffer and save-selected-window.
6047
6048 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6049
6050 * progmodes/make-mode.el (makefile-fill-paragraph):
6051 Don't insist on spaces when looking for comments. # is enough.
6052
6053 * files.el (hack-local-variables): Copy the variables list
6054 to another buffer, strip prefixes and suffixes there, then read.
6055 (enable-local-eval): Doc fix.
6056 (ignored-local-variables): Initialize to nil.
6057 (risky-local-variable-p): Don't check ignored-local-variables here.
6058 (hack-one-local-variable): Ignore var if in ignored-local-variables.
6059
6060 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6061
6062 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6063 of = to "." (punctuation).
6064
6065 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6066
6067 * subr.el (event-basic-type): Fix mask (extend to 22bits).
6068
6069 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
6070
6071 * textmodes/enriched.el (enriched-rerun-flag): New variable.
6072 (enriched-before-change-major-mode): New function.
6073 Add it to `change-major-mode-hook'.
6074 (enriched-after-change-major-mode): New function.
6075 Add it to `after-change-major-mode-hook'.
6076 (enriched-mode): Make it work correctly if called from
6077 `after-change-major-mode-hook'.
6078 No longer set `indent-line-function'.
6079
6080 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6081
6082 * subr.el (after-change-major-mode-hook): New variable.
6083 (run-mode-hooks): Implement it.
6084
6085 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6086
6087 * battery.el (battery-linux-proc-apm): Use string-to-number.
6088 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6089 Use dolist (and less indentation). Use erase-buffer.
6090 Pre-initialize `design-capacity', `warn', and `low'.
6091 (battery-format): Use replace-regexp-in-string.
6092
6093 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
6094
6095 * battery.el: Delete superfluous empty lines.
6096 (battery-linux-proc-acpi): Attempt to gather information from all
6097 battery subdirectories regardless of their file name.
6098 (battery-linux-proc-apm): Replace all occurrences of
6099 battery-hex-to-int-2 with string-to-int (base 16).
6100 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6101 (battery-hex-map): Delete variable.
6102
6103 2004-09-18 John Paul Wallington <jpw@gnu.org>
6104
6105 * calc/calc-units.el (calc-quick-units): Fix overzealous
6106 s/or/unless/.
6107
6108 2004-09-17 Jay Belanger <belanger@truman.edu>
6109
6110 * calc/calc.el (calc-mode-var-list): Fix the value of
6111 `calc-matrix-brackets'.
6112
6113 2004-09-17 Romain Francoise <romain@orebokech.com>
6114
6115 * ibuf-ext.el (define-ibuffer-filter filename):
6116 Expand dired-directory since buffer-file-name is absolute.
6117
6118 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6119
6120 * ediff-init.el (ediff-current-diff-face-A)
6121 (ediff-current-diff-face-B, ediff-current-diff-face-C)
6122 (ediff-current-diff-face-Ancestor)
6123 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6124 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6125 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6126 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6127 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6128 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6129 Use min-colors.
6130
6131 * term.el (term-down): Perform vertical motion if DOWN is negative.
6132 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6133 (term-termcap-format): Synchronyze with the eterm terminfo entry
6134 in etc/e/eterm.ti.
6135 (term-handle-colors-array): If the current foreground or
6136 background are zero (i.e. unspecified), use the foreground and
6137 background of the default face for reverse video.
6138 (term-ansi-at-eval-string, term-ansi-default-fg)
6139 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6140 (term-mem): Delete ununsed function.
6141 (term-protocol-version): Increment.
6142 (term-current-face): Set to default.
6143
6144 2004-09-15 Jay Belanger <belanger@truman.edu>
6145
6146 * calc/calc.el (calc-mode-var-list): Define this variable.
6147 (calc-always-load-extensions, calc-line-numbering)
6148 (calc-line-breaking, calc-display-just, calc-display-origin)
6149 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6150 (calc-group-char, calc-point-char, calc-frac-format)
6151 (calc-prefer-frac, calc-hms-format, calc-date-format)
6152 (calc-float-format, calc-full-float-format, calc-complex-format)
6153 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6154 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6155 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6156 (calc-matrix-brackets, calc-language, calc-language-option)
6157 (calc-left-label, calc-right-label, calc-word-size)
6158 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6159 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6160 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6161 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6162 (calc-window-height, calc-display-trail, calc-show-selections)
6163 (calc-use-selections, calc-assoc-selections)
6164 (calc-display-working-message, calc-auto-why, calc-timing)
6165 (calc-mode-save-mode, calc-standard-date-formats)
6166 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6167 (calc-user-parse-tables, calc-gnuplot-default-device)
6168 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6169 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6170 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6171 (calc-invocation-macro, calc-show-banner): Give these values as
6172 part of `calc-mode-var-list's initialization after the variables
6173 are declared with defvar.
6174 (calc-bug-address): Change email address to send bug reports to.
6175 Change the maintainer address at the top.
6176 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6177 than "\\.emacs" to determine if it is the user-init-file.
6178
6179 * calc/calc-embed.el (calc-embedded-set-modes): Use
6180 `calc-mode-var-list' correctly.
6181
6182 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
6183
6184 * vc.el (annotate-time): Document point handling.
6185 (vc-annotate-display-autoscale): Doc fix.
6186
6187 2004-09-15 Miles Bader <miles@gnu.org>
6188
6189 * generic.el (generic-make-keywords-list): Use symbol rather than
6190 word anchors in regexp.
6191
6192 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
6193
6194 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6195 no file name consider `dired-directory'.
6196
6197 2004-09-14 Kim F. Storm <storm@cua.dk>
6198
6199 * faces.el (cursor): Add face-no-inherit property. Doc fix.
6200
6201 2004-09-14 Simon Josefsson <jas@extundo.com>
6202
6203 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6204
6205 * textmodes/dns-mode.el: Add.
6206
6207 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6210 (disabled-command-function): Make the ?\ char more obvious.
6211
6212 * vc-arch.el (vc-arch-root, vc-arch-registered):
6213 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6214
6215 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
6216
6217 * windmove.el (windmove-frame-edges): Report coordinates of
6218 outside edges of frame, not inside edges.
6219 (windmove-coordinates-of-position): Convert into wrapper to new
6220 function `windmove-coordinates-of-window-position';
6221 `compute-motion' always applies to selected window.
6222 (windmove-coordinates-of-position): Update documentation to refer
6223 to Emacs 21 Lisp Reference Manual.
6224 (windmove-find-other-window): Fix off-by-one errors for max x,y.
6225
6226 2004-09-13 Kim F. Storm <storm@cua.dk>
6227
6228 * isearch.el (isearch-resume-in-command-history): Rename from
6229 isearch-resume-enabled and change default to nil.
6230
6231 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6232
6233 * vc-hooks.el (vc-ignore-dir-regexp): New var.
6234 (vc-registered): Use it.
6235 (vc-find-root): New fun.
6236
6237 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6238 Don't tell to use \\{...} when it's already done.
6239
6240 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6241 Provide a sample complex default.
6242 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6243 (bibtex-entry): Use mapc.
6244
6245 2004-09-12 Kim F. Storm <storm@cua.dk>
6246
6247 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6248
6249 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6250 inhibit-field-text-motion to t so rectangles work in comint buffers.
6251
6252 * simple.el (choose-completion-string): Set buffer before running
6253 choose-completion-string-functions hook so it can be buffer-local.
6254
6255 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
6256
6257 * progmodes/compile.el (compilation-start): Parse command to see
6258 if it starts with a cd, and if so perform it for the *compilation*
6259 buffer. Change the header to reflect this.
6260
6261 2004-09-11 Kim F. Storm <storm@cua.dk>
6262
6263 * ido.el (ido-enable-dot-prefix): Doc fix.
6264 (ido-enable-dot-prefix): New defcustom.
6265 (ido-set-matches1): Use it.
6266
6267 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6268
6269 * textmodes/bibtex.el (bibtex-mark-active)
6270 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6271
6272 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6273
6274 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6275 used in a case insensitive environment.
6276 (bibtex-mode-map): Rearrange order of menus.
6277 (bibtex-quoted-string-re): Obsolete.
6278 (bibtex-complete-key-cleanup): Variable replaced by new function.
6279 (bibtex-font-lock-keywords): Use backquotes.
6280 (bibtex-font-lock-url-regexp): New internal variable.
6281 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6282 "OPT" and "ALT".
6283 (bibtex-insert-current-kill, bibtex-make-field)
6284 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6285 (bibtex-parse-field-text): Simplify.
6286 (bibtex-string=): New helper function.
6287 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6288 (bibtex-map-entries): Use bibtex-string=.
6289 (bibtex-search-entry): Use not.
6290 (bibtex-enclosing-field): Fix docstring.
6291 (bibtex-assoc-regexp): Obsolete.
6292 (bibtex-format-entry): Use assoc-string and bibtex-string=.
6293 (bibtex-autokey-get-names): Handle empty name field.
6294 (bibtex-parse-strings): Use assoc-string and unless.
6295 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6296 Use assoc-string.
6297 (bibtex-pop): Simplify.
6298 (bibtex-mode): Set font-lock-extra-managed-props.
6299 (bibtex-entry-update): Use assoc-string.
6300 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6301 (bibtex-autofill-entry): Use bibtex-string=.
6302 (bibtex-print-help-message): Simplify.
6303 (bibtex-find-entry): New optional arg START.
6304 (bibtex-validate): Use bibtex-string= and assoc-string.
6305 Do not call obsolete function compilation-parse-errors.
6306 (bibtex-remove-delimiters): Only remove delimiters if present.
6307 (bibtex-copy-entry-as-kill): Add docstring.
6308 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6309 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6310 (bibtex-complete): Use bibtex-predefined-month-strings,
6311 bibtex-string=, and new function bibtex-complete-key-cleanup.
6312 (bibtex-generate-url-list): New variable.
6313 (bibtex-url): New command bound to C-c C-l and mouse-2.
6314 (bibtex-url-map): New local keymap for bibtex-url-mouse.
6315 (bibtex-font-lock-url): New function.
6316
6317 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6318
6319 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6320
6321 2004-09-09 Kim F. Storm <storm@cua.dk>
6322
6323 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6324 counter and format with binding.
6325 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
6326 the declared macro uses own macro counter and format. Give symbol
6327 kmacro property.
6328 (kmacro-keymap): Bind kmacro-name-last-macro to n.
6329 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6330 (kmacro-end-and-call-macro): Doc fix.
6331
6332 2004-09-09 Lars Hansen <larsh@math.ku.dk>
6333
6334 * desktop.el (desktop-clear-preserve-buffers):
6335 Remove make-obsolete-variable.
6336
6337 2004-09-08 Richard M. Stallman <rms@gnu.org>
6338
6339 * buff-menu.el (list-buffers-noselect): Call format-mode-line
6340 with the buffer as argument.
6341
6342 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6345
6346 2004-09-08 Juri Linkov <juri@jurta.org>
6347
6348 * replace.el (perform-replace): Use `query-replace-descr'.
6349
6350 * cus-start.el (history-delete-duplicates): Specify customization.
6351
6352 * diff-mode.el (diff-mode-map):
6353 * progmodes/compile.el (compilation-mode-map):
6354 * progmodes/grep.el (grep-mode-map):
6355 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6356 to `next-error-follow-minor-mode'.
6357
6358 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6359
6360 * isearch.el (isearch-lazy-highlight-update): Take into account
6361 the case of zero-length match at the search bound.
6362
6363 2004-09-08 Kim F. Storm <storm@cua.dk>
6364
6365 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6366 change. Use zero width overlays when necessary.
6367
6368 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6369
6370 * subr.el (split-string): Docfix.
6371
6372 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6373
6374 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6375 (display-call-tree): Ensure newline after caller/calls blocks.
6376
6377 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6378
6379 * startup.el (command-line-1): Make option
6380 --directory/-L modify `load-path' straight away.
6381
6382 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6383
6384 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6385
6386 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6387
6388 * emacs-lisp/autoload.el (make-autoload):
6389 Handle `define-compilation-mode'.
6390
6391 * emacs-lisp/lisp-mode.el (define-compilation-mode):
6392 Specify `doc-string-elt' property.
6393
6394 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6395
6396 * bs.el (bs-mode): Doc fix.
6397
6398 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6399
6400 * info.el (Info-insert-dir): Fix temp buffer leak bug.
6401
6402 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6403
6404 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6405
6406 2004-09-08 Kenichi Handa <handa@m17n.org>
6407
6408 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6409 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6410 ps-mule-next-point -> 1+).
6411
6412 * composite.el (encode-composition-rule): Add autoload cooky.
6413
6414 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * format.el (buffer-auto-save-file-format): Make it permanent local.
6417
6418 2004-09-07 Kim F. Storm <storm@cua.dk>
6419
6420 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6421 (authors-fixed-entries): Fix typo.
6422 (authors-canonical-author-name): Compact multiple spaces.
6423 Ignore trivial names (e.g. only first name).
6424
6425 * term.el (term-window-width): Only use full window width on
6426 window system if overflow-newline-into-fringe is enabled.
6427 (term-mode): Don't disable overflow-newline-into-fringe.
6428
6429 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6430
6431 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6432 motion as seen on my Mac OS X xterms.
6433
6434 * newcomment.el (uncomment-region-default, comment-region-default):
6435 New functions extracted from uncomment-region and comment-region.
6436 (comment-region, comment-region-function, uncomment-region)
6437 (uncomment-region-function): Use them.
6438
6439 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6440
6441 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6442 It's not crucial but can make sense at times.
6443
6444 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6445 the first commit.
6446
6447 * vc.el (vc-buffer-context, vc-restore-buffer-context):
6448 Disable obsolete code.
6449
6450 2004-09-07 Juri Linkov <juri@jurta.org>
6451
6452 * progmodes/grep.el (grep-highlight-matches): Change default from
6453 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
6454 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6455 if grep option `--color' is available, or to `nil' otherwise.
6456 (grep-process-setup): Call `grep-compute-defaults' if
6457 `grep-highlight-matches' is not computed. Set env-vars only
6458 if `grep-highlight-matches' is `t'.
6459 (grep-use-null-device): Remove redundant type `boolean' (`choice'
6460 is already defined).
6461
6462 * progmodes/compile.el (compilation-start): Use copy of
6463 `process-environment' created by `copy-sequence' to not
6464 modify env-vars in the global `process-environment'.
6465
6466 2004-09-06 Eli Zaretskii <eliz@gnu.org>
6467
6468 * simple.el (next-error-follow-minor-mode): Fix last change.
6469
6470 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
6471
6472 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6473 permanent local.
6474
6475 2004-09-04 Richard M. Stallman <rms@gnu.org>
6476
6477 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6478 highlighting if the search string is empty.
6479
6480 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
6481
6482 * facemenu.el (facemenu-active-faces): Change condition of inner
6483 `while' loop to also check the first two elements of `face-atts'
6484 and `mask-atts'.
6485
6486 2004-09-04 John Paul Wallington <jpw@gnu.org>
6487
6488 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6489 (thumbs-view-image-mode): Make buffer read-only.
6490
6491 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
6492
6493 * textmodes/ispell.el (ispell-really-aspell): New defvar.
6494 (ispell-check-version): Set it.
6495 (ispell-send-replacement): New function.
6496 (ispell-process-line): Call ispell-send-replacement.
6497
6498 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6499
6500 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6501 Support choosing seconds with "s".
6502
6503 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
6504
6505 * terminal.el (te-escape): Show `?' in prompt for help key.
6506
6507 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
6508
6509 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6510
6511 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6512
6513 * simple.el (next-error-follow-minor-mode)
6514 (next-error-follow-mode-post-command-hook): New functions.
6515 (next-error-follow-last-line): New defvar.
6516
6517 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6518 * progmodes/compile.el (compilation-mode-map): Likewise.
6519 * progmodes/grep.el (grep-mode-map): Likewise.
6520 * replace.el (occur-mode-map): Likewise.
6521
6522 * newcomment.el (uncomment-region): Bind comment-use-global-state
6523 to nil.
6524
6525 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
6526
6527 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6528 locally around the call to `revert-buffer'.
6529
6530 2004-09-03 Juri Linkov <juri@jurta.org>
6531
6532 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6533 `isearch-adjusted' to `t'.
6534 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6535 (isearch-message-prefix): Add "pending" for isearch-adjusted.
6536 (isearch-other-meta-char): Restore isearch-point unconditionally.
6537 (isearch-query-replace): Add new arg `regexp-flag' and use it.
6538 Set point to start of match if region is not active in transient
6539 mark mode (to include the current match to region boundaries).
6540 Push the search string to `query-replace-from-history-variable'.
6541 Add prompt "Query replace regexp" for isearch-regexp.
6542 Add region beginning/end as last arguments of `perform-replace.'
6543 (isearch-query-replace-regexp): Replace code by the call to
6544 `isearch-query-replace' with arg `t'.
6545
6546 2004-09-03 Richard M. Stallman <rms@gnu.org>
6547
6548 * startup.el (normal-top-level): Undo previous TERM change.
6549
6550 2004-09-03 Kim F. Storm <storm@cua.dk>
6551
6552 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6553 highlight overlays; allow using RET when cursor is over a button.
6554 (cua--highlight-rectangle): Use it.
6555 (cua--rectangle-set-corners): Don't move backwards at eol.
6556 (cua--forward-line): Don't move into void after eob.
6557
6558 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6559 point is set (and displayed) inside rectangle.
6560 (cua--rectangle-operation): Fix for highlight of empty lines.
6561 (cua--highlight-rectangle): Fix highlight for tabs.
6562 Position cursor at left/right edge of rectangle using new `cursor'
6563 property on overlay strings.
6564 (cua--indent-rectangle): Don't tabify.
6565 (cua-rotate-rectangle): Ignore that point has moved.
6566
6567 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6568
6569 * term/mac-win.el: Add ASCII equivalents for some function keys.
6570 (mode-line-frame-identification): Sync with x-win.el.
6571
6572 2004-09-02 Juri Linkov <juri@jurta.org>
6573
6574 * progmodes/compile.el (compilation-buffer-name): Compare major
6575 mode with second element of compilation-arguments instead of third
6576 to reflect latest changes in compilation-arguments structure.
6577 (recompile): Use global variable `compilation-directory' to get
6578 recent compilation directory only when `recompile' is invoked NOT
6579 in the compilation buffer. Otherwise, use `default-directory' of
6580 the compilation buffer.
6581 (compilation-error-properties): Allow to funcall col and end-col.
6582 (compilation-mode-font-lock-keywords): Check col and end-col by
6583 `integerp'.
6584 (compilation-goto-locus): If end-mk is non-nil in transient mark
6585 mode don't activate the mark (and don't display message in
6586 push-mark), but highlight overlay between mk and end-mk.
6587
6588 * progmodes/grep.el (grep-highlight-matches): New defcustom.
6589 (grep-regexp-alist): Add rule to highlight grep matches.
6590 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6591
6592 * info.el (Info-fontify-node): Don't compute other-tag
6593 if Info-hide-note-references=hide.
6594
6595 * help.el (function-called-at-point):
6596 * help-fns.el (variable-at-point):
6597 Try `find-tag-default' when other methods failed.
6598
6599 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6600 Do not push mark if inhibit-mark-movement is non-nil.
6601
6602 * textmodes/ispell.el (ispell-html-skip-alists):
6603 Fix backslashes in docstring.
6604
6605 2004-09-01 Juri Linkov <juri@jurta.org>
6606
6607 * isearch.el (isearch-wrap-function)
6608 (isearch-push-state-function): New defvars.
6609 (isearch-pop-fun-state): New defsubst.
6610 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6611 (isearch-push-state): Set the result of calling
6612 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6613 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6614 restore the mode-specific starting point of terminated search.
6615 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6616 (isearch-repeat): Call `isearch-wrap-function' if defined.
6617 (isearch-message-prefix): Don't add prefix "over" to the message
6618 for wrapped search if `isearch-wrap-function' is defined.
6619 (isearch-search): Call function saved in `isearch-pop-fun-state' to
6620 restore the mode-specific starting point of failed search.
6621
6622 * info.el (Info-search-whitespace-regexp): Fix backslashes.
6623 (Info-search): Add new optional arguments for the sake of isearch.
6624 Replace whitespace in Info-search-whitespace-regexp literally.
6625 Add backward search. Don't call `Info-select-node' if regexp is
6626 found in the same Info node. Don't add node to Info-history for
6627 wrapped isearch.
6628 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6629 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6630 (Info-mode): Set local variables `isearch-search-fun-function',
6631 `isearch-wrap-function', `isearch-push-state-function',
6632 `search-whitespace-regexp'.
6633
6634 * isearch.el: Remove ancient Change Log section.
6635 (isearch-string, isearch-message-string, isearch-point)
6636 (isearch-success, isearch-forward-flag, isearch-other-end)
6637 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6638 (isearch-barrier, isearch-within-brackets)
6639 (isearch-case-fold-search): Add suffix `-state' to state-related
6640 defsubsts to avoid name clashes with other function names.
6641
6642 * simple.el (next-error): New defgroup and defface.
6643 (next-error-highlight, next-error-highlight-no-select):
6644 New defcustoms.
6645 (next-error-no-select): Let-bind next-error-highlight to the value
6646 of next-error-highlight-no-select before calling `next-error'.
6647
6648 * progmodes/compile.el (compilation-goto-locus):
6649 Use `next-error' face instead of `region'. Set 4-th argument of
6650 `move-overlay' to `current-buffer' to move overlay to different
6651 source buffers. Use new variable `next-error-highlight'.
6652
6653 * simple.el (next-error-find-buffer): Move the rule
6654 "if current buffer is a next-error capable buffer" after the
6655 rule "if next-error-last-buffer is set to a live buffer".
6656 Simplify to test all rules in one `or'.
6657 (next-error): Doc fix.
6658 (next-error, previous-error, first-error)
6659 (next-error-no-select, previous-error-no-select):
6660 Make arguments optional.
6661
6662 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6663
6664 * macros.el (apply-macro-to-region-lines): Make it operate on all
6665 lines that begin in the region, rather than on all complete lines
6666 in the region.
6667
6668 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6669
6670 * x-dnd.el (x-dnd-protocol-alist): Document update.
6671 (x-dnd-known-types): Defcustom it.
6672 (x-dnd-handle-motif): Print message-atom in error message.
6673
6674 2004-08-30 John Paul Wallington <jpw@gnu.org>
6675
6676 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6677 strings rather than programatically constructing message.
6678
6679 2004-08-30 Richard M. Stallman <rms@gnu.org>
6680
6681 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6682 Don't return a string that would read as the wrong character code.
6683
6684 2004-08-29 Kim F. Storm <storm@cua.dk>
6685
6686 * emulation/cua-base.el (cua-auto-expand-rectangles):
6687 Remove automatic rectangle padding feature; replace by non-destructive
6688 virtual rectangle edges feature.
6689 (cua-virtual-rectangle-edges): New defcustom.
6690 (cua-auto-tabify-rectangles): New defcustom.
6691 (cua-paste): If paste into a marked rectangle, insert rectangle at
6692 current column, even if virtual; also paste exactly as many lines
6693 as has been marked (ignore additional lines or add empty lines),
6694 but paste whole source if only one line is marked.
6695 (cua--update-indications): No longer use overwrite-cursor to
6696 indicate rectangle padding
6697
6698 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6699 (cua--rectangle-virtual-edges): New defun.
6700 (cua--rectangle-get-corners): Remove optional PAD arg.
6701 (cua--rectangle-set-corners): Never do padding.
6702 (cua--forward-line): Remove optional PAD arg. Simplify.
6703 (cua-resize-rectangle-right, cua-resize-rectangle-left)
6704 (cua-resize-rectangle-down, cua-resize-rectangle-up):
6705 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6706 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6707 (cua--rectangle-move): Never do padding. Simplify.
6708 (cua--tabify-start): New defun.
6709 (cua--rectangle-operation): Add tabify arg. All callers changed.
6710 (cua--pad-rectangle): Remove.
6711 (cua--delete-rectangle): Handle delete with virtual edges.
6712 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6713 (cua--insert-rectangle): Handle insert at virtual column.
6714 Perform auto-tabify if necessary.
6715 (cua--activate-rectangle): Remove optional FORCE arg.
6716 Never do padding. Simplify.
6717 (cua--highlight-rectangle): Enhance for virtual edges.
6718 (cua-toggle-rectangle-padding): Remove command.
6719 (cua-toggle-rectangle-virtual-edges): New command.
6720 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
6721 (cua--rectangle-post-command): Don't force rectangle padding.
6722 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6723
6724 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
6725
6726 * indent.el (edit-tab-stops-buffer): Doc fix.
6727
6728 2004-08-28 Richard M. Stallman <rms@gnu.org>
6729
6730 * progmodes/grep.el (grep-default-command): Use find-tag-default.
6731 (grep-tag-default): Function deleted.
6732
6733 * subr.el (find-tag-default): Move from etags.el.
6734
6735 * progmodes/etags.el (find-tag-default): Move to subr.el.
6736
6737 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6738 into the basic character if it has an uppercase form.
6739
6740 2004-08-27 Kenichi Handa <handa@m17n.org>
6741
6742 * international/utf-8.el (utf-8-post-read-conversion): If the
6743 buffer is unibyte, temporarily make it multibyte.
6744
6745 2004-08-27 Masatake YAMATO <jet@gyve.org>
6746
6747 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6748
6749 2004-08-25 John Paul Wallington <jpw@gnu.org>
6750
6751 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6752 0, 1, and many mismatches in message.
6753 (tex-start-shell): Use `set-process-query-on-exit-flag'.
6754
6755 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6756 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6757
6758 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6759
6760 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6761 vc-diff-switches differently.
6762
6763 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6764
6765 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6766 before and a real defvar after
6767 `speedbar-supported-extension-expressions'. This is to silence
6768 the compiler without breaking bootstrapping.
6769
6770 2004-08-22 Richard M. Stallman <rms@gnu.org>
6771
6772 * textmodes/flyspell.el (flyspell-word):
6773 Use set-process-query-on-exit-flag.
6774 (flyspell-highlight-duplicate-region): Take POSS as arg.
6775 (flyspell-word): Pass POSS as arg.
6776
6777 * progmodes/ada-xref.el: Many doc and style fixes.
6778 (ada-find-any-references): Use compilation-start.
6779 (ada-get-ali-file-name): Improve error msg.
6780 (ada-get-ada-file-name): Likewise.
6781
6782 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6783 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6784
6785 * mail/mail-extr.el (mail-extr-all-top-level-domains):
6786 Add forward defvar.
6787
6788 * whitespace.el (global-whitespace-mode): New alias
6789 for whitespace-global-mode.
6790
6791 * speedbar.el (speedbar-file-regexp): Move definition up.
6792 (speedbar-mode, speedbar-set-mode-line-format):
6793 Use with-no-warnings.
6794 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6795
6796 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6797 controls whether to display the error buffer.
6798
6799 * ps-mule.el: Delete compatibility code for old Emacses.
6800 (ps-mule-find-wrappoint): Don't use chars-in-region.
6801
6802 * frame.el (display-mouse-p, display-selections-p):
6803 Use with-no-warnings.
6804
6805 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6806
6807 2004-08-22 David Kastrup <dak@gnu.org>
6808
6809 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6810 information.
6811
6812 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6813
6814 2004-08-22 Andreas Schwab <schwab@suse.de>
6815
6816 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6817
6818 2004-08-22 Masatake YAMATO <jet@gyve.org>
6819
6820 * cvs-status.el (cvs-status-checkout): New function.
6821 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6822
6823 2004-08-21 David Kastrup <dak@gnu.org>
6824
6825 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6826 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6827 has been converted to use hashtables, the relation `nil=none' is
6828 no longer valid, as `nil' is not a hashtable. This patch tries to
6829 reduce the number of resulting errors.
6830
6831 2004-08-21 John Paul Wallington <jpw@gnu.org>
6832
6833 * subr.el (process-kill-without-query): Made obsolete in
6834 version 21.4, not 21.5.
6835
6836 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6837 (vc-previous-comment, vc-next-comment)
6838 (vc-comment-search-reverse, vc-comment-search-forward)
6839 (vc-comment-to-change-log): Likewise.
6840
6841 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6842
6843 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
6844
6845 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6846 Correct indentation of DEFMETHODS with non-standard method
6847 combinations (e.g., PROGN, MIN, MAX).
6848
6849 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6850
6851 * startup.el (normal-top-level-add-subdirs-to-load-path):
6852 Avoid unnecessarily checking system-type.
6853 (normal-top-level): Set TERM to "dumb". Simplify.
6854
6855 * avoid.el (mouse-avoidance-ignore-p): New fun.
6856 Also ignore switch-frame, select-window, double, and triple clicks.
6857 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6858 (mouse-avoidance-fancy-hook): Use it.
6859
6860 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
6861
6862 * avoid.el (mouse-avoidance-nudge-mouse)
6863 (mouse-avoidance-banish-destination): Stay within the current window
6864 to avoid problems with mouse-autoselect-window.
6865
6866 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6869 the newer format of some messages in cvs-1.12.1.
6870
6871 2004-08-19 Masatake YAMATO <jet@gyve.org>
6872
6873 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6874 (elp-results-jump-to-definition-by-mouse)
6875 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6876 (elp-output-result): Use elp-output-insert-symname.
6877
6878 2004-08-18 Kenichi Handa <handa@m17n.org>
6879
6880 * language/cyrillic.el: Register koi8-r in
6881 ctext-non-standard-encodings-alist.
6882 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6883
6884 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6885
6886 * emacs-lisp/copyright.el (copyright-update-year): Delete code
6887 that replaces 20xy with xy.
6888
6889 2004-08-17 John Paul Wallington <jpw@gnu.org>
6890
6891 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6892 (reb-force-update): Doc fix.
6893
6894 2004-08-16 Richard M. Stallman <rms@gnu.org>
6895
6896 * progmodes/which-func.el (which-func-update-1): Doc fix.
6897
6898 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6899 (sh-mode-abbrev-table): New variable.
6900
6901 * progmodes/compile.el (compilation-mode): Doc fix.
6902
6903 * emacs-lisp/lisp-mode.el (eval-last-sexp):
6904 Don't cons a new symbol each time.
6905 (eval-last-sexp-fake-value): New variable.
6906
6907 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6908 (copyright-update-year): Detect continuation of list of years.
6909
6910 * term.el (term-default-fg-color, term-default-bg-color)
6911 (ansi-term-color-vector): Use `unspecified', not nil, as default.
6912
6913 * imenu.el: Several doc fixes: don't say variables are buffer-local.
6914
6915 2004-08-16 Davis Herring <herring@lanl.gov>
6916
6917 * isearch.el (isearch-string, isearch-message-string, isearch-point)
6918 (isearch-success, isearch-forward-flag, isearch-other-end)
6919 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6920 (isearch-barrier, isearch-within-brackets)
6921 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6922
6923 2004-08-16 Kenichi Handa <handa@m17n.org>
6924
6925 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6926
6927 2004-08-15 Kenichi Handa <handa@m17n.org>
6928
6929 * term/x-win.el (x-selection-value): If utf8 was successful but
6930 ctext was not, use utf8 string.
6931
6932 2004-08-14 Davis Herring <herring@lanl.gov>
6933
6934 * isearch.el: Remove accidental changes of March 4. Fix backing
6935 up when a regexp isearch is made more general. Use symbolic
6936 accessor functions for isearch stack frames to make usage clearer.
6937 (search-whitespace-regexp): Made groups in documentation shy (as
6938 is the group in the default value).
6939 (isearch-fallback): New function, addresses problems with regexps
6940 liberalized by `\|', adds support for liberalization by `\}' (the
6941 general repetition construct), and incorporates behavior for
6942 `*'/`?'.
6943 (isearch-}-char): New command, calls `isearch-fallback' with
6944 arguments appropriate to a typed `}'.
6945 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6946 appropriately.
6947 (isearch-mode-map): Bind `}' to `isearch-}-char'.
6948 (isearch-string, isearch-message,string, isearch-point)
6949 (isearch-success, isearch-forward-flag, isearch-other-end)
6950 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6951 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6952 New inline functions to read fields of a stack frame.
6953
6954 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
6955
6956 * battery.el (battery-linux-proc-acpi): Look into battery
6957 directories matching the literal string "CMB", too (required for
6958 Linux kernel version 2.6.7).
6959
6960 2004-08-14 John Paul Wallington <jpw@gnu.org>
6961
6962 * cus-start.el (read-file-name-completion-ignore-case): Add.
6963 (blink-cursor-alist): Change version to "21.4".
6964
6965 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6966
6967 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
6968
6969 * speedbar.el (speedbar-scan-subdirs): New option.
6970 (speedbar-file-lists): Don't ignore file-name case on Unix and use
6971 dolist.
6972 (speedbar-insert-files-at-point): Take an extra argument and use
6973 it to optionally find out if a subdir is empty. Also unreadable
6974 files don't get expand buttons.
6975 (speedbar-directory): New image (unused pixmap already existed).
6976 (speedbar-expand-image-button-alist): Use it.
6977
6978 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
6979
6980 CC Mode update to 5.30.9:
6981
6982 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6983 Move from cc-vars to cc-defs for dependency reasons. Fix the
6984 POSIX char class test to check that it works in
6985 `skip-chars-(forward|backward)' too.
6986
6987 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6988 first argument starts with a special brace list.
6989
6990 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6991 when `c-opt-type-concat-key' is used (i.e. in Pike).
6992
6993 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6994 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6995 >)".
6996
6997 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6998 whitespace safe.
6999
7000 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7001 position for `arglist-intro', `arglist-cont-nonempty' and
7002 `arglist-close' when there are two arglist open parens on the same
7003 line and there's nothing in front of the first.
7004
7005 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7006 locking of qualified names in Java, which previously could fontify
7007 common indexing expressions in many cases. The standard Java
7008 naming conventions are used to tell them apart.
7009
7010 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7011 Fix inconsistency wrt opening parens on the first line inside a paren
7012 block.
7013
7014 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7015 compile time for the sake of `c-major-mode-is'.
7016
7017 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7018 `c-major-mode-is' in the event that this is used inside a
7019 `c-lang-defconst'.
7020
7021 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7022 `c-lang-defconst' so that it works better with fallback languages.
7023
7024 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7025 it to fail to record the base mode.
7026
7027 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7028 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7029 is used. Reorder the syntax checks to get more efficient
7030 skipping in some situations.
7031
7032 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7033 continuation which might precede the newly inserted '{'.
7034
7035 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7036 Fix cases where it could loop indefinitely.
7037
7038 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7039 size specs correctly. Only fontify identifiers in front of '('
7040 with as functions - don't accept any paren char. Tighten up
7041 initializer skipping to stop before function and class blocks.
7042
7043 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7044 the point could be left directly after an open paren when finding
7045 the beginning of the first decl in the block.
7046
7047 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7048 table when filtering out legitimate open parens to be recorded.
7049 This could cause cache inconsistencies when e.g.
7050 `c++-template-syntax-table' was temporarily in use.
7051
7052 * progmodes/cc-engine.el (c-on-identifier)
7053 (c-simple-skip-symbol-backward): Small fix for handling "-"
7054 correctly in `skip-chars-backward'. Affected the operator lfun
7055 syntax in Pike.
7056
7057 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7058 Fix bug that could cause an error from `after-change-functions' when
7059 the changed region is at bob.
7060
7061 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
7062
7063 CC Mode update to 5.30.9:
7064
7065 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7066 to say that <TAB> doesn't insert WS into a CPP line.
7067 (c-indent-command, c-tab-always-indent): Amend doc strings.
7068
7069 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7070 checks for user errors, thus eliminating cryptic and unhelpful
7071 Emacs error messages. (1) Check the arg to `c-set-style' is a
7072 string. (2) Check that settings to `c-offsets-alist' are not
7073 spuriously quoted.
7074
7075 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7076 which precedes the newly inserted `{'.
7077
7078 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
7079
7080 Sync with Tramp 2.0.44.
7081
7082 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7083 function "tramp_file_attributes". Otherwise, file names
7084 containing spaces are misinterpreted. Reported by Magnus Henoch
7085 <mange@freemail.hu>.
7086 (tramp-handle-file-truename): FILENAME must be expanded first.
7087 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7088 obscure results. Reported by D. Goel <deego@gnufans.org>.
7089 (tramp-handle-verify-visited-file-modtime): If file does not
7090 exist, say it is not modified if and only if that agrees with the
7091 buffer's record. Check whether a file is visiting the buffer, or
7092 the buffer has no recorded last modification time. Return t in
7093 case the visiting file doesn't exist. Suggested by Luc Teirlinck
7094 <teirllm@auburn.edu>.
7095 (tramp-handle-write-region): Pass modtime explicitely to
7096 `set-visited-file-modtime', because filename can be different
7097 from (buffer-file-name) if `file-precious-flag' is set.
7098 `set-visited-file-modtime' must be called always when `visit' is t
7099 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7100 (tramp-handle-set-visited-file-modtime): If `time-list' is not
7101 nil, don't apply the whole body. If the file doesn't exists, set
7102 modtime to '(-1 65535). Suggested by Luc Teirlinck
7103 <teirllm@auburn.edu>.
7104
7105 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
7106
7107 * help.el (describe-bindings): Doc fix.
7108
7109 * subr.el (kbd): Doc fix.
7110
7111 2004-08-08 John Paul Wallington <jpw@gnu.org>
7112
7113 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7114 instead of `string-to-int'.
7115 (define-ibuffer-column mode): Fix indentation.
7116
7117 2004-08-08 Lars Hansen <larsh@math.ku.dk>
7118
7119 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7120
7121 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7122
7123 * subr.el (global-unset-key, local-unset-key): Doc fixes.
7124
7125 * novice.el (disabled-command-function): New variable renamed from
7126 `disabled-command-hook'.
7127 (disabled-command-hook): Keep the _variable_ as alias for
7128 `disabled-command-function' and make obsolete.
7129 (disabled-command-function): Function renamed from
7130 `disabled-command-hook'. Adapt code to name change of the variable.
7131
7132 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
7133
7134 * simple.el (completion-root-regexp): New defvar.
7135 (completion-setup-function): Use it instead of a literal string.
7136
7137 2004-08-07 John Paul Wallington <jpw@gnu.org>
7138
7139 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7140 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7141 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7142 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7143
7144 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7145
7146 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7147 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7148
7149 2004-08-04 Kenichi Handa <handa@m17n.org>
7150
7151 * international/encoded-kb.el (encoded-kbd-setup-keymap):
7152 Fix previous change.
7153
7154 2004-08-03 Kenichi Handa <handa@m17n.org>
7155
7156 * international/encoded-kb.el: The following changes are to
7157 utilize key-translation-map instead of minor mode map.
7158 (encoded-kbd-iso2022-non-ascii-map): Delete it.
7159 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7160 (encoded-kbd-last-key): New function.
7161 (encoded-kbd-iso2022-single-shift): New function.
7162 (encoded-kbd-iso2022-designation)
7163 (encoded-kbd-self-insert-iso2022-7bit)
7164 (encoded-kbd-self-insert-iso2022-8bit)
7165 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7166 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7167 key-translation-map.
7168 (encoded-kbd-setup-keymap): Setup key-translation-map.
7169 (saved-key-translation-map): New variable.
7170 (encoded-kbd-mode): Save/restore key-translation-map.
7171 Adjust for the change of encoded-kbd-setup-keymap.
7172
7173 2004-08-02 Kim F. Storm <storm@cua.dk>
7174
7175 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7176 and call compute-motion with nil for topos and width to get proper
7177 usable width and height for both window and non-window systems.
7178
7179 * windmove.el (windmove-coordinates-of-position): Let compute-motion
7180 calculate usable window width and height.
7181
7182 * window.el (window-buffer-height): Call compute-motion with nil width.
7183
7184 2004-08-01 David Kastrup <dak@gnu.org>
7185
7186 * replace.el (query-replace-read-from):
7187 Use `query-replace-compile-replacement'.
7188 (query-replace-compile-replacement): New function.
7189 (query-replace-read-to): Use `query-replace-compile-replacement'
7190 for repeating the last command.
7191
7192 2004-08-01 John Paul Wallington <jpw@gnu.org>
7193
7194 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7195 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7196 (pr-switches): Remove period from end of error messages.
7197
7198 * help-mode.el (help-go-back): Likewise.
7199
7200 * abbrev.el (only-global-abbrevs): Doc fix.
7201 (edit-abbrevs-map): Define within defvar.
7202 (quietly-read-abbrev-file): Doc fix.
7203
7204 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7205
7206 * novice.el (enable-command, disable-command): Doc fixes.
7207
7208 * subr.el (event-modifiers, event-basic-type): Doc fixes.
7209
7210 2004-07-30 Richard M. Stallman <rms@gnu.org>
7211
7212 * subr.el (with-local-quit): Doc fix.
7213
7214 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
7215
7216 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7217
7218 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7219
7220 * custom.el (defcustom): Doc fix.
7221
7222 2004-07-28 Masatake YAMATO <jet@gyve.org>
7223
7224 * progmodes/etags.el (etags-tags-apropos): Show building progress.
7225
7226 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7227
7228 * imenu.el (imenu-prev-index-position-function)
7229 (imenu-extract-index-name-function, imenu-name-lookup-function)
7230 (imenu--index-alist): Docstring redundancy fix.
7231
7232 2004-07-25 Lars Hansen <larsh@math.ku.dk>
7233
7234 * wdired.el (wdired-finish-edit): Require dired-aux before locally
7235 binding dired-backup-overwrite.
7236
7237 2004-07-25 John Paul Wallington <jpw@gnu.org>
7238
7239 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7240
7241 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7242
7243 * term/tty-colors.el (tty-color-approximate): Doc fix.
7244
7245 * select.el (x-get-selection, x-set-selection): Doc fixes.
7246
7247 * frame.el (make-frame): Doc fix.
7248
7249 2004-07-24 Richard M. Stallman <rms@gnu.org>
7250
7251 * mail/rmail.el (rmail-mime-charset-pattern):
7252 Don't include semicolon in the charset value.
7253
7254 * replace.el (occur-next-error): Call set-window-point.
7255 (occur-engine): Handle negative NLINES.
7256
7257 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
7258
7259 * frame.el (modify-all-frames-parameters): Minor doc fix.
7260 (set-frame-configuration): Doc fix.
7261
7262 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7263
7264 * simple.el (completion-setup-function): Compute the common parts
7265 and the first difference place correctly when
7266 partial-completion-mode is on.
7267
7268 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7269
7270 * ps-print.el: Doc fix.
7271 (ps-print-version): New version 6.6.5.
7272 (ps-printing-region): Doc fix.
7273 (ps-generate-string-list): Comment fix.
7274 (ps-message-log-max): Code fix.
7275
7276 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7277
7278 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7279 generated PostScript.
7280
7281 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
7282
7283 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
7284 with Gnus v5_10 branch.)
7285
7286 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
7287
7288 * calendar/time-date.el (time-to-number-of-days): New function.
7289 Imported from from Gnus.
7290
7291 2004-07-22 Kim F. Storm <storm@cua.dk>
7292
7293 * progmodes/make-mode.el: Fix comments.
7294
7295 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7296
7297 * printing.el: Doc fix.
7298
7299 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
7300
7301 * frame.el (modify-all-frames-parameters): Minor doc fix.
7302
7303 2004-07-20 Richard M. Stallman <rms@gnu.org>
7304
7305 * textmodes/fill.el (fill-nobreak-p): If this break point is
7306 at the end of the line, don't consider the newline which follows
7307 as a reason to return t.
7308
7309 2004-07-19 John Paul Wallington <jpw@gnu.org>
7310
7311 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7312
7313 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7314
7315 * dired-aux.el (dired-do-kill-lines): Expand docstring.
7316 Delete irrelevant code.
7317
7318 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7319
7320 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7321 New docstring. From Luc Teirlinck.
7322
7323 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
7324
7325 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7326 section.
7327 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7328 non-file buffers. We know it is nil.
7329
7330 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7331
7332 Sync with Tramp 2.0.43.
7333
7334 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7335 Remove outdated comment.
7336 (tramp-locked, tramp-locker): New variables for implementing a
7337 global lock.
7338 (tramp-sh-file-name-handler): Use them to implement the global lock.
7339
7340 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
7341
7342 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
7343 calls to respective `xxx` calls.
7344 (tramp-process-alive-regexp): Precise doc string.
7345 (tramp-multi-action-process-alive): New defun.
7346 (tramp-multi-actions): Use it.
7347 (tramp-handle-find-backup-file-name): `copy-tree' is available
7348 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
7349 in order to avoid this function.
7350 (tramp-handle-write-region): Set current buffer. If connection
7351 wasn't open, `file-modes' has changed it accidently. Reported by
7352 David Kastrup <dak@gnu.org>.
7353 (tramp-enter-password, tramp-read-passwd): New arguments USER and
7354 HOST.
7355 (tramp-action-password, tramp-multi-action-password): Apply it.
7356 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7357 name must still contain the port number. Otherwise, we have two
7358 Tramp buffers, with all the confusion. Reported by Myron Selby
7359 <myron@xytech.com> and Rolf Dubitzky
7360 <Dubitzky@physi.uni-heidelberg.de>.
7361
7362 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7363 HOST to `tramp-enter-passwd'.
7364
7365 * net/tramp-vc.el (all): Code cleanup. Change all
7366 `tramp-handle-xxx' calls to respective `xxx` calls.
7367
7368 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
7369
7370 * emacs-lisp/testcover.el: New category "potentially-1valued" for
7371 functions that are not erroneous if either 1-valued or
7372 multi-valued. Detect functions in this class.
7373 (testcover-1value-functions, testcover-compose-functions)
7374 (testcover-progn-functions) Add some additional functions to lists.
7375 (testcover-mark): Bugfix when marking up the definition for an
7376 empty function.
7377
7378 2004-07-17 Richard M. Stallman <rms@gnu.org>
7379
7380 * replace.el (occur-read-primary-args): Pass default to
7381 read-from-minibuffer.
7382
7383 * mail/footnote.el (footnote-section-tag): Use defcustom.
7384
7385 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7386 Compile font-lock-keywords, not KEYWORDS.
7387 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7388 Add warn, check-type. Handle cerror like error.
7389
7390 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7391
7392 * progmodes/which-func.el (which-func-keymap): New var.
7393 (which-func-face): New face.
7394 (which-func-format): Use them.
7395
7396 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7397
7398 * buff-menu.el (list-buffers-noselect): Append the buffer's
7399 process status to its mode name.
7400
7401 2004-07-16 Kim F. Storm <storm@cua.dk>
7402
7403 * simple.el (inhibit-mark-movement): New defvar.
7404 (beginning-of-buffer, end-of-buffer): Do not push mark if
7405 inhibit-mark-movement is non-nil or C-u prefix is given.
7406
7407 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7408 Init to beginning-of-buffer and end-of-buffer.
7409 (cua--undo-push-mark): New defvar.
7410 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7411 already active and command is in cua--preserve-mark-commands.
7412 Also fix check for shift modifier on non-window systems.
7413 (cua--post-command-handler): Clear inhibit-mark-movement if set.
7414
7415 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7416
7417 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7418 of two integers, instead of a cons.
7419
7420 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7421 `visited-file-modtime' now returns a list of two integers, instead
7422 of a cons.
7423
7424 * dired.el (dired-directory-changed-p): Ditto.
7425
7426 * progmodes/grep.el (grep): Doc fix.
7427
7428 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7429
7430 * autorevert.el (auto-revert-tail-mode)
7431 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7432 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7433 in both at the same time.
7434 (auto-revert-tail-mode): New command.
7435 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7436 (auto-revert-handler): Revert only either tail or whole file.
7437
7438 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7439 add auto-revert-tail-mode.
7440
7441 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7442
7443 * printing.el: Doc fix. Change name of some funs.
7444 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
7445 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
7446 (pr-standard-file-name): New fun. Replace pr-standard-path.
7447 (pr-call-process): Code fix.
7448
7449 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
7450
7451 * subr.el (with-selected-window): Doc fix.
7452
7453 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
7454
7455 * subr.el (get-buffer-window-list): Doc fix.
7456
7457 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7458
7459 * files.el (switch-to-buffer-other-window): Doc fix.
7460
7461 * window.el (save-selected-window, one-window-p)
7462 (split-window-keep-point, split-window-vertically)
7463 (split-window-horizontally): Doc fixes.
7464
7465 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7466
7467 * printing.el: Doc fix. Now it uses call-process instead of
7468 shell-command for low command execution.
7469 (pr-version): New version number (6.8).
7470 (pr-shell-file-name): Option removed.
7471 (pr-shell-command): Fun removed.
7472 (pr-call-process): New fun. Replace pr-shell-command.
7473 (pr-standard-path, pr-remove-nil-from-list): New funs.
7474 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7475 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7476 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7477 (pr-ps-utility-process, pr-txt-print): Code fix.
7478
7479 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7480
7481 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7482 boolean.
7483
7484 2004-07-09 Lars Hansen <larsh@math.ku.dk>
7485
7486 * wid-edit.el (widget-field-buffer): Doc fix.
7487
7488 2004-07-09 John Paul Wallington <jpw@gnu.org>
7489
7490 * emacs-lisp/re-builder.el (reb-update-overlays):
7491 Distinguish between one and several matches in message.
7492
7493 2004-07-09 Richard M. Stallman <rms@gnu.org>
7494
7495 * mouse.el (mouse-set-region-1): If transient-mark-mode
7496 is `identity', change it to `only'.
7497
7498 * simple.el (current-word): Doc fix.
7499
7500 2004-07-09 Mark A. Hershberger <mah@everybody.org>
7501
7502 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7503 so that it is more understanding of whitespace.
7504
7505 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7506 (("ns" . "element") (attr-list) children) instead of
7507 ((:ns . "element") (attr-list) children) in order to reduce the
7508 number of symbols used.
7509 (xml-skip-dtd): Change to use xml-parse-dtd but set
7510 xml-validating-parsing to nil.
7511 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7512 (xml-substitute-entity): Remove in favor of new entity substitution.
7513 (xml-substitute-special): Rewrite in to substitute complex
7514 entities from DOCTYPE declarations.
7515 (xml-parse-fragment): Parse fragments from entity deleclarations.
7516 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7517 (xml-parse-dtd, xml-substitute-special): Make validity checks
7518 conditioned on xml-validating-parser. Add "Not Well Formed" to
7519 error messages about well-formedness.
7520
7521 2004-07-08 Steven Tamm <steventamm@mac.com>
7522
7523 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7524 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7525 Do not treat double clicks and triple clicks specially in the
7526 scroll bar (preventing strange repositioning problems)
7527
7528 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7529
7530 * replace.el (query-replace-regexp-eval): Fix last change.
7531
7532 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * replace.el (query-replace-descr): New fun.
7535 (query-replace-read-from, query-replace-read-args): Default to the
7536 previous from&to.
7537 (query-replace-read-to): Quote the `from' string when displaying it.
7538 (query-replace-regexp-eval): Immediately check read-only status.
7539 Use query-replace-read-from to get the \n checking.
7540 Quote the `from' string when displaying it.
7541 (map-query-replace-regexp, occur-read-primary-args):
7542 Quote the `from' string when displaying it.
7543
7544 * isearch.el (isearch-query-replace): Pass the regexp-ness and
7545 delimited-ness of the search to query-replace.
7546
7547 * replace.el (query-replace-read-from, query-replace-read-to):
7548 New funs extracted from query-replace-read-args.
7549 (query-replace-read-args): Use them.
7550
7551 * replace.el (query-replace-interactive, query-replace-read-args):
7552 Remove the `initial' special value.
7553 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7554 (occur-engine): Remove unused var `matchend'.
7555
7556 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7557 Use the search string without prompting.
7558
7559 2004-07-05 Kenichi Handa <handa@m17n.org>
7560
7561 * international/mule.el (decode-coding-inserted-region):
7562 Set last-coding-system-used only when coding is nil.
7563
7564 2004-07-03 Eli Zaretskii <eliz@gnu.org>
7565
7566 * progmodes/grep.el (grep-compute-defaults, grep-command)
7567 (grep-program, find-program, grep-find-use-xargs, grep-history)
7568 (grep-find-history, grep-tag-default, grep-find-command)
7569 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7570 Add autoload cookies, for unbundled packages that load `compile'
7571 and expect all grep-related symbols to become defined.
7572
7573 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
7574
7575 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7576 (iimage-mode-image-search-path): New user option to search the
7577 image file.
7578 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
7579 have locate-file.
7580 (iimage-mode-buffer): Use it.
7581
7582 2004-07-03 Nick Roberts <nickrob@gnu.org>
7583
7584 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7585 carefully.
7586 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7587
7588 2004-07-03 Juri Linkov <juri@jurta.org>
7589
7590 * replace.el (query-replace-read-args): Swallow space after 'foo,
7591 not after (quote foo). Match space only immediately after symbol,
7592 not anywhere in the whole string.
7593
7594 2004-07-02 Richard M. Stallman <rms@gnu.org>
7595
7596 * replace.el (query-replace-read-args): Swallow space after
7597 symbols, not after closeparens. But avoid error if string ends there.
7598
7599 * progmodes/python.el (python-beginning-of-statement):
7600 Exit the loop if backward-up-list gets error.
7601
7602 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7603
7604 2004-07-02 Andre Spiegel <spiegel@gnu.org>
7605
7606 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7607 only if vc-consult-headers is non-nil.
7608
7609 2004-07-02 Juri Linkov <juri@jurta.org>
7610
7611 * pcvs.el (cvs-mode-diff-repository): New command.
7612
7613 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7614
7615 2004-07-01 Juri Linkov <juri@jurta.org>
7616
7617 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7618 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
7619 C-M-% to isearch-query-replace-regexp.
7620 (minibuffer-local-isearch-map): Add arrow key bindings.
7621 Bind C-f to isearch-yank-char-in-minibuffer.
7622 (isearch-forward): Doc fix.
7623 (isearch-edit-string): Doc fix.
7624 (isearch-query-replace, isearch-query-replace-regexp): New funs.
7625 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
7626 (isearch-yank-char): Add optional arg.
7627 (isearch-yank-char-in-minibuffer): New fun.
7628
7629 * replace.el (query-replace-interactive): Change type from boolean
7630 to choice. Add value `initial'.
7631 (query-replace-read-args): Handle value `initial' of
7632 query-replace-interactive.
7633
7634 2004-06-29 Kim F. Storm <storm@cua.dk>
7635
7636 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7637 (breakpoint-disabled-bitmap-face): Add :group 'gud.
7638
7639 * progmodes/ada-xref.el (ada-tight-gvd-integration):
7640 Add :group 'ada.
7641
7642 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7643
7644 2004-06-29 Juri Linkov <juri@jurta.org>
7645
7646 * replace.el (query-replace-read-args): Swallow a space after
7647 everything except )]" which in most cases means after a symbol.
7648
7649 * emacs-lisp/pp.el (pp-buffer): Add autoload.
7650
7651 2004-06-28 Richard M. Stallman <rms@gnu.org>
7652
7653 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7654 More changes to go with previous change in font-lock.el.
7655
7656 2004-06-26 David Kastrup <dak@gnu.org>
7657
7658 * replace.el (perform-replace): Highlight the match even in
7659 non-query mode if there is potential replace string editing.
7660
7661 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
7662
7663 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7664 agree with new return value of `file-remote-p'.
7665 This syncs with Tramp 2.0.42.
7666
7667 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7668 according to new documentation of `file-remote-p'.
7669
7670 * files.el (file-remote-p): Fix doc to say that return value is
7671 identification of remote system, if not nil.
7672 (file-relative-name): Use new return value of `file-remote-p'.
7673
7674 2004-06-26 Nick Roberts <nickrob@gnu.org>
7675
7676 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7677 (gdb-goto-breakpoint): Fix breakage.
7678
7679 2004-06-26 Eli Zaretskii <eliz@gnu.org>
7680
7681 * man.el (Man-getpage-in-background): Add windows-nt to the list
7682 of systems where shell-file-name should be used instead of
7683 literal "sh".
7684
7685 2004-06-25 Sam Steingold <sds@gnu.org>
7686
7687 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7688 function names `(setf symbol)'.
7689
7690 2004-06-24 Richard M. Stallman <rms@gnu.org>
7691
7692 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7693
7694 * font-lock.el (font-lock-keywords): Change format of compiled values.
7695 Document it.
7696 (font-lock-add-keywords): If font-lock-keywords is compiled,
7697 extract the uncompiled version, modify, then recompile.
7698 (font-lock-remove-keywords): Likewise.
7699 (font-lock-fontify-keywords-region): Handle changed format.
7700 (font-lock-compile-keywords): Handle changed format.
7701 (font-lock-set-defaults): Compile the keywords explicitly here.
7702
7703 2004-06-24 David Kastrup <dak@gnu.org>
7704
7705 * replace.el (query-replace-read-args): Implement `\,' and `\#'
7706 replacements here.
7707 (query-replace-regexp): Doc string explaining this and the new
7708 `\?' replacement. Remove `\,' and `\#' implementation here, as it
7709 is better placed in `query-replace-read-args'.
7710 (replace-regexp): Explain `\,', `\#' and `\?'.
7711 (replace-match-data): New function for thorough reuse/destruction
7712 of old match-data.
7713 (replace-match-maybe-edit): Function for implementing `\?' editing.
7714 (perform-replace): Fix maintaining of the match stack including
7715 already matched regions, implement `\?', fix various problems
7716 with regions while editing and other stuff.
7717 (replace-highlight): Simplify.
7718
7719 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
7720
7721 * progmodes/grep.el (grep-error-screen-columns): New variable.
7722 (grep-regexp-alist): Give it the full functionality of gnu style
7723 compilation messages with line and column ranges. Ask me for the
7724 perl script I'm working on, that uses these.
7725
7726 2004-06-23 Nick Roberts <nickrob@gnu.org>
7727
7728 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7729 Remove.
7730 (comint-insert-input, comint-mouse-insert-input): New functions
7731 based on comint-insert-clicked-input for two bindings but just
7732 one functionality.
7733
7734 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7735
7736 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7737
7738 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7739
7740 * files.el (write-contents-functions): Doc fix.
7741
7742 2004-06-21 Juanma Barranquero <lektu@terra.es>
7743
7744 * image.el (image-library-alist): Rewrite docstring in active voice.
7745
7746 2004-06-20 Richard M. Stallman <rms@gnu.org>
7747
7748 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7749
7750 * isearch.el (isearch-repeat): Avoid testing old match data.
7751 (isearch-message): Display trailing space in special font
7752 when search is failing.
7753 (isearch-search-fun-function): Doc fix.
7754
7755 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7756
7757 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
7758
7759 * frame.el (show-trailing-whitespace): Doc fix.
7760
7761 * cus-edit.el (custom-variable-documentation): New function.
7762 (custom-variable): Use it.
7763
7764 2004-06-19 Nick Roberts <nickrob@gnu.org>
7765
7766 * man.el (Man-getpage-in-background): Revert previous change but
7767 make cygwin a special case.
7768
7769 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
7770
7771 * autorevert.el (global-auto-revert-non-file-buffers):
7772 Update docstring.
7773
7774 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
7775
7776 * progmodes/compile.el (compilation-error-properties): Store one
7777 more than end-col, if present, so that transient-mark-mode will
7778 highlight last char too.
7779 * progmodes/grep.el (grep-regexp-alist): Match columns and column
7780 ranges, if present.
7781
7782 2004-06-18 Jason Rumney <jasonr@gnu.org>
7783
7784 * makefile.w32-in: Double percent signs in for loops.
7785
7786 2004-06-17 David Kastrup <dak@gnu.org>
7787
7788 * replace.el (query-replace-read-args): Only warn about use of \n
7789 and \t when we are doing a regexp replacement and the actual
7790 escaped character is n or t.
7791 (query-replace-regexp): Add \, and \# interpretation to
7792 interactive call and document it.
7793 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7794 as shortkey for replace-count.
7795 (replace-quote): New function for doubling backslashes.
7796
7797 2004-06-17 Juanma Barranquero <lektu@terra.es>
7798
7799 * files.el (parse-colon-path, cd): Mention in docstring that the
7800 path separator is colon in GNU-like systems.
7801
7802 * newcomment.el (comment-region-internal): Fix docstring.
7803
7804 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7805 (ewoc-invalidate, ewoc-collect): Doc fixes.
7806 (ewoc--create-node, ewoc--delete-node-internal):
7807 Fix typos in docstring.
7808
7809 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7810
7811 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7812 manual to docstring.
7813
7814 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7815
7816 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7817
7818 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7819
7820 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7821 Add hyperlink to emacs-xtra manual to docstring.
7822
7823 * autorevert.el (global-auto-revert-non-file-buffers):
7824 Add hyperlink to emacs-xtra manual to docstring, as well as an
7825 info-link.
7826
7827 2004-06-14 Juanma Barranquero <lektu@terra.es>
7828
7829 * image.el (image-library-alist): New variable to map image types
7830 to external libraries. Initialized to nil, unless system-specific
7831 configs change it.
7832 (image-type-available-p): Determine whether an image type is
7833 available by calling `init-image-library'.
7834
7835 * term/w32-win.el (image-library-alist): Initialize to a known set
7836 of probable library names.
7837
7838 2004-06-14 Kenichi Handa <handa@m17n.org>
7839
7840 * international/code-pages.el (windows-1256, cp1125): Fix tables
7841 for several characters.
7842
7843 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7844
7845 2004-06-13 Richard M. Stallman <rms@gnu.org>
7846
7847 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7848
7849 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7850 not "`pc-selection-mode'".
7851
7852 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7853
7854 * simple.el (previous-matching-history-element): Specify a default.
7855
7856 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7857
7858 * cus-face.el (custom-declare-face): Simplify code.
7859
7860 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7861
7862 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
7863
7864 * files.el (before-save-hook): Add `time-stamp' to the options.
7865
7866 * time-stamp.el (time-stamp): Recommend adding it to
7867 `before-save-hook', rather than `write-file-functions'.
7868 Make a similar change in `Commentary' section.
7869
7870 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
7871
7872 * diff-mode.el (diff-current-defun): If at start of hunk, use
7873 position of first change.
7874
7875 2004-06-13 Lars Hansen <larsh@math.ku.dk>
7876
7877 * dired-x.el (dired-mark-omitted): Bind to "*O".
7878
7879 2004-06-12 Karl Fogel <kfogel@red-bean.com>
7880
7881 * bookmark.el (bookmark-bmenu-relocate): New function, as
7882 suggested by David J. Biesack <David.Biesack@sas.com>.
7883 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7884 (bookmark-bmenu-mode): Describe binding in doc string.
7885 (bookmark-set-filename): Save the bookmark list if it's time.
7886
7887 2004-06-13 Kenichi Handa <handa@m17n.org>
7888
7889 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7890 (ccl-untranslated-to-ucs): Fix typo.
7891
7892 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7893
7894 * progmodes/python.el (python-open-block-statement-p):
7895 Fix indentation after a block opening that contains a comment.
7896
7897 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
7898
7899 * bindings.el (completion-ignored-extensions): Add file extensions
7900 of Python byte-compiled files.
7901
7902 2004-06-12 Juri Linkov <juri@jurta.org>
7903
7904 * info.el (Info-goto-node): Add autoload.
7905 (Info-toc): Add substring-no-properties on Info file name.
7906 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7907 (Info-mode-map): Bind L to Info-history, T to Info-toc.
7908
7909 2004-06-12 Kenichi Handa <handa@m17n.org>
7910
7911 * international/mule-cmds.el (set-language-environment):
7912 Load subst tables if necessary.
7913
7914 * international/mule.el (decode-char): Load subst tables if necessary.
7915 (encode-char): Likewise.
7916
7917 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7918 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
7919 (utf-16le-decode-loop): Set r5 to -1 before loop.
7920 (utf-16be-decode-loop): Likewise.
7921 (ccl-decode-mule-utf-16le): Add EOF processing block.
7922 (ccl-decode-mule-utf-16be): Likewise.
7923 (ccl-decode-mule-utf-16le-with-signature): Likewise.
7924 (ccl-decode-mule-utf-16be-with-signature): Likewise.
7925 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
7926 (ccl-mule-utf-16-encode-untrans): New CCL.
7927 (utf-16-decode-to-ucs): Handle pre-read character.
7928 (utf-16le-encode-loop): Handle surrogate pair.
7929 (utf-16be-encode-loop): Likewise.
7930 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7931 of utf-16le-encode-loop.
7932 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7933 of utf-16be-encode-loop.
7934 (mule-utf-16-post-read-conversion):
7935 Call utf-8-post-read-conversion at first.
7936 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7937 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7938 Add post-read-conversion and pre-write-conversion.
7939
7940 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7941 (utf-translate-cjk-unicode-range): New variable.
7942 (utf-translate-cjk-load-tables): New function.
7943 (utf-lookup-subst-table-for-decode): New function.
7944 (utf-lookup-subst-table-for-encode): New function.
7945 (utf-translate-cjk-mode): Init-value changed to t. Don't load
7946 tables here. Update safe-charsets of utf-* coding systems.
7947 (ccl-mule-utf-untrans): New CCL.
7948 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
7949 at end of each branch.
7950 (ccl-mule-utf-8-encode-untrans): New CCL.
7951 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7952 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
7953 length of encoding. Don't return r0.
7954 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
7955 (utf-8-post-read-conversion): Narrow to region properly.
7956 If utf-translate-cjk-mode is on, load tables if necessary.
7957 Call utf-8-compose with hash-table arg if necessary.
7958 Call XXX-compose-region instead of XXX-post-read-convesion.
7959 (utf-8-pre-write-conversion): New function.
7960 (mule-utf-8): Include CJK charsets in safe-charsets if
7961 utf-translate-cjk-mode is on. Add pre-write-conversion.
7962
7963 * international/characters.el: Temporarily set
7964 utf-translate-cjk-mode to nil.
7965
7966 * language/devan-util.el (devanagari-compose-region):
7967 Add autoload cookie.
7968
7969 * international/ccl.el (ccl-dump-call): Fix printing the
7970 subroutine name.
7971
7972 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
7973
7974 * dired.el (dired-revert): If buffer is marked unmodified before
7975 reverting, keep it marked unmodified.
7976 Adapt to new conventions for commenting out code.
7977 (dired-make-relative): Adapt to new conventions for commenting out code.
7978
7979 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
7980
7981 * eshell/esh-module.el (eshell-load-defgroups):
7982 Bind `vc-handled-backends' to nil when opening files.
7983
7984 2004-06-11 Juanma Barranquero <lektu@terra.es>
7985
7986 * files.el (parse-colon-path, cd): Doc fixes (refer to
7987 `path-separator', not colon).
7988
7989 2004-06-10 Juanma Barranquero <lektu@terra.es>
7990
7991 * newcomment.el (comment-search-forward)
7992 (comment-search-backward): Fix typos in docstring.
7993 (comment-region): Doc fix.
7994
7995 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
7996
7997 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7998 switch is no longer stored in `dired-switches-alist'.
7999
8000 * dired-aux.el (dired-insert-subdir): Do not store R switch in
8001 `dired-switches-alist'.
8002
8003 2004-06-10 Kim F. Storm <storm@cua.dk>
8004
8005 * pcvs.el (cvs-mode-diff-yesterday): New command.
8006
8007 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8008
8009 2004-06-10 Juri Linkov <juri@jurta.org>
8010
8011 * emacs-lisp/edebug.el (edebug-eval-defun):
8012 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8013 Fix docstring.
8014
8015 * simple.el (eval-expression-print-format): Don't print additional
8016 information on the first call to `eval-print-last-sexp'.
8017 (next-error-find-buffer): Fix punctuation.
8018 (killing) <defgroup>: Fix punctuation.
8019 (yank-excluded-properties): Change group from editing to killing.
8020
8021 * replace.el (perform-replace): Use `limit' to terminate the
8022 while-loop explicitly.
8023
8024 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8025
8026 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8027 Use lc-*.xpm as prefix instead of *-locol.xpm.
8028
8029 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8030 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8031 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8032 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8033 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8034 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8035 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8036 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8037 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8038 * toolbar/lc-up_arrow.xpm:
8039 Rename from *-locol.xpm.
8040
8041 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
8042
8043 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8044 include forms like &<str>; as valid url patterns.
8045
8046 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8047
8048 * dired.el (dired-diff, dired-backup-diff)
8049 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8050 (dired-do-chown, dired-do-touch, dired-do-print)
8051 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8052 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8053 (dired-create-directory, dired-do-copy, dired-do-symlink)
8054 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8055 (dired-do-copy-regexp, dired-do-hardlink-regexp)
8056 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8057 (dired-maybe-insert-subdir, dired-next-subdir)
8058 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8059 (dired-kill-subdir, dired-tree-up, dired-tree-down)
8060 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8061 (dired-run-shell-command, dired-query): Remove redundant,
8062 or incorrect, autoloads.
8063
8064 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8065 does not end in a slash. Add optional argument KILL-ROOT.
8066 Update docstring.
8067 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8068 (dired-query): Add autoloads.
8069
8070 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
8071
8072 * progmodes/compile.el (compilation-set-window-height):
8073 Rearrange the save-* functions because a buffer can have several current
8074 point in different windows.
8075 (compilation-error-regexp-alist-alist): Recognize {standard input}
8076 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8077
8078 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8079
8080 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8081 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8082 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8083 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8084 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8085 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8086 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8087 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8088 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8089 * toolbar/up_arrow-locol.xpm:
8090 New versions of icons that uses fewer colors.
8091
8092 * toolbar/tool-bar.el (tool-bar-local-item)
8093 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8094 if display-color-cells is 256 or less.
8095
8096 2004-06-08 Kim F. Storm <storm@cua.dk>
8097
8098 * wid-edit.el (widget-specify-button): Use hand pointer rather
8099 than mouse-face as visible mouse-over effect.
8100
8101 2004-06-07 Karl Fogel <kfogel@red-bean.com>
8102
8103 * saveplace.el (save-place-alist-to-file): Bind `print-length'
8104 and `print-level' to nil when writing out `save-place-alist'.
8105 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8106
8107 2004-06-07 Juanma Barranquero <lektu@terra.es>
8108
8109 * completion.el (completion-kill-region): Doc fix.
8110
8111 * format.el (format-insert-annotations)
8112 (format-annotate-location): Doc fixes.
8113 (format-subtract-regions): Make arguments match their use in docstring.
8114
8115 * simple.el (kill-region): Doc fix.
8116
8117 * subr.el (insert-buffer-substring-no-properties)
8118 (insert-buffer-substring-as-yank): Doc fixes.
8119
8120 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
8121
8122 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8123 Update docstring.
8124 (dired-reset-subdir-switches): New function.
8125
8126 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8127 Limit scope of `buffer-read-only' binding.
8128
8129 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
8130
8131 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8132 eshell-explicit-command-char.
8133
8134 2004-06-06 Juanma Barranquero <lektu@terra.es>
8135
8136 * help-fns.el (help-argument-name): Inherit from italic face only
8137 if the frame supports it.
8138
8139 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8140
8141 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8142 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8143 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8144 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8145 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8146 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8147 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8148 New conversions from xpm files.
8149
8150 * toolbar/README: New file.
8151
8152 2004-06-06 Richard M. Stallman <rms@gnu.org>
8153
8154 * isearch.el (isearch-mode-map): Undo previous change.
8155
8156 2004-06-05 Juri Linkov <juri@jurta.org>
8157
8158 * bindings.el (debug-ignored-errors): Add regexps for history
8159 related messages. Remove $ from "No further undo information".
8160 Move Ediff's messages to ediff.el.
8161
8162 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8163
8164 * cus-edit.el (custom-display): Add `min-colors'.
8165
8166 * custom.el (defface): Add `supports' to docstring.
8167
8168 * help-fns.el (help-argument-name): Add :group 'help.
8169
8170 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
8171
8172 * find-dired.el (find-ls-subdir-switches): New user option.
8173 (find-dired): No longer call `abbreviate-file-name' on DIR.
8174 Set `dired-subdir-switches' buffer-locally.
8175
8176 * locate.el: Merge the two `Commentary' sections.
8177 (locate-ls-subdir-switches): New user option.
8178 (locate): Update for other changes.
8179 (locate-mode-map): Restore Dired binding for mouse-2.
8180 Bind `locate-mouse-view-file' to M-mouse-2.
8181 Bind `l' to `locate-do-redisplay'.
8182 (locate-main-listing-line-p, locate-do-redisplay): New functions.
8183 (locate-mouse-view-file, locate-tags, locate-find-directory):
8184 Print message if used outside main listing.
8185 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
8186 Various changes to support inserted subdirectories.
8187 (locate-insert-header): Change header of *Locate* buffer.
8188
8189 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8190 Change interactive default switches.
8191 (dired-rename-subdir-2): Update `dired-switches-alist'.
8192 (dired-insert-subdir, dired-kill-subdir):
8193 Handle `dired-switches-alist'. Do not mark buffer modified.
8194 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8195 (dired-insert-subdir-doinsert): Omit messages.
8196 Handle `dired-subdir-switches'.
8197 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8198
8199 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8200 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8201 subdirs if -R switch is used for a subdir.
8202 (dired-mode): Set `dired-switches-alist'.
8203 (dired-build-subdir-alist): Only print number of directories in
8204 echo area when invoked interactively.
8205
8206 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8207
8208 * dired-x.el (dired-omit-mode): Rename from
8209 dired-omit-files-p. Use define-minor-mode to define it.
8210 (dired-omit-files-p): Add as alias for dired-omit-mode.
8211 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
8212 dired-mark-omitted.
8213 (dired-mark-omitted): Add. Bind to M-O.
8214
8215 2004-06-05 Kenichi Handa <handa@m17n.org>
8216
8217 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8218
8219 2004-06-05 Juanma Barranquero <lektu@terra.es>
8220
8221 * help-fns.el (help-argument-name): Reintroduce face.
8222 (help-default-arg-highlight): Use it, now that
8223 `face-differs-from-default-p' can be trusted.
8224
8225 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8226
8227 * textmodes/table.el: Sentence commands added to Point Motion
8228 group; kill and backward-kill commands added to Extraction group.
8229
8230 2004-06-04 Mario Lang <mlang@delysid.org>
8231
8232 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8233 systems appear to use mW, make the code handle this. Fix a
8234 division-by-zero bug while at it, and handle kernels with
8235 a slightly different layout in /proc/acpi.
8236
8237 2004-06-04 Karl Fogel <kfogel@red-bean.com>
8238
8239 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8240 because the latter is a CL-ism. This fixes the bug reported by
8241 Shawn Boyette <mdxi@collapsar.net> in
8242 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8243
8244 2004-06-04 Miles Bader <miles@gnu.org>
8245
8246 * faces.el (display-supports-face-attributes-p): Function moved to
8247 C code. Previously only the tty-related portion of this function
8248 was done in C; however the previous attempt to do a halfway-proper
8249 job for non-tty displays in lisp didn't work properly because of
8250 funny conditions during Emacs startup.
8251 (face-differs-from-default-p): Simplify, now that
8252 display-supports-face-attributes-p works properly on all display
8253 types. Remove :stipple from comparison; it doesn't really work
8254 in emacs anyway.
8255
8256 2004-06-04 Miles Bader <miles@gnu.org>
8257
8258 * faces.el (face-differs-from-default-p): Use a different
8259 implementation, so we can really check whether FACE displays
8260 differently or not.
8261
8262 2004-06-04 Miles Bader <miles@gnu.org>
8263
8264 * faces.el (display-supports-face-attributes-p): Implement a
8265 `different from default' check for non-tty displays.
8266
8267 2004-06-03 David Kastrup <dak@gnu.org>
8268
8269 * woman.el (woman-mapcan): More concise code.
8270 (woman-topic-all-completions, woman-topic-all-completions-1)
8271 (woman-topic-all-completions-merge): Replace by a simpler and
8272 much faster implementation based on O(n log n) sort/merge instead
8273 of the old O(n^2) behavior.
8274
8275 2004-06-03 Miles Bader <miles@gnu.org>
8276
8277 * subr.el (read-number): Use canonical format for default in prompt.
8278
8279 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8280 Add regexp for " [...]" style defaults.
8281
8282 2004-06-02 Romain Francoise <romain@orebokech.com>
8283
8284 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8285 groups: if the user asks for a hidden buffer, open the
8286 corresponding filter group to expose it.
8287
8288 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8289 `ibuffer-jump-to-buffer'.
8290 (ibuffer-jump-offer-only-visible-buffers): New user option.
8291
8292 2004-06-02 Juanma Barranquero <lektu@terra.es>
8293
8294 * faces.el (frame-update-faces): Add empty docstring so the one
8295 for `ignore' doesn't show through.
8296
8297 * subr.el (process-kill-without-query): Remove spurious "\n" on
8298 obsolescence string.
8299 (focus-frame, unfocus-frame): Add obsolescence declaration and
8300 empty docstring.
8301
8302 * international/mule.el (register-char-codings): Make alias for
8303 `ignore'. Move docstring to obsolescence info and remove redundancy.
8304
8305 2004-06-02 Kim F. Storm <storm@cua.dk>
8306
8307 * frame.el (blink-cursor-start): Turn cursor off initially so blink
8308 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8309
8310 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8311
8312 * comint.el (comint-replace-by-expanded-history-before-point):
8313 Obey `start' as the docstring says.
8314 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8315 (comint-update-fence): Prevent font-lock from running unnecessarily.
8316 (comint-dynamic-list-completions): Use with-current-buffer.
8317
8318 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8319
8320 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8321 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8322 (bibtex-entry-update): Handle alternatives and optional fields.
8323 (bibtex-parse-entry): Bugfix, handle empty key.
8324
8325 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8326
8327 * vc-arch.el (vc-arch-state): Don't assume the file exists.
8328
8329 2004-05-31 Lars Hansen <larsh@math.ku.dk>
8330
8331 * desktop.el (desktop-save): Don't save minor modes without a
8332 known mode initialization function.
8333
8334 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
8335
8336 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8337
8338 * autorevert.el: Update `Commentary' section.
8339
8340 2004-05-30 Juanma Barranquero <lektu@terra.es>
8341
8342 * dos-fns.el (convert-standard-filename):
8343 * files.el (convert-standard-filename):
8344 * w32-fns.el (convert-standard-filename):
8345 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8346
8347 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8348
8349 Sync with Tramp.
8350
8351 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8352 (tramp-let-maybe): Move to an earlier spot in the file.
8353 Patch by Andreas Schwab.
8354
8355 2004-05-30 Andreas Schwab <schwab@suse.de>
8356
8357 * dired.el (dired-get-filename): Don't use dired-re-dot.
8358
8359 2004-05-30 Richard M. Stallman <rms@gnu.org>
8360
8361 * files.el (find-file): Doc fix.
8362
8363 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8364
8365 2004-05-30 Nick Roberts <nickrob@gnu.org>
8366
8367 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8368 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8369 modeline of the locals buffer.
8370 (gdb-goto-breakpoint): Handle gdbmi.
8371 (gdb-get-frame-number): Change for gdbmi.
8372
8373 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8374
8375 * files.el (file-remote-p): Apply file name handler for operation
8376 `file-remote-p'. It isn' a property any longer.
8377 (file-relative-name): `fh' and `fd' get the required value via
8378 `find-file-name-handler' already.
8379
8380 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8381 (top): Remove setting of `file-remote-p' property for
8382 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
8383
8384 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8385
8386 Version 2.0.41 of Tramp released.
8387
8388 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8389 Throw away if process has died.
8390 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8391 (tramp-out-of-band-prompt-regexp): Rename to
8392 `tramp-process-alive-regexp', because its usage is widen.
8393 (tramp-actions-copy-out-of-band): Apply it.
8394 (tramp-actions-before-shell, tramp-multi-actions):
8395 Add `tramp-action-process-alive' action.
8396 (tramp-action-process-alive): New defun.
8397 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8398 Add entry for `file-remote-p'.
8399 (tramp-handle-file-remote-p): New defun.
8400 (top): Remove setting of `file-remote-p'. Don't set
8401 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8402
8403 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8404 `file-remote-p'.
8405
8406 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8407 counted for (last) line. [They should or they shouldn't? --Stef]
8408 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8409
8410 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8411
8412 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8413 not really necessary but seems to keep the shell history smaller
8414 in some cases. It is no substitute for setting HISTFILE and
8415 HISTSIZE from tramp-open-connection-setup-interactive-shell,
8416 though. Suggested by Luc Teirlinck.
8417 (tramp-open-connection-setup-interactive-shell): Export variables
8418 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
8419 (tramp-set-process-query-on-exit-flag): New compat function.
8420 (tramp-open-connection-multi, tramp-open-connection-su)
8421 (tramp-open-connection-rsh, tramp-open-connection-telnet)
8422 (tramp-do-copy-or-rename-file-out-of-band): Use it.
8423 (tramp-let-maybe): New macro, let-binds a variable only if it
8424 isn't obsolete.
8425 (tramp-check-ls-commands, tramp-handle-expand-file-name)
8426 (tramp-handle-file-truename): Use it.
8427 (tramp-completion-file-name-regexp-unified): Avoid matching
8428 filenames starting with "/:" -- those are reserved for
8429 file-name-non-special.
8430
8431 * tramp-smb.el (tramp-smb-open-connection):
8432 Use tramp-set-process-query-on-exit-flag compat function.
8433
8434 2004-05-29 Richard M. Stallman <rms@gnu.org>
8435
8436 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8437
8438 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8439 (eval-last-sexp-print-value): Print char equivalent regardless
8440 of standard-output value.
8441
8442 * thumbs.el (thumbs-subst-char-in-string): Delete.
8443 (thumbs-thumbname): Use subst-char-in-string.
8444 (thumbs-resize-image): Use condition-case, not ignore-errors.
8445 (thumbs-kill-buffer): Likewise.
8446
8447 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
8448 (thumbs-mode): Make buffer read-only.
8449 (thumbs-make-thumb): Unconditionally accept an existing file.
8450 (thumbs-insert-thumb): Add thumb-image-file property to the image.
8451 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8452 (thumbs-show-thumbs-list): Error if images not supported.
8453 (thumbs-save-current-image): Improve prompt string.
8454 (thumbs-mode-map): Define u, R, x.
8455 (thumbs-unmark): New command.
8456 (thumbs-emboss-image): Minor cleanup.
8457 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8458 (thumbs-rename-images): New command.
8459 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
8460
8461 * thumbs.el (thumbs-current-image): New function.
8462 (thumbs-file-list, thumbs-file-alist): New functions.
8463 (thumbs-find-image): Delete arg L.
8464 Don't set up thumbs-fileL as buffer-local global var.
8465 (thumbs-find-image-at-point): Use thumbs-current-image.
8466 (thumbs-set-image-at-point-to-root-window): Likewise.
8467 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8468 Record and warn about errors. Update thumbs-markedL for deletions.
8469 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8470 (thumbs-redraw-buffer): Use thumbs-file-list.
8471 (thumbs-mark): Use thumbs-current-image.
8472 (thumbs-show-name): Use thumbs-current-image.
8473
8474 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8475 and imenu--last-menubar-index-alist.
8476
8477 * subr.el (with-selected-window): Undo previous change.
8478
8479 2004-05-29 John Paul Wallington <jpw@gnu.org>
8480
8481 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8482 (thumbs-mouse-find-image): New command.
8483 (thumbs-mode-map): Bind it to mouse-2.
8484 (thumbs-mode): Make mode-class special.
8485 (thumbs-view-image-mode): Likewise.
8486
8487 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8488
8489 * flymake.el: New file.
8490
8491 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
8492
8493 * files.el (find-file-noselect-1): Do not bind
8494 `inhibit-read-only' to t during execution of
8495 `find-file-not-found-functions'.
8496
8497 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8498
8499 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8500 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8501
8502 2004-05-28 Juri Linkov <juri@jurta.org>
8503
8504 * simple.el (eval-expression-print-format): New fun.
8505
8506 * simple.el (eval-expression):
8507 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8508 * emacs-lisp/edebug.el (edebug-compute-previous-result)
8509 (edebug-eval-expression): Print additionally the value returned by
8510 `eval-expression-print-format'.
8511
8512 * emacs-lisp/lisp.el (insert-pair-alist): New var.
8513 (insert-pair): Make arguments optional. Find character pair
8514 from `insert-pair-alist' according to the last input event.
8515 (insert-parentheses): Make arguments optional.
8516 (raise-sexp, delete-pair): New funs.
8517
8518 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8519 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8520 Bind C-M-q to `indent-pp-sexp'.
8521
8522 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8523 `pp-to-string' modified to be able to format text with newlines.
8524 (pp-to-string): Move the buffer-formatting part of the code to
8525 `pp-buffer'. Call `pp-buffer'.
8526
8527 * info.el (Info-desktop-buffer-misc-data): Don't save information
8528 about virtual files.
8529 (Info-restore-desktop-buffer): Restore Info buffers in prepared
8530 buffers with names obtained from the desktop file instead of the
8531 default *info* buffer.
8532
8533 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * subr.el (with-selected-window): Only save/restore the selected window.
8536
8537 * progmodes/compile.el (compilation-error-regexp-alist):
8538 Use expand-file-name and data-directory.
8539
8540 * progmodes/grep.el (grep-tree): Rework previous fix.
8541
8542 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8543 after the user marked text with the mouse.
8544
8545 * startup.el (command-line): Keep the first regexp of
8546 auto-save-file-name-transforms intact.
8547
8548 2004-05-28 Juanma Barranquero <lektu@terra.es>
8549
8550 * cus-edit.el (customize-face, customize-face-other-window)
8551 (custom-face-edit-delete): Make arguments match their use in
8552 docstring.
8553 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8554 docstring.
8555
8556 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8557 not `cvs-butlast'.
8558
8559 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8560 `nbutlast' are in subr.el).
8561
8562 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8563 (set-w32-system-coding-system): Doc fixes.
8564
8565 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8566 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8567 Make arguments match their use in docstring.
8568 (artist-draw-region-trim-line-endings)
8569 (artist-mouse-choose-operation): Fix typo in docstring.
8570 (artist-key-set-point-common): Doc fix.
8571
8572 2004-05-28 Simon Josefsson <jas@extundo.com>
8573
8574 * mail/smtpmail.el (smtpmail-open-stream):
8575 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8576
8577 2004-05-26 Simon Josefsson <jas@extundo.com>
8578
8579 * starttls.el: Merge with my GNUTLS based starttls.el.
8580 (starttls-gnutls-program, starttls-use-gnutls)
8581 (starttls-extra-arguments, starttls-process-connection-type)
8582 (starttls-connect, starttls-failure, starttls-success): New variables.
8583 (starttls-program, starttls-extra-args): Doc fix.
8584 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8585 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8586 and pass on to corresponding *-gnutls function if it is set.
8587
8588 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8589
8590 * autorevert.el (auto-revert-handler): Disable auto-reverting of
8591 remote files.
8592
8593 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
8594
8595 * files.el (file-name-non-special): There are more operations
8596 which need handling: `find-backup-file-name',
8597 `insert-file-contents', `verify-visited-file-modtime',
8598 `write-region'. Rename t value of method to `add'. Add new
8599 methods `quote' and `unquote-then-quote' to file-arg-indices.
8600
8601 2004-05-25 Juri Linkov <juri@jurta.org>
8602
8603 * info.el (Info-toc): Call Info-mode on intermediate buffer.
8604 (Info-index-nodes): Enclose code in condition-case to catch errors.
8605 (Info-index-node): Don't search all index nodes if request is only
8606 for the current node and file is not in the cache of index nodes.
8607 (Info-mode-map): Bind Info-copy-current-node-name to `w'
8608 for consistency with dired-copy-filename-as-kill.
8609 Bind `S' to Info-search-case-sensitively.
8610 (Info-copy-current-node-name): New arg. With zero prefix arg put
8611 the name inside a function call to `info'. Display copied text in
8612 the echo area.
8613
8614 2004-05-25 Sam Steingold <sds@gnu.org>
8615
8616 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8617 strip the package prefix from the symbol name, if any.
8618 Make it the `find-tag-default-function' for `lisp-mode'.
8619
8620 2004-05-25 John Paul Wallington <jpw@gnu.org>
8621
8622 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8623 instead of obsolete `process-kill-without-query'.
8624
8625 * textmodes/texinfmt.el (texinfo-indexvar-alist):
8626 Declare as variable, not constant.
8627
8628 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
8629
8630 * files.el (find-file-noselect-1): Fix bug introduced by
8631 Revision 1.694. As a side effect, `inhibit-read-only'
8632 is again, by default, t during execution of
8633 `find-file-not-found-functions'.
8634 (insert-directory): Check that lines were really inserted by
8635 the --dired switch, before erasing them.
8636
8637 2004-05-24 Nick Roberts <nickrob@gnu.org>
8638
8639 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8640 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8641 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8642 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8643 gud-minor-mode (gdbmi).
8644
8645 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8646
8647 * net/browse-url.el (browse-url-interactive-arg): Enable user to
8648 explicitly select the text to be taken as URL.
8649
8650 2004-05-23 Juri Linkov <juri@jurta.org>
8651
8652 * info.el (Info-index-nodes): New var and fun.
8653 (Info-goto-index, Info-index, info-apropos)
8654 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8655 (Info-index): Fix docstring. Store and restore Info-history-list.
8656 (Info-complete-nodes): New var.
8657 (Info-complete-menu-item): Use it.
8658 (Info-index-node): New fun.
8659 (Info-final-node, Info-forward-node, Info-backward-node)
8660 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8661 Use Info-index-node.
8662 (Info-extract-menu-item, Info-extract-menu-counting): Set second
8663 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8664 (Info-find-node-2): If a node with period in its name not found,
8665 try to find a node without the name part after period.
8666 (Info-select-node): Call Info-fontify-node only if
8667 Info-fontify-maximum-menu-size is not nil.
8668 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8669 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8670 Preserve Info-history-list.
8671 (Info-toc): Set Info-current-file.
8672 (Info-build-toc): Move point to the beginning of the buffer.
8673 Add main-file variable.
8674 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8675 Use backslashed representation of the control character ^_.
8676
8677 * textmodes/texinfmt.el (texinfo-print-index): Print index line
8678 numbers in the new Texinfo 4.7 format.
8679
8680 * add-log.el (change-log-font-lock-keywords): Remove `:' from
8681 regexps for function and variable names.
8682
8683 * descr-text.el (describe-property-list): Add [show] button for
8684 `syntax-table' property with action to pp to a separate buffer.
8685 (describe-char): Replace search-forward by re-search-forward with
8686 whitespace regexp after "character:" to not fail in too narrow windows.
8687
8688 * simple.el (next-error-find-buffer): Add a rule to return
8689 next-error capable buffer if one window on the selected frame
8690 displays such buffer.
8691
8692 2004-05-23 Nick Roberts <nickrob@gnu.org>
8693
8694 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8695 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8696 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8697 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8698 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8699 Handle new value for gud-minor-mode (gdbmi).
8700 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8701 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8702 Change from local to global gdb variable set.
8703 (gdb-ann3): Initialise above gdb variable set.
8704 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8705 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8706 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8707 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8708 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8709 (gdb-info-locals-handler, gdb-invalidate-assembler)
8710 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8711 set as global variables.
8712 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8713 Handle gdbmi.
8714 (gdb-info-breakpoints-custom): Fix regexp.
8715 (def-gdb-var): Delete.
8716
8717 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8718 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8719 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8720 a new mode. The file (gdb-mi.el) for this mode will be included
8721 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8722 primary interface.
8723
8724 2004-05-23 Jesper Harder <harder@ifa.au.dk>
8725
8726 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8727 interpreted as a directory.
8728
8729 2004-05-22 Richard M. Stallman <rms@gnu.org>
8730
8731 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8732 as a close quote.
8733
8734 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8735
8736 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8737 Use assoc-string, not assoc-ignore-case.
8738
8739 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8740
8741 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8742 If moving back then fwd gets a defun that ends before point,
8743 try again moving fwd then back.
8744
8745 * files.el (file-name-non-special): Allow t in file-arg-indices
8746 to mean requote the return value. Use `identity' as an element
8747 rather than as the whole value.
8748
8749 * gs.el (gs-options): Add -dSAFER. Mark it risky.
8750
8751 2004-05-22 Juanma Barranquero <lektu@terra.es>
8752
8753 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8754 `help-make-usage'.
8755 (help-highlight-arguments): Skip function name before searching
8756 for arguments.
8757
8758 2004-05-21 Juanma Barranquero <lektu@terra.es>
8759
8760 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8761 Don't mention in the docstring these arguments meant for
8762 internal (recursive) use only.
8763 (allout-char-spec): Comment out (it's not implemented).
8764 (allout-old-expose-topic, allout-exposure): Fix docstring and add
8765 obsolescence declaration.
8766 (allout-flatten-exposed-to-buffer)
8767 (allout-indented-exposed-to-buffer): Fix typos in docstring.
8768 (my-mark-marker): Doc fix.
8769 (produce-allout-mode-map, allout-sibling-index)
8770 (allout-isearch-expose, allout-distinctive-bullet)
8771 (allout-open-topic, allout-reindent-body)
8772 (allout-rebullet-heading, allout-process-exposed)
8773 (allout-insert-listified, allout-latex-verb-quote)
8774 (allout-insert-latex-header, allout-insert-latex-trailer):
8775 Make arguments match their use in docstring.
8776 (allout-primary-bullet, allout-old-style-prefixes)
8777 (allout-inhibit-protection, allout-init, allout-mode)
8778 (allout-before-change-protect, allout-flag-region):
8779 Use "Emacs" instead of "emacs" in docstrings.
8780
8781 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8782
8783 * international/characters.el: Modify syntax of more characters.
8784
8785 2004-05-21 Masatake YAMATO <jet@gyve.org>
8786
8787 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8788 (etags-tags-completion-table): Show parsing progress.
8789
8790 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
8791
8792 * locate.el (locate-prompt-for-command): Shorten first line of
8793 docstring.
8794 (locate-mode): Expand docstring and include keymap summary.
8795
8796 * files.el (find-file-noselect-1): Limit the scope of the
8797 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
8798 is, by default, nil during the execution of
8799 `find-file-not-found-functions' and `find-file-hook'.
8800
8801 2004-05-20 Michael Mauger <mmaug@yahoo.com>
8802
8803 * facemenu.el (facemenu-color-name-equal): New function.
8804 (list-colors-display): Use it to compare colors instead of
8805 facemenu-color-equal.
8806
8807 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
8808
8809 * compare-w.el (compare-windows-face): Use min-colors instead of
8810 checking for tty or pc types.
8811
8812 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8813
8814 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8815 (completion-setup-function): Use with-current-buffer.
8816 Properly save excursion. Simplify.
8817 Don't assume there is necessarily a `mouse-face' property somewhere.
8818
8819 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8820
8821 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
8822
8823 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8824 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8825 Use with-current-buffer.
8826 (byte-goto-log-buffer): Delete.
8827 (byte-compile-log-file): Call compilation-forget-errors.
8828
8829 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8830
8831 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8832 output messages into the search result.
8833
8834 2004-05-19 Masatake YAMATO <jet@gyve.org>
8835
8836 * wid-edit.el (widget-radio-button-notify): Revert my last
8837 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8838
8839 2004-05-19 Kenichi Handa <handa@m17n.org>
8840
8841 * international/characters.el: Fix syntax (open/close) of CJK chars.
8842
8843 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
8844
8845 * help-mode.el (help-go-back): Don't depend on position of back button.
8846
8847 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8848
8849 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8850 files files don't contain an accidental additional /.
8851
8852 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8853 in source buffer.
8854
8855 2004-05-18 Masatake YAMATO <jet@gyve.org>
8856
8857 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8858 to widget-apply. :action method assumes 2 arguments, not 3.
8859
8860 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
8861
8862 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8863 New constants.
8864 (hs-special-modes-alist): Add an f90-mode entry.
8865
8866 2004-05-17 Sam Steingold <sds@gnu.org>
8867
8868 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8869 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
8870
8871 2004-05-16 Kim F. Storm <storm@cua.dk>
8872
8873 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8874
8875 2004-05-15 John Wiegley <johnw@newartisans.com>
8876
8877 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8878 (eshell-output-object-to-target): Improve output speed 20% by not
8879 calling `eshell-stringify' if something is already known to be a string.
8880
8881 2004-05-15 Alex Ott <ott@jet.msk.su>
8882
8883 * textmodes/ispell.el (ispell-local-dictionary-alist):
8884 Add windows-1251 to the choice of coding systems.
8885 (ispell-dictionary-alist-6): Add support for "russianw.aff",
8886 encoded in cp1251.
8887
8888 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
8889
8890 * progmodes/compile.el (compilation-warning-face)
8891 (compilation-info-face): Use min-colors.
8892
8893 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8894
8895 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8896 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8897 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8898 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8899 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8900 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8901 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8902 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8903 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8904 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8905 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8906 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8907 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8908 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8909
8910 2004-05-15 Kim F. Storm <storm@cua.dk>
8911
8912 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8913 Use it to set triggered-p element of timer.
8914 (timer-event-handler): Set triggered-p element non-nil while running
8915 the timer function.
8916
8917 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8918
8919 * descr-text.el (describe-char-unicode-data)
8920 (describe-char-unicodedata-file): Re-enable the unicode code now that
8921 the licensing issues have been cleared in the unicode-4 license.
8922 (describe-text-properties-1): Remove unused `overlay' var.
8923 (describe-char): Remove unused var `buffer'.
8924
8925 2004-05-14 David Ponce <david@dponce.com>
8926
8927 * tree-widget.el: New file.
8928
8929 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
8930
8931 * language/european.el ("Brazilian Portuguese"): Add support for
8932 Brazilian Portuguese.
8933
8934 2004-05-13 John Wiegley <johnw@newartisans.com>
8935
8936 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8937 `recentf-mode' if this variable has been customized to t.
8938
8939 * eshell/esh-test.el (eshell-test): Call the function
8940 `emacs-version' rather than trying to build a custom version string.
8941
8942 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * net/telnet.el (telnet-mode): Use define-derived-mode.
8945 Don't modify the global value of comint-prompt-regexp.
8946
8947 2004-05-13 John Paul Wallington <jpw@gnu.org>
8948
8949 * version.el (emacs-version): Check for `gtk' feature before
8950 `x-toolkit' feature.
8951
8952 2004-05-13 Juanma Barranquero <lektu@terra.es>
8953
8954 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8955 arguments in the docstring, they're used only in recursive calls.
8956
8957 * help-fns.el (help-arg-highlighting-function)
8958 (help-argument-name): Delete.
8959 (help-default-arg-highlight): New function.
8960 (help-do-arg-highlighting): Use it.
8961
8962 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8963
8964 * calendar/appt.el (appt-disp-window):
8965 Use `calendar-set-mode-line' for a centered mode-line.
8966
8967 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8968
8969 * calendar/appt.el (appt-disp-window): Do not split window
8970 excessively when `split-height-threshold' is low.
8971
8972 2004-05-12 Nick Roberts <nickrob@gnu.org>
8973
8974 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8975 kill-buffer-hook here and make it local.
8976 (gud-kill-buffer-hook): Use kill-process for a sure kill.
8977
8978 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
8979
8980 * progmodes/compile.el (compilation-set-window-height):
8981 Use save-excursion to protect against misplaced marker.
8982
8983 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8984
8985 * custom.el (defface): Document that type can have value gtk.
8986
8987 * faces.el (face-spec-set-match-display): Handle type gtk in display.
8988
8989 2004-05-12 Kenichi Handa <handa@m17n.org>
8990
8991 * descr-text.el: Require quail at comile time.
8992 (describe-char): If an input method is on and it supports the
8993 character, show how to input it.
8994
8995 * international/quail.el (quail-install-decode-map): Accept a
8996 char-table whose subtype is `quail-decode-map'.
8997 (quail-store-decode-map-key, quail-gen-decode-map1)
8998 (quail-gen-decode-map, quail-find-key1, quail-find-key)
8999 (quail-show-key): New functions.
9000
9001 2004-05-12 Juanma Barranquero <lektu@terra.es>
9002
9003 * generic.el (define-generic-mode): Remove redundant arglist info.
9004
9005 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9006 Make arguments match their use in docstring.
9007 (help-arg-highlighting-function): New variable.
9008 (help-argument-name): Mention it in the docstring.
9009 (help-do-arg-highlight): Use it. Expand regexp to accept also
9010 ARG-xxx and xxx-ARG references.
9011
9012 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
9013
9014 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9015 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9016 and "mailto:addr1?to=addr2" equal.
9017
9018 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9019
9020 * man.el (Man-getpage-in-background): Use shell-file-name
9021 and shell-command-switch variables instead of hard-coded values.
9022
9023 2004-05-11 Eli Zaretskii <eliz@gnu.org>
9024
9025 * iimage.el: New file.
9026
9027 2004-05-11 Juanma Barranquero <lektu@terra.es>
9028
9029 * custom.el (custom-initialize-default, defcustom):
9030 Fix typo in docstring.
9031
9032 * files.el (set-visited-file-name, file-expand-wildcards):
9033 Fix docstring.
9034
9035 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9036
9037 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9038
9039 * subr.el (eventp): Be more discriminating with integers.
9040
9041 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
9042
9043 * progmodes/compile.el (compile): Add universal prefix arg.
9044 (compilation-error-regexp-alist-alist): Add edg patterns.
9045
9046 2004-05-10 Sam Steingold <sds@gnu.org>
9047
9048 * textmodes/ispell.el (ispell-message):
9049 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9050
9051 2004-05-10 Dave Love <fx@gnu.org>
9052
9053 * progmodes/python.el (help-buffer): Autoload when compiling.
9054 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9055 (run-python): Prepend to any existing PYTHONPATH.
9056
9057 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
9058
9059 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9060 for pending breakpoints.
9061
9062 2004-05-10 Richard M. Stallman <rms@gnu.org>
9063
9064 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
9065 directly without calling any functions in Rmail.
9066 (unrmail-unprune): Function deleted.
9067
9068 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9069
9070 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9071 C-c C-z binding.
9072
9073 2004-05-10 Kenichi Handa <handa@m17n.org>
9074
9075 * descr-text.el (describe-char): Fix previous change. Don't make
9076 a unibyte character to multibyte in the *Help* buffer.
9077
9078 2004-05-10 Miles Bader <miles@gnu.org>
9079
9080 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9081 buffer an error if the debugger process is actually running.
9082
9083 2004-05-10 Juanma Barranquero <lektu@terra.es>
9084
9085 * help-fns.el (help-argument-name): Default to italic.
9086 (help-highlight-arguments): Return always (usage . doc), even when
9087 usage is nil.
9088
9089 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9090 (define-ibuffer-filter): Add usage info.
9091 (define-ibuffer-op): Add usage info (but CL-style defaults for
9092 keyword args are not shown).
9093
9094 * subr.el (remove-overlays, read-passwd): Fix docstring.
9095 (start-process-shell-command): Fix docstring. Put usage info in a
9096 format usable by `describe-function'.
9097 (open-network-stream, open-network-stream-nowait)
9098 (open-network-stream-server): Fix docstring.
9099
9100 2004-05-09 Jason Rumney <jasonr@gnu.org>
9101
9102 * international/code-pages (cp932, cp936, cp949, c950): Remove.
9103 Only define cp125* if windows-125* is already defined.
9104
9105 * language/korean.el (cp949): Add alias.
9106
9107 * language/chinese.el (cp936, cp950): Add aliases.
9108
9109 * language/japanese.el (cp932): Add alias.
9110
9111 * term/w32-win.el: Require code-pages.
9112
9113 * international/mule-cmds.el (set-locale-environment):
9114 On MS-Windows use ansi code-page for default coding-systems.
9115 Set up paper sizes for Windows 3 letter languages.
9116
9117 * international/code-pages.el (cp932, cp936, cp949, cp950):
9118 Add aliases. Also add cp125* if not already defined.
9119
9120 2004-05-09 Juanma Barranquero <lektu@terra.es>
9121
9122 * help-fns.el (help-highlight-arguments): Don't try to highlight
9123 missing or autoloaded arglists. Accept structured arguments, like
9124 the first ones of `do' and `flet'.
9125
9126 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9127 (cvs-get-marked): Remove redundant arglist info.
9128
9129 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9130 Don't use CL-style default args.
9131
9132 2004-05-08 Andreas Schwab <schwab@suse.de>
9133
9134 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9135
9136 * international/subst-ksc.el: Fix references to utf-translate-cjk
9137 into utf-translate-cjk-mode.
9138 * international/subst-big5.el: Likewise.
9139 * international/subst-gb2312.el: Likewise.
9140 * international/subst-jis.el: Likewise.
9141 * international/utf-16.el: Likewise.
9142 * international/utf-8.el: Likewise.
9143
9144 2004-05-08 John Wiegley <johnw@newartisans.com>
9145
9146 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9147 "virtual buffers" (off by default), which makes it possible to
9148 switch to the "virtual" buffers of recently visited files. When a
9149 buffer name search fails, and this option is on, iswitchb will
9150 look at the list of recently visited files, and permit matching
9151 against those names. When the user hits RET on a match, it will
9152 revisit that file.
9153 (iswitchb-read-buffer): Add two optional arguments, which makes
9154 isearchb.el possible.
9155 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9156 (iswitchb-next-match): Add support for virtual buffers.
9157
9158 * isearchb.el: This module extends iswitchb to provide "as you
9159 type" buffer selection.
9160
9161 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9162 Ignore the read-only property when flyspell highlighting is on.
9163 Not ignoring it leads to a series of confusing errors.
9164 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9165 but also make sure to call flyspell-incorrect-hook.
9166 (flyspell-maybe-correct-transposition): Perform transposition test
9167 by bit twiddling a string, rather than using a temp buffer.
9168 (flyspell-maybe-correct-doubling): Use a string rather than a temp
9169 buffer. This is also the original version of the code, which
9170 could not be checked in before due to a previous lack of
9171 assignment papers. This version has seen heavy usage on my system
9172 for several years now.
9173
9174 * calendar/cal-bahai.el: New file, which adds support for the
9175 Baha'i calendar to Emacs. This calendar is based on a solar year
9176 of 19 months of 19 days, with 4 intercalary days. Each year
9177 begins on March 21, with the calendar starting in 1844.
9178
9179 * calendar/cal-menu.el, calendar/calendar.el,
9180 calendar/diary-lib.el, calendar/holidays.el: Added support for
9181 using cal-bahai.el.
9182
9183 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9184 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9185 function can be used outside of eshell buffers.
9186 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9187
9188 2004-05-08 Juanma Barranquero <lektu@terra.es>
9189
9190 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9191 word constituent so FOO-ARG is not recognized as an arg.
9192 (help-highlight-arguments): Don't skip lists in mandatory arguments.
9193
9194 * simple.el (next-error): Fix typo in docstring.
9195 (open-line): Make argument names match their use in docstring.
9196 (split-line): Fix docstring.
9197
9198 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9199 usable by `describe-function'.
9200 (gensym, gentemp, typep, ignore-errors): Make argument names match
9201 their use in docstring.
9202
9203 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9204 argument to `help-setup-xref'.
9205
9206 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
9207
9208 Version 2.0.40 of Tramp released.
9209
9210 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9211 Use symbol-function to invoke functions only known on some Emacs
9212 flavors. This avoids byte-compiler warnings. Reported by Kevin
9213 Scaldeferri <kevin@scaldeferri.com>.
9214 (tramp-do-copy-or-rename-file-via-buffer): Rename from
9215 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9216 consistent with the other tramp-do-* functions.
9217 (tramp-do-copy-or-rename-file): Calls adjusted.
9218 (tramp-process-initial-commands): Avoid liveness check on shell --
9219 we know that it must be alive since we're opening a connection at
9220 this moment.
9221 (tramp-last-cmd): New internal variable.
9222 (tramp-process-echoes): New tunable.
9223 (tramp-send-command): Set tramp-last-cmd.
9224 (tramp-wait-for-output): Delete echo, if applicable.
9225 (tramp-read-passwd): Construct the key for the password cache in a
9226 way that works for multi methods, too.
9227 (tramp-bug): Add backup-directory-alist and
9228 bkup-backup-directory-info to bug reports, with Tramp counterparts.
9229
9230 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
9231
9232 * net/tramp*.el: Suppress byte-compiler warnings where possible.
9233
9234 * net/tramp.el (tramp-out-of-band-prompt-regexp)
9235 (tramp-actions-copy-out-of-band): New defcustoms.
9236 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9237 used instead of a synchronous one. Allows password entering.
9238 (tramp-action-out-of-band): New defun.
9239 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9240 Remove restriction with password from doc string.
9241 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9242 `tramp-out-of-band-prompt-regexp',
9243 `tramp-actions-copy-out-of-band', `password-cache' and
9244 `password-cache-expiry'.
9245 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
9246 password caching.
9247 (tramp-touch): FILE can be a local file, too.
9248 (TODO): Remove items done.
9249 (tramp-handle-insert-directory): Properly quote file name also if
9250 not full-directory-p. Handle wildcard case. Reported by Andreas
9251 Schwab <schwab@suse.de>.
9252 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9253 new file.
9254 (tramp-handle-file-local-copy, tramp-handle-write-region):
9255 The permissions of the temporary file are set if filename exists.
9256 Reported by Ted Stern <stern@cray.com>.
9257 (tramp-backup-directory-alist)
9258 (tramp-bkup-backup-directory-info): New defcustoms.
9259 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9260 (tramp-handle-find-backup-file-name): New function.
9261 Implements Tramp's find-backup-file-name.
9262
9263 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9264 for `find-backup-file-name'.
9265
9266 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9267 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
9268
9269 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9270
9271 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9272
9273 2004-05-07 Juanma Barranquero <lektu@terra.es>
9274
9275 * subr.el (lambda): Add arglist description to docstring.
9276 (declare): Fix typo in docstring.
9277 (open-network-stream): Fix docstring.
9278 (process-kill-without-query): Fix docstring and add obsolescence info.
9279 (last, butlast, nbutlast): Make arguments match their use in docstring.
9280 (insert-buffer-substring-no-properties): Likewise.
9281 (insert-buffer-substring-as-yank): Likewise.
9282 (split-string): Fix docstring.
9283
9284 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9285 Make argument names match their use in docstring.
9286
9287 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9288
9289 2004-05-06 Nick Roberts <nickrob@gnu.org>
9290
9291 * progmodes/gdb-ui.el: Improve/extend documentation strings.
9292 Fit first sentence on one line for apropos-command.
9293
9294 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9295
9296 Changes largely merged in from Dave Love's code.
9297 * progmodes/python.el: Doc fixes.
9298 (python-mode-map): Add python-complete-symbol.
9299 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9300 (python-comment-indent, python-complete-symbol)
9301 (python-symbol-completions, python-partial-symbol)
9302 (python-try-complete): New.
9303 (python-indent-line): Remove optional arg. Use python-block-end-p.
9304 (python-check): Bind compilation-error-regexp-alist.
9305 (inferior-python-mode): Use rx. Move keybindings to top level.
9306 Set comint-input-filter.
9307 (python-preoutput-filter): Use rx.
9308 (python-input-filter): Re-introduce.
9309 (python-proc): Start new process if necessary.
9310 Check python-buffer non-nil.
9311 (view-return-to-alist): Defvar.
9312 (python-send-receive): New.
9313 (python-eldoc-function): Use it.
9314 (python-mode-running): Don't defvar.
9315 (python-mode): Set comment-indent-function.
9316 Maybe update hippie-expand-try-functions-list.
9317 (python-indentation-levels): Initialize differently.
9318 (python-block-end-p): New.
9319 (python-indent-line): Use it.
9320 (python-compilation-regexp-alist): Augment.
9321 (run-python): Import `emacs' module to Python rather than loading
9322 code directly. Set python-buffer differently.
9323 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
9324 Use python-proc.
9325 (python-send-command): Go to end of comint buffer.
9326 (python-load-file): Use python-proc, emacs.eimport.
9327 (python-describe-symbol): Simplify interactive form.
9328 Use emacs.help. Do use temp-buffer-show-hook.
9329 Call print-help-return-message.
9330 (hippie-exp): Require when compiling.
9331 (python-preoutput-continuation): Use rx.
9332
9333 * diff-mode.el (diff-make-unified): Fix regexp.
9334
9335 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
9336
9337 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9338 filter groups from the buffer when rebuilding the Ibuffer buffer
9339 and `ibuffer-show-empty-filter-groups' is nil.
9340
9341 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9342
9343 * ps-print.el (ps-print-quote): Call ps-value-string.
9344 (ps-setup): Call ps-comment-string.
9345 (ps-value-string, ps-comment-string): New funs.
9346
9347 2004-05-06 Juanma Barranquero <lektu@terra.es>
9348
9349 * ehelp.el (electric-help-command-loop): Check whether the last
9350 character is visible, not (point-max).
9351
9352 * help-fns.el (help-argument-name): Default to bold; don't inherit
9353 from font-lock-variable-name-face.
9354 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9355
9356 2004-05-05 Kenichi Handa <handa@m17n.org>
9357
9358 * descr-text.el (describe-char): Copy the character with text
9359 properties and overlays into the first line, and call
9360 describe-text-properties on it.
9361
9362 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
9363
9364 * iswitchb.el (iswitchb-global-map): Fix typo.
9365 Remove unwanted ###autoloads from source file.
9366
9367 2004-05-05 Lars Hansen <larsh@math.ku.dk>
9368
9369 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9370 in run-hooks. Use substitute-command-keys in message.
9371 (wdired-abort-changes): Add message.
9372
9373 2004-05-03 Michael Mauger <mmaug@yahoo.com>
9374
9375 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9376 (sql-emacs20-p): Remove.
9377 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9378 (sql-builtin-face, sql-doc-face): Remove.
9379 (sql-mode-ansi-font-lock-keywords)
9380 (sql-mode-oracle-font-lock-keywords)
9381 (sql-mode-postgres-font-lock-keywords)
9382 (sql-mode-linter-font-lock-keywords)
9383 (sql-mode-ms-font-lock-keywords)
9384 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9385 (sql-product-font-lock): Fix font-lock reset when font rules change.
9386 (sql-highlight-product): Remove incorrect font-lock reset logic.
9387
9388 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
9389
9390 * ses.el (ses-set-parameter): Fix typo.
9391
9392 2004-05-04 Kim F. Storm <storm@cua.dk>
9393
9394 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9395 Must expand directory for completion to work; and don't mess with
9396 process-environment.
9397 (ido-read-file-name): If command has ido property, don't use ido
9398 if value is ignore, or read as directory if value is dir.
9399 Set ido ignore property for dired-do-rename command.
9400
9401 2004-05-04 Juanma Barranquero <lektu@terra.es>
9402
9403 * ehelp.el (electric-help-command-loop, electric-help-undefined)
9404 (electric-help-help): Check against unmapped commands.
9405
9406 * help-fns.el (help-argument-name): New face, inheriting from
9407 font-lock-variable-name-face, to highlight function arguments in
9408 `describe-function' and `describe-key'.
9409 (help-do-arg-highlight): Auxiliary function to highlight a given
9410 list of arguments in a string.
9411 (help-highlight-arguments): Highlight the function arguments and
9412 all uses of them in the docstring.
9413 (describe-function-1): Use it. Do docstring output via `insert',
9414 not 'princ', so text attributes are preserved.
9415
9416 * winner.el (winner-mode-map): Move `winner-undo' and
9417 `winner-redo' to C-c <left> and C-c <right>, respectively (the
9418 previous bindings conflict with `prev-buffer', `next-buffer').
9419
9420 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9421
9422 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9423 (bibtex-entry-update): New command bound to C-c C-u.
9424 (bibtex-text-in-string): Fix regexp.
9425 (bibtex-assoc-of-regexp): Remove.
9426 (bibtex-progress-message): Fix docstring.
9427 (bibtex-inside-field): Use if.
9428 (bibtex-assoc-regexp): New function.
9429 (bibtex-format-entry): Make code more robust so that it formats
9430 also old entries.
9431 (bibtex-autokey-demangle-title): Merge with obsolete function
9432 bibtex-assoc-of-regexp.
9433 (bibtex-field-list): New function.
9434 (bibtex-entry): Use bibtex-field-list.
9435 (bibtex-parse-entry): Fix docstring.
9436 (bibtex-print-help-message): Use bibtex-field-list.
9437 (bibtex-make-field): Use bibtex-field-list.
9438 (bibtex-entry-index): Bugfix. Return crossref key if required.
9439 (bibtex-lessp): Fix docstring.
9440
9441 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
9442
9443 * select.el (xselect-convert-to-string): Move comment to intended line.
9444
9445 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9446
9447 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9448 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9449
9450 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9451
9452 * term/x-win.el (x-clipboard-yank): Don't exit on error from
9453 x-get-selection.
9454
9455 2004-05-03 Jason Rumney <jasonr@gnu.org>
9456
9457 * makefile.nt: Remove.
9458
9459 2004-05-03 Kim F. Storm <storm@cua.dk>
9460
9461 * emulation/cua-base.el (cua--update-indications): Fix last change.
9462 (cua-mode): Deactivate mark when cua-mode is enabled.
9463
9464 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
9465
9466 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9467
9468 2004-05-03 Nick Roberts <nickrob@gnu.org>
9469
9470 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9471 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9472 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9473 window over visible frames.
9474 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9475
9476 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9477
9478 * progmodes/compile.el (compilation-gcpro): New var.
9479 (compilation-fake-loc): Use it.
9480 (compilation-forget-errors): Reset it.
9481
9482 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9483
9484 * diff-mode.el (diff-header-face, diff-file-header-face):
9485 Use min-colors.
9486
9487 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9488
9489 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9490 (bibtex-clean-entry): Disentangle code.
9491 (bibtex-realign): New function.
9492 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
9493 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9494 Remove undocumented optional arg called-by-convert-alien.
9495 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
9496 for sorting instead of bibtex-sort-buffer.
9497
9498 2004-05-02 Eli Zaretskii <eliz@gnu.org>
9499
9500 * progmodes/compile.el (compilation-start): In the
9501 no-async-subprocesses branch, call sit-for to give redisplay a
9502 chance to show the updated process status in the mode line, and
9503 fontify the buffer explicitly after the process exits.
9504
9505 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9506
9507 * progmodes/python.el (python-compilation-line-number): Remove.
9508 (python-compilation-regexp-alist): Don't use it any more.
9509 (python-orig-start, python-input-filter): Remove.
9510 (inferior-python-mode): Don't set up comint-input-filter-functions.
9511 (python-send-region): Use compilation-fake-loc.
9512
9513 * progmodes/compile.el (compilation-messages-start): New var.
9514 (compilation-mode): Don't setup next-error-function here.
9515 (compilation-setup): Set it up here instead (for minor modes as well).
9516 Make compilation-messages-start buffer local.
9517 (compilation-next-error-function): Use it.
9518 (compilation-forget-errors): Set compilation-messages-start.
9519
9520 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
9521
9522 * ielm.el (ielm-prompt-read-only): Update docstring.
9523
9524 * comint.el (comint-prompt-read-only): Update docstring.
9525 (comint-update-fence, comint-kill-whole-line)
9526 (comint-kill-region): New functions.
9527
9528 * simple.el (kill-whole-line): Use "p" instead of "P" in
9529 interactive form.
9530
9531 2004-05-01 Juanma Barranquero <lektu@terra.es>
9532
9533 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9534 format arglist so default values in CL-style argument lists are
9535 correctly shown.
9536
9537 2004-05-01 Jason Rumney <jasonr@gnu.org>
9538
9539 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9540
9541 2004-05-01 Kenichi Handa <handa@m17n.org>
9542
9543 * international/titdic-cnv.el (miscdic-convert): Don't generate a
9544 quail file if it is up to date.
9545
9546 2004-04-30 Juri Linkov <juri@jurta.org>
9547
9548 * cus-edit.el (custom-mode-map):
9549 Add key binding `C-x C-s' to `Custom-save'.
9550
9551 * outline.el (outline-blank-line): New var.
9552 (outline-next-preface, outline-show-heading)
9553 (outline-end-of-subtree): Use it.
9554
9555 * dired-aux.el (dired-touch-initial): New fun.
9556 (dired-do-chxxx): Call it for op-symbol `touch'.
9557 (dired-diff): Use `dired-dwim-target-directory'
9558 if current dired buffer has no buffer mark.
9559
9560 * bindings.el (propertized-buffer-identification):
9561 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9562 Add C-M-arrow keys for consistency.
9563
9564 * files.el (confirm-kill-emacs):
9565 Change group from top-level `emacs' to `convenience'.
9566
9567 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9568 Push mark on the first call of successive command calls.
9569 (insert-pair): New fun created from `insert-parentheses' with
9570 `open' and `close' arguments added. Enclose active regions
9571 in paired characters. Compare adjacent characters syntax with
9572 inserted characters syntax before inserting a space.
9573 (insert-parentheses): Call `insert-pair' with ?\( ?\).
9574
9575 * delsel.el: Don't put `delete-selection' property
9576 on `insert-parentheses' symbol to take advantage of
9577 region handling in `insert-pair' function.
9578 Suggested by Stephan Stahl <stahl@eos.franken.de>.
9579
9580 2004-04-30 Kim F. Storm <storm@cua.dk>
9581
9582 * emulation/cua-base.el: Add support for changing cursor types;
9583 based on patch from Michael Mauger.
9584 (cua-normal-cursor-color, cua-read-only-cursor-color)
9585 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9586 Customization cursor type and/or cursor color.
9587 (cua--update-indications): Handle cursor type changes.
9588 (cua-mode): Update cursor indications if enabled.
9589
9590 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9591
9592 * mouse.el (mouse-drag-copy-region): New defcustom.
9593 (mouse-set-region, mouse-drag-region-1): Use it.
9594
9595 * simple.el (kill-ring-save): If region face background color is
9596 unspecified (if no highlighting), show extent of fully visible
9597 region even if transient-mark-mode is enabled.
9598
9599 * emulation/cua-base.el (cua--standard-movement-commands):
9600 Add cua-scroll-up and cua-scroll-down.
9601 (cua-scroll-up, cua-scroll-down): New commands.
9602 (cua--init-keymaps): Remap scroll-up and scroll-down.
9603
9604 * emulation/cua-rect.el (cua--convert-rectangle-as):
9605 New defmacro.
9606 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9607 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9608 New commands (suggested by Jordan Breeding).
9609
9610 2004-04-30 Juanma Barranquero <lektu@terra.es>
9611
9612 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9613
9614 2004-04-30 Mario Lang <mlang@delysid.org>
9615
9616 * diff.el (diff-switches): Fix typo in docstring.
9617
9618 2004-04-30 Alex Schroeder <alex@gnu.org>
9619
9620 * xml.el (xml-debug-print-internal): Don't add newline and
9621 indentation to text nodes and write empty elements as empty tags
9622 instead of opening and closing tags.
9623 (xml-debug-print): Take optional indent-string argument.
9624 (xml-print): Alias for xml-debug-print.
9625
9626 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9627
9628 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9629 than duplicate call to `line-beginning-position'.
9630
9631 * progmodes/f90.el (f90-get-present-comment-type):
9632 Return whitespace, as well as comment chars, for consistent filling
9633 of comment blocks. Use `match-string-no-properties'.
9634 (f90-break-line): Trim trailing whitespace when filling comments.
9635
9636 2004-04-30 Dave Love <fx@gnu.org>
9637
9638 * calendar/diary-lib.el (diary-outlook-formats): New variable.
9639 (diary-from-outlook-internal, diary-from-outlook)
9640 (diary-from-outlook-gnus, diary-from-outlook-rmail):
9641 New functions to import diary entries from Outlook-format
9642 appointments in mail messages.
9643
9644 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9645
9646 * progmodes/python.el (python-send-command): New fun.
9647 (python-send-region, python-load-file): Use it.
9648
9649 * progmodes/compile.el (compilation-last-buffer): Add var alias.
9650
9651 * help-fns.el (help-C-file-name): Use new subr-name.
9652 Prepend `src/' to the file name.
9653 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9654 (describe-function-1, describe-variable): Only find a C source file
9655 name if DOC is already loaded.
9656
9657 * help-mode.el (help-function-def, help-variable-def):
9658 Use the new find-function-search-for-symbol functionality.
9659 Allow FILE to be `C-source'.
9660
9661 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9662 (find-function-C-source): New fun.
9663 (find-function-search-for-symbol): Use it.
9664
9665 2004-03-29 Michael Mauger <mmaug@yahoo.com>
9666
9667 * progmodes/sql.el (sql-product-alist): Rename variable
9668 `sql-product-support'. Add Postgres login parameters.
9669 (sql-set-product, sql-product-feature): Update with renamed variable.
9670 (sql-connect-postgres): Add username prompt.
9671 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9672 Make patterns less product specific.
9673 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9674 (sql-mode-abbrev-table): Modify initialization.
9675 (sql-builtin-face): Add variable.
9676 (sql-keywords-re): Add macro.
9677 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9678 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9679 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9680 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9681 (sql-mode-linter-font-lock-keywords)
9682 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9683 (sql-mode-sybase-font-lock-keywords)
9684 (sql-mode-informix-font-lock-keywords)
9685 (sql-mode-interbase-font-lock-keywords)
9686 (sql-mode-ingres-font-lock-keywords)
9687 (sql-mode-solid-font-lock-keywords)
9688 (sql-mode-sqlite-font-lock-keywords)
9689 (sql-mode-db2-font-lock-keywords): Default to nil.
9690 (sql-product-font-lock): Always highlight ANSI keywords.
9691 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9692 (sql-send-string): Add function.
9693
9694 2004-04-29 Dave Love <fx@gnu.org>
9695
9696 * progmodes/cfengine.el (cfengine-beginning-of-defun)
9697 (cfengine-end-of-defun): Ensure progress through buffer.
9698
9699 * info-look.el (cfengine-mode): Accept a terminal ().
9700
9701 2004-04-29 Juri Linkov <juri@jurta.org>
9702
9703 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9704 instead of isearch-yank-word-or-char. Add new key bindings for
9705 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9706 (isearch-del-char): New fun.
9707 (isearch-forward, isearch-edit-string): Update docstring.
9708 (isearch-yank-char): Doc fix.
9709 (isearch-other-meta-char): Restore point after scrolling.
9710
9711 * progmodes/compile.el (compilation-context-lines): Add nil option
9712 to disable compilation output window scrolling.
9713 (compilation-set-window): Use it.
9714
9715 * outline.el (outline-next-preface, outline-show-heading):
9716 Don't leave unhidden blank line before heading.
9717 (outline-end-of-subtree): Include last newline into subtree.
9718 (hide-entry): Leave point at beginning of heading instead of end.
9719 (outline-up-heading): Push mark for the first call of successive
9720 command calls.
9721
9722 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
9723
9724 * comint.el (comint-prompt-read-only): New variable.
9725 (comint-output-filter): Implement it.
9726
9727 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9728 (ielm-prompt-internal): New variable.
9729 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9730 (ielm-send-input): Delete unused variable `buf'.
9731 (ielm-eval-input): Use `ielm-prompt-internal'.
9732 (inferior-emacs-lisp-mode): Use new variables
9733 `comint-prompt-read-only' and `ielm-prompt-internal'.
9734 Get rid of obsolete variable `directory-sep-char'.
9735 (ielm): Use `zerop'.
9736
9737 2004-04-29 John Paul Wallington <jpw@gnu.org>
9738
9739 * thumbs.el (toplevel): Require cl at compile time.
9740 Remove conditional definitions of `ignore-errors' and `caddar'
9741 because they occur at run time.
9742
9743 2004-04-28 Nick Roberts <nickrob@gnu.org>
9744
9745 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9746 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9747 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9748 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9749
9750 * progmodes/gud.el (gud-common-init): Throw an error if program is
9751 already running under gdb.
9752
9753 2004-04-28 John Paul Wallington <jpw@gnu.org>
9754
9755 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9756 (thumbs-show-image-num): Move assignment of
9757 `thumbs-current-image-filename' within scope of `i'.
9758 (thumbs-emboss-image): Don't use `evenp'.
9759
9760 2004-04-28 Richard M. Stallman <rms@gnu.org>
9761
9762 * progmodes/compile.el (compilation-context-lines): Default now 0.
9763
9764 2004-04-28 Juanma Barranquero <lektu@terra.es>
9765
9766 Use `time-less-p' from calendar/time-date.el instead of defining
9767 custom versions of it.
9768
9769 * pcomplete.el (pcomplete-time-less-p): Remove.
9770
9771 * thumbs.el (time-less-p): Remove.
9772
9773 * calendar/timeclock.el (timeclock-time-less-p): Remove.
9774 (timeclock-generate-report): Use `time-less-p'.
9775
9776 * emacs-lisp/autoload.el (autoload-before-p): Remove.
9777 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9778
9779 2004-04-28 Masatake YAMATO <jet@gyve.org>
9780
9781 * subr.el (remove-overlays): Make arguments optional.
9782
9783 * wid-edit.el (widget-specify-button): Put evaporate to the
9784 overlay for sample.
9785 (widget-specify-sample): Put evaporate to the overlay for sample.
9786 (widget-specify-doc): Put evaporate to the overlay for documentation.
9787
9788 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9789
9790 * info.el (info-apropos): Make it an index node. Align node names
9791 like makeinfo.
9792
9793 2004-04-27 Eli Zaretskii <eliz@gnu.org>
9794
9795 * net/browse-url.el (browse-url-netscape-sentinel)
9796 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9797 (browse-url-epiphany-sentinel, browse-url-mosaic):
9798 Use browse-url-*-program instead of a literal program name.
9799
9800 2004-04-27 Kevin Ryde <user42@zip.com.au>
9801
9802 * eshell/em-alias.el:
9803 * eshell/em-dirs.el:
9804 * eshell/em-hist.el:
9805 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9806 features when M-x customize-group loads modules before the main
9807 eshell.el.
9808
9809 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9810
9811 * subr.el (momentary-string-display): Support EXIT-CHAR that is
9812 either a character representation of an event or an event
9813 description list.
9814
9815 * type-break.el: Capitalise Emacs and Lisp.
9816 (type-break-good-break-interval, type-break-demo-boring-stats)
9817 (type-break-terse-messages, type-break-file-name): New defcustoms.
9818 (type-break-post-command-hook)
9819 (type-break-warning-countdown-string): Quote variable names in doc.
9820 (type-break-interval-start, type-break-auto-save-file-name): New vars.
9821 (type-break-mode): Document type-break-good-break-interval and the
9822 "session" file. Schedule break according to the session file.
9823 Kill session file buffer on exit. Organise for save-some-buffers
9824 to always save the session file.
9825 (type-break-mode-line-message-mode, type-break-query-mode):
9826 Uppercase arguments.
9827 (type-break-file-time, type-break-file-keystroke-count, timep)
9828 (type-break-choose-file, type-break-get-previous-time)
9829 (type-break-get-previous-count): New defuns.
9830 (type-break): Avoid break querying after a completed break in the
9831 case where the query was initiated during user invocation of the
9832 break. Optional terse messages.
9833 Use type-break-good-break-interval if type-break-good-rest-interval is
9834 nil. File the break time.
9835 (type-break-schedule): New optional args for overriding the use of
9836 the current time.
9837 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9838 after a break.
9839 (type-break-check): File the keystroke count.
9840 (type-break-do-query): Prevent a second query when the break is
9841 interrupted. Optional terse message.
9842 (type-break-keystroke-reset): Record the start of a typing interval.
9843 (type-break-demo-boring): Optional terse messages. Display word
9844 per minute and keystroke counts according to
9845 type-break-demo-boring-stats.
9846
9847 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
9848
9849 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9850 directories, make sure they exist under archive-tmpdir.
9851
9852 2004-04-27 Juri Linkov <juri@jurta.org>
9853
9854 * help.el (view-emacs-news): With argument, display info for the
9855 selected version by finding it among different NEWS files, and
9856 narrowing the buffer to the selected version.
9857
9858 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9859 same-window-buffer-names.
9860 (info): New arg `buffer'. Use it. Doc fix. Read file name for
9861 non-numeric prefix argument, append the number to the buffer name
9862 for numeric prefix argument.
9863 (info-other-window): Bind same-window-regexps to nil.
9864 (Info-reference-name): Rename to Info-point-loc.
9865 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9866 and Info-find-index-name for stringy Info-point-loc.
9867 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
9868 without middle `.', but with final `.' and optional line number
9869 for it. Set Info-point-loc for index nodes.
9870 (Info-index): Remove middle `.' from index entry regexp.
9871 Modify line number regexp.
9872 (Info-index-next): Decrement line number.
9873 (info-apropos): Remove middle `.' from index entry regexp.
9874 Add optional line number regexp at the end. Add matched value
9875 for line number to the result list and insert it to the buffer.
9876 Replace match-string by match-string-no-properties.
9877 Reorder result list.
9878 (Info-fontify-node): Hide index line numbers.
9879 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9880 empty matches.
9881 (Info-follow-reference): Use `str' instead of
9882 Info-following-node-name-re.
9883 (Info-toc): Use full file names. Set Info-current-node to "Top".
9884 (Info-fontify-node): Compare file names without directory name.
9885 (Info-try-follow-nearest-node): Don't set Info-reference-name.
9886 Set second arg of Info-extract-menu-node-name for index nodes.
9887 (info-xref-visited): Use magenta3 instead of magenta4.
9888 (Info-mode): Add info-apropos to docstring.
9889
9890 * log-view.el (log-view-diff): Replace interactive code "r"
9891 by a list to allow to call it even if region is not active.
9892
9893 * paren.el (show-paren-highlight-openparen): New var.
9894 (show-paren-function): Turn on openparen highlighting when
9895 matching forward if show-paren-highlight-openparen is non-nil.
9896
9897 * simple.el (kill-ring-save): Use blink-matching-delay instead of
9898 the constant value 1.
9899 (completions-common-part): Expand docstring.
9900
9901 * textmodes/picture.el (picture-mode-map): Add arrow keys.
9902
9903 2004-04-27 Kim F. Storm <storm@cua.dk>
9904
9905 * image.el (insert-sliced-image): Use line-height instead of
9906 line-spacing property on newline.
9907
9908 2004-04-26 Lars Hansen <larsh@math.ku.dk>
9909
9910 * desktop.el (desktop-buffer-misc-data-function): Rename to
9911 desktop-save-buffer and change docstring.
9912 (desktop-buffer-modes-to-save): Delete.
9913 (desktop-save-buffer-p): Use desktop-save-buffer instead of
9914 desktop-buffer-modes-to-save.
9915 (desktop-save): Rename desktop-buffer-misc-data-function to
9916 desktop-save-buffer and allow non-function value.
9917 (desktop-missing-file-warning): Correct docstring.
9918
9919 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9920 to desktop-save-buffer.
9921
9922 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9923 desktop-save-buffer.
9924
9925 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9926
9927 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9928
9929 2004-04-26 Eli Zaretskii <eliz@gnu.org>
9930
9931 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9932
9933 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
9934
9935 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9936 (ielm): Only go to the end of the buffer when starting a new process.
9937
9938 2004-04-25 Juanma Barranquero <lektu@terra.es>
9939
9940 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9941 mode line. Bind `inhibit-read-only' to t before modifying
9942 properties of text in the buffer.
9943 (ielm): Force point to the end of buffer, even when running ielm
9944 from inside itself.
9945
9946 2004-04-25 Jesper Harder <harder@ifa.au.dk>
9947
9948 * info.el (info-apropos): Reset Info-complete-cache.
9949
9950 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
9951
9952 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9953 Also recognize severe Irix et al. messages.
9954 (compilation-normalize-filename, compile-abbreviate-directory):
9955 Delete functions.
9956 (compilation-get-file-structure): New function inherits
9957 functionality of the two preceding ones.
9958 (compilation-internal-error-properties, compilation-fake-loc):
9959 Use it so that different paths to the same file share the same
9960 markers. Also optimize finding adjacent marker slightly.
9961
9962 2004-04-25 Kim F. Storm <storm@cua.dk>
9963
9964 * image.el (insert-sliced-image): Add line-spacing t property
9965 to newlines separating image lines.
9966
9967 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
9968
9969 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9970
9971 * ielm.el (ielm-prompt-read-only): New user option.
9972 (ielm-prompt): Expand docstring to describe new behavior.
9973 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9974 mention it in the docstring.
9975
9976 2004-04-24 Andreas Schwab <schwab@suse.de>
9977
9978 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9979
9980 * diff.el (diff): Set default-directory in diff buffer.
9981
9982 2004-04-24 Eli Zaretskii <eliz@gnu.org>
9983
9984 * mail/sendmail.el (mail-bury): Don't delete the frame where the
9985 mail was being composed if the terminal cannot display more than
9986 one frame; instead, switch to previous frame.
9987
9988 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9989 (rmail-start-mail): Support rmail-mail-new-frame even on
9990 terminals that can display only one frame at a time.
9991
9992 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9993
9994 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9995 (checkdoc-output-font-lock-keywords): Remove error regexp.
9996 (checkdoc-output-mode-map): Remove.
9997 (checkdoc-output-mode): Derive from compilation-mode.
9998 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9999
10000 * dired.el (dired-mode-map): Add a menu entry for wdired.
10001
10002 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10003 (rx-bracket, rx-check-any, rx-any): Clean up name space.
10004
10005 * wdired.el: (wdired-mode-map): Move init into declaration.
10006 Fix `return' binding.
10007 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10008 Use force-mode-line-update.
10009 (wdired-get-filename): Use `unless'.
10010 (wdired-preprocess-files): Don't assume names have no \n and use / for
10011 dir separator.
10012 (wdired-normalize-filename): Use replace-regexp-in-string.
10013 (wdired-load-hooks): Remove.
10014 (wdired-mode-hooks): Rename to wdired-mode-hook.
10015
10016 * info-look.el: Add support for cfengine-mode.
10017 (info-lookup-setup-mode): Use dolist.
10018
10019 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
10020
10021 * wdired.el: New file.
10022
10023 2004-04-23 Juanma Barranquero <lektu@terra.es>
10024
10025 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10026
10027 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10028 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10029 (pcomplete--help, pcomplete--here): Doc fixes.
10030
10031 2004-04-23 Andre Spiegel <spiegel@gnu.org>
10032
10033 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10034 handles wrong-number-of-arguments in backend call.
10035
10036 * vc.el (vc-print-log): Likewise.
10037
10038 2004-04-20 Dave Love <fx@gnu.org>
10039
10040 * emacs-lisp/rx.el: Doc fixes.
10041 (rx-constituents): Add/extend many forms.
10042 (rx-check): Check form is a list.
10043 (bracket): Defvar.
10044 (rx-check-any, rx-any, rx-check-not): Modify.
10045 (rx-not): Simplify.
10046 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10047 (rx-kleene): Use rx-trans-forms.
10048 (rx-quote-for-set): Delete.
10049 (rx): Allow multiple args.
10050
10051 2004-04-23 Kenichi Handa <handa@m17n.org>
10052
10053 * international/mule-util.el (char-displayable-p): Simplify by
10054 using internal-char-font.
10055
10056 2004-04-23 Juanma Barranquero <lektu@terra.es>
10057
10058 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10059
10060 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10061
10062 * diff-mode.el (diff-next-error): New fun.
10063 (diff-mode): Use it.
10064
10065 * simple.el (next-error): Change arg name.
10066 Add support for the documented C-u C-x ` usage.
10067
10068 * frame.el (special-display-popup-frame, next-multiframe-window)
10069 (previous-multiframe-window): Only consider frames on same display.
10070
10071 2004-04-22 Lars Hansen <larsh@math.ku.dk>
10072
10073 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10074 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10075
10076 2004-04-22 Kim F. Storm <storm@cua.dk>
10077
10078 * net/telnet.el (telnet): Add optional port arg.
10079
10080 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10083 Minor sanity check on the `hyperlink' slot.
10084
10085 * Makefile.in (recompile): Compile new files.
10086
10087 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10088 Add byte-recompile-directory's optional `arg'.
10089
10090 * cvs-status.el (cvs-tree-use-charset): New var.
10091 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10092 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10093 (cvs-status-cvstrees): Use it.
10094
10095 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10096 Make it a normal major mode.
10097 (checkdoc-buffer-label): Make sure the file name is meaningful.
10098 (checkdoc-output-to-error-buffer): Remove.
10099 (checkdoc-error, checkdoc-start-section): Rewrite.
10100
10101 * info.el (info-node, info-menu-5, info-xref, info-header-node)
10102 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10103 (Info-title-4-face): Use new syntax.
10104 (info-xref-visited): Inherit from info-xref.
10105
10106 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10107
10108 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10109
10110 * simple.el (next-error-last-buffer, next-error-function):
10111 New variables for the next-error framework.
10112 (next-error-buffer-p): New function.
10113 (next-error-find-buffer): Generalize compilation-find-buffer.
10114 (next-error, previous-error, first-error, next-error-no-select)
10115 (previous-error-no-select): Move from compile.el.
10116
10117 * replace.el (occur-next-error, occur-1): Hook into the next-error
10118 framework.
10119
10120 * progmodes/compile.el (compilation-start):
10121 Set next-error-last-buffer so next-error knows where to jump.
10122 (compilation-setup): Set the buffer-local variable
10123 next-error-function to 'compilation-next-error-function.
10124 (compilation-buffer-p, compilation-buffer-internal-p): Use an
10125 alternate way to find if a buffer is a compilation buffer, for
10126 next-error convenience.
10127 (next-error-no-select, previous-error-no-select, next-error)
10128 (previous-error, first-error): Move to simple.el.
10129 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10130 (compilation-last-buffer): Remove.
10131 (compilation-start, compilation-next-error, compilation-setup)
10132 (compilation-next-error-function, compilation-find-buffer):
10133 Remove compilation-last-buffer use.
10134
10135 2004-04-21 Juanma Barranquero <lektu@terra.es>
10136
10137 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10138 (font-lock-warning-face): Fix spacing.
10139
10140 * makefile.w32-in (WINS): Add url/ directory.
10141
10142 2004-04-21 Lars Hansen <larsh@math.ku.dk>
10143
10144 * desktop.el (desktop-buffer-mode-handlers): New variable.
10145 Alist of major mode specific functions to restore a desktop buffer.
10146 (desktop-buffer-handlers): Make variable obsolete.
10147 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10148 Catch errors signaled in handlers. Update buffer count.
10149 Evaluate desktop-buffer-point.
10150 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10151 move to dired.el.
10152 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10153 move to info.el.
10154 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10155 move to mail/rmail.el.
10156 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10157 to mh-e/mh-e.el.
10158 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10159 On fail, print message (to message buffer) even if
10160 desktop-missing-file-warning is nil.
10161 (desktop-buffer-misc-data-function): New buffer local variable.
10162 Function returning major mode specific data.
10163 (desktop-buffer-misc-functions): Make variable obsolete.
10164 (desktop-save): Use desktop-buffer-misc-data-function.
10165 (desktop-buffer-dired-misc-data): Rename to
10166 dired-desktop-buffer-misc-data and move to dired.el.
10167 (desktop-buffer-info-misc-data): Rename to
10168 Info-desktop-buffer-misc-data and move to info.el.
10169 (desktop-read): Add message about number of buffers restored/failed.
10170
10171 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10172 Add parameters. Pause to display error only when
10173 desktop-missing-file-warning is non-nil.
10174 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
10175 (dired-mode): Bind desktop-buffer-misc-data-function.
10176
10177 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10178 Add Parameters.
10179 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
10180 (Info-mode): Bind desktop-buffer-misc-data-function.
10181
10182 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10183 Add Parameters.
10184
10185 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10186 Add Parameters.
10187
10188 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
10189
10190 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10191 the case of letters in case-insensitive expansions when the
10192 abbrev is preceded by characters with letter syntax.
10193
10194 2004-04-21 Richard M. Stallman <rms@gnu.org>
10195
10196 * progmodes/cperl-mode.el (cperl-putback-char):
10197 Delete Emacs 18 definition.
10198
10199 * international/mule.el (ctext-post-read-conversion):
10200 Use assoc-string, not assoc-ignore-case.
10201
10202 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10203
10204 * emacs-lisp/easymenu.el (easy-menu-add):
10205 Do call x-popup-menu, but only if it's defined.
10206
10207 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10208
10209 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10210 Handle multiple args: compile like progn.
10211
10212 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10213 take all args as &rest arg.
10214
10215 * autoinsert.el (auto-insert-alist): Insert the user's name in
10216 copyright notice, rather than Free Software Foundation.
10217
10218 2004-04-21 Kenichi Handa <handa@m17n.org>
10219
10220 * descr-text.el (describe-char): Make it work on *Help* buffer.
10221
10222 2004-04-21 Kim F. Storm <storm@cua.dk>
10223
10224 * image.el (insert-image): Add optional SLICE arg.
10225 (insert-sliced-image): New defun.
10226
10227 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
10228
10229 * subr.el (read-number): Check whether `default' is nil.
10230
10231 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10232
10233 * progmodes/compile.el (compilation-error-properties):
10234 Split into two.
10235 (compilation-internal-error-properties): New one.
10236 (compilation-compat-error-properties): Use it. Fix the non-marker case.
10237
10238 2004-04-20 Richard M. Stallman <rms@gnu.org>
10239
10240 * window.el (split-window-save-restore-data):
10241 Don't update the data if OLD-INFO is nil.
10242
10243 * view.el (view-return-to-alist): Mark it permanent local.
10244
10245 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10246
10247 * recentf.el (recentf-save-list): Catch and warn about errors.
10248
10249 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10250 so "Buffers" won't be pure.
10251
10252 * help-mode.el (help-mode-finish): Set help-return-alist first
10253 thing, setting only the entry for the selected window.
10254
10255 * help-fns.el (describe-function-1): If many non-control non-meta
10256 keys run the command, don't list all of them.
10257
10258 2004-04-20 Juanma Barranquero <lektu@terra.es>
10259
10260 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10261 arg. Copied from Andre Spiegel's patch of 2004-03-21.
10262
10263 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10264
10265 2004-04-20 Kenichi Handa <handa@m17n.org>
10266
10267 * international/quail.el (quail-lookup-key): New optional arg
10268 NOT-RESET-INDICES.
10269 (quail-get-translations): Call quail-lookup-key with
10270 NOT-RESET-INDICES t.
10271 (quail-completion): Likewise.
10272 (quail-lookup-map-and-concat): Likewise.
10273
10274 2004-04-20 Kenichi Handa <handa@m17n.org>
10275
10276 * international/quail.el (quail-update-translation): Don't insert
10277 such an unsupported multibyte char in a unibyte buffer.
10278
10279 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
10280
10281 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10282 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10283 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10284 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10285 (gdb-frame-assembler-buffer): Improve behaviour with
10286 multiple frames.
10287 (gdb-display-buffer): Extend search to all visible frames.
10288
10289 2004-04-19 Eli Zaretskii <eliz@gnu.org>
10290
10291 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10292 characters left after base64 decoding.
10293 (rmail-decode-region): Use -dos variety of `coding', to remove any
10294 ^M characters left after qp or base64 decoding.
10295
10296 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10297
10298 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10299 messages.
10300
10301 2004-04-19 Stephen Eglen <stephen@gnu.org>
10302
10303 * add-log.el (add-change-log-entry): Update doc string to mention
10304 add-log-full-name and add-log-mailing-address.
10305
10306 2004-04-18 Juri Linkov <juri@jurta.org>
10307
10308 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10309 (Info-find-node-2): Simplify error message.
10310 (Info-insert-dir): Use Info-following-node-name.
10311 (Info-goto-node): Remove *info-history* and *info-toc*.
10312 (Info-history): Create a node of the virtual history file.
10313 (Info-toc): Create a node of the virtual toc file.
10314 (Info-insert-toc): New arg `curr-file' for reference file names.
10315 (info-apropos): Remove redundant var binding for temp-file.
10316 (Info-index, Info-index-next, Info-mode): Doc fix.
10317 (Info-goto-emacs-command-node): Don't jump to *info* from
10318 non-*info* Info buffers.
10319 (Info-fontify-node): Don't show the file name of external
10320 references if `Info-hide-note-references' is `hide'. Don't hide
10321 newlines at the end of paragraphs.
10322
10323 * international/mule-diag.el (list-input-methods):
10324 Fix args to help-xref-button.
10325
10326 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10327 to put into effect local variables from TUTORIAL files.
10328
10329 * textmodes/paragraphs.el (sentence-end) <function>: New fun
10330 with default value taken from the variable `sentence-end'.
10331 (sentence-end) <defcustom>: Set default to nil. Doc fix.
10332 Add nil const to :type.
10333 (sentence-end-without-period, sentence-end-double-space)
10334 (sentence-end-without-space): Doc fix.
10335
10336 * textmodes/paragraphs.el (forward-sentence):
10337 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10338 (fill-delete-newlines):
10339 * progmodes/cc-cmds.el (c-beginning-of-statement):
10340 Use function `sentence-end' instead of variable `sentence-end'.
10341
10342 2004-04-18 Andreas Schwab <schwab@suse.de>
10343
10344 * progmodes/compile.el (compilation-start): Set window start to
10345 point-min if compilation-scroll-output is nil.
10346
10347 2004-04-18 John Wiegley <johnw@newartisans.com>
10348
10349 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10350
10351 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
10352
10353 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10354 (gdb-info-breakpoints-custom): Revert previous change.
10355 (gdb-view-assembler): Update assembler if necessary.
10356 (gdb-frame-handler): Parse correctly for gdb-current-frame.
10357 (gdb-display-source-buffer): Update properly when both source and
10358 assembler are visible.
10359
10360 2004-04-17 John Wiegley <johnw@newartisans.com>
10361
10362 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10363 which limits the number of names shown in the minibuffer. Off by
10364 default.
10365 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
10366 up iswitchb for users with a multitude of open buffers by showing
10367 only the first and last N/2 buffers in the completion list (which
10368 is enough to aid C-s/C-r, and to know that more characters are
10369 needed to refine the completion list).
10370
10371 2004-04-17 Richard M. Stallman <rms@gnu.org>
10372
10373 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10374 (file-truename): Expand all ~ constructs directly.
10375 (insert-directory): Delete any error msg output by the
10376 `insert-directory-program'.
10377
10378 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10379 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10380 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10381 (allout-init): Use find-file-hook, not find-file-hooks.
10382 (allout-mode): Eliminate Emacs 18 support.
10383 Use write-contents-functions, not local-write-file-hooks.
10384
10385 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
10386
10387 * progmodes/compile.el (compilation-error-properties): Fix for
10388 adding messages when there are already markers for their file.
10389 (compilation-fake-loc): New function.
10390
10391 2004-04-16 Dave Love <fx@gnu.org>
10392
10393 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10394 (python-load-file): Fix python-orig-start setting.
10395
10396 * progmodes/compile.el: Doc fixes.
10397 (compilation-error-regexp-alist-alist)
10398 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10399 (compilation-assq): Wrap in eval-when-compile.
10400 (compilation-mode-font-lock-keywords): Don't use list*.
10401 (compilation-start): Avoid warning.
10402 (compilation-compat-error-properties)
10403 (compilation-directory-properties): Add keymap property.
10404 (compilation-parsing-end): Make it a marker for better compatibility.
10405
10406 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10407
10408 2004-04-16 Mark A. Hershberger <mah@everybody.org>
10409
10410 * xml.el: Doc fixes.
10411 (xml-get-children): Only looks at sub-tags and ignore strings.
10412
10413 * xml.el (xml-parse-tag): Avoid overwriting node-name.
10414
10415 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10416
10417 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10418
10419 2004-04-16 Andre Spiegel <spiegel@gnu.org>
10420
10421 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10422
10423 * vc.el (vc-print-log): Likewise.
10424
10425 2004-04-16 Masatake YAMATO <jet@gyve.org>
10426
10427 * simple.el (completion-setup-function): Set an initial value
10428 to `element-common-end' before entering loop. Set a value
10429 to `element-common-end' at the end of loop.
10430 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10431 (completions-common-part): Rename from completion-de-emphasis.
10432 (completions-first-difference): Rename from completion-emphasis.
10433 Suggested by RMS.
10434
10435 2004-04-16 Juanma Barranquero <lektu@terra.es>
10436
10437 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10438 (bookmark-edit-annotation-mode): Add mode name.
10439
10440 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10441
10442 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10443 for nested conflict markers.
10444 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10445
10446 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
10447
10448 * progmodes/gdb-ui.el (gdb-goto-info): New function.
10449
10450 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10451
10452 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10455 Give a backtrace if requested.
10456
10457 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10458
10459 * progmodes/python.el (python-mouse-2-command, python-RET-command):
10460 Remove unused functions.
10461 (python-orig-start-line, python-orig-file): Remove.
10462 (python-orig-start): New var.
10463 (python-input-filter, python-compilation-line-number)
10464 (python-send-region, python-load-file): Use it.
10465
10466 * info.el (info): Always jump to *info*.
10467
10468 * subr.el (posn-set-point): New function.
10469
10470 * mouse.el (mouse-set-point): Use it.
10471
10472 * progmodes/compile.el (compile-goto-error): Use it.
10473 (compilation-button-map): New keymap.
10474 (compilation-error-properties): Use it.
10475 (compilation-shell-minor-mode-map): Don't bind mouse-2.
10476
10477 * smerge-mode.el (smerge-popup-context-menu): Use it.
10478
10479 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10480 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10481 mouse and non-mouse case.
10482
10483 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10484 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10485
10486 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10487 Make it work for non-mouse events.
10488
10489 * pcvs-info.el (cvs-status-map): Update binding name.
10490
10491 2004-04-14 Mark A. Hershberger <mah@everybody.org>
10492
10493 * xml.el (xml-maybe-do-ns): New function to handle namespace
10494 parsing of both attribute and element names.
10495 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10496 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10497 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
10498 (xml-parse-attlist): Make it do its own namespace parsing.
10499
10500 2004-04-14 Dave Love <fx@gnu.org>
10501
10502 * progmodes/python.el (run-python): Fix use of \n.
10503 (python-load-file): Remove `try' from Python fragment.
10504 (python-describe-symbol): Fix message.
10505
10506 * comint.el: Doc fixes.
10507 (comint-last-input-start, comint-last-input-end)
10508 (comint-last-output-start): Give them values.
10509 (comint-arguments): Avoid warning.
10510 (comint-skip-prompt): Use line-end-position.
10511 (comint-backward-matching-input): Rename arg to agree with doc.
10512 (comint-extract-string): Use syntax-ppss.
10513 (comint-dynamic-simple-complete): Delete useless list construction.
10514 (comint-redirect-subvert-readonly): New.
10515 (comint-redirect-preoutput-filter): Use it.
10516
10517 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10518 Correctly handle negative arguments when calling hook functions.
10519
10520 2004-04-14 Jesper Harder <harder@ifa.au.dk>
10521
10522 * info.el (info-apropos): Don't clobber Info-history-list.
10523
10524 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
10525
10526 * progmodes/compile.el (compilation-setup):
10527 Localize overlay-arrow-position.
10528 (compilation-sentinel): Restructure code equivalently.
10529 (compilation-next-error): Find message on same line after point if
10530 not found before point.
10531 (compile-mouse-goto-error): Restore function so that compilation
10532 buffer need not be current and use compile-goto-error.
10533 (compile-goto-error): Restore function.
10534 (next-error): Set overlay-arrow-position.
10535 (compilation-forget-errors): Don't localize already local
10536 compilation-locs and remove FIXME about refontifying.
10537
10538 2004-04-14 Kim F. Storm <storm@cua.dk>
10539
10540 * startup.el (emacs-quick-startup): New defvar (set by -Q).
10541 (command-line): New option -Q. Like -q --no-site-file, but
10542 in addition it also disables menu-bar, tool-bar, scroll-bars,
10543 tool-tips, and the blinking cursor.
10544 (command-line-1): Skip startup screen if -Q.
10545 (fancy-splash-head): Use ":align-to center" prop to center splash image.
10546
10547 * emulation/cua-base.el (cua-read-only-cursor-color)
10548 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10549
10550 2004-04-13 Dave Love <fx@gnu.org>
10551
10552 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
10553 (syntax): Don't require.
10554 (python) <defgroup>: Add :version.
10555 (python-quote-syntax): Re-written.
10556 (inferior-python-mode): Move stuff here from run-python and add
10557 some more.
10558 (python-preoutput-continuation, python-preoutput-result)
10559 (python-dotty-syntax-table): New.
10560 (python-describe-symbol): Use them.
10561 (run-python): Move stuff to inferior-python-mode. Modify code
10562 loaded into Python.
10563 (python-send-region): Use python-proc, python-send-string.
10564 (python-send-string): Send newlines too. Callers changed.
10565 (python-load-file): Re-written.
10566 (python-eldoc-function): New.
10567 (info-look): Don't require.
10568 (python-after-info-look): New. A modified version of former
10569 top-level code for use with eval-after-load.
10570 (python-maybe-jython, python-guess-indent): Use widened buffer.
10571 (python-fill-paragraph): Re-written.
10572 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
10573 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
10574
10575 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10578 Set compilation-error-regexp-alist earlier.
10579
10580 * progmodes/compile.el (compilation-minor-mode-map)
10581 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10582 (compile-goto-error): Re-merge the mouse and non-mouse commands.
10583
10584 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10585
10586 * progmodes/compile.el (compile-goto-error): Select the buffer/window
10587 corresponding to the event.
10588
10589 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
10590
10591 * loadup.el: Add cygwin to system-type list, for unexec() support.
10592
10593 2004-04-12 John Paul Wallington <jpw@gnu.org>
10594
10595 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10596 (ibuffer-restore-window-config-on-quit): New variable to replace
10597 `ibuffer-delete-window-on-quit'. Update all references.
10598 (ibuffer-prev-window-config): New variable.
10599 (ibuffer-quit): Restore previous window configuration instead of
10600 deleting window.
10601 (ibuffer): Save window configuration before showing Ibuffer buffer.
10602
10603 * help.el (describe-mode): Doc fix.
10604
10605 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10606
10607 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10608 not to treat nil as a function.
10609
10610 * vc-arch.el (vc-arch-root): Be a bit more careful.
10611 (vc-arch-register): Save the buffer if we modified it.
10612 (vc-arch-delete-rej-if-obsolete): Save excursion.
10613 (vc-arch-find-file-hook): Use the simpler after-save-hook.
10614 (vc-arch-responsible-p, vc-arch-init-version): New functions.
10615
10616 * net/ldap.el (ldap-search): Use list*.
10617
10618 2004-04-12 Juri Linkov <juri@jurta.org>
10619
10620 * info.el (Info-follow-reference): Allow multiline reference name.
10621
10622 2004-04-11 Dave Love <fx@gnu.org>
10623
10624 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10625
10626 * progmodes/python.el: New file.
10627
10628 2004-04-11 Andre Spiegel <spiegel@gnu.org>
10629
10630 * vc-hooks.el (vc-arg-list): Function removed.
10631 (vc-default-workfile-unchanged-p): Use condition-case to check for
10632 backward compatibility.
10633
10634 * vc.el (vc-print-log): Use condition-case to check for backward
10635 compatibility.
10636
10637 2004-04-11 Juri Linkov <juri@jurta.org>
10638
10639 * dired.el (dired-faces): New defgroup.
10640 (dired-header, dired-mark, dired-marked, dired-flagged)
10641 (dired-warning, dired-directory, dired-symlink, dired-ignored):
10642 New faces.
10643 (dired-header-face, dired-mark-face, dired-marked-face)
10644 (dired-flagged-face, dired-warning-face, dired-directory-face)
10645 (dired-symlink-face, dired-ignored-face): New face variables.
10646 (dired-font-lock-keywords): Use them instead of font-lock faces.
10647 Split the rule for dired marks into 3 separate rules: for marks,
10648 marked file names and flagged file names.
10649
10650 * help-mode.el (help-make-xrefs): Add a final newline to the
10651 *Help* buffer.
10652
10653 2004-04-11 John Paul Wallington <jpw@gnu.org>
10654
10655 * replace.el (occur-engine): Distinguish between one and several
10656 matches in the matches per buffer heading.
10657
10658 2004-04-11 Kim F. Storm <storm@cua.dk>
10659
10660 * ido.el (ido-confirm-unique-completion): New defcustom.
10661 (ido-complete): Use it.
10662 (ido-write-file): Set it to t unconditionally.
10663
10664 2004-04-10 Miles Bader <miles@gnu.org>
10665
10666 RCS keyword removal (only non-comment changes are enumerated here):
10667
10668 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10669 (byte-compile-insert-header): Don't use `byte-compile-version'.
10670 * forms.el (forms-version): Variable removed.
10671 (forms-mode): Don't use `forms-version'.
10672 * recentf.el (recentf-version): Variable removed.
10673 * progmodes/delphi.el (delphi-version): Variable removed.
10674 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10675
10676 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10679
10680 2004-04-09 Jesper Harder <harder@ifa.au.dk>
10681
10682 * info.el (info-apropos): Improve menu item regexp.
10683
10684 2004-04-09 Simon Josefsson <jas@extundo.com>
10685
10686 * mail/smtpmail.el: Add comment, based on report by
10687 kdc@rcn.com (Kevin D. Clark).
10688
10689 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10692 Redo one more thing that I didn't notice Daniel had undone.
10693
10694 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
10695
10696 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10697 (gdb-goto-breakpoint, gdb-display-buffer)
10698 (gdb-display-source-buffer, gdb-view-source-function)
10699 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10700 (gdb-source-info, gdb-frame-handler): Don't specify a window
10701 for display.
10702 (gdb-info-breakpoints-custom): Remove superfluous update of
10703 assembler buffer.
10704 (gdb-many-windows): Make settable outside gdb.
10705
10706 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
10707
10708 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10709 Derive from fundamental-mode rather than text-mode.
10710
10711 2004-04-08 Juri Linkov <juri@jurta.org>
10712
10713 * info.el (Info-history): Doc fix.
10714 (Info-history-list): New var.
10715 (info-xref): Change magenta4 to blue, remove bold for dark and
10716 light backgrounds, change bold to underline for non-color classes.
10717 (info-xref-visited): New face.
10718 (Info-fontify-visited-nodes): New custom.
10719 (Info-hide-note-references): Add new value `hide'. Doc fix.
10720 (Info-reference-name): New var.
10721 (Info-selection-hook): New custom.
10722 (Info-edit-mode-hook): New var.
10723 (Info-find-file): New fun.
10724 (Info-find-node): Move part of code to Info-find-file.
10725 (Info-find-node-2): Add anchors to Info-history-list. Move point
10726 to the place with the reference name if name is defined.
10727 (Info-select-node): Add current node to Info-history-list.
10728 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10729 (Info-search-whitespace-regexp): New custom.
10730 (Info-search-case-fold): New var.
10731 (Info-search): Add "case-sensitively" to the prompt.
10732 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
10733 (Info-search-case-sensitively, Info-search-next): New fun.
10734 (Info-up): Move point to the menu item of the current node.
10735 (Info-history): New fun. Add *info-history* to
10736 same-window-buffer-names.
10737 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
10738 (Info-insert-toc): New fun.
10739 (Info-build-toc): New fun.
10740 (Info-follow-reference): Add new arg `fork'. Doc fix.
10741 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
10742 with the same name prefer the reference closest to point.
10743 (Info-next-reference): Replace * by + in the *Note regexp.
10744 Add regexp for http:// and ftp://. Skip the *Note prefix.
10745 (Info-prev-reference): Replace * by + in the *Note regexp.
10746 Add regexp for http:// and ftp://. Skip the *Note prefix.
10747 (Info-follow-nearest-node): Add new arg `fork'.
10748 (Info-try-follow-nearest-node): Add new arg `fork'.
10749 Call browse-url for http:// and ftp:// references.
10750 Set Info-reference-name for index entries.
10751 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10752 Info-search-next, Info-history, Info-toc, clone-buffer.
10753 (Info-menu-update): Replace * by + in the *Note regexp.
10754 (Info-mode): Add documentation for Info-history, Info-toc,
10755 Info-search-case-sensitively, Info-search-next, clone-buffer.
10756 (Info-fontify-menu-headers): Remove fun. Move code to
10757 Info-fontify-node.
10758 (Info-fontify-node): Add docstring. Add local vars
10759 fontify-visited-p and not-fontified-p. If not-fontified-p is t
10760 then fontify header line, titles, menu headers, http and ftp
10761 references, refill paragraphs. If not-fontified-p is t or
10762 fontify-visited-p is t then fontify cross references, menu items.
10763 Fontify menu headers. Fontify http and ftp references.
10764 Change regexp for cross references to require whitespace after *Note,
10765 add matching groups for file and node names. Remove hack for quote.
10766 Use display property for Info-hide-note-references=t. Use fifth
10767 or fourth match for help-echo. Display visited nodes in a
10768 different face. Unhide file names of external references.
10769 Unhide newlines. Display visited menu items in a different face.
10770
10771 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10772
10773 * progmodes/compile.el: Require CL.
10774 (compilation-mode-font-lock-keywords): Re-install the "line as
10775 function" patch.
10776
10777 * help-fns.el (help-C-source-directory): New var.
10778 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10779 (describe-function-1, describe-variable): Use them.
10780
10781 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10782 to C source files specially.
10783
10784 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
10785
10786 * info.el (Info-hide-cookies-node): New function.
10787 (Info-select-node): Use it.
10788 (Info-display-images-node): Remove message with image file name.
10789
10790 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
10791
10792 * progmodes/compile.el (compilation-warning-face)
10793 (compilation-info-face, compilation-skip-threshold)
10794 (compilation-skip-visited, compilation-context-lines):
10795 Declare :version when added to Emacs.
10796 (compilation-error-regexp-alist-alist): Extend caml and irix.
10797 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10798 (compilation-mode-font-lock-keywords): Temporarily undo line as
10799 function patch, which wasn't ready.
10800
10801 2004-04-07 Kenichi Handa <handa@m17n.org>
10802
10803 * international/latin1-disp.el (latin1-display-setup): Check each
10804 character is displayable or not instead of calling
10805 latin1-display-check-font.
10806
10807 2004-04-06 Kenichi Handa <handa@m17n.org>
10808
10809 * language/ethio-util.el (ethio-sera-being-called-by-w3):
10810 New variable.
10811 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10812 instead of sera-being-called-by-w3.
10813 (ethio-fidel-to-sera-buffer): Likewise.
10814 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10815 instead of sera-being-called-by-w3.
10816 (ethio-write-file): Likewise.
10817
10818 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10819
10820 * printing.el: Doc fix.
10821
10822 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
10823
10824 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10825 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10826 (gdb-setup-windows): Only use separate IO buffer if required.
10827
10828 2004-04-06 Kim F. Storm <storm@cua.dk>
10829
10830 * term.el (term-is-xemacs): Remove.
10831 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10832 (term-window-width): New function.
10833 (term-mode, term-check-size): Use it.
10834 (term-mode): Disable overflow-newline-into-fringe in term buffer.
10835
10836 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
10837
10838 * cus-edit.el (custom-add-parent-links): Change unbound variable
10839 `symbol' to `name'.
10840
10841 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10842 * info.el (info-apropos): New function.
10843 (Info-mode-menu): Add it.
10844 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10845
10846 * help-mode.el (help-make-xrefs): Recognize aliased variable with
10847 inherited docstring.
10848
10849 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10850
10851 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10852
10853 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10854
10855 * progmodes/compile.el (font-lock): Don't require any more.
10856 (compilation-error-properties, compilation-start, compilation-sentinel)
10857 (compilation-filter, next-error): Use with-current-buffer.
10858 (compilation-skip-to-next-location, compilation-skip-threshold)
10859 (compilation-skip-visited): Move to silence the byte-compiler.
10860 (compilation-setup): Simplify.
10861 (compilation-next-error): Use line-(beginning|end)-position.
10862 Make sure `pt' is non-nil before using compilation-loop.
10863 (compile-goto-error): Add optional event arg. Use it.
10864 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10865 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10866 Update the binding for mouse-2.
10867 (first-error): Set compilation-current-error to nil rather than bob.
10868 (compilation-parsing-end, compilation-parse-errors-function)
10869 (compilation-error-list, compilation-old-error-list):
10870 "New" compatibility variables.
10871 (compile-buffer-substring, compilation-compat-error-properties)
10872 (compilation-compat-parse-errors, compilation-forget-errors):
10873 New compatibility functions.
10874 (compilation-mode-font-lock-keywords): Use them.
10875
10876 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10877
10878 * autorevert.el (auto-revert-handler): If point (or a window
10879 point) is at the end of the buffer, keep it there after
10880 reverting. This allows to tail a file.
10881 Mention this in the `Commentary'.
10882
10883 * format.el (format-write-file): Add optional argument CONFIRM
10884 and make it behave like the analogous argument to `write-file'.
10885
10886 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10887
10888 * progmodes/ebnf2ps.el: Doc fix.
10889 (ebnf-version): New version number (4.2).
10890 (ebnf-syntax): Customization and docstring fix.
10891 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10892 Put autoloaded funs before first use.
10893 (ebnf-style-database): Add dtd entry.
10894 (ebnf-syntax-alist): Add dtd initialization.
10895 (ebnf-token-sequence): New fun.
10896 (ebnf-comment-table): Add new comment action character.
10897 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10898
10899 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10900 Type Definition for XML).
10901
10902 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10903 * progmodes/ebnf-bnf.el (ebnf-sequence):
10904 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10905 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10906 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10907 Code simplification: call ebnf-token-sequence.
10908
10909 2004-04-04 Eli Zaretskii <eliz@gnu.org>
10910
10911 * calendar/timeclock.el (timeclock-relative)
10912 (timeclock-get-project-function, timeclock-get-workday-function)
10913 (timeclock-query-out, timeclock-when-to-leave)
10914 (timeclock-when-to-leave-string, timeclock-log-data)
10915 (timeclock-generate-report, timeclock-in): Doc fixes.
10916
10917 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * url/: New dir. Import the URL package from its repository.
10920
10921 2004-04-03 Andreas Schwab <schwab@suse.de>
10922
10923 * diff-mode.el (diff-mode): Fix missing quote.
10924
10925 2004-04-03 Juri Linkov <juri@jurta.org>
10926
10927 * descr-text.el (describe-property-list): Add `font-lock-face'.
10928
10929 * dired.el (dired-font-lock-keywords): Fix permission regexps.
10930
10931 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10932
10933 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10934 Use utf-16le on little endian machines and utf-16be otherwise.
10935
10936 2004-04-02 David Kastrup <dak@gnu.org>
10937
10938 * net/browse-url.el (browse-url-generic): Use call-process
10939 instead of start-process to allow browsers that fork and detach.
10940
10941 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
10942
10943 * compile.el (compilation-current-error): New var.
10944 (compilation-setup, compile-mouse-goto-error)
10945 (compile-goto-error, next-error): Use it.
10946 (compilation-skip-to-next-location): Default to t, which gives
10947 contiguous skipping like old compile (where this was redundant).
10948 (compilation-next-error): Prevent previous-* commands from moving
10949 back to message at or just before point.
10950
10951 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
10952
10953 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10954 (gdb-source-info): Don't display source at startup, if required.
10955 (gdb-show-main): New option.
10956 (gdba): Update documentation.
10957 (gdb-source): Cover case of auto-display output.
10958
10959 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
10960
10961 * autorevert.el: Delete obsolete autoload's and defvar's.
10962 (auto-revert-check-vc-info): New user option.
10963 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10964 (auto-revert-handler-vc): Delete.
10965 (auto-revert-handler): Treat return value `fast' of
10966 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
10967
10968 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10969 return `fast'.
10970
10971 * files.el (buffer-stale-function): Doc change.
10972
10973 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10974
10975 * printing.el: New tip on Tips section.
10976 (pr-version): New version number (6.7.4).
10977 (pr-shell-file-name): Initialization fix.
10978
10979 2004-03-31 Juri Linkov <juri@jurta.org>
10980
10981 * dired.el: Add autoload for `dired-do-touch'.
10982 (dired-touch-program): New var.
10983 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10984 (dired-no-confirm): Add `touch' to docstring.
10985
10986 * dired-aux.el (dired-do-touch): New fun.
10987 (dired-do-chxxx): Add argument -t for touch operation.
10988
10989 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10990 `dired-move-to-filename-regexp'.
10991
10992 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
10993
10994 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10995
10996 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10997
10998 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10999 and only if the buffer was modified.
11000
11001 2004-03-30 Kenichi Handa <handa@m17n.org>
11002
11003 * international/characters.el: Delete pairs for U+2308..U+230B.
11004
11005 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
11006
11007 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11008 to detect the beginning of a level 2 or 3 annotation.
11009
11010 2004-03-29 Kenichi Handa <handa@m17n.org>
11011
11012 * international/ucs-tables.el (ucs-insert): Fix the error message.
11013
11014 2004-03-29 Kenichi Handa <handa@m17n.org>
11015
11016 * international/mule-util.el (char-displayable-p): Fix generation
11017 of XLFD file name.
11018
11019 * Makefile.in (setwins, setwins_almost): Change directory to $wd
11020 before finding directories by `find'.
11021
11022 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * subr.el (interactive-form): Delete. Now implemented in C.
11025
11026 * pcvs.el (cvs-parse-process): Workaround for Darwin.
11027
11028 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11029 (vc-diff-label): New fun.
11030 (vc-diff-internal): Use it.
11031
11032 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11033
11034 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11035
11036 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11037
11038 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11039 specify XML (EBNFX).
11040
11041 * progmodes/ebnf2ps.el: Doc fix.
11042 (ebnf-version): New version number (4.1).
11043 (ebnf-syntax): Adjust customization.
11044 (ebnf-style-database): Add ebnfx entry.
11045 (ebnf-syntax-alist): Add ebnfx initialization.
11046 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11047
11048 * printing.el: Doc fix.
11049 (pr-version): New version number (6.7.3).
11050 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11051 returns nil for mouse position. Reported by Drew Adams
11052 <drew.adams@oracle.com>.
11053 (pr-update-menus): Modify interactive declaration. Reported by Drew
11054 Adams <drew.adams@oracle.com>.
11055
11056 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
11057
11058 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11059 (gud-gdba-marker-filter): Log the process input and output, if
11060 required. From Stefan Monnier.
11061 (gdb-debug-log, gdb-enable-debug-log): New variables.
11062 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11063
11064 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11065
11066 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11067 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11068
11069 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
11070
11071 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11072 Call vc-find-file-hook here instead of in auto-revert-buffers.
11073 (auto-revert-buffers): Delete call to vc-find-file-hook.
11074 (auto-revert-verbose, global-auto-revert-non-file-buffers)
11075 (global-auto-revert-mode, auto-revert-set-timer)
11076 (auto-revert-handler, auto-revert-buffers): Doc fixes.
11077
11078 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11079
11080 * woman.el (woman-change-fonts): Rename local variable
11081 woman-font-alist to font-alist to avoid a compiler warning.
11082
11083 2004-03-27 Dave Love <fx@gnu.org>
11084
11085 * emacs-lisp/rx.el (rx): Doc fix.
11086 Fix copyright years.
11087
11088 * strokes.el (strokes-global-set-stroke-string): New function.
11089 (strokes-list-strokes): Cope with strings, not just commands.
11090 Set foreground colour of image.
11091 (strokes-global-set-stroke): Doc fix.
11092
11093 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
11094
11095 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11096 Auto Revert mode.
11097 (Buffer-menu-files-only): New variable.
11098 (Buffer-menu-toggle-files-only): New function.
11099 (Buffer-menu-mode-map): Bind it to `T'.
11100 (Buffer-menu-mode): Mention `T' in docstring.
11101 Set buffer-stale-function.
11102 (list-buffers-noselect): Mark buffer non-modified and set
11103 Buffer-menu-files-only.
11104
11105 * dired.el (buffer-stale-function): Remove no longer needed defvar.
11106
11107 * autorevert.el (auto-revert-handler): Print revert message
11108 before, rather than after, reverting.
11109 (buffer-stale-function): Move to files.el.
11110
11111 * files.el (buffer-stale-function): Move here from autorevert.el.
11112
11113 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11114
11115 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11116
11117 * calc/calc.el (calc-mode-map): Use mapc.
11118
11119 * apropos.el (apropos-mode): Don't autoload.
11120 (apropos-symbols-internal): New fun. Extracted from `apropos'.
11121 (apropos): Use it.
11122 (apropos-print): Add optional `text' argument.
11123 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11124 Don't assume point-min == 1.
11125
11126 * bs.el (bs-buffer-list): Use buffer-local-value.
11127 (bs--set-toggle-to-show): Use with-current-buffer.
11128
11129 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11130 New funs.
11131 (list-buffers-noselect): Use them. Adjust :align-to to new style.
11132
11133 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11134
11135 * dabbrev.el (dabbrev-expand): Fix regexp construction.
11136 (dabbrev--find-expansion): Use pop.
11137 (dabbrev--search): Use match-string-no-properties.
11138
11139 * dired.el (dired-mode): Use run-mode-hooks.
11140 (dired-move-to-end-of-filename): Use match-string.
11141
11142 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11143 is bound before using it.
11144 (ediff-verbose-p): Make it into a var since it's not constant.
11145
11146 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11147
11148 * faces.el (read-face-font): Don't cons up unnecessarily.
11149 (header-line, tool-bar): Share common parts.
11150
11151 * files.el (file-relative-name): Use compare-strings.
11152
11153 * finder.el (finder-mode): Follow coding convention.
11154
11155 * subr.el (read-number): New function.
11156
11157 * ses.el (ses-read-number): Move to subr.el.
11158 (ses-set-header-row): Use read-number.
11159
11160 2004-03-26 Andre Spiegel <spiegel@gnu.org>
11161
11162 * vc-hooks.el (vc-arg-list): New function, which handles both
11163 compiled and uncompiled code.
11164 (vc-default-workfile-unchanged-p): Use it.
11165
11166 * vc.el (vc-print-log): Undo prev change, use new function
11167 vc-arg-list from vc-hooks.el.
11168
11169 2004-03-26 Masatake YAMATO <jet@gyve.org>
11170
11171 * simple.el (completion-setup-function): Emphasize the
11172 first uncommon characters in the completions; and de-emphasize
11173 the common prefix substrings.
11174 (completion-emphasis): New face.
11175 (completion-de-emphasis): New face.
11176
11177 2004-03-25 Juanma Barranquero <lektu@terra.es>
11178
11179 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11180 Comment out (it's unused and unfinished code).
11181
11182 2004-03-25 Sam Steingold <sds@gnu.org>
11183
11184 * vc.el (vc-print-log): Fix a bug in the last patch:
11185 backend-function may be a byte-compiled object, not a lambda.
11186
11187 2004-03-25 Juri Linkov <juri@jurta.org>
11188
11189 * descr-text.el (describe-property-list): Add a button
11190 for `face' property that calls `describe-face'.
11191 Suggested by luis fernandes <elf@ee.ryerson.ca>
11192
11193 * international/mule.el (keyboard-coding-system):
11194 * kmacro.el (kmacro-call-macro): Fix docstring.
11195
11196 * dired.el: Fix comments.
11197
11198 * textmodes/fill.el (fill): Fix Info link.
11199
11200 * font-lock.el (fast-lock, lazy-lock):
11201 * jit-lock.el (jit-lock): Remove links to removed Support Modes
11202 Info node.
11203
11204 * eshell/eshell.el (eshell): Fix broken info-link.
11205
11206 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11207 * eshell/em-banner.el (eshell-banner):
11208 * eshell/em-smart.el (eshell-smart):
11209 * eshell/esh-cmd.el (eshell-cmd):
11210 Comment out broken info-links to incomplete Info manual.
11211
11212 * info-xref.el: Fix commentary.
11213
11214 2004-03-25 Kevin Ryde <user42@zip.com.au>
11215
11216 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11217 Remove spurious node duplicate suppression, doesn't work, not wanted.
11218 (info-xref-output): Take format style args, add "sit-for 0" to let
11219 user see the results as they progress.
11220 (info-xref-check-all-custom): New function.
11221
11222 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
11223
11224 * gdb-ui.el: Moved to progmodes.
11225
11226 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11227
11228 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11229
11230 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11231
11232 * calendar/appt.el (appt-check): Remove superfluous progn.
11233 When finished with diary buffer: if it was not being displayed
11234 before, kill it; otherwise restore its original state.
11235 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11236
11237 * calendar/calendar.el (calendar-set-mode-line): Use total
11238 available mode-line width, rather than frame-width.
11239
11240 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11241 after mode change so effect not lost.
11242
11243 2004-03-23 Dave Love <fx@gnu.org>
11244
11245 * dired.el (dired) <defgroup>: Add link to manual.
11246 (dired-font-lock-keywords): Add highlighting on unusual permissions.
11247 (dired-revert): Use dolist.
11248 (dired-mode-map): Add U binding.
11249 (dired-mode): Add font-lock-beginning-of-syntax-function.
11250 (dired-garbage-files-regexp): Make it a defcustom.
11251
11252 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11253
11254 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11255 is equivalent to nil.
11256 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11257 (vc-arch-mode-line-string): Accept `added' state.
11258 (vc-arch-state): Use inode-sigs if available.
11259 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11260 Copy&delete existing id file if any. Fallback if uuidgen is absent.
11261 (vc-arch-tagline-re): New var.
11262 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11263 New functions.
11264 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11265 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11266
11267 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11268 (vc-file-not-found-hook): Use it.
11269
11270 * diff-mode.el (diff-default-read-only): Change default.
11271 (diff-mode-hook): Make it a defcustom. Add some options.
11272 (diff-mode-map): Bind diff-refine-hook.
11273 (diff-yank-handler): New var.
11274 (diff-yank-function): New fun.
11275 (diff-font-lock-keywords): Use them.
11276 (diff-end-of-file): Handle case where file-header looks like diff text.
11277 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11278 (diff-file-kill): Delete a subsequent empty line, if applicable.
11279 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11280 (diff-find-file-name): Use it.
11281 (diff-tell-file-name): New command.
11282 (diff-mode): Be careful with view-mode.
11283 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11284 New functions, for use in diff-mode-hook.
11285 (diff-find-source-location): Catch "regex too large" errors.
11286 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11287 (diff-refine-hunk): New command.
11288
11289 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11290 (smerge-context-menu-map): Remove unused var.
11291 (smerge-keep-all): Preserve markers.
11292 (smerge-keep-n): New fun.
11293 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11294 (smerge-keep-current, smerge-ediff): Use it.
11295 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
11296 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11297 (smerge-resolve): Resolve trivial 3-part conflicts.
11298
11299 2004-03-23 Juri Linkov <juri@jurta.org>
11300
11301 * man.el (Man-width): New var.
11302 (Man-getpage-in-background): Use it.
11303 (Man-support-local-filenames): New var and fun.
11304 (Man-build-man-command): Don't add a second %s.
11305 (Man-fontify-manpage): Clean up message.
11306 (Man-mode): Set outline-regexp, outline-level,
11307 imenu-generic-expression.
11308
11309 * woman.el (woman-fill-frame): Doc fix.
11310 (woman-decode-region): Use window-width instead of frame-width.
11311
11312 * abbrevlist.el (list-one-abbrev-table):
11313 * descr-text.el (describe-char):
11314 * international/mule-diag.el (describe-current-coding-system):
11315 * international/quail.el (quail-insert-decode-map):
11316 Use window-width instead of frame-width.
11317
11318 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11319 (jka-compr-mode-alist-additions): Add tbz.
11320 (jka-compr-write-region, jka-compr-insert-file-contents):
11321 Add message for undefined compress-program.
11322 (jka-compr-write-region): Remove redundant var bindings.
11323
11324 * dired-x.el (dired-guess-shell-alist-default): Add choices for
11325 extracting files into subdirectory. Add tbz and dz. Fix regexps.
11326 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11327 (dired-man): Use dired-guess-shell-command.
11328 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11329 Change default nil to t.
11330
11331 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11332 (dired-compare-directories): Add default value for empty input.
11333
11334 * help-at-pt.el: Move suggestions for key bindings to Commentary.
11335
11336 * time.el (display-time-string-forms): Fix help-echo date format.
11337
11338 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
11339
11340 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11341 (buffer-stale-function): New variable.
11342 (auto-revert-list-diff, auto-revert-dired-file-list)
11343 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11344 (auto-revert-handler): Take over some functionality of deleted
11345 functions.
11346 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11347
11348 * dired.el (dired-directory-changed-p): New fun, extracted from
11349 dired-internal-noselect.
11350 (dired-buffer-stale-p): New fun.
11351 (dired-internal-noselect): Use dired-directory-changed-p.
11352 Eliminate revert messages.
11353 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11354
11355 2004-03-23 Kenichi Handa <handa@m17n.org>
11356
11357 * international/characters.el: Setup syntaxes for more parentheses
11358 Unicode characters.
11359
11360 * international/mule-cmds.el (select-safe-coding-system):
11361 Merge coding-system and auto-cs before comparing them.
11362
11363 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11364
11365 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11366
11367 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11368 normal-auto-fill-function and comment-indent-function.
11369 The default values now work just as well.
11370 Don't set font-lock-beginning-of-syntax-function since we already set
11371 syntax-begin-function.
11372 (lisp-outline-level): Put ;;;###autoload at same level as (.
11373 (prin1-char): Quote special chars.
11374
11375 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11376 than with-no-warnings.
11377
11378 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11379 if the source location can't be found.
11380 (edebug-compute-previous-result): Use prin1-char.
11381
11382 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11383 (debug-ignored-errors): Add an entry.
11384
11385 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11386 (byte-compile-file): Output warning when deleting a file.
11387
11388 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11389 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11390
11391 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11392 (byte-compile-inline-expand): Use backquote.
11393 (byte-optimize-pure-func): Rename from byte-optimize-concat.
11394 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11395
11396 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11397
11398 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11399
11400 2004-03-22 Juri Linkov <juri@jurta.org>
11401
11402 * finder.el (finder-known-keywords): Fix data, tex, unix.
11403
11404 * play/landmark.el: Fix keywords.
11405
11406 * language/ethio-util.el (ethio-find-file): Doc fix.
11407
11408 * emacs-lisp/warnings.el: Doc fix.
11409
11410 * textmodes/ispell.el (ispell-help): Doc fix.
11411
11412 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
11413
11414 * format.el (format-insert-file): Always return a list of two
11415 elements, like insert-file-contents does.
11416
11417 2004-03-21 Andre Spiegel <spiegel@gnu.org>
11418
11419 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11420 and vc-BACKEND-diff.
11421 (vc-print-log): If the print-log implementation supports it, use
11422 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11423 (vc-version-diff, vc-diff-internal): Doc fixes.
11424
11425 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11426 implementation supports it, let diff output go to *vc*,
11427 not *vc-diff*, since this is an internal call.
11428
11429 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11430
11431 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11432
11433 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11434
11435 2004-03-21 Dave Love <fx@gnu.org>
11436
11437 * progmodes/cfengine.el (cfengine-mode):
11438 Set parse-sexp-ignore-comments.
11439
11440 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11441
11442 2004-03-21 Juanma Barranquero <lektu@terra.es>
11443
11444 * allout.el (allout-mode): Fix docstring.
11445
11446 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
11447
11448 * files.el (insert-directory): Fix bug if SWITCHES is a list.
11449
11450 * autorevert.el (auto-revert-interval): Make new value take
11451 effect immediately when set through Custom.
11452 (auto-revert-set-timer): Add interactive declaration.
11453
11454 2004-03-19 David Ponce <david@dponce.com>
11455
11456 * ruler-mode.el (ruler-mode-header-line-format-old):
11457 Don't `make-variable-buffer-local'.
11458 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11459 (ruler-mode-header-line-format): Simply funcall the above.
11460 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11461 to save/restore a previous header line format.
11462 (ruler-mode-space): Don't depend on a numeric WIDTH value.
11463 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11464 fringes and margins width.
11465 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11466
11467 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11468
11469 * log-edit.el (log-edit-font-lock-keywords): Typo.
11470
11471 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11472 (tex-send-tex-command): Rather than here.
11473 (tex-compilation-parse-errors): Simplify.
11474
11475 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11476
11477 * time.el (display-time-string-forms): Add help-echo with date on time.
11478
11479 * composite.el (compose-region): Use restore-buffer-modified-p.
11480
11481 * disp-table.el (standard-display-8bit): Simplify.
11482
11483 * server.el (server-process-filter): Delete temp frame.
11484
11485 * add-log.el (add-change-log-entry): Simplify.
11486
11487 2004-03-19 Kim F. Storm <storm@cua.dk>
11488
11489 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11490 (hexl-follow-line): Don't require 'fringe.
11491
11492 * progmodes/compile.el (compilation-start): Always set
11493 compilation-last-buffer and return it.
11494
11495 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11496
11497 * simple.el (clone-buffer): Doc fix.
11498
11499 2004-03-18 Juanma Barranquero <lektu@terra.es>
11500
11501 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11502
11503 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * log-edit.el (log-edit-font-lock-keywords): New var.
11506 (log-edit-mode): Use it.
11507
11508 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
11509
11510 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11511 properly for watching in speedbar.
11512
11513 2004-03-17 Masatake YAMATO <jet@gyve.org>
11514
11515 * smerge-mode.el (smerge-popup-context-menu):
11516 Put `unwind-protect' around `overlay-put' and `popup-menu'.
11517
11518 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11519
11520 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11521 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11522 Take sealed revisions into account.
11523 (vc-arch-checkin): Extract a summary line from the message.
11524
11525 2004-03-16 Masatake YAMATO <jet@gyve.org>
11526
11527 * register.el (register): Provide `register' feature.
11528
11529 2004-03-15 Masatake YAMATO <jet@gyve.org>
11530
11531 Added context menu support in smerge mode.
11532 Most of the part is written by Stefan Monnier.
11533
11534 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11535 New keymap and menu.
11536 (smerge-text-properties): New function.
11537 (smerge-remove-props): New function.
11538 (smerge-popup-context-menu): New function.
11539 (smerge-resolve): Call `smerge-remove-props'.
11540 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11541 (smerge-keep-current): Ditto.
11542 (smerge-kill-current): New function.
11543 (smerge-match-conflict): Put text properties.
11544 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11545
11546 2004-03-15 David Ponce <david@dponce.com>
11547
11548 * ruler-mode.el: (ruler-mode-left-fringe-cols)
11549 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11550 (ruler-mode-right-scroll-bar-cols): Remove.
11551 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11552 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11553 Use fringe-columns and scroll-bar-columns.
11554
11555 2004-03-15 Masatake YAMATO <jet@gyve.org>
11556
11557 * hl-line.el (hl-line-range-function): New variable.
11558 (hl-line-move): New function.
11559 (global-hl-line-highlight): Use `hl-line-move'.
11560 (hl-line-highlight): Ditto.
11561
11562 * scroll-bar.el (scroll-bar-columns):
11563 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11564
11565 * ruler-mode.el (top-level): Require scroll-bar and fringe.
11566 (ruler-mode-left-fringe-cols)
11567 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11568 (ruler-mode-right-scroll-bar-cols)
11569 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11570 (ruler-mode-ruler-function): New variable.
11571 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11572 if the value for `ruler-mode-ruler-function'is given.
11573
11574 * hexl.el (hexl-mode-hook): Make the hook customizable.
11575 (hexl-address-area, hexl-ascii-area): New customize variables.
11576 (hexlify-buffer): Put font-lock-faces on the address area and
11577 the ascii area.
11578 (hexl-activate-ruler): New function.
11579 (hexl-follow-line): New function.
11580 (hexl-highlight-line-range): New function.
11581 (hexl-mode-ruler): New function.
11582
11583 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11584
11585 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
11586 (vc-default-find-file-hook): New fun.
11587 (vc-find-file-hook): Call new find-file-hook operation.
11588
11589 * vc-arch.el: New file.
11590
11591 2004-03-12 Jesper Harder <harder@ifa.au.dk>
11592
11593 * info-look.el (info-lookup): Reuse an existing Info window.
11594
11595 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11596
11597 * woman.el (woman-preserve-ascii): Default value changed to t and
11598 doc string revised.
11599
11600 2004-03-12 Richard M. Stallman <rms@gnu.org>
11601
11602 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11603 Fix minor bug.
11604
11605 * replace.el (occur-engine): Change message for count of matches.
11606
11607 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11608 For strings, do compare text properties.
11609
11610 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
11611
11612 * progmodes/compile.el (compile-auto-highlight)
11613 (compilation-error-list, compilation-old-error-list)
11614 (compilation-parse-errors-function, compilation-parsing-end)
11615 (compilation-error-message, compilation-directory-stack)
11616 (compilation-enter-directory-regexp-alist)
11617 (compilation-leave-directory-regexp-alist)
11618 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11619 (compilation-current-file, compilation-regexps): Remove vars.
11620
11621 (compile-error-at-point, compilation-error-filedata)
11622 (compilation-error-filedata-file-name, compile-reinitialize-errors)
11623 (compilation-next-error-locus, compilation-forget-errors)
11624 (count-regexp-groupings, compilation-parse-errors)
11625 (compile-collect-regexps, compile-buffer-substring): Remove funs.
11626
11627 (compile-internal): Make obsolete.
11628
11629 (compilation-first-column, compilation-error)
11630 (compilation-directory-matcher, compilation-page-delimiter)
11631 (compilation-mode-font-lock-keywords, compilation-debug)
11632 (compilation-error-face, compilation-warning-face)
11633 (compilation-info-face, compilation-line-face)
11634 (compilation-column-face, compilation-enter-directory-face)
11635 (compilation-leave-directory-face, compilation-skip-threshold)
11636 (compilation-skip-visited, compilation-context-lines): New vars.
11637
11638 (compilation-warning-face, compilation-info-face)
11639 (compilation-message-face): New faces.
11640
11641 (compilation-error-regexp-alist-alist): New constant.
11642
11643 (compilation-face, compilation-directory-properties)
11644 (compilation-assq, compilation-error-properties, compilation-start)
11645 (define-compilation-mode, compilation-loop)
11646 (compilation-set-window): New functions.
11647
11648 (compile): Additional argument for interactive compiles like TeX.
11649
11650 * progmodes/grep.el (kill-grep): Move here from compile.el
11651 (grep-error, grep-hit-face, grep-error-face)
11652 (grep-mode-font-lock-keywords): New variables.
11653 (grep-regexp-alist): Simplify regexp and add `binary' case.
11654 (grep-mode): New mode.
11655 (grep-process-setup): Simplify.
11656
11657 2004-03-11 Jason Rumney <jasonr@gnu.org>
11658
11659 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11660 letters on DOS/Windows.
11661
11662 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * server.el (server-name): New var.
11665 (server-socket-dir): New var to replace server-socket-name.
11666 (server-start): Use them.
11667
11668 2004-03-11 Simon Josefsson <jas@extundo.com>
11669
11670 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11671 died to avoid infloop. Reported by Jonathan Glauner
11672 <jglauner@sbum.org>.
11673
11674 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11675
11676 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11677 (smerge-mode-menu): Use it to deactivate menu entries.
11678 (smerge-keep-current): New fun.
11679 (smerge-keep-current): Use it.
11680
11681 2004-03-10 John Paul Wallington <jpw@gnu.org>
11682
11683 * foldout.el (foldout-fold-list, foldout-modeline-string):
11684 Declare them as variables, not constants.
11685
11686 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11687
11688 * ps-print.el: Modification to print *Messages* buffer.
11689 (ps-print-version): New version 6.6.4.
11690 (ps-message-log-max): New fun.
11691 (ps-spool-without-faces, ps-spool-with-faces)
11692 (ps-count-lines-preprint): Code fix.
11693
11694 * printing.el: New tips in Tips section.
11695
11696 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11697
11698 * delim-col.el: Doc fix.
11699
11700 * printing.el: Doc fix. New doc section (Tips).
11701
11702 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11703
11704 * type-break.el (type-break-emacs-variant): Remove.
11705 (type-break-run-at-time, type-break-cancel-function-timers):
11706 Use fboundp rather than version name and number.
11707
11708 2004-03-09 Masatake YAMATO <jet@gyve.org>
11709
11710 * hexl.el (hexl-mode): Use `make-local-variable' instead of
11711 `make-variable-buffer-local'.
11712
11713 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
11714
11715 * find-dired.el (find-dired): Call `shell-command' instead of
11716 `start-process-shell-command'. By this, Tramp takes over
11717 handling of remote directories.
11718
11719 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11720
11721 * newcomment.el (comment-use-global-state): New var.
11722 (comment-search-forward): Use it.
11723
11724 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11725
11726 * cus-edit.el (fill) <defgroup>: Move to fill.el.
11727
11728 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11729 (enable-kinsoku): Make it a defcustom.
11730 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11731 paragraph to same-comment-start-marker.
11732
11733 2004-03-07 Dave Love <fx@gnu.org>
11734
11735 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11736 (browse-url-mail): Use it.
11737
11738 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11739 (rfc2368-unhexify-string): Use replace-regexp-in-string.
11740
11741 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11742
11743 * woman.el (woman-man.conf-path): Doc fix.
11744 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11745
11746 2004-03-07 Eli Zaretskii <eliz@gnu.org>
11747
11748 * sort.el (sort-columns): Remove ms-dos from the list of systems
11749 where the external `sort' command is not used.
11750
11751 2004-03-07 Kim F. Storm <storm@cua.dk>
11752
11753 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11754 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11755 from overlay-arrow-variable-list.
11756 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11757
11758 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
11759
11760 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11761 overlay arrow string properly for the assembler buffer.
11762
11763 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11764
11765 * mail/sendmail.el (mail-mode): Fix last change.
11766
11767 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
11768
11769 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11770 for the assembler buffer.
11771 (gdb-assembler-custom): Position the overlay arrow.
11772 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11773
11774 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11775
11776 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11777
11778 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11779 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11780
11781 * mail/sendmail.el (mail-mode): Set comment-start-skip.
11782
11783 * newcomment.el (uncomment-region): Allow non-terminated comment.
11784 (comment-normalize-vars): Check the user-specified comstart marker.
11785
11786 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11787
11788 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11789 Otherwise, do use it if the region only contains font-lock text
11790 properties.
11791
11792 2004-03-04 Masatake YAMATO <jet@gyve.org>
11793
11794 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11795 as the callback function for eldoc.
11796 (hexl-print-current-point-info): New function.
11797 (hexl-current-address): Print the address in both decimal
11798 and hexadecimal format.
11799
11800 2004-03-04 Richard M. Stallman <rms@gnu.org>
11801
11802 * mail/rmail.el (rmail-convert-to-babyl-format):
11803 Specify t for UNIBYTE when calling mail-unquote-printable-region.
11804
11805 * mail/mail-utils.el (mail-unquote-printable-region):
11806 New arg UNIBYTE.
11807
11808 * startup.el (command-switch-alist): Doc fix.
11809
11810 * simple.el (undo): Temporarily set this-command to `undo-start',
11811 then set it to `undo' once undo-start returns without error.
11812
11813 * simple.el (minibuffer-history-sexp-flag): Doc fix.
11814
11815 * simple.el (kill-line): Don't disregard trailing whitespace
11816 in eol condition, if show-trailing-whitespace is set.
11817
11818 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11819 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11820 When disabling, restore old values only if mouse-sel-has-been-enabled.
11821
11822 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11823 (isearch-{-char): New function.
11824 (isearch-mode-map): Bind { to isearch-{-char.
11825
11826 * font-lock.el (lisp-font-lock-keywords-2):
11827 Turn off the CL with-... and do-... general patterns.
11828 Instead, recognize several specific with... and do... constructs.
11829
11830 * files.el (switch-to-buffer-other-window):
11831 Bind same-window-buffer-names and same-window-regexps to nil.
11832 (switch-to-buffer-other-frame): Likewise.
11833
11834 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11835
11836 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11837 recognizing leading comment on code line.
11838
11839 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11840
11841 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11842 hidden files/directories.
11843
11844 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11845
11846 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11847 only comment-start (in case the mode hasn't set it).
11848
11849 * Makefile.in (AUTOGENEL): New var.
11850 (bootstrap-prepare): Rename from bootstrap-clean.
11851 Don't remove elc files.
11852 (maintainer-clean): New target.
11853
11854 * xml.el (xml-get-attribute-or-nil): Simplify.
11855
11856 2004-03-02 Juri Linkov <juri@jurta.org>
11857
11858 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11859 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11860 URL to prevent their substitution with the environment variable
11861 values by browsers.
11862
11863 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11864
11865 * ps-print.el: Doc fix.
11866 (ps-print-version): New version number (6.6.3).
11867 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11868 Docstring fix.
11869 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11870 before printing.
11871 (ps-time-stamp-yyyy-mm-dd): New fun.
11872 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11873
11874 2004-03-02 Kim F. Storm <storm@cua.dk>
11875
11876 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11877
11878 2004-03-01 Juanma Barranquero <lektu@terra.es>
11879
11880 * allout.el (allout-rebullet-heading): Fix typo in docstring.
11881
11882 * desktop.el (desktop-file-version)
11883 (desktop-after-read-hook): Fix typos.
11884 (desktop-clear-preserve-buffers): Remove redundant info in
11885 docstring already shown by the obsolescence message.
11886 (desktop-truncate, desktop-internal-v2s)
11887 (desktop-value-to-string): Change argument name to match docstring.
11888
11889 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11890
11891 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11892 docstring.
11893
11894 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11895
11896 * printing.el: Replace "As Is..." in PostScript file print/preview by
11897 "No Preprocessing...". Suggested by Colin Marquardt
11898 <_marquardt_@zmd.de>.
11899 (pr-insert-section-4): Adjust buffer interface.
11900
11901 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
11902
11903 Version 2.0.39 of Tramp released.
11904
11905 * net/tramp.el (tramp-handle-file-local-copy)
11906 (tramp-handle-write-region, tramp-open-connection-rsh):
11907 Variable name typo. Small change. From Patrick Tullmann
11908 <tullmann@flux.utah.edu>.
11909 (tramp-process-connection-type): New variable.
11910 (tramp-maybe-open-connection): Use it.
11911 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11912 (tramp-touch): Set last-modified time of a remote file.
11913 (tramp-handle-write-region): Say which function is used when encoding.
11914
11915 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
11916
11917 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11918 case of non-existing filename, too. Reported by Christoph Bauer
11919 <c_bauer@informatik.uni-kl.de>.
11920 (tramp-smb-get-file-entries): The directory in question should
11921 have permissions "drwxrwxrwx". Just virtual, because we don't
11922 know the real permissions. Don't we know?
11923 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11924 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11925 (tramp-smb-wait-for-output): Optimize algorithm getting pending
11926 output. If it was received chunkwise, there have been problems.
11927 Remove the "prompt not found" error message; it is obvious.
11928 Simplify algorithm.
11929 (tramp-smb-process-running): Remove. Since we acknowledge the
11930 virtual prompt for shares, there's no need for distinction of
11931 reading shares (process ends afterwards) and interactive mode of
11932 smblient.
11933 (tramp-smb-open-connection): Setting process sentinel removed.
11934 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11935 "NT_STATUS_NETWORK_ACCESS_DENIED".
11936 (tramp-smb-maybe-open-connection): Set `process-connection-type'
11937 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11938 (top-level): Setting default value in `tramp-default-method-alist'
11939 corrected. Order of USER and HOST have been wrong.
11940 Nobody complained for months ...
11941 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11942 (tramp-smb-open-connection): Clear password cache if login has failed.
11943
11944 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11945 `tramp-unified-filenames'.
11946 (tramp-completion-mode): Make test for XEmacs explicitely.
11947 `event-to-character' can exists in Emacs packages too.
11948 Reported by Matt Swift <swift@alum.mit.edu>.
11949 (tramp-buffer-name): Buffer name must contain the user if exists.
11950 Reported by Adrian Phillips <a.phillips@met.no>.
11951 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11952 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11953 (tramp-do-copy-or-rename-file-out-of-band): Rename from
11954 `tramp-do-copy-or-rename-file-one-local', because it handles also
11955 the case both files use the same out-of-band method.
11956 Implementation added.
11957 (tramp-handle-file-local-copy, tramp-handle-write-region):
11958 Out-of-band handling removed. `copy-file' called instead, which
11959 calls `tramp-do-copy-or-rename-file-out-of-band'.
11960 (tramp-action-password): Check for out-of-band method removed.
11961 This function is used for 'login-program.
11962 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11963 appropriate.
11964 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11965 and `tramp-parse-sknownhosts'.
11966 (tramp-completion-function-alist): It's a defvar now, because we
11967 want to apply the optimized `tramp-set-completion-function'
11968 instead of a static list.
11969 (tramp-set-completion-function): Implementation tuned.
11970 Avoid double entries, and entries where the function or the
11971 file/directory doesn't exist.
11972 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11973 for SSH2.
11974 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11975 (tramp-handle-dired-compress-file): New function.
11976 (tramp-async-proc): New variable.
11977 (tramp-handle-shell-command): Adding asynchronous processes.
11978 They are far from being perfect, but it works at least for
11979 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
11980 (top-level): Require password.el if visible. Should be mandatory
11981 once No Gnus has found its way into (X)Emacs.
11982 (tramp-read-passwd): Invoke `password-read' if available,
11983 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
11984 fallback any longer.
11985 (tramp-clear-passwd): New function.
11986 (tramp-process-actions, tramp-process-multi-actions):
11987 Clear password cache if login has failed.
11988
11989 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
11990 its own module.
11991 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11992 `ange-ftp-ftp-name-res'. There could be incorrect values from
11993 previous calls in case the "ftp" method is used in the Tramp file
11994 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11995
11996 2004-02-28 Richard M. Stallman <rms@gnu.org>
11997
11998 * term.el (term-mouse-paste): Call mouse-set-point.
11999
12000 * thumbs.el: New file.
12001
12002 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12003
12004 * progmodes/ebnf-abn.el: Doc fix.
12005
12006 * progmodes/ebnf-bnf.el: Doc fix.
12007 (ebnf-repeat): Code fix.
12008
12009 * progmodes/ebnf2ps.el: Doc fix.
12010 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12011
12012 2004-02-28 Juri Linkov <juri@jurta.org>
12013
12014 * ffap.el (dired-at-point): Additional writability test for
12015 relative directory names.
12016 (dired-at-point-prompter): Treat directories as a directory, get
12017 the directory component from files.
12018 (ffap-string-at-point): Return string from region if region is active.
12019 (ffap-file-at-point): Remove redundant code.
12020
12021 2004-02-28 Kim F. Storm <storm@cua.dk>
12022
12023 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12024 Initialize margin area images to nil.
12025 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12026 (breakpoint-enabled-bitmap-face)
12027 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12028 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12029 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12030 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12031 (gdb-reset): Use gdb-remove-breakpoint-icons.
12032 (gdb-put-string): Add dprop arg to specify alternative display
12033 property (for setting fringe bitmap).
12034 (gdb-remove-strings): Doc fix.
12035 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12036 icon in fringe (if available), or else as icon or text in display
12037 margin. Creates necessary icons in breakpoint-bitmap,
12038 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12039 Also make left window margin if required.
12040 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12041 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
12042 no longer needed.
12043 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12044 gdb-put-breakpoint-icon.
12045 (gdb-assembler-mode): Don't set left-margin-width here.
12046
12047 2004-02-27 Kevin Ryde <user42@zip.com.au>
12048
12049 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12050 comma, so that it DTRT in macros.
12051
12052 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
12053
12054 * progmodes/sh-script.el (sh-shell-arg)
12055 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12056 (sh-leading-keywords, sh-other-keywords): Fix custom type.
12057
12058 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12059
12060 * faces.el (face-spec-set-match-display): Add a new attribute,
12061 `min-colors'.
12062 (region, highlight, secondary-selection): Use `min-colors'.
12063
12064 * custom.el (defface): Add documentation for `min-colors'.
12065
12066 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12067 (font-lock-keyword-face, font-lock-function-name-face)
12068 (font-lock-variable-name-face, font-lock-constant-face):
12069 Use `min-colors'.
12070
12071 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12072
12073 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12074
12075 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
12076 define assq-delete-all if it's not defined.
12077 (ebnf-generate-region): Code fix.
12078
12079 * printing.el: Doc fix.
12080 (pr-version): New version number (6.7.2).
12081 (pr-command): Return empty string if command is an empty string.
12082
12083 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12084
12085 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12086
12087 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
12088 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12089 semi-down-full. Fix a bug on productions like test = {"test"}* | (
12090 "tt" ["test"] ). Reported by Markus Dreyer
12091 <mdreyer@ix.urz.uni-heidelberg.de>.
12092 (ebnf-version): New version number (4.0).
12093 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12094 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12095 (ebnf-delete-style): New commands.
12096 (ebnf-directory, ebnf-file): New funs.
12097 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12098 (ebnf-production-name-p, ebnf-stop-on-error): New options.
12099 (ebnf-syntax-alist): New var.
12100 (ebnf-element-width): New fun replacing ebnf-list-width.
12101 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12102 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12103 (ebnf-prologue): Adjust vars.
12104 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12105 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12106 (ebnf-check-style-values, ebnf-generate-production)
12107 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12108 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12109 (ebnf-token-repeat): Code fix.
12110
12111 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
12112 %right, %left and %prec. Suggested by Matthew K. Junker
12113 <junker@alum.mit.edu>.
12114 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12115
12116 * progmodes/ebnf-iso.el: Doc fix.
12117 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12118 (ebnf-iso-lex): Code fix.
12119
12120 * progmodes/ebnf-bnf.el: Doc fix.
12121 (ebnf-bnf-lex): Code fix.
12122
12123 * progmodes/ebnf-otz.el: Doc fix.
12124
12125 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12126
12127 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
12128 (abbrev-prefix-mark): Doc fix.
12129
12130 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
12131
12132 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12133 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12134 (gdb-var-delete): Make interactive (really).
12135 (gdb-edit-value): Make non-interactive.
12136
12137 * progmodes/gud.el (gud-speedbar-menu-items):
12138 Add gdb-var-delete and, indirectly, gdb-edit-value.
12139 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12140 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12141 (gud-gdb-marker-filter): Add comment for annotations.
12142
12143 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12144
12145 * calendar/calendar.el (generate-calendar)
12146 (calendar-read-date): Prevent display of BC calendars once more -
12147 reverts 2003-10-01 change.
12148 (generate-calendar-month): Doc fix.
12149
12150 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12151
12152 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12153 return value of increment-calendar-month.
12154
12155 2004-02-21 Stephen Compall <s11@member.fsf.org>
12156
12157 * saveplace.el (save-place-forget-unreadable-files)
12158 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12159 (save-place-forget-unreadable-files): New function.
12160 (save-place-alist-to-file): Use it to filter out files that are
12161 no longer readable.
12162
12163 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12164 current Texinfo environment, using the same method as in
12165 `texinfo-insert-@end', and insert a space rather than a newline if
12166 point in a @table environment.
12167
12168 2004-02-21 Juri Linkov <juri@jurta.org>
12169
12170 * ffap.el (ffap-file-at-point): Try parent directories.
12171
12172 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
12173
12174 * vcursor.el (vcursor-modifiers): New defcustom.
12175 (vcursor-cs-binding): Use vcursor-modifiers instead of a
12176 hard-coded list.
12177
12178 2004-02-21 Masatake YAMATO <jet@gyve.org>
12179
12180 * play/animate.el (animate-birthday-present): Accept names other
12181 than `Sarah', too.
12182
12183 2004-02-21 Juri Linkov <juri@jurta.org>
12184
12185 * startup.el: Remove table of command line arguments from the
12186 Commentary section.
12187
12188 2004-02-20 John Wiegley <johnw@newartisans.com>
12189
12190 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12191 again" modifier from 'e' to 'E', since 'e' is also used by the
12192 "file extension" modifier.
12193
12194 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
12195
12196 * help-fns.el (describe-categories): Doc fix.
12197
12198 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12199
12200 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12201 temporary file for buffer already visiting one. This change makes
12202 output likely to be directly usable by patch program.
12203 Suggested by Adrian Aichner <adrian@xemacs.org>
12204
12205 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
12206
12207 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12208 case of variables defined in compound statements.
12209 (gdb-setup-windows, gdb-source-info, gdb-source-info):
12210 Simplify constructions using switch-to-buffer.
12211
12212 2004-02-19 Simon Josefsson <jas@extundo.com>
12213
12214 * play/morse.el: Fix typo.
12215 (morse-code): Add @.
12216
12217 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12218
12219 * calendar/appt.el (appt-display-format): Change default to
12220 'ignore, for backwards compatibility.
12221 (appt-display-message): If appt-display-format is 'ignore,
12222 respect old vars appt-msg-window and appt-visible.
12223 (appt-activate): Don't depend on return value of cancel-timer.
12224
12225 * calendar/calendar.el (calendar-holidays): Doc fix.
12226
12227 * calendar/cal-coptic.el (coptic-prompt-for-date):
12228 Use assoc-string instead of assoc-ignore-case.
12229 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12230 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12231 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12232 * calendar/cal-islam.el (calendar-goto-islamic-date)
12233 (mark-islamic-diary-entries): Ditto.
12234 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12235 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12236 (calendar-read-mayan-tzolkin-date): Ditto.
12237 * calendar/calendar.el (calendar-read-date): Ditto.
12238 * calendar/diary-lib.el (mark-diary-entries): Ditto.
12239
12240 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
12241
12242 * progmodes/executable.el (executable-command-find-posix-p):
12243 Fix choice of the directory.
12244
12245 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12246
12247 * simple.el (interprogram-cut-function)
12248 (interprogram-paste-function, kill-new, kill-append):
12249 Doc fixes.
12250 (kill-region): Make it return nil. Doc fix.
12251 (yank-pop): Make its argument optional.
12252 (yank): Make ARG `-' equivalent to `-1'.
12253
12254 2004-02-17 Eli Zaretskii <eliz@gnu.org>
12255
12256 * mail/rmail.el (rmail-get-new-mail): Don't reference
12257 rmail-use-spam-filter if rmail-spam-filter is not loaded.
12258
12259 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12260
12261 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12262 if one of global-auto-revert-non-file-buffers or autorevert-mode
12263 is non-nil.
12264
12265 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12266
12267 * subr.el (delete-dups): A better implementation from Karl Heuer
12268 <kwzh@gnu.org>.
12269
12270 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12271
12272 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12273 correct place.
12274 * progmodes/icon.el (icon-indent-command): Ditto.
12275 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12276
12277 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12278
12279 * progmodes/grep.el (grep-compute-defaults): Undo change from
12280 2004-01-29: don't use executable-command-find-posix-p.
12281
12282 2004-02-16 Richard Sharman <rsharman@pobox.com>
12283
12284 * hilit-chg.el: Use require instead of eval-and-compile.
12285 (highlight-compare-buffers): New function.
12286
12287 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
12288
12289 * man.el (Man-fontify-manpage): Render section headings in
12290 `Man-overstrike-face' even when overstrike was not used by man
12291 formatter for section headings.
12292
12293 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
12294
12295 * rmail-spam-filter.el: (vm-use-spam-filter)
12296 (rsf-min-region-length-added-to-spam-list): New variables.
12297 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12298 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
12299 spam testing. Don't delete spam message if automatic deletion
12300 after output via variable rmail-delete-after-output is turned on.
12301 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12302 rsf-bbdb-dont-create-entries-for-spam.
12303 (check-field): New function, extracted from code in
12304 rmail-spam-filter to ease addition of header fields like content-type.
12305 (message-content-type): New variable to check the content-type:
12306 field added, also in defcustom of rsf-definitions-alist.
12307 (rmail-spam-filter): Replace repeated test code for header fields
12308 by calls to check-field; change the call to
12309 rmail-output-to-rmail-file such that rmail-current-message stays
12310 the same to avoid wrong deletion of unseen flags.
12311 (rsf-add-contents-type): New function to convert old format
12312 of rmail-spam-definitions-alist into new one.
12313 Change prefixes of all variables and functions from
12314 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12315
12316 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12317
12318 * loadhist.el (unload-hook-features-list): New defvar.
12319
12320 2004-02-16 Dave Love <fx@gnu.org>
12321
12322 * loadhist.el (unload-feature): Doc fix. Rename flist to
12323 unload-hook-features-list.
12324
12325 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
12326
12327 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12328 cookie. Don't check if we are looking-at open-formula.
12329
12330 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12331
12332 * subr.el (match-string-no-properties): Use substring-no-properties.
12333
12334 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12335
12336 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12337 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12338 Use lower-case "rx" in all error message.
12339
12340 2004-02-16 Dave Love <fx@gnu.org>
12341
12342 * emacs-lisp/rx.el (rx-or): Put group around result.
12343 (rx-constituents): Add backref.
12344 (rx-syntax): Add string-delimiter, comment-delimiter.
12345 (rx-categories): Add combining-diacritic.
12346 (rx-check-not, rx-greedy, rx): Doc fix.
12347 (rx-backref, rx-check-backref): New.
12348
12349 2004-02-16 Jesper Harder <harder@ifa.au.dk>
12350
12351 * newcomment.el (uncomment-region): Allow eob as comment end.
12352
12353 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12354
12355 * filecache.el: All message and error commands now use prefix
12356 "Filecache:" to make it easy to read *Messages* buffer.
12357
12358 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12359
12360 * autorevert.el: Add support to detect changed dired and VC buffers.
12361 (auto-revert-active-p, auto-revert-list-diff)
12362 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12363 (auto-revert-handler, auto-revert-active-p): New functions.
12364 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12365 and `auto-revert-active-p'.
12366 (eval-when-compile): Defvar dired-directory and vc-mode.
12367 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12368 (auto-revert-handler-vc): New functions.
12369
12370 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12371
12372 * progmodes/compile.el (compilation-directory): New defvar.
12373 (compile): Save current directory in compilation-directory.
12374 (recompile): Bind default-directory to compilation-directory if
12375 that is non-nil.
12376
12377 2004-02-16 Dave Love <fx@gnu.org>
12378
12379 * newcomment.el (comment-insert-comment-function)
12380 (comment-region-function, uncomment-region-function): New.
12381 (comment-indent): Use comment-insert-comment-function.
12382 (uncomment-region): Use uncomment-region-function.
12383 (comment-region): Use comment-region-function.
12384
12385 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12386
12387 2004-02-16 Richard Stallman <rms@gnu.org>
12388
12389 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12390 loaddefs* and ldefs-boot*.
12391
12392 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12393
12394 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12395 and email address at the beginning and end of the address.
12396
12397 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12398 anchored at the beginning of the email address.
12399
12400 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
12401
12402 * international/ccl.el (ccl-compile-write): Pass `left' to
12403 ccl-embed-code to generate correct code of write-expr-register.
12404
12405 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
12406
12407 * progmodes/grep.el (grep-compute-defaults): Fix typos.
12408
12409 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12410
12411 * x-dnd.el: Mention support for Motif in commentary.
12412 (x-dnd-handle-drag-n-drop-event): Ditto.
12413
12414 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
12415
12416 * ses.el: Use "ses--" prefixes for buffer-local variables.
12417 Use (point-min) instead of 1, even when we know the buffer
12418 is unnarrowed.
12419 (ses-build-load-map): Delete. Distribute its content to defconst's for
12420 the three maps.
12421 (ses-menu, ses-header-line-menu): New menus.
12422 (ses-mode-map): Use them.
12423 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
12424
12425 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
12426
12427 * Makefile.in: Fix the CC Mode recompile kludge so it works
12428 when building in a different directory.
12429
12430 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
12431
12432 * simple.el (kill-new): Put yank-handler property on the entire string.
12433
12434 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12435
12436 * diff.el: Don't use compile any more, use diff-mode instead.
12437 (diff-regexp-alist, diff-old-file, diff-new-file)
12438 (diff-parse-differences, diff-process-setup): Remove.
12439 (diff-sentinel): New fun.
12440 (diff): Use it. Run the process ourselves.
12441 Use diff-mode for the rest of the processing.
12442
12443 * diff.el (diff): Simplify code handling `switch'.
12444
12445 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12446
12447 * pcvs-defs.el (cvs-menu): Add `tag'.
12448
12449 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12450
12451 * simple.el (kill-append): Doc fix.
12452
12453 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12454 Adapt outline-regexp to the new conventions for commenting out code.
12455
12456 2004-02-11 John Paul Wallington <jpw@gnu.org>
12457
12458 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12459
12460 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12461
12462 * diff.el (diff-switches): New fun.
12463 (diff, diff-backup): Use it.
12464 (diff): Clean up the args construction. Use backquote.
12465 Use listp instead of consp to avoid putting a nil arg.
12466 (diff): Add a revert-buffer function.
12467
12468 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12469
12470 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
12471 handled by x-dnd-handle-file-name.
12472 (x-dnd-known-types): Add COMPOUND_TEXT.
12473 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12474 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12475 x-dnd-empty-state.
12476 (x-dnd-forget-drop): Ditto.
12477 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12478 (x-dnd-handle-one-url): Return private when inserting text.
12479 (x-dnd-insert-ctext): New function.
12480 (x-dnd-handle-file-name): New function for FILE_NAME.
12481 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12482 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12483 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12484
12485 2004-02-10 Kenichi Handa <handa@m17n.org>
12486
12487 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12488 instead of while loop.
12489
12490 2004-02-10 Miles Bader <miles@gnu.org>
12491
12492 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12493
12494 2004-02-09 Kenichi Handa <handa@m17n.org>
12495
12496 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12497 have end-of-line.
12498
12499 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
12500
12501 * Makefile.in: Added extra dependencies in the recompile target
12502 needed to cope with the compile time macro expansions in CC Mode.
12503
12504 2004-02-09 Kim F. Storm <storm@cua.dk>
12505
12506 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12507 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12508 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12509 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12510 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12511 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12512 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12513 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12514 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12515 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12516 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12517
12518 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12519
12520 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12521 Don't allow shrink if there's a window on our right.
12522
12523 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12524 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12525 Bring together declaration and initialization.
12526 (prolog-mode-variables): Don't set the syntax table.
12527 Don't set paragraph-start and comment-indent-function.
12528 Add /*..*/ to the comment regexps.
12529 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
12530 (prolog-mode-map): Don't bind TAB.
12531 (prolog-mode): Set the syntax table.
12532 (prolog-comment-indent): Remove.
12533 (inferior-prolog-mode-map): Initialize in the declaration.
12534 (inferior-prolog-mode-syntax-table)
12535 (inferior-prolog-mode-abbrev-table): New vars.
12536 (inferior-prolog-mode): Derive from comint-mode.
12537 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12538 minibuffer windows.
12539
12540 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12541 in file names, as long as it is unabmiguous.
12542
12543 2004-02-08 Andreas Schwab <schwab@suse.de>
12544
12545 * textmodes/reftex-toc.el
12546 (reftex-toc-load-all-files-for-promotion): Remove useless use of
12547 format. Doc fix.
12548
12549 * textmodes/refer.el (refer-find-entry-internal): Remove extra
12550 format string arguments.
12551
12552 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12553 string argument.
12554
12555 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12556
12557 * play/zone.el (zone-call): Fix format string.
12558
12559 * net/webjump.el (webjump-builtin): Add missing format string argument.
12560
12561 * midnight.el (midnight-delay-set): Remove extra format string argument.
12562
12563 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12564
12565 * hexl.el (hexl-insert-char): Add missing format string argument.
12566
12567 * format.el (format-decode): Fix format string.
12568
12569 * emulation/vi.el (vi-mode): Remove extra format string argument.
12570 (vi-repeat-last-search): Likewise.
12571 (vi-reverse-last-search): Likewise.
12572 (vi-goto-mark): Likewise.
12573 (vi-reverse-last-find-char): Likewise.
12574 (vi-repeat-last-find-char): Likewise.
12575 (vi-locate-def): Likewise.
12576
12577 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12578
12579 * ediff-util.el (ediff-toggle-read-only): Remove extra format
12580 string argument.
12581 (ediff-toggle-regexp-match): Likewise.
12582
12583 * dired-aux.el (dired-do-query-replace-regexp): Add missing
12584 format string argument.
12585
12586 * calc/calc-map.el (calc-get-operator): Remove extra format
12587 string argument.
12588
12589 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12590
12591 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12592 string argument.
12593
12594 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12595
12596 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12597
12598 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12599
12600 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12601 (cl-struct-setf-expander): Likewise.
12602
12603 * vc.el (with-vc-file): Fix unsafe uses of error.
12604 (vc-cancel-version): Likewise.
12605
12606 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
12607
12608 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12609 thousands separator; fixes <class>:<line-number> regexp for
12610 non-english locales.
12611
12612 2004-02-08 Andreas Schwab <schwab@suse.de>
12613
12614 * view.el (view-mode-enable): Revert previous change.
12615
12616 2004-02-07 Kim F. Storm <storm@cua.dk>
12617
12618 * simple.el (line-number-at-pos): Rename from line-at-pos.
12619 Uses changed (what-line and vc-annotate-warp-version).
12620
12621 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12622
12623 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12624 (diff-mode): Remove aborted attempt at support for compile.el.
12625 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12626
12627 2004-02-06 Andreas Schwab <schwab@suse.de>
12628
12629 * view.el (view-mode-enable): Add view-mode-map to
12630 minor-mode-overriding-map-alist.
12631
12632 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12633
12634 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12635
12636 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
12637
12638 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12639 with point inside rather than after the paragraph.
12640
12641 2004-02-04 Sam Steingold <sds@gnu.org>
12642
12643 * mail/smtpmail.el (smtpmail-try-auth-methods):
12644 Do not try authentication when no mechanism is available.
12645 Pass port-name as defaultport to `netrc-machine'.
12646
12647 2004-02-04 Stephen Eglen <stephen@gnu.org>
12648
12649 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12650 to show how minibuffer height can be constrained.
12651
12652 2004-02-04 John Paul Wallington <jpw@gnu.org>
12653
12654 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12655
12656 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12657
12658 * x-dnd.el: New file for drag and drop.
12659
12660 * term/x-win.el: require x-dnd, set after-make-frame-functions
12661 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12662 drag-n-drop event.
12663
12664 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12665 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12666 (dired-dnd-handle-file): New functions for drag and drop support.
12667 (dired-mode): Initialize drag and drop if x-dnd present.
12668
12669 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12670
12671 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12672 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12673 (cperl-mode): Set fill-paragraph-function.
12674 (cperl-fill-paragraph): Make it non-interactive.
12675
12676 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
12677
12678 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12679
12680 2004-02-02 David Kastrup <dak@gnu.org>
12681
12682 * replace.el (perform-replace): Allow 'literal argument in
12683 regexp-flag to indicate literal replacement.
12684 (query-replace-regexp-eval): Use it.
12685
12686 2004-02-01 Andreas Schwab <schwab@suse.de>
12687
12688 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12689
12690 2004-02-01 Stephen Eglen <stephen@gnu.org>
12691
12692 * info-look.el: Add support for maxima-mode. Update commentary
12693 because info-lookup-symbol is now bound to C-h S.
12694
12695 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
12696
12697 * simple.el (edit-and-eval-command): Bind print-level and
12698 minibuffer-history-sexp-flag around call to read-from-minibuffer.
12699 Correct initial position in command-history.
12700
12701 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
12702
12703 * files.el (read-directory-name): Adapt the docstring to recent
12704 change in Fread_file_name.
12705
12706 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
12707
12708 * ses.el (ses-print-cell): If print format too wide for column
12709 width, truncate decimal places if that helps to avoid "#####" fill.
12710 * ses.el (ses-initial-column-width): Revert previous change.
12711
12712 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
12713
12714 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12715 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12716 Add edebug info.
12717 (jit-lock-mode): Setup/cancel the new timer.
12718 (jit-lock-context-fontify): New fun. Extracted from
12719 context fontification code of jit-lock-stealth-fontify.
12720 (jit-lock-stealth-fontify): Don't do context fontification any more.
12721
12722 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12723 (jit-lock-fontify-now): Handle the `quit' case.
12724 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12725
12726 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
12727
12728 * progmodes/executable.el (executable-command-find-posix-p):
12729 New. Check if find handles arguments Posix-style.
12730
12731 * progmodes/grep.el (grep-compute-defaults):
12732 Use executable-command-find-posix-p.
12733 (grep-find): Check `grep-find-command'.
12734
12735 * filecache.el (file-cache-find-posix-p): Delete.
12736 (file-cache-add-directory-using-find):
12737 Use `executable-command-find-posix-p'.
12738
12739 2004-01-29 Dave Love <fx@gnu.org>
12740
12741 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12742 Iterate the hook function if arg is given.
12743 (mark-defun, narrow-to-defun): Change order of finding the limits.
12744
12745 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12746 (byte-compile-format-warn): New.
12747 (byte-compile-callargs-warn): Use it.
12748 (Format, message, error): Add byte-compile-format-like property.
12749 (byte-compile-maybe-guarded): New.
12750 (byte-compile-if, byte-compile-cond): Use it.
12751 (byte-compile-lambda): Compile interactive forms,
12752 just to make warnings about them.
12753
12754 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
12755
12756 * ses.el (ses-initial-column-width): Increase to 14, so it will
12757 work well with the default printer of "%.7g" for extreme values
12758 like "-1.234567e+07".
12759
12760 2004-01-29 Kenichi Handa <handa@m17n.org>
12761
12762 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12763
12764 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
12765
12766 * dos-w32.el: Added support for the `default-printer-name' function.
12767
12768 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12769
12770 * server.el (server-socket-name): Don't use the hostname in the
12771 socket name since /tmp is local to the host anyway.
12772
12773 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12774 robust check of widening and fix var-naming.
12775
12776 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
12777
12778 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12779 or rmail-spam- to rsf- in all function and variable names.
12780 (rsf-min-region-to-spam-list): New variable.
12781 (rsf-bbdb-auto-delete-spam-entries): Rename from
12782 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
12783 scanned together with the recipients field for spam testing; Don't
12784 delete spam message if rmail-delete-after-output is non-nil;
12785 (rsf-check-field): New function, extracted from code in
12786 rmail-spam-filter to ease addition of header fields like
12787 content-type:;
12788 (message-content-type): New variable. The content-type: field was
12789 added also in defcustom of rsf-definitions-alist;
12790 (rmail-spam-filter): Replace repeated test code for header fields
12791 by calls to check-field; change the call to
12792 rmail-output-to-rmail-file such that rmail-current-message stays
12793 the same to avoid wrong deletion of unseen flags.
12794 (rmail-use-spam-filter): Add autoload cookie.
12795
12796 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
12797
12798 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
12799 (file-cache-add-directory-using-find): Add Cygwin support.
12800 (file-cache-find-command-posix-flag): New user variable.
12801
12802 * filecache.el (file-cache-add-directory): Check for
12803 directories an remove them from dir-files.
12804
12805 2004-01-27 Richard M. Stallman <rms@gnu.org>
12806
12807 * man.el (Man-fontify-manpage): Clean up message.
12808
12809 2004-01-27 Kenichi Handa <handa@m17n.org>
12810
12811 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12812 (sentence-end): Define using sentence-end-without-space.
12813
12814 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12815 a sentence ends with one of a character in sentence-end-without-space.
12816
12817 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
12818
12819 * font-lock.el (font-lock): Add jit-lock as explicit group member.
12820 (jit-lock): Group declaration moved to jit-lock.el.
12821 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12822 when necessary.
12823
12824 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12825 (jit-lock-context-unfontify-pos): Rename from
12826 jit-lock-first-unfontify-pos.
12827 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12828
12829 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12830
12831 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12832 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12833 (fortran-fill): When filling a string, adjust re-search-backward
12834 argument for special case of string just on fill-column.
12835 When filling non-string, allow one extra char if
12836 fortran-break-before-delimiters is non-nil.
12837 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12838 Use fortran-break-delimiters-re and fortran-no-break-re to
12839 correctly handle cases such as "**".
12840
12841 * progmodes/f90.el (f90-break-delimiters): Doc fix.
12842 (f90-no-break-re): Add some extra tokens. Doc fix.
12843
12844 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
12845
12846 * mail/rmail-spam-filter.el:
12847 Use two semicolons as Commentary line prefix.
12848 Add ";;; Code:" stylized comment.
12849 Delete end-of-line whitespace.
12850 Wrap (require 'cl) with `eval-when-compile'.
12851
12852 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
12853
12854 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12855 at the top level of vc.el.
12856
12857 2004-01-23 Andre Spiegel <spiegel@gnu.org>
12858
12859 * vc.el (vc-current-line): Function removed. This is now done by
12860 the new function line-at-pos in simple.el.
12861 (vc-annotate-warp-version): Use line-at-pos instead of
12862 vc-current-line.
12863
12864 2004-01-22 Kim F. Storm <storm@cua.dk>
12865
12866 * simple.el (line-at-pos): New defun.
12867 (what-line): Use it. Optimize by only counting lines in narrowed
12868 region once.
12869
12870 2004-01-22 Kenichi Handa <handa@m17n.org>
12871
12872 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12873 point (register r1) only for charset mule-unicode-0100-24ff.
12874
12875 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
12876
12877 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12878 trailing white space and ensure a final newline.
12879
12880 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12881 Add autoload cookie.
12882
12883 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
12884
12885 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12886 activate view-mode explicitly.
12887
12888 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12889
12890 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12891 use clipboard first.
12892
12893 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
12896 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12897 (vc-mcvs-cvs): Remove.
12898 (vc-mcvs-command): Remove use of assert.
12899
12900 * outline.el (outline-insert-heading): Tighten up match.
12901 (outline-demote, outline-move-subtree-down): Don't assume anything
12902 about outline-regexp.
12903
12904 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12905 (texinfo-show-structure): Explicitly add ^, and simplify.
12906
12907 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
12908
12909 * calendar/appt.el (appt-check): Restore usage of
12910 appt-issue-message deleted in previous change.
12911 (top-level): Activate package when loaded (needed for backwards
12912 compatibility).
12913
12914 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12915
12916 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12917 following previous change to smtpmail-send-data.
12918
12919 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
12920
12921 * vc.el (vc-default-previous-version): Doc enhancement.
12922 (vc-default-next-version): New function.
12923 (vc-print-log): New arg FOCUS-REV.
12924 (vc-annotate-mode): Derive from view-mode.
12925 (vc-annotate): New args REVISION, DISPLAY-MODE.
12926 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12927 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12928 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12929 (vc-annotate-show-diff-revision-at-line, vc-current-line)
12930 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12931
12932 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12933
12934 2004-01-19 Karl Berry <karl@gnu.org>
12935
12936 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12937 or "TexInfo".
12938
12939 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
12940
12941 * subr.el (delete-dups): New function.
12942
12943 2004-01-19 Karl Berry <karl@gnu.org>
12944
12945 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12946 with ^, since that's what texinfo-show-structure
12947 documentation says (plus it works much better in texinfo.txi).
12948
12949 2004-01-18 Jesper Harder <harder@ifa.au.dk>
12950
12951 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12952
12953 2004-01-18 David Ponce <david@dponce.com> (tiny change)
12954
12955 * progmodes/which-func.el (which-function-mode): Don't cancel
12956 which-func-update-timer if not set.
12957
12958 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
12959
12960 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12961 Remove spurious left square bracket in XX:XXam regexp.
12962
12963 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
12964
12965 * progmodes/cc-defs.el: Do not require cl at run time.
12966
12967 2004-01-16 Richard M. Stallman <rms@gnu.org>
12968
12969 * emacs-lisp/cl.el (cl-cannot-unload): New function.
12970 (cl-unload-hook): Defvar this to run cl-cannot-unload.
12971
12972 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12973 Call rmail-spam-filter. Delete and expunge spam.
12974 Print number of spam messages deleted.
12975 Save and restore the deletion status of old messages when reading
12976 new mail with spam filter, so that expunging spam does not expunge
12977 msgs deleted by the user.
12978 (rmail-only-expunge): Add an optional argument dont-show to
12979 prevent showing message after expunge.
12980
12981 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12982
12983 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12984 * subr.el (declare): New macro.
12985
12986 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
12987
12988 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12989
12990 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
12991
12992 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12993 Test window-system rather than system-type (for X11/Mac).
12994
12995 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
12996
12997 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12998
12999 2004-01-12 Richard M. Stallman <rms@gnu.org>
13000
13001 * mail/rmail.el (rmail-convert-to-babyl-format):
13002 Use mail-unquote-printable-region.
13003 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13004 (rmail-hex-char-to-integer): Functions deleted.
13005
13006 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13007 (mail-unquote-printable-region): New arg NOERROR.
13008 For invalid encoding, either signal an error to just return nil.
13009
13010 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13011
13012 * calendar/appt.el: Update copyright and commentary.
13013 (appt-issue-message): Make obsolete.
13014 (appt-visible, appt-msg-window): Make obsolete, in favour of
13015 appt-display-format.
13016 (appt-display-mode-line, appt-display-duration)
13017 (appt-display-diary, appt-time-msg-list, appt-mode-string)
13018 (appt-prev-comp-time, appt-display-count, appt-timer)
13019 (appt-convert-time): Doc change.
13020 (appt-disp-window-function, appt-delete-window-function):
13021 Use defcustom rather than defvar.
13022 (appt-display-format): New variable.
13023 (appt-display-message): New function with display code from appt-check.
13024 (appt-check): Add optional FORCE argument. Doc change.
13025 Add appt-make-list to diary-hook if displaying diary.
13026 Remove checking of view-diary-entries-initially.
13027 Message display section removed to new function appt-display-message.
13028 (appt-display-window): Doc change. Remove unused internal var
13029 this-buffer. Do not beep, since appt-display-message does that.
13030 (appt-make-list): Doc change. Use caar.
13031 (appt-sort-list): Simplify by using builtin sort function.
13032 (appt-update-list): New function for updating appts when diary is
13033 saved.
13034 (appt-activate): New autoloaded function to toggle package
13035 functionality.
13036
13037 * calendar/cal-x.el: (calendar-one-frame-setup)
13038 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13039
13040 * calendar/calendar.el: Update copyright.
13041 (view-diary-entries-initially, european-calendar-style): Doc change.
13042 (calendar-setup): Make defcustom rather than defvar.
13043 (mark-visible-calendar-date): Initialize temp-face and faceinfo
13044 in let binding so local to function.
13045
13046 * calendar/diary-lib.el: Update copyright.
13047 (diary, diary-entry-time): Doc change.
13048 (list-diary-entries): Doc change. Trivial logic change.
13049 (fancy-diary-display): Restore make-face command mistakenly
13050 deleted 2003-05-08.
13051 (show-all-diary-entries): Allow to pop-up frame if needed.
13052
13053 2004-01-09 John Paul Wallington <jpw@gnu.org>
13054
13055 * bindings.el (mode-line-change-eol): Add EVENT parameter.
13056 Temporarily select EVENT's window for changing eol type.
13057
13058 2004-01-09 Deepak Goel <deego@gnufans.org>
13059
13060 * calendar/diary-lib.el (diary-entry-time):
13061 Also accept time in the form XX[.XX][am/pm/AM/PM].
13062 (fancy-diary-font-lock-keywords): Likewise.
13063 (diary-font-lock-keywords): Likewise.
13064 * calendar/appt.el (appt-add): Likewise.
13065 (appt-make-list): Likewise.
13066 (appt-convert-time): Likewise.
13067
13068 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
13069
13070 * gdb-ui.el (gdb-ann3): Revert previous change.
13071 (gdb-source-info): Allow for case of where compilation directory
13072 is not recorded.
13073
13074 2004-01-08 John Paul Wallington <jpw@gnu.org>
13075
13076 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13077
13078 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
13079
13080 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13081
13082 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13083 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13084 problems.
13085 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13086
13087 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
13088
13089 * files.el (write-file-functions, write-contents-functions):
13090 Clarify docstrings.
13091
13092 2004-01-07 Kenichi Handa <handa@m17n.org>
13093
13094 * international/mule.el (set-auto-coding): Fix for the case that
13095 end-of-line is only CR.
13096
13097 2004-01-07 Kim F. Storm <storm@cua.dk>
13098
13099 * subr.el (event-start, event-end): Doc fix.
13100 (posn-string, posn-image): New defuns.
13101 (posn-object): Return either image or string object.
13102 (posn-object-x-y): Return 8th element of position.
13103 (posn-object-width-height): New defun.
13104
13105 2004-01-06 Andreas Schwab <schwab@suse.de>
13106
13107 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13108 output.
13109
13110 2004-01-05 Karl Berry <karl@gnu.org>
13111
13112 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13113 / and *, too.
13114
13115 2003-12-31 Simon Josefsson <jas@extundo.com>
13116
13117 * files.el (before-save-hook): Add.
13118 (basic-save-buffer): Use before-save-hook.
13119
13120 * emacs-lisp/copyright.el: Fix comment to recommend
13121 before-save-hook instead of write-file-functions.
13122
13123 2004-01-05 Richard M. Stallman <rms@gnu.org>
13124
13125 * finder.el (finder-commentary): Call delete-other-windows.
13126
13127 * net/ange-ftp.el (ange-ftp-file-attributes):
13128 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13129
13130 2004-01-04 Karl Berry <karl@gnu.org>
13131
13132 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13133 comment characters % and # in the copyright year notice,
13134 as well as ;.
13135
13136 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
13137
13138 * wid-edit.el (default): Define dummy :value-delete.
13139 Reported by Jesper Harder <harder@ifa.au.dk>.
13140
13141 2004-01-03 Richard M. Stallman <rms@gnu.org>
13142
13143 * progmodes/compile.el (compile-internal): Use point, not point-min,
13144 for set-window-point.
13145
13146 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13147
13148 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13149
13150 * progmodes/grep.el (grep-mode-map):
13151 Don't remap next-line, previous-line.
13152
13153 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
13154
13155 * speedbar.el (speedbar-edit-line): Change regexp to position
13156 the cursor on the first character of this line's button.
13157
13158 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
13159
13160 * subr.el (functionp): Doc fix.
13161
13162 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
13163
13164 * progmodes/idlwave.el (idlwave-make-tags):
13165 * textmodes/flyspell.el (flyspell-large-region):.
13166 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13167 * emulation/viper-util.el (viper-glob-unix-files):
13168 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13169 * man.el (Man-init-defvars):
13170 * jka-compr.el (jka-compr-call-process):
13171 * files.el (get-free-disk-space,insert-directory):
13172 * ediff-ptch.el (ediff-test-patch-utility):
13173 * ediff-diff.el (ediff-test-utility):
13174 * dired-aux.el (dired-check-process):
13175 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13176 test the return value of call-process, because it can be a string.
13177
13178 2003-12-31 John Paul Wallington <jpw@gnu.org>
13179
13180 * bindings.el (completion-ignored-extensions): Add .pfsl.
13181
13182 2003-12-31 Kim F. Storm <storm@cua.dk>
13183
13184 * ido.el (ido-nonreadable-directory-p): New defun to check for
13185 nonreadable directory without activating tramp (to avoid problems
13186 with checking incomplete tramp paths).
13187 (ido-set-current-directory, ido-file-internal)
13188 (ido-file-name-all-completions1): Use it.
13189
13190 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
13191
13192 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13193 documentation if the anchor (or node) name is preceded by `info
13194 anchor' or `Info anchor' in addition to earlier `info node' and
13195 `Info node'.
13196 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13197
13198 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13199
13200 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13201 error in arguments to base64-decode-region. Remove ^M characters
13202 after decoding base64.
13203
13204 2003-12-30 Simon Josefsson <jas@extundo.com>
13205
13206 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
13207 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13208 have only been distributed with Emacs for some years.
13209 (texinfo-mode-hook): Customize.
13210
13211 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13212
13213 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13214 cleaner (suggested by Richard Stallman).
13215
13216 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13217 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13218 file-name clashes on 8+3 DOS filesystems.
13219
13220 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13221 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13222 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13223 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13224 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13225 file-name clashes on 8+3 filesystems.
13226
13227 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13228 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13229 file-name clashes on 8+3 DOS filesystems.
13230
13231 2003-12-29 Richard M. Stallman <rms@gnu.org>
13232
13233 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13234 Upcase the character.
13235
13236 * textmodes/flyspell.el (mail-mode-flyspell-verify):
13237 Search for header separator alone on a line, literally,
13238 and search for it backward, not forward.
13239 (flyspell-abbrev-table): Always use global-abbrev-table
13240 if there is no local one.
13241
13242 * progmodes/sh-script.el (sh-get-indent-info):
13243 Don't move point back if at bob.
13244
13245 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13246
13247 * play/handwrite.el (handwrite): Make the handwrite credit message
13248 a comment rather than an output command.
13249
13250 * obsolete/sc.el: Display message that this file is obsolete.
13251
13252 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13253
13254 * mail/rfc822.el (rfc822-address-start): Declare variable.
13255 Renamed from address-start. All uses changed.
13256
13257 * term.el (term-exec): Set up sentinel.
13258 (term-sentinel): New function.
13259 (term-handle-exit): New function.
13260
13261 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13262 Use assoc-string, and mark them obsolete.
13263 (delay-mode-hooks): Mark as permanent local.
13264
13265 * simple.el (sendmail-user-agent-compose): Use assoc-string.
13266
13267 * register.el (copy-rectangle-to-register): Doc fix.
13268
13269 * info.el (Info-insert-dir): Use assoc-string.
13270
13271 * info-look.el (info-lookup): Use assoc-string.
13272
13273 * frame.el (pop-up-frame-function): Use quote, not `function'.
13274 (frame-notice-user-settings): Calculate ADJUSTED-TOP
13275 copying with lists as coordinate values.
13276
13277 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13278
13279 * find-dired.el (kill-find): New command.
13280 (find-dired): Make buffer read-only.
13281 Set up a keymap with C-c C-k running kill-find.
13282 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13283
13284 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13285
13286 * filecache.el (file-cache-ignore-case): New variable.
13287 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
13288
13289 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13290 (comint-dynamic-complete-as-filename): Rename local vars.
13291 (comint-dynamic-list-filename-completions): Likewise.
13292
13293 * comint.el (comint-dynamic-list-completions-config): New var.
13294 (comint-dynamic-list-completions): Handle both SPC and TAB right.
13295
13296 * comint.el (comint-file-name-chars): Add [].
13297 (comint-word): Use skip-chars-backward, not search.
13298
13299 * shell.el (shell-file-name-chars): Add [].
13300
13301 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13302
13303 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13304
13305 * generic.el (define-generic-mode): Doc fix.
13306
13307 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13308
13309 * files.el (kill-some-buffers): Doc fix.
13310
13311 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
13312
13313 * comint.el (comint-watch-for-password-prompt): Pass `string' as
13314 arg to send-invisible
13315 (send-invisible): Doc fix. The argument is now a prompt, not the
13316 string to send.
13317 (comint-read-noecho): Doc fix.
13318
13319 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
13320
13321 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13322 "@", as required by some ISP hosting service. Fix defcustom
13323 argument syntax errors that prevented use of customization.
13324
13325 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13326
13327 * xml.el (xml-get-attribute-or-nil): Doc fix.
13328
13329 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
13330
13331 * net/zone-mode.el (zone-mode): Use write-file-functions, not
13332 write-file-hooks.
13333
13334 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
13335
13336 * autorevert.el (auto-revert-interval): Doc fix.
13337
13338 2003-12-29 Mark A. Hershberger <mah@everybody.org>
13339
13340 * xml.el (xml-get-attribute-or-nil): New function, like
13341 xml-get-attribute, but returns nil if the attribute was not found.
13342 (xml-get-attribute): Convert to defsubst, uses
13343 xml-get-attribute-or-nil.
13344
13345 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13346
13347 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13348
13349 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
13350
13351 * custom.el (custom-declare-theme): Use `value' when putting
13352 properties on `theme'.
13353
13354 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
13355
13356 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13357 for each yank-handler segment.
13358 (insert-for-yank-1): New function, with the body of the previous
13359 insert-for-yank.
13360
13361 * textmodes/table.el (table-yank-handler): New defcustom.
13362 (table--put-cell-indicator-property): Put yank-handler property
13363 that indicates the yank handler for the table cell.
13364
13365 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13366
13367 * generic-x.el (etc-modules-conf-generic-mode): A more complete
13368 set of keywords.
13369
13370 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13371
13372 * international/mule-cmds.el (reset-language-environment)
13373 (set-language-environment): Don't invoke fontset-related functions
13374 if fontset-list is not fboundp.
13375
13376 2003-12-29 Kenichi Handa <handa@m17n.org>
13377
13378 * international/mule-cmds.el (reset-language-environment):
13379 Call set-overriding-fontspec-internal with nil.
13380 (set-language-environment): Call set-overriding-fontspec-internal
13381 if the language environment specify `overriding-fontspec'.
13382 (language-info-alist): Doc added.
13383
13384 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13385 characters of mule-unicode-0100-24ff.
13386 (ccl-encode-windows-1251-font): New CCL program.
13387 ("Bulgarian"): Specify overriding-fontspec.
13388 ("Belarusian"): Likewise.
13389
13390 2003-12-28 Sam Steingold <sds@gnu.org>
13391
13392 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13393 parameter ID-FORMAT to conform with the 2003-11-30 patch.
13394
13395 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
13396
13397 * progmodes/gud.el (gud-gdb-command-name): Set default to
13398 "gdb --annotate=3".
13399 (gud-gdb-marker-filter): Look out for annotations.
13400 (gdb-first-pre-prompt): New variable.
13401 Remove trailing white space.
13402
13403 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13404 if necessary.
13405 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
13406 annotations are detected.
13407 (gud-gdba-marker-filter): Use global variable gud-marker-acc
13408 instead of a local one to allow transition from
13409 gud-gdb-marker-filter.
13410 Remove trailing white space.
13411
13412 2003-12-27 Kim F. Storm <storm@cua.dk>
13413
13414 * ido.el: Handle non-readable directories.
13415 (ido-decorations): Add 9th element for non-readable directory.
13416 (ido-directory-nonreadable): New dynamic var.
13417 (ido-set-current-directory): Set it.
13418 (ido-read-buffer, ido-file-internal):
13419 (ido-read-file-name, ido-read-directory-name): Let-bind it.
13420 (ido-file-name-all-completions1): Return empty list for
13421 non-readable directory.
13422 (ido-exhibit): Print [Not readable] if directory is not readable.
13423 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13424 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13425 Use it.
13426
13427 2003-12-27 Lars Hansen <larsh@math.ku.dk>
13428
13429 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13430 calls to directory-files-and-attributes and file-attributes.
13431 (ls-lisp-format): Remove system dependent handling of user and
13432 group id's.
13433
13434 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
13435
13436 * ffap.el (ffap-read-file-or-url): Revert previous change.
13437
13438 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
13439
13440 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13441 new list of included files called `files-with-node-lines', that
13442 only have node lines. This way @include commands can include any
13443 file, such as version and update files without node lines, not
13444 just files that are chapters.
13445
13446 2003-12-25 Andreas Schwab <schwab@suse.de>
13447
13448 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13449 file not found.
13450
13451 2003-12-08 Miles Bader <miles@gnu.org>
13452
13453 * dired.el (dired-between-files): Always use dired-move-to-filename,
13454 which is more robust in non-english locales.
13455
13456 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
13457
13458 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13459
13460 2003-12-24 Andreas Schwab <schwab@suse.de>
13461
13462 * shell.el (shell-file-name-quote-list): Add backslash.
13463
13464 * comint.el (comint-quote-filename): Correctly handle backslash
13465 in comint-file-name-quote-list.
13466
13467 2003-12-24 Kenichi Handa <handa@m17n.org>
13468
13469 * international/mule-cmds.el (set-default-coding-systems):
13470 Call ucs-set-table-for-input for all buffers that don't have local
13471 value of buffer-file-coding-system.
13472
13473 * international/ucs-tables.el (ucs-set-table-for-input):
13474 If translation-table-for-encode is a symbol, get its
13475 translation-table property.
13476
13477 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
13478
13479 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13480 to `completing-read' on a recently fixed bug.
13481
13482 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13483 instead of SPACE, to get the list of possible fringe modes.
13484 SPACE only works if both `partial-completion-mode' and
13485 `completion-auto-help' are nil.
13486
13487 * complete.el (PC-is-complete-p): Delete.
13488 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13489 calls to `test-completion'.
13490
13491 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
13492
13493 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13494 to edit values when there are no children.
13495
13496 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13497 a mode called "Assembler" already exists.
13498 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13499 (gud-watch): Use format option. Remove font properties from string.
13500 (gdb-var-create-handler, gdb-var-list-children-handler):
13501 Don't bother about properties as there are none.
13502 (gdb-var-create-handler, gdb-var-list-children-handler)
13503 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13504 with two arguments.
13505 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13506 Let speedbar show value changes with a different font.
13507 (gdb-edit-value): New defun.
13508 (gdb-clear-partial-output, gdb-clear-inferior-io)
13509 (def-gdb-auto-update-handler): Use erase-buffer.
13510 (gdb-frame-handler): Display watch expressions in
13511 FUNCTION::VARIABLE format if required.
13512
13513 2003-12-23 John Paul Wallington <jpw@gnu.org>
13514
13515 * info.el (Info-unescape-quotes, Info-split-parameter-string)
13516 (Info-goto-emacs-command-node): Doc fixes.
13517
13518 2003-12-12 Jesper Harder <harder@ifa.au.dk>
13519
13520 * cus-edit.el (custom-add-parent-links): Define "many".
13521
13522 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
13523
13524 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13525 (widget-child-validate, widget-type-value-create)
13526 (widget-type-default-get, widget-type-match): New functions.
13527 (lazy): New widget.
13528 (menu-choice, checklist, radio-button-choice, editable-list)
13529 (group, documentation-string): Remove redundant (per 2003-10-25
13530 change) calls to `widget-children-value-delete'.
13531 (widget-choice-value-get, widget-choice-value-inline): Remove.
13532 (menu-choice): Update widget.
13533
13534 2003-12-03 Kenichi Handa <handa@m17n.org>
13535
13536 * language/cyrillic.el: Register "microsoft-cp1251" in
13537 ctext-non-standard-encodings-alist.
13538 ("Bulgarian"): Add ctext-non-standard-encodings.
13539 ("Belarusian"): Likewise.
13540
13541 * international/mule-conf.el (compound-text-with-extensions):
13542 Change the type to 2 (iso-2022 base).
13543
13544 * international/mule.el (ctext-non-standard-encodings-alist):
13545 Change the format.
13546 (ctext-non-standard-encodings): New variable.
13547 (ctext-post-read-conversion): Fully re-written.
13548 (ctext-non-standard-designations-alist): Delete it.
13549 (ctext-non-standard-encodings-table): New function.
13550 (ctext-pre-write-conversion): Fully re-written.
13551
13552 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13553
13554 * cus-edit.el (custom-add-parent-links): Add documentation links
13555 for parent, if the item has none of its own.
13556
13557 2003-11-30 Richard M. Stallman <rms@gnu.org>
13558
13559 * dired-aux.el (dired-do-query-replace-regexp):
13560 Report files visited read-only.
13561
13562 2003-11-30 Juri Linkov <juri@jurta.org>
13563
13564 * dired-aux.el (dired-compare-directories): New command.
13565 (dired-file-set-difference, dired-files-attributes): New functions.
13566
13567 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13568 Version 2.0.38 of Tramp released.
13569
13570 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
13571 Charles Curley <charlescurley@charlescurley.com>.
13572 (tramp-multi-connection-function-alist): Add ssht entry which adds
13573 "-e none -t -t" to the list of ssh args. Suggested by Adrian
13574 Aichner.
13575 (tramp-get-method-parameter): New function to retrieve a method
13576 parameter. This allows for omission of method parameters.
13577 Callers adjusted.
13578
13579 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
13580
13581 * net/tramp.el: Add new optional parameter ID-FORMAT to
13582 `file-attributes'. Calls of `file-attributes' won't use this
13583 parameter for backward compatibility reasons.
13584 (tramp-perl-file-attributes): Add a new parameter to Perl script
13585 in order to handle uid/gid as strings, if desired.
13586 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13587 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13588 order to make the function more general.
13589 (tramp-handle-file-attributes): Replace proprietary optional
13590 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13591 (tramp-handle-file-attributes-with-perl): Handle parameter
13592 NONNUMERIC if set. This wasn't done in the past.
13593 (tramp-post-connection): Apply second parameter "$2" if
13594 `tramp-remote-perl' is called.
13595
13596 * net/tramp-smb.el (tramp-smb-handle-delete-file):
13597 Correct cut'n'waste error (`filename' instead of `directory').
13598 (tramp-smb-handle-directory-files-and-attributes)
13599 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13600 introduced parameter ID-FORMAT.
13601 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13602 error (`directory' instead of `ldir').
13603
13604 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13605 `file-attributes' has a second parameter. If yes, apply it with
13606 value "'integer". Otherwise, don't use that parameter (default is
13607 integer format).
13608
13609 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
13610
13611 * help.el (help-map): Bind `display-local-help' to `C-h .'.
13612 (help-for-help): Add `C-h .' to the listed Help options.
13613 Remove trailing whitespace.
13614
13615 * help-at-pt.el: New file.
13616
13617 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
13618
13619 * subr.el (noreturn, 1value): New macros for test coverage.
13620 See `testcover.el'.
13621
13622 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13623
13624 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13625 for macro `1value'.
13626 (testcover-1value): New function. Checks that a 1value form
13627 actually returns only one value. Requested by RMS.
13628
13629 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
13630
13631 * gdb-ui.el (gud-watch, gdb-var-create-handler)
13632 (gdb-var-list-children, gdb-var-list-children-handler)
13633 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13634 gdb commands that use mi to keep them out of the command history.
13635
13636 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13637
13638 * cus-start.el (all): Add use-file-dialog.
13639
13640 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13641
13642 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13643
13644 2003-11-27 Kim F. Storm <storm@cua.dk>
13645
13646 * subr.el (posn-object-x-y): New defun.
13647
13648 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13649
13650 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13651 Don't use `space' for \\\n.
13652 Be more selective as to which # are comment-starters.
13653
13654 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
13655
13656 * subr.el (number-sequence): Improve handling of floating point
13657 arguments (suggested by Kim Storm). Allow negative arguments.
13658
13659 2003-11-26 Kenichi Handa <handa@m17n.org>
13660
13661 * international/mule-cmds.el (standard-display-european-internal):
13662 Cancel the standard-display-table setting for ` and '.
13663
13664 2003-11-26 Kim F. Storm <storm@cua.dk>
13665
13666 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13667 New defcustoms to add ffap-like functionality to ido.
13668 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
13669 (ido-no-final-slash): New defun.
13670 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13671 (ido-read-file-name): ): Toggle VC checking via
13672 vc-handled-backends instead of vc-master-templates.
13673 (ido-file-internal): Handle ido-use-url-at-point and
13674 ido-use-filename-at-point via code borrowed from ffap-guesser.
13675 Handle new ido-exit code ffap.
13676 (ido-sort-list): Ignore final slash when sorting file names.
13677
13678 2003-11-25 Kim F. Storm <storm@cua.dk>
13679
13680 * emulation/cua-base.el (cua--standard-movement-commands):
13681 Add forward-sentence and backward-sentence.
13682
13683 2003-11-25 Stephen Eglen <stephen@gnu.org>
13684
13685 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13686 iswitchb-exit is set to 'usefirst when user selects buffer at head
13687 of list using RET. (Selecting buffers at the head of the list was
13688 broken if the substring was also a complete buffername.)
13689
13690 2003-11-23 Kim F. Storm <storm@cua.dk>
13691
13692 * progmodes/compile.el (grep-command, grep-use-null-device)
13693 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13694 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13695 (grep-regexp-alist, grep-program, find-program)
13696 (grep-find-use-xargs, grep-history, grep-find-history)
13697 (grep-process-setup, grep-compute-defaults)
13698 (grep-default-command, grep, grep-tag-default, grep-find)
13699 (grep-expand-command-macros, grep-tree-last-regexp)
13700 (grep-tree-last-files, grep-tree): Move grep variables, functions
13701 and commands to new file grep.el.
13702 (compilation-mode-map): Remove grep commands from Compile sub-menu.
13703 (compilation-process-setup-function): Doc fix.
13704 (compilation-highlight-regexp, compilation-highlight-overlay): New
13705 defvars used for highlighting current compile error in source buffer.
13706 (compile-internal): New optional args HIGHLIGHT-REGEXP and
13707 LOCAL-MAP which overrides compilation-highlight-regexp and
13708 compilation-mode-map for this compilation.
13709 Delay calling compilation-set-window-height until after running
13710 compilation-process-setup-function so it can buffer-local override
13711 compilation-window-height.
13712 Check buffer-local value of compilation-scroll-output.
13713 (compilation-set-window-height): Use buffer-local value of
13714 compilation-window-height.
13715 (compilation-revert-buffer): Don't pass (undefined)
13716 preserve-modes arg to revert-buffer.
13717 (next-error-no-select, previous-error-no-select): New commands.
13718 (compilation-goto-locus): Temporarily highlight current match in
13719 source buffer using compilation-highlight-regexp.
13720
13721 * progmodes/grep.el: New file with grep code from compile.el.
13722 (grep): New defcustom group.
13723 (grep-window-height): New defcustom, like compilation-window-height.
13724 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13725 (grep-scroll-output): New defcustom, like compilation-scroll-output.
13726 (grep-command, grep-use-null-device, grep-find-command)
13727 (grep-tree-files-aliases, grep-tree-ignore-case)
13728 (grep-tree-ignore-CVS-directories): Move to grep custom group.
13729 (grep-setup-hook): New hook variable.
13730 (grep-mode-map): New keymap for grep commands. Add Grep menu.
13731 (grep-last-buffer): New defvar, override compilation-last-buffer.
13732 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
13733 Call compile-internal with args highlight-regexp and grep-mode-map.
13734
13735 2003-11-23 Kim F. Storm <storm@cua.dk>
13736
13737 * subr.el (event-start, event-end): Doc fix.
13738 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13739 (posn-area, posn-actual-col-row, posn-object): New defuns.
13740 (posn-col-row): Simplify doc. Rewrite to use cond.
13741 (posn-point): Also return buffer position for events outside text
13742 area (that info is now present in the event position).
13743
13744 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13745 mouse-set-point so that hscroll still works now that clicks on
13746 fringes generate specific mouse events.
13747 (mouse-set-point): Note that it now works in fringes and margins
13748 too due to new semantics of posn-point in fringes and margins.
13749
13750 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13751 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13752
13753 2003-11-20 Kim F. Storm <storm@cua.dk>
13754
13755 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13756 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13757 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13758 to 100 for icons to avoid increasing line height when shown.
13759
13760 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13761
13762 * newcomment.el (comment-normalize-vars): Initialize properly if
13763 comment-start was nil.
13764
13765 2003-11-19 Andreas Schwab <schwab@suse.de>
13766
13767 * simple.el (set-variable): Fix indentation.
13768
13769 2003-11-17 Kenichi Handa <handa@m17n.org>
13770
13771 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13772 Fix docstring.
13773
13774 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13775
13776 * international/latin1-disp.el (latin1-display): Fix docstring.
13777
13778 2003-11-16 John Wiegley <johnw@newartisans.com>
13779
13780 * eshell/em-ls.el (eshell-ls-file): There are times with
13781 size-width is nil and uncomputed (when directories are created in
13782 dired, for example); in this case, 4 is reasonable default value,
13783 although it may caused skewed new entries (which could be avoided
13784 by returning the original value of 8 in all cases, but 99% of the
13785 time this is a waste of whitespace).
13786
13787 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13788
13789 * cc-engine.el (c-guess-continued-construct)
13790 (c-guess-basic-syntax): Check a little more carefully if it's a
13791 function declaration when an unknown construct followed by a block
13792 is found inside a statement context. This avoids macros followed
13793 by blocks to be taken as function declarations.
13794
13795 (c-guess-continued-construct): Change the analysis of a statement
13796 continuation with a brace open to `substatement-block', for
13797 consistency with recognized statements.
13798
13799 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13800 start is in a position so that `c-beginning-of-statement-1' jumped
13801 to the beginning of the same statement.
13802
13803 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13804 Don't accept binary operators in the arglist if we're in a function
13805 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
13806 template recognition in cases like "if (a < b || c > d)".
13807
13808 (c-restricted-<>-arglists): New more appropriate name for
13809 `c-disallow-comma-in-<>-arglists'.
13810
13811 Accessing functions updated for the variable name change.
13812
13813 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13814 match data could get clobbered if NOT-INSIDE-TOKEN is used.
13815
13816 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13817 labels.
13818
13819 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13820 instead of duplicating parts of it. This fixes bogus label
13821 recognition.
13822
13823 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13824 of checking the context in which to apply the minimum indentation,
13825 so that it isn't enforced in e.g. namespace blocks.
13826
13827 * cc-vars.el (c-inside-block-syms): New constant used by
13828 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
13829 to somewhat reduce the risk of becoming stale.
13830
13831 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13832 cc-cmds to cc-engine to allow use from cc-align.
13833
13834 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13835 qualified identifiers containing "::".
13836
13837 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13838 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13839
13840 * cc-vars.el (c-emacs-features): Use a space in front of the name
13841 of the temporary buffer. That also avoids dumping problems in
13842 XEmacs due to undo info being left around after the buffer is killed.
13843
13844 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13845 arglist to see if it's a K&R style declaration.
13846
13847 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13848 before returning `knr-argdecl-intro'.
13849
13850 2003-11-16 John Wiegley <johnw@newartisans.com>
13851
13852 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13853 field in a long-listing always 8 characters, use `size-width',
13854 which has already been computed.
13855
13856 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
13857
13858 * subr.el (minor-mode-list): Add `hs-minor-mode'.
13859
13860 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13861
13862 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13863 Support operation while narrowed, with `diff-restrict-view'.
13864
13865 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13866
13867 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13868 Take additional optional arg NARROWFUN. For the generated functions:
13869 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
13870 include frags that arrange to check for and save narrowing state before
13871 the move and then conditionally call NARROWFUN after the move.
13872
13873 2003-11-14 John Wiegley <johnw@newartisans.com>
13874
13875 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13876 that was optional, but obviously missing based on surrounding code.
13877
13878 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13879 string arguments to numbers unless the whole argument was seen as
13880 a number.
13881
13882 2003-11-14 Kenichi Handa <handa@m17n.org>
13883
13884 * international/mule.el (ctext-non-standard-encodings-alist):
13885 Fix coding systems.
13886
13887 2003-11-10 Kenichi Handa <handa@m17n.org>
13888
13889 * language/kannada.el ("Kannada"): Add sample-text.
13890
13891 * language/knd-util.el (kannada-compose-region)
13892 (kannada-compose-string, kannada-post-read-conversion):
13893 Add autoload cookie.
13894
13895 * international/quail.el (quail-completion): Change the message
13896 "corresponding translations" to "corresponding characters".
13897
13898 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
13899
13900 * descr-text.el (describe-char): Fix typo.
13901
13902 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
13903
13904 These changes are to support Kannada language/script.
13905
13906 * Makefile.in (DONTCOMPILE): Add kannada.el.
13907
13908 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13909
13910 * loadup.el: Preload kannada.el.
13911
13912 * language/ind-util.el (ucs-kannada-to-is13194-alist)
13913 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13914 New variables.
13915
13916 * language/kannada.el: New file.
13917
13918 * language/knd-util.el: New file.
13919
13920 2003-11-07 Andreas Schwab <schwab@suse.de>
13921
13922 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13923 Also highlight AH_*.
13924
13925 * xml.el (xml-parse-dtd): Fix misplaced paren.
13926
13927 2003-11-07 Kenichi Handa <handa@m17n.org>
13928
13929 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13930
13931 2003-11-05 Juri Linkov <juri@jurta.org>
13932
13933 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13934 (desktop-buffer-file): Use saved buffer-file-coding-system
13935 for file reading. Set auto-insert to nil to prevent automatic
13936 insertion into restored empty files.
13937
13938 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
13939
13940 * files.el (risky-local-variable-p): Make second argument optional.
13941
13942 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13943
13944 * subr.el (add-hook): Fix last change.
13945
13946 2003-11-03 Eli Zaretskii <eliz@gnu.org>
13947
13948 * mail/rmail.el (rmail-convert-to-babyl-format):
13949 If base64-decode-region signals an error, catch it and silently
13950 ignore it.
13951
13952 2003-11-01 Mark A. Hershberger <mah@everybody.org>
13953
13954 * xml.el (xml-parse-region): Allow comments to appear after the
13955 topmost element has closed.
13956 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13957 (xml-ns-expand-attr): New functions to do namespace handling.
13958 (xml-intern-attrlist): Back-compatible handling of attribute names.
13959 (xml-parse-tag): Move namespace handling to separate functions.
13960 Now produces elements in the form ((:ns . "element") (attr-list)
13961 children) instead of ('ns:element (attr-list) children).
13962 (xml-parse-attlist): Fix attribute parsing.
13963 (xml-parse-dtd): Change parsing so that it produces strings
13964 instead of interned symbols.
13965
13966 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
13967
13968 * dired.el (dired-ls-sorting-switches): Doc fix.
13969
13970 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
13971
13972 * emacs-lisp/rx.el (rx-or): Fix the case of
13973 "(rx (and ?a (or ?b ?c) ?d))".
13974
13975 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
13976
13977 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13978 (texinfo-format-region): Use it.
13979 (texinfo-format-buffer-1): Ditto.
13980
13981 2003-11-01 Alan Mackenzie <acm@muc.de>
13982
13983 Changes to allow scrolling whilst in isearch mode:
13984 * isearch.el (isearch-unread-key-sequence): New function,
13985 extracted from isearch-other-meta-char.
13986 (top level): (put 'foo 'isearch-scroll) on all Emacs's
13987 "scrollable" standard functions.
13988 (isearch-allow-scroll): New customizable variable.
13989 (isearch-string-out-of-window, isearch-back-into-window)
13990 (isearch-reread-key-sequence-naturally)
13991 (isearch-lookup-scroll-key): New functions.
13992 (isearch-other-meta-char): Doc string and functionality enhanced.
13993 Now accepts a prefix argument.
13994 (isearch-lazy-highlight-window-end): New variable.
13995 (isearch-lazy-highlight-new-loop): Pay attention to the window's
13996 end (thru isearch-lazy-highlight-window-end), not only its start.
13997
13998 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13999 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14000 (universal-argument, universal-argument-more, negative-argument)
14001 (digit-argument, universal-argument-other-key): Minor changes.
14002
14003 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14004
14005 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14006 recursively if the last message is deleted, thus avoiding an
14007 infinite loop.
14008
14009 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14010
14011 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14012 (tex-main-file): Don't add .tex if the extension is already present.
14013 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14014
14015 2003-10-29 Lute Kamstra <lute@gnu.org>
14016
14017 * progmodes/octave-inf.el (inferior-octave-prompt):
14018 Recognize version number in prompt.
14019
14020 2003-10-28 Dave Love <fx@gnu.org>
14021
14022 * international/characters.el: Fix some Unicode ranges.
14023
14024 2003-10-28 Kenichi Handa <handa@m17n.org>
14025
14026 * disp-table.el (standard-display-8bit)
14027 (standard-display-default, standard-display-ascii)
14028 (standard-display-g1, standard-display-graphic)
14029 (standard-display-underline): Assure that standard-display-table
14030 is a display table.
14031
14032 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * simple.el (reindent-then-newline-and-indent): Delete space *after*
14035 reindenting the first line.
14036
14037 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
14038
14039 * wid-edit.el (widget-default-delete): Always delete child widgets.
14040
14041 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14042
14043 * newcomment.el (comment-indent): Don't call indent-according-to-mode
14044 if the line has code.
14045 Don't try to line up with something that's too far left.
14046
14047 * progmodes/octave-mod.el (octave-comment-start): Simplify.
14048 (octave-mode-syntax-table): Add % as a comment starter.
14049 (octave-point): Remove.
14050 (octave-in-comment-p, octave-in-string-p)
14051 (octave-not-in-string-or-comment-p, calculate-octave-indent)
14052 (octave-blink-matching-block-open, octave-auto-fill):
14053 Use line-(beginning|end)-position instead.
14054
14055 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
14056
14057 * emacs-lisp/authors.el (authors-aliases): Add correct realname
14058 for Francesco Potort\e,Al\e(B.
14059
14060 2003-10-23 Dave Love <fx@gnu.org>
14061
14062 * international/mule-cmds.el (locale-charset-to-coding-system):
14063 Don't rely on nil being a coding system.
14064
14065 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14066 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14067 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14068
14069 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
14070
14071 * gdb-ui.el (gdb-current-language): New variable.
14072 (gdb-update-flag): Remove variable.
14073 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14074 (gdb-take-last-elt): Remove function.
14075 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14076 (gdb-post-prompt): Check for variable object changes here.
14077
14078 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14079 object changes in gdb-ui.el.
14080
14081 2003-10-21 Richard M. Stallman <rms@gnu.org>
14082
14083 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14084
14085 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14086 Don't check for foo*/ wildcard form here.
14087 (insert-directory): Recognize foo*/ as a wildcard.
14088 Separate wildcard-regexp variable from the arg, wildcard.
14089
14090 * subr.el (add-hook): Correctly detect when make-local-hook was used.
14091 (remove-hook): Correctly handle strange cases about local hooks.
14092
14093 2003-10-21 David Ponce <david@dponce.com>
14094
14095 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14096 argument REAL, to return a real number instead of a rounded
14097 integer value. Define as inline function.
14098 (ruler-mode-right-fringe-cols): Likewise.
14099 (ruler-mode-scroll-bar-cols): New function.
14100 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
14101 (ruler-mode-right-scroll-bar-cols): Likewise.
14102 (ruler-mode-space): New function.
14103 (ruler-mode-ruler): Use it. Handle variations of fringe style,
14104 scroll bar mode and margins in a more robust way.
14105
14106 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
14107
14108 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14109 (antlr-c-init-language-vars): New function.
14110 (antlr-mode): Use it with cc-mode before v5.29.
14111 (antlr-c-common-init): Don't set some local vars here.
14112 (antlr-mode): Set them here.
14113 (antlr-c-forward-sws): New function alias.
14114 (antlr-mode): Redefine with cc-mode before v5.30.
14115 (antlr-skip-sexps): Use it.
14116 (antlr-skip-exception-part): Ditto.
14117 (antlr-skip-file-prelude): Ditto.
14118 (antlr-outside-rule-p): Ditto.
14119 (antlr-end-of-body): Ditto.
14120 (antlr-option-kind): Ditto.
14121 (antlr-insert-option-area): Ditto.
14122 (antlr-file-dependencies): Ditto.
14123
14124 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14125
14126 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14127 Move backward only if point was not inside an entry.
14128
14129 2003-10-21 Richard M. Stallman <rms@gnu.org>
14130
14131 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14132
14133 2003-10-21 Juri Linkov <juri@jurta.org>
14134
14135 * compare-w.el: Automatically skip non-matching text to resync.
14136 (compare-windows-whitespace): Doc fix.
14137 (compare-windows-sync, compare-windows-sync-string-size)
14138 (compare-windows-recenter, compare-ignore-whitespace)
14139 (compare-windows-highlight, compare-windows-face): New variables.
14140 (compare-windows): Use compare-windows-sync.
14141 (compare-windows-highlight, compare-windows-dehighlight)
14142 (compare-windows-sync-regexp)
14143 (compare-windows-sync-default-function): New functions.
14144
14145 2003-10-21 Juri Linkov <juri@jurta.org>
14146
14147 * diff.el (diff-parse-differences): Don't visit the files now;
14148 instead, just record the error locus.
14149
14150 2003-10-21 Dave Love <fx@gnu.org>
14151
14152 * progmodes/cfengine.el: New file.
14153
14154 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14155
14156 * complete.el (PC-do-completion): Do not forget to use `pred' as the
14157 default-directory when completing file names.
14158
14159 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
14160
14161 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14162 followed by the word `face', it gets treated as a face, even if
14163 it is also defined as a variable or a function.
14164
14165 2003-10-20 Dave Love <fx@gnu.org>
14166
14167 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14168 Avoid incf in macro expansion.
14169
14170 2003-10-20 John Paul Wallington <jpw@gnu.org>
14171
14172 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14173 `evenp' so we don't implicitly require cl library at runtime.
14174
14175 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
14176
14177 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14178 (help-make-xrefs): Only make cross-references for faces if
14179 preceded or followed by the word `face'. Do not make a
14180 cross-reference for variables without variable documentation,
14181 unless preceded by the word `variable' or `option'. Update doc
14182 string accordingly.
14183
14184 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14185
14186 * progmodes/hideshow.el: Rewrite one-armed `if'
14187 constructs using either `when' or `unless'.
14188 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14189
14190 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
14191
14192 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14193 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14194 instead of 12x12.
14195
14196 2003-10-16 Eli Zaretskii <eliz@gnu.org>
14197
14198 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14199 message while converting to Babyl.
14200
14201 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
14202
14203 * allout.el (allout-mode): Doc fix.
14204
14205 2003-10-16 Lute Kamstra <lute@gnu.org>
14206
14207 * subr.el (force-mode-line-update): Fix docstring.
14208
14209 2003-10-14 Dave Love <fx@gnu.org>
14210
14211 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14212 (default-input-method): Add :link, improve :type.
14213 (locale-charset-language-names): Fix utf-8 pattern.
14214 (locale-charset-match-p, locale-charset-alist)
14215 (locale-charset-to-coding-system): New.
14216 (set-locale-environment): Deal with codeset part of locale specs.
14217
14218 2003-10-14 Lute Kamstra <lute@gnu.org>
14219
14220 * fringe.el (fringe-mode): Use active voice in docstring.
14221 (set-fringe-style): Ditto.
14222
14223 2003-10-13 Lute Kamstra <lute@gnu.org>
14224
14225 * fringe.el (fringe-mode): Fix docstring.
14226 (set-fringe-style): Ditto.
14227
14228 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
14229
14230 * ediff-mult.el (ediff-filegroup-action):
14231 Use ediff-default-filtering-regexp.
14232
14233 * ediff-util.el (ediff-recenter): Don't call
14234 ediff-restore-highlighting twice.
14235 (ediff-select-difference): Set current difference.
14236 (ediff-unselect-and-select-difference): Add comment.
14237
14238 * ediff.el (ediff-directories,ediff-directory-revisions)
14239 (ediff-directories3,ediff-merge-directories)
14240 (ediff-merge-directories-with-ancestor)
14241 (ediff-merge-directory-revisions)
14242 (ediff-merge-directory-revisions-with-ancestor):
14243 Use ediff-default-filtering-regexp.
14244
14245 2003-10-12 Andreas Schwab <schwab@suse.de>
14246
14247 * international/mule-cmds.el (locale-charset-language-names):
14248 Simplify regex by removing unused grouping.
14249
14250 2003-10-10 Dave Love <fx@gnu.org>
14251
14252 * bindings.el: Don't bind stop.
14253
14254 2003-10-08 Miles Bader <miles@gnu.org>
14255
14256 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14257 face instead of attempting to emulate it.
14258
14259 2003-10-07 Kenichi Handa <handa@m17n.org>
14260
14261 * international/mule-diag.el (list-coding-systems-1): List coding
14262 systems that are loaded automatically.
14263
14264 * international/code-pages.el (iso-8859-11): Add autoload cookie.
14265
14266 * international/mule.el (autoload-coding-system): New function.
14267
14268 2003-10-07 Andreas Schwab <schwab@suse.de>
14269
14270 * log-edit.el (log-edit-changelog-entries): Prefer local value of
14271 change-log-default-name in the buffer visiting the file.
14272
14273 2003-10-06 Dave Love <fx@gnu.org>
14274
14275 * files.el (find-file-hook): Customize.
14276 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14277
14278 * bindings.el (completion-ignored-extensions): Remove .log.
14279 (global-map): Add again, open, stop keys.
14280
14281 2003-10-05 Richard M. Stallman <rms@gnu.org>
14282
14283 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14284 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14285 Use sh-modify directly.
14286 (sh-select): Use sh-append, not eval.
14287
14288 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14289
14290 * info.el (Info-following-node-name): New function.
14291
14292 * loadhist.el (unload-feature-special-hooks):
14293 Rename from loadhist-hook-functions.
14294 (loadhist-hook-functions): Now an alias.
14295
14296 2003-10-04 Eli Zaretskii <eliz@gnu.org>
14297
14298 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14299 file-name clashes on 8+3 filesystems.
14300
14301 * Makefile.in (DONTCOMPILE, bootstrap-clean):
14302 Rename loaddefs-boot.el to ldefs-boot.el
14303
14304 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14305 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14306
14307 2003-10-03 Lute Kamstra <lute@gnu.org>
14308
14309 * info.el (Info-mode): Revert previous change.
14310 (Info-escape-percent): New function.
14311 (Info-fontify-node): Use it.
14312
14313 2003-10-02 Andreas Schwab <schwab@suse.de>
14314
14315 * loaddefs-boot.el: Regenerated.
14316
14317 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
14318
14319 * ffap.el: Remove defadvice related code from CVS since `complete'
14320 provides a `PC-completion-as-file-name-predicate' variable that
14321 ffap can override.
14322
14323 2003-10-02 Kenichi Handa <handa@m17n.org>
14324
14325 * international/utf-8.el (ccl-decode-mule-utf-8):
14326 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14327
14328 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14329 * international/subst-big5.el: Likewise.
14330 * international/subst-gb2312.el: Likewise.
14331 * international/subst-ksc.el: Likewise.
14332
14333 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14334
14335 * calendar/calendar.el (increment-calendar-month)
14336 (calendar-leap-year-p, calendar-absolute-from-gregorian)
14337 (generate-calendar, calendar-read-date, calendar-interval)
14338 (calendar-day-of-week): Handle years BC.
14339 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14340
14341 2003-10-01 Dave Love <fx@gnu.org>
14342
14343 * language/cyrillic.el (cp1251): Alias for windows-1251.
14344
14345 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14346 bootstrap.
14347
14348 2003-10-01 Lute Kamstra <lute@gnu.org>
14349
14350 * files.el: Fix typo.
14351 * imenu.el (imenu--generic-function): Docstring fix.
14352
14353 2003-09-30 Richard M. Stallman <rms@gnu.org>
14354
14355 * dired.el (dired-mode): Handle dired-directory as a list.
14356
14357 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
14358
14359 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14360
14361 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14362
14363 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14364 Replace gud-display with gud-watch.
14365 (gud-speedbar-buttons): Add stuff for watching expressions
14366 in the speedbar when using M-x gdba. Use dolist on old part
14367 of this function.
14368
14369 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14370 (gdb-update-flag): New variables.
14371 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14372 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14373 (gud-watch, gdb-var-create-handler) : New functions.
14374 (gdb-var-list-children, gdb-var-list-children-handler)
14375 (gdb-var-create-regexp, gdb-var-update-regexp)
14376 (gdb-var-list-children-regexp): New constants.
14377 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14378 (gdb-annotation-rules): Reduce annotation set (level 3).
14379 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14380 (gdb-post-prompt): Don't update GDB buffers every time speedbar
14381 updates.
14382 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14383 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14384 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14385 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14386 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14387 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14388 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14389 (gud-display, gud-display1)
14390 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14391 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14392 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14393 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14394 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14395 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14396 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14397 (gdb-display-display-buffer, gdb-toggle-display)
14398 (gdb-delete-display, gdb-expressions-popup-menu)
14399 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14400 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14401 to display buffer.
14402
14403 2003-09-30 Richard M. Stallman <rms@gnu.org>
14404
14405 * progmodes/ada-mode.el (ada-mode): Don't use advice.
14406 Instead, set which-func-functions.
14407
14408 * progmodes/which-func.el (which-func-modes): Add ada-mode.
14409 (which-func-functions): New variable.
14410 (which-function): Use that.
14411
14412 * info.el (Info-mode): Double each `%' in header line.
14413
14414 * emacs-lisp/lisp-mnt.el (lm-with-file):
14415 When FILE is nil, run BODY in current buffer.
14416
14417 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14418
14419 * help.el (describe-mode): Start with a brief list of minor modes.
14420 Find them thru minor-mode-list so as to find them all.
14421 Show them in alphabetical order.
14422
14423 * mail/sendmail.el (mail-aliases): Doc fix.
14424
14425 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14426
14427 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14428
14429 * mail/rmailsum.el (rmail-make-summary-line-1):
14430 Change comma after last label to a space.
14431 (rmail-summary-font-lock-keywords): Adapt to that change.
14432
14433 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
14434
14435 * progmodes/scheme.el (scheme-mode-variables): When setting
14436 `font-lock-defaults', also specify that "#" should
14437 be interpreted with `word' syntax.
14438 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14439
14440 2003-09-30 Lars Hansen <larsh@math.ku.dk>
14441
14442 * desktop.el: A lot of comments updated.
14443 (desktop-save-mode): Minor mode introduced.
14444 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14445 (desktop-load-default): Function made obsolete.
14446 (desktop-locals-to-save): Variable made customizable.
14447 (desktop-read): Optional parameter `dirname' added.
14448 (desktop-change-dir, desktop-revert): Parameter `dirname' in
14449 `desktop-read' used.
14450 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14451
14452 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
14453
14454 * whitespace.el (whitespace-clean-msg): Add user customizable message
14455 for displaying ``clean'' output.
14456 (whitespace-buffer): Use `whitespace-clean-msg'.
14457 (whitespace-global-mode): Fix typo.
14458
14459 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
14460
14461 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14462
14463 2003-09-29 Lute Kamstra <lute@gnu.org>
14464
14465 * bindings.el (mode-line-modes): Remove superfluous :propertize
14466 construct in initialization.
14467 (mode-line-position): Change cons cell into proper list in
14468 initialization.
14469
14470 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14471
14472 * international/mule.el (decode-coding-inserted-region): Use car
14473 of the return value of find-operation-coding-system.
14474
14475 2003-09-29 Kenichi Handa <handa@m17n.org>
14476
14477 * descr-text.el (describe-char): Fix previous change.
14478
14479 2003-09-28 Kenichi Handa <handa@m17n.org>
14480
14481 * descr-text.el (describe-char-display): New function.
14482 (describe-char): Pay attention to display table on describing how
14483 a character is displayed.
14484
14485 * international/mule-cmds.el (encoded-string-description):
14486 Prepend "0x" to each encoded byte.
14487
14488 2003-09-28 Andreas Schwab <schwab@suse.de>
14489
14490 * find-file.el (ff-special-constructs): Add autoload cookie.
14491
14492 2003-09-28 Kevin Ryde <user42@zip.com.au>
14493
14494 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14495 makeinfo appends to duplicate index entries.
14496
14497 2003-09-28 Eli Zaretskii <eliz@gnu.org>
14498
14499 * dired-x.el (dired-clean-tex): Doc fix.
14500
14501 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14502 using a Chinese tutorial.
14503
14504 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14505
14506 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14507 between "MAIL FROM:" and "RCPT TO:" and the following address.
14508
14509 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14510
14511 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14512
14513 2003-09-28 David Ponce <david@dponce.com>
14514
14515 * recentf.el (recentf-initialize-file-name-history): New defcustom.
14516 (recentf-load-list): When `recentf-initialize-file-name-history'
14517 is non-nil, initialize an empty `file-name-history' with the
14518 recent list.
14519
14520 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
14521
14522 * man.el (Man-default-man-entry): Remove the leading `*' from the
14523 word at point.
14524
14525 2003-09-26 Lute Kamstra <lute@gnu.org>
14526
14527 * bindings.el (mode-line-position): Mention size indication in
14528 docstring.
14529
14530 2003-09-26 Andre Spiegel <spiegel@gnu.org>
14531
14532 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14533
14534 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14535 because it's autoloaded now.
14536
14537 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
14538
14539 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14540 (sh-font-lock-keywords, sh-feature): Fix previous change of
14541 sh-feature to avoid infloop with sh-font-lock-keywords.
14542
14543 2003-09-25 Kim F. Storm <storm@cua.dk>
14544
14545 * frame.el (frame-current-scroll-bars): New defun.
14546
14547 * window.el (window-current-scroll-bars): New defun.
14548
14549 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14550
14551 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14552 cause errors when the state cache contains info on parts that have
14553 been narrowed out.
14554
14555 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14556
14557 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14558 `c-setup-paragraph-variables' has to be used when this variable is
14559 changed; it doesn't work to reinitialize the mode since that
14560 typically clobbers the variable.
14561
14562 * progmodes/cc-styles.el (c-setup-paragraph-variables):
14563 Make it interactive.
14564
14565 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14566
14567 * progmodes/cc-fonts.el (c-font-lock-declarations):
14568 Fix recognition of constructors and destructors for classes whose
14569 names are matched by `*-font-lock-extra-types'.
14570
14571 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14572 followed by an identifier in C++ then it's a type.
14573
14574 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14575
14576 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14577 problem that primarily affected XEmacs. Don't use faces to find
14578 unterminated strings since Emacs and XEmacs fontify strings
14579 differently - this function should now work better in XEmacs.
14580
14581 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14582
14583 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14584 `expand-abbrev' workaround which caused braces to misbehave inside
14585 macros.
14586
14587 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14588 handling. This bug could cause interactive font locking to bail out.
14589
14590 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14591
14592 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14593 Handle paren-style types in Pike. Also fixed some cases of
14594 insufficient handling of unbalanced parens.
14595
14596 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
14597
14598 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14599 common shell prompts that are not common filename or URL characters.
14600 (ffap-file-at-point): Use the new regexp to strip the prompts from
14601 the file names. This is an issue mostly for user prompts that
14602 don't have a trailing space and find-file-at-point is invoked from
14603 within a shell inside Emacs.
14604
14605 2003-09-24 Andre Spiegel <spiegel@gnu.org>
14606
14607 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14608 stamps numerically, rather than textually.
14609
14610 2003-09-24 Kenichi Handa <handa@m17n.org>
14611
14612 * language/devan-util.el (devanagari-post-read-conversion):
14613 * language/mlm-util.el (malayalam-post-read-conversion):
14614 * language/tml-util.el (tamil-post-read-conversion):
14615 Add autoload cookie.
14616
14617 * international/utf-8.el (utf-8-post-read-conversion):
14618 Call post-read-conversion functions for Devanagari, Malayalam,
14619 and Tamil.
14620
14621 2003-09-23 Dave Love <fx@gnu.org>
14622
14623 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14624
14625 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
14626
14627 * progmodes/gud.el (perldb): Add gud-until to list of commands.
14628 Update gud-remove.
14629
14630 2003-09-22 Richard M. Stallman <rms@gnu.org>
14631
14632 * progmodes/sh-script.el (sh-mode-default-syntax-table):
14633 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
14634 (sh-mode-syntax-table-input): New variable.
14635 (sh-require-final-newline): Don't use eval.
14636 (sh-builtins, sh-leading-keywords, sh-other-keywords)
14637 (sh-variables, sh-font-lock-keywords): Don't use eval.
14638 (sh-set-shell): When setting require-final-newline,
14639 treat value = `require-final-newline' as don't change it.
14640 Set sh-mode-syntax-table locally based on
14641 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14642
14643 * progmodes/compile.el (compile-internal):
14644 Call compilation-set-window-height before setting window start.
14645
14646 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
14647
14648 * emacs-lisp/bytecomp.el (byte-compile-log-file):
14649 Clear out byte-compile-last-warned-form.
14650
14651 2003-09-22 Richard M. Stallman <rms@gnu.org>
14652
14653 * woman.el (woman-file-name, woman-follow-word):
14654 If current-word returns nil, use "".
14655
14656 * simple.el (eval-expression): Bind standard-output in to-buffer case.
14657
14658 2003-09-22 Richard M. Stallman <rms@gnu.org>
14659
14660 * emacs-lisp/lisp-mnt.el (lm-with-file):
14661 Don't visit the file, just use insert-file-contents in temp buffer.
14662
14663 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
14664
14665 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14666 Add surrounding \\( and \\) around the header, as in
14667 for lm-history-header 'Change Log\\|History'.
14668
14669 2003-09-22 John Paul Wallington <jpw@gnu.org>
14670
14671 * progmodes/ld-script.el: Add Commentary section,
14672 minor cleanup of file header.
14673 (ld-script-font-lock-keywords): Doc fix.
14674 (toplevel): Provide `ld-script' feature.
14675
14676 2003-09-21 Kim F. Storm <storm@cua.dk>
14677
14678 * scroll-bar.el (set-scroll-bar-mode): Initialize to
14679 new built-in variable default-frame-scroll-bars.
14680 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14681 scroll-bar-mode; notably, use it instead of t when we toggle
14682 scroll-bars on.
14683 (toggle-scroll-bar): Use default-frame-scroll-bars.
14684
14685 2003-09-19 Masatake YAMATO <jet@gyve.org>
14686
14687 * pcvs.el (cvs-do-removal): Change the prompt depending on
14688 `filter' value.
14689
14690 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14691
14692 * startup.el (command-line-1): Stop startup-echo-area-message
14693 being hidden by "Loading image..." message.
14694 (use-fancy-splash-screens-p, display-splash-screen):
14695 Move display-graphic-p test from latter to former.
14696
14697 * progmodes/sh-script.el (sh-font-lock-keywords):
14698 Highlight escaped EOLs differently from other backslash constructs.
14699
14700 2003-09-19 Richard M. Stallman <rms@gnu.org>
14701
14702 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14703 New functions.
14704 (edebug-enter, edebug-outside-excursion): Use them.
14705
14706 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14707 Fix the condition for whether to print "In WHERE".
14708
14709 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
14710
14711 * finder.el (finder-mode-hook): New variable.
14712 (finder-mode): Run hook finder-mode-hook
14713
14714 2003-09-18 Masatake YAMATO <jet@gyve.org>
14715
14716 * progmodes/ebrowse.el: Fix broken magic autoload comments.
14717
14718 2003-09-17 Mario Lang <mlang@delysid.org>
14719
14720 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14721 "p %e" to actually print the value in the GUD buffer.
14722
14723 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
14724
14725 From David Ponce <david.ponce@wanadoo.fr>:
14726 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14727 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14728 from loaddefs-boot.el if necessary.
14729
14730 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
14731
14732 * progmodes/gud.el (gud-find-class): Make jdb work again since
14733 cc-mode changed the syntactic information.
14734
14735 2003-09-15 David Ponce <david@dponce.com>
14736
14737 * recentf.el: (recentf-exclude): Accept predicates too.
14738 (recentf-file-readable-p): New function.
14739 (recentf-include-p): Handle predicates in recentf-exclude.
14740 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
14741 (recentf-cleanup): Likewise.
14742 (recentf-save-list): Use write-file to handle backup of
14743 recentf-save-file.
14744
14745 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
14746
14747 * loaddefs-boot.el: Renamed from `loaddefs.el'
14748 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14749 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14750 necessary.
14751
14752 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
14753
14754 * electric.el (Electric-pop-up-window): For the `one-window' case,
14755 no longer disconcertingly move point in the original buffer.
14756
14757 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14758
14759 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14760
14761 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
14762
14763 * dired.el (dired-mode-map): Fix typo.
14764
14765 2003-09-11 Richard M. Stallman <rms@gnu.org>
14766
14767 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14768
14769 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14770
14771 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14772 the function is less noisy. Now only `kill-buffer' can ask questions.
14773
14774 2003-09-10 Mario Lang <mlang@delysid.org>
14775
14776 * battery.el: Update Commentary and Copyright.
14777 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14778 appear due to wrong ordering of the expressions in `or'.
14779
14780 2003-09-09 Lute Kamstra <lute@gnu.org>
14781
14782 * misc.el (upcase-char): Fix docstring.
14783 (zap-up-to-char): New command.
14784
14785 2003-09-08 David Ponce <david@dponce.com>
14786
14787 Ensure that recentf correctly updates the menu bar.
14788 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14789 (recentf-menu-bar): New function.
14790 (recentf-clear-data): Use it
14791 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
14792 of easy-menu-change.
14793
14794 2003-09-08 Lute Kamstra <lute@gnu.org>
14795
14796 * simple.el (size-indication-mode): New.
14797 * bindings.el (mode-line-position): Add buffer size indicator.
14798
14799 2003-09-04 Mario Lang <mlang@delysid.org>
14800
14801 * battery.el (battery-linux-proc-acpi): New function.
14802 (battery-status-function): Modify default value calculation to also
14803 check for availability of ACPI.
14804 (battery-echo-area-format): Ditto.
14805 (battery-mode-line-format): Ditto.
14806
14807 2003-09-06 Dave Love <fx@gnu.org>
14808
14809 * ielm.el (ielm-mode-hook): Add :options.
14810
14811 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14812 (eldoc-print-current-symbol-info): Use it.
14813
14814 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
14815
14816 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14817 being displayed in GUD buffer.
14818 (gdb-idle-input-queue): Remove var. Use just one queue.
14819 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14820 Remove functions. Use just one queue.
14821 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14822 (gdb-invalidate-assembler, gdb-get-current-frame):
14823 Modify functions. Use just one queue.
14824
14825 2003-09-04 Dave Love <fx@gnu.org>
14826
14827 * cus-start.el: Add blink-cursor-alist.
14828
14829 * ruler-mode.el (ruler-mode-fill-column-char)
14830 (ruler-mode-current-column-char): Use char-displayable-p,
14831 not window-system.
14832
14833 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14834
14835 * language/european.el (windows-1252): Move from code-pages.
14836
14837 * language/cyrillic.el ("Windows-1251"): Delete.
14838 ("Bulgarian", "Belarusian"): Remove `features'.
14839 (windows-1251): Move from code-pages.
14840
14841 * international/mule-diag.el (non-iso-charset-alist):
14842 Remove `codepage' stuff.
14843 (print-designation, list-coding-systems-1): Output fixes.
14844
14845 * international/code-pages.el (cp-make-translation-table)
14846 (cp-valid-codes): Made defsubsts.
14847 (cp-fix-safe-chars): Delete.
14848 (mule-diag): Don't require.
14849 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14850 (top-level): Check for defined coding system when defining
14851 cp... aliases. Change w32-add-charset-info test to avoid warning.
14852 (non-iso-charset-alist): Defvar when compiling.
14853 (cp-make-coding-system): Doc fix.
14854
14855 2003-09-02 Jason Rumney <jasonr@gnu.org>
14856
14857 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14858 line-ends from CVS before doing conversion.
14859
14860 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
14861
14862 * calendar/diary-lib.el (diary-header-line-flag)
14863 (diary-header-line-format): New variables.
14864 (list-diary-entries): Use them to set header line in simple diary.
14865
14866 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14867 other than font-lock-string-face to highlight backslashes.
14868
14869 2003-09-01 Jason Rumney <jasonr@gnu.org>
14870
14871 * international/titdic-cnv.el (tit-read-key-value): Include \r in
14872 regexp.
14873
14874 2003-09-01 Dave Love <fx@gnu.org>
14875
14876 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14877
14878 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14879 and :help; also line and column numbers labels.
14880
14881 * international/mule-util.el (char-displayable-p): Move from
14882 latin1-disp, rename and autoload.
14883
14884 * international/latin1-disp.el (latin1-char-displayable-p):
14885 Now obsolete alias. Replace uses with char-displayable-p.
14886 (latin1-display-ucs-per-lynx): Fix last change.
14887
14888 * international/mule-cmds.el (standard-display-european-internal):
14889 Don't use char code for Latin-1 NBSP.
14890 <XFree86 4>: Unfrob NBSP display table. Set display table to use
14891 U+2018, U+2019 for `'.
14892 (select-safe-coding-system): Message fix.
14893
14894 2003-09-01 Kenichi Handa <handa@m17n.org>
14895
14896 * international/fontset.el (setup-default-fontset): For Thai
14897 font, specify "*" family.
14898
14899 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14900
14901 * progmodes/compile.el (previous-error): Accept a prefix
14902 argument, similarly to next-error.
14903
14904 2003-08-31 Masatake YAMATO <jet@gyve.org>
14905
14906 * pcvs.el (cvs-do-removal): Use = instead of eq to check
14907 the number of files. Bind the number of files to a local
14908 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14909
14910 2003-08-30 Eli Zaretskii <eliz@gnu.org>
14911
14912 * vc-hooks.el (vc-make-version-backup): Fix the change made on
14913 2003-07-26: msdos-long-file-names is a function, not a variable.
14914
14915 2003-08-29 Richard M. Stallman <rms@gnu.org>
14916
14917 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14918 Do nothing with mail-personal-alias-file if it is nil.
14919
14920 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14921 Do nothing if mail-personal-alias-file is nil.
14922
14923 * term.el (term-exec-1): Bind coding-system-for-read.
14924
14925 * dired.el (dired-mouse-find-file-other-window):
14926 Use dired-view-command-alist here, as in dired-view-file.
14927 (dired-view-command-alist): Use %s to substitute file name.
14928 Handle .ps_pages, .eps, .jpg, .gif, .png.
14929
14930 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14931
14932 * info.el (Info-mode-map): Bind S-tab and <backtab> to
14933 `Info-prev-reference', instead of M-tab.
14934
14935 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
14936
14937 * simple.el (blink-matching-open): Work correctly on chars that
14938 are designated as parens through the syntax-table text property.
14939
14940 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
14941
14942 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14943 line break position in the middle of a non-kinsoku (e.g. latin)
14944 word, making it skip until either a space or a character with
14945 category "|".
14946 (kinsoku-longer): Test for end of buffer.
14947
14948 2003-08-28 Eli Zaretskii <eliz@gnu.org>
14949
14950 * mail/rmail.el (rmail-convert-to-babyl-format):
14951 Detect quoted-printable- and base64-encoded messages and decode them
14952 automatically. Set the message's encoding from the charset=
14953 header, if any. Decode base64-encoded messages in Mail format as well.
14954
14955 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14956
14957 * mail/smtpmail.el: Fix previous change.
14958 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14959 calling smtpmail-via-smtp.
14960 (smtpmail-via-smtp): Add fall-back values for envelope-from.
14961
14962 2003-08-26 John Paul Wallington <jpw@gnu.org>
14963
14964 * image.el (image-jpeg-p): Don't search beyond length of data.
14965
14966 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14967
14968 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14969 misfeature in `expand-abbrev' which caused electric keywords like
14970 "else" to disappear if an open brace was typed directly afterwards.
14971
14972 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14973
14974 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14975 mandatory in `define-widget'.
14976
14977 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14978 Don't align the operators "!=", "<=" and ">=" as assignment operators.
14979
14980 (c-assignment-operators): New language constant that only contains
14981 the assignment operators.
14982
14983 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14984
14985 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14986
14987 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14988 Safeguard against unbalanced sexps.
14989
14990 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
14991
14992 * version.el (emacs-version): Check for gtk. Include gtk version info.
14993
14994 2003-08-25 John Paul Wallington <jpw@gnu.org>
14995
14996 * man.el (Man-default-man-entry): Don't whizz past the section
14997 number before looking for it.
14998
14999 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
15000
15001 * progmodes/gud.el (gud-display-line): Don't set window-point if
15002 source buffer is not visible. (Only happens with M-x gdba.)
15003
15004 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15005 documentation.
15006 (gdb-source, gdb-source-info): Update to assembler unnecessary
15007 as its done after each GDB command anyway.
15008 (gdb-pre-prompt): Use with-current-buffer.
15009 (gdb-insert-field): Add help-echo text.
15010 (gdb-invalidate-assembler): Re-display of assembler now done in
15011 gdb-info-breakpoints-custom.
15012 (gdb-info-breakpoints-custom): Force re-display of assembler to
15013 happen *after* update of breakpoints buffer.
15014 (gdb-display-source-buffer): Don't choke if gdb-source-window
15015 isn't visible.
15016 (gdb-put-string, gdb-put-arrow): Remove free variables.
15017
15018 2003-08-24 John Paul Wallington <jpw@gnu.org>
15019
15020 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15021
15022 * man.el (Man-default-man-entry): Strip text properties when
15023 snarfing parts of entry because `format' preserves properties.
15024
15025 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15026
15027 * files.el (file-newest-backup): Use `expand-file-name'.
15028
15029 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15030 Allow the diary to pop up a new frame, if needed.
15031
15032 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15033 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15034 (smtpmail-send-it): Make treatment of envelope-from consistent with
15035 sendmail.el.
15036
15037 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15038 (sh-leading-keywords): Add the bash `time' reserved word.
15039 (sh-variables): Add some bash variables.
15040 (sh-add-completer): Fix nil branch of case statement.
15041
15042 2003-08-24 Masatake YAMATO <jet@gyve.org>
15043
15044 * progmodes/ld-script.el: New file.
15045
15046 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
15047
15048 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15049
15050 2003-08-23 Andre Spiegel <spiegel@gnu.org>
15051
15052 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15053 Better explain obsolescence, and what to use instead.
15054
15055 2003-08-23 Masatake YAMATO <jet@gyve.org>
15056
15057 * pcvs.el (cvs-do-removal): Show the deleted file name
15058 on the prompt.
15059
15060 2003-08-20 Dave Love <fx@gnu.org>
15061
15062 * international/mule.el (make-coding-system)
15063 (set-buffer-file-coding-system): Doc fix.
15064
15065 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15066
15067 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15068
15069 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15070
15071 * international/utf-16.el: Add mime-text-unsuitable coding system
15072 properties.
15073
15074 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15075
15076 * cus-edit.el: Add some :links.
15077 (bib): Remove.
15078
15079 * textmodes/bib-mode.el (bib): Add :group external.
15080
15081 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
15082
15083 * wid-edit.el (widget-echo-help): Make it handle expressions that
15084 evaluate to strings.
15085
15086 2003-08-18 Michael Mauger <mmaug@yahoo.com>
15087
15088 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
15089
15090 Simplify selection of SQL products to define highlighting and
15091 interactive mode. Includes detailed instructions on adding
15092 support for new products.
15093
15094 * progmodes/sql.el (sql-product): New variable. Identifies SQL
15095 product for use in highlighting and interactive mode.
15096 (sql-interactive-product): New variable. SQL product for
15097 sql-interactive-mode.
15098 (sql-product-support): New variable. Specifies product-specific
15099 parameters to drive highlighting and interactive mode.
15100 (sql-imenu-generic-expression): Add more object types.
15101 (sql-sqlite-options): Correct comment.
15102 (sql-ms-program): Use "osql" rather than "isql".
15103 (sql-prompt-regexp, sql-prompt-length): Update comment.
15104 (sql-mode-menu): Add "Start SQLi session" entry.
15105 Replace Highlighting submenu with Product menu. Fix Send Region entry.
15106 (sql-mode-abbrev-table): Add abbreviations. Support of
15107 SYSTEM-FLAG on define-abbrev. Support was removed with last
15108 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15109 (sql-mode-font-lock-object-name): Add font-lock pattern for object
15110 names.
15111 (sql-mode-ansi-font-lock-keywords): Set as default value.
15112 (sql-mode-oracle-font-lock-keywords): Set as default value.
15113 Support Oracle 9i keywords.
15114 (sql-mode-postgres-font-lock-keywords): Set as default value.
15115 (sql-mode-linter-font-lock-keywords): Set as default value.
15116 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
15117 SQLServer 2000.
15118 (sql-mode-sybase-font-lock-keywords)
15119 (sql-mode-interbase-font-lock-keywords)
15120 (sql-mode-sqlite-font-lock-keywords)
15121 (sql-mode-strong-font-lock-keywords)
15122 (sql-mode-mysql-font-lock-keywords)
15123 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
15124 keywords.
15125 (sql-mode-font-lock-defaults): Update comment.
15126 (sql-product-feature): New function. Returns feature associated
15127 with a product from `sql-product-support' alist.
15128 (sql-product-font-lock): New function. Set font-lock support
15129 based on `sql-product'.
15130 (sql-add-product-keywords): New function. Add font-lock rules to
15131 product-specific keyword variables.
15132 (sql-set-product): New function. Set `sql-product' and apply
15133 appropriate font-lock highlighting.
15134 (sql-highlight-product): New function. Set font-lock support
15135 based on a product. Also set mode name to include product name.
15136 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15137 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15138 Use `sql-set-product'.
15139 (sql-highlight-ms-keywords)
15140 (sql-highlight-sybase-keywords)
15141 (sql-highlight-interbase-keywords)
15142 (sql-highlight-strong-keywords)
15143 (sql-highlight-mysql-keywords)
15144 (sql-highlight-sqlite-keywords)
15145 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
15146 (sql-get-login): Prompt in the same order as the tokens.
15147 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15148 (sql-product-interactive): New function. Common portions of
15149 product-specific interactive mode wrappers.
15150 (sql-interactive-mode): Rewritten to use product features.
15151 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15152 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15153 (sql-db2, sql-linter): Use `sql-product-interactive'.
15154 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15155 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15156 (sql-connect-ingres, sql-connect-postgres)
15157 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15158 New functions. Format command line parameters and invoke comint on
15159 the appropriate interpreter. Code was in the corresponding
15160 `sql-xyz' function before.
15161 (sql-connect-ms): New function. Support -E argument to use
15162 operating system credentials for authentication.
15163
15164 2003-08-18 Kenichi Handa <handa@m17n.org>
15165
15166 * international/mule.el (encode-char): Fix for the ASCII case.
15167
15168 2003-08-15 Kenichi Handa <handa@m17n.org>
15169
15170 * international/fontset.el (setup-default-fontset): Change "*" to
15171 nil in the specifications of font family.
15172
15173 2003-08-18 Kim F. Storm <storm@cua.dk>
15174
15175 * kmacro.el (kmacro-keymap): Group related bindings in
15176 initialization for clarity. Bind C-s to start macro.
15177 Remove C-r binding.
15178 (kmacro-initial-counter-value): New defvar to hold initial counter
15179 value in case we set the value before defining a macro.
15180 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15181 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15182 not defining or executing macro. Doc fix.
15183 (kmacro-add-counter): Clear kmacro-initial-counter-value.
15184 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15185 temporarily view older elements on the macro ring without cycling
15186 the ring.
15187 (kmacro-display): Doc fix.
15188 (kmacro-exec-ring-item): New helper function.
15189 (kmacro-call-ring-2nd): Use it.
15190 (kmacro-call-ring-2nd-repeat): Doc fix.
15191 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15192 (kmacro-end-or-call-macro): Execute last viewed macro (using
15193 kmacro-exec-ring-item) from ring if this follows
15194 kmacro-view-macro. This allows us to find a macro on the ring
15195 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15196 the ring to bring it to the head of the ring.
15197 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15198 Allow binding to reserved keys without specifying C-x C-k prefix.
15199 Ask for confirmation if entered key sequence is already bound to
15200 a non-macro command.
15201 (kmacro-view-macro): Repeating command will show older elements
15202 on the macro ring; C-k will execute the last viewed macro.
15203 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
15204 property from 'ring to 'head.
15205
15206 2003-08-17 Alan Shutko <ats@acm.org>
15207
15208 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15209 keeping December out of the alist.
15210
15211 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
15212
15213 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15214 * calendar/calendar.el (calendar-mode-map): Bind it to key.
15215 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15216 (calendar-flatten): New function.
15217 (calendar-mouse-view-other-diary-entries)
15218 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15219 in the menu title and to show multi-line diary entries correctly
15220 in the menu.
15221
15222 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
15223
15224 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15225 defcustom, because the default was recently changed.
15226
15227 2003-08-16 Richard M. Stallman <rms@gnu.org>
15228
15229 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15230
15231 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15232 New subroutine, broken out of eval-last-sexp-1.
15233 (eval-last-sexp-1): Use eval-last-sexp-print-value.
15234
15235 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15236
15237 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15238
15239 * simple.el (eval-expression): Use eval-last-sexp-print-value.
15240
15241 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
15242
15243 * progmodes/compile.el (compilation-error-regexp-alist):
15244 Add Java ANt error detection as described in document
15245 http://ant.apache.org/faq.html
15246
15247 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
15248
15249 * simple.el (backward-word, forward-to-indentation)
15250 (backward-to-indentation): Argument changed to optional.
15251 (next-line, previous-line): Use `or' instead of `unless'.
15252
15253 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15254
15255 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15256 instead of a constant.
15257
15258 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
15259
15260 * shell.el (shell): With prefix-arg, suggest a new buffer name.
15261
15262 2003-08-12 Andre Spiegel <spiegel@gnu.org>
15263
15264 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15265 (vc-sccs-workfile-version): Search the entire delta table, rather
15266 than just the first entry, because that might be a deleted version.
15267
15268 2003-08-11 Karl Fogel <kfogel@red-bean.com>
15269
15270 * menu-bar.el (menu-bar-options-menu): Supply a body for the
15271 [save-place] binding in the Options menu. Have it require
15272 'saveplace' and then toggle the variable manually, to avoid an an
15273 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
15274 for the bug report.
15275
15276 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
15277
15278 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15279 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15280 (gdb-info-threads-custom): Add help-echo text.
15281 (gdb-display-back): Don't use purecopy.
15282 (gdb-info-breakpoints-custom, gdb-reset)
15283 (gdb-assembler-custom): Use display-images-p to test if breakpoint
15284 icons can be displayed.
15285
15286 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
15287
15288 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15289
15290 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
15291
15292 * bookmark.el (bookmark-completing-read):
15293 Return a string, instead of a list of one string.
15294 Use a popup menu if activated from the mouse.
15295 (bookmark-edit-annotation): Remove unused vars.
15296 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15297 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15298 to bookmark-completing-read.
15299 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15300 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15301 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15302 and erase-buffer.
15303 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15304 (bookmark-menu-jump, bookmark-menu-insert)
15305 (bookmark-popup-menu-and-apply-function)
15306 (bookmark-menu-popup-paned-bookmark-menu): Remove.
15307 (bookmark-menu-build-paned-menu): Remove by folding it into
15308 bookmark-menu-popup-paned-menu.
15309 (menu-bar-bookmark-map): Move the define-key statements here.
15310 Use the "non-menu" commands since they now pop up a menu if needed.
15311 (bookmark-exit-hook-internal): Simplify.
15312
15313 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
15314
15315 * reftex-toc.el (reftex-toc-rename-label): New function.
15316 (reftex-toc-check-docstruct): New function.
15317
15318 * reftex.el (reftex-region-active-p): New function.
15319
15320 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15321 regexp to find the \bibliography macro.
15322
15323 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15324 which does not exist in LaTeX.
15325 (reftex-cite-format-builtin): Added amsrefs support.
15326 (reftex-toc-confirm-promotion): New option
15327
15328 * reftex-toc.el
15329 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15330 (reftex-toc-demote, reftex-toc-promote)
15331 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15332 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15333 (reftex-toc-newhead-from-alist)
15334 (reftex-toc-load-all-files-for-promotion): New functions.
15335 (reftex-toc-help): Added description of new keys.
15336 (reftex-toc-split-windows-fraction): New option.
15337 (reftex-recenter-toc-when-idle): Search *toc* window on all
15338 visible frames.
15339 (reftex-toc): Additional parameter REUSE
15340 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
15341 with REUSE argument.
15342 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15343 the call of `reftex-toc'.
15344 (reftex-make-separate-toc-frame): New function .
15345 (reftex-toc-recenter): When called with triple prefix arg, call
15346 `reftex-make-separate-toc-frame' first.
15347 (reftex-toc-toggle-dedicated-frame): New command.
15348 (reftex-toc-quit): Adapted to delete frame when called in
15349 dedicated frame.
15350
15351 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15352 all enclosing macros.
15353
15354
15355 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15356
15357 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15358 first use.
15359
15360 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15361
15362 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15363
15364 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15365
15366 * calendar/calendar.el (list-diary-entries-hook)
15367 (diary-display-hook, nongregorian-diary-listing-hook)
15368 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15369 Add some customize options for these hooks.
15370 (calendar-abbrev-construct): Don't try to take a substring longer
15371 than the original string.
15372
15373 2003-08-05 Richard M. Stallman <rms@gnu.org>
15374
15375 * emacs-lisp/testcover.el (noreturn): Report error if does return.
15376 (testcover-reinstrument-clauses): Doc fix.
15377
15378 * emacs-lisp/warnings.el: Doc fixes, args renamed.
15379 (warning-type-format): Rename from warning-group-format.
15380
15381 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15382 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15383 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15384 to prevent warnings about defvar for an obsolete variable.
15385
15386 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15387 warning-group-format renamed to warning-type-format.
15388
15389 * subr.el (read-passwd): Use clear-string instead of fillarray.
15390
15391 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15392 Use vconcat instead of concat.
15393 (edmacro-sanitize-for-string): New function.
15394
15395 2003-08-05 Dave Love <fx@gnu.org>
15396
15397 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15398 line-number-display-limit-width.
15399
15400 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15401
15402 2003-08-05 Kenichi Handa <handa@m17n.org>
15403
15404 * international/code-pages.el: Don't require mule-diag.
15405
15406 * international/mule-diag.el (non-iso-charset-alist):
15407 Add autoload cookie.
15408
15409 * language/devan-util.el (dev-glyph-order): Add an entry for the
15410 glyph code #xC4.
15411
15412 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15413
15414 * calendar/calendar.el (diary-file, diary-file-name-prefix)
15415 (european-calendar-style, diary-date-forms)
15416 (calendar-day-name-array, calendar-month-name-array): Doc change.
15417 (generate-calendar-month): Adapt for new behaviour of
15418 `calendar-day-name' function.
15419 (calendar-abbrev-length, calendar-day-abbrev-array)
15420 (calendar-month-abbrev-array): New variables.
15421 (calendar-abbrev-construct): New function.
15422 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15423 rather than fixing abbrevs at some width. Calling syntax change.
15424 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
15425 (calendar-date-string): Adapt for new behaviours of
15426 `calendar-day-name' and `calendar-month-name' functions.
15427
15428 * calendar/diary-lib.el (list-diary-entries): Adapt for new
15429 behaviour of `calendar-day-name' and `calendar-month-name' functions.
15430 (diary-name-pattern): Use abbrev arrays, rather than fixing
15431 abbrevs at three chars. Calling syntax change.
15432 (mark-diary-entries): Adapt for new behaviours of
15433 `diary-name-pattern' and `calendar-make-alist' functions.
15434 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15435 `diary-name-pattern' function.
15436 (font-lock-diary-date-forms): Use abbrev arrays, rather than
15437 fixing abbrevs at three chars. Calling syntax change.
15438 (cal-hebrew, cal-islam): Require when compiling.
15439 (diary-font-lock-keywords): Adapt for new behaviour of
15440 `font-lock-diary-date-forms' function.
15441
15442 * calendar/cal-hebrew.el: Reposition some code so defined before used.
15443 (calendar-hebrew-month-name-array-common-year)
15444 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15445 (list-hebrew-diary-entries): Adapt for new behaviours of
15446 `calendar-day-name' and `add-to-diary-list' functions.
15447 (mark-hebrew-diary-entries): Adapt for new behaviours of
15448 `diary-name-pattern' and `calendar-make-alist' functions.
15449
15450 * calendar/cal-islam.el (calendar-islamic-month-name-array):
15451 Add doc string.
15452 (list-islamic-diary-entries): Adapt for new behaviours of
15453 `calendar-day-name' and `add-to-diary-list' functions.
15454 (mark-islamic-diary-entries): Adapt for new behaviours of
15455 `diary-name-pattern' and `calendar-make-alist' functions.
15456
15457 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15458 `calendar-month-name' function.
15459
15460 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15461
15462 * calendar/solar.el (solar-seasons-data): Move definition before use.
15463
15464 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15465 (cal-tex-LaTeX-hourbox): Move definition before use.
15466
15467 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15468 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15469 lunar.el, solar.el
15470 (displayed-month, displayed-year): Define for compiler.
15471
15472 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15473
15474 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15475 MODE. Renamed from c-init-c-language-vars'.
15476 (c-initialize-cc-mode): Change accordingly.
15477 (c-common-init): Ditto.
15478 (c-mode): Ditto.
15479 (c++-mode): Use `c-init-language-vars-for'.
15480 (objc-mode): Ditto.
15481 (java-mode): Ditto.
15482 (idl-mode): Ditto.
15483 (pike-mode): Ditto.
15484 (awk-mode): Ditto.
15485
15486 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15487
15488 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15489 or not the point moved.
15490
15491 (c-search-decl-header-end): Don't trip up on operator identifiers
15492 in C++ and operators like == in all languages.
15493
15494 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15495 Detect leading labels correctly.
15496
15497 2003-08-02 Andreas Schwab <schwab@suse.de>
15498
15499 * textmodes/ispell.el: Don't redo key bindings on loading, put
15500 them only in loaddefs.el.
15501 * bookmark.el: Likewise.
15502 * dabbrev.el: Likewise.
15503 * emerge.el: Likewise.
15504
15505 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15506 has more than one member.
15507
15508 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15509
15510 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15511
15512 * lpr.el (printify-region): It was ending conversion before the
15513 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
15514
15515 2003-07-31 John Paul Wallington <jpw@gnu.org>
15516
15517 * net/browse-url.el (browse-url-epiphany): Doc fix.
15518
15519 2003-07-30 Kenichi Handa <handa@m17n.org>
15520
15521 * international/fontset.el (setup-default-fontset):
15522 Change registry names of Akurti fonts.
15523
15524 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15525
15526 * comint.el (comint-read-noecho): Use `clear-string' instead of
15527 `fillarray'.
15528
15529 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
15530
15531 * outline.el (outline-mode-hook): Add defvar.
15532
15533 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
15534
15535 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15536 Restore assembler in source window if that is what has been selected.
15537 (menu): Add gdb-restore-windows to menu. Make gdba
15538 specific menus only visible from gdba.
15539
15540 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
15541
15542 * progmodes/compile.el (compilation-environment): New user variable.
15543 (compile-internal): Respect it.
15544
15545 2003-07-23 Masatake YAMATO <jet@gyve.org>
15546
15547 * progmodes/gud.el (gdb-script-font-lock-keywords):
15548 Put `font-lock-function-name-face' on a symbol which includes
15549 `-' like `hook-run'. Put font-lock-variable-name-face
15550 on a symbol starting with $.
15551
15552 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
15553
15554 * files.el (set-visited-file-name): Use truename for buffer-file-name.
15555
15556 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15557
15558 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15559
15560 2003-07-26 Andre Spiegel <spiegel@gnu.org>
15561
15562 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15563 Use with-no-warnings.
15564 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15565 rather than to find-file-not-found-hook, which doesn't exist.
15566
15567 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15568
15569 * international/quail.el (quail-translate-key): Fix previous change.
15570
15571 2003-07-25 John Paul Wallington <jpw@gnu.org>
15572
15573 * server.el (server-start): Check `server-process' is non-nil
15574 before killing it to avoid killing current buffer's process.
15575
15576 * simple.el (choose-completion-string): Use `minibufferp';
15577 test `completion-reference-buffer' if `buffer' arg is nil.
15578 (push-mark): Use `when' and `unless'.
15579 (pop-mark): Use `when'.
15580
15581 * mouse-sel.el (mouse-sel-get-selection-function):
15582 Check `x-last-selected-text-primary'. Don't barf if it or
15583 `x-last-selected-text' aren't bound.
15584
15585 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15586
15587 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15588
15589 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
15590
15591 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15592
15593 2003-07-23 John Paul Wallington <jpw@gnu.org>
15594
15595 * tooltip.el (defface tooltip): Inherit from variable-pitch.
15596
15597 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15598
15599 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15600 string. Defvar the derived hook.
15601
15602 * macros.el (insert-kbd-macro): Escape double quote character.
15603 From Thomas W Murphy <twm@andrew.cmu.edu>.
15604
15605 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15606
15607 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15608 to match the specific mark rather than reusing comment-start-skip.
15609
15610 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
15611
15612 * progmodes/hideshow.el (hs-special-modes-alist):
15613 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
15614
15615 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
15616
15617 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15618 value using ?\s.
15619
15620 2003-07-21 John Paul Wallington <jpw@gnu.org>
15621
15622 * subr.el (with-selected-window): Add closing paren.
15623
15624 2003-07-21 Richard M. Stallman <rms@gnu.org>
15625
15626 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15627 (lisp-mode): Likewise.
15628
15629 * subr.el (with-selected-window): Copy code form save-selected-window
15630 so as to call select-window with norecord arg.
15631 (dynamic-completion-table): Doc fix.
15632 (lazy-completion-table): Doc fix.
15633
15634 * international/mule-cmds.el (set-locale-environment):
15635 langinfo renamed to locale-info.
15636
15637 * international/mule.el (auto-coding-functions): Doc fix.
15638
15639 2003-07-21 Kenichi Handa <handa@m17n.org>
15640
15641 * international/quail.el (quail-translate-key):
15642 Update quail-current-str correctly.
15643
15644 2003-07-21 Andreas Schwab <schwab@suse.de>
15645
15646 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15647 ?, to "_".
15648
15649 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
15650 Version 2.0.36 of Tramp released.
15651
15652 * net/tramp.el (tramp-default-password-end-of-line): Rename from
15653 tramp-password-end-of-line.
15654 (tramp-password-end-of-line): New method parameter.
15655 (tramp-get-password-end-of-line): Function to access method
15656 parameter `tramp-password-end-of-line', or variable
15657 `tramp-default-password-end-of-line' (default value).
15658 (tramp-methods): Add entries for new parameter
15659 tramp-password-end-of-line.
15660 (tramp-enter-password): Use new function
15661 `tramp-get-password-end-of-line'.
15662 (tramp-handle-insert-file-contents): Do not
15663 unconditionally inhibit the file operation file-local-copy, only
15664 do that when the inhibit-file-name-operation is currently
15665 insert-file-contents. This fixes finding remote CVS-controlled
15666 files. (It would barf on inserting the CVS/Entries file
15667 literally, because the file-local-copy handler wasn't called.)
15668 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15669 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15670 (tramp-initial-commands): New variable.
15671 (tramp-process-initial-commands): New function, using the variable.
15672 (tramp-open-connection-setup-interactive-shell): Call the new function.
15673 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15674 method into the buffer name, never use nil. Reported by Hanak
15675 David <dhanak@inf.bme.hu>.
15676 (tramp-open-connection-setup-interactive-shell): Erase buffer
15677 before sending "stty -onlcr".
15678
15679 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15680
15681 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
15682
15683 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15684
15685 2003-07-19 John Paul Wallington <jpw@gnu.org>
15686
15687 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15688 (artist-draw-rect, artist-draw-square): Doc fixes.
15689
15690 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15691
15692 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15693
15694 2003-07-19 Kenichi Handa <handa@m17n.org>
15695
15696 * international/kkc.el (kkc-show-conversion-list-update):
15697 Highlight the correct candidate in the message.
15698
15699 2003-07-18 John Paul Wallington <jpw@gnu.org>
15700
15701 * simple.el (current-word): Don't include punctuation char when
15702 `really-word' arg is non-nil.
15703
15704 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
15705
15706 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15707 moved to the directory obsolete.
15708
15709 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
15710
15711 * info.el (Info-menu-entry-name-re): Allow newlines in
15712 menu entry names.
15713
15714 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15715 syntax-ppss-after-change-function.
15716 (syntax-ppss-after-change-function): New alias. Update uses.
15717 (syntax-ppss): Catch the case where the buffer is narrowed.
15718
15719 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15720
15721 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15722 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15723
15724 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15725
15726 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15727 since it might be modified.
15728
15729 * progmodes/cc-langs.el (c++-make-template-syntax-table)
15730 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15731 names to these language constants.
15732
15733 2003-07-15 Kim F. Storm <storm@cua.dk>
15734
15735 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15736 All uses changed.
15737
15738 2003-07-14 Mark A. Hershberger <mah@everybody.org>
15739
15740 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15741 Namespace support.
15742
15743 2003-07-13 Juanma Barranquero <lektu@terra.es>
15744
15745 * frame.el (modify-all-frames-parameters): Reinstall (copyright
15746 papers received).
15747
15748 2003-07-13 Karl Eichwalder <ke@suse.de>
15749
15750 * textmodes/po.el (po-find-charset): White space at the start of the
15751 Content-Type field body is non-mandatory.
15752
15753 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15754
15755 * textmodes/texinfo.el (texinfo-section-list):
15756 Append appendixsection; a synonym for appendixsec.
15757
15758 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
15759
15760 * man.el (Man-translate-cleanup): New.
15761 (Man-translate-references): Call `Man-translate-cleanup' to clean
15762 leading, trailing and middle spaces.
15763
15764 2003-07-13 Lars Hansen <larsh@math.ku.dk>
15765
15766 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15767 Handle `dired-directory' being a list.
15768
15769 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
15770
15771 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15772 it doesn't exist.
15773
15774 2003-07-12 Richard M. Stallman <rms@gnu.org>
15775
15776 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15777
15778 * progmodes/cc-defs.el (c-make-keywords-re):
15779 Don't use delete-duplicates.
15780 (c-lang-const): Don't use mapcan.
15781
15782 * apropos.el (apropos-show-scores): Make it customizable.
15783 Document new meaning.
15784 (apropos): Compute scores from symbols.
15785 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15786
15787 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15788
15789 * ps-bdf.el: Fix copyright line.
15790 (bdf-directory-list): Fix initialization code.
15791
15792 2003-07-11 John Paul Wallington <jpw@gnu.org>
15793
15794 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15795 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15796 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15797
15798 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
15799
15800 * emacs-lisp/ring.el (ring-elements): Doc fix.
15801
15802 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15803
15804 * calendar/timeclock.el (timeclock-relative)
15805 (timeclock-ask-before-exiting, timeclock-use-display-time):
15806 Doc changes.
15807 (timeclock-modeline-display): Give a message if
15808 `timeclock-use-display-time' is non-nil but `display-time-mode'
15809 is not active.
15810
15811 2003-07-11 Kenichi Handa <handa@m17n.org>
15812
15813 * international/mule-cmds.el (set-language-environment):
15814 Set current-language-environment to the correct string.
15815
15816 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15817
15818 * ps-print.el: Print line number correctly in a region. Reported by
15819 Tim Allen <timallen@ls83.fsnet.co.uk>.
15820 (ps-print-version): New version number (6.6.2).
15821 (ps-printing-region): Code fix.
15822
15823 2003-07-10 John Paul Wallington <jpw@gnu.org>
15824
15825 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15826 this function can be called from `add-completions-from-tags-table'.
15827
15828 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
15829
15830 * calendar/timeclock.el (timeclock-use-display-time)
15831 (timeclock-day-over-hook, timeclock-workday-remaining)
15832 (timeclock-status-string, timeclock-when-to-leave)
15833 (timeclock-when-to-leave-string, timeclock-log-data)
15834 (timeclock-find-discrep, timeclock-day-base)
15835 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15836 (timeclock-modeline-display): Set the variable
15837 `timeclock-modeline-display'.
15838 (timeclock-update-modeline): Doc fix. Respect value of
15839 `timeclock-relative'.
15840
15841 2003-07-09 Richard M. Stallman <rms@gnu.org>
15842
15843 * textmodes/reftex-parse.el (reftex-all-document-files):
15844 Add autoload cookie.
15845
15846 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15847 (reftex-scanning-info-available-p): Add autoload cookie.
15848
15849 * international/mule-cmds.el
15850 (set-display-table-and-terminal-coding-system): Delete duplicate
15851 aset on standard-display-table.
15852
15853 * view.el (view-file): If existing buffer's major mode is special,
15854 don't go into view mode.
15855
15856 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15857
15858 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15859
15860 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15861 buffer changes; there's third party code that calls this function
15862 directly.
15863
15864 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15865
15866 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15867 (autodoc-font-lock-keywords): Don't byte compile on font lock
15868 initialization when running from byte compiled files.
15869
15870 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15871
15872 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15873 statement ends with auto-increment "++".
15874
15875 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15876
15877 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15878 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15879 these are changed, so declare them as variables and not constants.
15880
15881 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
15882
15883 * subr.el (dolist, dotimes): Doc fix.
15884
15885 2003-07-08 Kim F. Storm <storm@cua.dk>
15886
15887 * international/mule-cmds.el
15888 (set-display-table-and-terminal-coding-system): Don't break
15889 bootstrap if standard-display-table isn't setup yet.
15890
15891 2003-07-07 Richard M. Stallman <rms@gnu.org>
15892
15893 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15894 Give it a doc string, and autoload it.
15895
15896 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15897 Use with-no-warnings.
15898
15899 * info.el (Info-search): If find invisible text, search again.
15900
15901 * isearch.el (search-whitespace-regexp): Add a shy group around it.
15902
15903 * man.el (Man-name-regexp): Match + as part of name.
15904
15905 * simple.el (visible-mode): Rename from vis-mode.
15906 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15907
15908 * simple.el (current-word): New arg REALLY-WORD specifies
15909 don't include punctuation chars.
15910
15911 * emacs-lisp/debug.el (debug, debugger-env-macro):
15912 Use with-no-warnings while accessing and binding unread-command-char.
15913
15914 * international/mule-cmds.el
15915 (set-display-table-and-terminal-coding-system): Use explicit loop
15916 instead of calling standard-display-default.
15917
15918 * net/ange-ftp.el (ange-ftp-file-symlink-p):
15919 Use condition-case to catch error in ange-ftp-get-files.
15920
15921 * net/browse-url.el (browse-url-browser-function):
15922 Add alternative for Epiphany.
15923 (browse-url-epiphany-program, browse-url-epiphany-arguments)
15924 (browse-url-epiphany-startup-arguments)
15925 (browse-url-epiphany-new-window-is-tab): New variables.
15926 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15927
15928 * progmodes/compile.el (compile-auto-highlight): Default now t.
15929 (compile): Doc fix.
15930 (compilation-next-error): Fix previous change.
15931
15932 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15933
15934 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15935
15936 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
15937
15938 * gdb-ui.el (gdb-source-info): Display current frame when
15939 attaching to an existing process.
15940 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15941 while laying out windows when attaching to an existing process.
15942
15943 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
15944
15945 * info.el (Info-menu): Use Info-menu-entry-name-re.
15946
15947 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15948
15949 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15950 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15951
15952 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15953 to match the same text.
15954
15955 2003-07-06 John Paul Wallington <jpw@gnu.org>
15956
15957 * vc.el (vc-annotate-offset): Move defvar up.
15958
15959 2003-07-06 Kim F. Storm <storm@cua.dk>
15960
15961 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15962 This should fix the infinite loop when extracting menu names.
15963
15964 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15965
15966 * files.el (auto-mode-alist, interpreter-mode-alist):
15967 Remove entries to CC Mode modes to avoid duplicates; they are now added
15968 with autoload directives in cc-mode.el.
15969
15970 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15971
15972 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15973 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15974 these are changed, so declare them as variables and not constants.
15975
15976 * progmodes/cc-mode.el: Fix some autoload problems: Try to
15977 ensure that the entry for ".c" extension comes before the one for
15978 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15979 Fix incorrect entries that were added to `interpreter-mode-alist'.
15980 Move the autoload directives for AWK to the top level since they
15981 aren't recognized anywhere else. Do not use the new AWK mode doc
15982 in the autoload form for the old AWK mode.
15983
15984 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15985
15986 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15987 (bibtex-sort-ignore-string-entries): Default value t.
15988 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15989 erroneously in previous version.
15990 (bibtex-string-files): Docstring reflects new parsing scheme.
15991 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15992 docstring, add # as one of the chars to crush
15993 (bibtex-autokey-prefix-string, bibtex-autokey-names)
15994 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15995 (bibtex-autokey-name-change-strings)
15996 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15997 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15998 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15999 (bibtex-autokey-title-terminators)
16000 (bibtex-autokey-titlewords-stretch)
16001 (bibtex-autokey-titleword-ignore)
16002 (bibtex-autokey-titleword-case-convert)
16003 (bibtex-autokey-titleword-abbrevs)
16004 (bibtex-autokey-titleword-abbrevs)
16005 (bibtex-autokey-titleword-change-strings)
16006 (bibtex-autokey-titleword-length)
16007 (bibtex-autokey-titleword-separator)
16008 (bibtex-autokey-name-year-separator)
16009 (bibtex-autokey-year-title-separator)
16010 (bibtex-autokey-before-presentation-function)
16011 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16012 Fix docstring.
16013 (bibtex-strings, bibtex-reference-keys):
16014 Use lazy-completion-table and make-variable-buffer-local.
16015 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16016 (bibtex-braced-string-syntax-table)
16017 (bibtex-quoted-string-syntax-table): New variables.
16018 (bibtex-parse-nested-braces): Remove.
16019 (bibtex-parse-field-string): Use syntax table and forward-sexp.
16020 (bibtex-parse-association): Simplify.
16021 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16022 (bibtex-parse-field-text): Simplify.
16023 (bibtex-search-forward-field, bibtex-search-backward-field):
16024 argument BOUND can take value t.
16025 (bibtex-start-of-field, bibtex-start-of-name-in-field)
16026 (bibtex-end-of-name-in-field, bibtex-end-of-field)
16027 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16028 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16029 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16030 (bibtex-skip-to-valid-entry): Return buffer position of beginning
16031 and ending of entry. Update for changes of bibtex-search-entry.
16032 Simplify.
16033 (bibtex-map-entries): FUN is called with three arguments.
16034 (bibtex-search-entry): Return a cons pair with buffer positions of
16035 beginning and end of entry.
16036 (bibtex-enclosing-field): Simplify.
16037 (bibtex-format-entry): Use booktitle to set a missing title.
16038 (bibtex-autokey-get-names): Fiddle with regexps.
16039 (bibtex-generate-autokey): Use identity.
16040 (bibtex-parse-keys): Use simplified parsing algorithm if
16041 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
16042 arguments. Return alist of keys.
16043 (bibtex-parse-strings): Simplify. Return alist of strings.
16044 (bibtex-complete-string-cleanup): Fix docstring.
16045 (bibtex-read-key): New function.
16046 (bibtex-mode): Fix docstring. Do not parse for keys and
16047 strings when the mode is entered. Set fill-paragraph-function to
16048 bibtex-fill-field. Setup font-lock-mark-block-function the way
16049 font-lock intended.
16050 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
16051 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16052 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16053 (bibtex-Preamble): Avoid hard coded constants.
16054 (bibtex-make-field): Fix docstring. Simplify.
16055 (bibtex-beginning-of-entry): Always return new position of point.
16056 (bibtex-end-of-entry): Rearrange cond clauses.
16057 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16058 Update for changes of bibtex-map-entries.
16059 (bibtex-ispell-abstract): Do not move point.
16060 (bibtex-entry-index): Use downcase. Simplify.
16061 (bibtex-lessp): Handle catch-all.
16062 (bibtex-find-crossref): Turn into a command.
16063 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
16064 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
16065 preamble entries.
16066 (bibtex-fill-field-bounds): New function.
16067 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
16068 (bibtex-fill-entry): Use bibtex-fill-field-bounds
16069 (bibtex-String): Use bibtex-strings. Always obey
16070 bibtex-sort-ignore-string-entries.
16071
16072 2003-07-05 John Paul Wallington <jpw@gnu.org>
16073
16074 * cus-theme.el (customize-create-theme):
16075 Call `customize-create-theme' in Reset widget's notify function.
16076
16077 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16078 (ibuffer-mark-interactive): Use `or' instead of `unless'.
16079 (define-ibuffer-column name): Add summarizer.
16080 (define-ibuffer-column size): Likewise.
16081 (define-ibuffer-column filename): Likewise.
16082 (define-ibuffer-column process): Likewise. Change BODY's output too.
16083 (define-ibuffer-column filename-and-process): Likewise, likewise.
16084 (ibuffer): Remove local vars `already-in' and `need-update'.
16085
16086 * ibuf-ext.el: Don't require `derived' at compile-time.
16087
16088 2003-07-05 Kim F. Storm <storm@cua.dk>
16089
16090 * info.el: Disable paragraph refilling.
16091 (Info-refill-paragraphs): New defcustom.
16092 (Info-fontify-node): Use it.
16093
16094 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
16095
16096 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16097 thingies from constructors created by defstruct.
16098
16099 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16100 the default value of the variable.
16101 (byte-code-meter): Move declaration to top level.
16102
16103 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16104
16105 * info.el (Info-following-node-name-re): New fun.
16106 (Info-following-node-name): Remove.
16107 (Info-insert-dir): Use the new fun.
16108 (Info-extract-pointer): Don't save restriction; use new fun.
16109 (Info-menu-entry-name-re): New const.
16110 (Info-menu-entry-name-re): Use it along with new fun.
16111 (Info-node-spec-re): Use new fun.
16112 (Info-complete-menu-item, Info-fontify-node): Use new const.
16113 (Info-goto-node, Info-follow-reference, Info-menu-update):
16114 Use match-string.
16115 (Info-follow-reference): Use assoc-string.
16116 Use a list of strings for the completion table.
16117 (Info-fontify-node): Use match-string, line-end-position.
16118 Limit the search for `node:' to the first line.
16119
16120 * newcomment.el (uncomment-region): Remove padding coming from
16121 comment-start rather than just from comment-padding.
16122
16123 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16124 (vc-cvs-stay-local-p): Use vc-stay-local-p.
16125 (vc-cvs-rename-file): Remove (use the default).
16126 (vc-cvs-register): Register parent dir if needed.
16127 (vc-cvs-could-register): Return non-nil if parent can be registered.
16128 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16129 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16130
16131 * vc-svn.el (vc-svn-use-edit): Make it into a const.
16132 (vc-svn-update): Fix the arguments to `svn'.
16133 (vc-svn-diff-tree): Just use `vc-svn-diff'.
16134 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16135 Simple implementations, assuming `name' is a URL.
16136
16137 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16138 set of chars allowed unquoted in a case pattern.
16139
16140 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16141
16142 * font-lock.el (font-lock-extra-types-widget)
16143 (c-font-lock-extra-types, c++-font-lock-extra-types)
16144 (objc-font-lock-extra-types, java-font-lock-extra-types)
16145 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16146 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16147 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16148 (font-lock-match-c++-structor-declaration)
16149 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16150 (c++-font-lock-keywords-3, c++-font-lock-keywords)
16151 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16152 (objc-font-lock-keywords-3, objc-font-lock-keywords)
16153 (java-font-lock-keywords-1, java-font-lock-keywords-2)
16154 (java-font-lock-keywords-3, java-font-lock-keywords)
16155 (java-font-lock-syntactic-face-function): Remove obsolete code
16156 and constants. It's all in cc-fonts.el now.
16157
16158 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
16159
16160 * mail/sendmail.el (mail-specify-envelope-from)
16161 (mail-envelope-from): Doc fix.
16162
16163 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
16164
16165 * generic-x.el: Do away with the dependency on `c-emacs-features'
16166 when populating `rul-generic-mode-syntax-table'; we already know
16167 this isn't XEmacs.
16168
16169 See ChangeLog.10 for earlier changes.
16170
16171 ;; Local Variables:
16172 ;; coding: iso-2022-7bit
16173 ;; End:
16174
16175 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
16176 Copying and distribution of this file, with or without modification,
16177 are permitted provided the copyright notice and this notice are preserved.
16178
16179 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1