b4c654506b731216037b7647da9514788ec29e14
[bpt/emacs.git] / lisp / ChangeLog
1 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * allout.el (allout-prior-bindings, allout-added-bindings):
4 Remove, after long deprecation.
5 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
6 Add customization vars controlling allout-beginning-of-line and
7 allout-end-of-line conveniences.
8 (allout-header-prefix, allout-use-mode-specific-leader)
9 (allout-use-mode-specific-leader, allout-mode-leaders): Revised
10 docstrings.
11 (allout-infer-header-lead): Change to be an alias for
12 allout-infer-header-lead-and-primary-bullet.
13 (allout-infer-header-lead-and-primary-bullet): New version of
14 allout-infer-header-lead which assigns the primary bullet to the
15 same as the header lead, when its being changed.
16 (allout-infer-body-reindent): Apply regexp-quote instead of
17 unconditionally prepending "\\", so that all literal
18 allout-header-prefix and allout-primary-bullet strings are
19 properly handled.
20 (allout-add-resumptions): Add optional qualifier for extending or
21 appending to existing values, rather than replacing them.
22 (allout-view-change-hook): Clarify docstring.
23 (allout-exposure-change-hook): Take explicit arguments, via
24 run-hook-with-args.
25 (allout-structure-added-hook)
26 (allout-structure-deleted-hook)
27 (allout-structure-shifted-hook): New hooks analogous to
28 allout-exposure-change-hook for other kinds of structural outline
29 edits.
30 (allout-encryption-plaintext-sanitization-regexps): New encryption
31 customization variable, by which cooperating modes can provde
32 massage of the plaintext without actually being passed it.
33 (allout-encryption-ciphertext-rejection-regexps)
34 (allout-encryption-ciphertext-rejection-ceiling): New encryption
35 customization variables, by which cooperating modes can prohibit
36 rare but possible ciphertext patterns from fouling their
37 operation, with actually being passed the ciphertext.
38 (allout-mode): Run activation and deactivation hooks after the
39 minor-mode variable has been toggled, to clarify the mode
40 disposition. The new encryption ciphertext rejection variable is
41 used to ensure that the ciphertext does not contain text that
42 would be recognized as outline structural elements by allout.
43 Substite allout-beginning-of-line and allout-end-of-line for
44 conventionall beginning-of-line and end-of-line bindings.
45 If allout-old-style-prefixes is non-nil, don't nullify it on mode
46 activation!
47 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
48 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
49 (allout-chart-subtree): Implement new mode, charting only the
50 visible items in the subtree, when new 'visible' parameter is
51 non-nil.
52 (allout-end-of-subtree): Properly handle the last item in the
53 buffer.
54 (allout-pre-command-business, allout-command-counter): Increment
55 an advertised counter so that cooperating enhancements can track
56 revisions of items.
57 (allout-open-topic): Run allout-structure-added-hook with suitable
58 arguments.
59 (allout-shift-in): Run allout-structure-shifted-hook with suitable
60 arguments.
61 (allout-shift-out): Fix doubling for negative args and ensure call
62 of allout-structure-shifted-hook by solely using allout-shift-in.
63 (allout-kill-line, allout-kill-topic): Run
64 allout-structure-deleted-hook with suitable arguments.
65 (allout-yank-processing): Run allout-structure-added-hook with
66 proper arguments.
67 (allout-yank): Enclose activity in allout-unprotected.
68 (allout-flag-region): Run allout-exposure-change-hook with
69 suitable arguments, instead of making the callee infer the
70 arguments.
71 (allout-encrypt-string): Support
72 allout-encryption-plaintext-sanitization-regexps,
73 allout-encryption-ciphertext-rejection-regexps, and
74 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
75 en/de cryption mode in symmetric encryption failure message.
76 (allout-obtain-passphrase): Use copy-sequence to get a distinct
77 copy of the passphrase, and don't zero it or we'll corrupt the
78 stashed copy.
79 (allout-create-encryption-passphrase-verifier)
80 (allout-verify-passphrase): Respect the new signature for
81 allout-encrypt-string.
82 (allout-get-configvar-values): Convenience for getting a
83 configuration variable value and handling its absence gracefully.
84
85 2006-08-11 Romain Francoise <romain@orebokech.com>
86
87 * obsolete/zone-mode.el: Delete.
88
89 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
92
93 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
94
95 * emacs-lisp/bindat.el (bindat-ip-to-string):
96 Use `format-network-address' if possible.
97
98 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
99
100 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
101
102 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
103
104 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
105 restore unread-command-events here.
106 (edebug-display): Do it here, to detect sit-for interruptions.
107
108 2006-08-10 Romain Francoise <romain@orebokech.com>
109
110 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
111 (dns-mode-soa-auto-increment-serial): New user option.
112 (dns-mode-soa-maybe-increment-serial): New function.
113 (dns-mode): Add the latter to `write-contents-functions'.
114
115 * obsolete/zone-mode.el: Move to obsolete/ from net/.
116 Delete autoload cookies.
117
118 2006-08-10 John Wiegley <johnw@newartisans.com>
119
120 * eshell/em-glob.el (eshell-glob-chars-list)
121 (eshell-glob-translate-alist): Add support for [^g] in character globs.
122
123 2006-08-10 Richard Stallman <rms@gnu.org>
124
125 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
126 (facemenu-set-face): Doc fix.
127 (facemenu-listed-faces): Doc fix.
128
129 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
130
131 * avoid.el (mouse-avoidance-animating-pointer): New var.
132 (mouse-avoidance-nudge-mouse): Use it.
133 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
134 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
135 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
136 Don't activate if currently animating. All callers changed.
137
138 2006-08-09 John Wiegley <johnw@newartisans.com>
139
140 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
141 variable, which causes timeclock to report elapsed time worked,
142 instead of just work remaining.
143
144 2006-08-09 Kenichi Handa <handa@m17n.org>
145
146 * international/latexenc.el (latexenc-find-file-coding-system):
147 Fix for the case that the 2nd element of arg-list is a cons.
148
149 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
150
151 * info.el (Info-fontify-node): Handle preceding `in' for note
152 reference hiding rules.
153
154 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
155
156 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
157 mistake a closing " for an opening one.
158
159 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
160
161 * term/xterm.el (terminal-init-xterm): Add more key bindings.
162
163 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
164
165 * complete.el (PC-do-completion): Filter out completions matching
166 completion-ignored-extensions before checking whether there are
167 multiple completions.
168 Don't use `list' unnecessarily when building completion tables.
169
170 2006-08-06 Richard Stallman <rms@gnu.org>
171
172 * help.el (describe-mode): Make minor mode list more concise.
173
174 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
175
176 * bindings.el: Give mode-line-format, mode-line-modes, and
177 mode-line-position `standard-value' properties.
178
179 2006-08-05 Eli Zaretskii <eliz@gnu.org>
180
181 * buff-menu.el (list-buffers-noselect): For Info buffers, use
182 "(file)node" instead of the file name.
183
184 2006-08-05 Richard Stallman <rms@gnu.org>
185
186 * faces.el (escape-glyph): Doc fix.
187
188 2006-08-04 Kenichi Handa <handa@m17n.org>
189
190 * international/mule-diag.el (describe-font): Improve docstring
191 and error message. Use frame-parameter (not frame-parameters).
192
193 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
194
195 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
196 Correctly mark the end-of-docstring char.
197
198 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
199
200 * simple.el (line-move-to-column): Constrain move-to-column to
201 current field.
202
203 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
204
205 * font-lock.el (font-lock-beg, font-lock-end)
206 (font-lock-extend-region-functions): New vars.
207 (font-lock-extend-region-multiline)
208 (font-lock-extend-region-wholelines): New functions.
209 (font-lock-default-fontify-region): Use them.
210 (font-lock-extend-jit-lock-region-after-change): Only round up
211 if font-lock-default-fontify-region will do it as well.
212
213 * font-lock.el (font-lock-extend-after-change-region-function):
214 Rename from font-lock-extend-region-function.
215 (font-lock-extend-region): Remove by inlining at call sites.
216 (font-lock-after-change-function): Don't needlessly round up to a whole
217 number of lines.
218 (font-lock-extend-jit-lock-region-after-change): Be more careful about
219 the boundary conditions and the interactions between the various ways
220 to extend the region.
221
222 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
223
224 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
225 modification status when forcing the second redisplay.
226
227 2006-08-03 Kim F. Storm <storm@cua.dk>
228
229 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
230
231 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
232
233 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
234 doesn't look like a file name.
235
236 * complete.el (PC-expand-many-files): Avoid signalling an error when
237 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
238
239 2006-08-02 Andreas Schwab <schwab@suse.de>
240
241 * bindings.el (mode-line-format): Simplify reference to vc-mode.
242
243 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
244
245 * bindings.el (map): Make mode-line-buffer-identification-keymap
246 before defining propertized-buffer-identification.
247
248 2006-08-01 Richard Stallman <rms@gnu.org>
249
250 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
251
252 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
253
254 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
255 default value.
256 (gdb-find-source-frame): New function.
257 (menu): Add to menu bar.
258
259 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
260
261 * font-core.el (font-lock-extend-region-function)
262 (font-lock-extend-region): Move to font-lock.el.
263
264 * font-lock.el (font-lock-extend-region-function)
265 (font-lock-extend-region): Move from font-core.el. Simplify.
266
267 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
268 if needed.
269 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
270 (jit-lock-after-change-extend-region-functions): New hook.
271 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
272
273 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
274 (font-lock-turn-on-thing-lock): Use it.
275
276 * longlines.el (longlines-show-region): Make it work on read-only
277 buffers as well.
278
279 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
280
281 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
282
283 2006-07-31 Richard Stallman <rms@gnu.org>
284
285 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
286 (vhdl-speedbar-display-projects): Update old obsolete
287 speedbar variable names.
288
289 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
290
291 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
292 (gdb-stopped): Use it.
293
294 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
295
296 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
297
298 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
299 for load-history elements.
300
301 2006-07-29 Eli Zaretskii <eliz@gnu.org>
302
303 * files.el (convert-standard-filename): For Cygwin, replace
304 characters not allowed in Windows file names.
305 (make-auto-save-file-name): Add Cygwin to the list of systems
306 where the auto-save file name needs to be run through
307 convert-standard-filename.
308
309 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
310
311 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
312
313 2006-07-28 Richard Stallman <rms@gnu.org>
314
315 * bindings.el (mode-line-frame-identification)
316 (propertized-buffer-identification): Centralize the code
317 to initialize the variable.
318
319 * progmodes/grep.el (grep-default-command): Catch errors from
320 wildcard-to-regexp.
321
322 2006-07-29 Kim F. Storm <storm@cua.dk>
323
324 * progmodes/grep.el (grep-tag-default): New function.
325 (grep-default-command, grep-read-regexp): Use it.
326 (grep-read-files): Use car of grep-files-history or grep-files-aliases
327 as default if nothing else applies.
328
329 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
330
331 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
332 Throw error if buffer is not in Dired and Wdired mode, respectively.
333
334 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
335
336 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
337 self-insert-command keys don't activate buttons.
338 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
339
340 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
341
342 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
343 faces for enable character.
344
345 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
346
347 * Makefile.in (recompile): Update comment to reflect change
348 on 2004-04-21.
349
350 2006-07-27 Richard Stallman <rms@gnu.org>
351
352 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
353 (customize-package-emacs-version): Change msg when pkg has no entry.
354 (custom-no-edit): On a button, do like widget-button-press.
355
356 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
357
358 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
359 S-tab and C-S-tab.
360
361 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
362
363 * progmodes/which-func.el (which-function): Fix documentation/
364 comment typo.
365
366 2006-07-26 Richard Stallman <rms@gnu.org>
367
368 * textmodes/ispell.el (ispell-word): If we replace the word,
369 move point to the end. Insert before deleting.
370
371 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
372
373 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
374 a timer.
375
376 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
377
378 * tumme.el (tumme-backward-image): Add prefix argument. Add error
379 when at first image.
380 (tumme-forward-image): Add prefix argument. Add error when at last
381 image.
382
383 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
384
385 * tabify.el (tabify-regexp): Use more specific regexps.
386 (tabify): Avoid modifying the buffer unnecessarily.
387
388 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
389
390 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
391 (tumme-format-properties-string): Handle empty `buf'.
392 (tumme-get-comment): Change variable names inside `let'.
393 Add missing `let' variable that cause font-lock problems.
394 (tumme-write-comments): Change variable names inside `let'.
395 Add missing `let' variable that cause font-lock problems.
396 (tumme-forward-image): Rename from `tumme-forward-char'.
397 (tumme-backward-image): Rename from `tumme-backward-char'.
398
399 2006-07-25 Masatake YAMATO <jet@gyve.org>
400
401 * progmodes/ld-script.el (ld-script-keywords)
402 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
403 and add comments.
404
405 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
406
407 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
408 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
409 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
410 for status indicator.
411
412 2006-07-24 Richard Stallman <rms@gnu.org>
413
414 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
415
416 * subr.el (dolist, dotimes): Use interned symbols for locals.
417 (--dotimes-limit--, --dolist-tail--): New defvars.
418 (looking-back): Doc fix.
419
420 * replace.el (replace-match-string-symbols): Handle dotted lists.
421
422 2006-07-24 mathias <mathias@mattis>
423
424 * tumme.el (tumme-write-tags): Add.
425 (tumme-write-comments): Add.
426 (tumme-tag-files): Change to use `tumme-write-tags'.
427 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
428 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
429 (tumme-save-information-from-widgets): Change to use
430 `tumme-write-comments' and `tumme-write-tags'.
431 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
432 (tumme-write-tag): Remove.
433 (tumme-write-comment): Remove.
434 (tumme-display-previous-thumbnail-original): Remove empty line.
435 (tumme-widget-list): Add punctuation.
436
437 2006-07-24 mathias <mathias.dahl@gmail.com>
438
439 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
440
441 2006-07-24 Daiki Ueno <ueno@unixuser.org>
442
443 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
444 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
445 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
446
447 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
448
449 * mouse.el (mouse-on-link-p): Doc fix.
450
451 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
452
453 * emacs-lisp/find-func.el (find-function-search-for-symbol):
454 Handle "C-h f `".
455
456 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
457
458 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
459 column.
460
461 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
462
463 * textmodes/table.el: Add move-beginning-of-line and
464 move-end-of-line to Point Motion Only Group.
465
466 2006-07-22 Eric Hanchrow <offby1@blarg.net>
467
468 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
469
470 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
471
472 * startup.el (user-mail-address): Initialize from the `EMAIL'
473 environment variable first. Document this.
474 (command-line): Ditto.
475
476 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
477
478 * help-mode.el (help-function-def, help-variable-def)
479 (help-face-def): Print a message in the minibuffer.
480
481 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
482
483 * term/xterm.el (terminal-init-xterm): Fix key bindings
484 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
485
486 2006-07-21 Eli Zaretskii <eliz@gnu.org>
487
488 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
489 where `(nth 1 command)' is a cons cell. Doc fix.
490
491 * textmodes/po.el (po-find-charset): Doc fix.
492
493 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
494
495 * allout.el (allout-unprotected, allout-e-o-prefix-p)
496 (allout-beginning-of-current-line, allout-end-of-current-line)
497 (allout-next-visible-heading, allout-open-topic)
498 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
499 (allout-flag-current-subtree, allout-show-to-offshoot)
500 (allout-hide-current-entry, allout-show-current-branches)
501 (allout-hide-region-body, allout-old-expose-topic)
502 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
503 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
504 containing `beginning-of-line' and `end-of-line' with
505 `inhibit-field-text-motion' t.
506
507 2006-07-21 Eli Zaretskii <eliz@gnu.org>
508
509 * frame.el (focus-follows-mouse): Document that it doesn't have
510 any effect on MS-Windows.
511
512 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
513
514 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
515
516 2006-07-20 Jay Belanger <belanger@truman.edu>
517
518 * calc.el (calc-previous-alg-entry): Remove variable.
519
520 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
521 New variables.
522 (calc-alg-entry): Use `calc-alg-entry-history'.
523 (calc-do-quick-calc): Use `calc-quick-calc-history'.
524 Remove reference to `calc-previous-alg-entry'.
525 (calcAlg-edit, calcAlg-enter): Remove reference to
526 `calc-previous-alg-entry'.
527 (calcAlg-previous): Use `previous-history-element' instead of
528 `calc-previous-alg-entry'.
529 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
530 Change keybinding for `calcAlg-plus-minus', add keybindings for
531 `previous-history-element' and `next-history-element'.
532
533 * calc-rewr.el (calc-match): Remove reference to
534 `calc-previous-alg-entry'.
535
536 * calc-sel.el (calc-selection-history): New variable.
537 (calc-enter-selection, calc-sel-mult-both-sides)
538 (calc-sel-add-both-sides): Use `calc-selection-history'.
539
540 * calc-map.el (calc-get-operator-history): New variable.
541 (calc-get-operator): Use `calc-get-operator-history'.
542
543 * calcalg3.el (calc-curve-fit-history): New variable.
544 (calc-curve-fit): Use `calc-curve-fit-history'.
545
546 2006-07-20 Kenichi Handa <handa@m17n.org>
547
548 * international/mule-cmds.el (select-safe-coding-system): Fix the
549 way of deciding eol-type of the coding system.
550
551 2006-07-20 Alan Mackenzie <acm@muc.de>
552
553 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
554 (c-lang-setvar): New macro.
555 (c-make-init-lang-vars-fun): Use the initialization forms in
556 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
557 (comment-start, comment-end, comment-start-skip): Change these from
558 c-lang-defvar's to c-lang-setvar's.
559
560 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
561 which calls make-local-variable on the elements of
562 c-emacs-variable-inits.
563 (c-init-language-vars-for): Call this new macro.
564
565 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
566
567 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
568 Try to rule out false positives due to time stamps.
569 (compilation-mode-font-lock-keywords): Remove rules made redundant
570 because of the above change. Add `segmentation fault' to the known and
571 highlighted compilation termination messages.
572
573 2006-07-19 Kim F. Storm <storm@cua.dk>
574
575 * progmodes/grep.el (grep-find-ignored-directories):
576 Add .svn and _darcs to list.
577
578 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
579
580 * dired.el (dired-mode-map): Add key binding `C-te' for
581 `tumme-dired-edit-comment-and-tags'.
582
583 * tumme.el (tumme-display-thumbnail-original-image): Make sure
584 image display buffer is displayed before call to
585 `tumme-display-image.
586 (tumme-dired-display-image): Make sure image display buffer is
587 displayed before call to `tumme-display-image.
588 (tumme-mouse-display-image): Make sure image display buffer is
589 displayed before call to `tumme-display-image.
590 (tumme-widget-list): Add.
591 (tumme-dired-edit-comment-and-tags): Add.
592 (tumme-save-information-from-widgets): Add.
593
594 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
595
596 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
597
598 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
599
600 * progmodes/sh-script.el (sh-font-lock-keywords-1):
601 Revert inadvertently installed patch hunk.
602
603 * progmodes/compile.el (compilation-find-file): Handle the
604 cases where the user selects a non-existent file.
605
606 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
607
608 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
609
610 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
611
612 * subr.el (sit-for): Just sleep-for if noninteractive.
613
614 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
615
616 * emacs-lisp/autoload.el (make-autoload): Use new arg.
617
618 * custom.el (custom-autoload): Add `noset' argument.
619 (custom-push-theme): Don't autoload the variable, let callers do it.
620 (custom-theme-set-variables): Autoload the variable if necessary.
621
622 * cus-edit.el (custom-variable-state-set): If the variable was
623 originally set outside custom, but to the same value as the default,
624 consider it to be standard.
625
626 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
627 file *before* telling Emacs to add the autoloads, in case it fails.
628
629 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
630 Use `cond', push', and `dolist'.
631
632 2006-07-17 Richard Stallman <rms@gnu.org>
633
634 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
635 Add defvars to silence warnings.
636
637 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
638
639 * progmodes/compile.el (compilation-mode-font-lock-keywords):
640 Don't highlight "Compiling file" messages as error.
641
642 * dired-aux.el (dired-compress-file): Confirm again if gzipped
643 file already exists.
644
645 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
646
647 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
648 entry, don't assign to free var; simply return the extracted filename.
649 (ff-treat-as-special): Incorporate common preamble from callers.
650 (ff-other-file-name, ff-find-the-other-file):
651 Update call to ff-treat-as-special.
652
653 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
654
655 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
656
657 * tumme.el (tumme-get-comment): Fix bug.
658
659 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
660
661 * files.el: Remove spurious * in docstrings.
662
663 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
664
665 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
666 grammar.
667 (allout-beginning-of-current-line): Beware beginning of buffer.
668 Also, a comment is simplified.
669 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
670 when appropriate. (This fix enables use for other than
671 bullet-hotspot operation.)
672 (allout-hide-current-subtree): While escalating to sibling-close,
673 make sure to situate on a topic.
674
675 2006-07-14 Kim F. Storm <storm@cua.dk>
676
677 * emulation/cua-base.el (cua-delete-selection)
678 (cua-toggle-set-mark): New defcustoms.
679 (cua-rectangle-modifier-key): Add `alt' modifier.
680 (cua-replace-region): Don't delete if cua-delete-selection is nil.
681 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
682 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
683
684 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
685
686 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
687
688 * allout.el: Require 'cl during byte-compilation/interactive load,
689 for the `assert' macro.
690 (allout-mode-deactivate-hook): New hook, run when allout mode
691 deactivates.
692 (allout-developer): New allout customization subgroup.
693 (allout-run-unit-tests-on-load): New allout-developer
694 customization variable, when true allout unit tests are run towards
695 end of file load/eval.
696 (allout-inhibit-auto-fill): Disable auto-fill activity even during
697 auto-fill-mode.
698 (allout-resumptions): Remove, to be replaced by...
699 (allout-add-resumptions): Register variable settings to be
700 reinstated by `allout-do-resumptions'. The settings are made
701 buffer-local, but the locality/globality of the suspended setting
702 is restored on resumption.
703 (allout-do-resumptions): Reinstate all settings suspended using
704 `allout-add-resumptions'.
705 (allout-test-resumptions): Unit tests (and intermediate variables)
706 for resumptions.
707 (allout-tests-globally-unbound, allout-tests-globally-true)
708 (allout-tests-locally-true): Intermediate variables for
709 resumptions unit tests.
710 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
711 (allout-exposure-category): Replaces 'allout-overlay-category variable.
712 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
713 instead of retired `allout-resumptions'. For hook functions, use
714 `local' parameter so hook settings are created and removed as
715 buffer-local settings. Revise (resumptions) setting
716 auto-fill-function so it is set only if already active. (The
717 related fill-function settings are all made in either case, so
718 that activating auto-fill-mode activity will have the custom
719 allout-mode behaviors (hanging indent on topics, if configured for it).
720 Remove all allout-exposure-category overlays on mode deactivation.
721 (allout-hotspot-key-handler): New function extracted from
722 `allout-pre-command-business', so the functionality can be used
723 for other purposes, eg as a binding in an overlay.
724 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
725 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
726 customization variable.
727 (allout-run-unit-tests): Run the (currently quite small)
728 repertoire of unit tests. Called just before the provide iff user
729 has customized `allout-run-unit-tests-on-load' non-nil.
730
731 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
732
733 * emacs-lisp/authors.el (authors-aliases): Update.
734
735 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
736
737 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
738 gdb-source-window. Add dedicated argument.
739 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
740 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
741 (gdb-display-threads-buffer, gdb-display-memory-buffer)
742 (gdb-display-locals-buffer): Use it.
743
744 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
745 Set gdb-source-window.
746
747 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
748
749 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
750 minor modes, redundant with the custom-autoload line above.
751
752 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
753
754 * longlines.el (longlines-post-command-function): Handle open-line too.
755
756 2006-07-12 Richard Stallman <rms@gnu.org>
757
758 * progmodes/grep.el (grep-last-buffer): Doc fix.
759
760 * info.el (Info-try-follow-nearest-node): Doc fix.
761
762 * emacs-lisp/edebug.el (edebug-instrument-function):
763 Err if find-function-noselect gives no position.
764
765 * emacs-lisp/find-func.el (find-function-search-for-symbol):
766 If can't find definition, return nil for position.
767 (find-function-do-it): Handle new return value
768 of find-definition-noselect.
769 (find-definition-noselect, find-variable-noselect): Doc fix.
770 (find-function-noselect): Doc fix.
771
772 * help-mode.el (help-variable-def): Handle find-variable-noselect
773 returning no position.
774 (help-function-def): Likewise for find-function-search-for-symbol.
775 (help-face-def): Likewise.
776
777 * help-fns.el (describe-variable): Handle find-variable-noselect
778 returning no position.
779
780 * files.el (locate-file-completion): Avoid duplicates in result.
781
782 * cus-edit.el (custom-no-edit): New command.
783 (custom-mode-map): Remap to custom-no-edit instead of
784 using suppress-keymap.
785
786 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
787
788 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
789 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
790 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
791
792 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
793
794 2006-07-11 Kim F. Storm <storm@cua.dk>
795
796 * ido.el (ido-copy-current-file-name): Use buffer-name if
797 buffer-file-name is nil.
798
799 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
800
801 * simple.el (undo-ask-before-discard): Set to nil.
802
803 * vc.el (vc-exec-after): Don't delete process manually.
804 (vc-print-log): Run log-view-mode in process sentinel inside
805 inhibit-read-only. Don't shrink window due to timing issues.
806
807 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
808 Avoid using with-output-to-temp-buffer, which clobbers local vars.
809
810 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
811
812 * progmodes/compile.el (compilation-error-regexp-alist-alist):
813 Fix ambiguity introduced by last change.
814 (compilation-find-file): Move save-excursion to where it may
815 make sense. Fix a left over `find-file'.
816
817 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
818
819 * textmodes/texinfmt.el (texinfo-format-separate-node):
820 Insert a string before point, which fits documentation, not after.
821 (texinfo-multitable-item): In a multitable row, insert any
822 additional needed @tabs and spaces.
823
824 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
825
826 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
827 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
828 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
829 instead of shell-command.
830 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
831 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
832 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
833 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
834 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
835 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
836
837 2006-07-11 Kim F. Storm <storm@cua.dk>
838
839 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
840 Remove special case for seconds < 0. Use (redisplay t) instead.
841
842 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
843
844 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
845 avoid compilation error.
846
847 * subr.el (sit-for): New function.
848
849 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
850
851 2006-07-10 Richard Stallman <rms@gnu.org>
852
853 * ldefs-boot.el (edebug): Update page.
854
855 2006-07-10 Kim F. Storm <storm@cua.dk>
856
857 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
858 to FOR-RELEASE and TODO.
859
860 2006-07-10 Romain Francoise <romain@orebokech.com>
861
862 * emacs-lisp/authors.el (authors-aliases): Update.
863
864 2006-07-10 Alan Mackenzie <acm@muc.de>
865
866 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
867 * cc-mode.el: Changes to eradicate eval-after-load.
868
869 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
870
871 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
872 on non-char events.
873
874 2006-07-09 Romain Francoise <romain@orebokech.com>
875
876 * progmodes/compile.el (compilation-mode-font-lock-keywords):
877 Don't highlight start/end markers as compilation messages.
878
879 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
880 to t.
881
882 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
883
884 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
885
886 2006-07-08 Richard Stallman <rms@gnu.org>
887
888 * term/x-win.el (x-handle-display): Add doc string.
889
890 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
891
892 * subr.el (def-edebug-spec): Move here.
893 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
894
895 * imenu.el (imenu-choose-buffer-index): Doc fix.
896
897 2006-07-08 Romain Francoise <romain@orebokech.com>
898
899 * term/x-win.el (x-display-name): Fix typo.
900
901 2006-07-08 Eli Zaretskii <eliz@gnu.org>
902
903 * hexl.el (hexl-find-file): Doc fix.
904
905 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
906
907 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
908
909 * term/x-win.el (x-display-name): Doc fix.
910
911 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
912
913 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
914 long prefixes.
915 (fill-region-as-paragraph): Don't round up to a whole line.
916 (fill-comment-paragraph): Don't include the code-before-the-comment
917 when calling fill-region-as-paragraph.
918
919 * international/mule.el (make-char): Remove redundancy.
920
921 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
922 property may contain an anonymous function rather than a symbol.
923
924 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
925
926 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
927 Use shy regexp. Fix incorrect backref to potentially unmatched group.
928
929 * dirtrack.el (dirtrack-default-directory-function): Remove.
930 (dirtrack-directory-function): Use file-name-as-directory.
931 (dirtrack-windows-directory-function): Simplify.
932 (dirtrack-forward-slash, dirtrack-backward-slash)
933 (dirtrack-replace-slash): Remove.
934 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
935 (dirtrack): Fix wrong parenthesizing; use match-string.
936
937 * progmodes/octave-inf.el: Remove spurious * in docstrings.
938 (inferior-octave-mode): Only change the buffer-local value of
939 comint-dynamic-complete-functions.
940 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
941 Move the initialization to the declaration.
942 (inferior-octave-complete): Remove unused var `filter'.
943
944 * shell.el (shell-mode): Only change the buffer-local value of
945 comint-dynamic-complete-functions.
946
947 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
948
949 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
950 entry is skipped because it has been scheduled.
951 (org-prepare-agenda-buffers): Don't mark buffers as modified when
952 changing `:org-archived' and `:org-comment' properties.
953
954 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
955
956 * server.el (server-select-display): Don't make the temp frame
957 minibuffer-only, in case it's not a temp frame.
958 (server-process-filter): Don't delete the temp frame if it's the
959 only one we have on that display.
960
961 * files.el (find-alternate-file): Doc fix.
962
963 2006-07-05 Richard Stallman <rms@gnu.org>
964
965 * files.el (abbreviate-file-name): Add save-match-data.
966
967 2006-07-03 Richard Stallman <rms@gnu.org>
968
969 * faces.el (read-face-name): Doc fix.
970
971 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
972
973 * net/goto-addr.el (goto-address): Mark as safe for local evals.
974
975 2006-07-05 Andre Spiegel <spiegel@gnu.org>
976
977 * vc.el (vc-diff-internal): Fix prev change.
978
979 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
980
981 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
982 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
983
984 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
985
986 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
987 fails if the symbol contains chars like ( or '.
988 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
989 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
990 `short'.
991
992 2006-07-04 Kenichi Handa <handa@m17n.org>
993
994 * international/mule-cmds.el (set-language-info): If LANG-ENV is
995 the current one, don't call set-language-environment, but call one
996 of set-language-environment-XXX to make INFO effective now.
997 (set-language-environment): Call set-language-environment-XXX
998 functions instead of doing the various setups directly.
999 (set-language-environment-coding-systems): Delete argument eol-type.
1000 (set-language-environment-input-method)
1001 (set-language-environment-nonascii-translation)
1002 (set-language-environment-charset)
1003 (set-language-environment-fontset)
1004 (set-language-environment-unibyte): New functions.
1005
1006 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1007
1008 * locate.el (locate-update-when-revert): New option.
1009 (locate-update-path): New option (suggested by Michael Albinus).
1010 (locate-prompt-for-command): Whitespace change.
1011 (locate-update): No longer offer to update the locate database by
1012 default. Implement the two new options.
1013
1014 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1015
1016 * tooltip.el: Move comment about track-mouse...
1017
1018 * progmodes/gud.el: ...to here.
1019
1020 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1021
1022 * facemenu.el (facemenu-listed-faces): New var.
1023 (facemenu-unlisted-faces): Variable deleted.
1024 (facemenu-add-new-face): Use facemenu-listed-faces.
1025
1026 * emulation/viper-init.el, calendar/calendar.el:
1027 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1028
1029 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1030
1031 * textmodes/org.el (org-mode): Remove no invalid settings for
1032 calc embedded mode.
1033 (org-mode-p): New defsubst.
1034 (org-save-all-org-buffers): New function.
1035 (org-first-headline-recenter): Enclose outline-regexp in group
1036 delimiters.
1037 (org-set-tags): Keep single space after stars.
1038
1039 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * window.el (set-window-text-height): Only set window-min-height to
1042 1 if that's the requested size.
1043
1044 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1045 (diff-unified->context, diff-context->unified)
1046 (diff-reverse-direction): Make sure the end marker stays at the end.
1047 (diff-mode): Add the keymap table at the end of docstring.
1048 Use lexical-let rather than constructing a closure manually.
1049
1050 * files.el (find-file-noselect-1): Remove unused var assignment.
1051 (hack-local-variables-confirm): Print lists of strings as lists of
1052 strings rather than lists of symbols.
1053 (abbreviate-file-name, hack-local-variables-prop-line):
1054 Use match-string.
1055 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1056 (recover-session-finish): Use line-end-position.
1057
1058 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1059
1060 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1061
1062 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1063
1064 * progmodes/make-mode.el (makefile-macroassign-regex):
1065 Accept preceding keyword.
1066 (makefile-gmake-statements): Reorganize, now that makepp has
1067 "override" and also handle forgotten "override define".
1068 (makefile-makepp-statements): Add new "global", "override export"
1069 and "override global".
1070
1071 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1072
1073 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1074 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1075 (ada-no-auto-case): Fix typos in docstrings.
1076
1077 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1078
1079 * info.el (Info-find-node-2): Search for makeinfo version more
1080 carefully.
1081
1082 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1083
1084 * textmodes/org.el (org-prepare-agenda-buffers):
1085 Use `invisible-OK' argument for `org-end-of-subtree'.
1086 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1087 (org-beginning-of-item): Fix bug in regular expression for white line.
1088 (org-export-as-html): Enforce space after bullet in plain list items.
1089 (org-set-autofill-regexps): Require space after plain list bullet
1090 for paragraph-start.
1091 (org-ts-regexp3): New constant.
1092 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1093 (org-timestamp-up-day, org-timestamp-down-day)
1094 (org-timestamp-change): Work with inactive timestamps.
1095 (org-ts-regexp1): Don't allow brackets in time stamps.
1096
1097 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1098
1099 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1100 for ignoring links.
1101
1102 * faces.el (read-face-name): Use it.
1103
1104 2006-06-28 Juri Linkov <juri@jurta.org>
1105
1106 * buff-menu.el (list-buffers-noselect): Compare Info file
1107 with the string "dir" to detect Info directory.
1108
1109 * complete.el (partial-completion-mode): In lambda for
1110 `choose-completion-string-functions' use full function signature
1111 with 4 args, and move point to the end of the minibuffer only if arg
1112 `mini-p' is non-nil.
1113
1114 2006-06-28 John Paul Wallington <jpw@pobox.com>
1115
1116 * ibuffer.el (ibuffer-mode): Doc fix.
1117
1118 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1119
1120 * textmodes/org.el (org-context): New contexts :item-bullet,
1121 :latex-fragment, :latex-preview.
1122 (org-overlays-at, org-overlay-start, org-overlay-end):
1123 New compatibility functions.
1124 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1125 exact regexp that will be used during export.
1126 (org-latex-regexps): New variable.
1127 (org-cdlatex-mode): Improve advice for `texmathp'.
1128 (turn-on-org-cdlatex): New function.
1129
1130 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1131
1132 * term/mac-win.el (mac-handle-font-selection): Change keys of
1133 mac-atsu-font-table from strings to numbers.
1134 (mac-ts-caret-position): Use also when cursor-type is nil.
1135 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1136 Relax condition for using overlay strings.
1137 Use mac-ts-caret-position face when cursor-type is nil.
1138
1139 2006-06-26 Kim F. Storm <storm@cua.dk>
1140
1141 * help.el (view-emacs-news): Declare `res' in the right let* form.
1142
1143 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1144
1145 * net/rcompile.el (remote-compile): Replace ange-ftp based
1146 implementation by Tramp functions.
1147 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1148
1149 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1150
1151 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1152
1153 * international/fontset.el (setup-default-fontset): Fix a typo in
1154 the "Oriya-Akruti" registry name.
1155
1156 2006-06-23 Lars Hansen <larsh@soem.dk>
1157
1158 * desktop.el (desktop-full-file-name): New function.
1159 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1160 (desktop-revert): Use it.
1161 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1162 (desktop-after-read-hook): Add option list-buffers.
1163 (desktop-locals-to-save): Add tab-width.
1164 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1165 Fix docstring.
1166
1167 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1168
1169 * textmodes/org.el (org-cdlatex-mode-map)
1170 (org-cdlatex-texmathp-advice-is-done): New variables.
1171 (org-cdlatex-mode): New minor mode.
1172 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1173 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1174 (org-export-with-archived-trees): New option.
1175 (org-open-file): Remove the call to `convert-standard-filename'.
1176 (org-archive-tag, org-agenda-skip-archived-trees)
1177 (org-cycle-open-archived-trees)
1178 (org-sparse-tree-open-archived-trees): New options.
1179 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1180 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1181 New functions.
1182 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1183 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1184 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1185 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1186 Call `org-prepare-agenda-buffers'.
1187 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1188 (org-file-apps, org-file-apps-defaults-gnu)
1189 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1190 Handle remote files by forcing them to be opened in Emacs.
1191
1192 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1193
1194 * vc.el (vc-diff-knows-L): New variable.
1195 (vc-diff-internal): Use it to handle "diff" programs that don't
1196 understand -L. This works automatically, no user action is necessary.
1197
1198 2006-06-23 Daniel Brockman <daniel@brockman.se>
1199
1200 * net/rcirc.el (rcirc-default-user-full-name): Default to
1201 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1202 longer exists).
1203 (rcirc-process-list): Check `buffer-live-p' before attempting to
1204 switch to a buffer.
1205
1206 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1207
1208 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1209 based on rcirc-coding-system-alist.
1210
1211 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1212
1213 * cus-edit.el (customize-apropos): A better error message.
1214 (top level) <debug-ignored-errors>: Extend and update the list of
1215 ignored error messages.
1216
1217 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1218
1219 * complete.el (PC-do-completion): Retain capitalization of user
1220 input, when possible, even if completion-ignore-case is set.
1221
1222 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1223
1224 * generic-x.el (bat-generic-mode): Support .cmd files.
1225
1226 * dos-w32.el (top level): Use find-file-not-found-functions
1227 instead of the obsolete find-file-not-found-hooks.
1228
1229 2006-06-22 Kim F. Storm <storm@cua.dk>
1230
1231 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1232 to recognize mode name containing submodes, such as Grep/lw.
1233
1234 2006-06-21 Kim F. Storm <storm@cua.dk>
1235
1236 * simple.el (line-move-1): Check for move-end-of-line instead of
1237 end-of-line when setting temporary-goal-column.
1238
1239 2006-06-21 Miles Bader <miles@gnu.org>
1240
1241 * play/cookie1.el (cookie): Work properly when there's only one entry.
1242
1243 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1244
1245 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1246 (gdb-frame-handler): Generalize frame regexp for templates.
1247
1248 2006-06-20 Glenn Morris <rgm@gnu.org>
1249
1250 * calendar/appt.el (appt-display-format): Default value must be
1251 one of the customize options.
1252
1253 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1254
1255 * term/xterm.el (terminal-init-xterm): Update key availability info.
1256 Bind C-return.
1257
1258 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1259
1260 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1261
1262 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1263 whether or not a local variables list is defined.
1264
1265 * msb.el (msb): Move `sit-for' hack here to handle both
1266 "mouse-down and drag" and "mouse-up and select" situations.
1267 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1268
1269 2006-06-20 Kenichi Handa <handa@m17n.org>
1270
1271 * international/characters.el (word-combining-categories):
1272 Add entries for 2-byte Han characters.
1273
1274 2006-06-19 Richard Stallman <rms@gnu.org>
1275
1276 * bindings.el (mode-line-format): Save some mode line space.
1277
1278 * files.el (find-file-noselect): Improve the question wording.
1279 (basic-save-buffer-2): Mask UMASK against 666.
1280
1281 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1282 (mouse-drag-vertical-line): Call it.
1283
1284 * cus-edit.el (customize-option, customize-option-other-window):
1285 Error if SYMBOL is nil.
1286
1287 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1288
1289 * textmodes/org.el: Require noutline, also on XEmacs.
1290 (org-end-of-subtree): Return point.
1291 (org-dblock-start-re, org-dblock-end-re): New constants.
1292 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1293 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1294 (org-update-all-dblocks, org-find-dblock): New functions.
1295 (org-collect-clock-time-entries): New function.
1296 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1297 (org-fixup-indentation): Modify to deal correctly with lines
1298 starting with TAB. Only one argument DIFF now.
1299 (org-demote, org-promote): Call `org-fixup-indentation' with just
1300 one argument, DIFF.
1301 (org-mode): Don't mark buffer as modified when aligning tables.
1302 (org-clock-sum): Don't mark buffer modified when adding time sum
1303 properties.
1304 (org-export-as-html): Add support for a link validation function.
1305 (org-archive-all-done): New function.
1306 (org-archive-subtree): New prefix argument. When set, archive all
1307 done subtrees in this buffer.
1308 (org-remove-clock-overlays)
1309 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1310 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1311 (org-put-clock-overlay): Don't swallow last headline character
1312 when displaying overlay.
1313 (org-store-link): Link to `image-mode' with just the file name.
1314
1315 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1316
1317 * viper-cmd.el (viper-special-read-and-insert-char):
1318 Use read-key-sequence.
1319 (viper-after-change-undo-hook): Misc enhancements.
1320 (viper-after-change-undo-hook): New hook.
1321 (viper-undo): Use viper-after-change-undo-hook.
1322 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1323 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1324 clicking on that widget/button.
1325
1326 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1327
1328 * ediff-diff (ediff-test-patch-utility): Catch errors.
1329 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1330 (ediff-set-actual-diff-options): New function.
1331 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1332 Use ediff-set-actual-diff-options.
1333 (ediff-extract-diffs): Catch errors.
1334 (ediff-whitespace): Add non-breakable space.
1335 (ediff-same-file-contents): Catch errors.
1336
1337 * ediff-mult.el (ediff-collect-custom-diffs):
1338 Save coding-system-for-read.
1339
1340 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1341 (ediff-vc-internal, ediff-vc-merge-internal):
1342 Use ediff-delete-version-file.
1343 (ediff-delete-version-file): New function.
1344
1345 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1346
1347 * ediff.el (ediff-directories, ediff-directory-revisions)
1348 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1349 (ediff-directories-internal, ediff-merge-directory-revisions)
1350 (ediff-merge-directory-revisions-with-ancestor)
1351 (ediff-directories3): Use read-directory-name.
1352
1353 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1354
1355 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1356 Remove superfluous part of regexp for brace matching which is handled
1357 by `scan-lists' call.
1358
1359 2006-06-16 Richard Stallman <rms@gnu.org>
1360
1361 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1362
1363 * files.el (basic-save-buffer-2): For a new precious file,
1364 use the default modes in the return value.
1365
1366 * facemenu.el (facemenu-color-alist): Doc fix.
1367
1368 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1369
1370 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1371
1372 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1373
1374 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1375 (mac-utxt-to-string): Use it.
1376 (mac-ts-update-active-input-area): Use mac-ae-number.
1377
1378 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1379
1380 * term.el (term-handle-scroll, term-delete-lines)
1381 (term-insert-lines): Fix off by one errors.
1382
1383 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1384
1385 * net/tramp.el (tramp-touch): Use UTC to express time.
1386
1387 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1388
1389 * mail/sendmail.el (mail-send): Search explicitly for
1390 mail-header-separator when checking for corrupted header lines.
1391
1392 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1393
1394 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1395 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1396 (gdb-init-1): Initialise them.
1397 (gdb-starting): Reset gdb-printing
1398 (gdb-starting): Save value of gud-overlay-arrow-position.
1399 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1400 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1401 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1402 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1403
1404 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1405
1406 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1407
1408 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1409
1410 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1411 (ldap-search-internal): Keep error messages, and a regexp fix.
1412
1413 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1414
1415 * files.el (hack-local-variables-confirm):
1416 Display string value using its printed representation.
1417
1418 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1419
1420 * server.el (server-edit): No-op if no server buffers exist.
1421
1422 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1423
1424 * textmodes/page-ext.el (pages-directory-for-addresses):
1425 Including `pages-directory-address-mode' in the function results
1426 in the message "Buffer in which pages were found is deleted".
1427
1428 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1429
1430 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1431 clocking functions.
1432
1433 (org-agenda-clock-in, org-check-running-clock)
1434 (org-clock-out-if-current, org-remove-clock-overlays)
1435 (org-put-clock-overlay): New functions.
1436 (org-clock-marker, org-clock-file-total-minutes)
1437 (org-clock-overlays): New variables.
1438 (org-clock-display, org-clock-sum, org-clock-cancel)
1439 (org-clock-out, org-clock-in): New commands.
1440 (org-export): New function.
1441 (org-emph-re): New constant.
1442 (org-set-emph-re, org-do-emphasis-faces): New functions.
1443 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1444 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1445 (org-export-html-convert-emphasize): Use the configurable emphasis.
1446 (org-cleaned-string-for-export): Make multiline emphasis visible
1447 to the exporter. New optional argument PARAMETERS.
1448 (org-export-as-html): Specify :emph-multiline parameter to
1449 `org-cleaned-string-for-export'.
1450
1451 2006-06-10 Richard Stallman <rms@gnu.org>
1452
1453 * help.el (help-for-help-internal): Clean up help text.
1454
1455 2006-06-10 Andreas Schwab <schwab@suse.de>
1456
1457 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1458 in doc string.
1459
1460 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1461
1462 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1463
1464 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1465 spaces after the comment start.
1466
1467 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1468
1469 * play/pong.el (pong-init-buffer):
1470 Fill buffer with spaces instead of ^A.
1471
1472 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1473 launched asynchronously, delete its process instead of being cool.
1474 (ispell-async-processp): Check for `delete-process' existence
1475 instead of `kill-process' one for consistency.
1476
1477 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1478
1479 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1480 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1481 in mode line at startup.
1482
1483 2006-06-08 Kim F. Storm <storm@cua.dk>
1484
1485 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1486 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1487 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1488 (ido-file-internal): Pass full file name to write-file.
1489 (ido-read-internal): Only pop stack elements automatically if they
1490 actually match an existing directory or file name.
1491
1492 2006-06-07 Kenichi Handa <handa@m17n.org>
1493
1494 * international/mule.el (find-auto-coding): Don't handle the short
1495 name `char-trans'.
1496
1497 * files.el (hack-local-variables-prop-line)
1498 (hack-local-variables): Cancel the previous change.
1499
1500 2006-06-06 Jesper Harder <harder@phys.au.dk>
1501
1502 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1503
1504 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1505
1506 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1507 diff-default-read-only is non-nil.
1508 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1509 (diff-refine-hunk): Set inhibit-read-only to t.
1510
1511 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1512 modifying the *Diff* buffer.
1513 (diff-process-filter): New filter function for diff process that
1514 sets inhibit-read-only to t when modifying the *Diff* buffer.
1515
1516 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1517
1518 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1519 insertion point and control the number of empty lines.
1520 (org-paste-subtree): Limit the number of empty lines at the end of
1521 the inserted tree.
1522 (org-agenda): Use buffer name of current file for narrowing.
1523 (org-export-as-xml): Command removed.
1524 (org-export-xml-type): Option removed.
1525 (org-mode-map): Call `org-export-as-xoxo' directly.
1526 (org-get-indentation): New optional argument LINE.
1527 (org-fix-indentation, org-remove-tabs): New functions.
1528 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1529 correct indentation for headlines that are converted it items.
1530 (org-skip-comments): Remove table lines that contain narrowing
1531 cookies but no other non-empty fields.
1532 (org-set-tags): Allow groups of mutually exclusive tags.
1533 (org-cmp-time): Sort 24:21 before items without time.
1534 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1535 (org-open-at-point): Require double colon also for numbers.
1536
1537 2006-06-06 Kim F. Storm <storm@cua.dk>
1538
1539 * ido.el (ido-default-file-method, ido-default-buffer-method):
1540 Make choice values consistent with corresponding command names.
1541 (ido-visit-buffer): Update accordingly. Default to selected-window.
1542
1543 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1544
1545 * progmodes/gud.el (gud-running): Fix doc string.
1546 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1547 (gud-tooltip-modes): Add python-mode.
1548 (gud-tooltip-print-command): Add pdb. Remove perldb.
1549
1550 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1551
1552 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1553 Quote $(EMACS).
1554
1555 2006-06-05 Richard Stallman <rms@gnu.org>
1556
1557 * faces.el (defined-colors): Doc fix.
1558
1559 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1560
1561 * vc.el (vc-process-filter): Inhibit undo info collection around
1562 call to insert.
1563 (vc-setup-buffer): Likewise for call to erase-buffer.
1564 (vc-do-command): Likewise for call to process-file.
1565
1566 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1567
1568 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1569 for gud-go.
1570 (gud-common-init): Other debuggers may trigger error.
1571
1572 2006-06-05 Kenichi Handa <handa@m17n.org>
1573
1574 * international/mule.el (find-auto-coding):
1575 Handle enable-character-translation in file header.
1576
1577 2006-06-04 Kim F. Storm <storm@cua.dk>
1578
1579 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1580 (authors-fixed-entries): Fix spelling.
1581 (authors-canonical-file-name): Don't report error for wildcards.
1582
1583 * help.el (view-emacs-news): Rewrite to support new NEWS,
1584 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1585 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1586 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1587
1588 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1589
1590 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1591 exec constructs like `foo bar`.
1592 (sh-quoted-subshell): New helper function to search for a possibly
1593 nested subshell (like `` or $()) within a "" quoted string.
1594 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1595 (sh-apply-quoted-subshell): Flag quote characters inside a
1596 subshell, which is itself already in a quoted region, as
1597 punctuation, since this is the closest to what they actually are.
1598 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1599 sh-apply-quoted-subshell.
1600 (sh-font-lock-syntactic-face-function): Apply the new face for
1601 text inside `` instead of the old font-lock-string-face.
1602
1603 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1604
1605 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1606 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1607 (mac-bytes-to-text-range, mac-ae-text-range-array)
1608 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1609 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1610 (mac-ts-unicode-for-key-event): New functions.
1611 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1612 (mac-handle-font-selection): Use mac-ae-number.
1613 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1614 New variables.
1615 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1616 (mac-ts-converted-text, mac-ts-selected-converted-text)
1617 (mac-ts-block-fill-text, mac-ts-outline-text)
1618 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1619 (mac-ts-hilite-style-faces): New constant.
1620 (mac-apple-event-map): Bind text input events.
1621 (mac-dispatch-apple-event): Use command-execute instead of
1622 call-interactively.
1623 (global-map): Don't bind mac-apple-event.
1624 (special-event-map): Bind mac-apple-event.
1625
1626 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1627
1628 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1629 file name.
1630 (emacs): Enclose the value of $(EMACS) in quotes.
1631
1632 2006-06-02 Juri Linkov <juri@jurta.org>
1633
1634 * international/mule.el (sgml-html-meta-auto-coding-function):
1635 Remove the condition `(search-forward "<html" size t)'.
1636 Replace `\"' with `[\"']?' in `re-search-forward'.
1637
1638 2006-06-02 Kenichi Handa <handa@m17n.org>
1639
1640 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1641 as well as `coding'.
1642 (hack-local-variables): Likewise.
1643
1644 * international/mule.el (enable-character-translation):
1645 Put permanent-local and safe-local-variable properties.
1646 (find-auto-coding): Handle char-trans: tag.
1647
1648 2006-06-02 Juri Linkov <juri@jurta.org>
1649
1650 * international/mule.el (sgml-html-meta-auto-coding-function):
1651 Limit the search by the end of the HTML header (if any).
1652
1653 2006-06-01 Richard Stallman <rms@gnu.org>
1654
1655 * subr.el (with-current-buffer): Doc fix.
1656
1657 2006-06-02 Masatake YAMATO <jet@gyve.org>
1658
1659 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1660 Almost rewrite. Underlines over all lines of gcov output are too
1661 uncomfortable to read. Suggested by Dan Nicolaescu.
1662
1663 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1664
1665 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1666
1667 * shell.el (shell-mode): Use shell-mode-map in docstring.
1668
1669 * comint.el (comint-send-input): Do not add help-echo and
1670 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1671
1672 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1673
1674 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1675
1676 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1677
1678 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1679 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1680 look up the stack and pop up GUD buffer if necessary.
1681 (gdb-frames-select): Remove redundant call to gud-display-frame.
1682 (gdb-info-threads-custom): Keep point at start of buffer.
1683 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1684
1685 2006-05-31 Juri Linkov <juri@jurta.org>
1686
1687 * replace.el (query-replace-read-from, query-replace-read-to):
1688 Bind `history-add-new-input' to nil. Call `add-to-history'.
1689
1690 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1691
1692 * textmodes/table.el: Convert all HTML tags to lower case for
1693 XHTML compatibility.
1694
1695 2006-05-31 Masatake YAMATO <jet@gyve.org>
1696
1697 * progmodes/compile.el:
1698 (compilation-error-regexp-alist-alist::gcov-called-line):
1699 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1700
1701 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1702
1703 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1704 Revert inadvertent changes made with last commit.
1705
1706 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1707
1708 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1709 New functions.
1710
1711 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1712
1713 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1714
1715 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1716 only matches in the right place.
1717 (org-upcoming-deadline): New face.
1718 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1719 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1720 and make it an option.
1721 (org-export-ascii-bullets): New option.
1722 (org-export-as-html): Many changes to emit valid XHTML.
1723 (org-par-open): New variable.
1724 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1725 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1726 (org-timeline): Pass `org-timeline-show-empty-dates' to
1727 `org-get-all-dates'. Interpret empty dates returned by
1728 `org-get-all-dates'.
1729 (org-get-all-dates): New argument EMPTY. Add dates without
1730 entries to the list, mark large ranges of empty dates.
1731 (org-point-in-group, org-context): New functions.
1732
1733 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1734
1735 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1736
1737 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1738 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1739 to C-mouse-3 (for 2 button mice).
1740 (gdb-send): Do the right thing for C-d.
1741
1742 * speedbar.el (speedbar-detach): Delete.
1743 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1744 it breaks things.
1745 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1746
1747 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1748
1749 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1750 Makeppfile.
1751
1752 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1753 Add makepp diagnostic.
1754
1755 2006-05-29 Richard Stallman <rms@gnu.org>
1756
1757 * window.el (fit-window-to-buffer): Doc fix.
1758
1759 * help.el (temp-buffer-max-height): Doc fix.
1760
1761 * subr.el (with-current-buffer): Doc fix.
1762
1763 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1764
1765 * term/x-win.el: Bind F10 to menu-bar-start if available.
1766
1767 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1768
1769 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1770 uses with a simple test.
1771 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1772 (term-send-raw-string, term-send-raw, term-mouse-paste)
1773 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1774 (term-handle-exit, term-read-input-ring)
1775 (term-previous-matching-input-string)
1776 (term-previous-matching-input-string-position)
1777 (term-previous-matching-input-from-input)
1778 (term-replace-by-expanded-history, term-send-input)
1779 (term-skip-prompt, term-bol, term-send-invisible)
1780 (term-kill-input, term-delchar-or-maybe-eof)
1781 (term-backward-matching-input, term-check-source)
1782 (term-proc-query, term-emulate-terminal)
1783 (term-handle-colors-array, term-process-pager, term-pager-line)
1784 (term-pager-bob, term-unwrap-line, term-word)
1785 (term-dynamic-complete-filename)
1786 (term-dynamic-complete-as-filename)
1787 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1788 unlesses.
1789
1790 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1793 during bootstrapping.
1794
1795 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1796 Basically undo the change of 2006-05-26: use extra arguments instead of
1797 dynamic scoping.
1798 (ewoc-locate): Remove unused var `footer'.
1799
1800 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1801
1802 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1803
1804 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1805 (generate-file-autoloads): Obey it. Return whether autoloads were
1806 added at point or not.
1807 (update-file-autoloads): Use this new return value.
1808 Remove redundant test for the presence of an autoload cookie.
1809
1810 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1811 This one calls hack-local-variables.
1812 (generate-file-autoloads, update-file-autoloads): Use it.
1813
1814 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1815 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1816 (bibtex-sort-entry-class-alist): Don't set the global value.
1817 (bibtex-init-sort-entry-class-alist): New fun.
1818 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1819 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1820 of bibtex-init-sort-entry-class.
1821
1822 2006-05-28 Richard Stallman <rms@gnu.org>
1823
1824 * subr.el (load-history-regexp): If FILE is relative, insist
1825 entire last name component must match it.
1826 (load-history-filename-element, load-history-regexp): Doc fixes.
1827
1828 2006-05-29 Kim F. Storm <storm@cua.dk>
1829
1830 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1831 `pos' and `raw-data' for clarity, as eval forms may access these.
1832
1833 2006-05-28 Kim F. Storm <storm@cua.dk>
1834
1835 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1836
1837 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1838
1839 * progmodes/make-mode.el (makefile-browser-map)
1840 (makefile-mode-syntax-table): Move initialization inside declaration.
1841 (makefile-fill-paragraph): Use the default comment-filling code.
1842
1843 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1844
1845 * replace.el (query-replace-defaults): New variable.
1846 (query-replace-read-from): Use `query-replace-defaults' for
1847 default value, instead of history list.
1848 (query-replace-read-to): Update `query-replace-defaults'.
1849
1850 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1851
1852 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1853 with no X toolkit.
1854
1855 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1856
1857 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1858 (tumme-show-all-from-dir): Add autoload.
1859
1860 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1861
1862 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1863 (tumme-remove-tag): Fix bug.
1864
1865 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1866
1867 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1868 FOOTER args. Update unique caller.
1869 (ewoc-delete): Compute last node once before looping.
1870 (ewoc--node-branch): Merge into unique caller.
1871 (ewoc--node): Don't define constructor make-ewoc--node for this
1872 structure.
1873 (ewoc): Add member `hf-pp' to this structure.
1874 (ewoc--wrap): New func.
1875 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1876 header/footer pretty-printers. Save header/footer pretty-printer.
1877 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1878
1879 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1880
1881 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1882
1883 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1884 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1885 Tag'. Change "Compare directories..." to "Change Directories...".
1886 Move tumme commands to Operate, Regexp and Immediate menus.
1887 Change "Add Comment" to "Add Image Comment". Change "Add Image
1888 Tag" to "Add Image Tags".
1889
1890 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1891 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1892 `tumme-delete-tag'.
1893
1894 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1895
1896 * shell.el (shell-mode): Call shell-dirtrack-mode after
1897 list-buffers-directory is made a local variable, to avoid setting
1898 the default value.
1899
1900 2006-05-26 Kevin Ryde <user42@zip.com.au>
1901
1902 * info.el (Info-index-next): Use where-is-internal to report
1903 actual binding of Info-index-next, rather than hard-coded `,'.
1904
1905 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1906
1907 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1908 and "Find Command in Manual" to here.
1909
1910 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1911 Info-current-file as the file name.
1912
1913 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1914
1915 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1916 overrides will now be done a different way.
1917 (ses-set-parameter): Reapply this function for undo.
1918 (ses-set-header-row): Reconstruct header row during undo.
1919 (ses-widen): New function.
1920 (ses-goto-data, ses-reconstruct-all): Use new function.
1921 (ses-command-hook): Widen buffer during undo, before unupdating
1922 the cells.
1923 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1924 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1925 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1926 formula hasn't been executed yet.
1927
1928 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1929
1930 * comint.el (comint-kill-whole-line): Rename arg to count.
1931 Fix doc string.
1932
1933 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1934
1935 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1936 to copy-file.
1937
1938 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1939
1940 * simple.el (toggle-truncate-lines): Make arg optional for
1941 backward compatibility.
1942
1943 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1944
1945 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1946 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1947 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1948 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1949 (ewoc--adjust): Use ewoc--current-dll.
1950 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1951
1952 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1953
1954 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1955 compact error message.
1956 (org-tags-view): Refresh category table in each file.
1957 (org-table-justify-field-maybe): Remove superfluous arguments to
1958 `format'.
1959 (org-export-as-html): Insert "<p>" before postamble.
1960 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1961
1962 2006-05-26 Kenichi Handa <handa@m17n.org>
1963
1964 * textmodes/po.el (po-find-charset): Pay attention to the case
1965 FILENAME is a cons (NAME . BUFFER).
1966 (po-find-file-coding-system-guts): Likewise.
1967
1968 * arc-mode.el (archive-set-buffer-as-visiting-file):
1969 Call find-operation-coding-system with (FILENAME . BUFFER).
1970
1971 * tar-mode.el (tar-extract): Call find-operation-coding-system
1972 with (FILENAME . BUFFER).
1973
1974 * international/mule.el (decode-coding-inserted-region):
1975 Call find-operation-coding-system with (FILENAME . BUFFER).
1976
1977 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
1978
1979 * image-mode.el (image-toggle-display): Use buffer contents to
1980 generate image for a remote file.
1981
1982 2006-05-25 Juri Linkov <juri@jurta.org>
1983
1984 * replace.el (query-replace-read-from, query-replace-read-to):
1985 Remove 8th arg KEEP-ALL in read-from-minibuffer.
1986
1987 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
1988
1989 * whitespace.el (whitespace-cleanup): Change to cleanup
1990 region if one is active.
1991 * whitespace.el (whitespace-cleanup-internal): New internal method.
1992
1993 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
1994
1995 * dired.el (dired-mode-map): Add help-echo strings to tumme
1996 commands. Bind `tumme-dired-display-image' to C-t i.
1997
1998 * tumme.el (tumme-display-image): Change documentation string slightly.
1999 (tumme-dired-display-image): Add call to `display-buffer'.
2000
2001 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2002
2003 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2004 Signal error if RAW-DATA is a multibyte string.
2005
2006 2006-05-24 Richard Stallman <rms@gnu.org>
2007
2008 * subr.el (with-local-quit): When handling `quit' signal,
2009 make a chance for quit-flag to cause a quit.
2010
2011 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2012 (ad-disable-advice): Add autoloads.
2013
2014 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2015
2016 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2017
2018 * dired.el (dired-mode-map): Change menu items for tumme as per
2019 suggestions in emacs-devel.
2020
2021 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2022
2023 * dired.el (dired-mode-map): Fix breakage.
2024
2025 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2026
2027 * tumme.el (tumme-display-dired-image): Rename to...
2028 (tumme-dired-display-image): ...this.
2029 (tumme-track-movement): Change default value to t.
2030 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2031 used from `tumme-next-line-and-display' and similar commands.
2032
2033 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2034 Immediate menu. Add some tumme commands there.
2035
2036 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2037
2038 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2039
2040 2006-05-24 Chong Yidong <cyd@mit.edu>
2041
2042 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2043 menu entries that open submenus.
2044
2045 2006-05-24 Alan Mackenzie <acm@muc.de>
2046
2047 * startup.el (command-line): For names of preloaded files, don't
2048 append ".elc" (now done in Fload), and call file-truename on the
2049 lisp directory.
2050
2051 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2052 match ANY loaded file with the right name, not just those in
2053 load-path. Put a regexp matching the file name into
2054 after-load-alist, rather than the name itself.
2055
2056 * subr.el: New functions load-history-regexp,
2057 load-history-filename-element, do-after-load-evaluation.
2058
2059 * international/mule.el (load-with-code-conversion): Do the
2060 eval-after-load stuff by calling do-after-load-evaluation.
2061
2062 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2063
2064 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2065 has not been killed.
2066
2067 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2068
2069 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2070 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2071 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2072 Optionally set error message in reply.
2073
2074 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2075
2076 * textmodes/org.el (org-open-at-point): Use renamed variable
2077 `org-confirm-shell-link-function'.
2078 (org-confirm-shell-link-function): Rename from
2079 `org-confirm-shell-links'.
2080 (org-export-directory): New function.
2081 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2082 (org-export-icalendar): Use `org-export-directory'.
2083 (org-indent-item): Keep cursor position.
2084 (org-link-file-path-type): New option.
2085 (org-export-as-html): Fix bug with plain lists starting in
2086 column 0.
2087 (org-export-as-html): Remove deadline formatting, this happens
2088 now already in `org-html-handle-time-stamps'.
2089 (org-export-html-style): Deadline class removed.
2090 (org-insert-labeled-timestamps-at-point): New option.
2091 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2092 of `hide-sublevels 1', in case the first headline is not level 1.
2093 (org-overview, org-content): New fuction.
2094 (org-cycle-global-status, org-cycle-subtree-status): Make these
2095 variables buffer-local.
2096 (org-global-cycle): New command.
2097 (org-shifttab): Use `org-global-cycle'.
2098 (org-insert-heading, org-insert-item): Go to end of new
2099 headline/item after creating it.
2100 (org-export-visible): Rename from `org-export-copy-visible'.
2101 Now creates a temporary org-file and applies an exporting command
2102 to it.
2103 (org-table-eval-formula): Support for lisp forms.
2104 (org-agenda-todo-ignore-scheduled): New option.
2105 (org-agenda-get-todos): Use new option
2106 `org-agenda-todo-ignore-scheduled'.
2107 (org-export-html-inline-images): New value `maybe'.
2108 (org-export-as-html): Inlining of images dependent on link description.
2109 (org-archive-subtree): Check for end-of-buffer before trying
2110 `kill-line'.
2111 (org-agenda-follow-mode): New option.
2112 (org-export-with-tags, org-export-with-timestamps): New options.
2113 (org-html-handle-time-stamps): New function.
2114 (org-keyword-time-regexp): New variable.
2115 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2116 (org-agenda-todo-list-sublevels): New option.
2117 (org-html-level-start): When TITLE is nil, just close all levels.
2118 (org-parse-key-lines, org-parse-export-options): Remove functions,
2119 replaced by `org-infile-export-plist'.
2120 (org-combine-plists, org-infile-export-plist)
2121 (org-default-export-plist): New functions.
2122 (org-export-html-preamble, org-export-html-postamble)
2123 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2124 New variables.
2125 (org-export-publishing-directory): New option.
2126 (org-export-as-html, org-export-as-ascii): Use the new property
2127 lists for settings.
2128 (org-export-copy-visible, org-export-as-xoxo):
2129 Respect `org-export-publishing-directory'.
2130 (org-link-search, org-store-link, org-file-apps): Support for
2131 links to BibTeX database entries..
2132 (org-get-current-options, org-set-regexps-and-options):
2133 Implement logging as a startup option.
2134 (org-store-link): Make sure context string is never empty
2135 (org-insert-link): Use relative path when possible.
2136 (org-at-item-checklet-p): New function.
2137 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2138 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2139 (org-metaright, org-metaup, org-metadown, org-shiftup)
2140 (org-shiftdown, org-shiftright, org-shiftleft)
2141 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2142 Dispatch using `call-interactively'.
2143 (org-call-with-arg): New defsubst.
2144 (org-tag-alist, org-use-fast-tag-selection): New options.
2145 (org-complete): Use `org-tag-alist'.
2146 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2147 (org-next-item, org-previous-item): New commands.
2148 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2149 make command.
2150 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2151
2152 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2153
2154 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2155 (ewoc-filter): Use `ewoc-delete'.
2156
2157 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2158
2159 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2160
2161 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2162 Signal more user-friendly error messages.
2163
2164 * complete.el (PC-do-completion): Undo the addition of implicit
2165 wildcards if they did not lead to finding any match.
2166 (read-file-name-internal): Don't add the final > if the completion is
2167 not finished.
2168
2169 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2170
2171 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2172 Quote safe-local-variable predicate.
2173
2174 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2175
2176 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2177
2178 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2179
2180 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2181
2182 * progmodes/make-mode.el (makefile-special-targets-list)
2183 (makefile-macro-table, makefile-target-table): Mark as risky.
2184 (makefile-query-one-target-method): Make this the alias for the
2185 following variable.
2186 (makefile-query-one-target-method-function): Make this the real name.
2187
2188 * textmodes/artist.el (artist-text-renderer): Make this the alias
2189 for the following variable.
2190 (artist-text-renderer-function): Make this the real name.
2191
2192 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2193 the alias for the following variable.
2194 (flyspell-generic-check-word-predicate): Make this the real name.
2195
2196 * textmodes/ispell.el (ispell-format-word): Make this the alias
2197 for the following variable.
2198 (ispell-format-word-function): Make this the real name.
2199 (ispell-message-text-end): Mark as risky.
2200
2201 * skeleton.el (skeleton-transformation, skeleton-filter)
2202 (skeleton-pair-filter): Make these the aliases for the following
2203 variables.
2204 (skeleton-transformation-function, skeleton-filter-function)
2205 (skeleton-pair-filter-function): Make these the real names.
2206
2207 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2208 and skeleton-pair-filter-function.
2209
2210 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2211 alias for the following variable.
2212 (sgml-transformation-function): Make this the real name.
2213 (sgml-tag-alist): Mark as risky.
2214
2215 2006-05-21 Richard Stallman <rms@gnu.org>
2216
2217 * simple.el (kill-region): Interactively, pass point, then mark.
2218
2219 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2220
2221 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2222
2223 2006-05-21 Romain Francoise <romain@orebokech.com>
2224
2225 * dired-x.el (dired-mode-map): Don't bind M-g.
2226
2227 2006-05-20 Richard Stallman <rms@gnu.org>
2228
2229 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2230 (dired-goto-file): Doc fix.
2231
2232 2006-05-21 Kim F. Storm <storm@cua.dk>
2233
2234 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2235 way to enable built-in cua-mode if user loads older CUA-mode package.
2236
2237 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2238 if default-filename is specified.
2239
2240 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2241
2242 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2243
2244 * info.el (info-apropos): Make sure current-file and current-node
2245 have non-nil values. Speed up by using add-to-list instead of
2246 manual consing.
2247
2248 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2249
2250 * progmodes/make-mode.el (makefile-mode): Doc fix.
2251
2252 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2253
2254 * dired-aux.el (dired-do-shell-command): Doc fix.
2255
2256 2006-05-20 Kevin Ryde <user42@zip.com.au>
2257
2258 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2259 ``(custom-manual :tag "Foo" "(foo)Node")''.
2260
2261 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2262
2263 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2264 value is an integer.
2265
2266 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2267
2268 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2269 "format".
2270 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2271
2272 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2273
2274 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2275 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2276
2277 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2278
2279 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2280 regexp for keywords.
2281
2282 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2283
2284 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2285 replace-regexp-in-string.
2286
2287 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2288 encode, and escape file name on conversion to URL.
2289
2290 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2291
2292 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2293 Don't unescape URL.
2294 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2295
2296 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2297 on conversion to URLs.
2298
2299 * net/browse-url.el (browse-url-file-url): Encode file name on
2300 conversion to URL.
2301
2302 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2303 conversion to URL.
2304
2305 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2306
2307 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2308
2309 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2310
2311 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2312 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2313
2314 2006-05-19 Glenn Morris <rgm@gnu.org>
2315
2316 * calendar/diary-lib.el (diary-bahai-date)
2317 (list-bahai-diary-entries, mark-bahai-diary-entries)
2318 (mark-bahai-calendar-date-pattern): Not interactive.
2319 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2320 (diary-entries-list): Change format of 4th element in each entry.
2321 (diary-list-entries): Use add-to-diary-list.
2322 (diary-goto-entry): Handle the case where the buffer visiting the
2323 diary has been killed.
2324 (fancy-diary-display): Add 'locator to button rather than 'marker.
2325 Only generate temp-face when there are marks to apply.
2326 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2327 (diary-fancy-date-pattern): New variable.
2328 (diary-time-regexp): Doc fix.
2329 (diary-anniversary, diary-time): New faces.
2330 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2331 diary-time-regexp. Add font-lock-multiline property where needed.
2332 Use new faces diary-anniversary and diary-time.
2333 (diary-fancy-font-lock-fontify-region-function): New function, to
2334 handle multiline font-lock pattern in fancy diary.
2335 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2336 (diary-font-lock-keywords): Tweak time regexp. Use new face
2337 diary-time.
2338
2339 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2340
2341 * international/code-pages.el (mik): Table corrected.
2342
2343 2006-05-18 Kim F. Storm <storm@cua.dk>
2344
2345 * progmodes/grep.el (grep-find): Don't check grep-find-command
2346 before running command (breaks non-interactive usage).
2347
2348 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2349
2350 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2351 (ewoc--insert-new-node): Don't insert trailing newline.
2352 Instead, adjust successor nodes's start markers.
2353 (ewoc--refresh-node): Delete all text from current node's start
2354 marker to the next one's; adjust successor nodes's start markers.
2355 (ewoc--create): Doc fixes.
2356 (ewoc--refresh): Don't insert newline.
2357 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2358 * pcvs.el (cvs-make-cvs-buffer):
2359 Specify extra newline for ewoc's header and footer.
2360 (cvs-update-header): Update initial header recognition.
2361 Append newline to final header and footer values.
2362 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2363
2364 2006-05-17 Richard Stallman <rms@gnu.org>
2365
2366 * files.el (file-name-extension): Doc fix.
2367
2368 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2369
2370 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2371 we can explicitly enable/disable rather than toggle.
2372 (shell-mode): Use it.
2373 (shell-cd): Don't try to reproduce what `cd' does.
2374
2375 2006-05-17 Kim F. Storm <storm@cua.dk>
2376
2377 * ido.el (ido-read-internal): Use only nondirectory part of
2378 default item.
2379
2380 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2381
2382 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2383 (ewoc-nth): Doc fix.
2384
2385 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2386
2387 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2388
2389 * international/mule.el (auto-coding-alist): Add .lha to files
2390 read with no-conversion.
2391
2392 * files.el (auto-mode-alist): Add .lha files to archive file
2393 extensions.
2394
2395 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2396 Convert csize to integer when computing offsets within the
2397 compressed archive file.
2398
2399 2006-05-16 Kim F. Storm <storm@cua.dk>
2400
2401 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2402 with read-from-minibuffer.
2403
2404 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2405
2406 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2407 (byte-compile-warnings): Fix safe-local-variable property.
2408
2409 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2410
2411 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2412 (allout-stylish-prefixes, allout-numbered-bullet)
2413 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2414 predicates to qualify `safe-local-variable' property, when
2415 available, else use equivalent lambda.
2416 (allout-current-topic-collapsed-p): Do the right thing regarding
2417 trailing blank lines.
2418
2419 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2420
2421 * server.el (server-start): Only create a directory if needed.
2422 (server-edit, server-unload-hook): server-start => server-mode.
2423 (kill-emacs-hook): Cleanup upon exit.
2424
2425 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2426
2427 * hexl.el (hexlify-buffer): Encode process arguments manually.
2428
2429 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2430
2431 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2432 call to gdb-tooltip-print.
2433
2434 2006-05-15 Romain Francoise <romain@orebokech.com>
2435
2436 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2437 systems, default to "tar" since those systems probably have GNU tar.
2438
2439 2006-05-14 Lars Hansen <larsh@soem.dk>
2440
2441 * desktop.el (desktop-missing-file-warning): Fix docstring.
2442 (desktop-restore-file-buffer): Correct question asked on missing file.
2443
2444 2006-05-14 Kim F. Storm <storm@cua.dk>
2445
2446 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2447 Add CUA move property.
2448
2449 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2450
2451 * custom.el (custom-push-theme): Load the variable before checking
2452 its `standard-value'.
2453
2454 2006-05-13 Lars Hansen <larsh@soem.dk>
2455
2456 * desktop.el (desktop-save): Use with-temp-buffer.
2457
2458 2006-05-12 Glenn Morris <rgm@gnu.org>
2459
2460 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2461 * calendar/calendar.el (calendar-mode-map):
2462 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2463 * calendar/appt.el (appt-check, appt-make-list): Refer to
2464 diary-view-entries, diary-list-entries, diary-show-all-entries
2465 rather than obsolete aliases.
2466
2467 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2468
2469 * simple.el (line-move-finish): Avoid calling point motion hooks
2470 while processing intangibility.
2471
2472 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2473
2474 * term/xterm.el (terminal-init-xterm): Fix typo.
2475
2476 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2477
2478 * allout.el (allout-view-change-hook): Mark as being deprecated,
2479 to be replaced by `allout-exposure-change-hook'.
2480 (allout-exposure-change-hook): New, replacing
2481 `allout-view-change-hook'.
2482 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2483 in addition to `allout-view-change-hook'.
2484 (allout-show-bodies, allout-old-style-prefixes)
2485 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2486 lambda forms to prevent their showing up in variable help
2487 presentations as inscrutable byte-compiled code.
2488 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2489 Use string-or-null-p to qualify safe-local-variable values.
2490 (allout-reindent-bodies): Use memq to qualify matches against
2491 valid safe-local-variable values. Also, quote the lambda as above.
2492 (allout-use-mode-specific-leader): Add missing candidate-value
2493 symbols, use memq, and quote the lambda.
2494 (allout-overlay-interior-modification-handler): Remove unused
2495 variables `msg' and 'opened'.
2496 (allout-hidden-p): Constrain invisibility consideration to allout's
2497 invisibility spec, disregarding invisibility for other reasons.
2498
2499 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2500
2501 * files.el (version-control): Correct safe values.
2502
2503 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2504
2505 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2506
2507 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2508 (ewoc--insert-new-node): New func.
2509 Update callers of deleted funcs to use it, instead.
2510
2511 2006-05-11 Glenn Morris <rgm@gnu.org>
2512
2513 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2514 obsolete alias `show-all-diary-entries'.
2515 (make-diary-entry): Not interactive.
2516 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2517 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2518 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2519 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2520 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2521 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2522
2523 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2524
2525 * calendar/calendar.el (calendar-french-date-string)
2526 (calendar-mayan-date-string, calendar-chinese-date-string)
2527 (calendar-astro-date-string, calendar-iso-date-string)
2528 (calendar-islamic-date-string, calendar-bahai-date-string)
2529 (calendar-hebrew-date-string, calendar-coptic-date-string)
2530 (calendar-ethiopic-date-string, calendar-persian-date-string):
2531 These functions are not interactive.
2532
2533 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2534
2535 * files.el: Balance parentheses.
2536
2537 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2538
2539 * files.el, newcomment.el, outline.el, simple.el,
2540 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2541 progmodes/cc-vars.el, progmodes/compile.el:
2542 Move `safe-local-variable' declarations to the respective files.
2543
2544 * help-fns.el (describe-variable): Don't print safe-var if it is
2545 byte-code. Improve wording as suggested by Luc Teirlinck.
2546
2547 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2548
2549 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2550 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2551 Use a token for pending-triggers to ensure gdb-var-update
2552 gets called once per user input again for pre-GDB 6.4.
2553 (gdb-var-delete): Match on more complex expressions.
2554 (gdb-var-list-children-handler, gdb-var-create-handler):
2555 Use a token for consistency.
2556
2557 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2558
2559 * textmodes/org.el (org-read-date, org-goto-calendar)
2560 (org-agenda-goto-calendar):
2561 Bind `view-calendar-holidays-initially' to nil.
2562
2563 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2564
2565 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2566 Update all callers to do it there, instead.
2567
2568 2006-05-10 Glenn Morris <rgm@gnu.org>
2569
2570 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2571 prefix arg case, to avoid view-diary-entries-initially error.
2572 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2573 (calendar-date-is-legal-p): Handle dates with no day part.
2574
2575 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2576
2577 * comint.el (comint-insert-input): Just make it when
2578 comint-use-prompt regexp is nil (default) and with the mouse.
2579 (comint-copy-old-input): Reinstate from 2004-06-23.
2580 (comint-mode-map): Bind C-c C-m to it.
2581
2582 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2583
2584 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2585 Remove spurious move to point-max (new comint behavior fixes).
2586
2587 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2588 compatibility function (Emacs 18/19).
2589 (idlwave-is-continuation-line): Always return point at start of
2590 previous non-blank continuation line.
2591 `keyword-parameters': Fix continued comment font-lock matcher.
2592 (idlwave-font-lock-fontify-region): Written, use as
2593 font-lock-fontify-region-function, to fix continued keyword
2594 fontification issues.
2595
2596 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2597
2598 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2599 (mac-service-selection, mac-service-open-file)
2600 (mac-service-open-selection, mac-service-mail-selection)
2601 (mac-service-mail-to, mac-service-insert-text): Rename from
2602 mac-services-*. All uses changed.
2603 (mac-apple-event-map): Rename event symbol `services' to `service'.
2604
2605 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2606
2607 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2608 (ewoc--node-enter-first, ewoc--node-enter-last)
2609 (ewoc--delete-node-internal): Merge funcs into unique callers.
2610
2611 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2612
2613 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2614 return value of read-from-minibuffer for empty input.
2615
2616 2006-05-09 Miles Bader <miles@gnu.org>
2617
2618 * comint.el (comint-insert-input): Remove redundant calls to setq
2619 and goto-char.
2620
2621 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2622
2623 * comint.el (comint-insert-input): Make it work when
2624 comint-use-prompt-regexp is t.
2625
2626 2006-05-10 Miles Bader <miles@gnu.org>
2627
2628 * subr.el (field-at-pos): New function.
2629
2630 * comint.el (comint-insert-input): Use it.
2631
2632 2006-05-09 Juri Linkov <juri@jurta.org>
2633
2634 * battery.el (battery-linux-proc-acpi): Also try
2635 `/proc/acpi/thermal_zone/THR2/temperature'.
2636
2637 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2638 for now unused lambda `string-or-null'.
2639
2640 * add-log.el (change-log-default-name): Put `string-or-null-p'
2641 instead of lambda on `safe-local-variable' property.
2642
2643 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2644 `region-end' instead of `mark' and `point'.
2645 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2646 Operate on region in Transient Mark mode when the mark is active.
2647 Use `region-beginning' and `region-end' instead of `mark' and
2648 `point'.
2649 (diff-hunk-text, diff-goto-source): Doc fix.
2650
2651 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2652 face `mode-line-buffer-id' for mode-line buffer face instead of
2653 hard-coded `(:weight bold)'.
2654
2655 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2656 buffer-undo-list to t (undo-ask is reproducible by visiting
2657 nested archives).
2658
2659 2006-05-09 Kim F. Storm <storm@cua.dk>
2660
2661 * progmodes/grep.el (rgrep): Set default directory of *grep*
2662 buffer if we start M-x rgrep in the *grep* buffer and choose
2663 a different base directory.
2664
2665 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2666
2667 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2668 completion also when ido is loaded.
2669
2670 2006-05-09 Masatake YAMATO <jet@gyve.org>
2671
2672 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2673 "warning" and "import".
2674 (cpp-font-lock-keywords): Added "warning".
2675
2676 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2677
2678 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2679
2680 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2681
2682 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2683 pages at a time, if we signal the end, we should indeed reach that end.
2684
2685 2006-05-08 David Reitter <david.reitter@gmail.com>
2686
2687 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2688 output during execution of the body.
2689
2690 2006-05-08 Kim F. Storm <storm@cua.dk>
2691
2692 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2693
2694 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2695
2696 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2697 Use with-current-buffer.
2698
2699 2006-05-07 Kim F. Storm <storm@cua.dk>
2700
2701 * subr.el (add-to-history): Remove keep-dups arg.
2702
2703 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2704 to nil around call to add-to-history.
2705
2706 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2707
2708 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2709 than after a buffer modification.
2710
2711 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2712
2713 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2714 call to...
2715 (gud-watch): ...here so speedbar is raised for already watched
2716 expressions.
2717 (gdb-speedbar-refresh): Delete function.
2718 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2719 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2720 earlier change).
2721 (gdb-var-evaluate-expression-handler)
2722 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2723
2724 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2725 Update localized contents for all buffers except ignored modes.
2726
2727 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2728
2729 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2730 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2731 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2732 (mac-handle-font-panel-closed, mac-handle-font-selection):
2733 New functions.
2734 (mac-font-panel-mode): New minor mode.
2735 (mac-apple-event-map): Add bindings for toolbar toggle button and
2736 font panel.
2737 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2738
2739 2006-05-07 John Paul Wallington <jpw@pobox.com>
2740
2741 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2742 Avoid `regexp-opt'; simplify regexp for readability.
2743
2744 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2745
2746 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2747 * files.el (buffer-stale-function):
2748 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2749 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2750 links to the main manual, not to emacs-xtra.
2751
2752 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2753
2754 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2755 MacJapanese if text is ASCII-only.
2756
2757 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2758
2759 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2760 unless so nil isn't returned.
2761 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2762
2763 2006-05-06 Kim F. Storm <storm@cua.dk>
2764
2765 * subr.el (add-to-history): New function.
2766
2767 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2768 (ediff-merge-files-with-ancestor):
2769 * env.el (setenv):
2770 * isearch.el (isearch-update-ring):
2771 * server.el (server-visit-files):
2772 * progmodes/grep.el (lgrep, rgrep):
2773 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2774 * progmodes/xscheme.el (xscheme-insert-expression):
2775 Use add-to-history.
2776
2777 * kmacro.el (kmacro-push-ring): Use add-to-history.
2778 (kmacro-ring-length): Remove unused defun.
2779 (kmacro-start-macro): Use kmacro-push-ring.
2780
2781 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2782
2783 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2784 directly instead of a lambda expression that calls it.
2785
2786 2006-05-06 Kim F. Storm <storm@cua.dk>
2787
2788 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2789 instead of compute-motion.
2790
2791 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2792
2793 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2794 change.
2795
2796 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2797
2798 * startup.el (command-line-1): Refer to "Pure Storage" on
2799 pure-space-overflow.
2800
2801 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2802
2803 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2804 provided faces once they all have been used up.
2805
2806 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2807
2808 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2809 reference to the Lisp manual to the warning about pure space
2810 overflow.
2811
2812 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2813
2814 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2815 argument to avoid the call to `ispell-internal-change-dictionary'
2816 when not needed.
2817 (ispell-change-dictionary): Use this argument and call
2818 `ispell-internal-change-dictionary' after the possible change
2819 to `ispell-local-dictionary'.
2820 (ispell-internal-change-dictionary): Check for a change in
2821 personal dictionary use too.
2822
2823 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2824
2825 * startup.el (command-line): On MS-Windows, probe "~", not
2826 "~USER", for warning about non-existent home directory
2827
2828 * arc-mode.el (archive-l-e): New optional argument `float' means
2829 generate a float value.
2830 (archive-arc-summarize, archive-lzh-summarize)
2831 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2832 with 3rd argument non-nil when file's size is being computed.
2833 Format the file sizes with %8.0f instead of %8d.
2834
2835 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2836
2837 * cus-start.el (all): Add mac-dnd-known-types.
2838
2839 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2840 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2841 (mac-TIFF-to-string): New functions.
2842 (x-get-selection, x-selection-value)
2843 (mac-select-convert-to-string): Use them.
2844 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2845 (mac-dnd-types-alist): New customization variable.
2846 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2847 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2848 (mac-dnd-handle-drag-n-drop-event): New functions.
2849 (mac-drag-n-drop): Remove function.
2850 (global-map): Bind drag-n-drop and M-drag-n-drop to
2851 mac-dnd-handle-drag-n-drop-event.
2852
2853 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2854
2855 * progmodes/perl-mode.el (perl-beginning-of-function):
2856 Skip anonymous subs.
2857
2858 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2859
2860 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2861 regexp-opt at run time.
2862
2863 * term.el (term-handle-ansi-escape): Fix off by one error.
2864
2865 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2866
2867 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2868 (gdb-init-1, gdb-post-prompt): ...and references to it.
2869 (gdb-frame-handler): Strip directory name from filename if present.
2870
2871 * progmodes/gud.el (gdb-force-update): Delete defvar
2872 (gud-speedbar-buttons): ...and references to it. Use window-start
2873 to try to keep positon in watch expression.
2874
2875 2006-05-03 Richard Stallman <rms@gnu.org>
2876
2877 * simple.el (next-history-element, previous-history-element): Doc fix.
2878
2879 * isearch.el (isearch-update-ring): Doc fix.
2880
2881 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2882
2883 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2884 into consideration. Replace one arm ifs with whens.
2885
2886 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2887
2888 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2889 (menu): Fix typo.
2890
2891 2006-05-02 Miles Bader <miles@gnu.org>
2892
2893 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2894
2895 2006-05-02 Jay Belanger <belanger@truman.edu>
2896
2897 * calc/calc-embed.el (calc-override-minor-modes-map)
2898 (calc-override-minor-modes): New variables.
2899 (calc-do-embedded): Make sure that Calc keystrokes aren't
2900 overwritten by minor modes.
2901
2902 2006-05-02 Chong Yidong <cyd@mit.edu>
2903
2904 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2905
2906 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2907
2908 * startup.el (command-line-1): Refer to Lisp manual when
2909 pure-space-overflow occurs.
2910
2911 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2912 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2913 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2914 (version-control): Don't use `t' for safe-local-variable declarations.
2915
2916 2006-05-01 Richard Stallman <rms@gnu.org>
2917
2918 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2919 M-r, M-R, M-A, M-SPC or M-DEL.
2920 (diff-mode-map): diff-refine-hunk now on C-c C-w
2921 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2922
2923 * help-mode.el (help-mode): view-exit-action calls delete-window
2924 only when it is safe and possible.
2925
2926 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2927 in messages.
2928
2929 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2930
2931 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2932 in the default tool-bar-map.
2933
2934 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2935
2936 * net/tramp.el (tramp-completion-file-name-handler-alist)
2937 (tramp-run-real-handler, tramp-completion-run-real-handler)
2938 (tramp-completion-handle-file-name-all-completions)
2939 (tramp-completion-handle-file-name-completion): Autoload them.
2940 (tramp-completion-handle-file-exists-p)
2941 (tramp-completion-handle-file-name-directory)
2942 (tramp-completion-handle-file-name-nondirectory)
2943 (tramp-completion-handle-expand-file-name): Remove them.
2944 (tramp-handle-file-name-directory): Return the real directory name.
2945 Returning "/" only doesn't need to be necessary any longer.
2946 (tramp-file-name-handler): Make special attention when in hostname
2947 completion mode.
2948 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2949 (tramp-register-file-name-handlers):
2950 Register `tramp-completion-file-name-handler' only when
2951 `partial-completion-mode' is enabled.
2952 (tramp-completion-handle-file-name-all-completions):
2953 Delete directory part from results.
2954 (tramp-get-completion-methods, tramp-get-completion-user-host):
2955 Discard deleting "/", it doesn't work after the change of
2956 `tramp-handle-file-name-directory' above.
2957
2958 2006-05-01 Kim F. Storm <storm@cua.dk>
2959
2960 * progmodes/grep.el (grep-expand-template): Use save-match-data
2961 and symbol-value.
2962
2963 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2964
2965 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2966 Use select-frame-set-input-focus instead of raise-frame.
2967 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2968
2969 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2970
2971 * progmodes/gud.el (gud-def): Add %c case.
2972 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2973 (gud-format-command): Make match case sensitive. Match on %F.
2974
2975 2006-04-30 Glenn Morris <rgm@gnu.org>
2976
2977 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
2978 (cal-tex-preamble): Use cal-tex-preamble-extra.
2979 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
2980 than alias `list-diary-entries'.
2981
2982 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
2983
2984 * help-fns.el (describe-variable): Add info about safe local variables.
2985
2986 2006-04-29 Richard Stallman <rms@gnu.org>
2987
2988 * bindings.el (mode-line-format): help-echo doc fixes.
2989
2990 * net/tramp.el (tramp-file-name-handler-alist): Delete
2991 expand-file-name and other operations that can cause spurious loading.
2992
2993 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2994
2995 * files.el (safe-local-variable-p): Remove support for the special
2996 value t.
2997
2998 * textmodes/paragraphs.el (sentence-end-without-space):
2999 Fix safety predicate.
3000 (sentence-end-double-space, sentence-end-without-period)
3001 (paragraph-ignore-fill-prefix):
3002 * textmodes/fill.el (colon-double-space):
3003 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3004
3005 * subr.el (booleanp): New fun.
3006
3007 * textmodes/reftex-vars.el (reftex-guess-label-type):
3008 Tighten the safety predicate.
3009
3010 2006-04-28 Kim F. Storm <storm@cua.dk>
3011
3012 * progmodes/grep.el (defgroup grep): Doc fix.
3013 (grep-auto-highlight): Remove.
3014 (grep-template): New defcustom.
3015 (grep-find-template): Rename from grep-tree-template.
3016 (grep-files-aliases): Rename from grep-tree-files-aliases.
3017 Remove "all" alias, add "l" alias.
3018 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3019 (grep-find-ignored-directories): New defcustom to replace
3020 grep-tree-ignore-CVS-directories, to facilitate ignoring
3021 subdirectories for multiple version control systems.
3022 (grep-mode-map): Add Recursive grep item to GREP menu.
3023 (grep-regexp-history, grep-files-history): New defvars.
3024 (grep-probe): New helper function.
3025 (grep-compute-defaults): Use it to simplify code.
3026 Adapt to name changes.
3027 Use `.' as base in grep-find-template rather than <D>.
3028 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3029 Call grep-compute-defaults unconditionally.
3030 (grep-expand-keywords): New defconst.
3031 (grep-expand-template): Rename from grep-expand-command-macros.
3032 Simplify via grep-expand-keywords. Look at case-fold-search instead
3033 of grep-tree-ignore-case to add -i option.
3034 Bind case-fold-search to nil while matching keywords.
3035 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3036 (grep-read-regexp, grep-read-files): New helper functions.
3037 (rgrep): Rename from grep-tree. Rework to use proper histories.
3038 Adapt to changes in defcustoms and functions above.
3039 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3040
3041 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3042
3043 * net/tramp.el (tramp-completion-file-name-handler):
3044 Disable Tramp's functionality while loading Tramp itself.
3045 (tramp-register-file-name-handlers): That's a defsubst now.
3046 Code from `tramp-repair-jka-compr' moved here. Apply it via
3047 `after-init-hook'.
3048 (tramp-repair-jka-compr): Remove.
3049
3050 2006-04-27 Jay Belanger <belanger@truman.edu>
3051
3052 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3053 read expression when `math-read-big-expr' doesn't work.
3054
3055 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3056
3057 * startup.el (command-line-1): Display warning when
3058 pure-space-overflow is non-nil.
3059
3060 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3061
3062 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3063 risky.
3064
3065 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3066
3067 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3068 Return the URL or nil if none can be generated.
3069
3070 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3071
3072 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3073 byte compiler warnings.
3074 (gud-basic-call, gud-find-expr): Let user select an expression
3075 for printing. Print expression as well as value in GUD buffer.
3076
3077 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3078
3079 * allout.el: Remove local autoload declaration for
3080 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3081 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3082 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3083 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3084 (allout-stylish-prefixes, allout-numbered-bullet)
3085 (allout-file-xref-bullet, allout-presentation-padding)
3086 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3087 safe-local-variable with suitable value spec, and add autoload
3088 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3089 (move-beginning-of-line, move-end-of-line): Repair so these compat
3090 functions now actually resituate the point, when appropriate.
3091
3092 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3093
3094 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3095
3096 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3097 (add-log-iso8601-time-string): Fix call to format-time-string.
3098
3099 2006-04-26 Kim F. Storm <storm@cua.dk>
3100
3101 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3102
3103 2006-04-26 Masatake YAMATO <jet@gyve.org>
3104
3105 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3106 Add support for "//" style comments. Remove `b' flag
3107 from ?* in `asm-mode-syntax-table'.
3108
3109 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3110
3111 * follow.el: Use (featurep 'xemacs) everywhere.
3112 (follow-mode): Use define-minor-mode.
3113 (follow-mode-map): Move initialization into the declaration.
3114 Use command remapping.
3115 (follow-emacs-version-xemacs-p): Remove.
3116 (follow-submit-feedback): Remove.
3117
3118 * allout.el (allout-layout, allout-passphrase-verifier-string)
3119 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3120
3121 * textmodes/reftex-vars.el (reftex-vref-is-default)
3122 (reftex-fref-is-default, reftex-guess-label-type):
3123 Tighten up a bit the safety predicate.
3124
3125 * textmodes/paragraphs.el (sentence-end-double-space)
3126 (sentence-end-without-period, sentence-end-without-space)
3127 (page-delimiter, paragraph-ignore-fill-prefix):
3128 Tighten up a bit the safety predicate.
3129
3130 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3131
3132 * progmodes/python.el (python-continuation-line-p)
3133 (python-beginning-of-statement): syntax-ppss may return
3134 a negative depth.
3135 (python-mode): Don't forcefully enable font-lock.
3136
3137 * time-stamp.el (time-stamp-start, time-stamp-end)
3138 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3139
3140 * add-log.el: Remove spurious * in docstrings.
3141 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3142 (add-change-log-entry): Use it here, since it's not specific
3143 to iso8601.
3144 (add-log-iso8601-time-string): Don't use it here any more.
3145 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3146
3147 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3148
3149 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3150
3151 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3152 (rcirc-toggle-low-priority): Doc fix.
3153 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3154 ChanServ regexp.
3155 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3156 #emacs.
3157 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3158 (rcirc-decode-coding-system): Use utf-8 as the default.
3159 (rcirc-multiline-minor-mode): Set the fill-column.
3160 (rcirc-format-response-string): Display bright and dim nicks.
3161 (rcirc-browse-url): Update interactive spec to fill ARG.
3162 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3163 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3164
3165 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3166
3167 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3168 case for @Article, etc.
3169
3170 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3171
3172 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3173 Added with autoload cookie.
3174 (tramp-unload-file-name-handlers): Rename from
3175 `tramp-unload-file-name-handler-alist'.
3176
3177 2006-04-23 Romain Francoise <romain@orebokech.com>
3178
3179 * comint.el (comint-match-partial-filename): Doc fix.
3180
3181 2006-04-21 Glenn Morris <rgm@gnu.org>
3182
3183 * calendar/cal-menu.el (calendar-mode-map): Refer to
3184 `diary-view-entries' rather than alias `view-diary-entries'.
3185 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3186
3187 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3188
3189 * progmodes/antlr-mode.el (antlr-default):
3190 * cus-edit.el (custom-documentation):
3191 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3192 in defface.
3193
3194 2006-04-21 Kim F. Storm <storm@cua.dk>
3195
3196 * image.el (image-type): New defun split out of create-image.
3197 (create-image): Use it.
3198
3199 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3200
3201 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3202 (org-open-at-point): Remove the "...done" message to keep output
3203 in the echo area visible.
3204 (org-export-as-xoxo): Fix call to `indent-region'.
3205
3206 2006-04-21 Kevin Ryde <user42@zip.com.au>
3207
3208 * international/mule.el (keyboard-coding-system): defcustom
3209 info-link fixes: "Specify Coding" has been split, keyboard now in
3210 "Terminal Coding", and "Single-Byte Character Support" is now
3211 "Unibyte Mode".
3212
3213 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3214
3215 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3216 Use font-lock-warning-face for any errors e.g. no stack.
3217 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3218
3219 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3220
3221 * progmodes/sh-script.el (sh-shell): Mark as safe.
3222
3223 * newcomment.el (comment-start, comment-start-skip)
3224 (comment-end-skip, comment-end): Mark as safe.
3225
3226 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3227
3228 * textmodes/org.el (org-deadline-announce): Face removed.
3229 (org-level-faces, org-n-levels): Convert to constant.
3230 (org-compatible-face): New function.
3231 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3232 (org-level-5, org-level-6, org-level-7, org-level-8)
3233 (org-special-keyword, org-warning, org-headline-done, org-link)
3234 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3235 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3236 Face definition revised for better color tty support.
3237 (org-bold-re, org-italic-re, org-underline-re): New constants.
3238 (org-set-font-lock-defaults): Use the new constants.
3239 (org-agenda-highlight-todo): New function.
3240 (org-agenda-todo): Fix bug with point at end of line.
3241 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3242 Fontify TODO keywords.
3243 (org-insert-link): Preserve relative path in ../ links.
3244 (org-export-as-html): Convert links pointing to .org files into
3245 links that will work beteen the exported HTML files.
3246 (org-todo-list): Fix bug when arg=0.
3247 (org-insert-heading): More fine-tuning.
3248
3249 2006-04-19 Romain Francoise <romain@orebokech.com>
3250
3251 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3252 from `rmail-mime-charset-pattern'.
3253
3254 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3255
3256 * progmodes/python.el (python-mode): Fix typo.
3257
3258 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3259
3260 * comint.el (comint-previous-input): Don't clobber input line
3261 when moving off either end of the input history ring.
3262 (comint-delete-input): New function, used by
3263 `comint-previous-input' and others.
3264 (comint-previous-matching-input):
3265 Use `coming-delete-input'. Save the partial input if leaving the
3266 edit line. Goto point-max before deleting input to avoid
3267 partial input fragments hanging around.
3268 (comint-restore-input): New function, used by `comint-previous-input'.
3269
3270 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3271
3272 * imenu.el (imenu--index-alist): Balance parentheses.
3273
3274 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3275
3276 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3277
3278 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3279
3280 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3281 file is nil.
3282
3283 2006-04-18 Richard Stallman <rms@gnu.org>
3284
3285 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3286
3287 * imenu.el (imenu-create-index-function, imenu--index-alist)
3288 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3289 (imenu-default-create-index-function, imenu--generic-function):
3290 Doc fixes.
3291
3292 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3293
3294 * help-mode.el (help-mode): Set view-exit-action to delete window.
3295
3296 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3297 now works by passing nil as arg.
3298
3299 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3300
3301 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3302 (read-abbrev-file): Provide default when reading filename.
3303
3304 * files.el (enable-local-variables): Allow :all as value.
3305 (hack-local-variables): Implement that value.
3306 (safe-local-variable-values, safe-local-eval-forms)
3307 (enable-local-variables): Mark as risky.
3308 (find-file-visit-truename, kept-old-versions): Mark safe.
3309
3310 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3311 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3312 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3313
3314 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3315
3316 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3317 Use forward-line so as to get to BOL even in the presence of fields.
3318 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3319 in return.
3320 (inferior-tcl): Tell tclsh to work in interactive mode.
3321
3322 * complete.el (partial-completion-mode):
3323 Use 'choose-completion-string-functions to make sure that
3324 choose-completion fills the minibuffer properly.
3325
3326 * complete.el (PC-old-read-file-name-internal): Remove.
3327 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3328 of read-file-name-internal.
3329 (partial-completion-mode): Enable/disable this advice.
3330
3331 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3332
3333 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3334 of 2006-04-17.
3335
3336 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3337
3338 * textmodes/org.el (org-insert-heading): Insert heading before
3339 current if at beginning of line.
3340 (org-todo, org-date): New faces.
3341 (org-table-align): Make sure tooltip window contains full text.
3342 (org-no-properties): New defsubst.
3343 (org-set-font-lock-defaults): Use new faces.
3344
3345 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3346
3347 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3348 for root variables.
3349
3350 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3351 (gdb-frame-address): Re-use to identify frame for watch expression.
3352 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3353 variables.
3354 (gdb-init-1, gdb-source, gdb-post-prompt)
3355 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3356 (gdb-frame-handler): Get gdb-frame-address.
3357
3358 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3359
3360 Sync with Tramp 2.0.53.
3361
3362 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3363 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3364 (tramp-completion-file-name-handler): Add autoload cookie for
3365 adding to `file-name-handler-alist'.
3366
3367 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3368 the prompt. If it returns earlier (when detecting an error
3369 message), the rest of the output will merge accidently with the
3370 output of the next command. Reported by M Jared Finder
3371 <jared@hpalace.com>.
3372
3373 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3374 for `process-file', in order to let it work for older Emacsen too.
3375
3376 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3377
3378 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3379 (tex-font-lock-keywords-3): Use it.
3380
3381 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3382
3383 * newcomment.el (comment-add): New function.
3384 (comment-region-default, comment-dwim): Use it.
3385
3386 2006-04-15 Michael Olson <mwolson@gnu.org>
3387
3388 * emacs-lisp/tq.el: Improve comments.
3389 (tq-queue-head-question): New accessor function.
3390 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3391 Update for modified queue structure.
3392 (tq-queue-add): Accept `question' argument.
3393 (tq-queue-pop): If a question is pending, send it.
3394 (tq-enqueue): Accept new optional argument `delay-question'.
3395 If this is non-nil, and at least one other question is pending a
3396 response, queue the question rather than sending it immediately.
3397
3398 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3399
3400 * calendar/appt.el (appt-add): Check whether an appointment is
3401 already present in appt-time-msg-list. Simplify code.
3402
3403 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3404
3405 * progmodes/cc-langs.el (c-mode-menu):
3406 Don't presume c-subword-mode is bound.
3407
3408 2006-04-13 Bill Wohler <wohler@newt.com>
3409
3410 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3411 (customize-package-emacs-version): Use cdr instead of cadr now
3412 that alists use dotted pairs.
3413
3414 * custom.el (defcustom): Fix docstring for :package-version.
3415
3416 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3417
3418 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3419 (tramp-handle-shell-command): Display output buffer only when
3420 `tramp-display-shell-command-buffer' is true.
3421 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3422
3423 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3424
3425 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3426 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3427
3428 2006-04-13 Romain Francoise <romain@orebokech.com>
3429
3430 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3431 leaving temporary .cvsignore buffers behind.
3432
3433 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3434
3435 * textmodes/org.el (org-set-regexps-and-options)
3436 (org-get-current-options): Better names for the startup folding
3437 options.
3438
3439 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3440
3441 * vc.el (vc-annotate): Arrange for point to end up at the same
3442 line number as in the original, but only when using a new buffer.
3443
3444 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3445
3446 * files.el (hack-one-local-variable-eval-safep):
3447 Recognize `edebug-form-spec' for `put', but only if it passes
3448 `edebug-basic-spec'. Generalize `put' handling.
3449
3450 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3451 vetting file-local form specs.
3452
3453 * allout.el (allout-layout): Autoload its `safe-local-variable'
3454 property.
3455
3456 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3457
3458 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3459 (org-agenda-mouse-1-follows-link)
3460 (org-mouse-1-follows-link): New options.
3461 (org-format-agenda-item): Fix bug if TAGS is nil.
3462 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3463
3464 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3465
3466 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3467 GDB 6.1+ gives full filename for "info sources" so use
3468 file-name-nondirectory.
3469
3470 2006-04-12 Romain Francoise <romain@orebokech.com>
3471
3472 * subr.el (read-passwd): Bind `message-log-max' to nil.
3473
3474 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * progmodes/perl-mode.el (perl-indent-new-calculate):
3477 Recompute parse-start after jumping backward by a whole sexp.
3478
3479 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3482 window configuration.
3483 (vc-annotate-display-select): Select the buffer so that current-buffer
3484 (and selected-window) is the output buffer at the end of vc-annotate.
3485
3486 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3487
3488 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3489 8-color terminals, to use all of the colors in a sensible order.
3490 256-color terminals work well with the standard map.
3491 (vc-annotate-lines): Only strip the first color character if it
3492 is "#", to allow for terminal-style named colors.
3493 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3494 the correct buffer is scrolled.
3495
3496 2006-04-11 Richard Stallman <rms@gnu.org>
3497
3498 * emacs-lisp/bytecomp.el (byte-compile-file):
3499 Bind enable-local-variables to :safe, and make normal-mode obey it.
3500
3501 * files.el (enable-local-variables): Allow value :safe.
3502 (normal-mode): Doc fix.
3503 (hack-local-variables): Implement enable-local-variables = :safe.
3504 (hack-local-variables-confirm): Don't prevent quitting.
3505
3506 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3507
3508 * loadhist.el (unload-feature): A bit of sanity check of
3509 load-history entries. Cancel timer-vars before unbinding them.
3510
3511 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3512 quote special chars, and make the trick work on the hex part of the
3513 buffer as well.
3514 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3515 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3516
3517 * startup.el (normal-splash-screen): Fix last change so we don't wait
3518 2 minutes if we don't show the splash screen.
3519
3520 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3521
3522 * textmodes/org.el (org-export-plain-list-max-depth)
3523 (org-table-spaces-around-separators)
3524 (org-radio-targets, org-activate-camels)
3525 (org-table-spaces-around-invisible-separators): Options removed.
3526 (org-time-stamp-rounding-minutes, org-remember-templates)
3527 (org-ellipsis, org-activate-links, org-descriptive-links):
3528 New options.
3529 (org-remember-apply-template, org-current-time)
3530 (org-finish-edit-table-field)
3531 (org-link-unescape, org-link-escape)
3532 (org-string-width, org-table-clean-line, org-html-do-expand)
3533 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3534 (org-read-agenda-file-list): New functions.
3535 (org-table-edit-field)
3536 (org-table-create-or-convert-from-region): New commands
3537 (org-table-toggle-vline-visibility): Command removed.
3538 (org-table-convert-region): Made a command.
3539 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3540 Replace with the normal org- functions.
3541 (org-self-insert-command): Don't trigger realign unnecessarily
3542 when blanking a field that is not full.
3543 (org-mode): `Set buffer-invisibility-spec' for links.
3544 (org-activate-links2): Hide link part and only show descriptive
3545 part of the link.
3546 (org-insert-link): Modify for new linking system.
3547 (org-store-link): Store description separately, for use by
3548 `org-insert-link'.
3549 (org-table-align): Use `org-string-width'.
3550 (defgroup): Completely new group structure for custom variables.
3551 (org-agenda-files): Option: Single file name allowed. Function:
3552 Optional argument unrestrited means ignore any restricitons.
3553 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3554 trying to modify the menu. Use generalized access to
3555 `org-agenda-files.'
3556 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3557 (org-agenda-file-to-front, org-remove-file, org-diary)
3558 (org-tags-view, org-export-icalendar-all-agenda-files)
3559 (org-export-icalendar-combine-agenda-files): Use generalized
3560 access to `org-agenda-files'.
3561 (org-remember-handler): Correctly preserve heading if present.
3562 (org-table-insert-row, org-table-insert-hline): Deal with
3563 invisible characters.
3564
3565 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3566
3567 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3568 (vc-annotate-color-map): New 18 element constant
3569 value/saturation, rotating hue colormap, from red->blue.
3570 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3571 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3572 (vc-annotate): To avoid killing the required local variables,
3573 set them before the end of `with-output-to-temp-buffer', and
3574 after first switching to annotate-mode.
3575 (vc-annotate-warp-version): Add buffer argument in goto-line to
3576 ensure annotation, not source, is scrolled.
3577
3578 2006-04-10 Bill Wohler <wohler@newt.com>
3579
3580 * custom.el (defcustom, custom-handle-keyword):
3581 Add :package-version keyword.
3582 (custom-add-package-version): New function. Sets value of new
3583 property 'custom-package-version from :package-version keyword.
3584 (defcustom): Create Common Keywords section in docstring.
3585 (defface, defgroup): Replace definitions of a select few keywords
3586 with a reference to the Common Keywords in defcustom.
3587 (defcustom, defface, defgroup): Replace reference to Customization
3588 chapter in manual with hyperlink.
3589
3590 * cus-edit.el (customize-package-emacs-version-alist):
3591 New variable.
3592 (customize-changed-options): Add check for custom-package-version.
3593 (customize-package-emacs-version): New function to look up Emacs
3594 version corresponding to the given package version.
3595
3596 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3597 defun name, in similar fashion to find-variable-regexp.
3598
3599 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3600
3601 * international/mule-cmds.el (set-locale-environment): Fix last
3602 change for when the locale's preferences don't specify any encoding.
3603
3604 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3605
3606 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3607 so the defined var/fun doesn't need to be quoted.
3608
3609 2006-04-10 Richard Stallman <rms@gnu.org>
3610
3611 * finder.el (finder-mode-map): Add n and p bindings.
3612
3613 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3614
3615 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3616 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3617 (gdb-setup-windows): Put something in source window if we can't find
3618 the source file.
3619 (gdb-frame-handler): Make it work again with just assembly.
3620 (gdb-data-list-register-values-handler): Make it work when there is
3621 no stack.
3622
3623 2006-04-09 Richard Stallman <rms@gnu.org>
3624
3625 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3626 specs while looking for charset.
3627
3628 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3629
3630 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3631 Make them faces.
3632 (lm-font-lock-keywords): Update appropriately.
3633
3634 2006-04-10 Kim F. Storm <storm@cua.dk>
3635
3636 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3637 it can also replace buffer-substring-no-properties.
3638
3639 * emulation/cua-base.el (cua-delete-region, cua-paste)
3640 (cua-repeat-replace-region): Use filter-buffer-substring.
3641
3642 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3643 (cua-cut-region-to-global-mark): Likewise.
3644
3645 * emulation/cua-rect.el (cua--extract-rectangle)
3646 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3647
3648 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3649
3650 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3651 entry-type. Add field delimiters to numerical fields if they are
3652 not present.
3653
3654 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3655
3656 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3657 string-const to return value.
3658 (bibtex-remove-delimiters): Use it.
3659
3660 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3661
3662 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3663 cl-byte-compile-compiler-macro unless it exists.
3664
3665 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3666
3667 * files.el (hack-local-variables-confirm) <offer-save>:
3668 Clarify message text. Suggested by Ralf Angeli.
3669
3670 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3671
3672 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3673 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3674 instead of `buffer-substring' and `delete-region'. (Most of the
3675 code actually copied from `kill-region'.)
3676
3677 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3678
3679 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3680 (rcirc-default-port): Rename from rcirc-port.
3681 (rcirc-default-nick): Rename from rcirc-nick.
3682 (rcirc-default-user-name): Rename from rcirc-user-name.
3683 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3684 (rcirc-low-priority-flag): New variable.
3685 (rcirc-decode-coding-system): New defcustom.
3686 (rcirc-encode-coding-system): New defcustom.
3687 (rcirc-coding-system-alist): New defcustom.
3688 (rcirc-multiline-major-mode): New defcustom.
3689 (rcirc-nick): New internal variable.
3690 (rcirc-process): Remove variable.
3691 (rcirc-server-buffer): New variable.
3692 (rcirc): Update to use rcirc-default-* variables above.
3693 (rcirc-connect): Do not add window-configuration-hook-here.
3694 (rcirc-server): New internal variable.
3695 (rcirc-connect): Do not send keepalive pings if
3696 rcirc-keepalive-seconds is nil.
3697 (with-rcirc-server-buffer): New macro.
3698 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3699 (rcirc-server-name): Rename from rcirc-server.
3700 (rcirc-buffer-process): New function.
3701 (rcirc-buffer-nick): New function.
3702 (rcirc-buffer-target): Remove function.
3703 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3704 New commands.
3705 (rcirc-mode-map): Change binding of C-c C-l to
3706 rcirc-toggle-low-priority.
3707 (rcirc-mode): Initialize coding system based on
3708 rcirc-coding-system-alist. New change-major-mode-hook to part the
3709 channel on a mode change. Make kill-buffer-hook buffer-local.
3710 (rcirc-change-major-mode-hook): New function.
3711 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3712 (rcirc-last-post-time): New variable.
3713 (rcirc-process-message): Store the last time user posted a message
3714 to this target.
3715 (rcirc-multiline-minor-mode): New mode.
3716 (rcirc-multiline-minor-mode-map): New mode map.
3717 (rcirc-edit-multiline): Put multiline-edit buffer in
3718 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3719 (rcirc-print): Ignore any line starting with an ignored nick.
3720 (rcirc-print): Decode using rcirc-decode-coding-system.
3721 (rcirc-track-minor-mode): Update global-mode-string when disabling
3722 this mode.
3723 (minor-mode-alist): Add LowPri indicator.
3724 (rcirc-toggle-low-priority): New function.
3725 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3726 next lowpriority buffer with activity.
3727 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3728 last time the user posted a message in to the target.
3729 (rcirc-update-activity-string): New formatting for low priority
3730 buffers.
3731 (rcirc-split-activity): New function.
3732 (rcirc-handler-PART, rcirc-handler-KICK)
3733 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3734 (rcirc-nick-away-alist): New variable.
3735 (rcirc-handler-301): New handler. Away messages are printed once
3736 per change.
3737
3738 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3739
3740 * info.el (Info-follow-nearest-node): Doc fix.
3741
3742 * international/mule-cmds.el (set-locale-environment): Make sure
3743 the coding-system preferred by the locale's language has the same
3744 EOL conversion type as the original buffer-file-coding-system.
3745 (locale-language-names): Add a few MS Windows language codes.
3746
3747 2006-04-07 Richard Stallman <rms@gnu.org>
3748
3749 * simple.el (eval-expression): Doc fix.
3750
3751 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3752 (eval-defun): Doc fixes.
3753
3754 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3755
3756 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3757
3758 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3759
3760 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3761 GDB list command without argument for greater generality.
3762
3763 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3764
3765 * subr.el (string-or-null-p): New function.
3766
3767 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3768
3769 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3770
3771 * files.el: Update comment about safe-local-variable declarations.
3772
3773 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3774
3775 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3776 See idlwave.org.
3777
3778 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3779 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3780
3781 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3782 See idlwave.org.
3783
3784 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3785 version 6.0 (minimal changes). See idlwave.org.
3786
3787 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3788 6.0 (minimal changes). See idlwave.org.
3789
3790 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3791
3792 2006-04-06 Romain Francoise <romain@orebokech.com>
3793
3794 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3795 symmetric encryption features and a new asynchronous interface to
3796 GnuPG. This new version is version 1.4, plus whitespace changes.
3797
3798 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3799
3800 * files.el: Move some `safe-local-variable' declarations to the
3801 respective files.
3802
3803 * textmodes/ispell.el (ispell-check-comments)
3804 (ispell-local-dictionary): Mark as safe.
3805
3806 * abbrev.el (abbrev-mode): Mark as safe.
3807
3808 * add-log.el (change-log-default-name): Mark as safe.
3809
3810 * textmodes/reftex-vars.el (reftex-vref-is-default)
3811 (reftex-fref-is-default, reftex-level-indent)
3812 (reftex-guess-label-type): Mark as safe.
3813
3814 * textmodes/fill.el (colon-double-space): Mark as safe.
3815
3816 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3817 (sentence-end-double-space, sentence-end-without-period)
3818 (sentence-end-without-space, sentence-end, sentence-end-base)
3819 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3820
3821 2006-04-06 Kim F. Storm <storm@cua.dk>
3822
3823 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3824 the :set-after list.
3825 (ido-downcase-unc-hosts): New user option. Default on.
3826 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3827 when it is set, as regexps are now applied on the fly.
3828 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3829 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3830 on the fly, but only when ido-process-ignore-lists is set.
3831 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3832 Only downcase names if ido-downcase-unc-hosts is set.
3833
3834 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3835
3836 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3837
3838 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3839
3840 2006-04-05 Kim F. Storm <storm@cua.dk>
3841
3842 * ido.el (ido-mode): Set after ido-unc-hosts and
3843 ido-ignore-unc-host-regexps.
3844 (ido-save-history): Save ido-unc-hosts-cache.
3845 (ido-load-history): Load ido-unc-hosts-cache.
3846 (ido-reread-directory): Refresh unc hosts cache in // dir.
3847
3848 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3849 to nil while displaying slash screen.
3850
3851 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3852
3853 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3854 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3855
3856 2006-04-05 Kenichi Handa <handa@m17n.org>
3857
3858 * international/characters.el: Setup cases of Latin, Greek, and
3859 Cyrillic characters in CJK charsets.
3860
3861 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3862
3863 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3864 default-enable-multibyte-characters. This reverts the change from
3865 revision 6.17 which is no longer necessary because the passphrase
3866 is sent separately now. GnuPG messages are unreadable under
3867 multibyte locales with default-enable-multibyte-characters set to nil.
3868
3869 2006-04-04 Andreas Schwab <schwab@suse.de>
3870
3871 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3872 and `byte-compile-warnings' as `safe-local-variable'.
3873
3874 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3875
3876 * man.el (Man-mode-map): Restore the \r binding.
3877 (Man-abstract-xref-man-page): If Man-target-string is a function,
3878 call it.
3879 (Man-highlight-references): Use Man-default-man-entry to get the
3880 target. Deal with xrefs too.
3881 (Man-highlight-references0): Don't call the target function.
3882
3883 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3884 cannot deal with it.
3885
3886 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3887
3888 * pgg-gpg.el: Clean up process buffers every time gpg processes
3889 complete.
3890
3891 2006-04-04 Kenichi Handa <handa@m17n.org>
3892
3893 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3894 here.
3895 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3896 Temporarily bind inhibit-field-text-motion to t.
3897
3898 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3899
3900 * startup.el (normal-splash-screen): Only set mode-line-format in the
3901 splash buffer, so as not to interfere when debugging the code.
3902 Ignore errors when switching buffer.
3903
3904 2006-04-03 Romain Francoise <romain@orebokech.com>
3905
3906 * dired.el (dired-dnd-protocol-alist): Fix typo.
3907
3908 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3909
3910 * savehist.el (savehist): Add :version.
3911 (savehist-ignored-variables): New variable.
3912 (savehist-minibuffer-hook): Don't save variables listed in
3913 `savehist-ignored-variables'.
3914
3915 * dired.el (dired-dnd-protocol-alist): Mention that change does
3916 only apply to new buffers in doc string.
3917
3918 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3919
3920 * recentf.el (recentf-open-files-item): Include newline in button
3921 field, so opening a file will work, when the point is at the end
3922 of the file name. Allow, for example, to [i]search a file by
3923 extension and just push RET to open it.
3924
3925 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3926
3927 * pgg-gpg.el (pgg-gpg-process-filter)
3928 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3929
3930 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3931 lines, temporary fix.
3932
3933 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3934
3935 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3936
3937 2006-04-02 Richard Stallman <rms@gnu.org>
3938
3939 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3940
3941 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3942
3943 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3944 header-mouse-map.
3945
3946 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3947 (ibuffer-mode-header-map): New keymaps.
3948 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3949 and keybindings for column headers.
3950 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3951 property.
3952
3953 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3954
3955 * speedbar.el (speedbar-after-create-hook): Doc fix.
3956
3957 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3958
3959 * shell.el (shell-directory-tracker)
3960 (shell-dynamic-complete-command): Doc fixes.
3961
3962 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3963
3964 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3965 terminals.
3966
3967 2006-04-01 Kim F. Storm <storm@cua.dk>
3968
3969 * ido.el (ido-unc-hosts-cache): New defvar.
3970 (ido-unc-hosts): If value of defcustom is a function, call it to
3971 get list of UNC hosts. Add function-item choices to specify
3972 ido-unc-hosts-net-view or user function.
3973 (ido-ignore-unc-host-regexps): New defcustom.
3974 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
3975 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
3976 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
3977
3978 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
3979
3980 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
3981 wwidth.
3982
3983 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
3984
3985 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
3986 (ido-max-work-file-list, ido-switch-buffer)
3987 (ido-read-file-name-as-directory-commands):
3988 Fix typos in docstrings.
3989
3990 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3991
3992 * term/mac-win.el (mac-system-coding-system): Define and use after
3993 Mac-specific coding systems are ready.
3994
3995 2006-03-27 Romain Francoise <romain@orebokech.com>
3996
3997 * net/rcirc.el (rcirc-connect): Add autoload cookie.
3998
3999 * ldefs-boot.el: Update.
4000
4001 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4002
4003 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4004 passphrases when it is not needed.
4005 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4006 passphrase stuff from gpg, should only be necessary when you use
4007 gpg with a smartcard.
4008
4009 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4010
4011 * comint.el (comint-dynamic-list-completions): Allow user to
4012 select *Completions* buffer.
4013
4014 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4015
4016 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4017
4018 2006-03-26 Andreas Schwab <schwab@suse.de>
4019
4020 * progmodes/gud.el (gdb): Only complain about multiple debugging
4021 when the gdb process is still running.
4022
4023 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4024
4025 * mail/rmail.el (tool-bar-map): Defvar it.
4026 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4027 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4028
4029 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4030
4031 * help.el (print-help-return-message): Suggest to use
4032 display-buffer instead of switch-to-buffer-other-window to restore
4033 the previous window without selecting it.
4034
4035 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4036
4037 * frame.el (select-frame-by-name): Call x-focus-frame also when
4038 window-system is mac.
4039
4040 * term/mac-win.el: Adjust Courier font specifications in
4041 x-fixed-font-alist.
4042 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4043 when directly encoding to UTF-16 in native byte order, no BOM.
4044
4045 2006-03-25 Kim F. Storm <storm@cua.dk>
4046
4047 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4048 (cua--init-keymaps): Use it instead of fixed C-return.
4049 (cua-mode): Set after it.
4050
4051 * emulation/cua-rect.el (cua--init-rectangles):
4052 Use cua-rectangle-mark-key instead of fixed C-return.
4053
4054 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4055
4056 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4057 "run" in .gdbinit.
4058 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4059
4060 2006-03-24 Romain Francoise <romain@orebokech.com>
4061
4062 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4063 `display-buffer-other-frame'.
4064
4065 2006-03-24 Kim F. Storm <storm@cua.dk>
4066
4067 * apropos.el (apropos-synonyms): Add selection => region.
4068
4069 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4070
4071 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4072 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4073 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4074 (gdb-data-list-register-values-regexp)
4075 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4076 Future proof against new fields being added to MI output.
4077 (gdb-send): Don't treat backslashes for program input as
4078 continuations.
4079 (gdb-assembler-handler): Don't use window-start for this handler.
4080 (gdb-frame-handler): Don't change to hollow arrow if overlay
4081 arrow doesn't move to new frame.
4082
4083 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4084
4085 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4086 prevent compiler warnings.
4087 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4088 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4089 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4090 buffer too.
4091
4092 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4093
4094 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4095 make-network-process, so we can use the same code in Gnus v5-10
4096 too and have this file fully synchronized with that release.
4097
4098 2006-03-23 Romain Francoise <romain@orebokech.com>
4099
4100 * ibuf-ext.el (ibuffer-read-filter-group-name):
4101 Use `ibuffer-generate-filter-groups' to make completion list match
4102 the filter groups that are really displayed in the Ibuffer buffer.
4103 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4104
4105 2006-03-23 Kenichi Handa <handa@m17n.org>
4106
4107 * international/mule-cmds.el (sort-coding-systems): Describe that
4108 the argument is modified in docstring.
4109
4110 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4111
4112 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4113 (pgg-gpg-update-agent): New function.
4114 (pgg-gpg-use-agent-p): New function.
4115 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4116 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4117 (pgg-gpg-sign-region): Use it.
4118
4119 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4120
4121 * cus-edit.el (custom-face-set): Call custom-push-theme before
4122 face-spec set so that `changed' theme is correctly saved.
4123 (custom-face-reset-standard): Reset to recalculated face rather
4124 than defface spec.
4125
4126 * custom.el (custom-push-theme): Only save `changed' theme if the
4127 current face does not match the defface specs.
4128
4129 2006-03-21 Simon Josefsson <jas@extundo.com>
4130
4131 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4132 <wilde@sha-bang.de>.
4133 (pgg-gpg-use-agent): New variable.
4134 (pgg-gpg-process-region): Use it.
4135 (pgg-gpg-encrypt-region): Likewise.
4136 (pgg-gpg-encrypt-symmetric-region): Likewise.
4137 (pgg-gpg-decrypt-region): Likewise.
4138 (pgg-gpg-sign-region): Likewise.
4139 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4140
4141 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4142
4143 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4144 bracket links.
4145
4146 2006-03-21 Kim F. Storm <storm@cua.dk>
4147
4148 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4149 fringe-indicator-alist instead of modifying global value.
4150 (gdb-frame-handler): Likewise.
4151
4152 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4153
4154 * diff-mode.el (diff-function): Make it inherit from diff-header
4155 instead of diff-context.
4156
4157 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4158 bitmap.
4159 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4160 change names in macro above for consistency.
4161 (gdb-frame-handler): Use hollow-right-triangle for all selected
4162 frames which except the innermost (where execution has stopped).
4163 (gdb-reset): Reset buffer-local values of overlay-arrow.
4164
4165 2006-03-20 Richard Stallman <rms@gnu.org>
4166
4167 * simple.el (set-mark-command): Doc fix.
4168
4169 * files.el (display-buffer-other-frame): New command.
4170 (ctl-x-4-map): Bind C-x 5 C-o to it.
4171
4172 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4173
4174 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4175 rather than just defer-time, in case defer-time has been changed but
4176 the timer isn't running yet.
4177 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4178
4179 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4180
4181 * help-mode.el (help-follow-symbol): New function.
4182 Essentially identical to the old `help-follow', but do not let
4183 `push-button' do the work when on an xref.
4184 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4185
4186 2006-03-19 Richard Stallman <rms@gnu.org>
4187
4188 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4189 preceded by the word `program'.
4190 (help-follow-mouse, help-follow): Throw error if not on xref.
4191 Delete no longer used args.
4192
4193 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4194
4195 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4196 annotation ensure gud-overlay-arrow-position is redisplayed.
4197
4198 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4199
4200 * textmodes/bibtex.el (bibtex-include-OPTkey)
4201 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4202 (bibtex-autokey-name-case-convert)
4203 (bibtex-autokey-titleword-case-convert): Make these the aliases
4204 for the following two variables.
4205 (bibtex-autokey-name-case-convert-function)
4206 (bibtex-autokey-titleword-case-convert-function): Make these the
4207 real names.
4208 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4209 bibtex-font-lock-crossref sublists.
4210 (bibtex-mode): Revert 2005-12-30 change (which made
4211 completion-ignore-case buffer-local).
4212 (bibtex-url): Simplify.
4213
4214 2006-03-19 Kim F. Storm <storm@cua.dk>
4215
4216 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4217 cursor property value to 2 (to align with C level change).
4218
4219 2006-03-19 Bill Wohler <wohler@newt.com>
4220
4221 * image.el (image-load-path-for-library): Shorten first line in
4222 docstring.
4223
4224 2006-03-18 Richard Stallman <rms@gnu.org>
4225
4226 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4227
4228 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4229
4230 * isearch.el (isearch-other-meta-char): Handle user bindings for
4231 shifted control characters.
4232
4233 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4234
4235 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4236 part that matches email addresses, file names, etc.
4237
4238 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4239
4240 * term/w32-win.el (mouse-set-font):
4241 Mention w32-list-proportional-fonts in the doc string.
4242
4243 2006-03-18 Kim F. Storm <storm@cua.dk>
4244
4245 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4246 (ido-unc-hosts): New user option to explicitly define list of know
4247 UNC-style hosts for completion.
4248 (ido-cache-unc-host-shares-time): New user option.
4249 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4250 New helper functions for UNC file-name support.
4251 (ido-may-cache-directory): Check for UNC host. Simplify.
4252 (ido-wash-history): Clean out old UNC hosts.
4253 (ido-nonreadable-directory-p): UNC hosts are always readable.
4254 (ido-directory-too-big-p): UNC hosts are never too big.
4255 (ido-set-current-directory): Handle UNC root path.
4256 (ido-file-name-all-completions): Complete UNC host names from
4257 ido-unc-hosts list. Cache UNC host shares.
4258 (ido-make-file-list-1): Don't filter UNC root.
4259 (ido-exhibit): Check for // in root directory, and switch to UNC
4260 mode by setting ido-current-directory to //.
4261
4262 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4263
4264 * cus-edit.el (customize-changed-options): Mention explicit
4265 version number as default in prompt.
4266
4267 2006-03-17 Bill Wohler <wohler@newt.com>
4268
4269 * image.el (image-load-path-for-library): Minor docstring fix.
4270
4271 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4272
4273 * textmodes/org.el (org-read-date): Include subgroup 5 into
4274 replacement text.
4275 (org-popup-calendar-for-date-prompt): Fix customization type.
4276
4277 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4278
4279 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4280 (gdb-continuation): New variable.
4281 (gdb-send): Deal with continuation lines.
4282
4283 * progmodes/gud.el (gud-gdb-complete-command)
4284 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4285 expressions.
4286 (gud-tooltip-mode): Use buffer-local value.
4287
4288 2006-03-16 Kim F. Storm <storm@cua.dk>
4289
4290 * ido.el (ido-edit-input): Use selected match, if any.
4291
4292 2006-03-16 Bill Wohler <wohler@newt.com>
4293
4294 * image.el (image-load-path-for-library): Prefer user's images in
4295 image-load-path.
4296
4297 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4298
4299 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4300 when checking for attempt to drag leftmost or rightmost scrollbar.
4301
4302 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4303
4304 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4305 (gdb-force-mode-line-update): New function.
4306 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4307 (gdb-exited): Use them.
4308 (gdb-signal): New function.
4309 (gdb-annotation-rules): Provide a rule for it.
4310
4311 2006-03-16 Kenichi Handa <handa@m17n.org>
4312
4313 * international/mule.el (auto-coding-regexp-alist): Add entries
4314 for Unicode BOM.
4315
4316 * sort.el (sort-build-lists): Temporarily bind
4317 inhibit-field-text-motion to t.
4318
4319 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4320
4321 * locate.el (locate-command, locate-make-command-line)
4322 (locate-fcodes-file, locate-update-command)
4323 (locate-prompt-for-command, locate, locate-with-filter)
4324 (locate-get-file-positions): Doc fixes.
4325 (locate-buffer-name, locate-header-face): Remove leading `*' in
4326 defcustom.
4327 (locate-filter-output): Use `keep-lines' instead of its alias
4328 `delete-non-matching-lines'.
4329 (locate-get-filename, locate-get-dirname): Add introductory comment.
4330 (locate-find-directory-other-window): Give appropriate error
4331 message if used outside main listing.
4332
4333 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4334
4335 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4336 the new extend-region feature.
4337 (font-lock-after-change-function): Update correspondingly.
4338 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4339 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4340
4341 2006-03-15 Bill Wohler <wohler@newt.com>
4342
4343 * image.el (image-load-path-for-library): Fix example by not
4344 recommending that one binds image-load-path. Just defvar it to
4345 placate compiler and only use it if previously defined.
4346
4347 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4348
4349 * textmodes/org.el (org-insert-centered): Use `string-width' to
4350 make underlining work for wide characters.
4351 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4352 TAB to `org-cycle', to make sure that no binding in
4353 `outline-mode-map' can supercede it.
4354
4355 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4356
4357 * allout.el: Increment version to 2.2.1 in file commentary.
4358
4359 (allout-version): Increment to 2.2.1.
4360
4361 (allout-default-layout): New customization variable, used when the
4362 file lacks a specific allout-layout. Uses allout-layout-type for
4363 recursively nested definition.
4364
4365 (allout-layout-type): Widget defining allout layouts, necessary for
4366 self-recursive definition.
4367
4368 (allout-mode): Incorporate allout-default-layout as fallback for
4369 allout-layout.
4370
4371 (allout-layout): Mark as 'safe-local-variable', and refer mention
4372 fallback to `allout-default-layout' in absence of a specified value.
4373 (allout-passphrase-verifier-string)
4374 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4375
4376 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4377
4378 (allout-get-encryption-passphrase-verifier): Use correct name of
4379 passphrase verifier in docstring.
4380
4381 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4382
4383 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4384 elements.
4385 (gdb-find-watch-expression): Make it work for arrays too.
4386 Follow change to gdb-var-list.
4387 (gud-watch): Allow the user to enter variable name with a prexix
4388 arg. Create keybindings.
4389 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4390 (gdb-var-list-children-handler, gdb-var-update-handler)
4391 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4392 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4393 Follow change to gdb-var-list.
4394 (gdb-starting): Don't show the overlay arrows when program is running.
4395
4396 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4397 gdb-var-list.
4398
4399 2006-03-14 Bill Wohler <wohler@newt.com>
4400
4401 * image.el (image-load-path-for-library): Pass value of path
4402 rather than symbol. Always return list of directories.
4403 Guarantee that image directory comes first.
4404
4405 2006-03-14 Alan Mackenzie <acm@muc.de>
4406
4407 * font-core.el (font-lock-extend-region\(-function\)?.):
4408 New function/variable.
4409
4410 * font-lock.el (font-lock-after-change-function):
4411 Call font-lock-extend-region. Obey font-lock-lines-before.
4412 (font-lock-default-fontify-region): Remove reference to
4413 font-lock-lines-before.
4414
4415 * jit-lock.el (jit-lock-after-change):
4416 Call font-lock-extend-region. Obey font-lock-lines-before.
4417
4418 2006-03-14 David Ponce <david@dponce.com>
4419
4420 * tree-widget.el (tree-widget-themes-load-path)
4421 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4422
4423 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4424
4425 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4426 (rcirc-print): Mark the start of text at the end of the prompt.
4427 (rcirc-track-minor-mode): Add autoload cookie.
4428 (rcirc-update-activity-string): Add space to front of mode-line
4429 indicator.
4430
4431 2006-03-13 Miles Bader <miles@gnu.org>
4432
4433 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4434 (rcirc-abbrev-nick): Remove function.
4435 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4436
4437 2006-03-13 David Ponce <david@dponce.com>
4438
4439 * tree-widget.el: Handle themes across all occurrences of the main
4440 themes sub-directory found in tree-widget-themes-load-path.
4441 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4442 (tree-widget--locate-sub-directory): Return all occurrences.
4443 (tree-widget-themes-path): New function.
4444 Replace tree-widget-themes-directory, and return a list of directories.
4445 (tree-widget-set-parent-theme)
4446 (tree-widget-lookup-image): Use it.
4447
4448 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4449
4450 * textmodes/org.el (org-link-search): Avoid self-matching of
4451 links, allow target text to be distributed over several lines.
4452 (org-search-not-link): New function.
4453 (org-set-regexps-and-options, org-get-current-options):
4454 New startup options.
4455 (org-export-as-html): Take odd-level setting from local variable.
4456 (org-fontify-emphasized-text): New option.
4457 (org-set-font-lock-defaults): Include emphasized text.
4458 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4459 (org-font-lock): Customize group renamed from `org-faces'.
4460
4461 2006-03-13 John Paul Wallington <jpw@pobox.com>
4462
4463 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4464 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4465
4466 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4467
4468 * cus-start.el (all): Delete :version keyword for members of the
4469 fringe group, since the entire group is new in 22.1.
4470
4471 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4472
4473 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4474 map if value is hexadecimal (an address).
4475 (gud-watch): Only search roots for existing watch expressions.
4476 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4477 prevent caching problems with speedbar-update-directory-contents.
4478
4479 2006-03-12 Juri Linkov <juri@jurta.org>
4480
4481 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4482 before comparing with `low' and `warn'.
4483
4484 * info.el (Info-dir-remove-duplicates): Move point to the
4485 beginning of the current line after deleting the entries from
4486 redundant heading. Use marker for `limit' and compare it with
4487 point before calling `re-search-forward'.
4488
4489 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4490
4491 * simple.el (yank): Fix typo in docstring.
4492
4493 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4494
4495 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4496 messages, where "D" is the 6th character.
4497
4498 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4499
4500 * simple.el (yank): Fix last change.
4501
4502 2006-03-11 David Ponce <david@dponce.com>
4503
4504 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4505 merging elements from the standard ispell-dictionary-alist.
4506 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4507 alist, and return the new alist.
4508
4509 2006-03-11 Richard Stallman <rms@gnu.org>
4510
4511 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4512
4513 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4514 the way it is implemented is too unclean.
4515
4516 * simple.el (kill-region, yank): Doc fix.
4517
4518 * battery.el (battery-echo-area-format): Doc fix.
4519 (battery-mode-line-format): Likewise.
4520 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4521 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4522
4523 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4524
4525 * progmodes/octave-mod.el (octave-indent-for-comment):
4526 Behave according to do string.
4527
4528 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4529
4530 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4531 Be visible only if major mode is Mail Mode.
4532
4533 * textmodes/flyspell.el (flyspell-external-point-words)
4534 (flyspell-process-localwords): Fix last changes.
4535
4536 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4537
4538 * calendar/holidays.el (list-holidays): Doc fix.
4539
4540 * international/mule.el (auto-coding-alist): Add .odt
4541 (OpenOffice's open document) files.
4542
4543 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4544 document) files. Mention in the doc string the need to sync with
4545 auto-coding-alist.
4546
4547 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4548
4549 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4550 enable-local-variables is set to always query, or there is no
4551 savable variable.
4552
4553 2006-03-10 Bill Wohler <wohler@newt.com>
4554
4555 * image.el (image-load-path-for-library): Merge at least three
4556 functions from Gnus and MH-E into this one function that can now
4557 be shared.
4558
4559 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4560
4561 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4562 gdb-remove-mouse-face and remove help-echo too.
4563 (gdb-enqueue-input): Correct conditional clause.
4564
4565 2006-03-10 Glenn Morris <rgm@gnu.org>
4566
4567 * calendar/calendar.el (calendar-holidays): Doc fix.
4568 * calendar/holidays.el (list-holidays): Doc fix.
4569
4570 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4571
4572 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4573 it gets called in gdb-prompt anyway.
4574 (gdb-use-separate-io-buffer): Only restore window arrangement for
4575 gdb-many-windows.
4576 (gdb-enqueue-input): Make it harder to send GDB input when program
4577 is running.
4578 (gdb-buffer-list): New variable.
4579 (gdb-remove-mouse-face): New function.
4580 (gdb-starting): Use it when GDB input won't get sent.
4581
4582 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4583
4584 * help.el (view-lossage): Remove trailing whitespace before
4585 inserting "\n".
4586
4587 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4588
4589 * files.el (hack-local-variables-confirm):
4590 Set coding-system-for-read to nil before writing to .emacs.
4591
4592 * arc-mode.el (archive-extract): Check if an existing buffer name
4593 comes from a different archive.
4594
4595 * help.el (describe-key-briefly): If KEY is a down event, read and
4596 discard the up event.
4597
4598 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4599
4600 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4601 be edited and use font-lock-warning-face for any changes.
4602
4603 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4604 (gdb-edit-value): Use it to report any errors.
4605
4606 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4607
4608 * help.el (describe-key): Remove leftover test code.
4609
4610 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4611
4612 * textmodes/org.el: Move defvars out of eval-when-compile.
4613 Use buffer-file-name variable.
4614 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4615 arg `file'.
4616 (org-level-faces): Remove startup dependency.
4617 (org-cycle, org-map-tree, org-scan-tags)
4618 (org-remember-handler): Don't call `outline-level' directly.
4619 (org-mhe-search-all-folders): New option.
4620 (org-mhe-get-message-folder-from-index)
4621 (org-mhe-get-message-folder): Fix indexing search.
4622 (org-format-agenda-item): Handle nil TAGS argument.
4623 (org-cleaned-string-for-export, org-activate-target-links)
4624 (org-make-target-link-regexp): Deal with empty radio target list.
4625 (org-tag): New face.
4626 (org-get-level-face): New function.
4627 (org-set-font-lock-defaults): Simplify setup for headlines.
4628 (org-complete): Pass common substring to `display-completion-list'.
4629
4630 2006-03-06 David Ponce <david@dponce.com>
4631
4632 * tree-widget.el: Update Commentary header.
4633 (tree-widget-theme-name): Ignore parent themes.
4634 (tree-widget-set-parent-theme): New function.
4635 (tree-widget-set-theme): Use it.
4636 (tree-widget-set-image-properties): Move definition. Does nothing
4637 if image properties have already been set.
4638 (tree-widget-image-properties): Move definition. Receive an image
4639 name. Set the :pointer property.
4640 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4641 Don't set the :pointer image property.
4642 (tree-widget-convert-widget): New function. Handle :dynargs
4643 compatibility here.
4644 (tree-widget): Use it to :convert-widget. Add the :expander-p
4645 predicate to control when the :expander function is entered.
4646 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4647 (tree-widget-value-create): Handle :expander-p. widget-apply
4648 :expander.
4649 (tree-widget-expander-p): New function. Default value of the
4650 :expander-p property.
4651
4652 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4653
4654 * help.el (describe-key): Properly handle the return value of
4655 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4656 remaps. Handle string and vector `follow-link' values.
4657
4658 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4659
4660 * complete.el (PC-expand-many-files): Try be more careful when parsing
4661 the shell's output.
4662
4663 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4664
4665 * outline.el (hide-sublevels): Provide better interactive default.
4666
4667 2006-03-06 Kenichi Handa <handa@m17n.org>
4668
4669 * international/fontset.el (create-fontset-from-fontset-spec):
4670 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4671
4672 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4673
4674 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4675 backslashes instead of one in regexp.
4676 (gud-tooltip-dereference): Add missing optional argument.
4677
4678 2006-03-04 John Paul Wallington <jpw@pobox.com>
4679
4680 * wdired.el (toplevel): Require `cl' at compile-time.
4681
4682 2006-03-04 Andreas Schwab <schwab@suse.de>
4683
4684 * server.el (server-process-filter): Handle errors during
4685 evaluation of the argument.
4686
4687 2006-03-03 John Paul Wallington <jpw@pobox.com>
4688
4689 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4690 escape parentheses at beginning of line.
4691 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4692 (t-mouse-mode): Remove period from end of error message.
4693
4694 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4695
4696 * textmodes/flyspell.el (flyspell-process-localwords):
4697 Be case-sensitive.
4698
4699 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4700
4701 * cus-edit.el (custom-quote): Remove function, since it has been
4702 moved to custom.el.
4703
4704 * font-lock.el (lisp-font-lock-keywords-2)
4705 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4706 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4707 they have no special meaning.
4708
4709 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4710 indirect buffer gets killed before indirect buffer. Use dolist.
4711
4712 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4713
4714 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4715 value instead of a literal constant (1) on more pauses.
4716
4717 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4718
4719 * textmodes/flyspell.el (flyspell-external-point-words):
4720 Be case-sensitive.
4721
4722 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4723
4724 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4725 with "www".
4726
4727 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4728
4729 * allout.el: Restablish intermediate missing comment header to
4730 preserve outline structure.
4731 (allout-beginning-of-current-entry): Skip invisible text.
4732 (allout-open-topic): Fix opening a topic at end-of-buffer.
4733 (allout-minor-mode): Move nearer to allout-mode function.
4734
4735 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4736
4737 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4738
4739 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4740
4741 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4742 is nil.
4743
4744 * progmodes/gud.el (gud-speedbar-menu-items):
4745 Use buffer-local-value and add missing :visible keyword.
4746
4747 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4748
4749 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4750
4751 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4752 must be `follow-link'.
4753
4754 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4755
4756 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4757 formatting: No nested anchors.
4758 (org-all-targets): Fix bug with XEmacs compatibility.
4759 (org-read-date): Add (require 'parse-time).
4760 (org-set-tags): Fix bug with extra inserted space.
4761 (org-export-html-style): Define a style class for targets.
4762 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4763 (org-hide-leading-stars): New option.
4764 (org-hide): New face.
4765 (org-set-font-lock-defaults): Allow to hide leading stars.
4766 (org-get-legal-level, org-tr-level): New functions.
4767 (org-odd-levels-only): New option.
4768 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4769 (org-demote, org-promote): Deal with double-star levels.
4770 (org-convert-to-odd-levels): New command.
4771
4772 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4773
4774 * speedbar.el (speedbar-update-localized-contents): Try to
4775 preserve window-start.
4776 (speedbar-update-directory-contents): Try to preserve window-start
4777 and window-point.
4778 (speedbar-update-special-contents): Don't move back to start of window.
4779
4780 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4781 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4782 speedbar-timer-fn.
4783 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4784 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4785 instead of gdb-speedbar-timer-fn.
4786
4787 2006-02-28 Jay Belanger <belanger@truman.edu>
4788
4789 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4790 (math-compose-expr): Use latex option when calling
4791 `math-compose-tex-matrix' for latex mode.
4792
4793 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4794
4795 * speedbar.el: Re-instate comments about developing for speedbar
4796 [this is what info and gdb-ui use even if better methods exist now].
4797
4798 * t-mouse.el: New file.
4799 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4800 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4801 (t-mouse-make-event-element): Use posn-at-x-y instead.
4802 (t-mouse-make-event): Deal with Fedora Core 3.
4803 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4804 (t-mouse-mouse-position-function): New function. Use it instead
4805 of advising mouse-position.
4806 (t-mouse-mode): New minor mode.
4807 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4808
4809 2006-02-27 Glenn Morris <rgm@gnu.org>
4810
4811 * calendar/calendar.el (calendar-holidays): Doc fix.
4812
4813 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4814
4815 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4816 Re-introduce the concept of a source window.
4817 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4818 consistency with get-buffer-create.
4819 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4820 (gdb-data-list-register-values-handler)
4821 (gdb-stack-list-locals-handler): Try to preserve window-start as
4822 well as window-point.
4823 (gdb-display-source-buffer): New function (old concept).
4824 (gdb-goto-breakpoint): Use it.
4825
4826 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4827 for gdb-ui/gdb-mi (old concept).
4828
4829 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4830
4831 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4832 binding.
4833
4834 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4835
4836 * textmodes/reftex-sel.el (reftex-select-label-map)
4837 (reftex-select-bib-map): Add `follow-mouse' binding.
4838
4839 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4840
4841 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4842 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4843 Give :set functions to provide automatic updating.
4844 Update docstring. Give compiler defvars early in the file
4845 and move the defcustoms to a later spot where all called functions
4846 are defined.
4847 (jka-compr-file-name-handler-entry): Doc fix.
4848 (jka-compr-compression-info-list--internal)
4849 (jka-compr-mode-alist-additions--internal)
4850 (jka-compr-load-suffixes--internal): New variables.
4851 (jka-compr-install): Set the three above variables.
4852 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4853 (jka-compr-update, jka-compr-set): New functions.
4854 (auto-compression-mode): Doc fix.
4855
4856 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4857 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4858 Use jka-compr-compression-info-list--internal,
4859 jka-compr-mode-alist-additions--internal and
4860 jka-compr-load-suffixes--internal.
4861
4862 * files.el (load-library):
4863 * loadhist.el (file-loadhist-lookup):
4864 * startup.el (command-line):
4865 * subr.el (locate-library):
4866 * emacs-lisp/autoload.el (update-directory-autoloads):
4867 * emacs-lisp/find-func.el (find-library-suffixes):
4868 Use `get-load-suffixes' instead of `load-suffixes'.
4869
4870 * subr.el (locate-library):
4871 * emacs-lisp/find-func.el (find-library-name):
4872 Use `load-file-rep-suffixes' instead of '("").
4873
4874 2006-02-26 Kim F. Storm <storm@cua.dk>
4875
4876 * ido.el (ido-save-history, ido-load-history): Simplify.
4877 Don't use find-file-noselect to avoid interference from other modes.
4878
4879 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4880
4881 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4882 to use the default shell if filename is not available.
4883 Reported by Giorgos Keramidas.
4884
4885 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4886
4887 * progmodes/etags.el (tags-completion-table): Do completion from
4888 all the tables in the current list, as documented in the manual.
4889
4890 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4891
4892 * CC Mode Update to 5.31.3.
4893
4894 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4895
4896 * progmodes/cc-mode.el (c-postprocess-file-styles):
4897 Bind inhibit-read-only to t, around the call to
4898 c-remove-any-local-eval-or-mode-variables, so that it works on a
4899 RO file.
4900
4901 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4902
4903 * progmodes/cc-awk.el: Correct a typo.
4904
4905 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4906
4907 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4908 c-hungry-delete-backwards, at the request of RMS. Leave the old
4909 name as an alias.
4910
4911 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4912
4913 * progmodes/cc-mode.el: Correct a typo.
4914
4915 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4916
4917 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4918
4919 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4920
4921 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4922 brace-else-brace (error due to mbeg, mend being undefined).
4923
4924 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4925
4926 * progmodes/cc-mode.el: File Local variables: Solve the problem
4927 where both `mode' and c-file-offsets are specified: `mode' will
4928 overwrite c-f-o's settings:
4929 (c-remove-any-local-eval-or-mode-variables): New function.
4930 (c-postprocess-file-styles): Call the above new function, within
4931 c-tentative-buffer-change, to splat `mode' and `eval' before the
4932 second hack-local-variables.
4933
4934 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4935
4936 * progmodes/cc-mode.el:
4937 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4938 (c-after-change): Protect the match data with save-match-data.
4939 It was getting corrupted by c-after-change-check-<>-operators.
4940
4941 * cc-defs.el: [Supersedes patch V1.38]:
4942 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4943 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4944
4945 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4946 with save-match-data. It was being corrupted when Font Lock was
4947 not enabled.
4948
4949 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4950
4951 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4952 Mode and Subword Mode.
4953
4954 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4955 real labels ("case 1:" or "foo:") from non-labels ("public:").
4956 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4957 coding; c-f-t-2 doesn't move over a token at EOB.
4958
4959 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4960
4961 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4962 (c-update-modeline): Concatenate the minor mode indicators
4963 directly onto mode-name, removing c-submode-indicators.
4964 Sometimes, c-s-i got separated from the mode name on the mode line.
4965
4966 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4967 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4968
4969 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4970
4971 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4972 error message when there's an evaluation error to show whether
4973 it's loaded from source or not.
4974 (c-filter-ops): Make it available at runtime too to work when
4975 `c-make-init-lang-vars-fun' needs to evaluate from source.
4976
4977 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
4978
4979 * help.el (help): Revert last part of 2006-02-23 change (deletion
4980 of the `provide' call).
4981
4982 2006-02-23 Juri Linkov <juri@jurta.org>
4983
4984 * compare-w.el (compare-windows-highlight): Add new value
4985 `persistent' and change :type from `boolean' to `choice'.
4986 (compare-windows-overlays1, compare-windows-overlays2):
4987 New internal variables.
4988 (compare-windows-highlight): If compare-windows-highlight is
4989 `persistent', add current overlays to compare-windows-overlays[12]
4990 instead of adding compare-windows-dehighlight to pre-command-hook.
4991 (compare-windows-dehighlight): Delete all overlays from
4992 compare-windows-overlays[12].
4993
4994 * info.el (Info-search): Don't bind search-spaces-regexp to
4995 Info-search-whitespace-regexp in non-regexp isearch mode.
4996
4997 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
4998
4999 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5000
5001 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5002
5003 * textmodes/org.el (org-xemacs-p)
5004 (org-export-html-show-new-buffer, org-table-may-need-update)
5005 (org-insert-item, org-mhe-get-message-real-folder)
5006 (org-mhe-get-message-folder-from-index)
5007 (org-mhe-get-message-folder, org-mhe-get-message-num)
5008 (org-mhe-get-header, org-make-org-heading-search-string)
5009 (org-make-org-heading-camel, org-table-sort-lines)
5010 (org-format-org-table-html, org-format-table-table-html):
5011 Fix typos in docstrings.
5012
5013 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5014
5015 * textmodes/org.el (org-cleaned-string-for-export)
5016 (org-solidify-link-text): New function.
5017 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5018 XEmacs, just to silence the compiler.
5019 (org-export-as-ascii, org-export-as-html-and-open):
5020 Use `org-cleaned-string-for-export' and create internal links.
5021 (org-follow-mhe-link): Require mh-e, use folder.
5022
5023 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5024
5025 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5026
5027 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5028 gdb-debug-log-length.
5029 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5030 it a real ring but...
5031 (gud-gdba-marker-filter): ...make it work like mark-ring.
5032 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5033 (gdb-mouse-jump): New function. Add bindings.
5034
5035 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5038 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5039 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5040 (gdb-debug-log-length): Customize it's length.
5041 (gud-watch, gdb-var-create-handler): Display function::var format
5042 but don't use to create variable object.
5043 (gdb-var-create-handler): Use message-box in place of message.
5044 (gdb-stopped): Call gdb-exited if signalled.
5045
5046 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5047
5048 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5049
5050 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5051
5052 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5053 if `reftex-try-all-extensions' is set.
5054
5055 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5056 fail silently when there is no valid argument at point.
5057 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5058 `fail-silently' argument. From a patch by David Reiter.
5059
5060 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5061 New commands.
5062 (org-mark-ring): New variable.
5063 (org-mark-ring-length): New option.
5064 (org-open-at-point, org-goto, org-open-file): Push old position
5065 onto the mark ring.
5066 (org-add-hook): New function.
5067 (org-export-table-remove-special-lines): New option.
5068 (org-skip-comments, org-format-org-table-html): Respect new
5069 option `org-export-table-remove-special-lines'.
5070 (org-open-file): Allow special command configuration for
5071 directory link.
5072 (org-file-apps): Fix bugs in customize type, added setting
5073 for directories.
5074 (org-activate-tags, org-format-agenda-item, org-complete)
5075 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5076 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5077 (org-link-search, org-make-org-heading-search-string)
5078 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5079 (org-radio-targets, org-file-link-context-use-camel-case)
5080 (org-activate-camels): New options.
5081 (org-update-radio-target-regexp, org-all-targets)
5082 (org-make-target-link-regexp, org-activate-target-links):
5083 New functions.
5084 (org-make-org-heading-search-string): New function.
5085 (org-store-link, org-insert-link): Use new option
5086 `org-file-link-context-use-camel-case'.
5087 (org-activate-camels): Use new option `org-activate-camels'.
5088 (org-link-regexp): Add mhe prefix.
5089 (org-open-at-point, org-store-link): Support for mhe links.
5090 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5091 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5092 (org-mhe-get-header, org-follow-mhe-link): New functions.
5093 (org-remove-angle-brackets, org-add-angle-brackets):
5094 New functions.
5095 (org-bracket-link-regexp): New constant.
5096 (org-read-date): Fix bug that was rejecting all typed dates.
5097 (org-link-search): Make hierarchy above visible after a match.
5098 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5099 (org-store-link): Fix bug with link creation when cursor is in
5100 an empty line.
5101 (org-open-at-point): Fix bug with matching a link.
5102 Fixed buggy argument sequence in call to `org-view-tags'.
5103 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5104 (org-prefix-has-tag): New variable.
5105 (org-format-agenda-item): Remove tags from headline
5106 if appropriate.
5107 (org-agenda-remove-tags-when-in-prefix): New option.
5108
5109 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5110
5111 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5112 Fix the regular expressions.
5113
5114 2006-02-21 Richard M. Stallman <rms@gnu.org>
5115
5116 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5117 if there's no other specific basis.
5118
5119 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5120 as variables at all.
5121 (unsafep-variable): Rename arg; doc fix.
5122
5123 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5124
5125 * calendar/appt.el (diary-selective-display): Add defvar.
5126
5127 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5128
5129 * isearch.el (search-whitespace-regexp): Fix custom type.
5130
5131 * help.el (describe-key-briefly): Compute interactive args
5132 in same was as before previous change.
5133
5134 * files.el (enable-local-variables): Doc fix.
5135
5136 2006-02-21 Kim F. Storm <storm@cua.dk>
5137
5138 * fringe.el: Cleanup as file is now pre-loaded.
5139 (fringe-bitmaps): Initialize unconditionally.
5140 (fringe-mode, set-fringe-style): Remove autoload cookies.
5141
5142 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5143
5144 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5145 `horizontal-bar'.
5146 (fringe-cursor-alist): Use `horizontal-bar'.
5147
5148 2006-02-20 Kim F. Storm <storm@cua.dk>
5149
5150 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5151 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5152
5153 * loadup.el: Load "fringe" on window systems.
5154
5155 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5156
5157 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5158 out of scope components.
5159
5160 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5161 default.
5162
5163 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * custom.el (customize-mark-to-save, customize-mark-as-set):
5166 Load the symbol first.
5167
5168 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5169
5170 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5171 strech spec so it doesn't display as "^J" on the header line
5172 when `Buffer-menu-use-header-line' is t.
5173
5174 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5175
5176 * speedbar.el (speedbar-make-button): Keep text properties
5177 of string arguments if desired.
5178
5179 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5180 expessions.
5181
5182 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5183 of speedbar.
5184
5185 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5186
5187 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5188 to value of `read-file-name-completion-ignore-case'.
5189
5190 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5191
5192 * custom.el (customize-mark-as-set): Push to `user' theme.
5193
5194 * cus-edit.el (custom-save-variables): Allow unthemed values.
5195 (customize-set-variable): Push setting to `user' theme.
5196
5197 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5198
5199 * progmodes/gud.el: Don't require font-lock as it's now
5200 automatically loaded.
5201 (gud-speedbar-buttons): Replace gdb-var-changed with
5202 gdb-force-update.
5203
5204 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5205 gdb-var-changed.
5206 (gdb-post-prompt): Use it.
5207 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5208 (gdb-var-update-handler, gdb-var-delete)
5209 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5210 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5211 gdb-force-update in gdb-post-prompt.
5212 (gdb-reset): Clear watch expressions from speedbar when quitting.
5213
5214 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5215
5216 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5217 (viper-change-state-to-vi, viper-change-state-to-emacs):
5218 Make aware of cursor coloring in the Emacs state.
5219 (viper-special-read-and-insert-char): Use read-char-exclusive.
5220 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5221
5222 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5223
5224 * viper-util.el (viper-save-cursor-color)
5225 (viper-get-saved-cursor-color-in-replace-mode)
5226 (viper-get-saved-cursor-color-in-insert-mode)
5227 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5228 state.
5229 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5230
5231 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5232 (ediff-ignore-case-option3, ediff-actual-diff-options)
5233 (ediff-actual-diff3-options): New variables to control case sensitivity.
5234 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5235 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5236 (ediff-toggle-ignore-case): New function.
5237 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5238
5239 * ediff-help.el (ediff-long-help-message-narrow2)
5240 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5241 (ediff-long-help-message-word-mode): Add ignore-case command.
5242 (ediff-help-for-quick-help): Add ignore-case command.
5243
5244 * ediff-merg.el: Move provide to the end.
5245
5246 * ediff-ptch.el: Move provide to the end.
5247
5248 * ediff-wind.el: Move provide to the end.
5249
5250 * ediff-mult.el: Move provide to the end.
5251 (ediff-set-meta-overlay): Enable follow-link.
5252
5253 * ediff.el: Move provide to the end.
5254 Break recursive load cycle in eval-when-compile.
5255 (ediff-patch-buffer): Better heuristics.
5256
5257 * ediff-util.el: Move provide to the end.
5258 Break recursive load cycle in eval-when-compile.
5259 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5260 defuns.
5261 (ediff-submit-report): Pass the values of ediff-diff3-program,
5262 ediff-diff3-options.
5263
5264 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5265
5266 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5267 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5268 `' (for example, in the docstring of `windmove-default-keybindings').
5269
5270 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5271
5272 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5273 shadow face. Don't provide binding to edit variable when it is
5274 out of scope.
5275
5276 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5277 (gdb-var-update-handler): Detect out of scope variables with pre
5278 GDB 6.4 too.
5279 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5280 Reset status of variable objects to nil in update handlers.
5281 (gdb-var-update-handler-1): Detect when a variable object comes
5282 in scope. setcar on var changes gdb-var-list directly.
5283
5284 2006-02-17 Juri Linkov <juri@jurta.org>
5285
5286 * ffap.el (ffap) <defface>: Add explicit face declaration.
5287 (ffap-highlight): Use face `ffap' directly instead of checking
5288 for its existence.
5289
5290 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5291 `visible-ok' of `other-buffer' to find the right original buffer.
5292
5293 * info.el (Info-search): Skip `Local Variables' node.
5294
5295 2006-02-17 Juri Linkov <juri@jurta.org>
5296
5297 * info.el (Info-find-file): Check for symbols `apropos', `history',
5298 `toc' in the input filename, and return these symbols as is.
5299 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5300 `history', `toc' instead of strings.
5301 (Info-set-mode-line): For non-string Info-current-file use the
5302 symbol's name inside **.
5303 (Info-isearch-push-state): Add quote before Info-current-file and
5304 Info-current-node.
5305 (Info-isearch-pop-state): Use `equal' instead of `string='.
5306 (Info-extract-pointer, Info-following-node-name): Use
5307 `match-string-no-properties' instead of `match-string'.
5308 (Info-up): Check `old-file' for `stringp'.
5309 (Info-history): Use `equal' instead of `string-equal'.
5310 Check `file' for `stringp'.
5311 (Info-history): Use symbol `history' instead of string as first arg
5312 of `Info-find-node'.
5313 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5314 `toc' instead of string.
5315 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5316 instead of `buffer-substring', and `match-string-no-properties'
5317 instead of `match-string'.
5318 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5319 instead of strings.
5320 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5321 Use symbol `apropos' instead of string.
5322 (Info-copy-current-node-name): Check `Info-current-file' for
5323 `stringp' and construct a command with `Info-find-node' from it.
5324 (Info-fontify-node): Use `match-string-no-properties' instead of
5325 `match-string' and check file names for `stringp'.
5326 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5327 `history', `toc' instead of strings.
5328
5329 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5330
5331 * files.el: Rearrange functions and variables in the file local
5332 variables section.
5333
5334 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5335
5336 * files.el: Add truncate-lines, ispell-check-comments and
5337 ispell-local-dictionary as safe local variables.
5338
5339 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5340
5341 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5342 out of scope variables.
5343 (gud-speedbar-buttons): Use unless.
5344
5345 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5346 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5347 (gdb-show-changed-values): Also use for out of scope variables.
5348 (gdb-var-update-handler-1): Note if variable goes out of scope.
5349
5350 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5351
5352 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5353 default to global variable values for unsupplied args.
5354 (rcirc-get-buffer-create): Fix bug with setting the target.
5355 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5356 test for rcirc-always-use-server-buffer-flag here.
5357 (rcirc-response-formats): Add %N, which is a facified nick. %n
5358 uses the default face. Change the ACTION format string. If the
5359 "nick" is the server, don't print anything for that field.
5360 Comment fixes.
5361 (rcirc-target-buffer): Don't test
5362 rcirc-always-use-server-buffer-flag here.
5363 (rcirc-print): Squeeze extra spaces out of the text before message.
5364 (rcirc-put-nick-channel): Strip potential "@" char from nick
5365 before adding them to nick table.
5366 (rcirc-url-regexp): Improve to match address like "foo.com".
5367
5368 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5369
5370 * allout.el (allout-hidden-p): Move this defsubst before
5371 allout-overlay-interior-modification-handler, where it is first
5372 used.
5373
5374 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5375
5376 * allout.el: Use allout invisible-text overlays instead of
5377 selective display for concealed text. Also, lots of general
5378 cleanup, and improved compatibility code.
5379
5380 (allout-version) Incremented, corrected, revised, and refined
5381 module commentary.
5382
5383 (provide 'allout): Moved to the bottom, added a require of overlay.
5384
5385 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5386 `except-current'.
5387 (allout-write-file-hook-handler): Minimize delay.
5388 (count-trailing-whitespace-region): New function so
5389 auto-encryption of current topic can resituate cursor exactly.
5390 PGP/GPG encryption trims trailing whitespace from lines, which
5391 must be accounted for across encryption then decryption.
5392
5393 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5394 just plain "\C-c", to avoid intruding on user's keybinding space.
5395
5396 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5397 parameter, so user request to provide a new password is done.
5398
5399 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5400 Refined mechanism for auto-filling behavior while in allout mode.
5401
5402 (allout-mode): Explicitly specify the mode map in the docstring.
5403 Clarify provision for various write-file hook var names.
5404 Adjusted for invisible-text overlays instead of selective-display.
5405
5406 (allout-depth): Really return 0 if not within any topic. This
5407 rectifies `allout-beginning-of-level' and sequence numbering
5408 errors that occur when cutting and pasting numbered topics.
5409 Changed from a in-line subst to a regular function, as well.
5410
5411 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5412
5413 (allout-end-of-subtree, allout-end-of-subtree)
5414 (allout-end-of-entry, allout-end-of-current-heading)
5415 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5416 (allout-show-children, allout-show-to-offshoot)
5417 (allout-hide-current-entry, allout-show-current-entry): Rectified
5418 handling of trailing blank lines between items.
5419
5420 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5421 (allout-current-depth, allout-unprotected, allout-hidden-p)
5422 (allout-on-current-heading-p, allout-listify-exposed)
5423 (allout-chart-subtree, allout-goto-prefix)
5424 (allout-back-to-current-heading, allout-get-body-text)
5425 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5426 (allout-hide-region-body, allout-toggle-subtree-encryption)
5427 (allout-encrypt-string, allout-encrypted-key-info)
5428 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5429 (allout-file-vars-section-data): Adjusted for use with
5430 invisible-text overlays instead of selective-display.
5431
5432 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5433 Reworked for use with invisible text overlays.
5434
5435 (allout-current-topic-collapsed-p): New function.
5436
5437 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5438 to know when to close the containing topic.
5439
5440 (allout-pre-command-business, allout-post-command-business):
5441 Simplify undo-batching and dynamic isearch exposure.
5442
5443 (allout-set-overlay-category): New for invisible-text overlays.
5444 Sets properties of allout-overlay-category, used by
5445 allout-flag-region to set invisible-text overlay properties.
5446 (allout-get-invisibility-overlay): Get the first qualifying
5447 invisibility overlay, so we can find the extent of it.
5448 (allout-back-to-visible-text): Get to just before the beginnining
5449 of the current invisibility overlay, if any.
5450
5451 (allout-overlay-insert-in-front-handler)
5452 (allout-overlay-interior-modification-handler)
5453 (allout-before-change-handler, allout-isearch-end-handler): New
5454 functions to handle extraordinary actions affecting concealed
5455 text.
5456
5457 (allout-flag-region): Use overlays instead of selective-display
5458 for invisible text - by inheritence from the properties of
5459 allout-overlay-category in mainline Emacs, and applied
5460 property-by-property in XEmacs, some recent versions of which
5461 don't inherit the properties from the category. Provisions to
5462 respond to concealed-text edits simplified drastically.
5463
5464 (allout-isearch-rectification, allout-isearch-was-font-lock)
5465 (allout-isearch-expose, allout-enwrap-isearch)
5466 (allout-isearch-abort, allout-pre-was-isearching)
5467 (allout-isearch-prior-pos, allout-isearch-did-quit)
5468 (allout-isearch-dynamic-expose)
5469 (allout-hide-current-entry-completely): Functions deleted.
5470
5471 (allout-undo-aggregation): Explicit undo aggregation no longer
5472 necessary due to transition away from selective-display.
5473
5474 (set-allout-regexp, allout-up-current-level)
5475 (allout-next-visible-heading, allout-forward-current-level)
5476 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5477 (allout-kill-line, allout-yank-processing, allout-show-children)
5478 (allout-expose-topic, allout-old-expose-topic)
5479 (allout-listify-exposed, allout-insert-latex-header)
5480 (allout-toggle-subtree-encryption, allout-encrypt-string)
5481 (remove-from-invisibility-spec, allout-hide-current-subtree):
5482 Ditched unused variables.
5483
5484 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5485
5486 * textmodes/ispell.el (ispell-change-dictionary): Call
5487 ispell-buffer-local-dict instead of
5488 ispell-accept-buffer-local-defs.
5489 (ispell-local-dictionary-alist): Accept as valid any coding-system
5490 supported by Emacs.
5491 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5492 changed to iso-8859-3.
5493
5494 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5495
5496 * speedbar.el (speedbar-frame-width): Make an inline function
5497 instead of a macro. Use frame-width.
5498 (speedbar-try-completion, speedbar-update-contents)
5499 (speedbar-timer-fn): Use consp.
5500 (speedbar-update-localized-contents): Try to preserve point.
5501
5502 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5503 (menu): Re-order menu items.
5504 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5505 field.
5506 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5507 (gdb-post-prompt): Speed things by not forcing update.
5508
5509 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5510
5511 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5512 press and perform default action if we get a mouse movement event.
5513
5514 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5515
5516 * calendar/icalendar.el (icalendar--get-event-property)
5517 (icalendar--get-event-property-attributes): Fix typos in
5518 docstrings.
5519
5520 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5521 docstring.
5522
5523 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5524
5525 * bs.el (bs-mode): Use `buffer-disable-undo'.
5526 (bs--get-file-name): Simplify.
5527 (bs-show-in-buffer): Mark the buffer as not modified.
5528
5529 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5530
5531 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5532 widget-button-click.
5533
5534 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5535 (custom-mode): Update docstring.
5536
5537 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5538 binding.
5539
5540 * files.el (hack-local-variables-confirm): Allow scrolling if the
5541 file variable list is too long. Kill temp buffer after use.
5542
5543 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5544
5545 * progmodes/gud.el (gdb): Improve doc string.
5546 (gdb-script-font-lock-keywords): Expand allowed character set.
5547
5548 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5549 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5550 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5551 (gdb-separate-io-stop, gdb-separate-io-eof):
5552 Rename from gdb-inferior-* to gdb-separate-*.
5553 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5554
5555 2006-02-14 Jay Belanger <belanger@truman.edu>
5556
5557 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5558 expression is a symbol before checking that it is bound.
5559
5560 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5561 test to see if equation can be solved.
5562
5563 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5564
5565 * wid-edit.el (widget-button-click): Use :pressed-face property
5566 for overlay face, if it exists.
5567
5568 * cus-edit.el (custom-manual, custom-add-see-also)
5569 (custom-add-parent-links, custom-group-link): Add :pressed-face
5570 property to links.
5571
5572 * files.el (hack-local-variables): Remove ignored variables before
5573 checking if any variables need setting.
5574
5575 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5576
5577 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5578
5579 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5580
5581 * help.el (where-is): Fix message for remapped commands.
5582
5583 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5584 Fix typos in docstrings.
5585
5586 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5587
5588 * files.el (safe-local-variable-values): New option.
5589 (hack-local-variables-prop-line): Return a list of variable-value
5590 pairs if MODE-ONLY is non-nil.
5591 (hack-local-variables): Construct list of variable-value pairs,
5592 and apply or reject them in one go. Ask for confirmation if
5593 variables are not known safe.
5594 (hack-local-variables-confirm): Complete rewrite. Support
5595 `safe-local-variable-values'.
5596 (enable-local-variables): Update docstring to reflect new
5597 behavior.
5598 (ignored-local-variables): Ignore ignored-local-variables and
5599 safe-local-variable-values.
5600 (safe-local-variable-p): New function.
5601 (risky-local-variable-p): `safe-local-variable' property check
5602 moved to safe-local-variable-p.
5603 (hack-one-local-variable): Checks moved to hack-local-variables.
5604
5605 (byte-compile-dynamic, c-basic-offset, c-file-style)
5606 (c-indent-level, comment-column, fill-column, fill-prefix)
5607 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5608 (no-update-autoloads, outline-regexp, page-delimiter)
5609 (paragraph-start, paragraph-separate, sentence-end)
5610 (sentence-end-double-space tab-width, version-control):
5611 Add `safe-local-variable' property.
5612
5613 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5614
5615 * icomplete.el, play/landmark.el: Change nonexistent
5616 `outline-layout' file variable to `allout-layout'.
5617
5618 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5619
5620 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5621 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5622 to gud-comint-buffer.
5623 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5624 gdb-ui.el for gdb-mi.el.
5625 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5626 registers buffer to gdb-get-changed-registers.
5627 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5628 deletion of catchpoints (throw and catch).
5629 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5630 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5631 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5632 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5633 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5634
5635 2006-02-13 Jay Belanger <belanger@truman.edu>
5636
5637 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5638 expression is a symbol before checking that it is bound.
5639
5640 2006-02-13 Richard M. Stallman <rms@gnu.org>
5641
5642 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5643 for the minibuffer too, but not if resize-mini-windows will interfere.
5644
5645 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5646 inside `interactive' spec.
5647 (describe-key-briefly-internal, describe-key-internal):
5648 Functions merged back into their callers.
5649
5650 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5651
5652 * info.el (info-xref-visited): Inherit from info-xref too.
5653 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5654 when propertizing Info-current-file and Info-current-node.
5655
5656 2006-02-13 Juri Linkov <juri@jurta.org>
5657
5658 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5659 (tumme-thumb-name): Fix per-directory format.
5660
5661 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5662
5663 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5664
5665 2006-02-12 Miles Bader <miles@gnu.org>
5666
5667 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5668
5669 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5670
5671 * tumme.el: Remove history section. If someone needs the it, it
5672 can always be found in CVS.
5673
5674 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5675
5676 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5677 about the Thumbnail Managing Standard option.
5678
5679 2006-02-12 Richard M. Stallman <rms@gnu.org>
5680
5681 * subr.el (substitute-key-definition): Doc fix.
5682
5683 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5684
5685 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5686
5687 * info.el (Info-mode): Doc fix.
5688
5689 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5690
5691 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5692
5693 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5694 because on Solaris a POSIX compatible "id" is needed. Reported by
5695 Magnus Henoch <mange@freemail.hu>.
5696
5697 2006-02-12 Juri Linkov <juri@jurta.org>
5698
5699 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5700 (tumme) <defgroup>: Change :group to `multimedia'.
5701 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5702 Managing Standard.
5703 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5704 Fix dostring.
5705 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5706 and %y. Fix docstring.
5707 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5708 (tumme-cmd-create-standard-thumbnail-command): New user options.
5709 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5710 is `standard'. Fix docstring.
5711 (tumme-thumb-width, tumme-thumb-height): New user options.
5712 (tumme-external-viewer): Try to find various viewers.
5713 (tumme-get-thumbnail-image): Use `create-image' instead of
5714 constructing the `image' structure.
5715 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5716 `standard'.
5717 (tumme-thumb-name): Add file name generation for standard storage.
5718 Simplify code for other storages.
5719 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5720 Add modification time %m and thumbnail-nq8 %q.
5721 Use `tumme-cmd-create-standard-thumbnail-command' if
5722 tumme-thumbnail-storage is `standard'.
5723 (tumme-dired-insert-marked-thumbs): New autoload command.
5724 (tumme-dired-after-readin-hook): New function.
5725 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5726 `tumme-thumb-size'.
5727 (tumme-display-image): Replace size-x %x and size-y %y with
5728 width %w and height %h.
5729
5730 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5731 `tumme-dired-insert-marked-thumbs'.
5732
5733 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5734
5735 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5736 include path).
5737 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5738 matching tag.
5739
5740 2006-02-12 Miles Bader <miles@gnu.org>
5741
5742 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5743 New variables.
5744 (rcirc-abbrev-nick): New function.
5745 (rcirc-format-response-string): Rewrite to use the formats in
5746 `rcirc-response-formats' and expand escape sequences therein.
5747 A text-property `rcirc-text' is added over the actual response
5748 text to make easy to find inside the returned string.
5749 (rcirc-print): When filling, just look for the `rcirc-text'
5750 text-property to find the appropriate fill prefix, instead of
5751 using hardwired patterns.
5752
5753 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5754
5755 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5756 Managing Standard.
5757
5758 2006-02-11 Kim F. Storm <storm@cua.dk>
5759
5760 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5761 Don't use insert-buffer; do insert-buffer-substring directly.
5762 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5763
5764 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5765
5766 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5767 with inhibit-read-only. Suggested by Stefan Monnier.
5768 (revert-buffer): Let insert-file-contents discard
5769 buffer-undo-list. Simplify code.
5770 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5771
5772 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5773
5774 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5775
5776 * help.el (describe-key-briefly): Now a wrapper for
5777 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5778 to t. Populate yank-menu if empty.
5779 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5780 (describe-key): Now a wrapper for describe-key-internal. Bind
5781 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5782 (describe-key-internal): Renamed from describe-key.
5783
5784 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5785
5786 * progmodes/glasses.el (glasses-separator): Doc fix.
5787 (glasses-original-separator): New defcustom.
5788 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5789
5790 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5791
5792 * mwheel.el (mouse-wheel-up-event): Doc fix.
5793
5794 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5795
5796 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5797 (tumme-dir): New function. Copied from thumbs.el.
5798
5799 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5800
5801 * desktop.el (desktop-outvar): Fix typo.
5802 (desktop-save-buffer-p): Doc fix.
5803
5804 * subr.el (substitute-key-definition): Fix typo.
5805
5806 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5807
5808 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5809 when window-system is mac.
5810
5811 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5812
5813 2006-02-10 Kim F. Storm <storm@cua.dk>
5814
5815 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5816 indirect-function instead of using condition-case.
5817
5818 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5819
5820 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5821 less `colloquial'...
5822
5823 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5824
5825 * tumme.el: Add a couple of todo items.
5826
5827 2006-02-09 Lars Hansen <larsh@soem.dk>
5828
5829 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5830 (highlight-changes-mode): Don't change desktop-locals-to-save.
5831
5832 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5833
5834 * image-mode.el (image-toggle-display): Clear image cache if using
5835 filename.
5836
5837 2006-02-09 Masatake YAMATO <jet@gyve.org>
5838
5839 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5840 a `dired-man' target.
5841
5842 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5843 boundary of symbols.
5844
5845 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5846
5847 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5848
5849 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5850
5851 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5852 `mapcar'; return nil.
5853
5854 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5855
5856 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5857 some other event.
5858
5859 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5860
5861 * net/rcirc.el (rcirc-startup-channels-alist):
5862 Add irc.freenode.net and #emacs as defaults.
5863 (rcirc-ignore-all-activity-flag): Remove variable.
5864 (rcirc-authinfo): New variable.
5865 (rcirc-authinfo-filename): Remove variable.
5866 (rcirc-always-use-server-buffer-flag): New flag.
5867 (rcirc): M-x rcirc will automatically connect without prompting.
5868 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5869 connection in lisp.
5870 (rcirc-process-server-response-1): Remove everything but the nick
5871 portion of the sender so it doesn't need to be done everywhere
5872 else. Update related code.
5873 (global-map): Remove global keybindings.
5874 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5875 (rcirc-send-input): Split into several functions.
5876 (rcirc-process-input-line, rcirc-process-message)
5877 (rcirc-process-command): New functions.
5878 (rcirc-target-buffer): New function to determine where to route
5879 messages.
5880 (rcirc-user-nick): Save match data.
5881 (rcirc-toggle-ignore-buffer-activity)
5882 (rcirc-update-activity-string): Remove global ignore functionality,
5883 which can be done now by toggling rcirc-track-minor-mode.
5884 (rcirc-track-minor-mode-map): New keymap.
5885 (rcirc-track-minor-mode): New minor-mode.
5886 (ignore): Make the ignore output nicer. Always print it when
5887 adding or removing nicks.
5888 (rcirc-url-regexp): Improve.
5889 (rcirc-mangle-text): Remove properties before using text in the
5890 modeline.
5891 (rcirc-authenticate): Authentication data comes from
5892 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5893 (rcirc-server-prefix): Inherit from rcirc-server.
5894
5895 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5896
5897 * Makefile.in (compile): Append "|| true" to the end of the `find'
5898 command, like compile-always does.
5899
5900 2006-02-08 Sam Steingold <sds@gnu.org>
5901
5902 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5903 output from a dead connection.
5904
5905 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5906
5907 * dired.el (dired-mode-map): Add more bindings for tumme.
5908
5909 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5910
5911 * wdired.el (wdired-mode-map): Use remap.
5912 (wdired-get-filename): Massage.
5913 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5914 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5915 `keymap' property rather than `local-map'.
5916
5917 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5918
5919 * tumme.el (tumme-get-thumbnail-image): New utility function.
5920 Suggested by from Chong Yidong.
5921 (tumme-dired-with-window-configuration): Rename from
5922 `tumme-dired'. Add code to save window configuration.
5923 (tumme-restore-window-configuration): New command to restore the
5924 window configuration that `tumme-dired-with-window-configuration'
5925 saves before it changes the window configuration.
5926 (tumme-show-all-from-dir): New command to display thumbnails for
5927 all files in a directory entered by the user, like M-x thumbs.
5928 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5929 have been created.
5930 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5931 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5932 Remove obsolete test function.
5933
5934 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * vc.el (small-temporary-file-directory): Remove defvar; there's
5937 a defcustom for it in files.el.
5938
5939 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5940 Fix typo in message.
5941 (tumme-gallery-generate): Fix typo in `error' message.
5942 (tumme-display-window-height-correction)
5943 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5944 (tumme-line-up-interactive): Dox fixes.
5945 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5946 (tumme-restore-window-configuration, tumme-format-properties-string)
5947 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5948 Fix typos in docstrings.
5949
5950 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5951
5952 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5953
5954 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5955
5956 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5957 User should use hook if desired.
5958
5959 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5960 buffer if necessary.
5961 (gdb-delete-frame-or-window): New function.
5962 (gdb-breakpoints-mode-map): Bind "q" to it.
5963
5964 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5965
5966 * textmodes/nroff-mode.el: Clean up name space.
5967 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5968 (nroff-mode): Obey the global setting of nroff-electric-mode.
5969 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5970
5971 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5972
5973 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5974
5975 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
5976
5977 2006-02-06 Lars Hansen <larsh@soem.dk>
5978
5979 * generic-x.el (etc-fstab-generic-mode): Add file system types
5980 cifs and usbdevfs. Allow special chars in file names.
5981
5982 2006-02-05 Jay Belanger <belanger@truman.edu>
5983
5984 Update copyright notices of the files in lisp/calc.
5985
5986 2006-02-05 Romain Francoise <romain@orebokech.com>
5987
5988 Update copyright notices of all files in the lisp/play directory.
5989
5990 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
5991
5992 * ldefs-boot.el: Regenerate.
5993
5994 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
5995
5996 2006-02-05 Kim F. Storm <storm@cua.dk>
5997
5998 * files.el (magic-mode-regexp-match-limit): New defvar.
5999 (set-auto-mode): Use it to limit magic-mode-alist matching.
6000
6001 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6002
6003 * simple.el (display-message-or-buffer): Compare the number of
6004 characters to the frame width when determining whether a 1-line
6005 message string will fit in the echo area. Count screen lines
6006 instead of buffer lines when determining whether a multi-line
6007 message will fit in the echo area/minibuffer window.
6008
6009 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6010
6011 * info.el (Info-index, Info-mode): Improve the description of the
6012 `i' command.
6013
6014 * ldefs-boot.el: Regenerate.
6015
6016 2006-02-03 Werner Lemberg <wl@gnu.org>
6017
6018 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6019 greedy to find the closing bracket in \*[...] and similar
6020 expressions. This is a first rough fix -- many additional
6021 refinements are necessary to make nroff mode really usable with groff.
6022
6023 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6024
6025 * international/mule-cmds.el (set-locale-environment):
6026 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6027 libX11.
6028
6029 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6030
6031 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6032 archive are created in archive-tmpdir.
6033
6034 2006-02-02 John Paul Wallington <jpw@pobox.com>
6035
6036 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6037 (ibuffer-fontification-alist): Use it.
6038 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6039 to "* z" and the Ibuffer Mark menu.
6040
6041 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6042
6043 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6044
6045 * textmodes/table.el (*table--cell-describe-mode)
6046 (*table--cell-describe-bindings): Undo last change since
6047 print-help-return-message is not obsoleted by anything at all.
6048
6049 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6050
6051 * emulation/cua-base.el (cua-mode): Doc fix.
6052
6053 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6054
6055 * dframe.el (dframe-handle-make-frame-visible)
6056 (dframe-handle-iconify-frame, dframe-get-focus)
6057 (dframe-select-attached-frame, dframe-power-click)
6058 (dframe-frame-mode): Fix typos in docstrings.
6059
6060 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6061 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6062 Fix typos in docstrings.
6063
6064 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6065 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6066 (hi-lock-archaic-interface-message-used)
6067 (hi-lock-file-patterns-range): Fix typos in docstrings.
6068
6069 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6070 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6071
6072 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6073 Fix typo in docstring.
6074
6075 * net/newsticker.el (newsticker--decode-iso8601-date)
6076 (newsticker--set-customvar, newsticker--buffer-insert-item)
6077 (newsticker--do-run-auto-mark-filter)
6078 (newsticker--parse-generic-feed): Doc fixes.
6079 (newsticker--retrieval-timer-list, newsticker-url-list)
6080 (newsticker-hide-immortal-items-in-echo-area)
6081 (newsticker-hide-obsolete-items-in-echo-area)
6082 (newsticker-new-item-face, newsticker--enclosure)
6083 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6084 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6085 (newsticker--parse-generic-feed, newsticker--cache-contains)
6086 (newsticker--stat-num-items, newsticker-download-enclosures):
6087 Fix typos in docstrings.
6088
6089 * net/rcirc.el (rcirc-debug): Doc fix.
6090 (rcirc-fill-column, rcirc-receive-message-hooks)
6091 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6092 (rcirc-mode, rcirc-generate-new-buffer-name)
6093 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6094 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6095 Fix typos in docstrings.
6096 (rcirc-print): "?\ " -> "?\s".
6097 (rcirc-cmd-join): Improve argument/docstring consistency.
6098
6099 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6100
6101 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6102 before narrow-to-region.
6103
6104 2006-02-01 Richard M. Stallman <rms@gnu.org>
6105
6106 * simple.el (move-beginning-of-line): Scan properly for invis change.
6107
6108 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6109
6110 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6111
6112 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6113 change bit only when id-format is 'integer. Reported by Matt
6114 Hodges <M.P.Hodges@rl.ac.uk>.
6115
6116 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6117
6118 * hilit-chg.el (highlight-changes-initial-state)
6119 (highlight-changes-global-initial-state): Doc fixes.
6120 (highlight-changes-global-modes, global-highlight-changes):
6121 Fix typos in docstrings.
6122
6123 2006-02-01 Kim F. Storm <storm@cua.dk>
6124
6125 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6126 transient-mark-mode in doc string.
6127
6128 2006-01-31 Richard M. Stallman <rms@gnu.org>
6129
6130 * replace.el (multi-occur): Doc fix.
6131 (multi-occur-in-matching-buffers): Rename from
6132 multi-occur-by-filename-regexp. Prefix arg says match
6133 buffer names instead of file names.
6134
6135 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6136
6137 * bs.el: Allow non-default values of `bs-header-lines-length'.
6138 (bs--running-in-xemacs): Remove (not needed anymore).
6139 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6140 instead of `shrink-window', thus avoiding having to compute the
6141 height of the window.
6142 (bs--up): Wrap around even when there's no header.
6143 (bs--down): Use `forward-line' instead of `next-line'.
6144
6145 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6146
6147 * image-mode.el (image-toggle-display): Use file name if possible,
6148 instead of unnecessarily allocating a (possibly huge) lisp string.
6149
6150 2006-01-30 John Paul Wallington <jpw@pobox.com>
6151
6152 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6153 because the `assert' macro signals it at runtime.
6154
6155 * emacs-lisp/cl.el (toplevel): Remove definition of
6156 `cl-assertion-failed' condition.
6157
6158 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6159
6160 * thumbs.el (thumbs-marked-list): Make buffer-local and
6161 permanent-local.
6162 (thumbs-insert-thumb): Make help-echo non-sticky.
6163 (thumbs-file-alist): Use eolp as check for (non)-image.
6164
6165 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6166
6167 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6168 (ediff-before-session-group-setup-hooks)
6169 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6170 Fix typos in docstrings.
6171
6172 * window.el (bw-dir, bw-eqdir, balance-windows)
6173 (split-window-keep-point): Fix typos in docstrings.
6174
6175 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6176 (org-quote-string, org-calendar-to-agenda-key)
6177 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6178 (org-show-following-heading, org-tags-column)
6179 (org-use-tag-inheritance, org, org-allow-space-in-links)
6180 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6181 (org-enable-table-editor, org-calc-default-modes)
6182 (org-table-allow-automatic-line-recalculation)
6183 (org-export-html-style, org-export-with-fixed-width)
6184 (org-export-with-sub-superscripts, org-special-keyword)
6185 (org-formula, org-time-grid, org-table-may-need-update)
6186 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6187 (org-goto-quit, org-get-indentation, org-end-of-item)
6188 (org-move-item-down, org-move-item-up)
6189 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6190 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6191 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6192 (org-agenda-log-mode, org-agenda-toggle-diary)
6193 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6194 (org-agenda-file-to-end, org-agenda-no-heading-message)
6195 (org-agenda-get-closed, org-format-agenda-item)
6196 (org-cmp-priority, org-cmp-category, org-cmp-time)
6197 (org-agenda-change-all-lines, org-agenda-diary-entry)
6198 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6199 (org-link-search, org-camel-to-words, org-open-file)
6200 (org-remember-handler, org-table-convert-region)
6201 (org-table-move-row-down, org-table-move-row-up)
6202 (org-table-copy-region, org-table-wrap-region)
6203 (org-table-toggle-vline-visibility)
6204 (org-table-get-vertical-vector, org-table-modify-formulas)
6205 (org-table-get-specials, org-recalc-commands)
6206 (org-table-rotate-recalc-marks, org-table-eval-formula)
6207 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6208 (org-level-color-stars-only, org-insert-heading):
6209 Fix typos in docstrings.
6210 (last-arg): Add defvar.
6211
6212 * makefile.w32-in (WINS): Add erc.
6213 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6214
6215 2006-01-29 Bill Wohler <wohler@newt.com>
6216
6217 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6218 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6219 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6220 (mh-autoloads): Don't use comments on otherwise empty lines.
6221
6222 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6223
6224 * emulation/viper.el (viper-major-mode-modifier-list): Add
6225 insert-state and vi-state entries for erc-mode.
6226 (viper-go-away, viper-set-hooks): Add and remove
6227 viper-comint-mode-hook from erc-mode-hook as appropriate.
6228
6229 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6230
6231 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6232
6233 * bs.el (bs--format-aux): Implement `middle' alignment as
6234 described in the docstring for `bs-attributes-list'.
6235 (bs--get-name): Simplify. Don't pad the buffer name.
6236
6237 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6238
6239 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6240 English aspell dictionary is installed, use the first entry of
6241 ispell-dictionary-alist-1.
6242
6243 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6244
6245 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6246 Doc fix.
6247
6248 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6249
6250 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6251 for `process-file', in order to let it work for older Emacsen too.
6252
6253 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6254
6255 * international/latexenc.el: Add a suitable `coding:' tag.
6256 (latexenc-find-file-coding-system): Undo last change.
6257
6258 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6259
6260 * international/latexenc.el (latexenc-find-file-coding-system):
6261 Make sure latexenc-main-file is a regular file and is readable.
6262
6263 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6264
6265 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6266 Pass FILE to vc-user-login-name.
6267
6268 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6269
6270 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6273 there are no more images to display.
6274 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6275 the next image.
6276
6277 2006-01-26 Richard M. Stallman <rms@gnu.org>
6278
6279 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6280
6281 * wid-edit.el (advertised-widget-backward): New alias.
6282 (widget-keymap): Use advertised-widget-backward for S-TAB.
6283
6284 * tumme.el: Correct the keywords.
6285 (tumme-dir-max-size): Use defvar.
6286 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6287
6288 * simple.el (move-beginning-of-line): Take account of fields.
6289 (clone-indirect-buffer-other-window): Take args like
6290 clone-indirect-buffer, and work like it.
6291
6292 * help-fns.el (describe-function): Don't pass `nil' as default.
6293
6294 * files.el (risky-local-variable-p): Follow var aliases.
6295
6296 * subr.el (lazy-completion-table): Doc fix.
6297
6298 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6299 global binding of `line'.
6300
6301 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6302
6303 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6304 Tramp.
6305
6306 * vc.el (vc-default-dired-state-info): Pass FILE to
6307 vc-user-login-name.
6308 (vc-default-update-changelog): Don't use vc-user-login-name, we
6309 don't need it here.
6310
6311 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6312 no longer necessary.
6313
6314 2006-01-25 Kenichi Handa <handa@m17n.org>
6315
6316 * international/mule.el (decode-char): Avoid the overhead of
6317 calling utf-lookup-subst-table-for-decode if
6318 utf-translate-cjk-mode is nil.
6319 (encode-char): Avoid the overhead of calling
6320 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6321 nil.
6322
6323 2006-01-22 Kenichi Handa <handa@m17n.org>
6324
6325 * international/mule.el (make-subsidiary-coding-system): Reset
6326 `coding-system-define-form' property of subsidiaries to nil.
6327 Avoid duplicated entry in coding-system-alist.
6328 (make-coding-system): Avoid duplicated entry in
6329 coding-system-alist.
6330 (define-coding-system-alias): Likewise.
6331
6332 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6333
6334 * completion.el: Minor fixes in introductory comment.
6335 (completion-def-wrapper): Fix alist.
6336
6337 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6338
6339 * thumbs.el (thumbs-new-image-size): New function.
6340 (thumbs-increment-image-size-element)
6341 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6342 (thumbs-decrement-image-size): Delete.
6343 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6344 temp files and use to resize.
6345 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6346 Use increment argument to enlarge/shrink. Preserve point.
6347 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6348 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6349 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6350 (thumbs-mark, thumbs-unmark): Preserve point.
6351 (thumbs-modify-image): Keep old temp files and use to modify.
6352 Cleanup old temp files at load time. Preserve point.
6353 (thumbs-view-image-mode-map): Use new command names.
6354
6355 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6356
6357 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6358
6359 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6360 the nastiest part of the cyclic dependency.
6361 (cal-menu-update): Use dotimes and calendar-increment-month.
6362
6363 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6364 (calendar-week-start-day): Add an :initializer.
6365 (calendar-mode-map): Use suppress-keymap, and command remapping.
6366 (describe-calendar-mode): Setup xref-stack info for the back button.
6367 (calendar-star-date): Insert before delete.
6368 (calendar-set-mode-line): Add file-modified info if applicable.
6369 (calendar-increment-month): New function.
6370
6371 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6372
6373 * font-lock.el (lisp-font-lock-keywords-2):
6374 Recognize "& keywords" only at word boundaries.
6375
6376 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6377
6378 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6379 and permanent-local.
6380 (thumbs-max-image-number): New variable.
6381 (thumbs-do-thumbs-insertion): Use them.
6382 (thumbs-per-line): Change default to 4.
6383 (thumbs-marked-list): Rename from thumbs-markedL.
6384 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6385 (thumbs-rename-images): Use -list instead of L for internal variables.
6386 (thumbs-call-convert): Use call-process instead of shell-command.
6387 (thumbs-insert-thumb): Add filename as help-echo to each image.
6388 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6389 Give dir to thumbs-show-thumbs-list.
6390 (thumbs-show-thumbs-list): Set default-directory to that of images.
6391 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6392 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6393 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6394 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6395
6396 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6397
6398 * ses.el (ses-read-cell): Provide a default value.
6399
6400 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6401
6402 * term/w32-win.el (image-library-alist): Add additional names for
6403 GIF library.
6404
6405 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6406
6407 * international/latexenc.el (latexenc-find-file-coding-system):
6408 Add file-regular-p check.
6409
6410 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6411
6412 * simple.el (clone-buffer): Don't show the new buffer in the same
6413 window.
6414
6415 2006-01-23 Juri Linkov <juri@jurta.org>
6416
6417 * faces.el (link, link-visited): New faces based on default values
6418 of `info-xref' and `info-xref-visited'.
6419
6420 * info.el (info-xref): Inherit from `link'.
6421 (info-xref-visited): Inherit from `link-visited'.
6422
6423 * cus-edit.el (custom-buffer-create-internal): Use widget type
6424 `custom-manual' instead of `info-link' and don't set properties
6425 `button-face' and `mouse-face' explicitly.
6426 (custom-browse-group-tag, custom-browse-variable-tag)
6427 (custom-browse-face-tag): Inherit from widget class
6428 `custom-group-link' instead of `push-button'.
6429 (custom-button-unraised): Inherit from `underline' face.
6430 (custom-link): Inherit from `link' face. Fix doc and group.
6431 (custom-add-parent-links, custom-group-value-create): Don't set
6432 properties `button-face' and `mouse-face' explicitly for
6433 `custom-group-link' widget.
6434 (custom-group-link): Add properties `button-face' and `mouse-face'
6435 to widget definition.
6436 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6437 editable-field's :keymap property.
6438 (custom-mode): Fix docstring: substitute keybindings for
6439 `widget-forward' and `widget-backward' from `widget-keymap',
6440 `widget-complete' from `custom-field-keymap', replace old
6441 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6442
6443 * desktop.el (desktop-load-file): Check for `fboundp' before
6444 calling `symbol-function'.
6445
6446 * simple.el (clone-buffer, clone-indirect-buffer)
6447 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6448 `read-string'. Fix prompts.
6449
6450 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6451
6452 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6453
6454 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6455
6456 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6457
6458 * startup.el (inhibit-splash-screen, initial-scratch-message):
6459 Doc fixes.
6460
6461 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6462
6463 Sync with Tramp 2.0.52.
6464
6465 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6466 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6467 `tramp-unload-tramp' for checklist.
6468
6469 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6470 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6471 (tramp-unload-file-name-handler-alist)
6472 (tramp-unload-tramp): New defuns.
6473 (tramp-advice-PC-expand-many-files): New defadvice.
6474 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6475 removed.
6476 (tramp-handle-expand-file-name): Remove double slash.
6477 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6478 It doesn't matter, because it will be converted later on.
6479 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6480 implementation was just heuristic.
6481 (tramp-post-connection): Set uid and gid properties.
6482 (tramp-convert-file-attributes): Set file's gid change bit.
6483 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6484 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6485 in case of su(do)? methods. The home directory of the local user
6486 will be taken else.
6487 (tramp-open-connection-telnet)
6488 (tramp-open-connection-rsh, tramp-open-connection-su)
6489 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6490 local shell prompt could hurt. Reported by Romain Francoise
6491 <romain@orebokech.com>.
6492 (tramp-let-maybe): Add `edebug-form-spec' property.
6493 (tramp-handle-expand-file-name): Bind `default-directory' locally
6494 to "/" in order to avoid problems with UNC shares or Cygwin
6495 mounts.
6496 (tramp-md5-function): Fix typo in error message.
6497
6498 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6499
6500 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6501 for byte-compiler pacification.
6502
6503 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6504
6505 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6506 ID-FORMAT `string'. This allows us to get rid of
6507 `vc-user-login-name UID'.
6508
6509 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6510
6511 2006-01-22 John Paul Wallington <jpw@pobox.com>
6512
6513 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6514
6515 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6516
6517 * emacs-lisp/find-func.el (find-definition-noselect)
6518 (find-variable-noselect): Search variables in C source code too.
6519 (find-function-C-source, find-function-noselect, find-function)
6520 (find-function-other-frame, find-variable-noselect, find-variable)
6521 (find-variable-other-frame, find-variable-at-point):
6522 Fix docstrings.
6523
6524 2006-01-21 Francesco Potorti` <pot@gnu.org>
6525
6526 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6527
6528 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6529
6530 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6531 Default to disabling the "Save affix" question.
6532
6533 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6534
6535 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6536 the first arg to run-python.
6537
6538 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6539
6540 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6541 is not loaded.
6542
6543 2006-01-20 Jay Belanger <belanger@truman.edu>
6544
6545 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6546 limit is 0.
6547
6548 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6549 the correct variable.
6550
6551 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6552
6553 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6554 link. Fixed buggy argument sequence in call to `org-view-tags'.
6555 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6556 (org-prefix-has-tag): New variable.
6557 (org-format-agenda-item): Remove tags from headline if
6558 appropriate.
6559 (org-agenda-remove-tags-when-in-prefix): New option.
6560 (org-get-tags-at): New function.
6561
6562 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6563
6564 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6565 (thumbs-find-image): Move image name and number from buffer name
6566 to mode name. Set thumbs-buffer. Preserve point so that large
6567 images remain visible.
6568 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6569 order.
6570 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6571 mode name.
6572 (thumbs-next-image, thumbs-previous-image): Make them work.
6573
6574 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6575
6576 * cus-edit.el (custom-buffer-create-internal): State in the text above
6577 the whole buffer buttons that they do not operate on hidden items.
6578 (custom-face-menu): Use `custom-face-save' instead of
6579 `custom-face-save-command'.
6580 (custom-face-save-command): Make it an alias for `custom-face-save'
6581 and declare it obsolete.
6582 (custom-face-save): Doc fix.
6583
6584 * dired.el (dired-no-confirm): Add quote.
6585 (dired-subdir-alist-pre-R): Add quote in
6586 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6587
6588 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6589
6590 * textmodes/table.el (table-mode-indicator): Typo in last change.
6591
6592 2006-01-19 Richard M. Stallman <rms@gnu.org>
6593
6594 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6595 Fixes bug reported in Nov 2005.
6596
6597 * isearch.el (isearch-forward): Doc fix.
6598
6599 * dired.el (dired-move-to-filename-regexp): Define as alias.
6600 (dired-no-confirm): Use defcustom.
6601 (dired-subdir-alist-pre-R): Put defvar at top level.
6602
6603 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6604
6605 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6606 Mark as risky.
6607
6608 * simple.el (set-mark-command): Doc fix.
6609 (clone-indirect-buffer-other-window):
6610 Read arg like clone-indirect-buffer.
6611 (move-beginning-of-line): Skip invisible newlines.
6612
6613 2006-01-19 Masatake YAMATO <jet@gyve.org>
6614
6615 * progmodes/cpp.el (cpp-edit-load): Make the order of
6616 listed conditions in a base C code buffer and its associate
6617 CPP Edit buffer the same.
6618
6619 2006-01-19 Kenichi Handa <handa@m17n.org>
6620
6621 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6622 (rmail-mime-feature): Likewise.
6623 (rmail-require-mime-maybe): Use display-warning to show a warning
6624 message.
6625
6626 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6627 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6628
6629 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * array.el: Move defvars out of eval-when-compile.
6632 (array-make-template): Replace undeclared global var with a local one.
6633 (array-mode): Inline initialization functions.
6634 (array-init-local-variables, array-init-max-row)
6635 (array-init-max-column, array-init-columns-per-line)
6636 (array-init-field-width, array-init-rows-numbered)
6637 (array-init-line-length, array-init-lines-per-row): Remove.
6638
6639 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6640 (doc-mode-map): Define explicitly.
6641 (doctor-txtype): Use mapc.
6642
6643 * textmodes/table.el: Move defvars out of eval-when-compile.
6644 Remove harmful code meant to avoid byte-compiler warnings.
6645 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6646 specification that checks table-fixed-width-mode directly.
6647 (table-recognize-region, table-recognize-cell):
6648 Use restore-buffer-modified-p.
6649 (table-fixed-width-mode): Remove code that refreshes
6650 table-fixed-mode-indicator.
6651 (*table--cell-describe-bindings, *table--cell-describe-mode):
6652 Avoid obsolete name print-help-return-message.
6653 (table--test-cell-list): Don't use replace-regexp from elisp.
6654 (table--point-entered-cell-function, table--point-left-cell-function):
6655 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6656
6657 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6658 that was after the end of file. Use buffer-file-name variable.
6659 (org-timestamp-change): Use with-current-buffer.
6660 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6661 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6662 `file'.
6663
6664 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6665 (fortran-break-line): Remove unused var `opoint'.
6666 (fortran-abbrev-start): Obey help-event-list.
6667
6668 2006-01-18 Jesper Harder <harder@phys.au.dk>
6669
6670 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6671
6672 2006-01-18 Masatake YAMATO <jet@gyve.org>
6673
6674 * progmodes/make-mode.el (makefile-imake-mode): New mode
6675 derived from makefile-mode.
6676 (makefile-imake-mode-syntax-table): New syntax table
6677 derived from makefile-mode-syntax-table.
6678 (makefile-mode): Write about makefile-imake-mode in doc string.
6679 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6680 (makefile-imake-font-lock-keywords): New font lock keywords.
6681
6682 * files.el (auto-mode-alist): Add Imakefile.
6683
6684 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6685
6686 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6687 loading the file rather than when turning on flyspell-mode.
6688
6689 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6690
6691 * cus-edit.el (customize-rogue): Minor doc fix.
6692
6693 2006-01-17 Juri Linkov <juri@jurta.org>
6694
6695 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6696 instead of the file at the mark as default if the file at the mark
6697 is the same as the file at point or if dired-dwim-target-directory
6698 is not the same as the current directory and the mark is not active.
6699
6700 * log-view.el (log-view-minor-wrap): Use the same logic to get
6701 revisions as `log-view-diff'.
6702
6703 * info.el (Info-revert-find-node): Check for Info-current-file
6704 before preserving new-history.
6705
6706 * man.el (Man-heading-regexp): Add `/'.
6707
6708 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6709 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6710
6711 2006-01-16 Juri Linkov <juri@jurta.org>
6712
6713 * faces.el (mode-line-faces): New defgroup.
6714 (mode-line-highlight): Move definition after new defgroup.
6715 (mode-line, mode-line-inactive, mode-line-highlight):
6716 Replace :group `modeline' with `mode-line-faces'.
6717 (mode-line-buffer-id): New face.
6718 (modeline-buffer-id): New face alias.
6719 (vertical-border): Remove :group `modeline'.
6720
6721 * bindings.el (propertized-buffer-identification): Use face
6722 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6723 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6724 (mode-line-buffer-identification-keymap): For mouse-1 replace
6725 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6726 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6727 mouse-3.
6728
6729 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6730 Buffer-menu-buffer. Doc fix.
6731 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6732 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6733 `Buffer-menu-buffer'.
6734
6735 * info.el (Info-mode-line-node-keymap): New defvar.
6736 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6737 Propertize Info-current-node with `mode-line-buffer-id' and
6738 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6739
6740 * time.el (display-time-mail-face): Replace :group `faces' with
6741 `mode-line-faces'.
6742
6743 2006-01-16 Kenichi Handa <handa@m17n.org>
6744
6745 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6746
6747 * language/european.el (cp1252): New alias for windows-1252.
6748
6749 * international/mule.el (autoload-coding-system): Prepare for EOL
6750 variants.
6751
6752 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6753
6754 * term.el (term-raw-map): Add mapping for insert.
6755 (term-send-insert): New.
6756 (term-mode): Make variables local here instead of doing it in
6757 `term-emulate-terminal'.
6758 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6759 Scroll reverse needs to take into account the scroll region.
6760 Saving and restoring the cursor should save the color attributes too.
6761 (term-reset-terminal): Reset the scroll region.
6762 (term-handle-ansi-escape): Cursor up and down should take into
6763 account the scroll region.
6764 (term-set-scroll-region): Rename from `term-scroll-region'.
6765 Move to 0,0 after setting the region.
6766 (term-handle-scroll): Handle scroll up.
6767 (term-down): Fix off by one error.
6768 (term-delete-lines): Do not delete outside the scroll region.
6769 (term-insert-lines): Take into account the scroll region.
6770
6771 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6772
6773 * textmodes/ispell.el (ispell-internal-change-dictionary)
6774 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6775 (start, end): Move declaration outside of eval-when-compile.
6776
6777 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6778 (flyspell-mode-on): Use it.
6779
6780 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6781 ispell-kill-ispell-hook.
6782
6783 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6784
6785 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6786 (Custom-reset-saved): Do not ask for confirmation in single option
6787 buffers.
6788
6789 2006-01-13 Richard M. Stallman <rms@gnu.org>
6790
6791 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6792
6793 2006-01-13 Romain Francoise <romain@orebokech.com>
6794
6795 * add-log.el (add-change-log-entry, change-log-merge):
6796 Conditionally use `hard-newline'.
6797
6798 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6799
6800 * wid-edit.el (widget-field-end): If the overlay is no longer
6801 associated with a buffer, behave as if the overlay didn't exist.
6802
6803 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6804 Make sure the links use the `custom-link' face.
6805
6806 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6807
6808 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6809 (ld-script-mode): Don't set indent-line-function since we don't
6810 have one.
6811
6812 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6813
6814 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6815 application.
6816 (org-file-apps-defaults-gnu): Use mailcap as the default for
6817 selecting an application on a UNIX system.
6818 (org-agenda-show-tags): New command.
6819 (org-table-insert-hline): Keep cursor in current table line.
6820 (org-table-convert): Offset effect of modifying
6821 `org-table-insert-hline'.
6822 (org-format-agenda-item): New optional argument TAG.
6823 (org-compile-prefix-format): Handle %T format for the tag.
6824 (org-expand-wide-chars): New function.
6825 (org-table-insert-row, org-table-insert-hline):
6826 Use `org-expand-wide-chars'.
6827 (org-open-file): Fix bug in program launch.
6828 (org-get-time-of-day): Fix bug with times before 1am.
6829 (org-agenda-menu): Add tags commands.
6830
6831 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6832
6833 * textmodes/ispell.el (ispell-init-process): Include the used
6834 dictionary in ispell process start message.
6835 (ispell-internal-change-dictionary): When flyspell-mode is active
6836 and dictionary is changed, make sure ispell process is restarted
6837 and flyspell word cache cleared out for the current buffer.
6838 (ispell-change-dictionary): Make sure flyspell word cache is
6839 cleared out in all buffers with active flyspell mode when
6840 dictionary is globally changed.
6841 Call ispell-internal-change-dictionary after dictionary change.
6842
6843 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6844
6845 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6846
6847 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6848 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6849 years. Fix small differences wrt Makefile.in.
6850 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6851 Makefile.in does.
6852
6853 2006-01-12 Bill Wohler <wohler@newt.com>
6854
6855 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6856 mh-search.el.
6857
6858 2006-01-12 Masatake YAMATO <jet@gyve.org>
6859
6860 * progmodes/ld-script.el: Update copyright year.
6861
6862 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6863
6864 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6865 Don't add widget if setting undefined.
6866
6867 2006-01-12 John Paul Wallington <jpw@pobox.com>
6868
6869 * help-fns.el (describe-variable): Remove newlines from void
6870 variable output.
6871
6872 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6873
6874 * wdired.el (wdired-mode-map): Add help echo for
6875 wdired-abort-changes.
6876
6877 * man.el (Man-file-name-regexp): Adjust for a list of files.
6878
6879 2006-01-12 Masatake YAMATO <jet@gyve.org>
6880
6881 * progmodes/ld-script.el (auto-mode-alist): Support
6882 suffix conventions used in netbsd and eCos.
6883
6884 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6885
6886 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6887 (custom-variable-menu, custom-face-menu, custom-group-menu)
6888 (Custom-mode-menu): Change names of menu items. (As discussed on
6889 emacs-devel.)
6890 (custom-face-menu): Add "Undo Edits" item.
6891
6892 * startup.el (init-file-user): defcustom -> defvar.
6893
6894 * tooltip.el (tooltip-mode): Doc fix.
6895
6896 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6897
6898 * reveal.el (reveal-post-command): window-buffer signals an error on
6899 dead windows rather than returning nil.
6900 (reveal-open-new-overlays): An overlay might die while we open others.
6901
6902 2006-01-11 Bill Wohler <wohler@newt.com>
6903
6904 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6905 phrasing in docstring.
6906
6907 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6908 can give some systems gas. Add new file mh-buffers.el.
6909
6910 2006-01-06 Masatake YAMATO <jet@gyve.org>
6911
6912 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6913 C preprocessor forward ported from GNU Emacs 21.2.
6914
6915 * progmodes/asm-mode.el (asm-font-lock-keywords):
6916 Use `cpp-font-lock-keywords'.
6917
6918 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6919
6920 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6921 of $ for "\\.ld[s]?".
6922
6923 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6924
6925 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6926 (tcl-indent-line): Return `noindent' if inside a string.
6927
6928 * progmodes/flymake.el (flymake-split-string): Remove more than one
6929 empty string at beg/end of the result.
6930 (flymake-find-buildfile, flymake-find-possible-master-files):
6931 Use expand-file-name.
6932 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6933 since expand-file-name does it for us. Use directory-file-name.
6934 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6935 (flymake-ler-get-type, flymake-ler-get-text)
6936 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6937 (flymake-current-line-no): Remove spurious interactive spec.
6938 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6939 (flymake-check-include): Remove arg inc-path merged into inc-name.
6940 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6941 Arg regexp-list replaced by a simple regexp.
6942 (flymake-master-make-header-init, flymake-master-tex-init):
6943 Correspondingly replace regexp-list with a regexp. Fix regexp.
6944
6945 2006-01-10 Simon Josefsson <jas@extundo.com>
6946
6947 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6948 describing AUTH PLAIN fix.
6949
6950 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6951
6952 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6953 (report-emacs-bug): Don't record initial prompt text.
6954 Instead, add text properties to prompting text.
6955 (report-emacs-bug-hook): Delete prompting text.
6956
6957 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6958
6959 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6960 `dirs'. Adjust callers.
6961
6962 2006-01-09 John Paul Wallington <jpw@gnu.org>
6963
6964 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6965
6966 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * reveal.el (reveal-open-new-overlays): New extracted fun.
6969 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6970 using them. Simplify the code.
6971 (reveal-post-command): Use them. Fix up obsolete windows in
6972 reveal-open-spots.
6973
6974 * progmodes/flymake.el: Use `require' rather than autoload for
6975 XEmacs's overlays.
6976 (flymake-get-common-file-prefix, flymake-build-relative-filename):
6977 Delete. Use file-relative-name instead.
6978 (flymake-get-syntax-check-program-args, flymake-perl-init):
6979 Simplify the resulting code.
6980
6981 * log-view.el (log-view-file-re, log-view-message-re): Add support
6982 for DaRCS output.
6983
6984 2006-01-09 Alex Schroeder <alex@gnu.org>
6985
6986 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
6987 identifiers sometimes added in square brackets at the beginning of
6988 subject lines.
6989
6990 2006-01-07 Richard M. Stallman <rms@gnu.org>
6991
6992 * cus-edit.el (Custom-set, Custom-save): Doc fix.
6993 (Custom-reset-current, Custom-reset-saved): Change question text.
6994 (Custom-reset-standard): Likewise.
6995 (custom-variable-reset-saved): Doc fix.
6996
6997 2006-01-07 Eli Zaretskii <eliz@gnu.org>
6998
6999 * startup.el (init-file-user): Doc fix.
7000
7001 2006-01-07 Alex Schroeder <alex@gnu.org>
7002
7003 * mail/rmail.el (rmail-current-subject): New function.
7004 (rmail-current-subject-regexp): New function.
7005 (rmail-next-same-subject): Use it.
7006
7007 * mail/rmailsum.el (rmail-summary-by-topic):
7008 Use rmail-current-subject and rmail-current-subject-regexp.
7009 (rmail-summary-next-same-subject): Ditto.
7010
7011 * net/rcirc.el (rcirc-send-input): No longer check whether the
7012 process is open, since not all commands need an open process.
7013 (rcirc-send-string): Check whether the process is open before
7014 sending anything.
7015 (rcirc-ignore-list): New option.
7016 (rcirc-ignore-list-automatic): New variable.
7017 (rcirc-print): Take rcirc-ignore-list into account.
7018 (rcirc-cmd-ignore): New command.
7019 (rcirc-ignore-update-automatic): New function.
7020 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7021 list if ignored nicks.
7022 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7023
7024 2006-01-06 David Reitter <david.reitter@gmail.com>
7025
7026 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7027 reflect the address to which the report will be sent.
7028
7029 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7030
7031 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7032 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7033
7034 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7035
7036 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7037
7038 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7039 the doc string: "functoin" => "function".
7040 * ldefs-boot.el: Likewise.
7041
7042 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7043 message text: "Duplicat" => "Duplicate".
7044
7045 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7046
7047 * files.el (basic-save-buffer-2): If backing-up failed, reset
7048 buffer-backed-up to nil.
7049
7050 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7051
7052 * progmodes/gud.el (gdb-script-skip-to-head)
7053 (gdb-script-calculate-indentation): Indent for breakpoint command
7054 lists also.
7055
7056 2006-01-05 Bill Wohler <wohler@newt.com>
7057
7058 * Makefile.in (compile-always): Add mh-autoloads dependency.
7059 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7060 provides it.
7061 (updates): Remove mh-autoloads dependency, since it probably has
7062 already run recently (via recompile).
7063
7064 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7065
7066 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7067 argument `force' to disable the flyspell-last-buffer optimization.
7068 (flyspell-mode-on): Use it.
7069
7070 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7071 flymake-simple-cleanup.
7072 (flymake-allowed-file-name-masks): Use this new default.
7073 All the functions are now called in the right buffer rather than
7074 passing the buffer as argument.
7075 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7076 (flymake-parse-err-lines): Remove redundant buffer arg.
7077 (flymake-get-program-dir): Comment out unused function.
7078 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7079 Remove redundant buffer argument.
7080 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7081 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7082
7083 2006-01-05 Richard M. Stallman <rms@gnu.org>
7084
7085 * info.el (Info-find-node): Don't record previous node if have none.
7086 (info): Go to directory only if history is empty.
7087
7088 * simple.el (mark): Doc fix.
7089
7090 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7091
7092 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7093 already of desired type.
7094 (mac-ae-list): Coerce parameter to "list" type.
7095 (mac-dispatch-apple-event): Replace cadr part of event with a
7096 dummy position so that event-start returns it.
7097
7098 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7099
7100 * textmodes/org.el (org-end-of-subtree): New function.
7101 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7102 Use `org-end-of-subtree'.
7103 (org-agenda, org-agenda-convert-date): Protect calls to
7104 `fit-window-to-buffer'.
7105 (org-tags-view): Force matching of sublevels when doing a
7106 todo-only search. Define the correct redo command, including the
7107 arguments.
7108 (org-agenda-redo): Display message.
7109 (org-check-for-org-mode): New function.
7110 (org-agenda-type): New variable.
7111 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7112 Set `org-agenda-type'.
7113 (org-agenda-check-type): New function.
7114 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7115 (org-agenda-week-view, org-agenda-day-view)
7116 (org-agenda-next-date-line, org-agenda-previous-date-line)
7117 (org-agenda-log-mode, org-agenda-toggle-diary)
7118 (org-agenda-toggle-time-grid, org-agenda-date-later)
7119 (org-agenda-date-prompt, org-agenda-diary-entry)
7120 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7121 (org-agenda-convert-date, org-agenda-menu):
7122 Use `org-agenda-check-type'.
7123 (org-make-overlay, org-delete-overlay)
7124 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7125 New compatibility functions.
7126 (org-calendar-select-mouse): New command.
7127
7128 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7129
7130 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7131 (Custom-reset-standard): Fix y-or-n-p messages.
7132 (custom-link): New face for links.
7133 (custom-buffer-create-internal, custom-manual): Use it.
7134 (custom-face-save): Push to theme-face before setting face spec.
7135
7136 * wid-edit.el (widget-default-mouse-face-get): New function.
7137 (widget-specify-button): Handle mouse-face like button-face.
7138
7139 * custom.el (load-theme): Clear old theme settings if reloading.
7140
7141 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7142
7143 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7144 "Erase Customization" button back to same position it occupies in
7145 the individual State menus.
7146
7147 2006-01-04 Kim F. Storm <storm@cua.dk>
7148
7149 * wid-edit.el (key-sequence): Rework widget to read key binding
7150 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7151 (widget-key-sequence-default-value): Default value for empty sequence.
7152 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7153 (widget-key-sequence-read-event): New command for C-q.
7154 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7155 (widget-key-sequence-value-to-external): New functions.
7156
7157 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7158
7159 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7160 Use expand-file-name.
7161 (flymake-delete-temp-directory): Use expand-file-name,
7162 file-name-directory, and directory-file-name.
7163 (flymake-strrchr): Delete.
7164 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7165 to the init-f function.
7166 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7167 (flymake-init-find-buildfile-dir)
7168 (flymake-init-create-temp-source-and-master-buffer-copy)
7169 (flymake-simple-make-init-impl, flymake-simple-make-init)
7170 (flymake-master-make-init, flymake-master-make-header-init)
7171 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7172 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7173 (flymake-xml-init): Remove corresponding redundant buffer argument.
7174 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7175 the default anyway. Clean up regexps.
7176
7177 * progmodes/flymake.el (flymake-temp-source-file-name)
7178 (flymake-master-file-name, flymake-temp-master-file-name)
7179 (flymake-base-dir): New buffer-local vars.
7180 (flymake-buffer-data, flymake-get-buffer-value)
7181 (flymake-set-buffer-value): Replace those hash-tables by the new
7182 buffer-local vars. Update callers.
7183
7184 * progmodes/flymake.el (flymake-check-start-time)
7185 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7186 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7187 Move definition, so we can remove redundant earlier declaration.
7188 (flymake-replace-regexp-in-string, flymake-split-string)
7189 (flymake-get-temp-dir): Use defalias.
7190 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7191 (flymake-xemacs-window-edges): Remove unused function.
7192 (flymake-get-point-pixel-pos): Move.
7193 (flymake-pid-to-names, flymake-reg-names)
7194 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7195 Replace by a simple list flymake-processes and by process-buffer.
7196 Update callers. Other than simplify the code, it uses buffers rather
7197 than buffer-names so it doesn't get confused by uniquify.
7198 (flymake-buffer-data): The global value should just be nil.
7199
7200 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7201 Optimize the body of a defalias like any other code.
7202
7203 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7204 Make sure we've setup font-lock's vars. It may influence which
7205 function we then call.
7206 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7207 here since it's too late anyway.
7208
7209 2006-01-03 Romain Francoise <romain@orebokech.com>
7210
7211 * startup.el (fancy-splash-tail, normal-splash-screen):
7212 Update copyright year.
7213
7214 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7215
7216 * mouse.el (mouse-drag-track): Rename, from
7217 `mouse-drag-region-1'. Includes optional argument required to
7218 enable post-drag event processing (e.g. delete region keys).
7219 Can be used without this argument to track a mouse region and operate
7220 on it as soon as the drag completes.
7221 (mouse-drag-region): Use `mouse-drag-track'.
7222
7223 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7224
7225 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7226 Move to `custom-buffer' group.
7227
7228 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7229 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7230 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7231 (custom-theme-face-menu): New variables.
7232 (custom-theme-add-variable, custom-theme-variable-action)
7233 (custom-variable-reset-theme, custom-theme-delete-variable)
7234 (custom-face-reset-theme, custom-theme-face-action)
7235 (custom-theme-delete-face, custom-theme-merge-theme)
7236 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7237
7238 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7239
7240 * custom.el: Move Custom Themes commentary to start of theme code.
7241 (custom-known-themes): Rename `standard' theme to `changed'.
7242 (custom-push-theme): Caller no longer specifies what theme to use
7243 when doing `reset'---the setting is simply removed from the theme.
7244 Delete MODE from `theme-value' and `theme-settings' properties.
7245 (custom-declare-theme): Ignore &rest args since we don't use them.
7246
7247 (custom-loaded-themes): Delete variable.
7248 (custom-theme-load-themes, custom-theme-loaded-p)
7249 (custom-theme-value): Delete functions.
7250
7251 (custom-declare-theme): Signal error on invalid theme names.
7252 (provide-theme): custom-loaded-themes was deleted.
7253 (load-theme): Load the file unconditionally.
7254 (enable-theme): Call `load-theme' if theme is undefined.
7255 (custom-enabled-themes): Only update value for successful loads.
7256 (disable-theme): Complete from enabled themes when interactive.
7257 (custom-variable-theme-value): Calculate theme value directly.
7258
7259 (custom-theme-reset-variables, custom-reset-variables): Mark as
7260 XEmacs compatibility functions. We don't actually use these.
7261
7262 * cus-edit.el (custom-variable-state-set):
7263 Use custom-variable-theme-value instead of custom-theme-value.
7264 (custom-face-state-set): Rename `standard' theme to `changed'.
7265 (custom-save-variables, custom-save-faces): Delete unneeded
7266 references to custom-reset-variables.
7267 (custom-save-resets): Delete function.
7268 (custom-save-variables, custom-save-faces): MODE argument deleted.
7269 (custom-save-variables, custom-save-faces): Ignore theme values.
7270
7271 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7272 compatibility function.
7273
7274 2006-01-01 Richard M. Stallman <rms@gnu.org>
7275
7276 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7277 (Custom-reset-current, Custom-reset-saved): Likewise.
7278 (Custom-reset-standard): Show message if aborted.
7279 (custom-mode): Doc fix, describing those commands.
7280
7281 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7282 put on event-kind property.
7283
7284 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7285
7286 * custom.el (provide-theme): Ban `user' theme name.
7287 (custom-enabling-themes): New variable.
7288 (enable-theme): Don't enable user if custom-enabling-themes is t.
7289 (custom-enabled-themes): Make it a defcustom.
7290 (custom-theme-recalc-face): No-op if face is undefined.
7291
7292 * cus-edit.el (custom-button-mouse): New variable.
7293 (custom-button-mouse): New face.
7294 (custom-raised-buttons, custom-mode): Use it.
7295
7296 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7297
7298 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7299
7300 * progmodes/gud.el (gud-display-line): Support hl-line in the
7301 source buffer.
7302
7303 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7304
7305 * mouse.el (mouse-drag-window-above): Verify that the found window
7306 overlaps with the given window in the horizontal dimension.
7307
7308 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7309
7310 * Makefile.in (cvs-update): New target.
7311
7312 * makefile.w32-in (cvs-update): Ditto.
7313
7314 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7315
7316 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7317 (custom-new-theme-mode-map): New variable.
7318
7319 2005-12-30 Richard M. Stallman <rms@gnu.org>
7320
7321 * custom.el (custom-load-themes): Function deleted.
7322
7323 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7324 (custom-save-variables): Don't delete or add custom-load-themes call.
7325
7326 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7327
7328 * cus-start.el: Add `visible-cursor'.
7329
7330 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7331 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7332 (flymake-process-filter): Switch to buffer before calling it instead.
7333 (flymake-post-syntax-check, flymake-highlight-err-lines)
7334 (flymake-delete-own-overlays, flymake-parse-err-lines)
7335 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7336 (flymake-count-lines, flymake-parse-residual):
7337 Remove constant buffer argument.
7338 (flymake-start-syntax-check-for-current-buffer): Remove.
7339 Update callers to use flymake-start-syntax-check instead.
7340 (flymake-display-err-menu-for-current-line):
7341 Remove unused var `mouse-pos'.
7342 (flymake-restore-formatting): Comment out unused function.
7343 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7344 argument, use current-buffer instead. Update callers.
7345
7346 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7347
7348 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7349 buffer-local because choose-completion-delete-max-match requires
7350 that we set completion-ignore-case (i.e., binding via let is not
7351 sufficient).
7352 (bibtex-complete): Always set completion-ignore-case and
7353 choose-completion-string-functions. The latter is needed because
7354 choose-completion-string-functions keeps its value if we quit the
7355 *Completions* buffer without requesting a completion.
7356
7357 2005-12-30 Andreas Schwab <schwab@suse.de>
7358
7359 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7360
7361 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7362
7363 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7364
7365 2005-12-30 Juri Linkov <juri@jurta.org>
7366
7367 * locate.el (locate-fcodes-file, locate-header-face)
7368 * progmodes/delphi.el (delphi-other-face)
7369 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7370
7371 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7372 group `paren-showing-faces'.
7373
7374 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7375 (goto-address): Fix docstring.
7376
7377 * net/webjump.el (webjump-sample-sites): Update URLs.
7378
7379 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7380
7381 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7382
7383 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7384
7385 * font-lock.el (font-lock-compile-keywords): Signal an error when
7386 font-lock-set-defaults hasn't been called.
7387
7388 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7389
7390 * subr.el (noreturn, 1value): Doc fixes.
7391
7392 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7393
7394 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7395 that assoc-string returns nil.
7396
7397 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7398
7399 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7400 (bibtex-entry-type-str, bibtex-empty-field-re)
7401 (bibtex-search-backward-string, bibtex-preamble-prefix)
7402 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7403 (bibtex-any-valid-entry-type): New variable.
7404 (bibtex-parse-field-name): Simplify.
7405 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7406 (bibtex-preamble-prefix): Include left delimiter.
7407 (bibtex-search-forward-field, bibtex-search-backward-field):
7408 Allow unbounded search past entry boundaries (required by bibtex-pop).
7409 (bibtex-text-in-field-bounds): Use push.
7410 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7411 (bibtex-parse-preamble, bibtex-valid-entry)
7412 (bibtex-beginning-first-field): New functions.
7413 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7414 (bibtex-map-entries): Fix docstring.
7415 (bibtex-flash-head): New arg prompt. Simplify.
7416 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7417 (bibtex-insert-kill): Simplify. Always insert text past the
7418 current field or entry.
7419 (bibtex-format-entry): Use bibtex-parse-field.
7420 (bibtex-pop): Use bibtex-beginning-of-entry and
7421 bibtex-end-of-entry to initiate the search. Insert empty field if
7422 we found ourselves.
7423 (bibtex-print-help-message): New args field and comma.
7424 Handle entry keys.
7425 (bibtex-make-field): Use bibtex-beginning-of-entry.
7426 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7427 invalid entry.
7428 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7429 Handle preambles. Simplify code for thorough test.
7430 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7431 New arg comma. Handle entry heads.
7432 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7433 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7434 New arg comma.
7435 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7436 (bibtex-fill-field): Simplify.
7437 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7438 bibtex-parse-field.
7439 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7440 (bibtex-complete): Use bibtex-parse-preamble.
7441
7442 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7443
7444 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7445 Display name of expression instead of convenience variable.
7446 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7447
7448 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7449 toggle-gud-tooltip-dereference.
7450 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7451 (gud-tooltip-tips): ...here when dereferencing.
7452
7453 2005-12-28 Bill Wohler <wohler@newt.com>
7454
7455 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7456
7457 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7458
7459 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7460 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7461 (vc-annotate-display-autoscale): Adjust call.
7462 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7463 Fix interactive spec.
7464 (vc-annotate-time-span): Remove.
7465 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7466 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7467 (vc-annotate-display-select): Use new name.
7468
7469 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7470 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7471 Correct the construction of span entries. Simplify.
7472 (vc-annotate-display-select): Fix the nil case.
7473 (vc-annotate): Remove obsolete (and now broken) code.
7474 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7475 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7476
7477 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7478
7479 * subr.el (lazy-completion-table): Correct typo in docstring.
7480
7481 * startup.el (command-line): Use `custom-reevaluate-setting' for
7482 `send-mail-function'.
7483
7484 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7485
7486 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7487
7488 * mail/smtpmail.el (smtpmail-try-auth-methods):
7489 Send credentials together with "AUTH PLAIN" command.
7490
7491 2005-12-27 Richard M. Stallman <rms@gnu.org>
7492
7493 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7494 mouse-2, go back to previously selected window, so it's selected
7495 when mouse-2 command runs.
7496
7497 2005-12-27 Juri Linkov <juri@jurta.org>
7498
7499 * descr-text.el (describe-text-sexp): Use square brackets for
7500 button [Show] to distinguish it from the property value `show'.
7501 (describe-property-list): Use `insert-text-button' with
7502 `help-face' type instead of putting face in quotes, because button
7503 is not created automatically for a list of faces.
7504 (describe-text-properties-1): Put button-type value in quotes to
7505 distinguish from plain text "button".
7506 (describe-char): Display code point values in hex. Don't use
7507 `symbol-name' for `current-input-method' because it is a string.
7508 Use `insert-text-button' with `help-face' type instead of putting
7509 hardcoded face in quotes, because button is not created automatically.
7510
7511 2005-12-27 Richard M. Stallman <rms@gnu.org>
7512
7513 * progmodes/glasses.el (glasses-face): More specific custom type.
7514
7515 * files.el (set-visited-file-name): Doc fix.
7516
7517 * textmodes/flyspell.el (flyspell-external-point-words):
7518 Use local var buffer-scan-pos to advance scan for next misspelling.
7519 Advance it only after we find the misspelling.
7520
7521 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7522
7523 * textmodes/flyspell.el (flyspell-external-point-words):
7524 New criteria for finding the misspelling in the buffer.
7525
7526 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7527
7528 * help-mode.el (help-insert-string): Set help-xref-stack-item
7529 rather than call help-setup-xref.
7530
7531 * descr-text.el (describe-char): Revert previous changes for
7532 optional buffer argument.
7533
7534 2005-12-27 Juri Linkov <juri@jurta.org>
7535
7536 * help-mode.el (help-insert-string): New function. Save buffer
7537 contents in cases where it is impossible to recompute the old contents.
7538
7539 * descr-text.el (describe-char): Set help-xref-stack-item
7540 explicitly after buffer has been generated.
7541
7542 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7543
7544 * cus-start.el (all): Add x-gtk-show-hidden-files.
7545
7546 2005-12-26 Richard M. Stallman <rms@gnu.org>
7547
7548 * replace.el (perform-replace): Calculate match-again
7549 before skipping read-only matches.
7550
7551 * paren.el (paren-showing-faces): New group.
7552 (show-paren-match, show-paren-mismatch): Move to that group.
7553
7554 * button.el (button): Put into group `basic-faces'.
7555
7556 * progmodes/make-mode.el: Remove faces from group `faces'.
7557
7558 * apropos.el (apropos, apropos-value): Doc fix.
7559 (apropos-documentation): Doc fix.
7560
7561 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7562
7563 * subr.el (lazy-completion-table): Remove argument `args'.
7564
7565 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7566 Don't use the `args' argument of lazy-completion-table.
7567
7568 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7569
7570 * descr-text.el (describe-char): Add optional argument for buffer.
7571 Set buffer appropriately. Call help-setup-xref.
7572 Suggested by Stefan Monnier.
7573
7574 2005-12-26 Juri Linkov <juri@jurta.org>
7575
7576 * descr-text.el: Require `help-fns' at runtime. Don't require
7577 `button' for byte compilation.
7578 (describe-text-widget): Add `help-echo' for first button.
7579 Use `help-info' for second.
7580 (describe-property-list): Use `help-argument-name' instead of `italic'.
7581 (describe-text-category): Add prompt to interactive spec.
7582 Call `help-setup-xref'.
7583 (describe-char): Use `help-character-set'. Add `help-echo' for
7584 code point. Use `help-input-method'. Remove superfluous insert.
7585
7586 2005-12-25 Richard M. Stallman <rms@gnu.org>
7587
7588 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7589 at point, in case of narrowing.
7590
7591 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7592
7593 * locate.el (locate-header-face): Allow nil in type.
7594
7595 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7596
7597 2005-12-25 Romain Francoise <romain@orebokech.com>
7598
7599 * battery.el (battery-linux-proc-acpi): Also try
7600 `/proc/acpi/thermal_zone/THM0/temperature'.
7601
7602 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7603
7604 * custom.el (custom-push-theme): Fix docstring.
7605
7606 * cus-edit.el (custom-variable-set, custom-variable-save)
7607 (custom-variable-save): Custom-quote widget values.
7608 (customize-save-variable): Fix custom-push-theme call.
7609
7610 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7611
7612 * w32-fns.el (w32-batch-update-autoloads): New function.
7613
7614 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7615 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7616 from the command line.
7617
7618 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7619
7620 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7621 reset means to remove setting from theme entirely. Don't keep
7622 expanding theme-settings list; delete old entries if necessary.
7623
7624 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7625 customization" button one line up.
7626 (custom-themed): New face.
7627 (custom-magic-alist): New value, THEMED, for theme settings.
7628 (custom-variable-state-set, custom-face-state-set):
7629 Check theme-value instead of saved-value.
7630 (custom-variable-reset-standard, custom-face-reset-standard):
7631 Remove theme setting entirely. Recalculate new values.
7632 (custom-variable-set, custom-variable-set)
7633 (custom-variable-reset-saved, custom-variable-reset-backup)
7634 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7635 (custom-variable-save): Fix typos.
7636
7637 2005-12-23 Juri Linkov <juri@jurta.org>
7638
7639 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7640 Add autoload cookies.
7641 (edebug-outside-d-c-i-n-s-w): New variable.
7642 (edebug-display, edebug-outside-excursion): Use it to save the
7643 original value of default-cursor-in-non-selected-windows.
7644 Set default-cursor-in-non-selected-windows to t while Edebug
7645 is active.
7646 (edebug-mode, edebug-eval-mode): Doc fix.
7647
7648 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7649 with `buffer-substring-no-properties' to remove common substring
7650 highlighting.
7651
7652 * info.el (info-other-window, info): Rename function argument
7653 `file' to `file-or-node'.
7654 (Info-complete-menu-item): Use local variable `complete-nodes' to
7655 keep the global value of `Info-complete-nodes' unchanged for
7656 subsequent completions.
7657 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7658
7659 * simple.el (get-next-valid-buffer, last-buffer)
7660 (next-error-buffer-p, next-error-find-buffer)
7661 (minibuffer-history-sexp-flag): Doc fix.
7662
7663 * savehist.el (savehist-mode-hook): Add `:group'.
7664
7665 * log-view.el: Call autoload for vc-find-version.
7666 (log-view-current-file): Adjust subgroup numbers.
7667 (log-view-current-tag): Add `length'.
7668
7669 2005-12-23 Richard M. Stallman <rms@gnu.org>
7670
7671 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7672
7673 2005-12-23 Juri Linkov <juri@jurta.org>
7674
7675 * hi-lock.el (hi-lock-archaic-interface-message-used)
7676 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7677 (hi-lock-mode): Display "Hi" in the mode line only when
7678 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7679 (hi-lock-write-interactive-patterns):
7680 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7681 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7682 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7683 font-lock-add-keywords to t.
7684
7685 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7686
7687 * hi-lock.el (hi-lock-highlight-range): New variable.
7688 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7689 only if font-lock-fontified is non-nil. Remove overlays.
7690 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7691 font-lock-fontified is non-nil, otherwise use overlays (instead of
7692 text properties).
7693 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7694 New variables.
7695 (hi-lock-string-serialize) New function.
7696
7697 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7698
7699 * menu-bar.el (menu-find-file-existing): New function.
7700 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7701
7702 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7703
7704 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7705
7706 * vc.el: Remove unnecessary leading * in docstrings.
7707 (vc-annotate-mode-map): Move initialization into declaration.
7708 (vc-static-header-alist): Nitpick on the regexp.
7709 (vc-default-init-version): New fun.
7710 (vc-register): Use it.
7711 (vc-insert-headers): Use dolist.
7712 (vc-annotate-get-backend): Remove unused function.
7713 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7714 (vc-annotate-mode): Remove corresponding call.
7715 (vc-annotate-car-last-cons): Simplify.
7716 (vc-annotate-buffers): Remove var.
7717 (vc-annotate-backend): Make it buffer-local.
7718 (vc-annotate): Move the interaction to the interactive spec.
7719 Add a `buf' argument.
7720 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7721 killing&creating a vc-annotate buffer, which is very disruptive when
7722 the buffers are shown in dedicated frames.
7723
7724 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7725
7726 * descr-text.el: Add FSF as maintainer.
7727 (describe-text-mode, describe-text-mode-map)
7728 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7729 help-mode.
7730 (describe-text-widget, describe-text-sexp)
7731 (describe-property-list, describe-text-category)
7732 (describe-text-properties, describe-text-properties-1)
7733 (describe-char): Use help buttons instead of widgets.
7734 (describe-char-unicodedata-file): Make URL link in doc string.
7735
7736 2005-12-22 Richard M. Stallman <rms@gnu.org>
7737
7738 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7739 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7740 Don't include buttons that write a file when there's no file.
7741 (custom-variable-menu, custom-face-menu, custom-group-menu):
7742 Don't include commands that write a file when there's no file.
7743 (customize-browse): Reword the top-of-buffer help intro.
7744 (custom-buffer-create-internal): Fix previous change.
7745 (customize-changed-options-previous-release): Prev release is 21.1.
7746 (customize-changed-options): Doc fix.
7747 (customize-changed): New alias.
7748 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7749 Say "standard values".
7750 (Custom-reset-standard): Doc fix.
7751 (custom-face-reset-standard): Doc fix.
7752
7753 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7754
7755 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7756 even if font-lock-mode is non-nil since it may be t without having
7757 turned on font-lock-mode-internal.
7758 (font-lock-choose-keywords): Minor optimization.
7759 (font-lock-add-keywords, font-lock-remove-keywords)
7760 (font-lock-set-defaults): Don't call make-local-variable on a variable
7761 that we know to already be local.
7762
7763 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7764
7765 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7766 messages if in the minibuffer.
7767
7768 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7769
7770 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7771 (tex-mode-flyspell-verify, flyspell-get-word)
7772 (flyspell-external-point-words): Don't use point-min/max uselessly.
7773
7774 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7775 by Kevin Rodgers. Instead, just hide the completions buffer if we
7776 don't need to show it.
7777
7778 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7779
7780 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7781
7782 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7783
7784 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7785 delete-windows-on with an inexistent buffer.
7786
7787 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7788
7789 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7790 Delete defcustom variable :tag names.
7791
7792 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7793
7794 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7795 (log-view-font-lock-keywords): Ajust subgroup numbers.
7796 (log-view-current-tag): Don't hard code the number of subgroups.
7797
7798 2005-12-20 Juri Linkov <juri@jurta.org>
7799
7800 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7801 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7802
7803 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7804 (menu-bar-non-minibuffer-window-p): Instead of checking
7805 display-multi-frame-p, use selected-frame when menu-updating-frame
7806 is nil.
7807
7808 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7809
7810 * align.el (align-rules-list): Use [ \t] instead of \s-
7811 for column separators in text mode.
7812
7813 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7814
7815 * help-mode.el (help-customize-variable, help-customize-face):
7816 Don't pop help-xref-stack as help-follow no longer pushes
7817 anything on to it.
7818
7819 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7820
7821 * textmodes/org.el (org-agenda-custom-commands): New option.
7822 (org-agenda): Offer custom commands on splash screen.
7823 (org-make-tags-matcher): Parser for Boolean logic added.
7824 (org-agenda-set-tags): New command.
7825 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7826 (org-set-tags): Efficiency improvements.
7827 (org-auto-align-tags): New option.
7828 (org-todo, org-demote, org-promote): Realign tags.
7829 (org-tags-completion-function): Use also "&" and "|" as separators.
7830 (org-org-menu): Agenda commands simplified.
7831
7832 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7833
7834 * cus-edit.el (customize-apropos, customize-apropos-options):
7835 Docstring changes.
7836
7837 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7838
7839 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7840
7841 * longlines.el (longlines-mode): Wrap while widened.
7842 (longlines-decode-region, longlines-encode-region): Compute max
7843 just once.
7844
7845 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7846
7847 * cus-edit.el (mac): New group.
7848
7849 * cus-start.el (all): Add user options in macterm.c. Add test for
7850 Mac-related built-ins. Fix test for GTK-related built-ins.
7851
7852 * term/mac-win.el (mac-handle-language-change)
7853 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7854 (mac-services-open-selection, mac-services-mail-selection)
7855 (mac-services-mail-to, mac-services-insert-text)
7856 (mac-dispatch-apple-event): Add docstrings.
7857 (x-get-selection, mac-select-convert-to-string): Select coding
7858 system from `utf-16be' and `utf-16le' using `byteorder'.
7859
7860 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7861
7862 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7863 a "list" (lambda ...) rather than a real completion list.
7864
7865 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7866 lexical-let when encountering ((lambda (...) ...) ...).
7867
7868 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7869
7870 * progmodes/sh-script.el (sh-mode):
7871 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7872 * textmodes/picture.el (picture-mode): Update docstrings.
7873
7874 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7875
7876 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7877 commands enclosed in $(ARGQUOTE)s should not be split between two
7878 lines, as that will break with GNU Make >3.80, when sh.exe is used
7879 and arg quoting is with '..'.
7880 (autoloads): Don't break the quoted --eval expression between
7881 several lines.
7882
7883 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7884
7885 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7886 Capture error from printing circular structures.
7887
7888 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7889
7890 * wid-edit.el (widget-checkbox-action): Clear undo info.
7891
7892 2005-12-16 Bill Wohler <wohler@newt.com>
7893
7894 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7895 bar, not menubar in comment.
7896
7897 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7898
7899 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7900 After-change-functions should not clobber the match data.
7901
7902 2005-12-16 Juri Linkov <juri@jurta.org>
7903
7904 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7905 instead of `buffer-substring'.
7906 (completion-common-substring): Doc fix.
7907 (completion-setup-function): Use minibuffer-completion-contents
7908 instead of minibuffer-contents. Don't set common-string-length
7909 initially. Remove special handling of partial-completion-mode.
7910 Move computation of completion-base-size into one cond.
7911 Call completion-base-size-function in mainbuf. In computation of
7912 completion-base-size for file name completion don't move point to
7913 the end of the minibuffer. Move computation of common-string-length
7914 into one cond. Start putting faces only when common-string-length>=0.
7915 Add condition to put completions-common-part when
7916 common-string-length>0.
7917
7918 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7919 place point at the first different character in the minibuffer
7920 even if this position is at the beginning of the minibuffer.
7921
7922 * info.el (Info-read-node-name-1): In completion-base-size-function's
7923 lambda return 1 if common-substring or minibuffer-completion-contents
7924 starts with (, and 0 otherwise.
7925
7926 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7927 Use `crm-current-element' for second arg of `display-completion-list'.
7928
7929 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7930
7931 * files.el (set-auto-mode): Look for an interpreter specified on
7932 the first line also if search for mode specification succeeded,
7933 but the mode is not known.
7934
7935 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7936
7937 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7938 (org-open-at-point): Implement tag searches as links.
7939 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7940 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7941 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7942 (org-agenda-dispatch): New commands.
7943 (org-use-tag-inheritance, org-tags-column): New options.
7944 (org-tab-follows-link, org-return-follows-link): New options.
7945 (org-tags): New customize group.
7946 (org-start-icalendar-file): Get local time zone.
7947 (org-tags-completion-function): New function.
7948 (org-set-font-lock-defaults): Make sure links will also be
7949 highlighted inside headlines.
7950
7951 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7952
7953 * term.el (term-emulate-terminal):
7954 Let term-handle-ansi-terminal-messages override what Bash says about
7955 its current directory.
7956
7957 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7958
7959 * bindings.el (last-buffer): Move to simple.el.
7960 * simple.el (last-buffer): Move here.
7961 (get-next-valid-buffer): New function.
7962 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7963 (prev-buffer): Ditto. Rename to `previous-buffer'.
7964
7965 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7966 * bindings.el (global-map): Ditto.
7967
7968 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7969
7970 * cus-edit.el: Introductory comment change.
7971 (custom-magic-alist): Change message string for the `rogue' state.
7972
7973 2005-12-15 Richard M. Stallman <rms@gnu.org>
7974
7975 * tooltip.el: Delete defcustom variable :tag names.
7976
7977 * complete.el (partial-completion-mode): Doc fix.
7978
7979 * textmodes/flyspell.el (flyspell-external-point-words):
7980 Use save-excursion to ensure we don't move backward in the
7981 search loop, not even one character.
7982 (flyspell-delete-all-overlays): Use remove-overlays directly.
7983
7984 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
7985 (ispell-start-process): Set that variable.
7986 Clear ispell-buffer-local-name.
7987 (ispell-internal-change-dictionary):
7988 Set ispell-current-dictionary after killing process.
7989 (ispell-buffer-local-dict):
7990 Don't set spell-personal-dictionary after killing process.
7991 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
7992 (ispell-tex-skip-alists, ispell-html-skip-alists)
7993 (ispell-skip-region-alist): Mark as risky.
7994
7995 * net/newsticker.el (newsticker--retrieval-timer-list)
7996 (newsticker--display-timer, newsticker-running-p)
7997 (newsticker-ticker-running-p): Definitions moved up.
7998
7999 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8000
8001 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8002
8003 2005-12-15 David Ponce <david@dponce.com>
8004
8005 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8006 (recentf-edit-list, recentf-open-files): Signal an error when
8007 there is no recent file.
8008
8009 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8010
8011 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8012 read-only except for texinfo-format-region evaluation.
8013
8014 2005-12-14 Richard M. Stallman <rms@gnu.org>
8015
8016 * vc.el (vc-default-previous-version, vc-default-next-version)
8017 (vc-do-command): Doc fixes.
8018
8019 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8020
8021 * textmodes/bibtex.el (bibtex-expand-strings)
8022 (bibtex-autokey-expand-string, bibtex-name-part)
8023 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8024 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8025 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8026 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8027 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8028 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8029 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8030 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8031 (bibtex-beginning-of-last-entry): Remove.
8032 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8033 message if comma is missing but buffer is read-only.
8034 (bibtex-parse-field-text): Handle whitespaces at the end of field
8035 text. Return 3-element list with beginning and end of field text
8036 and end of field.
8037 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8038 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8039 (bibtex-search-forward-field, bibtex-search-backward-field):
8040 Search always delimited by limits of entry. Use more efficient
8041 search algorithms.
8042 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8043 bibtex-end-of-name-in-field.
8044 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8045 extracting the content of a field.
8046 (bibtex-text-in-field): Use search limits.
8047 (bibtex-parse-string-prefix): Handle empty string keys based on
8048 bibtex-string-empty-key.
8049 (bibtex-parse-string): Fix docstring.
8050 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8051 (bibtex-preamble-prefix, bibtex-strings): New functions.
8052 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8053 BibTeX entries (consistent with other BibTeX functions).
8054 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8055 (bibtex-search-entry): Fix docstring. Simplify.
8056 (bibtex-flash-head, bibtex-complete-string-cleanup)
8057 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8058 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8059 (bibtex-parse-entry): New optional arg content.
8060 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8061 Use bibtex-text-in-field-bounds.
8062 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8063 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8064 bibtex-parse-string-postfix.
8065 (bibtex-find-text-internal): New function.
8066 (bibtex-remove-delimiters): Use it.
8067 (bibtex-find-text): Use it. New optional arg help.
8068 (bibtex-complete): Handle BibTeX string and preamble entries.
8069 (bibtex-Preamble): Fix order of closing delimiters.
8070
8071 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8072
8073 * vc.el (vc-default-revert): New fun.
8074
8075 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8076
8077 2005-12-14 Romain Francoise <romain@orebokech.com>
8078
8079 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8080 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8081 (font-lock-remove-keywords): Likewise.
8082
8083 2005-12-14 Juri Linkov <juri@jurta.org>
8084
8085 * log-view.el (log-view-diff): Doc fix.
8086
8087 * isearch.el (isearch-query-replace): Use (mark) instead of
8088 isearch-opoint if mark is active in transient-mark-mode.
8089
8090 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8091
8092 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8093
8094 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8095
8096 * progmodes/cpp.el (cpp-face): New widget.
8097 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8098
8099 2005-12-14 Juri Linkov <juri@jurta.org>
8100
8101 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8102 around `erase-buffer' and `insert'.
8103
8104 * descr-text.el (describe-text-properties): Replace buffer name
8105 "*Help-2*" with "*Help*<2>".
8106 (describe-char): Add functions print-help-return-message,
8107 toggle-read-only. Use help-setup-xref with nil to not store
8108 describe-char in help-xref-stack. Use help-make-xrefs to
8109 make [back] button.
8110
8111 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8112
8113 * wdired.el (wdired-old-point): New internal variable.
8114 (wdired-change-to-wdired-mode): Set it buffer-locally.
8115 (wdired-abort-changes): Restore point after aborting changes.
8116
8117 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8118
8119 * vc.el (vc-do-command): Add a new value t for okstatus.
8120
8121 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8122 frame in case of errors.
8123
8124 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8125
8126 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8127 so it comes after "On the Left" in the menu.
8128
8129 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8130
8131 * cus-edit.el (customize-apropos, customize-apropos-options)
8132 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8133
8134 2005-12-12 Bill Wohler <wohler@newt.com>
8135
8136 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8137 non-writable Subversion-controlled files by saving window
8138 configuration before calling vc-do-command. vc-do-command calls
8139 pop-to-buffer on error which is unexpected during registration.
8140
8141 2005-12-12 Jay Belanger <belanger@truman.edu>
8142
8143 * calc/README: Update the summary of changes.
8144
8145 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8146
8147 * descr-text.el (describe-char): Rework last fix to solve the problem
8148 is the same way it's solved for everything else in that function
8149 (i.e. by extracting the info before setting up the *Help* buffer).
8150
8151 2005-12-12 Kim F. Storm <storm@cua.dk>
8152
8153 * subr.el (version-regexp-alist): Allow space as separator before
8154 non-numeric part, e.g. "1.0 alpha".
8155 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8156
8157 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8158
8159 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8160 Implement Logging and the keep-modes setting.
8161 (org-get-category): Make sure a string is returned.
8162 (org-log-done): New function.
8163 (org-log-done, org-closed-string): New options.
8164
8165 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8166
8167 * tooltip.el (tooltip-y-offset): Change default to 20.
8168
8169 2005-12-12 Richard M. Stallman <rms@gnu.org>
8170
8171 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8172
8173 * frame.el (display-hourglass): Doc fix.
8174
8175 * help.el (help-for-help-internal): Simplify entry for `a'.
8176
8177 * info.el (Info-on-current-buffer): Doc fix.
8178 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8179
8180 * startup.el (inhibit-splash-screen): Make this the real name.
8181 (inhibit-startup-message): Make this the alias.
8182 (command-line): Find only simple.el, and use its directory
8183 to fill in other preloaded files' names.
8184 (command-line): Deactivate the mark if deactivate-mark is set.
8185
8186 * international/mule.el (load-with-code-conversion):
8187 Bind deactivate-mark.
8188
8189 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8190
8191 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8192
8193 * cus-edit.el (customize-apropos): Avoid listing an option more
8194 than once under different aliases. No longer list user options
8195 that are not defined with defcustom (unless a prefix arg is given).
8196 Doc fix.
8197 (customize-apropos-options): Doc fix.
8198
8199 2005-12-11 Juri Linkov <juri@jurta.org>
8200
8201 * frame.el (set-background-color, set-foreground-color)
8202 (set-cursor-color, set-mouse-color, set-border-color):
8203 Add explicit prompts to read colors by `facemenu-read-color'.
8204 (show-trailing-whitespace, blink-cursor-delay)
8205 (blink-cursor-interval, display-hourglass, hourglass-delay):
8206 Remove tags.
8207 (display-hourglass, hourglass-delay): Doc fix.
8208 (cursor-in-non-selected-windows): Capitalize words in tag.
8209
8210 * faces.el (frame-background-mode): Replace `choice-item' keywords
8211 with `const' to not make [default] button. Change default value tag
8212 from `default' to `automatic'. Doc fix.
8213 (trailing-whitespace) <defface>: Change group `whitespace' to
8214 `whitespace-faces'.
8215
8216 2005-12-11 Richard M. Stallman <rms@gnu.org>
8217
8218 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8219
8220 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8221
8222 * term/mac-win.el: Create keymap for mac-apple-event-map.
8223
8224 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8225
8226 * tooltip.el (tooltip-mode): Move to start of file so that it
8227 appears at top of customize buffer.
8228
8229 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8230 Add the gud groupname.
8231 (gud-tooltip-mode): Add the tooltip groupname.
8232 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8233 avoid conflict with tooltip-use-echo-area.
8234
8235 2005-12-10 Romain Francoise <romain@orebokech.com>
8236
8237 * help.el (help-for-help-internal): Add `r' in doc string.
8238
8239 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8240
8241 * align.el (align-regexp, align-highlight-rule):
8242 Use region-beginning and region-end instead of point and mark, so that
8243 repetition (with `repeat-complex-command') recomputes the region
8244 bounds.
8245
8246 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8247
8248 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8249 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8250 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8251 (balance-windows): Rewrite using the above new functions.
8252
8253 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8254
8255 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8256 react if global-hi-lock-mode seems intended.
8257 (global-hi-lock-mode) Renamed from hi-lock-mode.
8258 (hi-lock-archaic-interface-message-used)
8259 (hi-lock-archaic-interface-deduce): New variables.
8260 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8261 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8262 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8263 Replace hi-lock-buffer-mode with hi-lock-mode.
8264
8265 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8266
8267 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8268 completion list, even after a partial completion has been
8269 inserted in the current buffer. If there are more than 1
8270 completion, redisplay the *Completions* buffer; if the
8271 completion is unique, delete the *Completions* window.
8272
8273 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8274
8275 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8276 strings and long subject lines that were broken into multiple
8277 lines at arbitrary places. Handle subjects that have "Re: " in
8278 the middle.
8279
8280 2005-12-10 John W. Eaton <jwe@octave.org>
8281
8282 * emacs/octave-mod.el (octave-electric-space): Don't indent
8283 comments or strings if octave-auto-indent is nil.
8284
8285 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8286
8287 * term/mac-win.el: Require url when compiling.
8288 Call mac-process-deferred-apple-events after loading init files.
8289 (mac-apple-event-map): New defvar. Define event handlers in it.
8290 (core-event, internet-event): New Apple event class symbols.
8291 (open-application, reopen-application, open-documents)
8292 (print-documents, open-contents, quit-application)
8293 (application-died, show-preferences, autosave-now, get-url):
8294 New Apple event ID symbols.
8295 (about): New HICommand ID symbol.
8296 (mac-event-spec, mac-event-ae): New macros.
8297 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8298 (mac-ae-selection-range, mac-ae-text-for-search)
8299 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8300 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8301 and Services menu events are now defined in mac-apple-event-map.
8302 (mac-drag-n-drop): Remove selection range handling.
8303
8304 2005-12-10 Kenichi Handa <handa@m17n.org>
8305
8306 * simple.el (zap-to-char):
8307 * isearch.el (isearch-process-search-char): Translate CHAR by
8308 translation-table-for-input.
8309
8310 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8311
8312 * foldout.el (foldout-exit-fold): Properly hide subtree.
8313
8314 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8315
8316 * files.el (save-buffer):
8317 * international/ucs-tables.el (ucs-set-table-for-input):
8318 * mail/mail-extr.el (mail-extract-address-components):
8319 * mail/sendmail.el (mail-mode): Reformat doc string.
8320
8321 2005-12-09 Juri Linkov <juri@jurta.org>
8322
8323 * isearch.el (isearch-highlight): Change main overlay priority
8324 from 1 to 1001. Simplify.
8325 (isearch-lazy-highlight-update): Change lazy overlay priority
8326 from 0 to 1000.
8327
8328 * replace.el (replace-highlight): Change overlay priority from
8329 1 to 1001.
8330
8331 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8332 Change overlay priority from 1 to 1001. Reuse existing overlay.
8333
8334 * compare-w.el (compare-windows-highlight): Change overlay
8335 priority from 1 to 1000.
8336
8337 * menu-bar.el (menu-bar-edit-menu): Add listp around
8338 pending-undo-list to disable menu item "undo" when pending
8339 undo list is empty.
8340
8341 * locate.el (locate): Disable undo in *Locate* buffer.
8342
8343 2005-12-09 Kim F. Storm <storm@cua.dk>
8344
8345 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8346
8347 2005-12-09 David Ponce <david@dponce.com>
8348
8349 * recentf.el: Improvement of the menu code.
8350 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8351 instead of menu hook.
8352 (recentf-show-menu, recentf-hide-menu): New functions.
8353 (recentf-menu-customization-changed, recentf-mode): Use them.
8354 (recentf-menu-action, recentf-max-menu-items)
8355 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8356 (recentf-arrange-by-rule-others)
8357 (recentf-arrange-by-rules-min-items)
8358 (recentf-arrange-by-rule-subfilter) : Don't use
8359 `recentf-menu-customization-changed'.
8360 (recentf-arrange-rules): Likewise. Accept functions to compute
8361 sub-menu titles.
8362 (recentf-menu-filter): Likewise. Doc fix.
8363 (recentf-menu-value-shortcut): Doc fix.
8364 (recentf-dump-variable): Quote atom value.
8365 (recentf-make-menu-items): Update to use it as a menu filter.
8366 (recentf-match-rule): New function.
8367 (recentf-arrange-by-rule): Use it.
8368 (recentf-indirect-mode-rule): New function.
8369 (recentf-build-mode-rules): Use it.
8370 (recentf-dir-rule): New function.
8371 (recentf-arrange-by-dir): Use it.
8372 (recentf-filter-changer-current): Rename from
8373 `recentf-filter-changer-state'. All references updated.
8374 (recentf-filter-changer-alist): Update filter names.
8375 (recentf-filter-changer-select): New function.
8376 (recentf-filter-changer): Use it. Make a sub-menu from filters
8377 available in `recentf-filter-changer-alist'.
8378 (recentf-data-cache, recentf-clear-data)
8379 (recentf-update-menu): Remove. All references updated.
8380 (recentf-match-rule-p, recentf-build-dir-rules)
8381 (recentf-filter-changer-goto-next)
8382 (recentf-filter-changer-get-current)
8383 (recentf-filter-changer-get-next): Remove.
8384
8385 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8386
8387 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8388 buffer "Reset" button to "Reset to Current" for consistency with
8389 the State buttons.
8390
8391 2005-12-08 John Paul Wallington <jpw@pobox.com>
8392
8393 * ibuf-ext.el (define-ibuffer-filter filename):
8394 If `dired-directory' is a list then really use its car.
8395
8396 2005-12-08 Kim F. Storm <storm@cua.dk>
8397
8398 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8399 Fix indention of text on right side of replaced rectangle.
8400
8401 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8402
8403 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8404 No need to check gud-comint-buffer is bound.
8405 (gdb): Prevent multiple debugging when first session uses gdba.
8406
8407 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8408
8409 CC Mode update to 5.31.
8410
8411 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8412 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8413 We might do this function properly in the future).
8414
8415 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8416 New macros c-sentence-end and c-default-value-sentence end, to cope
8417 with Emacs 22's new function `sentence-end'.
8418
8419 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8420
8421 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8422 compat issue using `c-put-overlay' and `c-delete-overlay'.
8423
8424 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8425 New compat macros to handle overlays/extents.
8426
8427 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8428
8429 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8430 (for GNU Emacs 20.4)
8431
8432 * progmodes/cc-defs.el:
8433 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8434
8435 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8436 highlighting mechanism so it will work in XEmacs too.
8437
8438 * progmodes/cc-defs.el: Insert c-int-to-char.
8439
8440 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8441 call to the new macro c-int-to-char. This solves XEmacs's
8442 regarding characters as different from integers.
8443
8444 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8445
8446 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8447 New internal helper.
8448
8449 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8450 construct to make the indirect face lookup work in XEmacs.
8451
8452 (c-cpp-matchers): Append the negation char face to the existing
8453 fontification, so that the cpp face doesn't disappear.
8454 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8455 and strings.
8456
8457 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8458 to map to `font-lock-negation-char-face' in emacsen where it exists.
8459
8460 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8461
8462 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8463
8464 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8465 Rename "c-subword-move-mode" as "c-subword-mode".
8466
8467 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8468 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8469
8470 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8471
8472 * progmodes/cc-mode.el: Added autoload directive for
8473 `c-subword-move-mode' for use in older emacsen.
8474
8475 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8476
8477 * progmodes/cc-mode.el:
8478 (i) Insert a binding for C-c C-backspace into
8479 c-bind-special-erase-keys which works in TTYs.
8480 (ii) Make sure that when file styles are used, any explicitly
8481 given style variables take priority over those in the style.
8482 Do this by calling `hack-local-variables' a second time.
8483
8484 * progmodes/cc-vars.el: Add language specific customization
8485 widgets for AWK to c-doc-comment-style, c-require-final-newline
8486 and c-default-style. Add a defcustom for awk-mode-hook.
8487 Give c-syntactic-element and c-syntactic-context doc-strings by
8488 directly setting their `variable-documentation' propery.
8489 This allows Emacs 22.1 to read these with C-h v.
8490
8491 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8492
8493 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8494
8495 * progmodes/cc-fonts.el, cc-vars.el
8496 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8497 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8498 Masatake YAMATO.
8499
8500 (c-doc-comment-style): Made GtkDoc default in C mode.
8501
8502 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8503 and C-c C-<delete>.
8504
8505 (c-bind-special-erase-keys): New function for use on
8506 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8507
8508 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8509 <delete> key behavior in XEmacs according to `delete-forward-p'.
8510 C.f. `c-electric-delete'.
8511
8512 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8513
8514 * progmodes/cc-mode.el: Give c-hungry-backspace and
8515 c-hungry-delete-forward permanent key bindings.
8516
8517 * progmodes/cc-cmds.el (c-electric-semi&comma):
8518 Bind c-syntactic-context for calls to "criteria functions", for
8519 consistency with other calls to user functions.
8520
8521 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8522 `current-prefix-arg', since this might be the prefix arg to a
8523 command which calls c-indent-command as a function. Change the
8524 interactive spec from "p" to "P".
8525
8526 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8527 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8528 was difficult to understand.
8529
8530 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8531
8532 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8533 first char of an identifier.
8534
8535 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8536 +" syntax in C++.
8537
8538 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8539
8540 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8541 auto-fill doesn't split a c-comment's last word from a hanging
8542 "*/" when a space is typed between them after fill-column.
8543
8544 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8545
8546 * progmodes/cc-styles.el (c-set-style)
8547 (c-setup-paragraph-variables): Abort the command if we're not in a
8548 CC Mode buffer.
8549
8550 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8551 with blank comment-prefix, and a blank line as the comment's
8552 second line.
8553
8554 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8555
8556 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8557 Incorporate the patterns added in the Emacs development branch
8558 for the new Emacs 22 face `font-lock-negation-char-face'.
8559
8560 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8561 of "red" since it stands out better in xterms and DOS terminals.
8562
8563 * progmodes/cc-engine.el (c-literal-faces):
8564 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8565
8566 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8567
8568 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8569 forcibly enable c-electric-flag.
8570
8571 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8572 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8573 after the comment-prefix of a C-style comment will close that comment.
8574
8575 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8576
8577 * progmodes/cc-fonts.el (c-basic-matchers-before)
8578 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8579 in Pike.
8580
8581 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8582 digraphs.
8583
8584 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8585 (c-cpp-message-directives, c-cpp-include-directives)
8586 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8587 (c-cpp-expr-directives): Introduce new language constants to
8588 control cpp syntax in a cleaner way.
8589
8590 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8591
8592 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8593
8594 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8595 (c-multiline-string-start-char): New language constants and
8596 variables to specify how newlines in string literals work.
8597
8598 (c-font-lock-invalid-string): Use them.
8599
8600 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8601 unbalanced close brace is entered. Optimization by avoiding going
8602 back over arbitrarily large blocks. Removed hints that this
8603 function only would be relevant/useful in AWK.
8604
8605 (c-electric-brace): Indent syntactically after the cleanups since
8606 lineup functions might do it differently then.
8607
8608 * progmodes/cc-engine.el, cc-langs.el
8609 (c-opt-op-identifier-prefix): New language constant and variable.
8610
8611 (c-just-after-func-arglist-p, c-after-special-operator-id)
8612 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8613
8614 * progmodes/cc-align.el, cc-engine.el
8615 (c-after-special-operator-id): New helper to handle C++ operator
8616 identifiers.
8617
8618 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8619 (c-guess-basic-syntax): Handle C++ operator identifiers in
8620 declarations.
8621
8622 * progmodes/cc-langs.el (c-assignment-operators): Add the
8623 trigraph version of ^= too.
8624
8625 * progmodes/cc-langs.el (c-assignment-operators): Add the
8626 trigraph version of |= in C++.
8627
8628 * progmodes/cc-fonts.el (c-font-lock-declarators):
8629 Handle `c-decl-hangon-kwds' after the identifier name.
8630
8631 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8632 whether an arglist is "nonempty", ignore a comment after the open
8633 paren if it isn't followed by a non-comment token on the same line.
8634
8635 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8636 Enable heuristics below the point to cope with classes inside special
8637 brace lists in Pike.
8638
8639 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8640
8641 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8642
8643 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8644
8645 * progmodes/cc-guess.el (cc-guess-install): New function to
8646 install an already guessed style in another buffer.
8647
8648 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8649 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8650 anyway if the change always is undone.
8651
8652 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8653
8654 Implement togglable electricity:
8655
8656 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8657 saying when it should be used.
8658
8659 * progmodes/cc-engine.el: Add the new buffer-local variable,
8660 c-electric-flag.
8661
8662 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8663 c-toggle-auto-newline.
8664
8665 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8666 c-toggle-auto-newline. Remove the binding for
8667 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8668 c-toggle-electric-state.
8669
8670 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8671
8672 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8673 c-\(forward\|backward\)-subword.
8674 (c-update-modeline): Add the new modeline flag `l' for
8675 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8676 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8677 Make the old name an alias of the new name.
8678 (c-toggle-electric-state): New function.
8679 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8680 Adapt these functions to do electric things only when
8681 c-electric-flag is non-nil.
8682 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8683 new functions from c-electric-brace.
8684 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8685 mode, so that the tentative extra newline doesn't change the
8686 syntax of the following brace.
8687 (c-electric-brace): Restructure by extracting the above functions.
8688 Tidy up the coding somewhat.
8689 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8690 restructure a bit.
8691
8692 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8693
8694 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8695 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8696
8697 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8698 (c-submode-indicators): Change name from `c-auto-hungry-string'
8699 since it's now used to track another submode.
8700
8701 (c-update-modeline): Convert to function and extended to check
8702 `c-subword-move-mode'.
8703
8704 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8705 Convert to compat aliases for `c-forward-subword' and
8706 `c-backward-subword'.
8707
8708 * progmodes/cc-subword.el: New functions and minor mode to handle
8709 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8710
8711 (c-forward-subword, c-backward-subword, c-mark-subword)
8712 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8713 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8714 Functions corresponding to the standard word handling functions.
8715
8716 (c-subword-move-mode): Minor mode that replaces all the standard
8717 word handling functions with their subword equivalences.
8718
8719 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8720
8721 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8722 entry for one-liner-defun.
8723
8724 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8725 name in its def-edebug-spec.
8726
8727 * progmodes/cc-cmds.el (c-electric-brace): Make the
8728 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8729 compacts space before a comment, if this will make things fit on
8730 one line.
8731
8732 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8733
8734 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8735
8736 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8737 clean-up one-liner-defun.
8738
8739 * progmodes/cc-styles.el: Add the new "awk" style.
8740
8741 * progmodes/cc-vars.el: Add description of one-liner-defun to
8742 c-cleanup-list's doc-string. New user options,
8743 c-max-one-liner-length. In c-default-style, set the default style
8744 for AWK to "awk".
8745
8746 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8747
8748 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8749 macros inside labels.
8750
8751 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8752 `c-at-statement-start-p' and `c-at-expression-start-p'.
8753
8754 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8755 error if the mark isn't set.
8756
8757 * progmodes/cc-engine.el (c-guess-continued-construct)
8758 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8759 accurately detect functions inside functions.
8760
8761 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8762 like `c-at-statement-start-p' that additionally recognizes commas
8763 and expression parentheses as delimiters.
8764
8765 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8766 to avoid heuristics that doesn't work for unclosed blocks.
8767 (c-at-statement-start-p): New function.
8768
8769 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8770 Objective-C directives, e.g. directives spanning lines should work
8771 reasonably well now.
8772
8773 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8774
8775 (c-forward-objc-directive): New function to move over any ObjC
8776 directive.
8777
8778 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8779 (c-basic-matchers-before): Use it.
8780
8781 (c-font-lock-objc-iip-decl): Remove.
8782
8783 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8784 in the template arglist recognition.
8785
8786 * progmodes/cc-styles.el (c-style-alist): Fix several
8787 inconsistencies in the Whitesmith style.
8788
8789 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8790 New lineup function to get lines after Whitesmith style blocks
8791 correctly indented.
8792
8793 (c-lineup-whitesmith-in-block): Back out the compensation for
8794 opening parens since it's done using `add' lists in the style
8795 definition instead. Don't use the anchor position since it varies
8796 too much between the syntactic symbols. :P
8797
8798 * progmodes/cc-vars.el (c-valid-offset): Update.
8799
8800 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8801 lists where the offsets are combined according to several
8802 different methods: `first', `min', `max', and `add'.
8803 Report offset evaluation errors with `c-benign-error' so that some kind
8804 of reindentation still is done.
8805
8806 * progmodes/cc-engine.el (c-guess-basic-syntax):
8807 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8808 `arglist-close'.
8809
8810 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8811 situations for `arglist-cont-nonempty' and `arglist-close'.
8812
8813 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8814
8815 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8816 cc-bytecomp-boundp' in a number of places.
8817
8818 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8819 macro related issue.
8820
8821 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8822
8823 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8824 list is now [asdf], a char class [:alpha:].
8825 Include code for char classes.
8826 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8827 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8828
8829 Remove (nearly all of) the cruft associated with AWK Mode's former
8830 concept of "virtual semicolons":
8831
8832 Adapt c-beginning-of-statement, c-end-of-statement (together with
8833 subfunctions) to use the new notion of "virtual semicolon" in
8834 place of the old awkward special handling for AWK. There remains
8835 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8836 * progmodes/cc-cmds.el:
8837 (c-ascertain-adjacent-literal): In the backwards direction, now
8838 recognises AWK regexp delimiters as string delimiters.
8839 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8840 check more rigorously for "end of macro".
8841 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8842 virtual semicolons;
8843 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8844 out the code for forward movement into ...
8845 (c-end-of-statement): Now contains the code for forward movement,
8846 adapted for virtual semicolons.
8847
8848 * progmodes/cc-engine.el:
8849 (c-ws*-string-limit-regexp): New regexp.
8850 (c-forward-single-comment, c-backward-single-comment): Comment out
8851 the (now redundant) "special" AWK stuff.
8852
8853 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8854 c-string-par-start, c-string-par-separate to be more like Text
8855 Mode than Fundamental Mode.
8856
8857 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8858
8859 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8860 to the fontified region so that fontification doesn't occur
8861 outside it (could happen e.g. when fontifying a line with an
8862 unfinished declaration).
8863
8864 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8865
8866 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8867 start of the file. ^L now separate sections of the file.
8868 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8869 (c-awk-one-line-possibly-open-string-re)
8870 (c-awk-regexp-one-line-possibly-open-char-class-re)
8871 (c-awk-one-line-possibly-open-regexp-re)
8872 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8873 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8874
8875 Amend the concept of "virtual semicolons" (in the indentation
8876 engine) for languages like AWK, such that they are now
8877 conceptually attached to end of the last token of a statement, not
8878 the end of the line. (In AWK Mode, however, the pertinent text
8879 property is still physically set on the EOL.) Remove the specific
8880 tests for awk-mode, thus facilitating the introduction of other
8881 language modes where EOLs can end statements.
8882 (Note: The funtionality in cc-cmds.el, specifically
8883 c-beginning/end-of-statement has yet to be amended.)
8884
8885 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8886 New macros.
8887
8888 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8889 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8890 c-vsemi-status-unknown-p-fn (in a new page).
8891
8892 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8893 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8894 numerous awkward forms like
8895 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8896 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8897 variable before-ws-ip, the place just after char-before-ip appears.
8898
8899 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8900 a comment.
8901
8902 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8903
8904 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8905 `c-tentative-buffer-changes'.
8906
8907 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8908 convert to macro to choose between Emacs and XEmacs at compile time.
8909
8910 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8911
8912 (c-tentative-buffer-changes): New macro to handle temporary buffer
8913 changes in a convenient way.
8914
8915 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8916 for `c-tentative-buffer-changes'.
8917
8918 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8919 the checks for paren sexps between the point and the keyword, to
8920 avoid some false alarms.
8921
8922 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8923 Fixed a situation where an error could be thrown for unbalanced
8924 parens. Changed to make use of c-keyword-member' to avoid some
8925 repeated regexp matches.
8926
8927 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8928 These language variable are no longer necessary.
8929
8930 (c-block-stmt-kwds): New language constant used by
8931 c-looking-at-inexpr-block'.
8932
8933 (c-guess-basic-syntax): Remove an optional check that looked at
8934 the existence of the now removed language variables.
8935
8936 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8937 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8938 object instantiation expressions as declarations in some contexts.
8939 This bug only affected languages where the declarator can't be
8940 enclosed in parentheses.
8941
8942 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8943 insert newlines before and after substatement braces.
8944
8945 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8946 function declaration headers and the handling of C++ style member
8947 init lists.
8948
8949 (c-just-after-func-arglist-p): Rewritten to use
8950 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8951
8952 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8953
8954 (c-guess-basic-syntax): Adapt case 5B for the new
8955 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8956 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8957 covers all cases now).
8958
8959 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8960
8961 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8962
8963 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8964 c-string-par-start/separate c-sentence-end-with-esc-eol,
8965 initialised in c-setup-paragraph-variables, used in string
8966 scanning subroutines of c-beginning-of-statement.
8967
8968 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8969 which precedes the newly inserted `{'.
8970
8971 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8972
8973 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8974 function for declaration level blocks. It should now cope with
8975 templates better and also be a lot more comprehensible.
8976
8977 (c-looking-at-decl-block): The new function.
8978
8979 (c-search-uplist-for-classkey): The old one. It's now a wrapper
8980 for compatibility.
8981
8982 (c-add-class-syntax, c-guess-continued-construct)
8983 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
8984
8985 (c-decl-block-key): Change to tell apart ambiguous and
8986 unambiguous keywords. Pike specials are now handled directly in
8987 the code instead.
8988
8989 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
8990 New language constants and variables to make the backward skip in
8991 `c-looking-at-decl-block' as tight as possible.
8992
8993 (c-nonsymbol-token-char-list): New language constant.
8994
8995 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
8996 find balanced template arglists backwards.
8997
8998 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
8999 making char classes for `c-syntactic-skip-backward'.
9000
9001 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9002 16D - can't be a class-close at that point.
9003
9004 * progmodes/cc-engine.el (c-guess-basic-syntax)
9005 (c-add-class-syntax): Don't narrow out the enclosing declaration
9006 level. This makes everything a lot easier, and it was actually
9007 only four small places that needed it to work. Some places that
9008 previously did `widen' are removed now, which has the effect that
9009 `c-guess-basic-syntax' never will look at things outside the
9010 current narrowment now. The anchor position for `topmost-intro'
9011 is affected by this, but it was so bogus it was basically useless
9012 before, and now it's equally bogus but in a slightly different way.
9013
9014 (c-narrow-out-enclosing-class): Gone.
9015
9016 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9017 the narrowed region.
9018
9019 (c-least-enclosing-brace): Remove silly optional argument.
9020
9021 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9022 the point could be left directly after an open paren when finding
9023 the beginning of the first decl in the block.
9024
9025 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9026 Specify which submatch to use.
9027
9028 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9029
9030 (c-decl-start-re): No longer any need for special treatment of
9031 ObjC due to the above.
9032
9033 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9034 presumably follows C in that regard.
9035
9036 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9037 New language constants to specify operator tokens inside
9038 identifiers in a more high level way.
9039
9040 (c-opt-identifier-prefix-key): New internal language constant.
9041
9042 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9043 (c-identifier-start, c-identifier-key): Now completely calculated
9044 from other constants.
9045
9046 (c-identifier-last-sym-match): Decommission since it's no longer used.
9047
9048 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9049
9050 * progmodes/cc-engine.el (c-forward-name): Remove the
9051 optimization when c-identifier-key is equal to c-symbol-key since
9052 it doesn't work in byte compiled files. Don't record empty
9053 regions as identifiers.
9054
9055 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9056 simplify access to `c-operators' and its likes.
9057
9058 (c-operator-list, c-all-op-syntax-tokens)
9059 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9060 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9061 (c-primary-expr-regexp, c-cast-parens): Use it.
9062
9063 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9064 an explicit language in functions.
9065
9066 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9067 variant of adornment.
9068
9069 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9070 variable.
9071
9072 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9073 the Pike value.
9074
9075 * progmodes/cc-engine.el (c-on-identifier)
9076 (c-simple-skip-symbol-backward): Small fix for handling "-"
9077 correctly in `skip-chars-backward'. Affected the operator lfun
9078 syntax in Pike.
9079
9080 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9081 diagnostic message about precompiled language vars not being used.
9082
9083 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9084 "__attribute__" is followed by a parenthesis.
9085
9086 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9087 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9088 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9089
9090 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9091 Internal cleanups to properly detect the declared identifiers in
9092 various declarations.
9093
9094 (c-decl-start-kwds): New language constant to recognize
9095 declarations that can start anywhere. Used for class declarations
9096 in Pike.
9097
9098 (c-specifier-key, c-not-decl-init-keywords)
9099 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9100 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9101
9102 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9103 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9104 handling of the compiler specific extension keywords into a new
9105 language constant `c-decl-hangon-kwds' that defines keyword
9106 clauses to be ignored in declarations.
9107
9108 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9109 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9110 Necessary to stop at the declared identifier in e.g. IDL valuetype
9111 declarations.
9112
9113 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9114 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9115 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9116 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9117 class and enum declarations as such and not as part of the type.
9118
9119 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9120 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9121
9122 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9123 declarations when there's some syntax error later on.
9124
9125 (c-complex-decl-matchers): Did away with a reference to
9126 `c-specifier-key'.
9127
9128 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9129 value - this variable is always dynamically bound.
9130
9131 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9132 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9133 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9134 functions that might do hidden buffer changes: All such internal
9135 functions are now marked instead of those that don't.
9136
9137 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9138 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9139 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9140 (c-literal-type): Allow these functions to make hidden buffer changes,
9141 so that they are free to use text property caching later on.
9142
9143 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9144 (c-electric-brace, c-electric-slash, c-electric-star)
9145 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9146 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9147 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9148 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9149 with the changed semantics of the functions above.
9150
9151 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9152 when macros occur in obscure places. Optimized the sexp movement
9153 a bit.
9154
9155 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9156
9157 Enhancements for c-beginning-of-statement to work in AWK Mode:
9158
9159 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9160 (completed statement) with `}' (statement completed by closing
9161 brace or semicolon) and `$' (statement completed by EOL).
9162
9163 (c-awk-virtual-semicolon-ends-prev-line-p)
9164 (c-awk-virtual-semicolon-ends-line-p)
9165 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9166 (c-awk-at-statement-end-p): New functions.
9167
9168 * progmodes/cc-cmds.el: Simplify the structure of functions
9169 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9170 two functions and c-beginning-of-statement to handle AWK Mode.
9171
9172 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9173 c-backward-single-comment for AWK mode. Attempt to clarify their
9174 doc-strings.
9175
9176 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9177
9178 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9179
9180 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9181 label handling. Labels are now recognized in a uniform and more
9182 robust way, regardless of context. Text properties are put on all
9183 labels to recognize the following declarations better.
9184 Multiword labels are handled both in indentation and fontification for
9185 the benefit of language extensions like Qt. For consistency, keywords
9186 in labels are now fontified with the label face instead.
9187 That also applies to "case" and "default".
9188
9189 (c-beginning-of-statement-1): Fix some bugs in the label
9190 handling. Disregard `c-nonlabel-token-key' in labels that begin
9191 with `c-label-kwds'.
9192
9193 (c-find-decl-spots): Support that the callback adds more
9194 `c-decl-end' spots to find.
9195
9196 (c-forward-decl-or-cast-1): Don't treat a list of plain
9197 identifiers followed by a colon as a declaration.
9198
9199 (c-forward-label): New function to recognize labels.
9200
9201 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9202 `c-forward-label'. Moved the label recognition cases (14 and 15)
9203 earlier since they aren't so context sensitive now. Handle labels
9204 on the top level gracefully. Moved access label recognition to
9205 the generic label case (CASE 15) - removed CASE 5E.
9206
9207 (c-font-lock-declarations): Add recognition of labels in the
9208 same round since we need to handle labels in parallell with other
9209 declarations to recognize both accurately. It should also improve
9210 speed.
9211
9212 (c-simple-decl-matchers, c-basic-matchers-after):
9213 Move `c-font-lock-labels' so that it only is used on decoration level 2
9214 since `c-font-lock-declarations' handles it otherwise.
9215
9216 (c-complex-decl-matchers): Remove the simplistic recognition of
9217 access labels.
9218
9219 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9220 with labels earlier.
9221
9222 (c-decl-start-re): New language variable to make
9223 `c-font-lock-declarations' stop for the special protection labels
9224 in Objective-C that start with `@'.
9225
9226 (c-label-key): Remove since it's no longer used.
9227
9228 (c-recognize-colon-labels, c-label-prefix-re): New language
9229 constants to support recognition of generic colon-terminated labels.
9230
9231 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9232 are colon terminated labels.
9233
9234 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9235 first argument starts with a special brace list.
9236
9237 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9238 (c-font-lock-declarations): Break out the declaration and cast
9239 recognition from `c-font-lock-declarations' to a new function, so
9240 that it can be used in the indentation engine.
9241
9242 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9243 up to the start of the literal. Fixed bug with the point on the
9244 wrong side of the search limit that could happen when the start
9245 position is inside a literal.
9246
9247 * progmodes/cc-engine.el (c-parse-state)
9248 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9249 so that it's kept a little bit back to increase the hit rate.
9250
9251 (c-parse-state): Change the macro handling and fixed some
9252 glitches. Macro context is checked more often than necessary now,
9253 but otoh less garbage conses are generated.
9254
9255 * progmodes/cc-engine.el (c-parse-state)
9256 (c-invalidate-state-cache): Cache the last position where
9257 `c-state-cache' applies. This can speed up refontification quite
9258 a bit in blocks where there are many non-brace parens before the point.
9259
9260 (c-state-cache-end): New variable for this.
9261
9262 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9263 cache variable.
9264
9265 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9266 get close initial continue positions when the start position is
9267 inside a literal or macro. Do not call the callback for spots
9268 before the start position (which can happen e.g. for `c-decl-end'
9269 spots inside comments). Optimize better in special cases when the
9270 region is a single line inside a literal or macro (typically when
9271 the current line is refontified).
9272
9273 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9274 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9275 entries from the paren state.
9276
9277 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9278 special case for "else if" clauses.
9279
9280 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9281 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9282
9283 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9284 New language variable to recognize the gcc extension with statement
9285 blocks inside expressions.
9286
9287 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9288 it somewhat more comprehensible. The argument AT-BLOCK-START is
9289 no longer used and hence removed.
9290
9291 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9292 to `c-add-stmt-syntax'.
9293
9294 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9295 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9296 This fixes bogus label recognition.
9297
9298 * progmodes/cc-engine.el (c-add-type, c-check-type)
9299 (c-forward-name, c-forward-type): Improve storage of template
9300 types in `c-found-types' so that they can be recognized better.
9301
9302 (c-syntactic-content): Add option to skip past nested parens.
9303
9304 * progmodes/cc-engine.el (c-forward-name):
9305 Set `c-last-identifier-range' all the time. It's less work that way.
9306 Handle that there might not be an identifier to store in
9307 `c-last-identifier-range'.
9308
9309 (c-forward-type): Handle that `c-last-identifier-range' might be
9310 nil from `c-forward-name'.
9311
9312 * progmodes/cc-defs.el (c-safe-scan-lists)
9313 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9314
9315 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9316 to work even if the form fails.
9317
9318 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9319 down in a large file in one go.
9320
9321 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9322
9323 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9324 function which is like `c-lineup-math' but returns nil instead of
9325 `c-basic-offset' when it doesn't match.
9326
9327 (c-lineup-math): Change to use `c-lineup-assignments'.
9328
9329 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9330
9331 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9332 c-beginning-of-statement. New subfunctions
9333 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9334
9335 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9336
9337 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9338 hardcoded char classes whereever possible. Changed a couple of
9339 places to use skip by syntax instead of skip by char class.
9340
9341 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9342 Fix a bug in the regexp that caused extreme backtracking.
9343
9344 * progmodes/cc-langs.el (c-block-comment-starter)
9345 (c-block-comment-ender): New language constants to specify in a
9346 single place how block comments look.
9347
9348 (c-comment-start-regexp, c-block-comment-start-regexp)
9349 (comment-start, comment-end, comment-start-skip)
9350 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9351 (c-syntactic-ws, c-nonempty-syntactic-ws)
9352 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9353 `c-line-comment-starter', `c-block-comment-starter' and
9354 `c-block-comment-ender'.
9355
9356 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9357 New language constants to break up things a bit.
9358
9359 (c-simple-ws): New language constant for simple whitespace.
9360
9361 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9362
9363 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9364 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9365 newlines. Allow and ignore nil elements in the list.
9366
9367 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9368
9369 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9370 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9371
9372 * progmodes/cc-cmds.el: Tidy up the comments in
9373 c-beginning-of-statement and subfunctions.
9374
9375 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9376 more flexible c-put-char-property and c-clear-char-properties.
9377 Add the author's email address.
9378
9379 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9380
9381 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9382 closing "*/" of a block comment.
9383
9384 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9385 subfunctions) so that it works at BOB and EOB.
9386
9387 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9388 c-beginning-of-statement, including new variable
9389 c-block-comment-start-regexp.
9390
9391 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9392
9393 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9394 symbols from `*-font-lock-extra-types' so that there's no need to
9395 use `regexp-opt' on those lists.
9396
9397 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9398 `c-type-modifier-kwds' is empty.
9399
9400 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9401 there are several strings on the same line.
9402
9403 * progmodes/cc-engine.el (c-literal-limits): Remove the
9404 compatibility function for older emacsen. `c-literal-limits-fast'
9405 has now taken the place of this function.
9406
9407 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9408 with older emacsen: We now require `pps-extended-state'.
9409
9410 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9411
9412 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9413 which obviates the need to hack sentence-end. This now handles
9414 escaped newlines in strings correctly. Correct minor bugs in
9415 c-move-over-sentence and in c-beginning-of-statement.
9416
9417 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9418 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9419 that movement over macros and code are rigorously separated from
9420 eachother. Correct a few incidental bugs.
9421
9422 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9423 Improve its doc-string. Improve the handling of certain specific cases.
9424
9425 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9426
9427 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9428 (c-guess-basic-syntax): Change the way class-level labels are
9429 recognized; they can now contain essentially any symbols.
9430
9431 (c-opt-extra-label-key): New language variable to cope with the
9432 special protection label syntax in Objective-C.
9433
9434 (c-opt-access-key): Remove; this is now handled better by
9435 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9436
9437 (c-complex-decl-matchers): Update to handle that
9438 `c-opt-access-key' no longer exists.
9439
9440 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9441 improved label recognition in `c-beginning-of-statement-1'.
9442
9443 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9444 Recognize bitfields better.
9445
9446 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9447 Remove some cruft and fixed a bug that could cause it to go to a
9448 position further down.
9449
9450 * progmodes/cc-langs.el, cc-engine.el
9451 (c-beginning-of-statement-1): Improve detection of labels in
9452 declaration contexts.
9453
9454 (c-beginning-of-decl-1): Use it.
9455
9456 (c-nonlabel-token-key): New language constant and variable needed
9457 by `c-beginning-of-statement-1'.
9458
9459 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9460 manifested itself due to the correction in `c-forward-sexp'.
9461
9462 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9463 Make these behave as documented when used at the buffer limits.
9464
9465 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9466 (c-type-decl-end-used): Made this a language variable.
9467
9468 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9469 correctly when `combine-after-change-calls' is used together with
9470 temporary narrowings.
9471
9472 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9473 Report labels correctly when the start point is immediately after the
9474 colon.
9475
9476 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9477 Remove since it isn't used anymore.
9478
9479 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9480 bracket arglists such as template parens in C++.
9481
9482 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9483 in the last check-in. Some optimization.
9484
9485 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9486 where it could stop at the same level in a preceding sexp when
9487 PAREN-LEVEL is set.
9488
9489 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9490 text property lookup only when it's needed.
9491
9492 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9493 Change the policy for paren marked angle brackets to be more
9494 persistent; once marked they remain marked even when they're found
9495 to be unbalanced in the searched region. This should keep the
9496 paren syntax around even when individual lines are refontified in
9497 multiline template arglists.
9498
9499 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9500 to control markup so that incorrect angle bracket arglists aren't
9501 marked in contexts where the correct value for
9502 `c-disallow-comma-in-<>-arglists' isn't known.
9503
9504 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9505 argument has become `c-parse-and-markup-<>-arglists'.
9506
9507 (c-remove-<>-arglist-properties): Remove - no longer used.
9508
9509 (c-after-change-check-<>-operators): New function used on
9510 `after-change-functions' to avoid that "<" and ">" characters that
9511 are part of longer operators have paren syntax.
9512
9513 (c-<>-multichar-token-regexp): New language variable used by
9514 `c-after-change-check-<>-operators'.
9515
9516 (c-after-change): Call `c-after-change-check-<>-operators'.
9517
9518 (c-font-lock-<>-arglists): Use the context properties set by
9519 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9520 correctly to avoid doing invalid markup.
9521
9522 (c-font-lock-declarations): Remove code that undoes the invalid
9523 markup done by `c-font-lock-<>-arglists'.
9524
9525 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9526 after `c-font-lock-declarations'.
9527
9528 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9529 Add paren-level feature.
9530
9531 (c-guess-basic-syntax): Improve the anchor position for
9532 `template-args-cont' in nested template arglists. There's still
9533 much to be desired in this area, though.
9534
9535 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9536
9537 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9538 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9539
9540 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9541
9542 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9543 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9544
9545 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9546 it doesn't work no longer are supported.
9547
9548 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9549 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9550 requires support for the syntax-table' text property, which rules
9551 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9552 cruft associated with those versions.
9553
9554 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9555 for the `syntax-table' text property, which rules out Emacs 19 and
9556 XEmacs < 21.4. Removed various compatibility cruft associated
9557 with those versions.
9558
9559 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9560 support for the `syntax-table' text property.
9561
9562 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9563 variable and use an extra quoted face name instead. All the
9564 emacsen flavors handle that correctly.
9565
9566 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9567 (c-font-lock-declarators, c-font-lock-declarations)
9568 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9569 property to mark the items in in declarator lists to handle
9570 refontification inside multiline declarations better.
9571
9572 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9573 construct like "a * b = c;" as a declaration.
9574
9575 2005-12-08 Kim F. Storm <storm@cua.dk>
9576
9577 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9578 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9579 select either meta, hyper, or super modifier for rectangle commands.
9580 (cua--rectangle-modifier-key): New defvar.
9581 (cua--M/H-key): Use it. Remove special case for `space'.
9582 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9583 on X, to meta otherwise. Always bind C-return to toggle
9584 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9585
9586 * emulation/cua-rect.el (cua-help-for-rectangle):
9587 Use cua--rectangle-modifier-key. Handle super modifier too.
9588 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9589 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9590
9591 * ido.el: Move Acknowledgements and History after Commentary.
9592 Minor changes to Commentary.
9593
9594 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9595 keymap if cua--prefix-override-timer is `shift'.
9596 (cua--shift-control-prefix): New function; emulate "type prefix
9597 key twice" functionality to handle shifted prefix key override.
9598 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9599 New commands.
9600 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9601
9602 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9603
9604 * textmodes/org.el (org-insert-heading): Try to do items before
9605 headings.
9606 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9607 (org-insert-item): New function.
9608 (org-renumber-ordered-list): Don't skip to higher level lists.
9609
9610 2005-12-08 Juri Linkov <juri@jurta.org>
9611
9612 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9613
9614 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9615
9616 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9617
9618 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9619 the constructed function name fun-1.
9620
9621 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9622 because such links don't lead to parent documentation.
9623
9624 2005-12-08 Kenichi Handa <handa@m17n.org>
9625
9626 * descr-text.el (describe-char): Use *Help-2* buffer if the
9627 current buffer is *Help*. Call describe-text-properties while
9628 setting the original buffer.
9629
9630 2005-12-07 Bill Wohler <wohler@newt.com>
9631
9632 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9633 and causes problems with non-MH users (such as Gnus users).
9634
9635 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9636
9637 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9638 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9639 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9640 command "info sources". Move calls to GDB command "list".
9641 (gdb-find-file-hook): Just use gdb-source-file-list.
9642 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9643 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9644 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9645 (gdb-data-list-register-values-handler): Use correct trigger name.
9646
9647 2005-12-07 Kim F. Storm <storm@cua.dk>
9648
9649 * ido.el (ido-completion-map): Rename from ido-mode-map.
9650 (ido-common-completion-map, ido-file-completion-map)
9651 (ido-file-dir-completion-map, ido-buffer-completion-map):
9652 Rename from ido-mode-....-map.
9653 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9654 (ido-setup-completion-map): Rename from ido-define-mode-map.
9655 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9656 to ido-completion-map.
9657
9658 2005-12-07 Kenichi Handa <handa@m17n.org>
9659
9660 * international/mule-cmds.el
9661 (set-display-table-and-terminal-coding-system): If the coding
9662 system specified in `unibyte-display' property is different from
9663 the arg coding-system, don't setup standard-display-table.
9664
9665 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9668 that comments end at \n, regardless of selective-display.
9669
9670 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9671
9672 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9673 (gdb-version): New variables.
9674 (gdb-source-file-list, gdb-register-names)
9675 (gdb-changed-registers): New variables for use with GDB 6.4+.
9676 (gdb-ann3): Replace with...
9677 (gdb-init-1, gdb-init-2): ...two new functions.
9678 (gdba, gdb-prompt): Call gdb-init-1.
9679 (gdb-get-version): New function. Call gdb-init-2 from here.
9680 (gud-watch): Make it work with mouse events too.
9681 (gdb-post-prompt): Don't add to queue until GDB version is known.
9682 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9683 (gdb-locals-mode): Use gdb-version.
9684 (gdb-memory-format-map, gdb-memory-unit-map)
9685 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9686 (gdb-locals-font-lock-keywords-1)
9687 (gdb-locals-font-lock-keywords-2): New variables.
9688 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9689 (gdb-set-gud-minor-mode-existing-buffers-1)
9690 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9691 (gdb-var-update-1, gdb-var-update-handler-1)
9692 (gdb-data-list-register-values-handler)
9693 (gdb-data-list-register-values-custom)
9694 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9695 (gdb-stack-list-locals-handler, gdb-get-register-names):
9696 New functions for use with GDB 6.4+.
9697 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9698 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9699 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9700 (gdb-stack-list-locals-regexp)
9701 (gdb-data-list-register-names-regexp): New regexps for use with
9702 GDB 6.4+.
9703
9704 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9705
9706 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9707
9708 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9709
9710 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9711 prompts work for AUTH PLAIN. Also reported by Steve Allan
9712 <seallan@verizon.net>.
9713
9714 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9715
9716 * frame.el (set-frame-parameter): Add doc string.
9717
9718 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9719
9720 * textmodes/org.el (org-occur-highlights): New variable.
9721 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9722 (org-highlight-sparse-tree-matches): New option.
9723 (org-do-occur): New function.
9724 (org-get-heading): Make it work also at beginning of line.
9725 (org-category-table): New variable.
9726 (org-get-category-table, org-get-category)
9727 (org-camel-to-words, org-link-search): New functions.
9728 (org-select-this-todo-keyword): New variable.
9729 (org-todo-list): New command.
9730 (org-shiftright, org-shiftleft): New commands.
9731 (org-agenda-todo): Add prefix argument.
9732 (org-show-hierarchy-above): New option.
9733 (org-show-todo-tree): Numerical prefix creates tree for specific
9734 TODO keyword.
9735 (org-outline-level): New function, to assign a level to plain
9736 lists items.
9737 (org-cycle-include-plain-lists): New option.
9738 (org-mode): Use `org-outline-level' as value of `outline-level'.
9739 (org-cycle): Temporarily switch `outline-regexp' if
9740 `org-cycle-include-plain-lists' is non-nil.
9741 (org-start-icalendar-file): Fix format bug.
9742 (org-agenda-get-day-entries): Create category table.
9743 (org-agenda-get-todos, org-agenda-get-timestamps)
9744 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9745 (org-agenda-get-blocks): Use `org-get-category'.
9746 (org-context-in-file-links): Rename from
9747 `org-line-numbers-in-file-links'.
9748
9749 2005-12-06 Romain Francoise <romain@orebokech.com>
9750
9751 * window.el (balance-windows): Delete extraneous third arg in call
9752 to `enlarge-window'.
9753
9754 2005-12-06 Kenichi Handa <handa@m17n.org>
9755
9756 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9757
9758 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9759
9760 * progmodes/gdb-ui.el (gdb-var-create-handler)
9761 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9762 (gdb-var-list-children-handler, gdb-var-update-handler):
9763 Current buffer is already gdb-partial-output-buffer, don't
9764 make it current again.
9765
9766 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9767
9768 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9769 (list-buffers-noselect): Use it.
9770
9771 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9772
9773 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9774 (mail-yank-ignored-headers): Use regexp-opt.
9775 (mail-mode-map): Move initialization into declaration.
9776 (mail-sent-via): Remove unused shadowed var `to-line'.
9777 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9778 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9779 (mail-do-fcc): Use dolist and push.
9780 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9781 (mail-yank-ignored-headers): Don't autoload.
9782
9783 2005-12-05 Kenichi Handa <handa@m17n.org>
9784
9785 * international/mule-cmds.el (set-language-info-internal): New fun.
9786 (set-language-info): Call set-language-info-internal to update
9787 language-info-alist. If LANG-ENV is the current one, call
9788 set-language-environment to make INFO effective now.
9789 (set-language-info-alist): Likewise.
9790 (locale-language-names): With locale "en", use English
9791 lang. env. but set the default codings to iso-8859-1.
9792
9793 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9794
9795 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9796 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9797 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9798 for plain strings.
9799 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9800 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9801 Create registers buffer if necessary. Echo new state in minibuffer.
9802 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9803
9804 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9805
9806 * info.el (Info-fontify-node): Match external links using
9807 non-directory part of filename.
9808
9809 2005-12-04 Juri Linkov <juri@jurta.org>
9810
9811 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9812 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9813 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9814 because there is no customization option for it.
9815
9816 * font-lock.el (lisp-font-lock-keywords-1):
9817 Add define-global-minor-mode.
9818
9819 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9820
9821 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9822 properties on the constructed variable names.
9823
9824 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9825 Put `definition-name' properties on the constructed function names
9826 next-sym and prev-sym.
9827
9828 * emacs-lisp/find-func.el (find-function-regexp):
9829 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9830 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9831 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9832 and easy-menu-define.
9833
9834 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9835 easy-mmode-define-global-mode and define-global-minor-mode.
9836 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9837
9838 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9839 instead of easy-mmode-define-global-mode.
9840
9841 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9842 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9843
9844 * cus-edit.el (customize-group, customize-group-other-window):
9845 Filter out autoloaded options from the group completion list by
9846 using heuristics that autoloaded groups don't have `custom-autoload'
9847 property on their symbols (they have only `custom-loads').
9848
9849 * simple.el (completion-setup-function): Put completions-common-part
9850 face on complete completion string too (i.e. completion string
9851 without completions-first-difference face).
9852
9853 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9854
9855 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9856
9857 * view.el (view-mode): Doc fix.
9858
9859 * disp-table.el (standard-display-european): Add to the warning
9860 message a reference to the doc string.
9861
9862 * play/yow.el (apropos-zippy): Call print-help-return-message,
9863 similar to other Help and Apropos commands.
9864
9865 * help.el (print-help-return-message): If pop-up-frames is
9866 non-nil, set up help-return-method to delete the help window and,
9867 possibly, its frame as well, and don't display message about
9868 scrolling the help window. Doc fix.
9869 (help-return-method): Doc fix.
9870
9871 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9872
9873 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9874 whereby names of length one or names starting with a
9875 symbol-constituent character would not be returned.
9876
9877 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9878
9879 * subr.el (atomic-change-group): Add edebug and indentation spec.
9880
9881 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9882
9883 * completion.el (save-completions-file-name): Fix typo in last change.
9884
9885 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9886
9887 * info.el: Move back/forward history to the beginning of the tool bar.
9888
9889 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9890
9891 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9892 Add fset of allout-real-isearch-abort during compile to fix
9893 byte-compilation warnings.
9894 (allout-mode-p): Move definition of this macro above all uses, or
9895 byte compilation in barren emacs (eg, during emacs build) will
9896 lack the definition.
9897 (allout-mode): Move this variable above any uses, or byte
9898 compilation will fail.
9899 (allout-resolve-xref): Remove use of personal file-reference function.
9900 (allout-toggle-current-subtree-encryption): Do the current (ie,
9901 visible containing) topic, rather than nearest around point. Doc fix.
9902 (allout-toggle-subtree-encryption): New function, workhorse that
9903 works on nearest topic containing point.
9904 (allout-encrypt-string): Signal requirement for newer version of pgg.
9905 (allout-resumptions): Doc fix.
9906
9907 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9908
9909 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9910
9911 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9912
9913 * textmodes/flyspell.el (flyspell-external-point-words):
9914 Consider a misspelling as found in the string search if: (a) misspelling
9915 and found string lengths match, or (b) misspelling is found as
9916 element in a boundary-chars separated longer string, or (c)
9917 ispell-program-name is really ispell and misspelling is found as
9918 part of a TeX string. After successful match move beginning of
9919 search region to end of match. Warn about not found misspellings
9920 once the process is done.
9921 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9922
9923 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9924
9925 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9926 tool bar (removed inadvertently).
9927
9928 2005-12-02 Juri Linkov <juri@jurta.org>
9929
9930 * log-view.el (log-view-diff): Clarify doc string.
9931
9932 2005-12-01 Bill Wohler <wohler@newt.com>
9933
9934 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9935 triggers lm-verify errors.
9936
9937 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9938
9939 * simple.el (transient-mark-mode, line-number-mode)
9940 (column-number-mode, size-indication-mode): Remove `:require nil'.
9941
9942 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9943
9944 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9945 in the margin also.
9946 (gdb-breakpoints-mode-map): Use D instead of d for
9947 gdb-delete-breakpoint.
9948 (gdb-get-frame-number): Require a number to match on.
9949 (gdb-threads-mode-map): Add follow-link binding.
9950
9951 2005-11-30 Jason Rumney <jasonr@gnu.org>
9952
9953 * isearch.el (isearch-mode-map): Avoid exiting search on
9954 language-change event.
9955
9956 2005-11-30 Romain Francoise <romain@orebokech.com>
9957
9958 * speedbar.el (speedbar-default-position): New defcustom.
9959 (speedbar-frame-reposition-smartly): Use it.
9960
9961 * dframe.el (dframe-reposition-frame-emacs): Fix position
9962 computation for `left' location.
9963 Update copyright year.
9964
9965 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9966
9967 * help.el (help-map): Move initialization into declaration.
9968
9969 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9970
9971 * help-fns.el (help-argument-name): Don't autoload.
9972 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9973 to be re-loaded when customizing the `help' group.
9974
9975 2005-11-30 John Paul Wallington <jpw@gnu.org>
9976
9977 * help-fns.el (describe-function-1): Fill arglist output.
9978
9979 2005-11-30 Kim F. Storm <storm@cua.dk>
9980
9981 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
9982 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
9983 after revert-buffer (or anything else which kills all local variables).
9984
9985 * apropos.el (apropos-parse-pattern): Doc fix.
9986 Set apropos-regexp directly, rather than expecting callers to do so.
9987 (apropos-command, apropos, apropos-value, apropos-documentation):
9988 Simplify calls to apropos-parse-pattern.
9989
9990 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
9991
9992 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
9993 (hi-lock-face-phrase-buffer): Use hi-yellow face.
9994 (hi-lock-write-interactive-patterns): Use comment-region.
9995
9996 * longlines.el (longlines-mode): Add mail-setup-hook.
9997
9998 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
9999
10000 * simple.el (sendmail-user-agent-compose, next-line):
10001 Conditionally use hard-newline.
10002
10003 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10004
10005 * international/latexenc.el (latex-inputenc-coding-alist):
10006 Reword doc string.
10007
10008 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * help.el (describe-key-briefly, describe-key): Recognize default
10011 bindings.
10012
10013 2005-11-29 Romain Francoise <romain@orebokech.com>
10014
10015 * view.el (view-inhibit-help-message): New defcustom.
10016 (view-mode-enter): Use it.
10017
10018 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10019
10020 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10021 Preserve user position.
10022
10023 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10024
10025 * font-lock.el: Throw error if facemenu is not loaded to prevent
10026 accidental change of loading order in loadup.el. (Suggested by RMS.)
10027
10028 * loadup.el: Add comment explaining why facemenu must be loaded
10029 before font-lock.
10030
10031 2005-11-28 Jay Belanger <belanger@truman.edu>
10032
10033 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10034 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10035
10036 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10037
10038 * calc/calc-embed.el (calc-do-embedded): Update help message.
10039
10040 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10041
10042 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10045
10046 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10047 called-interactively-p.
10048 (elp-profilable-p): Rename from elp-not-profilable-p.
10049 Invert result and take into account macros and autoloaded functions.
10050 (elp-instrument-function): Update call.
10051 (elp-instrument-package): Update call. Add completion.
10052 (elp-pack-number): Use match-string.
10053 (elp-results-jump-to-definition-by-mouse): Merge into
10054 elp-results-jump-to-definition and then remove.
10055 (elp-output-insert-symname): Make help echo text single-line.
10056
10057 * replace.el (query-replace-map): Move initialization into declaration.
10058 (occur-engine): Use with-current-buffer.
10059 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10060 (occur-mode-mouse-goto): Replace with an alias.
10061
10062 2005-11-28 Juri Linkov <juri@jurta.org>
10063
10064 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10065
10066 * term/w32-win.el: Bind [S-tab] to [backtab].
10067
10068 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10069 `Info-find-file' to t.
10070
10071 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10072 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10073 and same-window-regexps.
10074 (occur-next-error): Don't move point for arg 0.
10075
10076 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10077
10078 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10079
10080 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10081
10082 * log-edit.el (log-edit-changelog-use-first): New var.
10083 (log-edit-changelog-ours-p): Use it.
10084 (log-edit-insert-changelog): Set it with new arg `use-first'.
10085 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10086 (log-edit-hook): Add them to the list of suggested options.
10087
10088 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10089 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10090 redundant work.
10091 (flyspell-mode-on): Use add-hook for after-change-functions.
10092 (flyspell-mode-off): Use remove-hook for after-change-functions.
10093 (flyspell-changes): Make it buffer-local.
10094 (flyspell-after-change-function): Make it non-interactive. Use push.
10095 (flyspell-post-command-hook): Check input-pending-p while processing
10096 the potentially long list of buffer changes.
10097
10098 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10099
10100 * buff-menu.el (list-buffers-noselect): Display the selected
10101 frame's buffer list, not the global one.
10102
10103 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10104
10105 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10106 that (list last-input-event) works as in interactive spec.
10107
10108 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10109
10110 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10111 `facemenu-keymap' needs to be defined when font-lock is loaded.
10112 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10113
10114 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10115
10116 * completion.el: Remove useless leading * in defcustom docstrings.
10117 (save-completions-file-name): Use ~/.emacs.d if available.
10118 (completion-standard-syntax-table): Rename from
10119 cmpl-standard-syntax-table and fold initialization into declaration,
10120 thus removing cmpl-make-standard-completion-syntax-table.
10121 (completion-lisp-syntax-table, completion-c-syntax-table)
10122 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10123 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10124 (symbol-under-point, symbol-before-point)
10125 (symbol-under-or-before-point, symbol-before-point-for-complete)
10126 (add-completions-from-c-buffer): Use with-syntax-table.
10127 (make-completion): Don't return a list of completion entries.
10128 Update callers.
10129 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10130 (completion-initialize): Rename from initialize-completions.
10131 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10132 (kill-emacs-save-completions): Collect stats here.
10133 (save-completions-to-file, load-completions-from-file):
10134 Use with-current-buffer.
10135 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10136 into a function. Move all calls to toplevel.
10137 (completion-lisp-mode-hook): New fun.
10138 (completion-c-mode-hook, completion-setup-fortran-mode):
10139 Set the syntax-table here. Use local-set-key.
10140 (completion-saved-bindings): New var.
10141 (dynamic-completion-mode): Make it into a proper minor mode.
10142 (load-completions-from-file): Remove unused var `num-uses'.
10143
10144 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10145 constructor if it is explicitly overridden.
10146
10147 * complete.el (PC-completion-as-file-name-predicate):
10148 Use minibuffer-completing-file-name.
10149 (partial-completion-mode): Use find-file-not-found-functions.
10150 (PC-lisp-complete-symbol): Use with-syntax-table.
10151 (PC-look-for-include-file): Remove dead setq.
10152 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10153 (PC-complete): Use with-current-buffer.
10154
10155 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10156 escape single quotes.
10157
10158 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10159
10160 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10161 of `if' whose condition always returned nil. Doc fix.
10162
10163 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10164 window's buffer the current buffer around the call to
10165 `list-buffers-noselect'. This is necessary to mark that buffer
10166 with a `.' in the Buffer Menu when called from Lisp, for instance
10167 by Auto Revert Mode.
10168
10169 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10170
10171 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10172 attaching to it.
10173 (gdb-pre-prompt): Make sure gdb-error is reset.
10174
10175 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10176 with a child process, detect it.
10177 (gud-speedbar-buttons): Match regexp more carefully.
10178
10179 2005-11-27 Richard M. Stallman <rms@gnu.org>
10180
10181 * mouse.el (mouse-drag-move-window-bottom):
10182 Use adjust-window-trailing-edge.
10183
10184 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10185
10186 * simple.el (blink-matching-open): Ignore
10187 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10188 (blink-matching-paren-on-screen): Update docstring.
10189
10190 * paren.el (show-paren-mode): No longer change
10191 `blink-matching-paren-on-screen'.
10192
10193 2005-11-27 John Paul Wallington <jpw@pobox.com>
10194
10195 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10196 (gdb-threads-select, gdb-edit-register-value):
10197 Use `posn-set-point' instead of `mouse-set-point' because the
10198 latter is not fbound when configured without X.
10199
10200 2005-11-27 Kim F. Storm <storm@cua.dk>
10201
10202 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10203 existing face when partially highlighting a TAB in a rectangle.
10204
10205 2005-11-26 Kim F. Storm <storm@cua.dk>
10206
10207 * ido.el (ido-mode-map): Doc fix.
10208 (ido-mode-common-map, ido-mode-file-map)
10209 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10210 (ido-define-mode-map): Rewrite. Select one of the new maps as
10211 parent for ido-mode-map instead of building from scratch.
10212 (ido-init-mode-maps): New defun to initialize new maps.
10213 (ido-mode): Call it.
10214 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10215 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10216
10217 2005-11-26 John Paul Wallington <jpw@pobox.com>
10218
10219 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10220 `mouse-set-point' because the latter is not fbound when configured
10221 without X.
10222
10223 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10224
10225 * files.el (file-relative-name): Doc fix.
10226
10227 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10228
10229 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10230 non-empty string for secondary prompt PS2.
10231
10232 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10233
10234 * progmodes/compile.el (compilation-setup): Fix last change.
10235
10236 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10237
10238 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10239 (gdb-mouse-toggle-breakpoint-margin)
10240 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10241 Add gdb-server-prefix to keep out of command history.
10242 (gdb-edit-register-value): New function.
10243 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10244 (gdb-info-registers-custom): Use above map.
10245
10246 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10247
10248 * custom.el (enable-theme): Signal error if argument is not a
10249 theme. Don't recalculate a face if it's not loaded yet.
10250
10251 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10252 the `user' theme is in effect.
10253
10254 * info.el (Info-on-current-buffer): Record actual filename in
10255 Info-current-file, instead of t, or a fake filename if a non-file
10256 buffer. Make autoload.
10257 (Info-find-node, Info-revert-find-node): No need to check for
10258 Info-current-file nil.
10259 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10260 Info-current-file is now never `t'.
10261 (Info-fontify-node): Many simplifications due to Info-current-file
10262 always being valid. Use Info-find-file to find node filename.
10263
10264 2005-11-25 David Kastrup <dak@gnu.org>
10265
10266 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10267 new character, then delete" in order to preserve markers.
10268
10269 2005-11-25 David Ponce <david@dponce.com>
10270
10271 * recentf.el (recentf-arrange-by-rule): Handle a special
10272 `auto-mode-alist'-like "strip suffix" rule.
10273 (recentf-build-mode-rules): Handle second level auto-mode entries.
10274
10275 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10276
10277 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10278 window modes.
10279
10280 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10281 jde-javadoc-checker-report-mode.
10282
10283 * ediff-wind (ediff-make-wide-display): Slight simplification.
10284
10285 * ediff.el (ediff-date): Change the date of last update.
10286
10287 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10288
10289 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10290 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10291 (hi-lock-mode): New global minor mode.
10292 (turn-on-hi-lock-if-enabled): New function.
10293 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10294 Change arguments to regexp and face instead of a font-lock pattern.
10295 Directly set face property, instead of refontifying.
10296 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10297 (hi-lock-find-patterns): Use line-number-at-pos.
10298
10299 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10300 arguments for hi-lock-set-pattern.
10301 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10302 Call font-lock-fontify-buffer.
10303 (hi-lock-find-file-hook, hi-lock-current-line)
10304 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10305
10306 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10307 turned off.
10308
10309 * progmodes/compile.el (compilation-setup): Don't fiddle with
10310 font-lock-defaults.
10311
10312 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10313
10314 * progmodes/gdb-ui.el (gdb-var-create-handler)
10315 (gdb-var-list-children-handler): Find values for all variable
10316 objects. gud-speedbar-buttons decides whether to display them.
10317
10318 2005-11-24 Romain Francoise <romain@orebokech.com>
10319
10320 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10321 buffer name with a space.
10322
10323 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10324
10325 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10326 `org-export-local-list-max-depth'. Change default value to 3.
10327 (org-auto-renumber-ordered-lists)
10328 (org-plain-list-ordered-item-terminator): New options.
10329 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10330 (org-get-indentation, org-get-string-indentation)
10331 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10332 New functions.
10333 (org-move-item-down, org-move-item-up): New commands.
10334 (org-export-as-html): New classes for CSS support. Bug fix in
10335 regular expression detecting fixed-width regions. Respect
10336 `org-local-list-ordered-item-terminator'.
10337 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10338 also a list item.
10339 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10340 New item moving functions.
10341
10342 2005-11-24 Juri Linkov <juri@jurta.org>
10343
10344 * isearch.el (isearch-repeat): With empty search ring set
10345 `isearch-error' to the error string instead of signaling error
10346 with the function `error'.
10347
10348 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10349
10350 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10351
10352 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10353
10354 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10355 and variable.
10356 (gdb-var-create-handler, gdb-var-list-children-handler):
10357 Don't match on "char **...".
10358 (gdb-var-update-handler): Find values for all variable objects.
10359 (gdb-info-frames-custom): Identify frames by leading "#".
10360
10361 * progmodes/gud.el (gud-speedbar-menu-items): Add
10362 gdb-speedbar-auto-raise as radio button.
10363 (gud-speedbar-buttons): Raise speedbar if requested.
10364 Don't match on "char **...".
10365 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10366 Make it editable.
10367
10368 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10369
10370 * info.el (Info-fontify-node): Handle the case where
10371 Info-current-file is t.
10372
10373 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10374
10375 * simple.el (blink-matching-open): Fix off-by-one in last change.
10376
10377 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10378
10379 * term/mac-win.el: Don't change default directory.
10380
10381 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10382
10383 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10384 buffers correctly. (It used to throw an error in such buffers.)
10385 Make it ask for confirmation in group buffers and other Custom
10386 buffers containing more than one customization item.
10387
10388 2005-11-22 John Paul Wallington <jpw@gnu.org>
10389
10390 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10391 property on mail and url overlays.
10392 (goto-address-at-point): Use `posn-set-point' instead of
10393 `mouse-set-point' because the latter is not fbound when configured
10394 without X.
10395
10396 2005-11-22 Lars Hansen <larsh@soem.dk>
10397
10398 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10399 (ls-lisp-classify, ls-lisp-format): Delete call to
10400 ls-lisp-parse-symlink.
10401 (ls-lisp-handle-switches): Handle symlinks to directories as
10402 directories when ls-lisp-dirs-first in non-nil.
10403
10404 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10405
10406 * startup.el (command-line): Make sure that loaddefs.el is handled
10407 correctly in load-history.
10408
10409 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10410
10411 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10412 (gdb-struct-string, gdb-array-string): New constants.
10413 (gdb-info-locals-handler): Use them.
10414 (gdb-reset): Reset gdb-var-list to nil.
10415
10416 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10417
10418 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10419 in patterns.
10420
10421 2005-11-21 Juri Linkov <juri@jurta.org>
10422
10423 * custom.el (defcustom): Update link types in docstring.
10424
10425 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10426
10427 * custom.el (defgroup): Add doc-string-elt info.
10428
10429 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10430
10431 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10432
10433 * newcomment.el (comment-enter-backward): Fix last fix.
10434
10435 * simple.el (blink-matching-open):
10436 * paren.el (show-paren-function): Allow new paren-class info.
10437
10438 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10439
10440 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10441 handled automagically.
10442
10443 2005-11-20 Andreas Schwab <schwab@suse.de>
10444
10445 * descr-text.el (describe-char): When copying overlays put them
10446 over the full char description instead of just the first character
10447 of it.
10448
10449 2005-11-20 Juri Linkov <juri@jurta.org>
10450
10451 * simple.el (what-cursor-position):
10452 * descr-text.el (describe-char): Use Lisp-readable syntax
10453 for octal and hex. Reorder decimal, octal and hex values.
10454 Remove excess whitespace in the output. Use `=' in `column='
10455 like in `point=' and `Hscroll='.
10456
10457 * international/mule-cmds.el (encoded-string-description):
10458 Use Lisp-readable syntax for hex.
10459
10460 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10461
10462 * newcomment.el (comment-enter-backward): Handle the case where the
10463 comment is closed by EOB.
10464
10465 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10466
10467 * longlines.el (longlines-before-revert-hook)
10468 (longlines-after-revert-hook): New functions.
10469 (longlines-mode): Turn off longlines temporarily when reverting.
10470 Add a message-setup-hook.
10471 (longlines-decode-buffer): New function.
10472 (longlines-wrap-line): Preserve marker positions.
10473
10474 2005-11-19 Andreas Schwab <schwab@suse.de>
10475
10476 * emacs-lisp/shadow.el: Handle compressed files.
10477
10478 2005-11-19 Romain Francoise <romain@orebokech.com>
10479
10480 * net/browse-url.el (browse-url-default-browser): Signal an error
10481 if no usable browser can be found, rather than try to load w3.
10482
10483 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10484
10485 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10486 replacing existing properties.
10487 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10488 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10489 tty specs.
10490 (rcirc-server-prefix, rcirc-server): New faces.
10491 (rcirc-url-regexp): Generate with rx macro.
10492 (rcirc-last-server-message-time): New variable.
10493 (rcirc-filter): Record time of last message.
10494 (rcirc-keepalive): Kill processes that did not send a message
10495 since the last ping.
10496 (rcirc-mode): Give rcirc-topic a local binding here.
10497
10498 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10499
10500 * subr.el (read-passwd): Fontify the prompt as we do with other
10501 prompts.
10502
10503 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10504
10505 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10506 binding buffer-read-only to nil.
10507
10508 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10509
10510 * complete.el (partial-completion-mode):
10511 Mention completion-auto-help in the doc string.
10512
10513 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10514 more Lisp-ish way.
10515
10516 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10517
10518 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10519 digits, not 8, to avoid misalignment for files larger than 100MB.
10520
10521 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10522
10523 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10524 Mention "keyboard shortcuts" in the help text.
10525
10526 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10527
10528 * startup.el (fancy-splash-default-action): Discard only
10529 mouse-down and succeeding mouse-up events in the splash screen
10530 window so that drag-n-drop event can be processed.
10531
10532 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10533
10534 * longlines.el (longlines-mode): Add hacks for mail-mode and
10535 message-mode.
10536
10537 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10538
10539 * textmodes/org.el (org-table-sort-lines): New command.
10540 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10541 (org-add-file): Command removed, use `org-agenda-file-to-front'
10542 instead.
10543 (org-export-icalendar): Use `org-icalendar-combined-name'.
10544 (org-cycle-agenda-files, org-agenda-file-to-end)
10545 (org-agenda-file-to-front): New commands.
10546 (org-table-tab-jumps-over-hlines, org-export-html-style):
10547 New options.
10548 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10549 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10550 New functions.
10551 (org-fill-paragraph): Call `org-table-align' in tables.
10552 (org-mode): Call `org-set-autofill-regexps'.
10553 (org-export-as-html): Support for local handformatted lists.
10554 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10555 (org-export-local-list-max-depth): New option.
10556 (org-html-expand): Use `org-html-protect'.
10557
10558 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10559
10560 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10561 to "p".
10562 (gdb): Move definition of gud-pp to...
10563
10564 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10565 speedbar.
10566 (gdb-find-watch-expression): New function.
10567
10568 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10569
10570 * faces.el (face-attribute, set-face-attribute): Mention existence
10571 of `:ignore-defface' setting in docstring.
10572
10573 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10574
10575 * simple.el (completion-setup-function): Fix last change.
10576
10577 2005-11-17 John Paul Wallington <jpw@pobox.com>
10578
10579 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10580 Use `posn-set-point' instead of `mouse-set-point' because the
10581 latter is not fbound when configured without X.
10582
10583 * comint.el (comint-insert-input): Likewise.
10584
10585 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10586
10587 * simple.el (hard-newline): New variable.
10588 (sendmail-user-agent-compose, next-line): Use it.
10589
10590 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10591 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10592 (mail-mail-reply-to, mail-mail-followup-to)
10593 (mail-position-on-field, mail-signature, mail-yank-original)
10594 (mail-attach-file): Likewise.
10595
10596 * mail/mailheader.el (mail-header-format)
10597 (mail-header-format-function): Likewise.
10598
10599 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10600
10601 2005-11-17 Juri Linkov <juri@jurta.org>
10602
10603 * font-lock.el (font-lock-faces): Rename this defgroup from
10604 `font-lock-highlighting-faces'.
10605 (font-lock-comment-face, font-lock-comment-delimiter-face)
10606 (font-lock-string-face, font-lock-doc-face)
10607 (font-lock-keyword-face, font-lock-builtin-face)
10608 (font-lock-function-name-face, font-lock-variable-name-face)
10609 (font-lock-type-face, font-lock-constant-face)
10610 (font-lock-warning-face, font-lock-negation-char-face)
10611 (font-lock-preprocessor-face)
10612 (font-lock-regexp-grouping-backslash)
10613 (font-lock-regexp-grouping-construct): Rename :group from
10614 `font-lock-highlighting-faces' to `font-lock-faces'.
10615
10616 * cus-edit.el (lisp, c, tex):
10617 * progmodes/ada-mode.el (ada):
10618 * progmodes/asm-mode.el (asm):
10619 * progmodes/cperl-mode.el (cperl-faces):
10620 * progmodes/cpp.el (cpp):
10621 * progmodes/dcl-mode.el (dcl):
10622 * progmodes/f90.el (f90):
10623 * progmodes/fortran.el (fortran):
10624 * progmodes/icon.el (icon):
10625 * progmodes/idlwave.el (idlwave-misc):
10626 * progmodes/m4-mode.el (m4):
10627 * progmodes/make-mode.el (makefile):
10628 * progmodes/meta-mode.el (meta-font):
10629 * progmodes/modula2.el (modula2):
10630 * progmodes/octave-mod.el (octave):
10631 * progmodes/pascal.el (pascal):
10632 * progmodes/perl-mode.el (perl):
10633 * progmodes/prolog.el (prolog):
10634 * progmodes/ps-mode.el (PostScript-edit):
10635 * progmodes/scheme.el (scheme):
10636 * progmodes/sh-script.el (sh-script):
10637 * progmodes/simula.el (simula):
10638 * progmodes/tcl.el (tcl):
10639 * textmodes/nroff-mode.el (nroff):
10640 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10641 * textmodes/sgml-mode.el (sgml):
10642 * textmodes/texinfo.el (texinfo):
10643 Add :link (custom-group-link font-lock-faces) to defgroup.
10644
10645 * hi-lock.el (hi-lock): Rename this defgroup from
10646 `hi-lock-interactive-text-highlighting'. Change parent group from
10647 `faces' to `font-lock'. Add link to the manual.
10648 (hi-lock-mode, hi-lock-file-patterns-range)
10649 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10650 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10651 (hi-lock-faces): Add :group `faces'.
10652
10653 * cus-edit.el (custom-variable-prompt): Clarify the code.
10654
10655 * faces.el (face-read-string): Set the default value arg of
10656 completing-read.
10657
10658 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10659
10660 * rfn-eshadow.el (file-name-shadow-properties)
10661 (file-name-shadow-tty-properties, file-name-shadow-mode):
10662 Remove autoloads, because the file is now preloaded.
10663
10664 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10665
10666 * printing.el (easy-menu-intern): Don't define.
10667 (pr-get-symbol): Use easy-menu-intern only if defined.
10668
10669 * simple.el (blink-matching-open): Simplify a bit.
10670 (completion-setup-function): Fix the case of partial-completion-mode
10671 when the minibuffer's contents start with "-".
10672 Obey completion-base-size-function even when
10673 minibuffer-completing-file-name is non-nil.
10674
10675 2005-11-16 Richard M. Stallman <rms@gnu.org>
10676
10677 * net/eudcb-ph.el (eudc-ph-open-session):
10678 Use set-process-query-on-exit-flag.
10679
10680 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10681
10682 * international/ucs-tables.el (ucs-set-table-for-input):
10683 Use make-local-variable, not make-variable-buffer-local.
10684
10685 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10686 Improve warning message text.
10687
10688 * savehist.el (savehist-save-hook): Add :group.
10689
10690 * menu-bar.el (menu-bar-help-menu):
10691 Rename Find Extra Packages to External Packages.
10692
10693 * cus-edit.el (Custom-reset-standard): Verify that
10694 :custom-standard-value prop exists before calling it.
10695
10696 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10697
10698 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10699
10700 * wid-edit.el (color): Enclose %t in %{...%}.
10701
10702 * cus-edit.el (face): Enclose %t in %{...%}.
10703
10704 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10705
10706 * savehist.el (savehist-mode-hook): Re-add the var.
10707 (savehist-mode): Use it.
10708
10709 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10710
10711 * textmodes/flyspell.el: Fix commenting convention.
10712 Remove unnecessary leading * in custom docstrings.
10713 (flyspell-emacs): Remove unused var.
10714 (flyspell-delete-region-overlays): Use remove-overlays.
10715 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10716 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10717 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10718 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10719 (make-flyspell-overlay): Don't locally reuse a global name.
10720 (flyspell-highlight-incorrect-region)
10721 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10722 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10723 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10724 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10725 Wrap calls to accept-process-output inside with-local-quit since it's
10726 often called from a post-command-hook.
10727 (flyspell-correct-word, flyspell-auto-correct-word):
10728 Use ispell-send-string.
10729 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10730
10731 * calendar/diary-lib.el (diary-list-entries): Also hide the
10732 terminating newline.
10733
10734 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10735
10736 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10737 window-system, to allow fonts on tty.
10738
10739 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10740
10741 * progmodes/gud.el (gud-speedbar-item-info): New function.
10742 (gud-install-speedbar-variables): Use it to display data type
10743 of watch expression as a tooltip in speedbar.
10744
10745 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10746
10747 * font-core.el (global-font-lock-mode): Add :version keyword,
10748 because default was changed.
10749
10750 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10751
10752 * startup.el (command-line): Use `custom-reevaluate-setting' for
10753 `file-name-shadow-mode'.
10754
10755 * loadup.el: Preload rfn-eshadow.
10756
10757 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10758 Add :version keyword.
10759 (file-name-shadow-properties, file-name-shadow-tty-properties)
10760 (file-name-shadow): Add :version keyword.
10761
10762 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10763 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10764 in the custom-group property of the symbol frames and the fringe
10765 group got no link to its parent group frames.
10766 Doc fix.
10767
10768 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10769
10770 * progmodes/gud.el (gud-stop-subjob): New function.
10771 (gud-menu-map, gud-tool-bar-map): Use it.
10772
10773 2005-11-16 Kim F. Storm <storm@cua.dk>
10774
10775 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10776 than kill it.
10777 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10778 to a more useful/logical place.
10779
10780 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10781
10782 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10783 go buttons complementary.
10784
10785 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10788 (rfn-eshadow-sifn-equal): New function.
10789 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10790
10791 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10792
10793 * viper-utils.el (viper-non-word-characters-reformed-vi):
10794 Quote `-' in string.
10795
10796 * viper.el (viper-emacs-state-mode-list): Ensure that
10797 rcirc-mode buffers come up in Emacs state.
10798
10799 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10800 operation.
10801
10802 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10803
10804 * term.el (term-termcap-format): Fix typos.
10805 (term-down): Fix the negative argument case.
10806
10807 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10808
10809 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10810 2005-08-15.
10811 (gdb-ann3): New command gud-go.
10812 (menu): Accomodate gdb-mi.el.
10813 (gdb-assembler-custom): Make buffer of selected window current
10814 so that set-window-point works.
10815
10816 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10817 buttons and include new ones.
10818
10819 2005-11-16 Kim F. Storm <storm@cua.dk>
10820
10821 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10822 (gud-menu-map): Use it.
10823
10824 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10825
10826 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10827 that works correctly for Custom and that does not override a user
10828 who disables it.
10829
10830 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10831 (help-xref-interned, help-follow): Make hyperlinks for variables
10832 that are unbound, but have a non-nil variable-documentation property.
10833
10834 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10835 mode hook. (It conflicted with defcustoms for some mode hooks.)
10836 Use the `variable-documentation' property to give the mode hook a
10837 docstring and expand that docstring.
10838
10839 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10840
10841 * savehist.el (savehist-mode): Don't bother with
10842 `custom-set-minor-mode'.
10843 (savehist-coding-system): Check XEmacs version.
10844 (history-length): Declare also at run time.
10845 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10846 Don't set the customize state.
10847 (savehist-minibuffer-hook): Special case for when
10848 minibuffer-history-variable is equal to t.
10849
10850 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10851
10852 * files.el (write-file): Refresh VC status.
10853
10854 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10855 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10856 than fundamental-mode to see if the mode was set.
10857
10858 2005-11-14 Romain Francoise <romain@orebokech.com>
10859
10860 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10861 dummy function in `eval-when-compile' to avoid compiler warning.
10862 Require `man' at compile time.
10863
10864 2005-11-14 Jay Belanger <belanger@truman.edu>
10865
10866 * calc-alg.el (calcFunc-write-out-power): Rename it to
10867 calcFunc-powerexpand.
10868 (math-write-out-power): Rename it to math-powerexpand; have it
10869 handle negative exponents.
10870 (calc-writeoutpower): Rename it to calc-powerexpand.
10871
10872 * calc-ext.el: Change calcFunc-writeoutpower and
10873 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10874 autoloads.
10875 Add calcFunc-ldiv to autoloads.
10876
10877 * calc-arith.el (calcFunc-ldiv): New function.
10878
10879 * calc.el (calc-left-divide): New function.
10880
10881 2005-11-14 Juri Linkov <juri@jurta.org>
10882
10883 * cus-edit.el (custom-variable-prompt): Set the default value arg
10884 of completing-read.
10885
10886 * cus-dep.el (custom-make-dependencies): Reverse the list of
10887 found dependencies.
10888
10889 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10890
10891 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10892 Highlighting" entry, it is on by default now.
10893 (menu-bar-options-save): Do not save global-font-lock-mode.
10894
10895 2005-11-13 Richard M. Stallman <rms@gnu.org>
10896
10897 * textmodes/flyspell.el (flyspell-large-region):
10898 Call flyspell-accept-buffer-local-defs.
10899
10900 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10901
10902 * textmodes/flyspell.el (flyspell-notify-misspell):
10903 Fix misspelling of "Misspelling".
10904 (flyspell-process-localwords): New function.
10905 (flyspell-large-region): Call flyspell-process-localwords and
10906 flyspell-delete-region-overlays.
10907 (flyspell-delete-region-overlays): New function.
10908 (flyspell-delete-all-overlays): Call that.
10909
10910 2005-11-13 Richard M. Stallman <rms@gnu.org>
10911
10912 * help.el (help-for-help-internal): Improve doc of C-h a.
10913 (describe-key): Improve prompt; doc fix.
10914
10915 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10916
10917 * vc-svn.el (vc-svn-registered): Catch all errors.
10918
10919 * cus-dep.el (custom-make-dependencies): Typo.
10920
10921 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10922
10923 * net/tramp-util.el (top): Fix compilation warning.
10924
10925 2005-11-13 Kim F. Storm <storm@cua.dk>
10926
10927 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10928
10929 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10930
10931 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10932 (gud-speedbar-buttons): Match on "const char *" too.
10933
10934 * progmodes/gdb-ui.el (gdb-var-create-handler)
10935 (gdb-var-list-children-handler): Match on "const char *" too.
10936 (gdb-var-evaluate-expression-handler): Match on empty string.
10937 (gdb-var-update-handler): Only call
10938 gdb-var-evaluate-expression-handler when required.
10939
10940 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10941
10942 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10943 selected window. This still doesn't work for speedbar.
10944 (gud-speedbar-buttons): Handle string expressions properly.
10945
10946 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10947 (gdb-var-create-handler): Handle string expressions properly.
10948 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10949 Handle string expressions properly. Move "type" field into regexp.
10950
10951 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10952
10953 * bookmark.el (bookmark-maybe-message): New function to reduce
10954 code duplication: invokes `message' iff baud-rate is high enough.
10955 (bookmark-write-file): Use above instead of an inline conditional.
10956 (bookmark-load): Same.
10957
10958 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10959
10960 * bookmark.el (bookmark-write-file): Don't visit the destination
10961 file, just write the data to it using write-region. This is
10962 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10963 change to avoid visiting the file in the first place.
10964
10965 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10966
10967 * hi-lock.el (hi-lock-mode): Set the default value of
10968 font-lock-defaults.
10969
10970 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10971
10972 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10973 arg to `file-attributes'.
10974 (find-lisp-format): The UID and GID can now be strings.
10975
10976 2005-11-12 Kim F. Storm <storm@cua.dk>
10977
10978 * help.el (help-map): Bind C-h d to apropos-documentation.
10979
10980 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
10981 when point is at end-of-buffer.
10982
10983 * apropos.el (apropos-match-face): Doc fix.
10984 (apropos-sort-by-scores): Add new choice `verbose'.
10985 (apropos-documentation-sort-by-scores): New defcustom.
10986 (apropos-pattern): Now contains the pattern entered by the user.
10987 (apropos-pattern-quoted): New defvar.
10988 (apropos-regexp): New defvar, containing the regexp corresponding
10989 to apropos-pattern.
10990 (apropos-all-words-regexp): Rename from apropos-all-regexp.
10991 (apropos-read-pattern): New defun. Use it to read pattern arg in
10992 interactive calls; returns list of words for a word list, and
10993 string for a regexp.
10994 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
10995 parses a list of words or regexp as returned by apropos-read-pattern.
10996 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
10997 (apropos-score-doc): Return a very high score if the string
10998 entered by the user matches literally.
10999 (apropos-variable): Doc fix. Use apropos-read-pattern.
11000 (apropos-command): Doc fix. Use apropos-read-pattern and
11001 apropos-parse-pattern. Call apropos-print with nosubst=t.
11002 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11003 apropos-parse-pattern.
11004 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11005 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11006 apropos-documentation-sort-by-scores. Call apropos-print with
11007 nosubst=t.
11008 (apropos-documentation-internal): Pass doc string through
11009 substitute-key-definition before adding text properties.
11010 Highlight substring matching literal user input if possible.
11011 (apropos-documentation-check-doc-file): Remove locals beg and end.
11012 Fix calculation of score (as added twice). Pass doc string through
11013 substitute-key-definition before adding text properties.
11014 (apropos-documentation-check-elc-file): Pass doc string through
11015 substitute-key-definition before adding text properties.
11016 Highlight substring matching literal user input if possible.
11017 (apropos-print): Add new arg NOSUBST; if set, command and variable
11018 doc strings have already been passed through substitute-key-definition.
11019 Add code to handle apropos-accumulator items without score element
11020 for backwards compatibility (e.g. with woman package).
11021 Only show scores if apropos-sort-by-scores is `verbose'.
11022
11023 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11024
11025 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11026 Add jka-compr-load-suffixes to load-suffixes.
11027
11028 * jka-compr.el: Require jka-cmpr-hook.
11029 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11030 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11031 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11032 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11033 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11034 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11035 (jka-compr-uninstall): Remove entries from
11036 jka-compr-added-to-file-coding-system-alist after they are used.
11037 (jka-compr-error): Remove unused var `curbuf'.
11038 (jka-compr-file-local-copy): Remove unused var `notfound'.
11039
11040 2005-11-10 Romain Francoise <romain@orebokech.com>
11041
11042 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11043
11044 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11045
11046 * progmodes/gud.el (gud-menu-map): Move parentheses.
11047 (gdb): New command gud-pv.
11048
11049 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11050
11051 * tar-mode.el: Remove spurious or unnecessary leading stars
11052 in docstrings.
11053 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11054 (tar-parse-octal-integer-safe): Use mapc.
11055 (tar-header-block-summarize): Remove unused var `ck'.
11056 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11057 cleared before. Obey default-enable-multibyte-characters.
11058 Use mapconcat. Simplify setting of tar-header-offset.
11059 (tar-mode-map): Move initialization inside delcaration.
11060 (tar-flag-deleted): Use `abs'.
11061 (tar-expunge-internal): Remove unused var `line'.
11062 (tar-expunge-internal): Don't hardcode point-min==1.
11063 (tar-expunge): Widen while doing set-buffer-multibyte.
11064 (tar-rename-entry): Use file-name-coding-system.
11065 (tar-alter-one-field): Don't hardcode point-min==1.
11066 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11067 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11068
11069 2005-11-10 Masatake YAMATO <jet@gyve.org>
11070
11071 * add-log.el (add-log-current-defun): Handle class::method
11072 notation of c++. Fix incorrect comment.
11073
11074 2005-11-10 Alan Mackenzie <acm@muc.de>
11075
11076 * help-fns.el (describe-variable): Make C-h v work when a variable
11077 has variable documentation yet is unbound.
11078
11079 2005-11-10 Masatake YAMATO <jet@gyve.org>
11080
11081 * man.el (Man-highlight-references): Set an empty
11082 string to `Man-arguments' if it is nil.
11083 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11084
11085 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11086
11087 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11088 commenting conventions.
11089
11090 * cus-dep.el (custom-make-dependencies): Simplify.
11091 Better follow the commenting conventions.
11092
11093 2005-11-09 Richard M. Stallman <rms@gnu.org>
11094
11095 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11096 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11097 All uses changed.
11098 (apropos-rewrite-regexp): Doc fix.
11099 (apropos-variable, apropos-command, apropos, apropos-value):
11100 Change prompt; carry through the argument renaming.
11101
11102 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11103
11104 * find-lisp.el: Require dired.
11105 (find-lisp-find-dired-internal): Do not call
11106 `abbreviate-file-name' on DIR.
11107
11108 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11109
11110 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11111
11112 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11113
11114 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11115 when using the speedbar.
11116 (gdb): New command gud-pp.
11117 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11118
11119 2005-11-09 Juri Linkov <juri@jurta.org>
11120
11121 * replace.el (occur-excluded-properties): New defcustom.
11122 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11123
11124 2005-11-08 Jay Belanger <belanger@truman.edu>
11125
11126 * calc/calc-units.el (math-convert-units): Replace any composite
11127 unit by its definition.
11128
11129 2005-11-08 Lars Hansen <larsh@soem.dk>
11130
11131 * emacs-lisp/autoload.el (update-directory-autoloads):
11132 Add obsolete function alias.
11133
11134 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11135
11136 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11137 comment-indent-function.
11138 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11139
11140 * reveal.el (reveal-post-command): Rework the handling of
11141 reveal-open-spots, so as to be more reliable. There were several
11142 tricky corner cases where an open spot might be lost, or where
11143 a closed spot might end up on the list of open spots.
11144 Only reveal text that's ellipsised.
11145
11146 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11147
11148 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11149
11150 2005-11-07 John Paul Wallington <jpw@gnu.org>
11151
11152 * ibuffer.el (ibuffer): Search iconified frames too when
11153 getting Ibuffer buffer's window.
11154
11155 2005-11-06 Richard M. Stallman <rms@gnu.org>
11156
11157 * progmodes/compile.el (compilation-internal-error-properties):
11158 save-excursion around the computation of MARKER.
11159
11160 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11161
11162 * textmodes/flyspell.el (flyspell-external-point-words):
11163 flyspell-get-word returns a list, not just a string.
11164
11165 2005-11-06 John Paul Wallington <jpw@pobox.com>
11166
11167 * ibuffer.el (ibuffer): Search all visible frames when getting
11168 Ibuffer buffer's window.
11169
11170 2005-11-07 Masatake YAMATO <jet@gyve.org>
11171
11172 * man.el (Man-reference-regexp): Accept spaces between
11173 `Man-name-regexp' and `Man-section-regexp'.
11174 (Man-apropos-regexp): New variable.
11175 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11176 if available.
11177 (Man-highlight-references, Man-highlight-references0):
11178 Handle the case when `Man-arguments' includes "-k".
11179 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11180 `TARGET'. `TARGET' can be a number, function or nil.
11181
11182 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11183
11184 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11185 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11186 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11187 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11188 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11189 (gdb-send-item): Use buffer-local-value and simplify.
11190
11191 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11192
11193 * startup.el (command-line): Use `custom-reevaluate-setting' for
11194 `global-font-lock-mode'.
11195
11196 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11197 by default, except in batch mode or when the -D option is given.
11198
11199 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11200 specified keyword args on to `define-minor-mode'. Update docstring.
11201
11202 2005-11-05 Romain Francoise <romain@orebokech.com>
11203
11204 * replace.el (occur-engine): Add marker at end of line, too.
11205
11206 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11207
11208 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11209 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11210 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11211 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11212 argument to all these routines, so the passphrase can be managed
11213 externally and passed in to the system.
11214 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11215 pgg-add-passphrase-to-cache function.
11216
11217 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11218 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11219 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11220 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11221 argument to all these routines, so the passphrase can be managed
11222 externally and passed in to the system.
11223 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11224 function.
11225
11226 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11227
11228 * font-lock.el: Don't deal with font-lock-face-attributes here,
11229 move the code ...
11230
11231 * startup.el (command-line): ... here. Use face-spec-set instead
11232 of custom-declare-face.
11233
11234 * faces.el (face-spec-set): Reset the face if spec is not nil.
11235
11236 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11237
11238 * newcomment.el (comment-region-internal): Box more tightly in the
11239 common case where there's no TAB in the boxed text.
11240
11241 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11242
11243 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11244 up-node.
11245
11246 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11247
11248 * newsticker.el: Commentary updated. Code formatting changed.
11249 (newsticker-version): Change to "1.9".
11250 (newsticker, newsticker-feed): Doc fix.
11251 (newsticker-url-list): Doc fix. Add option "Weekly".
11252 (newsticker-retrieval-interval): Add option "Weekly".
11253 (newsticker-headline-processing): Doc fix.
11254 (newsticker-auto-mark-filter): Remove.
11255 (newsticker-auto-mark-filter-list): New.
11256 (newsticker-layout, newsticker-sort-method): Doc fix.
11257 (newsticker-hide-old-items-in-newsticker-buffer)
11258 (newsticker-heading-format, newsticker-item-format)
11259 (newsticker-desc-format): Doc fix.
11260 (newsticker-show-all-rss-elements): Remove.
11261 (newsticker-show-all-news-elements): New.
11262 (newsticker-faces, newsticker-ticker): Doc fix.
11263 (remove-from-invisibility-spec): Code formatting.
11264 (newsticker--process-ids): New.
11265 (newsticker-mode): Doc fix.
11266 (newsticker-mode): Change mode-line-format.
11267 (newsticker-start): Remove debug output.
11268 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11269 (newsticker-w3m-show-inline-images): Code formatting.
11270 (newsticker-next-item): Call `force-mode-line-update'.
11271 (newsticker-previous-item): Call `force-mode-line-update'.
11272 (newsticker-next-feed): Call `force-mode-line-update'.
11273 (newsticker-previous-feed): Call `force-mode-line-update'.
11274 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11275 (newsticker-show-old-items): Do not show descs.
11276 (newsticker-hide-entry): Hide too much.
11277 (newsticker-hide-entry, newsticker-show-entry)
11278 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11279 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11280 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11281 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11282 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11283 (newsticker-get-news): Call `force-mode-line-update'.
11284 Collect process ids.
11285 (newsticker--sentinel): Change coding system handling.
11286 Move image retrieval to new functions newsticker--get-logo-url-*.
11287 Move feed parsing to new functions newsticker--parse-*.
11288 Update list of process ids.
11289 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11290 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11291 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11292 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11293 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11294 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11295 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11296 (newsticker--decode-coding-string): Remove.
11297 (newsticker--decode-numeric-entities): Check input. Format code.
11298 (newsticker--remove-whitespace): Check input.
11299 (newsticker--do-forget-preformatted): Doc fix.
11300 (newsticker--decode-rfc822-date): Allow for missing time.
11301 (newsticker--update-process-ids): New.
11302 (newsticker--image-sentinel): Change comment.
11303 (newsticker--image-read): Change error message.
11304 (newsticker--imenu-goto): Doc fix. Show headline title.
11305 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11306 (newsticker--buffer-do-insert-text): Clean whitespace in
11307 html-rendered headline title. Code formatting.
11308 Call `newsticker--buffer-print-extra-elements'.
11309 (newsticker--buffer-print-extra-element): Remove.
11310 (newsticker--buffer-print-extra-elements): New.
11311 (newsticker--buffer-do-print-extra-element): New.
11312 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11313 large sizes.
11314 (newsticker--run-auto-mark-filter)
11315 (newsticker--do-run-auto-mark-filter):
11316 Use `newsticker-auto-mark-filter-list'.
11317
11318 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11319
11320 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11321 (rcirc-print): Force redisplay before running hooks. Do long
11322 buffer truncation after making new text read-only. Deal with nil
11323 text when decoding strings. If TARGET is nil, use either the
11324 currently selected buffer, if it is an rcirc buffer and of the
11325 same process or the process buffer.
11326 (rcirc-mode): Remove header-line. Recompute short buffer names.
11327 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11328 (rcirc-short-buffer-name): Add variable.
11329 (rcirc-kill-buffer-hook): Recompute short buffer names.
11330 Remove nick from private channel.
11331 (rcirc-send-input): Send command text to current-buffer.
11332 Don't clear overlay arrow here.
11333 (rcirc-short-buffer-name): Return a short buffer name.
11334 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11335 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11336 buffer-name abbreviations.
11337 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11338 Do not touch nick-table when killing a parted channel.
11339 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11340 Clear arrow from current buffer if it is now hidden.
11341 (rcirc-current-buffer): Add variable.
11342 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11343 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11344 Remove -face from names.
11345 (rcirc-update-activity-string): Print "DND" when globally ignoring
11346 activity.
11347 (rcirc-ignore-buffer-activity-flag): Rename from
11348 rcirc-ignore-channel-activity.
11349 (rcirc-ignore-all-activity-flag): Doc fix.
11350 (rcirc-channels): Remove variable.
11351 (rcirc-kill-buffer-hook):
11352 (rcirc-get-buffer-create): Add nick to private channel.
11353 (rcirc-multiline-edit-submit): Remove tabs.
11354 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11355 folded.
11356 (rcirc-remove-nick-channel): Bug fix.
11357 (rcirc-toggle-ignore-buffer-activity): Rename from
11358 rcirc-toggle-ignore-channel-activity.
11359 (rcirc-record-activity): Add buffers to the front of the list.
11360 (rcirc-update-activity): Remove killed buffers from list.
11361 (rcirc-process-server-response-1): Remove last argument if it is
11362 null before calling handler.
11363 (rcirc): Add "rcirc" defcustom prefix.
11364 (rcirc-prompt): Simplify default prompt.
11365 Use custom-initialize-default.
11366 (rcirc-private-chats): Remove variable.
11367 (rcirc-prompt): Change initialization.
11368 (rcirc-version): Remove function.
11369 (rcirc-id-string): Add constant.
11370 (rcirc-last-buffer): Remove variable.
11371 (rcirc-buffer-alist): Add variable.
11372 (rcirc-connect): Update variable setup.
11373 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11374 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11375 default.
11376 (rcirc-handler-generic): Trigger activity.
11377 (rcirc-send-message): Create the buffor of the target.
11378 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11379 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11380 (rcirc-multiline-edit-cancel): Remove function.
11381 (rcirc-set-last-buffer): Remove function.
11382 (rcirc-get-any-buffer): Add function.
11383 (rcirc-join-channels): Don't print /join text.
11384 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11385 messages.
11386 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11387 (rcirc-handler-NOTICE): Recognize CTCP responses.
11388 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11389 constructing TOPIC string for buffers we are not JOINed.
11390 (rcirc-handler-CTCP-response): Add handler.
11391 (rcirc-multiline-edit-submit): Restore the window-configuration
11392 before adjusting point.
11393 (rcirc): Add customization group.
11394 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11395 (rcirc-user-full-name, rcirc-startup-channels-alist)
11396 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11397 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11398 (rcirc-input-ring-size, rcirc-read-only-flag)
11399 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11400 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11401 Change defvar to defcustom.
11402 (rcirc-update-prompt): Add optional ALL arg, which will update
11403 prompts in all rcirc buffers. Regexp quote replacement text.
11404 (rcirc-fill-column): Accept frame-width as a value.
11405 (rcirc-set-changed): Add function.
11406 (rcirc-next-active-buffer): Write more meaningful messages.
11407 (rcirc-faces): Add customization group.
11408 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11409 (rcirc-nick-in-message-face, rcirc-prompt-face)
11410 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11411 (with-rcirc-process-buffer): Move before first usage.
11412 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11413 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11414 (rcirc-debug): Rename from `rcirc-log'.
11415 (rcirc-format-response-string): Do not print `-' chars for a
11416 NOTICE with no sender. Simplify output of server responses.
11417
11418 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11419
11420 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11421 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11422 Make urls mouse and RET clickable.
11423
11424 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11425
11426 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11427
11428 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11429
11430 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11431 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11432 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11433 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11434 argument to all these routines, so the passphrase can be managed
11435 externally and passed in to the system.
11436 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11437 pgg-add-passphrase-to-cache function.
11438
11439 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11440 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11441 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11442 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11443 argument to all these routines, so the passphrase can be managed
11444 externally and passed in to the system.
11445 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11446 function.
11447
11448 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11449
11450 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11451 from goto-address-url-regexp.
11452
11453 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11454
11455 * textmodes/org.el (org-read-date, org-goto-calendar)
11456 (org-recenter-calendar, org-agenda-goto-calendar):
11457 Temporarily clear `calendar-move-hook'.
11458
11459 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11460
11461 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11462 merging.
11463
11464 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11465 have merge clashes.
11466
11467 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11468
11469 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11470 Undo previous change.
11471
11472 * startup.el (command-line): Use `custom-reevaluate-setting' for
11473 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11474 tty-register-default-colors on Mac.
11475
11476 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11477
11478 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11479 (gdb-buffer-type): Make it automatically buffer local...
11480 (gdb-get-create-buffer): ...and set it accordingly.
11481 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11482 actually work.
11483
11484 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11485
11486 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11487 not red.
11488
11489 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11490
11491 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11492 case GUD buffer is not visible.
11493 (gdb-goto-breakpoint): Try to force display in source buffer.
11494 (gdb-frame-gdb-buffer): Copy other similar functions.
11495 (gdb-restore-windows): Don't display source if not asked for.
11496 (gdb-assembler-buffer-name): Don't capitalise.
11497
11498 2005-11-03 Richard M. Stallman <rms@gnu.org>
11499
11500 * wid-edit.el (key-sequence): New widget type.
11501
11502 * simple.el (set-mark-command-repeat-pop): New variable.
11503 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11504 if set-mark-command-repeat-pop is true.
11505
11506 * info.el (Info-fontify-node): Don't display extra "see" if there
11507 already is one here.
11508
11509 * mouse.el: Fix special handling of DEL after dragging a region:
11510 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11511 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11512
11513 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11514
11515 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11516 not to assume it pertains to an affix.
11517
11518 * textmodes/flyspell.el (flyspell-post-command-hook):
11519 Bind deactivate-mark to prevent deactivation.
11520
11521 2005-11-03 Lars Hansen <larsh@soem.dk>
11522
11523 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11524 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11525 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11526
11527 2005-11-03 Romain Francoise <romain@orebokech.com>
11528
11529 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11530 Update copyright years.
11531
11532 2005-11-03 Sam Steingold <sds@gnu.org>
11533
11534 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11535 Use system-type instead of window-system because window-system is not
11536 correctly defined during loadup.
11537
11538 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11539
11540 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11541 (xml-parse-tag): Join strings separated by a comment properly.
11542
11543 2005-11-02 Andreas Schwab <schwab@suse.de>
11544
11545 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11546
11547 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11548
11549 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11550 (byte-optimize-pure-func): Quote the eval'd value.
11551
11552 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11553 Rename from perl-font-lock-syntactic-face-function.
11554 Change the calling convention so it can be used as a font-lock MATCHER.
11555 Do the parse-partial-sexp loop outselves.
11556 (perl-font-lock-syntactic-keywords): Use it.
11557 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11558
11559 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11560
11561 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11562 disassembly buffer too.
11563 (gdb-exited): Remove overlay arrows when execution has finished.
11564 (gdb-info-frames-custom, gdb-info-threads-custom)
11565 (gdb-info-registers-custom): Don't add inappropriate text
11566 properties if inferior is not active.
11567
11568 2005-11-02 Glenn Morris <rgm@gnu.org>
11569
11570 * progmodes/fortran.el (fortran-blink-match):
11571 Use `blink-matching-delay'.
11572
11573 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11574
11575 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11576
11577 2005-11-02 Lars Hansen <larsh@soem.dk>
11578
11579 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11580 "Permission denied".
11581
11582 2005-11-01 Richard M. Stallman <rms@gnu.org>
11583
11584 * textmodes/flyspell.el (flyspell-external-point-words):
11585 Pass nil to flyspell-get-word.
11586
11587 2005-11-02 Kim F. Storm <storm@cua.dk>
11588
11589 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11590 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11591
11592 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11593
11594 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11595 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11596 (calendar-mouse-print-dates): Add optional `event' argument.
11597 Update interactive-spec.
11598 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11599 Use `calendar-event-to-date' instead of `event'.
11600
11601 2005-11-02 Masatake YAMATO <jet@gyve.org>
11602
11603 * progmodes/ld-script.el (ld-script-builtins):
11604 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11605 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11606 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11607
11608 2005-11-01 Romain Francoise <romain@orebokech.com>
11609
11610 * vc-sccs.el: Update copyright year.
11611 * ezimage.el: Likewise.
11612
11613 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11614
11615 * info.el (Info-fontify-node): Use `string-width' for fontifying
11616 underlined titles.
11617
11618 2005-11-01 Juri Linkov <juri@jurta.org>
11619
11620 * info.el (Info-fontify-node): Downcase node header keywords Node,
11621 Prev, Next, Up before comparison.
11622 (Info-history): Insert absolute directory name, and put invisible
11623 property on it.
11624
11625 2005-11-01 Juri Linkov <juri@jurta.org>
11626
11627 * info.el (Info-file-supports-index-cookies): New variable.
11628 (Info-find-node-2): Check makeinfo version for index cookie support.
11629 (Info-index-nodes): Search for nodes with index cookies only when
11630 Info-file-supports-index-cookies is t. Otherwise, search nodes
11631 with "Index" in the node name.
11632 (Info-index-node): Search index cookie in the current node only when
11633 Info-file-supports-index-cookies is t. Otherwise, check the word
11634 "Index" in the node name.
11635 (Info-find-emacs-command-nodes): Remove code that searches nodes
11636 with "Index" node name in the top menu.
11637
11638 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11639
11640 * progmodes/scheme.el (scheme-mode-variables): Use the default
11641 comment-indent-function.
11642
11643 * faces.el (face-attribute): Handle the case where a face inherits from
11644 a non-existent face.
11645
11646 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11647 for octal and hexa output, and merge the char into the paren.
11648 (kill-new): Use push.
11649 (copy-to-buffer): Use with-current-buffer.
11650 (completion-setup-function): Move code in loop to remove redundancy.
11651 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11652 those inherited from minibuffer-local-completion-map.
11653
11654 * savehist.el (savehist-mode) <defcustom>:
11655 Use custom-set-minor-mode if available.
11656 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11657 and emit a message if applicable.
11658
11659 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11660
11661 * savehist.el: Sync up to version 19.
11662 (savehist-mode): New minor mode.
11663 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11664 (savehist-length): Remove (use history-length instead).
11665 (savehist-file-modes): Rename from savehist-modes.
11666 (savehist-save-hook, savehist-loaded): New vars.
11667 (savehist-load): Use savehist-mode. Try to smooth up transition from
11668 old format to new format.
11669 (savehist-install): Allow savehist-autosave-interval to be nil.
11670 (savehist-save): Run the new hook. Be more careful to only trim the
11671 history variables.
11672 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11673 (savehist-printable): Print into a buffer rather than char-by-char.
11674
11675 2005-11-01 John Wiegley <johnw@newartisans.com>
11676
11677 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11678 toggle-ignore keybinding (C-a). The author said it had been
11679 disabled much earlier due to a possible incompatibility, but after
11680 many months of usage I have encountered no problems (and it is a
11681 rather useful option, especially for switching to " *temp*").
11682
11683 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11684 support for OS/X's AddressBook, by calling out to the open source
11685 program "contacts" (installable through Fink).
11686
11687 * net/eudc.el (eudc-expand-inline): If the
11688 `eudc-multiple-match-handling-method' is set to `all', delete the
11689 query string before inserting the query result.
11690
11691 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11692 flag, to prevent Eshell from using the system ls when
11693 `eshell-ls-insert-directory' is in used.
11694 (eshell-ls-insert-directory): Disable font-lock in directory
11695 buffer so that Eshell's own fontification is seen. This broke
11696 recently due to changes in font-lock, so this goes back to version
11697 21 behavior.
11698
11699 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11700
11701 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11702 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11703 (gdb-many-windows): Doc fix.
11704
11705 2005-10-31 Romain Francoise <romain@orebokech.com>
11706
11707 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11708
11709 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11710
11711 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11712 that global-font-lock-mode can be enabled by default.
11713
11714 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11715 (font-lock-add-keywords, font-lock-remove-keywords)
11716 (font-lock-fontify-buffer): Remove autoload cookies.
11717
11718 * jit-lock.el (jit-lock-register): Likewise.
11719
11720 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11721
11722 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11723
11724 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11725 intact if there is no gud-comint-buffer.
11726
11727 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11728
11729 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11730 old prompt comint-prompt-read-only is t and GDB commands are
11731 issued from tool bar etc.
11732
11733 2005-10-31 Masatake YAMATO <jet@gyve.org>
11734
11735 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11736
11737 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11738
11739 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11740 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11741
11742 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11743
11744 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11745 starting at beginning of line. Fontification is messed up when
11746 `open-paren-in-column-0-is-defun-start' set to t.
11747 Reported by John Paul Wallington <jpw@pobox.com>.
11748
11749 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11750
11751 * comint.el (comint-send-input): Call `comint-update-fence' when
11752 `comint-process-echoes' and `comint-prompt-read-only' are both
11753 non-nil, to avoid leftover read-only newline.
11754
11755 2005-10-30 Richard M. Stallman <rms@gnu.org>
11756
11757 * textmodes/flyspell.el (flyspell-external-point-words):
11758 Detect when WORD can't be checked properly because
11759 flyspell-get-word finds just part of it, and move on.
11760
11761 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11762 boundarychar for Polish.
11763 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11764 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11765
11766 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11767
11768 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11769 (gdb-registers-font-lock-keywords): Delete.
11770 (gdb-registers-mode): Don't fontify.
11771 (gdb-info-registers-custom): Use text properties instead as, in
11772 future, changed register values will use font-lock-warning-face.
11773 (gdb-local-font-lock-keywords): Rename to...
11774 (gdb-locals-font-lock-keywords): ...for consistency.
11775
11776 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11777
11778 * vc.el (vc-switch-backend): Better error message if the buffer is
11779 not visiting a file under version control.
11780
11781 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11782
11783 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11784
11785 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11786 ~/.emacs.d/.emacs.
11787
11788 2005-10-29 Richard M. Stallman <rms@gnu.org>
11789
11790 * replace.el (occur-mode-mouse-goto): Always go to other window.
11791 (occur-mode-goto-occurrence): Always switch in same window.
11792
11793 * simple.el (undo): Display message at end, not at start.
11794
11795 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11796 New arg REUSE-CELL.
11797 (cancel-timer-internal): New function.
11798 (timer-event-handler): Use cancel-timer-internal,
11799 and pass the cell it returns to timer-activate...
11800
11801 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11802 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11803 (jit-lock-after-change): Test memory-full.
11804
11805 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11806
11807 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11808 part of the decoded armor to find the key-identifier.
11809 (pgg-gpg-lookup-key-owner): New function to return the
11810 human-readable identifier of a key owner.
11811 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11812 key itself.
11813 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11814 the key value) if we have a key and can match it against a secret
11815 key. Also, added a note pointing out fact that the prompt only
11816 indicates the first matching key.
11817
11818 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11819 pgg-decrypt-region.
11820 (pgg-pending-timers): A new hash for tracking the passphrase cache
11821 timers, so that new ones supercede old ones.
11822 (pgg-add-passphrase-to-cache): Rename from
11823 `pgg-add-passphrase-cache' to reduce confusion (all callers
11824 changed). Modified to cancel old timers when new ones are added.
11825 (pgg-remove-passphrase-from-cache): Rename from
11826 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11827 changed). Modified to cancel old timers when their keys are
11828 removed from the cache.
11829 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11830 XEmacs, an indirection to delete-itimer.
11831 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11832 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11833 users can only check cache without risk of prompting. Correct bug in
11834 notruncate behavior.
11835 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11836 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11837 Add informative docstrings.
11838 (pgg-decrypt): Convey provided passphrase in subordinate call to
11839 pgg-decrypt-region.
11840
11841 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11842 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11843 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11844 `passphrase' argument, so the passphrase can be managed externally
11845 and then passed in to the system.
11846
11847 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11848 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11849 so the passphrase cache can be used reliably with identifiers
11850 besides a pgp packet's key id.
11851
11852 * pgg-gpg.el (pgg-pgp-encrypt-region)
11853 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11854 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11855 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11856 argument to all these routines, so the passphrase can be managed
11857 externally and passed in to the system.
11858
11859 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11860 `notruncate' argument, so the passphrase cache can be used
11861 reliably with identifiers besides a pgp packet's key id.
11862
11863 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11864
11865 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11866 symmetric encryption.
11867 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11868 encrypted session key.
11869 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11870 message ask for the passphrase in a proper way.
11871
11872 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11873 New user commands for symmetric encryption.
11874
11875 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11876
11877 * textmodes/conf-mode.el (conf-assignment-sign)
11878 (conf-assignment-regexp): Fix docstrings.
11879 (conf-mode-initialize): New function.
11880 (conf-mode): Remove optional args. Use delay-mode-hooks to
11881 recognize recursive calls.
11882 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11883 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11884 (conf-xdefaults-mode): Use define-derived-mode and
11885 conf-mode-initialize.
11886
11887 2005-10-29 Romain Francoise <romain@orebokech.com>
11888
11889 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11890
11891 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11892
11893 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11894 part of the decoded armor to find the key-identifier.
11895 (pgg-gpg-lookup-key-owner): New function to return the
11896 human-readable identifier of a key owner.
11897 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11898 key itself.
11899 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11900 the key value) if we have a key and can match it against a secret
11901 key. Also, added a note pointing out fact that the prompt only
11902 indicates the first matching key.
11903
11904 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11905 pgg-decrypt-region.
11906 (pgg-pending-timers): A new hash for tracking the passphrase cache
11907 timers, so that new ones supercede old ones.
11908 (pgg-add-passphrase-to-cache): Rename from
11909 `pgg-add-passphrase-cache' to reduce confusion (all callers
11910 changed). Modified to cancel old timers when new ones are added.
11911 (pgg-remove-passphrase-from-cache): Rename from
11912 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11913 changed). Modified to cancel old timers when their keys are
11914 removed from the cache.
11915 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11916 XEmacs, an indirection to delete-itimer.
11917 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11918 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11919 users can only check cache without risk of prompting. Correct bug in
11920 notruncate behavior.
11921 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11922 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11923 Add informative docstrings.
11924 (pgg-decrypt): Convey provided passphrase in subordinate call to
11925 pgg-decrypt-region.
11926
11927 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11928
11929 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11930 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11931 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11932 `passphrase' argument, so the passphrase can be managed externally
11933 and then passed in to the system.
11934
11935 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11936 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11937 so the passphrase cache can be used reliably with identifiers
11938 besides a pgp packet's key id.
11939
11940 * pgg-gpg.el (pgg-pgp-encrypt-region)
11941 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11942 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11943 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11944 argument to all these routines, so the passphrase can be managed
11945 externally and passed in to the system.
11946
11947 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11948 `notruncate' argument, so the passphrase cache can be used
11949 reliably with identifiers besides a pgp packet's key id.
11950
11951 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11952
11953 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11954 symmetric encryption.
11955 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11956 encrypted session key.
11957 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11958 message ask for the passphrase in a proper way.
11959
11960 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11961 New user commands for symmetric encryption.
11962
11963 2005-10-28 Bill Wohler <wohler@newt.com>
11964
11965 * help-mode.el (help-url): New button type. Calls browse-url.
11966 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11967 Similar to Info nodes: URL `url'.
11968 (help-make-xrefs): Create help-url buttons for
11969 help-xref-url-regexp matches.
11970
11971 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11972
11973 * tool-bar.el (tool-bar-add-item-from-menu)
11974 (tool-bar-local-item-from-menu): Fix doc strings.
11975
11976 2005-10-28 Romain Francoise <romain@orebokech.com>
11977
11978 * ldefs-boot.el: Update.
11979
11980 * subr.el (locate-library): Move from help-fns.el.
11981 * help-fns.el (locate-library): Move to subr.el.
11982
11983 2005-10-28 Richard M. Stallman <rms@gnu.org>
11984
11985 * net/tramp.el (tramp-completion-mode): defvar moved up.
11986
11987 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
11988
11989 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
11990
11991 * files.el (find-file-noselect): Use %d to format large file size.
11992
11993 * bindings.el (mode-line-format): Add %e.
11994
11995 * loadup.el ("facemenu"): Load unconditionally.
11996 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
11997 ("x-dnd"): Load, when appropriate.
11998
11999 * startup.el (command-line): Call before-init-hook earlier.
12000 Warn about some bad characters in -u user name.
12001
12002 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12003 (flyspell-external-point-words): Error if misspelled word is not found.
12004 Set flyspell-large-region-beg at end of word.
12005
12006 2005-10-28 Andreas Schwab <schwab@suse.de>
12007
12008 * view.el (View-revert-buffer-scroll-page-forward):
12009 Use view-page-size-default.
12010
12011 2005-10-28 Juri Linkov <juri@jurta.org>
12012
12013 * international/quail.el (quail-get-current-str): Translate last
12014 raw character for deterministic input methods.
12015
12016 2005-10-27 Jay Belanger <belanger@truman.edu>
12017
12018 * calc/calc-ext.el: Add functions to autoloads.
12019 (math-identity-matrix-p, math-ident-row-p): New functions.
12020
12021 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12022 multiplication by an identity matrix; don't turn multiplication by
12023 an inverse matrix into division.
12024 (math-div-symbol-fancy): Replace division by matrices with
12025 multiplication by inverse.
12026
12027 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12028
12029 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12030 (calc-writeoutpower): New functions.
12031
12032 2005-10-27 Romain Francoise <romain@orebokech.com>
12033
12034 * replace.el (occur-engine): Include colon in mouse-face highlight.
12035
12036 * dired-x.el: Change Maintainer field.
12037
12038 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12039
12040 * longlines.el (longlines-mode): Bind after-change-functions to
12041 nil during initial decoding and final encoding.
12042
12043 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12044
12045 * term.el (term-emulate-terminal, term-handle-colors-array)
12046 (term-handle-ansi-escape): Specify the terminfo capabilities
12047 implemented.
12048
12049 2005-10-26 Richard M. Stallman <rms@gnu.org>
12050
12051 * info.el (Info-fontify-node): Fix detection of sentence-break
12052 before *Note.
12053
12054 2005-10-26 Romain Francoise <romain@orebokech.com>
12055
12056 * smerge-mode.el: Add `tools' to file keywords.
12057
12058 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12059
12060 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12061 when the fringe is not available.
12062
12063 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12064 (def-gdb-auto-update-trigger): Simplify construction.
12065 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12066 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12067 defined explicitly.
12068 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12069 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12070 defined explicitly.
12071 (gdb-info-locals-custom): Remove as it's a no-op.
12072
12073 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12074
12075 * longlines.el (longlines-mode): Remove narrowing before
12076 performing the initial decoding or final encoding.
12077
12078 2005-10-25 Romain Francoise <romain@orebokech.com>
12079
12080 * emacs-lisp/find-func.el (find-library-name): Also strip
12081 extension if library name ends in .el, to take advantage of
12082 `find-library-suffixes'.
12083
12084 2005-10-25 Richard M. Stallman <rms@gnu.org>
12085
12086 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12087
12088 2005-10-25 Juri Linkov <juri@jurta.org>
12089
12090 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12091 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12092
12093 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12094
12095 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12096 (blackbox-redefine-key): Add argument `map'.
12097
12098 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12099 regions when moving the jit-lock-context-unfontify-pos boundary.
12100
12101 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12102
12103 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12104
12105 2005-10-25 Masatake YAMATO <jet@gyve.org>
12106
12107 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12108
12109 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12110
12111 * play/blackbox.el (blackbox-redefine-key): New function.
12112 (blackbox-mode-map): Use it to remap existing bindings for cursor
12113 motion instead of binding literal keys.
12114
12115 2005-10-25 Glenn Morris <rgm@gnu.org>
12116
12117 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12118 diary does not end in a newline. Do not assume a blank line at
12119 the start of the diary file.
12120
12121 2005-10-25 Kenichi Handa <handa@m17n.org>
12122
12123 * international/quail.el (quail-translate-key): If the input
12124 method is deterministic and failed to handle the last key, restart
12125 the key handling loop from an appropriate key.
12126
12127 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12128
12129 * vc.el (vc-dired-mode): Extend comment for binding of
12130 `directory-listing-before-filename-regexp'.
12131
12132 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12133
12134 * textmodes/texinfo.el (texinfo-mode):
12135 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12136 not to unnecessarily expose emacs-mule's internal char codes.
12137
12138 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12139
12140 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12141 Display hand pointer and help-echo on disabled icon too.
12142 (gdb-mouse-until): New function.
12143 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12144
12145 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12146
12147 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12148 with 2005-10-23 change to doctor.el.
12149
12150 * finder.el (finder-mode-map): Add follow-link binding.
12151
12152 2005-10-25 Kim F. Storm <storm@cua.dk>
12153
12154 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12155 to gdb-mouse-toggle-breakpoint-fringe.
12156 (gdb-mouse-toggle-breakpoint-margin): Rename from
12157 gdb-mouse-toggle-breakpoint. Fix doc.
12158 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12159 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12160 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12161 string properties also for fringe breakpoint bitmaps.
12162
12163 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12164
12165 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12166
12167 2005-10-25 Masatake YAMATO <jet@gyve.org>
12168
12169 * simple.el (completion-common-substring):
12170 Use `completion-common-substring' prior to `completion-base-size'.
12171
12172 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12173
12174 * savehist.el: Require CL while compiling.
12175 (savehist-history-variables): Remove.
12176 (savehist-save-minibuffer-history, savehist-additional-variables)
12177 (savehist-minibuffer-history-variables): New vars.
12178 (savehist-save): Use them.
12179 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12180 (savehist-install): New fun, extracted from savehist-load.
12181 (savehist-load): Use them.
12182
12183 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12184
12185 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12186 a dummy doc-string-elt property.
12187 (defalias, defvaralias, define-category): Add a docstring property.
12188
12189 * image.el (defimage):
12190 * widget.el (define-widget):
12191 * custom.el (defface, defcustom): Add `doc-string' declaration.
12192
12193 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12194 (defadvice): Add `doc-string' declaration.
12195
12196 * emacs-lisp/byte-run.el (macro-declaration-function):
12197 Handle `doc-string' declarations.
12198 (define-obsolete-function-alias, define-obsolete-variable-alias):
12199 Add `doc-string' declaration.
12200
12201 2005-10-24 Kenichi Handa <handa@m17n.org>
12202
12203 * international/utf-7.el (utf-7): Add autoload cookie.
12204
12205 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12206
12207 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12208
12209 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12210 list of directories passed to batch-update-autoloads. Add "." to
12211 the list of the echoed directories.
12212
12213 * pgg-def.el:
12214 * pgg-gpg.el:
12215 * pgg-parse.el:
12216 * pgg-pgp.el:
12217 * pgg-pgp5.el:
12218 * pgg.el: Moved here from the gnus subdirectory.
12219
12220 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12221
12222 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12223 in case comint-prompt-read-only is set to t.
12224
12225 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12226 in case comint-prompt-read-only is set to t.
12227
12228 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12229
12230 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12231 Now a string.
12232 (icalendar-import-format): Handle CLASS, STATUS, URL.
12233 Rename `subject' to `summary'.
12234 (icalendar-import-format-summary): Rename from
12235 `icalendar-import-format-subject'.
12236 (icalendar-import-format-url, icalendar-import-format-status)
12237 (icalendar-import-format-class): New variables.
12238 (icalendar--rris): Take variable argument list.
12239 (icalendar--datestring-to-isodate): Remove unnecessary
12240 calendar-style check when converting dates with explicit month names.
12241 (icalendar-export-region): Change return type of conversion
12242 subroutines. Bury current buffer unless error occurred.
12243 (icalendar--convert-to-ical)
12244 (icalendar--parse-summary-and-rest): New functions.
12245 (icalendar--convert-ordinary-to-ical)
12246 (icalendar--convert-weekly-to-ical)
12247 (icalendar--convert-yearly-to-ical)
12248 (icalendar--convert-block-to-ical)
12249 (icalendar--convert-cyclic-to-ical)
12250 (icalendar--convert-anniversary-to-ical): Change return type.
12251 Strip trailing blanks from subject.
12252 (icalendar--convert-sexp-to-ical): Change return type.
12253 Strip trailing blanks from subject. Handle simple sexp
12254 entries as generated by icalendar.el.
12255 (icalendar--convert-float-to-ical)
12256 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12257 (icalendar-import-file): Doc fix.
12258 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12259 Correct call to icalendar--rris.
12260 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12261 `summary'.
12262 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12263
12264 2005-10-24 Romain Francoise <romain@orebokech.com>
12265
12266 * server.el (server-sentinel): Set query-on-exit flag to nil on
12267 new client processes (it isn't inherited from the server process).
12268
12269 * replace.el (occur-engine): Rearrange text properties.
12270
12271 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12272
12273 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12274 case-fold-search is nil.
12275 (debug-help-follow): Use help-xref-interned directly.
12276
12277 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12278
12279 * thumbs.el (thumbs-image-type): Add .pbm.
12280
12281 2005-10-23 Richard M. Stallman <rms@gnu.org>
12282
12283 * faces.el (inhibit-face-set-after-frame-default): New variable.
12284 (set-face-attribute): Bind it.
12285 (face-set-after-frame-default): Test it.
12286
12287 * help-fns.el (describe-simplify-lib-file-name): New function.
12288 (describe-function-1, describe-variable): Use it.
12289
12290 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12291
12292 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12293 Eliminate nil as possible value.
12294 (tooltip-hide-delay): Reduce internal-border-width.
12295
12296 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12297 (menu-bar-file-menu) <new-file>: Likewise.
12298
12299 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12300
12301 * international/mule.el (load-with-code-conversion):
12302 Pass full file name to `eval-buffer' unless preloading.
12303
12304 * textmodes/flyspell.el (flyspell-large-region):
12305 Call ispell-check-version.
12306
12307 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12308 Fix the make-variable-buffer-local call that was supposed
12309 to be for this variable.
12310 (ispell-aspell-supports-utf8): Doc fix.
12311 (ispell-find-aspell-dictionaries): Preserve elements of
12312 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12313 (ispell-aspell-find-dictionary): Return nil on error.
12314
12315 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12316 (doctor-symptoms): Likewise.
12317
12318 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12319
12320 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12321
12322 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12323 (custom-raised-buttons): Add :set spec.
12324 (custom-button-unraised, custom-button-pressed-unraised):
12325 New faces, so that custom-raised-buttons actually does something.
12326 (custom-mode): Use custom-button and custom-button-pressed.
12327
12328 * wid-edit.el (widget-specify-button): Don't ignore
12329 widget-mouse-face on graphic terminals.
12330 (widget-move-and-invoke): Cleanup.
12331
12332 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12333
12334 * whitespace.el (whitespace-cleanup): Doc fix.
12335
12336 2005-10-23 Romain Francoise <romain@orebokech.com>
12337
12338 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12339 `eval-after-load' to avoid evaluating their result.
12340
12341 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12342
12343 * files.el (directory-listing-before-filename-regexp):
12344 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12345
12346 * dired.el (dired-move-to-filename-regexp): Remove.
12347 All occurences replaced by `directory-listing-before-filename-regexp'.
12348
12349 * dired-x.el, locate.el, vc.el:
12350 Replace `dired-move-to-filename-regexp' by
12351 `directory-listing-before-filename-regexp'. In vc.el it is
12352 overwritten locally; maybe this can be handled in files.el too.
12353
12354 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12355 replaced by `directory-listing-before-filename-regexp'.
12356
12357 2005-10-23 Andreas Schwab <schwab@suse.de>
12358
12359 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12360 and eval-next-after-load.
12361
12362 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12363
12364 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12365 exist, create it.
12366
12367 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12368
12369 * allout.el: Remove autoloads for mailcrypt and crypt++.
12370 Require pgg, pgg-gpg during compilation.
12371 (allout-version): Increment version number to 2.1, and use a literal
12372 rather than RCS Id.
12373 (allout-default-encryption-scheme): Remove.
12374 (allout-passphrase-verifier-handling)
12375 (allout-passphrase-verifier-string)
12376 (allout-file-passphrase-verifier-string)
12377 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12378 (allout-passphrase-hint-handling): Rename and simplify.
12379 (allout-init): Use `find-file-hook' if available, otherwise
12380 `find-file-hooks'.
12381 (allout-mode): Use `write-file-functions' if available, otherwise
12382 `local-write-file-hooks' and, instead of making auto-save-hook
12383 buffer local, make the write-file-hook activity contingent to
12384 allout-mode.
12385 (allout-mode): Use key-binding substitution in the docstring.
12386 (allout-kill-line): Spell-out kill ring data structure mutation
12387 instead of using byte-compiler-complaint-provoking `pop'.
12388 (allout-insert-listified): Use `insert' rather than `insert-string'
12389 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12390 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12391 (allout-encrypt-string): Totally revamped vis new underlying
12392 encryption facilities.
12393 (allout-mc-activate-passwd): Remove.
12394 (allout-obtain-passphrase): New, more or less replaces
12395 allout-mc-activate-passwd.
12396 (allout-encrypted-key-info): More or less replaces
12397 allout-encrypted-text-type.
12398 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12399 (my-mark-marker): Use `(featurep 'xemacs)'.
12400
12401 2005-10-23 Lars Hansen <larsh@soem.dk>
12402
12403 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12404 (byte-compile-file-form-defmumble, byte-compile-defun)
12405 (byte-compile-defmacro): Use it.
12406 (byte-compile-form): Don't call byte-compile-set-symbol-position
12407 when a byte-compile handler is called.
12408
12409 2005-10-22 Romain Francoise <romain@orebokech.com>
12410
12411 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12412
12413 * subr.el (eval-after-load): Convert library name to an absolute
12414 file name using locate-library, since load-history no longer has
12415 library names in it.
12416
12417 2005-10-22 Richard M. Stallman <rms@gnu.org>
12418
12419 * files.el (make-temp-file): Move from subr.el.
12420 * subr.el (make-temp-file): Move to files.el.
12421
12422 * window.el (get-buffer-window-list): Move from subr.el.
12423 * subr.el (get-buffer-window-list): Move to window.el.
12424
12425 * image.el (image-load-path): Use eval-at-startup to initialize.
12426
12427 * subr.el (eval-at-startup): New macro.
12428
12429 * subr.el: Much rearrangement of functions and division
12430 into pages. No code changes.
12431
12432 2005-10-22 Kenichi Handa <handa@m17n.org>
12433
12434 * tar-mode.el (tar-extract): Be sure to call
12435 find-operation-coding-system if set-auto-coding doesn't find a
12436 coding system.
12437
12438 2005-10-22 Kim F. Storm <storm@cua.dk>
12439
12440 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12441 Change users.
12442 (image-type-file-name-regexps): New defconst.
12443 (image-type-from-data): Simplify loop.
12444 (image-type-from-buffer): New defun.
12445 (image-type-from-file-header): Use it instead of image-type-from-data.
12446 Use image-search-load-path instead of only looking in data-directory.
12447 (image-type-from-file-name): New defun.
12448 (image-search-load-path): Change `pathname' to `filename'.
12449 Make PATH arg optional, default to image-load-path.
12450
12451 2005-10-21 Richard M. Stallman <rms@gnu.org>
12452
12453 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12454
12455 * textmodes/paragraphs.el (sentence-end-base): New variable.
12456 (sentence-end): Use sentence-end-base.
12457
12458 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12459
12460 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12461 property independently from the font-lock-multiline variable.
12462
12463 2005-10-21 Richard M. Stallman <rms@gnu.org>
12464
12465 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12466
12467 * startup.el (command-line): Convert library names
12468 in `load-history' to absolute file names.
12469
12470 * subr.el (symbol-file): Doc fix.
12471
12472 * loadhist.el (file-loadhist-lookup): Call locate-library
12473 instead of find-library-name. Don't try converting
12474 abs file names to library names, since load-history no longer
12475 has library names in it.
12476 (file-dependents, file-provides, file-requires): Doc fixes.
12477
12478 2005-10-21 Juri Linkov <juri@jurta.org>
12479
12480 * progmodes/etags.el (tags-table-mode): New function.
12481 (tags-verify-table): Replace initialize-new-tags-table with
12482 tags-table-mode.
12483
12484 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12485 default value.
12486 (desktop-modes-not-to-save): Add tags-table-mode to the
12487 default value.
12488
12489 * info.el (Info-index-next): Add total number of index
12490 alternatives to the message.
12491
12492 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12493 backward only space (instead of space and period) before looking
12494 at sentence end.
12495
12496 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12497 Add the old variable value as 4th default-value arg of read-string.
12498
12499 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12500
12501 * cus-face.el (custom-declare-face): Make face from X resources
12502 also on Mac.
12503
12504 * disp-table.el (standard-display-g1, standard-display-graphic):
12505 Refuse to use string glyphs also on Mac.
12506 (standard-display-european): Don't set terminal coding system also
12507 on Mac.
12508
12509 * frame.el (display-screens): Use x-display-screens also on Mac.
12510
12511 2005-10-21 Romain Francoise <romain@orebokech.com>
12512
12513 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12514
12515 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12516
12517 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12518 and $? into sexps.
12519
12520 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12521 warning face on open-paren-in-column-0.
12522
12523 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12524 boundary case. Fix typo.
12525 Suggested by Martin Rudalics <rudalics@gmx.at>.
12526
12527 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12528
12529 * textmodes/org.el (org-combined-agenda-icalendar-file)
12530 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12531 (org-export-icalendar-this-file)
12532 (org-export-icalendar-all-agenda-files)
12533 (org-export-icalendar-combine-agenda-files): New commands.
12534 (org-export-icalendar, org-print-icalendar-entries)
12535 (org-start-icalendar-file, org-finish-icalendar-file)
12536 (org-ical-ts-to-string): New functions.
12537 (org-read-date, org-goto-calendar)
12538 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12539 call to `calendar'.
12540 (orgtbl-setup): Remove the :keys arguments from the menu description.
12541 (org-after-save-iCalendar-file-hook): New variable.
12542
12543 2005-10-21 Kenichi Handa <handa@m17n.org>
12544
12545 * language/vietnamese.el (tcvn-5712): Make it an alias of
12546 vietnamese-tcvn coding-system.
12547
12548 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12549
12550 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12551 group id is given.
12552
12553 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12554
12555 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12556 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12557 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12558 whose line is either continued or ends with a comment.
12559
12560 2005-10-20 Romain Francoise <romain@orebokech.com>
12561
12562 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12563
12564 * replace.el (occur-engine): Add follow-link property.
12565
12566 * font-core.el (font-lock-mode): Doc fix.
12567
12568 2005-10-20 Richard M. Stallman <rms@gnu.org>
12569
12570 * net/rcirc.el: New file.
12571
12572 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12573
12574 * term.el (term-term-name): Initialize to "eterm-color".
12575
12576 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12577
12578 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12579 for encryption functionality.
12580 Move allout customization subgroup from `editing' to `outlines' group.
12581 Fix commentary keywords to legitimate ones.
12582 Update author info (using my current email address, obscurified).
12583 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12584 (allout-encrypted-topic-p, allout-encrypted-text-type)
12585 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12586 (allout-situate-encryption-key-verifier)
12587 (allout-get-encryption-key-verifier, allout-verify-key)
12588 (allout-next-topic-pending-encryption)
12589 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12590 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12591 (outline-key-verifier-handling, outline-key-hint-handling)
12592 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12593 (allout-file-key-verifier-string, allout-encryption-scheme)
12594 (allout-key-verifier-string, allout-key-hint-string)
12595 (allout-after-save-decrypt): New variables.
12596 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12597 (allout-after-saves-handler): New hook functions.
12598 (allout-post-command-business): Do allout-after-save-decrypt.
12599 (allout-enable-file-variable-adjustment): Custom var to enable
12600 mechanism for adding and adjusting settings of Emacs file variables.
12601 (allout-adjust-file-variable, allout-file-vars-section-data):
12602 New functions, implement the mechanism.
12603 (outlineify-sticky): Use the file vars mechanism.
12604 (allout-inhibit-protection, allout-during-write-cue)
12605 (allout-override-protect, allout-before-change-protect): Remove.
12606 (allout-flag-region, allout-open-topic): Adjust read-only text.
12607 (allout-open-line-not-read-only): Add to facilitate read-only
12608 text based protection.
12609 (allout-kill-line): Revise to adjust read-only text, clue the
12610 user about the inhibition.
12611 (allout-unprotected): Use unwind-protect.
12612 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12613 topic deeper than the offspring depth of the previous topic -
12614 avoiding confusing "containment discontinuities".
12615 (allout-reindent-bodies): Fix retention of body relative hanging
12616 indent during promotion of collapsed bodies.
12617 (allout-open-topic): Make it easy to open new topic with same
12618 bullet as current topic - topic creation functions provided with
12619 any universal argument provokes now prompt for bullet, defaulting
12620 to the bullet of the previous topic.
12621 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12622 Plain bullet alternates `.' period and `,' comma only. All other
12623 bullets are relegated to special status (but customizable).
12624 (allout-end-of-entry): Rename from allout-end-of-current-entry
12625 since it actually operates w.r.t. most immediately containing
12626 entry, visible or not.
12627 (allout-hide-current-entry, allout-show-current-entry): Use the
12628 revised version.
12629 (allout-old-expose-topic): Solidify deprecation.
12630 (allout-end-of-subtree): Add so we can span concealed as well
12631 as visible topics.
12632 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12633 (allout-end-of-current-heading): Tweak to just respect the first line.
12634 (allout-get-body-text): Add.
12635 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12636 when invoked interactively.
12637 (allout-up-current-level): Use `interactive-p'.
12638 (allout-mode, allout-init): Miscellaneous docstring and
12639 operational refinements, as well as hookups of new encryption stuff.
12640 (allout-beginning-of-current-entry): Now works as advertised.
12641 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12642 (allout-isearch-rectification): Refine condition for isearching.
12643 (allout-isearch-abort, allout-enwrap-isearch)
12644 (allout-flag-region, my-region-active-p): Relocate some macros.
12645 (allout-title): Fallback title is (buffer-name), not
12646 non-existing (current-buffer-name).
12647 (subst-char-in-string): Define if absent (for some XEmacs versions).
12648
12649 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12650
12651 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12652 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12653 (mail-citation-prefix-regexp, mail-signature-file)
12654 (mail-default-headers, mail-bury-selects-summary)
12655 (mail-send-nonascii): Add autoload cookies.
12656
12657 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12658
12659 * frame.el (blink-cursor-mode): Add `mac' to the list of
12660 window-system's that support blinking cursor.
12661
12662 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12663
12664 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12665
12666 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12667
12668 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12669 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12670 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12671
12672 2005-10-20 Kim F. Storm <storm@cua.dk>
12673
12674 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12675 (ido-set-current-directory): Don't add / after final @.
12676 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12677 Explicitly handle ange-ftp completion oddities.
12678 (ido-make-file-list): Don't rotate list at tramp root to avoid
12679 triggering tramp file handler for expand-file-name via get-file-buffer.
12680
12681 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12682
12683 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12684
12685 2005-10-19 Jay Belanger <belanger@truman.edu>
12686
12687 * calc/calc-units.el (math-standard-units): Add units, adjust
12688 symbols and update values.
12689 (math-unit-prefixes): Add more prefixes.
12690
12691 2005-10-19 Romain Francoise <romain@orebokech.com>
12692
12693 * bookmark.el (bookmark-menu-heading): New face.
12694 (bookmark-bmenu-list): Use it.
12695 Don't fiddle with `baud-rate' at top-level.
12696
12697 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12698
12699 * image.el (create-image, find-image): Mention max-image-size in
12700 docstring.
12701
12702 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12703
12704 * savehist.el (savehist-load): Revert to checking XEmacs.
12705
12706 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12707 Various docstring and line-width fixups.
12708 (conf-mode): Use cond.
12709 Set font-lock-defaults. Don't set comment-use-syntax.
12710
12711 2005-10-18 David Ponce <david@dponce.com>
12712
12713 * tree-widget.el (tree-widget-button-click): New function.
12714 (tree-widget-button-keymap): Use it.
12715
12716 2005-10-18 Romain Francoise <romain@orebokech.com>
12717
12718 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12719 (bookmark-bmenu-hide-filenames): Add follow-link property.
12720 Improve help-echo text.
12721
12722 * ffap.el (find-file-at-point): Doc fix.
12723
12724 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12725
12726 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12727
12728 2005-10-18 Masatake YAMATO <jet@gyve.org>
12729
12730 Install to the CVS repository what I forgot to install in my
12731 2005-10-16 changes.
12732
12733 * progmodes/python.el (python-complete-symbol): Pass the common
12734 prefix substring of completion to `display-completion-list'.
12735
12736 * textmodes/org.el (org-complete): Ditto.
12737
12738 2005-10-18 Masatake YAMATO <jet@gyve.org>
12739
12740 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12741
12742 * woman.el (WoMan-xref-man-page): New button type derived
12743 from `Man-abstract-xref-man-page'.
12744 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12745
12746 * man.el (Man-abstract-xref-man-page): New button type.
12747 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12748 (Man-highlight-references): Add new optional argument `xref-man-type'.
12749
12750 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12751
12752 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12753
12754 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12755
12756 * cus-edit.el (Custom-move-and-invoke): Delete.
12757 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12758
12759 * wid-edit.el (widget-move-and-invoke): New function, from
12760 Custom-move-and-invoke.
12761
12762 2005-10-17 Bill Wohler <wohler@newt.com>
12763
12764 Move all remaining images from lisp/toolbar to etc/images, move
12765 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12766 the low resolution images in their own directory (low-color).
12767
12768 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12769 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12770 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12771 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12772 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12773 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12774 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12775
12776 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12777 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12778 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12779 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12780 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12781 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12782 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12783 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12784 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12785 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12786 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12787 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12788 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12789 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12790 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12791
12792 To conform with convention, replace the underscore (_) in the
12793 following image names with dash (-) or (/) as appropriate.
12794
12795 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12796 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12797 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12798 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12799 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12800 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12801 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12802 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12803 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12804 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12805 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12806 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12807 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12808 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12809 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12810
12811 * info.el (info-tool-bar-map): Replace underscores in image names
12812 with dashes.
12813
12814 * makefile.w32-in (WINS): Remove toolbar.
12815
12816 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12817
12818 * tool-bar.el: Move to lisp from toolbar. Now that
12819 toolbar is empty, it should be deleted when folks run "cvs up -P".
12820
12821 2005-10-18 Jay Belanger <belanger@truman.edu>
12822
12823 * calc/calc-store.el (calc-store-into): Get the proper variable name
12824 to display in message.
12825
12826 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12827
12828 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12829 expressions display in speedbar for all buffers when debugging.
12830 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12831
12832 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12833 (speedbar-insert-button, speedbar-make-button):
12834 Use add-text-properties.
12835 (speedbar-update-localized-contents)
12836 (speedbar-update-directory-contents)
12837 (speedbar-update-special-contents): Use dolist.
12838 (speedbar-buffer-easymenu-definition): Add a menu separator.
12839
12840 2005-10-17 Jason Rumney <jasonr@gnu.org>
12841
12842 * makefile.w32-in: Use $(lisp) consistently.
12843 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12844 for shell specific generation of mh-autoloads.
12845
12846 2005-10-17 Richard M. Stallman <rms@gnu.org>
12847
12848 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12849
12850 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12851
12852 * jit-lock.el (jit-lock-fontify-now):
12853 Move jit-lock-context-unfontify-pos to avoid wasted work.
12854
12855 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12856
12857 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12858 `tramp-completion-mode' for checking if we are in completion mode.
12859 (tramp-completion-handle-file-name-all-completions): Reorder code
12860 in order to complete for file names only in case there are no
12861 method/user/host completions. This is necessary for cooperation
12862 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12863
12864 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12865
12866 * longlines.el (longlines-search-forward)
12867 (longlines-search-backward): Match any number of spaces.
12868
12869 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12870
12871 * diff-mode.el (diff-mode): Doc fix.
12872
12873 2005-10-16 David Reitter <david.reitter@gmail.com>
12874
12875 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12876 as default on darwin and windows systems.
12877
12878 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12879
12880 * arc-mode.el (archive-zip-extract): Doc fix.
12881
12882 2005-10-16 Romain Francoise <romain@orebokech.com>
12883
12884 * mouse.el (mouse-1-click-follows-link): Doc fix.
12885
12886 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12887
12888 * savehist.el: Don't require CL at runtime.
12889 (savehist-xemacs): Remove.
12890 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12891 (savehist-no-conversion): Use (featurep 'xemacs).
12892 (savehist-load): Check existence of start-itimer rather than XEmacs.
12893 Use an idle timer.
12894 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12895 `delete-if-not'.
12896
12897 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12898
12899 * savehist.el: Newer version.
12900 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12901 (savehist-last-checksum, savehist-no-conversion): New vars.
12902 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12903 New functions.
12904 (savehist-load, savehist-save): Use them.
12905 (savehist-delimit): Remove.
12906
12907 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12908
12909 * progmodes/compile.el (compilation-goto-locus): Display the
12910 compilation buffer first and the source buffer second, in case they're
12911 in overlapping frames. Don't raise the compilation frame if it was the
12912 selected window upon entry. Pass the `other-window' arg to
12913 pop-to-buffer.
12914
12915 * info.el (Info-fontify-node): Use dolist.
12916 Change add-text-properties to put-text-property.
12917
12918 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12919
12920 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12921 bound of search.
12922
12923 2005-10-16 Masatake YAMATO <jet@gyve.org>
12924
12925 * dabbrev.el (dabbrev-completion): Pass the common
12926 prefix substring of completion to `display-completion-list'.
12927
12928 * filecache.el (file-cache-minibuffer-complete)
12929 (file-cache-complete): Ditto.
12930
12931 * tempo.el (tempo-display-completions): Ditto.
12932
12933 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12934
12935 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12936
12937 * eshell/em-hist.el (eshell-list-history): Ditto.
12938
12939 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12940
12941 * mail/mailalias.el (mail-complete): Ditto.
12942
12943 * progmodes/etags.el (complete-tag): Ditto.
12944
12945 * progmodes/make-mode.el (makefile-complete): Ditto.
12946
12947 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12948
12949 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12950
12951 * progmodes/pascal.el (pascal-complete-word)
12952 (pascal-show-completions): Ditto.
12953
12954 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12955
12956 * simple.el (completion-common-substring): New variable.
12957 (completion-setup-function): Use `completion-common-substring'
12958 to put faces.
12959
12960 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12961
12962 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12963 (x-get-selection, mac-select-convert-to-string): Convert from/to
12964 UTF-16 clipboard data as in native byte order, no BOM.
12965
12966 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12967
12968 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12969 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12970 (gud-sentinel): Use speedbar-frame to check for speedbar.
12971
12972 2005-10-15 Richard M. Stallman <rms@gnu.org>
12973
12974 * savehist.el: New file.
12975
12976 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
12977
12978 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
12979 Fix bug in \bf fontification.
12980
12981 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * pcvs.el (cvs-edit-log-files): New var.
12984 (cvs-mode-edit-log): New arg `file'.
12985 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
12986 Instead force the use of the original file and nothing else.
12987 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
12988 the cvs-minor-wrap-function is set.
12989 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
12990
12991 2005-10-14 Bill Wohler <wohler@newt.com>
12992
12993 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
12994 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
12995 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
12996 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
12997 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
12998 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
12999 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13000 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13001 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13002 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13003 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13004 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13005 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13006 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13007 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13008
13009 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13010 appropriately (for example, gud-break to gud/break).
13011
13012 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13013
13014 * longlines.el (longlinges-search-function)
13015 (longlines-search-forward, longlines-search-backward): New functions.
13016 (longlines-mode): Set isearch-search-fun-function to
13017 longlinges-search-function.
13018
13019 * mouse.el (mouse-drag-region-1): Handle the case where a
13020 double-click event is bound to an arbitrary function.
13021
13022 2005-10-14 David Ponce <david@dponce.com>
13023
13024 * recentf.el (recentf-track-opened-file)
13025 (recentf-track-closed-file, recentf-update-menu)
13026 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13027 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13028 mouse-1-click-follows-link.
13029
13030 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13031
13032 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13033 Gnome file-manager.png. Suggested by
13034 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13035
13036 * toolbar/README: Add diropen.xpm.
13037
13038 2005-10-13 Bill Wohler <wohler@newt.com>
13039
13040 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13041 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13042
13043 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13044
13045 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13046 Don't waste the byte-compiler's time on constant data.
13047
13048 2005-10-13 Kenichi Handa <handa@m17n.org>
13049
13050 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13051 byte with `escape-glyph' face.
13052
13053 * international/fontset.el (ccl-encode-unicode-font):
13054 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13055 Handle the case that ucs-mule-to-mule-unicode translates a character to
13056 ASCII (usually for IPA characters).
13057
13058 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13059
13060 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13061 Don't hide the underline of titles if font-lock-mode is disabled.
13062
13063 2005-10-12 Bill Wohler <wohler@newt.com>
13064
13065 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13066 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13067 files in MH-E-SRC have been updated.
13068 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13069
13070 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13071
13072 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13073 (mixal-mode-syntax-table): Add \n as end-comment.
13074 (mixal-operation-codes-alist): Immediately initialize to full value.
13075 (mixal-add-operation-code): Remove.
13076 (mixal-describe-operation-code): Make the arg non-optional.
13077 Use the interactive spec instead.
13078 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13079 (mixal-font-lock-keywords): Don't highlight comments here any more.
13080 (mixal-font-lock-syntactic-keywords): New var.
13081 (mixal-mode): Use it. Fix comment-start-skip.
13082
13083 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13084
13085 * startup.el (command-line-x-option-alist): -nb => -nbi
13086
13087 2005-10-12 Kim F. Storm <storm@cua.dk>
13088
13089 * startup.el (fancy-splash-default-action): Discard mouse click in
13090 the splash screen window, as it has no sensible meaning in the
13091 next window to be selected. Fixes error reported by Jan D.
13092
13093 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13094
13095 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13096
13097 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13098
13099 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13100 Try to fix up minor layout issues like indentation, line break, etc...
13101 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13102 because it doesn't work.
13103 (mixal-operation-codes): Add some more codes.
13104 (mixal-font-lock-keywords): Process comments here.
13105 (mixal-mode): mixasm no longer needs -g option.
13106
13107 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13108
13109 * progmodes/sh-script.el (sh-tmp-file):
13110 Use mktemp -t. Finish support for es and rc shells.
13111
13112 2005-10-11 Jay Belanger <belanger@truman.edu>
13113
13114 * calc/calcalg2.el (calc-integral): With an argument, compute the
13115 definite integral.
13116
13117 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13118
13119 * mouse.el (mouse-drag-region-1): Don't try to catch a
13120 double-click when doing follow-link (it's overridden anyway).
13121
13122 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13123
13124 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13125 (autoload-print-form-outbuf): Add docstring.
13126
13127 2005-10-11 Juri Linkov <juri@jurta.org>
13128
13129 * info.el (Info-mode-menu): Delete menu item "Edit".
13130 (Info-mode): Delete description of Info-edit from docstring,
13131 and rearrange descriptions of Info commands in the order
13132 they are documented in the Info manual.
13133
13134 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13135
13136 * calendar/appt.el (appt-check): Use diary-selective-display var.
13137
13138 2005-10-10 Richard M. Stallman <rms@gnu.org>
13139
13140 * net/newsticker.el (newsticker-start, newsticker-show-news):
13141 Add autoload cookies.
13142
13143 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13144
13145 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13146
13147 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13148
13149 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13150
13151 2005-10-10 Jay Belanger <belanger@truman.edu>
13152
13153 * calc/calc-arith.el (math-check-known-scalarp)
13154 (math-check-known-matrixp): Check the values of arguments that are
13155 variables.
13156 (math-check-known-square-matrixp): New function.
13157 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13158 (math-super-types): Add sqmatrix type.
13159
13160 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13161 mode name `square' to `sqmatrix'.
13162
13163 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13164 mode name `square' to `sqmatrix'.
13165
13166 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13167
13168 * progmodes/etags.el (select-tags-table-mode): Don't use
13169 selective-display.
13170 (tags-select-tags-table): Pass `button' to the action function.
13171 (select-tags-table): Place the side-info on button properties rather
13172 than in hidden text. Abbreviate file names.
13173 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13174 (select-tags-table-select): Add `button' argument.
13175 Get side-info from the button property rather than from hidden text.
13176
13177 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13178
13179 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13180 (gud-speedbar-buttons): Preserve point if possible.
13181 (gud-sentinel): Restore previous speedbar display type.
13182
13183 * progmodes/gdb-ui.el (gdba): Improve diagram.
13184 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13185 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13186 Call get-buffer-window once.
13187
13188 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13191 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13192 (pascal-indent-command): Remove unused var `ind'.
13193 (pascal-indent-case): Remove unused var `oldpos'.
13194 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13195 since it's now used as a proper minor mode map.
13196 (pascal-outline): Rename to pascal-outline-mode.
13197 (pascal-outline-mode): Use define-minor-mode.
13198 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13199 selective-display.
13200
13201 2005-10-10 Andreas Schwab <schwab@suse.de>
13202
13203 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13204 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13205
13206 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13207 outside source directory.
13208
13209 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13210
13211 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13212 C-x' as a prefix.
13213 (orgtbl-mode-map): Full keymap instead of sparse, because all
13214 `self-insert-command' keys are redefined in this map.
13215 (org-export-as-html): Specify charset for HTML file, by taking it
13216 from the coding system.
13217
13218 2005-10-10 Kenichi Handa <handa@m17n.org>
13219
13220 * textmodes/flyspell.el (flyspell-check-word-p):
13221 If unread-command-events is non-empty, don't call sit-for.
13222
13223 2005-10-09 Richard M. Stallman <rms@gnu.org>
13224
13225 * font-lock.el (font-lock-syntactic-keywords)
13226 (font-lock-keywords): Doc fixes.
13227
13228 * textmodes/flyspell.el (flyspell-external-point-words):
13229 Simplify logic, and don't try to check for consecutive appearances
13230 of one incorrect word.
13231
13232 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13233
13234 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13235 separator.
13236
13237 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13238 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13239 (gud-expansion-speedbar-buttons): New function.
13240 (gud-speedbar-buttons): Check for gud-comint-buffer.
13241
13242 2005-10-09 Bill Wohler <wohler@newt.com>
13243
13244 * Makefile.in (updates): Add mh-loaddefs dependency.
13245
13246 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13247
13248 * speedbar.el (speedbar-file-key-map): Fix typo.
13249
13250 2005-10-09 Daniel Brockman <daniel@brockman.se>
13251
13252 * cus-start.el (line-spacing): Add custom spec.
13253
13254 2005-10-09 Romain Francoise <romain@orebokech.com>
13255
13256 * textmodes/ispell.el (ispell-check-version): Fix last change.
13257
13258 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13259
13260 * term/x-win.el: Remove -i, --icon-type from comment.
13261
13262 * startup.el (command-line-x-option-alist): Remove options -i,
13263 -itype, --icon-type, added -nb, --no-bitmap-icon
13264
13265 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13266
13267 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13268 instead of :active.
13269
13270 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13271
13272 * textmodes/ispell.el (ispell-check-version):
13273 Ignore hyphen, and all that follows, in aspell's version text.
13274
13275 2005-10-08 Jay Belanger <belanger@truman.edu>
13276
13277 * calc/calc-arith.el (math-known-square-matrixp): New function.
13278 (math-pow-fancy): Check for matrices before distributing exponent
13279 across products.
13280
13281 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13282 fullscreen keypad. Suggested by Luc Teirlinck.
13283 (calc-keypad-show-input): Add space for formatting.
13284
13285 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13286 Add square matrix option.
13287
13288 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13289 of checking calc-matrix-mode when deciding how to expand.
13290
13291 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13292
13293 2005-10-08 Lars Hansen <larsh@soem.dk>
13294
13295 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13296 Add error handling.
13297 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13298
13299 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13300
13301 Sync with Tramp 2.0.51.
13302
13303 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13304 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13305 Insert special handling for `last-coding-system-used', again
13306 it still seems to be necessary (unlike stated before).
13307 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13308 (tramp-password-prompt-regexp): There might be other words before
13309 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13310 (tramp-chunksize): Improve docstring.
13311 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13312 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13313 Christian Joergensen <bugs@razor.dk>.
13314
13315 2005-10-07 Glenn Morris <rgm@gnu.org>
13316
13317 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13318 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13319 precision'.
13320
13321 2005-10-07 Romain Francoise <romain@orebokech.com>
13322
13323 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13324 (ibuffer-do-shell-command-pipe-replace)
13325 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13326 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13327 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13328 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13329 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13330 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13331 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13332 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13333 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13334 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13335 Autoload file sans suffix.
13336
13337 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13338
13339 2005-10-07 David Ponce <david@dponce.com>
13340
13341 * recentf.el (recentf-menu-open-all-flag): New option.
13342 (recentf-digit-shortcut-command-name): New function.
13343 (recentf--shortcuts-keymap): New variable.
13344 (recentf-menu-shortcuts): New variable.
13345 (recentf-make-menu-items): Initialize it. Replace the "More..."
13346 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13347 (recentf-menu-value-shortcut): New function.
13348 (recentf-make-menu-item): Use it. No more in-lined.
13349 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13350 (recentf-open-most-recent-file): Rename from
13351 `recentf-open-file-with-key'. Don't depend on key binding.
13352 (recentf-mode-map): New variable.
13353 (recentf-mode): Use it.
13354
13355 2005-10-06 Bill Wohler <wohler@newt.com>
13356
13357 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13358
13359 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13360 (MH-E-SRC): New. Used by mh-autoloads.
13361 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13362 files in MH-E-SRC have been updated.
13363 (compile, recompile, bootstrap): Depend on mh-autoloads.
13364
13365 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13366
13367 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13368 gud-break and gud-remove icons when the fringe is not available.
13369
13370 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13371 Typo.
13372
13373 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13374
13375 * play/zone.el (zone): Wrap body with save-window-excursion.
13376
13377 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13378
13379 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13380 Use the new `list-only' arg to diary-list-entries.
13381
13382 * calendar/diary-lib.el: Use overlays rather than selective-display.
13383 (diary-selective-display): New var.
13384 (diary-header-line-format): Use it.
13385 (diary-list-entries): Add argument `list-only'.
13386 Put the buffer in diary-mode. Don't add \^M at beg and end.
13387 Replace \^M by invisible overlays.
13388 (diary-unhide-everything): Replace \^M by invisible overlays.
13389 (print-diary-entries): Look for overlays rather than \^M.
13390 Add a space to the temp buffer name.
13391 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13392 Put the buffer in diary-mode.
13393 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13394 (diary-anniversary): Make the year arg optional.
13395 (diary-time-regexp): New const.
13396 (diary-font-lock-keywords): Use it to accept a few more time formats.
13397
13398 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13399
13400 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13401
13402 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13403 Fix bug introduced 2005-07-03: Use (car (last ...))
13404 to faithfully reproduce replaced artist-last.
13405 (artist-set-arrow-points-for-poly): Likewise.
13406 Suggested by Johan Bockg\e,Ae\e(Brd.
13407
13408 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13409
13410 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13411 * wid-edit.el (widget):
13412 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13413 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13414
13415 2005-10-06 Kenichi Handa <handa@m17n.org>
13416
13417 * international/mule-cmds.el (set-language-environment):
13418 Fix setting up of case-table for unibyte mode.
13419
13420 * simple.el (what-cursor-position): If the character is displayed
13421 by some `display' text property, show that. Don't use
13422 single-key-description for eight-bit characters in multibyte mode.
13423
13424 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13425
13426 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13427 (gdb-ann3): Set it.
13428 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13429 (gdb-info-frames-custom): Use inverse-video for first five
13430 characters of selected frame only.
13431 (gdb-get-frame-number): Select frame even when point is on frame
13432 number.
13433
13434 2005-10-06 Masatake YAMATO <jet@gyve.org>
13435
13436 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13437 Put `font-lock-function-name-face'.
13438 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13439 and `font-lock-variable-name-face'
13440 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13441 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13442 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13443 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13444 (gdb-local-font-lock-keywords): New font lock keywords definition.
13445 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13446 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13447 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13448
13449 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13450
13451 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13452 (ediff-merge-region-is-non-clash-to-skip): Previously called
13453 ediff-merge-region-is-non-clash.
13454
13455 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13456 Use insert-buffer-substring.
13457
13458 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13459 selecting files to patch. Also bug fixes.
13460
13461 * ediff-util.el (ediff-setup): Bug fix.
13462 (ediff-next-difference): Never skip clashes that differ in white
13463 space only.
13464
13465 * ediff-wind.el (ediff-setup-control-frame)
13466 (ediff-destroy-control-frame): Check the menubar feature.
13467
13468 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13469 (viper-refresh-mode-line): Use make-local-variable to localize
13470 some vars instead of make-variable-buffer-local. Suggested by
13471 Stefan Monnier.
13472
13473 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13474 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13475 Use make-local-variable instead of make-variable-buffer-local.
13476 Suggested by Stefan Monnier.
13477
13478 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13479 (viper-comint-mode-hook): Use make-local-variable on
13480 require-final-newline.
13481 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13482
13483 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13484
13485 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13486 also the second char of a comment-start sequence.
13487 (scheme-sexp-comment-syntax-table): New var.
13488 (lambda, define): Set their scheme-doc-string-elt property.
13489 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13490 Use lisp-font-lock-syntactic-face-function now that it properly
13491 handles |...| symbols.
13492 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13493 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13494
13495 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13496 bit from # to |.
13497 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13498
13499 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13500 (lisp-doc-string-elt-property): New var.
13501 (lisp-font-lock-syntactic-face-function): Use it.
13502 Rewrite to recognize docstrings even for forms not at toplevel.
13503
13504 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13505 annotation on the | part of #| rather than on the # part.
13506 (scheme-font-lock-syntactic-face-function): New function, to
13507 distinguish strings from |...| symbols.
13508 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13509 syntax-table so that #|...|# is properly highlighted.
13510
13511 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13512 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13513
13514 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13515
13516 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13517 and C-e.
13518
13519 * emacs-lisp/eldoc.el: Move comments into docstrings.
13520 (eldoc-message-commands): Initialize in its declaration.
13521 Add move-beginning-of-line and move-end-of-line.
13522 (eldoc-add-command, eldoc-add-command-completions)
13523 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13524
13525 * outline.el (outline-mark-subtree): Activate the mark.
13526
13527 * calendar/appt.el (appt-time-regexp): New var.
13528 (appt-add, appt-make-list): Use it.
13529 (appt-convert-time): Clean up.
13530
13531 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13532 Don't set any syntax-table property here.
13533 (tex-font-lock-verb): New function. Do it here.
13534 (tex-font-lock-syntactic-keywords): Use it.
13535
13536 2005-10-04 Richard M. Stallman <rms@gnu.org>
13537
13538 * wid-edit.el (widget-file-complete): Get the widget start point
13539 the right way. Default directory to `/' if file has none.
13540
13541 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13542
13543 * textmodes/flyspell.el (flyspell-mode-on):
13544 Call ispell-maybe-find-aspell-dictionaries.
13545
13546 * textmodes/ispell.el (ispell-word, ispell-region):
13547 Call ispell-maybe-find-aspell-dictionaries.
13548 (ispell-accept-buffer-local-defs):
13549 Don't call ispell-maybe-find-aspell-dictionaries
13550
13551 2005-10-04 Richard M. Stallman <rms@gnu.org>
13552
13553 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13554
13555 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13556
13557 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13558 instead of `fboundp' in order to allow for anonymous functions.
13559
13560 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13561
13562 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13563 case the user clicks on the link while another window is selected.
13564 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13565
13566 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13567 functionality.
13568 (dframe-help-echo): Save point in case mouse tracking is off.
13569
13570 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13571
13572 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13573
13574 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13575
13576 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13577 not change the global value of those vars.
13578
13579 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13580 make-local-variable which we do not need any more.
13581
13582 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13583
13584 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13585 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13586 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13587 (speedbar-path-line): Define obsolete aliases.
13588 (speedbar-line-directory): Doc fix.
13589
13590 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13591 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13592 instead of speedbar-line-path.
13593
13594 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13595
13596 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13597 to nil if dropping on a window. Handle dropping on a minibuffer window
13598 like dropping on a non-window part of Emacs.
13599
13600 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13601
13602 * net/ange-ftp.el: Use with-current-buffer.
13603 (ange-ftp-insert-directory): Do not follow symlinks any more.
13604
13605 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13606 Remove interactive spec.
13607
13608 2005-10-03 Kim F. Storm <storm@cua.dk>
13609
13610 * ido.el (ido-mode): Use custom-initialize-set.
13611
13612 2005-10-02 Richard M. Stallman <rms@gnu.org>
13613
13614 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13615 Use insert-buffer-substring.
13616
13617 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13618 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13619
13620 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13621
13622 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13623 in last change.
13624 (ange-ftp-insert-directory): Fix up the search for the case where
13625 `file' is absolute.
13626
13627 2005-10-02 Romain Francoise <romain@orebokech.com>
13628
13629 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13630
13631 2005-10-02 Andreas Schwab <schwab@suse.de>
13632
13633 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13634 directory component in the session info.
13635
13636 2005-10-01 Richard M. Stallman <rms@gnu.org>
13637
13638 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13639
13640 * simple.el (next-error-internal): New function.
13641
13642 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13643 (compilation-start): Pass new arg to compilation-buffer-name.
13644 (compile-goto-error): Use next-error-internal.
13645
13646 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13647
13648 * speedbar.el: Remove RCS tag.
13649 (speedbar-check-read-only): Handle non-existent files.
13650
13651 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13652
13653 * info.el (Info-speedbar-hierarchy-buttons)
13654 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13655
13656 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13657
13658 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13659 Do not match newline.
13660 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13661 (bibtex-summary): Remove unnecessary save-excursion.
13662 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13663
13664 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13665
13666 * term/mac-win.el: Add charset info for "iso10646-1".
13667 Modify default fontset to use ATSUI-compatible fonts for some charsets
13668 if available.
13669
13670 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13671
13672 * speedbar.el: Re-apply arch tag.
13673 (speedbar-version): Rename to version 1.0. Suggested by Eric
13674 M. Ludlam.
13675 Reapply two changes from Emacs CVS' version of speedbar lost
13676 during the merge:
13677 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13678 (speedbar-frame-parameters): Improve customize type.
13679
13680 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13681
13682 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13683 (ange-ftp-file-directory-p): Fix the symlink case.
13684 (ange-ftp-insert-directory): When listing a single file, get a list of
13685 the parent buffer and extract the relevant line. Inspired from a patch
13686 by Katsumi Yamaoka <yamaoka@jpl.org>.
13687 (ange-ftp-file-name-sans-versions): Simplify.
13688
13689 2005-09-30 Bill Wohler <wohler@newt.com>
13690
13691 Move MH-E image files from toolbar and mail directories into
13692 etc/images.
13693
13694 * mail/reply2.*: Move to etc/images/mail/reply*.
13695
13696 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13697 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13698 etc/images.
13699
13700 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13701 * toolbar/reply*: Move to etc/images/mail.
13702
13703 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13704
13705 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13706
13707 * speedbar.el: New version 1.0pre3.
13708
13709 Frame management code (including timer, and mouse click specifics)
13710 moved to dframe.el:
13711 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13712 (speedbar-timer): Removed. Use dframe-timer.
13713 (speedbar-close-frame): Removed. Use dframe-close-frame.
13714 (speedbar-activity-change-focus-flag): Removed. Use
13715 dframe-activity-change-focus-flag.
13716 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13717 dframe-update-speed.
13718
13719 (speedbar-current-frame): New macro. Use this instead of the
13720 variable speedbar-frame.
13721
13722 (speedbar-use-images, speedbar-expand-image-button-alist)
13723 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13724
13725 (speedbar-find-image-on-load-path): Removed. Replaced by
13726 defezimage in ezimage.el.
13727 (speedbar-expand-image-button-alist): Removed. Replaced by
13728 ezimage-expand-image-button-alist in ezimage.el.
13729
13730 (speedbar-ignored-directory-regexp)
13731 (speedbar-add-ignored-directory-regexp)
13732 (speedbar-ignored-directory-expressions)
13733 (speedbar-line-directory, speedbar-buffers-line-directory)
13734 (speedbar-directory-line, speedbar-buffers-line-directory):
13735 Renamed, replacing `path' with `directory'.
13736
13737 (speedbar-create-directory, speedbar-expand-line-descendants)
13738 (speedbar-toggle-line-expansion)
13739 (speedbar-contract-line-descendants): New commands.
13740
13741 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13742 (speedbar-use-tool-tips-flag): New options.
13743
13744 (speedbar-check-read-only, speedbar-require-version)
13745 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13746 (speedbar-handle-delete-frame, speedbar-try-completion)
13747 (speedbar-update-localized-contents): New functions.
13748
13749 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13750 (speedbar-object-read-only-indicator): New variables.
13751
13752 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13753 New hooks.
13754
13755 (speedbar-separator-face): New face.
13756
13757 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13758 (speedbar-ignored-modes): Add fundamental-mode.
13759 (speedbar-directory-unshown-regexp): Add . directories.
13760
13761 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13762 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13763 `]' for full expand/close.
13764 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13765
13766 (speedbar-check-vc): Support hidden files.
13767 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13768 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13769 state is nil, it is not checked out.
13770
13771 (speedbar-line-text, speedbar-line-token): Support expand buttons
13772 with no text.
13773 (speedbar-refresh): Universal argument acts as power-click.
13774 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13775 that buffer to get variable values.
13776
13777 And many other bugfixes.
13778
13779 * dframe.el, ezimage.el, sb-image.el: New files.
13780
13781 * sb-*.xpm: Remove files. New image files installed into
13782 etc/images/ezimage.
13783
13784 2005-09-30 Kenichi Handa <handa@m17n.org>
13785
13786 * ps-mule.el (ps-mule-show-warning): If a character is in
13787 ps-print-translation-table, don't treat it as non-printable.
13788
13789 2005-09-30 David Ponce <david@dponce.com>
13790
13791 * tree-widget.el (tree-widget-themes-load-path): New variable.
13792 (tree-widget-themes-directory): Doc fix.
13793 (tree-widget-image-formats) [Emacs]: Doc fix.
13794 (tree-widget--locate-sub-directory): New function.
13795 (tree-widget-themes-directory): Use it.
13796
13797 * recentf.el (recentf-filename-handlers): Rename from
13798 `recentf-filename-handler'. Allow a list of functions.
13799 (recentf-menu-items-for-commands): Fix :help strings.
13800 (recentf-apply-filename-handlers): New function.
13801 (recentf-expand-file-name): Use it.
13802 (recentf-cleanup): Remove duplicates too.
13803
13804 2005-09-29 Juri Linkov <juri@jurta.org>
13805
13806 * faces.el: Rearrange face definitions to be in the same order as
13807 their face descriptions in "(emacs)Standard Faces".
13808
13809 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13810
13811 * tooltip.el (tooltip): Add group `basic-faces'.
13812
13813 * buff-menu.el (Buffer-menu-buffer): Remove group
13814 `font-lock-highlighting-faces'.
13815
13816 * progmodes/compile.el (compilation-error, compilation-warning)
13817 (compilation-info, compilation-line-number, compilation-column-number):
13818 Change group from `font-lock-highlighting-faces' to `compilation'.
13819
13820 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13821 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13822 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13823 (vhdl-font-lock-reserved-words-face)
13824 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13825 `font-lock-highlighting-faces'.
13826
13827 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13828
13829 2005-09-28 Kim F. Storm <storm@cua.dk>
13830
13831 * emulation/cua-base.el: Set CUA move property on additional commands:
13832 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13833 forward-sexp, backward-sexp, forward-list, backward-list.
13834
13835 2005-09-28 Romain Francoise <romain@orebokech.com>
13836
13837 * comint.el (comint-show-output): Really set point at the
13838 beginning of the output when not using `comint-use-prompt-regexp'.
13839
13840 2005-09-27 Jay Belanger <belanger@truman.edu>
13841
13842 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13843 in TeX mode.
13844
13845 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13846
13847 * textmodes/org.el (org-table-sum): Fix format string.
13848
13849 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13850 Quote face names.
13851
13852 2005-09-26 Romain Francoise <romain@orebokech.com>
13853
13854 * isearch.el (isearch-forward-regexp): Close doc string.
13855
13856 2005-09-25 Richard M. Stallman <rms@gnu.org>
13857
13858 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13859
13860 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13861
13862 * progmodes/compile.el (compilation-error-properties):
13863 When getting the file from the previous error message,
13864 correctly decode the new data format.
13865
13866 * progmodes/cc-cmds.el (c-electric-paren):
13867 Call old-blink-paren only for close-paren.
13868
13869 2005-09-24 Andreas Schwab <schwab@suse.de>
13870
13871 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13872 condition.
13873
13874 2005-09-25 Romain Francoise <romain@orebokech.com>
13875
13876 * dired-aux.el (dired-copy-file-recursive):
13877 * dired.el (dired-delete-file):
13878 * ediff-mult.el (ediff-dir-diff-copy-file):
13879 * ediff-util.el (ediff-test-save-region):
13880 * forms.el (forms-mode):
13881 * ido.el (ido-file-internal, ido-delete-file-at-head):
13882 * log-edit.el (log-edit-done):
13883 * ses.el (ses-yank-resize):
13884 * play/gomoku.el (gomoku-human-plays, gomoku)
13885 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13886 (gomoku-offer-a-draw):
13887 * play/landmark.el (lm-human-resigns, lm):
13888 * net/eudcb-ldap.el (eudc-ldap-check-base):
13889 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13890 * progmodes/ebrowse.el (ebrowse-find-pattern):
13891 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13892 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13893 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13894
13895 * vc.el (vc-delete-file):
13896 * play/gomoku.el (gomoku-terminate-game, gomoku)
13897 (gomoku-prompt-for-move, gomoku-human-takes-back):
13898 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13899 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13900
13901 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13902
13903 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13904 color rxvt terminals by using the code xterm.el used to use before
13905 2005-04-09 in order to match the colors used by rxvt.
13906
13907 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13908
13909 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13910 colors rxvt-unicode terminals by using the same code as xterm.el.
13911
13912 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13913
13914 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13915 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13916 new symbol used for the tex-verbatim face.
13917
13918 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13919
13920 * woman.el (woman-file-name):
13921 * wid-edit.el (widget-file-prompt-value)
13922 (widget-coding-system-prompt-value):
13923 * w32-fns.el (set-w32-system-coding-system):
13924 * vc.el (vc-version-diff, vc-annotate):
13925 * textmodes/reftex-auc.el (reftex-arg-cite)
13926 (reftex-arg-index-tag):
13927 * textmodes/refer.el (refer-get-bib-files):
13928 * textmodes/artist.el (artist-figlet-choose-font):
13929 * terminal.el (terminal-emulator):
13930 * replace.el (occur-read-primary-args):
13931 * rect.el (string-rectangle, string-insert-rectangle):
13932 * ps-print.el (ps-print-preprint):
13933 * progmodes/pascal.el (pascal-goto-defun):
13934 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13935 * progmodes/compile.el (compilation-find-file):
13936 * printing.el (pr-interactive-n-up):
13937 * play/animate.el (animate-birthday-present):
13938 * net/rcompile.el (remote-compile):
13939 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13940 * mail/rmailsum.el (rmail-summary-search-backward)
13941 (rmail-summary-search):
13942 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13943 (rmail-output-read-file-name):
13944 * mail/rmail.el (rmail-search, rmail-search-backwards):
13945 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13946 * locate.el (locate):
13947 * international/quail.el (quail-show-keyboard-layout):
13948 * international/mule.el (set-buffer-file-coding-system)
13949 (revert-buffer-with-coding-system, set-file-name-coding-system)
13950 (set-terminal-coding-system, set-keyboard-coding-system)
13951 (set-next-selection-coding-system):
13952 * international/mule-diag.el (describe-coding-system)
13953 (describe-font, describe-fontset):
13954 * international/mule-cmds.el (universal-coding-system-argument)
13955 (search-unencodable-char, describe-input-method)
13956 (set-language-environment, describe-language-environment):
13957 * international/codepage.el (codepage-setup):
13958 * international/code-pages.el (codepage-setup):
13959 * info.el (Info-search, Info-follow-reference)
13960 (Info-search-backward):
13961 * emacs-lisp/advice.el (ad-read-advised-function)
13962 (ad-read-advice-class, ad-clear-cache, ad-activate)
13963 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13964 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13965 (ad-read-regexp):
13966 * ediff-util.el (ediff-toggle-regexp-match):
13967 * ediff-ptch.el (ediff-prompt-for-patch-file):
13968 * dired-aux.el (dired-diff):
13969 * diff.el (diff):
13970 * cus-edit.el (custom-variable-prompt):
13971 * calendar/timeclock.el (timeclock-ask-for-project):
13972 * calc/calcalg3.el (calc-get-fit-variables):
13973 * calc/calc-store.el (calc-edit-variable)
13974 (calc-permanent-variable):
13975 * vc-mcvs.el (vc-mcvs-register):
13976 * shadowfile.el (shadow-define-literal-group):
13977 * woman.el (woman-file-name):
13978 * vc.el (vc-version-diff, vc-merge):
13979 * textmodes/reftex-index.el (reftex-index-complete-tag):
13980 * format.el (format-decode-buffer, format-decode-region):
13981 * emulation/viper-cmd.el (viper-read-string-with-history):
13982 * emacs-lisp/debug.el (cancel-debug-on-entry):
13983 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13984 * ediff.el (ediff-merge-revisions)
13985 (ediff-merge-revisions-with-ancestor, ediff-revision):
13986 * completion.el (interactive-completion-string-reader):
13987 * calc/calc-prog.el (calc-user-define-formula):
13988 Follow convention for reading with the minibuffer.
13989
13990 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
13991
13992 * progmodes/python.el (python-describe-symbol): Add globals() and
13993 locals() to the arguments of emacs.ehelp.
13994
13995 2005-09-24 Magnus Henoch <mange@freemail.hu>
13996
13997 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
13998 New function, code extracted from ispell-valid-dictionary-list.
13999 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14000 Call it.
14001
14002 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14003
14004 * subr.el (version-regexp-alist): Extend valid syntax for version
14005 strings: allow any of the characters -,_,+ to separate the
14006 alpha/beta/rc part from the version part. Doc fix.
14007 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14008
14009 2005-09-23 David Reitter <david.reitter@gmail.com>
14010
14011 * mail/mailclient.el: New file.
14012
14013 2005-09-23 Richard M. Stallman <rms@gnu.org>
14014
14015 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14016 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14017 Doc fixes.
14018
14019 * progmodes/cc-mode.el (c-font-lock-init):
14020 Specify font-lock-lines-before.
14021
14022 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14025 whole conflict.
14026
14027 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14028
14029 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14030 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14031 of `remap' feature when available. Additional key bindings for
14032 better tty support.
14033 (org-mode-restart, org-force-self-insert): New commands.
14034 (org-time-stamp-inactive): New command.
14035 (org-remap): New function.
14036 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14037 (org-enable-fixed-width-editor): Move to `org-structure'
14038 customization group.
14039 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14040 blank field after field motion commands.
14041
14042 2005-09-23 Kenichi Handa <handa@m17n.org>
14043
14044 * international/mule-cmds.el (set-language-environment):
14045 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14046 have to call utf-translate-cjk-load-tables.
14047
14048 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14049
14050 * mouse.el (mouse-move-drag-overlay): Fix last change.
14051
14052 2005-09-22 David Ponce <david@dponce.com>
14053
14054 * tree-widget.el (tree-widget-value-create): Fix previous change.
14055
14056 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14057
14058 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14059
14060 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14061
14062 * mouse.el (mouse-move-drag-overlay): New function.
14063 (mouse-drag-region-1): Use it.
14064 Try to simplify a bit the state handling. Handle clicks on links
14065 inside intangible areas.
14066 (mouse-save-then-kill): Minor simplification.
14067 (mouse-secondary-overlay): Make it always non-nil instead of
14068 recreating it each time.
14069 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14070 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14071 Simplify accordingly.
14072
14073 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14074
14075 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14076
14077 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14078
14079 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14080 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14081 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14082 to patch.
14083
14084 * ediff-util.el: Use insert-buffer-substring.
14085
14086 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14087
14088 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14089 field boundaries in the minibuffer.
14090 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14091 (viper-minibuffer-post-command-hook): New hook.
14092 (viper-line): Don't move cursor at bolp.
14093
14094 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14095
14096 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14097 avoid compiler warnings.
14098
14099 * emulation/viper-macs.el (ex-map): Better messages.
14100
14101 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14102
14103 * emulation/viper.el: Replace make-variable-buffer-local with
14104 viper-make-variable-buffer-local everywhere, to avoid warnings.
14105
14106 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14107
14108 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14109 Delete unused var `old-selected-window'.
14110 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14111 (mouse-drag-secondary): Delete unused var `start-frame'.
14112
14113 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14114
14115 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14116
14117 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14118
14119 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14120 Re-indent within 80 columns. Use inhibit-read-only.
14121
14122 2005-09-19 Romain Francoise <romain@orebokech.com>
14123
14124 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14125
14126 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14127
14128 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14129 unconditionally, since the after-change-function already did it.
14130
14131 2005-09-19 Miles Bader <miles@gnu.org>
14132
14133 * net/newsticker.el: Get rid of CVS keyword.
14134
14135 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14136
14137 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14138 The prompt is formatted later.
14139
14140 2005-09-19 David Ponce <david@dponce.com>
14141
14142 * tree-widget.el (tree-widget-value-create): Save the converted
14143 tree :node widget.
14144
14145 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14146
14147 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14148 variable `message'.
14149
14150 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14151
14152 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14153 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14154 <slawomir.nowaczyk.847@student.lu.se>.
14155
14156 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14157
14158 * image.el (image-load-path): Use symbol `data-directory' instead
14159 of its value, for backward compatibility with packages that bind
14160 it during `find-image'. Suggested by Katsumi Yamaoka.
14161 (image-search-load-path): Handle symbols whose values are strings.
14162
14163 2005-09-18 Romain Francoise <romain@orebokech.com>
14164
14165 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14166 with-current-buffer form in save-excursion.
14167
14168 2005-09-18 Deepak Goel <deego@gnufans.org>
14169
14170 * apropos.el (apropos-command): Fix `message' call: first arg
14171 should be a format spec. In this and all other cases that appear
14172 below and elsewhere in the source code, I made a change only when
14173 two conditions were satisfied: [1] I can think of a possibility
14174 that the arguments would cause an error, for example, the code in
14175 question relies on external variables such as filenames. [2] I
14176 was sure that the arg to `message' could not have been nil in the code.
14177
14178 * textmodes/tildify.el (tildify-region): Ditto.
14179
14180 * textmodes/reftex-index.el (reftex-index-change-entry)
14181 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14182 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14183 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14184 (org-priority, org-table-sum):
14185 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14186 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14187 (flyspell-word, flyspell-display-next-corrections):
14188 * textmodes/bibtex.el (bibtex-print-help-message):
14189 * textmodes/artist.el (artist-key-set-point-poly):
14190 * term/mac-win.el (mac-services-insert-text):
14191 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14192 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14193 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14194 (vhdl-compose-configuration):
14195 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14196 (sh-set-indent, sh-learn-line-indent):
14197 * progmodes/ps-mode.el (ps-mode-target-column):
14198 * progmodes/idlwave.el (idlwave-make-tags)
14199 (idlwave-scan-library-catalogs):
14200 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14201 * progmodes/gud.el (gud-jdb-analyze-source):
14202 * progmodes/flymake.el (flymake-log):
14203 * progmodes/ebnf2ps.el (ebnf-generate-region):
14204 * progmodes/cmacexp.el (c-macro-expansion):
14205 * progmodes/ada-xref.el (ada-treat-cmd-string):
14206 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14207 (ada-justified-indent-current, ada-batch-reformat):
14208 * play/zone.el (zone):
14209 * play/landmark.el (lm-move):
14210 * play/decipher.el (decipher-show-alphabet):
14211 * net/newsticker.el (newsticker--display-jump)
14212 (newsticker--display-scroll):
14213 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14214 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14215 * mail/feedmail.el (feedmail-dump-message-to-queue):
14216 * eshell/esh-proc.el (eshell-remove-process-entry):
14217 * emulation/ws-mode.el (ws-last-error):
14218 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14219 (viper-record-kbd-macro):
14220 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14221 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14222 * emacs-lisp/find-func.el (find-function-noselect):
14223 * calendar/timeclock.el (timeclock-status-string)
14224 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14225 (timeclock-when-to-leave-string):
14226 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14227 * calc/calc-units.el (calc-enter-units-table):
14228 * calc/calc-mode.el (calc-mode-record-mode):
14229 * woman.el (woman-mini-help):
14230 * wdired.el (wdired-change-to-wdired-mode):
14231 * vc.el (vc-retrieve-snapshot):
14232 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14233 * startup.el (display-startup-echo-area-message):
14234 * simple.el (set-goal-column):
14235 * ses.el (ses-command-hook, ses-recalculate-cell):
14236 * server.el (server-process-filter):
14237 * printing.el (pr-interface-txt-print, pr-interface-printify)
14238 (pr-interface-ps):
14239 * pcvs.el (cvs-help):
14240 * log-edit.el (log-edit, log-edit-mode-help):
14241 * iswitchb.el (iswitchb-possible-new-buffer):
14242 * isearch.el (isearch-edit-string):
14243 * image-mode.el (image-mode, image-minor-mode):
14244 * ibuf-macs.el (define-ibuffer-filter):
14245 * hi-lock.el (hi-lock-find-patterns):
14246 * files.el (toggle-read-only):
14247 * ediff-util.el (ediff-copy-diff)
14248 (ediff-write-merge-buffer-and-maybe-kill):
14249 * echistory.el (Electric-history-undefined):
14250 * dnd.el (dnd-insert-text):
14251 * dired-aux.el (dired-query):
14252 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14253 * bookmark.el (bookmark-bmenu-locate):
14254 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14255 Fix `message' calls to ensure first arg is a format string.
14256 The change was made only when these two conditions were satisfied:
14257 [1] when there is a possibility that the arguments would cause an error
14258 for example, if the code in question relies on external variables
14259 such as filenames, and
14260 [2] if the arg to `message' could not have been nil in the code.
14261
14262 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14263 Not having a %s would be weird, though not technically wrong.
14264
14265 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14266
14267 * term/mac-win.el (mac-add-charset-info): Doc fix.
14268
14269 2005-09-17 Romain Francoise <romain@orebokech.com>
14270
14271 * shell.el (shell-resync-dirs): Handle echoing processes more
14272 reliably. Don't insert resync command if `comint-process-echoes'
14273 is non-nil.
14274
14275 2005-09-17 Magnus Henoch <mange@freemail.hu>
14276
14277 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14278 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14279 aspell versions >= 0.60.
14280 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14281 only if ispell-aspell-supports-utf8 is non-nil.
14282
14283 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14284
14285 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14286 buffer-local value to lisp-indent-function.
14287
14288 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14289
14290 * progmodes/glasses.el (glasses-make-readable): If
14291 glasses-separator differs from underscore, put appropriate
14292 overlays over underscore characters.
14293 (glasses-convert-to-unreadable): If glasses-separator differs from
14294 underscore, try to convert glasses-separator characters to
14295 underscores.
14296
14297 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14298
14299 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14300 Use with-syntax-table and dolist.
14301
14302 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14303
14304 * textmodes/reftex-auc.el:
14305 * textmodes/reftex-cite.el:
14306 * textmodes/reftex-dcr.el:
14307 * textmodes/reftex-global.el:
14308 * textmodes/reftex-parse.el:
14309 * textmodes/reftex-ref.el:
14310 * textmodes/reftex-sel.el:
14311 * textmodes/reftex-toc.el:
14312 * textmodes/reftex-vars.el:
14313 * textmodes/reftex.el: Small changes to remove compiler warnings.
14314
14315 * textmodes/reftex-index.el: Likewise.
14316 (reftex-query-index-phrase): More efficient use of markers.
14317
14318 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14319
14320 * image.el (image-load-path): New variable.
14321 (image-search-load-path): New function.
14322 (find-image): Search for images in `image-load-path'.
14323
14324 2005-09-15 Richard M. Stallman <rms@gnu.org>
14325
14326 * follow.el: Change Maintainer field.
14327
14328 2005-09-15 David Ponce <david@dponce.com>
14329
14330 * recentf.el (recentf-save-file-modes): New option.
14331 (recentf-save-list): Use it.
14332
14333 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14334
14335 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14336 (mode-line-mule-info, mode-line-modified): Move bindings from
14337 mouse-3 to mouse-1.
14338
14339 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14340
14341 * simple.el (sendmail-user-agent-compose): Revert last change.
14342
14343 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14344
14345 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14346 Use with-current-buffer.
14347 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14348 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14349 (ange-ftp-insert-directory): Remove unused var `short'.
14350 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14351
14352 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14353 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14354
14355 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14356 (check-calendar-holidays, diary-list-entries): Autoload.
14357 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14358 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14359
14360 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14361 which mistakenly removed a call to display-buffer.
14362
14363 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14364
14365 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14366
14367 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14368
14369 * progmodes/hideshow.el
14370 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14371 (hs-allow-nesting): New user var.
14372 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14373 (hs-hide-block-at-point): When nesting allowed,
14374 if there is already an overlay in place, delete it.
14375 (hs-safety-is-job-n): Delete func; remove call sites.
14376 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14377 (hs-overlay-at): New func.
14378 (hs-already-hidden-p, hs-show-block): Use it.
14379 (hs-hide-all): Don't pre-clean if nesting allowed.
14380 (hs-show-all): Temporarily disallow
14381 nesting around call to `hs-discard-overlays'.
14382
14383 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14384
14385 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14386 Delete unused local var.
14387
14388 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14389
14390 * help-fns.el (describe-categories): "?\ " -> "?\s".
14391 (help-do-arg-highlight): Recognize also ARG-n, as in
14392 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14393
14394 * international/codepage.el (dos-unsupported-char-glyph):
14395 * net/newsticker.el (tool-bar-map, w3-mode-map)
14396 (w3m-minor-mode-map):
14397 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14398 (ent-alist):
14399 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14400
14401 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14402
14403 * custom.el (custom-push-theme): Handle the case where a symbol is
14404 bound but face properties have not yet been assigned.
14405
14406 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14407 Fix behavior if noerase is `t' and there is no mail buffer.
14408
14409 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14410 if `continue' is nil, rather than signal an error.
14411
14412 2005-09-12 Richard M. Stallman <rms@gnu.org>
14413
14414 * font-lock.el (font-lock-keywords): Add autoload.
14415
14416 * help-fns.el (describe-variable): Rearrange to put source link
14417 in a predictable place.
14418
14419 * net/newsticker.el: New file.
14420
14421 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14422
14423 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14424 (calendar-basic-setup): Use the new nil arg.
14425 (number-of-diary-entries): Move to diary-lib.el.
14426
14427 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14428 (diary-list-entries): Use with-syntax-table and dolist.
14429 Rename from list-diary-entries.
14430 Use number-of-diary-entries if `number' is nil.
14431 (diary, diary-view-entries): Use this new name and new nil arg value.
14432 (number-of-diary-entries): Move from calendar.el.
14433 (diary-unhide-everything): New function.
14434 (include-other-diary-files, fancy-diary-display)
14435 (diary-show-all-entries, make-diary-entry): Use it.
14436 (diary-mail-entries): Use buffer-string.
14437 (mark-diary-entries): Fix long standing paren typo.
14438 (diary-sexp-entry): Use count-lines.
14439 (make-diary-entry): Avoid `previous-line'.
14440 (diary-mode-map): New var.
14441 (diary-mode): Redraw cal after saving. Setup header-line.
14442 (fancy-diary-display-mode): Use local-set-key.
14443
14444 * startup.el (command-line): Try calling various terminal-init-foo-bar
14445 functions by stripping hyphenated suffixes from $TERM.
14446
14447 * files.el (normal-mode): Check boundness of font-lock-keywords.
14448
14449 2005-09-12 Richard M. Stallman <rms@gnu.org>
14450
14451 * progmodes/compile.el: Don't decide a file's directory
14452 until the user actually tries to go there.
14453 (compilation-next-error-function):
14454 Pass compilation-find-file the directory from the file-struct.
14455 (compilation-internal-error-properties): Separate local FILE-STRUCT
14456 from FILE. Doc the args better. Rename arg FMT to FMTS.
14457 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14458 Expand it, and if nil, use default-directory.
14459 (compilation-get-file-structure): Don't mix specified directory
14460 with default directory. Put specified directory into
14461 file-struct. Don't make the file name absolute.
14462
14463 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14464 (compile-command): Add autoload.
14465 (compilation-disable-input): Add autoload.
14466
14467 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14468
14469 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14470 strings of the variables it can override.
14471 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14472 %Q and %q, for fully-qualified domain name and unqualified host name.
14473
14474 2005-09-11 Kim F. Storm <storm@cua.dk>
14475
14476 * emacs-lisp/authors.el (authors-aliases): Update list.
14477 (authors-fixed-entries): Update mldrag.el entry.
14478
14479 2005-09-10 Alan Mackenzie <acm@muc.de>
14480
14481 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14482 from the region narrowed to.
14483
14484 2005-09-10 Magnus Henoch <mange@freemail.hu>
14485
14486 * textmodes/ispell.el (ispell-check-version): Signal an error if
14487 aspell version is less than 0.60.
14488
14489 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14490
14491 * progmodes/octave-inf.el (inferior-octave-startup):
14492 Resync current dir at the end.
14493
14494 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14495
14496 * woman.el (woman-topic-at-point-default):
14497 Rename to woman-use-topic-at-point-default.
14498 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14499 (woman-file-name): Reflect renames above. Automatically use the
14500 word at point as topic if woman-use-topic-at-point is non-nil.
14501 Otherwise offer it as default but don't insert it in the
14502 minibuffer. Also use `test-completion' instead of `assoc' as
14503 suggested by Stefan Monnier.
14504
14505 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14506
14507 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14508 the attempt to do it over Tramp. This is not yet supported.
14509
14510 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14511
14512 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14513 (menu-bar-non-minibuffer-window-p): New functions.
14514 ("Split Window", "Save As..."): Use them.
14515 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14516 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14517 Use menu-bar-menu-frame-live-and-visible-p.
14518 ("Save Buffer", "Insert File", "Open Directory...")
14519 ("Open File...", "Visit New File..."):
14520 Use menu-bar-non-minibuffer-window-p.
14521 (kill-this-buffer-enabled-p, dired <menu-enable>):
14522 Use menu-bar-non-minibuffer-window-p.
14523
14524 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14525
14526 * cus-start.el (all): Don't complain about fringe-related
14527 built-ins if fringes are not supported. Ditto about
14528 selection-related built-ins. Fix the test for GTK-related built-ins.
14529
14530 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14531 ("Postscript Print Buffer", "Print Region", "Save As...")
14532 ("Save", "Insert File...", "Open Directory...")
14533 ("Open File...", "Visit New File..."")
14534 ("Truncate Long Lines in this Buffer"): Don't look at
14535 menu-updating-frame if this display does not support multiple frames.
14536
14537 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14538
14539 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14540
14541 2005-09-09 Emilio Lopes <eclig@gmx.net>
14542
14543 * woman.el: Format- and whitespace-related changes.
14544
14545 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14546
14547 * woman.el: Fix my email address.
14548
14549 2005-09-08 Richard M. Stallman <rms@gnu.org>
14550
14551 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14552 (sh-mode): Locally set skeleton-pair-default-alist.
14553
14554 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14555
14556 * progmodes/flymake.el: Require `compile' unconditionally.
14557
14558 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14559
14560 * woman.el (woman-file-name): Provide a default, not initial input.
14561
14562 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14563
14564 * font-lock.el (font-lock-support-mode): Doc fix.
14565
14566 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14567
14568 2005-09-08 Richard M. Stallman <rms@gnu.org>
14569
14570 * simple.el (blink-matching-open): Get rid of text props from
14571 the string shown in echo area. Don't permanently set point.
14572 Some rearrangements.
14573
14574 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14575
14576 * recentf.el (recentf-filename-handler): Add custom choice
14577 `abbreviate-file-name'.
14578
14579 * msb.el (msb--very-many-menus): Fix typo.
14580
14581 * disp-table.el (standard-display-european): Don't set
14582 enable-multibyte-characters to nil.
14583
14584 2005-09-08 David Ponce <david@dponce.com>
14585
14586 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14587 (recentf-expand-file-name): Doc fix.
14588 (recentf-dialog-mode-map): Define digit shortcuts.
14589 (recentf--files-with-key): New variable.
14590 (recentf-show-digit-shortcut-filter): New function.
14591 (recentf-open-files-items): New function.
14592 (recentf-open-files): Use it.
14593 (recentf-open-file-with-key): New command.
14594
14595 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14596
14597 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14598 Suggested by Kim F. Storm.
14599 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14600 (Buffer-menu-make-sort-button): Use global keymap.
14601
14602 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14603
14604 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14605 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14606 necessary any longer with the remapped command.
14607 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14608 formatting time only.
14609
14610 * net/tramp.el (tramp-action-password)
14611 (tramp-multi-action-password): Compile the password prompt from
14612 `method', `user' and `host'. Sometimes it isn't obvious which
14613 password to enter, for example with remote files offered by
14614 recentf.el, or with multiple steps. Suggested by Robert Marshall
14615 <robert@chezmarshall.freeserve.co.uk>.
14616
14617 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14618
14619 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14620 Fix regexp for when "s///" is at the beginning of line.
14621
14622 2005-09-07 Jay Belanger <belanger@truman.edu>
14623
14624 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14625 when in matrix mode.
14626
14627 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14628
14629 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14630 non-anonymous functions.
14631
14632 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14633
14634 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14635 when using a header line. Otherwise, use mouse-1-click-follows-link.
14636
14637 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14638 can't be moved; don't signal an error.
14639
14640 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14641
14642 * cus-theme.el (custom-theme-write-faces): Save the current face
14643 spec, not the defface spec.
14644
14645 * custom.el (custom-known-themes): Clarify meaning of "standard".
14646 (custom-push-theme): Save old values in the standard theme.
14647 (disable-theme): Correct typo.
14648 (custom-face-theme-value) Deleted unused function.
14649 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14650
14651 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14652
14653 * progmodes/compile.el (compilation-goto-locus): Take into account
14654 iconified frames when determining whether the buffer is
14655 already visible.
14656 Don't reset window height if the window already existed.
14657
14658 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14659
14660 * custom.el (load-theme): Rename from require-theme.
14661 Add interactive spec.
14662 (enable-theme): Rename from custom-enable-theme.
14663 Add interactive spec.
14664 (disable-theme): Rename from custom-disable-theme.
14665 Add interactive spec.
14666 (custom-make-theme-feature): Doc fix.
14667 (custom-theme-directory): Doc fix.
14668 (provide-theme): Call enable-theme.
14669
14670 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14671
14672 * obsolete/lazy-lock.el (lazy-lock-mode):
14673 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14674 font-lock-mode if it's off. Print a warning instead.
14675
14676 * progmodes/compile.el (compilation-start): Ignore errors if the
14677 process died before we get to send-eof.
14678
14679 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14680 Undo last change. Enclosing the result in quotes broke things on Unix
14681 since tex-send-command passes it through shell-quote-argument.
14682 (tex-send-command): Pass `file' through convert-standard-filename
14683 when possible.
14684 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14685 info in a transcript.
14686
14687 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14688
14689 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14690 fix compilation warning. Reorder the key definitions to group
14691 together keys emitted by the current version of xterm.
14692
14693 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14694 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14695 Reorder predicates to correct min-color usage.
14696
14697 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14698
14699 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14700 Kill local variables when longlines-mode is turned off.
14701
14702 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14703
14704 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14705
14706 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14707
14708 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14709
14710 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14711 (font-lock-lines-before): Change default to being inactive.
14712 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14713 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14714
14715 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14716
14717 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14718 Deactivate temporarily advice if active (not needed for Emacs 22,
14719 but for backwards compatibility).
14720 (tramp-exists-file-name-handler): Rewrite. First implementation
14721 was too simple.
14722 (tramp-advice-make-auto-save-file-name):
14723 Call `tramp-handle-make-auto-save-file-name' (again, just for
14724 backwards compatibility).
14725
14726 2005-08-31 Reto Zimmermann <reto@gnu.org>
14727
14728 * progmodes/vhdl-mode.el
14729 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14730 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14731 (vhdl-set-default-project): New function (easier setting of default).
14732 (vhdl-port-copy): Handle extended identifiers for generics.
14733 (vhdl-compiler-alist): Better description for error message regexp.
14734 (vhdl-make): Query for target, use previous as default.
14735 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14736 (vhdl-font-lock-keywords-2): Fix fontification for record
14737 el. assign.
14738 (vhdl-speedbar-make-subpack-line): Add package body link.
14739 (vhdl-generate-makefile-1): Not include itself as dependency.
14740 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14741 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14742 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14743 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14744 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14745 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14746 (vhdl-import-project): Add string argument for `error'.
14747 (vhdl-compose-configuration)
14748 (vhdl-compose-configuration-architecture): Add configuration
14749 declaration generation.
14750 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14751 (vhdl-trailer-re): Add "record" keyword (better indentation).
14752 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14753 "[^ \t-\"]+".
14754 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14755 (vhdl-testbench-entity-file-name)
14756 (vhdl-testbench-architecture-file-name): Allow separate
14757 customization of testbench file names.
14758 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14759 (vhdl-get-visible-signals): Allow newline within alias declaration.
14760 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14761 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14762 (member-ignore-case): Alias for missing function in XEmacs.
14763 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14764 (vhdl-update-sensitivity-list): Ignore case on read signals.
14765 (vhdl-replace-string): Adjust case only for file names.
14766 (vhdl-update-sensitivity-list): Fix search for read signals.
14767 (vhdl-update-sensitivity-list): Exclude formal parameters.
14768 (vhdl-get-visible-signals): Include aliases of signals.
14769 (vhdl-get-visible-signals): Fix signal name searching.
14770 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14771 (vhdl-fixup-whitespace-region): Fix for character
14772 literals (e.g. `:').
14773
14774 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14775
14776 * ansi-color.el (comint-last-output-start):
14777 * bs.el (font-lock-verbose):
14778 * diff-mode.el (add-log-buffer-file-name-function):
14779 * dired-x.el (vm-folder-directory):
14780 * faces.el (help-xref-stack-item):
14781 * files.el (font-lock-keywords):
14782 * find-lisp.el (dired-buffers, dired-subdir-alist):
14783 * ido.el (cua-inhibit-cua-keys):
14784 * log-view.el (cvs-minor-wrap-function):
14785 * outline.el (font-lock-warning-face):
14786 * simple.el (compilation-current-error):
14787 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14788 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14789 * tooltip.el (comint-prompt-regexp):
14790 * w32-fns.el (explicit-shell-file-name):
14791 * term/mac-win.el (mac-charset-info-alist)
14792 (mac-services-selection, mac-system-script-code):
14793 * term/tty-colors.el (msdos-color-values):
14794 * term/w32-win.el (xlfd-regexp-registry-subnum):
14795 * term/x-win.el (x-keysym-table, x-selection-timeout)
14796 (x-session-id, x-session-previous-id):
14797 * textmodes/ispell.el (mail-yank-prefix):
14798 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14799 * textmodes/org.el (calc-embedded-close-formula)
14800 (calc-embedded-open-formula)
14801 (font-lock-unfontify-region-function):
14802 * textmodes/reftex-global.el (isearch-next-buffer-function)
14803 (TeX-master):
14804 * textmodes/reftex.el (font-lock-keywords):
14805 * textmodes/tex-mode.el (font-lock-comment-face)
14806 (font-lock-doc-face):
14807 * textmodes/texinfo.el (outline-heading-alist):
14808 Add defvars.
14809
14810 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14811 (artist-spray-chars, artist-mode-init, artist-replace-string)
14812 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14813 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14814 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14815
14816 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14817 (conf-align-assignments): "?\ " -> "?\s".
14818
14819 * textmodes/reftex-index.el (TeX-master): Add defvar.
14820 (reftex-index-phrases-marker): Move up defvar.
14821
14822 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14823 (reftex-toc-include-labels-indicator)
14824 (reftex-toc-include-index-indicator)
14825 (reftex-toc-max-level-indicator): Move up declarations.
14826
14827 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14828 of args to `tramp-run-real-handler', even if it's empty in this case.
14829
14830 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14831
14832 * dired.el (dired-move-to-filename-regexp): Add date format for
14833 Mac OS X 10.3 in East Asian locales.
14834
14835 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14836
14837 * files.el (make-auto-save-file-name): Add file name handler call
14838 if applicable.
14839
14840 * net/tramp.el (tramp-file-name-handler-alist)
14841 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14842 (tramp-handle-make-auto-save-file-name): Rename from
14843 `tramp-make-auto-save-file-name'.
14844 (tramp-exists-file-name-handler): New defun.
14845 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14846 `make-auto-save-file-name' is not a magic file name operation.
14847
14848 2005-08-30 Richard M. Stallman <rms@gnu.org>
14849
14850 * files.el (risky-local-variable-p):
14851 Match `-predicates' and `-commands.
14852
14853 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14854 (custom-save-all): Visit the file if necessary;
14855 kill the buffer if we created it.
14856 (custom-save-delete): Don't visit file or kill buffer here.
14857
14858 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14859
14860 * textmodes/org.el (org-special-keyword): New face.
14861 (org-table-copy-down, org-table-eval-formula)
14862 (org-table-recalculate, org-init-section-numbers):
14863 Use `string-to-number' instead of `string-to-int'.
14864 (org-get-location): Use `insert-buffer-substring' instead of
14865 `insert-buffer'.
14866 (org-modify-diary-entry-string): New function.
14867 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14868 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14869 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14870 active region.
14871 (org-export-as-html): Handle QUOTE keyword.
14872 (org-quote-string): New option.
14873 (org-bookmark-jump-unhide): New function, used for
14874 `bookmark-after-jump-hook'.
14875 (org-diary-default-entry): Apply only when not called through
14876 `org-agenda'.
14877
14878 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14879
14880 * net/eudc.el (mode-popup-menu):
14881 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14882 * progmodes/ada-mode.el (compile-auto-highlight)
14883 (skeleton-further-elements):
14884 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14885 * progmodes/cmacexp.el (msdos-shells):
14886 * progmodes/compile.el (font-lock-extra-managed-props)
14887 (font-lock-keywords, font-lock-maximum-size)
14888 (font-lock-support-mode):
14889 * progmodes/grep.el (font-lock-lines-before):
14890 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14891 * progmodes/mixal-mode.el (compile-command):
14892 * progmodes/perl-mode.el (font-lock-comment-face)
14893 (font-lock-doc-face, font-lock-string-face):
14894 * progmodes/prolog.el (comint-prompt-regexp):
14895 * progmodes/sh-script.el (font-lock-comment-face)
14896 (font-lock-set-defaults, font-lock-string-face):
14897 * progmodes/sql.el (font-lock-keyword-face)
14898 (font-lock-set-defaults, font-lock-string-face):
14899 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14900 (itimer-version, lazy-lock-defer-contextually)
14901 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14902 Add defvars.
14903
14904 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14905 (cperl-electric-keyword, cperl-electric-pod)
14906 (cperl-electric-backspace, cperl-forward-re)
14907 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14908 (vc-rcs-header, vc-sccs-header): Add defvars.
14909
14910 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14911 (font-lock-syntactic-keywords, gud-find-expr-function):
14912 Add defvars.
14913
14914 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14915 (gdb-frame-parameters): Declare before use.
14916
14917 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14918 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14919 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14920 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14921
14922 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14923 (idlwave-help-with-source): Use `insert-buffer-substring', not
14924 `insert-buffer'.
14925
14926 2005-08-29 Juri Linkov <juri@jurta.org>
14927
14928 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14929 Put outline-back-to-heading function call inside save-excursion.
14930
14931 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14932
14933 * man.el (Man-init-defvars, Man-translate-references)
14934 (Man-support-local-filenames, Man-highlight-references):
14935 * progmodes/sql.el (sql-interactive-mode):
14936 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14937
14938 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14939 (compilation-mode-font-lock-keywords): Add defvars.
14940 (checkdoc-interactive-loop): "?\ " -> "?\s".
14941
14942 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14943 (font-lock-doc-face, font-lock-string-face)
14944 (font-lock-keywords-case-fold-search): Add defvars.
14945 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14946
14947 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14948 Don't pass X and Y (they are ignored anyway).
14949 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14950 (mouse-delete-window): Make arguments optional.
14951
14952 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14953 (caesar-translate-table, minor-modes, news-buffer-save)
14954 (news-group-name, news-minor-modes): Add defvars.
14955
14956 * emacs-lisp/lselect.el (mouse-highlight-priority)
14957 (x-lost-selection-functions, zmacs-regions):
14958 * emacs-lisp/pp.el (font-lock-verbose):
14959 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14960 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14961 (ses-mode-map):
14962 * emacs-lisp/tcover-unsafep.el (safe-functions):
14963 * international/mule-cmds.el (mac-system-coding-system)
14964 (mac-system-locale):
14965 * language/ethio-util.el (rmail-current-message)
14966 (rmail-message-vector):
14967 * language/thai-util.el (thai-auto-composition-mode):
14968 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14969 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14970 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14971 (vm-primary-inbox, vm-spool-files):
14972 * mail/rmail.el (deleted-head, font-lock-fontified)
14973 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14974 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
14975 (total-messages):
14976 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
14977 (rmail-summary-mode-map):
14978 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
14979 (rmail-last-label, rmail-last-multi-labels)
14980 (rmail-summary-vector, rmail-total-messages):
14981 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
14982 * mail/rmailsum.el (msgnum):
14983 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
14984 (rmail-current-message):
14985 * obsolete/fast-lock.el (font-lock-face-list):
14986 * obsolete/rnewspost.el (mail-reply-buffer):
14987 * obsolete/scribe.el (compile-command):
14988 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
14989
14990 2005-08-28 John Paul Wallington <jpw@gnu.org>
14991
14992 * ibuf-ext.el (ibuffer-auto-update-changed):
14993 Use `frame-or-buffer-changed-p' to check whether we need to update.
14994 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
14995 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
14996 as a `frame-or-buffer-changed-p' state vector instead.
14997
14998 2005-08-27 Romain Francoise <romain@orebokech.com>
14999
15000 * textmodes/makeinfo.el (makeinfo-compile):
15001 Use `compilation-start'. Set `next-error-function' according to
15002 `disable-errors'.
15003 (makeinfo-next-error): New function.
15004 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15005 (makeinfo-buffer): Likewise.
15006
15007 * progmodes/compile.el (compilation-start): Add autoload cookie.
15008
15009 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15010 * textmodes/sgml-mode.el: Likewise.
15011 * progmodes/python.el: Likewise.
15012
15013 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15014
15015 * simple.el (blink-matching-paren-distance): Document the meaning
15016 of nil value, and allow to customize to nil.
15017
15018 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15019 command.com, not command.exe.
15020
15021 2005-08-26 John Wiegley <johnw@newartisans.com>
15022
15023 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15024 code around a bit so that an extraneous nil argument is not added
15025 to a command when no args are given.
15026
15027 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15028 double-quoted argument resolves to nil, return it as an empty
15029 string rather than as nil. This made it impossible to pass "" to
15030 a shell script as a null string argument.
15031
15032 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15033
15034 * outline.el (outline-invent-heading): New fun.
15035 (outline-promote, outline-demote): Use it.
15036 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15037 (outline-end-of-subtree): Remove unused var `opoint'.
15038
15039 2005-08-26 David Reitter <david.reitter@gmail.com>
15040
15041 * menu-bar.el (truncate-lines, write-file, print-buffer)
15042 (ps-print-buffer-faces, ps-print-buffer, split-window):
15043 Disable menu items when the frame they refer to is invisible, or when
15044 they refer to a buffer and the minibuffer is selected.
15045
15046 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15047
15048 * progmodes/flymake.el (flymake-highlight-err-lines):
15049 Use save-excursion around flymake-highlight-line to preserve point.
15050
15051 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15052
15053 * progmodes/octave-mod.el: Change Author and Maintainer address.
15054 (octave-maintainer-address): Change Kurt's email address.
15055 * progmodes/octave-inf.el: Change Author and Maintainer address.
15056 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15057
15058 2005-08-26 Kim F. Storm <storm@cua.dk>
15059
15060 * subr.el (version-list-<, version-list-<=, version-list-=):
15061 Rename from integer-list-*.
15062 (version-list-not-zero): Likewise. Fix while loop.
15063 (version=): Use version-list-= instead of string-equal.
15064
15065 2005-08-26 Richard M. Stallman <rms@gnu.org>
15066
15067 * outline.el (outline-promote): Try shortening the heading.
15068 As last resort, read the heading to use.
15069 (outline-demote): As last resort, read the heading to use.
15070
15071 2005-08-26 Romain Francoise <romain@orebokech.com>
15072
15073 * progmodes/compile.el (compilation-start): Doc fix.
15074
15075 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15076 (antlr-font-lock-additional-keywords): Fix reference to
15077 `antlr-font-lock-literal-regexp' erroneously changed during the
15078 mass face rename.
15079 (antlr-run-tool): Use `compilation-start'.
15080
15081 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15082 instead of the obsolete `compile-internal'.
15083
15084 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15085
15086 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15087 (number, original-date):
15088 * calendar/cal-china.el (date):
15089 * calendar/cal-coptic.el (date):
15090 * calendar/cal-french.el (date):
15091 * calendar/cal-hebrew.el (date, entry, number, original-date):
15092 * calendar/cal-islam.el (date, number, original-date):
15093 * calendar/cal-iso.el (date):
15094 * calendar/cal-julian.el (date):
15095 * calendar/cal-mayan.el (date):
15096 * calendar/cal-menu.el (date, event):
15097 * calendar/cal-persia.el (date):
15098 * calendar/lunar.el (date):
15099 * calendar/solar.el (date): Add defvars.
15100
15101 * emerge.el:
15102 * ibuffer.el:
15103 * info-xref.el:
15104 * obsolete/bg-mouse.el:
15105 * obsolete/sun-curs.el:
15106 * obsolete/swedish.el: Move the `defvar's to the top level.
15107
15108 * smerge-mode.el (smerge-refined-change): Add :group.
15109
15110 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15111
15112 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15113 (smerge-keep-n): Remove props.
15114 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15115 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15116 now that it's done in smerge-keep-n.
15117 (smerge-refined-change): New face.
15118 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15119 (smerge-refine): New funs.
15120 (smerge-basic-map): Bind smerge-refine.
15121
15122 2005-08-25 Juri Linkov <juri@jurta.org>
15123
15124 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15125 compilation-process-setup-function and compilation-disable-input
15126 in grep-mode instead of let-bindings in grep.
15127
15128 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15129 Delete "Automatic File De/compression" (auto-compression-mode).
15130
15131 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15132
15133 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15134 Silence warning about non-existent variable.
15135
15136 2005-08-25 Richard M. Stallman <rms@gnu.org>
15137
15138 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15139 Rename "Describe Key" to "Describe Key or Mouse Operation".
15140
15141 * mail/mailalias.el (build-mail-aliases): Delete comments
15142 from the contents before processing them.
15143
15144 * isearch.el (isearch-edit-string): Erase the Search prompt
15145 if user enters an empty string and there is no default.
15146
15147 * comint.el (comint-file-name-prefix): Add autoload.
15148
15149 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15150
15151 * subr.el (play-sound): Rearrange to avoid warning.
15152
15153 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15154
15155 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15156 New hook.
15157 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15158
15159 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15162
15163 * custom.el (custom-theme-set-variables): Sort minor modes last.
15164
15165 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15166
15167 * subr.el (version-separator, version-regexp-alist): New vars used by
15168 version comparison funs.
15169 (integer-list-<, integer-list-=, integer-list-<=)
15170 (integer-list-not-zero): New funs for integer list comparison.
15171 (version-to-list, version=, version<, version<=): New funs for version
15172 comparison.
15173
15174 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15175
15176 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15177 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15178 time to silence the byte-compiler.
15179
15180 * ibuffer.el (ibuffer-compile-make-eliding-form)
15181 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15182 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15183 so it's silly to get warnings for it).
15184 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15185 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15186 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15187 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15188 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15189 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15190 Defvar at compile time.
15191 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15192 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15193 Declare them before use.
15194
15195 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15196 (info-xref-good, info-xref-bad): Defvar at compile time.
15197
15198 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15199 Use `let*' instead of `let'.
15200
15201 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15202 (*mouse-y*, menu, char): Defvar at compile time.
15203 (sc::menu): Declare it before use.
15204 (sc::pack-one-line): Use `let', not `let*'.
15205
15206 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15207 (mail-send-hook): Defvar at compile time.
15208
15209 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15210 Defvar at compile time.
15211
15212 * term/sun-mouse.el (current-global-mousemap)
15213 (current-local-mousemap): Declare them before use.
15214
15215 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15216
15217 * bookmark.el (bookmark-after-jump-hook): New hook.
15218 (bookmark-jump): Run `bookmark-after-jump-hook'.
15219
15220 2005-08-23 Juri Linkov <juri@jurta.org>
15221
15222 * faces.el (minibuffer-prompt): Doc fix.
15223
15224 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15225
15226 * progmodes/xscheme.el: Trivial changes to silence warnings.
15227 (xscheme-previous-mode, xscheme-previous-process-state):
15228 Add defvars.
15229 (xscheme-last-input-end, xscheme-process-command-line)
15230 (xscheme-process-name, xscheme-buffer-name)
15231 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15232 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15233 (xscheme-control-g-synchronization-p)
15234 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15235 (default-xscheme-runlight, xscheme-runlight)
15236 (xscheme-runlight-string, xscheme-process-filter-state)
15237 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15238 Move to beginning of file.
15239 (scheme-interaction-mode-commands-alist)
15240 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15241 Declare them before use. Note: the initialization code for the variables
15242 has not been moved because it uses functions that reference the variables.
15243 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15244 (xscheme-prompt-for-expression-map): Declare them before use.
15245 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15246
15247 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15248
15249 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15250
15251 2005-08-22 Juri Linkov <juri@jurta.org>
15252
15253 * faces.el (set-face-underline): Delete this duplicate function
15254 and make an obsolete alias to set-face-underline-p.
15255 (set-face-underline-p): Use docstring of set-face-underline.
15256 (describe-face): Create hyperlink to parent face.
15257
15258 * info.el (Info-insert-dir): Use save-excursion around
15259 insert-buffer-substring.
15260 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15261 (Info-escape-percent): Delete function.
15262 (Info-fontify-node): Replace Info-escape-percent by
15263 replace-regexp-in-string with REP arg set to lambda that
15264 duplicates `%' and preserves text properties.
15265
15266 * progmodes/compile.el (compilation-disable-input): Doc fix.
15267 (define-compilation-mode): Doc fix and refill.
15268 (kill-compilation): Use `mode-name' in the error message.
15269 (compilation-find-file): Use `compilation-error' in the
15270 read-file-name's prompt.
15271
15272 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15273
15274 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15275 (smerge-auto-leave): Make undo re-enable the mode.
15276 (debug-ignored-errors): Add the user-error of impossible resolution.
15277 (smerge-resolve): Move things around a bit, in preparation for later.
15278 (smerge-diff): Don't fail if the buffer has no associated file.
15279 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15280 (smerge-conflict-overlay): New function.
15281 (smerge-match-conflict): Don't add text properties here.
15282 (smerge-find-conflict): Instead, add an overlay here.
15283 Also check for the case where we're inside a conflict already, so as to
15284 obviate the need for font-lock-multiline, which is unbearably slow with
15285 large conflicts and ciomplex font-lock patterns.
15286 (smerge-remove-props): Remove overlay rather than text-properties.
15287 (smerge-mode): Don't set font-lock-multiline.
15288 Remove overlays when turned off.
15289
15290 2005-08-21 Kim F. Storm <storm@cua.dk>
15291
15292 * ido.el (ido-ignore-item-p): Use save-match-data.
15293 Bind case-fold-search to ido-case-fold locally.
15294
15295 2005-08-20 Richard M. Stallman <rms@gnu.org>
15296
15297 * files.el (normal-mode): If font lock is on, turn it off and on.
15298
15299 * subr.el (replace-regexp-in-string): Doc fix.
15300
15301 * startup.el (command-line-1): Don't suppress startup screen
15302 due to existing processes.
15303
15304 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15305
15306 * progmodes/compile.el (compilation-disable-input): Default to nil.
15307
15308 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15309
15310 * progmodes/compile.el (compilation-disable-input): New defcustom.
15311 (compilation-start): If compilation-disable-input is non-nil, send
15312 EOF to the compilation process.
15313
15314 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15315
15316 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15317 Run the argument of tex-shell-cd-command through
15318 convert-standard-filename, to get the correct style of slashes on
15319 Windows, and enclose the result in quotes, in case the file name
15320 includes whitespace or other special characters.
15321
15322 2005-08-19 Andreas Schwab <schwab@suse.de>
15323
15324 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15325 process.
15326
15327 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15328
15329 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15330
15331 2005-08-18 Kim F. Storm <storm@cua.dk>
15332
15333 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15334
15335 2005-08-18 Richard M. Stallman <rms@gnu.org>
15336
15337 * scroll-lock.el: New file.
15338
15339 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15340
15341 * dired.el (dired-move-to-end-of-filename):
15342 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15343
15344 2005-08-18 Kim F. Storm <storm@cua.dk>
15345
15346 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15347 rather than toggle mode when custom value is nil.
15348 (ido-everywhere): Fix defun doc string.
15349
15350 2005-08-17 Richard M. Stallman <rms@gnu.org>
15351
15352 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15353 as tag instead of "Inviolable".
15354
15355 2005-08-17 Kim F. Storm <storm@cua.dk>
15356
15357 * windmove.el (windmove-coordinates-of-position): Remove.
15358 (windmove-coordinates-of-window-position): Remove.
15359 (windmove-reference-loc): Use posn-at-point instead.
15360
15361 * subr.el (insert-for-yank-1): Doc fix.
15362
15363 * ido.el (ido-enter-matching-directory): Rename from
15364 ido-enter-single-matching-directory. Change `slash' choice to
15365 `only'. Add `first' choice.
15366 (ido-exhibit): Adapt to above changes.
15367
15368 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15369
15370 * Makefile.in: Expand comment about building loaddefs.el.
15371
15372 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15373
15374 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15375 Comment use of defadvice.
15376
15377 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15378
15379 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15380
15381 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15382 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15383 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15384 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15385 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15386 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15387 for backward compatibility for faces that did not appear in the
15388 previous Emacs release.
15389
15390 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15391
15392 2005-08-15 Kim F. Storm <storm@cua.dk>
15393
15394 * emulation/cua-base.el (cua-delete-region): Return t if
15395 deleted region was non-empty.
15396 (cua-replace-region): Inhibit overwrite-mode for
15397 self-insert-command if replaced region was non-empty.
15398 (cua--explicit-region-start, cua--status-string): Make them
15399 buffer-local at top-level...
15400 (cua-mode): ...rather than when mode is enabled.
15401
15402 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15403
15404 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15405 Set t for Emacs 21, 22, and so on.
15406
15407 2005-08-15 David Ponce <david@dponce.com>
15408
15409 * tree-widget.el: Update Commentary header.
15410 (tree-widget-theme): Doc fix.
15411 (tree-widget-space-width): New option.
15412 (tree-widget-image-properties): Look up in the default theme too.
15413 (tree-widget--cursors): Only for images with arrow pointer shape.
15414 (tree-widget-lookup-image): Pointer shape is hand by default.
15415 (tree-widget-icon): Rename generic icon widget from
15416 `tree-widget-control'.
15417 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15418 derive from `tree-widget-icon'.
15419 (tree-widget-handle): Improve default look and feel of the text
15420 representation.
15421 (tree-widget): Rename :*-control properties to :*-icon properties.
15422 Add :action and :help-echo properties.
15423 (tree-widget-after-toggle-functions): Move.
15424 (tree-widget-close-node, tree-widget-open-node): Remove.
15425 (tree-widget-before-create-icon-functions): New hook.
15426 (tree-widget-value-create): Update to allow customization of icons
15427 and nodes at run-time via that new hook.
15428 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15429 (tree-widget-icon-action, tree-widget-icon-help-echo)
15430 (tree-widget-action, tree-widget-help-echo): New functions.
15431
15432 2005-08-15 Kim F. Storm <storm@cua.dk>
15433
15434 * ido.el (ido-buffer-internal): Use with-no-warnings.
15435 (ido-make-merged-file-list): Use while-no-input.
15436
15437 2005-08-15 Richard M. Stallman <rms@gnu.org>
15438
15439 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15440 (flyspell-large-region): Fix doc and custom type.
15441
15442 2005-08-14 Richard M. Stallman <rms@gnu.org>
15443
15444 * files.el (interpreter-mode-alist): Doc fix.
15445
15446 * mail/rmail.el (rmail-nonignored-headers): New variable.
15447 (rmail-clear-headers): Use it.
15448 (rmail-reply): Better handling of mail-followup-to header.
15449
15450 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15451 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15452 don't try to refer to executable-font-lock-keywords.
15453 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15454 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15455 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15456 (sh-mode): Set comment-start-skip, local-abbrev-table,
15457 imenu-case-fold-search.
15458 (sh-set-shell): Don't set them here.
15459 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15460 Don't cache the results in the original alist; don't ever modify
15461 that alist.
15462
15463 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15464
15465 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15466 empty.
15467
15468 2005-08-15 Andreas Schwab <schwab@suse.de>
15469
15470 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15471
15472 * dired.el, info.el, mail/rmail.el: Revert last change.
15473
15474 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15475
15476 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15477 modification in `eval-after-load' form.
15478 * info.el: Likewise.
15479 * mail/rmail.el: Likewise.
15480
15481 2005-08-14 Juri Linkov <juri@jurta.org>
15482
15483 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15484 Remove highlighting of "Compilation started". Highlight only
15485 the word "finished" in "Compilation finished". Add highlighting
15486 of "interrupt", "killed", "terminated" and the exit code.
15487 (compilation-start): Add newline after header. Use exactly the
15488 same time stamp format as the finishing message.
15489 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15490
15491 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15492 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15493 Add highlighting of "interrupt", "killed", "terminated".
15494
15495 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15496 enabled and the current command is self-insert-command, call it
15497 explicitly with overwrite-mode bound to nil, to not allow it
15498 to delete the character after the selected region.
15499
15500 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15501
15502 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15503 move-end-of-line, end-of-line, and beginning-of-line to the list
15504 of commands after which the echo area is updated.
15505
15506 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15507
15508 * cus-edit.el (custom-save-all, custom-save-delete):
15509 Bind recentf-exclude to exclude custom-file.
15510
15511 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15512
15513 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15514 to go to the bottom of the mail message. Added to
15515 `rmail-summary-mode-map' with key "/".
15516 (rmail-summary-show-message): New (internal) function for use by
15517 both `rmail-summary-beginning/end-of-message'.
15518 (rmail-summary-beginning-of-message): Change to use
15519 rmail-summary-show-message.
15520
15521 * mail/rmail.el (rmail-end-of-message): New command to go to the
15522 end of the current message. Added to `rmail-mode-map' with key "/".
15523 (rmail-beginning-of-message): Fix to work as documented.
15524 (rmail-mode): Change documentation.
15525
15526 * progmodes/compile.el (compilation-start): Add the line
15527 "Compilation started" with compilation start time.
15528 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15529
15530 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15531
15532 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15533 of menu items.
15534
15535 2005-08-11 Richard M. Stallman <rms@gnu.org>
15536
15537 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15538
15539 * battery.el (battery-status-function): Don't use ignore-errors.
15540
15541 2005-08-11 Lute Kamstra <lute@gnu.org>
15542
15543 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15544 define-obsolete-variable-alias.
15545
15546 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15547
15548 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15549 (ange-ftp-send-cmd): Revert last change, and expand
15550 the comment explaining the problem.
15551
15552 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15553
15554 * ldefs-boot.el: Update.
15555
15556 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15557 item to "Time, Load and Mail". Change help echo text.
15558
15559 * time.el (display-time-use-mail-icon, display-time-format)
15560 (display-time-string-forms): Shorten first line of docstrings.
15561
15562 2005-08-10 Lars Hansen <larsh@soem.dk>
15563
15564 * desktop.el (desktop-buffer-mode-handlers):
15565 Make non-customizable. Add autoload cookie. Change initial value to
15566 nil; add elements in respective modules instead. Fix doc string.
15567 (desktop-load-file): New function.
15568 (desktop-minor-mode-handlers): New autoloaded variable.
15569 (desktop-create-buffer): Call minor mode handlers.
15570 Use desktop-load-file to load major and minor mode modules prior to
15571 checking for a handler.
15572 (desktop-save): Don't add nil to desktop-minor-modes for minor
15573 modes with nil function in desktop-minor-mode-table. Don't delete
15574 desktop file before rewriting it.
15575 (desktop-locals-to-save): Add autoload cookie. Don't make
15576 automatically buffer-local. Add variables column-number-mode,
15577 size-indication-mode, indent-tabs-mode,
15578 indicate-buffer-boundaries, indicate-empty-lines and
15579 show-trailing-whitespace.
15580 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15581 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15582 (desktop-clear-preserve-buffers-regexp): Delete.
15583 (desktop-clear-preserve-buffers): Update initial value and docstring.
15584 (desktop-save-buffer): Fix doc string.
15585
15586 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15587 (hilit-chg-desktop-restore): New function.
15588 (highlight-changes-mode): Add highlight-changes-mode to
15589 desktop-locals-to-save.
15590
15591 * dired.el: Add handler to desktop-buffer-mode-handlers.
15592 (dired-restore-desktop-buffer): Remove autoload cookie.
15593 (dired-mode): Add autoload cookie.
15594
15595 * info.el: Add handler to desktop-buffer-mode-handlers.
15596 (Info-restore-desktop-buffer): Remove autoload cookie.
15597 (Info-mode): Add autoload cookie.
15598
15599 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15600 (mh-restore-desktop-buffer): Remove autoload cookie.
15601 (mh-folder-mode): Add autoload cookie.
15602
15603 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15604 (rmail-restore-desktop-buffer): Remove autoload cookie.
15605
15606 2005-08-11 Masatake YAMATO <jet@gyve.org>
15607
15608 * hexl.el (hexl-address-region):
15609 (hexl-ascii-region, hexl-font-lock-keywords):
15610 (hexl-highlight-line-range): Use the term "region"
15611 instead of "area" for consistency with the other symbols
15612 defined in hexl.el.
15613
15614 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15615
15616 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15617 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15618 out by Juri Linkov). Add `display-battery-mode'.
15619
15620 2005-08-09 Juri Linkov <juri@jurta.org>
15621
15622 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15623 Remove `-text' from face variable names.
15624 (compilation-error-file-name, compilation-warning-file-name)
15625 (compilation-info-file-name): Delete faces.
15626 (compilation-line-number, compilation-column-number):
15627 Remove face underlining.
15628 (compilation-message-face): Set to `underline' value by default.
15629 (compilation-error-face, compilation-warning-face)
15630 (compilation-info-face): Remove `-file-name' from face names.
15631 (compilation-error-text-face, compilation-warning-text-face)
15632 (compilation-info-text-face): Delete face variables.
15633 (compilation-text-face): Delete function.
15634
15635 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15636 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15637 (grep-error-face): Set to `compilation-error' instead of
15638 `compilation-error-face' (which is redefined to `grep-hit-face' in
15639 grep buffers).
15640 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15641 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15642
15643 * dired-aux.el (dired-do-query-replace-regexp):
15644 Use `query-replace-read-args'.
15645
15646 * replace.el (query-replace-read-from, query-replace-read-to)
15647 (query-replace-read-args): Rename arg `string' to `prompt'.
15648
15649 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15650
15651 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15652
15653 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15654 uploading files.
15655 (ange-ftp-canonize-filename): Handle file names beginning with ~
15656 correctly.
15657
15658 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15659
15660 * textmodes/fill.el (canonically-space-region)
15661 (fill-context-prefix, fill-french-nobreak-p)
15662 (fill-delete-newlines, fill-comment-paragraph)
15663 (justify-current-line): "?\ " -> "?\s".
15664
15665 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15666
15667 * textmodes/fill.el (fill-nonuniform-paragraphs):
15668 Improve argument/docstring consistency.
15669
15670 2005-08-09 Richard M. Stallman <rms@gnu.org>
15671
15672 * textmodes/ispell.el (ispell-word): More fboundp checks.
15673
15674 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15675 (find-file-noselect-1): Call it here, only if RAWFILE.
15676 (normal-mode): Always set some major mode.
15677 (save-some-buffers-action-alist): Change some explanation strings.
15678 (file-name-non-special): In the `quote' method, use unwind-protect.
15679
15680 2005-08-09 Magnus Henoch <mange@freemail.hu>
15681
15682 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15683 (ispell-have-aspell-dictionaries): New variable.
15684 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15685 (ispell-get-aspell-config-value): New function.
15686 (ispell-aspell-find-dictionary): New function.
15687 (ispell-aspell-add-aliases): New function.
15688 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15689 appropriate. Don't look for ispell dictionaries if we use aspell.
15690 (ispell-menu-map): Don't build a submenu of dictionaries.
15691
15692 2005-08-09 Richard M. Stallman <rms@gnu.org>
15693
15694 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15695 (sql-read-passwd): Use read-passwd.
15696
15697 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15698 (idlwave-toolbar-is-possible): Add defvars.
15699
15700 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15701 Avoid warnings.
15702
15703 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15704 (idlwave-system-class-info, idlwave-executive-commands-alist):
15705 Use defvar.
15706
15707 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15708
15709 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15710 Avoid warnings.
15711
15712 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15713 and content-type: headers.
15714
15715 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15716
15717 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15718 and rename some of them to be more self-explanatory.
15719
15720 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15721
15722 * startup.el (command-line-1): Implement -scriptload.
15723
15724 * replace.el (occur-engine): Initial *Occur* output not undoable.
15725
15726 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15727 and improve help strings.
15728
15729 * isearch.el (isearch-repeat): When changing direction,
15730 mark search successful.
15731
15732 * ediff-init.el: Use (featurep 'xemacs).
15733
15734 * comint.el (send-invisible): Identify buffer, if not selected.
15735
15736 * align.el: Delete autoload for c-guess-basic-syntax.
15737
15738 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15739
15740 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15741 Improve argument/docstring consistency. Doc fixes.
15742 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15743 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15744 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15745 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15746 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15747 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15748 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15749 Defvar at compile time.
15750
15751 2005-08-09 Juri Linkov <juri@jurta.org>
15752
15753 * info.el: Replace `info' with upper-case `Info' where appropriate.
15754 (info-title-1, info-title-2, info-title-3, info-title-4)
15755 (info-menu-header): Move up face definitions.
15756 (info-menu-star): Rename from `info-menu-5'.
15757 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15758 (Info-fontify-visited-nodes): Fix docstring.
15759 (Info-hide-note-references): Fix docstring.
15760 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15761 menu items in the same way as on cross-references.
15762 (info-apropos): Fix sorting order and formatting to be like in the
15763 stand-alone Info browser. Display error messages for 1 sec.
15764 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15765 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15766 from the menu bar.
15767 (Info-insert-dir): Restore point after calling
15768 `insert-buffer-substring'.
15769
15770 2005-08-08 Richard M. Stallman <rms@gnu.org>
15771
15772 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15773 (recompute-lucid-menubar): Add defvars.
15774
15775 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15776
15777 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15778
15779 * net/net-utils.el (run-dig): Rename from `dig'.
15780
15781 * play/gametree.el (gametree-mode): Use make-local-variable,
15782 not make-variable-buffer-local.
15783
15784 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15785
15786 * ansi-color.el (ansi-color-make-extent)
15787 (ansi-color-set-extent-face): Use fboundp, not functionp.
15788
15789 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15790 not make-variable-buffer-local.
15791
15792 * bookmark.el (Info-current-file): Add defvar.
15793 (bookmark-jump-noselect): Use with-no-warnings.
15794
15795 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15796
15797 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15798
15799 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15800
15801 * find-file.el (ada-procedure-start-regexp)
15802 (ada-package-start-regexp): Add defvars.
15803
15804 * info.el (Info-insert-dir): Use insert-buffer-substring.
15805
15806 * xml.el (xml-att-def-re): Add defvar.
15807
15808 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15809 calling convention.
15810
15811 * subr.el (while-no-input): Return t if there is input.
15812
15813 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15814
15815 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15816
15817 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15818
15819 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15820 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15821
15822 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15823
15824 * cmuscheme.el (scheme-start-file): Replace reference to
15825 `user-emacs-directory' by "~/.emacs.d/".
15826
15827 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15828
15829 * info.el (Info-dir-remove-duplicates): Avoid case folding
15830 in loop; instead, keep downcased strings for comparison.
15831 Suggested by Helmut Eller.
15832
15833 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15834
15835 Sync with Tramp 2.0.50.
15836
15837 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15838 XEmacs case; not necessary anymore.
15839 (tramp-user-regexp): Allow "@" as part of user name.
15840 (tramp-handle-set-visited-file-modtime)
15841 (tramp-handle-insert-file-contents)
15842 (tramp-handle-write-region): No special handling for
15843 `last-coding-system-used, because this is done in
15844 `tramp-accept-process-output' now.
15845 (tramp-accept-process-output): New defun.
15846 (tramp-process-one-action, tramp-process-one-multi-action)
15847 (tramp-wait-for-regexp, tramp-wait-for-output)
15848 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15849 Howells <dhowells@redhat.com>.
15850 (clear-visited-file-modtime): Defadvice removed. The check for
15851 unset buffer's modtime does not need to be based on
15852 `tramp-buffer-file-attributes'. Suggested by RMS.
15853 (tramp-message): Insert "\n" if not being at beginning of line.
15854 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15855 sequence with same logic.
15856 (tramp-completion-handle-expand-file-name): Discard call of
15857 `tramp-drop-volume-letter'. It is not necessary, and there have
15858 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15859 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15860 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15861 should always be visible.
15862 (tramp-handle-insert-directory, tramp-setup-complete)
15863 (tramp-set-process-query-on-exit-flag)
15864 (tramp-append-tramp-buffers): Pacify byte-compiler.
15865 (tramp-bug): Delete non-existing variables from list.
15866 Apply `tramp-load-report-modules' as pre-hook.
15867 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15868 `shell-prompt-pattern' because of non-7bit characters.
15869 Reported by Sebastian Luque <sluque@mun.ca>.
15870 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15871 (tramp-match-string-list): Remove function.
15872 (tramp-wait-for-regexp): Remove call of that function.
15873 Suggested by Kim F. Storm <storm@cua.dk>.
15874 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15875 instead of octal character code ?\600. The latter resulted in a
15876 syntax error with XEmacs.
15877
15878 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15879 XEmacs case; not necessary anymore.
15880 (tramp-smb-handle-write-region): No special handling for
15881 `last-coding-system-used, because this is done in
15882 `tramp-accept-process-output' now.
15883 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15884
15885 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15886
15887 * wid-edit.el (widget-choice-value-create):
15888 Unconditionally respect user choice. Set :explicit-choice back to nil
15889 when no longer needed.
15890 (widget-choice-action): Unconditionally respect user choice.
15891 Eliminate :explicit-choice-value.
15892
15893 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15894
15895 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15896 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15897 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15898 running new function `toggle-indicate-empty-lines'.
15899 Rename "Customize" item to "Customize fringe".
15900 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15901 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15902 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15903 Delete "Empty lines only" item.
15904 (menu-bar-showhide-fringe-ind-customize): New function.
15905 (menu-bar-showhide-fringe-ind-mixed)
15906 (menu-bar-showhide-fringe-ind-box)
15907 (menu-bar-showhide-fringe-ind-right)
15908 (menu-bar-showhide-fringe-ind-left)
15909 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15910 instead of `fringe-indicators'.
15911
15912 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15913
15914 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15915 Change the date of last update.
15916
15917 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15918
15919 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15920 (viper-exec-yank, viper-put-back): Don't display modification msg
15921 if in the minibuffer.
15922
15923 * viper-init.el (viper-replace-overlay-cursor-color)
15924 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15925 Make variables frame local.
15926
15927 * viper-util.el (viper-append-filter-alist): Use append instead of
15928 nconc.
15929
15930 * viper.el (viper-vi-state-mode-list)
15931 (viper-emacs-state-mode-list): Move help-mode and
15932 completion-list-mode from the first list to the second.
15933 (viper-mode): Docstring.
15934 (viper-go-away, viper-non-hook-settings): Don't localize
15935 minor-mode-alist in newer Emacsen. Add advice to
15936 set-cursor-color. Don't bind "\C-c\\".
15937
15938 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15939
15940 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15941 (scheme-macro-expand-command): New user options.
15942 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15943 (scheme-form-at-point, scheme-start-file)
15944 (scheme-interactively-start-process): New functions.
15945 (scheme-get-process): New function, extracted from `scheme-proc'.
15946 (run-scheme): Call `scheme-start-file' to get start file, and pass
15947 it to `make-comint'.
15948 (switch-to-scheme, scheme-proc):
15949 Call `scheme-interactively-start-process' if no Scheme buffer/process
15950 is available.
15951
15952 2005-08-06 Juri Linkov <juri@jurta.org>
15953
15954 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15955 Use `compilation-text-face', `compilation-info-text-face' and
15956 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15957 (compilation-error): New face.
15958 (compilation-error-file-name): Inherit from
15959 `compilation-error' instead of `font-lock-warning-face'.
15960 (compilation-warning-file-name): Inherit from
15961 `compilation-warning' instead of `font-lock-warning-face'.
15962 (compilation-info, compilation-error-file-name)
15963 (compilation-warning-file-name, compilation-info-file-name)
15964 (compilation-line-number, compilation-column-number): Doc fix.
15965 (compilation-error-text-face, compilation-warning-text-face)
15966 (compilation-info-text-face): New face variables.
15967 (compilation-line-face, compilation-column-face)
15968 (compilation-enter-directory-face)
15969 (compilation-leave-directory-face): Doc fix.
15970 (compilation-text-face): New function.
15971
15972 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15973 instead of 1 to display binary file names as info file links.
15974 (grep-error-face): Use `compilation-error-face' instead of
15975 `font-lock-keyword-face'.
15976 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
15977 and `compilation-warning-text-face' instead of
15978 `font-lock-keyword-face'. Use `compilation-error-text-face'
15979 instead of `grep-error-face'.
15980
15981 2005-08-05 Kenichi Handa <handa@m17n.org>
15982
15983 * international/code-pages.el: Add autoload cookies for all coding
15984 systems.
15985
15986 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
15987
15988 * cus-start.el (all): Put undo.c where it alphabetically belongs.
15989
15990 2005-08-04 Juri Linkov <juri@jurta.org>
15991
15992 * progmodes/compile.el (compilation-mode-map):
15993 * progmodes/grep.el (grep-mode-map):
15994 Bind TAB to `compilation-next-error' and [backtab] to
15995 `compilation-previous-error'.
15996
15997 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
15998 matching line numbers, column numbers and their ranges with regexp
15999 matching only line numbers.
16000 (grep-context-face): New face variable.
16001 (grep-mode-font-lock-keywords): Use it.
16002
16003 * faces.el (read-face-name): Delete duplicate faces.
16004
16005 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16006
16007 * thumbs.el (thumbs-find-image): Don't make variables
16008 automatically buffer local.
16009 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16010 (thumbs-image-num): Make automatically buffer local.
16011 (thumbs-show-thumbs-list): Use `make-local-variable', not
16012 `make-variable-buffer-local'.
16013 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16014
16015 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16016 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16017 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16018 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16019 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16020 (feelings-about, foullst, found, hello, history, howareyoulst)
16021 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16022 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16023 (neglst, obj, object, owner, please, problems, qlist)
16024 (random-adjective, relation, remlst, repetitive-shortness)
16025 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16026 (shortlst, something, sportslst, stallmanlst, states, subj)
16027 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16028 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16029 Defvar at compile time.
16030
16031 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16032 not `make-variable-buffer-local'.
16033
16034 2005-08-02 Kim F. Storm <storm@cua.dk>
16035
16036 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16037 rectangle overlay in selected window.
16038
16039 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16040
16041 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16042 instead of display group. Make `indicate-buffer-boundaries'
16043 customizable through Custom.
16044
16045 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16046
16047 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16048 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16049 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16050 (gdb-put-string): Fix typos in docstrings.
16051
16052 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16053
16054 Update copyright notices of files in progmodes directory for
16055 release of Emacs 22.1.
16056
16057 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16058
16059 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16060 Don't barf if the GUD buffer has been killed.
16061
16062 2005-08-01 Kim F. Storm <storm@cua.dk>
16063
16064 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16065
16066 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16067
16068 * simple.el (next-error-follow-minor-mode):
16069 make-variable-buffer-local -> make-local-variable.
16070
16071 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16072
16073 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16074 (byte-compile-form-make-variable-buffer-local): New functions to warn
16075 about misuses of make-variable-buffer-local where make-local-variable
16076 was meant.
16077
16078 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16079
16080 * bs.el (bs-attributes-list): Doc fix.
16081 (bs): Update url-link.
16082
16083 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16084 (desktop-load-default): Simplify.
16085
16086 * ibuffer.el (ibuffer-columnize-and-insert-list)
16087 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16088 (ibuffer-unmark-all, ibuffer-toggle-marks)
16089 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16090 (ibuffer-compile-make-format-form, ibuffer-format-column)
16091 (ibuffer-current-buffers-with-marks)
16092 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16093 (ibuffer): Doc fix.
16094 (ibuffer-mode): Fix typo in docstring.
16095 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16096 with `define-obsolete-variable-alias'.
16097 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16098
16099 2005-07-29 Kenichi Handa <handa@m17n.org>
16100
16101 * international/mule-cmds.el (select-message-coding-system):
16102 Be sure to use LF for end-of-line. If no coding system is decided,
16103 return iso-8859-1-unix.
16104
16105 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16106
16107 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16108 (ange-ftp-pending-error-line): New vars.
16109 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16110 to handle the non-fatal no-route-to-host messages.
16111 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16112
16113 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16114
16115 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16116 (isearch-quote-char, isearch-printing-char)
16117 (isearch-text-char-description): "?\ " -> "?\s".
16118 (isearch-lazy-highlight-cleanup)
16119 (isearch-lazy-highlight-initial-delay)
16120 (isearch-lazy-highlight-interval)
16121 (isearch-lazy-highlight-max-at-a-time)
16122 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16123 Declare with define-obsolete-*-alias macros.
16124 (isearch-forward): Fix typo in docstring.
16125 (search-invisible, search-ring-yank-pointer)
16126 (regexp-search-ring-yank-pointer): Doc fixes.
16127
16128 * recentf.el (recentf-menu-append-commands-p): Declare with
16129 `define-obsolete-variable-alias'.
16130 (recentf-max-saved-items, recentf-menu-filter)
16131 (recentf-arrange-by-rule-subfilter): Doc fixes.
16132 (recentf-menu-append-commands-flag)
16133 (recentf-initialize-file-name-history, recentf-expand-file-name)
16134 (recentf-clear-data): Fix typos in docstrings.
16135
16136 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16137
16138 * progmodes/gdb-ui.el: Smarten comments.
16139 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16140
16141 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16142
16143 * term/apollo.el (terminal-init-apollo): New function containing
16144 all former top level forms in the file.
16145 * term/bobcat.el (terminal-init-bobcat):
16146 * term/cygwin.el (terminal-init-cygwin):
16147 * term/iris-ansi.el (terminal-init-iris-ansi):
16148 * term/linux.el (terminal-init-linux):
16149 * term/news.el (terminal-init-news):
16150 * term/rxvt.el (terminal-init-rxvt):
16151 * term/sun.el (terminal-init-sun):
16152 * term/tvi970.el (terminal-init-tvi970):
16153 * term/vt100.el (terminal-init-vt100):
16154 * term/vt102.el (terminal-init-vt102):
16155 * term/vt125.el (terminal-init-vt125):
16156 * term/vt200.el (terminal-init-vt200):
16157 * term/vt201.el (terminal-init-vt201):
16158 * term/vt220.el (terminal-init-vt220):
16159 * term/vt240.el (terminal-init-vt240):
16160 * term/vt300.el (terminal-init-vt300):
16161 * term/vt320.el (terminal-init-vt320):
16162 * term/vt400.el (terminal-init-vt400):
16163 * term/vt420.el (terminal-init-vt420):
16164 * term/wyse50.el (terminal-init-wyse50):
16165 * term/xterm.el (terminal-init-xterm): Likewise.
16166
16167 * term/README: Describe the terminal-init-* functionality.
16168
16169 * startup.el (command-line): After loading the terminal initialization
16170 file call the corresponding terminal initialization function.
16171
16172 2005-07-27 Kenichi Handa <handa@m17n.org>
16173
16174 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16175 negative.
16176
16177 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16178 (ps-mule-composition-prologue): Fix for the case that
16179 RelativeCompose is false.
16180
16181 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16182
16183 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16184
16185 * descr-text.el (describe-char): Handle the case where the list of
16186 chars is displayed in a separate frame.
16187 Be a bit more discriminating when looking for the char.
16188
16189 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16190
16191 * bookmark.el (bookmark-automatically-show-annotations)
16192 (bookmark-read-annotation-text-func): Doc fixes.
16193 (bookmark-save): Improve argument/docstring consistency.
16194 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16195 (bookmark-alist-from-buffer)
16196 (bookmark-upgrade-file-format-from-0)
16197 (bookmark-grok-file-format-version)
16198 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16199 (bookmark-read-annotation-mode)
16200 (bookmark-insert-current-bookmark, bookmark-jump)
16201 (bookmark-exit-hook): Fix typos in docstrings.
16202 (bookmark-exit-hooks): Define as obsolete alias.
16203 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16204 not `bookmark-exit-hooks'. Fix docstring.
16205 (bookmark-bmenu-select): "?\ " -> "?\s".
16206
16207 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16208
16209 * startup.el (command-line): Fix typo.
16210
16211 2005-07-24 Richard M. Stallman <rms@gnu.org>
16212
16213 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16214 not emacs-quick-startup.
16215
16216 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16217
16218 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16219 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16220 instead of `reb-with-current-window'.
16221 (reb-prev-match): Likewise. Also, don't move left if the search
16222 was unsuccessful.
16223 (reb-initialize-buffer): New function.
16224 (re-builder, reb-change-syntax): Use it.
16225
16226 * man.el (Man-goto-page): Make second argument NOERROR optional.
16227
16228 2005-07-23 Richard M. Stallman <rms@gnu.org>
16229
16230 * man.el (Man-bgproc-sentinel): Check here for failure to find
16231 any man page in the output, and report the error here.
16232 (Man-arguments): Make it permanent local.
16233 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16234 (Man-mode): Pass t for NOERROR.
16235
16236 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16237 (grep-mode-font-lock-keywords):
16238 Don't use compilation-...-face for messages that are not file names.
16239
16240 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16241 Don't use compilation-...-face for messages that are not file names.
16242
16243 2005-07-22 Juri Linkov <juri@jurta.org>
16244
16245 * startup.el (normal-splash-screen): Update menu name.
16246
16247 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16248
16249 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16250
16251 * term/xterm.el: Load term/rxvt if the terminal is actually an
16252 rxvt terminal.
16253 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16254
16255 * term/rxvt.el (function-key-map): Use substitute-key-definition
16256 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16257
16258 * term/cygwin.el: New file.
16259
16260 2005-07-22 Kim F. Storm <storm@cua.dk>
16261
16262 * image-file.el (insert-image-file, image-file-yank-handler):
16263 Fix last change to maintain a (unique) yank-handler on yanked images.
16264
16265 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16266
16267 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16268 of the file size (as in "177B" for 177 bytes). This happens with
16269 "ls -lh" on FreeBSD.
16270
16271 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16272
16273 * hilit-chg.el (highlight-changes-global-initial-state)
16274 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16275 (hilit-chg-fixup, highlight-changes-mode):
16276 Fix typos in docstrings.
16277 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16278 Doc fixes.
16279
16280 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16281
16282 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16283 mode function using `eval-after-load'.
16284
16285 2005-07-21 Kim F. Storm <storm@cua.dk>
16286
16287 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16288 included when reporting an emacs crash, and tell about the DEBUG file.
16289
16290 * image-file.el (insert-image-file): Add yank-handler.
16291 (image-file-yank-handler): Yank handler to make unique copies of
16292 images when they are yanked into a buffer next to each other.
16293
16294 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16295
16296 * comint.el (comint-use-prompt-regexp, comint-send-input)
16297 (comint-source-default, comint-extract-string)
16298 (comint-get-source, comint-word, comint-completion)
16299 (comint-source, comint-prompt-read-only, comint-update-fence):
16300 Fix typos in docstrings.
16301 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16302 Declare with define-obsolete-*-alias macros.
16303 (comint-previous-matching-input-from-input)
16304 (comint-next-matching-input-from-input)
16305 (comint-previous-matching-input, comint-next-matching-input)
16306 (comint-forward-matching-input):
16307 Improve argument/docstring consistency.
16308
16309 * desktop.el (desktop-clear-preserve-buffers-regexp):
16310 Also preserve the *server* buffer.
16311
16312 * simple.el (clone-indirect-buffer): Doc fix.
16313 (fixup-whitespace, just-one-space)
16314 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16315 (next-error, next-error-highlight)
16316 (next-error-highlight-no-select, next-error-last-buffer)
16317 (next-error-buffer-p, next-error-find-buffer, next-error)
16318 (previous-error, next-error-no-select, previous-error-no-select)
16319 (open-line, split-line, minibuffer-prompt-width, kill-new)
16320 (binary-overwrite-mode): Fix typos in docstrings.
16321 (set-fill-column): Fix typo in message.
16322
16323 * skeleton.el (skeleton-proxy-new): Doc fix.
16324
16325 * strokes.el (strokes-load-hook): Doc fix.
16326 (strokes-grid-resolution, strokes-get-grid-position)
16327 (strokes-renormalize-to-grid, strokes-read-stroke)
16328 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16329 (strokes-global-map): Fix typos in docstrings.
16330 (strokes-help): Doc fix. Fix help message and pass it through
16331 `substitute-command-keys'.
16332
16333 * tempo.el (tempo-insert-prompt, tempo-interactive)
16334 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16335 (tempo-insert-string-functions, tempo-local-tags)
16336 (tempo-define-template, tempo-insert-template)
16337 (tempo-insert-prompt-compat, tempo-is-user-element)
16338 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16339 Fix typos in docstrings.
16340
16341 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16342 (vcursor-key-bindings, vcursor-use-vcursor-map)
16343 (vcursor-find-window, vcursor-scroll-down)
16344 (vcursor-disable, vcursor-beginning-of-buffer)
16345 (vcursor-end-of-buffer): Fix typos in docstrings.
16346 (vcursor-relative-move, vcursor-get-char-count):
16347 Improve argument/docstring consistency.
16348
16349 * version.el: "?\ " -> "?\s".
16350
16351 * wid-edit.el (widget-default-create, widget-after-change)
16352 (widget-default-format-handler, widget-checklist-add-item)
16353 (widget-radio-add-item, widget-choose, widget-specify-secret)
16354 (widget-field-value-create, widget-field-value-get)
16355 (widget-editable-list-format-handler)
16356 (widget-editable-list-entry-create, widget-group-value-create)
16357 (widget-documentation-link-add)
16358 (widget-documentation-string-value-create): "?\ " -> "?\s".
16359 (widget-convert-text): Doc fix.
16360 (widget-narrow-to-field, widget-field-find)
16361 (widget-url-link-action, widget-emacs-library-link-action)
16362 (widget-color-notify): Fix typos in docstrings.
16363
16364 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16365 (x-select-text, set-w32-system-coding-system)
16366 (w32-add-charset-info): Fix typos in docstrings.
16367
16368 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16369 (cua-enable-cua-keys, cua-use-hyper-key)
16370 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16371 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16372
16373 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16374
16375 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16376 `defalias' instead of faking it.
16377
16378 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16379 (eshell-ls-missing, eshell-ls-dired-initial-args)
16380 (eshell-ls-use-in-dired): Fix typos in docstrings.
16381
16382 2005-07-20 Kim F. Storm <storm@cua.dk>
16383
16384 * emulation/cua-base.el (cua-mode): Improve doc string.
16385
16386 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16387
16388 * abbrev.el (expand-region-abbrevs): Doc fix.
16389 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16390 Improve argument/docstring consistency.
16391
16392 * arc-mode.el (archive-get-descr, archive-alternate-display):
16393 Doc fixes.
16394 (archive-l-e): Improve argument/docstring consistency.
16395 (archive-tmpdir, archive-unixdate, archive-unixtime)
16396 (archive-chmod-entry): Fix typos in docstrings.
16397 (archive-unflag, archive-unflag-backwards)
16398 (archive-unmark-all-files): "?\ " -> "?\s".
16399
16400 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16401 (Buffer-menu-not-modified, Buffer-menu-execute)
16402 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16403 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16404
16405 * composite.el (compose-string, encode-composition-rule)
16406 (compose-last-chars): Fix typos in docstrings.
16407
16408 * desktop.el (desktop-enable, desktop-basefilename):
16409 Declare with `define-obsolete-variable-alias'.
16410 (desktop-internal-v2s): Don't quote keywords.
16411 (desktop-clear): "?\ " -> "?\s".
16412
16413 * dired.el (dired-align-file, dired-flag-backup-files)
16414 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16415 (dired-listing-switches, dired-ls-F-marks-symlinks)
16416 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16417 (dired-directory, dired-faces, dired, dired-revert)
16418 (dired-mode, dired-summary, dired-view-file)
16419 (dired-copy-filename-as-kill, dired-delete-file)
16420 (dired-no-confirm, dired-unmark-all-marks)
16421 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16422 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16423 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16424 Fix typos in message strings.
16425
16426 * dired-x.el (virtual-dired): Declare with `defalias'.
16427 (dired-mark-unmarked-files, dired-local-variables-file)
16428 (dired-omit-here-always): Doc fix.
16429 (dired-omit-mode, dired-find-subdir)
16430 (dired-enable-local-variables, dired-clean-up-buffers-too)
16431 (dired-extra-startup, dired-mark-extension, dired-jump)
16432 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16433 (dired-smart-shell-command, dired-guess-shell-alist-user)
16434 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16435 (dired-x-bind-find-file, dired-x-submit-report):
16436 Fix typos in docstrings.
16437 (dired-mark-unmarked-files): "?\ " -> "?\s".
16438
16439 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16440
16441 * faces.el (describe-face): "?\ " -> "?\s".
16442 (read-all-face-attributes, read-face-font, modify-face)
16443 (face-attr-construct, italic): Fix typos in docstrings.
16444 (frame-update-face-colors): Declare with
16445 `define-obsolete-function-alias'.
16446
16447 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16448 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16449 (magic-mode-alist, buffer-file-numbers-unique)
16450 (write-file-functions, get-free-disk-space):
16451 Fix typos in docstrings.
16452 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16453 (write-contents-hooks, write-file-hooks):
16454 Declare with `define-obsolete-variable-alias'.
16455
16456 * forms-d2.el (arch-rj): Fix typo in docstrings.
16457 (arch-tocol): Likewise. "?\ " -> "?\s".
16458
16459 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16460 Fix typo in docstring.
16461 (set-screen-width, set-screen-height): Delete redundant info in
16462 doctrings.
16463 (new-frame, screen-height, screen-width): Declare with
16464 `define-obsolete-function-alias'.
16465 (delete-frame-hook, blink-cursor): Declare with
16466 `define-obsolete-variable-alias'.
16467
16468 * paths.el (prune-directory-list): Fix typos in docstring.
16469
16470 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16471 (cvs-prefix-get): Fix typos in docstrings.
16472
16473 * ps-print.el (ps-extend-face-list, ps-extend-face)
16474 (ps-print-background-image): Fix typos in docstrings.
16475 (ps-default-fg, ps-default-bg): Doc fixes.
16476
16477 * s-region.el (s-region-bind): Doc fix.
16478 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16479
16480 * textmodes/org.el (org-table-formula-substitute-names)
16481 (org-table-get-vertical-vector): Doc fixes.
16482 (org-table-recalculate): Remove unused argument to `message'.
16483
16484 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16485
16486 * textmodes/org.el (org-table-column-names)
16487 (org-table-column-name-regexp)
16488 (org-table-named-field-locations): New variables.
16489 (org-archive-subtree): Protect `this-command' when calling
16490 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16491 the kill buffer.
16492 (org-complete): Remove fixed-formula completion.
16493 (org-edit-formulas-map): New variable.
16494 (org-table-edit-formulas): New command.
16495 (org-finish-edit-formulas, org-abort-edit-formulas)
16496 (org-show-variable, org-table-get-vertical-vector): New functions.
16497 (org-table-maybe-eval-formula): Handle `:=' fields.
16498 (org-table-get-stored-formulas, org-table-store-formulas)
16499 (org-table-get-formula, org-table-modify-formulas)
16500 (org-table-replace-in-formulas): Handle named field formulas.
16501 (org-table-get-specials): Store locations of named fields.
16502
16503 2005-07-19 Juri Linkov <juri@jurta.org>
16504
16505 * progmodes/grep.el (grep-regexp-alist)
16506 (grep-mode-font-lock-keywords, grep-process-setup):
16507 Use default GNU grep match color "01;31m" instead of "01;41m".
16508 (grep-regexp-alist, grep-mode-font-lock-keywords):
16509 Use `\\[[0-9]*m' instead of `\\[00m'.
16510 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16511 sgr_start where its handling is more important. Use the real
16512 length of sgr_start instead of constant 8.
16513 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16514 specially. Delete all remaining escape sequences.
16515 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16516 (grep-regexp-alist): Make hyperlink only for binary file name
16517 instead of the whole line.
16518 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16519 (grep-mode): Add autoload.
16520
16521 * emacs-lisp/find-func.el (find-function-regexp):
16522 Add `define-compilation-mode'.
16523
16524 2005-07-19 Juri Linkov <juri@jurta.org>
16525
16526 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16527 (compare-windows-sync-string-size, compare-windows-recenter)
16528 (compare-windows-highlight, compare-windows): Add version 22.1.
16529 (compare-windows) <defface>: Inherit from lazy-highlight instead
16530 of duplicating its default value.
16531
16532 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16533 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16534
16535 * descr-text.el (describe-char): Create link buttons for `charset'
16536 and `code point'. Add the current input method name with a link
16537 button to `to input' field. Print face names of display table
16538 characters in `The display table entry is displayed by' section
16539 instead of printing face-id in the `display' field.
16540 Guess hardcoded faces and create a link button for them.
16541 Skip empty fields when calculating max-width.
16542 Treat `widget-create' specially while inserting strings from the
16543 collected field list.
16544 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16545
16546 * diff-mode.el (diff-file-header): Change foreground color from
16547 yellow to green on light backgrounds.
16548 (diff-context): Inherit from `shadow' only for color/grayscale
16549 with more than 88 colors.
16550 (diff-indicator-removed, diff-indicator-added)
16551 (diff-indicator-changed): New faces.
16552 (diff-font-lock-keywords): Use new faces. Regroup rules.
16553 Add "^---$" for `normal' diff format. Fontify `#' lines with
16554 font-lock-comment-delimiter-face and font-lock-comment-face.
16555 Add `#' to ^[^...] in the rule for `diff-context-face'.
16556
16557 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16558 a button-like box. Inherit from `highlight' on low colors.
16559 (shadow): Use shades of gray only for color/grayscale with
16560 more than 88 colors. Use green for light backgrounds with
16561 8 colors, and yellow for dark backgrounds with 8 colors.
16562
16563 * font-lock.el (font-lock-regexp-grouping-backslash):
16564 Don't inherit from escape-glyph (use bold for all cases).
16565
16566 * info.el (info-xref-visited): Use light foreground color `violet'
16567 for dark backgrounds instead of dark color `magenta3'.
16568 (info-title-1): Use `yellow' color for dark backgrounds.
16569
16570 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16571 too-light magenta2.
16572
16573 * replace.el (match): Use slightly more light RoyalBlue3 instead
16574 of dark RoyalBlue4.
16575
16576 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16577
16578 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16579
16580 * novice.el (disabled-command-hook): Declare it with
16581 `define-obsolete-variable-alias'.
16582
16583 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16584 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16585 (desktop-load-default): Add release to obsolescence info.
16586 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16587 (desktop-append-buffer-args, desktop-read):
16588 Fix typos in docstrings.
16589 (desktop-kill): Fix typo in message.
16590 (desktop-save): Doc fix.
16591
16592 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16593
16594 * viper-cmd.el (viper-escape-to-state): Bug fix.
16595 (viper-envelop-ESC-key): Change the definition of fast
16596 keysequence so it'll work with keyboard macros.
16597
16598 * ediff.el (ediff-patch-buffer): Change the docstring.
16599
16600 2005-07-19 Kenichi Handa <handa@m17n.org>
16601
16602 * international/mule-cmds.el (select-safe-coding-system): Try to
16603 use an auto-coding (if any) before anything else. If the found
16604 auto-coding is invalid, show a warning message.
16605
16606 * international/mule.el (find-auto-coding): New function created
16607 by modifying the body of set-auto-coding.
16608 (set-auto-coding): Use find-auto-coding to find a coding.
16609
16610 2005-07-18 Richard M. Stallman <rms@gnu.org>
16611
16612 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16613 not isearch-mode-end-hook-error.
16614 (allout-before-change-protect): Fix error message.
16615
16616 2005-07-18 Juri Linkov <juri@jurta.org>
16617
16618 * allout.el (allout-mode):
16619 * calculator.el (calculator-copy):
16620 * custom.el (custom-known-themes):
16621 * dired.el (dired-desktop-buffer-misc-data)
16622 (dired-restore-desktop-buffer):
16623 * dired-x.el (dired-omit-marker-char):
16624 * files.el (basic-save-buffer):
16625 * font-core.el (font-lock-mode):
16626 * calendar/calendar.el (calendar-goto-hebrew-date)
16627 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16628 (calendar-goto-persian-date):
16629 * language/ethio-util.el (ethio-sera-to-fidel-region):
16630 * textmodes/picture.el (picture-mode):
16631 Delete duplicate duplicate words.
16632
16633 2005-07-18 Juri Linkov <juri@jurta.org>
16634
16635 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16636 chars * ? } |.
16637 (isearch-fallback): Don't call `isearch-process-search-char'.
16638 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16639 (isearch-process-search-char): Call `isearch-fallback' for regexp
16640 chars * ? } |.
16641 (isearch-return-char): Make obsolete with `make-obsolete' instead
16642 of simply documenting it as obsolete in the docstring.
16643 (isearch-fallback): Refill docstring.
16644
16645 * international/isearch-x.el
16646 (isearch-process-search-multibyte-characters): Remove unneeded
16647 `concat'. Add intermediate values to `junk-hist' instead of
16648 `minibuffer-history'. Test the length of `str'.
16649
16650 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16651
16652 * allout.el (allout-resolve-xref): Fix typos in error strings.
16653 (allout-before-change-protect): Remove unneeded `concat'.
16654
16655 * array.el (array-mode, array-reconfigure-rows)
16656 (untabify-backward): Fix typos in docstrings.
16657 (array-reconfigure-rows): Use `insert-buffer-substring', not
16658 `insert-buffer'.
16659
16660 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16661 * progmodes/ada-mode.el (ada-make-body):
16662 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16663
16664 * dired.el (dired-log):
16665 * tar-mode.el (tar-subfile-save-buffer):
16666 * play/zone.el (zone-pgm-stress-destress):
16667 Use `insert-buffer-substring', not `insert-buffer'.
16668
16669 2005-07-17 Simon Josefsson <jas@extundo.com>
16670
16671 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16672
16673 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16674
16675 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16676 Add plain auth method.
16677 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16678
16679 2005-07-17 Kim F. Storm <storm@cua.dk>
16680
16681 * ido.el (dired-other-window): Add ido property.
16682
16683 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16684
16685 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16686 Fix typo in docstring.
16687 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16688 `insert-file-literally'.
16689
16690 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16691 info and delete redundant message. Doc fix.
16692 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16693 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16694
16695 2005-07-16 Richard M. Stallman <rms@gnu.org>
16696
16697 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16698 (byte-compile-and): Use byte-compile-and-recursion.
16699 (byte-compile-or-recursion): New function.
16700 (byte-compile-or): Use that.
16701 (byte-compile-if): Guard the else-clause too.
16702 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16703
16704 * isearch.el (isearch-mode-end-hook-quit): New variable.
16705 (isearch-done): Bind it.
16706 (isearch-mode-end-hook): Doc fix.
16707
16708 * allout.el (allout-isearch-did-quit): Variable deleted.
16709 (allout-real-isearch-abort): Function name no longer used.
16710 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16711 (allout-isearch-rectification): isearch-mode always exists.
16712 Don't set allout-isearch-did-quit.
16713 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16714 allout-isearch-did-quit.
16715 (allout-enwrap-isearch): Just add the hook.
16716 (allout-isearch-abort): Function deleted.
16717 (allout-pre-command-business): Avoid warning.
16718
16719 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16720 Correctly avoid warnings.
16721 (pascal-outline): Likewise.
16722
16723 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16724
16725 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16726
16727 * play/tetris.el (tetris-mode): Avoid warning.
16728
16729 * play/snake.el (snake-mode): Avoid warning.
16730
16731 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16732 (gamegrid-set-display-table): Avoid warning.
16733 (gamegrid-set-timer): Likewise.
16734 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16735 (gamegrid-add-score-with-update-game-score-1): Take FILE
16736 as argument.
16737 (gamegrid-add-score-with-update-game-score): Pass that argument.
16738 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16739
16740 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16741
16742 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16743 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16744
16745 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16746 and insert-file.
16747
16748 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16749 (sc-ask): Avoid warnings.
16750
16751 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16752 (eshell-hist-initialize): Use that var the natural way.
16753
16754 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16755
16756 * emacs-lisp/re-builder.el (reb-cook-regexp):
16757 Avoid warning calling lre-compile-string.
16758 (reb-color-display-p): Avoid warning.
16759
16760 * calculator.el (calculator-last-input): Guard uses
16761 of event-key and key-press-event-p.
16762 (event-key, key-press-event-p): Delete definitions.
16763
16764 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16765 (find-gc-source-directory, find-gc-subrs-callers)
16766 (find-gc-noreturn-list, find-gc-source-files)
16767 (find-gc-subrs-called): Vars renamed and defvar'd.
16768
16769 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16770 (checkdoc-overlay-put, checkdoc-delete-overlay)
16771 (checkdoc-overlay-start, checkdoc-overlay-end)
16772 (checkdoc-mode-line-update, checkdoc-char=):
16773 Define such that compiler knows they are defined.
16774 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16775 (checkdoc-read-event): Delete. Use read-event directly.
16776
16777 * whitespace.el (whitespace-make-overlay)
16778 (whitespace-overlay-put, whitespace-delete-overlay)
16779 (whitespace-overlay-start, whitespace-overlay-end):
16780 Define such that compiler knows they are defined.
16781 (whitespace): Move conditional inside.
16782
16783 * tempo.el (tempo-insert-template): Suppress warning.
16784
16785 * ediff-diff.el (longlines-mode): Add defvar.
16786
16787 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16788
16789 * server.el: Bind "C-x #" in a way that works even if C-x is
16790 redefined to a command key, not a prefix key.
16791
16792 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16793
16794 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16795 cl-make-type-test till execution time.
16796
16797 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16798
16799 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16800 arg ARG and use it.
16801
16802 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16803
16804 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16805
16806 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16807
16808 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16809 a defcustom with two :set or :type keywords.
16810
16811 2005-07-15 Richard M. Stallman <rms@gnu.org>
16812
16813 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16814 Don't give ^M comment-end syntax.
16815
16816 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16817
16818 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16819 Don't consider gdbmi (gdb-mi.el has its own update functions).
16820 (gdb-var-delete): Make it work for gdbmi as well.
16821 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16822
16823 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16824 (gud-speedbar-menu-items): Correct logic for enabling items.
16825
16826 2005-07-15 Kim F. Storm <storm@cua.dk>
16827
16828 * ido.el: Fix commentary.
16829 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16830 Use with-no-warnings around ffap-guesser.
16831 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16832 Let bind minibuffer-completing-file-name to t.
16833
16834 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16835
16836 * startup.el (site-run-file, keyboard-type): Doc fixes.
16837 (command-line): Check for "--basic-display" argument; also for
16838 "--quick", not "--bare-bones" (which was renamed).
16839 (fancy-splash-text): Add missing item "Getting New Versions".
16840 (normal-splash-screen): Fix typos and improve consistency with
16841 `fancy-splash-text'. Update copyright year.
16842
16843 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16844 valid binding for `help-char'.
16845
16846 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16847
16848 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16849
16850 * term.el (term-mode): Disable cua-mode for term buffers.
16851
16852 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16853
16854 * add-log.el (add-log-mailing-address, change-log-merge):
16855 Doc fixes.
16856 (change-log-get-method-definition): Fix typo in docstring.
16857
16858 2005-07-14 Kim F. Storm <storm@cua.dk>
16859
16860 * emulation/cua-base.el:
16861 (cua--pre-command-handler-1, cua--pre-command-handler)
16862 (cua--post-command-handler-1, cua--post-command-handler):
16863 Split in two. Check (buffer local) value of cua-mode.
16864 (cua-selection-mode): New command.
16865
16866 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16867
16868 * custom.el (custom-initialize-safe-set)
16869 (custom-initialize-safe-default): Doc fixes.
16870
16871 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16872 and simplify :init-value again.
16873
16874 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16875 and simplify :init-value again. Delete autoload.
16876
16877 * startup.el (command-line): Use `custom-reevaluate-setting' again
16878 for tooltip-mode.
16879
16880 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16881 a defcustom with two :initialize keywords.
16882
16883 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16884
16885 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16886 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16887 (allout-post-command-business, allout-flag-region)
16888 (isearch-reenable-font-lock, allout-yank)
16889 (allout-insert-latex-header, allout-insert-latex-trailer)
16890 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16891 (allout-latex-verb-quote): Fix typos in docstrings.
16892 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16893 (allout-unprotected, allout-prefix-data):
16894 Improve argument/docstring consistency.
16895 (allout-chart-subtree): Fix argument spec.
16896 (allout-open-topic): Rename `use_sib_bullet' argument to
16897 `use-sib-bullet'. Doc fix.
16898
16899 * whitespace.el (whitespace-check-buffer-leading)
16900 (whitespace-check-buffer-trailing)
16901 (whitespace-check-buffer-indent)
16902 (whitespace-check-buffer-spacetab)
16903 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16904 (whitespace-check-leading-whitespace)
16905 (whitespace-check-trailing-whitespace)
16906 (whitespace-check-spacetab-whitespace)
16907 (whitespace-check-indent-whitespace)
16908 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16909 (whitespace-modes): Fix typos in docstrings.
16910 (defgroup, defcustom): Doc fixes.
16911
16912 * winner.el (winner-mode, winner-boring-buffers)
16913 (winner-pending-undo-ring): Doc fixes.
16914 (winner-ring): Remove unneeded `progn'.
16915 (winner-equal): `defsubst' it.
16916 (winner-redo): Fix message.
16917
16918 2005-07-13 Kim F. Storm <storm@cua.dk>
16919
16920 * simple.el (line-move-1): Always use vertical-motion to
16921 do the last (or only) line move to ensure some movement.
16922 Undo 2005-06-23 change--don't check for overlays.
16923
16924 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16925
16926 * term/mac-win.el (ccl-encode-mac-roman-font)
16927 (ccl-encode-mac-centraleurroman-font)
16928 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16929 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16930 Change charset-id boundary of dimension to ?\xef.
16931 (mac-char-fontspec-list): New constant.
16932 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16933 argument. Nil uses itself as family in font-spec. Previous
16934 behavior for nil is now provided by non-nil non-string argument.
16935 All callers changed. Add font-specs for Mac fonts to
16936 "fontset-default" unless iso8859-1 fonts are installed.
16937
16938 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16939
16940 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16941 a continuation line if the \ is preceded by SPC or TAB.
16942 (sh-get-indent-info): Simplify.
16943 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16944 Use with-current-buffer.
16945
16946 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16947 when the matched text is empty.
16948
16949 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16950
16951 * startup.el (command-line): Revert to previous handling of
16952 tooltip-mode. Explain in comment why the complexity is needed.
16953
16954 * tooltip.el (tooltip-mode): Revert to previous implementation of
16955 its defcustom.
16956
16957 * frame.el (blink-cursor-mode): Revert to previous implementation
16958 of its defcustom. Update comment.
16959
16960 2005-07-12 Lars Hansen <larsh@soem.dk>
16961
16962 * desktop.el: Update e-mail address.
16963
16964 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16965
16966 * term/mac-win.el (mac-services-mail-selection)
16967 (mac-services-mail-to): New functions.
16968 (mac-application-menu-map): Bind them.
16969
16970 2005-07-12 wulei <milton@wulei.net> (tiny change)
16971
16972 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16973
16974 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
16975
16976 * custom.el (custom-reevaluate-setting): Doc fix.
16977
16978 2005-07-11 Jay Belanger <belanger@truman.edu>
16979
16980 * calc/calc.el (calc-embedded-announce-formula-alist)
16981 (calc-embedded-open-close-plain-alist)
16982 (calc-embedded-open-close-mode-alist): Add checks for additional
16983 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
16984
16985 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
16986
16987 * custom.el (custom-enable-theme): Don't add theme to
16988 `custom-enabled-themes' with `push' because there is no
16989 setf-method for `delq'.
16990
16991 2005-07-11 Richard M. Stallman <rms@gnu.org>
16992
16993 * custom.el (custom-declare-variable): Doc fix.
16994
16995 * dired-aux.el (dired-compare-directories): Remove "." and ".."
16996 from the alists.
16997
16998 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
16999 Do nothing if edebug-active.
17000
17001 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17002 (edebug-display): Do it here instead.
17003
17004 2005-07-10 Richard M. Stallman <rms@gnu.org>
17005
17006 * cus-face.el (custom-theme-set-faces): Make it work.
17007 (custom-reset-faces): Doc fix.
17008 (custom-theme-reset-internal-face, custom-theme-face-value):
17009 Functions deleted.
17010
17011 * custom.el (custom-push-theme): Maintain list of the settings
17012 of a given theme in its theme-settings property.
17013 Maintain position of old settings in the theme-value
17014 or theme-face property.
17015 (custom-enabled-themes): New variable.
17016 (custom-theme-enabled-p): New function.
17017 (provide-theme): Update custom-enabled-themes.
17018 Disable and reenable the `user' theme.
17019 (require-theme): Doc fix.
17020 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17021 (custom-theme-value, custom-theme-variable-value): Likewise.
17022 (custom-theme-reset-internal): Likewise.
17023 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17024 (custom-enable-theme, custom-disable-theme): New functions.
17025 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17026 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17027 (custom-theme-reset-variables): Simplify.
17028 (deftheme, custom-declare-theme, custom-make-theme-feature):
17029 Definitions moved.
17030
17031 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17032
17033 * longlines.el (longlines-show-region)
17034 (longlines-unshow-hard-newlines): Recognize hard newlines by
17035 non-nil hard property, instead of t.
17036
17037 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17038
17039 * viper-cmd.el (viper--key-maps): New variable.
17040 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17041 emulation-mode-map-alists.
17042 (viper-envelop-ESC-key): Use viper-subseq.
17043 (viper-search-forward/backward/next): Disable debug-on-error.
17044
17045 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17046 (viper-ESC-key): New defcustoms.
17047
17048 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17049
17050 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17051 (viper-subseq): Copy of subseq from cl.el.
17052
17053 * viper.el (viper-go-away, viper-set-hooks): Use
17054 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17055
17056 * viper-mous.el (viper-current-frame-saved): Use defvar.
17057
17058 * viper-init.el: Get rid of -face in face names.
17059
17060 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17061 Make it work with longlines mode
17062
17063 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17064
17065 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17066
17067 * ediff-init.el: Get rid of -face in face names.
17068
17069 2005-07-10 Richard M. Stallman <rms@gnu.org>
17070
17071 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17072 and with-timeout-unsuspend.
17073
17074 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17075 and with-timeout-unsuspend.
17076
17077 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17078 (with-timeout): Bind that variable to record timers.
17079 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17080
17081 * emacs-lisp/debug.el (debug-help-follow): New function.
17082 (debugger-mode-map): Use that instead of help-follow.
17083 (debugger-setup-buffer): Use eval-buffer-list
17084 to handle eval-buffer frames.
17085
17086 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17087
17088 * timezone.el (timezone-parse-date): Change first regexp
17089 so it will not mistakenly match dates with no time zone.
17090
17091 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17092
17093 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17094
17095 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17096
17097 * custom.el (custom-initialize-safe-set)
17098 (custom-initialize-safe-default): New functions.
17099
17100 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17101 and simplify :init-value.
17102
17103 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17104 and simplify :init-value. Delete obsolete comment.
17105
17106 * startup.el (command-line): Use `custom-reevaluate-setting' to
17107 handle `tooltip-mode'. Delete obsolete comment.
17108
17109 * files.el (set-visited-file-name): Avoid calling
17110 `file-name-nondirectory' with a nil argument.
17111
17112 2005-07-09 Richard M. Stallman <rms@gnu.org>
17113
17114 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17115 was called with nil for the buffer, handle the read position right.
17116 Handle read position for eval-region, too.
17117
17118 2005-07-09 Juri Linkov <juri@jurta.org>
17119
17120 * fringe.el (fringe-mode): Add period in docstring.
17121 (fringe-query-style): Build prompt depending on `all-frames' arg.
17122
17123 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17124 to not create links to unrelated functions in the Help buffer.
17125
17126 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17127 Doc fix.
17128
17129 * simple.el (next-error-hook): New variable.
17130 (next-error): Use it. Doc fix.
17131
17132 * textmodes/ispell.el (ispell-command-loop): Add current
17133 dictionary name and program name to mode-line-format.
17134 (ispell-region, ispell-process-line): Add current dictionary name
17135 and program name to messages.
17136
17137 2005-07-08 Jay Belanger <belanger@truman.edu>
17138
17139 * calc/calc.el (calc-embedded-announce-formula-alist)
17140 (calc-embedded-open-close-formula-alist)
17141 (calc-embedded-open-close-word-alist)
17142 (calc-embedded-open-close-plain-alist)
17143 (calc-embedded-open-close-new-formula-alist)
17144 (calc-embedded-open-close-mode-alist)
17145 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17146 (calc-embedded-mode-hook): New variables.
17147
17148 * calc/calc-embed.el (calc-embedded-firsttime)
17149 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17150 New variables.
17151 (calc-do-embedded): Use calc-embedded-firsttime,
17152 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17153 determine whether or not to run hooks.
17154 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17155 calc-embedded-firsttime-formula appropriately.
17156 Set calc-embedded delimiter variables according to mode.
17157
17158 2005-07-08 Richard M. Stallman <rms@gnu.org>
17159
17160 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17161 Check for "emacs", etc., as entire symbol, not just as word.
17162 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17163
17164 * files.el (set-visited-file-name): Report the error
17165 for "empty filename" earlier.
17166 (kill-some-buffers): Ignore buffers already dead.
17167
17168 * fringe.el (fringe-mode): Doc fix.
17169
17170 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17171 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17172 Use unwind-protect to ensure byte-compile-unresolved-functions
17173 is updated.
17174
17175 * whitespace.el (whitespace-buffer-leading-cleanup):
17176 Simplify w/ skip-chars-forward.
17177 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17178
17179 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17180 Unconditionally try to leave point at the same old place.
17181
17182 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17183
17184 * comint.el (comint-postoutput-scroll-to-bottom)
17185 (comint-show-maximum-output): Take scroll-margin into consideration.
17186
17187 2005-07-08 Kim F. Storm <storm@cua.dk>
17188
17189 * ido.el (ido-use-filename-at-point): New choice `guess'.
17190 (ido-file-internal): Try ffap-guesser if selected.
17191
17192 * ido.el (ido-before-fallback-functions): New hook.
17193 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17194 (ido-read-file-name): Run it.
17195
17196 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17197
17198 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17199 strings rather than a list of symbols to the completion function.
17200
17201 2005-07-07 Jay Belanger <belanger@truman.edu>
17202
17203 * calc/calc-units.el (math-apply-units): Change the places in
17204 which units are simplified.
17205
17206 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17207
17208 * cus-edit.el (customize-option, customize-option-other-window):
17209 Make them handle aliases.
17210
17211 * custom.el (custom-variable-p): Make it recursively follow
17212 aliases. Mention that in the docstring.
17213
17214 2005-07-07 Richard M. Stallman <rms@gnu.org>
17215
17216 * cus-start.el (exec-path): Use `directory' instead of `file'.
17217 Fix tag for nil.
17218
17219 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17220
17221 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17222 when called non-interactively. Doc fix.
17223
17224 2005-07-07 Lute Kamstra <lute@gnu.org>
17225
17226 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17227 new address as well.
17228
17229 2005-07-07 Kenichi Handa <handa@m17n.org>
17230
17231 * international/mule.el (make-coding-system):
17232 Describe `ascii-incompatible' property in the docstring.
17233 (set-file-name-coding-system): Signal an error if coding-system is
17234 ascii-incompatible.
17235 (set-keyboard-coding-system): Likewise.
17236
17237 * international/mule-cmds.el (set-default-coding-systems):
17238 Don't set default-file-name-coding-system and
17239 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17240
17241 * international/utf-16.el: Declare that all UTF-16-based coding
17242 systems are ASCII-incompatible.
17243
17244 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17245
17246 * progmodes/gud.el: Require font-lock for displaying errors.
17247 Used by gdb-ui.el.
17248
17249 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17250
17251 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17252 values for the pattern lists which are `read'able but not
17253 `append'able (like symbols).
17254
17255 2005-07-06 Richard M. Stallman <rms@gnu.org>
17256
17257 * progmodes/flymake.el (flymake-float-time): Instead of
17258 with-no-warnings, test for xemacs.
17259 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17260 to avoid warning.
17261
17262 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17263
17264 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17265
17266 2005-07-05 Lute Kamstra <lute@gnu.org>
17267
17268 * battery.el: Add support for Darwin (with much debugging help
17269 from Samuel Lauber <sam124@operamail.com>).
17270 (battery-status-function, battery-echo-area-format)
17271 (battery-mode-line-format): Add support for pmset on Darwin.
17272 (battery-load-low, battery-load-critical): New user options.
17273 (battery-pmset): New function.
17274
17275 2005-07-05 Lute Kamstra <lute@gnu.org>
17276
17277 Update FSF's address in GPL notices.
17278
17279 * textmodes/page-ext.el: Update FSF's address.
17280
17281 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17282
17283 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17284 filling from using prefix when filling a single-line docstring.
17285
17286 * progmodes/flymake.el: Remove useless eval-when-compile.
17287
17288 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17289
17290 2005-07-04 Richard M. Stallman <rms@gnu.org>
17291
17292 * textmodes/org.el (org-file-apps-defaults-gnu):
17293 Rename from org-file-apps-defaults-linux.
17294 (org-default-apps): Don't test system-type for `linux'.
17295 (org-file-apps): Doc fix.
17296
17297 2005-07-04 David Ponce <david@dponce.com>
17298
17299 * tree-widget.el: Improve header Commentary section.
17300 (tree-widget) [defgroup]
17301 (tree-widget-image-enable, tree-widget-themes-directory)
17302 (tree-widget-theme, tree-widget-image-properties-emacs)
17303 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17304 (tree-widget-image-formats, tree-widget-control)
17305 (tree-widget-empty-control, tree-widget-leaf-control
17306 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17307 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17308 (tree-widget-keep, tree-widget-after-toggle-functions)
17309 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17310 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17311 :help-echo message.
17312 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17313 (tree-widget-image-properties): Doc fix. Clearer implementation.
17314 (tree-widget--cursors): New constant.
17315 (tree-widget-lookup-image): New function split from
17316 `tree-widget-find-image'. Clearer implementation.
17317 (tree-widget-find-image): Use it.
17318 (tree-widget-button-keymap): Use `set-keymap-parent'.
17319 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17320 Define the sub-widgets here.
17321 (tree-widget-node): Check that :node is not a tree-widget.
17322 (tree-widget-get-super, tree-widget-open-control)
17323 (tree-widget-close-control, tree-widget-empty-control)
17324 (tree-widget-leaf-control, tree-widget-guide)
17325 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17326 (tree-widget-no-handle, tree-widget-value-delete)
17327 (tree-widget-map): Remove.
17328 (tree-widget-children-value-save): Doc fix. Simplified.
17329 (tree-widget-value-create): Update according to previous changes.
17330
17331 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17332
17333 * textmodes/org.el: Leading space replaced by TABS.
17334 (org-recalc-marks, org-table-rotate-recalc-marks)
17335 (org-table-get-specials): Treat "^" and "_" marks.
17336 (org-table-justify-field-maybe): Optional argument NEW.
17337 (org-table-eval-formula): Parsing of the format simplified.
17338 New modes C,I. Honor the %= parameter in the current table.
17339 Avoid unnecessary re-align by using the NEW argument to
17340 `org-table-justify-field-maybe'.
17341 (org-calc-default-modes): Default for date-format mimicks org-mode.
17342 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17343
17344 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17345
17346 * cus-face.el (custom-theme-set-faces): Make it handle face
17347 aliases whose alias declarations are pre- or autoloaded.
17348
17349 2005-07-04 Juri Linkov <juri@jurta.org>
17350
17351 * faces.el (read-face-name): Put the code for getting a face name
17352 from the buffer before adding the faces from the `face' property.
17353 Use `completing-read-multiple' instead of `completing-read'.
17354 Require `crm'. Add default value and post-process the returned
17355 list of faces.
17356
17357 * emacs-lisp/crm.el (crm-find-current-element)
17358 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17359
17360 * emacs-lisp/lisp-mode.el (eval-defun-1):
17361 * emacs-lisp/edebug.el (edebug-eval-defun):
17362 Remove unnecessary quotes.
17363
17364 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17365
17366 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17367 (prolog-indent-level): Fix typo in docstring.
17368
17369 * info.el (Info-history, Info-history-forward)
17370 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17371
17372 * add-log.el (add-change-log-entry):
17373 * comint.el (comint-dynamic-list-input-ring)
17374 (comint-dynamic-list-completions):
17375 * dabbrev.el (dabbrev-expand):
17376 * delim-col.el (delimit-columns-rectangle-line):
17377 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17378 (diff-unified->context):
17379 * ediff-init.el (ediff-abbrev-jobname):
17380 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17381 (ediff-replace-session-activity-marker-in-meta-buffer):
17382 * info.el (Info-summary):
17383 * lpr.el (printify-region):
17384 * printing.el (pr-create-interface):
17385 * ps-print.el (ps-print-quote):
17386 * ses.el (ses-column-widths, ses-print-cell)
17387 (ses-adjust-print-width, ses-center):
17388 * shell.el (shell-file-name-quote-list):
17389 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17390 (strokes-fill-current-buffer-with-whitespace)
17391 (strokes-xpm-for-stroke, strokes-list-strokes)
17392 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17393 * term.el (term-dynamic-list-input-ring)
17394 (term-dynamic-list-completions):
17395 * calc/calc.el (math-format-stack-value):
17396 * emacs-lisp/edebug.el (edebug-display-freq-count):
17397 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17398 (delphi-new-comment-line):
17399 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17400 * progmodes/executable.el (executable-set-magic):
17401 * progmodes/python.el (inferior-python-mode):
17402 * progmodes/scheme.el (scheme-mode-syntax-table):
17403 * progmodes/sh-script.el (sh-maybe-here-document):
17404 * progmodes/sql.el (sql-copy-column):
17405 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17406 * textmodes/bibtex.el (bibtex-mode):
17407 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17408 (sgml-auto-attributes):
17409 * textmodes/table.el (table-insert, table-shorten-cell)
17410 (table--generate-source-scan-lines, table-delete-row)
17411 (*table--cell-delete-char, table--spacify-frame)
17412 (table--horizontally-shift-above-and-below)
17413 (table--cell-insert-char, table--cell-blank-str)
17414 (table--fill-region-strictly):
17415 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17416 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17417
17418 * add-log.el (change-log):
17419 * apropos.el (apropos):
17420 * comint.el (comint-completion, comint-source):
17421 * dabbrev.el (dabbrev):
17422 * delim-col.el (columns):
17423 * diff-mode.el (diff-mode):
17424 * ediff.el (ediff):
17425 * ediff-diff.el (ediff-diff):
17426 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17427 * ediff-mult.el (ediff-mult):
17428 * ediff-ptch.el (ediff-ptch):
17429 * ediff-wind.el (ediff-window):
17430 * facemenu.el (facemenu):
17431 * indent.el (indent):
17432 * info.el (info):
17433 * jka-cmpr-hook.el (compression, jka-compr):
17434 * lpr.el (lpr):
17435 * outline.el (outlines):
17436 * pcmpl-cvs.el (pcmpl-cvs):
17437 * pcmpl-rpm.el (pcmpl-rpm):
17438 * printing.el (printing):
17439 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17440 (ps-print-vertical, ps-print-headers, ps-print-font)
17441 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17442 (ps-print-background, ps-print-printer, ps-print-page)
17443 (ps-print-miscellany):
17444 * ses.el (ses):
17445 * shell.el (shell, shell-directories, shell-faces):
17446 * startup.el (initialization):
17447 * strokes.el (strokes):
17448 * term.el (term):
17449 * uniquify.el (uniquify):
17450 * w32-vars.el (w32):
17451 * calc/calc.el (calc):
17452 * emacs-lisp/bytecomp.el (bytecomp):
17453 * emacs-lisp/cl-indent.el (lisp-indent):
17454 * emacs-lisp/edebug.el (edebug):
17455 * emacs-lisp/elp.el (elp):
17456 * emacs-lisp/testcover.el (testcover):
17457 * emacs-lisp/trace.el (trace):
17458 * emulation/viper-ex.el (viper-ex):
17459 * emulation/viper-mous.el (viper-mouse):
17460 * mail/mailalias.el (mailalias):
17461 * mail/supercite.el (supercite, supercite-frames)
17462 (supercite-attr, supercite-cite, supercite-hooks):
17463 * net/rcompile.el (remote-compile):
17464 * net/rlogin.el (rlogin):
17465 * obsolete/ooutline.el (outlines):
17466 * progmodes/delphi.el (delphi):
17467 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17468 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17469 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17470 (ebnf-optimization):
17471 * progmodes/etags.el (etags):
17472 * progmodes/executable.el (executable):
17473 * progmodes/idlwave.el (idlwave):
17474 * progmodes/pascal.el (pascal):
17475 * progmodes/prolog.el (prolog):
17476 * progmodes/python.el (python):
17477 * progmodes/scheme.el (scheme):
17478 * progmodes/sh-script.el (sh, sh-script):
17479 * progmodes/sql.el (SQL):
17480 * progmodes/tcl.el (tcl):
17481 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17482 * textmodes/enriched.el (enriched):
17483 * textmodes/makeinfo.el (makeinfo):
17484 * textmodes/sgml-mode.el (sgml):
17485 * textmodes/table.el (table-hooks):
17486 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17487 * textmodes/texinfo.el (texinfo):
17488 * textmodes/two-column.el (two-column):
17489 Finish `defgroup' description with period.
17490
17491 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17492 * eshell/esh-var.el (eshell-var):
17493 * progmodes/vhdl-mode.el (vhdl-testbench):
17494 * textmodes/org.el (org): Fix typos in docstrings.
17495
17496 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17497 consistency.
17498
17499 * progmodes/flymake.el (flymake-find-file): Remove.
17500 (flymake-float-time): Use `with-no-warnings'.
17501 (flymake-check-start-time, flymake-check-was-interrupted)
17502 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17503 (flymake-new-err-info): `defvar' at compile time.
17504
17505 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17506
17507 * replace.el (occur-hook): Doc fix.
17508 (occur-1): Don't call `occur-hook' if there are no matches.
17509
17510 2005-07-03 Richard M. Stallman <rms@gnu.org>
17511
17512 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17513 global-map, save the same map.
17514 (global-map): Don't alter it at top level.
17515 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17516 Then alter it here instead.
17517 (tpu-edt-off): Set global-map to the saved one.
17518
17519 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17520 All references simplified.
17521 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17522 (zmacs-regions): Add defvar.
17523 (repeat-complex-command-map): Everything about that deleted.
17524
17525 * textmodes/artist.el (artist-key-is-drawing)
17526 (artist-key-endpoint1, artist-key-poly-point-list)
17527 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17528 (artist-key-compl-table, artist-rb-save-data)
17529 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17530 Don't put them in eval-when-compile.
17531 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17532
17533 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17534 Use with-no-warnings.
17535
17536 * net/browse-url.el (dos-windows-version): Add defvar.
17537
17538 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17539
17540 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17541 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17542 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17543 Add defvar.
17544 (rmail-summary-beginning-of-message): Use with-no-warnings.
17545 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17546
17547 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17548 Use with-no-warnings.
17549
17550 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17551 (c-mark-function): Add point-moving-unit property.
17552 (vi-goto-line): Use with-no-warnings.
17553
17554 * emulation/edt.el (edt-last-copied-word): Add defvar.
17555 (zmacs-region-stays): Likewise.
17556 (edt-mark-section-wisely): Use c-mark-function for C.
17557 Use makr-defun for Fortran.
17558 (time-string): defvar deleted.
17559 (edt-display-the-time): Don't set time-string.
17560
17561 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17562
17563 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17564 Don't warn when name is not constant
17565 or for defining the group `emacs'.
17566
17567 * tooltip.el (gud-tooltip-mode): Add defvar.
17568
17569 * startup.el (default-frame-background-mode): Add defvar.
17570
17571 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17572
17573 * info.el (tool-bar-map): Add defvar.
17574
17575 * dired.el (dnd-protocol-alist): Add defvar.
17576
17577 * dired-aux.el (dired-query): Display question with answer, when
17578 the user answers.
17579
17580 * custom.el (custom-add-option): Doc fix.
17581
17582 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17583
17584 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17585
17586 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17587 bogus name from the last change.
17588
17589 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17590
17591 * custom.el (custom-declare-variable): Fix typos in comment.
17592 (custom-known-themes): Doc fix.
17593 (custom-theme-directory): New defcustom.
17594 (require-theme): Make it check `custom-theme-directory'.
17595
17596 * cus-theme.el (custom-new-theme-mode): New function.
17597 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17598 (custom-theme-description): Add compiler defvars.
17599 (customize-create-theme): Add doc to the "*New Custom Theme*"
17600 buffer. Use `custom-new-theme-mode'.
17601 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17602 and save it to the `custom-theme-directory'. Make this the
17603 default directory of the buffer.
17604
17605 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17606
17607 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17608 Fix unbalanced parentheses.
17609
17610 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17611
17612 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17613 into flymake-mode and delegate to flymake-mode.
17614
17615 * find-file.el (ff-which-function-are-we-in): Clean up.
17616
17617 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17618
17619 * replace.el (occur-rename-buffer): Fix docstring.
17620
17621 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17622 (edt-last-copied-word, edt-learn-macro-count)
17623 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17624 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17625 (time-string, zmacs-region-stays):
17626 * emulation/edt-mapper.el (edt-save-function-key-map)
17627 (EDT-key-name): `defvar' to silence the byte-compiler.
17628
17629 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17630
17631 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17632 font-lock-regexp-backslash. Doc fix.
17633 (font-lock-regexp-backslash-grouping-construct): Rename from
17634 font-lock-regexp-backslash-construct. Doc fix.
17635 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17636 grouping constructs.
17637
17638 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17639
17640 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17641 updating all the prerequisites.
17642
17643 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17644
17645 * textmodes/org.el (org-agenda-start-on-weekday)
17646 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17647 (org-agenda-use-time-grid, org-archive-location)
17648 (org-allow-space-in-links, org-usenet-links-prefer-google)
17649 (org-enable-table-editor, org-export-default-language)
17650 (org-export-html-show-new-buffer, org-fill-paragraph)
17651 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17652 (org-goto-quit, org-occur, org-eval-in-calendar)
17653 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17654 (org-agenda-diary-entry, org-remember-help)
17655 (org-table-convert-region, org-at-table-p)
17656 (org-table-move-row-down, org-table-move-row-up)
17657 (org-table-copy-region, org-table-toggle-vline-visibility)
17658 (org-table-get-stored-formulas, org-table-get-specials)
17659 (org-recalc-commands, org-table-eval-formula)
17660 (org-table-formula-substitute-names, orgtbl-make-binding)
17661 (org-format-org-table-html, org-format-table-table-html)
17662 (org-format-table-table-html-using-table-generate-source)
17663 (org-customize): Fix typos in docstrings.
17664 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17665 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17666 (org-back-to-heading): Doc fixes.
17667 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17668 (org-agenda-change-all-lines, org-get-header):
17669 Improve argument/docstring consistency.
17670 (orgtbl-error): Fix error message.
17671
17672 * progmodes/flymake.el (flymake-find-possible-master-files)
17673 (flymake-master-file-compare, flymake-get-line-err-count)
17674 (flymake-highlight-line, flymake-gui-warnings-enabled):
17675 Fix typos in docstrings.
17676 (flymake-parse-line, flymake-get-project-include-dirs-function)
17677 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17678 Doc fixes.
17679 (flymake-get-project-include-dirs-function)
17680 (flymake-make-err-menu-data):
17681 Improve argument/docstring consistency.
17682
17683 2005-07-01 Lute Kamstra <lute@gnu.org>
17684
17685 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17686 Catch errors with ignore-errors. Use temporary buffer.
17687 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17688
17689 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17690 background color faces.
17691 (facemenu-set-foreground, facemenu-set-background):
17692 Use facemenu-set-face-from-menu.
17693 (facemenu-set-face-from-menu): Treat face names that start with
17694 "fg:" or "bg:" as special.
17695 (facemenu-add-new-color): Don't create faces. Simplify.
17696
17697 2005-06-30 Richard M. Stallman <rms@gnu.org>
17698
17699 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17700 (crm-find-current-element): Likewise.
17701
17702 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17703
17704 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17705
17706 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17707
17708 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17709 (archive-mouse-extract): Make it an obsolete alias.
17710 (archive-mode-map): Don't use archive-mouse-extract any more.
17711 (archive-mode, archive-extract): write-contents-hooks ->
17712 write-contents-functions.
17713 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17714 first arg.
17715 (archive-rename-entry): Update the call.
17716 (archive-zip-summarize): Remove unused var `method'.
17717 (archive-lzh-summarize): Remove unused var `creator'.
17718
17719 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17720 dedicated frame upon exit.
17721
17722 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17723 (archive-zip-extract, archive-zip-expunge)
17724 (archive-zip-update, archive-zip-update-case): Use executable-find.
17725 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17726 Use restore-buffer-modified-p.
17727 (archive-extract, archive-add-new-member, archive-write-file-member):
17728 Use with-current-buffer.
17729 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17730
17731 2005-06-30 Andreas Schwab <schwab@suse.de>
17732
17733 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17734
17735 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17736
17737 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17738
17739 2005-06-30 Juri Linkov <juri@jurta.org>
17740
17741 * faces.el (vertical-border): Inherit from mode-line-inactive
17742 only on tty.
17743
17744 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17745
17746 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17747 example, -NLINES in the `occur' docstring).
17748
17749 * replace.el (occur-1): When no matches are found, do not set the
17750 `buffer-read-only' and modified flags for the occur buffer,
17751 because it is deleted.
17752
17753 * emulation/cua-base.el (cua-check-pending-input)
17754 (cua-repeat-replace-region, cua-mode, cua-debug)
17755 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17756 Fix typos in docstrings.
17757
17758 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17759 (cua-cut-region-to-global-mark)
17760 (cua--cut-rectangle-to-global-mark):
17761 Remove period from end of messages.
17762
17763 * emulation/cua-rect.el (cua-do-rectangle-padding):
17764 Remove period from end of messages.
17765 (cua--rectangle-seq-format): Fix typo in docstring.
17766 (cua-sequence-rectangle, cua-fill-char-rectangle):
17767 Improve argument/docstring consistency.
17768
17769 2005-06-29 Juri Linkov <juri@jurta.org>
17770
17771 * faces.el (default-frame-background-mode): New internal variable.
17772 (frame-set-background-mode): Use it.
17773
17774 * startup.el (normal-top-level): Set default-frame-background-mode
17775 instead of frame-background-mode. Before setting it, test for its
17776 nil value. Remove tests for frame-background-mode and frame
17777 parameter `reverse'. Add test for "unspecified-fg".
17778
17779 * term/xterm.el (xterm-rxvt-set-background-mode):
17780 * term/rxvt.el (rxvt-set-background-mode):
17781 Set default-frame-background-mode instead of frame-background-mode.
17782
17783 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17784
17785 * simple.el (set-variable): Warn about obsolete user variables.
17786
17787 * imenu.el (imenu--completion-buffer):
17788 * mouse.el (mouse-buffer-menu-alist):
17789 * msb.el (msb-invisible-buffer-p):
17790 * calendar/diary-lib.el (diary-header-line-format):
17791 * emacs-lisp/pp.el (pp-buffer):
17792 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17793 * textmodes/picture.el (picture-replace-match):
17794 Change space constants followed by a sexp to "?\s ".
17795
17796 * play/decipher.el (decipher-loop-with-breaks):
17797 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17798 constants "protected" from end of line by a comment to "?\s".
17799
17800 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17801
17802 * font-lock.el (save-buffer-state): Use `declare'.
17803
17804 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17805 reset the syntax-table to cperl-mode-syntax-table.
17806 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17807 "foo_print_bar" is not matched as a reserved keyword.
17808
17809 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17810
17811 * textmodes/org.el (orgtbl-setup): New function, for delayed
17812 setup for the orgtbl commands.
17813 (org-calc-default-modes): New option.
17814 (orgtbl-make-binding): Use `defun' to get better help display.
17815 (org-diary): Call `org-compile-prefix-format'.
17816 (org-table-formula-substitute-names): New function.
17817 (org-agenda-day-view, org-agenda-week-view): New commands.
17818 (org-agenda-toggle-week-view): Command removed.
17819 (org-tbl-menu): Split off from org-org-menu.
17820 (org-mode): Move removal of outline-mode menus to here.
17821 (org-table-formula-debug): New option.
17822 (org-table-insert-row): Keep first field if just "#" or "*".
17823 (org-mode): Paragraph regexps fixed.
17824 (org-table-recalculate-regexp): New constant.
17825 (org-table-justify-field-maybe): Avoid replace if not necessary.
17826 (org-copy-special, org-cut-special): Use `call-interactively'.
17827 (org-table-copy-region): Take region from `interactive' call.
17828 (org-trim): Return string even if no match.
17829 (org-formula): New face.
17830 (org-set-font-lock-defaults): No longer highlight "FIXME".
17831 But highlight formula-related fields in table.
17832 (org-table-p): Use regexp, not fontification.
17833 (org-table-align): Handle white space at end of line.
17834 (org-table-formula-evaluate-inline): New option.
17835 (org-mode): Auto-wrapping in comment lines turned off.
17836 (org-table-copy-down): Evaluate only in copied field, not in
17837 destination.
17838 (org-table-current-formula): Variable removed.
17839 (org-table-store-formulas, org-table-get-stored-formulas)
17840 (org-table-modify-formulas, org-table-replace-in-formulas)
17841 (org-table-maybe-eval-formula): New functions.
17842 (org-table-get-formula): Modify to use stored formulas.
17843 (org-table-insert-column, org-table-delete-column)
17844 (org-table-move-column): Call `org-table-modify-formulas'.
17845 (org-complete): Add completion for keyword formulas.
17846 (orgtbl-mode): Pull orgtbl-mode-map to start of
17847 minor-mode-map-alist.
17848
17849 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17850
17851 * progmodes/python.el (python-check): Require `compile' before
17852 modifying its variables.
17853
17854 * newcomment.el (comment-indent-default): Don't get fooled by an early
17855 end of buffer.
17856
17857 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17858
17859 * ps-print.el (ps-print-version): Fix version number.
17860
17861 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17862
17863 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17864
17865 2005-06-28 Richard M. Stallman <rms@gnu.org>
17866
17867 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17868 (flyspell-local-mouse-map): Declaration deleted.
17869 (flyspell-mouse-map): Bind only mouse-2.
17870 (flyspell-mode-map): Don't test flyspell-use-local-map.
17871 (flyspell-overlay-keymap-property-name): Var deleted.
17872 (flyspell-mode-on): Don't make local bindings for
17873 flyspell-mouse-map and flyspell-mode-map.
17874 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17875
17876 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17877
17878 * progmodes/compile.el (compilation-next-error-function):
17879 Don't switch buffers; operate on the current buffer.
17880
17881 * progmodes/compile.el (compilation-error-file-name)
17882 (compilation-warning-file-name, compilation-info-file-name)
17883 (compilation-line-number, compilation-column-number): New faces.
17884 (compilation-error-face, compilation-warning-face)
17885 (compilation-info-face, compilation-line-face)
17886 (compilation-column-face): Use them.
17887
17888 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17889
17890 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17891
17892 * bindings.el (global-map): Bind insertchar and its variants.
17893
17894 2005-06-27 Richard M. Stallman <rms@gnu.org>
17895
17896 * textmodes/artist.el (artist-text-overwrite)
17897 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17898
17899 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17900
17901 * ps-print.el: It was not working the page selection for printing.
17902 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17903 (ps-print-version): New version 6.6.7.
17904 (ps-end-sheet): New fun.
17905 (ps-header-sheet, ps-end-job): Call it.
17906
17907 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17908
17909 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17910
17911 2005-06-27 Lute Kamstra <lute@gnu.org>
17912
17913 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17914 background color faces.
17915 (facemenu-get-face): Delete function.
17916 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17917 (facemenu-add-new-color): Make second argument mandatory.
17918 Create the appropriate face and return it. Simplify.
17919 (facemenu-set-foreground, facemenu-set-background): Don't check if
17920 color is defined. Use return value of facemenu-add-new-color.
17921
17922 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17923
17924 * progmodes/gud.el (gud-filter): Add missing argument to
17925 with-selected-window.
17926
17927 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17928
17929 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17930 a :require to the defcustom.
17931
17932 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17933 defcustoms corresponding to minor modes.
17934
17935 2005-06-26 David Ponce <david@dponce.com>
17936
17937 * recentf.el: Require tree-widget instead of wid-edit.
17938 (recentf-filename-handler): Fix widget :type.
17939 (recentf-cancel-dialog, recentf-open-more-files)
17940 (recentf-open-files-action): Doc fix.
17941 (recentf-dialog-goto-first): New function.
17942 (recentf-dialog-mode-map): Set parent keymap first.
17943 (recentf-dialog-mode): Define with define-derived-mode.
17944 Don't display continuation lines in dialogs.
17945 (recentf-edit-list): Rename from recentf-edit-selected-items.
17946 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17947 Simplify.
17948 (recentf-edit-list-validate): New function.
17949 (recentf-edit-list): Update accordingly.
17950 (recentf-open-files-item-shift): Remove.
17951 (recentf-open-files-item): Convert menu elements into tree and
17952 link widgets. Don't create the widgets.
17953 (recentf-open-files): Update accordingly.
17954 (recentf-save-list): Untabify.
17955
17956 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17957
17958 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17959 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17960 partially contained in the active region. Do not take active
17961 region into account when called from Lisp, unless INTERACTIVE arg
17962 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17963 avoid trouble with fields. Make marker point nowhere when no
17964 longer used. Always return nil. Doc fix.
17965 (flush-lines): Add INTERACTIVE arg. Do not take active region
17966 into account when called from Lisp, unless INTERACTIVE arg is
17967 non-nil. Use `forward-line' instead of `beginning-of-line' to
17968 avoid trouble with fields. Make marker point nowhere when no
17969 longer used. Always return nil. Doc fix.
17970 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17971 interchangeable. Do not take active region into account when
17972 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17973 message in echo area when called from Lisp, unless INTERACTIVE arg
17974 is non-nil. Avoid saying "1 occurrences". Do not use markers.
17975 Return the number of matches. Doc fix.
17976 (occur): Doc fix.
17977 (perform-replace): Make comment follow double space convention for
17978 the sake of `outline-minor-mode'.
17979
17980 * faces.el (facep): Doc fix.
17981
17982 2005-06-25 Richard M. Stallman <rms@gnu.org>
17983
17984 * facemenu.el (facemenu-enable-faces-p): New function.
17985 (facemenu-background-menu, facemenu-foreground-menu)
17986 (facemenu-face-menu): Add menu-enable property.
17987
17988 * jka-compr.el (jka-compr-insert-file-contents):
17989 Special handling if cannot find the uncompression program.
17990
17991 * cus-face.el (custom-face-attributes): Add autoload.
17992
17993 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17994 Bind comment-indent-function locally.
17995
17996 * window.el (save-selected-window): Use save-current-buffer.
17997
17998 * subr.el (with-selected-window): Use save-current-buffer.
17999
18000 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18001 and with-current-buffer.
18002
18003 2005-06-24 Richard M. Stallman <rms@gnu.org>
18004
18005 * simple.el (line-move-1): Fix previous change.
18006
18007 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18008
18009 * replace.el (occur-1): Set `buffer-read-only' and the
18010 buffer-modified flag before running `occur-hook' to protect
18011 against unintentional buffer switches that can lead to data loss.
18012
18013 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18014
18015 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18016 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18017 initial error.
18018
18019 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18020 after fresh input.
18021 (gdb-var-create-handler): Put name of expression in quotes.
18022
18023 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18024
18025 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18026 elements of RING in order, and without bogus nil elements.
18027
18028 2005-06-23 Richard M. Stallman <rms@gnu.org>
18029
18030 * simple.el (set-variable): Args renamed; doc fix.
18031 (line-move-1): When there are overlays around, use vertical-motion.
18032
18033 * faces.el (escape-glyph): Use brown against light background.
18034 (nobreak-space): Rename from no-break-space.
18035 Fix previous change.
18036
18037 * dired-aux.el (dired-do-copy): Fix arg prompt.
18038
18039 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18040
18041 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18042
18043 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18044 rather than "Distributor".
18045
18046 2005-06-23 Lute Kamstra <lute@gnu.org>
18047
18048 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18049 (debug-on-entry): Use it. New interactive declaration that uses
18050 function-called-at-point.
18051
18052 2005-06-23 Kim F. Storm <storm@cua.dk>
18053
18054 * subr.el (save-match-data): Add comment about using evaporate arg
18055 to set-match-data.
18056
18057 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18058
18059 * cus-edit.el (customize-face)
18060 (customize-face-other-window): Handle face aliases.
18061
18062 * faces.el (face-documentation, set-face-attribute)
18063 (face-spec-set): Handle face aliases.
18064
18065 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18066
18067 * help-mode.el (help-make-xrefs): If a symbol representing a face
18068 name is not followed by the word "face", it could still be a
18069 function or variable name, so don't bypass other checks.
18070
18071 2005-06-22 Juri Linkov <juri@jurta.org>
18072
18073 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18074 Replace aliased functions with calls where second arg `inherit' is t.
18075
18076 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18077
18078 * progmodes/gdb-ui.el (gdb-error): New variable.
18079 (gdb-error): New function.
18080 (gdb-annotation-rules): Act on error-begin and error annotations.
18081 (gdb-concat-output): Use font-lock-warning-face for errors.
18082
18083 2005-06-22 Miles Bader <miles@gnu.org>
18084
18085 * bindings.el (propertized-buffer-identification): Use renamed
18086 `Buffer-menu-buffer' face.
18087
18088 * faces.el (vertical-border): Rename from `vertical-divider'.
18089 (escape-glyph): Change dark-background color back to `cyan'.
18090
18091 2005-06-21 Juri Linkov <juri@jurta.org>
18092
18093 * faces.el (face-user-default-spec): Try getting `customized-face'
18094 prior to `saved-face'.
18095 (frame-background-mode): Refill docstring.
18096
18097 * emacs-lisp/lisp-mode.el (eval-defun-1):
18098 * emacs-lisp/edebug.el (edebug-eval-defun):
18099 Set `saved-face' temporarily to nil before calling form.
18100 Set `customized-face' to the new spec after that.
18101
18102 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18103
18104 * subr.el (1value, lambda, key-substitution-in-progress):
18105 Doc fixes.
18106
18107 * autoinsert.el (auto-insert-alist):
18108 * ses.el (ses-call-printer):
18109 * subr.el (noreturn):
18110 * emacs-lisp/lisp.el (check-parens):
18111 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18112 * net/browse-url.el (browse-url-mosaic):
18113 * progmodes/cc-defs.el (c-safe-scan-lists):
18114 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18115 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18116 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18117 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18118 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18119 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18120
18121 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18122
18123 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18124
18125 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18126
18127 * calendar/appt.el (appt-make-list): Activate the package, if
18128 not already active (for backwards compatibility).
18129
18130 2005-06-20 Kim F. Storm <storm@cua.dk>
18131
18132 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18133
18134 2005-06-20 Miles Bader <miles@gnu.org>
18135
18136 * faces.el (vertical-divider): New face.
18137
18138 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18139
18140 * simple.el (kill-whole-line): Doc fix.
18141 (next-error-buffer-p, next-error-find-buffer)
18142 (clone-indirect-buffer): Fix typos in docstrings.
18143 (comment-line-break-function): Doc fix: don't say variable
18144 is automatically buffer-local (it isn't).
18145
18146 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18147
18148 * net/tramp-ftp.el (top):
18149 * net/tramp-smb.el (top):
18150 * net/tramp-util.el (top):
18151 * net/tramp-uu.el (top):
18152 * net/tramp-vc.el (top):
18153 * net/tramp.el (top): Revert copyright years back to original
18154 ones. Tramp has a life outside GNU Emacs.
18155
18156 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18157
18158 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18159
18160 2005-06-18 Juri Linkov <juri@jurta.org>
18161
18162 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18163 end of first regexp to limit the match to the position between
18164 line number and source line with same separator character as used
18165 between file name and line number. In the second regexp limit
18166 mouse-face area to file name and line number by adding new group
18167 for them and referring it in HYPERLINK arg.
18168 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18169 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18170 previous line where grep markers may be already removed.
18171
18172 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18173
18174 * progmodes/ps-mode.el: Update version and maintainer's email address.
18175
18176 2005-06-18 Steve Youngs <steve@xemacs.org>
18177
18178 * net/browse-url.el (browse-url-browser-function)
18179 (browse-url-default-browser): Add firefox.
18180 (browse-url-firefox-program, browse-url-firefox-arguments)
18181 (browse-url-firefox-startup-arguments)
18182 (browse-url-firefox-new-window-is-tab): New defcustoms.
18183 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18184
18185 2005-06-17 Richard M. Stallman <rms@gnu.org>
18186
18187 * startup.el (command-line): Warn if specified user name has
18188 no home directory.
18189
18190 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18191 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18192
18193 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18194 Doc fixes.
18195
18196 * faces.el (underline): Try bold if terminal doesn't support underline.
18197
18198 * mail/sendmail.el (mail-setup-with-from): New variable.
18199 (mail-insert-from-field): New function.
18200 (sendmail-send-it): Call it.
18201 (mail-setup): Optionally call it here.
18202
18203 * term/linux.el: Call tty-no-underline.
18204
18205 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18206
18207 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18208
18209 2005-06-17 Miles Bader <miles@gnu.org>
18210
18211 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18212 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18213 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18214 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18215 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18216 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18217 Remove "-face" suffix from face names.
18218 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18219 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18220 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18221 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18222 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18223 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18224 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18225 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18226 New backward-compatibility aliases for renamed faces.
18227 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18228 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18229 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18230 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18231 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18232 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18233 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18234 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18235 Use renamed ediff faces.
18236
18237 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18238 Remove "-face" suffix from face names.
18239 (eshell-test-ok-face, eshell-test-failed-face):
18240 New backward-compatibility aliases for renamed faces.
18241 (eshell-run-test): Use renamed eshell-test faces.
18242
18243 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18244 face name.
18245 (eshell-prompt-face): New backward-compatibility alias for renamed
18246 face.
18247 (eshell-emit-prompt): Use renamed eshell-prompt face.
18248
18249 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18250 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18251 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18252 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18253 Remove "-face" suffix from face names.
18254 (eshell-ls-directory-face, eshell-ls-symlink-face)
18255 (eshell-ls-executable-face, eshell-ls-readonly-face)
18256 (eshell-ls-unreadable-face, eshell-ls-special-face)
18257 (eshell-ls-missing-face, eshell-ls-archive-face)
18258 (eshell-ls-backup-face, eshell-ls-product-face)
18259 (eshell-ls-clutter-face):
18260 New backward-compatibility aliases for renamed faces.
18261 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18262
18263 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18264 Remove "-face" suffix from face name.
18265 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18266 instead of literal face.
18267
18268 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18269
18270 * emacs-lisp/warnings.el (display-warning, lwarn)
18271 (warning-minimum-log-level): Doc fixes.
18272 (warning-minimum-level, warning-minimum-log-level):
18273 Add :debug to :type choices.
18274
18275 * progmodes/ada-mode.el (ada-format-paramlist)
18276 (ada-get-indent-case, ada-check-matching-start)
18277 (ada-check-defun-name, ada-goto-matching-decl-start)
18278 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18279 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18280 (ada-make-subprogram-body): Follow error conventions.
18281 (ada-case-exception-file, ada-indent-comment-as-code)
18282 (ada-indent-handle-comment-special, ada-indent-renames)
18283 (ada-indent-return, ada-search-directories-internal)
18284 (ada-tab-policy, ada-case-exception-substring)
18285 (ada-other-file-alist, ada-matching-start-re)
18286 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18287 (ada-imenu-generic-expression, ada-compile-goto-error)
18288 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18289 (ada-popup-menu, ada-add-extensions, ada-mode)
18290 (ada-region-selected, ada-create-case-exception)
18291 (ada-create-case-exception-substring, ada-after-keyword-p)
18292 (ada-activate-keys-for-case, ada-adjust-case-region)
18293 (ada-adjust-case-buffer, ada-format-paramlist)
18294 (ada-scan-paramlist, ada-insert-paramlist)
18295 (ada-indent-newline-indent)
18296 (ada-indent-newline-indent-conditional)
18297 (ada-justified-indent-current, ada-goto-previous-word)
18298 (ada-indent-current, ada-get-indent-open-paren)
18299 (ada-get-indent-paramlist, ada-get-indent-end)
18300 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18301 (ada-get-indent-block-start, ada-get-indent-subprog)
18302 (ada-get-indent-noindent, ada-get-indent-label)
18303 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18304 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18305 (ada-goto-stmt-end, ada-goto-next-word)
18306 (ada-check-matching-start, ada-check-defun-name)
18307 (ada-goto-matching-decl-start, ada-goto-matching-start)
18308 (ada-goto-matching-end, ada-search-ignore-string-comment)
18309 (ada-in-decl-p, ada-looking-at-semi-or)
18310 (ada-looking-at-semi-private, ada-in-paramlist-p)
18311 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18312 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18313 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18314 (ada-previous-package, ada-create-menu)
18315 (ada-fill-comment-paragraph-justify)
18316 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18317 (ada-other-file-name, ada-last-which-function-line)
18318 (ada-last-which-function-subprog, ada-which-function)
18319 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18320 (ada-gen-treat-proc, ada-check-emacs-version)
18321 (ada-continuation-indent, ada-align-region-separate):
18322 Fix typos in docstrings.
18323 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18324
18325 2005-06-16 Lute Kamstra <lute@gnu.org>
18326
18327 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18328 conditionally.
18329
18330 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18331
18332 * comint.el (comint-replace-by-expanded-filename)
18333 (comint-prompt-regexp, comint-delimiter-argument-list)
18334 (comint-preinput-scroll-to-bottom):
18335 * info.el (Info-hide-cookies-node):
18336 * ls-lisp.el (ls-lisp-classify):
18337 * find-file.el (ff-search-directories, ff-special-constructs)
18338 (ff-find-other-file):
18339 * font-lock.el (font-lock-keywords):
18340 * shell.el (shell-prompt-pattern)
18341 (shell-dynamic-complete-functions, shell-mode)
18342 (shell-delimiter-argument-list):
18343 * term.el (term-replace-by-expanded-filename)
18344 (term-prompt-regexp, term-delimiter-argument-list):
18345 * woman.el (woman-ignore, woman0-if):
18346 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18347 * emacs-lisp/elint.el (elint-init-env):
18348 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18349 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18350 * language/ethio-util.el (ethio-tilde-escape)
18351 (ethio-use-three-dot-question):
18352 * net/zone-mode.el (zone-mode-load-time-setup):
18353 * progmodes/cc-align.el (c-lineup-argcont):
18354 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18355 * progmodes/cperl-mode.el (cperl-set-style-back):
18356 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18357 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18358 Fix spellings in docstrings.
18359
18360 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18361 * progmodes/modula2.el (m2-for): Fix spellings.
18362
18363 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18364
18365 * simple.el (undo-more): Don't use `format' on `error' arguments.
18366 Improve argument/docstring consistency.
18367 (pending-undo-list): Doc fix.
18368
18369 * smerge-mode.el (smerge-ensure-match):
18370 * emulation/vip.el (vip-ex):
18371 * net/zone-mode.el (zone-mode-update-serial):
18372 * progmodes/idlwave.el (idlwave-complete):
18373 * progmodes/vhdl-mode.el (vhdl-visit-file)
18374 (vhdl-compose-wire-components):
18375 Don't use `format' on `error' arguments.
18376
18377 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18378 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18379 (tooltip-help-tips): Fix typos in docstrings.
18380
18381 2005-06-16 David Ponce <david@dponce.com>
18382
18383 * tree-widget.el (tree-widget-value-create): Simplify last change.
18384
18385 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18386
18387 * ido.el (ido-incomplete-regexp): New variable.
18388 (ido-set-matches-1): Handle invalid-regexp error and set
18389 ido-incomplete-regexp.
18390 (ido-incomplete-regexp): New face.
18391 (ido-completions): Use it.
18392 (ido-complete, ido-exit-minibuffer, ido-completions):
18393 Handle incomplete regexps.
18394 (ido-completions): Add check for complete match when entering a regexp.
18395
18396 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18397
18398 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18399
18400 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18401
18402 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18403 by field delimiters.
18404
18405 2005-06-15 David Ponce <david@dponce.com>
18406
18407 * tree-widget.el: eval-and-compile inlined functions so they will
18408 be available at run-time too.
18409 (tree-widget-super-format-handler)
18410 (tree-widget-format-handler): Remove.
18411 (tree-widget-value-create): Handle the :indent property.
18412
18413 2005-06-15 Miles Bader <miles@gnu.org>
18414
18415 * progmodes/which-func.el (which-func): Only inherit
18416 `font-lock-function-name-face' when that makes sense against the
18417 default mode-line face, otherwise set the face color explicitly.
18418
18419 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18420 faces instead of (non-existent) variables.
18421
18422 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18423
18424 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18425 (iswitchb-get-matched-buffers): Likewise. Simplify.
18426
18427 2005-06-14 Miles Bader <miles@gnu.org>
18428
18429 * progmodes/ld-script.el (ld-script-location-counter):
18430 Remove "-face" suffix from face name.
18431 (ld-script-location-counter-face):
18432 New backward-compatibility alias for renamed face.
18433 (ld-script-location-counter-face): Use renamed face.
18434
18435 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18436 (cperl-hash): Remove "-face" suffix from face names.
18437 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18438 New backward-compatibility aliases for renamed faces.
18439 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18440 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18441
18442 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18443 name.
18444 (which-func-face): New backward-compatibility alias for renamed face.
18445 (which-func-format): Use renamed which-func face.
18446
18447 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18448 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18449 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18450 names.
18451 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18452 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18453 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18454 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18455 (vhdl-speedbar-architecture-selected)
18456 (vhdl-speedbar-configuration-selected)
18457 (vhdl-speedbar-package-selected)
18458 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18459 names.
18460 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18461 Use renamed faces.
18462 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18463 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18464 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18465 Use renamed faces.
18466 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18467 names.
18468 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18469 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18470 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18471 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18472 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18473 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18474
18475 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18476 face name.
18477 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18478 (sh-heredoc-face): Use renamed sh-heredoc face.
18479
18480 * progmodes/idlw-help.el (idlwave-help-link):
18481 Remove "-face" suffix from face name.
18482 (idlwave-help-link-face):
18483 New backward-compatibility alias for renamed face.
18484 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18485
18486 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18487 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18488 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18489 New backward-compatibility aliases for renamed faces.
18490 (idlwave-shell-disabled-breakpoint-face)
18491 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18492
18493 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18494 Remove "-face" suffix from face names.
18495 (flymake-errline-face, flymake-warnline-face):
18496 New backward-compatibility aliases for renamed faces.
18497 (flymake-highlight-line): Use renamed flymake faces.
18498
18499 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18500 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18501 (ebrowse-member-class, ebrowse-progress):
18502 Remove "-face" suffix from face names.
18503 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18504 (ebrowse-file-name-face, ebrowse-default-face)
18505 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18506 (ebrowse-progress-face):
18507 New backward-compatibility aliases for renamed faces.
18508 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18509 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18510 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18511 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18512
18513 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18514 antlr-syntax)
18515 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18516 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18517 names.
18518 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18519 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18520 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18521 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18522 backward-compatibility aliases for renamed faces.
18523 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18524 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18525 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18526 remove "font-lock-". Use renamed antlr-mode faces.
18527 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18528 literal face-names with face variable references.
18529
18530 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18531 face name.
18532 (Buffer-menu-buffer-face): New backward-compatibility alias for
18533 renamed face.
18534 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18535
18536 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18537
18538 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18539 Eliminate "-face" suffix.
18540 (makefile-targets): Inherit from font-lock-function-name-face and
18541 eliminate "-face" suffix.
18542 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18543 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18544 actions, instead of prepending, to make it less visible.
18545 (makefile-previous-dependency, makefile-match-dependency):
18546 Don't match a target on a continuation line.
18547
18548 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18549
18550 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18551
18552 * progmodes/gdb-ui.el (menu): Re-order menu items.
18553 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18554
18555 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18556 Define in tooltip.el.
18557 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18558 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18559 gud-tooltip-echo-area.
18560
18561 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18562 backward compatibility and make obsolete.
18563 (tooltip-help-tips): Use tooltip-use-echo-area.
18564 (tooltip-show-help-function): Rename to...
18565 (tooltip-show-help): ...this, because it is a function.
18566 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18567
18568 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18569
18570 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18571 (edebug-print-length, edebug-print-level, edebug-print-circle)
18572 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18573 (edebug-eval-print-last-sexp): Doc fixes.
18574
18575 2005-06-14 Kim F. Storm <storm@cua.dk>
18576
18577 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18578 as the coverage buffer/file/both may change.
18579
18580 2005-06-14 Lute Kamstra <lute@gnu.org>
18581
18582 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18583 and run-mode-hooks. Simplify.
18584
18585 * mail/rmailedit.el (rmail-edit-mode):
18586 * progmodes/octave-inf.el (inferior-octave-mode):
18587 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18588
18589 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18590 and run-mode-hooks.
18591 (recentf-edit-list, recentf-open-files): Don't call
18592 kill-all-local-variables directly.
18593
18594 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18595
18596 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18597
18598 * emacs-lisp/byte-run.el (make-obsolete)
18599 (define-obsolete-function-alias): Rename arguments FUNCTION and
18600 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18601 (make-obsolete-variable, define-obsolete-variable-alias):
18602 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18603 respectively.
18604
18605 * isearchb.el (isearchb-activate):
18606 * pcvs.el (cvs-mode):
18607 * ses.el (ses-load):
18608 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18609 * net/tramp.el (tramp-find-file-exists-command)
18610 (tramp-find-shell):
18611 * progmodes/ada-mode.el (ada-create-case-exception)
18612 (ada-create-case-exception-substring, ada-make-subprogram-body):
18613 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18614 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18615 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18616 * textmodes/org.el (org-promote, org-evaluate-time-range)
18617 (org-agenda-next-date-line, org-agenda-previous-date-line)
18618 (org-agenda-error, org-open-at-point, org-table-move-row)
18619 (org-format-table-table-html-using-table-generate-source)
18620 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18621 * textmodes/reftex.el (reftex-access-scan-info):
18622 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18623 (reftex-toc-promote-prepare): Follow error conventions.
18624
18625 * diff-mode.el (diff-mode): Fix typo in docstring.
18626
18627 * forms.el (forms--intuit-from-file): Fix reference to
18628 `forms-number-of-fields' in error message.
18629 (forms-print): Fix quoting in error message.
18630
18631 * forms.el (forms-mode):
18632 * emulation/vi.el (vi-goto-insert-state):
18633 * progmodes/flymake.el (flymake-new-err-info)
18634 (flymake-start-syntax-check-for-current-buffer)
18635 (flymake-simple-cleanup):
18636 * eshell/esh-var.el (eshell/export):
18637 * progmodes/gud.el (xdb):
18638 * textmodes/flyspell.el (flyspell-incorrect-hook)
18639 (flyspell-maybe-correct-transposition)
18640 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18641
18642 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18643
18644 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18645 minibuffer prompt.
18646
18647 2005-06-13 Kim F. Storm <storm@cua.dk>
18648
18649 * subr.el (add-to-ordered-list): New defun.
18650
18651 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18652 add cua--keymap-alist to emulation-mode-map-alists.
18653
18654 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18655
18656 * subr.el (complete-in-turn): New macro.
18657 (dynamic-completion-table, lazy-completion-table): Add debug info.
18658
18659 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18660 in preference to face aliases.
18661
18662 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18663 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18664 Remove unused vars `start' and `firstline'.
18665 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18666 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18667
18668 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18669
18670 * cus-start.el (all): Don't complain about missing GTK-related
18671 variables, unless either `gtk' is boundp or this isn't a
18672 `windows-nt' build.
18673
18674 2005-06-13 Lute Kamstra <lute@gnu.org>
18675
18676 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18677 run-mode-hooks.
18678
18679 * ediff-mult.el (ediff-meta-mode):
18680 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18681
18682 * ledit.el (ledit-mode): Use delay-mode-hooks.
18683
18684 * woman.el (woman-mode-line-format): Delete constant.
18685 (woman-mode-map): Initialize it properly.
18686 (woman-mode): Set mode-class property to special.
18687 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18688 Set major-mode and mode-name. Don't set mode-line-format directly.
18689 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18690
18691 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18692 string argument obsolete.
18693
18694 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18695
18696 * textmodes/org.el (org-CUA-compatible): New option.
18697 (org-disputed-keys): New variable.
18698 (org-key): New function.
18699 (orgtbl-make-binding): Add docstring to the created function.
18700 (org-mode): Set paragraph start/separate regexps.
18701 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18702 (org-archive-location, org-archive-mark-done)
18703 (org-archive-stamp-time): New options.
18704 (org-archive-subtree): New command.
18705 (org-fill-paragraph): New function.
18706 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18707 (org-fake-empty-table-line): Function removed.
18708 (org-format-org-table-html): Do not create empty table lines at
18709 separator lines. Improved table header treatment.
18710 (org-link-format): New option.
18711 (org-make-link): New function.
18712 (org-insert-link, org-store-link): Use org-make-link.
18713 (org-open-file): Quote file name for shell command, to allow
18714 spaces in file names.
18715 (org-link-regexp): Fix bug with mailto link.
18716 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18717 New constants.
18718 (org-export-as-html): Deal with the optional angles around a link.
18719 Better treatment of file: links.
18720 (org-open-at-point): Replace @{ and @} with < and >.
18721 (org-run-mode-hooks): Function removed.
18722 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18723
18724 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18725
18726 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18727 MI command -data-list-register-values.
18728 (gdb-post-prompt): Indent properly.
18729
18730 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18731
18732 * hilit-chg.el (highlight-changes-colors): Rename from
18733 `highlight-changes-colours'.
18734 (highlight-changes-colours): Keep as obsolete alias.
18735 (highlight-changes-face-list): Doc fix.
18736 (hilit-chg-make-list): Use `highlight-changes-colors'.
18737
18738 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18739
18740 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18741 defun-prompt-regexp.
18742
18743 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18744
18745 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18746 and cygwin.
18747
18748 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18749 Don't use an old loaddefs.el, as in Makefile.in.
18750
18751 2005-06-12 Lute Kamstra <lute@gnu.org>
18752
18753 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18754
18755 * man.el (Man-mode-map): Initialize it properly.
18756 (Man-mode): Set mode-class property to special.
18757
18758 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18759
18760 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18761
18762 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18763 A newline is needed in the docstring there.
18764
18765 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18766 Doc fixes.
18767
18768 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18769
18770 * printing.el: Doc fix. The menubar is no more changed when printing
18771 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18772 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18773 (pr-version): New version number (6.8.4).
18774 (pr-menu-bind): New command.
18775 (pr-update-menus): Docstring and code fix.
18776 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18777 Docstring fix.
18778 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18779 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18780
18781 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18782
18783 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18784 "Returns" to "return", document useful return values, etc.
18785
18786 2005-06-11 Alan Mackenzie <acm@muc.de>
18787
18788 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18789 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18790 (adaptive-file-function): Minor amendment to doc-string.
18791
18792 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18793
18794 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18795 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18796 Fix :type--it is `integer', not `string'.
18797
18798 * faces.el (modeline-highlight): Rename from (the erroneous)
18799 `modeline-higilight'.
18800
18801 2005-06-11 Lute Kamstra <lute@gnu.org>
18802
18803 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18804 lisp-interaction-mode-map but make it the parent.
18805 (edebug-eval-mode): Use define-derived-mode.
18806
18807 2005-06-11 Andreas Schwab <schwab@suse.de>
18808
18809 * bindings.el: Add binding of `ESC functionkey' for every
18810 `M-functionkey'.
18811 * hexl.el (hexl-mode-map): Likewise.
18812
18813 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18814
18815 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18816 [msft]: update regexp for newer msft compilers.
18817
18818 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18819
18820 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18821 ATTLIST portions of included DTDs.
18822 (xml-parse-dtd): Eliminate use of inefficient match-data.
18823
18824 2005-06-10 Miles Bader <miles@gnu.org>
18825
18826 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18827 (mpuz-text): Remove "-face" suffix from face names.
18828 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18829 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18830 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18831
18832 * play/gomoku.el (gomoku-O, gomoku-X):
18833 Remove "-face" suffix from face names.
18834 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18835 New backward-compatibility aliases for renamed faces.
18836 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18837
18838 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18839
18840 * thumbs.el: Fixes for changes of 2005-06-09.
18841 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18842 as a directory.
18843 (thumbs-thumbname): Remove directory separator from format string;
18844 `thumbs-thumbsdir' now returns a valid directory name.
18845 (thumbs-temp-dir): New defsubst.
18846 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18847 Use it.
18848
18849 * cus-edit.el (minibuffer):
18850 * files.el (make-backup-file-name-function):
18851 * filesets.el (filesets-external-viewers):
18852 * hilit-chg.el (highlight-changes-colours)
18853 (highlight-changes-face-list, highlight-changes-rotate-faces):
18854 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18855 * kmacro.el (kmacro-call-macro):
18856 * log-edit.el (log-edit-changelog-full-paragraphs):
18857 * mouse.el (mouse-1-click-follows-link):
18858 * skeleton.el (skeleton-autowrap):
18859 * subr.el (insert-for-yank-1):
18860 * tempo.el (tempo-insert-region):
18861 * terminal.el (terminal-emulator):
18862 * time.el (display-time-mail-face):
18863 * vc.el (vc-annotate):
18864 * vcursor.el (vcursor-copy-line):
18865 * woman.el (woman-bold-headings, woman-ignore)
18866 (woman-default-faces, woman-monochrome-faces):
18867 * calendar/todo-mode.el (todo-insert-threshold):
18868 * emulation/pc-select.el (pc-select-selection-keys-only)
18869 (pc-selection-mode):
18870 * emulation/vip.el (vip-find-char-forward):
18871 * emulation/viper-cmd.el (viper-find-char-forward):
18872 * international/mule-cmds.el
18873 (select-safe-coding-system-accept-default-p)
18874 (input-method-exit-on-invalid-key):
18875 * international/mule-diag.el (describe-coding-system):
18876 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18877 * net/browse-url.el (browse-url-xterm-program):
18878 * obsolete/lazy-lock.el (lazy-lock-mode):
18879 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18880 (cperl-mode):
18881 * progmodes/cpp.el (cpp-face-light-name-list)
18882 (cpp-face-dark-name-list):
18883 * progmodes/delphi.el (delphi-newline-always-indents):
18884 Fix spellings in docstrings.
18885
18886 * ido.el (ido-mode, ido-file-extensions-order)
18887 (ido-default-file-method, ido-default-buffer-method)
18888 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18889 (ido-decorations, ido-read-file-name-as-directory-commands)
18890 (ido-read-file-name-non-ido, ido-work-directory-list)
18891 (ido-ignore-item-temp-list, ido-current-directory)
18892 (ido-magic-forward-char, ido-enter-find-file)
18893 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18894 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18895
18896 2005-06-10 Lute Kamstra <lute@gnu.org>
18897
18898 * play/dunnet.el (dun-mode): Use define-derived-mode.
18899 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18900 obsolete alias.
18901
18902 * play/doctor.el (doctor-mode-map): Remove defvar.
18903 (doctor-mode): Use define-derived-mode.
18904
18905 * mail/mspools.el (mspools-mode):
18906 * net/eudc-hotlist.el (eudc-hotlist-mode):
18907 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18908
18909 2005-06-10 Miles Bader <miles@gnu.org>
18910
18911 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18912 Remove "-face" suffix from face names.
18913 (flyspell-incorrect-face, flyspell-duplicate-face):
18914 New backward-compatibility aliases for renamed faces.
18915 (flyspell-mode-on, make-flyspell-overlay)
18916 (flyspell-highlight-incorrect-region)
18917 (flyspell-highlight-duplicate-region)
18918 (flyspell-display-next-corrections)
18919 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18920
18921 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18922 from face name.
18923 (texinfo-heading-face): New backward-compatibility alias for
18924 renamed face.
18925 (texinfo-heading-face): Use renamed texinfo-heading face.
18926
18927 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18928 suffix from face names.
18929 (tex-math-face, tex-verbatim-face):
18930 New backward-compatibility aliases for renamed faces.
18931 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18932 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18933 literal face name.
18934
18935 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18936 name.
18937 (table-cell-face): New backward-compatibility alias for renamed face.
18938 (table--put-cell-face-property, table--update-cell-face):
18939 Use renamed table-cell face.
18940
18941 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18942 from face name.
18943 (sgml-namespace-face): New backward-compatibility alias for
18944 renamed face.
18945 (sgml-namespace-face): Use renamed sgml-namespace face.
18946
18947 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18948 (org-level-4, org-level-5, org-level-6, org-level-7)
18949 (org-level-8, org-warning, org-headline-done)
18950 (org-deadline-announce, org-scheduled-today)
18951 (org-scheduled-previously, org-link, org-done, org-table)
18952 (org-time-grid): Remove "-face" suffix from face names.
18953 (org-level-1-face, org-level-2-face, org-level-3-face)
18954 (org-level-4-face, org-level-5-face, org-level-6-face)
18955 (org-level-7-face, org-level-8-face, org-warning-face)
18956 (org-headline-done-face, org-deadline-announce-face)
18957 (org-scheduled-today-face, org-scheduled-previously-face)
18958 (org-link-face, org-done-face, org-table-face)
18959 (org-time-grid-face):
18960 New backward-compatibility aliases for renamed faces.
18961 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18962 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18963 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18964 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18965
18966 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18967 (viper-minibuffer-emacs, viper-minibuffer-insert)
18968 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18969 (viper-search-face, viper-replace-overlay-face)
18970 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18971 (viper-minibuffer-vi-face):
18972 New backward-compatibility aliases for renamed faces.
18973 (viper-search-face, viper-replace-overlay-face)
18974 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18975 (viper-minibuffer-vi-face): Use renamed viper faces.
18976
18977 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
18978 Remove "-face" suffix from face names.
18979 (testcover-nohits-face, testcover-1value-face):
18980 New backward-compatibility aliases for renamed faces.
18981 (testcover-mark): Use renamed testcover faces.
18982
18983 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
18984 face name.
18985 (diary-button-face): New backward-compatibility alias for renamed face.
18986 (diary-entry): Use renamed diary-button face.
18987
18988 * calendar/calendar.el (diary, calendar-today, holiday)
18989 (mark-visible-calendar-date): Remove "-face" suffix from face names.
18990 (diary-face, calendar-today-face, holiday-face):
18991 New backward-compatibility aliases for renamed faces.
18992 (eval-after-load "facemenu", diary-entry-marker)
18993 (calendar-today-marker, calendar-holiday-marker, diary-face):
18994 Use renamed calendar faces.
18995
18996 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
18997 (compare-windows-face): New backward-compatibility alias for
18998 renamed face.
18999 (compare-windows-highlight): Use renamed compare-windows face.
19000
19001 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19002 (strokes-char-face): New backward-compatibility alias for renamed face.
19003 (strokes-encode-buffer): Use renamed strokes-char face.
19004
19005 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19006 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19007 Remove "-face" suffix from face names.
19008 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19009 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19010 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19011 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19012 Use renamed pcvs faces.
19013 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19014 * pcvs-defs.el (cvs-mode-map): Likewise.
19015 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19016
19017 * info.el (info-title-1, info-title-2, info-title-3)
19018 (info-title-4): Remove "-face" suffix from and downcase face names.
19019 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19020 (Info-title-4-face):
19021 New backward-compatibility aliases for renamed faces.
19022 (Info-fontify-node): Use renamed info faces.
19023
19024 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19025 Remove "-face" suffix from face names.
19026 (highlight-changes-face, highlight-changes-delete-face):
19027 New backward-compatibility aliases for renamed faces.
19028 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19029 (hilit-chg-make-list): Use renamed highlight-changes faces.
19030
19031 * generic-x.el (show-tabs-tab, show-tabs-space):
19032 Remove "-face" suffix from face names.
19033 (show-tabs-tab-face, show-tabs-space-face):
19034 New backward-compatibility aliases for renamed faces.
19035 (show-tabs-generic-mode-font-lock-defaults-1)
19036 (show-tabs-generic-mode-font-lock-defaults-2):
19037 Use renamed show-tabs faces.
19038
19039 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19040 (smerge-markers): Remove "-face" suffix from face names.
19041 (smerge-mine-face, smerge-other-face, smerge-base-face)
19042 (smerge-markers-face):
19043 New backward-compatibility aliases for renamed faces.
19044 (smerge-mine-face, smerge-other-face, smerge-base-face)
19045 (smerge-markers-face): Use renamed smerge faces.
19046
19047 * log-view.el (log-view-file, log-view-message): Remove "-face"
19048 suffix from face names.
19049 (log-view-file-face, log-view-message-face):
19050 New backward-compatibility aliases for renamed faces.
19051 (log-view-file-face, log-view-message-face): Use renamed log-view
19052 faces.
19053
19054 * paren.el (show-paren-match, show-paren-mismatch):
19055 Remove "-face" suffix from face names.
19056 (show-paren-match-face, show-paren-mismatch-face):
19057 New backward-compatibility aliases for renamed faces.
19058 (show-paren-function): Use renamed show-paren faces.
19059
19060 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19061 (ruler-mode-margins, ruler-mode-fringes)
19062 (ruler-mode-column-number, ruler-mode-fill-column)
19063 (ruler-mode-comment-column, ruler-mode-goal-column)
19064 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19065 suffix from face names.
19066 (ruler-mode-default-face, ruler-mode-pad-face)
19067 (ruler-mode-margins-face, ruler-mode-fringes-face)
19068 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19069 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19070 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19071 New backward-compatibility aliases for renamed faces.
19072 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19073 (ruler-mode-column-number, ruler-mode-fill-column)
19074 (ruler-mode-comment-column, ruler-mode-goal-column)
19075 (ruler-mode-tab-stop, ruler-mode-current-column)
19076 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19077 faces.
19078
19079 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19080 face name.
19081 (whitespace-highlight-the-space): Use renamed face.
19082 (whitespace-highlight-face): New backward-compatibility alias for
19083 renamed face.
19084
19085 * woman.el (woman-italic, woman-bold, woman-unknown)
19086 (woman-addition, woman-symbol-face):
19087 Remove "-face" suffix from face names.
19088 (woman-italic-face, woman-bold-face, woman-unknown-face)
19089 (woman-addition-face):
19090 New backward-compatibility aliases for renamed faces.
19091 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19092 (woman-decode-region, woman-replace-match)
19093 (woman-display-extended-fonts, woman-special-characters)
19094 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19095 Use renamed woman faces.
19096
19097 * longlines.el (longlines-visible-face): Face removed.
19098
19099 * diff-mode.el (diff-header, diff-file-header, diff-index)
19100 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19101 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19102 suffix from face names.
19103 (diff-header-face, diff-file-header-face, diff-index-face)
19104 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19105 (diff-changed-face, diff-function-face, diff-context-face)
19106 (diff-nonexistent-face): New backward-compatibility aliases for
19107 renamed faces.
19108 (diff-header-face, diff-file-header-face)
19109 (diff-index, diff-index-face, diff-hunk-header)
19110 (diff-hunk-header-face, diff-removed, diff-removed-face)
19111 (diff-added, diff-added-face, diff-changed-face, diff-function)
19112 (diff-function-face, diff-context-face, diff-nonexistent)
19113 (diff-nonexistent-face): Use renamed diff-mode faces.
19114
19115 * progmodes/compile.el (compilation-warning-face)
19116 (compilation-info-face): Remove "-face" suffix from face names.
19117 (compilation-warning-face, compilation-info-face):
19118 New backward-compatibility aliases for renamed faces.
19119 (compilation-warning-face, compilation-info-face):
19120 Use renamed compilation faces.
19121
19122 * add-log.el (change-log-date, change-log-name)
19123 (change-log-email, change-log-file, change-log-list)
19124 (change-log-conditionals, change-log-function)
19125 (change-log-acknowledgement): Remove "-face" suffix from face names.
19126 (change-log-date-face, change-log-name-face)
19127 (change-log-email-face, change-log-file-face)
19128 (change-log-list-face, change-log-conditionals-face)
19129 (change-log-function-face, change-log-acknowledgement-face):
19130 New backward-compatibility aliases for renamed faces.
19131 (change-log-font-lock-keywords): Use renamed change-log faces.
19132
19133 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19134 (custom-set, custom-changed, custom-saved, custom-button)
19135 (custom-button-pressed, custom-documentation, custom-state)
19136 (custom-comment, custom-comment-tag, custom-variable-tag)
19137 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19138 (custom-group-tag): Remove "-face" suffix from face names.
19139 (custom-magic-alist, custom-magic-value-create)
19140 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19141 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19142 (custom-set-face, custom-changed-face, custom-saved-face)
19143 (custom-button-face, custom-button-pressed-face)
19144 (custom-documentation-face, custom-state-face)
19145 (custom-comment-face, custom-comment-tag-face)
19146 (custom-variable-tag-face, custom-variable-button-face)
19147 (custom-face-tag-face, custom-group-tag-face-1)
19148 (custom-group-tag-face):
19149 New backward-compatibility aliases for renamed faces.
19150
19151 * wid-edit.el (widget-documentation, widget-button)
19152 (widget-field, widget-single-line-field, widget-inactive)
19153 (widget-button-pressed): "-face" suffix removed from face names.
19154 (widget-documentation-face, widget-button-face)
19155 (widget-field-face, widget-single-line-field-face)
19156 (widget-inactive-face, widget-button-pressed-face):
19157 New backward-compatibility aliases for renamed faces.
19158 (widget-documentation-face, widget-button-face)
19159 (widget-button-pressed-face, widget-specify-field)
19160 (widget-specify-inactive): Use renamed widget faces.
19161
19162 2005-06-10 Kenichi Handa <handa@m17n.org>
19163
19164 * term/x-win.el (x-clipboard-yank): Remove condition-case
19165 wrapping.
19166
19167 2005-06-11 Kenichi Handa <handa@m17n.org>
19168
19169 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19170 date lines stricter.
19171
19172 2005-06-10 Zhang Wei <id.brep@gmail.com>
19173
19174 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19175 of x-get-selection.
19176
19177 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19178
19179 * comint.el (comint-mode, comint-snapshot-last-prompt):
19180 * frame.el (frame-current-scroll-bars):
19181 * term.el (term-mode, term-check-proc, term-input-sender)
19182 (term-simple-send, term-extract-string, term-word)
19183 (term-match-partial-filename):
19184 * window.el (window-current-scroll-bars):
19185 * emulation/cua-base.el (cua-normal-cursor-color)
19186 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19187 (cua-global-mark-cursor-color):
19188 * mail/undigest.el (rmail-forward-separator-regex):
19189 Fix typos in docstrings.
19190
19191 * comint.el (comint-check-proc, make-comint-in-buffer)
19192 (comint-source-default): Doc fixes.
19193
19194 * term.el (term-send-string): Improve argument/docstring consistency.
19195
19196 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19197
19198 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19199 call to `delete-region'.
19200 (comint-mode-hook): Do not enable Font Lock by default.
19201
19202 2005-06-09 Lute Kamstra <lute@gnu.org>
19203
19204 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19205 could be void.
19206
19207 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19208
19209 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19210 (debug): Use it.
19211 (debugger-step-through, debugger-continue, debugger-jump)
19212 (debugger-return-value): Set it when needed.
19213 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19214 Use inhibit-read-only.
19215
19216 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19217
19218 * window.el (shrink-window-if-larger-than-buffer)
19219 (window-size-fixed): Fix typo in docstring.
19220
19221 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19222 thumbnails directory on loading.
19223 (thumbs-conversion-program): Use `eq' to check the system type,
19224 not `equal'.
19225 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19226 not "/tmp". Fix docstring.
19227 (thumbs-thumbsdir): New function to return the thumbnails
19228 directory, creating it if needed.
19229 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19230 (thumbs-temp-file): Delete variable and make it into a function.
19231 (thumbs-resize-image, thumbs-modify-image): Use it.
19232 (thumbs-kill-buffer): Simplify.
19233 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19234 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19235 docstrings.
19236
19237 2005-06-09 Kim F. Storm <storm@cua.dk>
19238
19239 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19240 set-match-data to free markers in match-data.
19241
19242 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19243 match-data to unchain markers in match-data.
19244
19245 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19246
19247 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19248 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19249 unnecessary now.
19250
19251 2005-06-08 Richard M. Stallman <rms@gnu.org>
19252
19253 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19254 give the variable a doc string that doesn't say don't set it directly.
19255
19256 * textmodes/ispell.el (ispell-check-version):
19257 Use match-string-no-properties.
19258 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19259 (ispell-buffer-local-words): Likewise.
19260
19261 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19262 except on terminals with enough colors to really display it.
19263 (makefile-dependency-regex): Delete spurious `bb'.
19264
19265 * faces.el (escape-glyph): Use blue once again in last case.
19266 (no-break-space): Redefine so that it isn't invisible on a tty.
19267
19268 2005-06-08 Kim F. Storm <storm@cua.dk>
19269
19270 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19271 also when reading directory name.
19272
19273 2005-06-08 Lute Kamstra <lute@gnu.org>
19274
19275 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19276 (flyspell-mode-line-string): Remove autoload cookie.
19277 (flyspell-mode): Remove defvar.
19278
19279 2005-06-07 Lute Kamstra <lute@gnu.org>
19280
19281 * textmodes/org.el (org-run-mode-hooks): New function.
19282 (org-agenda-mode): Use it.
19283
19284 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19285
19286 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19287
19288 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19289
19290 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19291
19292 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19293
19294 * font-lock.el (font-lock-add-keywords): Doc fix.
19295
19296 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19297
19298 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19299 (tex-compile-default): In the absence of any history, use the order in
19300 tex-compile-alist to choose the preferred command.
19301 (tex-compile-commands): Reorder a bit.
19302
19303 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19304 (flyspell-incorrect-face, flyspell-duplicate-face):
19305 Use (X)Emacs-agnostic code.
19306 (flyspell-mode-map): Don't overwrite at each load. Remove code
19307 redundant with the subsequent add-minor-mode. Merge Emacs and
19308 XEmacs code.
19309 (flyspell-word): Minor simplification.
19310 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19311 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19312 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19313 Merge the corresponding Emacs code.
19314 (flyspell-correct-word, flyspell-xemacs-popup):
19315 Use flyspell-do-correct.
19316
19317 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19318 a dedicated window.
19319
19320 * international/latexenc.el (latexenc-find-file-coding-system):
19321 Undo part of last patch, to turn off a compiler warning.
19322
19323 2005-06-06 Juri Linkov <juri@jurta.org>
19324
19325 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19326 Rename `tmm-inactive-face' to `tmm-inactive'.
19327
19328 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19329
19330 * iswitchb.el: Rename faces.
19331
19332 2005-06-06 Kim F. Storm <storm@cua.dk>
19333
19334 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19335 (cua-global-mark): Remove -face suffix from face names.
19336
19337 * emulation/cua-gmrk.el (cua--init-global-mark):
19338 Remove cua-global-mark face setup.
19339
19340 2005-06-06 Richard M. Stallman <rms@gnu.org>
19341
19342 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19343 just like other allowed characters.
19344 (makefile-match-dependency): Exclude leading and training whitespace
19345 from the range of regexp subexp 1.
19346 (makefile-macroassign-regex): Don't try to match the body,
19347 just the name of the macro being defined.
19348
19349 * info.el (Info-read-node-name-2): New function.
19350 (Info-read-node-name-1): Use that.
19351 Add a completion-base-size-function property.
19352
19353 * simple.el (completion-setup-function): Look for
19354 completion-base-size-function property of minibuffer-completion-table.
19355
19356 * files.el (locate-file-completion): Doc fix.
19357
19358 * printing.el: Don't call pr-update-menus; user must do that.
19359
19360 * emacs-lisp/debug.el (debugger-window): New variable.
19361 (debug): Use debugger-window if it is set and still alive.
19362 Record debugger-window for next entry.
19363
19364 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19365
19366 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19367
19368 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19369 (hack-one-local-variable, hack-local-variables)
19370 (hack-local-variables-prop-line): Pass that arg.
19371
19372 2005-06-06 Kim F. Storm <storm@cua.dk>
19373
19374 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19375 (ido-indicator): Remove -face suffix from face names.
19376
19377 2005-06-06 Juri Linkov <juri@jurta.org>
19378
19379 * font-lock.el (font-lock-regexp-backslash)
19380 (font-lock-regexp-backslash-construct): New faces.
19381 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19382 after `('. Add `while-no-input' to control structures.
19383
19384 * faces.el (no-break-space, shadow): New faces.
19385 (escape-glyph): Use less loud colors pink2 and red4.
19386
19387 * diff-mode.el (diff-context-face)
19388 * dired.el (dired-ignored)
19389 * rfn-eshadow.el (file-name-shadow)
19390 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19391
19392 * info.el (Info-title-1-face): Use green instead of yellow because
19393 bold yellow is not readable on light backgrounds.
19394
19395 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19396 before selecting the desired mode to not spend time fontifying
19397 old contents.
19398
19399 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19400
19401 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19402 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19403
19404 * ps-print.el (ps-default-fg, ps-default-bg):
19405 Fix typos in docstrings.
19406
19407 * isearchb.el (isearchb): Don't pass a spurious second argument to
19408 `iswitchb-completions'.
19409
19410 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19411
19412 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19413 to preserve point.
19414 (gdb-find-file-hook): Add doc string.
19415
19416 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19417 C dereferenced pointer expression.
19418 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19419
19420 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19421
19422 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19423 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19424 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19425 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19426 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19427 Make background transparent.
19428
19429 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19430
19431 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19432 (font-lock-remove-keywords): Doc fix.
19433 (font-lock-mode-major-mode): Compiler defvar.
19434 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19435
19436 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19437 (font-lock-mode): Update `font-lock-mode-major-mode'.
19438 (font-lock-set-defaults): Compiler defvar.
19439 (font-lock-default-function): Take `font-lock-mode-major-mode'
19440 into account.
19441
19442 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19443 keep track of which major mode it enabled the minor mode for.
19444 Use find-file-hook again. Update docstring.
19445
19446 * simple.el (eval-expression-print-level)
19447 (eval-expression-print-length, eval-expression-debug-on-error):
19448 Doc fixes.
19449
19450 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19451
19452 * iswitchb.el (iswitchb-single-match-face)
19453 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19454 (iswitchb-invalid-regexp-face): New faces.
19455 (iswitchb-completions): Use them.
19456 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19457 now marked as an obsolete alias.
19458 (iswitchb-read-buffer): Remove check for bound font variables.
19459 (iswitchb-invalid-regexp): New free variable.
19460 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19461 set iswitchb-invalid-regexp.
19462 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19463 invalid regexps.
19464 (iswitchb-completions): Add check for complete match when entering
19465 a regexp.
19466 (iswitchb-completions): Remove require-match argument.
19467 (iswitchb-exhibit): Fix caller.
19468 (iswitchb-common-match-inserted): New variable.
19469 (iswitchb-complete, iswitchb-completion-help): Use it.
19470
19471 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19472
19473 * url-http.el (url-http-chunked-encoding-after-change-function):
19474 Use `url-http-debug' instead of `message'.
19475
19476 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19477
19478 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19479 callback argument.
19480
19481 2005-06-04 Kim F. Storm <storm@cua.dk>
19482
19483 * simple.el (line-move): Only call sit-for when moving backwards.
19484
19485 * ido.el (ido-make-merged-file-list-1): New defun split from
19486 ido-make-merged-file-list.
19487 (ido-make-merged-file-list): Bind throw-on-input around call to
19488 ido-make-merged-file-list-1. Return input-pending-p if
19489 interrupted by more input available.
19490 (ido-read-internal): Handle input-pending-p return value from
19491 ido-make-merged-file-list.
19492
19493 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19494
19495 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19496 compatibility code.
19497
19498 * international/latexenc.el (latexenc-find-file-coding-system):
19499 Don't inherit the EOL part of the coding-system from the
19500 tex-main buffer. Fit within 80 columns.
19501
19502 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19503
19504 * tmm.el (tmm-inactive-face): New face.
19505 (tmm-remove-inactive-mouse-face): New function.
19506 (tmm-prompt, tmm-add-one-shortcut)
19507 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19508 but not selectable.
19509
19510 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19511
19512 * faces.el (face-equal): Improve argument/docstring consistency.
19513
19514 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19515
19516 * progmodes/make-mode.el (makefile-targets-face)
19517 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19518 (makefile-bsdmake-dependency-regex)
19519 (makefile-makepp-rule-action-regex)
19520 (makefile-bsdmake-rule-action-regex): New constants.
19521 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19522
19523 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19524 Allow (...) within `...' for makepp messages.
19525
19526 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19527
19528 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19529
19530 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19531 "." files are deleted from all file lists before comparison.
19532
19533 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19534 (viper-ESC-key): Made them customizable.
19535
19536 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19537
19538 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19539
19540 * autorevert.el (auto-revert-buffers): Use save-match-data.
19541
19542 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19543
19544 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19545 menu items with a nil command binding.
19546
19547 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19548
19549 * emacs-lisp/cl-macs.el (defsetf):
19550 Improve argument/docstring consistency.
19551
19552 * faces.el (list-faces-display): Improve the formatting by
19553 computing the maximum length required for any face-name (reworked
19554 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19555 (internal-find-face): Remove redundant info in docstring.
19556
19557 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19558
19559 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19560 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19561 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19562 (gdb-assembler-custom): Improve regexps.
19563 (def-gdb-auto-update-handler): Use window point to preserve point.
19564
19565 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19566
19567 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19568
19569 2005-05-31 Jay Belanger <belanger@truman.edu>
19570
19571 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19572 to calc-embedded.
19573 (calc-embedded-make-info): Have plain prefix argument select
19574 entire line.
19575
19576 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19577
19578 * faces.el (list-faces-display): Signal error if passed a regexp
19579 that matches no face name.
19580
19581 * simple.el (filter-buffer-substring): Fix typo in docstring.
19582
19583 2005-05-31 Richard M. Stallman <rms@gnu.org>
19584
19585 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19586 (vhdl-emacs-21): Doc fix.
19587 (vhdl-mode): Unconditionally set comment-padding.
19588 (vhdl-fixup-whitespace-region): Insert spaces only where
19589 there are none.
19590 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19591
19592 2005-05-30 John Wiegley <johnw@newartisans.com>
19593
19594 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19595 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19596 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19597 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19598 `string-to-number'.
19599
19600 2005-05-30 Jay Belanger <belanger@truman.edu>
19601
19602 * calc/calc.el (calc-bug-address): Fix docstring.
19603 (calc-window-hook, calc-trail-window-hook): New variables.
19604 (calc-trail-display): Restore use of calc-trail-window-hook.
19605 (calc): Restore use of calc-window-hook.
19606
19607 2005-05-31 Masatake YAMATO <jet@gyve.org>
19608
19609 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19610
19611 * help-fns.el (help-C-file-name): Add autoload mark for
19612 `find-function-noselect'.
19613
19614 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19615
19616 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19617 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19618
19619 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19620
19621 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19622 included diary buffer if it was not already being visited.
19623 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19624
19625 * calendar/icalendar.el (top-level): Do not require appt.
19626
19627 * mail/supercite.el (sc-select-attribution): Only use a list
19628 element from sc-attrib-selection-list if it returns a string.
19629 Reported by Davide G. M. Salvetti <salve@debian.org>.
19630
19631 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19632
19633 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19634 includes a hash value to improve its uniqueness, and has a ".jpg"
19635 extension. Also, it is now a valid filename on all systems.
19636 (thumbs-make-thumb): Use `let', not `let*'.
19637 (thumbs-show-thumbs-list): Check for JPEG availability.
19638
19639 2005-05-30 Richard M. Stallman <rms@gnu.org>
19640
19641 * filesets.el (filesets-menu-ensure-use-cached):
19642 Prevent warning when emacs-version>= is undefined.
19643
19644 * printing.el (pr-interactive-n-up): Use string-to-number.
19645
19646 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19647
19648 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19649 Warn only when name to be defined is quoted.
19650
19651 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19652
19653 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19654 Make regexp more robust.
19655 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19656 Force regeneration of disassembly.
19657
19658 2005-05-29 Jay Belanger <belanger@truman.edu>
19659
19660 * calc/calc.el (calc-user-invocation): Check if
19661 calc-invocation-macro is non-nil.
19662
19663 2005-05-29 Juri Linkov <juri@jurta.org>
19664
19665 * add-log.el (change-log-font-lock-keywords):
19666 Add `+' to e-mail regexp to accept mail address with keywords.
19667
19668 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19669
19670 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19671
19672 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19673
19674 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19675
19676 2005-05-29 Richard M. Stallman <rms@gnu.org>
19677
19678 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19679 Undo the change that moves to end of the current word.
19680
19681 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19682
19683 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19684 Throw error when count <= 0 to ensure input is a number.
19685 (gdb-read-memory-custom): Pick up address from buffer.
19686 (gdb-memory-mode): Allow user to increment and decrement
19687 memory address from header line.
19688
19689 2005-05-29 Richard M. Stallman <rms@gnu.org>
19690
19691 * flyspell.el (flyspell-version): Function deleted.
19692 (flyspell-auto-correct-previous-hook): Doc fix.
19693
19694 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19695 Do nothing if memory is full.
19696
19697 * font-lock.el (font-lock-fontify-syntactically-region):
19698 Pass t for GREEDY to looking-back.
19699
19700 * saveplace.el (save-place-alist-to-file): Write the file
19701 using write-region.
19702
19703 * subr.el (looking-back): New argument GREEDY.
19704
19705 * progmodes/compile.el (compilation-start): Set the mode
19706 before inserting the initial text.
19707
19708 * progmodes/which-func.el (which-func-update-1): Turn the mode
19709 off in case of error by setting which-func-mode.
19710
19711 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19712
19713 * flyspell.el (flyspell-auto-correct-previous-word):
19714 Narrow down to what's on the screen, and recenter overlays
19715 at the end of the next word.
19716
19717 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19718
19719 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19720 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19721 (flyspell-abbrev-p): Default to nil.
19722 (flyspell-use-global-abbrev-table-p): Doc fix.
19723 (flyspell-large-region): Allow nil as value.
19724 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19725
19726 (mail-mode-flyspell-verify): More robust handling
19727 of `mail-header-separator'. More efficient signature detection.
19728 Allow for regexp metacharacters in message-header-separator.
19729 Adding `To' not to be checked in mail-mode-flyspell-verify.
19730
19731 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19732 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19733 Bind flyspell-auto-correct-binding.
19734 Bind C-. and C-, .
19735 (flyspell-mode-map): Likewise.
19736 (flyspell-mode): Doc fix.
19737 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19738 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19739 (flyspell-word-cache-result): New var, always local.
19740 (flyspell-check-pre-word-p): Doc fix.
19741 (flyspell-check-changed-word-p): Handle spc like newline.
19742 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19743 (flyspell-word-search-backward, flyspell-word-search-forward):
19744 New functions.
19745 (flyspell-word): Return t if nothing to check.
19746 When parsing TeX code, check for after } or \.
19747 Use flyspell-word-search-backward to find previous word.
19748 Return nil if duplicated word.
19749 For word already checked, return same value as last time.
19750 Set flyspell-word-cache-result after checking.
19751 Don't clobber the return value.
19752 (flyspell-get-word): Major rewrite.
19753 (flyspell-external-point-words): New locals pword, pcount.
19754 Fix size used in progress message.
19755 Find the proper corresponding word in flyspell-large-region-buffer.
19756 (flyspell-region): Check for flyspell-large-region = nil.
19757 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19758 (flyspell-auto-correct-word): Check that WORD is a cons.
19759 (flyspell-correct-word): Likewise.
19760
19761 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19762
19763 * progmodes/make-mode.el (makefile-rule-action-regex)
19764 (makefile-macroassign-regex, makefile-makepp-mode)
19765 (makefile-bsdmake-mode): Continuation lines may be empty.
19766 Reported by Joshua Varner.
19767 (makefile-makepp-font-lock-keywords): Add $(stem).
19768
19769 2005-05-28 Karl Berry <karl@gnu.org>
19770
19771 * textmodes/tex-mode.el: Now that tex-send-command calls
19772 shell-quote-argument (2005-03-31 change), remove all calls to
19773 shell-quote-argument; they all end up invoking tex-send-command.
19774 The double quoting loses on filenames with non-safe characters,
19775 such as "@". Reported by Frederik Fouvry.
19776
19777 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19778
19779 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19780 about preserving point.
19781
19782 2005-05-27 Jay Belanger <belanger@truman.edu>
19783
19784 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19785 Info-goto-node.
19786
19787 * calc/calc-embed.el (calc-embed-arg): New variable.
19788 (calc-do-embedded-activate, calc-embedded-activate-formula)
19789 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19790 variable by new variable.
19791 (calc-embedded-make-info): Replace undeclared variable by new
19792 variable. When selecting region with positive prefix
19793 argument, use end of previous line instead of beginning of line.
19794
19795 * calc/calc-aent.el (calc-arg-values): Declare it.
19796
19797 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19798 Declare them.
19799
19800 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19801
19802 * calc/calc.el (calc-alg-map): Declare it.
19803
19804 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19805
19806 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19807
19808 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19809 (gdb-registers-buffer, toggle-gdb-all-registers):
19810 Toggle display of floating point registers.
19811 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19812
19813 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19814 (toggle-gud-tooltip-dereference):
19815 Rename from gud-toggle-tooltip-dereference.
19816
19817 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19818
19819 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19820
19821 2005-05-27 Jay Belanger <belanger@truman.edu>
19822
19823 * calc/calc-prog.el (calc-kbd-report): Remove.
19824 (calc-kbd-query): Rewrite.
19825
19826 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19827
19828 * image.el (image-library-alist): Move to image.c.
19829 (image-type-available-p): Doc fix.
19830
19831 2005-05-27 Lute Kamstra <lute@gnu.org>
19832
19833 * calc/calc.el (calc):
19834 * outline.el (outline-1, outline-2, outline-3, outline-4)
19835 (outline-5, outline-6, outline-7, outline-8):
19836 * textmodes/dns-mode.el (dns-mode):
19837 * textmodes/sgml-mode.el (sgml-namespace-face):
19838 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19839 (tex-verbatim-face, tex-use-reftex):
19840 * textmodes/texinfo.el (texinfo-heading-face):
19841 Specify customization group.
19842
19843 * longlines.el: Don't require easy-mmode.
19844 (longlines-visible-face): Specify customization group.
19845
19846 2005-05-27 Kenichi Handa <handa@m17n.org>
19847
19848 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19849 encoding table of windows-1251.
19850
19851 * international/ucs-tables.el (ucs-set-table-for-input):
19852 If translation-table-for-input of a coding system is a symbol, get
19853 its translation-table property.
19854
19855 * international/code-pages.el: Don't register a coding system into
19856 non-iso-charset-alist more than once.
19857 (cp-make-coding-system): Likewise.
19858
19859 2005-05-26 John Wiegley <johnw@newartisans.com>
19860
19861 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19862 `eshell-resume-eval' is wrapped in a list, it indicates that the
19863 command was run asynchronously. In that case, unwrap the value
19864 before checking the delimiter value.
19865
19866 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19867 character before a space at the end of a line is \, assume the space
19868 is part of the last argument rather than a final argument separator.
19869
19870 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19871 is in use, and the target is `t' or `nil' (which are the most common
19872 values), don't assume that the symbol target is a buffer.
19873
19874 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19875
19876 * calendar/calendar.el (calendar-mode-line-format):
19877 Use mode-line-highlight as mouse-face.
19878
19879 * time.el (display-time-string-forms, display-time-update):
19880 Use mode-line-highlight as mouse-face.
19881
19882 2005-05-26 Jay Belanger <belanger@truman.edu>
19883
19884 * calc/calc.el (calc-language-alist): Remove extra defvar.
19885
19886 2005-05-26 Lute Kamstra <lute@gnu.org>
19887
19888 * arc-mode.el (archive-mode):
19889 * bookmark.el (bookmark-read-annotation-mode)
19890 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19891 * bs.el (bs-mode):
19892 * calc/calc-yank.el (calc-edit-mode):
19893 * calc/calc.el (calc-mode, calc-trail-mode):
19894 * calculator.el (calculator-mode):
19895 * chistory.el (command-history-mode):
19896 * comint.el:
19897 * cus-edit.el (custom-mode):
19898 * descr-text.el (describe-text-mode):
19899 * ebuff-menu.el (Electric-buffer-menu-mode):
19900 * ediff-util.el (ediff-mode):
19901 * emacs-lisp/re-builder.el (reb-mode):
19902 * emulation/vi.el (vi-mode-setup):
19903 * emulation/ws-mode.el (wordstar-mode):
19904 * eshell/esh-mode.el (eshell-mode):
19905 * forms.el (forms-mode):
19906 * help-mode.el (help-mode):
19907 * hexl.el (hexl-mode):
19908 * ibuffer.el (ibuffer-mode):
19909 * ielm.el (inferior-emacs-lisp-mode):
19910 * info.el (Info-mode, Info-edit-mode):
19911 * international/swedish.el:
19912 * ledit.el (ledit-from-lisp-mode):
19913 * locate.el (locate-mode):
19914 * mail/rmail.el (rmail-mode):
19915 * mail/rmailedit.el (rmail-edit-mode):
19916 * mail/rmailsum.el (rmail-summary-mode):
19917 * mail/supercite.el (sc-electric-mode):
19918 * net/eudc.el (eudc-mode):
19919 * net/quickurl.el (quickurl-list-mode):
19920 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19921 * obsolete/ooutline.el (outline-mode):
19922 * obsolete/options.el (Edit-options-mode):
19923 * obsolete/rnews.el (news-mode):
19924 * obsolete/rnewspost.el (news-reply-mode):
19925 * play/5x5.el (5x5-mode):
19926 * play/decipher.el (decipher-mode, decipher-stats-mode):
19927 * play/gomoku.el (gomoku-mode):
19928 * play/snake.el (snake-mode):
19929 * play/solitaire.el (solitaire-mode):
19930 * play/tetris.el (tetris-mode):
19931 * progmodes/ada-mode.el (ada-mode):
19932 * progmodes/antlr-mode.el (antlr-mode):
19933 * progmodes/autoconf.el (autoconf-mode):
19934 * progmodes/dcl-mode.el (dcl-mode):
19935 * progmodes/delphi.el (delphi-mode):
19936 * progmodes/ebrowse.el (ebrowse-tree-mode)
19937 (ebrowse-electric-list-mode, ebrowse-member-mode)
19938 (ebrowse-electric-position-mode):
19939 * progmodes/f90.el (f90-mode):
19940 * progmodes/fortran.el (fortran-mode):
19941 * progmodes/icon.el (icon-mode):
19942 * progmodes/idlw-help.el (idlwave-help-mode):
19943 * progmodes/idlw-shell.el (idlwave-shell-mode):
19944 * progmodes/idlwave.el (idlwave-mode):
19945 * progmodes/inf-lisp.el (inferior-lisp-mode):
19946 * progmodes/m4-mode.el (m4-mode):
19947 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19948 * progmodes/modula2.el (modula-2-mode):
19949 * progmodes/octave-inf.el (inferior-octave-mode):
19950 * progmodes/octave-mod.el (octave-mode):
19951 * progmodes/pascal.el (pascal-mode):
19952 * progmodes/sh-script.el (sh-mode):
19953 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19954 * progmodes/vhdl-mode.el (vhdl-mode):
19955 * progmodes/xscheme.el (scheme-interaction-mode):
19956 * replace.el (occur-mode):
19957 * ses.el (ses-mode):
19958 * simple.el (completion-list-mode):
19959 * skeleton.el:
19960 * speedbar.el (speedbar-mode):
19961 * term.el (term-mode):
19962 * terminal.el (terminal-edit-mode):
19963 * textmodes/reftex-index.el (reftex-index-mode)
19964 (reftex-index-phrases-mode):
19965 * textmodes/reftex-sel.el (reftex-select-label-mode)
19966 (reftex-select-bib-mode):
19967 * textmodes/reftex-toc.el (reftex-toc-mode):
19968 * wdired.el (wdired-change-to-wdired-mode):
19969 * wid-browse.el (widget-browse-mode):
19970 Use run-mode-hooks.
19971
19972 * array.el (array-mode):
19973 * calendar/todo-mode.el (todo-mode):
19974 * man.el (Man-mode):
19975 * play/landmark.el (lm-mode):
19976 * play/mpuz.el (mpuz-mode):
19977 Use kill-all-local-variables and run-mode-hooks.
19978
19979 * subr.el (delay-mode-hooks): Specify indentation.
19980
19981 2005-05-26 Mark A. Hershberger <mah@everybody.org>
19982
19983 * xml.el (xml-substitute-special): Don't die for undefined xml
19984 entities.
19985
19986 2005-05-26 Jay Belanger <belanger@truman.edu>
19987
19988 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
19989 of nil.
19990
19991 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
19992
19993 * progmodes/gdb-ui.el (gdb-frame-address):
19994 Rename from gdb-current-address.
19995 (gdb-previous-frame-address): Rename from gdb-previous-address.
19996 (gdb-selected-frame): Rename from gdb-current-frame.
19997 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
19998 (gdb-frame-number): Rename from gdb-current-stack-level.
19999 (gdb-ann3): Match new mode-name for disassembly buffer.
20000 Extend initialization of variables.
20001 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20002 (gdb-memory-mode): Use mouse-face in header line.
20003 (gdb-assembler-buffer-name): Call it disassembly and give frame
20004 in mode line.
20005 (gdb-source-spec-regexp, gdb-assembler-custom)
20006 (gdb-invalidate-assembler, gdb-frame-handler):
20007 Make robust to leading zeroes in address format.
20008
20009 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20010
20011 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20012 define `org-mode'.
20013 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20014
20015 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20016
20017 * log-edit.el (log-edit-changelog-entries): Distinguish between
20018 filenames like xfns.c and fns.c.
20019
20020 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20021
20022 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20023 point after reverting.
20024 (Buffer-menu-make-sort-button): Handle the case where
20025 `Buffer-menu-use-header-line' is nil.
20026
20027 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20028
20029 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20030 New funcs. In minibuffer-local-completion-map bind `]', `/'
20031 and `:' to them.
20032
20033 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20034
20035 * startup.el (normal-top-level): Allow modification of load-path while
20036 we're iterating over it.
20037
20038 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20039
20040 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20041 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20042 (thumbs-resize-interactive, thumbs-insert-image)
20043 (thumbs-insert-thumb, thumbs-dired-show-marked)
20044 (thumbs-find-image-at-point, thumbs-delete-images)
20045 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20046 (thumbs-increment-image-size, thumbs-decrement-image-size):
20047 Fix typos in docstrings.
20048
20049 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20050
20051 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20052 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20053 (cperl-mode): Use them.
20054
20055 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20056
20057 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20058 Doc fixes.
20059
20060 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20061
20062 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20063 Bind C-d to gdb-inferior-io-eof.
20064
20065 * dired.el (dired-dnd-popup-notice): Use message-box.
20066
20067 2005-05-23 Masatake YAMATO <jet@gyve.org>
20068
20069 * bindings.el (mode-line-major-mode-keymap):
20070 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20071
20072 * faces.el (mode-line-highlight): New face.
20073
20074 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20075 as mouse-face.
20076
20077 * bindings.el (top-level, help-echo, mode-line-modified)
20078 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20079 as mouse-face.
20080
20081 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20082
20083 * progmodes/cc-engine.el (c-guess-basic-syntax):
20084 Remove spurious call to `zerop'.
20085
20086 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20087
20088 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20089
20090 CC Mode update to 5.30.10:
20091
20092 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20093 could go past the limit in decoration level 2, thereby causing
20094 errors during interactive fontification.
20095
20096 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20097 the file is evaluated interactively.
20098
20099 * cc-engine.el (c-guess-basic-syntax): Handle operator
20100 declarations somewhat better in C++.
20101
20102 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20103 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20104 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20105 (awk-mode): Use it.
20106 (make-local-hook): Suppress warning about obsoleteness.
20107
20108 * cc-engine.el, cc-align.el, cc-cmds.el
20109 (c-append-backslashes-forward, c-delete-backslashes-forward)
20110 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20111 Compensate for return value from `forward-line' when it has moved
20112 but not to a different line due to eob.
20113
20114 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20115 `objc-method-intro' and `objc-method-args-cont'.
20116
20117 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20118
20119 CC Mode update to 5.30.10:
20120
20121 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20122 in the copyright statement. Incidentally, change "along with GNU
20123 Emacs" to "along with this program" where it occurs.
20124
20125 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20126 so that it is interactive, hence can be found by M-x awk-mode
20127 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20128 <gmorris+emacs@ast.cam.ac.uk>.
20129
20130 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20131 Mode's regexps.
20132
20133 2005-05-23 Kevin Ryde <user42@zip.com.au>
20134
20135 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20136 c-parse-state, to avoid a lisp error (on bad code).
20137
20138 2005-05-23 Lute Kamstra <lute@gnu.org>
20139
20140 * subr.el (font-lock-defaults): Remove defvar as it's already
20141 defined in font-core.el.
20142
20143 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20144
20145 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20146
20147 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20148 more general and work when GDB variable "print pretty" is on,
20149 as with Emacs, for example.
20150
20151 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20152
20153 * font-core.el: Update comment.
20154
20155 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20156 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20157
20158 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20159
20160 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20161
20162 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20163 and `yank-handler' in the doc strings.
20164
20165 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20166
20167 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20168
20169 2005-05-22 Richard M. Stallman <rms@gnu.org>
20170
20171 * help.el (describe-key): Move print-help-return-message call
20172 out of conditional.
20173
20174 * progmodes/etags.el (list-tags): Use with-no-warnings.
20175
20176 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20177 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20178 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20179
20180 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20181
20182 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20183 Add defvar.
20184
20185 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20186 Use defvar, not defconst.
20187
20188 * hexl.el (hexl-follow-line): Use with-no-warnings.
20189
20190 * emulation/tpu-extras.el: Use write-file-functions instead of
20191 write-file-hooks.
20192
20193 * dired.el (dired-font-lock-keywords): Fontify files with junk
20194 extensions even if marked by -F.
20195
20196 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20197
20198 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20199 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20200 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20201 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20202 (concatenate, list-length, get*, getf, cl-remprop):
20203 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20204 (etypecase, progv, lexical-let, lexical-let*)
20205 (multiple-value-bind, multiple-value-setq, shiftf):
20206 Improve argument/docstring consistency.
20207
20208 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20209
20210 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20211
20212 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20213 doesn't exist.
20214
20215 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20216 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20217
20218 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20219
20220 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20221 already deleted variables: auto-fill-hook, blink-paren-hook,
20222 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20223 suspend-hooks, comment-indent-hook, meta-flag,
20224 before-change-function, after-change-function,
20225 font-lock-doc-string-face.
20226
20227 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20228
20229 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20230
20231 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20232
20233 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20234 rmail-dont-reply-to.
20235
20236 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20237
20238 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20239 literal blank when splitting new-header-values.
20240
20241 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20242
20243 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20244 string so that tmm doesn't create a completion entry for it.
20245
20246 * textmodes/table.el (table-disable-menu): Ditto.
20247
20248 2005-05-21 Richard M. Stallman <rms@gnu.org>
20249
20250 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20251
20252 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20253
20254 * net/rcompile.el (remote-compile): Use compilation-start.
20255
20256 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20257
20258 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20259
20260 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20261 Default to makefile-bsdmake-mode on BSD systems.
20262
20263 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20264 REGEXP may also be a search function now. The part of doc-string
20265 for describing the structure was 95% identical to that of
20266 `imenu--generic-function'. Unify it there.
20267
20268 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20269 Use function to find dependencies, because regexp alone is so complex,
20270 it easily goes into an endless loop.
20271 (makefile-makepp-mode): Also add submenu for Perl functions
20272 defined in the makefile.
20273 (makefile-bsdmake-mode): Special imenu-generic-expression no
20274 longer needed, due to function call.
20275 (makefile-match-dependency): Take BOUND into account when checking
20276 if we're through.
20277
20278 2005-05-20 Jay Belanger <belanger@truman.edu>
20279
20280 * calc/calc-units.el (calc-invalidate-units-table):
20281 Use inhibit-read-only.
20282 (math-build-units-table-buffer): Use view-mode.
20283
20284 2005-05-20 David Kastrup <dak@gnu.org>
20285
20286 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20287 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20288
20289 2005-05-20 Lute Kamstra <lute@gnu.org>
20290
20291 * diff-mode.el (diff-header-face, diff-file-header-face)
20292 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20293 (diff-added-face, diff-changed-face, diff-function-face)
20294 (diff-context-face, diff-nonexistent-face): Put them in the
20295 diff-mode customization group.
20296
20297 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20298
20299 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20300
20301 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20302
20303 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20304 Minor regexp-optimization.
20305
20306 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20307
20308 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20309 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20310 (org-agenda-add-time-grid-maybe): New function.
20311 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20312 (org-table-create): `dotimes' instead of `mapcar'.
20313 (org-xor): Simplify implementation.
20314 (org-agenda): `inhibit-redisplay' turned on.
20315 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20316 a consistent line after a state change.
20317 (org-agenda-remove-times-when-in-prefix): New option.
20318 (org-prefix-has-time): New variable.
20319 (org-parse-time-string): Optional argument NODEFAULT.
20320 (org-format-agenda-item): Parse items for time-of-day
20321 specifications and move these into the prefix if possible.
20322 (org-agenda-priority): Get current heading, not previous heading
20323 during agenda remote editing.
20324
20325 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20326
20327 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20328 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20329 (remove-duplicates, delete-duplicates, substitute)
20330 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20331 (nsubstitute-if-not, find, find-if, find-if-not, position)
20332 (position-if, position-if-not, count, count-if, count-if-not)
20333 (mismatch, search, sort*, stable-sort, merge, member*)
20334 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20335 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20336 (intersection, nintersection, set-difference, nset-difference)
20337 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20338 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20339 (nsublis, tree-equal): Improve argument/docstring consistency.
20340
20341 * subr.el (send-string, send-region): Remove obsolescence declaration.
20342 (window-dot, set-window-dot, read-input, show-buffer)
20343 (eval-current-buffer, string-to-int):
20344 Add release number to obsolescence declarations.
20345
20346 2005-05-19 Kim F. Storm <storm@cua.dk>
20347
20348 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20349 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20350
20351 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20352
20353 * faces.el (list-faces-display): Make back button respect optional
20354 regexp arg.
20355
20356 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20357
20358 * calculator.el (calculator-radix-grouping-mode)
20359 (calculator-radix-grouping-digits, calculator-displayer)
20360 (calculator-radix-grouping-separator, calculator-copy-displayer):
20361 * dabbrev.el (dabbrev-search-these-buffers-only):
20362 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20363 (diff-advance-after-apply-hunk, diff-mode-hook)
20364 (diff-minor-mode-prefix):
20365 * imenu.el (imenu-use-popup-menu):
20366 * jit-lock.el (jit-lock-context-time):
20367 * newcomment.el (comment-fill-column, comment-column)
20368 (comment-style, comment-padding, comment-multi-line)
20369 (comment-empty-lines, comment-auto-fill-only-comments):
20370 * reveal.el (reveal-around-mark):
20371 * uniquify.el (uniquify-buffer-name-style)
20372 (uniquify-after-kill-buffer-p)
20373 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20374 (uniquify-min-dir-content, uniquify-separator)
20375 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20376 * w32-vars.el (w32-fixed-font-alist):
20377 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20378 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20379 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20380 * progmodes/perl-mode.el (perl-indent-level)
20381 (perl-continued-statement-offset, perl-continued-brace-offset)
20382 (perl-brace-offset, perl-brace-imaginary-offset)
20383 (perl-label-offset, perl-indent-continued-arguments)
20384 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20385 * progmodes/tcl.el (tcl-indent-level)
20386 (tcl-continued-indent-level, tcl-auto-newline)
20387 (tcl-tab-always-indent, tcl-electric-hash-style)
20388 (tcl-help-directory-list, tcl-use-smart-word-finder)
20389 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20390 (inferior-tcl-source-command):
20391 * textmodes/fill.el (enable-kinsoku):
20392 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20393 * textmodes/table.el (table-yank-handler):
20394 Specify missing group (and type, if simple) in defcustom.
20395
20396 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20397
20398 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20399
20400 2005-05-19 Richard M. Stallman <rms@gnu.org>
20401
20402 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20403
20404 * subr.el (event-basic-type): Don't get an error.
20405 (left-fringe-p): Function deleted.
20406
20407 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20408 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20409
20410 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20411 in recursive copy.
20412
20413 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20414
20415 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20416
20417 * emacs-lisp/bytecomp.el
20418 (byte-compile-file-form-custom-declare-variable):
20419 Call byte-compile-nogroup-warn if appropriate.
20420
20421 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20422 (compilation-set-window): Don't call left-fringe-p; do it directly.
20423
20424 2005-05-19 Jay Belanger <belanger@truman.edu>
20425
20426 * calc/calc-graph.el (calc-graph-format-data): Make sure
20427 var-PlotRejects is bound before trying to check its value.
20428
20429 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20430
20431 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20432 definition of this variable from reftex-global.el to reftex.el,
20433 because it is needed in the menu.
20434
20435 2005-05-19 Lute Kamstra <lute@gnu.org>
20436
20437 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20438 years are fixed. Don't insert a space after a dash.
20439
20440 2005-05-19 Kim F. Storm <storm@cua.dk>
20441
20442 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20443
20444 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20445
20446 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20447 strings, because (eq ... ?\\) is fairly frequent.
20448
20449 * progmodes/make-mode.el (makefile-add-this-line-targets):
20450 Simplify and integrate into `makefile-pickup-targets'.
20451 (makefile-add-this-line-macro): Simplify and integrate into
20452 `makefile-pickup-macros.
20453 (makefile-pickup-filenames-as-targets): Simplify.
20454 (makefile-previous-dependency, makefile-match-dependency):
20455 Don't stumble over `::'.
20456
20457 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20458
20459 * subr.el (post-command-idle-hook, post-command-idle-delay):
20460 Remove obsoletion of post-command-idle-hook and
20461 post-command-idle-delay.
20462
20463 * faces.el (list-faces-display): Provide button when describe-face
20464 is called to take user back to the list of faces.
20465
20466 * help-fns.el (describe-variable): Remove hyperlinks in a
20467 variable's value as these are quite frequently inappropriate.
20468
20469 * follow.el (follow-submit-feedback, follow-mode):
20470 Remove references to post-command-idle-hook.
20471
20472 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20473
20474 * progmodes/make-mode.el (makefile-previous-dependency)
20475 (makefile-match-dependency): Check for := (and in bsd mode also
20476 !=) to give a better result, even when font-lock is not on.
20477
20478 2005-05-18 Jay Belanger <belanger@truman.edu>
20479
20480 * calc/calc-help.el (calc-s-prefix-help):
20481 Add `calc-copy-special-constant' to help string.
20482
20483 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20484
20485 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20486
20487 2005-05-18 Jay Belanger <belanger@truman.edu>
20488
20489 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20490 in linear factors are in proper order.
20491
20492 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20493
20494 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20495 Support for jurabib.
20496
20497 * textmodes/reftex.el (featurep): Define aliases for overlay
20498 commands, for XEmacs compatibility, and use these aliases in
20499 overlay initializations.
20500 (reftex-highlight): Use `reftex-move-overlay'.
20501 (reftex-unhighlight): Use `reftex-delete-overlay'.
20502 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20503 (reftex-access-search-path): Use `reftex-uniquify' instead of
20504 `reftex-uniq'
20505
20506 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20507 `before-string' property modification enables for Emacs as well.
20508 (reftex-select-item): Use `reftex-delete-overlay'.
20509 (reftex-select-mark): Use `reftex-make-overlay' and
20510 `reftex-overlay-put'.
20511 (reftex-select-unmark): Use `reftex-delete-overlay' and
20512 `reftex-overlay-put'.
20513
20514 2005-05-18 Lute Kamstra <lute@gnu.org>
20515
20516 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20517
20518 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20519
20520 * add-log.el (add-change-log-entry):
20521 * array.el (array-make-template, array-reconfigure-rows)
20522 (array-init-max-row, array-init-max-column)
20523 (array-init-columns-per-line, array-init-field-width):
20524 * replace.el (replace-match-maybe-edit, perform-replace):
20525 * textmodes/spell.el (spell-region):
20526 Replace `read-input' by `read-string'.
20527
20528 * forms.el (forms-mode):
20529 * finder.el (finder-compile-keywords):
20530 * shadowfile.el (shadow-read-files):
20531 Replace `eval-current-buffer' by `eval-buffer'.
20532
20533 * terminal.el (te-pass-through):
20534 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20535 (ange-ftp-raw-send-cmd):
20536 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20537 (send-process-next-char, telnet-initial-filter, telnet):
20538 Replace `send-string' by `process-send-string'.
20539
20540 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20541 (prolog-consult-region): Replace `send-string' by
20542 `process-send-string'; replace `send-region' by `process-send-region'.
20543
20544 * progmodes/delphi.el (delphi-log-msg):
20545 Replace `set-window-dot' by `set-window-point'.
20546
20547 * subr.el (window-dot, set-window-dot, read-input, send-string)
20548 (send-region, show-buffer, eval-current-buffer):
20549 Make really obsolete, as the comment says.
20550
20551 2005-05-17 Kim F. Storm <storm@cua.dk>
20552
20553 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20554 (cua--init-keymaps): Bind C-return instead of S-return to set
20555 rectangle mark.
20556
20557 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20558 instead of S-return to toggle/clear rectangle mark.
20559
20560 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20561
20562 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20563 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20564 Also fontify plain strings assigned to variables, mostly so that a
20565 colon has a face and is thus not taken as a dependency separator.
20566 (makefile-previous-dependency): Inline the new matcher, because it
20567 is too complex to work in both directions.
20568 (makefile-match-dependency): Eliminate `backward' arg (see above).
20569 Completely reimplemented so as to not sometimes go into an endless
20570 loop. It should also be more efficient, because first it only
20571 searches for `:', instead of applying the very complex regexp.
20572 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20573 to be fontified in one piece can be too long for JIT.
20574 Makefiles are never *that* big.
20575
20576 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20577
20578 * dired.el (dired-mode): Simplify.
20579
20580 2005-05-17 Lute Kamstra <lute@gnu.org>
20581
20582 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20583 defcustom for the mode hook variable.
20584
20585 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20586 Emacs Lisp Reference Manual.
20587
20588 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20589
20590 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20591 (evenp, list*):
20592 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20593 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20594
20595 * net/tramp-smb.el (tramp-smb-open-connection):
20596 Pass `tramp-chunksize' as fifth (required) argument.
20597
20598 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20599
20600 * font-lock.el (lisp-font-lock-keywords-1):
20601 Set `font-lock-negation-char-face' for [^...] char group.
20602 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20603
20604 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20605 a var, and refine it to mask one more level of nested vars.
20606 (makefile-rule-action-regex): Turn it into a var, and refine it so
20607 it recognizes backslashed continuation lines as belonging to the
20608 same command.
20609 (makefile-macroassign-regex): Refine it so it recognizes
20610 backslashed continuation lines as belonging to the same command.
20611 (makefile-var-use-regex): Don't look at the next char, because it
20612 might be the same one to be skipped by the initial [^$], leading
20613 to an overlooked variable use.
20614 (makefile-make-font-lock-keywords): Remove two parameters, which
20615 are now variables that some of the modes set locally.
20616 Handle dependency and rule action matching through functions, because
20617 regexps alone match too often. Dependency matching now comes
20618 last, so it can check, whether a colon already matched something else.
20619 (makefile-mode): Inform that font-lock improves makefile parsing
20620 capabilities.
20621 (makefile-match-dependency, makefile-match-action): New functions.
20622
20623 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20624
20625 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20626
20627 * align.el (align-regexp):
20628 * ansi-color.el (ansi-color-get-face):
20629 * array.el (array-reconfigure-rows, array-init-max-row)
20630 (array-init-max-column, array-init-columns-per-line)
20631 (array-init-field-width):
20632 * dired-aux.el (dired-trample-file-versions):
20633 * dired-x.el (dired-mark-sexp):
20634 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20635 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20636 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20637 * faces.el (face-read-integer):
20638 * files.el (backup-extract-version, insert-directory):
20639 * hexl.el (hexl-insert-decimal-char):
20640 * server.el (server-process-filter):
20641 * shell.el (shell-extract-num):
20642 * startup.el (command-line-1):
20643 * term.el (term-command-hook):
20644 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20645 (time-stamp-do-number):
20646 * time.el (display-time-update):
20647 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20648 (timezone-fix-time):
20649 * vms-patch.el (vms-suspend-resume-hook):
20650 * calendar/appt.el (appt-convert-time):
20651 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20652 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20653 * calendar/cal-islam.el (mark-islamic-diary-entries):
20654 * calendar/calendar.el (calendar-cursor-to-date)
20655 (calendar-star-date):
20656 * calendar/diary-lib.el (diary-attrtype-convert)
20657 (mark-diary-entries, diary-entry-time):
20658 * calendar/solar.el (solar-get-number):
20659 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20660 * emacs-lisp/re-builder.el (reb-display-subexp):
20661 * emulation/edt.el (edt-set-scroll-margins):
20662 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20663 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20664 (vip-get-ex-count):
20665 * emulation/viper-ex.el (viper-get-ex-token)
20666 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20667 * international/fontset.el (fontset-plain-name):
20668 * mail/feedmail.el (feedmail-look-at-queue-directory):
20669 * mail/mailalias.el (mail-get-names):
20670 * mail/rmail.el (rmail-convert-to-babyl-format):
20671 * mail/rmailsum.el (rmail-make-basic-summary-line)
20672 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20673 (rmail-summary-goto-msg):
20674 * mail/smtpmail.el (smtpmail-read-response):
20675 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20676 (ange-ftp-vms-add-file-entry):
20677 * play/gametree.el (gametree-looking-at-ply)
20678 (gametree-current-branch-score):
20679 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20680 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20681 * progmodes/cperl-mode.el (condition-case):
20682 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20683 (ebrowse-set-member-buffer-column-width)
20684 (ebrowse-select-1st-to-9nth):
20685 * progmodes/etags.el (etags-snarf-tag):
20686 * progmodes/flymake.el (flymake-parse-line):
20687 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20688 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20689 (idlwave-shell-menu-def):
20690 * progmodes/ps-mode.el (ps-run-goto-error):
20691 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20692 (vhdl-speedbar-contract-level):
20693 * term/mac-win.el (x-handle-numeric-switch):
20694 * term/sun-mouse.el (sun-get-frame-data):
20695 * term/w32-win.el (x-handle-numeric-switch):
20696 * term/x-win.el (x-handle-numeric-switch):
20697 * textmodes/ispell.el (ispell-parse-output):
20698 * textmodes/nroff-mode.el (nroff-outline-level):
20699 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20700 (reftex-bib-sort-year-reverse, reftex-format-citation):
20701 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20702 (reftex-section-number):
20703 * textmodes/texinfmt.el (texinfo-paragraphindent):
20704 Replace `string-to-int' by `string-to-number'.
20705
20706 * international/latexenc.el: Add page marker to force the "Local
20707 Variables:" string out of the last page.
20708
20709 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20710
20711 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20712 tooltip-change-major-mode.
20713 (gud-tooltip-print-command): Remove case where gud-minor-mode
20714 is gdb ("--fullname").
20715 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20716 explain to user.
20717
20718 2005-05-16 Jay Belanger <belanger@truman.edu>
20719
20720 * calc/calc-store.el (calc-copy-special-constant): New function.
20721
20722 * calc/calc-ext.el (calc-init-extensions): Add binding for
20723 `calc-copy-special-constant'.
20724
20725 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20726 for the `calc-copy-special-constant' command.
20727
20728 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20729
20730 * subr.el (left-fringe-p): New function.
20731
20732 * progmodes/compile.el (compilation-setup): Set local value of
20733 overlay-arrow-string to "" always.
20734 (compilation-set-window): Left fringe then don't scroll.
20735 No left fringe then no arrow and scroll message to top.
20736 (compilation-context-lines): Adjust doc string accordingly.
20737
20738 2005-05-16 Kim F. Storm <storm@cua.dk>
20739
20740 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20741 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20742 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20743 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20744 (ido-read-file-name): Handle commands with ido property value
20745 equal to find-file as reading a file name, to allow C-d to enter dired.
20746 (ibuffer-find-file): Add ido property with value find-file.
20747
20748 2005-05-15 Kim F. Storm <storm@cua.dk>
20749
20750 * subr.el (open-network-stream-nowait): Remove.
20751 (open-network-stream-server): Remove.
20752
20753 2005-05-15 Richard M. Stallman <rms@gnu.org>
20754
20755 * faces.el (describe-face): Output a definition link button.
20756
20757 * help-mode.el (help-face-def): New button type.
20758
20759 * emacs-lisp/copyright.el (copyright-fix-years):
20760 Match properly if the first year is 2-digit.
20761 Don't mess up the whitespace after the years by filling.
20762
20763 * dired-aux.el (dired-mark-confirm):
20764 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20765
20766 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20767 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20768 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20769
20770 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20771 Set font-lock-comment-start-skip.
20772
20773 * font-lock.el (font-lock-comment-start-skip): New variable.
20774 (font-lock-comment-end-skip): New variable.
20775 (font-lock-fontify-syntactically-region): Use them if non-nil.
20776
20777 2005-05-15 Jay Belanger <belanger@truman.edu>
20778
20779 * calc/calc-store.el (calc-store-value): Return a string rather
20780 than display it as a message.
20781 Use calc-var-name for variable name.
20782 (calc-store-into): Add the result of calc-store-value to message.
20783 (calc-copy-variable): Add a message.
20784 (calc-store-exchange): Improve error messages.
20785 (calc-store-binary, calc-store-map): Don't reset the values of
20786 special constants.
20787
20788 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20789
20790 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20791 manual to docstring.
20792
20793 * files.el (hack-local-variables-confirm): Add STRING argument.
20794 Make the function handle non file visiting buffers correctly.
20795 (hack-local-variables-prop-line, hack-local-variables)
20796 (hack-one-local-variable): Use STRING arg of
20797 `hack-local-variables-confirm'.
20798
20799 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20800
20801 Sync with Tramp 2.0.49.
20802
20803 * net/tramp.el (tramp-handle-dired-call-process)
20804 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20805 because the contents of the Tramp buffer is changed before
20806 insertion (`expand-file' and alike).
20807 (tramp-handle-insert-directory): If `localname' has an empty
20808 nondirectory name, it must not be quoted.
20809 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20810 variable `tramp-chunksize'. Change callees.
20811 (tramp-open-connection-setup-interactive-shell): Check remote host
20812 for buggy `send-process-string' implementation.
20813 Set `tramp-chunksize' if found. Reported by Michael Kifer
20814 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20815 (tramp-handle-shell-command): `insert-buffer' cannot be used
20816 because the contents of the Tramp buffer is changed before
20817 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20818 <frederic.bothamy@free.fr>.
20819 (tramp-set-auto-save): Actions should be done for Tramp file name
20820 handler only. Ange-FTP has its own auto-save mechanism.
20821 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20822 (tramp-set-auto-save-file-modes): Set file modes of
20823 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20824 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20825 (tramp-bug): Remove obsolete variable.
20826 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20827 for presence of `mml-mode'. Make it running for older Emacsen as well.
20828
20829 2005-05-14 John Paul Wallington <jpw@pobox.com>
20830
20831 * ibuf-ext.el (define-ibuffer-filter filename):
20832 If `dired-directory' is a list, use its car.
20833
20834 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20835
20836 * ibuffer.el (define-ibuffer-column filename):
20837 If `dired-directory' is a list, use its car.
20838
20839 2005-05-14 Richard M. Stallman <rms@gnu.org>
20840
20841 * subr.el (symbol-file): Doc fix.
20842
20843 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20844 (byte-compile-form): Call byte-compile-nogroup-warn.
20845 (byte-compile-warning-types): Doc fix.
20846
20847 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20848
20849 * progmodes/cc-engine.el (c-literal-faces):
20850 Add font-lock-comment-delimiter-face.
20851
20852 * net/net-utils.el (dig): Use with-no-warnings.
20853
20854 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20855 (sc-recite-frame-alist, sc-default-cite-frame)
20856 (sc-default-uncite-frame, sc-default-recite-frame)
20857 (sc-attrib-selection-list, sc-rewrite-header-list):
20858 Mark as risky-local-variable.
20859
20860 * international/ogonek.el (ogonek-jak, ogonek-how):
20861 Don't use beginning-of-buffer.
20862
20863 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20864
20865 * calendar/solar.el (solar-data-list): Move definition up.
20866
20867 * dnd.el (dnd-protocol-alist): Add autoload.
20868
20869 * progmodes/sh-script.el: Many doc usage fixes.
20870 (sh-indent-after-do): Change default to match common styles.
20871
20872 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20873
20874 * files.el (interpreter-mode-alist)
20875 (auto-mode-interpreter-regexp): Doc fixes.
20876
20877 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20878
20879 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20880
20881 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20882
20883 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20884
20885 * dired.el (dired-mode): make-variable-buffer-local =>
20886 make-local-variable.
20887
20888 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20889
20890 * term/mac-win.el (mac-select-convert-to-string): Try coding
20891 systems in mac-script-code-coding-systems if specified one cannot
20892 encode string for `com.apple.traditional-mac-plain-text'.
20893
20894 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20895
20896 * progmodes/make-mode.el (makefile-targets-face)
20897 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20898 (makefile-dependency-regex): Fix it to not make the colon in
20899 $(var:a=b) special.
20900 (makefile-rule-action-regex): New regexp for highlighting embedded
20901 Shell strings.
20902 (makefile-macroassign-regex): Handle != for highlighting as
20903 embedded Shell strings.
20904 (makefile-var-use-regex): New const.
20905 (makefile-statements, makefile-automake-statements)
20906 (makefile-gmake-statements, makefile-makepp-statements)
20907 (makefile-bsdmake-statements): New consts.
20908 (makefile-make-font-lock-keywords): New function.
20909 (makefile-automake-font-lock-keywords)
20910 (makefile-gmake-font-lock-keywords)
20911 (makefile-makepp-font-lock-keywords)
20912 (makefile-bsdmake-font-lock-keywords): New consts.
20913 (makefile-mode-map): Add switchers between the various submodes.
20914 (makefile-mode): Document the availability of the variants.
20915 (makefile-automake-mode, makefile-gmake-mode)
20916 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20917
20918 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20919 new variants of makefile-mode.
20920
20921 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20922
20923 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20924 the inheritance.
20925
20926 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20927
20928 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20929 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20930
20931 * files.el (normal-mode): Extend the scope of the
20932 `enable-local-variables' binding to include the `set-auto-mode' call.
20933 (magic-mode-alist): Doc fix.
20934
20935 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20936
20937 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20938 font-lock-comment-face rather than copying its setting.
20939
20940 2005-05-12 Andreas Schwab <schwab@suse.de>
20941
20942 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20943
20944 2005-05-12 Lute Kamstra <lute@gnu.org>
20945
20946 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20947 defcustom for the mode hook variable. Delete the last argument.
20948 * generic-x.el: Fix callers of define-generic-mode.
20949 (generic-x-modes): Delete group.
20950 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20951 generic-x customization group.
20952
20953 2005-05-12 Kim F. Storm <storm@cua.dk>
20954
20955 * font-lock.el (font-lock-negation-char-face): Default to "off".
20956
20957 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20958 font-lock-negation-char-face to ! in !=.
20959
20960 2005-05-12 Masatake YAMATO <jet@gyve.org>
20961
20962 * add-log.el (find-change-log): Fix typos in the docstring
20963 of function.
20964
20965 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20966
20967 * international/latexenc.el (latexenc-find-file-coding-system):
20968 Avoid `re-search-forward' when looking for input encoding because
20969 of speed and safety. Better regular expressions for recognizing
20970 input encoding. Limit a search for TeX-master/tex-main-file to
20971 the local variable section.
20972
20973 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20974
20975 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
20976 syntax of $ to "'" (quote).
20977
20978 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
20979
20980 * dnd.el (dnd-protocol-alist): Improve custom type.
20981
20982 * dired.el (dired-dnd-protocol-alist): New variable.
20983 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
20984 `dired-mode-hook' to the end.
20985
20986 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20987
20988 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
20989 comment-end if comment-start-skip is not set.
20990 Obey the font-lock-comment-delimiter-face variables.
20991
20992 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
20993
20994 * files.el (executable-find): Move from executable.el. Use
20995 locate-file.
20996 * progmodes/executable.el (executable-find): Move to files.el.
20997
20998 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
20999 when trying to ensure forward progress.
21000
21001 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21002
21003 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21004 (mouse-select, mouse-select-internal, mouse-extend-internal):
21005 Use it to implement mouse-1-click-follows-link functionality.
21006
21007 2005-05-11 Richard M. Stallman <rms@gnu.org>
21008
21009 * font-lock.el (font-lock-fontify-syntactically-region):
21010 Use font-lock-comment-delimiter-face for comment delimiters.
21011
21012 2005-05-10 Jay Belanger <belanger@truman.edu>
21013
21014 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21015 preserving embedded modes.
21016
21017 2005-05-10 Richard M. Stallman <rms@gnu.org>
21018
21019 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21020
21021 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21022 Move from ada-stmt.el.
21023 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21024
21025 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21026 Move to ada-mode.el.
21027 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21028
21029 * cus-edit.el (custom-file): Call file-chase-links.
21030
21031 * files.el (read-directory-name): Fix previous change.
21032 (hack-local-variables-confirm): New function.
21033 (hack-local-variables-prop-line, hack-local-variables)
21034 (hack-one-local-variable): Use it.
21035
21036 2005-05-10 Lute Kamstra <lute@gnu.org>
21037
21038 * font-lock.el (font-lock-keywords-alist)
21039 (font-lock-removed-keywords-alist): Clarify docstrings.
21040
21041 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21042
21043 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21044 (gdb-source-info): Check for preprocessor info.
21045 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21046 a macro for a function.
21047 (gdb-info-breakpoints-custom): Try to find file again if not already
21048 found (user might have used GDB dir command).
21049 (gdb-get-location): Update gdb-location-alist correctly for change
21050 to gdb-info-breakpoints-custom.
21051
21052 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21053 (gud-tooltip-print-command): Add gdbmi case.
21054 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21055 preprocessor info.
21056
21057 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21058
21059 * startup.el (fancy-splash-insert): Fix typo in doc string.
21060
21061 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21062
21063 * obsolete/float.el (string-to-float):
21064 * obsolete/hilit19.el (hilit-add-pattern):
21065 * obsolete/rnews.el (news-parse-range, news-select-message)
21066 (news-get-pruned-list-of-files): Replace `string-to-int' by
21067 `string-to-number'.
21068
21069 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21070 `find-file-not-found-hooks'; use `add-hook'.
21071 (uncompress-while-visiting): Set `write-file-functions', not
21072 `write-file-hooks'; use `add-hook'.
21073
21074 2005-05-09 Kim F. Storm <storm@cua.dk>
21075
21076 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21077 (cua-paste): Handle clipboard action.
21078 (cua--init-keymaps): Remap clipboard-kill-region and
21079 clipboard-kill-ring-save.
21080
21081 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21082
21083 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21084 Improve commentary.
21085
21086 * simple.el (next-error-overlay-arrow-position): Revert the change
21087 made on 2005-04-30.
21088
21089 2005-05-07 Jay Belanger <belanger@truman.edu>
21090
21091 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21092 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21093 `calc-sel-reselect'.
21094
21095 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21096 Calc is in embedded mode.
21097
21098 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21099
21100 * progmodes/compile.el (compilation-setup):
21101 Set overlay-arrow-string to an empty string on text terminals.
21102
21103 * textmodes/ispell.el (ispell-program-name): Try looking for
21104 "aspell" along exec-path, and if found, use it as the default
21105 speller program.
21106
21107 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21108
21109 * international/mule.el (sgml-xml-auto-coding-function):
21110 Recognize encoding='FOO' in single quotes as well as in double quotes.
21111
21112 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21113
21114 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21115 as well as `interactive', so that defmacro* would recognize
21116 `declare' forms.
21117
21118 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21119
21120 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21121 Explain more about the LIGHTER arg's usage in the doc string.
21122 Add commentary to clarify what the code does. Fix the regexp that
21123 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21124 since it could have characters special to regular expressions.
21125
21126 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21127
21128 * replace.el (occur-1): Bind inhibit-read-only so that
21129 erase-buffer doesn't barf on read-only text properties (likewise
21130 for add-text-properties in occur-engine). Mark buffer as unmodified.
21131 (occur-engine): Don't set buffer-read-only here.
21132
21133 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21134
21135 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21136 list-buffers-directory. This caused the *cvs-commit* buffer to be
21137 sometimes mistakenly reused as a *cvs* buffer.
21138
21139 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21140
21141 * tooltip.el: Move code for GUD tooltips into gud.el.
21142 (require): CL no longer needed to compile case.
21143 (tooltip-mode): Do not toggle functions for GUD tooltips.
21144 (tooltip-gud-tips-p): Remove. Replace with minor mode
21145 gud-tooltip-mode in gud.el.
21146 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21147 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21148 tooltip-gud prefix with gud-tooltip and obsolete.
21149 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21150 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21151 (tooltip-mouse-motion): Mouse movement functions/variable.
21152 Rename in gud.el by adding gud prefix.
21153 (tooltip-gud-original-filter, tooltip-gud-dereference)
21154 (tooltip-gud-event, tooltip-toggle-gud-tips)
21155 (tooltip-gud-process-output, tooltip-gud-print-command)
21156 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21157 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21158 (gdb-tooltip-print): Move to gdb-ui.el.
21159
21160 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21161 (require): CL needed to compile case.
21162 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21163 tooltip-gud-tips-p. Make it a minor-mode.
21164 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21165 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21166 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21167 (gud-tooltip-change-major-mode)
21168 (gud-tooltip-activate-mouse-motions-if-enabled)
21169 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21170 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21171 (gud-tooltip-original-filter, gud-tooltip-dereference)
21172 (gud-tooltip-event, tooltip-toggle-gud-tips)
21173 (gud-tooltip-process-output, gud-tooltip-print-command)
21174 (gud-tooltip-tips): Move from tooltip.el.
21175
21176 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21177 (gdb-cpp-define-alist-flags): Doc fix.
21178 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21179 gud-tooltip-mode is t.
21180
21181 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21182
21183 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21184 evaporate if their text is deleted.
21185 (goto-address-at-point): Make it work as a mouse binding as well.
21186 (goto-address-at-mouse): Obsolete it. Update users.
21187
21188 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21189
21190 * calendar/appt.el (top-level): No longer activate on load.
21191
21192 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21193
21194 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21195 * net/webjump.el (webjump):
21196 * progmodes/idlw-help.el (idlwave-do-context-help1)
21197 (idlwave-highlight-linked-completions):
21198 * textmodes/po.el (po-find-file-coding-system-guts):
21199 Replace `assoc-ignore-case' by `assoc-string'.
21200
21201 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21202
21203 * files.el (locate-file): Doc fix.
21204
21205 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21206 Remove the redundant test for ms-dos.
21207
21208 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21209 look for the preprocessor with exec-suffixes. If not found in
21210 standard places, look in exec-path. Remove most of the tests that
21211 used system-type.
21212
21213 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21214
21215 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21216
21217 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21218 file-name clash with jka-compr.el on 8+3 filesystems.
21219
21220 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21221
21222 * term/mac-win.el: Don't define or bind scroll bar functions if
21223 x-toolkit-scroll-bars is t.
21224 (x-select-text, x-get-selection-value): Clear
21225 x-last-selected-text-clipboard if x-select-enable-clipboard is
21226 nil.
21227 (PRIMARY): Put mac-scrap-name property.
21228 (mac-select-convert-to-file-url): New function.
21229 (public.file-url): New selection target type. Add to
21230 selection-converter-alist.
21231 (x-get-selection, x-selection-value): Handle it.
21232 (x-cut-buffer-or-selection-value): New alias.
21233
21234 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21235
21236 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21237 entry to avoid calling bibtex-find-entry with arg global
21238 being t. Remove arg key.
21239 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21240 (bibtex-copy-summary-as-kill): Change accordingly.
21241
21242 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21243
21244 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21245 (org-agenda-date-later): Use with-current-buffer.
21246
21247 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21248
21249 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21250 (define-obsolete-variable-alias): Doc Fixes.
21251
21252 2005-05-06 Kim F. Storm <storm@cua.dk>
21253
21254 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21255 vertical-motion when selective-display is active.
21256
21257 * ido.el (ido-setup-hook): New hook.
21258 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21259 (ido-input-stack): New var.
21260 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21261 ido-next-work-file binding to M-O.
21262 Bind M-f to ido-wide-find-file-or-pop-dir.
21263 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21264 (ido-read-internal): Run ido-setup-hook.
21265 Catch quit in read-file-name and read-string to cancel edit.
21266 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21267 Automatically pop-all when completing a directory name (RET).
21268 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21269 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21270 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21271 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21272 New functions for M-b/M-f to move among the directory components.
21273 (ido-make-merged-file-list): Catch quit to cancel merge.
21274 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21275 (ido-completion-help): No warnings for ido-completion-buffer-full.
21276
21277 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21278
21279 * font-lock.el (font-lock-negation-char-face): New face and variable.
21280 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21281 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21282 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21283 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21284
21285 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21286
21287 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21288 Fix typo in docstring.
21289
21290 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21291 (ebrowse-print-statistics-line)
21292 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21293
21294 * term/w32-win.el (image-library-alist): Add additional name for
21295 Xpm library.
21296
21297 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21298
21299 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21300 use gcc instead of cpp.
21301
21302 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21303 (gdb-create-define-alist): Use it.
21304 (gdb-cpp-define-alist-program): Update for MS-DOS.
21305
21306 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21307
21308 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21309
21310 2005-05-04 Richard M. Stallman <rms@gnu.org>
21311
21312 * help.el (describe-key): No error when UNTRANSLATED is nil.
21313
21314 * simple.el (line-move-1): Fix previous change to signal errors
21315 appropriately.
21316
21317 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21318
21319 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21320 (icalendar-duration-correction): Remove.
21321 (icalendar--get-event-properties): Split result at commas.
21322 (icalendar--decode-isoduration): New optional argument
21323 DURATION-CORRECTION.
21324 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21325 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21326 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21327 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21328 (icalendar--convert-anniversary-to-ical): New functions, extracted
21329 from icalendar-export-region, with bug fixes.
21330 (icalendar-export-region): Use the above functions.
21331 (icalendar-import-buffer): Check before saving diary file.
21332 (icalendar--convert-recurring-to-diary)
21333 (icalendar--convert-non-recurring-all-day-to-diary)
21334 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21335 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21336 (icalendar--convert-ical-to-diary): Use the above functions.
21337
21338 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21339
21340 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21341 Remove these recent additions.
21342 (c-mode): Restore to before 2005-04-28.
21343
21344 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21345 recent addition.
21346
21347 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21348 (gdb-define-alist): New variables.
21349 (gdb-create-define-alist): New function.
21350 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21351 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21352 with string-to-number.
21353 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21354
21355 * progmodes/gud.el: Replace string-to-int with string-to-number.
21356 (gud-find-file): Handle gdb-define-alist.
21357
21358 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21359
21360 2005-05-02 Jay Belanger <belanger@truman.edu>
21361
21362 * calc/calc-aent.el (math-read-token):
21363 * calc/calc-bin.el (calc-word-size):
21364 * calc/calc-ext.el (calc-read-number-fancy):
21365 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21366 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21367 * calc/calc-frac.el (calc-over-notation):
21368 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21369 (calc-graph-num-points, calc-graph-init):
21370 * calc/calc-prog.el (calc-read-parse-table-part)
21371 (calc-edit-macro-repeats):
21372 * calc/calc-yank.el (calc-do-grab-rectangle):
21373 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21374 Replace `string-to-int' by `string-to-number'.
21375
21376 2005-05-02 Kim F. Storm <storm@cua.dk>
21377
21378 * kmacro.el: Use executing-kbd-macro-index variable.
21379
21380 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21381
21382 * net/rlogin.el (rlogin-parse-words): Delete func.
21383 (rlogin): Use split-string, not rlogin-parse-words.
21384 Also, if there are option-like elements in the parsed args,
21385 take the host to be the first arg immediately following them.
21386 Suggested by Michael Mauger.
21387
21388 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21389
21390 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21391
21392 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21393
21394 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21395 (cc-mode-cpp-program): Rename to cc-define-list-program and
21396 move to cc-vars.el.
21397
21398 * progmodes/cc-vars.el (cc-define-list-program):
21399 Change to "gcc -E -dM -". Make customizable.
21400
21401 2005-05-02 Kim F. Storm <storm@cua.dk>
21402
21403 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21404
21405 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21406
21407 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21408
21409 * international/mule-util.el (truncate-string): Remove alias and
21410 obsolete declaration.
21411
21412 * international/mule-cmds.el (update-iso-coding-systems):
21413 Remove alias and obsolete declaration.
21414
21415 * international/mule.el (coding-system-parent): Remove alias and
21416 obsolete declaration.
21417
21418 * subr.el (define-function, sref): Remove aliases and obsolete
21419 declarations.
21420 (chars-in-region): Remove obsolete declaration.
21421
21422 2005-05-01 Richard M. Stallman <rms@gnu.org>
21423
21424 * info.el (Info-mode): Set widen-automatically to nil, locally.
21425
21426 * simple.el (widen-automatically): New variable.
21427 (pop-global-mark): Obey widen-automatically.
21428
21429 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21430
21431 * term/xterm.el (function-key-map): Call substitute-key-definition
21432 before the keymap size is increased by a lot of define-key calls.
21433
21434 2005-05-01 Richard M. Stallman <rms@gnu.org>
21435
21436 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21437 Rename ARG to ELEMENT. Doc fix.
21438
21439 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21440
21441 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21442 Remove references to allout-exposure/change to allout-new-exposure.
21443
21444 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21445 bytecode symbols.
21446
21447 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21448 (compiled-function-p, focus-frame, unfocus-frame):
21449 Remove aliases and obsolete declarations.
21450 Back out inadvertent changes from previous commit.
21451
21452 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21453
21454 * files.el (require-final-newline): Make Custom tags consistent
21455 with mode-require-final-newline.
21456 (mode-require-final-newline): Doc fix.
21457
21458 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21459
21460 * international/latexenc.el (latexenc-find-file-coding-system):
21461 Fix regular expressions.
21462
21463 2005-05-01 David Kastrup <dak@gnu.org>
21464
21465 * international/latexenc.el (latexenc-find-file-coding-system):
21466 Fix regular expressions.
21467
21468 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21469
21470 * subr.el (string-to-int): Make obsolete.
21471
21472 2005-04-30 Richard M. Stallman <rms@gnu.org>
21473
21474 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21475
21476 * loadup.el: load jka-comp-hook.
21477
21478 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21479 (jka-compr-handler): Add autoload. `put' calls moved
21480 to jka-comp-hook.el.
21481 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21482 (jka-compr-inhibit): Autoload.
21483
21484 * jka-comp-hook.el: New file.
21485 Enable the mode by default.
21486
21487 * files.el (backup-buffer-copy): Use copy-file instead
21488 of write-region, and put back the 'excl.
21489
21490 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21491
21492 * progmodes/flymake.el (flymake-split-string)
21493 (flymake-split-string, flymake-log, flymake-pid-to-names)
21494 (flymake-reg-names, flymake-get-source-buffer-name)
21495 (flymake-unreg-names, flymake-add-line-err-info)
21496 (flymake-add-err-info): Clarify docstrings.
21497 (flymake-popup-menu, flymake-make-emacs-menu)
21498 (flymake-make-xemacs-menu): Add docstrings.
21499 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21500 Set variables directly throughout.
21501
21502 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21503
21504 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21505 exists. Initialize cc-define-alist.
21506 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21507 If there is no file (Macroexpansion) don't create an alist.
21508
21509 2005-04-29 Sam Steingold <sds@gnu.org>
21510
21511 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21512 (cc-create-define-alist): Use it instead of the hard-coded string.
21513
21514 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21515
21516 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21517 for latexenc.
21518
21519 2005-04-29 Lute Kamstra <lute@gnu.org>
21520
21521 * emacs-lisp/generic.el: Improve commentary section.
21522 (define-generic-mode): Improve docstring.
21523
21524 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21525
21526 * textmodes/org.el (many places): Change to quiet the byte compiler.
21527 (org-prefix-format-compiled): New variable.
21528 (org-compile-prefix-format): New function.
21529 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21530 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21531 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21532 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21533 consistency with entries from `org-mode' files.
21534 (org-get-time-of-day): Fix bug with partial matches early in a line.
21535 (org-non-link-chars): New constant.
21536 (org-link-regexp): Respect `org-non-link-chars'.
21537 (org-agenda-day-view): Remove command.
21538 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21539 (org-follow-bbdb-link, org-store-link): Search also company field.
21540 (org-highlight-overlay): New variable.
21541 (org-highlight, org-unhighlight): New functions.
21542 (org-agenda-mode): Add pre-command-hook to remove highlight.
21543 (org-evaluate-time-range): Behavior depends upon whether time stamp
21544 contains a time or not.
21545 (org-show-subtree, org-show-entry): New functions.
21546 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21547
21548 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21549
21550 * comint.el (comint-output-filter-functions): Add autoload cookie.
21551
21552 2005-04-28 Kim F. Storm <storm@cua.dk>
21553
21554 * ido.el (ido-everywhere): Fix last change.
21555
21556 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21557
21558 * international/latexenc.el: New file.
21559 * international/mule-conf.el (file-coding-system-alist): For .tex,
21560 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21561
21562 2005-04-28 Lute Kamstra <lute@gnu.org>
21563
21564 * font-lock.el (font-lock-add-keywords)
21565 (font-lock-remove-keywords): Clarify docstring.
21566 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21567 Don't start docstrings with a `*'.
21568 (font-lock-update-removed-keyword-alist): Give it a docstring.
21569
21570 * generic-x.el: Update commentary section.
21571 Only require font-lock when compiling.
21572 Define all modes conditionally.
21573 Place all generic modes in the generic-x-modes customization group.
21574 (generic-x-modes): New customization group.
21575 (generic-default-modes, generic-mswindows-modes)
21576 (generic-unix-modes, generic-other-modes): New constants.
21577 (generic-define-mswindows-modes, generic-define-unix-modes):
21578 Update docstrings. Make them obsolete.
21579 (generic-extras-enable-list): New default value. Update docstring.
21580 Improve :type. Change :set function.
21581 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21582 Fix docstring.
21583
21584 * emacs-lisp/generic.el (generic-mode-internal):
21585 Simplify font-lock-defaults.
21586 (define-generic-mode): Fix docstring.
21587
21588 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21589
21590 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21591 font-lock-face property to highlight matches.
21592
21593 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21594
21595 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21596 (cc-define-alist): New variable.
21597 (c-mode): Make it local and initialize it.
21598
21599 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21600 (gdb-exited): New function.
21601 (gdb-annotation-rules): Use it.
21602 (gdb-starting): Set gdb-active-process to t.
21603 (gdb-stopping): Amend doc string.
21604 (gdb-reset): Set gdb-active-process to nil.
21605
21606 * tooltip.el (tooltip-gud-tips): Show the associated #define
21607 directives when a C program under GDB is not executing.
21608
21609 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21610
21611 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21612 font-lock-fontify-syntactic-keywords.
21613
21614 * font-lock.el (font-lock-default-fontify-region): Don't force
21615 parse-sexp-lookup-properties to nil.
21616
21617 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21618
21619 * man.el (man-mode-syntax-table): Set up `:' to have
21620 word-constituent syntax.
21621
21622 2005-04-27 Lute Kamstra <lute@gnu.org>
21623
21624 * novice.el (disable-command): Don't add spurious newlines to the
21625 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21626
21627 2005-04-26 Jay Belanger <belanger@truman.edu>
21628
21629 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21630 than one window before deleting window.
21631
21632 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21633
21634 * shell.el (shell-prompt-pattern): Doc fix.
21635 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21636
21637 * comint.el (comint-prompt-regexp, comint-get-old-input)
21638 (comint-use-prompt-regexp)
21639 (comint-use-prompt-regexp-instead-of-fields)
21640 (comint-replace-by-expanded-history, comint-send-input)
21641 (comint-output-filter, comint-get-old-input-default)
21642 (comint-line-beginning-position, comint-bol, comint-show-output)
21643 (comint-backward-matching-input, comint-forward-matching-input)
21644 (comint-next-prompt, comint-previous-prompt):
21645 Rename `comint-use-prompt-regexp-instead-of-fields' to
21646 `comint-use-prompt-regexp'. Keep old name as alias and declare
21647 obsolete.
21648 (comint-use-prompt-regexp): Shorten first line of doc string.
21649
21650 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21651 Set paragraph-separate buffer locally to "\\'".
21652
21653 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21654 Adapt to above name change.
21655
21656 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21657 (smbclient-prompt-regexp): Ditto.
21658
21659 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21660
21661 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21662
21663 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21664 gdb-location-list.
21665 Break lines that are over 80 characters wide.
21666
21667 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21668
21669 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21670 New fun and var, to preserve compatibility.
21671
21672 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21673
21674 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21675
21676 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21677 name to file-newer-than-file-p.
21678
21679 2005-04-26 Richard M. Stallman <rms@gnu.org>
21680
21681 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21682
21683 * progmodes/python.el (python-mode):
21684 Use new name eldoc-documentation-function.
21685
21686 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21687
21688 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21689 (eldoc-documentation-function):
21690 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21691
21692 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21693
21694 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21695
21696 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21697
21698 * term/xterm.el (function-key-map): Fix strings for
21699 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21700 {C,S,A,C-S}-{f1-f12}.
21701
21702 2005-04-26 Kenichi Handa <handa@m17n.org>
21703
21704 * international/mule-cmds.el (select-safe-coding-system):
21705 Fix previous change.
21706
21707 2005-04-26 Lute Kamstra <lute@gnu.org>
21708
21709 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21710
21711 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21712 (font-lock-comment-delimiter-face): Ditto.
21713
21714 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21715
21716 2005-04-25 Jay Belanger <belanger@truman.edu>
21717
21718 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21719 to t while inserting information; use help-mode.
21720
21721 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21722
21723 * term.el (ansi-term-color-vector): Use the xterm colors.
21724 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21725
21726 2005-04-25 Lute Kamstra <lute@gnu.org>
21727
21728 * font-core.el (font-lock-defaults): Fix docstring.
21729
21730 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21731
21732 2005-04-25 Kenichi Handa <handa@m17n.org>
21733
21734 * international/mule-cmds.el (select-safe-coding-system):
21735 Don't check consistency with coding: spec, etc if raw-text or
21736 no-conversion was found to be safe.
21737
21738 2005-04-24 Richard M. Stallman <rms@gnu.org>
21739
21740 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21741 citation markers at start of each line.
21742
21743 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21744 citation markers at start of each line.
21745
21746 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21747
21748 * files.el (mode-require-final-newline): Fix previous change.
21749 (require-final-newline): Fix type label.
21750
21751 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21752
21753 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21754 statement in buffer (broken by 2004-11-24 change).
21755
21756 2005-04-24 Kim F. Storm <storm@cua.dk>
21757
21758 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21759 and read-file-name-function values. Don't overwrite existing
21760 non-nil values if ido-mode is enabled without ido-everywhere.
21761
21762 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21763
21764 * files.el (mode-require-final-newline): Minor doc fix.
21765
21766 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21767
21768 * subr.el (syntax-after): Doc fix.
21769 (syntax-class): If argument is nil, return nil. Mask off upper 16
21770 bits, not 8 bits.
21771
21772 * files.el (mode-require-final-newline): Doc fix.
21773 (backup-buffer-copy): Fix last change.
21774
21775 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21776
21777 * term/mac-win.el: Require select. Set selection-coding-system to
21778 mac-system-coding-system. Call menu-bar-enable-clipboard.
21779 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21780 (x-select-enable-clipboard): New variables.
21781 (x-select-text, x-get-selection, x-selection-value)
21782 (x-get-selection-value, mac-select-convert-to-string)
21783 (mac-services-open-file, mac-services-open-selection)
21784 (mac-services-insert-text): New functions.
21785 (CLIPBOARD, FIND): Put mac-scrap-name property.
21786 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21787 (public.tiff): Put mac-ostype property.
21788 (selection-converter-alist): Add entries for them.
21789 (mac-application-menu-map): New keymap.
21790 (interprogram-cut-function, interprogram-paste-function): Set to
21791 x-select-text and x-get-selection-value, respectively.
21792 (split-window-keep-point): Set to t.
21793
21794 2005-04-23 Richard M. Stallman <rms@gnu.org>
21795
21796 * files.el (read-directory-name): Always pass non-nil
21797 DEFAULT-FILENAME arg to read-file-name.
21798 (backup-buffer-copy, basic-save-buffer-2): Take care against
21799 writing thru an unexpected existing symlink.
21800 (revert-buffer): In indirect buffer, revert the base buffer.
21801 (magic-mode-alist): Doc fix.
21802 (buffer-stale-function): Doc fix.
21803 (minibuffer-with-setup-hook): Avoid warning.
21804 (mode-require-final-newline): Doc and custom fix.
21805
21806 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21807
21808 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21809 use the default appearance.
21810 (font-lock-comment-delimiter-face): New face, new variable.
21811
21812 * imenu.el (imenu--generic-function): The official position of a
21813 definition is the start of the line that BEG is in.
21814
21815 * midnight.el (midnight-timer): Move defvar up.
21816
21817 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21818
21819 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21820
21821 * startup.el (command-line): Use with-no-warnings.
21822
21823 * window.el (window-size-fixed): New defvar.
21824
21825 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21826
21827 * mail/rmail.el (rmail-font-lock-keywords):
21828 Use font-lock-comment-delimiter-face.
21829
21830 * mail/sendmail.el (mail-font-lock-keywords):
21831 Use font-lock-comment-delimiter-face.
21832
21833 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21834
21835 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21836
21837 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21838 Specify t for LAXMATCH when matching directories.
21839 Save match data around compilation-compat-error-properties form.
21840
21841 2005-04-23 David Kastrup <dak@gnu.org>
21842
21843 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21844 Mention that the autoloaded aliases should be kept for AUCTeX.
21845
21846 2005-04-23 Andreas Schwab <schwab@suse.de>
21847
21848 * isearch.el (isearch-forward): Doc fix.
21849
21850 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21851
21852 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21853 (jit-lock-stealth-nice): Change default value to 0.5.
21854
21855 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21856
21857 * abbrev.el (write-abbrev-file): Write table entries in
21858 alphabetical order by table name.
21859
21860 2005-04-22 Kim F. Storm <storm@cua.dk>
21861
21862 * ido.el (ido-read-internal): Fix `list' completion.
21863
21864 2005-04-22 Kenichi Handa <handa@m17n.org>
21865
21866 * recentf.el (recentf-save-file-coding-system): New variable.
21867 (recentf-save-list): Encode the file by
21868 recentf-save-file-coding-system and add coding: tag.
21869
21870 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21871
21872 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21873
21874 2005-04-21 Lute Kamstra <lute@gnu.org>
21875
21876 * loadhist.el (unload-feature): Don't remove a function from hooks
21877 if it is about to be restored to an autoload . Remove functions
21878 that will become unbound from auto-mode-alist. Simplify the code.
21879
21880 * subr.el (assq-delete-all): New implementation that is linear,
21881 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21882 (rassq-delete-all): New function.
21883
21884 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21885 Add size-indication-mode.
21886
21887 2005-04-21 Kenichi Handa <handa@m17n.org>
21888
21889 * international/mule-cmds.el: Add autoload for widget-value in
21890 eval-when-compile.
21891
21892 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21893
21894 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21895 Add tooltip-mode.
21896
21897 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21898
21899 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21900
21901 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21902 (inferior-lisp-filter-regexp, inferior-lisp-program)
21903 (inferior-lisp-load-command, inferior-lisp-prompt)
21904 (inferior-lisp-mode-hook, lisp-source-modes)
21905 (inferior-lisp-load-hook): defvar->defcustom.
21906 (inferior-lisp-program, inferior-lisp-prompt)
21907 (inferior-lisp-load-hook): Doc fixes.
21908 (inferior-lisp-install-letter-bindings): Small change in
21909 introductory comment.
21910
21911 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21912
21913 * vc.el (vc-annotate-color-map): Change some colors so that text
21914 using them as foreground is readable on both white and black
21915 backgrounds.
21916
21917 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21918
21919 * international/mule-conf.el (translation-table-for-input):
21920 Remove redundant declaration.
21921
21922 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21923
21924 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21925
21926 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21927 (tooltip-toggle-gud-tips): New function.
21928
21929 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21930
21931 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21932 right angle brackets.
21933
21934 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21935
21936 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21937
21938 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21939
21940 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21941 Remove. Update callers to use expand-file-name instead.
21942
21943 * subr.el (syntax-class): New function.
21944
21945 * simple.el (blink-matching-open): Use it.
21946
21947 * paren.el (show-paren-function): Use it to recognize parens that are
21948 also used in 2-char comment markers.
21949
21950 2005-04-19 Lute Kamstra <lute@gnu.org>
21951
21952 * loadhist.el (unload-feature): Update for new format of
21953 load-history. Simplify the code.
21954
21955 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21956
21957 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21958 (mac-add-charset-info): New function. Initialize variable
21959 mac-charset-info-alist using it.
21960 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21961 for translation.
21962 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21963 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21964 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21965 New CCL programs.
21966
21967 2005-04-19 Kim F. Storm <storm@cua.dk>
21968
21969 * simple.el (next-buffer, prev-buffer, next-error)
21970 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21971 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21972
21973 * bindings.el (next-buffer, prev-buffer, next-error)
21974 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21975 (clone-indirect-buffer-other-window): Move bindings from simple.el.
21976 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
21977 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
21978
21979 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
21980
21981 * isearch.el (isearch-edit-string): Make the search-ring available for
21982 minibuffer history commands.
21983 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
21984 the default history commands now work just as well.
21985 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
21986
21987 2005-04-18 Kim F. Storm <storm@cua.dk>
21988
21989 * emulation/cua-base.el (cua--pre-command-handler): Add more
21990 elaborate check for shift modifier on non-window systems.
21991
21992 2005-04-18 Lars Hansen <larsh@math.ku.dk>
21993
21994 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
21995
21996 2005-04-18 Kim F. Storm <storm@cua.dk>
21997
21998 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
21999 and make it optional. Don't test tooltip-gud-echo-area here.
22000 (tooltip-gud-process-output, gdb-tooltip-print):
22001 Pass tooltip-gud-echo-area to tooltip-show.
22002 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22003
22004 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22005
22006 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22007 `display-graphic-p' may not be bound yet.
22008
22009 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22010
22011 * startup.el (command-line): No longer enable Xterm Mouse mode by
22012 default in terminals compatible with xterm.
22013
22014 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22015
22016 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22017
22018 * tooltip.el (tooltip-gud-echo-area): Rename from
22019 tooltip-use-echo-area.
22020 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22021 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22022 area independently of where help tooltips are displayed.
22023
22024 2005-04-17 David Kastrup <dak@gnu.org>
22025
22026 * cus-theme.el (custom-theme-write-variables): Quote variables
22027 where necessary.
22028
22029 2005-04-17 Richard M. Stallman <rms@gnu.org>
22030
22031 * simple.el (yank-excluded-properties): Add follow-link to value.
22032
22033 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22034
22035 * startup.el (fancy-splash-max-time): Just 30 seconds.
22036 (fancy-splash-delay): Just 7.
22037 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22038
22039 * loadhist.el (unload-feature): Update for new format of load-history.
22040 Simplify the code.
22041
22042 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22043 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22044
22045 * mail/sendmail.el (mail-font-lock-keywords):
22046 Don't fontify subject text.
22047 Don't fontify the text of a citation.
22048
22049 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22050
22051 * comint.el (comint-output-filter): Run comint-output-filter-functions
22052 with point where the user had it.
22053
22054 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22055
22056 * international/ucs-tables.el (ucs-set-table-for-input):
22057 Disable when using unify-on-decoding.
22058
22059 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22060
22061 * emulation/cua-base.el (cua-global-mark-face): Add special case
22062 for displays supporting a high number of colors.
22063
22064 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22065
22066 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22067
22068 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22069
22070 * filesets.el (filesets-add-buffer): If user supplies a name of a
22071 non-existing fileset, create a new fileset.
22072
22073 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22074
22075 * textmodes/org.el (org-up-heading-all): Fix bug with
22076 `outline-up-heading-all'.
22077
22078 2005-04-16 Andreas Schwab <schwab@suse.de>
22079
22080 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22081 /etc/permissions.d/* and /etc/aliases.d/*.
22082
22083 2005-04-16 Kenichi Handa <handa@m17n.org>
22084
22085 * international/code-pages.el (cp-make-coding-system):
22086 Set `translation-table-for-input' property value to the symbol
22087 ucs-mule-to-mule-unicode, not to that value.
22088 (pt154): Escape guillemet by `\'.
22089
22090 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22091
22092 * loadup.el: Load tooltip if x-show-tip is fboundp.
22093
22094 * startup.el (command-line): Add comment.
22095
22096 * tooltip.el (tooltip-mode): Specify correct standard value for
22097 Custom in init-value.
22098
22099 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22100
22101 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22102 possible.
22103
22104 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22105
22106 * textmodes/org.el (org-agenda-date-prompt): Rename from
22107 `org-agenda-date-today'.
22108 (org-evaluate-time-range): Insert at point instead of directly
22109 after time range.
22110 (org-first-headline-recenter, org-subtree-end-visible-p)
22111 (org-optimize-window-after-visibility-change): New functions
22112 (org-agenda-post-command-hook): Don't allow point at end of line,
22113 to make sure it always hits the text properties.
22114 (org-agenda-next-date-line, org-agenda-previous-date-line):
22115 New commands.
22116 (org-set-regexps-and-options): Category may contain white space.
22117 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22118 Improve marker positions.
22119 (org-agenda-new-marker): Argument POS made optional.
22120 (org-agenda-get-timestamps): Deadlines which are done are listed
22121 in org-done-face now.
22122 (org-agenda-get-todos, org-agenda-get-timestamps)
22123 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22124 Set `undone-face' and `done-face' properties.
22125 (org-last-todo-state-is-todo): New variable.
22126 (org-todo): Set `org-last-todo-state-is-todo'.
22127 (org-agenda-todo): Change face according to
22128 `org-last-todo-state-is-todo'. And change other lines referring to
22129 the same entry.
22130 (org-calendar-goto-agenda): New command.
22131 (org-calendar-to-agenda-key): New option.
22132 (org-startup-folded): New allowed value `content'.
22133 (org-set-regexps-and-options): Accept new value `content' for
22134 `org-startup-folded'.
22135 (org-get-current-options): Handle new value `content' for
22136 `org-startup-folded'.
22137 (org-insert-todo-heading): New command.
22138 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22139 interactively in empty file and option
22140 `org-insert-mode-line-in-empty-file' has been set.
22141 (org-agenda-todo, org-agenda-priority): Modify to use
22142 `org-agenda-change-all-lines'.
22143 (org-warning-face): Change color on dark background
22144
22145 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22146
22147 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22148 use preferences AppleLocale and AppleLanguages, and variable
22149 mac-system-locale for default locale. On Mac OS Classic, use
22150 mac-system-coding-system for default coding systems.
22151
22152 * term/mac-win.el: Don't set file-name-coding-system.
22153 Decode variables system-name, emacs-build-system, user-login-name, and
22154 user-full-name by mac-system-coding-system on Mac OS Classic.
22155 (mac-system-coding-system): New variable.
22156
22157 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22158
22159 * startup.el (command-line): Handle `xterm-mouse-mode' before
22160 reading init file.
22161
22162 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22163
22164 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22165
22166 * progmodes/sh-script.el (sh-here-document-word): Make it a
22167 defcustom. Doc fix.
22168 (sh-add): Bash uses $(( )) for arithmetic.
22169 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22170 (sh-maybe-here-document): Remove quotes and leading whitespace
22171 from heredoc word when closing. Indent heredoc with tabs if word
22172 starts with "-".
22173
22174 2005-04-13 Richard M. Stallman <rms@gnu.org>
22175
22176 * simple.el (undo): Fix previous change.
22177
22178 * custom.el (defface): Doc fix.
22179
22180 2005-04-13 Lute Kamstra <lute@gnu.org>
22181
22182 * Makefile.in (DONTCOMPILE): Remove list.
22183 (compile, compile-always): Don't use DONTCOMPILE.
22184 (update-authors): Load the library in which batch-update-authors
22185 is defined.
22186 * makefile.w32-in (DONTCOMPILE): Remove list.
22187 (compile, compile-always): Fix comments.
22188 (update-authors): Load the library in which batch-update-authors
22189 is defined.
22190
22191 * generic-x.el (generic-mode-ini-file-find-file-hook):
22192 Rename to ini-generic-mode-find-file-hook.
22193 Keep generic-mode-ini-file-find-file-hook as an alias.
22194 (ini-generic-mode-find-file-hook): Rename from
22195 generic-mode-ini-file-find-file-hook. Fix docstring.
22196 (ini-generic-mode): Docstring change.
22197 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22198
22199 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22200 called from lisp.
22201
22202 * generic.el: Move to the emacs-lisp subdir.
22203
22204 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22205
22206 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22207 and C-S- function and cursor motion keys.
22208
22209 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22210
22211 * startup.el (command-line): Enable Xterm Mouse mode by default.
22212 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22213 for Custom. No longer show "Mouse" in mode line when enabled.
22214 Doc fix.
22215
22216 2005-04-12 Kim F. Storm <storm@cua.dk>
22217
22218 * emulation/cua-base.el (cua-rectangle-face)
22219 (cua-rectangle-noselect-face): Define face attributes here.
22220
22221 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22222
22223 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22224
22225 * startup.el (command-line): Turn off blinking cursor if
22226 cursorBlink in resources is off or false.
22227
22228 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22229
22230 * term/mac-win.el (dnd): Require dnd.
22231 (mac-drag-n-drop): Call dnd-handle-one-url.
22232 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22233 (kTextEncodingISOLatin2): Remove constants.
22234 (mac-script-code-coding-systems): New constant.
22235 (mac-handle-language-change): New function.
22236 (special-event-map): Bind it to `language-change' event.
22237 (mac-centraleurroman, mac-cyrillic): New coding systems.
22238 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22239 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22240 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22241 encode-mac-cyrillic, respectively.
22242
22243 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22244
22245 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22246 Don't set overlay-arrow-string to "=>" as this is done
22247 globally in C now.
22248
22249 2005-04-12 Lute Kamstra <lute@gnu.org>
22250
22251 * generic-x.el (rc-generic-mode, rul-generic-mode):
22252 Fix auto-mode-alist entries.
22253 (etc-fstab-generic-mode): Tweak fontification.
22254
22255 * generic.el (generic-make-keywords-list): Fix docstring.
22256 (generic-mode-internal): Simplify generic-font-lock-keywords.
22257
22258 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22259
22260 * whitespace.el (whitespace-buffer-leading)
22261 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22262 However, fix the highlight area for the leading and
22263 trailing whitespaces to show space.
22264
22265 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22266
22267 * whitespace.el (whitespace-version): Bump to 3.5
22268
22269 (whitespace-buffer-leading, whitespace-buffer-trailing):
22270 Invert sense of the test to highlight the whitespace.
22271
22272 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22273
22274 * progmodes/gud.el (gud-display-line): GUD uses its own
22275 overlay arrow now so don't set overlay-arrow-string.
22276 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22277
22278 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22279
22280 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22281 (term-ansi-current-reverse, term-ansi-current-invisible)
22282 (term-ansi-face-already-done): Change to boolean.
22283 (term-reset-terminal, term-handle-colors-array): Handle the above
22284 vars accordingly.
22285 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22286 (term-emulate-terminal): Use the new name.
22287
22288 * faces.el (secondary-selection): Use yellow1, not yellow.
22289 (trailing-whitespace): Use red1, not red.
22290
22291 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22292
22293 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22294 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22295 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22296
22297 * cus-edit.el (dnd): New group.
22298
22299 * term/w32-win.el (dnd): Require dnd
22300 (w32-drag-n-drop): Call dnd-handle-one-url.
22301
22302 * x-dnd.el: Require dnd.
22303 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22304 Call dnd-handle-one-url.
22305 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22306 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22307 to dnd-insert-text.
22308 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22309 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22310 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22311 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22312
22313 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22314
22315 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22316
22317 * wdired.el: Doc fixes.
22318 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22319 (wdired-use-dired-vertical-movement): Rename from
22320 wdired-always-move-to-filename-beginning.
22321 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22322 (wdired-change-to-wdired-mode): Change mode name.
22323 (wdired-newline): Delete.
22324
22325 2005-04-11 Richard M. Stallman <rms@gnu.org>
22326
22327 * whitespace.el (whitespace-highlight-the-space):
22328 Don't call whitespace-unhighlight-the-space here.
22329
22330 * simple.el (undo): Record t in undo-equiv-table
22331 for the redo record made by an undo-in-region.
22332
22333 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22334
22335 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22336 (gdb-frame-inferior-io-buffer): New Functions to control
22337 display of separate IO buffer.
22338 (menu): Add them to menu-bar.
22339 (gdb-display-buffer): Check for buffer another frame.
22340 Protect GUD buffer.
22341 (gdb-setup-windows): Create IO buffer if not already there.
22342 (gdb-memory-mode): Remove purecopy noops.
22343
22344 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22345
22346 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22347 and pass to self-insert-command.
22348
22349 2005-04-11 Lute Kamstra <lute@gnu.org>
22350
22351 * generic.el: Commentary section cleanup.
22352 (generic): Delete.
22353 (generic-use-find-file-hook, generic-lines-to-scan)
22354 (generic-find-file-regexp, generic-ignore-files-regexp)
22355 (default-generic-mode, generic-mode-find-file-hook)
22356 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22357 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22358 (generic-use-find-file-hook, generic-lines-to-scan)
22359 (generic-find-file-regexp, generic-ignore-files-regexp)
22360 (default-generic-mode, generic-mode-find-file-hook)
22361 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22362
22363 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22364
22365 * bookmark.el (bookmark-write-file): Catch errors writing file.
22366 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22367
22368 2005-04-10 Richard M. Stallman <rms@gnu.org>
22369
22370 * startup.el (fancy-splash-tail): Update copyright year.
22371 (command-line): Split part of -Q into -D.
22372 (emacs-basic-display): New defvar.
22373 (fancy-splash-text): Correct name of menu item.
22374
22375 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22376
22377 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22378 lines in one node.
22379
22380 * comint.el (comint-send-input): New arg ARTIFICIAL.
22381 Callers in this file changed.
22382
22383 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22384
22385 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22386
22387 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22388
22389 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22390 `ldap-search-internal'.
22391
22392 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22393
22394 * files.el (set-auto-mode-1): Use line-end-position.
22395
22396 * international/latin-1.el:
22397 * international/latin-2.el:
22398 * international/latin-3.el:
22399 * international/latin-4.el:
22400 * international/latin-5.el:
22401 * international/latin-8.el:
22402 * international/latin-9.el: Give punctuation syntax to NBSP.
22403
22404 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22405 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22406 Use char-classes to accept non-ascii letters, accepted in some recent
22407 bibtex implementations.
22408
22409 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22410
22411 * custom.el (custom-set-minor-mode): Any non-nil value for the
22412 variable should enable the mode when set through Custom.
22413
22414 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22415
22416 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22417 TAB binding so tab-always-indent is obeyed.
22418 (vhdl-minibuffer-local-map): Move initialization into declaration.
22419 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22420 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22421 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22422 (vhdl-current-line): Use line-beginning-position.
22423 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22424 with-output-to-temp-buffer, so the current position can be recorded.
22425
22426 2005-04-10 Masatake YAMATO <jet@gyve.org>
22427
22428 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22429 Add regexp for gcov.
22430
22431 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22432
22433 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22434 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22435 syntax which Emacs 20 doesn't support.
22436
22437 2005-04-09 Richard M. Stallman <rms@gnu.org>
22438
22439 * help.el (describe-key-briefly, describe-key):
22440 Replace strings as event types with "(any string)".
22441
22442 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22443
22444 * arc-mode.el (archive-mode-map): Move initialization into
22445 the declaration. Override *all* bindings of `undo'.
22446 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22447
22448 2005-04-09 Jay Belanger <belanger@truman.edu>
22449
22450 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22451
22452 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22453
22454 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22455 (xterm-register-default-colors): Update color values computation
22456 to match xterm-200.
22457
22458 2005-04-09 Kenichi Handa <handa@m17n.org>
22459
22460 * international/code-pages.el (iso-latin-7): Fix the map.
22461
22462 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22463
22464 * emacs-lisp/lisp.el (defun-prompt-regexp)
22465 (parens-require-spaces, buffer-end, end-of-defun)
22466 (insert-parentheses): Doc fixes.
22467
22468 2005-04-08 Kim F. Storm <storm@cua.dk>
22469
22470 * comint.el (comint-highlight-prompt): Fix face spec.
22471 * hi-lock.el (hi-green): Likewise.
22472
22473 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22474
22475 * cus-edit.el (custom-modified-face):
22476 * comint.el (comint-highlight-input): Fix previous changes.
22477 * term.el (term-handle-ansi-escape): Add a comment.
22478
22479 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22480
22481 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22482 in the buffer and in whitespace-highlighted-space.
22483 (whitespace-unhighlight-the-space): Simplify.
22484 (whitespace-buffer): Simplify.
22485
22486 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22487
22488 * textmodes/table.el (table-cell-face): Add special case for
22489 displays supporting a high number of colors.
22490 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22491 (vhdl-font-lock-reserved-words-face)
22492 (vhdl-speedbar-architecture-face)
22493 (vhdl-speedbar-instantiation-face)
22494 (vhdl-speedbar-architecture-selected-face)
22495 (vhdl-speedbar-instantiation-selected-face): Likewise.
22496 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22497 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22498 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22499 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22500 (ebrowse-progress-face): Likewise.
22501 * progmodes/compile.el (compilation-info-face): Likewise.
22502 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22503 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22504 * calendar/calendar.el (diary-face): Likewise.
22505 * woman.el (woman-italic-face, woman-bold-face)
22506 (woman-unknown-face): Likewise.
22507 * wid-edit.el (widget-button-pressed-face): Likewise.
22508 * whitespace.el (whitespace-highlight-face): Likewise.
22509 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22510 * pcvs-info.el (cvs-marked-face): Likewise.
22511 * info.el (info-xref): Likewise.
22512 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22513 * hilit-chg.el (highlight-changes-face)
22514 (highlight-changes-delete-face): Likewise.
22515 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22516 (hi-red-b): Likewise.
22517 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22518 * font-lock.el (font-lock-keyword-face)
22519 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22520 * cus-edit.el (custom-invalid-face, custom-modified-face)
22521 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22522 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22523 * comint.el (comint-highlight-prompt): Likewise.
22524
22525 2005-04-08 Lute Kamstra <lute@gnu.org>
22526
22527 * font-lock.el (font-lock-keywords): Docstring fixes.
22528
22529 2005-04-08 Kenichi Handa <handa@m17n.org>
22530
22531 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22532 chars are more than a limit, print " and more..." at the tail.
22533
22534 2005-04-08 Kim F. Storm <storm@cua.dk>
22535
22536 * emacs-lisp/authors.el (authors-aliases): Update list.
22537 (authors-ignored-files): New list.
22538 (authors-fixed-entries): Fix typo.
22539 (authors-renamed-files-alist): Update list.
22540 (authors-add): Check authors-ignored-files.
22541
22542 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22543
22544 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22545 optional, to ensure backward compatibility.
22546
22547 2005-04-08 Stephen Eglen <stephen@gnu.org>
22548
22549 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22550
22551 2005-04-08 Kim F. Storm <storm@cua.dk>
22552
22553 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22554
22555 * mouse.el (mouse-on-link-p): Doc fix.
22556
22557 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22558
22559 * ielm.el (ielm-prompt-read-only): Doc fix.
22560
22561 * comint.el (comint-prompt-read-only): Doc fix.
22562
22563 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22564
22565 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22566 ensure dired always handles wildcards passed to ffap.
22567 (find-file-at-point): Use it.
22568 (ffap-dired-wildcards): Doc fix.
22569
22570 2005-04-07 Juri Linkov <juri@jurta.org>
22571
22572 * simple.el (next-error-overlay-arrow-position): New defvar.
22573 Put "=>" on its property `overlay-arrow-string'. Add it to
22574 `overlay-arrow-variable-list'.
22575
22576 * progmodes/compile.el (compilation-setup):
22577 Set `next-error-overlay-arrow-position' to nil. Also set it to
22578 nil in the local hook `kill-buffer-hook'. Make local variable
22579 `overlay-arrow-string' and set it to "=>".
22580 (compilation-goto-locus): Set BOL position to
22581 `next-error-overlay-arrow-position' instead of
22582 `overlay-arrow-position'.
22583
22584 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22585 locally instead of adding it to the global hook.
22586 (Info-kill-buffer): Move up.
22587
22588 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22589
22590 * term/xterm.el (xterm-standard-colors): Update color values from
22591 xterm-200.
22592
22593 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22594
22595 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22596
22597 * fast-lock.el:
22598 * lazy-lock.el: Move them to the obsolete subdir.
22599
22600 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22601
22602 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22603 (wdired-add-replace-advice): Remove.
22604 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22605
22606 2005-04-06 Kim F. Storm <storm@cua.dk>
22607
22608 * startup.el (command-line): Add --bare-bones alias for -Q.
22609
22610 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22611
22612 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22613 create the startup fontset if a font specification ends with
22614 `mac-roman'.
22615
22616 2005-04-06 Lute Kamstra <lute@gnu.org>
22617
22618 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22619 change.
22620
22621 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22622 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22623
22624 2005-04-05 Lute Kamstra <lute@gnu.org>
22625
22626 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22627 (define-generic-mode): Ditto. Fix debug declaration.
22628
22629 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22630 Put them in the generic-x group.
22631
22632 * calendar/timeclock.el (timeclock): Doc fix.
22633
22634 * generic.el (define-generic-mode): Don't use custom-current-group.
22635 Document default :group value.
22636 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22637 (define-global-minor-mode): Don't use custom-current-group.
22638
22639 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22640
22641 * startup.el (command-line-1): Display startup-echo-area-message
22642 when fancy splash screen is in use.
22643
22644 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22645 (sh-escaped-newline): New face.
22646 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22647 newline, and use sh-escaped-newline face.
22648
22649 * progmodes/tcl.el (tcl-escaped-newline): New face.
22650 (tcl-builtin-list): New variable.
22651 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22652 newlines. Fix keywords subexpression number.
22653
22654 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22655
22656 * textmodes/org.el (org-diary-default-entry): Fix call to
22657 `add-to-diary-entry'.
22658
22659 2005-04-05 Kim F. Storm <storm@cua.dk>
22660
22661 * ediff-init.el: Use (featurep 'xemacs).
22662
22663 2005-04-05 David Ponce <david@dponce.com>
22664
22665 * cus-edit.el (face): Derive from symbol widget. Display sample
22666 of the current face on the fly.
22667 (widget-face-sample-face-get, widget-face-notify): New functions.
22668 (widget-face-value-create): Remove.
22669
22670 * wid-edit.el (widget-field-end): Temporarily remove field
22671 narrowing before to call `get-char-property'.
22672
22673 2005-04-04 Jay Belanger <belanger@truman.edu>
22674
22675 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22676 (math-read-subscripts): New variable.
22677 (math-read-preprocess-string): Process subscripts.
22678
22679 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22680
22681 * comint.el (comint-prompt-read-only): Doc fix.
22682
22683 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22684 `-1'. Doc fix.
22685
22686 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22687
22688 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22689 Change default value to nil.
22690
22691 2005-04-04 Lute Kamstra <lute@gnu.org>
22692
22693 * autorevert.el (auto-revert-mode): Specify :group.
22694 * battery.el (display-battery-mode): Specify :group.
22695 * diff-mode.el (diff-minor-mode): Specify :group.
22696 * font-core.el (font-lock-mode): Specify :group.
22697 * hl-line.el (hl-line-mode): Specify :group.
22698 * iimage.el (iimage): New customization group.
22699 (iimage-mode): Specify :group.
22700 * longlines.el (longlines-mode): Specify :group.
22701 * master.el: Don't require easy-mmode.
22702 (master): New customization group.
22703 (master-mode): Specify :group.
22704 * msb.el (msb-mode): Specify :group.
22705 * reveal.el (reveal-mode): Specify :group.
22706 * simple.el (next-error-follow-minor-mode): Specify :group.
22707 * smerge-mode.el (smerge-mode): Specify :group.
22708 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22709 * emulation/cua-base.el (cua-mode): Specify :group.
22710 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22711 * language/thai-util.el (thai-auto-composition-mode)
22712 (thai-word-mode): Specify :group.
22713 * mail/supercite.el (sc-minor-mode): Specify :group.
22714 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22715 * progmodes/flymake.el (flymake-mode): Specify :group.
22716 * progmodes/glasses.el (glasses-mode): Specify :group.
22717 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22718 * textmodes/enriched.el (enriched-mode): Specify :group.
22719 * textmodes/refill.el (refill-mode): Specify :group.
22720
22721 * add-log.el (change-log-font-lock-keywords): Names in
22722 parenthesized lists can contain spaces.
22723
22724 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22725
22726 * startup.el (fancy-splash-text): Shorten default text of
22727 "Emacs Tutorial" line. Also, if the current language env
22728 indicates an available tutorial file other than TUTORIAL,
22729 extract its title and append it to the line in parentheses.
22730 (fancy-splash-insert): If arg is a thunk, funcall it.
22731
22732 2005-04-04 Jay Belanger <belanger@truman.edu>
22733
22734 * calc.el (calc-language-alist): Add tags to customization type.
22735
22736 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22737
22738 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22739 Doc fix.
22740
22741 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22742
22743 * add-log.el (change-log-font-lock-keywords): The manual
22744 describing a Change Log entry, says: (...) "Aside from these
22745 header lines, every line in the change log starts with a space or
22746 a tab.". The font-lock was not highlighting lines started with
22747 spaces, added support for it.
22748
22749 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22750
22751 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22752 (bibtex-generate-url-list): Update docstring accordingly. Put the
22753 complex example in the docstring.
22754 (bibtex-font-lock-url): Use pop.
22755
22756 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22757
22758 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22759
22760 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22761
22762 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22763
22764 * filesets.el (filesets-set-default): Doc fix.
22765
22766 2005-04-03 Lute Kamstra <lute@gnu.org>
22767
22768 * generic.el (define-generic-mode): Add argument to specify
22769 keywords for defcustom.
22770 (default-generic-mode): Specify :group.
22771
22772 * generic-x.el: Specify :group for all generic modes.
22773
22774 * desktop.el (desktop-no-desktop-file-hook)
22775 (desktop-after-read-hook): Doc fix.
22776
22777 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22778
22779 * simple.el (visible-mode): Use explicit :group keyword.
22780 This changes the group of `visible-mode-hook' from paren-blinking
22781 to editing-basics.
22782
22783 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22784
22785 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22786 mailbox specifications as well as URLs.
22787 (rmail-insert-inbox-text): Remove unused conditional branches.
22788
22789 2005-04-01 Jay Belanger <belanger@truman.edu>
22790
22791 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22792 (calc-gnuplot-print-command): Move definitions to calc.el.
22793
22794 * calc/calc-embed.el (calc-embedded-announce-formula)
22795 (calc-embedded-open-formula, calc-embedded-close-formula)
22796 (calc-embedded-open-word, calc-embedded-close-word)
22797 (calc-embedded-open-plain, calc-embedded-close-plain)
22798 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22799 (calc-embedded-open-mode, calc-embedded-close-mode):
22800 Move definitions to calc.el.
22801
22802 * calc/calc.el (calc-settings-file, calc-language-alist):
22803 Make customizable.
22804 (calc-embedded-announce-formula, calc-embedded-open-formula)
22805 (calc-embedded-close-formula, calc-embedded-open-word)
22806 (calc-embedded-close-word, calc-embedded-open-plain)
22807 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22808 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22809 (calc-embedded-close-mode, calc-gnuplot-name)
22810 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22811 from other files and make customizable.
22812
22813 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22814
22815 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22816 Use buffer-live-p.
22817 (cvs-mode-run): Don't call cvs-update-header here.
22818 (cvs-run-process): Call cvs-update-header.
22819 Use process properties for cvs-postprocess and cvs-buffer so that
22820 the sentinel can behave better if the temp buffer is killed.
22821 Use a pipe rather than a tty, to better handle unexpected prompts.
22822 (cvs-sentinel): Rewrite. Call cvs-update-header.
22823
22824 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22825
22826 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22827 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22828
22829 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22830
22831 * generic.el (define-generic-mode): Add indentation rule.
22832
22833 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22834
22835 * files.el (mode-require-final-newline): Make Custom correctly
22836 report a nil value and allow to set it to nil via Custom.
22837 Doc fix.
22838
22839 2005-04-01 Kenichi Handa <handa@m17n.org>
22840
22841 * international/characters.el: Enable the correct case setting for
22842 dotless-i and dotted-I.
22843
22844 2005-04-01 Kim F. Storm <storm@cua.dk>
22845
22846 * ido.el (ido-file-internal): Fall back to non-ido command if
22847 initial directory is on slow ftp (or tramp) host.
22848
22849 2005-03-31 Richard M. Stallman <rms@gnu.org>
22850
22851 * emacs-lisp/autoload.el (make-autoload):
22852 Handle define-global-minor-mode.
22853
22854 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22855 Rename from easy-mmode-define-global-mode.
22856 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22857
22858 * progmodes/scheme.el (scheme-mode-syntax-table):
22859 Update syntax of | and # for two-character comment syntax.
22860
22861 2005-03-31 Lute Kamstra <lute@gnu.org>
22862
22863 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22864 (define-minor-mode): Call custom-current-group at load-time.
22865
22866 * generic.el (define-generic-mode): Add debug declaration.
22867 Add defcustom for the mode hook.
22868 (generic-mode-internal): Use run-mode-hooks.
22869
22870 2005-03-31 Kim F. Storm <storm@cua.dk>
22871
22872 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22873 (mouse-fixup-help-message): New defun called by show_help_echo
22874 to fixup mouse-2 prefix in help messages when applicable.
22875
22876 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22877
22878 2005-03-31 Kenichi Handa <handa@m17n.org>
22879
22880 * language/thai-word.el (thai-find-word-ends): Pay attention to
22881 the case that we reach the end of buffer.
22882
22883 * textmodes/fill.el (fill-text-properties-at): New function.
22884 (fill-newline): Use fill-text-properties-at instead of
22885 text-properties-at.
22886
22887 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22888
22889 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22890 not comint-quote-filename.
22891
22892 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22893
22894 * help-fns.el (help-with-tutorial): Revert last change.
22895
22896 2005-03-31 Kim F. Storm <storm@cua.dk>
22897
22898 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22899
22900 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22901
22902 * calendar/cal-china.el: Update reference to "Calendrical
22903 Calculations" book; there's a new edition.
22904 * calendar/cal-coptic.el: Likewise.
22905 * calendar/cal-french.el: Likewise.
22906 * calendar/cal-hebrew.el: Likewise.
22907 * calendar/cal-islam.el: Likewise.
22908 * calendar/cal-iso.el: Likewise.
22909 * calendar/cal-julian.el: Likewise.
22910 * calendar/cal-mayan.el: Likewise.
22911 * calendar/cal-persia.el: Likewise.
22912 * calendar/calendar.el: Likewise.
22913 * calendar/holidays.el: Likewise.
22914 * calendar/lunar.el: Likewise.
22915 * calendar/solar.el: Likewise.
22916
22917 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22918 white space from doc string.
22919
22920 2005-03-30 Jay Belanger <belanger@truman.edu>
22921
22922 * calc/calc-help.el (calc-full-help): Remove email address.
22923
22924 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22925
22926 * help-fns.el (help-with-tutorial): Delete title line.
22927
22928 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22929
22930 * calendar/cal-x.el (calendar-one-frame-setup)
22931 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22932 rather than `symbol' for set-window-dedicated-p.
22933
22934 * calendar/appt.el (appt-buffer-name): Make it a constant.
22935 (appt-add): Doc fix.
22936
22937 * filesets.el (filesets-menu-path, filesets-menu-before)
22938 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22939 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22940 (filesets-add-submenu): Delete and use add-submenu instead.
22941
22942 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22943
22944 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22945 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22946 (org-diary-default-entry): New function.
22947 (org-get-entries-from-diary): Better parsing of diary entries.
22948 (org-agenda-check-no-diary): New function.
22949 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22950 linking to diary entries.
22951 (org-agenda-execute-calendar-command): New function.
22952 (org-agenda): Improve visible section in window.
22953 Use `org-fit-agenda-window'.
22954 (org-fit-agenda-window): New option.
22955 (org-move-subtree-down): Better handling of empty lines
22956 at end of subtree.
22957 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22958 levels up.
22959 (org-fontify-done-headline): New option.
22960 (org-headline-done-face): New face.
22961 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22962 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22963 When current field is non-empty, it is copied to next row.
22964 (org-table-copy-from-above): Fix bug which made it
22965 impossible to copy fields containing only a single non-white character.
22966
22967 2005-03-30 Kim F. Storm <storm@cua.dk>
22968
22969 * kmacro.el (kmacro-end-macro): Isearch may store this command
22970 into the macro -- so ignore it when executing keyboard macro.
22971
22972 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22973
22974 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
22975
22976 2005-03-29 Kenichi Handa <handa@m17n.org>
22977
22978 * language/thai.el ("Thai"): Set setup-function and exit-function
22979 for Thai language environment.
22980
22981 * language/thai-util.el: Require thai-word.
22982 (thai-word-mode-map): New variable.
22983 (thai-word-mode): New minor mode.
22984 (setup-thai-language-environment-internal): New function.
22985 (exit-thai-language-environment-internal): New function.
22986
22987 * language/thai-word.el (thai-word-table): Declare it by defvar,
22988 use dolist to initialize it.
22989 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
22990 (thai-fill-find-break-point): New functions.
22991
22992 2005-03-29 Richard M. Stallman <rms@gnu.org>
22993
22994 * simple.el (idle-update-delay): Move definition up.
22995 (set-mark): Doc fix.
22996
22997 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
22998
22999 * longlines.el: New file.
23000
23001 * simple.el (buffer-substring-filters): New variable.
23002 (filter-buffer-substring): New function.
23003 (kill-region, copy-region-as-kill): Use it.
23004
23005 * register.el (copy-to-register, append-to-register)
23006 (prepend-to-register): Use filter-buffer-substring.
23007
23008 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23009
23010 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23011 (gud-filter-pending-text): Move in front of gdb.
23012 (gud-overlay-arrow-position): New variable.
23013 (gud-sentinel, gud-display-line): Use it in place of
23014 overlay-arrow-position.
23015
23016 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23017
23018 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23019 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23020 (fortran-font-lock-keywords-4): New variable.
23021 (fortran-blocks-re, fortran-end-block-re)
23022 (fortran-start-block-re): New constants, for hideshow.
23023 (hs-special-modes-alist): Add a Fortran entry.
23024 (fortran-mode-map): Bind fortran-end-of-block,
23025 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23026 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23027 (fortran-looking-at-if-then, fortran-end-of-block)
23028 (fortran-beginning-of-block): New functions, for hideshow.
23029
23030 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23031 Doc fix. Tweak regexp.
23032 (f90-beginning-of-block): Push mark first.
23033
23034 2005-03-29 Jay Belanger <belanger@truman.edu>
23035
23036 * calc/calc.el: Update copyright date.
23037 (calc-version): Increase to 2.1.
23038 (calc-version-date): Remove.
23039
23040 * calc/calc-help.el: Update copyright date.
23041 (calc-full-help): Remove reference to calc-version-date.
23042 Update copyright date.
23043
23044 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23045
23046 * vc.el (vc-do-command): Use a pipe for async processes, so password
23047 prompts don't show up at places where the user can't reply.
23048
23049 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23050
23051 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23052 on the file name we pass to the inferior shell.
23053
23054 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23055
23056 * progmodes/which-func.el (which-function): Be robust in the face of an
23057 imenu--make-index-alist failure.
23058
23059 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23060
23061 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23062
23063 * progmodes/python.el (python-preoutput-filter): Fix last change.
23064
23065 2005-03-29 Lute Kamstra <lute@gnu.org>
23066
23067 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23068 functions and compiled macros.
23069 (debug-convert-byte-code): Handle macros too.
23070 (debug-on-entry-1): Don't signal an error when trying to clear a
23071 function that is not set to debug on entry.
23072
23073 2005-03-29 Jay Belanger <belanger@truman.edu>
23074
23075 * calc/calc-lang.el: Add functions to math-function-table
23076 properties of tex and math.
23077
23078 2005-03-29 Kenichi Handa <handa@m17n.org>
23079
23080 * ps-mule.el (ps-mule-plot-string): Translate characters by
23081 ps-print-translation-table.
23082 (ps-mule-begin-job): Call find-charset-region/string with
23083 ps-print-translation-table.
23084 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23085
23086 * ps-print.el (ps-print-translation-table): New variable.
23087 (ps-plot-region): Translate characters by ps-print-translation-table.
23088
23089 2005-03-29 Juri Linkov <juri@jurta.org>
23090
23091 * simple.el (next-error-highlight-timer): New variable.
23092
23093 * progmodes/compile.el (compilation-goto-locus):
23094 Use `next-error-highlight-timer' instead of `sit-for'.
23095
23096 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23097
23098 * mail/supercite.el (sc-mail-field): Use assoc-string.
23099 (sc-get-address): Simplify regexps.
23100
23101 * files.el (minibuffer-with-setup-hook): New macro.
23102 (find-file-read-args): Use it to avoid let-binding
23103 minibuffer-with-setup-hook (which breaks turning on/off
23104 file-name-shadow-mode while in the prompt).
23105
23106 * complete.el (PC-read-include-file-name-internal):
23107 Use test-completion.
23108
23109 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23110
23111 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23112
23113 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23114
23115 * window.el (window-buffer-height): Use count-screen-lines.
23116
23117 * progmodes/python.el (python-preoutput-leftover): New var.
23118 (python-preoutput-filter): Use it.
23119 (python-send-receive): Loop until all the result has been received.
23120
23121 2005-03-28 Juri Linkov <juri@jurta.org>
23122
23123 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23124
23125 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23126 "Recover Crashed Session".
23127 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23128 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23129 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23130 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23131 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23132 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23133 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23134 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23135
23136 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23137 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23138 Ediff Sessions", "Toggle use of separate control buffer frame",
23139 "Use separate frame for Ediff control buffer".
23140
23141 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23142 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23143 "Rename Bookmark", "Delete Bookmark".
23144
23145 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23146 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23147 Add `:active Info-index-alternatives' to "Next Matching Item".
23148
23149 * wdired.el (wdired-change-to-wdired-mode):
23150 Mention `wdired-abort-changes' key in the initial message.
23151
23152 * international/mule.el (auto-coding-alist): Associate non-ascii
23153 image filename extensions with `no-conversion'.
23154
23155 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23156
23157 * international/iso-acc.el:
23158 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23159
23160 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23161
23162 * textmodes/sgml-mode.el (html-mode): Doc update.
23163
23164 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23165
23166 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23167
23168 * term.el (term-move-columns): Fix face after extending a line.
23169 (term-insert-spaces): Likewise.
23170 (term-reset-terminal): Fix off by one error.
23171
23172 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23173
23174 * international/mule.el (auto-coding-alist): Add .xpi files.
23175
23176 * files.el (auto-mode-alist): Add .xpi files.
23177
23178 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23179
23180 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23181
23182 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23183
23184 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23185
23186 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23187
23188 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23189 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23190
23191 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23192 cursor to Jan 1 when needed.
23193 (calendar-end-of-year): Fix -/+ typo.
23194 Reported by Chong Yidong <cyd@stupidchicken.com>.
23195
23196 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23197
23198 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23199
23200 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23201 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23202
23203 2005-03-25 Richard M. Stallman <rms@gnu.org>
23204
23205 * filesets.el (filesets-init): Add autoload.
23206
23207 * mail/mailalias.el (mail-directory): Doc fix.
23208
23209 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23210
23211 * mail/mailalias.el (mail-directory-process): Do nothing if
23212 mail-directory-process is an atom.
23213 (mail-get-names): Ignore mail-directory-names if it is an atom.
23214 (mail-directory-process defvar): Doc fix.
23215 (mail-names): Doc fix.
23216
23217 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23218
23219 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23220
23221 2005-03-26 Kenichi Handa <handa@m17n.org>
23222
23223 * international/mule-util.el (detect-coding-with-priority):
23224 Call update-coding-systems-internal before detect-coding-region.
23225
23226 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23227
23228 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23229 (gdb-frames-mode-map): Add follow-link property.
23230
23231 2005-03-25 Jay Belanger <belanger@truman.edu>
23232
23233 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23234 for variables.
23235
23236 2005-03-25 Juri Linkov <juri@jurta.org>
23237
23238 * image-mode.el: Optimize image filename extension regexps in
23239 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23240 in `auto-mode-alist'.
23241 (image-mode): Add `image-toggle-display-text' to local hook
23242 `change-major-mode-hook'. Display the image as an image by
23243 default. Set `cursor-type' and `truncate-lines' if the image
23244 is already displayed. Take into account the current mode (image
23245 or text) in message.
23246 (image-minor-mode): New minor mode.
23247 (image-mode-maybe, image-toggle-display-text): New functions.
23248 (image-toggle-display): Use called-interactively-p.
23249 Let-bind `inhibit-read-only' to t.
23250
23251 * image-mode.el (image-minor-mode): Set `cursor-type' and
23252 `truncate-lines' if the image is already displayed. Add turning
23253 image-minor-mode off to `change-major-mode-hook'. Add message.
23254 Call `image-toggle-display-text' after turning image-minor-mode off.
23255
23256 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23257
23258 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23259 Terminal.app, use utf-8.
23260 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23261 (set-locale-environment): Use it.
23262
23263 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23264
23265 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23266
23267 * progmodes/python.el (python-close-block-statement-p)
23268 (python-outdent-p, python-current-defun): Use symbol-end.
23269
23270 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23271
23272 * files.el (save-some-buffers): Doc fix.
23273
23274 2005-03-25 Werner Lemberg <wl@gnu.org>
23275
23276 * complete.el, thumbs.el: Replace `legal' with `valid'.
23277 * calendar/calendar.el: Replace `legal' with `valid'.
23278 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23279 * mail/supercite.el: Replace `legal' with `valid'.
23280 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23281 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23282 Replace `legal' with `valid'.
23283 * textmodes/reftex-vars.el, textmodes/reftex.el:
23284 Replace `legal' with `valid'.
23285
23286 2005-03-25 Werner Lemberg <wl@gnu.org>
23287
23288 * calc/calc-forms.el, calc/calc-sel.el
23289 * midnight.el, vc-cvs.el
23290 * emacs-lisp/cl-macs.el
23291 * emulation/vip.el
23292 * eshell/esh-io.el, eshell/esh-var.el
23293 * mail/supercite.el
23294 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23295 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23296 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23297 * progmodes/sh-script.el, progmodes/xscheme.el
23298 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23299 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23300 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23301 * textmodes/reftex.el, textmodes/org.el:
23302 Replace `illegal' with `invalid'.
23303
23304 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23305
23306 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23307 (flymake-find-buildfile, flymake-find-possible-master-files)
23308 (flymake-check-include, flymake-parse-line): Replace loops over the
23309 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23310
23311 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23312 Substitute file-name-as-directory in the rest of the file.
23313 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23314 (flymake-replace-region): Remove unused arg `buffer'.
23315 (flymake-check-patch-master-file-buffer): Update calls to it.
23316 (flymake-add-err-info): Remove unused var `count'.
23317 (flymake-mode): Use define-minor-mode.
23318
23319 * progmodes/flymake.el: Use with-current-buffer.
23320 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23321 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23322 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23323 Avoid testing for `xemacs'.
23324 (flymake-nop): Move.
23325 (flymake-region-has-flymake-overlays): Return the computed value.
23326 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23327 Remove unused var `endline'.
23328 (flymake-get-line-count): Remove unused function.
23329 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23330
23331 * emulation/vi.el:
23332 * generic.el:
23333 * hilit-chg.el (global-highlight-changes):
23334 * hi-lock.el (hi-lock-mode):
23335 * follow.el: find-file-hooks -> find-file-hook.
23336
23337 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23338
23339 2005-03-24 Juri Linkov <juri@jurta.org>
23340
23341 * dired.el (dired-mode-map): Add menu item "Compare directories"
23342 for dired-compare-directories.
23343
23344 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23345 Doc fix. Replace `read-file-name' with `read-directory-name'.
23346
23347 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23348
23349 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23350
23351 2005-03-24 Jay Belanger <belanger@truman.edu>
23352
23353 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23354 relevant mode settings in calc-embedded-original-modes when modes
23355 are permanently changed.
23356
23357 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23358
23359 * autoinsert.el: find-file-hooks -> find-file-hook.
23360
23361 2005-03-24 Lute Kamstra <lute@gnu.org>
23362
23363 * generic.el (generic-font-lock-defaults): Make it obsolete.
23364 (generic-font-lock-keywords): New variable to replace
23365 generic-font-lock-defaults.
23366 (generic-mode-set-font-lock): Delete it.
23367 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23368 (generic-bracket-support): Add docstring.
23369
23370 * generic-x.el: Rename generic-font-lock-defaults to
23371 generic-font-lock-keywords throughout.
23372 (mailagent-rules-setup-function): Delete it.
23373 (mailagent-rules-generic-mode): Use anonymous function instead.
23374 (show-tabs-generic-mode-font-lock-defaults-1)
23375 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23376 Quote faces.
23377 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23378 not foreground.
23379
23380 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23381 Recognize define-generic-mode.
23382
23383 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23384
23385 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23386 if there's no completion table.
23387
23388 2005-03-23 Miles Bader <miles@gnu.org>
23389
23390 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23391 Remove tty-specific variants, as they're no longer needed.
23392
23393 2005-03-23 Lute Kamstra <lute@gnu.org>
23394
23395 * generic-x.el: Code cleanup: make args constant whenever possible.
23396 (installshield-statement-keyword-list)
23397 (installshield-system-functions-list)
23398 (installshield-system-variables-list, installshield-types-list)
23399 (installshield-funarg-constants-list): Make them constants.
23400
23401 * generic.el (generic-make-keywords-list): Add autoload cookie.
23402
23403 * calendar/time-date.el: Add comment on time value formats.
23404 Don't require parse-time.
23405 (with-decoded-time-value): New macro.
23406 (encode-time-value): New function.
23407 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23408 (days-to-time): Return a valid time value when arg is huge.
23409 (time-since): Use time-subtract.
23410 (time-to-number-of-days): Use time-to-seconds.
23411
23412 2005-03-23 David Ponce <david@dponce.com>
23413
23414 * recentf.el (recentf-keep): New option.
23415 (recentf-menu-action): Default to `find-file'.
23416 (recentf-keep-non-readable-files-flag)
23417 (recentf-keep-non-readable-files-p)
23418 (recentf-file-readable-p, recentf-find-file)
23419 (recentf-cleanup-remote): Remove.
23420 (recentf-include-p): More robust.
23421 (recentf-keep-p): New function.
23422 (recentf-remove-if-non-kept): Rename from
23423 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23424 All callers updated.
23425 (recentf-menu-items-for-commands): Fix help string.
23426 (recentf-track-closed-file): Update. Doc fix.
23427 (recentf-cleanup): Update. Count removed files. Doc fix.
23428
23429 2005-03-23 Kim F. Storm <storm@cua.dk>
23430
23431 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23432 Don't inherit from fringe face (now happens automatically).
23433
23434 2005-03-22 Kim F. Storm <storm@cua.dk>
23435
23436 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23437 position values.
23438
23439 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23440
23441 * menu-bar.el (showhide-date-time): Remove.
23442 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23443 (menu-bar-make-mm-toggle): Simplify.
23444
23445 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23446
23447 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23448 Accept qualified variable and function names.
23449
23450 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23451
23452 * bindings.el (completion-ignored-extensions):
23453 Remove ".lis" for `vax-vms'.
23454
23455 2005-03-22 Andreas Schwab <schwab@suse.de>
23456
23457 * generic-x.el: Revert last change.
23458 * ldefs-boot.el: Update.
23459
23460 2005-03-22 Jay Belanger <belanger@truman.edu>
23461
23462 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23463 (calc-embedded-save-original-modes)
23464 (calc-embedded-restore-original-modes): New functions.
23465 (calc-do-embedded): Save original modes when entering embedded mode
23466 and restore when leaving embedded mode.
23467 (calc-embedded-modes-change): Change the value of
23468 calc-embedded-original-modes to reflect permanent changes.
23469
23470 2005-03-22 Lute Kamstra <lute@gnu.org>
23471
23472 * generic-x.el: Require generic again.
23473
23474 2005-03-22 Miles Bader <miles@gnu.org>
23475
23476 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23477 Tweak details to look good on both ttys and bitmap displays, light
23478 or dark background, etc.
23479
23480 2005-03-21 Kim F. Storm <storm@cua.dk>
23481
23482 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23483 mouse position.
23484
23485 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23486
23487 * icomplete.el: Don't forcibly turn on the mode upon load.
23488 (icomplete-mode): Use define-minor-mode.
23489 (icomplete-eoinput): Default to nil.
23490 (icomplete-minibuffer-setup): Remove autoload.
23491 (icomplete-tidy): Simplify.
23492 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23493 in the initial state or if the user has modified the field.
23494 Fix handling of icomplete-max-delay-chars.
23495 Remove code that handles the oddball case where
23496 minibuffer-completion-table is an integer.
23497 Wrap icomplete-completions in while-no-input in case building
23498 completions takes more time than expected.
23499 (icomplete-completions): Simplify.
23500
23501 2005-03-21 Richard M. Stallman <rms@gnu.org>
23502
23503 * jka-compr.el (jka-compr-really-do-compress):
23504 Make variable buffer-local.
23505
23506 * image-mode.el: Handle .xpm files too.
23507 (image-toggle-display): Preserve modification flag.
23508
23509 * help.el (where-is): Don't mention aliases with no key bindings.
23510
23511 2005-03-21 Lute Kamstra <lute@gnu.org>
23512
23513 * generic.el: Fix commentary section. Don't require cl for
23514 compilation.
23515 (generic-mode-list): Add autoload cookie.
23516 (generic-use-find-file-hook, generic-lines-to-scan)
23517 (generic-find-file-regexp, generic-ignore-files-regexp)
23518 (generic-mode, generic-mode-find-file-hook)
23519 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23520 (define-generic-mode): Make it a defmacro. Fix docstring.
23521 (generic-mode-internal): Code cleanup. Add autoload cookie.
23522 (generic-mode-set-comments): Code cleanup.
23523 * generic-x.el: Don't prevent compilation. Don't require generic.
23524 Follow coding conventions. Minor code cleanup.
23525 (etc-fstab-generic-mode): Add some keywords.
23526 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23527 define-generic-mode like a function declaration.
23528
23529 2005-03-21 Jay Belanger <belanger@truman.edu>
23530
23531 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23532 changing modes.
23533
23534 2005-03-21 Sam Steingold <sds@gnu.org>
23535
23536 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23537
23538 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23539
23540 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23541 Add underscore to "f$ lexicals" regexp.
23542
23543 2005-03-20 Juri Linkov <juri@jurta.org>
23544
23545 * subr.el (progress-reporter-do-update): When `min-value' is equal
23546 to `max-value', set `percentage' to 0 and prevent division by zero.
23547
23548 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23549
23550 Sync with Tramp 2.0.48.
23551
23552 * net/tramp.el (all): Change all addresses to .gnu.org.
23553 (tramp-append-tramp-buffers): New defun.
23554 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23555 Catch `dont-send' signal.
23556 (tramp-set-auto-save-file-modes): Set always permissions, because
23557 there might be an old auto-saved file belonging to another
23558 original file. This could be a security threat. Reported by
23559 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23560 Check for Emacs 21.3.50 removed.
23561
23562 * net/tramp-smb.el (all): Remove debug construct for
23563 `with-parsed-tramp-file-name'.
23564 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23565 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23566 No error message if DIRECTORY or FILENAME doesn't exist.
23567 (tramp-smb-open-connection): Check existence of
23568 `tramp-smb-program'.
23569
23570 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23571
23572 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23573 Properly handle the case where the `m' or `s' command's argument is not
23574 yet terminated.
23575 (perl-indent-new-calculate): New function.
23576 (perl-indent-line): Use it.
23577
23578 2005-03-20 Miles Bader <miles@gnu.org>
23579
23580 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23581 in text-mode too. Change to new face names.
23582 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23583 Add `:weight bold' attribute.
23584 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23585
23586 2005-03-19 Juri Linkov <juri@jurta.org>
23587
23588 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23589
23590 * international/mule.el (auto-coding-alist): Sync with
23591 `auto-mode-alist' by adding upper case archive file extensions
23592 and adding ear/war to jar extension.
23593
23594 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23595
23596 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23597 running, restart it.
23598
23599 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23600
23601 * finder.el (finder-current-item): Throw an error on an empty line.
23602
23603 * man.el (Man-follow-manual-reference): If current-word returns
23604 nil, use "".
23605
23606 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23607
23608 * simple.el (goto-line): Doc fix.
23609
23610 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23611
23612 * files.el (save-buffer): Doc fix.
23613
23614 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23615
23616 * recentf.el (recentf-cleanup-remote): New variable.
23617 (recentf-cleanup): Use it to conditionally check availability of
23618 remote files.
23619
23620 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23621
23622 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23623 function names.
23624
23625 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23626
23627 * language/thai-word.el: New file.
23628
23629 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23630
23631 * files.el (backup-buffer): If the file's directory is not
23632 writable, use copy instead of move to backup the file.
23633
23634 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23635
23636 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23637
23638 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23639
23640 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23641 Use functionp instead of symbolp and fboundp. Reported by Drkm
23642 <darkman_spam@yahoo.fr>.
23643 (ps-print-version): New version 6.6.6.
23644
23645 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23646
23647 * textmodes/table.el (table--line-column-position): New idiom.
23648 (table--row-column-insertion-point-p): New function to test
23649 validity of row and column insertion operation at a location.
23650 (table-global-menu, table-cell-menu): Use above functions for
23651 deterministic test operation.
23652 (table--editable-cell-p): Behave in deterministic fashion.
23653
23654 2005-03-18 Juri Linkov <juri@jurta.org>
23655
23656 * isearch.el (isearch-lazy-highlight-new-loop):
23657 Make arguments beg and end optional.
23658 (isearch-update): Remove optional arguments nil from
23659 isearch-lazy-highlight-new-loop.
23660 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23661 isearch-lazy-highlight-case-fold-search instead of
23662 isearch-case-fold-search, and let-bind isearch-regexp to
23663 isearch-lazy-highlight-regexp.
23664 Use isearch-lazy-highlight-last-string instead of isearch-string.
23665
23666 * replace.el (perform-replace): Remove bindings of global
23667 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23668 Add three new arguments to `replace-highlight'.
23669 (replace-highlight): Add arguments string, regexp, case-fold.
23670 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23671 to allow isearch-lazy-highlight-new-loop to use these values
23672 to set corresponding isearch-lazy-highlight-* internal
23673 variables whose values lazy highlighting will use regardless of
23674 changes to global variables isearch-string, isearch-regexp,
23675 isearch-case-fold-search during lazy highlighting loop.
23676 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23677 to `lazy-highlight-cleanup'.
23678
23679 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23680 (ispell-highlight-face): Set default face to `isearch' when
23681 lazy highlighting is enabled.
23682 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23683 priority to 1. Add lazy highlighting.
23684 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23685 from `isearch-dehighlight'.
23686
23687 2005-03-18 David Ponce <david@dponce.com>
23688
23689 * files.el (hack-local-variables): Do a case-insensitive search
23690 for End.
23691
23692 2005-03-18 Juri Linkov <juri@jurta.org>
23693
23694 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23695 `isearch-lazy-highlight-cleanup', add alias to old name and
23696 declare obsolete. Add release numbers to other obsolete vars.
23697 (isearch-done, isearch-lazy-highlight-new-loop):
23698 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23699 (lazy-highlight-cleanup) <variable>: Doc fix.
23700 (isearch-lazy-highlight-update): Rename obsolete
23701 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23702
23703 2005-03-18 Kenichi Handa <handa@m17n.org>
23704
23705 * language/thai-util.el: Fix categorization of Thai characters in
23706 thai-category-table.
23707 (thai-composition-pattern): Adjust it for the above change.
23708 (thai-self-insert-command, thai-compose-syllable): New functions.
23709 (thai-compose-region): Use thai-compose-syllable.
23710 (thai-compose-string): Likewise.
23711 (thai-composition-function): Likewise.
23712 (thai-auto-composition): New function.
23713 (thai-auto-composition-mode): New minor mode.
23714
23715 * language/thai.el: Fix patterns to be registered in
23716 composition-function-table.
23717
23718 * international/quail.el (quail-input-method): Locally bind
23719 inhibit-modification-hooks to t.
23720
23721 2005-03-17 Richard M. Stallman <rms@gnu.org>
23722
23723 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23724 (perl-mode): Use run-mode-hooks.
23725
23726 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23727 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23728 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23729
23730 * mail/sendmail.el (sendmail-send-it): Reenable the code
23731 to compute resend-to-address and use it.
23732
23733 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23734
23735 * image-mode.el: New file.
23736
23737 * image.el (insert-sliced-image): Add autoload cookie.
23738
23739 * font-lock.el (font-lock-lines-before): New user option.
23740 (font-lock-after-change-function): Obey it.
23741
23742 * bindings.el (esc-map): Make M-g a prefix.
23743 Bind M-g g and M-g M-g to goto-line.
23744
23745 * faces.el (face-id): Doc fix.
23746
23747 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23748
23749 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23750 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23751 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23752
23753 * mail/sendmail.el (mail-yank-ignored-headers)
23754 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23755 Add Mail-Followup-To and Mail-Reply-To headers.
23756 (mail-citation-hook): Add autoload cookie.
23757 (mail-mode): Doc fix.
23758 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23759 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23760 (mail-mode-fill-paragraph): Handle those headers.
23761 (mail-mailing-lists): New variable.
23762 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23763
23764 2005-03-17 Juri Linkov <juri@jurta.org>
23765
23766 * isearch.el (isearch-fallback): Check for `(car previous)'
23767 before calling `isearch-other-end-state'.
23768
23769 2005-03-17 Kim F. Storm <storm@cua.dk>
23770
23771 * simple.el (move-beginning-of-line): Move to beginning of buffer
23772 line, as well as beginning of screen line.
23773
23774 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23775
23776 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23777 argument REDRAW rather than calendar-redrawing variable.
23778 * calendar/calendar.el (calendar-redrawing): Delete.
23779 (redraw-calendar): Do not bind calendar-redrawing.
23780
23781 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23782
23783 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23784 diary-file buffer.
23785
23786 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23787
23788 * help.el (describe-mode): Allow a :minor-mode-function property to
23789 specify a different minor mode toggle function than the variable.
23790 * simple.el (auto-fill-function):
23791 * subr.el (add-minor-mode): Use it.
23792
23793 2005-03-16 Kenichi Handa <handa@m17n.org>
23794
23795 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23796 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23797 (ethio-fidel-to-sera-buffer): Likewise.
23798
23799 2005-03-16 Juri Linkov <juri@jurta.org>
23800
23801 * emacs-lisp/find-func.el (find-function-regexp):
23802 Add defun-emitting macro `menu-bar-make-toggle'.
23803
23804 * isearch.el: Put `isearch-scroll' property to
23805 `split-window-horizontally'.
23806
23807 * info.el: Update error messages for `debug-ignored-errors'.
23808 (Info-isearch-search): Doc fix.
23809 (Info-find-node): Move up code to go into info buffer before
23810 recording the node to the history.
23811 (Info-fontify-node): Fontify titles only if the next line
23812 has two or more `*', `=', `-', `.'.
23813 Display "go to this node" for empty (match-string 3).
23814
23815 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23816
23817 * term/mac-win.el: Add mouse pointer shape constants.
23818
23819 2005-03-15 Kim F. Storm <storm@cua.dk>
23820
23821 * simple.el (move-beginning-of-line): Use vertical-motion.
23822
23823 2005-03-15 Juri Linkov <juri@jurta.org>
23824
23825 * isearch.el (isearch-error): New variable.
23826 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23827 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23828 (isearch-within-brackets-state): Remove.
23829 (isearch-case-fold-search-state, isearch-pop-fun-state):
23830 Decrease frame index.
23831 (isearch-mode, isearch-top-state, isearch-push-state)
23832 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23833 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23834 (isearch-search, isearch-lazy-highlight-new-loop):
23835 Replace `isearch-invalid-regexp' with `isearch-error'.
23836 Remove `isearch-within-brackets'.
23837 (isearch-search): Add `search-failed' handler to `condition-case'.
23838 (isearch-lazy-highlight-search): Add `condition-case' to catch
23839 errors and allow `isearch-lazy-highlight-update' to try
23840 highlighting from the beginning of the window.
23841 (isearch-repeat): Move up code to set isearch-wrapped to t
23842 before calling isearch-wrap-function.
23843
23844 * info.el (Info-isearch-initial-node): New internal variable.
23845 (Info-search): Signal an error in isearch mode when search leaves
23846 the initial node. Signal an error when `bound' is non-nil and
23847 nothing was found in the current subfile.
23848 (Info-isearch-search): Remove `condition-case'.
23849 (Info-isearch-wrap): Don't wrap when search failed during leaving
23850 the initial node. If `Info-isearch-search' is nil, wrap around
23851 the current node.
23852 (Info-isearch-start): New fun.
23853 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23854 `isearch-mode-hook'.
23855
23856 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23857
23858 * simple.el (normal-erase-is-backspace): Set default to t if
23859 running on Mac.
23860
23861 * term/mac-win.el (function-key-map): Sync with x-win.el.
23862
23863 2005-03-15 Kenichi Handa <handa@m17n.org>
23864
23865 * international/mule-cmds.el (locale-language-names): Modify the
23866 format of elements and add more entries.
23867 (locale-preferred-coding-systems): Add more entries.
23868 (set-locale-environment): Adjust for the change of
23869 locale-language-names.
23870
23871 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23872
23873 * pcvs.el (smerge-ediff): Remove bogus autoload.
23874
23875 2005-03-14 Lute Kamstra <lute@gnu.org>
23876
23877 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23878 Ignore a `*' at the beginning of a line.
23879
23880 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23881 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23882 subr.el.
23883 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23884 to specify indentation.
23885
23886 * generic.el (define-generic-mode): Let generic-mode-list be a
23887 list of strings; test membership with equal.
23888
23889 2005-03-14 Kim F. Storm <storm@cua.dk>
23890
23891 * simple.el (next-line, previous-line): Add optional try-vscroll
23892 arg to recognize interactive use. Pass it on to line-move.
23893 (line-move): Don't perform auto-window-vscroll when defining or
23894 executing keyboard macro to ensure consistent behavior.
23895
23896 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23897
23898 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23899
23900 2005-03-13 Lute Kamstra <lute@gnu.org>
23901
23902 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23903 debugger-setup-buffer so that backtrace marks the frames set to
23904 debug-on-exit and we don't have to do it manually. Set an extra
23905 debug-on-exit for macro's.
23906 (debugger-setup-buffer): Don't mark the top frame manually.
23907
23908 2005-03-12 Lute Kamstra <lute@gnu.org>
23909
23910 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23911 lisp-indent-function throughout.
23912 (with-no-warnings): Set lisp-indent-function property.
23913
23914 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23915
23916 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23917 Add entry for backslash.
23918
23919 2005-03-12 Juri Linkov <juri@jurta.org>
23920
23921 * info.el (Info-search): Four fixes for backward search.
23922
23923 2005-03-11 Jay Belanger <belanger@truman.edu>
23924
23925 * calc/calc.el (calc-language-alist): New variable.
23926 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23927 (calc-embedded-find-modes): Use calc-language-alist instead of
23928 calc-embedded-language-alist.
23929
23930 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23931
23932 * calendar/calendar.el (calendar-redrawing): New internal
23933 variable.
23934 (redraw-calendar): Remove bogus save-excursion from previous
23935 change. Bind calendar-redrawing to t for mark-diary-entries.
23936 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23937 calendar if that is why we were called.
23938
23939 2005-03-11 Kenichi Handa <handa@m17n.org>
23940
23941 * international/mule.el (make-coding-system): Set property
23942 coding-system-define-form to nil.
23943 (define-coding-system-alias): Likewise.
23944
23945 2005-03-11 Kenichi Handa <handa@m17n.org>
23946
23947 These changes are suggested by Dave Love <fx@gnu.org>.
23948
23949 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23950 coding: tag.
23951 (adaptive-fill-regexp): Add more bullets.
23952 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23953 regexps.
23954
23955 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23956
23957 * help.el (describe-mode): Properly handle non-trivial lighters.
23958 Don't ignore minor modes that are not listed in minor-mode-list.
23959
23960 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23961 feature ON when the user requests to turn it OFF.
23962
23963 2005-03-10 Lute Kamstra <lute@gnu.org>
23964
23965 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23966 (implement-debug-on-entry): New function to replace debug-entry-code.
23967 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23968 second argument as the 2005-03-07 change makes it obsolete.
23969 (debug-on-entry, cancel-debug-on-entry): Update call to
23970 debug-on-entry-1.
23971 (debug, debugger-setup-buffer): Comment update.
23972 (debugger-frame-number): Update to work with implement-debug-on-entry.
23973
23974 2005-03-10 Jay Belanger <belanger@truman.edu>
23975
23976 * calc/calc-embed.el (math-ms-args): Declare it.
23977 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
23978 math-ms-args.
23979 (calc-embedded-subst): Use math-multi-subst-rec to substitute
23980 variables.
23981
23982 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
23983
23984 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
23985 Use message-box.
23986
23987 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
23988 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
23989 (tooltip-gud-tips): Simplify.
23990 (tooltip-gud-tips-p): Remove superfluous :set.
23991 (tooltip-gud-modes): Add fortran-mode.
23992 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
23993
23994 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
23995
23996 2005-03-09 Kim F. Storm <storm@cua.dk>
23997
23998 * play/animate.el (animate-place-char): Use forward-line instead
23999 of next-line to improve performance.
24000
24001 2005-03-09 Simon Josefsson <jas@extundo.com>
24002
24003 * net/browse-url.el (browse-url-default-browser): Doc fix.
24004
24005 2005-03-09 Miles Bader <miles@gnu.org>
24006
24007 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24008 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24009
24010 2005-03-09 Kenichi Handa <handa@m17n.org>
24011
24012 * international/latin-1.el: Set case and syntax for 255 only if
24013 set-case-syntax-set-multibyte is nil.
24014
24015 * textmodes/ispell.el (ispell-insert-word): New function.
24016 (ispell-word): Use ispell-insert-word to insert a new word.
24017 (ispell-process-line): Likewise.
24018 (ispell-complete-word): Likewise.
24019
24020 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24021
24022 * calendar/calendar.el (redraw-calendar): Preserve point.
24023 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24024 (calendar-week-start-day): Move after definition of
24025 redraw-calendar. Delete buffer test, since redraw-calendar has
24026 that now.
24027
24028 * calendar/diary-lib.el (mark-diary-entries): Only call
24029 redraw-calendar in the first of any recursive calls.
24030 Reported by Alan Shutko <ats@acm.org>.
24031
24032 2005-03-08 Juri Linkov <juri@jurta.org>
24033
24034 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24035 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24036 (html-radio-buttons): Add a space before the trailing `/>' where
24037 sgml-xml-mode is non-nil.
24038 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24039 the subsequent tag of the empty XML tag.
24040 (html-href-anchor): Don't set initial input to "http:".
24041 (html-image): Ask for the image URL and set point inside alt="".
24042 (html-name-anchor): Duplicate the name in the `id' attribute when
24043 sgml-xml-mode is non-nil.
24044 (html-paragraph): Remove \n before <p>.
24045 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24046 instead of `checked' when sgml-xml-mode is non-nil.
24047
24048 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24049 Remove 1 space before #RRGGBB to not truncate it on terminal
24050 windows w/o fringes. Remove 1 space between bg and fg examples
24051 to get more space.
24052 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24053 avoid byte-compile warnings.
24054
24055 * image-file.el (image-file-handler): Put `safe-magic' property to
24056 `image-file-handler'.
24057
24058 * info.el (Info-isearch-search): Emulate word search in
24059 isearching through multiple Info nodes with Info-search.
24060 (Info-isearch-wrap): Allow isearch-word.
24061
24062 2005-03-08 Lute Kamstra <lute@gnu.org>
24063
24064 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24065 stepping into the debugger's code is not possible.
24066 (debugger-jumping-flag): Docstring update.
24067
24068 2005-03-08 Jay Belanger <belanger@truman.edu>
24069
24070 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24071 embedded mode begins.
24072 (calc-embedded-language-alist): New variable.
24073 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24074 set default language mode.
24075
24076 2005-03-08 Kenichi Handa <handa@m17n.org>
24077
24078 * international/ccl.el (define-ccl-program): Fix docstring about
24079 extra 256 bytes assured for the output buffer.
24080
24081 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24082 Fix BUFFER_MAGNIFICATION to 2.
24083 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24084
24085 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24086
24087 * align.el (align-rules-list): Added an alignment rule for CSS
24088 declarations (applies to css-mode and html-mode buffers).
24089
24090 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24091
24092 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24093
24094 2005-03-07 Kim F. Storm <storm@cua.dk>
24095
24096 * simple.el (move-beginning-of-line): New command.
24097
24098 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24099
24100 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24101
24102 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24103 and move-beginning-of-line.
24104
24105 * apropos.el (apropos-print): Omit command from M-x ... RET.
24106
24107 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24108
24109 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24110 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24111
24112 2005-03-06 Richard M. Stallman <rms@gnu.org>
24113
24114 * bindings.el (esc-map): Bind M-g to goto-line.
24115
24116 * facemenu.el (global-map): Bind M-o, not M-g.
24117
24118 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24119
24120 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24121 "Open Directory" as for "Open File".
24122
24123 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24124
24125 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24126 (push-mark-command): Run activate-mark-hook.
24127
24128 2005-03-06 Richard M. Stallman <rms@gnu.org>
24129
24130 * help-mode.el (help-mode-finish): Don't alter the element
24131 in view-return-to-alist if there already is one.
24132
24133 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24134 make sure the current buffer is the expected one.
24135
24136 * novice.el (disabled-command-function): Output in *Disabled Command*.
24137 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24138
24139 * textmodes/flyspell.el (flyspell-large-region):
24140 Pass args differently for aspell.
24141
24142 * files.el (mode-require-final-newline): Doc fix.
24143
24144 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24145
24146 * progmodes/which-func.el (which-function):
24147 Specify NOERROR when calling imenu--make-index-alist.
24148
24149 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24150
24151 * simple.el (normal-erase-is-backspace): Define default value.
24152
24153 * custom.el (custom-theme-set-variables): Remove unused var
24154 `immediate'.
24155 (custom-reevaluate-setting): Simple function to handle variables
24156 that are defined before their default value can really be
24157 computed.
24158
24159 * startup.el (command-line): Use it for temporary-file-directory,
24160 small-emporary-file-directory, auto-save-file-name-transforms,
24161 blink-cursor-mode, and normal-erase-is-backspace.
24162
24163 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24164 progress, even with buggy anchored keywords.
24165
24166 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24167
24168 * simple.el (goto-line): Remove unbalanced final parenthesis.
24169
24170 2005-03-05 Richard M. Stallman <rms@gnu.org>
24171
24172 * simple.el (goto-line): Use a number at point as the default.
24173 With C-u as arg, switch buffers.
24174
24175 2005-03-05 Juri Linkov <juri@jurta.org>
24176
24177 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24178 with `no-blinking-cursor'.
24179
24180 * startup.el (no-blinking-cursor): New defvar.
24181 (command-line): Add `--no-blinking-cursor' to longopts.
24182 Set `no-blinking-cursor' to t for command line arguments
24183 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24184 with `no-blinking-cursor' in the condition for calling
24185 `blink-cursor-mode'.
24186
24187 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24188
24189 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24190 (menu-bar-options-save): Add blink-cursor-mode.
24191 (menu-bar-options-menu): Add blink-cursor-mode.
24192
24193 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24194
24195 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24196 (icalendar-export-file, icalendar-export-region)
24197 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24198 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24199
24200 2005-03-04 Lute Kamstra <lute@gnu.org>
24201
24202 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24203 (debug-function-list): Ditto.
24204
24205 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24206
24207 * textmodes/texinfmt.el (texinfo-append-refill):
24208 Redefine the types of line to which @refill
24209 is not appended by replacing a search for `@refill\\|@bye' with
24210 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24211 itemize@refill' bug and the unfilled long lines bug.
24212 (texinfmt-version): Update number and date.
24213
24214 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24215
24216 * international/code-pages.el (windows-1250, windows-125[2-8])
24217 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24218
24219 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24220
24221 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24222 bound yet.
24223
24224 2005-03-02 Romain Francoise <romain@orebokech.com>
24225
24226 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24227 buffer after removing limits.
24228 (ibuffer-pop-filter): Ditto.
24229 Update copyright.
24230
24231 2005-03-02 Miles Bader <miles@gnu.org>
24232
24233 * button.el (make-text-button): If the user doesn't specify a
24234 type, use the default. Rewrite to use `add-text-properties' and
24235 plist functions.
24236
24237 2005-03-01 Lute Kamstra <lute@gnu.org>
24238
24239 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24240 (debugger-jumping-flag): New var.
24241 (debug-entry-code): Use it.
24242 (debugger-jump): Use debugger-jumping-flag and add
24243 debugger-reenable to post-command-hook.
24244 (debugger-reenable): Use debugger-jumping-flag and remove itself
24245 from post-command-hook.
24246 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24247 debugger-reenable.
24248
24249 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24250
24251 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24252 inclusion of "itemize\\|", which may be unnecessary, is certainly
24253 inelegant, and stops refilling in itemize lists when formatting
24254 Japanese Texinfo files to Info.
24255 Update copyright to 2005.
24256
24257 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24258
24259 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24260 of an error if GDB can't find the source file.
24261
24262 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24263
24264 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24265 not just the calendar.
24266
24267 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24268 first.
24269 (diary-redraw-calendar): New function.
24270 (make-diary-entry): Add diary-redraw-calendar to local
24271 write-contents-functions. Turn off selective display before
24272 inserting in diary.
24273
24274 2005-03-01 Kim F. Storm <storm@cua.dk>
24275
24276 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24277
24278 2005-03-01 Lute Kamstra <lute@gnu.org>
24279
24280 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24281 that debug-entry-code can be safely removed from a function while
24282 this code is being evaluated. Revert the 2005-02-27 change as the
24283 new implementation no longer requires it. Make sure that a
24284 function body containing just a string is not mistaken for a docstring.
24285 (debug): Skip one more frame in case of debug on entry.
24286 (debugger-setup-buffer): Delete one more frame line in case of
24287 debug on entry.
24288 (debugger-frame-number): Update to use the new text introduced by
24289 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24290
24291 2005-02-28 Kim F. Storm <storm@cua.dk>
24292
24293 * double.el (double-translate-key): Call force-window-update after
24294 read-event to avoid crash in redisplay.
24295
24296 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24297
24298 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24299 (debug): Use it. Move the inhibit-trace earlier.
24300 (debug-entry-code): New const.
24301 (debug-on-entry-1): Use it.
24302
24303 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24304
24305 * international/utf-16.el (ccl-encode-mule-utf-16le):
24306 Fix BUFFER_MAGNIFICATION to 2.
24307 (ccl-encode-mule-utf-16be): Likewise.
24308
24309 2005-02-28 Kenichi Handa <handa@m17n.org>
24310
24311 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24312 Fix BUFFER_MAGNIFICATION to 4.
24313 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24314
24315 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24316
24317 * speedbar.el (speedbar-update-flag): Doc fix.
24318 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24319 argument.
24320
24321 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24322
24323 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24324 have a non-nil `invisible' property but are actually visible.
24325
24326 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24327 for perldoc sections.
24328 (perl-outline-regexp, perl-outline-level): New var and function.
24329 (perl-mode): Use them.
24330
24331 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24332
24333 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24334 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24335
24336 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24337
24338 * cus-edit.el: Comment change.
24339 (custom-buffer-create-internal): Slightly reword text at top of
24340 Custom buffers. Mention there that saving an option edits the
24341 init file. Add link to Emacs manual node on `custom-file'.
24342 (custom-magic-alist): Rewrite individual State messages to use
24343 capitalized keywords. Doc fix.
24344
24345 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24346
24347 * calendar/calendar.el (calendar-buffer): Move above
24348 calendar-week-start-day.
24349 (calendar-week-start-day): Doc fix. Add :set function.
24350 (calendar-minimum-window-height): New variable.
24351 (generate-calendar-window): Only resize window if selected-window
24352 is displaying the calendar buffer. Use new variable
24353 calendar-minimum-window-height.
24354 (generate-calendar): Reword error message.
24355 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24356
24357 2005-02-27 Andreas Schwab <schwab@suse.de>
24358
24359 * vc.el (vc-do-command): Don't run command asynchronously when
24360 operating in a remote directory.
24361
24362 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24363 change from sync with Tramp 2.0.47.
24364
24365 2005-02-27 Richard M. Stallman <rms@gnu.org>
24366
24367 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24368
24369 * textmodes/flyspell.el (flyspell-mode-on):
24370 Call ispell-change-dictionary only if necessary.
24371
24372 * emacs-lisp/re-builder.el (regexp-builder): New function.
24373
24374 * register.el (describe-register-1): Explicitly handle
24375 yank-excluded-properties = t.
24376
24377 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24378 (custom-magic-alist): Change the status descriptions again.
24379 (face widget-type): Total rewrite based on `restricted-sexp'
24380 to eliminate the confusing double hiding levels.
24381
24382 * emacs-lisp/debug.el (debug-on-entry-1):
24383 If function body is empty, add nil as body form.
24384
24385 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24386
24387 * emacs-lisp/trace.el (inhibit-trace): New var.
24388 (trace-make-advice): Use it.
24389
24390 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24391
24392 2005-02-26 Kim F. Storm <storm@cua.dk>
24393
24394 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24395 (mouse-on-link-p, mouse-drag-region-1): Use it.
24396
24397 2005-02-25 Lute Kamstra <lute@gnu.org>
24398
24399 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24400
24401 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24402
24403 * frame.el (blink-cursor-mode): Add :group keyword.
24404
24405 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24406
24407 * calendar/icalendar.el (icalendar--decode-isodatetime):
24408 New optional argument DAY-SHIFT.
24409 (icalendar-export-region): Fix coding-system-for-write.
24410 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24411 events by one.
24412
24413 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24414
24415 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24416
24417 2005-02-24 Kim F. Storm <storm@cua.dk>
24418
24419 * international/iso-acc.el (iso-accents-compose): Fix crash
24420 during redisplay. Call force-window-update after read-event
24421 and delete-region to signal that window is not accurate.
24422
24423 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24424
24425 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24426 Remove unused and inexistent var `inhibit-trace'.
24427 (debugger-mode): Use run-mode-hooks.
24428 (debugger-list-functions): Add buttons; setup xref stack.
24429
24430 2005-02-23 Richard M. Stallman <rms@gnu.org>
24431
24432 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24433 appointment says it was explicitly made.
24434 (appt-add): Set the 3rd element.
24435 (appt-make-list): Preserve explicit appointments.
24436
24437 * subr.el (find-tag-default): Catch errors in forward-sexp.
24438
24439 2005-02-23 Juri Linkov <juri@jurta.org>
24440
24441 * info.el (Info-isearch-search): New defcustom.
24442 (Info-isearch-search): Call the default isearch function
24443 when Info-isearch-search is nil.
24444 (Info-isearch-wrap): Use variable Info-isearch-search.
24445
24446 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24447
24448 * cus-edit.el: Comment change.
24449
24450 2005-02-22 Kim F. Storm <storm@cua.dk>
24451
24452 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24453 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24454
24455 2005-02-22 Simon Josefsson <jas@extundo.com>
24456
24457 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24458 New variable.
24459 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24460 Oskarsson" <myrkraverk@users.sourceforget.net>.
24461
24462 2005-02-22 Kim F. Storm <storm@cua.dk>
24463
24464 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24465 check that window of that event is the selected window.
24466 (mouse-drag-region-1): Compare mouse event window to selected
24467 window before setting point.
24468
24469 * tooltip.el (tooltip-show-help-function): Pass event to
24470 mouse-on-link-p so it can check selected window.
24471
24472 2005-02-22 Kenichi Handa <handa@m17n.org>
24473
24474 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24475 (ps-mule-show-warning): New function.
24476 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24477 characters are found.
24478
24479 * ps-print.el (ps-header-footer-string): Return a list of header
24480 and footer strings.
24481
24482 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24483
24484 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24485
24486 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24487
24488 * frame.el (blink-cursor-mode): Use define-minor-mode.
24489
24490 * term/mac-win.el (function-key-map): Use char-names more consistently.
24491 (file-name-coding-system): Only set it for MacOS-9. The other case is
24492 already handled in mule-cmds.el (where it also works when mac-win.el
24493 is not used).
24494
24495 2005-02-21 Kenichi Handa <handa@m17n.org>
24496
24497 * international/mule.el (ctext-pre-write-conversion): Always use
24498 " *code-converting-work*" buffer for work.
24499
24500 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24501
24502 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24503
24504 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24505
24506 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24507
24508 * ses.el (undo-more): Restore defadvice, but only the part that
24509 allows changes outside the restricted area of the buffer.
24510
24511 2005-02-20 Kim F. Storm <storm@cua.dk>
24512
24513 * simple.el (line-move): Add fourth optional arg try-vscroll which
24514 must be set to perform auto-window-vscroll.
24515 When moving backwards and doing auto-window-vscroll, automatically
24516 vscroll to the last part of lines which are taller than the window.
24517 (next-line, previous-line): Set try-vscroll arg on line-move.
24518
24519 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24520
24521 * replace.el (query-replace, query-replace-regexp)
24522 (replace-string, replace-regexp): When operating on region, make
24523 the minibuffer prompt say so.
24524
24525 * isearch.el (isearch-forward): Document isearch-query-replace and
24526 isearch-query-replace-regexp keybindings.
24527
24528 2005-02-19 Jay Belanger <belanger@truman.edu>
24529
24530 * calc/calc-aent.el (math-read-token): Add local variable.
24531
24532 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24533 (calc-edit-top): Move declaration to earlier in file.
24534 (calc-edit-macro-repeats): Add local variables.
24535
24536 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24537 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24538 calcFunc-tanh.
24539 Adjust integration rule for calcFunc-tan.
24540
24541 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24542
24543 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24544 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24545 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24546 (viper-skip-separators): Bug fix.
24547 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24548 particular major mode.
24549 (viper-del-backward-char-in-replace): Don't put deleted char on the
24550 kill ring.
24551
24552 * viper-ex.el (viper-color-display-p): New function.
24553 (viper-has-face-support-p): Use viper-color-display-p.
24554
24555 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24556
24557 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24558
24559 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24560 (viper-file-remote-p): Make equivalent to file-remote-p.
24561
24562 * viper.el (viper-major-mode-modifier-list):
24563 Use viper-gnus-modifier-map.
24564
24565 2005-02-19 David Kastrup <dak@gnu.org>
24566
24567 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24568 quoting.
24569
24570 2005-02-19 Jay Belanger <belanger@truman.edu>
24571
24572 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24573 Remove extra definitions.
24574 (calc-coth): New function.
24575 (calcFunc-cot): Fix `let'.
24576
24577 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24578
24579 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24580 the reasons we use "type pc" in these faces.
24581
24582 * button.el (button): Ditto.
24583
24584 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24585
24586 * replace.el (query-replace-read-from): Set the value of
24587 query-replace-from-history-variable to handle the case of an empty
24588 string entered to accept the suggested default.
24589
24590 * net/tramp.el (tramp-file-name-for-operation):
24591 Use dired-call-process instead of dired-call-process-command.
24592
24593 2005-02-19 Jay Belanger <belanger@truman.edu>
24594
24595 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24596 (math-div-non-trig): New variables.
24597 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24598 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24599 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24600 trig expressions.
24601
24602 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24603
24604 * progmodes/gdb-ui.el (gdb-var-update-handler)
24605 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24606 for watch expressions,
24607 (gdb-var-create-handler): Don't set speedbar-update-flag.
24608 (gdb-post-prompt): Simplify test for speedbar.
24609
24610 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24611
24612 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24613 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24614 we use the syntax table of the correct buffer.
24615 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24616 Felix Gatzemeier.
24617
24618 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24619 (ediff-file-remote-p): Make synonymous with file-remote-p.
24620 In all deffaces ediff-*-face-*, use min-colors.
24621
24622 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24623 ediff-recurse-to-subdirectories.
24624 (ediff-mark-if-equal): Check that the arguments are strings, use
24625 ediff-same-contents (after to Felix Gatzemeier).
24626
24627 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24628 nil.
24629
24630 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24631
24632 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24633
24634 2005-02-18 David Kastrup <dak@gnu.org>
24635
24636 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24637 use `mark-active' when defined.
24638
24639 2005-02-18 Kenichi Handa <handa@m17n.org>
24640
24641 * ps-print.el (ps-font-info-database): New entry
24642 ZapfChancery-MediumItalic with correct font name. Fix font name
24643 of the entry Zapf-Chancery-MediumItalic.
24644
24645 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24646
24647 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24648
24649 2005-02-16 Kim F. Storm <storm@cua.dk>
24650
24651 * ido.el (ido-fallback-command): Pass user input to fallback command.
24652
24653 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24654
24655 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24656 (gdb-find-file-hook): Add server prefix.
24657
24658 2005-02-16 Richard M. Stallman <rms@gnu.org>
24659
24660 * replace.el (perform-replace): Pass new args to replace-highlight.
24661 (replace-highlight): Take region args,
24662 and pass them to isearch-lazy-highlight-new-loop.
24663
24664 * novice.el (disabled-command-hook): Autoload the defalias
24665 and the make-obsolete-variable call.
24666
24667 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24668
24669 * isearch.el (isearch-lazy-highlight-start-limit)
24670 (isearch-lazy-highlight-end-limit): New variables limit
24671 the region for highlighting.
24672 (isearch-lazy-highlight-new-loop): New args BEG and END.
24673 (isearch-lazy-highlight-search): Use the new vars.
24674 (isearch-lazy-highlight-update): Likewise.
24675
24676 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24677
24678 * cus-start.el (all): Use default-boundp.
24679
24680 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24681
24682 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24683
24684 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24685
24686 * autorevert.el (auto-revert-stop-on-user-input)
24687 (auto-revert-verbose): Doc fixes.
24688
24689 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24690
24691 * international/mule-cmds.el (set-locale-environment): Remove call
24692 to set-selection-coding-system on Windows.
24693
24694 2005-02-15 Jay Belanger <belanger@truman.edu>
24695
24696 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24697 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24698 calcFunc-coth.
24699 (math-simplify-sqrt): Add simplifications.
24700
24701 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24702 to list.
24703
24704 * calc/calc-ext.el: Add functions to autoloads.
24705
24706 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24707 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24708 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24709 (math-csc-raw, math-cot-raw): New functions.
24710
24711 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24712
24713 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24714 the variable name in a message.
24715
24716 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24717 calcFunc-csc, calcFunc-cot.
24718
24719 * calc/calcalg2.el: Add derivative and integration rules for
24720 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24721 calcFunc-csch, calcFunc-coth.
24722 (math-do-integral-methods): Add to checks for when to use
24723 substitutions.
24724
24725 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24726
24727 2005-02-15 Lute Kamstra <lute@gnu.org>
24728
24729 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24730 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24731 <monnier@iro.umontreal.ca>
24732 (lisp-outline-level): Improve efficiency. Suggested by David
24733 Kastrup <dak@gnu.org>.
24734
24735 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24736
24737 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24738 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24739 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24740 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24741 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24742
24743 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24744
24745 * cus-start.el (all): Comment change.
24746
24747 2005-02-14 Lute Kamstra <lute@gnu.org>
24748
24749 * cus-start.el (all): Check if symbol is void.
24750
24751 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24752
24753 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24754 optional argument to \cite.
24755
24756 2005-02-14 Richard M. Stallman <rms@gnu.org>
24757
24758 * cus-edit.el (custom-buffer-create-internal): Update help message.
24759 (custom-magic-alist): Update help messages.
24760
24761 * cus-start.el (all): Allow a var to specify a standard value.
24762
24763 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24764
24765 * custom.el (custom-theme-set-variables): Handle variable aliases.
24766
24767 * frame.el (blink-cursor-timer): Doc fix.
24768 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24769 declare obsolete.
24770 (blink-cursor-mode): Define with defcustom and use correct
24771 standard expression in that defcustom.
24772 * startup.el (command-line): Adapt to above changes in frame.el.
24773
24774 2005-02-11 Lute Kamstra <lute@gnu.org>
24775
24776 * apropos.el (apropos-score-doc): Prevent division by zero.
24777
24778 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24779
24780 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24781 (icalendar--get-event-property-attributes)
24782 (icalendar--get-event-properties)
24783 (icalendar--datetime-to-diary-date): New functions.
24784 (icalendar--split-value): Doc fix.
24785 (icalendar--datetime-to-noneuropean-date)
24786 (icalendar--datetime-to-european-date): New optional argument
24787 SEPARATOR. Return result as a string instead of a list.
24788 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24789 (icalendar--convert-string-for-export): Rename arg S to STRING.
24790 (icalendar-export-region): Doc fix. Change name of error buffer.
24791 Save output buffer.
24792 (icalendar-import-file): Add blank at end of prompt.
24793 (icalendar-import-buffer): Doc fix. Do not switch to error
24794 buffer. Indicate status in return value.
24795 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24796 buffer. Save output buffer. Handle exception from recurrence
24797 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24798 events. Fix problems with weekly all-day events.
24799
24800 2005-02-10 Richard M. Stallman <rms@gnu.org>
24801
24802 * simple.el (eval-expression-print-format):
24803 Avoid warning about edebug-active.
24804
24805 * help.el (help-for-help-internal): Rename from help-for-help.
24806 (help-for-help): Define with defalias.
24807
24808 * font-core.el (font-lock-default-function): Use with-no-warnings.
24809
24810 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24811
24812 * custom.el (defface): Doc fix.
24813
24814 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24815
24816 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24817 width 0" to prevent word wrapping problems.
24818
24819 2005-02-09 Kim F. Storm <storm@cua.dk>
24820
24821 * ido.el (ido-file-extensions-order): New defcustom.
24822 (ido-file-extension-lessp, ido-file-extension-aux)
24823 (ido-file-extension-order): New advanced file ordering.
24824 (ido-file-lessp): New simple file ordering.
24825 (ido-sort-list): Remove.
24826 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24827 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24828
24829 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24830
24831 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24832 that some versions of grep produce.
24833 (grep-mode-font-lock-keywords): Likewise.
24834
24835 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24836
24837 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24838 (gdb-cdir): Delete.
24839 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24840 (gdb-source-info): Treat case when source file is in another
24841 directory properly.
24842 (gdb-get-location): New function.
24843
24844 2005-02-07 Jay Belanger <belanger@truman.edu>
24845
24846 * calc/calc-prog.el (calc-write-parse-table-part)
24847 (calc-fix-token-name): Fix a check for language type.
24848
24849 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24850
24851 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24852
24853 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24854 as directory not writable.
24855
24856 2005-02-07 Kim F. Storm <storm@cua.dk>
24857
24858 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24859 (cua--standard-movement-commands): Remove list.
24860 Instead, set CUA property value to move for movement commands.
24861 (cua-movement-commands): Remove. Users must set CUA prop instead.
24862 (cua--pre-command-handler): Check CUA property.
24863 (cua--init-keymaps): Don't remap undo commands.
24864 (cua-mode): Don't call cua--rectangle-on-off.
24865
24866 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24867 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24868 (cua--rect-undo-set-point): New var.
24869 (cua--rectangle-undo-boundary): Setup undo apply entry.
24870 (cua--rect-undo-handler): New function for rectangle undo.
24871 (cua--rect-start-position, cua--rect-end-position): Add.
24872 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24873 for restored rectangle. Set point if cua--rect-undo-set-point.
24874
24875 2005-02-06 Jay Belanger <belanger@truman.edu>
24876
24877 * calc/calc-lang.el (calc-tex-language): Display more information
24878 in messages.
24879
24880 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24881 in TeX mode.
24882
24883 2005-02-06 Richard M. Stallman <rms@gnu.org>
24884
24885 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24886
24887 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24888
24889 * net/ldap.el (ldap-search-internal): Support attributes with
24890 optional descriptions separated by a semi-colon, as in
24891 "userCertificate;binary".
24892
24893 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24894
24895 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24896 isn't a cons (i.e. the version is 0).
24897
24898 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24899
24900 * help.el (help-for-help): Doc fix.
24901
24902 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24903
24904 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24905 GDB-Windows on the menu-bar as this works better.
24906
24907 2005-02-04 Jay Belanger <belanger@truman.edu>
24908
24909 * calc/calc-embed.el (calc-embedded-update): Don't put in
24910 unnecessary newlines. Adjust the end of formula marker.
24911
24912 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24913 (math-latex-parse-two-args): New function.
24914
24915 2005-02-03 Lute Kamstra <lute@gnu.org>
24916
24917 * help-fns.el (help-with-tutorial): Make sure that users cannot
24918 remove the entire text of the tutorial by means of `undo'.
24919
24920 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24921
24922 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24923 in recent changes, where the ispell process was repeatedly
24924 killed & restarted.
24925
24926 * international/mule-cmds.el (set-locale-environment): Set file-name
24927 coding system to utf-8 on Darwin systems.
24928 (set-default-coding-systems): Don't set default-file-name-coding-system
24929 on Darwin systems.
24930
24931 2005-02-03 Richard M. Stallman <rms@gnu.org>
24932
24933 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24934
24935 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24936
24937 * faces.el (list-faces-display): Add optional argument.
24938
24939 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24940
24941 * font-core.el (font-lock-default-function): Handle the rare case where
24942 only font-lock-keywords is set.
24943
24944 2005-02-02 Kenichi Handa <handa@m17n.org>
24945
24946 * international/characters.el: Cancel previous change for
24947 I-WITH-DOT-ABOVE and DOTLESS-i.
24948
24949 * international/latin-5.el: Cancel previous change.
24950
24951 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24952
24953 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24954
24955 2005-02-02 Kenichi Handa <handa@m17n.org>
24956
24957 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24958 DOTLESS-i.
24959
24960 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24961 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24962
24963 * case-table.el (get-upcase-table): New function.
24964 (copy-case-table): Copy upcaes table too if non-nil.
24965 (set-case-syntax-delims): Maintain upcase table too.
24966 (set-case-syntax-pair): Likewise.
24967 (set-upcase-syntax, set-downcase-syntax): New functions.
24968 (set-case-syntax): Maintain upcase table too.
24969
24970 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24971
24972 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24973
24974 * progmodes/gud.el (gud-goto-info): New function.
24975 (gud-tool-bar-map): Use correct icon.
24976
24977 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24978
24979 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
24980 When delegating, order args in the funcall correctly.
24981
24982 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
24983
24984 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
24985
24986 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
24987
24988 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
24989 buffer not visiting a file.
24990
24991 2005-01-31 Jay Belanger <belanger@truman.edu>
24992
24993 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
24994 bound on the line with the formula.
24995
24996 2005-01-31 Kim F. Storm <storm@cua.dk>
24997
24998 * ses.el (ses-create-cell-variable-range)
24999 (ses-destroy-cell-variable-range, ses-reset-header-string)
25000 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25001 (ses-insert-row): Fix format of apply undo entries.
25002
25003 2005-01-31 Jay Belanger <belanger@truman.edu>
25004
25005 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25006 parts.
25007
25008 * calc/calc-embed.el (calc-embedded-open-formula)
25009 (calc-embedded-close-formula): Ignore matrix environments.
25010
25011 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25012 TeX mode.
25013
25014 * calc/calc-lang.el (math-function-table, math-oper-table)
25015 (math-variable-table): Adjust the LaTeX portions.
25016
25017 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25018 (math-latex-ignore-words): New constant.
25019
25020 2005-01-31 Richard M. Stallman <rms@gnu.org>
25021
25022 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25023 (ispell-local-dictionary): Doc fix.
25024 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25025 Don't reinitialize at run time. Don't defcustom.
25026 All uses changed to append ispell-local-dictionary-alist,
25027 or check it first.
25028 (ispell-current-dictionary): New variable for dictionary in use.
25029 (ispell-dictionary): Now used only for global default.
25030 (ispell-start-process): Set ispell-current-dictionary,
25031 not ispell-dictionary.
25032 (ispell-change-dictionary): Use this only for setting
25033 user preferences.
25034 (ispell-internal-change-dictionary): New function
25035 to change the current dictionary in use.
25036 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25037 Use ispell-current-dictionary.
25038 Handle ispell-local-dictionary-overridden.
25039 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25040
25041 2005-01-31 Jay Belanger <belanger@truman.edu>
25042
25043 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25044
25045 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25046 (calc-mode-map): Add calc-latex-language.
25047
25048 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25049 (math-latex-print-frac): New functions.
25050 (math-oper-table, math-function-table, math-variable-table)
25051 (math-complex-format, math-input-filter): Add latex properties.
25052 (calc-set-language): Set math-expr-special-function-mapping.
25053
25054 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25055 (calc-write-parse-table-part): Add LaTeX support.
25056
25057 * calc/calc.el (calc-language): Adjust docstring.
25058 (calc-set-mode-line): Add LaTeX support.
25059 (math-expr-special-function-mapping): New variable.
25060 (math-tex-ignore-words): Add to list.
25061
25062 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25063 Add LaTeX support.
25064 (math-compose-expr): Add support for special functions.
25065
25066 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25067
25068 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25069
25070 * progmodes/gdb-ui.el (gdb-memory-address)
25071 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25072 (gdb-memory-mode-map, gdb-memory-format-keymap)
25073 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25074 (gdb-memory-unit-menu): New variables for a buffer
25075 that lets the user examine program memory.
25076 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25077 (gdb-memory-format-binary, gdb-memory-format-octal)
25078 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25079 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25080 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25081 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25082 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25083 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25084 (gdb-memory-mode, gdb-memory-buffer-name)
25085 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25086 New functions for above buffer.
25087
25088 2005-01-30 Richard M. Stallman <rms@gnu.org>
25089
25090 * cus-edit.el (custom-bury-buffer): Function deleted.
25091 (custom-buffer-done-function): Option deleted.
25092 (custom-buffer-done-kill): New replacement option.
25093 (Custom-buffer-done): Call quit-window.
25094 (custom-buffer-create-internal): Update for above changes.
25095
25096 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25097
25098 * simple.el (undo-ask-before-discard): New var.
25099 (undo-outer-limit-truncate): Implement it.
25100 (undo-extra-outer-limit): Doc update.
25101
25102 2005-01-29 Richard M. Stallman <rms@gnu.org>
25103
25104 * ses.el (undo-more): Delete defadvice.
25105 (ses-begin-change): Doc fix.
25106
25107 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25108 instead of rebinding C-x u and C-_.
25109
25110 * files.el (normal-backup-enable-predicate): Return nil for files
25111 in /tmp, regardless of temporary-file-directory.
25112
25113 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25114
25115 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25116 (open-rectangle, delete-whitespace-rectangle-line)
25117 (clear-rectangle-line): If FILL, pass t instead of FILL
25118 for move-to-column's 2nd arg.
25119
25120 * simple.el (undo): Fix the test for continuing a series of undos.
25121 (undo-more): Set pending-undo-list to t when we reach end.
25122 (pending-undo-list): Move up defvar.
25123
25124 * wid-edit.el (widget-button-click):
25125 Shorten the range of the track-mouse binding.
25126
25127 * comint.el (comint-insert-input): Undo previous changes;
25128 use last-input-event in interactive spec.
25129
25130 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25131
25132 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25133 to nil before invoking call-process. Reset buffer's modified flag
25134 after fontifying it in the no-async branch.
25135
25136 * wid-edit.el (widget-specify-button): If mouse pointer shape
25137 cannot be changed, use mouse face instead.
25138
25139 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25140
25141 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25142 (gdb-goto-breakpoint): Make breakpoint handling work on template
25143 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25144 (gdb-assembler-custom): Update to recognize breakpoint information
25145 added on 2005-01-19.
25146
25147 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25148
25149 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25150 (dsssl-mode): Use define-derived-mode.
25151 (scheme-mode-initialize): Remove.
25152 (scheme-mode): Use run-mode-hooks.
25153
25154 * cus-edit.el (customize-group-other-window)
25155 (custom-buffer-create-other-window): Don't override special-display-*.
25156 (custom-mode-map): Make it dense.
25157
25158 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25159 sets the default value.
25160
25161 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25162
25163 * descr-text.el: Add more keywords.
25164
25165 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25166
25167 * speedbar.el: Avoid unnecessary use of locate-library.
25168
25169 * international/mule-cmds.el (standard-display-european-internal):
25170 Don't fiddle with latin-1 non-break space any more since it's now
25171 special cased in the C code.
25172 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25173
25174 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25175
25176 * cus-start.el (all): Add `undo-outer-limit'.
25177
25178 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25179
25180 * textmodes/bibtex.el (bibtex-format-entry):
25181 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25182 field lines.
25183 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25184 not on part of a buffer.
25185
25186 2005-01-25 Lute Kamstra <lute@gnu.org>
25187
25188 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25189 nonempty field text strings like "{letters\\macro{}more letters}".
25190 Clarify docstring.
25191 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25192 (bibtex-entry-offset, bibtex-parse-association)
25193 (bibtex-parse-field-name): Fix typos in docstrings.
25194 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25195
25196 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25197
25198 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25199 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25200 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25201 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25202
25203 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25204 isearch minor mode.
25205
25206 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25207
25208 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25209
25210 2005-01-24 Lute Kamstra <lute@gnu.org>
25211
25212 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25213 CASECHARS and NOT-CASECHARS regular expressions of the
25214 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25215 striding over charsets" error.
25216
25217 2005-01-24 Jay Belanger <belanger@truman.edu>
25218
25219 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25220 display variable name.
25221
25222 2005-01-24 Kenichi Handa <handa@m17n.org>
25223
25224 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25225 Fix setting of the element of encoded-kbd-iso2022-invocations.
25226
25227 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25228
25229 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25230 (gdb-threads-select): Change to also accept mouse events.
25231 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25232 (gdb-threads-mouse-select): Delete.
25233
25234 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25235
25236 * files.el (insert-directory): Take care of empty directory,
25237 listed without -a switch.
25238
25239 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25240
25241 * textmodes/refill.el (refill-post-command-function):
25242 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25243 to the list of functions that we should be careful not to undo.
25244 (refill-late-fill-paragraph-function): Remove.
25245 (refill-saved-state): New var.
25246 (refill-mode): Use it to save fill-paragraph-function.
25247 Save also the value of auto-fill-function.
25248
25249 * term/w32-win.el: Simplify code.
25250
25251 2005-01-23 Kim F. Storm <storm@cua.dk>
25252
25253 * simple.el (line-move): Adapt to new return value from
25254 pos-visible-in-window-p.
25255
25256 * simple.el (line-move): Fix last change. Check partial
25257 visibility at point rather than at window-start.
25258
25259 2005-01-22 Jason Rumney <jasonr@gnu.org>
25260
25261 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25262
25263 2005-01-22 David Kastrup <dak@gnu.org>
25264
25265 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25266
25267 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25268
25269 * type-break.el (type-break-mode): Add a test for
25270 type-break-file-name being non-nil.
25271
25272 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25273
25274 * net/eudc.el (top level): Call (message "") via progn, so that
25275 eudc-options-file is loaded.
25276
25277 2005-01-22 Kim F. Storm <storm@cua.dk>
25278
25279 * simple.el (line-move-1): Rename from line-move.
25280 (line-move): New function that adjusts vscroll for partially
25281 visible rows, and calls line-move-1 otherwise.
25282
25283 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25284
25285 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25286 since it's not a complete read-event implementation
25287
25288 2005-01-20 Jay Belanger <belanger@truman.edu>
25289
25290 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25291 for called function.
25292
25293 2005-01-20 Steven Tamm <steventamm@mac.com>
25294
25295 * term/mac-win.el (process-connection-type): Remove.
25296 Controlled now by s/darwin.h:PTY_ITERATION.
25297
25298 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25299
25300 * window.el (handle-select-window): Don't switch window when we're
25301 in the minibuffer.
25302
25303 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25304
25305 * subr.el (dotimes-with-progress-reporter): New macro.
25306
25307 * ses.el (ses-dotimes-msg): Remove macro.
25308 Use `dotimes-with-progress-reporter' instead.
25309
25310 2005-01-19 Steven Tamm <steventamm@mac.com>
25311
25312 * term/mac-win.el (process-connection-type): Use new
25313 operating-system-release variable to use ptys on Darwin 7 (OS X
25314 10.3) when using carbon build.
25315
25316 2005-01-19 Jay Belanger <belanger@truman.edu>
25317
25318 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25319 flags if the last command was a tab or M-tab.
25320
25321 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25322 in formula editing buffer.
25323
25324 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25325
25326 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25327 breakpoint image symbol in margin.
25328
25329 2005-01-19 Jay Belanger <belanger@truman.edu>
25330
25331 * calc/calc-prog.el (calc-execute-kbd-macro):
25332 Ignore calc-keep-arg-flag.
25333
25334 2005-01-19 Kenichi Handa <handa@m17n.org>
25335
25336 * textmodes/ispell.el (ispell-looking-at): New function.
25337 (ispell-process-line): Use ispell-looking-at to compare the ispell
25338 output and the buffer contents.
25339
25340 2005-01-18 Jay Belanger <belanger@truman.edu>
25341
25342 * calc/calc.el (calc-display-raw): Fix docstring.
25343
25344 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25345
25346 * simple.el (blink-matching-open): Strip extra info from syntax.
25347
25348 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25349 funny chars in the end-of-here-doc marker.
25350
25351 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25352
25353 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25354 that enable/disabled state of breakpoints is shown correctly in
25355 fringe and on ttys.
25356 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25357 Add breakpoint information as text properties.
25358 (gdb-mouse-toggle-breakpoint):
25359 Rename to gdb-mouse-set-clear-breakpoint.
25360 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25361 breakpoints in the margin.
25362 (gdb-remove-strings): Simplify.
25363
25364 2005-01-17 Jay Belanger <belanger@truman.edu>
25365
25366 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25367 erasing buffer.
25368
25369 2005-01-17 Richard M. Stallman <rms@gnu.org>
25370
25371 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25372 for calling grep-compute-defaults.
25373
25374 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25375 if buffer is empty.
25376
25377 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25378
25379 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25380
25381 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25382
25383 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25384 non-preloaded variables.
25385
25386 2005-01-17 Steven Tamm <steventamm@mac.com>
25387
25388 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25389 tex-shell cause to force interactivity when using pipes.
25390
25391 2005-01-17 Kim F. Storm <storm@cua.dk>
25392
25393 * simple.el (just-one-space): Make arg optional.
25394
25395 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25396
25397 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25398 posn-at-x-y to t to access left-margin.
25399
25400 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25401
25402 Sync with Tramp 2.0.47.
25403
25404 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25405 catching keep-date problems in cp/scp operations.
25406 (tramp-handle-copy-file): Don't call `set-file-modes'
25407 unconditionally. Specialized functions should know better what is
25408 necessary. This improves performance a little bit, and the
25409 functions could catch errors with `cp -p' and `scp -p'.
25410 (tramp-do-copy-or-rename-file-via-buffer)
25411 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25412 when appropriate.
25413 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25414 Call `set-file-modes' when appropriate.
25415 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25416 Johnsson <isak@hypergene.com>
25417 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25418 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25419 <joakim@verona.se>
25420 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25421 Emacs only.
25422
25423 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25424 `find-file-hooks' and `dired-mode-hook'.
25425 (tramp-minor-mode-map): Respective map. Add remapping for
25426 `compile' and `recompile'.
25427 (tramp-remap-command, tramp-recompile): New defuns.
25428 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25429 in buffer "*Compilation*". Call the commands asynchronously.
25430
25431 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25432 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25433 `shell-command', because it isn't magic in XEmacs. Reported by
25434 Adrian Aichner <adrian@xemacs.org>.
25435
25436 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25437 `substitute-in-file-name.
25438 (tramp-smb-handle-substitute-in-file-name): New defun.
25439 (tramp-smb-advice-PC-do-completion): Delete advice.
25440
25441 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25442
25443 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25444 Fix error in deleting region.
25445
25446 2005-01-15 Richard M. Stallman <rms@gnu.org>
25447
25448 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25449 In non-temp buffer, switch syntax table temporarily.
25450
25451 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25452
25453 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25454
25455 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25456
25457 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25458 (imenu--generic-function): Use START, not BEG, as pos of definition.
25459
25460 * simple.el (just-one-space): Argument specifies number of spaces.
25461
25462 * simple.el (eval-expression-print-format): Avoid warning
25463 about edebug-active.
25464
25465 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25466
25467 * progmodes/sh-script.el: Code copied from make-mode.el
25468 with small changes,
25469 (sh-mode-map): Bind C-c C-\.
25470 (sh-backslash-column, sh-backslash-align): New variables.
25471 (sh-backslash-region, sh-append-backslash): New functions.
25472
25473 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25474
25475 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25476 (rmail-pop-password, rmail-pop-password-required): Move to
25477 rmail-obsolete group.
25478 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25479 All callers updated.
25480 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25481 Take an argument specifying whether it is POP or IMAP mailbox we
25482 are using. All callers updated.
25483 (rmail-pop-password-error): Rename to
25484 rmail-remote-password-error. Added mailutils-specific error message.
25485 (rmail-movemail-search-path)
25486 (rmail-movemail-variant-in-use): New variables.
25487 (rmail-remote-password, rmail-remote-password-required):
25488 New customization variables.
25489 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25490 (rmail-parse-url): New function.
25491 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25492 with GNU mailutils movemail.
25493
25494 2005-01-15 Kevin Ryde <user42@zip.com.au>
25495
25496 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25497 suffix to space, $ or '$, to correctly position point when going
25498 to @table style constants like DBL_MAX.
25499
25500 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25501
25502 * type-break.el (type-break-mode, type-break-file-time)
25503 (type-break-file-keystroke-count, type-break-choose-file):
25504 Don't store data in or load data from the file if type-break-file-name
25505 is nil.
25506 (type-break-file-name): Doc update as per the above.
25507
25508 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25509
25510 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25511 lookup-key might return nil; handle that.
25512
25513 2005-01-15 Alan Mackenzie <acm@muc.de>
25514
25515 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25516 rather than the element found, thus enabling the tree to be setcar'd.
25517
25518 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25519
25520 * textmodes/org.el (org-show-following-heading): New option.
25521 (org-show-hierarchy-above): Use `org-show-following-heading'.
25522 (org-cycle): Documentation fix.
25523
25524 * textmodes/org.el (orgtbl-optimized): New option
25525 (orgtbl-mode): New command, a minor mode.
25526 (orgtbl-mode-map): New variable.
25527 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25528 (orgtbl-error, orgtbl-self-insert-command)
25529 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25530
25531 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25532 a local variable in each org-mode buffer.
25533
25534 * textmodes/org.el (org-set-regexps-and-options): Rename from
25535 `org-set-regexps'. Added checking for STARTUP keyword.
25536 (org-get-current-options): Add STARTUP options.
25537 (org-table-insert-row): Make mode intelligent about when
25538 realignment is needed.
25539 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25540 New commands.
25541 (org-enable-table-editor): New default value `optimized'.
25542 (org-table-blank-field): Support blanking regions if active.
25543
25544 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25545
25546 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25547 if the year is not given.
25548
25549 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25550 Add new escapes %m and %M, fixed bug with %F by adding
25551 save-match-data.
25552 (reftex-reference): Remove ?. from list of spaces.
25553 (reftex-label-info): Add automatic label prefix recognition.
25554
25555 * textmodes/reftex-index.el (reftex-index-next-phrase):
25556 Add slave parameter to call of `reftex-index-this-phrase'.
25557 (reftex-index-this-phrase): New optional argument.
25558 (reftex-index-region-phrases): Add slave parameter to call of
25559 `reftex-index-this-phrase'.
25560 (reftex-display-index): New argument redo.
25561 (reftex-index-rescan): Add `redo' to arguments of
25562 `reftex-display-index'.
25563 (reftex-index-Rescan, reftex-index-revert)
25564 (reftex-index-switch-index-tag): Add `redo' to arguments of
25565 `reftex-display-index'.
25566 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25567 indexing. Fix bug with matching is there is a quote before or
25568 after the word.
25569
25570 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25571 Fix bug when collecting citation keys in lines with comments.
25572 (reftex-citation): Prefix argument no longer rescans the document,
25573 but forces prompting for optional arguments of cite macros.
25574 (reftex-do-citation): Prompting for optional arguments implemented.
25575
25576 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25577 Add optional arguments to most cite commands.
25578 (reftex-cite-cleanup-optional-args): New option
25579 (reftex-cite-prompt-optional-args): New option.
25580 (reftex-trust-label-prefix): New option.
25581
25582 * textmodes/reftex-toc.el (reftex-toc-find-section):
25583 Add push-mark before changing the position in the buffer.
25584
25585 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25586 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25587
25588 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25589
25590 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25591 more carefully.
25592
25593 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25594
25595 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25596 (sgml-mode): Use it.
25597 (sgml-get-context): Better keep track of implicitly closed tags.
25598
25599 2005-01-13 Kenichi Handa <handa@m17n.org>
25600
25601 * textmodes/ispell.el: These changes are to fix misalignment error
25602 caused by equivalent characters of different Emacs charsets.
25603 (ispell-unified-chars-table): New variable.
25604 (ispell-get-decoded-string): New function.
25605 (ispell-get-casechars, ispell-get-not-casechars)
25606 (ispell-get-otherchars): Call ispell-get-decoded-string.
25607
25608 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25609
25610 * custom.el (custom-declare-variable): Just put symbol instead
25611 of (defvar . symbol) in `current-load-list'.
25612
25613 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25614
25615 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25616
25617 2005-01-12 Jay Belanger <belanger@truman.edu>
25618
25619 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25620 to create a Calc summary.
25621
25622 2005-01-12 Kim F. Storm <storm@cua.dk>
25623
25624 * mouse.el (mouse-on-link-p): Change functionality and doc
25625 string to comply with latest description in lisp ref.
25626
25627 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25628
25629 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25630 Enable mouse clicks on mode-line, header-line and margin.
25631 (event-type): Give mouse event symbols an `event-kind' property
25632 with value `mouse-click'.
25633
25634 2005-01-12 Juri Linkov <juri@jurta.org>
25635
25636 * facemenu.el (list-colors-display): Add new arg buffer-name.
25637 Use it. Fix docstring. Replace code for identifying duplicate
25638 colors by the name with call to `list-colors-duplicates' which
25639 identifies duplicate colors by the value unless the color
25640 is one of special Windows colors. Set truncate-lines to t.
25641 Print sorted duplicate color names on each line. Indent to 22
25642 \(the longest color name in rgb.txt) instead of 20. Optimize.
25643 (list-colors-duplicates): New function.
25644 (facemenu-color-name-equal): Delete function.
25645
25646 * facemenu.el (list-colors-print): New function created from code
25647 in list-colors-display. Print #RRGGBB at the window right edge.
25648 (list-colors-display): When temp-buffer-show-function is not
25649 defined, call list-colors-print from temp-buffer-show-hook
25650 to get the right value of window-width in list-colors-print
25651 after the buffer is displayed.
25652
25653 * simple.el (pop-mark): Move deactivate-mark out of conditional
25654 part to deactivate the active mark regardless of the state of the
25655 mark ring.
25656
25657 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25658 variables line in desktop files.
25659
25660 2005-01-12 Juri Linkov <juri@jurta.org>
25661
25662 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25663 Bring together isearch highlight related options.
25664 (lazy-highlight): Replace group `replace' by `matching'.
25665 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25666 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25667 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25668 and declare them obsolete.
25669 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25670 (isearch-faces): Remove defgroup.
25671 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25672 Move isearch highlighting code closer to lazy highlighting code.
25673
25674 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25675 (query-replace-highlight, query-replace-lazy-highlight)
25676 (query-replace): Move definitions to the beginning of the file.
25677
25678 2005-01-11 Juri Linkov <juri@jurta.org>
25679
25680 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25681 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25682 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25683
25684 * info.el (Info-history-forward): New variable.
25685 (Info-select-node): Reset Info-history-forward to nil.
25686 (Info-last): Turn into defalias.
25687 (Info-history-back): Rename from Info-last.
25688 Add current node to Info-history-forward.
25689 (Info-history-forward): New fun.
25690 (Info-mode-map): Replace Info-last by Info-history-back.
25691 Bind Info-history-forward to "r".
25692 (Info-mode-menu): Replace Info-last by Info-history-back.
25693 Fix menu item text. Add menu item for Info-history-forward.
25694 (info-tool-bar-map): Replace Info-last by Info-history-back.
25695 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25696 for Info-history-forward.
25697 (Info-mode): Replace Info-last by Info-history-back in docstring.
25698 Add local variable Info-history-forward.
25699 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25700
25701 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25702
25703 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25704 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25705 Ignore select-window events rather than fiddle with
25706 mouse-autoselect-window.
25707
25708 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25709
25710 * type-break.el (type-break-mode): Fix previous change.
25711
25712 2005-01-10 Jay Belanger <belanger@truman.edu>
25713
25714 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25715 calculator; only reset when point is inside a calculator.
25716 Don't adjust the window height if the window takes up the whole height
25717 of the frame.
25718
25719 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25720
25721 * ebuff-menu.el (Electric-buffer-menu-mode):
25722 Preserve value of buffer-local var header-line-format.
25723
25724 2005-01-09 Jay Belanger <belanger@truman.edu>
25725
25726 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25727 Make sure settings file exists before accessing it.
25728
25729 * calc/calc-embed.el (calc-embedded-subst):
25730 Replace math-multi-subst-rec, which is only supposed to be called
25731 by math-multi-subst, by math-multi-subst.
25732
25733 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25734
25735 * vc.el (vc-allow-async-revert): New user option.
25736 (vc-disable-async-diff): New internal variable.
25737 (vc-revert-buffer): Use them to disable asynchronous diff.
25738
25739 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25740 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25741 asynchronously if vc-disable-async-diff is t.
25742
25743 2005-01-09 Jay Belanger <belanger@truman.edu>
25744
25745 * calc/calc.el (defcalcmodevar): New macro.
25746 (calc-mode-var-list-restore-default-values)
25747 (calc-mode-var-list-restore-saved-values): New functions.
25748 (calc-mode-var-list): Use defcalcmodevar to define it.
25749 (calc-always-load-extensions, calc-line-numbering)
25750 (calc-line-breaking, calc-display-just, calc-display-origin)
25751 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25752 (calc-group-char, calc-point-char, calc-frac-format)
25753 (calc-prefer-frac, calc-hms-format, calc-date-format)
25754 (calc-float-format, calc-full-float-format, calc-complex-format)
25755 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25756 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25757 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25758 (calc-matrix-brackets, calc-language, calc-language-option)
25759 (calc-left-label, calc-right-label, calc-word-size)
25760 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25761 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25762 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25763 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25764 (calc-window-height, calc-display-trail, calc-show-selections)
25765 (calc-use-selections, calc-assoc-selections)
25766 (calc-display-working-message, calc-auto-why, calc-timing)
25767 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25768 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25769 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25770 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25771 (calc-gnuplot-geometry, calc-graph-default-resolution)
25772 (calc-graph-default-resolution-3d, calc-invocation-macro)
25773 (calc-show-banner): Use defcalcmodevar to declare them and set
25774 their default values.
25775
25776 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25777 instead of default values (but restore default values if there is
25778 an argument of 0).
25779
25780 2005-01-09 David Kastrup <dak@gnu.org>
25781
25782 * desktop.el (desktop-restore-eager): Fix typo in type.
25783
25784 2005-01-08 Richard M. Stallman <rms@gnu.org>
25785
25786 * cus-edit.el (customize): Delete :link.
25787
25788 2005-01-08 Jay Belanger <belanger@truman.edu>
25789
25790 * calc/calc.el (calc-mode): Remove the extension from the
25791 `calc-settings-file' file name when loading it.
25792
25793 2005-01-08 Kim F. Storm <storm@cua.dk>
25794
25795 * info.el (Info-mode-map, Info-next-link-keymap)
25796 (Info-prev-link-keymap, Info-up-link-keymap):
25797 Map follow-link to mouse-face.
25798 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25799
25800 2005-01-08 Jay Belanger <belanger@truman.edu>
25801
25802 * calc/calc.el (calc-settings-file): Change default value.
25803 Suggested by cgw in a comment in calc-mode.el.
25804
25805 * calc/calc-mode.el (calc-settings-file-name):
25806 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25807 Replace ~/.emacs in a prompt by calc-settings-file.
25808
25809 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25810
25811 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25812 (desktop-lazy-idle-delay): New customizable variables.
25813 (desktop-buffer-args-list): New variable.
25814 (desktop-append-buffer-args): New function.
25815 (desktop-save): Call desktop-append-buffer-args for some buffers.
25816 (desktop-lazy-create-buffer): New function.
25817 (desktop-idle-create-buffers): New function.
25818 (desktop-read): Add message about buffers to restore lazily.
25819 (desktop-lazy-abort): New command.
25820 (desktop-clear): Call desktop-lazy-abort.
25821 (desktop-lazy-complete): New command.
25822
25823 2005-01-06 Richard M. Stallman <rms@gnu.org>
25824
25825 * emacs-lisp/find-func.el (find-face-definition):
25826 Rename from find-face.
25827
25828 2005-01-06 Kim F. Storm <storm@cua.dk>
25829
25830 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25831
25832 * man.el (Man-xref-man-page, Man-xref-header-file)
25833 (Man-xref-normal-file): Add follow-link property.
25834
25835 2005-01-06 Jay Belanger <belanger@truman.edu>
25836
25837 * calc/calc-units.el: Make sure the proper macro definitions are
25838 available when compiling.
25839
25840 2005-01-06 Juri Linkov <juri@jurta.org>
25841
25842 * isearch.el (isearch-lazy-highlight-update):
25843 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25844
25845 2005-01-06 Miles Bader <miles@gnu.org>
25846
25847 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25848 (isearch-lazy-highlight-face): Use new name.
25849
25850 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25851
25852 * uniquify.el (uniquify-rationalize-file-buffer-names):
25853 Re-add an interactive spec.
25854 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25855 to the same name.
25856
25857 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25858 (isearch-update, isearch-done): Adjust calls accordingly.
25859
25860 2005-01-05 Richard M. Stallman <rms@gnu.org>
25861
25862 * custom.el (custom-set-variables, custom-theme-set-variables):
25863 Clarify documentation.
25864
25865 * emacs-lisp/find-func.el (find-variable)
25866 (find-variable-other-window, find-variable-other-frame):
25867 Fix the TYPE args to find-function-read and find-function-do-it.
25868 (find-function): Doc fix.
25869 (find-function-at-point): Replace function-at-point alias.
25870
25871 2005-01-04 Richard M. Stallman <rms@gnu.org>
25872
25873 * cus-face.el (custom-declare-face):
25874 Record defface in current-load-list.
25875
25876 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25877
25878 * emacs-lisp/find-func.el: Doc fixes.
25879 (find-face-regexp): New variable.
25880 (find-function-regexp-alist): New variable.
25881 (find-function-C-source): Third arg is now TYPE.
25882 (find-function-search-for-symbol): Handle general TYPE.
25883 (find-function-read, find-function-do-it): Handle general TYPE.
25884 (find-definition-noselect, find-face): New functions.
25885 (function-at-point): Alias deleted.
25886
25887 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25888
25889 * battery.el (display-battery-mode): Rename from display-battery.
25890 Handle the case where it gets turned off.
25891
25892 2005-01-04 Richard M. Stallman <rms@gnu.org>
25893
25894 * cus-edit.el (customize): Make :link point to user doc.
25895
25896 * man.el (Man-fontify-manpage): Turn off undo generation.
25897
25898 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25899
25900 2005-01-04 Andreas Schwab <schwab@suse.de>
25901
25902 * files.el (insert-directory): Only look for error lines in
25903 inserted text. Don't move too far after processing --dired markers.
25904
25905 2005-01-04 Richard M. Stallman <rms@gnu.org>
25906
25907 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25908 Don't expand if the character is @, period, dash, etc.
25909 (define-mail-abbrev): Quote names that contain problem characters.
25910
25911 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25912
25913 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25914
25915 2005-01-03 Richard M. Stallman <rms@gnu.org>
25916
25917 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25918 (query-replace-highlight, query-replace-lazy-highlight)
25919 (query-replace): Definitions moved up. Doc fix.
25920
25921 2005-01-03 Richard M. Stallman <rms@gnu.org>
25922
25923 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25924 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25925 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25926 (lazy-highlight-face): Rename from isearch-lazy-...
25927 Change all references to them.
25928
25929 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25930
25931 * cus-edit.el (custom-file): Doc fix for defcustom.
25932 (custom-file): The function no longer sets the variable
25933 `custom-file' to its return value.
25934
25935 * startup.el (command-line): No longer load `custom-file'.
25936
25937 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25938
25939 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25940
25941 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25942 Don't confuse module-prefixed identifiers for labels.
25943 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25944
25945 2005-01-02 Richard M. Stallman <rms@gnu.org>
25946
25947 * files.el (basic-save-buffer-1): Fix previous change.
25948
25949 * loadhist.el (file-loadhist-lookup): New function.
25950 (file-provides, file-requires): Use it.
25951
25952 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25953 instead of calculating the right size.
25954
25955 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25956
25957 * vc-svn.el (vc-svn-diff): Stay local if possible.
25958
25959 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25960
25961 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25962
25963 * files.el (hack-local-variables): Fix last change.
25964
25965 2005-01-02 Jay Belanger <belanger@truman.edu>
25966
25967 * calc/calc-yank.el (calc-edit-top): New variable.
25968 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25969 object. Change header properties.
25970 (calc-edit-finish, calc-edit-finish-stack-object)
25971 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25972 edited object.
25973 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25974 for the beginning of the edited object.
25975 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
25976 for the beginning of the edited object.
25977 * calc/calc-prog.el (calc-edit-macro-finish-edit)
25978 (calc-finish-formula-edit, calc-macro-repeats)
25979 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
25980 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
25981 beginning of the edited object.
25982 (calc-user-define-edit): Change the header for editing macros.
25983 Remove unnecessary variable.
25984
25985 2005-01-01 Jay Belanger <belanger@truman.edu>
25986
25987 * calc/calc-yank.el (calc-edit-mode): Change default header.
25988 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
25989 * calc/calc-store.el (calc-edit-variable): Change title to match new
25990 header.
25991 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
25992 mode to match new header.
25993 (calc-user-define-edit): Change titles to include names of commands.
25994 (calc-finish-formula-edit): Adjust to handle new header.
25995 (calc-finish-macro-edit): Remove.
25996 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
25997 (calc-edit-macro-command, calc-edit-macro-command-type)
25998 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
25999 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26000 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26001 (calc-edit-macro-finish-edit): New functions.
26002 (calc-user-define-edit): Use new functions to edit named calc macros.
26003
26004 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26005
26006 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26007
26008 * ses.el (copy-region-as-kill): Deactivate mark.
26009
26010 2005-01-01 Richard M. Stallman <rms@gnu.org>
26011
26012 * replace.el (occur-1): If the output buffer is also an input,
26013 don't kill it, rename it.
26014
26015 * faces.el (set-face-background, set-face-foreground): Doc fix.
26016
26017 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26018 for :foreground and :background.
26019
26020 * dired.el (dired-view-command-alist): Variable deleted.
26021 (dired-view-file, dired-mouse-find-file-other-window):
26022 Delete the code to use it.
26023
26024 2005-01-01 Kim F. Storm <storm@cua.dk>
26025
26026 * image.el (insert-sliced-image): Use t for line-height property.
26027
26028 See ChangeLog.11 for earlier changes.
26029
26030 ;; Local Variables:
26031 ;; coding: iso-2022-7bit
26032 ;; End:
26033
26034 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26035 Copying and distribution of this file, with or without modification,
26036 are permitted provided the copyright notice and this notice are preserved.
26037
26038 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1