Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-23
[bpt/emacs.git] / lisp / ChangeLog
1 2005-03-08 Juri Linkov <juri@jurta.org>
2
3 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
4 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5 (html-radio-buttons): Add a space before the trailing `/>' where
6 sgml-xml-mode is non-nil.
7 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
8 the subsequent tag of the empty XML tag.
9 (html-href-anchor): Don't set initial input to "http:".
10 (html-image): Ask for the image URL and set point inside alt="".
11 (html-name-anchor): Duplicate the name in the `id' attribute when
12 sgml-xml-mode is non-nil.
13 (html-paragraph): Remove \n before <p>.
14 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
15 instead of `checked' when sgml-xml-mode is non-nil.
16
17 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
18 Remove 1 space before #RRGGBB to not truncate it on terminal
19 windows w/o fringes. Remove 1 space between bg and fg examples
20 to get more space.
21 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
22 avoid byte-compile warnings.
23
24 * image-file.el (image-file-handler): Put `safe-magic' property to
25 `image-file-handler'.
26
27 * info.el (Info-isearch-search): Emulate word search in
28 isearching through multiple Info nodes with Info-search.
29 (Info-isearch-wrap): Allow isearch-word.
30
31 2005-03-08 Lute Kamstra <lute@gnu.org>
32
33 * emacs-lisp/debug.el (debugger-step-through): Make sure that
34 stepping into the debugger's code is not possible.
35 (debugger-jumping-flag): Docstring update.
36
37 2005-03-08 Jay Belanger <belanger@truman.edu>
38
39 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
40 embedded mode begins.
41 (calc-embedded-language-alist): New variable.
42 (calc-embedded-find-modes): Use calc-embedded-language-alist to
43 set default language mode.
44
45 2005-03-08 Kenichi Handa <handa@m17n.org>
46
47 * international/ccl.el (define-ccl-program): Fix docstring about
48 extra 256 bytes assured for the output buffer.
49
50 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
51 Fix BUFFER_MAGNIFICATION to 2.
52 (ccl-encode-mule-utf-16be-with-signature): Likewise.
53
54 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
55
56 * align.el (align-rules-list): Added an alignment rule for CSS
57 declarations (applies to css-mode and html-mode buffers).
58
59 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
62
63 2005-03-07 Kim F. Storm <storm@cua.dk>
64
65 * simple.el (move-beginning-of-line): New command.
66
67 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
68
69 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
70
71 * emulation/cua-base.el: Put CUA move property on move-end-of-line
72 and move-beginning-of-line.
73
74 * apropos.el (apropos-print): Omit command from M-x ... RET.
75
76 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
77
78 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
79 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
80
81 2005-03-06 Richard M. Stallman <rms@gnu.org>
82
83 * bindings.el (esc-map): Bind M-g to goto-line.
84
85 * facemenu.el (global-map): Bind M-o, not M-g.
86
87 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
88
89 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
90 "Open Directory" as for "Open File".
91
92 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
93
94 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
95 (push-mark-command): Run activate-mark-hook.
96
97 2005-03-06 Richard M. Stallman <rms@gnu.org>
98
99 * help-mode.el (help-mode-finish): Don't alter the element
100 in view-return-to-alist if there already is one.
101
102 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
103 make sure the current buffer is the expected one.
104
105 * novice.el (disabled-command-function): Output in *Disabled Command*.
106 Explicitly ignore non-keyboard events, and explicitly handle C-g.
107
108 * textmodes/flyspell.el (flyspell-large-region):
109 Pass args differently for aspell.
110
111 * files.el (mode-require-final-newline): Doc fix.
112
113 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
114
115 * progmodes/which-func.el (which-function):
116 Specify NOERROR when calling imenu--make-index-alist.
117
118 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
119
120 * simple.el (normal-erase-is-backspace): Define default value.
121
122 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
123 (custom-reevaluate-setting): Simple function to handle
124 variables that are defined before their default value can really
125 be computed.
126
127 * startup.el (command-line): Use it for temporary-file-directory,
128 small-emporary-file-directory, auto-save-file-name-transforms,
129 blink-cursor-mode, and normal-erase-is-backspace.
130
131 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
132 progress, even with buggy anchored keywords.
133
134 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
135
136 * simple.el (goto-line): Remove unbalanced final parenthesis.
137
138 2005-03-05 Richard M. Stallman <rms@gnu.org>
139
140 * simple.el (goto-line): Use a number at point as the default.
141 With C-u as arg, switch buffers.
142
143 2005-03-05 Juri Linkov <juri@jurta.org>
144
145 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
146 with `no-blinking-cursor'.
147
148 * startup.el (no-blinking-cursor): New defvar.
149 (command-line): Add `--no-blinking-cursor' to longopts.
150 Set `no-blinking-cursor' to t for command line arguments
151 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
152 with `no-blinking-cursor' in the condition for calling
153 `blink-cursor-mode'.
154
155 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
156
157 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
158 (menu-bar-options-save): Add blink-cursor-mode.
159 (menu-bar-options-menu): Add blink-cursor-mode.
160
161 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
162
163 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
164 (icalendar-export-file, icalendar-export-region)
165 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
166 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
167
168 2005-03-04 Lute Kamstra <lute@gnu.org>
169
170 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
171 (debug-function-list): Ditto.
172
173 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
174
175 * textmodes/texinfmt.el (texinfo-append-refill):
176 Redefine the types of line to which @refill
177 is not appended by replacing a search for `@refill\\|@bye' with
178 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
179 itemize@refill' bug and the unfilled long lines bug.
180 (texinfmt-version): Update number and date.
181
182 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
183
184 * international/code-pages.el (windows-1250, windows-125[2-8])
185 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
186
187 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
188
189 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
190 bound yet.
191
192 2005-03-02 Romain Francoise <romain@orebokech.com>
193
194 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
195 buffer after removing limits.
196 (ibuffer-pop-filter): Ditto.
197 Update copyright.
198
199 2005-03-02 Miles Bader <miles@gnu.org>
200
201 * button.el (make-text-button): If the user doesn't specify a
202 type, use the default. Rewrite to use `add-text-properties' and
203 plist functions.
204
205 2005-03-01 Lute Kamstra <lute@gnu.org>
206
207 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
208 (debugger-jumping-flag): New var.
209 (debug-entry-code): Use it.
210 (debugger-jump): Use debugger-jumping-flag and add
211 debugger-reenable to post-command-hook.
212 (debugger-reenable): Use debugger-jumping-flag and remove itself
213 from post-command-hook.
214 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
215 debugger-reenable.
216
217 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
218
219 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
220 inclusion of "itemize\\|", which may be unnecessary, is certainly
221 inelegant, and stops refilling in itemize lists when formatting
222 Japanese Texinfo files to Info.
223 Update copyright to 2005.
224
225 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
226
227 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
228 of an error if GDB can't find the source file.
229
230 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
231
232 * calendar/calendar.el (redraw-calendar): Work from any buffer,
233 not just the calendar.
234
235 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
236 first.
237 (diary-redraw-calendar): New function.
238 (make-diary-entry): Add diary-redraw-calendar to local
239 write-contents-functions. Turn off selective display before
240 inserting in diary.
241
242 2005-03-01 Kim F. Storm <storm@cua.dk>
243
244 * emacs-lisp/copyright.el (copyright-fix-years): New command.
245
246 2005-03-01 Lute Kamstra <lute@gnu.org>
247
248 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
249 that debug-entry-code can be safely removed from a function while
250 this code is being evaluated. Revert the 2005-02-27 change as the
251 new implementation no longer requires it. Make sure that a
252 function body containing just a string is not mistaken for a
253 docstring.
254 (debug): Skip one more frame in case of debug on entry.
255 (debugger-setup-buffer): Delete one more frame line in case of
256 debug on entry.
257 (debugger-frame-number): Update to use the new text introduced by
258 the 1999-11-03 change. Skip one more frame in case of debug on entry.
259
260 2005-02-28 Kim F. Storm <storm@cua.dk>
261
262 * double.el (double-translate-key): Call force-window-update after
263 read-event to avoid crash in redisplay.
264
265 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
266
267 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
268 (debug): Use it. Move the inhibit-trace earlier.
269 (debug-entry-code): New const.
270 (debug-on-entry-1): Use it.
271
272 2005-02-28 Chong Yidong" <cyd@stupidchicken.com> (tiny change)
273
274 * international/utf-16.el (ccl-encode-mule-utf-16le):
275 Fix BUFFER_MAGNIFICATION to 2.
276 (ccl-encode-mule-utf-16be): Likewise.
277
278 2005-02-28 Kenichi Handa <handa@m17n.org>
279
280 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
281 Fix BUFFER_MAGNIFICATION to 4.
282 (ccl-encode-mule-utf-16be-with-signature): Likewise.
283
284 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
285
286 * speedbar.el (speedbar-update-flag): Doc fix.
287 (speedbar-show-info-under-mouse): Give set-mouse-position the right
288 argument.
289
290 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
291
292 * reveal.el (reveal-post-command): Don't try to reveal overlays which
293 have a non-nil `invisible' property but are actually visible.
294
295 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
296 for perldoc sections.
297 (perl-outline-regexp, perl-outline-level): New var and function.
298 (perl-mode): Use them.
299
300 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
301
302 * calendar/diary-lib.el (diary-remind): Discard any mark portion
303 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
304
305 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
306
307 * cus-edit.el: Comment change.
308 (custom-buffer-create-internal): Slightly reword text at top of
309 Custom buffers. Mention there that saving an option edits the
310 init file. Add link to Emacs manual node on `custom-file'.
311 (custom-magic-alist): Rewrite individual State messages to use
312 capitalized keywords. Doc fix.
313
314 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
315
316 * calendar/calendar.el (calendar-buffer): Move above
317 calendar-week-start-day.
318 (calendar-week-start-day): Doc fix. Add :set function.
319 (calendar-minimum-window-height): New variable.
320 (generate-calendar-window): Only resize window if selected-window
321 is displaying the calendar buffer. Use new variable
322 calendar-minimum-window-height.
323 (generate-calendar): Reword error message.
324 (calendar-mode-map): Bind DEL to scroll-other-window-down.
325
326 2005-02-27 Andreas Schwab <schwab@suse.de>
327
328 * vc.el (vc-do-command): Don't run command asynchronously when
329 operating in a remote directory.
330
331 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
332 change from sync with Tramp 2.0.47.
333
334 2005-02-27 Richard M. Stallman <rms@gnu.org>
335
336 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
337
338 * textmodes/flyspell.el (flyspell-mode-on):
339 Call ispell-change-dictionary only if necessary.
340
341 * emacs-lisp/re-builder.el (regexp-builder): New function.
342
343 * register.el (describe-register-1): Explicitly handle
344 yank-excluded-properties = t.
345
346 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
347 (custom-magic-alist): Change the status descriptions again.
348 (face widget-type): Total rewrite based on `restricted-sexp'
349 to eliminate the confusing double hiding levels.
350
351 * emacs-lisp/debug.el (debug-on-entry-1):
352 If function body is empty, add nil as body form.
353
354 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
355
356 * emacs-lisp/trace.el (inhibit-trace): New var.
357 (trace-make-advice): Use it.
358
359 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
360
361 2005-02-26 Kim F. Storm <storm@cua.dk>
362
363 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
364 (mouse-on-link-p, mouse-drag-region-1): Use it.
365
366 2005-02-25 Lute Kamstra <lute@gnu.org>
367
368 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
369
370 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
371
372 * frame.el (blink-cursor-mode): Add :group keyword.
373
374 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
375
376 * calendar/icalendar.el (icalendar--decode-isodatetime):
377 New optional argument DAY-SHIFT.
378 (icalendar-export-region): Fix coding-system-for-write.
379 (icalendar--convert-ical-to-diary): Shift end-day of all-day
380 events by one.
381
382 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
383
384 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
385
386 2005-02-24 Kim F. Storm <storm@cua.dk>
387
388 * international/iso-acc.el (iso-accents-compose): Fix crash
389 during redisplay. Call force-window-update after read-event
390 and delete-region to signal that window is not accurate.
391
392 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
393
394 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
395 Remove unused and inexistent var `inhibit-trace'.
396 (debugger-mode): Use run-mode-hooks.
397 (debugger-list-functions): Add buttons; setup xref stack.
398
399 2005-02-23 Richard M. Stallman <rms@gnu.org>
400
401 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
402 appointment says it was explicitly made.
403 (appt-add): Set the 3rd element.
404 (appt-make-list): Preserve explicit appointments.
405
406 * subr.el (find-tag-default): Catch errors in forward-sexp.
407
408 2005-02-23 Juri Linkov <juri@jurta.org>
409
410 * info.el (Info-isearch-search): New defcustom.
411 (Info-isearch-search): Call the default isearch function
412 when Info-isearch-search is nil.
413 (Info-isearch-wrap): Use variable Info-isearch-search.
414
415 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
416
417 * cus-edit.el: Comment change.
418
419 2005-02-22 Kim F. Storm <storm@cua.dk>
420
421 * progmodes/hideif.el (hide-ifdef-use-define-alist):
422 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
423
424 2005-02-22 Simon Josefsson <jas@extundo.com>
425
426 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
427 New variable.
428 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
429 Oskarsson" <myrkraverk@users.sourceforget.net>.
430
431 2005-02-22 Kim F. Storm <storm@cua.dk>
432
433 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
434 check that window of that event is the selected window.
435 (mouse-drag-region-1): Compare mouse event window to selected
436 window before setting point.
437
438 * tooltip.el (tooltip-show-help-function): Pass event to
439 mouse-on-link-p so it can check selected window.
440
441 2005-02-22 Kenichi Handa <handa@m17n.org>
442
443 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
444 (ps-mule-show-warning): New function.
445 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
446 characters are found.
447
448 * ps-print.el (ps-header-footer-string): Return a list of header
449 and footer strings.
450
451 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
452
453 * pcvs.el (cvs-retrieve-revision): Fix thinko.
454
455 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
456
457 * frame.el (blink-cursor-mode): Use define-minor-mode.
458
459 * term/mac-win.el (function-key-map): Use char-names more consistently.
460 (file-name-coding-system): Only set it for MacOS-9. The other case is
461 already handled in mule-cmds.el (where it also works when mac-win.el
462 is not used).
463
464 2005-02-21 Kenichi Handa <handa@m17n.org>
465
466 * international/mule.el (ctext-pre-write-conversion): Always use
467 " *code-converting-work*" buffer for work.
468
469 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
470
471 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
472
473 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
474
475 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
476
477 * ses.el (undo-more): Restore defadvice, but only the part that
478 allows changes outside the restricted area of the buffer.
479
480 2005-02-20 Kim F. Storm <storm@cua.dk>
481
482 * simple.el (line-move): Add fourth optional arg try-vscroll which
483 must be set to perform auto-window-vscroll.
484 When moving backwards and doing auto-window-vscroll, automatically
485 vscroll to the last part of lines which are taller than the window.
486 (next-line, previous-line): Set try-vscroll arg on line-move.
487
488 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
489
490 * replace.el (query-replace, query-replace-regexp)
491 (replace-string, replace-regexp): When operating on region, make
492 the minibuffer prompt say so.
493
494 * isearch.el (isearch-forward): Document isearch-query-replace and
495 isearch-query-replace-regexp keybindings.
496
497 2005-02-19 Jay Belanger <belanger@truman.edu>
498
499 * calc/calc-aent.el (math-read-token): Add local variable.
500
501 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
502 (calc-edit-top): Move declaration to earlier in file.
503 (calc-edit-macro-repeats): Add local variables.
504
505 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
506 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
507 calcFunc-tanh.
508 Adjust integration rule for calcFunc-tan.
509
510 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
511
512 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
513 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
514 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
515 (viper-skip-separators): Bug fix.
516 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
517 particular major mode.
518 (viper-del-backward-char-in-replace): Don't put deleted char on the
519 kill ring.
520
521 * viper-ex.el (viper-color-display-p): New function.
522 (viper-has-face-support-p): Use viper-color-display-p.
523
524 * viper-keym.el (viper-gnus-modifier-map): New keymap.
525
526 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
527
528 * viper-util.el (viper-glob-unix-files): Fix shell status check.
529 (viper-file-remote-p): Make equivalent to file-remote-p.
530
531 * viper.el (viper-major-mode-modifier-list):
532 Use viper-gnus-modifier-map.
533
534 2005-02-19 David Kastrup <dak@gnu.org>
535
536 * subr.el (subregexp-context-p): Fix garbled doc string by adding
537 quoting.
538
539 2005-02-19 Jay Belanger <belanger@truman.edu>
540
541 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
542 Remove extra definitions.
543 (calc-coth): New function.
544 (calcFunc-cot): Fix `let'.
545
546 2005-02-19 Eli Zaretskii <eliz@gnu.org>
547
548 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
549 the reasons we use "type pc" in these faces.
550
551 * button.el (button): Ditto.
552
553 2005-02-19 Michael Mauger <mmaug@yahoo.com>
554
555 * replace.el (query-replace-read-from): Set the value of
556 query-replace-from-history-variable to handle the case of an empty
557 string entered to accept the suggested default.
558
559 * net/tramp.el (tramp-file-name-for-operation):
560 Use dired-call-process instead of dired-call-process-command.
561
562 2005-02-19 Jay Belanger <belanger@truman.edu>
563
564 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
565 (math-div-non-trig): New variables.
566 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
567 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
568 (math-combine-prod, math-div-symb-fancy): Add simplifications for
569 trig expressions.
570
571 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
572
573 * progmodes/gdb-ui.el (gdb-var-update-handler)
574 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
575 for watch expressions,
576 (gdb-var-create-handler): Don't set speedbar-update-flag.
577 (gdb-post-prompt): Simplify test for speedbar.
578
579 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
580
581 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
582 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
583 we use the syntax table of the correct buffer.
584 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
585 Felix Gatzemeier.
586
587 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
588 (ediff-file-remote-p): Make synonymous with file-remote-p.
589 In all deffaces ediff-*-face-*, use min-colors.
590
591 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
592 ediff-recurse-to-subdirectories.
593 (ediff-mark-if-equal): Check that the arguments are strings, use
594 ediff-same-contents (after to Felix Gatzemeier).
595
596 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
597 nil.
598
599 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
600
601 * log-view.el (log-view-message-re): Fix up Subversion regexp.
602
603 2005-02-18 David Kastrup <dak@gnu.org>
604
605 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
606 use `mark-active' when defined.
607
608 2005-02-18 Kenichi Handa <handa@m17n.org>
609
610 * ps-print.el (ps-font-info-database): New entry
611 ZapfChancery-MediumItalic with correct font name. Fix font name
612 of the entry Zapf-Chancery-MediumItalic.
613
614 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
615
616 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
617
618 2005-02-16 Kim F. Storm <storm@cua.dk>
619
620 * ido.el (ido-fallback-command): Pass user input to fallback command.
621
622 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
623
624 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
625 (gdb-find-file-hook): Add server prefix.
626
627 2005-02-16 Richard M. Stallman <rms@gnu.org>
628
629 * replace.el (perform-replace): Pass new args to replace-highlight.
630 (replace-highlight): Take region args,
631 and pass them to isearch-lazy-highlight-new-loop.
632
633 * novice.el (disabled-command-hook): Autoload the defalias
634 and the make-obsolete-variable call.
635
636 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
637
638 * isearch.el (isearch-lazy-highlight-start-limit)
639 (isearch-lazy-highlight-end-limit): New variables limit
640 the region for highlighting.
641 (isearch-lazy-highlight-new-loop): New args BEG and END.
642 (isearch-lazy-highlight-search): Use the new vars.
643 (isearch-lazy-highlight-update): Likewise.
644
645 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
646
647 * cus-start.el (all): Use default-boundp.
648
649 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
650
651 * menu-bar.el (menu-bar-select-frame): Handle current frame.
652
653 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
654
655 * autorevert.el (auto-revert-stop-on-user-input)
656 (auto-revert-verbose): Doc fixes.
657
658 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
659
660 * international/mule-cmds.el (set-locale-environment): Remove call
661 to set-selection-coding-system on Windows.
662
663 2005-02-15 Jay Belanger <belanger@truman.edu>
664
665 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
666 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
667 calcFunc-coth.
668 (math-simplify-sqrt): Add simplifications.
669
670 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
671 to list.
672
673 * calc/calc-ext.el: Add functions to autoloads.
674
675 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
676 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
677 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
678 (math-csc-raw, math-cot-raw): New functions.
679
680 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
681
682 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
683 the variable name in a message.
684
685 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
686 calcFunc-csc, calcFunc-cot.
687
688 * calc/calcalg2.el: Add derivative and integration rules for
689 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
690 calcFunc-csch, calcFunc-coth.
691 (math-do-integral-methods): Add to checks for when to use
692 substitutions.
693
694 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
695
696 2005-02-15 Lute Kamstra <lute@gnu.org>
697
698 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
699 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
700 <monnier@iro.umontreal.ca>
701 (lisp-outline-level): Improve efficiency. Suggested by David
702 Kastrup <dak@gnu.org>.
703
704 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
705
706 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
707 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
708 (gdb-set-gud-minor-mode-existing-buffers): New functions.
709 (gdb-find-file-hook): New hook. Add it to find-file-hook.
710 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
711
712 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
713
714 * cus-start.el (all): Comment change.
715
716 2005-02-14 Lute Kamstra <lute@gnu.org>
717
718 * cus-start.el (all): Check if symbol is void.
719
720 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
721
722 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
723 optional argument to \cite.
724
725 2005-02-14 Richard M. Stallman <rms@gnu.org>
726
727 * cus-edit.el (custom-buffer-create-internal): Update help message.
728 (custom-magic-alist): Update help messages.
729
730 * cus-start.el (all): Allow a var to specify a standard value.
731
732 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
733
734 * custom.el (custom-theme-set-variables): Handle variable aliases.
735
736 * frame.el (blink-cursor-timer): Doc fix.
737 (blink-cursor): Make it an alias for `blink-cursor-mode' and
738 declare obsolete.
739 (blink-cursor-mode): Define with defcustom and use correct
740 standard expression in that defcustom.
741 * startup.el (command-line): Adapt to above changes in frame.el.
742
743 2005-02-11 Lute Kamstra <lute@gnu.org>
744
745 * apropos.el (apropos-score-doc): Prevent division by zero.
746
747 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
748
749 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
750 (icalendar--get-event-property-attributes)
751 (icalendar--get-event-properties)
752 (icalendar--datetime-to-diary-date): New functions.
753 (icalendar--split-value): Doc fix.
754 (icalendar--datetime-to-noneuropean-date)
755 (icalendar--datetime-to-european-date): New optional argument
756 SEPARATOR. Return result as a string instead of a list.
757 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
758 (icalendar--convert-string-for-export): Rename arg S to STRING.
759 (icalendar-export-region): Doc fix. Change name of error buffer.
760 Save output buffer.
761 (icalendar-import-file): Add blank at end of prompt.
762 (icalendar-import-buffer): Doc fix. Do not switch to error
763 buffer. Indicate status in return value.
764 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
765 buffer. Save output buffer. Handle exception from recurrence
766 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
767 events. Fix problems with weekly all-day events.
768
769 2005-02-10 Richard M. Stallman <rms@gnu.org>
770
771 * simple.el (eval-expression-print-format):
772 Avoid warning about edebug-active.
773
774 * help.el (help-for-help-internal): Rename from help-for-help.
775 (help-for-help): Define with defalias.
776
777 * font-core.el (font-lock-default-function): Use with-no-warnings.
778
779 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
780
781 * custom.el (defface): Doc fix.
782
783 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
784
785 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
786 width 0" to prevent word wrapping problems.
787
788 2005-02-09 Kim F. Storm <storm@cua.dk>
789
790 * ido.el (ido-file-extensions-order): New defcustom.
791 (ido-file-extension-lessp, ido-file-extension-aux)
792 (ido-file-extension-order): New advanced file ordering.
793 (ido-file-lessp): New simple file ordering.
794 (ido-sort-list): Remove.
795 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
796 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
797
798 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
799
800 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
801 that some versions of grep produce.
802 (grep-mode-font-lock-keywords): Likewise.
803
804 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
805
806 * progmodes/gdb-ui.el (gdb-location-list): New variable.
807 (gdb-cdir): Delete.
808 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
809 (gdb-source-info): Treat case when source file is in another
810 directory properly.
811 (gdb-get-location): New function.
812
813 2005-02-07 Jay Belanger <belanger@truman.edu>
814
815 * calc/calc-prog.el (calc-write-parse-table-part)
816 (calc-fix-token-name): Fix a check for language type.
817
818 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
819
820 2005-02-07 Andre Spiegel <spiegel@gnu.org>
821
822 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
823 as directory not writable.
824
825 2005-02-07 Kim F. Storm <storm@cua.dk>
826
827 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
828 (cua--standard-movement-commands): Remove list.
829 Instead, set CUA property value to move for movement commands.
830 (cua-movement-commands): Remove. Users must set CUA prop instead.
831 (cua--pre-command-handler): Check CUA property.
832 (cua--init-keymaps): Don't remap undo commands.
833 (cua-mode): Don't call cua--rectangle-on-off.
834
835 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
836 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
837 (cua--rect-undo-set-point): New var.
838 (cua--rectangle-undo-boundary): Setup undo apply entry.
839 (cua--rect-undo-handler): New function for rectangle undo.
840 (cua--rect-start-position, cua--rect-end-position): Add.
841 (cua--rectangle-post-command): Call cua--rectangle-set-corners
842 for restored rectangle. Set point if cua--rect-undo-set-point.
843
844 2005-02-06 Jay Belanger <belanger@truman.edu>
845
846 * calc/calc-lang.el (calc-tex-language): Display more information
847 in messages.
848
849 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
850 in TeX mode.
851
852 2005-02-06 Richard M. Stallman <rms@gnu.org>
853
854 * emacs-lisp/lisp.el (buffer-end): Doc fix.
855
856 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
857
858 * net/ldap.el (ldap-search-internal): Support attributes with
859 optional descriptions separated by a semi-colon, as in
860 "userCertificate;binary".
861
862 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
863
864 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
865 isn't a cons (i.e. the version is 0).
866
867 2005-02-05 Eli Zaretskii <eliz@gnu.org>
868
869 * help.el (help-for-help): Doc fix.
870
871 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
872
873 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
874 GDB-Windows on the menu-bar as this works better.
875
876 2005-02-04 Jay Belanger <belanger@truman.edu>
877
878 * calc/calc-embed.el (calc-embedded-update): Don't put in
879 unnecessary newlines. Adjust the end of formula marker.
880
881 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
882 (math-latex-parse-two-args): New function.
883
884 2005-02-03 Lute Kamstra <lute@gnu.org>
885
886 * help-fns.el (help-with-tutorial): Make sure that users cannot
887 remove the entire text of the tutorial by means of `undo'.
888
889 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
890
891 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
892 in recent changes, where the ispell process was repeatedly
893 killed & restarted.
894
895 * international/mule-cmds.el (set-locale-environment): Set file-name
896 coding system to utf-8 on Darwin systems.
897 (set-default-coding-systems): Don't set default-file-name-coding-system
898 on Darwin systems.
899
900 2005-02-03 Richard M. Stallman <rms@gnu.org>
901
902 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
903
904 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
905
906 * faces.el (list-faces-display): Add optional argument.
907
908 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
909
910 * font-core.el (font-lock-default-function): Handle the rare case where
911 only font-lock-keywords is set.
912
913 2005-02-02 Kenichi Handa <handa@m17n.org>
914
915 * international/characters.el: Cancel previous change for
916 I-WITH-DOT-ABOVE and DOTLESS-i.
917
918 * international/latin-5.el: Cancel previous change.
919
920 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
921
922 * progmodes/gud.el: Correction to syntax in gud-menu-map.
923
924 2005-02-02 Kenichi Handa <handa@m17n.org>
925
926 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
927 DOTLESS-i.
928
929 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
930 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
931
932 * case-table.el (get-upcase-table): New function.
933 (copy-case-table): Copy upcaes table too if non-nil.
934 (set-case-syntax-delims): Maintain upcase table too.
935 (set-case-syntax-pair): Likewise.
936 (set-upcase-syntax, set-downcase-syntax): New functions.
937 (set-case-syntax): Maintain upcase table too.
938
939 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
940
941 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
942
943 * progmodes/gud.el (gud-goto-info): New function.
944 (gud-tool-bar-map): Use correct icon.
945
946 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
947
948 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
949 When delegating, order args in the funcall correctly.
950
951 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
952
953 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
954
955 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
956
957 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
958 buffer not visiting a file.
959
960 2005-01-31 Jay Belanger <belanger@truman.edu>
961
962 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
963 bound on the line with the formula.
964
965 2005-01-31 Kim F. Storm <storm@cua.dk>
966
967 * ses.el (ses-create-cell-variable-range)
968 (ses-destroy-cell-variable-range, ses-reset-header-string)
969 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
970 (ses-insert-row): Fix format of apply undo entries.
971
972 2005-01-31 Jay Belanger <belanger@truman.edu>
973
974 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
975 parts.
976
977 * calc/calc-embed.el (calc-embedded-open-formula)
978 (calc-embedded-close-formula): Ignore matrix environments.
979
980 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
981 TeX mode.
982
983 * calc/calc-lang.el (math-function-table, math-oper-table)
984 (math-variable-table): Adjust the LaTeX portions.
985
986 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
987 (math-latex-ignore-words): New constant.
988
989 2005-01-31 Richard M. Stallman <rms@gnu.org>
990
991 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
992 (ispell-local-dictionary): Doc fix.
993 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
994 Don't reinitialize at run time. Don't defcustom.
995 All uses changed to append ispell-local-dictionary-alist,
996 or check it first.
997 (ispell-current-dictionary): New variable for dictionary in use.
998 (ispell-dictionary): Now used only for global default.
999 (ispell-start-process): Set ispell-current-dictionary,
1000 not ispell-dictionary.
1001 (ispell-change-dictionary): Use this only for setting
1002 user preferences.
1003 (ispell-internal-change-dictionary): New function
1004 to change the current dictionary in use.
1005 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
1006 Use ispell-current-dictionary.
1007 Handle ispell-local-dictionary-overridden.
1008 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
1009
1010 2005-01-31 Jay Belanger <belanger@truman.edu>
1011
1012 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
1013
1014 * calc/calc-ext.el: Add calc-latex-language to autoloads.
1015 (calc-mode-map): Add calc-latex-language.
1016
1017 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
1018 (math-latex-print-frac): New functions.
1019 (math-oper-table, math-function-table, math-variable-table)
1020 (math-complex-format, math-input-filter): Add latex properties.
1021 (calc-set-language): Set math-expr-special-function-mapping.
1022
1023 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
1024 (calc-write-parse-table-part): Add LaTeX support.
1025
1026 * calc/calc.el (calc-language): Adjust docstring.
1027 (calc-set-mode-line): Add LaTeX support.
1028 (math-expr-special-function-mapping): New variable.
1029 (math-tex-ignore-words): Add to list.
1030
1031 * calc/calccomp.el (math-compose-expr, math-compose-rows):
1032 Add LaTeX support.
1033 (math-compose-expr): Add support for special functions.
1034
1035 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
1036
1037 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
1038
1039 * progmodes/gdb-ui.el (gdb-memory-address)
1040 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
1041 (gdb-memory-mode-map, gdb-memory-format-keymap)
1042 (gdb-memory-format-menu, gdb-memory-unit-keymap)
1043 (gdb-memory-unit-menu): New variables for a buffer
1044 that lets the user examine program memory.
1045 (gdb-memory-set-address, gdb-memory-set-repeat-count)
1046 (gdb-memory-format-binary, gdb-memory-format-octal)
1047 (gdb-memory-format-unsigned, gdb-memory-format-signed)
1048 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
1049 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
1050 (gdb-memory-unit-word, gdb-memory-unit-halfword)
1051 (gdb-memory-unit-byte, gdb-memory-unit-menu)
1052 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
1053 (gdb-memory-mode, gdb-memory-buffer-name)
1054 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
1055 New functions for above buffer.
1056
1057 2005-01-30 Richard M. Stallman <rms@gnu.org>
1058
1059 * cus-edit.el (custom-bury-buffer): Function deleted.
1060 (custom-buffer-done-function): Option deleted.
1061 (custom-buffer-done-kill): New (replacement option.
1062 (Custom-buffer-done): Call quit-window.
1063 (custom-buffer-create-internal): Update for above changes.
1064
1065 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
1066
1067 * simple.el (undo-ask-before-discard): New var.
1068 (undo-outer-limit-truncate): Implement it.
1069 (undo-extra-outer-limit): Doc update.
1070
1071 2005-01-29 Richard M. Stallman <rms@gnu.org>
1072
1073 * ses.el (undo-more): Delete defadvice.
1074 (ses-begin-change): Doc fix.
1075
1076 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
1077 instead of rebinding C-x u and C-_.
1078
1079 * files.el (normal-backup-enable-predicate): Return nil for files
1080 in /tmp, regardless of temporary-file-directory.
1081
1082 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
1083
1084 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
1085 (open-rectangle, delete-whitespace-rectangle-line)
1086 (clear-rectangle-line): If FILL, pass t instead of FILL
1087 for move-to-column's 2nd arg.
1088
1089 * simple.el (undo): Fix the test for continuing a series of undos.
1090 (undo-more): Set pending-undo-list to t when we reach end.
1091 (pending-undo-list): Move up defvar.
1092
1093 * wid-edit.el (widget-button-click):
1094 Shorten the range of the track-mouse binding.
1095
1096 * comint.el (comint-insert-input): Undo previous changes;
1097 use last-input-event in interactive spec.
1098
1099 2005-01-29 Eli Zaretskii <eliz@gnu.org>
1100
1101 * progmodes/compile.el (compilation-start): Bind buffer-read-only
1102 to nil before invoking call-process. Reset buffer's modified flag
1103 after fontifying it in the no-async branch.
1104
1105 * wid-edit.el (widget-specify-button): If mouse pointer shape
1106 cannot be changed, use mouse face instead.
1107
1108 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
1109
1110 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
1111 (gdb-goto-breakpoint): Make breakpoint handling work on template
1112 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
1113 (gdb-assembler-custom): Update to recognise breakpoint information
1114 added on 2005-01-19.
1115
1116 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
1117
1118 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
1119 (dsssl-mode): Use define-derived-mode.
1120 (scheme-mode-initialize): Remove.
1121 (scheme-mode): Use run-mode-hooks.
1122
1123 * cus-edit.el (customize-group-other-window)
1124 (custom-buffer-create-other-window): Don't override special-display-*.
1125 (custom-mode-map): Make it dense.
1126
1127 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
1128 sets the default value.
1129
1130 2005-01-28 Eli Zaretskii <eliz@gnu.org>
1131
1132 * descr-text.el: Add more keywords.
1133
1134 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
1135
1136 * speedbar.el: Avoid unnecessary use of locate-library.
1137
1138 * international/mule-cmds.el (standard-display-european-internal):
1139 Don't fiddle with latin-1 non-break space any more since it's now
1140 special cased in the C code.
1141 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
1142
1143 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
1144
1145 * cus-start.el (all): Add `undo-outer-limit'.
1146
1147 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1148
1149 * textmodes/bibtex.el (bibtex-format-entry):
1150 Use `bibtex-empty-field-re' only on the text of fields, not on entire
1151 field lines.
1152 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
1153 not on part of a buffer.
1154
1155 2005-01-25 Lute Kamstra <lute@gnu.org>
1156
1157 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
1158 nonempty field text strings like "{letters\\macro{}more letters}".
1159 Clarify docstring.
1160 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
1161 (bibtex-entry-offset, bibtex-parse-association)
1162 (bibtex-parse-field-name): Fix typos in docstrings.
1163 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
1164
1165 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
1166
1167 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
1168 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
1169 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
1170 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
1171
1172 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
1173 isearch minor mode.
1174
1175 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
1176
1177 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
1178
1179 2005-01-24 Lute Kamstra <lute@gnu.org>
1180
1181 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
1182 CASECHARS and NOT-CASECHARS regular expressions of the
1183 "nederlands" and "nederlands8" dictionaries to prevent a "Range
1184 striding over charsets" error.
1185
1186 2005-01-24 Jay Belanger <belanger@truman.edu>
1187
1188 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
1189 display variable name.
1190
1191 2005-01-24 Kenichi Handa <handa@m17n.org>
1192
1193 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
1194 Fix setting of the element of encoded-kbd-iso2022-invocations.
1195
1196 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
1197
1198 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
1199 (gdb-threads-select): Change to also accept mouse events.
1200 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
1201 (gdb-threads-mouse-select): Delete.
1202
1203 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
1204
1205 * files.el (insert-directory): Take care of empty directory,
1206 listed without -a switch.
1207
1208 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1209
1210 * textmodes/refill.el (refill-post-command-function):
1211 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
1212 to the list of functions that we should be careful not to undo.
1213 (refill-late-fill-paragraph-function): Remove.
1214 (refill-saved-state): New var.
1215 (refill-mode): Use it to save fill-paragraph-function.
1216 Save also the value of auto-fill-function.
1217
1218 * term/w32-win.el: Simplify code.
1219
1220 2005-01-23 Kim F. Storm <storm@cua.dk>
1221
1222 * simple.el (line-move): Adapt to new return value from
1223 pos-visible-in-window-p.
1224
1225 * simple.el (line-move): Fix last change. Check partial
1226 visibility at point rather than at window-start.
1227
1228 2005-01-22 Jason Rumney <jasonr@gnu.org>
1229
1230 * term/w32-win.el (xw-defined-colors): Remove debug-message.
1231
1232 2005-01-22 David Kastrup <dak@gnu.org>
1233
1234 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
1235
1236 2005-01-22 Eli Zaretskii <eliz@gnu.org>
1237
1238 * type-break.el (type-break-mode): Add a test for
1239 type-break-file-name being non-nil.
1240
1241 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
1242
1243 * net/eudc.el (top level): Call (message "") via progn, so that
1244 eudc-options-file is loaded.
1245
1246 2005-01-22 Kim F. Storm <storm@cua.dk>
1247
1248 * simple.el (line-move-1): Rename from line-move.
1249 (line-move): New function that adjusts vscroll for partially
1250 visible rows, and calls line-move-1 otherwise.
1251
1252 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
1253
1254 * pcomplete.el: define pcomplete-read-event instead of read-event,
1255 since it's not a complete read-event implementation
1256
1257 2005-01-20 Jay Belanger <belanger@truman.edu>
1258
1259 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
1260 for called function.
1261
1262 2005-01-20 Steven Tamm <steventamm@mac.com>
1263
1264 * term/mac-win.el (process-connection-type): Remove.
1265 Controlled now by s/darwin.h:PTY_ITERATION.
1266
1267 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
1268
1269 * window.el (handle-select-window): Don't switch window when we're
1270 in the minibuffer.
1271
1272 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
1273
1274 * subr.el (dotimes-with-progress-reporter): New macro.
1275
1276 * ses.el (ses-dotimes-msg): Remove macro.
1277 Use `dotimes-with-progress-reporter' instead.
1278
1279 2005-01-19 Steven Tamm <steventamm@mac.com>
1280
1281 * term/mac-win.el (process-connection-type): Use new
1282 operating-system-release variable to use ptys on Darwin 7 (OSX
1283 10.3) when using carbon build.
1284
1285 2005-01-19 Jay Belanger <belanger@truman.edu>
1286
1287 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
1288 flags if the last command was a tab or M-tab.
1289
1290 * calc/calc-prog.el (calc-user-define-edit): Put original formula
1291 in formula editing buffer.
1292
1293 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
1294
1295 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
1296 breakpoint image symbol in margin.
1297
1298 2005-01-19 Jay Belanger <belanger@truman.edu>
1299
1300 * calc/calc-prog.el (calc-execute-kbd-macro):
1301 Ignore calc-keep-arg-flag.
1302
1303 2005-01-19 Kenichi Handa <handa@m17n.org>
1304
1305 * textmodes/ispell.el (ispell-looking-at): New function.
1306 (ispell-process-line): Use ispell-looking-at to compare the ispell
1307 output and the buffer contents.
1308
1309 2005-01-18 Jay Belanger <belanger@truman.edu>
1310
1311 * calc/calc.el (calc-display-raw): Fix docstring.
1312
1313 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1314
1315 * simple.el (blink-matching-open): Strip extra info from syntax.
1316
1317 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
1318 funny chars in the end-of-here-doc marker.
1319
1320 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
1321
1322 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
1323 that enable/disabled state of breakpoints is shown correctly in
1324 fringe and on ttys.
1325 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
1326 Add breakpoint information as text properties.
1327 (gdb-mouse-toggle-breakpoint):
1328 Rename to gdb-mouse-set-clear-breakpoint.
1329 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
1330 breakpoints in the margin.
1331 (gdb-remove-strings): Simplify.
1332
1333 2005-01-17 Jay Belanger <belanger@truman.edu>
1334
1335 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1336 erasing buffer.
1337
1338 2005-01-17 Richard M. Stallman <rms@gnu.org>
1339
1340 * progmodes/grep.el (grep-find): Copy from `grep' the condition
1341 for calling grep-compute-defaults.
1342
1343 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1344 if buffer is empty.
1345
1346 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1347
1348 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1349
1350 * hilit-chg.el (highlight-changes-mode): Don't autoload.
1351
1352 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1353 non-preloaded variables.
1354
1355 2005-01-17 Steven Tamm <steventamm@mac.com>
1356
1357 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1358 tex-shell cause to force interactivity when using pipes.
1359
1360 2005-01-17 Kim F. Storm <storm@cua.dk>
1361
1362 * simple.el (just-one-space): Make arg optional.
1363
1364 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
1365
1366 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1367 posn-at-x-y to t to access left-margin.
1368
1369 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
1370
1371 Sync with Tramp 2.0.47.
1372
1373 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1374 catching keep-date problems in cp/scp operations.
1375 (tramp-handle-copy-file): Don't call `set-file-modes'
1376 unconditionally. Specialized functions should know better what is
1377 necessary. This improves performance a little bit, and the
1378 functions could catch errors with `cp -p' and `scp -p'.
1379 (tramp-do-copy-or-rename-file-via-buffer)
1380 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1381 when appropriate.
1382 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1383 Call `set-file-modes' when appropriate.
1384 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
1385 Johnsson <isak@hypergene.com>
1386 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1387 of both Tramp buffer and debug buffer. Reported by Joakim Verona
1388 <joakim@verona.se>
1389 (tramp-file-name-for-operation): Mark `shell-command' as magic for
1390 Emacs only.
1391
1392 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
1393 `find-file-hooks' and `dired-mode-hook'.
1394 (tramp-minor-mode-map): Respective map. Add remapping for
1395 `compile' and `recompile'.
1396 (tramp-remap-command, tramp-recompile): New defuns.
1397 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1398 in buffer "*Compilation*". Call the commands asynchronously.
1399
1400 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1401 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1402 `shell-command', because it isn't magic in XEmacs. Reported by
1403 Adrian Aichner <adrian@xemacs.org>.
1404
1405 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1406 `substitute-in-file-name.
1407 (tramp-smb-handle-substitute-in-file-name): New defun.
1408 (tramp-smb-advice-PC-do-completion): Delete advice.
1409
1410 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
1411
1412 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1413 Fix error in deleting region.
1414
1415 2005-01-15 Richard M. Stallman <rms@gnu.org>
1416
1417 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1418 In non-temp buffer, switch syntax table temporarily.
1419
1420 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1421
1422 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1423
1424 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1425
1426 * imenu.el (imenu--split-menu): Copy menulist before sorting.
1427 (imenu--generic-function): Use START, not BEG, as pos of definition.
1428
1429 * simple.el (just-one-space): Argument specifies number of spaces.
1430
1431 * simple.el (eval-expression-print-format): Avoid warning
1432 about edebug-active.
1433
1434 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
1435
1436 * progmodes/sh-script.el: Code copied from make-mode.el
1437 with small changes,
1438 (sh-mode-map): Bind C-c C-\.
1439 (sh-backslash-column, sh-backslash-align): New variables.
1440 (sh-backslash-region, sh-append-backslash): New functions.
1441
1442 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1443
1444 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1445 (rmail-pop-password, rmail-pop-password-required): Move to
1446 rmail-obsolete group.
1447 (rmail-set-pop-password): Rename to rmail-set-remote-password.
1448 All callers updated.
1449 (rmail-get-pop-password): Rename to rmail-get-remote-password.
1450 Take an argument specifying whether it is POP or IMAP mailbox we
1451 are using. All callers updated.
1452 (rmail-pop-password-error): Rename to
1453 rmail-remote-password-error. Added mailutils-specific error message.
1454 (rmail-movemail-search-path)
1455 (rmail-movemail-variant-in-use): New variables.
1456 (rmail-remote-password, rmail-remote-password-required):
1457 New customization variables.
1458 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1459 (rmail-parse-url): New function.
1460 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1461 with GNU mailutils movemail.
1462
1463 2005-01-15 Kevin Ryde <user42@zip.com.au>
1464
1465 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1466 suffix to space, $ or '$, to correctly position point when going
1467 to @table style constants like DBL_MAX.
1468
1469 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1470
1471 * type-break.el (type-break-mode, type-break-file-time)
1472 (type-break-file-keystroke-count, type-break-choose-file):
1473 Don't store data in or load data from the file if type-break-file-name
1474 is nil.
1475 (type-break-file-name): Doc update as per the above.
1476
1477 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
1478
1479 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1480 lookup-key might return nil; handle that.
1481
1482 2005-01-15 Alan Mackenzie <acm@muc.de>
1483
1484 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1485 rather than the element found, thus enabling the tree to be setcar'd.
1486
1487 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1488
1489 * textmodes/org.el (org-show-following-heading): New option.
1490 (org-show-hierarchy-above): Use `org-show-following-heading'.
1491 (org-cycle): Documentation fix.
1492
1493 * textmodes/org.el (orgtbl-optimized): New option
1494 (orgtbl-mode): New command, a minor mode.
1495 (orgtbl-mode-map): New variable.
1496 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1497 (orgtbl-error, orgtbl-self-insert-command)
1498 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1499
1500 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1501 a local variable in each org-mode buffer.
1502
1503 * textmodes/org.el (org-set-regexps-and-options): Rename from
1504 `org-set-regexps'. Added checking for STARTUP keyword.
1505 (org-get-current-options): Add STARTUP options.
1506 (org-table-insert-row): Mode mode intelligent about when
1507 realignment is needed.
1508 (org-self-insert-command, org-delete-backward-char, org-delete-char):
1509 New commands.
1510 (org-enable-table-editor): New default value `optimized'.
1511 (org-table-blank-field): Support blanking regions if active.
1512
1513 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1514
1515 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1516 if the year is not given.
1517
1518 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1519 Add new escapes %m and %M, fixed bug with %F by adding
1520 save-match-data.
1521 (reftex-reference): Remove ?. from list of spaces.
1522 (reftex-label-info): Add automatic label prefix recognition.
1523
1524 * textmodes/reftex-index.el (reftex-index-next-phrase):
1525 Add slave parameter to call of `reftex-index-this-phrase'.
1526 (reftex-index-this-phrase): New optional argument.
1527 (reftex-index-region-phrases): Add slave parameter to call of
1528 `reftex-index-this-phrase'.
1529 (reftex-display-index): New argument redo.
1530 (reftex-index-rescan): Add 'redo to arguments of
1531 `reftex-display-index'.
1532 (reftex-index-Rescan, reftex-index-revert)
1533 (reftex-index-switch-index-tag): Add 'redo to arguments of
1534 `reftex-display-index'.
1535 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1536 indexing. Fix bug with matching is there is a quote before or
1537 after the word.
1538
1539 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1540 Fix bug when collecting citation keys in lines with comments.
1541 (reftex-citation): Prefix argument no longer rescans the document,
1542 but forces prompting for optional arguments of cite macros.
1543 (reftex-do-citation): Prompting for optional arguments implemented.
1544
1545 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1546 Add optional arguments to most cite commands.
1547 (reftex-cite-cleanup-optional-args): New option
1548 (reftex-cite-prompt-optional-args): New option.
1549 (reftex-trust-label-prefix): New option.
1550
1551 * textmodes/reftex-toc.el (reftex-toc-find-section):
1552 Add push-mark before changing the position in the buffer.
1553
1554 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1555 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1556
1557 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
1558
1559 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1560 more carefully.
1561
1562 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1563
1564 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1565 (sgml-mode): Use it.
1566 (sgml-get-context): Better keep track of implicitly closed tags.
1567
1568 2005-01-13 Kenichi Handa <handa@m17n.org>
1569
1570 * textmodes/ispell.el: These changes are to fix misalignment error
1571 caused by equivalent characters of different Emacs charsets.
1572 (ispell-unified-chars-table): New variable.
1573 (ispell-get-decoded-string): New function.
1574 (ispell-get-casechars, ispell-get-not-casechars)
1575 (ispell-get-otherchars): Call ispell-get-decoded-string.
1576
1577 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1578
1579 * custom.el (custom-declare-variable): Just put symbol instead
1580 of (defvar . symbol) in `current-load-list'.
1581
1582 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1583
1584 * emacs-lisp/elint.el: Fixed typo in Commentary section.
1585
1586 2005-01-12 Jay Belanger <belanger@truman.edu>
1587
1588 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1589 to create a Calc summary.
1590
1591 2005-01-12 Kim F. Storm <storm@cua.dk>
1592
1593 * mouse.el (mouse-on-link-p): Change functionality and doc
1594 string to comply with latest description in lisp ref.
1595
1596 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
1597
1598 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1599 Enable mouse clicks on mode-line, header-line and margin.
1600 (event-type): Give mouse event symbols an 'event-kind property
1601 with value 'mouse-click.
1602
1603 2005-01-12 Juri Linkov <juri@jurta.org>
1604
1605 * facemenu.el (list-colors-display): Add new arg buffer-name.
1606 Use it. Fix docstring. Replace code for identifying duplicate
1607 colors by the name with call to `list-colors-duplicates' which
1608 identifies duplicate colors by the value unless the color
1609 is one of special Windows colors. Set truncate-lines to t.
1610 Print sorted duplicate color names on each line. Indent to 22
1611 \(the longest color name in rgb.txt) instead of 20. Optimize.
1612 (list-colors-duplicates): New function.
1613 (facemenu-color-name-equal): Delete function.
1614
1615 * facemenu.el (list-colors-print): New function created from code
1616 in list-colors-display. Print #RRGGBB at the window right edge.
1617 (list-colors-display): When temp-buffer-show-function is not
1618 defined, call list-colors-print from temp-buffer-show-hook
1619 to get the right value of window-width in list-colors-print
1620 after the buffer is displayed.
1621
1622 * simple.el (pop-mark): Move deactivate-mark out of conditional
1623 part to deactivate the active mark regardless of the state of the
1624 mark ring.
1625
1626 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1627 variables line in desktop files.
1628
1629 2005-01-12 Juri Linkov <juri@jurta.org>
1630
1631 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1632 Bring together isearch highlight related options.
1633 (lazy-highlight): Replace group `replace' by `matching'.
1634 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1635 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1636 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1637 and declare them obsolete.
1638 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1639 (isearch-faces): Remove defgroup.
1640 (isearch-overlay, isearch-highlight, isearch-dehighlight):
1641 Move isearch highlighting code closer to lazy highlighting code.
1642
1643 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1644 (query-replace-highlight, query-replace-lazy-highlight)
1645 (query-replace): Move definitions to the beginning of the file.
1646
1647 2005-01-11 Juri Linkov <juri@jurta.org>
1648
1649 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1650 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1651 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1652
1653 * info.el (Info-history-forward): New variable.
1654 (Info-select-node): Reset Info-history-forward to nil.
1655 (Info-last): Turn into defalias.
1656 (Info-history-back): Rename from Info-last.
1657 Add current node to Info-history-forward.
1658 (Info-history-forward): New fun.
1659 (Info-mode-map): Replace Info-last by Info-history-back.
1660 Bind Info-history-forward to "r".
1661 (Info-mode-menu): Replace Info-last by Info-history-back.
1662 Fix menu item text. Add menu item for Info-history-forward.
1663 (info-tool-bar-map): Replace Info-last by Info-history-back.
1664 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
1665 for Info-history-forward.
1666 (Info-mode): Replace Info-last by Info-history-back in docstring.
1667 Add local variable Info-history-forward.
1668 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1669
1670 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1671
1672 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1673 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1674 Ignore select-window events rather than fiddle with
1675 mouse-autoselect-window.
1676
1677 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
1678
1679 * type-break.el (type-break-mode): Fix previous change.
1680
1681 2005-01-10 Jay Belanger <belanger@truman.edu>
1682
1683 * calc/calc-ext.el (calc-reset): Reset when inside embedded
1684 calculator; only reset when point is inside a calculator.
1685 Don't adjust the window height if the window takes up the whole height
1686 of the frame.
1687
1688 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1689
1690 * ebuff-menu.el (Electric-buffer-menu-mode):
1691 Preserve value of buffer-local var header-line-format.
1692
1693 2005-01-09 Jay Belanger <belanger@truman.edu>
1694
1695 * calc/calc.el (calc-mode-var-list-restore-saved-values):
1696 Make sure settings file exists before accessing it.
1697
1698 * calc/calc-embed.el (calc-embedded-subst):
1699 Replace math-multi-subst-rec, which is only supposed to be called
1700 by math-multi-subst, by math-multi-subst.
1701
1702 2005-01-09 Andre Spiegel <spiegel@gnu.org>
1703
1704 * vc.el (vc-allow-async-revert): New user option.
1705 (vc-disable-async-diff): New internal variable.
1706 (vc-revert-buffer): Use them to disable asynchronous diff.
1707
1708 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1709 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1710 asynchronously if vc-disable-async-diff is t.
1711
1712 2005-01-09 Jay Belanger <belanger@truman.edu>
1713
1714 * calc/calc.el (defcalcmodevar): New macro.
1715 (calc-mode-var-list-restore-default-values)
1716 (calc-mode-var-list-restore-saved-values): New functions.
1717 (calc-mode-var-list): Use defcalcmodevar to define it.
1718 (calc-always-load-extensions, calc-line-numbering)
1719 (calc-line-breaking, calc-display-just, calc-display-origin)
1720 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1721 (calc-group-char, calc-point-char, calc-frac-format)
1722 (calc-prefer-frac, calc-hms-format, calc-date-format)
1723 (calc-float-format, calc-full-float-format, calc-complex-format)
1724 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1725 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1726 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1727 (calc-matrix-brackets, calc-language, calc-language-option)
1728 (calc-left-label, calc-right-label, calc-word-size)
1729 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1730 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1731 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1732 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1733 (calc-window-height, calc-display-trail, calc-show-selections)
1734 (calc-use-selections, calc-assoc-selections)
1735 (calc-display-working-message, calc-auto-why, calc-timing)
1736 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1737 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1738 (calc-gnuplot-default-device, calc-gnuplot-default-output)
1739 (calc-gnuplot-print-device, calc-gnuplot-print-output)
1740 (calc-gnuplot-geometry, calc-graph-default-resolution)
1741 (calc-graph-default-resolution-3d, calc-invocation-macro)
1742 (calc-show-banner): Use defcalcmodevar to declare them and set
1743 their default values.
1744
1745 * calc/calc-ext.el (calc-reset): Restore saved values of variables
1746 instead of default values (but restore default values if there is
1747 an argument of 0).
1748
1749 2005-01-09 David Kastrup <dak@gnu.org>
1750
1751 * desktop.el (desktop-restore-eager): Fix typo in type.
1752
1753 2005-01-08 Richard M. Stallman <rms@gnu.org>
1754
1755 * cus-edit.el (customize): Delete :link.
1756
1757 2005-01-08 Jay Belanger <belanger@truman.edu>
1758
1759 * calc/calc.el (calc-mode): Remove the extension from the
1760 `calc-settings-file' file name when loading it.
1761
1762 2005-01-08 Kim F. Storm <storm@cua.dk>
1763
1764 * info.el (Info-mode-map, Info-next-link-keymap)
1765 (Info-prev-link-keymap, Info-up-link-keymap):
1766 Map follow-link to mouse-face.
1767 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1768
1769 2005-01-08 Jay Belanger <belanger@truman.edu>
1770
1771 * calc/calc.el (calc-settings-file): Change default value.
1772 Suggested by cgw in a comment in calc-mode.el.
1773
1774 * calc/calc-mode.el (calc-settings-file-name):
1775 Compare calc-settings-file to user-init-file instead of ~/.emacs.
1776 Replace ~/.emacs in a prompt by calc-settings-file.
1777
1778 2005-01-07 Lars Hansen <larsh@math.ku.dk>
1779
1780 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1781 (desktop-lazy-idle-delay): New customizable variables.
1782 (desktop-buffer-args-list): New variable.
1783 (desktop-append-buffer-args): New function.
1784 (desktop-save): Call desktop-append-buffer-args for some buffers.
1785 (desktop-lazy-create-buffer): New function.
1786 (desktop-idle-create-buffers): New function.
1787 (desktop-read): Add message about buffers to restore lazily.
1788 (desktop-lazy-abort): New command.
1789 (desktop-clear): Call desktop-lazy-abort.
1790 (desktop-lazy-complete): New command.
1791
1792 2005-01-06 Richard M. Stallman <rms@gnu.org>
1793
1794 * emacs-lisp/find-func.el (find-face-definition):
1795 Rename from find-face.
1796
1797 2005-01-06 Kim F. Storm <storm@cua.dk>
1798
1799 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1800
1801 * man.el (Man-xref-man-page, Man-xref-header-file)
1802 (Man-xref-normal-file): Add follow-link property.
1803
1804 2005-01-06 Jay Belanger <belanger@truman.edu>
1805
1806 * calc/calc-units.el: Make sure the proper macro definitions are
1807 available when compiling.
1808
1809 2005-01-06 Juri Linkov <juri@jurta.org>
1810
1811 * isearch.el (isearch-lazy-highlight-update):
1812 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1813
1814 2005-01-06 Miles Bader <miles@gnu.org>
1815
1816 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1817 (isearch-lazy-highlight-face): Use new name.
1818
1819 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * uniquify.el (uniquify-rationalize-file-buffer-names):
1822 Re-add an interactive spec.
1823 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1824 to the same name.
1825
1826 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1827 (isearch-update, isearch-done): Adjust calls accordingly.
1828
1829 2005-01-05 Richard M. Stallman <rms@gnu.org>
1830
1831 * custom.el (custom-set-variables, custom-theme-set-variables):
1832 Clarify documentation.
1833
1834 * emacs-lisp/find-func.el (find-variable)
1835 (find-variable-other-window, find-variable-other-frame):
1836 Fix the TYPE args to find-function-read and find-function-do-it.
1837 (find-function): Doc fix.
1838 (find-function-at-point): Replace function-at-point alias.
1839
1840 2005-01-04 Richard M. Stallman <rms@gnu.org>
1841
1842 * cus-face.el (custom-declare-face):
1843 Record defface in current-load-list.
1844
1845 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1846
1847 * emacs-lisp/find-func.el: Doc fixes.
1848 (find-face-regexp): New variable.
1849 (find-function-regexp-alist): New variable.
1850 (find-function-C-source): Third arg is now TYPE.
1851 (find-function-search-for-symbol): Handle general TYPE.
1852 (find-function-read, find-function-do-it): Handle general TYPE.
1853 (find-definition-noselect, find-face): New functions.
1854 (function-at-point): Alias deleted.
1855
1856 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1857
1858 * battery.el (display-battery-mode): Rename from display-battery.
1859 Handle the case where it gets turned off.
1860
1861 2005-01-04 Richard M. Stallman <rms@gnu.org>
1862
1863 * cus-edit.el (customize): Make :link point to user doc.
1864
1865 * man.el (Man-fontify-manpage): Turn off undo generation.
1866
1867 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1868
1869 2005-01-04 Andreas Schwab <schwab@suse.de>
1870
1871 * files.el (insert-directory): Only look for error lines in
1872 inserted text. Don't move too far after processing --dired markers.
1873
1874 2005-01-04 Richard M. Stallman <rms@gnu.org>
1875
1876 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1877 Don't expand if the character is @, period, dash, etc.
1878 (define-mail-abbrev): Quote names that contain problem characters.
1879
1880 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1881
1882 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1883
1884 2005-01-03 Richard M. Stallman <rms@gnu.org>
1885
1886 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1887 (query-replace-highlight, query-replace-lazy-highlight)
1888 (query-replace): Definitions moved up. Doc fix.
1889
1890 2005-01-03 Richard M. Stallman <rms@gnu.org>
1891
1892 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1893 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1894 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1895 (lazy-highlight-face): Rename from isearch-lazy-...
1896 Change all references to them.
1897
1898 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
1899
1900 * cus-edit.el (custom-file): Doc fix for defcustom.
1901 (custom-file): The function no longer sets the variable
1902 `custom-file' to its return value.
1903
1904 * startup.el (command-line): No longer load `custom-file'.
1905
1906 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1907
1908 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1909
1910 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1911 Don't confuse module-prefixed identifiers for labels.
1912 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1913
1914 2005-01-02 Richard M. Stallman <rms@gnu.org>
1915
1916 * files.el (basic-save-buffer-1): Fix previous change.
1917
1918 * loadhist.el (file-loadhist-lookup): New function.
1919 (file-provides, file-requires): Use it.
1920
1921 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1922 instead of calculating the right size.
1923
1924 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1925
1926 * vc-svn.el (vc-svn-diff): Stay local if possible.
1927
1928 2005-01-02 Stefan <monnier@iro.umontreal.ca>
1929
1930 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1931
1932 * files.el (hack-local-variables): Fix last change.
1933
1934 2005-01-02 Jay Belanger <belanger@truman.edu>
1935
1936 * calc/calc-yank.el (calc-edit-top): New variable.
1937 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1938 object. Change header properties.
1939 (calc-edit-finish, calc-edit-finish-stack-object)
1940 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1941 edited object.
1942 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1943 for the beginning of the edited object.
1944 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1945 for the beginning of the edited object.
1946 * calc/calc-prog.el (calc-edit-macro-finish-edit)
1947 (calc-finish-formula-edit, calc-macro-repeats)
1948 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1949 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1950 beginning of the edited object.
1951 (calc-user-define-edit): Change the header for editing macros.
1952 Remove unnecessary variable.
1953
1954 2005-01-01 Jay Belanger <belanger@truman.edu>
1955
1956 * calc/calc-yank.el (calc-edit-mode): Change default header.
1957 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1958 * calc/calc-store.el (calc-edit-variable): Change title to match new
1959 header.
1960 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1961 mode to match new header.
1962 (calc-user-define-edit): Change titles to include names of commands.
1963 (calc-finish-formula-edit): Adjust to handle new header.
1964 (calc-finish-macro-edit): Remove.
1965 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1966 (calc-edit-macro-command, calc-edit-macro-command-type)
1967 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1968 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1969 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1970 (calc-edit-macro-finish-edit): New functions.
1971 (calc-user-define-edit): Use new functions to edit named calc macros.
1972
1973 2005-01-01 Stefan <monnier@iro.umontreal.ca>
1974
1975 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1976
1977 * ses.el (copy-region-as-kill): Deactivate mark.
1978
1979 2005-01-01 Richard M. Stallman <rms@gnu.org>
1980
1981 * replace.el (occur-1): If the output buffer is also an input,
1982 don't kill it, rename it.
1983
1984 * faces.el (set-face-background, set-face-foreground): Doc fix.
1985
1986 * cus-face.el (custom-face-attributes): Fix :help-echo strings
1987 for :foreground and :background.
1988
1989 * dired.el (dired-view-command-alist): Variable deleted.
1990 (dired-view-file, dired-mouse-find-file-other-window):
1991 Delete the code to use it.
1992
1993 2005-01-01 Kim F. Storm <storm@cua.dk>
1994
1995 * image.el (insert-sliced-image): Use t for line-height property.
1996
1997 2004-12-31 Jay Belanger <belanger@truman.edu>
1998
1999 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
2000 for "var-" at the beginning of the minibuffer.
2001
2002 2004-12-31 Richard M. Stallman <rms@gnu.org>
2003
2004 * faces.el (read-face-name):
2005 Don't treat an attribute spec as a list of faces.
2006
2007 * simple.el (undo): Use undo-equiv-table to detect
2008 unexpected changes since previous undo.
2009 (undo-list-saved): Variable deleted.
2010 (buffer-disable-undo): Don't alter undo-list-saved.
2011
2012 * files.el (require-final-newline): Allow `visit' and `visit-save'.
2013 (mode-require-final-newline): New option.
2014 (after-find-file): Handle require-final-newline with new values.
2015 (basic-save-buffer): Handle new values of require-final-newline.
2016
2017 * progmodes/sh-script.el (sh-require-final-newline):
2018 Alist value now controls whether to use mode-require-final-newline.
2019 (sh-set-shell): Implement that new meaning.
2020
2021 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
2022 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
2023 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
2024 Delete old-Emacs compatibility code.
2025 (antlr-c-common-init): Function deleted.
2026
2027 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
2028 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
2029 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
2030 * progmodes/python.el (python-mode): Use mode-require-final-newline.
2031 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
2032 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
2033 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
2034 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
2035 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
2036 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
2037 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
2038 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
2039 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
2040 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
2041 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
2042 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
2043
2044 2004-12-31 Jay Belanger <belanger@truman.edu>
2045
2046 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
2047 way to return to Calc.
2048
2049 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
2050 finish, C-xk as the way to cancel the edit. Add cancel routine to
2051 kill-buffer-hook.
2052
2053 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
2054 MacEdit code.
2055
2056 * calc/calc-prog.el: Remove obsolete MacEdit code.
2057 (calc-macro-edit-algebraic, calc-macro-edit-variable)
2058 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
2059
2060 2004-12-31 Kenichi Handa <handa@m17n.org>
2061
2062 * international/mule.el (buffer-file-coding-system-explicit):
2063 Rename for explicit-buffer-file-coding-system.
2064 (after-insert-file-set-coding): Adjust for the above change.
2065
2066 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
2067 to buffer-file-coding-system-explicit.
2068 (basic-save-buffer-1): Likewise.
2069
2070 2004-12-30 Richard M. Stallman <rms@gnu.org>
2071
2072 * textmodes/artist.el (artist-butlast-fn): Var deleted.
2073 (artist-butlast, artist-last): Functions deleted.
2074 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
2075 (artist-compute-key-compl-table): Call remq directly.
2076 (artist-remove-nulls): Function deleted.
2077 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
2078 (artist-push, artist-pop): Macro deleted.
2079
2080 2004-12-30 Andreas Leue <al@sphenon.de>
2081
2082 * textmodes/artist.el (artist-version): 1.2.6
2083 (artist-prev-next-op-alist): New variable.
2084 (artist-select-next-op-in-list): New function.
2085 (artist-select-prev-op-in-list): New function.
2086 (artist-make-prev-next-op-alist): New function.
2087 (artist-is-in-op-list-p): New function.
2088 (artist-get-first-non-nil-op): New function.
2089 (artist-get-last-non-nil-op): New function.
2090 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
2091 artist-prev-next-op-alist.
2092 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
2093 change drawing operation.
2094
2095 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
2096
2097 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
2098
2099 2004-12-31 Masatake YAMATO <jet@gyve.org>
2100
2101 * server.el (server-process-filter): Suppress `error', too.
2102
2103 2004-12-30 Jay Belanger <belanger@truman.edu>
2104
2105 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
2106 Change the way a variable is displayed in a message.
2107
2108 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
2109 (calc-user-define-permanent, calc-execute-kbd-macro):
2110 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
2111
2112 2004-12-30 Kenichi Handa <handa@m17n.org>
2113
2114 * files.el (basic-save-buffer-1):
2115 Set explicit-buffer-file-coding-system to last-coding-system-used.
2116 (revert-buffer): Pay attention to
2117 explicit-buffer-file-coding-system (not buffer-file-coding-system)
2118 on bind coding-system-for-read.
2119
2120 * international/mule.el (explicit-buffer-file-coding-system):
2121 New buffer local variable.
2122 (after-insert-file-set-coding): Set it to coding-system-for-read.
2123
2124 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
2125
2126 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
2127
2128 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
2129
2130 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
2131 that include line numbers.
2132
2133 2004-12-29 Milan Zamazal <pdm@zamazal.org>
2134
2135 * files.el (hack-local-variables): If no PREFIX, set it to "^".
2136 Redundant variable PREFIXLEN removed.
2137
2138 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
2139
2140 * eshell/em-hist.el (eshell-previous-matching-input):
2141 Start the deletion from the end of the output.
2142
2143 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2144
2145 * term/mac-win.el: Require x-dnd.
2146 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
2147
2148 2004-12-29 David Kastrup <dak@gnu.org>
2149
2150 * international/mule.el (decode-coding-inserted-region):
2151 Don't barf if `buffer-undo-list' is already set to `t'.
2152
2153 2004-12-29 Jay Belanger <belanger@truman.edu>
2154
2155 * calc/calc-prog.el (calc-user-define-formula): Put default values
2156 for function names in prompts.
2157 (calc-user-define-permanent, calc-user-define-composition)
2158 (calc-user-define-formula): Remove the need for "calcFunc-" in the
2159 default input for algebraic functions.
2160
2161 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
2162
2163 * vc-rcs.el (vc-rcs-annotate-command):
2164 Fix omission bug: Call `vc-setup-buffer'.
2165
2166 2004-12-29 Kenichi Handa <handa@m17n.org>
2167
2168 * international/mule.el (recode-region): New function.
2169
2170 2004-12-28 Richard M. Stallman <rms@gnu.org>
2171
2172 * simple.el (undo-extra-outer-limit): New variable.
2173 (undo-outer-limit-truncate): Test and set it.
2174
2175 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
2176 enables the feature to extend the existing region.
2177
2178 * simple.el (mark-word): New arg ALLOW-EXTEND
2179 enables the feature to extend the existing region.
2180
2181 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
2182 enables the feature to extend the existing region.
2183
2184 * startup.el (site-run-file): Don't allow setting it with Custom.
2185
2186 * simple.el (buffer-disable-undo): Fix previous change.
2187
2188 2004-12-27 Masatake YAMATO <jet@gyve.org>
2189
2190 * hexl.el (hexlify-buffer): Remove fontification here.
2191 Use font lock mechanism instead.
2192 (hexl-font-lock-keywords): New font lock kewords.
2193 (hexl-mode-old-font-lock-keywords): New variable.
2194 (hexl-mode): Store the old font lock keywords.
2195 (hexl-mode-exit): Restore the old font lock keywords.
2196
2197 2004-12-27 Richard M. Stallman <rms@gnu.org>
2198
2199 * simple.el (undo): Fix previous change.
2200
2201 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2202
2203 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
2204 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
2205 Call x-open-connection on Mac OS X.
2206
2207 2004-12-27 Richard M. Stallman <rms@gnu.org>
2208
2209 * files.el (buffer-save-without-query): New var (buffer-local).
2210 (save-some-buffers): Save those buffers first, w/o asking.
2211
2212 * files.el (insert-directory-ls-version): New variable.
2213 (insert-directory): When ls returns an error, test the version
2214 number to decide what the return code means.
2215 With --dired output format, detect and distinguish lines
2216 that are really error messages.
2217 (insert-directory-adj-pos): New function.
2218
2219 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
2220
2221 * battery.el (battery-mode-line-format): Remove initial spaces.
2222
2223 * uniquify.el (uniquify-rationalize-file-buffer-names):
2224 Delete interactive spec.
2225
2226 * type-break.el (type-break-mode): Set buffer-save-without-query.
2227 Remove code that tried to set save-some-buffers-always.
2228 (type-break-file-keystroke-count): Bind deactivate-mark.
2229
2230 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
2231
2232 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
2233 Test that the buffer is live, and maybe reject current buffer too.
2234 Clarify.
2235 (next-error-find-buffer): Rewrite for clarity.
2236
2237 * loadup.el: Don't use buffer-disable-undo; do it directly.
2238
2239 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
2240 (describe-variable): Call symbol-file with `defvar'.
2241
2242 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
2243 (symbol-file): Rewritten to handle new load-history format.
2244 Now takes an arg TYPE to specify looking for a particular
2245 type of definition only.
2246
2247 * emacs-lisp/debug.el (debugger-make-xrefs):
2248 Call symbol-file with `defun'.
2249
2250 * emacs-lisp/find-func.el (find-function-noselect):
2251 Call symbol-file with `defun'.
2252 (find-variable-noselect): Call symbol-file with `defvar'.
2253
2254 * eshell/esh-cmd.el (eshell-find-alias-function):
2255 Call symbol-file with `defun'.
2256
2257 * eshell/esh-test.el (eshell-test-goto-func):
2258 Call symbol-file with `defun'.
2259
2260 * mail/rmail.el (rmail-resend):
2261 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
2262
2263 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
2264
2265 * progmodes/compile.el (compilation-find-buffer): Rename arg.
2266
2267 * textmodes/texinfmt.el (texinfo-format-buffer-1):
2268 Call buffer-disable-undo.
2269
2270 * simple.el (undo-list-saved): New variable (buffer-local).
2271 (undo): Set and test it.
2272 (buffer-disable-undo): Move here from buffer.c.
2273 Clear out undo-list-saved.
2274
2275 * international/mule.el (decode-coding-inserted-region):
2276 Set buffer-undo-list in a correct and optimal way.
2277
2278 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
2279 (cperl-font-lock-unfontify-region-function): No need to save and
2280 restore info, since font-lock.el does it for us.
2281
2282 * ansi-color.el (save-buffer-state): Definition deleted.
2283 (ansi-color-unfontify-region): Don't use save-buffer-state.
2284
2285 2004-12-27 Dave Love <fx@gnu.org>
2286
2287 * wid-edit.el (function): Use restricted-sexp as parent.
2288
2289 2004-12-27 Kevin Ryde <user42@zip.com.au>
2290
2291 * simple.el (next-matching-history-element): Use same
2292 `interactive' form as previous-matching-history-element.
2293
2294 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
2295 it can appear unencoded and has been seen from yahoo.
2296
2297 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
2298
2299 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
2300 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
2301
2302 2004-12-27 Kenichi Handa <handa@m17n.org>
2303
2304 * international/utf-8.el (utf-translate-cjk-load-tables):
2305 Bind coding-system-for-read to nil while loading subst-*.
2306
2307 2004-12-26 Jay Belanger <belanger@truman.edu>
2308
2309 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
2310 default input.
2311
2312 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
2313
2314 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
2315 before reverting and disable undo recording while reverting.
2316
2317 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
2318
2319 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
2320 (hs-make-overlay): New function.
2321 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
2322 (hs-flag-region): Delete function.
2323 (hs-hide-comment-region): No longer use `hs-flag-region'.
2324 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
2325 (hs-hide-block-at-point): Likewise.
2326 (hs-hide-level-recursive): Use `hs-discard-overlays'.
2327 (hs-hide-all, hs-show-all): Likewise.
2328 (hs-show-block): Likewise.
2329 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
2330
2331 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
2332
2333 * progmodes/hideshow.el: Require `cl' when compiling.
2334 Remove XEmacs and Emacs 19 compatibility.
2335 Use `dolist' and `add-to-list' for load-time actions.
2336 (hs-discard-overlays): Use `dolist'.
2337 (hs-show-block): Likewise.
2338
2339 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2340
2341 * faces.el (mode-line, mode-line-inactive): Use min-colors.
2342
2343 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
2344
2345 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2346 When extending backwards, move outside the current comment first.
2347
2348 2004-12-22 Kenichi Handa <handa@m17n.org>
2349
2350 * international/quail.el (quail-start-translation): Fix prompt
2351 string for the case if input-method-use-echo-area being non-nil.
2352 (quail-start-conversion): Likewise.
2353 (quail-show-guidance): Don't show guidance if
2354 input-method-use-echo-area is non-nil.
2355
2356 2004-12-21 Richard M. Stallman <rms@gnu.org>
2357
2358 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2359
2360 2004-12-21 Markus Rost <rost@ias.edu>
2361
2362 * calendar/diary-lib.el (mark-diary-entries):
2363 Set mark-diary-entries-in-calendar only after checking for diary-file.
2364
2365 2004-12-21 Richard M. Stallman <rms@gnu.org>
2366
2367 * faces.el (escape-glyph): Use blue against light foreground.
2368
2369 * simple.el (undo-outer-limit-truncate): New function.
2370 (undo-outer-limit-function): Use undo-outer-limit-truncate.
2371
2372 2004-12-21 Eli Barzilay <eli@barzilay.org>
2373
2374 * calculator.el: (calculator-radix-grouping-mode)
2375 (calculator-radix-grouping-digits)
2376 (calculator-radix-grouping-separator):
2377 New defcustoms for the new radix grouping mode functionality.
2378 (calculator-mode-hook): Now used in electric mode too,
2379 (calculator): Call it.
2380 (calculator-mode-map): Some new keys.
2381 (calculator-message): New function. Some new calls.
2382 (calculator-op, calculator-set-register): Use it.
2383 (calculator-string-to-number): New function, mostly moved and
2384 updated code from calculator-curnum-value.
2385 (calculator-curnum-value): Use it.
2386 (calculator-paste): Use it, and update grabbing the current-kill.
2387 (calculator-rotate-displayer)
2388 (calculator-rotate-displayer-back): Toggle digit grouping when
2389 in radix mode, use calculator-message.
2390 (calculator-displayer-prev, calculator-displayer-next):
2391 Change digit group size when in radix mode.
2392 (calculator-number-to-string): Rename from
2393 calculator-num-to-string. Now deals with digit grouping in
2394 radix mode.
2395 (calculator-update-display, calculator-put-value): Use the new name.
2396 (calculator-fact): Return a floating point number.
2397 (calculator-mode): Doc fix.
2398
2399 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2400
2401 * calendar/calendar.el (view-other-diary-entries): Add autoload.
2402 * calendar/diary-lib.el (view-other-diary-entries):
2403 Use current-prefix-arg in interactive spec.
2404
2405 2004-12-19 Jay Belanger <belanger@truman.edu>
2406
2407 * calc/calc-aent.el (calcAlg-blank-matching-open):
2408 Temporarily adjust the syntax of both delimiters of half-open intervals.
2409
2410 2004-12-19 Kim F. Storm <storm@cua.dk>
2411
2412 * mouse.el (mouse-1-click-follows-link): Doc fix.
2413
2414 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2415
2416 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2417 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2418 instead of centraleuropean as the name
2419
2420 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
2421
2422 Sync with Tramp 2.0.46.
2423
2424 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2425 parameters wrt Tramp convention.
2426 (tramp-handle-file-attributes-with-perl)
2427 (tramp-handle-directory-files-and-attributes): Apply it.
2428 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2429 `copy-program'. Reported by Zack Weinberg
2430 <zack@codesourcery.com>.
2431 (top): Set `edebug-form-spec' property directly rather than
2432 calling `def-edebug-spec'.
2433
2434 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2435 advice less fragile. Surround temporary redefinition of
2436 `substitute-in-file-name' with `unwind-protect'. Suggested by
2437 Matt Hodges <MPHodges@member.fsf.org>.
2438
2439 2004-12-17 Juri Linkov <juri@jurta.org>
2440
2441 * replace.el (occur-accumulate-lines, occur-engine):
2442 Make forcing deferred font-lock fontification jit-specific.
2443
2444 2004-12-17 Kim F. Storm <storm@cua.dk>
2445
2446 * mouse.el (mouse-1-click-follows-link): New defcustom.
2447 (mouse-on-link-p): New function.
2448 (mouse-drag-region-1): Implement mouse-1-click-follows-link
2449 functionality. Map a mouse-1 click event into a mouse-2 (or
2450 other) event when position is inside a link.
2451
2452 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2453 prefix in tooltip text with "mouse-1" when this is a link
2454 recognized by mouse-1-click-follows-link functionality.
2455
2456 * help.el (describe-key): Report effective and original binding
2457 for mouse-1 when clicked on a link.
2458 (describe-mode): Add follow-link property to "minor-mode" button.
2459
2460 * help-fns.el (describe-variable): Add follow-link property to
2461 "below" button.
2462
2463 * help-mode.el (help-xref): Add follow-link property.
2464
2465 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2466 (apropos-command, apropos-variable, apropos-face, apropos-group)
2467 (apropos-widget, apropos-plist): Add follow-link property.
2468
2469 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2470 checks if position is in a filename, rather than some other
2471 clickable item. Function looks for cvs-filename-face at position.
2472
2473 * wid-edit.el (widget-specify-field, widget-specify-button):
2474 Map a :follow-link keyword into a follow-link property.
2475 (link): Add :follow-link keyword, map to RET binding.
2476
2477 * dired.el (dired-mode-map): Map follow-link to mouse-face.
2478
2479 * progmodes/compile.el (compilation-minor-mode-map)
2480 (compilation-button-map, compilation-mode-map): Likewise.
2481
2482 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2483
2484 * play/zone.el (zone): Init `line-spacing' from orig buffer.
2485 (zone-replace-char): Take `count' and `del-count'
2486 instead of `direction'. Update callers. When `del-count' is
2487 non-nil, delete that many characters, otherwise `count' characters
2488 backwards. Insert the newly-replaced string `count' times.
2489 (zone-fret): Handle chars w/ width greater than one.
2490 (zone-fall-through-ws): No longer take window width `ww'.
2491 Update callers. Add handling for `char-width' greater than one.
2492 (zone-pgm-drip): Update var holding window-end position every cycle.
2493
2494 2004-12-17 Andre Spiegel <spiegel@gnu.org>
2495
2496 * vc.el (vc-default-update-changelog): Use insert-file-contents,
2497 rather than insert-file.
2498
2499 2004-12-16 Jay Belanger <belanger@truman.edu>
2500
2501 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2502 (math-init-random-base, math-random-digit): Check to see if
2503 var-RandSeed is bound.
2504 (math-random-last): Declare it.
2505 (math-random-digit): Don't make math-random-last local.
2506
2507 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
2508
2509 * play/zone.el (zone): Fix omission bug: Use a self-disabling
2510 one-shot thunk for uniform (error, quit, normal) recovery.
2511 Reported by John Paul Wallington.
2512 (zone-pgm-random-life): Fix bug:
2513 Recognize empty initial field by lack of "@" chars.
2514
2515 2004-12-16 Juri Linkov <juri@jurta.org>
2516
2517 * help.el (function-called-at-point):
2518 * help-fns.el (variable-at-point): As a last resort try stripping
2519 non-word prefixes and suffixes.
2520
2521 * descr-text.el (describe-property-list): Don't treat syntax-table
2522 specially. Use describe-text-sexp which inserts [show] button
2523 for large objects and handles printing errors. Sort properties
2524 by names in alphabetical order instead of by value sizes.
2525 Add `mouse-face' to list of properties for `describe-face' widget.
2526 (describe-char): Mask out face-id from 19 bits of character.
2527 Print face-id separately.
2528
2529 * replace.el (occur-accumulate-lines, occur-engine):
2530 Fontify unfontified matching lines in the source buffer
2531 before copying them.
2532 (occur-engine): Don't put mouse-face on context lines.
2533 (occur-next-error): Set point to line beginning/end
2534 before searching for prev/next property to skip multiple
2535 matches on a line (not supported by occur engine).
2536 Remove redundant prefix-numeric-value.
2537
2538 2004-12-15 Juri Linkov <juri@jurta.org>
2539
2540 * replace.el (match): New face.
2541 (list-matching-lines-face): Change default from `bold' to `match'.
2542
2543 * progmodes/grep.el (grep-match-face): New defvar.
2544 (grep-mode-font-lock-keywords): Use grep-match-face instead of
2545 compilation-column-face to highlight grep matches.
2546
2547 * apropos.el (apropos-match-face): Change default from
2548 `secondary-selection' to `match'.
2549
2550 * info-look.el (info-lookup-highlight-face): Change default from
2551 `highlight' to `match'.
2552
2553 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
2554
2555 * progmodes/executable.el (executable-interpret): Eliminate
2556 obsolete compile-internal, and switch to comint for interaction.
2557
2558 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
2559
2560 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2561 `&&' when skipping multiple statements on a line.
2562
2563 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
2564
2565 * play/zone.el (zone): Set `truncate-lines'.
2566 Also, init `tab-width' with value from original buffer.
2567 (zone-shift-up): Rewrite for speed.
2568 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2569 (zone-pgm-jitter): Remove redundant entries from ops vector.
2570 (zone-exploding-remove): Reduce iteration count.
2571 (zone-cpos): Convert to defsubst.
2572 (zone-replace-char): New defsubst.
2573 (zone-park/sit-for): Likewise.
2574 (zone-fret): Take window-start arg.
2575 Update callers. Use `zone-park/sit-for'.
2576 (zone-fill-out-screen): Rewrite.
2577 (zone-fall-through-ws): Likewise. Update callers.
2578 (zone-pgm-drip): Use `zone-replace-char'.
2579 Move var inits before while-loop. Use `zone-park/sit-for'.
2580 (zone-pgm-random-life): Handle empty initial field.
2581 Use `zone-replace-char' and `zone-park/sit-for'.
2582
2583 2004-12-15 Juri Linkov <juri@jurta.org>
2584
2585 * isearch.el (isearch-update): Test isearch-lazy-highlight
2586 before calling isearch-lazy-highlight-new-loop.
2587 (isearch-lazy-highlight-new-loop):
2588 Don't test isearch-lazy-highlight.
2589
2590 * replace.el (perform-replace): Add isearch-case-fold-search.
2591 Use delimited-flag for isearch-regexp.
2592 Reset isearch-lazy-highlight-last-string to force lazy
2593 highlighting when called from isearch mode.
2594 (query-replace-highlight): Revert defcustom type to boolean.
2595 (query-replace-lazy-highlight): New defcustom.
2596 (query-replace): New face.
2597 (perform-replace, replace-highlight, replace-dehighlight):
2598 Test query-replace-lazy-highlight instead of special value
2599 `isearch' of query-replace-highlight.
2600 (replace-dehighlight): Don't call isearch-dehighlight.
2601 (replace-highlight): Don't call isearch-highlight.
2602 Use face `query-replace' unconditionally.
2603
2604 2004-12-14 Kim F. Storm <storm@cua.dk>
2605
2606 * simple.el (inhibit-mark-movement): Remove defvar.
2607 (beginning-of-buffer, end-of-buffer): Don't use it.
2608
2609 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2610 Don't use inhibit-mark-movement.
2611
2612 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2613 (cua--undo-push-mark): Remove.
2614 (cua--pre-command-handler, cua--post-command-handler):
2615 Don't fiddle with inhibit-mark-movement.
2616
2617 2004-12-14 Juri Linkov <juri@jurta.org>
2618
2619 * buff-menu.el (list-buffers-noselect): Collect internal info
2620 for every buffer in BUFFER-LIST arg too.
2621 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2622 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2623 Bind same-window-buffer-names and same-window-regexps to nil.
2624
2625 2004-12-13 Juri Linkov <juri@jurta.org>
2626
2627 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2628
2629 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2630 (sc-cite-region, sc-uncite-region, sc-recite-region):
2631 Fix previous change to handle not alist as a symbol, but
2632 a citation frame as a symbol that represents a variable name.
2633
2634 2004-12-13 Richard M. Stallman <rms@gnu.org>
2635
2636 * filecache.el (file-cache-add-directory-using-find):
2637 Only set up file-cache-find-command-posix-flag if we will use it.
2638
2639 * bindings.el (mode-line-buffer-identification-keymap):
2640 Don't cancel the mode-line's usual down-mouse-1 binding.
2641
2642 * cus-edit.el (custom-face-selected): Handle `default' specs.
2643 (custom-face-edit): Increase extra-offset.
2644 (custom-display): Handle `default' specs.
2645
2646 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2647
2648 * emacs-lisp/elint.el (elint-standard-variables)
2649 (elint-unknown-builtin-args): Move definitions up.
2650
2651 * net/browse-url.el (browse-url-url-at-point): Add autoload.
2652
2653 * info.el (info-xref-visited): Use `default' instead of t.
2654 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2655
2656 * faces.el (header-line, mode-line-inactive, tool-bar):
2657 Use `default' instead of t for setting the defaults.
2658 (face-spec-choose): Separate `t' from `default'.
2659
2660 * subr.el (while-no-input): New macro.
2661
2662 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
2663
2664 * filecache.el (file-cache-add-directory-using-find):
2665 Only test file-cache-find-command-posix-flag on some systems.
2666
2667 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2668
2669 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2670 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2671 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2672 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2673 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2674
2675 2004-12-12 Juri Linkov <juri@jurta.org>
2676
2677 * files.el (find-file-other-window, find-file-other-frame):
2678 Add the first buffer to the returned value to return the complete
2679 list of all visited buffers.
2680 (find-file-read-only, find-file-read-only-other-window)
2681 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2682 `find-file-read-args'. Signal an error about non-existent file
2683 only if file name doesn't contain wildcards. Toggle read-only in
2684 all visited buffers.
2685 (find-alternate-file, find-alternate-file-other-window):
2686 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
2687 called interactively. Pass arg `wildcards' to other functions.
2688 (find-file-noselect): Doc fix.
2689
2690 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2691 Doc fix.
2692 (ffap-directory-finder): New variable.
2693 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2694 (ffap-file-at-point): Add /* to immediately rejected names.
2695 Return absolute file names matching ffap-dired-wildcards.
2696 (ffap-read-file-or-url): Set default value for `completing-read'
2697 to `buffer-file-name'.
2698 (find-file-at-point): When filename matches ffap-dired-wildcards,
2699 call ffap-file-finder with t arg `wildcards', instead of dired.
2700 (ffap-other-window, ffap-other-frame): Return visited buffers.
2701 (ffap-read-only, ffap-read-only-other-window)
2702 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2703 (dired-at-point): Call ffap-directory-finder instead of dired.
2704 (ffap-dired-other-window, ffap-dired-other-frame)
2705 (ffap-list-directory): New commands.
2706 (ffap-bindings): New keybindings for new commands.
2707
2708 2004-12-12 Juri Linkov <juri@jurta.org>
2709
2710 * simple.el (beginning-of-buffer, end-of-buffer):
2711 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2712 Do not push mark when mark is active in transient-mark-mode.
2713
2714 * simple.el (mark-word):
2715 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2716 * textmodes/paragraphs.el (mark-paragraph):
2717 Extend the region when mark is active in transient-mark-mode,
2718 regardless of the last command. Doc fix.
2719
2720 * simple.el (mark-word): Preserve direction when repeating.
2721 Make arg optional. Interactive "p" -> "P".
2722 (transient-mark-mode, inhibit-mark-movement): Doc fix.
2723
2724 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2725 preserving direction, to mark forward instead of backward when mark
2726 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2727
2728 2004-12-12 Juri Linkov <juri@jurta.org>
2729
2730 * isearch.el (isearch-edit-string): Set 7th arg of
2731 `read-from-minibuffer' to `t' to inherit the current input
2732 method (whose name is indicated by [IM] in the minibuffer prompt)
2733 from the current buffer to the minibuffer.
2734 (isearch-lazy-highlight-update): Put body to `with-local-quit'
2735 to allow C-g quitting for lazy highlighting looping inside the
2736 search with nested repetition operators. Add overlay to the list
2737 before setting its face and other properties to avoid the case of
2738 code quitting after placing the new overlay but before it's
2739 recorded on the list. Select the window where isearch was
2740 activated, to highlight matches in the right window when isearch
2741 switches the current window to the minibuffer.
2742
2743 * international/isearch-x.el
2744 (isearch-process-search-multibyte-characters):
2745 Use `isearch-message' as initial input for `read-string' instead
2746 of adding it to the minibuffer prompt. After reading a string
2747 remove the initial value of `isearch-message' from the string.
2748
2749 * replace.el (replace-match-maybe-edit): Doc fix.
2750 (perform-replace): Don't call `replace-highlight' when automatic
2751 replacement is requested in literal mode, since it is intended
2752 only to highlight words during entering a new replacement string
2753 for \? in non-literal mode.
2754
2755 * replace.el (query-replace-highlight): Add new value `isearch'
2756 that allows query replacement to use isearch highlighting.
2757 Change type from `boolean' to `choice'. Doc fix.
2758 (replace-highlight, replace-dehighlight, perform-replace):
2759 Use isearch highlighting if query-replace-highlight eq `isearch'.
2760
2761 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2762
2763 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2764 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2765
2766 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2767 case of \end{verbatim}.
2768
2769 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2770
2771 * term.el (term-termcap-format): Synchronyze with terminfo.
2772 (term-emulate-terminal): Handle reset.
2773 (term-reset-terminal): New function.
2774
2775 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
2776
2777 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2778 (zone-fill-out-screen): New func.
2779 (zone-pgm-drip): Use `zone-fill-out-screen'.
2780 Also, no longer go to point-min on every cycle.
2781 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2782 (zone-pgm-random-life-wait): New user var.
2783 (zone-pgm-random-life): New func.
2784
2785 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
2786
2787 * files.el (auto-mode-alist): Map .com to DCL mode.
2788
2789 2004-12-09 Richard M. Stallman <rms@gnu.org>
2790
2791 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2792
2793 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
2794
2795 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2796 buffer with a display margin.
2797
2798 2004-12-08 Jay Belanger <belanger@truman.edu>
2799
2800 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2801 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2802
2803 2004-12-08 Richard M. Stallman <rms@gnu.org>
2804
2805 * faces.el: Delete code to set display table.
2806 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
2807
2808 2004-12-08 Jay Belanger <belanger@truman.edu>
2809
2810 * calc/calc.el: Add math-read-preprocess-string to autoloads.
2811
2812 * calc/calc-ext.el (math-read-replacement-list)
2813 (math-read-superscripts, math-read-preprocess-string): Move to
2814 calc-aent.el.
2815
2816 * calc/calc-aent.el (math-read-replacement-list)
2817 (math-read-superscripts, math-read-preprocess-string): Move from
2818 calc-ext.el.
2819
2820 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2821
2822 * isearch.el (isearch-quote-char): Fix up typo in last change.
2823
2824 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
2825
2826 * mouse.el (mouse-set-font): Handle the case where the command was
2827 not invoked using the mouse.
2828
2829 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2830 (edmacro-finish-edit): Further update for keyboard macros that are
2831 lambda forms.
2832 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2833
2834 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2835
2836 * font-lock.el (font-lock-unfontify-region): Save buffer state.
2837 (font-lock-default-unfontify-region): Don't save buffer state any more.
2838
2839 2004-12-07 Jay Belanger <belanger@truman.edu>
2840
2841 * calc/calc-help.el (calc-describe-key):
2842 Set calc-summary-indentation even when Calc Summary buffer exists.
2843
2844 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
2845
2846 * calendar/holidays.el (holiday-easter-etc): Make arguments
2847 optional for backwards compatibility. Doc fix.
2848 Remove un-necessary local vars mandatory, output-list.
2849 (holiday-advent): Make arguments optional for backwards
2850 compatibility. Doc fix.
2851
2852 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2853
2854 * paren.el (show-paren-function): Fix last change (2004-12-02).
2855
2856 * international/mule-util.el (char-displayable-p): Return nil for
2857 unibyte mode.
2858
2859 * subr.el (subregexp-context-p): New function.
2860
2861 * isearch.el (isearch-quote-char): Use it.
2862
2863 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2864 (regexp-opt-not-groupie*-re): Remove.
2865 (regexp-opt): Properly handle inputs with duplicate entries.
2866
2867 2004-12-06 Richard M. Stallman <rms@gnu.org>
2868
2869 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2870
2871 * cus-edit.el (custom-file): Doc fix.
2872
2873 * textmodes/org.el: New file.
2874
2875 2004-12-06 Kenichi Handa <handa@m17n.org>
2876
2877 * ldefs-boot.el: Update international/mule-util.el section.
2878
2879 2004-12-05 Sam Steingold <sds@gnu.org>
2880
2881 * net/tramp.el (tramp-handle-file-accessible-directory-p):
2882 Fix `tramp-time-diff' comparison logic.
2883
2884 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
2885
2886 * progmodes/which-func.el (which-function):
2887 Use `run-hook-with-args-until-success' instead of a custom loop.
2888 Fixes bug with local hooks.
2889
2890 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2891
2892 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2893 Use delete-dups when calculating the initial value.
2894 (bibtex-autokey-get-title): Use <=.
2895 (bibtex-goto-line): New function.
2896 (bibtex-reposition-window): Use line numbers instead of point
2897 positions. Use window-body-height.
2898 (bibtex-find-crossref): Use bibtex-reposition-window.
2899 (bibtex-find-entry): Use bibtex-reposition-window. Always return
2900 position of entry if key is found or nil if not found.
2901
2902 2004-12-05 Richard M. Stallman <rms@gnu.org>
2903
2904 * cus-edit.el (custom-file): Doc fix.
2905
2906 * progmodes/sh-script.el (sh-indent-for-then): Change default.
2907
2908 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2909
2910 * simple.el (blink-matching-open):
2911 * textmodes/tex-mode.el (tex-validate-region):
2912 Obey syntax-table text properties.
2913
2914 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
2915
2916 * wid-edit.el (widget-specify-field): Add `real-field' property to
2917 boundary.
2918 (widget-field-at): Use it.
2919
2920 2004-12-02 Richard M. Stallman <rms@gnu.org>
2921
2922 * progmodes/cc-mode.el (awk-mode autoload):
2923 Supply t meaning interactive function.
2924
2925 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
2926 (isearch-mode-map): No special definition for space.
2927 (isearch-whitespace-chars): Command deleted.
2928 (isearch-forward-regexp): Doc fix.
2929 (isearch-quote-char): When a space is not inside brackets,
2930 use `[ ]' instead of just space.
2931 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2932
2933 * imenu.el (imenu--generic-function): Delete code to exclude
2934 matches in comments.
2935
2936 * man.el (Man-reverse-face): Change default to `highlight'.
2937
2938 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2939 (occur-engine): Use `face' prop rather than `font-lock-face'
2940 when specifying use of `match-face'.
2941 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2942
2943 * emacs-lisp/elint.el (elint-standard-variables): Update list.
2944
2945 * add-log.el (add-log-current-defun): Handle the case where point
2946 is in the header part of a DEFUN construct.
2947
2948 2004-12-02 Dave Love <fx@gnu.org>
2949
2950 * progmodes/python.el (python-font-lock-syntactic-keywords):
2951 Fix previous change.
2952
2953 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
2954
2955 * paren.el (show-paren-function): Check for matching chars
2956 specified by text props.
2957
2958 2004-12-02 Jay Belanger <belanger@truman.edu>
2959
2960 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2961 when reading a new key sequence.
2962
2963 2004-12-02 Kim F. Storm <storm@cua.dk>
2964
2965 * faces.el (escape-glyph): Rename from glyph.
2966 (standard-display-table): Set it here. Add escape-glyph face to
2967 extra slot characters.
2968
2969 * disp-table.el: Undo 2004-12-01 change. Display table is now
2970 setup in faces.el.
2971
2972 2004-12-02 Mark A. Hershberger <mah@everybody.org>
2973
2974 * xml.el (xml-parse-dtd): Don't show validity messages when
2975 xml-validating-parser is nil.
2976 (xml-substitute-special): Fix validity error messages to
2977 actually show the unexpandable entity. Added validity error if &
2978 isn't followed by an entity.
2979 (xml-parse-tag): Concatenate any string following the a
2980 <![CDATA[]]> section to the parsed CDATA.
2981 (xml-parse-dtd): Skip parameter entity declarations and use of
2982 parameter entities.
2983
2984 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2985
2986 * kmacro.el (kmacro-default-counter-format): New var.
2987 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
2988 (kmacro-display): Remove `nil' from `and' form. Delete call to
2989 `format' inside `message'.
2990 (kmacro-start-macro): Use `kmacro-default-counter-format'.
2991
2992 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2993
2994 * pcvs.el (cvs-header-msg): New function.
2995 (cvs-update-header): Use it. Change calling convention.
2996 Correctly handle the case of having simultaneous active processes.
2997 (cvs-sentinel): Don't call cvs-update-header any more.
2998 (cvs-mode-run): Update call and add cvs-update-header to postproc.
2999
3000 2004-12-01 Jay Belanger <belanger@truman.edu>
3001
3002 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
3003 Change message.
3004
3005 2004-12-01 Juri Linkov <juri@jurta.org>
3006
3007 * progmodes/prolog.el (prolog-mode-variables):
3008 Fix imenu-generic-expression.
3009
3010 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
3011
3012 * faces.el (glyph): New face.
3013
3014 * disp-table.el: Add an autoloaded table, that doesn't require
3015 this library, with glyph face.
3016
3017 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
3018 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
3019 (conf-quote-normal): Allow normalizing only ' or ".
3020 (conf-mode): Regexp-quote constructed comment-start and don't
3021 match section {} where "name" contains braces.
3022
3023 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
3024 files.
3025
3026 2004-12-01 Kenichi Handa <handa@m17n.org>
3027
3028 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
3029 (x-select-text): Don't treat eight-bit-control/graphic chars
3030 specially. Store the encoded text in the X cut buffer.
3031 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
3032 with x-last-selected-text-cut-encoded.
3033
3034 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
3035
3036 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
3037
3038 2004-11-30 Markus Rost <rost@ias.edu>
3039
3040 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
3041 AUCTeX.
3042
3043 2004-11-30 Jay Belanger <belanger@truman.edu>
3044
3045 * calc/calc-arith.el (math-possible-signs): Made stronger checks
3046 on signs of intervals.
3047 (math-pow-of-zero): Strengthen checks for positive and negative
3048 exponents.
3049
3050 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
3051 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
3052 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
3053 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
3054 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
3055 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
3056 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
3057 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
3058 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
3059 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
3060 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
3061 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
3062 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
3063 with provide statements.
3064
3065 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
3066
3067 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
3068
3069 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
3070 (calc-load-everything, math-defsimplify): Replace dummy autoloading
3071 functions by require statements.
3072 (math-defsimplify): Move to calc-alg.el, add to autoloads.
3073
3074 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3075 (calc-gnuplot-print): Give them values.
3076
3077 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
3078 autoloads.
3079 Add calc-do-embedded-activate to autoloads.
3080 (calc-gnuplot-name, calc-gnuplot-plot-command)
3081 (calc-gnuplot-print-command): Move them to calc-graph.el.
3082
3083 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3084
3085 * term/mac-win.el (ccl-encode-mac-roman-font)
3086 (ccl-encode-mac-cyrillic-font)
3087 (ccl-encode-mac-centraleuropean-font, encoder-list)
3088 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
3089 Support Cyrillic, CentralEuropean, and Dingbat font display
3090
3091 2004-11-30 Andre Spiegel <spiegel@gnu.org>
3092
3093 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
3094
3095 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
3096 still nil.
3097
3098 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
3099
3100 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
3101 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
3102
3103 2004-11-29 Jay Belanger <belanger@truman.edu>
3104
3105 * calc/calc-arith.el (math-pow-of-zero): Take into account different
3106 cases of the base and exponent.
3107
3108 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
3109
3110 * simple.el (next-error-buffer-p): Allow for inclusive and
3111 exclusive tests for finding a buffer.
3112 (next-error-find-buffer): Pass the exclusive and inclusive tests
3113 to next-error-buffer-p.
3114
3115 * replace.el (occur-next-error): Switch to the Occur buffer when
3116 appropriate, use the exclusive filter to next-error-find-buffer to
3117 do it. Use the absolute value of the motion amount.
3118
3119 2004-11-29 Kenichi Handa <handa@m17n.org>
3120
3121 * startup.el (command-line): Decode all default-directory by
3122 locale-coding-system.
3123
3124 2004-11-29 Jay Belanger <belanger@truman.edu>
3125
3126 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
3127 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
3128 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
3129 Replace calls to calc-extensions by appropriate require, replace
3130 calc-extensions-loaded by appropriate featurep.
3131
3132 * calc/calc-ext.el: Move require to end of file.
3133 Remove redundant loading of calc.el.
3134 (calc-extensions-loaded): Remove unnecessary variable.
3135 (calc-extensions): Remove unnecessary function.
3136 (calc-load-everything): Replace calc-need-macros by appropriate require.
3137
3138 * calc/calc-macs.el: Move provide to end of file.
3139 (calc-need-macros): Remove unnecessary function.
3140
3141 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
3142 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
3143 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
3144 Replace calc-extensions by appropriate require.
3145 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
3146
3147 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
3148 Replace calc-need-macros by appropriate require.
3149
3150 * calc/calc.el: Move require to end of file.
3151 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
3152 Remove unnecessary variable.
3153 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
3154 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
3155 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
3156 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
3157 (math-stack-value-offset, math-format-value, math-format-flat-expr)
3158 (math-format-number, math-format-bignum, math-read-number)
3159 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
3160 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
3161 by appropriate require.
3162 (calc-check-defines): Replace calc-need-macros by appropriate require.
3163
3164 2004-11-29 Kim F. Storm <storm@cua.dk>
3165
3166 * macros.el (insert-kbd-macro): Handle kmacro functions.
3167
3168 2004-11-28 Juri Linkov <juri@jurta.org>
3169
3170 * compare-w.el (compare-windows-highlight): Attach each overlay
3171 to its window to properly highlight differences while comparing
3172 two windows of the same buffer. Fix arguments.
3173 (compare-windows-sync-default-function): Fix arguments of
3174 `compare-windows-highlight'.
3175
3176 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
3177 Use `read-expression-history'. Set initial contents only if
3178 `edebug-global-break-condition' is non-nil. Set histpos to 1
3179 if initial contents is equal to the last history element.
3180 (edebug-set-conditional-breakpoint): Instead of temporarily
3181 prepending the current condition to the history, set initial
3182 contents to the current condition. Set histpos to 1 if initial
3183 contents is equal to the last history element.
3184
3185 * info.el (Info-search-whitespace-regexp): Remove shy group.
3186 (Info-search): Forward line if search is on the header line.
3187 Use search-whitespace-regexp in two other places.
3188
3189 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
3190
3191 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
3192 warning. Delay real definition, which uses
3193 `set-fringe-indicators-1' till after the definition of that function.
3194
3195 2004-11-28 Kim F. Storm <storm@cua.dk>
3196
3197 * fringe.el (fringe): New defgroup.
3198 (fringe-mode): Move to fringe group.
3199 (fringe-indicators): New defcustom.
3200 (set-fringe-indicators-1): New defun.
3201
3202 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
3203 (menu-bar-showhide-fringe-ind-menu): New keymap.
3204 (menu-bar-showhide-fringe-ind-empty)
3205 (menu-bar-showhide-fringe-ind-mixed)
3206 (menu-bar-showhide-fringe-ind-box)
3207 (menu-bar-showhide-fringe-ind-right)
3208 (menu-bar-showhide-fringe-ind-left)
3209 (menu-bar-showhide-fringe-ind-none): New defuns.
3210 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
3211
3212 2004-11-27 Richard M. Stallman <rms@gnu.org>
3213
3214 * comint.el (comint-read-noecho): Add trivial compatibility definition.
3215
3216 * generic.el (define-generic-mode): Doc fix.
3217
3218 * menu-bar.el (menu-bar-options-save): For the options
3219 that are toggled with menu-bar-make-mm-toggle, don't check
3220 for customized-value prop.
3221
3222 2004-11-27 Eli Zaretskii <eliz@gnu.org>
3223
3224 * mail/supercite.el (sc-cite-region): Handle the case where
3225 sc-cite-frame-alist is a symbol.
3226 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
3227 a symbol.
3228 (sc-recite-region): Handle the case where sc-recite-frame-alist is
3229 a symbol.
3230
3231 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
3232
3233 * wid-edit.el (widget-narrow-to-field): New function.
3234 (widget-complete): Use it.
3235
3236 2004-11-27 Jay Belanger <belanger@truman.edu>
3237
3238 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
3239 variable.
3240 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
3241 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
3242 (math-alg-inequalities): Move declaration to earlier in the file.
3243
3244 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
3245 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
3246 Declare them.
3247
3248 * calc/calc-lang.el (math-expr-data, math-expr-token)
3249 (math-exp-old-pos): Declare them.
3250
3251 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
3252 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
3253
3254 2004-11-27 Kim F. Storm <storm@cua.dk>
3255
3256 * progmodes/flymake.el: Use (featurep 'xemacs).
3257 (flymake-makehash): Change to defsubst. Use fboundp.
3258 (flymake-time-to-float): Remove.
3259 (flymake-float-time): Merge code from flymake-time-to-float here.
3260 (flymake-replace-regexp-in-string): Change to defsubst.
3261 (flymake-split-string-remove-empty-edges):
3262 Rename to flymake-split-string.
3263 (flymake-split-string): Remove previous defalias.
3264 (flymake-get-temp-dir): Change to defsubst.
3265 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
3266 Define for xemacs only.
3267 (flymake-master-file-count-limit): Change into compiler defvar only.
3268 (flymake-find-possible-master-files): Let-bind it dynamically while
3269 sorting files using flymake-master-file-compare.
3270
3271 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
3272
3273 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
3274 of defun-prompt-regexp matches inside a comment/string but the
3275 beginning is correctly outside everything.
3276
3277 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
3278 appears within a string or a comment.
3279
3280 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
3281 rather than make-symbol for symbols which are used in
3282 a symbol-macrolet or equivalent.
3283
3284 2004-11-26 Jay Belanger <belanger@truman.edu>
3285
3286 * calc-misc.el (calc-last-why-command): Declare it.
3287
3288 * calc-vec.el (math-grade-vec): New variable.
3289 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
3290 Replace variable grade-vec by declared variable.
3291 (math-rb-close): New variable.
3292 (math-read-brackets, math-read-vector): Replace variable close by
3293 declared variable.
3294
3295 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
3296 (calc-one-window, calc-edit-handler, calc-restore-trail)
3297 (calc-allow-ret): Declare them.
3298
3299 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
3300 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
3301 (math-radix-float-cache-tag, math-random-cache)
3302 (math-max-digits-cache, math-integral-cache, math-units-table)
3303 (math-format-date-cache, math-holidays-cache-tag): Declare them.
3304 (math-moc-func): New variable.
3305 (math-map-over-constants, math-map-over-constants-rec):
3306 Replace variable func by declared variable.
3307
3308 * calc/calc-store.el (calc-given-value, calc-store-opers):
3309 Declare them.
3310 (calc-var-name-map): Move declaration to earlier in the file.
3311 (calc-pv-pos): New variable.
3312 (calc-permanent-variable, calc-insert-permanent-variable):
3313 Replace variable pos by declared variable.
3314
3315 * calc/calc-mtx.el (calc-det-lu): New variable.
3316 (math-det-raw, math-det-step): Replace variable lu by declared variable.
3317
3318 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
3319 (math-multi-subst, math-multi-subst-rec): Replace variables temp
3320 and arg by declared variables.
3321 (calcFunc-reducer): Fix incorrect variable.
3322 (math-inner-mul-func, math-inner-add-func): New variables.
3323 (calcFunc-inner, math-inner-mats): Replace variables mul-func
3324 and add-func by declared variables.
3325
3326 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
3327 (calc-digit-value): Declare them.
3328
3329 * calc/calc-help.el (Info-history): Declare it.
3330 (calc-describe-key): Make calc-summary-indentation a local variable.
3331 (calc-help-long-names): Move declaration to earlier in file.
3332
3333 * calc/calc-embed.el (calc-original-buffer): Declare it.
3334 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3335 (calc-embed-bot): New variables.
3336 (calc-do-embedded, calc-embedded-mark-formula)
3337 (calc-embedded-find-bounds, calc-embedded-duplicate)
3338 (calc-embedded-new-formula, calc-embedded-make-info):
3339 Replace vars outer-top, outer-bot, bot and top by declared variables.
3340 (calc-embed-prev-modes): New variable.
3341 (calc-embedded-set-modes, calc-embedded-update): Replace variable
3342 prev-modes with declared variable.
3343 (calc-embed-vars-used): New variable.
3344 (calc-embedded-make-info, calc-embedded-evaluate-expr)
3345 (calc-embedded-update, calc-embedded-find-vars): Replace variable
3346 vars-used by declared variable.
3347
3348 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3349 (math-format-radix-float): Remove unnecessary setq.
3350 (math-radix-float-cache): Declare it.
3351
3352 * calc/calcsel2.el (calc-keep-selection): Declare it.
3353
3354 * calc/calc-maint.el: Remove file.
3355
3356 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3357
3358 * textmodes/bibtex.el (bibtex-sort-entry-class)
3359 (bibtex-comment-start): Use defcustom.
3360 (bibtex-entry-field-alist): Use nil if initial content of the
3361 field is undefined. Fix docstring.
3362 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3363 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3364 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3365 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3366 Fix docstring.
3367 (bibtex-autokey-title-terminators): Use only one regexp.
3368 (bibtex-string-maybe-empty-head): New variable.
3369 (bibtex-remove-delimiters-string): New function.
3370 (bibtex-text-in-field-bounds, bibtex-text-in-string):
3371 Use bibtex-remove-delimiters-string.
3372 (bibtex-progress-message, bibtex-field-left-delimiter)
3373 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3374 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3375 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3376 Simplify.
3377 (bibtex-format-entry): Use save-excursion for inherited booktitle.
3378 Use eq and bibtex-remove-delimiters-string. For end markers use
3379 insertion type so that marker stays after inserted text.
3380 (bibtex-autokey-get-names): Return empty string if name is missing.
3381 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3382 calling bibtex-autokey-name-case-convert.
3383 (bibtex-autokey-demangle-title):
3384 Call bibtex-autokey-titleword-case-convert. Remove call to
3385 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3386 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3387 (bibtex-read-key): New optional arg global.
3388 (bibtex-files-expand): New optional arg force.
3389 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3390 (bibtex-complete-crossref-cleanup): Rename from
3391 bibtex-complete-key-cleanup. Simplify code.
3392 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
3393 Operate on current entry.
3394 (bibtex-button): Add docstring.
3395 (bibtex-entry): Simplify.
3396 (bibtex-make-field): Replace optional arg called-by-yank with more
3397 specific args move and interactive.
3398 (bibtex-end-of-entry): Use forward-sexp.
3399 (bibtex-find-entry-globally): Remove.
3400 (bibtex-find-crossref): Allow for crossref key located in other buffer.
3401 Bound to C-c C-x.
3402 (bibtex-find-entry): New optional args global and display.
3403 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
3404 (bibtex-validate): Use arg force of bibtex-files-expand.
3405 (bibtex-clean-entry): Bugfix, clean string entries properly.
3406 Always keep point at beginning of entry.
3407 (bibtex-complete): Bugfix. Handle string entries properly.
3408 Call cleanup functions only if needed.
3409 (bibtex-String): Use bibtex-read-string-key.
3410 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
3411 case of replacement text.
3412
3413 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3414
3415 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3416 (tramp-perl-directory-files-and-attributes): New constant.
3417 (tramp-file-name-handler-alist): Delete file-directory-files, add
3418 directory-files-and-attributes.
3419 (tramp-perl-file-attributes): Surround uid and gid by double
3420 quotes. Change parameter id-format from nonnumeric.
3421 (tramp-convert-file-attributes): New function.
3422 (tramp-handle-file-attributes): Use it.
3423 (tramp-maybe-send-perl-script): New function.
3424 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3425 file mode. Change parameter id-format from nonnumeric.
3426 (tramp-handle-file-attributes-with-ls): Change parameter id-format
3427 from nonnumeric.
3428 (tramp-post-connection): Don't send tramp-perl-file-attributes
3429 script. Reset connection property "perl-scripts".
3430 (tramp-handle-insert-directory): Run real handler when ls-lisp is
3431 in use.
3432
3433 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3434
3435 * desktop.el (desktop-read): Replace mapcar with mapc.
3436 (desktop-create-buffer): Replace mapcar with mapc.
3437 Remove redundant piece of code.
3438
3439 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
3440
3441 * progmodes/gud.el (gud-display-line): Use display-buffer
3442 for GDB-UI as for GUD.
3443
3444 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3445 Delete variables.
3446 (gdb-ann3): Don't make GUD buffer dedicated.
3447 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3448 (gdb-display-source-buffer): Delete function.
3449 (gdb-view-source-function, gdb-view-assembler): Delete functions.
3450 (menu): Delete menu bindings for viewing source/assembler.
3451 (gdb-setup-windows, gdb-restore-windows):
3452 Don't dedicate GUD. No assembler now.
3453 (gdb-reset): No need to undedicate source buffers now.
3454 (gdb-source-info): No assembler now.
3455
3456 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
3457
3458 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3459 width to those for special frames.
3460 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3461 Use display-buffer.
3462 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3463 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3464 (gdb-frame-assembler-buffer): Rework like
3465 gdb-frame-breakpoints-buffer.
3466
3467 2004-11-25 Richard M. Stallman <rms@gnu.org>
3468
3469 * progmodes/flymake.el: Reindent.
3470 (flymake-split-string): Turn into defalias.
3471 (flymake-fix-file-name): Rename from flymake-fix-path-name.
3472 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3473 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
3474 (flymake-build-relative-filename): Rename from ...path.
3475 Fix error message.
3476
3477 2004-11-25 Cheng Gao <chenggao@gmail.com>
3478
3479 * progmodes/flymake.el: Much whitespace and capitalization change.
3480 Move `provide' to end. Require `compile' only when compiling.
3481
3482 2004-11-24 Jay Belanger <belanger@truman.edu>
3483
3484 * calc/calc-alg.el: Added comment.
3485 (math-polynomial-base): Replace variable mpb-top-expr by
3486 math-poly-base-top-expr.
3487
3488 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3489 (math-polynomial-p1): Replace variable mpb-top-expr by declared
3490 variable.
3491 (math-poly-base-total-base): New variable.
3492 (math-total-polynomial-base, math-polynomial-p1): Replace variable
3493 mpb-total-base by declared variable.
3494 (math-factored-vars, math-to-list): Declare it.
3495 (math-fact-expr): New variable.
3496 (calcFunc-factors, calcFunc-factor, math-factor-expr)
3497 (math-factor-expr-try, math-factor-expr-part): Replace variable
3498 expr by declared variable.
3499 (math-fet-x): New variable.
3500 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3501 by declared variable.
3502 (math-factor-poly-coefs): Make temp a local variable.
3503
3504 * calc/calc-units.el (calc-convert-units): Make units a local
3505 variable.
3506 (calc-num-units, calc-den-units): New variables.
3507 (calc-explain-units, calc-explain-units-rec): Replace variables
3508 num-units and den-units by declared variables.
3509 (math-cu-unit-list): New variable.
3510 (math-build-units-table, math-compare-unit-names)
3511 (math-convert-units, math-convert-units-rec): Replace variable
3512 unit-list by declared variable.
3513 (math-fbu-base, math-fbu-entry): New variables.
3514 (math-find-base-units, math-find-base-units-rec): Replace variables
3515 base and entry by declared variables.
3516 (math-which-standard): New variable.
3517 (math-to-standard-units, math-to-standard-rec): Replace variable
3518 which-standard by declared variable.
3519 (math-fcu-u): New variable.
3520 (math-find-compatible-unit, math-find-compatible-unit-rec):
3521 Replace variable u by declared variable.
3522 (math-cu-new-units, math-cu-pure): New variables.
3523 (math-convert-units, math-convert-units-rec): Replace variables
3524 new-units and pure by declared variables.
3525 (math-try-cancel-units): New variable.
3526 (math-simplify-units-quotient): Replace variable try-cancel-units by
3527 declared variable.
3528
3529 2004-11-24 Richard M. Stallman <rms@gnu.org>
3530
3531 * textmodes/ispell.el (ispell-check-version):
3532 If default-directory is nonexistent, use home dir.
3533
3534 * progmodes/grep.el (grep-regexp-alist):
3535 Don't match parens around line numbers.
3536
3537 * progmodes/cperl-mode.el (cperl-indent-region)
3538 (cperl-imenu--create-perl-index, cperl-xsub-scan):
3539 Don't print progress messages.
3540
3541 * progmodes/compile.el (compilation-mode-map):
3542 Don't inherit from compilation-minor-mode-map;
3543 copy its bindings instead. But the menu bar Compile
3544 entry now does inherit from compilation-menu-map.
3545
3546 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3547 Use with-no-warnings around compiler-macroexpand.
3548
3549 * imenu.el: Don't always require newcomment.
3550 (imenu--generic-function): Call comment-normalize-vars
3551 if we have a comment syntax.
3552 Exit the loop if REGEXP matches the null string.
3553 Test comment-start as well as comment-start-skip
3554 when deciding whether to check for comments.
3555
3556 * tooltip.el (tooltip-mode): Doc fix.
3557
3558 * term.el (term-escape-char, term-mode): Doc fixes.
3559
3560 2004-11-24 Dave Love <fx@gnu.org>
3561
3562 * progmodes/python.el (python-font-lock-syntactic-keywords):
3563 Check for escapes in the regexp.
3564 (python-quote-syntax): Don't do it here.
3565
3566 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3567
3568 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3569 (gdb-frames-mode-map, gdb-threads-mode-map)
3570 (gdb-registers-mode-map, gdb-locals-mode-map)
3571 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3572 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3573
3574 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3575 (dedicated-switch-to-buffer): Rework.
3576 (gdb-var-evaluate-expression-handler, gdb-put-string):
3577 Remove unused variable bindings.
3578 (gdb-setup-windows, gdb-display-buffer):
3579 Simplify. Use pop-to-buffer.
3580 (gdb-view-source-function): Simplify.
3581 (gdb-frame-breakpoints-buffer):
3582 Use pop-to-buffer, special-display-regexps.
3583
3584 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3585
3586 * progmodes/f90.el (f90-smart-end)
3587 (f90-previous-statement, f90-beginning-of-block): Doc fix.
3588 (f90-calculate-indent): Handle un-named PROGRAM blocks.
3589 (f90-end-of-block): Doc fix. Make check of outermost block
3590 conditional on value of `f90-smart-end'.
3591 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3592 Handle case where END-BLOCK is nil.
3593 (f90-match-end): Handle un-named PROGRAM blocks.
3594 (f90-backslash-not-special): New function.
3595
3596 2004-11-24 Jay Belanger <belanger@truman.edu>
3597
3598 * calc/calc.el (calc-embedded-active): Removed unnecessary
3599 declaration.
3600 (calc-show-banner): Removed redundant declaration.
3601
3602 * calc/calc-graph.el (calc-gnuplot-default-device)
3603 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3604 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3605 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3606 Remove redundant initial values.
3607
3608 * calc/calc-arith.el (math-scalar-functions)
3609 (math-nonscalar-functions, math-scalar-if-args-functions)
3610 (math-real-functions, math-positive-functions)
3611 (math-nonnegative-functions, math-real-scalar-functions)
3612 (math-real-if-arg-functions, math-integer-functions)
3613 (math-num-integer-functions, math-rounding-functions)
3614 (math-float-rounding-functions, math-integer-if-args-functions)
3615 (math-super-types): Move declarations to earlier in file.
3616 (math-unit-prefixes): Declared it.
3617 (math-floor-prec, math-trunc-prec): New variables.
3618 (math-trunc-fancy): Replace variable prec by declared variable.
3619 (math-floor-fancy): Replace variable prec by declared variable.
3620 (math-com-bterms): New variable.
3621 (math-commutative-equal, math-commutative-collect):
3622 Replace variable bterms by declared variable.
3623
3624 * calc/calc-misc.el (math-trunc): Replace variable prec by
3625 math-trunc-prec.
3626 (math-floor): Replace variable prec by math-floor-prec.
3627
3628 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3629 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3630 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3631 (math-format-date, math-format-date-part): Replace variables
3632 date, dt, year, month, day, weekday, hour, minute, second and
3633 bc-flag by declared variables.
3634 (math-pd-str): New variable.
3635 (math-parse-date, math-parse-date-word, math-parse-standard-date):
3636 Replace variable str by declared variable.
3637 (math-daylight-savings-hook, math-tzone-names): Move definitions
3638 to earlier in the file.
3639 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3640 (math-sh-year): New variable.
3641 (math-setup-add-holidays, math-setup-holidays)
3642 (math-setup-year-holidays): Replace variable `year' by declared
3643 variable.
3644
3645 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3646 New variables.
3647 (math-nth-root-float, math-nth-root-float-iter): Replace variables
3648 n, nf and nfm1 by declared variables.
3649 (math-nri-n): New variable.
3650 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3651 n by declared variable.
3652 (calcFunc-log): Removed misplaced condition.
3653
3654 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3655
3656 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3657
3658 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3659
3660 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3661 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3662 Dedicate gdb-related windows.
3663 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3664 other frames.
3665 (gdb-reset): Remove dedicated property after debugging.
3666
3667 2004-11-24 Jay Belanger <belanger@truman.edu>
3668
3669 * calc/calc-sel.el: Add comment.
3670
3671 * calc/calc.el (math-stack-value-offset): Replace variables c,
3672 wid and off with math-svo-c, math-svo-wid and math-svo-off.
3673
3674 * calc/calccomp.el (math-comp-sel-tag): Declare it.
3675 (math-svo-c, math-svo-wid, math-svo-off): New variables.
3676 (math-stack-value-offset-fancy): Replace variables c, wid and off
3677 by declared variables.
3678 (math-comp-just, math-comp-comma-spc): New variables.
3679 (math-compose-expr, math-compose-matrix): Replace variables `just'
3680 and comma-spc by declared variable.
3681 (math-comp-vector-prec): New variable.
3682 (math-compose-expr, math-compose-matrix, math-compose-rows):
3683 Replace variable vector-prec by declared variable.
3684 (math-comp-left-bracket, math-comp-right-bracket)
3685 (math-comp-comma): New variables.
3686 (math-compose-expr, math-compose-rows): Replace variables
3687 left-bracket, right-bracket and comma by declared variables.
3688 (math-comp-full-width): New variable.
3689 (math-comp-to-string-flat, math-comp-to-string-flat-term):
3690 Replace variable full-width by declared variable.
3691 (math-comp-highlight, math-comp-word, math-comp-level)
3692 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3693 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3694 New variables.
3695 (math-comp-to-string-flat, math-comp-to-string-flat-term)
3696 (math-comp-sel-flat-term): Replace variables comp-highlight,
3697 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3698 declared variables.
3699 (math-comp-simplify, math-comp-simplify-term)
3700 (math-comp-add-string, math-comp-add-string-sel):
3701 Replace variables comp-highlight, comp-buf, comp-base,
3702 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3703
3704 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3705
3706 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3707
3708 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3709 and x-server-version may throw.
3710
3711 2004-11-23 Kim F. Storm <storm@cua.dk>
3712
3713 * subr.el (substitute-key-definition-key): Optimize.
3714 Don't call indirect-function for nil defn (always signals error).
3715
3716 * ido.el (ido-read-internal): Fix require-match check when
3717 ido-directory-too-big is set.
3718
3719 2004-11-23 Jay Belanger <belanger@truman.edu>
3720
3721 * calc/calc-ext.el (math-read-replacement-list)
3722 (math-read-superscripts): New variables.
3723 (math-read-preprocess-string): New function.
3724 (math-read-expr): Filter input through math-read-preprocess-string.
3725
3726 * calc/calc-aent.el (math-read-exprs): Filter input through
3727 math-read-preprocess-string.
3728
3729 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
3730
3731 * progmodes/compile.el (compilation-start): In cd command use
3732 substitute-env-vars -- not quite shell compatible but better than
3733 nothing.
3734 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3735 handle the newer versions messages, which are more parseable.
3736
3737 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3738
3739 * reveal.el (reveal-mode-map): New var.
3740 (reveal-mode): Use it.
3741
3742 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
3743
3744 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3745 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3746
3747 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3748
3749 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3750 header-line when needed.
3751 Use fixed-pitch only in the header-line.
3752 Build the underline automatically. Use emdash if available.
3753
3754 2004-11-22 Richard M. Stallman <rms@gnu.org>
3755
3756 * dired.el (dired-recursive-copies): Move from dired-aux.el.
3757 * dired-aux.el (dired-recursive-copies): Move to dired.el.
3758
3759 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
3760
3761 * progmodes/gdb-ui.el (gdb-resync): New function.
3762 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3763 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3764 Use it to fail more gracefully.
3765 (gdb-variables): Delete variable.
3766 Re-order variables to reduce byte-compiler warnings.
3767
3768 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3769
3770 * descr-text.el (describe-char):
3771 * paren.el (show-paren-function):
3772 * subr.el (syntax-after): Undo last change.
3773
3774 * progmodes/python.el (run-python): Don't hard code *Python*.
3775 Don't modify global process-environment.
3776 (python-send-region, python-load-file): Don't assume that
3777 python-buffer == (process-buffer (python-proc)).
3778 (python-switch-to-python): Simplify.
3779
3780 * dired.el (dired-align-file): Don't assume line starts with spaces.
3781
3782 2004-11-21 Jay Belanger <belanger@truman.edu>
3783
3784 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3785 Replace variable `lines' by math-read-big-lines.
3786 (math-read-big-expr): Replace variables the-baseline, the-h2
3787 and err-msg by math-read-big-baseline, math-read-big-h2 and
3788 math-read-err-msg.
3789 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3790
3791 * calc/calc-lang.el (math-read-big-rec): Fix typo.
3792 (math-read-big-balance): Replace unbound variable by value.
3793 (math-read-big-lines): New variable.
3794 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3795 (math-read-big-error, math-read-big-balance): Replace variable
3796 `lines' by declared variable.
3797 (math-read-big-baseline, math-read-big-h2): New variables.
3798 (math-read-big-rec): Replace variables the-baseline and the-h2
3799 by declared variables.
3800 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3801 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3802 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3803 declared variables.
3804 (math-read-big-err-msg): New variable.
3805 (math-read-big-error): Replace variable err-msg by declared variable.
3806
3807 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3808
3809 * ses.el: Add coding cookie.
3810 Fix up docstrings, follow new commenting conventions.
3811 (ses-header-line-menu): Fix missing variable rename for header-row.
3812 (ses-cell-size): Remove.
3813 (ses-make-cell): New function.
3814 (ses-cell, ses-insert-row, ses-insert-column): Use it.
3815 (ses-calculate-cell): Remove unused var `symbol'.
3816 (ses-narrowed-p): New function.
3817 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3818 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3819 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3820 (ses-setup): Use restore-buffer-modified-p.
3821 (ses-cleanup): Remove unused var `end'.
3822 (ses-header-string-left-offset): Remove.
3823 (ses-create-header-string): Adjust to new behavior of `align-to'.
3824 Truncate excessively large fields to preserve alignment.
3825 (ses-reconstruct-all): Remove unused var `refs'.
3826 (ses-read-cell-printer): Remove unused var `prompt'.
3827 (ses-delete-row): Remove unused var `pos'.
3828 (ses-delete-column): Remove unused var `new'.
3829
3830 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3831
3832 * ps-print.el: Insert :version tag into all defgroup and defcustom.
3833 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3834 Eliminate eval-and-compile usage.
3835 (ps-insert-file): Use insert-file-contents instead of insert-file.
3836 (ps-setup): Code fix.
3837
3838 * printing.el (pr-setup, lpr-setup): Code fix.
3839
3840 2004-11-21 Jay Belanger <belanger@truman.edu>
3841
3842 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3843 (calc-original-buffer): Declare them.
3844 (calc-user-formula-alist): New variable.
3845 (calc-user-define-formula, calc-fix-user-formula)
3846 (calc-user-define-composition, calc-finish-formula-edit):
3847 Replace variable `alist' by declared variable.
3848 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3849 (var-q7, var-q7, var-q8, var-q9): Declare them.
3850 (calc-kbd-push): Don't check to see if var-q0 through var-q9
3851 are bound.
3852 (calcFunc-typeof): Replace undeclared variable by expression.
3853 (math-exp-env): New variable.
3854 (math-define-body, math-define-exp): Replace exp-env by declared var.
3855 (math-define-exp): Replace misplaced variable by expression.
3856
3857 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3858 (calc-curve-model, calc-curve-coefnames): New variables.
3859 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3860 varnames, model and coefnames by declared variables.
3861 (math-root-widen): New variable.
3862 (math-search-root, math-find-root): Replace variable root-widen by
3863 declared variable.
3864 (var-DUMMY): Declare it.
3865 (math-root-vars, math-min-vars): Move the declarations to earlier in
3866 the file.
3867 (math-brent-min): Make d a local variable.
3868 (math-find-minimum): Replace non-existent variable.
3869 (math-ninteg-romberg): Remove unnecessary variable.
3870 (math-ninteg-temp): New variable.
3871 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3872 integ-temp by declared variable.
3873 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3874 New variables.
3875 (math-general-fit): Replace variables first-var, first-coef and
3876 new-coefs by declared variables.
3877 (calcFunc-fitvar): Replace variable first-var by declared variable.
3878 (calcFunc-fitparam): Replace variable first-coef by declared variable.
3879 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3880 (math-all-vars-vars, math-all-vars-found): New variables.
3881 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3882 found by declared variable math-all-vars-vars.
3883
3884 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
3885
3886 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3887 of `defconst'.
3888
3889 2004-11-20 Richard M. Stallman <rms@gnu.org>
3890
3891 * isearch.el (isearch-mode-map): Don't bind SPC.
3892 (isearch-whitespace-chars): Function deleted.
3893 (isearch-search): Bind search-spaces-regexp.
3894 (isearch-lazy-highlight-search): Likewise.
3895 (search-whitespace-regexp): Doc fix.
3896 (isearch-forward-regexp): Doc fix.
3897
3898 * emacs-lisp/bytecomp.el (byte-compile-form):
3899 Move the calls to byte-compile-set-symbol-position,
3900 to avoid having two for the same symbol occurrence.
3901
3902 * comint.el (comint-input-ring-size): Increase to 150.
3903
3904 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3905 New variables.
3906 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3907 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3908
3909 * imenu.el (imenu--generic-function):
3910 Ensure we keep moving backward even if BEG isn't further back.
3911
3912 * replace.el (query-replace-read-to, query-replace-read-from):
3913 Specify t for KEEP-ALL in read-from-minibuffer.
3914
3915 * progmodes/python.el (python-switch-to-python):
3916 If Python isn't running, start it.
3917 Don't alter debug-ignored-errors.
3918
3919 * progmodes/cperl-mode.el (cperl-indent-region):
3920 Don't mind imenu-scanning-message.
3921
3922 * bindings.el (global-map): Bind C-e to move-end-of-line.
3923
3924 * simple.el (line-move-finish): New arg FORWARD.
3925 Ignore invisible newlines, not intangible ones.
3926 Conditions for acceptable stopping positions depend on FORWARD.
3927 (line-move): Pass FORWARD arg to line-move-finish.
3928
3929 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3930 of HEADER. Compensate for this change in the code to add display
3931 properties. Don't make the first line intangible.
3932
3933 * info.el (Info-search): Fix previous change.
3934
3935 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3936
3937 * Makefile.in (recompile): Revert 2004-11-19 change.
3938 (compile): Likewise.
3939
3940 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
3941
3942 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3943
3944 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3945
3946 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
3947 defgroup and defcustom. Eliminate eval-and-compile usage.
3948
3949 * progmodes/ebnf-otz.el: Fix typos.
3950
3951 2004-11-19 Jay Belanger <belanger@truman.edu>
3952
3953 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3954 (calc-edit-finish, calc-finish-stack-edit): Replace variable
3955 disp-trail by declared variable.
3956
3957 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3958 (calc-finish-selection-edit): Replace variable disp-trail by
3959 declared variable.
3960 (calc-selection-cache-entry): Move declaration to earlier in the file.
3961 (calc-selection-cache-num, calc-selection-cache-comp)
3962 (calc-selection-cache-offset, calc-selection-true-num)
3963 (calc-final-point-line, calc-final-point-column)
3964 (calc-original-buffer): Declare them.
3965 (calc-fnp-op, calc-fnp-num): New variables.
3966 (calc-find-nth-part, calc-find-nth-part-rec)
3967 (calc-select-previous): Replace op and num by declared variables.
3968 (calc-rsf-old, calc-rsf-new): New variables.
3969 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3970 Replace variables old and new by declared variables.
3971 (calc-sel-reselect): New variable.
3972 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3973 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3974 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
3975 reselect with declared variable.
3976
3977 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3978 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3979 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3980 (math-import-list, math-rewrite-phase): Declare them.
3981 (math-rewrite): Use let* to declare variables.
3982 (calc-rewrite-selection): Make rules a local variable.
3983 (calc-rewr-sel): New variable.
3984 (calc-rewrite-selection, calc-locate-selection-marker)
3985 (calc-rewrite): Use the declared variable calc-rewr-sel instead
3986 of sel.
3987 (math-rewrite-whole-expr): New variable.
3988 (math-rewrite, math-rewrite-phase): Replace variable expr by
3989 declared variable.
3990 (math-rewrite-heads-heads, math-rewrite-heads-skips)
3991 (math-rewrite-heads-blanks ): New variables.
3992 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3993 heads, skips and blanks by declared variables.
3994 (math-rwcomp-subst-old, math-rwcomp-subst-new)
3995 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3996 New variables.
3997 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3998 old, new, old-func and new-func by declared variables.
3999 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
4000 Remove unnecessary variable.
4001 (math-apply-rw-regs): New variable.
4002 (math-apply-rewrites, math-rwapply-replace-regs)
4003 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
4004 (math-apply-rw-ruleset): New variable.
4005 (math-apply-rewrites, math-rwapply-remember): Replace variable
4006 ruleset by declared variable.
4007
4008 2004-11-19 Richard M. Stallman <rms@gnu.org>
4009
4010 * info.el (Info-search): Use search-whitespace-regexp.
4011
4012 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4013
4014 * vc-rcs.el (vc-rcs-parse): New function.
4015 (vc-rcs-annotate-command): Likewise.
4016 (vc-rcs-annotate-current-time): Likewise.
4017 (vc-rcs-annotate-time): Likewise.
4018 (vc-rcs-annotate-extract-revision-at-line): Likewise.
4019
4020 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
4021
4022 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
4023
4024 2004-11-18 Jay Belanger <belanger@truman.edu>
4025
4026 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
4027
4028 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4029
4030 * printing.el: Eliminate use of interactive-p and eval-and-compile.
4031 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
4032 Use make-temp-file to generate PostScript files in any situation.
4033 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
4034 (pr-interactive-p): Eliminate var.
4035 (pr-save-interactive): Eliminate macro.
4036 (pr-interface, pr-ps-directory-preview)
4037 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4038 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4039 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4040 (pr-ps-buffer-ps-print, pr-ps-region-preview)
4041 (pr-ps-region-using-ghostscript, pr-ps-region-print)
4042 (pr-ps-region-ps-print, pr-ps-mode-preview)
4043 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4044 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4045 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
4046 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4047 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4048 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4049 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4050 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4051 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4052 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4053 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4054 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
4055 Eliminate pr-save-interactive usage.
4056 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
4057 Eliminate pr-interactive-p usage.
4058 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
4059 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
4060 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
4061 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
4062 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
4063 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
4064 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
4065 New funs.
4066 (pr-ps-file): Use make-temp-file to generate a temporary file.
4067
4068 2004-11-17 Jay Belanger <belanger@truman.edu>
4069
4070 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
4071 a local variable.
4072 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
4073 (math-top-only): New variable.
4074 (math-simplify, math-simplify-step): Replace variable top-only by
4075 declared variable math-top-only.
4076 (math-simplify-expr): Declare it.
4077 Replace argument expr in all calls of math-defsimplify by
4078 math-simplify-expr.
4079 (math-simplify-plus, math-simplify-times, math-simplify-divide)
4080 (math-simplify-divisor, math-simplify-one-divisor)
4081 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
4082 (math-simplify-pow): Replace variable expr by declared variable
4083 math-simplify-expr.
4084 (math-simplify-divisor): Remove local variables temp and op.
4085 (math-simplify-one-divisor): Make temp and op local variables.
4086 (math-simplify-divisor-nover, math-simplify-divisor-dover):
4087 New variables.
4088 (math-simplify-divisor, math-simplify-one-divisor):
4089 Replace variables nover and dover by declared variables.
4090 (math-expr-subst-new, math-expr-subst-old): New variables.
4091 (math-expr-subst, math-expr-subst-rec): Replace variables new
4092 and old by declared variables.
4093 (math-is-poly-degree, math-is-poly-loose): New variables.
4094 (math-is-polynomial, math-is-poly-rec): Replace variables degree
4095 and loose by declared variables.
4096 (math-poly-base-const-ok, math-poly-base-pred): New variables.
4097 (math-polynomial-base, math-polynomial-base-rec):
4098 Replace variables const-ok and mpb-pred by declared variables.
4099
4100 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
4101
4102 * calc/calc-ext.el (math-defsimplify): Change the argument in
4103 the created function to math-simplify-expr.
4104
4105 * calc/calc-units.el (math-simplify-expr): Declare it.
4106 Replace argument expr in all calls of math-defsimplify by
4107 math-simplify-expr.
4108 (math-simplify-units-prod): Replace variable expr by declared
4109 variable math-simplify-expr.
4110
4111 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
4112
4113 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
4114 Replace mapcar->dolist, format->string.
4115
4116 2004-11-17 Miles Bader <miles@gnu.org>
4117
4118 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
4119 * progmodes/idlwave.el: Remove RCS keywords.
4120
4121 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
4122
4123 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
4124 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
4125 Update to IDLWAVE version 5.5. Too many changes to list them here.
4126 * progmodes/idlw-help.el: New file.
4127
4128 2004-11-16 Richard M. Stallman <rms@gnu.org>
4129
4130 * international/iso-cvt.el (iso-tex2iso-trans-tab):
4131 Discard spaces after \i according to TeX rules.
4132
4133 * international/mule.el (set-buffer-file-coding-system):
4134 New arg NOMODIFY.
4135 (after-insert-file-set-coding): Pass that new arg.
4136 Prevent set-buffer-multibyte from trying to lock the file.
4137
4138 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
4139
4140 * saveplace.el (save-place): Doc fix.
4141
4142 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
4143 temporarily widen before finding the following word to copy.
4144
4145 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
4146 (cl-map-keymap): Definition deleted.
4147
4148 * subr.el (map-keymap-internal): New function.
4149
4150 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
4151
4152 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
4153 when pressing rather than when releasing mouse-2. Simplify.
4154
4155 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4156
4157 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
4158 (compilation-mode): Set it here instead.
4159
4160 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
4161
4162 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
4163 (loop, cl-parse-loop-clause, defsetf): Use backquote.
4164
4165 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4166
4167 * progmodes/compile.el (compilation-internal-error-properties):
4168 Fix up a transposition-typo. Check end-col before using it.
4169
4170 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
4171
4172 * international/iso-cvt.el (iso-tex2iso-trans-tab):
4173 Discard whitespace after macro \i when converting it.
4174
4175 2004-11-16 Juri Linkov <juri@jurta.org>
4176
4177 * emacs-lisp/find-func.el (find-function-regexp):
4178 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
4179 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
4180 Remove invalid `\W' from [^cgv\W]. Doc fix.
4181 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
4182
4183 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
4184
4185 * play/life.el: Maintainer is now FSF.
4186 (life-patterns, life-neighbor-deltas, life-window-start)
4187 (life-current-generation, life-generation-string): Use defvar
4188 instead of defconst.
4189
4190 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
4191
4192 * progmodes/compile.el (compilation-move-to-column): New fun.
4193 (compilation-internal-error-properties)
4194 (compilation-next-error-function): Use it to make sure we don't go past
4195 the end of line.
4196
4197 2004-11-15 John Paul Wallington <jpw@gnu.org>
4198
4199 * autoinsert.el (auto-insert-alist): Insert the user's name in
4200 copyright notice, rather than Free Software Foundation, for the
4201 Emacs Lisp header case too.
4202
4203 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4204
4205 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
4206 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4207 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
4208 return the list of string in a string.
4209 (pr-call-process): Message if calling process returns an error, that
4210 is, the exit status is different of zero.
4211
4212 2004-11-15 Jay Belanger <belanger@truman.edu>
4213
4214 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
4215 variable var-thing.
4216 (math-integ-depth, math-integ-level, math-integral-limit)
4217 (math-enable-subst, math-any-substs, math-integ-msg)
4218 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
4219 (math-int-threshold, math-int-factors, math-double-roots)
4220 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
4221 (var-GenCount): Declare these variables.
4222 (calcFunc-integ): Don't check if var-IntegLimit is bound.
4223 (math-integral-cache, math-integral-cache-state):
4224 Move declarations to earlier in the file.
4225 (math-deriv-var, math-deriv-total, math-deriv-symb)
4226 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
4227 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
4228 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
4229 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
4230 (math-solve-res): New variables
4231 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
4232 (math-integral, math-replace-integral-parts)
4233 (math-integrate-by-parts, calc-dump-integral-cache)
4234 (math-try-integral, math-do-integral, math-do-integral)
4235 (math-do-integral-methods, math-try-solve-for)
4236 (math-try-solve-prod, math-solve-poly-funny-powers)
4237 (math-solve-crunch-poly, math-decompose-poly)
4238 (math-solve-find-root-term, math-find-root-in-prod)
4239 (math-integ-try-linear-substitutions)
4240 (math-integ-try-substitutions, math-expr-rational-in)
4241 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
4242 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
4243 (math-solve-for, math-solve-system, math-solve-system-rec)
4244 (math-solve-get-sign, math-solve-get-int)
4245 (math-solve-system-subst): Replace undeclared variables with newly
4246 declared variables.
4247
4248 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
4249
4250 * winner.el (winner-active-region, winner-edges, winner-window-list):
4251 Define at toplevel.
4252 (winner-mode-map): Move init inside declaration.
4253
4254 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
4255
4256 * files.el (convert-standard-filename): Doc fix.
4257
4258 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
4259
4260 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
4261 passwd, group, shadow, default/* and pam.d/*.
4262
4263 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4264
4265 * printing.el (pr-menu-spec): Adjust menu specification.
4266
4267 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4268
4269 * printing.el: Doc fix. Insert :version tag into all defcustom.
4270 Handle interactive-p as is recommended in Emacs Lisp Reference.
4271 Set the file permission bits for newly created files.
4272 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
4273 The printing menu specification (in `pr-menu-spec') was merged.
4274 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
4275 (pr-version): New version number (6.8.3).
4276 (pr-file-modes): New option.
4277 (pr-interactive-p): New var.
4278 (pr-save-interactive, pr-save-file-modes): New macros.
4279 (pr-setup): Code fix.
4280 (pr-menu-spec): Menu specification merged.
4281 (pr-call-process, pr-text2ps): Set file permission bits.
4282 (pr-despool-print): Set file permission bits. Handle interactive-p as
4283 is recommended.
4284 (pr-interface, pr-ps-directory-preview)
4285 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
4286 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
4287 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
4288 (pr-ps-buffer-ps-print, pr-ps-region-preview)
4289 (pr-ps-region-using-ghostscript, pr-ps-region-print)
4290 (pr-ps-region-ps-print, pr-ps-mode-preview)
4291 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
4292 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
4293 (pr-despool-using-ghostscript, pr-despool-ps-print)
4294 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
4295 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
4296 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
4297 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
4298 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
4299 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
4300 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
4301 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
4302 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
4303 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
4304 Handle interactive-p as is recommended.
4305
4306 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
4307
4308 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
4309 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
4310
4311 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
4312 so it doesn't forget to highlight the beginning of the region either.
4313
4314 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
4315
4316 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
4317 (c-font-lock-init): Eliminate obsolete make-local-hook.
4318 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
4319 (awk-mode): Use run-mode-hooks.
4320
4321 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
4322
4323 2004-11-13 Kim F. Storm <storm@cua.dk>
4324
4325 * mouse.el (mouse-drag-copy-region): Add :version.
4326 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
4327 while dragging mode line, so mode line can be dragged downwards.
4328 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
4329 while pressing mouse button so window doesn't scroll until we
4330 release the mouse if clicking on partially visible line.
4331
4332 2004-11-12 Jay Belanger <belanger@truman.edu>
4333
4334 * calc/calc-graph.el (calc-dumb-map): Declare it.
4335 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
4336 than unbound.
4337 (calc-graph-name): Made `end' a local variable.
4338 (calc-graph-lookup): Made `varname' a local variable.
4339 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4340 Declare them.
4341 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
4342 (calc-graph-plot, calc-graph-compute-3d): Remove references to
4343 the unused variable y3vec.
4344 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
4345 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
4346 calc-graph-prev-kill-hook.
4347 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4348 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4349 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4350 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4351 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4352 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4353 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4354 (calc-graph-y3value, calc-graph-y3name)
4355 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4356 (calc-graph-stepcount, calc-graph-is-splot)
4357 (calc-graph-surprise-splot, calc-graph-blank)
4358 (calc-graph-non-blank, calc-graph-curve-num): New variables.
4359 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4360 (calc-graph-recompute-2d, calc-graph-compute-3d)
4361 (calc-graph-format-data): Replace undeclared variables with the
4362 above newly declared variables.
4363
4364 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
4365
4366 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4367 `rsf-beep' and `rsf-sleep-after-message'.
4368
4369 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4370 list if `message-sender' is non-nil.
4371
4372 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4373
4374 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4375 consing by using mapc instead of mapcar.
4376
4377 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
4378
4379 * tooltip.el (require): Explain why CL is needed.
4380
4381 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4382
4383 * printing.el: Insert :version into defgroup (printing). All reference
4384 to Files option in menubar were changed to File.
4385 (pr-version): New version number (6.8.2).
4386 (pr-get-symbol): Call easy-menu-intern.
4387 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
4388 compilation gripes.
4389
4390 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4391
4392 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4393 new byte-compile-function-environment binding to t.
4394
4395 * font-lock.el (font-lock-fontify-syntactically-region):
4396 Don't forget to highlight the last char when we hit `end'.
4397
4398 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4399 (mwheel-scroll): Adjust accordingly.
4400
4401 * cvs-status.el: Reduce spurious warnings.
4402 (cvs-status-checkout): Remove.
4403 (cvs-status-mode-map): Use cvs-mode-checkout instead.
4404
4405 * pcvs.el (cvs-mode-checkout): New command.
4406
4407 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4408
4409 * tooltip.el: Require CL.
4410
4411 * emacs-lisp/bytecomp.el: Use push.
4412 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4413 (defalias): Remove the `byte-compile' property and add
4414 a `byte-hunk-handler'.
4415
4416 2004-11-11 Juri Linkov <juri@jurta.org>
4417
4418 * info.el (Info-search): Save match data for isearch.
4419 Skip Tag Table node.
4420
4421 * descr-text.el (describe-char): Replace syntax-after with code
4422 from its previous version.
4423
4424 * files.el (magic-mode-alist): Use optimization for SGML mode too.
4425 (set-auto-mode): Doc fix. Remove unused variable `xml'.
4426
4427 * international/mule.el (sgml-html-meta-auto-coding-function):
4428 Remove > after <html to allow HTML attributes.
4429
4430 2004-11-11 Jay Belanger <belanger@truman.edu>
4431
4432 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
4433 a variable.
4434 (calcFunc-dfac): Replace unbound max by n.
4435 (math-stirling-local-cache): New variable.
4436 (math-stirling-number, math-stirling-1, math-stirling-2):
4437 Replace the variable `cache' by the declared variable
4438 math-stirling-local-cache.
4439 (var-RandSeed): Declare it as a variable.
4440 (math-init-random-base, math-random-digit): Don't check to see if
4441 var-RandSeed is bound.
4442 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4443 Declare them instead of just setting them.
4444 (math-init-random-base): Made i a local variable.
4445 (math-random-digit): Made math-random-last a local variable.
4446 (math-prime-test-cache): Move declaration to before it is used.
4447 (math-prime-test-cache-k, math-prime-test-cache-q)
4448 (math-prime-test-cache-nm1, math-prime-factors-finished):
4449 Declare them as variables.
4450
4451 2004-11-11 Jay Belanger <belanger@truman.edu>
4452
4453 * calc/calc-ext.el (math-defcache): Use defvar for the new
4454 variables it creates.
4455
4456 2004-11-11 Lars Hansen <larsh@math.ku.dk>
4457
4458 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4459 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4460 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4461 (desktop-save): Add :version.
4462
4463 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4464
4465 * printing.el (pr-get-symbol): Don't downcase.
4466
4467 2004-11-10 Jay Belanger <belanger@truman.edu>
4468
4469 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
4470 string to kill-ring.
4471
4472 * calc/calc-aent.el (calc-alg-exp, math-toks)
4473 (math-exp-pos,math-exp-old-pos, math-exp-token)
4474 (math-exp-keep-spaces, math-exp-str): New variables.
4475 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4476 (calcAlg-enter): Use declared variable calc-alg-exp.
4477 (math-build-parse-table, math-find-user-token): Use declared
4478 variable math-toks.
4479 (math-read-exprs, math-read-token, calc-check-user-syntax)
4480 (calc-match-user-syntax, match-factor-after, math-read-factor):
4481 Use declared variables math-exp-pos math-exp-old-pos.
4482 (math-read-exprs, math-read-token, math-read-expr-level)
4483 (calc-check-user-syntax, calc-match-user-syntax)
4484 (match-factor-after, math-read-factor): Use declared variable
4485 math-exp-token.
4486 (math-read-exprs, math-read-expr-list, math-read-token)
4487 (math-read-factor): Use declared variable math-exp-keep-spaces.
4488 (math-read-exprs, math-read-token): Use declared variable
4489 math-exp-str.
4490 (calc-match-user-syntax): Make m a local variable.
4491
4492 * calc/calc-ext.el (math-read-expr): Use declared variables
4493 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4494 math-exp-keep-spaces.
4495
4496 * calc/calc-forms.el (math-read-angle-bracket): Use declared
4497 variables math-exp-pos, math-exp-str.
4498
4499 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
4500 math-exp-old-pos.
4501 (math-parse-fortran-vector, math-parse-fortran-vector-end)
4502 (math-parse-eqn-prime): Use declared variable math-exp-token.
4503
4504 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4505 Use declared variable math-exp-pos.
4506 (math-check-for-commas): Use declared variable math-exp-str.
4507 (math-read-brackets): Use declared variables math-exp-old-pos,
4508 math-exp-keep-spaces.
4509 (math-read-brackets, math-read-vector, math-read-matrix):
4510 Use declared variable math-exp-token.
4511
4512 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4513
4514 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4515 where the keymap is a symbol.
4516 (easy-menu-add-item): Use keymap-prompt. Simplify.
4517
4518 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4519
4520 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4521 (sgml-parse-tag-backward): Use it to skip spurious < or >.
4522
4523 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
4524
4525 * ebuff-menu.el: Doc fixes throughout.
4526 (electric-buffer-menu-mode-hook): New defvar.
4527
4528 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
4529
4530 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4531 compilation. The resulting compiler warnings appear to be harmless.
4532
4533 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
4534
4535 * textmodes/conf-mode.el: New file.
4536
4537 * files.el (auto-mode-alist, magic-mode-alist): Use it.
4538
4539 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4540
4541 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4542
4543 2004-11-09 Jay Belanger <belanger@truman.edu>
4544
4545 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4546
4547 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4548 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
4549 (calc-z-prefix-help, calc-user-function-list): Use declared
4550 variables calc-z-prefix-buf, calc-z-prefix-msgs.
4551 (math-map-tree, math-map-tree-rec): Use declared variables
4552 math-mt-many, math-mt-func.
4553 (math-read-expression, math-read-string): Use declared variable
4554 math-expr-data.
4555
4556 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
4557 variable math-normalize-a.
4558
4559 * calc/calc.el (math-normalize-a): New variable.
4560 (math-normalize): Use declared variable math-normalize-a.
4561
4562 * calc/calc-poly.el (math-expand-form): Use declared variable
4563 math-mt-many.
4564
4565 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4566 Use declared variable math-mt-many.
4567 (math-rewrite): Use declared variable math-mt-func.
4568
4569 * calc/calc-vec.el (math-read-brackets, math-read-vector)
4570 (math-read-matrix): Use declared variable math-expr-data.
4571
4572 * calc/calc-lang.el (math-parse-fortran-vector)
4573 (math-parse-fortran-vector-end, math-parse-tex-sum)
4574 (math-parse-eqn-matrix, math-parse-eqn-prime)
4575 (math-read-math-subscr): Use declared variable math-expr-data.
4576
4577 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4578 (math-read-expr-level, math-read-token, calc-check-user-syntax)
4579 (calc-match-user-syntax, math-read-if, math-factor-after)
4580 (math-read-factor): Use declared variable math-expr-data.
4581
4582 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4583
4584 * calendar/diary-lib.el (diary-from-outlook)
4585 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4586 interactive-p; but rather new optional argument NOCONFIRM.
4587
4588 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4589
4590 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4591 (easy-menu-name-match): Revert correspondingly.
4592
4593 2004-11-09 Richard M. Stallman <rms@gnu.org>
4594
4595 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4596 Turn off warnings for the new function even if definition not constant.
4597 If the definition isn't a quoted symbol, record (FUNCTION . t).
4598 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4599 (byte-compile-callargs-warn): Handle (FUNCTION . t).
4600 (display-call-tree, byte-compile-arglist-warn):
4601 Handle t returned by byte-compile-fdefinition.
4602
4603 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4604
4605 * Makefile.in (maintainer-clean): Depend on distclean.
4606
4607 * help-fns.el (help-C-file-name): File name must be in build-files
4608 to be returned.
4609
4610 2004-11-09 Jay Belanger <belanger@truman.edu>
4611
4612 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4613 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
4614
4615 * calc/calc.el (calc, calc-trail-display, calc-mode):
4616 Remove obsolete sections.
4617
4618 * calc/calc.el (calc-x-paste-text): Remove.
4619
4620 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
4621 mouse-2.
4622
4623 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
4624
4625 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4626 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4627 current frame (in case of recursive calls).
4628 (gdb-show-changed-values): Add :version keyword.
4629
4630 2004-11-09 Kenichi Handa <handa@m17n.org>
4631
4632 * international/mule-cmds.el: Change coding: tag back to
4633 iso-2022-7bit.
4634
4635 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4636
4637 * international/mule-cmds.el: Change coding-system to utf-8.
4638 (select-safe-coding-system-interactively):
4639 New function extracted from select-safe-coding-system.
4640 (select-safe-coding-system): Use it.
4641
4642 2004-11-08 Richard M. Stallman <rms@gnu.org>
4643
4644 * subr.el (syntax-after): Doc fix.
4645
4646 * paren.el (show-paren-function): Change calls to syntax-after
4647 for new way of returning the value.
4648
4649 * menu-bar.el (menu-bar-file-menu): Make this the real name
4650 and menu-bar-files-menu the alias. Use the former.
4651 (global-map): Use `file', not `files', as the symbol.
4652
4653 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4654
4655 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4656 Don't use beginning-of-buffer.
4657 (filesets-cmd-show-result): Use with-no-warnings.
4658
4659 2004-11-08 Juri Linkov <juri@jurta.org>
4660
4661 * progmodes/compile.el (compile): Don't overwrite last command in
4662 minibuffer history with default command if they are not equal.
4663
4664 2004-11-08 Jay Belanger <belanger@truman.edu>
4665
4666 * calc/calcalg2.el (math-do-integral-methods): Try linear then
4667 non-linear substitutions.
4668
4669 2004-11-08 Jay Belanger <belanger@truman.edu>
4670
4671 * calc/calcalg2.el (math-linear-subst-tried): New variable.
4672 (math-do-integral): Set `math-linear-subst-tried' to nil.
4673 (math-do-integral-methods): Use `math-linear-subst-tried' to
4674 determine what type of substitution to try.
4675 (math-integ-try-linear-substituion):
4676 Set `math-linear-subst-tried' to t.
4677
4678 2004-11-08 Kim F. Storm <storm@cua.dk>
4679
4680 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4681
4682 2004-11-07 Juri Linkov <juri@jurta.org>
4683
4684 * info-look.el (info-lookup): Allow reusing in the current buffer
4685 not only *info* buffer, but all (even renamed) Info buffers
4686 by checking for major-mode instead of *info* buffer name.
4687 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4688 (octave-mode, maxima-mode) <doc-spec>:
4689 Allow long dashes generated by Texinfo 4.7 before definitions.
4690 (texinfo-mode) <doc-spec>: Add space to suffix to find command
4691 definitions with argument separated by space.
4692
4693 2004-11-06 Richard M. Stallman <rms@gnu.org>
4694
4695 * simple.el (next-error group, face): Move before first use.
4696 (next-error-highlight, next-error-highlight-no-select): Likewise.
4697
4698 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4699 (line-move): New args NOERROR and TO-END.
4700 Return t if if succeed in moving specified number of lines.
4701 (move-end-of-line): New function.
4702
4703 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4704 (end-of-buffer-other-window): Likewise.
4705
4706 * simple.el (line-move-ignore-invisible): Default to t.
4707
4708 * subr.el (syntax-after): Return the syntax letter, not the raw code.
4709
4710 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4711
4712 * international/iso-cvt.el (iso-cvt-define-menu):
4713 Rename menu-bar-files-menu to menu-bar-file-menu.
4714
4715 * net/browse-url.el (browse-url-gnome-moz-program)
4716 (browse-url-gnome-moz-arguments): Move up before first use.
4717
4718 * net/tramp.el (tramp group): Add :version.
4719
4720 * progmodes/ada-xref.el (ada-gdb-application):
4721 Use goto-char instead of beginning-of-buffer.
4722
4723 * progmodes/cperl-mode.el (cperl-info-on-command):
4724 Use goto-char instead of beginning-of-buffer.
4725
4726 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4727 Move up before first use.
4728 (idlwave-shell-temp-pro-file): Likewise.
4729 (idlwave-shell-temp-rinfo-save-file): Likewise.
4730 (idlwave-shell-temp-file): Minor doc fix.
4731
4732 * textmodes/flyspell.el (flyspell-external-point-words):
4733 Use goto-char instead of beginning-of-buffer.
4734
4735 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
4736
4737 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4738 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
4739 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4740
4741 2004-11-06 David Ponce <david@dponce.com>
4742
4743 * recentf.el (recentf-menu-path): Use menu item name.
4744
4745 2004-11-06 Eli Zaretskii <eliz@gnu.org>
4746
4747 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4748 display doesn't support images.
4749
4750 2004-11-06 Andreas Schwab <schwab@suse.de>
4751
4752 * tempo.el (tempo-match-finder): Doc fix.
4753
4754 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4755
4756 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4757
4758 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4759 (easy-menu-lookup-name): New fun to replace it.
4760 (easy-menu-get-map): Use it to obey menu item names (rather than just
4761 keys) when looking up `path'.
4762 (easy-menu-always-true-p): Rename from easy-menu-always-true.
4763 (easy-menu-convert-item-1): Adjust to new name.
4764
4765 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
4766
4767 * outline.el (hide-body): Don't hide lines at the top of the file
4768 that precede the first header line.
4769
4770 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
4771
4772 * align.el (align-areas): Delete whitespace before reindenting, so
4773 that tabs are never placed after spaces.
4774
4775 2004-11-06 Alan Shutko <ats@acm.org>
4776
4777 * macros.el (insert-kbd-macro): Do completions based on macros,
4778 rather than all commands.
4779
4780 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
4781
4782 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4783 to solve a bug whereby tags with 'b' don't match.
4784
4785 2004-11-05 Juri Linkov <juri@jurta.org>
4786
4787 * info.el (Info-search): Don't search in node header lines
4788 and file headers.
4789
4790 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4791 symbol-constituent characters after dot, not only digits.
4792
4793 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
4794
4795 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4796
4797 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4798
4799 * dired.el (dired-read-dir-and-switches): Call read-directory-name
4800 if a dialog will be used, read-file-name otherwise.
4801
4802 2004-11-04 Richard M. Stallman <rms@gnu.org>
4803
4804 * textmodes/table.el (table group): Add :version.
4805
4806 * textmodes/ispell.el (ispell-word):
4807 Don't alter args; set them only thru `interactive' spec.
4808
4809 * textmodes/flyspell.el (flyspell-word):
4810 Don't alter FOLLOWING; set it only thru `interactive' spec.
4811
4812 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4813
4814 * net/browse-url.el (browse-url-maybe-new-window):
4815 Use called-interactively-p.
4816
4817 * mail/supercite.el (sc-cite-region):
4818 Don't use interactive-p. Add arg INTERACTIVE.
4819 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
4820
4821 * international/mule-cmds.el (set-input-method, toggle-input-method):
4822 Don't use interactive-p. Add arg INTERACTIVE.
4823
4824 * eshell/esh-mode.el (eshell-show-maximum-output):
4825 Don't use interactive-p.
4826 (eshell-truncate-buffer): Just message, no error, if buffer is short.
4827
4828 * mouse.el (mouse-show-mark): Get positions to delete from mark
4829 and point, not from mouse-drag-overlay.
4830
4831 * imenu.el (imenu-eager-completion-buffer): Add :version.
4832
4833 * filesets.el (filesets group): Add :version.
4834
4835 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
4836
4837 * files.el (xml-based-modes): Delete var.
4838 (magic-mode-alist): New more general var.
4839 (set-auto-mode): Use it.
4840
4841 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4842 when clicking from another window.
4843
4844 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
4845
4846 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4847 (vc-cvs-annotate-time): Incorporate value of deleted var.
4848 Remove special-case handling of beginning-of-buffer cruft.
4849 Cache ending position (point) and return value in text property
4850 `vc-cvs-annotate-time', and consult it on subsequent invocations.
4851
4852 * vc-cvs.el (vc-cvs-annotate-command):
4853 Delete extraneous lines from beginning of buffer.
4854 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4855
4856 * progmodes/grep.el (grep-default-command): Take empty string
4857 for tag if all other methods yield nil. Shell-quote the tag.
4858
4859 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4860 spec in `interactive' form, and mention it in the docstring.
4861 Also, make sure point is at bol after calling `annotate-time'.
4862
4863 2004-11-02 Richard M. Stallman <rms@gnu.org>
4864
4865 * cus-edit.el (customize-group-other-window):
4866 Select the window that displays the custom buffer.
4867 (custom-buffer-create-other-window): Likewise.
4868
4869 * comint.el (comint-insert-input): Fix previous change.
4870
4871 * emacs-lisp/elp.el (elp-instrument-function):
4872 Use called-interactively-p.
4873
4874 * emacs-lisp/easymenu.el (easy-menu-intern):
4875 Don't downcase; rather, case-flip the first letter of each word.
4876
4877 * emacs-lisp/easy-mmode.el (define-minor-mode):
4878 Use called-interactively-p.
4879
4880 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4881 Add interactive-only.
4882 (byte-compile-warnings): Add interactive-only as option.
4883 (byte-compile-interactive-only-functions): New variable.
4884 (byte-compile-form): Warn about calls to functions
4885 in byte-compile-interactive-only-functions.
4886
4887 * emacs-lisp/autoload.el (update-file-autoloads):
4888 Don't use interactive-p; take new arg SAVE-AFTER.
4889
4890 * emacs-lisp/advice.el (ad-make-advised-definition):
4891 Use called-interactively-p.
4892
4893 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4894
4895 * files.el (find-file-existing): New function.
4896
4897 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4898 find-file-existing. Add "New File..." that calls find-file.
4899
4900 * diropen.pbm, diropen.xpm: New files.
4901
4902 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4903 icon diropen. New tool bar item find-file-existing uses icon open.
4904
4905 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4906 instead of read-file-name.
4907
4908 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
4909
4910 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4911 (icalendar--split-value): Change name of work buffer.
4912 (icalendar--get-weekday-abbrev): Return nil on error.
4913 (icalendar--date-to-isodate): New function.
4914 (icalendar-convert-diary-to-ical)
4915 (icalendar-extract-ical-from-buffer): Use only two args for
4916 make-obsolete (XEmacs compatibility).
4917 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4918 (icalendar-export-region): Doc fix.
4919 If error, return non-nil and write errors to a buffer.
4920 Use correct weekday for weekly recurring events.
4921 Check whether date has been parsed for ordinary events.
4922 Make weekly events start in the year 2000.
4923 DTEND is non-inclusive, shift end date by one day if
4924 necessary (not for entries that have date and time).
4925 Rename local let variables: oops -> found-error, datestring ->
4926 startdatestring.
4927
4928 2004-11-02 Kim F. Storm <storm@cua.dk>
4929
4930 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4931 keep-mode-if-same variable. Add it as optional arg instead.
4932 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4933
4934 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4935 substitute-command-keys will select lower-case bindings like those
4936 used in the static help texts.
4937
4938 * descr-text.el (describe-text-properties): Don't err if called in
4939 the *Help* buffer; output to *Help-2* buffer instead.
4940
4941 * kmacro.el (group kmacro): Add :version.
4942 (kmacro-keyboard-quit): New function to cleanup on C-g.
4943 (kmacro-start-macro): Set defining-kbd-macro to append when
4944 appending to last macro.
4945
4946 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4947
4948 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
4949
4950 * progmodes/gdb-ui.el (gdb-enable-debug-log)
4951 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4952 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4953 Add :version keyword.
4954
4955 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
4956
4957 * progmodes/flymake.el (flymake-err-line-patterns):
4958 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4959 `compilation-error-regexp-alist-alist' to internal Flymake format.
4960
4961 * progmodes/flymake.el: Eliminate byte-compiler warnings.
4962
4963 2004-11-01 Jay Belanger <belanger@truman.edu>
4964
4965 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4966 with `interactive "s"'.
4967
4968 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4969
4970 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4971 Revert change from 2004-10-16. '*' checks the current buffer, but the
4972 mouse click may be in another buffer.
4973
4974 2004-11-01 John Paul Wallington <jpw@gnu.org>
4975
4976 * files.el (large-file-warning-threshold): Add :version keyword.
4977 (kill-some-buffers): Doc fix.
4978
4979 * thumbs.el (group thumbs): Add :version keyword.
4980
4981 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4982
4983 2004-11-01 Richard M. Stallman <rms@gnu.org>
4984
4985 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4986
4987 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4988
4989 * allout.el (allout group): Add :version.
4990 (allout-init): Don't use interactive-p.
4991 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4992 (allout-forward-current-level, allout-backward-current-level):
4993 Don't use interactive-p.
4994
4995 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4996 (bibtex-find-text): Likewise.
4997
4998 * progmodes/vhdl-mode.el (vhdl-fill-region)
4999 (vhdl-beginning-of-statement): Don't use interactive-p.
5000
5001 * progmodes/idlwave.el (idlwave-update-routine-info):
5002 Don't use interactive-p.
5003
5004 * progmodes/idlw-shell.el (idlwave-shell-send-char):
5005 Don't use interactive-p.
5006
5007 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
5008 Don't use interactive-p.
5009
5010 * progmodes/ada-xref.el (ada-make-body-gnatstub):
5011 Don't use interactive-p.
5012
5013 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
5014 (fortune-in-buffer): Doc fix.
5015
5016 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
5017
5018 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
5019 don't select the temporary buffer.
5020 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
5021 (eudc-get-phone): Likewise.
5022
5023 2004-11-01 Kim F. Storm <storm@cua.dk>
5024
5025 * man.el (Man-xref-normal-file): Fix help-echo.
5026
5027 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
5028
5029 * reveal.el (reveal-last-tick): New var.
5030 (reveal-post-command): Use it to avoid closing overlays when we're
5031 appending text to them.
5032
5033 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
5034
5035 * textmodes/bibtex.el: Require button.
5036 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
5037 (bibtex-reference-keys): Distinguish between header keys and
5038 crossref keys.
5039 (bibtex-beginning-of-field): New function.
5040 (bibtex-url-map): Remove.
5041 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
5042 (bibtex-font-lock-url-regexp): Assume that field names begin at
5043 the beginning of a line.
5044 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
5045 Remove field delimiters. Use bibtex-beginning-of-field.
5046 Bugfix, point can be inside a field with a url.
5047 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
5048 New functions.
5049 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
5050 (bibtex-key-in-head): Simplify.
5051 (bibtex-current-line): Use bolp.
5052 (bibtex-parse-keys): Remove unused arg `add'.
5053 Use bibtex-type-in-head and bibtex-key-in-head.
5054 (bibtex-parse-entry, bibtex-autofill-entry):
5055 Use bibtex-type-in-head and bibtex-key-in-head.
5056 (bibtex-autokey-get-field): Do not alter case of replacement text.
5057 (bibtex-autokey-get-names): Do all processing of name list.
5058 (bibtex-autokey-get-year): New function.
5059 (bibtex-autokey-get-title): Do all processing of title words.
5060 (bibtex-generate-autokey): Simplify.
5061 (bibtex-string-files-init): Use default-directory.
5062 Allow for absolute file names in bibtex-string-files.
5063 (bibtex-files, bibtex-file-path): New variables.
5064 (bibtex-files-expand): New function.
5065 (bibtex-find-entry-globally): New command.
5066 (bibtex-summary-function): New variable.
5067 (bibtex-summary): Default value of bibtex-summary-function.
5068 (bibtex-find-crossref): New optional args pnt and split.
5069 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
5070 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
5071 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
5072 Fix handling of required and alternative fields.
5073 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
5074 Use cons and display-buffer.
5075 (bibtex-validate-globally): New command.
5076 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
5077 bibtex-parse-keys and bibtex-parse-strings for updating
5078 bibtex-reference-keys and bibtex-strings.
5079 (bibtex-realign): Remove blank lines past the last entry.
5080 (bibtex-reformat): Use bibtex-entry-format as default.
5081 (bibtex-choose-completion-string): Remove.
5082 (bibtex-complete): Do not use bibtex-choose-completion-string.
5083 (bibtex-url): Simplify.
5084
5085 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5086
5087 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
5088 (x-dnd-types-alist, x-dnd-open-file-other-window)
5089 (x-dnd-known-types): Add :version.
5090
5091 2004-10-31 John Paul Wallington <jpw@gnu.org>
5092
5093 * ibuffer.el (group ibuffer): Add :version keyword.
5094
5095 2004-10-31 Kim F. Storm <storm@cua.dk>
5096
5097 * ido.el (group ido): Add :version keyword.
5098 (ido-mode): Remove :version keyword.
5099
5100 * emulation/cua-base.el (group cua): Add :version keyword.
5101 (cua-mode): Remove :version keyword.
5102
5103 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
5104
5105 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
5106
5107 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
5108 compiler warning.
5109 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
5110 function.
5111 (help-at-pt-display-when-idle): Remove autoload.
5112
5113 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
5116
5117 2004-10-30 Juri Linkov <juri@jurta.org>
5118
5119 * help.el (function-called-at-point):
5120 * help-fns.el (variable-at-point): Read -> intern.
5121
5122 2004-10-30 Simon Josefsson <jas@extundo.com>
5123
5124 * progmodes/autoconf.el (autoconf-font-lock-keywords):
5125 Recognize AS_* too.
5126
5127 2004-10-29 Simon Josefsson <jas@extundo.com>
5128
5129 * subr.el (read-passwd): Move back from password.el.
5130
5131 * password.el: Remove, not ready yet.
5132
5133 2004-10-29 Andreas Schwab <schwab@suse.de>
5134
5135 * speedbar.el (speedbar-frame-parameters): Improve customize type.
5136
5137 2004-10-29 Sam Steingold <sds@gnu.org>
5138
5139 * mouse.el (mouse-show-mark): Replace the last occurrence of
5140 x-lost-selection-hooks with x-lost-selection-functions.
5141
5142 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
5143
5144 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
5145 x-lost-selection-functions is bound.
5146
5147 * mouse-sel.el (mouse-sel-mode):
5148 * emacs-lisp/lselect.el: Adjust to new names for
5149 x-(lost|sent)-selection-functions.
5150
5151 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
5152 New obsolete aliases of x-lost-selection-functions and
5153 x-sent-selection-functions.
5154
5155 2004-10-28 Kim F. Storm <storm@cua.dk>
5156
5157 * imenu.el (imenu-scanning-message): Remove.
5158 (imenu-progress-message): Make it a no-op.
5159
5160 2004-10-28 John Paul Wallington <jpw@gnu.org>
5161
5162 * files.el (set-auto-mode): Call `throw' correctly.
5163
5164 2004-10-28 Juri Linkov <juri@jurta.org>
5165
5166 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
5167 to search `Info-...' commands in `info' manual.
5168 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
5169 Add 'info-file "emacs" property.
5170 (Info-find-emacs-command-nodes): Fix index line number regexp.
5171 Set real line number (instead of fake 0) in first element of the
5172 returned list.
5173 (Info-goto-emacs-command-node): Use line number of first element
5174 to set point in the first found Info node.
5175
5176 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
5177 code to `grep-mode-font-lock-keywords'.
5178 (grep-mode-font-lock-keywords): Delete grep markers instead
5179 of making them invisible.
5180
5181 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5182
5183 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
5184 and x-server-version in bug report.
5185
5186 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
5187
5188 * files.el (set-auto-mode-0): New function.
5189 (set-auto-mode): Use it to handle aliased modes and to
5190 be consistent between C-x C-f and C-x C-w.
5191
5192 2004-10-28 Kenichi Handa <handa@m17n.org>
5193
5194 * international/utf-8.el (utf-translate-cjk-charsets):
5195 Add katakana-jisx0201.
5196
5197 * international/subst-jis.el: Add data for JISX0201.
5198
5199 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
5200
5201 * obsolete/hilit19.el (hilit-mode): New function.
5202 Move all the toplevel side-effecting stuff into it, so that loading
5203 hilit19 doesn't mess everything up any more.
5204
5205 2004-10-27 Richard M. Stallman <rms@gnu.org>
5206
5207 * add-log.el (add-change-log-entry): Set up mailing address
5208 and full name later, and don't alter add-log-mailing-address
5209 or add-log-full-name.
5210
5211 * elide-head.el (elide-head): Change error to message.
5212 (elide-head-show): Likewise.
5213
5214 * apropos.el (apropos-macrop): Doc fix.
5215
5216 * mouse.el (mouse-show-mark): Do most processing the same
5217 regardless of transient-mark-mode.
5218
5219 * shadowfile.el (shadow-copy-files): Use interactive-p
5220 only to control whether to print a message.
5221
5222 * tar-mode.el (tar-mode): Use write-contents-functions,
5223 not write-contents-hooks.
5224
5225 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
5226 directory-sep-char.
5227
5228 2004-10-27 Richard M. Stallman <rms@gnu.org>
5229
5230 * strokes.el (strokes-unload-hook): Fix previous change.
5231
5232 * type-break.el (type-break-run-at-time): Always use run-at-time;
5233 forget the alternatives.
5234 (type-break-cancel-function-timers): Always use cancel-function-timers;
5235 forget the alternatives.
5236
5237 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
5238
5239 2004-10-27 Kenichi Handa <handa@m17n.org>
5240
5241 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
5242
5243 * international/subst-gb2312.el: Likewise.
5244
5245 * international/subst-big5.el: Likewise.
5246
5247 * international/subst-ksc.el: Likewise.
5248
5249 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
5250 New variable.
5251 (utf-translate-cjk-set-unicode-range): New function.
5252 (utf-translate-cjk-unicode-range): Make it customizable.
5253 (utf-8-post-read-conversion):
5254 Use utf-translate-cjk-unicode-range-string.
5255 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
5256 Unicode ranges.
5257
5258 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
5259
5260 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
5261 trivial variants to shorten the list.
5262 (xml-based-modes): New var.
5263 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
5264 declaration higher priority than auto-mode-alist.
5265
5266 * find-file.el (cc-other-file-alist): Bring it in line with
5267 cc-mode's auto-mode-alist entries and use \' instead of $.
5268
5269 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
5270 and add "Id" and "Name" submenus to it.
5271
5272 * imenu.el (imenu--generic-function): Skip matches in comments.
5273
5274 2004-10-26 Jay Belanger <belanger@truman.edu>
5275
5276 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
5277 (full-calc-keypad, calc-trail-display): Use an extra argument
5278 instead of `interactive-p'.
5279
5280 * calc/calc-misc.el (calc-other-window): Use an extra argument
5281 instead of `interactive-p'.
5282
5283 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
5284 `interactive-p'.
5285
5286 2004-10-26 Kim F. Storm <storm@cua.dk>
5287
5288 * help.el (describe-key): Describe both down-event and up-event
5289 for a mouse click.
5290
5291 2004-10-26 Richard M. Stallman <rms@gnu.org>
5292
5293 * woman.el (woman): Don't call interactive-p.
5294
5295 * pcomplete.el (pcomplete): Instead of interactive-p,
5296 use an arg set non-nil by the interactive spec.
5297
5298 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
5299 use an arg set non-nil by the interactive spec.
5300
5301 * man.el (Man-cleanup-manpage): Instead of interactive-p,
5302 use an arg set non-nil by the interactive spec.
5303
5304 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
5305
5306 * progmodes/flymake.el (flymake-split-string):
5307 Use `flymake-split-string-remove-empty-edges' in any case.
5308
5309 2004-10-26 Masatake YAMATO <jet@gyve.org>
5310
5311 * progmodes/flymake.el (flymake-err-line-patterns):
5312 Use `compilation-error-regexp-alist-alist' instead of
5313 `compilation-error-regexp-alist'.
5314
5315 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
5316
5317 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
5318 verbatim face on the \ of \end{verbatim}.
5319
5320 2004-10-25 Jay Belanger <belanger@truman.edu>
5321
5322 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
5323 erasing minibuffer.
5324
5325 2004-10-25 Simon Josefsson <jas@extundo.com>
5326
5327 * subr.el (read-passwd): Move to net/password.el.
5328
5329 * net/password.el (read-passwd): Add. Autoload it.
5330
5331 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
5332
5333 * mouse-sel.el (mouse-sel-mode): Specify custom group.
5334
5335 * simple.el (process-file): Fix logic.
5336
5337 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5338
5339 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5340 (increase-right-margin): Remove erroneous call to `interactive-p'.
5341
5342 2004-10-24 Kim F. Storm <storm@cua.dk>
5343
5344 * help.el (describe-mode): Fix 2004-10-13 change.
5345 Copy pure "Auto Fill" string so it can be propertized later
5346 without causing a read-only error.
5347
5348 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5349
5350 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5351 style indexes.
5352
5353 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5354
5355 * simple.el (process-file): Accept nil for INFILE. Reported by
5356 Luc Teirlinck.
5357
5358 2004-10-24 Masatake YAMATO <jet@gyve.org>
5359
5360 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5361 Handle periods and underscores in a function name.
5362 Remove the address fontification.
5363
5364 2004-10-24 Masatake YAMATO <jet@gyve.org>
5365
5366 * progmodes/asm-mode.el (asm-font-lock-keywords):
5367 Use font-lock-variable-name-face for registers.
5368
5369 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
5370
5371 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5372 kill-all-local-variables.
5373 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5374 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5375 Use kill-all-local-variables and provide mode-hooks.
5376 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5377 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5378 Suggested by Masatake YAMATO <jet@gyve.org>.
5379
5380 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
5381
5382 * simple.el (process-file): New function, similar to call-process
5383 but supports file handlers.
5384 * vc.el (vc-do-command): Use it, instead of call-process.
5385 * net/tramp-vc.el (vc-do-command): Do not advise it if
5386 process-file is fboundp.
5387 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5388 process-file.
5389 (tramp-handle-process-file): New function.
5390 (tramp-file-name-for-operation): Support process-file.
5391
5392 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
5393
5394 * calendar/icalendar.el (icalendar--weekday-array): New constant.
5395 (icalendar-weekdayabbrev-table)
5396 (icalendar-monthnumber-table): Delete.
5397 (icalendar--get-month-number): Use calendar-month-name-array.
5398 (icalendar--get-weekday-number): New function.
5399 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5400 (icalendar-export-region): Handle multi-line entries.
5401 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5402
5403 2004-10-23 John Paul Wallington <jpw@gnu.org>
5404
5405 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5406 `wildcards' set to t in interactive spec.
5407
5408 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5409 interactive spec rather than use `interactive-p'.
5410 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5411 rather than use function `interactive-p'.
5412
5413 2004-10-21 Jay Belanger <belanger@truman.edu>
5414
5415 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5416 Declare these variables with defvar.
5417
5418 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5419 is bound, only check to see if it is bound.
5420
5421 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5424 Don't output messages.
5425
5426 * calc/calc-help.el (calc-describe-bindings): Fix last change.
5427
5428 2004-10-21 John Paul Wallington <jpw@gnu.org>
5429
5430 * calc/calc-graph.el (calc-graph-init):
5431 Use `set-process-query-on-exit-flag'.
5432
5433 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
5434
5435 * progmodes/compile.el (compilation-start): Rely on `cd' to get
5436 dir right and also allow argumentless cd.
5437
5438 2004-10-19 Richard M. Stallman <rms@gnu.org>
5439
5440 * textmodes/flyspell.el (flyspell-mode): Doc fix.
5441
5442 * eshell/em-unix.el (eshell-grep):
5443 Don't bind compilation-process-setup-function.
5444
5445 * comint.el (comint-insert-input): Use @ in `interactive'.
5446 (comint-input-filter-functions): Doc fix.
5447 (comint-kill-whole-line, comint-get-source): Doc fix.
5448
5449 * progmodes/compile.el (compilation-setup):
5450 Don't set buffer-read-only if MINOR is non-nil.
5451
5452 2004-10-19 Jay Belanger <belanger@truman.edu>
5453
5454 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5455 (calc-emacs-type-gnu19): Remove.
5456 (calc-digit-map, calc-read-key-sequence, calc-read-key):
5457 Remove check for old emacs versions.
5458
5459 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5460 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5461 for current Emacs.
5462
5463 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5464 the end of the minibuffer.
5465 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
5466 copy `esc-map'.
5467
5468 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5469
5470 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5471 call that would be given when the current emacs was used.
5472
5473 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5474
5475 * calendar/icalendar.el: Set coding to utf-8.
5476 (icalendar-version): Increase to 0.07.
5477 (icalendar-monthnumber-table): Change March pattern.
5478 (icalendar-get-all-event-properties)
5479 (icalendar-set-event-property): Delete.
5480 (icalendar-all-events): No longer interactive.
5481 (icalendar-convert-diary-to-ical)
5482 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5483 their replacements.
5484 (icalendar-export-file, icalendar-export-region): New functions;
5485 essentially old `icalendar-convert-diary-to-ical' but appending to
5486 target rather than overwriting.
5487 (icalendar-import-file): Append to target file rather than
5488 overwriting. Fourth arg deleted.
5489 (icalendar-import-buffer): New name for old
5490 `icalendar-extract-ical-from-buffer'.
5491 (icalendar--convert-string-for-import): New name for
5492 old `icalendar-convert-for-import'.
5493 (include-icalendar-files): Delete.
5494 Prefix for all internal functions changed from `icalendar-'
5495 to `icalendar--'.
5496
5497 2004-10-19 Richard M. Stallman <rms@gnu.org>
5498
5499 * paths.el (news-path): Fix previous change.
5500
5501 2004-10-18 Jay Belanger <belanger@truman.edu>
5502
5503 * calc/calc-help.el (calc-describe-bindings):
5504 Set `buffer-read-only' to nil while working in the keybindings buffer;
5505 remove some extra information from the keybindings buffer.
5506
5507 2004-10-18 David Ponce <david@dponce.com>
5508
5509 * mouse.el (mouse-drag-move-window-top): New function.
5510 (mouse-drag-mode-line-1): Use it.
5511
5512 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5513
5514 * info.el (Info-fontify-node): For multiline refs,
5515 arrange to unfontify newline and surrounding whitespace.
5516
5517 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5518
5519 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5520 directory is missing.
5521
5522 2004-10-17 John Paul Wallington <jpw@gnu.org>
5523
5524 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5525 New customizable variable; whether to display buffers that match
5526 `ibuffer-maybe-show-predicates' by default.
5527 (ibuffer-maybe-show-predicates): Mention it in docstring.
5528 (ibuffer-display-maybe-show-predicates): New variable.
5529 (ibuffer-update): Prefix arg now toggles whether buffers that
5530 match `ibuffer-maybe-show-predicates' should be displayed.
5531 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5532 locally to heed `ibuffer-default-display-maybe-show-predicates'.
5533 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5534
5535 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
5536
5537 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
5538 work correctly.
5539
5540 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
5541
5542 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5543 (Buffer-menu-beginning): New helper function.
5544 (Buffer-menu-execute): Use it.
5545 (Buffer-menu-select): Use it.
5546 (Buffer-menu-sort): Use it and also keep markers.
5547
5548 2004-10-17 Richard M. Stallman <rms@gnu.org>
5549
5550 * paths.el (news-directory): Rename from news-path. Old name alias.
5551 (rmail-spool-directory): Use defvar.
5552 (sendmail-program): Use defcustom.
5553 (remote-shell-program): Use defcustom.
5554 (term-file-prefix): Use defvar.
5555 (abbrev-file-name): Use defvar.
5556
5557 * term.el: Add maintainer.
5558
5559 * subr.el (with-local-quit): Return nil if there's a quit.
5560 (read-passwd): Use with-local-quit. Doc fix.
5561
5562 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5563 (strokes-unload-hook): Set as a variable with add-hook.
5564
5565 * startup.el (fancy-splash-tail, normal-splash-screen):
5566 Update copyright year.
5567
5568 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5569
5570 * server.el (server-unload-hook): Set as a variable with add-hook.
5571
5572 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5573
5574 * frame.el (special-display-popup-frame):
5575 Make the buffer current as its frame is created.
5576
5577 * delsel.el (delsel-unload-hook): Set as a variable.
5578
5579 * comint.el (comint-output-filter-functions):
5580 Add comint-watch-for-password-prompt.
5581 (comint-read-noecho): Function deleted.
5582 (send-invisible): Use read-passwd.
5583
5584 * fringe.el (fringe-mode-initialize): New function.
5585 (fringe-mode): Use fringe-mode-initialize as :initialize.
5586
5587 2004-10-17 Kim F. Storm <storm@cua.dk>
5588
5589 * language/indian.el (indian-script-language-alist): Swap value and doc.
5590 (indian-font-char-index-table): Doc fix.
5591
5592 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5593
5594 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5595
5596 2004-10-16 Juri Linkov <juri@jurta.org>
5597
5598 * progmodes/compile.el (compilation-start): Move let-binding of
5599 `process-environment' into `with-current-buffer' body.
5600 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5601
5602 2004-10-16 Richard M. Stallman <rms@gnu.org>
5603
5604 * pcvs-util.el (cvs-bury-buffer):
5605 Don't call get-buffer-window for effect.
5606
5607 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5608
5609 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5610
5611 * msb.el (msb-unload-hook): Set the variable.
5612
5613 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5614 Use * to err if buffer is readonly.
5615
5616 * subr.el (looking-back): Return only t or nil.
5617
5618 * whitespace.el (whitespace-unload-hook): Set the variable.
5619
5620 * view.el (view-mode-enable): Set view-page-size and
5621 view-half-page-size to nil.
5622 (view-set-half-page-size-default): view-half-page-size = nil
5623 means the default.
5624 (View-scroll-page-forward): Use view-page-size-default.
5625 (View-scroll-page-backward): Likewise.
5626 (view-page-size, view-half-page-size): Doc fixes.
5627
5628 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5629
5630 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5631
5632 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5633 "cl" like other files. Instead, call byte-compile-find-cl-functions.
5634 (byte-compile-log-1): Bind inhibit-read-only.
5635 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5636 (byte-compile-log-warning): Likewise.
5637 (byte-compile-file-form-require): Detect "cl" from the arg value.
5638
5639 * progmodes/compile.el (compilation-start): Assume compilation-mode
5640 will make the buffer read-only.
5641 (compilation-mode): Take arg name-of-mode.
5642 (compilation-setup): Make buffer read-only.
5643 (compilation-handle-exit): Bind inhibit-read-only.
5644
5645 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5646 (ispell-message): Likewise.
5647 (ispell-show-choices): Don't call get-buffer-window uselessly.
5648 (ispell-init-process): Use set-process-query-on-exit-flag.
5649
5650 2004-10-16 Kim F. Storm <storm@cua.dk>
5651
5652 * fringe.el (fringe-bitmaps): Only initialize when defined.
5653
5654 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5655 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5656
5657 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5658
5659 2004-10-15 Simon Josefsson <jas@extundo.com>
5660
5661 * net/password.el: Add.
5662
5663 2004-10-14 Masatake YAMATO <jet@gyve.org>
5664
5665 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5666 (gdb-script-end-of-defun): New function.
5667 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5668 `gdb-script-end-of-defun' as *-of-defun-function.
5669
5670 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
5671
5672 * button.el (button-activate): Allow a marker to display as an action.
5673
5674 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5675
5676 * help.el (describe-mode): Use it to make minor mode list into
5677 hyperlinks.
5678
5679 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5680
5681 * vc.el (vc-annotate-display-select): Fix typo.
5682
5683 * subr.el (substitute-key-definition-key): New function.
5684 (substitute-key-definition): Use it with map-keymap.
5685 (event-modifiers): Use push.
5686 (mouse-movement-p, with-temp-buffer): Simplify.
5687
5688 2004-10-12 Jay Belanger <belanger@truman.edu>
5689
5690 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5691 New variables.
5692 (calc-help-index-entries): New function.
5693 (calc-describe-function): Use `calc-help-function-list' instead of
5694 obarray for completion.
5695 (calc-describe-variable): Use `calc-help-variable-list' instead
5696 of obarray for completion.
5697
5698 2004-10-12 Richard M. Stallman <rms@gnu.org>
5699
5700 * info-look.el (info-lookup-file): Add info-file property.
5701 (info-lookup-symbol): Likewise.
5702
5703 * info.el (info-xref): Add underlining.
5704 (info): Add info-file property.
5705 (Info-find-emacs-command-nodes): Specify case-sensitive search.
5706
5707 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
5708
5709 Sync with Tramp 2.0.45.
5710
5711 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5712 defined. This is not the case for XEmacs without package "edebug".
5713 (tramp-set-auto-save-file-modes): Set permissions of autosaved
5714 remote files to the permissions of the original file. This is not
5715 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
5716 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
5717 (tramp-perl-decode): Fix an error in Perl implementation.
5718 $pending must be cleared every loop. Reported by Benjamin Place
5719 <benjaminplace@sprintmail.com>
5720
5721 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5722 Don't activate advice during definition. This is done later on,
5723 depending on test result of `substitute-in-file-name'.
5724 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5725
5726 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5727
5728 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5729
5730 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5731
5732 2004-10-12 David Ponce <david@dponce.com>
5733
5734 * recentf.el (recentf-edit-list): Update the menu when the recentf
5735 list has been modified.
5736
5737 2004-10-12 Simon Josefsson <jas@extundo.com>
5738
5739 * net/tls.el (tls-certtool-program): New variable.
5740 (tls-certificate-information): New function, based on
5741 ssl-certificate-information.
5742
5743 2004-10-12 Kenichi Handa <handa@m17n.org>
5744
5745 * international/mule.el (coding-system-equal): Move from mule-util.el.
5746
5747 * international/mule-util.el (coding-system-equal): Move to mule.el.
5748
5749 2004-10-12 Kim F. Storm <storm@cua.dk>
5750
5751 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5752 reset kmacro-initial-counter-value if set.
5753 (kmacro-set-counter): Only set kmacro-counter if defining or executing
5754 macro. Set kmacro-initial-counter-value otherwise. Never set both.
5755 (kmacro-display): Show macro counter if non-zero.
5756
5757 * subr.el (substitute-key-definition): Mention command remapping
5758 in doc string.
5759
5760 2004-10-11 Jay Belanger <belanger@truman.edu>
5761
5762 * calc/calc-misc.el (calc-info-goto-node): New function.
5763 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5764 node in one step.
5765 (calc-describe-copying, calc-describe-distribution)
5766 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5767 Go to appropriate info node in one step.
5768
5769 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5770
5771 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5772
5773 * font-lock.el (font-lock-apply-highlight): Fix last change.
5774
5775 2004-10-11 Simon Josefsson <jas@extundo.com>
5776
5777 * mail/smtpmail.el (smtpmail-open-stream): Look for
5778 starttls-gnutls-program instead of starttls-program iff
5779 starttls-use-gnutls is non-nil.
5780 (smtpmail-open-stream): Don't overwrite user settings of
5781 starttls-extra-arguments and starttls-extra-args.
5782
5783 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5784
5785 * comint.el (comint-mouse-insert-input): Remove.
5786 (comint-insert-input): Make it work for mouse bindings.
5787 (comint-mode-map): Move defs into the declaration.
5788 (comint-output-filter): Typo.
5789
5790 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5791
5792 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
5793
5794 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5795 (ange-ftp-call-chmod): Reference remote-shell-program instead of
5796 ange-ftp-remote-shell.
5797
5798 2004-10-10 Andreas Schwab <schwab@suse.de>
5799
5800 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5801 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5802 Reported by <sri@asu.edu>.
5803
5804 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
5805
5806 * vc.el (vc-annotate-mode): Remove variable.
5807 (vc-annotate-display-select): Only call vc-annotate-mode
5808 if we're not in that mode already.
5809
5810 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5811
5812 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5813 (imenu-choose-buffer-index): Check here for rescan instead.
5814
5815 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5816 where the face expression evals to nil.
5817
5818 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5819 (tex-font-lock-keywords-2): Use it.
5820 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5821
5822 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5823
5824 2004-10-09 Kim F. Storm <storm@cua.dk>
5825
5826 * subr.el (progress-reporter-update): Define before first usage.
5827 (make-progress-reporter): Doc fix.
5828
5829 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5830
5831 * textmodes/paragraphs.el (sentence-end-double-space)
5832 (sentence-end-without-period, sentence-end-without-space)
5833 (sentence-end): Doc fixes.
5834
5835 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
5836
5837 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5838 Change paragraph-start regexp so we don't fill code starting with #'(.
5839
5840 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
5841
5842 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5843 New defcustom.
5844 (extract-address-components): Use it.
5845
5846 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5847
5848 * subr.el (make-progress-reporter, progress-reporter-update)
5849 (progress-reporter-force-update, progress-reporter-do-update)
5850 (progress-reporter-done): New functions.
5851
5852 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5853
5854 * progmodes/etags.el (etags-tags-completion-table): Use progress
5855 reporter.
5856 (etags-tags-apropos): Likewise.
5857
5858 2004-10-08 Alan Mackenzie <acm@muc.de>
5859
5860 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5861 of current line.
5862
5863 2004-10-08 Masatake YAMATO <jet@gyve.org>
5864
5865 * server.el (server-process-filter): Wrap `process-send-region'
5866 by `condition-case' to guard the case when the pipe to PROC is closed.
5867
5868 2004-10-07 Mark A. Hershberger <mah@everybody.org>
5869
5870 * xml.el (xml-substitute-special): Limit handling of external entities.
5871
5872 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5873
5874 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5875
5876 2004-10-06 John Paul Wallington <jpw@gnu.org>
5877
5878 * xml.el (xml-parse-dtd): Fix `error' call.
5879
5880 2004-10-05 Mark A. Hershberger <mah@everybody.org>
5881
5882 * xml.el (xml-substitute-special): Return a single string instead
5883 of a list of strings if an entity substitution is made.
5884
5885 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5886
5887 * calendar/icalendar.el: New file.
5888
5889 2004-10-05 Juri Linkov <juri@jurta.org>
5890
5891 * isearch.el (isearch-done): Set mark after running hook.
5892 Reported by Drew Adams <drew.adams@oracle.com>.
5893
5894 * info.el (Info-history, Info-toc): Fix Info headers.
5895 (Info-toc): Narrow buffer before Info-fontify-node.
5896 (Info-build-toc): Don't check for special Info file names.
5897 Set main-file to nil if Info-find-file returns a symbol.
5898
5899 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
5900
5901 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5902 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5903 * calendar/cal-menu.el (calendar-mode-map): Ditto.
5904
5905 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5906
5907 * calendar/cal-iso.el (calendar-iso-read-args): New function,
5908 for old interactive spec from calendar-goto-iso-date.
5909 (calendar-goto-iso-date): Use it.
5910 (calendar-goto-iso-week): New function. Suggested by Emilio
5911 C. Lopes <eclig@gmx.net>.
5912
5913 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
5914
5915 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5916 `set-right-margin' bindings that follow the minor mode conventions.
5917
5918 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5919
5920 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5921 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5922 (latex-block-args-alist): Add minipage and picture.
5923 (latex-block-body-alist): Use reftex-label if enabled.
5924 (latex-insert-block): Don't insert a \n if not necessary.
5925 (tex-compile-commands): Make sure dvips doesn't send to printer.
5926 (tex-compile-default): Handle the case where no executable is found.
5927 (latex-noindent-environments): New var.
5928 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
5929 If tex-indent-allhanging is non-nil, make sure we only align for macros
5930 at beginning of line.
5931
5932 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
5933
5934 * newcomment.el (comment-beginning): Doc fix and don't choke on
5935 unset `comment-end-skip' when at beginning of comment.
5936
5937 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5938
5939 * term.el (term-adjust-current-row-cache): Don't allow the current
5940 row to become negative.
5941 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5942 the end of the line. Fix scroll down. Add comments.
5943 (term-handle-ansi-escape): Don't exceed terminal width when moving
5944 right.
5945 (term-scroll-region): Move the cursor after setting the scroll region.
5946
5947 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
5948
5949 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5950 to `width' for consistency with docstring. Doc fix.
5951
5952 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
5953
5954 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5955 This is necessary for derived modes.
5956
5957 2004-09-30 Kim F. Storm <storm@cua.dk>
5958
5959 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5960 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5961
5962 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5963 kmacro-extract-lambda functions.
5964 (edit-kbd-macro): Handle kmacro lambda forms.
5965 Include counter and counter format in edit buffer.
5966 (edmacro-finish-edit): Get counter and format from edit buffer and
5967 update kmacro bindings when found.
5968
5969 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
5970
5971 * textmodes/paragraphs.el (forward-paragraph):
5972 Avoid args-out-of-range error when point winds up at the beginning of
5973 the buffer and hard newlines are enabled.
5974
5975 * newcomment.el (comment-multi-line): Doc fix.
5976
5977 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5978
5979 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5980 (diff-fixup-modifs): Catch unified-diff file-headers.
5981
5982 2004-09-29 Kim F. Storm <storm@cua.dk>
5983
5984 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5985 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5986 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5987
5988 * fringe.el (fringe-bitmap-p): New macro.
5989 (fringe-bitmaps): Add standard fringe bitmaps on load.
5990
5991 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5992
5993 * dired.el (dired-view-command-alist): Use more efficient regexps.
5994 Remove dubious arguments.
5995 (dired-align-file): New function.
5996 (dired-insert-directory): Use it.
5997 (dired-move-to-end-of-filename): Make the " -> " search more specific.
5998 (dired-buffers-for-dir): Remove unused var `pattern'.
5999
6000 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
6001
6002 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
6003 from diary display excursion. Store diary buffer's point for
6004 `simple-diary-display'.
6005 (simple-diary-display): Set window point and start when
6006 displaying buffer, to preserve point.
6007
6008 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
6009
6010 * textmodes/enriched.el (enriched-translations): Replace defconst
6011 with defvar.
6012
6013 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6014
6015 * printing.el: Doc fix.
6016 (pr-version): New version number (6.8.1).
6017 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
6018 make-temp-name.
6019 (pr-delete-file): Check if file exists before deleting it.
6020 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6021
6022 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
6023
6024 * term.el (term-display-table): New variable.
6025 (term-mode): Use it.
6026 (term-exec-1): Set the coding system to binary.
6027 (term-emulate-terminal): Decode the string before inserting it.
6028
6029 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
6030
6031 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
6032 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
6033 (map): Bind S-prior, S-next and S-insert.
6034 (term-mode): Set `indent-tabs-mode' to nil.
6035 (term-paste): New function to be bound to S-insert.
6036 (term-send-del, term-send-backspace): Change the strings sent.
6037 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
6038 (term-handle-colors-array): Fix handling of underline and reverse.
6039 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
6040 (term-erase-in-line): Fix comparison.
6041 (term-emulate-terminal): Fix line wrap handling.
6042 (term-start-output-log): Rename from `term-set-output-log'.
6043 (term-stop-output-log): Rename from `term-stop-photo'.
6044 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6045
6046 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
6047
6048 * dired.el (dired-move-to-filename): Don't output a message if
6049 raise-error is non-nil. Fix return position and value.
6050
6051 * files.el (insert-directory): Obey --dired even with symlinks.
6052
6053 2004-09-25 Lars Hansen <larsh@math.ku.dk>
6054
6055 * ls-lisp.el (ls-lisp-format): Mark file names with property
6056 dired-filename.
6057
6058 2004-09-25 Kim F. Storm <storm@cua.dk>
6059
6060 * ido.el (ido-max-directory-size): New defcustom.
6061 (ido-decorations): Add "too big" element.
6062 (ido-directory-too-big): New dynamic var.
6063 (ido-may-cache-directory): Don't cache big directories.
6064 (ido-directory-too-big-p): New defun.
6065 (ido-set-current-directory): Update ido-directory-too-big.
6066 (ido-read-internal): Make empty ido-cur-item if too-big.
6067 (ido-buffer-internal): Use ido-read-internal directly instead of
6068 ido-read-buffer.
6069 (ido-file-internal): Init ido-directory-too-big.
6070 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
6071 and redo completion with full list.
6072 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
6073 it, and show completions.
6074 (ido-all-completions): Let bind ido-directory-too-big to nil.
6075 (ido-exhibit): Handle ido-directory-too-big.
6076 (ido-read-buffer): Handle fallback to read-buffer.
6077 Init ido-directory-too-big.
6078 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
6079 Init ido-directory-too-big.
6080
6081 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
6082
6083 * subr.el (delay-mode-hooks): Doc fix.
6084
6085 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
6086
6087 * textmodes/enriched.el
6088 (enriched-default-text-properties-local-flag): New variable.
6089 (enriched-mode): Make sure that enabling and disabling the mode is
6090 a no-op. Doc fix.
6091
6092 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
6093
6094 * calendar/holidays.el (holiday-advent): Report on a specified day
6095 offset from advent, not just advent.
6096 (holiday-easter-etc): Report on one specified day offset from
6097 easter, not all easter holidays. Various Easter holidays moved to
6098 `christian-holidays' variable in calendar.el.
6099 * calendar/calendar.el (christian-holidays): Adapt for new
6100 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
6101
6102 2004-09-23 Kim F. Storm <storm@cua.dk>
6103
6104 * image.el (insert-sliced-image): Add doc string.
6105
6106 * ido.el (ido-choice-list): New dynamic var for `list' context.
6107 (ido-context-switch-command): New dynamic var.
6108 (ido-define-mode-map): Generalize switch between file/buffer contexts.
6109 (ido-read-internal): Handle new `list' context.
6110 Handle insert-buffer and insert-file ido-exit values.
6111 (ido-buffer-internal): New arg switch-cmd. Use it to setup
6112 ido-context-switch-command. Handle insert-file ido-exit value.
6113 (ido-read-buffer): Set ido-context-switch-command to 'ignore
6114 unless it is already bound by caller.
6115 (ido-file-internal): New arg switch-cmd. Use it to setup
6116 ido-context-switch-command. Handle insert-buffer ido-exit value.
6117 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
6118 used for context switching.
6119 (ido-all-completions): Handle new `list' context.
6120 (ido-make-choice-list): Return choices for `list' context.
6121 (ido-find-file-in-dir, ido-display-file, ido-write-file)
6122 (ido-display-buffer, ido-kill-buffer): Disable context switching.
6123 (ido-insert-buffer, ido-insert-file): Setup context switching.
6124 (ido-exhibit): Handle `list' context.
6125 (ido-read-file-name): Disable context switching. Handle fallback.
6126 (ido-read-directory-name): Disable context switching.
6127 (ido-completing-read): New defun like completing-read. Setup and
6128 use new `list' context.
6129
6130 2004-09-20 Jesper Harder <harder@ifa.au.dk>
6131
6132 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
6133
6134 2004-09-21 Jay Belanger <belanger@truman.edu>
6135
6136 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
6137 `calc-graph-set-styles' so the gnuplot buffer will appear in a
6138 separate window.
6139
6140 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
6141
6142 * subr.el (after-change-major-mode-hook): Doc fix.
6143
6144 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6145
6146 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
6147 of ghostscript for monochrome PostScript file in Windows.
6148
6149 2004-09-21 Kenichi Handa <handa@m17n.org>
6150
6151 * descr-text.el (describe-char): Checking of quail activation
6152 fixed.
6153
6154 2004-09-21 Jay Belanger <belanger@truman.edu>
6155
6156 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
6157
6158 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
6159
6160 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6161 after the mode hooks instead of before. Doc fix.
6162
6163 2004-09-20 Jason Rumney <jasonr@gnu.org>
6164
6165 * startup.el (command-line) [windows-nt]: Try .emacs first, then
6166 _emacs, but revert to .emacs if neither exists in home directory.
6167
6168 2004-09-20 John Paul Wallington <jpw@gnu.org>
6169
6170 * bindings.el (completion-ignored-extensions): Add .dfsl.
6171
6172 2004-09-20 Richard M. Stallman <rms@gnu.org>
6173
6174 * bindings.el (scroll-left): Make it disabled.
6175
6176 * files.el (enable-local-eval): Doc fix.
6177
6178 * indent.el (move-to-left-margin): Special case for minibuffer.
6179
6180 * term.el (term-emulate-terminal): Turn off undo for output.
6181 Use with-current-buffer and save-selected-window.
6182
6183 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
6184
6185 * progmodes/make-mode.el (makefile-fill-paragraph):
6186 Don't insist on spaces when looking for comments. # is enough.
6187
6188 * files.el (hack-local-variables): Copy the variables list
6189 to another buffer, strip prefixes and suffixes there, then read.
6190 (enable-local-eval): Doc fix.
6191 (ignored-local-variables): Initialize to nil.
6192 (risky-local-variable-p): Don't check ignored-local-variables here.
6193 (hack-one-local-variable): Ignore var if in ignored-local-variables.
6194
6195 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
6196
6197 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
6198 of = to "." (punctuation).
6199
6200 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
6201
6202 * subr.el (event-basic-type): Fix mask (extend to 22bits).
6203
6204 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
6205
6206 * textmodes/enriched.el (enriched-rerun-flag): New variable.
6207 (enriched-before-change-major-mode): New function.
6208 Add it to `change-major-mode-hook'.
6209 (enriched-after-change-major-mode): New function.
6210 Add it to `after-change-major-mode-hook'.
6211 (enriched-mode): Make it work correctly if called from
6212 `after-change-major-mode-hook'.
6213 No longer set `indent-line-function'.
6214
6215 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
6216
6217 * subr.el (after-change-major-mode-hook): New variable.
6218 (run-mode-hooks): Implement it.
6219
6220 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
6221
6222 * battery.el (battery-linux-proc-apm): Use string-to-number.
6223 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
6224 Use dolist (and less indentation). Use erase-buffer.
6225 Pre-initialize `design-capacity', `warn', and `low'.
6226 (battery-format): Use replace-regexp-in-string.
6227
6228 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
6229
6230 * battery.el: Delete superfluous empty lines.
6231 (battery-linux-proc-acpi): Attempt to gather information from all
6232 battery subdirectories regardless of their file name.
6233 (battery-linux-proc-apm): Replace all occurrences of
6234 battery-hex-to-int-2 with string-to-int (base 16).
6235 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
6236 (battery-hex-map): Delete variable.
6237
6238 2004-09-18 John Paul Wallington <jpw@gnu.org>
6239
6240 * calc/calc-units.el (calc-quick-units): Fix overzealous
6241 s/or/unless/.
6242
6243 2004-09-17 Jay Belanger <belanger@truman.edu>
6244
6245 * calc/calc.el (calc-mode-var-list): Fix the value of
6246 `calc-matrix-brackets'.
6247
6248 2004-09-17 Romain Francoise <romain@orebokech.com>
6249
6250 * ibuf-ext.el (define-ibuffer-filter filename):
6251 Expand dired-directory since buffer-file-name is absolute.
6252
6253 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
6254
6255 * ediff-init.el (ediff-current-diff-face-A)
6256 (ediff-current-diff-face-B, ediff-current-diff-face-C)
6257 (ediff-current-diff-face-Ancestor)
6258 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6259 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6260 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6261 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6262 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6263 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6264 Use min-colors.
6265
6266 * term.el (term-down): Perform vertical motion if DOWN is negative.
6267 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6268 (term-termcap-format): Synchronyze with the eterm terminfo entry
6269 in etc/e/eterm.ti.
6270 (term-handle-colors-array): If the current foreground or
6271 background are zero (i.e. unspecified), use the foreground and
6272 background of the default face for reverse video.
6273 (term-ansi-at-eval-string, term-ansi-default-fg)
6274 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6275 (term-mem): Delete ununsed function.
6276 (term-protocol-version): Increment.
6277 (term-current-face): Set to default.
6278
6279 2004-09-15 Jay Belanger <belanger@truman.edu>
6280
6281 * calc/calc.el (calc-mode-var-list): Define this variable.
6282 (calc-always-load-extensions, calc-line-numbering)
6283 (calc-line-breaking, calc-display-just, calc-display-origin)
6284 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6285 (calc-group-char, calc-point-char, calc-frac-format)
6286 (calc-prefer-frac, calc-hms-format, calc-date-format)
6287 (calc-float-format, calc-full-float-format, calc-complex-format)
6288 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6289 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6290 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6291 (calc-matrix-brackets, calc-language, calc-language-option)
6292 (calc-left-label, calc-right-label, calc-word-size)
6293 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6294 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6295 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6296 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6297 (calc-window-height, calc-display-trail, calc-show-selections)
6298 (calc-use-selections, calc-assoc-selections)
6299 (calc-display-working-message, calc-auto-why, calc-timing)
6300 (calc-mode-save-mode, calc-standard-date-formats)
6301 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
6302 (calc-user-parse-tables, calc-gnuplot-default-device)
6303 (calc-gnuplot-default-output, calc-gnuplot-print-device)
6304 (calc-gnuplot-print-output, calc-gnuplot-geometry)
6305 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
6306 (calc-invocation-macro, calc-show-banner): Give these values as
6307 part of `calc-mode-var-list's initialization after the variables
6308 are declared with defvar.
6309 (calc-bug-address): Change email address to send bug reports to.
6310 Change the maintainer address at the top.
6311 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
6312 than "\\.emacs" to determine if it is the user-init-file.
6313
6314 * calc/calc-embed.el (calc-embedded-set-modes): Use
6315 `calc-mode-var-list' correctly.
6316
6317 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
6318
6319 * vc.el (annotate-time): Document point handling.
6320 (vc-annotate-display-autoscale): Doc fix.
6321
6322 2004-09-15 Miles Bader <miles@gnu.org>
6323
6324 * generic.el (generic-make-keywords-list): Use symbol rather than
6325 word anchors in regexp.
6326
6327 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
6328
6329 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6330 no file name consider `dired-directory'.
6331
6332 2004-09-14 Kim F. Storm <storm@cua.dk>
6333
6334 * faces.el (cursor): Add face-no-inherit property. Doc fix.
6335
6336 2004-09-14 Simon Josefsson <jas@extundo.com>
6337
6338 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6339
6340 * textmodes/dns-mode.el: Add.
6341
6342 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6343
6344 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6345 (disabled-command-function): Make the ?\ char more obvious.
6346
6347 * vc-arch.el (vc-arch-root, vc-arch-registered):
6348 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6349
6350 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
6351
6352 * windmove.el (windmove-frame-edges): Report coordinates of
6353 outside edges of frame, not inside edges.
6354 (windmove-coordinates-of-position): Convert into wrapper to new
6355 function `windmove-coordinates-of-window-position';
6356 `compute-motion' always applies to selected window.
6357 (windmove-coordinates-of-position): Update documentation to refer
6358 to Emacs 21 Lisp Reference Manual.
6359 (windmove-find-other-window): Fix off-by-one errors for max x,y.
6360
6361 2004-09-13 Kim F. Storm <storm@cua.dk>
6362
6363 * isearch.el (isearch-resume-in-command-history): Rename from
6364 isearch-resume-enabled and change default to nil.
6365
6366 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6367
6368 * vc-hooks.el (vc-ignore-dir-regexp): New var.
6369 (vc-registered): Use it.
6370 (vc-find-root): New fun.
6371
6372 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6373 Don't tell to use \\{...} when it's already done.
6374
6375 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6376 Provide a sample complex default.
6377 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6378 (bibtex-entry): Use mapc.
6379
6380 2004-09-12 Kim F. Storm <storm@cua.dk>
6381
6382 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6383
6384 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6385 inhibit-field-text-motion to t so rectangles work in comint buffers.
6386
6387 * simple.el (choose-completion-string): Set buffer before running
6388 choose-completion-string-functions hook so it can be buffer-local.
6389
6390 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
6391
6392 * progmodes/compile.el (compilation-start): Parse command to see
6393 if it starts with a cd, and if so perform it for the *compilation*
6394 buffer. Change the header to reflect this.
6395
6396 2004-09-11 Kim F. Storm <storm@cua.dk>
6397
6398 * ido.el (ido-enable-dot-prefix): Doc fix.
6399 (ido-enable-dot-prefix): New defcustom.
6400 (ido-set-matches1): Use it.
6401
6402 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6403
6404 * textmodes/bibtex.el (bibtex-mark-active)
6405 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6406
6407 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6408
6409 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6410 used in a case insensitive environment.
6411 (bibtex-mode-map): Rearrange order of menus.
6412 (bibtex-quoted-string-re): Obsolete.
6413 (bibtex-complete-key-cleanup): Variable replaced by new function.
6414 (bibtex-font-lock-keywords): Use backquotes.
6415 (bibtex-font-lock-url-regexp): New internal variable.
6416 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6417 "OPT" and "ALT".
6418 (bibtex-insert-current-kill, bibtex-make-field)
6419 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6420 (bibtex-parse-field-text): Simplify.
6421 (bibtex-string=): New helper function.
6422 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6423 (bibtex-map-entries): Use bibtex-string=.
6424 (bibtex-search-entry): Use not.
6425 (bibtex-enclosing-field): Fix docstring.
6426 (bibtex-assoc-regexp): Obsolete.
6427 (bibtex-format-entry): Use assoc-string and bibtex-string=.
6428 (bibtex-autokey-get-names): Handle empty name field.
6429 (bibtex-parse-strings): Use assoc-string and unless.
6430 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6431 Use assoc-string.
6432 (bibtex-pop): Simplify.
6433 (bibtex-mode): Set font-lock-extra-managed-props.
6434 (bibtex-entry-update): Use assoc-string.
6435 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6436 (bibtex-autofill-entry): Use bibtex-string=.
6437 (bibtex-print-help-message): Simplify.
6438 (bibtex-find-entry): New optional arg START.
6439 (bibtex-validate): Use bibtex-string= and assoc-string.
6440 Do not call obsolete function compilation-parse-errors.
6441 (bibtex-remove-delimiters): Only remove delimiters if present.
6442 (bibtex-copy-entry-as-kill): Add docstring.
6443 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6444 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6445 (bibtex-complete): Use bibtex-predefined-month-strings,
6446 bibtex-string=, and new function bibtex-complete-key-cleanup.
6447 (bibtex-generate-url-list): New variable.
6448 (bibtex-url): New command bound to C-c C-l and mouse-2.
6449 (bibtex-url-map): New local keymap for bibtex-url-mouse.
6450 (bibtex-font-lock-url): New function.
6451
6452 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6453
6454 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6455
6456 2004-09-09 Kim F. Storm <storm@cua.dk>
6457
6458 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6459 counter and format with binding.
6460 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
6461 the declared macro uses own macro counter and format. Give symbol
6462 kmacro property.
6463 (kmacro-keymap): Bind kmacro-name-last-macro to n.
6464 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6465 (kmacro-end-and-call-macro): Doc fix.
6466
6467 2004-09-09 Lars Hansen <larsh@math.ku.dk>
6468
6469 * desktop.el (desktop-clear-preserve-buffers):
6470 Remove make-obsolete-variable.
6471
6472 2004-09-08 Richard M. Stallman <rms@gnu.org>
6473
6474 * buff-menu.el (list-buffers-noselect): Call format-mode-line
6475 with the buffer as argument.
6476
6477 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6478
6479 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6480
6481 2004-09-08 Juri Linkov <juri@jurta.org>
6482
6483 * replace.el (perform-replace): Use `query-replace-descr'.
6484
6485 * cus-start.el (history-delete-duplicates): Specify customization.
6486
6487 * diff-mode.el (diff-mode-map):
6488 * progmodes/compile.el (compilation-mode-map):
6489 * progmodes/grep.el (grep-mode-map):
6490 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6491 to `next-error-follow-minor-mode'.
6492
6493 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6494
6495 * isearch.el (isearch-lazy-highlight-update): Take into account
6496 the case of zero-length match at the search bound.
6497
6498 2004-09-08 Kim F. Storm <storm@cua.dk>
6499
6500 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6501 change. Use zero width overlays when necessary.
6502
6503 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6504
6505 * subr.el (split-string): Docfix.
6506
6507 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6508
6509 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6510 (display-call-tree): Ensure newline after caller/calls blocks.
6511
6512 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6513
6514 * startup.el (command-line-1): Make option
6515 --directory/-L modify `load-path' straight away.
6516
6517 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6518
6519 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6520
6521 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6522
6523 * emacs-lisp/autoload.el (make-autoload):
6524 Handle `define-compilation-mode'.
6525
6526 * emacs-lisp/lisp-mode.el (define-compilation-mode):
6527 Specify `doc-string-elt' property.
6528
6529 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6530
6531 * bs.el (bs-mode): Doc fix.
6532
6533 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6534
6535 * info.el (Info-insert-dir): Fix temp buffer leak bug.
6536
6537 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6538
6539 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6540
6541 2004-09-08 Kenichi Handa <handa@m17n.org>
6542
6543 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6544 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6545 ps-mule-next-point -> 1+).
6546
6547 * composite.el (encode-composition-rule): Add autoload cooky.
6548
6549 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6550
6551 * format.el (buffer-auto-save-file-format): Make it permanent local.
6552
6553 2004-09-07 Kim F. Storm <storm@cua.dk>
6554
6555 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6556 (authors-fixed-entries): Fix typo.
6557 (authors-canonical-author-name): Compact multiple spaces.
6558 Ignore trivial names (e.g. only first name).
6559
6560 * term.el (term-window-width): Only use full window width on
6561 window system if overflow-newline-into-fringe is enabled.
6562 (term-mode): Don't disable overflow-newline-into-fringe.
6563
6564 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6565
6566 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6567 motion as seen on my Mac OS X xterms.
6568
6569 * newcomment.el (uncomment-region-default, comment-region-default):
6570 New functions extracted from uncomment-region and comment-region.
6571 (comment-region, comment-region-function, uncomment-region)
6572 (uncomment-region-function): Use them.
6573
6574 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6575
6576 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6577 It's not crucial but can make sense at times.
6578
6579 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6580 the first commit.
6581
6582 * vc.el (vc-buffer-context, vc-restore-buffer-context):
6583 Disable obsolete code.
6584
6585 2004-09-07 Juri Linkov <juri@jurta.org>
6586
6587 * progmodes/grep.el (grep-highlight-matches): Change default from
6588 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
6589 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6590 if grep option `--color' is available, or to `nil' otherwise.
6591 (grep-process-setup): Call `grep-compute-defaults' if
6592 `grep-highlight-matches' is not computed. Set env-vars only
6593 if `grep-highlight-matches' is `t'.
6594 (grep-use-null-device): Remove redundant type `boolean' (`choice'
6595 is already defined).
6596
6597 * progmodes/compile.el (compilation-start): Use copy of
6598 `process-environment' created by `copy-sequence' to not
6599 modify env-vars in the global `process-environment'.
6600
6601 2004-09-06 Eli Zaretskii <eliz@gnu.org>
6602
6603 * simple.el (next-error-follow-minor-mode): Fix last change.
6604
6605 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
6606
6607 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6608 permanent local.
6609
6610 2004-09-04 Richard M. Stallman <rms@gnu.org>
6611
6612 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6613 highlighting if the search string is empty.
6614
6615 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
6616
6617 * facemenu.el (facemenu-active-faces): Change condition of inner
6618 `while' loop to also check the first two elements of `face-atts'
6619 and `mask-atts'.
6620
6621 2004-09-04 John Paul Wallington <jpw@gnu.org>
6622
6623 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6624 (thumbs-view-image-mode): Make buffer read-only.
6625
6626 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
6627
6628 * textmodes/ispell.el (ispell-really-aspell): New defvar.
6629 (ispell-check-version): Set it.
6630 (ispell-send-replacement): New function.
6631 (ispell-process-line): Call ispell-send-replacement.
6632
6633 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6634
6635 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6636 Support choosing seconds with "s".
6637
6638 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
6639
6640 * terminal.el (te-escape): Show `?' in prompt for help key.
6641
6642 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
6643
6644 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6645
6646 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6647
6648 * simple.el (next-error-follow-minor-mode)
6649 (next-error-follow-mode-post-command-hook): New functions.
6650 (next-error-follow-last-line): New defvar.
6651
6652 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6653 * progmodes/compile.el (compilation-mode-map): Likewise.
6654 * progmodes/grep.el (grep-mode-map): Likewise.
6655 * replace.el (occur-mode-map): Likewise.
6656
6657 * newcomment.el (uncomment-region): Bind comment-use-global-state
6658 to nil.
6659
6660 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
6661
6662 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6663 locally around the call to `revert-buffer'.
6664
6665 2004-09-03 Juri Linkov <juri@jurta.org>
6666
6667 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6668 `isearch-adjusted' to `t'.
6669 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6670 (isearch-message-prefix): Add "pending" for isearch-adjusted.
6671 (isearch-other-meta-char): Restore isearch-point unconditionally.
6672 (isearch-query-replace): Add new arg `regexp-flag' and use it.
6673 Set point to start of match if region is not active in transient
6674 mark mode (to include the current match to region boundaries).
6675 Push the search string to `query-replace-from-history-variable'.
6676 Add prompt "Query replace regexp" for isearch-regexp.
6677 Add region beginning/end as last arguments of `perform-replace.'
6678 (isearch-query-replace-regexp): Replace code by the call to
6679 `isearch-query-replace' with arg `t'.
6680
6681 2004-09-03 Richard M. Stallman <rms@gnu.org>
6682
6683 * startup.el (normal-top-level): Undo previous TERM change.
6684
6685 2004-09-03 Kim F. Storm <storm@cua.dk>
6686
6687 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6688 highlight overlays; allow using RET when cursor is over a button.
6689 (cua--highlight-rectangle): Use it.
6690 (cua--rectangle-set-corners): Don't move backwards at eol.
6691 (cua--forward-line): Don't move into void after eob.
6692
6693 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6694 point is set (and displayed) inside rectangle.
6695 (cua--rectangle-operation): Fix for highlight of empty lines.
6696 (cua--highlight-rectangle): Fix highlight for tabs.
6697 Position cursor at left/right edge of rectangle using new `cursor'
6698 property on overlay strings.
6699 (cua--indent-rectangle): Don't tabify.
6700 (cua-rotate-rectangle): Ignore that point has moved.
6701
6702 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6703
6704 * term/mac-win.el: Add ASCII equivalents for some function keys.
6705 (mode-line-frame-identification): Sync with x-win.el.
6706
6707 2004-09-02 Juri Linkov <juri@jurta.org>
6708
6709 * progmodes/compile.el (compilation-buffer-name): Compare major
6710 mode with second element of compilation-arguments instead of third
6711 to reflect latest changes in compilation-arguments structure.
6712 (recompile): Use global variable `compilation-directory' to get
6713 recent compilation directory only when `recompile' is invoked NOT
6714 in the compilation buffer. Otherwise, use `default-directory' of
6715 the compilation buffer.
6716 (compilation-error-properties): Allow to funcall col and end-col.
6717 (compilation-mode-font-lock-keywords): Check col and end-col by
6718 `integerp'.
6719 (compilation-goto-locus): If end-mk is non-nil in transient mark
6720 mode don't activate the mark (and don't display message in
6721 push-mark), but highlight overlay between mk and end-mk.
6722
6723 * progmodes/grep.el (grep-highlight-matches): New defcustom.
6724 (grep-regexp-alist): Add rule to highlight grep matches.
6725 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6726
6727 * info.el (Info-fontify-node): Don't compute other-tag
6728 if Info-hide-note-references=hide.
6729
6730 * help.el (function-called-at-point):
6731 * help-fns.el (variable-at-point):
6732 Try `find-tag-default' when other methods failed.
6733
6734 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6735 Do not push mark if inhibit-mark-movement is non-nil.
6736
6737 * textmodes/ispell.el (ispell-html-skip-alists):
6738 Fix backslashes in docstring.
6739
6740 2004-09-01 Juri Linkov <juri@jurta.org>
6741
6742 * isearch.el (isearch-wrap-function)
6743 (isearch-push-state-function): New defvars.
6744 (isearch-pop-fun-state): New defsubst.
6745 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6746 (isearch-push-state): Set the result of calling
6747 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6748 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6749 restore the mode-specific starting point of terminated search.
6750 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6751 (isearch-repeat): Call `isearch-wrap-function' if defined.
6752 (isearch-message-prefix): Don't add prefix "over" to the message
6753 for wrapped search if `isearch-wrap-function' is defined.
6754 (isearch-search): Call function saved in `isearch-pop-fun-state' to
6755 restore the mode-specific starting point of failed search.
6756
6757 * info.el (Info-search-whitespace-regexp): Fix backslashes.
6758 (Info-search): Add new optional arguments for the sake of isearch.
6759 Replace whitespace in Info-search-whitespace-regexp literally.
6760 Add backward search. Don't call `Info-select-node' if regexp is
6761 found in the same Info node. Don't add node to Info-history for
6762 wrapped isearch.
6763 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6764 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6765 (Info-mode): Set local variables `isearch-search-fun-function',
6766 `isearch-wrap-function', `isearch-push-state-function',
6767 `search-whitespace-regexp'.
6768
6769 * isearch.el: Remove ancient Change Log section.
6770 (isearch-string, isearch-message-string, isearch-point)
6771 (isearch-success, isearch-forward-flag, isearch-other-end)
6772 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6773 (isearch-barrier, isearch-within-brackets)
6774 (isearch-case-fold-search): Add suffix `-state' to state-related
6775 defsubsts to avoid name clashes with other function names.
6776
6777 * simple.el (next-error): New defgroup and defface.
6778 (next-error-highlight, next-error-highlight-no-select):
6779 New defcustoms.
6780 (next-error-no-select): Let-bind next-error-highlight to the value
6781 of next-error-highlight-no-select before calling `next-error'.
6782
6783 * progmodes/compile.el (compilation-goto-locus):
6784 Use `next-error' face instead of `region'. Set 4-th argument of
6785 `move-overlay' to `current-buffer' to move overlay to different
6786 source buffers. Use new variable `next-error-highlight'.
6787
6788 * simple.el (next-error-find-buffer): Move the rule
6789 "if current buffer is a next-error capable buffer" after the
6790 rule "if next-error-last-buffer is set to a live buffer".
6791 Simplify to test all rules in one `or'.
6792 (next-error): Doc fix.
6793 (next-error, previous-error, first-error)
6794 (next-error-no-select, previous-error-no-select):
6795 Make arguments optional.
6796
6797 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6798
6799 * macros.el (apply-macro-to-region-lines): Make it operate on all
6800 lines that begin in the region, rather than on all complete lines
6801 in the region.
6802
6803 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6804
6805 * x-dnd.el (x-dnd-protocol-alist): Document update.
6806 (x-dnd-known-types): Defcustom it.
6807 (x-dnd-handle-motif): Print message-atom in error message.
6808
6809 2004-08-30 John Paul Wallington <jpw@gnu.org>
6810
6811 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6812 strings rather than programatically constructing message.
6813
6814 2004-08-30 Richard M. Stallman <rms@gnu.org>
6815
6816 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6817 Don't return a string that would read as the wrong character code.
6818
6819 2004-08-29 Kim F. Storm <storm@cua.dk>
6820
6821 * emulation/cua-base.el (cua-auto-expand-rectangles):
6822 Remove automatic rectangle padding feature; replace by non-destructive
6823 virtual rectangle edges feature.
6824 (cua-virtual-rectangle-edges): New defcustom.
6825 (cua-auto-tabify-rectangles): New defcustom.
6826 (cua-paste): If paste into a marked rectangle, insert rectangle at
6827 current column, even if virtual; also paste exactly as many lines
6828 as has been marked (ignore additional lines or add empty lines),
6829 but paste whole source if only one line is marked.
6830 (cua--update-indications): No longer use overwrite-cursor to
6831 indicate rectangle padding
6832
6833 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6834 (cua--rectangle-virtual-edges): New defun.
6835 (cua--rectangle-get-corners): Remove optional PAD arg.
6836 (cua--rectangle-set-corners): Never do padding.
6837 (cua--forward-line): Remove optional PAD arg. Simplify.
6838 (cua-resize-rectangle-right, cua-resize-rectangle-left)
6839 (cua-resize-rectangle-down, cua-resize-rectangle-up):
6840 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6841 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6842 (cua--rectangle-move): Never do padding. Simplify.
6843 (cua--tabify-start): New defun.
6844 (cua--rectangle-operation): Add tabify arg. All callers changed.
6845 (cua--pad-rectangle): Remove.
6846 (cua--delete-rectangle): Handle delete with virtual edges.
6847 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6848 (cua--insert-rectangle): Handle insert at virtual column.
6849 Perform auto-tabify if necessary.
6850 (cua--activate-rectangle): Remove optional FORCE arg.
6851 Never do padding. Simplify.
6852 (cua--highlight-rectangle): Enhance for virtual edges.
6853 (cua-toggle-rectangle-padding): Remove command.
6854 (cua-toggle-rectangle-virtual-edges): New command.
6855 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
6856 (cua--rectangle-post-command): Don't force rectangle padding.
6857 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6858
6859 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
6860
6861 * indent.el (edit-tab-stops-buffer): Doc fix.
6862
6863 2004-08-28 Richard M. Stallman <rms@gnu.org>
6864
6865 * progmodes/grep.el (grep-default-command): Use find-tag-default.
6866 (grep-tag-default): Function deleted.
6867
6868 * subr.el (find-tag-default): Move from etags.el.
6869
6870 * progmodes/etags.el (find-tag-default): Move to subr.el.
6871
6872 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6873 into the basic character if it has an uppercase form.
6874
6875 2004-08-27 Kenichi Handa <handa@m17n.org>
6876
6877 * international/utf-8.el (utf-8-post-read-conversion): If the
6878 buffer is unibyte, temporarily make it multibyte.
6879
6880 2004-08-27 Masatake YAMATO <jet@gyve.org>
6881
6882 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6883
6884 2004-08-25 John Paul Wallington <jpw@gnu.org>
6885
6886 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6887 0, 1, and many mismatches in message.
6888 (tex-start-shell): Use `set-process-query-on-exit-flag'.
6889
6890 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6891 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6892
6893 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6896 vc-diff-switches differently.
6897
6898 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6899
6900 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6901 before and a real defvar after
6902 `speedbar-supported-extension-expressions'. This is to silence
6903 the compiler without breaking bootstrapping.
6904
6905 2004-08-22 Richard M. Stallman <rms@gnu.org>
6906
6907 * textmodes/flyspell.el (flyspell-word):
6908 Use set-process-query-on-exit-flag.
6909 (flyspell-highlight-duplicate-region): Take POSS as arg.
6910 (flyspell-word): Pass POSS as arg.
6911
6912 * progmodes/ada-xref.el: Many doc and style fixes.
6913 (ada-find-any-references): Use compilation-start.
6914 (ada-get-ali-file-name): Improve error msg.
6915 (ada-get-ada-file-name): Likewise.
6916
6917 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6918 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6919
6920 * mail/mail-extr.el (mail-extr-all-top-level-domains):
6921 Add forward defvar.
6922
6923 * whitespace.el (global-whitespace-mode): New alias
6924 for whitespace-global-mode.
6925
6926 * speedbar.el (speedbar-file-regexp): Move definition up.
6927 (speedbar-mode, speedbar-set-mode-line-format):
6928 Use with-no-warnings.
6929 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6930
6931 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6932 controls whether to display the error buffer.
6933
6934 * ps-mule.el: Delete compatibility code for old Emacses.
6935 (ps-mule-find-wrappoint): Don't use chars-in-region.
6936
6937 * frame.el (display-mouse-p, display-selections-p):
6938 Use with-no-warnings.
6939
6940 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6941
6942 2004-08-22 David Kastrup <dak@gnu.org>
6943
6944 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6945 information.
6946
6947 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6948
6949 2004-08-22 Andreas Schwab <schwab@suse.de>
6950
6951 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6952
6953 2004-08-22 Masatake YAMATO <jet@gyve.org>
6954
6955 * cvs-status.el (cvs-status-checkout): New function.
6956 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6957
6958 2004-08-21 David Kastrup <dak@gnu.org>
6959
6960 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6961 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6962 has been converted to use hashtables, the relation `nil=none' is
6963 no longer valid, as `nil' is not a hashtable. This patch tries to
6964 reduce the number of resulting errors.
6965
6966 2004-08-21 John Paul Wallington <jpw@gnu.org>
6967
6968 * subr.el (process-kill-without-query): Made obsolete in
6969 version 21.4, not 21.5.
6970
6971 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6972 (vc-previous-comment, vc-next-comment)
6973 (vc-comment-search-reverse, vc-comment-search-forward)
6974 (vc-comment-to-change-log): Likewise.
6975
6976 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6977
6978 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
6979
6980 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6981 Correct indentation of DEFMETHODS with non-standard method
6982 combinations (e.g., PROGN, MIN, MAX).
6983
6984 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * startup.el (normal-top-level-add-subdirs-to-load-path):
6987 Avoid unnecessarily checking system-type.
6988 (normal-top-level): Set TERM to "dumb". Simplify.
6989
6990 * avoid.el (mouse-avoidance-ignore-p): New fun.
6991 Also ignore switch-frame, select-window, double, and triple clicks.
6992 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6993 (mouse-avoidance-fancy-hook): Use it.
6994
6995 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
6996
6997 * avoid.el (mouse-avoidance-nudge-mouse)
6998 (mouse-avoidance-banish-destination): Stay within the current window
6999 to avoid problems with mouse-autoselect-window.
7000
7001 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
7002
7003 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
7004 the newer format of some messages in cvs-1.12.1.
7005
7006 2004-08-19 Masatake YAMATO <jet@gyve.org>
7007
7008 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
7009 (elp-results-jump-to-definition-by-mouse)
7010 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
7011 (elp-output-result): Use elp-output-insert-symname.
7012
7013 2004-08-18 Kenichi Handa <handa@m17n.org>
7014
7015 * language/cyrillic.el: Register koi8-r in
7016 ctext-non-standard-encodings-alist.
7017 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
7018
7019 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
7020
7021 * emacs-lisp/copyright.el (copyright-update-year): Delete code
7022 that replaces 20xy with xy.
7023
7024 2004-08-17 John Paul Wallington <jpw@gnu.org>
7025
7026 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
7027 (reb-force-update): Doc fix.
7028
7029 2004-08-16 Richard M. Stallman <rms@gnu.org>
7030
7031 * progmodes/which-func.el (which-func-update-1): Doc fix.
7032
7033 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
7034 (sh-mode-abbrev-table): New variable.
7035
7036 * progmodes/compile.el (compilation-mode): Doc fix.
7037
7038 * emacs-lisp/lisp-mode.el (eval-last-sexp):
7039 Don't cons a new symbol each time.
7040 (eval-last-sexp-fake-value): New variable.
7041
7042 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
7043 (copyright-update-year): Detect continuation of list of years.
7044
7045 * term.el (term-default-fg-color, term-default-bg-color)
7046 (ansi-term-color-vector): Use `unspecified', not nil, as default.
7047
7048 * imenu.el: Several doc fixes: don't say variables are buffer-local.
7049
7050 2004-08-16 Davis Herring <herring@lanl.gov>
7051
7052 * isearch.el (isearch-string, isearch-message-string, isearch-point)
7053 (isearch-success, isearch-forward-flag, isearch-other-end)
7054 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7055 (isearch-barrier, isearch-within-brackets)
7056 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
7057
7058 2004-08-16 Kenichi Handa <handa@m17n.org>
7059
7060 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
7061
7062 2004-08-15 Kenichi Handa <handa@m17n.org>
7063
7064 * term/x-win.el (x-selection-value): If utf8 was successful but
7065 ctext was not, use utf8 string.
7066
7067 2004-08-14 Davis Herring <herring@lanl.gov>
7068
7069 * isearch.el: Remove accidental changes of March 4. Fix backing
7070 up when a regexp isearch is made more general. Use symbolic
7071 accessor functions for isearch stack frames to make usage clearer.
7072 (search-whitespace-regexp): Made groups in documentation shy (as
7073 is the group in the default value).
7074 (isearch-fallback): New function, addresses problems with regexps
7075 liberalized by `\|', adds support for liberalization by `\}' (the
7076 general repetition construct), and incorporates behavior for
7077 `*'/`?'.
7078 (isearch-}-char): New command, calls `isearch-fallback' with
7079 arguments appropriate to a typed `}'.
7080 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
7081 appropriately.
7082 (isearch-mode-map): Bind `}' to `isearch-}-char'.
7083 (isearch-string, isearch-message,string, isearch-point)
7084 (isearch-success, isearch-forward-flag, isearch-other-end)
7085 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
7086 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
7087 New inline functions to read fields of a stack frame.
7088
7089 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
7090
7091 * battery.el (battery-linux-proc-acpi): Look into battery
7092 directories matching the literal string "CMB", too (required for
7093 Linux kernel version 2.6.7).
7094
7095 2004-08-14 John Paul Wallington <jpw@gnu.org>
7096
7097 * cus-start.el (read-file-name-completion-ignore-case): Add.
7098 (blink-cursor-alist): Change version to "21.4".
7099
7100 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
7101
7102 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
7103
7104 * speedbar.el (speedbar-scan-subdirs): New option.
7105 (speedbar-file-lists): Don't ignore file-name case on Unix and use
7106 dolist.
7107 (speedbar-insert-files-at-point): Take an extra argument and use
7108 it to optionally find out if a subdir is empty. Also unreadable
7109 files don't get expand buttons.
7110 (speedbar-directory): New image (unused pixmap already existed).
7111 (speedbar-expand-image-button-alist): Use it.
7112
7113 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
7114
7115 CC Mode update to 5.30.9:
7116
7117 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
7118 Move from cc-vars to cc-defs for dependency reasons. Fix the
7119 POSIX char class test to check that it works in
7120 `skip-chars-(forward|backward)' too.
7121
7122 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
7123 first argument starts with a special brace list.
7124
7125 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
7126 when `c-opt-type-concat-key' is used (i.e. in Pike).
7127
7128 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
7129 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
7130 >)".
7131
7132 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
7133 whitespace safe.
7134
7135 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
7136 position for `arglist-intro', `arglist-cont-nonempty' and
7137 `arglist-close' when there are two arglist open parens on the same
7138 line and there's nothing in front of the first.
7139
7140 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
7141 locking of qualified names in Java, which previously could fontify
7142 common indexing expressions in many cases. The standard Java
7143 naming conventions are used to tell them apart.
7144
7145 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
7146 Fix inconsistency wrt opening parens on the first line inside a paren
7147 block.
7148
7149 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
7150 compile time for the sake of `c-major-mode-is'.
7151
7152 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
7153 `c-major-mode-is' in the event that this is used inside a
7154 `c-lang-defconst'.
7155
7156 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
7157 `c-lang-defconst' so that it works better with fallback languages.
7158
7159 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
7160 it to fail to record the base mode.
7161
7162 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7163 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
7164 is used. Reorder the syntax checks to get more efficient
7165 skipping in some situations.
7166
7167 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
7168 continuation which might precede the newly inserted '{'.
7169
7170 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
7171 Fix cases where it could loop indefinitely.
7172
7173 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
7174 size specs correctly. Only fontify identifiers in front of '('
7175 with as functions - don't accept any paren char. Tighten up
7176 initializer skipping to stop before function and class blocks.
7177
7178 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
7179 the point could be left directly after an open paren when finding
7180 the beginning of the first decl in the block.
7181
7182 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
7183 table when filtering out legitimate open parens to be recorded.
7184 This could cause cache inconsistencies when e.g.
7185 `c++-template-syntax-table' was temporarily in use.
7186
7187 * progmodes/cc-engine.el (c-on-identifier)
7188 (c-simple-skip-symbol-backward): Small fix for handling "-"
7189 correctly in `skip-chars-backward'. Affected the operator lfun
7190 syntax in Pike.
7191
7192 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
7193 Fix bug that could cause an error from `after-change-functions' when
7194 the changed region is at bob.
7195
7196 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
7197
7198 CC Mode update to 5.30.9:
7199
7200 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
7201 to say that <TAB> doesn't insert WS into a CPP line.
7202 (c-indent-command, c-tab-always-indent): Amend doc strings.
7203
7204 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
7205 checks for user errors, thus eliminating cryptic and unhelpful
7206 Emacs error messages. (1) Check the arg to `c-set-style' is a
7207 string. (2) Check that settings to `c-offsets-alist' are not
7208 spuriously quoted.
7209
7210 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
7211 which precedes the newly inserted `{'.
7212
7213 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
7214
7215 Sync with Tramp 2.0.44.
7216
7217 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
7218 function "tramp_file_attributes". Otherwise, file names
7219 containing spaces are misinterpreted. Reported by Magnus Henoch
7220 <mange@freemail.hu>.
7221 (tramp-handle-file-truename): FILENAME must be expanded first.
7222 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
7223 obscure results. Reported by D. Goel <deego@gnufans.org>.
7224 (tramp-handle-verify-visited-file-modtime): If file does not
7225 exist, say it is not modified if and only if that agrees with the
7226 buffer's record. Check whether a file is visiting the buffer, or
7227 the buffer has no recorded last modification time. Return t in
7228 case the visiting file doesn't exist. Suggested by Luc Teirlinck
7229 <teirllm@auburn.edu>.
7230 (tramp-handle-write-region): Pass modtime explicitely to
7231 `set-visited-file-modtime', because filename can be different
7232 from (buffer-file-name) if `file-precious-flag' is set.
7233 `set-visited-file-modtime' must be called always when `visit' is t
7234 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
7235 (tramp-handle-set-visited-file-modtime): If `time-list' is not
7236 nil, don't apply the whole body. If the file doesn't exists, set
7237 modtime to '(-1 65535). Suggested by Luc Teirlinck
7238 <teirllm@auburn.edu>.
7239
7240 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
7241
7242 * help.el (describe-bindings): Doc fix.
7243
7244 * subr.el (kbd): Doc fix.
7245
7246 2004-08-08 John Paul Wallington <jpw@gnu.org>
7247
7248 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
7249 instead of `string-to-int'.
7250 (define-ibuffer-column mode): Fix indentation.
7251
7252 2004-08-08 Lars Hansen <larsh@math.ku.dk>
7253
7254 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
7255
7256 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
7257
7258 * subr.el (global-unset-key, local-unset-key): Doc fixes.
7259
7260 * novice.el (disabled-command-function): New variable renamed from
7261 `disabled-command-hook'.
7262 (disabled-command-hook): Keep the _variable_ as alias for
7263 `disabled-command-function' and make obsolete.
7264 (disabled-command-function): Function renamed from
7265 `disabled-command-hook'. Adapt code to name change of the variable.
7266
7267 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
7268
7269 * simple.el (completion-root-regexp): New defvar.
7270 (completion-setup-function): Use it instead of a literal string.
7271
7272 2004-08-07 John Paul Wallington <jpw@gnu.org>
7273
7274 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
7275 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
7276 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
7277 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
7278
7279 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
7280
7281 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
7282 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
7283
7284 2004-08-04 Kenichi Handa <handa@m17n.org>
7285
7286 * international/encoded-kb.el (encoded-kbd-setup-keymap):
7287 Fix previous change.
7288
7289 2004-08-03 Kenichi Handa <handa@m17n.org>
7290
7291 * international/encoded-kb.el: The following changes are to
7292 utilize key-translation-map instead of minor mode map.
7293 (encoded-kbd-iso2022-non-ascii-map): Delete it.
7294 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
7295 (encoded-kbd-last-key): New function.
7296 (encoded-kbd-iso2022-single-shift): New function.
7297 (encoded-kbd-iso2022-designation)
7298 (encoded-kbd-self-insert-iso2022-7bit)
7299 (encoded-kbd-self-insert-iso2022-8bit)
7300 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
7301 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
7302 key-translation-map.
7303 (encoded-kbd-setup-keymap): Setup key-translation-map.
7304 (saved-key-translation-map): New variable.
7305 (encoded-kbd-mode): Save/restore key-translation-map.
7306 Adjust for the change of encoded-kbd-setup-keymap.
7307
7308 2004-08-02 Kim F. Storm <storm@cua.dk>
7309
7310 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
7311 and call compute-motion with nil for topos and width to get proper
7312 usable width and height for both window and non-window systems.
7313
7314 * windmove.el (windmove-coordinates-of-position): Let compute-motion
7315 calculate usable window width and height.
7316
7317 * window.el (window-buffer-height): Call compute-motion with nil width.
7318
7319 2004-08-01 David Kastrup <dak@gnu.org>
7320
7321 * replace.el (query-replace-read-from):
7322 Use `query-replace-compile-replacement'.
7323 (query-replace-compile-replacement): New function.
7324 (query-replace-read-to): Use `query-replace-compile-replacement'
7325 for repeating the last command.
7326
7327 2004-08-01 John Paul Wallington <jpw@gnu.org>
7328
7329 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7330 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7331 (pr-switches): Remove period from end of error messages.
7332
7333 * help-mode.el (help-go-back): Likewise.
7334
7335 * abbrev.el (only-global-abbrevs): Doc fix.
7336 (edit-abbrevs-map): Define within defvar.
7337 (quietly-read-abbrev-file): Doc fix.
7338
7339 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7340
7341 * novice.el (enable-command, disable-command): Doc fixes.
7342
7343 * subr.el (event-modifiers, event-basic-type): Doc fixes.
7344
7345 2004-07-30 Richard M. Stallman <rms@gnu.org>
7346
7347 * subr.el (with-local-quit): Doc fix.
7348
7349 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
7350
7351 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7352
7353 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7354
7355 * custom.el (defcustom): Doc fix.
7356
7357 2004-07-28 Masatake YAMATO <jet@gyve.org>
7358
7359 * progmodes/etags.el (etags-tags-apropos): Show building progress.
7360
7361 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7362
7363 * imenu.el (imenu-prev-index-position-function)
7364 (imenu-extract-index-name-function, imenu-name-lookup-function)
7365 (imenu--index-alist): Docstring redundancy fix.
7366
7367 2004-07-25 Lars Hansen <larsh@math.ku.dk>
7368
7369 * wdired.el (wdired-finish-edit): Require dired-aux before locally
7370 binding dired-backup-overwrite.
7371
7372 2004-07-25 John Paul Wallington <jpw@gnu.org>
7373
7374 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7375
7376 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7377
7378 * term/tty-colors.el (tty-color-approximate): Doc fix.
7379
7380 * select.el (x-get-selection, x-set-selection): Doc fixes.
7381
7382 * frame.el (make-frame): Doc fix.
7383
7384 2004-07-24 Richard M. Stallman <rms@gnu.org>
7385
7386 * mail/rmail.el (rmail-mime-charset-pattern):
7387 Don't include semicolon in the charset value.
7388
7389 * replace.el (occur-next-error): Call set-window-point.
7390 (occur-engine): Handle negative NLINES.
7391
7392 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
7393
7394 * frame.el (modify-all-frames-parameters): Minor doc fix.
7395 (set-frame-configuration): Doc fix.
7396
7397 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7398
7399 * simple.el (completion-setup-function): Compute the common parts
7400 and the first difference place correctly when
7401 partial-completion-mode is on.
7402
7403 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7404
7405 * ps-print.el: Doc fix.
7406 (ps-print-version): New version 6.6.5.
7407 (ps-printing-region): Doc fix.
7408 (ps-generate-string-list): Comment fix.
7409 (ps-message-log-max): Code fix.
7410
7411 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7412
7413 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7414 generated PostScript.
7415
7416 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
7417
7418 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
7419 with Gnus v5_10 branch.)
7420
7421 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
7422
7423 * calendar/time-date.el (time-to-number-of-days): New function.
7424 Imported from from Gnus.
7425
7426 2004-07-22 Kim F. Storm <storm@cua.dk>
7427
7428 * progmodes/make-mode.el: Fix comments.
7429
7430 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7431
7432 * printing.el: Doc fix.
7433
7434 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
7435
7436 * frame.el (modify-all-frames-parameters): Minor doc fix.
7437
7438 2004-07-20 Richard M. Stallman <rms@gnu.org>
7439
7440 * textmodes/fill.el (fill-nobreak-p): If this break point is
7441 at the end of the line, don't consider the newline which follows
7442 as a reason to return t.
7443
7444 2004-07-19 John Paul Wallington <jpw@gnu.org>
7445
7446 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7447
7448 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7449
7450 * dired-aux.el (dired-do-kill-lines): Expand docstring.
7451 Delete irrelevant code.
7452
7453 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7454
7455 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7456 New docstring. From Luc Teirlinck.
7457
7458 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
7459
7460 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7461 section.
7462 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7463 non-file buffers. We know it is nil.
7464
7465 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7466
7467 Sync with Tramp 2.0.43.
7468
7469 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7470 Remove outdated comment.
7471 (tramp-locked, tramp-locker): New variables for implementing a
7472 global lock.
7473 (tramp-sh-file-name-handler): Use them to implement the global lock.
7474
7475 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
7476
7477 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
7478 calls to respective `xxx` calls.
7479 (tramp-process-alive-regexp): Precise doc string.
7480 (tramp-multi-action-process-alive): New defun.
7481 (tramp-multi-actions): Use it.
7482 (tramp-handle-find-backup-file-name): `copy-tree' is available
7483 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
7484 in order to avoid this function.
7485 (tramp-handle-write-region): Set current buffer. If connection
7486 wasn't open, `file-modes' has changed it accidently. Reported by
7487 David Kastrup <dak@gnu.org>.
7488 (tramp-enter-password, tramp-read-passwd): New arguments USER and
7489 HOST.
7490 (tramp-action-password, tramp-multi-action-password): Apply it.
7491 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7492 name must still contain the port number. Otherwise, we have two
7493 Tramp buffers, with all the confusion. Reported by Myron Selby
7494 <myron@xytech.com> and Rolf Dubitzky
7495 <Dubitzky@physi.uni-heidelberg.de>.
7496
7497 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7498 HOST to `tramp-enter-passwd'.
7499
7500 * net/tramp-vc.el (all): Code cleanup. Change all
7501 `tramp-handle-xxx' calls to respective `xxx` calls.
7502
7503 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
7504
7505 * emacs-lisp/testcover.el: New category "potentially-1valued" for
7506 functions that are not erroneous if either 1-valued or
7507 multi-valued. Detect functions in this class.
7508 (testcover-1value-functions, testcover-compose-functions)
7509 (testcover-progn-functions) Add some additional functions to lists.
7510 (testcover-mark): Bugfix when marking up the definition for an
7511 empty function.
7512
7513 2004-07-17 Richard M. Stallman <rms@gnu.org>
7514
7515 * replace.el (occur-read-primary-args): Pass default to
7516 read-from-minibuffer.
7517
7518 * mail/footnote.el (footnote-section-tag): Use defcustom.
7519
7520 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7521 Compile font-lock-keywords, not KEYWORDS.
7522 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7523 Add warn, check-type. Handle cerror like error.
7524
7525 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7526
7527 * progmodes/which-func.el (which-func-keymap): New var.
7528 (which-func-face): New face.
7529 (which-func-format): Use them.
7530
7531 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7532
7533 * buff-menu.el (list-buffers-noselect): Append the buffer's
7534 process status to its mode name.
7535
7536 2004-07-16 Kim F. Storm <storm@cua.dk>
7537
7538 * simple.el (inhibit-mark-movement): New defvar.
7539 (beginning-of-buffer, end-of-buffer): Do not push mark if
7540 inhibit-mark-movement is non-nil or C-u prefix is given.
7541
7542 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7543 Init to beginning-of-buffer and end-of-buffer.
7544 (cua--undo-push-mark): New defvar.
7545 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7546 already active and command is in cua--preserve-mark-commands.
7547 Also fix check for shift modifier on non-window systems.
7548 (cua--post-command-handler): Clear inhibit-mark-movement if set.
7549
7550 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7551
7552 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7553 of two integers, instead of a cons.
7554
7555 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7556 `visited-file-modtime' now returns a list of two integers, instead
7557 of a cons.
7558
7559 * dired.el (dired-directory-changed-p): Ditto.
7560
7561 * progmodes/grep.el (grep): Doc fix.
7562
7563 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7564
7565 * autorevert.el (auto-revert-tail-mode)
7566 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7567 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7568 in both at the same time.
7569 (auto-revert-tail-mode): New command.
7570 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7571 (auto-revert-handler): Revert only either tail or whole file.
7572
7573 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7574 add auto-revert-tail-mode.
7575
7576 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7577
7578 * printing.el: Doc fix. Change name of some funs.
7579 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
7580 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
7581 (pr-standard-file-name): New fun. Replace pr-standard-path.
7582 (pr-call-process): Code fix.
7583
7584 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
7585
7586 * subr.el (with-selected-window): Doc fix.
7587
7588 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
7589
7590 * subr.el (get-buffer-window-list): Doc fix.
7591
7592 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7593
7594 * files.el (switch-to-buffer-other-window): Doc fix.
7595
7596 * window.el (save-selected-window, one-window-p)
7597 (split-window-keep-point, split-window-vertically)
7598 (split-window-horizontally): Doc fixes.
7599
7600 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7601
7602 * printing.el: Doc fix. Now it uses call-process instead of
7603 shell-command for low command execution.
7604 (pr-version): New version number (6.8).
7605 (pr-shell-file-name): Option removed.
7606 (pr-shell-command): Fun removed.
7607 (pr-call-process): New fun. Replace pr-shell-command.
7608 (pr-standard-path, pr-remove-nil-from-list): New funs.
7609 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7610 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7611 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7612 (pr-ps-utility-process, pr-txt-print): Code fix.
7613
7614 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7615
7616 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7617 boolean.
7618
7619 2004-07-09 Lars Hansen <larsh@math.ku.dk>
7620
7621 * wid-edit.el (widget-field-buffer): Doc fix.
7622
7623 2004-07-09 John Paul Wallington <jpw@gnu.org>
7624
7625 * emacs-lisp/re-builder.el (reb-update-overlays):
7626 Distinguish between one and several matches in message.
7627
7628 2004-07-09 Richard M. Stallman <rms@gnu.org>
7629
7630 * mouse.el (mouse-set-region-1): If transient-mark-mode
7631 is `identity', change it to `only'.
7632
7633 * simple.el (current-word): Doc fix.
7634
7635 2004-07-09 Mark A. Hershberger <mah@everybody.org>
7636
7637 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7638 so that it is more understanding of whitespace.
7639
7640 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7641 (("ns" . "element") (attr-list) children) instead of
7642 ((:ns . "element") (attr-list) children) in order to reduce the
7643 number of symbols used.
7644 (xml-skip-dtd): Change to use xml-parse-dtd but set
7645 xml-validating-parsing to nil.
7646 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7647 (xml-substitute-entity): Remove in favor of new entity substitution.
7648 (xml-substitute-special): Rewrite in to substitute complex
7649 entities from DOCTYPE declarations.
7650 (xml-parse-fragment): Parse fragments from entity deleclarations.
7651 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7652 (xml-parse-dtd, xml-substitute-special): Make validity checks
7653 conditioned on xml-validating-parser. Add "Not Well Formed" to
7654 error messages about well-formedness.
7655
7656 2004-07-08 Steven Tamm <steventamm@mac.com>
7657
7658 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7659 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7660 Do not treat double clicks and triple clicks specially in the
7661 scroll bar (preventing strange repositioning problems)
7662
7663 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7664
7665 * replace.el (query-replace-regexp-eval): Fix last change.
7666
7667 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7668
7669 * replace.el (query-replace-descr): New fun.
7670 (query-replace-read-from, query-replace-read-args): Default to the
7671 previous from&to.
7672 (query-replace-read-to): Quote the `from' string when displaying it.
7673 (query-replace-regexp-eval): Immediately check read-only status.
7674 Use query-replace-read-from to get the \n checking.
7675 Quote the `from' string when displaying it.
7676 (map-query-replace-regexp, occur-read-primary-args):
7677 Quote the `from' string when displaying it.
7678
7679 * isearch.el (isearch-query-replace): Pass the regexp-ness and
7680 delimited-ness of the search to query-replace.
7681
7682 * replace.el (query-replace-read-from, query-replace-read-to):
7683 New funs extracted from query-replace-read-args.
7684 (query-replace-read-args): Use them.
7685
7686 * replace.el (query-replace-interactive, query-replace-read-args):
7687 Remove the `initial' special value.
7688 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7689 (occur-engine): Remove unused var `matchend'.
7690
7691 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7692 Use the search string without prompting.
7693
7694 2004-07-05 Kenichi Handa <handa@m17n.org>
7695
7696 * international/mule.el (decode-coding-inserted-region):
7697 Set last-coding-system-used only when coding is nil.
7698
7699 2004-07-03 Eli Zaretskii <eliz@gnu.org>
7700
7701 * progmodes/grep.el (grep-compute-defaults, grep-command)
7702 (grep-program, find-program, grep-find-use-xargs, grep-history)
7703 (grep-find-history, grep-tag-default, grep-find-command)
7704 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7705 Add autoload cookies, for unbundled packages that load `compile'
7706 and expect all grep-related symbols to become defined.
7707
7708 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
7709
7710 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7711 (iimage-mode-image-search-path): New user option to search the
7712 image file.
7713 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
7714 have locate-file.
7715 (iimage-mode-buffer): Use it.
7716
7717 2004-07-03 Nick Roberts <nickrob@gnu.org>
7718
7719 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7720 carefully.
7721 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7722
7723 2004-07-03 Juri Linkov <juri@jurta.org>
7724
7725 * replace.el (query-replace-read-args): Swallow space after 'foo,
7726 not after (quote foo). Match space only immediately after symbol,
7727 not anywhere in the whole string.
7728
7729 2004-07-02 Richard M. Stallman <rms@gnu.org>
7730
7731 * replace.el (query-replace-read-args): Swallow space after
7732 symbols, not after closeparens. But avoid error if string ends there.
7733
7734 * progmodes/python.el (python-beginning-of-statement):
7735 Exit the loop if backward-up-list gets error.
7736
7737 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7738
7739 2004-07-02 Andre Spiegel <spiegel@gnu.org>
7740
7741 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7742 only if vc-consult-headers is non-nil.
7743
7744 2004-07-02 Juri Linkov <juri@jurta.org>
7745
7746 * pcvs.el (cvs-mode-diff-repository): New command.
7747
7748 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7749
7750 2004-07-01 Juri Linkov <juri@jurta.org>
7751
7752 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7753 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
7754 C-M-% to isearch-query-replace-regexp.
7755 (minibuffer-local-isearch-map): Add arrow key bindings.
7756 Bind C-f to isearch-yank-char-in-minibuffer.
7757 (isearch-forward): Doc fix.
7758 (isearch-edit-string): Doc fix.
7759 (isearch-query-replace, isearch-query-replace-regexp): New funs.
7760 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
7761 (isearch-yank-char): Add optional arg.
7762 (isearch-yank-char-in-minibuffer): New fun.
7763
7764 * replace.el (query-replace-interactive): Change type from boolean
7765 to choice. Add value `initial'.
7766 (query-replace-read-args): Handle value `initial' of
7767 query-replace-interactive.
7768
7769 2004-06-29 Kim F. Storm <storm@cua.dk>
7770
7771 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7772 (breakpoint-disabled-bitmap-face): Add :group 'gud.
7773
7774 * progmodes/ada-xref.el (ada-tight-gvd-integration):
7775 Add :group 'ada.
7776
7777 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7778
7779 2004-06-29 Juri Linkov <juri@jurta.org>
7780
7781 * replace.el (query-replace-read-args): Swallow a space after
7782 everything except )]" which in most cases means after a symbol.
7783
7784 * emacs-lisp/pp.el (pp-buffer): Add autoload.
7785
7786 2004-06-28 Richard M. Stallman <rms@gnu.org>
7787
7788 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7789 More changes to go with previous change in font-lock.el.
7790
7791 2004-06-26 David Kastrup <dak@gnu.org>
7792
7793 * replace.el (perform-replace): Highlight the match even in
7794 non-query mode if there is potential replace string editing.
7795
7796 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
7797
7798 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7799 agree with new return value of `file-remote-p'.
7800 This syncs with Tramp 2.0.42.
7801
7802 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7803 according to new documentation of `file-remote-p'.
7804
7805 * files.el (file-remote-p): Fix doc to say that return value is
7806 identification of remote system, if not nil.
7807 (file-relative-name): Use new return value of `file-remote-p'.
7808
7809 2004-06-26 Nick Roberts <nickrob@gnu.org>
7810
7811 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7812 (gdb-goto-breakpoint): Fix breakage.
7813
7814 2004-06-26 Eli Zaretskii <eliz@gnu.org>
7815
7816 * man.el (Man-getpage-in-background): Add windows-nt to the list
7817 of systems where shell-file-name should be used instead of
7818 literal "sh".
7819
7820 2004-06-25 Sam Steingold <sds@gnu.org>
7821
7822 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7823 function names `(setf symbol)'.
7824
7825 2004-06-24 Richard M. Stallman <rms@gnu.org>
7826
7827 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7828
7829 * font-lock.el (font-lock-keywords): Change format of compiled values.
7830 Document it.
7831 (font-lock-add-keywords): If font-lock-keywords is compiled,
7832 extract the uncompiled version, modify, then recompile.
7833 (font-lock-remove-keywords): Likewise.
7834 (font-lock-fontify-keywords-region): Handle changed format.
7835 (font-lock-compile-keywords): Handle changed format.
7836 (font-lock-set-defaults): Compile the keywords explicitly here.
7837
7838 2004-06-24 David Kastrup <dak@gnu.org>
7839
7840 * replace.el (query-replace-read-args): Implement `\,' and `\#'
7841 replacements here.
7842 (query-replace-regexp): Doc string explaining this and the new
7843 `\?' replacement. Remove `\,' and `\#' implementation here, as it
7844 is better placed in `query-replace-read-args'.
7845 (replace-regexp): Explain `\,', `\#' and `\?'.
7846 (replace-match-data): New function for thorough reuse/destruction
7847 of old match-data.
7848 (replace-match-maybe-edit): Function for implementing `\?' editing.
7849 (perform-replace): Fix maintaining of the match stack including
7850 already matched regions, implement `\?', fix various problems
7851 with regions while editing and other stuff.
7852 (replace-highlight): Simplify.
7853
7854 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
7855
7856 * progmodes/grep.el (grep-error-screen-columns): New variable.
7857 (grep-regexp-alist): Give it the full functionality of gnu style
7858 compilation messages with line and column ranges. Ask me for the
7859 perl script I'm working on, that uses these.
7860
7861 2004-06-23 Nick Roberts <nickrob@gnu.org>
7862
7863 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7864 Remove.
7865 (comint-insert-input, comint-mouse-insert-input): New functions
7866 based on comint-insert-clicked-input for two bindings but just
7867 one functionality.
7868
7869 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7870
7871 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7872
7873 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7874
7875 * files.el (write-contents-functions): Doc fix.
7876
7877 2004-06-21 Juanma Barranquero <lektu@terra.es>
7878
7879 * image.el (image-library-alist): Rewrite docstring in active voice.
7880
7881 2004-06-20 Richard M. Stallman <rms@gnu.org>
7882
7883 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7884
7885 * isearch.el (isearch-repeat): Avoid testing old match data.
7886 (isearch-message): Display trailing space in special font
7887 when search is failing.
7888 (isearch-search-fun-function): Doc fix.
7889
7890 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7891
7892 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
7893
7894 * frame.el (show-trailing-whitespace): Doc fix.
7895
7896 * cus-edit.el (custom-variable-documentation): New function.
7897 (custom-variable): Use it.
7898
7899 2004-06-19 Nick Roberts <nickrob@gnu.org>
7900
7901 * man.el (Man-getpage-in-background): Revert previous change but
7902 make cygwin a special case.
7903
7904 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
7905
7906 * autorevert.el (global-auto-revert-non-file-buffers):
7907 Update docstring.
7908
7909 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
7910
7911 * progmodes/compile.el (compilation-error-properties): Store one
7912 more than end-col, if present, so that transient-mark-mode will
7913 highlight last char too.
7914 * progmodes/grep.el (grep-regexp-alist): Match columns and column
7915 ranges, if present.
7916
7917 2004-06-18 Jason Rumney <jasonr@gnu.org>
7918
7919 * makefile.w32-in: Double percent signs in for loops.
7920
7921 2004-06-17 David Kastrup <dak@gnu.org>
7922
7923 * replace.el (query-replace-read-args): Only warn about use of \n
7924 and \t when we are doing a regexp replacement and the actual
7925 escaped character is n or t.
7926 (query-replace-regexp): Add \, and \# interpretation to
7927 interactive call and document it.
7928 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7929 as shortkey for replace-count.
7930 (replace-quote): New function for doubling backslashes.
7931
7932 2004-06-17 Juanma Barranquero <lektu@terra.es>
7933
7934 * files.el (parse-colon-path, cd): Mention in docstring that the
7935 path separator is colon in GNU-like systems.
7936
7937 * newcomment.el (comment-region-internal): Fix docstring.
7938
7939 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7940 (ewoc-invalidate, ewoc-collect): Doc fixes.
7941 (ewoc--create-node, ewoc--delete-node-internal):
7942 Fix typos in docstring.
7943
7944 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7945
7946 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7947 manual to docstring.
7948
7949 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7950
7951 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7952
7953 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7954
7955 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7956 Add hyperlink to emacs-xtra manual to docstring.
7957
7958 * autorevert.el (global-auto-revert-non-file-buffers):
7959 Add hyperlink to emacs-xtra manual to docstring, as well as an
7960 info-link.
7961
7962 2004-06-14 Juanma Barranquero <lektu@terra.es>
7963
7964 * image.el (image-library-alist): New variable to map image types
7965 to external libraries. Initialized to nil, unless system-specific
7966 configs change it.
7967 (image-type-available-p): Determine whether an image type is
7968 available by calling `init-image-library'.
7969
7970 * term/w32-win.el (image-library-alist): Initialize to a known set
7971 of probable library names.
7972
7973 2004-06-14 Kenichi Handa <handa@m17n.org>
7974
7975 * international/code-pages.el (windows-1256, cp1125): Fix tables
7976 for several characters.
7977
7978 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7979
7980 2004-06-13 Richard M. Stallman <rms@gnu.org>
7981
7982 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7983
7984 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7985 not "`pc-selection-mode'".
7986
7987 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7988
7989 * simple.el (previous-matching-history-element): Specify a default.
7990
7991 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7992
7993 * cus-face.el (custom-declare-face): Simplify code.
7994
7995 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7996
7997 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
7998
7999 * files.el (before-save-hook): Add `time-stamp' to the options.
8000
8001 * time-stamp.el (time-stamp): Recommend adding it to
8002 `before-save-hook', rather than `write-file-functions'.
8003 Make a similar change in `Commentary' section.
8004
8005 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
8006
8007 * diff-mode.el (diff-current-defun): If at start of hunk, use
8008 position of first change.
8009
8010 2004-06-13 Lars Hansen <larsh@math.ku.dk>
8011
8012 * dired-x.el (dired-mark-omitted): Bind to "*O".
8013
8014 2004-06-12 Karl Fogel <kfogel@red-bean.com>
8015
8016 * bookmark.el (bookmark-bmenu-relocate): New function, as
8017 suggested by David J. Biesack <David.Biesack@sas.com>.
8018 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
8019 (bookmark-bmenu-mode): Describe binding in doc string.
8020 (bookmark-set-filename): Save the bookmark list if it's time.
8021
8022 2004-06-13 Kenichi Handa <handa@m17n.org>
8023
8024 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
8025 (ccl-untranslated-to-ucs): Fix typo.
8026
8027 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
8028
8029 * progmodes/python.el (python-open-block-statement-p):
8030 Fix indentation after a block opening that contains a comment.
8031
8032 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
8033
8034 * bindings.el (completion-ignored-extensions): Add file extensions
8035 of Python byte-compiled files.
8036
8037 2004-06-12 Juri Linkov <juri@jurta.org>
8038
8039 * info.el (Info-goto-node): Add autoload.
8040 (Info-toc): Add substring-no-properties on Info file name.
8041 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
8042 (Info-mode-map): Bind L to Info-history, T to Info-toc.
8043
8044 2004-06-12 Kenichi Handa <handa@m17n.org>
8045
8046 * international/mule-cmds.el (set-language-environment):
8047 Load subst tables if necessary.
8048
8049 * international/mule.el (decode-char): Load subst tables if necessary.
8050 (encode-char): Likewise.
8051
8052 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
8053 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
8054 (utf-16le-decode-loop): Set r5 to -1 before loop.
8055 (utf-16be-decode-loop): Likewise.
8056 (ccl-decode-mule-utf-16le): Add EOF processing block.
8057 (ccl-decode-mule-utf-16be): Likewise.
8058 (ccl-decode-mule-utf-16le-with-signature): Likewise.
8059 (ccl-decode-mule-utf-16be-with-signature): Likewise.
8060 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
8061 (ccl-mule-utf-16-encode-untrans): New CCL.
8062 (utf-16-decode-to-ucs): Handle pre-read character.
8063 (utf-16le-encode-loop): Handle surrogate pair.
8064 (utf-16be-encode-loop): Likewise.
8065 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
8066 of utf-16le-encode-loop.
8067 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
8068 of utf-16be-encode-loop.
8069 (mule-utf-16-post-read-conversion):
8070 Call utf-8-post-read-conversion at first.
8071 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
8072 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
8073 Add post-read-conversion and pre-write-conversion.
8074
8075 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
8076 (utf-translate-cjk-unicode-range): New variable.
8077 (utf-translate-cjk-load-tables): New function.
8078 (utf-lookup-subst-table-for-decode): New function.
8079 (utf-lookup-subst-table-for-encode): New function.
8080 (utf-translate-cjk-mode): Init-value changed to t. Don't load
8081 tables here. Update safe-charsets of utf-* coding systems.
8082 (ccl-mule-utf-untrans): New CCL.
8083 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
8084 at end of each branch.
8085 (ccl-mule-utf-8-encode-untrans): New CCL.
8086 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
8087 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
8088 length of encoding. Don't return r0.
8089 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
8090 (utf-8-post-read-conversion): Narrow to region properly.
8091 If utf-translate-cjk-mode is on, load tables if necessary.
8092 Call utf-8-compose with hash-table arg if necessary.
8093 Call XXX-compose-region instead of XXX-post-read-convesion.
8094 (utf-8-pre-write-conversion): New function.
8095 (mule-utf-8): Include CJK charsets in safe-charsets if
8096 utf-translate-cjk-mode is on. Add pre-write-conversion.
8097
8098 * international/characters.el: Temporarily set
8099 utf-translate-cjk-mode to nil.
8100
8101 * language/devan-util.el (devanagari-compose-region):
8102 Add autoload cookie.
8103
8104 * international/ccl.el (ccl-dump-call): Fix printing the
8105 subroutine name.
8106
8107 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
8108
8109 * dired.el (dired-revert): If buffer is marked unmodified before
8110 reverting, keep it marked unmodified.
8111 Adapt to new conventions for commenting out code.
8112 (dired-make-relative): Adapt to new conventions for commenting out code.
8113
8114 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
8115
8116 * eshell/esh-module.el (eshell-load-defgroups):
8117 Bind `vc-handled-backends' to nil when opening files.
8118
8119 2004-06-11 Juanma Barranquero <lektu@terra.es>
8120
8121 * files.el (parse-colon-path, cd): Doc fixes (refer to
8122 `path-separator', not colon).
8123
8124 2004-06-10 Juanma Barranquero <lektu@terra.es>
8125
8126 * newcomment.el (comment-search-forward)
8127 (comment-search-backward): Fix typos in docstring.
8128 (comment-region): Doc fix.
8129
8130 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
8131
8132 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
8133 switch is no longer stored in `dired-switches-alist'.
8134
8135 * dired-aux.el (dired-insert-subdir): Do not store R switch in
8136 `dired-switches-alist'.
8137
8138 2004-06-10 Kim F. Storm <storm@cua.dk>
8139
8140 * pcvs.el (cvs-mode-diff-yesterday): New command.
8141
8142 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
8143
8144 2004-06-10 Juri Linkov <juri@jurta.org>
8145
8146 * emacs-lisp/edebug.el (edebug-eval-defun):
8147 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
8148 Fix docstring.
8149
8150 * simple.el (eval-expression-print-format): Don't print additional
8151 information on the first call to `eval-print-last-sexp'.
8152 (next-error-find-buffer): Fix punctuation.
8153 (killing) <defgroup>: Fix punctuation.
8154 (yank-excluded-properties): Change group from editing to killing.
8155
8156 * replace.el (perform-replace): Use `limit' to terminate the
8157 while-loop explicitly.
8158
8159 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8160
8161 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
8162 Use lc-*.xpm as prefix instead of *-locol.xpm.
8163
8164 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
8165 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
8166 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
8167 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
8168 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
8169 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
8170 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
8171 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
8172 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
8173 * toolbar/lc-up_arrow.xpm:
8174 Rename from *-locol.xpm.
8175
8176 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
8177
8178 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
8179 include forms like &<str>; as valid url patterns.
8180
8181 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
8182
8183 * dired.el (dired-diff, dired-backup-diff)
8184 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
8185 (dired-do-chown, dired-do-touch, dired-do-print)
8186 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
8187 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
8188 (dired-create-directory, dired-do-copy, dired-do-symlink)
8189 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
8190 (dired-do-copy-regexp, dired-do-hardlink-regexp)
8191 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
8192 (dired-maybe-insert-subdir, dired-next-subdir)
8193 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
8194 (dired-kill-subdir, dired-tree-up, dired-tree-down)
8195 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
8196 (dired-run-shell-command, dired-query): Remove redundant,
8197 or incorrect, autoloads.
8198
8199 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
8200 does not end in a slash. Add optional argument KILL-ROOT.
8201 Update docstring.
8202 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
8203 (dired-query): Add autoloads.
8204
8205 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
8206
8207 * progmodes/compile.el (compilation-set-window-height):
8208 Rearrange the save-* functions because a buffer can have several current
8209 point in different windows.
8210 (compilation-error-regexp-alist-alist): Recognize {standard input}
8211 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
8212
8213 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8214
8215 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
8216 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
8217 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
8218 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
8219 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
8220 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
8221 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
8222 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
8223 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
8224 * toolbar/up_arrow-locol.xpm:
8225 New versions of icons that uses fewer colors.
8226
8227 * toolbar/tool-bar.el (tool-bar-local-item)
8228 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
8229 if display-color-cells is 256 or less.
8230
8231 2004-06-08 Kim F. Storm <storm@cua.dk>
8232
8233 * wid-edit.el (widget-specify-button): Use hand pointer rather
8234 than mouse-face as visible mouse-over effect.
8235
8236 2004-06-07 Karl Fogel <kfogel@red-bean.com>
8237
8238 * saveplace.el (save-place-alist-to-file): Bind `print-length'
8239 and `print-level' to nil when writing out `save-place-alist'.
8240 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
8241
8242 2004-06-07 Juanma Barranquero <lektu@terra.es>
8243
8244 * completion.el (completion-kill-region): Doc fix.
8245
8246 * format.el (format-insert-annotations)
8247 (format-annotate-location): Doc fixes.
8248 (format-subtract-regions): Make arguments match their use in docstring.
8249
8250 * simple.el (kill-region): Doc fix.
8251
8252 * subr.el (insert-buffer-substring-no-properties)
8253 (insert-buffer-substring-as-yank): Doc fixes.
8254
8255 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
8256
8257 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8258 Update docstring.
8259 (dired-reset-subdir-switches): New function.
8260
8261 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
8262 Limit scope of `buffer-read-only' binding.
8263
8264 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
8265
8266 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
8267 eshell-explicit-command-char.
8268
8269 2004-06-06 Juanma Barranquero <lektu@terra.es>
8270
8271 * help-fns.el (help-argument-name): Inherit from italic face only
8272 if the frame supports it.
8273
8274 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8275
8276 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
8277 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
8278 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
8279 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
8280 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
8281 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
8282 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
8283 New conversions from xpm files.
8284
8285 * toolbar/README: New file.
8286
8287 2004-06-06 Richard M. Stallman <rms@gnu.org>
8288
8289 * isearch.el (isearch-mode-map): Undo previous change.
8290
8291 2004-06-05 Juri Linkov <juri@jurta.org>
8292
8293 * bindings.el (debug-ignored-errors): Add regexps for history
8294 related messages. Remove $ from "No further undo information".
8295 Move Ediff's messages to ediff.el.
8296
8297 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
8298
8299 * cus-edit.el (custom-display): Add `min-colors'.
8300
8301 * custom.el (defface): Add `supports' to docstring.
8302
8303 * help-fns.el (help-argument-name): Add :group 'help.
8304
8305 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
8306
8307 * find-dired.el (find-ls-subdir-switches): New user option.
8308 (find-dired): No longer call `abbreviate-file-name' on DIR.
8309 Set `dired-subdir-switches' buffer-locally.
8310
8311 * locate.el: Merge the two `Commentary' sections.
8312 (locate-ls-subdir-switches): New user option.
8313 (locate): Update for other changes.
8314 (locate-mode-map): Restore Dired binding for mouse-2.
8315 Bind `locate-mouse-view-file' to M-mouse-2.
8316 Bind `l' to `locate-do-redisplay'.
8317 (locate-main-listing-line-p, locate-do-redisplay): New functions.
8318 (locate-mouse-view-file, locate-tags, locate-find-directory):
8319 Print message if used outside main listing.
8320 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
8321 Various changes to support inserted subdirectories.
8322 (locate-insert-header): Change header of *Locate* buffer.
8323
8324 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
8325 Change interactive default switches.
8326 (dired-rename-subdir-2): Update `dired-switches-alist'.
8327 (dired-insert-subdir, dired-kill-subdir):
8328 Handle `dired-switches-alist'. Do not mark buffer modified.
8329 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8330 (dired-insert-subdir-doinsert): Omit messages.
8331 Handle `dired-subdir-switches'.
8332 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8333
8334 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8335 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8336 subdirs if -R switch is used for a subdir.
8337 (dired-mode): Set `dired-switches-alist'.
8338 (dired-build-subdir-alist): Only print number of directories in
8339 echo area when invoked interactively.
8340
8341 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8342
8343 * dired-x.el (dired-omit-mode): Rename from
8344 dired-omit-files-p. Use define-minor-mode to define it.
8345 (dired-omit-files-p): Add as alias for dired-omit-mode.
8346 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
8347 dired-mark-omitted.
8348 (dired-mark-omitted): Add. Bind to M-O.
8349
8350 2004-06-05 Kenichi Handa <handa@m17n.org>
8351
8352 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8353
8354 2004-06-05 Juanma Barranquero <lektu@terra.es>
8355
8356 * help-fns.el (help-argument-name): Reintroduce face.
8357 (help-default-arg-highlight): Use it, now that
8358 `face-differs-from-default-p' can be trusted.
8359
8360 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8361
8362 * textmodes/table.el: Sentence commands added to Point Motion
8363 group; kill and backward-kill commands added to Extraction group.
8364
8365 2004-06-04 Mario Lang <mlang@delysid.org>
8366
8367 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8368 systems appear to use mW, make the code handle this. Fix a
8369 division-by-zero bug while at it, and handle kernels with
8370 a slightly different layout in /proc/acpi.
8371
8372 2004-06-04 Karl Fogel <kfogel@red-bean.com>
8373
8374 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8375 because the latter is a CL-ism. This fixes the bug reported by
8376 Shawn Boyette <mdxi@collapsar.net> in
8377 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8378
8379 2004-06-04 Miles Bader <miles@gnu.org>
8380
8381 * faces.el (display-supports-face-attributes-p): Function moved to
8382 C code. Previously only the tty-related portion of this function
8383 was done in C; however the previous attempt to do a halfway-proper
8384 job for non-tty displays in lisp didn't work properly because of
8385 funny conditions during Emacs startup.
8386 (face-differs-from-default-p): Simplify, now that
8387 display-supports-face-attributes-p works properly on all display
8388 types. Remove :stipple from comparison; it doesn't really work
8389 in emacs anyway.
8390
8391 2004-06-04 Miles Bader <miles@gnu.org>
8392
8393 * faces.el (face-differs-from-default-p): Use a different
8394 implementation, so we can really check whether FACE displays
8395 differently or not.
8396
8397 2004-06-04 Miles Bader <miles@gnu.org>
8398
8399 * faces.el (display-supports-face-attributes-p): Implement a
8400 `different from default' check for non-tty displays.
8401
8402 2004-06-03 David Kastrup <dak@gnu.org>
8403
8404 * woman.el (woman-mapcan): More concise code.
8405 (woman-topic-all-completions, woman-topic-all-completions-1)
8406 (woman-topic-all-completions-merge): Replace by a simpler and
8407 much faster implementation based on O(n log n) sort/merge instead
8408 of the old O(n^2) behavior.
8409
8410 2004-06-03 Miles Bader <miles@gnu.org>
8411
8412 * subr.el (read-number): Use canonical format for default in prompt.
8413
8414 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8415 Add regexp for " [...]" style defaults.
8416
8417 2004-06-02 Romain Francoise <romain@orebokech.com>
8418
8419 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8420 groups: if the user asks for a hidden buffer, open the
8421 corresponding filter group to expose it.
8422
8423 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8424 `ibuffer-jump-to-buffer'.
8425 (ibuffer-jump-offer-only-visible-buffers): New user option.
8426
8427 2004-06-02 Juanma Barranquero <lektu@terra.es>
8428
8429 * faces.el (frame-update-faces): Add empty docstring so the one
8430 for `ignore' doesn't show through.
8431
8432 * subr.el (process-kill-without-query): Remove spurious "\n" on
8433 obsolescence string.
8434 (focus-frame, unfocus-frame): Add obsolescence declaration and
8435 empty docstring.
8436
8437 * international/mule.el (register-char-codings): Make alias for
8438 `ignore'. Move docstring to obsolescence info and remove redundancy.
8439
8440 2004-06-02 Kim F. Storm <storm@cua.dk>
8441
8442 * frame.el (blink-cursor-start): Turn cursor off initially so blink
8443 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8444
8445 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8446
8447 * comint.el (comint-replace-by-expanded-history-before-point):
8448 Obey `start' as the docstring says.
8449 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8450 (comint-update-fence): Prevent font-lock from running unnecessarily.
8451 (comint-dynamic-list-completions): Use with-current-buffer.
8452
8453 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8454
8455 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8456 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8457 (bibtex-entry-update): Handle alternatives and optional fields.
8458 (bibtex-parse-entry): Bugfix, handle empty key.
8459
8460 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8461
8462 * vc-arch.el (vc-arch-state): Don't assume the file exists.
8463
8464 2004-05-31 Lars Hansen <larsh@math.ku.dk>
8465
8466 * desktop.el (desktop-save): Don't save minor modes without a
8467 known mode initialization function.
8468
8469 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
8470
8471 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8472
8473 * autorevert.el: Update `Commentary' section.
8474
8475 2004-05-30 Juanma Barranquero <lektu@terra.es>
8476
8477 * dos-fns.el (convert-standard-filename):
8478 * files.el (convert-standard-filename):
8479 * w32-fns.el (convert-standard-filename):
8480 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8481
8482 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8483
8484 Sync with Tramp.
8485
8486 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8487 (tramp-let-maybe): Move to an earlier spot in the file.
8488 Patch by Andreas Schwab.
8489
8490 2004-05-30 Andreas Schwab <schwab@suse.de>
8491
8492 * dired.el (dired-get-filename): Don't use dired-re-dot.
8493
8494 2004-05-30 Richard M. Stallman <rms@gnu.org>
8495
8496 * files.el (find-file): Doc fix.
8497
8498 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8499
8500 2004-05-30 Nick Roberts <nickrob@gnu.org>
8501
8502 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8503 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8504 modeline of the locals buffer.
8505 (gdb-goto-breakpoint): Handle gdbmi.
8506 (gdb-get-frame-number): Change for gdbmi.
8507
8508 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8509
8510 * files.el (file-remote-p): Apply file name handler for operation
8511 `file-remote-p'. It isn' a property any longer.
8512 (file-relative-name): `fh' and `fd' get the required value via
8513 `find-file-name-handler' already.
8514
8515 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8516 (top): Remove setting of `file-remote-p' property for
8517 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
8518
8519 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8520
8521 Version 2.0.41 of Tramp released.
8522
8523 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8524 Throw away if process has died.
8525 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8526 (tramp-out-of-band-prompt-regexp): Rename to
8527 `tramp-process-alive-regexp', because its usage is widen.
8528 (tramp-actions-copy-out-of-band): Apply it.
8529 (tramp-actions-before-shell, tramp-multi-actions):
8530 Add `tramp-action-process-alive' action.
8531 (tramp-action-process-alive): New defun.
8532 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8533 Add entry for `file-remote-p'.
8534 (tramp-handle-file-remote-p): New defun.
8535 (top): Remove setting of `file-remote-p'. Don't set
8536 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8537
8538 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8539 `file-remote-p'.
8540
8541 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8542 counted for (last) line. [They should or they shouldn't? --Stef]
8543 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8544
8545 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8546
8547 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8548 not really necessary but seems to keep the shell history smaller
8549 in some cases. It is no substitute for setting HISTFILE and
8550 HISTSIZE from tramp-open-connection-setup-interactive-shell,
8551 though. Suggested by Luc Teirlinck.
8552 (tramp-open-connection-setup-interactive-shell): Export variables
8553 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
8554 (tramp-set-process-query-on-exit-flag): New compat function.
8555 (tramp-open-connection-multi, tramp-open-connection-su)
8556 (tramp-open-connection-rsh, tramp-open-connection-telnet)
8557 (tramp-do-copy-or-rename-file-out-of-band): Use it.
8558 (tramp-let-maybe): New macro, let-binds a variable only if it
8559 isn't obsolete.
8560 (tramp-check-ls-commands, tramp-handle-expand-file-name)
8561 (tramp-handle-file-truename): Use it.
8562 (tramp-completion-file-name-regexp-unified): Avoid matching
8563 filenames starting with "/:" -- those are reserved for
8564 file-name-non-special.
8565
8566 * tramp-smb.el (tramp-smb-open-connection):
8567 Use tramp-set-process-query-on-exit-flag compat function.
8568
8569 2004-05-29 Richard M. Stallman <rms@gnu.org>
8570
8571 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8572
8573 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8574 (eval-last-sexp-print-value): Print char equivalent regardless
8575 of standard-output value.
8576
8577 * thumbs.el (thumbs-subst-char-in-string): Delete.
8578 (thumbs-thumbname): Use subst-char-in-string.
8579 (thumbs-resize-image): Use condition-case, not ignore-errors.
8580 (thumbs-kill-buffer): Likewise.
8581
8582 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
8583 (thumbs-mode): Make buffer read-only.
8584 (thumbs-make-thumb): Unconditionally accept an existing file.
8585 (thumbs-insert-thumb): Add thumb-image-file property to the image.
8586 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8587 (thumbs-show-thumbs-list): Error if images not supported.
8588 (thumbs-save-current-image): Improve prompt string.
8589 (thumbs-mode-map): Define u, R, x.
8590 (thumbs-unmark): New command.
8591 (thumbs-emboss-image): Minor cleanup.
8592 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8593 (thumbs-rename-images): New command.
8594 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
8595
8596 * thumbs.el (thumbs-current-image): New function.
8597 (thumbs-file-list, thumbs-file-alist): New functions.
8598 (thumbs-find-image): Delete arg L.
8599 Don't set up thumbs-fileL as buffer-local global var.
8600 (thumbs-find-image-at-point): Use thumbs-current-image.
8601 (thumbs-set-image-at-point-to-root-window): Likewise.
8602 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8603 Record and warn about errors. Update thumbs-markedL for deletions.
8604 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8605 (thumbs-redraw-buffer): Use thumbs-file-list.
8606 (thumbs-mark): Use thumbs-current-image.
8607 (thumbs-show-name): Use thumbs-current-image.
8608
8609 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8610 and imenu--last-menubar-index-alist.
8611
8612 * subr.el (with-selected-window): Undo previous change.
8613
8614 2004-05-29 John Paul Wallington <jpw@gnu.org>
8615
8616 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8617 (thumbs-mouse-find-image): New command.
8618 (thumbs-mode-map): Bind it to mouse-2.
8619 (thumbs-mode): Make mode-class special.
8620 (thumbs-view-image-mode): Likewise.
8621
8622 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8623
8624 * flymake.el: New file.
8625
8626 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
8627
8628 * files.el (find-file-noselect-1): Do not bind
8629 `inhibit-read-only' to t during execution of
8630 `find-file-not-found-functions'.
8631
8632 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8633
8634 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8635 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8636
8637 2004-05-28 Juri Linkov <juri@jurta.org>
8638
8639 * simple.el (eval-expression-print-format): New fun.
8640
8641 * simple.el (eval-expression):
8642 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8643 * emacs-lisp/edebug.el (edebug-compute-previous-result)
8644 (edebug-eval-expression): Print additionally the value returned by
8645 `eval-expression-print-format'.
8646
8647 * emacs-lisp/lisp.el (insert-pair-alist): New var.
8648 (insert-pair): Make arguments optional. Find character pair
8649 from `insert-pair-alist' according to the last input event.
8650 (insert-parentheses): Make arguments optional.
8651 (raise-sexp, delete-pair): New funs.
8652
8653 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8654 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8655 Bind C-M-q to `indent-pp-sexp'.
8656
8657 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8658 `pp-to-string' modified to be able to format text with newlines.
8659 (pp-to-string): Move the buffer-formatting part of the code to
8660 `pp-buffer'. Call `pp-buffer'.
8661
8662 * info.el (Info-desktop-buffer-misc-data): Don't save information
8663 about virtual files.
8664 (Info-restore-desktop-buffer): Restore Info buffers in prepared
8665 buffers with names obtained from the desktop file instead of the
8666 default *info* buffer.
8667
8668 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8669
8670 * subr.el (with-selected-window): Only save/restore the selected window.
8671
8672 * progmodes/compile.el (compilation-error-regexp-alist):
8673 Use expand-file-name and data-directory.
8674
8675 * progmodes/grep.el (grep-tree): Rework previous fix.
8676
8677 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8678 after the user marked text with the mouse.
8679
8680 * startup.el (command-line): Keep the first regexp of
8681 auto-save-file-name-transforms intact.
8682
8683 2004-05-28 Juanma Barranquero <lektu@terra.es>
8684
8685 * cus-edit.el (customize-face, customize-face-other-window)
8686 (custom-face-edit-delete): Make arguments match their use in
8687 docstring.
8688 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8689 docstring.
8690
8691 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8692 not `cvs-butlast'.
8693
8694 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8695 `nbutlast' are in subr.el).
8696
8697 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8698 (set-w32-system-coding-system): Doc fixes.
8699
8700 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8701 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8702 Make arguments match their use in docstring.
8703 (artist-draw-region-trim-line-endings)
8704 (artist-mouse-choose-operation): Fix typo in docstring.
8705 (artist-key-set-point-common): Doc fix.
8706
8707 2004-05-28 Simon Josefsson <jas@extundo.com>
8708
8709 * mail/smtpmail.el (smtpmail-open-stream):
8710 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8711
8712 2004-05-26 Simon Josefsson <jas@extundo.com>
8713
8714 * starttls.el: Merge with my GNUTLS based starttls.el.
8715 (starttls-gnutls-program, starttls-use-gnutls)
8716 (starttls-extra-arguments, starttls-process-connection-type)
8717 (starttls-connect, starttls-failure, starttls-success): New variables.
8718 (starttls-program, starttls-extra-args): Doc fix.
8719 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8720 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8721 and pass on to corresponding *-gnutls function if it is set.
8722
8723 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8724
8725 * autorevert.el (auto-revert-handler): Disable auto-reverting of
8726 remote files.
8727
8728 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
8729
8730 * files.el (file-name-non-special): There are more operations
8731 which need handling: `find-backup-file-name',
8732 `insert-file-contents', `verify-visited-file-modtime',
8733 `write-region'. Rename t value of method to `add'. Add new
8734 methods `quote' and `unquote-then-quote' to file-arg-indices.
8735
8736 2004-05-25 Juri Linkov <juri@jurta.org>
8737
8738 * info.el (Info-toc): Call Info-mode on intermediate buffer.
8739 (Info-index-nodes): Enclose code in condition-case to catch errors.
8740 (Info-index-node): Don't search all index nodes if request is only
8741 for the current node and file is not in the cache of index nodes.
8742 (Info-mode-map): Bind Info-copy-current-node-name to `w'
8743 for consistency with dired-copy-filename-as-kill.
8744 Bind `S' to Info-search-case-sensitively.
8745 (Info-copy-current-node-name): New arg. With zero prefix arg put
8746 the name inside a function call to `info'. Display copied text in
8747 the echo area.
8748
8749 2004-05-25 Sam Steingold <sds@gnu.org>
8750
8751 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8752 strip the package prefix from the symbol name, if any.
8753 Make it the `find-tag-default-function' for `lisp-mode'.
8754
8755 2004-05-25 John Paul Wallington <jpw@gnu.org>
8756
8757 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8758 instead of obsolete `process-kill-without-query'.
8759
8760 * textmodes/texinfmt.el (texinfo-indexvar-alist):
8761 Declare as variable, not constant.
8762
8763 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
8764
8765 * files.el (find-file-noselect-1): Fix bug introduced by
8766 Revision 1.694. As a side effect, `inhibit-read-only'
8767 is again, by default, t during execution of
8768 `find-file-not-found-functions'.
8769 (insert-directory): Check that lines were really inserted by
8770 the --dired switch, before erasing them.
8771
8772 2004-05-24 Nick Roberts <nickrob@gnu.org>
8773
8774 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8775 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8776 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8777 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8778 gud-minor-mode (gdbmi).
8779
8780 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8781
8782 * net/browse-url.el (browse-url-interactive-arg): Enable user to
8783 explicitly select the text to be taken as URL.
8784
8785 2004-05-23 Juri Linkov <juri@jurta.org>
8786
8787 * info.el (Info-index-nodes): New var and fun.
8788 (Info-goto-index, Info-index, info-apropos)
8789 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8790 (Info-index): Fix docstring. Store and restore Info-history-list.
8791 (Info-complete-nodes): New var.
8792 (Info-complete-menu-item): Use it.
8793 (Info-index-node): New fun.
8794 (Info-final-node, Info-forward-node, Info-backward-node)
8795 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8796 Use Info-index-node.
8797 (Info-extract-menu-item, Info-extract-menu-counting): Set second
8798 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8799 (Info-find-node-2): If a node with period in its name not found,
8800 try to find a node without the name part after period.
8801 (Info-select-node): Call Info-fontify-node only if
8802 Info-fontify-maximum-menu-size is not nil.
8803 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8804 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8805 Preserve Info-history-list.
8806 (Info-toc): Set Info-current-file.
8807 (Info-build-toc): Move point to the beginning of the buffer.
8808 Add main-file variable.
8809 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8810 Use backslashed representation of the control character ^_.
8811
8812 * textmodes/texinfmt.el (texinfo-print-index): Print index line
8813 numbers in the new Texinfo 4.7 format.
8814
8815 * add-log.el (change-log-font-lock-keywords): Remove `:' from
8816 regexps for function and variable names.
8817
8818 * descr-text.el (describe-property-list): Add [show] button for
8819 `syntax-table' property with action to pp to a separate buffer.
8820 (describe-char): Replace search-forward by re-search-forward with
8821 whitespace regexp after "character:" to not fail in too narrow windows.
8822
8823 * simple.el (next-error-find-buffer): Add a rule to return
8824 next-error capable buffer if one window on the selected frame
8825 displays such buffer.
8826
8827 2004-05-23 Nick Roberts <nickrob@gnu.org>
8828
8829 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8830 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8831 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8832 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8833 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8834 Handle new value for gud-minor-mode (gdbmi).
8835 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8836 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8837 Change from local to global gdb variable set.
8838 (gdb-ann3): Initialise above gdb variable set.
8839 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8840 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8841 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8842 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8843 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8844 (gdb-info-locals-handler, gdb-invalidate-assembler)
8845 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8846 set as global variables.
8847 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8848 Handle gdbmi.
8849 (gdb-info-breakpoints-custom): Fix regexp.
8850 (def-gdb-var): Delete.
8851
8852 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8853 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8854 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8855 a new mode. The file (gdb-mi.el) for this mode will be included
8856 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8857 primary interface.
8858
8859 2004-05-23 Jesper Harder <harder@ifa.au.dk>
8860
8861 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8862 interpreted as a directory.
8863
8864 2004-05-22 Richard M. Stallman <rms@gnu.org>
8865
8866 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8867 as a close quote.
8868
8869 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8870
8871 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8872 Use assoc-string, not assoc-ignore-case.
8873
8874 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8875
8876 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8877 If moving back then fwd gets a defun that ends before point,
8878 try again moving fwd then back.
8879
8880 * files.el (file-name-non-special): Allow t in file-arg-indices
8881 to mean requote the return value. Use `identity' as an element
8882 rather than as the whole value.
8883
8884 * gs.el (gs-options): Add -dSAFER. Mark it risky.
8885
8886 2004-05-22 Juanma Barranquero <lektu@terra.es>
8887
8888 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8889 `help-make-usage'.
8890 (help-highlight-arguments): Skip function name before searching
8891 for arguments.
8892
8893 2004-05-21 Juanma Barranquero <lektu@terra.es>
8894
8895 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8896 Don't mention in the docstring these arguments meant for
8897 internal (recursive) use only.
8898 (allout-char-spec): Comment out (it's not implemented).
8899 (allout-old-expose-topic, allout-exposure): Fix docstring and add
8900 obsolescence declaration.
8901 (allout-flatten-exposed-to-buffer)
8902 (allout-indented-exposed-to-buffer): Fix typos in docstring.
8903 (my-mark-marker): Doc fix.
8904 (produce-allout-mode-map, allout-sibling-index)
8905 (allout-isearch-expose, allout-distinctive-bullet)
8906 (allout-open-topic, allout-reindent-body)
8907 (allout-rebullet-heading, allout-process-exposed)
8908 (allout-insert-listified, allout-latex-verb-quote)
8909 (allout-insert-latex-header, allout-insert-latex-trailer):
8910 Make arguments match their use in docstring.
8911 (allout-primary-bullet, allout-old-style-prefixes)
8912 (allout-inhibit-protection, allout-init, allout-mode)
8913 (allout-before-change-protect, allout-flag-region):
8914 Use "Emacs" instead of "emacs" in docstrings.
8915
8916 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8917
8918 * international/characters.el: Modify syntax of more characters.
8919
8920 2004-05-21 Masatake YAMATO <jet@gyve.org>
8921
8922 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8923 (etags-tags-completion-table): Show parsing progress.
8924
8925 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
8926
8927 * locate.el (locate-prompt-for-command): Shorten first line of
8928 docstring.
8929 (locate-mode): Expand docstring and include keymap summary.
8930
8931 * files.el (find-file-noselect-1): Limit the scope of the
8932 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
8933 is, by default, nil during the execution of
8934 `find-file-not-found-functions' and `find-file-hook'.
8935
8936 2004-05-20 Michael Mauger <mmaug@yahoo.com>
8937
8938 * facemenu.el (facemenu-color-name-equal): New function.
8939 (list-colors-display): Use it to compare colors instead of
8940 facemenu-color-equal.
8941
8942 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
8943
8944 * compare-w.el (compare-windows-face): Use min-colors instead of
8945 checking for tty or pc types.
8946
8947 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8950 (completion-setup-function): Use with-current-buffer.
8951 Properly save excursion. Simplify.
8952 Don't assume there is necessarily a `mouse-face' property somewhere.
8953
8954 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8955
8956 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
8957
8958 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8959 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8960 Use with-current-buffer.
8961 (byte-goto-log-buffer): Delete.
8962 (byte-compile-log-file): Call compilation-forget-errors.
8963
8964 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8965
8966 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8967 output messages into the search result.
8968
8969 2004-05-19 Masatake YAMATO <jet@gyve.org>
8970
8971 * wid-edit.el (widget-radio-button-notify): Revert my last
8972 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8973
8974 2004-05-19 Kenichi Handa <handa@m17n.org>
8975
8976 * international/characters.el: Fix syntax (open/close) of CJK chars.
8977
8978 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
8979
8980 * help-mode.el (help-go-back): Don't depend on position of back button.
8981
8982 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8983
8984 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8985 files files don't contain an accidental additional /.
8986
8987 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8988 in source buffer.
8989
8990 2004-05-18 Masatake YAMATO <jet@gyve.org>
8991
8992 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8993 to widget-apply. :action method assumes 2 arguments, not 3.
8994
8995 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
8996
8997 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8998 New constants.
8999 (hs-special-modes-alist): Add an f90-mode entry.
9000
9001 2004-05-17 Sam Steingold <sds@gnu.org>
9002
9003 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
9004 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
9005
9006 2004-05-16 Kim F. Storm <storm@cua.dk>
9007
9008 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
9009
9010 2004-05-15 John Wiegley <johnw@newartisans.com>
9011
9012 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
9013 (eshell-output-object-to-target): Improve output speed 20% by not
9014 calling `eshell-stringify' if something is already known to be a string.
9015
9016 2004-05-15 Alex Ott <ott@jet.msk.su>
9017
9018 * textmodes/ispell.el (ispell-local-dictionary-alist):
9019 Add windows-1251 to the choice of coding systems.
9020 (ispell-dictionary-alist-6): Add support for "russianw.aff",
9021 encoded in cp1251.
9022
9023 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
9024
9025 * progmodes/compile.el (compilation-warning-face)
9026 (compilation-info-face): Use min-colors.
9027
9028 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9029
9030 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
9031 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
9032 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
9033 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
9034 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
9035 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
9036 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
9037 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
9038 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
9039 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
9040 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
9041 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
9042 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
9043 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
9044
9045 2004-05-15 Kim F. Storm <storm@cua.dk>
9046
9047 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
9048 Use it to set triggered-p element of timer.
9049 (timer-event-handler): Set triggered-p element non-nil while running
9050 the timer function.
9051
9052 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
9053
9054 * descr-text.el (describe-char-unicode-data)
9055 (describe-char-unicodedata-file): Re-enable the unicode code now that
9056 the licensing issues have been cleared in the unicode-4 license.
9057 (describe-text-properties-1): Remove unused `overlay' var.
9058 (describe-char): Remove unused var `buffer'.
9059
9060 2004-05-14 David Ponce <david@dponce.com>
9061
9062 * tree-widget.el: New file.
9063
9064 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
9065
9066 * language/european.el ("Brazilian Portuguese"): Add support for
9067 Brazilian Portuguese.
9068
9069 2004-05-13 John Wiegley <johnw@newartisans.com>
9070
9071 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
9072 `recentf-mode' if this variable has been customized to t.
9073
9074 * eshell/esh-test.el (eshell-test): Call the function
9075 `emacs-version' rather than trying to build a custom version string.
9076
9077 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
9078
9079 * net/telnet.el (telnet-mode): Use define-derived-mode.
9080 Don't modify the global value of comint-prompt-regexp.
9081
9082 2004-05-13 John Paul Wallington <jpw@gnu.org>
9083
9084 * version.el (emacs-version): Check for `gtk' feature before
9085 `x-toolkit' feature.
9086
9087 2004-05-13 Juanma Barranquero <lektu@terra.es>
9088
9089 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
9090 arguments in the docstring, they're used only in recursive calls.
9091
9092 * help-fns.el (help-arg-highlighting-function)
9093 (help-argument-name): Delete.
9094 (help-default-arg-highlight): New function.
9095 (help-do-arg-highlighting): Use it.
9096
9097 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
9098
9099 * calendar/appt.el (appt-disp-window):
9100 Use `calendar-set-mode-line' for a centered mode-line.
9101
9102 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
9103
9104 * calendar/appt.el (appt-disp-window): Do not split window
9105 excessively when `split-height-threshold' is low.
9106
9107 2004-05-12 Nick Roberts <nickrob@gnu.org>
9108
9109 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
9110 kill-buffer-hook here and make it local.
9111 (gud-kill-buffer-hook): Use kill-process for a sure kill.
9112
9113 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
9114
9115 * progmodes/compile.el (compilation-set-window-height):
9116 Use save-excursion to protect against misplaced marker.
9117
9118 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9119
9120 * custom.el (defface): Document that type can have value gtk.
9121
9122 * faces.el (face-spec-set-match-display): Handle type gtk in display.
9123
9124 2004-05-12 Kenichi Handa <handa@m17n.org>
9125
9126 * descr-text.el: Require quail at comile time.
9127 (describe-char): If an input method is on and it supports the
9128 character, show how to input it.
9129
9130 * international/quail.el (quail-install-decode-map): Accept a
9131 char-table whose subtype is `quail-decode-map'.
9132 (quail-store-decode-map-key, quail-gen-decode-map1)
9133 (quail-gen-decode-map, quail-find-key1, quail-find-key)
9134 (quail-show-key): New functions.
9135
9136 2004-05-12 Juanma Barranquero <lektu@terra.es>
9137
9138 * generic.el (define-generic-mode): Remove redundant arglist info.
9139
9140 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
9141 Make arguments match their use in docstring.
9142 (help-arg-highlighting-function): New variable.
9143 (help-argument-name): Mention it in the docstring.
9144 (help-do-arg-highlight): Use it. Expand regexp to accept also
9145 ARG-xxx and xxx-ARG references.
9146
9147 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
9148
9149 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
9150 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
9151 and "mailto:addr1?to=addr2" equal.
9152
9153 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
9154
9155 * man.el (Man-getpage-in-background): Use shell-file-name
9156 and shell-command-switch variables instead of hard-coded values.
9157
9158 2004-05-11 Eli Zaretskii <eliz@gnu.org>
9159
9160 * iimage.el: New file.
9161
9162 2004-05-11 Juanma Barranquero <lektu@terra.es>
9163
9164 * custom.el (custom-initialize-default, defcustom):
9165 Fix typo in docstring.
9166
9167 * files.el (set-visited-file-name, file-expand-wildcards):
9168 Fix docstring.
9169
9170 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
9173
9174 * subr.el (eventp): Be more discriminating with integers.
9175
9176 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
9177
9178 * progmodes/compile.el (compile): Add universal prefix arg.
9179 (compilation-error-regexp-alist-alist): Add edg patterns.
9180
9181 2004-05-10 Sam Steingold <sds@gnu.org>
9182
9183 * textmodes/ispell.el (ispell-message):
9184 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
9185
9186 2004-05-10 Dave Love <fx@gnu.org>
9187
9188 * progmodes/python.el (help-buffer): Autoload when compiling.
9189 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
9190 (run-python): Prepend to any existing PYTHONPATH.
9191
9192 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
9193
9194 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
9195 for pending breakpoints.
9196
9197 2004-05-10 Richard M. Stallman <rms@gnu.org>
9198
9199 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
9200 directly without calling any functions in Rmail.
9201 (unrmail-unprune): Function deleted.
9202
9203 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
9204
9205 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
9206 C-c C-z binding.
9207
9208 2004-05-10 Kenichi Handa <handa@m17n.org>
9209
9210 * descr-text.el (describe-char): Fix previous change. Don't make
9211 a unibyte character to multibyte in the *Help* buffer.
9212
9213 2004-05-10 Miles Bader <miles@gnu.org>
9214
9215 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
9216 buffer an error if the debugger process is actually running.
9217
9218 2004-05-10 Juanma Barranquero <lektu@terra.es>
9219
9220 * help-fns.el (help-argument-name): Default to italic.
9221 (help-highlight-arguments): Return always (usage . doc), even when
9222 usage is nil.
9223
9224 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
9225 (define-ibuffer-filter): Add usage info.
9226 (define-ibuffer-op): Add usage info (but CL-style defaults for
9227 keyword args are not shown).
9228
9229 * subr.el (remove-overlays, read-passwd): Fix docstring.
9230 (start-process-shell-command): Fix docstring. Put usage info in a
9231 format usable by `describe-function'.
9232 (open-network-stream, open-network-stream-nowait)
9233 (open-network-stream-server): Fix docstring.
9234
9235 2004-05-09 Jason Rumney <jasonr@gnu.org>
9236
9237 * international/code-pages (cp932, cp936, cp949, c950): Remove.
9238 Only define cp125* if windows-125* is already defined.
9239
9240 * language/korean.el (cp949): Add alias.
9241
9242 * language/chinese.el (cp936, cp950): Add aliases.
9243
9244 * language/japanese.el (cp932): Add alias.
9245
9246 * term/w32-win.el: Require code-pages.
9247
9248 * international/mule-cmds.el (set-locale-environment):
9249 On MS-Windows use ansi code-page for default coding-systems.
9250 Set up paper sizes for Windows 3 letter languages.
9251
9252 * international/code-pages.el (cp932, cp936, cp949, cp950):
9253 Add aliases. Also add cp125* if not already defined.
9254
9255 2004-05-09 Juanma Barranquero <lektu@terra.es>
9256
9257 * help-fns.el (help-highlight-arguments): Don't try to highlight
9258 missing or autoloaded arglists. Accept structured arguments, like
9259 the first ones of `do' and `flet'.
9260
9261 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
9262 (cvs-get-marked): Remove redundant arglist info.
9263
9264 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
9265 Don't use CL-style default args.
9266
9267 2004-05-08 Andreas Schwab <schwab@suse.de>
9268
9269 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
9270
9271 * international/subst-ksc.el: Fix references to utf-translate-cjk
9272 into utf-translate-cjk-mode.
9273 * international/subst-big5.el: Likewise.
9274 * international/subst-gb2312.el: Likewise.
9275 * international/subst-jis.el: Likewise.
9276 * international/utf-16.el: Likewise.
9277 * international/utf-8.el: Likewise.
9278
9279 2004-05-08 John Wiegley <johnw@newartisans.com>
9280
9281 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
9282 "virtual buffers" (off by default), which makes it possible to
9283 switch to the "virtual" buffers of recently visited files. When a
9284 buffer name search fails, and this option is on, iswitchb will
9285 look at the list of recently visited files, and permit matching
9286 against those names. When the user hits RET on a match, it will
9287 revisit that file.
9288 (iswitchb-read-buffer): Add two optional arguments, which makes
9289 isearchb.el possible.
9290 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
9291 (iswitchb-next-match): Add support for virtual buffers.
9292
9293 * isearchb.el: This module extends iswitchb to provide "as you
9294 type" buffer selection.
9295
9296 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
9297 Ignore the read-only property when flyspell highlighting is on.
9298 Not ignoring it leads to a series of confusing errors.
9299 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
9300 but also make sure to call flyspell-incorrect-hook.
9301 (flyspell-maybe-correct-transposition): Perform transposition test
9302 by bit twiddling a string, rather than using a temp buffer.
9303 (flyspell-maybe-correct-doubling): Use a string rather than a temp
9304 buffer. This is also the original version of the code, which
9305 could not be checked in before due to a previous lack of
9306 assignment papers. This version has seen heavy usage on my system
9307 for several years now.
9308
9309 * calendar/cal-bahai.el: New file, which adds support for the
9310 Baha'i calendar to Emacs. This calendar is based on a solar year
9311 of 19 months of 19 days, with 4 intercalary days. Each year
9312 begins on March 21, with the calendar starting in 1844.
9313
9314 * calendar/cal-menu.el, calendar/calendar.el,
9315 calendar/diary-lib.el, calendar/holidays.el: Added support for
9316 using cal-bahai.el.
9317
9318 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
9319 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
9320 function can be used outside of eshell buffers.
9321 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
9322
9323 2004-05-08 Juanma Barranquero <lektu@terra.es>
9324
9325 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
9326 word constituent so FOO-ARG is not recognized as an arg.
9327 (help-highlight-arguments): Don't skip lists in mandatory arguments.
9328
9329 * simple.el (next-error): Fix typo in docstring.
9330 (open-line): Make argument names match their use in docstring.
9331 (split-line): Fix docstring.
9332
9333 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9334 usable by `describe-function'.
9335 (gensym, gentemp, typep, ignore-errors): Make argument names match
9336 their use in docstring.
9337
9338 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9339 argument to `help-setup-xref'.
9340
9341 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
9342
9343 Version 2.0.40 of Tramp released.
9344
9345 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9346 Use symbol-function to invoke functions only known on some Emacs
9347 flavors. This avoids byte-compiler warnings. Reported by Kevin
9348 Scaldeferri <kevin@scaldeferri.com>.
9349 (tramp-do-copy-or-rename-file-via-buffer): Rename from
9350 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9351 consistent with the other tramp-do-* functions.
9352 (tramp-do-copy-or-rename-file): Calls adjusted.
9353 (tramp-process-initial-commands): Avoid liveness check on shell --
9354 we know that it must be alive since we're opening a connection at
9355 this moment.
9356 (tramp-last-cmd): New internal variable.
9357 (tramp-process-echoes): New tunable.
9358 (tramp-send-command): Set tramp-last-cmd.
9359 (tramp-wait-for-output): Delete echo, if applicable.
9360 (tramp-read-passwd): Construct the key for the password cache in a
9361 way that works for multi methods, too.
9362 (tramp-bug): Add backup-directory-alist and
9363 bkup-backup-directory-info to bug reports, with Tramp counterparts.
9364
9365 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
9366
9367 * net/tramp*.el: Suppress byte-compiler warnings where possible.
9368
9369 * net/tramp.el (tramp-out-of-band-prompt-regexp)
9370 (tramp-actions-copy-out-of-band): New defcustoms.
9371 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9372 used instead of a synchronous one. Allows password entering.
9373 (tramp-action-out-of-band): New defun.
9374 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9375 Remove restriction with password from doc string.
9376 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9377 `tramp-out-of-band-prompt-regexp',
9378 `tramp-actions-copy-out-of-band', `password-cache' and
9379 `password-cache-expiry'.
9380 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
9381 password caching.
9382 (tramp-touch): FILE can be a local file, too.
9383 (TODO): Remove items done.
9384 (tramp-handle-insert-directory): Properly quote file name also if
9385 not full-directory-p. Handle wildcard case. Reported by Andreas
9386 Schwab <schwab@suse.de>.
9387 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9388 new file.
9389 (tramp-handle-file-local-copy, tramp-handle-write-region):
9390 The permissions of the temporary file are set if filename exists.
9391 Reported by Ted Stern <stern@cray.com>.
9392 (tramp-backup-directory-alist)
9393 (tramp-bkup-backup-directory-info): New defcustoms.
9394 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9395 (tramp-handle-find-backup-file-name): New function.
9396 Implements Tramp's find-backup-file-name.
9397
9398 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9399 for `find-backup-file-name'.
9400
9401 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9402 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
9403
9404 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9405
9406 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9407
9408 2004-05-07 Juanma Barranquero <lektu@terra.es>
9409
9410 * subr.el (lambda): Add arglist description to docstring.
9411 (declare): Fix typo in docstring.
9412 (open-network-stream): Fix docstring.
9413 (process-kill-without-query): Fix docstring and add obsolescence info.
9414 (last, butlast, nbutlast): Make arguments match their use in docstring.
9415 (insert-buffer-substring-no-properties): Likewise.
9416 (insert-buffer-substring-as-yank): Likewise.
9417 (split-string): Fix docstring.
9418
9419 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9420 Make argument names match their use in docstring.
9421
9422 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9423
9424 2004-05-06 Nick Roberts <nickrob@gnu.org>
9425
9426 * progmodes/gdb-ui.el: Improve/extend documentation strings.
9427 Fit first sentence on one line for apropos-command.
9428
9429 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9430
9431 Changes largely merged in from Dave Love's code.
9432 * progmodes/python.el: Doc fixes.
9433 (python-mode-map): Add python-complete-symbol.
9434 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9435 (python-comment-indent, python-complete-symbol)
9436 (python-symbol-completions, python-partial-symbol)
9437 (python-try-complete): New.
9438 (python-indent-line): Remove optional arg. Use python-block-end-p.
9439 (python-check): Bind compilation-error-regexp-alist.
9440 (inferior-python-mode): Use rx. Move keybindings to top level.
9441 Set comint-input-filter.
9442 (python-preoutput-filter): Use rx.
9443 (python-input-filter): Re-introduce.
9444 (python-proc): Start new process if necessary.
9445 Check python-buffer non-nil.
9446 (view-return-to-alist): Defvar.
9447 (python-send-receive): New.
9448 (python-eldoc-function): Use it.
9449 (python-mode-running): Don't defvar.
9450 (python-mode): Set comment-indent-function.
9451 Maybe update hippie-expand-try-functions-list.
9452 (python-indentation-levels): Initialize differently.
9453 (python-block-end-p): New.
9454 (python-indent-line): Use it.
9455 (python-compilation-regexp-alist): Augment.
9456 (run-python): Import `emacs' module to Python rather than loading
9457 code directly. Set python-buffer differently.
9458 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
9459 Use python-proc.
9460 (python-send-command): Go to end of comint buffer.
9461 (python-load-file): Use python-proc, emacs.eimport.
9462 (python-describe-symbol): Simplify interactive form.
9463 Use emacs.help. Do use temp-buffer-show-hook.
9464 Call print-help-return-message.
9465 (hippie-exp): Require when compiling.
9466 (python-preoutput-continuation): Use rx.
9467
9468 * diff-mode.el (diff-make-unified): Fix regexp.
9469
9470 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
9471
9472 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9473 filter groups from the buffer when rebuilding the Ibuffer buffer
9474 and `ibuffer-show-empty-filter-groups' is nil.
9475
9476 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9477
9478 * ps-print.el (ps-print-quote): Call ps-value-string.
9479 (ps-setup): Call ps-comment-string.
9480 (ps-value-string, ps-comment-string): New funs.
9481
9482 2004-05-06 Juanma Barranquero <lektu@terra.es>
9483
9484 * ehelp.el (electric-help-command-loop): Check whether the last
9485 character is visible, not (point-max).
9486
9487 * help-fns.el (help-argument-name): Default to bold; don't inherit
9488 from font-lock-variable-name-face.
9489 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9490
9491 2004-05-05 Kenichi Handa <handa@m17n.org>
9492
9493 * descr-text.el (describe-char): Copy the character with text
9494 properties and overlays into the first line, and call
9495 describe-text-properties on it.
9496
9497 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
9498
9499 * iswitchb.el (iswitchb-global-map): Fix typo.
9500 Remove unwanted ###autoloads from source file.
9501
9502 2004-05-05 Lars Hansen <larsh@math.ku.dk>
9503
9504 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9505 in run-hooks. Use substitute-command-keys in message.
9506 (wdired-abort-changes): Add message.
9507
9508 2004-05-03 Michael Mauger <mmaug@yahoo.com>
9509
9510 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9511 (sql-emacs20-p): Remove.
9512 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9513 (sql-builtin-face, sql-doc-face): Remove.
9514 (sql-mode-ansi-font-lock-keywords)
9515 (sql-mode-oracle-font-lock-keywords)
9516 (sql-mode-postgres-font-lock-keywords)
9517 (sql-mode-linter-font-lock-keywords)
9518 (sql-mode-ms-font-lock-keywords)
9519 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9520 (sql-product-font-lock): Fix font-lock reset when font rules change.
9521 (sql-highlight-product): Remove incorrect font-lock reset logic.
9522
9523 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
9524
9525 * ses.el (ses-set-parameter): Fix typo.
9526
9527 2004-05-04 Kim F. Storm <storm@cua.dk>
9528
9529 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9530 Must expand directory for completion to work; and don't mess with
9531 process-environment.
9532 (ido-read-file-name): If command has ido property, don't use ido
9533 if value is ignore, or read as directory if value is dir.
9534 Set ido ignore property for dired-do-rename command.
9535
9536 2004-05-04 Juanma Barranquero <lektu@terra.es>
9537
9538 * ehelp.el (electric-help-command-loop, electric-help-undefined)
9539 (electric-help-help): Check against unmapped commands.
9540
9541 * help-fns.el (help-argument-name): New face, inheriting from
9542 font-lock-variable-name-face, to highlight function arguments in
9543 `describe-function' and `describe-key'.
9544 (help-do-arg-highlight): Auxiliary function to highlight a given
9545 list of arguments in a string.
9546 (help-highlight-arguments): Highlight the function arguments and
9547 all uses of them in the docstring.
9548 (describe-function-1): Use it. Do docstring output via `insert',
9549 not 'princ', so text attributes are preserved.
9550
9551 * winner.el (winner-mode-map): Move `winner-undo' and
9552 `winner-redo' to C-c <left> and C-c <right>, respectively (the
9553 previous bindings conflict with `prev-buffer', `next-buffer').
9554
9555 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9556
9557 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9558 (bibtex-entry-update): New command bound to C-c C-u.
9559 (bibtex-text-in-string): Fix regexp.
9560 (bibtex-assoc-of-regexp): Remove.
9561 (bibtex-progress-message): Fix docstring.
9562 (bibtex-inside-field): Use if.
9563 (bibtex-assoc-regexp): New function.
9564 (bibtex-format-entry): Make code more robust so that it formats
9565 also old entries.
9566 (bibtex-autokey-demangle-title): Merge with obsolete function
9567 bibtex-assoc-of-regexp.
9568 (bibtex-field-list): New function.
9569 (bibtex-entry): Use bibtex-field-list.
9570 (bibtex-parse-entry): Fix docstring.
9571 (bibtex-print-help-message): Use bibtex-field-list.
9572 (bibtex-make-field): Use bibtex-field-list.
9573 (bibtex-entry-index): Bugfix. Return crossref key if required.
9574 (bibtex-lessp): Fix docstring.
9575
9576 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
9577
9578 * select.el (xselect-convert-to-string): Move comment to intended line.
9579
9580 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9581
9582 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9583 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9584
9585 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9586
9587 * term/x-win.el (x-clipboard-yank): Don't exit on error from
9588 x-get-selection.
9589
9590 2004-05-03 Jason Rumney <jasonr@gnu.org>
9591
9592 * makefile.nt: Remove.
9593
9594 2004-05-03 Kim F. Storm <storm@cua.dk>
9595
9596 * emulation/cua-base.el (cua--update-indications): Fix last change.
9597 (cua-mode): Deactivate mark when cua-mode is enabled.
9598
9599 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
9600
9601 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9602
9603 2004-05-03 Nick Roberts <nickrob@gnu.org>
9604
9605 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9606 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9607 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9608 window over visible frames.
9609 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9610
9611 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9612
9613 * progmodes/compile.el (compilation-gcpro): New var.
9614 (compilation-fake-loc): Use it.
9615 (compilation-forget-errors): Reset it.
9616
9617 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9618
9619 * diff-mode.el (diff-header-face, diff-file-header-face):
9620 Use min-colors.
9621
9622 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9623
9624 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9625 (bibtex-clean-entry): Disentangle code.
9626 (bibtex-realign): New function.
9627 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
9628 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9629 Remove undocumented optional arg called-by-convert-alien.
9630 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
9631 for sorting instead of bibtex-sort-buffer.
9632
9633 2004-05-02 Eli Zaretskii <eliz@gnu.org>
9634
9635 * progmodes/compile.el (compilation-start): In the
9636 no-async-subprocesses branch, call sit-for to give redisplay a
9637 chance to show the updated process status in the mode line, and
9638 fontify the buffer explicitly after the process exits.
9639
9640 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9641
9642 * progmodes/python.el (python-compilation-line-number): Remove.
9643 (python-compilation-regexp-alist): Don't use it any more.
9644 (python-orig-start, python-input-filter): Remove.
9645 (inferior-python-mode): Don't set up comint-input-filter-functions.
9646 (python-send-region): Use compilation-fake-loc.
9647
9648 * progmodes/compile.el (compilation-messages-start): New var.
9649 (compilation-mode): Don't setup next-error-function here.
9650 (compilation-setup): Set it up here instead (for minor modes as well).
9651 Make compilation-messages-start buffer local.
9652 (compilation-next-error-function): Use it.
9653 (compilation-forget-errors): Set compilation-messages-start.
9654
9655 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
9656
9657 * ielm.el (ielm-prompt-read-only): Update docstring.
9658
9659 * comint.el (comint-prompt-read-only): Update docstring.
9660 (comint-update-fence, comint-kill-whole-line)
9661 (comint-kill-region): New functions.
9662
9663 * simple.el (kill-whole-line): Use "p" instead of "P" in
9664 interactive form.
9665
9666 2004-05-01 Juanma Barranquero <lektu@terra.es>
9667
9668 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9669 format arglist so default values in CL-style argument lists are
9670 correctly shown.
9671
9672 2004-05-01 Jason Rumney <jasonr@gnu.org>
9673
9674 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9675
9676 2004-05-01 Kenichi Handa <handa@m17n.org>
9677
9678 * international/titdic-cnv.el (miscdic-convert): Don't generate a
9679 quail file if it is up to date.
9680
9681 2004-04-30 Juri Linkov <juri@jurta.org>
9682
9683 * cus-edit.el (custom-mode-map):
9684 Add key binding `C-x C-s' to `Custom-save'.
9685
9686 * outline.el (outline-blank-line): New var.
9687 (outline-next-preface, outline-show-heading)
9688 (outline-end-of-subtree): Use it.
9689
9690 * dired-aux.el (dired-touch-initial): New fun.
9691 (dired-do-chxxx): Call it for op-symbol `touch'.
9692 (dired-diff): Use `dired-dwim-target-directory'
9693 if current dired buffer has no buffer mark.
9694
9695 * bindings.el (propertized-buffer-identification):
9696 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9697 Add C-M-arrow keys for consistency.
9698
9699 * files.el (confirm-kill-emacs):
9700 Change group from top-level `emacs' to `convenience'.
9701
9702 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9703 Push mark on the first call of successive command calls.
9704 (insert-pair): New fun created from `insert-parentheses' with
9705 `open' and `close' arguments added. Enclose active regions
9706 in paired characters. Compare adjacent characters syntax with
9707 inserted characters syntax before inserting a space.
9708 (insert-parentheses): Call `insert-pair' with ?\( ?\).
9709
9710 * delsel.el: Don't put `delete-selection' property
9711 on `insert-parentheses' symbol to take advantage of
9712 region handling in `insert-pair' function.
9713 Suggested by Stephan Stahl <stahl@eos.franken.de>.
9714
9715 2004-04-30 Kim F. Storm <storm@cua.dk>
9716
9717 * emulation/cua-base.el: Add support for changing cursor types;
9718 based on patch from Michael Mauger.
9719 (cua-normal-cursor-color, cua-read-only-cursor-color)
9720 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9721 Customization cursor type and/or cursor color.
9722 (cua--update-indications): Handle cursor type changes.
9723 (cua-mode): Update cursor indications if enabled.
9724
9725 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9726
9727 * mouse.el (mouse-drag-copy-region): New defcustom.
9728 (mouse-set-region, mouse-drag-region-1): Use it.
9729
9730 * simple.el (kill-ring-save): If region face background color is
9731 unspecified (if no highlighting), show extent of fully visible
9732 region even if transient-mark-mode is enabled.
9733
9734 * emulation/cua-base.el (cua--standard-movement-commands):
9735 Add cua-scroll-up and cua-scroll-down.
9736 (cua-scroll-up, cua-scroll-down): New commands.
9737 (cua--init-keymaps): Remap scroll-up and scroll-down.
9738
9739 * emulation/cua-rect.el (cua--convert-rectangle-as):
9740 New defmacro.
9741 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9742 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9743 New commands (suggested by Jordan Breeding).
9744
9745 2004-04-30 Juanma Barranquero <lektu@terra.es>
9746
9747 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9748
9749 2004-04-30 Mario Lang <mlang@delysid.org>
9750
9751 * diff.el (diff-switches): Fix typo in docstring.
9752
9753 2004-04-30 Alex Schroeder <alex@gnu.org>
9754
9755 * xml.el (xml-debug-print-internal): Don't add newline and
9756 indentation to text nodes and write empty elements as empty tags
9757 instead of opening and closing tags.
9758 (xml-debug-print): Take optional indent-string argument.
9759 (xml-print): Alias for xml-debug-print.
9760
9761 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9762
9763 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9764 than duplicate call to `line-beginning-position'.
9765
9766 * progmodes/f90.el (f90-get-present-comment-type):
9767 Return whitespace, as well as comment chars, for consistent filling
9768 of comment blocks. Use `match-string-no-properties'.
9769 (f90-break-line): Trim trailing whitespace when filling comments.
9770
9771 2004-04-30 Dave Love <fx@gnu.org>
9772
9773 * calendar/diary-lib.el (diary-outlook-formats): New variable.
9774 (diary-from-outlook-internal, diary-from-outlook)
9775 (diary-from-outlook-gnus, diary-from-outlook-rmail):
9776 New functions to import diary entries from Outlook-format
9777 appointments in mail messages.
9778
9779 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9780
9781 * progmodes/python.el (python-send-command): New fun.
9782 (python-send-region, python-load-file): Use it.
9783
9784 * progmodes/compile.el (compilation-last-buffer): Add var alias.
9785
9786 * help-fns.el (help-C-file-name): Use new subr-name.
9787 Prepend `src/' to the file name.
9788 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9789 (describe-function-1, describe-variable): Only find a C source file
9790 name if DOC is already loaded.
9791
9792 * help-mode.el (help-function-def, help-variable-def):
9793 Use the new find-function-search-for-symbol functionality.
9794 Allow FILE to be `C-source'.
9795
9796 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9797 (find-function-C-source): New fun.
9798 (find-function-search-for-symbol): Use it.
9799
9800 2004-03-29 Michael Mauger <mmaug@yahoo.com>
9801
9802 * progmodes/sql.el (sql-product-alist): Rename variable
9803 `sql-product-support'. Add Postgres login parameters.
9804 (sql-set-product, sql-product-feature): Update with renamed variable.
9805 (sql-connect-postgres): Add username prompt.
9806 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9807 Make patterns less product specific.
9808 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9809 (sql-mode-abbrev-table): Modify initialization.
9810 (sql-builtin-face): Add variable.
9811 (sql-keywords-re): Add macro.
9812 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9813 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9814 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9815 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9816 (sql-mode-linter-font-lock-keywords)
9817 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9818 (sql-mode-sybase-font-lock-keywords)
9819 (sql-mode-informix-font-lock-keywords)
9820 (sql-mode-interbase-font-lock-keywords)
9821 (sql-mode-ingres-font-lock-keywords)
9822 (sql-mode-solid-font-lock-keywords)
9823 (sql-mode-sqlite-font-lock-keywords)
9824 (sql-mode-db2-font-lock-keywords): Default to nil.
9825 (sql-product-font-lock): Always highlight ANSI keywords.
9826 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9827 (sql-send-string): Add function.
9828
9829 2004-04-29 Dave Love <fx@gnu.org>
9830
9831 * progmodes/cfengine.el (cfengine-beginning-of-defun)
9832 (cfengine-end-of-defun): Ensure progress through buffer.
9833
9834 * info-look.el (cfengine-mode): Accept a terminal ().
9835
9836 2004-04-29 Juri Linkov <juri@jurta.org>
9837
9838 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9839 instead of isearch-yank-word-or-char. Add new key bindings for
9840 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9841 (isearch-del-char): New fun.
9842 (isearch-forward, isearch-edit-string): Update docstring.
9843 (isearch-yank-char): Doc fix.
9844 (isearch-other-meta-char): Restore point after scrolling.
9845
9846 * progmodes/compile.el (compilation-context-lines): Add nil option
9847 to disable compilation output window scrolling.
9848 (compilation-set-window): Use it.
9849
9850 * outline.el (outline-next-preface, outline-show-heading):
9851 Don't leave unhidden blank line before heading.
9852 (outline-end-of-subtree): Include last newline into subtree.
9853 (hide-entry): Leave point at beginning of heading instead of end.
9854 (outline-up-heading): Push mark for the first call of successive
9855 command calls.
9856
9857 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
9858
9859 * comint.el (comint-prompt-read-only): New variable.
9860 (comint-output-filter): Implement it.
9861
9862 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9863 (ielm-prompt-internal): New variable.
9864 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9865 (ielm-send-input): Delete unused variable `buf'.
9866 (ielm-eval-input): Use `ielm-prompt-internal'.
9867 (inferior-emacs-lisp-mode): Use new variables
9868 `comint-prompt-read-only' and `ielm-prompt-internal'.
9869 Get rid of obsolete variable `directory-sep-char'.
9870 (ielm): Use `zerop'.
9871
9872 2004-04-29 John Paul Wallington <jpw@gnu.org>
9873
9874 * thumbs.el (toplevel): Require cl at compile time.
9875 Remove conditional definitions of `ignore-errors' and `caddar'
9876 because they occur at run time.
9877
9878 2004-04-28 Nick Roberts <nickrob@gnu.org>
9879
9880 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9881 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9882 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9883 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9884
9885 * progmodes/gud.el (gud-common-init): Throw an error if program is
9886 already running under gdb.
9887
9888 2004-04-28 John Paul Wallington <jpw@gnu.org>
9889
9890 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9891 (thumbs-show-image-num): Move assignment of
9892 `thumbs-current-image-filename' within scope of `i'.
9893 (thumbs-emboss-image): Don't use `evenp'.
9894
9895 2004-04-28 Richard M. Stallman <rms@gnu.org>
9896
9897 * progmodes/compile.el (compilation-context-lines): Default now 0.
9898
9899 2004-04-28 Juanma Barranquero <lektu@terra.es>
9900
9901 Use `time-less-p' from calendar/time-date.el instead of defining
9902 custom versions of it.
9903
9904 * pcomplete.el (pcomplete-time-less-p): Remove.
9905
9906 * thumbs.el (time-less-p): Remove.
9907
9908 * calendar/timeclock.el (timeclock-time-less-p): Remove.
9909 (timeclock-generate-report): Use `time-less-p'.
9910
9911 * emacs-lisp/autoload.el (autoload-before-p): Remove.
9912 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9913
9914 2004-04-28 Masatake YAMATO <jet@gyve.org>
9915
9916 * subr.el (remove-overlays): Make arguments optional.
9917
9918 * wid-edit.el (widget-specify-button): Put evaporate to the
9919 overlay for sample.
9920 (widget-specify-sample): Put evaporate to the overlay for sample.
9921 (widget-specify-doc): Put evaporate to the overlay for documentation.
9922
9923 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9924
9925 * info.el (info-apropos): Make it an index node. Align node names
9926 like makeinfo.
9927
9928 2004-04-27 Eli Zaretskii <eliz@gnu.org>
9929
9930 * net/browse-url.el (browse-url-netscape-sentinel)
9931 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9932 (browse-url-epiphany-sentinel, browse-url-mosaic):
9933 Use browse-url-*-program instead of a literal program name.
9934
9935 2004-04-27 Kevin Ryde <user42@zip.com.au>
9936
9937 * eshell/em-alias.el:
9938 * eshell/em-dirs.el:
9939 * eshell/em-hist.el:
9940 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9941 features when M-x customize-group loads modules before the main
9942 eshell.el.
9943
9944 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9945
9946 * subr.el (momentary-string-display): Support EXIT-CHAR that is
9947 either a character representation of an event or an event
9948 description list.
9949
9950 * type-break.el: Capitalise Emacs and Lisp.
9951 (type-break-good-break-interval, type-break-demo-boring-stats)
9952 (type-break-terse-messages, type-break-file-name): New defcustoms.
9953 (type-break-post-command-hook)
9954 (type-break-warning-countdown-string): Quote variable names in doc.
9955 (type-break-interval-start, type-break-auto-save-file-name): New vars.
9956 (type-break-mode): Document type-break-good-break-interval and the
9957 "session" file. Schedule break according to the session file.
9958 Kill session file buffer on exit. Organise for save-some-buffers
9959 to always save the session file.
9960 (type-break-mode-line-message-mode, type-break-query-mode):
9961 Uppercase arguments.
9962 (type-break-file-time, type-break-file-keystroke-count, timep)
9963 (type-break-choose-file, type-break-get-previous-time)
9964 (type-break-get-previous-count): New defuns.
9965 (type-break): Avoid break querying after a completed break in the
9966 case where the query was initiated during user invocation of the
9967 break. Optional terse messages.
9968 Use type-break-good-break-interval if type-break-good-rest-interval is
9969 nil. File the break time.
9970 (type-break-schedule): New optional args for overriding the use of
9971 the current time.
9972 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9973 after a break.
9974 (type-break-check): File the keystroke count.
9975 (type-break-do-query): Prevent a second query when the break is
9976 interrupted. Optional terse message.
9977 (type-break-keystroke-reset): Record the start of a typing interval.
9978 (type-break-demo-boring): Optional terse messages. Display word
9979 per minute and keystroke counts according to
9980 type-break-demo-boring-stats.
9981
9982 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
9983
9984 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9985 directories, make sure they exist under archive-tmpdir.
9986
9987 2004-04-27 Juri Linkov <juri@jurta.org>
9988
9989 * help.el (view-emacs-news): With argument, display info for the
9990 selected version by finding it among different NEWS files, and
9991 narrowing the buffer to the selected version.
9992
9993 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9994 same-window-buffer-names.
9995 (info): New arg `buffer'. Use it. Doc fix. Read file name for
9996 non-numeric prefix argument, append the number to the buffer name
9997 for numeric prefix argument.
9998 (info-other-window): Bind same-window-regexps to nil.
9999 (Info-reference-name): Rename to Info-point-loc.
10000 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
10001 and Info-find-index-name for stringy Info-point-loc.
10002 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
10003 without middle `.', but with final `.' and optional line number
10004 for it. Set Info-point-loc for index nodes.
10005 (Info-index): Remove middle `.' from index entry regexp.
10006 Modify line number regexp.
10007 (Info-index-next): Decrement line number.
10008 (info-apropos): Remove middle `.' from index entry regexp.
10009 Add optional line number regexp at the end. Add matched value
10010 for line number to the result list and insert it to the buffer.
10011 Replace match-string by match-string-no-properties.
10012 Reorder result list.
10013 (Info-fontify-node): Hide index line numbers.
10014 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
10015 empty matches.
10016 (Info-follow-reference): Use `str' instead of
10017 Info-following-node-name-re.
10018 (Info-toc): Use full file names. Set Info-current-node to "Top".
10019 (Info-fontify-node): Compare file names without directory name.
10020 (Info-try-follow-nearest-node): Don't set Info-reference-name.
10021 Set second arg of Info-extract-menu-node-name for index nodes.
10022 (info-xref-visited): Use magenta3 instead of magenta4.
10023 (Info-mode): Add info-apropos to docstring.
10024
10025 * log-view.el (log-view-diff): Replace interactive code "r"
10026 by a list to allow to call it even if region is not active.
10027
10028 * paren.el (show-paren-highlight-openparen): New var.
10029 (show-paren-function): Turn on openparen highlighting when
10030 matching forward if show-paren-highlight-openparen is non-nil.
10031
10032 * simple.el (kill-ring-save): Use blink-matching-delay instead of
10033 the constant value 1.
10034 (completions-common-part): Expand docstring.
10035
10036 * textmodes/picture.el (picture-mode-map): Add arrow keys.
10037
10038 2004-04-27 Kim F. Storm <storm@cua.dk>
10039
10040 * image.el (insert-sliced-image): Use line-height instead of
10041 line-spacing property on newline.
10042
10043 2004-04-26 Lars Hansen <larsh@math.ku.dk>
10044
10045 * desktop.el (desktop-buffer-misc-data-function): Rename to
10046 desktop-save-buffer and change docstring.
10047 (desktop-buffer-modes-to-save): Delete.
10048 (desktop-save-buffer-p): Use desktop-save-buffer instead of
10049 desktop-buffer-modes-to-save.
10050 (desktop-save): Rename desktop-buffer-misc-data-function to
10051 desktop-save-buffer and allow non-function value.
10052 (desktop-missing-file-warning): Correct docstring.
10053
10054 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
10055 to desktop-save-buffer.
10056
10057 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
10058 desktop-save-buffer.
10059
10060 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
10061
10062 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
10063
10064 2004-04-26 Eli Zaretskii <eliz@gnu.org>
10065
10066 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
10067
10068 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
10069
10070 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
10071 (ielm): Only go to the end of the buffer when starting a new process.
10072
10073 2004-04-25 Juanma Barranquero <lektu@terra.es>
10074
10075 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
10076 mode line. Bind `inhibit-read-only' to t before modifying
10077 properties of text in the buffer.
10078 (ielm): Force point to the end of buffer, even when running ielm
10079 from inside itself.
10080
10081 2004-04-25 Jesper Harder <harder@ifa.au.dk>
10082
10083 * info.el (info-apropos): Reset Info-complete-cache.
10084
10085 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
10086
10087 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10088 Also recognize severe Irix et al. messages.
10089 (compilation-normalize-filename, compile-abbreviate-directory):
10090 Delete functions.
10091 (compilation-get-file-structure): New function inherits
10092 functionality of the two preceding ones.
10093 (compilation-internal-error-properties, compilation-fake-loc):
10094 Use it so that different paths to the same file share the same
10095 markers. Also optimize finding adjacent marker slightly.
10096
10097 2004-04-25 Kim F. Storm <storm@cua.dk>
10098
10099 * image.el (insert-sliced-image): Add line-spacing t property
10100 to newlines separating image lines.
10101
10102 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
10103
10104 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
10105
10106 * ielm.el (ielm-prompt-read-only): New user option.
10107 (ielm-prompt): Expand docstring to describe new behavior.
10108 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
10109 mention it in the docstring.
10110
10111 2004-04-24 Andreas Schwab <schwab@suse.de>
10112
10113 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
10114
10115 * diff.el (diff): Set default-directory in diff buffer.
10116
10117 2004-04-24 Eli Zaretskii <eliz@gnu.org>
10118
10119 * mail/sendmail.el (mail-bury): Don't delete the frame where the
10120 mail was being composed if the terminal cannot display more than
10121 one frame; instead, switch to previous frame.
10122
10123 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
10124 (rmail-start-mail): Support rmail-mail-new-frame even on
10125 terminals that can display only one frame at a time.
10126
10127 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
10128
10129 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
10130 (checkdoc-output-font-lock-keywords): Remove error regexp.
10131 (checkdoc-output-mode-map): Remove.
10132 (checkdoc-output-mode): Derive from compilation-mode.
10133 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
10134
10135 * dired.el (dired-mode-map): Add a menu entry for wdired.
10136
10137 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
10138 (rx-bracket, rx-check-any, rx-any): Clean up name space.
10139
10140 * wdired.el: (wdired-mode-map): Move init into declaration.
10141 Fix `return' binding.
10142 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
10143 Use force-mode-line-update.
10144 (wdired-get-filename): Use `unless'.
10145 (wdired-preprocess-files): Don't assume names have no \n and use / for
10146 dir separator.
10147 (wdired-normalize-filename): Use replace-regexp-in-string.
10148 (wdired-load-hooks): Remove.
10149 (wdired-mode-hooks): Rename to wdired-mode-hook.
10150
10151 * info-look.el: Add support for cfengine-mode.
10152 (info-lookup-setup-mode): Use dolist.
10153
10154 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
10155
10156 * wdired.el: New file.
10157
10158 2004-04-23 Juanma Barranquero <lektu@terra.es>
10159
10160 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
10161
10162 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
10163 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
10164 (pcomplete--help, pcomplete--here): Doc fixes.
10165
10166 2004-04-23 Andre Spiegel <spiegel@gnu.org>
10167
10168 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
10169 handles wrong-number-of-arguments in backend call.
10170
10171 * vc.el (vc-print-log): Likewise.
10172
10173 2004-04-20 Dave Love <fx@gnu.org>
10174
10175 * emacs-lisp/rx.el: Doc fixes.
10176 (rx-constituents): Add/extend many forms.
10177 (rx-check): Check form is a list.
10178 (bracket): Defvar.
10179 (rx-check-any, rx-any, rx-check-not): Modify.
10180 (rx-not): Simplify.
10181 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
10182 (rx-kleene): Use rx-trans-forms.
10183 (rx-quote-for-set): Delete.
10184 (rx): Allow multiple args.
10185
10186 2004-04-23 Kenichi Handa <handa@m17n.org>
10187
10188 * international/mule-util.el (char-displayable-p): Simplify by
10189 using internal-char-font.
10190
10191 2004-04-23 Juanma Barranquero <lektu@terra.es>
10192
10193 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
10194
10195 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
10196
10197 * diff-mode.el (diff-next-error): New fun.
10198 (diff-mode): Use it.
10199
10200 * simple.el (next-error): Change arg name.
10201 Add support for the documented C-u C-x ` usage.
10202
10203 * frame.el (special-display-popup-frame, next-multiframe-window)
10204 (previous-multiframe-window): Only consider frames on same display.
10205
10206 2004-04-22 Lars Hansen <larsh@math.ku.dk>
10207
10208 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
10209 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
10210
10211 2004-04-22 Kim F. Storm <storm@cua.dk>
10212
10213 * net/telnet.el (telnet): Add optional port arg.
10214
10215 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
10216
10217 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10218 Minor sanity check on the `hyperlink' slot.
10219
10220 * Makefile.in (recompile): Compile new files.
10221
10222 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
10223 Add byte-recompile-directory's optional `arg'.
10224
10225 * cvs-status.el (cvs-tree-use-charset): New var.
10226 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
10227 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
10228 (cvs-status-cvstrees): Use it.
10229
10230 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
10231 Make it a normal major mode.
10232 (checkdoc-buffer-label): Make sure the file name is meaningful.
10233 (checkdoc-output-to-error-buffer): Remove.
10234 (checkdoc-error, checkdoc-start-section): Rewrite.
10235
10236 * info.el (info-node, info-menu-5, info-xref, info-header-node)
10237 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
10238 (Info-title-4-face): Use new syntax.
10239 (info-xref-visited): Inherit from info-xref.
10240
10241 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
10242
10243 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
10244
10245 * simple.el (next-error-last-buffer, next-error-function):
10246 New variables for the next-error framework.
10247 (next-error-buffer-p): New function.
10248 (next-error-find-buffer): Generalize compilation-find-buffer.
10249 (next-error, previous-error, first-error, next-error-no-select)
10250 (previous-error-no-select): Move from compile.el.
10251
10252 * replace.el (occur-next-error, occur-1): Hook into the next-error
10253 framework.
10254
10255 * progmodes/compile.el (compilation-start):
10256 Set next-error-last-buffer so next-error knows where to jump.
10257 (compilation-setup): Set the buffer-local variable
10258 next-error-function to 'compilation-next-error-function.
10259 (compilation-buffer-p, compilation-buffer-internal-p): Use an
10260 alternate way to find if a buffer is a compilation buffer, for
10261 next-error convenience.
10262 (next-error-no-select, previous-error-no-select, next-error)
10263 (previous-error, first-error): Move to simple.el.
10264 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
10265 (compilation-last-buffer): Remove.
10266 (compilation-start, compilation-next-error, compilation-setup)
10267 (compilation-next-error-function, compilation-find-buffer):
10268 Remove compilation-last-buffer use.
10269
10270 2004-04-21 Juanma Barranquero <lektu@terra.es>
10271
10272 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
10273 (font-lock-warning-face): Fix spacing.
10274
10275 * makefile.w32-in (WINS): Add url/ directory.
10276
10277 2004-04-21 Lars Hansen <larsh@math.ku.dk>
10278
10279 * desktop.el (desktop-buffer-mode-handlers): New variable.
10280 Alist of major mode specific functions to restore a desktop buffer.
10281 (desktop-buffer-handlers): Make variable obsolete.
10282 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
10283 Catch errors signaled in handlers. Update buffer count.
10284 Evaluate desktop-buffer-point.
10285 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
10286 move to dired.el.
10287 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
10288 move to info.el.
10289 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
10290 move to mail/rmail.el.
10291 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
10292 to mh-e/mh-e.el.
10293 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
10294 On fail, print message (to message buffer) even if
10295 desktop-missing-file-warning is nil.
10296 (desktop-buffer-misc-data-function): New buffer local variable.
10297 Function returning major mode specific data.
10298 (desktop-buffer-misc-functions): Make variable obsolete.
10299 (desktop-save): Use desktop-buffer-misc-data-function.
10300 (desktop-buffer-dired-misc-data): Rename to
10301 dired-desktop-buffer-misc-data and move to dired.el.
10302 (desktop-buffer-info-misc-data): Rename to
10303 Info-desktop-buffer-misc-data and move to info.el.
10304 (desktop-read): Add message about number of buffers restored/failed.
10305
10306 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
10307 Add parameters. Pause to display error only when
10308 desktop-missing-file-warning is non-nil.
10309 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
10310 (dired-mode): Bind desktop-buffer-misc-data-function.
10311
10312 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
10313 Add Parameters.
10314 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
10315 (Info-mode): Bind desktop-buffer-misc-data-function.
10316
10317 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
10318 Add Parameters.
10319
10320 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
10321 Add Parameters.
10322
10323 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
10324
10325 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
10326 the case of letters in case-insensitive expansions when the
10327 abbrev is preceded by characters with letter syntax.
10328
10329 2004-04-21 Richard M. Stallman <rms@gnu.org>
10330
10331 * progmodes/cperl-mode.el (cperl-putback-char):
10332 Delete Emacs 18 definition.
10333
10334 * international/mule.el (ctext-post-read-conversion):
10335 Use assoc-string, not assoc-ignore-case.
10336
10337 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10338
10339 * emacs-lisp/easymenu.el (easy-menu-add):
10340 Do call x-popup-menu, but only if it's defined.
10341
10342 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10343
10344 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10345 Handle multiple args: compile like progn.
10346
10347 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10348 take all args as &rest arg.
10349
10350 * autoinsert.el (auto-insert-alist): Insert the user's name in
10351 copyright notice, rather than Free Software Foundation.
10352
10353 2004-04-21 Kenichi Handa <handa@m17n.org>
10354
10355 * descr-text.el (describe-char): Make it work on *Help* buffer.
10356
10357 2004-04-21 Kim F. Storm <storm@cua.dk>
10358
10359 * image.el (insert-image): Add optional SLICE arg.
10360 (insert-sliced-image): New defun.
10361
10362 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
10363
10364 * subr.el (read-number): Check whether `default' is nil.
10365
10366 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10367
10368 * progmodes/compile.el (compilation-error-properties):
10369 Split into two.
10370 (compilation-internal-error-properties): New one.
10371 (compilation-compat-error-properties): Use it. Fix the non-marker case.
10372
10373 2004-04-20 Richard M. Stallman <rms@gnu.org>
10374
10375 * window.el (split-window-save-restore-data):
10376 Don't update the data if OLD-INFO is nil.
10377
10378 * view.el (view-return-to-alist): Mark it permanent local.
10379
10380 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10381
10382 * recentf.el (recentf-save-list): Catch and warn about errors.
10383
10384 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10385 so "Buffers" won't be pure.
10386
10387 * help-mode.el (help-mode-finish): Set help-return-alist first
10388 thing, setting only the entry for the selected window.
10389
10390 * help-fns.el (describe-function-1): If many non-control non-meta
10391 keys run the command, don't list all of them.
10392
10393 2004-04-20 Juanma Barranquero <lektu@terra.es>
10394
10395 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10396 arg. Copied from Andre Spiegel's patch of 2004-03-21.
10397
10398 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10399
10400 2004-04-20 Kenichi Handa <handa@m17n.org>
10401
10402 * international/quail.el (quail-lookup-key): New optional arg
10403 NOT-RESET-INDICES.
10404 (quail-get-translations): Call quail-lookup-key with
10405 NOT-RESET-INDICES t.
10406 (quail-completion): Likewise.
10407 (quail-lookup-map-and-concat): Likewise.
10408
10409 2004-04-20 Kenichi Handa <handa@m17n.org>
10410
10411 * international/quail.el (quail-update-translation): Don't insert
10412 such an unsupported multibyte char in a unibyte buffer.
10413
10414 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
10415
10416 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10417 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10418 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10419 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10420 (gdb-frame-assembler-buffer): Improve behaviour with
10421 multiple frames.
10422 (gdb-display-buffer): Extend search to all visible frames.
10423
10424 2004-04-19 Eli Zaretskii <eliz@gnu.org>
10425
10426 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10427 characters left after base64 decoding.
10428 (rmail-decode-region): Use -dos variety of `coding', to remove any
10429 ^M characters left after qp or base64 decoding.
10430
10431 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10432
10433 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10434 messages.
10435
10436 2004-04-19 Stephen Eglen <stephen@gnu.org>
10437
10438 * add-log.el (add-change-log-entry): Update doc string to mention
10439 add-log-full-name and add-log-mailing-address.
10440
10441 2004-04-18 Juri Linkov <juri@jurta.org>
10442
10443 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10444 (Info-find-node-2): Simplify error message.
10445 (Info-insert-dir): Use Info-following-node-name.
10446 (Info-goto-node): Remove *info-history* and *info-toc*.
10447 (Info-history): Create a node of the virtual history file.
10448 (Info-toc): Create a node of the virtual toc file.
10449 (Info-insert-toc): New arg `curr-file' for reference file names.
10450 (info-apropos): Remove redundant var binding for temp-file.
10451 (Info-index, Info-index-next, Info-mode): Doc fix.
10452 (Info-goto-emacs-command-node): Don't jump to *info* from
10453 non-*info* Info buffers.
10454 (Info-fontify-node): Don't show the file name of external
10455 references if `Info-hide-note-references' is `hide'. Don't hide
10456 newlines at the end of paragraphs.
10457
10458 * international/mule-diag.el (list-input-methods):
10459 Fix args to help-xref-button.
10460
10461 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10462 to put into effect local variables from TUTORIAL files.
10463
10464 * textmodes/paragraphs.el (sentence-end) <function>: New fun
10465 with default value taken from the variable `sentence-end'.
10466 (sentence-end) <defcustom>: Set default to nil. Doc fix.
10467 Add nil const to :type.
10468 (sentence-end-without-period, sentence-end-double-space)
10469 (sentence-end-without-space): Doc fix.
10470
10471 * textmodes/paragraphs.el (forward-sentence):
10472 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10473 (fill-delete-newlines):
10474 * progmodes/cc-cmds.el (c-beginning-of-statement):
10475 Use function `sentence-end' instead of variable `sentence-end'.
10476
10477 2004-04-18 Andreas Schwab <schwab@suse.de>
10478
10479 * progmodes/compile.el (compilation-start): Set window start to
10480 point-min if compilation-scroll-output is nil.
10481
10482 2004-04-18 John Wiegley <johnw@newartisans.com>
10483
10484 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10485
10486 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
10487
10488 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10489 (gdb-info-breakpoints-custom): Revert previous change.
10490 (gdb-view-assembler): Update assembler if necessary.
10491 (gdb-frame-handler): Parse correctly for gdb-current-frame.
10492 (gdb-display-source-buffer): Update properly when both source and
10493 assembler are visible.
10494
10495 2004-04-17 John Wiegley <johnw@newartisans.com>
10496
10497 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10498 which limits the number of names shown in the minibuffer. Off by
10499 default.
10500 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
10501 up iswitchb for users with a multitude of open buffers by showing
10502 only the first and last N/2 buffers in the completion list (which
10503 is enough to aid C-s/C-r, and to know that more characters are
10504 needed to refine the completion list).
10505
10506 2004-04-17 Richard M. Stallman <rms@gnu.org>
10507
10508 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10509 (file-truename): Expand all ~ constructs directly.
10510 (insert-directory): Delete any error msg output by the
10511 `insert-directory-program'.
10512
10513 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10514 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10515 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10516 (allout-init): Use find-file-hook, not find-file-hooks.
10517 (allout-mode): Eliminate Emacs 18 support.
10518 Use write-contents-functions, not local-write-file-hooks.
10519
10520 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
10521
10522 * progmodes/compile.el (compilation-error-properties): Fix for
10523 adding messages when there are already markers for their file.
10524 (compilation-fake-loc): New function.
10525
10526 2004-04-16 Dave Love <fx@gnu.org>
10527
10528 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10529 (python-load-file): Fix python-orig-start setting.
10530
10531 * progmodes/compile.el: Doc fixes.
10532 (compilation-error-regexp-alist-alist)
10533 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10534 (compilation-assq): Wrap in eval-when-compile.
10535 (compilation-mode-font-lock-keywords): Don't use list*.
10536 (compilation-start): Avoid warning.
10537 (compilation-compat-error-properties)
10538 (compilation-directory-properties): Add keymap property.
10539 (compilation-parsing-end): Make it a marker for better compatibility.
10540
10541 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10542
10543 2004-04-16 Mark A. Hershberger <mah@everybody.org>
10544
10545 * xml.el: Doc fixes.
10546 (xml-get-children): Only looks at sub-tags and ignore strings.
10547
10548 * xml.el (xml-parse-tag): Avoid overwriting node-name.
10549
10550 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10551
10552 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10553
10554 2004-04-16 Andre Spiegel <spiegel@gnu.org>
10555
10556 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10557
10558 * vc.el (vc-print-log): Likewise.
10559
10560 2004-04-16 Masatake YAMATO <jet@gyve.org>
10561
10562 * simple.el (completion-setup-function): Set an initial value
10563 to `element-common-end' before entering loop. Set a value
10564 to `element-common-end' at the end of loop.
10565 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10566 (completions-common-part): Rename from completion-de-emphasis.
10567 (completions-first-difference): Rename from completion-emphasis.
10568 Suggested by RMS.
10569
10570 2004-04-16 Juanma Barranquero <lektu@terra.es>
10571
10572 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10573 (bookmark-edit-annotation-mode): Add mode name.
10574
10575 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10576
10577 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10578 for nested conflict markers.
10579 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10580
10581 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
10582
10583 * progmodes/gdb-ui.el (gdb-goto-info): New function.
10584
10585 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10586
10587 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10590 Give a backtrace if requested.
10591
10592 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10593
10594 * progmodes/python.el (python-mouse-2-command, python-RET-command):
10595 Remove unused functions.
10596 (python-orig-start-line, python-orig-file): Remove.
10597 (python-orig-start): New var.
10598 (python-input-filter, python-compilation-line-number)
10599 (python-send-region, python-load-file): Use it.
10600
10601 * info.el (info): Always jump to *info*.
10602
10603 * subr.el (posn-set-point): New function.
10604
10605 * mouse.el (mouse-set-point): Use it.
10606
10607 * progmodes/compile.el (compile-goto-error): Use it.
10608 (compilation-button-map): New keymap.
10609 (compilation-error-properties): Use it.
10610 (compilation-shell-minor-mode-map): Don't bind mouse-2.
10611
10612 * smerge-mode.el (smerge-popup-context-menu): Use it.
10613
10614 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10615 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10616 mouse and non-mouse case.
10617
10618 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10619 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10620
10621 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10622 Make it work for non-mouse events.
10623
10624 * pcvs-info.el (cvs-status-map): Update binding name.
10625
10626 2004-04-14 Mark A. Hershberger <mah@everybody.org>
10627
10628 * xml.el (xml-maybe-do-ns): New function to handle namespace
10629 parsing of both attribute and element names.
10630 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10631 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10632 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
10633 (xml-parse-attlist): Make it do its own namespace parsing.
10634
10635 2004-04-14 Dave Love <fx@gnu.org>
10636
10637 * progmodes/python.el (run-python): Fix use of \n.
10638 (python-load-file): Remove `try' from Python fragment.
10639 (python-describe-symbol): Fix message.
10640
10641 * comint.el: Doc fixes.
10642 (comint-last-input-start, comint-last-input-end)
10643 (comint-last-output-start): Give them values.
10644 (comint-arguments): Avoid warning.
10645 (comint-skip-prompt): Use line-end-position.
10646 (comint-backward-matching-input): Rename arg to agree with doc.
10647 (comint-extract-string): Use syntax-ppss.
10648 (comint-dynamic-simple-complete): Delete useless list construction.
10649 (comint-redirect-subvert-readonly): New.
10650 (comint-redirect-preoutput-filter): Use it.
10651
10652 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10653 Correctly handle negative arguments when calling hook functions.
10654
10655 2004-04-14 Jesper Harder <harder@ifa.au.dk>
10656
10657 * info.el (info-apropos): Don't clobber Info-history-list.
10658
10659 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
10660
10661 * progmodes/compile.el (compilation-setup):
10662 Localize overlay-arrow-position.
10663 (compilation-sentinel): Restructure code equivalently.
10664 (compilation-next-error): Find message on same line after point if
10665 not found before point.
10666 (compile-mouse-goto-error): Restore function so that compilation
10667 buffer need not be current and use compile-goto-error.
10668 (compile-goto-error): Restore function.
10669 (next-error): Set overlay-arrow-position.
10670 (compilation-forget-errors): Don't localize already local
10671 compilation-locs and remove FIXME about refontifying.
10672
10673 2004-04-14 Kim F. Storm <storm@cua.dk>
10674
10675 * startup.el (emacs-quick-startup): New defvar (set by -Q).
10676 (command-line): New option -Q. Like -q --no-site-file, but
10677 in addition it also disables menu-bar, tool-bar, scroll-bars,
10678 tool-tips, and the blinking cursor.
10679 (command-line-1): Skip startup screen if -Q.
10680 (fancy-splash-head): Use ":align-to center" prop to center splash image.
10681
10682 * emulation/cua-base.el (cua-read-only-cursor-color)
10683 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10684
10685 2004-04-13 Dave Love <fx@gnu.org>
10686
10687 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
10688 (syntax): Don't require.
10689 (python) <defgroup>: Add :version.
10690 (python-quote-syntax): Re-written.
10691 (inferior-python-mode): Move stuff here from run-python and add
10692 some more.
10693 (python-preoutput-continuation, python-preoutput-result)
10694 (python-dotty-syntax-table): New.
10695 (python-describe-symbol): Use them.
10696 (run-python): Move stuff to inferior-python-mode. Modify code
10697 loaded into Python.
10698 (python-send-region): Use python-proc, python-send-string.
10699 (python-send-string): Send newlines too. Callers changed.
10700 (python-load-file): Re-written.
10701 (python-eldoc-function): New.
10702 (info-look): Don't require.
10703 (python-after-info-look): New. A modified version of former
10704 top-level code for use with eval-after-load.
10705 (python-maybe-jython, python-guess-indent): Use widened buffer.
10706 (python-fill-paragraph): Re-written.
10707 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
10708 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
10709
10710 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10711
10712 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10713 Set compilation-error-regexp-alist earlier.
10714
10715 * progmodes/compile.el (compilation-minor-mode-map)
10716 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10717 (compile-goto-error): Re-merge the mouse and non-mouse commands.
10718
10719 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10720
10721 * progmodes/compile.el (compile-goto-error): Select the buffer/window
10722 corresponding to the event.
10723
10724 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
10725
10726 * loadup.el: Add cygwin to system-type list, for unexec() support.
10727
10728 2004-04-12 John Paul Wallington <jpw@gnu.org>
10729
10730 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10731 (ibuffer-restore-window-config-on-quit): New variable to replace
10732 `ibuffer-delete-window-on-quit'. Update all references.
10733 (ibuffer-prev-window-config): New variable.
10734 (ibuffer-quit): Restore previous window configuration instead of
10735 deleting window.
10736 (ibuffer): Save window configuration before showing Ibuffer buffer.
10737
10738 * help.el (describe-mode): Doc fix.
10739
10740 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10741
10742 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10743 not to treat nil as a function.
10744
10745 * vc-arch.el (vc-arch-root): Be a bit more careful.
10746 (vc-arch-register): Save the buffer if we modified it.
10747 (vc-arch-delete-rej-if-obsolete): Save excursion.
10748 (vc-arch-find-file-hook): Use the simpler after-save-hook.
10749 (vc-arch-responsible-p, vc-arch-init-version): New functions.
10750
10751 * net/ldap.el (ldap-search): Use list*.
10752
10753 2004-04-12 Juri Linkov <juri@jurta.org>
10754
10755 * info.el (Info-follow-reference): Allow multiline reference name.
10756
10757 2004-04-11 Dave Love <fx@gnu.org>
10758
10759 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10760
10761 * progmodes/python.el: New file.
10762
10763 2004-04-11 Andre Spiegel <spiegel@gnu.org>
10764
10765 * vc-hooks.el (vc-arg-list): Function removed.
10766 (vc-default-workfile-unchanged-p): Use condition-case to check for
10767 backward compatibility.
10768
10769 * vc.el (vc-print-log): Use condition-case to check for backward
10770 compatibility.
10771
10772 2004-04-11 Juri Linkov <juri@jurta.org>
10773
10774 * dired.el (dired-faces): New defgroup.
10775 (dired-header, dired-mark, dired-marked, dired-flagged)
10776 (dired-warning, dired-directory, dired-symlink, dired-ignored):
10777 New faces.
10778 (dired-header-face, dired-mark-face, dired-marked-face)
10779 (dired-flagged-face, dired-warning-face, dired-directory-face)
10780 (dired-symlink-face, dired-ignored-face): New face variables.
10781 (dired-font-lock-keywords): Use them instead of font-lock faces.
10782 Split the rule for dired marks into 3 separate rules: for marks,
10783 marked file names and flagged file names.
10784
10785 * help-mode.el (help-make-xrefs): Add a final newline to the
10786 *Help* buffer.
10787
10788 2004-04-11 John Paul Wallington <jpw@gnu.org>
10789
10790 * replace.el (occur-engine): Distinguish between one and several
10791 matches in the matches per buffer heading.
10792
10793 2004-04-11 Kim F. Storm <storm@cua.dk>
10794
10795 * ido.el (ido-confirm-unique-completion): New defcustom.
10796 (ido-complete): Use it.
10797 (ido-write-file): Set it to t unconditionally.
10798
10799 2004-04-10 Miles Bader <miles@gnu.org>
10800
10801 RCS keyword removal (only non-comment changes are enumerated here):
10802
10803 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10804 (byte-compile-insert-header): Don't use `byte-compile-version'.
10805 * forms.el (forms-version): Variable removed.
10806 (forms-mode): Don't use `forms-version'.
10807 * recentf.el (recentf-version): Variable removed.
10808 * progmodes/delphi.el (delphi-version): Variable removed.
10809 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10810
10811 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10814
10815 2004-04-09 Jesper Harder <harder@ifa.au.dk>
10816
10817 * info.el (info-apropos): Improve menu item regexp.
10818
10819 2004-04-09 Simon Josefsson <jas@extundo.com>
10820
10821 * mail/smtpmail.el: Add comment, based on report by
10822 kdc@rcn.com (Kevin D. Clark).
10823
10824 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10825
10826 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10827 Redo one more thing that I didn't notice Daniel had undone.
10828
10829 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
10830
10831 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10832 (gdb-goto-breakpoint, gdb-display-buffer)
10833 (gdb-display-source-buffer, gdb-view-source-function)
10834 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10835 (gdb-source-info, gdb-frame-handler): Don't specify a window
10836 for display.
10837 (gdb-info-breakpoints-custom): Remove superfluous update of
10838 assembler buffer.
10839 (gdb-many-windows): Make settable outside gdb.
10840
10841 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
10842
10843 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10844 Derive from fundamental-mode rather than text-mode.
10845
10846 2004-04-08 Juri Linkov <juri@jurta.org>
10847
10848 * info.el (Info-history): Doc fix.
10849 (Info-history-list): New var.
10850 (info-xref): Change magenta4 to blue, remove bold for dark and
10851 light backgrounds, change bold to underline for non-color classes.
10852 (info-xref-visited): New face.
10853 (Info-fontify-visited-nodes): New custom.
10854 (Info-hide-note-references): Add new value `hide'. Doc fix.
10855 (Info-reference-name): New var.
10856 (Info-selection-hook): New custom.
10857 (Info-edit-mode-hook): New var.
10858 (Info-find-file): New fun.
10859 (Info-find-node): Move part of code to Info-find-file.
10860 (Info-find-node-2): Add anchors to Info-history-list. Move point
10861 to the place with the reference name if name is defined.
10862 (Info-select-node): Add current node to Info-history-list.
10863 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10864 (Info-search-whitespace-regexp): New custom.
10865 (Info-search-case-fold): New var.
10866 (Info-search): Add "case-sensitively" to the prompt.
10867 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
10868 (Info-search-case-sensitively, Info-search-next): New fun.
10869 (Info-up): Move point to the menu item of the current node.
10870 (Info-history): New fun. Add *info-history* to
10871 same-window-buffer-names.
10872 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
10873 (Info-insert-toc): New fun.
10874 (Info-build-toc): New fun.
10875 (Info-follow-reference): Add new arg `fork'. Doc fix.
10876 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
10877 with the same name prefer the reference closest to point.
10878 (Info-next-reference): Replace * by + in the *Note regexp.
10879 Add regexp for http:// and ftp://. Skip the *Note prefix.
10880 (Info-prev-reference): Replace * by + in the *Note regexp.
10881 Add regexp for http:// and ftp://. Skip the *Note prefix.
10882 (Info-follow-nearest-node): Add new arg `fork'.
10883 (Info-try-follow-nearest-node): Add new arg `fork'.
10884 Call browse-url for http:// and ftp:// references.
10885 Set Info-reference-name for index entries.
10886 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10887 Info-search-next, Info-history, Info-toc, clone-buffer.
10888 (Info-menu-update): Replace * by + in the *Note regexp.
10889 (Info-mode): Add documentation for Info-history, Info-toc,
10890 Info-search-case-sensitively, Info-search-next, clone-buffer.
10891 (Info-fontify-menu-headers): Remove fun. Move code to
10892 Info-fontify-node.
10893 (Info-fontify-node): Add docstring. Add local vars
10894 fontify-visited-p and not-fontified-p. If not-fontified-p is t
10895 then fontify header line, titles, menu headers, http and ftp
10896 references, refill paragraphs. If not-fontified-p is t or
10897 fontify-visited-p is t then fontify cross references, menu items.
10898 Fontify menu headers. Fontify http and ftp references.
10899 Change regexp for cross references to require whitespace after *Note,
10900 add matching groups for file and node names. Remove hack for quote.
10901 Use display property for Info-hide-note-references=t. Use fifth
10902 or fourth match for help-echo. Display visited nodes in a
10903 different face. Unhide file names of external references.
10904 Unhide newlines. Display visited menu items in a different face.
10905
10906 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10907
10908 * progmodes/compile.el: Require CL.
10909 (compilation-mode-font-lock-keywords): Re-install the "line as
10910 function" patch.
10911
10912 * help-fns.el (help-C-source-directory): New var.
10913 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10914 (describe-function-1, describe-variable): Use them.
10915
10916 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10917 to C source files specially.
10918
10919 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
10920
10921 * info.el (Info-hide-cookies-node): New function.
10922 (Info-select-node): Use it.
10923 (Info-display-images-node): Remove message with image file name.
10924
10925 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
10926
10927 * progmodes/compile.el (compilation-warning-face)
10928 (compilation-info-face, compilation-skip-threshold)
10929 (compilation-skip-visited, compilation-context-lines):
10930 Declare :version when added to Emacs.
10931 (compilation-error-regexp-alist-alist): Extend caml and irix.
10932 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10933 (compilation-mode-font-lock-keywords): Temporarily undo line as
10934 function patch, which wasn't ready.
10935
10936 2004-04-07 Kenichi Handa <handa@m17n.org>
10937
10938 * international/latin1-disp.el (latin1-display-setup): Check each
10939 character is displayable or not instead of calling
10940 latin1-display-check-font.
10941
10942 2004-04-06 Kenichi Handa <handa@m17n.org>
10943
10944 * language/ethio-util.el (ethio-sera-being-called-by-w3):
10945 New variable.
10946 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10947 instead of sera-being-called-by-w3.
10948 (ethio-fidel-to-sera-buffer): Likewise.
10949 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10950 instead of sera-being-called-by-w3.
10951 (ethio-write-file): Likewise.
10952
10953 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10954
10955 * printing.el: Doc fix.
10956
10957 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
10958
10959 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10960 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10961 (gdb-setup-windows): Only use separate IO buffer if required.
10962
10963 2004-04-06 Kim F. Storm <storm@cua.dk>
10964
10965 * term.el (term-is-xemacs): Remove.
10966 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10967 (term-window-width): New function.
10968 (term-mode, term-check-size): Use it.
10969 (term-mode): Disable overflow-newline-into-fringe in term buffer.
10970
10971 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
10972
10973 * cus-edit.el (custom-add-parent-links): Change unbound variable
10974 `symbol' to `name'.
10975
10976 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10977 * info.el (info-apropos): New function.
10978 (Info-mode-menu): Add it.
10979 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10980
10981 * help-mode.el (help-make-xrefs): Recognize aliased variable with
10982 inherited docstring.
10983
10984 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10985
10986 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10987
10988 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10989
10990 * progmodes/compile.el (font-lock): Don't require any more.
10991 (compilation-error-properties, compilation-start, compilation-sentinel)
10992 (compilation-filter, next-error): Use with-current-buffer.
10993 (compilation-skip-to-next-location, compilation-skip-threshold)
10994 (compilation-skip-visited): Move to silence the byte-compiler.
10995 (compilation-setup): Simplify.
10996 (compilation-next-error): Use line-(beginning|end)-position.
10997 Make sure `pt' is non-nil before using compilation-loop.
10998 (compile-goto-error): Add optional event arg. Use it.
10999 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
11000 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
11001 Update the binding for mouse-2.
11002 (first-error): Set compilation-current-error to nil rather than bob.
11003 (compilation-parsing-end, compilation-parse-errors-function)
11004 (compilation-error-list, compilation-old-error-list):
11005 "New" compatibility variables.
11006 (compile-buffer-substring, compilation-compat-error-properties)
11007 (compilation-compat-parse-errors, compilation-forget-errors):
11008 New compatibility functions.
11009 (compilation-mode-font-lock-keywords): Use them.
11010
11011 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
11012
11013 * autorevert.el (auto-revert-handler): If point (or a window
11014 point) is at the end of the buffer, keep it there after
11015 reverting. This allows to tail a file.
11016 Mention this in the `Commentary'.
11017
11018 * format.el (format-write-file): Add optional argument CONFIRM
11019 and make it behave like the analogous argument to `write-file'.
11020
11021 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11022
11023 * progmodes/ebnf2ps.el: Doc fix.
11024 (ebnf-version): New version number (4.2).
11025 (ebnf-syntax): Customization and docstring fix.
11026 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
11027 Put autoloaded funs before first use.
11028 (ebnf-style-database): Add dtd entry.
11029 (ebnf-syntax-alist): Add dtd initialization.
11030 (ebnf-token-sequence): New fun.
11031 (ebnf-comment-table): Add new comment action character.
11032 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
11033
11034 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
11035 Type Definition for XML).
11036
11037 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
11038 * progmodes/ebnf-bnf.el (ebnf-sequence):
11039 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
11040 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
11041 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
11042 Code simplification: call ebnf-token-sequence.
11043
11044 2004-04-04 Eli Zaretskii <eliz@gnu.org>
11045
11046 * calendar/timeclock.el (timeclock-relative)
11047 (timeclock-get-project-function, timeclock-get-workday-function)
11048 (timeclock-query-out, timeclock-when-to-leave)
11049 (timeclock-when-to-leave-string, timeclock-log-data)
11050 (timeclock-generate-report, timeclock-in): Doc fixes.
11051
11052 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
11053
11054 * url/: New dir. Import the URL package from its repository.
11055
11056 2004-04-03 Andreas Schwab <schwab@suse.de>
11057
11058 * diff-mode.el (diff-mode): Fix missing quote.
11059
11060 2004-04-03 Juri Linkov <juri@jurta.org>
11061
11062 * descr-text.el (describe-property-list): Add `font-lock-face'.
11063
11064 * dired.el (dired-font-lock-keywords): Fix permission regexps.
11065
11066 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11067
11068 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
11069 Use utf-16le on little endian machines and utf-16be otherwise.
11070
11071 2004-04-02 David Kastrup <dak@gnu.org>
11072
11073 * net/browse-url.el (browse-url-generic): Use call-process
11074 instead of start-process to allow browsers that fork and detach.
11075
11076 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
11077
11078 * compile.el (compilation-current-error): New var.
11079 (compilation-setup, compile-mouse-goto-error)
11080 (compile-goto-error, next-error): Use it.
11081 (compilation-skip-to-next-location): Default to t, which gives
11082 contiguous skipping like old compile (where this was redundant).
11083 (compilation-next-error): Prevent previous-* commands from moving
11084 back to message at or just before point.
11085
11086 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
11087
11088 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
11089 (gdb-source-info): Don't display source at startup, if required.
11090 (gdb-show-main): New option.
11091 (gdba): Update documentation.
11092 (gdb-source): Cover case of auto-display output.
11093
11094 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
11095
11096 * autorevert.el: Delete obsolete autoload's and defvar's.
11097 (auto-revert-check-vc-info): New user option.
11098 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
11099 (auto-revert-handler-vc): Delete.
11100 (auto-revert-handler): Treat return value `fast' of
11101 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
11102
11103 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
11104 return `fast'.
11105
11106 * files.el (buffer-stale-function): Doc change.
11107
11108 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11109
11110 * printing.el: New tip on Tips section.
11111 (pr-version): New version number (6.7.4).
11112 (pr-shell-file-name): Initialization fix.
11113
11114 2004-03-31 Juri Linkov <juri@jurta.org>
11115
11116 * dired.el: Add autoload for `dired-do-touch'.
11117 (dired-touch-program): New var.
11118 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
11119 (dired-no-confirm): Add `touch' to docstring.
11120
11121 * dired-aux.el (dired-do-touch): New fun.
11122 (dired-do-chxxx): Add argument -t for touch operation.
11123
11124 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
11125 `dired-move-to-filename-regexp'.
11126
11127 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
11128
11129 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
11130
11131 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11132
11133 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
11134 and only if the buffer was modified.
11135
11136 2004-03-30 Kenichi Handa <handa@m17n.org>
11137
11138 * international/characters.el: Delete pairs for U+2308..U+230B.
11139
11140 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
11141
11142 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
11143 to detect the beginning of a level 2 or 3 annotation.
11144
11145 2004-03-29 Kenichi Handa <handa@m17n.org>
11146
11147 * international/ucs-tables.el (ucs-insert): Fix the error message.
11148
11149 2004-03-29 Kenichi Handa <handa@m17n.org>
11150
11151 * international/mule-util.el (char-displayable-p): Fix generation
11152 of XLFD file name.
11153
11154 * Makefile.in (setwins, setwins_almost): Change directory to $wd
11155 before finding directories by `find'.
11156
11157 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11158
11159 * subr.el (interactive-form): Delete. Now implemented in C.
11160
11161 * pcvs.el (cvs-parse-process): Workaround for Darwin.
11162
11163 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
11164 (vc-diff-label): New fun.
11165 (vc-diff-internal): Use it.
11166
11167 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
11168
11169 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11170
11171 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
11172
11173 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
11174 specify XML (EBNFX).
11175
11176 * progmodes/ebnf2ps.el: Doc fix.
11177 (ebnf-version): New version number (4.1).
11178 (ebnf-syntax): Adjust customization.
11179 (ebnf-style-database): Add ebnfx entry.
11180 (ebnf-syntax-alist): Add ebnfx initialization.
11181 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
11182
11183 * printing.el: Doc fix.
11184 (pr-version): New version number (6.7.3).
11185 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
11186 returns nil for mouse position. Reported by Drew Adams
11187 <drew.adams@oracle.com>.
11188 (pr-update-menus): Modify interactive declaration. Reported by Drew
11189 Adams <drew.adams@oracle.com>.
11190
11191 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
11192
11193 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
11194 (gud-gdba-marker-filter): Log the process input and output, if
11195 required. From Stefan Monnier.
11196 (gdb-debug-log, gdb-enable-debug-log): New variables.
11197 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
11198
11199 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11200
11201 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
11202 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
11203
11204 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
11205
11206 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
11207 Call vc-find-file-hook here instead of in auto-revert-buffers.
11208 (auto-revert-buffers): Delete call to vc-find-file-hook.
11209 (auto-revert-verbose, global-auto-revert-non-file-buffers)
11210 (global-auto-revert-mode, auto-revert-set-timer)
11211 (auto-revert-handler, auto-revert-buffers): Doc fixes.
11212
11213 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11214
11215 * woman.el (woman-change-fonts): Rename local variable
11216 woman-font-alist to font-alist to avoid a compiler warning.
11217
11218 2004-03-27 Dave Love <fx@gnu.org>
11219
11220 * emacs-lisp/rx.el (rx): Doc fix.
11221 Fix copyright years.
11222
11223 * strokes.el (strokes-global-set-stroke-string): New function.
11224 (strokes-list-strokes): Cope with strings, not just commands.
11225 Set foreground colour of image.
11226 (strokes-global-set-stroke): Doc fix.
11227
11228 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
11229
11230 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
11231 Auto Revert mode.
11232 (Buffer-menu-files-only): New variable.
11233 (Buffer-menu-toggle-files-only): New function.
11234 (Buffer-menu-mode-map): Bind it to `T'.
11235 (Buffer-menu-mode): Mention `T' in docstring.
11236 Set buffer-stale-function.
11237 (list-buffers-noselect): Mark buffer non-modified and set
11238 Buffer-menu-files-only.
11239
11240 * dired.el (buffer-stale-function): Remove no longer needed defvar.
11241
11242 * autorevert.el (auto-revert-handler): Print revert message
11243 before, rather than after, reverting.
11244 (buffer-stale-function): Move to files.el.
11245
11246 * files.el (buffer-stale-function): Move here from autorevert.el.
11247
11248 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11249
11250 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
11251
11252 * calc/calc.el (calc-mode-map): Use mapc.
11253
11254 * apropos.el (apropos-mode): Don't autoload.
11255 (apropos-symbols-internal): New fun. Extracted from `apropos'.
11256 (apropos): Use it.
11257 (apropos-print): Add optional `text' argument.
11258 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
11259 Don't assume point-min == 1.
11260
11261 * bs.el (bs-buffer-list): Use buffer-local-value.
11262 (bs--set-toggle-to-show): Use with-current-buffer.
11263
11264 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
11265 New funs.
11266 (list-buffers-noselect): Use them. Adjust :align-to to new style.
11267
11268 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
11269
11270 * dabbrev.el (dabbrev-expand): Fix regexp construction.
11271 (dabbrev--find-expansion): Use pop.
11272 (dabbrev--search): Use match-string-no-properties.
11273
11274 * dired.el (dired-mode): Use run-mode-hooks.
11275 (dired-move-to-end-of-filename): Use match-string.
11276
11277 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
11278 is bound before using it.
11279 (ediff-verbose-p): Make it into a var since it's not constant.
11280
11281 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
11282
11283 * faces.el (read-face-font): Don't cons up unnecessarily.
11284 (header-line, tool-bar): Share common parts.
11285
11286 * files.el (file-relative-name): Use compare-strings.
11287
11288 * finder.el (finder-mode): Follow coding convention.
11289
11290 * subr.el (read-number): New function.
11291
11292 * ses.el (ses-read-number): Move to subr.el.
11293 (ses-set-header-row): Use read-number.
11294
11295 2004-03-26 Andre Spiegel <spiegel@gnu.org>
11296
11297 * vc-hooks.el (vc-arg-list): New function, which handles both
11298 compiled and uncompiled code.
11299 (vc-default-workfile-unchanged-p): Use it.
11300
11301 * vc.el (vc-print-log): Undo prev change, use new function
11302 vc-arg-list from vc-hooks.el.
11303
11304 2004-03-26 Masatake YAMATO <jet@gyve.org>
11305
11306 * simple.el (completion-setup-function): Emphasize the
11307 first uncommon characters in the completions; and de-emphasize
11308 the common prefix substrings.
11309 (completion-emphasis): New face.
11310 (completion-de-emphasis): New face.
11311
11312 2004-03-25 Juanma Barranquero <lektu@terra.es>
11313
11314 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
11315 Comment out (it's unused and unfinished code).
11316
11317 2004-03-25 Sam Steingold <sds@gnu.org>
11318
11319 * vc.el (vc-print-log): Fix a bug in the last patch:
11320 backend-function may be a byte-compiled object, not a lambda.
11321
11322 2004-03-25 Juri Linkov <juri@jurta.org>
11323
11324 * descr-text.el (describe-property-list): Add a button
11325 for `face' property that calls `describe-face'.
11326 Suggested by luis fernandes <elf@ee.ryerson.ca>
11327
11328 * international/mule.el (keyboard-coding-system):
11329 * kmacro.el (kmacro-call-macro): Fix docstring.
11330
11331 * dired.el: Fix comments.
11332
11333 * textmodes/fill.el (fill): Fix Info link.
11334
11335 * font-lock.el (fast-lock, lazy-lock):
11336 * jit-lock.el (jit-lock): Remove links to removed Support Modes
11337 Info node.
11338
11339 * eshell/eshell.el (eshell): Fix broken info-link.
11340
11341 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11342 * eshell/em-banner.el (eshell-banner):
11343 * eshell/em-smart.el (eshell-smart):
11344 * eshell/esh-cmd.el (eshell-cmd):
11345 Comment out broken info-links to incomplete Info manual.
11346
11347 * info-xref.el: Fix commentary.
11348
11349 2004-03-25 Kevin Ryde <user42@zip.com.au>
11350
11351 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11352 Remove spurious node duplicate suppression, doesn't work, not wanted.
11353 (info-xref-output): Take format style args, add "sit-for 0" to let
11354 user see the results as they progress.
11355 (info-xref-check-all-custom): New function.
11356
11357 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
11358
11359 * gdb-ui.el: Moved to progmodes.
11360
11361 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11362
11363 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11364
11365 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11366
11367 * calendar/appt.el (appt-check): Remove superfluous progn.
11368 When finished with diary buffer: if it was not being displayed
11369 before, kill it; otherwise restore its original state.
11370 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11371
11372 * calendar/calendar.el (calendar-set-mode-line): Use total
11373 available mode-line width, rather than frame-width.
11374
11375 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11376 after mode change so effect not lost.
11377
11378 2004-03-23 Dave Love <fx@gnu.org>
11379
11380 * dired.el (dired) <defgroup>: Add link to manual.
11381 (dired-font-lock-keywords): Add highlighting on unusual permissions.
11382 (dired-revert): Use dolist.
11383 (dired-mode-map): Add U binding.
11384 (dired-mode): Add font-lock-beginning-of-syntax-function.
11385 (dired-garbage-files-regexp): Make it a defcustom.
11386
11387 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11388
11389 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11390 is equivalent to nil.
11391 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11392 (vc-arch-mode-line-string): Accept `added' state.
11393 (vc-arch-state): Use inode-sigs if available.
11394 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11395 Copy&delete existing id file if any. Fallback if uuidgen is absent.
11396 (vc-arch-tagline-re): New var.
11397 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11398 New functions.
11399 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11400 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11401
11402 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11403 (vc-file-not-found-hook): Use it.
11404
11405 * diff-mode.el (diff-default-read-only): Change default.
11406 (diff-mode-hook): Make it a defcustom. Add some options.
11407 (diff-mode-map): Bind diff-refine-hook.
11408 (diff-yank-handler): New var.
11409 (diff-yank-function): New fun.
11410 (diff-font-lock-keywords): Use them.
11411 (diff-end-of-file): Handle case where file-header looks like diff text.
11412 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11413 (diff-file-kill): Delete a subsequent empty line, if applicable.
11414 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11415 (diff-find-file-name): Use it.
11416 (diff-tell-file-name): New command.
11417 (diff-mode): Be careful with view-mode.
11418 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11419 New functions, for use in diff-mode-hook.
11420 (diff-find-source-location): Catch "regex too large" errors.
11421 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11422 (diff-refine-hunk): New command.
11423
11424 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11425 (smerge-context-menu-map): Remove unused var.
11426 (smerge-keep-all): Preserve markers.
11427 (smerge-keep-n): New fun.
11428 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11429 (smerge-keep-current, smerge-ediff): Use it.
11430 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
11431 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11432 (smerge-resolve): Resolve trivial 3-part conflicts.
11433
11434 2004-03-23 Juri Linkov <juri@jurta.org>
11435
11436 * man.el (Man-width): New var.
11437 (Man-getpage-in-background): Use it.
11438 (Man-support-local-filenames): New var and fun.
11439 (Man-build-man-command): Don't add a second %s.
11440 (Man-fontify-manpage): Clean up message.
11441 (Man-mode): Set outline-regexp, outline-level,
11442 imenu-generic-expression.
11443
11444 * woman.el (woman-fill-frame): Doc fix.
11445 (woman-decode-region): Use window-width instead of frame-width.
11446
11447 * abbrevlist.el (list-one-abbrev-table):
11448 * descr-text.el (describe-char):
11449 * international/mule-diag.el (describe-current-coding-system):
11450 * international/quail.el (quail-insert-decode-map):
11451 Use window-width instead of frame-width.
11452
11453 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11454 (jka-compr-mode-alist-additions): Add tbz.
11455 (jka-compr-write-region, jka-compr-insert-file-contents):
11456 Add message for undefined compress-program.
11457 (jka-compr-write-region): Remove redundant var bindings.
11458
11459 * dired-x.el (dired-guess-shell-alist-default): Add choices for
11460 extracting files into subdirectory. Add tbz and dz. Fix regexps.
11461 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11462 (dired-man): Use dired-guess-shell-command.
11463 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11464 Change default nil to t.
11465
11466 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11467 (dired-compare-directories): Add default value for empty input.
11468
11469 * help-at-pt.el: Move suggestions for key bindings to Commentary.
11470
11471 * time.el (display-time-string-forms): Fix help-echo date format.
11472
11473 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
11474
11475 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11476 (buffer-stale-function): New variable.
11477 (auto-revert-list-diff, auto-revert-dired-file-list)
11478 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11479 (auto-revert-handler): Take over some functionality of deleted
11480 functions.
11481 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11482
11483 * dired.el (dired-directory-changed-p): New fun, extracted from
11484 dired-internal-noselect.
11485 (dired-buffer-stale-p): New fun.
11486 (dired-internal-noselect): Use dired-directory-changed-p.
11487 Eliminate revert messages.
11488 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11489
11490 2004-03-23 Kenichi Handa <handa@m17n.org>
11491
11492 * international/characters.el: Setup syntaxes for more parentheses
11493 Unicode characters.
11494
11495 * international/mule-cmds.el (select-safe-coding-system):
11496 Merge coding-system and auto-cs before comparing them.
11497
11498 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11501
11502 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11503 normal-auto-fill-function and comment-indent-function.
11504 The default values now work just as well.
11505 Don't set font-lock-beginning-of-syntax-function since we already set
11506 syntax-begin-function.
11507 (lisp-outline-level): Put ;;;###autoload at same level as (.
11508 (prin1-char): Quote special chars.
11509
11510 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11511 than with-no-warnings.
11512
11513 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11514 if the source location can't be found.
11515 (edebug-compute-previous-result): Use prin1-char.
11516
11517 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11518 (debug-ignored-errors): Add an entry.
11519
11520 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11521 (byte-compile-file): Output warning when deleting a file.
11522
11523 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11524 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11525
11526 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11527 (byte-compile-inline-expand): Use backquote.
11528 (byte-optimize-pure-func): Rename from byte-optimize-concat.
11529 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11530
11531 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11532
11533 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11534
11535 2004-03-22 Juri Linkov <juri@jurta.org>
11536
11537 * finder.el (finder-known-keywords): Fix data, tex, unix.
11538
11539 * play/landmark.el: Fix keywords.
11540
11541 * language/ethio-util.el (ethio-find-file): Doc fix.
11542
11543 * emacs-lisp/warnings.el: Doc fix.
11544
11545 * textmodes/ispell.el (ispell-help): Doc fix.
11546
11547 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
11548
11549 * format.el (format-insert-file): Always return a list of two
11550 elements, like insert-file-contents does.
11551
11552 2004-03-21 Andre Spiegel <spiegel@gnu.org>
11553
11554 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11555 and vc-BACKEND-diff.
11556 (vc-print-log): If the print-log implementation supports it, use
11557 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11558 (vc-version-diff, vc-diff-internal): Doc fixes.
11559
11560 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11561 implementation supports it, let diff output go to *vc*,
11562 not *vc-diff*, since this is an internal call.
11563
11564 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11565
11566 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11567
11568 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11569
11570 2004-03-21 Dave Love <fx@gnu.org>
11571
11572 * progmodes/cfengine.el (cfengine-mode):
11573 Set parse-sexp-ignore-comments.
11574
11575 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11576
11577 2004-03-21 Juanma Barranquero <lektu@terra.es>
11578
11579 * allout.el (allout-mode): Fix docstring.
11580
11581 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
11582
11583 * files.el (insert-directory): Fix bug if SWITCHES is a list.
11584
11585 * autorevert.el (auto-revert-interval): Make new value take
11586 effect immediately when set through Custom.
11587 (auto-revert-set-timer): Add interactive declaration.
11588
11589 2004-03-19 David Ponce <david@dponce.com>
11590
11591 * ruler-mode.el (ruler-mode-header-line-format-old):
11592 Don't `make-variable-buffer-local'.
11593 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11594 (ruler-mode-header-line-format): Simply funcall the above.
11595 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11596 to save/restore a previous header line format.
11597 (ruler-mode-space): Don't depend on a numeric WIDTH value.
11598 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11599 fringes and margins width.
11600 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11601
11602 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11603
11604 * log-edit.el (log-edit-font-lock-keywords): Typo.
11605
11606 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11607 (tex-send-tex-command): Rather than here.
11608 (tex-compilation-parse-errors): Simplify.
11609
11610 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11611
11612 * time.el (display-time-string-forms): Add help-echo with date on time.
11613
11614 * composite.el (compose-region): Use restore-buffer-modified-p.
11615
11616 * disp-table.el (standard-display-8bit): Simplify.
11617
11618 * server.el (server-process-filter): Delete temp frame.
11619
11620 * add-log.el (add-change-log-entry): Simplify.
11621
11622 2004-03-19 Kim F. Storm <storm@cua.dk>
11623
11624 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11625 (hexl-follow-line): Don't require 'fringe.
11626
11627 * progmodes/compile.el (compilation-start): Always set
11628 compilation-last-buffer and return it.
11629
11630 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11631
11632 * simple.el (clone-buffer): Doc fix.
11633
11634 2004-03-18 Juanma Barranquero <lektu@terra.es>
11635
11636 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11637
11638 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * log-edit.el (log-edit-font-lock-keywords): New var.
11641 (log-edit-mode): Use it.
11642
11643 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
11644
11645 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11646 properly for watching in speedbar.
11647
11648 2004-03-17 Masatake YAMATO <jet@gyve.org>
11649
11650 * smerge-mode.el (smerge-popup-context-menu):
11651 Put `unwind-protect' around `overlay-put' and `popup-menu'.
11652
11653 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11654
11655 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11656 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11657 Take sealed revisions into account.
11658 (vc-arch-checkin): Extract a summary line from the message.
11659
11660 2004-03-16 Masatake YAMATO <jet@gyve.org>
11661
11662 * register.el (register): Provide `register' feature.
11663
11664 2004-03-15 Masatake YAMATO <jet@gyve.org>
11665
11666 Added context menu support in smerge mode.
11667 Most of the part is written by Stefan Monnier.
11668
11669 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11670 New keymap and menu.
11671 (smerge-text-properties): New function.
11672 (smerge-remove-props): New function.
11673 (smerge-popup-context-menu): New function.
11674 (smerge-resolve): Call `smerge-remove-props'.
11675 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11676 (smerge-keep-current): Ditto.
11677 (smerge-kill-current): New function.
11678 (smerge-match-conflict): Put text properties.
11679 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11680
11681 2004-03-15 David Ponce <david@dponce.com>
11682
11683 * ruler-mode.el: (ruler-mode-left-fringe-cols)
11684 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11685 (ruler-mode-right-scroll-bar-cols): Remove.
11686 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11687 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11688 Use fringe-columns and scroll-bar-columns.
11689
11690 2004-03-15 Masatake YAMATO <jet@gyve.org>
11691
11692 * hl-line.el (hl-line-range-function): New variable.
11693 (hl-line-move): New function.
11694 (global-hl-line-highlight): Use `hl-line-move'.
11695 (hl-line-highlight): Ditto.
11696
11697 * scroll-bar.el (scroll-bar-columns):
11698 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11699
11700 * ruler-mode.el (top-level): Require scroll-bar and fringe.
11701 (ruler-mode-left-fringe-cols)
11702 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11703 (ruler-mode-right-scroll-bar-cols)
11704 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11705 (ruler-mode-ruler-function): New variable.
11706 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11707 if the value for `ruler-mode-ruler-function'is given.
11708
11709 * hexl.el (hexl-mode-hook): Make the hook customizable.
11710 (hexl-address-area, hexl-ascii-area): New customize variables.
11711 (hexlify-buffer): Put font-lock-faces on the address area and
11712 the ascii area.
11713 (hexl-activate-ruler): New function.
11714 (hexl-follow-line): New function.
11715 (hexl-highlight-line-range): New function.
11716 (hexl-mode-ruler): New function.
11717
11718 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11719
11720 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
11721 (vc-default-find-file-hook): New fun.
11722 (vc-find-file-hook): Call new find-file-hook operation.
11723
11724 * vc-arch.el: New file.
11725
11726 2004-03-12 Jesper Harder <harder@ifa.au.dk>
11727
11728 * info-look.el (info-lookup): Reuse an existing Info window.
11729
11730 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11731
11732 * woman.el (woman-preserve-ascii): Default value changed to t and
11733 doc string revised.
11734
11735 2004-03-12 Richard M. Stallman <rms@gnu.org>
11736
11737 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11738 Fix minor bug.
11739
11740 * replace.el (occur-engine): Change message for count of matches.
11741
11742 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11743 For strings, do compare text properties.
11744
11745 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
11746
11747 * progmodes/compile.el (compile-auto-highlight)
11748 (compilation-error-list, compilation-old-error-list)
11749 (compilation-parse-errors-function, compilation-parsing-end)
11750 (compilation-error-message, compilation-directory-stack)
11751 (compilation-enter-directory-regexp-alist)
11752 (compilation-leave-directory-regexp-alist)
11753 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11754 (compilation-current-file, compilation-regexps): Remove vars.
11755
11756 (compile-error-at-point, compilation-error-filedata)
11757 (compilation-error-filedata-file-name, compile-reinitialize-errors)
11758 (compilation-next-error-locus, compilation-forget-errors)
11759 (count-regexp-groupings, compilation-parse-errors)
11760 (compile-collect-regexps, compile-buffer-substring): Remove funs.
11761
11762 (compile-internal): Make obsolete.
11763
11764 (compilation-first-column, compilation-error)
11765 (compilation-directory-matcher, compilation-page-delimiter)
11766 (compilation-mode-font-lock-keywords, compilation-debug)
11767 (compilation-error-face, compilation-warning-face)
11768 (compilation-info-face, compilation-line-face)
11769 (compilation-column-face, compilation-enter-directory-face)
11770 (compilation-leave-directory-face, compilation-skip-threshold)
11771 (compilation-skip-visited, compilation-context-lines): New vars.
11772
11773 (compilation-warning-face, compilation-info-face)
11774 (compilation-message-face): New faces.
11775
11776 (compilation-error-regexp-alist-alist): New constant.
11777
11778 (compilation-face, compilation-directory-properties)
11779 (compilation-assq, compilation-error-properties, compilation-start)
11780 (define-compilation-mode, compilation-loop)
11781 (compilation-set-window): New functions.
11782
11783 (compile): Additional argument for interactive compiles like TeX.
11784
11785 * progmodes/grep.el (kill-grep): Move here from compile.el
11786 (grep-error, grep-hit-face, grep-error-face)
11787 (grep-mode-font-lock-keywords): New variables.
11788 (grep-regexp-alist): Simplify regexp and add `binary' case.
11789 (grep-mode): New mode.
11790 (grep-process-setup): Simplify.
11791
11792 2004-03-11 Jason Rumney <jasonr@gnu.org>
11793
11794 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11795 letters on DOS/Windows.
11796
11797 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11798
11799 * server.el (server-name): New var.
11800 (server-socket-dir): New var to replace server-socket-name.
11801 (server-start): Use them.
11802
11803 2004-03-11 Simon Josefsson <jas@extundo.com>
11804
11805 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11806 died to avoid infloop. Reported by Jonathan Glauner
11807 <jglauner@sbum.org>.
11808
11809 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11810
11811 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11812 (smerge-mode-menu): Use it to deactivate menu entries.
11813 (smerge-keep-current): New fun.
11814 (smerge-keep-current): Use it.
11815
11816 2004-03-10 John Paul Wallington <jpw@gnu.org>
11817
11818 * foldout.el (foldout-fold-list, foldout-modeline-string):
11819 Declare them as variables, not constants.
11820
11821 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11822
11823 * ps-print.el: Modification to print *Messages* buffer.
11824 (ps-print-version): New version 6.6.4.
11825 (ps-message-log-max): New fun.
11826 (ps-spool-without-faces, ps-spool-with-faces)
11827 (ps-count-lines-preprint): Code fix.
11828
11829 * printing.el: New tips in Tips section.
11830
11831 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11832
11833 * delim-col.el: Doc fix.
11834
11835 * printing.el: Doc fix. New doc section (Tips).
11836
11837 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11838
11839 * type-break.el (type-break-emacs-variant): Remove.
11840 (type-break-run-at-time, type-break-cancel-function-timers):
11841 Use fboundp rather than version name and number.
11842
11843 2004-03-09 Masatake YAMATO <jet@gyve.org>
11844
11845 * hexl.el (hexl-mode): Use `make-local-variable' instead of
11846 `make-variable-buffer-local'.
11847
11848 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
11849
11850 * find-dired.el (find-dired): Call `shell-command' instead of
11851 `start-process-shell-command'. By this, Tramp takes over
11852 handling of remote directories.
11853
11854 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11855
11856 * newcomment.el (comment-use-global-state): New var.
11857 (comment-search-forward): Use it.
11858
11859 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11860
11861 * cus-edit.el (fill) <defgroup>: Move to fill.el.
11862
11863 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11864 (enable-kinsoku): Make it a defcustom.
11865 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11866 paragraph to same-comment-start-marker.
11867
11868 2004-03-07 Dave Love <fx@gnu.org>
11869
11870 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11871 (browse-url-mail): Use it.
11872
11873 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11874 (rfc2368-unhexify-string): Use replace-regexp-in-string.
11875
11876 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11877
11878 * woman.el (woman-man.conf-path): Doc fix.
11879 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11880
11881 2004-03-07 Eli Zaretskii <eliz@gnu.org>
11882
11883 * sort.el (sort-columns): Remove ms-dos from the list of systems
11884 where the external `sort' command is not used.
11885
11886 2004-03-07 Kim F. Storm <storm@cua.dk>
11887
11888 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11889 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11890 from overlay-arrow-variable-list.
11891 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11892
11893 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
11894
11895 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11896 overlay arrow string properly for the assembler buffer.
11897
11898 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11899
11900 * mail/sendmail.el (mail-mode): Fix last change.
11901
11902 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
11903
11904 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11905 for the assembler buffer.
11906 (gdb-assembler-custom): Position the overlay arrow.
11907 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11908
11909 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11910
11911 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11912
11913 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11914 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11915
11916 * mail/sendmail.el (mail-mode): Set comment-start-skip.
11917
11918 * newcomment.el (uncomment-region): Allow non-terminated comment.
11919 (comment-normalize-vars): Check the user-specified comstart marker.
11920
11921 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11922
11923 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11924 Otherwise, do use it if the region only contains font-lock text
11925 properties.
11926
11927 2004-03-04 Masatake YAMATO <jet@gyve.org>
11928
11929 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11930 as the callback function for eldoc.
11931 (hexl-print-current-point-info): New function.
11932 (hexl-current-address): Print the address in both decimal
11933 and hexadecimal format.
11934
11935 2004-03-04 Richard M. Stallman <rms@gnu.org>
11936
11937 * mail/rmail.el (rmail-convert-to-babyl-format):
11938 Specify t for UNIBYTE when calling mail-unquote-printable-region.
11939
11940 * mail/mail-utils.el (mail-unquote-printable-region):
11941 New arg UNIBYTE.
11942
11943 * startup.el (command-switch-alist): Doc fix.
11944
11945 * simple.el (undo): Temporarily set this-command to `undo-start',
11946 then set it to `undo' once undo-start returns without error.
11947
11948 * simple.el (minibuffer-history-sexp-flag): Doc fix.
11949
11950 * simple.el (kill-line): Don't disregard trailing whitespace
11951 in eol condition, if show-trailing-whitespace is set.
11952
11953 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11954 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11955 When disabling, restore old values only if mouse-sel-has-been-enabled.
11956
11957 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11958 (isearch-{-char): New function.
11959 (isearch-mode-map): Bind { to isearch-{-char.
11960
11961 * font-lock.el (lisp-font-lock-keywords-2):
11962 Turn off the CL with-... and do-... general patterns.
11963 Instead, recognize several specific with... and do... constructs.
11964
11965 * files.el (switch-to-buffer-other-window):
11966 Bind same-window-buffer-names and same-window-regexps to nil.
11967 (switch-to-buffer-other-frame): Likewise.
11968
11969 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11970
11971 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11972 recognizing leading comment on code line.
11973
11974 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11975
11976 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11977 hidden files/directories.
11978
11979 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11980
11981 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11982 only comment-start (in case the mode hasn't set it).
11983
11984 * Makefile.in (AUTOGENEL): New var.
11985 (bootstrap-prepare): Rename from bootstrap-clean.
11986 Don't remove elc files.
11987 (maintainer-clean): New target.
11988
11989 * xml.el (xml-get-attribute-or-nil): Simplify.
11990
11991 2004-03-02 Juri Linkov <juri@jurta.org>
11992
11993 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11994 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11995 URL to prevent their substitution with the environment variable
11996 values by browsers.
11997
11998 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11999
12000 * ps-print.el: Doc fix.
12001 (ps-print-version): New version number (6.6.3).
12002 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
12003 Docstring fix.
12004 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
12005 before printing.
12006 (ps-time-stamp-yyyy-mm-dd): New fun.
12007 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
12008
12009 2004-03-02 Kim F. Storm <storm@cua.dk>
12010
12011 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
12012
12013 2004-03-01 Juanma Barranquero <lektu@terra.es>
12014
12015 * allout.el (allout-rebullet-heading): Fix typo in docstring.
12016
12017 * desktop.el (desktop-file-version)
12018 (desktop-after-read-hook): Fix typos.
12019 (desktop-clear-preserve-buffers): Remove redundant info in
12020 docstring already shown by the obsolescence message.
12021 (desktop-truncate, desktop-internal-v2s)
12022 (desktop-value-to-string): Change argument name to match docstring.
12023
12024 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
12025
12026 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
12027 docstring.
12028
12029 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12030
12031 * printing.el: Replace "As Is..." in PostScript file print/preview by
12032 "No Preprocessing...". Suggested by Colin Marquardt
12033 <_marquardt_@zmd.de>.
12034 (pr-insert-section-4): Adjust buffer interface.
12035
12036 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
12037
12038 Version 2.0.39 of Tramp released.
12039
12040 * net/tramp.el (tramp-handle-file-local-copy)
12041 (tramp-handle-write-region, tramp-open-connection-rsh):
12042 Variable name typo. Small change. From Patrick Tullmann
12043 <tullmann@flux.utah.edu>.
12044 (tramp-process-connection-type): New variable.
12045 (tramp-maybe-open-connection): Use it.
12046 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
12047 (tramp-touch): Set last-modified time of a remote file.
12048 (tramp-handle-write-region): Say which function is used when encoding.
12049
12050 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
12051
12052 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
12053 case of non-existing filename, too. Reported by Christoph Bauer
12054 <c_bauer@informatik.uni-kl.de>.
12055 (tramp-smb-get-file-entries): The directory in question should
12056 have permissions "drwxrwxrwx". Just virtual, because we don't
12057 know the real permissions. Don't we know?
12058 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
12059 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
12060 (tramp-smb-wait-for-output): Optimize algorithm getting pending
12061 output. If it was received chunkwise, there have been problems.
12062 Remove the "prompt not found" error message; it is obvious.
12063 Simplify algorithm.
12064 (tramp-smb-process-running): Remove. Since we acknowledge the
12065 virtual prompt for shares, there's no need for distinction of
12066 reading shares (process ends afterwards) and interactive mode of
12067 smblient.
12068 (tramp-smb-open-connection): Setting process sentinel removed.
12069 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
12070 "NT_STATUS_NETWORK_ACCESS_DENIED".
12071 (tramp-smb-maybe-open-connection): Set `process-connection-type'
12072 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
12073 (top-level): Setting default value in `tramp-default-method-alist'
12074 corrected. Order of USER and HOST have been wrong.
12075 Nobody complained for months ...
12076 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
12077 (tramp-smb-open-connection): Clear password cache if login has failed.
12078
12079 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
12080 `tramp-unified-filenames'.
12081 (tramp-completion-mode): Make test for XEmacs explicitely.
12082 `event-to-character' can exists in Emacs packages too.
12083 Reported by Matt Swift <swift@alum.mit.edu>.
12084 (tramp-buffer-name): Buffer name must contain the user if exists.
12085 Reported by Adrian Phillips <a.phillips@met.no>.
12086 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
12087 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
12088 (tramp-do-copy-or-rename-file-out-of-band): Rename from
12089 `tramp-do-copy-or-rename-file-one-local', because it handles also
12090 the case both files use the same out-of-band method.
12091 Implementation added.
12092 (tramp-handle-file-local-copy, tramp-handle-write-region):
12093 Out-of-band handling removed. `copy-file' called instead, which
12094 calls `tramp-do-copy-or-rename-file-out-of-band'.
12095 (tramp-action-password): Check for out-of-band method removed.
12096 This function is used for 'login-program.
12097 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
12098 appropriate.
12099 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
12100 and `tramp-parse-sknownhosts'.
12101 (tramp-completion-function-alist): It's a defvar now, because we
12102 want to apply the optimized `tramp-set-completion-function'
12103 instead of a static list.
12104 (tramp-set-completion-function): Implementation tuned.
12105 Avoid double entries, and entries where the function or the
12106 file/directory doesn't exist.
12107 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
12108 for SSH2.
12109 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
12110 (tramp-handle-dired-compress-file): New function.
12111 (tramp-async-proc): New variable.
12112 (tramp-handle-shell-command): Adding asynchronous processes.
12113 They are far from being perfect, but it works at least for
12114 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
12115 (top-level): Require password.el if visible. Should be mandatory
12116 once No Gnus has found its way into (X)Emacs.
12117 (tramp-read-passwd): Invoke `password-read' if available,
12118 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
12119 fallback any longer.
12120 (tramp-clear-passwd): New function.
12121 (tramp-process-actions, tramp-process-multi-actions):
12122 Clear password cache if login has failed.
12123
12124 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
12125 its own module.
12126 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
12127 `ange-ftp-ftp-name-res'. There could be incorrect values from
12128 previous calls in case the "ftp" method is used in the Tramp file
12129 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
12130
12131 2004-02-28 Richard M. Stallman <rms@gnu.org>
12132
12133 * term.el (term-mouse-paste): Call mouse-set-point.
12134
12135 * thumbs.el: New file.
12136
12137 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12138
12139 * progmodes/ebnf-abn.el: Doc fix.
12140
12141 * progmodes/ebnf-bnf.el: Doc fix.
12142 (ebnf-repeat): Code fix.
12143
12144 * progmodes/ebnf2ps.el: Doc fix.
12145 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
12146
12147 2004-02-28 Juri Linkov <juri@jurta.org>
12148
12149 * ffap.el (dired-at-point): Additional writability test for
12150 relative directory names.
12151 (dired-at-point-prompter): Treat directories as a directory, get
12152 the directory component from files.
12153 (ffap-string-at-point): Return string from region if region is active.
12154 (ffap-file-at-point): Remove redundant code.
12155
12156 2004-02-28 Kim F. Storm <storm@cua.dk>
12157
12158 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
12159 Initialize margin area images to nil.
12160 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
12161 (breakpoint-enabled-bitmap-face)
12162 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
12163 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
12164 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
12165 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
12166 (gdb-reset): Use gdb-remove-breakpoint-icons.
12167 (gdb-put-string): Add dprop arg to specify alternative display
12168 property (for setting fringe bitmap).
12169 (gdb-remove-strings): Doc fix.
12170 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
12171 icon in fringe (if available), or else as icon or text in display
12172 margin. Creates necessary icons in breakpoint-bitmap,
12173 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
12174 Also make left window margin if required.
12175 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
12176 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
12177 no longer needed.
12178 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
12179 gdb-put-breakpoint-icon.
12180 (gdb-assembler-mode): Don't set left-margin-width here.
12181
12182 2004-02-27 Kevin Ryde <user42@zip.com.au>
12183
12184 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
12185 comma, so that it DTRT in macros.
12186
12187 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
12188
12189 * progmodes/sh-script.el (sh-shell-arg)
12190 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
12191 (sh-leading-keywords, sh-other-keywords): Fix custom type.
12192
12193 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
12194
12195 * faces.el (face-spec-set-match-display): Add a new attribute,
12196 `min-colors'.
12197 (region, highlight, secondary-selection): Use `min-colors'.
12198
12199 * custom.el (defface): Add documentation for `min-colors'.
12200
12201 * font-lock.el (font-lock-comment-face, font-lock-string-face)
12202 (font-lock-keyword-face, font-lock-function-name-face)
12203 (font-lock-variable-name-face, font-lock-constant-face):
12204 Use `min-colors'.
12205
12206 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
12207
12208 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12209
12210 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
12211 define assq-delete-all if it's not defined.
12212 (ebnf-generate-region): Code fix.
12213
12214 * printing.el: Doc fix.
12215 (pr-version): New version number (6.7.2).
12216 (pr-command): Return empty string if command is an empty string.
12217
12218 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12219
12220 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
12221
12222 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
12223 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
12224 semi-down-full. Fix a bug on productions like test = {"test"}* | (
12225 "tt" ["test"] ). Reported by Markus Dreyer
12226 <mdreyer@ix.urz.uni-heidelberg.de>.
12227 (ebnf-version): New version number (4.0).
12228 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
12229 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
12230 (ebnf-delete-style): New commands.
12231 (ebnf-directory, ebnf-file): New funs.
12232 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
12233 (ebnf-production-name-p, ebnf-stop-on-error): New options.
12234 (ebnf-syntax-alist): New var.
12235 (ebnf-element-width): New fun replacing ebnf-list-width.
12236 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
12237 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
12238 (ebnf-prologue): Adjust vars.
12239 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
12240 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
12241 (ebnf-check-style-values, ebnf-generate-production)
12242 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
12243 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
12244 (ebnf-token-repeat): Code fix.
12245
12246 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
12247 %right, %left and %prec. Suggested by Matthew K. Junker
12248 <junker@alum.mit.edu>.
12249 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
12250
12251 * progmodes/ebnf-iso.el: Doc fix.
12252 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
12253 (ebnf-iso-lex): Code fix.
12254
12255 * progmodes/ebnf-bnf.el: Doc fix.
12256 (ebnf-bnf-lex): Code fix.
12257
12258 * progmodes/ebnf-otz.el: Doc fix.
12259
12260 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
12261
12262 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
12263 (abbrev-prefix-mark): Doc fix.
12264
12265 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
12266
12267 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
12268 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
12269 (gdb-var-delete): Make interactive (really).
12270 (gdb-edit-value): Make non-interactive.
12271
12272 * progmodes/gud.el (gud-speedbar-menu-items):
12273 Add gdb-var-delete and, indirectly, gdb-edit-value.
12274 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
12275 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
12276 (gud-gdb-marker-filter): Add comment for annotations.
12277
12278 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
12279
12280 * calendar/calendar.el (generate-calendar)
12281 (calendar-read-date): Prevent display of BC calendars once more -
12282 reverts 2003-10-01 change.
12283 (generate-calendar-month): Doc fix.
12284
12285 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
12286
12287 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
12288 return value of increment-calendar-month.
12289
12290 2004-02-21 Stephen Compall <s11@member.fsf.org>
12291
12292 * saveplace.el (save-place-forget-unreadable-files)
12293 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
12294 (save-place-forget-unreadable-files): New function.
12295 (save-place-alist-to-file): Use it to filter out files that are
12296 no longer readable.
12297
12298 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
12299 current Texinfo environment, using the same method as in
12300 `texinfo-insert-@end', and insert a space rather than a newline if
12301 point in a @table environment.
12302
12303 2004-02-21 Juri Linkov <juri@jurta.org>
12304
12305 * ffap.el (ffap-file-at-point): Try parent directories.
12306
12307 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
12308
12309 * vcursor.el (vcursor-modifiers): New defcustom.
12310 (vcursor-cs-binding): Use vcursor-modifiers instead of a
12311 hard-coded list.
12312
12313 2004-02-21 Masatake YAMATO <jet@gyve.org>
12314
12315 * play/animate.el (animate-birthday-present): Accept names other
12316 than `Sarah', too.
12317
12318 2004-02-21 Juri Linkov <juri@jurta.org>
12319
12320 * startup.el: Remove table of command line arguments from the
12321 Commentary section.
12322
12323 2004-02-20 John Wiegley <johnw@newartisans.com>
12324
12325 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
12326 again" modifier from 'e' to 'E', since 'e' is also used by the
12327 "file extension" modifier.
12328
12329 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
12330
12331 * help-fns.el (describe-categories): Doc fix.
12332
12333 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12334
12335 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12336 temporary file for buffer already visiting one. This change makes
12337 output likely to be directly usable by patch program.
12338 Suggested by Adrian Aichner <adrian@xemacs.org>
12339
12340 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
12341
12342 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12343 case of variables defined in compound statements.
12344 (gdb-setup-windows, gdb-source-info, gdb-source-info):
12345 Simplify constructions using switch-to-buffer.
12346
12347 2004-02-19 Simon Josefsson <jas@extundo.com>
12348
12349 * play/morse.el: Fix typo.
12350 (morse-code): Add @.
12351
12352 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12353
12354 * calendar/appt.el (appt-display-format): Change default to
12355 'ignore, for backwards compatibility.
12356 (appt-display-message): If appt-display-format is 'ignore,
12357 respect old vars appt-msg-window and appt-visible.
12358 (appt-activate): Don't depend on return value of cancel-timer.
12359
12360 * calendar/calendar.el (calendar-holidays): Doc fix.
12361
12362 * calendar/cal-coptic.el (coptic-prompt-for-date):
12363 Use assoc-string instead of assoc-ignore-case.
12364 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12365 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12366 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12367 * calendar/cal-islam.el (calendar-goto-islamic-date)
12368 (mark-islamic-diary-entries): Ditto.
12369 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12370 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12371 (calendar-read-mayan-tzolkin-date): Ditto.
12372 * calendar/calendar.el (calendar-read-date): Ditto.
12373 * calendar/diary-lib.el (mark-diary-entries): Ditto.
12374
12375 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
12376
12377 * progmodes/executable.el (executable-command-find-posix-p):
12378 Fix choice of the directory.
12379
12380 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12381
12382 * simple.el (interprogram-cut-function)
12383 (interprogram-paste-function, kill-new, kill-append):
12384 Doc fixes.
12385 (kill-region): Make it return nil. Doc fix.
12386 (yank-pop): Make its argument optional.
12387 (yank): Make ARG `-' equivalent to `-1'.
12388
12389 2004-02-17 Eli Zaretskii <eliz@gnu.org>
12390
12391 * mail/rmail.el (rmail-get-new-mail): Don't reference
12392 rmail-use-spam-filter if rmail-spam-filter is not loaded.
12393
12394 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12395
12396 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12397 if one of global-auto-revert-non-file-buffers or autorevert-mode
12398 is non-nil.
12399
12400 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12401
12402 * subr.el (delete-dups): A better implementation from Karl Heuer
12403 <kwzh@gnu.org>.
12404
12405 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12406
12407 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12408 correct place.
12409 * progmodes/icon.el (icon-indent-command): Ditto.
12410 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12411
12412 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12413
12414 * progmodes/grep.el (grep-compute-defaults): Undo change from
12415 2004-01-29: don't use executable-command-find-posix-p.
12416
12417 2004-02-16 Richard Sharman <rsharman@pobox.com>
12418
12419 * hilit-chg.el: Use require instead of eval-and-compile.
12420 (highlight-compare-buffers): New function.
12421
12422 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
12423
12424 * man.el (Man-fontify-manpage): Render section headings in
12425 `Man-overstrike-face' even when overstrike was not used by man
12426 formatter for section headings.
12427
12428 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
12429
12430 * rmail-spam-filter.el: (vm-use-spam-filter)
12431 (rsf-min-region-length-added-to-spam-list): New variables.
12432 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12433 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
12434 spam testing. Don't delete spam message if automatic deletion
12435 after output via variable rmail-delete-after-output is turned on.
12436 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12437 rsf-bbdb-dont-create-entries-for-spam.
12438 (check-field): New function, extracted from code in
12439 rmail-spam-filter to ease addition of header fields like content-type.
12440 (message-content-type): New variable to check the content-type:
12441 field added, also in defcustom of rsf-definitions-alist.
12442 (rmail-spam-filter): Replace repeated test code for header fields
12443 by calls to check-field; change the call to
12444 rmail-output-to-rmail-file such that rmail-current-message stays
12445 the same to avoid wrong deletion of unseen flags.
12446 (rsf-add-contents-type): New function to convert old format
12447 of rmail-spam-definitions-alist into new one.
12448 Change prefixes of all variables and functions from
12449 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12450
12451 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12452
12453 * loadhist.el (unload-hook-features-list): New defvar.
12454
12455 2004-02-16 Dave Love <fx@gnu.org>
12456
12457 * loadhist.el (unload-feature): Doc fix. Rename flist to
12458 unload-hook-features-list.
12459
12460 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
12461
12462 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12463 cookie. Don't check if we are looking-at open-formula.
12464
12465 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12466
12467 * subr.el (match-string-no-properties): Use substring-no-properties.
12468
12469 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12470
12471 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12472 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12473 Use lower-case "rx" in all error message.
12474
12475 2004-02-16 Dave Love <fx@gnu.org>
12476
12477 * emacs-lisp/rx.el (rx-or): Put group around result.
12478 (rx-constituents): Add backref.
12479 (rx-syntax): Add string-delimiter, comment-delimiter.
12480 (rx-categories): Add combining-diacritic.
12481 (rx-check-not, rx-greedy, rx): Doc fix.
12482 (rx-backref, rx-check-backref): New.
12483
12484 2004-02-16 Jesper Harder <harder@ifa.au.dk>
12485
12486 * newcomment.el (uncomment-region): Allow eob as comment end.
12487
12488 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12489
12490 * filecache.el: All message and error commands now use prefix
12491 "Filecache:" to make it easy to read *Messages* buffer.
12492
12493 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12494
12495 * autorevert.el: Add support to detect changed dired and VC buffers.
12496 (auto-revert-active-p, auto-revert-list-diff)
12497 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12498 (auto-revert-handler, auto-revert-active-p): New functions.
12499 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12500 and `auto-revert-active-p'.
12501 (eval-when-compile): Defvar dired-directory and vc-mode.
12502 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12503 (auto-revert-handler-vc): New functions.
12504
12505 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12506
12507 * progmodes/compile.el (compilation-directory): New defvar.
12508 (compile): Save current directory in compilation-directory.
12509 (recompile): Bind default-directory to compilation-directory if
12510 that is non-nil.
12511
12512 2004-02-16 Dave Love <fx@gnu.org>
12513
12514 * newcomment.el (comment-insert-comment-function)
12515 (comment-region-function, uncomment-region-function): New.
12516 (comment-indent): Use comment-insert-comment-function.
12517 (uncomment-region): Use uncomment-region-function.
12518 (comment-region): Use comment-region-function.
12519
12520 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12521
12522 2004-02-16 Richard Stallman <rms@gnu.org>
12523
12524 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12525 loaddefs* and ldefs-boot*.
12526
12527 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12528
12529 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12530 and email address at the beginning and end of the address.
12531
12532 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12533 anchored at the beginning of the email address.
12534
12535 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
12536
12537 * international/ccl.el (ccl-compile-write): Pass `left' to
12538 ccl-embed-code to generate correct code of write-expr-register.
12539
12540 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
12541
12542 * progmodes/grep.el (grep-compute-defaults): Fix typos.
12543
12544 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12545
12546 * x-dnd.el: Mention support for Motif in commentary.
12547 (x-dnd-handle-drag-n-drop-event): Ditto.
12548
12549 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
12550
12551 * ses.el: Use "ses--" prefixes for buffer-local variables.
12552 Use (point-min) instead of 1, even when we know the buffer
12553 is unnarrowed.
12554 (ses-build-load-map): Delete. Distribute its content to defconst's for
12555 the three maps.
12556 (ses-menu, ses-header-line-menu): New menus.
12557 (ses-mode-map): Use them.
12558 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
12559
12560 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
12561
12562 * Makefile.in: Fix the CC Mode recompile kludge so it works
12563 when building in a different directory.
12564
12565 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
12566
12567 * simple.el (kill-new): Put yank-handler property on the entire string.
12568
12569 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12570
12571 * diff.el: Don't use compile any more, use diff-mode instead.
12572 (diff-regexp-alist, diff-old-file, diff-new-file)
12573 (diff-parse-differences, diff-process-setup): Remove.
12574 (diff-sentinel): New fun.
12575 (diff): Use it. Run the process ourselves.
12576 Use diff-mode for the rest of the processing.
12577
12578 * diff.el (diff): Simplify code handling `switch'.
12579
12580 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12581
12582 * pcvs-defs.el (cvs-menu): Add `tag'.
12583
12584 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12585
12586 * simple.el (kill-append): Doc fix.
12587
12588 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12589 Adapt outline-regexp to the new conventions for commenting out code.
12590
12591 2004-02-11 John Paul Wallington <jpw@gnu.org>
12592
12593 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12594
12595 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12596
12597 * diff.el (diff-switches): New fun.
12598 (diff, diff-backup): Use it.
12599 (diff): Clean up the args construction. Use backquote.
12600 Use listp instead of consp to avoid putting a nil arg.
12601 (diff): Add a revert-buffer function.
12602
12603 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12604
12605 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
12606 handled by x-dnd-handle-file-name.
12607 (x-dnd-known-types): Add COMPOUND_TEXT.
12608 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12609 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12610 x-dnd-empty-state.
12611 (x-dnd-forget-drop): Ditto.
12612 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12613 (x-dnd-handle-one-url): Return private when inserting text.
12614 (x-dnd-insert-ctext): New function.
12615 (x-dnd-handle-file-name): New function for FILE_NAME.
12616 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12617 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12618 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12619
12620 2004-02-10 Kenichi Handa <handa@m17n.org>
12621
12622 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12623 instead of while loop.
12624
12625 2004-02-10 Miles Bader <miles@gnu.org>
12626
12627 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12628
12629 2004-02-09 Kenichi Handa <handa@m17n.org>
12630
12631 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12632 have end-of-line.
12633
12634 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
12635
12636 * Makefile.in: Added extra dependencies in the recompile target
12637 needed to cope with the compile time macro expansions in CC Mode.
12638
12639 2004-02-09 Kim F. Storm <storm@cua.dk>
12640
12641 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12642 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12643 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12644 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12645 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12646 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12647 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12648 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12649 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12650 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12651 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12652
12653 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12654
12655 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12656 Don't allow shrink if there's a window on our right.
12657
12658 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12659 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12660 Bring together declaration and initialization.
12661 (prolog-mode-variables): Don't set the syntax table.
12662 Don't set paragraph-start and comment-indent-function.
12663 Add /*..*/ to the comment regexps.
12664 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
12665 (prolog-mode-map): Don't bind TAB.
12666 (prolog-mode): Set the syntax table.
12667 (prolog-comment-indent): Remove.
12668 (inferior-prolog-mode-map): Initialize in the declaration.
12669 (inferior-prolog-mode-syntax-table)
12670 (inferior-prolog-mode-abbrev-table): New vars.
12671 (inferior-prolog-mode): Derive from comint-mode.
12672 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12673 minibuffer windows.
12674
12675 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12676 in file names, as long as it is unabmiguous.
12677
12678 2004-02-08 Andreas Schwab <schwab@suse.de>
12679
12680 * textmodes/reftex-toc.el
12681 (reftex-toc-load-all-files-for-promotion): Remove useless use of
12682 format. Doc fix.
12683
12684 * textmodes/refer.el (refer-find-entry-internal): Remove extra
12685 format string arguments.
12686
12687 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12688 string argument.
12689
12690 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12691
12692 * play/zone.el (zone-call): Fix format string.
12693
12694 * net/webjump.el (webjump-builtin): Add missing format string argument.
12695
12696 * midnight.el (midnight-delay-set): Remove extra format string argument.
12697
12698 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12699
12700 * hexl.el (hexl-insert-char): Add missing format string argument.
12701
12702 * format.el (format-decode): Fix format string.
12703
12704 * emulation/vi.el (vi-mode): Remove extra format string argument.
12705 (vi-repeat-last-search): Likewise.
12706 (vi-reverse-last-search): Likewise.
12707 (vi-goto-mark): Likewise.
12708 (vi-reverse-last-find-char): Likewise.
12709 (vi-repeat-last-find-char): Likewise.
12710 (vi-locate-def): Likewise.
12711
12712 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12713
12714 * ediff-util.el (ediff-toggle-read-only): Remove extra format
12715 string argument.
12716 (ediff-toggle-regexp-match): Likewise.
12717
12718 * dired-aux.el (dired-do-query-replace-regexp): Add missing
12719 format string argument.
12720
12721 * calc/calc-map.el (calc-get-operator): Remove extra format
12722 string argument.
12723
12724 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12725
12726 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12727 string argument.
12728
12729 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12730
12731 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12732
12733 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12734
12735 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12736 (cl-struct-setf-expander): Likewise.
12737
12738 * vc.el (with-vc-file): Fix unsafe uses of error.
12739 (vc-cancel-version): Likewise.
12740
12741 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
12742
12743 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12744 thousands separator; fixes <class>:<line-number> regexp for
12745 non-english locales.
12746
12747 2004-02-08 Andreas Schwab <schwab@suse.de>
12748
12749 * view.el (view-mode-enable): Revert previous change.
12750
12751 2004-02-07 Kim F. Storm <storm@cua.dk>
12752
12753 * simple.el (line-number-at-pos): Rename from line-at-pos.
12754 Uses changed (what-line and vc-annotate-warp-version).
12755
12756 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12757
12758 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12759 (diff-mode): Remove aborted attempt at support for compile.el.
12760 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12761
12762 2004-02-06 Andreas Schwab <schwab@suse.de>
12763
12764 * view.el (view-mode-enable): Add view-mode-map to
12765 minor-mode-overriding-map-alist.
12766
12767 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12768
12769 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12770
12771 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
12772
12773 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12774 with point inside rather than after the paragraph.
12775
12776 2004-02-04 Sam Steingold <sds@gnu.org>
12777
12778 * mail/smtpmail.el (smtpmail-try-auth-methods):
12779 Do not try authentication when no mechanism is available.
12780 Pass port-name as defaultport to `netrc-machine'.
12781
12782 2004-02-04 Stephen Eglen <stephen@gnu.org>
12783
12784 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12785 to show how minibuffer height can be constrained.
12786
12787 2004-02-04 John Paul Wallington <jpw@gnu.org>
12788
12789 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12790
12791 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12792
12793 * x-dnd.el: New file for drag and drop.
12794
12795 * term/x-win.el: require x-dnd, set after-make-frame-functions
12796 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12797 drag-n-drop event.
12798
12799 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12800 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12801 (dired-dnd-handle-file): New functions for drag and drop support.
12802 (dired-mode): Initialize drag and drop if x-dnd present.
12803
12804 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12805
12806 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12807 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12808 (cperl-mode): Set fill-paragraph-function.
12809 (cperl-fill-paragraph): Make it non-interactive.
12810
12811 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
12812
12813 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12814
12815 2004-02-02 David Kastrup <dak@gnu.org>
12816
12817 * replace.el (perform-replace): Allow 'literal argument in
12818 regexp-flag to indicate literal replacement.
12819 (query-replace-regexp-eval): Use it.
12820
12821 2004-02-01 Andreas Schwab <schwab@suse.de>
12822
12823 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12824
12825 2004-02-01 Stephen Eglen <stephen@gnu.org>
12826
12827 * info-look.el: Add support for maxima-mode. Update commentary
12828 because info-lookup-symbol is now bound to C-h S.
12829
12830 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
12831
12832 * simple.el (edit-and-eval-command): Bind print-level and
12833 minibuffer-history-sexp-flag around call to read-from-minibuffer.
12834 Correct initial position in command-history.
12835
12836 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
12837
12838 * files.el (read-directory-name): Adapt the docstring to recent
12839 change in Fread_file_name.
12840
12841 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
12842
12843 * ses.el (ses-print-cell): If print format too wide for column
12844 width, truncate decimal places if that helps to avoid "#####" fill.
12845 * ses.el (ses-initial-column-width): Revert previous change.
12846
12847 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
12848
12849 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12850 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12851 Add edebug info.
12852 (jit-lock-mode): Setup/cancel the new timer.
12853 (jit-lock-context-fontify): New fun. Extracted from
12854 context fontification code of jit-lock-stealth-fontify.
12855 (jit-lock-stealth-fontify): Don't do context fontification any more.
12856
12857 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12858 (jit-lock-fontify-now): Handle the `quit' case.
12859 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12860
12861 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
12862
12863 * progmodes/executable.el (executable-command-find-posix-p):
12864 New. Check if find handles arguments Posix-style.
12865
12866 * progmodes/grep.el (grep-compute-defaults):
12867 Use executable-command-find-posix-p.
12868 (grep-find): Check `grep-find-command'.
12869
12870 * filecache.el (file-cache-find-posix-p): Delete.
12871 (file-cache-add-directory-using-find):
12872 Use `executable-command-find-posix-p'.
12873
12874 2004-01-29 Dave Love <fx@gnu.org>
12875
12876 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12877 Iterate the hook function if arg is given.
12878 (mark-defun, narrow-to-defun): Change order of finding the limits.
12879
12880 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12881 (byte-compile-format-warn): New.
12882 (byte-compile-callargs-warn): Use it.
12883 (Format, message, error): Add byte-compile-format-like property.
12884 (byte-compile-maybe-guarded): New.
12885 (byte-compile-if, byte-compile-cond): Use it.
12886 (byte-compile-lambda): Compile interactive forms,
12887 just to make warnings about them.
12888
12889 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
12890
12891 * ses.el (ses-initial-column-width): Increase to 14, so it will
12892 work well with the default printer of "%.7g" for extreme values
12893 like "-1.234567e+07".
12894
12895 2004-01-29 Kenichi Handa <handa@m17n.org>
12896
12897 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12898
12899 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
12900
12901 * dos-w32.el: Added support for the `default-printer-name' function.
12902
12903 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12904
12905 * server.el (server-socket-name): Don't use the hostname in the
12906 socket name since /tmp is local to the host anyway.
12907
12908 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12909 robust check of widening and fix var-naming.
12910
12911 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
12912
12913 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12914 or rmail-spam- to rsf- in all function and variable names.
12915 (rsf-min-region-to-spam-list): New variable.
12916 (rsf-bbdb-auto-delete-spam-entries): Rename from
12917 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
12918 scanned together with the recipients field for spam testing; Don't
12919 delete spam message if rmail-delete-after-output is non-nil;
12920 (rsf-check-field): New function, extracted from code in
12921 rmail-spam-filter to ease addition of header fields like
12922 content-type:;
12923 (message-content-type): New variable. The content-type: field was
12924 added also in defcustom of rsf-definitions-alist;
12925 (rmail-spam-filter): Replace repeated test code for header fields
12926 by calls to check-field; change the call to
12927 rmail-output-to-rmail-file such that rmail-current-message stays
12928 the same to avoid wrong deletion of unseen flags.
12929 (rmail-use-spam-filter): Add autoload cookie.
12930
12931 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
12932
12933 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
12934 (file-cache-add-directory-using-find): Add Cygwin support.
12935 (file-cache-find-command-posix-flag): New user variable.
12936
12937 * filecache.el (file-cache-add-directory): Check for
12938 directories an remove them from dir-files.
12939
12940 2004-01-27 Richard M. Stallman <rms@gnu.org>
12941
12942 * man.el (Man-fontify-manpage): Clean up message.
12943
12944 2004-01-27 Kenichi Handa <handa@m17n.org>
12945
12946 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12947 (sentence-end): Define using sentence-end-without-space.
12948
12949 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12950 a sentence ends with one of a character in sentence-end-without-space.
12951
12952 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * font-lock.el (font-lock): Add jit-lock as explicit group member.
12955 (jit-lock): Group declaration moved to jit-lock.el.
12956 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12957 when necessary.
12958
12959 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12960 (jit-lock-context-unfontify-pos): Rename from
12961 jit-lock-first-unfontify-pos.
12962 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12963
12964 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12965
12966 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12967 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12968 (fortran-fill): When filling a string, adjust re-search-backward
12969 argument for special case of string just on fill-column.
12970 When filling non-string, allow one extra char if
12971 fortran-break-before-delimiters is non-nil.
12972 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12973 Use fortran-break-delimiters-re and fortran-no-break-re to
12974 correctly handle cases such as "**".
12975
12976 * progmodes/f90.el (f90-break-delimiters): Doc fix.
12977 (f90-no-break-re): Add some extra tokens. Doc fix.
12978
12979 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
12980
12981 * mail/rmail-spam-filter.el:
12982 Use two semicolons as Commentary line prefix.
12983 Add ";;; Code:" stylized comment.
12984 Delete end-of-line whitespace.
12985 Wrap (require 'cl) with `eval-when-compile'.
12986
12987 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
12988
12989 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12990 at the top level of vc.el.
12991
12992 2004-01-23 Andre Spiegel <spiegel@gnu.org>
12993
12994 * vc.el (vc-current-line): Function removed. This is now done by
12995 the new function line-at-pos in simple.el.
12996 (vc-annotate-warp-version): Use line-at-pos instead of
12997 vc-current-line.
12998
12999 2004-01-22 Kim F. Storm <storm@cua.dk>
13000
13001 * simple.el (line-at-pos): New defun.
13002 (what-line): Use it. Optimize by only counting lines in narrowed
13003 region once.
13004
13005 2004-01-22 Kenichi Handa <handa@m17n.org>
13006
13007 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
13008 point (register r1) only for charset mule-unicode-0100-24ff.
13009
13010 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
13011
13012 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
13013 trailing white space and ensure a final newline.
13014
13015 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
13016 Add autoload cookie.
13017
13018 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
13019
13020 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
13021 activate view-mode explicitly.
13022
13023 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13024
13025 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
13026 use clipboard first.
13027
13028 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13029
13030 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
13031 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
13032 (vc-mcvs-cvs): Remove.
13033 (vc-mcvs-command): Remove use of assert.
13034
13035 * outline.el (outline-insert-heading): Tighten up match.
13036 (outline-demote, outline-move-subtree-down): Don't assume anything
13037 about outline-regexp.
13038
13039 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
13040 (texinfo-show-structure): Explicitly add ^, and simplify.
13041
13042 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
13043
13044 * calendar/appt.el (appt-check): Restore usage of
13045 appt-issue-message deleted in previous change.
13046 (top-level): Activate package when loaded (needed for backwards
13047 compatibility).
13048
13049 2004-01-20 Jesper Harder <harder@ifa.au.dk>
13050
13051 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
13052 following previous change to smtpmail-send-data.
13053
13054 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
13055
13056 * vc.el (vc-default-previous-version): Doc enhancement.
13057 (vc-default-next-version): New function.
13058 (vc-print-log): New arg FOCUS-REV.
13059 (vc-annotate-mode): Derive from view-mode.
13060 (vc-annotate): New args REVISION, DISPLAY-MODE.
13061 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
13062 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
13063 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
13064 (vc-annotate-show-diff-revision-at-line, vc-current-line)
13065 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
13066
13067 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
13068
13069 2004-01-19 Karl Berry <karl@gnu.org>
13070
13071 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
13072 or "TexInfo".
13073
13074 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
13075
13076 * subr.el (delete-dups): New function.
13077
13078 2004-01-19 Karl Berry <karl@gnu.org>
13079
13080 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
13081 with ^, since that's what texinfo-show-structure
13082 documentation says (plus it works much better in texinfo.txi).
13083
13084 2004-01-18 Jesper Harder <harder@ifa.au.dk>
13085
13086 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
13087
13088 2004-01-18 David Ponce <david@dponce.com> (tiny change)
13089
13090 * progmodes/which-func.el (which-function-mode): Don't cancel
13091 which-func-update-timer if not set.
13092
13093 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
13094
13095 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
13096 Remove spurious left square bracket in XX:XXam regexp.
13097
13098 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
13099
13100 * progmodes/cc-defs.el: Do not require cl at run time.
13101
13102 2004-01-16 Richard M. Stallman <rms@gnu.org>
13103
13104 * emacs-lisp/cl.el (cl-cannot-unload): New function.
13105 (cl-unload-hook): Defvar this to run cl-cannot-unload.
13106
13107 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
13108 Call rmail-spam-filter. Delete and expunge spam.
13109 Print number of spam messages deleted.
13110 Save and restore the deletion status of old messages when reading
13111 new mail with spam filter, so that expunging spam does not expunge
13112 msgs deleted by the user.
13113 (rmail-only-expunge): Add an optional argument dont-show to
13114 prevent showing message after expunge.
13115
13116 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
13117
13118 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
13119 * subr.el (declare): New macro.
13120
13121 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
13122
13123 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
13124
13125 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
13126
13127 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
13128 Test window-system rather than system-type (for X11/Mac).
13129
13130 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
13131
13132 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
13133
13134 2004-01-12 Richard M. Stallman <rms@gnu.org>
13135
13136 * mail/rmail.el (rmail-convert-to-babyl-format):
13137 Use mail-unquote-printable-region.
13138 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
13139 (rmail-hex-char-to-integer): Functions deleted.
13140
13141 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
13142 (mail-unquote-printable-region): New arg NOERROR.
13143 For invalid encoding, either signal an error to just return nil.
13144
13145 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13146
13147 * calendar/appt.el: Update copyright and commentary.
13148 (appt-issue-message): Make obsolete.
13149 (appt-visible, appt-msg-window): Make obsolete, in favour of
13150 appt-display-format.
13151 (appt-display-mode-line, appt-display-duration)
13152 (appt-display-diary, appt-time-msg-list, appt-mode-string)
13153 (appt-prev-comp-time, appt-display-count, appt-timer)
13154 (appt-convert-time): Doc change.
13155 (appt-disp-window-function, appt-delete-window-function):
13156 Use defcustom rather than defvar.
13157 (appt-display-format): New variable.
13158 (appt-display-message): New function with display code from appt-check.
13159 (appt-check): Add optional FORCE argument. Doc change.
13160 Add appt-make-list to diary-hook if displaying diary.
13161 Remove checking of view-diary-entries-initially.
13162 Message display section removed to new function appt-display-message.
13163 (appt-display-window): Doc change. Remove unused internal var
13164 this-buffer. Do not beep, since appt-display-message does that.
13165 (appt-make-list): Doc change. Use caar.
13166 (appt-sort-list): Simplify by using builtin sort function.
13167 (appt-update-list): New function for updating appts when diary is
13168 saved.
13169 (appt-activate): New autoloaded function to toggle package
13170 functionality.
13171
13172 * calendar/cal-x.el: (calendar-one-frame-setup)
13173 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
13174
13175 * calendar/calendar.el: Update copyright.
13176 (view-diary-entries-initially, european-calendar-style): Doc change.
13177 (calendar-setup): Make defcustom rather than defvar.
13178 (mark-visible-calendar-date): Initialize temp-face and faceinfo
13179 in let binding so local to function.
13180
13181 * calendar/diary-lib.el: Update copyright.
13182 (diary, diary-entry-time): Doc change.
13183 (list-diary-entries): Doc change. Trivial logic change.
13184 (fancy-diary-display): Restore make-face command mistakenly
13185 deleted 2003-05-08.
13186 (show-all-diary-entries): Allow to pop-up frame if needed.
13187
13188 2004-01-09 John Paul Wallington <jpw@gnu.org>
13189
13190 * bindings.el (mode-line-change-eol): Add EVENT parameter.
13191 Temporarily select EVENT's window for changing eol type.
13192
13193 2004-01-09 Deepak Goel <deego@gnufans.org>
13194
13195 * calendar/diary-lib.el (diary-entry-time):
13196 Also accept time in the form XX[.XX][am/pm/AM/PM].
13197 (fancy-diary-font-lock-keywords): Likewise.
13198 (diary-font-lock-keywords): Likewise.
13199 * calendar/appt.el (appt-add): Likewise.
13200 (appt-make-list): Likewise.
13201 (appt-convert-time): Likewise.
13202
13203 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
13204
13205 * gdb-ui.el (gdb-ann3): Revert previous change.
13206 (gdb-source-info): Allow for case of where compilation directory
13207 is not recorded.
13208
13209 2004-01-08 John Paul Wallington <jpw@gnu.org>
13210
13211 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
13212
13213 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
13214
13215 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
13216
13217 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
13218 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
13219 problems.
13220 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
13221
13222 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
13223
13224 * files.el (write-file-functions, write-contents-functions):
13225 Clarify docstrings.
13226
13227 2004-01-07 Kenichi Handa <handa@m17n.org>
13228
13229 * international/mule.el (set-auto-coding): Fix for the case that
13230 end-of-line is only CR.
13231
13232 2004-01-07 Kim F. Storm <storm@cua.dk>
13233
13234 * subr.el (event-start, event-end): Doc fix.
13235 (posn-string, posn-image): New defuns.
13236 (posn-object): Return either image or string object.
13237 (posn-object-x-y): Return 8th element of position.
13238 (posn-object-width-height): New defun.
13239
13240 2004-01-06 Andreas Schwab <schwab@suse.de>
13241
13242 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
13243 output.
13244
13245 2004-01-05 Karl Berry <karl@gnu.org>
13246
13247 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
13248 / and *, too.
13249
13250 2003-12-31 Simon Josefsson <jas@extundo.com>
13251
13252 * files.el (before-save-hook): Add.
13253 (basic-save-buffer): Use before-save-hook.
13254
13255 * emacs-lisp/copyright.el: Fix comment to recommend
13256 before-save-hook instead of write-file-functions.
13257
13258 2004-01-05 Richard M. Stallman <rms@gnu.org>
13259
13260 * finder.el (finder-commentary): Call delete-other-windows.
13261
13262 * net/ange-ftp.el (ange-ftp-file-attributes):
13263 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
13264
13265 2004-01-04 Karl Berry <karl@gnu.org>
13266
13267 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
13268 comment characters % and # in the copyright year notice,
13269 as well as ;.
13270
13271 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
13272
13273 * wid-edit.el (default): Define dummy :value-delete.
13274 Reported by Jesper Harder <harder@ifa.au.dk>.
13275
13276 2004-01-03 Richard M. Stallman <rms@gnu.org>
13277
13278 * progmodes/compile.el (compile-internal): Use point, not point-min,
13279 for set-window-point.
13280
13281 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
13282
13283 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
13284
13285 * progmodes/grep.el (grep-mode-map):
13286 Don't remap next-line, previous-line.
13287
13288 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
13289
13290 * speedbar.el (speedbar-edit-line): Change regexp to position
13291 the cursor on the first character of this line's button.
13292
13293 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
13294
13295 * subr.el (functionp): Doc fix.
13296
13297 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
13298
13299 * progmodes/idlwave.el (idlwave-make-tags):
13300 * textmodes/flyspell.el (flyspell-large-region):.
13301 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
13302 * emulation/viper-util.el (viper-glob-unix-files):
13303 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
13304 * man.el (Man-init-defvars):
13305 * jka-compr.el (jka-compr-call-process):
13306 * files.el (get-free-disk-space,insert-directory):
13307 * ediff-ptch.el (ediff-test-patch-utility):
13308 * ediff-diff.el (ediff-test-utility):
13309 * dired-aux.el (dired-check-process):
13310 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
13311 test the return value of call-process, because it can be a string.
13312
13313 2003-12-31 John Paul Wallington <jpw@gnu.org>
13314
13315 * bindings.el (completion-ignored-extensions): Add .pfsl.
13316
13317 2003-12-31 Kim F. Storm <storm@cua.dk>
13318
13319 * ido.el (ido-nonreadable-directory-p): New defun to check for
13320 nonreadable directory without activating tramp (to avoid problems
13321 with checking incomplete tramp paths).
13322 (ido-set-current-directory, ido-file-internal)
13323 (ido-file-name-all-completions1): Use it.
13324
13325 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
13326
13327 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13328 documentation if the anchor (or node) name is preceded by `info
13329 anchor' or `Info anchor' in addition to earlier `info node' and
13330 `Info node'.
13331 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13332
13333 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13334
13335 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13336 error in arguments to base64-decode-region. Remove ^M characters
13337 after decoding base64.
13338
13339 2003-12-30 Simon Josefsson <jas@extundo.com>
13340
13341 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
13342 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13343 have only been distributed with Emacs for some years.
13344 (texinfo-mode-hook): Customize.
13345
13346 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13347
13348 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13349 cleaner (suggested by Richard Stallman).
13350
13351 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13352 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13353 file-name clashes on 8+3 DOS filesystems.
13354
13355 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13356 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13357 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13358 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13359 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13360 file-name clashes on 8+3 filesystems.
13361
13362 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13363 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13364 file-name clashes on 8+3 DOS filesystems.
13365
13366 2003-12-29 Richard M. Stallman <rms@gnu.org>
13367
13368 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13369 Upcase the character.
13370
13371 * textmodes/flyspell.el (mail-mode-flyspell-verify):
13372 Search for header separator alone on a line, literally,
13373 and search for it backward, not forward.
13374 (flyspell-abbrev-table): Always use global-abbrev-table
13375 if there is no local one.
13376
13377 * progmodes/sh-script.el (sh-get-indent-info):
13378 Don't move point back if at bob.
13379
13380 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13381
13382 * play/handwrite.el (handwrite): Make the handwrite credit message
13383 a comment rather than an output command.
13384
13385 * obsolete/sc.el: Display message that this file is obsolete.
13386
13387 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13388
13389 * mail/rfc822.el (rfc822-address-start): Declare variable.
13390 Renamed from address-start. All uses changed.
13391
13392 * term.el (term-exec): Set up sentinel.
13393 (term-sentinel): New function.
13394 (term-handle-exit): New function.
13395
13396 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13397 Use assoc-string, and mark them obsolete.
13398 (delay-mode-hooks): Mark as permanent local.
13399
13400 * simple.el (sendmail-user-agent-compose): Use assoc-string.
13401
13402 * register.el (copy-rectangle-to-register): Doc fix.
13403
13404 * info.el (Info-insert-dir): Use assoc-string.
13405
13406 * info-look.el (info-lookup): Use assoc-string.
13407
13408 * frame.el (pop-up-frame-function): Use quote, not `function'.
13409 (frame-notice-user-settings): Calculate ADJUSTED-TOP
13410 copying with lists as coordinate values.
13411
13412 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13413
13414 * find-dired.el (kill-find): New command.
13415 (find-dired): Make buffer read-only.
13416 Set up a keymap with C-c C-k running kill-find.
13417 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13418
13419 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13420
13421 * filecache.el (file-cache-ignore-case): New variable.
13422 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
13423
13424 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13425 (comint-dynamic-complete-as-filename): Rename local vars.
13426 (comint-dynamic-list-filename-completions): Likewise.
13427
13428 * comint.el (comint-dynamic-list-completions-config): New var.
13429 (comint-dynamic-list-completions): Handle both SPC and TAB right.
13430
13431 * comint.el (comint-file-name-chars): Add [].
13432 (comint-word): Use skip-chars-backward, not search.
13433
13434 * shell.el (shell-file-name-chars): Add [].
13435
13436 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13437
13438 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13439
13440 * generic.el (define-generic-mode): Doc fix.
13441
13442 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13443
13444 * files.el (kill-some-buffers): Doc fix.
13445
13446 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
13447
13448 * comint.el (comint-watch-for-password-prompt): Pass `string' as
13449 arg to send-invisible
13450 (send-invisible): Doc fix. The argument is now a prompt, not the
13451 string to send.
13452 (comint-read-noecho): Doc fix.
13453
13454 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
13455
13456 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13457 "@", as required by some ISP hosting service. Fix defcustom
13458 argument syntax errors that prevented use of customization.
13459
13460 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13461
13462 * xml.el (xml-get-attribute-or-nil): Doc fix.
13463
13464 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
13465
13466 * net/zone-mode.el (zone-mode): Use write-file-functions, not
13467 write-file-hooks.
13468
13469 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
13470
13471 * autorevert.el (auto-revert-interval): Doc fix.
13472
13473 2003-12-29 Mark A. Hershberger <mah@everybody.org>
13474
13475 * xml.el (xml-get-attribute-or-nil): New function, like
13476 xml-get-attribute, but returns nil if the attribute was not found.
13477 (xml-get-attribute): Convert to defsubst, uses
13478 xml-get-attribute-or-nil.
13479
13480 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13481
13482 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13483
13484 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
13485
13486 * custom.el (custom-declare-theme): Use `value' when putting
13487 properties on `theme'.
13488
13489 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
13490
13491 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13492 for each yank-handler segment.
13493 (insert-for-yank-1): New function, with the body of the previous
13494 insert-for-yank.
13495
13496 * textmodes/table.el (table-yank-handler): New defcustom.
13497 (table--put-cell-indicator-property): Put yank-handler property
13498 that indicates the yank handler for the table cell.
13499
13500 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13501
13502 * generic-x.el (etc-modules-conf-generic-mode): A more complete
13503 set of keywords.
13504
13505 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13506
13507 * international/mule-cmds.el (reset-language-environment)
13508 (set-language-environment): Don't invoke fontset-related functions
13509 if fontset-list is not fboundp.
13510
13511 2003-12-29 Kenichi Handa <handa@m17n.org>
13512
13513 * international/mule-cmds.el (reset-language-environment):
13514 Call set-overriding-fontspec-internal with nil.
13515 (set-language-environment): Call set-overriding-fontspec-internal
13516 if the language environment specify `overriding-fontspec'.
13517 (language-info-alist): Doc added.
13518
13519 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13520 characters of mule-unicode-0100-24ff.
13521 (ccl-encode-windows-1251-font): New CCL program.
13522 ("Bulgarian"): Specify overriding-fontspec.
13523 ("Belarusian"): Likewise.
13524
13525 2003-12-28 Sam Steingold <sds@gnu.org>
13526
13527 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13528 parameter ID-FORMAT to conform with the 2003-11-30 patch.
13529
13530 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
13531
13532 * progmodes/gud.el (gud-gdb-command-name): Set default to
13533 "gdb --annotate=3".
13534 (gud-gdb-marker-filter): Look out for annotations.
13535 (gdb-first-pre-prompt): New variable.
13536 Remove trailing white space.
13537
13538 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13539 if necessary.
13540 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
13541 annotations are detected.
13542 (gud-gdba-marker-filter): Use global variable gud-marker-acc
13543 instead of a local one to allow transition from
13544 gud-gdb-marker-filter.
13545 Remove trailing white space.
13546
13547 2003-12-27 Kim F. Storm <storm@cua.dk>
13548
13549 * ido.el: Handle non-readable directories.
13550 (ido-decorations): Add 9th element for non-readable directory.
13551 (ido-directory-nonreadable): New dynamic var.
13552 (ido-set-current-directory): Set it.
13553 (ido-read-buffer, ido-file-internal):
13554 (ido-read-file-name, ido-read-directory-name): Let-bind it.
13555 (ido-file-name-all-completions1): Return empty list for
13556 non-readable directory.
13557 (ido-exhibit): Print [Not readable] if directory is not readable.
13558 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13559 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13560 Use it.
13561
13562 2003-12-27 Lars Hansen <larsh@math.ku.dk>
13563
13564 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13565 calls to directory-files-and-attributes and file-attributes.
13566 (ls-lisp-format): Remove system dependent handling of user and
13567 group id's.
13568
13569 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
13570
13571 * ffap.el (ffap-read-file-or-url): Revert previous change.
13572
13573 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
13574
13575 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13576 new list of included files called `files-with-node-lines', that
13577 only have node lines. This way @include commands can include any
13578 file, such as version and update files without node lines, not
13579 just files that are chapters.
13580
13581 2003-12-25 Andreas Schwab <schwab@suse.de>
13582
13583 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13584 file not found.
13585
13586 2003-12-08 Miles Bader <miles@gnu.org>
13587
13588 * dired.el (dired-between-files): Always use dired-move-to-filename,
13589 which is more robust in non-english locales.
13590
13591 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
13592
13593 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13594
13595 2003-12-24 Andreas Schwab <schwab@suse.de>
13596
13597 * shell.el (shell-file-name-quote-list): Add backslash.
13598
13599 * comint.el (comint-quote-filename): Correctly handle backslash
13600 in comint-file-name-quote-list.
13601
13602 2003-12-24 Kenichi Handa <handa@m17n.org>
13603
13604 * international/mule-cmds.el (set-default-coding-systems):
13605 Call ucs-set-table-for-input for all buffers that don't have local
13606 value of buffer-file-coding-system.
13607
13608 * international/ucs-tables.el (ucs-set-table-for-input):
13609 If translation-table-for-encode is a symbol, get its
13610 translation-table property.
13611
13612 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
13613
13614 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13615 to `completing-read' on a recently fixed bug.
13616
13617 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13618 instead of SPACE, to get the list of possible fringe modes.
13619 SPACE only works if both `partial-completion-mode' and
13620 `completion-auto-help' are nil.
13621
13622 * complete.el (PC-is-complete-p): Delete.
13623 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13624 calls to `test-completion'.
13625
13626 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
13627
13628 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13629 to edit values when there are no children.
13630
13631 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13632 a mode called "Assembler" already exists.
13633 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13634 (gud-watch): Use format option. Remove font properties from string.
13635 (gdb-var-create-handler, gdb-var-list-children-handler):
13636 Don't bother about properties as there are none.
13637 (gdb-var-create-handler, gdb-var-list-children-handler)
13638 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13639 with two arguments.
13640 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13641 Let speedbar show value changes with a different font.
13642 (gdb-edit-value): New defun.
13643 (gdb-clear-partial-output, gdb-clear-inferior-io)
13644 (def-gdb-auto-update-handler): Use erase-buffer.
13645 (gdb-frame-handler): Display watch expressions in
13646 FUNCTION::VARIABLE format if required.
13647
13648 2003-12-23 John Paul Wallington <jpw@gnu.org>
13649
13650 * info.el (Info-unescape-quotes, Info-split-parameter-string)
13651 (Info-goto-emacs-command-node): Doc fixes.
13652
13653 2003-12-12 Jesper Harder <harder@ifa.au.dk>
13654
13655 * cus-edit.el (custom-add-parent-links): Define "many".
13656
13657 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
13658
13659 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13660 (widget-child-validate, widget-type-value-create)
13661 (widget-type-default-get, widget-type-match): New functions.
13662 (lazy): New widget.
13663 (menu-choice, checklist, radio-button-choice, editable-list)
13664 (group, documentation-string): Remove redundant (per 2003-10-25
13665 change) calls to `widget-children-value-delete'.
13666 (widget-choice-value-get, widget-choice-value-inline): Remove.
13667 (menu-choice): Update widget.
13668
13669 2003-12-03 Kenichi Handa <handa@m17n.org>
13670
13671 * language/cyrillic.el: Register "microsoft-cp1251" in
13672 ctext-non-standard-encodings-alist.
13673 ("Bulgarian"): Add ctext-non-standard-encodings.
13674 ("Belarusian"): Likewise.
13675
13676 * international/mule-conf.el (compound-text-with-extensions):
13677 Change the type to 2 (iso-2022 base).
13678
13679 * international/mule.el (ctext-non-standard-encodings-alist):
13680 Change the format.
13681 (ctext-non-standard-encodings): New variable.
13682 (ctext-post-read-conversion): Fully re-written.
13683 (ctext-non-standard-designations-alist): Delete it.
13684 (ctext-non-standard-encodings-table): New function.
13685 (ctext-pre-write-conversion): Fully re-written.
13686
13687 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13688
13689 * cus-edit.el (custom-add-parent-links): Add documentation links
13690 for parent, if the item has none of its own.
13691
13692 2003-11-30 Richard M. Stallman <rms@gnu.org>
13693
13694 * dired-aux.el (dired-do-query-replace-regexp):
13695 Report files visited read-only.
13696
13697 2003-11-30 Juri Linkov <juri@jurta.org>
13698
13699 * dired-aux.el (dired-compare-directories): New command.
13700 (dired-file-set-difference, dired-files-attributes): New functions.
13701
13702 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13703 Version 2.0.38 of Tramp released.
13704
13705 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
13706 Charles Curley <charlescurley@charlescurley.com>.
13707 (tramp-multi-connection-function-alist): Add ssht entry which adds
13708 "-e none -t -t" to the list of ssh args. Suggested by Adrian
13709 Aichner.
13710 (tramp-get-method-parameter): New function to retrieve a method
13711 parameter. This allows for omission of method parameters.
13712 Callers adjusted.
13713
13714 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
13715
13716 * net/tramp.el: Add new optional parameter ID-FORMAT to
13717 `file-attributes'. Calls of `file-attributes' won't use this
13718 parameter for backward compatibility reasons.
13719 (tramp-perl-file-attributes): Add a new parameter to Perl script
13720 in order to handle uid/gid as strings, if desired.
13721 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13722 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13723 order to make the function more general.
13724 (tramp-handle-file-attributes): Replace proprietary optional
13725 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13726 (tramp-handle-file-attributes-with-perl): Handle parameter
13727 NONNUMERIC if set. This wasn't done in the past.
13728 (tramp-post-connection): Apply second parameter "$2" if
13729 `tramp-remote-perl' is called.
13730
13731 * net/tramp-smb.el (tramp-smb-handle-delete-file):
13732 Correct cut'n'waste error (`filename' instead of `directory').
13733 (tramp-smb-handle-directory-files-and-attributes)
13734 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13735 introduced parameter ID-FORMAT.
13736 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13737 error (`directory' instead of `ldir').
13738
13739 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13740 `file-attributes' has a second parameter. If yes, apply it with
13741 value "'integer". Otherwise, don't use that parameter (default is
13742 integer format).
13743
13744 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
13745
13746 * help.el (help-map): Bind `display-local-help' to `C-h .'.
13747 (help-for-help): Add `C-h .' to the listed Help options.
13748 Remove trailing whitespace.
13749
13750 * help-at-pt.el: New file.
13751
13752 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
13753
13754 * subr.el (noreturn, 1value): New macros for test coverage.
13755 See `testcover.el'.
13756
13757 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13758
13759 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13760 for macro `1value'.
13761 (testcover-1value): New function. Checks that a 1value form
13762 actually returns only one value. Requested by RMS.
13763
13764 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
13765
13766 * gdb-ui.el (gud-watch, gdb-var-create-handler)
13767 (gdb-var-list-children, gdb-var-list-children-handler)
13768 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13769 gdb commands that use mi to keep them out of the command history.
13770
13771 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13772
13773 * cus-start.el (all): Add use-file-dialog.
13774
13775 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13778
13779 2003-11-27 Kim F. Storm <storm@cua.dk>
13780
13781 * subr.el (posn-object-x-y): New defun.
13782
13783 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13784
13785 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13786 Don't use `space' for \\\n.
13787 Be more selective as to which # are comment-starters.
13788
13789 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
13790
13791 * subr.el (number-sequence): Improve handling of floating point
13792 arguments (suggested by Kim Storm). Allow negative arguments.
13793
13794 2003-11-26 Kenichi Handa <handa@m17n.org>
13795
13796 * international/mule-cmds.el (standard-display-european-internal):
13797 Cancel the standard-display-table setting for ` and '.
13798
13799 2003-11-26 Kim F. Storm <storm@cua.dk>
13800
13801 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13802 New defcustoms to add ffap-like functionality to ido.
13803 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
13804 (ido-no-final-slash): New defun.
13805 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13806 (ido-read-file-name): ): Toggle VC checking via
13807 vc-handled-backends instead of vc-master-templates.
13808 (ido-file-internal): Handle ido-use-url-at-point and
13809 ido-use-filename-at-point via code borrowed from ffap-guesser.
13810 Handle new ido-exit code ffap.
13811 (ido-sort-list): Ignore final slash when sorting file names.
13812
13813 2003-11-25 Kim F. Storm <storm@cua.dk>
13814
13815 * emulation/cua-base.el (cua--standard-movement-commands):
13816 Add forward-sentence and backward-sentence.
13817
13818 2003-11-25 Stephen Eglen <stephen@gnu.org>
13819
13820 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13821 iswitchb-exit is set to 'usefirst when user selects buffer at head
13822 of list using RET. (Selecting buffers at the head of the list was
13823 broken if the substring was also a complete buffername.)
13824
13825 2003-11-23 Kim F. Storm <storm@cua.dk>
13826
13827 * progmodes/compile.el (grep-command, grep-use-null-device)
13828 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13829 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13830 (grep-regexp-alist, grep-program, find-program)
13831 (grep-find-use-xargs, grep-history, grep-find-history)
13832 (grep-process-setup, grep-compute-defaults)
13833 (grep-default-command, grep, grep-tag-default, grep-find)
13834 (grep-expand-command-macros, grep-tree-last-regexp)
13835 (grep-tree-last-files, grep-tree): Move grep variables, functions
13836 and commands to new file grep.el.
13837 (compilation-mode-map): Remove grep commands from Compile sub-menu.
13838 (compilation-process-setup-function): Doc fix.
13839 (compilation-highlight-regexp, compilation-highlight-overlay): New
13840 defvars used for highlighting current compile error in source buffer.
13841 (compile-internal): New optional args HIGHLIGHT-REGEXP and
13842 LOCAL-MAP which overrides compilation-highlight-regexp and
13843 compilation-mode-map for this compilation.
13844 Delay calling compilation-set-window-height until after running
13845 compilation-process-setup-function so it can buffer-local override
13846 compilation-window-height.
13847 Check buffer-local value of compilation-scroll-output.
13848 (compilation-set-window-height): Use buffer-local value of
13849 compilation-window-height.
13850 (compilation-revert-buffer): Don't pass (undefined)
13851 preserve-modes arg to revert-buffer.
13852 (next-error-no-select, previous-error-no-select): New commands.
13853 (compilation-goto-locus): Temporarily highlight current match in
13854 source buffer using compilation-highlight-regexp.
13855
13856 * progmodes/grep.el: New file with grep code from compile.el.
13857 (grep): New defcustom group.
13858 (grep-window-height): New defcustom, like compilation-window-height.
13859 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13860 (grep-scroll-output): New defcustom, like compilation-scroll-output.
13861 (grep-command, grep-use-null-device, grep-find-command)
13862 (grep-tree-files-aliases, grep-tree-ignore-case)
13863 (grep-tree-ignore-CVS-directories): Move to grep custom group.
13864 (grep-setup-hook): New hook variable.
13865 (grep-mode-map): New keymap for grep commands. Add Grep menu.
13866 (grep-last-buffer): New defvar, override compilation-last-buffer.
13867 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
13868 Call compile-internal with args highlight-regexp and grep-mode-map.
13869
13870 2003-11-23 Kim F. Storm <storm@cua.dk>
13871
13872 * subr.el (event-start, event-end): Doc fix.
13873 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13874 (posn-area, posn-actual-col-row, posn-object): New defuns.
13875 (posn-col-row): Simplify doc. Rewrite to use cond.
13876 (posn-point): Also return buffer position for events outside text
13877 area (that info is now present in the event position).
13878
13879 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13880 mouse-set-point so that hscroll still works now that clicks on
13881 fringes generate specific mouse events.
13882 (mouse-set-point): Note that it now works in fringes and margins
13883 too due to new semantics of posn-point in fringes and margins.
13884
13885 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13886 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13887
13888 2003-11-20 Kim F. Storm <storm@cua.dk>
13889
13890 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13891 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13892 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13893 to 100 for icons to avoid increasing line height when shown.
13894
13895 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13896
13897 * newcomment.el (comment-normalize-vars): Initialize properly if
13898 comment-start was nil.
13899
13900 2003-11-19 Andreas Schwab <schwab@suse.de>
13901
13902 * simple.el (set-variable): Fix indentation.
13903
13904 2003-11-17 Kenichi Handa <handa@m17n.org>
13905
13906 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13907 Fix docstring.
13908
13909 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13910
13911 * international/latin1-disp.el (latin1-display): Fix docstring.
13912
13913 2003-11-16 John Wiegley <johnw@newartisans.com>
13914
13915 * eshell/em-ls.el (eshell-ls-file): There are times with
13916 size-width is nil and uncomputed (when directories are created in
13917 dired, for example); in this case, 4 is reasonable default value,
13918 although it may caused skewed new entries (which could be avoided
13919 by returning the original value of 8 in all cases, but 99% of the
13920 time this is a waste of whitespace).
13921
13922 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13923
13924 * cc-engine.el (c-guess-continued-construct)
13925 (c-guess-basic-syntax): Check a little more carefully if it's a
13926 function declaration when an unknown construct followed by a block
13927 is found inside a statement context. This avoids macros followed
13928 by blocks to be taken as function declarations.
13929
13930 (c-guess-continued-construct): Change the analysis of a statement
13931 continuation with a brace open to `substatement-block', for
13932 consistency with recognized statements.
13933
13934 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13935 start is in a position so that `c-beginning-of-statement-1' jumped
13936 to the beginning of the same statement.
13937
13938 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13939 Don't accept binary operators in the arglist if we're in a function
13940 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
13941 template recognition in cases like "if (a < b || c > d)".
13942
13943 (c-restricted-<>-arglists): New more appropriate name for
13944 `c-disallow-comma-in-<>-arglists'.
13945
13946 Accessing functions updated for the variable name change.
13947
13948 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13949 match data could get clobbered if NOT-INSIDE-TOKEN is used.
13950
13951 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13952 labels.
13953
13954 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13955 instead of duplicating parts of it. This fixes bogus label
13956 recognition.
13957
13958 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13959 of checking the context in which to apply the minimum indentation,
13960 so that it isn't enforced in e.g. namespace blocks.
13961
13962 * cc-vars.el (c-inside-block-syms): New constant used by
13963 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
13964 to somewhat reduce the risk of becoming stale.
13965
13966 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13967 cc-cmds to cc-engine to allow use from cc-align.
13968
13969 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13970 qualified identifiers containing "::".
13971
13972 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13973 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13974
13975 * cc-vars.el (c-emacs-features): Use a space in front of the name
13976 of the temporary buffer. That also avoids dumping problems in
13977 XEmacs due to undo info being left around after the buffer is killed.
13978
13979 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13980 arglist to see if it's a K&R style declaration.
13981
13982 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13983 before returning `knr-argdecl-intro'.
13984
13985 2003-11-16 John Wiegley <johnw@newartisans.com>
13986
13987 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13988 field in a long-listing always 8 characters, use `size-width',
13989 which has already been computed.
13990
13991 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
13992
13993 * subr.el (minor-mode-list): Add `hs-minor-mode'.
13994
13995 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13996
13997 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13998 Support operation while narrowed, with `diff-restrict-view'.
13999
14000 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
14001
14002 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14003 Take additional optional arg NARROWFUN. For the generated functions:
14004 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
14005 include frags that arrange to check for and save narrowing state before
14006 the move and then conditionally call NARROWFUN after the move.
14007
14008 2003-11-14 John Wiegley <johnw@newartisans.com>
14009
14010 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
14011 that was optional, but obviously missing based on surrounding code.
14012
14013 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
14014 string arguments to numbers unless the whole argument was seen as
14015 a number.
14016
14017 2003-11-14 Kenichi Handa <handa@m17n.org>
14018
14019 * international/mule.el (ctext-non-standard-encodings-alist):
14020 Fix coding systems.
14021
14022 2003-11-10 Kenichi Handa <handa@m17n.org>
14023
14024 * language/kannada.el ("Kannada"): Add sample-text.
14025
14026 * language/knd-util.el (kannada-compose-region)
14027 (kannada-compose-string, kannada-post-read-conversion):
14028 Add autoload cookie.
14029
14030 * international/quail.el (quail-completion): Change the message
14031 "corresponding translations" to "corresponding characters".
14032
14033 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
14034
14035 * descr-text.el (describe-char): Fix typo.
14036
14037 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
14038
14039 These changes are to support Kannada language/script.
14040
14041 * Makefile.in (DONTCOMPILE): Add kannada.el.
14042
14043 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
14044
14045 * loadup.el: Preload kannada.el.
14046
14047 * language/ind-util.el (ucs-kannada-to-is13194-alist)
14048 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
14049 New variables.
14050
14051 * language/kannada.el: New file.
14052
14053 * language/knd-util.el: New file.
14054
14055 2003-11-07 Andreas Schwab <schwab@suse.de>
14056
14057 * progmodes/autoconf.el (autoconf-font-lock-keywords):
14058 Also highlight AH_*.
14059
14060 * xml.el (xml-parse-dtd): Fix misplaced paren.
14061
14062 2003-11-07 Kenichi Handa <handa@m17n.org>
14063
14064 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
14065
14066 2003-11-05 Juri Linkov <juri@jurta.org>
14067
14068 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
14069 (desktop-buffer-file): Use saved buffer-file-coding-system
14070 for file reading. Set auto-insert to nil to prevent automatic
14071 insertion into restored empty files.
14072
14073 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
14074
14075 * files.el (risky-local-variable-p): Make second argument optional.
14076
14077 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
14078
14079 * subr.el (add-hook): Fix last change.
14080
14081 2003-11-03 Eli Zaretskii <eliz@gnu.org>
14082
14083 * mail/rmail.el (rmail-convert-to-babyl-format):
14084 If base64-decode-region signals an error, catch it and silently
14085 ignore it.
14086
14087 2003-11-01 Mark A. Hershberger <mah@everybody.org>
14088
14089 * xml.el (xml-parse-region): Allow comments to appear after the
14090 topmost element has closed.
14091 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
14092 (xml-ns-expand-attr): New functions to do namespace handling.
14093 (xml-intern-attrlist): Back-compatible handling of attribute names.
14094 (xml-parse-tag): Move namespace handling to separate functions.
14095 Now produces elements in the form ((:ns . "element") (attr-list)
14096 children) instead of ('ns:element (attr-list) children).
14097 (xml-parse-attlist): Fix attribute parsing.
14098 (xml-parse-dtd): Change parsing so that it produces strings
14099 instead of interned symbols.
14100
14101 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
14102
14103 * dired.el (dired-ls-sorting-switches): Doc fix.
14104
14105 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
14106
14107 * emacs-lisp/rx.el (rx-or): Fix the case of
14108 "(rx (and ?a (or ?b ?c) ?d))".
14109
14110 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
14111
14112 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
14113 (texinfo-format-region): Use it.
14114 (texinfo-format-buffer-1): Ditto.
14115
14116 2003-11-01 Alan Mackenzie <acm@muc.de>
14117
14118 Changes to allow scrolling whilst in isearch mode:
14119 * isearch.el (isearch-unread-key-sequence): New function,
14120 extracted from isearch-other-meta-char.
14121 (top level): (put 'foo 'isearch-scroll) on all Emacs's
14122 "scrollable" standard functions.
14123 (isearch-allow-scroll): New customizable variable.
14124 (isearch-string-out-of-window, isearch-back-into-window)
14125 (isearch-reread-key-sequence-naturally)
14126 (isearch-lookup-scroll-key): New functions.
14127 (isearch-other-meta-char): Doc string and functionality enhanced.
14128 Now accepts a prefix argument.
14129 (isearch-lazy-highlight-window-end): New variable.
14130 (isearch-lazy-highlight-new-loop): Pay attention to the window's
14131 end (thru isearch-lazy-highlight-window-end), not only its start.
14132
14133 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
14134 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
14135 (universal-argument, universal-argument-more, negative-argument)
14136 (digit-argument, universal-argument-other-key): Minor changes.
14137
14138 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14139
14140 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
14141 recursively if the last message is deleted, thus avoiding an
14142 infinite loop.
14143
14144 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
14145
14146 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
14147 (tex-main-file): Don't add .tex if the extension is already present.
14148 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
14149
14150 2003-10-29 Lute Kamstra <lute@gnu.org>
14151
14152 * progmodes/octave-inf.el (inferior-octave-prompt):
14153 Recognize version number in prompt.
14154
14155 2003-10-28 Dave Love <fx@gnu.org>
14156
14157 * international/characters.el: Fix some Unicode ranges.
14158
14159 2003-10-28 Kenichi Handa <handa@m17n.org>
14160
14161 * disp-table.el (standard-display-8bit)
14162 (standard-display-default, standard-display-ascii)
14163 (standard-display-g1, standard-display-graphic)
14164 (standard-display-underline): Assure that standard-display-table
14165 is a display table.
14166
14167 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
14168
14169 * simple.el (reindent-then-newline-and-indent): Delete space *after*
14170 reindenting the first line.
14171
14172 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
14173
14174 * wid-edit.el (widget-default-delete): Always delete child widgets.
14175
14176 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
14177
14178 * newcomment.el (comment-indent): Don't call indent-according-to-mode
14179 if the line has code.
14180 Don't try to line up with something that's too far left.
14181
14182 * progmodes/octave-mod.el (octave-comment-start): Simplify.
14183 (octave-mode-syntax-table): Add % as a comment starter.
14184 (octave-point): Remove.
14185 (octave-in-comment-p, octave-in-string-p)
14186 (octave-not-in-string-or-comment-p, calculate-octave-indent)
14187 (octave-blink-matching-block-open, octave-auto-fill):
14188 Use line-(beginning|end)-position instead.
14189
14190 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
14191
14192 * emacs-lisp/authors.el (authors-aliases): Add correct realname
14193 for Francesco Potort\e,Al\e(B.
14194
14195 2003-10-23 Dave Love <fx@gnu.org>
14196
14197 * international/mule-cmds.el (locale-charset-to-coding-system):
14198 Don't rely on nil being a coding system.
14199
14200 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
14201 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
14202 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
14203
14204 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
14205
14206 * gdb-ui.el (gdb-current-language): New variable.
14207 (gdb-update-flag): Remove variable.
14208 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
14209 (gdb-take-last-elt): Remove function.
14210 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
14211 (gdb-post-prompt): Check for variable object changes here.
14212
14213 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
14214 object changes in gdb-ui.el.
14215
14216 2003-10-21 Richard M. Stallman <rms@gnu.org>
14217
14218 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
14219
14220 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
14221 Don't check for foo*/ wildcard form here.
14222 (insert-directory): Recognize foo*/ as a wildcard.
14223 Separate wildcard-regexp variable from the arg, wildcard.
14224
14225 * subr.el (add-hook): Correctly detect when make-local-hook was used.
14226 (remove-hook): Correctly handle strange cases about local hooks.
14227
14228 2003-10-21 David Ponce <david@dponce.com>
14229
14230 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
14231 argument REAL, to return a real number instead of a rounded
14232 integer value. Define as inline function.
14233 (ruler-mode-right-fringe-cols): Likewise.
14234 (ruler-mode-scroll-bar-cols): New function.
14235 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
14236 (ruler-mode-right-scroll-bar-cols): Likewise.
14237 (ruler-mode-space): New function.
14238 (ruler-mode-ruler): Use it. Handle variations of fringe style,
14239 scroll bar mode and margins in a more robust way.
14240
14241 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
14242
14243 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
14244 (antlr-c-init-language-vars): New function.
14245 (antlr-mode): Use it with cc-mode before v5.29.
14246 (antlr-c-common-init): Don't set some local vars here.
14247 (antlr-mode): Set them here.
14248 (antlr-c-forward-sws): New function alias.
14249 (antlr-mode): Redefine with cc-mode before v5.30.
14250 (antlr-skip-sexps): Use it.
14251 (antlr-skip-exception-part): Ditto.
14252 (antlr-skip-file-prelude): Ditto.
14253 (antlr-outside-rule-p): Ditto.
14254 (antlr-end-of-body): Ditto.
14255 (antlr-option-kind): Ditto.
14256 (antlr-insert-option-area): Ditto.
14257 (antlr-file-dependencies): Ditto.
14258
14259 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14260
14261 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
14262 Move backward only if point was not inside an entry.
14263
14264 2003-10-21 Richard M. Stallman <rms@gnu.org>
14265
14266 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
14267
14268 2003-10-21 Juri Linkov <juri@jurta.org>
14269
14270 * compare-w.el: Automatically skip non-matching text to resync.
14271 (compare-windows-whitespace): Doc fix.
14272 (compare-windows-sync, compare-windows-sync-string-size)
14273 (compare-windows-recenter, compare-ignore-whitespace)
14274 (compare-windows-highlight, compare-windows-face): New variables.
14275 (compare-windows): Use compare-windows-sync.
14276 (compare-windows-highlight, compare-windows-dehighlight)
14277 (compare-windows-sync-regexp)
14278 (compare-windows-sync-default-function): New functions.
14279
14280 2003-10-21 Juri Linkov <juri@jurta.org>
14281
14282 * diff.el (diff-parse-differences): Don't visit the files now;
14283 instead, just record the error locus.
14284
14285 2003-10-21 Dave Love <fx@gnu.org>
14286
14287 * progmodes/cfengine.el: New file.
14288
14289 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * complete.el (PC-do-completion): Do not forget to use `pred' as the
14292 default-directory when completing file names.
14293
14294 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
14295
14296 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
14297 followed by the word `face', it gets treated as a face, even if
14298 it is also defined as a variable or a function.
14299
14300 2003-10-20 Dave Love <fx@gnu.org>
14301
14302 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
14303 Avoid incf in macro expansion.
14304
14305 2003-10-20 John Paul Wallington <jpw@gnu.org>
14306
14307 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
14308 `evenp' so we don't implicitly require cl library at runtime.
14309
14310 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
14311
14312 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
14313 (help-make-xrefs): Only make cross-references for faces if
14314 preceded or followed by the word `face'. Do not make a
14315 cross-reference for variables without variable documentation,
14316 unless preceded by the word `variable' or `option'. Update doc
14317 string accordingly.
14318
14319 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
14320
14321 * progmodes/hideshow.el: Rewrite one-armed `if'
14322 constructs using either `when' or `unless'.
14323 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
14324
14325 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
14326
14327 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14328 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14329 instead of 12x12.
14330
14331 2003-10-16 Eli Zaretskii <eliz@gnu.org>
14332
14333 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14334 message while converting to Babyl.
14335
14336 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
14337
14338 * allout.el (allout-mode): Doc fix.
14339
14340 2003-10-16 Lute Kamstra <lute@gnu.org>
14341
14342 * subr.el (force-mode-line-update): Fix docstring.
14343
14344 2003-10-14 Dave Love <fx@gnu.org>
14345
14346 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14347 (default-input-method): Add :link, improve :type.
14348 (locale-charset-language-names): Fix utf-8 pattern.
14349 (locale-charset-match-p, locale-charset-alist)
14350 (locale-charset-to-coding-system): New.
14351 (set-locale-environment): Deal with codeset part of locale specs.
14352
14353 2003-10-14 Lute Kamstra <lute@gnu.org>
14354
14355 * fringe.el (fringe-mode): Use active voice in docstring.
14356 (set-fringe-style): Ditto.
14357
14358 2003-10-13 Lute Kamstra <lute@gnu.org>
14359
14360 * fringe.el (fringe-mode): Fix docstring.
14361 (set-fringe-style): Ditto.
14362
14363 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
14364
14365 * ediff-mult.el (ediff-filegroup-action):
14366 Use ediff-default-filtering-regexp.
14367
14368 * ediff-util.el (ediff-recenter): Don't call
14369 ediff-restore-highlighting twice.
14370 (ediff-select-difference): Set current difference.
14371 (ediff-unselect-and-select-difference): Add comment.
14372
14373 * ediff.el (ediff-directories,ediff-directory-revisions)
14374 (ediff-directories3,ediff-merge-directories)
14375 (ediff-merge-directories-with-ancestor)
14376 (ediff-merge-directory-revisions)
14377 (ediff-merge-directory-revisions-with-ancestor):
14378 Use ediff-default-filtering-regexp.
14379
14380 2003-10-12 Andreas Schwab <schwab@suse.de>
14381
14382 * international/mule-cmds.el (locale-charset-language-names):
14383 Simplify regex by removing unused grouping.
14384
14385 2003-10-10 Dave Love <fx@gnu.org>
14386
14387 * bindings.el: Don't bind stop.
14388
14389 2003-10-08 Miles Bader <miles@gnu.org>
14390
14391 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14392 face instead of attempting to emulate it.
14393
14394 2003-10-07 Kenichi Handa <handa@m17n.org>
14395
14396 * international/mule-diag.el (list-coding-systems-1): List coding
14397 systems that are loaded automatically.
14398
14399 * international/code-pages.el (iso-8859-11): Add autoload cookie.
14400
14401 * international/mule.el (autoload-coding-system): New function.
14402
14403 2003-10-07 Andreas Schwab <schwab@suse.de>
14404
14405 * log-edit.el (log-edit-changelog-entries): Prefer local value of
14406 change-log-default-name in the buffer visiting the file.
14407
14408 2003-10-06 Dave Love <fx@gnu.org>
14409
14410 * files.el (find-file-hook): Customize.
14411 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14412
14413 * bindings.el (completion-ignored-extensions): Remove .log.
14414 (global-map): Add again, open, stop keys.
14415
14416 2003-10-05 Richard M. Stallman <rms@gnu.org>
14417
14418 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14419 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14420 Use sh-modify directly.
14421 (sh-select): Use sh-append, not eval.
14422
14423 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14424
14425 * info.el (Info-following-node-name): New function.
14426
14427 * loadhist.el (unload-feature-special-hooks):
14428 Rename from loadhist-hook-functions.
14429 (loadhist-hook-functions): Now an alias.
14430
14431 2003-10-04 Eli Zaretskii <eliz@gnu.org>
14432
14433 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14434 file-name clashes on 8+3 filesystems.
14435
14436 * Makefile.in (DONTCOMPILE, bootstrap-clean):
14437 Rename loaddefs-boot.el to ldefs-boot.el
14438
14439 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14440 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14441
14442 2003-10-03 Lute Kamstra <lute@gnu.org>
14443
14444 * info.el (Info-mode): Revert previous change.
14445 (Info-escape-percent): New function.
14446 (Info-fontify-node): Use it.
14447
14448 2003-10-02 Andreas Schwab <schwab@suse.de>
14449
14450 * loaddefs-boot.el: Regenerated.
14451
14452 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
14453
14454 * ffap.el: Remove defadvice related code from CVS since `complete'
14455 provides a `PC-completion-as-file-name-predicate' variable that
14456 ffap can override.
14457
14458 2003-10-02 Kenichi Handa <handa@m17n.org>
14459
14460 * international/utf-8.el (ccl-decode-mule-utf-8):
14461 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14462
14463 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14464 * international/subst-big5.el: Likewise.
14465 * international/subst-gb2312.el: Likewise.
14466 * international/subst-ksc.el: Likewise.
14467
14468 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14469
14470 * calendar/calendar.el (increment-calendar-month)
14471 (calendar-leap-year-p, calendar-absolute-from-gregorian)
14472 (generate-calendar, calendar-read-date, calendar-interval)
14473 (calendar-day-of-week): Handle years BC.
14474 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14475
14476 2003-10-01 Dave Love <fx@gnu.org>
14477
14478 * language/cyrillic.el (cp1251): Alias for windows-1251.
14479
14480 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14481 bootstrap.
14482
14483 2003-10-01 Lute Kamstra <lute@gnu.org>
14484
14485 * files.el: Fix typo.
14486 * imenu.el (imenu--generic-function): Docstring fix.
14487
14488 2003-09-30 Richard M. Stallman <rms@gnu.org>
14489
14490 * dired.el (dired-mode): Handle dired-directory as a list.
14491
14492 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
14493
14494 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14495
14496 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14497
14498 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14499 Replace gud-display with gud-watch.
14500 (gud-speedbar-buttons): Add stuff for watching expressions
14501 in the speedbar when using M-x gdba. Use dolist on old part
14502 of this function.
14503
14504 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14505 (gdb-update-flag): New variables.
14506 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14507 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14508 (gud-watch, gdb-var-create-handler) : New functions.
14509 (gdb-var-list-children, gdb-var-list-children-handler)
14510 (gdb-var-create-regexp, gdb-var-update-regexp)
14511 (gdb-var-list-children-regexp): New constants.
14512 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14513 (gdb-annotation-rules): Reduce annotation set (level 3).
14514 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14515 (gdb-post-prompt): Don't update GDB buffers every time speedbar
14516 updates.
14517 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14518 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14519 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14520 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14521 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14522 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14523 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14524 (gud-display, gud-display1)
14525 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14526 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14527 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14528 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14529 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14530 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14531 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14532 (gdb-display-display-buffer, gdb-toggle-display)
14533 (gdb-delete-display, gdb-expressions-popup-menu)
14534 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14535 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14536 to display buffer.
14537
14538 2003-09-30 Richard M. Stallman <rms@gnu.org>
14539
14540 * progmodes/ada-mode.el (ada-mode): Don't use advice.
14541 Instead, set which-func-functions.
14542
14543 * progmodes/which-func.el (which-func-modes): Add ada-mode.
14544 (which-func-functions): New variable.
14545 (which-function): Use that.
14546
14547 * info.el (Info-mode): Double each `%' in header line.
14548
14549 * emacs-lisp/lisp-mnt.el (lm-with-file):
14550 When FILE is nil, run BODY in current buffer.
14551
14552 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14553
14554 * help.el (describe-mode): Start with a brief list of minor modes.
14555 Find them thru minor-mode-list so as to find them all.
14556 Show them in alphabetical order.
14557
14558 * mail/sendmail.el (mail-aliases): Doc fix.
14559
14560 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14561
14562 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14563
14564 * mail/rmailsum.el (rmail-make-summary-line-1):
14565 Change comma after last label to a space.
14566 (rmail-summary-font-lock-keywords): Adapt to that change.
14567
14568 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
14569
14570 * progmodes/scheme.el (scheme-mode-variables): When setting
14571 `font-lock-defaults', also specify that "#" should
14572 be interpreted with `word' syntax.
14573 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14574
14575 2003-09-30 Lars Hansen <larsh@math.ku.dk>
14576
14577 * desktop.el: A lot of comments updated.
14578 (desktop-save-mode): Minor mode introduced.
14579 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14580 (desktop-load-default): Function made obsolete.
14581 (desktop-locals-to-save): Variable made customizable.
14582 (desktop-read): Optional parameter `dirname' added.
14583 (desktop-change-dir, desktop-revert): Parameter `dirname' in
14584 `desktop-read' used.
14585 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14586
14587 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
14588
14589 * whitespace.el (whitespace-clean-msg): Add user customizable message
14590 for displaying ``clean'' output.
14591 (whitespace-buffer): Use `whitespace-clean-msg'.
14592 (whitespace-global-mode): Fix typo.
14593
14594 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
14595
14596 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14597
14598 2003-09-29 Lute Kamstra <lute@gnu.org>
14599
14600 * bindings.el (mode-line-modes): Remove superfluous :propertize
14601 construct in initialization.
14602 (mode-line-position): Change cons cell into proper list in
14603 initialization.
14604
14605 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14606
14607 * international/mule.el (decode-coding-inserted-region): Use car
14608 of the return value of find-operation-coding-system.
14609
14610 2003-09-29 Kenichi Handa <handa@m17n.org>
14611
14612 * descr-text.el (describe-char): Fix previous change.
14613
14614 2003-09-28 Kenichi Handa <handa@m17n.org>
14615
14616 * descr-text.el (describe-char-display): New function.
14617 (describe-char): Pay attention to display table on describing how
14618 a character is displayed.
14619
14620 * international/mule-cmds.el (encoded-string-description):
14621 Prepend "0x" to each encoded byte.
14622
14623 2003-09-28 Andreas Schwab <schwab@suse.de>
14624
14625 * find-file.el (ff-special-constructs): Add autoload cookie.
14626
14627 2003-09-28 Kevin Ryde <user42@zip.com.au>
14628
14629 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14630 makeinfo appends to duplicate index entries.
14631
14632 2003-09-28 Eli Zaretskii <eliz@gnu.org>
14633
14634 * dired-x.el (dired-clean-tex): Doc fix.
14635
14636 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14637 using a Chinese tutorial.
14638
14639 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14640
14641 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14642 between "MAIL FROM:" and "RCPT TO:" and the following address.
14643
14644 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14645
14646 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14647
14648 2003-09-28 David Ponce <david@dponce.com>
14649
14650 * recentf.el (recentf-initialize-file-name-history): New defcustom.
14651 (recentf-load-list): When `recentf-initialize-file-name-history'
14652 is non-nil, initialize an empty `file-name-history' with the
14653 recent list.
14654
14655 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
14656
14657 * man.el (Man-default-man-entry): Remove the leading `*' from the
14658 word at point.
14659
14660 2003-09-26 Lute Kamstra <lute@gnu.org>
14661
14662 * bindings.el (mode-line-position): Mention size indication in
14663 docstring.
14664
14665 2003-09-26 Andre Spiegel <spiegel@gnu.org>
14666
14667 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14668
14669 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14670 because it's autoloaded now.
14671
14672 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
14673
14674 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14675 (sh-font-lock-keywords, sh-feature): Fix previous change of
14676 sh-feature to avoid infloop with sh-font-lock-keywords.
14677
14678 2003-09-25 Kim F. Storm <storm@cua.dk>
14679
14680 * frame.el (frame-current-scroll-bars): New defun.
14681
14682 * window.el (window-current-scroll-bars): New defun.
14683
14684 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14685
14686 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14687 cause errors when the state cache contains info on parts that have
14688 been narrowed out.
14689
14690 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14691
14692 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14693 `c-setup-paragraph-variables' has to be used when this variable is
14694 changed; it doesn't work to reinitialize the mode since that
14695 typically clobbers the variable.
14696
14697 * progmodes/cc-styles.el (c-setup-paragraph-variables):
14698 Make it interactive.
14699
14700 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14701
14702 * progmodes/cc-fonts.el (c-font-lock-declarations):
14703 Fix recognition of constructors and destructors for classes whose
14704 names are matched by `*-font-lock-extra-types'.
14705
14706 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14707 followed by an identifier in C++ then it's a type.
14708
14709 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14710
14711 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14712 problem that primarily affected XEmacs. Don't use faces to find
14713 unterminated strings since Emacs and XEmacs fontify strings
14714 differently - this function should now work better in XEmacs.
14715
14716 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14717
14718 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14719 `expand-abbrev' workaround which caused braces to misbehave inside
14720 macros.
14721
14722 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14723 handling. This bug could cause interactive font locking to bail out.
14724
14725 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14726
14727 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14728 Handle paren-style types in Pike. Also fixed some cases of
14729 insufficient handling of unbalanced parens.
14730
14731 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
14732
14733 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14734 common shell prompts that are not common filename or URL characters.
14735 (ffap-file-at-point): Use the new regexp to strip the prompts from
14736 the file names. This is an issue mostly for user prompts that
14737 don't have a trailing space and find-file-at-point is invoked from
14738 within a shell inside Emacs.
14739
14740 2003-09-24 Andre Spiegel <spiegel@gnu.org>
14741
14742 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14743 stamps numerically, rather than textually.
14744
14745 2003-09-24 Kenichi Handa <handa@m17n.org>
14746
14747 * language/devan-util.el (devanagari-post-read-conversion):
14748 * language/mlm-util.el (malayalam-post-read-conversion):
14749 * language/tml-util.el (tamil-post-read-conversion):
14750 Add autoload cookie.
14751
14752 * international/utf-8.el (utf-8-post-read-conversion):
14753 Call post-read-conversion functions for Devanagari, Malayalam,
14754 and Tamil.
14755
14756 2003-09-23 Dave Love <fx@gnu.org>
14757
14758 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14759
14760 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
14761
14762 * progmodes/gud.el (perldb): Add gud-until to list of commands.
14763 Update gud-remove.
14764
14765 2003-09-22 Richard M. Stallman <rms@gnu.org>
14766
14767 * progmodes/sh-script.el (sh-mode-default-syntax-table):
14768 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
14769 (sh-mode-syntax-table-input): New variable.
14770 (sh-require-final-newline): Don't use eval.
14771 (sh-builtins, sh-leading-keywords, sh-other-keywords)
14772 (sh-variables, sh-font-lock-keywords): Don't use eval.
14773 (sh-set-shell): When setting require-final-newline,
14774 treat value = `require-final-newline' as don't change it.
14775 Set sh-mode-syntax-table locally based on
14776 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14777
14778 * progmodes/compile.el (compile-internal):
14779 Call compilation-set-window-height before setting window start.
14780
14781 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
14782
14783 * emacs-lisp/bytecomp.el (byte-compile-log-file):
14784 Clear out byte-compile-last-warned-form.
14785
14786 2003-09-22 Richard M. Stallman <rms@gnu.org>
14787
14788 * woman.el (woman-file-name, woman-follow-word):
14789 If current-word returns nil, use "".
14790
14791 * simple.el (eval-expression): Bind standard-output in to-buffer case.
14792
14793 2003-09-22 Richard M. Stallman <rms@gnu.org>
14794
14795 * emacs-lisp/lisp-mnt.el (lm-with-file):
14796 Don't visit the file, just use insert-file-contents in temp buffer.
14797
14798 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
14799
14800 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14801 Add surrounding \\( and \\) around the header, as in
14802 for lm-history-header 'Change Log\\|History'.
14803
14804 2003-09-22 John Paul Wallington <jpw@gnu.org>
14805
14806 * progmodes/ld-script.el: Add Commentary section,
14807 minor cleanup of file header.
14808 (ld-script-font-lock-keywords): Doc fix.
14809 (toplevel): Provide `ld-script' feature.
14810
14811 2003-09-21 Kim F. Storm <storm@cua.dk>
14812
14813 * scroll-bar.el (set-scroll-bar-mode): Initialize to
14814 new built-in variable default-frame-scroll-bars.
14815 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14816 scroll-bar-mode; notably, use it instead of t when we toggle
14817 scroll-bars on.
14818 (toggle-scroll-bar): Use default-frame-scroll-bars.
14819
14820 2003-09-19 Masatake YAMATO <jet@gyve.org>
14821
14822 * pcvs.el (cvs-do-removal): Change the prompt depending on
14823 `filter' value.
14824
14825 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14826
14827 * startup.el (command-line-1): Stop startup-echo-area-message
14828 being hidden by "Loading image..." message.
14829 (use-fancy-splash-screens-p, display-splash-screen):
14830 Move display-graphic-p test from latter to former.
14831
14832 * progmodes/sh-script.el (sh-font-lock-keywords):
14833 Highlight escaped EOLs differently from other backslash constructs.
14834
14835 2003-09-19 Richard M. Stallman <rms@gnu.org>
14836
14837 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14838 New functions.
14839 (edebug-enter, edebug-outside-excursion): Use them.
14840
14841 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14842 Fix the condition for whether to print "In WHERE".
14843
14844 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
14845
14846 * finder.el (finder-mode-hook): New variable.
14847 (finder-mode): Run hook finder-mode-hook
14848
14849 2003-09-18 Masatake YAMATO <jet@gyve.org>
14850
14851 * progmodes/ebrowse.el: Fix broken magic autoload comments.
14852
14853 2003-09-17 Mario Lang <mlang@delysid.org>
14854
14855 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14856 "p %e" to actually print the value in the GUD buffer.
14857
14858 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
14859
14860 From David Ponce <david.ponce@wanadoo.fr>:
14861 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14862 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14863 from loaddefs-boot.el if necessary.
14864
14865 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
14866
14867 * progmodes/gud.el (gud-find-class): Make jdb work again since
14868 cc-mode changed the syntactic information.
14869
14870 2003-09-15 David Ponce <david@dponce.com>
14871
14872 * recentf.el: (recentf-exclude): Accept predicates too.
14873 (recentf-file-readable-p): New function.
14874 (recentf-include-p): Handle predicates in recentf-exclude.
14875 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
14876 (recentf-cleanup): Likewise.
14877 (recentf-save-list): Use write-file to handle backup of
14878 recentf-save-file.
14879
14880 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
14881
14882 * loaddefs-boot.el: Renamed from `loaddefs.el'
14883 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14884 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14885 necessary.
14886
14887 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
14888
14889 * electric.el (Electric-pop-up-window): For the `one-window' case,
14890 no longer disconcertingly move point in the original buffer.
14891
14892 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14893
14894 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14895
14896 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
14897
14898 * dired.el (dired-mode-map): Fix typo.
14899
14900 2003-09-11 Richard M. Stallman <rms@gnu.org>
14901
14902 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14903
14904 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14905
14906 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14907 the function is less noisy. Now only `kill-buffer' can ask questions.
14908
14909 2003-09-10 Mario Lang <mlang@delysid.org>
14910
14911 * battery.el: Update Commentary and Copyright.
14912 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14913 appear due to wrong ordering of the expressions in `or'.
14914
14915 2003-09-09 Lute Kamstra <lute@gnu.org>
14916
14917 * misc.el (upcase-char): Fix docstring.
14918 (zap-up-to-char): New command.
14919
14920 2003-09-08 David Ponce <david@dponce.com>
14921
14922 Ensure that recentf correctly updates the menu bar.
14923 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14924 (recentf-menu-bar): New function.
14925 (recentf-clear-data): Use it
14926 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
14927 of easy-menu-change.
14928
14929 2003-09-08 Lute Kamstra <lute@gnu.org>
14930
14931 * simple.el (size-indication-mode): New.
14932 * bindings.el (mode-line-position): Add buffer size indicator.
14933
14934 2003-09-04 Mario Lang <mlang@delysid.org>
14935
14936 * battery.el (battery-linux-proc-acpi): New function.
14937 (battery-status-function): Modify default value calculation to also
14938 check for availability of ACPI.
14939 (battery-echo-area-format): Ditto.
14940 (battery-mode-line-format): Ditto.
14941
14942 2003-09-06 Dave Love <fx@gnu.org>
14943
14944 * ielm.el (ielm-mode-hook): Add :options.
14945
14946 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14947 (eldoc-print-current-symbol-info): Use it.
14948
14949 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
14950
14951 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14952 being displayed in GUD buffer.
14953 (gdb-idle-input-queue): Remove var. Use just one queue.
14954 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14955 Remove functions. Use just one queue.
14956 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14957 (gdb-invalidate-assembler, gdb-get-current-frame):
14958 Modify functions. Use just one queue.
14959
14960 2003-09-04 Dave Love <fx@gnu.org>
14961
14962 * cus-start.el: Add blink-cursor-alist.
14963
14964 * ruler-mode.el (ruler-mode-fill-column-char)
14965 (ruler-mode-current-column-char): Use char-displayable-p,
14966 not window-system.
14967
14968 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14969
14970 * language/european.el (windows-1252): Move from code-pages.
14971
14972 * language/cyrillic.el ("Windows-1251"): Delete.
14973 ("Bulgarian", "Belarusian"): Remove `features'.
14974 (windows-1251): Move from code-pages.
14975
14976 * international/mule-diag.el (non-iso-charset-alist):
14977 Remove `codepage' stuff.
14978 (print-designation, list-coding-systems-1): Output fixes.
14979
14980 * international/code-pages.el (cp-make-translation-table)
14981 (cp-valid-codes): Made defsubsts.
14982 (cp-fix-safe-chars): Delete.
14983 (mule-diag): Don't require.
14984 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14985 (top-level): Check for defined coding system when defining
14986 cp... aliases. Change w32-add-charset-info test to avoid warning.
14987 (non-iso-charset-alist): Defvar when compiling.
14988 (cp-make-coding-system): Doc fix.
14989
14990 2003-09-02 Jason Rumney <jasonr@gnu.org>
14991
14992 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14993 line-ends from CVS before doing conversion.
14994
14995 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
14996
14997 * calendar/diary-lib.el (diary-header-line-flag)
14998 (diary-header-line-format): New variables.
14999 (list-diary-entries): Use them to set header line in simple diary.
15000
15001 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
15002 other than font-lock-string-face to highlight backslashes.
15003
15004 2003-09-01 Jason Rumney <jasonr@gnu.org>
15005
15006 * international/titdic-cnv.el (tit-read-key-value): Include \r in
15007 regexp.
15008
15009 2003-09-01 Dave Love <fx@gnu.org>
15010
15011 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
15012
15013 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
15014 and :help; also line and column numbers labels.
15015
15016 * international/mule-util.el (char-displayable-p): Move from
15017 latin1-disp, rename and autoload.
15018
15019 * international/latin1-disp.el (latin1-char-displayable-p):
15020 Now obsolete alias. Replace uses with char-displayable-p.
15021 (latin1-display-ucs-per-lynx): Fix last change.
15022
15023 * international/mule-cmds.el (standard-display-european-internal):
15024 Don't use char code for Latin-1 NBSP.
15025 <XFree86 4>: Unfrob NBSP display table. Set display table to use
15026 U+2018, U+2019 for `'.
15027 (select-safe-coding-system): Message fix.
15028
15029 2003-09-01 Kenichi Handa <handa@m17n.org>
15030
15031 * international/fontset.el (setup-default-fontset): For Thai
15032 font, specify "*" family.
15033
15034 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15035
15036 * progmodes/compile.el (previous-error): Accept a prefix
15037 argument, similarly to next-error.
15038
15039 2003-08-31 Masatake YAMATO <jet@gyve.org>
15040
15041 * pcvs.el (cvs-do-removal): Use = instead of eq to check
15042 the number of files. Bind the number of files to a local
15043 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
15044
15045 2003-08-30 Eli Zaretskii <eliz@gnu.org>
15046
15047 * vc-hooks.el (vc-make-version-backup): Fix the change made on
15048 2003-07-26: msdos-long-file-names is a function, not a variable.
15049
15050 2003-08-29 Richard M. Stallman <rms@gnu.org>
15051
15052 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
15053 Do nothing with mail-personal-alias-file if it is nil.
15054
15055 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
15056 Do nothing if mail-personal-alias-file is nil.
15057
15058 * term.el (term-exec-1): Bind coding-system-for-read.
15059
15060 * dired.el (dired-mouse-find-file-other-window):
15061 Use dired-view-command-alist here, as in dired-view-file.
15062 (dired-view-command-alist): Use %s to substitute file name.
15063 Handle .ps_pages, .eps, .jpg, .gif, .png.
15064
15065 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
15066
15067 * info.el (Info-mode-map): Bind S-tab and <backtab> to
15068 `Info-prev-reference', instead of M-tab.
15069
15070 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
15071
15072 * simple.el (blink-matching-open): Work correctly on chars that
15073 are designated as parens through the syntax-table text property.
15074
15075 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
15076
15077 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
15078 line break position in the middle of a non-kinsoku (e.g. latin)
15079 word, making it skip until either a space or a character with
15080 category "|".
15081 (kinsoku-longer): Test for end of buffer.
15082
15083 2003-08-28 Eli Zaretskii <eliz@gnu.org>
15084
15085 * mail/rmail.el (rmail-convert-to-babyl-format):
15086 Detect quoted-printable- and base64-encoded messages and decode them
15087 automatically. Set the message's encoding from the charset=
15088 header, if any. Decode base64-encoded messages in Mail format as well.
15089
15090 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
15091
15092 * mail/smtpmail.el: Fix previous change.
15093 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
15094 calling smtpmail-via-smtp.
15095 (smtpmail-via-smtp): Add fall-back values for envelope-from.
15096
15097 2003-08-26 John Paul Wallington <jpw@gnu.org>
15098
15099 * image.el (image-jpeg-p): Don't search beyond length of data.
15100
15101 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15102
15103 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
15104 misfeature in `expand-abbrev' which caused electric keywords like
15105 "else" to disappear if an open brace was typed directly afterwards.
15106
15107 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15108
15109 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
15110 mandatory in `define-widget'.
15111
15112 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
15113 Don't align the operators "!=", "<=" and ">=" as assignment operators.
15114
15115 (c-assignment-operators): New language constant that only contains
15116 the assignment operators.
15117
15118 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
15119
15120 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
15121
15122 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
15123 Safeguard against unbalanced sexps.
15124
15125 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
15126
15127 * version.el (emacs-version): Check for gtk. Include gtk version info.
15128
15129 2003-08-25 John Paul Wallington <jpw@gnu.org>
15130
15131 * man.el (Man-default-man-entry): Don't whizz past the section
15132 number before looking for it.
15133
15134 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
15135
15136 * progmodes/gud.el (gud-display-line): Don't set window-point if
15137 source buffer is not visible. (Only happens with M-x gdba.)
15138
15139 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
15140 documentation.
15141 (gdb-source, gdb-source-info): Update to assembler unnecessary
15142 as its done after each GDB command anyway.
15143 (gdb-pre-prompt): Use with-current-buffer.
15144 (gdb-insert-field): Add help-echo text.
15145 (gdb-invalidate-assembler): Re-display of assembler now done in
15146 gdb-info-breakpoints-custom.
15147 (gdb-info-breakpoints-custom): Force re-display of assembler to
15148 happen *after* update of breakpoints buffer.
15149 (gdb-display-source-buffer): Don't choke if gdb-source-window
15150 isn't visible.
15151 (gdb-put-string, gdb-put-arrow): Remove free variables.
15152
15153 2003-08-24 John Paul Wallington <jpw@gnu.org>
15154
15155 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
15156
15157 * man.el (Man-default-man-entry): Strip text properties when
15158 snarfing parts of entry because `format' preserves properties.
15159
15160 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
15161
15162 * files.el (file-newest-backup): Use `expand-file-name'.
15163
15164 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
15165 Allow the diary to pop up a new frame, if needed.
15166
15167 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
15168 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
15169 (smtpmail-send-it): Make treatment of envelope-from consistent with
15170 sendmail.el.
15171
15172 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
15173 (sh-leading-keywords): Add the bash `time' reserved word.
15174 (sh-variables): Add some bash variables.
15175 (sh-add-completer): Fix nil branch of case statement.
15176
15177 2003-08-24 Masatake YAMATO <jet@gyve.org>
15178
15179 * progmodes/ld-script.el: New file.
15180
15181 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
15182
15183 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
15184
15185 2003-08-23 Andre Spiegel <spiegel@gnu.org>
15186
15187 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
15188 Better explain obsolescence, and what to use instead.
15189
15190 2003-08-23 Masatake YAMATO <jet@gyve.org>
15191
15192 * pcvs.el (cvs-do-removal): Show the deleted file name
15193 on the prompt.
15194
15195 2003-08-20 Dave Love <fx@gnu.org>
15196
15197 * international/mule.el (make-coding-system)
15198 (set-buffer-file-coding-system): Doc fix.
15199
15200 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
15201
15202 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
15203
15204 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
15205
15206 * international/utf-16.el: Add mime-text-unsuitable coding system
15207 properties.
15208
15209 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
15210
15211 * cus-edit.el: Add some :links.
15212 (bib): Remove.
15213
15214 * textmodes/bib-mode.el (bib): Add :group external.
15215
15216 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
15217
15218 * wid-edit.el (widget-echo-help): Make it handle expressions that
15219 evaluate to strings.
15220
15221 2003-08-18 Michael Mauger <mmaug@yahoo.com>
15222
15223 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
15224
15225 Simplify selection of SQL products to define highlighting and
15226 interactive mode. Includes detailed instructions on adding
15227 support for new products.
15228
15229 * progmodes/sql.el (sql-product): New variable. Identifies SQL
15230 product for use in highlighting and interactive mode.
15231 (sql-interactive-product): New variable. SQL product for
15232 sql-interactive-mode.
15233 (sql-product-support): New variable. Specifies product-specific
15234 parameters to drive highlighting and interactive mode.
15235 (sql-imenu-generic-expression): Add more object types.
15236 (sql-sqlite-options): Correct comment.
15237 (sql-ms-program): Use "osql" rather than "isql".
15238 (sql-prompt-regexp, sql-prompt-length): Update comment.
15239 (sql-mode-menu): Add "Start SQLi session" entry.
15240 Replace Highlighting submenu with Product menu. Fix Send Region entry.
15241 (sql-mode-abbrev-table): Add abbreviations. Support of
15242 SYSTEM-FLAG on define-abbrev. Support was removed with last
15243 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
15244 (sql-mode-font-lock-object-name): Add font-lock pattern for object
15245 names.
15246 (sql-mode-ansi-font-lock-keywords): Set as default value.
15247 (sql-mode-oracle-font-lock-keywords): Set as default value.
15248 Support Oracle 9i keywords.
15249 (sql-mode-postgres-font-lock-keywords): Set as default value.
15250 (sql-mode-linter-font-lock-keywords): Set as default value.
15251 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
15252 SQLServer 2000.
15253 (sql-mode-sybase-font-lock-keywords)
15254 (sql-mode-interbase-font-lock-keywords)
15255 (sql-mode-sqlite-font-lock-keywords)
15256 (sql-mode-strong-font-lock-keywords)
15257 (sql-mode-mysql-font-lock-keywords)
15258 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
15259 keywords.
15260 (sql-mode-font-lock-defaults): Update comment.
15261 (sql-product-feature): New function. Returns feature associated
15262 with a product from `sql-product-support' alist.
15263 (sql-product-font-lock): New function. Set font-lock support
15264 based on `sql-product'.
15265 (sql-add-product-keywords): New function. Add font-lock rules to
15266 product-specific keyword variables.
15267 (sql-set-product): New function. Set `sql-product' and apply
15268 appropriate font-lock highlighting.
15269 (sql-highlight-product): New function. Set font-lock support
15270 based on a product. Also set mode name to include product name.
15271 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
15272 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
15273 Use `sql-set-product'.
15274 (sql-highlight-ms-keywords)
15275 (sql-highlight-sybase-keywords)
15276 (sql-highlight-interbase-keywords)
15277 (sql-highlight-strong-keywords)
15278 (sql-highlight-mysql-keywords)
15279 (sql-highlight-sqlite-keywords)
15280 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
15281 (sql-get-login): Prompt in the same order as the tokens.
15282 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
15283 (sql-product-interactive): New function. Common portions of
15284 product-specific interactive mode wrappers.
15285 (sql-interactive-mode): Rewritten to use product features.
15286 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
15287 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
15288 (sql-db2, sql-linter): Use `sql-product-interactive'.
15289 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
15290 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
15291 (sql-connect-ingres, sql-connect-postgres)
15292 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
15293 New functions. Format command line parameters and invoke comint on
15294 the appropriate interpreter. Code was in the corresponding
15295 `sql-xyz' function before.
15296 (sql-connect-ms): New function. Support -E argument to use
15297 operating system credentials for authentication.
15298
15299 2003-08-18 Kenichi Handa <handa@m17n.org>
15300
15301 * international/mule.el (encode-char): Fix for the ASCII case.
15302
15303 2003-08-15 Kenichi Handa <handa@m17n.org>
15304
15305 * international/fontset.el (setup-default-fontset): Change "*" to
15306 nil in the specifications of font family.
15307
15308 2003-08-18 Kim F. Storm <storm@cua.dk>
15309
15310 * kmacro.el (kmacro-keymap): Group related bindings in
15311 initialization for clarity. Bind C-s to start macro.
15312 Remove C-r binding.
15313 (kmacro-initial-counter-value): New defvar to hold initial counter
15314 value in case we set the value before defining a macro.
15315 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
15316 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
15317 not defining or executing macro. Doc fix.
15318 (kmacro-add-counter): Clear kmacro-initial-counter-value.
15319 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
15320 temporarily view older elements on the macro ring without cycling
15321 the ring.
15322 (kmacro-display): Doc fix.
15323 (kmacro-exec-ring-item): New helper function.
15324 (kmacro-call-ring-2nd): Use it.
15325 (kmacro-call-ring-2nd-repeat): Doc fix.
15326 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
15327 (kmacro-end-or-call-macro): Execute last viewed macro (using
15328 kmacro-exec-ring-item) from ring if this follows
15329 kmacro-view-macro. This allows us to find a macro on the ring
15330 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15331 the ring to bring it to the head of the ring.
15332 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15333 Allow binding to reserved keys without specifying C-x C-k prefix.
15334 Ask for confirmation if entered key sequence is already bound to
15335 a non-macro command.
15336 (kmacro-view-macro): Repeating command will show older elements
15337 on the macro ring; C-k will execute the last viewed macro.
15338 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
15339 property from 'ring to 'head.
15340
15341 2003-08-17 Alan Shutko <ats@acm.org>
15342
15343 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15344 keeping December out of the alist.
15345
15346 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
15347
15348 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15349 * calendar/calendar.el (calendar-mode-map): Bind it to key.
15350 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15351 (calendar-flatten): New function.
15352 (calendar-mouse-view-other-diary-entries)
15353 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15354 in the menu title and to show multi-line diary entries correctly
15355 in the menu.
15356
15357 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
15358
15359 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15360 defcustom, because the default was recently changed.
15361
15362 2003-08-16 Richard M. Stallman <rms@gnu.org>
15363
15364 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15365
15366 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15367 New subroutine, broken out of eval-last-sexp-1.
15368 (eval-last-sexp-1): Use eval-last-sexp-print-value.
15369
15370 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15371
15372 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15373
15374 * simple.el (eval-expression): Use eval-last-sexp-print-value.
15375
15376 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
15377
15378 * progmodes/compile.el (compilation-error-regexp-alist):
15379 Add Java ANt error detection as described in document
15380 http://ant.apache.org/faq.html
15381
15382 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
15383
15384 * simple.el (backward-word, forward-to-indentation)
15385 (backward-to-indentation): Argument changed to optional.
15386 (next-line, previous-line): Use `or' instead of `unless'.
15387
15388 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15389
15390 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15391 instead of a constant.
15392
15393 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
15394
15395 * shell.el (shell): With prefix-arg, suggest a new buffer name.
15396
15397 2003-08-12 Andre Spiegel <spiegel@gnu.org>
15398
15399 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15400 (vc-sccs-workfile-version): Search the entire delta table, rather
15401 than just the first entry, because that might be a deleted version.
15402
15403 2003-08-11 Karl Fogel <kfogel@red-bean.com>
15404
15405 * menu-bar.el (menu-bar-options-menu): Supply a body for the
15406 [save-place] binding in the Options menu. Have it require
15407 'saveplace' and then toggle the variable manually, to avoid an an
15408 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
15409 for the bug report.
15410
15411 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
15412
15413 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15414 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15415 (gdb-info-threads-custom): Add help-echo text.
15416 (gdb-display-back): Don't use purecopy.
15417 (gdb-info-breakpoints-custom, gdb-reset)
15418 (gdb-assembler-custom): Use display-images-p to test if breakpoint
15419 icons can be displayed.
15420
15421 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
15422
15423 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15424
15425 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
15426
15427 * bookmark.el (bookmark-completing-read):
15428 Return a string, instead of a list of one string.
15429 Use a popup menu if activated from the mouse.
15430 (bookmark-edit-annotation): Remove unused vars.
15431 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15432 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15433 to bookmark-completing-read.
15434 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15435 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15436 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15437 and erase-buffer.
15438 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15439 (bookmark-menu-jump, bookmark-menu-insert)
15440 (bookmark-popup-menu-and-apply-function)
15441 (bookmark-menu-popup-paned-bookmark-menu): Remove.
15442 (bookmark-menu-build-paned-menu): Remove by folding it into
15443 bookmark-menu-popup-paned-menu.
15444 (menu-bar-bookmark-map): Move the define-key statements here.
15445 Use the "non-menu" commands since they now pop up a menu if needed.
15446 (bookmark-exit-hook-internal): Simplify.
15447
15448 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
15449
15450 * reftex-toc.el (reftex-toc-rename-label): New function.
15451 (reftex-toc-check-docstruct): New function.
15452
15453 * reftex.el (reftex-region-active-p): New function.
15454
15455 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15456 regexp to find the \bibliography macro.
15457
15458 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15459 which does not exist in LaTeX.
15460 (reftex-cite-format-builtin): Added amsrefs support.
15461 (reftex-toc-confirm-promotion): New option
15462
15463 * reftex-toc.el
15464 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15465 (reftex-toc-demote, reftex-toc-promote)
15466 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15467 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15468 (reftex-toc-newhead-from-alist)
15469 (reftex-toc-load-all-files-for-promotion): New functions.
15470 (reftex-toc-help): Added description of new keys.
15471 (reftex-toc-split-windows-fraction): New option.
15472 (reftex-recenter-toc-when-idle): Search *toc* window on all
15473 visible frames.
15474 (reftex-toc): Additional parameter REUSE
15475 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
15476 with REUSE argument.
15477 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15478 the call of `reftex-toc'.
15479 (reftex-make-separate-toc-frame): New function .
15480 (reftex-toc-recenter): When called with triple prefix arg, call
15481 `reftex-make-separate-toc-frame' first.
15482 (reftex-toc-toggle-dedicated-frame): New command.
15483 (reftex-toc-quit): Adapted to delete frame when called in
15484 dedicated frame.
15485
15486 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15487 all enclosing macros.
15488
15489
15490 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15491
15492 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15493 first use.
15494
15495 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15496
15497 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15498
15499 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15500
15501 * calendar/calendar.el (list-diary-entries-hook)
15502 (diary-display-hook, nongregorian-diary-listing-hook)
15503 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15504 Add some customize options for these hooks.
15505 (calendar-abbrev-construct): Don't try to take a substring longer
15506 than the original string.
15507
15508 2003-08-05 Richard M. Stallman <rms@gnu.org>
15509
15510 * emacs-lisp/testcover.el (noreturn): Report error if does return.
15511 (testcover-reinstrument-clauses): Doc fix.
15512
15513 * emacs-lisp/warnings.el: Doc fixes, args renamed.
15514 (warning-type-format): Rename from warning-group-format.
15515
15516 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15517 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15518 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15519 to prevent warnings about defvar for an obsolete variable.
15520
15521 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15522 warning-group-format renamed to warning-type-format.
15523
15524 * subr.el (read-passwd): Use clear-string instead of fillarray.
15525
15526 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15527 Use vconcat instead of concat.
15528 (edmacro-sanitize-for-string): New function.
15529
15530 2003-08-05 Dave Love <fx@gnu.org>
15531
15532 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15533 line-number-display-limit-width.
15534
15535 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15536
15537 2003-08-05 Kenichi Handa <handa@m17n.org>
15538
15539 * international/code-pages.el: Don't require mule-diag.
15540
15541 * international/mule-diag.el (non-iso-charset-alist):
15542 Add autoload cookie.
15543
15544 * language/devan-util.el (dev-glyph-order): Add an entry for the
15545 glyph code #xC4.
15546
15547 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15548
15549 * calendar/calendar.el (diary-file, diary-file-name-prefix)
15550 (european-calendar-style, diary-date-forms)
15551 (calendar-day-name-array, calendar-month-name-array): Doc change.
15552 (generate-calendar-month): Adapt for new behaviour of
15553 `calendar-day-name' function.
15554 (calendar-abbrev-length, calendar-day-abbrev-array)
15555 (calendar-month-abbrev-array): New variables.
15556 (calendar-abbrev-construct): New function.
15557 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15558 rather than fixing abbrevs at some width. Calling syntax change.
15559 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
15560 (calendar-date-string): Adapt for new behaviours of
15561 `calendar-day-name' and `calendar-month-name' functions.
15562
15563 * calendar/diary-lib.el (list-diary-entries): Adapt for new
15564 behaviour of `calendar-day-name' and `calendar-month-name' functions.
15565 (diary-name-pattern): Use abbrev arrays, rather than fixing
15566 abbrevs at three chars. Calling syntax change.
15567 (mark-diary-entries): Adapt for new behaviours of
15568 `diary-name-pattern' and `calendar-make-alist' functions.
15569 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15570 `diary-name-pattern' function.
15571 (font-lock-diary-date-forms): Use abbrev arrays, rather than
15572 fixing abbrevs at three chars. Calling syntax change.
15573 (cal-hebrew, cal-islam): Require when compiling.
15574 (diary-font-lock-keywords): Adapt for new behaviour of
15575 `font-lock-diary-date-forms' function.
15576
15577 * calendar/cal-hebrew.el: Reposition some code so defined before used.
15578 (calendar-hebrew-month-name-array-common-year)
15579 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15580 (list-hebrew-diary-entries): Adapt for new behaviours of
15581 `calendar-day-name' and `add-to-diary-list' functions.
15582 (mark-hebrew-diary-entries): Adapt for new behaviours of
15583 `diary-name-pattern' and `calendar-make-alist' functions.
15584
15585 * calendar/cal-islam.el (calendar-islamic-month-name-array):
15586 Add doc string.
15587 (list-islamic-diary-entries): Adapt for new behaviours of
15588 `calendar-day-name' and `add-to-diary-list' functions.
15589 (mark-islamic-diary-entries): Adapt for new behaviours of
15590 `diary-name-pattern' and `calendar-make-alist' functions.
15591
15592 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15593 `calendar-month-name' function.
15594
15595 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15596
15597 * calendar/solar.el (solar-seasons-data): Move definition before use.
15598
15599 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15600 (cal-tex-LaTeX-hourbox): Move definition before use.
15601
15602 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15603 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15604 lunar.el, solar.el
15605 (displayed-month, displayed-year): Define for compiler.
15606
15607 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15608
15609 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15610 MODE. Renamed from c-init-c-language-vars'.
15611 (c-initialize-cc-mode): Change accordingly.
15612 (c-common-init): Ditto.
15613 (c-mode): Ditto.
15614 (c++-mode): Use `c-init-language-vars-for'.
15615 (objc-mode): Ditto.
15616 (java-mode): Ditto.
15617 (idl-mode): Ditto.
15618 (pike-mode): Ditto.
15619 (awk-mode): Ditto.
15620
15621 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15622
15623 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15624 or not the point moved.
15625
15626 (c-search-decl-header-end): Don't trip up on operator identifiers
15627 in C++ and operators like == in all languages.
15628
15629 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15630 Detect leading labels correctly.
15631
15632 2003-08-02 Andreas Schwab <schwab@suse.de>
15633
15634 * textmodes/ispell.el: Don't redo key bindings on loading, put
15635 them only in loaddefs.el.
15636 * bookmark.el: Likewise.
15637 * dabbrev.el: Likewise.
15638 * emerge.el: Likewise.
15639
15640 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15641 has more than one member.
15642
15643 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15644
15645 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15646
15647 * lpr.el (printify-region): It was ending conversion before the
15648 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
15649
15650 2003-07-31 John Paul Wallington <jpw@gnu.org>
15651
15652 * net/browse-url.el (browse-url-epiphany): Doc fix.
15653
15654 2003-07-30 Kenichi Handa <handa@m17n.org>
15655
15656 * international/fontset.el (setup-default-fontset):
15657 Change registry names of Akurti fonts.
15658
15659 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15660
15661 * comint.el (comint-read-noecho): Use `clear-string' instead of
15662 `fillarray'.
15663
15664 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
15665
15666 * outline.el (outline-mode-hook): Add defvar.
15667
15668 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
15669
15670 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15671 Restore assembler in source window if that is what has been selected.
15672 (menu): Add gdb-restore-windows to menu. Make gdba
15673 specific menus only visible from gdba.
15674
15675 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
15676
15677 * progmodes/compile.el (compilation-environment): New user variable.
15678 (compile-internal): Respect it.
15679
15680 2003-07-23 Masatake YAMATO <jet@gyve.org>
15681
15682 * progmodes/gud.el (gdb-script-font-lock-keywords):
15683 Put `font-lock-function-name-face' on a symbol which includes
15684 `-' like `hook-run'. Put font-lock-variable-name-face
15685 on a symbol starting with $.
15686
15687 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
15688
15689 * files.el (set-visited-file-name): Use truename for buffer-file-name.
15690
15691 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15692
15693 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15694
15695 2003-07-26 Andre Spiegel <spiegel@gnu.org>
15696
15697 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15698 Use with-no-warnings.
15699 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15700 rather than to find-file-not-found-hook, which doesn't exist.
15701
15702 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15703
15704 * international/quail.el (quail-translate-key): Fix previous change.
15705
15706 2003-07-25 John Paul Wallington <jpw@gnu.org>
15707
15708 * server.el (server-start): Check `server-process' is non-nil
15709 before killing it to avoid killing current buffer's process.
15710
15711 * simple.el (choose-completion-string): Use `minibufferp';
15712 test `completion-reference-buffer' if `buffer' arg is nil.
15713 (push-mark): Use `when' and `unless'.
15714 (pop-mark): Use `when'.
15715
15716 * mouse-sel.el (mouse-sel-get-selection-function):
15717 Check `x-last-selected-text-primary'. Don't barf if it or
15718 `x-last-selected-text' aren't bound.
15719
15720 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15721
15722 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15723
15724 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
15725
15726 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15727
15728 2003-07-23 John Paul Wallington <jpw@gnu.org>
15729
15730 * tooltip.el (defface tooltip): Inherit from variable-pitch.
15731
15732 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15733
15734 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15735 string. Defvar the derived hook.
15736
15737 * macros.el (insert-kbd-macro): Escape double quote character.
15738 From Thomas W Murphy <twm@andrew.cmu.edu>.
15739
15740 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15741
15742 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15743 to match the specific mark rather than reusing comment-start-skip.
15744
15745 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
15746
15747 * progmodes/hideshow.el (hs-special-modes-alist):
15748 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
15749
15750 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
15751
15752 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15753 value using ?\s.
15754
15755 2003-07-21 John Paul Wallington <jpw@gnu.org>
15756
15757 * subr.el (with-selected-window): Add closing paren.
15758
15759 2003-07-21 Richard M. Stallman <rms@gnu.org>
15760
15761 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15762 (lisp-mode): Likewise.
15763
15764 * subr.el (with-selected-window): Copy code form save-selected-window
15765 so as to call select-window with norecord arg.
15766 (dynamic-completion-table): Doc fix.
15767 (lazy-completion-table): Doc fix.
15768
15769 * international/mule-cmds.el (set-locale-environment):
15770 langinfo renamed to locale-info.
15771
15772 * international/mule.el (auto-coding-functions): Doc fix.
15773
15774 2003-07-21 Kenichi Handa <handa@m17n.org>
15775
15776 * international/quail.el (quail-translate-key):
15777 Update quail-current-str correctly.
15778
15779 2003-07-21 Andreas Schwab <schwab@suse.de>
15780
15781 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15782 ?, to "_".
15783
15784 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
15785 Version 2.0.36 of Tramp released.
15786
15787 * net/tramp.el (tramp-default-password-end-of-line): Rename from
15788 tramp-password-end-of-line.
15789 (tramp-password-end-of-line): New method parameter.
15790 (tramp-get-password-end-of-line): Function to access method
15791 parameter `tramp-password-end-of-line', or variable
15792 `tramp-default-password-end-of-line' (default value).
15793 (tramp-methods): Add entries for new parameter
15794 tramp-password-end-of-line.
15795 (tramp-enter-password): Use new function
15796 `tramp-get-password-end-of-line'.
15797 (tramp-handle-insert-file-contents): Do not
15798 unconditionally inhibit the file operation file-local-copy, only
15799 do that when the inhibit-file-name-operation is currently
15800 insert-file-contents. This fixes finding remote CVS-controlled
15801 files. (It would barf on inserting the CVS/Entries file
15802 literally, because the file-local-copy handler wasn't called.)
15803 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15804 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15805 (tramp-initial-commands): New variable.
15806 (tramp-process-initial-commands): New function, using the variable.
15807 (tramp-open-connection-setup-interactive-shell): Call the new function.
15808 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15809 method into the buffer name, never use nil. Reported by Hanak
15810 David <dhanak@inf.bme.hu>.
15811 (tramp-open-connection-setup-interactive-shell): Erase buffer
15812 before sending "stty -onlcr".
15813
15814 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15815
15816 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
15817
15818 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15819
15820 2003-07-19 John Paul Wallington <jpw@gnu.org>
15821
15822 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15823 (artist-draw-rect, artist-draw-square): Doc fixes.
15824
15825 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15826
15827 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15828
15829 2003-07-19 Kenichi Handa <handa@m17n.org>
15830
15831 * international/kkc.el (kkc-show-conversion-list-update):
15832 Highlight the correct candidate in the message.
15833
15834 2003-07-18 John Paul Wallington <jpw@gnu.org>
15835
15836 * simple.el (current-word): Don't include punctuation char when
15837 `really-word' arg is non-nil.
15838
15839 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
15840
15841 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15842 moved to the directory obsolete.
15843
15844 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
15845
15846 * info.el (Info-menu-entry-name-re): Allow newlines in
15847 menu entry names.
15848
15849 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15850 syntax-ppss-after-change-function.
15851 (syntax-ppss-after-change-function): New alias. Update uses.
15852 (syntax-ppss): Catch the case where the buffer is narrowed.
15853
15854 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15855
15856 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15857 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15858
15859 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15860
15861 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15862 since it might be modified.
15863
15864 * progmodes/cc-langs.el (c++-make-template-syntax-table)
15865 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15866 names to these language constants.
15867
15868 2003-07-15 Kim F. Storm <storm@cua.dk>
15869
15870 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15871 All uses changed.
15872
15873 2003-07-14 Mark A. Hershberger <mah@everybody.org>
15874
15875 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15876 Namespace support.
15877
15878 2003-07-13 Juanma Barranquero <lektu@terra.es>
15879
15880 * frame.el (modify-all-frames-parameters): Reinstall (copyright
15881 papers received).
15882
15883 2003-07-13 Karl Eichwalder <ke@suse.de>
15884
15885 * textmodes/po.el (po-find-charset): White space at the start of the
15886 Content-Type field body is non-mandatory.
15887
15888 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15889
15890 * textmodes/texinfo.el (texinfo-section-list):
15891 Append appendixsection; a synonym for appendixsec.
15892
15893 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
15894
15895 * man.el (Man-translate-cleanup): New.
15896 (Man-translate-references): Call `Man-translate-cleanup' to clean
15897 leading, trailing and middle spaces.
15898
15899 2003-07-13 Lars Hansen <larsh@math.ku.dk>
15900
15901 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15902 Handle `dired-directory' being a list.
15903
15904 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
15905
15906 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15907 it doesn't exist.
15908
15909 2003-07-12 Richard M. Stallman <rms@gnu.org>
15910
15911 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15912
15913 * progmodes/cc-defs.el (c-make-keywords-re):
15914 Don't use delete-duplicates.
15915 (c-lang-const): Don't use mapcan.
15916
15917 * apropos.el (apropos-show-scores): Make it customizable.
15918 Document new meaning.
15919 (apropos): Compute scores from symbols.
15920 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15921
15922 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15923
15924 * ps-bdf.el: Fix copyright line.
15925 (bdf-directory-list): Fix initialization code.
15926
15927 2003-07-11 John Paul Wallington <jpw@gnu.org>
15928
15929 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15930 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15931 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15932
15933 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
15934
15935 * emacs-lisp/ring.el (ring-elements): Doc fix.
15936
15937 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15938
15939 * calendar/timeclock.el (timeclock-relative)
15940 (timeclock-ask-before-exiting, timeclock-use-display-time):
15941 Doc changes.
15942 (timeclock-modeline-display): Give a message if
15943 `timeclock-use-display-time' is non-nil but `display-time-mode'
15944 is not active.
15945
15946 2003-07-11 Kenichi Handa <handa@m17n.org>
15947
15948 * international/mule-cmds.el (set-language-environment):
15949 Set current-language-environment to the correct string.
15950
15951 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15952
15953 * ps-print.el: Print line number correctly in a region. Reported by
15954 Tim Allen <timallen@ls83.fsnet.co.uk>.
15955 (ps-print-version): New version number (6.6.2).
15956 (ps-printing-region): Code fix.
15957
15958 2003-07-10 John Paul Wallington <jpw@gnu.org>
15959
15960 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15961 this function can be called from `add-completions-from-tags-table'.
15962
15963 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
15964
15965 * calendar/timeclock.el (timeclock-use-display-time)
15966 (timeclock-day-over-hook, timeclock-workday-remaining)
15967 (timeclock-status-string, timeclock-when-to-leave)
15968 (timeclock-when-to-leave-string, timeclock-log-data)
15969 (timeclock-find-discrep, timeclock-day-base)
15970 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15971 (timeclock-modeline-display): Set the variable
15972 `timeclock-modeline-display'.
15973 (timeclock-update-modeline): Doc fix. Respect value of
15974 `timeclock-relative'.
15975
15976 2003-07-09 Richard M. Stallman <rms@gnu.org>
15977
15978 * textmodes/reftex-parse.el (reftex-all-document-files):
15979 Add autoload cookie.
15980
15981 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15982 (reftex-scanning-info-available-p): Add autoload cookie.
15983
15984 * international/mule-cmds.el
15985 (set-display-table-and-terminal-coding-system): Delete duplicate
15986 aset on standard-display-table.
15987
15988 * view.el (view-file): If existing buffer's major mode is special,
15989 don't go into view mode.
15990
15991 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15992
15993 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15994
15995 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15996 buffer changes; there's third party code that calls this function
15997 directly.
15998
15999 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16000
16001 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
16002 (autodoc-font-lock-keywords): Don't byte compile on font lock
16003 initialization when running from byte compiled files.
16004
16005 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
16006
16007 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
16008 statement ends with auto-increment "++".
16009
16010 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
16011
16012 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16013 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16014 these are changed, so declare them as variables and not constants.
16015
16016 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
16017
16018 * subr.el (dolist, dotimes): Doc fix.
16019
16020 2003-07-08 Kim F. Storm <storm@cua.dk>
16021
16022 * international/mule-cmds.el
16023 (set-display-table-and-terminal-coding-system): Don't break
16024 bootstrap if standard-display-table isn't setup yet.
16025
16026 2003-07-07 Richard M. Stallman <rms@gnu.org>
16027
16028 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
16029 Give it a doc string, and autoload it.
16030
16031 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
16032 Use with-no-warnings.
16033
16034 * info.el (Info-search): If find invisible text, search again.
16035
16036 * isearch.el (search-whitespace-regexp): Add a shy group around it.
16037
16038 * man.el (Man-name-regexp): Match + as part of name.
16039
16040 * simple.el (visible-mode): Rename from vis-mode.
16041 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
16042
16043 * simple.el (current-word): New arg REALLY-WORD specifies
16044 don't include punctuation chars.
16045
16046 * emacs-lisp/debug.el (debug, debugger-env-macro):
16047 Use with-no-warnings while accessing and binding unread-command-char.
16048
16049 * international/mule-cmds.el
16050 (set-display-table-and-terminal-coding-system): Use explicit loop
16051 instead of calling standard-display-default.
16052
16053 * net/ange-ftp.el (ange-ftp-file-symlink-p):
16054 Use condition-case to catch error in ange-ftp-get-files.
16055
16056 * net/browse-url.el (browse-url-browser-function):
16057 Add alternative for Epiphany.
16058 (browse-url-epiphany-program, browse-url-epiphany-arguments)
16059 (browse-url-epiphany-startup-arguments)
16060 (browse-url-epiphany-new-window-is-tab): New variables.
16061 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
16062
16063 * progmodes/compile.el (compile-auto-highlight): Default now t.
16064 (compile): Doc fix.
16065 (compilation-next-error): Fix previous change.
16066
16067 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
16068
16069 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
16070
16071 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
16072
16073 * gdb-ui.el (gdb-source-info): Display current frame when
16074 attaching to an existing process.
16075 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
16076 while laying out windows when attaching to an existing process.
16077
16078 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
16079
16080 * info.el (Info-menu): Use Info-menu-entry-name-re.
16081
16082 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
16083
16084 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
16085 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
16086
16087 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
16088 to match the same text.
16089
16090 2003-07-06 John Paul Wallington <jpw@gnu.org>
16091
16092 * vc.el (vc-annotate-offset): Move defvar up.
16093
16094 2003-07-06 Kim F. Storm <storm@cua.dk>
16095
16096 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
16097 This should fix the infinite loop when extracting menu names.
16098
16099 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
16100
16101 * files.el (auto-mode-alist, interpreter-mode-alist):
16102 Remove entries to CC Mode modes to avoid duplicates; they are now added
16103 with autoload directives in cc-mode.el.
16104
16105 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
16106
16107 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
16108 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
16109 these are changed, so declare them as variables and not constants.
16110
16111 * progmodes/cc-mode.el: Fix some autoload problems: Try to
16112 ensure that the entry for ".c" extension comes before the one for
16113 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
16114 Fix incorrect entries that were added to `interpreter-mode-alist'.
16115 Move the autoload directives for AWK to the top level since they
16116 aren't recognized anywhere else. Do not use the new AWK mode doc
16117 in the autoload form for the old AWK mode.
16118
16119 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16120
16121 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
16122 (bibtex-sort-ignore-string-entries): Default value t.
16123 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
16124 erroneously in previous version.
16125 (bibtex-string-files): Docstring reflects new parsing scheme.
16126 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
16127 docstring, add # as one of the chars to crush
16128 (bibtex-autokey-prefix-string, bibtex-autokey-names)
16129 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
16130 (bibtex-autokey-name-change-strings)
16131 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
16132 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
16133 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
16134 (bibtex-autokey-title-terminators)
16135 (bibtex-autokey-titlewords-stretch)
16136 (bibtex-autokey-titleword-ignore)
16137 (bibtex-autokey-titleword-case-convert)
16138 (bibtex-autokey-titleword-abbrevs)
16139 (bibtex-autokey-titleword-abbrevs)
16140 (bibtex-autokey-titleword-change-strings)
16141 (bibtex-autokey-titleword-length)
16142 (bibtex-autokey-titleword-separator)
16143 (bibtex-autokey-name-year-separator)
16144 (bibtex-autokey-year-title-separator)
16145 (bibtex-autokey-before-presentation-function)
16146 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
16147 Fix docstring.
16148 (bibtex-strings, bibtex-reference-keys):
16149 Use lazy-completion-table and make-variable-buffer-local.
16150 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
16151 (bibtex-braced-string-syntax-table)
16152 (bibtex-quoted-string-syntax-table): New variables.
16153 (bibtex-parse-nested-braces): Remove.
16154 (bibtex-parse-field-string): Use syntax table and forward-sexp.
16155 (bibtex-parse-association): Simplify.
16156 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
16157 (bibtex-parse-field-text): Simplify.
16158 (bibtex-search-forward-field, bibtex-search-backward-field):
16159 argument BOUND can take value t.
16160 (bibtex-start-of-field, bibtex-start-of-name-in-field)
16161 (bibtex-end-of-name-in-field, bibtex-end-of-field)
16162 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
16163 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
16164 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
16165 (bibtex-skip-to-valid-entry): Return buffer position of beginning
16166 and ending of entry. Update for changes of bibtex-search-entry.
16167 Simplify.
16168 (bibtex-map-entries): FUN is called with three arguments.
16169 (bibtex-search-entry): Return a cons pair with buffer positions of
16170 beginning and end of entry.
16171 (bibtex-enclosing-field): Simplify.
16172 (bibtex-format-entry): Use booktitle to set a missing title.
16173 (bibtex-autokey-get-names): Fiddle with regexps.
16174 (bibtex-generate-autokey): Use identity.
16175 (bibtex-parse-keys): Use simplified parsing algorithm if
16176 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
16177 arguments. Return alist of keys.
16178 (bibtex-parse-strings): Simplify. Return alist of strings.
16179 (bibtex-complete-string-cleanup): Fix docstring.
16180 (bibtex-read-key): New function.
16181 (bibtex-mode): Fix docstring. Do not parse for keys and
16182 strings when the mode is entered. Set fill-paragraph-function to
16183 bibtex-fill-field. Setup font-lock-mark-block-function the way
16184 font-lock intended.
16185 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
16186 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
16187 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
16188 (bibtex-Preamble): Avoid hard coded constants.
16189 (bibtex-make-field): Fix docstring. Simplify.
16190 (bibtex-beginning-of-entry): Always return new position of point.
16191 (bibtex-end-of-entry): Rearrange cond clauses.
16192 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
16193 Update for changes of bibtex-map-entries.
16194 (bibtex-ispell-abstract): Do not move point.
16195 (bibtex-entry-index): Use downcase. Simplify.
16196 (bibtex-lessp): Handle catch-all.
16197 (bibtex-find-crossref): Turn into a command.
16198 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
16199 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
16200 preamble entries.
16201 (bibtex-fill-field-bounds): New function.
16202 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
16203 (bibtex-fill-entry): Use bibtex-fill-field-bounds
16204 (bibtex-String): Use bibtex-strings. Always obey
16205 bibtex-sort-ignore-string-entries.
16206
16207 2003-07-05 John Paul Wallington <jpw@gnu.org>
16208
16209 * cus-theme.el (customize-create-theme):
16210 Call `customize-create-theme' in Reset widget's notify function.
16211
16212 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
16213 (ibuffer-mark-interactive): Use `or' instead of `unless'.
16214 (define-ibuffer-column name): Add summarizer.
16215 (define-ibuffer-column size): Likewise.
16216 (define-ibuffer-column filename): Likewise.
16217 (define-ibuffer-column process): Likewise. Change BODY's output too.
16218 (define-ibuffer-column filename-and-process): Likewise, likewise.
16219 (ibuffer): Remove local vars `already-in' and `need-update'.
16220
16221 * ibuf-ext.el: Don't require `derived' at compile-time.
16222
16223 2003-07-05 Kim F. Storm <storm@cua.dk>
16224
16225 * info.el: Disable paragraph refilling.
16226 (Info-refill-paragraphs): New defcustom.
16227 (Info-fontify-node): Use it.
16228
16229 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
16230
16231 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
16232 thingies from constructors created by defstruct.
16233
16234 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
16235 the default value of the variable.
16236 (byte-code-meter): Move declaration to top level.
16237
16238 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
16239
16240 * info.el (Info-following-node-name-re): New fun.
16241 (Info-following-node-name): Remove.
16242 (Info-insert-dir): Use the new fun.
16243 (Info-extract-pointer): Don't save restriction; use new fun.
16244 (Info-menu-entry-name-re): New const.
16245 (Info-menu-entry-name-re): Use it along with new fun.
16246 (Info-node-spec-re): Use new fun.
16247 (Info-complete-menu-item, Info-fontify-node): Use new const.
16248 (Info-goto-node, Info-follow-reference, Info-menu-update):
16249 Use match-string.
16250 (Info-follow-reference): Use assoc-string.
16251 Use a list of strings for the completion table.
16252 (Info-fontify-node): Use match-string, line-end-position.
16253 Limit the search for `node:' to the first line.
16254
16255 * newcomment.el (uncomment-region): Remove padding coming from
16256 comment-start rather than just from comment-padding.
16257
16258 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
16259 (vc-cvs-stay-local-p): Use vc-stay-local-p.
16260 (vc-cvs-rename-file): Remove (use the default).
16261 (vc-cvs-register): Register parent dir if needed.
16262 (vc-cvs-could-register): Return non-nil if parent can be registered.
16263 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
16264 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
16265
16266 * vc-svn.el (vc-svn-use-edit): Make it into a const.
16267 (vc-svn-update): Fix the arguments to `svn'.
16268 (vc-svn-diff-tree): Just use `vc-svn-diff'.
16269 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
16270 Simple implementations, assuming `name' is a URL.
16271
16272 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
16273 set of chars allowed unquoted in a case pattern.
16274
16275 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
16276
16277 * font-lock.el (font-lock-extra-types-widget)
16278 (c-font-lock-extra-types, c++-font-lock-extra-types)
16279 (objc-font-lock-extra-types, java-font-lock-extra-types)
16280 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
16281 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
16282 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
16283 (font-lock-match-c++-structor-declaration)
16284 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
16285 (c++-font-lock-keywords-3, c++-font-lock-keywords)
16286 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
16287 (objc-font-lock-keywords-3, objc-font-lock-keywords)
16288 (java-font-lock-keywords-1, java-font-lock-keywords-2)
16289 (java-font-lock-keywords-3, java-font-lock-keywords)
16290 (java-font-lock-syntactic-face-function): Remove obsolete code
16291 and constants. It's all in cc-fonts.el now.
16292
16293 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
16294
16295 * mail/sendmail.el (mail-specify-envelope-from)
16296 (mail-envelope-from): Doc fix.
16297
16298 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
16299
16300 * generic-x.el: Do away with the dependency on `c-emacs-features'
16301 when populating `rul-generic-mode-syntax-table'; we already know
16302 this isn't XEmacs.
16303
16304 See ChangeLog.10 for earlier changes.
16305
16306 ;; Local Variables:
16307 ;; coding: iso-2022-7bit
16308 ;; End:
16309
16310 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
16311 Copying and distribution of this file, with or without modification,
16312 are permitted provided the copyright notice and this notice are preserved.
16313
16314 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1