]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25
[gnu-emacs] / lisp / ChangeLog
1 2005-03-14 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (next-line, previous-line): Add optional try-vscroll
4 arg to recognize interactive use. Pass it on to line-move.
5 (line-move): Don't perform auto-window-vscroll when defining or
6 executing keyboard macro to ensure consistent behaviour.
7
8 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11
12 2005-03-13 Lute Kamstra <lute@gnu.org>
13
14 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15 debugger-setup-buffer so that backtrace marks the frames set to
16 debug-on-exit and we don't have to do it manually. Set an extra
17 debug-on-exit for macro's.
18 (debugger-setup-buffer): Don't mark the top frame manually.
19
20 2005-03-12 Lute Kamstra <lute@gnu.org>
21
22 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23 lisp-indent-function throughout.
24 (with-no-warnings): Set lisp-indent-function property.
25
26 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
27
28 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
29 Add entry for backslash.
30
31 2005-03-12 Juri Linkov <juri@jurta.org>
32
33 * info.el (Info-search): Four fixes for backward search.
34
35 2005-03-11 Jay Belanger <belanger@truman.edu>
36
37 * calc/calc.el (calc-language-alist): New variable.
38 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
39 (calc-embedded-find-modes): Use calc-language-alist instead of
40 calc-embedded-language-alist.
41
42 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
43
44 * calendar/calendar.el (calendar-redrawing): New internal
45 variable.
46 (redraw-calendar): Remove bogus save-excursion from previous
47 change. Bind calendar-redrawing to t for mark-diary-entries.
48 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
49 calendar if that is why we were called.
50
51 2005-03-11 Kenichi Handa <handa@m17n.org>
52
53 * international/mule.el (make-coding-system): Set property
54 'coding-system-define-form to nil.
55 (define-coding-system-alias): Likewise.
56
57 2005-03-11 Kenichi Handa <handa@m17n.org>
58
59 These changes are suggested by Dave Love <fx@gnu.org>.
60
61 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
62 coding: tag.
63 (adaptive-fill-regexp): Add more bullets.
64 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
65 regexps.
66
67 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
68
69 * help.el (describe-mode): Properly handle non-trivial lighters.
70 Don't ignore minor modes that are not listed in minor-mode-list.
71
72 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
73 feature ON when the user requests to turn it OFF.
74
75 2005-03-10 Lute Kamstra <lute@gnu.org>
76
77 * emacs-lisp/debug.el (debug-entry-code): Delete it.
78 (implement-debug-on-entry): New function to replace debug-entry-code.
79 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
80 second argument as the 2005-03-07 change makes it obsolete.
81 (debug-on-entry, cancel-debug-on-entry): Update call to
82 debug-on-entry-1.
83 (debug, debugger-setup-buffer): Comment update.
84 (debugger-frame-number): Update to work with implement-debug-on-entry.
85
86 2005-03-10 Jay Belanger <belanger@truman.edu>
87
88 * calc/calc-embed.el (math-ms-args): Declare it.
89 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
90 math-ms-args.
91 (calc-embedded-subst): Use math-multi-subst-rec to substitute
92 variables.
93
94 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
95
96 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
97 Use message-box.
98
99 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
100 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
101 (tooltip-gud-tips): Simplify.
102 (tooltip-gud-tips-p): Remove superflouous :set.
103 (tooltip-gud-modes): Add fortran-mode.
104 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
105
106 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
107
108 2005-03-09 Kim F. Storm <storm@cua.dk>
109
110 * play/animate.el (animate-place-char): Use forward-line instead
111 of next-line to improve performance.
112
113 2005-03-09 Simon Josefsson <jas@extundo.com>
114
115 * net/browse-url.el (browse-url-default-browser): Doc fix.
116
117 2005-03-09 Miles Bader <miles@gnu.org>
118
119 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
120 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
121
122 2005-03-09 Kenichi Handa <handa@m17n.org>
123
124 * international/latin-1.el: Set case and syntax for 255 only if
125 set-case-syntax-set-multibyte is nil.
126
127 * textmodes/ispell.el (ispell-insert-word): New function.
128 (ispell-word): Use ispell-insert-word to insert a new word.
129 (ispell-process-line): Likewise.
130 (ispell-complete-word): Likewise.
131
132 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
133
134 * calendar/calendar.el (redraw-calendar): Preserve point.
135 Reported by Matt Hodges <MPHodges@member.fsf.org>.
136 (calendar-week-start-day): Move after definition of
137 redraw-calendar. Delete buffer test, since redraw-calendar has
138 that now.
139
140 * calendar/diary-lib.el (mark-diary-entries): Only call
141 redraw-calendar in the first of any recursive calls.
142 Reported by Alan Shutko <ats@acm.org>.
143
144 2005-03-08 Juri Linkov <juri@jurta.org>
145
146 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
147 (html-horizontal-rule, html-line, html-image, html-checkboxes)
148 (html-radio-buttons): Add a space before the trailing `/>' where
149 sgml-xml-mode is non-nil.
150 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
151 the subsequent tag of the empty XML tag.
152 (html-href-anchor): Don't set initial input to "http:".
153 (html-image): Ask for the image URL and set point inside alt="".
154 (html-name-anchor): Duplicate the name in the `id' attribute when
155 sgml-xml-mode is non-nil.
156 (html-paragraph): Remove \n before <p>.
157 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
158 instead of `checked' when sgml-xml-mode is non-nil.
159
160 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
161 Remove 1 space before #RRGGBB to not truncate it on terminal
162 windows w/o fringes. Remove 1 space between bg and fg examples
163 to get more space.
164 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
165 avoid byte-compile warnings.
166
167 * image-file.el (image-file-handler): Put `safe-magic' property to
168 `image-file-handler'.
169
170 * info.el (Info-isearch-search): Emulate word search in
171 isearching through multiple Info nodes with Info-search.
172 (Info-isearch-wrap): Allow isearch-word.
173
174 2005-03-08 Lute Kamstra <lute@gnu.org>
175
176 * emacs-lisp/debug.el (debugger-step-through): Make sure that
177 stepping into the debugger's code is not possible.
178 (debugger-jumping-flag): Docstring update.
179
180 2005-03-08 Jay Belanger <belanger@truman.edu>
181
182 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
183 embedded mode begins.
184 (calc-embedded-language-alist): New variable.
185 (calc-embedded-find-modes): Use calc-embedded-language-alist to
186 set default language mode.
187
188 2005-03-08 Kenichi Handa <handa@m17n.org>
189
190 * international/ccl.el (define-ccl-program): Fix docstring about
191 extra 256 bytes assured for the output buffer.
192
193 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
194 Fix BUFFER_MAGNIFICATION to 2.
195 (ccl-encode-mule-utf-16be-with-signature): Likewise.
196
197 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
198
199 * align.el (align-rules-list): Added an alignment rule for CSS
200 declarations (applies to css-mode and html-mode buffers).
201
202 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
203
204 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
205
206 2005-03-07 Kim F. Storm <storm@cua.dk>
207
208 * simple.el (move-beginning-of-line): New command.
209
210 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
211
212 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
213
214 * emulation/cua-base.el: Put CUA move property on move-end-of-line
215 and move-beginning-of-line.
216
217 * apropos.el (apropos-print): Omit command from M-x ... RET.
218
219 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
220
221 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
222 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
223
224 2005-03-06 Richard M. Stallman <rms@gnu.org>
225
226 * bindings.el (esc-map): Bind M-g to goto-line.
227
228 * facemenu.el (global-map): Bind M-o, not M-g.
229
230 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
231
232 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
233 "Open Directory" as for "Open File".
234
235 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
236
237 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
238 (push-mark-command): Run activate-mark-hook.
239
240 2005-03-06 Richard M. Stallman <rms@gnu.org>
241
242 * help-mode.el (help-mode-finish): Don't alter the element
243 in view-return-to-alist if there already is one.
244
245 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
246 make sure the current buffer is the expected one.
247
248 * novice.el (disabled-command-function): Output in *Disabled Command*.
249 Explicitly ignore non-keyboard events, and explicitly handle C-g.
250
251 * textmodes/flyspell.el (flyspell-large-region):
252 Pass args differently for aspell.
253
254 * files.el (mode-require-final-newline): Doc fix.
255
256 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
257
258 * progmodes/which-func.el (which-function):
259 Specify NOERROR when calling imenu--make-index-alist.
260
261 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * simple.el (normal-erase-is-backspace): Define default value.
264
265 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
266 (custom-reevaluate-setting): Simple function to handle
267 variables that are defined before their default value can really
268 be computed.
269
270 * startup.el (command-line): Use it for temporary-file-directory,
271 small-emporary-file-directory, auto-save-file-name-transforms,
272 blink-cursor-mode, and normal-erase-is-backspace.
273
274 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
275 progress, even with buggy anchored keywords.
276
277 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
278
279 * simple.el (goto-line): Remove unbalanced final parenthesis.
280
281 2005-03-05 Richard M. Stallman <rms@gnu.org>
282
283 * simple.el (goto-line): Use a number at point as the default.
284 With C-u as arg, switch buffers.
285
286 2005-03-05 Juri Linkov <juri@jurta.org>
287
288 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
289 with `no-blinking-cursor'.
290
291 * startup.el (no-blinking-cursor): New defvar.
292 (command-line): Add `--no-blinking-cursor' to longopts.
293 Set `no-blinking-cursor' to t for command line arguments
294 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
295 with `no-blinking-cursor' in the condition for calling
296 `blink-cursor-mode'.
297
298 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
299
300 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
301 (menu-bar-options-save): Add blink-cursor-mode.
302 (menu-bar-options-menu): Add blink-cursor-mode.
303
304 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
305
306 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
307 (icalendar-export-file, icalendar-export-region)
308 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
309 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
310
311 2005-03-04 Lute Kamstra <lute@gnu.org>
312
313 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
314 (debug-function-list): Ditto.
315
316 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
317
318 * textmodes/texinfmt.el (texinfo-append-refill):
319 Redefine the types of line to which @refill
320 is not appended by replacing a search for `@refill\\|@bye' with
321 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
322 itemize@refill' bug and the unfilled long lines bug.
323 (texinfmt-version): Update number and date.
324
325 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
326
327 * international/code-pages.el (windows-1250, windows-125[2-8])
328 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
329
330 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
331
332 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
333 bound yet.
334
335 2005-03-02 Romain Francoise <romain@orebokech.com>
336
337 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
338 buffer after removing limits.
339 (ibuffer-pop-filter): Ditto.
340 Update copyright.
341
342 2005-03-02 Miles Bader <miles@gnu.org>
343
344 * button.el (make-text-button): If the user doesn't specify a
345 type, use the default. Rewrite to use `add-text-properties' and
346 plist functions.
347
348 2005-03-01 Lute Kamstra <lute@gnu.org>
349
350 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
351 (debugger-jumping-flag): New var.
352 (debug-entry-code): Use it.
353 (debugger-jump): Use debugger-jumping-flag and add
354 debugger-reenable to post-command-hook.
355 (debugger-reenable): Use debugger-jumping-flag and remove itself
356 from post-command-hook.
357 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
358 debugger-reenable.
359
360 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
361
362 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
363 inclusion of "itemize\\|", which may be unnecessary, is certainly
364 inelegant, and stops refilling in itemize lists when formatting
365 Japanese Texinfo files to Info.
366 Update copyright to 2005.
367
368 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
369
370 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
371 of an error if GDB can't find the source file.
372
373 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
374
375 * calendar/calendar.el (redraw-calendar): Work from any buffer,
376 not just the calendar.
377
378 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
379 first.
380 (diary-redraw-calendar): New function.
381 (make-diary-entry): Add diary-redraw-calendar to local
382 write-contents-functions. Turn off selective display before
383 inserting in diary.
384
385 2005-03-01 Kim F. Storm <storm@cua.dk>
386
387 * emacs-lisp/copyright.el (copyright-fix-years): New command.
388
389 2005-03-01 Lute Kamstra <lute@gnu.org>
390
391 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
392 that debug-entry-code can be safely removed from a function while
393 this code is being evaluated. Revert the 2005-02-27 change as the
394 new implementation no longer requires it. Make sure that a
395 function body containing just a string is not mistaken for a docstring.
396 (debug): Skip one more frame in case of debug on entry.
397 (debugger-setup-buffer): Delete one more frame line in case of
398 debug on entry.
399 (debugger-frame-number): Update to use the new text introduced by
400 the 1999-11-03 change. Skip one more frame in case of debug on entry.
401
402 2005-02-28 Kim F. Storm <storm@cua.dk>
403
404 * double.el (double-translate-key): Call force-window-update after
405 read-event to avoid crash in redisplay.
406
407 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
408
409 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
410 (debug): Use it. Move the inhibit-trace earlier.
411 (debug-entry-code): New const.
412 (debug-on-entry-1): Use it.
413
414 2005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change)
415
416 * international/utf-16.el (ccl-encode-mule-utf-16le):
417 Fix BUFFER_MAGNIFICATION to 2.
418 (ccl-encode-mule-utf-16be): Likewise.
419
420 2005-02-28 Kenichi Handa <handa@m17n.org>
421
422 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
423 Fix BUFFER_MAGNIFICATION to 4.
424 (ccl-encode-mule-utf-16be-with-signature): Likewise.
425
426 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
427
428 * speedbar.el (speedbar-update-flag): Doc fix.
429 (speedbar-show-info-under-mouse): Give set-mouse-position the right
430 argument.
431
432 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
433
434 * reveal.el (reveal-post-command): Don't try to reveal overlays which
435 have a non-nil `invisible' property but are actually visible.
436
437 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
438 for perldoc sections.
439 (perl-outline-regexp, perl-outline-level): New var and function.
440 (perl-mode): Use them.
441
442 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
443
444 * calendar/diary-lib.el (diary-remind): Discard any mark portion
445 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
446
447 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
448
449 * cus-edit.el: Comment change.
450 (custom-buffer-create-internal): Slightly reword text at top of
451 Custom buffers. Mention there that saving an option edits the
452 init file. Add link to Emacs manual node on `custom-file'.
453 (custom-magic-alist): Rewrite individual State messages to use
454 capitalized keywords. Doc fix.
455
456 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
457
458 * calendar/calendar.el (calendar-buffer): Move above
459 calendar-week-start-day.
460 (calendar-week-start-day): Doc fix. Add :set function.
461 (calendar-minimum-window-height): New variable.
462 (generate-calendar-window): Only resize window if selected-window
463 is displaying the calendar buffer. Use new variable
464 calendar-minimum-window-height.
465 (generate-calendar): Reword error message.
466 (calendar-mode-map): Bind DEL to scroll-other-window-down.
467
468 2005-02-27 Andreas Schwab <schwab@suse.de>
469
470 * vc.el (vc-do-command): Don't run command asynchronously when
471 operating in a remote directory.
472
473 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
474 change from sync with Tramp 2.0.47.
475
476 2005-02-27 Richard M. Stallman <rms@gnu.org>
477
478 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
479
480 * textmodes/flyspell.el (flyspell-mode-on):
481 Call ispell-change-dictionary only if necessary.
482
483 * emacs-lisp/re-builder.el (regexp-builder): New function.
484
485 * register.el (describe-register-1): Explicitly handle
486 yank-excluded-properties = t.
487
488 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
489 (custom-magic-alist): Change the status descriptions again.
490 (face widget-type): Total rewrite based on `restricted-sexp'
491 to eliminate the confusing double hiding levels.
492
493 * emacs-lisp/debug.el (debug-on-entry-1):
494 If function body is empty, add nil as body form.
495
496 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
497
498 * emacs-lisp/trace.el (inhibit-trace): New var.
499 (trace-make-advice): Use it.
500
501 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
502
503 2005-02-26 Kim F. Storm <storm@cua.dk>
504
505 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
506 (mouse-on-link-p, mouse-drag-region-1): Use it.
507
508 2005-02-25 Lute Kamstra <lute@gnu.org>
509
510 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
511
512 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
513
514 * frame.el (blink-cursor-mode): Add :group keyword.
515
516 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
517
518 * calendar/icalendar.el (icalendar--decode-isodatetime):
519 New optional argument DAY-SHIFT.
520 (icalendar-export-region): Fix coding-system-for-write.
521 (icalendar--convert-ical-to-diary): Shift end-day of all-day
522 events by one.
523
524 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
525
526 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
527
528 2005-02-24 Kim F. Storm <storm@cua.dk>
529
530 * international/iso-acc.el (iso-accents-compose): Fix crash
531 during redisplay. Call force-window-update after read-event
532 and delete-region to signal that window is not accurate.
533
534 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
537 Remove unused and inexistent var `inhibit-trace'.
538 (debugger-mode): Use run-mode-hooks.
539 (debugger-list-functions): Add buttons; setup xref stack.
540
541 2005-02-23 Richard M. Stallman <rms@gnu.org>
542
543 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
544 appointment says it was explicitly made.
545 (appt-add): Set the 3rd element.
546 (appt-make-list): Preserve explicit appointments.
547
548 * subr.el (find-tag-default): Catch errors in forward-sexp.
549
550 2005-02-23 Juri Linkov <juri@jurta.org>
551
552 * info.el (Info-isearch-search): New defcustom.
553 (Info-isearch-search): Call the default isearch function
554 when Info-isearch-search is nil.
555 (Info-isearch-wrap): Use variable Info-isearch-search.
556
557 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
558
559 * cus-edit.el: Comment change.
560
561 2005-02-22 Kim F. Storm <storm@cua.dk>
562
563 * progmodes/hideif.el (hide-ifdef-use-define-alist):
564 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
565
566 2005-02-22 Simon Josefsson <jas@extundo.com>
567
568 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
569 New variable.
570 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
571 Oskarsson" <myrkraverk@users.sourceforget.net>.
572
573 2005-02-22 Kim F. Storm <storm@cua.dk>
574
575 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
576 check that window of that event is the selected window.
577 (mouse-drag-region-1): Compare mouse event window to selected
578 window before setting point.
579
580 * tooltip.el (tooltip-show-help-function): Pass event to
581 mouse-on-link-p so it can check selected window.
582
583 2005-02-22 Kenichi Handa <handa@m17n.org>
584
585 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
586 (ps-mule-show-warning): New function.
587 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
588 characters are found.
589
590 * ps-print.el (ps-header-footer-string): Return a list of header
591 and footer strings.
592
593 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
594
595 * pcvs.el (cvs-retrieve-revision): Fix thinko.
596
597 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
598
599 * frame.el (blink-cursor-mode): Use define-minor-mode.
600
601 * term/mac-win.el (function-key-map): Use char-names more consistently.
602 (file-name-coding-system): Only set it for MacOS-9. The other case is
603 already handled in mule-cmds.el (where it also works when mac-win.el
604 is not used).
605
606 2005-02-21 Kenichi Handa <handa@m17n.org>
607
608 * international/mule.el (ctext-pre-write-conversion): Always use
609 " *code-converting-work*" buffer for work.
610
611 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
612
613 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
614
615 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
616
617 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
618
619 * ses.el (undo-more): Restore defadvice, but only the part that
620 allows changes outside the restricted area of the buffer.
621
622 2005-02-20 Kim F. Storm <storm@cua.dk>
623
624 * simple.el (line-move): Add fourth optional arg try-vscroll which
625 must be set to perform auto-window-vscroll.
626 When moving backwards and doing auto-window-vscroll, automatically
627 vscroll to the last part of lines which are taller than the window.
628 (next-line, previous-line): Set try-vscroll arg on line-move.
629
630 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
631
632 * replace.el (query-replace, query-replace-regexp)
633 (replace-string, replace-regexp): When operating on region, make
634 the minibuffer prompt say so.
635
636 * isearch.el (isearch-forward): Document isearch-query-replace and
637 isearch-query-replace-regexp keybindings.
638
639 2005-02-19 Jay Belanger <belanger@truman.edu>
640
641 * calc/calc-aent.el (math-read-token): Add local variable.
642
643 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
644 (calc-edit-top): Move declaration to earlier in file.
645 (calc-edit-macro-repeats): Add local variables.
646
647 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
648 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
649 calcFunc-tanh.
650 Adjust integration rule for calcFunc-tan.
651
652 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
653
654 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
655 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
656 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
657 (viper-skip-separators): Bug fix.
658 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
659 particular major mode.
660 (viper-del-backward-char-in-replace): Don't put deleted char on the
661 kill ring.
662
663 * viper-ex.el (viper-color-display-p): New function.
664 (viper-has-face-support-p): Use viper-color-display-p.
665
666 * viper-keym.el (viper-gnus-modifier-map): New keymap.
667
668 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
669
670 * viper-util.el (viper-glob-unix-files): Fix shell status check.
671 (viper-file-remote-p): Make equivalent to file-remote-p.
672
673 * viper.el (viper-major-mode-modifier-list):
674 Use viper-gnus-modifier-map.
675
676 2005-02-19 David Kastrup <dak@gnu.org>
677
678 * subr.el (subregexp-context-p): Fix garbled doc string by adding
679 quoting.
680
681 2005-02-19 Jay Belanger <belanger@truman.edu>
682
683 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
684 Remove extra definitions.
685 (calc-coth): New function.
686 (calcFunc-cot): Fix `let'.
687
688 2005-02-19 Eli Zaretskii <eliz@gnu.org>
689
690 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
691 the reasons we use "type pc" in these faces.
692
693 * button.el (button): Ditto.
694
695 2005-02-19 Michael Mauger <mmaug@yahoo.com>
696
697 * replace.el (query-replace-read-from): Set the value of
698 query-replace-from-history-variable to handle the case of an empty
699 string entered to accept the suggested default.
700
701 * net/tramp.el (tramp-file-name-for-operation):
702 Use dired-call-process instead of dired-call-process-command.
703
704 2005-02-19 Jay Belanger <belanger@truman.edu>
705
706 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
707 (math-div-non-trig): New variables.
708 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
709 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
710 (math-combine-prod, math-div-symb-fancy): Add simplifications for
711 trig expressions.
712
713 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
714
715 * progmodes/gdb-ui.el (gdb-var-update-handler)
716 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
717 for watch expressions,
718 (gdb-var-create-handler): Don't set speedbar-update-flag.
719 (gdb-post-prompt): Simplify test for speedbar.
720
721 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
722
723 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
724 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
725 we use the syntax table of the correct buffer.
726 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
727 Felix Gatzemeier.
728
729 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
730 (ediff-file-remote-p): Make synonymous with file-remote-p.
731 In all deffaces ediff-*-face-*, use min-colors.
732
733 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
734 ediff-recurse-to-subdirectories.
735 (ediff-mark-if-equal): Check that the arguments are strings, use
736 ediff-same-contents (after to Felix Gatzemeier).
737
738 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
739 nil.
740
741 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
742
743 * log-view.el (log-view-message-re): Fix up Subversion regexp.
744
745 2005-02-18 David Kastrup <dak@gnu.org>
746
747 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
748 use `mark-active' when defined.
749
750 2005-02-18 Kenichi Handa <handa@m17n.org>
751
752 * ps-print.el (ps-font-info-database): New entry
753 ZapfChancery-MediumItalic with correct font name. Fix font name
754 of the entry Zapf-Chancery-MediumItalic.
755
756 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
757
758 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
759
760 2005-02-16 Kim F. Storm <storm@cua.dk>
761
762 * ido.el (ido-fallback-command): Pass user input to fallback command.
763
764 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
765
766 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
767 (gdb-find-file-hook): Add server prefix.
768
769 2005-02-16 Richard M. Stallman <rms@gnu.org>
770
771 * replace.el (perform-replace): Pass new args to replace-highlight.
772 (replace-highlight): Take region args,
773 and pass them to isearch-lazy-highlight-new-loop.
774
775 * novice.el (disabled-command-hook): Autoload the defalias
776 and the make-obsolete-variable call.
777
778 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
779
780 * isearch.el (isearch-lazy-highlight-start-limit)
781 (isearch-lazy-highlight-end-limit): New variables limit
782 the region for highlighting.
783 (isearch-lazy-highlight-new-loop): New args BEG and END.
784 (isearch-lazy-highlight-search): Use the new vars.
785 (isearch-lazy-highlight-update): Likewise.
786
787 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
788
789 * cus-start.el (all): Use default-boundp.
790
791 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
792
793 * menu-bar.el (menu-bar-select-frame): Handle current frame.
794
795 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
796
797 * autorevert.el (auto-revert-stop-on-user-input)
798 (auto-revert-verbose): Doc fixes.
799
800 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
801
802 * international/mule-cmds.el (set-locale-environment): Remove call
803 to set-selection-coding-system on Windows.
804
805 2005-02-15 Jay Belanger <belanger@truman.edu>
806
807 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
808 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
809 calcFunc-coth.
810 (math-simplify-sqrt): Add simplifications.
811
812 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
813 to list.
814
815 * calc/calc-ext.el: Add functions to autoloads.
816
817 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
818 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
819 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
820 (math-csc-raw, math-cot-raw): New functions.
821
822 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
823
824 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
825 the variable name in a message.
826
827 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
828 calcFunc-csc, calcFunc-cot.
829
830 * calc/calcalg2.el: Add derivative and integration rules for
831 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
832 calcFunc-csch, calcFunc-coth.
833 (math-do-integral-methods): Add to checks for when to use
834 substitutions.
835
836 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
837
838 2005-02-15 Lute Kamstra <lute@gnu.org>
839
840 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
841 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
842 <monnier@iro.umontreal.ca>
843 (lisp-outline-level): Improve efficiency. Suggested by David
844 Kastrup <dak@gnu.org>.
845
846 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
847
848 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
849 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
850 (gdb-set-gud-minor-mode-existing-buffers): New functions.
851 (gdb-find-file-hook): New hook. Add it to find-file-hook.
852 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
853
854 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
855
856 * cus-start.el (all): Comment change.
857
858 2005-02-14 Lute Kamstra <lute@gnu.org>
859
860 * cus-start.el (all): Check if symbol is void.
861
862 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
863
864 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
865 optional argument to \cite.
866
867 2005-02-14 Richard M. Stallman <rms@gnu.org>
868
869 * cus-edit.el (custom-buffer-create-internal): Update help message.
870 (custom-magic-alist): Update help messages.
871
872 * cus-start.el (all): Allow a var to specify a standard value.
873
874 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
875
876 * custom.el (custom-theme-set-variables): Handle variable aliases.
877
878 * frame.el (blink-cursor-timer): Doc fix.
879 (blink-cursor): Make it an alias for `blink-cursor-mode' and
880 declare obsolete.
881 (blink-cursor-mode): Define with defcustom and use correct
882 standard expression in that defcustom.
883 * startup.el (command-line): Adapt to above changes in frame.el.
884
885 2005-02-11 Lute Kamstra <lute@gnu.org>
886
887 * apropos.el (apropos-score-doc): Prevent division by zero.
888
889 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
890
891 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
892 (icalendar--get-event-property-attributes)
893 (icalendar--get-event-properties)
894 (icalendar--datetime-to-diary-date): New functions.
895 (icalendar--split-value): Doc fix.
896 (icalendar--datetime-to-noneuropean-date)
897 (icalendar--datetime-to-european-date): New optional argument
898 SEPARATOR. Return result as a string instead of a list.
899 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
900 (icalendar--convert-string-for-export): Rename arg S to STRING.
901 (icalendar-export-region): Doc fix. Change name of error buffer.
902 Save output buffer.
903 (icalendar-import-file): Add blank at end of prompt.
904 (icalendar-import-buffer): Doc fix. Do not switch to error
905 buffer. Indicate status in return value.
906 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
907 buffer. Save output buffer. Handle exception from recurrence
908 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
909 events. Fix problems with weekly all-day events.
910
911 2005-02-10 Richard M. Stallman <rms@gnu.org>
912
913 * simple.el (eval-expression-print-format):
914 Avoid warning about edebug-active.
915
916 * help.el (help-for-help-internal): Rename from help-for-help.
917 (help-for-help): Define with defalias.
918
919 * font-core.el (font-lock-default-function): Use with-no-warnings.
920
921 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
922
923 * custom.el (defface): Doc fix.
924
925 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
926
927 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
928 width 0" to prevent word wrapping problems.
929
930 2005-02-09 Kim F. Storm <storm@cua.dk>
931
932 * ido.el (ido-file-extensions-order): New defcustom.
933 (ido-file-extension-lessp, ido-file-extension-aux)
934 (ido-file-extension-order): New advanced file ordering.
935 (ido-file-lessp): New simple file ordering.
936 (ido-sort-list): Remove.
937 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
938 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
939
940 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
941
942 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
943 that some versions of grep produce.
944 (grep-mode-font-lock-keywords): Likewise.
945
946 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
947
948 * progmodes/gdb-ui.el (gdb-location-list): New variable.
949 (gdb-cdir): Delete.
950 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
951 (gdb-source-info): Treat case when source file is in another
952 directory properly.
953 (gdb-get-location): New function.
954
955 2005-02-07 Jay Belanger <belanger@truman.edu>
956
957 * calc/calc-prog.el (calc-write-parse-table-part)
958 (calc-fix-token-name): Fix a check for language type.
959
960 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
961
962 2005-02-07 Andre Spiegel <spiegel@gnu.org>
963
964 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
965 as directory not writable.
966
967 2005-02-07 Kim F. Storm <storm@cua.dk>
968
969 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
970 (cua--standard-movement-commands): Remove list.
971 Instead, set CUA property value to move for movement commands.
972 (cua-movement-commands): Remove. Users must set CUA prop instead.
973 (cua--pre-command-handler): Check CUA property.
974 (cua--init-keymaps): Don't remap undo commands.
975 (cua-mode): Don't call cua--rectangle-on-off.
976
977 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
978 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
979 (cua--rect-undo-set-point): New var.
980 (cua--rectangle-undo-boundary): Setup undo apply entry.
981 (cua--rect-undo-handler): New function for rectangle undo.
982 (cua--rect-start-position, cua--rect-end-position): Add.
983 (cua--rectangle-post-command): Call cua--rectangle-set-corners
984 for restored rectangle. Set point if cua--rect-undo-set-point.
985
986 2005-02-06 Jay Belanger <belanger@truman.edu>
987
988 * calc/calc-lang.el (calc-tex-language): Display more information
989 in messages.
990
991 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
992 in TeX mode.
993
994 2005-02-06 Richard M. Stallman <rms@gnu.org>
995
996 * emacs-lisp/lisp.el (buffer-end): Doc fix.
997
998 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
999
1000 * net/ldap.el (ldap-search-internal): Support attributes with
1001 optional descriptions separated by a semi-colon, as in
1002 "userCertificate;binary".
1003
1004 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1005
1006 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
1007 isn't a cons (i.e. the version is 0).
1008
1009 2005-02-05 Eli Zaretskii <eliz@gnu.org>
1010
1011 * help.el (help-for-help): Doc fix.
1012
1013 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
1014
1015 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
1016 GDB-Windows on the menu-bar as this works better.
1017
1018 2005-02-04 Jay Belanger <belanger@truman.edu>
1019
1020 * calc/calc-embed.el (calc-embedded-update): Don't put in
1021 unnecessary newlines. Adjust the end of formula marker.
1022
1023 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
1024 (math-latex-parse-two-args): New function.
1025
1026 2005-02-03 Lute Kamstra <lute@gnu.org>
1027
1028 * help-fns.el (help-with-tutorial): Make sure that users cannot
1029 remove the entire text of the tutorial by means of `undo'.
1030
1031 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
1032
1033 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
1034 in recent changes, where the ispell process was repeatedly
1035 killed & restarted.
1036
1037 * international/mule-cmds.el (set-locale-environment): Set file-name
1038 coding system to utf-8 on Darwin systems.
1039 (set-default-coding-systems): Don't set default-file-name-coding-system
1040 on Darwin systems.
1041
1042 2005-02-03 Richard M. Stallman <rms@gnu.org>
1043
1044 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
1045
1046 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
1047
1048 * faces.el (list-faces-display): Add optional argument.
1049
1050 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1051
1052 * font-core.el (font-lock-default-function): Handle the rare case where
1053 only font-lock-keywords is set.
1054
1055 2005-02-02 Kenichi Handa <handa@m17n.org>
1056
1057 * international/characters.el: Cancel previous change for
1058 I-WITH-DOT-ABOVE and DOTLESS-i.
1059
1060 * international/latin-5.el: Cancel previous change.
1061
1062 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
1063
1064 * progmodes/gud.el: Correction to syntax in gud-menu-map.
1065
1066 2005-02-02 Kenichi Handa <handa@m17n.org>
1067
1068 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
1069 DOTLESS-i.
1070
1071 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
1072 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
1073
1074 * case-table.el (get-upcase-table): New function.
1075 (copy-case-table): Copy upcaes table too if non-nil.
1076 (set-case-syntax-delims): Maintain upcase table too.
1077 (set-case-syntax-pair): Likewise.
1078 (set-upcase-syntax, set-downcase-syntax): New functions.
1079 (set-case-syntax): Maintain upcase table too.
1080
1081 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
1082
1083 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
1084
1085 * progmodes/gud.el (gud-goto-info): New function.
1086 (gud-tool-bar-map): Use correct icon.
1087
1088 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
1089
1090 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
1091 When delegating, order args in the funcall correctly.
1092
1093 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
1094
1095 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
1096
1097 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
1098
1099 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
1100 buffer not visiting a file.
1101
1102 2005-01-31 Jay Belanger <belanger@truman.edu>
1103
1104 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
1105 bound on the line with the formula.
1106
1107 2005-01-31 Kim F. Storm <storm@cua.dk>
1108
1109 * ses.el (ses-create-cell-variable-range)
1110 (ses-destroy-cell-variable-range, ses-reset-header-string)
1111 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
1112 (ses-insert-row): Fix format of apply undo entries.
1113
1114 2005-01-31 Jay Belanger <belanger@truman.edu>
1115
1116 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
1117 parts.
1118
1119 * calc/calc-embed.el (calc-embedded-open-formula)
1120 (calc-embedded-close-formula): Ignore matrix environments.
1121
1122 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
1123 TeX mode.
1124
1125 * calc/calc-lang.el (math-function-table, math-oper-table)
1126 (math-variable-table): Adjust the LaTeX portions.
1127
1128 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
1129 (math-latex-ignore-words): New constant.
1130
1131 2005-01-31 Richard M. Stallman <rms@gnu.org>
1132
1133 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
1134 (ispell-local-dictionary): Doc fix.
1135 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
1136 Don't reinitialize at run time. Don't defcustom.
1137 All uses changed to append ispell-local-dictionary-alist,
1138 or check it first.
1139 (ispell-current-dictionary): New variable for dictionary in use.
1140 (ispell-dictionary): Now used only for global default.
1141 (ispell-start-process): Set ispell-current-dictionary,
1142 not ispell-dictionary.
1143 (ispell-change-dictionary): Use this only for setting
1144 user preferences.
1145 (ispell-internal-change-dictionary): New function
1146 to change the current dictionary in use.
1147 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1148 Use ispell-current-dictionary.
1149 Handle ispell-local-dictionary-overridden.
1150 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1151
1152 2005-01-31 Jay Belanger <belanger@truman.edu>
1153
1154 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1155
1156 * calc/calc-ext.el: Add calc-latex-language to autoloads.
1157 (calc-mode-map): Add calc-latex-language.
1158
1159 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1160 (math-latex-print-frac): New functions.
1161 (math-oper-table, math-function-table, math-variable-table)
1162 (math-complex-format, math-input-filter): Add latex properties.
1163 (calc-set-language): Set math-expr-special-function-mapping.
1164
1165 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1166 (calc-write-parse-table-part): Add LaTeX support.
1167
1168 * calc/calc.el (calc-language): Adjust docstring.
1169 (calc-set-mode-line): Add LaTeX support.
1170 (math-expr-special-function-mapping): New variable.
1171 (math-tex-ignore-words): Add to list.
1172
1173 * calc/calccomp.el (math-compose-expr, math-compose-rows):
1174 Add LaTeX support.
1175 (math-compose-expr): Add support for special functions.
1176
1177 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1178
1179 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
1180
1181 * progmodes/gdb-ui.el (gdb-memory-address)
1182 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1183 (gdb-memory-mode-map, gdb-memory-format-keymap)
1184 (gdb-memory-format-menu, gdb-memory-unit-keymap)
1185 (gdb-memory-unit-menu): New variables for a buffer
1186 that lets the user examine program memory.
1187 (gdb-memory-set-address, gdb-memory-set-repeat-count)
1188 (gdb-memory-format-binary, gdb-memory-format-octal)
1189 (gdb-memory-format-unsigned, gdb-memory-format-signed)
1190 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1191 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1192 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1193 (gdb-memory-unit-byte, gdb-memory-unit-menu)
1194 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1195 (gdb-memory-mode, gdb-memory-buffer-name)
1196 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1197 New functions for above buffer.
1198
1199 2005-01-30 Richard M. Stallman <rms@gnu.org>
1200
1201 * cus-edit.el (custom-bury-buffer): Function deleted.
1202 (custom-buffer-done-function): Option deleted.
1203 (custom-buffer-done-kill): New (replacement option.
1204 (Custom-buffer-done): Call quit-window.
1205 (custom-buffer-create-internal): Update for above changes.
1206
1207 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
1208
1209 * simple.el (undo-ask-before-discard): New var.
1210 (undo-outer-limit-truncate): Implement it.
1211 (undo-extra-outer-limit): Doc update.
1212
1213 2005-01-29 Richard M. Stallman <rms@gnu.org>
1214
1215 * ses.el (undo-more): Delete defadvice.
1216 (ses-begin-change): Doc fix.
1217
1218 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1219 instead of rebinding C-x u and C-_.
1220
1221 * files.el (normal-backup-enable-predicate): Return nil for files
1222 in /tmp, regardless of temporary-file-directory.
1223
1224 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1225
1226 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1227 (open-rectangle, delete-whitespace-rectangle-line)
1228 (clear-rectangle-line): If FILL, pass t instead of FILL
1229 for move-to-column's 2nd arg.
1230
1231 * simple.el (undo): Fix the test for continuing a series of undos.
1232 (undo-more): Set pending-undo-list to t when we reach end.
1233 (pending-undo-list): Move up defvar.
1234
1235 * wid-edit.el (widget-button-click):
1236 Shorten the range of the track-mouse binding.
1237
1238 * comint.el (comint-insert-input): Undo previous changes;
1239 use last-input-event in interactive spec.
1240
1241 2005-01-29 Eli Zaretskii <eliz@gnu.org>
1242
1243 * progmodes/compile.el (compilation-start): Bind buffer-read-only
1244 to nil before invoking call-process. Reset buffer's modified flag
1245 after fontifying it in the no-async branch.
1246
1247 * wid-edit.el (widget-specify-button): If mouse pointer shape
1248 cannot be changed, use mouse face instead.
1249
1250 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
1251
1252 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1253 (gdb-goto-breakpoint): Make breakpoint handling work on template
1254 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
1255 (gdb-assembler-custom): Update to recognise breakpoint information
1256 added on 2005-01-19.
1257
1258 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1259
1260 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1261 (dsssl-mode): Use define-derived-mode.
1262 (scheme-mode-initialize): Remove.
1263 (scheme-mode): Use run-mode-hooks.
1264
1265 * cus-edit.el (customize-group-other-window)
1266 (custom-buffer-create-other-window): Don't override special-display-*.
1267 (custom-mode-map): Make it dense.
1268
1269 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1270 sets the default value.
1271
1272 2005-01-28 Eli Zaretskii <eliz@gnu.org>
1273
1274 * descr-text.el: Add more keywords.
1275
1276 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1277
1278 * speedbar.el: Avoid unnecessary use of locate-library.
1279
1280 * international/mule-cmds.el (standard-display-european-internal):
1281 Don't fiddle with latin-1 non-break space any more since it's now
1282 special cased in the C code.
1283 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1284
1285 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
1286
1287 * cus-start.el (all): Add `undo-outer-limit'.
1288
1289 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1290
1291 * textmodes/bibtex.el (bibtex-format-entry):
1292 Use `bibtex-empty-field-re' only on the text of fields, not on entire
1293 field lines.
1294 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1295 not on part of a buffer.
1296
1297 2005-01-25 Lute Kamstra <lute@gnu.org>
1298
1299 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1300 nonempty field text strings like "{letters\\macro{}more letters}".
1301 Clarify docstring.
1302 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1303 (bibtex-entry-offset, bibtex-parse-association)
1304 (bibtex-parse-field-name): Fix typos in docstrings.
1305 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1306
1307 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
1308
1309 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1310 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1311 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1312 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1313
1314 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1315 isearch minor mode.
1316
1317 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
1318
1319 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1320
1321 2005-01-24 Lute Kamstra <lute@gnu.org>
1322
1323 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1324 CASECHARS and NOT-CASECHARS regular expressions of the
1325 "nederlands" and "nederlands8" dictionaries to prevent a "Range
1326 striding over charsets" error.
1327
1328 2005-01-24 Jay Belanger <belanger@truman.edu>
1329
1330 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1331 display variable name.
1332
1333 2005-01-24 Kenichi Handa <handa@m17n.org>
1334
1335 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1336 Fix setting of the element of encoded-kbd-iso2022-invocations.
1337
1338 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
1339
1340 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1341 (gdb-threads-select): Change to also accept mouse events.
1342 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1343 (gdb-threads-mouse-select): Delete.
1344
1345 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
1346
1347 * files.el (insert-directory): Take care of empty directory,
1348 listed without -a switch.
1349
1350 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1351
1352 * textmodes/refill.el (refill-post-command-function):
1353 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1354 to the list of functions that we should be careful not to undo.
1355 (refill-late-fill-paragraph-function): Remove.
1356 (refill-saved-state): New var.
1357 (refill-mode): Use it to save fill-paragraph-function.
1358 Save also the value of auto-fill-function.
1359
1360 * term/w32-win.el: Simplify code.
1361
1362 2005-01-23 Kim F. Storm <storm@cua.dk>
1363
1364 * simple.el (line-move): Adapt to new return value from
1365 pos-visible-in-window-p.
1366
1367 * simple.el (line-move): Fix last change. Check partial
1368 visibility at point rather than at window-start.
1369
1370 2005-01-22 Jason Rumney <jasonr@gnu.org>
1371
1372 * term/w32-win.el (xw-defined-colors): Remove debug-message.
1373
1374 2005-01-22 David Kastrup <dak@gnu.org>
1375
1376 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1377
1378 2005-01-22 Eli Zaretskii <eliz@gnu.org>
1379
1380 * type-break.el (type-break-mode): Add a test for
1381 type-break-file-name being non-nil.
1382
1383 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1384
1385 * net/eudc.el (top level): Call (message "") via progn, so that
1386 eudc-options-file is loaded.
1387
1388 2005-01-22 Kim F. Storm <storm@cua.dk>
1389
1390 * simple.el (line-move-1): Rename from line-move.
1391 (line-move): New function that adjusts vscroll for partially
1392 visible rows, and calls line-move-1 otherwise.
1393
1394 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
1395
1396 * pcomplete.el: define pcomplete-read-event instead of read-event,
1397 since it's not a complete read-event implementation
1398
1399 2005-01-20 Jay Belanger <belanger@truman.edu>
1400
1401 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1402 for called function.
1403
1404 2005-01-20 Steven Tamm <steventamm@mac.com>
1405
1406 * term/mac-win.el (process-connection-type): Remove.
1407 Controlled now by s/darwin.h:PTY_ITERATION.
1408
1409 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1410
1411 * window.el (handle-select-window): Don't switch window when we're
1412 in the minibuffer.
1413
1414 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
1415
1416 * subr.el (dotimes-with-progress-reporter): New macro.
1417
1418 * ses.el (ses-dotimes-msg): Remove macro.
1419 Use `dotimes-with-progress-reporter' instead.
1420
1421 2005-01-19 Steven Tamm <steventamm@mac.com>
1422
1423 * term/mac-win.el (process-connection-type): Use new
1424 operating-system-release variable to use ptys on Darwin 7 (OSX
1425 10.3) when using carbon build.
1426
1427 2005-01-19 Jay Belanger <belanger@truman.edu>
1428
1429 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1430 flags if the last command was a tab or M-tab.
1431
1432 * calc/calc-prog.el (calc-user-define-edit): Put original formula
1433 in formula editing buffer.
1434
1435 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
1436
1437 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1438 breakpoint image symbol in margin.
1439
1440 2005-01-19 Jay Belanger <belanger@truman.edu>
1441
1442 * calc/calc-prog.el (calc-execute-kbd-macro):
1443 Ignore calc-keep-arg-flag.
1444
1445 2005-01-19 Kenichi Handa <handa@m17n.org>
1446
1447 * textmodes/ispell.el (ispell-looking-at): New function.
1448 (ispell-process-line): Use ispell-looking-at to compare the ispell
1449 output and the buffer contents.
1450
1451 2005-01-18 Jay Belanger <belanger@truman.edu>
1452
1453 * calc/calc.el (calc-display-raw): Fix docstring.
1454
1455 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1456
1457 * simple.el (blink-matching-open): Strip extra info from syntax.
1458
1459 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1460 funny chars in the end-of-here-doc marker.
1461
1462 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
1463
1464 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1465 that enable/disabled state of breakpoints is shown correctly in
1466 fringe and on ttys.
1467 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1468 Add breakpoint information as text properties.
1469 (gdb-mouse-toggle-breakpoint):
1470 Rename to gdb-mouse-set-clear-breakpoint.
1471 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
1472 breakpoints in the margin.
1473 (gdb-remove-strings): Simplify.
1474
1475 2005-01-17 Jay Belanger <belanger@truman.edu>
1476
1477 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1478 erasing buffer.
1479
1480 2005-01-17 Richard M. Stallman <rms@gnu.org>
1481
1482 * progmodes/grep.el (grep-find): Copy from `grep' the condition
1483 for calling grep-compute-defaults.
1484
1485 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1486 if buffer is empty.
1487
1488 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1489
1490 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1491
1492 * hilit-chg.el (highlight-changes-mode): Don't autoload.
1493
1494 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1495 non-preloaded variables.
1496
1497 2005-01-17 Steven Tamm <steventamm@mac.com>
1498
1499 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1500 tex-shell cause to force interactivity when using pipes.
1501
1502 2005-01-17 Kim F. Storm <storm@cua.dk>
1503
1504 * simple.el (just-one-space): Make arg optional.
1505
1506 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
1507
1508 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1509 posn-at-x-y to t to access left-margin.
1510
1511 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
1512
1513 Sync with Tramp 2.0.47.
1514
1515 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1516 catching keep-date problems in cp/scp operations.
1517 (tramp-handle-copy-file): Don't call `set-file-modes'
1518 unconditionally. Specialized functions should know better what is
1519 necessary. This improves performance a little bit, and the
1520 functions could catch errors with `cp -p' and `scp -p'.
1521 (tramp-do-copy-or-rename-file-via-buffer)
1522 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1523 when appropriate.
1524 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1525 Call `set-file-modes' when appropriate.
1526 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
1527 Johnsson <isak@hypergene.com>
1528 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1529 of both Tramp buffer and debug buffer. Reported by Joakim Verona
1530 <joakim@verona.se>
1531 (tramp-file-name-for-operation): Mark `shell-command' as magic for
1532 Emacs only.
1533
1534 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
1535 `find-file-hooks' and `dired-mode-hook'.
1536 (tramp-minor-mode-map): Respective map. Add remapping for
1537 `compile' and `recompile'.
1538 (tramp-remap-command, tramp-recompile): New defuns.
1539 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1540 in buffer "*Compilation*". Call the commands asynchronously.
1541
1542 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1543 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1544 `shell-command', because it isn't magic in XEmacs. Reported by
1545 Adrian Aichner <adrian@xemacs.org>.
1546
1547 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1548 `substitute-in-file-name.
1549 (tramp-smb-handle-substitute-in-file-name): New defun.
1550 (tramp-smb-advice-PC-do-completion): Delete advice.
1551
1552 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
1553
1554 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1555 Fix error in deleting region.
1556
1557 2005-01-15 Richard M. Stallman <rms@gnu.org>
1558
1559 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1560 In non-temp buffer, switch syntax table temporarily.
1561
1562 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1563
1564 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1565
1566 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1567
1568 * imenu.el (imenu--split-menu): Copy menulist before sorting.
1569 (imenu--generic-function): Use START, not BEG, as pos of definition.
1570
1571 * simple.el (just-one-space): Argument specifies number of spaces.
1572
1573 * simple.el (eval-expression-print-format): Avoid warning
1574 about edebug-active.
1575
1576 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
1577
1578 * progmodes/sh-script.el: Code copied from make-mode.el
1579 with small changes,
1580 (sh-mode-map): Bind C-c C-\.
1581 (sh-backslash-column, sh-backslash-align): New variables.
1582 (sh-backslash-region, sh-append-backslash): New functions.
1583
1584 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1585
1586 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1587 (rmail-pop-password, rmail-pop-password-required): Move to
1588 rmail-obsolete group.
1589 (rmail-set-pop-password): Rename to rmail-set-remote-password.
1590 All callers updated.
1591 (rmail-get-pop-password): Rename to rmail-get-remote-password.
1592 Take an argument specifying whether it is POP or IMAP mailbox we
1593 are using. All callers updated.
1594 (rmail-pop-password-error): Rename to
1595 rmail-remote-password-error. Added mailutils-specific error message.
1596 (rmail-movemail-search-path)
1597 (rmail-movemail-variant-in-use): New variables.
1598 (rmail-remote-password, rmail-remote-password-required):
1599 New customization variables.
1600 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1601 (rmail-parse-url): New function.
1602 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1603 with GNU mailutils movemail.
1604
1605 2005-01-15 Kevin Ryde <user42@zip.com.au>
1606
1607 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1608 suffix to space, $ or '$, to correctly position point when going
1609 to @table style constants like DBL_MAX.
1610
1611 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1612
1613 * type-break.el (type-break-mode, type-break-file-time)
1614 (type-break-file-keystroke-count, type-break-choose-file):
1615 Don't store data in or load data from the file if type-break-file-name
1616 is nil.
1617 (type-break-file-name): Doc update as per the above.
1618
1619 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
1620
1621 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1622 lookup-key might return nil; handle that.
1623
1624 2005-01-15 Alan Mackenzie <acm@muc.de>
1625
1626 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1627 rather than the element found, thus enabling the tree to be setcar'd.
1628
1629 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1630
1631 * textmodes/org.el (org-show-following-heading): New option.
1632 (org-show-hierarchy-above): Use `org-show-following-heading'.
1633 (org-cycle): Documentation fix.
1634
1635 * textmodes/org.el (orgtbl-optimized): New option
1636 (orgtbl-mode): New command, a minor mode.
1637 (orgtbl-mode-map): New variable.
1638 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1639 (orgtbl-error, orgtbl-self-insert-command)
1640 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1641
1642 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1643 a local variable in each org-mode buffer.
1644
1645 * textmodes/org.el (org-set-regexps-and-options): Rename from
1646 `org-set-regexps'. Added checking for STARTUP keyword.
1647 (org-get-current-options): Add STARTUP options.
1648 (org-table-insert-row): Mode mode intelligent about when
1649 realignment is needed.
1650 (org-self-insert-command, org-delete-backward-char, org-delete-char):
1651 New commands.
1652 (org-enable-table-editor): New default value `optimized'.
1653 (org-table-blank-field): Support blanking regions if active.
1654
1655 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1656
1657 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1658 if the year is not given.
1659
1660 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1661 Add new escapes %m and %M, fixed bug with %F by adding
1662 save-match-data.
1663 (reftex-reference): Remove ?. from list of spaces.
1664 (reftex-label-info): Add automatic label prefix recognition.
1665
1666 * textmodes/reftex-index.el (reftex-index-next-phrase):
1667 Add slave parameter to call of `reftex-index-this-phrase'.
1668 (reftex-index-this-phrase): New optional argument.
1669 (reftex-index-region-phrases): Add slave parameter to call of
1670 `reftex-index-this-phrase'.
1671 (reftex-display-index): New argument redo.
1672 (reftex-index-rescan): Add 'redo to arguments of
1673 `reftex-display-index'.
1674 (reftex-index-Rescan, reftex-index-revert)
1675 (reftex-index-switch-index-tag): Add 'redo to arguments of
1676 `reftex-display-index'.
1677 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1678 indexing. Fix bug with matching is there is a quote before or
1679 after the word.
1680
1681 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1682 Fix bug when collecting citation keys in lines with comments.
1683 (reftex-citation): Prefix argument no longer rescans the document,
1684 but forces prompting for optional arguments of cite macros.
1685 (reftex-do-citation): Prompting for optional arguments implemented.
1686
1687 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1688 Add optional arguments to most cite commands.
1689 (reftex-cite-cleanup-optional-args): New option
1690 (reftex-cite-prompt-optional-args): New option.
1691 (reftex-trust-label-prefix): New option.
1692
1693 * textmodes/reftex-toc.el (reftex-toc-find-section):
1694 Add push-mark before changing the position in the buffer.
1695
1696 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1697 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1698
1699 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
1700
1701 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1702 more carefully.
1703
1704 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1705
1706 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1707 (sgml-mode): Use it.
1708 (sgml-get-context): Better keep track of implicitly closed tags.
1709
1710 2005-01-13 Kenichi Handa <handa@m17n.org>
1711
1712 * textmodes/ispell.el: These changes are to fix misalignment error
1713 caused by equivalent characters of different Emacs charsets.
1714 (ispell-unified-chars-table): New variable.
1715 (ispell-get-decoded-string): New function.
1716 (ispell-get-casechars, ispell-get-not-casechars)
1717 (ispell-get-otherchars): Call ispell-get-decoded-string.
1718
1719 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1720
1721 * custom.el (custom-declare-variable): Just put symbol instead
1722 of (defvar . symbol) in `current-load-list'.
1723
1724 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1725
1726 * emacs-lisp/elint.el: Fixed typo in Commentary section.
1727
1728 2005-01-12 Jay Belanger <belanger@truman.edu>
1729
1730 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1731 to create a Calc summary.
1732
1733 2005-01-12 Kim F. Storm <storm@cua.dk>
1734
1735 * mouse.el (mouse-on-link-p): Change functionality and doc
1736 string to comply with latest description in lisp ref.
1737
1738 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
1739
1740 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1741 Enable mouse clicks on mode-line, header-line and margin.
1742 (event-type): Give mouse event symbols an 'event-kind property
1743 with value 'mouse-click.
1744
1745 2005-01-12 Juri Linkov <juri@jurta.org>
1746
1747 * facemenu.el (list-colors-display): Add new arg buffer-name.
1748 Use it. Fix docstring. Replace code for identifying duplicate
1749 colors by the name with call to `list-colors-duplicates' which
1750 identifies duplicate colors by the value unless the color
1751 is one of special Windows colors. Set truncate-lines to t.
1752 Print sorted duplicate color names on each line. Indent to 22
1753 \(the longest color name in rgb.txt) instead of 20. Optimize.
1754 (list-colors-duplicates): New function.
1755 (facemenu-color-name-equal): Delete function.
1756
1757 * facemenu.el (list-colors-print): New function created from code
1758 in list-colors-display. Print #RRGGBB at the window right edge.
1759 (list-colors-display): When temp-buffer-show-function is not
1760 defined, call list-colors-print from temp-buffer-show-hook
1761 to get the right value of window-width in list-colors-print
1762 after the buffer is displayed.
1763
1764 * simple.el (pop-mark): Move deactivate-mark out of conditional
1765 part to deactivate the active mark regardless of the state of the
1766 mark ring.
1767
1768 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1769 variables line in desktop files.
1770
1771 2005-01-12 Juri Linkov <juri@jurta.org>
1772
1773 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1774 Bring together isearch highlight related options.
1775 (lazy-highlight): Replace group `replace' by `matching'.
1776 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1777 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1778 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1779 and declare them obsolete.
1780 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1781 (isearch-faces): Remove defgroup.
1782 (isearch-overlay, isearch-highlight, isearch-dehighlight):
1783 Move isearch highlighting code closer to lazy highlighting code.
1784
1785 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1786 (query-replace-highlight, query-replace-lazy-highlight)
1787 (query-replace): Move definitions to the beginning of the file.
1788
1789 2005-01-11 Juri Linkov <juri@jurta.org>
1790
1791 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1792 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1793 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1794
1795 * info.el (Info-history-forward): New variable.
1796 (Info-select-node): Reset Info-history-forward to nil.
1797 (Info-last): Turn into defalias.
1798 (Info-history-back): Rename from Info-last.
1799 Add current node to Info-history-forward.
1800 (Info-history-forward): New fun.
1801 (Info-mode-map): Replace Info-last by Info-history-back.
1802 Bind Info-history-forward to "r".
1803 (Info-mode-menu): Replace Info-last by Info-history-back.
1804 Fix menu item text. Add menu item for Info-history-forward.
1805 (info-tool-bar-map): Replace Info-last by Info-history-back.
1806 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
1807 for Info-history-forward.
1808 (Info-mode): Replace Info-last by Info-history-back in docstring.
1809 Add local variable Info-history-forward.
1810 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1811
1812 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1813
1814 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1815 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1816 Ignore select-window events rather than fiddle with
1817 mouse-autoselect-window.
1818
1819 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
1820
1821 * type-break.el (type-break-mode): Fix previous change.
1822
1823 2005-01-10 Jay Belanger <belanger@truman.edu>
1824
1825 * calc/calc-ext.el (calc-reset): Reset when inside embedded
1826 calculator; only reset when point is inside a calculator.
1827 Don't adjust the window height if the window takes up the whole height
1828 of the frame.
1829
1830 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1831
1832 * ebuff-menu.el (Electric-buffer-menu-mode):
1833 Preserve value of buffer-local var header-line-format.
1834
1835 2005-01-09 Jay Belanger <belanger@truman.edu>
1836
1837 * calc/calc.el (calc-mode-var-list-restore-saved-values):
1838 Make sure settings file exists before accessing it.
1839
1840 * calc/calc-embed.el (calc-embedded-subst):
1841 Replace math-multi-subst-rec, which is only supposed to be called
1842 by math-multi-subst, by math-multi-subst.
1843
1844 2005-01-09 Andre Spiegel <spiegel@gnu.org>
1845
1846 * vc.el (vc-allow-async-revert): New user option.
1847 (vc-disable-async-diff): New internal variable.
1848 (vc-revert-buffer): Use them to disable asynchronous diff.
1849
1850 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1851 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1852 asynchronously if vc-disable-async-diff is t.
1853
1854 2005-01-09 Jay Belanger <belanger@truman.edu>
1855
1856 * calc/calc.el (defcalcmodevar): New macro.
1857 (calc-mode-var-list-restore-default-values)
1858 (calc-mode-var-list-restore-saved-values): New functions.
1859 (calc-mode-var-list): Use defcalcmodevar to define it.
1860 (calc-always-load-extensions, calc-line-numbering)
1861 (calc-line-breaking, calc-display-just, calc-display-origin)
1862 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1863 (calc-group-char, calc-point-char, calc-frac-format)
1864 (calc-prefer-frac, calc-hms-format, calc-date-format)
1865 (calc-float-format, calc-full-float-format, calc-complex-format)
1866 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1867 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1868 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1869 (calc-matrix-brackets, calc-language, calc-language-option)
1870 (calc-left-label, calc-right-label, calc-word-size)
1871 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1872 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1873 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1874 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1875 (calc-window-height, calc-display-trail, calc-show-selections)
1876 (calc-use-selections, calc-assoc-selections)
1877 (calc-display-working-message, calc-auto-why, calc-timing)
1878 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1879 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1880 (calc-gnuplot-default-device, calc-gnuplot-default-output)
1881 (calc-gnuplot-print-device, calc-gnuplot-print-output)
1882 (calc-gnuplot-geometry, calc-graph-default-resolution)
1883 (calc-graph-default-resolution-3d, calc-invocation-macro)
1884 (calc-show-banner): Use defcalcmodevar to declare them and set
1885 their default values.
1886
1887 * calc/calc-ext.el (calc-reset): Restore saved values of variables
1888 instead of default values (but restore default values if there is
1889 an argument of 0).
1890
1891 2005-01-09 David Kastrup <dak@gnu.org>
1892
1893 * desktop.el (desktop-restore-eager): Fix typo in type.
1894
1895 2005-01-08 Richard M. Stallman <rms@gnu.org>
1896
1897 * cus-edit.el (customize): Delete :link.
1898
1899 2005-01-08 Jay Belanger <belanger@truman.edu>
1900
1901 * calc/calc.el (calc-mode): Remove the extension from the
1902 `calc-settings-file' file name when loading it.
1903
1904 2005-01-08 Kim F. Storm <storm@cua.dk>
1905
1906 * info.el (Info-mode-map, Info-next-link-keymap)
1907 (Info-prev-link-keymap, Info-up-link-keymap):
1908 Map follow-link to mouse-face.
1909 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1910
1911 2005-01-08 Jay Belanger <belanger@truman.edu>
1912
1913 * calc/calc.el (calc-settings-file): Change default value.
1914 Suggested by cgw in a comment in calc-mode.el.
1915
1916 * calc/calc-mode.el (calc-settings-file-name):
1917 Compare calc-settings-file to user-init-file instead of ~/.emacs.
1918 Replace ~/.emacs in a prompt by calc-settings-file.
1919
1920 2005-01-07 Lars Hansen <larsh@math.ku.dk>
1921
1922 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1923 (desktop-lazy-idle-delay): New customizable variables.
1924 (desktop-buffer-args-list): New variable.
1925 (desktop-append-buffer-args): New function.
1926 (desktop-save): Call desktop-append-buffer-args for some buffers.
1927 (desktop-lazy-create-buffer): New function.
1928 (desktop-idle-create-buffers): New function.
1929 (desktop-read): Add message about buffers to restore lazily.
1930 (desktop-lazy-abort): New command.
1931 (desktop-clear): Call desktop-lazy-abort.
1932 (desktop-lazy-complete): New command.
1933
1934 2005-01-06 Richard M. Stallman <rms@gnu.org>
1935
1936 * emacs-lisp/find-func.el (find-face-definition):
1937 Rename from find-face.
1938
1939 2005-01-06 Kim F. Storm <storm@cua.dk>
1940
1941 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1942
1943 * man.el (Man-xref-man-page, Man-xref-header-file)
1944 (Man-xref-normal-file): Add follow-link property.
1945
1946 2005-01-06 Jay Belanger <belanger@truman.edu>
1947
1948 * calc/calc-units.el: Make sure the proper macro definitions are
1949 available when compiling.
1950
1951 2005-01-06 Juri Linkov <juri@jurta.org>
1952
1953 * isearch.el (isearch-lazy-highlight-update):
1954 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1955
1956 2005-01-06 Miles Bader <miles@gnu.org>
1957
1958 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1959 (isearch-lazy-highlight-face): Use new name.
1960
1961 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1962
1963 * uniquify.el (uniquify-rationalize-file-buffer-names):
1964 Re-add an interactive spec.
1965 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1966 to the same name.
1967
1968 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1969 (isearch-update, isearch-done): Adjust calls accordingly.
1970
1971 2005-01-05 Richard M. Stallman <rms@gnu.org>
1972
1973 * custom.el (custom-set-variables, custom-theme-set-variables):
1974 Clarify documentation.
1975
1976 * emacs-lisp/find-func.el (find-variable)
1977 (find-variable-other-window, find-variable-other-frame):
1978 Fix the TYPE args to find-function-read and find-function-do-it.
1979 (find-function): Doc fix.
1980 (find-function-at-point): Replace function-at-point alias.
1981
1982 2005-01-04 Richard M. Stallman <rms@gnu.org>
1983
1984 * cus-face.el (custom-declare-face):
1985 Record defface in current-load-list.
1986
1987 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1988
1989 * emacs-lisp/find-func.el: Doc fixes.
1990 (find-face-regexp): New variable.
1991 (find-function-regexp-alist): New variable.
1992 (find-function-C-source): Third arg is now TYPE.
1993 (find-function-search-for-symbol): Handle general TYPE.
1994 (find-function-read, find-function-do-it): Handle general TYPE.
1995 (find-definition-noselect, find-face): New functions.
1996 (function-at-point): Alias deleted.
1997
1998 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1999
2000 * battery.el (display-battery-mode): Rename from display-battery.
2001 Handle the case where it gets turned off.
2002
2003 2005-01-04 Richard M. Stallman <rms@gnu.org>
2004
2005 * cus-edit.el (customize): Make :link point to user doc.
2006
2007 * man.el (Man-fontify-manpage): Turn off undo generation.
2008
2009 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
2010
2011 2005-01-04 Andreas Schwab <schwab@suse.de>
2012
2013 * files.el (insert-directory): Only look for error lines in
2014 inserted text. Don't move too far after processing --dired markers.
2015
2016 2005-01-04 Richard M. Stallman <rms@gnu.org>
2017
2018 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
2019 Don't expand if the character is @, period, dash, etc.
2020 (define-mail-abbrev): Quote names that contain problem characters.
2021
2022 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
2023
2024 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
2025
2026 2005-01-03 Richard M. Stallman <rms@gnu.org>
2027
2028 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
2029 (query-replace-highlight, query-replace-lazy-highlight)
2030 (query-replace): Definitions moved up. Doc fix.
2031
2032 2005-01-03 Richard M. Stallman <rms@gnu.org>
2033
2034 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
2035 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
2036 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
2037 (lazy-highlight-face): Rename from isearch-lazy-...
2038 Change all references to them.
2039
2040 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
2041
2042 * cus-edit.el (custom-file): Doc fix for defcustom.
2043 (custom-file): The function no longer sets the variable
2044 `custom-file' to its return value.
2045
2046 * startup.el (command-line): No longer load `custom-file'.
2047
2048 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2049
2050 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
2051
2052 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
2053 Don't confuse module-prefixed identifiers for labels.
2054 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
2055
2056 2005-01-02 Richard M. Stallman <rms@gnu.org>
2057
2058 * files.el (basic-save-buffer-1): Fix previous change.
2059
2060 * loadhist.el (file-loadhist-lookup): New function.
2061 (file-provides, file-requires): Use it.
2062
2063 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
2064 instead of calculating the right size.
2065
2066 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
2067
2068 * vc-svn.el (vc-svn-diff): Stay local if possible.
2069
2070 2005-01-02 Stefan <monnier@iro.umontreal.ca>
2071
2072 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
2073
2074 * files.el (hack-local-variables): Fix last change.
2075
2076 2005-01-02 Jay Belanger <belanger@truman.edu>
2077
2078 * calc/calc-yank.el (calc-edit-top): New variable.
2079 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
2080 object. Change header properties.
2081 (calc-edit-finish, calc-edit-finish-stack-object)
2082 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
2083 edited object.
2084 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
2085 for the beginning of the edited object.
2086 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
2087 for the beginning of the edited object.
2088 * calc/calc-prog.el (calc-edit-macro-finish-edit)
2089 (calc-finish-formula-edit, calc-macro-repeats)
2090 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
2091 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
2092 beginning of the edited object.
2093 (calc-user-define-edit): Change the header for editing macros.
2094 Remove unnecessary variable.
2095
2096 2005-01-01 Jay Belanger <belanger@truman.edu>
2097
2098 * calc/calc-yank.el (calc-edit-mode): Change default header.
2099 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
2100 * calc/calc-store.el (calc-edit-variable): Change title to match new
2101 header.
2102 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
2103 mode to match new header.
2104 (calc-user-define-edit): Change titles to include names of commands.
2105 (calc-finish-formula-edit): Adjust to handle new header.
2106 (calc-finish-macro-edit): Remove.
2107 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
2108 (calc-edit-macro-command, calc-edit-macro-command-type)
2109 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
2110 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
2111 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
2112 (calc-edit-macro-finish-edit): New functions.
2113 (calc-user-define-edit): Use new functions to edit named calc macros.
2114
2115 2005-01-01 Stefan <monnier@iro.umontreal.ca>
2116
2117 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
2118
2119 * ses.el (copy-region-as-kill): Deactivate mark.
2120
2121 2005-01-01 Richard M. Stallman <rms@gnu.org>
2122
2123 * replace.el (occur-1): If the output buffer is also an input,
2124 don't kill it, rename it.
2125
2126 * faces.el (set-face-background, set-face-foreground): Doc fix.
2127
2128 * cus-face.el (custom-face-attributes): Fix :help-echo strings
2129 for :foreground and :background.
2130
2131 * dired.el (dired-view-command-alist): Variable deleted.
2132 (dired-view-file, dired-mouse-find-file-other-window):
2133 Delete the code to use it.
2134
2135 2005-01-01 Kim F. Storm <storm@cua.dk>
2136
2137 * image.el (insert-sliced-image): Use t for line-height property.
2138
2139 2004-12-31 Jay Belanger <belanger@truman.edu>
2140
2141 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
2142 for "var-" at the beginning of the minibuffer.
2143
2144 2004-12-31 Richard M. Stallman <rms@gnu.org>
2145
2146 * faces.el (read-face-name):
2147 Don't treat an attribute spec as a list of faces.
2148
2149 * simple.el (undo): Use undo-equiv-table to detect
2150 unexpected changes since previous undo.
2151 (undo-list-saved): Variable deleted.
2152 (buffer-disable-undo): Don't alter undo-list-saved.
2153
2154 * files.el (require-final-newline): Allow `visit' and `visit-save'.
2155 (mode-require-final-newline): New option.
2156 (after-find-file): Handle require-final-newline with new values.
2157 (basic-save-buffer): Handle new values of require-final-newline.
2158
2159 * progmodes/sh-script.el (sh-require-final-newline):
2160 Alist value now controls whether to use mode-require-final-newline.
2161 (sh-set-shell): Implement that new meaning.
2162
2163 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2164 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2165 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2166 Delete old-Emacs compatibility code.
2167 (antlr-c-common-init): Function deleted.
2168
2169 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2170 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2171 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2172 * progmodes/python.el (python-mode): Use mode-require-final-newline.
2173 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2174 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2175 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2176 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2177 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2178 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2179 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2180 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2181 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2182 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2183 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2184 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2185
2186 2004-12-31 Jay Belanger <belanger@truman.edu>
2187
2188 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2189 way to return to Calc.
2190
2191 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2192 finish, C-xk as the way to cancel the edit. Add cancel routine to
2193 kill-buffer-hook.
2194
2195 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2196 MacEdit code.
2197
2198 * calc/calc-prog.el: Remove obsolete MacEdit code.
2199 (calc-macro-edit-algebraic, calc-macro-edit-variable)
2200 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2201
2202 2004-12-31 Kenichi Handa <handa@m17n.org>
2203
2204 * international/mule.el (buffer-file-coding-system-explicit):
2205 Rename for explicit-buffer-file-coding-system.
2206 (after-insert-file-set-coding): Adjust for the above change.
2207
2208 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2209 to buffer-file-coding-system-explicit.
2210 (basic-save-buffer-1): Likewise.
2211
2212 2004-12-30 Richard M. Stallman <rms@gnu.org>
2213
2214 * textmodes/artist.el (artist-butlast-fn): Var deleted.
2215 (artist-butlast, artist-last): Functions deleted.
2216 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2217 (artist-compute-key-compl-table): Call remq directly.
2218 (artist-remove-nulls): Function deleted.
2219 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2220 (artist-push, artist-pop): Macro deleted.
2221
2222 2004-12-30 Andreas Leue <al@sphenon.de>
2223
2224 * textmodes/artist.el (artist-version): 1.2.6
2225 (artist-prev-next-op-alist): New variable.
2226 (artist-select-next-op-in-list): New function.
2227 (artist-select-prev-op-in-list): New function.
2228 (artist-make-prev-next-op-alist): New function.
2229 (artist-is-in-op-list-p): New function.
2230 (artist-get-first-non-nil-op): New function.
2231 (artist-get-last-non-nil-op): New function.
2232 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
2233 artist-prev-next-op-alist.
2234 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
2235 change drawing operation.
2236
2237 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
2238
2239 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2240
2241 2004-12-31 Masatake YAMATO <jet@gyve.org>
2242
2243 * server.el (server-process-filter): Suppress `error', too.
2244
2245 2004-12-30 Jay Belanger <belanger@truman.edu>
2246
2247 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2248 Change the way a variable is displayed in a message.
2249
2250 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2251 (calc-user-define-permanent, calc-execute-kbd-macro):
2252 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2253
2254 2004-12-30 Kenichi Handa <handa@m17n.org>
2255
2256 * files.el (basic-save-buffer-1):
2257 Set explicit-buffer-file-coding-system to last-coding-system-used.
2258 (revert-buffer): Pay attention to
2259 explicit-buffer-file-coding-system (not buffer-file-coding-system)
2260 on bind coding-system-for-read.
2261
2262 * international/mule.el (explicit-buffer-file-coding-system):
2263 New buffer local variable.
2264 (after-insert-file-set-coding): Set it to coding-system-for-read.
2265
2266 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
2267
2268 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2269
2270 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
2271
2272 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2273 that include line numbers.
2274
2275 2004-12-29 Milan Zamazal <pdm@zamazal.org>
2276
2277 * files.el (hack-local-variables): If no PREFIX, set it to "^".
2278 Redundant variable PREFIXLEN removed.
2279
2280 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
2281
2282 * eshell/em-hist.el (eshell-previous-matching-input):
2283 Start the deletion from the end of the output.
2284
2285 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2286
2287 * term/mac-win.el: Require x-dnd.
2288 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
2289
2290 2004-12-29 David Kastrup <dak@gnu.org>
2291
2292 * international/mule.el (decode-coding-inserted-region):
2293 Don't barf if `buffer-undo-list' is already set to `t'.
2294
2295 2004-12-29 Jay Belanger <belanger@truman.edu>
2296
2297 * calc/calc-prog.el (calc-user-define-formula): Put default values
2298 for function names in prompts.
2299 (calc-user-define-permanent, calc-user-define-composition)
2300 (calc-user-define-formula): Remove the need for "calcFunc-" in the
2301 default input for algebraic functions.
2302
2303 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
2304
2305 * vc-rcs.el (vc-rcs-annotate-command):
2306 Fix omission bug: Call `vc-setup-buffer'.
2307
2308 2004-12-29 Kenichi Handa <handa@m17n.org>
2309
2310 * international/mule.el (recode-region): New function.
2311
2312 2004-12-28 Richard M. Stallman <rms@gnu.org>
2313
2314 * simple.el (undo-extra-outer-limit): New variable.
2315 (undo-outer-limit-truncate): Test and set it.
2316
2317 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2318 enables the feature to extend the existing region.
2319
2320 * simple.el (mark-word): New arg ALLOW-EXTEND
2321 enables the feature to extend the existing region.
2322
2323 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2324 enables the feature to extend the existing region.
2325
2326 * startup.el (site-run-file): Don't allow setting it with Custom.
2327
2328 * simple.el (buffer-disable-undo): Fix previous change.
2329
2330 2004-12-27 Masatake YAMATO <jet@gyve.org>
2331
2332 * hexl.el (hexlify-buffer): Remove fontification here.
2333 Use font lock mechanism instead.
2334 (hexl-font-lock-keywords): New font lock kewords.
2335 (hexl-mode-old-font-lock-keywords): New variable.
2336 (hexl-mode): Store the old font lock keywords.
2337 (hexl-mode-exit): Restore the old font lock keywords.
2338
2339 2004-12-27 Richard M. Stallman <rms@gnu.org>
2340
2341 * simple.el (undo): Fix previous change.
2342
2343 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2344
2345 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
2346 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2347 Call x-open-connection on Mac OS X.
2348
2349 2004-12-27 Richard M. Stallman <rms@gnu.org>
2350
2351 * files.el (buffer-save-without-query): New var (buffer-local).
2352 (save-some-buffers): Save those buffers first, w/o asking.
2353
2354 * files.el (insert-directory-ls-version): New variable.
2355 (insert-directory): When ls returns an error, test the version
2356 number to decide what the return code means.
2357 With --dired output format, detect and distinguish lines
2358 that are really error messages.
2359 (insert-directory-adj-pos): New function.
2360
2361 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2362
2363 * battery.el (battery-mode-line-format): Remove initial spaces.
2364
2365 * uniquify.el (uniquify-rationalize-file-buffer-names):
2366 Delete interactive spec.
2367
2368 * type-break.el (type-break-mode): Set buffer-save-without-query.
2369 Remove code that tried to set save-some-buffers-always.
2370 (type-break-file-keystroke-count): Bind deactivate-mark.
2371
2372 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2373
2374 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2375 Test that the buffer is live, and maybe reject current buffer too.
2376 Clarify.
2377 (next-error-find-buffer): Rewrite for clarity.
2378
2379 * loadup.el: Don't use buffer-disable-undo; do it directly.
2380
2381 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2382 (describe-variable): Call symbol-file with `defvar'.
2383
2384 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2385 (symbol-file): Rewritten to handle new load-history format.
2386 Now takes an arg TYPE to specify looking for a particular
2387 type of definition only.
2388
2389 * emacs-lisp/debug.el (debugger-make-xrefs):
2390 Call symbol-file with `defun'.
2391
2392 * emacs-lisp/find-func.el (find-function-noselect):
2393 Call symbol-file with `defun'.
2394 (find-variable-noselect): Call symbol-file with `defvar'.
2395
2396 * eshell/esh-cmd.el (eshell-find-alias-function):
2397 Call symbol-file with `defun'.
2398
2399 * eshell/esh-test.el (eshell-test-goto-func):
2400 Call symbol-file with `defun'.
2401
2402 * mail/rmail.el (rmail-resend):
2403 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2404
2405 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2406
2407 * progmodes/compile.el (compilation-find-buffer): Rename arg.
2408
2409 * textmodes/texinfmt.el (texinfo-format-buffer-1):
2410 Call buffer-disable-undo.
2411
2412 * simple.el (undo-list-saved): New variable (buffer-local).
2413 (undo): Set and test it.
2414 (buffer-disable-undo): Move here from buffer.c.
2415 Clear out undo-list-saved.
2416
2417 * international/mule.el (decode-coding-inserted-region):
2418 Set buffer-undo-list in a correct and optimal way.
2419
2420 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2421 (cperl-font-lock-unfontify-region-function): No need to save and
2422 restore info, since font-lock.el does it for us.
2423
2424 * ansi-color.el (save-buffer-state): Definition deleted.
2425 (ansi-color-unfontify-region): Don't use save-buffer-state.
2426
2427 2004-12-27 Dave Love <fx@gnu.org>
2428
2429 * wid-edit.el (function): Use restricted-sexp as parent.
2430
2431 2004-12-27 Kevin Ryde <user42@zip.com.au>
2432
2433 * simple.el (next-matching-history-element): Use same
2434 `interactive' form as previous-matching-history-element.
2435
2436 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2437 it can appear unencoded and has been seen from yahoo.
2438
2439 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
2440
2441 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2442 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
2443
2444 2004-12-27 Kenichi Handa <handa@m17n.org>
2445
2446 * international/utf-8.el (utf-translate-cjk-load-tables):
2447 Bind coding-system-for-read to nil while loading subst-*.
2448
2449 2004-12-26 Jay Belanger <belanger@truman.edu>
2450
2451 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2452 default input.
2453
2454 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
2455
2456 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2457 before reverting and disable undo recording while reverting.
2458
2459 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
2460
2461 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2462 (hs-make-overlay): New function.
2463 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2464 (hs-flag-region): Delete function.
2465 (hs-hide-comment-region): No longer use `hs-flag-region'.
2466 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2467 (hs-hide-block-at-point): Likewise.
2468 (hs-hide-level-recursive): Use `hs-discard-overlays'.
2469 (hs-hide-all, hs-show-all): Likewise.
2470 (hs-show-block): Likewise.
2471 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2472
2473 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2474
2475 * progmodes/hideshow.el: Require `cl' when compiling.
2476 Remove XEmacs and Emacs 19 compatibility.
2477 Use `dolist' and `add-to-list' for load-time actions.
2478 (hs-discard-overlays): Use `dolist'.
2479 (hs-show-block): Likewise.
2480
2481 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2482
2483 * faces.el (mode-line, mode-line-inactive): Use min-colors.
2484
2485 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
2486
2487 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2488 When extending backwards, move outside the current comment first.
2489
2490 2004-12-22 Kenichi Handa <handa@m17n.org>
2491
2492 * international/quail.el (quail-start-translation): Fix prompt
2493 string for the case if input-method-use-echo-area being non-nil.
2494 (quail-start-conversion): Likewise.
2495 (quail-show-guidance): Don't show guidance if
2496 input-method-use-echo-area is non-nil.
2497
2498 2004-12-21 Richard M. Stallman <rms@gnu.org>
2499
2500 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2501
2502 2004-12-21 Markus Rost <rost@ias.edu>
2503
2504 * calendar/diary-lib.el (mark-diary-entries):
2505 Set mark-diary-entries-in-calendar only after checking for diary-file.
2506
2507 2004-12-21 Richard M. Stallman <rms@gnu.org>
2508
2509 * faces.el (escape-glyph): Use blue against light foreground.
2510
2511 * simple.el (undo-outer-limit-truncate): New function.
2512 (undo-outer-limit-function): Use undo-outer-limit-truncate.
2513
2514 2004-12-21 Eli Barzilay <eli@barzilay.org>
2515
2516 * calculator.el: (calculator-radix-grouping-mode)
2517 (calculator-radix-grouping-digits)
2518 (calculator-radix-grouping-separator):
2519 New defcustoms for the new radix grouping mode functionality.
2520 (calculator-mode-hook): Now used in electric mode too,
2521 (calculator): Call it.
2522 (calculator-mode-map): Some new keys.
2523 (calculator-message): New function. Some new calls.
2524 (calculator-op, calculator-set-register): Use it.
2525 (calculator-string-to-number): New function, mostly moved and
2526 updated code from calculator-curnum-value.
2527 (calculator-curnum-value): Use it.
2528 (calculator-paste): Use it, and update grabbing the current-kill.
2529 (calculator-rotate-displayer)
2530 (calculator-rotate-displayer-back): Toggle digit grouping when
2531 in radix mode, use calculator-message.
2532 (calculator-displayer-prev, calculator-displayer-next):
2533 Change digit group size when in radix mode.
2534 (calculator-number-to-string): Rename from
2535 calculator-num-to-string. Now deals with digit grouping in
2536 radix mode.
2537 (calculator-update-display, calculator-put-value): Use the new name.
2538 (calculator-fact): Return a floating point number.
2539 (calculator-mode): Doc fix.
2540
2541 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2542
2543 * calendar/calendar.el (view-other-diary-entries): Add autoload.
2544 * calendar/diary-lib.el (view-other-diary-entries):
2545 Use current-prefix-arg in interactive spec.
2546
2547 2004-12-19 Jay Belanger <belanger@truman.edu>
2548
2549 * calc/calc-aent.el (calcAlg-blank-matching-open):
2550 Temporarily adjust the syntax of both delimiters of half-open intervals.
2551
2552 2004-12-19 Kim F. Storm <storm@cua.dk>
2553
2554 * mouse.el (mouse-1-click-follows-link): Doc fix.
2555
2556 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2557
2558 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2559 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2560 instead of centraleuropean as the name
2561
2562 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
2563
2564 Sync with Tramp 2.0.46.
2565
2566 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2567 parameters wrt Tramp convention.
2568 (tramp-handle-file-attributes-with-perl)
2569 (tramp-handle-directory-files-and-attributes): Apply it.
2570 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2571 `copy-program'. Reported by Zack Weinberg
2572 <zack@codesourcery.com>.
2573 (top): Set `edebug-form-spec' property directly rather than
2574 calling `def-edebug-spec'.
2575
2576 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2577 advice less fragile. Surround temporary redefinition of
2578 `substitute-in-file-name' with `unwind-protect'. Suggested by
2579 Matt Hodges <MPHodges@member.fsf.org>.
2580
2581 2004-12-17 Juri Linkov <juri@jurta.org>
2582
2583 * replace.el (occur-accumulate-lines, occur-engine):
2584 Make forcing deferred font-lock fontification jit-specific.
2585
2586 2004-12-17 Kim F. Storm <storm@cua.dk>
2587
2588 * mouse.el (mouse-1-click-follows-link): New defcustom.
2589 (mouse-on-link-p): New function.
2590 (mouse-drag-region-1): Implement mouse-1-click-follows-link
2591 functionality. Map a mouse-1 click event into a mouse-2 (or
2592 other) event when position is inside a link.
2593
2594 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2595 prefix in tooltip text with "mouse-1" when this is a link
2596 recognized by mouse-1-click-follows-link functionality.
2597
2598 * help.el (describe-key): Report effective and original binding
2599 for mouse-1 when clicked on a link.
2600 (describe-mode): Add follow-link property to "minor-mode" button.
2601
2602 * help-fns.el (describe-variable): Add follow-link property to
2603 "below" button.
2604
2605 * help-mode.el (help-xref): Add follow-link property.
2606
2607 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2608 (apropos-command, apropos-variable, apropos-face, apropos-group)
2609 (apropos-widget, apropos-plist): Add follow-link property.
2610
2611 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2612 checks if position is in a filename, rather than some other
2613 clickable item. Function looks for cvs-filename-face at position.
2614
2615 * wid-edit.el (widget-specify-field, widget-specify-button):
2616 Map a :follow-link keyword into a follow-link property.
2617 (link): Add :follow-link keyword, map to RET binding.
2618
2619 * dired.el (dired-mode-map): Map follow-link to mouse-face.
2620
2621 * progmodes/compile.el (compilation-minor-mode-map)
2622 (compilation-button-map, compilation-mode-map): Likewise.
2623
2624 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2625
2626 * play/zone.el (zone): Init `line-spacing' from orig buffer.
2627 (zone-replace-char): Take `count' and `del-count'
2628 instead of `direction'. Update callers. When `del-count' is
2629 non-nil, delete that many characters, otherwise `count' characters
2630 backwards. Insert the newly-replaced string `count' times.
2631 (zone-fret): Handle chars w/ width greater than one.
2632 (zone-fall-through-ws): No longer take window width `ww'.
2633 Update callers. Add handling for `char-width' greater than one.
2634 (zone-pgm-drip): Update var holding window-end position every cycle.
2635
2636 2004-12-17 Andre Spiegel <spiegel@gnu.org>
2637
2638 * vc.el (vc-default-update-changelog): Use insert-file-contents,
2639 rather than insert-file.
2640
2641 2004-12-16 Jay Belanger <belanger@truman.edu>
2642
2643 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2644 (math-init-random-base, math-random-digit): Check to see if
2645 var-RandSeed is bound.
2646 (math-random-last): Declare it.
2647 (math-random-digit): Don't make math-random-last local.
2648
2649 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
2650
2651 * play/zone.el (zone): Fix omission bug: Use a self-disabling
2652 one-shot thunk for uniform (error, quit, normal) recovery.
2653 Reported by John Paul Wallington.
2654 (zone-pgm-random-life): Fix bug:
2655 Recognize empty initial field by lack of "@" chars.
2656
2657 2004-12-16 Juri Linkov <juri@jurta.org>
2658
2659 * help.el (function-called-at-point):
2660 * help-fns.el (variable-at-point): As a last resort try stripping
2661 non-word prefixes and suffixes.
2662
2663 * descr-text.el (describe-property-list): Don't treat syntax-table
2664 specially. Use describe-text-sexp which inserts [show] button
2665 for large objects and handles printing errors. Sort properties
2666 by names in alphabetical order instead of by value sizes.
2667 Add `mouse-face' to list of properties for `describe-face' widget.
2668 (describe-char): Mask out face-id from 19 bits of character.
2669 Print face-id separately.
2670
2671 * replace.el (occur-accumulate-lines, occur-engine):
2672 Fontify unfontified matching lines in the source buffer
2673 before copying them.
2674 (occur-engine): Don't put mouse-face on context lines.
2675 (occur-next-error): Set point to line beginning/end
2676 before searching for prev/next property to skip multiple
2677 matches on a line (not supported by occur engine).
2678 Remove redundant prefix-numeric-value.
2679
2680 2004-12-15 Juri Linkov <juri@jurta.org>
2681
2682 * replace.el (match): New face.
2683 (list-matching-lines-face): Change default from `bold' to `match'.
2684
2685 * progmodes/grep.el (grep-match-face): New defvar.
2686 (grep-mode-font-lock-keywords): Use grep-match-face instead of
2687 compilation-column-face to highlight grep matches.
2688
2689 * apropos.el (apropos-match-face): Change default from
2690 `secondary-selection' to `match'.
2691
2692 * info-look.el (info-lookup-highlight-face): Change default from
2693 `highlight' to `match'.
2694
2695 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
2696
2697 * progmodes/executable.el (executable-interpret): Eliminate
2698 obsolete compile-internal, and switch to comint for interaction.
2699
2700 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
2701
2702 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2703 `&&' when skipping multiple statements on a line.
2704
2705 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
2706
2707 * play/zone.el (zone): Set `truncate-lines'.
2708 Also, init `tab-width' with value from original buffer.
2709 (zone-shift-up): Rewrite for speed.
2710 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2711 (zone-pgm-jitter): Remove redundant entries from ops vector.
2712 (zone-exploding-remove): Reduce iteration count.
2713 (zone-cpos): Convert to defsubst.
2714 (zone-replace-char): New defsubst.
2715 (zone-park/sit-for): Likewise.
2716 (zone-fret): Take window-start arg.
2717 Update callers. Use `zone-park/sit-for'.
2718 (zone-fill-out-screen): Rewrite.
2719 (zone-fall-through-ws): Likewise. Update callers.
2720 (zone-pgm-drip): Use `zone-replace-char'.
2721 Move var inits before while-loop. Use `zone-park/sit-for'.
2722 (zone-pgm-random-life): Handle empty initial field.
2723 Use `zone-replace-char' and `zone-park/sit-for'.
2724
2725 2004-12-15 Juri Linkov <juri@jurta.org>
2726
2727 * isearch.el (isearch-update): Test isearch-lazy-highlight
2728 before calling isearch-lazy-highlight-new-loop.
2729 (isearch-lazy-highlight-new-loop):
2730 Don't test isearch-lazy-highlight.
2731
2732 * replace.el (perform-replace): Add isearch-case-fold-search.
2733 Use delimited-flag for isearch-regexp.
2734 Reset isearch-lazy-highlight-last-string to force lazy
2735 highlighting when called from isearch mode.
2736 (query-replace-highlight): Revert defcustom type to boolean.
2737 (query-replace-lazy-highlight): New defcustom.
2738 (query-replace): New face.
2739 (perform-replace, replace-highlight, replace-dehighlight):
2740 Test query-replace-lazy-highlight instead of special value
2741 `isearch' of query-replace-highlight.
2742 (replace-dehighlight): Don't call isearch-dehighlight.
2743 (replace-highlight): Don't call isearch-highlight.
2744 Use face `query-replace' unconditionally.
2745
2746 2004-12-14 Kim F. Storm <storm@cua.dk>
2747
2748 * simple.el (inhibit-mark-movement): Remove defvar.
2749 (beginning-of-buffer, end-of-buffer): Don't use it.
2750
2751 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2752 Don't use inhibit-mark-movement.
2753
2754 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2755 (cua--undo-push-mark): Remove.
2756 (cua--pre-command-handler, cua--post-command-handler):
2757 Don't fiddle with inhibit-mark-movement.
2758
2759 2004-12-14 Juri Linkov <juri@jurta.org>
2760
2761 * buff-menu.el (list-buffers-noselect): Collect internal info
2762 for every buffer in BUFFER-LIST arg too.
2763 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2764 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2765 Bind same-window-buffer-names and same-window-regexps to nil.
2766
2767 2004-12-13 Juri Linkov <juri@jurta.org>
2768
2769 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2770
2771 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2772 (sc-cite-region, sc-uncite-region, sc-recite-region):
2773 Fix previous change to handle not alist as a symbol, but
2774 a citation frame as a symbol that represents a variable name.
2775
2776 2004-12-13 Richard M. Stallman <rms@gnu.org>
2777
2778 * filecache.el (file-cache-add-directory-using-find):
2779 Only set up file-cache-find-command-posix-flag if we will use it.
2780
2781 * bindings.el (mode-line-buffer-identification-keymap):
2782 Don't cancel the mode-line's usual down-mouse-1 binding.
2783
2784 * cus-edit.el (custom-face-selected): Handle `default' specs.
2785 (custom-face-edit): Increase extra-offset.
2786 (custom-display): Handle `default' specs.
2787
2788 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2789
2790 * emacs-lisp/elint.el (elint-standard-variables)
2791 (elint-unknown-builtin-args): Move definitions up.
2792
2793 * net/browse-url.el (browse-url-url-at-point): Add autoload.
2794
2795 * info.el (info-xref-visited): Use `default' instead of t.
2796 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2797
2798 * faces.el (header-line, mode-line-inactive, tool-bar):
2799 Use `default' instead of t for setting the defaults.
2800 (face-spec-choose): Separate `t' from `default'.
2801
2802 * subr.el (while-no-input): New macro.
2803
2804 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
2805
2806 * filecache.el (file-cache-add-directory-using-find):
2807 Only test file-cache-find-command-posix-flag on some systems.
2808
2809 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2810
2811 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2812 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2813 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2814 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2815 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2816
2817 2004-12-12 Juri Linkov <juri@jurta.org>
2818
2819 * files.el (find-file-other-window, find-file-other-frame):
2820 Add the first buffer to the returned value to return the complete
2821 list of all visited buffers.
2822 (find-file-read-only, find-file-read-only-other-window)
2823 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2824 `find-file-read-args'. Signal an error about non-existent file
2825 only if file name doesn't contain wildcards. Toggle read-only in
2826 all visited buffers.
2827 (find-alternate-file, find-alternate-file-other-window):
2828 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
2829 called interactively. Pass arg `wildcards' to other functions.
2830 (find-file-noselect): Doc fix.
2831
2832 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2833 Doc fix.
2834 (ffap-directory-finder): New variable.
2835 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2836 (ffap-file-at-point): Add /* to immediately rejected names.
2837 Return absolute file names matching ffap-dired-wildcards.
2838 (ffap-read-file-or-url): Set default value for `completing-read'
2839 to `buffer-file-name'.
2840 (find-file-at-point): When filename matches ffap-dired-wildcards,
2841 call ffap-file-finder with t arg `wildcards', instead of dired.
2842 (ffap-other-window, ffap-other-frame): Return visited buffers.
2843 (ffap-read-only, ffap-read-only-other-window)
2844 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2845 (dired-at-point): Call ffap-directory-finder instead of dired.
2846 (ffap-dired-other-window, ffap-dired-other-frame)
2847 (ffap-list-directory): New commands.
2848 (ffap-bindings): New keybindings for new commands.
2849
2850 2004-12-12 Juri Linkov <juri@jurta.org>
2851
2852 * simple.el (beginning-of-buffer, end-of-buffer):
2853 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2854 Do not push mark when mark is active in transient-mark-mode.
2855
2856 * simple.el (mark-word):
2857 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2858 * textmodes/paragraphs.el (mark-paragraph):
2859 Extend the region when mark is active in transient-mark-mode,
2860 regardless of the last command. Doc fix.
2861
2862 * simple.el (mark-word): Preserve direction when repeating.
2863 Make arg optional. Interactive "p" -> "P".
2864 (transient-mark-mode, inhibit-mark-movement): Doc fix.
2865
2866 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2867 preserving direction, to mark forward instead of backward when mark
2868 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2869
2870 2004-12-12 Juri Linkov <juri@jurta.org>
2871
2872 * isearch.el (isearch-edit-string): Set 7th arg of
2873 `read-from-minibuffer' to `t' to inherit the current input
2874 method (whose name is indicated by [IM] in the minibuffer prompt)
2875 from the current buffer to the minibuffer.
2876 (isearch-lazy-highlight-update): Put body to `with-local-quit'
2877 to allow C-g quitting for lazy highlighting looping inside the
2878 search with nested repetition operators. Add overlay to the list
2879 before setting its face and other properties to avoid the case of
2880 code quitting after placing the new overlay but before it's
2881 recorded on the list. Select the window where isearch was
2882 activated, to highlight matches in the right window when isearch
2883 switches the current window to the minibuffer.
2884
2885 * international/isearch-x.el
2886 (isearch-process-search-multibyte-characters):
2887 Use `isearch-message' as initial input for `read-string' instead
2888 of adding it to the minibuffer prompt. After reading a string
2889 remove the initial value of `isearch-message' from the string.
2890
2891 * replace.el (replace-match-maybe-edit): Doc fix.
2892 (perform-replace): Don't call `replace-highlight' when automatic
2893 replacement is requested in literal mode, since it is intended
2894 only to highlight words during entering a new replacement string
2895 for \? in non-literal mode.
2896
2897 * replace.el (query-replace-highlight): Add new value `isearch'
2898 that allows query replacement to use isearch highlighting.
2899 Change type from `boolean' to `choice'. Doc fix.
2900 (replace-highlight, replace-dehighlight, perform-replace):
2901 Use isearch highlighting if query-replace-highlight eq `isearch'.
2902
2903 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2904
2905 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2906 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2907
2908 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2909 case of \end{verbatim}.
2910
2911 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2912
2913 * term.el (term-termcap-format): Synchronyze with terminfo.
2914 (term-emulate-terminal): Handle reset.
2915 (term-reset-terminal): New function.
2916
2917 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
2918
2919 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2920 (zone-fill-out-screen): New func.
2921 (zone-pgm-drip): Use `zone-fill-out-screen'.
2922 Also, no longer go to point-min on every cycle.
2923 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2924 (zone-pgm-random-life-wait): New user var.
2925 (zone-pgm-random-life): New func.
2926
2927 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
2928
2929 * files.el (auto-mode-alist): Map .com to DCL mode.
2930
2931 2004-12-09 Richard M. Stallman <rms@gnu.org>
2932
2933 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2934
2935 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2938 buffer with a display margin.
2939
2940 2004-12-08 Jay Belanger <belanger@truman.edu>
2941
2942 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2943 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2944
2945 2004-12-08 Richard M. Stallman <rms@gnu.org>
2946
2947 * faces.el: Delete code to set display table.
2948 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
2949
2950 2004-12-08 Jay Belanger <belanger@truman.edu>
2951
2952 * calc/calc.el: Add math-read-preprocess-string to autoloads.
2953
2954 * calc/calc-ext.el (math-read-replacement-list)
2955 (math-read-superscripts, math-read-preprocess-string): Move to
2956 calc-aent.el.
2957
2958 * calc/calc-aent.el (math-read-replacement-list)
2959 (math-read-superscripts, math-read-preprocess-string): Move from
2960 calc-ext.el.
2961
2962 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2963
2964 * isearch.el (isearch-quote-char): Fix up typo in last change.
2965
2966 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
2967
2968 * mouse.el (mouse-set-font): Handle the case where the command was
2969 not invoked using the mouse.
2970
2971 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2972 (edmacro-finish-edit): Further update for keyboard macros that are
2973 lambda forms.
2974 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2975
2976 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * font-lock.el (font-lock-unfontify-region): Save buffer state.
2979 (font-lock-default-unfontify-region): Don't save buffer state any more.
2980
2981 2004-12-07 Jay Belanger <belanger@truman.edu>
2982
2983 * calc/calc-help.el (calc-describe-key):
2984 Set calc-summary-indentation even when Calc Summary buffer exists.
2985
2986 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
2987
2988 * calendar/holidays.el (holiday-easter-etc): Make arguments
2989 optional for backwards compatibility. Doc fix.
2990 Remove un-necessary local vars mandatory, output-list.
2991 (holiday-advent): Make arguments optional for backwards
2992 compatibility. Doc fix.
2993
2994 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2995
2996 * paren.el (show-paren-function): Fix last change (2004-12-02).
2997
2998 * international/mule-util.el (char-displayable-p): Return nil for
2999 unibyte mode.
3000
3001 * subr.el (subregexp-context-p): New function.
3002
3003 * isearch.el (isearch-quote-char): Use it.
3004
3005 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
3006 (regexp-opt-not-groupie*-re): Remove.
3007 (regexp-opt): Properly handle inputs with duplicate entries.
3008
3009 2004-12-06 Richard M. Stallman <rms@gnu.org>
3010
3011 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
3012
3013 * cus-edit.el (custom-file): Doc fix.
3014
3015 * textmodes/org.el: New file.
3016
3017 2004-12-06 Kenichi Handa <handa@m17n.org>
3018
3019 * ldefs-boot.el: Update international/mule-util.el section.
3020
3021 2004-12-05 Sam Steingold <sds@gnu.org>
3022
3023 * net/tramp.el (tramp-handle-file-accessible-directory-p):
3024 Fix `tramp-time-diff' comparison logic.
3025
3026 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
3027
3028 * progmodes/which-func.el (which-function):
3029 Use `run-hook-with-args-until-success' instead of a custom loop.
3030 Fixes bug with local hooks.
3031
3032 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3033
3034 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
3035 Use delete-dups when calculating the initial value.
3036 (bibtex-autokey-get-title): Use <=.
3037 (bibtex-goto-line): New function.
3038 (bibtex-reposition-window): Use line numbers instead of point
3039 positions. Use window-body-height.
3040 (bibtex-find-crossref): Use bibtex-reposition-window.
3041 (bibtex-find-entry): Use bibtex-reposition-window. Always return
3042 position of entry if key is found or nil if not found.
3043
3044 2004-12-05 Richard M. Stallman <rms@gnu.org>
3045
3046 * cus-edit.el (custom-file): Doc fix.
3047
3048 * progmodes/sh-script.el (sh-indent-for-then): Change default.
3049
3050 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
3051
3052 * simple.el (blink-matching-open):
3053 * textmodes/tex-mode.el (tex-validate-region):
3054 Obey syntax-table text properties.
3055
3056 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
3057
3058 * wid-edit.el (widget-specify-field): Add `real-field' property to
3059 boundary.
3060 (widget-field-at): Use it.
3061
3062 2004-12-02 Richard M. Stallman <rms@gnu.org>
3063
3064 * progmodes/cc-mode.el (awk-mode autoload):
3065 Supply t meaning interactive function.
3066
3067 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
3068 (isearch-mode-map): No special definition for space.
3069 (isearch-whitespace-chars): Command deleted.
3070 (isearch-forward-regexp): Doc fix.
3071 (isearch-quote-char): When a space is not inside brackets,
3072 use `[ ]' instead of just space.
3073 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
3074
3075 * imenu.el (imenu--generic-function): Delete code to exclude
3076 matches in comments.
3077
3078 * man.el (Man-reverse-face): Change default to `highlight'.
3079
3080 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
3081 (occur-engine): Use `face' prop rather than `font-lock-face'
3082 when specifying use of `match-face'.
3083 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
3084
3085 * emacs-lisp/elint.el (elint-standard-variables): Update list.
3086
3087 * add-log.el (add-log-current-defun): Handle the case where point
3088 is in the header part of a DEFUN construct.
3089
3090 2004-12-02 Dave Love <fx@gnu.org>
3091
3092 * progmodes/python.el (python-font-lock-syntactic-keywords):
3093 Fix previous change.
3094
3095 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
3096
3097 * paren.el (show-paren-function): Check for matching chars
3098 specified by text props.
3099
3100 2004-12-02 Jay Belanger <belanger@truman.edu>
3101
3102 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
3103 when reading a new key sequence.
3104
3105 2004-12-02 Kim F. Storm <storm@cua.dk>
3106
3107 * faces.el (escape-glyph): Rename from glyph.
3108 (standard-display-table): Set it here. Add escape-glyph face to
3109 extra slot characters.
3110
3111 * disp-table.el: Undo 2004-12-01 change. Display table is now
3112 setup in faces.el.
3113
3114 2004-12-02 Mark A. Hershberger <mah@everybody.org>
3115
3116 * xml.el (xml-parse-dtd): Don't show validity messages when
3117 xml-validating-parser is nil.
3118 (xml-substitute-special): Fix validity error messages to
3119 actually show the unexpandable entity. Added validity error if &
3120 isn't followed by an entity.
3121 (xml-parse-tag): Concatenate any string following the a
3122 <![CDATA[]]> section to the parsed CDATA.
3123 (xml-parse-dtd): Skip parameter entity declarations and use of
3124 parameter entities.
3125
3126 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
3127
3128 * kmacro.el (kmacro-default-counter-format): New var.
3129 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
3130 (kmacro-display): Remove `nil' from `and' form. Delete call to
3131 `format' inside `message'.
3132 (kmacro-start-macro): Use `kmacro-default-counter-format'.
3133
3134 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * pcvs.el (cvs-header-msg): New function.
3137 (cvs-update-header): Use it. Change calling convention.
3138 Correctly handle the case of having simultaneous active processes.
3139 (cvs-sentinel): Don't call cvs-update-header any more.
3140 (cvs-mode-run): Update call and add cvs-update-header to postproc.
3141
3142 2004-12-01 Jay Belanger <belanger@truman.edu>
3143
3144 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3145 Change message.
3146
3147 2004-12-01 Juri Linkov <juri@jurta.org>
3148
3149 * progmodes/prolog.el (prolog-mode-variables):
3150 Fix imenu-generic-expression.
3151
3152 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
3153
3154 * faces.el (glyph): New face.
3155
3156 * disp-table.el: Add an autoloaded table, that doesn't require
3157 this library, with glyph face.
3158
3159 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3160 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3161 (conf-quote-normal): Allow normalizing only ' or ".
3162 (conf-mode): Regexp-quote constructed comment-start and don't
3163 match section {} where "name" contains braces.
3164
3165 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3166 files.
3167
3168 2004-12-01 Kenichi Handa <handa@m17n.org>
3169
3170 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3171 (x-select-text): Don't treat eight-bit-control/graphic chars
3172 specially. Store the encoded text in the X cut buffer.
3173 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3174 with x-last-selected-text-cut-encoded.
3175
3176 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3179
3180 2004-11-30 Markus Rost <rost@ias.edu>
3181
3182 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3183 AUCTeX.
3184
3185 2004-11-30 Jay Belanger <belanger@truman.edu>
3186
3187 * calc/calc-arith.el (math-possible-signs): Made stronger checks
3188 on signs of intervals.
3189 (math-pow-of-zero): Strengthen checks for positive and negative
3190 exponents.
3191
3192 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3193 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3194 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3195 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3196 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3197 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3198 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3199 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3200 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3201 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3202 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3203 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3204 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3205 with provide statements.
3206
3207 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3208
3209 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3210
3211 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3212 (calc-load-everything, math-defsimplify): Replace dummy autoloading
3213 functions by require statements.
3214 (math-defsimplify): Move to calc-alg.el, add to autoloads.
3215
3216 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3217 (calc-gnuplot-print): Give them values.
3218
3219 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3220 autoloads.
3221 Add calc-do-embedded-activate to autoloads.
3222 (calc-gnuplot-name, calc-gnuplot-plot-command)
3223 (calc-gnuplot-print-command): Move them to calc-graph.el.
3224
3225 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3226
3227 * term/mac-win.el (ccl-encode-mac-roman-font)
3228 (ccl-encode-mac-cyrillic-font)
3229 (ccl-encode-mac-centraleuropean-font, encoder-list)
3230 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3231 Support Cyrillic, CentralEuropean, and Dingbat font display
3232
3233 2004-11-30 Andre Spiegel <spiegel@gnu.org>
3234
3235 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
3236
3237 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3238 still nil.
3239
3240 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
3241
3242 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3243 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3244
3245 2004-11-29 Jay Belanger <belanger@truman.edu>
3246
3247 * calc/calc-arith.el (math-pow-of-zero): Take into account different
3248 cases of the base and exponent.
3249
3250 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
3251
3252 * simple.el (next-error-buffer-p): Allow for inclusive and
3253 exclusive tests for finding a buffer.
3254 (next-error-find-buffer): Pass the exclusive and inclusive tests
3255 to next-error-buffer-p.
3256
3257 * replace.el (occur-next-error): Switch to the Occur buffer when
3258 appropriate, use the exclusive filter to next-error-find-buffer to
3259 do it. Use the absolute value of the motion amount.
3260
3261 2004-11-29 Kenichi Handa <handa@m17n.org>
3262
3263 * startup.el (command-line): Decode all default-directory by
3264 locale-coding-system.
3265
3266 2004-11-29 Jay Belanger <belanger@truman.edu>
3267
3268 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3269 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3270 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3271 Replace calls to calc-extensions by appropriate require, replace
3272 calc-extensions-loaded by appropriate featurep.
3273
3274 * calc/calc-ext.el: Move require to end of file.
3275 Remove redundant loading of calc.el.
3276 (calc-extensions-loaded): Remove unnecessary variable.
3277 (calc-extensions): Remove unnecessary function.
3278 (calc-load-everything): Replace calc-need-macros by appropriate require.
3279
3280 * calc/calc-macs.el: Move provide to end of file.
3281 (calc-need-macros): Remove unnecessary function.
3282
3283 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3284 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3285 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3286 Replace calc-extensions by appropriate require.
3287 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3288
3289 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3290 Replace calc-need-macros by appropriate require.
3291
3292 * calc/calc.el: Move require to end of file.
3293 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3294 Remove unnecessary variable.
3295 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3296 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3297 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3298 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3299 (math-stack-value-offset, math-format-value, math-format-flat-expr)
3300 (math-format-number, math-format-bignum, math-read-number)
3301 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3302 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3303 by appropriate require.
3304 (calc-check-defines): Replace calc-need-macros by appropriate require.
3305
3306 2004-11-29 Kim F. Storm <storm@cua.dk>
3307
3308 * macros.el (insert-kbd-macro): Handle kmacro functions.
3309
3310 2004-11-28 Juri Linkov <juri@jurta.org>
3311
3312 * compare-w.el (compare-windows-highlight): Attach each overlay
3313 to its window to properly highlight differences while comparing
3314 two windows of the same buffer. Fix arguments.
3315 (compare-windows-sync-default-function): Fix arguments of
3316 `compare-windows-highlight'.
3317
3318 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3319 Use `read-expression-history'. Set initial contents only if
3320 `edebug-global-break-condition' is non-nil. Set histpos to 1
3321 if initial contents is equal to the last history element.
3322 (edebug-set-conditional-breakpoint): Instead of temporarily
3323 prepending the current condition to the history, set initial
3324 contents to the current condition. Set histpos to 1 if initial
3325 contents is equal to the last history element.
3326
3327 * info.el (Info-search-whitespace-regexp): Remove shy group.
3328 (Info-search): Forward line if search is on the header line.
3329 Use search-whitespace-regexp in two other places.
3330
3331 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
3332
3333 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3334 warning. Delay real definition, which uses
3335 `set-fringe-indicators-1' till after the definition of that function.
3336
3337 2004-11-28 Kim F. Storm <storm@cua.dk>
3338
3339 * fringe.el (fringe): New defgroup.
3340 (fringe-mode): Move to fringe group.
3341 (fringe-indicators): New defcustom.
3342 (set-fringe-indicators-1): New defun.
3343
3344 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3345 (menu-bar-showhide-fringe-ind-menu): New keymap.
3346 (menu-bar-showhide-fringe-ind-empty)
3347 (menu-bar-showhide-fringe-ind-mixed)
3348 (menu-bar-showhide-fringe-ind-box)
3349 (menu-bar-showhide-fringe-ind-right)
3350 (menu-bar-showhide-fringe-ind-left)
3351 (menu-bar-showhide-fringe-ind-none): New defuns.
3352 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3353
3354 2004-11-27 Richard M. Stallman <rms@gnu.org>
3355
3356 * comint.el (comint-read-noecho): Add trivial compatibility definition.
3357
3358 * generic.el (define-generic-mode): Doc fix.
3359
3360 * menu-bar.el (menu-bar-options-save): For the options
3361 that are toggled with menu-bar-make-mm-toggle, don't check
3362 for customized-value prop.
3363
3364 2004-11-27 Eli Zaretskii <eliz@gnu.org>
3365
3366 * mail/supercite.el (sc-cite-region): Handle the case where
3367 sc-cite-frame-alist is a symbol.
3368 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3369 a symbol.
3370 (sc-recite-region): Handle the case where sc-recite-frame-alist is
3371 a symbol.
3372
3373 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3374
3375 * wid-edit.el (widget-narrow-to-field): New function.
3376 (widget-complete): Use it.
3377
3378 2004-11-27 Jay Belanger <belanger@truman.edu>
3379
3380 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3381 variable.
3382 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3383 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3384 (math-alg-inequalities): Move declaration to earlier in the file.
3385
3386 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3387 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3388 Declare them.
3389
3390 * calc/calc-lang.el (math-expr-data, math-expr-token)
3391 (math-exp-old-pos): Declare them.
3392
3393 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3394 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3395
3396 2004-11-27 Kim F. Storm <storm@cua.dk>
3397
3398 * progmodes/flymake.el: Use (featurep 'xemacs).
3399 (flymake-makehash): Change to defsubst. Use fboundp.
3400 (flymake-time-to-float): Remove.
3401 (flymake-float-time): Merge code from flymake-time-to-float here.
3402 (flymake-replace-regexp-in-string): Change to defsubst.
3403 (flymake-split-string-remove-empty-edges):
3404 Rename to flymake-split-string.
3405 (flymake-split-string): Remove previous defalias.
3406 (flymake-get-temp-dir): Change to defsubst.
3407 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3408 Define for xemacs only.
3409 (flymake-master-file-count-limit): Change into compiler defvar only.
3410 (flymake-find-possible-master-files): Let-bind it dynamically while
3411 sorting files using flymake-master-file-compare.
3412
3413 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3414
3415 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3416 of defun-prompt-regexp matches inside a comment/string but the
3417 beginning is correctly outside everything.
3418
3419 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3420 appears within a string or a comment.
3421
3422 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3423 rather than make-symbol for symbols which are used in
3424 a symbol-macrolet or equivalent.
3425
3426 2004-11-26 Jay Belanger <belanger@truman.edu>
3427
3428 * calc-misc.el (calc-last-why-command): Declare it.
3429
3430 * calc-vec.el (math-grade-vec): New variable.
3431 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3432 Replace variable grade-vec by declared variable.
3433 (math-rb-close): New variable.
3434 (math-read-brackets, math-read-vector): Replace variable close by
3435 declared variable.
3436
3437 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3438 (calc-one-window, calc-edit-handler, calc-restore-trail)
3439 (calc-allow-ret): Declare them.
3440
3441 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3442 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3443 (math-radix-float-cache-tag, math-random-cache)
3444 (math-max-digits-cache, math-integral-cache, math-units-table)
3445 (math-format-date-cache, math-holidays-cache-tag): Declare them.
3446 (math-moc-func): New variable.
3447 (math-map-over-constants, math-map-over-constants-rec):
3448 Replace variable func by declared variable.
3449
3450 * calc/calc-store.el (calc-given-value, calc-store-opers):
3451 Declare them.
3452 (calc-var-name-map): Move declaration to earlier in the file.
3453 (calc-pv-pos): New variable.
3454 (calc-permanent-variable, calc-insert-permanent-variable):
3455 Replace variable pos by declared variable.
3456
3457 * calc/calc-mtx.el (calc-det-lu): New variable.
3458 (math-det-raw, math-det-step): Replace variable lu by declared variable.
3459
3460 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3461 (math-multi-subst, math-multi-subst-rec): Replace variables temp
3462 and arg by declared variables.
3463 (calcFunc-reducer): Fix incorrect variable.
3464 (math-inner-mul-func, math-inner-add-func): New variables.
3465 (calcFunc-inner, math-inner-mats): Replace variables mul-func
3466 and add-func by declared variables.
3467
3468 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3469 (calc-digit-value): Declare them.
3470
3471 * calc/calc-help.el (Info-history): Declare it.
3472 (calc-describe-key): Make calc-summary-indentation a local variable.
3473 (calc-help-long-names): Move declaration to earlier in file.
3474
3475 * calc/calc-embed.el (calc-original-buffer): Declare it.
3476 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3477 (calc-embed-bot): New variables.
3478 (calc-do-embedded, calc-embedded-mark-formula)
3479 (calc-embedded-find-bounds, calc-embedded-duplicate)
3480 (calc-embedded-new-formula, calc-embedded-make-info):
3481 Replace vars outer-top, outer-bot, bot and top by declared variables.
3482 (calc-embed-prev-modes): New variable.
3483 (calc-embedded-set-modes, calc-embedded-update): Replace variable
3484 prev-modes with declared variable.
3485 (calc-embed-vars-used): New variable.
3486 (calc-embedded-make-info, calc-embedded-evaluate-expr)
3487 (calc-embedded-update, calc-embedded-find-vars): Replace variable
3488 vars-used by declared variable.
3489
3490 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3491 (math-format-radix-float): Remove unnecessary setq.
3492 (math-radix-float-cache): Declare it.
3493
3494 * calc/calcsel2.el (calc-keep-selection): Declare it.
3495
3496 * calc/calc-maint.el: Remove file.
3497
3498 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3499
3500 * textmodes/bibtex.el (bibtex-sort-entry-class)
3501 (bibtex-comment-start): Use defcustom.
3502 (bibtex-entry-field-alist): Use nil if initial content of the
3503 field is undefined. Fix docstring.
3504 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3505 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3506 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3507 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3508 Fix docstring.
3509 (bibtex-autokey-title-terminators): Use only one regexp.
3510 (bibtex-string-maybe-empty-head): New variable.
3511 (bibtex-remove-delimiters-string): New function.
3512 (bibtex-text-in-field-bounds, bibtex-text-in-string):
3513 Use bibtex-remove-delimiters-string.
3514 (bibtex-progress-message, bibtex-field-left-delimiter)
3515 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3516 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3517 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3518 Simplify.
3519 (bibtex-format-entry): Use save-excursion for inherited booktitle.
3520 Use eq and bibtex-remove-delimiters-string. For end markers use
3521 insertion type so that marker stays after inserted text.
3522 (bibtex-autokey-get-names): Return empty string if name is missing.
3523 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3524 calling bibtex-autokey-name-case-convert.
3525 (bibtex-autokey-demangle-title):
3526 Call bibtex-autokey-titleword-case-convert. Remove call to
3527 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3528 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3529 (bibtex-read-key): New optional arg global.
3530 (bibtex-files-expand): New optional arg force.
3531 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3532 (bibtex-complete-crossref-cleanup): Rename from
3533 bibtex-complete-key-cleanup. Simplify code.
3534 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
3535 Operate on current entry.
3536 (bibtex-button): Add docstring.
3537 (bibtex-entry): Simplify.
3538 (bibtex-make-field): Replace optional arg called-by-yank with more
3539 specific args move and interactive.
3540 (bibtex-end-of-entry): Use forward-sexp.
3541 (bibtex-find-entry-globally): Remove.
3542 (bibtex-find-crossref): Allow for crossref key located in other buffer.
3543 Bound to C-c C-x.
3544 (bibtex-find-entry): New optional args global and display.
3545 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
3546 (bibtex-validate): Use arg force of bibtex-files-expand.
3547 (bibtex-clean-entry): Bugfix, clean string entries properly.
3548 Always keep point at beginning of entry.
3549 (bibtex-complete): Bugfix. Handle string entries properly.
3550 Call cleanup functions only if needed.
3551 (bibtex-String): Use bibtex-read-string-key.
3552 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
3553 case of replacement text.
3554
3555 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3556
3557 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3558 (tramp-perl-directory-files-and-attributes): New constant.
3559 (tramp-file-name-handler-alist): Delete file-directory-files, add
3560 directory-files-and-attributes.
3561 (tramp-perl-file-attributes): Surround uid and gid by double
3562 quotes. Change parameter id-format from nonnumeric.
3563 (tramp-convert-file-attributes): New function.
3564 (tramp-handle-file-attributes): Use it.
3565 (tramp-maybe-send-perl-script): New function.
3566 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3567 file mode. Change parameter id-format from nonnumeric.
3568 (tramp-handle-file-attributes-with-ls): Change parameter id-format
3569 from nonnumeric.
3570 (tramp-post-connection): Don't send tramp-perl-file-attributes
3571 script. Reset connection property "perl-scripts".
3572 (tramp-handle-insert-directory): Run real handler when ls-lisp is
3573 in use.
3574
3575 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3576
3577 * desktop.el (desktop-read): Replace mapcar with mapc.
3578 (desktop-create-buffer): Replace mapcar with mapc.
3579 Remove redundant piece of code.
3580
3581 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
3582
3583 * progmodes/gud.el (gud-display-line): Use display-buffer
3584 for GDB-UI as for GUD.
3585
3586 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3587 Delete variables.
3588 (gdb-ann3): Don't make GUD buffer dedicated.
3589 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3590 (gdb-display-source-buffer): Delete function.
3591 (gdb-view-source-function, gdb-view-assembler): Delete functions.
3592 (menu): Delete menu bindings for viewing source/assembler.
3593 (gdb-setup-windows, gdb-restore-windows):
3594 Don't dedicate GUD. No assembler now.
3595 (gdb-reset): No need to undedicate source buffers now.
3596 (gdb-source-info): No assembler now.
3597
3598 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
3599
3600 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3601 width to those for special frames.
3602 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3603 Use display-buffer.
3604 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3605 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3606 (gdb-frame-assembler-buffer): Rework like
3607 gdb-frame-breakpoints-buffer.
3608
3609 2004-11-25 Richard M. Stallman <rms@gnu.org>
3610
3611 * progmodes/flymake.el: Reindent.
3612 (flymake-split-string): Turn into defalias.
3613 (flymake-fix-file-name): Rename from flymake-fix-path-name.
3614 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3615 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
3616 (flymake-build-relative-filename): Rename from ...path.
3617 Fix error message.
3618
3619 2004-11-25 Cheng Gao <chenggao@gmail.com>
3620
3621 * progmodes/flymake.el: Much whitespace and capitalization change.
3622 Move `provide' to end. Require `compile' only when compiling.
3623
3624 2004-11-24 Jay Belanger <belanger@truman.edu>
3625
3626 * calc/calc-alg.el: Added comment.
3627 (math-polynomial-base): Replace variable mpb-top-expr by
3628 math-poly-base-top-expr.
3629
3630 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3631 (math-polynomial-p1): Replace variable mpb-top-expr by declared
3632 variable.
3633 (math-poly-base-total-base): New variable.
3634 (math-total-polynomial-base, math-polynomial-p1): Replace variable
3635 mpb-total-base by declared variable.
3636 (math-factored-vars, math-to-list): Declare it.
3637 (math-fact-expr): New variable.
3638 (calcFunc-factors, calcFunc-factor, math-factor-expr)
3639 (math-factor-expr-try, math-factor-expr-part): Replace variable
3640 expr by declared variable.
3641 (math-fet-x): New variable.
3642 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3643 by declared variable.
3644 (math-factor-poly-coefs): Make temp a local variable.
3645
3646 * calc/calc-units.el (calc-convert-units): Make units a local
3647 variable.
3648 (calc-num-units, calc-den-units): New variables.
3649 (calc-explain-units, calc-explain-units-rec): Replace variables
3650 num-units and den-units by declared variables.
3651 (math-cu-unit-list): New variable.
3652 (math-build-units-table, math-compare-unit-names)
3653 (math-convert-units, math-convert-units-rec): Replace variable
3654 unit-list by declared variable.
3655 (math-fbu-base, math-fbu-entry): New variables.
3656 (math-find-base-units, math-find-base-units-rec): Replace variables
3657 base and entry by declared variables.
3658 (math-which-standard): New variable.
3659 (math-to-standard-units, math-to-standard-rec): Replace variable
3660 which-standard by declared variable.
3661 (math-fcu-u): New variable.
3662 (math-find-compatible-unit, math-find-compatible-unit-rec):
3663 Replace variable u by declared variable.
3664 (math-cu-new-units, math-cu-pure): New variables.
3665 (math-convert-units, math-convert-units-rec): Replace variables
3666 new-units and pure by declared variables.
3667 (math-try-cancel-units): New variable.
3668 (math-simplify-units-quotient): Replace variable try-cancel-units by
3669 declared variable.
3670
3671 2004-11-24 Richard M. Stallman <rms@gnu.org>
3672
3673 * textmodes/ispell.el (ispell-check-version):
3674 If default-directory is nonexistent, use home dir.
3675
3676 * progmodes/grep.el (grep-regexp-alist):
3677 Don't match parens around line numbers.
3678
3679 * progmodes/cperl-mode.el (cperl-indent-region)
3680 (cperl-imenu--create-perl-index, cperl-xsub-scan):
3681 Don't print progress messages.
3682
3683 * progmodes/compile.el (compilation-mode-map):
3684 Don't inherit from compilation-minor-mode-map;
3685 copy its bindings instead. But the menu bar Compile
3686 entry now does inherit from compilation-menu-map.
3687
3688 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3689 Use with-no-warnings around compiler-macroexpand.
3690
3691 * imenu.el: Don't always require newcomment.
3692 (imenu--generic-function): Call comment-normalize-vars
3693 if we have a comment syntax.
3694 Exit the loop if REGEXP matches the null string.
3695 Test comment-start as well as comment-start-skip
3696 when deciding whether to check for comments.
3697
3698 * tooltip.el (tooltip-mode): Doc fix.
3699
3700 * term.el (term-escape-char, term-mode): Doc fixes.
3701
3702 2004-11-24 Dave Love <fx@gnu.org>
3703
3704 * progmodes/python.el (python-font-lock-syntactic-keywords):
3705 Check for escapes in the regexp.
3706 (python-quote-syntax): Don't do it here.
3707
3708 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3709
3710 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3711 (gdb-frames-mode-map, gdb-threads-mode-map)
3712 (gdb-registers-mode-map, gdb-locals-mode-map)
3713 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3714 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3715
3716 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3717 (dedicated-switch-to-buffer): Rework.
3718 (gdb-var-evaluate-expression-handler, gdb-put-string):
3719 Remove unused variable bindings.
3720 (gdb-setup-windows, gdb-display-buffer):
3721 Simplify. Use pop-to-buffer.
3722 (gdb-view-source-function): Simplify.
3723 (gdb-frame-breakpoints-buffer):
3724 Use pop-to-buffer, special-display-regexps.
3725
3726 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3727
3728 * progmodes/f90.el (f90-smart-end)
3729 (f90-previous-statement, f90-beginning-of-block): Doc fix.
3730 (f90-calculate-indent): Handle un-named PROGRAM blocks.
3731 (f90-end-of-block): Doc fix. Make check of outermost block
3732 conditional on value of `f90-smart-end'.
3733 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3734 Handle case where END-BLOCK is nil.
3735 (f90-match-end): Handle un-named PROGRAM blocks.
3736 (f90-backslash-not-special): New function.
3737
3738 2004-11-24 Jay Belanger <belanger@truman.edu>
3739
3740 * calc/calc.el (calc-embedded-active): Removed unnecessary
3741 declaration.
3742 (calc-show-banner): Removed redundant declaration.
3743
3744 * calc/calc-graph.el (calc-gnuplot-default-device)
3745 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3746 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3747 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3748 Remove redundant initial values.
3749
3750 * calc/calc-arith.el (math-scalar-functions)
3751 (math-nonscalar-functions, math-scalar-if-args-functions)
3752 (math-real-functions, math-positive-functions)
3753 (math-nonnegative-functions, math-real-scalar-functions)
3754 (math-real-if-arg-functions, math-integer-functions)
3755 (math-num-integer-functions, math-rounding-functions)
3756 (math-float-rounding-functions, math-integer-if-args-functions)
3757 (math-super-types): Move declarations to earlier in file.
3758 (math-unit-prefixes): Declared it.
3759 (math-floor-prec, math-trunc-prec): New variables.
3760 (math-trunc-fancy): Replace variable prec by declared variable.
3761 (math-floor-fancy): Replace variable prec by declared variable.
3762 (math-com-bterms): New variable.
3763 (math-commutative-equal, math-commutative-collect):
3764 Replace variable bterms by declared variable.
3765
3766 * calc/calc-misc.el (math-trunc): Replace variable prec by
3767 math-trunc-prec.
3768 (math-floor): Replace variable prec by math-floor-prec.
3769
3770 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3771 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3772 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3773 (math-format-date, math-format-date-part): Replace variables
3774 date, dt, year, month, day, weekday, hour, minute, second and
3775 bc-flag by declared variables.
3776 (math-pd-str): New variable.
3777 (math-parse-date, math-parse-date-word, math-parse-standard-date):
3778 Replace variable str by declared variable.
3779 (math-daylight-savings-hook, math-tzone-names): Move definitions
3780 to earlier in the file.
3781 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3782 (math-sh-year): New variable.
3783 (math-setup-add-holidays, math-setup-holidays)
3784 (math-setup-year-holidays): Replace variable `year' by declared
3785 variable.
3786
3787 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3788 New variables.
3789 (math-nth-root-float, math-nth-root-float-iter): Replace variables
3790 n, nf and nfm1 by declared variables.
3791 (math-nri-n): New variable.
3792 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3793 n by declared variable.
3794 (calcFunc-log): Removed misplaced condition.
3795
3796 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3797
3798 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3799
3800 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3801
3802 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3803 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3804 Dedicate gdb-related windows.
3805 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3806 other frames.
3807 (gdb-reset): Remove dedicated property after debugging.
3808
3809 2004-11-24 Jay Belanger <belanger@truman.edu>
3810
3811 * calc/calc-sel.el: Add comment.
3812
3813 * calc/calc.el (math-stack-value-offset): Replace variables c,
3814 wid and off with math-svo-c, math-svo-wid and math-svo-off.
3815
3816 * calc/calccomp.el (math-comp-sel-tag): Declare it.
3817 (math-svo-c, math-svo-wid, math-svo-off): New variables.
3818 (math-stack-value-offset-fancy): Replace variables c, wid and off
3819 by declared variables.
3820 (math-comp-just, math-comp-comma-spc): New variables.
3821 (math-compose-expr, math-compose-matrix): Replace variables `just'
3822 and comma-spc by declared variable.
3823 (math-comp-vector-prec): New variable.
3824 (math-compose-expr, math-compose-matrix, math-compose-rows):
3825 Replace variable vector-prec by declared variable.
3826 (math-comp-left-bracket, math-comp-right-bracket)
3827 (math-comp-comma): New variables.
3828 (math-compose-expr, math-compose-rows): Replace variables
3829 left-bracket, right-bracket and comma by declared variables.
3830 (math-comp-full-width): New variable.
3831 (math-comp-to-string-flat, math-comp-to-string-flat-term):
3832 Replace variable full-width by declared variable.
3833 (math-comp-highlight, math-comp-word, math-comp-level)
3834 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3835 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3836 New variables.
3837 (math-comp-to-string-flat, math-comp-to-string-flat-term)
3838 (math-comp-sel-flat-term): Replace variables comp-highlight,
3839 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3840 declared variables.
3841 (math-comp-simplify, math-comp-simplify-term)
3842 (math-comp-add-string, math-comp-add-string-sel):
3843 Replace variables comp-highlight, comp-buf, comp-base,
3844 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3845
3846 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3847
3848 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3849
3850 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3851 and x-server-version may throw.
3852
3853 2004-11-23 Kim F. Storm <storm@cua.dk>
3854
3855 * subr.el (substitute-key-definition-key): Optimize.
3856 Don't call indirect-function for nil defn (always signals error).
3857
3858 * ido.el (ido-read-internal): Fix require-match check when
3859 ido-directory-too-big is set.
3860
3861 2004-11-23 Jay Belanger <belanger@truman.edu>
3862
3863 * calc/calc-ext.el (math-read-replacement-list)
3864 (math-read-superscripts): New variables.
3865 (math-read-preprocess-string): New function.
3866 (math-read-expr): Filter input through math-read-preprocess-string.
3867
3868 * calc/calc-aent.el (math-read-exprs): Filter input through
3869 math-read-preprocess-string.
3870
3871 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
3872
3873 * progmodes/compile.el (compilation-start): In cd command use
3874 substitute-env-vars -- not quite shell compatible but better than
3875 nothing.
3876 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3877 handle the newer versions messages, which are more parseable.
3878
3879 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3880
3881 * reveal.el (reveal-mode-map): New var.
3882 (reveal-mode): Use it.
3883
3884 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
3885
3886 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3887 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3888
3889 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3892 header-line when needed.
3893 Use fixed-pitch only in the header-line.
3894 Build the underline automatically. Use emdash if available.
3895
3896 2004-11-22 Richard M. Stallman <rms@gnu.org>
3897
3898 * dired.el (dired-recursive-copies): Move from dired-aux.el.
3899 * dired-aux.el (dired-recursive-copies): Move to dired.el.
3900
3901 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
3902
3903 * progmodes/gdb-ui.el (gdb-resync): New function.
3904 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3905 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3906 Use it to fail more gracefully.
3907 (gdb-variables): Delete variable.
3908 Re-order variables to reduce byte-compiler warnings.
3909
3910 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3911
3912 * descr-text.el (describe-char):
3913 * paren.el (show-paren-function):
3914 * subr.el (syntax-after): Undo last change.
3915
3916 * progmodes/python.el (run-python): Don't hard code *Python*.
3917 Don't modify global process-environment.
3918 (python-send-region, python-load-file): Don't assume that
3919 python-buffer == (process-buffer (python-proc)).
3920 (python-switch-to-python): Simplify.
3921
3922 * dired.el (dired-align-file): Don't assume line starts with spaces.
3923
3924 2004-11-21 Jay Belanger <belanger@truman.edu>
3925
3926 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3927 Replace variable `lines' by math-read-big-lines.
3928 (math-read-big-expr): Replace variables the-baseline, the-h2
3929 and err-msg by math-read-big-baseline, math-read-big-h2 and
3930 math-read-err-msg.
3931 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3932
3933 * calc/calc-lang.el (math-read-big-rec): Fix typo.
3934 (math-read-big-balance): Replace unbound variable by value.
3935 (math-read-big-lines): New variable.
3936 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3937 (math-read-big-error, math-read-big-balance): Replace variable
3938 `lines' by declared variable.
3939 (math-read-big-baseline, math-read-big-h2): New variables.
3940 (math-read-big-rec): Replace variables the-baseline and the-h2
3941 by declared variables.
3942 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3943 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3944 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3945 declared variables.
3946 (math-read-big-err-msg): New variable.
3947 (math-read-big-error): Replace variable err-msg by declared variable.
3948
3949 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3950
3951 * ses.el: Add coding cookie.
3952 Fix up docstrings, follow new commenting conventions.
3953 (ses-header-line-menu): Fix missing variable rename for header-row.
3954 (ses-cell-size): Remove.
3955 (ses-make-cell): New function.
3956 (ses-cell, ses-insert-row, ses-insert-column): Use it.
3957 (ses-calculate-cell): Remove unused var `symbol'.
3958 (ses-narrowed-p): New function.
3959 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3960 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3961 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3962 (ses-setup): Use restore-buffer-modified-p.
3963 (ses-cleanup): Remove unused var `end'.
3964 (ses-header-string-left-offset): Remove.
3965 (ses-create-header-string): Adjust to new behavior of `align-to'.
3966 Truncate excessively large fields to preserve alignment.
3967 (ses-reconstruct-all): Remove unused var `refs'.
3968 (ses-read-cell-printer): Remove unused var `prompt'.
3969 (ses-delete-row): Remove unused var `pos'.
3970 (ses-delete-column): Remove unused var `new'.
3971
3972 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3973
3974 * ps-print.el: Insert :version tag into all defgroup and defcustom.
3975 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3976 Eliminate eval-and-compile usage.
3977 (ps-insert-file): Use insert-file-contents instead of insert-file.
3978 (ps-setup): Code fix.
3979
3980 * printing.el (pr-setup, lpr-setup): Code fix.
3981
3982 2004-11-21 Jay Belanger <belanger@truman.edu>
3983
3984 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3985 (calc-original-buffer): Declare them.
3986 (calc-user-formula-alist): New variable.
3987 (calc-user-define-formula, calc-fix-user-formula)
3988 (calc-user-define-composition, calc-finish-formula-edit):
3989 Replace variable `alist' by declared variable.
3990 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3991 (var-q7, var-q7, var-q8, var-q9): Declare them.
3992 (calc-kbd-push): Don't check to see if var-q0 through var-q9
3993 are bound.
3994 (calcFunc-typeof): Replace undeclared variable by expression.
3995 (math-exp-env): New variable.
3996 (math-define-body, math-define-exp): Replace exp-env by declared var.
3997 (math-define-exp): Replace misplaced variable by expression.
3998
3999 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
4000 (calc-curve-model, calc-curve-coefnames): New variables.
4001 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
4002 varnames, model and coefnames by declared variables.
4003 (math-root-widen): New variable.
4004 (math-search-root, math-find-root): Replace variable root-widen by
4005 declared variable.
4006 (var-DUMMY): Declare it.
4007 (math-root-vars, math-min-vars): Move the declarations to earlier in
4008 the file.
4009 (math-brent-min): Make d a local variable.
4010 (math-find-minimum): Replace non-existent variable.
4011 (math-ninteg-romberg): Remove unnecessary variable.
4012 (math-ninteg-temp): New variable.
4013 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
4014 integ-temp by declared variable.
4015 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
4016 New variables.
4017 (math-general-fit): Replace variables first-var, first-coef and
4018 new-coefs by declared variables.
4019 (calcFunc-fitvar): Replace variable first-var by declared variable.
4020 (calcFunc-fitparam): Replace variable first-coef by declared variable.
4021 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
4022 (math-all-vars-vars, math-all-vars-found): New variables.
4023 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
4024 found by declared variable math-all-vars-vars.
4025
4026 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
4027
4028 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
4029 of `defconst'.
4030
4031 2004-11-20 Richard M. Stallman <rms@gnu.org>
4032
4033 * isearch.el (isearch-mode-map): Don't bind SPC.
4034 (isearch-whitespace-chars): Function deleted.
4035 (isearch-search): Bind search-spaces-regexp.
4036 (isearch-lazy-highlight-search): Likewise.
4037 (search-whitespace-regexp): Doc fix.
4038 (isearch-forward-regexp): Doc fix.
4039
4040 * emacs-lisp/bytecomp.el (byte-compile-form):
4041 Move the calls to byte-compile-set-symbol-position,
4042 to avoid having two for the same symbol occurrence.
4043
4044 * comint.el (comint-input-ring-size): Increase to 150.
4045
4046 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
4047 New variables.
4048 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
4049 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
4050
4051 * imenu.el (imenu--generic-function):
4052 Ensure we keep moving backward even if BEG isn't further back.
4053
4054 * replace.el (query-replace-read-to, query-replace-read-from):
4055 Specify t for KEEP-ALL in read-from-minibuffer.
4056
4057 * progmodes/python.el (python-switch-to-python):
4058 If Python isn't running, start it.
4059 Don't alter debug-ignored-errors.
4060
4061 * progmodes/cperl-mode.el (cperl-indent-region):
4062 Don't mind imenu-scanning-message.
4063
4064 * bindings.el (global-map): Bind C-e to move-end-of-line.
4065
4066 * simple.el (line-move-finish): New arg FORWARD.
4067 Ignore invisible newlines, not intangible ones.
4068 Conditions for acceptable stopping positions depend on FORWARD.
4069 (line-move): Pass FORWARD arg to line-move-finish.
4070
4071 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
4072 of HEADER. Compensate for this change in the code to add display
4073 properties. Don't make the first line intangible.
4074
4075 * info.el (Info-search): Fix previous change.
4076
4077 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
4078
4079 * Makefile.in (recompile): Revert 2004-11-19 change.
4080 (compile): Likewise.
4081
4082 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
4083
4084 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
4085
4086 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4087
4088 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
4089 defgroup and defcustom. Eliminate eval-and-compile usage.
4090
4091 * progmodes/ebnf-otz.el: Fix typos.
4092
4093 2004-11-19 Jay Belanger <belanger@truman.edu>
4094
4095 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
4096 (calc-edit-finish, calc-finish-stack-edit): Replace variable
4097 disp-trail by declared variable.
4098
4099 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
4100 (calc-finish-selection-edit): Replace variable disp-trail by
4101 declared variable.
4102 (calc-selection-cache-entry): Move declaration to earlier in the file.
4103 (calc-selection-cache-num, calc-selection-cache-comp)
4104 (calc-selection-cache-offset, calc-selection-true-num)
4105 (calc-final-point-line, calc-final-point-column)
4106 (calc-original-buffer): Declare them.
4107 (calc-fnp-op, calc-fnp-num): New variables.
4108 (calc-find-nth-part, calc-find-nth-part-rec)
4109 (calc-select-previous): Replace op and num by declared variables.
4110 (calc-rsf-old, calc-rsf-new): New variables.
4111 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
4112 Replace variables old and new by declared variables.
4113 (calc-sel-reselect): New variable.
4114 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
4115 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
4116 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
4117 reselect with declared variable.
4118
4119 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
4120 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
4121 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
4122 (math-import-list, math-rewrite-phase): Declare them.
4123 (math-rewrite): Use let* to declare variables.
4124 (calc-rewrite-selection): Make rules a local variable.
4125 (calc-rewr-sel): New variable.
4126 (calc-rewrite-selection, calc-locate-selection-marker)
4127 (calc-rewrite): Use the declared variable calc-rewr-sel instead
4128 of sel.
4129 (math-rewrite-whole-expr): New variable.
4130 (math-rewrite, math-rewrite-phase): Replace variable expr by
4131 declared variable.
4132 (math-rewrite-heads-heads, math-rewrite-heads-skips)
4133 (math-rewrite-heads-blanks ): New variables.
4134 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
4135 heads, skips and blanks by declared variables.
4136 (math-rwcomp-subst-old, math-rwcomp-subst-new)
4137 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
4138 New variables.
4139 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
4140 old, new, old-func and new-func by declared variables.
4141 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4142 Remove unnecessary variable.
4143 (math-apply-rw-regs): New variable.
4144 (math-apply-rewrites, math-rwapply-replace-regs)
4145 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
4146 (math-apply-rw-ruleset): New variable.
4147 (math-apply-rewrites, math-rwapply-remember): Replace variable
4148 ruleset by declared variable.
4149
4150 2004-11-19 Richard M. Stallman <rms@gnu.org>
4151
4152 * info.el (Info-search): Use search-whitespace-regexp.
4153
4154 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4155
4156 * vc-rcs.el (vc-rcs-parse): New function.
4157 (vc-rcs-annotate-command): Likewise.
4158 (vc-rcs-annotate-current-time): Likewise.
4159 (vc-rcs-annotate-time): Likewise.
4160 (vc-rcs-annotate-extract-revision-at-line): Likewise.
4161
4162 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4163
4164 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4165
4166 2004-11-18 Jay Belanger <belanger@truman.edu>
4167
4168 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
4169
4170 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4171
4172 * printing.el: Eliminate use of interactive-p and eval-and-compile.
4173 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4174 Use make-temp-file to generate PostScript files in any situation.
4175 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
4176 (pr-interactive-p): Eliminate var.
4177 (pr-save-interactive): Eliminate macro.
4178 (pr-interface, pr-ps-directory-preview)
4179 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4180 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4181 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4182 (pr-ps-buffer-ps-print, pr-ps-region-preview)
4183 (pr-ps-region-using-ghostscript, pr-ps-region-print)
4184 (pr-ps-region-ps-print, pr-ps-mode-preview)
4185 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4186 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4187 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4188 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4189 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4190 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4191 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4192 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4193 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4194 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4195 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4196 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4197 Eliminate pr-save-interactive usage.
4198 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4199 Eliminate pr-interactive-p usage.
4200 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4201 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4202 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4203 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4204 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4205 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
4206 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4207 New funs.
4208 (pr-ps-file): Use make-temp-file to generate a temporary file.
4209
4210 2004-11-17 Jay Belanger <belanger@truman.edu>
4211
4212 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4213 a local variable.
4214 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
4215 (math-top-only): New variable.
4216 (math-simplify, math-simplify-step): Replace variable top-only by
4217 declared variable math-top-only.
4218 (math-simplify-expr): Declare it.
4219 Replace argument expr in all calls of math-defsimplify by
4220 math-simplify-expr.
4221 (math-simplify-plus, math-simplify-times, math-simplify-divide)
4222 (math-simplify-divisor, math-simplify-one-divisor)
4223 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
4224 (math-simplify-pow): Replace variable expr by declared variable
4225 math-simplify-expr.
4226 (math-simplify-divisor): Remove local variables temp and op.
4227 (math-simplify-one-divisor): Make temp and op local variables.
4228 (math-simplify-divisor-nover, math-simplify-divisor-dover):
4229 New variables.
4230 (math-simplify-divisor, math-simplify-one-divisor):
4231 Replace variables nover and dover by declared variables.
4232 (math-expr-subst-new, math-expr-subst-old): New variables.
4233 (math-expr-subst, math-expr-subst-rec): Replace variables new
4234 and old by declared variables.
4235 (math-is-poly-degree, math-is-poly-loose): New variables.
4236 (math-is-polynomial, math-is-poly-rec): Replace variables degree
4237 and loose by declared variables.
4238 (math-poly-base-const-ok, math-poly-base-pred): New variables.
4239 (math-polynomial-base, math-polynomial-base-rec):
4240 Replace variables const-ok and mpb-pred by declared variables.
4241
4242 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
4243
4244 * calc/calc-ext.el (math-defsimplify): Change the argument in
4245 the created function to math-simplify-expr.
4246
4247 * calc/calc-units.el (math-simplify-expr): Declare it.
4248 Replace argument expr in all calls of math-defsimplify by
4249 math-simplify-expr.
4250 (math-simplify-units-prod): Replace variable expr by declared
4251 variable math-simplify-expr.
4252
4253 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4254
4255 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4256 Replace mapcar->dolist, format->string.
4257
4258 2004-11-17 Miles Bader <miles@gnu.org>
4259
4260 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4261 * progmodes/idlwave.el: Remove RCS keywords.
4262
4263 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
4264
4265 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4266 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
4267 Update to IDLWAVE version 5.5. Too many changes to list them here.
4268 * progmodes/idlw-help.el: New file.
4269
4270 2004-11-16 Richard M. Stallman <rms@gnu.org>
4271
4272 * international/iso-cvt.el (iso-tex2iso-trans-tab):
4273 Discard spaces after \i according to TeX rules.
4274
4275 * international/mule.el (set-buffer-file-coding-system):
4276 New arg NOMODIFY.
4277 (after-insert-file-set-coding): Pass that new arg.
4278 Prevent set-buffer-multibyte from trying to lock the file.
4279
4280 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4281
4282 * saveplace.el (save-place): Doc fix.
4283
4284 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4285 temporarily widen before finding the following word to copy.
4286
4287 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4288 (cl-map-keymap): Definition deleted.
4289
4290 * subr.el (map-keymap-internal): New function.
4291
4292 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4293
4294 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4295 when pressing rather than when releasing mouse-2. Simplify.
4296
4297 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4298
4299 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4300 (compilation-mode): Set it here instead.
4301
4302 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4303
4304 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4305 (loop, cl-parse-loop-clause, defsetf): Use backquote.
4306
4307 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4308
4309 * progmodes/compile.el (compilation-internal-error-properties):
4310 Fix up a transposition-typo. Check end-col before using it.
4311
4312 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
4313
4314 * international/iso-cvt.el (iso-tex2iso-trans-tab):
4315 Discard whitespace after macro \i when converting it.
4316
4317 2004-11-16 Juri Linkov <juri@jurta.org>
4318
4319 * emacs-lisp/find-func.el (find-function-regexp):
4320 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
4321 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
4322 Remove invalid `\W' from [^cgv\W]. Doc fix.
4323 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4324
4325 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
4326
4327 * play/life.el: Maintainer is now FSF.
4328 (life-patterns, life-neighbor-deltas, life-window-start)
4329 (life-current-generation, life-generation-string): Use defvar
4330 instead of defconst.
4331
4332 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4333
4334 * progmodes/compile.el (compilation-move-to-column): New fun.
4335 (compilation-internal-error-properties)
4336 (compilation-next-error-function): Use it to make sure we don't go past
4337 the end of line.
4338
4339 2004-11-15 John Paul Wallington <jpw@gnu.org>
4340
4341 * autoinsert.el (auto-insert-alist): Insert the user's name in
4342 copyright notice, rather than Free Software Foundation, for the
4343 Emacs Lisp header case too.
4344
4345 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4346
4347 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4348 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4349 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
4350 return the list of string in a string.
4351 (pr-call-process): Message if calling process returns an error, that
4352 is, the exit status is different of zero.
4353
4354 2004-11-15 Jay Belanger <belanger@truman.edu>
4355
4356 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
4357 variable var-thing.
4358 (math-integ-depth, math-integ-level, math-integral-limit)
4359 (math-enable-subst, math-any-substs, math-integ-msg)
4360 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4361 (math-int-threshold, math-int-factors, math-double-roots)
4362 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4363 (var-GenCount): Declare these variables.
4364 (calcFunc-integ): Don't check if var-IntegLimit is bound.
4365 (math-integral-cache, math-integral-cache-state):
4366 Move declarations to earlier in the file.
4367 (math-deriv-var, math-deriv-total, math-deriv-symb)
4368 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4369 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4370 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4371 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4372 (math-solve-res): New variables
4373 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4374 (math-integral, math-replace-integral-parts)
4375 (math-integrate-by-parts, calc-dump-integral-cache)
4376 (math-try-integral, math-do-integral, math-do-integral)
4377 (math-do-integral-methods, math-try-solve-for)
4378 (math-try-solve-prod, math-solve-poly-funny-powers)
4379 (math-solve-crunch-poly, math-decompose-poly)
4380 (math-solve-find-root-term, math-find-root-in-prod)
4381 (math-integ-try-linear-substitutions)
4382 (math-integ-try-substitutions, math-expr-rational-in)
4383 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4384 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4385 (math-solve-for, math-solve-system, math-solve-system-rec)
4386 (math-solve-get-sign, math-solve-get-int)
4387 (math-solve-system-subst): Replace undeclared variables with newly
4388 declared variables.
4389
4390 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * winner.el (winner-active-region, winner-edges, winner-window-list):
4393 Define at toplevel.
4394 (winner-mode-map): Move init inside declaration.
4395
4396 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
4397
4398 * files.el (convert-standard-filename): Doc fix.
4399
4400 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
4401
4402 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4403 passwd, group, shadow, default/* and pam.d/*.
4404
4405 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4406
4407 * printing.el (pr-menu-spec): Adjust menu specification.
4408
4409 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4410
4411 * printing.el: Doc fix. Insert :version tag into all defcustom.
4412 Handle interactive-p as is recommended in Emacs Lisp Reference.
4413 Set the file permission bits for newly created files.
4414 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4415 The printing menu specification (in `pr-menu-spec') was merged.
4416 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4417 (pr-version): New version number (6.8.3).
4418 (pr-file-modes): New option.
4419 (pr-interactive-p): New var.
4420 (pr-save-interactive, pr-save-file-modes): New macros.
4421 (pr-setup): Code fix.
4422 (pr-menu-spec): Menu specification merged.
4423 (pr-call-process, pr-text2ps): Set file permission bits.
4424 (pr-despool-print): Set file permission bits. Handle interactive-p as
4425 is recommended.
4426 (pr-interface, pr-ps-directory-preview)
4427 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4428 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4429 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4430 (pr-ps-buffer-ps-print, pr-ps-region-preview)
4431 (pr-ps-region-using-ghostscript, pr-ps-region-print)
4432 (pr-ps-region-ps-print, pr-ps-mode-preview)
4433 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4434 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4435 (pr-despool-using-ghostscript, pr-despool-ps-print)
4436 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4437 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4438 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4439 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4440 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4441 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4442 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4443 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4444 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4445 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4446 Handle interactive-p as is recommended.
4447
4448 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4449
4450 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4451 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4452
4453 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4454 so it doesn't forget to highlight the beginning of the region either.
4455
4456 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
4457
4458 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4459 (c-font-lock-init): Eliminate obsolete make-local-hook.
4460 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4461 (awk-mode): Use run-mode-hooks.
4462
4463 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4464
4465 2004-11-13 Kim F. Storm <storm@cua.dk>
4466
4467 * mouse.el (mouse-drag-copy-region): Add :version.
4468 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4469 while dragging mode line, so mode line can be dragged downwards.
4470 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4471 while pressing mouse button so window doesn't scroll until we
4472 release the mouse if clicking on partially visible line.
4473
4474 2004-11-12 Jay Belanger <belanger@truman.edu>
4475
4476 * calc/calc-graph.el (calc-dumb-map): Declare it.
4477 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
4478 than unbound.
4479 (calc-graph-name): Made `end' a local variable.
4480 (calc-graph-lookup): Made `varname' a local variable.
4481 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4482 Declare them.
4483 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
4484 (calc-graph-plot, calc-graph-compute-3d): Remove references to
4485 the unused variable y3vec.
4486 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
4487 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
4488 calc-graph-prev-kill-hook.
4489 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4490 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4491 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4492 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4493 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4494 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4495 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4496 (calc-graph-y3value, calc-graph-y3name)
4497 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4498 (calc-graph-stepcount, calc-graph-is-splot)
4499 (calc-graph-surprise-splot, calc-graph-blank)
4500 (calc-graph-non-blank, calc-graph-curve-num): New variables.
4501 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4502 (calc-graph-recompute-2d, calc-graph-compute-3d)
4503 (calc-graph-format-data): Replace undeclared variables with the
4504 above newly declared variables.
4505
4506 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
4507
4508 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4509 `rsf-beep' and `rsf-sleep-after-message'.
4510
4511 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4512 list if `message-sender' is non-nil.
4513
4514 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4515
4516 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4517 consing by using mapc instead of mapcar.
4518
4519 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
4520
4521 * tooltip.el (require): Explain why CL is needed.
4522
4523 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4524
4525 * printing.el: Insert :version into defgroup (printing). All reference
4526 to Files option in menubar were changed to File.
4527 (pr-version): New version number (6.8.2).
4528 (pr-get-symbol): Call easy-menu-intern.
4529 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
4530 compilation gripes.
4531
4532 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4533
4534 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4535 new byte-compile-function-environment binding to t.
4536
4537 * font-lock.el (font-lock-fontify-syntactically-region):
4538 Don't forget to highlight the last char when we hit `end'.
4539
4540 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4541 (mwheel-scroll): Adjust accordingly.
4542
4543 * cvs-status.el: Reduce spurious warnings.
4544 (cvs-status-checkout): Remove.
4545 (cvs-status-mode-map): Use cvs-mode-checkout instead.
4546
4547 * pcvs.el (cvs-mode-checkout): New command.
4548
4549 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4550
4551 * tooltip.el: Require CL.
4552
4553 * emacs-lisp/bytecomp.el: Use push.
4554 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4555 (defalias): Remove the `byte-compile' property and add
4556 a `byte-hunk-handler'.
4557
4558 2004-11-11 Juri Linkov <juri@jurta.org>
4559
4560 * info.el (Info-search): Save match data for isearch.
4561 Skip Tag Table node.
4562
4563 * descr-text.el (describe-char): Replace syntax-after with code
4564 from its previous version.
4565
4566 * files.el (magic-mode-alist): Use optimization for SGML mode too.
4567 (set-auto-mode): Doc fix. Remove unused variable `xml'.
4568
4569 * international/mule.el (sgml-html-meta-auto-coding-function):
4570 Remove > after <html to allow HTML attributes.
4571
4572 2004-11-11 Jay Belanger <belanger@truman.edu>
4573
4574 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
4575 a variable.
4576 (calcFunc-dfac): Replace unbound max by n.
4577 (math-stirling-local-cache): New variable.
4578 (math-stirling-number, math-stirling-1, math-stirling-2):
4579 Replace the variable `cache' by the declared variable
4580 math-stirling-local-cache.
4581 (var-RandSeed): Declare it as a variable.
4582 (math-init-random-base, math-random-digit): Don't check to see if
4583 var-RandSeed is bound.
4584 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4585 Declare them instead of just setting them.
4586 (math-init-random-base): Made i a local variable.
4587 (math-random-digit): Made math-random-last a local variable.
4588 (math-prime-test-cache): Move declaration to before it is used.
4589 (math-prime-test-cache-k, math-prime-test-cache-q)
4590 (math-prime-test-cache-nm1, math-prime-factors-finished):
4591 Declare them as variables.
4592
4593 2004-11-11 Jay Belanger <belanger@truman.edu>
4594
4595 * calc/calc-ext.el (math-defcache): Use defvar for the new
4596 variables it creates.
4597
4598 2004-11-11 Lars Hansen <larsh@math.ku.dk>
4599
4600 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4601 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4602 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4603 (desktop-save): Add :version.
4604
4605 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4606
4607 * printing.el (pr-get-symbol): Don't downcase.
4608
4609 2004-11-10 Jay Belanger <belanger@truman.edu>
4610
4611 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
4612 string to kill-ring.
4613
4614 * calc/calc-aent.el (calc-alg-exp, math-toks)
4615 (math-exp-pos,math-exp-old-pos, math-exp-token)
4616 (math-exp-keep-spaces, math-exp-str): New variables.
4617 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4618 (calcAlg-enter): Use declared variable calc-alg-exp.
4619 (math-build-parse-table, math-find-user-token): Use declared
4620 variable math-toks.
4621 (math-read-exprs, math-read-token, calc-check-user-syntax)
4622 (calc-match-user-syntax, match-factor-after, math-read-factor):
4623 Use declared variables math-exp-pos math-exp-old-pos.
4624 (math-read-exprs, math-read-token, math-read-expr-level)
4625 (calc-check-user-syntax, calc-match-user-syntax)
4626 (match-factor-after, math-read-factor): Use declared variable
4627 math-exp-token.
4628 (math-read-exprs, math-read-expr-list, math-read-token)
4629 (math-read-factor): Use declared variable math-exp-keep-spaces.
4630 (math-read-exprs, math-read-token): Use declared variable
4631 math-exp-str.
4632 (calc-match-user-syntax): Make m a local variable.
4633
4634 * calc/calc-ext.el (math-read-expr): Use declared variables
4635 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4636 math-exp-keep-spaces.
4637
4638 * calc/calc-forms.el (math-read-angle-bracket): Use declared
4639 variables math-exp-pos, math-exp-str.
4640
4641 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
4642 math-exp-old-pos.
4643 (math-parse-fortran-vector, math-parse-fortran-vector-end)
4644 (math-parse-eqn-prime): Use declared variable math-exp-token.
4645
4646 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4647 Use declared variable math-exp-pos.
4648 (math-check-for-commas): Use declared variable math-exp-str.
4649 (math-read-brackets): Use declared variables math-exp-old-pos,
4650 math-exp-keep-spaces.
4651 (math-read-brackets, math-read-vector, math-read-matrix):
4652 Use declared variable math-exp-token.
4653
4654 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4655
4656 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4657 where the keymap is a symbol.
4658 (easy-menu-add-item): Use keymap-prompt. Simplify.
4659
4660 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4661
4662 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4663 (sgml-parse-tag-backward): Use it to skip spurious < or >.
4664
4665 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
4666
4667 * ebuff-menu.el: Doc fixes throughout.
4668 (electric-buffer-menu-mode-hook): New defvar.
4669
4670 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
4671
4672 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4673 compilation. The resulting compiler warnings appear to be harmless.
4674
4675 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
4676
4677 * textmodes/conf-mode.el: New file.
4678
4679 * files.el (auto-mode-alist, magic-mode-alist): Use it.
4680
4681 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4682
4683 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4684
4685 2004-11-09 Jay Belanger <belanger@truman.edu>
4686
4687 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4688
4689 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4690 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
4691 (calc-z-prefix-help, calc-user-function-list): Use declared
4692 variables calc-z-prefix-buf, calc-z-prefix-msgs.
4693 (math-map-tree, math-map-tree-rec): Use declared variables
4694 math-mt-many, math-mt-func.
4695 (math-read-expression, math-read-string): Use declared variable
4696 math-expr-data.
4697
4698 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
4699 variable math-normalize-a.
4700
4701 * calc/calc.el (math-normalize-a): New variable.
4702 (math-normalize): Use declared variable math-normalize-a.
4703
4704 * calc/calc-poly.el (math-expand-form): Use declared variable
4705 math-mt-many.
4706
4707 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4708 Use declared variable math-mt-many.
4709 (math-rewrite): Use declared variable math-mt-func.
4710
4711 * calc/calc-vec.el (math-read-brackets, math-read-vector)
4712 (math-read-matrix): Use declared variable math-expr-data.
4713
4714 * calc/calc-lang.el (math-parse-fortran-vector)
4715 (math-parse-fortran-vector-end, math-parse-tex-sum)
4716 (math-parse-eqn-matrix, math-parse-eqn-prime)
4717 (math-read-math-subscr): Use declared variable math-expr-data.
4718
4719 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4720 (math-read-expr-level, math-read-token, calc-check-user-syntax)
4721 (calc-match-user-syntax, math-read-if, math-factor-after)
4722 (math-read-factor): Use declared variable math-expr-data.
4723
4724 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4725
4726 * calendar/diary-lib.el (diary-from-outlook)
4727 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4728 interactive-p; but rather new optional argument NOCONFIRM.
4729
4730 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4731
4732 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4733 (easy-menu-name-match): Revert correspondingly.
4734
4735 2004-11-09 Richard M. Stallman <rms@gnu.org>
4736
4737 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4738 Turn off warnings for the new function even if definition not constant.
4739 If the definition isn't a quoted symbol, record (FUNCTION . t).
4740 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4741 (byte-compile-callargs-warn): Handle (FUNCTION . t).
4742 (display-call-tree, byte-compile-arglist-warn):
4743 Handle t returned by byte-compile-fdefinition.
4744
4745 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4746
4747 * Makefile.in (maintainer-clean): Depend on distclean.
4748
4749 * help-fns.el (help-C-file-name): File name must be in build-files
4750 to be returned.
4751
4752 2004-11-09 Jay Belanger <belanger@truman.edu>
4753
4754 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4755 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
4756
4757 * calc/calc.el (calc, calc-trail-display, calc-mode):
4758 Remove obsolete sections.
4759
4760 * calc/calc.el (calc-x-paste-text): Remove.
4761
4762 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
4763 mouse-2.
4764
4765 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
4766
4767 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4768 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4769 current frame (in case of recursive calls).
4770 (gdb-show-changed-values): Add :version keyword.
4771
4772 2004-11-09 Kenichi Handa <handa@m17n.org>
4773
4774 * international/mule-cmds.el: Change coding: tag back to
4775 iso-2022-7bit.
4776
4777 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4778
4779 * international/mule-cmds.el: Change coding-system to utf-8.
4780 (select-safe-coding-system-interactively):
4781 New function extracted from select-safe-coding-system.
4782 (select-safe-coding-system): Use it.
4783
4784 2004-11-08 Richard M. Stallman <rms@gnu.org>
4785
4786 * subr.el (syntax-after): Doc fix.
4787
4788 * paren.el (show-paren-function): Change calls to syntax-after
4789 for new way of returning the value.
4790
4791 * menu-bar.el (menu-bar-file-menu): Make this the real name
4792 and menu-bar-files-menu the alias. Use the former.
4793 (global-map): Use `file', not `files', as the symbol.
4794
4795 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4796
4797 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4798 Don't use beginning-of-buffer.
4799 (filesets-cmd-show-result): Use with-no-warnings.
4800
4801 2004-11-08 Juri Linkov <juri@jurta.org>
4802
4803 * progmodes/compile.el (compile): Don't overwrite last command in
4804 minibuffer history with default command if they are not equal.
4805
4806 2004-11-08 Jay Belanger <belanger@truman.edu>
4807
4808 * calc/calcalg2.el (math-do-integral-methods): Try linear then
4809 non-linear substitutions.
4810
4811 2004-11-08 Jay Belanger <belanger@truman.edu>
4812
4813 * calc/calcalg2.el (math-linear-subst-tried): New variable.
4814 (math-do-integral): Set `math-linear-subst-tried' to nil.
4815 (math-do-integral-methods): Use `math-linear-subst-tried' to
4816 determine what type of substitution to try.
4817 (math-integ-try-linear-substituion):
4818 Set `math-linear-subst-tried' to t.
4819
4820 2004-11-08 Kim F. Storm <storm@cua.dk>
4821
4822 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4823
4824 2004-11-07 Juri Linkov <juri@jurta.org>
4825
4826 * info-look.el (info-lookup): Allow reusing in the current buffer
4827 not only *info* buffer, but all (even renamed) Info buffers
4828 by checking for major-mode instead of *info* buffer name.
4829 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4830 (octave-mode, maxima-mode) <doc-spec>:
4831 Allow long dashes generated by Texinfo 4.7 before definitions.
4832 (texinfo-mode) <doc-spec>: Add space to suffix to find command
4833 definitions with argument separated by space.
4834
4835 2004-11-06 Richard M. Stallman <rms@gnu.org>
4836
4837 * simple.el (next-error group, face): Move before first use.
4838 (next-error-highlight, next-error-highlight-no-select): Likewise.
4839
4840 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4841 (line-move): New args NOERROR and TO-END.
4842 Return t if if succeed in moving specified number of lines.
4843 (move-end-of-line): New function.
4844
4845 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4846 (end-of-buffer-other-window): Likewise.
4847
4848 * simple.el (line-move-ignore-invisible): Default to t.
4849
4850 * subr.el (syntax-after): Return the syntax letter, not the raw code.
4851
4852 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4853
4854 * international/iso-cvt.el (iso-cvt-define-menu):
4855 Rename menu-bar-files-menu to menu-bar-file-menu.
4856
4857 * net/browse-url.el (browse-url-gnome-moz-program)
4858 (browse-url-gnome-moz-arguments): Move up before first use.
4859
4860 * net/tramp.el (tramp group): Add :version.
4861
4862 * progmodes/ada-xref.el (ada-gdb-application):
4863 Use goto-char instead of beginning-of-buffer.
4864
4865 * progmodes/cperl-mode.el (cperl-info-on-command):
4866 Use goto-char instead of beginning-of-buffer.
4867
4868 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4869 Move up before first use.
4870 (idlwave-shell-temp-pro-file): Likewise.
4871 (idlwave-shell-temp-rinfo-save-file): Likewise.
4872 (idlwave-shell-temp-file): Minor doc fix.
4873
4874 * textmodes/flyspell.el (flyspell-external-point-words):
4875 Use goto-char instead of beginning-of-buffer.
4876
4877 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
4878
4879 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4880 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
4881 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4882
4883 2004-11-06 David Ponce <david@dponce.com>
4884
4885 * recentf.el (recentf-menu-path): Use menu item name.
4886
4887 2004-11-06 Eli Zaretskii <eliz@gnu.org>
4888
4889 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4890 display doesn't support images.
4891
4892 2004-11-06 Andreas Schwab <schwab@suse.de>
4893
4894 * tempo.el (tempo-match-finder): Doc fix.
4895
4896 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4897
4898 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4899
4900 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4901 (easy-menu-lookup-name): New fun to replace it.
4902 (easy-menu-get-map): Use it to obey menu item names (rather than just
4903 keys) when looking up `path'.
4904 (easy-menu-always-true-p): Rename from easy-menu-always-true.
4905 (easy-menu-convert-item-1): Adjust to new name.
4906
4907 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
4908
4909 * outline.el (hide-body): Don't hide lines at the top of the file
4910 that precede the first header line.
4911
4912 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
4913
4914 * align.el (align-areas): Delete whitespace before reindenting, so
4915 that tabs are never placed after spaces.
4916
4917 2004-11-06 Alan Shutko <ats@acm.org>
4918
4919 * macros.el (insert-kbd-macro): Do completions based on macros,
4920 rather than all commands.
4921
4922 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
4923
4924 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4925 to solve a bug whereby tags with 'b' don't match.
4926
4927 2004-11-05 Juri Linkov <juri@jurta.org>
4928
4929 * info.el (Info-search): Don't search in node header lines
4930 and file headers.
4931
4932 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4933 symbol-constituent characters after dot, not only digits.
4934
4935 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
4936
4937 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4938
4939 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4940
4941 * dired.el (dired-read-dir-and-switches): Call read-directory-name
4942 if a dialog will be used, read-file-name otherwise.
4943
4944 2004-11-04 Richard M. Stallman <rms@gnu.org>
4945
4946 * textmodes/table.el (table group): Add :version.
4947
4948 * textmodes/ispell.el (ispell-word):
4949 Don't alter args; set them only thru `interactive' spec.
4950
4951 * textmodes/flyspell.el (flyspell-word):
4952 Don't alter FOLLOWING; set it only thru `interactive' spec.
4953
4954 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4955
4956 * net/browse-url.el (browse-url-maybe-new-window):
4957 Use called-interactively-p.
4958
4959 * mail/supercite.el (sc-cite-region):
4960 Don't use interactive-p. Add arg INTERACTIVE.
4961 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
4962
4963 * international/mule-cmds.el (set-input-method, toggle-input-method):
4964 Don't use interactive-p. Add arg INTERACTIVE.
4965
4966 * eshell/esh-mode.el (eshell-show-maximum-output):
4967 Don't use interactive-p.
4968 (eshell-truncate-buffer): Just message, no error, if buffer is short.
4969
4970 * mouse.el (mouse-show-mark): Get positions to delete from mark
4971 and point, not from mouse-drag-overlay.
4972
4973 * imenu.el (imenu-eager-completion-buffer): Add :version.
4974
4975 * filesets.el (filesets group): Add :version.
4976
4977 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
4978
4979 * files.el (xml-based-modes): Delete var.
4980 (magic-mode-alist): New more general var.
4981 (set-auto-mode): Use it.
4982
4983 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4984 when clicking from another window.
4985
4986 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
4987
4988 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4989 (vc-cvs-annotate-time): Incorporate value of deleted var.
4990 Remove special-case handling of beginning-of-buffer cruft.
4991 Cache ending position (point) and return value in text property
4992 `vc-cvs-annotate-time', and consult it on subsequent invocations.
4993
4994 * vc-cvs.el (vc-cvs-annotate-command):
4995 Delete extraneous lines from beginning of buffer.
4996 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4997
4998 * progmodes/grep.el (grep-default-command): Take empty string
4999 for tag if all other methods yield nil. Shell-quote the tag.
5000
5001 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
5002 spec in `interactive' form, and mention it in the docstring.
5003 Also, make sure point is at bol after calling `annotate-time'.
5004
5005 2004-11-02 Richard M. Stallman <rms@gnu.org>
5006
5007 * cus-edit.el (customize-group-other-window):
5008 Select the window that displays the custom buffer.
5009 (custom-buffer-create-other-window): Likewise.
5010
5011 * comint.el (comint-insert-input): Fix previous change.
5012
5013 * emacs-lisp/elp.el (elp-instrument-function):
5014 Use called-interactively-p.
5015
5016 * emacs-lisp/easymenu.el (easy-menu-intern):
5017 Don't downcase; rather, case-flip the first letter of each word.
5018
5019 * emacs-lisp/easy-mmode.el (define-minor-mode):
5020 Use called-interactively-p.
5021
5022 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
5023 Add interactive-only.
5024 (byte-compile-warnings): Add interactive-only as option.
5025 (byte-compile-interactive-only-functions): New variable.
5026 (byte-compile-form): Warn about calls to functions
5027 in byte-compile-interactive-only-functions.
5028
5029 * emacs-lisp/autoload.el (update-file-autoloads):
5030 Don't use interactive-p; take new arg SAVE-AFTER.
5031
5032 * emacs-lisp/advice.el (ad-make-advised-definition):
5033 Use called-interactively-p.
5034
5035 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5036
5037 * files.el (find-file-existing): New function.
5038
5039 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
5040 find-file-existing. Add "New File..." that calls find-file.
5041
5042 * diropen.pbm, diropen.xpm: New files.
5043
5044 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
5045 icon diropen. New tool bar item find-file-existing uses icon open.
5046
5047 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
5048 instead of read-file-name.
5049
5050 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
5051
5052 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
5053 (icalendar--split-value): Change name of work buffer.
5054 (icalendar--get-weekday-abbrev): Return nil on error.
5055 (icalendar--date-to-isodate): New function.
5056 (icalendar-convert-diary-to-ical)
5057 (icalendar-extract-ical-from-buffer): Use only two args for
5058 make-obsolete (XEmacs compatibility).
5059 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
5060 (icalendar-export-region): Doc fix.
5061 If error, return non-nil and write errors to a buffer.
5062 Use correct weekday for weekly recurring events.
5063 Check whether date has been parsed for ordinary events.
5064 Make weekly events start in the year 2000.
5065 DTEND is non-inclusive, shift end date by one day if
5066 necessary (not for entries that have date and time).
5067 Rename local let variables: oops -> found-error, datestring ->
5068 startdatestring.
5069
5070 2004-11-02 Kim F. Storm <storm@cua.dk>
5071
5072 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
5073 keep-mode-if-same variable. Add it as optional arg instead.
5074 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
5075
5076 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
5077 substitute-command-keys will select lower-case bindings like those
5078 used in the static help texts.
5079
5080 * descr-text.el (describe-text-properties): Don't err if called in
5081 the *Help* buffer; output to *Help-2* buffer instead.
5082
5083 * kmacro.el (group kmacro): Add :version.
5084 (kmacro-keyboard-quit): New function to cleanup on C-g.
5085 (kmacro-start-macro): Set defining-kbd-macro to append when
5086 appending to last macro.
5087
5088 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
5089
5090 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
5091
5092 * progmodes/gdb-ui.el (gdb-enable-debug-log)
5093 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
5094 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
5095 Add :version keyword.
5096
5097 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
5098
5099 * progmodes/flymake.el (flymake-err-line-patterns):
5100 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
5101 `compilation-error-regexp-alist-alist' to internal Flymake format.
5102
5103 * progmodes/flymake.el: Eliminate byte-compiler warnings.
5104
5105 2004-11-01 Jay Belanger <belanger@truman.edu>
5106
5107 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
5108 with `interactive "s"'.
5109
5110 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5111
5112 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5113 Revert change from 2004-10-16. '*' checks the current buffer, but the
5114 mouse click may be in another buffer.
5115
5116 2004-11-01 John Paul Wallington <jpw@gnu.org>
5117
5118 * files.el (large-file-warning-threshold): Add :version keyword.
5119 (kill-some-buffers): Doc fix.
5120
5121 * thumbs.el (group thumbs): Add :version keyword.
5122
5123 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
5124
5125 2004-11-01 Richard M. Stallman <rms@gnu.org>
5126
5127 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
5128
5129 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
5130
5131 * allout.el (allout group): Add :version.
5132 (allout-init): Don't use interactive-p.
5133 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
5134 (allout-forward-current-level, allout-backward-current-level):
5135 Don't use interactive-p.
5136
5137 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
5138 (bibtex-find-text): Likewise.
5139
5140 * progmodes/vhdl-mode.el (vhdl-fill-region)
5141 (vhdl-beginning-of-statement): Don't use interactive-p.
5142
5143 * progmodes/idlwave.el (idlwave-update-routine-info):
5144 Don't use interactive-p.
5145
5146 * progmodes/idlw-shell.el (idlwave-shell-send-char):
5147 Don't use interactive-p.
5148
5149 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
5150 Don't use interactive-p.
5151
5152 * progmodes/ada-xref.el (ada-make-body-gnatstub):
5153 Don't use interactive-p.
5154
5155 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5156 (fortune-in-buffer): Doc fix.
5157
5158 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5159
5160 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5161 don't select the temporary buffer.
5162 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5163 (eudc-get-phone): Likewise.
5164
5165 2004-11-01 Kim F. Storm <storm@cua.dk>
5166
5167 * man.el (Man-xref-normal-file): Fix help-echo.
5168
5169 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5170
5171 * reveal.el (reveal-last-tick): New var.
5172 (reveal-post-command): Use it to avoid closing overlays when we're
5173 appending text to them.
5174
5175 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5176
5177 * textmodes/bibtex.el: Require button.
5178 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5179 (bibtex-reference-keys): Distinguish between header keys and
5180 crossref keys.
5181 (bibtex-beginning-of-field): New function.
5182 (bibtex-url-map): Remove.
5183 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5184 (bibtex-font-lock-url-regexp): Assume that field names begin at
5185 the beginning of a line.
5186 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
5187 Remove field delimiters. Use bibtex-beginning-of-field.
5188 Bugfix, point can be inside a field with a url.
5189 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5190 New functions.
5191 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5192 (bibtex-key-in-head): Simplify.
5193 (bibtex-current-line): Use bolp.
5194 (bibtex-parse-keys): Remove unused arg `add'.
5195 Use bibtex-type-in-head and bibtex-key-in-head.
5196 (bibtex-parse-entry, bibtex-autofill-entry):
5197 Use bibtex-type-in-head and bibtex-key-in-head.
5198 (bibtex-autokey-get-field): Do not alter case of replacement text.
5199 (bibtex-autokey-get-names): Do all processing of name list.
5200 (bibtex-autokey-get-year): New function.
5201 (bibtex-autokey-get-title): Do all processing of title words.
5202 (bibtex-generate-autokey): Simplify.
5203 (bibtex-string-files-init): Use default-directory.
5204 Allow for absolute file names in bibtex-string-files.
5205 (bibtex-files, bibtex-file-path): New variables.
5206 (bibtex-files-expand): New function.
5207 (bibtex-find-entry-globally): New command.
5208 (bibtex-summary-function): New variable.
5209 (bibtex-summary): Default value of bibtex-summary-function.
5210 (bibtex-find-crossref): New optional args pnt and split.
5211 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5212 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5213 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
5214 Fix handling of required and alternative fields.
5215 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5216 Use cons and display-buffer.
5217 (bibtex-validate-globally): New command.
5218 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
5219 bibtex-parse-keys and bibtex-parse-strings for updating
5220 bibtex-reference-keys and bibtex-strings.
5221 (bibtex-realign): Remove blank lines past the last entry.
5222 (bibtex-reformat): Use bibtex-entry-format as default.
5223 (bibtex-choose-completion-string): Remove.
5224 (bibtex-complete): Do not use bibtex-choose-completion-string.
5225 (bibtex-url): Simplify.
5226
5227 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5228
5229 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5230 (x-dnd-types-alist, x-dnd-open-file-other-window)
5231 (x-dnd-known-types): Add :version.
5232
5233 2004-10-31 John Paul Wallington <jpw@gnu.org>
5234
5235 * ibuffer.el (group ibuffer): Add :version keyword.
5236
5237 2004-10-31 Kim F. Storm <storm@cua.dk>
5238
5239 * ido.el (group ido): Add :version keyword.
5240 (ido-mode): Remove :version keyword.
5241
5242 * emulation/cua-base.el (group cua): Add :version keyword.
5243 (cua-mode): Remove :version keyword.
5244
5245 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
5246
5247 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5248
5249 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5250 compiler warning.
5251 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
5252 function.
5253 (help-at-pt-display-when-idle): Remove autoload.
5254
5255 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5256
5257 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5258
5259 2004-10-30 Juri Linkov <juri@jurta.org>
5260
5261 * help.el (function-called-at-point):
5262 * help-fns.el (variable-at-point): Read -> intern.
5263
5264 2004-10-30 Simon Josefsson <jas@extundo.com>
5265
5266 * progmodes/autoconf.el (autoconf-font-lock-keywords):
5267 Recognize AS_* too.
5268
5269 2004-10-29 Simon Josefsson <jas@extundo.com>
5270
5271 * subr.el (read-passwd): Move back from password.el.
5272
5273 * password.el: Remove, not ready yet.
5274
5275 2004-10-29 Andreas Schwab <schwab@suse.de>
5276
5277 * speedbar.el (speedbar-frame-parameters): Improve customize type.
5278
5279 2004-10-29 Sam Steingold <sds@gnu.org>
5280
5281 * mouse.el (mouse-show-mark): Replace the last occurrence of
5282 x-lost-selection-hooks with x-lost-selection-functions.
5283
5284 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5285
5286 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5287 x-lost-selection-functions is bound.
5288
5289 * mouse-sel.el (mouse-sel-mode):
5290 * emacs-lisp/lselect.el: Adjust to new names for
5291 x-(lost|sent)-selection-functions.
5292
5293 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5294 New obsolete aliases of x-lost-selection-functions and
5295 x-sent-selection-functions.
5296
5297 2004-10-28 Kim F. Storm <storm@cua.dk>
5298
5299 * imenu.el (imenu-scanning-message): Remove.
5300 (imenu-progress-message): Make it a no-op.
5301
5302 2004-10-28 John Paul Wallington <jpw@gnu.org>
5303
5304 * files.el (set-auto-mode): Call `throw' correctly.
5305
5306 2004-10-28 Juri Linkov <juri@jurta.org>
5307
5308 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5309 to search `Info-...' commands in `info' manual.
5310 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5311 Add 'info-file "emacs" property.
5312 (Info-find-emacs-command-nodes): Fix index line number regexp.
5313 Set real line number (instead of fake 0) in first element of the
5314 returned list.
5315 (Info-goto-emacs-command-node): Use line number of first element
5316 to set point in the first found Info node.
5317
5318 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5319 code to `grep-mode-font-lock-keywords'.
5320 (grep-mode-font-lock-keywords): Delete grep markers instead
5321 of making them invisible.
5322
5323 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5324
5325 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5326 and x-server-version in bug report.
5327
5328 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
5329
5330 * files.el (set-auto-mode-0): New function.
5331 (set-auto-mode): Use it to handle aliased modes and to
5332 be consistent between C-x C-f and C-x C-w.
5333
5334 2004-10-28 Kenichi Handa <handa@m17n.org>
5335
5336 * international/utf-8.el (utf-translate-cjk-charsets):
5337 Add katakana-jisx0201.
5338
5339 * international/subst-jis.el: Add data for JISX0201.
5340
5341 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5342
5343 * obsolete/hilit19.el (hilit-mode): New function.
5344 Move all the toplevel side-effecting stuff into it, so that loading
5345 hilit19 doesn't mess everything up any more.
5346
5347 2004-10-27 Richard M. Stallman <rms@gnu.org>
5348
5349 * add-log.el (add-change-log-entry): Set up mailing address
5350 and full name later, and don't alter add-log-mailing-address
5351 or add-log-full-name.
5352
5353 * elide-head.el (elide-head): Change error to message.
5354 (elide-head-show): Likewise.
5355
5356 * apropos.el (apropos-macrop): Doc fix.
5357
5358 * mouse.el (mouse-show-mark): Do most processing the same
5359 regardless of transient-mark-mode.
5360
5361 * shadowfile.el (shadow-copy-files): Use interactive-p
5362 only to control whether to print a message.
5363
5364 * tar-mode.el (tar-mode): Use write-contents-functions,
5365 not write-contents-hooks.
5366
5367 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5368 directory-sep-char.
5369
5370 2004-10-27 Richard M. Stallman <rms@gnu.org>
5371
5372 * strokes.el (strokes-unload-hook): Fix previous change.
5373
5374 * type-break.el (type-break-run-at-time): Always use run-at-time;
5375 forget the alternatives.
5376 (type-break-cancel-function-timers): Always use cancel-function-timers;
5377 forget the alternatives.
5378
5379 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5380
5381 2004-10-27 Kenichi Handa <handa@m17n.org>
5382
5383 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5384
5385 * international/subst-gb2312.el: Likewise.
5386
5387 * international/subst-big5.el: Likewise.
5388
5389 * international/subst-ksc.el: Likewise.
5390
5391 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5392 New variable.
5393 (utf-translate-cjk-set-unicode-range): New function.
5394 (utf-translate-cjk-unicode-range): Make it customizable.
5395 (utf-8-post-read-conversion):
5396 Use utf-translate-cjk-unicode-range-string.
5397 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5398 Unicode ranges.
5399
5400 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
5401
5402 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5403 trivial variants to shorten the list.
5404 (xml-based-modes): New var.
5405 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5406 declaration higher priority than auto-mode-alist.
5407
5408 * find-file.el (cc-other-file-alist): Bring it in line with
5409 cc-mode's auto-mode-alist entries and use \' instead of $.
5410
5411 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5412 and add "Id" and "Name" submenus to it.
5413
5414 * imenu.el (imenu--generic-function): Skip matches in comments.
5415
5416 2004-10-26 Jay Belanger <belanger@truman.edu>
5417
5418 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5419 (full-calc-keypad, calc-trail-display): Use an extra argument
5420 instead of `interactive-p'.
5421
5422 * calc/calc-misc.el (calc-other-window): Use an extra argument
5423 instead of `interactive-p'.
5424
5425 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5426 `interactive-p'.
5427
5428 2004-10-26 Kim F. Storm <storm@cua.dk>
5429
5430 * help.el (describe-key): Describe both down-event and up-event
5431 for a mouse click.
5432
5433 2004-10-26 Richard M. Stallman <rms@gnu.org>
5434
5435 * woman.el (woman): Don't call interactive-p.
5436
5437 * pcomplete.el (pcomplete): Instead of interactive-p,
5438 use an arg set non-nil by the interactive spec.
5439
5440 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5441 use an arg set non-nil by the interactive spec.
5442
5443 * man.el (Man-cleanup-manpage): Instead of interactive-p,
5444 use an arg set non-nil by the interactive spec.
5445
5446 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
5447
5448 * progmodes/flymake.el (flymake-split-string):
5449 Use `flymake-split-string-remove-empty-edges' in any case.
5450
5451 2004-10-26 Masatake YAMATO <jet@gyve.org>
5452
5453 * progmodes/flymake.el (flymake-err-line-patterns):
5454 Use `compilation-error-regexp-alist-alist' instead of
5455 `compilation-error-regexp-alist'.
5456
5457 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5458
5459 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5460 verbatim face on the \ of \end{verbatim}.
5461
5462 2004-10-25 Jay Belanger <belanger@truman.edu>
5463
5464 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
5465 erasing minibuffer.
5466
5467 2004-10-25 Simon Josefsson <jas@extundo.com>
5468
5469 * subr.el (read-passwd): Move to net/password.el.
5470
5471 * net/password.el (read-passwd): Add. Autoload it.
5472
5473 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
5474
5475 * mouse-sel.el (mouse-sel-mode): Specify custom group.
5476
5477 * simple.el (process-file): Fix logic.
5478
5479 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5480
5481 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5482 (increase-right-margin): Remove erroneous call to `interactive-p'.
5483
5484 2004-10-24 Kim F. Storm <storm@cua.dk>
5485
5486 * help.el (describe-mode): Fix 2004-10-13 change.
5487 Copy pure "Auto Fill" string so it can be propertized later
5488 without causing a read-only error.
5489
5490 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5491
5492 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5493 style indexes.
5494
5495 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5496
5497 * simple.el (process-file): Accept nil for INFILE. Reported by
5498 Luc Teirlinck.
5499
5500 2004-10-24 Masatake YAMATO <jet@gyve.org>
5501
5502 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5503 Handle periods and underscores in a function name.
5504 Remove the address fontification.
5505
5506 2004-10-24 Masatake YAMATO <jet@gyve.org>
5507
5508 * progmodes/asm-mode.el (asm-font-lock-keywords):
5509 Use font-lock-variable-name-face for registers.
5510
5511 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
5512
5513 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5514 kill-all-local-variables.
5515 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5516 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5517 Use kill-all-local-variables and provide mode-hooks.
5518 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5519 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5520 Suggested by Masatake YAMATO <jet@gyve.org>.
5521
5522 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
5523
5524 * simple.el (process-file): New function, similar to call-process
5525 but supports file handlers.
5526 * vc.el (vc-do-command): Use it, instead of call-process.
5527 * net/tramp-vc.el (vc-do-command): Do not advise it if
5528 process-file is fboundp.
5529 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5530 process-file.
5531 (tramp-handle-process-file): New function.
5532 (tramp-file-name-for-operation): Support process-file.
5533
5534 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
5535
5536 * calendar/icalendar.el (icalendar--weekday-array): New constant.
5537 (icalendar-weekdayabbrev-table)
5538 (icalendar-monthnumber-table): Delete.
5539 (icalendar--get-month-number): Use calendar-month-name-array.
5540 (icalendar--get-weekday-number): New function.
5541 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5542 (icalendar-export-region): Handle multi-line entries.
5543 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5544
5545 2004-10-23 John Paul Wallington <jpw@gnu.org>
5546
5547 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5548 `wildcards' set to t in interactive spec.
5549
5550 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5551 interactive spec rather than use `interactive-p'.
5552 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5553 rather than use function `interactive-p'.
5554
5555 2004-10-21 Jay Belanger <belanger@truman.edu>
5556
5557 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5558 Declare these variables with defvar.
5559
5560 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5561 is bound, only check to see if it is bound.
5562
5563 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5564
5565 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5566 Don't output messages.
5567
5568 * calc/calc-help.el (calc-describe-bindings): Fix last change.
5569
5570 2004-10-21 John Paul Wallington <jpw@gnu.org>
5571
5572 * calc/calc-graph.el (calc-graph-init):
5573 Use `set-process-query-on-exit-flag'.
5574
5575 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
5576
5577 * progmodes/compile.el (compilation-start): Rely on `cd' to get
5578 dir right and also allow argumentless cd.
5579
5580 2004-10-19 Richard M. Stallman <rms@gnu.org>
5581
5582 * textmodes/flyspell.el (flyspell-mode): Doc fix.
5583
5584 * eshell/em-unix.el (eshell-grep):
5585 Don't bind compilation-process-setup-function.
5586
5587 * comint.el (comint-insert-input): Use @ in `interactive'.
5588 (comint-input-filter-functions): Doc fix.
5589 (comint-kill-whole-line, comint-get-source): Doc fix.
5590
5591 * progmodes/compile.el (compilation-setup):
5592 Don't set buffer-read-only if MINOR is non-nil.
5593
5594 2004-10-19 Jay Belanger <belanger@truman.edu>
5595
5596 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5597 (calc-emacs-type-gnu19): Remove.
5598 (calc-digit-map, calc-read-key-sequence, calc-read-key):
5599 Remove check for old emacs versions.
5600
5601 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5602 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5603 for current Emacs.
5604
5605 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5606 the end of the minibuffer.
5607 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
5608 copy `esc-map'.
5609
5610 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5611
5612 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5613 call that would be given when the current emacs was used.
5614
5615 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5616
5617 * calendar/icalendar.el: Set coding to utf-8.
5618 (icalendar-version): Increase to 0.07.
5619 (icalendar-monthnumber-table): Change March pattern.
5620 (icalendar-get-all-event-properties)
5621 (icalendar-set-event-property): Delete.
5622 (icalendar-all-events): No longer interactive.
5623 (icalendar-convert-diary-to-ical)
5624 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5625 their replacements.
5626 (icalendar-export-file, icalendar-export-region): New functions;
5627 essentially old `icalendar-convert-diary-to-ical' but appending to
5628 target rather than overwriting.
5629 (icalendar-import-file): Append to target file rather than
5630 overwriting. Fourth arg deleted.
5631 (icalendar-import-buffer): New name for old
5632 `icalendar-extract-ical-from-buffer'.
5633 (icalendar--convert-string-for-import): New name for
5634 old `icalendar-convert-for-import'.
5635 (include-icalendar-files): Delete.
5636 Prefix for all internal functions changed from `icalendar-'
5637 to `icalendar--'.
5638
5639 2004-10-19 Richard M. Stallman <rms@gnu.org>
5640
5641 * paths.el (news-path): Fix previous change.
5642
5643 2004-10-18 Jay Belanger <belanger@truman.edu>
5644
5645 * calc/calc-help.el (calc-describe-bindings):
5646 Set `buffer-read-only' to nil while working in the keybindings buffer;
5647 remove some extra information from the keybindings buffer.
5648
5649 2004-10-18 David Ponce <david@dponce.com>
5650
5651 * mouse.el (mouse-drag-move-window-top): New function.
5652 (mouse-drag-mode-line-1): Use it.
5653
5654 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5655
5656 * info.el (Info-fontify-node): For multiline refs,
5657 arrange to unfontify newline and surrounding whitespace.
5658
5659 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5660
5661 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5662 directory is missing.
5663
5664 2004-10-17 John Paul Wallington <jpw@gnu.org>
5665
5666 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5667 New customizable variable; whether to display buffers that match
5668 `ibuffer-maybe-show-predicates' by default.
5669 (ibuffer-maybe-show-predicates): Mention it in docstring.
5670 (ibuffer-display-maybe-show-predicates): New variable.
5671 (ibuffer-update): Prefix arg now toggles whether buffers that
5672 match `ibuffer-maybe-show-predicates' should be displayed.
5673 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5674 locally to heed `ibuffer-default-display-maybe-show-predicates'.
5675 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5676
5677 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
5678
5679 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
5680 work correctly.
5681
5682 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
5683
5684 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5685 (Buffer-menu-beginning): New helper function.
5686 (Buffer-menu-execute): Use it.
5687 (Buffer-menu-select): Use it.
5688 (Buffer-menu-sort): Use it and also keep markers.
5689
5690 2004-10-17 Richard M. Stallman <rms@gnu.org>
5691
5692 * paths.el (news-directory): Rename from news-path. Old name alias.
5693 (rmail-spool-directory): Use defvar.
5694 (sendmail-program): Use defcustom.
5695 (remote-shell-program): Use defcustom.
5696 (term-file-prefix): Use defvar.
5697 (abbrev-file-name): Use defvar.
5698
5699 * term.el: Add maintainer.
5700
5701 * subr.el (with-local-quit): Return nil if there's a quit.
5702 (read-passwd): Use with-local-quit. Doc fix.
5703
5704 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5705 (strokes-unload-hook): Set as a variable with add-hook.
5706
5707 * startup.el (fancy-splash-tail, normal-splash-screen):
5708 Update copyright year.
5709
5710 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5711
5712 * server.el (server-unload-hook): Set as a variable with add-hook.
5713
5714 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5715
5716 * frame.el (special-display-popup-frame):
5717 Make the buffer current as its frame is created.
5718
5719 * delsel.el (delsel-unload-hook): Set as a variable.
5720
5721 * comint.el (comint-output-filter-functions):
5722 Add comint-watch-for-password-prompt.
5723 (comint-read-noecho): Function deleted.
5724 (send-invisible): Use read-passwd.
5725
5726 * fringe.el (fringe-mode-initialize): New function.
5727 (fringe-mode): Use fringe-mode-initialize as :initialize.
5728
5729 2004-10-17 Kim F. Storm <storm@cua.dk>
5730
5731 * language/indian.el (indian-script-language-alist): Swap value and doc.
5732 (indian-font-char-index-table): Doc fix.
5733
5734 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5735
5736 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5737
5738 2004-10-16 Juri Linkov <juri@jurta.org>
5739
5740 * progmodes/compile.el (compilation-start): Move let-binding of
5741 `process-environment' into `with-current-buffer' body.
5742 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5743
5744 2004-10-16 Richard M. Stallman <rms@gnu.org>
5745
5746 * pcvs-util.el (cvs-bury-buffer):
5747 Don't call get-buffer-window for effect.
5748
5749 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5750
5751 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5752
5753 * msb.el (msb-unload-hook): Set the variable.
5754
5755 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5756 Use * to err if buffer is readonly.
5757
5758 * subr.el (looking-back): Return only t or nil.
5759
5760 * whitespace.el (whitespace-unload-hook): Set the variable.
5761
5762 * view.el (view-mode-enable): Set view-page-size and
5763 view-half-page-size to nil.
5764 (view-set-half-page-size-default): view-half-page-size = nil
5765 means the default.
5766 (View-scroll-page-forward): Use view-page-size-default.
5767 (View-scroll-page-backward): Likewise.
5768 (view-page-size, view-half-page-size): Doc fixes.
5769
5770 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5771
5772 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5773
5774 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5775 "cl" like other files. Instead, call byte-compile-find-cl-functions.
5776 (byte-compile-log-1): Bind inhibit-read-only.
5777 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5778 (byte-compile-log-warning): Likewise.
5779 (byte-compile-file-form-require): Detect "cl" from the arg value.
5780
5781 * progmodes/compile.el (compilation-start): Assume compilation-mode
5782 will make the buffer read-only.
5783 (compilation-mode): Take arg name-of-mode.
5784 (compilation-setup): Make buffer read-only.
5785 (compilation-handle-exit): Bind inhibit-read-only.
5786
5787 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5788 (ispell-message): Likewise.
5789 (ispell-show-choices): Don't call get-buffer-window uselessly.
5790 (ispell-init-process): Use set-process-query-on-exit-flag.
5791
5792 2004-10-16 Kim F. Storm <storm@cua.dk>
5793
5794 * fringe.el (fringe-bitmaps): Only initialize when defined.
5795
5796 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5797 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5798
5799 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5800
5801 2004-10-15 Simon Josefsson <jas@extundo.com>
5802
5803 * net/password.el: Add.
5804
5805 2004-10-14 Masatake YAMATO <jet@gyve.org>
5806
5807 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5808 (gdb-script-end-of-defun): New function.
5809 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5810 `gdb-script-end-of-defun' as *-of-defun-function.
5811
5812 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
5813
5814 * button.el (button-activate): Allow a marker to display as an action.
5815
5816 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5817
5818 * help.el (describe-mode): Use it to make minor mode list into
5819 hyperlinks.
5820
5821 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5822
5823 * vc.el (vc-annotate-display-select): Fix typo.
5824
5825 * subr.el (substitute-key-definition-key): New function.
5826 (substitute-key-definition): Use it with map-keymap.
5827 (event-modifiers): Use push.
5828 (mouse-movement-p, with-temp-buffer): Simplify.
5829
5830 2004-10-12 Jay Belanger <belanger@truman.edu>
5831
5832 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5833 New variables.
5834 (calc-help-index-entries): New function.
5835 (calc-describe-function): Use `calc-help-function-list' instead of
5836 obarray for completion.
5837 (calc-describe-variable): Use `calc-help-variable-list' instead
5838 of obarray for completion.
5839
5840 2004-10-12 Richard M. Stallman <rms@gnu.org>
5841
5842 * info-look.el (info-lookup-file): Add info-file property.
5843 (info-lookup-symbol): Likewise.
5844
5845 * info.el (info-xref): Add underlining.
5846 (info): Add info-file property.
5847 (Info-find-emacs-command-nodes): Specify case-sensitive search.
5848
5849 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
5850
5851 Sync with Tramp 2.0.45.
5852
5853 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5854 defined. This is not the case for XEmacs without package "edebug".
5855 (tramp-set-auto-save-file-modes): Set permissions of autosaved
5856 remote files to the permissions of the original file. This is not
5857 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
5858 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
5859 (tramp-perl-decode): Fix an error in Perl implementation.
5860 $pending must be cleared every loop. Reported by Benjamin Place
5861 <benjaminplace@sprintmail.com>
5862
5863 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5864 Don't activate advice during definition. This is done later on,
5865 depending on test result of `substitute-in-file-name'.
5866 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5867
5868 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5869
5870 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5871
5872 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5873
5874 2004-10-12 David Ponce <david@dponce.com>
5875
5876 * recentf.el (recentf-edit-list): Update the menu when the recentf
5877 list has been modified.
5878
5879 2004-10-12 Simon Josefsson <jas@extundo.com>
5880
5881 * net/tls.el (tls-certtool-program): New variable.
5882 (tls-certificate-information): New function, based on
5883 ssl-certificate-information.
5884
5885 2004-10-12 Kenichi Handa <handa@m17n.org>
5886
5887 * international/mule.el (coding-system-equal): Move from mule-util.el.
5888
5889 * international/mule-util.el (coding-system-equal): Move to mule.el.
5890
5891 2004-10-12 Kim F. Storm <storm@cua.dk>
5892
5893 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5894 reset kmacro-initial-counter-value if set.
5895 (kmacro-set-counter): Only set kmacro-counter if defining or executing
5896 macro. Set kmacro-initial-counter-value otherwise. Never set both.
5897 (kmacro-display): Show macro counter if non-zero.
5898
5899 * subr.el (substitute-key-definition): Mention command remapping
5900 in doc string.
5901
5902 2004-10-11 Jay Belanger <belanger@truman.edu>
5903
5904 * calc/calc-misc.el (calc-info-goto-node): New function.
5905 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5906 node in one step.
5907 (calc-describe-copying, calc-describe-distribution)
5908 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5909 Go to appropriate info node in one step.
5910
5911 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5912
5913 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5914
5915 * font-lock.el (font-lock-apply-highlight): Fix last change.
5916
5917 2004-10-11 Simon Josefsson <jas@extundo.com>
5918
5919 * mail/smtpmail.el (smtpmail-open-stream): Look for
5920 starttls-gnutls-program instead of starttls-program iff
5921 starttls-use-gnutls is non-nil.
5922 (smtpmail-open-stream): Don't overwrite user settings of
5923 starttls-extra-arguments and starttls-extra-args.
5924
5925 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5926
5927 * comint.el (comint-mouse-insert-input): Remove.
5928 (comint-insert-input): Make it work for mouse bindings.
5929 (comint-mode-map): Move defs into the declaration.
5930 (comint-output-filter): Typo.
5931
5932 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5933
5934 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
5935
5936 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5937 (ange-ftp-call-chmod): Reference remote-shell-program instead of
5938 ange-ftp-remote-shell.
5939
5940 2004-10-10 Andreas Schwab <schwab@suse.de>
5941
5942 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5943 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5944 Reported by <sri@asu.edu>.
5945
5946 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
5947
5948 * vc.el (vc-annotate-mode): Remove variable.
5949 (vc-annotate-display-select): Only call vc-annotate-mode
5950 if we're not in that mode already.
5951
5952 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5953
5954 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5955 (imenu-choose-buffer-index): Check here for rescan instead.
5956
5957 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5958 where the face expression evals to nil.
5959
5960 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5961 (tex-font-lock-keywords-2): Use it.
5962 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5963
5964 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5965
5966 2004-10-09 Kim F. Storm <storm@cua.dk>
5967
5968 * subr.el (progress-reporter-update): Define before first usage.
5969 (make-progress-reporter): Doc fix.
5970
5971 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5972
5973 * textmodes/paragraphs.el (sentence-end-double-space)
5974 (sentence-end-without-period, sentence-end-without-space)
5975 (sentence-end): Doc fixes.
5976
5977 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
5978
5979 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5980 Change paragraph-start regexp so we don't fill code starting with #'(.
5981
5982 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
5983
5984 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5985 New defcustom.
5986 (extract-address-components): Use it.
5987
5988 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5989
5990 * subr.el (make-progress-reporter, progress-reporter-update)
5991 (progress-reporter-force-update, progress-reporter-do-update)
5992 (progress-reporter-done): New functions.
5993
5994 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5995
5996 * progmodes/etags.el (etags-tags-completion-table): Use progress
5997 reporter.
5998 (etags-tags-apropos): Likewise.
5999
6000 2004-10-08 Alan Mackenzie <acm@muc.de>
6001
6002 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
6003 of current line.
6004
6005 2004-10-08 Masatake YAMATO <jet@gyve.org>
6006
6007 * server.el (server-process-filter): Wrap `process-send-region'
6008 by `condition-case' to guard the case when the pipe to PROC is closed.
6009
6010 2004-10-07 Mark A. Hershberger <mah@everybody.org>
6011
6012 * xml.el (xml-substitute-special): Limit handling of external entities.
6013
6014 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
6015
6016 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
6017
6018 2004-10-06 John Paul Wallington <jpw@gnu.org>
6019
6020 * xml.el (xml-parse-dtd): Fix `error' call.
6021
6022 2004-10-05 Mark A. Hershberger <mah@everybody.org>
6023
6024 * xml.el (xml-substitute-special): Return a single string instead
6025 of a list of strings if an entity substitution is made.
6026
6027 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
6028
6029 * calendar/icalendar.el: New file.
6030
6031 2004-10-05 Juri Linkov <juri@jurta.org>
6032
6033 * isearch.el (isearch-done): Set mark after running hook.
6034 Reported by Drew Adams <drew.adams@oracle.com>.
6035
6036 * info.el (Info-history, Info-toc): Fix Info headers.
6037 (Info-toc): Narrow buffer before Info-fontify-node.
6038 (Info-build-toc): Don't check for special Info file names.
6039 Set main-file to nil if Info-find-file returns a symbol.
6040
6041 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
6042
6043 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
6044 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
6045 * calendar/cal-menu.el (calendar-mode-map): Ditto.
6046
6047 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6048
6049 * calendar/cal-iso.el (calendar-iso-read-args): New function,
6050 for old interactive spec from calendar-goto-iso-date.
6051 (calendar-goto-iso-date): Use it.
6052 (calendar-goto-iso-week): New function. Suggested by Emilio
6053 C. Lopes <eclig@gmx.net>.
6054
6055 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
6056
6057 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
6058 `set-right-margin' bindings that follow the minor mode conventions.
6059
6060 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
6063 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
6064 (latex-block-args-alist): Add minipage and picture.
6065 (latex-block-body-alist): Use reftex-label if enabled.
6066 (latex-insert-block): Don't insert a \n if not necessary.
6067 (tex-compile-commands): Make sure dvips doesn't send to printer.
6068 (tex-compile-default): Handle the case where no executable is found.
6069 (latex-noindent-environments): New var.
6070 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
6071 If tex-indent-allhanging is non-nil, make sure we only align for macros
6072 at beginning of line.
6073
6074 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
6075
6076 * newcomment.el (comment-beginning): Doc fix and don't choke on
6077 unset `comment-end-skip' when at beginning of comment.
6078
6079 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
6080
6081 * term.el (term-adjust-current-row-cache): Don't allow the current
6082 row to become negative.
6083 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
6084 the end of the line. Fix scroll down. Add comments.
6085 (term-handle-ansi-escape): Don't exceed terminal width when moving
6086 right.
6087 (term-scroll-region): Move the cursor after setting the scroll region.
6088
6089 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
6090
6091 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
6092 to `width' for consistency with docstring. Doc fix.
6093
6094 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
6095
6096 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
6097 This is necessary for derived modes.
6098
6099 2004-09-30 Kim F. Storm <storm@cua.dk>
6100
6101 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
6102 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
6103
6104 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
6105 kmacro-extract-lambda functions.
6106 (edit-kbd-macro): Handle kmacro lambda forms.
6107 Include counter and counter format in edit buffer.
6108 (edmacro-finish-edit): Get counter and format from edit buffer and
6109 update kmacro bindings when found.
6110
6111 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
6112
6113 * textmodes/paragraphs.el (forward-paragraph):
6114 Avoid args-out-of-range error when point winds up at the beginning of
6115 the buffer and hard newlines are enabled.
6116
6117 * newcomment.el (comment-multi-line): Doc fix.
6118
6119 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
6122 (diff-fixup-modifs): Catch unified-diff file-headers.
6123
6124 2004-09-29 Kim F. Storm <storm@cua.dk>
6125
6126 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
6127 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
6128 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
6129
6130 * fringe.el (fringe-bitmap-p): New macro.
6131 (fringe-bitmaps): Add standard fringe bitmaps on load.
6132
6133 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
6134
6135 * dired.el (dired-view-command-alist): Use more efficient regexps.
6136 Remove dubious arguments.
6137 (dired-align-file): New function.
6138 (dired-insert-directory): Use it.
6139 (dired-move-to-end-of-filename): Make the " -> " search more specific.
6140 (dired-buffers-for-dir): Remove unused var `pattern'.
6141
6142 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
6143
6144 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6145 from diary display excursion. Store diary buffer's point for
6146 `simple-diary-display'.
6147 (simple-diary-display): Set window point and start when
6148 displaying buffer, to preserve point.
6149
6150 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
6151
6152 * textmodes/enriched.el (enriched-translations): Replace defconst
6153 with defvar.
6154
6155 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6156
6157 * printing.el: Doc fix.
6158 (pr-version): New version number (6.8.1).
6159 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6160 make-temp-name.
6161 (pr-delete-file): Check if file exists before deleting it.
6162 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6163
6164 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * term.el (term-display-table): New variable.
6167 (term-mode): Use it.
6168 (term-exec-1): Set the coding system to binary.
6169 (term-emulate-terminal): Decode the string before inserting it.
6170
6171 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6172
6173 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
6174 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
6175 (map): Bind S-prior, S-next and S-insert.
6176 (term-mode): Set `indent-tabs-mode' to nil.
6177 (term-paste): New function to be bound to S-insert.
6178 (term-send-del, term-send-backspace): Change the strings sent.
6179 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6180 (term-handle-colors-array): Fix handling of underline and reverse.
6181 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
6182 (term-erase-in-line): Fix comparison.
6183 (term-emulate-terminal): Fix line wrap handling.
6184 (term-start-output-log): Rename from `term-set-output-log'.
6185 (term-stop-output-log): Rename from `term-stop-photo'.
6186 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6187
6188 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6189
6190 * dired.el (dired-move-to-filename): Don't output a message if
6191 raise-error is non-nil. Fix return position and value.
6192
6193 * files.el (insert-directory): Obey --dired even with symlinks.
6194
6195 2004-09-25 Lars Hansen <larsh@math.ku.dk>
6196
6197 * ls-lisp.el (ls-lisp-format): Mark file names with property
6198 dired-filename.
6199
6200 2004-09-25 Kim F. Storm <storm@cua.dk>
6201
6202 * ido.el (ido-max-directory-size): New defcustom.
6203 (ido-decorations): Add "too big" element.
6204 (ido-directory-too-big): New dynamic var.
6205 (ido-may-cache-directory): Don't cache big directories.
6206 (ido-directory-too-big-p): New defun.
6207 (ido-set-current-directory): Update ido-directory-too-big.
6208 (ido-read-internal): Make empty ido-cur-item if too-big.
6209 (ido-buffer-internal): Use ido-read-internal directly instead of
6210 ido-read-buffer.
6211 (ido-file-internal): Init ido-directory-too-big.
6212 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6213 and redo completion with full list.
6214 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6215 it, and show completions.
6216 (ido-all-completions): Let bind ido-directory-too-big to nil.
6217 (ido-exhibit): Handle ido-directory-too-big.
6218 (ido-read-buffer): Handle fallback to read-buffer.
6219 Init ido-directory-too-big.
6220 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6221 Init ido-directory-too-big.
6222
6223 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6224
6225 * subr.el (delay-mode-hooks): Doc fix.
6226
6227 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
6228
6229 * textmodes/enriched.el
6230 (enriched-default-text-properties-local-flag): New variable.
6231 (enriched-mode): Make sure that enabling and disabling the mode is
6232 a no-op. Doc fix.
6233
6234 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
6235
6236 * calendar/holidays.el (holiday-advent): Report on a specified day
6237 offset from advent, not just advent.
6238 (holiday-easter-etc): Report on one specified day offset from
6239 easter, not all easter holidays. Various Easter holidays moved to
6240 `christian-holidays' variable in calendar.el.
6241 * calendar/calendar.el (christian-holidays): Adapt for new
6242 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6243
6244 2004-09-23 Kim F. Storm <storm@cua.dk>
6245
6246 * image.el (insert-sliced-image): Add doc string.
6247
6248 * ido.el (ido-choice-list): New dynamic var for `list' context.
6249 (ido-context-switch-command): New dynamic var.
6250 (ido-define-mode-map): Generalize switch between file/buffer contexts.
6251 (ido-read-internal): Handle new `list' context.
6252 Handle insert-buffer and insert-file ido-exit values.
6253 (ido-buffer-internal): New arg switch-cmd. Use it to setup
6254 ido-context-switch-command. Handle insert-file ido-exit value.
6255 (ido-read-buffer): Set ido-context-switch-command to 'ignore
6256 unless it is already bound by caller.
6257 (ido-file-internal): New arg switch-cmd. Use it to setup
6258 ido-context-switch-command. Handle insert-buffer ido-exit value.
6259 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6260 used for context switching.
6261 (ido-all-completions): Handle new `list' context.
6262 (ido-make-choice-list): Return choices for `list' context.
6263 (ido-find-file-in-dir, ido-display-file, ido-write-file)
6264 (ido-display-buffer, ido-kill-buffer): Disable context switching.
6265 (ido-insert-buffer, ido-insert-file): Setup context switching.
6266 (ido-exhibit): Handle `list' context.
6267 (ido-read-file-name): Disable context switching. Handle fallback.
6268 (ido-read-directory-name): Disable context switching.
6269 (ido-completing-read): New defun like completing-read. Setup and
6270 use new `list' context.
6271
6272 2004-09-20 Jesper Harder <harder@ifa.au.dk>
6273
6274 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6275
6276 2004-09-21 Jay Belanger <belanger@truman.edu>
6277
6278 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6279 `calc-graph-set-styles' so the gnuplot buffer will appear in a
6280 separate window.
6281
6282 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
6283
6284 * subr.el (after-change-major-mode-hook): Doc fix.
6285
6286 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6287
6288 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
6289 of ghostscript for monochrome PostScript file in Windows.
6290
6291 2004-09-21 Kenichi Handa <handa@m17n.org>
6292
6293 * descr-text.el (describe-char): Checking of quail activation
6294 fixed.
6295
6296 2004-09-21 Jay Belanger <belanger@truman.edu>
6297
6298 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6299
6300 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
6301
6302 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6303 after the mode hooks instead of before. Doc fix.
6304
6305 2004-09-20 Jason Rumney <jasonr@gnu.org>
6306
6307 * startup.el (command-line) [windows-nt]: Try .emacs first, then
6308 _emacs, but revert to .emacs if neither exists in home directory.
6309
6310 2004-09-20 John Paul Wallington <jpw@gnu.org>
6311
6312 * bindings.el (completion-ignored-extensions): Add .dfsl.
6313
6314 2004-09-20 Richard M. Stallman <rms@gnu.org>
6315
6316 * bindings.el (scroll-left): Make it disabled.
6317
6318 * files.el (enable-local-eval): Doc fix.
6319
6320 * indent.el (move-to-left-margin): Special case for minibuffer.
6321
6322 * term.el (term-emulate-terminal): Turn off undo for output.
6323 Use with-current-buffer and save-selected-window.
6324
6325 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6326
6327 * progmodes/make-mode.el (makefile-fill-paragraph):
6328 Don't insist on spaces when looking for comments. # is enough.
6329
6330 * files.el (hack-local-variables): Copy the variables list
6331 to another buffer, strip prefixes and suffixes there, then read.
6332 (enable-local-eval): Doc fix.
6333 (ignored-local-variables): Initialize to nil.
6334 (risky-local-variable-p): Don't check ignored-local-variables here.
6335 (hack-one-local-variable): Ignore var if in ignored-local-variables.
6336
6337 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6338
6339 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6340 of = to "." (punctuation).
6341
6342 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * subr.el (event-basic-type): Fix mask (extend to 22bits).
6345
6346 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
6347
6348 * textmodes/enriched.el (enriched-rerun-flag): New variable.
6349 (enriched-before-change-major-mode): New function.
6350 Add it to `change-major-mode-hook'.
6351 (enriched-after-change-major-mode): New function.
6352 Add it to `after-change-major-mode-hook'.
6353 (enriched-mode): Make it work correctly if called from
6354 `after-change-major-mode-hook'.
6355 No longer set `indent-line-function'.
6356
6357 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6358
6359 * subr.el (after-change-major-mode-hook): New variable.
6360 (run-mode-hooks): Implement it.
6361
6362 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6363
6364 * battery.el (battery-linux-proc-apm): Use string-to-number.
6365 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6366 Use dolist (and less indentation). Use erase-buffer.
6367 Pre-initialize `design-capacity', `warn', and `low'.
6368 (battery-format): Use replace-regexp-in-string.
6369
6370 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
6371
6372 * battery.el: Delete superfluous empty lines.
6373 (battery-linux-proc-acpi): Attempt to gather information from all
6374 battery subdirectories regardless of their file name.
6375 (battery-linux-proc-apm): Replace all occurrences of
6376 battery-hex-to-int-2 with string-to-int (base 16).
6377 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6378 (battery-hex-map): Delete variable.
6379
6380 2004-09-18 John Paul Wallington <jpw@gnu.org>
6381
6382 * calc/calc-units.el (calc-quick-units): Fix overzealous
6383 s/or/unless/.
6384
6385 2004-09-17 Jay Belanger <belanger@truman.edu>
6386
6387 * calc/calc.el (calc-mode-var-list): Fix the value of
6388 `calc-matrix-brackets'.
6389
6390 2004-09-17 Romain Francoise <romain@orebokech.com>
6391
6392 * ibuf-ext.el (define-ibuffer-filter filename):
6393 Expand dired-directory since buffer-file-name is absolute.
6394
6395 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6396
6397 * ediff-init.el (ediff-current-diff-face-A)
6398 (ediff-current-diff-face-B, ediff-current-diff-face-C)
6399 (ediff-current-diff-face-Ancestor)
6400 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6401 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6402 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6403 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6404 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6405 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6406 Use min-colors.
6407
6408 * term.el (term-down): Perform vertical motion if DOWN is negative.
6409 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6410 (term-termcap-format): Synchronyze with the eterm terminfo entry
6411 in etc/e/eterm.ti.
6412 (term-handle-colors-array): If the current foreground or
6413 background are zero (i.e. unspecified), use the foreground and
6414 background of the default face for reverse video.
6415 (term-ansi-at-eval-string, term-ansi-default-fg)
6416 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6417 (term-mem): Delete ununsed function.
6418 (term-protocol-version): Increment.
6419 (term-current-face): Set to default.
6420
6421 2004-09-15 Jay Belanger <belanger@truman.edu>
6422
6423 * calc/calc.el (calc-mode-var-list): Define this variable.
6424 (calc-always-load-extensions, calc-line-numbering)
6425 (calc-line-breaking, calc-display-just, calc-display-origin)
6426 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6427 (calc-group-char, calc-point-char, calc-frac-format)
6428 (calc-prefer-frac, calc-hms-format, calc-date-format)
6429 (calc-float-format, calc-full-float-format, calc-complex-format)
6430 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6431 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6432 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6433 (calc-matrix-brackets, calc-language, calc-language-option)
6434 (calc-left-label, calc-right-label, calc-word-size)
6435 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6436 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6437 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6438 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6439 (calc-window-height, calc-display-trail, calc-show-selections)
6440 (calc-use-selections, calc-assoc-selections)
6441 (calc-display-working-message, calc-auto-why, calc-timing)
6442 (calc-mode-save-mode, calc-standard-date-formats)
6443 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6444 (calc-user-parse-tables, calc-gnuplot-default-device)
6445 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6446 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6447 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6448 (calc-invocation-macro, calc-show-banner): Give these values as
6449 part of `calc-mode-var-list's initialization after the variables
6450 are declared with defvar.
6451 (calc-bug-address): Change email address to send bug reports to.
6452 Change the maintainer address at the top.
6453 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6454 than "\\.emacs" to determine if it is the user-init-file.
6455
6456 * calc/calc-embed.el (calc-embedded-set-modes): Use
6457 `calc-mode-var-list' correctly.
6458
6459 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
6460
6461 * vc.el (annotate-time): Document point handling.
6462 (vc-annotate-display-autoscale): Doc fix.
6463
6464 2004-09-15 Miles Bader <miles@gnu.org>
6465
6466 * generic.el (generic-make-keywords-list): Use symbol rather than
6467 word anchors in regexp.
6468
6469 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
6470
6471 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6472 no file name consider `dired-directory'.
6473
6474 2004-09-14 Kim F. Storm <storm@cua.dk>
6475
6476 * faces.el (cursor): Add face-no-inherit property. Doc fix.
6477
6478 2004-09-14 Simon Josefsson <jas@extundo.com>
6479
6480 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6481
6482 * textmodes/dns-mode.el: Add.
6483
6484 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6485
6486 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6487 (disabled-command-function): Make the ?\ char more obvious.
6488
6489 * vc-arch.el (vc-arch-root, vc-arch-registered):
6490 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6491
6492 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
6493
6494 * windmove.el (windmove-frame-edges): Report coordinates of
6495 outside edges of frame, not inside edges.
6496 (windmove-coordinates-of-position): Convert into wrapper to new
6497 function `windmove-coordinates-of-window-position';
6498 `compute-motion' always applies to selected window.
6499 (windmove-coordinates-of-position): Update documentation to refer
6500 to Emacs 21 Lisp Reference Manual.
6501 (windmove-find-other-window): Fix off-by-one errors for max x,y.
6502
6503 2004-09-13 Kim F. Storm <storm@cua.dk>
6504
6505 * isearch.el (isearch-resume-in-command-history): Rename from
6506 isearch-resume-enabled and change default to nil.
6507
6508 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6509
6510 * vc-hooks.el (vc-ignore-dir-regexp): New var.
6511 (vc-registered): Use it.
6512 (vc-find-root): New fun.
6513
6514 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6515 Don't tell to use \\{...} when it's already done.
6516
6517 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6518 Provide a sample complex default.
6519 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6520 (bibtex-entry): Use mapc.
6521
6522 2004-09-12 Kim F. Storm <storm@cua.dk>
6523
6524 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6525
6526 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6527 inhibit-field-text-motion to t so rectangles work in comint buffers.
6528
6529 * simple.el (choose-completion-string): Set buffer before running
6530 choose-completion-string-functions hook so it can be buffer-local.
6531
6532 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
6533
6534 * progmodes/compile.el (compilation-start): Parse command to see
6535 if it starts with a cd, and if so perform it for the *compilation*
6536 buffer. Change the header to reflect this.
6537
6538 2004-09-11 Kim F. Storm <storm@cua.dk>
6539
6540 * ido.el (ido-enable-dot-prefix): Doc fix.
6541 (ido-enable-dot-prefix): New defcustom.
6542 (ido-set-matches1): Use it.
6543
6544 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6545
6546 * textmodes/bibtex.el (bibtex-mark-active)
6547 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6548
6549 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6550
6551 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6552 used in a case insensitive environment.
6553 (bibtex-mode-map): Rearrange order of menus.
6554 (bibtex-quoted-string-re): Obsolete.
6555 (bibtex-complete-key-cleanup): Variable replaced by new function.
6556 (bibtex-font-lock-keywords): Use backquotes.
6557 (bibtex-font-lock-url-regexp): New internal variable.
6558 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6559 "OPT" and "ALT".
6560 (bibtex-insert-current-kill, bibtex-make-field)
6561 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6562 (bibtex-parse-field-text): Simplify.
6563 (bibtex-string=): New helper function.
6564 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6565 (bibtex-map-entries): Use bibtex-string=.
6566 (bibtex-search-entry): Use not.
6567 (bibtex-enclosing-field): Fix docstring.
6568 (bibtex-assoc-regexp): Obsolete.
6569 (bibtex-format-entry): Use assoc-string and bibtex-string=.
6570 (bibtex-autokey-get-names): Handle empty name field.
6571 (bibtex-parse-strings): Use assoc-string and unless.
6572 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6573 Use assoc-string.
6574 (bibtex-pop): Simplify.
6575 (bibtex-mode): Set font-lock-extra-managed-props.
6576 (bibtex-entry-update): Use assoc-string.
6577 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6578 (bibtex-autofill-entry): Use bibtex-string=.
6579 (bibtex-print-help-message): Simplify.
6580 (bibtex-find-entry): New optional arg START.
6581 (bibtex-validate): Use bibtex-string= and assoc-string.
6582 Do not call obsolete function compilation-parse-errors.
6583 (bibtex-remove-delimiters): Only remove delimiters if present.
6584 (bibtex-copy-entry-as-kill): Add docstring.
6585 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6586 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6587 (bibtex-complete): Use bibtex-predefined-month-strings,
6588 bibtex-string=, and new function bibtex-complete-key-cleanup.
6589 (bibtex-generate-url-list): New variable.
6590 (bibtex-url): New command bound to C-c C-l and mouse-2.
6591 (bibtex-url-map): New local keymap for bibtex-url-mouse.
6592 (bibtex-font-lock-url): New function.
6593
6594 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6595
6596 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6597
6598 2004-09-09 Kim F. Storm <storm@cua.dk>
6599
6600 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6601 counter and format with binding.
6602 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
6603 the declared macro uses own macro counter and format. Give symbol
6604 kmacro property.
6605 (kmacro-keymap): Bind kmacro-name-last-macro to n.
6606 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6607 (kmacro-end-and-call-macro): Doc fix.
6608
6609 2004-09-09 Lars Hansen <larsh@math.ku.dk>
6610
6611 * desktop.el (desktop-clear-preserve-buffers):
6612 Remove make-obsolete-variable.
6613
6614 2004-09-08 Richard M. Stallman <rms@gnu.org>
6615
6616 * buff-menu.el (list-buffers-noselect): Call format-mode-line
6617 with the buffer as argument.
6618
6619 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6622
6623 2004-09-08 Juri Linkov <juri@jurta.org>
6624
6625 * replace.el (perform-replace): Use `query-replace-descr'.
6626
6627 * cus-start.el (history-delete-duplicates): Specify customization.
6628
6629 * diff-mode.el (diff-mode-map):
6630 * progmodes/compile.el (compilation-mode-map):
6631 * progmodes/grep.el (grep-mode-map):
6632 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6633 to `next-error-follow-minor-mode'.
6634
6635 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6636
6637 * isearch.el (isearch-lazy-highlight-update): Take into account
6638 the case of zero-length match at the search bound.
6639
6640 2004-09-08 Kim F. Storm <storm@cua.dk>
6641
6642 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6643 change. Use zero width overlays when necessary.
6644
6645 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6646
6647 * subr.el (split-string): Docfix.
6648
6649 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6650
6651 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6652 (display-call-tree): Ensure newline after caller/calls blocks.
6653
6654 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6655
6656 * startup.el (command-line-1): Make option
6657 --directory/-L modify `load-path' straight away.
6658
6659 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6660
6661 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6662
6663 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6664
6665 * emacs-lisp/autoload.el (make-autoload):
6666 Handle `define-compilation-mode'.
6667
6668 * emacs-lisp/lisp-mode.el (define-compilation-mode):
6669 Specify `doc-string-elt' property.
6670
6671 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6672
6673 * bs.el (bs-mode): Doc fix.
6674
6675 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6676
6677 * info.el (Info-insert-dir): Fix temp buffer leak bug.
6678
6679 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6680
6681 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6682
6683 2004-09-08 Kenichi Handa <handa@m17n.org>
6684
6685 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6686 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6687 ps-mule-next-point -> 1+).
6688
6689 * composite.el (encode-composition-rule): Add autoload cooky.
6690
6691 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * format.el (buffer-auto-save-file-format): Make it permanent local.
6694
6695 2004-09-07 Kim F. Storm <storm@cua.dk>
6696
6697 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6698 (authors-fixed-entries): Fix typo.
6699 (authors-canonical-author-name): Compact multiple spaces.
6700 Ignore trivial names (e.g. only first name).
6701
6702 * term.el (term-window-width): Only use full window width on
6703 window system if overflow-newline-into-fringe is enabled.
6704 (term-mode): Don't disable overflow-newline-into-fringe.
6705
6706 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6707
6708 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6709 motion as seen on my Mac OS X xterms.
6710
6711 * newcomment.el (uncomment-region-default, comment-region-default):
6712 New functions extracted from uncomment-region and comment-region.
6713 (comment-region, comment-region-function, uncomment-region)
6714 (uncomment-region-function): Use them.
6715
6716 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6717
6718 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6719 It's not crucial but can make sense at times.
6720
6721 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6722 the first commit.
6723
6724 * vc.el (vc-buffer-context, vc-restore-buffer-context):
6725 Disable obsolete code.
6726
6727 2004-09-07 Juri Linkov <juri@jurta.org>
6728
6729 * progmodes/grep.el (grep-highlight-matches): Change default from
6730 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
6731 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6732 if grep option `--color' is available, or to `nil' otherwise.
6733 (grep-process-setup): Call `grep-compute-defaults' if
6734 `grep-highlight-matches' is not computed. Set env-vars only
6735 if `grep-highlight-matches' is `t'.
6736 (grep-use-null-device): Remove redundant type `boolean' (`choice'
6737 is already defined).
6738
6739 * progmodes/compile.el (compilation-start): Use copy of
6740 `process-environment' created by `copy-sequence' to not
6741 modify env-vars in the global `process-environment'.
6742
6743 2004-09-06 Eli Zaretskii <eliz@gnu.org>
6744
6745 * simple.el (next-error-follow-minor-mode): Fix last change.
6746
6747 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
6748
6749 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6750 permanent local.
6751
6752 2004-09-04 Richard M. Stallman <rms@gnu.org>
6753
6754 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6755 highlighting if the search string is empty.
6756
6757 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
6758
6759 * facemenu.el (facemenu-active-faces): Change condition of inner
6760 `while' loop to also check the first two elements of `face-atts'
6761 and `mask-atts'.
6762
6763 2004-09-04 John Paul Wallington <jpw@gnu.org>
6764
6765 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6766 (thumbs-view-image-mode): Make buffer read-only.
6767
6768 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
6769
6770 * textmodes/ispell.el (ispell-really-aspell): New defvar.
6771 (ispell-check-version): Set it.
6772 (ispell-send-replacement): New function.
6773 (ispell-process-line): Call ispell-send-replacement.
6774
6775 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6776
6777 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6778 Support choosing seconds with "s".
6779
6780 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
6781
6782 * terminal.el (te-escape): Show `?' in prompt for help key.
6783
6784 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
6785
6786 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6787
6788 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6789
6790 * simple.el (next-error-follow-minor-mode)
6791 (next-error-follow-mode-post-command-hook): New functions.
6792 (next-error-follow-last-line): New defvar.
6793
6794 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6795 * progmodes/compile.el (compilation-mode-map): Likewise.
6796 * progmodes/grep.el (grep-mode-map): Likewise.
6797 * replace.el (occur-mode-map): Likewise.
6798
6799 * newcomment.el (uncomment-region): Bind comment-use-global-state
6800 to nil.
6801
6802 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
6803
6804 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6805 locally around the call to `revert-buffer'.
6806
6807 2004-09-03 Juri Linkov <juri@jurta.org>
6808
6809 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6810 `isearch-adjusted' to `t'.
6811 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6812 (isearch-message-prefix): Add "pending" for isearch-adjusted.
6813 (isearch-other-meta-char): Restore isearch-point unconditionally.
6814 (isearch-query-replace): Add new arg `regexp-flag' and use it.
6815 Set point to start of match if region is not active in transient
6816 mark mode (to include the current match to region boundaries).
6817 Push the search string to `query-replace-from-history-variable'.
6818 Add prompt "Query replace regexp" for isearch-regexp.
6819 Add region beginning/end as last arguments of `perform-replace.'
6820 (isearch-query-replace-regexp): Replace code by the call to
6821 `isearch-query-replace' with arg `t'.
6822
6823 2004-09-03 Richard M. Stallman <rms@gnu.org>
6824
6825 * startup.el (normal-top-level): Undo previous TERM change.
6826
6827 2004-09-03 Kim F. Storm <storm@cua.dk>
6828
6829 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6830 highlight overlays; allow using RET when cursor is over a button.
6831 (cua--highlight-rectangle): Use it.
6832 (cua--rectangle-set-corners): Don't move backwards at eol.
6833 (cua--forward-line): Don't move into void after eob.
6834
6835 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6836 point is set (and displayed) inside rectangle.
6837 (cua--rectangle-operation): Fix for highlight of empty lines.
6838 (cua--highlight-rectangle): Fix highlight for tabs.
6839 Position cursor at left/right edge of rectangle using new `cursor'
6840 property on overlay strings.
6841 (cua--indent-rectangle): Don't tabify.
6842 (cua-rotate-rectangle): Ignore that point has moved.
6843
6844 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6845
6846 * term/mac-win.el: Add ASCII equivalents for some function keys.
6847 (mode-line-frame-identification): Sync with x-win.el.
6848
6849 2004-09-02 Juri Linkov <juri@jurta.org>
6850
6851 * progmodes/compile.el (compilation-buffer-name): Compare major
6852 mode with second element of compilation-arguments instead of third
6853 to reflect latest changes in compilation-arguments structure.
6854 (recompile): Use global variable `compilation-directory' to get
6855 recent compilation directory only when `recompile' is invoked NOT
6856 in the compilation buffer. Otherwise, use `default-directory' of
6857 the compilation buffer.
6858 (compilation-error-properties): Allow to funcall col and end-col.
6859 (compilation-mode-font-lock-keywords): Check col and end-col by
6860 `integerp'.
6861 (compilation-goto-locus): If end-mk is non-nil in transient mark
6862 mode don't activate the mark (and don't display message in
6863 push-mark), but highlight overlay between mk and end-mk.
6864
6865 * progmodes/grep.el (grep-highlight-matches): New defcustom.
6866 (grep-regexp-alist): Add rule to highlight grep matches.
6867 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6868
6869 * info.el (Info-fontify-node): Don't compute other-tag
6870 if Info-hide-note-references=hide.
6871
6872 * help.el (function-called-at-point):
6873 * help-fns.el (variable-at-point):
6874 Try `find-tag-default' when other methods failed.
6875
6876 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6877 Do not push mark if inhibit-mark-movement is non-nil.
6878
6879 * textmodes/ispell.el (ispell-html-skip-alists):
6880 Fix backslashes in docstring.
6881
6882 2004-09-01 Juri Linkov <juri@jurta.org>
6883
6884 * isearch.el (isearch-wrap-function)
6885 (isearch-push-state-function): New defvars.
6886 (isearch-pop-fun-state): New defsubst.
6887 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6888 (isearch-push-state): Set the result of calling
6889 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6890 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6891 restore the mode-specific starting point of terminated search.
6892 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6893 (isearch-repeat): Call `isearch-wrap-function' if defined.
6894 (isearch-message-prefix): Don't add prefix "over" to the message
6895 for wrapped search if `isearch-wrap-function' is defined.
6896 (isearch-search): Call function saved in `isearch-pop-fun-state' to
6897 restore the mode-specific starting point of failed search.
6898
6899 * info.el (Info-search-whitespace-regexp): Fix backslashes.
6900 (Info-search): Add new optional arguments for the sake of isearch.
6901 Replace whitespace in Info-search-whitespace-regexp literally.
6902 Add backward search. Don't call `Info-select-node' if regexp is
6903 found in the same Info node. Don't add node to Info-history for
6904 wrapped isearch.
6905 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6906 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6907 (Info-mode): Set local variables `isearch-search-fun-function',
6908 `isearch-wrap-function', `isearch-push-state-function',
6909 `search-whitespace-regexp'.
6910
6911 * isearch.el: Remove ancient Change Log section.
6912 (isearch-string, isearch-message-string, isearch-point)
6913 (isearch-success, isearch-forward-flag, isearch-other-end)
6914 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6915 (isearch-barrier, isearch-within-brackets)
6916 (isearch-case-fold-search): Add suffix `-state' to state-related
6917 defsubsts to avoid name clashes with other function names.
6918
6919 * simple.el (next-error): New defgroup and defface.
6920 (next-error-highlight, next-error-highlight-no-select):
6921 New defcustoms.
6922 (next-error-no-select): Let-bind next-error-highlight to the value
6923 of next-error-highlight-no-select before calling `next-error'.
6924
6925 * progmodes/compile.el (compilation-goto-locus):
6926 Use `next-error' face instead of `region'. Set 4-th argument of
6927 `move-overlay' to `current-buffer' to move overlay to different
6928 source buffers. Use new variable `next-error-highlight'.
6929
6930 * simple.el (next-error-find-buffer): Move the rule
6931 "if current buffer is a next-error capable buffer" after the
6932 rule "if next-error-last-buffer is set to a live buffer".
6933 Simplify to test all rules in one `or'.
6934 (next-error): Doc fix.
6935 (next-error, previous-error, first-error)
6936 (next-error-no-select, previous-error-no-select):
6937 Make arguments optional.
6938
6939 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6940
6941 * macros.el (apply-macro-to-region-lines): Make it operate on all
6942 lines that begin in the region, rather than on all complete lines
6943 in the region.
6944
6945 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6946
6947 * x-dnd.el (x-dnd-protocol-alist): Document update.
6948 (x-dnd-known-types): Defcustom it.
6949 (x-dnd-handle-motif): Print message-atom in error message.
6950
6951 2004-08-30 John Paul Wallington <jpw@gnu.org>
6952
6953 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6954 strings rather than programatically constructing message.
6955
6956 2004-08-30 Richard M. Stallman <rms@gnu.org>
6957
6958 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6959 Don't return a string that would read as the wrong character code.
6960
6961 2004-08-29 Kim F. Storm <storm@cua.dk>
6962
6963 * emulation/cua-base.el (cua-auto-expand-rectangles):
6964 Remove automatic rectangle padding feature; replace by non-destructive
6965 virtual rectangle edges feature.
6966 (cua-virtual-rectangle-edges): New defcustom.
6967 (cua-auto-tabify-rectangles): New defcustom.
6968 (cua-paste): If paste into a marked rectangle, insert rectangle at
6969 current column, even if virtual; also paste exactly as many lines
6970 as has been marked (ignore additional lines or add empty lines),
6971 but paste whole source if only one line is marked.
6972 (cua--update-indications): No longer use overwrite-cursor to
6973 indicate rectangle padding
6974
6975 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6976 (cua--rectangle-virtual-edges): New defun.
6977 (cua--rectangle-get-corners): Remove optional PAD arg.
6978 (cua--rectangle-set-corners): Never do padding.
6979 (cua--forward-line): Remove optional PAD arg. Simplify.
6980 (cua-resize-rectangle-right, cua-resize-rectangle-left)
6981 (cua-resize-rectangle-down, cua-resize-rectangle-up):
6982 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6983 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6984 (cua--rectangle-move): Never do padding. Simplify.
6985 (cua--tabify-start): New defun.
6986 (cua--rectangle-operation): Add tabify arg. All callers changed.
6987 (cua--pad-rectangle): Remove.
6988 (cua--delete-rectangle): Handle delete with virtual edges.
6989 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6990 (cua--insert-rectangle): Handle insert at virtual column.
6991 Perform auto-tabify if necessary.
6992 (cua--activate-rectangle): Remove optional FORCE arg.
6993 Never do padding. Simplify.
6994 (cua--highlight-rectangle): Enhance for virtual edges.
6995 (cua-toggle-rectangle-padding): Remove command.
6996 (cua-toggle-rectangle-virtual-edges): New command.
6997 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
6998 (cua--rectangle-post-command): Don't force rectangle padding.
6999 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
7000
7001 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
7002
7003 * indent.el (edit-tab-stops-buffer): Doc fix.
7004
7005 2004-08-28 Richard M. Stallman <rms@gnu.org>
7006
7007 * progmodes/grep.el (grep-default-command): Use find-tag-default.
7008 (grep-tag-default): Function deleted.
7009
7010 * subr.el (find-tag-default): Move from etags.el.
7011
7012 * progmodes/etags.el (find-tag-default): Move to subr.el.
7013
7014 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
7015 into the basic character if it has an uppercase form.
7016
7017 2004-08-27 Kenichi Handa <handa@m17n.org>
7018
7019 * international/utf-8.el (utf-8-post-read-conversion): If the
7020 buffer is unibyte, temporarily make it multibyte.
7021
7022 2004-08-27 Masatake YAMATO <jet@gyve.org>
7023
7024 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
7025
7026 2004-08-25 John Paul Wallington <jpw@gnu.org>
7027
7028 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
7029 0, 1, and many mismatches in message.
7030 (tex-start-shell): Use `set-process-query-on-exit-flag'.
7031
7032 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
7033 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
7034
7035 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
7036
7037 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
7038 vc-diff-switches differently.
7039
7040 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
7041
7042 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
7043 before and a real defvar after
7044 `speedbar-supported-extension-expressions'. This is to silence
7045 the compiler without breaking bootstrapping.
7046
7047 2004-08-22 Richard M. Stallman <rms@gnu.org>
7048
7049 * textmodes/flyspell.el (flyspell-word):
7050 Use set-process-query-on-exit-flag.
7051 (flyspell-highlight-duplicate-region): Take POSS as arg.
7052 (flyspell-word): Pass POSS as arg.
7053
7054 * progmodes/ada-xref.el: Many doc and style fixes.
7055 (ada-find-any-references): Use compilation-start.
7056 (ada-get-ali-file-name): Improve error msg.
7057 (ada-get-ada-file-name): Likewise.
7058
7059 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
7060 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
7061
7062 * mail/mail-extr.el (mail-extr-all-top-level-domains):
7063 Add forward defvar.
7064
7065 * whitespace.el (global-whitespace-mode): New alias
7066 for whitespace-global-mode.
7067
7068 * speedbar.el (speedbar-file-regexp): Move definition up.
7069 (speedbar-mode, speedbar-set-mode-line-format):
7070 Use with-no-warnings.
7071 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
7072
7073 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
7074 controls whether to display the error buffer.
7075
7076 * ps-mule.el: Delete compatibility code for old Emacses.
7077 (ps-mule-find-wrappoint): Don't use chars-in-region.
7078
7079 * frame.el (display-mouse-p, display-selections-p):
7080 Use with-no-warnings.
7081
7082 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
7083
7084 2004-08-22 David Kastrup <dak@gnu.org>
7085
7086 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
7087 information.
7088
7089 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
7090
7091 2004-08-22 Andreas Schwab <schwab@suse.de>
7092
7093 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
7094
7095 2004-08-22 Masatake YAMATO <jet@gyve.org>
7096
7097 * cvs-status.el (cvs-status-checkout): New function.
7098 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
7099
7100 2004-08-21 David Kastrup <dak@gnu.org>
7101
7102 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
7103 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
7104 has been converted to use hashtables, the relation `nil=none' is
7105 no longer valid, as `nil' is not a hashtable. This patch tries to
7106 reduce the number of resulting errors.
7107
7108 2004-08-21 John Paul Wallington <jpw@gnu.org>
7109
7110 * subr.el (process-kill-without-query): Made obsolete in
7111 version 21.4, not 21.5.
7112
7113 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
7114 (vc-previous-comment, vc-next-comment)
7115 (vc-comment-search-reverse, vc-comment-search-forward)
7116 (vc-comment-to-change-log): Likewise.
7117
7118 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
7119
7120 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
7121
7122 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
7123 Correct indentation of DEFMETHODS with non-standard method
7124 combinations (e.g., PROGN, MIN, MAX).
7125
7126 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
7127
7128 * startup.el (normal-top-level-add-subdirs-to-load-path):
7129 Avoid unnecessarily checking system-type.
7130 (normal-top-level): Set TERM to "dumb". Simplify.
7131
7132 * avoid.el (mouse-avoidance-ignore-p): New fun.
7133 Also ignore switch-frame, select-window, double, and triple clicks.
7134 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
7135 (mouse-avoidance-fancy-hook): Use it.
7136
7137 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
7138
7139 * avoid.el (mouse-avoidance-nudge-mouse)
7140 (mouse-avoidance-banish-destination): Stay within the current window
7141 to avoid problems with mouse-autoselect-window.
7142
7143 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7144
7145 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7146 the newer format of some messages in cvs-1.12.1.
7147
7148 2004-08-19 Masatake YAMATO <jet@gyve.org>
7149
7150 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7151 (elp-results-jump-to-definition-by-mouse)
7152 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
7153 (elp-output-result): Use elp-output-insert-symname.
7154
7155 2004-08-18 Kenichi Handa <handa@m17n.org>
7156
7157 * language/cyrillic.el: Register koi8-r in
7158 ctext-non-standard-encodings-alist.
7159 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7160
7161 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7162
7163 * emacs-lisp/copyright.el (copyright-update-year): Delete code
7164 that replaces 20xy with xy.
7165
7166 2004-08-17 John Paul Wallington <jpw@gnu.org>
7167
7168 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7169 (reb-force-update): Doc fix.
7170
7171 2004-08-16 Richard M. Stallman <rms@gnu.org>
7172
7173 * progmodes/which-func.el (which-func-update-1): Doc fix.
7174
7175 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7176 (sh-mode-abbrev-table): New variable.
7177
7178 * progmodes/compile.el (compilation-mode): Doc fix.
7179
7180 * emacs-lisp/lisp-mode.el (eval-last-sexp):
7181 Don't cons a new symbol each time.
7182 (eval-last-sexp-fake-value): New variable.
7183
7184 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7185 (copyright-update-year): Detect continuation of list of years.
7186
7187 * term.el (term-default-fg-color, term-default-bg-color)
7188 (ansi-term-color-vector): Use `unspecified', not nil, as default.
7189
7190 * imenu.el: Several doc fixes: don't say variables are buffer-local.
7191
7192 2004-08-16 Davis Herring <herring@lanl.gov>
7193
7194 * isearch.el (isearch-string, isearch-message-string, isearch-point)
7195 (isearch-success, isearch-forward-flag, isearch-other-end)
7196 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7197 (isearch-barrier, isearch-within-brackets)
7198 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7199
7200 2004-08-16 Kenichi Handa <handa@m17n.org>
7201
7202 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7203
7204 2004-08-15 Kenichi Handa <handa@m17n.org>
7205
7206 * term/x-win.el (x-selection-value): If utf8 was successful but
7207 ctext was not, use utf8 string.
7208
7209 2004-08-14 Davis Herring <herring@lanl.gov>
7210
7211 * isearch.el: Remove accidental changes of March 4. Fix backing
7212 up when a regexp isearch is made more general. Use symbolic
7213 accessor functions for isearch stack frames to make usage clearer.
7214 (search-whitespace-regexp): Made groups in documentation shy (as
7215 is the group in the default value).
7216 (isearch-fallback): New function, addresses problems with regexps
7217 liberalized by `\|', adds support for liberalization by `\}' (the
7218 general repetition construct), and incorporates behavior for
7219 `*'/`?'.
7220 (isearch-}-char): New command, calls `isearch-fallback' with
7221 arguments appropriate to a typed `}'.
7222 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7223 appropriately.
7224 (isearch-mode-map): Bind `}' to `isearch-}-char'.
7225 (isearch-string, isearch-message,string, isearch-point)
7226 (isearch-success, isearch-forward-flag, isearch-other-end)
7227 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7228 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
7229 New inline functions to read fields of a stack frame.
7230
7231 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
7232
7233 * battery.el (battery-linux-proc-acpi): Look into battery
7234 directories matching the literal string "CMB", too (required for
7235 Linux kernel version 2.6.7).
7236
7237 2004-08-14 John Paul Wallington <jpw@gnu.org>
7238
7239 * cus-start.el (read-file-name-completion-ignore-case): Add.
7240 (blink-cursor-alist): Change version to "21.4".
7241
7242 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7243
7244 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
7245
7246 * speedbar.el (speedbar-scan-subdirs): New option.
7247 (speedbar-file-lists): Don't ignore file-name case on Unix and use
7248 dolist.
7249 (speedbar-insert-files-at-point): Take an extra argument and use
7250 it to optionally find out if a subdir is empty. Also unreadable
7251 files don't get expand buttons.
7252 (speedbar-directory): New image (unused pixmap already existed).
7253 (speedbar-expand-image-button-alist): Use it.
7254
7255 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
7256
7257 CC Mode update to 5.30.9:
7258
7259 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
7260 Move from cc-vars to cc-defs for dependency reasons. Fix the
7261 POSIX char class test to check that it works in
7262 `skip-chars-(forward|backward)' too.
7263
7264 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7265 first argument starts with a special brace list.
7266
7267 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
7268 when `c-opt-type-concat-key' is used (i.e. in Pike).
7269
7270 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7271 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
7272 >)".
7273
7274 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7275 whitespace safe.
7276
7277 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7278 position for `arglist-intro', `arglist-cont-nonempty' and
7279 `arglist-close' when there are two arglist open parens on the same
7280 line and there's nothing in front of the first.
7281
7282 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7283 locking of qualified names in Java, which previously could fontify
7284 common indexing expressions in many cases. The standard Java
7285 naming conventions are used to tell them apart.
7286
7287 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7288 Fix inconsistency wrt opening parens on the first line inside a paren
7289 block.
7290
7291 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7292 compile time for the sake of `c-major-mode-is'.
7293
7294 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7295 `c-major-mode-is' in the event that this is used inside a
7296 `c-lang-defconst'.
7297
7298 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7299 `c-lang-defconst' so that it works better with fallback languages.
7300
7301 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7302 it to fail to record the base mode.
7303
7304 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7305 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7306 is used. Reorder the syntax checks to get more efficient
7307 skipping in some situations.
7308
7309 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7310 continuation which might precede the newly inserted '{'.
7311
7312 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7313 Fix cases where it could loop indefinitely.
7314
7315 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7316 size specs correctly. Only fontify identifiers in front of '('
7317 with as functions - don't accept any paren char. Tighten up
7318 initializer skipping to stop before function and class blocks.
7319
7320 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7321 the point could be left directly after an open paren when finding
7322 the beginning of the first decl in the block.
7323
7324 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7325 table when filtering out legitimate open parens to be recorded.
7326 This could cause cache inconsistencies when e.g.
7327 `c++-template-syntax-table' was temporarily in use.
7328
7329 * progmodes/cc-engine.el (c-on-identifier)
7330 (c-simple-skip-symbol-backward): Small fix for handling "-"
7331 correctly in `skip-chars-backward'. Affected the operator lfun
7332 syntax in Pike.
7333
7334 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7335 Fix bug that could cause an error from `after-change-functions' when
7336 the changed region is at bob.
7337
7338 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
7339
7340 CC Mode update to 5.30.9:
7341
7342 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7343 to say that <TAB> doesn't insert WS into a CPP line.
7344 (c-indent-command, c-tab-always-indent): Amend doc strings.
7345
7346 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7347 checks for user errors, thus eliminating cryptic and unhelpful
7348 Emacs error messages. (1) Check the arg to `c-set-style' is a
7349 string. (2) Check that settings to `c-offsets-alist' are not
7350 spuriously quoted.
7351
7352 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7353 which precedes the newly inserted `{'.
7354
7355 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
7356
7357 Sync with Tramp 2.0.44.
7358
7359 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7360 function "tramp_file_attributes". Otherwise, file names
7361 containing spaces are misinterpreted. Reported by Magnus Henoch
7362 <mange@freemail.hu>.
7363 (tramp-handle-file-truename): FILENAME must be expanded first.
7364 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7365 obscure results. Reported by D. Goel <deego@gnufans.org>.
7366 (tramp-handle-verify-visited-file-modtime): If file does not
7367 exist, say it is not modified if and only if that agrees with the
7368 buffer's record. Check whether a file is visiting the buffer, or
7369 the buffer has no recorded last modification time. Return t in
7370 case the visiting file doesn't exist. Suggested by Luc Teirlinck
7371 <teirllm@auburn.edu>.
7372 (tramp-handle-write-region): Pass modtime explicitely to
7373 `set-visited-file-modtime', because filename can be different
7374 from (buffer-file-name) if `file-precious-flag' is set.
7375 `set-visited-file-modtime' must be called always when `visit' is t
7376 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7377 (tramp-handle-set-visited-file-modtime): If `time-list' is not
7378 nil, don't apply the whole body. If the file doesn't exists, set
7379 modtime to '(-1 65535). Suggested by Luc Teirlinck
7380 <teirllm@auburn.edu>.
7381
7382 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
7383
7384 * help.el (describe-bindings): Doc fix.
7385
7386 * subr.el (kbd): Doc fix.
7387
7388 2004-08-08 John Paul Wallington <jpw@gnu.org>
7389
7390 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7391 instead of `string-to-int'.
7392 (define-ibuffer-column mode): Fix indentation.
7393
7394 2004-08-08 Lars Hansen <larsh@math.ku.dk>
7395
7396 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7397
7398 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7399
7400 * subr.el (global-unset-key, local-unset-key): Doc fixes.
7401
7402 * novice.el (disabled-command-function): New variable renamed from
7403 `disabled-command-hook'.
7404 (disabled-command-hook): Keep the _variable_ as alias for
7405 `disabled-command-function' and make obsolete.
7406 (disabled-command-function): Function renamed from
7407 `disabled-command-hook'. Adapt code to name change of the variable.
7408
7409 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
7410
7411 * simple.el (completion-root-regexp): New defvar.
7412 (completion-setup-function): Use it instead of a literal string.
7413
7414 2004-08-07 John Paul Wallington <jpw@gnu.org>
7415
7416 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7417 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7418 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7419 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7420
7421 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7422
7423 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7424 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7425
7426 2004-08-04 Kenichi Handa <handa@m17n.org>
7427
7428 * international/encoded-kb.el (encoded-kbd-setup-keymap):
7429 Fix previous change.
7430
7431 2004-08-03 Kenichi Handa <handa@m17n.org>
7432
7433 * international/encoded-kb.el: The following changes are to
7434 utilize key-translation-map instead of minor mode map.
7435 (encoded-kbd-iso2022-non-ascii-map): Delete it.
7436 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7437 (encoded-kbd-last-key): New function.
7438 (encoded-kbd-iso2022-single-shift): New function.
7439 (encoded-kbd-iso2022-designation)
7440 (encoded-kbd-self-insert-iso2022-7bit)
7441 (encoded-kbd-self-insert-iso2022-8bit)
7442 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7443 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7444 key-translation-map.
7445 (encoded-kbd-setup-keymap): Setup key-translation-map.
7446 (saved-key-translation-map): New variable.
7447 (encoded-kbd-mode): Save/restore key-translation-map.
7448 Adjust for the change of encoded-kbd-setup-keymap.
7449
7450 2004-08-02 Kim F. Storm <storm@cua.dk>
7451
7452 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7453 and call compute-motion with nil for topos and width to get proper
7454 usable width and height for both window and non-window systems.
7455
7456 * windmove.el (windmove-coordinates-of-position): Let compute-motion
7457 calculate usable window width and height.
7458
7459 * window.el (window-buffer-height): Call compute-motion with nil width.
7460
7461 2004-08-01 David Kastrup <dak@gnu.org>
7462
7463 * replace.el (query-replace-read-from):
7464 Use `query-replace-compile-replacement'.
7465 (query-replace-compile-replacement): New function.
7466 (query-replace-read-to): Use `query-replace-compile-replacement'
7467 for repeating the last command.
7468
7469 2004-08-01 John Paul Wallington <jpw@gnu.org>
7470
7471 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7472 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7473 (pr-switches): Remove period from end of error messages.
7474
7475 * help-mode.el (help-go-back): Likewise.
7476
7477 * abbrev.el (only-global-abbrevs): Doc fix.
7478 (edit-abbrevs-map): Define within defvar.
7479 (quietly-read-abbrev-file): Doc fix.
7480
7481 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7482
7483 * novice.el (enable-command, disable-command): Doc fixes.
7484
7485 * subr.el (event-modifiers, event-basic-type): Doc fixes.
7486
7487 2004-07-30 Richard M. Stallman <rms@gnu.org>
7488
7489 * subr.el (with-local-quit): Doc fix.
7490
7491 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
7492
7493 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7494
7495 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7496
7497 * custom.el (defcustom): Doc fix.
7498
7499 2004-07-28 Masatake YAMATO <jet@gyve.org>
7500
7501 * progmodes/etags.el (etags-tags-apropos): Show building progress.
7502
7503 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7504
7505 * imenu.el (imenu-prev-index-position-function)
7506 (imenu-extract-index-name-function, imenu-name-lookup-function)
7507 (imenu--index-alist): Docstring redundancy fix.
7508
7509 2004-07-25 Lars Hansen <larsh@math.ku.dk>
7510
7511 * wdired.el (wdired-finish-edit): Require dired-aux before locally
7512 binding dired-backup-overwrite.
7513
7514 2004-07-25 John Paul Wallington <jpw@gnu.org>
7515
7516 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7517
7518 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7519
7520 * term/tty-colors.el (tty-color-approximate): Doc fix.
7521
7522 * select.el (x-get-selection, x-set-selection): Doc fixes.
7523
7524 * frame.el (make-frame): Doc fix.
7525
7526 2004-07-24 Richard M. Stallman <rms@gnu.org>
7527
7528 * mail/rmail.el (rmail-mime-charset-pattern):
7529 Don't include semicolon in the charset value.
7530
7531 * replace.el (occur-next-error): Call set-window-point.
7532 (occur-engine): Handle negative NLINES.
7533
7534 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
7535
7536 * frame.el (modify-all-frames-parameters): Minor doc fix.
7537 (set-frame-configuration): Doc fix.
7538
7539 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7540
7541 * simple.el (completion-setup-function): Compute the common parts
7542 and the first difference place correctly when
7543 partial-completion-mode is on.
7544
7545 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7546
7547 * ps-print.el: Doc fix.
7548 (ps-print-version): New version 6.6.5.
7549 (ps-printing-region): Doc fix.
7550 (ps-generate-string-list): Comment fix.
7551 (ps-message-log-max): Code fix.
7552
7553 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7554
7555 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7556 generated PostScript.
7557
7558 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
7559
7560 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
7561 with Gnus v5_10 branch.)
7562
7563 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
7564
7565 * calendar/time-date.el (time-to-number-of-days): New function.
7566 Imported from from Gnus.
7567
7568 2004-07-22 Kim F. Storm <storm@cua.dk>
7569
7570 * progmodes/make-mode.el: Fix comments.
7571
7572 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7573
7574 * printing.el: Doc fix.
7575
7576 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
7577
7578 * frame.el (modify-all-frames-parameters): Minor doc fix.
7579
7580 2004-07-20 Richard M. Stallman <rms@gnu.org>
7581
7582 * textmodes/fill.el (fill-nobreak-p): If this break point is
7583 at the end of the line, don't consider the newline which follows
7584 as a reason to return t.
7585
7586 2004-07-19 John Paul Wallington <jpw@gnu.org>
7587
7588 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7589
7590 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7591
7592 * dired-aux.el (dired-do-kill-lines): Expand docstring.
7593 Delete irrelevant code.
7594
7595 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7596
7597 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7598 New docstring. From Luc Teirlinck.
7599
7600 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
7601
7602 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7603 section.
7604 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7605 non-file buffers. We know it is nil.
7606
7607 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7608
7609 Sync with Tramp 2.0.43.
7610
7611 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7612 Remove outdated comment.
7613 (tramp-locked, tramp-locker): New variables for implementing a
7614 global lock.
7615 (tramp-sh-file-name-handler): Use them to implement the global lock.
7616
7617 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
7618
7619 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
7620 calls to respective `xxx` calls.
7621 (tramp-process-alive-regexp): Precise doc string.
7622 (tramp-multi-action-process-alive): New defun.
7623 (tramp-multi-actions): Use it.
7624 (tramp-handle-find-backup-file-name): `copy-tree' is available
7625 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
7626 in order to avoid this function.
7627 (tramp-handle-write-region): Set current buffer. If connection
7628 wasn't open, `file-modes' has changed it accidently. Reported by
7629 David Kastrup <dak@gnu.org>.
7630 (tramp-enter-password, tramp-read-passwd): New arguments USER and
7631 HOST.
7632 (tramp-action-password, tramp-multi-action-password): Apply it.
7633 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7634 name must still contain the port number. Otherwise, we have two
7635 Tramp buffers, with all the confusion. Reported by Myron Selby
7636 <myron@xytech.com> and Rolf Dubitzky
7637 <Dubitzky@physi.uni-heidelberg.de>.
7638
7639 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7640 HOST to `tramp-enter-passwd'.
7641
7642 * net/tramp-vc.el (all): Code cleanup. Change all
7643 `tramp-handle-xxx' calls to respective `xxx` calls.
7644
7645 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
7646
7647 * emacs-lisp/testcover.el: New category "potentially-1valued" for
7648 functions that are not erroneous if either 1-valued or
7649 multi-valued. Detect functions in this class.
7650 (testcover-1value-functions, testcover-compose-functions)
7651 (testcover-progn-functions) Add some additional functions to lists.
7652 (testcover-mark): Bugfix when marking up the definition for an
7653 empty function.
7654
7655 2004-07-17 Richard M. Stallman <rms@gnu.org>
7656
7657 * replace.el (occur-read-primary-args): Pass default to
7658 read-from-minibuffer.
7659
7660 * mail/footnote.el (footnote-section-tag): Use defcustom.
7661
7662 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7663 Compile font-lock-keywords, not KEYWORDS.
7664 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7665 Add warn, check-type. Handle cerror like error.
7666
7667 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7668
7669 * progmodes/which-func.el (which-func-keymap): New var.
7670 (which-func-face): New face.
7671 (which-func-format): Use them.
7672
7673 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7674
7675 * buff-menu.el (list-buffers-noselect): Append the buffer's
7676 process status to its mode name.
7677
7678 2004-07-16 Kim F. Storm <storm@cua.dk>
7679
7680 * simple.el (inhibit-mark-movement): New defvar.
7681 (beginning-of-buffer, end-of-buffer): Do not push mark if
7682 inhibit-mark-movement is non-nil or C-u prefix is given.
7683
7684 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7685 Init to beginning-of-buffer and end-of-buffer.
7686 (cua--undo-push-mark): New defvar.
7687 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7688 already active and command is in cua--preserve-mark-commands.
7689 Also fix check for shift modifier on non-window systems.
7690 (cua--post-command-handler): Clear inhibit-mark-movement if set.
7691
7692 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7693
7694 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7695 of two integers, instead of a cons.
7696
7697 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7698 `visited-file-modtime' now returns a list of two integers, instead
7699 of a cons.
7700
7701 * dired.el (dired-directory-changed-p): Ditto.
7702
7703 * progmodes/grep.el (grep): Doc fix.
7704
7705 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7706
7707 * autorevert.el (auto-revert-tail-mode)
7708 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7709 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7710 in both at the same time.
7711 (auto-revert-tail-mode): New command.
7712 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7713 (auto-revert-handler): Revert only either tail or whole file.
7714
7715 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7716 add auto-revert-tail-mode.
7717
7718 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7719
7720 * printing.el: Doc fix. Change name of some funs.
7721 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
7722 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
7723 (pr-standard-file-name): New fun. Replace pr-standard-path.
7724 (pr-call-process): Code fix.
7725
7726 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
7727
7728 * subr.el (with-selected-window): Doc fix.
7729
7730 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
7731
7732 * subr.el (get-buffer-window-list): Doc fix.
7733
7734 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7735
7736 * files.el (switch-to-buffer-other-window): Doc fix.
7737
7738 * window.el (save-selected-window, one-window-p)
7739 (split-window-keep-point, split-window-vertically)
7740 (split-window-horizontally): Doc fixes.
7741
7742 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7743
7744 * printing.el: Doc fix. Now it uses call-process instead of
7745 shell-command for low command execution.
7746 (pr-version): New version number (6.8).
7747 (pr-shell-file-name): Option removed.
7748 (pr-shell-command): Fun removed.
7749 (pr-call-process): New fun. Replace pr-shell-command.
7750 (pr-standard-path, pr-remove-nil-from-list): New funs.
7751 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7752 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7753 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7754 (pr-ps-utility-process, pr-txt-print): Code fix.
7755
7756 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7757
7758 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7759 boolean.
7760
7761 2004-07-09 Lars Hansen <larsh@math.ku.dk>
7762
7763 * wid-edit.el (widget-field-buffer): Doc fix.
7764
7765 2004-07-09 John Paul Wallington <jpw@gnu.org>
7766
7767 * emacs-lisp/re-builder.el (reb-update-overlays):
7768 Distinguish between one and several matches in message.
7769
7770 2004-07-09 Richard M. Stallman <rms@gnu.org>
7771
7772 * mouse.el (mouse-set-region-1): If transient-mark-mode
7773 is `identity', change it to `only'.
7774
7775 * simple.el (current-word): Doc fix.
7776
7777 2004-07-09 Mark A. Hershberger <mah@everybody.org>
7778
7779 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7780 so that it is more understanding of whitespace.
7781
7782 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7783 (("ns" . "element") (attr-list) children) instead of
7784 ((:ns . "element") (attr-list) children) in order to reduce the
7785 number of symbols used.
7786 (xml-skip-dtd): Change to use xml-parse-dtd but set
7787 xml-validating-parsing to nil.
7788 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7789 (xml-substitute-entity): Remove in favor of new entity substitution.
7790 (xml-substitute-special): Rewrite in to substitute complex
7791 entities from DOCTYPE declarations.
7792 (xml-parse-fragment): Parse fragments from entity deleclarations.
7793 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7794 (xml-parse-dtd, xml-substitute-special): Make validity checks
7795 conditioned on xml-validating-parser. Add "Not Well Formed" to
7796 error messages about well-formedness.
7797
7798 2004-07-08 Steven Tamm <steventamm@mac.com>
7799
7800 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7801 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7802 Do not treat double clicks and triple clicks specially in the
7803 scroll bar (preventing strange repositioning problems)
7804
7805 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7806
7807 * replace.el (query-replace-regexp-eval): Fix last change.
7808
7809 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7810
7811 * replace.el (query-replace-descr): New fun.
7812 (query-replace-read-from, query-replace-read-args): Default to the
7813 previous from&to.
7814 (query-replace-read-to): Quote the `from' string when displaying it.
7815 (query-replace-regexp-eval): Immediately check read-only status.
7816 Use query-replace-read-from to get the \n checking.
7817 Quote the `from' string when displaying it.
7818 (map-query-replace-regexp, occur-read-primary-args):
7819 Quote the `from' string when displaying it.
7820
7821 * isearch.el (isearch-query-replace): Pass the regexp-ness and
7822 delimited-ness of the search to query-replace.
7823
7824 * replace.el (query-replace-read-from, query-replace-read-to):
7825 New funs extracted from query-replace-read-args.
7826 (query-replace-read-args): Use them.
7827
7828 * replace.el (query-replace-interactive, query-replace-read-args):
7829 Remove the `initial' special value.
7830 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7831 (occur-engine): Remove unused var `matchend'.
7832
7833 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7834 Use the search string without prompting.
7835
7836 2004-07-05 Kenichi Handa <handa@m17n.org>
7837
7838 * international/mule.el (decode-coding-inserted-region):
7839 Set last-coding-system-used only when coding is nil.
7840
7841 2004-07-03 Eli Zaretskii <eliz@gnu.org>
7842
7843 * progmodes/grep.el (grep-compute-defaults, grep-command)
7844 (grep-program, find-program, grep-find-use-xargs, grep-history)
7845 (grep-find-history, grep-tag-default, grep-find-command)
7846 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7847 Add autoload cookies, for unbundled packages that load `compile'
7848 and expect all grep-related symbols to become defined.
7849
7850 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
7851
7852 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7853 (iimage-mode-image-search-path): New user option to search the
7854 image file.
7855 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
7856 have locate-file.
7857 (iimage-mode-buffer): Use it.
7858
7859 2004-07-03 Nick Roberts <nickrob@gnu.org>
7860
7861 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7862 carefully.
7863 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7864
7865 2004-07-03 Juri Linkov <juri@jurta.org>
7866
7867 * replace.el (query-replace-read-args): Swallow space after 'foo,
7868 not after (quote foo). Match space only immediately after symbol,
7869 not anywhere in the whole string.
7870
7871 2004-07-02 Richard M. Stallman <rms@gnu.org>
7872
7873 * replace.el (query-replace-read-args): Swallow space after
7874 symbols, not after closeparens. But avoid error if string ends there.
7875
7876 * progmodes/python.el (python-beginning-of-statement):
7877 Exit the loop if backward-up-list gets error.
7878
7879 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7880
7881 2004-07-02 Andre Spiegel <spiegel@gnu.org>
7882
7883 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7884 only if vc-consult-headers is non-nil.
7885
7886 2004-07-02 Juri Linkov <juri@jurta.org>
7887
7888 * pcvs.el (cvs-mode-diff-repository): New command.
7889
7890 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7891
7892 2004-07-01 Juri Linkov <juri@jurta.org>
7893
7894 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7895 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
7896 C-M-% to isearch-query-replace-regexp.
7897 (minibuffer-local-isearch-map): Add arrow key bindings.
7898 Bind C-f to isearch-yank-char-in-minibuffer.
7899 (isearch-forward): Doc fix.
7900 (isearch-edit-string): Doc fix.
7901 (isearch-query-replace, isearch-query-replace-regexp): New funs.
7902 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
7903 (isearch-yank-char): Add optional arg.
7904 (isearch-yank-char-in-minibuffer): New fun.
7905
7906 * replace.el (query-replace-interactive): Change type from boolean
7907 to choice. Add value `initial'.
7908 (query-replace-read-args): Handle value `initial' of
7909 query-replace-interactive.
7910
7911 2004-06-29 Kim F. Storm <storm@cua.dk>
7912
7913 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7914 (breakpoint-disabled-bitmap-face): Add :group 'gud.
7915
7916 * progmodes/ada-xref.el (ada-tight-gvd-integration):
7917 Add :group 'ada.
7918
7919 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7920
7921 2004-06-29 Juri Linkov <juri@jurta.org>
7922
7923 * replace.el (query-replace-read-args): Swallow a space after
7924 everything except )]" which in most cases means after a symbol.
7925
7926 * emacs-lisp/pp.el (pp-buffer): Add autoload.
7927
7928 2004-06-28 Richard M. Stallman <rms@gnu.org>
7929
7930 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7931 More changes to go with previous change in font-lock.el.
7932
7933 2004-06-26 David Kastrup <dak@gnu.org>
7934
7935 * replace.el (perform-replace): Highlight the match even in
7936 non-query mode if there is potential replace string editing.
7937
7938 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
7939
7940 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7941 agree with new return value of `file-remote-p'.
7942 This syncs with Tramp 2.0.42.
7943
7944 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7945 according to new documentation of `file-remote-p'.
7946
7947 * files.el (file-remote-p): Fix doc to say that return value is
7948 identification of remote system, if not nil.
7949 (file-relative-name): Use new return value of `file-remote-p'.
7950
7951 2004-06-26 Nick Roberts <nickrob@gnu.org>
7952
7953 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7954 (gdb-goto-breakpoint): Fix breakage.
7955
7956 2004-06-26 Eli Zaretskii <eliz@gnu.org>
7957
7958 * man.el (Man-getpage-in-background): Add windows-nt to the list
7959 of systems where shell-file-name should be used instead of
7960 literal "sh".
7961
7962 2004-06-25 Sam Steingold <sds@gnu.org>
7963
7964 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7965 function names `(setf symbol)'.
7966
7967 2004-06-24 Richard M. Stallman <rms@gnu.org>
7968
7969 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7970
7971 * font-lock.el (font-lock-keywords): Change format of compiled values.
7972 Document it.
7973 (font-lock-add-keywords): If font-lock-keywords is compiled,
7974 extract the uncompiled version, modify, then recompile.
7975 (font-lock-remove-keywords): Likewise.
7976 (font-lock-fontify-keywords-region): Handle changed format.
7977 (font-lock-compile-keywords): Handle changed format.
7978 (font-lock-set-defaults): Compile the keywords explicitly here.
7979
7980 2004-06-24 David Kastrup <dak@gnu.org>
7981
7982 * replace.el (query-replace-read-args): Implement `\,' and `\#'
7983 replacements here.
7984 (query-replace-regexp): Doc string explaining this and the new
7985 `\?' replacement. Remove `\,' and `\#' implementation here, as it
7986 is better placed in `query-replace-read-args'.
7987 (replace-regexp): Explain `\,', `\#' and `\?'.
7988 (replace-match-data): New function for thorough reuse/destruction
7989 of old match-data.
7990 (replace-match-maybe-edit): Function for implementing `\?' editing.
7991 (perform-replace): Fix maintaining of the match stack including
7992 already matched regions, implement `\?', fix various problems
7993 with regions while editing and other stuff.
7994 (replace-highlight): Simplify.
7995
7996 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
7997
7998 * progmodes/grep.el (grep-error-screen-columns): New variable.
7999 (grep-regexp-alist): Give it the full functionality of gnu style
8000 compilation messages with line and column ranges. Ask me for the
8001 perl script I'm working on, that uses these.
8002
8003 2004-06-23 Nick Roberts <nickrob@gnu.org>
8004
8005 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
8006 Remove.
8007 (comint-insert-input, comint-mouse-insert-input): New functions
8008 based on comint-insert-clicked-input for two bindings but just
8009 one functionality.
8010
8011 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
8012
8013 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
8014
8015 2004-06-23 Lars Hansen <larsh@math.ku.dk>
8016
8017 * files.el (write-contents-functions): Doc fix.
8018
8019 2004-06-21 Juanma Barranquero <lektu@terra.es>
8020
8021 * image.el (image-library-alist): Rewrite docstring in active voice.
8022
8023 2004-06-20 Richard M. Stallman <rms@gnu.org>
8024
8025 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
8026
8027 * isearch.el (isearch-repeat): Avoid testing old match data.
8028 (isearch-message): Display trailing space in special font
8029 when search is failing.
8030 (isearch-search-fun-function): Doc fix.
8031
8032 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
8033
8034 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
8035
8036 * frame.el (show-trailing-whitespace): Doc fix.
8037
8038 * cus-edit.el (custom-variable-documentation): New function.
8039 (custom-variable): Use it.
8040
8041 2004-06-19 Nick Roberts <nickrob@gnu.org>
8042
8043 * man.el (Man-getpage-in-background): Revert previous change but
8044 make cygwin a special case.
8045
8046 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
8047
8048 * autorevert.el (global-auto-revert-non-file-buffers):
8049 Update docstring.
8050
8051 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
8052
8053 * progmodes/compile.el (compilation-error-properties): Store one
8054 more than end-col, if present, so that transient-mark-mode will
8055 highlight last char too.
8056 * progmodes/grep.el (grep-regexp-alist): Match columns and column
8057 ranges, if present.
8058
8059 2004-06-18 Jason Rumney <jasonr@gnu.org>
8060
8061 * makefile.w32-in: Double percent signs in for loops.
8062
8063 2004-06-17 David Kastrup <dak@gnu.org>
8064
8065 * replace.el (query-replace-read-args): Only warn about use of \n
8066 and \t when we are doing a regexp replacement and the actual
8067 escaped character is n or t.
8068 (query-replace-regexp): Add \, and \# interpretation to
8069 interactive call and document it.
8070 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
8071 as shortkey for replace-count.
8072 (replace-quote): New function for doubling backslashes.
8073
8074 2004-06-17 Juanma Barranquero <lektu@terra.es>
8075
8076 * files.el (parse-colon-path, cd): Mention in docstring that the
8077 path separator is colon in GNU-like systems.
8078
8079 * newcomment.el (comment-region-internal): Fix docstring.
8080
8081 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
8082 (ewoc-invalidate, ewoc-collect): Doc fixes.
8083 (ewoc--create-node, ewoc--delete-node-internal):
8084 Fix typos in docstring.
8085
8086 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8087
8088 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
8089 manual to docstring.
8090
8091 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8092
8093 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
8094
8095 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
8096
8097 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8098 Add hyperlink to emacs-xtra manual to docstring.
8099
8100 * autorevert.el (global-auto-revert-non-file-buffers):
8101 Add hyperlink to emacs-xtra manual to docstring, as well as an
8102 info-link.
8103
8104 2004-06-14 Juanma Barranquero <lektu@terra.es>
8105
8106 * image.el (image-library-alist): New variable to map image types
8107 to external libraries. Initialized to nil, unless system-specific
8108 configs change it.
8109 (image-type-available-p): Determine whether an image type is
8110 available by calling `init-image-library'.
8111
8112 * term/w32-win.el (image-library-alist): Initialize to a known set
8113 of probable library names.
8114
8115 2004-06-14 Kenichi Handa <handa@m17n.org>
8116
8117 * international/code-pages.el (windows-1256, cp1125): Fix tables
8118 for several characters.
8119
8120 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
8121
8122 2004-06-13 Richard M. Stallman <rms@gnu.org>
8123
8124 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
8125
8126 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
8127 not "`pc-selection-mode'".
8128
8129 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
8130
8131 * simple.el (previous-matching-history-element): Specify a default.
8132
8133 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
8134
8135 * cus-face.el (custom-declare-face): Simplify code.
8136
8137 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
8138
8139 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
8140
8141 * files.el (before-save-hook): Add `time-stamp' to the options.
8142
8143 * time-stamp.el (time-stamp): Recommend adding it to
8144 `before-save-hook', rather than `write-file-functions'.
8145 Make a similar change in `Commentary' section.
8146
8147 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
8148
8149 * diff-mode.el (diff-current-defun): If at start of hunk, use
8150 position of first change.
8151
8152 2004-06-13 Lars Hansen <larsh@math.ku.dk>
8153
8154 * dired-x.el (dired-mark-omitted): Bind to "*O".
8155
8156 2004-06-12 Karl Fogel <kfogel@red-bean.com>
8157
8158 * bookmark.el (bookmark-bmenu-relocate): New function, as
8159 suggested by David J. Biesack <David.Biesack@sas.com>.
8160 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8161 (bookmark-bmenu-mode): Describe binding in doc string.
8162 (bookmark-set-filename): Save the bookmark list if it's time.
8163
8164 2004-06-13 Kenichi Handa <handa@m17n.org>
8165
8166 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
8167 (ccl-untranslated-to-ucs): Fix typo.
8168
8169 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
8170
8171 * progmodes/python.el (python-open-block-statement-p):
8172 Fix indentation after a block opening that contains a comment.
8173
8174 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
8175
8176 * bindings.el (completion-ignored-extensions): Add file extensions
8177 of Python byte-compiled files.
8178
8179 2004-06-12 Juri Linkov <juri@jurta.org>
8180
8181 * info.el (Info-goto-node): Add autoload.
8182 (Info-toc): Add substring-no-properties on Info file name.
8183 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8184 (Info-mode-map): Bind L to Info-history, T to Info-toc.
8185
8186 2004-06-12 Kenichi Handa <handa@m17n.org>
8187
8188 * international/mule-cmds.el (set-language-environment):
8189 Load subst tables if necessary.
8190
8191 * international/mule.el (decode-char): Load subst tables if necessary.
8192 (encode-char): Likewise.
8193
8194 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8195 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
8196 (utf-16le-decode-loop): Set r5 to -1 before loop.
8197 (utf-16be-decode-loop): Likewise.
8198 (ccl-decode-mule-utf-16le): Add EOF processing block.
8199 (ccl-decode-mule-utf-16be): Likewise.
8200 (ccl-decode-mule-utf-16le-with-signature): Likewise.
8201 (ccl-decode-mule-utf-16be-with-signature): Likewise.
8202 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
8203 (ccl-mule-utf-16-encode-untrans): New CCL.
8204 (utf-16-decode-to-ucs): Handle pre-read character.
8205 (utf-16le-encode-loop): Handle surrogate pair.
8206 (utf-16be-encode-loop): Likewise.
8207 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
8208 of utf-16le-encode-loop.
8209 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
8210 of utf-16be-encode-loop.
8211 (mule-utf-16-post-read-conversion):
8212 Call utf-8-post-read-conversion at first.
8213 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8214 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
8215 Add post-read-conversion and pre-write-conversion.
8216
8217 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
8218 (utf-translate-cjk-unicode-range): New variable.
8219 (utf-translate-cjk-load-tables): New function.
8220 (utf-lookup-subst-table-for-decode): New function.
8221 (utf-lookup-subst-table-for-encode): New function.
8222 (utf-translate-cjk-mode): Init-value changed to t. Don't load
8223 tables here. Update safe-charsets of utf-* coding systems.
8224 (ccl-mule-utf-untrans): New CCL.
8225 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
8226 at end of each branch.
8227 (ccl-mule-utf-8-encode-untrans): New CCL.
8228 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8229 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
8230 length of encoding. Don't return r0.
8231 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
8232 (utf-8-post-read-conversion): Narrow to region properly.
8233 If utf-translate-cjk-mode is on, load tables if necessary.
8234 Call utf-8-compose with hash-table arg if necessary.
8235 Call XXX-compose-region instead of XXX-post-read-convesion.
8236 (utf-8-pre-write-conversion): New function.
8237 (mule-utf-8): Include CJK charsets in safe-charsets if
8238 utf-translate-cjk-mode is on. Add pre-write-conversion.
8239
8240 * international/characters.el: Temporarily set
8241 utf-translate-cjk-mode to nil.
8242
8243 * language/devan-util.el (devanagari-compose-region):
8244 Add autoload cookie.
8245
8246 * international/ccl.el (ccl-dump-call): Fix printing the
8247 subroutine name.
8248
8249 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
8250
8251 * dired.el (dired-revert): If buffer is marked unmodified before
8252 reverting, keep it marked unmodified.
8253 Adapt to new conventions for commenting out code.
8254 (dired-make-relative): Adapt to new conventions for commenting out code.
8255
8256 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
8257
8258 * eshell/esh-module.el (eshell-load-defgroups):
8259 Bind `vc-handled-backends' to nil when opening files.
8260
8261 2004-06-11 Juanma Barranquero <lektu@terra.es>
8262
8263 * files.el (parse-colon-path, cd): Doc fixes (refer to
8264 `path-separator', not colon).
8265
8266 2004-06-10 Juanma Barranquero <lektu@terra.es>
8267
8268 * newcomment.el (comment-search-forward)
8269 (comment-search-backward): Fix typos in docstring.
8270 (comment-region): Doc fix.
8271
8272 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
8273
8274 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8275 switch is no longer stored in `dired-switches-alist'.
8276
8277 * dired-aux.el (dired-insert-subdir): Do not store R switch in
8278 `dired-switches-alist'.
8279
8280 2004-06-10 Kim F. Storm <storm@cua.dk>
8281
8282 * pcvs.el (cvs-mode-diff-yesterday): New command.
8283
8284 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8285
8286 2004-06-10 Juri Linkov <juri@jurta.org>
8287
8288 * emacs-lisp/edebug.el (edebug-eval-defun):
8289 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8290 Fix docstring.
8291
8292 * simple.el (eval-expression-print-format): Don't print additional
8293 information on the first call to `eval-print-last-sexp'.
8294 (next-error-find-buffer): Fix punctuation.
8295 (killing) <defgroup>: Fix punctuation.
8296 (yank-excluded-properties): Change group from editing to killing.
8297
8298 * replace.el (perform-replace): Use `limit' to terminate the
8299 while-loop explicitly.
8300
8301 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8302
8303 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8304 Use lc-*.xpm as prefix instead of *-locol.xpm.
8305
8306 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8307 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8308 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8309 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8310 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8311 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8312 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8313 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8314 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8315 * toolbar/lc-up_arrow.xpm:
8316 Rename from *-locol.xpm.
8317
8318 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
8319
8320 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8321 include forms like &<str>; as valid url patterns.
8322
8323 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8324
8325 * dired.el (dired-diff, dired-backup-diff)
8326 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8327 (dired-do-chown, dired-do-touch, dired-do-print)
8328 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8329 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8330 (dired-create-directory, dired-do-copy, dired-do-symlink)
8331 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8332 (dired-do-copy-regexp, dired-do-hardlink-regexp)
8333 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8334 (dired-maybe-insert-subdir, dired-next-subdir)
8335 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8336 (dired-kill-subdir, dired-tree-up, dired-tree-down)
8337 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8338 (dired-run-shell-command, dired-query): Remove redundant,
8339 or incorrect, autoloads.
8340
8341 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8342 does not end in a slash. Add optional argument KILL-ROOT.
8343 Update docstring.
8344 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8345 (dired-query): Add autoloads.
8346
8347 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
8348
8349 * progmodes/compile.el (compilation-set-window-height):
8350 Rearrange the save-* functions because a buffer can have several current
8351 point in different windows.
8352 (compilation-error-regexp-alist-alist): Recognize {standard input}
8353 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8354
8355 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8356
8357 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8358 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8359 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8360 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8361 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8362 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8363 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8364 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8365 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8366 * toolbar/up_arrow-locol.xpm:
8367 New versions of icons that uses fewer colors.
8368
8369 * toolbar/tool-bar.el (tool-bar-local-item)
8370 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8371 if display-color-cells is 256 or less.
8372
8373 2004-06-08 Kim F. Storm <storm@cua.dk>
8374
8375 * wid-edit.el (widget-specify-button): Use hand pointer rather
8376 than mouse-face as visible mouse-over effect.
8377
8378 2004-06-07 Karl Fogel <kfogel@red-bean.com>
8379
8380 * saveplace.el (save-place-alist-to-file): Bind `print-length'
8381 and `print-level' to nil when writing out `save-place-alist'.
8382 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8383
8384 2004-06-07 Juanma Barranquero <lektu@terra.es>
8385
8386 * completion.el (completion-kill-region): Doc fix.
8387
8388 * format.el (format-insert-annotations)
8389 (format-annotate-location): Doc fixes.
8390 (format-subtract-regions): Make arguments match their use in docstring.
8391
8392 * simple.el (kill-region): Doc fix.
8393
8394 * subr.el (insert-buffer-substring-no-properties)
8395 (insert-buffer-substring-as-yank): Doc fixes.
8396
8397 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
8398
8399 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8400 Update docstring.
8401 (dired-reset-subdir-switches): New function.
8402
8403 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8404 Limit scope of `buffer-read-only' binding.
8405
8406 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
8407
8408 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8409 eshell-explicit-command-char.
8410
8411 2004-06-06 Juanma Barranquero <lektu@terra.es>
8412
8413 * help-fns.el (help-argument-name): Inherit from italic face only
8414 if the frame supports it.
8415
8416 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8417
8418 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8419 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8420 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8421 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8422 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8423 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8424 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8425 New conversions from xpm files.
8426
8427 * toolbar/README: New file.
8428
8429 2004-06-06 Richard M. Stallman <rms@gnu.org>
8430
8431 * isearch.el (isearch-mode-map): Undo previous change.
8432
8433 2004-06-05 Juri Linkov <juri@jurta.org>
8434
8435 * bindings.el (debug-ignored-errors): Add regexps for history
8436 related messages. Remove $ from "No further undo information".
8437 Move Ediff's messages to ediff.el.
8438
8439 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8440
8441 * cus-edit.el (custom-display): Add `min-colors'.
8442
8443 * custom.el (defface): Add `supports' to docstring.
8444
8445 * help-fns.el (help-argument-name): Add :group 'help.
8446
8447 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
8448
8449 * find-dired.el (find-ls-subdir-switches): New user option.
8450 (find-dired): No longer call `abbreviate-file-name' on DIR.
8451 Set `dired-subdir-switches' buffer-locally.
8452
8453 * locate.el: Merge the two `Commentary' sections.
8454 (locate-ls-subdir-switches): New user option.
8455 (locate): Update for other changes.
8456 (locate-mode-map): Restore Dired binding for mouse-2.
8457 Bind `locate-mouse-view-file' to M-mouse-2.
8458 Bind `l' to `locate-do-redisplay'.
8459 (locate-main-listing-line-p, locate-do-redisplay): New functions.
8460 (locate-mouse-view-file, locate-tags, locate-find-directory):
8461 Print message if used outside main listing.
8462 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
8463 Various changes to support inserted subdirectories.
8464 (locate-insert-header): Change header of *Locate* buffer.
8465
8466 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8467 Change interactive default switches.
8468 (dired-rename-subdir-2): Update `dired-switches-alist'.
8469 (dired-insert-subdir, dired-kill-subdir):
8470 Handle `dired-switches-alist'. Do not mark buffer modified.
8471 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8472 (dired-insert-subdir-doinsert): Omit messages.
8473 Handle `dired-subdir-switches'.
8474 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8475
8476 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8477 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8478 subdirs if -R switch is used for a subdir.
8479 (dired-mode): Set `dired-switches-alist'.
8480 (dired-build-subdir-alist): Only print number of directories in
8481 echo area when invoked interactively.
8482
8483 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8484
8485 * dired-x.el (dired-omit-mode): Rename from
8486 dired-omit-files-p. Use define-minor-mode to define it.
8487 (dired-omit-files-p): Add as alias for dired-omit-mode.
8488 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
8489 dired-mark-omitted.
8490 (dired-mark-omitted): Add. Bind to M-O.
8491
8492 2004-06-05 Kenichi Handa <handa@m17n.org>
8493
8494 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8495
8496 2004-06-05 Juanma Barranquero <lektu@terra.es>
8497
8498 * help-fns.el (help-argument-name): Reintroduce face.
8499 (help-default-arg-highlight): Use it, now that
8500 `face-differs-from-default-p' can be trusted.
8501
8502 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8503
8504 * textmodes/table.el: Sentence commands added to Point Motion
8505 group; kill and backward-kill commands added to Extraction group.
8506
8507 2004-06-04 Mario Lang <mlang@delysid.org>
8508
8509 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8510 systems appear to use mW, make the code handle this. Fix a
8511 division-by-zero bug while at it, and handle kernels with
8512 a slightly different layout in /proc/acpi.
8513
8514 2004-06-04 Karl Fogel <kfogel@red-bean.com>
8515
8516 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8517 because the latter is a CL-ism. This fixes the bug reported by
8518 Shawn Boyette <mdxi@collapsar.net> in
8519 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8520
8521 2004-06-04 Miles Bader <miles@gnu.org>
8522
8523 * faces.el (display-supports-face-attributes-p): Function moved to
8524 C code. Previously only the tty-related portion of this function
8525 was done in C; however the previous attempt to do a halfway-proper
8526 job for non-tty displays in lisp didn't work properly because of
8527 funny conditions during Emacs startup.
8528 (face-differs-from-default-p): Simplify, now that
8529 display-supports-face-attributes-p works properly on all display
8530 types. Remove :stipple from comparison; it doesn't really work
8531 in emacs anyway.
8532
8533 2004-06-04 Miles Bader <miles@gnu.org>
8534
8535 * faces.el (face-differs-from-default-p): Use a different
8536 implementation, so we can really check whether FACE displays
8537 differently or not.
8538
8539 2004-06-04 Miles Bader <miles@gnu.org>
8540
8541 * faces.el (display-supports-face-attributes-p): Implement a
8542 `different from default' check for non-tty displays.
8543
8544 2004-06-03 David Kastrup <dak@gnu.org>
8545
8546 * woman.el (woman-mapcan): More concise code.
8547 (woman-topic-all-completions, woman-topic-all-completions-1)
8548 (woman-topic-all-completions-merge): Replace by a simpler and
8549 much faster implementation based on O(n log n) sort/merge instead
8550 of the old O(n^2) behavior.
8551
8552 2004-06-03 Miles Bader <miles@gnu.org>
8553
8554 * subr.el (read-number): Use canonical format for default in prompt.
8555
8556 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8557 Add regexp for " [...]" style defaults.
8558
8559 2004-06-02 Romain Francoise <romain@orebokech.com>
8560
8561 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8562 groups: if the user asks for a hidden buffer, open the
8563 corresponding filter group to expose it.
8564
8565 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8566 `ibuffer-jump-to-buffer'.
8567 (ibuffer-jump-offer-only-visible-buffers): New user option.
8568
8569 2004-06-02 Juanma Barranquero <lektu@terra.es>
8570
8571 * faces.el (frame-update-faces): Add empty docstring so the one
8572 for `ignore' doesn't show through.
8573
8574 * subr.el (process-kill-without-query): Remove spurious "\n" on
8575 obsolescence string.
8576 (focus-frame, unfocus-frame): Add obsolescence declaration and
8577 empty docstring.
8578
8579 * international/mule.el (register-char-codings): Make alias for
8580 `ignore'. Move docstring to obsolescence info and remove redundancy.
8581
8582 2004-06-02 Kim F. Storm <storm@cua.dk>
8583
8584 * frame.el (blink-cursor-start): Turn cursor off initially so blink
8585 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8586
8587 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8588
8589 * comint.el (comint-replace-by-expanded-history-before-point):
8590 Obey `start' as the docstring says.
8591 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8592 (comint-update-fence): Prevent font-lock from running unnecessarily.
8593 (comint-dynamic-list-completions): Use with-current-buffer.
8594
8595 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8596
8597 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8598 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8599 (bibtex-entry-update): Handle alternatives and optional fields.
8600 (bibtex-parse-entry): Bugfix, handle empty key.
8601
8602 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8603
8604 * vc-arch.el (vc-arch-state): Don't assume the file exists.
8605
8606 2004-05-31 Lars Hansen <larsh@math.ku.dk>
8607
8608 * desktop.el (desktop-save): Don't save minor modes without a
8609 known mode initialization function.
8610
8611 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
8612
8613 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8614
8615 * autorevert.el: Update `Commentary' section.
8616
8617 2004-05-30 Juanma Barranquero <lektu@terra.es>
8618
8619 * dos-fns.el (convert-standard-filename):
8620 * files.el (convert-standard-filename):
8621 * w32-fns.el (convert-standard-filename):
8622 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8623
8624 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8625
8626 Sync with Tramp.
8627
8628 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8629 (tramp-let-maybe): Move to an earlier spot in the file.
8630 Patch by Andreas Schwab.
8631
8632 2004-05-30 Andreas Schwab <schwab@suse.de>
8633
8634 * dired.el (dired-get-filename): Don't use dired-re-dot.
8635
8636 2004-05-30 Richard M. Stallman <rms@gnu.org>
8637
8638 * files.el (find-file): Doc fix.
8639
8640 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8641
8642 2004-05-30 Nick Roberts <nickrob@gnu.org>
8643
8644 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8645 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8646 modeline of the locals buffer.
8647 (gdb-goto-breakpoint): Handle gdbmi.
8648 (gdb-get-frame-number): Change for gdbmi.
8649
8650 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8651
8652 * files.el (file-remote-p): Apply file name handler for operation
8653 `file-remote-p'. It isn' a property any longer.
8654 (file-relative-name): `fh' and `fd' get the required value via
8655 `find-file-name-handler' already.
8656
8657 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8658 (top): Remove setting of `file-remote-p' property for
8659 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
8660
8661 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8662
8663 Version 2.0.41 of Tramp released.
8664
8665 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8666 Throw away if process has died.
8667 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8668 (tramp-out-of-band-prompt-regexp): Rename to
8669 `tramp-process-alive-regexp', because its usage is widen.
8670 (tramp-actions-copy-out-of-band): Apply it.
8671 (tramp-actions-before-shell, tramp-multi-actions):
8672 Add `tramp-action-process-alive' action.
8673 (tramp-action-process-alive): New defun.
8674 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8675 Add entry for `file-remote-p'.
8676 (tramp-handle-file-remote-p): New defun.
8677 (top): Remove setting of `file-remote-p'. Don't set
8678 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8679
8680 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8681 `file-remote-p'.
8682
8683 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8684 counted for (last) line. [They should or they shouldn't? --Stef]
8685 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8686
8687 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8688
8689 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8690 not really necessary but seems to keep the shell history smaller
8691 in some cases. It is no substitute for setting HISTFILE and
8692 HISTSIZE from tramp-open-connection-setup-interactive-shell,
8693 though. Suggested by Luc Teirlinck.
8694 (tramp-open-connection-setup-interactive-shell): Export variables
8695 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
8696 (tramp-set-process-query-on-exit-flag): New compat function.
8697 (tramp-open-connection-multi, tramp-open-connection-su)
8698 (tramp-open-connection-rsh, tramp-open-connection-telnet)
8699 (tramp-do-copy-or-rename-file-out-of-band): Use it.
8700 (tramp-let-maybe): New macro, let-binds a variable only if it
8701 isn't obsolete.
8702 (tramp-check-ls-commands, tramp-handle-expand-file-name)
8703 (tramp-handle-file-truename): Use it.
8704 (tramp-completion-file-name-regexp-unified): Avoid matching
8705 filenames starting with "/:" -- those are reserved for
8706 file-name-non-special.
8707
8708 * tramp-smb.el (tramp-smb-open-connection):
8709 Use tramp-set-process-query-on-exit-flag compat function.
8710
8711 2004-05-29 Richard M. Stallman <rms@gnu.org>
8712
8713 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8714
8715 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8716 (eval-last-sexp-print-value): Print char equivalent regardless
8717 of standard-output value.
8718
8719 * thumbs.el (thumbs-subst-char-in-string): Delete.
8720 (thumbs-thumbname): Use subst-char-in-string.
8721 (thumbs-resize-image): Use condition-case, not ignore-errors.
8722 (thumbs-kill-buffer): Likewise.
8723
8724 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
8725 (thumbs-mode): Make buffer read-only.
8726 (thumbs-make-thumb): Unconditionally accept an existing file.
8727 (thumbs-insert-thumb): Add thumb-image-file property to the image.
8728 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8729 (thumbs-show-thumbs-list): Error if images not supported.
8730 (thumbs-save-current-image): Improve prompt string.
8731 (thumbs-mode-map): Define u, R, x.
8732 (thumbs-unmark): New command.
8733 (thumbs-emboss-image): Minor cleanup.
8734 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8735 (thumbs-rename-images): New command.
8736 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
8737
8738 * thumbs.el (thumbs-current-image): New function.
8739 (thumbs-file-list, thumbs-file-alist): New functions.
8740 (thumbs-find-image): Delete arg L.
8741 Don't set up thumbs-fileL as buffer-local global var.
8742 (thumbs-find-image-at-point): Use thumbs-current-image.
8743 (thumbs-set-image-at-point-to-root-window): Likewise.
8744 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8745 Record and warn about errors. Update thumbs-markedL for deletions.
8746 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8747 (thumbs-redraw-buffer): Use thumbs-file-list.
8748 (thumbs-mark): Use thumbs-current-image.
8749 (thumbs-show-name): Use thumbs-current-image.
8750
8751 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8752 and imenu--last-menubar-index-alist.
8753
8754 * subr.el (with-selected-window): Undo previous change.
8755
8756 2004-05-29 John Paul Wallington <jpw@gnu.org>
8757
8758 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8759 (thumbs-mouse-find-image): New command.
8760 (thumbs-mode-map): Bind it to mouse-2.
8761 (thumbs-mode): Make mode-class special.
8762 (thumbs-view-image-mode): Likewise.
8763
8764 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8765
8766 * flymake.el: New file.
8767
8768 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
8769
8770 * files.el (find-file-noselect-1): Do not bind
8771 `inhibit-read-only' to t during execution of
8772 `find-file-not-found-functions'.
8773
8774 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8775
8776 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8777 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8778
8779 2004-05-28 Juri Linkov <juri@jurta.org>
8780
8781 * simple.el (eval-expression-print-format): New fun.
8782
8783 * simple.el (eval-expression):
8784 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8785 * emacs-lisp/edebug.el (edebug-compute-previous-result)
8786 (edebug-eval-expression): Print additionally the value returned by
8787 `eval-expression-print-format'.
8788
8789 * emacs-lisp/lisp.el (insert-pair-alist): New var.
8790 (insert-pair): Make arguments optional. Find character pair
8791 from `insert-pair-alist' according to the last input event.
8792 (insert-parentheses): Make arguments optional.
8793 (raise-sexp, delete-pair): New funs.
8794
8795 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8796 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8797 Bind C-M-q to `indent-pp-sexp'.
8798
8799 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8800 `pp-to-string' modified to be able to format text with newlines.
8801 (pp-to-string): Move the buffer-formatting part of the code to
8802 `pp-buffer'. Call `pp-buffer'.
8803
8804 * info.el (Info-desktop-buffer-misc-data): Don't save information
8805 about virtual files.
8806 (Info-restore-desktop-buffer): Restore Info buffers in prepared
8807 buffers with names obtained from the desktop file instead of the
8808 default *info* buffer.
8809
8810 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8811
8812 * subr.el (with-selected-window): Only save/restore the selected window.
8813
8814 * progmodes/compile.el (compilation-error-regexp-alist):
8815 Use expand-file-name and data-directory.
8816
8817 * progmodes/grep.el (grep-tree): Rework previous fix.
8818
8819 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8820 after the user marked text with the mouse.
8821
8822 * startup.el (command-line): Keep the first regexp of
8823 auto-save-file-name-transforms intact.
8824
8825 2004-05-28 Juanma Barranquero <lektu@terra.es>
8826
8827 * cus-edit.el (customize-face, customize-face-other-window)
8828 (custom-face-edit-delete): Make arguments match their use in
8829 docstring.
8830 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8831 docstring.
8832
8833 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8834 not `cvs-butlast'.
8835
8836 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8837 `nbutlast' are in subr.el).
8838
8839 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8840 (set-w32-system-coding-system): Doc fixes.
8841
8842 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8843 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8844 Make arguments match their use in docstring.
8845 (artist-draw-region-trim-line-endings)
8846 (artist-mouse-choose-operation): Fix typo in docstring.
8847 (artist-key-set-point-common): Doc fix.
8848
8849 2004-05-28 Simon Josefsson <jas@extundo.com>
8850
8851 * mail/smtpmail.el (smtpmail-open-stream):
8852 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8853
8854 2004-05-26 Simon Josefsson <jas@extundo.com>
8855
8856 * starttls.el: Merge with my GNUTLS based starttls.el.
8857 (starttls-gnutls-program, starttls-use-gnutls)
8858 (starttls-extra-arguments, starttls-process-connection-type)
8859 (starttls-connect, starttls-failure, starttls-success): New variables.
8860 (starttls-program, starttls-extra-args): Doc fix.
8861 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8862 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8863 and pass on to corresponding *-gnutls function if it is set.
8864
8865 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8866
8867 * autorevert.el (auto-revert-handler): Disable auto-reverting of
8868 remote files.
8869
8870 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
8871
8872 * files.el (file-name-non-special): There are more operations
8873 which need handling: `find-backup-file-name',
8874 `insert-file-contents', `verify-visited-file-modtime',
8875 `write-region'. Rename t value of method to `add'. Add new
8876 methods `quote' and `unquote-then-quote' to file-arg-indices.
8877
8878 2004-05-25 Juri Linkov <juri@jurta.org>
8879
8880 * info.el (Info-toc): Call Info-mode on intermediate buffer.
8881 (Info-index-nodes): Enclose code in condition-case to catch errors.
8882 (Info-index-node): Don't search all index nodes if request is only
8883 for the current node and file is not in the cache of index nodes.
8884 (Info-mode-map): Bind Info-copy-current-node-name to `w'
8885 for consistency with dired-copy-filename-as-kill.
8886 Bind `S' to Info-search-case-sensitively.
8887 (Info-copy-current-node-name): New arg. With zero prefix arg put
8888 the name inside a function call to `info'. Display copied text in
8889 the echo area.
8890
8891 2004-05-25 Sam Steingold <sds@gnu.org>
8892
8893 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8894 strip the package prefix from the symbol name, if any.
8895 Make it the `find-tag-default-function' for `lisp-mode'.
8896
8897 2004-05-25 John Paul Wallington <jpw@gnu.org>
8898
8899 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8900 instead of obsolete `process-kill-without-query'.
8901
8902 * textmodes/texinfmt.el (texinfo-indexvar-alist):
8903 Declare as variable, not constant.
8904
8905 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
8906
8907 * files.el (find-file-noselect-1): Fix bug introduced by
8908 Revision 1.694. As a side effect, `inhibit-read-only'
8909 is again, by default, t during execution of
8910 `find-file-not-found-functions'.
8911 (insert-directory): Check that lines were really inserted by
8912 the --dired switch, before erasing them.
8913
8914 2004-05-24 Nick Roberts <nickrob@gnu.org>
8915
8916 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8917 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8918 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8919 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8920 gud-minor-mode (gdbmi).
8921
8922 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8923
8924 * net/browse-url.el (browse-url-interactive-arg): Enable user to
8925 explicitly select the text to be taken as URL.
8926
8927 2004-05-23 Juri Linkov <juri@jurta.org>
8928
8929 * info.el (Info-index-nodes): New var and fun.
8930 (Info-goto-index, Info-index, info-apropos)
8931 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8932 (Info-index): Fix docstring. Store and restore Info-history-list.
8933 (Info-complete-nodes): New var.
8934 (Info-complete-menu-item): Use it.
8935 (Info-index-node): New fun.
8936 (Info-final-node, Info-forward-node, Info-backward-node)
8937 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8938 Use Info-index-node.
8939 (Info-extract-menu-item, Info-extract-menu-counting): Set second
8940 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8941 (Info-find-node-2): If a node with period in its name not found,
8942 try to find a node without the name part after period.
8943 (Info-select-node): Call Info-fontify-node only if
8944 Info-fontify-maximum-menu-size is not nil.
8945 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8946 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8947 Preserve Info-history-list.
8948 (Info-toc): Set Info-current-file.
8949 (Info-build-toc): Move point to the beginning of the buffer.
8950 Add main-file variable.
8951 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8952 Use backslashed representation of the control character ^_.
8953
8954 * textmodes/texinfmt.el (texinfo-print-index): Print index line
8955 numbers in the new Texinfo 4.7 format.
8956
8957 * add-log.el (change-log-font-lock-keywords): Remove `:' from
8958 regexps for function and variable names.
8959
8960 * descr-text.el (describe-property-list): Add [show] button for
8961 `syntax-table' property with action to pp to a separate buffer.
8962 (describe-char): Replace search-forward by re-search-forward with
8963 whitespace regexp after "character:" to not fail in too narrow windows.
8964
8965 * simple.el (next-error-find-buffer): Add a rule to return
8966 next-error capable buffer if one window on the selected frame
8967 displays such buffer.
8968
8969 2004-05-23 Nick Roberts <nickrob@gnu.org>
8970
8971 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8972 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8973 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8974 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8975 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8976 Handle new value for gud-minor-mode (gdbmi).
8977 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8978 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8979 Change from local to global gdb variable set.
8980 (gdb-ann3): Initialise above gdb variable set.
8981 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8982 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8983 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8984 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8985 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8986 (gdb-info-locals-handler, gdb-invalidate-assembler)
8987 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8988 set as global variables.
8989 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8990 Handle gdbmi.
8991 (gdb-info-breakpoints-custom): Fix regexp.
8992 (def-gdb-var): Delete.
8993
8994 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8995 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8996 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8997 a new mode. The file (gdb-mi.el) for this mode will be included
8998 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8999 primary interface.
9000
9001 2004-05-23 Jesper Harder <harder@ifa.au.dk>
9002
9003 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
9004 interpreted as a directory.
9005
9006 2004-05-22 Richard M. Stallman <rms@gnu.org>
9007
9008 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
9009 as a close quote.
9010
9011 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
9012
9013 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
9014 Use assoc-string, not assoc-ignore-case.
9015
9016 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
9017
9018 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
9019 If moving back then fwd gets a defun that ends before point,
9020 try again moving fwd then back.
9021
9022 * files.el (file-name-non-special): Allow t in file-arg-indices
9023 to mean requote the return value. Use `identity' as an element
9024 rather than as the whole value.
9025
9026 * gs.el (gs-options): Add -dSAFER. Mark it risky.
9027
9028 2004-05-22 Juanma Barranquero <lektu@terra.es>
9029
9030 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
9031 `help-make-usage'.
9032 (help-highlight-arguments): Skip function name before searching
9033 for arguments.
9034
9035 2004-05-21 Juanma Barranquero <lektu@terra.es>
9036
9037 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
9038 Don't mention in the docstring these arguments meant for
9039 internal (recursive) use only.
9040 (allout-char-spec): Comment out (it's not implemented).
9041 (allout-old-expose-topic, allout-exposure): Fix docstring and add
9042 obsolescence declaration.
9043 (allout-flatten-exposed-to-buffer)
9044 (allout-indented-exposed-to-buffer): Fix typos in docstring.
9045 (my-mark-marker): Doc fix.
9046 (produce-allout-mode-map, allout-sibling-index)
9047 (allout-isearch-expose, allout-distinctive-bullet)
9048 (allout-open-topic, allout-reindent-body)
9049 (allout-rebullet-heading, allout-process-exposed)
9050 (allout-insert-listified, allout-latex-verb-quote)
9051 (allout-insert-latex-header, allout-insert-latex-trailer):
9052 Make arguments match their use in docstring.
9053 (allout-primary-bullet, allout-old-style-prefixes)
9054 (allout-inhibit-protection, allout-init, allout-mode)
9055 (allout-before-change-protect, allout-flag-region):
9056 Use "Emacs" instead of "emacs" in docstrings.
9057
9058 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
9059
9060 * international/characters.el: Modify syntax of more characters.
9061
9062 2004-05-21 Masatake YAMATO <jet@gyve.org>
9063
9064 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
9065 (etags-tags-completion-table): Show parsing progress.
9066
9067 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
9068
9069 * locate.el (locate-prompt-for-command): Shorten first line of
9070 docstring.
9071 (locate-mode): Expand docstring and include keymap summary.
9072
9073 * files.el (find-file-noselect-1): Limit the scope of the
9074 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
9075 is, by default, nil during the execution of
9076 `find-file-not-found-functions' and `find-file-hook'.
9077
9078 2004-05-20 Michael Mauger <mmaug@yahoo.com>
9079
9080 * facemenu.el (facemenu-color-name-equal): New function.
9081 (list-colors-display): Use it to compare colors instead of
9082 facemenu-color-equal.
9083
9084 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
9085
9086 * compare-w.el (compare-windows-face): Use min-colors instead of
9087 checking for tty or pc types.
9088
9089 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
9090
9091 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
9092 (completion-setup-function): Use with-current-buffer.
9093 Properly save excursion. Simplify.
9094 Don't assume there is necessarily a `mouse-face' property somewhere.
9095
9096 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
9097
9098 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
9099
9100 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
9101 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
9102 Use with-current-buffer.
9103 (byte-goto-log-buffer): Delete.
9104 (byte-compile-log-file): Call compilation-forget-errors.
9105
9106 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
9107
9108 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
9109 output messages into the search result.
9110
9111 2004-05-19 Masatake YAMATO <jet@gyve.org>
9112
9113 * wid-edit.el (widget-radio-button-notify): Revert my last
9114 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
9115
9116 2004-05-19 Kenichi Handa <handa@m17n.org>
9117
9118 * international/characters.el: Fix syntax (open/close) of CJK chars.
9119
9120 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
9121
9122 * help-mode.el (help-go-back): Don't depend on position of back button.
9123
9124 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
9127 files files don't contain an accidental additional /.
9128
9129 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
9130 in source buffer.
9131
9132 2004-05-18 Masatake YAMATO <jet@gyve.org>
9133
9134 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
9135 to widget-apply. :action method assumes 2 arguments, not 3.
9136
9137 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
9138
9139 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
9140 New constants.
9141 (hs-special-modes-alist): Add an f90-mode entry.
9142
9143 2004-05-17 Sam Steingold <sds@gnu.org>
9144
9145 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9146 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
9147
9148 2004-05-16 Kim F. Storm <storm@cua.dk>
9149
9150 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9151
9152 2004-05-15 John Wiegley <johnw@newartisans.com>
9153
9154 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
9155 (eshell-output-object-to-target): Improve output speed 20% by not
9156 calling `eshell-stringify' if something is already known to be a string.
9157
9158 2004-05-15 Alex Ott <ott@jet.msk.su>
9159
9160 * textmodes/ispell.el (ispell-local-dictionary-alist):
9161 Add windows-1251 to the choice of coding systems.
9162 (ispell-dictionary-alist-6): Add support for "russianw.aff",
9163 encoded in cp1251.
9164
9165 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
9166
9167 * progmodes/compile.el (compilation-warning-face)
9168 (compilation-info-face): Use min-colors.
9169
9170 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9171
9172 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9173 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9174 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9175 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9176 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9177 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9178 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9179 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9180 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9181 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9182 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9183 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9184 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9185 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
9186
9187 2004-05-15 Kim F. Storm <storm@cua.dk>
9188
9189 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9190 Use it to set triggered-p element of timer.
9191 (timer-event-handler): Set triggered-p element non-nil while running
9192 the timer function.
9193
9194 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9195
9196 * descr-text.el (describe-char-unicode-data)
9197 (describe-char-unicodedata-file): Re-enable the unicode code now that
9198 the licensing issues have been cleared in the unicode-4 license.
9199 (describe-text-properties-1): Remove unused `overlay' var.
9200 (describe-char): Remove unused var `buffer'.
9201
9202 2004-05-14 David Ponce <david@dponce.com>
9203
9204 * tree-widget.el: New file.
9205
9206 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
9207
9208 * language/european.el ("Brazilian Portuguese"): Add support for
9209 Brazilian Portuguese.
9210
9211 2004-05-13 John Wiegley <johnw@newartisans.com>
9212
9213 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9214 `recentf-mode' if this variable has been customized to t.
9215
9216 * eshell/esh-test.el (eshell-test): Call the function
9217 `emacs-version' rather than trying to build a custom version string.
9218
9219 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9220
9221 * net/telnet.el (telnet-mode): Use define-derived-mode.
9222 Don't modify the global value of comint-prompt-regexp.
9223
9224 2004-05-13 John Paul Wallington <jpw@gnu.org>
9225
9226 * version.el (emacs-version): Check for `gtk' feature before
9227 `x-toolkit' feature.
9228
9229 2004-05-13 Juanma Barranquero <lektu@terra.es>
9230
9231 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9232 arguments in the docstring, they're used only in recursive calls.
9233
9234 * help-fns.el (help-arg-highlighting-function)
9235 (help-argument-name): Delete.
9236 (help-default-arg-highlight): New function.
9237 (help-do-arg-highlighting): Use it.
9238
9239 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9240
9241 * calendar/appt.el (appt-disp-window):
9242 Use `calendar-set-mode-line' for a centered mode-line.
9243
9244 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
9245
9246 * calendar/appt.el (appt-disp-window): Do not split window
9247 excessively when `split-height-threshold' is low.
9248
9249 2004-05-12 Nick Roberts <nickrob@gnu.org>
9250
9251 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9252 kill-buffer-hook here and make it local.
9253 (gud-kill-buffer-hook): Use kill-process for a sure kill.
9254
9255 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
9256
9257 * progmodes/compile.el (compilation-set-window-height):
9258 Use save-excursion to protect against misplaced marker.
9259
9260 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9261
9262 * custom.el (defface): Document that type can have value gtk.
9263
9264 * faces.el (face-spec-set-match-display): Handle type gtk in display.
9265
9266 2004-05-12 Kenichi Handa <handa@m17n.org>
9267
9268 * descr-text.el: Require quail at comile time.
9269 (describe-char): If an input method is on and it supports the
9270 character, show how to input it.
9271
9272 * international/quail.el (quail-install-decode-map): Accept a
9273 char-table whose subtype is `quail-decode-map'.
9274 (quail-store-decode-map-key, quail-gen-decode-map1)
9275 (quail-gen-decode-map, quail-find-key1, quail-find-key)
9276 (quail-show-key): New functions.
9277
9278 2004-05-12 Juanma Barranquero <lektu@terra.es>
9279
9280 * generic.el (define-generic-mode): Remove redundant arglist info.
9281
9282 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9283 Make arguments match their use in docstring.
9284 (help-arg-highlighting-function): New variable.
9285 (help-argument-name): Mention it in the docstring.
9286 (help-do-arg-highlight): Use it. Expand regexp to accept also
9287 ARG-xxx and xxx-ARG references.
9288
9289 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
9290
9291 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9292 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9293 and "mailto:addr1?to=addr2" equal.
9294
9295 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9296
9297 * man.el (Man-getpage-in-background): Use shell-file-name
9298 and shell-command-switch variables instead of hard-coded values.
9299
9300 2004-05-11 Eli Zaretskii <eliz@gnu.org>
9301
9302 * iimage.el: New file.
9303
9304 2004-05-11 Juanma Barranquero <lektu@terra.es>
9305
9306 * custom.el (custom-initialize-default, defcustom):
9307 Fix typo in docstring.
9308
9309 * files.el (set-visited-file-name, file-expand-wildcards):
9310 Fix docstring.
9311
9312 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9315
9316 * subr.el (eventp): Be more discriminating with integers.
9317
9318 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
9319
9320 * progmodes/compile.el (compile): Add universal prefix arg.
9321 (compilation-error-regexp-alist-alist): Add edg patterns.
9322
9323 2004-05-10 Sam Steingold <sds@gnu.org>
9324
9325 * textmodes/ispell.el (ispell-message):
9326 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9327
9328 2004-05-10 Dave Love <fx@gnu.org>
9329
9330 * progmodes/python.el (help-buffer): Autoload when compiling.
9331 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9332 (run-python): Prepend to any existing PYTHONPATH.
9333
9334 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
9335
9336 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9337 for pending breakpoints.
9338
9339 2004-05-10 Richard M. Stallman <rms@gnu.org>
9340
9341 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
9342 directly without calling any functions in Rmail.
9343 (unrmail-unprune): Function deleted.
9344
9345 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9346
9347 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9348 C-c C-z binding.
9349
9350 2004-05-10 Kenichi Handa <handa@m17n.org>
9351
9352 * descr-text.el (describe-char): Fix previous change. Don't make
9353 a unibyte character to multibyte in the *Help* buffer.
9354
9355 2004-05-10 Miles Bader <miles@gnu.org>
9356
9357 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9358 buffer an error if the debugger process is actually running.
9359
9360 2004-05-10 Juanma Barranquero <lektu@terra.es>
9361
9362 * help-fns.el (help-argument-name): Default to italic.
9363 (help-highlight-arguments): Return always (usage . doc), even when
9364 usage is nil.
9365
9366 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9367 (define-ibuffer-filter): Add usage info.
9368 (define-ibuffer-op): Add usage info (but CL-style defaults for
9369 keyword args are not shown).
9370
9371 * subr.el (remove-overlays, read-passwd): Fix docstring.
9372 (start-process-shell-command): Fix docstring. Put usage info in a
9373 format usable by `describe-function'.
9374 (open-network-stream, open-network-stream-nowait)
9375 (open-network-stream-server): Fix docstring.
9376
9377 2004-05-09 Jason Rumney <jasonr@gnu.org>
9378
9379 * international/code-pages (cp932, cp936, cp949, c950): Remove.
9380 Only define cp125* if windows-125* is already defined.
9381
9382 * language/korean.el (cp949): Add alias.
9383
9384 * language/chinese.el (cp936, cp950): Add aliases.
9385
9386 * language/japanese.el (cp932): Add alias.
9387
9388 * term/w32-win.el: Require code-pages.
9389
9390 * international/mule-cmds.el (set-locale-environment):
9391 On MS-Windows use ansi code-page for default coding-systems.
9392 Set up paper sizes for Windows 3 letter languages.
9393
9394 * international/code-pages.el (cp932, cp936, cp949, cp950):
9395 Add aliases. Also add cp125* if not already defined.
9396
9397 2004-05-09 Juanma Barranquero <lektu@terra.es>
9398
9399 * help-fns.el (help-highlight-arguments): Don't try to highlight
9400 missing or autoloaded arglists. Accept structured arguments, like
9401 the first ones of `do' and `flet'.
9402
9403 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9404 (cvs-get-marked): Remove redundant arglist info.
9405
9406 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9407 Don't use CL-style default args.
9408
9409 2004-05-08 Andreas Schwab <schwab@suse.de>
9410
9411 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9412
9413 * international/subst-ksc.el: Fix references to utf-translate-cjk
9414 into utf-translate-cjk-mode.
9415 * international/subst-big5.el: Likewise.
9416 * international/subst-gb2312.el: Likewise.
9417 * international/subst-jis.el: Likewise.
9418 * international/utf-16.el: Likewise.
9419 * international/utf-8.el: Likewise.
9420
9421 2004-05-08 John Wiegley <johnw@newartisans.com>
9422
9423 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9424 "virtual buffers" (off by default), which makes it possible to
9425 switch to the "virtual" buffers of recently visited files. When a
9426 buffer name search fails, and this option is on, iswitchb will
9427 look at the list of recently visited files, and permit matching
9428 against those names. When the user hits RET on a match, it will
9429 revisit that file.
9430 (iswitchb-read-buffer): Add two optional arguments, which makes
9431 isearchb.el possible.
9432 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9433 (iswitchb-next-match): Add support for virtual buffers.
9434
9435 * isearchb.el: This module extends iswitchb to provide "as you
9436 type" buffer selection.
9437
9438 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9439 Ignore the read-only property when flyspell highlighting is on.
9440 Not ignoring it leads to a series of confusing errors.
9441 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9442 but also make sure to call flyspell-incorrect-hook.
9443 (flyspell-maybe-correct-transposition): Perform transposition test
9444 by bit twiddling a string, rather than using a temp buffer.
9445 (flyspell-maybe-correct-doubling): Use a string rather than a temp
9446 buffer. This is also the original version of the code, which
9447 could not be checked in before due to a previous lack of
9448 assignment papers. This version has seen heavy usage on my system
9449 for several years now.
9450
9451 * calendar/cal-bahai.el: New file, which adds support for the
9452 Baha'i calendar to Emacs. This calendar is based on a solar year
9453 of 19 months of 19 days, with 4 intercalary days. Each year
9454 begins on March 21, with the calendar starting in 1844.
9455
9456 * calendar/cal-menu.el, calendar/calendar.el,
9457 calendar/diary-lib.el, calendar/holidays.el: Added support for
9458 using cal-bahai.el.
9459
9460 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9461 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9462 function can be used outside of eshell buffers.
9463 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9464
9465 2004-05-08 Juanma Barranquero <lektu@terra.es>
9466
9467 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9468 word constituent so FOO-ARG is not recognized as an arg.
9469 (help-highlight-arguments): Don't skip lists in mandatory arguments.
9470
9471 * simple.el (next-error): Fix typo in docstring.
9472 (open-line): Make argument names match their use in docstring.
9473 (split-line): Fix docstring.
9474
9475 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9476 usable by `describe-function'.
9477 (gensym, gentemp, typep, ignore-errors): Make argument names match
9478 their use in docstring.
9479
9480 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9481 argument to `help-setup-xref'.
9482
9483 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
9484
9485 Version 2.0.40 of Tramp released.
9486
9487 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9488 Use symbol-function to invoke functions only known on some Emacs
9489 flavors. This avoids byte-compiler warnings. Reported by Kevin
9490 Scaldeferri <kevin@scaldeferri.com>.
9491 (tramp-do-copy-or-rename-file-via-buffer): Rename from
9492 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9493 consistent with the other tramp-do-* functions.
9494 (tramp-do-copy-or-rename-file): Calls adjusted.
9495 (tramp-process-initial-commands): Avoid liveness check on shell --
9496 we know that it must be alive since we're opening a connection at
9497 this moment.
9498 (tramp-last-cmd): New internal variable.
9499 (tramp-process-echoes): New tunable.
9500 (tramp-send-command): Set tramp-last-cmd.
9501 (tramp-wait-for-output): Delete echo, if applicable.
9502 (tramp-read-passwd): Construct the key for the password cache in a
9503 way that works for multi methods, too.
9504 (tramp-bug): Add backup-directory-alist and
9505 bkup-backup-directory-info to bug reports, with Tramp counterparts.
9506
9507 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
9508
9509 * net/tramp*.el: Suppress byte-compiler warnings where possible.
9510
9511 * net/tramp.el (tramp-out-of-band-prompt-regexp)
9512 (tramp-actions-copy-out-of-band): New defcustoms.
9513 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9514 used instead of a synchronous one. Allows password entering.
9515 (tramp-action-out-of-band): New defun.
9516 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9517 Remove restriction with password from doc string.
9518 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9519 `tramp-out-of-band-prompt-regexp',
9520 `tramp-actions-copy-out-of-band', `password-cache' and
9521 `password-cache-expiry'.
9522 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
9523 password caching.
9524 (tramp-touch): FILE can be a local file, too.
9525 (TODO): Remove items done.
9526 (tramp-handle-insert-directory): Properly quote file name also if
9527 not full-directory-p. Handle wildcard case. Reported by Andreas
9528 Schwab <schwab@suse.de>.
9529 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9530 new file.
9531 (tramp-handle-file-local-copy, tramp-handle-write-region):
9532 The permissions of the temporary file are set if filename exists.
9533 Reported by Ted Stern <stern@cray.com>.
9534 (tramp-backup-directory-alist)
9535 (tramp-bkup-backup-directory-info): New defcustoms.
9536 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9537 (tramp-handle-find-backup-file-name): New function.
9538 Implements Tramp's find-backup-file-name.
9539
9540 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9541 for `find-backup-file-name'.
9542
9543 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9544 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
9545
9546 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9547
9548 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9549
9550 2004-05-07 Juanma Barranquero <lektu@terra.es>
9551
9552 * subr.el (lambda): Add arglist description to docstring.
9553 (declare): Fix typo in docstring.
9554 (open-network-stream): Fix docstring.
9555 (process-kill-without-query): Fix docstring and add obsolescence info.
9556 (last, butlast, nbutlast): Make arguments match their use in docstring.
9557 (insert-buffer-substring-no-properties): Likewise.
9558 (insert-buffer-substring-as-yank): Likewise.
9559 (split-string): Fix docstring.
9560
9561 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9562 Make argument names match their use in docstring.
9563
9564 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9565
9566 2004-05-06 Nick Roberts <nickrob@gnu.org>
9567
9568 * progmodes/gdb-ui.el: Improve/extend documentation strings.
9569 Fit first sentence on one line for apropos-command.
9570
9571 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9572
9573 Changes largely merged in from Dave Love's code.
9574 * progmodes/python.el: Doc fixes.
9575 (python-mode-map): Add python-complete-symbol.
9576 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9577 (python-comment-indent, python-complete-symbol)
9578 (python-symbol-completions, python-partial-symbol)
9579 (python-try-complete): New.
9580 (python-indent-line): Remove optional arg. Use python-block-end-p.
9581 (python-check): Bind compilation-error-regexp-alist.
9582 (inferior-python-mode): Use rx. Move keybindings to top level.
9583 Set comint-input-filter.
9584 (python-preoutput-filter): Use rx.
9585 (python-input-filter): Re-introduce.
9586 (python-proc): Start new process if necessary.
9587 Check python-buffer non-nil.
9588 (view-return-to-alist): Defvar.
9589 (python-send-receive): New.
9590 (python-eldoc-function): Use it.
9591 (python-mode-running): Don't defvar.
9592 (python-mode): Set comment-indent-function.
9593 Maybe update hippie-expand-try-functions-list.
9594 (python-indentation-levels): Initialize differently.
9595 (python-block-end-p): New.
9596 (python-indent-line): Use it.
9597 (python-compilation-regexp-alist): Augment.
9598 (run-python): Import `emacs' module to Python rather than loading
9599 code directly. Set python-buffer differently.
9600 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
9601 Use python-proc.
9602 (python-send-command): Go to end of comint buffer.
9603 (python-load-file): Use python-proc, emacs.eimport.
9604 (python-describe-symbol): Simplify interactive form.
9605 Use emacs.help. Do use temp-buffer-show-hook.
9606 Call print-help-return-message.
9607 (hippie-exp): Require when compiling.
9608 (python-preoutput-continuation): Use rx.
9609
9610 * diff-mode.el (diff-make-unified): Fix regexp.
9611
9612 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
9613
9614 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9615 filter groups from the buffer when rebuilding the Ibuffer buffer
9616 and `ibuffer-show-empty-filter-groups' is nil.
9617
9618 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9619
9620 * ps-print.el (ps-print-quote): Call ps-value-string.
9621 (ps-setup): Call ps-comment-string.
9622 (ps-value-string, ps-comment-string): New funs.
9623
9624 2004-05-06 Juanma Barranquero <lektu@terra.es>
9625
9626 * ehelp.el (electric-help-command-loop): Check whether the last
9627 character is visible, not (point-max).
9628
9629 * help-fns.el (help-argument-name): Default to bold; don't inherit
9630 from font-lock-variable-name-face.
9631 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9632
9633 2004-05-05 Kenichi Handa <handa@m17n.org>
9634
9635 * descr-text.el (describe-char): Copy the character with text
9636 properties and overlays into the first line, and call
9637 describe-text-properties on it.
9638
9639 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
9640
9641 * iswitchb.el (iswitchb-global-map): Fix typo.
9642 Remove unwanted ###autoloads from source file.
9643
9644 2004-05-05 Lars Hansen <larsh@math.ku.dk>
9645
9646 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9647 in run-hooks. Use substitute-command-keys in message.
9648 (wdired-abort-changes): Add message.
9649
9650 2004-05-03 Michael Mauger <mmaug@yahoo.com>
9651
9652 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9653 (sql-emacs20-p): Remove.
9654 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9655 (sql-builtin-face, sql-doc-face): Remove.
9656 (sql-mode-ansi-font-lock-keywords)
9657 (sql-mode-oracle-font-lock-keywords)
9658 (sql-mode-postgres-font-lock-keywords)
9659 (sql-mode-linter-font-lock-keywords)
9660 (sql-mode-ms-font-lock-keywords)
9661 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9662 (sql-product-font-lock): Fix font-lock reset when font rules change.
9663 (sql-highlight-product): Remove incorrect font-lock reset logic.
9664
9665 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
9666
9667 * ses.el (ses-set-parameter): Fix typo.
9668
9669 2004-05-04 Kim F. Storm <storm@cua.dk>
9670
9671 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9672 Must expand directory for completion to work; and don't mess with
9673 process-environment.
9674 (ido-read-file-name): If command has ido property, don't use ido
9675 if value is ignore, or read as directory if value is dir.
9676 Set ido ignore property for dired-do-rename command.
9677
9678 2004-05-04 Juanma Barranquero <lektu@terra.es>
9679
9680 * ehelp.el (electric-help-command-loop, electric-help-undefined)
9681 (electric-help-help): Check against unmapped commands.
9682
9683 * help-fns.el (help-argument-name): New face, inheriting from
9684 font-lock-variable-name-face, to highlight function arguments in
9685 `describe-function' and `describe-key'.
9686 (help-do-arg-highlight): Auxiliary function to highlight a given
9687 list of arguments in a string.
9688 (help-highlight-arguments): Highlight the function arguments and
9689 all uses of them in the docstring.
9690 (describe-function-1): Use it. Do docstring output via `insert',
9691 not 'princ', so text attributes are preserved.
9692
9693 * winner.el (winner-mode-map): Move `winner-undo' and
9694 `winner-redo' to C-c <left> and C-c <right>, respectively (the
9695 previous bindings conflict with `prev-buffer', `next-buffer').
9696
9697 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9698
9699 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9700 (bibtex-entry-update): New command bound to C-c C-u.
9701 (bibtex-text-in-string): Fix regexp.
9702 (bibtex-assoc-of-regexp): Remove.
9703 (bibtex-progress-message): Fix docstring.
9704 (bibtex-inside-field): Use if.
9705 (bibtex-assoc-regexp): New function.
9706 (bibtex-format-entry): Make code more robust so that it formats
9707 also old entries.
9708 (bibtex-autokey-demangle-title): Merge with obsolete function
9709 bibtex-assoc-of-regexp.
9710 (bibtex-field-list): New function.
9711 (bibtex-entry): Use bibtex-field-list.
9712 (bibtex-parse-entry): Fix docstring.
9713 (bibtex-print-help-message): Use bibtex-field-list.
9714 (bibtex-make-field): Use bibtex-field-list.
9715 (bibtex-entry-index): Bugfix. Return crossref key if required.
9716 (bibtex-lessp): Fix docstring.
9717
9718 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
9719
9720 * select.el (xselect-convert-to-string): Move comment to intended line.
9721
9722 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9723
9724 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9725 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9726
9727 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9728
9729 * term/x-win.el (x-clipboard-yank): Don't exit on error from
9730 x-get-selection.
9731
9732 2004-05-03 Jason Rumney <jasonr@gnu.org>
9733
9734 * makefile.nt: Remove.
9735
9736 2004-05-03 Kim F. Storm <storm@cua.dk>
9737
9738 * emulation/cua-base.el (cua--update-indications): Fix last change.
9739 (cua-mode): Deactivate mark when cua-mode is enabled.
9740
9741 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
9742
9743 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9744
9745 2004-05-03 Nick Roberts <nickrob@gnu.org>
9746
9747 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9748 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9749 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9750 window over visible frames.
9751 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9752
9753 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9754
9755 * progmodes/compile.el (compilation-gcpro): New var.
9756 (compilation-fake-loc): Use it.
9757 (compilation-forget-errors): Reset it.
9758
9759 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9760
9761 * diff-mode.el (diff-header-face, diff-file-header-face):
9762 Use min-colors.
9763
9764 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9765
9766 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9767 (bibtex-clean-entry): Disentangle code.
9768 (bibtex-realign): New function.
9769 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
9770 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9771 Remove undocumented optional arg called-by-convert-alien.
9772 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
9773 for sorting instead of bibtex-sort-buffer.
9774
9775 2004-05-02 Eli Zaretskii <eliz@gnu.org>
9776
9777 * progmodes/compile.el (compilation-start): In the
9778 no-async-subprocesses branch, call sit-for to give redisplay a
9779 chance to show the updated process status in the mode line, and
9780 fontify the buffer explicitly after the process exits.
9781
9782 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9783
9784 * progmodes/python.el (python-compilation-line-number): Remove.
9785 (python-compilation-regexp-alist): Don't use it any more.
9786 (python-orig-start, python-input-filter): Remove.
9787 (inferior-python-mode): Don't set up comint-input-filter-functions.
9788 (python-send-region): Use compilation-fake-loc.
9789
9790 * progmodes/compile.el (compilation-messages-start): New var.
9791 (compilation-mode): Don't setup next-error-function here.
9792 (compilation-setup): Set it up here instead (for minor modes as well).
9793 Make compilation-messages-start buffer local.
9794 (compilation-next-error-function): Use it.
9795 (compilation-forget-errors): Set compilation-messages-start.
9796
9797 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
9798
9799 * ielm.el (ielm-prompt-read-only): Update docstring.
9800
9801 * comint.el (comint-prompt-read-only): Update docstring.
9802 (comint-update-fence, comint-kill-whole-line)
9803 (comint-kill-region): New functions.
9804
9805 * simple.el (kill-whole-line): Use "p" instead of "P" in
9806 interactive form.
9807
9808 2004-05-01 Juanma Barranquero <lektu@terra.es>
9809
9810 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9811 format arglist so default values in CL-style argument lists are
9812 correctly shown.
9813
9814 2004-05-01 Jason Rumney <jasonr@gnu.org>
9815
9816 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9817
9818 2004-05-01 Kenichi Handa <handa@m17n.org>
9819
9820 * international/titdic-cnv.el (miscdic-convert): Don't generate a
9821 quail file if it is up to date.
9822
9823 2004-04-30 Juri Linkov <juri@jurta.org>
9824
9825 * cus-edit.el (custom-mode-map):
9826 Add key binding `C-x C-s' to `Custom-save'.
9827
9828 * outline.el (outline-blank-line): New var.
9829 (outline-next-preface, outline-show-heading)
9830 (outline-end-of-subtree): Use it.
9831
9832 * dired-aux.el (dired-touch-initial): New fun.
9833 (dired-do-chxxx): Call it for op-symbol `touch'.
9834 (dired-diff): Use `dired-dwim-target-directory'
9835 if current dired buffer has no buffer mark.
9836
9837 * bindings.el (propertized-buffer-identification):
9838 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9839 Add C-M-arrow keys for consistency.
9840
9841 * files.el (confirm-kill-emacs):
9842 Change group from top-level `emacs' to `convenience'.
9843
9844 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9845 Push mark on the first call of successive command calls.
9846 (insert-pair): New fun created from `insert-parentheses' with
9847 `open' and `close' arguments added. Enclose active regions
9848 in paired characters. Compare adjacent characters syntax with
9849 inserted characters syntax before inserting a space.
9850 (insert-parentheses): Call `insert-pair' with ?\( ?\).
9851
9852 * delsel.el: Don't put `delete-selection' property
9853 on `insert-parentheses' symbol to take advantage of
9854 region handling in `insert-pair' function.
9855 Suggested by Stephan Stahl <stahl@eos.franken.de>.
9856
9857 2004-04-30 Kim F. Storm <storm@cua.dk>
9858
9859 * emulation/cua-base.el: Add support for changing cursor types;
9860 based on patch from Michael Mauger.
9861 (cua-normal-cursor-color, cua-read-only-cursor-color)
9862 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9863 Customization cursor type and/or cursor color.
9864 (cua--update-indications): Handle cursor type changes.
9865 (cua-mode): Update cursor indications if enabled.
9866
9867 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9868
9869 * mouse.el (mouse-drag-copy-region): New defcustom.
9870 (mouse-set-region, mouse-drag-region-1): Use it.
9871
9872 * simple.el (kill-ring-save): If region face background color is
9873 unspecified (if no highlighting), show extent of fully visible
9874 region even if transient-mark-mode is enabled.
9875
9876 * emulation/cua-base.el (cua--standard-movement-commands):
9877 Add cua-scroll-up and cua-scroll-down.
9878 (cua-scroll-up, cua-scroll-down): New commands.
9879 (cua--init-keymaps): Remap scroll-up and scroll-down.
9880
9881 * emulation/cua-rect.el (cua--convert-rectangle-as):
9882 New defmacro.
9883 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9884 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9885 New commands (suggested by Jordan Breeding).
9886
9887 2004-04-30 Juanma Barranquero <lektu@terra.es>
9888
9889 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9890
9891 2004-04-30 Mario Lang <mlang@delysid.org>
9892
9893 * diff.el (diff-switches): Fix typo in docstring.
9894
9895 2004-04-30 Alex Schroeder <alex@gnu.org>
9896
9897 * xml.el (xml-debug-print-internal): Don't add newline and
9898 indentation to text nodes and write empty elements as empty tags
9899 instead of opening and closing tags.
9900 (xml-debug-print): Take optional indent-string argument.
9901 (xml-print): Alias for xml-debug-print.
9902
9903 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9904
9905 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9906 than duplicate call to `line-beginning-position'.
9907
9908 * progmodes/f90.el (f90-get-present-comment-type):
9909 Return whitespace, as well as comment chars, for consistent filling
9910 of comment blocks. Use `match-string-no-properties'.
9911 (f90-break-line): Trim trailing whitespace when filling comments.
9912
9913 2004-04-30 Dave Love <fx@gnu.org>
9914
9915 * calendar/diary-lib.el (diary-outlook-formats): New variable.
9916 (diary-from-outlook-internal, diary-from-outlook)
9917 (diary-from-outlook-gnus, diary-from-outlook-rmail):
9918 New functions to import diary entries from Outlook-format
9919 appointments in mail messages.
9920
9921 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9922
9923 * progmodes/python.el (python-send-command): New fun.
9924 (python-send-region, python-load-file): Use it.
9925
9926 * progmodes/compile.el (compilation-last-buffer): Add var alias.
9927
9928 * help-fns.el (help-C-file-name): Use new subr-name.
9929 Prepend `src/' to the file name.
9930 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9931 (describe-function-1, describe-variable): Only find a C source file
9932 name if DOC is already loaded.
9933
9934 * help-mode.el (help-function-def, help-variable-def):
9935 Use the new find-function-search-for-symbol functionality.
9936 Allow FILE to be `C-source'.
9937
9938 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9939 (find-function-C-source): New fun.
9940 (find-function-search-for-symbol): Use it.
9941
9942 2004-03-29 Michael Mauger <mmaug@yahoo.com>
9943
9944 * progmodes/sql.el (sql-product-alist): Rename variable
9945 `sql-product-support'. Add Postgres login parameters.
9946 (sql-set-product, sql-product-feature): Update with renamed variable.
9947 (sql-connect-postgres): Add username prompt.
9948 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9949 Make patterns less product specific.
9950 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9951 (sql-mode-abbrev-table): Modify initialization.
9952 (sql-builtin-face): Add variable.
9953 (sql-keywords-re): Add macro.
9954 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9955 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9956 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9957 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9958 (sql-mode-linter-font-lock-keywords)
9959 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9960 (sql-mode-sybase-font-lock-keywords)
9961 (sql-mode-informix-font-lock-keywords)
9962 (sql-mode-interbase-font-lock-keywords)
9963 (sql-mode-ingres-font-lock-keywords)
9964 (sql-mode-solid-font-lock-keywords)
9965 (sql-mode-sqlite-font-lock-keywords)
9966 (sql-mode-db2-font-lock-keywords): Default to nil.
9967 (sql-product-font-lock): Always highlight ANSI keywords.
9968 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9969 (sql-send-string): Add function.
9970
9971 2004-04-29 Dave Love <fx@gnu.org>
9972
9973 * progmodes/cfengine.el (cfengine-beginning-of-defun)
9974 (cfengine-end-of-defun): Ensure progress through buffer.
9975
9976 * info-look.el (cfengine-mode): Accept a terminal ().
9977
9978 2004-04-29 Juri Linkov <juri@jurta.org>
9979
9980 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9981 instead of isearch-yank-word-or-char. Add new key bindings for
9982 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9983 (isearch-del-char): New fun.
9984 (isearch-forward, isearch-edit-string): Update docstring.
9985 (isearch-yank-char): Doc fix.
9986 (isearch-other-meta-char): Restore point after scrolling.
9987
9988 * progmodes/compile.el (compilation-context-lines): Add nil option
9989 to disable compilation output window scrolling.
9990 (compilation-set-window): Use it.
9991
9992 * outline.el (outline-next-preface, outline-show-heading):
9993 Don't leave unhidden blank line before heading.
9994 (outline-end-of-subtree): Include last newline into subtree.
9995 (hide-entry): Leave point at beginning of heading instead of end.
9996 (outline-up-heading): Push mark for the first call of successive
9997 command calls.
9998
9999 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
10000
10001 * comint.el (comint-prompt-read-only): New variable.
10002 (comint-output-filter): Implement it.
10003
10004 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
10005 (ielm-prompt-internal): New variable.
10006 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
10007 (ielm-send-input): Delete unused variable `buf'.
10008 (ielm-eval-input): Use `ielm-prompt-internal'.
10009 (inferior-emacs-lisp-mode): Use new variables
10010 `comint-prompt-read-only' and `ielm-prompt-internal'.
10011 Get rid of obsolete variable `directory-sep-char'.
10012 (ielm): Use `zerop'.
10013
10014 2004-04-29 John Paul Wallington <jpw@gnu.org>
10015
10016 * thumbs.el (toplevel): Require cl at compile time.
10017 Remove conditional definitions of `ignore-errors' and `caddar'
10018 because they occur at run time.
10019
10020 2004-04-28 Nick Roberts <nickrob@gnu.org>
10021
10022 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
10023 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
10024 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10025 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
10026
10027 * progmodes/gud.el (gud-common-init): Throw an error if program is
10028 already running under gdb.
10029
10030 2004-04-28 John Paul Wallington <jpw@gnu.org>
10031
10032 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
10033 (thumbs-show-image-num): Move assignment of
10034 `thumbs-current-image-filename' within scope of `i'.
10035 (thumbs-emboss-image): Don't use `evenp'.
10036
10037 2004-04-28 Richard M. Stallman <rms@gnu.org>
10038
10039 * progmodes/compile.el (compilation-context-lines): Default now 0.
10040
10041 2004-04-28 Juanma Barranquero <lektu@terra.es>
10042
10043 Use `time-less-p' from calendar/time-date.el instead of defining
10044 custom versions of it.
10045
10046 * pcomplete.el (pcomplete-time-less-p): Remove.
10047
10048 * thumbs.el (time-less-p): Remove.
10049
10050 * calendar/timeclock.el (timeclock-time-less-p): Remove.
10051 (timeclock-generate-report): Use `time-less-p'.
10052
10053 * emacs-lisp/autoload.el (autoload-before-p): Remove.
10054 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
10055
10056 2004-04-28 Masatake YAMATO <jet@gyve.org>
10057
10058 * subr.el (remove-overlays): Make arguments optional.
10059
10060 * wid-edit.el (widget-specify-button): Put evaporate to the
10061 overlay for sample.
10062 (widget-specify-sample): Put evaporate to the overlay for sample.
10063 (widget-specify-doc): Put evaporate to the overlay for documentation.
10064
10065 2004-04-27 Jesper Harder <harder@ifa.au.dk>
10066
10067 * info.el (info-apropos): Make it an index node. Align node names
10068 like makeinfo.
10069
10070 2004-04-27 Eli Zaretskii <eliz@gnu.org>
10071
10072 * net/browse-url.el (browse-url-netscape-sentinel)
10073 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
10074 (browse-url-epiphany-sentinel, browse-url-mosaic):
10075 Use browse-url-*-program instead of a literal program name.
10076
10077 2004-04-27 Kevin Ryde <user42@zip.com.au>
10078
10079 * eshell/em-alias.el:
10080 * eshell/em-dirs.el:
10081 * eshell/em-hist.el:
10082 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
10083 features when M-x customize-group loads modules before the main
10084 eshell.el.
10085
10086 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
10087
10088 * subr.el (momentary-string-display): Support EXIT-CHAR that is
10089 either a character representation of an event or an event
10090 description list.
10091
10092 * type-break.el: Capitalise Emacs and Lisp.
10093 (type-break-good-break-interval, type-break-demo-boring-stats)
10094 (type-break-terse-messages, type-break-file-name): New defcustoms.
10095 (type-break-post-command-hook)
10096 (type-break-warning-countdown-string): Quote variable names in doc.
10097 (type-break-interval-start, type-break-auto-save-file-name): New vars.
10098 (type-break-mode): Document type-break-good-break-interval and the
10099 "session" file. Schedule break according to the session file.
10100 Kill session file buffer on exit. Organise for save-some-buffers
10101 to always save the session file.
10102 (type-break-mode-line-message-mode, type-break-query-mode):
10103 Uppercase arguments.
10104 (type-break-file-time, type-break-file-keystroke-count, timep)
10105 (type-break-choose-file, type-break-get-previous-time)
10106 (type-break-get-previous-count): New defuns.
10107 (type-break): Avoid break querying after a completed break in the
10108 case where the query was initiated during user invocation of the
10109 break. Optional terse messages.
10110 Use type-break-good-break-interval if type-break-good-rest-interval is
10111 nil. File the break time.
10112 (type-break-schedule): New optional args for overriding the use of
10113 the current time.
10114 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
10115 after a break.
10116 (type-break-check): File the keystroke count.
10117 (type-break-do-query): Prevent a second query when the break is
10118 interrupted. Optional terse message.
10119 (type-break-keystroke-reset): Record the start of a typing interval.
10120 (type-break-demo-boring): Optional terse messages. Display word
10121 per minute and keystroke counts according to
10122 type-break-demo-boring-stats.
10123
10124 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
10125
10126 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
10127 directories, make sure they exist under archive-tmpdir.
10128
10129 2004-04-27 Juri Linkov <juri@jurta.org>
10130
10131 * help.el (view-emacs-news): With argument, display info for the
10132 selected version by finding it among different NEWS files, and
10133 narrowing the buffer to the selected version.
10134
10135 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
10136 same-window-buffer-names.
10137 (info): New arg `buffer'. Use it. Doc fix. Read file name for
10138 non-numeric prefix argument, append the number to the buffer name
10139 for numeric prefix argument.
10140 (info-other-window): Bind same-window-regexps to nil.
10141 (Info-reference-name): Rename to Info-point-loc.
10142 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10143 and Info-find-index-name for stringy Info-point-loc.
10144 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
10145 without middle `.', but with final `.' and optional line number
10146 for it. Set Info-point-loc for index nodes.
10147 (Info-index): Remove middle `.' from index entry regexp.
10148 Modify line number regexp.
10149 (Info-index-next): Decrement line number.
10150 (info-apropos): Remove middle `.' from index entry regexp.
10151 Add optional line number regexp at the end. Add matched value
10152 for line number to the result list and insert it to the buffer.
10153 Replace match-string by match-string-no-properties.
10154 Reorder result list.
10155 (Info-fontify-node): Hide index line numbers.
10156 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10157 empty matches.
10158 (Info-follow-reference): Use `str' instead of
10159 Info-following-node-name-re.
10160 (Info-toc): Use full file names. Set Info-current-node to "Top".
10161 (Info-fontify-node): Compare file names without directory name.
10162 (Info-try-follow-nearest-node): Don't set Info-reference-name.
10163 Set second arg of Info-extract-menu-node-name for index nodes.
10164 (info-xref-visited): Use magenta3 instead of magenta4.
10165 (Info-mode): Add info-apropos to docstring.
10166
10167 * log-view.el (log-view-diff): Replace interactive code "r"
10168 by a list to allow to call it even if region is not active.
10169
10170 * paren.el (show-paren-highlight-openparen): New var.
10171 (show-paren-function): Turn on openparen highlighting when
10172 matching forward if show-paren-highlight-openparen is non-nil.
10173
10174 * simple.el (kill-ring-save): Use blink-matching-delay instead of
10175 the constant value 1.
10176 (completions-common-part): Expand docstring.
10177
10178 * textmodes/picture.el (picture-mode-map): Add arrow keys.
10179
10180 2004-04-27 Kim F. Storm <storm@cua.dk>
10181
10182 * image.el (insert-sliced-image): Use line-height instead of
10183 line-spacing property on newline.
10184
10185 2004-04-26 Lars Hansen <larsh@math.ku.dk>
10186
10187 * desktop.el (desktop-buffer-misc-data-function): Rename to
10188 desktop-save-buffer and change docstring.
10189 (desktop-buffer-modes-to-save): Delete.
10190 (desktop-save-buffer-p): Use desktop-save-buffer instead of
10191 desktop-buffer-modes-to-save.
10192 (desktop-save): Rename desktop-buffer-misc-data-function to
10193 desktop-save-buffer and allow non-function value.
10194 (desktop-missing-file-warning): Correct docstring.
10195
10196 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10197 to desktop-save-buffer.
10198
10199 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10200 desktop-save-buffer.
10201
10202 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
10203
10204 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10205
10206 2004-04-26 Eli Zaretskii <eliz@gnu.org>
10207
10208 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
10209
10210 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
10211
10212 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10213 (ielm): Only go to the end of the buffer when starting a new process.
10214
10215 2004-04-25 Juanma Barranquero <lektu@terra.es>
10216
10217 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10218 mode line. Bind `inhibit-read-only' to t before modifying
10219 properties of text in the buffer.
10220 (ielm): Force point to the end of buffer, even when running ielm
10221 from inside itself.
10222
10223 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10224
10225 * info.el (info-apropos): Reset Info-complete-cache.
10226
10227 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
10228
10229 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10230 Also recognize severe Irix et al. messages.
10231 (compilation-normalize-filename, compile-abbreviate-directory):
10232 Delete functions.
10233 (compilation-get-file-structure): New function inherits
10234 functionality of the two preceding ones.
10235 (compilation-internal-error-properties, compilation-fake-loc):
10236 Use it so that different paths to the same file share the same
10237 markers. Also optimize finding adjacent marker slightly.
10238
10239 2004-04-25 Kim F. Storm <storm@cua.dk>
10240
10241 * image.el (insert-sliced-image): Add line-spacing t property
10242 to newlines separating image lines.
10243
10244 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
10245
10246 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10247
10248 * ielm.el (ielm-prompt-read-only): New user option.
10249 (ielm-prompt): Expand docstring to describe new behavior.
10250 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10251 mention it in the docstring.
10252
10253 2004-04-24 Andreas Schwab <schwab@suse.de>
10254
10255 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10256
10257 * diff.el (diff): Set default-directory in diff buffer.
10258
10259 2004-04-24 Eli Zaretskii <eliz@gnu.org>
10260
10261 * mail/sendmail.el (mail-bury): Don't delete the frame where the
10262 mail was being composed if the terminal cannot display more than
10263 one frame; instead, switch to previous frame.
10264
10265 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10266 (rmail-start-mail): Support rmail-mail-new-frame even on
10267 terminals that can display only one frame at a time.
10268
10269 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10270
10271 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10272 (checkdoc-output-font-lock-keywords): Remove error regexp.
10273 (checkdoc-output-mode-map): Remove.
10274 (checkdoc-output-mode): Derive from compilation-mode.
10275 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10276
10277 * dired.el (dired-mode-map): Add a menu entry for wdired.
10278
10279 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10280 (rx-bracket, rx-check-any, rx-any): Clean up name space.
10281
10282 * wdired.el: (wdired-mode-map): Move init into declaration.
10283 Fix `return' binding.
10284 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10285 Use force-mode-line-update.
10286 (wdired-get-filename): Use `unless'.
10287 (wdired-preprocess-files): Don't assume names have no \n and use / for
10288 dir separator.
10289 (wdired-normalize-filename): Use replace-regexp-in-string.
10290 (wdired-load-hooks): Remove.
10291 (wdired-mode-hooks): Rename to wdired-mode-hook.
10292
10293 * info-look.el: Add support for cfengine-mode.
10294 (info-lookup-setup-mode): Use dolist.
10295
10296 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
10297
10298 * wdired.el: New file.
10299
10300 2004-04-23 Juanma Barranquero <lektu@terra.es>
10301
10302 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10303
10304 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10305 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10306 (pcomplete--help, pcomplete--here): Doc fixes.
10307
10308 2004-04-23 Andre Spiegel <spiegel@gnu.org>
10309
10310 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10311 handles wrong-number-of-arguments in backend call.
10312
10313 * vc.el (vc-print-log): Likewise.
10314
10315 2004-04-20 Dave Love <fx@gnu.org>
10316
10317 * emacs-lisp/rx.el: Doc fixes.
10318 (rx-constituents): Add/extend many forms.
10319 (rx-check): Check form is a list.
10320 (bracket): Defvar.
10321 (rx-check-any, rx-any, rx-check-not): Modify.
10322 (rx-not): Simplify.
10323 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10324 (rx-kleene): Use rx-trans-forms.
10325 (rx-quote-for-set): Delete.
10326 (rx): Allow multiple args.
10327
10328 2004-04-23 Kenichi Handa <handa@m17n.org>
10329
10330 * international/mule-util.el (char-displayable-p): Simplify by
10331 using internal-char-font.
10332
10333 2004-04-23 Juanma Barranquero <lektu@terra.es>
10334
10335 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10336
10337 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10338
10339 * diff-mode.el (diff-next-error): New fun.
10340 (diff-mode): Use it.
10341
10342 * simple.el (next-error): Change arg name.
10343 Add support for the documented C-u C-x ` usage.
10344
10345 * frame.el (special-display-popup-frame, next-multiframe-window)
10346 (previous-multiframe-window): Only consider frames on same display.
10347
10348 2004-04-22 Lars Hansen <larsh@math.ku.dk>
10349
10350 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10351 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10352
10353 2004-04-22 Kim F. Storm <storm@cua.dk>
10354
10355 * net/telnet.el (telnet): Add optional port arg.
10356
10357 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10358
10359 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10360 Minor sanity check on the `hyperlink' slot.
10361
10362 * Makefile.in (recompile): Compile new files.
10363
10364 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10365 Add byte-recompile-directory's optional `arg'.
10366
10367 * cvs-status.el (cvs-tree-use-charset): New var.
10368 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10369 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10370 (cvs-status-cvstrees): Use it.
10371
10372 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10373 Make it a normal major mode.
10374 (checkdoc-buffer-label): Make sure the file name is meaningful.
10375 (checkdoc-output-to-error-buffer): Remove.
10376 (checkdoc-error, checkdoc-start-section): Rewrite.
10377
10378 * info.el (info-node, info-menu-5, info-xref, info-header-node)
10379 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10380 (Info-title-4-face): Use new syntax.
10381 (info-xref-visited): Inherit from info-xref.
10382
10383 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10384
10385 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10386
10387 * simple.el (next-error-last-buffer, next-error-function):
10388 New variables for the next-error framework.
10389 (next-error-buffer-p): New function.
10390 (next-error-find-buffer): Generalize compilation-find-buffer.
10391 (next-error, previous-error, first-error, next-error-no-select)
10392 (previous-error-no-select): Move from compile.el.
10393
10394 * replace.el (occur-next-error, occur-1): Hook into the next-error
10395 framework.
10396
10397 * progmodes/compile.el (compilation-start):
10398 Set next-error-last-buffer so next-error knows where to jump.
10399 (compilation-setup): Set the buffer-local variable
10400 next-error-function to 'compilation-next-error-function.
10401 (compilation-buffer-p, compilation-buffer-internal-p): Use an
10402 alternate way to find if a buffer is a compilation buffer, for
10403 next-error convenience.
10404 (next-error-no-select, previous-error-no-select, next-error)
10405 (previous-error, first-error): Move to simple.el.
10406 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10407 (compilation-last-buffer): Remove.
10408 (compilation-start, compilation-next-error, compilation-setup)
10409 (compilation-next-error-function, compilation-find-buffer):
10410 Remove compilation-last-buffer use.
10411
10412 2004-04-21 Juanma Barranquero <lektu@terra.es>
10413
10414 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10415 (font-lock-warning-face): Fix spacing.
10416
10417 * makefile.w32-in (WINS): Add url/ directory.
10418
10419 2004-04-21 Lars Hansen <larsh@math.ku.dk>
10420
10421 * desktop.el (desktop-buffer-mode-handlers): New variable.
10422 Alist of major mode specific functions to restore a desktop buffer.
10423 (desktop-buffer-handlers): Make variable obsolete.
10424 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10425 Catch errors signaled in handlers. Update buffer count.
10426 Evaluate desktop-buffer-point.
10427 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10428 move to dired.el.
10429 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10430 move to info.el.
10431 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10432 move to mail/rmail.el.
10433 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10434 to mh-e/mh-e.el.
10435 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10436 On fail, print message (to message buffer) even if
10437 desktop-missing-file-warning is nil.
10438 (desktop-buffer-misc-data-function): New buffer local variable.
10439 Function returning major mode specific data.
10440 (desktop-buffer-misc-functions): Make variable obsolete.
10441 (desktop-save): Use desktop-buffer-misc-data-function.
10442 (desktop-buffer-dired-misc-data): Rename to
10443 dired-desktop-buffer-misc-data and move to dired.el.
10444 (desktop-buffer-info-misc-data): Rename to
10445 Info-desktop-buffer-misc-data and move to info.el.
10446 (desktop-read): Add message about number of buffers restored/failed.
10447
10448 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10449 Add parameters. Pause to display error only when
10450 desktop-missing-file-warning is non-nil.
10451 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
10452 (dired-mode): Bind desktop-buffer-misc-data-function.
10453
10454 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10455 Add Parameters.
10456 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
10457 (Info-mode): Bind desktop-buffer-misc-data-function.
10458
10459 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10460 Add Parameters.
10461
10462 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10463 Add Parameters.
10464
10465 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
10466
10467 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10468 the case of letters in case-insensitive expansions when the
10469 abbrev is preceded by characters with letter syntax.
10470
10471 2004-04-21 Richard M. Stallman <rms@gnu.org>
10472
10473 * progmodes/cperl-mode.el (cperl-putback-char):
10474 Delete Emacs 18 definition.
10475
10476 * international/mule.el (ctext-post-read-conversion):
10477 Use assoc-string, not assoc-ignore-case.
10478
10479 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10480
10481 * emacs-lisp/easymenu.el (easy-menu-add):
10482 Do call x-popup-menu, but only if it's defined.
10483
10484 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10485
10486 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10487 Handle multiple args: compile like progn.
10488
10489 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10490 take all args as &rest arg.
10491
10492 * autoinsert.el (auto-insert-alist): Insert the user's name in
10493 copyright notice, rather than Free Software Foundation.
10494
10495 2004-04-21 Kenichi Handa <handa@m17n.org>
10496
10497 * descr-text.el (describe-char): Make it work on *Help* buffer.
10498
10499 2004-04-21 Kim F. Storm <storm@cua.dk>
10500
10501 * image.el (insert-image): Add optional SLICE arg.
10502 (insert-sliced-image): New defun.
10503
10504 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
10505
10506 * subr.el (read-number): Check whether `default' is nil.
10507
10508 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10509
10510 * progmodes/compile.el (compilation-error-properties):
10511 Split into two.
10512 (compilation-internal-error-properties): New one.
10513 (compilation-compat-error-properties): Use it. Fix the non-marker case.
10514
10515 2004-04-20 Richard M. Stallman <rms@gnu.org>
10516
10517 * window.el (split-window-save-restore-data):
10518 Don't update the data if OLD-INFO is nil.
10519
10520 * view.el (view-return-to-alist): Mark it permanent local.
10521
10522 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10523
10524 * recentf.el (recentf-save-list): Catch and warn about errors.
10525
10526 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10527 so "Buffers" won't be pure.
10528
10529 * help-mode.el (help-mode-finish): Set help-return-alist first
10530 thing, setting only the entry for the selected window.
10531
10532 * help-fns.el (describe-function-1): If many non-control non-meta
10533 keys run the command, don't list all of them.
10534
10535 2004-04-20 Juanma Barranquero <lektu@terra.es>
10536
10537 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10538 arg. Copied from Andre Spiegel's patch of 2004-03-21.
10539
10540 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10541
10542 2004-04-20 Kenichi Handa <handa@m17n.org>
10543
10544 * international/quail.el (quail-lookup-key): New optional arg
10545 NOT-RESET-INDICES.
10546 (quail-get-translations): Call quail-lookup-key with
10547 NOT-RESET-INDICES t.
10548 (quail-completion): Likewise.
10549 (quail-lookup-map-and-concat): Likewise.
10550
10551 2004-04-20 Kenichi Handa <handa@m17n.org>
10552
10553 * international/quail.el (quail-update-translation): Don't insert
10554 such an unsupported multibyte char in a unibyte buffer.
10555
10556 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
10557
10558 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10559 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10560 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10561 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10562 (gdb-frame-assembler-buffer): Improve behaviour with
10563 multiple frames.
10564 (gdb-display-buffer): Extend search to all visible frames.
10565
10566 2004-04-19 Eli Zaretskii <eliz@gnu.org>
10567
10568 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10569 characters left after base64 decoding.
10570 (rmail-decode-region): Use -dos variety of `coding', to remove any
10571 ^M characters left after qp or base64 decoding.
10572
10573 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10574
10575 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10576 messages.
10577
10578 2004-04-19 Stephen Eglen <stephen@gnu.org>
10579
10580 * add-log.el (add-change-log-entry): Update doc string to mention
10581 add-log-full-name and add-log-mailing-address.
10582
10583 2004-04-18 Juri Linkov <juri@jurta.org>
10584
10585 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10586 (Info-find-node-2): Simplify error message.
10587 (Info-insert-dir): Use Info-following-node-name.
10588 (Info-goto-node): Remove *info-history* and *info-toc*.
10589 (Info-history): Create a node of the virtual history file.
10590 (Info-toc): Create a node of the virtual toc file.
10591 (Info-insert-toc): New arg `curr-file' for reference file names.
10592 (info-apropos): Remove redundant var binding for temp-file.
10593 (Info-index, Info-index-next, Info-mode): Doc fix.
10594 (Info-goto-emacs-command-node): Don't jump to *info* from
10595 non-*info* Info buffers.
10596 (Info-fontify-node): Don't show the file name of external
10597 references if `Info-hide-note-references' is `hide'. Don't hide
10598 newlines at the end of paragraphs.
10599
10600 * international/mule-diag.el (list-input-methods):
10601 Fix args to help-xref-button.
10602
10603 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10604 to put into effect local variables from TUTORIAL files.
10605
10606 * textmodes/paragraphs.el (sentence-end) <function>: New fun
10607 with default value taken from the variable `sentence-end'.
10608 (sentence-end) <defcustom>: Set default to nil. Doc fix.
10609 Add nil const to :type.
10610 (sentence-end-without-period, sentence-end-double-space)
10611 (sentence-end-without-space): Doc fix.
10612
10613 * textmodes/paragraphs.el (forward-sentence):
10614 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10615 (fill-delete-newlines):
10616 * progmodes/cc-cmds.el (c-beginning-of-statement):
10617 Use function `sentence-end' instead of variable `sentence-end'.
10618
10619 2004-04-18 Andreas Schwab <schwab@suse.de>
10620
10621 * progmodes/compile.el (compilation-start): Set window start to
10622 point-min if compilation-scroll-output is nil.
10623
10624 2004-04-18 John Wiegley <johnw@newartisans.com>
10625
10626 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10627
10628 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
10629
10630 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10631 (gdb-info-breakpoints-custom): Revert previous change.
10632 (gdb-view-assembler): Update assembler if necessary.
10633 (gdb-frame-handler): Parse correctly for gdb-current-frame.
10634 (gdb-display-source-buffer): Update properly when both source and
10635 assembler are visible.
10636
10637 2004-04-17 John Wiegley <johnw@newartisans.com>
10638
10639 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10640 which limits the number of names shown in the minibuffer. Off by
10641 default.
10642 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
10643 up iswitchb for users with a multitude of open buffers by showing
10644 only the first and last N/2 buffers in the completion list (which
10645 is enough to aid C-s/C-r, and to know that more characters are
10646 needed to refine the completion list).
10647
10648 2004-04-17 Richard M. Stallman <rms@gnu.org>
10649
10650 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10651 (file-truename): Expand all ~ constructs directly.
10652 (insert-directory): Delete any error msg output by the
10653 `insert-directory-program'.
10654
10655 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10656 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10657 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10658 (allout-init): Use find-file-hook, not find-file-hooks.
10659 (allout-mode): Eliminate Emacs 18 support.
10660 Use write-contents-functions, not local-write-file-hooks.
10661
10662 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
10663
10664 * progmodes/compile.el (compilation-error-properties): Fix for
10665 adding messages when there are already markers for their file.
10666 (compilation-fake-loc): New function.
10667
10668 2004-04-16 Dave Love <fx@gnu.org>
10669
10670 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10671 (python-load-file): Fix python-orig-start setting.
10672
10673 * progmodes/compile.el: Doc fixes.
10674 (compilation-error-regexp-alist-alist)
10675 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10676 (compilation-assq): Wrap in eval-when-compile.
10677 (compilation-mode-font-lock-keywords): Don't use list*.
10678 (compilation-start): Avoid warning.
10679 (compilation-compat-error-properties)
10680 (compilation-directory-properties): Add keymap property.
10681 (compilation-parsing-end): Make it a marker for better compatibility.
10682
10683 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10684
10685 2004-04-16 Mark A. Hershberger <mah@everybody.org>
10686
10687 * xml.el: Doc fixes.
10688 (xml-get-children): Only looks at sub-tags and ignore strings.
10689
10690 * xml.el (xml-parse-tag): Avoid overwriting node-name.
10691
10692 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10693
10694 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10695
10696 2004-04-16 Andre Spiegel <spiegel@gnu.org>
10697
10698 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10699
10700 * vc.el (vc-print-log): Likewise.
10701
10702 2004-04-16 Masatake YAMATO <jet@gyve.org>
10703
10704 * simple.el (completion-setup-function): Set an initial value
10705 to `element-common-end' before entering loop. Set a value
10706 to `element-common-end' at the end of loop.
10707 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10708 (completions-common-part): Rename from completion-de-emphasis.
10709 (completions-first-difference): Rename from completion-emphasis.
10710 Suggested by RMS.
10711
10712 2004-04-16 Juanma Barranquero <lektu@terra.es>
10713
10714 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10715 (bookmark-edit-annotation-mode): Add mode name.
10716
10717 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10718
10719 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10720 for nested conflict markers.
10721 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10722
10723 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
10724
10725 * progmodes/gdb-ui.el (gdb-goto-info): New function.
10726
10727 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10728
10729 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10730
10731 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10732 Give a backtrace if requested.
10733
10734 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10735
10736 * progmodes/python.el (python-mouse-2-command, python-RET-command):
10737 Remove unused functions.
10738 (python-orig-start-line, python-orig-file): Remove.
10739 (python-orig-start): New var.
10740 (python-input-filter, python-compilation-line-number)
10741 (python-send-region, python-load-file): Use it.
10742
10743 * info.el (info): Always jump to *info*.
10744
10745 * subr.el (posn-set-point): New function.
10746
10747 * mouse.el (mouse-set-point): Use it.
10748
10749 * progmodes/compile.el (compile-goto-error): Use it.
10750 (compilation-button-map): New keymap.
10751 (compilation-error-properties): Use it.
10752 (compilation-shell-minor-mode-map): Don't bind mouse-2.
10753
10754 * smerge-mode.el (smerge-popup-context-menu): Use it.
10755
10756 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10757 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10758 mouse and non-mouse case.
10759
10760 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10761 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10762
10763 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10764 Make it work for non-mouse events.
10765
10766 * pcvs-info.el (cvs-status-map): Update binding name.
10767
10768 2004-04-14 Mark A. Hershberger <mah@everybody.org>
10769
10770 * xml.el (xml-maybe-do-ns): New function to handle namespace
10771 parsing of both attribute and element names.
10772 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10773 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10774 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
10775 (xml-parse-attlist): Make it do its own namespace parsing.
10776
10777 2004-04-14 Dave Love <fx@gnu.org>
10778
10779 * progmodes/python.el (run-python): Fix use of \n.
10780 (python-load-file): Remove `try' from Python fragment.
10781 (python-describe-symbol): Fix message.
10782
10783 * comint.el: Doc fixes.
10784 (comint-last-input-start, comint-last-input-end)
10785 (comint-last-output-start): Give them values.
10786 (comint-arguments): Avoid warning.
10787 (comint-skip-prompt): Use line-end-position.
10788 (comint-backward-matching-input): Rename arg to agree with doc.
10789 (comint-extract-string): Use syntax-ppss.
10790 (comint-dynamic-simple-complete): Delete useless list construction.
10791 (comint-redirect-subvert-readonly): New.
10792 (comint-redirect-preoutput-filter): Use it.
10793
10794 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10795 Correctly handle negative arguments when calling hook functions.
10796
10797 2004-04-14 Jesper Harder <harder@ifa.au.dk>
10798
10799 * info.el (info-apropos): Don't clobber Info-history-list.
10800
10801 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
10802
10803 * progmodes/compile.el (compilation-setup):
10804 Localize overlay-arrow-position.
10805 (compilation-sentinel): Restructure code equivalently.
10806 (compilation-next-error): Find message on same line after point if
10807 not found before point.
10808 (compile-mouse-goto-error): Restore function so that compilation
10809 buffer need not be current and use compile-goto-error.
10810 (compile-goto-error): Restore function.
10811 (next-error): Set overlay-arrow-position.
10812 (compilation-forget-errors): Don't localize already local
10813 compilation-locs and remove FIXME about refontifying.
10814
10815 2004-04-14 Kim F. Storm <storm@cua.dk>
10816
10817 * startup.el (emacs-quick-startup): New defvar (set by -Q).
10818 (command-line): New option -Q. Like -q --no-site-file, but
10819 in addition it also disables menu-bar, tool-bar, scroll-bars,
10820 tool-tips, and the blinking cursor.
10821 (command-line-1): Skip startup screen if -Q.
10822 (fancy-splash-head): Use ":align-to center" prop to center splash image.
10823
10824 * emulation/cua-base.el (cua-read-only-cursor-color)
10825 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10826
10827 2004-04-13 Dave Love <fx@gnu.org>
10828
10829 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
10830 (syntax): Don't require.
10831 (python) <defgroup>: Add :version.
10832 (python-quote-syntax): Re-written.
10833 (inferior-python-mode): Move stuff here from run-python and add
10834 some more.
10835 (python-preoutput-continuation, python-preoutput-result)
10836 (python-dotty-syntax-table): New.
10837 (python-describe-symbol): Use them.
10838 (run-python): Move stuff to inferior-python-mode. Modify code
10839 loaded into Python.
10840 (python-send-region): Use python-proc, python-send-string.
10841 (python-send-string): Send newlines too. Callers changed.
10842 (python-load-file): Re-written.
10843 (python-eldoc-function): New.
10844 (info-look): Don't require.
10845 (python-after-info-look): New. A modified version of former
10846 top-level code for use with eval-after-load.
10847 (python-maybe-jython, python-guess-indent): Use widened buffer.
10848 (python-fill-paragraph): Re-written.
10849 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
10850 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
10851
10852 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10853
10854 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10855 Set compilation-error-regexp-alist earlier.
10856
10857 * progmodes/compile.el (compilation-minor-mode-map)
10858 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10859 (compile-goto-error): Re-merge the mouse and non-mouse commands.
10860
10861 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10862
10863 * progmodes/compile.el (compile-goto-error): Select the buffer/window
10864 corresponding to the event.
10865
10866 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
10867
10868 * loadup.el: Add cygwin to system-type list, for unexec() support.
10869
10870 2004-04-12 John Paul Wallington <jpw@gnu.org>
10871
10872 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10873 (ibuffer-restore-window-config-on-quit): New variable to replace
10874 `ibuffer-delete-window-on-quit'. Update all references.
10875 (ibuffer-prev-window-config): New variable.
10876 (ibuffer-quit): Restore previous window configuration instead of
10877 deleting window.
10878 (ibuffer): Save window configuration before showing Ibuffer buffer.
10879
10880 * help.el (describe-mode): Doc fix.
10881
10882 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10883
10884 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10885 not to treat nil as a function.
10886
10887 * vc-arch.el (vc-arch-root): Be a bit more careful.
10888 (vc-arch-register): Save the buffer if we modified it.
10889 (vc-arch-delete-rej-if-obsolete): Save excursion.
10890 (vc-arch-find-file-hook): Use the simpler after-save-hook.
10891 (vc-arch-responsible-p, vc-arch-init-version): New functions.
10892
10893 * net/ldap.el (ldap-search): Use list*.
10894
10895 2004-04-12 Juri Linkov <juri@jurta.org>
10896
10897 * info.el (Info-follow-reference): Allow multiline reference name.
10898
10899 2004-04-11 Dave Love <fx@gnu.org>
10900
10901 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10902
10903 * progmodes/python.el: New file.
10904
10905 2004-04-11 Andre Spiegel <spiegel@gnu.org>
10906
10907 * vc-hooks.el (vc-arg-list): Function removed.
10908 (vc-default-workfile-unchanged-p): Use condition-case to check for
10909 backward compatibility.
10910
10911 * vc.el (vc-print-log): Use condition-case to check for backward
10912 compatibility.
10913
10914 2004-04-11 Juri Linkov <juri@jurta.org>
10915
10916 * dired.el (dired-faces): New defgroup.
10917 (dired-header, dired-mark, dired-marked, dired-flagged)
10918 (dired-warning, dired-directory, dired-symlink, dired-ignored):
10919 New faces.
10920 (dired-header-face, dired-mark-face, dired-marked-face)
10921 (dired-flagged-face, dired-warning-face, dired-directory-face)
10922 (dired-symlink-face, dired-ignored-face): New face variables.
10923 (dired-font-lock-keywords): Use them instead of font-lock faces.
10924 Split the rule for dired marks into 3 separate rules: for marks,
10925 marked file names and flagged file names.
10926
10927 * help-mode.el (help-make-xrefs): Add a final newline to the
10928 *Help* buffer.
10929
10930 2004-04-11 John Paul Wallington <jpw@gnu.org>
10931
10932 * replace.el (occur-engine): Distinguish between one and several
10933 matches in the matches per buffer heading.
10934
10935 2004-04-11 Kim F. Storm <storm@cua.dk>
10936
10937 * ido.el (ido-confirm-unique-completion): New defcustom.
10938 (ido-complete): Use it.
10939 (ido-write-file): Set it to t unconditionally.
10940
10941 2004-04-10 Miles Bader <miles@gnu.org>
10942
10943 RCS keyword removal (only non-comment changes are enumerated here):
10944
10945 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10946 (byte-compile-insert-header): Don't use `byte-compile-version'.
10947 * forms.el (forms-version): Variable removed.
10948 (forms-mode): Don't use `forms-version'.
10949 * recentf.el (recentf-version): Variable removed.
10950 * progmodes/delphi.el (delphi-version): Variable removed.
10951 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10952
10953 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10954
10955 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10956
10957 2004-04-09 Jesper Harder <harder@ifa.au.dk>
10958
10959 * info.el (info-apropos): Improve menu item regexp.
10960
10961 2004-04-09 Simon Josefsson <jas@extundo.com>
10962
10963 * mail/smtpmail.el: Add comment, based on report by
10964 kdc@rcn.com (Kevin D. Clark).
10965
10966 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10967
10968 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10969 Redo one more thing that I didn't notice Daniel had undone.
10970
10971 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
10972
10973 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10974 (gdb-goto-breakpoint, gdb-display-buffer)
10975 (gdb-display-source-buffer, gdb-view-source-function)
10976 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10977 (gdb-source-info, gdb-frame-handler): Don't specify a window
10978 for display.
10979 (gdb-info-breakpoints-custom): Remove superfluous update of
10980 assembler buffer.
10981 (gdb-many-windows): Make settable outside gdb.
10982
10983 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
10984
10985 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10986 Derive from fundamental-mode rather than text-mode.
10987
10988 2004-04-08 Juri Linkov <juri@jurta.org>
10989
10990 * info.el (Info-history): Doc fix.
10991 (Info-history-list): New var.
10992 (info-xref): Change magenta4 to blue, remove bold for dark and
10993 light backgrounds, change bold to underline for non-color classes.
10994 (info-xref-visited): New face.
10995 (Info-fontify-visited-nodes): New custom.
10996 (Info-hide-note-references): Add new value `hide'. Doc fix.
10997 (Info-reference-name): New var.
10998 (Info-selection-hook): New custom.
10999 (Info-edit-mode-hook): New var.
11000 (Info-find-file): New fun.
11001 (Info-find-node): Move part of code to Info-find-file.
11002 (Info-find-node-2): Add anchors to Info-history-list. Move point
11003 to the place with the reference name if name is defined.
11004 (Info-select-node): Add current node to Info-history-list.
11005 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
11006 (Info-search-whitespace-regexp): New custom.
11007 (Info-search-case-fold): New var.
11008 (Info-search): Add "case-sensitively" to the prompt.
11009 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
11010 (Info-search-case-sensitively, Info-search-next): New fun.
11011 (Info-up): Move point to the menu item of the current node.
11012 (Info-history): New fun. Add *info-history* to
11013 same-window-buffer-names.
11014 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
11015 (Info-insert-toc): New fun.
11016 (Info-build-toc): New fun.
11017 (Info-follow-reference): Add new arg `fork'. Doc fix.
11018 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
11019 with the same name prefer the reference closest to point.
11020 (Info-next-reference): Replace * by + in the *Note regexp.
11021 Add regexp for http:// and ftp://. Skip the *Note prefix.
11022 (Info-prev-reference): Replace * by + in the *Note regexp.
11023 Add regexp for http:// and ftp://. Skip the *Note prefix.
11024 (Info-follow-nearest-node): Add new arg `fork'.
11025 (Info-try-follow-nearest-node): Add new arg `fork'.
11026 Call browse-url for http:// and ftp:// references.
11027 Set Info-reference-name for index entries.
11028 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
11029 Info-search-next, Info-history, Info-toc, clone-buffer.
11030 (Info-menu-update): Replace * by + in the *Note regexp.
11031 (Info-mode): Add documentation for Info-history, Info-toc,
11032 Info-search-case-sensitively, Info-search-next, clone-buffer.
11033 (Info-fontify-menu-headers): Remove fun. Move code to
11034 Info-fontify-node.
11035 (Info-fontify-node): Add docstring. Add local vars
11036 fontify-visited-p and not-fontified-p. If not-fontified-p is t
11037 then fontify header line, titles, menu headers, http and ftp
11038 references, refill paragraphs. If not-fontified-p is t or
11039 fontify-visited-p is t then fontify cross references, menu items.
11040 Fontify menu headers. Fontify http and ftp references.
11041 Change regexp for cross references to require whitespace after *Note,
11042 add matching groups for file and node names. Remove hack for quote.
11043 Use display property for Info-hide-note-references=t. Use fifth
11044 or fourth match for help-echo. Display visited nodes in a
11045 different face. Unhide file names of external references.
11046 Unhide newlines. Display visited menu items in a different face.
11047
11048 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * progmodes/compile.el: Require CL.
11051 (compilation-mode-font-lock-keywords): Re-install the "line as
11052 function" patch.
11053
11054 * help-fns.el (help-C-source-directory): New var.
11055 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
11056 (describe-function-1, describe-variable): Use them.
11057
11058 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
11059 to C source files specially.
11060
11061 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
11062
11063 * info.el (Info-hide-cookies-node): New function.
11064 (Info-select-node): Use it.
11065 (Info-display-images-node): Remove message with image file name.
11066
11067 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
11068
11069 * progmodes/compile.el (compilation-warning-face)
11070 (compilation-info-face, compilation-skip-threshold)
11071 (compilation-skip-visited, compilation-context-lines):
11072 Declare :version when added to Emacs.
11073 (compilation-error-regexp-alist-alist): Extend caml and irix.
11074 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
11075 (compilation-mode-font-lock-keywords): Temporarily undo line as
11076 function patch, which wasn't ready.
11077
11078 2004-04-07 Kenichi Handa <handa@m17n.org>
11079
11080 * international/latin1-disp.el (latin1-display-setup): Check each
11081 character is displayable or not instead of calling
11082 latin1-display-check-font.
11083
11084 2004-04-06 Kenichi Handa <handa@m17n.org>
11085
11086 * language/ethio-util.el (ethio-sera-being-called-by-w3):
11087 New variable.
11088 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
11089 instead of sera-being-called-by-w3.
11090 (ethio-fidel-to-sera-buffer): Likewise.
11091 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
11092 instead of sera-being-called-by-w3.
11093 (ethio-write-file): Likewise.
11094
11095 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11096
11097 * printing.el: Doc fix.
11098
11099 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
11100
11101 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
11102 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
11103 (gdb-setup-windows): Only use separate IO buffer if required.
11104
11105 2004-04-06 Kim F. Storm <storm@cua.dk>
11106
11107 * term.el (term-is-xemacs): Remove.
11108 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
11109 (term-window-width): New function.
11110 (term-mode, term-check-size): Use it.
11111 (term-mode): Disable overflow-newline-into-fringe in term buffer.
11112
11113 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
11114
11115 * cus-edit.el (custom-add-parent-links): Change unbound variable
11116 `symbol' to `name'.
11117
11118 2004-04-05 Jesper Harder <harder@ifa.au.dk>
11119 * info.el (info-apropos): New function.
11120 (Info-mode-menu): Add it.
11121 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
11122
11123 * help-mode.el (help-make-xrefs): Recognize aliased variable with
11124 inherited docstring.
11125
11126 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
11127
11128 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
11129
11130 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
11131
11132 * progmodes/compile.el (font-lock): Don't require any more.
11133 (compilation-error-properties, compilation-start, compilation-sentinel)
11134 (compilation-filter, next-error): Use with-current-buffer.
11135 (compilation-skip-to-next-location, compilation-skip-threshold)
11136 (compilation-skip-visited): Move to silence the byte-compiler.
11137 (compilation-setup): Simplify.
11138 (compilation-next-error): Use line-(beginning|end)-position.
11139 Make sure `pt' is non-nil before using compilation-loop.
11140 (compile-goto-error): Add optional event arg. Use it.
11141 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11142 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11143 Update the binding for mouse-2.
11144 (first-error): Set compilation-current-error to nil rather than bob.
11145 (compilation-parsing-end, compilation-parse-errors-function)
11146 (compilation-error-list, compilation-old-error-list):
11147 "New" compatibility variables.
11148 (compile-buffer-substring, compilation-compat-error-properties)
11149 (compilation-compat-parse-errors, compilation-forget-errors):
11150 New compatibility functions.
11151 (compilation-mode-font-lock-keywords): Use them.
11152
11153 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11154
11155 * autorevert.el (auto-revert-handler): If point (or a window
11156 point) is at the end of the buffer, keep it there after
11157 reverting. This allows to tail a file.
11158 Mention this in the `Commentary'.
11159
11160 * format.el (format-write-file): Add optional argument CONFIRM
11161 and make it behave like the analogous argument to `write-file'.
11162
11163 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11164
11165 * progmodes/ebnf2ps.el: Doc fix.
11166 (ebnf-version): New version number (4.2).
11167 (ebnf-syntax): Customization and docstring fix.
11168 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11169 Put autoloaded funs before first use.
11170 (ebnf-style-database): Add dtd entry.
11171 (ebnf-syntax-alist): Add dtd initialization.
11172 (ebnf-token-sequence): New fun.
11173 (ebnf-comment-table): Add new comment action character.
11174 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
11175
11176 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11177 Type Definition for XML).
11178
11179 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11180 * progmodes/ebnf-bnf.el (ebnf-sequence):
11181 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11182 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11183 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11184 Code simplification: call ebnf-token-sequence.
11185
11186 2004-04-04 Eli Zaretskii <eliz@gnu.org>
11187
11188 * calendar/timeclock.el (timeclock-relative)
11189 (timeclock-get-project-function, timeclock-get-workday-function)
11190 (timeclock-query-out, timeclock-when-to-leave)
11191 (timeclock-when-to-leave-string, timeclock-log-data)
11192 (timeclock-generate-report, timeclock-in): Doc fixes.
11193
11194 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11195
11196 * url/: New dir. Import the URL package from its repository.
11197
11198 2004-04-03 Andreas Schwab <schwab@suse.de>
11199
11200 * diff-mode.el (diff-mode): Fix missing quote.
11201
11202 2004-04-03 Juri Linkov <juri@jurta.org>
11203
11204 * descr-text.el (describe-property-list): Add `font-lock-face'.
11205
11206 * dired.el (dired-font-lock-keywords): Fix permission regexps.
11207
11208 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11209
11210 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11211 Use utf-16le on little endian machines and utf-16be otherwise.
11212
11213 2004-04-02 David Kastrup <dak@gnu.org>
11214
11215 * net/browse-url.el (browse-url-generic): Use call-process
11216 instead of start-process to allow browsers that fork and detach.
11217
11218 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
11219
11220 * compile.el (compilation-current-error): New var.
11221 (compilation-setup, compile-mouse-goto-error)
11222 (compile-goto-error, next-error): Use it.
11223 (compilation-skip-to-next-location): Default to t, which gives
11224 contiguous skipping like old compile (where this was redundant).
11225 (compilation-next-error): Prevent previous-* commands from moving
11226 back to message at or just before point.
11227
11228 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
11229
11230 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11231 (gdb-source-info): Don't display source at startup, if required.
11232 (gdb-show-main): New option.
11233 (gdba): Update documentation.
11234 (gdb-source): Cover case of auto-display output.
11235
11236 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
11237
11238 * autorevert.el: Delete obsolete autoload's and defvar's.
11239 (auto-revert-check-vc-info): New user option.
11240 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11241 (auto-revert-handler-vc): Delete.
11242 (auto-revert-handler): Treat return value `fast' of
11243 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
11244
11245 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11246 return `fast'.
11247
11248 * files.el (buffer-stale-function): Doc change.
11249
11250 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11251
11252 * printing.el: New tip on Tips section.
11253 (pr-version): New version number (6.7.4).
11254 (pr-shell-file-name): Initialization fix.
11255
11256 2004-03-31 Juri Linkov <juri@jurta.org>
11257
11258 * dired.el: Add autoload for `dired-do-touch'.
11259 (dired-touch-program): New var.
11260 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11261 (dired-no-confirm): Add `touch' to docstring.
11262
11263 * dired-aux.el (dired-do-touch): New fun.
11264 (dired-do-chxxx): Add argument -t for touch operation.
11265
11266 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11267 `dired-move-to-filename-regexp'.
11268
11269 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
11270
11271 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
11272
11273 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11274
11275 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11276 and only if the buffer was modified.
11277
11278 2004-03-30 Kenichi Handa <handa@m17n.org>
11279
11280 * international/characters.el: Delete pairs for U+2308..U+230B.
11281
11282 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
11283
11284 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11285 to detect the beginning of a level 2 or 3 annotation.
11286
11287 2004-03-29 Kenichi Handa <handa@m17n.org>
11288
11289 * international/ucs-tables.el (ucs-insert): Fix the error message.
11290
11291 2004-03-29 Kenichi Handa <handa@m17n.org>
11292
11293 * international/mule-util.el (char-displayable-p): Fix generation
11294 of XLFD file name.
11295
11296 * Makefile.in (setwins, setwins_almost): Change directory to $wd
11297 before finding directories by `find'.
11298
11299 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * subr.el (interactive-form): Delete. Now implemented in C.
11302
11303 * pcvs.el (cvs-parse-process): Workaround for Darwin.
11304
11305 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11306 (vc-diff-label): New fun.
11307 (vc-diff-internal): Use it.
11308
11309 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11310
11311 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11312
11313 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11314
11315 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11316 specify XML (EBNFX).
11317
11318 * progmodes/ebnf2ps.el: Doc fix.
11319 (ebnf-version): New version number (4.1).
11320 (ebnf-syntax): Adjust customization.
11321 (ebnf-style-database): Add ebnfx entry.
11322 (ebnf-syntax-alist): Add ebnfx initialization.
11323 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11324
11325 * printing.el: Doc fix.
11326 (pr-version): New version number (6.7.3).
11327 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11328 returns nil for mouse position. Reported by Drew Adams
11329 <drew.adams@oracle.com>.
11330 (pr-update-menus): Modify interactive declaration. Reported by Drew
11331 Adams <drew.adams@oracle.com>.
11332
11333 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
11334
11335 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11336 (gud-gdba-marker-filter): Log the process input and output, if
11337 required. From Stefan Monnier.
11338 (gdb-debug-log, gdb-enable-debug-log): New variables.
11339 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11340
11341 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11342
11343 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11344 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11345
11346 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
11347
11348 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11349 Call vc-find-file-hook here instead of in auto-revert-buffers.
11350 (auto-revert-buffers): Delete call to vc-find-file-hook.
11351 (auto-revert-verbose, global-auto-revert-non-file-buffers)
11352 (global-auto-revert-mode, auto-revert-set-timer)
11353 (auto-revert-handler, auto-revert-buffers): Doc fixes.
11354
11355 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11356
11357 * woman.el (woman-change-fonts): Rename local variable
11358 woman-font-alist to font-alist to avoid a compiler warning.
11359
11360 2004-03-27 Dave Love <fx@gnu.org>
11361
11362 * emacs-lisp/rx.el (rx): Doc fix.
11363 Fix copyright years.
11364
11365 * strokes.el (strokes-global-set-stroke-string): New function.
11366 (strokes-list-strokes): Cope with strings, not just commands.
11367 Set foreground colour of image.
11368 (strokes-global-set-stroke): Doc fix.
11369
11370 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
11371
11372 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11373 Auto Revert mode.
11374 (Buffer-menu-files-only): New variable.
11375 (Buffer-menu-toggle-files-only): New function.
11376 (Buffer-menu-mode-map): Bind it to `T'.
11377 (Buffer-menu-mode): Mention `T' in docstring.
11378 Set buffer-stale-function.
11379 (list-buffers-noselect): Mark buffer non-modified and set
11380 Buffer-menu-files-only.
11381
11382 * dired.el (buffer-stale-function): Remove no longer needed defvar.
11383
11384 * autorevert.el (auto-revert-handler): Print revert message
11385 before, rather than after, reverting.
11386 (buffer-stale-function): Move to files.el.
11387
11388 * files.el (buffer-stale-function): Move here from autorevert.el.
11389
11390 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11393
11394 * calc/calc.el (calc-mode-map): Use mapc.
11395
11396 * apropos.el (apropos-mode): Don't autoload.
11397 (apropos-symbols-internal): New fun. Extracted from `apropos'.
11398 (apropos): Use it.
11399 (apropos-print): Add optional `text' argument.
11400 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11401 Don't assume point-min == 1.
11402
11403 * bs.el (bs-buffer-list): Use buffer-local-value.
11404 (bs--set-toggle-to-show): Use with-current-buffer.
11405
11406 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11407 New funs.
11408 (list-buffers-noselect): Use them. Adjust :align-to to new style.
11409
11410 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11411
11412 * dabbrev.el (dabbrev-expand): Fix regexp construction.
11413 (dabbrev--find-expansion): Use pop.
11414 (dabbrev--search): Use match-string-no-properties.
11415
11416 * dired.el (dired-mode): Use run-mode-hooks.
11417 (dired-move-to-end-of-filename): Use match-string.
11418
11419 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11420 is bound before using it.
11421 (ediff-verbose-p): Make it into a var since it's not constant.
11422
11423 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11424
11425 * faces.el (read-face-font): Don't cons up unnecessarily.
11426 (header-line, tool-bar): Share common parts.
11427
11428 * files.el (file-relative-name): Use compare-strings.
11429
11430 * finder.el (finder-mode): Follow coding convention.
11431
11432 * subr.el (read-number): New function.
11433
11434 * ses.el (ses-read-number): Move to subr.el.
11435 (ses-set-header-row): Use read-number.
11436
11437 2004-03-26 Andre Spiegel <spiegel@gnu.org>
11438
11439 * vc-hooks.el (vc-arg-list): New function, which handles both
11440 compiled and uncompiled code.
11441 (vc-default-workfile-unchanged-p): Use it.
11442
11443 * vc.el (vc-print-log): Undo prev change, use new function
11444 vc-arg-list from vc-hooks.el.
11445
11446 2004-03-26 Masatake YAMATO <jet@gyve.org>
11447
11448 * simple.el (completion-setup-function): Emphasize the
11449 first uncommon characters in the completions; and de-emphasize
11450 the common prefix substrings.
11451 (completion-emphasis): New face.
11452 (completion-de-emphasis): New face.
11453
11454 2004-03-25 Juanma Barranquero <lektu@terra.es>
11455
11456 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11457 Comment out (it's unused and unfinished code).
11458
11459 2004-03-25 Sam Steingold <sds@gnu.org>
11460
11461 * vc.el (vc-print-log): Fix a bug in the last patch:
11462 backend-function may be a byte-compiled object, not a lambda.
11463
11464 2004-03-25 Juri Linkov <juri@jurta.org>
11465
11466 * descr-text.el (describe-property-list): Add a button
11467 for `face' property that calls `describe-face'.
11468 Suggested by luis fernandes <elf@ee.ryerson.ca>
11469
11470 * international/mule.el (keyboard-coding-system):
11471 * kmacro.el (kmacro-call-macro): Fix docstring.
11472
11473 * dired.el: Fix comments.
11474
11475 * textmodes/fill.el (fill): Fix Info link.
11476
11477 * font-lock.el (fast-lock, lazy-lock):
11478 * jit-lock.el (jit-lock): Remove links to removed Support Modes
11479 Info node.
11480
11481 * eshell/eshell.el (eshell): Fix broken info-link.
11482
11483 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11484 * eshell/em-banner.el (eshell-banner):
11485 * eshell/em-smart.el (eshell-smart):
11486 * eshell/esh-cmd.el (eshell-cmd):
11487 Comment out broken info-links to incomplete Info manual.
11488
11489 * info-xref.el: Fix commentary.
11490
11491 2004-03-25 Kevin Ryde <user42@zip.com.au>
11492
11493 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11494 Remove spurious node duplicate suppression, doesn't work, not wanted.
11495 (info-xref-output): Take format style args, add "sit-for 0" to let
11496 user see the results as they progress.
11497 (info-xref-check-all-custom): New function.
11498
11499 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
11500
11501 * gdb-ui.el: Moved to progmodes.
11502
11503 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11504
11505 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11506
11507 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11508
11509 * calendar/appt.el (appt-check): Remove superfluous progn.
11510 When finished with diary buffer: if it was not being displayed
11511 before, kill it; otherwise restore its original state.
11512 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11513
11514 * calendar/calendar.el (calendar-set-mode-line): Use total
11515 available mode-line width, rather than frame-width.
11516
11517 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11518 after mode change so effect not lost.
11519
11520 2004-03-23 Dave Love <fx@gnu.org>
11521
11522 * dired.el (dired) <defgroup>: Add link to manual.
11523 (dired-font-lock-keywords): Add highlighting on unusual permissions.
11524 (dired-revert): Use dolist.
11525 (dired-mode-map): Add U binding.
11526 (dired-mode): Add font-lock-beginning-of-syntax-function.
11527 (dired-garbage-files-regexp): Make it a defcustom.
11528
11529 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11530
11531 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11532 is equivalent to nil.
11533 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11534 (vc-arch-mode-line-string): Accept `added' state.
11535 (vc-arch-state): Use inode-sigs if available.
11536 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11537 Copy&delete existing id file if any. Fallback if uuidgen is absent.
11538 (vc-arch-tagline-re): New var.
11539 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11540 New functions.
11541 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11542 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11543
11544 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11545 (vc-file-not-found-hook): Use it.
11546
11547 * diff-mode.el (diff-default-read-only): Change default.
11548 (diff-mode-hook): Make it a defcustom. Add some options.
11549 (diff-mode-map): Bind diff-refine-hook.
11550 (diff-yank-handler): New var.
11551 (diff-yank-function): New fun.
11552 (diff-font-lock-keywords): Use them.
11553 (diff-end-of-file): Handle case where file-header looks like diff text.
11554 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11555 (diff-file-kill): Delete a subsequent empty line, if applicable.
11556 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11557 (diff-find-file-name): Use it.
11558 (diff-tell-file-name): New command.
11559 (diff-mode): Be careful with view-mode.
11560 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11561 New functions, for use in diff-mode-hook.
11562 (diff-find-source-location): Catch "regex too large" errors.
11563 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11564 (diff-refine-hunk): New command.
11565
11566 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11567 (smerge-context-menu-map): Remove unused var.
11568 (smerge-keep-all): Preserve markers.
11569 (smerge-keep-n): New fun.
11570 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11571 (smerge-keep-current, smerge-ediff): Use it.
11572 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
11573 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11574 (smerge-resolve): Resolve trivial 3-part conflicts.
11575
11576 2004-03-23 Juri Linkov <juri@jurta.org>
11577
11578 * man.el (Man-width): New var.
11579 (Man-getpage-in-background): Use it.
11580 (Man-support-local-filenames): New var and fun.
11581 (Man-build-man-command): Don't add a second %s.
11582 (Man-fontify-manpage): Clean up message.
11583 (Man-mode): Set outline-regexp, outline-level,
11584 imenu-generic-expression.
11585
11586 * woman.el (woman-fill-frame): Doc fix.
11587 (woman-decode-region): Use window-width instead of frame-width.
11588
11589 * abbrevlist.el (list-one-abbrev-table):
11590 * descr-text.el (describe-char):
11591 * international/mule-diag.el (describe-current-coding-system):
11592 * international/quail.el (quail-insert-decode-map):
11593 Use window-width instead of frame-width.
11594
11595 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11596 (jka-compr-mode-alist-additions): Add tbz.
11597 (jka-compr-write-region, jka-compr-insert-file-contents):
11598 Add message for undefined compress-program.
11599 (jka-compr-write-region): Remove redundant var bindings.
11600
11601 * dired-x.el (dired-guess-shell-alist-default): Add choices for
11602 extracting files into subdirectory. Add tbz and dz. Fix regexps.
11603 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11604 (dired-man): Use dired-guess-shell-command.
11605 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11606 Change default nil to t.
11607
11608 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11609 (dired-compare-directories): Add default value for empty input.
11610
11611 * help-at-pt.el: Move suggestions for key bindings to Commentary.
11612
11613 * time.el (display-time-string-forms): Fix help-echo date format.
11614
11615 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
11616
11617 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11618 (buffer-stale-function): New variable.
11619 (auto-revert-list-diff, auto-revert-dired-file-list)
11620 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11621 (auto-revert-handler): Take over some functionality of deleted
11622 functions.
11623 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11624
11625 * dired.el (dired-directory-changed-p): New fun, extracted from
11626 dired-internal-noselect.
11627 (dired-buffer-stale-p): New fun.
11628 (dired-internal-noselect): Use dired-directory-changed-p.
11629 Eliminate revert messages.
11630 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11631
11632 2004-03-23 Kenichi Handa <handa@m17n.org>
11633
11634 * international/characters.el: Setup syntaxes for more parentheses
11635 Unicode characters.
11636
11637 * international/mule-cmds.el (select-safe-coding-system):
11638 Merge coding-system and auto-cs before comparing them.
11639
11640 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11641
11642 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11643
11644 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11645 normal-auto-fill-function and comment-indent-function.
11646 The default values now work just as well.
11647 Don't set font-lock-beginning-of-syntax-function since we already set
11648 syntax-begin-function.
11649 (lisp-outline-level): Put ;;;###autoload at same level as (.
11650 (prin1-char): Quote special chars.
11651
11652 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11653 than with-no-warnings.
11654
11655 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11656 if the source location can't be found.
11657 (edebug-compute-previous-result): Use prin1-char.
11658
11659 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11660 (debug-ignored-errors): Add an entry.
11661
11662 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11663 (byte-compile-file): Output warning when deleting a file.
11664
11665 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11666 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11667
11668 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11669 (byte-compile-inline-expand): Use backquote.
11670 (byte-optimize-pure-func): Rename from byte-optimize-concat.
11671 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11672
11673 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11674
11675 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11676
11677 2004-03-22 Juri Linkov <juri@jurta.org>
11678
11679 * finder.el (finder-known-keywords): Fix data, tex, unix.
11680
11681 * play/landmark.el: Fix keywords.
11682
11683 * language/ethio-util.el (ethio-find-file): Doc fix.
11684
11685 * emacs-lisp/warnings.el: Doc fix.
11686
11687 * textmodes/ispell.el (ispell-help): Doc fix.
11688
11689 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
11690
11691 * format.el (format-insert-file): Always return a list of two
11692 elements, like insert-file-contents does.
11693
11694 2004-03-21 Andre Spiegel <spiegel@gnu.org>
11695
11696 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11697 and vc-BACKEND-diff.
11698 (vc-print-log): If the print-log implementation supports it, use
11699 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11700 (vc-version-diff, vc-diff-internal): Doc fixes.
11701
11702 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11703 implementation supports it, let diff output go to *vc*,
11704 not *vc-diff*, since this is an internal call.
11705
11706 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11707
11708 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11709
11710 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11711
11712 2004-03-21 Dave Love <fx@gnu.org>
11713
11714 * progmodes/cfengine.el (cfengine-mode):
11715 Set parse-sexp-ignore-comments.
11716
11717 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11718
11719 2004-03-21 Juanma Barranquero <lektu@terra.es>
11720
11721 * allout.el (allout-mode): Fix docstring.
11722
11723 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
11724
11725 * files.el (insert-directory): Fix bug if SWITCHES is a list.
11726
11727 * autorevert.el (auto-revert-interval): Make new value take
11728 effect immediately when set through Custom.
11729 (auto-revert-set-timer): Add interactive declaration.
11730
11731 2004-03-19 David Ponce <david@dponce.com>
11732
11733 * ruler-mode.el (ruler-mode-header-line-format-old):
11734 Don't `make-variable-buffer-local'.
11735 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11736 (ruler-mode-header-line-format): Simply funcall the above.
11737 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11738 to save/restore a previous header line format.
11739 (ruler-mode-space): Don't depend on a numeric WIDTH value.
11740 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11741 fringes and margins width.
11742 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11743
11744 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11745
11746 * log-edit.el (log-edit-font-lock-keywords): Typo.
11747
11748 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11749 (tex-send-tex-command): Rather than here.
11750 (tex-compilation-parse-errors): Simplify.
11751
11752 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11753
11754 * time.el (display-time-string-forms): Add help-echo with date on time.
11755
11756 * composite.el (compose-region): Use restore-buffer-modified-p.
11757
11758 * disp-table.el (standard-display-8bit): Simplify.
11759
11760 * server.el (server-process-filter): Delete temp frame.
11761
11762 * add-log.el (add-change-log-entry): Simplify.
11763
11764 2004-03-19 Kim F. Storm <storm@cua.dk>
11765
11766 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11767 (hexl-follow-line): Don't require 'fringe.
11768
11769 * progmodes/compile.el (compilation-start): Always set
11770 compilation-last-buffer and return it.
11771
11772 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11773
11774 * simple.el (clone-buffer): Doc fix.
11775
11776 2004-03-18 Juanma Barranquero <lektu@terra.es>
11777
11778 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11779
11780 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11781
11782 * log-edit.el (log-edit-font-lock-keywords): New var.
11783 (log-edit-mode): Use it.
11784
11785 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
11786
11787 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11788 properly for watching in speedbar.
11789
11790 2004-03-17 Masatake YAMATO <jet@gyve.org>
11791
11792 * smerge-mode.el (smerge-popup-context-menu):
11793 Put `unwind-protect' around `overlay-put' and `popup-menu'.
11794
11795 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11796
11797 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11798 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11799 Take sealed revisions into account.
11800 (vc-arch-checkin): Extract a summary line from the message.
11801
11802 2004-03-16 Masatake YAMATO <jet@gyve.org>
11803
11804 * register.el (register): Provide `register' feature.
11805
11806 2004-03-15 Masatake YAMATO <jet@gyve.org>
11807
11808 Added context menu support in smerge mode.
11809 Most of the part is written by Stefan Monnier.
11810
11811 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11812 New keymap and menu.
11813 (smerge-text-properties): New function.
11814 (smerge-remove-props): New function.
11815 (smerge-popup-context-menu): New function.
11816 (smerge-resolve): Call `smerge-remove-props'.
11817 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11818 (smerge-keep-current): Ditto.
11819 (smerge-kill-current): New function.
11820 (smerge-match-conflict): Put text properties.
11821 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11822
11823 2004-03-15 David Ponce <david@dponce.com>
11824
11825 * ruler-mode.el: (ruler-mode-left-fringe-cols)
11826 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11827 (ruler-mode-right-scroll-bar-cols): Remove.
11828 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11829 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11830 Use fringe-columns and scroll-bar-columns.
11831
11832 2004-03-15 Masatake YAMATO <jet@gyve.org>
11833
11834 * hl-line.el (hl-line-range-function): New variable.
11835 (hl-line-move): New function.
11836 (global-hl-line-highlight): Use `hl-line-move'.
11837 (hl-line-highlight): Ditto.
11838
11839 * scroll-bar.el (scroll-bar-columns):
11840 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11841
11842 * ruler-mode.el (top-level): Require scroll-bar and fringe.
11843 (ruler-mode-left-fringe-cols)
11844 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11845 (ruler-mode-right-scroll-bar-cols)
11846 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11847 (ruler-mode-ruler-function): New variable.
11848 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11849 if the value for `ruler-mode-ruler-function'is given.
11850
11851 * hexl.el (hexl-mode-hook): Make the hook customizable.
11852 (hexl-address-area, hexl-ascii-area): New customize variables.
11853 (hexlify-buffer): Put font-lock-faces on the address area and
11854 the ascii area.
11855 (hexl-activate-ruler): New function.
11856 (hexl-follow-line): New function.
11857 (hexl-highlight-line-range): New function.
11858 (hexl-mode-ruler): New function.
11859
11860 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
11863 (vc-default-find-file-hook): New fun.
11864 (vc-find-file-hook): Call new find-file-hook operation.
11865
11866 * vc-arch.el: New file.
11867
11868 2004-03-12 Jesper Harder <harder@ifa.au.dk>
11869
11870 * info-look.el (info-lookup): Reuse an existing Info window.
11871
11872 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11873
11874 * woman.el (woman-preserve-ascii): Default value changed to t and
11875 doc string revised.
11876
11877 2004-03-12 Richard M. Stallman <rms@gnu.org>
11878
11879 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11880 Fix minor bug.
11881
11882 * replace.el (occur-engine): Change message for count of matches.
11883
11884 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11885 For strings, do compare text properties.
11886
11887 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
11888
11889 * progmodes/compile.el (compile-auto-highlight)
11890 (compilation-error-list, compilation-old-error-list)
11891 (compilation-parse-errors-function, compilation-parsing-end)
11892 (compilation-error-message, compilation-directory-stack)
11893 (compilation-enter-directory-regexp-alist)
11894 (compilation-leave-directory-regexp-alist)
11895 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11896 (compilation-current-file, compilation-regexps): Remove vars.
11897
11898 (compile-error-at-point, compilation-error-filedata)
11899 (compilation-error-filedata-file-name, compile-reinitialize-errors)
11900 (compilation-next-error-locus, compilation-forget-errors)
11901 (count-regexp-groupings, compilation-parse-errors)
11902 (compile-collect-regexps, compile-buffer-substring): Remove funs.
11903
11904 (compile-internal): Make obsolete.
11905
11906 (compilation-first-column, compilation-error)
11907 (compilation-directory-matcher, compilation-page-delimiter)
11908 (compilation-mode-font-lock-keywords, compilation-debug)
11909 (compilation-error-face, compilation-warning-face)
11910 (compilation-info-face, compilation-line-face)
11911 (compilation-column-face, compilation-enter-directory-face)
11912 (compilation-leave-directory-face, compilation-skip-threshold)
11913 (compilation-skip-visited, compilation-context-lines): New vars.
11914
11915 (compilation-warning-face, compilation-info-face)
11916 (compilation-message-face): New faces.
11917
11918 (compilation-error-regexp-alist-alist): New constant.
11919
11920 (compilation-face, compilation-directory-properties)
11921 (compilation-assq, compilation-error-properties, compilation-start)
11922 (define-compilation-mode, compilation-loop)
11923 (compilation-set-window): New functions.
11924
11925 (compile): Additional argument for interactive compiles like TeX.
11926
11927 * progmodes/grep.el (kill-grep): Move here from compile.el
11928 (grep-error, grep-hit-face, grep-error-face)
11929 (grep-mode-font-lock-keywords): New variables.
11930 (grep-regexp-alist): Simplify regexp and add `binary' case.
11931 (grep-mode): New mode.
11932 (grep-process-setup): Simplify.
11933
11934 2004-03-11 Jason Rumney <jasonr@gnu.org>
11935
11936 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11937 letters on DOS/Windows.
11938
11939 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11940
11941 * server.el (server-name): New var.
11942 (server-socket-dir): New var to replace server-socket-name.
11943 (server-start): Use them.
11944
11945 2004-03-11 Simon Josefsson <jas@extundo.com>
11946
11947 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11948 died to avoid infloop. Reported by Jonathan Glauner
11949 <jglauner@sbum.org>.
11950
11951 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11952
11953 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11954 (smerge-mode-menu): Use it to deactivate menu entries.
11955 (smerge-keep-current): New fun.
11956 (smerge-keep-current): Use it.
11957
11958 2004-03-10 John Paul Wallington <jpw@gnu.org>
11959
11960 * foldout.el (foldout-fold-list, foldout-modeline-string):
11961 Declare them as variables, not constants.
11962
11963 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11964
11965 * ps-print.el: Modification to print *Messages* buffer.
11966 (ps-print-version): New version 6.6.4.
11967 (ps-message-log-max): New fun.
11968 (ps-spool-without-faces, ps-spool-with-faces)
11969 (ps-count-lines-preprint): Code fix.
11970
11971 * printing.el: New tips in Tips section.
11972
11973 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11974
11975 * delim-col.el: Doc fix.
11976
11977 * printing.el: Doc fix. New doc section (Tips).
11978
11979 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * type-break.el (type-break-emacs-variant): Remove.
11982 (type-break-run-at-time, type-break-cancel-function-timers):
11983 Use fboundp rather than version name and number.
11984
11985 2004-03-09 Masatake YAMATO <jet@gyve.org>
11986
11987 * hexl.el (hexl-mode): Use `make-local-variable' instead of
11988 `make-variable-buffer-local'.
11989
11990 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
11991
11992 * find-dired.el (find-dired): Call `shell-command' instead of
11993 `start-process-shell-command'. By this, Tramp takes over
11994 handling of remote directories.
11995
11996 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11997
11998 * newcomment.el (comment-use-global-state): New var.
11999 (comment-search-forward): Use it.
12000
12001 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
12002
12003 * cus-edit.el (fill) <defgroup>: Move to fill.el.
12004
12005 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
12006 (enable-kinsoku): Make it a defcustom.
12007 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
12008 paragraph to same-comment-start-marker.
12009
12010 2004-03-07 Dave Love <fx@gnu.org>
12011
12012 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
12013 (browse-url-mail): Use it.
12014
12015 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
12016 (rfc2368-unhexify-string): Use replace-regexp-in-string.
12017
12018 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
12019
12020 * woman.el (woman-man.conf-path): Doc fix.
12021 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
12022
12023 2004-03-07 Eli Zaretskii <eliz@gnu.org>
12024
12025 * sort.el (sort-columns): Remove ms-dos from the list of systems
12026 where the external `sort' command is not used.
12027
12028 2004-03-07 Kim F. Storm <storm@cua.dk>
12029
12030 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
12031 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
12032 from overlay-arrow-variable-list.
12033 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
12034
12035 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
12036
12037 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
12038 overlay arrow string properly for the assembler buffer.
12039
12040 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12041
12042 * mail/sendmail.el (mail-mode): Fix last change.
12043
12044 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
12045
12046 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
12047 for the assembler buffer.
12048 (gdb-assembler-custom): Position the overlay arrow.
12049 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
12050
12051 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
12052
12053 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
12054
12055 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
12056 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
12057
12058 * mail/sendmail.el (mail-mode): Set comment-start-skip.
12059
12060 * newcomment.el (uncomment-region): Allow non-terminated comment.
12061 (comment-normalize-vars): Check the user-specified comstart marker.
12062
12063 2004-03-04 Jesper Harder <harder@ifa.au.dk>
12064
12065 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
12066 Otherwise, do use it if the region only contains font-lock text
12067 properties.
12068
12069 2004-03-04 Masatake YAMATO <jet@gyve.org>
12070
12071 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
12072 as the callback function for eldoc.
12073 (hexl-print-current-point-info): New function.
12074 (hexl-current-address): Print the address in both decimal
12075 and hexadecimal format.
12076
12077 2004-03-04 Richard M. Stallman <rms@gnu.org>
12078
12079 * mail/rmail.el (rmail-convert-to-babyl-format):
12080 Specify t for UNIBYTE when calling mail-unquote-printable-region.
12081
12082 * mail/mail-utils.el (mail-unquote-printable-region):
12083 New arg UNIBYTE.
12084
12085 * startup.el (command-switch-alist): Doc fix.
12086
12087 * simple.el (undo): Temporarily set this-command to `undo-start',
12088 then set it to `undo' once undo-start returns without error.
12089
12090 * simple.el (minibuffer-history-sexp-flag): Doc fix.
12091
12092 * simple.el (kill-line): Don't disregard trailing whitespace
12093 in eol condition, if show-trailing-whitespace is set.
12094
12095 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
12096 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
12097 When disabling, restore old values only if mouse-sel-has-been-enabled.
12098
12099 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
12100 (isearch-{-char): New function.
12101 (isearch-mode-map): Bind { to isearch-{-char.
12102
12103 * font-lock.el (lisp-font-lock-keywords-2):
12104 Turn off the CL with-... and do-... general patterns.
12105 Instead, recognize several specific with... and do... constructs.
12106
12107 * files.el (switch-to-buffer-other-window):
12108 Bind same-window-buffer-names and same-window-regexps to nil.
12109 (switch-to-buffer-other-frame): Likewise.
12110
12111 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12112
12113 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
12114 recognizing leading comment on code line.
12115
12116 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
12119 hidden files/directories.
12120
12121 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
12122
12123 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
12124 only comment-start (in case the mode hasn't set it).
12125
12126 * Makefile.in (AUTOGENEL): New var.
12127 (bootstrap-prepare): Rename from bootstrap-clean.
12128 Don't remove elc files.
12129 (maintainer-clean): New target.
12130
12131 * xml.el (xml-get-attribute-or-nil): Simplify.
12132
12133 2004-03-02 Juri Linkov <juri@jurta.org>
12134
12135 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
12136 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
12137 URL to prevent their substitution with the environment variable
12138 values by browsers.
12139
12140 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12141
12142 * ps-print.el: Doc fix.
12143 (ps-print-version): New version number (6.6.3).
12144 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12145 Docstring fix.
12146 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12147 before printing.
12148 (ps-time-stamp-yyyy-mm-dd): New fun.
12149 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12150
12151 2004-03-02 Kim F. Storm <storm@cua.dk>
12152
12153 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12154
12155 2004-03-01 Juanma Barranquero <lektu@terra.es>
12156
12157 * allout.el (allout-rebullet-heading): Fix typo in docstring.
12158
12159 * desktop.el (desktop-file-version)
12160 (desktop-after-read-hook): Fix typos.
12161 (desktop-clear-preserve-buffers): Remove redundant info in
12162 docstring already shown by the obsolescence message.
12163 (desktop-truncate, desktop-internal-v2s)
12164 (desktop-value-to-string): Change argument name to match docstring.
12165
12166 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12167
12168 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12169 docstring.
12170
12171 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12172
12173 * printing.el: Replace "As Is..." in PostScript file print/preview by
12174 "No Preprocessing...". Suggested by Colin Marquardt
12175 <_marquardt_@zmd.de>.
12176 (pr-insert-section-4): Adjust buffer interface.
12177
12178 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
12179
12180 Version 2.0.39 of Tramp released.
12181
12182 * net/tramp.el (tramp-handle-file-local-copy)
12183 (tramp-handle-write-region, tramp-open-connection-rsh):
12184 Variable name typo. Small change. From Patrick Tullmann
12185 <tullmann@flux.utah.edu>.
12186 (tramp-process-connection-type): New variable.
12187 (tramp-maybe-open-connection): Use it.
12188 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
12189 (tramp-touch): Set last-modified time of a remote file.
12190 (tramp-handle-write-region): Say which function is used when encoding.
12191
12192 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
12193
12194 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12195 case of non-existing filename, too. Reported by Christoph Bauer
12196 <c_bauer@informatik.uni-kl.de>.
12197 (tramp-smb-get-file-entries): The directory in question should
12198 have permissions "drwxrwxrwx". Just virtual, because we don't
12199 know the real permissions. Don't we know?
12200 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12201 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12202 (tramp-smb-wait-for-output): Optimize algorithm getting pending
12203 output. If it was received chunkwise, there have been problems.
12204 Remove the "prompt not found" error message; it is obvious.
12205 Simplify algorithm.
12206 (tramp-smb-process-running): Remove. Since we acknowledge the
12207 virtual prompt for shares, there's no need for distinction of
12208 reading shares (process ends afterwards) and interactive mode of
12209 smblient.
12210 (tramp-smb-open-connection): Setting process sentinel removed.
12211 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12212 "NT_STATUS_NETWORK_ACCESS_DENIED".
12213 (tramp-smb-maybe-open-connection): Set `process-connection-type'
12214 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12215 (top-level): Setting default value in `tramp-default-method-alist'
12216 corrected. Order of USER and HOST have been wrong.
12217 Nobody complained for months ...
12218 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12219 (tramp-smb-open-connection): Clear password cache if login has failed.
12220
12221 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
12222 `tramp-unified-filenames'.
12223 (tramp-completion-mode): Make test for XEmacs explicitely.
12224 `event-to-character' can exists in Emacs packages too.
12225 Reported by Matt Swift <swift@alum.mit.edu>.
12226 (tramp-buffer-name): Buffer name must contain the user if exists.
12227 Reported by Adrian Phillips <a.phillips@met.no>.
12228 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12229 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12230 (tramp-do-copy-or-rename-file-out-of-band): Rename from
12231 `tramp-do-copy-or-rename-file-one-local', because it handles also
12232 the case both files use the same out-of-band method.
12233 Implementation added.
12234 (tramp-handle-file-local-copy, tramp-handle-write-region):
12235 Out-of-band handling removed. `copy-file' called instead, which
12236 calls `tramp-do-copy-or-rename-file-out-of-band'.
12237 (tramp-action-password): Check for out-of-band method removed.
12238 This function is used for 'login-program.
12239 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12240 appropriate.
12241 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12242 and `tramp-parse-sknownhosts'.
12243 (tramp-completion-function-alist): It's a defvar now, because we
12244 want to apply the optimized `tramp-set-completion-function'
12245 instead of a static list.
12246 (tramp-set-completion-function): Implementation tuned.
12247 Avoid double entries, and entries where the function or the
12248 file/directory doesn't exist.
12249 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12250 for SSH2.
12251 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12252 (tramp-handle-dired-compress-file): New function.
12253 (tramp-async-proc): New variable.
12254 (tramp-handle-shell-command): Adding asynchronous processes.
12255 They are far from being perfect, but it works at least for
12256 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
12257 (top-level): Require password.el if visible. Should be mandatory
12258 once No Gnus has found its way into (X)Emacs.
12259 (tramp-read-passwd): Invoke `password-read' if available,
12260 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
12261 fallback any longer.
12262 (tramp-clear-passwd): New function.
12263 (tramp-process-actions, tramp-process-multi-actions):
12264 Clear password cache if login has failed.
12265
12266 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
12267 its own module.
12268 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12269 `ange-ftp-ftp-name-res'. There could be incorrect values from
12270 previous calls in case the "ftp" method is used in the Tramp file
12271 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12272
12273 2004-02-28 Richard M. Stallman <rms@gnu.org>
12274
12275 * term.el (term-mouse-paste): Call mouse-set-point.
12276
12277 * thumbs.el: New file.
12278
12279 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12280
12281 * progmodes/ebnf-abn.el: Doc fix.
12282
12283 * progmodes/ebnf-bnf.el: Doc fix.
12284 (ebnf-repeat): Code fix.
12285
12286 * progmodes/ebnf2ps.el: Doc fix.
12287 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12288
12289 2004-02-28 Juri Linkov <juri@jurta.org>
12290
12291 * ffap.el (dired-at-point): Additional writability test for
12292 relative directory names.
12293 (dired-at-point-prompter): Treat directories as a directory, get
12294 the directory component from files.
12295 (ffap-string-at-point): Return string from region if region is active.
12296 (ffap-file-at-point): Remove redundant code.
12297
12298 2004-02-28 Kim F. Storm <storm@cua.dk>
12299
12300 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12301 Initialize margin area images to nil.
12302 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12303 (breakpoint-enabled-bitmap-face)
12304 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12305 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12306 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12307 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12308 (gdb-reset): Use gdb-remove-breakpoint-icons.
12309 (gdb-put-string): Add dprop arg to specify alternative display
12310 property (for setting fringe bitmap).
12311 (gdb-remove-strings): Doc fix.
12312 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12313 icon in fringe (if available), or else as icon or text in display
12314 margin. Creates necessary icons in breakpoint-bitmap,
12315 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12316 Also make left window margin if required.
12317 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12318 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
12319 no longer needed.
12320 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12321 gdb-put-breakpoint-icon.
12322 (gdb-assembler-mode): Don't set left-margin-width here.
12323
12324 2004-02-27 Kevin Ryde <user42@zip.com.au>
12325
12326 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12327 comma, so that it DTRT in macros.
12328
12329 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
12330
12331 * progmodes/sh-script.el (sh-shell-arg)
12332 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12333 (sh-leading-keywords, sh-other-keywords): Fix custom type.
12334
12335 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12336
12337 * faces.el (face-spec-set-match-display): Add a new attribute,
12338 `min-colors'.
12339 (region, highlight, secondary-selection): Use `min-colors'.
12340
12341 * custom.el (defface): Add documentation for `min-colors'.
12342
12343 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12344 (font-lock-keyword-face, font-lock-function-name-face)
12345 (font-lock-variable-name-face, font-lock-constant-face):
12346 Use `min-colors'.
12347
12348 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12349
12350 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12351
12352 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
12353 define assq-delete-all if it's not defined.
12354 (ebnf-generate-region): Code fix.
12355
12356 * printing.el: Doc fix.
12357 (pr-version): New version number (6.7.2).
12358 (pr-command): Return empty string if command is an empty string.
12359
12360 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12361
12362 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12363
12364 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
12365 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12366 semi-down-full. Fix a bug on productions like test = {"test"}* | (
12367 "tt" ["test"] ). Reported by Markus Dreyer
12368 <mdreyer@ix.urz.uni-heidelberg.de>.
12369 (ebnf-version): New version number (4.0).
12370 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12371 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12372 (ebnf-delete-style): New commands.
12373 (ebnf-directory, ebnf-file): New funs.
12374 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12375 (ebnf-production-name-p, ebnf-stop-on-error): New options.
12376 (ebnf-syntax-alist): New var.
12377 (ebnf-element-width): New fun replacing ebnf-list-width.
12378 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12379 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12380 (ebnf-prologue): Adjust vars.
12381 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12382 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12383 (ebnf-check-style-values, ebnf-generate-production)
12384 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12385 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12386 (ebnf-token-repeat): Code fix.
12387
12388 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
12389 %right, %left and %prec. Suggested by Matthew K. Junker
12390 <junker@alum.mit.edu>.
12391 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12392
12393 * progmodes/ebnf-iso.el: Doc fix.
12394 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12395 (ebnf-iso-lex): Code fix.
12396
12397 * progmodes/ebnf-bnf.el: Doc fix.
12398 (ebnf-bnf-lex): Code fix.
12399
12400 * progmodes/ebnf-otz.el: Doc fix.
12401
12402 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12403
12404 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
12405 (abbrev-prefix-mark): Doc fix.
12406
12407 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
12408
12409 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12410 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12411 (gdb-var-delete): Make interactive (really).
12412 (gdb-edit-value): Make non-interactive.
12413
12414 * progmodes/gud.el (gud-speedbar-menu-items):
12415 Add gdb-var-delete and, indirectly, gdb-edit-value.
12416 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12417 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12418 (gud-gdb-marker-filter): Add comment for annotations.
12419
12420 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12421
12422 * calendar/calendar.el (generate-calendar)
12423 (calendar-read-date): Prevent display of BC calendars once more -
12424 reverts 2003-10-01 change.
12425 (generate-calendar-month): Doc fix.
12426
12427 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12428
12429 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12430 return value of increment-calendar-month.
12431
12432 2004-02-21 Stephen Compall <s11@member.fsf.org>
12433
12434 * saveplace.el (save-place-forget-unreadable-files)
12435 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12436 (save-place-forget-unreadable-files): New function.
12437 (save-place-alist-to-file): Use it to filter out files that are
12438 no longer readable.
12439
12440 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12441 current Texinfo environment, using the same method as in
12442 `texinfo-insert-@end', and insert a space rather than a newline if
12443 point in a @table environment.
12444
12445 2004-02-21 Juri Linkov <juri@jurta.org>
12446
12447 * ffap.el (ffap-file-at-point): Try parent directories.
12448
12449 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
12450
12451 * vcursor.el (vcursor-modifiers): New defcustom.
12452 (vcursor-cs-binding): Use vcursor-modifiers instead of a
12453 hard-coded list.
12454
12455 2004-02-21 Masatake YAMATO <jet@gyve.org>
12456
12457 * play/animate.el (animate-birthday-present): Accept names other
12458 than `Sarah', too.
12459
12460 2004-02-21 Juri Linkov <juri@jurta.org>
12461
12462 * startup.el: Remove table of command line arguments from the
12463 Commentary section.
12464
12465 2004-02-20 John Wiegley <johnw@newartisans.com>
12466
12467 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12468 again" modifier from 'e' to 'E', since 'e' is also used by the
12469 "file extension" modifier.
12470
12471 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
12472
12473 * help-fns.el (describe-categories): Doc fix.
12474
12475 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12476
12477 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12478 temporary file for buffer already visiting one. This change makes
12479 output likely to be directly usable by patch program.
12480 Suggested by Adrian Aichner <adrian@xemacs.org>
12481
12482 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
12483
12484 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12485 case of variables defined in compound statements.
12486 (gdb-setup-windows, gdb-source-info, gdb-source-info):
12487 Simplify constructions using switch-to-buffer.
12488
12489 2004-02-19 Simon Josefsson <jas@extundo.com>
12490
12491 * play/morse.el: Fix typo.
12492 (morse-code): Add @.
12493
12494 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12495
12496 * calendar/appt.el (appt-display-format): Change default to
12497 'ignore, for backwards compatibility.
12498 (appt-display-message): If appt-display-format is 'ignore,
12499 respect old vars appt-msg-window and appt-visible.
12500 (appt-activate): Don't depend on return value of cancel-timer.
12501
12502 * calendar/calendar.el (calendar-holidays): Doc fix.
12503
12504 * calendar/cal-coptic.el (coptic-prompt-for-date):
12505 Use assoc-string instead of assoc-ignore-case.
12506 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12507 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12508 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12509 * calendar/cal-islam.el (calendar-goto-islamic-date)
12510 (mark-islamic-diary-entries): Ditto.
12511 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12512 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12513 (calendar-read-mayan-tzolkin-date): Ditto.
12514 * calendar/calendar.el (calendar-read-date): Ditto.
12515 * calendar/diary-lib.el (mark-diary-entries): Ditto.
12516
12517 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
12518
12519 * progmodes/executable.el (executable-command-find-posix-p):
12520 Fix choice of the directory.
12521
12522 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12523
12524 * simple.el (interprogram-cut-function)
12525 (interprogram-paste-function, kill-new, kill-append):
12526 Doc fixes.
12527 (kill-region): Make it return nil. Doc fix.
12528 (yank-pop): Make its argument optional.
12529 (yank): Make ARG `-' equivalent to `-1'.
12530
12531 2004-02-17 Eli Zaretskii <eliz@gnu.org>
12532
12533 * mail/rmail.el (rmail-get-new-mail): Don't reference
12534 rmail-use-spam-filter if rmail-spam-filter is not loaded.
12535
12536 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12537
12538 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12539 if one of global-auto-revert-non-file-buffers or autorevert-mode
12540 is non-nil.
12541
12542 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12543
12544 * subr.el (delete-dups): A better implementation from Karl Heuer
12545 <kwzh@gnu.org>.
12546
12547 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12548
12549 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12550 correct place.
12551 * progmodes/icon.el (icon-indent-command): Ditto.
12552 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12553
12554 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12555
12556 * progmodes/grep.el (grep-compute-defaults): Undo change from
12557 2004-01-29: don't use executable-command-find-posix-p.
12558
12559 2004-02-16 Richard Sharman <rsharman@pobox.com>
12560
12561 * hilit-chg.el: Use require instead of eval-and-compile.
12562 (highlight-compare-buffers): New function.
12563
12564 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
12565
12566 * man.el (Man-fontify-manpage): Render section headings in
12567 `Man-overstrike-face' even when overstrike was not used by man
12568 formatter for section headings.
12569
12570 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
12571
12572 * rmail-spam-filter.el: (vm-use-spam-filter)
12573 (rsf-min-region-length-added-to-spam-list): New variables.
12574 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12575 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
12576 spam testing. Don't delete spam message if automatic deletion
12577 after output via variable rmail-delete-after-output is turned on.
12578 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12579 rsf-bbdb-dont-create-entries-for-spam.
12580 (check-field): New function, extracted from code in
12581 rmail-spam-filter to ease addition of header fields like content-type.
12582 (message-content-type): New variable to check the content-type:
12583 field added, also in defcustom of rsf-definitions-alist.
12584 (rmail-spam-filter): Replace repeated test code for header fields
12585 by calls to check-field; change the call to
12586 rmail-output-to-rmail-file such that rmail-current-message stays
12587 the same to avoid wrong deletion of unseen flags.
12588 (rsf-add-contents-type): New function to convert old format
12589 of rmail-spam-definitions-alist into new one.
12590 Change prefixes of all variables and functions from
12591 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12592
12593 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12594
12595 * loadhist.el (unload-hook-features-list): New defvar.
12596
12597 2004-02-16 Dave Love <fx@gnu.org>
12598
12599 * loadhist.el (unload-feature): Doc fix. Rename flist to
12600 unload-hook-features-list.
12601
12602 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
12603
12604 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12605 cookie. Don't check if we are looking-at open-formula.
12606
12607 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12608
12609 * subr.el (match-string-no-properties): Use substring-no-properties.
12610
12611 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12612
12613 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12614 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12615 Use lower-case "rx" in all error message.
12616
12617 2004-02-16 Dave Love <fx@gnu.org>
12618
12619 * emacs-lisp/rx.el (rx-or): Put group around result.
12620 (rx-constituents): Add backref.
12621 (rx-syntax): Add string-delimiter, comment-delimiter.
12622 (rx-categories): Add combining-diacritic.
12623 (rx-check-not, rx-greedy, rx): Doc fix.
12624 (rx-backref, rx-check-backref): New.
12625
12626 2004-02-16 Jesper Harder <harder@ifa.au.dk>
12627
12628 * newcomment.el (uncomment-region): Allow eob as comment end.
12629
12630 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12631
12632 * filecache.el: All message and error commands now use prefix
12633 "Filecache:" to make it easy to read *Messages* buffer.
12634
12635 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12636
12637 * autorevert.el: Add support to detect changed dired and VC buffers.
12638 (auto-revert-active-p, auto-revert-list-diff)
12639 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12640 (auto-revert-handler, auto-revert-active-p): New functions.
12641 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12642 and `auto-revert-active-p'.
12643 (eval-when-compile): Defvar dired-directory and vc-mode.
12644 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12645 (auto-revert-handler-vc): New functions.
12646
12647 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12648
12649 * progmodes/compile.el (compilation-directory): New defvar.
12650 (compile): Save current directory in compilation-directory.
12651 (recompile): Bind default-directory to compilation-directory if
12652 that is non-nil.
12653
12654 2004-02-16 Dave Love <fx@gnu.org>
12655
12656 * newcomment.el (comment-insert-comment-function)
12657 (comment-region-function, uncomment-region-function): New.
12658 (comment-indent): Use comment-insert-comment-function.
12659 (uncomment-region): Use uncomment-region-function.
12660 (comment-region): Use comment-region-function.
12661
12662 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12663
12664 2004-02-16 Richard Stallman <rms@gnu.org>
12665
12666 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12667 loaddefs* and ldefs-boot*.
12668
12669 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12670
12671 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12672 and email address at the beginning and end of the address.
12673
12674 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12675 anchored at the beginning of the email address.
12676
12677 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
12678
12679 * international/ccl.el (ccl-compile-write): Pass `left' to
12680 ccl-embed-code to generate correct code of write-expr-register.
12681
12682 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
12683
12684 * progmodes/grep.el (grep-compute-defaults): Fix typos.
12685
12686 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12687
12688 * x-dnd.el: Mention support for Motif in commentary.
12689 (x-dnd-handle-drag-n-drop-event): Ditto.
12690
12691 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
12692
12693 * ses.el: Use "ses--" prefixes for buffer-local variables.
12694 Use (point-min) instead of 1, even when we know the buffer
12695 is unnarrowed.
12696 (ses-build-load-map): Delete. Distribute its content to defconst's for
12697 the three maps.
12698 (ses-menu, ses-header-line-menu): New menus.
12699 (ses-mode-map): Use them.
12700 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
12701
12702 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
12703
12704 * Makefile.in: Fix the CC Mode recompile kludge so it works
12705 when building in a different directory.
12706
12707 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
12708
12709 * simple.el (kill-new): Put yank-handler property on the entire string.
12710
12711 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12712
12713 * diff.el: Don't use compile any more, use diff-mode instead.
12714 (diff-regexp-alist, diff-old-file, diff-new-file)
12715 (diff-parse-differences, diff-process-setup): Remove.
12716 (diff-sentinel): New fun.
12717 (diff): Use it. Run the process ourselves.
12718 Use diff-mode for the rest of the processing.
12719
12720 * diff.el (diff): Simplify code handling `switch'.
12721
12722 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12723
12724 * pcvs-defs.el (cvs-menu): Add `tag'.
12725
12726 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12727
12728 * simple.el (kill-append): Doc fix.
12729
12730 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12731 Adapt outline-regexp to the new conventions for commenting out code.
12732
12733 2004-02-11 John Paul Wallington <jpw@gnu.org>
12734
12735 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12736
12737 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12738
12739 * diff.el (diff-switches): New fun.
12740 (diff, diff-backup): Use it.
12741 (diff): Clean up the args construction. Use backquote.
12742 Use listp instead of consp to avoid putting a nil arg.
12743 (diff): Add a revert-buffer function.
12744
12745 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12746
12747 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
12748 handled by x-dnd-handle-file-name.
12749 (x-dnd-known-types): Add COMPOUND_TEXT.
12750 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12751 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12752 x-dnd-empty-state.
12753 (x-dnd-forget-drop): Ditto.
12754 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12755 (x-dnd-handle-one-url): Return private when inserting text.
12756 (x-dnd-insert-ctext): New function.
12757 (x-dnd-handle-file-name): New function for FILE_NAME.
12758 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12759 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12760 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12761
12762 2004-02-10 Kenichi Handa <handa@m17n.org>
12763
12764 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12765 instead of while loop.
12766
12767 2004-02-10 Miles Bader <miles@gnu.org>
12768
12769 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12770
12771 2004-02-09 Kenichi Handa <handa@m17n.org>
12772
12773 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12774 have end-of-line.
12775
12776 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
12777
12778 * Makefile.in: Added extra dependencies in the recompile target
12779 needed to cope with the compile time macro expansions in CC Mode.
12780
12781 2004-02-09 Kim F. Storm <storm@cua.dk>
12782
12783 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12784 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12785 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12786 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12787 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12788 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12789 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12790 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12791 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12792 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12793 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12794
12795 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12796
12797 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12798 Don't allow shrink if there's a window on our right.
12799
12800 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12801 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12802 Bring together declaration and initialization.
12803 (prolog-mode-variables): Don't set the syntax table.
12804 Don't set paragraph-start and comment-indent-function.
12805 Add /*..*/ to the comment regexps.
12806 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
12807 (prolog-mode-map): Don't bind TAB.
12808 (prolog-mode): Set the syntax table.
12809 (prolog-comment-indent): Remove.
12810 (inferior-prolog-mode-map): Initialize in the declaration.
12811 (inferior-prolog-mode-syntax-table)
12812 (inferior-prolog-mode-abbrev-table): New vars.
12813 (inferior-prolog-mode): Derive from comint-mode.
12814 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12815 minibuffer windows.
12816
12817 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12818 in file names, as long as it is unabmiguous.
12819
12820 2004-02-08 Andreas Schwab <schwab@suse.de>
12821
12822 * textmodes/reftex-toc.el
12823 (reftex-toc-load-all-files-for-promotion): Remove useless use of
12824 format. Doc fix.
12825
12826 * textmodes/refer.el (refer-find-entry-internal): Remove extra
12827 format string arguments.
12828
12829 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12830 string argument.
12831
12832 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12833
12834 * play/zone.el (zone-call): Fix format string.
12835
12836 * net/webjump.el (webjump-builtin): Add missing format string argument.
12837
12838 * midnight.el (midnight-delay-set): Remove extra format string argument.
12839
12840 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12841
12842 * hexl.el (hexl-insert-char): Add missing format string argument.
12843
12844 * format.el (format-decode): Fix format string.
12845
12846 * emulation/vi.el (vi-mode): Remove extra format string argument.
12847 (vi-repeat-last-search): Likewise.
12848 (vi-reverse-last-search): Likewise.
12849 (vi-goto-mark): Likewise.
12850 (vi-reverse-last-find-char): Likewise.
12851 (vi-repeat-last-find-char): Likewise.
12852 (vi-locate-def): Likewise.
12853
12854 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12855
12856 * ediff-util.el (ediff-toggle-read-only): Remove extra format
12857 string argument.
12858 (ediff-toggle-regexp-match): Likewise.
12859
12860 * dired-aux.el (dired-do-query-replace-regexp): Add missing
12861 format string argument.
12862
12863 * calc/calc-map.el (calc-get-operator): Remove extra format
12864 string argument.
12865
12866 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12867
12868 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12869 string argument.
12870
12871 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12872
12873 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12874
12875 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12876
12877 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12878 (cl-struct-setf-expander): Likewise.
12879
12880 * vc.el (with-vc-file): Fix unsafe uses of error.
12881 (vc-cancel-version): Likewise.
12882
12883 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
12884
12885 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12886 thousands separator; fixes <class>:<line-number> regexp for
12887 non-english locales.
12888
12889 2004-02-08 Andreas Schwab <schwab@suse.de>
12890
12891 * view.el (view-mode-enable): Revert previous change.
12892
12893 2004-02-07 Kim F. Storm <storm@cua.dk>
12894
12895 * simple.el (line-number-at-pos): Rename from line-at-pos.
12896 Uses changed (what-line and vc-annotate-warp-version).
12897
12898 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12899
12900 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12901 (diff-mode): Remove aborted attempt at support for compile.el.
12902 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12903
12904 2004-02-06 Andreas Schwab <schwab@suse.de>
12905
12906 * view.el (view-mode-enable): Add view-mode-map to
12907 minor-mode-overriding-map-alist.
12908
12909 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12910
12911 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12912
12913 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
12914
12915 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12916 with point inside rather than after the paragraph.
12917
12918 2004-02-04 Sam Steingold <sds@gnu.org>
12919
12920 * mail/smtpmail.el (smtpmail-try-auth-methods):
12921 Do not try authentication when no mechanism is available.
12922 Pass port-name as defaultport to `netrc-machine'.
12923
12924 2004-02-04 Stephen Eglen <stephen@gnu.org>
12925
12926 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12927 to show how minibuffer height can be constrained.
12928
12929 2004-02-04 John Paul Wallington <jpw@gnu.org>
12930
12931 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12932
12933 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12934
12935 * x-dnd.el: New file for drag and drop.
12936
12937 * term/x-win.el: require x-dnd, set after-make-frame-functions
12938 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12939 drag-n-drop event.
12940
12941 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12942 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12943 (dired-dnd-handle-file): New functions for drag and drop support.
12944 (dired-mode): Initialize drag and drop if x-dnd present.
12945
12946 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12947
12948 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12949 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12950 (cperl-mode): Set fill-paragraph-function.
12951 (cperl-fill-paragraph): Make it non-interactive.
12952
12953 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
12954
12955 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12956
12957 2004-02-02 David Kastrup <dak@gnu.org>
12958
12959 * replace.el (perform-replace): Allow 'literal argument in
12960 regexp-flag to indicate literal replacement.
12961 (query-replace-regexp-eval): Use it.
12962
12963 2004-02-01 Andreas Schwab <schwab@suse.de>
12964
12965 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12966
12967 2004-02-01 Stephen Eglen <stephen@gnu.org>
12968
12969 * info-look.el: Add support for maxima-mode. Update commentary
12970 because info-lookup-symbol is now bound to C-h S.
12971
12972 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
12973
12974 * simple.el (edit-and-eval-command): Bind print-level and
12975 minibuffer-history-sexp-flag around call to read-from-minibuffer.
12976 Correct initial position in command-history.
12977
12978 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
12979
12980 * files.el (read-directory-name): Adapt the docstring to recent
12981 change in Fread_file_name.
12982
12983 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
12984
12985 * ses.el (ses-print-cell): If print format too wide for column
12986 width, truncate decimal places if that helps to avoid "#####" fill.
12987 * ses.el (ses-initial-column-width): Revert previous change.
12988
12989 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12992 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12993 Add edebug info.
12994 (jit-lock-mode): Setup/cancel the new timer.
12995 (jit-lock-context-fontify): New fun. Extracted from
12996 context fontification code of jit-lock-stealth-fontify.
12997 (jit-lock-stealth-fontify): Don't do context fontification any more.
12998
12999 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
13000 (jit-lock-fontify-now): Handle the `quit' case.
13001 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
13002
13003 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
13004
13005 * progmodes/executable.el (executable-command-find-posix-p):
13006 New. Check if find handles arguments Posix-style.
13007
13008 * progmodes/grep.el (grep-compute-defaults):
13009 Use executable-command-find-posix-p.
13010 (grep-find): Check `grep-find-command'.
13011
13012 * filecache.el (file-cache-find-posix-p): Delete.
13013 (file-cache-add-directory-using-find):
13014 Use `executable-command-find-posix-p'.
13015
13016 2004-01-29 Dave Love <fx@gnu.org>
13017
13018 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
13019 Iterate the hook function if arg is given.
13020 (mark-defun, narrow-to-defun): Change order of finding the limits.
13021
13022 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
13023 (byte-compile-format-warn): New.
13024 (byte-compile-callargs-warn): Use it.
13025 (Format, message, error): Add byte-compile-format-like property.
13026 (byte-compile-maybe-guarded): New.
13027 (byte-compile-if, byte-compile-cond): Use it.
13028 (byte-compile-lambda): Compile interactive forms,
13029 just to make warnings about them.
13030
13031 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
13032
13033 * ses.el (ses-initial-column-width): Increase to 14, so it will
13034 work well with the default printer of "%.7g" for extreme values
13035 like "-1.234567e+07".
13036
13037 2004-01-29 Kenichi Handa <handa@m17n.org>
13038
13039 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
13040
13041 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
13042
13043 * dos-w32.el: Added support for the `default-printer-name' function.
13044
13045 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
13046
13047 * server.el (server-socket-name): Don't use the hostname in the
13048 socket name since /tmp is local to the host anyway.
13049
13050 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
13051 robust check of widening and fix var-naming.
13052
13053 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
13054
13055 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
13056 or rmail-spam- to rsf- in all function and variable names.
13057 (rsf-min-region-to-spam-list): New variable.
13058 (rsf-bbdb-auto-delete-spam-entries): Rename from
13059 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
13060 scanned together with the recipients field for spam testing; Don't
13061 delete spam message if rmail-delete-after-output is non-nil;
13062 (rsf-check-field): New function, extracted from code in
13063 rmail-spam-filter to ease addition of header fields like
13064 content-type:;
13065 (message-content-type): New variable. The content-type: field was
13066 added also in defcustom of rsf-definitions-alist;
13067 (rmail-spam-filter): Replace repeated test code for header fields
13068 by calls to check-field; change the call to
13069 rmail-output-to-rmail-file such that rmail-current-message stays
13070 the same to avoid wrong deletion of unseen flags.
13071 (rmail-use-spam-filter): Add autoload cookie.
13072
13073 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
13074
13075 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
13076 (file-cache-add-directory-using-find): Add Cygwin support.
13077 (file-cache-find-command-posix-flag): New user variable.
13078
13079 * filecache.el (file-cache-add-directory): Check for
13080 directories an remove them from dir-files.
13081
13082 2004-01-27 Richard M. Stallman <rms@gnu.org>
13083
13084 * man.el (Man-fontify-manpage): Clean up message.
13085
13086 2004-01-27 Kenichi Handa <handa@m17n.org>
13087
13088 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
13089 (sentence-end): Define using sentence-end-without-space.
13090
13091 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
13092 a sentence ends with one of a character in sentence-end-without-space.
13093
13094 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
13095
13096 * font-lock.el (font-lock): Add jit-lock as explicit group member.
13097 (jit-lock): Group declaration moved to jit-lock.el.
13098 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
13099 when necessary.
13100
13101 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
13102 (jit-lock-context-unfontify-pos): Rename from
13103 jit-lock-first-unfontify-pos.
13104 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
13105
13106 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
13107
13108 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
13109 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
13110 (fortran-fill): When filling a string, adjust re-search-backward
13111 argument for special case of string just on fill-column.
13112 When filling non-string, allow one extra char if
13113 fortran-break-before-delimiters is non-nil.
13114 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
13115 Use fortran-break-delimiters-re and fortran-no-break-re to
13116 correctly handle cases such as "**".
13117
13118 * progmodes/f90.el (f90-break-delimiters): Doc fix.
13119 (f90-no-break-re): Add some extra tokens. Doc fix.
13120
13121 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
13122
13123 * mail/rmail-spam-filter.el:
13124 Use two semicolons as Commentary line prefix.
13125 Add ";;; Code:" stylized comment.
13126 Delete end-of-line whitespace.
13127 Wrap (require 'cl) with `eval-when-compile'.
13128
13129 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
13130
13131 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
13132 at the top level of vc.el.
13133
13134 2004-01-23 Andre Spiegel <spiegel@gnu.org>
13135
13136 * vc.el (vc-current-line): Function removed. This is now done by
13137 the new function line-at-pos in simple.el.
13138 (vc-annotate-warp-version): Use line-at-pos instead of
13139 vc-current-line.
13140
13141 2004-01-22 Kim F. Storm <storm@cua.dk>
13142
13143 * simple.el (line-at-pos): New defun.
13144 (what-line): Use it. Optimize by only counting lines in narrowed
13145 region once.
13146
13147 2004-01-22 Kenichi Handa <handa@m17n.org>
13148
13149 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13150 point (register r1) only for charset mule-unicode-0100-24ff.
13151
13152 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
13153
13154 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13155 trailing white space and ensure a final newline.
13156
13157 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13158 Add autoload cookie.
13159
13160 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
13161
13162 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13163 activate view-mode explicitly.
13164
13165 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13166
13167 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13168 use clipboard first.
13169
13170 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13171
13172 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
13173 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13174 (vc-mcvs-cvs): Remove.
13175 (vc-mcvs-command): Remove use of assert.
13176
13177 * outline.el (outline-insert-heading): Tighten up match.
13178 (outline-demote, outline-move-subtree-down): Don't assume anything
13179 about outline-regexp.
13180
13181 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13182 (texinfo-show-structure): Explicitly add ^, and simplify.
13183
13184 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
13185
13186 * calendar/appt.el (appt-check): Restore usage of
13187 appt-issue-message deleted in previous change.
13188 (top-level): Activate package when loaded (needed for backwards
13189 compatibility).
13190
13191 2004-01-20 Jesper Harder <harder@ifa.au.dk>
13192
13193 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13194 following previous change to smtpmail-send-data.
13195
13196 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
13197
13198 * vc.el (vc-default-previous-version): Doc enhancement.
13199 (vc-default-next-version): New function.
13200 (vc-print-log): New arg FOCUS-REV.
13201 (vc-annotate-mode): Derive from view-mode.
13202 (vc-annotate): New args REVISION, DISPLAY-MODE.
13203 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13204 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13205 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13206 (vc-annotate-show-diff-revision-at-line, vc-current-line)
13207 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13208
13209 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
13210
13211 2004-01-19 Karl Berry <karl@gnu.org>
13212
13213 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13214 or "TexInfo".
13215
13216 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
13217
13218 * subr.el (delete-dups): New function.
13219
13220 2004-01-19 Karl Berry <karl@gnu.org>
13221
13222 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
13223 with ^, since that's what texinfo-show-structure
13224 documentation says (plus it works much better in texinfo.txi).
13225
13226 2004-01-18 Jesper Harder <harder@ifa.au.dk>
13227
13228 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
13229
13230 2004-01-18 David Ponce <david@dponce.com> (tiny change)
13231
13232 * progmodes/which-func.el (which-function-mode): Don't cancel
13233 which-func-update-timer if not set.
13234
13235 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
13236
13237 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13238 Remove spurious left square bracket in XX:XXam regexp.
13239
13240 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
13241
13242 * progmodes/cc-defs.el: Do not require cl at run time.
13243
13244 2004-01-16 Richard M. Stallman <rms@gnu.org>
13245
13246 * emacs-lisp/cl.el (cl-cannot-unload): New function.
13247 (cl-unload-hook): Defvar this to run cl-cannot-unload.
13248
13249 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13250 Call rmail-spam-filter. Delete and expunge spam.
13251 Print number of spam messages deleted.
13252 Save and restore the deletion status of old messages when reading
13253 new mail with spam filter, so that expunging spam does not expunge
13254 msgs deleted by the user.
13255 (rmail-only-expunge): Add an optional argument dont-show to
13256 prevent showing message after expunge.
13257
13258 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
13259
13260 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13261 * subr.el (declare): New macro.
13262
13263 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
13264
13265 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13266
13267 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
13268
13269 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13270 Test window-system rather than system-type (for X11/Mac).
13271
13272 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
13273
13274 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13275
13276 2004-01-12 Richard M. Stallman <rms@gnu.org>
13277
13278 * mail/rmail.el (rmail-convert-to-babyl-format):
13279 Use mail-unquote-printable-region.
13280 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13281 (rmail-hex-char-to-integer): Functions deleted.
13282
13283 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13284 (mail-unquote-printable-region): New arg NOERROR.
13285 For invalid encoding, either signal an error to just return nil.
13286
13287 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13288
13289 * calendar/appt.el: Update copyright and commentary.
13290 (appt-issue-message): Make obsolete.
13291 (appt-visible, appt-msg-window): Make obsolete, in favour of
13292 appt-display-format.
13293 (appt-display-mode-line, appt-display-duration)
13294 (appt-display-diary, appt-time-msg-list, appt-mode-string)
13295 (appt-prev-comp-time, appt-display-count, appt-timer)
13296 (appt-convert-time): Doc change.
13297 (appt-disp-window-function, appt-delete-window-function):
13298 Use defcustom rather than defvar.
13299 (appt-display-format): New variable.
13300 (appt-display-message): New function with display code from appt-check.
13301 (appt-check): Add optional FORCE argument. Doc change.
13302 Add appt-make-list to diary-hook if displaying diary.
13303 Remove checking of view-diary-entries-initially.
13304 Message display section removed to new function appt-display-message.
13305 (appt-display-window): Doc change. Remove unused internal var
13306 this-buffer. Do not beep, since appt-display-message does that.
13307 (appt-make-list): Doc change. Use caar.
13308 (appt-sort-list): Simplify by using builtin sort function.
13309 (appt-update-list): New function for updating appts when diary is
13310 saved.
13311 (appt-activate): New autoloaded function to toggle package
13312 functionality.
13313
13314 * calendar/cal-x.el: (calendar-one-frame-setup)
13315 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13316
13317 * calendar/calendar.el: Update copyright.
13318 (view-diary-entries-initially, european-calendar-style): Doc change.
13319 (calendar-setup): Make defcustom rather than defvar.
13320 (mark-visible-calendar-date): Initialize temp-face and faceinfo
13321 in let binding so local to function.
13322
13323 * calendar/diary-lib.el: Update copyright.
13324 (diary, diary-entry-time): Doc change.
13325 (list-diary-entries): Doc change. Trivial logic change.
13326 (fancy-diary-display): Restore make-face command mistakenly
13327 deleted 2003-05-08.
13328 (show-all-diary-entries): Allow to pop-up frame if needed.
13329
13330 2004-01-09 John Paul Wallington <jpw@gnu.org>
13331
13332 * bindings.el (mode-line-change-eol): Add EVENT parameter.
13333 Temporarily select EVENT's window for changing eol type.
13334
13335 2004-01-09 Deepak Goel <deego@gnufans.org>
13336
13337 * calendar/diary-lib.el (diary-entry-time):
13338 Also accept time in the form XX[.XX][am/pm/AM/PM].
13339 (fancy-diary-font-lock-keywords): Likewise.
13340 (diary-font-lock-keywords): Likewise.
13341 * calendar/appt.el (appt-add): Likewise.
13342 (appt-make-list): Likewise.
13343 (appt-convert-time): Likewise.
13344
13345 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
13346
13347 * gdb-ui.el (gdb-ann3): Revert previous change.
13348 (gdb-source-info): Allow for case of where compilation directory
13349 is not recorded.
13350
13351 2004-01-08 John Paul Wallington <jpw@gnu.org>
13352
13353 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13354
13355 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
13356
13357 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13358
13359 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13360 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13361 problems.
13362 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13363
13364 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
13365
13366 * files.el (write-file-functions, write-contents-functions):
13367 Clarify docstrings.
13368
13369 2004-01-07 Kenichi Handa <handa@m17n.org>
13370
13371 * international/mule.el (set-auto-coding): Fix for the case that
13372 end-of-line is only CR.
13373
13374 2004-01-07 Kim F. Storm <storm@cua.dk>
13375
13376 * subr.el (event-start, event-end): Doc fix.
13377 (posn-string, posn-image): New defuns.
13378 (posn-object): Return either image or string object.
13379 (posn-object-x-y): Return 8th element of position.
13380 (posn-object-width-height): New defun.
13381
13382 2004-01-06 Andreas Schwab <schwab@suse.de>
13383
13384 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13385 output.
13386
13387 2004-01-05 Karl Berry <karl@gnu.org>
13388
13389 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13390 / and *, too.
13391
13392 2003-12-31 Simon Josefsson <jas@extundo.com>
13393
13394 * files.el (before-save-hook): Add.
13395 (basic-save-buffer): Use before-save-hook.
13396
13397 * emacs-lisp/copyright.el: Fix comment to recommend
13398 before-save-hook instead of write-file-functions.
13399
13400 2004-01-05 Richard M. Stallman <rms@gnu.org>
13401
13402 * finder.el (finder-commentary): Call delete-other-windows.
13403
13404 * net/ange-ftp.el (ange-ftp-file-attributes):
13405 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13406
13407 2004-01-04 Karl Berry <karl@gnu.org>
13408
13409 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13410 comment characters % and # in the copyright year notice,
13411 as well as ;.
13412
13413 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
13414
13415 * wid-edit.el (default): Define dummy :value-delete.
13416 Reported by Jesper Harder <harder@ifa.au.dk>.
13417
13418 2004-01-03 Richard M. Stallman <rms@gnu.org>
13419
13420 * progmodes/compile.el (compile-internal): Use point, not point-min,
13421 for set-window-point.
13422
13423 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13424
13425 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13426
13427 * progmodes/grep.el (grep-mode-map):
13428 Don't remap next-line, previous-line.
13429
13430 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
13431
13432 * speedbar.el (speedbar-edit-line): Change regexp to position
13433 the cursor on the first character of this line's button.
13434
13435 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
13436
13437 * subr.el (functionp): Doc fix.
13438
13439 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
13440
13441 * progmodes/idlwave.el (idlwave-make-tags):
13442 * textmodes/flyspell.el (flyspell-large-region):.
13443 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13444 * emulation/viper-util.el (viper-glob-unix-files):
13445 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13446 * man.el (Man-init-defvars):
13447 * jka-compr.el (jka-compr-call-process):
13448 * files.el (get-free-disk-space,insert-directory):
13449 * ediff-ptch.el (ediff-test-patch-utility):
13450 * ediff-diff.el (ediff-test-utility):
13451 * dired-aux.el (dired-check-process):
13452 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13453 test the return value of call-process, because it can be a string.
13454
13455 2003-12-31 John Paul Wallington <jpw@gnu.org>
13456
13457 * bindings.el (completion-ignored-extensions): Add .pfsl.
13458
13459 2003-12-31 Kim F. Storm <storm@cua.dk>
13460
13461 * ido.el (ido-nonreadable-directory-p): New defun to check for
13462 nonreadable directory without activating tramp (to avoid problems
13463 with checking incomplete tramp paths).
13464 (ido-set-current-directory, ido-file-internal)
13465 (ido-file-name-all-completions1): Use it.
13466
13467 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
13468
13469 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13470 documentation if the anchor (or node) name is preceded by `info
13471 anchor' or `Info anchor' in addition to earlier `info node' and
13472 `Info node'.
13473 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13474
13475 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13476
13477 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13478 error in arguments to base64-decode-region. Remove ^M characters
13479 after decoding base64.
13480
13481 2003-12-30 Simon Josefsson <jas@extundo.com>
13482
13483 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
13484 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13485 have only been distributed with Emacs for some years.
13486 (texinfo-mode-hook): Customize.
13487
13488 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13489
13490 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13491 cleaner (suggested by Richard Stallman).
13492
13493 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13494 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13495 file-name clashes on 8+3 DOS filesystems.
13496
13497 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13498 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13499 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13500 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13501 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13502 file-name clashes on 8+3 filesystems.
13503
13504 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13505 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13506 file-name clashes on 8+3 DOS filesystems.
13507
13508 2003-12-29 Richard M. Stallman <rms@gnu.org>
13509
13510 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13511 Upcase the character.
13512
13513 * textmodes/flyspell.el (mail-mode-flyspell-verify):
13514 Search for header separator alone on a line, literally,
13515 and search for it backward, not forward.
13516 (flyspell-abbrev-table): Always use global-abbrev-table
13517 if there is no local one.
13518
13519 * progmodes/sh-script.el (sh-get-indent-info):
13520 Don't move point back if at bob.
13521
13522 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13523
13524 * play/handwrite.el (handwrite): Make the handwrite credit message
13525 a comment rather than an output command.
13526
13527 * obsolete/sc.el: Display message that this file is obsolete.
13528
13529 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13530
13531 * mail/rfc822.el (rfc822-address-start): Declare variable.
13532 Renamed from address-start. All uses changed.
13533
13534 * term.el (term-exec): Set up sentinel.
13535 (term-sentinel): New function.
13536 (term-handle-exit): New function.
13537
13538 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13539 Use assoc-string, and mark them obsolete.
13540 (delay-mode-hooks): Mark as permanent local.
13541
13542 * simple.el (sendmail-user-agent-compose): Use assoc-string.
13543
13544 * register.el (copy-rectangle-to-register): Doc fix.
13545
13546 * info.el (Info-insert-dir): Use assoc-string.
13547
13548 * info-look.el (info-lookup): Use assoc-string.
13549
13550 * frame.el (pop-up-frame-function): Use quote, not `function'.
13551 (frame-notice-user-settings): Calculate ADJUSTED-TOP
13552 copying with lists as coordinate values.
13553
13554 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13555
13556 * find-dired.el (kill-find): New command.
13557 (find-dired): Make buffer read-only.
13558 Set up a keymap with C-c C-k running kill-find.
13559 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13560
13561 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13562
13563 * filecache.el (file-cache-ignore-case): New variable.
13564 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
13565
13566 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13567 (comint-dynamic-complete-as-filename): Rename local vars.
13568 (comint-dynamic-list-filename-completions): Likewise.
13569
13570 * comint.el (comint-dynamic-list-completions-config): New var.
13571 (comint-dynamic-list-completions): Handle both SPC and TAB right.
13572
13573 * comint.el (comint-file-name-chars): Add [].
13574 (comint-word): Use skip-chars-backward, not search.
13575
13576 * shell.el (shell-file-name-chars): Add [].
13577
13578 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13579
13580 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13581
13582 * generic.el (define-generic-mode): Doc fix.
13583
13584 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13585
13586 * files.el (kill-some-buffers): Doc fix.
13587
13588 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
13589
13590 * comint.el (comint-watch-for-password-prompt): Pass `string' as
13591 arg to send-invisible
13592 (send-invisible): Doc fix. The argument is now a prompt, not the
13593 string to send.
13594 (comint-read-noecho): Doc fix.
13595
13596 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
13597
13598 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13599 "@", as required by some ISP hosting service. Fix defcustom
13600 argument syntax errors that prevented use of customization.
13601
13602 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13603
13604 * xml.el (xml-get-attribute-or-nil): Doc fix.
13605
13606 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
13607
13608 * net/zone-mode.el (zone-mode): Use write-file-functions, not
13609 write-file-hooks.
13610
13611 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
13612
13613 * autorevert.el (auto-revert-interval): Doc fix.
13614
13615 2003-12-29 Mark A. Hershberger <mah@everybody.org>
13616
13617 * xml.el (xml-get-attribute-or-nil): New function, like
13618 xml-get-attribute, but returns nil if the attribute was not found.
13619 (xml-get-attribute): Convert to defsubst, uses
13620 xml-get-attribute-or-nil.
13621
13622 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13623
13624 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13625
13626 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
13627
13628 * custom.el (custom-declare-theme): Use `value' when putting
13629 properties on `theme'.
13630
13631 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
13632
13633 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13634 for each yank-handler segment.
13635 (insert-for-yank-1): New function, with the body of the previous
13636 insert-for-yank.
13637
13638 * textmodes/table.el (table-yank-handler): New defcustom.
13639 (table--put-cell-indicator-property): Put yank-handler property
13640 that indicates the yank handler for the table cell.
13641
13642 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13643
13644 * generic-x.el (etc-modules-conf-generic-mode): A more complete
13645 set of keywords.
13646
13647 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13648
13649 * international/mule-cmds.el (reset-language-environment)
13650 (set-language-environment): Don't invoke fontset-related functions
13651 if fontset-list is not fboundp.
13652
13653 2003-12-29 Kenichi Handa <handa@m17n.org>
13654
13655 * international/mule-cmds.el (reset-language-environment):
13656 Call set-overriding-fontspec-internal with nil.
13657 (set-language-environment): Call set-overriding-fontspec-internal
13658 if the language environment specify `overriding-fontspec'.
13659 (language-info-alist): Doc added.
13660
13661 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13662 characters of mule-unicode-0100-24ff.
13663 (ccl-encode-windows-1251-font): New CCL program.
13664 ("Bulgarian"): Specify overriding-fontspec.
13665 ("Belarusian"): Likewise.
13666
13667 2003-12-28 Sam Steingold <sds@gnu.org>
13668
13669 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13670 parameter ID-FORMAT to conform with the 2003-11-30 patch.
13671
13672 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
13673
13674 * progmodes/gud.el (gud-gdb-command-name): Set default to
13675 "gdb --annotate=3".
13676 (gud-gdb-marker-filter): Look out for annotations.
13677 (gdb-first-pre-prompt): New variable.
13678 Remove trailing white space.
13679
13680 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13681 if necessary.
13682 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
13683 annotations are detected.
13684 (gud-gdba-marker-filter): Use global variable gud-marker-acc
13685 instead of a local one to allow transition from
13686 gud-gdb-marker-filter.
13687 Remove trailing white space.
13688
13689 2003-12-27 Kim F. Storm <storm@cua.dk>
13690
13691 * ido.el: Handle non-readable directories.
13692 (ido-decorations): Add 9th element for non-readable directory.
13693 (ido-directory-nonreadable): New dynamic var.
13694 (ido-set-current-directory): Set it.
13695 (ido-read-buffer, ido-file-internal):
13696 (ido-read-file-name, ido-read-directory-name): Let-bind it.
13697 (ido-file-name-all-completions1): Return empty list for
13698 non-readable directory.
13699 (ido-exhibit): Print [Not readable] if directory is not readable.
13700 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13701 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13702 Use it.
13703
13704 2003-12-27 Lars Hansen <larsh@math.ku.dk>
13705
13706 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13707 calls to directory-files-and-attributes and file-attributes.
13708 (ls-lisp-format): Remove system dependent handling of user and
13709 group id's.
13710
13711 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
13712
13713 * ffap.el (ffap-read-file-or-url): Revert previous change.
13714
13715 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
13716
13717 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13718 new list of included files called `files-with-node-lines', that
13719 only have node lines. This way @include commands can include any
13720 file, such as version and update files without node lines, not
13721 just files that are chapters.
13722
13723 2003-12-25 Andreas Schwab <schwab@suse.de>
13724
13725 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13726 file not found.
13727
13728 2003-12-08 Miles Bader <miles@gnu.org>
13729
13730 * dired.el (dired-between-files): Always use dired-move-to-filename,
13731 which is more robust in non-english locales.
13732
13733 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
13734
13735 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13736
13737 2003-12-24 Andreas Schwab <schwab@suse.de>
13738
13739 * shell.el (shell-file-name-quote-list): Add backslash.
13740
13741 * comint.el (comint-quote-filename): Correctly handle backslash
13742 in comint-file-name-quote-list.
13743
13744 2003-12-24 Kenichi Handa <handa@m17n.org>
13745
13746 * international/mule-cmds.el (set-default-coding-systems):
13747 Call ucs-set-table-for-input for all buffers that don't have local
13748 value of buffer-file-coding-system.
13749
13750 * international/ucs-tables.el (ucs-set-table-for-input):
13751 If translation-table-for-encode is a symbol, get its
13752 translation-table property.
13753
13754 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
13755
13756 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13757 to `completing-read' on a recently fixed bug.
13758
13759 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13760 instead of SPACE, to get the list of possible fringe modes.
13761 SPACE only works if both `partial-completion-mode' and
13762 `completion-auto-help' are nil.
13763
13764 * complete.el (PC-is-complete-p): Delete.
13765 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13766 calls to `test-completion'.
13767
13768 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
13769
13770 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13771 to edit values when there are no children.
13772
13773 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13774 a mode called "Assembler" already exists.
13775 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13776 (gud-watch): Use format option. Remove font properties from string.
13777 (gdb-var-create-handler, gdb-var-list-children-handler):
13778 Don't bother about properties as there are none.
13779 (gdb-var-create-handler, gdb-var-list-children-handler)
13780 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13781 with two arguments.
13782 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13783 Let speedbar show value changes with a different font.
13784 (gdb-edit-value): New defun.
13785 (gdb-clear-partial-output, gdb-clear-inferior-io)
13786 (def-gdb-auto-update-handler): Use erase-buffer.
13787 (gdb-frame-handler): Display watch expressions in
13788 FUNCTION::VARIABLE format if required.
13789
13790 2003-12-23 John Paul Wallington <jpw@gnu.org>
13791
13792 * info.el (Info-unescape-quotes, Info-split-parameter-string)
13793 (Info-goto-emacs-command-node): Doc fixes.
13794
13795 2003-12-12 Jesper Harder <harder@ifa.au.dk>
13796
13797 * cus-edit.el (custom-add-parent-links): Define "many".
13798
13799 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
13800
13801 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13802 (widget-child-validate, widget-type-value-create)
13803 (widget-type-default-get, widget-type-match): New functions.
13804 (lazy): New widget.
13805 (menu-choice, checklist, radio-button-choice, editable-list)
13806 (group, documentation-string): Remove redundant (per 2003-10-25
13807 change) calls to `widget-children-value-delete'.
13808 (widget-choice-value-get, widget-choice-value-inline): Remove.
13809 (menu-choice): Update widget.
13810
13811 2003-12-03 Kenichi Handa <handa@m17n.org>
13812
13813 * language/cyrillic.el: Register "microsoft-cp1251" in
13814 ctext-non-standard-encodings-alist.
13815 ("Bulgarian"): Add ctext-non-standard-encodings.
13816 ("Belarusian"): Likewise.
13817
13818 * international/mule-conf.el (compound-text-with-extensions):
13819 Change the type to 2 (iso-2022 base).
13820
13821 * international/mule.el (ctext-non-standard-encodings-alist):
13822 Change the format.
13823 (ctext-non-standard-encodings): New variable.
13824 (ctext-post-read-conversion): Fully re-written.
13825 (ctext-non-standard-designations-alist): Delete it.
13826 (ctext-non-standard-encodings-table): New function.
13827 (ctext-pre-write-conversion): Fully re-written.
13828
13829 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13830
13831 * cus-edit.el (custom-add-parent-links): Add documentation links
13832 for parent, if the item has none of its own.
13833
13834 2003-11-30 Richard M. Stallman <rms@gnu.org>
13835
13836 * dired-aux.el (dired-do-query-replace-regexp):
13837 Report files visited read-only.
13838
13839 2003-11-30 Juri Linkov <juri@jurta.org>
13840
13841 * dired-aux.el (dired-compare-directories): New command.
13842 (dired-file-set-difference, dired-files-attributes): New functions.
13843
13844 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13845 Version 2.0.38 of Tramp released.
13846
13847 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
13848 Charles Curley <charlescurley@charlescurley.com>.
13849 (tramp-multi-connection-function-alist): Add ssht entry which adds
13850 "-e none -t -t" to the list of ssh args. Suggested by Adrian
13851 Aichner.
13852 (tramp-get-method-parameter): New function to retrieve a method
13853 parameter. This allows for omission of method parameters.
13854 Callers adjusted.
13855
13856 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
13857
13858 * net/tramp.el: Add new optional parameter ID-FORMAT to
13859 `file-attributes'. Calls of `file-attributes' won't use this
13860 parameter for backward compatibility reasons.
13861 (tramp-perl-file-attributes): Add a new parameter to Perl script
13862 in order to handle uid/gid as strings, if desired.
13863 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13864 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13865 order to make the function more general.
13866 (tramp-handle-file-attributes): Replace proprietary optional
13867 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13868 (tramp-handle-file-attributes-with-perl): Handle parameter
13869 NONNUMERIC if set. This wasn't done in the past.
13870 (tramp-post-connection): Apply second parameter "$2" if
13871 `tramp-remote-perl' is called.
13872
13873 * net/tramp-smb.el (tramp-smb-handle-delete-file):
13874 Correct cut'n'waste error (`filename' instead of `directory').
13875 (tramp-smb-handle-directory-files-and-attributes)
13876 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13877 introduced parameter ID-FORMAT.
13878 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13879 error (`directory' instead of `ldir').
13880
13881 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13882 `file-attributes' has a second parameter. If yes, apply it with
13883 value "'integer". Otherwise, don't use that parameter (default is
13884 integer format).
13885
13886 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
13887
13888 * help.el (help-map): Bind `display-local-help' to `C-h .'.
13889 (help-for-help): Add `C-h .' to the listed Help options.
13890 Remove trailing whitespace.
13891
13892 * help-at-pt.el: New file.
13893
13894 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
13895
13896 * subr.el (noreturn, 1value): New macros for test coverage.
13897 See `testcover.el'.
13898
13899 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13900
13901 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13902 for macro `1value'.
13903 (testcover-1value): New function. Checks that a 1value form
13904 actually returns only one value. Requested by RMS.
13905
13906 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
13907
13908 * gdb-ui.el (gud-watch, gdb-var-create-handler)
13909 (gdb-var-list-children, gdb-var-list-children-handler)
13910 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13911 gdb commands that use mi to keep them out of the command history.
13912
13913 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13914
13915 * cus-start.el (all): Add use-file-dialog.
13916
13917 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13918
13919 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13920
13921 2003-11-27 Kim F. Storm <storm@cua.dk>
13922
13923 * subr.el (posn-object-x-y): New defun.
13924
13925 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13926
13927 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13928 Don't use `space' for \\\n.
13929 Be more selective as to which # are comment-starters.
13930
13931 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
13932
13933 * subr.el (number-sequence): Improve handling of floating point
13934 arguments (suggested by Kim Storm). Allow negative arguments.
13935
13936 2003-11-26 Kenichi Handa <handa@m17n.org>
13937
13938 * international/mule-cmds.el (standard-display-european-internal):
13939 Cancel the standard-display-table setting for ` and '.
13940
13941 2003-11-26 Kim F. Storm <storm@cua.dk>
13942
13943 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13944 New defcustoms to add ffap-like functionality to ido.
13945 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
13946 (ido-no-final-slash): New defun.
13947 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13948 (ido-read-file-name): ): Toggle VC checking via
13949 vc-handled-backends instead of vc-master-templates.
13950 (ido-file-internal): Handle ido-use-url-at-point and
13951 ido-use-filename-at-point via code borrowed from ffap-guesser.
13952 Handle new ido-exit code ffap.
13953 (ido-sort-list): Ignore final slash when sorting file names.
13954
13955 2003-11-25 Kim F. Storm <storm@cua.dk>
13956
13957 * emulation/cua-base.el (cua--standard-movement-commands):
13958 Add forward-sentence and backward-sentence.
13959
13960 2003-11-25 Stephen Eglen <stephen@gnu.org>
13961
13962 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13963 iswitchb-exit is set to 'usefirst when user selects buffer at head
13964 of list using RET. (Selecting buffers at the head of the list was
13965 broken if the substring was also a complete buffername.)
13966
13967 2003-11-23 Kim F. Storm <storm@cua.dk>
13968
13969 * progmodes/compile.el (grep-command, grep-use-null-device)
13970 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13971 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13972 (grep-regexp-alist, grep-program, find-program)
13973 (grep-find-use-xargs, grep-history, grep-find-history)
13974 (grep-process-setup, grep-compute-defaults)
13975 (grep-default-command, grep, grep-tag-default, grep-find)
13976 (grep-expand-command-macros, grep-tree-last-regexp)
13977 (grep-tree-last-files, grep-tree): Move grep variables, functions
13978 and commands to new file grep.el.
13979 (compilation-mode-map): Remove grep commands from Compile sub-menu.
13980 (compilation-process-setup-function): Doc fix.
13981 (compilation-highlight-regexp, compilation-highlight-overlay): New
13982 defvars used for highlighting current compile error in source buffer.
13983 (compile-internal): New optional args HIGHLIGHT-REGEXP and
13984 LOCAL-MAP which overrides compilation-highlight-regexp and
13985 compilation-mode-map for this compilation.
13986 Delay calling compilation-set-window-height until after running
13987 compilation-process-setup-function so it can buffer-local override
13988 compilation-window-height.
13989 Check buffer-local value of compilation-scroll-output.
13990 (compilation-set-window-height): Use buffer-local value of
13991 compilation-window-height.
13992 (compilation-revert-buffer): Don't pass (undefined)
13993 preserve-modes arg to revert-buffer.
13994 (next-error-no-select, previous-error-no-select): New commands.
13995 (compilation-goto-locus): Temporarily highlight current match in
13996 source buffer using compilation-highlight-regexp.
13997
13998 * progmodes/grep.el: New file with grep code from compile.el.
13999 (grep): New defcustom group.
14000 (grep-window-height): New defcustom, like compilation-window-height.
14001 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
14002 (grep-scroll-output): New defcustom, like compilation-scroll-output.
14003 (grep-command, grep-use-null-device, grep-find-command)
14004 (grep-tree-files-aliases, grep-tree-ignore-case)
14005 (grep-tree-ignore-CVS-directories): Move to grep custom group.
14006 (grep-setup-hook): New hook variable.
14007 (grep-mode-map): New keymap for grep commands. Add Grep menu.
14008 (grep-last-buffer): New defvar, override compilation-last-buffer.
14009 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
14010 Call compile-internal with args highlight-regexp and grep-mode-map.
14011
14012 2003-11-23 Kim F. Storm <storm@cua.dk>
14013
14014 * subr.el (event-start, event-end): Doc fix.
14015 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
14016 (posn-area, posn-actual-col-row, posn-object): New defuns.
14017 (posn-col-row): Simplify doc. Rewrite to use cond.
14018 (posn-point): Also return buffer position for events outside text
14019 area (that info is now present in the event position).
14020
14021 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
14022 mouse-set-point so that hscroll still works now that clicks on
14023 fringes generate specific mouse events.
14024 (mouse-set-point): Note that it now works in fringes and margins
14025 too due to new semantics of posn-point in fringes and margins.
14026
14027 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
14028 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
14029
14030 2003-11-20 Kim F. Storm <storm@cua.dk>
14031
14032 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
14033 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
14034 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
14035 to 100 for icons to avoid increasing line height when shown.
14036
14037 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
14038
14039 * newcomment.el (comment-normalize-vars): Initialize properly if
14040 comment-start was nil.
14041
14042 2003-11-19 Andreas Schwab <schwab@suse.de>
14043
14044 * simple.el (set-variable): Fix indentation.
14045
14046 2003-11-17 Kenichi Handa <handa@m17n.org>
14047
14048 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
14049 Fix docstring.
14050
14051 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
14052
14053 * international/latin1-disp.el (latin1-display): Fix docstring.
14054
14055 2003-11-16 John Wiegley <johnw@newartisans.com>
14056
14057 * eshell/em-ls.el (eshell-ls-file): There are times with
14058 size-width is nil and uncomputed (when directories are created in
14059 dired, for example); in this case, 4 is reasonable default value,
14060 although it may caused skewed new entries (which could be avoided
14061 by returning the original value of 8 in all cases, but 99% of the
14062 time this is a waste of whitespace).
14063
14064 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
14065
14066 * cc-engine.el (c-guess-continued-construct)
14067 (c-guess-basic-syntax): Check a little more carefully if it's a
14068 function declaration when an unknown construct followed by a block
14069 is found inside a statement context. This avoids macros followed
14070 by blocks to be taken as function declarations.
14071
14072 (c-guess-continued-construct): Change the analysis of a statement
14073 continuation with a brace open to `substatement-block', for
14074 consistency with recognized statements.
14075
14076 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
14077 start is in a position so that `c-beginning-of-statement-1' jumped
14078 to the beginning of the same statement.
14079
14080 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
14081 Don't accept binary operators in the arglist if we're in a function
14082 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
14083 template recognition in cases like "if (a < b || c > d)".
14084
14085 (c-restricted-<>-arglists): New more appropriate name for
14086 `c-disallow-comma-in-<>-arglists'.
14087
14088 Accessing functions updated for the variable name change.
14089
14090 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
14091 match data could get clobbered if NOT-INSIDE-TOKEN is used.
14092
14093 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
14094 labels.
14095
14096 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
14097 instead of duplicating parts of it. This fixes bogus label
14098 recognition.
14099
14100 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
14101 of checking the context in which to apply the minimum indentation,
14102 so that it isn't enforced in e.g. namespace blocks.
14103
14104 * cc-vars.el (c-inside-block-syms): New constant used by
14105 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
14106 to somewhat reduce the risk of becoming stale.
14107
14108 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
14109 cc-cmds to cc-engine to allow use from cc-align.
14110
14111 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
14112 qualified identifiers containing "::".
14113
14114 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
14115 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
14116
14117 * cc-vars.el (c-emacs-features): Use a space in front of the name
14118 of the temporary buffer. That also avoids dumping problems in
14119 XEmacs due to undo info being left around after the buffer is killed.
14120
14121 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
14122 arglist to see if it's a K&R style declaration.
14123
14124 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
14125 before returning `knr-argdecl-intro'.
14126
14127 2003-11-16 John Wiegley <johnw@newartisans.com>
14128
14129 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
14130 field in a long-listing always 8 characters, use `size-width',
14131 which has already been computed.
14132
14133 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
14134
14135 * subr.el (minor-mode-list): Add `hs-minor-mode'.
14136
14137 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
14138
14139 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
14140 Support operation while narrowed, with `diff-restrict-view'.
14141
14142 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
14143
14144 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14145 Take additional optional arg NARROWFUN. For the generated functions:
14146 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
14147 include frags that arrange to check for and save narrowing state before
14148 the move and then conditionally call NARROWFUN after the move.
14149
14150 2003-11-14 John Wiegley <johnw@newartisans.com>
14151
14152 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14153 that was optional, but obviously missing based on surrounding code.
14154
14155 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14156 string arguments to numbers unless the whole argument was seen as
14157 a number.
14158
14159 2003-11-14 Kenichi Handa <handa@m17n.org>
14160
14161 * international/mule.el (ctext-non-standard-encodings-alist):
14162 Fix coding systems.
14163
14164 2003-11-10 Kenichi Handa <handa@m17n.org>
14165
14166 * language/kannada.el ("Kannada"): Add sample-text.
14167
14168 * language/knd-util.el (kannada-compose-region)
14169 (kannada-compose-string, kannada-post-read-conversion):
14170 Add autoload cookie.
14171
14172 * international/quail.el (quail-completion): Change the message
14173 "corresponding translations" to "corresponding characters".
14174
14175 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
14176
14177 * descr-text.el (describe-char): Fix typo.
14178
14179 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
14180
14181 These changes are to support Kannada language/script.
14182
14183 * Makefile.in (DONTCOMPILE): Add kannada.el.
14184
14185 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14186
14187 * loadup.el: Preload kannada.el.
14188
14189 * language/ind-util.el (ucs-kannada-to-is13194-alist)
14190 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14191 New variables.
14192
14193 * language/kannada.el: New file.
14194
14195 * language/knd-util.el: New file.
14196
14197 2003-11-07 Andreas Schwab <schwab@suse.de>
14198
14199 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14200 Also highlight AH_*.
14201
14202 * xml.el (xml-parse-dtd): Fix misplaced paren.
14203
14204 2003-11-07 Kenichi Handa <handa@m17n.org>
14205
14206 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14207
14208 2003-11-05 Juri Linkov <juri@jurta.org>
14209
14210 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14211 (desktop-buffer-file): Use saved buffer-file-coding-system
14212 for file reading. Set auto-insert to nil to prevent automatic
14213 insertion into restored empty files.
14214
14215 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
14216
14217 * files.el (risky-local-variable-p): Make second argument optional.
14218
14219 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * subr.el (add-hook): Fix last change.
14222
14223 2003-11-03 Eli Zaretskii <eliz@gnu.org>
14224
14225 * mail/rmail.el (rmail-convert-to-babyl-format):
14226 If base64-decode-region signals an error, catch it and silently
14227 ignore it.
14228
14229 2003-11-01 Mark A. Hershberger <mah@everybody.org>
14230
14231 * xml.el (xml-parse-region): Allow comments to appear after the
14232 topmost element has closed.
14233 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
14234 (xml-ns-expand-attr): New functions to do namespace handling.
14235 (xml-intern-attrlist): Back-compatible handling of attribute names.
14236 (xml-parse-tag): Move namespace handling to separate functions.
14237 Now produces elements in the form ((:ns . "element") (attr-list)
14238 children) instead of ('ns:element (attr-list) children).
14239 (xml-parse-attlist): Fix attribute parsing.
14240 (xml-parse-dtd): Change parsing so that it produces strings
14241 instead of interned symbols.
14242
14243 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
14244
14245 * dired.el (dired-ls-sorting-switches): Doc fix.
14246
14247 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
14248
14249 * emacs-lisp/rx.el (rx-or): Fix the case of
14250 "(rx (and ?a (or ?b ?c) ?d))".
14251
14252 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
14253
14254 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14255 (texinfo-format-region): Use it.
14256 (texinfo-format-buffer-1): Ditto.
14257
14258 2003-11-01 Alan Mackenzie <acm@muc.de>
14259
14260 Changes to allow scrolling whilst in isearch mode:
14261 * isearch.el (isearch-unread-key-sequence): New function,
14262 extracted from isearch-other-meta-char.
14263 (top level): (put 'foo 'isearch-scroll) on all Emacs's
14264 "scrollable" standard functions.
14265 (isearch-allow-scroll): New customizable variable.
14266 (isearch-string-out-of-window, isearch-back-into-window)
14267 (isearch-reread-key-sequence-naturally)
14268 (isearch-lookup-scroll-key): New functions.
14269 (isearch-other-meta-char): Doc string and functionality enhanced.
14270 Now accepts a prefix argument.
14271 (isearch-lazy-highlight-window-end): New variable.
14272 (isearch-lazy-highlight-new-loop): Pay attention to the window's
14273 end (thru isearch-lazy-highlight-window-end), not only its start.
14274
14275 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14276 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14277 (universal-argument, universal-argument-more, negative-argument)
14278 (digit-argument, universal-argument-other-key): Minor changes.
14279
14280 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14281
14282 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14283 recursively if the last message is deleted, thus avoiding an
14284 infinite loop.
14285
14286 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14287
14288 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14289 (tex-main-file): Don't add .tex if the extension is already present.
14290 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14291
14292 2003-10-29 Lute Kamstra <lute@gnu.org>
14293
14294 * progmodes/octave-inf.el (inferior-octave-prompt):
14295 Recognize version number in prompt.
14296
14297 2003-10-28 Dave Love <fx@gnu.org>
14298
14299 * international/characters.el: Fix some Unicode ranges.
14300
14301 2003-10-28 Kenichi Handa <handa@m17n.org>
14302
14303 * disp-table.el (standard-display-8bit)
14304 (standard-display-default, standard-display-ascii)
14305 (standard-display-g1, standard-display-graphic)
14306 (standard-display-underline): Assure that standard-display-table
14307 is a display table.
14308
14309 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14310
14311 * simple.el (reindent-then-newline-and-indent): Delete space *after*
14312 reindenting the first line.
14313
14314 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
14315
14316 * wid-edit.el (widget-default-delete): Always delete child widgets.
14317
14318 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14319
14320 * newcomment.el (comment-indent): Don't call indent-according-to-mode
14321 if the line has code.
14322 Don't try to line up with something that's too far left.
14323
14324 * progmodes/octave-mod.el (octave-comment-start): Simplify.
14325 (octave-mode-syntax-table): Add % as a comment starter.
14326 (octave-point): Remove.
14327 (octave-in-comment-p, octave-in-string-p)
14328 (octave-not-in-string-or-comment-p, calculate-octave-indent)
14329 (octave-blink-matching-block-open, octave-auto-fill):
14330 Use line-(beginning|end)-position instead.
14331
14332 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
14333
14334 * emacs-lisp/authors.el (authors-aliases): Add correct realname
14335 for Francesco Potort\e,Al\e(B.
14336
14337 2003-10-23 Dave Love <fx@gnu.org>
14338
14339 * international/mule-cmds.el (locale-charset-to-coding-system):
14340 Don't rely on nil being a coding system.
14341
14342 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14343 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14344 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14345
14346 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
14347
14348 * gdb-ui.el (gdb-current-language): New variable.
14349 (gdb-update-flag): Remove variable.
14350 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14351 (gdb-take-last-elt): Remove function.
14352 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14353 (gdb-post-prompt): Check for variable object changes here.
14354
14355 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14356 object changes in gdb-ui.el.
14357
14358 2003-10-21 Richard M. Stallman <rms@gnu.org>
14359
14360 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14361
14362 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14363 Don't check for foo*/ wildcard form here.
14364 (insert-directory): Recognize foo*/ as a wildcard.
14365 Separate wildcard-regexp variable from the arg, wildcard.
14366
14367 * subr.el (add-hook): Correctly detect when make-local-hook was used.
14368 (remove-hook): Correctly handle strange cases about local hooks.
14369
14370 2003-10-21 David Ponce <david@dponce.com>
14371
14372 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14373 argument REAL, to return a real number instead of a rounded
14374 integer value. Define as inline function.
14375 (ruler-mode-right-fringe-cols): Likewise.
14376 (ruler-mode-scroll-bar-cols): New function.
14377 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
14378 (ruler-mode-right-scroll-bar-cols): Likewise.
14379 (ruler-mode-space): New function.
14380 (ruler-mode-ruler): Use it. Handle variations of fringe style,
14381 scroll bar mode and margins in a more robust way.
14382
14383 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
14384
14385 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14386 (antlr-c-init-language-vars): New function.
14387 (antlr-mode): Use it with cc-mode before v5.29.
14388 (antlr-c-common-init): Don't set some local vars here.
14389 (antlr-mode): Set them here.
14390 (antlr-c-forward-sws): New function alias.
14391 (antlr-mode): Redefine with cc-mode before v5.30.
14392 (antlr-skip-sexps): Use it.
14393 (antlr-skip-exception-part): Ditto.
14394 (antlr-skip-file-prelude): Ditto.
14395 (antlr-outside-rule-p): Ditto.
14396 (antlr-end-of-body): Ditto.
14397 (antlr-option-kind): Ditto.
14398 (antlr-insert-option-area): Ditto.
14399 (antlr-file-dependencies): Ditto.
14400
14401 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14402
14403 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14404 Move backward only if point was not inside an entry.
14405
14406 2003-10-21 Richard M. Stallman <rms@gnu.org>
14407
14408 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14409
14410 2003-10-21 Juri Linkov <juri@jurta.org>
14411
14412 * compare-w.el: Automatically skip non-matching text to resync.
14413 (compare-windows-whitespace): Doc fix.
14414 (compare-windows-sync, compare-windows-sync-string-size)
14415 (compare-windows-recenter, compare-ignore-whitespace)
14416 (compare-windows-highlight, compare-windows-face): New variables.
14417 (compare-windows): Use compare-windows-sync.
14418 (compare-windows-highlight, compare-windows-dehighlight)
14419 (compare-windows-sync-regexp)
14420 (compare-windows-sync-default-function): New functions.
14421
14422 2003-10-21 Juri Linkov <juri@jurta.org>
14423
14424 * diff.el (diff-parse-differences): Don't visit the files now;
14425 instead, just record the error locus.
14426
14427 2003-10-21 Dave Love <fx@gnu.org>
14428
14429 * progmodes/cfengine.el: New file.
14430
14431 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14432
14433 * complete.el (PC-do-completion): Do not forget to use `pred' as the
14434 default-directory when completing file names.
14435
14436 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
14437
14438 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14439 followed by the word `face', it gets treated as a face, even if
14440 it is also defined as a variable or a function.
14441
14442 2003-10-20 Dave Love <fx@gnu.org>
14443
14444 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14445 Avoid incf in macro expansion.
14446
14447 2003-10-20 John Paul Wallington <jpw@gnu.org>
14448
14449 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14450 `evenp' so we don't implicitly require cl library at runtime.
14451
14452 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
14453
14454 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14455 (help-make-xrefs): Only make cross-references for faces if
14456 preceded or followed by the word `face'. Do not make a
14457 cross-reference for variables without variable documentation,
14458 unless preceded by the word `variable' or `option'. Update doc
14459 string accordingly.
14460
14461 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14462
14463 * progmodes/hideshow.el: Rewrite one-armed `if'
14464 constructs using either `when' or `unless'.
14465 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14466
14467 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
14468
14469 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14470 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14471 instead of 12x12.
14472
14473 2003-10-16 Eli Zaretskii <eliz@gnu.org>
14474
14475 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14476 message while converting to Babyl.
14477
14478 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
14479
14480 * allout.el (allout-mode): Doc fix.
14481
14482 2003-10-16 Lute Kamstra <lute@gnu.org>
14483
14484 * subr.el (force-mode-line-update): Fix docstring.
14485
14486 2003-10-14 Dave Love <fx@gnu.org>
14487
14488 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14489 (default-input-method): Add :link, improve :type.
14490 (locale-charset-language-names): Fix utf-8 pattern.
14491 (locale-charset-match-p, locale-charset-alist)
14492 (locale-charset-to-coding-system): New.
14493 (set-locale-environment): Deal with codeset part of locale specs.
14494
14495 2003-10-14 Lute Kamstra <lute@gnu.org>
14496
14497 * fringe.el (fringe-mode): Use active voice in docstring.
14498 (set-fringe-style): Ditto.
14499
14500 2003-10-13 Lute Kamstra <lute@gnu.org>
14501
14502 * fringe.el (fringe-mode): Fix docstring.
14503 (set-fringe-style): Ditto.
14504
14505 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
14506
14507 * ediff-mult.el (ediff-filegroup-action):
14508 Use ediff-default-filtering-regexp.
14509
14510 * ediff-util.el (ediff-recenter): Don't call
14511 ediff-restore-highlighting twice.
14512 (ediff-select-difference): Set current difference.
14513 (ediff-unselect-and-select-difference): Add comment.
14514
14515 * ediff.el (ediff-directories,ediff-directory-revisions)
14516 (ediff-directories3,ediff-merge-directories)
14517 (ediff-merge-directories-with-ancestor)
14518 (ediff-merge-directory-revisions)
14519 (ediff-merge-directory-revisions-with-ancestor):
14520 Use ediff-default-filtering-regexp.
14521
14522 2003-10-12 Andreas Schwab <schwab@suse.de>
14523
14524 * international/mule-cmds.el (locale-charset-language-names):
14525 Simplify regex by removing unused grouping.
14526
14527 2003-10-10 Dave Love <fx@gnu.org>
14528
14529 * bindings.el: Don't bind stop.
14530
14531 2003-10-08 Miles Bader <miles@gnu.org>
14532
14533 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14534 face instead of attempting to emulate it.
14535
14536 2003-10-07 Kenichi Handa <handa@m17n.org>
14537
14538 * international/mule-diag.el (list-coding-systems-1): List coding
14539 systems that are loaded automatically.
14540
14541 * international/code-pages.el (iso-8859-11): Add autoload cookie.
14542
14543 * international/mule.el (autoload-coding-system): New function.
14544
14545 2003-10-07 Andreas Schwab <schwab@suse.de>
14546
14547 * log-edit.el (log-edit-changelog-entries): Prefer local value of
14548 change-log-default-name in the buffer visiting the file.
14549
14550 2003-10-06 Dave Love <fx@gnu.org>
14551
14552 * files.el (find-file-hook): Customize.
14553 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14554
14555 * bindings.el (completion-ignored-extensions): Remove .log.
14556 (global-map): Add again, open, stop keys.
14557
14558 2003-10-05 Richard M. Stallman <rms@gnu.org>
14559
14560 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14561 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14562 Use sh-modify directly.
14563 (sh-select): Use sh-append, not eval.
14564
14565 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14566
14567 * info.el (Info-following-node-name): New function.
14568
14569 * loadhist.el (unload-feature-special-hooks):
14570 Rename from loadhist-hook-functions.
14571 (loadhist-hook-functions): Now an alias.
14572
14573 2003-10-04 Eli Zaretskii <eliz@gnu.org>
14574
14575 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14576 file-name clashes on 8+3 filesystems.
14577
14578 * Makefile.in (DONTCOMPILE, bootstrap-clean):
14579 Rename loaddefs-boot.el to ldefs-boot.el
14580
14581 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14582 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14583
14584 2003-10-03 Lute Kamstra <lute@gnu.org>
14585
14586 * info.el (Info-mode): Revert previous change.
14587 (Info-escape-percent): New function.
14588 (Info-fontify-node): Use it.
14589
14590 2003-10-02 Andreas Schwab <schwab@suse.de>
14591
14592 * loaddefs-boot.el: Regenerated.
14593
14594 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
14595
14596 * ffap.el: Remove defadvice related code from CVS since `complete'
14597 provides a `PC-completion-as-file-name-predicate' variable that
14598 ffap can override.
14599
14600 2003-10-02 Kenichi Handa <handa@m17n.org>
14601
14602 * international/utf-8.el (ccl-decode-mule-utf-8):
14603 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14604
14605 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14606 * international/subst-big5.el: Likewise.
14607 * international/subst-gb2312.el: Likewise.
14608 * international/subst-ksc.el: Likewise.
14609
14610 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14611
14612 * calendar/calendar.el (increment-calendar-month)
14613 (calendar-leap-year-p, calendar-absolute-from-gregorian)
14614 (generate-calendar, calendar-read-date, calendar-interval)
14615 (calendar-day-of-week): Handle years BC.
14616 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14617
14618 2003-10-01 Dave Love <fx@gnu.org>
14619
14620 * language/cyrillic.el (cp1251): Alias for windows-1251.
14621
14622 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14623 bootstrap.
14624
14625 2003-10-01 Lute Kamstra <lute@gnu.org>
14626
14627 * files.el: Fix typo.
14628 * imenu.el (imenu--generic-function): Docstring fix.
14629
14630 2003-09-30 Richard M. Stallman <rms@gnu.org>
14631
14632 * dired.el (dired-mode): Handle dired-directory as a list.
14633
14634 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
14635
14636 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14637
14638 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14639
14640 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14641 Replace gud-display with gud-watch.
14642 (gud-speedbar-buttons): Add stuff for watching expressions
14643 in the speedbar when using M-x gdba. Use dolist on old part
14644 of this function.
14645
14646 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14647 (gdb-update-flag): New variables.
14648 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14649 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14650 (gud-watch, gdb-var-create-handler) : New functions.
14651 (gdb-var-list-children, gdb-var-list-children-handler)
14652 (gdb-var-create-regexp, gdb-var-update-regexp)
14653 (gdb-var-list-children-regexp): New constants.
14654 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14655 (gdb-annotation-rules): Reduce annotation set (level 3).
14656 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14657 (gdb-post-prompt): Don't update GDB buffers every time speedbar
14658 updates.
14659 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14660 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14661 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14662 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14663 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14664 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14665 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14666 (gud-display, gud-display1)
14667 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14668 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14669 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14670 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14671 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14672 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14673 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14674 (gdb-display-display-buffer, gdb-toggle-display)
14675 (gdb-delete-display, gdb-expressions-popup-menu)
14676 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14677 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14678 to display buffer.
14679
14680 2003-09-30 Richard M. Stallman <rms@gnu.org>
14681
14682 * progmodes/ada-mode.el (ada-mode): Don't use advice.
14683 Instead, set which-func-functions.
14684
14685 * progmodes/which-func.el (which-func-modes): Add ada-mode.
14686 (which-func-functions): New variable.
14687 (which-function): Use that.
14688
14689 * info.el (Info-mode): Double each `%' in header line.
14690
14691 * emacs-lisp/lisp-mnt.el (lm-with-file):
14692 When FILE is nil, run BODY in current buffer.
14693
14694 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14695
14696 * help.el (describe-mode): Start with a brief list of minor modes.
14697 Find them thru minor-mode-list so as to find them all.
14698 Show them in alphabetical order.
14699
14700 * mail/sendmail.el (mail-aliases): Doc fix.
14701
14702 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14703
14704 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14705
14706 * mail/rmailsum.el (rmail-make-summary-line-1):
14707 Change comma after last label to a space.
14708 (rmail-summary-font-lock-keywords): Adapt to that change.
14709
14710 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
14711
14712 * progmodes/scheme.el (scheme-mode-variables): When setting
14713 `font-lock-defaults', also specify that "#" should
14714 be interpreted with `word' syntax.
14715 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14716
14717 2003-09-30 Lars Hansen <larsh@math.ku.dk>
14718
14719 * desktop.el: A lot of comments updated.
14720 (desktop-save-mode): Minor mode introduced.
14721 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14722 (desktop-load-default): Function made obsolete.
14723 (desktop-locals-to-save): Variable made customizable.
14724 (desktop-read): Optional parameter `dirname' added.
14725 (desktop-change-dir, desktop-revert): Parameter `dirname' in
14726 `desktop-read' used.
14727 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14728
14729 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
14730
14731 * whitespace.el (whitespace-clean-msg): Add user customizable message
14732 for displaying ``clean'' output.
14733 (whitespace-buffer): Use `whitespace-clean-msg'.
14734 (whitespace-global-mode): Fix typo.
14735
14736 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
14737
14738 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14739
14740 2003-09-29 Lute Kamstra <lute@gnu.org>
14741
14742 * bindings.el (mode-line-modes): Remove superfluous :propertize
14743 construct in initialization.
14744 (mode-line-position): Change cons cell into proper list in
14745 initialization.
14746
14747 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14748
14749 * international/mule.el (decode-coding-inserted-region): Use car
14750 of the return value of find-operation-coding-system.
14751
14752 2003-09-29 Kenichi Handa <handa@m17n.org>
14753
14754 * descr-text.el (describe-char): Fix previous change.
14755
14756 2003-09-28 Kenichi Handa <handa@m17n.org>
14757
14758 * descr-text.el (describe-char-display): New function.
14759 (describe-char): Pay attention to display table on describing how
14760 a character is displayed.
14761
14762 * international/mule-cmds.el (encoded-string-description):
14763 Prepend "0x" to each encoded byte.
14764
14765 2003-09-28 Andreas Schwab <schwab@suse.de>
14766
14767 * find-file.el (ff-special-constructs): Add autoload cookie.
14768
14769 2003-09-28 Kevin Ryde <user42@zip.com.au>
14770
14771 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14772 makeinfo appends to duplicate index entries.
14773
14774 2003-09-28 Eli Zaretskii <eliz@gnu.org>
14775
14776 * dired-x.el (dired-clean-tex): Doc fix.
14777
14778 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14779 using a Chinese tutorial.
14780
14781 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14782
14783 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14784 between "MAIL FROM:" and "RCPT TO:" and the following address.
14785
14786 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14787
14788 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14789
14790 2003-09-28 David Ponce <david@dponce.com>
14791
14792 * recentf.el (recentf-initialize-file-name-history): New defcustom.
14793 (recentf-load-list): When `recentf-initialize-file-name-history'
14794 is non-nil, initialize an empty `file-name-history' with the
14795 recent list.
14796
14797 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
14798
14799 * man.el (Man-default-man-entry): Remove the leading `*' from the
14800 word at point.
14801
14802 2003-09-26 Lute Kamstra <lute@gnu.org>
14803
14804 * bindings.el (mode-line-position): Mention size indication in
14805 docstring.
14806
14807 2003-09-26 Andre Spiegel <spiegel@gnu.org>
14808
14809 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14810
14811 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14812 because it's autoloaded now.
14813
14814 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
14815
14816 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14817 (sh-font-lock-keywords, sh-feature): Fix previous change of
14818 sh-feature to avoid infloop with sh-font-lock-keywords.
14819
14820 2003-09-25 Kim F. Storm <storm@cua.dk>
14821
14822 * frame.el (frame-current-scroll-bars): New defun.
14823
14824 * window.el (window-current-scroll-bars): New defun.
14825
14826 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14827
14828 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14829 cause errors when the state cache contains info on parts that have
14830 been narrowed out.
14831
14832 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14833
14834 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14835 `c-setup-paragraph-variables' has to be used when this variable is
14836 changed; it doesn't work to reinitialize the mode since that
14837 typically clobbers the variable.
14838
14839 * progmodes/cc-styles.el (c-setup-paragraph-variables):
14840 Make it interactive.
14841
14842 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14843
14844 * progmodes/cc-fonts.el (c-font-lock-declarations):
14845 Fix recognition of constructors and destructors for classes whose
14846 names are matched by `*-font-lock-extra-types'.
14847
14848 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14849 followed by an identifier in C++ then it's a type.
14850
14851 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14852
14853 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14854 problem that primarily affected XEmacs. Don't use faces to find
14855 unterminated strings since Emacs and XEmacs fontify strings
14856 differently - this function should now work better in XEmacs.
14857
14858 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14859
14860 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14861 `expand-abbrev' workaround which caused braces to misbehave inside
14862 macros.
14863
14864 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14865 handling. This bug could cause interactive font locking to bail out.
14866
14867 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14868
14869 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14870 Handle paren-style types in Pike. Also fixed some cases of
14871 insufficient handling of unbalanced parens.
14872
14873 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
14874
14875 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14876 common shell prompts that are not common filename or URL characters.
14877 (ffap-file-at-point): Use the new regexp to strip the prompts from
14878 the file names. This is an issue mostly for user prompts that
14879 don't have a trailing space and find-file-at-point is invoked from
14880 within a shell inside Emacs.
14881
14882 2003-09-24 Andre Spiegel <spiegel@gnu.org>
14883
14884 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14885 stamps numerically, rather than textually.
14886
14887 2003-09-24 Kenichi Handa <handa@m17n.org>
14888
14889 * language/devan-util.el (devanagari-post-read-conversion):
14890 * language/mlm-util.el (malayalam-post-read-conversion):
14891 * language/tml-util.el (tamil-post-read-conversion):
14892 Add autoload cookie.
14893
14894 * international/utf-8.el (utf-8-post-read-conversion):
14895 Call post-read-conversion functions for Devanagari, Malayalam,
14896 and Tamil.
14897
14898 2003-09-23 Dave Love <fx@gnu.org>
14899
14900 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14901
14902 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
14903
14904 * progmodes/gud.el (perldb): Add gud-until to list of commands.
14905 Update gud-remove.
14906
14907 2003-09-22 Richard M. Stallman <rms@gnu.org>
14908
14909 * progmodes/sh-script.el (sh-mode-default-syntax-table):
14910 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
14911 (sh-mode-syntax-table-input): New variable.
14912 (sh-require-final-newline): Don't use eval.
14913 (sh-builtins, sh-leading-keywords, sh-other-keywords)
14914 (sh-variables, sh-font-lock-keywords): Don't use eval.
14915 (sh-set-shell): When setting require-final-newline,
14916 treat value = `require-final-newline' as don't change it.
14917 Set sh-mode-syntax-table locally based on
14918 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14919
14920 * progmodes/compile.el (compile-internal):
14921 Call compilation-set-window-height before setting window start.
14922
14923 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
14924
14925 * emacs-lisp/bytecomp.el (byte-compile-log-file):
14926 Clear out byte-compile-last-warned-form.
14927
14928 2003-09-22 Richard M. Stallman <rms@gnu.org>
14929
14930 * woman.el (woman-file-name, woman-follow-word):
14931 If current-word returns nil, use "".
14932
14933 * simple.el (eval-expression): Bind standard-output in to-buffer case.
14934
14935 2003-09-22 Richard M. Stallman <rms@gnu.org>
14936
14937 * emacs-lisp/lisp-mnt.el (lm-with-file):
14938 Don't visit the file, just use insert-file-contents in temp buffer.
14939
14940 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
14941
14942 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14943 Add surrounding \\( and \\) around the header, as in
14944 for lm-history-header 'Change Log\\|History'.
14945
14946 2003-09-22 John Paul Wallington <jpw@gnu.org>
14947
14948 * progmodes/ld-script.el: Add Commentary section,
14949 minor cleanup of file header.
14950 (ld-script-font-lock-keywords): Doc fix.
14951 (toplevel): Provide `ld-script' feature.
14952
14953 2003-09-21 Kim F. Storm <storm@cua.dk>
14954
14955 * scroll-bar.el (set-scroll-bar-mode): Initialize to
14956 new built-in variable default-frame-scroll-bars.
14957 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14958 scroll-bar-mode; notably, use it instead of t when we toggle
14959 scroll-bars on.
14960 (toggle-scroll-bar): Use default-frame-scroll-bars.
14961
14962 2003-09-19 Masatake YAMATO <jet@gyve.org>
14963
14964 * pcvs.el (cvs-do-removal): Change the prompt depending on
14965 `filter' value.
14966
14967 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14968
14969 * startup.el (command-line-1): Stop startup-echo-area-message
14970 being hidden by "Loading image..." message.
14971 (use-fancy-splash-screens-p, display-splash-screen):
14972 Move display-graphic-p test from latter to former.
14973
14974 * progmodes/sh-script.el (sh-font-lock-keywords):
14975 Highlight escaped EOLs differently from other backslash constructs.
14976
14977 2003-09-19 Richard M. Stallman <rms@gnu.org>
14978
14979 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14980 New functions.
14981 (edebug-enter, edebug-outside-excursion): Use them.
14982
14983 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14984 Fix the condition for whether to print "In WHERE".
14985
14986 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
14987
14988 * finder.el (finder-mode-hook): New variable.
14989 (finder-mode): Run hook finder-mode-hook
14990
14991 2003-09-18 Masatake YAMATO <jet@gyve.org>
14992
14993 * progmodes/ebrowse.el: Fix broken magic autoload comments.
14994
14995 2003-09-17 Mario Lang <mlang@delysid.org>
14996
14997 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14998 "p %e" to actually print the value in the GUD buffer.
14999
15000 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
15001
15002 From David Ponce <david.ponce@wanadoo.fr>:
15003 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
15004 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
15005 from loaddefs-boot.el if necessary.
15006
15007 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
15008
15009 * progmodes/gud.el (gud-find-class): Make jdb work again since
15010 cc-mode changed the syntactic information.
15011
15012 2003-09-15 David Ponce <david@dponce.com>
15013
15014 * recentf.el: (recentf-exclude): Accept predicates too.
15015 (recentf-file-readable-p): New function.
15016 (recentf-include-p): Handle predicates in recentf-exclude.
15017 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
15018 (recentf-cleanup): Likewise.
15019 (recentf-save-list): Use write-file to handle backup of
15020 recentf-save-file.
15021
15022 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
15023
15024 * loaddefs-boot.el: Renamed from `loaddefs.el'
15025 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
15026 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
15027 necessary.
15028
15029 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
15030
15031 * electric.el (Electric-pop-up-window): For the `one-window' case,
15032 no longer disconcertingly move point in the original buffer.
15033
15034 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
15035
15036 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
15037
15038 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
15039
15040 * dired.el (dired-mode-map): Fix typo.
15041
15042 2003-09-11 Richard M. Stallman <rms@gnu.org>
15043
15044 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
15045
15046 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
15047
15048 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
15049 the function is less noisy. Now only `kill-buffer' can ask questions.
15050
15051 2003-09-10 Mario Lang <mlang@delysid.org>
15052
15053 * battery.el: Update Commentary and Copyright.
15054 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
15055 appear due to wrong ordering of the expressions in `or'.
15056
15057 2003-09-09 Lute Kamstra <lute@gnu.org>
15058
15059 * misc.el (upcase-char): Fix docstring.
15060 (zap-up-to-char): New command.
15061
15062 2003-09-08 David Ponce <david@dponce.com>
15063
15064 Ensure that recentf correctly updates the menu bar.
15065 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
15066 (recentf-menu-bar): New function.
15067 (recentf-clear-data): Use it
15068 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
15069 of easy-menu-change.
15070
15071 2003-09-08 Lute Kamstra <lute@gnu.org>
15072
15073 * simple.el (size-indication-mode): New.
15074 * bindings.el (mode-line-position): Add buffer size indicator.
15075
15076 2003-09-04 Mario Lang <mlang@delysid.org>
15077
15078 * battery.el (battery-linux-proc-acpi): New function.
15079 (battery-status-function): Modify default value calculation to also
15080 check for availability of ACPI.
15081 (battery-echo-area-format): Ditto.
15082 (battery-mode-line-format): Ditto.
15083
15084 2003-09-06 Dave Love <fx@gnu.org>
15085
15086 * ielm.el (ielm-mode-hook): Add :options.
15087
15088 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
15089 (eldoc-print-current-symbol-info): Use it.
15090
15091 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
15092
15093 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
15094 being displayed in GUD buffer.
15095 (gdb-idle-input-queue): Remove var. Use just one queue.
15096 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
15097 Remove functions. Use just one queue.
15098 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
15099 (gdb-invalidate-assembler, gdb-get-current-frame):
15100 Modify functions. Use just one queue.
15101
15102 2003-09-04 Dave Love <fx@gnu.org>
15103
15104 * cus-start.el: Add blink-cursor-alist.
15105
15106 * ruler-mode.el (ruler-mode-fill-column-char)
15107 (ruler-mode-current-column-char): Use char-displayable-p,
15108 not window-system.
15109
15110 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
15111
15112 * language/european.el (windows-1252): Move from code-pages.
15113
15114 * language/cyrillic.el ("Windows-1251"): Delete.
15115 ("Bulgarian", "Belarusian"): Remove `features'.
15116 (windows-1251): Move from code-pages.
15117
15118 * international/mule-diag.el (non-iso-charset-alist):
15119 Remove `codepage' stuff.
15120 (print-designation, list-coding-systems-1): Output fixes.
15121
15122 * international/code-pages.el (cp-make-translation-table)
15123 (cp-valid-codes): Made defsubsts.
15124 (cp-fix-safe-chars): Delete.
15125 (mule-diag): Don't require.
15126 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
15127 (top-level): Check for defined coding system when defining
15128 cp... aliases. Change w32-add-charset-info test to avoid warning.
15129 (non-iso-charset-alist): Defvar when compiling.
15130 (cp-make-coding-system): Doc fix.
15131
15132 2003-09-02 Jason Rumney <jasonr@gnu.org>
15133
15134 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
15135 line-ends from CVS before doing conversion.
15136
15137 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
15138
15139 * calendar/diary-lib.el (diary-header-line-flag)
15140 (diary-header-line-format): New variables.
15141 (list-diary-entries): Use them to set header line in simple diary.
15142
15143 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15144 other than font-lock-string-face to highlight backslashes.
15145
15146 2003-09-01 Jason Rumney <jasonr@gnu.org>
15147
15148 * international/titdic-cnv.el (tit-read-key-value): Include \r in
15149 regexp.
15150
15151 2003-09-01 Dave Love <fx@gnu.org>
15152
15153 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15154
15155 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15156 and :help; also line and column numbers labels.
15157
15158 * international/mule-util.el (char-displayable-p): Move from
15159 latin1-disp, rename and autoload.
15160
15161 * international/latin1-disp.el (latin1-char-displayable-p):
15162 Now obsolete alias. Replace uses with char-displayable-p.
15163 (latin1-display-ucs-per-lynx): Fix last change.
15164
15165 * international/mule-cmds.el (standard-display-european-internal):
15166 Don't use char code for Latin-1 NBSP.
15167 <XFree86 4>: Unfrob NBSP display table. Set display table to use
15168 U+2018, U+2019 for `'.
15169 (select-safe-coding-system): Message fix.
15170
15171 2003-09-01 Kenichi Handa <handa@m17n.org>
15172
15173 * international/fontset.el (setup-default-fontset): For Thai
15174 font, specify "*" family.
15175
15176 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15177
15178 * progmodes/compile.el (previous-error): Accept a prefix
15179 argument, similarly to next-error.
15180
15181 2003-08-31 Masatake YAMATO <jet@gyve.org>
15182
15183 * pcvs.el (cvs-do-removal): Use = instead of eq to check
15184 the number of files. Bind the number of files to a local
15185 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15186
15187 2003-08-30 Eli Zaretskii <eliz@gnu.org>
15188
15189 * vc-hooks.el (vc-make-version-backup): Fix the change made on
15190 2003-07-26: msdos-long-file-names is a function, not a variable.
15191
15192 2003-08-29 Richard M. Stallman <rms@gnu.org>
15193
15194 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15195 Do nothing with mail-personal-alias-file if it is nil.
15196
15197 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15198 Do nothing if mail-personal-alias-file is nil.
15199
15200 * term.el (term-exec-1): Bind coding-system-for-read.
15201
15202 * dired.el (dired-mouse-find-file-other-window):
15203 Use dired-view-command-alist here, as in dired-view-file.
15204 (dired-view-command-alist): Use %s to substitute file name.
15205 Handle .ps_pages, .eps, .jpg, .gif, .png.
15206
15207 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
15208
15209 * info.el (Info-mode-map): Bind S-tab and <backtab> to
15210 `Info-prev-reference', instead of M-tab.
15211
15212 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
15213
15214 * simple.el (blink-matching-open): Work correctly on chars that
15215 are designated as parens through the syntax-table text property.
15216
15217 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
15218
15219 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15220 line break position in the middle of a non-kinsoku (e.g. latin)
15221 word, making it skip until either a space or a character with
15222 category "|".
15223 (kinsoku-longer): Test for end of buffer.
15224
15225 2003-08-28 Eli Zaretskii <eliz@gnu.org>
15226
15227 * mail/rmail.el (rmail-convert-to-babyl-format):
15228 Detect quoted-printable- and base64-encoded messages and decode them
15229 automatically. Set the message's encoding from the charset=
15230 header, if any. Decode base64-encoded messages in Mail format as well.
15231
15232 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
15233
15234 * mail/smtpmail.el: Fix previous change.
15235 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15236 calling smtpmail-via-smtp.
15237 (smtpmail-via-smtp): Add fall-back values for envelope-from.
15238
15239 2003-08-26 John Paul Wallington <jpw@gnu.org>
15240
15241 * image.el (image-jpeg-p): Don't search beyond length of data.
15242
15243 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15244
15245 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15246 misfeature in `expand-abbrev' which caused electric keywords like
15247 "else" to disappear if an open brace was typed directly afterwards.
15248
15249 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15250
15251 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15252 mandatory in `define-widget'.
15253
15254 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15255 Don't align the operators "!=", "<=" and ">=" as assignment operators.
15256
15257 (c-assignment-operators): New language constant that only contains
15258 the assignment operators.
15259
15260 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15261
15262 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15263
15264 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15265 Safeguard against unbalanced sexps.
15266
15267 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
15268
15269 * version.el (emacs-version): Check for gtk. Include gtk version info.
15270
15271 2003-08-25 John Paul Wallington <jpw@gnu.org>
15272
15273 * man.el (Man-default-man-entry): Don't whizz past the section
15274 number before looking for it.
15275
15276 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
15277
15278 * progmodes/gud.el (gud-display-line): Don't set window-point if
15279 source buffer is not visible. (Only happens with M-x gdba.)
15280
15281 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15282 documentation.
15283 (gdb-source, gdb-source-info): Update to assembler unnecessary
15284 as its done after each GDB command anyway.
15285 (gdb-pre-prompt): Use with-current-buffer.
15286 (gdb-insert-field): Add help-echo text.
15287 (gdb-invalidate-assembler): Re-display of assembler now done in
15288 gdb-info-breakpoints-custom.
15289 (gdb-info-breakpoints-custom): Force re-display of assembler to
15290 happen *after* update of breakpoints buffer.
15291 (gdb-display-source-buffer): Don't choke if gdb-source-window
15292 isn't visible.
15293 (gdb-put-string, gdb-put-arrow): Remove free variables.
15294
15295 2003-08-24 John Paul Wallington <jpw@gnu.org>
15296
15297 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15298
15299 * man.el (Man-default-man-entry): Strip text properties when
15300 snarfing parts of entry because `format' preserves properties.
15301
15302 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15303
15304 * files.el (file-newest-backup): Use `expand-file-name'.
15305
15306 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15307 Allow the diary to pop up a new frame, if needed.
15308
15309 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15310 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15311 (smtpmail-send-it): Make treatment of envelope-from consistent with
15312 sendmail.el.
15313
15314 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15315 (sh-leading-keywords): Add the bash `time' reserved word.
15316 (sh-variables): Add some bash variables.
15317 (sh-add-completer): Fix nil branch of case statement.
15318
15319 2003-08-24 Masatake YAMATO <jet@gyve.org>
15320
15321 * progmodes/ld-script.el: New file.
15322
15323 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
15324
15325 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15326
15327 2003-08-23 Andre Spiegel <spiegel@gnu.org>
15328
15329 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15330 Better explain obsolescence, and what to use instead.
15331
15332 2003-08-23 Masatake YAMATO <jet@gyve.org>
15333
15334 * pcvs.el (cvs-do-removal): Show the deleted file name
15335 on the prompt.
15336
15337 2003-08-20 Dave Love <fx@gnu.org>
15338
15339 * international/mule.el (make-coding-system)
15340 (set-buffer-file-coding-system): Doc fix.
15341
15342 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15343
15344 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15345
15346 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15347
15348 * international/utf-16.el: Add mime-text-unsuitable coding system
15349 properties.
15350
15351 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15352
15353 * cus-edit.el: Add some :links.
15354 (bib): Remove.
15355
15356 * textmodes/bib-mode.el (bib): Add :group external.
15357
15358 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
15359
15360 * wid-edit.el (widget-echo-help): Make it handle expressions that
15361 evaluate to strings.
15362
15363 2003-08-18 Michael Mauger <mmaug@yahoo.com>
15364
15365 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
15366
15367 Simplify selection of SQL products to define highlighting and
15368 interactive mode. Includes detailed instructions on adding
15369 support for new products.
15370
15371 * progmodes/sql.el (sql-product): New variable. Identifies SQL
15372 product for use in highlighting and interactive mode.
15373 (sql-interactive-product): New variable. SQL product for
15374 sql-interactive-mode.
15375 (sql-product-support): New variable. Specifies product-specific
15376 parameters to drive highlighting and interactive mode.
15377 (sql-imenu-generic-expression): Add more object types.
15378 (sql-sqlite-options): Correct comment.
15379 (sql-ms-program): Use "osql" rather than "isql".
15380 (sql-prompt-regexp, sql-prompt-length): Update comment.
15381 (sql-mode-menu): Add "Start SQLi session" entry.
15382 Replace Highlighting submenu with Product menu. Fix Send Region entry.
15383 (sql-mode-abbrev-table): Add abbreviations. Support of
15384 SYSTEM-FLAG on define-abbrev. Support was removed with last
15385 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15386 (sql-mode-font-lock-object-name): Add font-lock pattern for object
15387 names.
15388 (sql-mode-ansi-font-lock-keywords): Set as default value.
15389 (sql-mode-oracle-font-lock-keywords): Set as default value.
15390 Support Oracle 9i keywords.
15391 (sql-mode-postgres-font-lock-keywords): Set as default value.
15392 (sql-mode-linter-font-lock-keywords): Set as default value.
15393 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
15394 SQLServer 2000.
15395 (sql-mode-sybase-font-lock-keywords)
15396 (sql-mode-interbase-font-lock-keywords)
15397 (sql-mode-sqlite-font-lock-keywords)
15398 (sql-mode-strong-font-lock-keywords)
15399 (sql-mode-mysql-font-lock-keywords)
15400 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
15401 keywords.
15402 (sql-mode-font-lock-defaults): Update comment.
15403 (sql-product-feature): New function. Returns feature associated
15404 with a product from `sql-product-support' alist.
15405 (sql-product-font-lock): New function. Set font-lock support
15406 based on `sql-product'.
15407 (sql-add-product-keywords): New function. Add font-lock rules to
15408 product-specific keyword variables.
15409 (sql-set-product): New function. Set `sql-product' and apply
15410 appropriate font-lock highlighting.
15411 (sql-highlight-product): New function. Set font-lock support
15412 based on a product. Also set mode name to include product name.
15413 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15414 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15415 Use `sql-set-product'.
15416 (sql-highlight-ms-keywords)
15417 (sql-highlight-sybase-keywords)
15418 (sql-highlight-interbase-keywords)
15419 (sql-highlight-strong-keywords)
15420 (sql-highlight-mysql-keywords)
15421 (sql-highlight-sqlite-keywords)
15422 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
15423 (sql-get-login): Prompt in the same order as the tokens.
15424 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15425 (sql-product-interactive): New function. Common portions of
15426 product-specific interactive mode wrappers.
15427 (sql-interactive-mode): Rewritten to use product features.
15428 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15429 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15430 (sql-db2, sql-linter): Use `sql-product-interactive'.
15431 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15432 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15433 (sql-connect-ingres, sql-connect-postgres)
15434 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15435 New functions. Format command line parameters and invoke comint on
15436 the appropriate interpreter. Code was in the corresponding
15437 `sql-xyz' function before.
15438 (sql-connect-ms): New function. Support -E argument to use
15439 operating system credentials for authentication.
15440
15441 2003-08-18 Kenichi Handa <handa@m17n.org>
15442
15443 * international/mule.el (encode-char): Fix for the ASCII case.
15444
15445 2003-08-15 Kenichi Handa <handa@m17n.org>
15446
15447 * international/fontset.el (setup-default-fontset): Change "*" to
15448 nil in the specifications of font family.
15449
15450 2003-08-18 Kim F. Storm <storm@cua.dk>
15451
15452 * kmacro.el (kmacro-keymap): Group related bindings in
15453 initialization for clarity. Bind C-s to start macro.
15454 Remove C-r binding.
15455 (kmacro-initial-counter-value): New defvar to hold initial counter
15456 value in case we set the value before defining a macro.
15457 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15458 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15459 not defining or executing macro. Doc fix.
15460 (kmacro-add-counter): Clear kmacro-initial-counter-value.
15461 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15462 temporarily view older elements on the macro ring without cycling
15463 the ring.
15464 (kmacro-display): Doc fix.
15465 (kmacro-exec-ring-item): New helper function.
15466 (kmacro-call-ring-2nd): Use it.
15467 (kmacro-call-ring-2nd-repeat): Doc fix.
15468 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15469 (kmacro-end-or-call-macro): Execute last viewed macro (using
15470 kmacro-exec-ring-item) from ring if this follows
15471 kmacro-view-macro. This allows us to find a macro on the ring
15472 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15473 the ring to bring it to the head of the ring.
15474 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15475 Allow binding to reserved keys without specifying C-x C-k prefix.
15476 Ask for confirmation if entered key sequence is already bound to
15477 a non-macro command.
15478 (kmacro-view-macro): Repeating command will show older elements
15479 on the macro ring; C-k will execute the last viewed macro.
15480 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
15481 property from 'ring to 'head.
15482
15483 2003-08-17 Alan Shutko <ats@acm.org>
15484
15485 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15486 keeping December out of the alist.
15487
15488 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
15489
15490 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15491 * calendar/calendar.el (calendar-mode-map): Bind it to key.
15492 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15493 (calendar-flatten): New function.
15494 (calendar-mouse-view-other-diary-entries)
15495 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15496 in the menu title and to show multi-line diary entries correctly
15497 in the menu.
15498
15499 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
15500
15501 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15502 defcustom, because the default was recently changed.
15503
15504 2003-08-16 Richard M. Stallman <rms@gnu.org>
15505
15506 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15507
15508 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15509 New subroutine, broken out of eval-last-sexp-1.
15510 (eval-last-sexp-1): Use eval-last-sexp-print-value.
15511
15512 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15513
15514 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15515
15516 * simple.el (eval-expression): Use eval-last-sexp-print-value.
15517
15518 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
15519
15520 * progmodes/compile.el (compilation-error-regexp-alist):
15521 Add Java ANt error detection as described in document
15522 http://ant.apache.org/faq.html
15523
15524 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
15525
15526 * simple.el (backward-word, forward-to-indentation)
15527 (backward-to-indentation): Argument changed to optional.
15528 (next-line, previous-line): Use `or' instead of `unless'.
15529
15530 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15531
15532 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15533 instead of a constant.
15534
15535 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
15536
15537 * shell.el (shell): With prefix-arg, suggest a new buffer name.
15538
15539 2003-08-12 Andre Spiegel <spiegel@gnu.org>
15540
15541 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15542 (vc-sccs-workfile-version): Search the entire delta table, rather
15543 than just the first entry, because that might be a deleted version.
15544
15545 2003-08-11 Karl Fogel <kfogel@red-bean.com>
15546
15547 * menu-bar.el (menu-bar-options-menu): Supply a body for the
15548 [save-place] binding in the Options menu. Have it require
15549 'saveplace' and then toggle the variable manually, to avoid an an
15550 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
15551 for the bug report.
15552
15553 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
15554
15555 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15556 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15557 (gdb-info-threads-custom): Add help-echo text.
15558 (gdb-display-back): Don't use purecopy.
15559 (gdb-info-breakpoints-custom, gdb-reset)
15560 (gdb-assembler-custom): Use display-images-p to test if breakpoint
15561 icons can be displayed.
15562
15563 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
15564
15565 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15566
15567 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
15568
15569 * bookmark.el (bookmark-completing-read):
15570 Return a string, instead of a list of one string.
15571 Use a popup menu if activated from the mouse.
15572 (bookmark-edit-annotation): Remove unused vars.
15573 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15574 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15575 to bookmark-completing-read.
15576 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15577 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15578 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15579 and erase-buffer.
15580 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15581 (bookmark-menu-jump, bookmark-menu-insert)
15582 (bookmark-popup-menu-and-apply-function)
15583 (bookmark-menu-popup-paned-bookmark-menu): Remove.
15584 (bookmark-menu-build-paned-menu): Remove by folding it into
15585 bookmark-menu-popup-paned-menu.
15586 (menu-bar-bookmark-map): Move the define-key statements here.
15587 Use the "non-menu" commands since they now pop up a menu if needed.
15588 (bookmark-exit-hook-internal): Simplify.
15589
15590 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
15591
15592 * reftex-toc.el (reftex-toc-rename-label): New function.
15593 (reftex-toc-check-docstruct): New function.
15594
15595 * reftex.el (reftex-region-active-p): New function.
15596
15597 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15598 regexp to find the \bibliography macro.
15599
15600 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15601 which does not exist in LaTeX.
15602 (reftex-cite-format-builtin): Added amsrefs support.
15603 (reftex-toc-confirm-promotion): New option
15604
15605 * reftex-toc.el
15606 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15607 (reftex-toc-demote, reftex-toc-promote)
15608 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15609 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15610 (reftex-toc-newhead-from-alist)
15611 (reftex-toc-load-all-files-for-promotion): New functions.
15612 (reftex-toc-help): Added description of new keys.
15613 (reftex-toc-split-windows-fraction): New option.
15614 (reftex-recenter-toc-when-idle): Search *toc* window on all
15615 visible frames.
15616 (reftex-toc): Additional parameter REUSE
15617 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
15618 with REUSE argument.
15619 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15620 the call of `reftex-toc'.
15621 (reftex-make-separate-toc-frame): New function .
15622 (reftex-toc-recenter): When called with triple prefix arg, call
15623 `reftex-make-separate-toc-frame' first.
15624 (reftex-toc-toggle-dedicated-frame): New command.
15625 (reftex-toc-quit): Adapted to delete frame when called in
15626 dedicated frame.
15627
15628 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15629 all enclosing macros.
15630
15631
15632 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15633
15634 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15635 first use.
15636
15637 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15638
15639 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15640
15641 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15642
15643 * calendar/calendar.el (list-diary-entries-hook)
15644 (diary-display-hook, nongregorian-diary-listing-hook)
15645 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15646 Add some customize options for these hooks.
15647 (calendar-abbrev-construct): Don't try to take a substring longer
15648 than the original string.
15649
15650 2003-08-05 Richard M. Stallman <rms@gnu.org>
15651
15652 * emacs-lisp/testcover.el (noreturn): Report error if does return.
15653 (testcover-reinstrument-clauses): Doc fix.
15654
15655 * emacs-lisp/warnings.el: Doc fixes, args renamed.
15656 (warning-type-format): Rename from warning-group-format.
15657
15658 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15659 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15660 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15661 to prevent warnings about defvar for an obsolete variable.
15662
15663 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15664 warning-group-format renamed to warning-type-format.
15665
15666 * subr.el (read-passwd): Use clear-string instead of fillarray.
15667
15668 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15669 Use vconcat instead of concat.
15670 (edmacro-sanitize-for-string): New function.
15671
15672 2003-08-05 Dave Love <fx@gnu.org>
15673
15674 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15675 line-number-display-limit-width.
15676
15677 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15678
15679 2003-08-05 Kenichi Handa <handa@m17n.org>
15680
15681 * international/code-pages.el: Don't require mule-diag.
15682
15683 * international/mule-diag.el (non-iso-charset-alist):
15684 Add autoload cookie.
15685
15686 * language/devan-util.el (dev-glyph-order): Add an entry for the
15687 glyph code #xC4.
15688
15689 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15690
15691 * calendar/calendar.el (diary-file, diary-file-name-prefix)
15692 (european-calendar-style, diary-date-forms)
15693 (calendar-day-name-array, calendar-month-name-array): Doc change.
15694 (generate-calendar-month): Adapt for new behaviour of
15695 `calendar-day-name' function.
15696 (calendar-abbrev-length, calendar-day-abbrev-array)
15697 (calendar-month-abbrev-array): New variables.
15698 (calendar-abbrev-construct): New function.
15699 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15700 rather than fixing abbrevs at some width. Calling syntax change.
15701 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
15702 (calendar-date-string): Adapt for new behaviours of
15703 `calendar-day-name' and `calendar-month-name' functions.
15704
15705 * calendar/diary-lib.el (list-diary-entries): Adapt for new
15706 behaviour of `calendar-day-name' and `calendar-month-name' functions.
15707 (diary-name-pattern): Use abbrev arrays, rather than fixing
15708 abbrevs at three chars. Calling syntax change.
15709 (mark-diary-entries): Adapt for new behaviours of
15710 `diary-name-pattern' and `calendar-make-alist' functions.
15711 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15712 `diary-name-pattern' function.
15713 (font-lock-diary-date-forms): Use abbrev arrays, rather than
15714 fixing abbrevs at three chars. Calling syntax change.
15715 (cal-hebrew, cal-islam): Require when compiling.
15716 (diary-font-lock-keywords): Adapt for new behaviour of
15717 `font-lock-diary-date-forms' function.
15718
15719 * calendar/cal-hebrew.el: Reposition some code so defined before used.
15720 (calendar-hebrew-month-name-array-common-year)
15721 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15722 (list-hebrew-diary-entries): Adapt for new behaviours of
15723 `calendar-day-name' and `add-to-diary-list' functions.
15724 (mark-hebrew-diary-entries): Adapt for new behaviours of
15725 `diary-name-pattern' and `calendar-make-alist' functions.
15726
15727 * calendar/cal-islam.el (calendar-islamic-month-name-array):
15728 Add doc string.
15729 (list-islamic-diary-entries): Adapt for new behaviours of
15730 `calendar-day-name' and `add-to-diary-list' functions.
15731 (mark-islamic-diary-entries): Adapt for new behaviours of
15732 `diary-name-pattern' and `calendar-make-alist' functions.
15733
15734 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15735 `calendar-month-name' function.
15736
15737 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15738
15739 * calendar/solar.el (solar-seasons-data): Move definition before use.
15740
15741 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15742 (cal-tex-LaTeX-hourbox): Move definition before use.
15743
15744 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15745 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15746 lunar.el, solar.el
15747 (displayed-month, displayed-year): Define for compiler.
15748
15749 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15750
15751 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15752 MODE. Renamed from c-init-c-language-vars'.
15753 (c-initialize-cc-mode): Change accordingly.
15754 (c-common-init): Ditto.
15755 (c-mode): Ditto.
15756 (c++-mode): Use `c-init-language-vars-for'.
15757 (objc-mode): Ditto.
15758 (java-mode): Ditto.
15759 (idl-mode): Ditto.
15760 (pike-mode): Ditto.
15761 (awk-mode): Ditto.
15762
15763 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15764
15765 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15766 or not the point moved.
15767
15768 (c-search-decl-header-end): Don't trip up on operator identifiers
15769 in C++ and operators like == in all languages.
15770
15771 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15772 Detect leading labels correctly.
15773
15774 2003-08-02 Andreas Schwab <schwab@suse.de>
15775
15776 * textmodes/ispell.el: Don't redo key bindings on loading, put
15777 them only in loaddefs.el.
15778 * bookmark.el: Likewise.
15779 * dabbrev.el: Likewise.
15780 * emerge.el: Likewise.
15781
15782 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15783 has more than one member.
15784
15785 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15786
15787 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15788
15789 * lpr.el (printify-region): It was ending conversion before the
15790 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
15791
15792 2003-07-31 John Paul Wallington <jpw@gnu.org>
15793
15794 * net/browse-url.el (browse-url-epiphany): Doc fix.
15795
15796 2003-07-30 Kenichi Handa <handa@m17n.org>
15797
15798 * international/fontset.el (setup-default-fontset):
15799 Change registry names of Akurti fonts.
15800
15801 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15802
15803 * comint.el (comint-read-noecho): Use `clear-string' instead of
15804 `fillarray'.
15805
15806 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
15807
15808 * outline.el (outline-mode-hook): Add defvar.
15809
15810 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
15811
15812 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15813 Restore assembler in source window if that is what has been selected.
15814 (menu): Add gdb-restore-windows to menu. Make gdba
15815 specific menus only visible from gdba.
15816
15817 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
15818
15819 * progmodes/compile.el (compilation-environment): New user variable.
15820 (compile-internal): Respect it.
15821
15822 2003-07-23 Masatake YAMATO <jet@gyve.org>
15823
15824 * progmodes/gud.el (gdb-script-font-lock-keywords):
15825 Put `font-lock-function-name-face' on a symbol which includes
15826 `-' like `hook-run'. Put font-lock-variable-name-face
15827 on a symbol starting with $.
15828
15829 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
15830
15831 * files.el (set-visited-file-name): Use truename for buffer-file-name.
15832
15833 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15834
15835 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15836
15837 2003-07-26 Andre Spiegel <spiegel@gnu.org>
15838
15839 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15840 Use with-no-warnings.
15841 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15842 rather than to find-file-not-found-hook, which doesn't exist.
15843
15844 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15845
15846 * international/quail.el (quail-translate-key): Fix previous change.
15847
15848 2003-07-25 John Paul Wallington <jpw@gnu.org>
15849
15850 * server.el (server-start): Check `server-process' is non-nil
15851 before killing it to avoid killing current buffer's process.
15852
15853 * simple.el (choose-completion-string): Use `minibufferp';
15854 test `completion-reference-buffer' if `buffer' arg is nil.
15855 (push-mark): Use `when' and `unless'.
15856 (pop-mark): Use `when'.
15857
15858 * mouse-sel.el (mouse-sel-get-selection-function):
15859 Check `x-last-selected-text-primary'. Don't barf if it or
15860 `x-last-selected-text' aren't bound.
15861
15862 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15863
15864 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15865
15866 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
15867
15868 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15869
15870 2003-07-23 John Paul Wallington <jpw@gnu.org>
15871
15872 * tooltip.el (defface tooltip): Inherit from variable-pitch.
15873
15874 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15875
15876 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15877 string. Defvar the derived hook.
15878
15879 * macros.el (insert-kbd-macro): Escape double quote character.
15880 From Thomas W Murphy <twm@andrew.cmu.edu>.
15881
15882 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15883
15884 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15885 to match the specific mark rather than reusing comment-start-skip.
15886
15887 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
15888
15889 * progmodes/hideshow.el (hs-special-modes-alist):
15890 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
15891
15892 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
15893
15894 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15895 value using ?\s.
15896
15897 2003-07-21 John Paul Wallington <jpw@gnu.org>
15898
15899 * subr.el (with-selected-window): Add closing paren.
15900
15901 2003-07-21 Richard M. Stallman <rms@gnu.org>
15902
15903 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15904 (lisp-mode): Likewise.
15905
15906 * subr.el (with-selected-window): Copy code form save-selected-window
15907 so as to call select-window with norecord arg.
15908 (dynamic-completion-table): Doc fix.
15909 (lazy-completion-table): Doc fix.
15910
15911 * international/mule-cmds.el (set-locale-environment):
15912 langinfo renamed to locale-info.
15913
15914 * international/mule.el (auto-coding-functions): Doc fix.
15915
15916 2003-07-21 Kenichi Handa <handa@m17n.org>
15917
15918 * international/quail.el (quail-translate-key):
15919 Update quail-current-str correctly.
15920
15921 2003-07-21 Andreas Schwab <schwab@suse.de>
15922
15923 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15924 ?, to "_".
15925
15926 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
15927 Version 2.0.36 of Tramp released.
15928
15929 * net/tramp.el (tramp-default-password-end-of-line): Rename from
15930 tramp-password-end-of-line.
15931 (tramp-password-end-of-line): New method parameter.
15932 (tramp-get-password-end-of-line): Function to access method
15933 parameter `tramp-password-end-of-line', or variable
15934 `tramp-default-password-end-of-line' (default value).
15935 (tramp-methods): Add entries for new parameter
15936 tramp-password-end-of-line.
15937 (tramp-enter-password): Use new function
15938 `tramp-get-password-end-of-line'.
15939 (tramp-handle-insert-file-contents): Do not
15940 unconditionally inhibit the file operation file-local-copy, only
15941 do that when the inhibit-file-name-operation is currently
15942 insert-file-contents. This fixes finding remote CVS-controlled
15943 files. (It would barf on inserting the CVS/Entries file
15944 literally, because the file-local-copy handler wasn't called.)
15945 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15946 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15947 (tramp-initial-commands): New variable.
15948 (tramp-process-initial-commands): New function, using the variable.
15949 (tramp-open-connection-setup-interactive-shell): Call the new function.
15950 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15951 method into the buffer name, never use nil. Reported by Hanak
15952 David <dhanak@inf.bme.hu>.
15953 (tramp-open-connection-setup-interactive-shell): Erase buffer
15954 before sending "stty -onlcr".
15955
15956 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15957
15958 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
15959
15960 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15961
15962 2003-07-19 John Paul Wallington <jpw@gnu.org>
15963
15964 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15965 (artist-draw-rect, artist-draw-square): Doc fixes.
15966
15967 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15968
15969 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15970
15971 2003-07-19 Kenichi Handa <handa@m17n.org>
15972
15973 * international/kkc.el (kkc-show-conversion-list-update):
15974 Highlight the correct candidate in the message.
15975
15976 2003-07-18 John Paul Wallington <jpw@gnu.org>
15977
15978 * simple.el (current-word): Don't include punctuation char when
15979 `really-word' arg is non-nil.
15980
15981 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
15982
15983 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15984 moved to the directory obsolete.
15985
15986 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
15987
15988 * info.el (Info-menu-entry-name-re): Allow newlines in
15989 menu entry names.
15990
15991 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15992 syntax-ppss-after-change-function.
15993 (syntax-ppss-after-change-function): New alias. Update uses.
15994 (syntax-ppss): Catch the case where the buffer is narrowed.
15995
15996 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15997
15998 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15999 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
16000
16001 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
16002
16003 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
16004 since it might be modified.
16005
16006 * progmodes/cc-langs.el (c++-make-template-syntax-table)
16007 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
16008 names to these language constants.
16009
16010 2003-07-15 Kim F. Storm <storm@cua.dk>
16011
16012 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
16013 All uses changed.
16014
16015 2003-07-14 Mark A. Hershberger <mah@everybody.org>
16016
16017 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
16018 Namespace support.
16019
16020 2003-07-13 Juanma Barranquero <lektu@terra.es>
16021
16022 * frame.el (modify-all-frames-parameters): Reinstall (copyright
16023 papers received).
16024
16025 2003-07-13 Karl Eichwalder <ke@suse.de>
16026
16027 * textmodes/po.el (po-find-charset): White space at the start of the
16028 Content-Type field body is non-mandatory.
16029
16030 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16031
16032 * textmodes/texinfo.el (texinfo-section-list):
16033 Append appendixsection; a synonym for appendixsec.
16034
16035 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
16036
16037 * man.el (Man-translate-cleanup): New.
16038 (Man-translate-references): Call `Man-translate-cleanup' to clean
16039 leading, trailing and middle spaces.
16040
16041 2003-07-13 Lars Hansen <larsh@math.ku.dk>
16042
16043 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
16044 Handle `dired-directory' being a list.
16045
16046 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
16047
16048 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
16049 it doesn't exist.
16050
16051 2003-07-12 Richard M. Stallman <rms@gnu.org>
16052
16053 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
16054
16055 * progmodes/cc-defs.el (c-make-keywords-re):
16056 Don't use delete-duplicates.
16057 (c-lang-const): Don't use mapcan.
16058
16059 * apropos.el (apropos-show-scores): Make it customizable.
16060 Document new meaning.
16061 (apropos): Compute scores from symbols.
16062 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
16063
16064 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16065
16066 * ps-bdf.el: Fix copyright line.
16067 (bdf-directory-list): Fix initialization code.
16068
16069 2003-07-11 John Paul Wallington <jpw@gnu.org>
16070
16071 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
16072 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
16073 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
16074
16075 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
16076
16077 * emacs-lisp/ring.el (ring-elements): Doc fix.
16078
16079 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
16080
16081 * calendar/timeclock.el (timeclock-relative)
16082 (timeclock-ask-before-exiting, timeclock-use-display-time):
16083 Doc changes.
16084 (timeclock-modeline-display): Give a message if
16085 `timeclock-use-display-time' is non-nil but `display-time-mode'
16086 is not active.
16087
16088 2003-07-11 Kenichi Handa <handa@m17n.org>
16089
16090 * international/mule-cmds.el (set-language-environment):
16091 Set current-language-environment to the correct string.
16092
16093 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16094
16095 * ps-print.el: Print line number correctly in a region. Reported by
16096 Tim Allen <timallen@ls83.fsnet.co.uk>.
16097 (ps-print-version): New version number (6.6.2).
16098 (ps-printing-region): Code fix.
16099
16100 2003-07-10 John Paul Wallington <jpw@gnu.org>
16101
16102 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
16103 this function can be called from `add-completions-from-tags-table'.
16104
16105 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
16106
16107 * calendar/timeclock.el (timeclock-use-display-time)
16108 (timeclock-day-over-hook, timeclock-workday-remaining)
16109 (timeclock-status-string, timeclock-when-to-leave)
16110 (timeclock-when-to-leave-string, timeclock-log-data)
16111 (timeclock-find-discrep, timeclock-day-base)
16112 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
16113 (timeclock-modeline-display): Set the variable
16114 `timeclock-modeline-display'.
16115 (timeclock-update-modeline): Doc fix. Respect value of
16116 `timeclock-relative'.
16117
16118 2003-07-09 Richard M. Stallman <rms@gnu.org>
16119
16120 * textmodes/reftex-parse.el (reftex-all-document-files):
16121 Add autoload cookie.
16122
16123 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
16124 (reftex-scanning-info-available-p): Add autoload cookie.
16125
16126 * international/mule-cmds.el
16127 (set-display-table-and-terminal-coding-system): Delete duplicate
16128 aset on standard-display-table.
16129
16130 * view.el (view-file): If existing buffer's major mode is special,
16131 don't go into view mode.
16132
16133 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
16134
16135 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16136
16137 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
16138 buffer changes; there's third party code that calls this function
16139 directly.
16140
16141 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16142
16143 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16144 (autodoc-font-lock-keywords): Don't byte compile on font lock
16145 initialization when running from byte compiled files.
16146
16147 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16148
16149 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16150 statement ends with auto-increment "++".
16151
16152 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16153
16154 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16155 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16156 these are changed, so declare them as variables and not constants.
16157
16158 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
16159
16160 * subr.el (dolist, dotimes): Doc fix.
16161
16162 2003-07-08 Kim F. Storm <storm@cua.dk>
16163
16164 * international/mule-cmds.el
16165 (set-display-table-and-terminal-coding-system): Don't break
16166 bootstrap if standard-display-table isn't setup yet.
16167
16168 2003-07-07 Richard M. Stallman <rms@gnu.org>
16169
16170 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16171 Give it a doc string, and autoload it.
16172
16173 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16174 Use with-no-warnings.
16175
16176 * info.el (Info-search): If find invisible text, search again.
16177
16178 * isearch.el (search-whitespace-regexp): Add a shy group around it.
16179
16180 * man.el (Man-name-regexp): Match + as part of name.
16181
16182 * simple.el (visible-mode): Rename from vis-mode.
16183 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16184
16185 * simple.el (current-word): New arg REALLY-WORD specifies
16186 don't include punctuation chars.
16187
16188 * emacs-lisp/debug.el (debug, debugger-env-macro):
16189 Use with-no-warnings while accessing and binding unread-command-char.
16190
16191 * international/mule-cmds.el
16192 (set-display-table-and-terminal-coding-system): Use explicit loop
16193 instead of calling standard-display-default.
16194
16195 * net/ange-ftp.el (ange-ftp-file-symlink-p):
16196 Use condition-case to catch error in ange-ftp-get-files.
16197
16198 * net/browse-url.el (browse-url-browser-function):
16199 Add alternative for Epiphany.
16200 (browse-url-epiphany-program, browse-url-epiphany-arguments)
16201 (browse-url-epiphany-startup-arguments)
16202 (browse-url-epiphany-new-window-is-tab): New variables.
16203 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16204
16205 * progmodes/compile.el (compile-auto-highlight): Default now t.
16206 (compile): Doc fix.
16207 (compilation-next-error): Fix previous change.
16208
16209 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16210
16211 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16212
16213 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
16214
16215 * gdb-ui.el (gdb-source-info): Display current frame when
16216 attaching to an existing process.
16217 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16218 while laying out windows when attaching to an existing process.
16219
16220 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
16221
16222 * info.el (Info-menu): Use Info-menu-entry-name-re.
16223
16224 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16225
16226 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16227 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16228
16229 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16230 to match the same text.
16231
16232 2003-07-06 John Paul Wallington <jpw@gnu.org>
16233
16234 * vc.el (vc-annotate-offset): Move defvar up.
16235
16236 2003-07-06 Kim F. Storm <storm@cua.dk>
16237
16238 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16239 This should fix the infinite loop when extracting menu names.
16240
16241 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
16242
16243 * files.el (auto-mode-alist, interpreter-mode-alist):
16244 Remove entries to CC Mode modes to avoid duplicates; they are now added
16245 with autoload directives in cc-mode.el.
16246
16247 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
16248
16249 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16250 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16251 these are changed, so declare them as variables and not constants.
16252
16253 * progmodes/cc-mode.el: Fix some autoload problems: Try to
16254 ensure that the entry for ".c" extension comes before the one for
16255 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16256 Fix incorrect entries that were added to `interpreter-mode-alist'.
16257 Move the autoload directives for AWK to the top level since they
16258 aren't recognized anywhere else. Do not use the new AWK mode doc
16259 in the autoload form for the old AWK mode.
16260
16261 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16262
16263 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16264 (bibtex-sort-ignore-string-entries): Default value t.
16265 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16266 erroneously in previous version.
16267 (bibtex-string-files): Docstring reflects new parsing scheme.
16268 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16269 docstring, add # as one of the chars to crush
16270 (bibtex-autokey-prefix-string, bibtex-autokey-names)
16271 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16272 (bibtex-autokey-name-change-strings)
16273 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16274 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16275 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16276 (bibtex-autokey-title-terminators)
16277 (bibtex-autokey-titlewords-stretch)
16278 (bibtex-autokey-titleword-ignore)
16279 (bibtex-autokey-titleword-case-convert)
16280 (bibtex-autokey-titleword-abbrevs)
16281 (bibtex-autokey-titleword-abbrevs)
16282 (bibtex-autokey-titleword-change-strings)
16283 (bibtex-autokey-titleword-length)
16284 (bibtex-autokey-titleword-separator)
16285 (bibtex-autokey-name-year-separator)
16286 (bibtex-autokey-year-title-separator)
16287 (bibtex-autokey-before-presentation-function)
16288 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16289 Fix docstring.
16290 (bibtex-strings, bibtex-reference-keys):
16291 Use lazy-completion-table and make-variable-buffer-local.
16292 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16293 (bibtex-braced-string-syntax-table)
16294 (bibtex-quoted-string-syntax-table): New variables.
16295 (bibtex-parse-nested-braces): Remove.
16296 (bibtex-parse-field-string): Use syntax table and forward-sexp.
16297 (bibtex-parse-association): Simplify.
16298 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16299 (bibtex-parse-field-text): Simplify.
16300 (bibtex-search-forward-field, bibtex-search-backward-field):
16301 argument BOUND can take value t.
16302 (bibtex-start-of-field, bibtex-start-of-name-in-field)
16303 (bibtex-end-of-name-in-field, bibtex-end-of-field)
16304 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16305 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16306 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16307 (bibtex-skip-to-valid-entry): Return buffer position of beginning
16308 and ending of entry. Update for changes of bibtex-search-entry.
16309 Simplify.
16310 (bibtex-map-entries): FUN is called with three arguments.
16311 (bibtex-search-entry): Return a cons pair with buffer positions of
16312 beginning and end of entry.
16313 (bibtex-enclosing-field): Simplify.
16314 (bibtex-format-entry): Use booktitle to set a missing title.
16315 (bibtex-autokey-get-names): Fiddle with regexps.
16316 (bibtex-generate-autokey): Use identity.
16317 (bibtex-parse-keys): Use simplified parsing algorithm if
16318 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
16319 arguments. Return alist of keys.
16320 (bibtex-parse-strings): Simplify. Return alist of strings.
16321 (bibtex-complete-string-cleanup): Fix docstring.
16322 (bibtex-read-key): New function.
16323 (bibtex-mode): Fix docstring. Do not parse for keys and
16324 strings when the mode is entered. Set fill-paragraph-function to
16325 bibtex-fill-field. Setup font-lock-mark-block-function the way
16326 font-lock intended.
16327 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
16328 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16329 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16330 (bibtex-Preamble): Avoid hard coded constants.
16331 (bibtex-make-field): Fix docstring. Simplify.
16332 (bibtex-beginning-of-entry): Always return new position of point.
16333 (bibtex-end-of-entry): Rearrange cond clauses.
16334 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16335 Update for changes of bibtex-map-entries.
16336 (bibtex-ispell-abstract): Do not move point.
16337 (bibtex-entry-index): Use downcase. Simplify.
16338 (bibtex-lessp): Handle catch-all.
16339 (bibtex-find-crossref): Turn into a command.
16340 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
16341 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
16342 preamble entries.
16343 (bibtex-fill-field-bounds): New function.
16344 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
16345 (bibtex-fill-entry): Use bibtex-fill-field-bounds
16346 (bibtex-String): Use bibtex-strings. Always obey
16347 bibtex-sort-ignore-string-entries.
16348
16349 2003-07-05 John Paul Wallington <jpw@gnu.org>
16350
16351 * cus-theme.el (customize-create-theme):
16352 Call `customize-create-theme' in Reset widget's notify function.
16353
16354 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16355 (ibuffer-mark-interactive): Use `or' instead of `unless'.
16356 (define-ibuffer-column name): Add summarizer.
16357 (define-ibuffer-column size): Likewise.
16358 (define-ibuffer-column filename): Likewise.
16359 (define-ibuffer-column process): Likewise. Change BODY's output too.
16360 (define-ibuffer-column filename-and-process): Likewise, likewise.
16361 (ibuffer): Remove local vars `already-in' and `need-update'.
16362
16363 * ibuf-ext.el: Don't require `derived' at compile-time.
16364
16365 2003-07-05 Kim F. Storm <storm@cua.dk>
16366
16367 * info.el: Disable paragraph refilling.
16368 (Info-refill-paragraphs): New defcustom.
16369 (Info-fontify-node): Use it.
16370
16371 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
16372
16373 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16374 thingies from constructors created by defstruct.
16375
16376 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16377 the default value of the variable.
16378 (byte-code-meter): Move declaration to top level.
16379
16380 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16381
16382 * info.el (Info-following-node-name-re): New fun.
16383 (Info-following-node-name): Remove.
16384 (Info-insert-dir): Use the new fun.
16385 (Info-extract-pointer): Don't save restriction; use new fun.
16386 (Info-menu-entry-name-re): New const.
16387 (Info-menu-entry-name-re): Use it along with new fun.
16388 (Info-node-spec-re): Use new fun.
16389 (Info-complete-menu-item, Info-fontify-node): Use new const.
16390 (Info-goto-node, Info-follow-reference, Info-menu-update):
16391 Use match-string.
16392 (Info-follow-reference): Use assoc-string.
16393 Use a list of strings for the completion table.
16394 (Info-fontify-node): Use match-string, line-end-position.
16395 Limit the search for `node:' to the first line.
16396
16397 * newcomment.el (uncomment-region): Remove padding coming from
16398 comment-start rather than just from comment-padding.
16399
16400 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16401 (vc-cvs-stay-local-p): Use vc-stay-local-p.
16402 (vc-cvs-rename-file): Remove (use the default).
16403 (vc-cvs-register): Register parent dir if needed.
16404 (vc-cvs-could-register): Return non-nil if parent can be registered.
16405 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16406 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16407
16408 * vc-svn.el (vc-svn-use-edit): Make it into a const.
16409 (vc-svn-update): Fix the arguments to `svn'.
16410 (vc-svn-diff-tree): Just use `vc-svn-diff'.
16411 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16412 Simple implementations, assuming `name' is a URL.
16413
16414 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16415 set of chars allowed unquoted in a case pattern.
16416
16417 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16418
16419 * font-lock.el (font-lock-extra-types-widget)
16420 (c-font-lock-extra-types, c++-font-lock-extra-types)
16421 (objc-font-lock-extra-types, java-font-lock-extra-types)
16422 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16423 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16424 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16425 (font-lock-match-c++-structor-declaration)
16426 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16427 (c++-font-lock-keywords-3, c++-font-lock-keywords)
16428 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16429 (objc-font-lock-keywords-3, objc-font-lock-keywords)
16430 (java-font-lock-keywords-1, java-font-lock-keywords-2)
16431 (java-font-lock-keywords-3, java-font-lock-keywords)
16432 (java-font-lock-syntactic-face-function): Remove obsolete code
16433 and constants. It's all in cc-fonts.el now.
16434
16435 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
16436
16437 * mail/sendmail.el (mail-specify-envelope-from)
16438 (mail-envelope-from): Doc fix.
16439
16440 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
16441
16442 * generic-x.el: Do away with the dependency on `c-emacs-features'
16443 when populating `rul-generic-mode-syntax-table'; we already know
16444 this isn't XEmacs.
16445
16446 See ChangeLog.10 for earlier changes.
16447
16448 ;; Local Variables:
16449 ;; coding: iso-2022-7bit
16450 ;; End:
16451
16452 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
16453 Copying and distribution of this file, with or without modification,
16454 are permitted provided the copyright notice and this notice are preserved.
16455
16456 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1