*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-02-27 Richard M. Stallman <rms@gnu.org>
2
3 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
4
5 * textmodes/flyspell.el (flyspell-mode-on):
6 Call ispell-change-dictionary only if necessary.
7
8 * emacs-lisp/re-builder.el (regexp-builder): New function.
9
10 * register.el (describe-register-1): Explicitly handle
11 yank-excluded-properties = t.
12
13 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14 (custom-magic-alist): Change the status descriptions again.
15 (face widget-type): Total rewrite based on `restricted-sexp'
16 to eliminate the confusing double hiding levels.
17
18 * emacs-lisp/debug.el (debug-on-entry-1):
19 If function body is empty, add nil as body form.
20
21 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
22
23 * emacs-lisp/trace.el (inhibit-trace): New var.
24 (trace-make-advice): Use it.
25
26 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
27
28 2005-02-26 Kim F. Storm <storm@cua.dk>
29
30 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
31 (mouse-on-link-p, mouse-drag-region-1): Use it.
32
33 2005-02-25 Lute Kamstra <lute@gnu.org>
34
35 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
36
37 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
38
39 * frame.el (blink-cursor-mode): Add :group keyword.
40
41 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
42
43 * calendar/icalendar.el (icalendar--decode-isodatetime):
44 New optional argument DAY-SHIFT.
45 (icalendar-export-region): Fix coding-system-for-write.
46 (icalendar--convert-ical-to-diary): Shift end-day of all-day
47 events by one.
48
49 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
50
51 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
52
53 2005-02-24 Kim F. Storm <storm@cua.dk>
54
55 * international/iso-acc.el (iso-accents-compose): Fix crash
56 during redisplay. Call force-window-update after read-event
57 and delete-region to signal that window is not accurate.
58
59 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
60
61 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
62 Remove unused and inexistent var `inhibit-trace'.
63 (debugger-mode): Use run-mode-hooks.
64 (debugger-list-functions): Add buttons; setup xref stack.
65
66 2005-02-23 Richard M. Stallman <rms@gnu.org>
67
68 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
69 appointment says it was explicitly made.
70 (appt-add): Set the 3rd element.
71 (appt-make-list): Preserve explicit appointments.
72
73 * subr.el (find-tag-default): Catch errors in forward-sexp.
74
75 2005-02-23 Juri Linkov <juri@jurta.org>
76
77 * info.el (Info-isearch-search): New defcustom.
78 (Info-isearch-search): Call the default isearch function
79 when Info-isearch-search is nil.
80 (Info-isearch-wrap): Use variable Info-isearch-search.
81
82 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
83
84 * cus-edit.el: Comment change.
85
86 2005-02-22 Kim F. Storm <storm@cua.dk>
87
88 * progmodes/hideif.el (hide-ifdef-use-define-alist):
89 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
90
91 2005-02-22 Simon Josefsson <jas@extundo.com>
92
93 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
94 New variable.
95 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
96 Oskarsson" <myrkraverk@users.sourceforget.net>.
97
98 2005-02-22 Kim F. Storm <storm@cua.dk>
99
100 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
101 check that window of that event is the selected window.
102 (mouse-drag-region-1): Compare mouse event window to selected
103 window before setting point.
104
105 * tooltip.el (tooltip-show-help-function): Pass event to
106 mouse-on-link-p so it can check selected window.
107
108 2005-02-22 Kenichi Handa <handa@m17n.org>
109
110 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
111 (ps-mule-show-warning): New function.
112 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
113 characters are found.
114
115 * ps-print.el (ps-header-footer-string): Return a list of header
116 and footer strings.
117
118 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
119
120 * pcvs.el (cvs-retrieve-revision): Fix thinko.
121
122 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
123
124 * frame.el (blink-cursor-mode): Use define-minor-mode.
125
126 * term/mac-win.el (function-key-map): Use char-names more consistently.
127 (file-name-coding-system): Only set it for MacOS-9. The other case is
128 already handled in mule-cmds.el (where it also works when mac-win.el
129 is not used).
130
131 2005-02-21 Kenichi Handa <handa@m17n.org>
132
133 * international/mule.el (ctext-pre-write-conversion): Always use
134 " *code-converting-work*" buffer for work.
135
136 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
137
138 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
139
140 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
141
142 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
143
144 * ses.el (undo-more): Restore defadvice, but only the part that
145 allows changes outside the restricted area of the buffer.
146
147 2005-02-20 Kim F. Storm <storm@cua.dk>
148
149 * simple.el (line-move): Add fourth optional arg try-vscroll which
150 must be set to perform auto-window-vscroll.
151 When moving backwards and doing auto-window-vscroll, automatically
152 vscroll to the last part of lines which are taller than the window.
153 (next-line, previous-line): Set try-vscroll arg on line-move.
154
155 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
156
157 * replace.el (query-replace, query-replace-regexp)
158 (replace-string, replace-regexp): When operating on region, make
159 the minibuffer prompt say so.
160
161 * isearch.el (isearch-forward): Document isearch-query-replace and
162 isearch-query-replace-regexp keybindings.
163
164 2005-02-19 Jay Belanger <belanger@truman.edu>
165
166 * calc/calc-aent.el (math-read-token): Add local variable.
167
168 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
169 (calc-edit-top): Move declaration to earlier in file.
170 (calc-edit-macro-repeats): Add local variables.
171
172 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
173 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
174 calcFunc-tanh.
175 Adjust integration rule for calcFunc-tan.
176
177 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
178
179 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
180 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
181 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
182 (viper-skip-separators): Bug fix.
183 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
184 particular major mode.
185 (viper-del-backward-char-in-replace): Don't put deleted char on the
186 kill ring.
187
188 * viper-ex.el (viper-color-display-p): New function.
189 (viper-has-face-support-p): Use viper-color-display-p.
190
191 * viper-keym.el (viper-gnus-modifier-map): New keymap.
192
193 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
194
195 * viper-util.el (viper-glob-unix-files): Fix shell status check.
196 (viper-file-remote-p): Make equivalent to file-remote-p.
197
198 * viper.el (viper-major-mode-modifier-list):
199 Use viper-gnus-modifier-map.
200
201 2005-02-19 David Kastrup <dak@gnu.org>
202
203 * subr.el (subregexp-context-p): Fix garbled doc string by adding
204 quoting.
205
206 2005-02-19 Jay Belanger <belanger@truman.edu>
207
208 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
209 Remove extra definitions.
210 (calc-coth): New function.
211 (calcFunc-cot): Fix `let'.
212
213 2005-02-19 Eli Zaretskii <eliz@gnu.org>
214
215 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
216 the reasons we use "type pc" in these faces.
217
218 * button.el (button): Ditto.
219
220 2005-02-19 Michael Mauger <mmaug@yahoo.com>
221
222 * replace.el (query-replace-read-from): Set the value of
223 query-replace-from-history-variable to handle the case of an empty
224 string entered to accept the suggested default.
225
226 * net/tramp.el (tramp-file-name-for-operation):
227 Use dired-call-process instead of dired-call-process-command.
228
229 2005-02-19 Jay Belanger <belanger@truman.edu>
230
231 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
232 (math-div-non-trig): New variables.
233 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
234 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
235 (math-combine-prod, math-div-symb-fancy): Add simplifications for
236 trig expressions.
237
238 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
239
240 * progmodes/gdb-ui.el (gdb-var-update-handler)
241 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
242 for watch expressions,
243 (gdb-var-create-handler): Don't set speedbar-update-flag.
244 (gdb-post-prompt): Simplify test for speedbar.
245
246 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
247
248 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
249 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
250 we use the syntax table of the correct buffer.
251 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
252 Felix Gatzemeier.
253
254 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
255 (ediff-file-remote-p): Make synonymous with file-remote-p.
256 In all deffaces ediff-*-face-*, use min-colors.
257
258 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
259 ediff-recurse-to-subdirectories.
260 (ediff-mark-if-equal): Check that the arguments are strings, use
261 ediff-same-contents (after to Felix Gatzemeier).
262
263 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
264 nil.
265
266 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
267
268 * log-view.el (log-view-message-re): Fix up Subversion regexp.
269
270 2005-02-18 David Kastrup <dak@gnu.org>
271
272 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
273 use `mark-active' when defined.
274
275 2005-02-18 Kenichi Handa <handa@m17n.org>
276
277 * ps-print.el (ps-font-info-database): New entry
278 ZapfChancery-MediumItalic with correct font name. Fix font name
279 of the entry Zapf-Chancery-MediumItalic.
280
281 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
282
283 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
284
285 2005-02-16 Kim F. Storm <storm@cua.dk>
286
287 * ido.el (ido-fallback-command): Pass user input to fallback command.
288
289 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
290
291 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
292 (gdb-find-file-hook): Add server prefix.
293
294 2005-02-16 Richard M. Stallman <rms@gnu.org>
295
296 * replace.el (perform-replace): Pass new args to replace-highlight.
297 (replace-highlight): Take region args,
298 and pass them to isearch-lazy-highlight-new-loop.
299
300 * novice.el (disabled-command-hook): Autoload the defalias
301 and the make-obsolete-variable call.
302
303 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
304
305 * isearch.el (isearch-lazy-highlight-start-limit)
306 (isearch-lazy-highlight-end-limit): New variables limit
307 the region for highlighting.
308 (isearch-lazy-highlight-new-loop): New args BEG and END.
309 (isearch-lazy-highlight-search): Use the new vars.
310 (isearch-lazy-highlight-update): Likewise.
311
312 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
313
314 * cus-start.el (all): Use default-boundp.
315
316 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
317
318 * menu-bar.el (menu-bar-select-frame): Handle current frame.
319
320 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
321
322 * autorevert.el (auto-revert-stop-on-user-input)
323 (auto-revert-verbose): Doc fixes.
324
325 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
326
327 * international/mule-cmds.el (set-locale-environment): Remove call
328 to set-selection-coding-system on Windows.
329
330 2005-02-15 Jay Belanger <belanger@truman.edu>
331
332 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
333 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
334 calcFunc-coth.
335 (math-simplify-sqrt): Add simplifications.
336
337 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
338 to list.
339
340 * calc/calc-ext.el: Add functions to autoloads.
341
342 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
343 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
344 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
345 (math-csc-raw, math-cot-raw): New functions.
346
347 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
348
349 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
350 the variable name in a message.
351
352 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
353 calcFunc-csc, calcFunc-cot.
354
355 * calc/calcalg2.el: Add derivative and integration rules for
356 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
357 calcFunc-csch, calcFunc-coth.
358 (math-do-integral-methods): Add to checks for when to use
359 substitutions.
360
361 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
362
363 2005-02-15 Lute Kamstra <lute@gnu.org>
364
365 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
366 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
367 <monnier@iro.umontreal.ca>
368 (lisp-outline-level): Improve efficiency. Suggested by David
369 Kastrup <dak@gnu.org>.
370
371 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
372
373 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
374 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
375 (gdb-set-gud-minor-mode-existing-buffers): New functions.
376 (gdb-find-file-hook): New hook. Add it to find-file-hook.
377 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
378
379 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
380
381 * cus-start.el (all): Comment change.
382
383 2005-02-14 Lute Kamstra <lute@gnu.org>
384
385 * cus-start.el (all): Check if symbol is void.
386
387 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
388
389 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
390 optional argument to \cite.
391
392 2005-02-14 Richard M. Stallman <rms@gnu.org>
393
394 * cus-edit.el (custom-buffer-create-internal): Update help message.
395 (custom-magic-alist): Update help messages.
396
397 * cus-start.el (all): Allow a var to specify a standard value.
398
399 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
400
401 * custom.el (custom-theme-set-variables): Handle variable aliases.
402
403 * frame.el (blink-cursor-timer): Doc fix.
404 (blink-cursor): Make it an alias for `blink-cursor-mode' and
405 declare obsolete.
406 (blink-cursor-mode): Define with defcustom and use correct
407 standard expression in that defcustom.
408 * startup.el (command-line): Adapt to above changes in frame.el.
409
410 2005-02-11 Lute Kamstra <lute@gnu.org>
411
412 * apropos.el (apropos-score-doc): Prevent division by zero.
413
414 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
415
416 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
417 (icalendar--get-event-property-attributes)
418 (icalendar--get-event-properties)
419 (icalendar--datetime-to-diary-date): New functions.
420 (icalendar--split-value): Doc fix.
421 (icalendar--datetime-to-noneuropean-date)
422 (icalendar--datetime-to-european-date): New optional argument
423 SEPARATOR. Return result as a string instead of a list.
424 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
425 (icalendar--convert-string-for-export): Rename arg S to STRING.
426 (icalendar-export-region): Doc fix. Change name of error buffer.
427 Save output buffer.
428 (icalendar-import-file): Add blank at end of prompt.
429 (icalendar-import-buffer): Doc fix. Do not switch to error
430 buffer. Indicate status in return value.
431 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
432 buffer. Save output buffer. Handle exception from recurrence
433 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
434 events. Fix problems with weekly all-day events.
435
436 2005-02-10 Richard M. Stallman <rms@gnu.org>
437
438 * simple.el (eval-expression-print-format):
439 Avoid warning about edebug-active.
440
441 * help.el (help-for-help-internal): Rename from help-for-help.
442 (help-for-help): Define with defalias.
443
444 * font-core.el (font-lock-default-function): Use with-no-warnings.
445
446 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
447
448 * custom.el (defface): Doc fix.
449
450 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
451
452 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
453 width 0" to prevent word wrapping problems.
454
455 2005-02-09 Kim F. Storm <storm@cua.dk>
456
457 * ido.el (ido-file-extensions-order): New defcustom.
458 (ido-file-extension-lessp, ido-file-extension-aux)
459 (ido-file-extension-order): New advanced file ordering.
460 (ido-file-lessp): New simple file ordering.
461 (ido-sort-list): Remove.
462 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
463 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
464
465 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
466
467 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
468 that some versions of grep produce.
469 (grep-mode-font-lock-keywords): Likewise.
470
471 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
472
473 * progmodes/gdb-ui.el (gdb-location-list): New variable.
474 (gdb-cdir): Delete.
475 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
476 (gdb-source-info): Treat case when source file is in another
477 directory properly.
478 (gdb-get-location): New function.
479
480 2005-02-07 Jay Belanger <belanger@truman.edu>
481
482 * calc/calc-prog.el (calc-write-parse-table-part)
483 (calc-fix-token-name): Fix a check for language type.
484
485 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
486
487 2005-02-07 Andre Spiegel <spiegel@gnu.org>
488
489 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
490 as directory not writable.
491
492 2005-02-07 Kim F. Storm <storm@cua.dk>
493
494 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
495 (cua--standard-movement-commands): Remove list.
496 Instead, set CUA property value to move for movement commands.
497 (cua-movement-commands): Remove. Users must set CUA prop instead.
498 (cua--pre-command-handler): Check CUA property.
499 (cua--init-keymaps): Don't remap undo commands.
500 (cua-mode): Don't call cua--rectangle-on-off.
501
502 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
503 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
504 (cua--rect-undo-set-point): New var.
505 (cua--rectangle-undo-boundary): Setup undo apply entry.
506 (cua--rect-undo-handler): New function for rectangle undo.
507 (cua--rect-start-position, cua--rect-end-position): Add.
508 (cua--rectangle-post-command): Call cua--rectangle-set-corners
509 for restored rectangle. Set point if cua--rect-undo-set-point.
510
511 2005-02-06 Jay Belanger <belanger@truman.edu>
512
513 * calc/calc-lang.el (calc-tex-language): Display more information
514 in messages.
515
516 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
517 in TeX mode.
518
519 2005-02-06 Richard M. Stallman <rms@gnu.org>
520
521 * emacs-lisp/lisp.el (buffer-end): Doc fix.
522
523 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
524
525 * net/ldap.el (ldap-search-internal): Support attributes with
526 optional descriptions separated by a semi-colon, as in
527 "userCertificate;binary".
528
529 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
530
531 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
532 isn't a cons (i.e. the version is 0).
533
534 2005-02-05 Eli Zaretskii <eliz@gnu.org>
535
536 * help.el (help-for-help): Doc fix.
537
538 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
539
540 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
541 GDB-Windows on the menu-bar as this works better.
542
543 2005-02-04 Jay Belanger <belanger@truman.edu>
544
545 * calc/calc-embed.el (calc-embedded-update): Don't put in
546 unnecessary newlines. Adjust the end of formula marker.
547
548 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
549 (math-latex-parse-two-args): New function.
550
551 2005-02-03 Lute Kamstra <lute@gnu.org>
552
553 * help-fns.el (help-with-tutorial): Make sure that users cannot
554 remove the entire text of the tutorial by means of `undo'.
555
556 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
557
558 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
559 in recent changes, where the ispell process was repeatedly
560 killed & restarted.
561
562 * international/mule-cmds.el (set-locale-environment): Set file-name
563 coding system to utf-8 on Darwin systems.
564 (set-default-coding-systems): Don't set default-file-name-coding-system
565 on Darwin systems.
566
567 2005-02-03 Richard M. Stallman <rms@gnu.org>
568
569 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
570
571 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
572
573 * faces.el (list-faces-display): Add optional argument.
574
575 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
576
577 * font-core.el (font-lock-default-function): Handle the rare case where
578 only font-lock-keywords is set.
579
580 2005-02-02 Kenichi Handa <handa@m17n.org>
581
582 * international/characters.el: Cancel previous change for
583 I-WITH-DOT-ABOVE and DOTLESS-i.
584
585 * international/latin-5.el: Cancel previous change.
586
587 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
588
589 * progmodes/gud.el: Correction to syntax in gud-menu-map.
590
591 2005-02-02 Kenichi Handa <handa@m17n.org>
592
593 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
594 DOTLESS-i.
595
596 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
597 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
598
599 * case-table.el (get-upcase-table): New function.
600 (copy-case-table): Copy upcaes table too if non-nil.
601 (set-case-syntax-delims): Maintain upcase table too.
602 (set-case-syntax-pair): Likewise.
603 (set-upcase-syntax, set-downcase-syntax): New functions.
604 (set-case-syntax): Maintain upcase table too.
605
606 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
607
608 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
609
610 * progmodes/gud.el (gud-goto-info): New function.
611 (gud-tool-bar-map): Use correct icon.
612
613 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
614
615 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
616 When delegating, order args in the funcall correctly.
617
618 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
619
620 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
621
622 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
623
624 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
625 buffer not visiting a file.
626
627 2005-01-31 Jay Belanger <belanger@truman.edu>
628
629 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
630 bound on the line with the formula.
631
632 2005-01-31 Kim F. Storm <storm@cua.dk>
633
634 * ses.el (ses-create-cell-variable-range)
635 (ses-destroy-cell-variable-range, ses-reset-header-string)
636 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
637 (ses-insert-row): Fix format of apply undo entries.
638
639 2005-01-31 Jay Belanger <belanger@truman.edu>
640
641 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
642 parts.
643
644 * calc/calc-embed.el (calc-embedded-open-formula)
645 (calc-embedded-close-formula): Ignore matrix environments.
646
647 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
648 TeX mode.
649
650 * calc/calc-lang.el (math-function-table, math-oper-table)
651 (math-variable-table): Adjust the LaTeX portions.
652
653 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
654 (math-latex-ignore-words): New constant.
655
656 2005-01-31 Richard M. Stallman <rms@gnu.org>
657
658 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
659 (ispell-local-dictionary): Doc fix.
660 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
661 Don't reinitialize at run time. Don't defcustom.
662 All uses changed to append ispell-local-dictionary-alist,
663 or check it first.
664 (ispell-current-dictionary): New variable for dictionary in use.
665 (ispell-dictionary): Now used only for global default.
666 (ispell-start-process): Set ispell-current-dictionary,
667 not ispell-dictionary.
668 (ispell-change-dictionary): Use this only for setting
669 user preferences.
670 (ispell-internal-change-dictionary): New function
671 to change the current dictionary in use.
672 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
673 Use ispell-current-dictionary.
674 Handle ispell-local-dictionary-overridden.
675 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
676
677 2005-01-31 Jay Belanger <belanger@truman.edu>
678
679 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
680
681 * calc/calc-ext.el: Add calc-latex-language to autoloads.
682 (calc-mode-map): Add calc-latex-language.
683
684 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
685 (math-latex-print-frac): New functions.
686 (math-oper-table, math-function-table, math-variable-table)
687 (math-complex-format, math-input-filter): Add latex properties.
688 (calc-set-language): Set math-expr-special-function-mapping.
689
690 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
691 (calc-write-parse-table-part): Add LaTeX support.
692
693 * calc/calc.el (calc-language): Adjust docstring.
694 (calc-set-mode-line): Add LaTeX support.
695 (math-expr-special-function-mapping): New variable.
696 (math-tex-ignore-words): Add to list.
697
698 * calc/calccomp.el (math-compose-expr, math-compose-rows):
699 Add LaTeX support.
700 (math-compose-expr): Add support for special functions.
701
702 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
703
704 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
705
706 * progmodes/gdb-ui.el (gdb-memory-address)
707 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
708 (gdb-memory-mode-map, gdb-memory-format-keymap)
709 (gdb-memory-format-menu, gdb-memory-unit-keymap)
710 (gdb-memory-unit-menu): New variables for a buffer
711 that lets the user examine program memory.
712 (gdb-memory-set-address, gdb-memory-set-repeat-count)
713 (gdb-memory-format-binary, gdb-memory-format-octal)
714 (gdb-memory-format-unsigned, gdb-memory-format-signed)
715 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
716 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
717 (gdb-memory-unit-word, gdb-memory-unit-halfword)
718 (gdb-memory-unit-byte, gdb-memory-unit-menu)
719 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
720 (gdb-memory-mode, gdb-memory-buffer-name)
721 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
722 New functions for above buffer.
723
724 2005-01-30 Richard M. Stallman <rms@gnu.org>
725
726 * cus-edit.el (custom-bury-buffer): Function deleted.
727 (custom-buffer-done-function): Option deleted.
728 (custom-buffer-done-kill): New (replacement option.
729 (Custom-buffer-done): Call quit-window.
730 (custom-buffer-create-internal): Update for above changes.
731
732 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
733
734 * simple.el (undo-ask-before-discard): New var.
735 (undo-outer-limit-truncate): Implement it.
736 (undo-extra-outer-limit): Doc update.
737
738 2005-01-29 Richard M. Stallman <rms@gnu.org>
739
740 * ses.el (undo-more): Delete defadvice.
741 (ses-begin-change): Doc fix.
742
743 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
744 instead of rebinding C-x u and C-_.
745
746 * files.el (normal-backup-enable-predicate): Return nil for files
747 in /tmp, regardless of temporary-file-directory.
748
749 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
750
751 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
752 (open-rectangle, delete-whitespace-rectangle-line)
753 (clear-rectangle-line): If FILL, pass t instead of FILL
754 for move-to-column's 2nd arg.
755
756 * simple.el (undo): Fix the test for continuing a series of undos.
757 (undo-more): Set pending-undo-list to t when we reach end.
758 (pending-undo-list): Move up defvar.
759
760 * wid-edit.el (widget-button-click):
761 Shorten the range of the track-mouse binding.
762
763 * comint.el (comint-insert-input): Undo previous changes;
764 use last-input-event in interactive spec.
765
766 2005-01-29 Eli Zaretskii <eliz@gnu.org>
767
768 * progmodes/compile.el (compilation-start): Bind buffer-read-only
769 to nil before invoking call-process. Reset buffer's modified flag
770 after fontifying it in the no-async branch.
771
772 * wid-edit.el (widget-specify-button): If mouse pointer shape
773 cannot be changed, use mouse face instead.
774
775 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
776
777 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
778 (gdb-goto-breakpoint): Make breakpoint handling work on template
779 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
780 (gdb-assembler-custom): Update to recognise breakpoint information
781 added on 2005-01-19.
782
783 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
784
785 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
786 (dsssl-mode): Use define-derived-mode.
787 (scheme-mode-initialize): Remove.
788 (scheme-mode): Use run-mode-hooks.
789
790 * cus-edit.el (customize-group-other-window)
791 (custom-buffer-create-other-window): Don't override special-display-*.
792 (custom-mode-map): Make it dense.
793
794 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
795 sets the default value.
796
797 2005-01-28 Eli Zaretskii <eliz@gnu.org>
798
799 * descr-text.el: Add more keywords.
800
801 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
802
803 * speedbar.el: Avoid unnecessary use of locate-library.
804
805 * international/mule-cmds.el (standard-display-european-internal):
806 Don't fiddle with latin-1 non-break space any more since it's now
807 special cased in the C code.
808 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
809
810 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
811
812 * cus-start.el (all): Add `undo-outer-limit'.
813
814 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
815
816 * textmodes/bibtex.el (bibtex-format-entry):
817 Use `bibtex-empty-field-re' only on the text of fields, not on entire
818 field lines.
819 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
820 not on part of a buffer.
821
822 2005-01-25 Lute Kamstra <lute@gnu.org>
823
824 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
825 nonempty field text strings like "{letters\\macro{}more letters}".
826 Clarify docstring.
827 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
828 (bibtex-entry-offset, bibtex-parse-association)
829 (bibtex-parse-field-name): Fix typos in docstrings.
830 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
831
832 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
833
834 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
835 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
836 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
837 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
838
839 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
840 isearch minor mode.
841
842 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
843
844 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
845
846 2005-01-24 Lute Kamstra <lute@gnu.org>
847
848 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
849 CASECHARS and NOT-CASECHARS regular expressions of the
850 "nederlands" and "nederlands8" dictionaries to prevent a "Range
851 striding over charsets" error.
852
853 2005-01-24 Jay Belanger <belanger@truman.edu>
854
855 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
856 display variable name.
857
858 2005-01-24 Kenichi Handa <handa@m17n.org>
859
860 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
861 Fix setting of the element of encoded-kbd-iso2022-invocations.
862
863 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
864
865 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
866 (gdb-threads-select): Change to also accept mouse events.
867 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
868 (gdb-threads-mouse-select): Delete.
869
870 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
871
872 * files.el (insert-directory): Take care of empty directory,
873 listed without -a switch.
874
875 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
876
877 * textmodes/refill.el (refill-post-command-function):
878 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
879 to the list of functions that we should be careful not to undo.
880 (refill-late-fill-paragraph-function): Remove.
881 (refill-saved-state): New var.
882 (refill-mode): Use it to save fill-paragraph-function.
883 Save also the value of auto-fill-function.
884
885 * term/w32-win.el: Simplify code.
886
887 2005-01-23 Kim F. Storm <storm@cua.dk>
888
889 * simple.el (line-move): Adapt to new return value from
890 pos-visible-in-window-p.
891
892 * simple.el (line-move): Fix last change. Check partial
893 visibility at point rather than at window-start.
894
895 2005-01-22 Jason Rumney <jasonr@gnu.org>
896
897 * term/w32-win.el (xw-defined-colors): Remove debug-message.
898
899 2005-01-22 David Kastrup <dak@gnu.org>
900
901 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
902
903 2005-01-22 Eli Zaretskii <eliz@gnu.org>
904
905 * type-break.el (type-break-mode): Add a test for
906 type-break-file-name being non-nil.
907
908 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
909
910 * net/eudc.el (top level): Call (message "") via progn, so that
911 eudc-options-file is loaded.
912
913 2005-01-22 Kim F. Storm <storm@cua.dk>
914
915 * simple.el (line-move-1): Rename from line-move.
916 (line-move): New function that adjusts vscroll for partially
917 visible rows, and calls line-move-1 otherwise.
918
919 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
920
921 * pcomplete.el: define pcomplete-read-event instead of read-event,
922 since it's not a complete read-event implementation
923
924 2005-01-20 Jay Belanger <belanger@truman.edu>
925
926 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
927 for called function.
928
929 2005-01-20 Steven Tamm <steventamm@mac.com>
930
931 * term/mac-win.el (process-connection-type): Remove.
932 Controlled now by s/darwin.h:PTY_ITERATION.
933
934 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
935
936 * window.el (handle-select-window): Don't switch window when we're
937 in the minibuffer.
938
939 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
940
941 * subr.el (dotimes-with-progress-reporter): New macro.
942
943 * ses.el (ses-dotimes-msg): Remove macro.
944 Use `dotimes-with-progress-reporter' instead.
945
946 2005-01-19 Steven Tamm <steventamm@mac.com>
947
948 * term/mac-win.el (process-connection-type): Use new
949 operating-system-release variable to use ptys on Darwin 7 (OSX
950 10.3) when using carbon build.
951
952 2005-01-19 Jay Belanger <belanger@truman.edu>
953
954 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
955 flags if the last command was a tab or M-tab.
956
957 * calc/calc-prog.el (calc-user-define-edit): Put original formula
958 in formula editing buffer.
959
960 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
961
962 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
963 breakpoint image symbol in margin.
964
965 2005-01-19 Jay Belanger <belanger@truman.edu>
966
967 * calc/calc-prog.el (calc-execute-kbd-macro):
968 Ignore calc-keep-arg-flag.
969
970 2005-01-19 Kenichi Handa <handa@m17n.org>
971
972 * textmodes/ispell.el (ispell-looking-at): New function.
973 (ispell-process-line): Use ispell-looking-at to compare the ispell
974 output and the buffer contents.
975
976 2005-01-18 Jay Belanger <belanger@truman.edu>
977
978 * calc/calc.el (calc-display-raw): Fix docstring.
979
980 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
981
982 * simple.el (blink-matching-open): Strip extra info from syntax.
983
984 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
985 funny chars in the end-of-here-doc marker.
986
987 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
988
989 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
990 that enable/disabled state of breakpoints is shown correctly in
991 fringe and on ttys.
992 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
993 Add breakpoint information as text properties.
994 (gdb-mouse-toggle-breakpoint):
995 Rename to gdb-mouse-set-clear-breakpoint.
996 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
997 breakpoints in the margin.
998 (gdb-remove-strings): Simplify.
999
1000 2005-01-17 Jay Belanger <belanger@truman.edu>
1001
1002 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
1003 erasing buffer.
1004
1005 2005-01-17 Richard M. Stallman <rms@gnu.org>
1006
1007 * progmodes/grep.el (grep-find): Copy from `grep' the condition
1008 for calling grep-compute-defaults.
1009
1010 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
1011 if buffer is empty.
1012
1013 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
1014
1015 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
1016
1017 * hilit-chg.el (highlight-changes-mode): Don't autoload.
1018
1019 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
1020 non-preloaded variables.
1021
1022 2005-01-17 Steven Tamm <steventamm@mac.com>
1023
1024 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
1025 tex-shell cause to force interactivity when using pipes.
1026
1027 2005-01-17 Kim F. Storm <storm@cua.dk>
1028
1029 * simple.el (just-one-space): Make arg optional.
1030
1031 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
1032
1033 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
1034 posn-at-x-y to t to access left-margin.
1035
1036 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
1037
1038 Sync with Tramp 2.0.47.
1039
1040 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
1041 catching keep-date problems in cp/scp operations.
1042 (tramp-handle-copy-file): Don't call `set-file-modes'
1043 unconditionally. Specialized functions should know better what is
1044 necessary. This improves performance a little bit, and the
1045 functions could catch errors with `cp -p' and `scp -p'.
1046 (tramp-do-copy-or-rename-file-via-buffer)
1047 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
1048 when appropriate.
1049 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
1050 Call `set-file-modes' when appropriate.
1051 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
1052 Johnsson <isak@hypergene.com>
1053 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
1054 of both Tramp buffer and debug buffer. Reported by Joakim Verona
1055 <joakim@verona.se>
1056 (tramp-file-name-for-operation): Mark `shell-command' as magic for
1057 Emacs only.
1058
1059 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
1060 `find-file-hooks' and `dired-mode-hook'.
1061 (tramp-minor-mode-map): Respective map. Add remapping for
1062 `compile' and `recompile'.
1063 (tramp-remap-command, tramp-recompile): New defuns.
1064 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
1065 in buffer "*Compilation*". Call the commands asynchronously.
1066
1067 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
1068 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
1069 `shell-command', because it isn't magic in XEmacs. Reported by
1070 Adrian Aichner <adrian@xemacs.org>.
1071
1072 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
1073 `substitute-in-file-name.
1074 (tramp-smb-handle-substitute-in-file-name): New defun.
1075 (tramp-smb-advice-PC-do-completion): Delete advice.
1076
1077 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
1078
1079 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
1080 Fix error in deleting region.
1081
1082 2005-01-15 Richard M. Stallman <rms@gnu.org>
1083
1084 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
1085 In non-temp buffer, switch syntax table temporarily.
1086
1087 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
1088
1089 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
1090
1091 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
1092
1093 * imenu.el (imenu--split-menu): Copy menulist before sorting.
1094 (imenu--generic-function): Use START, not BEG, as pos of definition.
1095
1096 * simple.el (just-one-space): Argument specifies number of spaces.
1097
1098 * simple.el (eval-expression-print-format): Avoid warning
1099 about edebug-active.
1100
1101 2005-01-15 "James R. Van Zandt" <jrvz@comcast.net> (Tiny change)
1102
1103 * progmodes/sh-script.el: Code copied from make-mode.el
1104 with small changes,
1105 (sh-mode-map): Bind C-c C-\.
1106 (sh-backslash-column, sh-backslash-align): New variables.
1107 (sh-backslash-region, sh-append-backslash): New functions.
1108
1109 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
1110
1111 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
1112 (rmail-pop-password, rmail-pop-password-required): Move to
1113 rmail-obsolete group.
1114 (rmail-set-pop-password): Rename to rmail-set-remote-password.
1115 All callers updated.
1116 (rmail-get-pop-password): Rename to rmail-get-remote-password.
1117 Take an argument specifying whether it is POP or IMAP mailbox we
1118 are using. All callers updated.
1119 (rmail-pop-password-error): Rename to
1120 rmail-remote-password-error. Added mailutils-specific error message.
1121 (rmail-movemail-search-path)
1122 (rmail-movemail-variant-in-use): New variables.
1123 (rmail-remote-password, rmail-remote-password-required):
1124 New customization variables.
1125 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
1126 (rmail-parse-url): New function.
1127 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
1128 with GNU mailutils movemail.
1129
1130 2005-01-15 Kevin Ryde <user42@zip.com.au>
1131
1132 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
1133 suffix to space, $ or '$, to correctly position point when going
1134 to @table style constants like DBL_MAX.
1135
1136 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
1137
1138 * type-break.el (type-break-mode, type-break-file-time)
1139 (type-break-file-keystroke-count, type-break-choose-file):
1140 Don't store data in or load data from the file if type-break-file-name
1141 is nil.
1142 (type-break-file-name): Doc update as per the above.
1143
1144 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
1145
1146 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
1147 lookup-key might return nil; handle that.
1148
1149 2005-01-15 Alan Mackenzie <acm@muc.de>
1150
1151 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
1152 rather than the element found, thus enabling the tree to be setcar'd.
1153
1154 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1155
1156 * textmodes/org.el (org-show-following-heading): New option.
1157 (org-show-hierarchy-above): Use `org-show-following-heading'.
1158 (org-cycle): Documentation fix.
1159
1160 * textmodes/org.el (orgtbl-optimized): New option
1161 (orgtbl-mode): New command, a minor mode.
1162 (orgtbl-mode-map): New variable.
1163 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
1164 (orgtbl-error, orgtbl-self-insert-command)
1165 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
1166
1167 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
1168 a local variable in each org-mode buffer.
1169
1170 * textmodes/org.el (org-set-regexps-and-options): Rename from
1171 `org-set-regexps'. Added checking for STARTUP keyword.
1172 (org-get-current-options): Add STARTUP options.
1173 (org-table-insert-row): Mode mode intelligent about when
1174 realignment is needed.
1175 (org-self-insert-command, org-delete-backward-char, org-delete-char):
1176 New commands.
1177 (org-enable-table-editor): New default value `optimized'.
1178 (org-table-blank-field): Support blanking regions if active.
1179
1180 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
1181
1182 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
1183 if the year is not given.
1184
1185 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
1186 Add new escapes %m and %M, fixed bug with %F by adding
1187 save-match-data.
1188 (reftex-reference): Remove ?. from list of spaces.
1189 (reftex-label-info): Add automatic label prefix recognition.
1190
1191 * textmodes/reftex-index.el (reftex-index-next-phrase):
1192 Add slave parameter to call of `reftex-index-this-phrase'.
1193 (reftex-index-this-phrase): New optional argument.
1194 (reftex-index-region-phrases): Add slave parameter to call of
1195 `reftex-index-this-phrase'.
1196 (reftex-display-index): New argument redo.
1197 (reftex-index-rescan): Add 'redo to arguments of
1198 `reftex-display-index'.
1199 (reftex-index-Rescan, reftex-index-revert)
1200 (reftex-index-switch-index-tag): Add 'redo to arguments of
1201 `reftex-display-index'.
1202 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
1203 indexing. Fix bug with matching is there is a quote before or
1204 after the word.
1205
1206 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
1207 Fix bug when collecting citation keys in lines with comments.
1208 (reftex-citation): Prefix argument no longer rescans the document,
1209 but forces prompting for optional arguments of cite macros.
1210 (reftex-do-citation): Prompting for optional arguments implemented.
1211
1212 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1213 Add optional arguments to most cite commands.
1214 (reftex-cite-cleanup-optional-args): New option
1215 (reftex-cite-prompt-optional-args): New option.
1216 (reftex-trust-label-prefix): New option.
1217
1218 * textmodes/reftex-toc.el (reftex-toc-find-section):
1219 Add push-mark before changing the position in the buffer.
1220
1221 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
1222 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
1223
1224 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
1225
1226 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
1227 more carefully.
1228
1229 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
1230
1231 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
1232 (sgml-mode): Use it.
1233 (sgml-get-context): Better keep track of implicitly closed tags.
1234
1235 2005-01-13 Kenichi Handa <handa@m17n.org>
1236
1237 * textmodes/ispell.el: These changes are to fix misalignment error
1238 caused by equivalent characters of different Emacs charsets.
1239 (ispell-unified-chars-table): New variable.
1240 (ispell-get-decoded-string): New function.
1241 (ispell-get-casechars, ispell-get-not-casechars)
1242 (ispell-get-otherchars): Call ispell-get-decoded-string.
1243
1244 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1245
1246 * custom.el (custom-declare-variable): Just put symbol instead
1247 of (defvar . symbol) in `current-load-list'.
1248
1249 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
1250
1251 * emacs-lisp/elint.el: Fixed typo in Commentary section.
1252
1253 2005-01-12 Jay Belanger <belanger@truman.edu>
1254
1255 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
1256 to create a Calc summary.
1257
1258 2005-01-12 Kim F. Storm <storm@cua.dk>
1259
1260 * mouse.el (mouse-on-link-p): Change functionality and doc
1261 string to comply with latest description in lisp ref.
1262
1263 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
1264
1265 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
1266 Enable mouse clicks on mode-line, header-line and margin.
1267 (event-type): Give mouse event symbols an 'event-kind property
1268 with value 'mouse-click.
1269
1270 2005-01-12 Juri Linkov <juri@jurta.org>
1271
1272 * facemenu.el (list-colors-display): Add new arg buffer-name.
1273 Use it. Fix docstring. Replace code for identifying duplicate
1274 colors by the name with call to `list-colors-duplicates' which
1275 identifies duplicate colors by the value unless the color
1276 is one of special Windows colors. Set truncate-lines to t.
1277 Print sorted duplicate color names on each line. Indent to 22
1278 \(the longest color name in rgb.txt) instead of 20. Optimize.
1279 (list-colors-duplicates): New function.
1280 (facemenu-color-name-equal): Delete function.
1281
1282 * facemenu.el (list-colors-print): New function created from code
1283 in list-colors-display. Print #RRGGBB at the window right edge.
1284 (list-colors-display): When temp-buffer-show-function is not
1285 defined, call list-colors-print from temp-buffer-show-hook
1286 to get the right value of window-width in list-colors-print
1287 after the buffer is displayed.
1288
1289 * simple.el (pop-mark): Move deactivate-mark out of conditional
1290 part to deactivate the active mark regardless of the state of the
1291 mark ring.
1292
1293 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
1294 variables line in desktop files.
1295
1296 2005-01-12 Juri Linkov <juri@jurta.org>
1297
1298 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
1299 Bring together isearch highlight related options.
1300 (lazy-highlight): Replace group `replace' by `matching'.
1301 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1302 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1303 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
1304 and declare them obsolete.
1305 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
1306 (isearch-faces): Remove defgroup.
1307 (isearch-overlay, isearch-highlight, isearch-dehighlight):
1308 Move isearch highlighting code closer to lazy highlighting code.
1309
1310 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
1311 (query-replace-highlight, query-replace-lazy-highlight)
1312 (query-replace): Move definitions to the beginning of the file.
1313
1314 2005-01-11 Juri Linkov <juri@jurta.org>
1315
1316 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm,
1317 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm,
1318 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
1319
1320 * info.el (Info-history-forward): New variable.
1321 (Info-select-node): Reset Info-history-forward to nil.
1322 (Info-last): Turn into defalias.
1323 (Info-history-back): Rename from Info-last.
1324 Add current node to Info-history-forward.
1325 (Info-history-forward): New fun.
1326 (Info-mode-map): Replace Info-last by Info-history-back.
1327 Bind Info-history-forward to "r".
1328 (Info-mode-menu): Replace Info-last by Info-history-back.
1329 Fix menu item text. Add menu item for Info-history-forward.
1330 (info-tool-bar-map): Replace Info-last by Info-history-back.
1331 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
1332 for Info-history-forward.
1333 (Info-mode): Replace Info-last by Info-history-back in docstring.
1334 Add local variable Info-history-forward.
1335 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
1336
1337 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
1340 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
1341 Ignore select-window events rather than fiddle with
1342 mouse-autoselect-window.
1343
1344 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
1345
1346 * type-break.el (type-break-mode): Fix previous change.
1347
1348 2005-01-10 Jay Belanger <belanger@truman.edu>
1349
1350 * calc/calc-ext.el (calc-reset): Reset when inside embedded
1351 calculator; only reset when point is inside a calculator.
1352 Don't adjust the window height if the window takes up the whole height
1353 of the frame.
1354
1355 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
1356
1357 * ebuff-menu.el (Electric-buffer-menu-mode):
1358 Preserve value of buffer-local var header-line-format.
1359
1360 2005-01-09 Jay Belanger <belanger@truman.edu>
1361
1362 * calc/calc.el (calc-mode-var-list-restore-saved-values):
1363 Make sure settings file exists before accessing it.
1364
1365 * calc/calc-embed.el (calc-embedded-subst):
1366 Replace math-multi-subst-rec, which is only supposed to be called
1367 by math-multi-subst, by math-multi-subst.
1368
1369 2005-01-09 Andre Spiegel <spiegel@gnu.org>
1370
1371 * vc.el (vc-allow-async-revert): New user option.
1372 (vc-disable-async-diff): New internal variable.
1373 (vc-revert-buffer): Use them to disable asynchronous diff.
1374
1375 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
1376 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
1377 asynchronously if vc-disable-async-diff is t.
1378
1379 2005-01-09 Jay Belanger <belanger@truman.edu>
1380
1381 * calc/calc.el (defcalcmodevar): New macro.
1382 (calc-mode-var-list-restore-default-values)
1383 (calc-mode-var-list-restore-saved-values): New functions.
1384 (calc-mode-var-list): Use defcalcmodevar to define it.
1385 (calc-always-load-extensions, calc-line-numbering)
1386 (calc-line-breaking, calc-display-just, calc-display-origin)
1387 (calc-number-radix, calc-leading-zeros, calc-group-digits)
1388 (calc-group-char, calc-point-char, calc-frac-format)
1389 (calc-prefer-frac, calc-hms-format, calc-date-format)
1390 (calc-float-format, calc-full-float-format, calc-complex-format)
1391 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
1392 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
1393 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
1394 (calc-matrix-brackets, calc-language, calc-language-option)
1395 (calc-left-label, calc-right-label, calc-word-size)
1396 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
1397 (calc-display-raw, calc-internal-prec, calc-angle-mode)
1398 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
1399 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
1400 (calc-window-height, calc-display-trail, calc-show-selections)
1401 (calc-use-selections, calc-assoc-selections)
1402 (calc-display-working-message, calc-auto-why, calc-timing)
1403 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
1404 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
1405 (calc-gnuplot-default-device, calc-gnuplot-default-output)
1406 (calc-gnuplot-print-device, calc-gnuplot-print-output)
1407 (calc-gnuplot-geometry, calc-graph-default-resolution)
1408 (calc-graph-default-resolution-3d, calc-invocation-macro)
1409 (calc-show-banner): Use defcalcmodevar to declare them and set
1410 their default values.
1411
1412 * calc/calc-ext.el (calc-reset): Restore saved values of variables
1413 instead of default values (but restore default values if there is
1414 an argument of 0).
1415
1416 2005-01-09 David Kastrup <dak@gnu.org>
1417
1418 * desktop.el (desktop-restore-eager): Fix typo in type.
1419
1420 2005-01-08 Richard M. Stallman <rms@gnu.org>
1421
1422 * cus-edit.el (customize): Delete :link.
1423
1424 2005-01-08 Jay Belanger <belanger@truman.edu>
1425
1426 * calc/calc.el (calc-mode): Remove the extension from the
1427 `calc-settings-file' file name when loading it.
1428
1429 2005-01-08 Kim F. Storm <storm@cua.dk>
1430
1431 * info.el (Info-mode-map, Info-next-link-keymap)
1432 (Info-prev-link-keymap, Info-up-link-keymap):
1433 Map follow-link to mouse-face.
1434 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
1435
1436 2005-01-08 Jay Belanger <belanger@truman.edu>
1437
1438 * calc/calc.el (calc-settings-file): Change default value.
1439 Suggested by cgw in a comment in calc-mode.el.
1440
1441 * calc/calc-mode.el (calc-settings-file-name):
1442 Compare calc-settings-file to user-init-file instead of ~/.emacs.
1443 Replace ~/.emacs in a prompt by calc-settings-file.
1444
1445 2005-01-07 Lars Hansen <larsh@math.ku.dk>
1446
1447 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
1448 (desktop-lazy-idle-delay): New customizable variables.
1449 (desktop-buffer-args-list): New variable.
1450 (desktop-append-buffer-args): New function.
1451 (desktop-save): Call desktop-append-buffer-args for some buffers.
1452 (desktop-lazy-create-buffer): New function.
1453 (desktop-idle-create-buffers): New function.
1454 (desktop-read): Add message about buffers to restore lazily.
1455 (desktop-lazy-abort): New command.
1456 (desktop-clear): Call desktop-lazy-abort.
1457 (desktop-lazy-complete): New command.
1458
1459 2005-01-06 Richard M. Stallman <rms@gnu.org>
1460
1461 * emacs-lisp/find-func.el (find-face-definition):
1462 Rename from find-face.
1463
1464 2005-01-06 Kim F. Storm <storm@cua.dk>
1465
1466 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
1467
1468 * man.el (Man-xref-man-page, Man-xref-header-file)
1469 (Man-xref-normal-file): Add follow-link property.
1470
1471 2005-01-06 Jay Belanger <belanger@truman.edu>
1472
1473 * calc/calc-units.el: Make sure the proper macro definitions are
1474 available when compiling.
1475
1476 2005-01-06 Juri Linkov <juri@jurta.org>
1477
1478 * isearch.el (isearch-lazy-highlight-update):
1479 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
1480
1481 2005-01-06 Miles Bader <miles@gnu.org>
1482
1483 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
1484 (isearch-lazy-highlight-face): Use new name.
1485
1486 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
1487
1488 * uniquify.el (uniquify-rationalize-file-buffer-names):
1489 Re-add an interactive spec.
1490 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
1491 to the same name.
1492
1493 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
1494 (isearch-update, isearch-done): Adjust calls accordingly.
1495
1496 2005-01-05 Richard M. Stallman <rms@gnu.org>
1497
1498 * custom.el (custom-set-variables, custom-theme-set-variables):
1499 Clarify documentation.
1500
1501 * emacs-lisp/find-func.el (find-variable)
1502 (find-variable-other-window, find-variable-other-frame):
1503 Fix the TYPE args to find-function-read and find-function-do-it.
1504 (find-function): Doc fix.
1505 (find-function-at-point): Replace function-at-point alias.
1506
1507 2005-01-04 Richard M. Stallman <rms@gnu.org>
1508
1509 * cus-face.el (custom-declare-face):
1510 Record defface in current-load-list.
1511
1512 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
1513
1514 * emacs-lisp/find-func.el: Doc fixes.
1515 (find-face-regexp): New variable.
1516 (find-function-regexp-alist): New variable.
1517 (find-function-C-source): Third arg is now TYPE.
1518 (find-function-search-for-symbol): Handle general TYPE.
1519 (find-function-read, find-function-do-it): Handle general TYPE.
1520 (find-definition-noselect, find-face): New functions.
1521 (function-at-point): Alias deleted.
1522
1523 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
1524
1525 * battery.el (display-battery-mode): Rename from display-battery.
1526 Handle the case where it gets turned off.
1527
1528 2005-01-04 Richard M. Stallman <rms@gnu.org>
1529
1530 * cus-edit.el (customize): Make :link point to user doc.
1531
1532 * man.el (Man-fontify-manpage): Turn off undo generation.
1533
1534 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
1535
1536 2005-01-04 Andreas Schwab <schwab@suse.de>
1537
1538 * files.el (insert-directory): Only look for error lines in
1539 inserted text. Don't move too far after processing --dired markers.
1540
1541 2005-01-04 Richard M. Stallman <rms@gnu.org>
1542
1543 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
1544 Don't expand if the character is @, period, dash, etc.
1545 (define-mail-abbrev): Quote names that contain problem characters.
1546
1547 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
1548
1549 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
1550
1551 2005-01-03 Richard M. Stallman <rms@gnu.org>
1552
1553 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
1554 (query-replace-highlight, query-replace-lazy-highlight)
1555 (query-replace): Definitions moved up. Doc fix.
1556
1557 2005-01-03 Richard M. Stallman <rms@gnu.org>
1558
1559 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
1560 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
1561 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
1562 (lazy-highlight-face): Rename from isearch-lazy-...
1563 Change all references to them.
1564
1565 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
1566
1567 * cus-edit.el (custom-file): Doc fix for defcustom.
1568 (custom-file): The function no longer sets the variable
1569 `custom-file' to its return value.
1570
1571 * startup.el (command-line): No longer load `custom-file'.
1572
1573 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
1574
1575 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
1576
1577 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
1578 Don't confuse module-prefixed identifiers for labels.
1579 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
1580
1581 2005-01-02 Richard M. Stallman <rms@gnu.org>
1582
1583 * files.el (basic-save-buffer-1): Fix previous change.
1584
1585 * loadhist.el (file-loadhist-lookup): New function.
1586 (file-provides, file-requires): Use it.
1587
1588 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
1589 instead of calculating the right size.
1590
1591 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
1592
1593 * vc-svn.el (vc-svn-diff): Stay local if possible.
1594
1595 2005-01-02 Stefan <monnier@iro.umontreal.ca>
1596
1597 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
1598
1599 * files.el (hack-local-variables): Fix last change.
1600
1601 2005-01-02 Jay Belanger <belanger@truman.edu>
1602
1603 * calc/calc-yank.el (calc-edit-top): New variable.
1604 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
1605 object. Change header properties.
1606 (calc-edit-finish, calc-edit-finish-stack-object)
1607 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
1608 edited object.
1609 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
1610 for the beginning of the edited object.
1611 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
1612 for the beginning of the edited object.
1613 * calc/calc-prog.el (calc-edit-macro-finish-edit)
1614 (calc-finish-formula-edit, calc-macro-repeats)
1615 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
1616 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
1617 beginning of the edited object.
1618 (calc-user-define-edit): Change the header for editing macros.
1619 Remove unnecessary variable.
1620
1621 2005-01-01 Jay Belanger <belanger@truman.edu>
1622
1623 * calc/calc-yank.el (calc-edit-mode): Change default header.
1624 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
1625 * calc/calc-store.el (calc-edit-variable): Change title to match new
1626 header.
1627 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
1628 mode to match new header.
1629 (calc-user-define-edit): Change titles to include names of commands.
1630 (calc-finish-formula-edit): Adjust to handle new header.
1631 (calc-finish-macro-edit): Remove.
1632 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
1633 (calc-edit-macro-command, calc-edit-macro-command-type)
1634 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
1635 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
1636 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
1637 (calc-edit-macro-finish-edit): New functions.
1638 (calc-user-define-edit): Use new functions to edit named calc macros.
1639
1640 2005-01-01 Stefan <monnier@iro.umontreal.ca>
1641
1642 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
1643
1644 * ses.el (copy-region-as-kill): Deactivate mark.
1645
1646 2005-01-01 Richard M. Stallman <rms@gnu.org>
1647
1648 * replace.el (occur-1): If the output buffer is also an input,
1649 don't kill it, rename it.
1650
1651 * faces.el (set-face-background, set-face-foreground): Doc fix.
1652
1653 * cus-face.el (custom-face-attributes): Fix :help-echo strings
1654 for :foreground and :background.
1655
1656 * dired.el (dired-view-command-alist): Variable deleted.
1657 (dired-view-file, dired-mouse-find-file-other-window):
1658 Delete the code to use it.
1659
1660 2005-01-01 Kim F. Storm <storm@cua.dk>
1661
1662 * image.el (insert-sliced-image): Use t for line-height property.
1663
1664 2004-12-31 Jay Belanger <belanger@truman.edu>
1665
1666 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
1667 for "var-" at the beginning of the minibuffer.
1668
1669 2004-12-31 Richard M. Stallman <rms@gnu.org>
1670
1671 * faces.el (read-face-name):
1672 Don't treat an attribute spec as a list of faces.
1673
1674 * simple.el (undo): Use undo-equiv-table to detect
1675 unexpected changes since previous undo.
1676 (undo-list-saved): Variable deleted.
1677 (buffer-disable-undo): Don't alter undo-list-saved.
1678
1679 * files.el (require-final-newline): Allow `visit' and `visit-save'.
1680 (mode-require-final-newline): New option.
1681 (after-find-file): Handle require-final-newline with new values.
1682 (basic-save-buffer): Handle new values of require-final-newline.
1683
1684 * progmodes/sh-script.el (sh-require-final-newline):
1685 Alist value now controls whether to use mode-require-final-newline.
1686 (sh-set-shell): Implement that new meaning.
1687
1688 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
1689 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
1690 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
1691 Delete old-Emacs compatibility code.
1692 (antlr-c-common-init): Function deleted.
1693
1694 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
1695 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
1696 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
1697 * progmodes/python.el (python-mode): Use mode-require-final-newline.
1698 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
1699 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
1700 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
1701 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
1702 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
1703 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
1704 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
1705 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
1706 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
1707 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
1708 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
1709 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
1710
1711 2004-12-31 Jay Belanger <belanger@truman.edu>
1712
1713 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
1714 way to return to Calc.
1715
1716 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
1717 finish, C-xk as the way to cancel the edit. Add cancel routine to
1718 kill-buffer-hook.
1719
1720 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
1721 MacEdit code.
1722
1723 * calc/calc-prog.el: Remove obsolete MacEdit code.
1724 (calc-macro-edit-algebraic, calc-macro-edit-variable)
1725 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
1726
1727 2004-12-31 Kenichi Handa <handa@m17n.org>
1728
1729 * international/mule.el (buffer-file-coding-system-explicit):
1730 Rename for explicit-buffer-file-coding-system.
1731 (after-insert-file-set-coding): Adjust for the above change.
1732
1733 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
1734 to buffer-file-coding-system-explicit.
1735 (basic-save-buffer-1): Likewise.
1736
1737 2004-12-30 Richard M. Stallman <rms@gnu.org>
1738
1739 * textmodes/artist.el (artist-butlast-fn): Var deleted.
1740 (artist-butlast, artist-last): Functions deleted.
1741 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
1742 (artist-compute-key-compl-table): Call remq directly.
1743 (artist-remove-nulls): Function deleted.
1744 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
1745 (artist-push, artist-pop): Macro deleted.
1746
1747 2004-12-30 Andreas Leue <al@sphenon.de>
1748
1749 * textmodes/artist.el (artist-version): 1.2.6
1750 (artist-prev-next-op-alist): New variable.
1751 (artist-select-next-op-in-list): New function.
1752 (artist-select-prev-op-in-list): New function.
1753 (artist-make-prev-next-op-alist): New function.
1754 (artist-is-in-op-list-p): New function.
1755 (artist-get-first-non-nil-op): New function.
1756 (artist-get-last-non-nil-op): New function.
1757 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
1758 artist-prev-next-op-alist.
1759 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
1760 change drawing operation.
1761
1762 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
1763
1764 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
1765
1766 2004-12-31 Masatake YAMATO <jet@gyve.org>
1767
1768 * server.el (server-process-filter): Suppress `error', too.
1769
1770 2004-12-30 Jay Belanger <belanger@truman.edu>
1771
1772 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
1773 Change the way a variable is displayed in a message.
1774
1775 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
1776 (calc-user-define-permanent, calc-execute-kbd-macro):
1777 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
1778
1779 2004-12-30 Kenichi Handa <handa@m17n.org>
1780
1781 * files.el (basic-save-buffer-1):
1782 Set explicit-buffer-file-coding-system to last-coding-system-used.
1783 (revert-buffer): Pay attention to
1784 explicit-buffer-file-coding-system (not buffer-file-coding-system)
1785 on bind coding-system-for-read.
1786
1787 * international/mule.el (explicit-buffer-file-coding-system):
1788 New buffer local variable.
1789 (after-insert-file-set-coding): Set it to coding-system-for-read.
1790
1791 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
1792
1793 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
1794
1795 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
1796
1797 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
1798 that include line numbers.
1799
1800 2004-12-29 Milan Zamazal <pdm@zamazal.org>
1801
1802 * files.el (hack-local-variables): If no PREFIX, set it to "^".
1803 Redundant variable PREFIXLEN removed.
1804
1805 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
1806
1807 * eshell/em-hist.el (eshell-previous-matching-input):
1808 Start the deletion from the end of the output.
1809
1810 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1811
1812 * term/mac-win.el: Require x-dnd.
1813 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
1814
1815 2004-12-29 David Kastrup <dak@gnu.org>
1816
1817 * international/mule.el (decode-coding-inserted-region):
1818 Don't barf if `buffer-undo-list' is already set to `t'.
1819
1820 2004-12-29 Jay Belanger <belanger@truman.edu>
1821
1822 * calc/calc-prog.el (calc-user-define-formula): Put default values
1823 for function names in prompts.
1824 (calc-user-define-permanent, calc-user-define-composition)
1825 (calc-user-define-formula): Remove the need for "calcFunc-" in the
1826 default input for algebraic functions.
1827
1828 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
1829
1830 * vc-rcs.el (vc-rcs-annotate-command):
1831 Fix omission bug: Call `vc-setup-buffer'.
1832
1833 2004-12-29 Kenichi Handa <handa@m17n.org>
1834
1835 * international/mule.el (recode-region): New function.
1836
1837 2004-12-28 Richard M. Stallman <rms@gnu.org>
1838
1839 * simple.el (undo-extra-outer-limit): New variable.
1840 (undo-outer-limit-truncate): Test and set it.
1841
1842 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
1843 enables the feature to extend the existing region.
1844
1845 * simple.el (mark-word): New arg ALLOW-EXTEND
1846 enables the feature to extend the existing region.
1847
1848 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
1849 enables the feature to extend the existing region.
1850
1851 * startup.el (site-run-file): Don't allow setting it with Custom.
1852
1853 * simple.el (buffer-disable-undo): Fix previous change.
1854
1855 2004-12-27 Masatake YAMATO <jet@gyve.org>
1856
1857 * hexl.el (hexlify-buffer): Remove fontification here.
1858 Use font lock mechanism instead.
1859 (hexl-font-lock-keywords): New font lock kewords.
1860 (hexl-mode-old-font-lock-keywords): New variable.
1861 (hexl-mode): Store the old font lock keywords.
1862 (hexl-mode-exit): Restore the old font lock keywords.
1863
1864 2004-12-27 Richard M. Stallman <rms@gnu.org>
1865
1866 * simple.el (undo): Fix previous change.
1867
1868 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1869
1870 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
1871 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
1872 Call x-open-connection on Mac OS X.
1873
1874 2004-12-27 Richard M. Stallman <rms@gnu.org>
1875
1876 * files.el (buffer-save-without-query): New var (buffer-local).
1877 (save-some-buffers): Save those buffers first, w/o asking.
1878
1879 * files.el (insert-directory-ls-version): New variable.
1880 (insert-directory): When ls returns an error, test the version
1881 number to decide what the return code means.
1882 With --dired output format, detect and distinguish lines
1883 that are really error messages.
1884 (insert-directory-adj-pos): New function.
1885
1886 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
1887
1888 * battery.el (battery-mode-line-format): Remove initial spaces.
1889
1890 * uniquify.el (uniquify-rationalize-file-buffer-names):
1891 Delete interactive spec.
1892
1893 * type-break.el (type-break-mode): Set buffer-save-without-query.
1894 Remove code that tried to set save-some-buffers-always.
1895 (type-break-file-keystroke-count): Bind deactivate-mark.
1896
1897 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
1898
1899 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
1900 Test that the buffer is live, and maybe reject current buffer too.
1901 Clarify.
1902 (next-error-find-buffer): Rewrite for clarity.
1903
1904 * loadup.el: Don't use buffer-disable-undo; do it directly.
1905
1906 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
1907 (describe-variable): Call symbol-file with `defvar'.
1908
1909 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
1910 (symbol-file): Rewritten to handle new load-history format.
1911 Now takes an arg TYPE to specify looking for a particular
1912 type of definition only.
1913
1914 * emacs-lisp/debug.el (debugger-make-xrefs):
1915 Call symbol-file with `defun'.
1916
1917 * emacs-lisp/find-func.el (find-function-noselect):
1918 Call symbol-file with `defun'.
1919 (find-variable-noselect): Call symbol-file with `defvar'.
1920
1921 * eshell/esh-cmd.el (eshell-find-alias-function):
1922 Call symbol-file with `defun'.
1923
1924 * eshell/esh-test.el (eshell-test-goto-func):
1925 Call symbol-file with `defun'.
1926
1927 * mail/rmail.el (rmail-resend):
1928 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
1929
1930 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
1931
1932 * progmodes/compile.el (compilation-find-buffer): Rename arg.
1933
1934 * textmodes/texinfmt.el (texinfo-format-buffer-1):
1935 Call buffer-disable-undo.
1936
1937 * simple.el (undo-list-saved): New variable (buffer-local).
1938 (undo): Set and test it.
1939 (buffer-disable-undo): Move here from buffer.c.
1940 Clear out undo-list-saved.
1941
1942 * international/mule.el (decode-coding-inserted-region):
1943 Set buffer-undo-list in a correct and optimal way.
1944
1945 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
1946 (cperl-font-lock-unfontify-region-function): No need to save and
1947 restore info, since font-lock.el does it for us.
1948
1949 * ansi-color.el (save-buffer-state): Definition deleted.
1950 (ansi-color-unfontify-region): Don't use save-buffer-state.
1951
1952 2004-12-27 Dave Love <fx@gnu.org>
1953
1954 * wid-edit.el (function): Use restricted-sexp as parent.
1955
1956 2004-12-27 Kevin Ryde <user42@zip.com.au>
1957
1958 * simple.el (next-matching-history-element): Use same
1959 `interactive' form as previous-matching-history-element.
1960
1961 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
1962 it can appear unencoded and has been seen from yahoo.
1963
1964 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
1965
1966 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1967 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
1968
1969 2004-12-27 Kenichi Handa <handa@m17n.org>
1970
1971 * international/utf-8.el (utf-translate-cjk-load-tables):
1972 Bind coding-system-for-read to nil while loading subst-*.
1973
1974 2004-12-26 Jay Belanger <belanger@truman.edu>
1975
1976 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
1977 default input.
1978
1979 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
1980
1981 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
1982 before reverting and disable undo recording while reverting.
1983
1984 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
1985
1986 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
1987 (hs-make-overlay): New function.
1988 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
1989 (hs-flag-region): Delete function.
1990 (hs-hide-comment-region): No longer use `hs-flag-region'.
1991 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
1992 (hs-hide-block-at-point): Likewise.
1993 (hs-hide-level-recursive): Use `hs-discard-overlays'.
1994 (hs-hide-all, hs-show-all): Likewise.
1995 (hs-show-block): Likewise.
1996 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
1997
1998 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
1999
2000 * progmodes/hideshow.el: Require `cl' when compiling.
2001 Remove XEmacs and Emacs 19 compatibility.
2002 Use `dolist' and `add-to-list' for load-time actions.
2003 (hs-discard-overlays): Use `dolist'.
2004 (hs-show-block): Likewise.
2005
2006 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
2007
2008 * faces.el (mode-line, mode-line-inactive): Use min-colors.
2009
2010 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
2011
2012 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
2013 When extending backwards, move outside the current comment first.
2014
2015 2004-12-22 Kenichi Handa <handa@m17n.org>
2016
2017 * international/quail.el (quail-start-translation): Fix prompt
2018 string for the case if input-method-use-echo-area being non-nil.
2019 (quail-start-conversion): Likewise.
2020 (quail-show-guidance): Don't show guidance if
2021 input-method-use-echo-area is non-nil.
2022
2023 2004-12-21 Richard M. Stallman <rms@gnu.org>
2024
2025 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
2026
2027 2004-12-21 Markus Rost <rost@ias.edu>
2028
2029 * calendar/diary-lib.el (mark-diary-entries):
2030 Set mark-diary-entries-in-calendar only after checking for diary-file.
2031
2032 2004-12-21 Richard M. Stallman <rms@gnu.org>
2033
2034 * faces.el (escape-glyph): Use blue against light foreground.
2035
2036 * simple.el (undo-outer-limit-truncate): New function.
2037 (undo-outer-limit-function): Use undo-outer-limit-truncate.
2038
2039 2004-12-21 Eli Barzilay <eli@barzilay.org>
2040
2041 * calculator.el: (calculator-radix-grouping-mode)
2042 (calculator-radix-grouping-digits)
2043 (calculator-radix-grouping-separator):
2044 New defcustoms for the new radix grouping mode functionality.
2045 (calculator-mode-hook): Now used in electric mode too,
2046 (calculator): Call it.
2047 (calculator-mode-map): Some new keys.
2048 (calculator-message): New function. Some new calls.
2049 (calculator-op, calculator-set-register): Use it.
2050 (calculator-string-to-number): New function, mostly moved and
2051 updated code from calculator-curnum-value.
2052 (calculator-curnum-value): Use it.
2053 (calculator-paste): Use it, and update grabbing the current-kill.
2054 (calculator-rotate-displayer)
2055 (calculator-rotate-displayer-back): Toggle digit grouping when
2056 in radix mode, use calculator-message.
2057 (calculator-displayer-prev, calculator-displayer-next):
2058 Change digit group size when in radix mode.
2059 (calculator-number-to-string): Rename from
2060 calculator-num-to-string. Now deals with digit grouping in
2061 radix mode.
2062 (calculator-update-display, calculator-put-value): Use the new name.
2063 (calculator-fact): Return a floating point number.
2064 (calculator-mode): Doc fix.
2065
2066 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
2067
2068 * calendar/calendar.el (view-other-diary-entries): Add autoload.
2069 * calendar/diary-lib.el (view-other-diary-entries):
2070 Use current-prefix-arg in interactive spec.
2071
2072 2004-12-19 Jay Belanger <belanger@truman.edu>
2073
2074 * calc/calc-aent.el (calcAlg-blank-matching-open):
2075 Temporarily adjust the syntax of both delimiters of half-open intervals.
2076
2077 2004-12-19 Kim F. Storm <storm@cua.dk>
2078
2079 * mouse.el (mouse-1-click-follows-link): Doc fix.
2080
2081 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2082
2083 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
2084 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
2085 instead of centraleuropean as the name
2086
2087 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
2088
2089 Sync with Tramp 2.0.46.
2090
2091 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
2092 parameters wrt Tramp convention.
2093 (tramp-handle-file-attributes-with-perl)
2094 (tramp-handle-directory-files-and-attributes): Apply it.
2095 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
2096 `copy-program'. Reported by Zack Weinberg
2097 <zack@codesourcery.com>.
2098 (top): Set `edebug-form-spec' property directly rather than
2099 calling `def-edebug-spec'.
2100
2101 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
2102 advice less fragile. Surround temporary redefinition of
2103 `substitute-in-file-name' with `unwind-protect'. Suggested by
2104 Matt Hodges <MPHodges@member.fsf.org>.
2105
2106 2004-12-17 Juri Linkov <juri@jurta.org>
2107
2108 * replace.el (occur-accumulate-lines, occur-engine):
2109 Make forcing deferred font-lock fontification jit-specific.
2110
2111 2004-12-17 Kim F. Storm <storm@cua.dk>
2112
2113 * mouse.el (mouse-1-click-follows-link): New defcustom.
2114 (mouse-on-link-p): New function.
2115 (mouse-drag-region-1): Implement mouse-1-click-follows-link
2116 functionality. Map a mouse-1 click event into a mouse-2 (or
2117 other) event when position is inside a link.
2118
2119 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
2120 prefix in tooltip text with "mouse-1" when this is a link
2121 recognized by mouse-1-click-follows-link functionality.
2122
2123 * help.el (describe-key): Report effective and original binding
2124 for mouse-1 when clicked on a link.
2125 (describe-mode): Add follow-link property to "minor-mode" button.
2126
2127 * help-fns.el (describe-variable): Add follow-link property to
2128 "below" button.
2129
2130 * help-mode.el (help-xref): Add follow-link property.
2131
2132 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
2133 (apropos-command, apropos-variable, apropos-face, apropos-group)
2134 (apropos-widget, apropos-plist): Add follow-link property.
2135
2136 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
2137 checks if position is in a filename, rather than some other
2138 clickable item. Function looks for cvs-filename-face at position.
2139
2140 * wid-edit.el (widget-specify-field, widget-specify-button):
2141 Map a :follow-link keyword into a follow-link property.
2142 (link): Add :follow-link keyword, map to RET binding.
2143
2144 * dired.el (dired-mode-map): Map follow-link to mouse-face.
2145
2146 * progmodes/compile.el (compilation-minor-mode-map)
2147 (compilation-button-map, compilation-mode-map): Likewise.
2148
2149 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
2150
2151 * play/zone.el (zone): Init `line-spacing' from orig buffer.
2152 (zone-replace-char): Take `count' and `del-count'
2153 instead of `direction'. Update callers. When `del-count' is
2154 non-nil, delete that many characters, otherwise `count' characters
2155 backwards. Insert the newly-replaced string `count' times.
2156 (zone-fret): Handle chars w/ width greater than one.
2157 (zone-fall-through-ws): No longer take window width `ww'.
2158 Update callers. Add handling for `char-width' greater than one.
2159 (zone-pgm-drip): Update var holding window-end position every cycle.
2160
2161 2004-12-17 Andre Spiegel <spiegel@gnu.org>
2162
2163 * vc.el (vc-default-update-changelog): Use insert-file-contents,
2164 rather than insert-file.
2165
2166 2004-12-16 Jay Belanger <belanger@truman.edu>
2167
2168 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
2169 (math-init-random-base, math-random-digit): Check to see if
2170 var-RandSeed is bound.
2171 (math-random-last): Declare it.
2172 (math-random-digit): Don't make math-random-last local.
2173
2174 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
2175
2176 * play/zone.el (zone): Fix omission bug: Use a self-disabling
2177 one-shot thunk for uniform (error, quit, normal) recovery.
2178 Reported by John Paul Wallington.
2179 (zone-pgm-random-life): Fix bug:
2180 Recognize empty initial field by lack of "@" chars.
2181
2182 2004-12-16 Juri Linkov <juri@jurta.org>
2183
2184 * help.el (function-called-at-point):
2185 * help-fns.el (variable-at-point): As a last resort try stripping
2186 non-word prefixes and suffixes.
2187
2188 * descr-text.el (describe-property-list): Don't treat syntax-table
2189 specially. Use describe-text-sexp which inserts [show] button
2190 for large objects and handles printing errors. Sort properties
2191 by names in alphabetical order instead of by value sizes.
2192 Add `mouse-face' to list of properties for `describe-face' widget.
2193 (describe-char): Mask out face-id from 19 bits of character.
2194 Print face-id separately.
2195
2196 * replace.el (occur-accumulate-lines, occur-engine):
2197 Fontify unfontified matching lines in the source buffer
2198 before copying them.
2199 (occur-engine): Don't put mouse-face on context lines.
2200 (occur-next-error): Set point to line beginning/end
2201 before searching for prev/next property to skip multiple
2202 matches on a line (not supported by occur engine).
2203 Remove redundant prefix-numeric-value.
2204
2205 2004-12-15 Juri Linkov <juri@jurta.org>
2206
2207 * replace.el (match): New face.
2208 (list-matching-lines-face): Change default from `bold' to `match'.
2209
2210 * progmodes/grep.el (grep-match-face): New defvar.
2211 (grep-mode-font-lock-keywords): Use grep-match-face instead of
2212 compilation-column-face to highlight grep matches.
2213
2214 * apropos.el (apropos-match-face): Change default from
2215 `secondary-selection' to `match'.
2216
2217 * info-look.el (info-lookup-highlight-face): Change default from
2218 `highlight' to `match'.
2219
2220 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
2221
2222 * progmodes/executable.el (executable-interpret): Eliminate
2223 obsolete compile-internal, and switch to comint for interaction.
2224
2225 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
2226
2227 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
2228 `&&' when skipping multiple statements on a line.
2229
2230 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
2231
2232 * play/zone.el (zone): Set `truncate-lines'.
2233 Also, init `tab-width' with value from original buffer.
2234 (zone-shift-up): Rewrite for speed.
2235 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
2236 (zone-pgm-jitter): Remove redundant entries from ops vector.
2237 (zone-exploding-remove): Reduce iteration count.
2238 (zone-cpos): Convert to defsubst.
2239 (zone-replace-char): New defsubst.
2240 (zone-park/sit-for): Likewise.
2241 (zone-fret): Take window-start arg.
2242 Update callers. Use `zone-park/sit-for'.
2243 (zone-fill-out-screen): Rewrite.
2244 (zone-fall-through-ws): Likewise. Update callers.
2245 (zone-pgm-drip): Use `zone-replace-char'.
2246 Move var inits before while-loop. Use `zone-park/sit-for'.
2247 (zone-pgm-random-life): Handle empty initial field.
2248 Use `zone-replace-char' and `zone-park/sit-for'.
2249
2250 2004-12-15 Juri Linkov <juri@jurta.org>
2251
2252 * isearch.el (isearch-update): Test isearch-lazy-highlight
2253 before calling isearch-lazy-highlight-new-loop.
2254 (isearch-lazy-highlight-new-loop):
2255 Don't test isearch-lazy-highlight.
2256
2257 * replace.el (perform-replace): Add isearch-case-fold-search.
2258 Use delimited-flag for isearch-regexp.
2259 Reset isearch-lazy-highlight-last-string to force lazy
2260 highlighting when called from isearch mode.
2261 (query-replace-highlight): Revert defcustom type to boolean.
2262 (query-replace-lazy-highlight): New defcustom.
2263 (query-replace): New face.
2264 (perform-replace, replace-highlight, replace-dehighlight):
2265 Test query-replace-lazy-highlight instead of special value
2266 `isearch' of query-replace-highlight.
2267 (replace-dehighlight): Don't call isearch-dehighlight.
2268 (replace-highlight): Don't call isearch-highlight.
2269 Use face `query-replace' unconditionally.
2270
2271 2004-12-14 Kim F. Storm <storm@cua.dk>
2272
2273 * simple.el (inhibit-mark-movement): Remove defvar.
2274 (beginning-of-buffer, end-of-buffer): Don't use it.
2275
2276 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2277 Don't use inhibit-mark-movement.
2278
2279 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
2280 (cua--undo-push-mark): Remove.
2281 (cua--pre-command-handler, cua--post-command-handler):
2282 Don't fiddle with inhibit-mark-movement.
2283
2284 2004-12-14 Juri Linkov <juri@jurta.org>
2285
2286 * buff-menu.el (list-buffers-noselect): Collect internal info
2287 for every buffer in BUFFER-LIST arg too.
2288 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
2289 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
2290 Bind same-window-buffer-names and same-window-regexps to nil.
2291
2292 2004-12-13 Juri Linkov <juri@jurta.org>
2293
2294 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
2295
2296 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
2297 (sc-cite-region, sc-uncite-region, sc-recite-region):
2298 Fix previous change to handle not alist as a symbol, but
2299 a citation frame as a symbol that represents a variable name.
2300
2301 2004-12-13 Richard M. Stallman <rms@gnu.org>
2302
2303 * filecache.el (file-cache-add-directory-using-find):
2304 Only set up file-cache-find-command-posix-flag if we will use it.
2305
2306 * bindings.el (mode-line-buffer-identification-keymap):
2307 Don't cancel the mode-line's usual down-mouse-1 binding.
2308
2309 * cus-edit.el (custom-face-selected): Handle `default' specs.
2310 (custom-face-edit): Increase extra-offset.
2311 (custom-display): Handle `default' specs.
2312
2313 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
2314
2315 * emacs-lisp/elint.el (elint-standard-variables)
2316 (elint-unknown-builtin-args): Move definitions up.
2317
2318 * net/browse-url.el (browse-url-url-at-point): Add autoload.
2319
2320 * info.el (info-xref-visited): Use `default' instead of t.
2321 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
2322
2323 * faces.el (header-line, mode-line-inactive, tool-bar):
2324 Use `default' instead of t for setting the defaults.
2325 (face-spec-choose): Separate `t' from `default'.
2326
2327 * subr.el (while-no-input): New macro.
2328
2329 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
2330
2331 * filecache.el (file-cache-add-directory-using-find):
2332 Only test file-cache-find-command-posix-flag on some systems.
2333
2334 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
2335
2336 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
2337 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
2338 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
2339 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
2340 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
2341
2342 2004-12-12 Juri Linkov <juri@jurta.org>
2343
2344 * files.el (find-file-other-window, find-file-other-frame):
2345 Add the first buffer to the returned value to return the complete
2346 list of all visited buffers.
2347 (find-file-read-only, find-file-read-only-other-window)
2348 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
2349 `find-file-read-args'. Signal an error about non-existent file
2350 only if file name doesn't contain wildcards. Toggle read-only in
2351 all visited buffers.
2352 (find-alternate-file, find-alternate-file-other-window):
2353 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
2354 called interactively. Pass arg `wildcards' to other functions.
2355 (find-file-noselect): Doc fix.
2356
2357 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
2358 Doc fix.
2359 (ffap-directory-finder): New variable.
2360 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
2361 (ffap-file-at-point): Add /* to immediately rejected names.
2362 Return absolute file names matching ffap-dired-wildcards.
2363 (ffap-read-file-or-url): Set default value for `completing-read'
2364 to `buffer-file-name'.
2365 (find-file-at-point): When filename matches ffap-dired-wildcards,
2366 call ffap-file-finder with t arg `wildcards', instead of dired.
2367 (ffap-other-window, ffap-other-frame): Return visited buffers.
2368 (ffap-read-only, ffap-read-only-other-window)
2369 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
2370 (dired-at-point): Call ffap-directory-finder instead of dired.
2371 (ffap-dired-other-window, ffap-dired-other-frame)
2372 (ffap-list-directory): New commands.
2373 (ffap-bindings): New keybindings for new commands.
2374
2375 2004-12-12 Juri Linkov <juri@jurta.org>
2376
2377 * simple.el (beginning-of-buffer, end-of-buffer):
2378 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
2379 Do not push mark when mark is active in transient-mark-mode.
2380
2381 * simple.el (mark-word):
2382 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
2383 * textmodes/paragraphs.el (mark-paragraph):
2384 Extend the region when mark is active in transient-mark-mode,
2385 regardless of the last command. Doc fix.
2386
2387 * simple.el (mark-word): Preserve direction when repeating.
2388 Make arg optional. Interactive "p" -> "P".
2389 (transient-mark-mode, inhibit-mark-movement): Doc fix.
2390
2391 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
2392 preserving direction, to mark forward instead of backward when mark
2393 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
2394
2395 2004-12-12 Juri Linkov <juri@jurta.org>
2396
2397 * isearch.el (isearch-edit-string): Set 7th arg of
2398 `read-from-minibuffer' to `t' to inherit the current input
2399 method (whose name is indicated by [IM] in the minibuffer prompt)
2400 from the current buffer to the minibuffer.
2401 (isearch-lazy-highlight-update): Put body to `with-local-quit'
2402 to allow C-g quitting for lazy highlighting looping inside the
2403 search with nested repetition operators. Add overlay to the list
2404 before setting its face and other properties to avoid the case of
2405 code quitting after placing the new overlay but before it's
2406 recorded on the list. Select the window where isearch was
2407 activated, to highlight matches in the right window when isearch
2408 switches the current window to the minibuffer.
2409
2410 * international/isearch-x.el
2411 (isearch-process-search-multibyte-characters):
2412 Use `isearch-message' as initial input for `read-string' instead
2413 of adding it to the minibuffer prompt. After reading a string
2414 remove the initial value of `isearch-message' from the string.
2415
2416 * replace.el (replace-match-maybe-edit): Doc fix.
2417 (perform-replace): Don't call `replace-highlight' when automatic
2418 replacement is requested in literal mode, since it is intended
2419 only to highlight words during entering a new replacement string
2420 for \? in non-literal mode.
2421
2422 * replace.el (query-replace-highlight): Add new value `isearch'
2423 that allows query replacement to use isearch highlighting.
2424 Change type from `boolean' to `choice'. Doc fix.
2425 (replace-highlight, replace-dehighlight, perform-replace):
2426 Use isearch highlighting if query-replace-highlight eq `isearch'.
2427
2428 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
2429
2430 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
2431 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
2432
2433 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
2434 case of \end{verbatim}.
2435
2436 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
2437
2438 * term.el (term-termcap-format): Synchronyze with terminfo.
2439 (term-emulate-terminal): Handle reset.
2440 (term-reset-terminal): New function.
2441
2442 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
2443
2444 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
2445 (zone-fill-out-screen): New func.
2446 (zone-pgm-drip): Use `zone-fill-out-screen'.
2447 Also, no longer go to point-min on every cycle.
2448 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
2449 (zone-pgm-random-life-wait): New user var.
2450 (zone-pgm-random-life): New func.
2451
2452 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
2453
2454 * files.el (auto-mode-alist): Map .com to DCL mode.
2455
2456 2004-12-09 Richard M. Stallman <rms@gnu.org>
2457
2458 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
2459
2460 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
2461
2462 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
2463 buffer with a display margin.
2464
2465 2004-12-08 Jay Belanger <belanger@truman.edu>
2466
2467 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
2468 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
2469
2470 2004-12-08 Richard M. Stallman <rms@gnu.org>
2471
2472 * faces.el: Delete code to set display table.
2473 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
2474
2475 2004-12-08 Jay Belanger <belanger@truman.edu>
2476
2477 * calc/calc.el: Add math-read-preprocess-string to autoloads.
2478
2479 * calc/calc-ext.el (math-read-replacement-list)
2480 (math-read-superscripts, math-read-preprocess-string): Move to
2481 calc-aent.el.
2482
2483 * calc/calc-aent.el (math-read-replacement-list)
2484 (math-read-superscripts, math-read-preprocess-string): Move from
2485 calc-ext.el.
2486
2487 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2488
2489 * isearch.el (isearch-quote-char): Fix up typo in last change.
2490
2491 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
2492
2493 * mouse.el (mouse-set-font): Handle the case where the command was
2494 not invoked using the mouse.
2495
2496 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
2497 (edmacro-finish-edit): Further update for keyboard macros that are
2498 lambda forms.
2499 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
2500
2501 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
2502
2503 * font-lock.el (font-lock-unfontify-region): Save buffer state.
2504 (font-lock-default-unfontify-region): Don't save buffer state any more.
2505
2506 2004-12-07 Jay Belanger <belanger@truman.edu>
2507
2508 * calc/calc-help.el (calc-describe-key):
2509 Set calc-summary-indentation even when Calc Summary buffer exists.
2510
2511 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
2512
2513 * calendar/holidays.el (holiday-easter-etc): Make arguments
2514 optional for backwards compatibility. Doc fix.
2515 Remove un-necessary local vars mandatory, output-list.
2516 (holiday-advent): Make arguments optional for backwards
2517 compatibility. Doc fix.
2518
2519 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2520
2521 * paren.el (show-paren-function): Fix last change (2004-12-02).
2522
2523 * international/mule-util.el (char-displayable-p): Return nil for
2524 unibyte mode.
2525
2526 * subr.el (subregexp-context-p): New function.
2527
2528 * isearch.el (isearch-quote-char): Use it.
2529
2530 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
2531 (regexp-opt-not-groupie*-re): Remove.
2532 (regexp-opt): Properly handle inputs with duplicate entries.
2533
2534 2004-12-06 Richard M. Stallman <rms@gnu.org>
2535
2536 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
2537
2538 * cus-edit.el (custom-file): Doc fix.
2539
2540 * textmodes/org.el: New file.
2541
2542 2004-12-06 Kenichi Handa <handa@m17n.org>
2543
2544 * ldefs-boot.el: Update international/mule-util.el section.
2545
2546 2004-12-05 Sam Steingold <sds@gnu.org>
2547
2548 * net/tramp.el (tramp-handle-file-accessible-directory-p):
2549 Fix `tramp-time-diff' comparison logic.
2550
2551 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
2552
2553 * progmodes/which-func.el (which-function):
2554 Use `run-hook-with-args-until-success' instead of a custom loop.
2555 Fixes bug with local hooks.
2556
2557 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2558
2559 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
2560 Use delete-dups when calculating the initial value.
2561 (bibtex-autokey-get-title): Use <=.
2562 (bibtex-goto-line): New function.
2563 (bibtex-reposition-window): Use line numbers instead of point
2564 positions. Use window-body-height.
2565 (bibtex-find-crossref): Use bibtex-reposition-window.
2566 (bibtex-find-entry): Use bibtex-reposition-window. Always return
2567 position of entry if key is found or nil if not found.
2568
2569 2004-12-05 Richard M. Stallman <rms@gnu.org>
2570
2571 * cus-edit.el (custom-file): Doc fix.
2572
2573 * progmodes/sh-script.el (sh-indent-for-then): Change default.
2574
2575 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
2576
2577 * simple.el (blink-matching-open):
2578 * textmodes/tex-mode.el (tex-validate-region):
2579 Obey syntax-table text properties.
2580
2581 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
2582
2583 * wid-edit.el (widget-specify-field): Add `real-field' property to
2584 boundary.
2585 (widget-field-at): Use it.
2586
2587 2004-12-02 Richard M. Stallman <rms@gnu.org>
2588
2589 * progmodes/cc-mode.el (awk-mode autoload):
2590 Supply t meaning interactive function.
2591
2592 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
2593 (isearch-mode-map): No special definition for space.
2594 (isearch-whitespace-chars): Command deleted.
2595 (isearch-forward-regexp): Doc fix.
2596 (isearch-quote-char): When a space is not inside brackets,
2597 use `[ ]' instead of just space.
2598 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
2599
2600 * imenu.el (imenu--generic-function): Delete code to exclude
2601 matches in comments.
2602
2603 * man.el (Man-reverse-face): Change default to `highlight'.
2604
2605 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
2606 (occur-engine): Use `face' prop rather than `font-lock-face'
2607 when specifying use of `match-face'.
2608 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
2609
2610 * emacs-lisp/elint.el (elint-standard-variables): Update list.
2611
2612 * add-log.el (add-log-current-defun): Handle the case where point
2613 is in the header part of a DEFUN construct.
2614
2615 2004-12-02 Dave Love <fx@gnu.org>
2616
2617 * progmodes/python.el (python-font-lock-syntactic-keywords):
2618 Fix previous change.
2619
2620 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
2621
2622 * paren.el (show-paren-function): Check for matching chars
2623 specified by text props.
2624
2625 2004-12-02 Jay Belanger <belanger@truman.edu>
2626
2627 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
2628 when reading a new key sequence.
2629
2630 2004-12-02 Kim F. Storm <storm@cua.dk>
2631
2632 * faces.el (escape-glyph): Rename from glyph.
2633 (standard-display-table): Set it here. Add escape-glyph face to
2634 extra slot characters.
2635
2636 * disp-table.el: Undo 2004-12-01 change. Display table is now
2637 setup in faces.el.
2638
2639 2004-12-02 Mark A. Hershberger <mah@everybody.org>
2640
2641 * xml.el (xml-parse-dtd): Don't show validity messages when
2642 xml-validating-parser is nil.
2643 (xml-substitute-special): Fix validity error messages to
2644 actually show the unexpandable entity. Added validity error if &
2645 isn't followed by an entity.
2646 (xml-parse-tag): Concatenate any string following the a
2647 <![CDATA[]]> section to the parsed CDATA.
2648 (xml-parse-dtd): Skip parameter entity declarations and use of
2649 parameter entities.
2650
2651 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
2652
2653 * kmacro.el (kmacro-default-counter-format): New var.
2654 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
2655 (kmacro-display): Remove `nil' from `and' form. Delete call to
2656 `format' inside `message'.
2657 (kmacro-start-macro): Use `kmacro-default-counter-format'.
2658
2659 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
2660
2661 * pcvs.el (cvs-header-msg): New function.
2662 (cvs-update-header): Use it. Change calling convention.
2663 Correctly handle the case of having simultaneous active processes.
2664 (cvs-sentinel): Don't call cvs-update-header any more.
2665 (cvs-mode-run): Update call and add cvs-update-header to postproc.
2666
2667 2004-12-01 Jay Belanger <belanger@truman.edu>
2668
2669 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
2670 Change message.
2671
2672 2004-12-01 Juri Linkov <juri@jurta.org>
2673
2674 * progmodes/prolog.el (prolog-mode-variables):
2675 Fix imenu-generic-expression.
2676
2677 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
2678
2679 * faces.el (glyph): New face.
2680
2681 * disp-table.el: Add an autoloaded table, that doesn't require
2682 this library, with glyph face.
2683
2684 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
2685 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
2686 (conf-quote-normal): Allow normalizing only ' or ".
2687 (conf-mode): Regexp-quote constructed comment-start and don't
2688 match section {} where "name" contains braces.
2689
2690 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
2691 files.
2692
2693 2004-12-01 Kenichi Handa <handa@m17n.org>
2694
2695 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
2696 (x-select-text): Don't treat eight-bit-control/graphic chars
2697 specially. Store the encoded text in the X cut buffer.
2698 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
2699 with x-last-selected-text-cut-encoded.
2700
2701 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
2702
2703 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
2704
2705 2004-11-30 Markus Rost <rost@ias.edu>
2706
2707 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
2708 AUCTeX.
2709
2710 2004-11-30 Jay Belanger <belanger@truman.edu>
2711
2712 * calc/calc-arith.el (math-possible-signs): Made stronger checks
2713 on signs of intervals.
2714 (math-pow-of-zero): Strengthen checks for positive and negative
2715 exponents.
2716
2717 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
2718 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
2719 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
2720 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
2721 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
2722 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
2723 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
2724 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
2725 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
2726 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
2727 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
2728 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
2729 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
2730 with provide statements.
2731
2732 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
2733
2734 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
2735
2736 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
2737 (calc-load-everything, math-defsimplify): Replace dummy autoloading
2738 functions by require statements.
2739 (math-defsimplify): Move to calc-alg.el, add to autoloads.
2740
2741 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
2742 (calc-gnuplot-print): Give them values.
2743
2744 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
2745 autoloads.
2746 Add calc-do-embedded-activate to autoloads.
2747 (calc-gnuplot-name, calc-gnuplot-plot-command)
2748 (calc-gnuplot-print-command): Move them to calc-graph.el.
2749
2750 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2751
2752 * term/mac-win.el (ccl-encode-mac-roman-font)
2753 (ccl-encode-mac-cyrillic-font)
2754 (ccl-encode-mac-centraleuropean-font, encoder-list)
2755 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
2756 Support Cyrillic, CentralEuropean, and Dingbat font display
2757
2758 2004-11-30 Andre Spiegel <spiegel@gnu.org>
2759
2760 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
2761
2762 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
2763 still nil.
2764
2765 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
2766
2767 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
2768 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
2769
2770 2004-11-29 Jay Belanger <belanger@truman.edu>
2771
2772 * calc/calc-arith.el (math-pow-of-zero): Take into account different
2773 cases of the base and exponent.
2774
2775 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
2776
2777 * simple.el (next-error-buffer-p): Allow for inclusive and
2778 exclusive tests for finding a buffer.
2779 (next-error-find-buffer): Pass the exclusive and inclusive tests
2780 to next-error-buffer-p.
2781
2782 * replace.el (occur-next-error): Switch to the Occur buffer when
2783 appropriate, use the exclusive filter to next-error-find-buffer to
2784 do it. Use the absolute value of the motion amount.
2785
2786 2004-11-29 Kenichi Handa <handa@m17n.org>
2787
2788 * startup.el (command-line): Decode all default-directory by
2789 locale-coding-system.
2790
2791 2004-11-29 Jay Belanger <belanger@truman.edu>
2792
2793 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
2794 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
2795 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
2796 Replace calls to calc-extensions by appropriate require, replace
2797 calc-extensions-loaded by appropriate featurep.
2798
2799 * calc/calc-ext.el: Move require to end of file.
2800 Remove redundant loading of calc.el.
2801 (calc-extensions-loaded): Remove unnecessary variable.
2802 (calc-extensions): Remove unnecessary function.
2803 (calc-load-everything): Replace calc-need-macros by appropriate require.
2804
2805 * calc/calc-macs.el: Move provide to end of file.
2806 (calc-need-macros): Remove unnecessary function.
2807
2808 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
2809 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
2810 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
2811 Replace calc-extensions by appropriate require.
2812 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
2813
2814 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
2815 Replace calc-need-macros by appropriate require.
2816
2817 * calc/calc.el: Move require to end of file.
2818 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
2819 Remove unnecessary variable.
2820 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
2821 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
2822 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
2823 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
2824 (math-stack-value-offset, math-format-value, math-format-flat-expr)
2825 (math-format-number, math-format-bignum, math-read-number)
2826 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
2827 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
2828 by appropriate require.
2829 (calc-check-defines): Replace calc-need-macros by appropriate require.
2830
2831 2004-11-29 Kim F. Storm <storm@cua.dk>
2832
2833 * macros.el (insert-kbd-macro): Handle kmacro functions.
2834
2835 2004-11-28 Juri Linkov <juri@jurta.org>
2836
2837 * compare-w.el (compare-windows-highlight): Attach each overlay
2838 to its window to properly highlight differences while comparing
2839 two windows of the same buffer. Fix arguments.
2840 (compare-windows-sync-default-function): Fix arguments of
2841 `compare-windows-highlight'.
2842
2843 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
2844 Use `read-expression-history'. Set initial contents only if
2845 `edebug-global-break-condition' is non-nil. Set histpos to 1
2846 if initial contents is equal to the last history element.
2847 (edebug-set-conditional-breakpoint): Instead of temporarily
2848 prepending the current condition to the history, set initial
2849 contents to the current condition. Set histpos to 1 if initial
2850 contents is equal to the last history element.
2851
2852 * info.el (Info-search-whitespace-regexp): Remove shy group.
2853 (Info-search): Forward line if search is on the header line.
2854 Use search-whitespace-regexp in two other places.
2855
2856 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
2857
2858 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
2859 warning. Delay real definition, which uses
2860 `set-fringe-indicators-1' till after the definition of that function.
2861
2862 2004-11-28 Kim F. Storm <storm@cua.dk>
2863
2864 * fringe.el (fringe): New defgroup.
2865 (fringe-mode): Move to fringe group.
2866 (fringe-indicators): New defcustom.
2867 (set-fringe-indicators-1): New defun.
2868
2869 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
2870 (menu-bar-showhide-fringe-ind-menu): New keymap.
2871 (menu-bar-showhide-fringe-ind-empty)
2872 (menu-bar-showhide-fringe-ind-mixed)
2873 (menu-bar-showhide-fringe-ind-box)
2874 (menu-bar-showhide-fringe-ind-right)
2875 (menu-bar-showhide-fringe-ind-left)
2876 (menu-bar-showhide-fringe-ind-none): New defuns.
2877 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
2878
2879 2004-11-27 Richard M. Stallman <rms@gnu.org>
2880
2881 * comint.el (comint-read-noecho): Add trivial compatibility definition.
2882
2883 * generic.el (define-generic-mode): Doc fix.
2884
2885 * menu-bar.el (menu-bar-options-save): For the options
2886 that are toggled with menu-bar-make-mm-toggle, don't check
2887 for customized-value prop.
2888
2889 2004-11-27 Eli Zaretskii <eliz@gnu.org>
2890
2891 * mail/supercite.el (sc-cite-region): Handle the case where
2892 sc-cite-frame-alist is a symbol.
2893 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
2894 a symbol.
2895 (sc-recite-region): Handle the case where sc-recite-frame-alist is
2896 a symbol.
2897
2898 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
2899
2900 * wid-edit.el (widget-narrow-to-field): New function.
2901 (widget-complete): Use it.
2902
2903 2004-11-27 Jay Belanger <belanger@truman.edu>
2904
2905 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
2906 variable.
2907 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
2908 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
2909 (math-alg-inequalities): Move declaration to earlier in the file.
2910
2911 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
2912 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
2913 Declare them.
2914
2915 * calc/calc-lang.el (math-expr-data, math-expr-token)
2916 (math-exp-old-pos): Declare them.
2917
2918 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
2919 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
2920
2921 2004-11-27 Kim F. Storm <storm@cua.dk>
2922
2923 * progmodes/flymake.el: Use (featurep 'xemacs).
2924 (flymake-makehash): Change to defsubst. Use fboundp.
2925 (flymake-time-to-float): Remove.
2926 (flymake-float-time): Merge code from flymake-time-to-float here.
2927 (flymake-replace-regexp-in-string): Change to defsubst.
2928 (flymake-split-string-remove-empty-edges):
2929 Rename to flymake-split-string.
2930 (flymake-split-string): Remove previous defalias.
2931 (flymake-get-temp-dir): Change to defsubst.
2932 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
2933 Define for xemacs only.
2934 (flymake-master-file-count-limit): Change into compiler defvar only.
2935 (flymake-find-possible-master-files): Let-bind it dynamically while
2936 sorting files using flymake-master-file-compare.
2937
2938 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
2939
2940 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
2941 of defun-prompt-regexp matches inside a comment/string but the
2942 beginning is correctly outside everything.
2943
2944 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
2945 appears within a string or a comment.
2946
2947 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
2948 rather than make-symbol for symbols which are used in
2949 a symbol-macrolet or equivalent.
2950
2951 2004-11-26 Jay Belanger <belanger@truman.edu>
2952
2953 * calc-misc.el (calc-last-why-command): Declare it.
2954
2955 * calc-vec.el (math-grade-vec): New variable.
2956 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
2957 Replace variable grade-vec by declared variable.
2958 (math-rb-close): New variable.
2959 (math-read-brackets, math-read-vector): Replace variable close by
2960 declared variable.
2961
2962 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
2963 (calc-one-window, calc-edit-handler, calc-restore-trail)
2964 (calc-allow-ret): Declare them.
2965
2966 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
2967 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
2968 (math-radix-float-cache-tag, math-random-cache)
2969 (math-max-digits-cache, math-integral-cache, math-units-table)
2970 (math-format-date-cache, math-holidays-cache-tag): Declare them.
2971 (math-moc-func): New variable.
2972 (math-map-over-constants, math-map-over-constants-rec):
2973 Replace variable func by declared variable.
2974
2975 * calc/calc-store.el (calc-given-value, calc-store-opers):
2976 Declare them.
2977 (calc-var-name-map): Move declaration to earlier in the file.
2978 (calc-pv-pos): New variable.
2979 (calc-permanent-variable, calc-insert-permanent-variable):
2980 Replace variable pos by declared variable.
2981
2982 * calc/calc-mtx.el (calc-det-lu): New variable.
2983 (math-det-raw, math-det-step): Replace variable lu by declared variable.
2984
2985 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
2986 (math-multi-subst, math-multi-subst-rec): Replace variables temp
2987 and arg by declared variables.
2988 (calcFunc-reducer): Fix incorrect variable.
2989 (math-inner-mul-func, math-inner-add-func): New variables.
2990 (calcFunc-inner, math-inner-mats): Replace variables mul-func
2991 and add-func by declared variables.
2992
2993 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
2994 (calc-digit-value): Declare them.
2995
2996 * calc/calc-help.el (Info-history): Declare it.
2997 (calc-describe-key): Make calc-summary-indentation a local variable.
2998 (calc-help-long-names): Move declaration to earlier in file.
2999
3000 * calc/calc-embed.el (calc-original-buffer): Declare it.
3001 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
3002 (calc-embed-bot): New variables.
3003 (calc-do-embedded, calc-embedded-mark-formula)
3004 (calc-embedded-find-bounds, calc-embedded-duplicate)
3005 (calc-embedded-new-formula, calc-embedded-make-info):
3006 Replace vars outer-top, outer-bot, bot and top by declared variables.
3007 (calc-embed-prev-modes): New variable.
3008 (calc-embedded-set-modes, calc-embedded-update): Replace variable
3009 prev-modes with declared variable.
3010 (calc-embed-vars-used): New variable.
3011 (calc-embedded-make-info, calc-embedded-evaluate-expr)
3012 (calc-embedded-update, calc-embedded-find-vars): Replace variable
3013 vars-used by declared variable.
3014
3015 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
3016 (math-format-radix-float): Remove unnecessary setq.
3017 (math-radix-float-cache): Declare it.
3018
3019 * calc/calcsel2.el (calc-keep-selection): Declare it.
3020
3021 * calc/calc-maint.el: Remove file.
3022
3023 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3024
3025 * textmodes/bibtex.el (bibtex-sort-entry-class)
3026 (bibtex-comment-start): Use defcustom.
3027 (bibtex-entry-field-alist): Use nil if initial content of the
3028 field is undefined. Fix docstring.
3029 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
3030 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
3031 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
3032 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
3033 Fix docstring.
3034 (bibtex-autokey-title-terminators): Use only one regexp.
3035 (bibtex-string-maybe-empty-head): New variable.
3036 (bibtex-remove-delimiters-string): New function.
3037 (bibtex-text-in-field-bounds, bibtex-text-in-string):
3038 Use bibtex-remove-delimiters-string.
3039 (bibtex-progress-message, bibtex-field-left-delimiter)
3040 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
3041 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
3042 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
3043 Simplify.
3044 (bibtex-format-entry): Use save-excursion for inherited booktitle.
3045 Use eq and bibtex-remove-delimiters-string. For end markers use
3046 insertion type so that marker stays after inserted text.
3047 (bibtex-autokey-get-names): Return empty string if name is missing.
3048 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
3049 calling bibtex-autokey-name-case-convert.
3050 (bibtex-autokey-demangle-title):
3051 Call bibtex-autokey-titleword-case-convert. Remove call to
3052 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
3053 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
3054 (bibtex-read-key): New optional arg global.
3055 (bibtex-files-expand): New optional arg force.
3056 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
3057 (bibtex-complete-crossref-cleanup): Rename from
3058 bibtex-complete-key-cleanup. Simplify code.
3059 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
3060 Operate on current entry.
3061 (bibtex-button): Add docstring.
3062 (bibtex-entry): Simplify.
3063 (bibtex-make-field): Replace optional arg called-by-yank with more
3064 specific args move and interactive.
3065 (bibtex-end-of-entry): Use forward-sexp.
3066 (bibtex-find-entry-globally): Remove.
3067 (bibtex-find-crossref): Allow for crossref key located in other buffer.
3068 Bound to C-c C-x.
3069 (bibtex-find-entry): New optional args global and display.
3070 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
3071 (bibtex-validate): Use arg force of bibtex-files-expand.
3072 (bibtex-clean-entry): Bugfix, clean string entries properly.
3073 Always keep point at beginning of entry.
3074 (bibtex-complete): Bugfix. Handle string entries properly.
3075 Call cleanup functions only if needed.
3076 (bibtex-String): Use bibtex-read-string-key.
3077 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
3078 case of replacement text.
3079
3080 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3081
3082 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
3083 (tramp-perl-directory-files-and-attributes): New constant.
3084 (tramp-file-name-handler-alist): Delete file-directory-files, add
3085 directory-files-and-attributes.
3086 (tramp-perl-file-attributes): Surround uid and gid by double
3087 quotes. Change parameter id-format from nonnumeric.
3088 (tramp-convert-file-attributes): New function.
3089 (tramp-handle-file-attributes): Use it.
3090 (tramp-maybe-send-perl-script): New function.
3091 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
3092 file mode. Change parameter id-format from nonnumeric.
3093 (tramp-handle-file-attributes-with-ls): Change parameter id-format
3094 from nonnumeric.
3095 (tramp-post-connection): Don't send tramp-perl-file-attributes
3096 script. Reset connection property "perl-scripts".
3097 (tramp-handle-insert-directory): Run real handler when ls-lisp is
3098 in use.
3099
3100 2004-11-26 Lars Hansen <larsh@math.ku.dk>
3101
3102 * desktop.el (desktop-read): Replace mapcar with mapc.
3103 (desktop-create-buffer): Replace mapcar with mapc.
3104 Remove redundant piece of code.
3105
3106 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
3107
3108 * progmodes/gud.el (gud-display-line): Use display-buffer
3109 for GDB-UI as for GUD.
3110
3111 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
3112 Delete variables.
3113 (gdb-ann3): Don't make GUD buffer dedicated.
3114 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
3115 (gdb-display-source-buffer): Delete function.
3116 (gdb-view-source-function, gdb-view-assembler): Delete functions.
3117 (menu): Delete menu bindings for viewing source/assembler.
3118 (gdb-setup-windows, gdb-restore-windows):
3119 Don't dedicate GUD. No assembler now.
3120 (gdb-reset): No need to undedicate source buffers now.
3121 (gdb-source-info): No assembler now.
3122
3123 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
3124
3125 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
3126 width to those for special frames.
3127 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
3128 Use display-buffer.
3129 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
3130 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
3131 (gdb-frame-assembler-buffer): Rework like
3132 gdb-frame-breakpoints-buffer.
3133
3134 2004-11-25 Richard M. Stallman <rms@gnu.org>
3135
3136 * progmodes/flymake.el: Reindent.
3137 (flymake-split-string): Turn into defalias.
3138 (flymake-fix-file-name): Rename from flymake-fix-path-name.
3139 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
3140 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
3141 (flymake-build-relative-filename): Rename from ...path.
3142 Fix error message.
3143
3144 2004-11-25 Cheng Gao <chenggao@gmail.com>
3145
3146 * progmodes/flymake.el: Much whitespace and capitalization change.
3147 Move `provide' to end. Require `compile' only when compiling.
3148
3149 2004-11-24 Jay Belanger <belanger@truman.edu>
3150
3151 * calc/calc-alg.el: Added comment.
3152 (math-polynomial-base): Replace variable mpb-top-expr by
3153 math-poly-base-top-expr.
3154
3155 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
3156 (math-polynomial-p1): Replace variable mpb-top-expr by declared
3157 variable.
3158 (math-poly-base-total-base): New variable.
3159 (math-total-polynomial-base, math-polynomial-p1): Replace variable
3160 mpb-total-base by declared variable.
3161 (math-factored-vars, math-to-list): Declare it.
3162 (math-fact-expr): New variable.
3163 (calcFunc-factors, calcFunc-factor, math-factor-expr)
3164 (math-factor-expr-try, math-factor-expr-part): Replace variable
3165 expr by declared variable.
3166 (math-fet-x): New variable.
3167 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
3168 by declared variable.
3169 (math-factor-poly-coefs): Make temp a local variable.
3170
3171 * calc/calc-units.el (calc-convert-units): Make units a local
3172 variable.
3173 (calc-num-units, calc-den-units): New variables.
3174 (calc-explain-units, calc-explain-units-rec): Replace variables
3175 num-units and den-units by declared variables.
3176 (math-cu-unit-list): New variable.
3177 (math-build-units-table, math-compare-unit-names)
3178 (math-convert-units, math-convert-units-rec): Replace variable
3179 unit-list by declared variable.
3180 (math-fbu-base, math-fbu-entry): New variables.
3181 (math-find-base-units, math-find-base-units-rec): Replace variables
3182 base and entry by declared variables.
3183 (math-which-standard): New variable.
3184 (math-to-standard-units, math-to-standard-rec): Replace variable
3185 which-standard by declared variable.
3186 (math-fcu-u): New variable.
3187 (math-find-compatible-unit, math-find-compatible-unit-rec):
3188 Replace variable u by declared variable.
3189 (math-cu-new-units, math-cu-pure): New variables.
3190 (math-convert-units, math-convert-units-rec): Replace variables
3191 new-units and pure by declared variables.
3192 (math-try-cancel-units): New variable.
3193 (math-simplify-units-quotient): Replace variable try-cancel-units by
3194 declared variable.
3195
3196 2004-11-24 Richard M. Stallman <rms@gnu.org>
3197
3198 * textmodes/ispell.el (ispell-check-version):
3199 If default-directory is nonexistent, use home dir.
3200
3201 * progmodes/grep.el (grep-regexp-alist):
3202 Don't match parens around line numbers.
3203
3204 * progmodes/cperl-mode.el (cperl-indent-region)
3205 (cperl-imenu--create-perl-index, cperl-xsub-scan):
3206 Don't print progress messages.
3207
3208 * progmodes/compile.el (compilation-mode-map):
3209 Don't inherit from compilation-minor-mode-map;
3210 copy its bindings instead. But the menu bar Compile
3211 entry now does inherit from compilation-menu-map.
3212
3213 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
3214 Use with-no-warnings around compiler-macroexpand.
3215
3216 * imenu.el: Don't always require newcomment.
3217 (imenu--generic-function): Call comment-normalize-vars
3218 if we have a comment syntax.
3219 Exit the loop if REGEXP matches the null string.
3220 Test comment-start as well as comment-start-skip
3221 when deciding whether to check for comments.
3222
3223 * tooltip.el (tooltip-mode): Doc fix.
3224
3225 * term.el (term-escape-char, term-mode): Doc fixes.
3226
3227 2004-11-24 Dave Love <fx@gnu.org>
3228
3229 * progmodes/python.el (python-font-lock-syntactic-keywords):
3230 Check for escapes in the regexp.
3231 (python-quote-syntax): Don't do it here.
3232
3233 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3234
3235 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
3236 (gdb-frames-mode-map, gdb-threads-mode-map)
3237 (gdb-registers-mode-map, gdb-locals-mode-map)
3238 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
3239 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
3240
3241 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
3242 (dedicated-switch-to-buffer): Rework.
3243 (gdb-var-evaluate-expression-handler, gdb-put-string):
3244 Remove unused variable bindings.
3245 (gdb-setup-windows, gdb-display-buffer):
3246 Simplify. Use pop-to-buffer.
3247 (gdb-view-source-function): Simplify.
3248 (gdb-frame-breakpoints-buffer):
3249 Use pop-to-buffer, special-display-regexps.
3250
3251 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
3252
3253 * progmodes/f90.el (f90-smart-end)
3254 (f90-previous-statement, f90-beginning-of-block): Doc fix.
3255 (f90-calculate-indent): Handle un-named PROGRAM blocks.
3256 (f90-end-of-block): Doc fix. Make check of outermost block
3257 conditional on value of `f90-smart-end'.
3258 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
3259 Handle case where END-BLOCK is nil.
3260 (f90-match-end): Handle un-named PROGRAM blocks.
3261 (f90-backslash-not-special): New function.
3262
3263 2004-11-24 Jay Belanger <belanger@truman.edu>
3264
3265 * calc/calc.el (calc-embedded-active): Removed unnecessary
3266 declaration.
3267 (calc-show-banner): Removed redundant declaration.
3268
3269 * calc/calc-graph.el (calc-gnuplot-default-device)
3270 (calc-gnuplot-default-output, calc-gnuplot-print-device)
3271 (calc-gnuplot-print-output, calc-gnuplot-geometry)
3272 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
3273 Remove redundant initial values.
3274
3275 * calc/calc-arith.el (math-scalar-functions)
3276 (math-nonscalar-functions, math-scalar-if-args-functions)
3277 (math-real-functions, math-positive-functions)
3278 (math-nonnegative-functions, math-real-scalar-functions)
3279 (math-real-if-arg-functions, math-integer-functions)
3280 (math-num-integer-functions, math-rounding-functions)
3281 (math-float-rounding-functions, math-integer-if-args-functions)
3282 (math-super-types): Move declarations to earlier in file.
3283 (math-unit-prefixes): Declared it.
3284 (math-floor-prec, math-trunc-prec): New variables.
3285 (math-trunc-fancy): Replace variable prec by declared variable.
3286 (math-floor-fancy): Replace variable prec by declared variable.
3287 (math-com-bterms): New variable.
3288 (math-commutative-equal, math-commutative-collect):
3289 Replace variable bterms by declared variable.
3290
3291 * calc/calc-misc.el (math-trunc): Replace variable prec by
3292 math-trunc-prec.
3293 (math-floor): Replace variable prec by math-floor-prec.
3294
3295 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
3296 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
3297 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
3298 (math-format-date, math-format-date-part): Replace variables
3299 date, dt, year, month, day, weekday, hour, minute, second and
3300 bc-flag by declared variables.
3301 (math-pd-str): New variable.
3302 (math-parse-date, math-parse-date-word, math-parse-standard-date):
3303 Replace variable str by declared variable.
3304 (math-daylight-savings-hook, math-tzone-names): Move definitions
3305 to earlier in the file.
3306 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
3307 (math-sh-year): New variable.
3308 (math-setup-add-holidays, math-setup-holidays)
3309 (math-setup-year-holidays): Replace variable `year' by declared
3310 variable.
3311
3312 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
3313 New variables.
3314 (math-nth-root-float, math-nth-root-float-iter): Replace variables
3315 n, nf and nfm1 by declared variables.
3316 (math-nri-n): New variable.
3317 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
3318 n by declared variable.
3319 (calcFunc-log): Removed misplaced condition.
3320
3321 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
3322
3323 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
3324
3325 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
3326
3327 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
3328 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
3329 Dedicate gdb-related windows.
3330 (gdb-display-buffer): Dedicate gdb-related windows. Don't grab
3331 other frames.
3332 (gdb-reset): Remove dedicated property after debugging.
3333
3334 2004-11-24 Jay Belanger <belanger@truman.edu>
3335
3336 * calc/calc-sel.el: Add comment.
3337
3338 * calc/calc.el (math-stack-value-offset): Replace variables c,
3339 wid and off with math-svo-c, math-svo-wid and math-svo-off.
3340
3341 * calc/calccomp.el (math-comp-sel-tag): Declare it.
3342 (math-svo-c, math-svo-wid, math-svo-off): New variables.
3343 (math-stack-value-offset-fancy): Replace variables c, wid and off
3344 by declared variables.
3345 (math-comp-just, math-comp-comma-spc): New variables.
3346 (math-compose-expr, math-compose-matrix): Replace variables `just'
3347 and comma-spc by declared variable.
3348 (math-comp-vector-prec): New variable.
3349 (math-compose-expr, math-compose-matrix, math-compose-rows):
3350 Replace variable vector-prec by declared variable.
3351 (math-comp-left-bracket, math-comp-right-bracket)
3352 (math-comp-comma): New variables.
3353 (math-compose-expr, math-compose-rows): Replace variables
3354 left-bracket, right-bracket and comma by declared variables.
3355 (math-comp-full-width): New variable.
3356 (math-comp-to-string-flat, math-comp-to-string-flat-term):
3357 Replace variable full-width by declared variable.
3358 (math-comp-highlight, math-comp-word, math-comp-level)
3359 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
3360 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
3361 New variables.
3362 (math-comp-to-string-flat, math-comp-to-string-flat-term)
3363 (math-comp-sel-flat-term): Replace variables comp-highlight,
3364 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
3365 declared variables.
3366 (math-comp-simplify, math-comp-simplify-term)
3367 (math-comp-add-string, math-comp-add-string-sel):
3368 Replace variables comp-highlight, comp-buf, comp-base,
3369 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
3370
3371 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3372
3373 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
3374
3375 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
3376 and x-server-version may throw.
3377
3378 2004-11-23 Kim F. Storm <storm@cua.dk>
3379
3380 * subr.el (substitute-key-definition-key): Optimize.
3381 Don't call indirect-function for nil defn (always signals error).
3382
3383 * ido.el (ido-read-internal): Fix require-match check when
3384 ido-directory-too-big is set.
3385
3386 2004-11-23 Jay Belanger <belanger@truman.edu>
3387
3388 * calc/calc-ext.el (math-read-replacement-list)
3389 (math-read-superscripts): New variables.
3390 (math-read-preprocess-string): New function.
3391 (math-read-expr): Filter input through math-read-preprocess-string.
3392
3393 * calc/calc-aent.el (math-read-exprs): Filter input through
3394 math-read-preprocess-string.
3395
3396 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
3397
3398 * progmodes/compile.el (compilation-start): In cd command use
3399 substitute-env-vars -- not quite shell compatible but better than
3400 nothing.
3401 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
3402 handle the newer versions messages, which are more parseable.
3403
3404 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3405
3406 * reveal.el (reveal-mode-map): New var.
3407 (reveal-mode): Use it.
3408
3409 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
3410
3411 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
3412 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
3413
3414 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3415
3416 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
3417 header-line when needed.
3418 Use fixed-pitch only in the header-line.
3419 Build the underline automatically. Use emdash if available.
3420
3421 2004-11-22 Richard M. Stallman <rms@gnu.org>
3422
3423 * dired.el (dired-recursive-copies): Move from dired-aux.el.
3424 * dired-aux.el (dired-recursive-copies): Move to dired.el.
3425
3426 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
3427
3428 * progmodes/gdb-ui.el (gdb-resync): New function.
3429 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
3430 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
3431 Use it to fail more gracefully.
3432 (gdb-variables): Delete variable.
3433 Re-order variables to reduce byte-compiler warnings.
3434
3435 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
3436
3437 * descr-text.el (describe-char):
3438 * paren.el (show-paren-function):
3439 * subr.el (syntax-after): Undo last change.
3440
3441 * progmodes/python.el (run-python): Don't hard code *Python*.
3442 Don't modify global process-environment.
3443 (python-send-region, python-load-file): Don't assume that
3444 python-buffer == (process-buffer (python-proc)).
3445 (python-switch-to-python): Simplify.
3446
3447 * dired.el (dired-align-file): Don't assume line starts with spaces.
3448
3449 2004-11-21 Jay Belanger <belanger@truman.edu>
3450
3451 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
3452 Replace variable `lines' by math-read-big-lines.
3453 (math-read-big-expr): Replace variables the-baseline, the-h2
3454 and err-msg by math-read-big-baseline, math-read-big-h2 and
3455 math-read-err-msg.
3456 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
3457
3458 * calc/calc-lang.el (math-read-big-rec): Fix typo.
3459 (math-read-big-balance): Replace unbound variable by value.
3460 (math-read-big-lines): New variable.
3461 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3462 (math-read-big-error, math-read-big-balance): Replace variable
3463 `lines' by declared variable.
3464 (math-read-big-baseline, math-read-big-h2): New variables.
3465 (math-read-big-rec): Replace variables the-baseline and the-h2
3466 by declared variables.
3467 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
3468 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
3469 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
3470 declared variables.
3471 (math-read-big-err-msg): New variable.
3472 (math-read-big-error): Replace variable err-msg by declared variable.
3473
3474 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * ses.el: Add coding cookie.
3477 Fix up docstrings, follow new commenting conventions.
3478 (ses-header-line-menu): Fix missing variable rename for header-row.
3479 (ses-cell-size): Remove.
3480 (ses-make-cell): New function.
3481 (ses-cell, ses-insert-row, ses-insert-column): Use it.
3482 (ses-calculate-cell): Remove unused var `symbol'.
3483 (ses-narrowed-p): New function.
3484 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
3485 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
3486 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
3487 (ses-setup): Use restore-buffer-modified-p.
3488 (ses-cleanup): Remove unused var `end'.
3489 (ses-header-string-left-offset): Remove.
3490 (ses-create-header-string): Adjust to new behavior of `align-to'.
3491 Truncate excessively large fields to preserve alignment.
3492 (ses-reconstruct-all): Remove unused var `refs'.
3493 (ses-read-cell-printer): Remove unused var `prompt'.
3494 (ses-delete-row): Remove unused var `pos'.
3495 (ses-delete-column): Remove unused var `new'.
3496
3497 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3498
3499 * ps-print.el: Insert :version tag into all defgroup and defcustom.
3500 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3501 Eliminate eval-and-compile usage.
3502 (ps-insert-file): Use insert-file-contents instead of insert-file.
3503 (ps-setup): Code fix.
3504
3505 * printing.el (pr-setup, lpr-setup): Code fix.
3506
3507 2004-11-21 Jay Belanger <belanger@truman.edu>
3508
3509 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
3510 (calc-original-buffer): Declare them.
3511 (calc-user-formula-alist): New variable.
3512 (calc-user-define-formula, calc-fix-user-formula)
3513 (calc-user-define-composition, calc-finish-formula-edit):
3514 Replace variable `alist' by declared variable.
3515 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
3516 (var-q7, var-q7, var-q8, var-q9): Declare them.
3517 (calc-kbd-push): Don't check to see if var-q0 through var-q9
3518 are bound.
3519 (calcFunc-typeof): Replace undeclared variable by expression.
3520 (math-exp-env): New variable.
3521 (math-define-body, math-define-exp): Replace exp-env by declared var.
3522 (math-define-exp): Replace misplaced variable by expression.
3523
3524 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
3525 (calc-curve-model, calc-curve-coefnames): New variables.
3526 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
3527 varnames, model and coefnames by declared variables.
3528 (math-root-widen): New variable.
3529 (math-search-root, math-find-root): Replace variable root-widen by
3530 declared variable.
3531 (var-DUMMY): Declare it.
3532 (math-root-vars, math-min-vars): Move the declarations to earlier in
3533 the file.
3534 (math-brent-min): Make d a local variable.
3535 (math-find-minimum): Replace non-existent variable.
3536 (math-ninteg-romberg): Remove unnecessary variable.
3537 (math-ninteg-temp): New variable.
3538 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
3539 integ-temp by declared variable.
3540 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
3541 New variables.
3542 (math-general-fit): Replace variables first-var, first-coef and
3543 new-coefs by declared variables.
3544 (calcFunc-fitvar): Replace variable first-var by declared variable.
3545 (calcFunc-fitparam): Replace variable first-coef by declared variable.
3546 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
3547 (math-all-vars-vars, math-all-vars-found): New variables.
3548 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
3549 found by declared variable math-all-vars-vars.
3550
3551 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
3552
3553 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
3554 of `defconst'.
3555
3556 2004-11-20 Richard M. Stallman <rms@gnu.org>
3557
3558 * isearch.el (isearch-mode-map): Don't bind SPC.
3559 (isearch-whitespace-chars): Function deleted.
3560 (isearch-search): Bind search-spaces-regexp.
3561 (isearch-lazy-highlight-search): Likewise.
3562 (search-whitespace-regexp): Doc fix.
3563 (isearch-forward-regexp): Doc fix.
3564
3565 * emacs-lisp/bytecomp.el (byte-compile-form):
3566 Move the calls to byte-compile-set-symbol-position,
3567 to avoid having two for the same symbol occurrence.
3568
3569 * comint.el (comint-input-ring-size): Increase to 150.
3570
3571 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
3572 New variables.
3573 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
3574 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
3575
3576 * imenu.el (imenu--generic-function):
3577 Ensure we keep moving backward even if BEG isn't further back.
3578
3579 * replace.el (query-replace-read-to, query-replace-read-from):
3580 Specify t for KEEP-ALL in read-from-minibuffer.
3581
3582 * progmodes/python.el (python-switch-to-python):
3583 If Python isn't running, start it.
3584 Don't alter debug-ignored-errors.
3585
3586 * progmodes/cperl-mode.el (cperl-indent-region):
3587 Don't mind imenu-scanning-message.
3588
3589 * bindings.el (global-map): Bind C-e to move-end-of-line.
3590
3591 * simple.el (line-move-finish): New arg FORWARD.
3592 Ignore invisible newlines, not intangible ones.
3593 Conditions for acceptable stopping positions depend on FORWARD.
3594 (line-move): Pass FORWARD arg to line-move-finish.
3595
3596 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
3597 of HEADER. Compensate for this change in the code to add display
3598 properties. Don't make the first line intangible.
3599
3600 * info.el (Info-search): Fix previous change.
3601
3602 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
3603
3604 * Makefile.in (recompile): Revert 2004-11-19 change.
3605 (compile): Likewise.
3606
3607 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
3608
3609 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
3610
3611 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3612
3613 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
3614 defgroup and defcustom. Eliminate eval-and-compile usage.
3615
3616 * progmodes/ebnf-otz.el: Fix typos.
3617
3618 2004-11-19 Jay Belanger <belanger@truman.edu>
3619
3620 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
3621 (calc-edit-finish, calc-finish-stack-edit): Replace variable
3622 disp-trail by declared variable.
3623
3624 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
3625 (calc-finish-selection-edit): Replace variable disp-trail by
3626 declared variable.
3627 (calc-selection-cache-entry): Move declaration to earlier in the file.
3628 (calc-selection-cache-num, calc-selection-cache-comp)
3629 (calc-selection-cache-offset, calc-selection-true-num)
3630 (calc-final-point-line, calc-final-point-column)
3631 (calc-original-buffer): Declare them.
3632 (calc-fnp-op, calc-fnp-num): New variables.
3633 (calc-find-nth-part, calc-find-nth-part-rec)
3634 (calc-select-previous): Replace op and num by declared variables.
3635 (calc-rsf-old, calc-rsf-new): New variables.
3636 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
3637 Replace variables old and new by declared variables.
3638 (calc-sel-reselect): New variable.
3639 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
3640 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
3641 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
3642 reselect with declared variable.
3643
3644 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
3645 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
3646 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
3647 (math-import-list, math-rewrite-phase): Declare them.
3648 (math-rewrite): Use let* to declare variables.
3649 (calc-rewrite-selection): Make rules a local variable.
3650 (calc-rewr-sel): New variable.
3651 (calc-rewrite-selection, calc-locate-selection-marker)
3652 (calc-rewrite): Use the declared variable calc-rewr-sel instead
3653 of sel.
3654 (math-rewrite-whole-expr): New variable.
3655 (math-rewrite, math-rewrite-phase): Replace variable expr by
3656 declared variable.
3657 (math-rewrite-heads-heads, math-rewrite-heads-skips)
3658 (math-rewrite-heads-blanks ): New variables.
3659 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
3660 heads, skips and blanks by declared variables.
3661 (math-rwcomp-subst-old, math-rwcomp-subst-new)
3662 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
3663 New variables.
3664 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
3665 old, new, old-func and new-func by declared variables.
3666 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
3667 Remove unnecessary variable.
3668 (math-apply-rw-regs): New variable.
3669 (math-apply-rewrites, math-rwapply-replace-regs)
3670 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
3671 (math-apply-rw-ruleset): New variable.
3672 (math-apply-rewrites, math-rwapply-remember): Replace variable
3673 ruleset by declared variable.
3674
3675 2004-11-19 Richard M. Stallman <rms@gnu.org>
3676
3677 * info.el (Info-search): Use search-whitespace-regexp.
3678
3679 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3680
3681 * vc-rcs.el (vc-rcs-parse): New function.
3682 (vc-rcs-annotate-command): Likewise.
3683 (vc-rcs-annotate-current-time): Likewise.
3684 (vc-rcs-annotate-time): Likewise.
3685 (vc-rcs-annotate-extract-revision-at-line): Likewise.
3686
3687 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
3688
3689 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
3690
3691 2004-11-18 Jay Belanger <belanger@truman.edu>
3692
3693 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
3694
3695 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3696
3697 * printing.el: Eliminate use of interactive-p and eval-and-compile.
3698 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
3699 Use make-temp-file to generate PostScript files in any situation.
3700 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
3701 (pr-interactive-p): Eliminate var.
3702 (pr-save-interactive): Eliminate macro.
3703 (pr-interface, pr-ps-directory-preview)
3704 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3705 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3706 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3707 (pr-ps-buffer-ps-print, pr-ps-region-preview)
3708 (pr-ps-region-using-ghostscript, pr-ps-region-print)
3709 (pr-ps-region-ps-print, pr-ps-mode-preview)
3710 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3711 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3712 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
3713 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3714 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3715 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3716 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3717 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3718 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3719 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3720 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3721 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
3722 Eliminate pr-save-interactive usage.
3723 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
3724 Eliminate pr-interactive-p usage.
3725 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
3726 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
3727 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
3728 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
3729 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
3730 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
3731 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
3732 New funs.
3733 (pr-ps-file): Use make-temp-file to generate a temporary file.
3734
3735 2004-11-17 Jay Belanger <belanger@truman.edu>
3736
3737 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
3738 a local variable.
3739 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
3740 (math-top-only): New variable.
3741 (math-simplify, math-simplify-step): Replace variable top-only by
3742 declared variable math-top-only.
3743 (math-simplify-expr): Declare it.
3744 Replace argument expr in all calls of math-defsimplify by
3745 math-simplify-expr.
3746 (math-simplify-plus, math-simplify-times, math-simplify-divide)
3747 (math-simplify-divisor, math-simplify-one-divisor)
3748 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
3749 (math-simplify-pow): Replace variable expr by declared variable
3750 math-simplify-expr.
3751 (math-simplify-divisor): Remove local variables temp and op.
3752 (math-simplify-one-divisor): Make temp and op local variables.
3753 (math-simplify-divisor-nover, math-simplify-divisor-dover):
3754 New variables.
3755 (math-simplify-divisor, math-simplify-one-divisor):
3756 Replace variables nover and dover by declared variables.
3757 (math-expr-subst-new, math-expr-subst-old): New variables.
3758 (math-expr-subst, math-expr-subst-rec): Replace variables new
3759 and old by declared variables.
3760 (math-is-poly-degree, math-is-poly-loose): New variables.
3761 (math-is-polynomial, math-is-poly-rec): Replace variables degree
3762 and loose by declared variables.
3763 (math-poly-base-const-ok, math-poly-base-pred): New variables.
3764 (math-polynomial-base, math-polynomial-base-rec):
3765 Replace variables const-ok and mpb-pred by declared variables.
3766
3767 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
3768
3769 * calc/calc-ext.el (math-defsimplify): Change the argument in
3770 the created function to math-simplify-expr.
3771
3772 * calc/calc-units.el (math-simplify-expr): Declare it.
3773 Replace argument expr in all calls of math-defsimplify by
3774 math-simplify-expr.
3775 (math-simplify-units-prod): Replace variable expr by declared
3776 variable math-simplify-expr.
3777
3778 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
3779
3780 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
3781 Replace mapcar->dolist, format->string.
3782
3783 2004-11-17 Miles Bader <miles@gnu.org>
3784
3785 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
3786 * progmodes/idlwave.el: Remove RCS keywords.
3787
3788 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
3789
3790 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
3791 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
3792 Update to IDLWAVE version 5.5. Too many changes to list them here.
3793 * progmodes/idlw-help.el: New file.
3794
3795 2004-11-16 Richard M. Stallman <rms@gnu.org>
3796
3797 * international/iso-cvt.el (iso-tex2iso-trans-tab):
3798 Discard spaces after \i according to TeX rules.
3799
3800 * international/mule.el (set-buffer-file-coding-system):
3801 New arg NOMODIFY.
3802 (after-insert-file-set-coding): Pass that new arg.
3803 Prevent set-buffer-multibyte from trying to lock the file.
3804
3805 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
3806
3807 * saveplace.el (save-place): Doc fix.
3808
3809 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
3810 temporarily widen before finding the following word to copy.
3811
3812 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
3813 (cl-map-keymap): Definition deleted.
3814
3815 * subr.el (map-keymap-internal): New function.
3816
3817 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
3820 when pressing rather than when releasing mouse-2. Simplify.
3821
3822 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
3825 (compilation-mode): Set it here instead.
3826
3827 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
3828
3829 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
3830 (loop, cl-parse-loop-clause, defsetf): Use backquote.
3831
3832 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3833
3834 * progmodes/compile.el (compilation-internal-error-properties):
3835 Fix up a transposition-typo. Check end-col before using it.
3836
3837 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
3838
3839 * international/iso-cvt.el (iso-tex2iso-trans-tab):
3840 Discard whitespace after macro \i when converting it.
3841
3842 2004-11-16 Juri Linkov <juri@jurta.org>
3843
3844 * emacs-lisp/find-func.el (find-function-regexp):
3845 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
3846 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
3847 Remove invalid `\W' from [^cgv\W]. Doc fix.
3848 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
3849
3850 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
3851
3852 * play/life.el: Maintainer is now FSF.
3853 (life-patterns, life-neighbor-deltas, life-window-start)
3854 (life-current-generation, life-generation-string): Use defvar
3855 instead of defconst.
3856
3857 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
3858
3859 * progmodes/compile.el (compilation-move-to-column): New fun.
3860 (compilation-internal-error-properties)
3861 (compilation-next-error-function): Use it to make sure we don't go past
3862 the end of line.
3863
3864 2004-11-15 John Paul Wallington <jpw@gnu.org>
3865
3866 * autoinsert.el (auto-insert-alist): Insert the user's name in
3867 copyright notice, rather than Free Software Foundation, for the
3868 Emacs Lisp header case too.
3869
3870 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3871
3872 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
3873 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3874 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
3875 return the list of string in a string.
3876 (pr-call-process): Message if calling process returns an error, that
3877 is, the exit status is different of zero.
3878
3879 2004-11-15 Jay Belanger <belanger@truman.edu>
3880
3881 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
3882 variable var-thing.
3883 (math-integ-depth, math-integ-level, math-integral-limit)
3884 (math-enable-subst, math-any-substs, math-integ-msg)
3885 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
3886 (math-int-threshold, math-int-factors, math-double-roots)
3887 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
3888 (var-GenCount): Declare these variables.
3889 (calcFunc-integ): Don't check if var-IntegLimit is bound.
3890 (math-integral-cache, math-integral-cache-state):
3891 Move declarations to earlier in the file.
3892 (math-deriv-var, math-deriv-total, math-deriv-symb)
3893 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
3894 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
3895 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
3896 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
3897 (math-solve-res): New variables
3898 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
3899 (math-integral, math-replace-integral-parts)
3900 (math-integrate-by-parts, calc-dump-integral-cache)
3901 (math-try-integral, math-do-integral, math-do-integral)
3902 (math-do-integral-methods, math-try-solve-for)
3903 (math-try-solve-prod, math-solve-poly-funny-powers)
3904 (math-solve-crunch-poly, math-decompose-poly)
3905 (math-solve-find-root-term, math-find-root-in-prod)
3906 (math-integ-try-linear-substitutions)
3907 (math-integ-try-substitutions, math-expr-rational-in)
3908 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
3909 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
3910 (math-solve-for, math-solve-system, math-solve-system-rec)
3911 (math-solve-get-sign, math-solve-get-int)
3912 (math-solve-system-subst): Replace undeclared variables with newly
3913 declared variables.
3914
3915 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
3916
3917 * winner.el (winner-active-region, winner-edges, winner-window-list):
3918 Define at toplevel.
3919 (winner-mode-map): Move init inside declaration.
3920
3921 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
3922
3923 * files.el (convert-standard-filename): Doc fix.
3924
3925 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
3926
3927 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
3928 passwd, group, shadow, default/* and pam.d/*.
3929
3930 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3931
3932 * printing.el (pr-menu-spec): Adjust menu specification.
3933
3934 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3935
3936 * printing.el: Doc fix. Insert :version tag into all defcustom.
3937 Handle interactive-p as is recommended in Emacs Lisp Reference.
3938 Set the file permission bits for newly created files.
3939 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
3940 The printing menu specification (in `pr-menu-spec') was merged.
3941 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
3942 (pr-version): New version number (6.8.3).
3943 (pr-file-modes): New option.
3944 (pr-interactive-p): New var.
3945 (pr-save-interactive, pr-save-file-modes): New macros.
3946 (pr-setup): Code fix.
3947 (pr-menu-spec): Menu specification merged.
3948 (pr-call-process, pr-text2ps): Set file permission bits.
3949 (pr-despool-print): Set file permission bits. Handle interactive-p as
3950 is recommended.
3951 (pr-interface, pr-ps-directory-preview)
3952 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
3953 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
3954 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
3955 (pr-ps-buffer-ps-print, pr-ps-region-preview)
3956 (pr-ps-region-using-ghostscript, pr-ps-region-print)
3957 (pr-ps-region-ps-print, pr-ps-mode-preview)
3958 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
3959 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
3960 (pr-despool-using-ghostscript, pr-despool-ps-print)
3961 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
3962 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
3963 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
3964 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
3965 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
3966 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
3967 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
3968 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
3969 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
3970 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
3971 Handle interactive-p as is recommended.
3972
3973 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
3974
3975 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
3976 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
3977
3978 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
3979 so it doesn't forget to highlight the beginning of the region either.
3980
3981 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
3982
3983 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
3984 (c-font-lock-init): Eliminate obsolete make-local-hook.
3985 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3986 (awk-mode): Use run-mode-hooks.
3987
3988 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
3989
3990 2004-11-13 Kim F. Storm <storm@cua.dk>
3991
3992 * mouse.el (mouse-drag-copy-region): Add :version.
3993 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
3994 while dragging mode line, so mode line can be dragged downwards.
3995 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
3996 while pressing mouse button so window doesn't scroll until we
3997 release the mouse if clicking on partially visible line.
3998
3999 2004-11-12 Jay Belanger <belanger@truman.edu>
4000
4001 * calc/calc-graph.el (calc-dumb-map): Declare it.
4002 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
4003 than unbound.
4004 (calc-graph-name): Made `end' a local variable.
4005 (calc-graph-lookup): Made `varname' a local variable.
4006 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
4007 Declare them.
4008 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
4009 (calc-graph-plot, calc-graph-compute-3d): Remove references to
4010 the unused variable y3vec.
4011 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
4012 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
4013 calc-graph-prev-kill-hook.
4014 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
4015 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
4016 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
4017 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
4018 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
4019 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
4020 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
4021 (calc-graph-y3value, calc-graph-y3name)
4022 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
4023 (calc-graph-stepcount, calc-graph-is-splot)
4024 (calc-graph-surprise-splot, calc-graph-blank)
4025 (calc-graph-non-blank, calc-graph-curve-num): New variables.
4026 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
4027 (calc-graph-recompute-2d, calc-graph-compute-3d)
4028 (calc-graph-format-data): Replace undeclared variables with the
4029 above newly declared variables.
4030
4031 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
4032
4033 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
4034 `rsf-beep' and `rsf-sleep-after-message'.
4035
4036 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
4037 list if `message-sender' is non-nil.
4038
4039 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
4040
4041 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
4042 consing by using mapc instead of mapcar.
4043
4044 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
4045
4046 * tooltip.el (require): Explain why CL is needed.
4047
4048 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4049
4050 * printing.el: Insert :version into defgroup (printing). All reference
4051 to Files option in menubar were changed to File.
4052 (pr-version): New version number (6.8.2).
4053 (pr-get-symbol): Call easy-menu-intern.
4054 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
4055 compilation gripes.
4056
4057 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
4060 new byte-compile-function-environment binding to t.
4061
4062 * font-lock.el (font-lock-fontify-syntactically-region):
4063 Don't forget to highlight the last char when we hit `end'.
4064
4065 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
4066 (mwheel-scroll): Adjust accordingly.
4067
4068 * cvs-status.el: Reduce spurious warnings.
4069 (cvs-status-checkout): Remove.
4070 (cvs-status-mode-map): Use cvs-mode-checkout instead.
4071
4072 * pcvs.el (cvs-mode-checkout): New command.
4073
4074 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
4075
4076 * tooltip.el: Require CL.
4077
4078 * emacs-lisp/bytecomp.el: Use push.
4079 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
4080 (defalias): Remove the `byte-compile' property and add
4081 a `byte-hunk-handler'.
4082
4083 2004-11-11 Juri Linkov <juri@jurta.org>
4084
4085 * info.el (Info-search): Save match data for isearch.
4086 Skip Tag Table node.
4087
4088 * descr-text.el (describe-char): Replace syntax-after with code
4089 from its previous version.
4090
4091 * files.el (magic-mode-alist): Use optimization for SGML mode too.
4092 (set-auto-mode): Doc fix. Remove unused variable `xml'.
4093
4094 * international/mule.el (sgml-html-meta-auto-coding-function):
4095 Remove > after <html to allow HTML attributes.
4096
4097 2004-11-11 Jay Belanger <belanger@truman.edu>
4098
4099 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
4100 a variable.
4101 (calcFunc-dfac): Replace unbound max by n.
4102 (math-stirling-local-cache): New variable.
4103 (math-stirling-number, math-stirling-1, math-stirling-2):
4104 Replace the variable `cache' by the declared variable
4105 math-stirling-local-cache.
4106 (var-RandSeed): Declare it as a variable.
4107 (math-init-random-base, math-random-digit): Don't check to see if
4108 var-RandSeed is bound.
4109 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
4110 Declare them instead of just setting them.
4111 (math-init-random-base): Made i a local variable.
4112 (math-random-digit): Made math-random-last a local variable.
4113 (math-prime-test-cache): Move declaration to before it is used.
4114 (math-prime-test-cache-k, math-prime-test-cache-q)
4115 (math-prime-test-cache-nm1, math-prime-factors-finished):
4116 Declare them as variables.
4117
4118 2004-11-11 Jay Belanger <belanger@truman.edu>
4119
4120 * calc/calc-ext.el (math-defcache): Use defvar for the new
4121 variables it creates.
4122
4123 2004-11-11 Lars Hansen <larsh@math.ku.dk>
4124
4125 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
4126 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
4127 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
4128 (desktop-save): Add :version.
4129
4130 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
4131
4132 * printing.el (pr-get-symbol): Don't downcase.
4133
4134 2004-11-10 Jay Belanger <belanger@truman.edu>
4135
4136 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
4137 string to kill-ring.
4138
4139 * calc/calc-aent.el (calc-alg-exp, math-toks)
4140 (math-exp-pos,math-exp-old-pos, math-exp-token)
4141 (math-exp-keep-spaces, math-exp-str): New variables.
4142 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
4143 (calcAlg-enter): Use declared variable calc-alg-exp.
4144 (math-build-parse-table, math-find-user-token): Use declared
4145 variable math-toks.
4146 (math-read-exprs, math-read-token, calc-check-user-syntax)
4147 (calc-match-user-syntax, match-factor-after, math-read-factor):
4148 Use declared variables math-exp-pos math-exp-old-pos.
4149 (math-read-exprs, math-read-token, math-read-expr-level)
4150 (calc-check-user-syntax, calc-match-user-syntax)
4151 (match-factor-after, math-read-factor): Use declared variable
4152 math-exp-token.
4153 (math-read-exprs, math-read-expr-list, math-read-token)
4154 (math-read-factor): Use declared variable math-exp-keep-spaces.
4155 (math-read-exprs, math-read-token): Use declared variable
4156 math-exp-str.
4157 (calc-match-user-syntax): Make m a local variable.
4158
4159 * calc/calc-ext.el (math-read-expr): Use declared variables
4160 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4161 math-exp-keep-spaces.
4162
4163 * calc/calc-forms.el (math-read-angle-bracket): Use declared
4164 variables math-exp-pos, math-exp-str.
4165
4166 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
4167 math-exp-old-pos.
4168 (math-parse-fortran-vector, math-parse-fortran-vector-end)
4169 (math-parse-eqn-prime): Use declared variable math-exp-token.
4170
4171 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
4172 Use declared variable math-exp-pos.
4173 (math-check-for-commas): Use declared variable math-exp-str.
4174 (math-read-brackets): Use declared variables math-exp-old-pos,
4175 math-exp-keep-spaces.
4176 (math-read-brackets, math-read-vector, math-read-matrix):
4177 Use declared variable math-exp-token.
4178
4179 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
4180
4181 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
4182 where the keymap is a symbol.
4183 (easy-menu-add-item): Use keymap-prompt. Simplify.
4184
4185 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
4186
4187 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
4188 (sgml-parse-tag-backward): Use it to skip spurious < or >.
4189
4190 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
4191
4192 * ebuff-menu.el: Doc fixes throughout.
4193 (electric-buffer-menu-mode-hook): New defvar.
4194
4195 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
4196
4197 * tooltip.el: Don't require cl, comint, gud, gdb-ui for
4198 compilation. The resulting compiler warnings appear to be harmless.
4199
4200 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
4201
4202 * textmodes/conf-mode.el: New file.
4203
4204 * files.el (auto-mode-alist, magic-mode-alist): Use it.
4205
4206 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4207
4208 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
4209
4210 2004-11-09 Jay Belanger <belanger@truman.edu>
4211
4212 * calc/calc-ext.el (calc-init-extensions): Remove old code.
4213
4214 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
4215 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
4216 (calc-z-prefix-help, calc-user-function-list): Use declared
4217 variables calc-z-prefix-buf, calc-z-prefix-msgs.
4218 (math-map-tree, math-map-tree-rec): Use declared variables
4219 math-mt-many, math-mt-func.
4220 (math-read-expression, math-read-string): Use declared variable
4221 math-expr-data.
4222
4223 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
4224 variable math-normalize-a.
4225
4226 * calc/calc.el (math-normalize-a): New variable.
4227 (math-normalize): Use declared variable math-normalize-a.
4228
4229 * calc/calc-poly.el (math-expand-form): Use declared variable
4230 math-mt-many.
4231
4232 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
4233 Use declared variable math-mt-many.
4234 (math-rewrite): Use declared variable math-mt-func.
4235
4236 * calc/calc-vec.el (math-read-brackets, math-read-vector)
4237 (math-read-matrix): Use declared variable math-expr-data.
4238
4239 * calc/calc-lang.el (math-parse-fortran-vector)
4240 (math-parse-fortran-vector-end, math-parse-tex-sum)
4241 (math-parse-eqn-matrix, math-parse-eqn-prime)
4242 (math-read-math-subscr): Use declared variable math-expr-data.
4243
4244 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
4245 (math-read-expr-level, math-read-token, calc-check-user-syntax)
4246 (calc-match-user-syntax, math-read-if, math-factor-after)
4247 (math-read-factor): Use declared variable math-expr-data.
4248
4249 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
4250
4251 * calendar/diary-lib.el (diary-from-outlook)
4252 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
4253 interactive-p; but rather new optional argument NOCONFIRM.
4254
4255 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
4256
4257 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
4258 (easy-menu-name-match): Revert correspondingly.
4259
4260 2004-11-09 Richard M. Stallman <rms@gnu.org>
4261
4262 * emacs-lisp/bytecomp.el (byte-compile-defalias):
4263 Turn off warnings for the new function even if definition not constant.
4264 If the definition isn't a quoted symbol, record (FUNCTION . t).
4265 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
4266 (byte-compile-callargs-warn): Handle (FUNCTION . t).
4267 (display-call-tree, byte-compile-arglist-warn):
4268 Handle t returned by byte-compile-fdefinition.
4269
4270 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4271
4272 * Makefile.in (maintainer-clean): Depend on distclean.
4273
4274 * help-fns.el (help-C-file-name): File name must be in build-files
4275 to be returned.
4276
4277 2004-11-09 Jay Belanger <belanger@truman.edu>
4278
4279 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
4280 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
4281
4282 * calc/calc.el (calc, calc-trail-display, calc-mode):
4283 Remove obsolete sections.
4284
4285 * calc/calc.el (calc-x-paste-text): Remove.
4286
4287 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
4288 mouse-2.
4289
4290 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
4291
4292 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
4293 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
4294 current frame (in case of recursive calls).
4295 (gdb-show-changed-values): Add :version keyword.
4296
4297 2004-11-09 Kenichi Handa <handa@m17n.org>
4298
4299 * international/mule-cmds.el: Change coding: tag back to
4300 iso-2022-7bit.
4301
4302 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
4303
4304 * international/mule-cmds.el: Change coding-system to utf-8.
4305 (select-safe-coding-system-interactively):
4306 New function extracted from select-safe-coding-system.
4307 (select-safe-coding-system): Use it.
4308
4309 2004-11-08 Richard M. Stallman <rms@gnu.org>
4310
4311 * subr.el (syntax-after): Doc fix.
4312
4313 * paren.el (show-paren-function): Change calls to syntax-after
4314 for new way of returning the value.
4315
4316 * menu-bar.el (menu-bar-file-menu): Make this the real name
4317 and menu-bar-files-menu the alias. Use the former.
4318 (global-map): Use `file', not `files', as the symbol.
4319
4320 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
4321
4322 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
4323 Don't use beginning-of-buffer.
4324 (filesets-cmd-show-result): Use with-no-warnings.
4325
4326 2004-11-08 Juri Linkov <juri@jurta.org>
4327
4328 * progmodes/compile.el (compile): Don't overwrite last command in
4329 minibuffer history with default command if they are not equal.
4330
4331 2004-11-08 Jay Belanger <belanger@truman.edu>
4332
4333 * calc/calcalg2.el (math-do-integral-methods): Try linear then
4334 non-linear substitutions.
4335
4336 2004-11-08 Jay Belanger <belanger@truman.edu>
4337
4338 * calc/calcalg2.el (math-linear-subst-tried): New variable.
4339 (math-do-integral): Set `math-linear-subst-tried' to nil.
4340 (math-do-integral-methods): Use `math-linear-subst-tried' to
4341 determine what type of substitution to try.
4342 (math-integ-try-linear-substituion):
4343 Set `math-linear-subst-tried' to t.
4344
4345 2004-11-08 Kim F. Storm <storm@cua.dk>
4346
4347 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
4348
4349 2004-11-07 Juri Linkov <juri@jurta.org>
4350
4351 * info-look.el (info-lookup): Allow reusing in the current buffer
4352 not only *info* buffer, but all (even renamed) Info buffers
4353 by checking for major-mode instead of *info* buffer name.
4354 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
4355 (octave-mode, maxima-mode) <doc-spec>:
4356 Allow long dashes generated by Texinfo 4.7 before definitions.
4357 (texinfo-mode) <doc-spec>: Add space to suffix to find command
4358 definitions with argument separated by space.
4359
4360 2004-11-06 Richard M. Stallman <rms@gnu.org>
4361
4362 * simple.el (next-error group, face): Move before first use.
4363 (next-error-highlight, next-error-highlight-no-select): Likewise.
4364
4365 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
4366 (line-move): New args NOERROR and TO-END.
4367 Return t if if succeed in moving specified number of lines.
4368 (move-end-of-line): New function.
4369
4370 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
4371 (end-of-buffer-other-window): Likewise.
4372
4373 * simple.el (line-move-ignore-invisible): Default to t.
4374
4375 * subr.el (syntax-after): Return the syntax letter, not the raw code.
4376
4377 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
4378
4379 * international/iso-cvt.el (iso-cvt-define-menu):
4380 Rename menu-bar-files-menu to menu-bar-file-menu.
4381
4382 * net/browse-url.el (browse-url-gnome-moz-program)
4383 (browse-url-gnome-moz-arguments): Move up before first use.
4384
4385 * net/tramp.el (tramp group): Add :version.
4386
4387 * progmodes/ada-xref.el (ada-gdb-application):
4388 Use goto-char instead of beginning-of-buffer.
4389
4390 * progmodes/cperl-mode.el (cperl-info-on-command):
4391 Use goto-char instead of beginning-of-buffer.
4392
4393 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
4394 Move up before first use.
4395 (idlwave-shell-temp-pro-file): Likewise.
4396 (idlwave-shell-temp-rinfo-save-file): Likewise.
4397 (idlwave-shell-temp-file): Minor doc fix.
4398
4399 * textmodes/flyspell.el (flyspell-external-point-words):
4400 Use goto-char instead of beginning-of-buffer.
4401
4402 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
4403
4404 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
4405 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
4406 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
4407
4408 2004-11-06 David Ponce <david@dponce.com>
4409
4410 * recentf.el (recentf-menu-path): Use menu item name.
4411
4412 2004-11-06 Eli Zaretskii <eliz@gnu.org>
4413
4414 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
4415 display doesn't support images.
4416
4417 2004-11-06 Andreas Schwab <schwab@suse.de>
4418
4419 * tempo.el (tempo-match-finder): Doc fix.
4420
4421 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
4422
4423 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
4424
4425 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
4426 (easy-menu-lookup-name): New fun to replace it.
4427 (easy-menu-get-map): Use it to obey menu item names (rather than just
4428 keys) when looking up `path'.
4429 (easy-menu-always-true-p): Rename from easy-menu-always-true.
4430 (easy-menu-convert-item-1): Adjust to new name.
4431
4432 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
4433
4434 * outline.el (hide-body): Don't hide lines at the top of the file
4435 that precede the first header line.
4436
4437 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
4438
4439 * align.el (align-areas): Delete whitespace before reindenting, so
4440 that tabs are never placed after spaces.
4441
4442 2004-11-06 Alan Shutko <ats@acm.org>
4443
4444 * macros.el (insert-kbd-macro): Do completions based on macros,
4445 rather than all commands.
4446
4447 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
4448
4449 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
4450 to solve a bug whereby tags with 'b' don't match.
4451
4452 2004-11-05 Juri Linkov <juri@jurta.org>
4453
4454 * info.el (Info-search): Don't search in node header lines
4455 and file headers.
4456
4457 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
4458 symbol-constituent characters after dot, not only digits.
4459
4460 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
4461
4462 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
4463
4464 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4465
4466 * dired.el (dired-read-dir-and-switches): Call read-directory-name
4467 if a dialog will be used, read-file-name otherwise.
4468
4469 2004-11-04 Richard M. Stallman <rms@gnu.org>
4470
4471 * textmodes/table.el (table group): Add :version.
4472
4473 * textmodes/ispell.el (ispell-word):
4474 Don't alter args; set them only thru `interactive' spec.
4475
4476 * textmodes/flyspell.el (flyspell-word):
4477 Don't alter FOLLOWING; set it only thru `interactive' spec.
4478
4479 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
4480
4481 * net/browse-url.el (browse-url-maybe-new-window):
4482 Use called-interactively-p.
4483
4484 * mail/supercite.el (sc-cite-region):
4485 Don't use interactive-p. Add arg INTERACTIVE.
4486 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
4487
4488 * international/mule-cmds.el (set-input-method, toggle-input-method):
4489 Don't use interactive-p. Add arg INTERACTIVE.
4490
4491 * eshell/esh-mode.el (eshell-show-maximum-output):
4492 Don't use interactive-p.
4493 (eshell-truncate-buffer): Just message, no error, if buffer is short.
4494
4495 * mouse.el (mouse-show-mark): Get positions to delete from mark
4496 and point, not from mouse-drag-overlay.
4497
4498 * imenu.el (imenu-eager-completion-buffer): Add :version.
4499
4500 * filesets.el (filesets group): Add :version.
4501
4502 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
4503
4504 * files.el (xml-based-modes): Delete var.
4505 (magic-mode-alist): New more general var.
4506 (set-auto-mode): Use it.
4507
4508 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
4509 when clicking from another window.
4510
4511 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
4512
4513 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
4514 (vc-cvs-annotate-time): Incorporate value of deleted var.
4515 Remove special-case handling of beginning-of-buffer cruft.
4516 Cache ending position (point) and return value in text property
4517 `vc-cvs-annotate-time', and consult it on subsequent invocations.
4518
4519 * vc-cvs.el (vc-cvs-annotate-command):
4520 Delete extraneous lines from beginning of buffer.
4521 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
4522
4523 * progmodes/grep.el (grep-default-command): Take empty string
4524 for tag if all other methods yield nil. Shell-quote the tag.
4525
4526 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
4527 spec in `interactive' form, and mention it in the docstring.
4528 Also, make sure point is at bol after calling `annotate-time'.
4529
4530 2004-11-02 Richard M. Stallman <rms@gnu.org>
4531
4532 * cus-edit.el (customize-group-other-window):
4533 Select the window that displays the custom buffer.
4534 (custom-buffer-create-other-window): Likewise.
4535
4536 * comint.el (comint-insert-input): Fix previous change.
4537
4538 * emacs-lisp/elp.el (elp-instrument-function):
4539 Use called-interactively-p.
4540
4541 * emacs-lisp/easymenu.el (easy-menu-intern):
4542 Don't downcase; rather, case-flip the first letter of each word.
4543
4544 * emacs-lisp/easy-mmode.el (define-minor-mode):
4545 Use called-interactively-p.
4546
4547 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
4548 Add interactive-only.
4549 (byte-compile-warnings): Add interactive-only as option.
4550 (byte-compile-interactive-only-functions): New variable.
4551 (byte-compile-form): Warn about calls to functions
4552 in byte-compile-interactive-only-functions.
4553
4554 * emacs-lisp/autoload.el (update-file-autoloads):
4555 Don't use interactive-p; take new arg SAVE-AFTER.
4556
4557 * emacs-lisp/advice.el (ad-make-advised-definition):
4558 Use called-interactively-p.
4559
4560 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4561
4562 * files.el (find-file-existing): New function.
4563
4564 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
4565 find-file-existing. Add "New File..." that calls find-file.
4566
4567 * diropen.pbm, diropen.xpm: New files.
4568
4569 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
4570 icon diropen. New tool bar item find-file-existing uses icon open.
4571
4572 * dired.el (dired-read-dir-and-switches): Call read-driectory-name
4573 instead of read-file-name.
4574
4575 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
4576
4577 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
4578 (icalendar--split-value): Change name of work buffer.
4579 (icalendar--get-weekday-abbrev): Return nil on error.
4580 (icalendar--date-to-isodate): New function.
4581 (icalendar-convert-diary-to-ical)
4582 (icalendar-extract-ical-from-buffer): Use only two args for
4583 make-obsolete (XEmacs compatibility).
4584 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
4585 (icalendar-export-region): Doc fix.
4586 If error, return non-nil and write errors to a buffer.
4587 Use correct weekday for weekly recurring events.
4588 Check whether date has been parsed for ordinary events.
4589 Make weekly events start in the year 2000.
4590 DTEND is non-inclusive, shift end date by one day if
4591 necessary (not for entries that have date and time).
4592 Rename local let variables: oops -> found-error, datestring ->
4593 startdatestring.
4594
4595 2004-11-02 Kim F. Storm <storm@cua.dk>
4596
4597 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
4598 keep-mode-if-same variable. Add it as optional arg instead.
4599 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
4600
4601 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
4602 substitute-command-keys will select lower-case bindings like those
4603 used in the static help texts.
4604
4605 * descr-text.el (describe-text-properties): Don't err if called in
4606 the *Help* buffer; output to *Help-2* buffer instead.
4607
4608 * kmacro.el (group kmacro): Add :version.
4609 (kmacro-keyboard-quit): New function to cleanup on C-g.
4610 (kmacro-start-macro): Set defining-kbd-macro to append when
4611 appending to last macro.
4612
4613 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
4614
4615 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
4616
4617 * progmodes/gdb-ui.el (gdb-enable-debug-log)
4618 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
4619 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
4620 Add :version keyword.
4621
4622 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
4623
4624 * progmodes/flymake.el (flymake-err-line-patterns):
4625 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
4626 `compilation-error-regexp-alist-alist' to internal Flymake format.
4627
4628 * progmodes/flymake.el: Eliminate byte-compiler warnings.
4629
4630 2004-11-01 Jay Belanger <belanger@truman.edu>
4631
4632 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
4633 with `interactive "s"'.
4634
4635 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4636
4637 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
4638 Revert change from 2004-10-16. '*' checks the current buffer, but the
4639 mouse click may be in another buffer.
4640
4641 2004-11-01 John Paul Wallington <jpw@gnu.org>
4642
4643 * files.el (large-file-warning-threshold): Add :version keyword.
4644 (kill-some-buffers): Doc fix.
4645
4646 * thumbs.el (group thumbs): Add :version keyword.
4647
4648 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
4649
4650 2004-11-01 Richard M. Stallman <rms@gnu.org>
4651
4652 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
4653
4654 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
4655
4656 * allout.el (allout group): Add :version.
4657 (allout-init): Don't use interactive-p.
4658 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
4659 (allout-forward-current-level, allout-backward-current-level):
4660 Don't use interactive-p.
4661
4662 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
4663 (bibtex-find-text): Likewise.
4664
4665 * progmodes/vhdl-mode.el (vhdl-fill-region)
4666 (vhdl-beginning-of-statement): Don't use interactive-p.
4667
4668 * progmodes/idlwave.el (idlwave-update-routine-info):
4669 Don't use interactive-p.
4670
4671 * progmodes/idlw-shell.el (idlwave-shell-send-char):
4672 Don't use interactive-p.
4673
4674 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
4675 Don't use interactive-p.
4676
4677 * progmodes/ada-xref.el (ada-make-body-gnatstub):
4678 Don't use interactive-p.
4679
4680 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
4681 (fortune-in-buffer): Doc fix.
4682
4683 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
4684
4685 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
4686 don't select the temporary buffer.
4687 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
4688 (eudc-get-phone): Likewise.
4689
4690 2004-11-01 Kim F. Storm <storm@cua.dk>
4691
4692 * man.el (Man-xref-normal-file): Fix help-echo.
4693
4694 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
4695
4696 * reveal.el (reveal-last-tick): New var.
4697 (reveal-post-command): Use it to avoid closing overlays when we're
4698 appending text to them.
4699
4700 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4701
4702 * textmodes/bibtex.el: Require button.
4703 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
4704 (bibtex-reference-keys): Distinguish between header keys and
4705 crossref keys.
4706 (bibtex-beginning-of-field): New function.
4707 (bibtex-url-map): Remove.
4708 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
4709 (bibtex-font-lock-url-regexp): Assume that field names begin at
4710 the beginning of a line.
4711 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
4712 Remove field delimiters. Use bibtex-beginning-of-field.
4713 Bugfix, point can be inside a field with a url.
4714 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
4715 New functions.
4716 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
4717 (bibtex-key-in-head): Simplify.
4718 (bibtex-current-line): Use bolp.
4719 (bibtex-parse-keys): Remove unused arg `add'.
4720 Use bibtex-type-in-head and bibtex-key-in-head.
4721 (bibtex-parse-entry, bibtex-autofill-entry):
4722 Use bibtex-type-in-head and bibtex-key-in-head.
4723 (bibtex-autokey-get-field): Do not alter case of replacement text.
4724 (bibtex-autokey-get-names): Do all processing of name list.
4725 (bibtex-autokey-get-year): New function.
4726 (bibtex-autokey-get-title): Do all processing of title words.
4727 (bibtex-generate-autokey): Simplify.
4728 (bibtex-string-files-init): Use default-directory.
4729 Allow for absolute file names in bibtex-string-files.
4730 (bibtex-files, bibtex-file-path): New variables.
4731 (bibtex-files-expand): New function.
4732 (bibtex-find-entry-globally): New command.
4733 (bibtex-summary-function): New variable.
4734 (bibtex-summary): Default value of bibtex-summary-function.
4735 (bibtex-find-crossref): New optional args pnt and split.
4736 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
4737 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
4738 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
4739 Fix handling of required and alternative fields.
4740 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
4741 Use cons and display-buffer.
4742 (bibtex-validate-globally): New command.
4743 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
4744 bibtex-parse-keys and bibtex-parse-strings for updating
4745 bibtex-reference-keys and bibtex-strings.
4746 (bibtex-realign): Remove blank lines past the last entry.
4747 (bibtex-reformat): Use bibtex-entry-format as default.
4748 (bibtex-choose-completion-string): Remove.
4749 (bibtex-complete): Do not use bibtex-choose-completion-string.
4750 (bibtex-url): Simplify.
4751
4752 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4753
4754 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
4755 (x-dnd-types-alist, x-dnd-open-file-other-window)
4756 (x-dnd-known-types): Add :version.
4757
4758 2004-10-31 John Paul Wallington <jpw@gnu.org>
4759
4760 * ibuffer.el (group ibuffer): Add :version keyword.
4761
4762 2004-10-31 Kim F. Storm <storm@cua.dk>
4763
4764 * ido.el (group ido): Add :version keyword.
4765 (ido-mode): Remove :version keyword.
4766
4767 * emulation/cua-base.el (group cua): Add :version keyword.
4768 (cua-mode): Remove :version keyword.
4769
4770 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
4773
4774 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
4775 compiler warning.
4776 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
4777 function.
4778 (help-at-pt-display-when-idle): Remove autoload.
4779
4780 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
4781
4782 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
4783
4784 2004-10-30 Juri Linkov <juri@jurta.org>
4785
4786 * help.el (function-called-at-point):
4787 * help-fns.el (variable-at-point): Read -> intern.
4788
4789 2004-10-30 Simon Josefsson <jas@extundo.com>
4790
4791 * progmodes/autoconf.el (autoconf-font-lock-keywords):
4792 Recognize AS_* too.
4793
4794 2004-10-29 Simon Josefsson <jas@extundo.com>
4795
4796 * subr.el (read-passwd): Move back from password.el.
4797
4798 * password.el: Remove, not ready yet.
4799
4800 2004-10-29 Andreas Schwab <schwab@suse.de>
4801
4802 * speedbar.el (speedbar-frame-parameters): Improve customize type.
4803
4804 2004-10-29 Sam Steingold <sds@gnu.org>
4805
4806 * mouse.el (mouse-show-mark): Replace the last occurrence of
4807 x-lost-selection-hooks with x-lost-selection-functions.
4808
4809 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
4810
4811 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
4812 x-lost-selection-functions is bound.
4813
4814 * mouse-sel.el (mouse-sel-mode):
4815 * emacs-lisp/lselect.el: Adjust to new names for
4816 x-(lost|sent)-selection-functions.
4817
4818 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
4819 New obsolete aliases of x-lost-selection-functions and
4820 x-sent-selection-functions.
4821
4822 2004-10-28 Kim F. Storm <storm@cua.dk>
4823
4824 * imenu.el (imenu-scanning-message): Remove.
4825 (imenu-progress-message): Make it a no-op.
4826
4827 2004-10-28 John Paul Wallington <jpw@gnu.org>
4828
4829 * files.el (set-auto-mode): Call `throw' correctly.
4830
4831 2004-10-28 Juri Linkov <juri@jurta.org>
4832
4833 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
4834 to search `Info-...' commands in `info' manual.
4835 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
4836 Add 'info-file "emacs" property.
4837 (Info-find-emacs-command-nodes): Fix index line number regexp.
4838 Set real line number (instead of fake 0) in first element of the
4839 returned list.
4840 (Info-goto-emacs-command-node): Use line number of first element
4841 to set point in the first found Info node.
4842
4843 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
4844 code to `grep-mode-font-lock-keywords'.
4845 (grep-mode-font-lock-keywords): Delete grep markers instead
4846 of making them invisible.
4847
4848 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4849
4850 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
4851 and x-server-version in bug report.
4852
4853 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
4854
4855 * files.el (set-auto-mode-0): New function.
4856 (set-auto-mode): Use it to handle aliased modes and to
4857 be consistent between C-x C-f and C-x C-w.
4858
4859 2004-10-28 Kenichi Handa <handa@m17n.org>
4860
4861 * international/utf-8.el (utf-translate-cjk-charsets):
4862 Add katakana-jisx0201.
4863
4864 * international/subst-jis.el: Add data for JISX0201.
4865
4866 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
4867
4868 * obsolete/hilit19.el (hilit-mode): New function.
4869 Move all the toplevel side-effecting stuff into it, so that loading
4870 hilit19 doesn't mess everything up any more.
4871
4872 2004-10-27 Richard M. Stallman <rms@gnu.org>
4873
4874 * add-log.el (add-change-log-entry): Set up mailing address
4875 and full name later, and don't alter add-log-mailing-address
4876 or add-log-full-name.
4877
4878 * elide-head.el (elide-head): Change error to message.
4879 (elide-head-show): Likewise.
4880
4881 * apropos.el (apropos-macrop): Doc fix.
4882
4883 * mouse.el (mouse-show-mark): Do most processing the same
4884 regardless of transient-mark-mode.
4885
4886 * shadowfile.el (shadow-copy-files): Use interactive-p
4887 only to control whether to print a message.
4888
4889 * tar-mode.el (tar-mode): Use write-contents-functions,
4890 not write-contents-hooks.
4891
4892 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
4893 directory-sep-char.
4894
4895 2004-10-27 Richard M. Stallman <rms@gnu.org>
4896
4897 * strokes.el (strokes-unload-hook): Fix previous change.
4898
4899 * type-break.el (type-break-run-at-time): Always use run-at-time;
4900 forget the alternatives.
4901 (type-break-cancel-function-timers): Always use cancel-function-timers;
4902 forget the alternatives.
4903
4904 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
4905
4906 2004-10-27 Kenichi Handa <handa@m17n.org>
4907
4908 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
4909
4910 * international/subst-gb2312.el: Likewise.
4911
4912 * international/subst-big5.el: Likewise.
4913
4914 * international/subst-ksc.el: Likewise.
4915
4916 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
4917 New variable.
4918 (utf-translate-cjk-set-unicode-range): New function.
4919 (utf-translate-cjk-unicode-range): Make it customizable.
4920 (utf-8-post-read-conversion):
4921 Use utf-translate-cjk-unicode-range-string.
4922 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
4923 Unicode ranges.
4924
4925 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
4926
4927 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
4928 trivial variants to shorten the list.
4929 (xml-based-modes): New var.
4930 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
4931 declaration higher priority than auto-mode-alist.
4932
4933 * find-file.el (cc-other-file-alist): Bring it in line with
4934 cc-mode's auto-mode-alist entries and use \' instead of $.
4935
4936 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
4937 and add "Id" and "Name" submenus to it.
4938
4939 * imenu.el (imenu--generic-function): Skip matches in comments.
4940
4941 2004-10-26 Jay Belanger <belanger@truman.edu>
4942
4943 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
4944 (full-calc-keypad, calc-trail-display): Use an extra argument
4945 instead of `interactive-p'.
4946
4947 * calc/calc-misc.el (calc-other-window): Use an extra argument
4948 instead of `interactive-p'.
4949
4950 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
4951 `interactive-p'.
4952
4953 2004-10-26 Kim F. Storm <storm@cua.dk>
4954
4955 * help.el (describe-key): Describe both down-event and up-event
4956 for a mouse click.
4957
4958 2004-10-26 Richard M. Stallman <rms@gnu.org>
4959
4960 * woman.el (woman): Don't call interactive-p.
4961
4962 * pcomplete.el (pcomplete): Instead of interactive-p,
4963 use an arg set non-nil by the interactive spec.
4964
4965 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
4966 use an arg set non-nil by the interactive spec.
4967
4968 * man.el (Man-cleanup-manpage): Instead of interactive-p,
4969 use an arg set non-nil by the interactive spec.
4970
4971 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4972
4973 * progmodes/flymake.el (flymake-split-string):
4974 Use `flymake-split-string-remove-empty-edges' in any case.
4975
4976 2004-10-26 Masatake YAMATO <jet@gyve.org>
4977
4978 * progmodes/flymake.el (flymake-err-line-patterns):
4979 Use `compilation-error-regexp-alist-alist' instead of
4980 `compilation-error-regexp-alist'.
4981
4982 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
4983
4984 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
4985 verbatim face on the \ of \end{verbatim}.
4986
4987 2004-10-25 Jay Belanger <belanger@truman.edu>
4988
4989 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
4990 erasing minibuffer.
4991
4992 2004-10-25 Simon Josefsson <jas@extundo.com>
4993
4994 * subr.el (read-passwd): Move to net/password.el.
4995
4996 * net/password.el (read-passwd): Add. Autoload it.
4997
4998 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
4999
5000 * mouse-sel.el (mouse-sel-mode): Specify custom group.
5001
5002 * simple.el (process-file): Fix logic.
5003
5004 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5005
5006 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
5007 (increase-right-margin): Remove erroneous call to `interactive-p'.
5008
5009 2004-10-24 Kim F. Storm <storm@cua.dk>
5010
5011 * help.el (describe-mode): Fix 2004-10-13 change.
5012 Copy pure "Auto Fill" string so it can be propertized later
5013 without causing a read-only error.
5014
5015 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
5016
5017 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
5018 style indexes.
5019
5020 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
5021
5022 * simple.el (process-file): Accept nil for INFILE. Reported by
5023 Luc Teirlinck.
5024
5025 2004-10-24 Masatake YAMATO <jet@gyve.org>
5026
5027 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
5028 Handle periods and underscores in a function name.
5029 Remove the address fontification.
5030
5031 2004-10-24 Masatake YAMATO <jet@gyve.org>
5032
5033 * progmodes/asm-mode.el (asm-font-lock-keywords):
5034 Use font-lock-variable-name-face for registers.
5035
5036 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
5037
5038 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
5039 kill-all-local-variables.
5040 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5041 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
5042 Use kill-all-local-variables and provide mode-hooks.
5043 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
5044 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
5045 Suggested by Masatake YAMATO <jet@gyve.org>.
5046
5047 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
5048
5049 * simple.el (process-file): New function, similar to call-process
5050 but supports file handlers.
5051 * vc.el (vc-do-command): Use it, instead of call-process.
5052 * net/tramp-vc.el (vc-do-command): Do not advise it if
5053 process-file is fboundp.
5054 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
5055 process-file.
5056 (tramp-handle-process-file): New function.
5057 (tramp-file-name-for-operation): Support process-file.
5058
5059 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
5060
5061 * calendar/icalendar.el (icalendar--weekday-array): New constant.
5062 (icalendar-weekdayabbrev-table)
5063 (icalendar-monthnumber-table): Delete.
5064 (icalendar--get-month-number): Use calendar-month-name-array.
5065 (icalendar--get-weekday-number): New function.
5066 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
5067 (icalendar-export-region): Handle multi-line entries.
5068 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
5069
5070 2004-10-23 John Paul Wallington <jpw@gnu.org>
5071
5072 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
5073 `wildcards' set to t in interactive spec.
5074
5075 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
5076 interactive spec rather than use `interactive-p'.
5077 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
5078 rather than use function `interactive-p'.
5079
5080 2004-10-22 Kenichi Handa <handa@m17n.org>
5081
5082 * international/mule.el (translate-region): Implement it in Lisp
5083 as a front end of translate-region-internal.
5084
5085 2004-10-21 Jay Belanger <belanger@truman.edu>
5086
5087 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
5088 Declare these variables with defvar.
5089
5090 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
5091 is bound, only check to see if it is bound.
5092
5093 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
5094
5095 * textmodes/tex-mode.el (tex-compilation-parse-errors):
5096 Don't output messages.
5097
5098 * calc/calc-help.el (calc-describe-bindings): Fix last change.
5099
5100 2004-10-21 John Paul Wallington <jpw@gnu.org>
5101
5102 * calc/calc-graph.el (calc-graph-init):
5103 Use `set-process-query-on-exit-flag'.
5104
5105 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
5106
5107 * progmodes/compile.el (compilation-start): Rely on `cd' to get
5108 dir right and also allow argumentless cd.
5109
5110 2004-10-19 Richard M. Stallman <rms@gnu.org>
5111
5112 * textmodes/flyspell.el (flyspell-mode): Doc fix.
5113
5114 * eshell/em-unix.el (eshell-grep):
5115 Don't bind compilation-process-setup-function.
5116
5117 * comint.el (comint-insert-input): Use @ in `interactive'.
5118 (comint-input-filter-functions): Doc fix.
5119 (comint-kill-whole-line, comint-get-source): Doc fix.
5120
5121 * progmodes/compile.el (compilation-setup):
5122 Don't set buffer-read-only if MINOR is non-nil.
5123
5124 2004-10-19 Jay Belanger <belanger@truman.edu>
5125
5126 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
5127 (calc-emacs-type-gnu19): Remove.
5128 (calc-digit-map, calc-read-key-sequence, calc-read-key):
5129 Remove check for old emacs versions.
5130
5131 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
5132 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
5133 for current Emacs.
5134
5135 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
5136 the end of the minibuffer.
5137 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
5138 copy `esc-map'.
5139
5140 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
5141
5142 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
5143 call that would be given when the current emacs was used.
5144
5145 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
5146
5147 * calendar/icalendar.el: Set coding to utf-8.
5148 (icalendar-version): Increase to 0.07.
5149 (icalendar-monthnumber-table): Change March pattern.
5150 (icalendar-get-all-event-properties)
5151 (icalendar-set-event-property): Delete.
5152 (icalendar-all-events): No longer interactive.
5153 (icalendar-convert-diary-to-ical)
5154 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
5155 their replacements.
5156 (icalendar-export-file, icalendar-export-region): New functions;
5157 essentially old `icalendar-convert-diary-to-ical' but appending to
5158 target rather than overwriting.
5159 (icalendar-import-file): Append to target file rather than
5160 overwriting. Fourth arg deleted.
5161 (icalendar-import-buffer): New name for old
5162 `icalendar-extract-ical-from-buffer'.
5163 (icalendar--convert-string-for-import): New name for
5164 old `icalendar-convert-for-import'.
5165 (include-icalendar-files): Delete.
5166 Prefix for all internal functions changed from `icalendar-'
5167 to `icalendar--'.
5168
5169 2004-10-19 Richard M. Stallman <rms@gnu.org>
5170
5171 * paths.el (news-path): Fix previous change.
5172
5173 2004-10-18 Jay Belanger <belanger@truman.edu>
5174
5175 * calc/calc-help.el (calc-describe-bindings):
5176 Set `buffer-read-only' to nil while working in the keybindings buffer;
5177 remove some extra information from the keybindings buffer.
5178
5179 2004-10-18 David Ponce <david@dponce.com>
5180
5181 * mouse.el (mouse-drag-move-window-top): New function.
5182 (mouse-drag-mode-line-1): Use it.
5183
5184 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
5185
5186 * info.el (Info-fontify-node): For multiline refs,
5187 arrange to unfontify newline and surrounding whitespace.
5188
5189 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
5190
5191 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
5192 directory is missing.
5193
5194 2004-10-17 John Paul Wallington <jpw@gnu.org>
5195
5196 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
5197 New customizable variable; whether to display buffers that match
5198 `ibuffer-maybe-show-predicates' by default.
5199 (ibuffer-maybe-show-predicates): Mention it in docstring.
5200 (ibuffer-display-maybe-show-predicates): New variable.
5201 (ibuffer-update): Prefix arg now toggles whether buffers that
5202 match `ibuffer-maybe-show-predicates' should be displayed.
5203 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
5204 locally to heed `ibuffer-default-display-maybe-show-predicates'.
5205 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
5206
5207 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
5208
5209 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
5210 work correctly.
5211
5212 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
5213
5214 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
5215 (Buffer-menu-beginning): New helper function.
5216 (Buffer-menu-execute): Use it.
5217 (Buffer-menu-select): Use it.
5218 (Buffer-menu-sort): Use it and also keep markers.
5219
5220 2004-10-17 Richard M. Stallman <rms@gnu.org>
5221
5222 * paths.el (news-directory): Rename from news-path. Old name alias.
5223 (rmail-spool-directory): Use defvar.
5224 (sendmail-program): Use defcustom.
5225 (remote-shell-program): Use defcustom.
5226 (term-file-prefix): Use defvar.
5227 (abbrev-file-name): Use defvar.
5228
5229 * term.el: Add maintainer.
5230
5231 * subr.el (with-local-quit): Return nil if there's a quit.
5232 (read-passwd): Use with-local-quit. Doc fix.
5233
5234 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
5235 (strokes-unload-hook): Set as a variable with add-hook.
5236
5237 * startup.el (fancy-splash-tail, normal-splash-screen):
5238 Update copyright year.
5239
5240 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
5241
5242 * server.el (server-unload-hook): Set as a variable with add-hook.
5243
5244 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
5245
5246 * frame.el (special-display-popup-frame):
5247 Make the buffer current as its frame is created.
5248
5249 * delsel.el (delsel-unload-hook): Set as a variable.
5250
5251 * comint.el (comint-output-filter-functions):
5252 Add comint-watch-for-password-prompt.
5253 (comint-read-noecho): Function deleted.
5254 (send-invisible): Use read-passwd.
5255
5256 * fringe.el (fringe-mode-initialize): New function.
5257 (fringe-mode): Use fringe-mode-initialize as :initialize.
5258
5259 2004-10-17 Kim F. Storm <storm@cua.dk>
5260
5261 * language/indian.el (indian-script-language-alist): Swap value and doc.
5262 (indian-font-char-index-table): Doc fix.
5263
5264 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
5265
5266 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
5267
5268 2004-10-16 Juri Linkov <juri@jurta.org>
5269
5270 * progmodes/compile.el (compilation-start): Move let-binding of
5271 `process-environment' into `with-current-buffer' body.
5272 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5273
5274 2004-10-16 Richard M. Stallman <rms@gnu.org>
5275
5276 * pcvs-util.el (cvs-bury-buffer):
5277 Don't call get-buffer-window for effect.
5278
5279 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
5280
5281 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
5282
5283 * msb.el (msb-unload-hook): Set the variable.
5284
5285 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
5286 Use * to err if buffer is readonly.
5287
5288 * subr.el (looking-back): Return only t or nil.
5289
5290 * whitespace.el (whitespace-unload-hook): Set the variable.
5291
5292 * view.el (view-mode-enable): Set view-page-size and
5293 view-half-page-size to nil.
5294 (view-set-half-page-size-default): view-half-page-size = nil
5295 means the default.
5296 (View-scroll-page-forward): Use view-page-size-default.
5297 (View-scroll-page-backward): Likewise.
5298 (view-page-size, view-half-page-size): Doc fixes.
5299
5300 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
5301
5302 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
5303
5304 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
5305 "cl" like other files. Instead, call byte-compile-find-cl-functions.
5306 (byte-compile-log-1): Bind inhibit-read-only.
5307 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
5308 (byte-compile-log-warning): Likewise.
5309 (byte-compile-file-form-require): Detect "cl" from the arg value.
5310
5311 * progmodes/compile.el (compilation-start): Assume compilation-mode
5312 will make the buffer read-only.
5313 (compilation-mode): Take arg name-of-mode.
5314 (compilation-setup): Make buffer read-only.
5315 (compilation-handle-exit): Bind inhibit-read-only.
5316
5317 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
5318 (ispell-message): Likewise.
5319 (ispell-show-choices): Don't call get-buffer-window uselessly.
5320 (ispell-init-process): Use set-process-query-on-exit-flag.
5321
5322 2004-10-16 Kim F. Storm <storm@cua.dk>
5323
5324 * fringe.el (fringe-bitmaps): Only initialize when defined.
5325
5326 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
5327 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
5328
5329 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
5330
5331 2004-10-15 Simon Josefsson <jas@extundo.com>
5332
5333 * net/password.el: Add.
5334
5335 2004-10-14 Masatake YAMATO <jet@gyve.org>
5336
5337 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
5338 (gdb-script-end-of-defun): New function.
5339 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
5340 `gdb-script-end-of-defun' as *-of-defun-function.
5341
5342 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
5343
5344 * button.el (button-activate): Allow a marker to display as an action.
5345
5346 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
5347
5348 * help.el (describe-mode): Use it to make minor mode list into
5349 hyperlinks.
5350
5351 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * vc.el (vc-annotate-display-select): Fix typo.
5354
5355 * subr.el (substitute-key-definition-key): New function.
5356 (substitute-key-definition): Use it with map-keymap.
5357 (event-modifiers): Use push.
5358 (mouse-movement-p, with-temp-buffer): Simplify.
5359
5360 2004-10-12 Jay Belanger <belanger@truman.edu>
5361
5362 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
5363 New variables.
5364 (calc-help-index-entries): New function.
5365 (calc-describe-function): Use `calc-help-function-list' instead of
5366 obarray for completion.
5367 (calc-describe-variable): Use `calc-help-variable-list' instead
5368 of obarray for completion.
5369
5370 2004-10-12 Richard M. Stallman <rms@gnu.org>
5371
5372 * info-look.el (info-lookup-file): Add info-file property.
5373 (info-lookup-symbol): Likewise.
5374
5375 * info.el (info-xref): Add underlining.
5376 (info): Add info-file property.
5377 (Info-find-emacs-command-nodes): Specify case-sensitive search.
5378
5379 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
5380
5381 Sync with Tramp 2.0.45.
5382
5383 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
5384 defined. This is not the case for XEmacs without package "edebug".
5385 (tramp-set-auto-save-file-modes): Set permissions of autosaved
5386 remote files to the permissions of the original file. This is not
5387 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
5388 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
5389 (tramp-perl-decode): Fix an error in Perl implementation.
5390 $pending must be cleared every loop. Reported by Benjamin Place
5391 <benjaminplace@sprintmail.com>
5392
5393 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
5394 Don't activate advice during definition. This is done later on,
5395 depending on test result of `substitute-in-file-name'.
5396 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
5397
5398 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
5399
5400 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
5401
5402 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
5403
5404 2004-10-12 David Ponce <david@dponce.com>
5405
5406 * recentf.el (recentf-edit-list): Update the menu when the recentf
5407 list has been modified.
5408
5409 2004-10-12 Simon Josefsson <jas@extundo.com>
5410
5411 * net/tls.el (tls-certtool-program): New variable.
5412 (tls-certificate-information): New function, based on
5413 ssl-certificate-information.
5414
5415 2004-10-12 Kenichi Handa <handa@m17n.org>
5416
5417 * international/mule.el (coding-system-equal): Move from mule-util.el.
5418
5419 * international/mule-util.el (coding-system-equal): Move to mule.el.
5420
5421 2004-10-12 Kim F. Storm <storm@cua.dk>
5422
5423 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
5424 reset kmacro-initial-counter-value if set.
5425 (kmacro-set-counter): Only set kmacro-counter if defining or executing
5426 macro. Set kmacro-initial-counter-value otherwise. Never set both.
5427 (kmacro-display): Show macro counter if non-zero.
5428
5429 * subr.el (substitute-key-definition): Mention command remapping
5430 in doc string.
5431
5432 2004-10-11 Jay Belanger <belanger@truman.edu>
5433
5434 * calc/calc-misc.el (calc-info-goto-node): New function.
5435 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
5436 node in one step.
5437 (calc-describe-copying, calc-describe-distribution)
5438 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
5439 Go to appropriate info node in one step.
5440
5441 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
5442
5443 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
5444
5445 * font-lock.el (font-lock-apply-highlight): Fix last change.
5446
5447 2004-10-11 Simon Josefsson <jas@extundo.com>
5448
5449 * mail/smtpmail.el (smtpmail-open-stream): Look for
5450 starttls-gnutls-program instead of starttls-program iff
5451 starttls-use-gnutls is non-nil.
5452 (smtpmail-open-stream): Don't overwrite user settings of
5453 starttls-extra-arguments and starttls-extra-args.
5454
5455 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
5456
5457 * comint.el (comint-mouse-insert-input): Remove.
5458 (comint-insert-input): Make it work for mouse bindings.
5459 (comint-mode-map): Move defs into the declaration.
5460 (comint-output-filter): Typo.
5461
5462 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
5463
5464 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
5465
5466 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
5467 (ange-ftp-call-chmod): Reference remote-shell-program instead of
5468 ange-ftp-remote-shell.
5469
5470 2004-10-10 Andreas Schwab <schwab@suse.de>
5471
5472 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
5473 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
5474 Reported by <sri@asu.edu>.
5475
5476 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
5477
5478 * vc.el (vc-annotate-mode): Remove variable.
5479 (vc-annotate-display-select): Only call vc-annotate-mode
5480 if we're not in that mode already.
5481
5482 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
5485 (imenu-choose-buffer-index): Check here for rescan instead.
5486
5487 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
5488 where the face expression evals to nil.
5489
5490 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
5491 (tex-font-lock-keywords-2): Use it.
5492 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
5493
5494 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
5495
5496 2004-10-09 Kim F. Storm <storm@cua.dk>
5497
5498 * subr.el (progress-reporter-update): Define before first usage.
5499 (make-progress-reporter): Doc fix.
5500
5501 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
5502
5503 * textmodes/paragraphs.el (sentence-end-double-space)
5504 (sentence-end-without-period, sentence-end-without-space)
5505 (sentence-end): Doc fixes.
5506
5507 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
5508
5509 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
5510 Change paragraph-start regexp so we don't fill code starting with #'(.
5511
5512 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
5513
5514 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
5515 New defcustom.
5516 (extract-address-components): Use it.
5517
5518 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
5519
5520 * subr.el (make-progress-reporter, progress-reporter-update)
5521 (progress-reporter-force-update, progress-reporter-do-update)
5522 (progress-reporter-done): New functions.
5523
5524 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
5525
5526 * progmodes/etags.el (etags-tags-completion-table): Use progress
5527 reporter.
5528 (etags-tags-apropos): Likewise.
5529
5530 2004-10-08 Alan Mackenzie <acm@muc.de>
5531
5532 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
5533 of current line.
5534
5535 2004-10-08 Masatake YAMATO <jet@gyve.org>
5536
5537 * server.el (server-process-filter): Wrap `process-send-region'
5538 by `condition-case' to guard the case when the pipe to PROC is closed.
5539
5540 2004-10-07 Mark A. Hershberger <mah@everybody.org>
5541
5542 * xml.el (xml-substitute-special): Limit handling of external entities.
5543
5544 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
5545
5546 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
5547
5548 2004-10-06 John Paul Wallington <jpw@gnu.org>
5549
5550 * xml.el (xml-parse-dtd): Fix `error' call.
5551
5552 2004-10-05 Mark A. Hershberger <mah@everybody.org>
5553
5554 * xml.el (xml-substitute-special): Return a single string instead
5555 of a list of strings if an entity substitution is made.
5556
5557 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
5558
5559 * calendar/icalendar.el: New file.
5560
5561 2004-10-05 Juri Linkov <juri@jurta.org>
5562
5563 * isearch.el (isearch-done): Set mark after running hook.
5564 Reported by Drew Adams <drew.adams@oracle.com>.
5565
5566 * info.el (Info-history, Info-toc): Fix Info headers.
5567 (Info-toc): Narrow buffer before Info-fontify-node.
5568 (Info-build-toc): Don't check for special Info file names.
5569 Set main-file to nil if Info-find-file returns a symbol.
5570
5571 2004-10-05 Emilio C. Lopes <eclig@gmx.net>:
5572
5573 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
5574 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
5575 * calendar/cal-menu.el (calendar-mode-map): Ditto.
5576
5577 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
5578
5579 * calendar/cal-iso.el (calendar-iso-read-args): New function,
5580 for old interactive spec from calendar-goto-iso-date.
5581 (calendar-goto-iso-date): Use it.
5582 (calendar-goto-iso-week): New function. Suggested by Emilio
5583 C. Lopes <eclig@gmx.net>.
5584
5585 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
5586
5587 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
5588 `set-right-margin' bindings that follow the minor mode conventions.
5589
5590 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
5591
5592 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
5593 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
5594 (latex-block-args-alist): Add minipage and picture.
5595 (latex-block-body-alist): Use reftex-label if enabled.
5596 (latex-insert-block): Don't insert a \n if not necessary.
5597 (tex-compile-commands): Make sure dvips doesn't send to printer.
5598 (tex-compile-default): Handle the case where no executable is found.
5599 (latex-noindent-environments): New var.
5600 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
5601 If tex-indent-allhanging is non-nil, make sure we only align for macros
5602 at beginning of line.
5603
5604 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
5605
5606 * newcomment.el (comment-beginning): Doc fix and don't choke on
5607 unset `comment-end-skip' when at beginning of comment.
5608
5609 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
5610
5611 * term.el (term-adjust-current-row-cache): Don't allow the current
5612 row to become negative.
5613 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
5614 the end of the line. Fix scroll down. Add comments.
5615 (term-handle-ansi-escape): Don't exceed terminal width when moving
5616 right.
5617 (term-scroll-region): Move the cursor after setting the scroll region.
5618
5619 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
5620
5621 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
5622 to `width' for consistency with docstring. Doc fix.
5623
5624 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
5625
5626 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
5627 This is necessary for derived modes.
5628
5629 2004-09-30 Kim F. Storm <storm@cua.dk>
5630
5631 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
5632 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
5633
5634 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
5635 kmacro-extract-lambda functions.
5636 (edit-kbd-macro): Handle kmacro lambda forms.
5637 Include counter and counter format in edit buffer.
5638 (edmacro-finish-edit): Get counter and format from edit buffer and
5639 update kmacro bindings when found.
5640
5641 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
5642
5643 * textmodes/paragraphs.el (forward-paragraph):
5644 Avoid args-out-of-range error when point winds up at the beginning of
5645 the buffer and hard newlines are enabled.
5646
5647 * newcomment.el (comment-multi-line): Doc fix.
5648
5649 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
5650
5651 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
5652 (diff-fixup-modifs): Catch unified-diff file-headers.
5653
5654 2004-09-29 Kim F. Storm <storm@cua.dk>
5655
5656 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
5657 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
5658 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
5659
5660 * fringe.el (fringe-bitmap-p): New macro.
5661 (fringe-bitmaps): Add standard fringe bitmaps on load.
5662
5663 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
5664
5665 * dired.el (dired-view-command-alist): Use more efficient regexps.
5666 Remove dubious arguments.
5667 (dired-align-file): New function.
5668 (dired-insert-directory): Use it.
5669 (dired-move-to-end-of-filename): Make the " -> " search more specific.
5670 (dired-buffers-for-dir): Remove unused var `pattern'.
5671
5672 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
5673
5674 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
5675 from diary display excursion. Store diary buffer's point for
5676 `simple-diary-display'.
5677 (simple-diary-display): Set window point and start when
5678 displaying buffer, to preserve point.
5679
5680 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
5681
5682 * textmodes/enriched.el (enriched-translations): Replace defconst
5683 with defvar.
5684
5685 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5686
5687 * printing.el: Doc fix.
5688 (pr-version): New version number (6.8.1).
5689 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
5690 make-temp-name.
5691 (pr-delete-file): Check if file exists before deleting it.
5692 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
5693
5694 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
5695
5696 * term.el (term-display-table): New variable.
5697 (term-mode): Use it.
5698 (term-exec-1): Set the coding system to binary.
5699 (term-emulate-terminal): Decode the string before inserting it.
5700
5701 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
5702
5703 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
5704 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
5705 (map): Bind S-prior, S-next and S-insert.
5706 (term-mode): Set `indent-tabs-mode' to nil.
5707 (term-paste): New function to be bound to S-insert.
5708 (term-send-del, term-send-backspace): Change the strings sent.
5709 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
5710 (term-handle-colors-array): Fix handling of underline and reverse.
5711 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
5712 (term-erase-in-line): Fix comparison.
5713 (term-emulate-terminal): Fix line wrap handling.
5714 (term-start-output-log): Rename from `term-set-output-log'.
5715 (term-stop-output-log): Rename from `term-stop-photo'.
5716 (term-switch-to-alternate-sub-buffer): Comment out, unused.
5717
5718 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
5719
5720 * dired.el (dired-move-to-filename): Don't output a message if
5721 raise-error is non-nil. Fix return position and value.
5722
5723 * files.el (insert-directory): Obey --dired even with symlinks.
5724
5725 2004-09-25 Lars Hansen <larsh@math.ku.dk>
5726
5727 * ls-lisp.el (ls-lisp-format): Mark file names with property
5728 dired-filename.
5729
5730 2004-09-25 Kim F. Storm <storm@cua.dk>
5731
5732 * ido.el (ido-max-directory-size): New defcustom.
5733 (ido-decorations): Add "too big" element.
5734 (ido-directory-too-big): New dynamic var.
5735 (ido-may-cache-directory): Don't cache big directories.
5736 (ido-directory-too-big-p): New defun.
5737 (ido-set-current-directory): Update ido-directory-too-big.
5738 (ido-read-internal): Make empty ido-cur-item if too-big.
5739 (ido-buffer-internal): Use ido-read-internal directly instead of
5740 ido-read-buffer.
5741 (ido-file-internal): Init ido-directory-too-big.
5742 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
5743 and redo completion with full list.
5744 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
5745 it, and show completions.
5746 (ido-all-completions): Let bind ido-directory-too-big to nil.
5747 (ido-exhibit): Handle ido-directory-too-big.
5748 (ido-read-buffer): Handle fallback to read-buffer.
5749 Init ido-directory-too-big.
5750 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
5751 Init ido-directory-too-big.
5752
5753 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
5754
5755 * subr.el (delay-mode-hooks): Doc fix.
5756
5757 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
5758
5759 * textmodes/enriched.el
5760 (enriched-default-text-properties-local-flag): New variable.
5761 (enriched-mode): Make sure that enabling and disabling the mode is
5762 a no-op. Doc fix.
5763
5764 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
5765
5766 * calendar/holidays.el (holiday-advent): Report on a specified day
5767 offset from advent, not just advent.
5768 (holiday-easter-etc): Report on one specified day offset from
5769 easter, not all easter holidays. Various Easter holidays moved to
5770 `christian-holidays' variable in calendar.el.
5771 * calendar/calendar.el (christian-holidays): Adapt for new
5772 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
5773
5774 2004-09-23 Kim F. Storm <storm@cua.dk>
5775
5776 * image.el (insert-sliced-image): Add doc string.
5777
5778 * ido.el (ido-choice-list): New dynamic var for `list' context.
5779 (ido-context-switch-command): New dynamic var.
5780 (ido-define-mode-map): Generalize switch between file/buffer contexts.
5781 (ido-read-internal): Handle new `list' context.
5782 Handle insert-buffer and insert-file ido-exit values.
5783 (ido-buffer-internal): New arg switch-cmd. Use it to setup
5784 ido-context-switch-command. Handle insert-file ido-exit value.
5785 (ido-read-buffer): Set ido-context-switch-command to 'ignore
5786 unless it is already bound by caller.
5787 (ido-file-internal): New arg switch-cmd. Use it to setup
5788 ido-context-switch-command. Handle insert-buffer ido-exit value.
5789 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
5790 used for context switching.
5791 (ido-all-completions): Handle new `list' context.
5792 (ido-make-choice-list): Return choices for `list' context.
5793 (ido-find-file-in-dir, ido-display-file, ido-write-file)
5794 (ido-display-buffer, ido-kill-buffer): Disable context switching.
5795 (ido-insert-buffer, ido-insert-file): Setup context switching.
5796 (ido-exhibit): Handle `list' context.
5797 (ido-read-file-name): Disable context switching. Handle fallback.
5798 (ido-read-directory-name): Disable context switching.
5799 (ido-completing-read): New defun like completing-read. Setup and
5800 use new `list' context.
5801
5802 2004-09-20 Jesper Harder <harder@ifa.au.dk>
5803
5804 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
5805
5806 2004-09-21 Jay Belanger <belanger@truman.edu>
5807
5808 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
5809 `calc-graph-set-styles' so the gnuplot buffer will appear in a
5810 separate window.
5811
5812 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
5813
5814 * subr.el (after-change-major-mode-hook): Doc fix.
5815
5816 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5817
5818 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
5819 of ghostscript for monochrome PostScript file in Windows.
5820
5821 2004-09-21 Kenichi Handa <handa@m17n.org>
5822
5823 * descr-text.el (describe-char): Checking of quail activation
5824 fixed.
5825
5826 2004-09-21 Jay Belanger <belanger@truman.edu>
5827
5828 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
5829
5830 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
5831
5832 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
5833 after the mode hooks instead of before. Doc fix.
5834
5835 2004-09-20 Jason Rumney <jasonr@gnu.org>
5836
5837 * startup.el (command-line) [windows-nt]: Try .emacs first, then
5838 _emacs, but revert to .emacs if neither exists in home directory.
5839
5840 2004-09-20 John Paul Wallington <jpw@gnu.org>
5841
5842 * bindings.el (completion-ignored-extensions): Add .dfsl.
5843
5844 2004-09-20 Richard M. Stallman <rms@gnu.org>
5845
5846 * bindings.el (scroll-left): Make it disabled.
5847
5848 * files.el (enable-local-eval): Doc fix.
5849
5850 * indent.el (move-to-left-margin): Special case for minibuffer.
5851
5852 * term.el (term-emulate-terminal): Turn off undo for output.
5853 Use with-current-buffer and save-selected-window.
5854
5855 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
5856
5857 * progmodes/make-mode.el (makefile-fill-paragraph):
5858 Don't insist on spaces when looking for comments. # is enough.
5859
5860 * files.el (hack-local-variables): Copy the variables list
5861 to another buffer, strip prefixes and suffixes there, then read.
5862 (enable-local-eval): Doc fix.
5863 (ignored-local-variables): Initialize to nil.
5864 (risky-local-variable-p): Don't check ignored-local-variables here.
5865 (hack-one-local-variable): Ignore var if in ignored-local-variables.
5866
5867 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
5868
5869 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
5870 of = to "." (punctuation).
5871
5872 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
5873
5874 * subr.el (event-basic-type): Fix mask (extend to 22bits).
5875
5876 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
5877
5878 * textmodes/enriched.el (enriched-rerun-flag): New variable.
5879 (enriched-before-change-major-mode): New function.
5880 Add it to `change-major-mode-hook'.
5881 (enriched-after-change-major-mode): New function.
5882 Add it to `after-change-major-mode-hook'.
5883 (enriched-mode): Make it work correctly if called from
5884 `after-change-major-mode-hook'.
5885 No longer set `indent-line-function'.
5886
5887 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
5888
5889 * subr.el (after-change-major-mode-hook): New variable.
5890 (run-mode-hooks): Implement it.
5891
5892 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
5893
5894 * battery.el (battery-linux-proc-apm): Use string-to-number.
5895 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
5896 Use dolist (and less indentation). Use erase-buffer.
5897 Pre-initialize `design-capacity', `warn', and `low'.
5898 (battery-format): Use replace-regexp-in-string.
5899
5900 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
5901
5902 * battery.el: Delete superfluous empty lines.
5903 (battery-linux-proc-acpi): Attempt to gather information from all
5904 battery subdirectories regardless of their file name.
5905 (battery-linux-proc-apm): Replace all occurrences of
5906 battery-hex-to-int-2 with string-to-int (base 16).
5907 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
5908 (battery-hex-map): Delete variable.
5909
5910 2004-09-18 John Paul Wallington <jpw@gnu.org>
5911
5912 * calc/calc-units.el (calc-quick-units): Fix overzealous
5913 s/or/unless/.
5914
5915 2004-09-17 Jay Belanger <belanger@truman.edu>
5916
5917 * calc/calc.el (calc-mode-var-list): Fix the value of
5918 `calc-matrix-brackets'.
5919
5920 2004-09-17 Romain Francoise <romain@orebokech.com>
5921
5922 * ibuf-ext.el (define-ibuffer-filter filename):
5923 Expand dired-directory since buffer-file-name is absolute.
5924
5925 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
5926
5927 * ediff-init.el (ediff-current-diff-face-A)
5928 (ediff-current-diff-face-B, ediff-current-diff-face-C)
5929 (ediff-current-diff-face-Ancestor)
5930 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
5931 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
5932 (ediff-even-diff-face-A, ediff-even-diff-face-B)
5933 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
5934 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
5935 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
5936 Use min-colors.
5937
5938 * term.el (term-down): Perform vertical motion if DOWN is negative.
5939 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
5940 (term-termcap-format): Synchronyze with the eterm terminfo entry
5941 in etc/e/eterm.ti.
5942 (term-handle-colors-array): If the current foreground or
5943 background are zero (i.e. unspecified), use the foreground and
5944 background of the default face for reverse video.
5945 (term-ansi-at-eval-string, term-ansi-default-fg)
5946 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
5947 (term-mem): Delete ununsed function.
5948 (term-protocol-version): Increment.
5949 (term-current-face): Set to default.
5950
5951 2004-09-15 Jay Belanger <belanger@truman.edu>
5952
5953 * calc/calc.el (calc-mode-var-list): Define this variable.
5954 (calc-always-load-extensions, calc-line-numbering)
5955 (calc-line-breaking, calc-display-just, calc-display-origin)
5956 (calc-number-radix, calc-leading-zeros, calc-group-digits)
5957 (calc-group-char, calc-point-char, calc-frac-format)
5958 (calc-prefer-frac, calc-hms-format, calc-date-format)
5959 (calc-float-format, calc-full-float-format, calc-complex-format)
5960 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
5961 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
5962 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
5963 (calc-matrix-brackets, calc-language, calc-language-option)
5964 (calc-left-label, calc-right-label, calc-word-size)
5965 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
5966 (calc-display-raw, calc-internal-prec, calc-angle-mode)
5967 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
5968 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
5969 (calc-window-height, calc-display-trail, calc-show-selections)
5970 (calc-use-selections, calc-assoc-selections)
5971 (calc-display-working-message, calc-auto-why, calc-timing)
5972 (calc-mode-save-mode, calc-standard-date-formats)
5973 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
5974 (calc-user-parse-tables, calc-gnuplot-default-device)
5975 (calc-gnuplot-default-output, calc-gnuplot-print-device)
5976 (calc-gnuplot-print-output, calc-gnuplot-geometry)
5977 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
5978 (calc-invocation-macro, calc-show-banner): Give these values as
5979 part of `calc-mode-var-list's initialization after the variables
5980 are declared with defvar.
5981 (calc-bug-address): Change email address to send bug reports to.
5982 Change the maintainer address at the top.
5983 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
5984 than "\\.emacs" to determine if it is the user-init-file.
5985
5986 * calc/calc-embed.el (calc-embedded-set-modes): Use
5987 `calc-mode-var-list' correctly.
5988
5989 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
5990
5991 * vc.el (annotate-time): Document point handling.
5992 (vc-annotate-display-autoscale): Doc fix.
5993
5994 2004-09-15 Miles Bader <miles@gnu.org>
5995
5996 * generic.el (generic-make-keywords-list): Use symbol rather than
5997 word anchors in regexp.
5998
5999 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
6000
6001 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
6002 no file name consider `dired-directory'.
6003
6004 2004-09-14 Kim F. Storm <storm@cua.dk>
6005
6006 * faces.el (cursor): Add face-no-inherit property. Doc fix.
6007
6008 2004-09-14 Simon Josefsson <jas@extundo.com>
6009
6010 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
6011
6012 * textmodes/dns-mode.el: Add.
6013
6014 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
6015
6016 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
6017 (disabled-command-function): Make the ?\ char more obvious.
6018
6019 * vc-arch.el (vc-arch-root, vc-arch-registered):
6020 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
6021
6022 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
6023
6024 * windmove.el (windmove-frame-edges): Report coordinates of
6025 outside edges of frame, not inside edges.
6026 (windmove-coordinates-of-position): Convert into wrapper to new
6027 function `windmove-coordinates-of-window-position';
6028 `compute-motion' always applies to selected window.
6029 (windmove-coordinates-of-position): Update documentation to refer
6030 to Emacs 21 Lisp Reference Manual.
6031 (windmove-find-other-window): Fix off-by-one errors for max x,y.
6032
6033 2004-09-13 Kim F. Storm <storm@cua.dk>
6034
6035 * isearch.el (isearch-resume-in-command-history): Rename from
6036 isearch-resume-enabled and change default to nil.
6037
6038 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
6039
6040 * vc-hooks.el (vc-ignore-dir-regexp): New var.
6041 (vc-registered): Use it.
6042 (vc-find-root): New fun.
6043
6044 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6045 Don't tell to use \\{...} when it's already done.
6046
6047 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
6048 Provide a sample complex default.
6049 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
6050 (bibtex-entry): Use mapc.
6051
6052 2004-09-12 Kim F. Storm <storm@cua.dk>
6053
6054 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
6055
6056 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
6057 inhibit-field-text-motion to t so rectangles work in comint buffers.
6058
6059 * simple.el (choose-completion-string): Set buffer before running
6060 choose-completion-string-functions hook so it can be buffer-local.
6061
6062 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
6063
6064 * progmodes/compile.el (compilation-start): Parse command to see
6065 if it starts with a cd, and if so perform it for the *compilation*
6066 buffer. Change the header to reflect this.
6067
6068 2004-09-11 Kim F. Storm <storm@cua.dk>
6069
6070 * ido.el (ido-enable-dot-prefix): Doc fix.
6071 (ido-enable-dot-prefix): New defcustom.
6072 (ido-set-matches1): Use it.
6073
6074 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
6075
6076 * textmodes/bibtex.el (bibtex-mark-active)
6077 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
6078
6079 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6080
6081 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
6082 used in a case insensitive environment.
6083 (bibtex-mode-map): Rearrange order of menus.
6084 (bibtex-quoted-string-re): Obsolete.
6085 (bibtex-complete-key-cleanup): Variable replaced by new function.
6086 (bibtex-font-lock-keywords): Use backquotes.
6087 (bibtex-font-lock-url-regexp): New internal variable.
6088 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
6089 "OPT" and "ALT".
6090 (bibtex-insert-current-kill, bibtex-make-field)
6091 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
6092 (bibtex-parse-field-text): Simplify.
6093 (bibtex-string=): New helper function.
6094 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
6095 (bibtex-map-entries): Use bibtex-string=.
6096 (bibtex-search-entry): Use not.
6097 (bibtex-enclosing-field): Fix docstring.
6098 (bibtex-assoc-regexp): Obsolete.
6099 (bibtex-format-entry): Use assoc-string and bibtex-string=.
6100 (bibtex-autokey-get-names): Handle empty name field.
6101 (bibtex-parse-strings): Use assoc-string and unless.
6102 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
6103 Use assoc-string.
6104 (bibtex-pop): Simplify.
6105 (bibtex-mode): Set font-lock-extra-managed-props.
6106 (bibtex-entry-update): Use assoc-string.
6107 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
6108 (bibtex-autofill-entry): Use bibtex-string=.
6109 (bibtex-print-help-message): Simplify.
6110 (bibtex-find-entry): New optional arg START.
6111 (bibtex-validate): Use bibtex-string= and assoc-string.
6112 Do not call obsolete function compilation-parse-errors.
6113 (bibtex-remove-delimiters): Only remove delimiters if present.
6114 (bibtex-copy-entry-as-kill): Add docstring.
6115 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
6116 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
6117 (bibtex-complete): Use bibtex-predefined-month-strings,
6118 bibtex-string=, and new function bibtex-complete-key-cleanup.
6119 (bibtex-generate-url-list): New variable.
6120 (bibtex-url): New command bound to C-c C-l and mouse-2.
6121 (bibtex-url-map): New local keymap for bibtex-url-mouse.
6122 (bibtex-font-lock-url): New function.
6123
6124 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
6125
6126 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
6127
6128 2004-09-09 Kim F. Storm <storm@cua.dk>
6129
6130 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
6131 counter and format with binding.
6132 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
6133 the declared macro uses own macro counter and format. Give symbol
6134 kmacro property.
6135 (kmacro-keymap): Bind kmacro-name-last-macro to n.
6136 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
6137 (kmacro-end-and-call-macro): Doc fix.
6138
6139 2004-09-09 Lars Hansen <larsh@math.ku.dk>
6140
6141 * desktop.el (desktop-clear-preserve-buffers):
6142 Remove make-obsolete-variable.
6143
6144 2004-09-08 Richard M. Stallman <rms@gnu.org>
6145
6146 * buff-menu.el (list-buffers-noselect): Call format-mode-line
6147 with the buffer as argument.
6148
6149 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
6150
6151 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
6152
6153 2004-09-08 Juri Linkov <juri@jurta.org>
6154
6155 * replace.el (perform-replace): Use `query-replace-descr'.
6156
6157 * cus-start.el (history-delete-duplicates): Specify customization.
6158
6159 * diff-mode.el (diff-mode-map):
6160 * progmodes/compile.el (compilation-mode-map):
6161 * progmodes/grep.el (grep-mode-map):
6162 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
6163 to `next-error-follow-minor-mode'.
6164
6165 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6166
6167 * isearch.el (isearch-lazy-highlight-update): Take into account
6168 the case of zero-length match at the search bound.
6169
6170 2004-09-08 Kim F. Storm <storm@cua.dk>
6171
6172 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
6173 change. Use zero width overlays when necessary.
6174
6175 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6176
6177 * subr.el (split-string): Docfix.
6178
6179 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6180
6181 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
6182 (display-call-tree): Ensure newline after caller/calls blocks.
6183
6184 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6185
6186 * startup.el (command-line-1): Make option
6187 --directory/-L modify `load-path' straight away.
6188
6189 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6190
6191 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
6192
6193 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6194
6195 * emacs-lisp/autoload.el (make-autoload):
6196 Handle `define-compilation-mode'.
6197
6198 * emacs-lisp/lisp-mode.el (define-compilation-mode):
6199 Specify `doc-string-elt' property.
6200
6201 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6202
6203 * bs.el (bs-mode): Doc fix.
6204
6205 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6206
6207 * info.el (Info-insert-dir): Fix temp buffer leak bug.
6208
6209 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
6210
6211 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
6212
6213 2004-09-08 Kenichi Handa <handa@m17n.org>
6214
6215 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
6216 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
6217 ps-mule-next-point -> 1+).
6218
6219 * composite.el (encode-composition-rule): Add autoload cooky.
6220
6221 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
6222
6223 * format.el (buffer-auto-save-file-format): Make it permanent local.
6224
6225 2004-09-07 Kim F. Storm <storm@cua.dk>
6226
6227 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
6228 (authors-fixed-entries): Fix typo.
6229 (authors-canonical-author-name): Compact multiple spaces.
6230 Ignore trivial names (e.g. only first name).
6231
6232 * term.el (term-window-width): Only use full window width on
6233 window system if overflow-newline-into-fringe is enabled.
6234 (term-mode): Don't disable overflow-newline-into-fringe.
6235
6236 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
6237
6238 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
6239 motion as seen on my Mac OS X xterms.
6240
6241 * newcomment.el (uncomment-region-default, comment-region-default):
6242 New functions extracted from uncomment-region and comment-region.
6243 (comment-region, comment-region-function, uncomment-region)
6244 (uncomment-region-function): Use them.
6245
6246 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
6247
6248 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
6249 It's not crucial but can make sense at times.
6250
6251 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
6252 the first commit.
6253
6254 * vc.el (vc-buffer-context, vc-restore-buffer-context):
6255 Disable obsolete code.
6256
6257 2004-09-07 Juri Linkov <juri@jurta.org>
6258
6259 * progmodes/grep.el (grep-highlight-matches): Change default from
6260 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
6261 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
6262 if grep option `--color' is available, or to `nil' otherwise.
6263 (grep-process-setup): Call `grep-compute-defaults' if
6264 `grep-highlight-matches' is not computed. Set env-vars only
6265 if `grep-highlight-matches' is `t'.
6266 (grep-use-null-device): Remove redundant type `boolean' (`choice'
6267 is already defined).
6268
6269 * progmodes/compile.el (compilation-start): Use copy of
6270 `process-environment' created by `copy-sequence' to not
6271 modify env-vars in the global `process-environment'.
6272
6273 2004-09-06 Eli Zaretskii <eliz@gnu.org>
6274
6275 * simple.el (next-error-follow-minor-mode): Fix last change.
6276
6277 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
6278
6279 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
6280 permanent local.
6281
6282 2004-09-04 Richard M. Stallman <rms@gnu.org>
6283
6284 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
6285 highlighting if the search string is empty.
6286
6287 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
6288
6289 * facemenu.el (facemenu-active-faces): Change condition of inner
6290 `while' loop to also check the first two elements of `face-atts'
6291 and `mask-atts'.
6292
6293 2004-09-04 John Paul Wallington <jpw@gnu.org>
6294
6295 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
6296 (thumbs-view-image-mode): Make buffer read-only.
6297
6298 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
6299
6300 * textmodes/ispell.el (ispell-really-aspell): New defvar.
6301 (ispell-check-version): Set it.
6302 (ispell-send-replacement): New function.
6303 (ispell-process-line): Call ispell-send-replacement.
6304
6305 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
6306
6307 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
6308 Support choosing seconds with "s".
6309
6310 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
6311
6312 * terminal.el (te-escape): Show `?' in prompt for help key.
6313
6314 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
6315
6316 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
6317
6318 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
6319
6320 * simple.el (next-error-follow-minor-mode)
6321 (next-error-follow-mode-post-command-hook): New functions.
6322 (next-error-follow-last-line): New defvar.
6323
6324 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
6325 * progmodes/compile.el (compilation-mode-map): Likewise.
6326 * progmodes/grep.el (grep-mode-map): Likewise.
6327 * replace.el (occur-mode-map): Likewise.
6328
6329 * newcomment.el (uncomment-region): Bind comment-use-global-state
6330 to nil.
6331
6332 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
6333
6334 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
6335 locally around the call to `revert-buffer'.
6336
6337 2004-09-03 Juri Linkov <juri@jurta.org>
6338
6339 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
6340 `isearch-adjusted' to `t'.
6341 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
6342 (isearch-message-prefix): Add "pending" for isearch-adjusted.
6343 (isearch-other-meta-char): Restore isearch-point unconditionally.
6344 (isearch-query-replace): Add new arg `regexp-flag' and use it.
6345 Set point to start of match if region is not active in transient
6346 mark mode (to include the current match to region boundaries).
6347 Push the search string to `query-replace-from-history-variable'.
6348 Add prompt "Query replace regexp" for isearch-regexp.
6349 Add region beginning/end as last arguments of `perform-replace.'
6350 (isearch-query-replace-regexp): Replace code by the call to
6351 `isearch-query-replace' with arg `t'.
6352
6353 2004-09-03 Richard M. Stallman <rms@gnu.org>
6354
6355 * startup.el (normal-top-level): Undo previous TERM change.
6356
6357 2004-09-03 Kim F. Storm <storm@cua.dk>
6358
6359 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
6360 highlight overlays; allow using RET when cursor is over a button.
6361 (cua--highlight-rectangle): Use it.
6362 (cua--rectangle-set-corners): Don't move backwards at eol.
6363 (cua--forward-line): Don't move into void after eob.
6364
6365 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
6366 point is set (and displayed) inside rectangle.
6367 (cua--rectangle-operation): Fix for highlight of empty lines.
6368 (cua--highlight-rectangle): Fix highlight for tabs.
6369 Position cursor at left/right edge of rectangle using new `cursor'
6370 property on overlay strings.
6371 (cua--indent-rectangle): Don't tabify.
6372 (cua-rotate-rectangle): Ignore that point has moved.
6373
6374 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6375
6376 * term/mac-win.el: Add ASCII equivalents for some function keys.
6377 (mode-line-frame-identification): Sync with x-win.el.
6378
6379 2004-09-02 Juri Linkov <juri@jurta.org>
6380
6381 * progmodes/compile.el (compilation-buffer-name): Compare major
6382 mode with second element of compilation-arguments instead of third
6383 to reflect latest changes in compilation-arguments structure.
6384 (recompile): Use global variable `compilation-directory' to get
6385 recent compilation directory only when `recompile' is invoked NOT
6386 in the compilation buffer. Otherwise, use `default-directory' of
6387 the compilation buffer.
6388 (compilation-error-properties): Allow to funcall col and end-col.
6389 (compilation-mode-font-lock-keywords): Check col and end-col by
6390 `integerp'.
6391 (compilation-goto-locus): If end-mk is non-nil in transient mark
6392 mode don't activate the mark (and don't display message in
6393 push-mark), but highlight overlay between mk and end-mk.
6394
6395 * progmodes/grep.el (grep-highlight-matches): New defcustom.
6396 (grep-regexp-alist): Add rule to highlight grep matches.
6397 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
6398
6399 * info.el (Info-fontify-node): Don't compute other-tag
6400 if Info-hide-note-references=hide.
6401
6402 * help.el (function-called-at-point):
6403 * help-fns.el (variable-at-point):
6404 Try `find-tag-default' when other methods failed.
6405
6406 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
6407 Do not push mark if inhibit-mark-movement is non-nil.
6408
6409 * textmodes/ispell.el (ispell-html-skip-alists):
6410 Fix backslashes in docstring.
6411
6412 2004-09-01 Juri Linkov <juri@jurta.org>
6413
6414 * isearch.el (isearch-wrap-function)
6415 (isearch-push-state-function): New defvars.
6416 (isearch-pop-fun-state): New defsubst.
6417 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
6418 (isearch-push-state): Set the result of calling
6419 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
6420 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
6421 restore the mode-specific starting point of terminated search.
6422 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
6423 (isearch-repeat): Call `isearch-wrap-function' if defined.
6424 (isearch-message-prefix): Don't add prefix "over" to the message
6425 for wrapped search if `isearch-wrap-function' is defined.
6426 (isearch-search): Call function saved in `isearch-pop-fun-state' to
6427 restore the mode-specific starting point of failed search.
6428
6429 * info.el (Info-search-whitespace-regexp): Fix backslashes.
6430 (Info-search): Add new optional arguments for the sake of isearch.
6431 Replace whitespace in Info-search-whitespace-regexp literally.
6432 Add backward search. Don't call `Info-select-node' if regexp is
6433 found in the same Info node. Don't add node to Info-history for
6434 wrapped isearch.
6435 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
6436 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
6437 (Info-mode): Set local variables `isearch-search-fun-function',
6438 `isearch-wrap-function', `isearch-push-state-function',
6439 `search-whitespace-regexp'.
6440
6441 * isearch.el: Remove ancient Change Log section.
6442 (isearch-string, isearch-message-string, isearch-point)
6443 (isearch-success, isearch-forward-flag, isearch-other-end)
6444 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6445 (isearch-barrier, isearch-within-brackets)
6446 (isearch-case-fold-search): Add suffix `-state' to state-related
6447 defsubsts to avoid name clashes with other function names.
6448
6449 * simple.el (next-error): New defgroup and defface.
6450 (next-error-highlight, next-error-highlight-no-select):
6451 New defcustoms.
6452 (next-error-no-select): Let-bind next-error-highlight to the value
6453 of next-error-highlight-no-select before calling `next-error'.
6454
6455 * progmodes/compile.el (compilation-goto-locus):
6456 Use `next-error' face instead of `region'. Set 4-th argument of
6457 `move-overlay' to `current-buffer' to move overlay to different
6458 source buffers. Use new variable `next-error-highlight'.
6459
6460 * simple.el (next-error-find-buffer): Move the rule
6461 "if current buffer is a next-error capable buffer" after the
6462 rule "if next-error-last-buffer is set to a live buffer".
6463 Simplify to test all rules in one `or'.
6464 (next-error): Doc fix.
6465 (next-error, previous-error, first-error)
6466 (next-error-no-select, previous-error-no-select):
6467 Make arguments optional.
6468
6469 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
6470
6471 * macros.el (apply-macro-to-region-lines): Make it operate on all
6472 lines that begin in the region, rather than on all complete lines
6473 in the region.
6474
6475 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6476
6477 * x-dnd.el (x-dnd-protocol-alist): Document update.
6478 (x-dnd-known-types): Defcustom it.
6479 (x-dnd-handle-motif): Print message-atom in error message.
6480
6481 2004-08-30 John Paul Wallington <jpw@gnu.org>
6482
6483 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
6484 strings rather than programatically constructing message.
6485
6486 2004-08-30 Richard M. Stallman <rms@gnu.org>
6487
6488 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
6489 Don't return a string that would read as the wrong character code.
6490
6491 2004-08-29 Kim F. Storm <storm@cua.dk>
6492
6493 * emulation/cua-base.el (cua-auto-expand-rectangles):
6494 Remove automatic rectangle padding feature; replace by non-destructive
6495 virtual rectangle edges feature.
6496 (cua-virtual-rectangle-edges): New defcustom.
6497 (cua-auto-tabify-rectangles): New defcustom.
6498 (cua-paste): If paste into a marked rectangle, insert rectangle at
6499 current column, even if virtual; also paste exactly as many lines
6500 as has been marked (ignore additional lines or add empty lines),
6501 but paste whole source if only one line is marked.
6502 (cua--update-indications): No longer use overwrite-cursor to
6503 indicate rectangle padding
6504
6505 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
6506 (cua--rectangle-virtual-edges): New defun.
6507 (cua--rectangle-get-corners): Remove optional PAD arg.
6508 (cua--rectangle-set-corners): Never do padding.
6509 (cua--forward-line): Remove optional PAD arg. Simplify.
6510 (cua-resize-rectangle-right, cua-resize-rectangle-left)
6511 (cua-resize-rectangle-down, cua-resize-rectangle-up):
6512 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
6513 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
6514 (cua--rectangle-move): Never do padding. Simplify.
6515 (cua--tabify-start): New defun.
6516 (cua--rectangle-operation): Add tabify arg. All callers changed.
6517 (cua--pad-rectangle): Remove.
6518 (cua--delete-rectangle): Handle delete with virtual edges.
6519 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
6520 (cua--insert-rectangle): Handle insert at virtual column.
6521 Perform auto-tabify if necessary.
6522 (cua--activate-rectangle): Remove optional FORCE arg.
6523 Never do padding. Simplify.
6524 (cua--highlight-rectangle): Enhance for virtual edges.
6525 (cua-toggle-rectangle-padding): Remove command.
6526 (cua-toggle-rectangle-virtual-edges): New command.
6527 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
6528 (cua--rectangle-post-command): Don't force rectangle padding.
6529 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
6530
6531 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
6532
6533 * indent.el (edit-tab-stops-buffer): Doc fix.
6534
6535 2004-08-28 Richard M. Stallman <rms@gnu.org>
6536
6537 * progmodes/grep.el (grep-default-command): Use find-tag-default.
6538 (grep-tag-default): Function deleted.
6539
6540 * subr.el (find-tag-default): Move from etags.el.
6541
6542 * progmodes/etags.el (find-tag-default): Move to subr.el.
6543
6544 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
6545 into the basic character if it has an uppercase form.
6546
6547 2004-08-27 Kenichi Handa <handa@m17n.org>
6548
6549 * international/utf-8.el (utf-8-post-read-conversion): If the
6550 buffer is unibyte, temporarily make it multibyte.
6551
6552 2004-08-27 Masatake YAMATO <jet@gyve.org>
6553
6554 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
6555
6556 2004-08-25 John Paul Wallington <jpw@gnu.org>
6557
6558 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
6559 0, 1, and many mismatches in message.
6560 (tex-start-shell): Use `set-process-query-on-exit-flag'.
6561
6562 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
6563 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
6564
6565 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
6566
6567 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
6568 vc-diff-switches differently.
6569
6570 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
6571
6572 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
6573 before and a real defvar after
6574 `speedbar-supported-extension-expressions'. This is to silence
6575 the compiler without breaking bootstrapping.
6576
6577 2004-08-22 Richard M. Stallman <rms@gnu.org>
6578
6579 * textmodes/flyspell.el (flyspell-word):
6580 Use set-process-query-on-exit-flag.
6581 (flyspell-highlight-duplicate-region): Take POSS as arg.
6582 (flyspell-word): Pass POSS as arg.
6583
6584 * progmodes/ada-xref.el: Many doc and style fixes.
6585 (ada-find-any-references): Use compilation-start.
6586 (ada-get-ali-file-name): Improve error msg.
6587 (ada-get-ada-file-name): Likewise.
6588
6589 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
6590 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
6591
6592 * mail/mail-extr.el (mail-extr-all-top-level-domains):
6593 Add forward defvar.
6594
6595 * whitespace.el (global-whitespace-mode): New alias
6596 for whitespace-global-mode.
6597
6598 * speedbar.el (speedbar-file-regexp): Move definition up.
6599 (speedbar-mode, speedbar-set-mode-line-format):
6600 Use with-no-warnings.
6601 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
6602
6603 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
6604 controls whether to display the error buffer.
6605
6606 * ps-mule.el: Delete compatibility code for old Emacses.
6607 (ps-mule-find-wrappoint): Don't use chars-in-region.
6608
6609 * frame.el (display-mouse-p, display-selections-p):
6610 Use with-no-warnings.
6611
6612 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
6613
6614 2004-08-22 David Kastrup <dak@gnu.org>
6615
6616 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
6617 information.
6618
6619 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
6620
6621 2004-08-22 Andreas Schwab <schwab@suse.de>
6622
6623 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
6624
6625 2004-08-22 Masatake YAMATO <jet@gyve.org>
6626
6627 * cvs-status.el (cvs-status-checkout): New function.
6628 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
6629
6630 2004-08-21 David Kastrup <dak@gnu.org>
6631
6632 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
6633 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
6634 has been converted to use hashtables, the relation `nil=none' is
6635 no longer valid, as `nil' is not a hashtable. This patch tries to
6636 reduce the number of resulting errors.
6637
6638 2004-08-21 John Paul Wallington <jpw@gnu.org>
6639
6640 * subr.el (process-kill-without-query): Made obsolete in
6641 version 21.4, not 21.5.
6642
6643 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
6644 (vc-previous-comment, vc-next-comment)
6645 (vc-comment-search-reverse, vc-comment-search-forward)
6646 (vc-comment-to-change-log): Likewise.
6647
6648 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
6649
6650 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
6651
6652 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
6653 Correct indentation of DEFMETHODS with non-standard method
6654 combinations (e.g., PROGN, MIN, MAX).
6655
6656 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
6657
6658 * startup.el (normal-top-level-add-subdirs-to-load-path):
6659 Avoid unnecessarily checking system-type.
6660 (normal-top-level): Set TERM to "dumb". Simplify.
6661
6662 * avoid.el (mouse-avoidance-ignore-p): New fun.
6663 Also ignore switch-frame, select-window, double, and triple clicks.
6664 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
6665 (mouse-avoidance-fancy-hook): Use it.
6666
6667 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
6668
6669 * avoid.el (mouse-avoidance-nudge-mouse)
6670 (mouse-avoidance-banish-destination): Stay within the current window
6671 to avoid problems with mouse-autoselect-window.
6672
6673 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
6674
6675 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
6676 the newer format of some messages in cvs-1.12.1.
6677
6678 2004-08-19 Masatake YAMATO <jet@gyve.org>
6679
6680 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
6681 (elp-results-jump-to-definition-by-mouse)
6682 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
6683 (elp-output-result): Use elp-output-insert-symname.
6684
6685 2004-08-18 Kenichi Handa <handa@m17n.org>
6686
6687 * language/cyrillic.el: Register koi8-r in
6688 ctext-non-standard-encodings-alist.
6689 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
6690
6691 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
6692
6693 * emacs-lisp/copyright.el (copyright-update-year): Delete code
6694 that replaces 20xy with xy.
6695
6696 2004-08-17 John Paul Wallington <jpw@gnu.org>
6697
6698 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
6699 (reb-force-update): Doc fix.
6700
6701 2004-08-16 Richard M. Stallman <rms@gnu.org>
6702
6703 * progmodes/which-func.el (which-func-update-1): Doc fix.
6704
6705 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
6706 (sh-mode-abbrev-table): New variable.
6707
6708 * progmodes/compile.el (compilation-mode): Doc fix.
6709
6710 * emacs-lisp/lisp-mode.el (eval-last-sexp):
6711 Don't cons a new symbol each time.
6712 (eval-last-sexp-fake-value): New variable.
6713
6714 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
6715 (copyright-update-year): Detect continuation of list of years.
6716
6717 * term.el (term-default-fg-color, term-default-bg-color)
6718 (ansi-term-color-vector): Use `unspecified', not nil, as default.
6719
6720 * imenu.el: Several doc fixes: don't say variables are buffer-local.
6721
6722 2004-08-16 Davis Herring <herring@lanl.gov>
6723
6724 * isearch.el (isearch-string, isearch-message-string, isearch-point)
6725 (isearch-success, isearch-forward-flag, isearch-other-end)
6726 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6727 (isearch-barrier, isearch-within-brackets)
6728 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
6729
6730 2004-08-16 Kenichi Handa <handa@m17n.org>
6731
6732 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
6733
6734 2004-08-15 Kenichi Handa <handa@m17n.org>
6735
6736 * term/x-win.el (x-selection-value): If utf8 was successful but
6737 ctext was not, use utf8 string.
6738
6739 2004-08-14 Davis Herring <herring@lanl.gov>
6740
6741 * isearch.el: Remove accidental changes of March 4. Fix backing
6742 up when a regexp isearch is made more general. Use symbolic
6743 accessor functions for isearch stack frames to make usage clearer.
6744 (search-whitespace-regexp): Made groups in documentation shy (as
6745 is the group in the default value).
6746 (isearch-fallback): New function, addresses problems with regexps
6747 liberalized by `\|', adds support for liberalization by `\}' (the
6748 general repetition construct), and incorporates behavior for
6749 `*'/`?'.
6750 (isearch-}-char): New command, calls `isearch-fallback' with
6751 arguments appropriate to a typed `}'.
6752 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
6753 appropriately.
6754 (isearch-mode-map): Bind `}' to `isearch-}-char'.
6755 (isearch-string, isearch-message,string, isearch-point)
6756 (isearch-success, isearch-forward-flag, isearch-other-end)
6757 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
6758 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
6759 New inline functions to read fields of a stack frame.
6760
6761 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
6762
6763 * battery.el (battery-linux-proc-acpi): Look into battery
6764 directories matching the literal string "CMB", too (required for
6765 Linux kernel version 2.6.7).
6766
6767 2004-08-14 John Paul Wallington <jpw@gnu.org>
6768
6769 * cus-start.el (read-file-name-completion-ignore-case): Add.
6770 (blink-cursor-alist): Change version to "21.4".
6771
6772 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
6773
6774 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
6775
6776 * speedbar.el (speedbar-scan-subdirs): New option.
6777 (speedbar-file-lists): Don't ignore file-name case on Unix and use
6778 dolist.
6779 (speedbar-insert-files-at-point): Take an extra argument and use
6780 it to optionally find out if a subdir is empty. Also unreadable
6781 files don't get expand buttons.
6782 (speedbar-directory): New image (unused pixmap already existed).
6783 (speedbar-expand-image-button-alist): Use it.
6784
6785 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
6786
6787 CC Mode update to 5.30.9:
6788
6789 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
6790 Move from cc-vars to cc-defs for dependency reasons. Fix the
6791 POSIX char class test to check that it works in
6792 `skip-chars-(forward|backward)' too.
6793
6794 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6795 first argument starts with a special brace list.
6796
6797 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
6798 when `c-opt-type-concat-key' is used (i.e. in Pike).
6799
6800 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
6801 Fix bug when the inner char pair doesn't have paren syntax, i.e. "(<
6802 >)".
6803
6804 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
6805 whitespace safe.
6806
6807 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
6808 position for `arglist-intro', `arglist-cont-nonempty' and
6809 `arglist-close' when there are two arglist open parens on the same
6810 line and there's nothing in front of the first.
6811
6812 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
6813 locking of qualified names in Java, which previously could fontify
6814 common indexing expressions in many cases. The standard Java
6815 naming conventions are used to tell them apart.
6816
6817 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
6818 Fix inconsistency wrt opening parens on the first line inside a paren
6819 block.
6820
6821 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
6822 compile time for the sake of `c-major-mode-is'.
6823
6824 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
6825 `c-major-mode-is' in the event that this is used inside a
6826 `c-lang-defconst'.
6827
6828 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
6829 `c-lang-defconst' so that it works better with fallback languages.
6830
6831 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
6832 it to fail to record the base mode.
6833
6834 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6835 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
6836 is used. Reorder the syntax checks to get more efficient
6837 skipping in some situations.
6838
6839 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
6840 continuation which might precede the newly inserted '{'.
6841
6842 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
6843 Fix cases where it could loop indefinitely.
6844
6845 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
6846 size specs correctly. Only fontify identifiers in front of '('
6847 with as functions - don't accept any paren char. Tighten up
6848 initializer skipping to stop before function and class blocks.
6849
6850 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6851 the point could be left directly after an open paren when finding
6852 the beginning of the first decl in the block.
6853
6854 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
6855 table when filtering out legitimate open parens to be recorded.
6856 This could cause cache inconsistencies when e.g.
6857 `c++-template-syntax-table' was temporarily in use.
6858
6859 * progmodes/cc-engine.el (c-on-identifier)
6860 (c-simple-skip-symbol-backward): Small fix for handling "-"
6861 correctly in `skip-chars-backward'. Affected the operator lfun
6862 syntax in Pike.
6863
6864 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
6865 Fix bug that could cause an error from `after-change-functions' when
6866 the changed region is at bob.
6867
6868 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
6869
6870 CC Mode update to 5.30.9:
6871
6872 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
6873 to say that <TAB> doesn't insert WS into a CPP line.
6874 (c-indent-command, c-tab-always-indent): Amend doc strings.
6875
6876 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
6877 checks for user errors, thus eliminating cryptic and unhelpful
6878 Emacs error messages. (1) Check the arg to `c-set-style' is a
6879 string. (2) Check that settings to `c-offsets-alist' are not
6880 spuriously quoted.
6881
6882 * progmodes/cc-cmds.el: (c-electric-brace): Don't delete a comment
6883 which precedes the newly inserted `{'.
6884
6885 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
6886
6887 Sync with Tramp 2.0.44.
6888
6889 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
6890 function "tramp_file_attributes". Otherwise, file names
6891 containing spaces are misinterpreted. Reported by Magnus Henoch
6892 <mange@freemail.hu>.
6893 (tramp-handle-file-truename): FILENAME must be expanded first.
6894 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
6895 obscure results. Reported by D. Goel <deego@gnufans.org>.
6896 (tramp-handle-verify-visited-file-modtime): If file does not
6897 exist, say it is not modified if and only if that agrees with the
6898 buffer's record. Check whether a file is visiting the buffer, or
6899 the buffer has no recorded last modification time. Return t in
6900 case the visiting file doesn't exist. Suggested by Luc Teirlinck
6901 <teirllm@auburn.edu>.
6902 (tramp-handle-write-region): Pass modtime explicitely to
6903 `set-visited-file-modtime', because filename can be different
6904 from (buffer-file-name) if `file-precious-flag' is set.
6905 `set-visited-file-modtime' must be called always when `visit' is t
6906 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
6907 (tramp-handle-set-visited-file-modtime): If `time-list' is not
6908 nil, don't apply the whole body. If the file doesn't exists, set
6909 modtime to '(-1 65535). Suggested by Luc Teirlinck
6910 <teirllm@auburn.edu>.
6911
6912 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
6913
6914 * help.el (describe-bindings): Doc fix.
6915
6916 * subr.el (kbd): Doc fix.
6917
6918 2004-08-08 John Paul Wallington <jpw@gnu.org>
6919
6920 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
6921 instead of `string-to-int'.
6922 (define-ibuffer-column mode): Fix indentation.
6923
6924 2004-08-08 Lars Hansen <larsh@math.ku.dk>
6925
6926 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
6927
6928 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
6929
6930 * subr.el (global-unset-key, local-unset-key): Doc fixes.
6931
6932 * novice.el (disabled-command-function): New variable renamed from
6933 `disabled-command-hook'.
6934 (disabled-command-hook): Keep the _variable_ as alias for
6935 `disabled-command-function' and make obsolete.
6936 (disabled-command-function): Function renamed from
6937 `disabled-command-hook'. Adapt code to name change of the variable.
6938
6939 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
6940
6941 * simple.el (completion-root-regexp): New defvar.
6942 (completion-setup-function): Use it instead of a literal string.
6943
6944 2004-08-07 John Paul Wallington <jpw@gnu.org>
6945
6946 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
6947 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
6948 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
6949 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
6950
6951 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
6952
6953 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
6954 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
6955
6956 2004-08-04 Kenichi Handa <handa@m17n.org>
6957
6958 * international/encoded-kb.el (encoded-kbd-setup-keymap):
6959 Fix previous change.
6960
6961 2004-08-03 Kenichi Handa <handa@m17n.org>
6962
6963 * international/encoded-kb.el: The following changes are to
6964 utilize key-translation-map instead of minor mode map.
6965 (encoded-kbd-iso2022-non-ascii-map): Delete it.
6966 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
6967 (encoded-kbd-last-key): New function.
6968 (encoded-kbd-iso2022-single-shift): New function.
6969 (encoded-kbd-iso2022-designation)
6970 (encoded-kbd-self-insert-iso2022-7bit)
6971 (encoded-kbd-self-insert-iso2022-8bit)
6972 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
6973 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
6974 key-translation-map.
6975 (encoded-kbd-setup-keymap): Setup key-translation-map.
6976 (saved-key-translation-map): New variable.
6977 (encoded-kbd-mode): Save/restore key-translation-map.
6978 Adjust for the change of encoded-kbd-setup-keymap.
6979
6980 2004-08-02 Kim F. Storm <storm@cua.dk>
6981
6982 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
6983 and call compute-motion with nil for topos and width to get proper
6984 usable width and height for both window and non-window systems.
6985
6986 * windmove.el (windmove-coordinates-of-position): Let compute-motion
6987 calculate usable window width and height.
6988
6989 * window.el (window-buffer-height): Call compute-motion with nil width.
6990
6991 2004-08-01 David Kastrup <dak@gnu.org>
6992
6993 * replace.el (query-replace-read-from):
6994 Use `query-replace-compile-replacement'.
6995 (query-replace-compile-replacement): New function.
6996 (query-replace-read-to): Use `query-replace-compile-replacement'
6997 for repeating the last command.
6998
6999 2004-08-01 John Paul Wallington <jpw@gnu.org>
7000
7001 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
7002 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
7003 (pr-switches): Remove period from end of error messages.
7004
7005 * help-mode.el (help-go-back): Likewise.
7006
7007 * abbrev.el (only-global-abbrevs): Doc fix.
7008 (edit-abbrevs-map): Define within defvar.
7009 (quietly-read-abbrev-file): Doc fix.
7010
7011 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
7012
7013 * novice.el (enable-command, disable-command): Doc fixes.
7014
7015 * subr.el (event-modifiers, event-basic-type): Doc fixes.
7016
7017 2004-07-30 Richard M. Stallman <rms@gnu.org>
7018
7019 * subr.el (with-local-quit): Doc fix.
7020
7021 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
7022
7023 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
7024
7025 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
7026
7027 * custom.el (defcustom): Doc fix.
7028
7029 2004-07-28 Masatake YAMATO <jet@gyve.org>
7030
7031 * progmodes/etags.el (etags-tags-apropos): Show building progress.
7032
7033 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
7034
7035 * imenu.el (imenu-prev-index-position-function)
7036 (imenu-extract-index-name-function, imenu-name-lookup-function)
7037 (imenu--index-alist): Docstring redundancy fix.
7038
7039 2004-07-25 Lars Hansen <larsh@math.ku.dk>
7040
7041 * wdired.el (wdired-finish-edit): Require dired-aux before locally
7042 binding dired-backup-overwrite.
7043
7044 2004-07-25 John Paul Wallington <jpw@gnu.org>
7045
7046 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
7047
7048 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
7049
7050 * term/tty-colors.el (tty-color-approximate): Doc fix.
7051
7052 * select.el (x-get-selection, x-set-selection): Doc fixes.
7053
7054 * frame.el (make-frame): Doc fix.
7055
7056 2004-07-24 Richard M. Stallman <rms@gnu.org>
7057
7058 * mail/rmail.el (rmail-mime-charset-pattern):
7059 Don't include semicolon in the charset value.
7060
7061 * replace.el (occur-next-error): Call set-window-point.
7062 (occur-engine): Handle negative NLINES.
7063
7064 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
7065
7066 * frame.el (modify-all-frames-parameters): Minor doc fix.
7067 (set-frame-configuration): Doc fix.
7068
7069 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
7070
7071 * simple.el (completion-setup-function): Compute the common parts
7072 and the first difference place correctly when
7073 partial-completion-mode is on.
7074
7075 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7076
7077 * ps-print.el: Doc fix.
7078 (ps-print-version): New version 6.6.5.
7079 (ps-printing-region): Doc fix.
7080 (ps-generate-string-list): Comment fix.
7081 (ps-message-log-max): Code fix.
7082
7083 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
7084
7085 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
7086 generated PostScript.
7087
7088 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
7089
7090 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
7091 with Gnus v5_10 branch.)
7092
7093 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
7094
7095 * calendar/time-date.el (time-to-number-of-days): New function.
7096 Imported from from Gnus.
7097
7098 2004-07-22 Kim F. Storm <storm@cua.dk>
7099
7100 * progmodes/make-mode.el: Fix comments.
7101
7102 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7103
7104 * printing.el: Doc fix.
7105
7106 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
7107
7108 * frame.el (modify-all-frames-parameters): Minor doc fix.
7109
7110 2004-07-20 Richard M. Stallman <rms@gnu.org>
7111
7112 * textmodes/fill.el (fill-nobreak-p): If this break point is
7113 at the end of the line, don't consider the newline which follows
7114 as a reason to return t.
7115
7116 2004-07-19 John Paul Wallington <jpw@gnu.org>
7117
7118 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
7119
7120 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
7121
7122 * dired-aux.el (dired-do-kill-lines): Expand docstring.
7123 Delete irrelevant code.
7124
7125 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7126
7127 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7128 New docstring. From Luc Teirlinck.
7129
7130 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
7131
7132 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
7133 section.
7134 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
7135 non-file buffers. We know it is nil.
7136
7137 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
7138
7139 Sync with Tramp 2.0.43.
7140
7141 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7142 Remove outdated comment.
7143 (tramp-locked, tramp-locker): New variables for implementing a
7144 global lock.
7145 (tramp-sh-file-name-handler): Use them to implement the global lock.
7146
7147 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
7148
7149 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
7150 calls to respective `xxx` calls.
7151 (tramp-process-alive-regexp): Precise doc string.
7152 (tramp-multi-action-process-alive): New defun.
7153 (tramp-multi-actions): Use it.
7154 (tramp-handle-find-backup-file-name): `copy-tree' is available
7155 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
7156 in order to avoid this function.
7157 (tramp-handle-write-region): Set current buffer. If connection
7158 wasn't open, `file-modes' has changed it accidently. Reported by
7159 David Kastrup <dak@gnu.org>.
7160 (tramp-enter-password, tramp-read-passwd): New arguments USER and
7161 HOST.
7162 (tramp-action-password, tramp-multi-action-password): Apply it.
7163 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
7164 name must still contain the port number. Otherwise, we have two
7165 Tramp buffers, with all the confusion. Reported by Myron Selby
7166 <myron@xytech.com> and Rolf Dubitzky
7167 <Dubitzky@physi.uni-heidelberg.de>.
7168
7169 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
7170 HOST to `tramp-enter-passwd'.
7171
7172 * net/tramp-vc.el (all): Code cleanup. Change all
7173 `tramp-handle-xxx' calls to respective `xxx` calls.
7174
7175 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
7176
7177 * emacs-lisp/testcover.el: New category "potentially-1valued" for
7178 functions that are not erroneous if either 1-valued or
7179 multi-valued. Detect functions in this class.
7180 (testcover-1value-functions, testcover-compose-functions)
7181 (testcover-progn-functions) Add some additional functions to lists.
7182 (testcover-mark): Bugfix when marking up the definition for an
7183 empty function.
7184
7185 2004-07-17 Richard M. Stallman <rms@gnu.org>
7186
7187 * replace.el (occur-read-primary-args): Pass default to
7188 read-from-minibuffer.
7189
7190 * mail/footnote.el (footnote-section-tag): Use defcustom.
7191
7192 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
7193 Compile font-lock-keywords, not KEYWORDS.
7194 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
7195 Add warn, check-type. Handle cerror like error.
7196
7197 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7198
7199 * progmodes/which-func.el (which-func-keymap): New var.
7200 (which-func-face): New face.
7201 (which-func-format): Use them.
7202
7203 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7204
7205 * buff-menu.el (list-buffers-noselect): Append the buffer's
7206 process status to its mode name.
7207
7208 2004-07-16 Kim F. Storm <storm@cua.dk>
7209
7210 * simple.el (inhibit-mark-movement): New defvar.
7211 (beginning-of-buffer, end-of-buffer): Do not push mark if
7212 inhibit-mark-movement is non-nil or C-u prefix is given.
7213
7214 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
7215 Init to beginning-of-buffer and end-of-buffer.
7216 (cua--undo-push-mark): New defvar.
7217 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
7218 already active and command is in cua--preserve-mark-commands.
7219 Also fix check for shift modifier on non-window systems.
7220 (cua--post-command-handler): Clear inhibit-mark-movement if set.
7221
7222 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
7223
7224 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
7225 of two integers, instead of a cons.
7226
7227 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
7228 `visited-file-modtime' now returns a list of two integers, instead
7229 of a cons.
7230
7231 * dired.el (dired-directory-changed-p): Ditto.
7232
7233 * progmodes/grep.el (grep): Doc fix.
7234
7235 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
7236
7237 * autorevert.el (auto-revert-tail-mode)
7238 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
7239 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
7240 in both at the same time.
7241 (auto-revert-tail-mode): New command.
7242 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
7243 (auto-revert-handler): Revert only either tail or whole file.
7244
7245 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
7246 add auto-revert-tail-mode.
7247
7248 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7249
7250 * printing.el: Doc fix. Change name of some funs.
7251 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
7252 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
7253 (pr-standard-file-name): New fun. Replace pr-standard-path.
7254 (pr-call-process): Code fix.
7255
7256 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
7257
7258 * subr.el (with-selected-window): Doc fix.
7259
7260 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
7261
7262 * subr.el (get-buffer-window-list): Doc fix.
7263
7264 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
7265
7266 * files.el (switch-to-buffer-other-window): Doc fix.
7267
7268 * window.el (save-selected-window, one-window-p)
7269 (split-window-keep-point, split-window-vertically)
7270 (split-window-horizontally): Doc fixes.
7271
7272 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7273
7274 * printing.el: Doc fix. Now it uses call-process instead of
7275 shell-command for low command execution.
7276 (pr-version): New version number (6.8).
7277 (pr-shell-file-name): Option removed.
7278 (pr-shell-command): Fun removed.
7279 (pr-call-process): New fun. Replace pr-shell-command.
7280 (pr-standard-path, pr-remove-nil-from-list): New funs.
7281 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
7282 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
7283 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
7284 (pr-ps-utility-process, pr-txt-print): Code fix.
7285
7286 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7287
7288 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
7289 boolean.
7290
7291 2004-07-09 Lars Hansen <larsh@math.ku.dk>
7292
7293 * wid-edit.el (widget-field-buffer): Doc fix.
7294
7295 2004-07-09 John Paul Wallington <jpw@gnu.org>
7296
7297 * emacs-lisp/re-builder.el (reb-update-overlays):
7298 Distinguish between one and several matches in message.
7299
7300 2004-07-09 Richard M. Stallman <rms@gnu.org>
7301
7302 * mouse.el (mouse-set-region-1): If transient-mark-mode
7303 is `identity', change it to `only'.
7304
7305 * simple.el (current-word): Doc fix.
7306
7307 2004-07-09 Mark A. Hershberger <mah@everybody.org>
7308
7309 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
7310 so that it is more understanding of whitespace.
7311
7312 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
7313 (("ns" . "element") (attr-list) children) instead of
7314 ((:ns . "element") (attr-list) children) in order to reduce the
7315 number of symbols used.
7316 (xml-skip-dtd): Change to use xml-parse-dtd but set
7317 xml-validating-parsing to nil.
7318 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
7319 (xml-substitute-entity): Remove in favor of new entity substitution.
7320 (xml-substitute-special): Rewrite in to substitute complex
7321 entities from DOCTYPE declarations.
7322 (xml-parse-fragment): Parse fragments from entity deleclarations.
7323 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
7324 (xml-parse-dtd, xml-substitute-special): Make validity checks
7325 conditioned on xml-validating-parser. Add "Not Well Formed" to
7326 error messages about well-formedness.
7327
7328 2004-07-08 Steven Tamm <steventamm@mac.com>
7329
7330 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
7331 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
7332 Do not treat double clicks and triple clicks specially in the
7333 scroll bar (preventing strange repositioning problems)
7334
7335 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
7336
7337 * replace.el (query-replace-regexp-eval): Fix last change.
7338
7339 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
7340
7341 * replace.el (query-replace-descr): New fun.
7342 (query-replace-read-from, query-replace-read-args): Default to the
7343 previous from&to.
7344 (query-replace-read-to): Quote the `from' string when displaying it.
7345 (query-replace-regexp-eval): Immediately check read-only status.
7346 Use query-replace-read-from to get the \n checking.
7347 Quote the `from' string when displaying it.
7348 (map-query-replace-regexp, occur-read-primary-args):
7349 Quote the `from' string when displaying it.
7350
7351 * isearch.el (isearch-query-replace): Pass the regexp-ness and
7352 delimited-ness of the search to query-replace.
7353
7354 * replace.el (query-replace-read-from, query-replace-read-to):
7355 New funs extracted from query-replace-read-args.
7356 (query-replace-read-args): Use them.
7357
7358 * replace.el (query-replace-interactive, query-replace-read-args):
7359 Remove the `initial' special value.
7360 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
7361 (occur-engine): Remove unused var `matchend'.
7362
7363 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
7364 Use the search string without prompting.
7365
7366 2004-07-05 Kenichi Handa <handa@m17n.org>
7367
7368 * international/mule.el (decode-coding-inserted-region):
7369 Set last-coding-system-used only when coding is nil.
7370
7371 2004-07-03 Eli Zaretskii <eliz@gnu.org>
7372
7373 * progmodes/grep.el (grep-compute-defaults, grep-command)
7374 (grep-program, find-program, grep-find-use-xargs, grep-history)
7375 (grep-find-history, grep-tag-default, grep-find-command)
7376 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
7377 Add autoload cookies, for unbundled packages that load `compile'
7378 and expect all grep-related symbols to become defined.
7379
7380 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
7381
7382 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
7383 (iimage-mode-image-search-path): New user option to search the
7384 image file.
7385 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
7386 have locate-file.
7387 (iimage-mode-buffer): Use it.
7388
7389 2004-07-03 Nick Roberts <nickrob@gnu.org>
7390
7391 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
7392 carefully.
7393 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
7394
7395 2004-07-03 Juri Linkov <juri@jurta.org>
7396
7397 * replace.el (query-replace-read-args): Swallow space after 'foo,
7398 not after (quote foo). Match space only immediately after symbol,
7399 not anywhere in the whole string.
7400
7401 2004-07-02 Richard M. Stallman <rms@gnu.org>
7402
7403 * replace.el (query-replace-read-args): Swallow space after
7404 symbols, not after closeparens. But avoid error if string ends there.
7405
7406 * progmodes/python.el (python-beginning-of-statement):
7407 Exit the loop if backward-up-list gets error.
7408
7409 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
7410
7411 2004-07-02 Andre Spiegel <spiegel@gnu.org>
7412
7413 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
7414 only if vc-consult-headers is non-nil.
7415
7416 2004-07-02 Juri Linkov <juri@jurta.org>
7417
7418 * pcvs.el (cvs-mode-diff-repository): New command.
7419
7420 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
7421
7422 2004-07-01 Juri Linkov <juri@jurta.org>
7423
7424 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
7425 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
7426 C-M-% to isearch-query-replace-regexp.
7427 (minibuffer-local-isearch-map): Add arrow key bindings.
7428 Bind C-f to isearch-yank-char-in-minibuffer.
7429 (isearch-forward): Doc fix.
7430 (isearch-edit-string): Doc fix.
7431 (isearch-query-replace, isearch-query-replace-regexp): New funs.
7432 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
7433 (isearch-yank-char): Add optional arg.
7434 (isearch-yank-char-in-minibuffer): New fun.
7435
7436 * replace.el (query-replace-interactive): Change type from boolean
7437 to choice. Add value `initial'.
7438 (query-replace-read-args): Handle value `initial' of
7439 query-replace-interactive.
7440
7441 2004-06-29 Kim F. Storm <storm@cua.dk>
7442
7443 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
7444 (breakpoint-disabled-bitmap-face): Add :group 'gud.
7445
7446 * progmodes/ada-xref.el (ada-tight-gvd-integration):
7447 Add :group 'ada.
7448
7449 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
7450
7451 2004-06-29 Juri Linkov <juri@jurta.org>
7452
7453 * replace.el (query-replace-read-args): Swallow a space after
7454 everything except )]" which in most cases means after a symbol.
7455
7456 * emacs-lisp/pp.el (pp-buffer): Add autoload.
7457
7458 2004-06-28 Richard M. Stallman <rms@gnu.org>
7459
7460 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
7461 More changes to go with previous change in font-lock.el.
7462
7463 2004-06-26 David Kastrup <dak@gnu.org>
7464
7465 * replace.el (perform-replace): Highlight the match even in
7466 non-query mode if there is potential replace string editing.
7467
7468 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
7469
7470 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
7471 agree with new return value of `file-remote-p'.
7472 This syncs with Tramp 2.0.42.
7473
7474 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
7475 according to new documentation of `file-remote-p'.
7476
7477 * files.el (file-remote-p): Fix doc to say that return value is
7478 identification of remote system, if not nil.
7479 (file-relative-name): Use new return value of `file-remote-p'.
7480
7481 2004-06-26 Nick Roberts <nickrob@gnu.org>
7482
7483 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
7484 (gdb-goto-breakpoint): Fix breakage.
7485
7486 2004-06-26 Eli Zaretskii <eliz@gnu.org>
7487
7488 * man.el (Man-getpage-in-background): Add windows-nt to the list
7489 of systems where shell-file-name should be used instead of
7490 literal "sh".
7491
7492 2004-06-25 Sam Steingold <sds@gnu.org>
7493
7494 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
7495 function names `(setf symbol)'.
7496
7497 2004-06-24 Richard M. Stallman <rms@gnu.org>
7498
7499 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
7500
7501 * font-lock.el (font-lock-keywords): Change format of compiled values.
7502 Document it.
7503 (font-lock-add-keywords): If font-lock-keywords is compiled,
7504 extract the uncompiled version, modify, then recompile.
7505 (font-lock-remove-keywords): Likewise.
7506 (font-lock-fontify-keywords-region): Handle changed format.
7507 (font-lock-compile-keywords): Handle changed format.
7508 (font-lock-set-defaults): Compile the keywords explicitly here.
7509
7510 2004-06-24 David Kastrup <dak@gnu.org>
7511
7512 * replace.el (query-replace-read-args): Implement `\,' and `\#'
7513 replacements here.
7514 (query-replace-regexp): Doc string explaining this and the new
7515 `\?' replacement. Remove `\,' and `\#' implementation here, as it
7516 is better placed in `query-replace-read-args'.
7517 (replace-regexp): Explain `\,', `\#' and `\?'.
7518 (replace-match-data): New function for thorough reuse/destruction
7519 of old match-data.
7520 (replace-match-maybe-edit): Function for implementing `\?' editing.
7521 (perform-replace): Fix maintaining of the match stack including
7522 already matched regions, implement `\?', fix various problems
7523 with regions while editing and other stuff.
7524 (replace-highlight): Simplify.
7525
7526 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
7527
7528 * progmodes/grep.el (grep-error-screen-columns): New variable.
7529 (grep-regexp-alist): Give it the full functionality of gnu style
7530 compilation messages with line and column ranges. Ask me for the
7531 perl script I'm working on, that uses these.
7532
7533 2004-06-23 Nick Roberts <nickrob@gnu.org>
7534
7535 * comint.el: (comint-insert-clicked-input, comint-copy-old-input):
7536 Remove.
7537 (comint-insert-input, comint-mouse-insert-input): New functions
7538 based on comint-insert-clicked-input for two bindings but just
7539 one functionality.
7540
7541 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
7542
7543 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
7544
7545 2004-06-23 Lars Hansen <larsh@math.ku.dk>
7546
7547 * files.el (write-contents-functions): Doc fix.
7548
7549 2004-06-21 Juanma Barranquero <lektu@terra.es>
7550
7551 * image.el (image-library-alist): Rewrite docstring in active voice.
7552
7553 2004-06-20 Richard M. Stallman <rms@gnu.org>
7554
7555 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
7556
7557 * isearch.el (isearch-repeat): Avoid testing old match data.
7558 (isearch-message): Display trailing space in special font
7559 when search is failing.
7560 (isearch-search-fun-function): Doc fix.
7561
7562 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
7563
7564 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
7565
7566 * frame.el (show-trailing-whitespace): Doc fix.
7567
7568 * cus-edit.el (custom-variable-documentation): New function.
7569 (custom-variable): Use it.
7570
7571 2004-06-19 Nick Roberts <nickrob@gnu.org>
7572
7573 * man.el (Man-getpage-in-background): Revert previous change but
7574 make cygwin a special case.
7575
7576 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
7577
7578 * autorevert.el (global-auto-revert-non-file-buffers):
7579 Update docstring.
7580
7581 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
7582
7583 * progmodes/compile.el (compilation-error-properties): Store one
7584 more than end-col, if present, so that transient-mark-mode will
7585 highlight last char too.
7586 * progmodes/grep.el (grep-regexp-alist): Match columns and column
7587 ranges, if present.
7588
7589 2004-06-18 Jason Rumney <jasonr@gnu.org>
7590
7591 * makefile.w32-in: Double percent signs in for loops.
7592
7593 2004-06-17 David Kastrup <dak@gnu.org>
7594
7595 * replace.el (query-replace-read-args): Only warn about use of \n
7596 and \t when we are doing a regexp replacement and the actual
7597 escaped character is n or t.
7598 (query-replace-regexp): Add \, and \# interpretation to
7599 interactive call and document it.
7600 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
7601 as shortkey for replace-count.
7602 (replace-quote): New function for doubling backslashes.
7603
7604 2004-06-17 Juanma Barranquero <lektu@terra.es>
7605
7606 * files.el (parse-colon-path, cd): Mention in docstring that the
7607 path separator is colon in GNU-like systems.
7608
7609 * newcomment.el (comment-region-internal): Fix docstring.
7610
7611 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
7612 (ewoc-invalidate, ewoc-collect): Doc fixes.
7613 (ewoc--create-node, ewoc--delete-node-internal):
7614 Fix typos in docstring.
7615
7616 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7617
7618 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
7619 manual to docstring.
7620
7621 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7622
7623 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
7624
7625 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
7626
7627 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7628 Add hyperlink to emacs-xtra manual to docstring.
7629
7630 * autorevert.el (global-auto-revert-non-file-buffers):
7631 Add hyperlink to emacs-xtra manual to docstring, as well as an
7632 info-link.
7633
7634 2004-06-14 Juanma Barranquero <lektu@terra.es>
7635
7636 * image.el (image-library-alist): New variable to map image types
7637 to external libraries. Initialized to nil, unless system-specific
7638 configs change it.
7639 (image-type-available-p): Determine whether an image type is
7640 available by calling `init-image-library'.
7641
7642 * term/w32-win.el (image-library-alist): Initialize to a known set
7643 of probable library names.
7644
7645 2004-06-14 Kenichi Handa <handa@m17n.org>
7646
7647 * international/code-pages.el (windows-1256, cp1125): Fix tables
7648 for several characters.
7649
7650 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
7651
7652 2004-06-13 Richard M. Stallman <rms@gnu.org>
7653
7654 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
7655
7656 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
7657 not "`pc-selection-mode'".
7658
7659 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
7660
7661 * simple.el (previous-matching-history-element): Specify a default.
7662
7663 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
7664
7665 * cus-face.el (custom-declare-face): Simplify code.
7666
7667 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
7668
7669 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
7670
7671 * files.el (before-save-hook): Add `time-stamp' to the options.
7672
7673 * time-stamp.el (time-stamp): Recommend adding it to
7674 `before-save-hook', rather than `write-file-functions'.
7675 Make a similar change in `Commentary' section.
7676
7677 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
7678
7679 * diff-mode.el (diff-current-defun): If at start of hunk, use
7680 position of first change.
7681
7682 2004-06-13 Lars Hansen <larsh@math.ku.dk>
7683
7684 * dired-x.el (dired-mark-omitted): Bind to "*O".
7685
7686 2004-06-12 Karl Fogel <kfogel@red-bean.com>
7687
7688 * bookmark.el (bookmark-bmenu-relocate): New function, as
7689 suggested by David J. Biesack <David.Biesack@sas.com>.
7690 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
7691 (bookmark-bmenu-mode): Describe binding in doc string.
7692 (bookmark-set-filename): Save the bookmark list if it's time.
7693
7694 2004-06-13 Kenichi Handa <handa@m17n.org>
7695
7696 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
7697 (ccl-untranslated-to-ucs): Fix typo.
7698
7699 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
7700
7701 * progmodes/python.el (python-open-block-statement-p):
7702 Fix indentation after a block opening that contains a comment.
7703
7704 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
7705
7706 * bindings.el (completion-ignored-extensions): Add file extensions
7707 of Python byte-compiled files.
7708
7709 2004-06-12 Juri Linkov <juri@jurta.org>
7710
7711 * info.el (Info-goto-node): Add autoload.
7712 (Info-toc): Add substring-no-properties on Info file name.
7713 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
7714 (Info-mode-map): Bind L to Info-history, T to Info-toc.
7715
7716 2004-06-12 Kenichi Handa <handa@m17n.org>
7717
7718 * international/mule-cmds.el (set-language-environment):
7719 Load subst tables if necessary.
7720
7721 * international/mule.el (decode-char): Load subst tables if necessary.
7722 (encode-char): Likewise.
7723
7724 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
7725 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
7726 (utf-16le-decode-loop): Set r5 to -1 before loop.
7727 (utf-16be-decode-loop): Likewise.
7728 (ccl-decode-mule-utf-16le): Add EOF processing block.
7729 (ccl-decode-mule-utf-16be): Likewise.
7730 (ccl-decode-mule-utf-16le-with-signature): Likewise.
7731 (ccl-decode-mule-utf-16be-with-signature): Likewise.
7732 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
7733 (ccl-mule-utf-16-encode-untrans): New CCL.
7734 (utf-16-decode-to-ucs): Handle pre-read character.
7735 (utf-16le-encode-loop): Handle surrogate pair.
7736 (utf-16be-encode-loop): Likewise.
7737 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
7738 of utf-16le-encode-loop.
7739 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
7740 of utf-16be-encode-loop.
7741 (mule-utf-16-post-read-conversion):
7742 Call utf-8-post-read-conversion at first.
7743 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
7744 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
7745 Add post-read-conversion and pre-write-conversion.
7746
7747 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
7748 (utf-translate-cjk-unicode-range): New variable.
7749 (utf-translate-cjk-load-tables): New function.
7750 (utf-lookup-subst-table-for-decode): New function.
7751 (utf-lookup-subst-table-for-encode): New function.
7752 (utf-translate-cjk-mode): Init-value changed to t. Don't load
7753 tables here. Update safe-charsets of utf-* coding systems.
7754 (ccl-mule-utf-untrans): New CCL.
7755 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
7756 at end of each branch.
7757 (ccl-mule-utf-8-encode-untrans): New CCL.
7758 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
7759 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
7760 length of encoding. Don't return r0.
7761 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
7762 (utf-8-post-read-conversion): Narrow to region properly.
7763 If utf-translate-cjk-mode is on, load tables if necessary.
7764 Call utf-8-compose with hash-table arg if necessary.
7765 Call XXX-compose-region instead of XXX-post-read-convesion.
7766 (utf-8-pre-write-conversion): New function.
7767 (mule-utf-8): Include CJK charsets in safe-charsets if
7768 utf-translate-cjk-mode is on. Add pre-write-conversion.
7769
7770 * international/characters.el: Temporarily set
7771 utf-translate-cjk-mode to nil.
7772
7773 * language/devan-util.el (devanagari-compose-region):
7774 Add autoload cookie.
7775
7776 * international/ccl.el (ccl-dump-call): Fix printing the
7777 subroutine name.
7778
7779 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
7780
7781 * dired.el (dired-revert): If buffer is marked unmodified before
7782 reverting, keep it marked unmodified.
7783 Adapt to new conventions for commenting out code.
7784 (dired-make-relative): Adapt to new conventions for commenting out code.
7785
7786 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
7787
7788 * eshell/esh-module.el (eshell-load-defgroups):
7789 Bind `vc-handled-backends' to nil when opening files.
7790
7791 2004-06-11 Juanma Barranquero <lektu@terra.es>
7792
7793 * files.el (parse-colon-path, cd): Doc fixes (refer to
7794 `path-separator', not colon).
7795
7796 2004-06-10 Juanma Barranquero <lektu@terra.es>
7797
7798 * newcomment.el (comment-search-forward)
7799 (comment-search-backward): Fix typos in docstring.
7800 (comment-region): Doc fix.
7801
7802 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
7803
7804 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
7805 switch is no longer stored in `dired-switches-alist'.
7806
7807 * dired-aux.el (dired-insert-subdir): Do not store R switch in
7808 `dired-switches-alist'.
7809
7810 2004-06-10 Kim F. Storm <storm@cua.dk>
7811
7812 * pcvs.el (cvs-mode-diff-yesterday): New command.
7813
7814 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
7815
7816 2004-06-10 Juri Linkov <juri@jurta.org>
7817
7818 * emacs-lisp/edebug.el (edebug-eval-defun):
7819 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
7820 Fix docstring.
7821
7822 * simple.el (eval-expression-print-format): Don't print additional
7823 information on the first call to `eval-print-last-sexp'.
7824 (next-error-find-buffer): Fix punctuation.
7825 (killing) <defgroup>: Fix punctuation.
7826 (yank-excluded-properties): Change group from editing to killing.
7827
7828 * replace.el (perform-replace): Use `limit' to terminate the
7829 while-loop explicitly.
7830
7831 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7832
7833 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
7834 Use lc-*.xpm as prefix instead of *-locol.xpm.
7835
7836 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
7837 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
7838 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
7839 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
7840 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
7841 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
7842 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
7843 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
7844 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
7845 * toolbar/lc-up_arrow.xpm:
7846 Rename from *-locol.xpm.
7847
7848 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
7849
7850 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
7851 include forms like &<str>; as valid url patterns.
7852
7853 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
7854
7855 * dired.el (dired-diff, dired-backup-diff)
7856 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
7857 (dired-do-chown, dired-do-touch, dired-do-print)
7858 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
7859 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
7860 (dired-create-directory, dired-do-copy, dired-do-symlink)
7861 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
7862 (dired-do-copy-regexp, dired-do-hardlink-regexp)
7863 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
7864 (dired-maybe-insert-subdir, dired-next-subdir)
7865 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
7866 (dired-kill-subdir, dired-tree-up, dired-tree-down)
7867 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
7868 (dired-run-shell-command, dired-query): Remove redundant,
7869 or incorrect, autoloads.
7870
7871 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
7872 does not end in a slash. Add optional argument KILL-ROOT.
7873 Update docstring.
7874 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
7875 (dired-query): Add autoloads.
7876
7877 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
7878
7879 * progmodes/compile.el (compilation-set-window-height):
7880 Rearrange the save-* functions because a buffer can have several current
7881 point in different windows.
7882 (compilation-error-regexp-alist-alist): Recognize {standard input}
7883 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
7884
7885 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7886
7887 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
7888 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
7889 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
7890 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
7891 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
7892 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
7893 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
7894 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
7895 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
7896 * toolbar/up_arrow-locol.xpm:
7897 New versions of icons that uses fewer colors.
7898
7899 * toolbar/tool-bar.el (tool-bar-local-item)
7900 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
7901 if display-color-cells is 256 or less.
7902
7903 2004-06-08 Kim F. Storm <storm@cua.dk>
7904
7905 * wid-edit.el (widget-specify-button): Use hand pointer rather
7906 than mouse-face as visible mouse-over effect.
7907
7908 2004-06-07 Karl Fogel <kfogel@red-bean.com>
7909
7910 * saveplace.el (save-place-alist-to-file): Bind `print-length'
7911 and `print-level' to nil when writing out `save-place-alist'.
7912 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
7913
7914 2004-06-07 Juanma Barranquero <lektu@terra.es>
7915
7916 * completion.el (completion-kill-region): Doc fix.
7917
7918 * format.el (format-insert-annotations)
7919 (format-annotate-location): Doc fixes.
7920 (format-subtract-regions): Make arguments match their use in docstring.
7921
7922 * simple.el (kill-region): Doc fix.
7923
7924 * subr.el (insert-buffer-substring-no-properties)
7925 (insert-buffer-substring-as-yank): Doc fixes.
7926
7927 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
7928
7929 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7930 Update docstring.
7931 (dired-reset-subdir-switches): New function.
7932
7933 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
7934 Limit scope of `buffer-read-only' binding.
7935
7936 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
7937
7938 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
7939 eshell-explicit-command-char.
7940
7941 2004-06-06 Juanma Barranquero <lektu@terra.es>
7942
7943 * help-fns.el (help-argument-name): Inherit from italic face only
7944 if the frame supports it.
7945
7946 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7947
7948 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
7949 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
7950 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
7951 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
7952 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
7953 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
7954 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
7955 New conversions from xpm files.
7956
7957 * toolbar/README: New file.
7958
7959 2004-06-06 Richard M. Stallman <rms@gnu.org>
7960
7961 * isearch.el (isearch-mode-map): Undo previous change.
7962
7963 2004-06-05 Juri Linkov <juri@jurta.org>
7964
7965 * bindings.el (debug-ignored-errors): Add regexps for history
7966 related messages. Remove $ from "No further undo information".
7967 Move Ediff's messages to ediff.el.
7968
7969 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
7970
7971 * cus-edit.el (custom-display): Add `min-colors'.
7972
7973 * custom.el (defface): Add `supports' to docstring.
7974
7975 * help-fns.el (help-argument-name): Add :group 'help.
7976
7977 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
7978
7979 * find-dired.el (find-ls-subdir-switches): New user option.
7980 (find-dired): No longer call `abbreviate-file-name' on DIR.
7981 Set `dired-subdir-switches' buffer-locally.
7982
7983 * locate.el: Merge the two `Commentary' sections.
7984 (locate-ls-subdir-switches): New user option.
7985 (locate): Update for other changes.
7986 (locate-mode-map): Restore Dired binding for mouse-2.
7987 Bind `locate-mouse-view-file' to M-mouse-2.
7988 Bind `l' to `locate-do-redisplay'.
7989 (locate-main-listing-line-p, locate-do-redisplay): New functions.
7990 (locate-mouse-view-file, locate-tags, locate-find-directory):
7991 Print message if used outside main listing.
7992 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
7993 Various changes to support inserted subdirectories.
7994 (locate-insert-header): Change header of *Locate* buffer.
7995
7996 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
7997 Change interactive default switches.
7998 (dired-rename-subdir-2): Update `dired-switches-alist'.
7999 (dired-insert-subdir, dired-kill-subdir):
8000 Handle `dired-switches-alist'. Do not mark buffer modified.
8001 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
8002 (dired-insert-subdir-doinsert): Omit messages.
8003 Handle `dired-subdir-switches'.
8004 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
8005
8006 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
8007 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
8008 subdirs if -R switch is used for a subdir.
8009 (dired-mode): Set `dired-switches-alist'.
8010 (dired-build-subdir-alist): Only print number of directories in
8011 echo area when invoked interactively.
8012
8013 2004-06-05 Lars Hansen <larsh@math.ku.dk>
8014
8015 * dired-x.el (dired-omit-mode): Rename from
8016 dired-omit-files-p. Use define-minor-mode to define it.
8017 (dired-omit-files-p): Add as alias for dired-omit-mode.
8018 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
8019 dired-mark-omitted.
8020 (dired-mark-omitted): Add. Bind to M-O.
8021
8022 2004-06-05 Kenichi Handa <handa@m17n.org>
8023
8024 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
8025
8026 2004-06-05 Juanma Barranquero <lektu@terra.es>
8027
8028 * help-fns.el (help-argument-name): Reintroduce face.
8029 (help-default-arg-highlight): Use it, now that
8030 `face-differs-from-default-p' can be trusted.
8031
8032 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
8033
8034 * textmodes/table.el: Sentence commands added to Point Motion
8035 group; kill and backward-kill commands added to Extraction group.
8036
8037 2004-06-04 Mario Lang <mlang@delysid.org>
8038
8039 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
8040 systems appear to use mW, make the code handle this. Fix a
8041 division-by-zero bug while at it, and handle kernels with
8042 a slightly different layout in /proc/acpi.
8043
8044 2004-06-04 Karl Fogel <kfogel@red-bean.com>
8045
8046 * vc-svn.el (vc-svn-checkin): Use 'nconc' instead of 'list*',
8047 because the latter is a CL-ism. This fixes the bug reported by
8048 Shawn Boyette <mdxi@collapsar.net> in
8049 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
8050
8051 2004-06-04 Miles Bader <miles@gnu.org>
8052
8053 * faces.el (display-supports-face-attributes-p): Function moved to
8054 C code. Previously only the tty-related portion of this function
8055 was done in C; however the previous attempt to do a halfway-proper
8056 job for non-tty displays in lisp didn't work properly because of
8057 funny conditions during Emacs startup.
8058 (face-differs-from-default-p): Simplify, now that
8059 display-supports-face-attributes-p works properly on all display
8060 types. Remove :stipple from comparison; it doesn't really work
8061 in emacs anyway.
8062
8063 2004-06-04 Miles Bader <miles@gnu.org>
8064
8065 * faces.el (face-differs-from-default-p): Use a different
8066 implementation, so we can really check whether FACE displays
8067 differently or not.
8068
8069 2004-06-04 Miles Bader <miles@gnu.org>
8070
8071 * faces.el (display-supports-face-attributes-p): Implement a
8072 `different from default' check for non-tty displays.
8073
8074 2004-06-03 David Kastrup <dak@gnu.org>
8075
8076 * woman.el (woman-mapcan): More concise code.
8077 (woman-topic-all-completions, woman-topic-all-completions-1)
8078 (woman-topic-all-completions-merge): Replace by a simpler and
8079 much faster implementation based on O(n log n) sort/merge instead
8080 of the old O(n^2) behavior.
8081
8082 2004-06-03 Miles Bader <miles@gnu.org>
8083
8084 * subr.el (read-number): Use canonical format for default in prompt.
8085
8086 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
8087 Add regexp for " [...]" style defaults.
8088
8089 2004-06-02 Romain Francoise <romain@orebokech.com>
8090
8091 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
8092 groups: if the user asks for a hidden buffer, open the
8093 corresponding filter group to expose it.
8094
8095 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
8096 `ibuffer-jump-to-buffer'.
8097 (ibuffer-jump-offer-only-visible-buffers): New user option.
8098
8099 2004-06-02 Juanma Barranquero <lektu@terra.es>
8100
8101 * faces.el (frame-update-faces): Add empty docstring so the one
8102 for `ignore' doesn't show through.
8103
8104 * subr.el (process-kill-without-query): Remove spurious "\n" on
8105 obsolescence string.
8106 (focus-frame, unfocus-frame): Add obsolescence declaration and
8107 empty docstring.
8108
8109 * international/mule.el (register-char-codings): Make alias for
8110 `ignore'. Move docstring to obsolescence info and remove redundancy.
8111
8112 2004-06-02 Kim F. Storm <storm@cua.dk>
8113
8114 * frame.el (blink-cursor-start): Turn cursor off initially so blink
8115 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
8116
8117 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * comint.el (comint-replace-by-expanded-history-before-point):
8120 Obey `start' as the docstring says.
8121 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
8122 (comint-update-fence): Prevent font-lock from running unnecessarily.
8123 (comint-dynamic-list-completions): Use with-current-buffer.
8124
8125 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8126
8127 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
8128 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
8129 (bibtex-entry-update): Handle alternatives and optional fields.
8130 (bibtex-parse-entry): Bugfix, handle empty key.
8131
8132 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
8133
8134 * vc-arch.el (vc-arch-state): Don't assume the file exists.
8135
8136 2004-05-31 Lars Hansen <larsh@math.ku.dk>
8137
8138 * desktop.el (desktop-save): Don't save minor modes without a
8139 known mode initialization function.
8140
8141 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
8142
8143 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
8144
8145 * autorevert.el: Update `Commentary' section.
8146
8147 2004-05-30 Juanma Barranquero <lektu@terra.es>
8148
8149 * dos-fns.el (convert-standard-filename):
8150 * files.el (convert-standard-filename):
8151 * w32-fns.el (convert-standard-filename):
8152 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
8153
8154 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
8155
8156 Sync with Tramp.
8157
8158 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
8159 (tramp-let-maybe): Move to an earlier spot in the file.
8160 Patch by Andreas Schwab.
8161
8162 2004-05-30 Andreas Schwab <schwab@suse.de>
8163
8164 * dired.el (dired-get-filename): Don't use dired-re-dot.
8165
8166 2004-05-30 Richard M. Stallman <rms@gnu.org>
8167
8168 * files.el (find-file): Doc fix.
8169
8170 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
8171
8172 2004-05-30 Nick Roberts <nickrob@gnu.org>
8173
8174 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
8175 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
8176 modeline of the locals buffer.
8177 (gdb-goto-breakpoint): Handle gdbmi.
8178 (gdb-get-frame-number): Change for gdbmi.
8179
8180 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
8181
8182 * files.el (file-remote-p): Apply file name handler for operation
8183 `file-remote-p'. It isn' a property any longer.
8184 (file-relative-name): `fh' and `fd' get the required value via
8185 `find-file-name-handler' already.
8186
8187 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
8188 (top): Remove setting of `file-remote-p' property for
8189 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
8190
8191 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
8192
8193 Version 2.0.41 of Tramp released.
8194
8195 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
8196 Throw away if process has died.
8197 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
8198 (tramp-out-of-band-prompt-regexp): Rename to
8199 `tramp-process-alive-regexp', because its usage is widen.
8200 (tramp-actions-copy-out-of-band): Apply it.
8201 (tramp-actions-before-shell, tramp-multi-actions):
8202 Add `tramp-action-process-alive' action.
8203 (tramp-action-process-alive): New defun.
8204 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
8205 Add entry for `file-remote-p'.
8206 (tramp-handle-file-remote-p): New defun.
8207 (top): Remove setting of `file-remote-p'. Don't set
8208 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
8209
8210 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8211 `file-remote-p'.
8212
8213 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
8214 counted for (last) line. [They should or they shouldn't? --Stef]
8215 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
8216
8217 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
8218
8219 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
8220 not really necessary but seems to keep the shell history smaller
8221 in some cases. It is no substitute for setting HISTFILE and
8222 HISTSIZE from tramp-open-connection-setup-interactive-shell,
8223 though. Suggested by Luc Teirlinck.
8224 (tramp-open-connection-setup-interactive-shell): Export variables
8225 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
8226 (tramp-set-process-query-on-exit-flag): New compat function.
8227 (tramp-open-connection-multi, tramp-open-connection-su)
8228 (tramp-open-connection-rsh, tramp-open-connection-telnet)
8229 (tramp-do-copy-or-rename-file-out-of-band): Use it.
8230 (tramp-let-maybe): New macro, let-binds a variable only if it
8231 isn't obsolete.
8232 (tramp-check-ls-commands, tramp-handle-expand-file-name)
8233 (tramp-handle-file-truename): Use it.
8234 (tramp-completion-file-name-regexp-unified): Avoid matching
8235 filenames starting with "/:" -- those are reserved for
8236 file-name-non-special.
8237
8238 * tramp-smb.el (tramp-smb-open-connection):
8239 Use tramp-set-process-query-on-exit-flag compat function.
8240
8241 2004-05-29 Richard M. Stallman <rms@gnu.org>
8242
8243 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
8244
8245 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
8246 (eval-last-sexp-print-value): Print char equivalent regardless
8247 of standard-output value.
8248
8249 * thumbs.el (thumbs-subst-char-in-string): Delete.
8250 (thumbs-thumbname): Use subst-char-in-string.
8251 (thumbs-resize-image): Use condition-case, not ignore-errors.
8252 (thumbs-kill-buffer): Likewise.
8253
8254 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
8255 (thumbs-mode): Make buffer read-only.
8256 (thumbs-make-thumb): Unconditionally accept an existing file.
8257 (thumbs-insert-thumb): Add thumb-image-file property to the image.
8258 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
8259 (thumbs-show-thumbs-list): Error if images not supported.
8260 (thumbs-save-current-image): Improve prompt string.
8261 (thumbs-mode-map): Define u, R, x.
8262 (thumbs-unmark): New command.
8263 (thumbs-emboss-image): Minor cleanup.
8264 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
8265 (thumbs-rename-images): New command.
8266 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
8267
8268 * thumbs.el (thumbs-current-image): New function.
8269 (thumbs-file-list, thumbs-file-alist): New functions.
8270 (thumbs-find-image): Delete arg L.
8271 Don't set up thumbs-fileL as buffer-local global var.
8272 (thumbs-find-image-at-point): Use thumbs-current-image.
8273 (thumbs-set-image-at-point-to-root-window): Likewise.
8274 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
8275 Record and warn about errors. Update thumbs-markedL for deletions.
8276 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
8277 (thumbs-redraw-buffer): Use thumbs-file-list.
8278 (thumbs-mark): Use thumbs-current-image.
8279 (thumbs-show-name): Use thumbs-current-image.
8280
8281 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
8282 and imenu--last-menubar-index-alist.
8283
8284 * subr.el (with-selected-window): Undo previous change.
8285
8286 2004-05-29 John Paul Wallington <jpw@gnu.org>
8287
8288 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
8289 (thumbs-mouse-find-image): New command.
8290 (thumbs-mode-map): Bind it to mouse-2.
8291 (thumbs-mode): Make mode-class special.
8292 (thumbs-view-image-mode): Likewise.
8293
8294 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
8295
8296 * flymake.el: New file.
8297
8298 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
8299
8300 * files.el (find-file-noselect-1): Do not bind
8301 `inhibit-read-only' to t during execution of
8302 `find-file-not-found-functions'.
8303
8304 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8305
8306 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
8307 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
8308
8309 2004-05-28 Juri Linkov <juri@jurta.org>
8310
8311 * simple.el (eval-expression-print-format): New fun.
8312
8313 * simple.el (eval-expression):
8314 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
8315 * emacs-lisp/edebug.el (edebug-compute-previous-result)
8316 (edebug-eval-expression): Print additionally the value returned by
8317 `eval-expression-print-format'.
8318
8319 * emacs-lisp/lisp.el (insert-pair-alist): New var.
8320 (insert-pair): Make arguments optional. Find character pair
8321 from `insert-pair-alist' according to the last input event.
8322 (insert-parentheses): Make arguments optional.
8323 (raise-sexp, delete-pair): New funs.
8324
8325 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
8326 (emacs-lisp-mode-map, lisp-interaction-mode-map):
8327 Bind C-M-q to `indent-pp-sexp'.
8328
8329 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
8330 `pp-to-string' modified to be able to format text with newlines.
8331 (pp-to-string): Move the buffer-formatting part of the code to
8332 `pp-buffer'. Call `pp-buffer'.
8333
8334 * info.el (Info-desktop-buffer-misc-data): Don't save information
8335 about virtual files.
8336 (Info-restore-desktop-buffer): Restore Info buffers in prepared
8337 buffers with names obtained from the desktop file instead of the
8338 default *info* buffer.
8339
8340 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
8341
8342 * subr.el (with-selected-window): Only save/restore the selected window.
8343
8344 * progmodes/compile.el (compilation-error-regexp-alist):
8345 Use expand-file-name and data-directory.
8346
8347 * progmodes/grep.el (grep-tree): Rework previous fix.
8348
8349 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
8350 after the user marked text with the mouse.
8351
8352 * startup.el (command-line): Keep the first regexp of
8353 auto-save-file-name-transforms intact.
8354
8355 2004-05-28 Juanma Barranquero <lektu@terra.es>
8356
8357 * cus-edit.el (customize-face, customize-face-other-window)
8358 (custom-face-edit-delete): Make arguments match their use in
8359 docstring.
8360 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
8361 docstring.
8362
8363 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
8364 not `cvs-butlast'.
8365
8366 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
8367 `nbutlast' are in subr.el).
8368
8369 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
8370 (set-w32-system-coding-system): Doc fixes.
8371
8372 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
8373 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
8374 Make arguments match their use in docstring.
8375 (artist-draw-region-trim-line-endings)
8376 (artist-mouse-choose-operation): Fix typo in docstring.
8377 (artist-key-set-point-common): Doc fix.
8378
8379 2004-05-28 Simon Josefsson <jas@extundo.com>
8380
8381 * mail/smtpmail.el (smtpmail-open-stream):
8382 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
8383
8384 2004-05-26 Simon Josefsson <jas@extundo.com>
8385
8386 * starttls.el: Merge with my GNUTLS based starttls.el.
8387 (starttls-gnutls-program, starttls-use-gnutls)
8388 (starttls-extra-arguments, starttls-process-connection-type)
8389 (starttls-connect, starttls-failure, starttls-success): New variables.
8390 (starttls-program, starttls-extra-args): Doc fix.
8391 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
8392 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
8393 and pass on to corresponding *-gnutls function if it is set.
8394
8395 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
8396
8397 * autorevert.el (auto-revert-handler): Disable auto-reverting of
8398 remote files.
8399
8400 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
8401
8402 * files.el (file-name-non-special): There are more operations
8403 which need handling: `find-backup-file-name',
8404 `insert-file-contents', `verify-visited-file-modtime',
8405 `write-region'. Rename t value of method to `add'. Add new
8406 methods `quote' and `unquote-then-quote' to file-arg-indices.
8407
8408 2004-05-25 Juri Linkov <juri@jurta.org>
8409
8410 * info.el (Info-toc): Call Info-mode on intermediate buffer.
8411 (Info-index-nodes): Enclose code in condition-case to catch errors.
8412 (Info-index-node): Don't search all index nodes if request is only
8413 for the current node and file is not in the cache of index nodes.
8414 (Info-mode-map): Bind Info-copy-current-node-name to `w'
8415 for consistency with dired-copy-filename-as-kill.
8416 Bind `S' to Info-search-case-sensitively.
8417 (Info-copy-current-node-name): New arg. With zero prefix arg put
8418 the name inside a function call to `info'. Display copied text in
8419 the echo area.
8420
8421 2004-05-25 Sam Steingold <sds@gnu.org>
8422
8423 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
8424 strip the package prefix from the symbol name, if any.
8425 Make it the `find-tag-default-function' for `lisp-mode'.
8426
8427 2004-05-25 John Paul Wallington <jpw@gnu.org>
8428
8429 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
8430 instead of obsolete `process-kill-without-query'.
8431
8432 * textmodes/texinfmt.el (texinfo-indexvar-alist):
8433 Declare as variable, not constant.
8434
8435 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
8436
8437 * files.el (find-file-noselect-1): Fix bug introduced by
8438 Revision 1.694. As a side effect, `inhibit-read-only'
8439 is again, by default, t during execution of
8440 `find-file-not-found-functions'.
8441 (insert-directory): Check that lines were really inserted by
8442 the --dired switch, before erasing them.
8443
8444 2004-05-24 Nick Roberts <nickrob@gnu.org>
8445
8446 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
8447 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
8448 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
8449 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
8450 gud-minor-mode (gdbmi).
8451
8452 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8453
8454 * net/browse-url.el (browse-url-interactive-arg): Enable user to
8455 explicitly select the text to be taken as URL.
8456
8457 2004-05-23 Juri Linkov <juri@jurta.org>
8458
8459 * info.el (Info-index-nodes): New var and fun.
8460 (Info-goto-index, Info-index, info-apropos)
8461 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
8462 (Info-index): Fix docstring. Store and restore Info-history-list.
8463 (Info-complete-nodes): New var.
8464 (Info-complete-menu-item): Use it.
8465 (Info-index-node): New fun.
8466 (Info-final-node, Info-forward-node, Info-backward-node)
8467 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
8468 Use Info-index-node.
8469 (Info-extract-menu-item, Info-extract-menu-counting): Set second
8470 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
8471 (Info-find-node-2): If a node with period in its name not found,
8472 try to find a node without the name part after period.
8473 (Info-select-node): Call Info-fontify-node only if
8474 Info-fontify-maximum-menu-size is not nil.
8475 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
8476 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
8477 Preserve Info-history-list.
8478 (Info-toc): Set Info-current-file.
8479 (Info-build-toc): Move point to the beginning of the buffer.
8480 Add main-file variable.
8481 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
8482 Use backslashed representation of the control character ^_.
8483
8484 * textmodes/texinfmt.el (texinfo-print-index): Print index line
8485 numbers in the new Texinfo 4.7 format.
8486
8487 * add-log.el (change-log-font-lock-keywords): Remove `:' from
8488 regexps for function and variable names.
8489
8490 * descr-text.el (describe-property-list): Add [show] button for
8491 `syntax-table' property with action to pp to a separate buffer.
8492 (describe-char): Replace search-forward by re-search-forward with
8493 whitespace regexp after "character:" to not fail in too narrow windows.
8494
8495 * simple.el (next-error-find-buffer): Add a rule to return
8496 next-error capable buffer if one window on the selected frame
8497 displays such buffer.
8498
8499 2004-05-23 Nick Roberts <nickrob@gnu.org>
8500
8501 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
8502 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
8503 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
8504 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
8505 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
8506 Handle new value for gud-minor-mode (gdbmi).
8507 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
8508 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
8509 Change from local to global gdb variable set.
8510 (gdb-ann3): Initialise above gdb variable set.
8511 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
8512 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
8513 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
8514 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
8515 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
8516 (gdb-info-locals-handler, gdb-invalidate-assembler)
8517 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
8518 set as global variables.
8519 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
8520 Handle gdbmi.
8521 (gdb-info-breakpoints-custom): Fix regexp.
8522 (def-gdb-var): Delete.
8523
8524 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
8525 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
8526 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
8527 a new mode. The file (gdb-mi.el) for this mode will be included
8528 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
8529 primary interface.
8530
8531 2004-05-23 Jesper Harder <harder@ifa.au.dk>
8532
8533 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
8534 interpreted as a directory.
8535
8536 2004-05-22 Richard M. Stallman <rms@gnu.org>
8537
8538 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
8539 as a close quote.
8540
8541 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
8542
8543 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
8544 Use assoc-string, not assoc-ignore-case.
8545
8546 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
8547
8548 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
8549 If moving back then fwd gets a defun that ends before point,
8550 try again moving fwd then back.
8551
8552 * files.el (file-name-non-special): Allow t in file-arg-indices
8553 to mean requote the return value. Use `identity' as an element
8554 rather than as the whole value.
8555
8556 * gs.el (gs-options): Add -dSAFER. Mark it risky.
8557
8558 2004-05-22 Juanma Barranquero <lektu@terra.es>
8559
8560 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
8561 `help-make-usage'.
8562 (help-highlight-arguments): Skip function name before searching
8563 for arguments.
8564
8565 2004-05-21 Juanma Barranquero <lektu@terra.es>
8566
8567 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
8568 Don't mention in the docstring these arguments meant for
8569 internal (recursive) use only.
8570 (allout-char-spec): Comment out (it's not implemented).
8571 (allout-old-expose-topic, allout-exposure): Fix docstring and add
8572 obsolescence declaration.
8573 (allout-flatten-exposed-to-buffer)
8574 (allout-indented-exposed-to-buffer): Fix typos in docstring.
8575 (my-mark-marker): Doc fix.
8576 (produce-allout-mode-map, allout-sibling-index)
8577 (allout-isearch-expose, allout-distinctive-bullet)
8578 (allout-open-topic, allout-reindent-body)
8579 (allout-rebullet-heading, allout-process-exposed)
8580 (allout-insert-listified, allout-latex-verb-quote)
8581 (allout-insert-latex-header, allout-insert-latex-trailer):
8582 Make arguments match their use in docstring.
8583 (allout-primary-bullet, allout-old-style-prefixes)
8584 (allout-inhibit-protection, allout-init, allout-mode)
8585 (allout-before-change-protect, allout-flag-region):
8586 Use "Emacs" instead of "emacs" in docstrings.
8587
8588 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
8589
8590 * international/characters.el: Modify syntax of more characters.
8591
8592 2004-05-21 Masatake YAMATO <jet@gyve.org>
8593
8594 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
8595 (etags-tags-completion-table): Show parsing progress.
8596
8597 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
8598
8599 * locate.el (locate-prompt-for-command): Shorten first line of
8600 docstring.
8601 (locate-mode): Expand docstring and include keymap summary.
8602
8603 * files.el (find-file-noselect-1): Limit the scope of the
8604 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
8605 is, by default, nil during the execution of
8606 `find-file-not-found-functions' and `find-file-hook'.
8607
8608 2004-05-20 Michael Mauger <mmaug@yahoo.com>
8609
8610 * facemenu.el (facemenu-color-name-equal): New function.
8611 (list-colors-display): Use it to compare colors instead of
8612 facemenu-color-equal.
8613
8614 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
8615
8616 * compare-w.el (compare-windows-face): Use min-colors instead of
8617 checking for tty or pc types.
8618
8619 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
8620
8621 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
8622 (completion-setup-function): Use with-current-buffer.
8623 Properly save excursion. Simplify.
8624 Don't assume there is necessarily a `mouse-face' property somewhere.
8625
8626 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
8627
8628 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
8629
8630 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
8631 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
8632 Use with-current-buffer.
8633 (byte-goto-log-buffer): Delete.
8634 (byte-compile-log-file): Call compilation-forget-errors.
8635
8636 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8637
8638 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
8639 output messages into the search result.
8640
8641 2004-05-19 Masatake YAMATO <jet@gyve.org>
8642
8643 * wid-edit.el (widget-radio-button-notify): Revert my last
8644 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
8645
8646 2004-05-19 Kenichi Handa <handa@m17n.org>
8647
8648 * international/characters.el: Fix syntax (open/close) of CJK chars.
8649
8650 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
8651
8652 * help-mode.el (help-go-back): Don't depend on position of back button.
8653
8654 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
8655
8656 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
8657 files files don't contain an accidental additional /.
8658
8659 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
8660 in source buffer.
8661
8662 2004-05-18 Masatake YAMATO <jet@gyve.org>
8663
8664 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
8665 to widget-apply. :action method assumes 2 arguments, not 3.
8666
8667 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
8668
8669 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
8670 New constants.
8671 (hs-special-modes-alist): Add an f90-mode entry.
8672
8673 2004-05-17 Sam Steingold <sds@gnu.org>
8674
8675 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
8676 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
8677
8678 2004-05-16 Kim F. Storm <storm@cua.dk>
8679
8680 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
8681
8682 2004-05-15 John Wiegley <johnw@newartisans.com>
8683
8684 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
8685 (eshell-output-object-to-target): Improve output speed 20% by not
8686 calling `eshell-stringify' if something is already known to be a string.
8687
8688 2004-05-15 Alex Ott <ott@jet.msk.su>
8689
8690 * textmodes/ispell.el (ispell-local-dictionary-alist):
8691 Add windows-1251 to the choice of coding systems.
8692 (ispell-dictionary-alist-6): Add support for "russianw.aff",
8693 encoded in cp1251.
8694
8695 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
8696
8697 * progmodes/compile.el (compilation-warning-face)
8698 (compilation-info-face): Use min-colors.
8699
8700 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8701
8702 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
8703 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
8704 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
8705 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
8706 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
8707 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
8708 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
8709 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
8710 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
8711 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
8712 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
8713 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
8714 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
8715 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
8716
8717 2004-05-15 Kim F. Storm <storm@cua.dk>
8718
8719 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
8720 Use it to set triggered-p element of timer.
8721 (timer-event-handler): Set triggered-p element non-nil while running
8722 the timer function.
8723
8724 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
8725
8726 * descr-text.el (describe-char-unicode-data)
8727 (describe-char-unicodedata-file): Re-enable the unicode code now that
8728 the licensing issues have been cleared in the unicode-4 license.
8729 (describe-text-properties-1): Remove unused `overlay' var.
8730 (describe-char): Remove unused var `buffer'.
8731
8732 2004-05-14 David Ponce <david@dponce.com>
8733
8734 * tree-widget.el: New file.
8735
8736 2004-05-13 Marcelo Toledo <marcelo@marcelotoledo.org>
8737
8738 * language/european.el ("Brazilian Portuguese"): Add support for
8739 Brazilian Portuguese.
8740
8741 2004-05-13 John Wiegley <johnw@newartisans.com>
8742
8743 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
8744 `recentf-mode' if this variable has been customized to t.
8745
8746 * eshell/esh-test.el (eshell-test): Call the function
8747 `emacs-version' rather than trying to build a custom version string.
8748
8749 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
8750
8751 * net/telnet.el (telnet-mode): Use define-derived-mode.
8752 Don't modify the global value of comint-prompt-regexp.
8753
8754 2004-05-13 John Paul Wallington <jpw@gnu.org>
8755
8756 * version.el (emacs-version): Check for `gtk' feature before
8757 `x-toolkit' feature.
8758
8759 2004-05-13 Juanma Barranquero <lektu@terra.es>
8760
8761 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
8762 arguments in the docstring, they're used only in recursive calls.
8763
8764 * help-fns.el (help-arg-highlighting-function)
8765 (help-argument-name): Delete.
8766 (help-default-arg-highlight): New function.
8767 (help-do-arg-highlighting): Use it.
8768
8769 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
8770
8771 * calendar/appt.el (appt-disp-window):
8772 Use `calendar-set-mode-line' for a centered mode-line.
8773
8774 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
8775
8776 * calendar/appt.el (appt-disp-window): Do not split window
8777 excessively when `split-height-threshold' is low.
8778
8779 2004-05-12 Nick Roberts <nickrob@gnu.org>
8780
8781 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
8782 kill-buffer-hook here and make it local.
8783 (gud-kill-buffer-hook): Use kill-process for a sure kill.
8784
8785 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
8786
8787 * progmodes/compile.el (compilation-set-window-height):
8788 Use save-excursion to protect against misplaced marker.
8789
8790 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8791
8792 * custom.el (defface): Document that type can have value gtk.
8793
8794 * faces.el (face-spec-set-match-display): Handle type gtk in display.
8795
8796 2004-05-12 Kenichi Handa <handa@m17n.org>
8797
8798 * descr-text.el: Require quail at comile time.
8799 (describe-char): If an input method is on and it supports the
8800 character, show how to input it.
8801
8802 * international/quail.el (quail-install-decode-map): Accept a
8803 char-table whose subtype is `quail-decode-map'.
8804 (quail-store-decode-map-key, quail-gen-decode-map1)
8805 (quail-gen-decode-map, quail-find-key1, quail-find-key)
8806 (quail-show-key): New functions.
8807
8808 2004-05-12 Juanma Barranquero <lektu@terra.es>
8809
8810 * generic.el (define-generic-mode): Remove redundant arglist info.
8811
8812 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
8813 Make arguments match their use in docstring.
8814 (help-arg-highlighting-function): New variable.
8815 (help-argument-name): Mention it in the docstring.
8816 (help-do-arg-highlight): Use it. Expand regexp to accept also
8817 ARG-xxx and xxx-ARG references.
8818
8819 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
8820
8821 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
8822 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
8823 and "mailto:addr1?to=addr2" equal.
8824
8825 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
8826
8827 * man.el (Man-getpage-in-background): Use shell-file-name
8828 and shell-command-switch variables instead of hard-coded values.
8829
8830 2004-05-11 Eli Zaretskii <eliz@gnu.org>
8831
8832 * iimage.el: New file.
8833
8834 2004-05-11 Juanma Barranquero <lektu@terra.es>
8835
8836 * custom.el (custom-initialize-default, defcustom):
8837 Fix typo in docstring.
8838
8839 * files.el (set-visited-file-name, file-expand-wildcards):
8840 Fix docstring.
8841
8842 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8843
8844 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
8845
8846 * subr.el (eventp): Be more discriminating with integers.
8847
8848 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
8849
8850 * progmodes/compile.el (compile): Add universal prefix arg.
8851 (compilation-error-regexp-alist-alist): Add edg patterns.
8852
8853 2004-05-10 Sam Steingold <sds@gnu.org>
8854
8855 * textmodes/ispell.el (ispell-message):
8856 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
8857
8858 2004-05-10 Dave Love <fx@gnu.org>
8859
8860 * progmodes/python.el (help-buffer): Autoload when compiling.
8861 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
8862 (run-python): Prepend to any existing PYTHONPATH.
8863
8864 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
8865
8866 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
8867 for pending breakpoints.
8868
8869 2004-05-10 Richard M. Stallman <rms@gnu.org>
8870
8871 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
8872 directly without calling any functions in Rmail.
8873 (unrmail-unprune): Function deleted.
8874
8875 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
8876
8877 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
8878 C-c C-z binding.
8879
8880 2004-05-10 Kenichi Handa <handa@m17n.org>
8881
8882 * descr-text.el (describe-char): Fix previous change. Don't make
8883 a unibyte character to multibyte in the *Help* buffer.
8884
8885 2004-05-10 Miles Bader <miles@gnu.org>
8886
8887 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
8888 buffer an error if the debugger process is actually running.
8889
8890 2004-05-10 Juanma Barranquero <lektu@terra.es>
8891
8892 * help-fns.el (help-argument-name): Default to italic.
8893 (help-highlight-arguments): Return always (usage . doc), even when
8894 usage is nil.
8895
8896 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
8897 (define-ibuffer-filter): Add usage info.
8898 (define-ibuffer-op): Add usage info (but CL-style defaults for
8899 keyword args are not shown).
8900
8901 * subr.el (remove-overlays, read-passwd): Fix docstring.
8902 (start-process-shell-command): Fix docstring. Put usage info in a
8903 format usable by `describe-function'.
8904 (open-network-stream, open-network-stream-nowait)
8905 (open-network-stream-server): Fix docstring.
8906
8907 2004-05-09 Jason Rumney <jasonr@gnu.org>
8908
8909 * international/code-pages (cp932, cp936, cp949, c950): Remove.
8910 Only define cp125* if windows-125* is already defined.
8911
8912 * language/korean.el (cp949): Add alias.
8913
8914 * language/chinese.el (cp936, cp950): Add aliases.
8915
8916 * language/japanese.el (cp932): Add alias.
8917
8918 * term/w32-win.el: Require code-pages.
8919
8920 * international/mule-cmds.el (set-locale-environment):
8921 On MS-Windows use ansi code-page for default coding-systems.
8922 Set up paper sizes for Windows 3 letter languages.
8923
8924 * international/code-pages.el (cp932, cp936, cp949, cp950):
8925 Add aliases. Also add cp125* if not already defined.
8926
8927 2004-05-09 Juanma Barranquero <lektu@terra.es>
8928
8929 * help-fns.el (help-highlight-arguments): Don't try to highlight
8930 missing or autoloaded arglists. Accept structured arguments, like
8931 the first ones of `do' and `flet'.
8932
8933 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
8934 (cvs-get-marked): Remove redundant arglist info.
8935
8936 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
8937 Don't use CL-style default args.
8938
8939 2004-05-08 Andreas Schwab <schwab@suse.de>
8940
8941 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
8942
8943 * international/subst-ksc.el: Fix references to utf-translate-cjk
8944 into utf-translate-cjk-mode.
8945 * international/subst-big5.el: Likewise.
8946 * international/subst-gb2312.el: Likewise.
8947 * international/subst-jis.el: Likewise.
8948 * international/utf-16.el: Likewise.
8949 * international/utf-8.el: Likewise.
8950
8951 2004-05-08 John Wiegley <johnw@newartisans.com>
8952
8953 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
8954 "virtual buffers" (off by default), which makes it possible to
8955 switch to the "virtual" buffers of recently visited files. When a
8956 buffer name search fails, and this option is on, iswitchb will
8957 look at the list of recently visited files, and permit matching
8958 against those names. When the user hits RET on a match, it will
8959 revisit that file.
8960 (iswitchb-read-buffer): Add two optional arguments, which makes
8961 isearchb.el possible.
8962 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
8963 (iswitchb-next-match): Add support for virtual buffers.
8964
8965 * isearchb.el: This module extends iswitchb to provide "as you
8966 type" buffer selection.
8967
8968 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
8969 Ignore the read-only property when flyspell highlighting is on.
8970 Not ignoring it leads to a series of confusing errors.
8971 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
8972 but also make sure to call flyspell-incorrect-hook.
8973 (flyspell-maybe-correct-transposition): Perform transposition test
8974 by bit twiddling a string, rather than using a temp buffer.
8975 (flyspell-maybe-correct-doubling): Use a string rather than a temp
8976 buffer. This is also the original version of the code, which
8977 could not be checked in before due to a previous lack of
8978 assignment papers. This version has seen heavy usage on my system
8979 for several years now.
8980
8981 * calendar/cal-bahai.el: New file, which adds support for the
8982 Baha'i calendar to Emacs. This calendar is based on a solar year
8983 of 19 months of 19 days, with 4 intercalary days. Each year
8984 begins on March 21, with the calendar starting in 1844.
8985
8986 * calendar/cal-menu.el, calendar/calendar.el,
8987 calendar/diary-lib.el, calendar/holidays.el: Added support for
8988 using cal-bahai.el.
8989
8990 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
8991 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
8992 function can be used outside of eshell buffers.
8993 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
8994
8995 2004-05-08 Juanma Barranquero <lektu@terra.es>
8996
8997 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
8998 word constituent so FOO-ARG is not recognized as an arg.
8999 (help-highlight-arguments): Don't skip lists in mandatory arguments.
9000
9001 * simple.el (next-error): Fix typo in docstring.
9002 (open-line): Make argument names match their use in docstring.
9003 (split-line): Fix docstring.
9004
9005 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
9006 usable by `describe-function'.
9007 (gensym, gentemp, typep, ignore-errors): Make argument names match
9008 their use in docstring.
9009
9010 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
9011 argument to `help-setup-xref'.
9012
9013 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
9014
9015 Version 2.0.40 of Tramp released.
9016
9017 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
9018 Use symbol-function to invoke functions only known on some Emacs
9019 flavors. This avoids byte-compiler warnings. Reported by Kevin
9020 Scaldeferri <kevin@scaldeferri.com>.
9021 (tramp-do-copy-or-rename-file-via-buffer): Rename from
9022 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
9023 consistent with the other tramp-do-* functions.
9024 (tramp-do-copy-or-rename-file): Calls adjusted.
9025 (tramp-process-initial-commands): Avoid liveness check on shell --
9026 we know that it must be alive since we're opening a connection at
9027 this moment.
9028 (tramp-last-cmd): New internal variable.
9029 (tramp-process-echoes): New tunable.
9030 (tramp-send-command): Set tramp-last-cmd.
9031 (tramp-wait-for-output): Delete echo, if applicable.
9032 (tramp-read-passwd): Construct the key for the password cache in a
9033 way that works for multi methods, too.
9034 (tramp-bug): Add backup-directory-alist and
9035 bkup-backup-directory-info to bug reports, with Tramp counterparts.
9036
9037 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
9038
9039 * net/tramp*.el: Suppress byte-compiler warnings where possible.
9040
9041 * net/tramp.el (tramp-out-of-band-prompt-regexp)
9042 (tramp-actions-copy-out-of-band): New defcustoms.
9043 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
9044 used instead of a synchronous one. Allows password entering.
9045 (tramp-action-out-of-band): New defun.
9046 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
9047 Remove restriction with password from doc string.
9048 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
9049 `tramp-out-of-band-prompt-regexp',
9050 `tramp-actions-copy-out-of-band', `password-cache' and
9051 `password-cache-expiry'.
9052 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
9053 password caching.
9054 (tramp-touch): FILE can be a local file, too.
9055 (TODO): Remove items done.
9056 (tramp-handle-insert-directory): Properly quote file name also if
9057 not full-directory-p. Handle wildcard case. Reported by Andreas
9058 Schwab <schwab@suse.de>.
9059 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
9060 new file.
9061 (tramp-handle-file-local-copy, tramp-handle-write-region):
9062 The permissions of the temporary file are set if filename exists.
9063 Reported by Ted Stern <stern@cray.com>.
9064 (tramp-backup-directory-alist)
9065 (tramp-bkup-backup-directory-info): New defcustoms.
9066 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
9067 (tramp-handle-find-backup-file-name): New function.
9068 Implements Tramp's find-backup-file-name.
9069
9070 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
9071 for `find-backup-file-name'.
9072
9073 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
9074 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
9075
9076 2004-05-07 Lars Hansen <larsh@math.ku.dk>
9077
9078 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
9079
9080 2004-05-07 Juanma Barranquero <lektu@terra.es>
9081
9082 * subr.el (lambda): Add arglist description to docstring.
9083 (declare): Fix typo in docstring.
9084 (open-network-stream): Fix docstring.
9085 (process-kill-without-query): Fix docstring and add obsolescence info.
9086 (last, butlast, nbutlast): Make arguments match their use in docstring.
9087 (insert-buffer-substring-no-properties): Likewise.
9088 (insert-buffer-substring-as-yank): Likewise.
9089 (split-string): Fix docstring.
9090
9091 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
9092 Make argument names match their use in docstring.
9093
9094 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
9095
9096 2004-05-06 Nick Roberts <nickrob@gnu.org>
9097
9098 * progmodes/gdb-ui.el: Improve/extend documentation strings.
9099 Fit first sentence on one line for apropos-command.
9100
9101 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9102
9103 Changes largely merged in from Dave Love's code.
9104 * progmodes/python.el: Doc fixes.
9105 (python-mode-map): Add python-complete-symbol.
9106 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
9107 (python-comment-indent, python-complete-symbol)
9108 (python-symbol-completions, python-partial-symbol)
9109 (python-try-complete): New.
9110 (python-indent-line): Remove optional arg. Use python-block-end-p.
9111 (python-check): Bind compilation-error-regexp-alist.
9112 (inferior-python-mode): Use rx. Move keybindings to top level.
9113 Set comint-input-filter.
9114 (python-preoutput-filter): Use rx.
9115 (python-input-filter): Re-introduce.
9116 (python-proc): Start new process if necessary.
9117 Check python-buffer non-nil.
9118 (view-return-to-alist): Defvar.
9119 (python-send-receive): New.
9120 (python-eldoc-function): Use it.
9121 (python-mode-running): Don't defvar.
9122 (python-mode): Set comment-indent-function.
9123 Maybe update hippie-expand-try-functions-list.
9124 (python-indentation-levels): Initialize differently.
9125 (python-block-end-p): New.
9126 (python-indent-line): Use it.
9127 (python-compilation-regexp-alist): Augment.
9128 (run-python): Import `emacs' module to Python rather than loading
9129 code directly. Set python-buffer differently.
9130 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
9131 Use python-proc.
9132 (python-send-command): Go to end of comint buffer.
9133 (python-load-file): Use python-proc, emacs.eimport.
9134 (python-describe-symbol): Simplify interactive form.
9135 Use emacs.help. Do use temp-buffer-show-hook.
9136 Call print-help-return-message.
9137 (hippie-exp): Require when compiling.
9138 (python-preoutput-continuation): Use rx.
9139
9140 * diff-mode.el (diff-make-unified): Fix regexp.
9141
9142 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
9143
9144 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
9145 filter groups from the buffer when rebuilding the Ibuffer buffer
9146 and `ibuffer-show-empty-filter-groups' is nil.
9147
9148 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9149
9150 * ps-print.el (ps-print-quote): Call ps-value-string.
9151 (ps-setup): Call ps-comment-string.
9152 (ps-value-string, ps-comment-string): New funs.
9153
9154 2004-05-06 Juanma Barranquero <lektu@terra.es>
9155
9156 * ehelp.el (electric-help-command-loop): Check whether the last
9157 character is visible, not (point-max).
9158
9159 * help-fns.el (help-argument-name): Default to bold; don't inherit
9160 from font-lock-variable-name-face.
9161 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
9162
9163 2004-05-05 Kenichi Handa <handa@m17n.org>
9164
9165 * descr-text.el (describe-char): Copy the character with text
9166 properties and overlays into the first line, and call
9167 describe-text-properties on it.
9168
9169 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
9170
9171 * iswitchb.el (iswitchb-global-map): Fix typo.
9172 Remove unwanted ###autoloads from source file.
9173
9174 2004-05-05 Lars Hansen <larsh@math.ku.dk>
9175
9176 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
9177 in run-hooks. Use substitute-command-keys in message.
9178 (wdired-abort-changes): Add message.
9179
9180 2004-05-03 Michael Mauger <mmaug@yahoo.com>
9181
9182 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
9183 (sql-emacs20-p): Remove.
9184 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
9185 (sql-builtin-face, sql-doc-face): Remove.
9186 (sql-mode-ansi-font-lock-keywords)
9187 (sql-mode-oracle-font-lock-keywords)
9188 (sql-mode-postgres-font-lock-keywords)
9189 (sql-mode-linter-font-lock-keywords)
9190 (sql-mode-ms-font-lock-keywords)
9191 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
9192 (sql-product-font-lock): Fix font-lock reset when font rules change.
9193 (sql-highlight-product): Remove incorrect font-lock reset logic.
9194
9195 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
9196
9197 * ses.el (ses-set-parameter): Fix typo.
9198
9199 2004-05-04 Kim F. Storm <storm@cua.dk>
9200
9201 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
9202 Must expand directory for completion to work; and don't mess with
9203 process-environment.
9204 (ido-read-file-name): If command has ido property, don't use ido
9205 if value is ignore, or read as directory if value is dir.
9206 Set ido ignore property for dired-do-rename command.
9207
9208 2004-05-04 Juanma Barranquero <lektu@terra.es>
9209
9210 * ehelp.el (electric-help-command-loop, electric-help-undefined)
9211 (electric-help-help): Check against unmapped commands.
9212
9213 * help-fns.el (help-argument-name): New face, inheriting from
9214 font-lock-variable-name-face, to highlight function arguments in
9215 `describe-function' and `describe-key'.
9216 (help-do-arg-highlight): Auxiliary function to highlight a given
9217 list of arguments in a string.
9218 (help-highlight-arguments): Highlight the function arguments and
9219 all uses of them in the docstring.
9220 (describe-function-1): Use it. Do docstring output via `insert',
9221 not 'princ', so text attributes are preserved.
9222
9223 * winner.el (winner-mode-map): Move `winner-undo' and
9224 `winner-redo' to C-c <left> and C-c <right>, respectively (the
9225 previous bindings conflict with `prev-buffer', `next-buffer').
9226
9227 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9228
9229 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
9230 (bibtex-entry-update): New command bound to C-c C-u.
9231 (bibtex-text-in-string): Fix regexp.
9232 (bibtex-assoc-of-regexp): Remove.
9233 (bibtex-progress-message): Fix docstring.
9234 (bibtex-inside-field): Use if.
9235 (bibtex-assoc-regexp): New function.
9236 (bibtex-format-entry): Make code more robust so that it formats
9237 also old entries.
9238 (bibtex-autokey-demangle-title): Merge with obsolete function
9239 bibtex-assoc-of-regexp.
9240 (bibtex-field-list): New function.
9241 (bibtex-entry): Use bibtex-field-list.
9242 (bibtex-parse-entry): Fix docstring.
9243 (bibtex-print-help-message): Use bibtex-field-list.
9244 (bibtex-make-field): Use bibtex-field-list.
9245 (bibtex-entry-index): Bugfix. Return crossref key if required.
9246 (bibtex-lessp): Fix docstring.
9247
9248 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
9249
9250 * select.el (xselect-convert-to-string): Move comment to intended line.
9251
9252 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9253
9254 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
9255 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
9256
9257 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9258
9259 * term/x-win.el (x-clipboard-yank): Don't exit on error from
9260 x-get-selection.
9261
9262 2004-05-03 Jason Rumney <jasonr@gnu.org>
9263
9264 * makefile.nt: Remove.
9265
9266 2004-05-03 Kim F. Storm <storm@cua.dk>
9267
9268 * emulation/cua-base.el (cua--update-indications): Fix last change.
9269 (cua-mode): Deactivate mark when cua-mode is enabled.
9270
9271 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
9272
9273 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
9274
9275 2004-05-03 Nick Roberts <nickrob@gnu.org>
9276
9277 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
9278 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
9279 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
9280 window over visible frames.
9281 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
9282
9283 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
9284
9285 * progmodes/compile.el (compilation-gcpro): New var.
9286 (compilation-fake-loc): Use it.
9287 (compilation-forget-errors): Reset it.
9288
9289 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
9290
9291 * diff-mode.el (diff-header-face, diff-file-header-face):
9292 Use min-colors.
9293
9294 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9295
9296 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
9297 (bibtex-clean-entry): Disentangle code.
9298 (bibtex-realign): New function.
9299 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
9300 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
9301 Remove undocumented optional arg called-by-convert-alien.
9302 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
9303 for sorting instead of bibtex-sort-buffer.
9304
9305 2004-05-02 Eli Zaretskii <eliz@gnu.org>
9306
9307 * progmodes/compile.el (compilation-start): In the
9308 no-async-subprocesses branch, call sit-for to give redisplay a
9309 chance to show the updated process status in the mode line, and
9310 fontify the buffer explicitly after the process exits.
9311
9312 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9313
9314 * progmodes/python.el (python-compilation-line-number): Remove.
9315 (python-compilation-regexp-alist): Don't use it any more.
9316 (python-orig-start, python-input-filter): Remove.
9317 (inferior-python-mode): Don't set up comint-input-filter-functions.
9318 (python-send-region): Use compilation-fake-loc.
9319
9320 * progmodes/compile.el (compilation-messages-start): New var.
9321 (compilation-mode): Don't setup next-error-function here.
9322 (compilation-setup): Set it up here instead (for minor modes as well).
9323 Make compilation-messages-start buffer local.
9324 (compilation-next-error-function): Use it.
9325 (compilation-forget-errors): Set compilation-messages-start.
9326
9327 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
9328
9329 * ielm.el (ielm-prompt-read-only): Update docstring.
9330
9331 * comint.el (comint-prompt-read-only): Update docstring.
9332 (comint-update-fence, comint-kill-whole-line)
9333 (comint-kill-region): New functions.
9334
9335 * simple.el (kill-whole-line): Use "p" instead of "P" in
9336 interactive form.
9337
9338 2004-05-01 Juanma Barranquero <lektu@terra.es>
9339
9340 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
9341 format arglist so default values in CL-style argument lists are
9342 correctly shown.
9343
9344 2004-05-01 Jason Rumney <jasonr@gnu.org>
9345
9346 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
9347
9348 2004-05-01 Kenichi Handa <handa@m17n.org>
9349
9350 * international/titdic-cnv.el (miscdic-convert): Don't generate a
9351 quail file if it is up to date.
9352
9353 2004-04-30 Juri Linkov <juri@jurta.org>
9354
9355 * cus-edit.el (custom-mode-map):
9356 Add key binding `C-x C-s' to `Custom-save'.
9357
9358 * outline.el (outline-blank-line): New var.
9359 (outline-next-preface, outline-show-heading)
9360 (outline-end-of-subtree): Use it.
9361
9362 * dired-aux.el (dired-touch-initial): New fun.
9363 (dired-do-chxxx): Call it for op-symbol `touch'.
9364 (dired-diff): Use `dired-dwim-target-directory'
9365 if current dired buffer has no buffer mark.
9366
9367 * bindings.el (propertized-buffer-identification):
9368 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
9369 Add C-M-arrow keys for consistency.
9370
9371 * files.el (confirm-kill-emacs):
9372 Change group from top-level `emacs' to `convenience'.
9373
9374 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
9375 Push mark on the first call of successive command calls.
9376 (insert-pair): New fun created from `insert-parentheses' with
9377 `open' and `close' arguments added. Enclose active regions
9378 in paired characters. Compare adjacent characters syntax with
9379 inserted characters syntax before inserting a space.
9380 (insert-parentheses): Call `insert-pair' with ?\( ?\).
9381
9382 * delsel.el: Don't put `delete-selection' property
9383 on `insert-parentheses' symbol to take advantage of
9384 region handling in `insert-pair' function.
9385 Suggested by Stephan Stahl <stahl@eos.franken.de>.
9386
9387 2004-04-30 Kim F. Storm <storm@cua.dk>
9388
9389 * emulation/cua-base.el: Add support for changing cursor types;
9390 based on patch from Michael Mauger.
9391 (cua-normal-cursor-color, cua-read-only-cursor-color)
9392 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
9393 Customization cursor type and/or cursor color.
9394 (cua--update-indications): Handle cursor type changes.
9395 (cua-mode): Update cursor indications if enabled.
9396
9397 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
9398
9399 * mouse.el (mouse-drag-copy-region): New defcustom.
9400 (mouse-set-region, mouse-drag-region-1): Use it.
9401
9402 * simple.el (kill-ring-save): If region face background color is
9403 unspecified (if no highlighting), show extent of fully visible
9404 region even if transient-mark-mode is enabled.
9405
9406 * emulation/cua-base.el (cua--standard-movement-commands):
9407 Add cua-scroll-up and cua-scroll-down.
9408 (cua-scroll-up, cua-scroll-down): New commands.
9409 (cua--init-keymaps): Remap scroll-up and scroll-down.
9410
9411 * emulation/cua-rect.el (cua--convert-rectangle-as):
9412 New defmacro.
9413 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
9414 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9415 New commands (suggested by Jordan Breeding).
9416
9417 2004-04-30 Juanma Barranquero <lektu@terra.es>
9418
9419 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
9420
9421 2004-04-30 Mario Lang <mlang@delysid.org>
9422
9423 * diff.el (diff-switches): Fix typo in docstring.
9424
9425 2004-04-30 Alex Schroeder <alex@gnu.org>
9426
9427 * xml.el (xml-debug-print-internal): Don't add newline and
9428 indentation to text nodes and write empty elements as empty tags
9429 instead of opening and closing tags.
9430 (xml-debug-print): Take optional indent-string argument.
9431 (xml-print): Alias for xml-debug-print.
9432
9433 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9434
9435 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
9436 than duplicate call to `line-beginning-position'.
9437
9438 * progmodes/f90.el (f90-get-present-comment-type):
9439 Return whitespace, as well as comment chars, for consistent filling
9440 of comment blocks. Use `match-string-no-properties'.
9441 (f90-break-line): Trim trailing whitespace when filling comments.
9442
9443 2004-04-30 Dave Love <fx@gnu.org>
9444
9445 * calendar/diary-lib.el (diary-outlook-formats): New variable.
9446 (diary-from-outlook-internal, diary-from-outlook)
9447 (diary-from-outlook-gnus, diary-from-outlook-rmail):
9448 New functions to import diary entries from Outlook-format
9449 appointments in mail messages.
9450
9451 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9452
9453 * progmodes/python.el (python-send-command): New fun.
9454 (python-send-region, python-load-file): Use it.
9455
9456 * progmodes/compile.el (compilation-last-buffer): Add var alias.
9457
9458 * help-fns.el (help-C-file-name): Use new subr-name.
9459 Prepend `src/' to the file name.
9460 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
9461 (describe-function-1, describe-variable): Only find a C source file
9462 name if DOC is already loaded.
9463
9464 * help-mode.el (help-function-def, help-variable-def):
9465 Use the new find-function-search-for-symbol functionality.
9466 Allow FILE to be `C-source'.
9467
9468 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
9469 (find-function-C-source): New fun.
9470 (find-function-search-for-symbol): Use it.
9471
9472 2004-03-29 Michael Mauger <mmaug@yahoo.com>
9473
9474 * progmodes/sql.el (sql-product-alist): Rename variable
9475 `sql-product-support'. Add Postgres login parameters.
9476 (sql-set-product, sql-product-feature): Update with renamed variable.
9477 (sql-connect-postgres): Add username prompt.
9478 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
9479 Make patterns less product specific.
9480 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
9481 (sql-mode-abbrev-table): Modify initialization.
9482 (sql-builtin-face): Add variable.
9483 (sql-keywords-re): Add macro.
9484 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
9485 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
9486 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
9487 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
9488 (sql-mode-linter-font-lock-keywords)
9489 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
9490 (sql-mode-sybase-font-lock-keywords)
9491 (sql-mode-informix-font-lock-keywords)
9492 (sql-mode-interbase-font-lock-keywords)
9493 (sql-mode-ingres-font-lock-keywords)
9494 (sql-mode-solid-font-lock-keywords)
9495 (sql-mode-sqlite-font-lock-keywords)
9496 (sql-mode-db2-font-lock-keywords): Default to nil.
9497 (sql-product-font-lock): Always highlight ANSI keywords.
9498 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
9499 (sql-send-string): Add function.
9500
9501 2004-04-29 Dave Love <fx@gnu.org>
9502
9503 * progmodes/cfengine.el (cfengine-beginning-of-defun)
9504 (cfengine-end-of-defun): Ensure progress through buffer.
9505
9506 * info-look.el (cfengine-mode): Accept a terminal ().
9507
9508 2004-04-29 Juri Linkov <juri@jurta.org>
9509
9510 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
9511 instead of isearch-yank-word-or-char. Add new key bindings for
9512 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
9513 (isearch-del-char): New fun.
9514 (isearch-forward, isearch-edit-string): Update docstring.
9515 (isearch-yank-char): Doc fix.
9516 (isearch-other-meta-char): Restore point after scrolling.
9517
9518 * progmodes/compile.el (compilation-context-lines): Add nil option
9519 to disable compilation output window scrolling.
9520 (compilation-set-window): Use it.
9521
9522 * outline.el (outline-next-preface, outline-show-heading):
9523 Don't leave unhidden blank line before heading.
9524 (outline-end-of-subtree): Include last newline into subtree.
9525 (hide-entry): Leave point at beginning of heading instead of end.
9526 (outline-up-heading): Push mark for the first call of successive
9527 command calls.
9528
9529 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
9530
9531 * comint.el (comint-prompt-read-only): New variable.
9532 (comint-output-filter): Implement it.
9533
9534 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
9535 (ielm-prompt-internal): New variable.
9536 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
9537 (ielm-send-input): Delete unused variable `buf'.
9538 (ielm-eval-input): Use `ielm-prompt-internal'.
9539 (inferior-emacs-lisp-mode): Use new variables
9540 `comint-prompt-read-only' and `ielm-prompt-internal'.
9541 Get rid of obsolete variable `directory-sep-char'.
9542 (ielm): Use `zerop'.
9543
9544 2004-04-29 John Paul Wallington <jpw@gnu.org>
9545
9546 * thumbs.el (toplevel): Require cl at compile time.
9547 Remove conditional definitions of `ignore-errors' and `caddar'
9548 because they occur at run time.
9549
9550 2004-04-28 Nick Roberts <nickrob@gnu.org>
9551
9552 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
9553 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
9554 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
9555 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
9556
9557 * progmodes/gud.el (gud-common-init): Throw an error if program is
9558 already running under gdb.
9559
9560 2004-04-28 John Paul Wallington <jpw@gnu.org>
9561
9562 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
9563 (thumbs-show-image-num): Move assignment of
9564 `thumbs-current-image-filename' within scope of `i'.
9565 (thumbs-emboss-image): Don't use `evenp'.
9566
9567 2004-04-28 Richard M. Stallman <rms@gnu.org>
9568
9569 * progmodes/compile.el (compilation-context-lines): Default now 0.
9570
9571 2004-04-28 Juanma Barranquero <lektu@terra.es>
9572
9573 Use `time-less-p' from calendar/time-date.el instead of defining
9574 custom versions of it.
9575
9576 * pcomplete.el (pcomplete-time-less-p): Remove.
9577
9578 * thumbs.el (time-less-p): Remove.
9579
9580 * calendar/timeclock.el (timeclock-time-less-p): Remove.
9581 (timeclock-generate-report): Use `time-less-p'.
9582
9583 * emacs-lisp/autoload.el (autoload-before-p): Remove.
9584 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
9585
9586 2004-04-28 Masatake YAMATO <jet@gyve.org>
9587
9588 * subr.el (remove-overlays): Make arguments optional.
9589
9590 * wid-edit.el (widget-specify-button): Put evaporate to the
9591 overlay for sample.
9592 (widget-specify-sample): Put evaporate to the overlay for sample.
9593 (widget-specify-doc): Put evaporate to the overlay for documentation.
9594
9595 2004-04-27 Jesper Harder <harder@ifa.au.dk>
9596
9597 * info.el (info-apropos): Make it an index node. Align node names
9598 like makeinfo.
9599
9600 2004-04-27 Eli Zaretskii <eliz@gnu.org>
9601
9602 * net/browse-url.el (browse-url-netscape-sentinel)
9603 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
9604 (browse-url-epiphany-sentinel, browse-url-mosaic):
9605 Use browse-url-*-program instead of a literal program name.
9606
9607 2004-04-27 Kevin Ryde <user42@zip.com.au>
9608
9609 * eshell/em-alias.el:
9610 * eshell/em-dirs.el:
9611 * eshell/em-hist.el:
9612 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
9613 features when M-x customize-group loads modules before the main
9614 eshell.el.
9615
9616 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
9617
9618 * subr.el (momentary-string-display): Support EXIT-CHAR that is
9619 either a character representation of an event or an event
9620 description list.
9621
9622 * type-break.el: Capitalise Emacs and Lisp.
9623 (type-break-good-break-interval, type-break-demo-boring-stats)
9624 (type-break-terse-messages, type-break-file-name): New defcustoms.
9625 (type-break-post-command-hook)
9626 (type-break-warning-countdown-string): Quote variable names in doc.
9627 (type-break-interval-start, type-break-auto-save-file-name): New vars.
9628 (type-break-mode): Document type-break-good-break-interval and the
9629 "session" file. Schedule break according to the session file.
9630 Kill session file buffer on exit. Organise for save-some-buffers
9631 to always save the session file.
9632 (type-break-mode-line-message-mode, type-break-query-mode):
9633 Uppercase arguments.
9634 (type-break-file-time, type-break-file-keystroke-count, timep)
9635 (type-break-choose-file, type-break-get-previous-time)
9636 (type-break-get-previous-count): New defuns.
9637 (type-break): Avoid break querying after a completed break in the
9638 case where the query was initiated during user invocation of the
9639 break. Optional terse messages.
9640 Use type-break-good-break-interval if type-break-good-rest-interval is
9641 nil. File the break time.
9642 (type-break-schedule): New optional args for overriding the use of
9643 the current time.
9644 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
9645 after a break.
9646 (type-break-check): File the keystroke count.
9647 (type-break-do-query): Prevent a second query when the break is
9648 interrupted. Optional terse message.
9649 (type-break-keystroke-reset): Record the start of a typing interval.
9650 (type-break-demo-boring): Optional terse messages. Display word
9651 per minute and keystroke counts according to
9652 type-break-demo-boring-stats.
9653
9654 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
9655
9656 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
9657 directories, make sure they exist under archive-tmpdir.
9658
9659 2004-04-27 Juri Linkov <juri@jurta.org>
9660
9661 * help.el (view-emacs-news): With argument, display info for the
9662 selected version by finding it among different NEWS files, and
9663 narrowing the buffer to the selected version.
9664
9665 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
9666 same-window-buffer-names.
9667 (info): New arg `buffer'. Use it. Doc fix. Read file name for
9668 non-numeric prefix argument, append the number to the buffer name
9669 for numeric prefix argument.
9670 (info-other-window): Bind same-window-regexps to nil.
9671 (Info-reference-name): Rename to Info-point-loc.
9672 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
9673 and Info-find-index-name for stringy Info-point-loc.
9674 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
9675 without middle `.', but with final `.' and optional line number
9676 for it. Set Info-point-loc for index nodes.
9677 (Info-index): Remove middle `.' from index entry regexp.
9678 Modify line number regexp.
9679 (Info-index-next): Decrement line number.
9680 (info-apropos): Remove middle `.' from index entry regexp.
9681 Add optional line number regexp at the end. Add matched value
9682 for line number to the result list and insert it to the buffer.
9683 Replace match-string by match-string-no-properties.
9684 Reorder result list.
9685 (Info-fontify-node): Hide index line numbers.
9686 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
9687 empty matches.
9688 (Info-follow-reference): Use `str' instead of
9689 Info-following-node-name-re.
9690 (Info-toc): Use full file names. Set Info-current-node to "Top".
9691 (Info-fontify-node): Compare file names without directory name.
9692 (Info-try-follow-nearest-node): Don't set Info-reference-name.
9693 Set second arg of Info-extract-menu-node-name for index nodes.
9694 (info-xref-visited): Use magenta3 instead of magenta4.
9695 (Info-mode): Add info-apropos to docstring.
9696
9697 * log-view.el (log-view-diff): Replace interactive code "r"
9698 by a list to allow to call it even if region is not active.
9699
9700 * paren.el (show-paren-highlight-openparen): New var.
9701 (show-paren-function): Turn on openparen highlighting when
9702 matching forward if show-paren-highlight-openparen is non-nil.
9703
9704 * simple.el (kill-ring-save): Use blink-matching-delay instead of
9705 the constant value 1.
9706 (completions-common-part): Expand docstring.
9707
9708 * textmodes/picture.el (picture-mode-map): Add arrow keys.
9709
9710 2004-04-27 Kim F. Storm <storm@cua.dk>
9711
9712 * image.el (insert-sliced-image): Use line-height instead of
9713 line-spacing property on newline.
9714
9715 2004-04-26 Lars Hansen <larsh@math.ku.dk>
9716
9717 * desktop.el (desktop-buffer-misc-data-function): Rename to
9718 desktop-save-buffer and change docstring.
9719 (desktop-buffer-modes-to-save): Delete.
9720 (desktop-save-buffer-p): Use desktop-save-buffer instead of
9721 desktop-buffer-modes-to-save.
9722 (desktop-save): Rename desktop-buffer-misc-data-function to
9723 desktop-save-buffer and allow non-function value.
9724 (desktop-missing-file-warning): Correct docstring.
9725
9726 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
9727 to desktop-save-buffer.
9728
9729 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
9730 desktop-save-buffer.
9731
9732 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
9733
9734 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
9735
9736 2004-04-26 Eli Zaretskii <eliz@gnu.org>
9737
9738 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
9739
9740 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
9741
9742 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
9743 (ielm): Only go to the end of the buffer when starting a new process.
9744
9745 2004-04-25 Juanma Barranquero <lektu@terra.es>
9746
9747 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
9748 mode line. Bind `inhibit-read-only' to t before modifying
9749 properties of text in the buffer.
9750 (ielm): Force point to the end of buffer, even when running ielm
9751 from inside itself.
9752
9753 2004-04-25 Jesper Harder <harder@ifa.au.dk>
9754
9755 * info.el (info-apropos): Reset Info-complete-cache.
9756
9757 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
9758
9759 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9760 Also recognize severe Irix et al. messages.
9761 (compilation-normalize-filename, compile-abbreviate-directory):
9762 Delete functions.
9763 (compilation-get-file-structure): New function inherits
9764 functionality of the two preceding ones.
9765 (compilation-internal-error-properties, compilation-fake-loc):
9766 Use it so that different paths to the same file share the same
9767 markers. Also optimize finding adjacent marker slightly.
9768
9769 2004-04-25 Kim F. Storm <storm@cua.dk>
9770
9771 * image.el (insert-sliced-image): Add line-spacing t property
9772 to newlines separating image lines.
9773
9774 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
9775
9776 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
9777
9778 * ielm.el (ielm-prompt-read-only): New user option.
9779 (ielm-prompt): Expand docstring to describe new behavior.
9780 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
9781 mention it in the docstring.
9782
9783 2004-04-24 Andreas Schwab <schwab@suse.de>
9784
9785 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
9786
9787 * diff.el (diff): Set default-directory in diff buffer.
9788
9789 2004-04-24 Eli Zaretskii <eliz@gnu.org>
9790
9791 * mail/sendmail.el (mail-bury): Don't delete the frame where the
9792 mail was being composed if the terminal cannot display more than
9793 one frame; instead, switch to previous frame.
9794
9795 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
9796 (rmail-start-mail): Support rmail-mail-new-frame even on
9797 terminals that can display only one frame at a time.
9798
9799 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
9800
9801 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
9802 (checkdoc-output-font-lock-keywords): Remove error regexp.
9803 (checkdoc-output-mode-map): Remove.
9804 (checkdoc-output-mode): Derive from compilation-mode.
9805 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
9806
9807 * dired.el (dired-mode-map): Add a menu entry for wdired.
9808
9809 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
9810 (rx-bracket, rx-check-any, rx-any): Clean up name space.
9811
9812 * wdired.el: (wdired-mode-map): Move init into declaration.
9813 Fix `return' binding.
9814 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
9815 Use force-mode-line-update.
9816 (wdired-get-filename): Use `unless'.
9817 (wdired-preprocess-files): Don't assume names have no \n and use / for
9818 dir separator.
9819 (wdired-normalize-filename): Use replace-regexp-in-string.
9820 (wdired-load-hooks): Remove.
9821 (wdired-mode-hooks): Rename to wdired-mode-hook.
9822
9823 * info-look.el: Add support for cfengine-mode.
9824 (info-lookup-setup-mode): Use dolist.
9825
9826 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
9827
9828 * wdired.el: New file.
9829
9830 2004-04-23 Juanma Barranquero <lektu@terra.es>
9831
9832 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
9833
9834 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
9835 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
9836 (pcomplete--help, pcomplete--here): Doc fixes.
9837
9838 2004-04-23 Andre Spiegel <spiegel@gnu.org>
9839
9840 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
9841 handles wrong-number-of-arguments in backend call.
9842
9843 * vc.el (vc-print-log): Likewise.
9844
9845 2004-04-20 Dave Love <fx@gnu.org>
9846
9847 * emacs-lisp/rx.el: Doc fixes.
9848 (rx-constituents): Add/extend many forms.
9849 (rx-check): Check form is a list.
9850 (bracket): Defvar.
9851 (rx-check-any, rx-any, rx-check-not): Modify.
9852 (rx-not): Simplify.
9853 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
9854 (rx-kleene): Use rx-trans-forms.
9855 (rx-quote-for-set): Delete.
9856 (rx): Allow multiple args.
9857
9858 2004-04-23 Kenichi Handa <handa@m17n.org>
9859
9860 * international/mule-util.el (char-displayable-p): Simplify by
9861 using internal-char-font.
9862
9863 2004-04-23 Juanma Barranquero <lektu@terra.es>
9864
9865 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
9866
9867 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
9868
9869 * diff-mode.el (diff-next-error): New fun.
9870 (diff-mode): Use it.
9871
9872 * simple.el (next-error): Change arg name.
9873 Add support for the documented C-u C-x ` usage.
9874
9875 * frame.el (special-display-popup-frame, next-multiframe-window)
9876 (previous-multiframe-window): Only consider frames on same display.
9877
9878 2004-04-22 Lars Hansen <larsh@math.ku.dk>
9879
9880 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
9881 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
9882
9883 2004-04-22 Kim F. Storm <storm@cua.dk>
9884
9885 * net/telnet.el (telnet): Add optional port arg.
9886
9887 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
9888
9889 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9890 Minor sanity check on the `hyperlink' slot.
9891
9892 * Makefile.in (recompile): Compile new files.
9893
9894 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
9895 Add byte-recompile-directory's optional `arg'.
9896
9897 * cvs-status.el (cvs-tree-use-charset): New var.
9898 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
9899 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
9900 (cvs-status-cvstrees): Use it.
9901
9902 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
9903 Make it a normal major mode.
9904 (checkdoc-buffer-label): Make sure the file name is meaningful.
9905 (checkdoc-output-to-error-buffer): Remove.
9906 (checkdoc-error, checkdoc-start-section): Rewrite.
9907
9908 * info.el (info-node, info-menu-5, info-xref, info-header-node)
9909 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
9910 (Info-title-4-face): Use new syntax.
9911 (info-xref-visited): Inherit from info-xref.
9912
9913 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
9914
9915 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
9916
9917 * simple.el (next-error-last-buffer, next-error-function):
9918 New variables for the next-error framework.
9919 (next-error-buffer-p): New function.
9920 (next-error-find-buffer): Generalize compilation-find-buffer.
9921 (next-error, previous-error, first-error, next-error-no-select)
9922 (previous-error-no-select): Move from compile.el.
9923
9924 * replace.el (occur-next-error, occur-1): Hook into the next-error
9925 framework.
9926
9927 * progmodes/compile.el (compilation-start):
9928 Set next-error-last-buffer so next-error knows where to jump.
9929 (compilation-setup): Set the buffer-local variable
9930 next-error-function to 'compilation-next-error-function.
9931 (compilation-buffer-p, compilation-buffer-internal-p): Use an
9932 alternate way to find if a buffer is a compilation buffer, for
9933 next-error convenience.
9934 (next-error-no-select, previous-error-no-select, next-error)
9935 (previous-error, first-error): Move to simple.el.
9936 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
9937 (compilation-last-buffer): Remove.
9938 (compilation-start, compilation-next-error, compilation-setup)
9939 (compilation-next-error-function, compilation-find-buffer):
9940 Remove compilation-last-buffer use.
9941
9942 2004-04-21 Juanma Barranquero <lektu@terra.es>
9943
9944 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
9945 (font-lock-warning-face): Fix spacing.
9946
9947 * makefile.w32-in (WINS): Add url/ directory.
9948
9949 2004-04-21 Lars Hansen <larsh@math.ku.dk>
9950
9951 * desktop.el (desktop-buffer-mode-handlers): New variable.
9952 Alist of major mode specific functions to restore a desktop buffer.
9953 (desktop-buffer-handlers): Make variable obsolete.
9954 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
9955 Catch errors signaled in handlers. Update buffer count.
9956 Evaluate desktop-buffer-point.
9957 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
9958 move to dired.el.
9959 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
9960 move to info.el.
9961 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
9962 move to mail/rmail.el.
9963 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
9964 to mh-e/mh-e.el.
9965 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
9966 On fail, print message (to message buffer) even if
9967 desktop-missing-file-warning is nil.
9968 (desktop-buffer-misc-data-function): New buffer local variable.
9969 Function returning major mode specific data.
9970 (desktop-buffer-misc-functions): Make variable obsolete.
9971 (desktop-save): Use desktop-buffer-misc-data-function.
9972 (desktop-buffer-dired-misc-data): Rename to
9973 dired-desktop-buffer-misc-data and move to dired.el.
9974 (desktop-buffer-info-misc-data): Rename to
9975 Info-desktop-buffer-misc-data and move to info.el.
9976 (desktop-read): Add message about number of buffers restored/failed.
9977
9978 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
9979 Add parameters. Pause to display error only when
9980 desktop-missing-file-warning is non-nil.
9981 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
9982 (dired-mode): Bind desktop-buffer-misc-data-function.
9983
9984 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
9985 Add Parameters.
9986 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
9987 (Info-mode): Bind desktop-buffer-misc-data-function.
9988
9989 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
9990 Add Parameters.
9991
9992 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
9993 Add Parameters.
9994
9995 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
9996
9997 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
9998 the case of letters in case-insensitive expansions when the
9999 abbrev is preceded by characters with letter syntax.
10000
10001 2004-04-21 Richard M. Stallman <rms@gnu.org>
10002
10003 * progmodes/cperl-mode.el (cperl-putback-char):
10004 Delete Emacs 18 definition.
10005
10006 * international/mule.el (ctext-post-read-conversion):
10007 Use assoc-string, not assoc-ignore-case.
10008
10009 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
10010
10011 * emacs-lisp/easymenu.el (easy-menu-add):
10012 Do call x-popup-menu, but only if it's defined.
10013
10014 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
10015
10016 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
10017 Handle multiple args: compile like progn.
10018
10019 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
10020 take all args as &rest arg.
10021
10022 * autoinsert.el (auto-insert-alist): Insert the user's name in
10023 copyright notice, rather than Free Software Foundation.
10024
10025 2004-04-21 Kenichi Handa <handa@m17n.org>
10026
10027 * descr-text.el (describe-char): Make it work on *Help* buffer.
10028
10029 2004-04-21 Kim F. Storm <storm@cua.dk>
10030
10031 * image.el (insert-image): Add optional SLICE arg.
10032 (insert-sliced-image): New defun.
10033
10034 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
10035
10036 * subr.el (read-number): Check whether `default' is nil.
10037
10038 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * progmodes/compile.el (compilation-error-properties):
10041 Split into two.
10042 (compilation-internal-error-properties): New one.
10043 (compilation-compat-error-properties): Use it. Fix the non-marker case.
10044
10045 2004-04-20 Richard M. Stallman <rms@gnu.org>
10046
10047 * window.el (split-window-save-restore-data):
10048 Don't update the data if OLD-INFO is nil.
10049
10050 * view.el (view-return-to-alist): Mark it permanent local.
10051
10052 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
10053
10054 * recentf.el (recentf-save-list): Catch and warn about errors.
10055
10056 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
10057 so "Buffers" won't be pure.
10058
10059 * help-mode.el (help-mode-finish): Set help-return-alist first
10060 thing, setting only the entry for the selected window.
10061
10062 * help-fns.el (describe-function-1): If many non-control non-meta
10063 keys run the command, don't list all of them.
10064
10065 2004-04-20 Juanma Barranquero <lektu@terra.es>
10066
10067 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
10068 arg. Copied from Andre Spiegel's patch of 2004-03-21.
10069
10070 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
10071
10072 2004-04-20 Kenichi Handa <handa@m17n.org>
10073
10074 * international/quail.el (quail-lookup-key): New optional arg
10075 NOT-RESET-INDICES.
10076 (quail-get-translations): Call quail-lookup-key with
10077 NOT-RESET-INDICES t.
10078 (quail-completion): Likewise.
10079 (quail-lookup-map-and-concat): Likewise.
10080
10081 2004-04-20 Kenichi Handa <handa@m17n.org>
10082
10083 * international/quail.el (quail-update-translation): Don't insert
10084 such an unsupported multibyte char in a unibyte buffer.
10085
10086 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
10087
10088 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
10089 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
10090 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
10091 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
10092 (gdb-frame-assembler-buffer): Improve behaviour with
10093 multiple frames.
10094 (gdb-display-buffer): Extend search to all visible frames.
10095
10096 2004-04-19 Eli Zaretskii <eliz@gnu.org>
10097
10098 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
10099 characters left after base64 decoding.
10100 (rmail-decode-region): Use -dos variety of `coding', to remove any
10101 ^M characters left after qp or base64 decoding.
10102
10103 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10104
10105 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
10106 messages.
10107
10108 2004-04-19 Stephen Eglen <stephen@gnu.org>
10109
10110 * add-log.el (add-change-log-entry): Update doc string to mention
10111 add-log-full-name and add-log-mailing-address.
10112
10113 2004-04-18 Juri Linkov <juri@jurta.org>
10114
10115 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
10116 (Info-find-node-2): Simplify error message.
10117 (Info-insert-dir): Use Info-following-node-name.
10118 (Info-goto-node): Remove *info-history* and *info-toc*.
10119 (Info-history): Create a node of the virtual history file.
10120 (Info-toc): Create a node of the virtual toc file.
10121 (Info-insert-toc): New arg `curr-file' for reference file names.
10122 (info-apropos): Remove redundant var binding for temp-file.
10123 (Info-index, Info-index-next, Info-mode): Doc fix.
10124 (Info-goto-emacs-command-node): Don't jump to *info* from
10125 non-*info* Info buffers.
10126 (Info-fontify-node): Don't show the file name of external
10127 references if `Info-hide-note-references' is `hide'. Don't hide
10128 newlines at the end of paragraphs.
10129
10130 * international/mule-diag.el (list-input-methods):
10131 Fix args to help-xref-button.
10132
10133 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
10134 to put into effect local variables from TUTORIAL files.
10135
10136 * textmodes/paragraphs.el (sentence-end) <function>: New fun
10137 with default value taken from the variable `sentence-end'.
10138 (sentence-end) <defcustom>: Set default to nil. Doc fix.
10139 Add nil const to :type.
10140 (sentence-end-without-period, sentence-end-double-space)
10141 (sentence-end-without-space): Doc fix.
10142
10143 * textmodes/paragraphs.el (forward-sentence):
10144 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
10145 (fill-delete-newlines):
10146 * progmodes/cc-cmds.el (c-beginning-of-statement):
10147 Use function `sentence-end' instead of variable `sentence-end'.
10148
10149 2004-04-18 Andreas Schwab <schwab@suse.de>
10150
10151 * progmodes/compile.el (compilation-start): Set window start to
10152 point-min if compilation-scroll-output is nil.
10153
10154 2004-04-18 John Wiegley <johnw@newartisans.com>
10155
10156 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
10157
10158 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
10159
10160 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
10161 (gdb-info-breakpoints-custom): Revert previous change.
10162 (gdb-view-assembler): Update assembler if necessary.
10163 (gdb-frame-handler): Parse correctly for gdb-current-frame.
10164 (gdb-display-source-buffer): Update properly when both source and
10165 assembler are visible.
10166
10167 2004-04-17 John Wiegley <johnw@newartisans.com>
10168
10169 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
10170 which limits the number of names shown in the minibuffer. Off by
10171 default.
10172 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
10173 up iswitchb for users with a multitude of open buffers by showing
10174 only the first and last N/2 buffers in the completion list (which
10175 is enough to aid C-s/C-r, and to know that more characters are
10176 needed to refine the completion list).
10177
10178 2004-04-17 Richard M. Stallman <rms@gnu.org>
10179
10180 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
10181 (file-truename): Expand all ~ constructs directly.
10182 (insert-directory): Delete any error msg output by the
10183 `insert-directory-program'.
10184
10185 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
10186 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
10187 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
10188 (allout-init): Use find-file-hook, not find-file-hooks.
10189 (allout-mode): Eliminate Emacs 18 support.
10190 Use write-contents-functions, not local-write-file-hooks.
10191
10192 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
10193
10194 * progmodes/compile.el (compilation-error-properties): Fix for
10195 adding messages when there are already markers for their file.
10196 (compilation-fake-loc): New function.
10197
10198 2004-04-16 Dave Love <fx@gnu.org>
10199
10200 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
10201 (python-load-file): Fix python-orig-start setting.
10202
10203 * progmodes/compile.el: Doc fixes.
10204 (compilation-error-regexp-alist-alist)
10205 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
10206 (compilation-assq): Wrap in eval-when-compile.
10207 (compilation-mode-font-lock-keywords): Don't use list*.
10208 (compilation-start): Avoid warning.
10209 (compilation-compat-error-properties)
10210 (compilation-directory-properties): Add keymap property.
10211 (compilation-parsing-end): Make it a marker for better compatibility.
10212
10213 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
10214
10215 2004-04-16 Mark A. Hershberger <mah@everybody.org>
10216
10217 * xml.el: Doc fixes.
10218 (xml-get-children): Only looks at sub-tags and ignore strings.
10219
10220 * xml.el (xml-parse-tag): Avoid overwriting node-name.
10221
10222 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10223
10224 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
10225
10226 2004-04-16 Andre Spiegel <spiegel@gnu.org>
10227
10228 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
10229
10230 * vc.el (vc-print-log): Likewise.
10231
10232 2004-04-16 Masatake YAMATO <jet@gyve.org>
10233
10234 * simple.el (completion-setup-function): Set an initial value
10235 to `element-common-end' before entering loop. Set a value
10236 to `element-common-end' at the end of loop.
10237 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
10238 (completions-common-part): Rename from completion-de-emphasis.
10239 (completions-first-difference): Rename from completion-emphasis.
10240 Suggested by RMS.
10241
10242 2004-04-16 Juanma Barranquero <lektu@terra.es>
10243
10244 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
10245 (bookmark-edit-annotation-mode): Add mode name.
10246
10247 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
10248
10249 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
10250 for nested conflict markers.
10251 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
10252
10253 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
10254
10255 * progmodes/gdb-ui.el (gdb-goto-info): New function.
10256
10257 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
10258
10259 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
10260
10261 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
10262 Give a backtrace if requested.
10263
10264 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
10265
10266 * progmodes/python.el (python-mouse-2-command, python-RET-command):
10267 Remove unused functions.
10268 (python-orig-start-line, python-orig-file): Remove.
10269 (python-orig-start): New var.
10270 (python-input-filter, python-compilation-line-number)
10271 (python-send-region, python-load-file): Use it.
10272
10273 * info.el (info): Always jump to *info*.
10274
10275 * subr.el (posn-set-point): New function.
10276
10277 * mouse.el (mouse-set-point): Use it.
10278
10279 * progmodes/compile.el (compile-goto-error): Use it.
10280 (compilation-button-map): New keymap.
10281 (compilation-error-properties): Use it.
10282 (compilation-shell-minor-mode-map): Don't bind mouse-2.
10283
10284 * smerge-mode.el (smerge-popup-context-menu): Use it.
10285
10286 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
10287 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
10288 mouse and non-mouse case.
10289
10290 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
10291 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
10292
10293 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
10294 Make it work for non-mouse events.
10295
10296 * pcvs-info.el (cvs-status-map): Update binding name.
10297
10298 2004-04-14 Mark A. Hershberger <mah@everybody.org>
10299
10300 * xml.el (xml-maybe-do-ns): New function to handle namespace
10301 parsing of both attribute and element names.
10302 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
10303 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
10304 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
10305 (xml-parse-attlist): Make it do its own namespace parsing.
10306
10307 2004-04-14 Dave Love <fx@gnu.org>
10308
10309 * progmodes/python.el (run-python): Fix use of \n.
10310 (python-load-file): Remove `try' from Python fragment.
10311 (python-describe-symbol): Fix message.
10312
10313 * comint.el: Doc fixes.
10314 (comint-last-input-start, comint-last-input-end)
10315 (comint-last-output-start): Give them values.
10316 (comint-arguments): Avoid warning.
10317 (comint-skip-prompt): Use line-end-position.
10318 (comint-backward-matching-input): Rename arg to agree with doc.
10319 (comint-extract-string): Use syntax-ppss.
10320 (comint-dynamic-simple-complete): Delete useless list construction.
10321 (comint-redirect-subvert-readonly): New.
10322 (comint-redirect-preoutput-filter): Use it.
10323
10324 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
10325 Correctly handle negative arguments when calling hook functions.
10326
10327 2004-04-14 Jesper Harder <harder@ifa.au.dk>
10328
10329 * info.el (info-apropos): Don't clobber Info-history-list.
10330
10331 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
10332
10333 * progmodes/compile.el (compilation-setup):
10334 Localize overlay-arrow-position.
10335 (compilation-sentinel): Restructure code equivalently.
10336 (compilation-next-error): Find message on same line after point if
10337 not found before point.
10338 (compile-mouse-goto-error): Restore function so that compilation
10339 buffer need not be current and use compile-goto-error.
10340 (compile-goto-error): Restore function.
10341 (next-error): Set overlay-arrow-position.
10342 (compilation-forget-errors): Don't localize already local
10343 compilation-locs and remove FIXME about refontifying.
10344
10345 2004-04-14 Kim F. Storm <storm@cua.dk>
10346
10347 * startup.el (emacs-quick-startup): New defvar (set by -Q).
10348 (command-line): New option -Q. Like -q --no-site-file, but
10349 in addition it also disables menu-bar, tool-bar, scroll-bars,
10350 tool-tips, and the blinking cursor.
10351 (command-line-1): Skip startup screen if -Q.
10352 (fancy-splash-head): Use ":align-to center" prop to center splash image.
10353
10354 * emulation/cua-base.el (cua-read-only-cursor-color)
10355 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
10356
10357 2004-04-13 Dave Love <fx@gnu.org>
10358
10359 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
10360 (syntax): Don't require.
10361 (python) <defgroup>: Add :version.
10362 (python-quote-syntax): Re-written.
10363 (inferior-python-mode): Move stuff here from run-python and add
10364 some more.
10365 (python-preoutput-continuation, python-preoutput-result)
10366 (python-dotty-syntax-table): New.
10367 (python-describe-symbol): Use them.
10368 (run-python): Move stuff to inferior-python-mode. Modify code
10369 loaded into Python.
10370 (python-send-region): Use python-proc, python-send-string.
10371 (python-send-string): Send newlines too. Callers changed.
10372 (python-load-file): Re-written.
10373 (python-eldoc-function): New.
10374 (info-look): Don't require.
10375 (python-after-info-look): New. A modified version of former
10376 top-level code for use with eval-after-load.
10377 (python-maybe-jython, python-guess-indent): Use widened buffer.
10378 (python-fill-paragraph): Re-written.
10379 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
10380 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
10381
10382 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
10383
10384 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
10385 Set compilation-error-regexp-alist earlier.
10386
10387 * progmodes/compile.el (compilation-minor-mode-map)
10388 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
10389 (compile-goto-error): Re-merge the mouse and non-mouse commands.
10390
10391 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10392
10393 * progmodes/compile.el (compile-goto-error): Select the buffer/window
10394 corresponding to the event.
10395
10396 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
10397
10398 * loadup.el: Add cygwin to system-type list, for unexec() support.
10399
10400 2004-04-12 John Paul Wallington <jpw@gnu.org>
10401
10402 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
10403 (ibuffer-restore-window-config-on-quit): New variable to replace
10404 `ibuffer-delete-window-on-quit'. Update all references.
10405 (ibuffer-prev-window-config): New variable.
10406 (ibuffer-quit): Restore previous window configuration instead of
10407 deleting window.
10408 (ibuffer): Save window configuration before showing Ibuffer buffer.
10409
10410 * help.el (describe-mode): Doc fix.
10411
10412 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
10413
10414 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
10415 not to treat nil as a function.
10416
10417 * vc-arch.el (vc-arch-root): Be a bit more careful.
10418 (vc-arch-register): Save the buffer if we modified it.
10419 (vc-arch-delete-rej-if-obsolete): Save excursion.
10420 (vc-arch-find-file-hook): Use the simpler after-save-hook.
10421 (vc-arch-responsible-p, vc-arch-init-version): New functions.
10422
10423 * net/ldap.el (ldap-search): Use list*.
10424
10425 2004-04-12 Juri Linkov <juri@jurta.org>
10426
10427 * info.el (Info-follow-reference): Allow multiline reference name.
10428
10429 2004-04-11 Dave Love <fx@gnu.org>
10430
10431 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
10432
10433 * progmodes/python.el: New file.
10434
10435 2004-04-11 Andre Spiegel <spiegel@gnu.org>
10436
10437 * vc-hooks.el (vc-arg-list): Function removed.
10438 (vc-default-workfile-unchanged-p): Use condition-case to check for
10439 backward compatibility.
10440
10441 * vc.el (vc-print-log): Use condition-case to check for backward
10442 compatibility.
10443
10444 2004-04-11 Juri Linkov <juri@jurta.org>
10445
10446 * dired.el (dired-faces): New defgroup.
10447 (dired-header, dired-mark, dired-marked, dired-flagged)
10448 (dired-warning, dired-directory, dired-symlink, dired-ignored):
10449 New faces.
10450 (dired-header-face, dired-mark-face, dired-marked-face)
10451 (dired-flagged-face, dired-warning-face, dired-directory-face)
10452 (dired-symlink-face, dired-ignored-face): New face variables.
10453 (dired-font-lock-keywords): Use them instead of font-lock faces.
10454 Split the rule for dired marks into 3 separate rules: for marks,
10455 marked file names and flagged file names.
10456
10457 * help-mode.el (help-make-xrefs): Add a final newline to the
10458 *Help* buffer.
10459
10460 2004-04-11 John Paul Wallington <jpw@gnu.org>
10461
10462 * replace.el (occur-engine): Distinguish between one and several
10463 matches in the matches per buffer heading.
10464
10465 2004-04-11 Kim F. Storm <storm@cua.dk>
10466
10467 * ido.el (ido-confirm-unique-completion): New defcustom.
10468 (ido-complete): Use it.
10469 (ido-write-file): Set it to t unconditionally.
10470
10471 2004-04-10 Miles Bader <miles@gnu.org>
10472
10473 RCS keyword removal (only non-comment changes are enumerated here):
10474
10475 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
10476 (byte-compile-insert-header): Don't use `byte-compile-version'.
10477 * forms.el (forms-version): Variable removed.
10478 (forms-mode): Don't use `forms-version'.
10479 * recentf.el (recentf-version): Variable removed.
10480 * progmodes/delphi.el (delphi-version): Variable removed.
10481 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
10482
10483 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10484
10485 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
10486
10487 2004-04-09 Jesper Harder <harder@ifa.au.dk>
10488
10489 * info.el (info-apropos): Improve menu item regexp.
10490
10491 2004-04-09 Simon Josefsson <jas@extundo.com>
10492
10493 * mail/smtpmail.el: Add comment, based on report by
10494 kdc@rcn.com (Kevin D. Clark).
10495
10496 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10497
10498 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10499 Redo one more thing that I didn't notice Daniel had undone.
10500
10501 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
10502
10503 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
10504 (gdb-goto-breakpoint, gdb-display-buffer)
10505 (gdb-display-source-buffer, gdb-view-source-function)
10506 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
10507 (gdb-source-info, gdb-frame-handler): Don't specify a window
10508 for display.
10509 (gdb-info-breakpoints-custom): Remove superfluous update of
10510 assembler buffer.
10511 (gdb-many-windows): Make settable outside gdb.
10512
10513 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
10514
10515 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
10516 Derive from fundamental-mode rather than text-mode.
10517
10518 2004-04-08 Juri Linkov <juri@jurta.org>
10519
10520 * info.el (Info-history): Doc fix.
10521 (Info-history-list): New var.
10522 (info-xref): Change magenta4 to blue, remove bold for dark and
10523 light backgrounds, change bold to underline for non-color classes.
10524 (info-xref-visited): New face.
10525 (Info-fontify-visited-nodes): New custom.
10526 (Info-hide-note-references): Add new value `hide'. Doc fix.
10527 (Info-reference-name): New var.
10528 (Info-selection-hook): New custom.
10529 (Info-edit-mode-hook): New var.
10530 (Info-find-file): New fun.
10531 (Info-find-node): Move part of code to Info-find-file.
10532 (Info-find-node-2): Add anchors to Info-history-list. Move point
10533 to the place with the reference name if name is defined.
10534 (Info-select-node): Add current node to Info-history-list.
10535 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
10536 (Info-search-whitespace-regexp): New custom.
10537 (Info-search-case-fold): New var.
10538 (Info-search): Add "case-sensitively" to the prompt.
10539 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
10540 (Info-search-case-sensitively, Info-search-next): New fun.
10541 (Info-up): Move point to the menu item of the current node.
10542 (Info-history): New fun. Add *info-history* to
10543 same-window-buffer-names.
10544 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
10545 (Info-insert-toc): New fun.
10546 (Info-build-toc): New fun.
10547 (Info-follow-reference): Add new arg `fork'. Doc fix.
10548 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
10549 with the same name prefer the reference closest to point.
10550 (Info-next-reference): Replace * by + in the *Note regexp.
10551 Add regexp for http:// and ftp://. Skip the *Note prefix.
10552 (Info-prev-reference): Replace * by + in the *Note regexp.
10553 Add regexp for http:// and ftp://. Skip the *Note prefix.
10554 (Info-follow-nearest-node): Add new arg `fork'.
10555 (Info-try-follow-nearest-node): Add new arg `fork'.
10556 Call browse-url for http:// and ftp:// references.
10557 Set Info-reference-name for index entries.
10558 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
10559 Info-search-next, Info-history, Info-toc, clone-buffer.
10560 (Info-menu-update): Replace * by + in the *Note regexp.
10561 (Info-mode): Add documentation for Info-history, Info-toc,
10562 Info-search-case-sensitively, Info-search-next, clone-buffer.
10563 (Info-fontify-menu-headers): Remove fun. Move code to
10564 Info-fontify-node.
10565 (Info-fontify-node): Add docstring. Add local vars
10566 fontify-visited-p and not-fontified-p. If not-fontified-p is t
10567 then fontify header line, titles, menu headers, http and ftp
10568 references, refill paragraphs. If not-fontified-p is t or
10569 fontify-visited-p is t then fontify cross references, menu items.
10570 Fontify menu headers. Fontify http and ftp references.
10571 Change regexp for cross references to require whitespace after *Note,
10572 add matching groups for file and node names. Remove hack for quote.
10573 Use display property for Info-hide-note-references=t. Use fifth
10574 or fourth match for help-echo. Display visited nodes in a
10575 different face. Unhide file names of external references.
10576 Unhide newlines. Display visited menu items in a different face.
10577
10578 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
10579
10580 * progmodes/compile.el: Require CL.
10581 (compilation-mode-font-lock-keywords): Re-install the "line as
10582 function" patch.
10583
10584 * help-fns.el (help-C-source-directory): New var.
10585 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
10586 (describe-function-1, describe-variable): Use them.
10587
10588 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
10589 to C source files specially.
10590
10591 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
10592
10593 * info.el (Info-hide-cookies-node): New function.
10594 (Info-select-node): Use it.
10595 (Info-display-images-node): Remove message with image file name.
10596
10597 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
10598
10599 * progmodes/compile.el (compilation-warning-face)
10600 (compilation-info-face, compilation-skip-threshold)
10601 (compilation-skip-visited, compilation-context-lines):
10602 Declare :version when added to Emacs.
10603 (compilation-error-regexp-alist-alist): Extend caml and irix.
10604 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
10605 (compilation-mode-font-lock-keywords): Temporarily undo line as
10606 function patch, which wasn't ready.
10607
10608 2004-04-07 Kenichi Handa <handa@m17n.org>
10609
10610 * international/latin1-disp.el (latin1-display-setup): Check each
10611 character is displayable or not instead of calling
10612 latin1-display-check-font.
10613
10614 2004-04-06 Kenichi Handa <handa@m17n.org>
10615
10616 * language/ethio-util.el (ethio-sera-being-called-by-w3):
10617 New variable.
10618 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
10619 instead of sera-being-called-by-w3.
10620 (ethio-fidel-to-sera-buffer): Likewise.
10621 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
10622 instead of sera-being-called-by-w3.
10623 (ethio-write-file): Likewise.
10624
10625 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10626
10627 * printing.el: Doc fix.
10628
10629 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
10630
10631 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
10632 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
10633 (gdb-setup-windows): Only use separate IO buffer if required.
10634
10635 2004-04-06 Kim F. Storm <storm@cua.dk>
10636
10637 * term.el (term-is-xemacs): Remove.
10638 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
10639 (term-window-width): New function.
10640 (term-mode, term-check-size): Use it.
10641 (term-mode): Disable overflow-newline-into-fringe in term buffer.
10642
10643 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
10644
10645 * cus-edit.el (custom-add-parent-links): Change unbound variable
10646 `symbol' to `name'.
10647
10648 2004-04-05 Jesper Harder <harder@ifa.au.dk>
10649 * info.el (info-apropos): New function.
10650 (Info-mode-menu): Add it.
10651 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
10652
10653 * help-mode.el (help-make-xrefs): Recognize aliased variable with
10654 inherited docstring.
10655
10656 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
10657
10658 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
10661
10662 * progmodes/compile.el (font-lock): Don't require any more.
10663 (compilation-error-properties, compilation-start, compilation-sentinel)
10664 (compilation-filter, next-error): Use with-current-buffer.
10665 (compilation-skip-to-next-location, compilation-skip-threshold)
10666 (compilation-skip-visited): Move to silence the byte-compiler.
10667 (compilation-setup): Simplify.
10668 (compilation-next-error): Use line-(beginning|end)-position.
10669 Make sure `pt' is non-nil before using compilation-loop.
10670 (compile-goto-error): Add optional event arg. Use it.
10671 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
10672 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
10673 Update the binding for mouse-2.
10674 (first-error): Set compilation-current-error to nil rather than bob.
10675 (compilation-parsing-end, compilation-parse-errors-function)
10676 (compilation-error-list, compilation-old-error-list):
10677 "New" compatibility variables.
10678 (compile-buffer-substring, compilation-compat-error-properties)
10679 (compilation-compat-parse-errors, compilation-forget-errors):
10680 New compatibility functions.
10681 (compilation-mode-font-lock-keywords): Use them.
10682
10683 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
10684
10685 * autorevert.el (auto-revert-handler): If point (or a window
10686 point) is at the end of the buffer, keep it there after
10687 reverting. This allows to tail a file.
10688 Mention this in the `Commentary'.
10689
10690 * format.el (format-write-file): Add optional argument CONFIRM
10691 and make it behave like the analogous argument to `write-file'.
10692
10693 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10694
10695 * progmodes/ebnf2ps.el: Doc fix.
10696 (ebnf-version): New version number (4.2).
10697 (ebnf-syntax): Customization and docstring fix.
10698 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
10699 Put autoloaded funs before first use.
10700 (ebnf-style-database): Add dtd entry.
10701 (ebnf-syntax-alist): Add dtd initialization.
10702 (ebnf-token-sequence): New fun.
10703 (ebnf-comment-table): Add new comment action character.
10704 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
10705
10706 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
10707 Type Definition for XML).
10708
10709 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
10710 * progmodes/ebnf-bnf.el (ebnf-sequence):
10711 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
10712 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
10713 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
10714 Code simplification: call ebnf-token-sequence.
10715
10716 2004-04-04 Eli Zaretskii <eliz@gnu.org>
10717
10718 * calendar/timeclock.el (timeclock-relative)
10719 (timeclock-get-project-function, timeclock-get-workday-function)
10720 (timeclock-query-out, timeclock-when-to-leave)
10721 (timeclock-when-to-leave-string, timeclock-log-data)
10722 (timeclock-generate-report, timeclock-in): Doc fixes.
10723
10724 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10725
10726 * url/: New dir. Import the URL package from its repository.
10727
10728 2004-04-03 Andreas Schwab <schwab@suse.de>
10729
10730 * diff-mode.el (diff-mode): Fix missing quote.
10731
10732 2004-04-03 Juri Linkov <juri@jurta.org>
10733
10734 * descr-text.el (describe-property-list): Add `font-lock-face'.
10735
10736 * dired.el (dired-font-lock-keywords): Fix permission regexps.
10737
10738 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10739
10740 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
10741 Use utf-16le on little endian machines and utf-16be otherwise.
10742
10743 2004-04-02 David Kastrup <dak@gnu.org>
10744
10745 * net/browse-url.el (browse-url-generic): Use call-process
10746 instead of start-process to allow browsers that fork and detach.
10747
10748 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
10749
10750 * compile.el (compilation-current-error): New var.
10751 (compilation-setup, compile-mouse-goto-error)
10752 (compile-goto-error, next-error): Use it.
10753 (compilation-skip-to-next-location): Default to t, which gives
10754 contiguous skipping like old compile (where this was redundant).
10755 (compilation-next-error): Prevent previous-* commands from moving
10756 back to message at or just before point.
10757
10758 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
10759
10760 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
10761 (gdb-source-info): Don't display source at startup, if required.
10762 (gdb-show-main): New option.
10763 (gdba): Update documentation.
10764 (gdb-source): Cover case of auto-display output.
10765
10766 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
10767
10768 * autorevert.el: Delete obsolete autoload's and defvar's.
10769 (auto-revert-check-vc-info): New user option.
10770 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
10771 (auto-revert-handler-vc): Delete.
10772 (auto-revert-handler): Treat return value `fast' of
10773 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
10774
10775 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
10776 return `fast'.
10777
10778 * files.el (buffer-stale-function): Doc change.
10779
10780 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10781
10782 * printing.el: New tip on Tips section.
10783 (pr-version): New version number (6.7.4).
10784 (pr-shell-file-name): Initialization fix.
10785
10786 2004-03-31 Juri Linkov <juri@jurta.org>
10787
10788 * dired.el: Add autoload for `dired-do-touch'.
10789 (dired-touch-program): New var.
10790 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
10791 (dired-no-confirm): Add `touch' to docstring.
10792
10793 * dired-aux.el (dired-do-touch): New fun.
10794 (dired-do-chxxx): Add argument -t for touch operation.
10795
10796 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
10797 `dired-move-to-filename-regexp'.
10798
10799 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
10800
10801 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
10802
10803 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10804
10805 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
10806 and only if the buffer was modified.
10807
10808 2004-03-30 Kenichi Handa <handa@m17n.org>
10809
10810 * international/characters.el: Delete pairs for U+2308..U+230B.
10811
10812 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
10813
10814 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
10815 to detect the beginning of a level 2 or 3 annotation.
10816
10817 2004-03-29 Kenichi Handa <handa@m17n.org>
10818
10819 * international/ucs-tables.el (ucs-insert): Fix the error message.
10820
10821 2004-03-29 Kenichi Handa <handa@m17n.org>
10822
10823 * international/mule-util.el (char-displayable-p): Fix generation
10824 of XLFD file name.
10825
10826 * Makefile.in (setwins, setwins_almost): Change directory to $wd
10827 before finding directories by `find'.
10828
10829 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10830
10831 * subr.el (interactive-form): Delete. Now implemented in C.
10832
10833 * pcvs.el (cvs-parse-process): Workaround for Darwin.
10834
10835 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
10836 (vc-diff-label): New fun.
10837 (vc-diff-internal): Use it.
10838
10839 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
10840
10841 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10842
10843 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
10844
10845 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
10846 specify XML (EBNFX).
10847
10848 * progmodes/ebnf2ps.el: Doc fix.
10849 (ebnf-version): New version number (4.1).
10850 (ebnf-syntax): Adjust customization.
10851 (ebnf-style-database): Add ebnfx entry.
10852 (ebnf-syntax-alist): Add ebnfx initialization.
10853 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
10854
10855 * printing.el: Doc fix.
10856 (pr-version): New version number (6.7.3).
10857 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
10858 returns nil for mouse position. Reported by Drew Adams
10859 <drew.adams@oracle.com>.
10860 (pr-update-menus): Modify interactive declaration. Reported by Drew
10861 Adams <drew.adams@oracle.com>.
10862
10863 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
10864
10865 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
10866 (gud-gdba-marker-filter): Log the process input and output, if
10867 required. From Stefan Monnier.
10868 (gdb-debug-log, gdb-enable-debug-log): New variables.
10869 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
10870
10871 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
10872
10873 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
10874 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
10875
10876 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
10877
10878 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
10879 Call vc-find-file-hook here instead of in auto-revert-buffers.
10880 (auto-revert-buffers): Delete call to vc-find-file-hook.
10881 (auto-revert-verbose, global-auto-revert-non-file-buffers)
10882 (global-auto-revert-mode, auto-revert-set-timer)
10883 (auto-revert-handler, auto-revert-buffers): Doc fixes.
10884
10885 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
10886
10887 * woman.el (woman-change-fonts): Rename local variable
10888 woman-font-alist to font-alist to avoid a compiler warning.
10889
10890 2004-03-27 Dave Love <fx@gnu.org>
10891
10892 * emacs-lisp/rx.el (rx): Doc fix.
10893 Fix copyright years.
10894
10895 * strokes.el (strokes-global-set-stroke-string): New function.
10896 (strokes-list-strokes): Cope with strings, not just commands.
10897 Set foreground colour of image.
10898 (strokes-global-set-stroke): Doc fix.
10899
10900 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
10901
10902 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
10903 Auto Revert mode.
10904 (Buffer-menu-files-only): New variable.
10905 (Buffer-menu-toggle-files-only): New function.
10906 (Buffer-menu-mode-map): Bind it to `T'.
10907 (Buffer-menu-mode): Mention `T' in docstring.
10908 Set buffer-stale-function.
10909 (list-buffers-noselect): Mark buffer non-modified and set
10910 Buffer-menu-files-only.
10911
10912 * dired.el (buffer-stale-function): Remove no longer needed defvar.
10913
10914 * autorevert.el (auto-revert-handler): Print revert message
10915 before, rather than after, reverting.
10916 (buffer-stale-function): Move to files.el.
10917
10918 * files.el (buffer-stale-function): Move here from autorevert.el.
10919
10920 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
10921
10922 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
10923
10924 * calc/calc.el (calc-mode-map): Use mapc.
10925
10926 * apropos.el (apropos-mode): Don't autoload.
10927 (apropos-symbols-internal): New fun. Extracted from `apropos'.
10928 (apropos): Use it.
10929 (apropos-print): Add optional `text' argument.
10930 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
10931 Don't assume point-min == 1.
10932
10933 * bs.el (bs-buffer-list): Use buffer-local-value.
10934 (bs--set-toggle-to-show): Use with-current-buffer.
10935
10936 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
10937 New funs.
10938 (list-buffers-noselect): Use them. Adjust :align-to to new style.
10939
10940 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
10941
10942 * dabbrev.el (dabbrev-expand): Fix regexp construction.
10943 (dabbrev--find-expansion): Use pop.
10944 (dabbrev--search): Use match-string-no-properties.
10945
10946 * dired.el (dired-mode): Use run-mode-hooks.
10947 (dired-move-to-end-of-filename): Use match-string.
10948
10949 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
10950 is bound before using it.
10951 (ediff-verbose-p): Make it into a var since it's not constant.
10952
10953 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
10954
10955 * faces.el (read-face-font): Don't cons up unnecessarily.
10956 (header-line, tool-bar): Share common parts.
10957
10958 * files.el (file-relative-name): Use compare-strings.
10959
10960 * finder.el (finder-mode): Follow coding convention.
10961
10962 * subr.el (read-number): New function.
10963
10964 * ses.el (ses-read-number): Move to subr.el.
10965 (ses-set-header-row): Use read-number.
10966
10967 2004-03-26 Andre Spiegel <spiegel@gnu.org>
10968
10969 * vc-hooks.el (vc-arg-list): New function, which handles both
10970 compiled and uncompiled code.
10971 (vc-default-workfile-unchanged-p): Use it.
10972
10973 * vc.el (vc-print-log): Undo prev change, use new function
10974 vc-arg-list from vc-hooks.el.
10975
10976 2004-03-26 Masatake YAMATO <jet@gyve.org>
10977
10978 * simple.el (completion-setup-function): Emphasize the
10979 first uncommon characters in the completions; and de-emphasize
10980 the common prefix substrings.
10981 (completion-emphasis): New face.
10982 (completion-de-emphasis): New face.
10983
10984 2004-03-25 Juanma Barranquero <lektu@terra.es>
10985
10986 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
10987 Comment out (it's unused and unfinished code).
10988
10989 2004-03-25 Sam Steingold <sds@gnu.org>
10990
10991 * vc.el (vc-print-log): Fix a bug in the last patch:
10992 backend-function may be a byte-compiled object, not a lambda.
10993
10994 2004-03-25 Juri Linkov <juri@jurta.org>
10995
10996 * descr-text.el (describe-property-list): Add a button
10997 for `face' property that calls `describe-face'.
10998 Suggested by luis fernandes <elf@ee.ryerson.ca>
10999
11000 * international/mule.el (keyboard-coding-system):
11001 * kmacro.el (kmacro-call-macro): Fix docstring.
11002
11003 * dired.el: Fix comments.
11004
11005 * textmodes/fill.el (fill): Fix Info link.
11006
11007 * font-lock.el (fast-lock, lazy-lock):
11008 * jit-lock.el (jit-lock): Remove links to removed Support Modes
11009 Info node.
11010
11011 * eshell/eshell.el (eshell): Fix broken info-link.
11012
11013 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
11014 * eshell/em-banner.el (eshell-banner):
11015 * eshell/em-smart.el (eshell-smart):
11016 * eshell/esh-cmd.el (eshell-cmd):
11017 Comment out broken info-links to incomplete Info manual.
11018
11019 * info-xref.el: Fix commentary.
11020
11021 2004-03-25 Kevin Ryde <user42@zip.com.au>
11022
11023 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
11024 Remove spurious node duplicate suppression, doesn't work, not wanted.
11025 (info-xref-output): Take format style args, add "sit-for 0" to let
11026 user see the results as they progress.
11027 (info-xref-check-all-custom): New function.
11028
11029 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
11030
11031 * gdb-ui.el: Moved to progmodes.
11032
11033 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11034
11035 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
11036
11037 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11038
11039 * calendar/appt.el (appt-check): Remove superfluous progn.
11040 When finished with diary buffer: if it was not being displayed
11041 before, kill it; otherwise restore its original state.
11042 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
11043
11044 * calendar/calendar.el (calendar-set-mode-line): Use total
11045 available mode-line width, rather than frame-width.
11046
11047 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
11048 after mode change so effect not lost.
11049
11050 2004-03-23 Dave Love <fx@gnu.org>
11051
11052 * dired.el (dired) <defgroup>: Add link to manual.
11053 (dired-font-lock-keywords): Add highlighting on unusual permissions.
11054 (dired-revert): Use dolist.
11055 (dired-mode-map): Add U binding.
11056 (dired-mode): Add font-lock-beginning-of-syntax-function.
11057 (dired-garbage-files-regexp): Make it a defcustom.
11058
11059 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11060
11061 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
11062 is equivalent to nil.
11063 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
11064 (vc-arch-mode-line-string): Accept `added' state.
11065 (vc-arch-state): Use inode-sigs if available.
11066 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
11067 Copy&delete existing id file if any. Fallback if uuidgen is absent.
11068 (vc-arch-tagline-re): New var.
11069 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
11070 New functions.
11071 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
11072 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
11073
11074 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
11075 (vc-file-not-found-hook): Use it.
11076
11077 * diff-mode.el (diff-default-read-only): Change default.
11078 (diff-mode-hook): Make it a defcustom. Add some options.
11079 (diff-mode-map): Bind diff-refine-hook.
11080 (diff-yank-handler): New var.
11081 (diff-yank-function): New fun.
11082 (diff-font-lock-keywords): Use them.
11083 (diff-end-of-file): Handle case where file-header looks like diff text.
11084 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
11085 (diff-file-kill): Delete a subsequent empty line, if applicable.
11086 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
11087 (diff-find-file-name): Use it.
11088 (diff-tell-file-name): New command.
11089 (diff-mode): Be careful with view-mode.
11090 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
11091 New functions, for use in diff-mode-hook.
11092 (diff-find-source-location): Catch "regex too large" errors.
11093 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
11094 (diff-refine-hunk): New command.
11095
11096 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
11097 (smerge-context-menu-map): Remove unused var.
11098 (smerge-keep-all): Preserve markers.
11099 (smerge-keep-n): New fun.
11100 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
11101 (smerge-keep-current, smerge-ediff): Use it.
11102 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
11103 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
11104 (smerge-resolve): Resolve trivial 3-part conflicts.
11105
11106 2004-03-23 Juri Linkov <juri@jurta.org>
11107
11108 * man.el (Man-width): New var.
11109 (Man-getpage-in-background): Use it.
11110 (Man-support-local-filenames): New var and fun.
11111 (Man-build-man-command): Don't add a second %s.
11112 (Man-fontify-manpage): Clean up message.
11113 (Man-mode): Set outline-regexp, outline-level,
11114 imenu-generic-expression.
11115
11116 * woman.el (woman-fill-frame): Doc fix.
11117 (woman-decode-region): Use window-width instead of frame-width.
11118
11119 * abbrevlist.el (list-one-abbrev-table):
11120 * descr-text.el (describe-char):
11121 * international/mule-diag.el (describe-current-coding-system):
11122 * international/quail.el (quail-insert-decode-map):
11123 Use window-width instead of frame-width.
11124
11125 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
11126 (jka-compr-mode-alist-additions): Add tbz.
11127 (jka-compr-write-region, jka-compr-insert-file-contents):
11128 Add message for undefined compress-program.
11129 (jka-compr-write-region): Remove redundant var bindings.
11130
11131 * dired-x.el (dired-guess-shell-alist-default): Add choices for
11132 extracting files into subdirectory. Add tbz and dz. Fix regexps.
11133 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
11134 (dired-man): Use dired-guess-shell-command.
11135 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
11136 Change default nil to t.
11137
11138 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
11139 (dired-compare-directories): Add default value for empty input.
11140
11141 * help-at-pt.el: Move suggestions for key bindings to Commentary.
11142
11143 * time.el (display-time-string-forms): Fix help-echo date format.
11144
11145 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
11146
11147 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
11148 (buffer-stale-function): New variable.
11149 (auto-revert-list-diff, auto-revert-dired-file-list)
11150 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
11151 (auto-revert-handler): Take over some functionality of deleted
11152 functions.
11153 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
11154
11155 * dired.el (dired-directory-changed-p): New fun, extracted from
11156 dired-internal-noselect.
11157 (dired-buffer-stale-p): New fun.
11158 (dired-internal-noselect): Use dired-directory-changed-p.
11159 Eliminate revert messages.
11160 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
11161
11162 2004-03-23 Kenichi Handa <handa@m17n.org>
11163
11164 * international/characters.el: Setup syntaxes for more parentheses
11165 Unicode characters.
11166
11167 * international/mule-cmds.el (select-safe-coding-system):
11168 Merge coding-system and auto-cs before comparing them.
11169
11170 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11171
11172 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
11173
11174 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11175 normal-auto-fill-function and comment-indent-function.
11176 The default values now work just as well.
11177 Don't set font-lock-beginning-of-syntax-function since we already set
11178 syntax-begin-function.
11179 (lisp-outline-level): Put ;;;###autoload at same level as (.
11180 (prin1-char): Quote special chars.
11181
11182 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
11183 than with-no-warnings.
11184
11185 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
11186 if the source location can't be found.
11187 (edebug-compute-previous-result): Use prin1-char.
11188
11189 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
11190 (debug-ignored-errors): Add an entry.
11191
11192 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
11193 (byte-compile-file): Output warning when deleting a file.
11194
11195 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
11196 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
11197
11198 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
11199 (byte-compile-inline-expand): Use backquote.
11200 (byte-optimize-pure-func): Rename from byte-optimize-concat.
11201 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
11202
11203 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
11204
11205 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
11206
11207 2004-03-22 Juri Linkov <juri@jurta.org>
11208
11209 * finder.el (finder-known-keywords): Fix data, tex, unix.
11210
11211 * play/landmark.el: Fix keywords.
11212
11213 * language/ethio-util.el (ethio-find-file): Doc fix.
11214
11215 * emacs-lisp/warnings.el: Doc fix.
11216
11217 * textmodes/ispell.el (ispell-help): Doc fix.
11218
11219 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
11220
11221 * format.el (format-insert-file): Always return a list of two
11222 elements, like insert-file-contents does.
11223
11224 2004-03-21 Andre Spiegel <spiegel@gnu.org>
11225
11226 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
11227 and vc-BACKEND-diff.
11228 (vc-print-log): If the print-log implementation supports it, use
11229 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
11230 (vc-version-diff, vc-diff-internal): Doc fixes.
11231
11232 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
11233 implementation supports it, let diff output go to *vc*,
11234 not *vc-diff*, since this is an internal call.
11235
11236 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
11237
11238 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
11239
11240 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
11241
11242 2004-03-21 Dave Love <fx@gnu.org>
11243
11244 * progmodes/cfengine.el (cfengine-mode):
11245 Set parse-sexp-ignore-comments.
11246
11247 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
11248
11249 2004-03-21 Juanma Barranquero <lektu@terra.es>
11250
11251 * allout.el (allout-mode): Fix docstring.
11252
11253 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
11254
11255 * files.el (insert-directory): Fix bug if SWITCHES is a list.
11256
11257 * autorevert.el (auto-revert-interval): Make new value take
11258 effect immediately when set through Custom.
11259 (auto-revert-set-timer): Add interactive declaration.
11260
11261 2004-03-19 David Ponce <david@dponce.com>
11262
11263 * ruler-mode.el (ruler-mode-header-line-format-old):
11264 Don't `make-variable-buffer-local'.
11265 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
11266 (ruler-mode-header-line-format): Simply funcall the above.
11267 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
11268 to save/restore a previous header line format.
11269 (ruler-mode-space): Don't depend on a numeric WIDTH value.
11270 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
11271 fringes and margins width.
11272 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
11273
11274 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
11275
11276 * log-edit.el (log-edit-font-lock-keywords): Typo.
11277
11278 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
11279 (tex-send-tex-command): Rather than here.
11280 (tex-compilation-parse-errors): Simplify.
11281
11282 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
11283
11284 * time.el (display-time-string-forms): Add help-echo with date on time.
11285
11286 * composite.el (compose-region): Use restore-buffer-modified-p.
11287
11288 * disp-table.el (standard-display-8bit): Simplify.
11289
11290 * server.el (server-process-filter): Delete temp frame.
11291
11292 * add-log.el (add-change-log-entry): Simplify.
11293
11294 2004-03-19 Kim F. Storm <storm@cua.dk>
11295
11296 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
11297 (hexl-follow-line): Don't require 'fringe.
11298
11299 * progmodes/compile.el (compilation-start): Always set
11300 compilation-last-buffer and return it.
11301
11302 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
11303
11304 * simple.el (clone-buffer): Doc fix.
11305
11306 2004-03-18 Juanma Barranquero <lektu@terra.es>
11307
11308 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
11309
11310 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
11311
11312 * log-edit.el (log-edit-font-lock-keywords): New var.
11313 (log-edit-mode): Use it.
11314
11315 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
11316
11317 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
11318 properly for watching in speedbar.
11319
11320 2004-03-17 Masatake YAMATO <jet@gyve.org>
11321
11322 * smerge-mode.el (smerge-popup-context-menu):
11323 Put `unwind-protect' around `overlay-put' and `popup-menu'.
11324
11325 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11326
11327 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
11328 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
11329 Take sealed revisions into account.
11330 (vc-arch-checkin): Extract a summary line from the message.
11331
11332 2004-03-16 Masatake YAMATO <jet@gyve.org>
11333
11334 * register.el (register): Provide `register' feature.
11335
11336 2004-03-15 Masatake YAMATO <jet@gyve.org>
11337
11338 Added context menu support in smerge mode.
11339 Most of the part is written by Stefan Monnier.
11340
11341 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
11342 New keymap and menu.
11343 (smerge-text-properties): New function.
11344 (smerge-remove-props): New function.
11345 (smerge-popup-context-menu): New function.
11346 (smerge-resolve): Call `smerge-remove-props'.
11347 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11348 (smerge-keep-current): Ditto.
11349 (smerge-kill-current): New function.
11350 (smerge-match-conflict): Put text properties.
11351 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11352
11353 2004-03-15 David Ponce <david@dponce.com>
11354
11355 * ruler-mode.el: (ruler-mode-left-fringe-cols)
11356 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
11357 (ruler-mode-right-scroll-bar-cols): Remove.
11358 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
11359 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
11360 Use fringe-columns and scroll-bar-columns.
11361
11362 2004-03-15 Masatake YAMATO <jet@gyve.org>
11363
11364 * hl-line.el (hl-line-range-function): New variable.
11365 (hl-line-move): New function.
11366 (global-hl-line-highlight): Use `hl-line-move'.
11367 (hl-line-highlight): Ditto.
11368
11369 * scroll-bar.el (scroll-bar-columns):
11370 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
11371
11372 * ruler-mode.el (top-level): Require scroll-bar and fringe.
11373 (ruler-mode-left-fringe-cols)
11374 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
11375 (ruler-mode-right-scroll-bar-cols)
11376 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
11377 (ruler-mode-ruler-function): New variable.
11378 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
11379 if the value for `ruler-mode-ruler-function'is given.
11380
11381 * hexl.el (hexl-mode-hook): Make the hook customizable.
11382 (hexl-address-area, hexl-ascii-area): New customize variables.
11383 (hexlify-buffer): Put font-lock-faces on the address area and
11384 the ascii area.
11385 (hexl-activate-ruler): New function.
11386 (hexl-follow-line): New function.
11387 (hexl-highlight-line-range): New function.
11388 (hexl-mode-ruler): New function.
11389
11390 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
11393 (vc-default-find-file-hook): New fun.
11394 (vc-find-file-hook): Call new find-file-hook operation.
11395
11396 * vc-arch.el: New file.
11397
11398 2004-03-12 Jesper Harder <harder@ifa.au.dk>
11399
11400 * info-look.el (info-lookup): Reuse an existing Info window.
11401
11402 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11403
11404 * woman.el (woman-preserve-ascii): Default value changed to t and
11405 doc string revised.
11406
11407 2004-03-12 Richard M. Stallman <rms@gnu.org>
11408
11409 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
11410 Fix minor bug.
11411
11412 * replace.el (occur-engine): Change message for count of matches.
11413
11414 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
11415 For strings, do compare text properties.
11416
11417 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
11418
11419 * progmodes/compile.el (compile-auto-highlight)
11420 (compilation-error-list, compilation-old-error-list)
11421 (compilation-parse-errors-function, compilation-parsing-end)
11422 (compilation-error-message, compilation-directory-stack)
11423 (compilation-enter-directory-regexp-alist)
11424 (compilation-leave-directory-regexp-alist)
11425 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
11426 (compilation-current-file, compilation-regexps): Remove vars.
11427
11428 (compile-error-at-point, compilation-error-filedata)
11429 (compilation-error-filedata-file-name, compile-reinitialize-errors)
11430 (compilation-next-error-locus, compilation-forget-errors)
11431 (count-regexp-groupings, compilation-parse-errors)
11432 (compile-collect-regexps, compile-buffer-substring): Remove funs.
11433
11434 (compile-internal): Make obsolete.
11435
11436 (compilation-first-column, compilation-error)
11437 (compilation-directory-matcher, compilation-page-delimiter)
11438 (compilation-mode-font-lock-keywords, compilation-debug)
11439 (compilation-error-face, compilation-warning-face)
11440 (compilation-info-face, compilation-line-face)
11441 (compilation-column-face, compilation-enter-directory-face)
11442 (compilation-leave-directory-face, compilation-skip-threshold)
11443 (compilation-skip-visited, compilation-context-lines): New vars.
11444
11445 (compilation-warning-face, compilation-info-face)
11446 (compilation-message-face): New faces.
11447
11448 (compilation-error-regexp-alist-alist): New constant.
11449
11450 (compilation-face, compilation-directory-properties)
11451 (compilation-assq, compilation-error-properties, compilation-start)
11452 (define-compilation-mode, compilation-loop)
11453 (compilation-set-window): New functions.
11454
11455 (compile): Additional argument for interactive compiles like TeX.
11456
11457 * progmodes/grep.el (kill-grep): Move here from compile.el
11458 (grep-error, grep-hit-face, grep-error-face)
11459 (grep-mode-font-lock-keywords): New variables.
11460 (grep-regexp-alist): Simplify regexp and add `binary' case.
11461 (grep-mode): New mode.
11462 (grep-process-setup): Simplify.
11463
11464 2004-03-11 Jason Rumney <jasonr@gnu.org>
11465
11466 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
11467 letters on DOS/Windows.
11468
11469 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * server.el (server-name): New var.
11472 (server-socket-dir): New var to replace server-socket-name.
11473 (server-start): Use them.
11474
11475 2004-03-11 Simon Josefsson <jas@extundo.com>
11476
11477 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
11478 died to avoid infloop. Reported by Jonathan Glauner
11479 <jglauner@sbum.org>.
11480
11481 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11482
11483 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
11484 (smerge-mode-menu): Use it to deactivate menu entries.
11485 (smerge-keep-current): New fun.
11486 (smerge-keep-current): Use it.
11487
11488 2004-03-10 John Paul Wallington <jpw@gnu.org>
11489
11490 * foldout.el (foldout-fold-list, foldout-modeline-string):
11491 Declare them as variables, not constants.
11492
11493 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11494
11495 * ps-print.el: Modification to print *Messages* buffer.
11496 (ps-print-version): New version 6.6.4.
11497 (ps-message-log-max): New fun.
11498 (ps-spool-without-faces, ps-spool-with-faces)
11499 (ps-count-lines-preprint): Code fix.
11500
11501 * printing.el: New tips in Tips section.
11502
11503 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11504
11505 * delim-col.el: Doc fix.
11506
11507 * printing.el: Doc fix. New doc section (Tips).
11508
11509 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
11510
11511 * type-break.el (type-break-emacs-variant): Remove.
11512 (type-break-run-at-time, type-break-cancel-function-timers):
11513 Use fboundp rather than version name and number.
11514
11515 2004-03-09 Masatake YAMATO <jet@gyve.org>
11516
11517 * hexl.el (hexl-mode): Use `make-local-variable' instead of
11518 `make-variable-buffer-local'.
11519
11520 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
11521
11522 * find-dired.el (find-dired): Call `shell-command' instead of
11523 `start-process-shell-command'. By this, Tramp takes over
11524 handling of remote directories.
11525
11526 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
11527
11528 * newcomment.el (comment-use-global-state): New var.
11529 (comment-search-forward): Use it.
11530
11531 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
11532
11533 * cus-edit.el (fill) <defgroup>: Move to fill.el.
11534
11535 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
11536 (enable-kinsoku): Make it a defcustom.
11537 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
11538 paragraph to same-comment-start-marker.
11539
11540 2004-03-07 Dave Love <fx@gnu.org>
11541
11542 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
11543 (browse-url-mail): Use it.
11544
11545 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
11546 (rfc2368-unhexify-string): Use replace-regexp-in-string.
11547
11548 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
11549
11550 * woman.el (woman-man.conf-path): Doc fix.
11551 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
11552
11553 2004-03-07 Eli Zaretskii <eliz@gnu.org>
11554
11555 * sort.el (sort-columns): Remove ms-dos from the list of systems
11556 where the external `sort' command is not used.
11557
11558 2004-03-07 Kim F. Storm <storm@cua.dk>
11559
11560 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
11561 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
11562 from overlay-arrow-variable-list.
11563 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
11564
11565 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
11566
11567 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
11568 overlay arrow string properly for the assembler buffer.
11569
11570 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
11571
11572 * mail/sendmail.el (mail-mode): Fix last change.
11573
11574 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
11575
11576 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
11577 for the assembler buffer.
11578 (gdb-assembler-custom): Position the overlay arrow.
11579 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
11580
11581 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
11582
11583 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
11584
11585 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
11586 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
11587
11588 * mail/sendmail.el (mail-mode): Set comment-start-skip.
11589
11590 * newcomment.el (uncomment-region): Allow non-terminated comment.
11591 (comment-normalize-vars): Check the user-specified comstart marker.
11592
11593 2004-03-04 Jesper Harder <harder@ifa.au.dk>
11594
11595 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
11596 Otherwise, do use it if the region only contains font-lock text
11597 properties.
11598
11599 2004-03-04 Masatake YAMATO <jet@gyve.org>
11600
11601 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
11602 as the callback function for eldoc.
11603 (hexl-print-current-point-info): New function.
11604 (hexl-current-address): Print the address in both decimal
11605 and hexadecimal format.
11606
11607 2004-03-04 Richard M. Stallman <rms@gnu.org>
11608
11609 * mail/rmail.el (rmail-convert-to-babyl-format):
11610 Specify t for UNIBYTE when calling mail-unquote-printable-region.
11611
11612 * mail/mail-utils.el (mail-unquote-printable-region):
11613 New arg UNIBYTE.
11614
11615 * startup.el (command-switch-alist): Doc fix.
11616
11617 * simple.el (undo): Temporarily set this-command to `undo-start',
11618 then set it to `undo' once undo-start returns without error.
11619
11620 * simple.el (minibuffer-history-sexp-flag): Doc fix.
11621
11622 * simple.el (kill-line): Don't disregard trailing whitespace
11623 in eol condition, if show-trailing-whitespace is set.
11624
11625 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
11626 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
11627 When disabling, restore old values only if mouse-sel-has-been-enabled.
11628
11629 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
11630 (isearch-{-char): New function.
11631 (isearch-mode-map): Bind { to isearch-{-char.
11632
11633 * font-lock.el (lisp-font-lock-keywords-2):
11634 Turn off the CL with-... and do-... general patterns.
11635 Instead, recognize several specific with... and do... constructs.
11636
11637 * files.el (switch-to-buffer-other-window):
11638 Bind same-window-buffer-names and same-window-regexps to nil.
11639 (switch-to-buffer-other-frame): Likewise.
11640
11641 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
11642
11643 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
11644 recognizing leading comment on code line.
11645
11646 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11647
11648 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
11649 hidden files/directories.
11650
11651 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
11652
11653 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
11654 only comment-start (in case the mode hasn't set it).
11655
11656 * Makefile.in (AUTOGENEL): New var.
11657 (bootstrap-prepare): Rename from bootstrap-clean.
11658 Don't remove elc files.
11659 (maintainer-clean): New target.
11660
11661 * xml.el (xml-get-attribute-or-nil): Simplify.
11662
11663 2004-03-02 Juri Linkov <juri@jurta.org>
11664
11665 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
11666 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
11667 URL to prevent their substitution with the environment variable
11668 values by browsers.
11669
11670 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11671
11672 * ps-print.el: Doc fix.
11673 (ps-print-version): New version number (6.6.3).
11674 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
11675 Docstring fix.
11676 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
11677 before printing.
11678 (ps-time-stamp-yyyy-mm-dd): New fun.
11679 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
11680
11681 2004-03-02 Kim F. Storm <storm@cua.dk>
11682
11683 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
11684
11685 2004-03-01 Juanma Barranquero <lektu@terra.es>
11686
11687 * allout.el (allout-rebullet-heading): Fix typo in docstring.
11688
11689 * desktop.el (desktop-file-version)
11690 (desktop-after-read-hook): Fix typos.
11691 (desktop-clear-preserve-buffers): Remove redundant info in
11692 docstring already shown by the obsolescence message.
11693 (desktop-truncate, desktop-internal-v2s)
11694 (desktop-value-to-string): Change argument name to match docstring.
11695
11696 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
11697
11698 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
11699 docstring.
11700
11701 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11702
11703 * printing.el: Replace "As Is..." in PostScript file print/preview by
11704 "No Preprocessing...". Suggested by Colin Marquardt
11705 <_marquardt_@zmd.de>.
11706 (pr-insert-section-4): Adjust buffer interface.
11707
11708 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
11709
11710 Version 2.0.39 of Tramp released.
11711
11712 * net/tramp.el (tramp-handle-file-local-copy)
11713 (tramp-handle-write-region, tramp-open-connection-rsh):
11714 Variable name typo. Small change. From Patrick Tullmann
11715 <tullmann@flux.utah.edu>.
11716 (tramp-process-connection-type): New variable.
11717 (tramp-maybe-open-connection): Use it.
11718 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
11719 (tramp-touch): Set last-modified time of a remote file.
11720 (tramp-handle-write-region): Say which function is used when encoding.
11721
11722 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
11723
11724 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
11725 case of non-existing filename, too. Reported by Christoph Bauer
11726 <c_bauer@informatik.uni-kl.de>.
11727 (tramp-smb-get-file-entries): The directory in question should
11728 have permissions "drwxrwxrwx". Just virtual, because we don't
11729 know the real permissions. Don't we know?
11730 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
11731 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
11732 (tramp-smb-wait-for-output): Optimize algorithm getting pending
11733 output. If it was received chunkwise, there have been problems.
11734 Remove the "prompt not found" error message; it is obvious.
11735 Simplify algorithm.
11736 (tramp-smb-process-running): Remove. Since we acknowledge the
11737 virtual prompt for shares, there's no need for distinction of
11738 reading shares (process ends afterwards) and interactive mode of
11739 smblient.
11740 (tramp-smb-open-connection): Setting process sentinel removed.
11741 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
11742 "NT_STATUS_NETWORK_ACCESS_DENIED".
11743 (tramp-smb-maybe-open-connection): Set `process-connection-type'
11744 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
11745 (top-level): Setting default value in `tramp-default-method-alist'
11746 corrected. Order of USER and HOST have been wrong.
11747 Nobody complained for months ...
11748 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
11749 (tramp-smb-open-connection): Clear password cache if login has failed.
11750
11751 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
11752 `tramp-unified-filenames'.
11753 (tramp-completion-mode): Make test for XEmacs explicitely.
11754 `event-to-character' can exists in Emacs packages too.
11755 Reported by Matt Swift <swift@alum.mit.edu>.
11756 (tramp-buffer-name): Buffer name must contain the user if exists.
11757 Reported by Adrian Phillips <a.phillips@met.no>.
11758 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
11759 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
11760 (tramp-do-copy-or-rename-file-out-of-band): Rename from
11761 `tramp-do-copy-or-rename-file-one-local', because it handles also
11762 the case both files use the same out-of-band method.
11763 Implementation added.
11764 (tramp-handle-file-local-copy, tramp-handle-write-region):
11765 Out-of-band handling removed. `copy-file' called instead, which
11766 calls `tramp-do-copy-or-rename-file-out-of-band'.
11767 (tramp-action-password): Check for out-of-band method removed.
11768 This function is used for 'login-program.
11769 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
11770 appropriate.
11771 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
11772 and `tramp-parse-sknownhosts'.
11773 (tramp-completion-function-alist): It's a defvar now, because we
11774 want to apply the optimized `tramp-set-completion-function'
11775 instead of a static list.
11776 (tramp-set-completion-function): Implementation tuned.
11777 Avoid double entries, and entries where the function or the
11778 file/directory doesn't exist.
11779 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
11780 for SSH2.
11781 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
11782 (tramp-handle-dired-compress-file): New function.
11783 (tramp-async-proc): New variable.
11784 (tramp-handle-shell-command): Adding asynchronous processes.
11785 They are far from being perfect, but it works at least for
11786 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
11787 (top-level): Require password.el if visible. Should be mandatory
11788 once No Gnus has found its way into (X)Emacs.
11789 (tramp-read-passwd): Invoke `password-read' if available,
11790 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
11791 fallback any longer.
11792 (tramp-clear-passwd): New function.
11793 (tramp-process-actions, tramp-process-multi-actions):
11794 Clear password cache if login has failed.
11795
11796 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
11797 its own module.
11798 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
11799 `ange-ftp-ftp-name-res'. There could be incorrect values from
11800 previous calls in case the "ftp" method is used in the Tramp file
11801 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
11802
11803 2004-02-28 Richard M. Stallman <rms@gnu.org>
11804
11805 * term.el (term-mouse-paste): Call mouse-set-point.
11806
11807 * thumbs.el: New file.
11808
11809 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11810
11811 * progmodes/ebnf-abn.el: Doc fix.
11812
11813 * progmodes/ebnf-bnf.el: Doc fix.
11814 (ebnf-repeat): Code fix.
11815
11816 * progmodes/ebnf2ps.el: Doc fix.
11817 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
11818
11819 2004-02-28 Juri Linkov <juri@jurta.org>
11820
11821 * ffap.el (dired-at-point): Additional writability test for
11822 relative directory names.
11823 (dired-at-point-prompter): Treat directories as a directory, get
11824 the directory component from files.
11825 (ffap-string-at-point): Return string from region if region is active.
11826 (ffap-file-at-point): Remove redundant code.
11827
11828 2004-02-28 Kim F. Storm <storm@cua.dk>
11829
11830 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
11831 Initialize margin area images to nil.
11832 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
11833 (breakpoint-enabled-bitmap-face)
11834 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
11835 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
11836 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
11837 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
11838 (gdb-reset): Use gdb-remove-breakpoint-icons.
11839 (gdb-put-string): Add dprop arg to specify alternative display
11840 property (for setting fringe bitmap).
11841 (gdb-remove-strings): Doc fix.
11842 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
11843 icon in fringe (if available), or else as icon or text in display
11844 margin. Creates necessary icons in breakpoint-bitmap,
11845 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
11846 Also make left window margin if required.
11847 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
11848 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
11849 no longer needed.
11850 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
11851 gdb-put-breakpoint-icon.
11852 (gdb-assembler-mode): Don't set left-margin-width here.
11853
11854 2004-02-27 Kevin Ryde <user42@zip.com.au>
11855
11856 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
11857 comma, so that it DTRT in macros.
11858
11859 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
11860
11861 * progmodes/sh-script.el (sh-shell-arg)
11862 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
11863 (sh-leading-keywords, sh-other-keywords): Fix custom type.
11864
11865 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
11866
11867 * faces.el (face-spec-set-match-display): Add a new attribute,
11868 `min-colors'.
11869 (region, highlight, secondary-selection): Use `min-colors'.
11870
11871 * custom.el (defface): Add documentation for `min-colors'.
11872
11873 * font-lock.el (font-lock-comment-face, font-lock-string-face)
11874 (font-lock-keyword-face, font-lock-function-name-face)
11875 (font-lock-variable-name-face, font-lock-constant-face):
11876 Use `min-colors'.
11877
11878 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
11879
11880 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11881
11882 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
11883 define assq-delete-all if it's not defined.
11884 (ebnf-generate-region): Code fix.
11885
11886 * printing.el: Doc fix.
11887 (pr-version): New version number (6.7.2).
11888 (pr-command): Return empty string if command is an empty string.
11889
11890 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11891
11892 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
11893
11894 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
11895 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
11896 semi-down-full. Fix a bug on productions like test = {"test"}* | (
11897 "tt" ["test"] ). Reported by Markus Dreyer
11898 <mdreyer@ix.urz.uni-heidelberg.de>.
11899 (ebnf-version): New version number (4.0).
11900 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
11901 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
11902 (ebnf-delete-style): New commands.
11903 (ebnf-directory, ebnf-file): New funs.
11904 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
11905 (ebnf-production-name-p, ebnf-stop-on-error): New options.
11906 (ebnf-syntax-alist): New var.
11907 (ebnf-element-width): New fun replacing ebnf-list-width.
11908 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
11909 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
11910 (ebnf-prologue): Adjust vars.
11911 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
11912 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
11913 (ebnf-check-style-values, ebnf-generate-production)
11914 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
11915 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
11916 (ebnf-token-repeat): Code fix.
11917
11918 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
11919 %right, %left and %prec. Suggested by Matthew K. Junker
11920 <junker@alum.mit.edu>.
11921 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
11922
11923 * progmodes/ebnf-iso.el: Doc fix.
11924 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
11925 (ebnf-iso-lex): Code fix.
11926
11927 * progmodes/ebnf-bnf.el: Doc fix.
11928 (ebnf-bnf-lex): Code fix.
11929
11930 * progmodes/ebnf-otz.el: Doc fix.
11931
11932 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
11933
11934 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
11935 (abbrev-prefix-mark): Doc fix.
11936
11937 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
11938
11939 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
11940 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
11941 (gdb-var-delete): Make interactive (really).
11942 (gdb-edit-value): Make non-interactive.
11943
11944 * progmodes/gud.el (gud-speedbar-menu-items):
11945 Add gdb-var-delete and, indirectly, gdb-edit-value.
11946 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
11947 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
11948 (gud-gdb-marker-filter): Add comment for annotations.
11949
11950 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
11951
11952 * calendar/calendar.el (generate-calendar)
11953 (calendar-read-date): Prevent display of BC calendars once more -
11954 reverts 2003-10-01 change.
11955 (generate-calendar-month): Doc fix.
11956
11957 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
11958
11959 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
11960 return value of increment-calendar-month.
11961
11962 2004-02-21 Stephen Compall <s11@member.fsf.org>
11963
11964 * saveplace.el (save-place-forget-unreadable-files)
11965 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
11966 (save-place-forget-unreadable-files): New function.
11967 (save-place-alist-to-file): Use it to filter out files that are
11968 no longer readable.
11969
11970 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
11971 current Texinfo environment, using the same method as in
11972 `texinfo-insert-@end', and insert a space rather than a newline if
11973 point in a @table environment.
11974
11975 2004-02-21 Juri Linkov <juri@jurta.org>
11976
11977 * ffap.el (ffap-file-at-point): Try parent directories.
11978
11979 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
11980
11981 * vcursor.el (vcursor-modifiers): New defcustom.
11982 (vcursor-cs-binding): Use vcursor-modifiers instead of a
11983 hard-coded list.
11984
11985 2004-02-21 Masatake YAMATO <jet@gyve.org>
11986
11987 * play/animate.el (animate-birthday-present): Accept names other
11988 than `Sarah', too.
11989
11990 2004-02-21 Juri Linkov <juri@jurta.org>
11991
11992 * startup.el: Remove table of command line arguments from the
11993 Commentary section.
11994
11995 2004-02-20 John Wiegley <johnw@newartisans.com>
11996
11997 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
11998 again" modifier from 'e' to 'E', since 'e' is also used by the
11999 "file extension" modifier.
12000
12001 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
12002
12003 * help-fns.el (describe-categories): Doc fix.
12004
12005 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12006
12007 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
12008 temporary file for buffer already visiting one. This change makes
12009 output likely to be directly usable by patch program.
12010 Suggested by Adrian Aichner <adrian@xemacs.org>
12011
12012 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
12013
12014 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
12015 case of variables defined in compound statements.
12016 (gdb-setup-windows, gdb-source-info, gdb-source-info):
12017 Simplify constructions using switch-to-buffer.
12018
12019 2004-02-19 Simon Josefsson <jas@extundo.com>
12020
12021 * play/morse.el: Fix typo.
12022 (morse-code): Add @.
12023
12024 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
12025
12026 * calendar/appt.el (appt-display-format): Change default to
12027 'ignore, for backwards compatibility.
12028 (appt-display-message): If appt-display-format is 'ignore,
12029 respect old vars appt-msg-window and appt-visible.
12030 (appt-activate): Don't depend on return value of cancel-timer.
12031
12032 * calendar/calendar.el (calendar-holidays): Doc fix.
12033
12034 * calendar/cal-coptic.el (coptic-prompt-for-date):
12035 Use assoc-string instead of assoc-ignore-case.
12036 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
12037 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
12038 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
12039 * calendar/cal-islam.el (calendar-goto-islamic-date)
12040 (mark-islamic-diary-entries): Ditto.
12041 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
12042 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
12043 (calendar-read-mayan-tzolkin-date): Ditto.
12044 * calendar/calendar.el (calendar-read-date): Ditto.
12045 * calendar/diary-lib.el (mark-diary-entries): Ditto.
12046
12047 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
12048
12049 * progmodes/executable.el (executable-command-find-posix-p):
12050 Fix choice of the directory.
12051
12052 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
12053
12054 * simple.el (interprogram-cut-function)
12055 (interprogram-paste-function, kill-new, kill-append):
12056 Doc fixes.
12057 (kill-region): Make it return nil. Doc fix.
12058 (yank-pop): Make its argument optional.
12059 (yank): Make ARG `-' equivalent to `-1'.
12060
12061 2004-02-17 Eli Zaretskii <eliz@gnu.org>
12062
12063 * mail/rmail.el (rmail-get-new-mail): Don't reference
12064 rmail-use-spam-filter if rmail-spam-filter is not loaded.
12065
12066 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
12067
12068 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
12069 if one of global-auto-revert-non-file-buffers or autorevert-mode
12070 is non-nil.
12071
12072 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12073
12074 * subr.el (delete-dups): A better implementation from Karl Heuer
12075 <kwzh@gnu.org>.
12076
12077 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12078
12079 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
12080 correct place.
12081 * progmodes/icon.el (icon-indent-command): Ditto.
12082 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
12083
12084 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12085
12086 * progmodes/grep.el (grep-compute-defaults): Undo change from
12087 2004-01-29: don't use executable-command-find-posix-p.
12088
12089 2004-02-16 Richard Sharman <rsharman@pobox.com>
12090
12091 * hilit-chg.el: Use require instead of eval-and-compile.
12092 (highlight-compare-buffers): New function.
12093
12094 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
12095
12096 * man.el (Man-fontify-manpage): Render section headings in
12097 `Man-overstrike-face' even when overstrike was not used by man
12098 formatter for section headings.
12099
12100 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
12101
12102 * rmail-spam-filter.el: (vm-use-spam-filter)
12103 (rsf-min-region-length-added-to-spam-list): New variables.
12104 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
12105 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
12106 spam testing. Don't delete spam message if automatic deletion
12107 after output via variable rmail-delete-after-output is turned on.
12108 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
12109 rsf-bbdb-dont-create-entries-for-spam.
12110 (check-field): New function, extracted from code in
12111 rmail-spam-filter to ease addition of header fields like content-type.
12112 (message-content-type): New variable to check the content-type:
12113 field added, also in defcustom of rsf-definitions-alist.
12114 (rmail-spam-filter): Replace repeated test code for header fields
12115 by calls to check-field; change the call to
12116 rmail-output-to-rmail-file such that rmail-current-message stays
12117 the same to avoid wrong deletion of unseen flags.
12118 (rsf-add-contents-type): New function to convert old format
12119 of rmail-spam-definitions-alist into new one.
12120 Change prefixes of all variables and functions from
12121 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
12122
12123 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12124
12125 * loadhist.el (unload-hook-features-list): New defvar.
12126
12127 2004-02-16 Dave Love <fx@gnu.org>
12128
12129 * loadhist.el (unload-feature): Doc fix. Rename flist to
12130 unload-hook-features-list.
12131
12132 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
12133
12134 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
12135 cookie. Don't check if we are looking-at open-formula.
12136
12137 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
12138
12139 * subr.el (match-string-no-properties): Use substring-no-properties.
12140
12141 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12142
12143 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
12144 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
12145 Use lower-case "rx" in all error message.
12146
12147 2004-02-16 Dave Love <fx@gnu.org>
12148
12149 * emacs-lisp/rx.el (rx-or): Put group around result.
12150 (rx-constituents): Add backref.
12151 (rx-syntax): Add string-delimiter, comment-delimiter.
12152 (rx-categories): Add combining-diacritic.
12153 (rx-check-not, rx-greedy, rx): Doc fix.
12154 (rx-backref, rx-check-backref): New.
12155
12156 2004-02-16 Jesper Harder <harder@ifa.au.dk>
12157
12158 * newcomment.el (uncomment-region): Allow eob as comment end.
12159
12160 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12161
12162 * filecache.el: All message and error commands now use prefix
12163 "Filecache:" to make it easy to read *Messages* buffer.
12164
12165 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
12166
12167 * autorevert.el: Add support to detect changed dired and VC buffers.
12168 (auto-revert-active-p, auto-revert-list-diff)
12169 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
12170 (auto-revert-handler, auto-revert-active-p): New functions.
12171 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
12172 and `auto-revert-active-p'.
12173 (eval-when-compile): Defvar dired-directory and vc-mode.
12174 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
12175 (auto-revert-handler-vc): New functions.
12176
12177 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
12178
12179 * progmodes/compile.el (compilation-directory): New defvar.
12180 (compile): Save current directory in compilation-directory.
12181 (recompile): Bind default-directory to compilation-directory if
12182 that is non-nil.
12183
12184 2004-02-16 Dave Love <fx@gnu.org>
12185
12186 * newcomment.el (comment-insert-comment-function)
12187 (comment-region-function, uncomment-region-function): New.
12188 (comment-indent): Use comment-insert-comment-function.
12189 (uncomment-region): Use uncomment-region-function.
12190 (comment-region): Use comment-region-function.
12191
12192 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
12193
12194 2004-02-16 Richard Stallman <rms@gnu.org>
12195
12196 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
12197 loaddefs* and ldefs-boot*.
12198
12199 2004-02-16 Eli Zaretskii <eliz@gnu.org>
12200
12201 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
12202 and email address at the beginning and end of the address.
12203
12204 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
12205 anchored at the beginning of the email address.
12206
12207 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
12208
12209 * international/ccl.el (ccl-compile-write): Pass `left' to
12210 ccl-embed-code to generate correct code of write-expr-register.
12211
12212 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
12213
12214 * progmodes/grep.el (grep-compute-defaults): Fix typos.
12215
12216 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12217
12218 * x-dnd.el: Mention support for Motif in commentary.
12219 (x-dnd-handle-drag-n-drop-event): Ditto.
12220
12221 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
12222
12223 * ses.el: Use "ses--" prefixes for buffer-local variables.
12224 Use (point-min) instead of 1, even when we know the buffer
12225 is unnarrowed.
12226 (ses-build-load-map): Delete. Distribute its content to defconst's for
12227 the three maps.
12228 (ses-menu, ses-header-line-menu): New menus.
12229 (ses-mode-map): Use them.
12230 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
12231
12232 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
12233
12234 * Makefile.in: Fix the CC Mode recompile kludge so it works
12235 when building in a different directory.
12236
12237 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
12238
12239 * simple.el (kill-new): Put yank-handler property on the entire string.
12240
12241 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12242
12243 * diff.el: Don't use compile any more, use diff-mode instead.
12244 (diff-regexp-alist, diff-old-file, diff-new-file)
12245 (diff-parse-differences, diff-process-setup): Remove.
12246 (diff-sentinel): New fun.
12247 (diff): Use it. Run the process ourselves.
12248 Use diff-mode for the rest of the processing.
12249
12250 * diff.el (diff): Simplify code handling `switch'.
12251
12252 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12253
12254 * pcvs-defs.el (cvs-menu): Add `tag'.
12255
12256 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
12257
12258 * simple.el (kill-append): Doc fix.
12259
12260 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12261 Adapt outline-regexp to the new conventions for commenting out code.
12262
12263 2004-02-11 John Paul Wallington <jpw@gnu.org>
12264
12265 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
12266
12267 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
12268
12269 * diff.el (diff-switches): New fun.
12270 (diff, diff-backup): Use it.
12271 (diff): Clean up the args construction. Use backquote.
12272 Use listp instead of consp to avoid putting a nil arg.
12273 (diff): Add a revert-buffer function.
12274
12275 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12276
12277 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
12278 handled by x-dnd-handle-file-name.
12279 (x-dnd-known-types): Add COMPOUND_TEXT.
12280 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
12281 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
12282 x-dnd-empty-state.
12283 (x-dnd-forget-drop): Ditto.
12284 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
12285 (x-dnd-handle-one-url): Return private when inserting text.
12286 (x-dnd-insert-ctext): New function.
12287 (x-dnd-handle-file-name): New function for FILE_NAME.
12288 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
12289 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
12290 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
12291
12292 2004-02-10 Kenichi Handa <handa@m17n.org>
12293
12294 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
12295 instead of while loop.
12296
12297 2004-02-10 Miles Bader <miles@gnu.org>
12298
12299 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
12300
12301 2004-02-09 Kenichi Handa <handa@m17n.org>
12302
12303 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
12304 have end-of-line.
12305
12306 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
12307
12308 * Makefile.in: Added extra dependencies in the recompile target
12309 needed to cope with the compile time macro expansions in CC Mode.
12310
12311 2004-02-09 Kim F. Storm <storm@cua.dk>
12312
12313 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
12314 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
12315 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
12316 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
12317 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
12318 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
12319 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
12320 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
12321 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
12322 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
12323 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
12324
12325 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12326
12327 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
12328 Don't allow shrink if there's a window on our right.
12329
12330 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
12331 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
12332 Bring together declaration and initialization.
12333 (prolog-mode-variables): Don't set the syntax table.
12334 Don't set paragraph-start and comment-indent-function.
12335 Add /*..*/ to the comment regexps.
12336 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
12337 (prolog-mode-map): Don't bind TAB.
12338 (prolog-mode): Set the syntax table.
12339 (prolog-comment-indent): Remove.
12340 (inferior-prolog-mode-map): Initialize in the declaration.
12341 (inferior-prolog-mode-syntax-table)
12342 (inferior-prolog-mode-abbrev-table): New vars.
12343 (inferior-prolog-mode): Derive from comint-mode.
12344 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
12345 minibuffer windows.
12346
12347 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
12348 in file names, as long as it is unabmiguous.
12349
12350 2004-02-08 Andreas Schwab <schwab@suse.de>
12351
12352 * textmodes/reftex-toc.el
12353 (reftex-toc-load-all-files-for-promotion): Remove useless use of
12354 format. Doc fix.
12355
12356 * textmodes/refer.el (refer-find-entry-internal): Remove extra
12357 format string arguments.
12358
12359 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
12360 string argument.
12361
12362 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
12363
12364 * play/zone.el (zone-call): Fix format string.
12365
12366 * net/webjump.el (webjump-builtin): Add missing format string argument.
12367
12368 * midnight.el (midnight-delay-set): Remove extra format string argument.
12369
12370 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
12371
12372 * hexl.el (hexl-insert-char): Add missing format string argument.
12373
12374 * format.el (format-decode): Fix format string.
12375
12376 * emulation/vi.el (vi-mode): Remove extra format string argument.
12377 (vi-repeat-last-search): Likewise.
12378 (vi-reverse-last-search): Likewise.
12379 (vi-goto-mark): Likewise.
12380 (vi-reverse-last-find-char): Likewise.
12381 (vi-repeat-last-find-char): Likewise.
12382 (vi-locate-def): Likewise.
12383
12384 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
12385
12386 * ediff-util.el (ediff-toggle-read-only): Remove extra format
12387 string argument.
12388 (ediff-toggle-regexp-match): Likewise.
12389
12390 * dired-aux.el (dired-do-query-replace-regexp): Add missing
12391 format string argument.
12392
12393 * calc/calc-map.el (calc-get-operator): Remove extra format
12394 string argument.
12395
12396 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
12397
12398 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
12399 string argument.
12400
12401 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
12402
12403 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
12404
12405 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
12406
12407 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
12408 (cl-struct-setf-expander): Likewise.
12409
12410 * vc.el (with-vc-file): Fix unsafe uses of error.
12411 (vc-cancel-version): Likewise.
12412
12413 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
12414
12415 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
12416 thousands separator; fixes <class>:<line-number> regexp for
12417 non-english locales.
12418
12419 2004-02-08 Andreas Schwab <schwab@suse.de>
12420
12421 * view.el (view-mode-enable): Revert previous change.
12422
12423 2004-02-07 Kim F. Storm <storm@cua.dk>
12424
12425 * simple.el (line-number-at-pos): Rename from line-at-pos.
12426 Uses changed (what-line and vc-annotate-warp-version).
12427
12428 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12429
12430 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
12431 (diff-mode): Remove aborted attempt at support for compile.el.
12432 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
12433
12434 2004-02-06 Andreas Schwab <schwab@suse.de>
12435
12436 * view.el (view-mode-enable): Add view-mode-map to
12437 minor-mode-overriding-map-alist.
12438
12439 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12440
12441 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
12442
12443 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
12444
12445 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
12446 with point inside rather than after the paragraph.
12447
12448 2004-02-04 Sam Steingold <sds@gnu.org>
12449
12450 * mail/smtpmail.el (smtpmail-try-auth-methods):
12451 Do not try authentication when no mechanism is available.
12452 Pass port-name as defaultport to `netrc-machine'.
12453
12454 2004-02-04 Stephen Eglen <stephen@gnu.org>
12455
12456 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
12457 to show how minibuffer height can be constrained.
12458
12459 2004-02-04 John Paul Wallington <jpw@gnu.org>
12460
12461 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
12462
12463 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12464
12465 * x-dnd.el: New file for drag and drop.
12466
12467 * term/x-win.el: require x-dnd, set after-make-frame-functions
12468 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
12469 drag-n-drop event.
12470
12471 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
12472 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
12473 (dired-dnd-handle-file): New functions for drag and drop support.
12474 (dired-mode): Initialize drag and drop if x-dnd present.
12475
12476 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12477
12478 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
12479 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
12480 (cperl-mode): Set fill-paragraph-function.
12481 (cperl-fill-paragraph): Make it non-interactive.
12482
12483 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
12484
12485 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
12486
12487 2004-02-02 David Kastrup <dak@gnu.org>
12488
12489 * replace.el (perform-replace): Allow 'literal argument in
12490 regexp-flag to indicate literal replacement.
12491 (query-replace-regexp-eval): Use it.
12492
12493 2004-02-01 Andreas Schwab <schwab@suse.de>
12494
12495 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
12496
12497 2004-02-01 Stephen Eglen <stephen@gnu.org>
12498
12499 * info-look.el: Add support for maxima-mode. Update commentary
12500 because info-lookup-symbol is now bound to C-h S.
12501
12502 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
12503
12504 * simple.el (edit-and-eval-command): Bind print-level and
12505 minibuffer-history-sexp-flag around call to read-from-minibuffer.
12506 Correct initial position in command-history.
12507
12508 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
12509
12510 * files.el (read-directory-name): Adapt the docstring to recent
12511 change in Fread_file_name.
12512
12513 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
12514
12515 * ses.el (ses-print-cell): If print format too wide for column
12516 width, truncate decimal places if that helps to avoid "#####" fill.
12517 * ses.el (ses-initial-column-width): Revert previous change.
12518
12519 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
12520
12521 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
12522 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
12523 Add edebug info.
12524 (jit-lock-mode): Setup/cancel the new timer.
12525 (jit-lock-context-fontify): New fun. Extracted from
12526 context fontification code of jit-lock-stealth-fontify.
12527 (jit-lock-stealth-fontify): Don't do context fontification any more.
12528
12529 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
12530 (jit-lock-fontify-now): Handle the `quit' case.
12531 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
12532
12533 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
12534
12535 * progmodes/executable.el (executable-command-find-posix-p):
12536 New. Check if find handles arguments Posix-style.
12537
12538 * progmodes/grep.el (grep-compute-defaults):
12539 Use executable-command-find-posix-p.
12540 (grep-find): Check `grep-find-command'.
12541
12542 * filecache.el (file-cache-find-posix-p): Delete.
12543 (file-cache-add-directory-using-find):
12544 Use `executable-command-find-posix-p'.
12545
12546 2004-01-29 Dave Love <fx@gnu.org>
12547
12548 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
12549 Iterate the hook function if arg is given.
12550 (mark-defun, narrow-to-defun): Change order of finding the limits.
12551
12552 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
12553 (byte-compile-format-warn): New.
12554 (byte-compile-callargs-warn): Use it.
12555 (Format, message, error): Add byte-compile-format-like property.
12556 (byte-compile-maybe-guarded): New.
12557 (byte-compile-if, byte-compile-cond): Use it.
12558 (byte-compile-lambda): Compile interactive forms,
12559 just to make warnings about them.
12560
12561 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
12562
12563 * ses.el (ses-initial-column-width): Increase to 14, so it will
12564 work well with the default printer of "%.7g" for extreme values
12565 like "-1.234567e+07".
12566
12567 2004-01-29 Kenichi Handa <handa@m17n.org>
12568
12569 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
12570
12571 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
12572
12573 * dos-w32.el: Added support for the `default-printer-name' function.
12574
12575 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12576
12577 * server.el (server-socket-name): Don't use the hostname in the
12578 socket name since /tmp is local to the host anyway.
12579
12580 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
12581 robust check of widening and fix var-naming.
12582
12583 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
12584
12585 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
12586 or rmail-spam- to rsf- in all function and variable names.
12587 (rsf-min-region-to-spam-list): New variable.
12588 (rsf-bbdb-auto-delete-spam-entries): Rename from
12589 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
12590 scanned together with the recipients field for spam testing; Don't
12591 delete spam message if rmail-delete-after-output is non-nil;
12592 (rsf-check-field): New function, extracted from code in
12593 rmail-spam-filter to ease addition of header fields like
12594 content-type:;
12595 (message-content-type): New variable. The content-type: field was
12596 added also in defcustom of rsf-definitions-alist;
12597 (rmail-spam-filter): Replace repeated test code for header fields
12598 by calls to check-field; change the call to
12599 rmail-output-to-rmail-file such that rmail-current-message stays
12600 the same to avoid wrong deletion of unseen flags.
12601 (rmail-use-spam-filter): Add autoload cookie.
12602
12603 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
12604
12605 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
12606 (file-cache-add-directory-using-find): Add Cygwin support.
12607 (file-cache-find-command-posix-flag): New user variable.
12608
12609 * filecache.el (file-cache-add-directory): Check for
12610 directories an remove them from dir-files.
12611
12612 2004-01-27 Richard M. Stallman <rms@gnu.org>
12613
12614 * man.el (Man-fontify-manpage): Clean up message.
12615
12616 2004-01-27 Kenichi Handa <handa@m17n.org>
12617
12618 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
12619 (sentence-end): Define using sentence-end-without-space.
12620
12621 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
12622 a sentence ends with one of a character in sentence-end-without-space.
12623
12624 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
12625
12626 * font-lock.el (font-lock): Add jit-lock as explicit group member.
12627 (jit-lock): Group declaration moved to jit-lock.el.
12628 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
12629 when necessary.
12630
12631 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
12632 (jit-lock-context-unfontify-pos): Rename from
12633 jit-lock-first-unfontify-pos.
12634 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
12635
12636 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
12637
12638 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
12639 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
12640 (fortran-fill): When filling a string, adjust re-search-backward
12641 argument for special case of string just on fill-column.
12642 When filling non-string, allow one extra char if
12643 fortran-break-before-delimiters is non-nil.
12644 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
12645 Use fortran-break-delimiters-re and fortran-no-break-re to
12646 correctly handle cases such as "**".
12647
12648 * progmodes/f90.el (f90-break-delimiters): Doc fix.
12649 (f90-no-break-re): Add some extra tokens. Doc fix.
12650
12651 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
12652
12653 * mail/rmail-spam-filter.el:
12654 Use two semicolons as Commentary line prefix.
12655 Add ";;; Code:" stylized comment.
12656 Delete end-of-line whitespace.
12657 Wrap (require 'cl) with `eval-when-compile'.
12658
12659 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
12660
12661 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
12662 at the top level of vc.el.
12663
12664 2004-01-23 Andre Spiegel <spiegel@gnu.org>
12665
12666 * vc.el (vc-current-line): Function removed. This is now done by
12667 the new function line-at-pos in simple.el.
12668 (vc-annotate-warp-version): Use line-at-pos instead of
12669 vc-current-line.
12670
12671 2004-01-22 Kim F. Storm <storm@cua.dk>
12672
12673 * simple.el (line-at-pos): New defun.
12674 (what-line): Use it. Optimize by only counting lines in narrowed
12675 region once.
12676
12677 2004-01-22 Kenichi Handa <handa@m17n.org>
12678
12679 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
12680 point (register r1) only for charset mule-unicode-0100-24ff.
12681
12682 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
12683
12684 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
12685 trailing white space and ensure a final newline.
12686
12687 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
12688 Add autoload cookie.
12689
12690 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
12691
12692 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
12693 activate view-mode explicitly.
12694
12695 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12696
12697 * term/x-win.el: Call menu-bar-enable-clipboard and make Paste
12698 use clipboard first.
12699
12700 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
12701
12702 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
12703 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
12704 (vc-mcvs-cvs): Remove.
12705 (vc-mcvs-command): Remove use of assert.
12706
12707 * outline.el (outline-insert-heading): Tighten up match.
12708 (outline-demote, outline-move-subtree-down): Don't assume anything
12709 about outline-regexp.
12710
12711 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
12712 (texinfo-show-structure): Explicitly add ^, and simplify.
12713
12714 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
12715
12716 * calendar/appt.el (appt-check): Restore usage of
12717 appt-issue-message deleted in previous change.
12718 (top-level): Activate package when loaded (needed for backwards
12719 compatibility).
12720
12721 2004-01-20 Jesper Harder <harder@ifa.au.dk>
12722
12723 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
12724 following previous change to smtpmail-send-data.
12725
12726 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
12727
12728 * vc.el (vc-default-previous-version): Doc enhancement.
12729 (vc-default-next-version): New function.
12730 (vc-print-log): New arg FOCUS-REV.
12731 (vc-annotate-mode): Derive from view-mode.
12732 (vc-annotate): New args REVISION, DISPLAY-MODE.
12733 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
12734 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
12735 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
12736 (vc-annotate-show-diff-revision-at-line, vc-current-line)
12737 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
12738
12739 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
12740
12741 2004-01-19 Karl Berry <karl@gnu.org>
12742
12743 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
12744 or "TexInfo".
12745
12746 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
12747
12748 * subr.el (delete-dups): New function.
12749
12750 2004-01-19 Karl Berry <karl@gnu.org>
12751
12752 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
12753 with ^, since that's what texinfo-show-structure
12754 documentation says (plus it works much better in texinfo.txi).
12755
12756 2004-01-18 Jesper Harder <harder@ifa.au.dk>
12757
12758 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
12759
12760 2004-01-18 David Ponce <david@dponce.com> (tiny change)
12761
12762 * progmodes/which-func.el (which-function-mode): Don't cancel
12763 which-func-update-timer if not set.
12764
12765 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
12766
12767 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
12768 Remove spurious left square bracket in XX:XXam regexp.
12769
12770 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
12771
12772 * progmodes/cc-defs.el: Do not require cl at run time.
12773
12774 2004-01-16 Richard M. Stallman <rms@gnu.org>
12775
12776 * emacs-lisp/cl.el (cl-cannot-unload): New function.
12777 (cl-unload-hook): Defvar this to run cl-cannot-unload.
12778
12779 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
12780 Call rmail-spam-filter. Delete and expunge spam.
12781 Print number of spam messages deleted.
12782 Save and restore the deletion status of old messages when reading
12783 new mail with spam filter, so that expunging spam does not expunge
12784 msgs deleted by the user.
12785 (rmail-only-expunge): Add an optional argument dont-show to
12786 prevent showing message after expunge.
12787
12788 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
12789
12790 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
12791 * subr.el (declare): New macro.
12792
12793 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
12794
12795 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
12796
12797 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
12798
12799 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
12800 Test window-system rather than system-type (for X11/Mac).
12801
12802 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
12803
12804 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
12805
12806 2004-01-12 Richard M. Stallman <rms@gnu.org>
12807
12808 * mail/rmail.el (rmail-convert-to-babyl-format):
12809 Use mail-unquote-printable-region.
12810 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
12811 (rmail-hex-char-to-integer): Functions deleted.
12812
12813 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
12814 (mail-unquote-printable-region): New arg NOERROR.
12815 For invalid encoding, either signal an error to just return nil.
12816
12817 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12818
12819 * calendar/appt.el: Update copyright and commentary.
12820 (appt-issue-message): Make obsolete.
12821 (appt-visible, appt-msg-window): Make obsolete, in favour of
12822 appt-display-format.
12823 (appt-display-mode-line, appt-display-duration)
12824 (appt-display-diary, appt-time-msg-list, appt-mode-string)
12825 (appt-prev-comp-time, appt-display-count, appt-timer)
12826 (appt-convert-time): Doc change.
12827 (appt-disp-window-function, appt-delete-window-function):
12828 Use defcustom rather than defvar.
12829 (appt-display-format): New variable.
12830 (appt-display-message): New function with display code from appt-check.
12831 (appt-check): Add optional FORCE argument. Doc change.
12832 Add appt-make-list to diary-hook if displaying diary.
12833 Remove checking of view-diary-entries-initially.
12834 Message display section removed to new function appt-display-message.
12835 (appt-display-window): Doc change. Remove unused internal var
12836 this-buffer. Do not beep, since appt-display-message does that.
12837 (appt-make-list): Doc change. Use caar.
12838 (appt-sort-list): Simplify by using builtin sort function.
12839 (appt-update-list): New function for updating appts when diary is
12840 saved.
12841 (appt-activate): New autoloaded function to toggle package
12842 functionality.
12843
12844 * calendar/cal-x.el: (calendar-one-frame-setup)
12845 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
12846
12847 * calendar/calendar.el: Update copyright.
12848 (view-diary-entries-initially, european-calendar-style): Doc change.
12849 (calendar-setup): Make defcustom rather than defvar.
12850 (mark-visible-calendar-date): Initialize temp-face and faceinfo
12851 in let binding so local to function.
12852
12853 * calendar/diary-lib.el: Update copyright.
12854 (diary, diary-entry-time): Doc change.
12855 (list-diary-entries): Doc change. Trivial logic change.
12856 (fancy-diary-display): Restore make-face command mistakenly
12857 deleted 2003-05-08.
12858 (show-all-diary-entries): Allow to pop-up frame if needed.
12859
12860 2004-01-09 John Paul Wallington <jpw@gnu.org>
12861
12862 * bindings.el (mode-line-change-eol): Add EVENT parameter.
12863 Temporarily select EVENT's window for changing eol type.
12864
12865 2004-01-09 Deepak Goel <deego@gnufans.org>
12866
12867 * calendar/diary-lib.el (diary-entry-time):
12868 Also accept time in the form XX[.XX][am/pm/AM/PM].
12869 (fancy-diary-font-lock-keywords): Likewise.
12870 (diary-font-lock-keywords): Likewise.
12871 * calendar/appt.el (appt-add): Likewise.
12872 (appt-make-list): Likewise.
12873 (appt-convert-time): Likewise.
12874
12875 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
12876
12877 * gdb-ui.el (gdb-ann3): Revert previous change.
12878 (gdb-source-info): Allow for case of where compilation directory
12879 is not recorded.
12880
12881 2004-01-08 John Paul Wallington <jpw@gnu.org>
12882
12883 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
12884
12885 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
12886
12887 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
12888
12889 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
12890 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
12891 problems.
12892 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
12893
12894 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
12895
12896 * files.el (write-file-functions, write-contents-functions):
12897 Clarify docstrings.
12898
12899 2004-01-07 Kenichi Handa <handa@m17n.org>
12900
12901 * international/mule.el (set-auto-coding): Fix for the case that
12902 end-of-line is only CR.
12903
12904 2004-01-07 Kim F. Storm <storm@cua.dk>
12905
12906 * subr.el (event-start, event-end): Doc fix.
12907 (posn-string, posn-image): New defuns.
12908 (posn-object): Return either image or string object.
12909 (posn-object-x-y): Return 8th element of position.
12910 (posn-object-width-height): New defun.
12911
12912 2004-01-06 Andreas Schwab <schwab@suse.de>
12913
12914 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
12915 output.
12916
12917 2004-01-05 Karl Berry <karl@gnu.org>
12918
12919 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
12920 / and *, too.
12921
12922 2003-12-31 Simon Josefsson <jas@extundo.com>
12923
12924 * files.el (before-save-hook): Add.
12925 (basic-save-buffer): Use before-save-hook.
12926
12927 * emacs-lisp/copyright.el: Fix comment to recommend
12928 before-save-hook instead of write-file-functions.
12929
12930 2004-01-05 Richard M. Stallman <rms@gnu.org>
12931
12932 * finder.el (finder-commentary): Call delete-other-windows.
12933
12934 * net/ange-ftp.el (ange-ftp-file-attributes):
12935 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
12936
12937 2004-01-04 Karl Berry <karl@gnu.org>
12938
12939 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
12940 comment characters % and # in the copyright year notice,
12941 as well as ;.
12942
12943 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
12944
12945 * wid-edit.el (default): Define dummy :value-delete.
12946 Reported by Jesper Harder <harder@ifa.au.dk>.
12947
12948 2004-01-03 Richard M. Stallman <rms@gnu.org>
12949
12950 * progmodes/compile.el (compile-internal): Use point, not point-min,
12951 for set-window-point.
12952
12953 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
12954
12955 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
12956
12957 * progmodes/grep.el (grep-mode-map):
12958 Don't remap next-line, previous-line.
12959
12960 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
12961
12962 * speedbar.el (speedbar-edit-line): Change regexp to position
12963 the cursor on the first character of this line's button.
12964
12965 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
12966
12967 * subr.el (functionp): Doc fix.
12968
12969 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
12970
12971 * progmodes/idlwave.el (idlwave-make-tags):
12972 * textmodes/flyspell.el (flyspell-large-region):.
12973 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
12974 * emulation/viper-util.el (viper-glob-unix-files):
12975 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
12976 * man.el (Man-init-defvars):
12977 * jka-compr.el (jka-compr-call-process):
12978 * files.el (get-free-disk-space,insert-directory):
12979 * ediff-ptch.el (ediff-test-patch-utility):
12980 * ediff-diff.el (ediff-test-utility):
12981 * dired-aux.el (dired-check-process):
12982 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
12983 test the return value of call-process, because it can be a string.
12984
12985 2003-12-31 John Paul Wallington <jpw@gnu.org>
12986
12987 * bindings.el (completion-ignored-extensions): Add .pfsl.
12988
12989 2003-12-31 Kim F. Storm <storm@cua.dk>
12990
12991 * ido.el (ido-nonreadable-directory-p): New defun to check for
12992 nonreadable directory without activating tramp (to avoid problems
12993 with checking incomplete tramp paths).
12994 (ido-set-current-directory, ido-file-internal)
12995 (ido-file-name-all-completions1): Use it.
12996
12997 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
12998
12999 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
13000 documentation if the anchor (or node) name is preceded by `info
13001 anchor' or `Info anchor' in addition to earlier `info node' and
13002 `Info node'.
13003 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
13004
13005 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13006
13007 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
13008 error in arguments to base64-decode-region. Remove ^M characters
13009 after decoding base64.
13010
13011 2003-12-30 Simon Josefsson <jas@extundo.com>
13012
13013 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
13014 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
13015 have only been distributed with Emacs for some years.
13016 (texinfo-mode-hook): Customize.
13017
13018 2003-12-30 Eli Zaretskii <eliz@gnu.org>
13019
13020 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
13021 cleaner (suggested by Richard Stallman).
13022
13023 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
13024 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
13025 file-name clashes on 8+3 DOS filesystems.
13026
13027 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
13028 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
13029 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
13030 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
13031 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
13032 file-name clashes on 8+3 filesystems.
13033
13034 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
13035 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
13036 file-name clashes on 8+3 DOS filesystems.
13037
13038 2003-12-29 Richard M. Stallman <rms@gnu.org>
13039
13040 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
13041 Upcase the character.
13042
13043 * textmodes/flyspell.el (mail-mode-flyspell-verify):
13044 Search for header separator alone on a line, literally,
13045 and search for it backward, not forward.
13046 (flyspell-abbrev-table): Always use global-abbrev-table
13047 if there is no local one.
13048
13049 * progmodes/sh-script.el (sh-get-indent-info):
13050 Don't move point back if at bob.
13051
13052 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
13053
13054 * play/handwrite.el (handwrite): Make the handwrite credit message
13055 a comment rather than an output command.
13056
13057 * obsolete/sc.el: Display message that this file is obsolete.
13058
13059 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
13060
13061 * mail/rfc822.el (rfc822-address-start): Declare variable.
13062 Renamed from address-start. All uses changed.
13063
13064 * term.el (term-exec): Set up sentinel.
13065 (term-sentinel): New function.
13066 (term-handle-exit): New function.
13067
13068 * subr.el (assoc-ignore-case, assoc-ignore-representation):
13069 Use assoc-string, and mark them obsolete.
13070 (delay-mode-hooks): Mark as permanent local.
13071
13072 * simple.el (sendmail-user-agent-compose): Use assoc-string.
13073
13074 * register.el (copy-rectangle-to-register): Doc fix.
13075
13076 * info.el (Info-insert-dir): Use assoc-string.
13077
13078 * info-look.el (info-lookup): Use assoc-string.
13079
13080 * frame.el (pop-up-frame-function): Use quote, not `function'.
13081 (frame-notice-user-settings): Calculate ADJUSTED-TOP
13082 copying with lists as coordinate values.
13083
13084 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
13085
13086 * find-dired.el (kill-find): New command.
13087 (find-dired): Make buffer read-only.
13088 Set up a keymap with C-c C-k running kill-find.
13089 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
13090
13091 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
13092
13093 * filecache.el (file-cache-ignore-case): New variable.
13094 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
13095
13096 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
13097 (comint-dynamic-complete-as-filename): Rename local vars.
13098 (comint-dynamic-list-filename-completions): Likewise.
13099
13100 * comint.el (comint-dynamic-list-completions-config): New var.
13101 (comint-dynamic-list-completions): Handle both SPC and TAB right.
13102
13103 * comint.el (comint-file-name-chars): Add [].
13104 (comint-word): Use skip-chars-backward, not search.
13105
13106 * shell.el (shell-file-name-chars): Add [].
13107
13108 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
13109
13110 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
13111
13112 * generic.el (define-generic-mode): Doc fix.
13113
13114 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13115
13116 * files.el (kill-some-buffers): Doc fix.
13117
13118 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
13119
13120 * comint.el (comint-watch-for-password-prompt): Pass `string' as
13121 arg to send-invisible
13122 (send-invisible): Doc fix. The argument is now a prompt, not the
13123 string to send.
13124 (comint-read-noecho): Doc fix.
13125
13126 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
13127
13128 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
13129 "@", as required by some ISP hosting service. Fix defcustom
13130 argument syntax errors that prevented use of customization.
13131
13132 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13133
13134 * xml.el (xml-get-attribute-or-nil): Doc fix.
13135
13136 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
13137
13138 * net/zone-mode.el (zone-mode): Use write-file-functions, not
13139 write-file-hooks.
13140
13141 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
13142
13143 * autorevert.el (auto-revert-interval): Doc fix.
13144
13145 2003-12-29 Mark A. Hershberger <mah@everybody.org>
13146
13147 * xml.el (xml-get-attribute-or-nil): New function, like
13148 xml-get-attribute, but returns nil if the attribute was not found.
13149 (xml-get-attribute): Convert to defsubst, uses
13150 xml-get-attribute-or-nil.
13151
13152 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13153
13154 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
13155
13156 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
13157
13158 * custom.el (custom-declare-theme): Use `value' when putting
13159 properties on `theme'.
13160
13161 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
13162
13163 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
13164 for each yank-handler segment.
13165 (insert-for-yank-1): New function, with the body of the previous
13166 insert-for-yank.
13167
13168 * textmodes/table.el (table-yank-handler): New defcustom.
13169 (table--put-cell-indicator-property): Put yank-handler property
13170 that indicates the yank handler for the table cell.
13171
13172 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
13173
13174 * generic-x.el (etc-modules-conf-generic-mode): A more complete
13175 set of keywords.
13176
13177 2003-12-29 Eli Zaretskii <eliz@gnu.org>
13178
13179 * international/mule-cmds.el (reset-language-environment)
13180 (set-language-environment): Don't invoke fontset-related functions
13181 if fontset-list is not fboundp.
13182
13183 2003-12-29 Kenichi Handa <handa@m17n.org>
13184
13185 * international/mule-cmds.el (reset-language-environment):
13186 Call set-overriding-fontspec-internal with nil.
13187 (set-language-environment): Call set-overriding-fontspec-internal
13188 if the language environment specify `overriding-fontspec'.
13189 (language-info-alist): Doc added.
13190
13191 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
13192 characters of mule-unicode-0100-24ff.
13193 (ccl-encode-windows-1251-font): New CCL program.
13194 ("Bulgarian"): Specify overriding-fontspec.
13195 ("Belarusian"): Likewise.
13196
13197 2003-12-28 Sam Steingold <sds@gnu.org>
13198
13199 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
13200 parameter ID-FORMAT to conform with the 2003-11-30 patch.
13201
13202 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
13203
13204 * progmodes/gud.el (gud-gdb-command-name): Set default to
13205 "gdb --annotate=3".
13206 (gud-gdb-marker-filter): Look out for annotations.
13207 (gdb-first-pre-prompt): New variable.
13208 Remove trailing white space.
13209
13210 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
13211 if necessary.
13212 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
13213 annotations are detected.
13214 (gud-gdba-marker-filter): Use global variable gud-marker-acc
13215 instead of a local one to allow transition from
13216 gud-gdb-marker-filter.
13217 Remove trailing white space.
13218
13219 2003-12-27 Kim F. Storm <storm@cua.dk>
13220
13221 * ido.el: Handle non-readable directories.
13222 (ido-decorations): Add 9th element for non-readable directory.
13223 (ido-directory-nonreadable): New dynamic var.
13224 (ido-set-current-directory): Set it.
13225 (ido-read-buffer, ido-file-internal):
13226 (ido-read-file-name, ido-read-directory-name): Let-bind it.
13227 (ido-file-name-all-completions1): Return empty list for
13228 non-readable directory.
13229 (ido-exhibit): Print [Not readable] if directory is not readable.
13230 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
13231 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
13232 Use it.
13233
13234 2003-12-27 Lars Hansen <larsh@math.ku.dk>
13235
13236 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
13237 calls to directory-files-and-attributes and file-attributes.
13238 (ls-lisp-format): Remove system dependent handling of user and
13239 group id's.
13240
13241 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
13242
13243 * ffap.el (ffap-read-file-or-url): Revert previous change.
13244
13245 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
13246
13247 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
13248 new list of included files called `files-with-node-lines', that
13249 only have node lines. This way @include commands can include any
13250 file, such as version and update files without node lines, not
13251 just files that are chapters.
13252
13253 2003-12-25 Andreas Schwab <schwab@suse.de>
13254
13255 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
13256 file not found.
13257
13258 2003-12-08 Miles Bader <miles@gnu.org>
13259
13260 * dired.el (dired-between-files): Always use dired-move-to-filename,
13261 which is more robust in non-english locales.
13262
13263 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
13264
13265 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
13266
13267 2003-12-24 Andreas Schwab <schwab@suse.de>
13268
13269 * shell.el (shell-file-name-quote-list): Add backslash.
13270
13271 * comint.el (comint-quote-filename): Correctly handle backslash
13272 in comint-file-name-quote-list.
13273
13274 2003-12-24 Kenichi Handa <handa@m17n.org>
13275
13276 * international/mule-cmds.el (set-default-coding-systems):
13277 Call ucs-set-table-for-input for all buffers that don't have local
13278 value of buffer-file-coding-system.
13279
13280 * international/ucs-tables.el (ucs-set-table-for-input):
13281 If translation-table-for-encode is a symbol, get its
13282 translation-table property.
13283
13284 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
13285
13286 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
13287 to `completing-read' on a recently fixed bug.
13288
13289 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
13290 instead of SPACE, to get the list of possible fringe modes.
13291 SPACE only works if both `partial-completion-mode' and
13292 `completion-auto-help' are nil.
13293
13294 * complete.el (PC-is-complete-p): Delete.
13295 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
13296 calls to `test-completion'.
13297
13298 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
13299
13300 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
13301 to edit values when there are no children.
13302
13303 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
13304 a mode called "Assembler" already exists.
13305 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
13306 (gud-watch): Use format option. Remove font properties from string.
13307 (gdb-var-create-handler, gdb-var-list-children-handler):
13308 Don't bother about properties as there are none.
13309 (gdb-var-create-handler, gdb-var-list-children-handler)
13310 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
13311 with two arguments.
13312 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
13313 Let speedbar show value changes with a different font.
13314 (gdb-edit-value): New defun.
13315 (gdb-clear-partial-output, gdb-clear-inferior-io)
13316 (def-gdb-auto-update-handler): Use erase-buffer.
13317 (gdb-frame-handler): Display watch expressions in
13318 FUNCTION::VARIABLE format if required.
13319
13320 2003-12-23 John Paul Wallington <jpw@gnu.org>
13321
13322 * info.el (Info-unescape-quotes, Info-split-parameter-string)
13323 (Info-goto-emacs-command-node): Doc fixes.
13324
13325 2003-12-12 Jesper Harder <harder@ifa.au.dk>
13326
13327 * cus-edit.el (custom-add-parent-links): Define "many".
13328
13329 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
13330
13331 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
13332 (widget-child-validate, widget-type-value-create)
13333 (widget-type-default-get, widget-type-match): New functions.
13334 (lazy): New widget.
13335 (menu-choice, checklist, radio-button-choice, editable-list)
13336 (group, documentation-string): Remove redundant (per 2003-10-25
13337 change) calls to `widget-children-value-delete'.
13338 (widget-choice-value-get, widget-choice-value-inline): Remove.
13339 (menu-choice): Update widget.
13340
13341 2003-12-03 Kenichi Handa <handa@m17n.org>
13342
13343 * language/cyrillic.el: Register "microsoft-cp1251" in
13344 ctext-non-standard-encodings-alist.
13345 ("Bulgarian"): Add ctext-non-standard-encodings.
13346 ("Belarusian"): Likewise.
13347
13348 * international/mule-conf.el (compound-text-with-extensions):
13349 Change the type to 2 (iso-2022 base).
13350
13351 * international/mule.el (ctext-non-standard-encodings-alist):
13352 Change the format.
13353 (ctext-non-standard-encodings): New variable.
13354 (ctext-post-read-conversion): Fully re-written.
13355 (ctext-non-standard-designations-alist): Delete it.
13356 (ctext-non-standard-encodings-table): New function.
13357 (ctext-pre-write-conversion): Fully re-written.
13358
13359 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
13360
13361 * cus-edit.el (custom-add-parent-links): Add documentation links
13362 for parent, if the item has none of its own.
13363
13364 2003-11-30 Richard M. Stallman <rms@gnu.org>
13365
13366 * dired-aux.el (dired-do-query-replace-regexp):
13367 Report files visited read-only.
13368
13369 2003-11-30 Juri Linkov <juri@jurta.org>
13370
13371 * dired-aux.el (dired-compare-directories): New command.
13372 (dired-file-set-difference, dired-files-attributes): New functions.
13373
13374 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13375 Version 2.0.38 of Tramp released.
13376
13377 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
13378 Charles Curley <charlescurley@charlescurley.com>.
13379 (tramp-multi-connection-function-alist): Add ssht entry which adds
13380 "-e none -t -t" to the list of ssh args. Suggested by Adrian
13381 Aichner.
13382 (tramp-get-method-parameter): New function to retrieve a method
13383 parameter. This allows for omission of method parameters.
13384 Callers adjusted.
13385
13386 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
13387
13388 * net/tramp.el: Add new optional parameter ID-FORMAT to
13389 `file-attributes'. Calls of `file-attributes' won't use this
13390 parameter for backward compatibility reasons.
13391 (tramp-perl-file-attributes): Add a new parameter to Perl script
13392 in order to handle uid/gid as strings, if desired.
13393 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
13394 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
13395 order to make the function more general.
13396 (tramp-handle-file-attributes): Replace proprietary optional
13397 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
13398 (tramp-handle-file-attributes-with-perl): Handle parameter
13399 NONNUMERIC if set. This wasn't done in the past.
13400 (tramp-post-connection): Apply second parameter "$2" if
13401 `tramp-remote-perl' is called.
13402
13403 * net/tramp-smb.el (tramp-smb-handle-delete-file):
13404 Correct cut'n'waste error (`filename' instead of `directory').
13405 (tramp-smb-handle-directory-files-and-attributes)
13406 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
13407 introduced parameter ID-FORMAT.
13408 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
13409 error (`directory' instead of `ldir').
13410
13411 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
13412 `file-attributes' has a second parameter. If yes, apply it with
13413 value "'integer". Otherwise, don't use that parameter (default is
13414 integer format).
13415
13416 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
13417
13418 * help.el (help-map): Bind `display-local-help' to `C-h .'.
13419 (help-for-help): Add `C-h .' to the listed Help options.
13420 Remove trailing whitespace.
13421
13422 * help-at-pt.el: New file.
13423
13424 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
13425
13426 * subr.el (noreturn, 1value): New macros for test coverage.
13427 See `testcover.el'.
13428
13429 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
13430
13431 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
13432 for macro `1value'.
13433 (testcover-1value): New function. Checks that a 1value form
13434 actually returns only one value. Requested by RMS.
13435
13436 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
13437
13438 * gdb-ui.el (gud-watch, gdb-var-create-handler)
13439 (gdb-var-list-children, gdb-var-list-children-handler)
13440 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
13441 gdb commands that use mi to keep them out of the command history.
13442
13443 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13444
13445 * cus-start.el (all): Add use-file-dialog.
13446
13447 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
13448
13449 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
13450
13451 2003-11-27 Kim F. Storm <storm@cua.dk>
13452
13453 * subr.el (posn-object-x-y): New defun.
13454
13455 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
13456
13457 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
13458 Don't use `space' for \\\n.
13459 Be more selective as to which # are comment-starters.
13460
13461 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
13462
13463 * subr.el (number-sequence): Improve handling of floating point
13464 arguments (suggested by Kim Storm). Allow negative arguments.
13465
13466 2003-11-26 Kenichi Handa <handa@m17n.org>
13467
13468 * international/mule-cmds.el (standard-display-european-internal):
13469 Cancel the standard-display-table setting for ` and '.
13470
13471 2003-11-26 Kim F. Storm <storm@cua.dk>
13472
13473 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
13474 New defcustoms to add ffap-like functionality to ido.
13475 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
13476 (ido-no-final-slash): New defun.
13477 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
13478 (ido-read-file-name): ): Toggle VC checking via
13479 vc-handled-backends instead of vc-master-templates.
13480 (ido-file-internal): Handle ido-use-url-at-point and
13481 ido-use-filename-at-point via code borrowed from ffap-guesser.
13482 Handle new ido-exit code ffap.
13483 (ido-sort-list): Ignore final slash when sorting file names.
13484
13485 2003-11-25 Kim F. Storm <storm@cua.dk>
13486
13487 * emulation/cua-base.el (cua--standard-movement-commands):
13488 Add forward-sentence and backward-sentence.
13489
13490 2003-11-25 Stephen Eglen <stephen@gnu.org>
13491
13492 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
13493 iswitchb-exit is set to 'usefirst when user selects buffer at head
13494 of list using RET. (Selecting buffers at the head of the list was
13495 broken if the substring was also a complete buffername.)
13496
13497 2003-11-23 Kim F. Storm <storm@cua.dk>
13498
13499 * progmodes/compile.el (grep-command, grep-use-null-device)
13500 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
13501 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
13502 (grep-regexp-alist, grep-program, find-program)
13503 (grep-find-use-xargs, grep-history, grep-find-history)
13504 (grep-process-setup, grep-compute-defaults)
13505 (grep-default-command, grep, grep-tag-default, grep-find)
13506 (grep-expand-command-macros, grep-tree-last-regexp)
13507 (grep-tree-last-files, grep-tree): Move grep variables, functions
13508 and commands to new file grep.el.
13509 (compilation-mode-map): Remove grep commands from Compile sub-menu.
13510 (compilation-process-setup-function): Doc fix.
13511 (compilation-highlight-regexp, compilation-highlight-overlay): New
13512 defvars used for highlighting current compile error in source buffer.
13513 (compile-internal): New optional args HIGHLIGHT-REGEXP and
13514 LOCAL-MAP which overrides compilation-highlight-regexp and
13515 compilation-mode-map for this compilation.
13516 Delay calling compilation-set-window-height until after running
13517 compilation-process-setup-function so it can buffer-local override
13518 compilation-window-height.
13519 Check buffer-local value of compilation-scroll-output.
13520 (compilation-set-window-height): Use buffer-local value of
13521 compilation-window-height.
13522 (compilation-revert-buffer): Don't pass (undefined)
13523 preserve-modes arg to revert-buffer.
13524 (next-error-no-select, previous-error-no-select): New commands.
13525 (compilation-goto-locus): Temporarily highlight current match in
13526 source buffer using compilation-highlight-regexp.
13527
13528 * progmodes/grep.el: New file with grep code from compile.el.
13529 (grep): New defcustom group.
13530 (grep-window-height): New defcustom, like compilation-window-height.
13531 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
13532 (grep-scroll-output): New defcustom, like compilation-scroll-output.
13533 (grep-command, grep-use-null-device, grep-find-command)
13534 (grep-tree-files-aliases, grep-tree-ignore-case)
13535 (grep-tree-ignore-CVS-directories): Move to grep custom group.
13536 (grep-setup-hook): New hook variable.
13537 (grep-mode-map): New keymap for grep commands. Add Grep menu.
13538 (grep-last-buffer): New defvar, override compilation-last-buffer.
13539 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
13540 Call compile-internal with args highlight-regexp and grep-mode-map.
13541
13542 2003-11-23 Kim F. Storm <storm@cua.dk>
13543
13544 * subr.el (event-start, event-end): Doc fix.
13545 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
13546 (posn-area, posn-actual-col-row, posn-object): New defuns.
13547 (posn-col-row): Simplify doc. Rewrite to use cond.
13548 (posn-point): Also return buffer position for events outside text
13549 area (that info is now present in the event position).
13550
13551 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
13552 mouse-set-point so that hscroll still works now that clicks on
13553 fringes generate specific mouse events.
13554 (mouse-set-point): Note that it now works in fringes and margins
13555 too due to new semantics of posn-point in fringes and margins.
13556
13557 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
13558 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
13559
13560 2003-11-20 Kim F. Storm <storm@cua.dk>
13561
13562 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
13563 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
13564 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
13565 to 100 for icons to avoid increasing line height when shown.
13566
13567 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13568
13569 * newcomment.el (comment-normalize-vars): Initialize properly if
13570 comment-start was nil.
13571
13572 2003-11-19 Andreas Schwab <schwab@suse.de>
13573
13574 * simple.el (set-variable): Fix indentation.
13575
13576 2003-11-17 Kenichi Handa <handa@m17n.org>
13577
13578 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
13579 Fix docstring.
13580
13581 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
13582
13583 * international/latin1-disp.el (latin1-display): Fix docstring.
13584
13585 2003-11-16 John Wiegley <johnw@newartisans.com>
13586
13587 * eshell/em-ls.el (eshell-ls-file): There are times with
13588 size-width is nil and uncomputed (when directories are created in
13589 dired, for example); in this case, 4 is reasonable default value,
13590 although it may caused skewed new entries (which could be avoided
13591 by returning the original value of 8 in all cases, but 99% of the
13592 time this is a waste of whitespace).
13593
13594 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
13595
13596 * cc-engine.el (c-guess-continued-construct)
13597 (c-guess-basic-syntax): Check a little more carefully if it's a
13598 function declaration when an unknown construct followed by a block
13599 is found inside a statement context. This avoids macros followed
13600 by blocks to be taken as function declarations.
13601
13602 (c-guess-continued-construct): Change the analysis of a statement
13603 continuation with a brace open to `substatement-block', for
13604 consistency with recognized statements.
13605
13606 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
13607 start is in a position so that `c-beginning-of-statement-1' jumped
13608 to the beginning of the same statement.
13609
13610 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
13611 Don't accept binary operators in the arglist if we're in a function
13612 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
13613 template recognition in cases like "if (a < b || c > d)".
13614
13615 (c-restricted-<>-arglists): New more appropriate name for
13616 `c-disallow-comma-in-<>-arglists'.
13617
13618 Accessing functions updated for the variable name change.
13619
13620 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
13621 match data could get clobbered if NOT-INSIDE-TOKEN is used.
13622
13623 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
13624 labels.
13625
13626 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
13627 instead of duplicating parts of it. This fixes bogus label
13628 recognition.
13629
13630 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
13631 of checking the context in which to apply the minimum indentation,
13632 so that it isn't enforced in e.g. namespace blocks.
13633
13634 * cc-vars.el (c-inside-block-syms): New constant used by
13635 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
13636 to somewhat reduce the risk of becoming stale.
13637
13638 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
13639 cc-cmds to cc-engine to allow use from cc-align.
13640
13641 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
13642 qualified identifiers containing "::".
13643
13644 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
13645 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
13646
13647 * cc-vars.el (c-emacs-features): Use a space in front of the name
13648 of the temporary buffer. That also avoids dumping problems in
13649 XEmacs due to undo info being left around after the buffer is killed.
13650
13651 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
13652 arglist to see if it's a K&R style declaration.
13653
13654 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
13655 before returning `knr-argdecl-intro'.
13656
13657 2003-11-16 John Wiegley <johnw@newartisans.com>
13658
13659 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
13660 field in a long-listing always 8 characters, use `size-width',
13661 which has already been computed.
13662
13663 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
13664
13665 * subr.el (minor-mode-list): Add `hs-minor-mode'.
13666
13667 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13668
13669 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
13670 Support operation while narrowed, with `diff-restrict-view'.
13671
13672 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
13673
13674 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13675 Take additional optional arg NARROWFUN. For the generated functions:
13676 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
13677 include frags that arrange to check for and save narrowing state before
13678 the move and then conditionally call NARROWFUN after the move.
13679
13680 2003-11-14 John Wiegley <johnw@newartisans.com>
13681
13682 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
13683 that was optional, but obviously missing based on surrounding code.
13684
13685 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
13686 string arguments to numbers unless the whole argument was seen as
13687 a number.
13688
13689 2003-11-14 Kenichi Handa <handa@m17n.org>
13690
13691 * international/mule.el (ctext-non-standard-encodings-alist):
13692 Fix coding systems.
13693
13694 2003-11-10 Kenichi Handa <handa@m17n.org>
13695
13696 * language/kannada.el ("Kannada"): Add sample-text.
13697
13698 * language/knd-util.el (kannada-compose-region)
13699 (kannada-compose-string, kannada-post-read-conversion):
13700 Add autoload cookie.
13701
13702 * international/quail.el (quail-completion): Change the message
13703 "corresponding translations" to "corresponding characters".
13704
13705 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
13706
13707 * descr-text.el (describe-char): Fix typo.
13708
13709 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
13710
13711 These changes are to support Kannada language/script.
13712
13713 * Makefile.in (DONTCOMPILE): Add kannada.el.
13714
13715 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
13716
13717 * loadup.el: Preload kannada.el.
13718
13719 * language/ind-util.el (ucs-kannada-to-is13194-alist)
13720 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
13721 New variables.
13722
13723 * language/kannada.el: New file.
13724
13725 * language/knd-util.el: New file.
13726
13727 2003-11-07 Andreas Schwab <schwab@suse.de>
13728
13729 * progmodes/autoconf.el (autoconf-font-lock-keywords):
13730 Also highlight AH_*.
13731
13732 * xml.el (xml-parse-dtd): Fix misplaced paren.
13733
13734 2003-11-07 Kenichi Handa <handa@m17n.org>
13735
13736 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
13737
13738 2003-11-05 Juri Linkov <juri@jurta.org>
13739
13740 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
13741 (desktop-buffer-file): Use saved buffer-file-coding-system
13742 for file reading. Set auto-insert to nil to prevent automatic
13743 insertion into restored empty files.
13744
13745 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
13746
13747 * files.el (risky-local-variable-p): Make second argument optional.
13748
13749 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * subr.el (add-hook): Fix last change.
13752
13753 2003-11-03 Eli Zaretskii <eliz@gnu.org>
13754
13755 * mail/rmail.el (rmail-convert-to-babyl-format):
13756 If base64-decode-region signals an error, catch it and silently
13757 ignore it.
13758
13759 2003-11-01 Mark A. Hershberger <mah@everybody.org>
13760
13761 * xml.el (xml-parse-region): Allow comments to appear after the
13762 topmost element has closed.
13763 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
13764 (xml-ns-expand-attr): New functions to do namespace handling.
13765 (xml-intern-attrlist): Back-compatible handling of attribute names.
13766 (xml-parse-tag): Move namespace handling to separate functions.
13767 Now produces elements in the form ((:ns . "element") (attr-list)
13768 children) instead of ('ns:element (attr-list) children).
13769 (xml-parse-attlist): Fix attribute parsing.
13770 (xml-parse-dtd): Change parsing so that it produces strings
13771 instead of interned symbols.
13772
13773 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
13774
13775 * dired.el (dired-ls-sorting-switches): Doc fix.
13776
13777 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
13778
13779 * emacs-lisp/rx.el (rx-or): Fix the case of
13780 "(rx (and ?a (or ?b ?c) ?d))".
13781
13782 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
13783
13784 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
13785 (texinfo-format-region): Use it.
13786 (texinfo-format-buffer-1): Ditto.
13787
13788 2003-11-01 Alan Mackenzie <acm@muc.de>
13789
13790 Changes to allow scrolling whilst in isearch mode:
13791 * isearch.el (isearch-unread-key-sequence): New function,
13792 extracted from isearch-other-meta-char.
13793 (top level): (put 'foo 'isearch-scroll) on all Emacs's
13794 "scrollable" standard functions.
13795 (isearch-allow-scroll): New customizable variable.
13796 (isearch-string-out-of-window, isearch-back-into-window)
13797 (isearch-reread-key-sequence-naturally)
13798 (isearch-lookup-scroll-key): New functions.
13799 (isearch-other-meta-char): Doc string and functionality enhanced.
13800 Now accepts a prefix argument.
13801 (isearch-lazy-highlight-window-end): New variable.
13802 (isearch-lazy-highlight-new-loop): Pay attention to the window's
13803 end (thru isearch-lazy-highlight-window-end), not only its start.
13804
13805 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
13806 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
13807 (universal-argument, universal-argument-more, negative-argument)
13808 (digit-argument, universal-argument-other-key): Minor changes.
13809
13810 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
13811
13812 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
13813 recursively if the last message is deleted, thus avoiding an
13814 infinite loop.
13815
13816 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
13817
13818 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
13819 (tex-main-file): Don't add .tex if the extension is already present.
13820 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
13821
13822 2003-10-29 Lute Kamstra <lute@gnu.org>
13823
13824 * progmodes/octave-inf.el (inferior-octave-prompt):
13825 Recognize version number in prompt.
13826
13827 2003-10-28 Dave Love <fx@gnu.org>
13828
13829 * international/characters.el: Fix some Unicode ranges.
13830
13831 2003-10-28 Kenichi Handa <handa@m17n.org>
13832
13833 * disp-table.el (standard-display-8bit)
13834 (standard-display-default, standard-display-ascii)
13835 (standard-display-g1, standard-display-graphic)
13836 (standard-display-underline): Assure that standard-display-table
13837 is a display table.
13838
13839 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
13840
13841 * simple.el (reindent-then-newline-and-indent): Delete space *after*
13842 reindenting the first line.
13843
13844 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
13845
13846 * wid-edit.el (widget-default-delete): Always delete child widgets.
13847
13848 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
13849
13850 * newcomment.el (comment-indent): Don't call indent-according-to-mode
13851 if the line has code.
13852 Don't try to line up with something that's too far left.
13853
13854 * progmodes/octave-mod.el (octave-comment-start): Simplify.
13855 (octave-mode-syntax-table): Add % as a comment starter.
13856 (octave-point): Remove.
13857 (octave-in-comment-p, octave-in-string-p)
13858 (octave-not-in-string-or-comment-p, calculate-octave-indent)
13859 (octave-blink-matching-block-open, octave-auto-fill):
13860 Use line-(beginning|end)-position instead.
13861
13862 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
13863
13864 * emacs-lisp/authors.el (authors-aliases): Add correct realname
13865 for Francesco Potort\e,Al\e(B.
13866
13867 2003-10-23 Dave Love <fx@gnu.org>
13868
13869 * international/mule-cmds.el (locale-charset-to-coding-system):
13870 Don't rely on nil being a coding system.
13871
13872 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
13873 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
13874 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
13875
13876 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
13877
13878 * gdb-ui.el (gdb-current-language): New variable.
13879 (gdb-update-flag): Remove variable.
13880 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
13881 (gdb-take-last-elt): Remove function.
13882 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
13883 (gdb-post-prompt): Check for variable object changes here.
13884
13885 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
13886 object changes in gdb-ui.el.
13887
13888 2003-10-21 Richard M. Stallman <rms@gnu.org>
13889
13890 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
13891
13892 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
13893 Don't check for foo*/ wildcard form here.
13894 (insert-directory): Recognize foo*/ as a wildcard.
13895 Separate wildcard-regexp variable from the arg, wildcard.
13896
13897 * subr.el (add-hook): Correctly detect when make-local-hook was used.
13898 (remove-hook): Correctly handle strange cases about local hooks.
13899
13900 2003-10-21 David Ponce <david@dponce.com>
13901
13902 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
13903 argument REAL, to return a real number instead of a rounded
13904 integer value. Define as inline function.
13905 (ruler-mode-right-fringe-cols): Likewise.
13906 (ruler-mode-scroll-bar-cols): New function.
13907 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
13908 (ruler-mode-right-scroll-bar-cols): Likewise.
13909 (ruler-mode-space): New function.
13910 (ruler-mode-ruler): Use it. Handle variations of fringe style,
13911 scroll bar mode and margins in a more robust way.
13912
13913 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
13914
13915 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
13916 (antlr-c-init-language-vars): New function.
13917 (antlr-mode): Use it with cc-mode before v5.29.
13918 (antlr-c-common-init): Don't set some local vars here.
13919 (antlr-mode): Set them here.
13920 (antlr-c-forward-sws): New function alias.
13921 (antlr-mode): Redefine with cc-mode before v5.30.
13922 (antlr-skip-sexps): Use it.
13923 (antlr-skip-exception-part): Ditto.
13924 (antlr-skip-file-prelude): Ditto.
13925 (antlr-outside-rule-p): Ditto.
13926 (antlr-end-of-body): Ditto.
13927 (antlr-option-kind): Ditto.
13928 (antlr-insert-option-area): Ditto.
13929 (antlr-file-dependencies): Ditto.
13930
13931 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13932
13933 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
13934 Move backward only if point was not inside an entry.
13935
13936 2003-10-21 Richard M. Stallman <rms@gnu.org>
13937
13938 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
13939
13940 2003-10-21 Juri Linkov <juri@jurta.org>
13941
13942 * compare-w.el: Automatically skip non-matching text to resync.
13943 (compare-windows-whitespace): Doc fix.
13944 (compare-windows-sync, compare-windows-sync-string-size)
13945 (compare-windows-recenter, compare-ignore-whitespace)
13946 (compare-windows-highlight, compare-windows-face): New variables.
13947 (compare-windows): Use compare-windows-sync.
13948 (compare-windows-highlight, compare-windows-dehighlight)
13949 (compare-windows-sync-regexp)
13950 (compare-windows-sync-default-function): New functions.
13951
13952 2003-10-21 Juri Linkov <juri@jurta.org>
13953
13954 * diff.el (diff-parse-differences): Don't visit the files now;
13955 instead, just record the error locus.
13956
13957 2003-10-21 Dave Love <fx@gnu.org>
13958
13959 * progmodes/cfengine.el: New file.
13960
13961 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
13962
13963 * complete.el (PC-do-completion): Do not forget to use `pred' as the
13964 default-directory when completing file names.
13965
13966 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
13967
13968 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
13969 followed by the word `face', it gets treated as a face, even if
13970 it is also defined as a variable or a function.
13971
13972 2003-10-20 Dave Love <fx@gnu.org>
13973
13974 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
13975 Avoid incf in macro expansion.
13976
13977 2003-10-20 John Paul Wallington <jpw@gnu.org>
13978
13979 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
13980 `evenp' so we don't implicitly require cl library at runtime.
13981
13982 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
13983
13984 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
13985 (help-make-xrefs): Only make cross-references for faces if
13986 preceded or followed by the word `face'. Do not make a
13987 cross-reference for variables without variable documentation,
13988 unless preceded by the word `variable' or `option'. Update doc
13989 string accordingly.
13990
13991 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13992
13993 * progmodes/hideshow.el: Rewrite one-armed `if'
13994 constructs using either `when' or `unless'.
13995 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
13996
13997 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
13998
13999 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
14000 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
14001 instead of 12x12.
14002
14003 2003-10-16 Eli Zaretskii <eliz@gnu.org>
14004
14005 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
14006 message while converting to Babyl.
14007
14008 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
14009
14010 * allout.el (allout-mode): Doc fix.
14011
14012 2003-10-16 Lute Kamstra <lute@gnu.org>
14013
14014 * subr.el (force-mode-line-update): Fix docstring.
14015
14016 2003-10-14 Dave Love <fx@gnu.org>
14017
14018 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
14019 (default-input-method): Add :link, improve :type.
14020 (locale-charset-language-names): Fix utf-8 pattern.
14021 (locale-charset-match-p, locale-charset-alist)
14022 (locale-charset-to-coding-system): New.
14023 (set-locale-environment): Deal with codeset part of locale specs.
14024
14025 2003-10-14 Lute Kamstra <lute@gnu.org>
14026
14027 * fringe.el (fringe-mode): Use active voice in docstring.
14028 (set-fringe-style): Ditto.
14029
14030 2003-10-13 Lute Kamstra <lute@gnu.org>
14031
14032 * fringe.el (fringe-mode): Fix docstring.
14033 (set-fringe-style): Ditto.
14034
14035 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
14036
14037 * ediff-mult.el (ediff-filegroup-action):
14038 Use ediff-default-filtering-regexp.
14039
14040 * ediff-util.el (ediff-recenter): Don't call
14041 ediff-restore-highlighting twice.
14042 (ediff-select-difference): Set current difference.
14043 (ediff-unselect-and-select-difference): Add comment.
14044
14045 * ediff.el (ediff-directories,ediff-directory-revisions)
14046 (ediff-directories3,ediff-merge-directories)
14047 (ediff-merge-directories-with-ancestor)
14048 (ediff-merge-directory-revisions)
14049 (ediff-merge-directory-revisions-with-ancestor):
14050 Use ediff-default-filtering-regexp.
14051
14052 2003-10-12 Andreas Schwab <schwab@suse.de>
14053
14054 * international/mule-cmds.el (locale-charset-language-names):
14055 Simplify regex by removing unused grouping.
14056
14057 2003-10-10 Dave Love <fx@gnu.org>
14058
14059 * bindings.el: Don't bind stop.
14060
14061 2003-10-08 Miles Bader <miles@gnu.org>
14062
14063 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
14064 face instead of attempting to emulate it.
14065
14066 2003-10-07 Kenichi Handa <handa@m17n.org>
14067
14068 * international/mule-diag.el (list-coding-systems-1): List coding
14069 systems that are loaded automatically.
14070
14071 * international/code-pages.el (iso-8859-11): Add autoload cookie.
14072
14073 * international/mule.el (autoload-coding-system): New function.
14074
14075 2003-10-07 Andreas Schwab <schwab@suse.de>
14076
14077 * log-edit.el (log-edit-changelog-entries): Prefer local value of
14078 change-log-default-name in the buffer visiting the file.
14079
14080 2003-10-06 Dave Love <fx@gnu.org>
14081
14082 * files.el (find-file-hook): Customize.
14083 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
14084
14085 * bindings.el (completion-ignored-extensions): Remove .log.
14086 (global-map): Add again, open, stop keys.
14087
14088 2003-10-05 Richard M. Stallman <rms@gnu.org>
14089
14090 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
14091 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
14092 Use sh-modify directly.
14093 (sh-select): Use sh-append, not eval.
14094
14095 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
14096
14097 * info.el (Info-following-node-name): New function.
14098
14099 * loadhist.el (unload-feature-special-hooks):
14100 Rename from loadhist-hook-functions.
14101 (loadhist-hook-functions): Now an alias.
14102
14103 2003-10-04 Eli Zaretskii <eliz@gnu.org>
14104
14105 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
14106 file-name clashes on 8+3 filesystems.
14107
14108 * Makefile.in (DONTCOMPILE, bootstrap-clean):
14109 Rename loaddefs-boot.el to ldefs-boot.el
14110
14111 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
14112 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
14113
14114 2003-10-03 Lute Kamstra <lute@gnu.org>
14115
14116 * info.el (Info-mode): Revert previous change.
14117 (Info-escape-percent): New function.
14118 (Info-fontify-node): Use it.
14119
14120 2003-10-02 Andreas Schwab <schwab@suse.de>
14121
14122 * loaddefs-boot.el: Regenerated.
14123
14124 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
14125
14126 * ffap.el: Remove defadvice related code from CVS since `complete'
14127 provides a `PC-completion-as-file-name-predicate' variable that
14128 ffap can override.
14129
14130 2003-10-02 Kenichi Handa <handa@m17n.org>
14131
14132 * international/utf-8.el (ccl-decode-mule-utf-8):
14133 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
14134
14135 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
14136 * international/subst-big5.el: Likewise.
14137 * international/subst-gb2312.el: Likewise.
14138 * international/subst-ksc.el: Likewise.
14139
14140 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14141
14142 * calendar/calendar.el (increment-calendar-month)
14143 (calendar-leap-year-p, calendar-absolute-from-gregorian)
14144 (generate-calendar, calendar-read-date, calendar-interval)
14145 (calendar-day-of-week): Handle years BC.
14146 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
14147
14148 2003-10-01 Dave Love <fx@gnu.org>
14149
14150 * language/cyrillic.el (cp1251): Alias for windows-1251.
14151
14152 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
14153 bootstrap.
14154
14155 2003-10-01 Lute Kamstra <lute@gnu.org>
14156
14157 * files.el: Fix typo.
14158 * imenu.el (imenu--generic-function): Docstring fix.
14159
14160 2003-09-30 Richard M. Stallman <rms@gnu.org>
14161
14162 * dired.el (dired-mode): Handle dired-directory as a list.
14163
14164 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
14165
14166 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
14167
14168 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
14169
14170 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
14171 Replace gud-display with gud-watch.
14172 (gud-speedbar-buttons): Add stuff for watching expressions
14173 in the speedbar when using M-x gdba. Use dolist on old part
14174 of this function.
14175
14176 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
14177 (gdb-update-flag): New variables.
14178 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
14179 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
14180 (gud-watch, gdb-var-create-handler) : New functions.
14181 (gdb-var-list-children, gdb-var-list-children-handler)
14182 (gdb-var-create-regexp, gdb-var-update-regexp)
14183 (gdb-var-list-children-regexp): New constants.
14184 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
14185 (gdb-annotation-rules): Reduce annotation set (level 3).
14186 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
14187 (gdb-post-prompt): Don't update GDB buffers every time speedbar
14188 updates.
14189 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
14190 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
14191 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
14192 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
14193 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
14194 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
14195 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
14196 (gud-display, gud-display1)
14197 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
14198 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
14199 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
14200 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
14201 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
14202 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
14203 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
14204 (gdb-display-display-buffer, gdb-toggle-display)
14205 (gdb-delete-display, gdb-expressions-popup-menu)
14206 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
14207 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
14208 to display buffer.
14209
14210 2003-09-30 Richard M. Stallman <rms@gnu.org>
14211
14212 * progmodes/ada-mode.el (ada-mode): Don't use advice.
14213 Instead, set which-func-functions.
14214
14215 * progmodes/which-func.el (which-func-modes): Add ada-mode.
14216 (which-func-functions): New variable.
14217 (which-function): Use that.
14218
14219 * info.el (Info-mode): Double each `%' in header line.
14220
14221 * emacs-lisp/lisp-mnt.el (lm-with-file):
14222 When FILE is nil, run BODY in current buffer.
14223
14224 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
14225
14226 * help.el (describe-mode): Start with a brief list of minor modes.
14227 Find them thru minor-mode-list so as to find them all.
14228 Show them in alphabetical order.
14229
14230 * mail/sendmail.el (mail-aliases): Doc fix.
14231
14232 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
14233
14234 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14235
14236 * mail/rmailsum.el (rmail-make-summary-line-1):
14237 Change comma after last label to a space.
14238 (rmail-summary-font-lock-keywords): Adapt to that change.
14239
14240 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
14241
14242 * progmodes/scheme.el (scheme-mode-variables): When setting
14243 `font-lock-defaults', also specify that "#" should
14244 be interpreted with `word' syntax.
14245 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
14246
14247 2003-09-30 Lars Hansen <larsh@math.ku.dk>
14248
14249 * desktop.el: A lot of comments updated.
14250 (desktop-save-mode): Minor mode introduced.
14251 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
14252 (desktop-load-default): Function made obsolete.
14253 (desktop-locals-to-save): Variable made customizable.
14254 (desktop-read): Optional parameter `dirname' added.
14255 (desktop-change-dir, desktop-revert): Parameter `dirname' in
14256 `desktop-read' used.
14257 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
14258
14259 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
14260
14261 * whitespace.el (whitespace-clean-msg): Add user customizable message
14262 for displaying ``clean'' output.
14263 (whitespace-buffer): Use `whitespace-clean-msg'.
14264 (whitespace-global-mode): Fix typo.
14265
14266 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
14267
14268 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
14269
14270 2003-09-29 Lute Kamstra <lute@gnu.org>
14271
14272 * bindings.el (mode-line-modes): Remove superfluous :propertize
14273 construct in initialization.
14274 (mode-line-position): Change cons cell into proper list in
14275 initialization.
14276
14277 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
14278
14279 * international/mule.el (decode-coding-inserted-region): Use car
14280 of the return value of find-operation-coding-system.
14281
14282 2003-09-29 Kenichi Handa <handa@m17n.org>
14283
14284 * descr-text.el (describe-char): Fix previous change.
14285
14286 2003-09-28 Kenichi Handa <handa@m17n.org>
14287
14288 * descr-text.el (describe-char-display): New function.
14289 (describe-char): Pay attention to display table on describing how
14290 a character is displayed.
14291
14292 * international/mule-cmds.el (encoded-string-description):
14293 Prepend "0x" to each encoded byte.
14294
14295 2003-09-28 Andreas Schwab <schwab@suse.de>
14296
14297 * find-file.el (ff-special-constructs): Add autoload cookie.
14298
14299 2003-09-28 Kevin Ryde <user42@zip.com.au>
14300
14301 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
14302 makeinfo appends to duplicate index entries.
14303
14304 2003-09-28 Eli Zaretskii <eliz@gnu.org>
14305
14306 * dired-x.el (dired-clean-tex): Doc fix.
14307
14308 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
14309 using a Chinese tutorial.
14310
14311 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14312
14313 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
14314 between "MAIL FROM:" and "RCPT TO:" and the following address.
14315
14316 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
14317
14318 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
14319
14320 2003-09-28 David Ponce <david@dponce.com>
14321
14322 * recentf.el (recentf-initialize-file-name-history): New defcustom.
14323 (recentf-load-list): When `recentf-initialize-file-name-history'
14324 is non-nil, initialize an empty `file-name-history' with the
14325 recent list.
14326
14327 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
14328
14329 * man.el (Man-default-man-entry): Remove the leading `*' from the
14330 word at point.
14331
14332 2003-09-26 Lute Kamstra <lute@gnu.org>
14333
14334 * bindings.el (mode-line-position): Mention size indication in
14335 docstring.
14336
14337 2003-09-26 Andre Spiegel <spiegel@gnu.org>
14338
14339 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
14340
14341 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
14342 because it's autoloaded now.
14343
14344 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
14345
14346 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
14347 (sh-font-lock-keywords, sh-feature): Fix previous change of
14348 sh-feature to avoid infloop with sh-font-lock-keywords.
14349
14350 2003-09-25 Kim F. Storm <storm@cua.dk>
14351
14352 * frame.el (frame-current-scroll-bars): New defun.
14353
14354 * window.el (window-current-scroll-bars): New defun.
14355
14356 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14357
14358 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
14359 cause errors when the state cache contains info on parts that have
14360 been narrowed out.
14361
14362 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14363
14364 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
14365 `c-setup-paragraph-variables' has to be used when this variable is
14366 changed; it doesn't work to reinitialize the mode since that
14367 typically clobbers the variable.
14368
14369 * progmodes/cc-styles.el (c-setup-paragraph-variables):
14370 Make it interactive.
14371
14372 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14373
14374 * progmodes/cc-fonts.el (c-font-lock-declarations):
14375 Fix recognition of constructors and destructors for classes whose
14376 names are matched by `*-font-lock-extra-types'.
14377
14378 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
14379 followed by an identifier in C++ then it's a type.
14380
14381 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14382
14383 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
14384 problem that primarily affected XEmacs. Don't use faces to find
14385 unterminated strings since Emacs and XEmacs fontify strings
14386 differently - this function should now work better in XEmacs.
14387
14388 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14389
14390 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
14391 `expand-abbrev' workaround which caused braces to misbehave inside
14392 macros.
14393
14394 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
14395 handling. This bug could cause interactive font locking to bail out.
14396
14397 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
14398
14399 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14400 Handle paren-style types in Pike. Also fixed some cases of
14401 insufficient handling of unbalanced parens.
14402
14403 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
14404
14405 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
14406 common shell prompts that are not common filename or URL characters.
14407 (ffap-file-at-point): Use the new regexp to strip the prompts from
14408 the file names. This is an issue mostly for user prompts that
14409 don't have a trailing space and find-file-at-point is invoked from
14410 within a shell inside Emacs.
14411
14412 2003-09-24 Andre Spiegel <spiegel@gnu.org>
14413
14414 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
14415 stamps numerically, rather than textually.
14416
14417 2003-09-24 Kenichi Handa <handa@m17n.org>
14418
14419 * language/devan-util.el (devanagari-post-read-conversion):
14420 * language/mlm-util.el (malayalam-post-read-conversion):
14421 * language/tml-util.el (tamil-post-read-conversion):
14422 Add autoload cookie.
14423
14424 * international/utf-8.el (utf-8-post-read-conversion):
14425 Call post-read-conversion functions for Devanagari, Malayalam,
14426 and Tamil.
14427
14428 2003-09-23 Dave Love <fx@gnu.org>
14429
14430 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
14431
14432 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
14433
14434 * progmodes/gud.el (perldb): Add gud-until to list of commands.
14435 Update gud-remove.
14436
14437 2003-09-22 Richard M. Stallman <rms@gnu.org>
14438
14439 * progmodes/sh-script.el (sh-mode-default-syntax-table):
14440 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
14441 (sh-mode-syntax-table-input): New variable.
14442 (sh-require-final-newline): Don't use eval.
14443 (sh-builtins, sh-leading-keywords, sh-other-keywords)
14444 (sh-variables, sh-font-lock-keywords): Don't use eval.
14445 (sh-set-shell): When setting require-final-newline,
14446 treat value = `require-final-newline' as don't change it.
14447 Set sh-mode-syntax-table locally based on
14448 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
14449
14450 * progmodes/compile.el (compile-internal):
14451 Call compilation-set-window-height before setting window start.
14452
14453 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
14454
14455 * emacs-lisp/bytecomp.el (byte-compile-log-file):
14456 Clear out byte-compile-last-warned-form.
14457
14458 2003-09-22 Richard M. Stallman <rms@gnu.org>
14459
14460 * woman.el (woman-file-name, woman-follow-word):
14461 If current-word returns nil, use "".
14462
14463 * simple.el (eval-expression): Bind standard-output in to-buffer case.
14464
14465 2003-09-22 Richard M. Stallman <rms@gnu.org>
14466
14467 * emacs-lisp/lisp-mnt.el (lm-with-file):
14468 Don't visit the file, just use insert-file-contents in temp buffer.
14469
14470 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
14471
14472 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
14473 Add surrounding \\( and \\) around the header, as in
14474 for lm-history-header 'Change Log\\|History'.
14475
14476 2003-09-22 John Paul Wallington <jpw@gnu.org>
14477
14478 * progmodes/ld-script.el: Add Commentary section,
14479 minor cleanup of file header.
14480 (ld-script-font-lock-keywords): Doc fix.
14481 (toplevel): Provide `ld-script' feature.
14482
14483 2003-09-21 Kim F. Storm <storm@cua.dk>
14484
14485 * scroll-bar.el (set-scroll-bar-mode): Initialize to
14486 new built-in variable default-frame-scroll-bars.
14487 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
14488 scroll-bar-mode; notably, use it instead of t when we toggle
14489 scroll-bars on.
14490 (toggle-scroll-bar): Use default-frame-scroll-bars.
14491
14492 2003-09-19 Masatake YAMATO <jet@gyve.org>
14493
14494 * pcvs.el (cvs-do-removal): Change the prompt depending on
14495 `filter' value.
14496
14497 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
14498
14499 * startup.el (command-line-1): Stop startup-echo-area-message
14500 being hidden by "Loading image..." message.
14501 (use-fancy-splash-screens-p, display-splash-screen):
14502 Move display-graphic-p test from latter to former.
14503
14504 * progmodes/sh-script.el (sh-font-lock-keywords):
14505 Highlight escaped EOLs differently from other backslash constructs.
14506
14507 2003-09-19 Richard M. Stallman <rms@gnu.org>
14508
14509 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
14510 New functions.
14511 (edebug-enter, edebug-outside-excursion): Use them.
14512
14513 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
14514 Fix the condition for whether to print "In WHERE".
14515
14516 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
14517
14518 * finder.el (finder-mode-hook): New variable.
14519 (finder-mode): Run hook finder-mode-hook
14520
14521 2003-09-18 Masatake YAMATO <jet@gyve.org>
14522
14523 * progmodes/ebrowse.el: Fix broken magic autoload comments.
14524
14525 2003-09-17 Mario Lang <mlang@delysid.org>
14526
14527 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
14528 "p %e" to actually print the value in the GUD buffer.
14529
14530 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
14531
14532 From David Ponce <david.ponce@wanadoo.fr>:
14533 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
14534 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
14535 from loaddefs-boot.el if necessary.
14536
14537 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
14538
14539 * progmodes/gud.el (gud-find-class): Make jdb work again since
14540 cc-mode changed the syntactic information.
14541
14542 2003-09-15 David Ponce <david@dponce.com>
14543
14544 * recentf.el: (recentf-exclude): Accept predicates too.
14545 (recentf-file-readable-p): New function.
14546 (recentf-include-p): Handle predicates in recentf-exclude.
14547 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
14548 (recentf-cleanup): Likewise.
14549 (recentf-save-list): Use write-file to handle backup of
14550 recentf-save-file.
14551
14552 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
14553
14554 * loaddefs-boot.el: Renamed from `loaddefs.el'
14555 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
14556 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
14557 necessary.
14558
14559 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
14560
14561 * electric.el (Electric-pop-up-window): For the `one-window' case,
14562 no longer disconcertingly move point in the original buffer.
14563
14564 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14565
14566 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
14567
14568 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
14569
14570 * dired.el (dired-mode-map): Fix typo.
14571
14572 2003-09-11 Richard M. Stallman <rms@gnu.org>
14573
14574 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
14575
14576 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14577
14578 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
14579 the function is less noisy. Now only `kill-buffer' can ask questions.
14580
14581 2003-09-10 Mario Lang <mlang@delysid.org>
14582
14583 * battery.el: Update Commentary and Copyright.
14584 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
14585 appear due to wrong ordering of the expressions in `or'.
14586
14587 2003-09-09 Lute Kamstra <lute@gnu.org>
14588
14589 * misc.el (upcase-char): Fix docstring.
14590 (zap-up-to-char): New command.
14591
14592 2003-09-08 David Ponce <david@dponce.com>
14593
14594 Ensure that recentf correctly updates the menu bar.
14595 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
14596 (recentf-menu-bar): New function.
14597 (recentf-clear-data): Use it
14598 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
14599 of easy-menu-change.
14600
14601 2003-09-08 Lute Kamstra <lute@gnu.org>
14602
14603 * simple.el (size-indication-mode): New.
14604 * bindings.el (mode-line-position): Add buffer size indicator.
14605
14606 2003-09-04 Mario Lang <mlang@delysid.org>
14607
14608 * battery.el (battery-linux-proc-acpi): New function.
14609 (battery-status-function): Modify default value calculation to also
14610 check for availability of ACPI.
14611 (battery-echo-area-format): Ditto.
14612 (battery-mode-line-format): Ditto.
14613
14614 2003-09-06 Dave Love <fx@gnu.org>
14615
14616 * ielm.el (ielm-mode-hook): Add :options.
14617
14618 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
14619 (eldoc-print-current-symbol-info): Use it.
14620
14621 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
14622
14623 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
14624 being displayed in GUD buffer.
14625 (gdb-idle-input-queue): Remove var. Use just one queue.
14626 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
14627 Remove functions. Use just one queue.
14628 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
14629 (gdb-invalidate-assembler, gdb-get-current-frame):
14630 Modify functions. Use just one queue.
14631
14632 2003-09-04 Dave Love <fx@gnu.org>
14633
14634 * cus-start.el: Add blink-cursor-alist.
14635
14636 * ruler-mode.el (ruler-mode-fill-column-char)
14637 (ruler-mode-current-column-char): Use char-displayable-p,
14638 not window-system.
14639
14640 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
14641
14642 * language/european.el (windows-1252): Move from code-pages.
14643
14644 * language/cyrillic.el ("Windows-1251"): Delete.
14645 ("Bulgarian", "Belarusian"): Remove `features'.
14646 (windows-1251): Move from code-pages.
14647
14648 * international/mule-diag.el (non-iso-charset-alist):
14649 Remove `codepage' stuff.
14650 (print-designation, list-coding-systems-1): Output fixes.
14651
14652 * international/code-pages.el (cp-make-translation-table)
14653 (cp-valid-codes): Made defsubsts.
14654 (cp-fix-safe-chars): Delete.
14655 (mule-diag): Don't require.
14656 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
14657 (top-level): Check for defined coding system when defining
14658 cp... aliases. Change w32-add-charset-info test to avoid warning.
14659 (non-iso-charset-alist): Defvar when compiling.
14660 (cp-make-coding-system): Doc fix.
14661
14662 2003-09-02 Jason Rumney <jasonr@gnu.org>
14663
14664 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
14665 line-ends from CVS before doing conversion.
14666
14667 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
14668
14669 * calendar/diary-lib.el (diary-header-line-flag)
14670 (diary-header-line-format): New variables.
14671 (list-diary-entries): Use them to set header line in simple diary.
14672
14673 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
14674 other than font-lock-string-face to highlight backslashes.
14675
14676 2003-09-01 Jason Rumney <jasonr@gnu.org>
14677
14678 * international/titdic-cnv.el (tit-read-key-value): Include \r in
14679 regexp.
14680
14681 2003-09-01 Dave Love <fx@gnu.org>
14682
14683 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
14684
14685 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
14686 and :help; also line and column numbers labels.
14687
14688 * international/mule-util.el (char-displayable-p): Move from
14689 latin1-disp, rename and autoload.
14690
14691 * international/latin1-disp.el (latin1-char-displayable-p):
14692 Now obsolete alias. Replace uses with char-displayable-p.
14693 (latin1-display-ucs-per-lynx): Fix last change.
14694
14695 * international/mule-cmds.el (standard-display-european-internal):
14696 Don't use char code for Latin-1 NBSP.
14697 <XFree86 4>: Unfrob NBSP display table. Set display table to use
14698 U+2018, U+2019 for `'.
14699 (select-safe-coding-system): Message fix.
14700
14701 2003-09-01 Kenichi Handa <handa@m17n.org>
14702
14703 * international/fontset.el (setup-default-fontset): For Thai
14704 font, specify "*" family.
14705
14706 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
14707
14708 * progmodes/compile.el (previous-error): Accept a prefix
14709 argument, similarly to next-error.
14710
14711 2003-08-31 Masatake YAMATO <jet@gyve.org>
14712
14713 * pcvs.el (cvs-do-removal): Use = instead of eq to check
14714 the number of files. Bind the number of files to a local
14715 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
14716
14717 2003-08-30 Eli Zaretskii <eliz@gnu.org>
14718
14719 * vc-hooks.el (vc-make-version-backup): Fix the change made on
14720 2003-07-26: msdos-long-file-names is a function, not a variable.
14721
14722 2003-08-29 Richard M. Stallman <rms@gnu.org>
14723
14724 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
14725 Do nothing with mail-personal-alias-file if it is nil.
14726
14727 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
14728 Do nothing if mail-personal-alias-file is nil.
14729
14730 * term.el (term-exec-1): Bind coding-system-for-read.
14731
14732 * dired.el (dired-mouse-find-file-other-window):
14733 Use dired-view-command-alist here, as in dired-view-file.
14734 (dired-view-command-alist): Use %s to substitute file name.
14735 Handle .ps_pages, .eps, .jpg, .gif, .png.
14736
14737 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
14738
14739 * info.el (Info-mode-map): Bind S-tab and <backtab> to
14740 `Info-prev-reference', instead of M-tab.
14741
14742 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
14743
14744 * simple.el (blink-matching-open): Work correctly on chars that
14745 are designated as parens through the syntax-table text property.
14746
14747 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
14748
14749 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
14750 line break position in the middle of a non-kinsoku (e.g. latin)
14751 word, making it skip until either a space or a character with
14752 category "|".
14753 (kinsoku-longer): Test for end of buffer.
14754
14755 2003-08-28 Eli Zaretskii <eliz@gnu.org>
14756
14757 * mail/rmail.el (rmail-convert-to-babyl-format):
14758 Detect quoted-printable- and base64-encoded messages and decode them
14759 automatically. Set the message's encoding from the charset=
14760 header, if any. Decode base64-encoded messages in Mail format as well.
14761
14762 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
14763
14764 * mail/smtpmail.el: Fix previous change.
14765 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
14766 calling smtpmail-via-smtp.
14767 (smtpmail-via-smtp): Add fall-back values for envelope-from.
14768
14769 2003-08-26 John Paul Wallington <jpw@gnu.org>
14770
14771 * image.el (image-jpeg-p): Don't search beyond length of data.
14772
14773 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14774
14775 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
14776 misfeature in `expand-abbrev' which caused electric keywords like
14777 "else" to disappear if an open brace was typed directly afterwards.
14778
14779 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14780
14781 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
14782 mandatory in `define-widget'.
14783
14784 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
14785 Don't align the operators "!=", "<=" and ">=" as assignment operators.
14786
14787 (c-assignment-operators): New language constant that only contains
14788 the assignment operators.
14789
14790 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
14791
14792 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
14793
14794 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
14795 Safeguard against unbalanced sexps.
14796
14797 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
14798
14799 * version.el (emacs-version): Check for gtk. Include gtk version info.
14800
14801 2003-08-25 John Paul Wallington <jpw@gnu.org>
14802
14803 * man.el (Man-default-man-entry): Don't whizz past the section
14804 number before looking for it.
14805
14806 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
14807
14808 * progmodes/gud.el (gud-display-line): Don't set window-point if
14809 source buffer is not visible. (Only happens with M-x gdba.)
14810
14811 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
14812 documentation.
14813 (gdb-source, gdb-source-info): Update to assembler unnecessary
14814 as its done after each GDB command anyway.
14815 (gdb-pre-prompt): Use with-current-buffer.
14816 (gdb-insert-field): Add help-echo text.
14817 (gdb-invalidate-assembler): Re-display of assembler now done in
14818 gdb-info-breakpoints-custom.
14819 (gdb-info-breakpoints-custom): Force re-display of assembler to
14820 happen *after* update of breakpoints buffer.
14821 (gdb-display-source-buffer): Don't choke if gdb-source-window
14822 isn't visible.
14823 (gdb-put-string, gdb-put-arrow): Remove free variables.
14824
14825 2003-08-24 John Paul Wallington <jpw@gnu.org>
14826
14827 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
14828
14829 * man.el (Man-default-man-entry): Strip text properties when
14830 snarfing parts of entry because `format' preserves properties.
14831
14832 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
14833
14834 * files.el (file-newest-backup): Use `expand-file-name'.
14835
14836 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
14837 Allow the diary to pop up a new frame, if needed.
14838
14839 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
14840 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
14841 (smtpmail-send-it): Make treatment of envelope-from consistent with
14842 sendmail.el.
14843
14844 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
14845 (sh-leading-keywords): Add the bash `time' reserved word.
14846 (sh-variables): Add some bash variables.
14847 (sh-add-completer): Fix nil branch of case statement.
14848
14849 2003-08-24 Masatake YAMATO <jet@gyve.org>
14850
14851 * progmodes/ld-script.el: New file.
14852
14853 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
14854
14855 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
14856
14857 2003-08-23 Andre Spiegel <spiegel@gnu.org>
14858
14859 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
14860 Better explain obsolescence, and what to use instead.
14861
14862 2003-08-23 Masatake YAMATO <jet@gyve.org>
14863
14864 * pcvs.el (cvs-do-removal): Show the deleted file name
14865 on the prompt.
14866
14867 2003-08-20 Dave Love <fx@gnu.org>
14868
14869 * international/mule.el (make-coding-system)
14870 (set-buffer-file-coding-system): Doc fix.
14871
14872 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
14873
14874 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
14875
14876 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
14877
14878 * international/utf-16.el: Add mime-text-unsuitable coding system
14879 properties.
14880
14881 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
14882
14883 * cus-edit.el: Add some :links.
14884 (bib): Remove.
14885
14886 * textmodes/bib-mode.el (bib): Add :group external.
14887
14888 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
14889
14890 * wid-edit.el (widget-echo-help): Make it handle expressions that
14891 evaluate to strings.
14892
14893 2003-08-18 Michael Mauger <mmaug@yahoo.com>
14894
14895 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
14896
14897 Simplify selection of SQL products to define highlighting and
14898 interactive mode. Includes detailed instructions on adding
14899 support for new products.
14900
14901 * progmodes/sql.el (sql-product): New variable. Identifies SQL
14902 product for use in highlighting and interactive mode.
14903 (sql-interactive-product): New variable. SQL product for
14904 sql-interactive-mode.
14905 (sql-product-support): New variable. Specifies product-specific
14906 parameters to drive highlighting and interactive mode.
14907 (sql-imenu-generic-expression): Add more object types.
14908 (sql-sqlite-options): Correct comment.
14909 (sql-ms-program): Use "osql" rather than "isql".
14910 (sql-prompt-regexp, sql-prompt-length): Update comment.
14911 (sql-mode-menu): Add "Start SQLi session" entry.
14912 Replace Highlighting submenu with Product menu. Fix Send Region entry.
14913 (sql-mode-abbrev-table): Add abbreviations. Support of
14914 SYSTEM-FLAG on define-abbrev. Support was removed with last
14915 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
14916 (sql-mode-font-lock-object-name): Add font-lock pattern for object
14917 names.
14918 (sql-mode-ansi-font-lock-keywords): Set as default value.
14919 (sql-mode-oracle-font-lock-keywords): Set as default value.
14920 Support Oracle 9i keywords.
14921 (sql-mode-postgres-font-lock-keywords): Set as default value.
14922 (sql-mode-linter-font-lock-keywords): Set as default value.
14923 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
14924 SQLServer 2000.
14925 (sql-mode-sybase-font-lock-keywords)
14926 (sql-mode-interbase-font-lock-keywords)
14927 (sql-mode-sqlite-font-lock-keywords)
14928 (sql-mode-strong-font-lock-keywords)
14929 (sql-mode-mysql-font-lock-keywords)
14930 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
14931 keywords.
14932 (sql-mode-font-lock-defaults): Update comment.
14933 (sql-product-feature): New function. Returns feature associated
14934 with a product from `sql-product-support' alist.
14935 (sql-product-font-lock): New function. Set font-lock support
14936 based on `sql-product'.
14937 (sql-add-product-keywords): New function. Add font-lock rules to
14938 product-specific keyword variables.
14939 (sql-set-product): New function. Set `sql-product' and apply
14940 appropriate font-lock highlighting.
14941 (sql-highlight-product): New function. Set font-lock support
14942 based on a product. Also set mode name to include product name.
14943 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
14944 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
14945 Use `sql-set-product'.
14946 (sql-highlight-ms-keywords)
14947 (sql-highlight-sybase-keywords)
14948 (sql-highlight-interbase-keywords)
14949 (sql-highlight-strong-keywords)
14950 (sql-highlight-mysql-keywords)
14951 (sql-highlight-sqlite-keywords)
14952 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
14953 (sql-get-login): Prompt in the same order as the tokens.
14954 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
14955 (sql-product-interactive): New function. Common portions of
14956 product-specific interactive mode wrappers.
14957 (sql-interactive-mode): Rewritten to use product features.
14958 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
14959 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
14960 (sql-db2, sql-linter): Use `sql-product-interactive'.
14961 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
14962 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
14963 (sql-connect-ingres, sql-connect-postgres)
14964 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
14965 New functions. Format command line parameters and invoke comint on
14966 the appropriate interpreter. Code was in the corresponding
14967 `sql-xyz' function before.
14968 (sql-connect-ms): New function. Support -E argument to use
14969 operating system credentials for authentication.
14970
14971 2003-08-18 Kenichi Handa <handa@m17n.org>
14972
14973 * international/mule.el (encode-char): Fix for the ASCII case.
14974
14975 2003-08-15 Kenichi Handa <handa@m17n.org>
14976
14977 * international/fontset.el (setup-default-fontset): Change "*" to
14978 nil in the specifications of font family.
14979
14980 2003-08-18 Kim F. Storm <storm@cua.dk>
14981
14982 * kmacro.el (kmacro-keymap): Group related bindings in
14983 initialization for clarity. Bind C-s to start macro.
14984 Remove C-r binding.
14985 (kmacro-initial-counter-value): New defvar to hold initial counter
14986 value in case we set the value before defining a macro.
14987 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
14988 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
14989 not defining or executing macro. Doc fix.
14990 (kmacro-add-counter): Clear kmacro-initial-counter-value.
14991 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
14992 temporarily view older elements on the macro ring without cycling
14993 the ring.
14994 (kmacro-display): Doc fix.
14995 (kmacro-exec-ring-item): New helper function.
14996 (kmacro-call-ring-2nd): Use it.
14997 (kmacro-call-ring-2nd-repeat): Doc fix.
14998 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
14999 (kmacro-end-or-call-macro): Execute last viewed macro (using
15000 kmacro-exec-ring-item) from ring if this follows
15001 kmacro-view-macro. This allows us to find a macro on the ring
15002 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
15003 the ring to bring it to the head of the ring.
15004 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
15005 Allow binding to reserved keys without specifying C-x C-k prefix.
15006 Ask for confirmation if entered key sequence is already bound to
15007 a non-macro command.
15008 (kmacro-view-macro): Repeating command will show older elements
15009 on the macro ring; C-k will execute the last viewed macro.
15010 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
15011 property from 'ring to 'head.
15012
15013 2003-08-17 Alan Shutko <ats@acm.org>
15014
15015 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
15016 keeping December out of the alist.
15017
15018 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
15019
15020 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
15021 * calendar/calendar.el (calendar-mode-map): Bind it to key.
15022 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
15023 (calendar-flatten): New function.
15024 (calendar-mouse-view-other-diary-entries)
15025 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
15026 in the menu title and to show multi-line diary entries correctly
15027 in the menu.
15028
15029 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
15030
15031 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
15032 defcustom, because the default was recently changed.
15033
15034 2003-08-16 Richard M. Stallman <rms@gnu.org>
15035
15036 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
15037
15038 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
15039 New subroutine, broken out of eval-last-sexp-1.
15040 (eval-last-sexp-1): Use eval-last-sexp-print-value.
15041
15042 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
15043
15044 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
15045
15046 * simple.el (eval-expression): Use eval-last-sexp-print-value.
15047
15048 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
15049
15050 * progmodes/compile.el (compilation-error-regexp-alist):
15051 Add Java ANt error detection as described in document
15052 http://ant.apache.org/faq.html
15053
15054 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
15055
15056 * simple.el (backward-word, forward-to-indentation)
15057 (backward-to-indentation): Argument changed to optional.
15058 (next-line, previous-line): Use `or' instead of `unless'.
15059
15060 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15061
15062 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
15063 instead of a constant.
15064
15065 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
15066
15067 * shell.el (shell): With prefix-arg, suggest a new buffer name.
15068
15069 2003-08-12 Andre Spiegel <spiegel@gnu.org>
15070
15071 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
15072 (vc-sccs-workfile-version): Search the entire delta table, rather
15073 than just the first entry, because that might be a deleted version.
15074
15075 2003-08-11 Karl Fogel <kfogel@red-bean.com>
15076
15077 * menu-bar.el (menu-bar-options-menu): Supply a body for the
15078 [save-place] binding in the Options menu. Have it require
15079 'saveplace' and then toggle the variable manually, to avoid an an
15080 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
15081 for the bug report.
15082
15083 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
15084
15085 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
15086 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
15087 (gdb-info-threads-custom): Add help-echo text.
15088 (gdb-display-back): Don't use purecopy.
15089 (gdb-info-breakpoints-custom, gdb-reset)
15090 (gdb-assembler-custom): Use display-images-p to test if breakpoint
15091 icons can be displayed.
15092
15093 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
15094
15095 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
15096
15097 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
15098
15099 * bookmark.el (bookmark-completing-read):
15100 Return a string, instead of a list of one string.
15101 Use a popup menu if activated from the mouse.
15102 (bookmark-edit-annotation): Remove unused vars.
15103 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
15104 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
15105 to bookmark-completing-read.
15106 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
15107 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
15108 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
15109 and erase-buffer.
15110 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
15111 (bookmark-menu-jump, bookmark-menu-insert)
15112 (bookmark-popup-menu-and-apply-function)
15113 (bookmark-menu-popup-paned-bookmark-menu): Remove.
15114 (bookmark-menu-build-paned-menu): Remove by folding it into
15115 bookmark-menu-popup-paned-menu.
15116 (menu-bar-bookmark-map): Move the define-key statements here.
15117 Use the "non-menu" commands since they now pop up a menu if needed.
15118 (bookmark-exit-hook-internal): Simplify.
15119
15120 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
15121
15122 * reftex-toc.el (reftex-toc-rename-label): New function.
15123 (reftex-toc-check-docstruct): New function.
15124
15125 * reftex.el (reftex-region-active-p): New function.
15126
15127 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
15128 regexp to find the \bibliography macro.
15129
15130 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
15131 which does not exist in LaTeX.
15132 (reftex-cite-format-builtin): Added amsrefs support.
15133 (reftex-toc-confirm-promotion): New option
15134
15135 * reftex-toc.el
15136 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
15137 (reftex-toc-demote, reftex-toc-promote)
15138 (reftex-toc-do-promote, reftex-toc-promote-prepare)
15139 (reftex-toc-promote-action, reftex-toc-extract-section-number)
15140 (reftex-toc-newhead-from-alist)
15141 (reftex-toc-load-all-files-for-promotion): New functions.
15142 (reftex-toc-help): Added description of new keys.
15143 (reftex-toc-split-windows-fraction): New option.
15144 (reftex-recenter-toc-when-idle): Search *toc* window on all
15145 visible frames.
15146 (reftex-toc): Additional parameter REUSE
15147 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
15148 with REUSE argument.
15149 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
15150 the call of `reftex-toc'.
15151 (reftex-make-separate-toc-frame): New function .
15152 (reftex-toc-recenter): When called with triple prefix arg, call
15153 `reftex-make-separate-toc-frame' first.
15154 (reftex-toc-toggle-dedicated-frame): New command.
15155 (reftex-toc-quit): Adapted to delete frame when called in
15156 dedicated frame.
15157
15158 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
15159 all enclosing macros.
15160
15161
15162 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15163
15164 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
15165 first use.
15166
15167 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15168
15169 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
15170
15171 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
15172
15173 * calendar/calendar.el (list-diary-entries-hook)
15174 (diary-display-hook, nongregorian-diary-listing-hook)
15175 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
15176 Add some customize options for these hooks.
15177 (calendar-abbrev-construct): Don't try to take a substring longer
15178 than the original string.
15179
15180 2003-08-05 Richard M. Stallman <rms@gnu.org>
15181
15182 * emacs-lisp/testcover.el (noreturn): Report error if does return.
15183 (testcover-reinstrument-clauses): Doc fix.
15184
15185 * emacs-lisp/warnings.el: Doc fixes, args renamed.
15186 (warning-type-format): Rename from warning-group-format.
15187
15188 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
15189 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
15190 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
15191 to prevent warnings about defvar for an obsolete variable.
15192
15193 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
15194 warning-group-format renamed to warning-type-format.
15195
15196 * subr.el (read-passwd): Use clear-string instead of fillarray.
15197
15198 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
15199 Use vconcat instead of concat.
15200 (edmacro-sanitize-for-string): New function.
15201
15202 2003-08-05 Dave Love <fx@gnu.org>
15203
15204 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
15205 line-number-display-limit-width.
15206
15207 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
15208
15209 2003-08-05 Kenichi Handa <handa@m17n.org>
15210
15211 * international/code-pages.el: Don't require mule-diag.
15212
15213 * international/mule-diag.el (non-iso-charset-alist):
15214 Add autoload cookie.
15215
15216 * language/devan-util.el (dev-glyph-order): Add an entry for the
15217 glyph code #xC4.
15218
15219 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
15220
15221 * calendar/calendar.el (diary-file, diary-file-name-prefix)
15222 (european-calendar-style, diary-date-forms)
15223 (calendar-day-name-array, calendar-month-name-array): Doc change.
15224 (generate-calendar-month): Adapt for new behaviour of
15225 `calendar-day-name' function.
15226 (calendar-abbrev-length, calendar-day-abbrev-array)
15227 (calendar-month-abbrev-array): New variables.
15228 (calendar-abbrev-construct): New function.
15229 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
15230 rather than fixing abbrevs at some width. Calling syntax change.
15231 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
15232 (calendar-date-string): Adapt for new behaviours of
15233 `calendar-day-name' and `calendar-month-name' functions.
15234
15235 * calendar/diary-lib.el (list-diary-entries): Adapt for new
15236 behaviour of `calendar-day-name' and `calendar-month-name' functions.
15237 (diary-name-pattern): Use abbrev arrays, rather than fixing
15238 abbrevs at three chars. Calling syntax change.
15239 (mark-diary-entries): Adapt for new behaviours of
15240 `diary-name-pattern' and `calendar-make-alist' functions.
15241 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
15242 `diary-name-pattern' function.
15243 (font-lock-diary-date-forms): Use abbrev arrays, rather than
15244 fixing abbrevs at three chars. Calling syntax change.
15245 (cal-hebrew, cal-islam): Require when compiling.
15246 (diary-font-lock-keywords): Adapt for new behaviour of
15247 `font-lock-diary-date-forms' function.
15248
15249 * calendar/cal-hebrew.el: Reposition some code so defined before used.
15250 (calendar-hebrew-month-name-array-common-year)
15251 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
15252 (list-hebrew-diary-entries): Adapt for new behaviours of
15253 `calendar-day-name' and `add-to-diary-list' functions.
15254 (mark-hebrew-diary-entries): Adapt for new behaviours of
15255 `diary-name-pattern' and `calendar-make-alist' functions.
15256
15257 * calendar/cal-islam.el (calendar-islamic-month-name-array):
15258 Add doc string.
15259 (list-islamic-diary-entries): Adapt for new behaviours of
15260 `calendar-day-name' and `add-to-diary-list' functions.
15261 (mark-islamic-diary-entries): Adapt for new behaviours of
15262 `diary-name-pattern' and `calendar-make-alist' functions.
15263
15264 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
15265 `calendar-month-name' function.
15266
15267 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
15268
15269 * calendar/solar.el (solar-seasons-data): Move definition before use.
15270
15271 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
15272 (cal-tex-LaTeX-hourbox): Move definition before use.
15273
15274 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el,
15275 cal-julian.el, cal-menu.el, cal-move.el, holidays.el,
15276 lunar.el, solar.el
15277 (displayed-month, displayed-year): Define for compiler.
15278
15279 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15280
15281 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
15282 MODE. Renamed from c-init-c-language-vars'.
15283 (c-initialize-cc-mode): Change accordingly.
15284 (c-common-init): Ditto.
15285 (c-mode): Ditto.
15286 (c++-mode): Use `c-init-language-vars-for'.
15287 (objc-mode): Ditto.
15288 (java-mode): Ditto.
15289 (idl-mode): Ditto.
15290 (pike-mode): Ditto.
15291 (awk-mode): Ditto.
15292
15293 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
15294
15295 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
15296 or not the point moved.
15297
15298 (c-search-decl-header-end): Don't trip up on operator identifiers
15299 in C++ and operators like == in all languages.
15300
15301 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
15302 Detect leading labels correctly.
15303
15304 2003-08-02 Andreas Schwab <schwab@suse.de>
15305
15306 * textmodes/ispell.el: Don't redo key bindings on loading, put
15307 them only in loaddefs.el.
15308 * bookmark.el: Likewise.
15309 * dabbrev.el: Likewise.
15310 * emerge.el: Likewise.
15311
15312 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
15313 has more than one member.
15314
15315 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
15316
15317 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15318
15319 * lpr.el (printify-region): It was ending conversion before the
15320 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
15321
15322 2003-07-31 John Paul Wallington <jpw@gnu.org>
15323
15324 * net/browse-url.el (browse-url-epiphany): Doc fix.
15325
15326 2003-07-30 Kenichi Handa <handa@m17n.org>
15327
15328 * international/fontset.el (setup-default-fontset):
15329 Change registry names of Akurti fonts.
15330
15331 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
15332
15333 * comint.el (comint-read-noecho): Use `clear-string' instead of
15334 `fillarray'.
15335
15336 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
15337
15338 * outline.el (outline-mode-hook): Add defvar.
15339
15340 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
15341
15342 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
15343 Restore assembler in source window if that is what has been selected.
15344 (menu): Add gdb-restore-windows to menu. Make gdba
15345 specific menus only visible from gdba.
15346
15347 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
15348
15349 * progmodes/compile.el (compilation-environment): New user variable.
15350 (compile-internal): Respect it.
15351
15352 2003-07-23 Masatake YAMATO <jet@gyve.org>
15353
15354 * progmodes/gud.el (gdb-script-font-lock-keywords):
15355 Put `font-lock-function-name-face' on a symbol which includes
15356 `-' like `hook-run'. Put font-lock-variable-name-face
15357 on a symbol starting with $.
15358
15359 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
15360
15361 * files.el (set-visited-file-name): Use truename for buffer-file-name.
15362
15363 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15364
15365 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
15366
15367 2003-07-26 Andre Spiegel <spiegel@gnu.org>
15368
15369 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
15370 Use with-no-warnings.
15371 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
15372 rather than to find-file-not-found-hook, which doesn't exist.
15373
15374 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
15375
15376 * international/quail.el (quail-translate-key): Fix previous change.
15377
15378 2003-07-25 John Paul Wallington <jpw@gnu.org>
15379
15380 * server.el (server-start): Check `server-process' is non-nil
15381 before killing it to avoid killing current buffer's process.
15382
15383 * simple.el (choose-completion-string): Use `minibufferp';
15384 test `completion-reference-buffer' if `buffer' arg is nil.
15385 (push-mark): Use `when' and `unless'.
15386 (pop-mark): Use `when'.
15387
15388 * mouse-sel.el (mouse-sel-get-selection-function):
15389 Check `x-last-selected-text-primary'. Don't barf if it or
15390 `x-last-selected-text' aren't bound.
15391
15392 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15393
15394 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
15395
15396 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
15397
15398 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
15399
15400 2003-07-23 John Paul Wallington <jpw@gnu.org>
15401
15402 * tooltip.el (defface tooltip): Inherit from variable-pitch.
15403
15404 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
15405
15406 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
15407 string. Defvar the derived hook.
15408
15409 * macros.el (insert-kbd-macro): Escape double quote character.
15410 From Thomas W Murphy <twm@andrew.cmu.edu>.
15411
15412 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
15413
15414 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
15415 to match the specific mark rather than reusing comment-start-skip.
15416
15417 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
15418
15419 * progmodes/hideshow.el (hs-special-modes-alist):
15420 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
15421
15422 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
15423
15424 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
15425 value using ?\s.
15426
15427 2003-07-21 John Paul Wallington <jpw@gnu.org>
15428
15429 * subr.el (with-selected-window): Add closing paren.
15430
15431 2003-07-21 Richard M. Stallman <rms@gnu.org>
15432
15433 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
15434 (lisp-mode): Likewise.
15435
15436 * subr.el (with-selected-window): Copy code form save-selected-window
15437 so as to call select-window with norecord arg.
15438 (dynamic-completion-table): Doc fix.
15439 (lazy-completion-table): Doc fix.
15440
15441 * international/mule-cmds.el (set-locale-environment):
15442 langinfo renamed to locale-info.
15443
15444 * international/mule.el (auto-coding-functions): Doc fix.
15445
15446 2003-07-21 Kenichi Handa <handa@m17n.org>
15447
15448 * international/quail.el (quail-translate-key):
15449 Update quail-current-str correctly.
15450
15451 2003-07-21 Andreas Schwab <schwab@suse.de>
15452
15453 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
15454 ?, to "_".
15455
15456 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
15457 Version 2.0.36 of Tramp released.
15458
15459 * net/tramp.el (tramp-default-password-end-of-line): Rename from
15460 tramp-password-end-of-line.
15461 (tramp-password-end-of-line): New method parameter.
15462 (tramp-get-password-end-of-line): Function to access method
15463 parameter `tramp-password-end-of-line', or variable
15464 `tramp-default-password-end-of-line' (default value).
15465 (tramp-methods): Add entries for new parameter
15466 tramp-password-end-of-line.
15467 (tramp-enter-password): Use new function
15468 `tramp-get-password-end-of-line'.
15469 (tramp-handle-insert-file-contents): Do not
15470 unconditionally inhibit the file operation file-local-copy, only
15471 do that when the inhibit-file-name-operation is currently
15472 insert-file-contents. This fixes finding remote CVS-controlled
15473 files. (It would barf on inserting the CVS/Entries file
15474 literally, because the file-local-copy handler wasn't called.)
15475 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
15476 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
15477 (tramp-initial-commands): New variable.
15478 (tramp-process-initial-commands): New function, using the variable.
15479 (tramp-open-connection-setup-interactive-shell): Call the new function.
15480 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
15481 method into the buffer name, never use nil. Reported by Hanak
15482 David <dhanak@inf.bme.hu>.
15483 (tramp-open-connection-setup-interactive-shell): Erase buffer
15484 before sending "stty -onlcr".
15485
15486 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
15487
15488 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
15489
15490 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
15491
15492 2003-07-19 John Paul Wallington <jpw@gnu.org>
15493
15494 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
15495 (artist-draw-rect, artist-draw-square): Doc fixes.
15496
15497 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
15498
15499 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
15500
15501 2003-07-19 Kenichi Handa <handa@m17n.org>
15502
15503 * international/kkc.el (kkc-show-conversion-list-update):
15504 Highlight the correct candidate in the message.
15505
15506 2003-07-18 John Paul Wallington <jpw@gnu.org>
15507
15508 * simple.el (current-word): Don't include punctuation char when
15509 `really-word' arg is non-nil.
15510
15511 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
15512
15513 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
15514 moved to the directory obsolete.
15515
15516 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
15517
15518 * info.el (Info-menu-entry-name-re): Allow newlines in
15519 menu entry names.
15520
15521 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
15522 syntax-ppss-after-change-function.
15523 (syntax-ppss-after-change-function): New alias. Update uses.
15524 (syntax-ppss): Catch the case where the buffer is narrowed.
15525
15526 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15527
15528 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
15529 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
15530
15531 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
15532
15533 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
15534 since it might be modified.
15535
15536 * progmodes/cc-langs.el (c++-make-template-syntax-table)
15537 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
15538 names to these language constants.
15539
15540 2003-07-15 Kim F. Storm <storm@cua.dk>
15541
15542 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
15543 All uses changed.
15544
15545 2003-07-14 Mark A. Hershberger <mah@everybody.org>
15546
15547 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
15548 Namespace support.
15549
15550 2003-07-13 Juanma Barranquero <lektu@terra.es>
15551
15552 * frame.el (modify-all-frames-parameters): Reinstall (copyright
15553 papers received).
15554
15555 2003-07-13 Karl Eichwalder <ke@suse.de>
15556
15557 * textmodes/po.el (po-find-charset): White space at the start of the
15558 Content-Type field body is non-mandatory.
15559
15560 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
15561
15562 * textmodes/texinfo.el (texinfo-section-list):
15563 Append appendixsection; a synonym for appendixsec.
15564
15565 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
15566
15567 * man.el (Man-translate-cleanup): New.
15568 (Man-translate-references): Call `Man-translate-cleanup' to clean
15569 leading, trailing and middle spaces.
15570
15571 2003-07-13 Lars Hansen <larsh@math.ku.dk>
15572
15573 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
15574 Handle `dired-directory' being a list.
15575
15576 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
15577
15578 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
15579 it doesn't exist.
15580
15581 2003-07-12 Richard M. Stallman <rms@gnu.org>
15582
15583 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
15584
15585 * progmodes/cc-defs.el (c-make-keywords-re):
15586 Don't use delete-duplicates.
15587 (c-lang-const): Don't use mapcan.
15588
15589 * apropos.el (apropos-show-scores): Make it customizable.
15590 Document new meaning.
15591 (apropos): Compute scores from symbols.
15592 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
15593
15594 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15595
15596 * ps-bdf.el: Fix copyright line.
15597 (bdf-directory-list): Fix initialization code.
15598
15599 2003-07-11 John Paul Wallington <jpw@gnu.org>
15600
15601 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
15602 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
15603 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
15604
15605 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
15606
15607 * emacs-lisp/ring.el (ring-elements): Doc fix.
15608
15609 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
15610
15611 * calendar/timeclock.el (timeclock-relative)
15612 (timeclock-ask-before-exiting, timeclock-use-display-time):
15613 Doc changes.
15614 (timeclock-modeline-display): Give a message if
15615 `timeclock-use-display-time' is non-nil but `display-time-mode'
15616 is not active.
15617
15618 2003-07-11 Kenichi Handa <handa@m17n.org>
15619
15620 * international/mule-cmds.el (set-language-environment):
15621 Set current-language-environment to the correct string.
15622
15623 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15624
15625 * ps-print.el: Print line number correctly in a region. Reported by
15626 Tim Allen <timallen@ls83.fsnet.co.uk>.
15627 (ps-print-version): New version number (6.6.2).
15628 (ps-printing-region): Code fix.
15629
15630 2003-07-10 John Paul Wallington <jpw@gnu.org>
15631
15632 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
15633 this function can be called from `add-completions-from-tags-table'.
15634
15635 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
15636
15637 * calendar/timeclock.el (timeclock-use-display-time)
15638 (timeclock-day-over-hook, timeclock-workday-remaining)
15639 (timeclock-status-string, timeclock-when-to-leave)
15640 (timeclock-when-to-leave-string, timeclock-log-data)
15641 (timeclock-find-discrep, timeclock-day-base)
15642 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
15643 (timeclock-modeline-display): Set the variable
15644 `timeclock-modeline-display'.
15645 (timeclock-update-modeline): Doc fix. Respect value of
15646 `timeclock-relative'.
15647
15648 2003-07-09 Richard M. Stallman <rms@gnu.org>
15649
15650 * textmodes/reftex-parse.el (reftex-all-document-files):
15651 Add autoload cookie.
15652
15653 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
15654 (reftex-scanning-info-available-p): Add autoload cookie.
15655
15656 * international/mule-cmds.el
15657 (set-display-table-and-terminal-coding-system): Delete duplicate
15658 aset on standard-display-table.
15659
15660 * view.el (view-file): If existing buffer's major mode is special,
15661 don't go into view mode.
15662
15663 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
15664
15665 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15666
15667 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
15668 buffer changes; there's third party code that calls this function
15669 directly.
15670
15671 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15672
15673 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
15674 (autodoc-font-lock-keywords): Don't byte compile on font lock
15675 initialization when running from byte compiled files.
15676
15677 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
15678
15679 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
15680 statement ends with auto-increment "++".
15681
15682 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
15683
15684 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15685 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15686 these are changed, so declare them as variables and not constants.
15687
15688 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
15689
15690 * subr.el (dolist, dotimes): Doc fix.
15691
15692 2003-07-08 Kim F. Storm <storm@cua.dk>
15693
15694 * international/mule-cmds.el
15695 (set-display-table-and-terminal-coding-system): Don't break
15696 bootstrap if standard-display-table isn't setup yet.
15697
15698 2003-07-07 Richard M. Stallman <rms@gnu.org>
15699
15700 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
15701 Give it a doc string, and autoload it.
15702
15703 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
15704 Use with-no-warnings.
15705
15706 * info.el (Info-search): If find invisible text, search again.
15707
15708 * isearch.el (search-whitespace-regexp): Add a shy group around it.
15709
15710 * man.el (Man-name-regexp): Match + as part of name.
15711
15712 * simple.el (visible-mode): Rename from vis-mode.
15713 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
15714
15715 * simple.el (current-word): New arg REALLY-WORD specifies
15716 don't include punctuation chars.
15717
15718 * emacs-lisp/debug.el (debug, debugger-env-macro):
15719 Use with-no-warnings while accessing and binding unread-command-char.
15720
15721 * international/mule-cmds.el
15722 (set-display-table-and-terminal-coding-system): Use explicit loop
15723 instead of calling standard-display-default.
15724
15725 * net/ange-ftp.el (ange-ftp-file-symlink-p):
15726 Use condition-case to catch error in ange-ftp-get-files.
15727
15728 * net/browse-url.el (browse-url-browser-function):
15729 Add alternative for Epiphany.
15730 (browse-url-epiphany-program, browse-url-epiphany-arguments)
15731 (browse-url-epiphany-startup-arguments)
15732 (browse-url-epiphany-new-window-is-tab): New variables.
15733 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
15734
15735 * progmodes/compile.el (compile-auto-highlight): Default now t.
15736 (compile): Doc fix.
15737 (compilation-next-error): Fix previous change.
15738
15739 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
15740
15741 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
15742
15743 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
15744
15745 * gdb-ui.el (gdb-source-info): Display current frame when
15746 attaching to an existing process.
15747 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
15748 while laying out windows when attaching to an existing process.
15749
15750 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
15751
15752 * info.el (Info-menu): Use Info-menu-entry-name-re.
15753
15754 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
15755
15756 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
15757 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
15758
15759 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
15760 to match the same text.
15761
15762 2003-07-06 John Paul Wallington <jpw@gnu.org>
15763
15764 * vc.el (vc-annotate-offset): Move defvar up.
15765
15766 2003-07-06 Kim F. Storm <storm@cua.dk>
15767
15768 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
15769 This should fix the infinite loop when extracting menu names.
15770
15771 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15772
15773 * files.el (auto-mode-alist, interpreter-mode-alist):
15774 Remove entries to CC Mode modes to avoid duplicates; they are now added
15775 with autoload directives in cc-mode.el.
15776
15777 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
15778
15779 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
15780 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
15781 these are changed, so declare them as variables and not constants.
15782
15783 * progmodes/cc-mode.el: Fix some autoload problems: Try to
15784 ensure that the entry for ".c" extension comes before the one for
15785 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
15786 Fix incorrect entries that were added to `interpreter-mode-alist'.
15787 Move the autoload directives for AWK to the top level since they
15788 aren't recognized anywhere else. Do not use the new AWK mode doc
15789 in the autoload form for the old AWK mode.
15790
15791 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15792
15793 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
15794 (bibtex-sort-ignore-string-entries): Default value t.
15795 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
15796 erroneously in previous version.
15797 (bibtex-string-files): Docstring reflects new parsing scheme.
15798 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
15799 docstring, add # as one of the chars to crush
15800 (bibtex-autokey-prefix-string, bibtex-autokey-names)
15801 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
15802 (bibtex-autokey-name-change-strings)
15803 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
15804 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
15805 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
15806 (bibtex-autokey-title-terminators)
15807 (bibtex-autokey-titlewords-stretch)
15808 (bibtex-autokey-titleword-ignore)
15809 (bibtex-autokey-titleword-case-convert)
15810 (bibtex-autokey-titleword-abbrevs)
15811 (bibtex-autokey-titleword-abbrevs)
15812 (bibtex-autokey-titleword-change-strings)
15813 (bibtex-autokey-titleword-length)
15814 (bibtex-autokey-titleword-separator)
15815 (bibtex-autokey-name-year-separator)
15816 (bibtex-autokey-year-title-separator)
15817 (bibtex-autokey-before-presentation-function)
15818 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
15819 Fix docstring.
15820 (bibtex-strings, bibtex-reference-keys):
15821 Use lazy-completion-table and make-variable-buffer-local.
15822 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
15823 (bibtex-braced-string-syntax-table)
15824 (bibtex-quoted-string-syntax-table): New variables.
15825 (bibtex-parse-nested-braces): Remove.
15826 (bibtex-parse-field-string): Use syntax table and forward-sexp.
15827 (bibtex-parse-association): Simplify.
15828 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
15829 (bibtex-parse-field-text): Simplify.
15830 (bibtex-search-forward-field, bibtex-search-backward-field):
15831 argument BOUND can take value t.
15832 (bibtex-start-of-field, bibtex-start-of-name-in-field)
15833 (bibtex-end-of-name-in-field, bibtex-end-of-field)
15834 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
15835 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
15836 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
15837 (bibtex-skip-to-valid-entry): Return buffer position of beginning
15838 and ending of entry. Update for changes of bibtex-search-entry.
15839 Simplify.
15840 (bibtex-map-entries): FUN is called with three arguments.
15841 (bibtex-search-entry): Return a cons pair with buffer positions of
15842 beginning and end of entry.
15843 (bibtex-enclosing-field): Simplify.
15844 (bibtex-format-entry): Use booktitle to set a missing title.
15845 (bibtex-autokey-get-names): Fiddle with regexps.
15846 (bibtex-generate-autokey): Use identity.
15847 (bibtex-parse-keys): Use simplified parsing algorithm if
15848 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
15849 arguments. Return alist of keys.
15850 (bibtex-parse-strings): Simplify. Return alist of strings.
15851 (bibtex-complete-string-cleanup): Fix docstring.
15852 (bibtex-read-key): New function.
15853 (bibtex-mode): Fix docstring. Do not parse for keys and
15854 strings when the mode is entered. Set fill-paragraph-function to
15855 bibtex-fill-field. Setup font-lock-mark-block-function the way
15856 font-lock intended.
15857 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
15858 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
15859 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
15860 (bibtex-Preamble): Avoid hard coded constants.
15861 (bibtex-make-field): Fix docstring. Simplify.
15862 (bibtex-beginning-of-entry): Always return new position of point.
15863 (bibtex-end-of-entry): Rearrange cond clauses.
15864 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
15865 Update for changes of bibtex-map-entries.
15866 (bibtex-ispell-abstract): Do not move point.
15867 (bibtex-entry-index): Use downcase. Simplify.
15868 (bibtex-lessp): Handle catch-all.
15869 (bibtex-find-crossref): Turn into a command.
15870 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
15871 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
15872 preamble entries.
15873 (bibtex-fill-field-bounds): New function.
15874 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
15875 (bibtex-fill-entry): Use bibtex-fill-field-bounds
15876 (bibtex-String): Use bibtex-strings. Always obey
15877 bibtex-sort-ignore-string-entries.
15878
15879 2003-07-05 John Paul Wallington <jpw@gnu.org>
15880
15881 * cus-theme.el (customize-create-theme):
15882 Call `customize-create-theme' in Reset widget's notify function.
15883
15884 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
15885 (ibuffer-mark-interactive): Use `or' instead of `unless'.
15886 (define-ibuffer-column name): Add summarizer.
15887 (define-ibuffer-column size): Likewise.
15888 (define-ibuffer-column filename): Likewise.
15889 (define-ibuffer-column process): Likewise. Change BODY's output too.
15890 (define-ibuffer-column filename-and-process): Likewise, likewise.
15891 (ibuffer): Remove local vars `already-in' and `need-update'.
15892
15893 * ibuf-ext.el: Don't require `derived' at compile-time.
15894
15895 2003-07-05 Kim F. Storm <storm@cua.dk>
15896
15897 * info.el: Disable paragraph refilling.
15898 (Info-refill-paragraphs): New defcustom.
15899 (Info-fontify-node): Use it.
15900
15901 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
15902
15903 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
15904 thingies from constructors created by defstruct.
15905
15906 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
15907 the default value of the variable.
15908 (byte-code-meter): Move declaration to top level.
15909
15910 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
15911
15912 * info.el (Info-following-node-name-re): New fun.
15913 (Info-following-node-name): Remove.
15914 (Info-insert-dir): Use the new fun.
15915 (Info-extract-pointer): Don't save restriction; use new fun.
15916 (Info-menu-entry-name-re): New const.
15917 (Info-menu-entry-name-re): Use it along with new fun.
15918 (Info-node-spec-re): Use new fun.
15919 (Info-complete-menu-item, Info-fontify-node): Use new const.
15920 (Info-goto-node, Info-follow-reference, Info-menu-update):
15921 Use match-string.
15922 (Info-follow-reference): Use assoc-string.
15923 Use a list of strings for the completion table.
15924 (Info-fontify-node): Use match-string, line-end-position.
15925 Limit the search for `node:' to the first line.
15926
15927 * newcomment.el (uncomment-region): Remove padding coming from
15928 comment-start rather than just from comment-padding.
15929
15930 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
15931 (vc-cvs-stay-local-p): Use vc-stay-local-p.
15932 (vc-cvs-rename-file): Remove (use the default).
15933 (vc-cvs-register): Register parent dir if needed.
15934 (vc-cvs-could-register): Return non-nil if parent can be registered.
15935 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
15936 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
15937
15938 * vc-svn.el (vc-svn-use-edit): Make it into a const.
15939 (vc-svn-update): Fix the arguments to `svn'.
15940 (vc-svn-diff-tree): Just use `vc-svn-diff'.
15941 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
15942 Simple implementations, assuming `name' is a URL.
15943
15944 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
15945 set of chars allowed unquoted in a case pattern.
15946
15947 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
15948
15949 * font-lock.el (font-lock-extra-types-widget)
15950 (c-font-lock-extra-types, c++-font-lock-extra-types)
15951 (objc-font-lock-extra-types, java-font-lock-extra-types)
15952 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
15953 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
15954 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
15955 (font-lock-match-c++-structor-declaration)
15956 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
15957 (c++-font-lock-keywords-3, c++-font-lock-keywords)
15958 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
15959 (objc-font-lock-keywords-3, objc-font-lock-keywords)
15960 (java-font-lock-keywords-1, java-font-lock-keywords-2)
15961 (java-font-lock-keywords-3, java-font-lock-keywords)
15962 (java-font-lock-syntactic-face-function): Remove obsolete code
15963 and constants. It's all in cc-fonts.el now.
15964
15965 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
15966
15967 * mail/sendmail.el (mail-specify-envelope-from)
15968 (mail-envelope-from): Doc fix.
15969
15970 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
15971
15972 * generic-x.el: Do away with the dependency on `c-emacs-features'
15973 when populating `rul-generic-mode-syntax-table'; we already know
15974 this isn't XEmacs.
15975
15976 See ChangeLog.10 for earlier changes.
15977
15978 ;; Local Variables:
15979 ;; coding: iso-2022-7bit
15980 ;; End:
15981
15982 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
15983 Copying and distribution of this file, with or without modification,
15984 are permitted provided the copyright notice and this notice are preserved.
15985
15986 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1