]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
4e44ebd5fbc927e89c03532e117c4121d1c0e0fd
[gnu-emacs] / lisp / ChangeLog
1 2006-08-13 Romain Francoise <romain@orebokech.com>
2
3 * cus-theme.el (customize-create-theme)
4 (custom-theme-visit-theme): End `y-or-n-p' prompt with a space.
5
6 * filesets.el (filesets-add-buffer): Ditto.
7
8 * pcvs.el (cvs-change-cvsroot): Ditto.
9
10 2006-08-13 Nick Roberts <nickrob@snap.net.nz>
11
12 * progmodes/gdb-ui.el (gdb-frame-separate-io-buffer)
13 (gdb-use-separate-io-buffer, menu): Avoid using `inferior' in text.
14 (gdb-memory-mode, gdb-locals-watch-map): Don't quote lambda
15 expressions.
16 (gdb-info-breakpoints-custom): Use gdb-breakpoint-regexp.
17 Only search till end of line.
18 Add face to function names in case of no filename.
19 Add face to variable names of watchpoints.
20
21 2006-08-12 Robert Thorpe <rthorpe@realworldtech.com> (tiny change)
22
23 * cus-start.el <indent-tabs-mode>: Move to the `indent'
24 customization group.
25
26 2006-08-12 Ken Manheimer <ken.manheimer@gmail.com>
27
28 * allout.el (allout-prior-bindings, allout-added-bindings):
29 Remove, after long deprecation.
30 (allout-beginning-of-line-cycles, allout-end-of-line-cycles):
31 Add customization vars controlling allout-beginning-of-line and
32 allout-end-of-line conveniences.
33 (allout-header-prefix, allout-use-mode-specific-leader)
34 (allout-use-mode-specific-leader, allout-mode-leaders): Revised
35 docstrings.
36 (allout-infer-header-lead): Change to be an alias for
37 allout-infer-header-lead-and-primary-bullet.
38 (allout-infer-header-lead-and-primary-bullet): New version of
39 allout-infer-header-lead which assigns the primary bullet to the
40 same as the header lead, when its being changed.
41 (allout-infer-body-reindent): Apply regexp-quote instead of
42 unconditionally prepending "\\", so that all literal
43 allout-header-prefix and allout-primary-bullet strings are
44 properly handled.
45 (allout-add-resumptions): Add optional qualifier for extending or
46 appending to existing values, rather than replacing them.
47 (allout-view-change-hook): Clarify docstring.
48 (allout-exposure-change-hook): Take explicit arguments, via
49 run-hook-with-args.
50 (allout-structure-added-hook)
51 (allout-structure-deleted-hook)
52 (allout-structure-shifted-hook): New hooks analogous to
53 allout-exposure-change-hook for other kinds of structural outline
54 edits.
55 (allout-encryption-plaintext-sanitization-regexps): New encryption
56 customization variable, by which cooperating modes can provde
57 massage of the plaintext without actually being passed it.
58 (allout-encryption-ciphertext-rejection-regexps)
59 (allout-encryption-ciphertext-rejection-ceiling): New encryption
60 customization variables, by which cooperating modes can prohibit
61 rare but possible ciphertext patterns from fouling their
62 operation, with actually being passed the ciphertext.
63 (allout-mode): Run activation and deactivation hooks after the
64 minor-mode variable has been toggled, to clarify the mode
65 disposition. The new encryption ciphertext rejection variable is
66 used to ensure that the ciphertext does not contain text that
67 would be recognized as outline structural elements by allout.
68 Substite allout-beginning-of-line and allout-end-of-line for
69 conventionall beginning-of-line and end-of-line bindings.
70 If allout-old-style-prefixes is non-nil, don't nullify it on mode
71 activation!
72 (allout-beginning-of-line): Respect `allout-beginning-of-line-cycles'.
73 (allout-end-of-line): Respect `allout-end-of-line-cycles'.
74 (allout-chart-subtree): Implement new mode, charting only the
75 visible items in the subtree, when new 'visible' parameter is
76 non-nil.
77 (allout-end-of-subtree): Properly handle the last item in the
78 buffer.
79 (allout-pre-command-business, allout-command-counter): Increment
80 an advertised counter so that cooperating enhancements can track
81 revisions of items.
82 (allout-open-topic): Run allout-structure-added-hook with suitable
83 arguments.
84 (allout-shift-in): Run allout-structure-shifted-hook with suitable
85 arguments.
86 (allout-shift-out): Fix doubling for negative args and ensure call
87 of allout-structure-shifted-hook by solely using allout-shift-in.
88 (allout-kill-line, allout-kill-topic): Run
89 allout-structure-deleted-hook with suitable arguments.
90 (allout-yank-processing): Run allout-structure-added-hook with
91 proper arguments.
92 (allout-yank): Enclose activity in allout-unprotected.
93 (allout-flag-region): Run allout-exposure-change-hook with
94 suitable arguments, instead of making the callee infer the
95 arguments.
96 (allout-encrypt-string): Support
97 allout-encryption-plaintext-sanitization-regexps,
98 allout-encryption-ciphertext-rejection-regexps, and
99 allout-encryption-ciphertext-rejection-ceiling. Indicate correct
100 en/de cryption mode in symmetric encryption failure message.
101 (allout-obtain-passphrase): Use copy-sequence to get a distinct
102 copy of the passphrase, and don't zero it or we'll corrupt the
103 stashed copy.
104 (allout-create-encryption-passphrase-verifier)
105 (allout-verify-passphrase): Respect the new signature for
106 allout-encrypt-string.
107 (allout-get-configvar-values): Convenience for getting a
108 configuration variable value and handling its absence gracefully.
109
110 2006-08-11 Romain Francoise <romain@orebokech.com>
111
112 * obsolete/zone-mode.el: Delete.
113
114 2006-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
115
116 * textmodes/dns-mode.el (dns-mode): Use before-save-hook.
117
118 2006-08-11 Thien-Thi Nguyen <ttn@gnu.org>
119
120 * emacs-lisp/bindat.el (bindat-ip-to-string):
121 Use `format-network-address' if possible.
122
123 2006-08-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
124
125 * x-dnd.el (x-dnd-init-frame): Call x-register-dnd-atom.
126
127 2006-08-10 Chong Yidong <cyd@stupidchicken.com>
128
129 * emacs-lisp/edebug.el (edebug-recursive-edit): Don't save and
130 restore unread-command-events here.
131 (edebug-display): Do it here, to detect sit-for interruptions.
132
133 2006-08-10 Romain Francoise <romain@orebokech.com>
134
135 * textmodes/dns-mode.el: Alias `zone-mode' to `dns-mode'.
136 (dns-mode-soa-auto-increment-serial): New user option.
137 (dns-mode-soa-maybe-increment-serial): New function.
138 (dns-mode): Add the latter to `write-contents-functions'.
139
140 * obsolete/zone-mode.el: Move to obsolete/ from net/.
141 Delete autoload cookies.
142
143 2006-08-10 John Wiegley <johnw@newartisans.com>
144
145 * eshell/em-glob.el (eshell-glob-chars-list)
146 (eshell-glob-translate-alist): Add support for [^g] in character globs.
147
148 2006-08-10 Richard Stallman <rms@gnu.org>
149
150 * facemenu.el (facemenu-add-face): Pass frame to facemenu-active-faces.
151 (facemenu-set-face): Doc fix.
152 (facemenu-listed-faces): Doc fix.
153
154 2006-08-09 Chong Yidong <cyd@stupidchicken.com>
155
156 * avoid.el (mouse-avoidance-animating-pointer): New var.
157 (mouse-avoidance-nudge-mouse): Use it.
158 (mouse-avoidance-banish): Rename from mouse-avoidance-banish-hook.
159 (mouse-avoidance-exile): Rename from mouse-avoidance-exile-hook
160 (mouse-avoidance-fancy): Rename from mouse-avoidance-fancy-hook.
161 Don't activate if currently animating. All callers changed.
162
163 2006-08-09 John Wiegley <johnw@newartisans.com>
164
165 * calendar/timeclock.el (timeclock-use-elapsed): Added a new
166 variable, which causes timeclock to report elapsed time worked,
167 instead of just work remaining.
168
169 2006-08-09 Kenichi Handa <handa@m17n.org>
170
171 * international/latexenc.el (latexenc-find-file-coding-system):
172 Fix for the case that the 2nd element of arg-list is a cons.
173
174 2006-08-08 Chong Yidong <cyd@stupidchicken.com>
175
176 * info.el (Info-fontify-node): Handle preceding `in' for note
177 reference hiding rules.
178
179 2006-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
180
181 * progmodes/sh-script.el (sh-quoted-subshell): Make sure we don't
182 mistake a closing " for an opening one.
183
184 2006-08-07 Dan Nicolaescu <dann@ics.uci.edu>
185
186 * term/xterm.el (terminal-init-xterm): Add more key bindings.
187
188 2006-08-07 Stefan Monnier <monnier@iro.umontreal.ca>
189
190 * complete.el (PC-do-completion): Filter out completions matching
191 completion-ignored-extensions before checking whether there are
192 multiple completions.
193 Don't use `list' unnecessarily when building completion tables.
194
195 2006-08-06 Richard Stallman <rms@gnu.org>
196
197 * help.el (describe-mode): Make minor mode list more concise.
198
199 2006-08-05 Chong Yidong <cyd@stupidchicken.com>
200
201 * bindings.el: Give mode-line-format, mode-line-modes, and
202 mode-line-position `standard-value' properties.
203
204 2006-08-05 Eli Zaretskii <eliz@gnu.org>
205
206 * buff-menu.el (list-buffers-noselect): For Info buffers, use
207 "(file)node" instead of the file name.
208
209 2006-08-05 Richard Stallman <rms@gnu.org>
210
211 * faces.el (escape-glyph): Doc fix.
212
213 2006-08-04 Kenichi Handa <handa@m17n.org>
214
215 * international/mule-diag.el (describe-font): Improve docstring
216 and error message. Use frame-parameter (not frame-parameters).
217
218 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
219
220 * progmodes/gud.el (gdb-script-font-lock-syntactic-keywords):
221 Correctly mark the end-of-docstring char.
222
223 2006-08-03 Chong Yidong <cyd@stupidchicken.com>
224
225 * simple.el (line-move-to-column): Constrain move-to-column to
226 current field.
227
228 2006-08-03 Stefan Monnier <monnier@iro.umontreal.ca>
229
230 * font-lock.el (font-lock-beg, font-lock-end)
231 (font-lock-extend-region-functions): New vars.
232 (font-lock-extend-region-multiline)
233 (font-lock-extend-region-wholelines): New functions.
234 (font-lock-default-fontify-region): Use them.
235 (font-lock-extend-jit-lock-region-after-change): Only round up
236 if font-lock-default-fontify-region will do it as well.
237
238 * font-lock.el (font-lock-extend-after-change-region-function):
239 Rename from font-lock-extend-region-function.
240 (font-lock-extend-region): Remove by inlining at call sites.
241 (font-lock-after-change-function): Don't needlessly round up to a whole
242 number of lines.
243 (font-lock-extend-jit-lock-region-after-change): Be more careful about
244 the boundary conditions and the interactions between the various ways
245 to extend the region.
246
247 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
248
249 * jit-lock.el (jit-lock-fontify-now): Preserve the buffer's
250 modification status when forcing the second redisplay.
251
252 2006-08-03 Kim F. Storm <storm@cua.dk>
253
254 * edmacro.el (edmacro-fix-menu-commands): Ignore switch-frame.
255
256 2006-08-02 Stefan Monnier <monnier@iro.umontreal.ca>
257
258 * pcvs-util.el (cvs-get-buffer-create): Obey `noreuse' even if `name'
259 doesn't look like a file name.
260
261 * complete.el (PC-expand-many-files): Avoid signalling an error when
262 the current directory doesn't exist. Reported by Micha\e,Ak\e(Bl Cadilhac.
263
264 2006-08-02 Andreas Schwab <schwab@suse.de>
265
266 * bindings.el (mode-line-format): Simplify reference to vc-mode.
267
268 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
269
270 * bindings.el (map): Make mode-line-buffer-identification-keymap
271 before defining propertized-buffer-identification.
272
273 2006-08-01 Richard Stallman <rms@gnu.org>
274
275 * bindings.el (mode-line-format): Adjust spacing around vc-mode.
276
277 2006-08-02 Nick Roberts <nickrob@snap.net.nz>
278
279 * progmodes/gdb-ui.el (gdb-find-source-frame): Make nil the
280 default value.
281 (gdb-find-source-frame): New function.
282 (menu): Add to menu bar.
283
284 2006-08-01 Stefan Monnier <monnier@iro.umontreal.ca>
285
286 * font-core.el (font-lock-extend-region-function)
287 (font-lock-extend-region): Move to font-lock.el.
288
289 * font-lock.el (font-lock-extend-region-function)
290 (font-lock-extend-region): Move from font-core.el. Simplify.
291
292 * jit-lock.el (jit-lock-fontify-now): Cause a second redisplay
293 if needed.
294 (jit-lock-start, jit-lock-end): New dynamic scoped vars.
295 (jit-lock-after-change-extend-region-functions): New hook.
296 (jit-lock-after-change): Use it instead of hard-coding font-lock code.
297
298 * font-lock.el (font-lock-extend-jit-lock-region-after-change): New fun.
299 (font-lock-turn-on-thing-lock): Use it.
300
301 * longlines.el (longlines-show-region): Make it work on read-only
302 buffers as well.
303
304 2006-08-01 Nick Roberts <nickrob@snap.net.nz>
305
306 * progmodes/gdb-ui.el (gdb-set-hollow): Check for gud-last-last-frame.
307
308 2006-07-31 Richard Stallman <rms@gnu.org>
309
310 * progmodes/vhdl-mode.el (vhdl-speedbar-display-directory)
311 (vhdl-speedbar-display-projects): Update old obsolete
312 speedbar variable names.
313
314 2006-07-31 Nick Roberts <nickrob@snap.net.nz>
315
316 * progmodes/gdb-ui.el (gdb-find-source-frame): New option.
317 (gdb-stopped): Use it.
318
319 * t-mouse.el (t-mouse-mode): Use set-process-query-on-exit-flag.
320
321 2006-07-29 Chong Yidong <cyd@stupidchicken.com>
322
323 * loadhist.el (unload-feature): Handle new `(t . SYMBOL)' format
324 for load-history elements.
325
326 2006-07-29 Eli Zaretskii <eliz@gnu.org>
327
328 * files.el (convert-standard-filename): For Cygwin, replace
329 characters not allowed in Windows file names.
330 (make-auto-save-file-name): Add Cygwin to the list of systems
331 where the auto-save file name needs to be run through
332 convert-standard-filename.
333
334 2006-07-29 Lennart Borgman <lennart.borgman.073@student.lu.se>
335
336 * window.el (bw-get-tree): Don't integerp subtree if it's nil.
337
338 2006-07-28 Richard Stallman <rms@gnu.org>
339
340 * bindings.el (mode-line-frame-identification)
341 (propertized-buffer-identification): Centralize the code
342 to initialize the variable.
343
344 * progmodes/grep.el (grep-default-command): Catch errors from
345 wildcard-to-regexp.
346
347 2006-07-29 Kim F. Storm <storm@cua.dk>
348
349 * progmodes/grep.el (grep-tag-default): New function.
350 (grep-default-command, grep-read-regexp): Use it.
351 (grep-read-files): Use car of grep-files-history or grep-files-aliases
352 as default if nothing else applies.
353
354 2006-07-28 Bill Atkins <atkinw@rpi.edu> (tiny change)
355
356 * wdired.el (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
357 Throw error if buffer is not in Dired and Wdired mode, respectively.
358
359 2006-07-28 Chong Yidong <cyd@stupidchicken.com>
360
361 * cus-edit.el (custom-no-edit): Revert 2006-07-27 change, so that
362 self-insert-command keys don't activate buttons.
363 (custom-mode-map): Just don't bind "\C-m" to `custom-no-edit'.
364
365 2006-07-29 Nick Roberts <nickrob@snap.net.nz>
366
367 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Use different
368 faces for enable character.
369
370 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
371
372 * Makefile.in (recompile): Update comment to reflect change
373 on 2004-04-21.
374
375 2006-07-27 Richard Stallman <rms@gnu.org>
376
377 * cus-edit.el (customize-package-emacs-version-alist): Doc fix.
378 (customize-package-emacs-version): Change msg when pkg has no entry.
379 (custom-no-edit): On a button, do like widget-button-press.
380
381 2006-07-27 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * term/xterm.el (terminal-init-xterm): Fix bindings for C-tab,
384 S-tab and C-S-tab.
385
386 2006-07-28 Nick Roberts <nickrob@snap.net.nz>
387
388 * progmodes/which-func.el (which-function): Fix documentation/
389 comment typo.
390
391 2006-07-26 Richard Stallman <rms@gnu.org>
392
393 * textmodes/ispell.el (ispell-word): If we replace the word,
394 move point to the end. Insert before deleting.
395
396 2006-07-26 Chong Yidong <cyd@stupidchicken.com>
397
398 * subr.el (sit-for): Use new SECONDS arg of read-event instead of
399 a timer.
400
401 2006-07-26 Mathias Dahl <mathias.dahl@gmail.com>
402
403 * tumme.el (tumme-backward-image): Add prefix argument. Add error
404 when at first image.
405 (tumme-forward-image): Add prefix argument. Add error when at last
406 image.
407
408 2006-07-25 Stefan Monnier <monnier@iro.umontreal.ca>
409
410 * tabify.el (tabify-regexp): Use more specific regexps.
411 (tabify): Avoid modifying the buffer unnecessarily.
412
413 2006-07-25 Mathias Dahl <mathias.dahl@gmail.com>
414
415 * tumme.el (tumme-track-original-file): Add `buffer-live-p' check.
416 (tumme-format-properties-string): Handle empty `buf'.
417 (tumme-get-comment): Change variable names inside `let'.
418 Add missing `let' variable that cause font-lock problems.
419 (tumme-write-comments): Change variable names inside `let'.
420 Add missing `let' variable that cause font-lock problems.
421 (tumme-forward-image): Rename from `tumme-forward-char'.
422 (tumme-backward-image): Rename from `tumme-backward-char'.
423
424 2006-07-25 Masatake YAMATO <jet@gyve.org>
425
426 * progmodes/ld-script.el (ld-script-keywords)
427 (ld-script-font-lock-keywords, ld-script-builtins): Update keywords
428 and add comments.
429
430 2006-07-25 Nick Roberts <nickrob@snap.net.nz>
431
432 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
433 (gdb-resync, gdb-prompt, gdb-starting, gdb-exited, gdb-stopped)
434 (gdb-set-gud-minor-mode-existing-buffers-1): Use different faces
435 for status indicator.
436
437 2006-07-24 Richard Stallman <rms@gnu.org>
438
439 * xml.el (xml-parse-file): Clean up, and use with-temp-buffer.
440
441 * subr.el (dolist, dotimes): Use interned symbols for locals.
442 (--dotimes-limit--, --dolist-tail--): New defvars.
443 (looking-back): Doc fix.
444
445 * replace.el (replace-match-string-symbols): Handle dotted lists.
446
447 2006-07-24 mathias <mathias@mattis>
448
449 * tumme.el (tumme-write-tags): Add.
450 (tumme-write-comments): Add.
451 (tumme-tag-files): Change to use `tumme-write-tags'.
452 (tumme-tag-thumbnail): Change to use `tumme-write-tags'.
453 (tumme-dired-comment-files): Change to use `tumme-write-comments'.
454 (tumme-save-information-from-widgets): Change to use
455 `tumme-write-comments' and `tumme-write-tags'.
456 (tumme-comment-thumbnail): Change to use `tumme-write-comments'.
457 (tumme-write-tag): Remove.
458 (tumme-write-comment): Remove.
459 (tumme-display-previous-thumbnail-original): Remove empty line.
460 (tumme-widget-list): Add punctuation.
461
462 2006-07-24 mathias <mathias.dahl@gmail.com>
463
464 * tumme.el (tumme-line-up): Add an extra check for end of buffer.
465
466 2006-07-24 Daiki Ueno <ueno@unixuser.org>
467
468 * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
469 letters from the end. Thanks to "David Smith" <davidsmith@acm.org>
470 and andreas@altroot.de (Andreas V\e,Av\e(Bgele).
471
472 2006-07-23 Thien-Thi Nguyen <ttn@gnu.org>
473
474 * mouse.el (mouse-on-link-p): Doc fix.
475
476 2006-07-23 Nick Roberts <nickrob@snap.net.nz>
477
478 * emacs-lisp/find-func.el (find-function-search-for-symbol):
479 Handle "C-h f `".
480
481 2006-07-22 Dan Nicolaescu <dann@ics.uci.edu>
482
483 * ibuffer.el (ibuffer-formats): Use left alignment for the mode
484 column.
485
486 2006-07-22 Matt Hodges <MPHodges@member.fsf.org>
487
488 * textmodes/table.el: Add move-beginning-of-line and
489 move-end-of-line to Point Motion Only Group.
490
491 2006-07-22 Eric Hanchrow <offby1@blarg.net>
492
493 * progmodes/delphi.el (delphi-fill-comment): Use save-restriction.
494
495 2006-07-22 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
496
497 * startup.el (user-mail-address): Initialize from the `EMAIL'
498 environment variable first. Document this.
499 (command-line): Ditto.
500
501 2006-07-22 Nick Roberts <nickrob@snap.net.nz>
502
503 * help-mode.el (help-function-def, help-variable-def)
504 (help-face-def): Print a message in the minibuffer.
505
506 2006-07-21 Dan Nicolaescu <dann@ics.uci.edu>
507
508 * term/xterm.el (terminal-init-xterm): Fix key bindings
509 syntax. Bind S-return, C-M-., C-TAB, S-TAB and C-S-TAB.
510
511 2006-07-21 Eli Zaretskii <eliz@gnu.org>
512
513 * dos-w32.el (find-buffer-file-type-coding-system): Support calls
514 where `(nth 1 command)' is a cons cell. Doc fix.
515
516 * textmodes/po.el (po-find-charset): Doc fix.
517
518 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
519
520 * allout.el (allout-unprotected, allout-e-o-prefix-p)
521 (allout-beginning-of-current-line, allout-end-of-current-line)
522 (allout-next-visible-heading, allout-open-topic)
523 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
524 (allout-flag-current-subtree, allout-show-to-offshoot)
525 (allout-hide-current-entry, allout-show-current-branches)
526 (allout-hide-region-body, allout-old-expose-topic)
527 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
528 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
529 containing `beginning-of-line' and `end-of-line' with
530 `inhibit-field-text-motion' t.
531
532 2006-07-21 Eli Zaretskii <eliz@gnu.org>
533
534 * frame.el (focus-follows-mouse): Document that it doesn't have
535 any effect on MS-Windows.
536
537 2006-07-20 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * progmodes/sh-script.el (sh-quoted-subshell): Further fix last change.
540
541 2006-07-20 Jay Belanger <belanger@truman.edu>
542
543 * calc.el (calc-previous-alg-entry): Remove variable.
544
545 * calc-aent.el (calc-alg-entry-history, calc-quick-calc-history):
546 New variables.
547 (calc-alg-entry): Use `calc-alg-entry-history'.
548 (calc-do-quick-calc): Use `calc-quick-calc-history'.
549 Remove reference to `calc-previous-alg-entry'.
550 (calcAlg-edit, calcAlg-enter): Remove reference to
551 `calc-previous-alg-entry'.
552 (calcAlg-previous): Use `previous-history-element' instead of
553 `calc-previous-alg-entry'.
554 (calc-do-alg-entry): Use history when calling `read-from-minibuffer'.
555 Change keybinding for `calcAlg-plus-minus', add keybindings for
556 `previous-history-element' and `next-history-element'.
557
558 * calc-rewr.el (calc-match): Remove reference to
559 `calc-previous-alg-entry'.
560
561 * calc-sel.el (calc-selection-history): New variable.
562 (calc-enter-selection, calc-sel-mult-both-sides)
563 (calc-sel-add-both-sides): Use `calc-selection-history'.
564
565 * calc-map.el (calc-get-operator-history): New variable.
566 (calc-get-operator): Use `calc-get-operator-history'.
567
568 * calcalg3.el (calc-curve-fit-history): New variable.
569 (calc-curve-fit): Use `calc-curve-fit-history'.
570
571 2006-07-20 Kenichi Handa <handa@m17n.org>
572
573 * international/mule-cmds.el (select-safe-coding-system): Fix the
574 way of deciding eol-type of the coding system.
575
576 2006-07-20 Alan Mackenzie <acm@muc.de>
577
578 * progmodes/cc-langs.el (c-emacs-variable-inits): New variable.
579 (c-lang-setvar): New macro.
580 (c-make-init-lang-vars-fun): Use the initialization forms in
581 c-emacs-variable-inits in addition to those in c-lang-variable-inits.
582 (comment-start, comment-end, comment-start-skip): Change these from
583 c-lang-defvar's to c-lang-setvar's.
584
585 * progmodes/cc-mode.el (c-make-emacs-variables-local): New macro,
586 which calls make-local-variable on the elements of
587 c-emacs-variable-inits.
588 (c-init-language-vars-for): Call this new macro.
589
590 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
591
592 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
593 Try to rule out false positives due to time stamps.
594 (compilation-mode-font-lock-keywords): Remove rules made redundant
595 because of the above change. Add `segmentation fault' to the known and
596 highlighted compilation termination messages.
597
598 2006-07-19 Kim F. Storm <storm@cua.dk>
599
600 * progmodes/grep.el (grep-find-ignored-directories):
601 Add .svn and _darcs to list.
602
603 2006-07-19 Mathias Dahl <mathias.dahl@gmail.com>
604
605 * dired.el (dired-mode-map): Add key binding `C-te' for
606 `tumme-dired-edit-comment-and-tags'.
607
608 * tumme.el (tumme-display-thumbnail-original-image): Make sure
609 image display buffer is displayed before call to
610 `tumme-display-image.
611 (tumme-dired-display-image): Make sure image display buffer is
612 displayed before call to `tumme-display-image.
613 (tumme-mouse-display-image): Make sure image display buffer is
614 displayed before call to `tumme-display-image.
615 (tumme-widget-list): Add.
616 (tumme-dired-edit-comment-and-tags): Add.
617 (tumme-save-information-from-widgets): Add.
618
619 2006-07-19 Stefan Monnier <monnier@iro.umontreal.ca>
620
621 * progmodes/sh-script.el (sh-quoted-subshell): Fix last change.
622
623 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
624
625 * progmodes/sh-script.el (sh-font-lock-keywords-1):
626 Revert inadvertently installed patch hunk.
627
628 * progmodes/compile.el (compilation-find-file): Handle the
629 cases where the user selects a non-existent file.
630
631 2006-07-18 Stefan Monnier <monnier@iro.umontreal.ca>
632
633 * bindings.el (minibuffer-local-map): Rebind TAB so it inserts a \t.
634
635 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
636
637 * subr.el (sit-for): Just sleep-for if noninteractive.
638
639 2006-07-17 Stefan Monnier <monnier@iro.umontreal.ca>
640
641 * emacs-lisp/autoload.el (make-autoload): Use new arg.
642
643 * custom.el (custom-autoload): Add `noset' argument.
644 (custom-push-theme): Don't autoload the variable, let callers do it.
645 (custom-theme-set-variables): Autoload the variable if necessary.
646
647 * cus-edit.el (custom-variable-state-set): If the variable was
648 originally set outside custom, but to the same value as the default,
649 consider it to be standard.
650
651 * Makefile.in (mh-loaddefs.el): Finish setting up the default empty
652 file *before* telling Emacs to add the autoloads, in case it fails.
653
654 * progmodes/sh-script.el (sh-quoted-subshell): Don't match escaped `.
655 Use `cond', push', and `dolist'.
656
657 2006-07-17 Richard Stallman <rms@gnu.org>
658
659 * image-mode.el (tar-superior-buffer, archive-superior-buffer):
660 Add defvars to silence warnings.
661
662 2006-07-17 Chong Yidong <cyd@stupidchicken.com>
663
664 * progmodes/compile.el (compilation-mode-font-lock-keywords):
665 Don't highlight "Compiling file" messages as error.
666
667 * dired-aux.el (dired-compress-file): Confirm again if gzipped
668 file already exists.
669
670 2006-07-16 Thien-Thi Nguyen <ttn@gnu.org>
671
672 * find-file.el (ff-special-constructs): Doc fix. Also, for C/C++
673 entry, don't assign to free var; simply return the extracted filename.
674 (ff-treat-as-special): Incorporate common preamble from callers.
675 (ff-other-file-name, ff-find-the-other-file):
676 Update call to ff-treat-as-special.
677
678 * progmodes/ada-mode.el (ada-mode): Rewrite ff-special-constructs init.
679
680 2006-07-16 Mathias Dahl <mathias.dahl@gmail.com>
681
682 * tumme.el (tumme-get-comment): Fix bug.
683
684 2006-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
685
686 * files.el: Remove spurious * in docstrings.
687
688 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
689
690 * allout.el (allout-run-unit-tests-on-load): Rectify docstring
691 grammar.
692 (allout-beginning-of-current-line): Beware beginning of buffer.
693 Also, a comment is simplified.
694 (allout-hotspot-key-handler): Only set allout-post-goto-bullet
695 when appropriate. (This fix enables use for other than
696 bullet-hotspot operation.)
697 (allout-hide-current-subtree): While escalating to sibling-close,
698 make sure to situate on a topic.
699
700 2006-07-14 Kim F. Storm <storm@cua.dk>
701
702 * emulation/cua-base.el (cua-delete-selection)
703 (cua-toggle-set-mark): New defcustoms.
704 (cua-rectangle-modifier-key): Add `alt' modifier.
705 (cua-replace-region): Don't delete if cua-delete-selection is nil.
706 (cua-set-mark): Don't clear mark if cua-toggle-set-mark is nil.
707 Suggested by Klaus Zeitler <kzeitler@lucent.com>.
708
709 * emulation/cua-rect.el (cua-help-for-rectangle): Add `alt' modifier.
710
711 2006-07-14 Ken Manheimer <ken.manheimer@gmail.com>
712
713 * allout.el: Require 'cl during byte-compilation/interactive load,
714 for the `assert' macro.
715 (allout-mode-deactivate-hook): New hook, run when allout mode
716 deactivates.
717 (allout-developer): New allout customization subgroup.
718 (allout-run-unit-tests-on-load): New allout-developer
719 customization variable, when true allout unit tests are run towards
720 end of file load/eval.
721 (allout-inhibit-auto-fill): Disable auto-fill activity even during
722 auto-fill-mode.
723 (allout-resumptions): Remove, to be replaced by...
724 (allout-add-resumptions): Register variable settings to be
725 reinstated by `allout-do-resumptions'. The settings are made
726 buffer-local, but the locality/globality of the suspended setting
727 is restored on resumption.
728 (allout-do-resumptions): Reinstate all settings suspended using
729 `allout-add-resumptions'.
730 (allout-test-resumptions): Unit tests (and intermediate variables)
731 for resumptions.
732 (allout-tests-globally-unbound, allout-tests-globally-true)
733 (allout-tests-locally-true): Intermediate variables for
734 resumptions unit tests.
735 (allout-overlay-preparations): Replaces `allout-set-overlay-category'.
736 (allout-exposure-category): Replaces 'allout-overlay-category variable.
737 (allout-mode): Use `allout-add-resumptions' and `allout-do-resumptions'
738 instead of retired `allout-resumptions'. For hook functions, use
739 `local' parameter so hook settings are created and removed as
740 buffer-local settings. Revise (resumptions) setting
741 auto-fill-function so it is set only if already active. (The
742 related fill-function settings are all made in either case, so
743 that activating auto-fill-mode activity will have the custom
744 allout-mode behaviors (hanging indent on topics, if configured for it).
745 Remove all allout-exposure-category overlays on mode deactivation.
746 (allout-hotspot-key-handler): New function extracted from
747 `allout-pre-command-business', so the functionality can be used
748 for other purposes, eg as a binding in an overlay.
749 (allout-pre-command-business): Use new `allout-hotspot-key-handler'.
750 (allout-auto-fill): Respect new `allout-inhibit-auto-fill'
751 customization variable.
752 (allout-run-unit-tests): Run the (currently quite small)
753 repertoire of unit tests. Called just before the provide iff user
754 has customized `allout-run-unit-tests-on-load' non-nil.
755
756 2006-07-14 K\e,Aa\e(Broly L\e,Bu\e(Brentey <lorentey@elte.hu>
757
758 * emacs-lisp/authors.el (authors-aliases): Update.
759
760 2006-07-14 Nick Roberts <nickrob@snap.net.nz>
761
762 * progmodes/gdb-ui.el (gdb-display-buffer): Check for
763 gdb-source-window. Add dedicated argument.
764 (gdb-display-separate-io-buffer, gdb-append-to-inferior-io)
765 (gdb-display-breakpoints-buffer, gdb-display-stack-buffer)
766 (gdb-display-threads-buffer, gdb-display-memory-buffer)
767 (gdb-display-locals-buffer): Use it.
768
769 * progmodes/gud.el (gud-display-line): Use gdb-display-buffer.
770 Set gdb-source-window.
771
772 2006-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * emacs-lisp/autoload.el (make-autoload): Remove special handling of
775 minor modes, redundant with the custom-autoload line above.
776
777 2006-07-12 Chong Yidong <cyd@stupidchicken.com>
778
779 * longlines.el (longlines-post-command-function): Handle open-line too.
780
781 2006-07-12 Richard Stallman <rms@gnu.org>
782
783 * progmodes/grep.el (grep-last-buffer): Doc fix.
784
785 * info.el (Info-try-follow-nearest-node): Doc fix.
786
787 * emacs-lisp/edebug.el (edebug-instrument-function):
788 Err if find-function-noselect gives no position.
789
790 * emacs-lisp/find-func.el (find-function-search-for-symbol):
791 If can't find definition, return nil for position.
792 (find-function-do-it): Handle new return value
793 of find-definition-noselect.
794 (find-definition-noselect, find-variable-noselect): Doc fix.
795 (find-function-noselect): Doc fix.
796
797 * help-mode.el (help-variable-def): Handle find-variable-noselect
798 returning no position.
799 (help-function-def): Likewise for find-function-search-for-symbol.
800 (help-face-def): Likewise.
801
802 * help-fns.el (describe-variable): Handle find-variable-noselect
803 returning no position.
804
805 * files.el (locate-file-completion): Avoid duplicates in result.
806
807 * cus-edit.el (custom-no-edit): New command.
808 (custom-mode-map): Remap to custom-no-edit instead of
809 using suppress-keymap.
810
811 2006-07-12 Nick Roberts <nickrob@snap.net.nz>
812
813 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
814 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
815 (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
816
817 * thumbs.el (thumbs-call-convert): Use shell-command-switch.
818
819 2006-07-11 Kim F. Storm <storm@cua.dk>
820
821 * ido.el (ido-copy-current-file-name): Use buffer-name if
822 buffer-file-name is nil.
823
824 2006-07-11 Chong Yidong <cyd@stupidchicken.com>
825
826 * simple.el (undo-ask-before-discard): Set to nil.
827
828 * vc.el (vc-exec-after): Don't delete process manually.
829 (vc-print-log): Run log-view-mode in process sentinel inside
830 inhibit-read-only. Don't shrink window due to timing issues.
831
832 * progmodes/ebrowse.el (ebrowse-display-member-buffer):
833 Avoid using with-output-to-temp-buffer, which clobbers local vars.
834
835 2006-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
836
837 * progmodes/compile.el (compilation-error-regexp-alist-alist):
838 Fix ambiguity introduced by last change.
839 (compilation-find-file): Move save-excursion to where it may
840 make sense. Fix a left over `find-file'.
841
842 2006-07-11 Robert J. Chassell <bob@rattlesnake.com>
843
844 * textmodes/texinfmt.el (texinfo-format-separate-node):
845 Insert a string before point, which fits documentation, not after.
846 (texinfo-multitable-item): In a multitable row, insert any
847 additional needed @tabs and spaces.
848
849 2006-07-11 Nick Roberts <nickrob@snap.net.nz>
850
851 * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
852 (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
853 (tumme-set-exif-data, tumme-get-exif-data): Use call-process
854 instead of shell-command.
855 (tumme-create-thumbnail-buffer, tumme-create-display-image-buffer)
856 (tumme-display-thumbs, tumme-modify-mark-on-thumb-original-file)
857 (tumme-display-image, tumme-get-exif-data): Use with-current-buffer.
858 (tumme-display-properties-format, tumme-dired-insert-marked-thumbs)
859 (tumme-thumbnail-set-image-description, tumme-gallery-generate)
860 (tumme-rotate-original, tumme-get-exif-file-name): Fit to 80 columns.
861
862 2006-07-11 Kim F. Storm <storm@cua.dk>
863
864 * subr.el (sit-for): Doc fix. Specify normal arg list using fn-form.
865 Remove special case for seconds < 0. Use (redisplay t) instead.
866
867 2006-07-10 Chong Yidong <cyd@stupidchicken.com>
868
869 * progmodes/cc-awk.el (c-awk-escaped-nls*): Use eval-and-compile to
870 avoid compilation error.
871
872 * subr.el (sit-for): New function.
873
874 * play/hanoi.el (hanoi-sit-for): Check sit-for return value.
875
876 2006-07-10 Richard Stallman <rms@gnu.org>
877
878 * ldefs-boot.el (edebug): Update page.
879
880 2006-07-10 Kim F. Storm <storm@cua.dk>
881
882 * emacs-lisp/authors.el (authors-ignored-files): Ignore changes
883 to FOR-RELEASE and TODO.
884
885 2006-07-10 Romain Francoise <romain@orebokech.com>
886
887 * emacs-lisp/authors.el (authors-aliases): Update.
888
889 2006-07-10 Alan Mackenzie <acm@muc.de>
890
891 * progmodes/cc-awk.el, cc-defs.el, cc-fonts.el, cc-langs.el:
892 * cc-mode.el: Changes to eradicate eval-after-load.
893
894 2006-07-09 Chong Yidong <cyd@stupidchicken.com>
895
896 * emacs-lisp/helper.el (Helper-help-scroller): Don't signal error
897 on non-char events.
898
899 2006-07-09 Romain Francoise <romain@orebokech.com>
900
901 * progmodes/compile.el (compilation-mode-font-lock-keywords):
902 Don't highlight start/end markers as compilation messages.
903
904 * isearch.el (isearch-yank-line): Let-bind `inhibit-field-text-motion'
905 to t.
906
907 2006-07-09 Stefan Monnier <monnier@iro.umontreal.ca>
908
909 * textmodes/fill.el (fill-region-as-paragraph): Refine last change.
910
911 2006-07-08 Richard Stallman <rms@gnu.org>
912
913 * term/x-win.el (x-handle-display): Add doc string.
914
915 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
916
917 * subr.el (def-edebug-spec): Move here.
918 * emacs-lisp/edebug.el (def-edebug-spec): Move to subr.el.
919
920 * imenu.el (imenu-choose-buffer-index): Doc fix.
921
922 2006-07-08 Romain Francoise <romain@orebokech.com>
923
924 * term/x-win.el (x-display-name): Fix typo.
925
926 2006-07-08 Eli Zaretskii <eliz@gnu.org>
927
928 * hexl.el (hexl-find-file): Doc fix.
929
930 * emacs-lisp/easy-mmode.el (define-minor-mode): Doc fix.
931
932 2006-07-07 Chong Yidong <cyd@stupidchicken.com>
933
934 * term/x-win.el (x-display-name): Doc fix.
935
936 2006-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
937
938 * textmodes/fill.el (fill-delete-prefix): Don't ignore excessively
939 long prefixes.
940 (fill-region-as-paragraph): Don't round up to a whole line.
941 (fill-comment-paragraph): Don't include the code-before-the-comment
942 when calling fill-region-as-paragraph.
943
944 * international/mule.el (make-char): Remove redundancy.
945
946 * emacs-lisp/bytecomp.el (byte-compile-form): The `byte-compile'
947 property may contain an anonymous function rather than a symbol.
948
949 * pcvs-defs.el (cvs-temp-buffer-name): Fix non-hiddenness.
950
951 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
952 Use shy regexp. Fix incorrect backref to potentially unmatched group.
953
954 * dirtrack.el (dirtrack-default-directory-function): Remove.
955 (dirtrack-directory-function): Use file-name-as-directory.
956 (dirtrack-windows-directory-function): Simplify.
957 (dirtrack-forward-slash, dirtrack-backward-slash)
958 (dirtrack-replace-slash): Remove.
959 (dirtrack-toggle): Adjust comint-preoutput-filter-functions as well.
960 (dirtrack): Fix wrong parenthesizing; use match-string.
961
962 * progmodes/octave-inf.el: Remove spurious * in docstrings.
963 (inferior-octave-mode): Only change the buffer-local value of
964 comint-dynamic-complete-functions.
965 (inferior-octave-mode-map, inferior-octave-mode-syntax-table):
966 Move the initialization to the declaration.
967 (inferior-octave-complete): Remove unused var `filter'.
968
969 * shell.el (shell-mode): Only change the buffer-local value of
970 comint-dynamic-complete-functions.
971
972 2006-07-07 Carsten Dominik <dominik@science.uva.nl>
973
974 * textmodes/org.el (org-agenda-get-todos): Skip subtree also if
975 entry is skipped because it has been scheduled.
976 (org-prepare-agenda-buffers): Don't mark buffers as modified when
977 changing `:org-archived' and `:org-comment' properties.
978
979 2006-07-06 Chong Yidong <cyd@stupidchicken.com>
980
981 * server.el (server-select-display): Don't make the temp frame
982 minibuffer-only, in case it's not a temp frame.
983 (server-process-filter): Don't delete the temp frame if it's the
984 only one we have on that display.
985
986 * files.el (find-alternate-file): Doc fix.
987
988 2006-07-05 Richard Stallman <rms@gnu.org>
989
990 * files.el (abbreviate-file-name): Add save-match-data.
991
992 2006-07-03 Richard Stallman <rms@gnu.org>
993
994 * faces.el (read-face-name): Doc fix.
995
996 2006-07-05 Chong Yidong <cyd@stupidchicken.com>
997
998 * net/goto-addr.el (goto-address): Mark as safe for local evals.
999
1000 2006-07-05 Andre Spiegel <spiegel@gnu.org>
1001
1002 * vc.el (vc-diff-internal): Fix prev change.
1003
1004 2006-07-05 Thien-Thi Nguyen <ttn@gnu.org>
1005
1006 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Use eval-buffer.
1007 * play/dunnet.el (dun-load-d, dun-eval): Likewise.
1008
1009 2006-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1010
1011 * thingatpt.el (symbol-at-point): Don't use `form-at-point' which
1012 fails if the symbol contains chars like ( or '.
1013 (bounds-of-thing-at-point): Remove unused vars `end' and `beg'.
1014 (thing-at-point-bounds-of-url-at-point): Remove unused vars `url' and
1015 `short'.
1016
1017 2006-07-04 Kenichi Handa <handa@m17n.org>
1018
1019 * international/mule-cmds.el (set-language-info): If LANG-ENV is
1020 the current one, don't call set-language-environment, but call one
1021 of set-language-environment-XXX to make INFO effective now.
1022 (set-language-environment): Call set-language-environment-XXX
1023 functions instead of doing the various setups directly.
1024 (set-language-environment-coding-systems): Delete argument eol-type.
1025 (set-language-environment-input-method)
1026 (set-language-environment-nonascii-translation)
1027 (set-language-environment-charset)
1028 (set-language-environment-fontset)
1029 (set-language-environment-unibyte): New functions.
1030
1031 2006-07-03 Luc Teirlinck <teirllm@auburn.edu>
1032
1033 * locate.el (locate-update-when-revert): New option.
1034 (locate-update-path): New option (suggested by Michael Albinus).
1035 (locate-prompt-for-command): Whitespace change.
1036 (locate-update): No longer offer to update the locate database by
1037 default. Implement the two new options.
1038
1039 2006-07-04 Nick Roberts <nickrob@snap.net.nz>
1040
1041 * tooltip.el: Move comment about track-mouse...
1042
1043 * progmodes/gud.el: ...to here.
1044
1045 2006-07-03 Chong Yidong <cyd@stupidchicken.com>
1046
1047 * facemenu.el (facemenu-listed-faces): New var.
1048 (facemenu-unlisted-faces): Variable deleted.
1049 (facemenu-add-new-face): Use facemenu-listed-faces.
1050
1051 * emulation/viper-init.el, calendar/calendar.el:
1052 * progmodes/make-mode.el: Delete calls to facemenu-unlisted-faces.
1053
1054 2006-07-03 Carsten Dominik <dominik@science.uva.nl>
1055
1056 * textmodes/org.el (org-mode): Remove no invalid settings for
1057 calc embedded mode.
1058 (org-mode-p): New defsubst.
1059 (org-save-all-org-buffers): New function.
1060 (org-first-headline-recenter): Enclose outline-regexp in group
1061 delimiters.
1062 (org-set-tags): Keep single space after stars.
1063
1064 2006-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1065
1066 * window.el (set-window-text-height): Only set window-min-height to
1067 1 if that's the requested size.
1068
1069 * diff-mode.el (diff-find-file-name): Obey cvs-pcl-cvs-dirchange-re.
1070 (diff-unified->context, diff-context->unified)
1071 (diff-reverse-direction): Make sure the end marker stays at the end.
1072 (diff-mode): Add the keymap table at the end of docstring.
1073 Use lexical-let rather than constructing a closure manually.
1074
1075 * files.el (find-file-noselect-1): Remove unused var assignment.
1076 (hack-local-variables-confirm): Print lists of strings as lists of
1077 strings rather than lists of symbols.
1078 (abbreviate-file-name, hack-local-variables-prop-line):
1079 Use match-string.
1080 (hack-one-local-variable): Move `make-local-variable' nearer its use.
1081 (recover-session-finish): Use line-end-position.
1082
1083 2006-07-02 Michael Albinus <michael.albinus@gmx.de>
1084
1085 * net/tramp.el (tramp-handle-shell-command): Preserve current-buffer.
1086
1087 2006-07-02 Daniel Pfeiffer <occitan@esperanto.org>
1088
1089 * progmodes/make-mode.el (makefile-macroassign-regex):
1090 Accept preceding keyword.
1091 (makefile-gmake-statements): Reorganize, now that makepp has
1092 "override" and also handle forgotten "override define".
1093 (makefile-makepp-statements): Add new "global", "override export"
1094 and "override global".
1095
1096 2006-06-30 Juanma Barranquero <lekktu@gmail.com>
1097
1098 * progmodes/ada-mode.el (ada-which-compiler, ada-mode-menu)
1099 (ada-compile-mouse-goto-error, ada-deactivate-properties)
1100 (ada-no-auto-case): Fix typos in docstrings.
1101
1102 2006-06-30 Nick Roberts <nickrob@snap.net.nz>
1103
1104 * info.el (Info-find-node-2): Search for makeinfo version more
1105 carefully.
1106
1107 2006-06-29 Carsten Dominik <dominik@science.uva.nl>
1108
1109 * textmodes/org.el (org-prepare-agenda-buffers):
1110 Use `invisible-OK' argument for `org-end-of-subtree'.
1111 (org-export-cleanup-toc-line): Rename from `org-html-cleanup-toc-line'.
1112 (org-beginning-of-item): Fix bug in regular expression for white line.
1113 (org-export-as-html): Enforce space after bullet in plain list items.
1114 (org-set-autofill-regexps): Require space after plain list bullet
1115 for paragraph-start.
1116 (org-ts-regexp3): New constant.
1117 (org-at-timestamp-p): New optional argument ALSO-INACTIVE.
1118 (org-timestamp-up-day, org-timestamp-down-day)
1119 (org-timestamp-change): Work with inactive timestamps.
1120 (org-ts-regexp1): Don't allow brackets in time stamps.
1121
1122 2006-06-29 Nick Roberts <nickrob@snap.net.nz>
1123
1124 * help-mode.el (help-xref-symbol-regexp): Add property as a keyword
1125 for ignoring links.
1126
1127 * faces.el (read-face-name): Use it.
1128
1129 2006-06-28 Juri Linkov <juri@jurta.org>
1130
1131 * buff-menu.el (list-buffers-noselect): Compare Info file
1132 with the string "dir" to detect Info directory.
1133
1134 * complete.el (partial-completion-mode): In lambda for
1135 `choose-completion-string-functions' use full function signature
1136 with 4 args, and move point to the end of the minibuffer only if arg
1137 `mini-p' is non-nil.
1138
1139 2006-06-28 John Paul Wallington <jpw@pobox.com>
1140
1141 * ibuffer.el (ibuffer-mode): Doc fix.
1142
1143 2006-06-28 Carsten Dominik <dominik@science.uva.nl>
1144
1145 * textmodes/org.el (org-context): New contexts :item-bullet,
1146 :latex-fragment, :latex-preview.
1147 (org-overlays-at, org-overlay-start, org-overlay-end):
1148 New compatibility functions.
1149 (org-inside-LaTeX-fragment-p): More accurate matching, using the
1150 exact regexp that will be used during export.
1151 (org-latex-regexps): New variable.
1152 (org-cdlatex-mode): Improve advice for `texmathp'.
1153 (turn-on-org-cdlatex): New function.
1154
1155 2006-06-28 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1156
1157 * term/mac-win.el (mac-handle-font-selection): Change keys of
1158 mac-atsu-font-table from strings to numbers.
1159 (mac-ts-caret-position): Use also when cursor-type is nil.
1160 (mac-ts-update-active-input-area): Add Mac OS Classic support.
1161 Relax condition for using overlay strings.
1162 Use mac-ts-caret-position face when cursor-type is nil.
1163
1164 2006-06-26 Kim F. Storm <storm@cua.dk>
1165
1166 * help.el (view-emacs-news): Declare `res' in the right let* form.
1167
1168 2006-06-25 Michael Albinus <michael.albinus@gmx.de>
1169
1170 * net/rcompile.el (remote-compile): Replace ange-ftp based
1171 implementation by Tramp functions.
1172 Suggested by Marc Abramowitz <msabramo@gmail.com>.
1173
1174 * net/tramp.el (tramp-unload-tramp): Provide a doc string.
1175
1176 2006-06-24 Yoshinori Koseki <kose@meadowy.org>
1177
1178 * international/fontset.el (setup-default-fontset): Fix a typo in
1179 the "Oriya-Akruti" registry name.
1180
1181 2006-06-23 Lars Hansen <larsh@soem.dk>
1182
1183 * desktop.el (desktop-full-file-name): New function.
1184 (desktop-kill, desktop-save, desktop-remove, desktop-read)
1185 (desktop-revert): Use it.
1186 (desktop-clear, desktop-save, desktop-remove): Add autoload cookie.
1187 (desktop-after-read-hook): Add option list-buffers.
1188 (desktop-locals-to-save): Add tab-width.
1189 (desktop-save-mode, desktop-no-desktop-file-hook, desktop-save-hook):
1190 Fix docstring.
1191
1192 2006-06-23 Carsten Dominik <dominik@science.uva.nl>
1193
1194 * textmodes/org.el (org-cdlatex-mode-map)
1195 (org-cdlatex-texmathp-advice-is-done): New variables.
1196 (org-cdlatex-mode): New minor mode.
1197 (org-inside-LaTeX-fragment-p, org-try-cdlatex-tab): New functions.
1198 (org-cdlatex-underscore-caret, org-cdlatex-math-modify): New commands.
1199 (org-export-with-archived-trees): New option.
1200 (org-open-file): Remove the call to `convert-standard-filename'.
1201 (org-archive-tag, org-agenda-skip-archived-trees)
1202 (org-cycle-open-archived-trees)
1203 (org-sparse-tree-open-archived-trees): New options.
1204 (org-cycle-hide-archived-subtrees, org-hide-archived-subtrees)
1205 (org-toggle-tag, org-prepare-agenda-buffers, org-agenda-skip):
1206 New functions.
1207 (org-agenda-toggle-archive-tag, org-toggle-archive-tag): New commands.
1208 (org-agenda-mode-map): Add binding of `org-agenda-toggle-archive-tag'.
1209 (org-mode-map): Add binding for `org-toggle-archive-tag'.
1210 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
1211 Call `org-prepare-agenda-buffers'.
1212 (org-occur, org-scan-tags): Call `org-hide-archived-subtrees'.
1213 (org-file-apps, org-file-apps-defaults-gnu)
1214 (org-file-apps-defaults-macosx, org-file-apps-defaults-windowsnt):
1215 Handle remote files by forcing them to be opened in Emacs.
1216
1217 2006-06-23 Andre Spiegel <spiegel@gnu.org>
1218
1219 * vc.el (vc-diff-knows-L): New variable.
1220 (vc-diff-internal): Use it to handle "diff" programs that don't
1221 understand -L. This works automatically, no user action is necessary.
1222
1223 2006-06-23 Daniel Brockman <daniel@brockman.se>
1224
1225 * net/rcirc.el (rcirc-default-user-full-name): Default to
1226 `rcirc-default-user-name' instead of `rcirc-user-name' (which no
1227 longer exists).
1228 (rcirc-process-list): Check `buffer-live-p' before attempting to
1229 switch to a buffer.
1230
1231 2006-06-23 Ryan Yeske <rcyeske@gmail.com>
1232
1233 * net/rcirc.el (rcirc-mode): Fix initialization of coding systems
1234 based on rcirc-coding-system-alist.
1235
1236 2006-06-23 Martin Rudalics <rudalics@gmx.at>
1237
1238 * cus-edit.el (customize-apropos): A better error message.
1239 (top level) <debug-ignored-errors>: Extend and update the list of
1240 ignored error messages.
1241
1242 2006-06-23 Michael Ernst <mernst@alum.mit.edu>
1243
1244 * complete.el (PC-do-completion): Retain capitalization of user
1245 input, when possible, even if completion-ignore-case is set.
1246
1247 2006-06-23 Eli Zaretskii <eliz@gnu.org>
1248
1249 * generic-x.el (bat-generic-mode): Support .cmd files.
1250
1251 * dos-w32.el (top level): Use find-file-not-found-functions
1252 instead of the obsolete find-file-not-found-hooks.
1253
1254 2006-06-22 Kim F. Storm <storm@cua.dk>
1255
1256 * progmodes/grep.el (grep-mode-font-lock-keywords): Correct regexps
1257 to recognize mode name containing submodes, such as Grep/lw.
1258
1259 2006-06-21 Kim F. Storm <storm@cua.dk>
1260
1261 * simple.el (line-move-1): Check for move-end-of-line instead of
1262 end-of-line when setting temporary-goal-column.
1263
1264 2006-06-21 Miles Bader <miles@gnu.org>
1265
1266 * play/cookie1.el (cookie): Work properly when there's only one entry.
1267
1268 2006-06-21 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * progmodes/gdb-ui.el (gdb-exited): Ensure overlay arrow gets killed.
1271 (gdb-frame-handler): Generalize frame regexp for templates.
1272
1273 2006-06-20 Glenn Morris <rgm@gnu.org>
1274
1275 * calendar/appt.el (appt-display-format): Default value must be
1276 one of the customize options.
1277
1278 2006-06-20 Dan Nicolaescu <dann@ics.uci.edu>
1279
1280 * term/xterm.el (terminal-init-xterm): Update key availability info.
1281 Bind C-return.
1282
1283 * term.el (term-delete-lines, term-insert-lines): Clarify comments.
1284
1285 2006-06-20 Chong Yidong <cyd@stupidchicken.com>
1286
1287 * files.el (hack-local-variables): Run `hack-local-variables-hook'
1288 whether or not a local variables list is defined.
1289
1290 * msb.el (msb): Move `sit-for' hack here to handle both
1291 "mouse-down and drag" and "mouse-up and select" situations.
1292 (mouse-select-buffer): Move `sit-for' hack to `msb'.
1293
1294 2006-06-20 Kenichi Handa <handa@m17n.org>
1295
1296 * international/characters.el (word-combining-categories):
1297 Add entries for 2-byte Han characters.
1298
1299 2006-06-19 Richard Stallman <rms@gnu.org>
1300
1301 * bindings.el (mode-line-format): Save some mode line space.
1302
1303 * files.el (find-file-noselect): Improve the question wording.
1304 (basic-save-buffer-2): Mask UMASK against 666.
1305
1306 * mouse.el (mouse-drag-vertical-line-rightward-window): New function.
1307 (mouse-drag-vertical-line): Call it.
1308
1309 * cus-edit.el (customize-option, customize-option-other-window):
1310 Error if SYMBOL is nil.
1311
1312 2006-06-19 Carsten Dominik <dominik@science.uva.nl>
1313
1314 * textmodes/org.el: Require noutline, also on XEmacs.
1315 (org-end-of-subtree): Return point.
1316 (org-dblock-start-re, org-dblock-end-re): New constants.
1317 (org-create-dblock, org-prepare-dblock, org-map-dblocks)
1318 (org-dblock-update, org-update-dblock, org-beginning-of-dblock)
1319 (org-update-all-dblocks, org-find-dblock): New functions.
1320 (org-collect-clock-time-entries): New function.
1321 (org-html-handle-time-stamps): Never export CLOCK timeranges.
1322 (org-fixup-indentation): Modify to deal correctly with lines
1323 starting with TAB. Only one argument DIFF now.
1324 (org-demote, org-promote): Call `org-fixup-indentation' with just
1325 one argument, DIFF.
1326 (org-mode): Don't mark buffer as modified when aligning tables.
1327 (org-clock-sum): Don't mark buffer modified when adding time sum
1328 properties.
1329 (org-export-as-html): Add support for a link validation function.
1330 (org-archive-all-done): New function.
1331 (org-archive-subtree): New prefix argument. When set, archive all
1332 done subtrees in this buffer.
1333 (org-remove-clock-overlays)
1334 (org-remove-occur-highlights): Use `org-inhibit-highlight-removal'.
1335 (org-inhibit-highlight-removal): New variable, for dynamic scoping.
1336 (org-put-clock-overlay): Don't swallow last headline character
1337 when displaying overlay.
1338 (org-store-link): Link to `image-mode' with just the file name.
1339
1340 2006-06-18 Michael Kifer <kifer@cs.stonybrook.edu>
1341
1342 * viper-cmd.el (viper-special-read-and-insert-char):
1343 Use read-key-sequence.
1344 (viper-after-change-undo-hook): Misc enhancements.
1345 (viper-after-change-undo-hook): New hook.
1346 (viper-undo): Use viper-after-change-undo-hook.
1347 (viper-add-newline-at-eob-if-necessary): Widen before making changes.
1348 (viper-next-line-at-bol): If point is on a widget or a button, simulate
1349 clicking on that widget/button.
1350
1351 * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
1352
1353 * ediff-diff (ediff-test-patch-utility): Catch errors.
1354 (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
1355 (ediff-set-actual-diff-options): New function.
1356 (ediff-reset-diff-options, ediff-toggle-ignore-case):
1357 Use ediff-set-actual-diff-options.
1358 (ediff-extract-diffs): Catch errors.
1359 (ediff-whitespace): Add non-breakable space.
1360 (ediff-same-file-contents): Catch errors.
1361
1362 * ediff-mult.el (ediff-collect-custom-diffs):
1363 Save coding-system-for-read.
1364
1365 * ediff-vers.el (ediff-keep-tmp-versions): New variable.
1366 (ediff-vc-internal, ediff-vc-merge-internal):
1367 Use ediff-delete-version-file.
1368 (ediff-delete-version-file): New function.
1369
1370 * ediff-wind.el (ediff-control-frame-parameters): Set frame fringes.
1371
1372 * ediff.el (ediff-directories, ediff-directory-revisions)
1373 (ediff-merge-directories, ediff-merge-directories-with-ancestor)
1374 (ediff-directories-internal, ediff-merge-directory-revisions)
1375 (ediff-merge-directory-revisions-with-ancestor)
1376 (ediff-directories3): Use read-directory-name.
1377
1378 2006-06-18 Ralf Angeli <angeli@caeruleus.net>
1379
1380 * textmodes/tex-mode.el (tex-font-lock-match-suscript):
1381 Remove superfluous part of regexp for brace matching which is handled
1382 by `scan-lists' call.
1383
1384 2006-06-16 Richard Stallman <rms@gnu.org>
1385
1386 * obsolete/options.el (list-options): Put "obsolete" msg in buffer.
1387
1388 * files.el (basic-save-buffer-2): For a new precious file,
1389 use the default modes in the return value.
1390
1391 * facemenu.el (facemenu-color-alist): Doc fix.
1392
1393 * cus-edit.el (custom-guess-name-alist): Recognize `-flag'.
1394
1395 2006-06-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1396
1397 * cus-start.el (all): Add mac-ts-script-language-on-focus.
1398
1399 * term/mac-win.el (mac-text-encoding-ascii): New constant.
1400 (mac-utxt-to-string): Use it.
1401 (mac-ts-update-active-input-area): Use mac-ae-number.
1402
1403 2006-06-15 Dan Nicolaescu <dann@ics.uci.edu>
1404
1405 * term.el (term-handle-scroll, term-delete-lines)
1406 (term-insert-lines): Fix off by one errors.
1407
1408 2006-06-15 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
1409
1410 * net/tramp.el (tramp-touch): Use UTC to express time.
1411
1412 2006-06-15 Chong Yidong <cyd@stupidchicken.com>
1413
1414 * mail/sendmail.el (mail-send): Search explicitly for
1415 mail-header-separator when checking for corrupted header lines.
1416
1417 2006-06-15 Nick Roberts <nickrob@snap.net.nz>
1418
1419 * progmodes/gdb-ui.el (gdb-same-frame): New option.
1420 (gud-old-arrow, gdb-frame-begin, gdb-printing): New variables.
1421 (gdb-init-1): Initialise them.
1422 (gdb-starting): Reset gdb-printing
1423 (gdb-starting): Save value of gud-overlay-arrow-position.
1424 (gdb-frame-begin): Set gdb-frame-begin, gdb-printing.
1425 (gdb-stopped): Don't look for source if calling procedure e.g "p a ()".
1426 Use gdb-*-gdb-buffer conditionally on gdb-same-frame.
1427 (gdb-frame-gdb-buffer): Keep menu bar, tool bar for GUD buffer.
1428
1429 2006-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1430
1431 * pcvs.el (cvs-retrieve-revision): Use decode-coding-inserted-region.
1432
1433 2006-06-13 Martin J. Reed <mjreed@essex.ac.uk> (tiny change)
1434
1435 * net/ldap.el (ldap-ldapsearch-args): Default to SASL search.
1436 (ldap-search-internal): Keep error messages, and a regexp fix.
1437
1438 2006-06-12 Thien-Thi Nguyen <ttn@gnu.org>
1439
1440 * files.el (hack-local-variables-confirm):
1441 Display string value using its printed representation.
1442
1443 2006-06-11 Chong Yidong <cyd@stupidchicken.com>
1444
1445 * server.el (server-edit): No-op if no server buffers exist.
1446
1447 2006-06-11 Robert J. Chassell <bob@rattlesnake.com>
1448
1449 * textmodes/page-ext.el (pages-directory-for-addresses):
1450 Including `pages-directory-address-mode' in the function results
1451 in the message "Buffer in which pages were found is deleted".
1452
1453 2006-06-10 Carsten Dominik <dominik@science.uva.nl>
1454
1455 * textmodes/org.el (org-agenda-mode-map): Add bindings for
1456 clocking functions.
1457
1458 (org-agenda-clock-in, org-check-running-clock)
1459 (org-clock-out-if-current, org-remove-clock-overlays)
1460 (org-put-clock-overlay): New functions.
1461 (org-clock-marker, org-clock-file-total-minutes)
1462 (org-clock-overlays): New variables.
1463 (org-clock-display, org-clock-sum, org-clock-cancel)
1464 (org-clock-out, org-clock-in): New commands.
1465 (org-export): New function.
1466 (org-emph-re): New constant.
1467 (org-set-emph-re, org-do-emphasis-faces): New functions.
1468 (org-emphasis-regexp-components, org-emphasis-alist): New options.
1469 (org-set-font-lock-defaults): Call `org-do-emphasis-faces'.
1470 (org-export-html-convert-emphasize): Use the configurable emphasis.
1471 (org-cleaned-string-for-export): Make multiline emphasis visible
1472 to the exporter. New optional argument PARAMETERS.
1473 (org-export-as-html): Specify :emph-multiline parameter to
1474 `org-cleaned-string-for-export'.
1475
1476 2006-06-10 Richard Stallman <rms@gnu.org>
1477
1478 * help.el (help-for-help-internal): Clean up help text.
1479
1480 2006-06-10 Andreas Schwab <schwab@suse.de>
1481
1482 * language/ethio-util.el (ethio-fidel-to-java-buffer): Fix quoting
1483 in doc string.
1484
1485 * progmodes/cperl-mode.el (cperl-short-docs): Likewise.
1486
1487 2006-06-09 Karl Chen <quarl@cs.berkeley.edu>
1488
1489 * progmodes/make-mode.el (makefile-fill-paragraph): Don't remove
1490 spaces after the comment start.
1491
1492 2006-06-09 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
1493
1494 * play/pong.el (pong-init-buffer):
1495 Fill buffer with spaces instead of ^A.
1496
1497 * textmodes/ispell.el (ispell-kill-ispell): If ispell has been
1498 launched asynchronously, delete its process instead of being cool.
1499 (ispell-async-processp): Check for `delete-process' existence
1500 instead of `kill-process' one for consistency.
1501
1502 2006-06-09 Nick Roberts <nickrob@snap.net.nz>
1503
1504 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers-1)
1505 (gdb-prompt, gdb-set-gud-minor-mode-existing-buffers): Show status
1506 in mode line at startup.
1507
1508 2006-06-08 Kim F. Storm <storm@cua.dk>
1509
1510 * ido.el (ido-take-first-match, ido-push-dir-first): New commands.
1511 (ido-init-completion-maps): Bind them to M-SPC and M-v.
1512 (ido-copy-current-file-name): Repeating C-w inserts whole file name.
1513 (ido-file-internal): Pass full file name to write-file.
1514 (ido-read-internal): Only pop stack elements automatically if they
1515 actually match an existing directory or file name.
1516
1517 2006-06-07 Kenichi Handa <handa@m17n.org>
1518
1519 * international/mule.el (find-auto-coding): Don't handle the short
1520 name `char-trans'.
1521
1522 * files.el (hack-local-variables-prop-line)
1523 (hack-local-variables): Cancel the previous change.
1524
1525 2006-06-06 Jesper Harder <harder@phys.au.dk>
1526
1527 * ediff-diff.el (ediff-test-utility): Protect against file-error.
1528
1529 2006-06-06 Chong Yidong <cyd@stupidchicken.com>
1530
1531 * diff-mode.el (diff-mode): Set buffer-read-only to t when
1532 diff-default-read-only is non-nil.
1533 (diff-hunk-kill, diff-file-kill, diff-split-hunk)
1534 (diff-refine-hunk): Set inhibit-read-only to t.
1535
1536 * diff.el (diff-sentinel, diff): Set inhibit-read-only to t when
1537 modifying the *Diff* buffer.
1538 (diff-process-filter): New filter function for diff process that
1539 sets inhibit-read-only to t when modifying the *Diff* buffer.
1540
1541 2006-06-06 Carsten Dominik <dominik@science.uva.nl>
1542
1543 * textmodes/org.el (org-archive-subtree): Use end-of-subtree as
1544 insertion point and control the number of empty lines.
1545 (org-paste-subtree): Limit the number of empty lines at the end of
1546 the inserted tree.
1547 (org-agenda): Use buffer name of current file for narrowing.
1548 (org-export-as-xml): Command removed.
1549 (org-export-xml-type): Option removed.
1550 (org-mode-map): Call `org-export-as-xoxo' directly.
1551 (org-get-indentation): New optional argument LINE.
1552 (org-fix-indentation, org-remove-tabs): New functions.
1553 (org-export-as-ascii, org-ascii-level-start): Determine and apply
1554 correct indentation for headlines that are converted it items.
1555 (org-skip-comments): Remove table lines that contain narrowing
1556 cookies but no other non-empty fields.
1557 (org-set-tags): Allow groups of mutually exclusive tags.
1558 (org-cmp-time): Sort 24:21 before items without time.
1559 (org-get-time-of-day): Fix the interpretation of 12pm and 12am.
1560 (org-open-at-point): Require double colon also for numbers.
1561
1562 2006-06-06 Kim F. Storm <storm@cua.dk>
1563
1564 * ido.el (ido-default-file-method, ido-default-buffer-method):
1565 Make choice values consistent with corresponding command names.
1566 (ido-visit-buffer): Update accordingly. Default to selected-window.
1567
1568 2006-06-06 Nick Roberts <nickrob@snap.net.nz>
1569
1570 * progmodes/gud.el (gud-running): Fix doc string.
1571 (gud-menu-map): Use :visible instead fo :enable for debugger test.
1572 (gud-tooltip-modes): Add python-mode.
1573 (gud-tooltip-print-command): Add pdb. Remove perldb.
1574
1575 2006-06-05 Eli Zaretskii <eliz@gnu.org>
1576
1577 * makefile.w32-in (bootstrap, $(lisp)/mh-e/mh-loaddefs.el):
1578 Quote $(EMACS).
1579
1580 2006-06-05 Richard Stallman <rms@gnu.org>
1581
1582 * faces.el (defined-colors): Doc fix.
1583
1584 2006-06-05 Thien-Thi Nguyen <ttn@gnu.org>
1585
1586 * vc.el (vc-process-filter): Inhibit undo info collection around
1587 call to insert.
1588 (vc-setup-buffer): Likewise for call to erase-buffer.
1589 (vc-do-command): Likewise for call to process-file.
1590
1591 2006-06-05 Nick Roberts <nickrob@snap.net.nz>
1592
1593 * progmodes/gud.el (gud-menu-map): Use a conditional help echo
1594 for gud-go.
1595 (gud-common-init): Other debuggers may trigger error.
1596
1597 2006-06-05 Kenichi Handa <handa@m17n.org>
1598
1599 * international/mule.el (find-auto-coding):
1600 Handle enable-character-translation in file header.
1601
1602 2006-06-04 Kim F. Storm <storm@cua.dk>
1603
1604 * emacs-lisp/authors.el (authors-aliases): Add mode aliases.
1605 (authors-fixed-entries): Fix spelling.
1606 (authors-canonical-file-name): Don't report error for wildcards.
1607
1608 * help.el (view-emacs-news): Rewrite to support new NEWS,
1609 NEWS.major, and NEWS.1-17 file naming. Add more intelligence,
1610 e.g. version 10 matches 1.10, and don't be confused by version 1.1
1611 being a prefix of 1.12 (etc). A numeric prefix arg also works.
1612
1613 2006-06-03 Vivek Dasmohapatra <vivek@etla.org>
1614
1615 * progmodes/sh-script.el (sh-quoted-exec): New face for quoted
1616 exec constructs like `foo bar`.
1617 (sh-quoted-subshell): New helper function to search for a possibly
1618 nested subshell (like `` or $()) within a "" quoted string.
1619 (sh-font-lock-keywords-var): Add sh-quoted-exec for Bash.
1620 (sh-apply-quoted-subshell): Flag quote characters inside a
1621 subshell, which is itself already in a quoted region, as
1622 punctuation, since this is the closest to what they actually are.
1623 (sh-font-lock-syntactic-keywords): Add sh-quoted-subshell and
1624 sh-apply-quoted-subshell.
1625 (sh-font-lock-syntactic-face-function): Apply the new face for
1626 text inside `` instead of the old font-lock-string-face.
1627
1628 2006-06-03 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1629
1630 * term/mac-win.el (mac-ts-active-input-overlay): Add defvar.
1631 (mac-ae-number, mac-ae-frame, mac-ae-script-language)
1632 (mac-bytes-to-text-range, mac-ae-text-range-array)
1633 (mac-ts-update-active-input-buf, mac-split-string-by-property-change)
1634 (mac-replace-untranslated-utf-8-chars, mac-ts-update-active-input-area)
1635 (mac-ts-unicode-for-key-event): New functions.
1636 (mac-handle-toolbar-switch-mode): Use mac-ae-frame.
1637 (mac-handle-font-selection): Use mac-ae-number.
1638 (mac-ts-active-input-buf, mac-ts-update-active-input-area-seqno):
1639 New variables.
1640 (mac-ts-caret-position, mac-ts-raw-text, mac-ts-selected-raw-text)
1641 (mac-ts-converted-text, mac-ts-selected-converted-text)
1642 (mac-ts-block-fill-text, mac-ts-outline-text)
1643 (mac-ts-selected-text, mac-ts-no-hilite): New faces.
1644 (mac-ts-hilite-style-faces): New constant.
1645 (mac-apple-event-map): Bind text input events.
1646 (mac-dispatch-apple-event): Use command-execute instead of
1647 call-interactively.
1648 (global-map): Don't bind mac-apple-event.
1649 (special-event-map): Bind mac-apple-event.
1650
1651 2006-06-02 Eli Zaretskii <eliz@gnu.org>
1652
1653 * makefile.w32-in (EMACS): Remove quotes from the Emacs executable
1654 file name.
1655 (emacs): Enclose the value of $(EMACS) in quotes.
1656
1657 2006-06-02 Juri Linkov <juri@jurta.org>
1658
1659 * international/mule.el (sgml-html-meta-auto-coding-function):
1660 Remove the condition `(search-forward "<html" size t)'.
1661 Replace `\"' with `[\"']?' in `re-search-forward'.
1662
1663 2006-06-02 Kenichi Handa <handa@m17n.org>
1664
1665 * files.el (hack-local-variables-prop-line): Ignore `char-trans'
1666 as well as `coding'.
1667 (hack-local-variables): Likewise.
1668
1669 * international/mule.el (enable-character-translation):
1670 Put permanent-local and safe-local-variable properties.
1671 (find-auto-coding): Handle char-trans: tag.
1672
1673 2006-06-02 Juri Linkov <juri@jurta.org>
1674
1675 * international/mule.el (sgml-html-meta-auto-coding-function):
1676 Limit the search by the end of the HTML header (if any).
1677
1678 2006-06-01 Richard Stallman <rms@gnu.org>
1679
1680 * subr.el (with-current-buffer): Doc fix.
1681
1682 2006-06-02 Masatake YAMATO <jet@gyve.org>
1683
1684 * progmodes/compile.el (compilation-error-regexp-alist-alist::gcov-*):
1685 Almost rewrite. Underlines over all lines of gcov output are too
1686 uncomfortable to read. Suggested by Dan Nicolaescu.
1687
1688 2006-06-01 Luc Teirlinck <teirllm@auburn.edu>
1689
1690 * progmodes/inf-lisp.el (inferior-lisp-mode): Doc fixes.
1691
1692 * shell.el (shell-mode): Use shell-mode-map in docstring.
1693
1694 * comint.el (comint-send-input): Do not add help-echo and
1695 mouse-face to input if `comint-use-prompt-regexp' is non-nil.
1696
1697 2006-06-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1698
1699 * term/x-win.el: Change x-menu-bar-start to menu-bar-open.
1700
1701 2006-06-01 Nick Roberts <nickrob@snap.net.nz>
1702
1703 * progmodes/gdb-ui.el (gdb-look-up-stack): New variable.
1704 (gdb-stopped, gdb-info-stack-custom): If there is no source info
1705 look up the stack and pop up GUD buffer if necessary.
1706 (gdb-frames-select): Remove redundant call to gud-display-frame.
1707 (gdb-info-threads-custom): Keep point at start of buffer.
1708 (gdb-find-file-hook): Make it work for pre-GDB 6.4.
1709
1710 2006-05-31 Juri Linkov <juri@jurta.org>
1711
1712 * replace.el (query-replace-read-from, query-replace-read-to):
1713 Bind `history-add-new-input' to nil. Call `add-to-history'.
1714
1715 2006-05-31 Takaaki Ota <Takaaki.Ota@am.sony.com>
1716
1717 * textmodes/table.el: Convert all HTML tags to lower case for
1718 XHTML compatibility.
1719
1720 2006-05-31 Masatake YAMATO <jet@gyve.org>
1721
1722 * progmodes/compile.el:
1723 (compilation-error-regexp-alist-alist::gcov-called-line):
1724 Don't put face on `-' lines in gcov file. Suggested by Dan Nicolaescu.
1725
1726 2006-05-31 Nick Roberts <nickrob@snap.net.nz>
1727
1728 * progmodes/gud.el (gud-query-cmdline, gud-common-init):
1729 Revert inadvertent changes made with last commit.
1730
1731 2006-05-30 Reiner Steib <Reiner.Steib@gmx.de>
1732
1733 * textmodes/flyspell.el (turn-on-flyspell, turn-off-flyspell):
1734 New functions.
1735
1736 * textmodes/text-mode.el (text-mode-hook): Use turn-on-flyspell.
1737
1738 2006-05-30 Carsten Dominik <dominik@science.uva.nl>
1739
1740 * textmodes/org.el (org-agenda-highlight-todo): Make sure regexp
1741 only matches in the right place.
1742 (org-upcoming-deadline): New face.
1743 (org-agenda-get-deadlines): Use new face `org-upcoming-deadline'.
1744 (org-export-ascii-underline): Rename constant `org-ascii-underline'
1745 and make it an option.
1746 (org-export-ascii-bullets): New option.
1747 (org-export-as-html): Many changes to emit valid XHTML.
1748 (org-par-open): New variable.
1749 (org-open-par, org-close-par-maybe, org-close-li-maybe): New functions.
1750 (org-html-do-expand, org-section-number): Fix case in `replace-match'.
1751 (org-timeline): Pass `org-timeline-show-empty-dates' to
1752 `org-get-all-dates'. Interpret empty dates returned by
1753 `org-get-all-dates'.
1754 (org-get-all-dates): New argument EMPTY. Add dates without
1755 entries to the list, mark large ranges of empty dates.
1756 (org-point-in-group, org-context): New functions.
1757
1758 2006-05-30 Nick Roberts <nickrob@snap.net.nz>
1759
1760 * progmodes/gud.el (gud-stop-subjob): Make it work in all buffers.
1761
1762 * progmodes/gdb-ui.el: Move gdb-mouse-toggle-breakpoint-* to
1763 C-mouse-1. Move gdb-mouse-until to mouse-3, gdb-mouse-jump
1764 to C-mouse-3 (for 2 button mice).
1765 (gdb-send): Do the right thing for C-d.
1766
1767 * speedbar.el (speedbar-detach): Delete.
1768 (speedbar-easymenu-definition-trailer): Remove speedbar-detach as
1769 it breaks things.
1770 (speedbar-reconfigure-keymaps): Always add extra items to pop up menu.
1771
1772 2006-05-30 Daniel Pfeiffer <occitan@esperanto.org>
1773
1774 * files.el (auto-mode-alist): Add makepp suffix and optional mk on
1775 Makeppfile.
1776
1777 * progmodes/compile.el (compilation-error-regexp-alist-alist):
1778 Add makepp diagnostic.
1779
1780 2006-05-29 Richard Stallman <rms@gnu.org>
1781
1782 * window.el (fit-window-to-buffer): Doc fix.
1783
1784 * help.el (temp-buffer-max-height): Doc fix.
1785
1786 * subr.el (with-current-buffer): Doc fix.
1787
1788 2006-05-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1789
1790 * term/x-win.el: Bind F10 to menu-bar-start if available.
1791
1792 2006-05-28 Dan Nicolaescu <dann@ics.uci.edu>
1793
1794 * term.el (term-if-xemacs, term-ifnot-xemacs): Delete, replace
1795 uses with a simple test.
1796 (term-set-escape-char, term-mode, term-check-kill-echo-list)
1797 (term-send-raw-string, term-send-raw, term-mouse-paste)
1798 (term-char-mode, term-line-mode, term-exec, term-sentinel)
1799 (term-handle-exit, term-read-input-ring)
1800 (term-previous-matching-input-string)
1801 (term-previous-matching-input-string-position)
1802 (term-previous-matching-input-from-input)
1803 (term-replace-by-expanded-history, term-send-input)
1804 (term-skip-prompt, term-bol, term-send-invisible)
1805 (term-kill-input, term-delchar-or-maybe-eof)
1806 (term-backward-matching-input, term-check-source)
1807 (term-proc-query, term-emulate-terminal)
1808 (term-handle-colors-array, term-process-pager, term-pager-line)
1809 (term-pager-bob, term-unwrap-line, term-word)
1810 (term-dynamic-complete-filename)
1811 (term-dynamic-complete-as-filename)
1812 (term-dynamic-simple-complete): Replace one arm ifs with whens or
1813 unlesses.
1814
1815 2006-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1816
1817 * files.el (hack-one-local-variable-eval-safep): Don't burp if used
1818 during bootstrapping.
1819
1820 * emacs-lisp/ewoc.el (ewoc--current-dll): Remove.
1821 Basically undo the change of 2006-05-26: use extra arguments instead of
1822 dynamic scoping.
1823 (ewoc-locate): Remove unused var `footer'.
1824
1825 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1826
1827 * emacs-lisp/ewoc.el (ewoc--insert-new-node): Use ewoc--refresh-node.
1828
1829 * emacs-lisp/autoload.el (no-update-autoloads): Declare.
1830 (generate-file-autoloads): Obey it. Return whether autoloads were
1831 added at point or not.
1832 (update-file-autoloads): Use this new return value.
1833 Remove redundant test for the presence of an autoload cookie.
1834
1835 * emacs-lisp/autoload.el (autoload-find-file): New fun.
1836 This one calls hack-local-variables.
1837 (generate-file-autoloads, update-file-autoloads): Use it.
1838
1839 * textmodes/bibtex.el (bibtex-autokey-name-case-convert-function)
1840 (bibtex-sort-entry-class): Add safe-local-variable predicate.
1841 (bibtex-sort-entry-class-alist): Don't set the global value.
1842 (bibtex-init-sort-entry-class-alist): New fun.
1843 (bibtex-sort-buffer, bibtex-prepare-new-entry): Call it to compute
1844 bibtex-init-sort-entry-class-alist from the buffer-local value (if any)
1845 of bibtex-init-sort-entry-class.
1846
1847 2006-05-28 Richard Stallman <rms@gnu.org>
1848
1849 * subr.el (load-history-regexp): If FILE is relative, insist
1850 entire last name component must match it.
1851 (load-history-filename-element, load-history-regexp): Doc fixes.
1852
1853 2006-05-29 Kim F. Storm <storm@cua.dk>
1854
1855 * emacs-lisp/bindat.el (bindat-idx, bindat-raw): Rename dynamic vars
1856 `pos' and `raw-data' for clarity, as eval forms may access these.
1857
1858 2006-05-28 Kim F. Storm <storm@cua.dk>
1859
1860 * emacs-lisp/bindat.el (bindat--unpack-u8): Use aref also for strings.
1861
1862 2006-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1863
1864 * progmodes/make-mode.el (makefile-browser-map)
1865 (makefile-mode-syntax-table): Move initialization inside declaration.
1866 (makefile-fill-paragraph): Use the default comment-filling code.
1867
1868 2006-05-28 Chong Yidong <cyd@stupidchicken.com>
1869
1870 * replace.el (query-replace-defaults): New variable.
1871 (query-replace-read-from): Use `query-replace-defaults' for
1872 default value, instead of history list.
1873 (query-replace-read-to): Update `query-replace-defaults'.
1874
1875 2006-05-27 Chong Yidong <cyd@stupidchicken.com>
1876
1877 * msb.el (mouse-select-buffer): Minor fix to make popup menu work
1878 with no X toolkit.
1879
1880 2006-05-28 Nick Roberts <nickrob@snap.net.nz>
1881
1882 * tumme.el (tumme-show-all-from-dir-max-files): Fix typo.
1883 (tumme-show-all-from-dir): Add autoload.
1884
1885 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1886
1887 * tumme.el: Change a lot of `(if .. (progn ..)' to `(when ..)'.
1888 (tumme-remove-tag): Fix bug.
1889
1890 2006-05-27 Thien-Thi Nguyen <ttn@gnu.org>
1891
1892 * emacs-lisp/ewoc.el (ewoc--create): No longer take HEADER and
1893 FOOTER args. Update unique caller.
1894 (ewoc-delete): Compute last node once before looping.
1895 (ewoc--node-branch): Merge into unique caller.
1896 (ewoc--node): Don't define constructor make-ewoc--node for this
1897 structure.
1898 (ewoc): Add member `hf-pp' to this structure.
1899 (ewoc--wrap): New func.
1900 (ewoc-create): Take additional arg NOSEP. If nil, wrap node and
1901 header/footer pretty-printers. Save header/footer pretty-printer.
1902 (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
1903
1904 * pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
1905
1906 2006-05-27 Mathias Dahl <mathias.dahl@gmail.com>
1907
1908 * dired.el (dired-mode-map): Change `tumme-tag-remove' to
1909 `tumme-delete-tag'. Rename `Remove Image Tag' to `Delete Image
1910 Tag'. Change "Compare directories..." to "Change Directories...".
1911 Move tumme commands to Operate, Regexp and Immediate menus.
1912 Change "Add Comment" to "Add Image Comment". Change "Add Image
1913 Tag" to "Add Image Tags".
1914
1915 * tumme.el (tumme-delete-tag): Rename from `tumme-tag-remove'.
1916 (tumme-setup-dired-keybindings): Change `tumme-add-remove' to
1917 `tumme-delete-tag'.
1918
1919 2006-05-26 Luc Teirlinck <teirllm@auburn.edu>
1920
1921 * shell.el (shell-mode): Call shell-dirtrack-mode after
1922 list-buffers-directory is made a local variable, to avoid setting
1923 the default value.
1924
1925 2006-05-26 Kevin Ryde <user42@zip.com.au>
1926
1927 * info.el (Info-index-next): Use where-is-internal to report
1928 actual binding of Info-index-next, rather than hard-coded `,'.
1929
1930 2006-05-26 Eli Zaretskii <eliz@gnu.org>
1931
1932 * menu-bar.el (menu-bar-apropos-menu): Move "Find Key in Manual"
1933 and "Find Command in Manual" to here.
1934
1935 * buff-menu.el (list-buffers-noselect): For Info buffers, use
1936 Info-current-file as the file name.
1937
1938 2006-05-26 Jonathan Yavner <jyavner@member.fsf.org>
1939
1940 * ses.el (defadvice undo-more): Delete this defadvice. The undo
1941 overrides will now be done a different way.
1942 (ses-set-parameter): Reapply this function for undo.
1943 (ses-set-header-row): Reconstruct header row during undo.
1944 (ses-widen): New function.
1945 (ses-goto-data, ses-reconstruct-all): Use new function.
1946 (ses-command-hook): Widen buffer during undo, before unupdating
1947 the cells.
1948 (ses-insert-row, ses-delete-row): Widen buffer during undo.
1949 (ses-load, ses-header-row): Permit empty (zero-row) spreadsheets.
1950 (ses-read-cell): Avoid stupid warning for RET RET on a cell whose
1951 formula hasn't been executed yet.
1952
1953 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1954
1955 * comint.el (comint-kill-whole-line): Rename arg to count.
1956 Fix doc string.
1957
1958 2006-05-26 Chong Yidong <cyd@stupidchicken.com>
1959
1960 * files.el (backup-buffer-copy): Remove deleted MUSTBENEW argument
1961 to copy-file.
1962
1963 2006-05-26 Reiner Steib <Reiner.Steib@gmx.de>
1964
1965 * simple.el (toggle-truncate-lines): Make arg optional for
1966 backward compatibility.
1967
1968 2006-05-26 Thien-Thi Nguyen <ttn@gnu.org>
1969
1970 * emacs-lisp/ewoc.el (ewoc--current-dll): New var.
1971 (ewoc--node-next, ewoc--node-prev, ewoc--node-nth): Don't take
1972 DLL arg. Instead, use ewoc--current-dll. Update all callers.
1973 (ewoc--set-buffer-bind-dll-let*): Bind ewoc--current-dll, not `dll'.
1974 (ewoc--adjust): Use ewoc--current-dll.
1975 (ewoc-next, ewoc-prev, ewoc-nth): Bind ewoc--current-dll.
1976
1977 2006-05-26 Carsten Dominik <dominik@science.uva.nl>
1978
1979 * textmodes/org.el (org-next-item, org-previous-item): Emit more
1980 compact error message.
1981 (org-tags-view): Refresh category table in each file.
1982 (org-table-justify-field-maybe): Remove superfluous arguments to
1983 `format'.
1984 (org-export-as-html): Insert "<p>" before postamble.
1985 (org-paste-subtree, org-kill-is-subtree-p): Check for empty kill ring.
1986
1987 2006-05-26 Kenichi Handa <handa@m17n.org>
1988
1989 * textmodes/po.el (po-find-charset): Pay attention to the case
1990 FILENAME is a cons (NAME . BUFFER).
1991 (po-find-file-coding-system-guts): Likewise.
1992
1993 * arc-mode.el (archive-set-buffer-as-visiting-file):
1994 Call find-operation-coding-system with (FILENAME . BUFFER).
1995
1996 * tar-mode.el (tar-extract): Call find-operation-coding-system
1997 with (FILENAME . BUFFER).
1998
1999 * international/mule.el (decode-coding-inserted-region):
2000 Call find-operation-coding-system with (FILENAME . BUFFER).
2001
2002 2006-05-25 Chong Yidong <cyd@stupidchicken.com>
2003
2004 * image-mode.el (image-toggle-display): Use buffer contents to
2005 generate image for a remote file.
2006
2007 2006-05-25 Juri Linkov <juri@jurta.org>
2008
2009 * replace.el (query-replace-read-from, query-replace-read-to):
2010 Remove 8th arg KEEP-ALL in read-from-minibuffer.
2011
2012 2006-05-25 Rajesh Vaidheeswarran <rv@gnu.org>
2013
2014 * whitespace.el (whitespace-cleanup): Change to cleanup
2015 region if one is active.
2016 * whitespace.el (whitespace-cleanup-internal): New internal method.
2017
2018 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2019
2020 * dired.el (dired-mode-map): Add help-echo strings to tumme
2021 commands. Bind `tumme-dired-display-image' to C-t i.
2022
2023 * tumme.el (tumme-display-image): Change documentation string slightly.
2024 (tumme-dired-display-image): Add call to `display-buffer'.
2025
2026 2006-05-25 Thien-Thi Nguyen <ttn@gnu.org>
2027
2028 * emacs-lisp/bindat.el (bindat-unpack, bindat-pack):
2029 Signal error if RAW-DATA is a multibyte string.
2030
2031 2006-05-24 Richard Stallman <rms@gnu.org>
2032
2033 * subr.el (with-local-quit): When handling `quit' signal,
2034 make a chance for quit-flag to cause a quit.
2035
2036 * emacs-lisp/advice.el (ad-enable-advice, ad-activate)
2037 (ad-disable-advice): Add autoloads.
2038
2039 * subr.el (read-passwd): Copy PROMPT before changing its properties.
2040
2041 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2042
2043 * dired.el (dired-mode-map): Change menu items for tumme as per
2044 suggestions in emacs-devel.
2045
2046 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2047
2048 * dired.el (dired-mode-map): Fix breakage.
2049
2050 2006-05-25 Mathias Dahl <mathias.dahl@gmail.com>
2051
2052 * tumme.el (tumme-display-dired-image): Rename to...
2053 (tumme-dired-display-image): ...this.
2054 (tumme-track-movement): Change default value to t.
2055 (tumme-display-thumbs): Add new optional parameter DO-NOT-POP,
2056 used from `tumme-next-line-and-display' and similar commands.
2057
2058 * dired.el (dired-mode-map): Add Thumbnail submenu under the
2059 Immediate menu. Add some tumme commands there.
2060
2061 2006-05-24 Luc Teirlinck <teirllm@auburn.edu>
2062
2063 * loadup.el ("jka-cmpr-hook"): Load it before it is needed.
2064
2065 2006-05-24 Chong Yidong <cyd@mit.edu>
2066
2067 * menu-bar.el, international/mule-cmds.el: Remove tooltips for
2068 menu entries that open submenus.
2069
2070 2006-05-24 Alan Mackenzie <acm@muc.de>
2071
2072 * startup.el (command-line): For names of preloaded files, don't
2073 append ".elc" (now done in Fload), and call file-truename on the
2074 lisp directory.
2075
2076 * subr.el (eval-after-load): Fix the doc-string. Allow FILE to
2077 match ANY loaded file with the right name, not just those in
2078 load-path. Put a regexp matching the file name into
2079 after-load-alist, rather than the name itself.
2080
2081 * subr.el: New functions load-history-regexp,
2082 load-history-filename-element, do-after-load-evaluation.
2083
2084 * international/mule.el (load-with-code-conversion): Do the
2085 eval-after-load stuff by calling do-after-load-evaluation.
2086
2087 2006-05-25 Nick Roberts <nickrob@snap.net.nz>
2088
2089 * progmodes/gud.el (gud-sentinel): Condition on GUD buffer if it
2090 has not been killed.
2091
2092 2006-05-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2093
2094 * term/mac-win.el: Set idle timer to clean up expired Apple events.
2095 (mac-ae-get-url): Redispatch Apple event on unknown scheme.
2096 (mac-dispatch-apple-event): Resume Apple event if it is suspended.
2097 Optionally set error message in reply.
2098
2099 2006-05-24 Carsten Dominik <dominik@science.uva.nl>
2100
2101 * textmodes/org.el (org-open-at-point): Use renamed variable
2102 `org-confirm-shell-link-function'.
2103 (org-confirm-shell-link-function): Rename from
2104 `org-confirm-shell-links'.
2105 (org-export-directory): New function.
2106 (org-export-as-ascii, org-export-as-html, org-export-as-xoxo)
2107 (org-export-icalendar): Use `org-export-directory'.
2108 (org-indent-item): Keep cursor position.
2109 (org-link-file-path-type): New option.
2110 (org-export-as-html): Fix bug with plain lists starting in
2111 column 0.
2112 (org-export-as-html): Remove deadline formatting, this happens
2113 now already in `org-html-handle-time-stamps'.
2114 (org-export-html-style): Deadline class removed.
2115 (org-insert-labeled-timestamps-at-point): New option.
2116 (org-cycle, org-occur, org-scan-tags): Use `org-overview' instead
2117 of `hide-sublevels 1', in case the first headline is not level 1.
2118 (org-overview, org-content): New fuction.
2119 (org-cycle-global-status, org-cycle-subtree-status): Make these
2120 variables buffer-local.
2121 (org-global-cycle): New command.
2122 (org-shifttab): Use `org-global-cycle'.
2123 (org-insert-heading, org-insert-item): Go to end of new
2124 headline/item after creating it.
2125 (org-export-visible): Rename from `org-export-copy-visible'.
2126 Now creates a temporary org-file and applies an exporting command
2127 to it.
2128 (org-table-eval-formula): Support for lisp forms.
2129 (org-agenda-todo-ignore-scheduled): New option.
2130 (org-agenda-get-todos): Use new option
2131 `org-agenda-todo-ignore-scheduled'.
2132 (org-export-html-inline-images): New value `maybe'.
2133 (org-export-as-html): Inlining of images dependent on link description.
2134 (org-archive-subtree): Check for end-of-buffer before trying
2135 `kill-line'.
2136 (org-agenda-follow-mode): New option.
2137 (org-export-with-tags, org-export-with-timestamps): New options.
2138 (org-html-handle-time-stamps): New function.
2139 (org-keyword-time-regexp): New variable.
2140 (org-agenda-get-todos): Use `org-agenda-todo-list-sublevels'.
2141 (org-agenda-todo-list-sublevels): New option.
2142 (org-html-level-start): When TITLE is nil, just close all levels.
2143 (org-parse-key-lines, org-parse-export-options): Remove functions,
2144 replaced by `org-infile-export-plist'.
2145 (org-combine-plists, org-infile-export-plist)
2146 (org-default-export-plist): New functions.
2147 (org-export-html-preamble, org-export-html-postamble)
2148 (org-export-html-auto-preamble, org-export-html-auto-postamble):
2149 New variables.
2150 (org-export-publishing-directory): New option.
2151 (org-export-as-html, org-export-as-ascii): Use the new property
2152 lists for settings.
2153 (org-export-copy-visible, org-export-as-xoxo):
2154 Respect `org-export-publishing-directory'.
2155 (org-link-search, org-store-link, org-file-apps): Support for
2156 links to BibTeX database entries..
2157 (org-get-current-options, org-set-regexps-and-options):
2158 Implement logging as a startup option.
2159 (org-store-link): Make sure context string is never empty
2160 (org-insert-link): Use relative path when possible.
2161 (org-at-item-checklet-p): New function.
2162 (org-shifttab, org-shiftmetaleft, org-shiftmetaright)
2163 (org-shiftmetaup, org-shiftmetadown, org-metaleft)
2164 (org-metaright, org-metaup, org-metadown, org-shiftup)
2165 (org-shiftdown, org-shiftright, org-shiftleft)
2166 (org-ctrl-c-ctrl-c, org-cycle, org-return, org-meta-return):
2167 Dispatch using `call-interactively'.
2168 (org-call-with-arg): New defsubst.
2169 (org-tag-alist, org-use-fast-tag-selection): New options.
2170 (org-complete): Use `org-tag-alist'.
2171 (org-fast-tag-insert, org-fast-tag-selection): New functions.
2172 (org-next-item, org-previous-item): New commands.
2173 (org-beginning-of-item, org-end-of-item): Add (interactive) to
2174 make command.
2175 (org-shiftup, org-shiftdown): Accommodate the item-navigation commands.
2176
2177 2006-05-23 Thien-Thi Nguyen <ttn@gnu.org>
2178
2179 * emacs-lisp/ewoc.el (ewoc-delete): New function.
2180 (ewoc-filter): Use `ewoc-delete'.
2181
2182 * emacs-lisp/bindat.el (bindat-pack): Doc fix.
2183
2184 2006-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2185
2186 * textmodes/bibtex.el (bibtex-format-entry, bibtex-clean-entry):
2187 Signal more user-friendly error messages.
2188
2189 * complete.el (PC-do-completion): Undo the addition of implicit
2190 wildcards if they did not lead to finding any match.
2191 (read-file-name-internal): Don't add the final > if the completion is
2192 not finished.
2193
2194 2006-05-22 Reiner Steib <Reiner.Steib@gmx.de>
2195
2196 * textmodes/bibtex.el (bibtex-maintain-sorted-entries):
2197 Quote safe-local-variable predicate.
2198
2199 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2200
2201 * emacs-lisp/ewoc.el (ewoc-set-data): New function.
2202
2203 2006-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2204
2205 * textmodes/bibtex.el (bibtex-maintain-sorted-entries): Mark as safe.
2206
2207 * progmodes/make-mode.el (makefile-special-targets-list)
2208 (makefile-macro-table, makefile-target-table): Mark as risky.
2209 (makefile-query-one-target-method): Make this the alias for the
2210 following variable.
2211 (makefile-query-one-target-method-function): Make this the real name.
2212
2213 * textmodes/artist.el (artist-text-renderer): Make this the alias
2214 for the following variable.
2215 (artist-text-renderer-function): Make this the real name.
2216
2217 * textmodes/flyspell.el (flyspell-generic-check-word-p): Make this
2218 the alias for the following variable.
2219 (flyspell-generic-check-word-predicate): Make this the real name.
2220
2221 * textmodes/ispell.el (ispell-format-word): Make this the alias
2222 for the following variable.
2223 (ispell-format-word-function): Make this the real name.
2224 (ispell-message-text-end): Mark as risky.
2225
2226 * skeleton.el (skeleton-transformation, skeleton-filter)
2227 (skeleton-pair-filter): Make these the aliases for the following
2228 variables.
2229 (skeleton-transformation-function, skeleton-filter-function)
2230 (skeleton-pair-filter-function): Make these the real names.
2231
2232 * progmodes/sh-script.el (sh-mode): Use skeleton-filter-function
2233 and skeleton-pair-filter-function.
2234
2235 * textmodes/sgml-mode.el (sgml-transformation): Make this the
2236 alias for the following variable.
2237 (sgml-transformation-function): Make this the real name.
2238 (sgml-tag-alist): Mark as risky.
2239
2240 2006-05-21 Richard Stallman <rms@gnu.org>
2241
2242 * simple.el (kill-region): Interactively, pass point, then mark.
2243
2244 2006-05-22 Thien-Thi Nguyen <ttn@gnu.org>
2245
2246 * emacs-lisp/ewoc.el (ewoc-create): Add autoload cookie.
2247
2248 2006-05-21 Romain Francoise <romain@orebokech.com>
2249
2250 * dired-x.el (dired-mode-map): Don't bind M-g.
2251
2252 2006-05-20 Richard Stallman <rms@gnu.org>
2253
2254 * dired.el (dired-mode-map): Put dired-goto-file on j, not M-g.
2255 (dired-goto-file): Doc fix.
2256
2257 2006-05-21 Kim F. Storm <storm@cua.dk>
2258
2259 * emulation/cua-base.el: Mention customizing cua-mode as alternative
2260 way to enable built-in cua-mode if user loads older CUA-mode package.
2261
2262 * ido.el (ido-read-file-name): Bind ido-show-dot-for-dired to nil
2263 if default-filename is specified.
2264
2265 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2266
2267 * menu-bar.el (menu-bar-manuals-menu) <info-apropos>: New menu item.
2268
2269 * info.el (info-apropos): Make sure current-file and current-node
2270 have non-nil values. Speed up by using add-to-list instead of
2271 manual consing.
2272
2273 2006-05-20 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2274
2275 * progmodes/make-mode.el (makefile-mode): Doc fix.
2276
2277 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2278
2279 * dired-aux.el (dired-do-shell-command): Doc fix.
2280
2281 2006-05-20 Kevin Ryde <user42@zip.com.au>
2282
2283 * info-xref.el (info-xref-check-all-custom): Skip :tag part of
2284 ``(custom-manual :tag "Foo" "(foo)Node")''.
2285
2286 2006-05-20 Karl Chen <quarl@cs.berkeley.edu>
2287
2288 * progmodes/cc-vars.el (c-backslash-column): Mark as safe if its
2289 value is an integer.
2290
2291 2006-05-20 Eli Zaretskii <eliz@gnu.org>
2292
2293 * mail/rmail.el (rmail-mime-charset-pattern): Add "?:" before
2294 "format".
2295 (rmail-convert-to-babyl-format): Undo the change from 2006-04-19.
2296
2297 2006-05-20 Martin Rudalics <rudalics@gmx.at>
2298
2299 * progmodes/hideif.el (show-ifdef-block): Fix bug where parts of
2300 a hidden block remained hidden if `hide-ifdef-lines' is non-nil.
2301
2302 2006-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2303
2304 * progmodes/gud.el (gdb-script-font-lock-keywords): Use a stricter
2305 regexp for keywords.
2306
2307 2006-05-20 Masayuki FUJII <boochang@m4.kcn.ne.jp> (tiny change)
2308
2309 * dnd.el (dnd-get-local-file-name): Specify LITERAL in
2310 replace-regexp-in-string.
2311
2312 * term/w32-win.el (w32-drag-n-drop): Substitute '/' for '\',
2313 encode, and escape file name on conversion to URL.
2314
2315 2006-05-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2316
2317 * dnd.el (dnd-handle-one-url): Change 3rd arg ARG to URL.
2318 Don't unescape URL.
2319 (dnd-get-local-file-name): Unescape URL on conversion to file name.
2320
2321 * x-dnd.el (x-dnd-handle-file-name): Encode and escape file names
2322 on conversion to URLs.
2323
2324 * net/browse-url.el (browse-url-file-url): Encode file name on
2325 conversion to URL.
2326
2327 * term/mac-win.el (mac-ae-open-documents): Escape file name on
2328 conversion to URL.
2329
2330 2006-05-19 Eli Zaretskii <eliz@gnu.org>
2331
2332 * progmodes/cc-styles.el (c-style-alist): Doc fix.
2333
2334 2006-05-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2335
2336 * term/mac-win.el (mac-bytes-to-digits): Remove function.
2337 (mac-handle-toolbar-switch-mode): Use coercion instead of it.
2338
2339 2006-05-19 Glenn Morris <rgm@gnu.org>
2340
2341 * calendar/diary-lib.el (diary-bahai-date)
2342 (list-bahai-diary-entries, mark-bahai-diary-entries)
2343 (mark-bahai-calendar-date-pattern): Not interactive.
2344 (add-to-diary-list): New optional arg LITERAL. Doc fix.
2345 (diary-entries-list): Change format of 4th element in each entry.
2346 (diary-list-entries): Use add-to-diary-list.
2347 (diary-goto-entry): Handle the case where the buffer visiting the
2348 diary has been killed.
2349 (fancy-diary-display): Add 'locator to button rather than 'marker.
2350 Only generate temp-face when there are marks to apply.
2351 (list-sexp-diary-entries): Pass literal to add-to-diary-list.
2352 (diary-fancy-date-pattern): New variable.
2353 (diary-time-regexp): Doc fix.
2354 (diary-anniversary, diary-time): New faces.
2355 (fancy-diary-font-lock-keywords): Use diary-fancy-date-pattern and
2356 diary-time-regexp. Add font-lock-multiline property where needed.
2357 Use new faces diary-anniversary and diary-time.
2358 (diary-fancy-font-lock-fontify-region-function): New function, to
2359 handle multiline font-lock pattern in fancy diary.
2360 (fancy-diary-display-mode): Set font-lock-fontify-region-function.
2361 (diary-font-lock-keywords): Tweak time regexp. Use new face
2362 diary-time.
2363
2364 2006-05-19 Alexander Shopov <ash@contact.bg> (tiny change)
2365
2366 * international/code-pages.el (mik): Table corrected.
2367
2368 2006-05-18 Kim F. Storm <storm@cua.dk>
2369
2370 * progmodes/grep.el (grep-find): Don't check grep-find-command
2371 before running command (breaks non-interactive usage).
2372
2373 2006-05-18 Thien-Thi Nguyen <ttn@gnu.org>
2374
2375 * emacs-lisp/ewoc.el (ewoc--adjust): New func.
2376 (ewoc--insert-new-node): Don't insert trailing newline.
2377 Instead, adjust successor nodes's start markers.
2378 (ewoc--refresh-node): Delete all text from current node's start
2379 marker to the next one's; adjust successor nodes's start markers.
2380 (ewoc--create): Doc fixes.
2381 (ewoc--refresh): Don't insert newline.
2382 (ewoc--set-hf): Use `ewoc--set-buffer-bind-dll-let*'.
2383 * pcvs.el (cvs-make-cvs-buffer):
2384 Specify extra newline for ewoc's header and footer.
2385 (cvs-update-header): Update initial header recognition.
2386 Append newline to final header and footer values.
2387 * pcvs-info.el (cvs-fileinfo-pp): Insert trailing newline.
2388
2389 2006-05-17 Richard Stallman <rms@gnu.org>
2390
2391 * files.el (file-name-extension): Doc fix.
2392
2393 2006-05-17 Stefan Monnier <monnier@iro.umontreal.ca>
2394
2395 * shell.el (shell-dirtrack-mode): Make it into a proper minor mode, so
2396 we can explicitly enable/disable rather than toggle.
2397 (shell-mode): Use it.
2398 (shell-cd): Don't try to reproduce what `cd' does.
2399
2400 2006-05-17 Kim F. Storm <storm@cua.dk>
2401
2402 * ido.el (ido-read-internal): Use only nondirectory part of
2403 default item.
2404
2405 2006-05-17 Thien-Thi Nguyen <ttn@gnu.org>
2406
2407 * emacs-lisp/ewoc.el (ewoc-data): Add docstring.
2408 (ewoc-nth): Doc fix.
2409
2410 (ewoc-map, ewoc-invalidate): Compute PP before looping.
2411
2412 2006-05-16 Eli Zaretskii <eliz@gnu.org>
2413
2414 * international/mule.el (auto-coding-alist): Add .lha to files
2415 read with no-conversion.
2416
2417 * files.el (auto-mode-alist): Add .lha files to archive file
2418 extensions.
2419
2420 * arc-mode.el (archive-arc-summarize, archive-lzh-summarize):
2421 Convert csize to integer when computing offsets within the
2422 compressed archive file.
2423
2424 2006-05-16 Kim F. Storm <storm@cua.dk>
2425
2426 * subr.el (add-to-history): Add KEEP-ALL arg and align functionality
2427 with read-from-minibuffer.
2428
2429 2006-05-16 Reiner Steib <Reiner.Steib@gmx.de>
2430
2431 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p): New function.
2432 (byte-compile-warnings): Fix safe-local-variable property.
2433
2434 2006-05-16 Ken Manheimer <ken.manheimer@gmail.com>
2435
2436 * allout.el (allout-show-bodies, allout-old-style-prefixes)
2437 (allout-stylish-prefixes, allout-numbered-bullet)
2438 (allout-file-xref-bullet, allout-use-hanging-indents): Use simple
2439 predicates to qualify `safe-local-variable' property, when
2440 available, else use equivalent lambda.
2441 (allout-current-topic-collapsed-p): Do the right thing regarding
2442 trailing blank lines.
2443
2444 2006-05-16 Stefan Monnier <monnier@iro.umontreal.ca>
2445
2446 * server.el (server-start): Only create a directory if needed.
2447 (server-edit, server-unload-hook): server-start => server-mode.
2448 (kill-emacs-hook): Cleanup upon exit.
2449
2450 2006-05-15 Stefan Monnier <monnier@iro.umontreal.ca>
2451
2452 * hexl.el (hexlify-buffer): Encode process arguments manually.
2453
2454 2006-05-16 Nick Roberts <nickrob@snap.net.nz>
2455
2456 * progmodes/gud.el (gud-tooltip-tips): Add missing argument to
2457 call to gdb-tooltip-print.
2458
2459 2006-05-15 Romain Francoise <romain@orebokech.com>
2460
2461 * dired-x.el (dired-guess-shell-gnutar): On GNU and GNU/Linux
2462 systems, default to "tar" since those systems probably have GNU tar.
2463
2464 2006-05-14 Lars Hansen <larsh@soem.dk>
2465
2466 * desktop.el (desktop-missing-file-warning): Fix docstring.
2467 (desktop-restore-file-buffer): Correct question asked on missing file.
2468
2469 2006-05-14 Kim F. Storm <storm@cua.dk>
2470
2471 * progmodes/cc-subword.el (c-forward-subword, c-backward-subword):
2472 Add CUA move property.
2473
2474 2006-05-13 Chong Yidong <cyd@stupidchicken.com>
2475
2476 * custom.el (custom-push-theme): Load the variable before checking
2477 its `standard-value'.
2478
2479 2006-05-13 Lars Hansen <larsh@soem.dk>
2480
2481 * desktop.el (desktop-save): Use with-temp-buffer.
2482
2483 2006-05-12 Glenn Morris <rgm@gnu.org>
2484
2485 * calendar/cal-menu.el (calendar-mode-map, calendar-mouse-3-map):
2486 * calendar/calendar.el (calendar-mode-map):
2487 * calendar/diary-lib.el (include-other-diary-files,diary-mail-entries):
2488 * calendar/appt.el (appt-check, appt-make-list): Refer to
2489 diary-view-entries, diary-list-entries, diary-show-all-entries
2490 rather than obsolete aliases.
2491
2492 2006-05-12 Chong Yidong <cyd@stupidchicken.com>
2493
2494 * simple.el (line-move-finish): Avoid calling point motion hooks
2495 while processing intangibility.
2496
2497 2006-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2498
2499 * term/xterm.el (terminal-init-xterm): Fix typo.
2500
2501 2006-05-12 Ken Manheimer <ken.manheimer@gmail.com>
2502
2503 * allout.el (allout-view-change-hook): Mark as being deprecated,
2504 to be replaced by `allout-exposure-change-hook'.
2505 (allout-exposure-change-hook): New, replacing
2506 `allout-view-change-hook'.
2507 (allout-flag-region): Run new hook `allout-exposure-change-hook',
2508 in addition to `allout-view-change-hook'.
2509 (allout-show-bodies, allout-old-style-prefixes)
2510 (allout-stylish-prefixes, allout-use-hanging-indents): Quote the
2511 lambda forms to prevent their showing up in variable help
2512 presentations as inscrutable byte-compiled code.
2513 (allout-numbered-bullet, allout-file-xref-bullet, allout-layout):
2514 Use string-or-null-p to qualify safe-local-variable values.
2515 (allout-reindent-bodies): Use memq to qualify matches against
2516 valid safe-local-variable values. Also, quote the lambda as above.
2517 (allout-use-mode-specific-leader): Add missing candidate-value
2518 symbols, use memq, and quote the lambda.
2519 (allout-overlay-interior-modification-handler): Remove unused
2520 variables `msg' and 'opened'.
2521 (allout-hidden-p): Constrain invisibility consideration to allout's
2522 invisibility spec, disregarding invisibility for other reasons.
2523
2524 2006-05-12 Reiner Steib <Reiner.Steib@gmx.de>
2525
2526 * files.el (version-control): Correct safe values.
2527
2528 2006-05-12 Thien-Thi Nguyen <ttn@gnu.org>
2529
2530 * emacs-lisp/ewoc.el (ewoc-refresh): Compute PP once before looping.
2531
2532 (ewoc--node-enter-before, ewoc--create-node): Delete funcs.
2533 (ewoc--insert-new-node): New func.
2534 Update callers of deleted funcs to use it, instead.
2535
2536 2006-05-11 Glenn Morris <rgm@gnu.org>
2537
2538 * calendar/calendar.el (diary-show-all-entries): Do not refer to
2539 obsolete alias `show-all-diary-entries'.
2540 (make-diary-entry): Not interactive.
2541 (cal-tex-cursor-month, cal-tex-cursor-month-landscape)
2542 (cal-tex-cursor-day, cal-tex-cursor-week, cal-tex-cursor-week2)
2543 (cal-tex-cursor-week-iso, cal-tex-cursor-week-monday)
2544 (cal-tex-cursor-filofax-2week, cal-tex-cursor-filofax-week)
2545 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2546 (cal-tex-cursor-filofax-daily, cal-tex-cursor-year): Interactive.
2547
2548 2006-05-11 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2549
2550 * calendar/calendar.el (calendar-french-date-string)
2551 (calendar-mayan-date-string, calendar-chinese-date-string)
2552 (calendar-astro-date-string, calendar-iso-date-string)
2553 (calendar-islamic-date-string, calendar-bahai-date-string)
2554 (calendar-hebrew-date-string, calendar-coptic-date-string)
2555 (calendar-ethiopic-date-string, calendar-persian-date-string):
2556 These functions are not interactive.
2557
2558 2006-05-11 Luc Teirlinck <teirllm@auburn.edu>
2559
2560 * files.el: Balance parentheses.
2561
2562 2006-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2563
2564 * files.el, newcomment.el, outline.el, simple.el,
2565 emacs-lisp/bytecomp.el, progmodes/cc-compat.el,
2566 progmodes/cc-vars.el, progmodes/compile.el:
2567 Move `safe-local-variable' declarations to the respective files.
2568
2569 * help-fns.el (describe-variable): Don't print safe-var if it is
2570 byte-code. Improve wording as suggested by Luc Teirlinck.
2571
2572 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2573
2574 * progmodes/gdb-ui.el (gdb-reset): Update speedbar if necessary.
2575 (gdb-var-evaluate-expression-handler, gdb-var-update-handler):
2576 Use a token for pending-triggers to ensure gdb-var-update
2577 gets called once per user input again for pre-GDB 6.4.
2578 (gdb-var-delete): Match on more complex expressions.
2579 (gdb-var-list-children-handler, gdb-var-create-handler):
2580 Use a token for consistency.
2581
2582 2006-05-11 Carsten Dominik <dominik@science.uva.nl>
2583
2584 * textmodes/org.el (org-read-date, org-goto-calendar)
2585 (org-agenda-goto-calendar):
2586 Bind `view-calendar-holidays-initially' to nil.
2587
2588 2006-05-11 Thien-Thi Nguyen <ttn@gnu.org>
2589
2590 * emacs-lisp/ewoc.el (ewoc--refresh-node): No longer save-excursion.
2591 Update all callers to do it there, instead.
2592
2593 2006-05-10 Glenn Morris <rgm@gnu.org>
2594
2595 * calendar/calendar.el (calendar-basic-setup): Set day to 1 in
2596 prefix arg case, to avoid view-diary-entries-initially error.
2597 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2598 (calendar-date-is-legal-p): Handle dates with no day part.
2599
2600 2006-05-11 Nick Roberts <nickrob@snap.net.nz>
2601
2602 * comint.el (comint-insert-input): Just make it when
2603 comint-use-prompt regexp is nil (default) and with the mouse.
2604 (comint-copy-old-input): Reinstate from 2004-06-23.
2605 (comint-mode-map): Bind C-c C-m to it.
2606
2607 2006-05-10 J.D. Smith <jdsmith@as.arizona.edu>
2608
2609 * progmodes/idlw-shell.el (idlwave-shell-move-or-history):
2610 Remove spurious move to point-max (new comint behavior fixes).
2611
2612 * progmodes/idlwave.el (idlwave-push-mark): Removed obsolete
2613 compatibility function (Emacs 18/19).
2614 (idlwave-is-continuation-line): Always return point at start of
2615 previous non-blank continuation line.
2616 `keyword-parameters': Fix continued comment font-lock matcher.
2617 (idlwave-font-lock-fontify-region): Written, use as
2618 font-lock-fontify-region-function, to fix continued keyword
2619 fontification issues.
2620
2621 2006-05-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2622
2623 * term/mac-win.el (mac-font-panel-mode): Doc fix.
2624 (mac-service-selection, mac-service-open-file)
2625 (mac-service-open-selection, mac-service-mail-selection)
2626 (mac-service-mail-to, mac-service-insert-text): Rename from
2627 mac-services-*. All uses changed.
2628 (mac-apple-event-map): Rename event symbol `services' to `service'.
2629
2630 2006-05-10 Thien-Thi Nguyen <ttn@gnu.org>
2631
2632 * emacs-lisp/ewoc.el (ewoc--dll-create, ewoc--node-delete)
2633 (ewoc--node-enter-first, ewoc--node-enter-last)
2634 (ewoc--delete-node-internal): Merge funcs into unique callers.
2635
2636 2006-05-09 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * emacs-lisp/crm.el (completing-read-multiple): Properly handle
2639 return value of read-from-minibuffer for empty input.
2640
2641 2006-05-09 Miles Bader <miles@gnu.org>
2642
2643 * comint.el (comint-insert-input): Remove redundant calls to setq
2644 and goto-char.
2645
2646 2006-05-10 Nick Roberts <nickrob@snap.net.nz>
2647
2648 * comint.el (comint-insert-input): Make it work when
2649 comint-use-prompt-regexp is t.
2650
2651 2006-05-10 Miles Bader <miles@gnu.org>
2652
2653 * subr.el (field-at-pos): New function.
2654
2655 * comint.el (comint-insert-input): Use it.
2656
2657 2006-05-09 Juri Linkov <juri@jurta.org>
2658
2659 * battery.el (battery-linux-proc-acpi): Also try
2660 `/proc/acpi/thermal_zone/THR2/temperature'.
2661
2662 * files.el <safe-local-variable>: Remove `eval' and `let' binding
2663 for now unused lambda `string-or-null'.
2664
2665 * add-log.el (change-log-default-name): Put `string-or-null-p'
2666 instead of lambda on `safe-local-variable' property.
2667
2668 * diff-mode.el (diff-context->unified): Use `region-beginning' and
2669 `region-end' instead of `mark' and `point'.
2670 (diff-unified->context, diff-reverse-direction, diff-fixup-modifs):
2671 Operate on region in Transient Mark mode when the mark is active.
2672 Use `region-beginning' and `region-end' instead of `mark' and
2673 `point'.
2674 (diff-hunk-text, diff-goto-source): Doc fix.
2675
2676 * startup.el (fancy-splash-screens, normal-splash-screen): Use
2677 face `mode-line-buffer-id' for mode-line buffer face instead of
2678 hard-coded `(:weight bold)'.
2679
2680 * arc-mode.el (archive-set-buffer-as-visiting-file): Bind
2681 buffer-undo-list to t (undo-ask is reproducible by visiting
2682 nested archives).
2683
2684 2006-05-09 Kim F. Storm <storm@cua.dk>
2685
2686 * progmodes/grep.el (rgrep): Set default directory of *grep*
2687 buffer if we start M-x rgrep in the *grep* buffer and choose
2688 a different base directory.
2689
2690 2006-05-09 Michael Albinus <michael.albinus@gmx.de>
2691
2692 * net/tramp.el (tramp-register-file-name-handlers): Enable Tramp
2693 completion also when ido is loaded.
2694
2695 2006-05-09 Masatake YAMATO <jet@gyve.org>
2696
2697 * font-lock.el (cpp-font-lock-keywords-source-directives): Addded
2698 "warning" and "import".
2699 (cpp-font-lock-keywords): Added "warning".
2700
2701 2006-05-08 Dan Nicolaescu <dann@ics.uci.edu>
2702
2703 * term/xterm.el (terminal-init-xterm): Add more key bindings.
2704
2705 2006-05-08 Stefan Monnier <monnier@iro.umontreal.ca>
2706
2707 * mwheel.el (mwheel-scroll): Make sure that when scrolling multiple
2708 pages at a time, if we signal the end, we should indeed reach that end.
2709
2710 2006-05-08 David Reitter <david.reitter@gmail.com>
2711
2712 * emacs-lisp/easy-mmode.el (define-minor-mode): Only preserve messages
2713 output during execution of the body.
2714
2715 2006-05-08 Kim F. Storm <storm@cua.dk>
2716
2717 * progmodes/grep.el (lgrep, rgrep): Doc fixes.
2718
2719 2006-05-08 Thien-Thi Nguyen <ttn@gnu.org>
2720
2721 * emacs-lisp/ewoc.el (ewoc--set-buffer-bind-dll-let*):
2722 Use with-current-buffer.
2723
2724 2006-05-07 Kim F. Storm <storm@cua.dk>
2725
2726 * subr.el (add-to-history): Remove keep-dups arg.
2727
2728 * kmacro.el (kmacro-push-ring): Let-bind history-delete-duplicates
2729 to nil around call to add-to-history.
2730
2731 2006-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2732
2733 * emacs-lisp/syntax.el (syntax-ppss): Flush the cache before rather
2734 than after a buffer modification.
2735
2736 2006-05-08 Nick Roberts <nickrob@snap.net.nz>
2737
2738 * progmodes/gdb-ui.el (gdb-var-create-handler): Move speedbar
2739 call to...
2740 (gud-watch): ...here so speedbar is raised for already watched
2741 expressions.
2742 (gdb-speedbar-refresh): Delete function.
2743 (gdb-speedbar-update, gdb-speedbar-timer-fn): New functions.
2744 Use speedbar-timer-fn instead of speedbar-refresh (reverting
2745 earlier change).
2746 (gdb-var-evaluate-expression-handler)
2747 (gdb-var-list-children-handler-1, gdb-var-update-handler-1): Use it.
2748
2749 * speedbar.el (speedbar-timer-fn): Remove save-window-excursion.
2750 Update localized contents for all buffers except ignored modes.
2751
2752 2006-05-07 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2753
2754 * term/mac-win.el (mac-utxt-to-string): Use `eq' instead of `='.
2755 (mac-atsu-font-table, mac-font-panel-mode): Add defvars.
2756 (mac-bytes-to-digits, mac-handle-toolbar-switch-mode)
2757 (mac-handle-font-panel-closed, mac-handle-font-selection):
2758 New functions.
2759 (mac-font-panel-mode): New minor mode.
2760 (mac-apple-event-map): Add bindings for toolbar toggle button and
2761 font panel.
2762 (menu-bar-showhide-menu): Add mac-font-panel-mode.
2763
2764 2006-05-07 John Paul Wallington <jpw@pobox.com>
2765
2766 * ibuffer.el (ibuffer-compressed-file-name-regexp):
2767 Avoid `regexp-opt'; simplify regexp for readability.
2768
2769 2006-05-06 Eli Zaretskii <eliz@gnu.org>
2770
2771 * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir):
2772 * files.el (buffer-stale-function):
2773 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
2774 * autorevert.el (global-auto-revert-non-file-buffers): Point Info
2775 links to the main manual, not to emacs-xtra.
2776
2777 2006-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2778
2779 * term/mac-win.el (mac-utxt-to-string): Don't make adjustment for
2780 MacJapanese if text is ASCII-only.
2781
2782 2006-05-06 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
2785 unless so nil isn't returned.
2786 (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
2787
2788 2006-05-06 Kim F. Storm <storm@cua.dk>
2789
2790 * subr.el (add-to-history): New function.
2791
2792 * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
2793 (ediff-merge-files-with-ancestor):
2794 * env.el (setenv):
2795 * isearch.el (isearch-update-ring):
2796 * server.el (server-visit-files):
2797 * progmodes/grep.el (lgrep, rgrep):
2798 * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
2799 * progmodes/xscheme.el (xscheme-insert-expression):
2800 Use add-to-history.
2801
2802 * kmacro.el (kmacro-push-ring): Use add-to-history.
2803 (kmacro-ring-length): Remove unused defun.
2804 (kmacro-start-macro): Use kmacro-push-ring.
2805
2806 2006-05-06 Thien-Thi Nguyen <ttn@gnu.org>
2807
2808 * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
2809 directly instead of a lambda expression that calls it.
2810
2811 2006-05-06 Kim F. Storm <storm@cua.dk>
2812
2813 * avoid.el (mouse-avoidance-point-position): Use posn-at-point
2814 instead of compute-motion.
2815
2816 2006-05-05 Dan Nicolaescu <dann@ics.uci.edu>
2817
2818 * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
2819 change.
2820
2821 2006-05-05 Reiner Steib <Reiner.Steib@gmx.de>
2822
2823 * startup.el (command-line-1): Refer to "Pure Storage" on
2824 pure-space-overflow.
2825
2826 2006-05-05 Martin Rudalics <rudalics@gmx.at>
2827
2828 * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
2829 provided faces once they all have been used up.
2830
2831 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2832
2833 * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
2834 reference to the Lisp manual to the warning about pure space
2835 overflow.
2836
2837 2006-05-05 Micha\e,Ak\e(Bl Cadilhac <michael.cadilhac@lrde.org>
2838
2839 * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
2840 argument to avoid the call to `ispell-internal-change-dictionary'
2841 when not needed.
2842 (ispell-change-dictionary): Use this argument and call
2843 `ispell-internal-change-dictionary' after the possible change
2844 to `ispell-local-dictionary'.
2845 (ispell-internal-change-dictionary): Check for a change in
2846 personal dictionary use too.
2847
2848 2006-05-05 Eli Zaretskii <eliz@gnu.org>
2849
2850 * startup.el (command-line): On MS-Windows, probe "~", not
2851 "~USER", for warning about non-existent home directory
2852
2853 * arc-mode.el (archive-l-e): New optional argument `float' means
2854 generate a float value.
2855 (archive-arc-summarize, archive-lzh-summarize)
2856 (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
2857 with 3rd argument non-nil when file's size is being computed.
2858 Format the file sizes with %8.0f instead of %8d.
2859
2860 2006-05-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2861
2862 * cus-start.el (all): Add mac-dnd-known-types.
2863
2864 * term/mac-win.el (mac-utxt-to-string, mac-string-to-utxt)
2865 (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
2866 (mac-TIFF-to-string): New functions.
2867 (x-get-selection, x-selection-value)
2868 (mac-select-convert-to-string): Use them.
2869 (mac-text-encoding-mac-japanese-basic-variant): New constant.
2870 (mac-dnd-types-alist): New customization variable.
2871 (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
2872 (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
2873 (mac-dnd-handle-drag-n-drop-event): New functions.
2874 (mac-drag-n-drop): Remove function.
2875 (global-map): Bind drag-n-drop and M-drag-n-drop to
2876 mac-dnd-handle-drag-n-drop-event.
2877
2878 2006-05-04 Karl Chen <quarl@NOSPAM.quarl.org>
2879
2880 * progmodes/perl-mode.el (perl-beginning-of-function):
2881 Skip anonymous subs.
2882
2883 2006-05-04 Dan Nicolaescu <dann@ics.uci.edu>
2884
2885 * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
2886 regexp-opt at run time.
2887
2888 * term.el (term-handle-ansi-escape): Fix off by one error.
2889
2890 2006-05-04 Nick Roberts <nickrob@snap.net.nz>
2891
2892 * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
2893 (gdb-init-1, gdb-post-prompt): ...and references to it.
2894 (gdb-frame-handler): Strip directory name from filename if present.
2895
2896 * progmodes/gud.el (gdb-force-update): Delete defvar
2897 (gud-speedbar-buttons): ...and references to it. Use window-start
2898 to try to keep positon in watch expression.
2899
2900 2006-05-03 Richard Stallman <rms@gnu.org>
2901
2902 * simple.el (next-history-element, previous-history-element): Doc fix.
2903
2904 * isearch.el (isearch-update-ring): Doc fix.
2905
2906 2006-05-03 Dan Nicolaescu <dann@ics.uci.edu>
2907
2908 * isearch.el (isearch-update-ring): Take history-delete-duplicates
2909 into consideration. Replace one arm ifs with whens.
2910
2911 2006-05-03 Nick Roberts <nickrob@snap.net.nz>
2912
2913 * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
2914 (menu): Fix typo.
2915
2916 2006-05-02 Miles Bader <miles@gnu.org>
2917
2918 * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
2919
2920 2006-05-02 Jay Belanger <belanger@truman.edu>
2921
2922 * calc/calc-embed.el (calc-override-minor-modes-map)
2923 (calc-override-minor-modes): New variables.
2924 (calc-do-embedded): Make sure that Calc keystrokes aren't
2925 overwritten by minor modes.
2926
2927 2006-05-02 Chong Yidong <cyd@mit.edu>
2928
2929 * msb.el (msb): If EVENT is a down event, read and discard the up event.
2930
2931 2006-05-02 Reiner Steib <Reiner.Steib@gmx.de>
2932
2933 * startup.el (command-line-1): Refer to Lisp manual when
2934 pure-space-overflow occurs.
2935
2936 * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
2937 (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
2938 (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
2939 (version-control): Don't use `t' for safe-local-variable declarations.
2940
2941 2006-05-01 Richard Stallman <rms@gnu.org>
2942
2943 * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
2944 M-r, M-R, M-A, M-SPC or M-DEL.
2945 (diff-mode-map): diff-refine-hunk now on C-c C-w
2946 (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
2947
2948 * help-mode.el (help-mode): view-exit-action calls delete-window
2949 only when it is safe and possible.
2950
2951 * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
2952 in messages.
2953
2954 * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
2955
2956 * tool-bar.el (tool-bar-setup): Put Help and Preferences items
2957 in the default tool-bar-map.
2958
2959 2006-05-01 Michael Albinus <michael.albinus@gmx.de>
2960
2961 * net/tramp.el (tramp-completion-file-name-handler-alist)
2962 (tramp-run-real-handler, tramp-completion-run-real-handler)
2963 (tramp-completion-handle-file-name-all-completions)
2964 (tramp-completion-handle-file-name-completion): Autoload them.
2965 (tramp-completion-handle-file-exists-p)
2966 (tramp-completion-handle-file-name-directory)
2967 (tramp-completion-handle-file-name-nondirectory)
2968 (tramp-completion-handle-expand-file-name): Remove them.
2969 (tramp-handle-file-name-directory): Return the real directory name.
2970 Returning "/" only doesn't need to be necessary any longer.
2971 (tramp-file-name-handler): Make special attention when in hostname
2972 completion mode.
2973 (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
2974 (tramp-register-file-name-handlers):
2975 Register `tramp-completion-file-name-handler' only when
2976 `partial-completion-mode' is enabled.
2977 (tramp-completion-handle-file-name-all-completions):
2978 Delete directory part from results.
2979 (tramp-get-completion-methods, tramp-get-completion-user-host):
2980 Discard deleting "/", it doesn't work after the change of
2981 `tramp-handle-file-name-directory' above.
2982
2983 2006-05-01 Kim F. Storm <storm@cua.dk>
2984
2985 * progmodes/grep.el (grep-expand-template): Use save-match-data
2986 and symbol-value.
2987
2988 2006-05-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2989
2990 * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
2991 Use select-frame-set-input-focus instead of raise-frame.
2992 (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
2993
2994 2006-05-01 Nick Roberts <nickrob@snap.net.nz>
2995
2996 * progmodes/gud.el (gud-def): Add %c case.
2997 (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
2998 (gud-format-command): Make match case sensitive. Match on %F.
2999
3000 2006-04-30 Glenn Morris <rgm@gnu.org>
3001
3002 * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
3003 (cal-tex-preamble): Use cal-tex-preamble-extra.
3004 (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
3005 than alias `list-diary-entries'.
3006
3007 2006-04-29 Dan Nicolaescu <dann@ics.uci.edu>
3008
3009 * help-fns.el (describe-variable): Add info about safe local variables.
3010
3011 2006-04-29 Richard Stallman <rms@gnu.org>
3012
3013 * bindings.el (mode-line-format): help-echo doc fixes.
3014
3015 * net/tramp.el (tramp-file-name-handler-alist): Delete
3016 expand-file-name and other operations that can cause spurious loading.
3017
3018 2006-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * files.el (safe-local-variable-p): Remove support for the special
3021 value t.
3022
3023 * textmodes/paragraphs.el (sentence-end-without-space):
3024 Fix safety predicate.
3025 (sentence-end-double-space, sentence-end-without-period)
3026 (paragraph-ignore-fill-prefix):
3027 * textmodes/fill.el (colon-double-space):
3028 * abbrev.el (abbrev-mode): Tighten the safety predicate.
3029
3030 * subr.el (booleanp): New fun.
3031
3032 * textmodes/reftex-vars.el (reftex-guess-label-type):
3033 Tighten the safety predicate.
3034
3035 2006-04-28 Kim F. Storm <storm@cua.dk>
3036
3037 * progmodes/grep.el (defgroup grep): Doc fix.
3038 (grep-auto-highlight): Remove.
3039 (grep-template): New defcustom.
3040 (grep-find-template): Rename from grep-tree-template.
3041 (grep-files-aliases): Rename from grep-tree-files-aliases.
3042 Remove "all" alias, add "l" alias.
3043 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
3044 (grep-find-ignored-directories): New defcustom to replace
3045 grep-tree-ignore-CVS-directories, to facilitate ignoring
3046 subdirectories for multiple version control systems.
3047 (grep-mode-map): Add Recursive grep item to GREP menu.
3048 (grep-regexp-history, grep-files-history): New defvars.
3049 (grep-probe): New helper function.
3050 (grep-compute-defaults): Use it to simplify code.
3051 Adapt to name changes.
3052 Use `.' as base in grep-find-template rather than <D>.
3053 (grep): Remove superfluous highlight-regexp arg. Fix doc.
3054 Call grep-compute-defaults unconditionally.
3055 (grep-expand-keywords): New defconst.
3056 (grep-expand-template): Rename from grep-expand-command-macros.
3057 Simplify via grep-expand-keywords. Look at case-fold-search instead
3058 of grep-tree-ignore-case to add -i option.
3059 Bind case-fold-search to nil while matching keywords.
3060 (grep-tree-last-regexp, grep-tree-last-files): Remove.
3061 (grep-read-regexp, grep-read-files): New helper functions.
3062 (rgrep): Rename from grep-tree. Rework to use proper histories.
3063 Adapt to changes in defcustoms and functions above.
3064 (lgrep): New command, as grep, but using same interactive UI as rgrep.
3065
3066 2006-04-28 Michael Albinus <michael.albinus@gmx.de>
3067
3068 * net/tramp.el (tramp-completion-file-name-handler):
3069 Disable Tramp's functionality while loading Tramp itself.
3070 (tramp-register-file-name-handlers): That's a defsubst now.
3071 Code from `tramp-repair-jka-compr' moved here. Apply it via
3072 `after-init-hook'.
3073 (tramp-repair-jka-compr): Remove.
3074
3075 2006-04-27 Jay Belanger <belanger@truman.edu>
3076
3077 * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
3078 read expression when `math-read-big-expr' doesn't work.
3079
3080 2006-04-27 Reiner Steib <Reiner.Steib@gmx.de>
3081
3082 * startup.el (command-line-1): Display warning when
3083 pure-space-overflow is non-nil.
3084
3085 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3086
3087 * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
3088 risky.
3089
3090 2006-04-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3091
3092 * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
3093 Return the URL or nil if none can be generated.
3094
3095 2006-04-27 Nick Roberts <nickrob@snap.net.nz>
3096
3097 * progmodes/gud.el (gud-comint-buffer): Move forward to stop
3098 byte compiler warnings.
3099 (gud-basic-call, gud-find-expr): Let user select an expression
3100 for printing. Print expression as well as value in GUD buffer.
3101
3102 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com>
3103
3104 * allout.el: Remove local autoload declaration for
3105 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
3106 (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
3107 (allout-plain-bullets-string, allout-distinctive-bullets-string)
3108 (allout-use-mode-specific-leader, allout-old-style-prefixes)
3109 (allout-stylish-prefixes, allout-numbered-bullet)
3110 (allout-file-xref-bullet, allout-presentation-padding)
3111 (allout-use-hanging-indents, allout-reindent-bodies): Mark as
3112 safe-local-variable with suitable value spec, and add autoload
3113 cookie for loaddefs inclusion. We now use an explicit spec everywhere.
3114 (move-beginning-of-line, move-end-of-line): Repair so these compat
3115 functions now actually resituate the point, when appropriate.
3116
3117 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3118
3119 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
3120
3121 * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
3122 (add-log-iso8601-time-string): Fix call to format-time-string.
3123
3124 2006-04-26 Kim F. Storm <storm@cua.dk>
3125
3126 * subr.el (posn-string, posn-image, posn-object): Doc fix.
3127
3128 2006-04-26 Masatake YAMATO <jet@gyve.org>
3129
3130 * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
3131 Add support for "//" style comments. Remove `b' flag
3132 from ?* in `asm-mode-syntax-table'.
3133
3134 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3135
3136 * follow.el: Use (featurep 'xemacs) everywhere.
3137 (follow-mode): Use define-minor-mode.
3138 (follow-mode-map): Move initialization into the declaration.
3139 Use command remapping.
3140 (follow-emacs-version-xemacs-p): Remove.
3141 (follow-submit-feedback): Remove.
3142
3143 * allout.el (allout-layout, allout-passphrase-verifier-string)
3144 (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
3145
3146 * textmodes/reftex-vars.el (reftex-vref-is-default)
3147 (reftex-fref-is-default, reftex-guess-label-type):
3148 Tighten up a bit the safety predicate.
3149
3150 * textmodes/paragraphs.el (sentence-end-double-space)
3151 (sentence-end-without-period, sentence-end-without-space)
3152 (page-delimiter, paragraph-ignore-fill-prefix):
3153 Tighten up a bit the safety predicate.
3154
3155 * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
3156
3157 * progmodes/python.el (python-continuation-line-p)
3158 (python-beginning-of-statement): syntax-ppss may return
3159 a negative depth.
3160 (python-mode): Don't forcefully enable font-lock.
3161
3162 * time-stamp.el (time-stamp-start, time-stamp-end)
3163 (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
3164
3165 * add-log.el: Remove spurious * in docstrings.
3166 (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
3167 (add-change-log-entry): Use it here, since it's not specific
3168 to iso8601.
3169 (add-log-iso8601-time-string): Don't use it here any more.
3170 (change-log-indent-text, change-log-indent): Rename from add-log-*.
3171
3172 * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
3173
3174 2006-04-25 Ryan Yeske <rcyeske@gmail.com>
3175
3176 * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
3177 (rcirc-toggle-low-priority): Doc fix.
3178 (rcirc-handler-NOTICE): Remove beginning of line anchor in
3179 ChanServ regexp.
3180 (rcirc-startup-channels-alist): Connect to #rcirc by default, not
3181 #emacs.
3182 (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
3183 (rcirc-decode-coding-system): Use utf-8 as the default.
3184 (rcirc-multiline-minor-mode): Set the fill-column.
3185 (rcirc-format-response-string): Display bright and dim nicks.
3186 (rcirc-browse-url): Update interactive spec to fill ARG.
3187 (rcirc-bright-nick, rcirc-dim-nick): Add faces.
3188 (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
3189
3190 2006-04-24 J.D. Smith <jdsmith@as.arizona.edu>
3191
3192 * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
3193 case for @Article, etc.
3194
3195 2006-04-23 Michael Albinus <michael.albinus@gmx.de>
3196
3197 * net/tramp.el (tramp-register-file-name-handlers): New defun.
3198 Added with autoload cookie.
3199 (tramp-unload-file-name-handlers): Rename from
3200 `tramp-unload-file-name-handler-alist'.
3201
3202 2006-04-23 Romain Francoise <romain@orebokech.com>
3203
3204 * comint.el (comint-match-partial-filename): Doc fix.
3205
3206 2006-04-21 Glenn Morris <rgm@gnu.org>
3207
3208 * calendar/cal-menu.el (calendar-mode-map): Refer to
3209 `diary-view-entries' rather than alias `view-diary-entries'.
3210 * calendar/diary-lib.el (view-other-diary-entries): Ditto.
3211
3212 2006-04-21 Luc Teirlinck <teirllm@auburn.edu>
3213
3214 * progmodes/antlr-mode.el (antlr-default):
3215 * cus-edit.el (custom-documentation):
3216 * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
3217 in defface.
3218
3219 2006-04-21 Kim F. Storm <storm@cua.dk>
3220
3221 * image.el (image-type): New defun split out of create-image.
3222 (create-image): Use it.
3223
3224 2006-04-21 Carsten Dominik <dominik@science.uva.nl>
3225
3226 * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
3227 (org-open-at-point): Remove the "...done" message to keep output
3228 in the echo area visible.
3229 (org-export-as-xoxo): Fix call to `indent-region'.
3230
3231 2006-04-21 Kevin Ryde <user42@zip.com.au>
3232
3233 * international/mule.el (keyboard-coding-system): defcustom
3234 info-link fixes: "Specify Coding" has been split, keyboard now in
3235 "Terminal Coding", and "Single-Byte Character Support" is now
3236 "Unibyte Mode".
3237
3238 2006-04-21 Nick Roberts <nickrob@snap.net.nz>
3239
3240 * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
3241 Use font-lock-warning-face for any errors e.g. no stack.
3242 (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
3243
3244 2006-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3245
3246 * progmodes/sh-script.el (sh-shell): Mark as safe.
3247
3248 * newcomment.el (comment-start, comment-start-skip)
3249 (comment-end-skip, comment-end): Mark as safe.
3250
3251 2006-04-20 Carsten Dominik <dominik@science.uva.nl>
3252
3253 * textmodes/org.el (org-deadline-announce): Face removed.
3254 (org-level-faces, org-n-levels): Convert to constant.
3255 (org-compatible-face): New function.
3256 (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
3257 (org-level-5, org-level-6, org-level-7, org-level-8)
3258 (org-special-keyword, org-warning, org-headline-done, org-link)
3259 (org-date, org-tag, org-todo, org-done, org-table, org-formula)
3260 (org-scheduled-today, org-scheduled-previously, org-time-grid):
3261 Face definition revised for better color tty support.
3262 (org-bold-re, org-italic-re, org-underline-re): New constants.
3263 (org-set-font-lock-defaults): Use the new constants.
3264 (org-agenda-highlight-todo): New function.
3265 (org-agenda-todo): Fix bug with point at end of line.
3266 (org-agenda-change-all-lines, org-finalize-agenda-entries):
3267 Fontify TODO keywords.
3268 (org-insert-link): Preserve relative path in ../ links.
3269 (org-export-as-html): Convert links pointing to .org files into
3270 links that will work beteen the exported HTML files.
3271 (org-todo-list): Fix bug when arg=0.
3272 (org-insert-heading): More fine-tuning.
3273
3274 2006-04-19 Romain Francoise <romain@orebokech.com>
3275
3276 * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
3277 from `rmail-mime-charset-pattern'.
3278
3279 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3280
3281 * progmodes/python.el (python-mode): Fix typo.
3282
3283 2006-04-18 J.D. Smith <jdsmith@as.arizona.edu>
3284
3285 * comint.el (comint-previous-input): Don't clobber input line
3286 when moving off either end of the input history ring.
3287 (comint-delete-input): New function, used by
3288 `comint-previous-input' and others.
3289 (comint-previous-matching-input):
3290 Use `coming-delete-input'. Save the partial input if leaving the
3291 edit line. Goto point-max before deleting input to avoid
3292 partial input fragments hanging around.
3293 (comint-restore-input): New function, used by `comint-previous-input'.
3294
3295 2006-04-18 Luc Teirlinck <teirllm@auburn.edu>
3296
3297 * imenu.el (imenu--index-alist): Balance parentheses.
3298
3299 2006-04-18 Dan Nicolaescu <dann@ics.uci.edu>
3300
3301 * progmodes/python.el (python-mode): Add support for hs-minor-mode.
3302
3303 2006-04-19 Reiner Steib <Reiner.Steib@gmx.de>
3304
3305 * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
3306 file is nil.
3307
3308 2006-04-18 Richard Stallman <rms@gnu.org>
3309
3310 * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
3311
3312 * imenu.el (imenu-create-index-function, imenu--index-alist)
3313 (imenu--last-menubar-index-alist, imenu--make-index-alist)
3314 (imenu-default-create-index-function, imenu--generic-function):
3315 Doc fixes.
3316
3317 * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
3318
3319 * help-mode.el (help-mode): Set view-exit-action to delete window.
3320
3321 * env.el (setenv): Get rid of arg UNSET. Interactive unsetting
3322 now works by passing nil as arg.
3323
3324 * apropos.el (apropos-print): Don't do where-is on self-insert-command.
3325
3326 * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
3327 (read-abbrev-file): Provide default when reading filename.
3328
3329 * files.el (enable-local-variables): Allow :all as value.
3330 (hack-local-variables): Implement that value.
3331 (safe-local-variable-values, safe-local-eval-forms)
3332 (enable-local-variables): Mark as risky.
3333 (find-file-visit-truename, kept-old-versions): Mark safe.
3334
3335 * time-stamp.el (time-stamp-format, time-stamp-line-limit)
3336 (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
3337 (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
3338
3339 2006-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3340
3341 * progmodes/tcl.el (tcl-send-string, tcl-send-region):
3342 Use forward-line so as to get to BOL even in the presence of fields.
3343 (tcl-eval-region): Strip surrounding space to avoid multiple prompts
3344 in return.
3345 (inferior-tcl): Tell tclsh to work in interactive mode.
3346
3347 * complete.el (partial-completion-mode):
3348 Use 'choose-completion-string-functions to make sure that
3349 choose-completion fills the minibuffer properly.
3350
3351 * complete.el (PC-old-read-file-name-internal): Remove.
3352 (PC-read-include-file-name-internal): Remove. Turn it into an advice
3353 of read-file-name-internal.
3354 (partial-completion-mode): Enable/disable this advice.
3355
3356 2006-04-18 Juanma Barranquero <lekktu@gmail.com>
3357
3358 * net/tramp.el (tramp-completion-file-name-handler): Revert change
3359 of 2006-04-17.
3360
3361 2006-04-18 Carsten Dominik <dominik@science.uva.nl>
3362
3363 * textmodes/org.el (org-insert-heading): Insert heading before
3364 current if at beginning of line.
3365 (org-todo, org-date): New faces.
3366 (org-table-align): Make sure tooltip window contains full text.
3367 (org-no-properties): New defsubst.
3368 (org-set-font-lock-defaults): Use new faces.
3369
3370 2006-04-18 Nick Roberts <nickrob@snap.net.nz>
3371
3372 * progmodes/gud.el (gud-speedbar-item-info): Display frame address
3373 for root variables.
3374
3375 * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
3376 (gdb-frame-address): Re-use to identify frame for watch expression.
3377 (gdb-var-list, gdb-var-create-handler): Add frame address for root
3378 variables.
3379 (gdb-init-1, gdb-source, gdb-post-prompt)
3380 (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
3381 (gdb-frame-handler): Get gdb-frame-address.
3382
3383 2006-04-17 Michael Albinus <michael.albinus@gmx.de>
3384
3385 Sync with Tramp 2.0.53.
3386
3387 * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
3388 'control. Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
3389 (tramp-completion-file-name-handler): Add autoload cookie for
3390 adding to `file-name-handler-alist'.
3391
3392 * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
3393 the prompt. If it returns earlier (when detecting an error
3394 message), the rest of the output will merge accidently with the
3395 output of the next command. Reported by M Jared Finder
3396 <jared@hpalace.com>.
3397
3398 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3399 for `process-file', in order to let it work for older Emacsen too.
3400
3401 2006-04-17 Ralf Angeli <angeli@iwi.uni-sb.de>
3402
3403 * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
3404 (tex-font-lock-keywords-3): Use it.
3405
3406 2006-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3407
3408 * newcomment.el (comment-add): New function.
3409 (comment-region-default, comment-dwim): Use it.
3410
3411 2006-04-15 Michael Olson <mwolson@gnu.org>
3412
3413 * emacs-lisp/tq.el: Improve comments.
3414 (tq-queue-head-question): New accessor function.
3415 (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
3416 Update for modified queue structure.
3417 (tq-queue-add): Accept `question' argument.
3418 (tq-queue-pop): If a question is pending, send it.
3419 (tq-enqueue): Accept new optional argument `delay-question'.
3420 If this is non-nil, and at least one other question is pending a
3421 response, queue the question rather than sending it immediately.
3422
3423 2006-04-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3424
3425 * calendar/appt.el (appt-add): Check whether an appointment is
3426 already present in appt-time-msg-list. Simplify code.
3427
3428 2006-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
3429
3430 * progmodes/cc-langs.el (c-mode-menu):
3431 Don't presume c-subword-mode is bound.
3432
3433 2006-04-13 Bill Wohler <wohler@newt.com>
3434
3435 * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
3436 (customize-package-emacs-version): Use cdr instead of cadr now
3437 that alists use dotted pairs.
3438
3439 * custom.el (defcustom): Fix docstring for :package-version.
3440
3441 2006-04-13 Michael Albinus <michael.albinus@gmx.de>
3442
3443 * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
3444 (tramp-handle-shell-command): Display output buffer only when
3445 `tramp-display-shell-command-buffer' is true.
3446 (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
3447
3448 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3449
3450 * textmodes/org.el (org-set-autofill-regexps): Set only the local
3451 values of `adaptive-fill-regexp' and `adaptive-fill-function'.
3452
3453 2006-04-13 Romain Francoise <romain@orebokech.com>
3454
3455 * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
3456 leaving temporary .cvsignore buffers behind.
3457
3458 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3459
3460 * textmodes/org.el (org-set-regexps-and-options)
3461 (org-get-current-options): Better names for the startup folding
3462 options.
3463
3464 2006-04-13 Thien-Thi Nguyen <ttn@gnu.org>
3465
3466 * vc.el (vc-annotate): Arrange for point to end up at the same
3467 line number as in the original, but only when using a new buffer.
3468
3469 2006-04-12 Stuart Herring <herring@lanl.gov> (tiny change)
3470
3471 * files.el (hack-one-local-variable-eval-safep):
3472 Recognize `edebug-form-spec' for `put', but only if it passes
3473 `edebug-basic-spec'. Generalize `put' handling.
3474
3475 * emacs-lisp/edebug.el (edebug-basic-spec): New function for
3476 vetting file-local form specs.
3477
3478 * allout.el (allout-layout): Autoload its `safe-local-variable'
3479 property.
3480
3481 2006-04-13 Carsten Dominik <dominik@science.uva.nl>
3482
3483 * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
3484 (org-agenda-mouse-1-follows-link)
3485 (org-mouse-1-follows-link): New options.
3486 (org-format-agenda-item): Fix bug if TAGS is nil.
3487 (org-agenda-get-scheduled): Quote `priority' symbol in plist.
3488
3489 2006-04-13 Nick Roberts <nickrob@snap.net.nz>
3490
3491 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
3492 GDB 6.1+ gives full filename for "info sources" so use
3493 file-name-nondirectory.
3494
3495 2006-04-12 Romain Francoise <romain@orebokech.com>
3496
3497 * subr.el (read-passwd): Bind `message-log-max' to nil.
3498
3499 2006-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * progmodes/perl-mode.el (perl-indent-new-calculate):
3502 Recompute parse-start after jumping backward by a whole sexp.
3503
3504 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3505
3506 * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
3507 window configuration.
3508 (vc-annotate-display-select): Select the buffer so that current-buffer
3509 (and selected-window) is the output buffer at the end of vc-annotate.
3510
3511 2006-04-11 J.D. Smith <jdsmith@as.arizona.edu>
3512
3513 * vc.el (vc-annotate-color-map): Add custom TTY color map for
3514 8-color terminals, to use all of the colors in a sensible order.
3515 256-color terminals work well with the standard map.
3516 (vc-annotate-lines): Only strip the first color character if it
3517 is "#", to allow for terminal-style named colors.
3518 (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
3519 the correct buffer is scrolled.
3520
3521 2006-04-11 Richard Stallman <rms@gnu.org>
3522
3523 * emacs-lisp/bytecomp.el (byte-compile-file):
3524 Bind enable-local-variables to :safe, and make normal-mode obey it.
3525
3526 * files.el (enable-local-variables): Allow value :safe.
3527 (normal-mode): Doc fix.
3528 (hack-local-variables): Implement enable-local-variables = :safe.
3529 (hack-local-variables-confirm): Don't prevent quitting.
3530
3531 2006-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
3532
3533 * loadhist.el (unload-feature): A bit of sanity check of
3534 load-history entries. Cancel timer-vars before unbinding them.
3535
3536 * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
3537 quote special chars, and make the trick work on the hex part of the
3538 buffer as well.
3539 (hexl-mode, hexl-save-buffer, hexl-mode-exit)
3540 (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
3541
3542 * startup.el (normal-splash-screen): Fix last change so we don't wait
3543 2 minutes if we don't show the splash screen.
3544
3545 2006-04-11 Carsten Dominik <dominik@science.uva.nl>
3546
3547 * textmodes/org.el (org-export-plain-list-max-depth)
3548 (org-table-spaces-around-separators)
3549 (org-radio-targets, org-activate-camels)
3550 (org-table-spaces-around-invisible-separators): Options removed.
3551 (org-time-stamp-rounding-minutes, org-remember-templates)
3552 (org-ellipsis, org-activate-links, org-descriptive-links):
3553 New options.
3554 (org-remember-apply-template, org-current-time)
3555 (org-finish-edit-table-field)
3556 (org-link-unescape, org-link-escape)
3557 (org-string-width, org-table-clean-line, org-html-do-expand)
3558 (org-edit-agenda-file-list, org-store-new-agenda-file-list)
3559 (org-read-agenda-file-list): New functions.
3560 (org-table-edit-field)
3561 (org-table-create-or-convert-from-region): New commands
3562 (org-table-toggle-vline-visibility): Command removed.
3563 (org-table-convert-region): Made a command.
3564 (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
3565 Replace with the normal org- functions.
3566 (org-self-insert-command): Don't trigger realign unnecessarily
3567 when blanking a field that is not full.
3568 (org-mode): `Set buffer-invisibility-spec' for links.
3569 (org-activate-links2): Hide link part and only show descriptive
3570 part of the link.
3571 (org-insert-link): Modify for new linking system.
3572 (org-store-link): Store description separately, for use by
3573 `org-insert-link'.
3574 (org-table-align): Use `org-string-width'.
3575 (defgroup): Completely new group structure for custom variables.
3576 (org-agenda-files): Option: Single file name allowed. Function:
3577 Optional argument unrestrited means ignore any restricitons.
3578 (org-install-agenda-files-menu): Find a buffer in Org-mode before
3579 trying to modify the menu. Use generalized access to
3580 `org-agenda-files.'
3581 (org-agenda-list, org-todo-list, org-cycle-agenda-files)
3582 (org-agenda-file-to-front, org-remove-file, org-diary)
3583 (org-tags-view, org-export-icalendar-all-agenda-files)
3584 (org-export-icalendar-combine-agenda-files): Use generalized
3585 access to `org-agenda-files'.
3586 (org-remember-handler): Correctly preserve heading if present.
3587 (org-table-insert-row, org-table-insert-hline): Deal with
3588 invisible characters.
3589
3590 2006-04-10 J.D. Smith <jdsmith@as.arizona.edu>
3591
3592 * vc.el (vc-annotate-display-mode): Made default 'fullscale.
3593 (vc-annotate-color-map): New 18 element constant
3594 value/saturation, rotating hue colormap, from red->blue.
3595 (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
3596 (vc-annotate-display-select): Switch to annotate-mode elsewhere.
3597 (vc-annotate): To avoid killing the required local variables,
3598 set them before the end of `with-output-to-temp-buffer', and
3599 after first switching to annotate-mode.
3600 (vc-annotate-warp-version): Add buffer argument in goto-line to
3601 ensure annotation, not source, is scrolled.
3602
3603 2006-04-10 Bill Wohler <wohler@newt.com>
3604
3605 * custom.el (defcustom, custom-handle-keyword):
3606 Add :package-version keyword.
3607 (custom-add-package-version): New function. Sets value of new
3608 property 'custom-package-version from :package-version keyword.
3609 (defcustom): Create Common Keywords section in docstring.
3610 (defface, defgroup): Replace definitions of a select few keywords
3611 with a reference to the Common Keywords in defcustom.
3612 (defcustom, defface, defgroup): Replace reference to Customization
3613 chapter in manual with hyperlink.
3614
3615 * cus-edit.el (customize-package-emacs-version-alist):
3616 New variable.
3617 (customize-changed-options): Add check for custom-package-version.
3618 (customize-package-emacs-version): New function to look up Emacs
3619 version corresponding to the given package version.
3620
3621 * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
3622 defun name, in similar fashion to find-variable-regexp.
3623
3624 2006-04-10 Eli Zaretskii <eliz@gnu.org>
3625
3626 * international/mule-cmds.el (set-locale-environment): Fix last
3627 change for when the locale's preferences don't specify any encoding.
3628
3629 2006-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3630
3631 * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
3632 so the defined var/fun doesn't need to be quoted.
3633
3634 2006-04-10 Richard Stallman <rms@gnu.org>
3635
3636 * finder.el (finder-mode-map): Add n and p bindings.
3637
3638 2006-04-10 Nick Roberts <nickrob@snap.net.nz>
3639
3640 * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
3641 (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
3642 (gdb-setup-windows): Put something in source window if we can't find
3643 the source file.
3644 (gdb-frame-handler): Make it work again with just assembly.
3645 (gdb-data-list-register-values-handler): Make it work when there is
3646 no stack.
3647
3648 2006-04-09 Richard Stallman <rms@gnu.org>
3649
3650 * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
3651 specs while looking for charset.
3652
3653 * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
3654
3655 * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
3656 Make them faces.
3657 (lm-font-lock-keywords): Update appropriately.
3658
3659 2006-04-10 Kim F. Storm <storm@cua.dk>
3660
3661 * simple.el (filter-buffer-substring): Add NOPROPS arg, so
3662 it can also replace buffer-substring-no-properties.
3663
3664 * emulation/cua-base.el (cua-delete-region, cua-paste)
3665 (cua-repeat-replace-region): Use filter-buffer-substring.
3666
3667 * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
3668 (cua-cut-region-to-global-mark): Likewise.
3669
3670 * emulation/cua-rect.el (cua--extract-rectangle)
3671 (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
3672
3673 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3674
3675 * textmodes/bibtex.el (bibtex-entry-update): New optional arg
3676 entry-type. Add field delimiters to numerical fields if they are
3677 not present.
3678
3679 2006-04-09 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3680
3681 * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
3682 string-const to return value.
3683 (bibtex-remove-delimiters): Use it.
3684
3685 2006-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3686
3687 * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
3688 cl-byte-compile-compiler-macro unless it exists.
3689
3690 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3691
3692 * files.el (hack-local-variables-confirm) <offer-save>:
3693 Clarify message text. Suggested by Ralf Angeli.
3694
3695 2006-04-08 Michael Cadilhac <michael.cadilhac@lrde.org>
3696
3697 * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
3698 (delete-extract-rectangle-line): Use `filter-buffer-substring'
3699 instead of `buffer-substring' and `delete-region'. (Most of the
3700 code actually copied from `kill-region'.)
3701
3702 2006-04-08 Ryan Yeske <rcyeske@gmail.com>
3703
3704 * rcirc.el (rcirc-default-server): Rename from rcirc-server.
3705 (rcirc-default-port): Rename from rcirc-port.
3706 (rcirc-default-nick): Rename from rcirc-nick.
3707 (rcirc-default-user-name): Rename from rcirc-user-name.
3708 (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
3709 (rcirc-low-priority-flag): New variable.
3710 (rcirc-decode-coding-system): New defcustom.
3711 (rcirc-encode-coding-system): New defcustom.
3712 (rcirc-coding-system-alist): New defcustom.
3713 (rcirc-multiline-major-mode): New defcustom.
3714 (rcirc-nick): New internal variable.
3715 (rcirc-process): Remove variable.
3716 (rcirc-server-buffer): New variable.
3717 (rcirc): Update to use rcirc-default-* variables above.
3718 (rcirc-connect): Do not add window-configuration-hook-here.
3719 (rcirc-server): New internal variable.
3720 (rcirc-connect): Do not send keepalive pings if
3721 rcirc-keepalive-seconds is nil.
3722 (with-rcirc-server-buffer): New macro.
3723 (rcirc-send-string): Encode with rcirc-encode-coding-system.
3724 (rcirc-server-name): Rename from rcirc-server.
3725 (rcirc-buffer-process): New function.
3726 (rcirc-buffer-nick): New function.
3727 (rcirc-buffer-target): Remove function.
3728 (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
3729 New commands.
3730 (rcirc-mode-map): Change binding of C-c C-l to
3731 rcirc-toggle-low-priority.
3732 (rcirc-mode): Initialize coding system based on
3733 rcirc-coding-system-alist. New change-major-mode-hook to part the
3734 channel on a mode change. Make kill-buffer-hook buffer-local.
3735 (rcirc-change-major-mode-hook): New function.
3736 (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
3737 (rcirc-last-post-time): New variable.
3738 (rcirc-process-message): Store the last time user posted a message
3739 to this target.
3740 (rcirc-multiline-minor-mode): New mode.
3741 (rcirc-multiline-minor-mode-map): New mode map.
3742 (rcirc-edit-multiline): Put multiline-edit buffer in
3743 rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
3744 (rcirc-print): Ignore any line starting with an ignored nick.
3745 (rcirc-print): Decode using rcirc-decode-coding-system.
3746 (rcirc-track-minor-mode): Update global-mode-string when disabling
3747 this mode.
3748 (minor-mode-alist): Add LowPri indicator.
3749 (rcirc-toggle-low-priority): New function.
3750 (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
3751 next lowpriority buffer with activity.
3752 (rcirc-record-activity): Sort buffers in rcirc-activity by the
3753 last time the user posted a message in to the target.
3754 (rcirc-update-activity-string): New formatting for low priority
3755 buffers.
3756 (rcirc-split-activity): New function.
3757 (rcirc-handler-PART, rcirc-handler-KICK)
3758 (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
3759 (rcirc-nick-away-alist): New variable.
3760 (rcirc-handler-301): New handler. Away messages are printed once
3761 per change.
3762
3763 2006-04-08 Eli Zaretskii <eliz@gnu.org>
3764
3765 * info.el (Info-follow-nearest-node): Doc fix.
3766
3767 * international/mule-cmds.el (set-locale-environment): Make sure
3768 the coding-system preferred by the locale's language has the same
3769 EOL conversion type as the original buffer-file-coding-system.
3770 (locale-language-names): Add a few MS Windows language codes.
3771
3772 2006-04-07 Richard Stallman <rms@gnu.org>
3773
3774 * simple.el (eval-expression): Doc fix.
3775
3776 * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
3777 (eval-defun): Doc fixes.
3778
3779 2006-04-07 Reiner Steib <Reiner.Steib@gmx.de>
3780
3781 * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
3782
3783 2006-04-07 Nick Roberts <nickrob@snap.net.nz>
3784
3785 * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
3786 GDB list command without argument for greater generality.
3787
3788 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3789
3790 * subr.el (string-or-null-p): New function.
3791
3792 * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
3793
3794 * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
3795
3796 * files.el: Update comment about safe-local-variable declarations.
3797
3798 2006-04-06 J.D. Smith <jdsmith@as.arizona.edu>
3799
3800 * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
3801 See idlwave.org.
3802
3803 * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
3804 See idlwave.org. Includes code to obsolete idlw-rinfo.el.
3805
3806 * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
3807 See idlwave.org.
3808
3809 * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
3810 version 6.0 (minimal changes). See idlwave.org.
3811
3812 * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
3813 6.0 (minimal changes). See idlwave.org.
3814
3815 * progmodes/idlw-rinfo.el: File obsoleted and removed.
3816
3817 2006-04-06 Romain Francoise <romain@orebokech.com>
3818
3819 * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
3820 symmetric encryption features and a new asynchronous interface to
3821 GnuPG. This new version is version 1.4, plus whitespace changes.
3822
3823 2006-04-06 Reiner Steib <Reiner.Steib@gmx.de>
3824
3825 * files.el: Move some `safe-local-variable' declarations to the
3826 respective files.
3827
3828 * textmodes/ispell.el (ispell-check-comments)
3829 (ispell-local-dictionary): Mark as safe.
3830
3831 * abbrev.el (abbrev-mode): Mark as safe.
3832
3833 * add-log.el (change-log-default-name): Mark as safe.
3834
3835 * textmodes/reftex-vars.el (reftex-vref-is-default)
3836 (reftex-fref-is-default, reftex-level-indent)
3837 (reftex-guess-label-type): Mark as safe.
3838
3839 * textmodes/fill.el (colon-double-space): Mark as safe.
3840
3841 * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
3842 (sentence-end-double-space, sentence-end-without-period)
3843 (sentence-end-without-space, sentence-end, sentence-end-base)
3844 (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
3845
3846 2006-04-06 Kim F. Storm <storm@cua.dk>
3847
3848 * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
3849 the :set-after list.
3850 (ido-downcase-unc-hosts): New user option. Default on.
3851 (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
3852 when it is set, as regexps are now applied on the fly.
3853 (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
3854 Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
3855 on the fly, but only when ido-process-ignore-lists is set.
3856 Do case insensitive filtering if ido-downcase-unc-hosts is set.
3857 Only downcase names if ido-downcase-unc-hosts is set.
3858
3859 2006-04-06 Juanma Barranquero <lekktu@gmail.com>
3860
3861 * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
3862
3863 * woman.el (WoMan-xref-man-page): Fix call to `substring'.
3864
3865 2006-04-05 Kim F. Storm <storm@cua.dk>
3866
3867 * ido.el (ido-mode): Set after ido-unc-hosts and
3868 ido-ignore-unc-host-regexps.
3869 (ido-save-history): Save ido-unc-hosts-cache.
3870 (ido-load-history): Load ido-unc-hosts-cache.
3871 (ido-reread-directory): Refresh unc hosts cache in // dir.
3872
3873 * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
3874 to nil while displaying slash screen.
3875
3876 2006-04-05 Daiki Ueno <ueno@unixuser.org>
3877
3878 * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
3879 Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
3880
3881 2006-04-05 Kenichi Handa <handa@m17n.org>
3882
3883 * international/characters.el: Setup cases of Latin, Greek, and
3884 Cyrillic characters in CJK charsets.
3885
3886 2006-03-29 Daiki Ueno <ueno@unixuser.org>
3887
3888 * pgg-gpg.el (pgg-gpg-start-process): Don't bind
3889 default-enable-multibyte-characters. This reverts the change from
3890 revision 6.17 which is no longer necessary because the passphrase
3891 is sent separately now. GnuPG messages are unreadable under
3892 multibyte locales with default-enable-multibyte-characters set to nil.
3893
3894 2006-04-04 Andreas Schwab <schwab@suse.de>
3895
3896 * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
3897 and `byte-compile-warnings' as `safe-local-variable'.
3898
3899 2006-04-04 Dan Nicolaescu <dann@ics.uci.edu>
3900
3901 * man.el (Man-mode-map): Restore the \r binding.
3902 (Man-abstract-xref-man-page): If Man-target-string is a function,
3903 call it.
3904 (Man-highlight-references): Use Man-default-man-entry to get the
3905 target. Deal with xrefs too.
3906 (Man-highlight-references0): Don't call the target function.
3907
3908 * woman.el (WoMan-xref-man-page): Strip the section number, woman
3909 cannot deal with it.
3910
3911 2006-04-04 Daiki Ueno <ueno@unixuser.org>
3912
3913 * pgg-gpg.el: Clean up process buffers every time gpg processes
3914 complete.
3915
3916 2006-04-04 Kenichi Handa <handa@m17n.org>
3917
3918 * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
3919 here.
3920 (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
3921 Temporarily bind inhibit-field-text-motion to t.
3922
3923 2006-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3924
3925 * startup.el (normal-splash-screen): Only set mode-line-format in the
3926 splash buffer, so as not to interfere when debugging the code.
3927 Ignore errors when switching buffer.
3928
3929 2006-04-03 Romain Francoise <romain@orebokech.com>
3930
3931 * dired.el (dired-dnd-protocol-alist): Fix typo.
3932
3933 2006-04-03 Reiner Steib <Reiner.Steib@gmx.de>
3934
3935 * savehist.el (savehist): Add :version.
3936 (savehist-ignored-variables): New variable.
3937 (savehist-minibuffer-hook): Don't save variables listed in
3938 `savehist-ignored-variables'.
3939
3940 * dired.el (dired-dnd-protocol-alist): Mention that change does
3941 only apply to new buffers in doc string.
3942
3943 2006-04-03 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
3944
3945 * recentf.el (recentf-open-files-item): Include newline in button
3946 field, so opening a file will work, when the point is at the end
3947 of the file name. Allow, for example, to [i]search a file by
3948 extension and just push RET to open it.
3949
3950 2006-04-03 Daiki Ueno <ueno@unixuser.org>
3951
3952 * pgg-gpg.el (pgg-gpg-process-filter)
3953 (pgg-gpg-wait-for-completion): Check if buffer is alive.
3954
3955 * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
3956 lines, temporary fix.
3957
3958 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3959
3960 * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
3961
3962 2006-04-02 Richard Stallman <rms@gnu.org>
3963
3964 * progmodes/compile.el (compilation-message-face): Make it defcustom.
3965
3966 2006-04-02 Dan Nicolaescu <dann@ics.uci.edu>
3967
3968 * ibuf-macs.el (define-ibuffer-column): Add a new key:
3969 header-mouse-map.
3970
3971 * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
3972 (ibuffer-mode-header-map): New keymaps.
3973 (ibuffer-update-title-and-summary): Enable mouse face highlighting
3974 and keybindings for column headers.
3975 (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
3976 property.
3977
3978 2006-04-02 Drew Adams <drew.adams@oracle.com> (tiny change)
3979
3980 * speedbar.el (speedbar-after-create-hook): Doc fix.
3981
3982 2006-04-02 Michael Ernst <mernst@alum.mit.edu>
3983
3984 * shell.el (shell-directory-tracker)
3985 (shell-dynamic-complete-command): Doc fixes.
3986
3987 2006-04-01 Matt Hodges <MPHodges@member.fsf.org>
3988
3989 * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
3990 terminals.
3991
3992 2006-04-01 Kim F. Storm <storm@cua.dk>
3993
3994 * ido.el (ido-unc-hosts-cache): New defvar.
3995 (ido-unc-hosts): If value of defcustom is a function, call it to
3996 get list of UNC hosts. Add function-item choices to specify
3997 ido-unc-hosts-net-view or user function.
3998 (ido-ignore-unc-host-regexps): New defcustom.
3999 (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
4000 (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
4001 (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
4002
4003 2006-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
4004
4005 * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
4006 wwidth.
4007
4008 2006-03-31 Juanma Barranquero <lekktu@gmail.com>
4009
4010 * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
4011 (ido-max-work-file-list, ido-switch-buffer)
4012 (ido-read-file-name-as-directory-commands):
4013 Fix typos in docstrings.
4014
4015 2006-03-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4016
4017 * term/mac-win.el (mac-system-coding-system): Define and use after
4018 Mac-specific coding systems are ready.
4019
4020 2006-03-27 Romain Francoise <romain@orebokech.com>
4021
4022 * net/rcirc.el (rcirc-connect): Add autoload cookie.
4023
4024 * ldefs-boot.el: Update.
4025
4026 2006-03-27 Daiki Ueno <ueno@unixuser.org>
4027
4028 * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
4029 passphrases when it is not needed.
4030 (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
4031 passphrase stuff from gpg, should only be necessary when you use
4032 gpg with a smartcard.
4033
4034 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
4035
4036 * comint.el (comint-dynamic-list-completions): Allow user to
4037 select *Completions* buffer.
4038
4039 2006-03-27 Carsten Dominik <dominik@science.uva.nl>
4040
4041 * textmodes/org.el (org-get-level-face): Fix bug with level counting.
4042
4043 2006-03-26 Andreas Schwab <schwab@suse.de>
4044
4045 * progmodes/gud.el (gdb): Only complain about multiple debugging
4046 when the gdb process is still running.
4047
4048 2006-03-25 Eli Zaretskii <eliz@gnu.org>
4049
4050 * mail/rmail.el (tool-bar-map): Defvar it.
4051 (rmail-tool-bar-map): Tool-bar buttons for Rmail.
4052 (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
4053
4054 2006-03-25 Sven Joachim <svenjoac@gmx.de> (tiny change)
4055
4056 * help.el (print-help-return-message): Suggest to use
4057 display-buffer instead of switch-to-buffer-other-window to restore
4058 the previous window without selecting it.
4059
4060 2006-03-25 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4061
4062 * frame.el (select-frame-by-name): Call x-focus-frame also when
4063 window-system is mac.
4064
4065 * term/mac-win.el: Adjust Courier font specifications in
4066 x-fixed-font-alist.
4067 (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
4068 when directly encoding to UTF-16 in native byte order, no BOM.
4069
4070 2006-03-25 Kim F. Storm <storm@cua.dk>
4071
4072 * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
4073 (cua--init-keymaps): Use it instead of fixed C-return.
4074 (cua-mode): Set after it.
4075
4076 * emulation/cua-rect.el (cua--init-rectangles):
4077 Use cua-rectangle-mark-key instead of fixed C-return.
4078
4079 2006-03-25 Nick Roberts <nickrob@snap.net.nz>
4080
4081 * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
4082 "run" in .gdbinit.
4083 (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
4084
4085 2006-03-24 Romain Francoise <romain@orebokech.com>
4086
4087 * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
4088 `display-buffer-other-frame'.
4089
4090 2006-03-24 Kim F. Storm <storm@cua.dk>
4091
4092 * apropos.el (apropos-synonyms): Add selection => region.
4093
4094 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4095
4096 * progmodes/gdb-ui.el (gdb-var-create-regexp)
4097 (gdb-var-list-children-regexp, gdb-var-update-regexp)
4098 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
4099 (gdb-data-list-register-values-regexp)
4100 (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
4101 Future proof against new fields being added to MI output.
4102 (gdb-send): Don't treat backslashes for program input as
4103 continuations.
4104 (gdb-assembler-handler): Don't use window-start for this handler.
4105 (gdb-frame-handler): Don't change to hollow arrow if overlay
4106 arrow doesn't move to new frame.
4107
4108 2006-03-24 Nick Roberts <nickrob@snap.net.nz>
4109
4110 * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
4111 prevent compiler warnings.
4112 (gdb-stopped): Check for gud-last-last-frame (case: signal).
4113 (breakpoint-disabled): Make lighter for contrast with overlay arrow.
4114 (gdb-assembler-custom): Use hollow-right-triangle for assembler
4115 buffer too.
4116
4117 2006-03-23 Reiner Steib <reinersteib+gmane@imap.cc>
4118
4119 * pgg-gpg.el (pgg-gpg-update-agent): Check for
4120 make-network-process, so we can use the same code in Gnus v5-10
4121 too and have this file fully synchronized with that release.
4122
4123 2006-03-23 Romain Francoise <romain@orebokech.com>
4124
4125 * ibuf-ext.el (ibuffer-read-filter-group-name):
4126 Use `ibuffer-generate-filter-groups' to make completion list match
4127 the filter groups that are really displayed in the Ibuffer buffer.
4128 (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
4129
4130 2006-03-23 Kenichi Handa <handa@m17n.org>
4131
4132 * international/mule-cmds.el (sort-coding-systems): Describe that
4133 the argument is modified in docstring.
4134
4135 2006-03-22 Sascha Wilde <wilde@sha-bang.de>
4136
4137 * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
4138 (pgg-gpg-update-agent): New function.
4139 (pgg-gpg-use-agent-p): New function.
4140 (pgg-gpg-process-region, pgg-gpg-encrypt-region)
4141 (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
4142 (pgg-gpg-sign-region): Use it.
4143
4144 2006-03-21 Chong Yidong <cyd@stupidchicken.com>
4145
4146 * cus-edit.el (custom-face-set): Call custom-push-theme before
4147 face-spec set so that `changed' theme is correctly saved.
4148 (custom-face-reset-standard): Reset to recalculated face rather
4149 than defface spec.
4150
4151 * custom.el (custom-push-theme): Only save `changed' theme if the
4152 current face does not match the defface specs.
4153
4154 2006-03-21 Simon Josefsson <jas@extundo.com>
4155
4156 * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
4157 <wilde@sha-bang.de>.
4158 (pgg-gpg-use-agent): New variable.
4159 (pgg-gpg-process-region): Use it.
4160 (pgg-gpg-encrypt-region): Likewise.
4161 (pgg-gpg-encrypt-symmetric-region): Likewise.
4162 (pgg-gpg-decrypt-region): Likewise.
4163 (pgg-gpg-sign-region): Likewise.
4164 (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
4165
4166 2006-03-21 Carsten Dominik <dominik@science.uva.nl>
4167
4168 * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
4169 bracket links.
4170
4171 2006-03-21 Kim F. Storm <storm@cua.dk>
4172
4173 * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
4174 fringe-indicator-alist instead of modifying global value.
4175 (gdb-frame-handler): Likewise.
4176
4177 2006-03-21 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * diff-mode.el (diff-function): Make it inherit from diff-header
4180 instead of diff-context.
4181
4182 * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
4183 bitmap.
4184 (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
4185 change names in macro above for consistency.
4186 (gdb-frame-handler): Use hollow-right-triangle for all selected
4187 frames which except the innermost (where execution has stopped).
4188 (gdb-reset): Reset buffer-local values of overlay-arrow.
4189
4190 2006-03-20 Richard Stallman <rms@gnu.org>
4191
4192 * simple.el (set-mark-command): Doc fix.
4193
4194 * files.el (display-buffer-other-frame): New command.
4195 (ctl-x-4-map): Bind C-x 5 C-o to it.
4196
4197 2006-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4198
4199 * jit-lock.el (jit-lock-function): Check for the actual defer-timer
4200 rather than just defer-time, in case defer-time has been changed but
4201 the timer isn't running yet.
4202 (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
4203
4204 2006-03-19 Luc Teirlinck <teirllm@auburn.edu>
4205
4206 * help-mode.el (help-follow-symbol): New function.
4207 Essentially identical to the old `help-follow', but do not let
4208 `push-button' do the work when on an xref.
4209 (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
4210
4211 2006-03-19 Richard Stallman <rms@gnu.org>
4212
4213 * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
4214 preceded by the word `program'.
4215 (help-follow-mouse, help-follow): Throw error if not on xref.
4216 Delete no longer used args.
4217
4218 2006-03-20 Nick Roberts <nickrob@snap.net.nz>
4219
4220 * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
4221 annotation ensure gud-overlay-arrow-position is redisplayed.
4222
4223 2006-03-19 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4224
4225 * textmodes/bibtex.el (bibtex-include-OPTkey)
4226 (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
4227 (bibtex-autokey-name-case-convert)
4228 (bibtex-autokey-titleword-case-convert): Make these the aliases
4229 for the following two variables.
4230 (bibtex-autokey-name-case-convert-function)
4231 (bibtex-autokey-titleword-case-convert-function): Make these the
4232 real names.
4233 (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
4234 bibtex-font-lock-crossref sublists.
4235 (bibtex-mode): Revert 2005-12-30 change (which made
4236 completion-ignore-case buffer-local).
4237 (bibtex-url): Simplify.
4238
4239 2006-03-19 Kim F. Storm <storm@cua.dk>
4240
4241 * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
4242 cursor property value to 2 (to align with C level change).
4243
4244 2006-03-19 Bill Wohler <wohler@newt.com>
4245
4246 * image.el (image-load-path-for-library): Shorten first line in
4247 docstring.
4248
4249 2006-03-18 Richard Stallman <rms@gnu.org>
4250
4251 * mail/rmail.el (rmail-reply-regexp): Undo previous change.
4252
4253 2006-03-18 Ben North <ben@redfrontdoor.org> (tiny change)
4254
4255 * isearch.el (isearch-other-meta-char): Handle user bindings for
4256 shifted control characters.
4257
4258 2006-03-18 Agustin Martin <agustin.martin@hispalinux.es>
4259
4260 * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
4261 part that matches email addresses, file names, etc.
4262
4263 2006-03-18 Eli Zaretskii <eliz@gnu.org>
4264
4265 * term/w32-win.el (mouse-set-font):
4266 Mention w32-list-proportional-fonts in the doc string.
4267
4268 2006-03-18 Kim F. Storm <storm@cua.dk>
4269
4270 * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
4271 (ido-unc-hosts): New user option to explicitly define list of know
4272 UNC-style hosts for completion.
4273 (ido-cache-unc-host-shares-time): New user option.
4274 (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
4275 New helper functions for UNC file-name support.
4276 (ido-may-cache-directory): Check for UNC host. Simplify.
4277 (ido-wash-history): Clean out old UNC hosts.
4278 (ido-nonreadable-directory-p): UNC hosts are always readable.
4279 (ido-directory-too-big-p): UNC hosts are never too big.
4280 (ido-set-current-directory): Handle UNC root path.
4281 (ido-file-name-all-completions): Complete UNC host names from
4282 ido-unc-hosts list. Cache UNC host shares.
4283 (ido-make-file-list-1): Don't filter UNC root.
4284 (ido-exhibit): Check for // in root directory, and switch to UNC
4285 mode by setting ido-current-directory to //.
4286
4287 2006-03-17 Luc Teirlinck <teirllm@auburn.edu>
4288
4289 * cus-edit.el (customize-changed-options): Mention explicit
4290 version number as default in prompt.
4291
4292 2006-03-17 Bill Wohler <wohler@newt.com>
4293
4294 * image.el (image-load-path-for-library): Minor docstring fix.
4295
4296 2006-03-17 Carsten Dominik <dominik@science.uva.nl>
4297
4298 * textmodes/org.el (org-read-date): Include subgroup 5 into
4299 replacement text.
4300 (org-popup-calendar-for-date-prompt): Fix customization type.
4301
4302 2006-03-17 Nick Roberts <nickrob@snap.net.nz>
4303
4304 * progmodes/gdb-ui.el (gud-watch): Provide completion.
4305 (gdb-continuation): New variable.
4306 (gdb-send): Deal with continuation lines.
4307
4308 * progmodes/gud.el (gud-gdb-complete-command)
4309 (gud-gdb-run-command-fetch-lines): Adapt for use with watch
4310 expressions.
4311 (gud-tooltip-mode): Use buffer-local value.
4312
4313 2006-03-16 Kim F. Storm <storm@cua.dk>
4314
4315 * ido.el (ido-edit-input): Use selected match, if any.
4316
4317 2006-03-16 Bill Wohler <wohler@newt.com>
4318
4319 * image.el (image-load-path-for-library): Prefer user's images in
4320 image-load-path.
4321
4322 2006-03-16 Martin Rudalics <rudalics@gmx.at>
4323
4324 * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
4325 when checking for attempt to drag leftmost or rightmost scrollbar.
4326
4327 2006-03-16 Nick Roberts <nickrob@snap.net.nz>
4328
4329 * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
4330 (gdb-force-mode-line-update): New function.
4331 (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
4332 (gdb-exited): Use them.
4333 (gdb-signal): New function.
4334 (gdb-annotation-rules): Provide a rule for it.
4335
4336 2006-03-16 Kenichi Handa <handa@m17n.org>
4337
4338 * international/mule.el (auto-coding-regexp-alist): Add entries
4339 for Unicode BOM.
4340
4341 * sort.el (sort-build-lists): Temporarily bind
4342 inhibit-field-text-motion to t.
4343
4344 2006-03-15 Luc Teirlinck <teirllm@auburn.edu>
4345
4346 * locate.el (locate-command, locate-make-command-line)
4347 (locate-fcodes-file, locate-update-command)
4348 (locate-prompt-for-command, locate, locate-with-filter)
4349 (locate-get-file-positions): Doc fixes.
4350 (locate-buffer-name, locate-header-face): Remove leading `*' in
4351 defcustom.
4352 (locate-filter-output): Use `keep-lines' instead of its alias
4353 `delete-non-matching-lines'.
4354 (locate-get-filename, locate-get-dirname): Add introductory comment.
4355 (locate-find-directory-other-window): Give appropriate error
4356 message if used outside main listing.
4357
4358 2006-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
4359
4360 * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
4361 the new extend-region feature.
4362 (font-lock-after-change-function): Update correspondingly.
4363 * jit-lock.el (jit-lock-after-change): Update correspondingly.
4364 * progmodes/grep.el (font-lock-lines-before): Don't disable.
4365
4366 2006-03-15 Bill Wohler <wohler@newt.com>
4367
4368 * image.el (image-load-path-for-library): Fix example by not
4369 recommending that one binds image-load-path. Just defvar it to
4370 placate compiler and only use it if previously defined.
4371
4372 2006-03-15 Carsten Dominik <dominik@science.uva.nl>
4373
4374 * textmodes/org.el (org-insert-centered): Use `string-width' to
4375 make underlining work for wide characters.
4376 (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
4377 TAB to `org-cycle', to make sure that no binding in
4378 `outline-mode-map' can supercede it.
4379
4380 2006-03-14 Ken Manheimer <ken.manheimer@gmail.com>
4381
4382 * allout.el: Increment version to 2.2.1 in file commentary.
4383
4384 (allout-version): Increment to 2.2.1.
4385
4386 (allout-default-layout): New customization variable, used when the
4387 file lacks a specific allout-layout. Uses allout-layout-type for
4388 recursively nested definition.
4389
4390 (allout-layout-type): Widget defining allout layouts, necessary for
4391 self-recursive definition.
4392
4393 (allout-mode): Incorporate allout-default-layout as fallback for
4394 allout-layout.
4395
4396 (allout-layout): Mark as 'safe-local-variable', and refer mention
4397 fallback to `allout-default-layout' in absence of a specified value.
4398 (allout-passphrase-verifier-string)
4399 (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
4400
4401 (allout-file-passphrase-verifier-string): Obsolete variable, removed.
4402
4403 (allout-get-encryption-passphrase-verifier): Use correct name of
4404 passphrase verifier in docstring.
4405
4406 2006-03-15 Nick Roberts <nickrob@snap.net.nz>
4407
4408 * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
4409 elements.
4410 (gdb-find-watch-expression): Make it work for arrays too.
4411 Follow change to gdb-var-list.
4412 (gud-watch): Allow the user to enter variable name with a prexix
4413 arg. Create keybindings.
4414 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
4415 (gdb-var-list-children-handler, gdb-var-update-handler)
4416 (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
4417 (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
4418 Follow change to gdb-var-list.
4419 (gdb-starting): Don't show the overlay arrows when program is running.
4420
4421 * progmodes/gud.el (gud-speedbar-buttons): Follow change to
4422 gdb-var-list.
4423
4424 2006-03-14 Bill Wohler <wohler@newt.com>
4425
4426 * image.el (image-load-path-for-library): Pass value of path
4427 rather than symbol. Always return list of directories.
4428 Guarantee that image directory comes first.
4429
4430 2006-03-14 Alan Mackenzie <acm@muc.de>
4431
4432 * font-core.el (font-lock-extend-region\(-function\)?.):
4433 New function/variable.
4434
4435 * font-lock.el (font-lock-after-change-function):
4436 Call font-lock-extend-region. Obey font-lock-lines-before.
4437 (font-lock-default-fontify-region): Remove reference to
4438 font-lock-lines-before.
4439
4440 * jit-lock.el (jit-lock-after-change):
4441 Call font-lock-extend-region. Obey font-lock-lines-before.
4442
4443 2006-03-14 David Ponce <david@dponce.com>
4444
4445 * tree-widget.el (tree-widget-themes-load-path)
4446 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4447
4448 2006-03-13 Ryan Yeske <rcyeske@gmail.com>
4449
4450 * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
4451 (rcirc-print): Mark the start of text at the end of the prompt.
4452 (rcirc-track-minor-mode): Add autoload cookie.
4453 (rcirc-update-activity-string): Add space to front of mode-line
4454 indicator.
4455
4456 2006-03-13 Miles Bader <miles@gnu.org>
4457
4458 * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
4459 (rcirc-abbrev-nick): Remove function.
4460 (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
4461
4462 2006-03-13 David Ponce <david@dponce.com>
4463
4464 * tree-widget.el: Handle themes across all occurrences of the main
4465 themes sub-directory found in tree-widget-themes-load-path.
4466 (tree-widget-themes-directory, tree-widget-theme): Doc fix.
4467 (tree-widget--locate-sub-directory): Return all occurrences.
4468 (tree-widget-themes-path): New function.
4469 Replace tree-widget-themes-directory, and return a list of directories.
4470 (tree-widget-set-parent-theme)
4471 (tree-widget-lookup-image): Use it.
4472
4473 2006-03-13 Carsten Dominik <dominik@science.uva.nl>
4474
4475 * textmodes/org.el (org-link-search): Avoid self-matching of
4476 links, allow target text to be distributed over several lines.
4477 (org-search-not-link): New function.
4478 (org-set-regexps-and-options, org-get-current-options):
4479 New startup options.
4480 (org-export-as-html): Take odd-level setting from local variable.
4481 (org-fontify-emphasized-text): New option.
4482 (org-set-font-lock-defaults): Include emphasized text.
4483 (org-follow-mhe-link): Allow folder-only links, fix folder name.
4484 (org-font-lock): Customize group renamed from `org-faces'.
4485
4486 2006-03-13 John Paul Wallington <jpw@pobox.com>
4487
4488 * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
4489 keyword; require `ibuf-ext' feature. Thanks to Zhang Wei.
4490
4491 2006-03-12 Luc Teirlinck <teirllm@auburn.edu>
4492
4493 * cus-start.el (all): Delete :version keyword for members of the
4494 fringe group, since the entire group is new in 22.1.
4495
4496 2006-03-13 Nick Roberts <nickrob@snap.net.nz>
4497
4498 * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
4499 map if value is hexadecimal (an address).
4500 (gud-watch): Only search roots for existing watch expressions.
4501 (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
4502 prevent caching problems with speedbar-update-directory-contents.
4503
4504 2006-03-12 Juri Linkov <juri@jurta.org>
4505
4506 * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
4507 before comparing with `low' and `warn'.
4508
4509 * info.el (Info-dir-remove-duplicates): Move point to the
4510 beginning of the current line after deleting the entries from
4511 redundant heading. Use marker for `limit' and compare it with
4512 point before calling `re-search-forward'.
4513
4514 2006-03-11 Luc Teirlinck <teirllm@auburn.edu>
4515
4516 * simple.el (yank): Fix typo in docstring.
4517
4518 2006-03-11 Ryan Yeske <rcyeske@gmail.com>
4519
4520 * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
4521 messages, where "D" is the 6th character.
4522
4523 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4524
4525 * simple.el (yank): Fix last change.
4526
4527 2006-03-11 David Ponce <david@dponce.com>
4528
4529 * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
4530 merging elements from the standard ispell-dictionary-alist.
4531 (ispell-aspell-add-aliases): Add aliases to the passed dictionary
4532 alist, and return the new alist.
4533
4534 2006-03-11 Richard Stallman <rms@gnu.org>
4535
4536 * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
4537
4538 * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
4539 the way it is implemented is too unclean.
4540
4541 * simple.el (kill-region, yank): Doc fix.
4542
4543 * battery.el (battery-echo-area-format): Doc fix.
4544 (battery-mode-line-format): Likewise.
4545 (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
4546 (battery-linux-proc-acpi): Ignore batteries that say "charged".
4547
4548 2006-03-11 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
4549
4550 * progmodes/octave-mod.el (octave-indent-for-comment):
4551 Behave according to do string.
4552
4553 2006-03-11 Agustin Martin <agustin.martin@hispalinux.es>
4554
4555 * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
4556 Be visible only if major mode is Mail Mode.
4557
4558 * textmodes/flyspell.el (flyspell-external-point-words)
4559 (flyspell-process-localwords): Fix last changes.
4560
4561 2006-03-11 Eli Zaretskii <eliz@gnu.org>
4562
4563 * calendar/holidays.el (list-holidays): Doc fix.
4564
4565 * international/mule.el (auto-coding-alist): Add .odt
4566 (OpenOffice's open document) files.
4567
4568 * files.el (auto-mode-alist): Add .odt (OpenOffice's open
4569 document) files. Mention in the doc string the need to sync with
4570 auto-coding-alist.
4571
4572 2006-03-10 Chong Yidong <cyd@stupidchicken.com>
4573
4574 * files.el (hack-local-variables-confirm): Don't prompt for ! if
4575 enable-local-variables is set to always query, or there is no
4576 savable variable.
4577
4578 2006-03-10 Bill Wohler <wohler@newt.com>
4579
4580 * image.el (image-load-path-for-library): Merge at least three
4581 functions from Gnus and MH-E into this one function that can now
4582 be shared.
4583
4584 2006-03-11 Nick Roberts <nickrob@snap.net.nz>
4585
4586 * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
4587 gdb-remove-mouse-face and remove help-echo too.
4588 (gdb-enqueue-input): Correct conditional clause.
4589
4590 2006-03-10 Glenn Morris <rgm@gnu.org>
4591
4592 * calendar/calendar.el (calendar-holidays): Doc fix.
4593 * calendar/holidays.el (list-holidays): Doc fix.
4594
4595 2006-03-10 Nick Roberts <nickrob@snap.net.nz>
4596
4597 * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
4598 it gets called in gdb-prompt anyway.
4599 (gdb-use-separate-io-buffer): Only restore window arrangement for
4600 gdb-many-windows.
4601 (gdb-enqueue-input): Make it harder to send GDB input when program
4602 is running.
4603 (gdb-buffer-list): New variable.
4604 (gdb-remove-mouse-face): New function.
4605 (gdb-starting): Use it when GDB input won't get sent.
4606
4607 2006-03-08 Juanma Barranquero <lekktu@gmail.com>
4608
4609 * help.el (view-lossage): Remove trailing whitespace before
4610 inserting "\n".
4611
4612 2006-03-07 Chong Yidong <cyd@stupidchicken.com>
4613
4614 * files.el (hack-local-variables-confirm):
4615 Set coding-system-for-read to nil before writing to .emacs.
4616
4617 * arc-mode.el (archive-extract): Check if an existing buffer name
4618 comes from a different archive.
4619
4620 * help.el (describe-key-briefly): If KEY is a down event, read and
4621 discard the up event.
4622
4623 2006-03-07 Nick Roberts <nickrob@snap.net.nz>
4624
4625 * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
4626 be edited and use font-lock-warning-face for any changes.
4627
4628 * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
4629 (gdb-edit-value): Use it to report any errors.
4630
4631 2006-03-07 Juanma Barranquero <lekktu@gmail.com>
4632
4633 * help.el (describe-key): Remove leftover test code.
4634
4635 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
4636
4637 * textmodes/org.el: Move defvars out of eval-when-compile.
4638 Use buffer-file-name variable.
4639 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
4640 arg `file'.
4641 (org-level-faces): Remove startup dependency.
4642 (org-cycle, org-map-tree, org-scan-tags)
4643 (org-remember-handler): Don't call `outline-level' directly.
4644 (org-mhe-search-all-folders): New option.
4645 (org-mhe-get-message-folder-from-index)
4646 (org-mhe-get-message-folder): Fix indexing search.
4647 (org-format-agenda-item): Handle nil TAGS argument.
4648 (org-cleaned-string-for-export, org-activate-target-links)
4649 (org-make-target-link-regexp): Deal with empty radio target list.
4650 (org-tag): New face.
4651 (org-get-level-face): New function.
4652 (org-set-font-lock-defaults): Simplify setup for headlines.
4653 (org-complete): Pass common substring to `display-completion-list'.
4654
4655 2006-03-06 David Ponce <david@dponce.com>
4656
4657 * tree-widget.el: Update Commentary header.
4658 (tree-widget-theme-name): Ignore parent themes.
4659 (tree-widget-set-parent-theme): New function.
4660 (tree-widget-set-theme): Use it.
4661 (tree-widget-set-image-properties): Move definition. Does nothing
4662 if image properties have already been set.
4663 (tree-widget-image-properties): Move definition. Receive an image
4664 name. Set the :pointer property.
4665 (tree-widget-lookup-image): Doc fix. Search in parent themes.
4666 Don't set the :pointer image property.
4667 (tree-widget-convert-widget): New function. Handle :dynargs
4668 compatibility here.
4669 (tree-widget): Use it to :convert-widget. Add the :expander-p
4670 predicate to control when the :expander function is entered.
4671 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
4672 (tree-widget-value-create): Handle :expander-p. widget-apply
4673 :expander.
4674 (tree-widget-expander-p): New function. Default value of the
4675 :expander-p property.
4676
4677 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
4678
4679 * help.el (describe-key): Properly handle the return value of
4680 read-key-sequence when grabbing an up-event. Cleanup mouse-1
4681 remaps. Handle string and vector `follow-link' values.
4682
4683 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
4684
4685 * complete.el (PC-expand-many-files): Try be more careful when parsing
4686 the shell's output.
4687
4688 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
4689
4690 * outline.el (hide-sublevels): Provide better interactive default.
4691
4692 2006-03-06 Kenichi Handa <handa@m17n.org>
4693
4694 * international/fontset.el (create-fontset-from-fontset-spec):
4695 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
4696
4697 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
4698
4699 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
4700 backslashes instead of one in regexp.
4701 (gud-tooltip-dereference): Add missing optional argument.
4702
4703 2006-03-04 John Paul Wallington <jpw@pobox.com>
4704
4705 * wdired.el (toplevel): Require `cl' at compile-time.
4706
4707 2006-03-04 Andreas Schwab <schwab@suse.de>
4708
4709 * server.el (server-process-filter): Handle errors during
4710 evaluation of the argument.
4711
4712 2006-03-03 John Paul Wallington <jpw@pobox.com>
4713
4714 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
4715 escape parentheses at beginning of line.
4716 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
4717 (t-mouse-mode): Remove period from end of error message.
4718
4719 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
4720
4721 * textmodes/flyspell.el (flyspell-process-localwords):
4722 Be case-sensitive.
4723
4724 2006-03-03 Martin Rudalics <rudalics@gmx.at>
4725
4726 * cus-edit.el (custom-quote): Remove function, since it has been
4727 moved to custom.el.
4728
4729 * font-lock.el (lisp-font-lock-keywords-2)
4730 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
4731 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
4732 they have no special meaning.
4733
4734 * midnight.el (clean-buffer-list): Handle case where base-buffer of
4735 indirect buffer gets killed before indirect buffer. Use dolist.
4736
4737 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4738
4739 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
4740 value instead of a literal constant (1) on more pauses.
4741
4742 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
4743
4744 * textmodes/flyspell.el (flyspell-external-point-words):
4745 Be case-sensitive.
4746
4747 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
4748
4749 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
4750 with "www".
4751
4752 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
4753
4754 * allout.el: Restablish intermediate missing comment header to
4755 preserve outline structure.
4756 (allout-beginning-of-current-entry): Skip invisible text.
4757 (allout-open-topic): Fix opening a topic at end-of-buffer.
4758 (allout-minor-mode): Move nearer to allout-mode function.
4759
4760 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
4761
4762 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
4763
4764 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
4765
4766 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
4767 is nil.
4768
4769 * progmodes/gud.el (gud-speedbar-menu-items):
4770 Use buffer-local-value and add missing :visible keyword.
4771
4772 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
4773
4774 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
4775
4776 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
4777 must be `follow-link'.
4778
4779 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
4780
4781 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
4782 formatting: No nested anchors.
4783 (org-all-targets): Fix bug with XEmacs compatibility.
4784 (org-read-date): Add (require 'parse-time).
4785 (org-set-tags): Fix bug with extra inserted space.
4786 (org-export-html-style): Define a style class for targets.
4787 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
4788 (org-hide-leading-stars): New option.
4789 (org-hide): New face.
4790 (org-set-font-lock-defaults): Allow to hide leading stars.
4791 (org-get-legal-level, org-tr-level): New functions.
4792 (org-odd-levels-only): New option.
4793 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
4794 (org-demote, org-promote): Deal with double-star levels.
4795 (org-convert-to-odd-levels): New command.
4796
4797 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
4798
4799 * speedbar.el (speedbar-update-localized-contents): Try to
4800 preserve window-start.
4801 (speedbar-update-directory-contents): Try to preserve window-start
4802 and window-point.
4803 (speedbar-update-special-contents): Don't move back to start of window.
4804
4805 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
4806 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
4807 speedbar-timer-fn.
4808 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
4809 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
4810 instead of gdb-speedbar-timer-fn.
4811
4812 2006-02-28 Jay Belanger <belanger@truman.edu>
4813
4814 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
4815 (math-compose-expr): Use latex option when calling
4816 `math-compose-tex-matrix' for latex mode.
4817
4818 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
4819
4820 * speedbar.el: Re-instate comments about developing for speedbar
4821 [this is what info and gdb-ui use even if better methods exist now].
4822
4823 * t-mouse.el: New file.
4824 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
4825 (t-mouse-lispy-buffer-posn-from-coords): Remove.
4826 (t-mouse-make-event-element): Use posn-at-x-y instead.
4827 (t-mouse-make-event): Deal with Fedora Core 3.
4828 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
4829 (t-mouse-mouse-position-function): New function. Use it instead
4830 of advising mouse-position.
4831 (t-mouse-mode): New minor mode.
4832 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
4833
4834 2006-02-27 Glenn Morris <rgm@gnu.org>
4835
4836 * calendar/calendar.el (calendar-holidays): Doc fix.
4837
4838 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
4839
4840 * progmodes/gdb-ui.el (gdb-source-window): New variable.
4841 Re-introduce the concept of a source window.
4842 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
4843 consistency with get-buffer-create.
4844 (def-gdb-auto-update-handler, gdb-info-locals-handler)
4845 (gdb-data-list-register-values-handler)
4846 (gdb-stack-list-locals-handler): Try to preserve window-start as
4847 well as window-point.
4848 (gdb-display-source-buffer): New function (old concept).
4849 (gdb-goto-breakpoint): Use it.
4850
4851 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
4852 for gdb-ui/gdb-mi (old concept).
4853
4854 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
4855
4856 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
4857 binding.
4858
4859 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
4860
4861 * textmodes/reftex-sel.el (reftex-select-label-map)
4862 (reftex-select-bib-map): Add `follow-mouse' binding.
4863
4864 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
4865
4866 * jka-cmpr-hook.el (jka-compr-compression-info-list)
4867 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
4868 Give :set functions to provide automatic updating.
4869 Update docstring. Give compiler defvars early in the file
4870 and move the defcustoms to a later spot where all called functions
4871 are defined.
4872 (jka-compr-file-name-handler-entry): Doc fix.
4873 (jka-compr-compression-info-list--internal)
4874 (jka-compr-mode-alist-additions--internal)
4875 (jka-compr-load-suffixes--internal): New variables.
4876 (jka-compr-install): Set the three above variables.
4877 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4878 (jka-compr-update, jka-compr-set): New functions.
4879 (auto-compression-mode): Doc fix.
4880
4881 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
4882 Update `load-file-rep-suffixes' instead of `load-suffixes'.
4883 Use jka-compr-compression-info-list--internal,
4884 jka-compr-mode-alist-additions--internal and
4885 jka-compr-load-suffixes--internal.
4886
4887 * files.el (load-library):
4888 * loadhist.el (file-loadhist-lookup):
4889 * startup.el (command-line):
4890 * subr.el (locate-library):
4891 * emacs-lisp/autoload.el (update-directory-autoloads):
4892 * emacs-lisp/find-func.el (find-library-suffixes):
4893 Use `get-load-suffixes' instead of `load-suffixes'.
4894
4895 * subr.el (locate-library):
4896 * emacs-lisp/find-func.el (find-library-name):
4897 Use `load-file-rep-suffixes' instead of '("").
4898
4899 2006-02-26 Kim F. Storm <storm@cua.dk>
4900
4901 * ido.el (ido-save-history, ido-load-history): Simplify.
4902 Don't use find-file-noselect to avoid interference from other modes.
4903
4904 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
4905
4906 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
4907 to use the default shell if filename is not available.
4908 Reported by Giorgos Keramidas.
4909
4910 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
4911
4912 * progmodes/etags.el (tags-completion-table): Do completion from
4913 all the tables in the current list, as documented in the manual.
4914
4915 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4916
4917 * CC Mode Update to 5.31.3.
4918
4919 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4920
4921 * progmodes/cc-mode.el (c-postprocess-file-styles):
4922 Bind inhibit-read-only to t, around the call to
4923 c-remove-any-local-eval-or-mode-variables, so that it works on a
4924 RO file.
4925
4926 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4927
4928 * progmodes/cc-awk.el: Correct a typo.
4929
4930 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4931
4932 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
4933 c-hungry-delete-backwards, at the request of RMS. Leave the old
4934 name as an alias.
4935
4936 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4937
4938 * progmodes/cc-mode.el: Correct a typo.
4939
4940 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4941
4942 * progmodes/cc-defs.el: Update the version number to 5.31.3.
4943
4944 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4945
4946 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
4947 brace-else-brace (error due to mbeg, mend being undefined).
4948
4949 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4950
4951 * progmodes/cc-mode.el: File Local variables: Solve the problem
4952 where both `mode' and c-file-offsets are specified: `mode' will
4953 overwrite c-f-o's settings:
4954 (c-remove-any-local-eval-or-mode-variables): New function.
4955 (c-postprocess-file-styles): Call the above new function, within
4956 c-tentative-buffer-change, to splat `mode' and `eval' before the
4957 second hack-local-variables.
4958
4959 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4960
4961 * progmodes/cc-mode.el:
4962 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
4963 (c-after-change): Protect the match data with save-match-data.
4964 It was getting corrupted by c-after-change-check-<>-operators.
4965
4966 * cc-defs.el: [Supersedes patch V1.38]:
4967 (top level): Check for a buggy font-lock-compile-keywords ONLY in
4968 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
4969
4970 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
4971 with save-match-data. It was being corrupted when Font Lock was
4972 not enabled.
4973
4974 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
4975
4976 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
4977 Mode and Subword Mode.
4978
4979 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
4980 real labels ("case 1:" or "foo:") from non-labels ("public:").
4981 (c-forward-objc-directive): Replace c-forward-token-2 with crude
4982 coding; c-f-t-2 doesn't move over a token at EOB.
4983
4984 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
4985
4986 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
4987 (c-update-modeline): Concatenate the minor mode indicators
4988 directly onto mode-name, removing c-submode-indicators.
4989 Sometimes, c-s-i got separated from the mode name on the mode line.
4990
4991 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
4992 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
4993
4994 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
4995
4996 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
4997 error message when there's an evaluation error to show whether
4998 it's loaded from source or not.
4999 (c-filter-ops): Make it available at runtime too to work when
5000 `c-make-init-lang-vars-fun' needs to evaluate from source.
5001
5002 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
5003
5004 * help.el (help): Revert last part of 2006-02-23 change (deletion
5005 of the `provide' call).
5006
5007 2006-02-23 Juri Linkov <juri@jurta.org>
5008
5009 * compare-w.el (compare-windows-highlight): Add new value
5010 `persistent' and change :type from `boolean' to `choice'.
5011 (compare-windows-overlays1, compare-windows-overlays2):
5012 New internal variables.
5013 (compare-windows-highlight): If compare-windows-highlight is
5014 `persistent', add current overlays to compare-windows-overlays[12]
5015 instead of adding compare-windows-dehighlight to pre-command-hook.
5016 (compare-windows-dehighlight): Delete all overlays from
5017 compare-windows-overlays[12].
5018
5019 * info.el (Info-search): Don't bind search-spaces-regexp to
5020 Info-search-whitespace-regexp in non-regexp isearch mode.
5021
5022 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5023
5024 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
5025
5026 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
5027
5028 * textmodes/org.el (org-xemacs-p)
5029 (org-export-html-show-new-buffer, org-table-may-need-update)
5030 (org-insert-item, org-mhe-get-message-real-folder)
5031 (org-mhe-get-message-folder-from-index)
5032 (org-mhe-get-message-folder, org-mhe-get-message-num)
5033 (org-mhe-get-header, org-make-org-heading-search-string)
5034 (org-make-org-heading-camel, org-table-sort-lines)
5035 (org-format-org-table-html, org-format-table-table-html):
5036 Fix typos in docstrings.
5037
5038 2006-02-23 Carsten Dominik <dominik@science.uva.nl>
5039
5040 * textmodes/org.el (org-cleaned-string-for-export)
5041 (org-solidify-link-text): New function.
5042 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
5043 XEmacs, just to silence the compiler.
5044 (org-export-as-ascii, org-export-as-html-and-open):
5045 Use `org-cleaned-string-for-export' and create internal links.
5046 (org-follow-mhe-link): Require mh-e, use folder.
5047
5048 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5049
5050 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
5051
5052 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
5053 gdb-debug-log-length.
5054 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
5055 it a real ring but...
5056 (gud-gdba-marker-filter): ...make it work like mark-ring.
5057 (gdb-enable-debug): Rename from gdb-enable-debug-log.
5058 (gdb-mouse-jump): New function. Add bindings.
5059
5060 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
5061
5062 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
5063 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
5064 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
5065 (gdb-debug-log-length): Customize it's length.
5066 (gud-watch, gdb-var-create-handler): Display function::var format
5067 but don't use to create variable object.
5068 (gdb-var-create-handler): Use message-box in place of message.
5069 (gdb-stopped): Call gdb-exited if signalled.
5070
5071 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
5072
5073 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
5074
5075 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
5076
5077 * textmodes/reftex.el (reftex-locate-file): Search all extensions
5078 if `reftex-try-all-extensions' is set.
5079
5080 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
5081 fail silently when there is no valid argument at point.
5082 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
5083 `fail-silently' argument. From a patch by David Reiter.
5084
5085 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
5086 New commands.
5087 (org-mark-ring): New variable.
5088 (org-mark-ring-length): New option.
5089 (org-open-at-point, org-goto, org-open-file): Push old position
5090 onto the mark ring.
5091 (org-add-hook): New function.
5092 (org-export-table-remove-special-lines): New option.
5093 (org-skip-comments, org-format-org-table-html): Respect new
5094 option `org-export-table-remove-special-lines'.
5095 (org-open-file): Allow special command configuration for
5096 directory link.
5097 (org-file-apps): Fix bugs in customize type, added setting
5098 for directories.
5099 (org-activate-tags, org-format-agenda-item, org-complete)
5100 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
5101 (org-get-tags, org-get-buffer-tags, org-open-at-point)
5102 (org-link-search, org-make-org-heading-search-string)
5103 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
5104 (org-radio-targets, org-file-link-context-use-camel-case)
5105 (org-activate-camels): New options.
5106 (org-update-radio-target-regexp, org-all-targets)
5107 (org-make-target-link-regexp, org-activate-target-links):
5108 New functions.
5109 (org-make-org-heading-search-string): New function.
5110 (org-store-link, org-insert-link): Use new option
5111 `org-file-link-context-use-camel-case'.
5112 (org-activate-camels): Use new option `org-activate-camels'.
5113 (org-link-regexp): Add mhe prefix.
5114 (org-open-at-point, org-store-link): Support for mhe links.
5115 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
5116 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
5117 (org-mhe-get-header, org-follow-mhe-link): New functions.
5118 (org-remove-angle-brackets, org-add-angle-brackets):
5119 New functions.
5120 (org-bracket-link-regexp): New constant.
5121 (org-read-date): Fix bug that was rejecting all typed dates.
5122 (org-link-search): Make hierarchy above visible after a match.
5123 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
5124 (org-store-link): Fix bug with link creation when cursor is in
5125 an empty line.
5126 (org-open-at-point): Fix bug with matching a link.
5127 Fixed buggy argument sequence in call to `org-view-tags'.
5128 (org-compile-prefix-format): Set `org-prefix-has-tag'.
5129 (org-prefix-has-tag): New variable.
5130 (org-format-agenda-item): Remove tags from headline
5131 if appropriate.
5132 (org-agenda-remove-tags-when-in-prefix): New option.
5133
5134 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
5135
5136 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
5137 Fix the regular expressions.
5138
5139 2006-02-21 Richard M. Stallman <rms@gnu.org>
5140
5141 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
5142 if there's no other specific basis.
5143
5144 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
5145 as variables at all.
5146 (unsafep-variable): Rename arg; doc fix.
5147
5148 * abbrevlist.el (list-one-abbrev-table): Add autoload.
5149
5150 * calendar/appt.el (diary-selective-display): Add defvar.
5151
5152 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
5153
5154 * isearch.el (search-whitespace-regexp): Fix custom type.
5155
5156 * help.el (describe-key-briefly): Compute interactive args
5157 in same was as before previous change.
5158
5159 * files.el (enable-local-variables): Doc fix.
5160
5161 2006-02-21 Kim F. Storm <storm@cua.dk>
5162
5163 * fringe.el: Cleanup as file is now pre-loaded.
5164 (fringe-bitmaps): Initialize unconditionally.
5165 (fringe-mode, set-fringe-style): Remove autoload cookies.
5166
5167 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
5168
5169 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
5170 `horizontal-bar'.
5171 (fringe-cursor-alist): Use `horizontal-bar'.
5172
5173 2006-02-20 Kim F. Storm <storm@cua.dk>
5174
5175 * fringe.el (fringe-bitmaps): Update to new bitmap names.
5176 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
5177
5178 * loadup.el: Load "fringe" on window systems.
5179
5180 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5181
5182 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
5183 out of scope components.
5184
5185 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
5186 default.
5187
5188 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
5189
5190 * custom.el (customize-mark-to-save, customize-mark-as-set):
5191 Load the symbol first.
5192
5193 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
5194
5195 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
5196 strech spec so it doesn't display as "^J" on the header line
5197 when `Buffer-menu-use-header-line' is t.
5198
5199 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
5200
5201 * speedbar.el (speedbar-make-button): Keep text properties
5202 of string arguments if desired.
5203
5204 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
5205 expessions.
5206
5207 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
5208 of speedbar.
5209
5210 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
5211
5212 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
5213 to value of `read-file-name-completion-ignore-case'.
5214
5215 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
5216
5217 * custom.el (customize-mark-as-set): Push to `user' theme.
5218
5219 * cus-edit.el (custom-save-variables): Allow unthemed values.
5220 (customize-set-variable): Push setting to `user' theme.
5221
5222 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5223
5224 * progmodes/gud.el: Don't require font-lock as it's now
5225 automatically loaded.
5226 (gud-speedbar-buttons): Replace gdb-var-changed with
5227 gdb-force-update.
5228
5229 * progmodes/gdb-ui.el (gdb-force-update): Rename from
5230 gdb-var-changed.
5231 (gdb-post-prompt): Use it.
5232 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
5233 (gdb-var-update-handler, gdb-var-delete)
5234 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
5235 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
5236 gdb-force-update in gdb-post-prompt.
5237 (gdb-reset): Clear watch expressions from speedbar when quitting.
5238
5239 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5240
5241 * viper-cmd.el (viper-insert-state-post-command-sentinel)
5242 (viper-change-state-to-vi, viper-change-state-to-emacs):
5243 Make aware of cursor coloring in the Emacs state.
5244 (viper-special-read-and-insert-char): Use read-char-exclusive.
5245 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
5246
5247 * viper-init.el (viper-emacs-state-cursor-color): New variable.
5248
5249 * viper-util.el (viper-save-cursor-color)
5250 (viper-get-saved-cursor-color-in-replace-mode)
5251 (viper-get-saved-cursor-color-in-insert-mode)
5252 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
5253 state.
5254 (viper-get-saved-cursor-color-in-emacs-mode): New function.
5255
5256 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
5257 (ediff-ignore-case-option3, ediff-actual-diff-options)
5258 (ediff-actual-diff3-options): New variables to control case sensitivity.
5259 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
5260 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
5261 (ediff-toggle-ignore-case): New function.
5262 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
5263
5264 * ediff-help.el (ediff-long-help-message-narrow2)
5265 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
5266 (ediff-long-help-message-word-mode): Add ignore-case command.
5267 (ediff-help-for-quick-help): Add ignore-case command.
5268
5269 * ediff-merg.el: Move provide to the end.
5270
5271 * ediff-ptch.el: Move provide to the end.
5272
5273 * ediff-wind.el: Move provide to the end.
5274
5275 * ediff-mult.el: Move provide to the end.
5276 (ediff-set-meta-overlay): Enable follow-link.
5277
5278 * ediff.el: Move provide to the end.
5279 Break recursive load cycle in eval-when-compile.
5280 (ediff-patch-buffer): Better heuristics.
5281
5282 * ediff-util.el: Move provide to the end.
5283 Break recursive load cycle in eval-when-compile.
5284 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
5285 defuns.
5286 (ediff-submit-report): Pass the values of ediff-diff3-program,
5287 ediff-diff3-options.
5288
5289 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
5290
5291 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
5292 the opening bracket of the following bracketing pairs: {}, [], (), <>,
5293 `' (for example, in the docstring of `windmove-default-keybindings').
5294
5295 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
5296
5297 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
5298 shadow face. Don't provide binding to edit variable when it is
5299 out of scope.
5300
5301 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
5302 (gdb-var-update-handler): Detect out of scope variables with pre
5303 GDB 6.4 too.
5304 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
5305 Reset status of variable objects to nil in update handlers.
5306 (gdb-var-update-handler-1): Detect when a variable object comes
5307 in scope. setcar on var changes gdb-var-list directly.
5308
5309 2006-02-17 Juri Linkov <juri@jurta.org>
5310
5311 * ffap.el (ffap) <defface>: Add explicit face declaration.
5312 (ffap-highlight): Use face `ffap' directly instead of checking
5313 for its existence.
5314
5315 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
5316 `visible-ok' of `other-buffer' to find the right original buffer.
5317
5318 * info.el (Info-search): Skip `Local Variables' node.
5319
5320 2006-02-17 Juri Linkov <juri@jurta.org>
5321
5322 * info.el (Info-find-file): Check for symbols `apropos', `history',
5323 `toc' in the input filename, and return these symbols as is.
5324 (Info-find-node-2): Set Info-current-file to symbols `apropos',
5325 `history', `toc' instead of strings.
5326 (Info-set-mode-line): For non-string Info-current-file use the
5327 symbol's name inside **.
5328 (Info-isearch-push-state): Add quote before Info-current-file and
5329 Info-current-node.
5330 (Info-isearch-pop-state): Use `equal' instead of `string='.
5331 (Info-extract-pointer, Info-following-node-name): Use
5332 `match-string-no-properties' instead of `match-string'.
5333 (Info-up): Check `old-file' for `stringp'.
5334 (Info-history): Use `equal' instead of `string-equal'.
5335 Check `file' for `stringp'.
5336 (Info-history): Use symbol `history' instead of string as first arg
5337 of `Info-find-node'.
5338 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
5339 `toc' instead of string.
5340 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
5341 instead of `buffer-substring', and `match-string-no-properties'
5342 instead of `match-string'.
5343 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
5344 instead of strings.
5345 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
5346 Use symbol `apropos' instead of string.
5347 (Info-copy-current-node-name): Check `Info-current-file' for
5348 `stringp' and construct a command with `Info-find-node' from it.
5349 (Info-fontify-node): Use `match-string-no-properties' instead of
5350 `match-string' and check file names for `stringp'.
5351 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
5352 `history', `toc' instead of strings.
5353
5354 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
5355
5356 * files.el: Rearrange functions and variables in the file local
5357 variables section.
5358
5359 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
5360
5361 * files.el: Add truncate-lines, ispell-check-comments and
5362 ispell-local-dictionary as safe local variables.
5363
5364 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
5365
5366 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
5367 out of scope variables.
5368 (gud-speedbar-buttons): Use unless.
5369
5370 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
5371 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
5372 (gdb-show-changed-values): Also use for out of scope variables.
5373 (gdb-var-update-handler-1): Note if variable goes out of scope.
5374
5375 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
5376
5377 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
5378 default to global variable values for unsupplied args.
5379 (rcirc-get-buffer-create): Fix bug with setting the target.
5380 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
5381 test for rcirc-always-use-server-buffer-flag here.
5382 (rcirc-response-formats): Add %N, which is a facified nick. %n
5383 uses the default face. Change the ACTION format string. If the
5384 "nick" is the server, don't print anything for that field.
5385 Comment fixes.
5386 (rcirc-target-buffer): Don't test
5387 rcirc-always-use-server-buffer-flag here.
5388 (rcirc-print): Squeeze extra spaces out of the text before message.
5389 (rcirc-put-nick-channel): Strip potential "@" char from nick
5390 before adding them to nick table.
5391 (rcirc-url-regexp): Improve to match address like "foo.com".
5392
5393 2006-02-17 Eli Zaretskii <eliz@gnu.org>
5394
5395 * allout.el (allout-hidden-p): Move this defsubst before
5396 allout-overlay-interior-modification-handler, where it is first
5397 used.
5398
5399 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
5400
5401 * allout.el: Use allout invisible-text overlays instead of
5402 selective display for concealed text. Also, lots of general
5403 cleanup, and improved compatibility code.
5404
5405 (allout-version) Incremented, corrected, revised, and refined
5406 module commentary.
5407
5408 (provide 'allout): Moved to the bottom, added a require of overlay.
5409
5410 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
5411 `except-current'.
5412 (allout-write-file-hook-handler): Minimize delay.
5413 (count-trailing-whitespace-region): New function so
5414 auto-encryption of current topic can resituate cursor exactly.
5415 PGP/GPG encryption trims trailing whitespace from lines, which
5416 must be accounted for across encryption then decryption.
5417
5418 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
5419 just plain "\C-c", to avoid intruding on user's keybinding space.
5420
5421 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
5422 parameter, so user request to provide a new password is done.
5423
5424 (allout-outside-normal-auto-fill-function, allout-auto-fill):
5425 Refined mechanism for auto-filling behavior while in allout mode.
5426
5427 (allout-mode): Explicitly specify the mode map in the docstring.
5428 Clarify provision for various write-file hook var names.
5429 Adjusted for invisible-text overlays instead of selective-display.
5430
5431 (allout-depth): Really return 0 if not within any topic. This
5432 rectifies `allout-beginning-of-level' and sequence numbering
5433 errors that occur when cutting and pasting numbered topics.
5434 Changed from a in-line subst to a regular function, as well.
5435
5436 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
5437
5438 (allout-end-of-subtree, allout-end-of-subtree)
5439 (allout-end-of-entry, allout-end-of-current-heading)
5440 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
5441 (allout-show-children, allout-show-to-offshoot)
5442 (allout-hide-current-entry, allout-show-current-entry): Rectified
5443 handling of trailing blank lines between items.
5444
5445 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
5446 (allout-current-depth, allout-unprotected, allout-hidden-p)
5447 (allout-on-current-heading-p, allout-listify-exposed)
5448 (allout-chart-subtree, allout-goto-prefix)
5449 (allout-back-to-current-heading, allout-get-body-text)
5450 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
5451 (allout-hide-region-body, allout-toggle-subtree-encryption)
5452 (allout-encrypt-string, allout-encrypted-key-info)
5453 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
5454 (allout-file-vars-section-data): Adjusted for use with
5455 invisible-text overlays instead of selective-display.
5456
5457 (allout-kill-line, allout-kill-topic, allout-yank-processing):
5458 Reworked for use with invisible text overlays.
5459
5460 (allout-current-topic-collapsed-p): New function.
5461
5462 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
5463 to know when to close the containing topic.
5464
5465 (allout-pre-command-business, allout-post-command-business):
5466 Simplify undo-batching and dynamic isearch exposure.
5467
5468 (allout-set-overlay-category): New for invisible-text overlays.
5469 Sets properties of allout-overlay-category, used by
5470 allout-flag-region to set invisible-text overlay properties.
5471 (allout-get-invisibility-overlay): Get the first qualifying
5472 invisibility overlay, so we can find the extent of it.
5473 (allout-back-to-visible-text): Get to just before the beginnining
5474 of the current invisibility overlay, if any.
5475
5476 (allout-overlay-insert-in-front-handler)
5477 (allout-overlay-interior-modification-handler)
5478 (allout-before-change-handler, allout-isearch-end-handler): New
5479 functions to handle extraordinary actions affecting concealed
5480 text.
5481
5482 (allout-flag-region): Use overlays instead of selective-display
5483 for invisible text - by inheritence from the properties of
5484 allout-overlay-category in mainline Emacs, and applied
5485 property-by-property in XEmacs, some recent versions of which
5486 don't inherit the properties from the category. Provisions to
5487 respond to concealed-text edits simplified drastically.
5488
5489 (allout-isearch-rectification, allout-isearch-was-font-lock)
5490 (allout-isearch-expose, allout-enwrap-isearch)
5491 (allout-isearch-abort, allout-pre-was-isearching)
5492 (allout-isearch-prior-pos, allout-isearch-did-quit)
5493 (allout-isearch-dynamic-expose)
5494 (allout-hide-current-entry-completely): Functions deleted.
5495
5496 (allout-undo-aggregation): Explicit undo aggregation no longer
5497 necessary due to transition away from selective-display.
5498
5499 (set-allout-regexp, allout-up-current-level)
5500 (allout-next-visible-heading, allout-forward-current-level)
5501 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
5502 (allout-kill-line, allout-yank-processing, allout-show-children)
5503 (allout-expose-topic, allout-old-expose-topic)
5504 (allout-listify-exposed, allout-insert-latex-header)
5505 (allout-toggle-subtree-encryption, allout-encrypt-string)
5506 (remove-from-invisibility-spec, allout-hide-current-subtree):
5507 Ditched unused variables.
5508
5509 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
5510
5511 * textmodes/ispell.el (ispell-change-dictionary): Call
5512 ispell-buffer-local-dict instead of
5513 ispell-accept-buffer-local-defs.
5514 (ispell-local-dictionary-alist): Accept as valid any coding-system
5515 supported by Emacs.
5516 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
5517 changed to iso-8859-3.
5518
5519 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
5520
5521 * speedbar.el (speedbar-frame-width): Make an inline function
5522 instead of a macro. Use frame-width.
5523 (speedbar-try-completion, speedbar-update-contents)
5524 (speedbar-timer-fn): Use consp.
5525 (speedbar-update-localized-contents): Try to preserve point.
5526
5527 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
5528 (menu): Re-order menu items.
5529 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
5530 field.
5531 (gdb-var-update-handler-1): Use it for GDB 6.4+.
5532 (gdb-post-prompt): Speed things by not forcing update.
5533
5534 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
5535
5536 * wid-edit.el (widget-button-click): For mouse-1, cancel button
5537 press and perform default action if we get a mouse movement event.
5538
5539 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
5540
5541 * calendar/icalendar.el (icalendar--get-event-property)
5542 (icalendar--get-event-property-attributes): Fix typos in
5543 docstrings.
5544
5545 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
5546 docstring.
5547
5548 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
5549
5550 * bs.el (bs-mode): Use `buffer-disable-undo'.
5551 (bs--get-file-name): Simplify.
5552 (bs-show-in-buffer): Mark the buffer as not modified.
5553
5554 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5555
5556 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
5557 widget-button-click.
5558
5559 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
5560 (custom-mode): Update docstring.
5561
5562 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
5563 binding.
5564
5565 * files.el (hack-local-variables-confirm): Allow scrolling if the
5566 file variable list is too long. Kill temp buffer after use.
5567
5568 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
5569
5570 * progmodes/gud.el (gdb): Improve doc string.
5571 (gdb-script-font-lock-keywords): Expand allowed character set.
5572
5573 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
5574 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
5575 (gdb-separate-io-interrupt, gdb-separate-io-quit)
5576 (gdb-separate-io-stop, gdb-separate-io-eof):
5577 Rename from gdb-inferior-* to gdb-separate-*.
5578 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
5579
5580 2006-02-14 Jay Belanger <belanger@truman.edu>
5581
5582 * calc/calc-arith.el (math-check-known-scalarp): Make sure
5583 expression is a symbol before checking that it is bound.
5584
5585 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
5586 test to see if equation can be solved.
5587
5588 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
5589
5590 * wid-edit.el (widget-button-click): Use :pressed-face property
5591 for overlay face, if it exists.
5592
5593 * cus-edit.el (custom-manual, custom-add-see-also)
5594 (custom-add-parent-links, custom-group-link): Add :pressed-face
5595 property to links.
5596
5597 * files.el (hack-local-variables): Remove ignored variables before
5598 checking if any variables need setting.
5599
5600 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5601
5602 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
5603
5604 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
5605
5606 * help.el (where-is): Fix message for remapped commands.
5607
5608 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
5609 Fix typos in docstrings.
5610
5611 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
5612
5613 * files.el (safe-local-variable-values): New option.
5614 (hack-local-variables-prop-line): Return a list of variable-value
5615 pairs if MODE-ONLY is non-nil.
5616 (hack-local-variables): Construct list of variable-value pairs,
5617 and apply or reject them in one go. Ask for confirmation if
5618 variables are not known safe.
5619 (hack-local-variables-confirm): Complete rewrite. Support
5620 `safe-local-variable-values'.
5621 (enable-local-variables): Update docstring to reflect new
5622 behavior.
5623 (ignored-local-variables): Ignore ignored-local-variables and
5624 safe-local-variable-values.
5625 (safe-local-variable-p): New function.
5626 (risky-local-variable-p): `safe-local-variable' property check
5627 moved to safe-local-variable-p.
5628 (hack-one-local-variable): Checks moved to hack-local-variables.
5629
5630 (byte-compile-dynamic, c-basic-offset, c-file-style)
5631 (c-indent-level, comment-column, fill-column, fill-prefix)
5632 (indent-tabs-mode, kept-new-versions, no-byte-compile)
5633 (no-update-autoloads, outline-regexp, page-delimiter)
5634 (paragraph-start, paragraph-separate, sentence-end)
5635 (sentence-end-double-space tab-width, version-control):
5636 Add `safe-local-variable' property.
5637
5638 * find-lisp.el: Delete nonexistent `autocompile' file variable.
5639
5640 * icomplete.el, play/landmark.el: Change nonexistent
5641 `outline-layout' file variable to `allout-layout'.
5642
5643 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
5644
5645 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
5646 (gdb-get-changed-registers): Test value of gud-minor-mode relative
5647 to gud-comint-buffer.
5648 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
5649 gdb-ui.el for gdb-mi.el.
5650 (gdb-post-prompt, gdb-get-changed-registers): Move test for
5651 registers buffer to gdb-get-changed-registers.
5652 (gdb-breakpoint-regexp): New regexp. Allow toggling and
5653 deletion of catchpoints (throw and catch).
5654 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
5655 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
5656 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
5657 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
5658 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
5659
5660 2006-02-13 Jay Belanger <belanger@truman.edu>
5661
5662 * calc/calc-arith.el (math-check-known-matrixp): Make sure
5663 expression is a symbol before checking that it is bound.
5664
5665 2006-02-13 Richard M. Stallman <rms@gnu.org>
5666
5667 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
5668 for the minibuffer too, but not if resize-mini-windows will interfere.
5669
5670 * help.el (describe-key-briefly, describe-key): Do all arg-reading
5671 inside `interactive' spec.
5672 (describe-key-briefly-internal, describe-key-internal):
5673 Functions merged back into their callers.
5674
5675 2006-02-13 Martin Rudalics <rudalics@gmx.at>
5676
5677 * info.el (info-xref-visited): Inherit from info-xref too.
5678 (Info-set-mode-line): Replace occurrences of `%' by `%%'
5679 when propertizing Info-current-file and Info-current-node.
5680
5681 2006-02-13 Juri Linkov <juri@jurta.org>
5682
5683 * tumme.el (tumme-thumbnail-storage): Fix docstring.
5684 (tumme-thumb-name): Fix per-directory format.
5685
5686 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
5687
5688 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
5689
5690 2006-02-12 Miles Bader <miles@gnu.org>
5691
5692 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
5693
5694 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
5695
5696 * tumme.el: Remove history section. If someone needs the it, it
5697 can always be found in CVS.
5698
5699 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5700
5701 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
5702 about the Thumbnail Managing Standard option.
5703
5704 2006-02-12 Richard M. Stallman <rms@gnu.org>
5705
5706 * subr.el (substitute-key-definition): Doc fix.
5707
5708 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
5709
5710 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
5711
5712 * info.el (Info-mode): Doc fix.
5713
5714 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
5715
5716 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
5717
5718 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
5719 because on Solaris a POSIX compatible "id" is needed. Reported by
5720 Magnus Henoch <mange@freemail.hu>.
5721
5722 2006-02-12 Juri Linkov <juri@jurta.org>
5723
5724 * tumme.el: Remove todo item about Thumbnail Managing Standard.
5725 (tumme) <defgroup>: Change :group to `multimedia'.
5726 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
5727 Managing Standard.
5728 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
5729 Fix dostring.
5730 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
5731 and %y. Fix docstring.
5732 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
5733 (tumme-cmd-create-standard-thumbnail-command): New user options.
5734 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
5735 is `standard'. Fix docstring.
5736 (tumme-thumb-width, tumme-thumb-height): New user options.
5737 (tumme-external-viewer): Try to find various viewers.
5738 (tumme-get-thumbnail-image): Use `create-image' instead of
5739 constructing the `image' structure.
5740 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
5741 `standard'.
5742 (tumme-thumb-name): Add file name generation for standard storage.
5743 Simplify code for other storages.
5744 (tumme-thumb-name): Use width %w and height %h instead of size %s.
5745 Add modification time %m and thumbnail-nq8 %q.
5746 Use `tumme-cmd-create-standard-thumbnail-command' if
5747 tumme-thumbnail-storage is `standard'.
5748 (tumme-dired-insert-marked-thumbs): New autoload command.
5749 (tumme-dired-after-readin-hook): New function.
5750 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
5751 `tumme-thumb-size'.
5752 (tumme-display-image): Replace size-x %x and size-y %y with
5753 width %w and height %h.
5754
5755 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
5756 `tumme-dired-insert-marked-thumbs'.
5757
5758 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
5759
5760 * tumme.el (tumme-write-tag): Fix small bug (file name did not
5761 include path).
5762 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
5763 matching tag.
5764
5765 2006-02-12 Miles Bader <miles@gnu.org>
5766
5767 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
5768 New variables.
5769 (rcirc-abbrev-nick): New function.
5770 (rcirc-format-response-string): Rewrite to use the formats in
5771 `rcirc-response-formats' and expand escape sequences therein.
5772 A text-property `rcirc-text' is added over the actual response
5773 text to make easy to find inside the returned string.
5774 (rcirc-print): When filling, just look for the `rcirc-text'
5775 text-property to find the appropriate fill prefix, instead of
5776 using hardwired patterns.
5777
5778 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5779
5780 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
5781 Managing Standard.
5782
5783 2006-02-11 Kim F. Storm <storm@cua.dk>
5784
5785 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
5786 Don't use insert-buffer; do insert-buffer-substring directly.
5787 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
5788
5789 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5790
5791 * files.el (revert-buffer, recover-file): Replace buffer-read-only
5792 with inhibit-read-only. Suggested by Stefan Monnier.
5793 (revert-buffer): Let insert-file-contents discard
5794 buffer-undo-list. Simplify code.
5795 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
5796
5797 2006-02-11 Eli Zaretskii <eliz@gnu.org>
5798
5799 * menu-bar.el (menu-bar-select-yank): Add a doc string.
5800
5801 * help.el (describe-key-briefly): Now a wrapper for
5802 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
5803 to t. Populate yank-menu if empty.
5804 (describe-key-briefly-internal): Renamed from describe-key-briefly.
5805 (describe-key): Now a wrapper for describe-key-internal. Bind
5806 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
5807 (describe-key-internal): Renamed from describe-key.
5808
5809 2006-02-11 Milan Zamazal <pdm@zamazal.org>
5810
5811 * progmodes/glasses.el (glasses-separator): Doc fix.
5812 (glasses-original-separator): New defcustom.
5813 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
5814
5815 2006-02-11 Martin Rudalics <rudalics@gmx.at>
5816
5817 * mwheel.el (mouse-wheel-up-event): Doc fix.
5818
5819 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
5820
5821 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
5822 (tumme-dir): New function. Copied from thumbs.el.
5823
5824 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
5825
5826 * desktop.el (desktop-outvar): Fix typo.
5827 (desktop-save-buffer-p): Doc fix.
5828
5829 * subr.el (substitute-key-definition): Fix typo.
5830
5831 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5832
5833 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
5834 when window-system is mac.
5835
5836 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
5837
5838 2006-02-10 Kim F. Storm <storm@cua.dk>
5839
5840 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
5841 indirect-function instead of using condition-case.
5842
5843 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
5844
5845 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
5846 less `colloquial'...
5847
5848 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
5849
5850 * tumme.el: Add a couple of todo items.
5851
5852 2006-02-09 Lars Hansen <larsh@soem.dk>
5853
5854 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
5855 (highlight-changes-mode): Don't change desktop-locals-to-save.
5856
5857 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
5858
5859 * image-mode.el (image-toggle-display): Clear image cache if using
5860 filename.
5861
5862 2006-02-09 Masatake YAMATO <jet@gyve.org>
5863
5864 * dired-x.el (dired-guess-shell-alist-default): Add .man as
5865 a `dired-man' target.
5866
5867 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
5868 boundary of symbols.
5869
5870 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
5871
5872 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
5873
5874 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
5875
5876 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
5877 `mapcar'; return nil.
5878
5879 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
5880
5881 * mouse.el (mouse-drag-track): Don't change window if we rebind to
5882 some other event.
5883
5884 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
5885
5886 * net/rcirc.el (rcirc-startup-channels-alist):
5887 Add irc.freenode.net and #emacs as defaults.
5888 (rcirc-ignore-all-activity-flag): Remove variable.
5889 (rcirc-authinfo): New variable.
5890 (rcirc-authinfo-filename): Remove variable.
5891 (rcirc-always-use-server-buffer-flag): New flag.
5892 (rcirc): M-x rcirc will automatically connect without prompting.
5893 C-u M-x rcirc will prompt. Use rcirc-connect to create a
5894 connection in lisp.
5895 (rcirc-process-server-response-1): Remove everything but the nick
5896 portion of the sender so it doesn't need to be done everywhere
5897 else. Update related code.
5898 (global-map): Remove global keybindings.
5899 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
5900 (rcirc-send-input): Split into several functions.
5901 (rcirc-process-input-line, rcirc-process-message)
5902 (rcirc-process-command): New functions.
5903 (rcirc-target-buffer): New function to determine where to route
5904 messages.
5905 (rcirc-user-nick): Save match data.
5906 (rcirc-toggle-ignore-buffer-activity)
5907 (rcirc-update-activity-string): Remove global ignore functionality,
5908 which can be done now by toggling rcirc-track-minor-mode.
5909 (rcirc-track-minor-mode-map): New keymap.
5910 (rcirc-track-minor-mode): New minor-mode.
5911 (ignore): Make the ignore output nicer. Always print it when
5912 adding or removing nicks.
5913 (rcirc-url-regexp): Improve.
5914 (rcirc-mangle-text): Remove properties before using text in the
5915 modeline.
5916 (rcirc-authenticate): Authentication data comes from
5917 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
5918 (rcirc-server-prefix): Inherit from rcirc-server.
5919
5920 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
5921
5922 * Makefile.in (compile): Append "|| true" to the end of the `find'
5923 command, like compile-always does.
5924
5925 2006-02-08 Sam Steingold <sds@gnu.org>
5926
5927 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
5928 output from a dead connection.
5929
5930 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5931
5932 * dired.el (dired-mode-map): Add more bindings for tumme.
5933
5934 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * wdired.el (wdired-mode-map): Use remap.
5937 (wdired-get-filename): Massage.
5938 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
5939 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
5940 `keymap' property rather than `local-map'.
5941
5942 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
5943
5944 * tumme.el (tumme-get-thumbnail-image): New utility function.
5945 Suggested by from Chong Yidong.
5946 (tumme-dired-with-window-configuration): Rename from
5947 `tumme-dired'. Add code to save window configuration.
5948 (tumme-restore-window-configuration): New command to restore the
5949 window configuration that `tumme-dired-with-window-configuration'
5950 saves before it changes the window configuration.
5951 (tumme-show-all-from-dir): New command to display thumbnails for
5952 all files in a directory entered by the user, like M-x thumbs.
5953 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
5954 have been created.
5955 (tumme-display-thumbnail-original-image): Call `display-buffer'.
5956 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
5957 Remove obsolete test function.
5958
5959 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
5960
5961 * vc.el (small-temporary-file-directory): Remove defvar; there's
5962 a defcustom for it in files.el.
5963
5964 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
5965 Fix typo in message.
5966 (tumme-gallery-generate): Fix typo in `error' message.
5967 (tumme-display-window-height-correction)
5968 (tumme-display-window-width-correction, tumme-line-up-dynamic)
5969 (tumme-line-up-interactive): Dox fixes.
5970 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
5971 (tumme-restore-window-configuration, tumme-format-properties-string)
5972 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
5973 Fix typos in docstrings.
5974
5975 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
5976
5977 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
5978
5979 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
5980
5981 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
5982 User should use hook if desired.
5983
5984 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
5985 buffer if necessary.
5986 (gdb-delete-frame-or-window): New function.
5987 (gdb-breakpoints-mode-map): Bind "q" to it.
5988
5989 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
5990
5991 * textmodes/nroff-mode.el: Clean up name space.
5992 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
5993 (nroff-mode): Obey the global setting of nroff-electric-mode.
5994 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
5995
5996 * calendar/calendar.el (calendar-increment-month): Typo in last change.
5997
5998 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
5999
6000 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
6001
6002 2006-02-06 Lars Hansen <larsh@soem.dk>
6003
6004 * generic-x.el (etc-fstab-generic-mode): Add file system types
6005 cifs and usbdevfs. Allow special chars in file names.
6006
6007 2006-02-05 Jay Belanger <belanger@truman.edu>
6008
6009 Update copyright notices of the files in lisp/calc.
6010
6011 2006-02-05 Romain Francoise <romain@orebokech.com>
6012
6013 Update copyright notices of all files in the lisp/play directory.
6014
6015 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
6016
6017 * ldefs-boot.el: Regenerate.
6018
6019 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
6020
6021 2006-02-05 Kim F. Storm <storm@cua.dk>
6022
6023 * files.el (magic-mode-regexp-match-limit): New defvar.
6024 (set-auto-mode): Use it to limit magic-mode-alist matching.
6025
6026 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
6027
6028 * simple.el (display-message-or-buffer): Compare the number of
6029 characters to the frame width when determining whether a 1-line
6030 message string will fit in the echo area. Count screen lines
6031 instead of buffer lines when determining whether a multi-line
6032 message will fit in the echo area/minibuffer window.
6033
6034 2006-02-04 Eli Zaretskii <eliz@gnu.org>
6035
6036 * info.el (Info-index, Info-mode): Improve the description of the
6037 `i' command.
6038
6039 * ldefs-boot.el: Regenerate.
6040
6041 2006-02-03 Werner Lemberg <wl@gnu.org>
6042
6043 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
6044 greedy to find the closing bracket in \*[...] and similar
6045 expressions. This is a first rough fix -- many additional
6046 refinements are necessary to make nroff mode really usable with groff.
6047
6048 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
6049
6050 * international/mule-cmds.el (set-locale-environment):
6051 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
6052 libX11.
6053
6054 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
6055
6056 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
6057 archive are created in archive-tmpdir.
6058
6059 2006-02-02 John Paul Wallington <jpw@pobox.com>
6060
6061 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
6062 (ibuffer-fontification-alist): Use it.
6063 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
6064 to "* z" and the Ibuffer Mark menu.
6065
6066 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
6067
6068 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6069
6070 * textmodes/table.el (*table--cell-describe-mode)
6071 (*table--cell-describe-bindings): Undo last change since
6072 print-help-return-message is not obsoleted by anything at all.
6073
6074 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
6075
6076 * emulation/cua-base.el (cua-mode): Doc fix.
6077
6078 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
6079
6080 * dframe.el (dframe-handle-make-frame-visible)
6081 (dframe-handle-iconify-frame, dframe-get-focus)
6082 (dframe-select-attached-frame, dframe-power-click)
6083 (dframe-frame-mode): Fix typos in docstrings.
6084
6085 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
6086 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
6087 Fix typos in docstrings.
6088
6089 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
6090 (hi-lock-face-buffer, hi-lock-font-lock-hook)
6091 (hi-lock-archaic-interface-message-used)
6092 (hi-lock-file-patterns-range): Fix typos in docstrings.
6093
6094 * savehist.el (savehist-loaded, savehist-load, savehist-install)
6095 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
6096
6097 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
6098 Fix typo in docstring.
6099
6100 * net/newsticker.el (newsticker--decode-iso8601-date)
6101 (newsticker--set-customvar, newsticker--buffer-insert-item)
6102 (newsticker--do-run-auto-mark-filter)
6103 (newsticker--parse-generic-feed): Doc fixes.
6104 (newsticker--retrieval-timer-list, newsticker-url-list)
6105 (newsticker-hide-immortal-items-in-echo-area)
6106 (newsticker-hide-obsolete-items-in-echo-area)
6107 (newsticker-new-item-face, newsticker--enclosure)
6108 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
6109 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
6110 (newsticker--parse-generic-feed, newsticker--cache-contains)
6111 (newsticker--stat-num-items, newsticker-download-enclosures):
6112 Fix typos in docstrings.
6113
6114 * net/rcirc.el (rcirc-debug): Doc fix.
6115 (rcirc-fill-column, rcirc-receive-message-hooks)
6116 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
6117 (rcirc-mode, rcirc-generate-new-buffer-name)
6118 (rcirc-startup-channels, rcirc-ignore-update-automatic)
6119 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
6120 Fix typos in docstrings.
6121 (rcirc-print): "?\ " -> "?\s".
6122 (rcirc-cmd-join): Improve argument/docstring consistency.
6123
6124 2006-02-01 Mark A. Hershberger <mah@everybody.org>
6125
6126 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
6127 before narrow-to-region.
6128
6129 2006-02-01 Richard M. Stallman <rms@gnu.org>
6130
6131 * simple.el (move-beginning-of-line): Scan properly for invis change.
6132
6133 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
6134
6135 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
6136
6137 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
6138 change bit only when id-format is 'integer. Reported by Matt
6139 Hodges <M.P.Hodges@rl.ac.uk>.
6140
6141 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
6142
6143 * hilit-chg.el (highlight-changes-initial-state)
6144 (highlight-changes-global-initial-state): Doc fixes.
6145 (highlight-changes-global-modes, global-highlight-changes):
6146 Fix typos in docstrings.
6147
6148 2006-02-01 Kim F. Storm <storm@cua.dk>
6149
6150 * emulation/cua-base.el (cua-mode): Mention that CUA enables
6151 transient-mark-mode in doc string.
6152
6153 2006-01-31 Richard M. Stallman <rms@gnu.org>
6154
6155 * replace.el (multi-occur): Doc fix.
6156 (multi-occur-in-matching-buffers): Rename from
6157 multi-occur-by-filename-regexp. Prefix arg says match
6158 buffer names instead of file names.
6159
6160 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
6161
6162 * bs.el: Allow non-default values of `bs-header-lines-length'.
6163 (bs--running-in-xemacs): Remove (not needed anymore).
6164 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
6165 instead of `shrink-window', thus avoiding having to compute the
6166 height of the window.
6167 (bs--up): Wrap around even when there's no header.
6168 (bs--down): Use `forward-line' instead of `next-line'.
6169
6170 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
6171
6172 * image-mode.el (image-toggle-display): Use file name if possible,
6173 instead of unnecessarily allocating a (possibly huge) lisp string.
6174
6175 2006-01-30 John Paul Wallington <jpw@pobox.com>
6176
6177 * subr.el (toplevel): Define `cl-assertion-failed' condition here
6178 because the `assert' macro signals it at runtime.
6179
6180 * emacs-lisp/cl.el (toplevel): Remove definition of
6181 `cl-assertion-failed' condition.
6182
6183 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
6184
6185 * thumbs.el (thumbs-marked-list): Make buffer-local and
6186 permanent-local.
6187 (thumbs-insert-thumb): Make help-echo non-sticky.
6188 (thumbs-file-alist): Use eolp as check for (non)-image.
6189
6190 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
6191
6192 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
6193 (ediff-before-session-group-setup-hooks)
6194 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
6195 Fix typos in docstrings.
6196
6197 * window.el (bw-dir, bw-eqdir, balance-windows)
6198 (split-window-keep-point): Fix typos in docstrings.
6199
6200 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
6201 (org-quote-string, org-calendar-to-agenda-key)
6202 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
6203 (org-show-following-heading, org-tags-column)
6204 (org-use-tag-inheritance, org, org-allow-space-in-links)
6205 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
6206 (org-enable-table-editor, org-calc-default-modes)
6207 (org-table-allow-automatic-line-recalculation)
6208 (org-export-html-style, org-export-with-fixed-width)
6209 (org-export-with-sub-superscripts, org-special-keyword)
6210 (org-formula, org-time-grid, org-table-may-need-update)
6211 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
6212 (org-goto-quit, org-get-indentation, org-end-of-item)
6213 (org-move-item-down, org-move-item-up)
6214 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
6215 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
6216 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
6217 (org-agenda-log-mode, org-agenda-toggle-diary)
6218 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
6219 (org-agenda-file-to-end, org-agenda-no-heading-message)
6220 (org-agenda-get-closed, org-format-agenda-item)
6221 (org-cmp-priority, org-cmp-category, org-cmp-time)
6222 (org-agenda-change-all-lines, org-agenda-diary-entry)
6223 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
6224 (org-link-search, org-camel-to-words, org-open-file)
6225 (org-remember-handler, org-table-convert-region)
6226 (org-table-move-row-down, org-table-move-row-up)
6227 (org-table-copy-region, org-table-wrap-region)
6228 (org-table-toggle-vline-visibility)
6229 (org-table-get-vertical-vector, org-table-modify-formulas)
6230 (org-table-get-specials, org-recalc-commands)
6231 (org-table-rotate-recalc-marks, org-table-eval-formula)
6232 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
6233 (org-level-color-stars-only, org-insert-heading):
6234 Fix typos in docstrings.
6235 (last-arg): Add defvar.
6236
6237 * makefile.w32-in (WINS): Add erc.
6238 (MH_E_SRC): Update (copied from lisp/Makefile.in).
6239
6240 2006-01-29 Bill Wohler <wohler@newt.com>
6241
6242 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
6243 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
6244 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
6245 (mh-autoloads): Don't use comments on otherwise empty lines.
6246
6247 2006-01-29 Edward O'Connor <ted@oconnor.cx>
6248
6249 * emulation/viper.el (viper-major-mode-modifier-list): Add
6250 insert-state and vi-state entries for erc-mode.
6251 (viper-go-away, viper-set-hooks): Add and remove
6252 viper-comint-mode-hook from erc-mode-hook as appropriate.
6253
6254 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
6255
6256 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
6257
6258 * bs.el (bs--format-aux): Implement `middle' alignment as
6259 described in the docstring for `bs-attributes-list'.
6260 (bs--get-name): Simplify. Don't pad the buffer name.
6261
6262 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
6263
6264 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
6265 English aspell dictionary is installed, use the first entry of
6266 ispell-dictionary-alist-1.
6267
6268 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
6269
6270 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6271 Doc fix.
6272
6273 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
6274
6275 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
6276 for `process-file', in order to let it work for older Emacsen too.
6277
6278 2006-01-27 Eli Zaretskii <eliz@gnu.org>
6279
6280 * international/latexenc.el: Add a suitable `coding:' tag.
6281 (latexenc-find-file-coding-system): Undo last change.
6282
6283 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6284
6285 * international/latexenc.el (latexenc-find-file-coding-system):
6286 Make sure latexenc-main-file is a regular file and is readable.
6287
6288 2006-01-27 Andre Spiegel <spiegel@gnu.org>
6289
6290 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
6291 Pass FILE to vc-user-login-name.
6292
6293 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
6294
6295 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
6296
6297 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
6298 there are no more images to display.
6299 (thumbs-mark, thumbs-unmark): Revert change so that they move to
6300 the next image.
6301
6302 2006-01-26 Richard M. Stallman <rms@gnu.org>
6303
6304 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
6305
6306 * wid-edit.el (advertised-widget-backward): New alias.
6307 (widget-keymap): Use advertised-widget-backward for S-TAB.
6308
6309 * tumme.el: Correct the keywords.
6310 (tumme-dir-max-size): Use defvar.
6311 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
6312
6313 * simple.el (move-beginning-of-line): Take account of fields.
6314 (clone-indirect-buffer-other-window): Take args like
6315 clone-indirect-buffer, and work like it.
6316
6317 * help-fns.el (describe-function): Don't pass `nil' as default.
6318
6319 * files.el (risky-local-variable-p): Follow var aliases.
6320
6321 * subr.el (lazy-completion-table): Doc fix.
6322
6323 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
6324 global binding of `line'.
6325
6326 2006-01-25 Andre Spiegel <spiegel@gnu.org>
6327
6328 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
6329 Tramp.
6330
6331 * vc.el (vc-default-dired-state-info): Pass FILE to
6332 vc-user-login-name.
6333 (vc-default-update-changelog): Don't use vc-user-login-name, we
6334 don't need it here.
6335
6336 * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
6337 no longer necessary.
6338
6339 2006-01-25 Kenichi Handa <handa@m17n.org>
6340
6341 * international/mule.el (decode-char): Avoid the overhead of
6342 calling utf-lookup-subst-table-for-decode if
6343 utf-translate-cjk-mode is nil.
6344 (encode-char): Avoid the overhead of calling
6345 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
6346 nil.
6347
6348 2006-01-22 Kenichi Handa <handa@m17n.org>
6349
6350 * international/mule.el (make-subsidiary-coding-system): Reset
6351 `coding-system-define-form' property of subsidiaries to nil.
6352 Avoid duplicated entry in coding-system-alist.
6353 (make-coding-system): Avoid duplicated entry in
6354 coding-system-alist.
6355 (define-coding-system-alias): Likewise.
6356
6357 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
6358
6359 * completion.el: Minor fixes in introductory comment.
6360 (completion-def-wrapper): Fix alist.
6361
6362 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
6363
6364 * thumbs.el (thumbs-new-image-size): New function.
6365 (thumbs-increment-image-size-element)
6366 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
6367 (thumbs-decrement-image-size): Delete.
6368 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
6369 temp files and use to resize.
6370 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
6371 Use increment argument to enlarge/shrink. Preserve point.
6372 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
6373 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
6374 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
6375 (thumbs-mark, thumbs-unmark): Preserve point.
6376 (thumbs-modify-image): Keep old temp files and use to modify.
6377 Cleanup old temp files at load time. Preserve point.
6378 (thumbs-view-image-mode-map): Use new command names.
6379
6380 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
6381
6382 * log-view.el (log-view-minor-wrap): First rev is the one at point.
6383
6384 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
6385 the nastiest part of the cyclic dependency.
6386 (cal-menu-update): Use dotimes and calendar-increment-month.
6387
6388 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
6389 (calendar-week-start-day): Add an :initializer.
6390 (calendar-mode-map): Use suppress-keymap, and command remapping.
6391 (describe-calendar-mode): Setup xref-stack info for the back button.
6392 (calendar-star-date): Insert before delete.
6393 (calendar-set-mode-line): Add file-modified info if applicable.
6394 (calendar-increment-month): New function.
6395
6396 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
6397
6398 * font-lock.el (lisp-font-lock-keywords-2):
6399 Recognize "& keywords" only at word boundaries.
6400
6401 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
6402
6403 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
6404 and permanent-local.
6405 (thumbs-max-image-number): New variable.
6406 (thumbs-do-thumbs-insertion): Use them.
6407 (thumbs-per-line): Change default to 4.
6408 (thumbs-marked-list): Rename from thumbs-markedL.
6409 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
6410 (thumbs-rename-images): Use -list instead of L for internal variables.
6411 (thumbs-call-convert): Use call-process instead of shell-command.
6412 (thumbs-insert-thumb): Add filename as help-echo to each image.
6413 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
6414 Give dir to thumbs-show-thumbs-list.
6415 (thumbs-show-thumbs-list): Set default-directory to that of images.
6416 (thumbs-dired-show): Rename from thumbs-dired-show-all.
6417 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
6418 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
6419 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
6420
6421 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6422
6423 * ses.el (ses-read-cell): Provide a default value.
6424
6425 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
6426
6427 * term/w32-win.el (image-library-alist): Add additional names for
6428 GIF library.
6429
6430 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
6431
6432 * international/latexenc.el (latexenc-find-file-coding-system):
6433 Add file-regular-p check.
6434
6435 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
6436
6437 * simple.el (clone-buffer): Don't show the new buffer in the same
6438 window.
6439
6440 2006-01-23 Juri Linkov <juri@jurta.org>
6441
6442 * faces.el (link, link-visited): New faces based on default values
6443 of `info-xref' and `info-xref-visited'.
6444
6445 * info.el (info-xref): Inherit from `link'.
6446 (info-xref-visited): Inherit from `link-visited'.
6447
6448 * cus-edit.el (custom-buffer-create-internal): Use widget type
6449 `custom-manual' instead of `info-link' and don't set properties
6450 `button-face' and `mouse-face' explicitly.
6451 (custom-browse-group-tag, custom-browse-variable-tag)
6452 (custom-browse-face-tag): Inherit from widget class
6453 `custom-group-link' instead of `push-button'.
6454 (custom-button-unraised): Inherit from `underline' face.
6455 (custom-link): Inherit from `link' face. Fix doc and group.
6456 (custom-add-parent-links, custom-group-value-create): Don't set
6457 properties `button-face' and `mouse-face' explicitly for
6458 `custom-group-link' widget.
6459 (custom-group-link): Add properties `button-face' and `mouse-face'
6460 to widget definition.
6461 (custom-field-keymap): New variable. Put `custom-field-keymap' to
6462 editable-field's :keymap property.
6463 (custom-mode): Fix docstring: substitute keybindings for
6464 `widget-forward' and `widget-backward' from `widget-keymap',
6465 `widget-complete' from `custom-field-keymap', replace old
6466 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
6467
6468 * desktop.el (desktop-load-file): Check for `fboundp' before
6469 calling `symbol-function'.
6470
6471 * simple.el (clone-buffer, clone-indirect-buffer)
6472 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
6473 `read-string'. Fix prompts.
6474
6475 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
6476
6477 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
6478
6479 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
6480
6481 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
6482
6483 * startup.el (inhibit-splash-screen, initial-scratch-message):
6484 Doc fixes.
6485
6486 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
6487
6488 Sync with Tramp 2.0.52.
6489
6490 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
6491 net/tramp-vc.el: Add code for unloading Tramp. See comment before
6492 `tramp-unload-tramp' for checklist.
6493
6494 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
6495 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
6496 (tramp-unload-file-name-handler-alist)
6497 (tramp-unload-tramp): New defuns.
6498 (tramp-advice-PC-expand-many-files): New defadvice.
6499 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
6500 removed.
6501 (tramp-handle-expand-file-name): Remove double slash.
6502 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
6503 It doesn't matter, because it will be converted later on.
6504 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
6505 implementation was just heuristic.
6506 (tramp-post-connection): Set uid and gid properties.
6507 (tramp-convert-file-attributes): Set file's gid change bit.
6508 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
6509 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
6510 in case of su(do)? methods. The home directory of the local user
6511 will be taken else.
6512 (tramp-open-connection-telnet)
6513 (tramp-open-connection-rsh, tramp-open-connection-su)
6514 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
6515 local shell prompt could hurt. Reported by Romain Francoise
6516 <romain@orebokech.com>.
6517 (tramp-let-maybe): Add `edebug-form-spec' property.
6518 (tramp-handle-expand-file-name): Bind `default-directory' locally
6519 to "/" in order to avoid problems with UNC shares or Cygwin
6520 mounts.
6521 (tramp-md5-function): Fix typo in error message.
6522
6523 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
6524
6525 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
6526 for byte-compiler pacification.
6527
6528 2006-01-22 Andre Spiegel <spiegel@gnu.org>
6529
6530 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
6531 ID-FORMAT `string'. This allows us to get rid of
6532 `vc-user-login-name UID'.
6533
6534 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
6535
6536 2006-01-22 John Paul Wallington <jpw@pobox.com>
6537
6538 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
6539
6540 2006-01-21 Martin Rudalics <rudalics@gmx.at>
6541
6542 * emacs-lisp/find-func.el (find-definition-noselect)
6543 (find-variable-noselect): Search variables in C source code too.
6544 (find-function-C-source, find-function-noselect, find-function)
6545 (find-function-other-frame, find-variable-noselect, find-variable)
6546 (find-variable-other-frame, find-variable-at-point):
6547 Fix docstrings.
6548
6549 2006-01-21 Francesco Potorti` <pot@gnu.org>
6550
6551 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
6552
6553 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
6554
6555 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
6556 Default to disabling the "Save affix" question.
6557
6558 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
6559
6560 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
6561 the first arg to run-python.
6562
6563 2006-01-21 Eli Zaretskii <eliz@gnu.org>
6564
6565 * startup.el (command-line-1): Handle --no-desktop if desktop.el
6566 is not loaded.
6567
6568 2006-01-20 Jay Belanger <belanger@truman.edu>
6569
6570 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
6571 limit is 0.
6572
6573 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
6574 the correct variable.
6575
6576 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
6577
6578 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
6579 link. Fixed buggy argument sequence in call to `org-view-tags'.
6580 (org-compile-prefix-format): Set `org-prefix-has-tag'.
6581 (org-prefix-has-tag): New variable.
6582 (org-format-agenda-item): Remove tags from headline if
6583 appropriate.
6584 (org-agenda-remove-tags-when-in-prefix): New option.
6585 (org-get-tags-at): New function.
6586
6587 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
6588
6589 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
6590 (thumbs-find-image): Move image name and number from buffer name
6591 to mode name. Set thumbs-buffer. Preserve point so that large
6592 images remain visible.
6593 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
6594 order.
6595 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
6596 mode name.
6597 (thumbs-next-image, thumbs-previous-image): Make them work.
6598
6599 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
6600
6601 * cus-edit.el (custom-buffer-create-internal): State in the text above
6602 the whole buffer buttons that they do not operate on hidden items.
6603 (custom-face-menu): Use `custom-face-save' instead of
6604 `custom-face-save-command'.
6605 (custom-face-save-command): Make it an alias for `custom-face-save'
6606 and declare it obsolete.
6607 (custom-face-save): Doc fix.
6608
6609 * dired.el (dired-no-confirm): Add quote.
6610 (dired-subdir-alist-pre-R): Add quote in
6611 `make-variable-buffer-local' form and remove unbalanced parenthesis.
6612
6613 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
6614
6615 * textmodes/table.el (table-mode-indicator): Typo in last change.
6616
6617 2006-01-19 Richard M. Stallman <rms@gnu.org>
6618
6619 * outline.el (hide-leaves): Don't call outline-end-of-heading.
6620 Fixes bug reported in Nov 2005.
6621
6622 * isearch.el (isearch-forward): Doc fix.
6623
6624 * dired.el (dired-move-to-filename-regexp): Define as alias.
6625 (dired-no-confirm): Use defcustom.
6626 (dired-subdir-alist-pre-R): Put defvar at top level.
6627
6628 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
6629
6630 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
6631 Mark as risky.
6632
6633 * simple.el (set-mark-command): Doc fix.
6634 (clone-indirect-buffer-other-window):
6635 Read arg like clone-indirect-buffer.
6636 (move-beginning-of-line): Skip invisible newlines.
6637
6638 2006-01-19 Masatake YAMATO <jet@gyve.org>
6639
6640 * progmodes/cpp.el (cpp-edit-load): Make the order of
6641 listed conditions in a base C code buffer and its associate
6642 CPP Edit buffer the same.
6643
6644 2006-01-19 Kenichi Handa <handa@m17n.org>
6645
6646 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
6647 (rmail-mime-feature): Likewise.
6648 (rmail-require-mime-maybe): Use display-warning to show a warning
6649 message.
6650
6651 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
6652 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
6653
6654 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6655
6656 * array.el: Move defvars out of eval-when-compile.
6657 (array-make-template): Replace undeclared global var with a local one.
6658 (array-mode): Inline initialization functions.
6659 (array-init-local-variables, array-init-max-row)
6660 (array-init-max-column, array-init-columns-per-line)
6661 (array-init-field-width, array-init-rows-numbered)
6662 (array-init-line-length, array-init-lines-per-row): Remove.
6663
6664 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
6665 (doc-mode-map): Define explicitly.
6666 (doctor-txtype): Use mapc.
6667
6668 * textmodes/table.el: Move defvars out of eval-when-compile.
6669 Remove harmful code meant to avoid byte-compiler warnings.
6670 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
6671 specification that checks table-fixed-width-mode directly.
6672 (table-recognize-region, table-recognize-cell):
6673 Use restore-buffer-modified-p.
6674 (table-fixed-width-mode): Remove code that refreshes
6675 table-fixed-mode-indicator.
6676 (*table--cell-describe-bindings, *table--cell-describe-mode):
6677 Avoid obsolete name print-help-return-message.
6678 (table--test-cell-list): Don't use replace-regexp from elisp.
6679 (table--point-entered-cell-function, table--point-left-cell-function):
6680 Don't set table-fixed-mode-indicator, use force-mode-line-update.
6681
6682 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
6683 that was after the end of file. Use buffer-file-name variable.
6684 (org-timestamp-change): Use with-current-buffer.
6685 (org-todo-list): Don't unnecessarily define a new buffer-local var.
6686 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
6687 `file'.
6688
6689 * progmodes/fortran.el: Move defvars out of eval-when-compile.
6690 (fortran-break-line): Remove unused var `opoint'.
6691 (fortran-abbrev-start): Obey help-event-list.
6692
6693 2006-01-18 Jesper Harder <harder@phys.au.dk>
6694
6695 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
6696
6697 2006-01-18 Masatake YAMATO <jet@gyve.org>
6698
6699 * progmodes/make-mode.el (makefile-imake-mode): New mode
6700 derived from makefile-mode.
6701 (makefile-imake-mode-syntax-table): New syntax table
6702 derived from makefile-mode-syntax-table.
6703 (makefile-mode): Write about makefile-imake-mode in doc string.
6704 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
6705 (makefile-imake-font-lock-keywords): New font lock keywords.
6706
6707 * files.el (auto-mode-alist): Add Imakefile.
6708
6709 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
6710
6711 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
6712 loading the file rather than when turning on flyspell-mode.
6713
6714 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
6715
6716 * cus-edit.el (customize-rogue): Minor doc fix.
6717
6718 2006-01-17 Juri Linkov <juri@jurta.org>
6719
6720 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
6721 instead of the file at the mark as default if the file at the mark
6722 is the same as the file at point or if dired-dwim-target-directory
6723 is not the same as the current directory and the mark is not active.
6724
6725 * log-view.el (log-view-minor-wrap): Use the same logic to get
6726 revisions as `log-view-diff'.
6727
6728 * info.el (Info-revert-find-node): Check for Info-current-file
6729 before preserving new-history.
6730
6731 * man.el (Man-heading-regexp): Add `/'.
6732
6733 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
6734 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
6735
6736 2006-01-16 Juri Linkov <juri@jurta.org>
6737
6738 * faces.el (mode-line-faces): New defgroup.
6739 (mode-line-highlight): Move definition after new defgroup.
6740 (mode-line, mode-line-inactive, mode-line-highlight):
6741 Replace :group `modeline' with `mode-line-faces'.
6742 (mode-line-buffer-id): New face.
6743 (modeline-buffer-id): New face alias.
6744 (vertical-border): Remove :group `modeline'.
6745
6746 * bindings.el (propertized-buffer-identification): Use face
6747 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
6748 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
6749 (mode-line-buffer-identification-keymap): For mouse-1 replace
6750 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
6751 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
6752 mouse-3.
6753
6754 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
6755 Buffer-menu-buffer. Doc fix.
6756 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
6757 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
6758 `Buffer-menu-buffer'.
6759
6760 * info.el (Info-mode-line-node-keymap): New defvar.
6761 (Info-set-mode-line): Use `stringp' to check Info-current-file.
6762 Propertize Info-current-node with `mode-line-buffer-id' and
6763 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
6764
6765 * time.el (display-time-mail-face): Replace :group `faces' with
6766 `mode-line-faces'.
6767
6768 2006-01-16 Kenichi Handa <handa@m17n.org>
6769
6770 * international/code-pages.el: Add autoload cookies for cp125[0345678].
6771
6772 * language/european.el (cp1252): New alias for windows-1252.
6773
6774 * international/mule.el (autoload-coding-system): Prepare for EOL
6775 variants.
6776
6777 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
6778
6779 * term.el (term-raw-map): Add mapping for insert.
6780 (term-send-insert): New.
6781 (term-mode): Make variables local here instead of doing it in
6782 `term-emulate-terminal'.
6783 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
6784 Scroll reverse needs to take into account the scroll region.
6785 Saving and restoring the cursor should save the color attributes too.
6786 (term-reset-terminal): Reset the scroll region.
6787 (term-handle-ansi-escape): Cursor up and down should take into
6788 account the scroll region.
6789 (term-set-scroll-region): Rename from `term-scroll-region'.
6790 Move to 0,0 after setting the region.
6791 (term-handle-scroll): Handle scroll up.
6792 (term-down): Fix off by one error.
6793 (term-delete-lines): Do not delete outside the scroll region.
6794 (term-insert-lines): Take into account the scroll region.
6795
6796 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
6797
6798 * textmodes/ispell.el (ispell-internal-change-dictionary)
6799 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
6800 (start, end): Move declaration outside of eval-when-compile.
6801
6802 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
6803 (flyspell-mode-on): Use it.
6804
6805 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
6806 ispell-kill-ispell-hook.
6807
6808 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
6809
6810 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
6811 (Custom-reset-saved): Do not ask for confirmation in single option
6812 buffers.
6813
6814 2006-01-13 Richard M. Stallman <rms@gnu.org>
6815
6816 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
6817
6818 2006-01-13 Romain Francoise <romain@orebokech.com>
6819
6820 * add-log.el (add-change-log-entry, change-log-merge):
6821 Conditionally use `hard-newline'.
6822
6823 2006-01-13 Martin Rudalics <rudalics@gmx.at>
6824
6825 * wid-edit.el (widget-field-end): If the overlay is no longer
6826 associated with a buffer, behave as if the overlay didn't exist.
6827
6828 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
6829 Make sure the links use the `custom-link' face.
6830
6831 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6832
6833 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
6834 (ld-script-mode): Don't set indent-line-function since we don't
6835 have one.
6836
6837 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
6838
6839 * textmodes/org.el (org-open-file): Use mailcap for selecting an
6840 application.
6841 (org-file-apps-defaults-gnu): Use mailcap as the default for
6842 selecting an application on a UNIX system.
6843 (org-agenda-show-tags): New command.
6844 (org-table-insert-hline): Keep cursor in current table line.
6845 (org-table-convert): Offset effect of modifying
6846 `org-table-insert-hline'.
6847 (org-format-agenda-item): New optional argument TAG.
6848 (org-compile-prefix-format): Handle %T format for the tag.
6849 (org-expand-wide-chars): New function.
6850 (org-table-insert-row, org-table-insert-hline):
6851 Use `org-expand-wide-chars'.
6852 (org-open-file): Fix bug in program launch.
6853 (org-get-time-of-day): Fix bug with times before 1am.
6854 (org-agenda-menu): Add tags commands.
6855
6856 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
6857
6858 * textmodes/ispell.el (ispell-init-process): Include the used
6859 dictionary in ispell process start message.
6860 (ispell-internal-change-dictionary): When flyspell-mode is active
6861 and dictionary is changed, make sure ispell process is restarted
6862 and flyspell word cache cleared out for the current buffer.
6863 (ispell-change-dictionary): Make sure flyspell word cache is
6864 cleared out in all buffers with active flyspell mode when
6865 dictionary is globally changed.
6866 Call ispell-internal-change-dictionary after dictionary change.
6867
6868 2006-01-13 Eli Zaretskii <eliz@gnu.org>
6869
6870 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
6871
6872 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
6873 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
6874 years. Fix small differences wrt Makefile.in.
6875 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
6876 Makefile.in does.
6877
6878 2006-01-12 Bill Wohler <wohler@newt.com>
6879
6880 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
6881 mh-search.el.
6882
6883 2006-01-12 Masatake YAMATO <jet@gyve.org>
6884
6885 * progmodes/ld-script.el: Update copyright year.
6886
6887 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
6888
6889 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
6890 Don't add widget if setting undefined.
6891
6892 2006-01-12 John Paul Wallington <jpw@pobox.com>
6893
6894 * help-fns.el (describe-variable): Remove newlines from void
6895 variable output.
6896
6897 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
6898
6899 * wdired.el (wdired-mode-map): Add help echo for
6900 wdired-abort-changes.
6901
6902 * man.el (Man-file-name-regexp): Adjust for a list of files.
6903
6904 2006-01-12 Masatake YAMATO <jet@gyve.org>
6905
6906 * progmodes/ld-script.el (auto-mode-alist): Support
6907 suffix conventions used in netbsd and eCos.
6908
6909 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
6910
6911 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
6912 (custom-variable-menu, custom-face-menu, custom-group-menu)
6913 (Custom-mode-menu): Change names of menu items. (As discussed on
6914 emacs-devel.)
6915 (custom-face-menu): Add "Undo Edits" item.
6916
6917 * startup.el (init-file-user): defcustom -> defvar.
6918
6919 * tooltip.el (tooltip-mode): Doc fix.
6920
6921 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6922
6923 * reveal.el (reveal-post-command): window-buffer signals an error on
6924 dead windows rather than returning nil.
6925 (reveal-open-new-overlays): An overlay might die while we open others.
6926
6927 2006-01-11 Bill Wohler <wohler@newt.com>
6928
6929 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
6930 phrasing in docstring.
6931
6932 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
6933 can give some systems gas. Add new file mh-buffers.el.
6934
6935 2006-01-06 Masatake YAMATO <jet@gyve.org>
6936
6937 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
6938 C preprocessor forward ported from GNU Emacs 21.2.
6939
6940 * progmodes/asm-mode.el (asm-font-lock-keywords):
6941 Use `cpp-font-lock-keywords'.
6942
6943 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
6944
6945 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
6946 of $ for "\\.ld[s]?".
6947
6948 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
6949
6950 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
6951 (tcl-indent-line): Return `noindent' if inside a string.
6952
6953 * progmodes/flymake.el (flymake-split-string): Remove more than one
6954 empty string at beg/end of the result.
6955 (flymake-find-buildfile, flymake-find-possible-master-files):
6956 Use expand-file-name.
6957 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
6958 since expand-file-name does it for us. Use directory-file-name.
6959 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
6960 (flymake-ler-get-type, flymake-ler-get-text)
6961 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
6962 (flymake-current-line-no): Remove spurious interactive spec.
6963 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
6964 (flymake-check-include): Remove arg inc-path merged into inc-name.
6965 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
6966 Arg regexp-list replaced by a simple regexp.
6967 (flymake-master-make-header-init, flymake-master-tex-init):
6968 Correspondingly replace regexp-list with a regexp. Fix regexp.
6969
6970 2006-01-10 Simon Josefsson <jas@extundo.com>
6971
6972 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
6973 describing AUTH PLAIN fix.
6974
6975 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6976
6977 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
6978 (report-emacs-bug): Don't record initial prompt text.
6979 Instead, add text properties to prompting text.
6980 (report-emacs-bug-hook): Delete prompting text.
6981
6982 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6983
6984 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
6985 `dirs'. Adjust callers.
6986
6987 2006-01-09 John Paul Wallington <jpw@gnu.org>
6988
6989 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
6990
6991 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
6992
6993 * reveal.el (reveal-open-new-overlays): New extracted fun.
6994 (reveal-close-old-overlays): Idem. Check overlays's liveness before
6995 using them. Simplify the code.
6996 (reveal-post-command): Use them. Fix up obsolete windows in
6997 reveal-open-spots.
6998
6999 * progmodes/flymake.el: Use `require' rather than autoload for
7000 XEmacs's overlays.
7001 (flymake-get-common-file-prefix, flymake-build-relative-filename):
7002 Delete. Use file-relative-name instead.
7003 (flymake-get-syntax-check-program-args, flymake-perl-init):
7004 Simplify the resulting code.
7005
7006 * log-view.el (log-view-file-re, log-view-message-re): Add support
7007 for DaRCS output.
7008
7009 2006-01-09 Alex Schroeder <alex@gnu.org>
7010
7011 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
7012 identifiers sometimes added in square brackets at the beginning of
7013 subject lines.
7014
7015 2006-01-07 Richard M. Stallman <rms@gnu.org>
7016
7017 * cus-edit.el (Custom-set, Custom-save): Doc fix.
7018 (Custom-reset-current, Custom-reset-saved): Change question text.
7019 (Custom-reset-standard): Likewise.
7020 (custom-variable-reset-saved): Doc fix.
7021
7022 2006-01-07 Eli Zaretskii <eliz@gnu.org>
7023
7024 * startup.el (init-file-user): Doc fix.
7025
7026 2006-01-07 Alex Schroeder <alex@gnu.org>
7027
7028 * mail/rmail.el (rmail-current-subject): New function.
7029 (rmail-current-subject-regexp): New function.
7030 (rmail-next-same-subject): Use it.
7031
7032 * mail/rmailsum.el (rmail-summary-by-topic):
7033 Use rmail-current-subject and rmail-current-subject-regexp.
7034 (rmail-summary-next-same-subject): Ditto.
7035
7036 * net/rcirc.el (rcirc-send-input): No longer check whether the
7037 process is open, since not all commands need an open process.
7038 (rcirc-send-string): Check whether the process is open before
7039 sending anything.
7040 (rcirc-ignore-list): New option.
7041 (rcirc-ignore-list-automatic): New variable.
7042 (rcirc-print): Take rcirc-ignore-list into account.
7043 (rcirc-cmd-ignore): New command.
7044 (rcirc-ignore-update-automatic): New function.
7045 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
7046 list if ignored nicks.
7047 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
7048
7049 2006-01-06 David Reitter <david.reitter@gmail.com>
7050
7051 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
7052 reflect the address to which the report will be sent.
7053
7054 2006-01-06 Eli Zaretskii <eliz@gnu.org>
7055
7056 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
7057 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
7058
7059 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
7060
7061 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
7062
7063 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
7064 the doc string: "functoin" => "function".
7065 * ldefs-boot.el: Likewise.
7066
7067 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
7068 message text: "Duplicat" => "Duplicate".
7069
7070 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
7071
7072 * files.el (basic-save-buffer-2): If backing-up failed, reset
7073 buffer-backed-up to nil.
7074
7075 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
7076
7077 * progmodes/gud.el (gdb-script-skip-to-head)
7078 (gdb-script-calculate-indentation): Indent for breakpoint command
7079 lists also.
7080
7081 2006-01-05 Bill Wohler <wohler@newt.com>
7082
7083 * Makefile.in (compile-always): Add mh-autoloads dependency.
7084 (bootstrap): Remove mh-autoloads dependency, as compile dependency
7085 provides it.
7086 (updates): Remove mh-autoloads dependency, since it probably has
7087 already run recently (via recompile).
7088
7089 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
7092 argument `force' to disable the flyspell-last-buffer optimization.
7093 (flyspell-mode-on): Use it.
7094
7095 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
7096 flymake-simple-cleanup.
7097 (flymake-allowed-file-name-masks): Use this new default.
7098 All the functions are now called in the right buffer rather than
7099 passing the buffer as argument.
7100 (flymake-process-sentinel): Switch to buffer before calling cleanup.
7101 (flymake-parse-err-lines): Remove redundant buffer arg.
7102 (flymake-get-program-dir): Comment out unused function.
7103 (flymake-start-syntax-check, flymake-start-syntax-check-process):
7104 Remove redundant buffer argument.
7105 (flymake-get-real-file-name, flymake-simple-java-cleanup)
7106 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
7107
7108 2006-01-05 Richard M. Stallman <rms@gnu.org>
7109
7110 * info.el (Info-find-node): Don't record previous node if have none.
7111 (info): Go to directory only if history is empty.
7112
7113 * simple.el (mark): Doc fix.
7114
7115 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7116
7117 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
7118 already of desired type.
7119 (mac-ae-list): Coerce parameter to "list" type.
7120 (mac-dispatch-apple-event): Replace cadr part of event with a
7121 dummy position so that event-start returns it.
7122
7123 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
7124
7125 * textmodes/org.el (org-end-of-subtree): New function.
7126 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
7127 Use `org-end-of-subtree'.
7128 (org-agenda, org-agenda-convert-date): Protect calls to
7129 `fit-window-to-buffer'.
7130 (org-tags-view): Force matching of sublevels when doing a
7131 todo-only search. Define the correct redo command, including the
7132 arguments.
7133 (org-agenda-redo): Display message.
7134 (org-check-for-org-mode): New function.
7135 (org-agenda-type): New variable.
7136 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
7137 Set `org-agenda-type'.
7138 (org-agenda-check-type): New function.
7139 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
7140 (org-agenda-week-view, org-agenda-day-view)
7141 (org-agenda-next-date-line, org-agenda-previous-date-line)
7142 (org-agenda-log-mode, org-agenda-toggle-diary)
7143 (org-agenda-toggle-time-grid, org-agenda-date-later)
7144 (org-agenda-date-prompt, org-agenda-diary-entry)
7145 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
7146 (org-agenda-convert-date, org-agenda-menu):
7147 Use `org-agenda-check-type'.
7148 (org-make-overlay, org-delete-overlay)
7149 (org-detatch-overlay, org-move-overlay, org-overlay-put):
7150 New compatibility functions.
7151 (org-calendar-select-mouse): New command.
7152
7153 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
7154
7155 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
7156 (Custom-reset-standard): Fix y-or-n-p messages.
7157 (custom-link): New face for links.
7158 (custom-buffer-create-internal, custom-manual): Use it.
7159 (custom-face-save): Push to theme-face before setting face spec.
7160
7161 * wid-edit.el (widget-default-mouse-face-get): New function.
7162 (widget-specify-button): Handle mouse-face like button-face.
7163
7164 * custom.el (load-theme): Clear old theme settings if reloading.
7165
7166 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
7167
7168 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
7169 "Erase Customization" button back to same position it occupies in
7170 the individual State menus.
7171
7172 2006-01-04 Kim F. Storm <storm@cua.dk>
7173
7174 * wid-edit.el (key-sequence): Rework widget to read key binding
7175 using `kbd' syntax. Use C-q to insert literal key, event, or code.
7176 (widget-key-sequence-default-value): Default value for empty sequence.
7177 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
7178 (widget-key-sequence-read-event): New command for C-q.
7179 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
7180 (widget-key-sequence-value-to-external): New functions.
7181
7182 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7183
7184 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
7185 Use expand-file-name.
7186 (flymake-delete-temp-directory): Use expand-file-name,
7187 file-name-directory, and directory-file-name.
7188 (flymake-strrchr): Delete.
7189 (flymake-start-syntax-check): Don't pass the redundant buffer argument
7190 to the init-f function.
7191 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
7192 (flymake-init-find-buildfile-dir)
7193 (flymake-init-create-temp-source-and-master-buffer-copy)
7194 (flymake-simple-make-init-impl, flymake-simple-make-init)
7195 (flymake-master-make-init, flymake-master-make-header-init)
7196 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
7197 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
7198 (flymake-xml-init): Remove corresponding redundant buffer argument.
7199 (flymake-allowed-file-name-masks): Remove last elems that are equal to
7200 the default anyway. Clean up regexps.
7201
7202 * progmodes/flymake.el (flymake-temp-source-file-name)
7203 (flymake-master-file-name, flymake-temp-master-file-name)
7204 (flymake-base-dir): New buffer-local vars.
7205 (flymake-buffer-data, flymake-get-buffer-value)
7206 (flymake-set-buffer-value): Replace those hash-tables by the new
7207 buffer-local vars. Update callers.
7208
7209 * progmodes/flymake.el (flymake-check-start-time)
7210 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
7211 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
7212 Move definition, so we can remove redundant earlier declaration.
7213 (flymake-replace-regexp-in-string, flymake-split-string)
7214 (flymake-get-temp-dir): Use defalias.
7215 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
7216 (flymake-xemacs-window-edges): Remove unused function.
7217 (flymake-get-point-pixel-pos): Move.
7218 (flymake-pid-to-names, flymake-reg-names)
7219 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
7220 Replace by a simple list flymake-processes and by process-buffer.
7221 Update callers. Other than simplify the code, it uses buffers rather
7222 than buffer-names so it doesn't get confused by uniquify.
7223 (flymake-buffer-data): The global value should just be nil.
7224
7225 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
7226 Optimize the body of a defalias like any other code.
7227
7228 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
7229 Make sure we've setup font-lock's vars. It may influence which
7230 function we then call.
7231 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
7232 here since it's too late anyway.
7233
7234 2006-01-03 Romain Francoise <romain@orebokech.com>
7235
7236 * startup.el (fancy-splash-tail, normal-splash-screen):
7237 Update copyright year.
7238
7239 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
7240
7241 * mouse.el (mouse-drag-track): Rename, from
7242 `mouse-drag-region-1'. Includes optional argument required to
7243 enable post-drag event processing (e.g. delete region keys).
7244 Can be used without this argument to track a mouse region and operate
7245 on it as soon as the drag completes.
7246 (mouse-drag-region): Use `mouse-drag-track'.
7247
7248 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
7249
7250 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
7251 Move to `custom-buffer' group.
7252
7253 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
7254 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
7255 (custom-theme-insert-face-marker, custom-theme-variable-menu)
7256 (custom-theme-face-menu): New variables.
7257 (custom-theme-add-variable, custom-theme-variable-action)
7258 (custom-variable-reset-theme, custom-theme-delete-variable)
7259 (custom-face-reset-theme, custom-theme-face-action)
7260 (custom-theme-delete-face, custom-theme-merge-theme)
7261 (custom-theme-add-face, custom-theme-visit-theme): New functions.
7262
7263 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
7264
7265 * custom.el: Move Custom Themes commentary to start of theme code.
7266 (custom-known-themes): Rename `standard' theme to `changed'.
7267 (custom-push-theme): Caller no longer specifies what theme to use
7268 when doing `reset'---the setting is simply removed from the theme.
7269 Delete MODE from `theme-value' and `theme-settings' properties.
7270 (custom-declare-theme): Ignore &rest args since we don't use them.
7271
7272 (custom-loaded-themes): Delete variable.
7273 (custom-theme-load-themes, custom-theme-loaded-p)
7274 (custom-theme-value): Delete functions.
7275
7276 (custom-declare-theme): Signal error on invalid theme names.
7277 (provide-theme): custom-loaded-themes was deleted.
7278 (load-theme): Load the file unconditionally.
7279 (enable-theme): Call `load-theme' if theme is undefined.
7280 (custom-enabled-themes): Only update value for successful loads.
7281 (disable-theme): Complete from enabled themes when interactive.
7282 (custom-variable-theme-value): Calculate theme value directly.
7283
7284 (custom-theme-reset-variables, custom-reset-variables): Mark as
7285 XEmacs compatibility functions. We don't actually use these.
7286
7287 * cus-edit.el (custom-variable-state-set):
7288 Use custom-variable-theme-value instead of custom-theme-value.
7289 (custom-face-state-set): Rename `standard' theme to `changed'.
7290 (custom-save-variables, custom-save-faces): Delete unneeded
7291 references to custom-reset-variables.
7292 (custom-save-resets): Delete function.
7293 (custom-save-variables, custom-save-faces): MODE argument deleted.
7294 (custom-save-variables, custom-save-faces): Ignore theme values.
7295
7296 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
7297 compatibility function.
7298
7299 2006-01-01 Richard M. Stallman <rms@gnu.org>
7300
7301 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
7302 (Custom-reset-current, Custom-reset-saved): Likewise.
7303 (Custom-reset-standard): Show message if aborted.
7304 (custom-mode): Doc fix, describing those commands.
7305
7306 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
7307 put on event-kind property.
7308
7309 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
7310
7311 * custom.el (provide-theme): Ban `user' theme name.
7312 (custom-enabling-themes): New variable.
7313 (enable-theme): Don't enable user if custom-enabling-themes is t.
7314 (custom-enabled-themes): Make it a defcustom.
7315 (custom-theme-recalc-face): No-op if face is undefined.
7316
7317 * cus-edit.el (custom-button-mouse): New variable.
7318 (custom-button-mouse): New face.
7319 (custom-raised-buttons, custom-mode): Use it.
7320
7321 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
7322
7323 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7324
7325 * progmodes/gud.el (gud-display-line): Support hl-line in the
7326 source buffer.
7327
7328 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
7329
7330 * mouse.el (mouse-drag-window-above): Verify that the found window
7331 overlaps with the given window in the horizontal dimension.
7332
7333 2005-12-31 Eli Zaretskii <eliz@gnu.org>
7334
7335 * Makefile.in (cvs-update): New target.
7336
7337 * makefile.w32-in (cvs-update): Ditto.
7338
7339 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
7340
7341 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
7342 (custom-new-theme-mode-map): New variable.
7343
7344 2005-12-30 Richard M. Stallman <rms@gnu.org>
7345
7346 * custom.el (custom-load-themes): Function deleted.
7347
7348 * cus-edit.el (custom-save-loaded-themes): Function deleted.
7349 (custom-save-variables): Don't delete or add custom-load-themes call.
7350
7351 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
7352
7353 * cus-start.el: Add `visible-cursor'.
7354
7355 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
7356 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
7357 (flymake-process-filter): Switch to buffer before calling it instead.
7358 (flymake-post-syntax-check, flymake-highlight-err-lines)
7359 (flymake-delete-own-overlays, flymake-parse-err-lines)
7360 (flymake-start-syntax-check, flymake-start-syntax-check-process)
7361 (flymake-count-lines, flymake-parse-residual):
7362 Remove constant buffer argument.
7363 (flymake-start-syntax-check-for-current-buffer): Remove.
7364 Update callers to use flymake-start-syntax-check instead.
7365 (flymake-display-err-menu-for-current-line):
7366 Remove unused var `mouse-pos'.
7367 (flymake-restore-formatting): Comment out unused function.
7368 (flymake-report-status, flymake-report-fatal-status): Remove buffer
7369 argument, use current-buffer instead. Update callers.
7370
7371 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7372
7373 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
7374 buffer-local because choose-completion-delete-max-match requires
7375 that we set completion-ignore-case (i.e., binding via let is not
7376 sufficient).
7377 (bibtex-complete): Always set completion-ignore-case and
7378 choose-completion-string-functions. The latter is needed because
7379 choose-completion-string-functions keeps its value if we quit the
7380 *Completions* buffer without requesting a completion.
7381
7382 2005-12-30 Andreas Schwab <schwab@suse.de>
7383
7384 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
7385
7386 2005-12-30 Eli Zaretskii <eliz@gnu.org>
7387
7388 * jit-lock.el (jit-lock-chunk-size): Doc fix.
7389
7390 2005-12-30 Juri Linkov <juri@jurta.org>
7391
7392 * locate.el (locate-fcodes-file, locate-header-face)
7393 * progmodes/delphi.el (delphi-other-face)
7394 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
7395
7396 * paren.el (show-paren-match, show-paren-mismatch): Use existing
7397 group `paren-showing-faces'.
7398
7399 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
7400 (goto-address): Fix docstring.
7401
7402 * net/webjump.el (webjump-sample-sites): Update URLs.
7403
7404 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
7405
7406 * subr.el (cancel-change-group): Add listp around pending-undo-list.
7407
7408 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
7409
7410 * font-lock.el (font-lock-compile-keywords): Signal an error when
7411 font-lock-set-defaults hasn't been called.
7412
7413 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
7414
7415 * subr.el (noreturn, 1value): Doc fixes.
7416
7417 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7418
7419 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
7420 that assoc-string returns nil.
7421
7422 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
7423
7424 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
7425 (bibtex-entry-type-str, bibtex-empty-field-re)
7426 (bibtex-search-backward-string, bibtex-preamble-prefix)
7427 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
7428 (bibtex-any-valid-entry-type): New variable.
7429 (bibtex-parse-field-name): Simplify.
7430 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
7431 (bibtex-preamble-prefix): Include left delimiter.
7432 (bibtex-search-forward-field, bibtex-search-backward-field):
7433 Allow unbounded search past entry boundaries (required by bibtex-pop).
7434 (bibtex-text-in-field-bounds): Use push.
7435 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
7436 (bibtex-parse-preamble, bibtex-valid-entry)
7437 (bibtex-beginning-first-field): New functions.
7438 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
7439 (bibtex-map-entries): Fix docstring.
7440 (bibtex-flash-head): New arg prompt. Simplify.
7441 (bibtex-enclosing-field): Include code of bibtex-inside-field.
7442 (bibtex-insert-kill): Simplify. Always insert text past the
7443 current field or entry.
7444 (bibtex-format-entry): Use bibtex-parse-field.
7445 (bibtex-pop): Use bibtex-beginning-of-entry and
7446 bibtex-end-of-entry to initiate the search. Insert empty field if
7447 we found ourselves.
7448 (bibtex-print-help-message): New args field and comma.
7449 Handle entry keys.
7450 (bibtex-make-field): Use bibtex-beginning-of-entry.
7451 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
7452 invalid entry.
7453 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
7454 Handle preambles. Simplify code for thorough test.
7455 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
7456 New arg comma. Handle entry heads.
7457 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
7458 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
7459 New arg comma.
7460 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
7461 (bibtex-fill-field): Simplify.
7462 (bibtex-fill-entry): Use bibtex-beginning-first-field and
7463 bibtex-parse-field.
7464 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
7465 (bibtex-complete): Use bibtex-parse-preamble.
7466
7467 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
7468
7469 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
7470 Display name of expression instead of convenience variable.
7471 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
7472
7473 * progmodes/gud.el (gud-tooltip-dereference): Rename from
7474 toggle-gud-tooltip-dereference.
7475 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
7476 (gud-tooltip-tips): ...here when dereferencing.
7477
7478 2005-12-28 Bill Wohler <wohler@newt.com>
7479
7480 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
7481
7482 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
7483
7484 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
7485 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
7486 (vc-annotate-display-autoscale): Adjust call.
7487 (vc-annotate-display-default): Adjust call. Make arg compulsory.
7488 Fix interactive spec.
7489 (vc-annotate-time-span): Remove.
7490 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
7491 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
7492 (vc-annotate-display-select): Use new name.
7493
7494 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
7495 (vc-annotate-mode-menu): Remove left-over redundant declaration.
7496 Correct the construction of span entries. Simplify.
7497 (vc-annotate-display-select): Fix the nil case.
7498 (vc-annotate): Remove obsolete (and now broken) code.
7499 (vc-annotate-extract-revision-at-line): Remove obsolete code.
7500 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
7501
7502 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
7503
7504 * subr.el (lazy-completion-table): Correct typo in docstring.
7505
7506 * startup.el (command-line): Use `custom-reevaluate-setting' for
7507 `send-mail-function'.
7508
7509 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
7510
7511 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
7512
7513 * mail/smtpmail.el (smtpmail-try-auth-methods):
7514 Send credentials together with "AUTH PLAIN" command.
7515
7516 2005-12-27 Richard M. Stallman <rms@gnu.org>
7517
7518 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
7519 mouse-2, go back to previously selected window, so it's selected
7520 when mouse-2 command runs.
7521
7522 2005-12-27 Juri Linkov <juri@jurta.org>
7523
7524 * descr-text.el (describe-text-sexp): Use square brackets for
7525 button [Show] to distinguish it from the property value `show'.
7526 (describe-property-list): Use `insert-text-button' with
7527 `help-face' type instead of putting face in quotes, because button
7528 is not created automatically for a list of faces.
7529 (describe-text-properties-1): Put button-type value in quotes to
7530 distinguish from plain text "button".
7531 (describe-char): Display code point values in hex. Don't use
7532 `symbol-name' for `current-input-method' because it is a string.
7533 Use `insert-text-button' with `help-face' type instead of putting
7534 hardcoded face in quotes, because button is not created automatically.
7535
7536 2005-12-27 Richard M. Stallman <rms@gnu.org>
7537
7538 * progmodes/glasses.el (glasses-face): More specific custom type.
7539
7540 * files.el (set-visited-file-name): Doc fix.
7541
7542 * textmodes/flyspell.el (flyspell-external-point-words):
7543 Use local var buffer-scan-pos to advance scan for next misspelling.
7544 Advance it only after we find the misspelling.
7545
7546 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
7547
7548 * textmodes/flyspell.el (flyspell-external-point-words):
7549 New criteria for finding the misspelling in the buffer.
7550
7551 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
7552
7553 * help-mode.el (help-insert-string): Set help-xref-stack-item
7554 rather than call help-setup-xref.
7555
7556 * descr-text.el (describe-char): Revert previous changes for
7557 optional buffer argument.
7558
7559 2005-12-27 Juri Linkov <juri@jurta.org>
7560
7561 * help-mode.el (help-insert-string): New function. Save buffer
7562 contents in cases where it is impossible to recompute the old contents.
7563
7564 * descr-text.el (describe-char): Set help-xref-stack-item
7565 explicitly after buffer has been generated.
7566
7567 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7568
7569 * cus-start.el (all): Add x-gtk-show-hidden-files.
7570
7571 2005-12-26 Richard M. Stallman <rms@gnu.org>
7572
7573 * replace.el (perform-replace): Calculate match-again
7574 before skipping read-only matches.
7575
7576 * paren.el (paren-showing-faces): New group.
7577 (show-paren-match, show-paren-mismatch): Move to that group.
7578
7579 * button.el (button): Put into group `basic-faces'.
7580
7581 * progmodes/make-mode.el: Remove faces from group `faces'.
7582
7583 * apropos.el (apropos, apropos-value): Doc fix.
7584 (apropos-documentation): Doc fix.
7585
7586 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
7587
7588 * subr.el (lazy-completion-table): Remove argument `args'.
7589
7590 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
7591 Don't use the `args' argument of lazy-completion-table.
7592
7593 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
7594
7595 * descr-text.el (describe-char): Add optional argument for buffer.
7596 Set buffer appropriately. Call help-setup-xref.
7597 Suggested by Stefan Monnier.
7598
7599 2005-12-26 Juri Linkov <juri@jurta.org>
7600
7601 * descr-text.el: Require `help-fns' at runtime. Don't require
7602 `button' for byte compilation.
7603 (describe-text-widget): Add `help-echo' for first button.
7604 Use `help-info' for second.
7605 (describe-property-list): Use `help-argument-name' instead of `italic'.
7606 (describe-text-category): Add prompt to interactive spec.
7607 Call `help-setup-xref'.
7608 (describe-char): Use `help-character-set'. Add `help-echo' for
7609 code point. Use `help-input-method'. Remove superfluous insert.
7610
7611 2005-12-25 Richard M. Stallman <rms@gnu.org>
7612
7613 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
7614 at point, in case of narrowing.
7615
7616 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
7617
7618 * locate.el (locate-header-face): Allow nil in type.
7619
7620 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
7621
7622 2005-12-25 Romain Francoise <romain@orebokech.com>
7623
7624 * battery.el (battery-linux-proc-acpi): Also try
7625 `/proc/acpi/thermal_zone/THM0/temperature'.
7626
7627 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
7628
7629 * custom.el (custom-push-theme): Fix docstring.
7630
7631 * cus-edit.el (custom-variable-set, custom-variable-save)
7632 (custom-variable-save): Custom-quote widget values.
7633 (customize-save-variable): Fix custom-push-theme call.
7634
7635 2005-12-24 Eli Zaretskii <eliz@gnu.org>
7636
7637 * w32-fns.el (w32-batch-update-autoloads): New function.
7638
7639 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
7640 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
7641 from the command line.
7642
7643 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
7644
7645 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
7646 reset means to remove setting from theme entirely. Don't keep
7647 expanding theme-settings list; delete old entries if necessary.
7648
7649 * cus-edit.el (custom-buffer-create-internal): Move "Erase
7650 customization" button one line up.
7651 (custom-themed): New face.
7652 (custom-magic-alist): New value, THEMED, for theme settings.
7653 (custom-variable-state-set, custom-face-state-set):
7654 Check theme-value instead of saved-value.
7655 (custom-variable-reset-standard, custom-face-reset-standard):
7656 Remove theme setting entirely. Recalculate new values.
7657 (custom-variable-set, custom-variable-set)
7658 (custom-variable-reset-saved, custom-variable-reset-backup)
7659 (custom-face-set, custom-face-reset-saved): Update `user' theme.
7660 (custom-variable-save): Fix typos.
7661
7662 2005-12-23 Juri Linkov <juri@jurta.org>
7663
7664 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
7665 Add autoload cookies.
7666 (edebug-outside-d-c-i-n-s-w): New variable.
7667 (edebug-display, edebug-outside-excursion): Use it to save the
7668 original value of default-cursor-in-non-selected-windows.
7669 Set default-cursor-in-non-selected-windows to t while Edebug
7670 is active.
7671 (edebug-mode, edebug-eval-mode): Doc fix.
7672
7673 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
7674 with `buffer-substring-no-properties' to remove common substring
7675 highlighting.
7676
7677 * info.el (info-other-window, info): Rename function argument
7678 `file' to `file-or-node'.
7679 (Info-complete-menu-item): Use local variable `complete-nodes' to
7680 keep the global value of `Info-complete-nodes' unchanged for
7681 subsequent completions.
7682 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
7683
7684 * simple.el (get-next-valid-buffer, last-buffer)
7685 (next-error-buffer-p, next-error-find-buffer)
7686 (minibuffer-history-sexp-flag): Doc fix.
7687
7688 * savehist.el (savehist-mode-hook): Add `:group'.
7689
7690 * log-view.el: Call autoload for vc-find-version.
7691 (log-view-current-file): Adjust subgroup numbers.
7692 (log-view-current-tag): Add `length'.
7693
7694 2005-12-23 Richard M. Stallman <rms@gnu.org>
7695
7696 * vc.el (vc-annotate-car-last-cons): Defn moved up.
7697
7698 2005-12-23 Juri Linkov <juri@jurta.org>
7699
7700 * hi-lock.el (hi-lock-archaic-interface-message-used)
7701 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
7702 (hi-lock-mode): Display "Hi" in the mode line only when
7703 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
7704 (hi-lock-write-interactive-patterns):
7705 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
7706 (hi-lock-set-pattern, hi-lock-set-file-patterns)
7707 (hi-lock-font-lock-hook): Set 3rd arg `how' of
7708 font-lock-add-keywords to t.
7709
7710 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
7711
7712 * hi-lock.el (hi-lock-highlight-range): New variable.
7713 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
7714 only if font-lock-fontified is non-nil. Remove overlays.
7715 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
7716 font-lock-fontified is non-nil, otherwise use overlays (instead of
7717 text properties).
7718 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
7719 New variables.
7720 (hi-lock-string-serialize) New function.
7721
7722 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7723
7724 * menu-bar.el (menu-find-file-existing): New function.
7725 (menu-bar-file-menu): Use menu-find-file-existing for Open.
7726
7727 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
7728
7729 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7730
7731 * vc.el: Remove unnecessary leading * in docstrings.
7732 (vc-annotate-mode-map): Move initialization into declaration.
7733 (vc-static-header-alist): Nitpick on the regexp.
7734 (vc-default-init-version): New fun.
7735 (vc-register): Use it.
7736 (vc-insert-headers): Use dolist.
7737 (vc-annotate-get-backend): Remove unused function.
7738 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
7739 (vc-annotate-mode): Remove corresponding call.
7740 (vc-annotate-car-last-cons): Simplify.
7741 (vc-annotate-buffers): Remove var.
7742 (vc-annotate-backend): Make it buffer-local.
7743 (vc-annotate): Move the interaction to the interactive spec.
7744 Add a `buf' argument.
7745 (vc-annotate-warp-version): Use this new `buf' argument to avoid
7746 killing&creating a vc-annotate buffer, which is very disruptive when
7747 the buffers are shown in dedicated frames.
7748
7749 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
7750
7751 * descr-text.el: Add FSF as maintainer.
7752 (describe-text-mode, describe-text-mode-map)
7753 (describe-text-mode-hook, describe-text-done): Delete. Use normal
7754 help-mode.
7755 (describe-text-widget, describe-text-sexp)
7756 (describe-property-list, describe-text-category)
7757 (describe-text-properties, describe-text-properties-1)
7758 (describe-char): Use help buttons instead of widgets.
7759 (describe-char-unicodedata-file): Make URL link in doc string.
7760
7761 2005-12-22 Richard M. Stallman <rms@gnu.org>
7762
7763 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
7764 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
7765 Don't include buttons that write a file when there's no file.
7766 (custom-variable-menu, custom-face-menu, custom-group-menu):
7767 Don't include commands that write a file when there's no file.
7768 (customize-browse): Reword the top-of-buffer help intro.
7769 (custom-buffer-create-internal): Fix previous change.
7770 (customize-changed-options-previous-release): Prev release is 21.1.
7771 (customize-changed-options): Doc fix.
7772 (customize-changed): New alias.
7773 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
7774 Say "standard values".
7775 (Custom-reset-standard): Doc fix.
7776 (custom-face-reset-standard): Doc fix.
7777
7778 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
7779
7780 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
7781 even if font-lock-mode is non-nil since it may be t without having
7782 turned on font-lock-mode-internal.
7783 (font-lock-choose-keywords): Minor optimization.
7784 (font-lock-add-keywords, font-lock-remove-keywords)
7785 (font-lock-set-defaults): Don't call make-local-variable on a variable
7786 that we know to already be local.
7787
7788 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
7789
7790 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
7791 messages if in the minibuffer.
7792
7793 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7794
7795 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
7796 (tex-mode-flyspell-verify, flyspell-get-word)
7797 (flyspell-external-point-words): Don't use point-min/max uselessly.
7798
7799 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
7800 by Kevin Rodgers. Instead, just hide the completions buffer if we
7801 don't need to show it.
7802
7803 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
7804
7805 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
7806
7807 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
7808
7809 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
7810 delete-windows-on with an inexistent buffer.
7811
7812 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
7813
7814 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
7815 Delete defcustom variable :tag names.
7816
7817 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
7818
7819 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
7820 (log-view-font-lock-keywords): Ajust subgroup numbers.
7821 (log-view-current-tag): Don't hard code the number of subgroups.
7822
7823 2005-12-20 Juri Linkov <juri@jurta.org>
7824
7825 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
7826 (tooltip-x-offset, tooltip-y-offset): Doc fix.
7827
7828 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
7829 (menu-bar-non-minibuffer-window-p): Instead of checking
7830 display-multi-frame-p, use selected-frame when menu-updating-frame
7831 is nil.
7832
7833 2005-12-20 Stuart Herring <herring@lanl.gov> (tiny change)
7834
7835 * align.el (align-rules-list): Use [ \t] instead of \s-
7836 for column separators in text mode.
7837
7838 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
7839
7840 * help-mode.el (help-customize-variable, help-customize-face):
7841 Don't pop help-xref-stack as help-follow no longer pushes
7842 anything on to it.
7843
7844 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
7845
7846 * textmodes/org.el (org-agenda-custom-commands): New option.
7847 (org-agenda): Offer custom commands on splash screen.
7848 (org-make-tags-matcher): Parser for Boolean logic added.
7849 (org-agenda-set-tags): New command.
7850 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
7851 (org-set-tags): Efficiency improvements.
7852 (org-auto-align-tags): New option.
7853 (org-todo, org-demote, org-promote): Realign tags.
7854 (org-tags-completion-function): Use also "&" and "|" as separators.
7855 (org-org-menu): Agenda commands simplified.
7856
7857 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
7858
7859 * cus-edit.el (customize-apropos, customize-apropos-options):
7860 Docstring changes.
7861
7862 * font-lock.el (font-lock): Add tags to the links in the defgroup.
7863
7864 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
7865
7866 * longlines.el (longlines-mode): Wrap while widened.
7867 (longlines-decode-region, longlines-encode-region): Compute max
7868 just once.
7869
7870 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7871
7872 * cus-edit.el (mac): New group.
7873
7874 * cus-start.el (all): Add user options in macterm.c. Add test for
7875 Mac-related built-ins. Fix test for GTK-related built-ins.
7876
7877 * term/mac-win.el (mac-handle-language-change)
7878 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
7879 (mac-services-open-selection, mac-services-mail-selection)
7880 (mac-services-mail-to, mac-services-insert-text)
7881 (mac-dispatch-apple-event): Add docstrings.
7882 (x-get-selection, mac-select-convert-to-string): Select coding
7883 system from `utf-16be' and `utf-16le' using `byteorder'.
7884
7885 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
7886
7887 * subr.el (lazy-completion-table): Don't be fooled if the var holds
7888 a "list" (lambda ...) rather than a real completion list.
7889
7890 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
7891 lexical-let when encountering ((lambda (...) ...) ...).
7892
7893 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7894
7895 * progmodes/sh-script.el (sh-mode):
7896 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
7897 * textmodes/picture.el (picture-mode): Update docstrings.
7898
7899 2005-12-17 Eli Zaretskii <eliz@gnu.org>
7900
7901 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
7902 commands enclosed in $(ARGQUOTE)s should not be split between two
7903 lines, as that will break with GNU Make >3.80, when sh.exe is used
7904 and arg quoting is with '..'.
7905 (autoloads): Don't break the quoted --eval expression between
7906 several lines.
7907
7908 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
7909
7910 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
7911 Capture error from printing circular structures.
7912
7913 2005-12-17 Martin Rudalics <rudalics@gmx.at>
7914
7915 * wid-edit.el (widget-checkbox-action): Clear undo info.
7916
7917 2005-12-16 Bill Wohler <wohler@newt.com>
7918
7919 * menu-bar.el (kill-this-buffer): Set a good example by using menu
7920 bar, not menubar in comment.
7921
7922 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
7923
7924 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
7925 After-change-functions should not clobber the match data.
7926
7927 2005-12-16 Juri Linkov <juri@jurta.org>
7928
7929 * simple.el (choose-completion): Use `buffer-substring-no-properties'
7930 instead of `buffer-substring'.
7931 (completion-common-substring): Doc fix.
7932 (completion-setup-function): Use minibuffer-completion-contents
7933 instead of minibuffer-contents. Don't set common-string-length
7934 initially. Remove special handling of partial-completion-mode.
7935 Move computation of completion-base-size into one cond.
7936 Call completion-base-size-function in mainbuf. In computation of
7937 completion-base-size for file name completion don't move point to
7938 the end of the minibuffer. Move computation of common-string-length
7939 into one cond. Start putting faces only when common-string-length>=0.
7940 Add condition to put completions-common-part when
7941 common-string-length>0.
7942
7943 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
7944 place point at the first different character in the minibuffer
7945 even if this position is at the beginning of the minibuffer.
7946
7947 * info.el (Info-read-node-name-1): In completion-base-size-function's
7948 lambda return 1 if common-substring or minibuffer-completion-contents
7949 starts with (, and 0 otherwise.
7950
7951 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
7952 Use `crm-current-element' for second arg of `display-completion-list'.
7953
7954 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
7955
7956 * files.el (set-auto-mode): Look for an interpreter specified on
7957 the first line also if search for mode specification succeeded,
7958 but the mode is not known.
7959
7960 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
7961
7962 * textmodes/org.el (org-tags-match-list-sublevels): New option.
7963 (org-open-at-point): Implement tag searches as links.
7964 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
7965 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
7966 (org-tags-sparse-tree, org-tags-view, org-set-tags)
7967 (org-agenda-dispatch): New commands.
7968 (org-use-tag-inheritance, org-tags-column): New options.
7969 (org-tab-follows-link, org-return-follows-link): New options.
7970 (org-tags): New customize group.
7971 (org-start-icalendar-file): Get local time zone.
7972 (org-tags-completion-function): New function.
7973 (org-set-font-lock-defaults): Make sure links will also be
7974 highlighted inside headlines.
7975
7976 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
7977
7978 * term.el (term-emulate-terminal):
7979 Let term-handle-ansi-terminal-messages override what Bash says about
7980 its current directory.
7981
7982 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
7983
7984 * bindings.el (last-buffer): Move to simple.el.
7985 * simple.el (last-buffer): Move here.
7986 (get-next-valid-buffer): New function.
7987 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
7988 (prev-buffer): Ditto. Rename to `previous-buffer'.
7989
7990 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
7991 * bindings.el (global-map): Ditto.
7992
7993 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
7994
7995 * cus-edit.el: Introductory comment change.
7996 (custom-magic-alist): Change message string for the `rogue' state.
7997
7998 2005-12-15 Richard M. Stallman <rms@gnu.org>
7999
8000 * tooltip.el: Delete defcustom variable :tag names.
8001
8002 * complete.el (partial-completion-mode): Doc fix.
8003
8004 * textmodes/flyspell.el (flyspell-external-point-words):
8005 Use save-excursion to ensure we don't move backward in the
8006 search loop, not even one character.
8007 (flyspell-delete-all-overlays): Use remove-overlays directly.
8008
8009 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
8010 (ispell-start-process): Set that variable.
8011 Clear ispell-buffer-local-name.
8012 (ispell-internal-change-dictionary):
8013 Set ispell-current-dictionary after killing process.
8014 (ispell-buffer-local-dict):
8015 Don't set spell-personal-dictionary after killing process.
8016 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
8017 (ispell-tex-skip-alists, ispell-html-skip-alists)
8018 (ispell-skip-region-alist): Mark as risky.
8019
8020 * net/newsticker.el (newsticker--retrieval-timer-list)
8021 (newsticker--display-timer, newsticker-running-p)
8022 (newsticker-ticker-running-p): Definitions moved up.
8023
8024 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
8025
8026 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
8027
8028 2005-12-15 David Ponce <david@dponce.com>
8029
8030 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
8031 (recentf-edit-list, recentf-open-files): Signal an error when
8032 there is no recent file.
8033
8034 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
8035
8036 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
8037 read-only except for texinfo-format-region evaluation.
8038
8039 2005-12-14 Richard M. Stallman <rms@gnu.org>
8040
8041 * vc.el (vc-default-previous-version, vc-default-next-version)
8042 (vc-do-command): Doc fixes.
8043
8044 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8045
8046 * textmodes/bibtex.el (bibtex-expand-strings)
8047 (bibtex-autokey-expand-string, bibtex-name-part)
8048 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
8049 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
8050 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
8051 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
8052 (bibtex-entry-postfix, bibtex-known-entry-type-re)
8053 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
8054 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
8055 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
8056 (bibtex-beginning-of-last-entry): Remove.
8057 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
8058 message if comma is missing but buffer is read-only.
8059 (bibtex-parse-field-text): Handle whitespaces at the end of field
8060 text. Return 3-element list with beginning and end of field text
8061 and end of field.
8062 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
8063 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
8064 (bibtex-search-forward-field, bibtex-search-backward-field):
8065 Search always delimited by limits of entry. Use more efficient
8066 search algorithms.
8067 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
8068 bibtex-end-of-name-in-field.
8069 (bibtex-text-in-field-bounds): Handle BibTeX strings when
8070 extracting the content of a field.
8071 (bibtex-text-in-field): Use search limits.
8072 (bibtex-parse-string-prefix): Handle empty string keys based on
8073 bibtex-string-empty-key.
8074 (bibtex-parse-string): Fix docstring.
8075 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
8076 (bibtex-preamble-prefix, bibtex-strings): New functions.
8077 (bibtex-skip-to-valid-entry): Include preceding whitespace in
8078 BibTeX entries (consistent with other BibTeX functions).
8079 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
8080 (bibtex-search-entry): Fix docstring. Simplify.
8081 (bibtex-flash-head, bibtex-complete-string-cleanup)
8082 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
8083 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
8084 (bibtex-parse-entry): New optional arg content.
8085 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
8086 Use bibtex-text-in-field-bounds.
8087 (bibtex-print-help-message): Handle BibTeX strings and preambles.
8088 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
8089 bibtex-parse-string-postfix.
8090 (bibtex-find-text-internal): New function.
8091 (bibtex-remove-delimiters): Use it.
8092 (bibtex-find-text): Use it. New optional arg help.
8093 (bibtex-complete): Handle BibTeX string and preamble entries.
8094 (bibtex-Preamble): Fix order of closing delimiters.
8095
8096 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
8097
8098 * vc.el (vc-default-revert): New fun.
8099
8100 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
8101
8102 2005-12-14 Romain Francoise <romain@orebokech.com>
8103
8104 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
8105 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
8106 (font-lock-remove-keywords): Likewise.
8107
8108 2005-12-14 Juri Linkov <juri@jurta.org>
8109
8110 * log-view.el (log-view-diff): Doc fix.
8111
8112 * isearch.el (isearch-query-replace): Use (mark) instead of
8113 isearch-opoint if mark is active in transient-mark-mode.
8114
8115 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
8116
8117 * isearch.el (isearch-query-replace): Check for isearch-other-end.
8118
8119 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
8120
8121 * progmodes/cpp.el (cpp-face): New widget.
8122 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
8123
8124 2005-12-14 Juri Linkov <juri@jurta.org>
8125
8126 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
8127 around `erase-buffer' and `insert'.
8128
8129 * descr-text.el (describe-text-properties): Replace buffer name
8130 "*Help-2*" with "*Help*<2>".
8131 (describe-char): Add functions print-help-return-message,
8132 toggle-read-only. Use help-setup-xref with nil to not store
8133 describe-char in help-xref-stack. Use help-make-xrefs to
8134 make [back] button.
8135
8136 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
8137
8138 * wdired.el (wdired-old-point): New internal variable.
8139 (wdired-change-to-wdired-mode): Set it buffer-locally.
8140 (wdired-abort-changes): Restore point after aborting changes.
8141
8142 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
8143
8144 * vc.el (vc-do-command): Add a new value t for okstatus.
8145
8146 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
8147 frame in case of errors.
8148
8149 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8150
8151 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
8152 so it comes after "On the Left" in the menu.
8153
8154 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
8155
8156 * cus-edit.el (customize-apropos, customize-apropos-options)
8157 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
8158
8159 2005-12-12 Bill Wohler <wohler@newt.com>
8160
8161 * vc-svn.el (vc-svn-registered): Fix problem of visiting
8162 non-writable Subversion-controlled files by saving window
8163 configuration before calling vc-do-command. vc-do-command calls
8164 pop-to-buffer on error which is unexpected during registration.
8165
8166 2005-12-12 Jay Belanger <belanger@truman.edu>
8167
8168 * calc/README: Update the summary of changes.
8169
8170 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
8171
8172 * descr-text.el (describe-char): Rework last fix to solve the problem
8173 is the same way it's solved for everything else in that function
8174 (i.e. by extracting the info before setting up the *Help* buffer).
8175
8176 2005-12-12 Kim F. Storm <storm@cua.dk>
8177
8178 * subr.el (version-regexp-alist): Allow space as separator before
8179 non-numeric part, e.g. "1.0 alpha".
8180 (version-to-list): Interpret .X.Y version as 0.X.Y version.
8181
8182 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
8183
8184 * textmodes/org.el (org-agenda, org-timeline, org-todo):
8185 Implement Logging and the keep-modes setting.
8186 (org-get-category): Make sure a string is returned.
8187 (org-log-done): New function.
8188 (org-log-done, org-closed-string): New options.
8189
8190 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8191
8192 * tooltip.el (tooltip-y-offset): Change default to 20.
8193
8194 2005-12-12 Richard M. Stallman <rms@gnu.org>
8195
8196 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
8197
8198 * frame.el (display-hourglass): Doc fix.
8199
8200 * help.el (help-for-help-internal): Simplify entry for `a'.
8201
8202 * info.el (Info-on-current-buffer): Doc fix.
8203 (info-insert-file-contents): Don't test (featurep 'jka-compr).
8204
8205 * startup.el (inhibit-splash-screen): Make this the real name.
8206 (inhibit-startup-message): Make this the alias.
8207 (command-line): Find only simple.el, and use its directory
8208 to fill in other preloaded files' names.
8209 (command-line): Deactivate the mark if deactivate-mark is set.
8210
8211 * international/mule.el (load-with-code-conversion):
8212 Bind deactivate-mark.
8213
8214 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
8215
8216 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
8217
8218 * cus-edit.el (customize-apropos): Avoid listing an option more
8219 than once under different aliases. No longer list user options
8220 that are not defined with defcustom (unless a prefix arg is given).
8221 Doc fix.
8222 (customize-apropos-options): Doc fix.
8223
8224 2005-12-11 Juri Linkov <juri@jurta.org>
8225
8226 * frame.el (set-background-color, set-foreground-color)
8227 (set-cursor-color, set-mouse-color, set-border-color):
8228 Add explicit prompts to read colors by `facemenu-read-color'.
8229 (show-trailing-whitespace, blink-cursor-delay)
8230 (blink-cursor-interval, display-hourglass, hourglass-delay):
8231 Remove tags.
8232 (display-hourglass, hourglass-delay): Doc fix.
8233 (cursor-in-non-selected-windows): Capitalize words in tag.
8234
8235 * faces.el (frame-background-mode): Replace `choice-item' keywords
8236 with `const' to not make [default] button. Change default value tag
8237 from `default' to `automatic'. Doc fix.
8238 (trailing-whitespace) <defface>: Change group `whitespace' to
8239 `whitespace-faces'.
8240
8241 2005-12-11 Richard M. Stallman <rms@gnu.org>
8242
8243 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
8244
8245 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8246
8247 * term/mac-win.el: Create keymap for mac-apple-event-map.
8248
8249 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
8250
8251 * tooltip.el (tooltip-mode): Move to start of file so that it
8252 appears at top of customize buffer.
8253
8254 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
8255 Add the gud groupname.
8256 (gud-tooltip-mode): Add the tooltip groupname.
8257 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
8258 avoid conflict with tooltip-use-echo-area.
8259
8260 2005-12-10 Romain Francoise <romain@orebokech.com>
8261
8262 * help.el (help-for-help-internal): Add `r' in doc string.
8263
8264 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
8265
8266 * align.el (align-regexp, align-highlight-rule):
8267 Use region-beginning and region-end instead of point and mark, so that
8268 repetition (with `repeat-complex-command') recomputes the region
8269 bounds.
8270
8271 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
8272
8273 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
8274 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
8275 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
8276 (balance-windows): Rewrite using the above new functions.
8277
8278 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
8279
8280 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
8281 react if global-hi-lock-mode seems intended.
8282 (global-hi-lock-mode) Renamed from hi-lock-mode.
8283 (hi-lock-archaic-interface-message-used)
8284 (hi-lock-archaic-interface-deduce): New variables.
8285 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
8286 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
8287 (hi-lock-find-patterns, hi-lock-font-lock-hook):
8288 Replace hi-lock-buffer-mode with hi-lock-mode.
8289
8290 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
8291
8292 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
8293 completion list, even after a partial completion has been
8294 inserted in the current buffer. If there are more than 1
8295 completion, redisplay the *Completions* buffer; if the
8296 completion is unique, delete the *Completions* window.
8297
8298 2005-12-10 Eli Zaretskii <eliz@gnu.org>
8299
8300 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
8301 strings and long subject lines that were broken into multiple
8302 lines at arbitrary places. Handle subjects that have "Re: " in
8303 the middle.
8304
8305 2005-12-10 John W. Eaton <jwe@octave.org>
8306
8307 * emacs/octave-mod.el (octave-electric-space): Don't indent
8308 comments or strings if octave-auto-indent is nil.
8309
8310 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8311
8312 * term/mac-win.el: Require url when compiling.
8313 Call mac-process-deferred-apple-events after loading init files.
8314 (mac-apple-event-map): New defvar. Define event handlers in it.
8315 (core-event, internet-event): New Apple event class symbols.
8316 (open-application, reopen-application, open-documents)
8317 (print-documents, open-contents, quit-application)
8318 (application-died, show-preferences, autosave-now, get-url):
8319 New Apple event ID symbols.
8320 (about): New HICommand ID symbol.
8321 (mac-event-spec, mac-event-ae): New macros.
8322 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
8323 (mac-ae-selection-range, mac-ae-text-for-search)
8324 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
8325 (mac-application-menu-map): Remove keymap. Handlers for HICommand
8326 and Services menu events are now defined in mac-apple-event-map.
8327 (mac-drag-n-drop): Remove selection range handling.
8328
8329 2005-12-10 Kenichi Handa <handa@m17n.org>
8330
8331 * simple.el (zap-to-char):
8332 * isearch.el (isearch-process-search-char): Translate CHAR by
8333 translation-table-for-input.
8334
8335 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
8336
8337 * foldout.el (foldout-exit-fold): Properly hide subtree.
8338
8339 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
8340
8341 * files.el (save-buffer):
8342 * international/ucs-tables.el (ucs-set-table-for-input):
8343 * mail/mail-extr.el (mail-extract-address-components):
8344 * mail/sendmail.el (mail-mode): Reformat doc string.
8345
8346 2005-12-09 Juri Linkov <juri@jurta.org>
8347
8348 * isearch.el (isearch-highlight): Change main overlay priority
8349 from 1 to 1001. Simplify.
8350 (isearch-lazy-highlight-update): Change lazy overlay priority
8351 from 0 to 1000.
8352
8353 * replace.el (replace-highlight): Change overlay priority from
8354 1 to 1001.
8355
8356 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
8357 Change overlay priority from 1 to 1001. Reuse existing overlay.
8358
8359 * compare-w.el (compare-windows-highlight): Change overlay
8360 priority from 1 to 1000.
8361
8362 * menu-bar.el (menu-bar-edit-menu): Add listp around
8363 pending-undo-list to disable menu item "undo" when pending
8364 undo list is empty.
8365
8366 * locate.el (locate): Disable undo in *Locate* buffer.
8367
8368 2005-12-09 Kim F. Storm <storm@cua.dk>
8369
8370 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
8371
8372 2005-12-09 David Ponce <david@dponce.com>
8373
8374 * recentf.el: Improvement of the menu code.
8375 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
8376 instead of menu hook.
8377 (recentf-show-menu, recentf-hide-menu): New functions.
8378 (recentf-menu-customization-changed, recentf-mode): Use them.
8379 (recentf-menu-action, recentf-max-menu-items)
8380 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
8381 (recentf-arrange-by-rule-others)
8382 (recentf-arrange-by-rules-min-items)
8383 (recentf-arrange-by-rule-subfilter) : Don't use
8384 `recentf-menu-customization-changed'.
8385 (recentf-arrange-rules): Likewise. Accept functions to compute
8386 sub-menu titles.
8387 (recentf-menu-filter): Likewise. Doc fix.
8388 (recentf-menu-value-shortcut): Doc fix.
8389 (recentf-dump-variable): Quote atom value.
8390 (recentf-make-menu-items): Update to use it as a menu filter.
8391 (recentf-match-rule): New function.
8392 (recentf-arrange-by-rule): Use it.
8393 (recentf-indirect-mode-rule): New function.
8394 (recentf-build-mode-rules): Use it.
8395 (recentf-dir-rule): New function.
8396 (recentf-arrange-by-dir): Use it.
8397 (recentf-filter-changer-current): Rename from
8398 `recentf-filter-changer-state'. All references updated.
8399 (recentf-filter-changer-alist): Update filter names.
8400 (recentf-filter-changer-select): New function.
8401 (recentf-filter-changer): Use it. Make a sub-menu from filters
8402 available in `recentf-filter-changer-alist'.
8403 (recentf-data-cache, recentf-clear-data)
8404 (recentf-update-menu): Remove. All references updated.
8405 (recentf-match-rule-p, recentf-build-dir-rules)
8406 (recentf-filter-changer-goto-next)
8407 (recentf-filter-changer-get-current)
8408 (recentf-filter-changer-get-next): Remove.
8409
8410 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
8411
8412 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
8413 buffer "Reset" button to "Reset to Current" for consistency with
8414 the State buttons.
8415
8416 2005-12-08 John Paul Wallington <jpw@pobox.com>
8417
8418 * ibuf-ext.el (define-ibuffer-filter filename):
8419 If `dired-directory' is a list then really use its car.
8420
8421 2005-12-08 Kim F. Storm <storm@cua.dk>
8422
8423 * emulation/cua-rect.el (cua--rectangle-aux-replace):
8424 Fix indention of text on right side of replaced rectangle.
8425
8426 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
8427
8428 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
8429 No need to check gud-comint-buffer is bound.
8430 (gdb): Prevent multiple debugging when first session uses gdba.
8431
8432 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8433
8434 CC Mode update to 5.31.
8435
8436 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
8437 Emacsen which lack `define-minor-mode'. (Currently Emacs <21.
8438 We might do this function properly in the future).
8439
8440 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
8441 New macros c-sentence-end and c-default-value-sentence end, to cope
8442 with Emacs 22's new function `sentence-end'.
8443
8444 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8445
8446 * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
8447 compat issue using `c-put-overlay' and `c-delete-overlay'.
8448
8449 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
8450 New compat macros to handle overlays/extents.
8451
8452 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8453
8454 * progmodes/cc-fix.el: Add definitions of the macros push and pop
8455 (for GNU Emacs 20.4)
8456
8457 * progmodes/cc-defs.el:
8458 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
8459
8460 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
8461 highlighting mechanism so it will work in XEmacs too.
8462
8463 * progmodes/cc-defs.el: Insert c-int-to-char.
8464
8465 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
8466 call to the new macro c-int-to-char. This solves XEmacs's
8467 regarding characters as different from integers.
8468
8469 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8470
8471 * progmodes/cc-fonts.el (c-make-syntactic-matcher):
8472 New internal helper.
8473
8474 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
8475 construct to make the indirect face lookup work in XEmacs.
8476
8477 (c-cpp-matchers): Append the negation char face to the existing
8478 fontification, so that the cpp face doesn't disappear.
8479 Use `c-make-syntactic-matcher' to avoid negation chars in comments
8480 and strings.
8481
8482 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
8483 to map to `font-lock-negation-char-face' in emacsen where it exists.
8484
8485 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8486
8487 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
8488
8489 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
8490 Rename "c-subword-move-mode" as "c-subword-mode".
8491
8492 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
8493 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
8494
8495 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8496
8497 * progmodes/cc-mode.el: Added autoload directive for
8498 `c-subword-move-mode' for use in older emacsen.
8499
8500 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8501
8502 * progmodes/cc-mode.el:
8503 (i) Insert a binding for C-c C-backspace into
8504 c-bind-special-erase-keys which works in TTYs.
8505 (ii) Make sure that when file styles are used, any explicitly
8506 given style variables take priority over those in the style.
8507 Do this by calling `hack-local-variables' a second time.
8508
8509 * progmodes/cc-vars.el: Add language specific customization
8510 widgets for AWK to c-doc-comment-style, c-require-final-newline
8511 and c-default-style. Add a defcustom for awk-mode-hook.
8512 Give c-syntactic-element and c-syntactic-context doc-strings by
8513 directly setting their `variable-documentation' propery.
8514 This allows Emacs 22.1 to read these with C-h v.
8515
8516 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
8517
8518 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8519
8520 * progmodes/cc-fonts.el, cc-vars.el
8521 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
8522 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
8523 Masatake YAMATO.
8524
8525 (c-doc-comment-style): Made GtkDoc default in C mode.
8526
8527 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
8528 and C-c C-<delete>.
8529
8530 (c-bind-special-erase-keys): New function for use on
8531 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
8532
8533 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
8534 <delete> key behavior in XEmacs according to `delete-forward-p'.
8535 C.f. `c-electric-delete'.
8536
8537 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8538
8539 * progmodes/cc-mode.el: Give c-hungry-backspace and
8540 c-hungry-delete-forward permanent key bindings.
8541
8542 * progmodes/cc-cmds.el (c-electric-semi&comma):
8543 Bind c-syntactic-context for calls to "criteria functions", for
8544 consistency with other calls to user functions.
8545
8546 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
8547 `current-prefix-arg', since this might be the prefix arg to a
8548 command which calls c-indent-command as a function. Change the
8549 interactive spec from "p" to "P".
8550
8551 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
8552 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
8553 was difficult to understand.
8554
8555 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8556
8557 * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
8558 first char of an identifier.
8559
8560 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
8561 +" syntax in C++.
8562
8563 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8564
8565 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
8566 auto-fill doesn't split a c-comment's last word from a hanging
8567 "*/" when a space is typed between them after fill-column.
8568
8569 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
8570
8571 * progmodes/cc-styles.el (c-set-style)
8572 (c-setup-paragraph-variables): Abort the command if we're not in a
8573 CC Mode buffer.
8574
8575 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
8576 with blank comment-prefix, and a blank line as the comment's
8577 second line.
8578
8579 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8580
8581 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
8582 Incorporate the patterns added in the Emacs development branch
8583 for the new Emacs 22 face `font-lock-negation-char-face'.
8584
8585 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
8586 of "red" since it stands out better in xterms and DOS terminals.
8587
8588 * progmodes/cc-engine.el (c-literal-faces):
8589 Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
8590
8591 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8592
8593 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
8594 forcibly enable c-electric-flag.
8595
8596 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
8597 `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
8598 after the comment-prefix of a C-style comment will close that comment.
8599
8600 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8601
8602 * progmodes/cc-fonts.el (c-basic-matchers-before)
8603 (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
8604 in Pike.
8605
8606 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
8607 digraphs.
8608
8609 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
8610 (c-cpp-message-directives, c-cpp-include-directives)
8611 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
8612 (c-cpp-expr-directives): Introduce new language constants to
8613 control cpp syntax in a cleaner way.
8614
8615 (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
8616
8617 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
8618
8619 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
8620 (c-multiline-string-start-char): New language constants and
8621 variables to specify how newlines in string literals work.
8622
8623 (c-font-lock-invalid-string): Use them.
8624
8625 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
8626 unbalanced close brace is entered. Optimization by avoiding going
8627 back over arbitrarily large blocks. Removed hints that this
8628 function only would be relevant/useful in AWK.
8629
8630 (c-electric-brace): Indent syntactically after the cleanups since
8631 lineup functions might do it differently then.
8632
8633 * progmodes/cc-engine.el, cc-langs.el
8634 (c-opt-op-identifier-prefix): New language constant and variable.
8635
8636 (c-just-after-func-arglist-p, c-after-special-operator-id)
8637 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
8638
8639 * progmodes/cc-align.el, cc-engine.el
8640 (c-after-special-operator-id): New helper to handle C++ operator
8641 identifiers.
8642
8643 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
8644 (c-guess-basic-syntax): Handle C++ operator identifiers in
8645 declarations.
8646
8647 * progmodes/cc-langs.el (c-assignment-operators): Add the
8648 trigraph version of ^= too.
8649
8650 * progmodes/cc-langs.el (c-assignment-operators): Add the
8651 trigraph version of |= in C++.
8652
8653 * progmodes/cc-fonts.el (c-font-lock-declarators):
8654 Handle `c-decl-hangon-kwds' after the identifier name.
8655
8656 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
8657 whether an arglist is "nonempty", ignore a comment after the open
8658 paren if it isn't followed by a non-comment token on the same line.
8659
8660 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
8661 Enable heuristics below the point to cope with classes inside special
8662 brace lists in Pike.
8663
8664 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8665
8666 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
8667
8668 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8669
8670 * progmodes/cc-guess.el (cc-guess-install): New function to
8671 install an already guessed style in another buffer.
8672
8673 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
8674 sets `inhibit-read-only' - `c-save-buffer-state' should be used
8675 anyway if the change always is undone.
8676
8677 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8678
8679 Implement togglable electricity:
8680
8681 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
8682 saying when it should be used.
8683
8684 * progmodes/cc-engine.el: Add the new buffer-local variable,
8685 c-electric-flag.
8686
8687 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
8688 c-toggle-auto-newline.
8689
8690 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
8691 c-toggle-auto-newline. Remove the binding for
8692 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
8693 c-toggle-electric-state.
8694
8695 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
8696
8697 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
8698 c-\(forward\|backward\)-subword.
8699 (c-update-modeline): Add the new modeline flag `l' for
8700 `c-electric-flag'. Make the auto-newline flag `a' dependent on `l'.
8701 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
8702 Make the old name an alias of the new name.
8703 (c-toggle-electric-state): New function.
8704 (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
8705 Adapt these functions to do electric things only when
8706 c-electric-flag is non-nil.
8707 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
8708 new functions from c-electric-brace.
8709 (c-point-syntax): Add a check for "virtual semicolons" in AWK
8710 mode, so that the tentative extra newline doesn't change the
8711 syntax of the following brace.
8712 (c-electric-brace): Restructure by extracting the above functions.
8713 Tidy up the coding somewhat.
8714 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
8715 restructure a bit.
8716
8717 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8718
8719 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
8720 anchor position(s) using faces. Thanks to Masatake YAMATO for the idea.
8721
8722 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
8723 (c-submode-indicators): Change name from `c-auto-hungry-string'
8724 since it's now used to track another submode.
8725
8726 (c-update-modeline): Convert to function and extended to check
8727 `c-subword-move-mode'.
8728
8729 (c-forward-into-nomenclature, c-backward-into-nomenclature):
8730 Convert to compat aliases for `c-forward-subword' and
8731 `c-backward-subword'.
8732
8733 * progmodes/cc-subword.el: New functions and minor mode to handle
8734 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
8735
8736 (c-forward-subword, c-backward-subword, c-mark-subword)
8737 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
8738 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
8739 Functions corresponding to the standard word handling functions.
8740
8741 (c-subword-move-mode): Minor mode that replaces all the standard
8742 word handling functions with their subword equivalences.
8743
8744 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8745
8746 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
8747 entry for one-liner-defun.
8748
8749 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
8750 name in its def-edebug-spec.
8751
8752 * progmodes/cc-cmds.el (c-electric-brace): Make the
8753 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
8754 compacts space before a comment, if this will make things fit on
8755 one line.
8756
8757 Introduce an "awk" style, mainly for auto-newline and clean-ups.
8758
8759 * progmodes/cc-align.el: New function c-snug-1line-defun-close
8760
8761 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
8762 clean-up one-liner-defun.
8763
8764 * progmodes/cc-styles.el: Add the new "awk" style.
8765
8766 * progmodes/cc-vars.el: Add description of one-liner-defun to
8767 c-cleanup-list's doc-string. New user options,
8768 c-max-one-liner-length. In c-default-style, set the default style
8769 for AWK to "awk".
8770
8771 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8772
8773 * progmodes/cc-engine.el (c-forward-label): Fix fontification of
8774 macros inside labels.
8775
8776 * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
8777 `c-at-statement-start-p' and `c-at-expression-start-p'.
8778
8779 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
8780 error if the mark isn't set.
8781
8782 * progmodes/cc-engine.el (c-guess-continued-construct)
8783 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
8784 accurately detect functions inside functions.
8785
8786 * progmodes/cc-engine.el (c-at-expression-start-p): New function
8787 like `c-at-statement-start-p' that additionally recognizes commas
8788 and expression parentheses as delimiters.
8789
8790 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
8791 to avoid heuristics that doesn't work for unclosed blocks.
8792 (c-at-statement-start-p): New function.
8793
8794 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
8795 Objective-C directives, e.g. directives spanning lines should work
8796 reasonably well now.
8797
8798 (c-put-c-type-property, c-clear-c-type-property): New helpers.
8799
8800 (c-forward-objc-directive): New function to move over any ObjC
8801 directive.
8802
8803 (c-just-after-func-arglist-p, c-guess-basic-syntax)
8804 (c-basic-matchers-before): Use it.
8805
8806 (c-font-lock-objc-iip-decl): Remove.
8807
8808 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
8809 in the template arglist recognition.
8810
8811 * progmodes/cc-styles.el (c-style-alist): Fix several
8812 inconsistencies in the Whitesmith style.
8813
8814 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
8815 New lineup function to get lines after Whitesmith style blocks
8816 correctly indented.
8817
8818 (c-lineup-whitesmith-in-block): Back out the compensation for
8819 opening parens since it's done using `add' lists in the style
8820 definition instead. Don't use the anchor position since it varies
8821 too much between the syntactic symbols. :P
8822
8823 * progmodes/cc-vars.el (c-valid-offset): Update.
8824
8825 * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
8826 lists where the offsets are combined according to several
8827 different methods: `first', `min', `max', and `add'.
8828 Report offset evaluation errors with `c-benign-error' so that some kind
8829 of reindentation still is done.
8830
8831 * progmodes/cc-engine.el (c-guess-basic-syntax):
8832 Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
8833 `arglist-close'.
8834
8835 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
8836 situations for `arglist-cont-nonempty' and `arglist-close'.
8837
8838 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
8839
8840 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
8841 cc-bytecomp-boundp' in a number of places.
8842
8843 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
8844 macro related issue.
8845
8846 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8847
8848 * progmodes/cc-awk.el: Change the terminology of regexps: A char
8849 list is now [asdf], a char class [:alpha:].
8850 Include code for char classes.
8851 Set c-awk-NL-prop on lines ending in open strings. (Bug fix.)
8852 Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
8853
8854 Remove (nearly all of) the cruft associated with AWK Mode's former
8855 concept of "virtual semicolons":
8856
8857 Adapt c-beginning-of-statement, c-end-of-statement (together with
8858 subfunctions) to use the new notion of "virtual semicolon" in
8859 place of the old awkward special handling for AWK. There remains
8860 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
8861 * progmodes/cc-cmds.el:
8862 (c-ascertain-adjacent-literal): In the backwards direction, now
8863 recognises AWK regexp delimiters as string delimiters.
8864 (c-after-statement-terminator-p): Adapt for virtual semicolons;
8865 check more rigorously for "end of macro".
8866 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
8867 virtual semicolons;
8868 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
8869 out the code for forward movement into ...
8870 (c-end-of-statement): Now contains the code for forward movement,
8871 adapted for virtual semicolons.
8872
8873 * progmodes/cc-engine.el:
8874 (c-ws*-string-limit-regexp): New regexp.
8875 (c-forward-single-comment, c-backward-single-comment): Comment out
8876 the (now redundant) "special" AWK stuff.
8877
8878 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
8879 c-string-par-start, c-string-par-separate to be more like Text
8880 Mode than Fundamental Mode.
8881
8882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8883
8884 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
8885 to the fontified region so that fontification doesn't occur
8886 outside it (could happen e.g. when fontifying a line with an
8887 unfinished declaration).
8888
8889 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8890
8891 * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
8892 start of the file. ^L now separate sections of the file.
8893 (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
8894 (c-awk-one-line-possibly-open-string-re)
8895 (c-awk-regexp-one-line-possibly-open-char-class-re)
8896 (c-awk-one-line-possibly-open-regexp-re)
8897 (c-awk-one-line-non-syn-ws*-re): New defonsts.
8898 (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
8899
8900 Amend the concept of "virtual semicolons" (in the indentation
8901 engine) for languages like AWK, such that they are now
8902 conceptually attached to end of the last token of a statement, not
8903 the end of the line. (In AWK Mode, however, the pertinent text
8904 property is still physically set on the EOL.) Remove the specific
8905 tests for awk-mode, thus facilitating the introduction of other
8906 language modes where EOLs can end statements.
8907 (Note: The funtionality in cc-cmds.el, specifically
8908 c-beginning/end-of-statement has yet to be amended.)
8909
8910 * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
8911 New macros.
8912
8913 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
8914 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
8915 c-vsemi-status-unknown-p-fn (in a new page).
8916
8917 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
8918 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
8919 numerous awkward forms like
8920 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
8921 with (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
8922 variable before-ws-ip, the place just after char-before-ip appears.
8923
8924 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
8925 a comment.
8926
8927 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8928
8929 * progmodes/cc-cmds.el (c-electric-brace): Clean up using
8930 `c-tentative-buffer-changes'.
8931
8932 * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
8933 convert to macro to choose between Emacs and XEmacs at compile time.
8934
8935 (c-set-region-active): New set counterpart to `c-region-is-active-p'.
8936
8937 (c-tentative-buffer-changes): New macro to handle temporary buffer
8938 changes in a convenient way.
8939
8940 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
8941 for `c-tentative-buffer-changes'.
8942
8943 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
8944 the checks for paren sexps between the point and the keyword, to
8945 avoid some false alarms.
8946
8947 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
8948 Fixed a situation where an error could be thrown for unbalanced
8949 parens. Changed to make use of c-keyword-member' to avoid some
8950 repeated regexp matches.
8951
8952 (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
8953 These language variable are no longer necessary.
8954
8955 (c-block-stmt-kwds): New language constant used by
8956 c-looking-at-inexpr-block'.
8957
8958 (c-guess-basic-syntax): Remove an optional check that looked at
8959 the existence of the now removed language variables.
8960
8961 * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
8962 (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
8963 object instantiation expressions as declarations in some contexts.
8964 This bug only affected languages where the declarator can't be
8965 enclosed in parentheses.
8966
8967 * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
8968 insert newlines before and after substatement braces.
8969
8970 * progmodes/cc-engine.el: Improved the heuristics for recognizing
8971 function declaration headers and the handling of C++ style member
8972 init lists.
8973
8974 (c-just-after-func-arglist-p): Rewritten to use
8975 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
8976
8977 (c-beginning-of-member-init-list): Remove since it isn't used anymore.
8978
8979 (c-guess-basic-syntax): Adapt case 5B for the new
8980 `c-just-after-func-arglist-p'. Merge cases 5B.1 and 5B.3.
8981 Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
8982 covers all cases now).
8983
8984 * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
8985
8986 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
8987
8988 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
8989 c-string-par-start/separate c-sentence-end-with-esc-eol,
8990 initialised in c-setup-paragraph-variables, used in string
8991 scanning subroutines of c-beginning-of-statement.
8992
8993 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
8994 which precedes the newly inserted `{'.
8995
8996 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
8997
8998 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
8999 function for declaration level blocks. It should now cope with
9000 templates better and also be a lot more comprehensible.
9001
9002 (c-looking-at-decl-block): The new function.
9003
9004 (c-search-uplist-for-classkey): The old one. It's now a wrapper
9005 for compatibility.
9006
9007 (c-add-class-syntax, c-guess-continued-construct)
9008 (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
9009
9010 (c-decl-block-key): Change to tell apart ambiguous and
9011 unambiguous keywords. Pike specials are now handled directly in
9012 the code instead.
9013
9014 (c-block-prefix-disallowed-chars, c-block-prefix-charset):
9015 New language constants and variables to make the backward skip in
9016 `c-looking-at-decl-block' as tight as possible.
9017
9018 (c-nonsymbol-token-char-list): New language constant.
9019
9020 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
9021 find balanced template arglists backwards.
9022
9023 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
9024 making char classes for `c-syntactic-skip-backward'.
9025
9026 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
9027 16D - can't be a class-close at that point.
9028
9029 * progmodes/cc-engine.el (c-guess-basic-syntax)
9030 (c-add-class-syntax): Don't narrow out the enclosing declaration
9031 level. This makes everything a lot easier, and it was actually
9032 only four small places that needed it to work. Some places that
9033 previously did `widen' are removed now, which has the effect that
9034 `c-guess-basic-syntax' never will look at things outside the
9035 current narrowment now. The anchor position for `topmost-intro'
9036 is affected by this, but it was so bogus it was basically useless
9037 before, and now it's equally bogus but in a slightly different way.
9038
9039 (c-narrow-out-enclosing-class): Gone.
9040
9041 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
9042 the narrowed region.
9043
9044 (c-least-enclosing-brace): Remove silly optional argument.
9045
9046 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
9047 the point could be left directly after an open paren when finding
9048 the beginning of the first decl in the block.
9049
9050 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
9051 Specify which submatch to use.
9052
9053 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
9054
9055 (c-decl-start-re): No longer any need for special treatment of
9056 ObjC due to the above.
9057
9058 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
9059 presumably follows C in that regard.
9060
9061 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
9062 New language constants to specify operator tokens inside
9063 identifiers in a more high level way.
9064
9065 (c-opt-identifier-prefix-key): New internal language constant.
9066
9067 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
9068 (c-identifier-start, c-identifier-key): Now completely calculated
9069 from other constants.
9070
9071 (c-identifier-last-sym-match): Decommission since it's no longer used.
9072
9073 (c-operators): Use `c-identifier-ops'. Document `postfix-if-paren'.
9074
9075 * progmodes/cc-engine.el (c-forward-name): Remove the
9076 optimization when c-identifier-key is equal to c-symbol-key since
9077 it doesn't work in byte compiled files. Don't record empty
9078 regions as identifiers.
9079
9080 * progmodes/cc-langs.el (c-filter-ops): New helper function to
9081 simplify access to `c-operators' and its likes.
9082
9083 (c-operator-list, c-all-op-syntax-tokens)
9084 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
9085 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
9086 (c-primary-expr-regexp, c-cast-parens): Use it.
9087
9088 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
9089 an explicit language in functions.
9090
9091 * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
9092 variant of adornment.
9093
9094 * progmodes/cc-langs.el (c-any-class-key): Remove unused language
9095 variable.
9096
9097 (c-type-decl-prefix-key): Remove some now unnecessary cruft from
9098 the Pike value.
9099
9100 * progmodes/cc-engine.el (c-on-identifier)
9101 (c-simple-skip-symbol-backward): Small fix for handling "-"
9102 correctly in `skip-chars-backward'. Affected the operator lfun
9103 syntax in Pike.
9104
9105 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
9106 diagnostic message about precompiled language vars not being used.
9107
9108 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
9109 "__attribute__" is followed by a parenthesis.
9110
9111 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
9112 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
9113 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
9114
9115 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
9116 Internal cleanups to properly detect the declared identifiers in
9117 various declarations.
9118
9119 (c-decl-start-kwds): New language constant to recognize
9120 declarations that can start anywhere. Used for class declarations
9121 in Pike.
9122
9123 (c-specifier-key, c-not-decl-init-keywords)
9124 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
9125 (c-find-decl-spots): Implement `c-decl-start-kwds'.
9126
9127 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
9128 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
9129 handling of the compiler specific extension keywords into a new
9130 language constant `c-decl-hangon-kwds' that defines keyword
9131 clauses to be ignored in declarations.
9132
9133 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
9134 past unrecognized tokens when handling `c-colon-type-list-kwds'.
9135 Necessary to stop at the declared identifier in e.g. IDL valuetype
9136 declarations.
9137
9138 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
9139 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
9140 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
9141 (c-forward-decl-or-cast-1): Recognize the declared identifier in
9142 class and enum declarations as such and not as part of the type.
9143
9144 (c-forward-decl-or-cast-1, c-forward-label): Relax the
9145 interpretation of PRECEDING-TOKEN-END when there's no preceding token.
9146
9147 (c-forward-decl-or-cast-1): Don't disregard sure signs of
9148 declarations when there's some syntax error later on.
9149
9150 (c-complex-decl-matchers): Did away with a reference to
9151 `c-specifier-key'.
9152
9153 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
9154 value - this variable is always dynamically bound.
9155
9156 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
9157 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
9158 * cc-cmds.el, cc-defs.el: Change the policy for marking up
9159 functions that might do hidden buffer changes: All such internal
9160 functions are now marked instead of those that don't.
9161
9162 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
9163 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
9164 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
9165 (c-literal-type): Allow these functions to make hidden buffer changes,
9166 so that they are free to use text property caching later on.
9167
9168 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
9169 (c-electric-brace, c-electric-slash, c-electric-star)
9170 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
9171 (c-electric-paren, c-electric-continued-statement, c-indent-command)
9172 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
9173 (c-context-line-break): Add `c-save-buffer-state' calls to comply
9174 with the changed semantics of the functions above.
9175
9176 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
9177 when macros occur in obscure places. Optimized the sexp movement
9178 a bit.
9179
9180 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9181
9182 Enhancements for c-beginning-of-statement to work in AWK Mode:
9183
9184 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
9185 (completed statement) with `}' (statement completed by closing
9186 brace or semicolon) and `$' (statement completed by EOL).
9187
9188 (c-awk-virtual-semicolon-ends-prev-line-p)
9189 (c-awk-virtual-semicolon-ends-line-p)
9190 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
9191 (c-awk-at-statement-end-p): New functions.
9192
9193 * progmodes/cc-cmds.el: Simplify the structure of functions
9194 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
9195 two functions and c-beginning-of-statement to handle AWK Mode.
9196
9197 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
9198 c-backward-single-comment for AWK mode. Attempt to clarify their
9199 doc-strings.
9200
9201 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
9202
9203 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9204
9205 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
9206 label handling. Labels are now recognized in a uniform and more
9207 robust way, regardless of context. Text properties are put on all
9208 labels to recognize the following declarations better.
9209 Multiword labels are handled both in indentation and fontification for
9210 the benefit of language extensions like Qt. For consistency, keywords
9211 in labels are now fontified with the label face instead.
9212 That also applies to "case" and "default".
9213
9214 (c-beginning-of-statement-1): Fix some bugs in the label
9215 handling. Disregard `c-nonlabel-token-key' in labels that begin
9216 with `c-label-kwds'.
9217
9218 (c-find-decl-spots): Support that the callback adds more
9219 `c-decl-end' spots to find.
9220
9221 (c-forward-decl-or-cast-1): Don't treat a list of plain
9222 identifiers followed by a colon as a declaration.
9223
9224 (c-forward-label): New function to recognize labels.
9225
9226 (c-guess-basic-syntax): Replace uses of `c-label-key' with
9227 `c-forward-label'. Moved the label recognition cases (14 and 15)
9228 earlier since they aren't so context sensitive now. Handle labels
9229 on the top level gracefully. Moved access label recognition to
9230 the generic label case (CASE 15) - removed CASE 5E.
9231
9232 (c-font-lock-declarations): Add recognition of labels in the
9233 same round since we need to handle labels in parallell with other
9234 declarations to recognize both accurately. It should also improve
9235 speed.
9236
9237 (c-simple-decl-matchers, c-basic-matchers-after):
9238 Move `c-font-lock-labels' so that it only is used on decoration level 2
9239 since `c-font-lock-declarations' handles it otherwise.
9240
9241 (c-complex-decl-matchers): Remove the simplistic recognition of
9242 access labels.
9243
9244 (c-decl-prefix-re): Remove the kludges that was necessary to cope
9245 with labels earlier.
9246
9247 (c-decl-start-re): New language variable to make
9248 `c-font-lock-declarations' stop for the special protection labels
9249 in Objective-C that start with `@'.
9250
9251 (c-label-key): Remove since it's no longer used.
9252
9253 (c-recognize-colon-labels, c-label-prefix-re): New language
9254 constants to support recognition of generic colon-terminated labels.
9255
9256 (c-type-decl-end-used): `c-decl-end' is now used whenever there
9257 are colon terminated labels.
9258
9259 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
9260 first argument starts with a special brace list.
9261
9262 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
9263 (c-font-lock-declarations): Break out the declaration and cast
9264 recognition from `c-font-lock-declarations' to a new function, so
9265 that it can be used in the indentation engine.
9266
9267 * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
9268 up to the start of the literal. Fixed bug with the point on the
9269 wrong side of the search limit that could happen when the start
9270 position is inside a literal.
9271
9272 * progmodes/cc-engine.el (c-parse-state)
9273 (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
9274 so that it's kept a little bit back to increase the hit rate.
9275
9276 (c-parse-state): Change the macro handling and fixed some
9277 glitches. Macro context is checked more often than necessary now,
9278 but otoh less garbage conses are generated.
9279
9280 * progmodes/cc-engine.el (c-parse-state)
9281 (c-invalidate-state-cache): Cache the last position where
9282 `c-state-cache' applies. This can speed up refontification quite
9283 a bit in blocks where there are many non-brace parens before the point.
9284
9285 (c-state-cache-end): New variable for this.
9286
9287 (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
9288 cache variable.
9289
9290 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
9291 get close initial continue positions when the start position is
9292 inside a literal or macro. Do not call the callback for spots
9293 before the start position (which can happen e.g. for `c-decl-end'
9294 spots inside comments). Optimize better in special cases when the
9295 region is a single line inside a literal or macro (typically when
9296 the current line is refontified).
9297
9298 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
9299 to `c-add-stmt-syntax' - there's no need to explicitly whack off
9300 entries from the paren state.
9301
9302 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
9303 special case for "else if" clauses.
9304
9305 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
9306 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
9307
9308 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
9309 New language variable to recognize the gcc extension with statement
9310 blocks inside expressions.
9311
9312 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
9313 it somewhat more comprehensible. The argument AT-BLOCK-START is
9314 no longer used and hence removed.
9315
9316 (c-guess-continued-construct, c-guess-basic-syntax): Update calls
9317 to `c-add-stmt-syntax'.
9318
9319 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
9320 Use `c-beginning-of-statement-1' instead of duplicating parts of it.
9321 This fixes bogus label recognition.
9322
9323 * progmodes/cc-engine.el (c-add-type, c-check-type)
9324 (c-forward-name, c-forward-type): Improve storage of template
9325 types in `c-found-types' so that they can be recognized better.
9326
9327 (c-syntactic-content): Add option to skip past nested parens.
9328
9329 * progmodes/cc-engine.el (c-forward-name):
9330 Set `c-last-identifier-range' all the time. It's less work that way.
9331 Handle that there might not be an identifier to store in
9332 `c-last-identifier-range'.
9333
9334 (c-forward-type): Handle that `c-last-identifier-range' might be
9335 nil from `c-forward-name'.
9336
9337 * progmodes/cc-defs.el (c-safe-scan-lists)
9338 (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
9339
9340 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
9341 to work even if the form fails.
9342
9343 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
9344 down in a large file in one go.
9345
9346 (c-get-fallback-start-pos): New helper function for `c-parse-state'.
9347
9348 * progmodes/cc-align.el (c-lineup-assignments): New lineup
9349 function which is like `c-lineup-math' but returns nil instead of
9350 `c-basic-offset' when it doesn't match.
9351
9352 (c-lineup-math): Change to use `c-lineup-assignments'.
9353
9354 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9355
9356 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
9357 c-beginning-of-statement. New subfunctions
9358 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
9359
9360 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9361
9362 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
9363 hardcoded char classes whereever possible. Changed a couple of
9364 places to use skip by syntax instead of skip by char class.
9365
9366 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
9367 Fix a bug in the regexp that caused extreme backtracking.
9368
9369 * progmodes/cc-langs.el (c-block-comment-starter)
9370 (c-block-comment-ender): New language constants to specify in a
9371 single place how block comments look.
9372
9373 (c-comment-start-regexp, c-block-comment-start-regexp)
9374 (comment-start, comment-end, comment-start-skip)
9375 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
9376 (c-syntactic-ws, c-nonempty-syntactic-ws)
9377 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
9378 `c-line-comment-starter', `c-block-comment-starter' and
9379 `c-block-comment-ender'.
9380
9381 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
9382 New language constants to break up things a bit.
9383
9384 (c-simple-ws): New language constant for simple whitespace.
9385
9386 * progmodes/cc-defs.el (c-concat-separated): New convenience function.
9387
9388 * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
9389 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
9390 newlines. Allow and ignore nil elements in the list.
9391
9392 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9393
9394 * progmodes/cc-cmds.el: Comment out a (n almost certainly
9395 superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
9396
9397 * progmodes/cc-cmds.el: Tidy up the comments in
9398 c-beginning-of-statement and subfunctions.
9399
9400 * progmodes/cc-awk.el: Replace calls to put-text-property to the
9401 more flexible c-put-char-property and c-clear-char-properties.
9402 Add the author's email address.
9403
9404 * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
9405
9406 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
9407 closing "*/" of a block comment.
9408
9409 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
9410 subfunctions) so that it works at BOB and EOB.
9411
9412 * progmodes/cc-cmds.el, cc-vars.el: More updating of
9413 c-beginning-of-statement, including new variable
9414 c-block-comment-start-regexp.
9415
9416 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9417
9418 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
9419 symbols from `*-font-lock-extra-types' so that there's no need to
9420 use `regexp-opt' on those lists.
9421
9422 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
9423 `c-type-modifier-kwds' is empty.
9424
9425 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
9426 there are several strings on the same line.
9427
9428 * progmodes/cc-engine.el (c-literal-limits): Remove the
9429 compatibility function for older emacsen. `c-literal-limits-fast'
9430 has now taken the place of this function.
9431
9432 * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
9433 with older emacsen: We now require `pps-extended-state'.
9434
9435 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9436
9437 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
9438 which obviates the need to hack sentence-end. This now handles
9439 escaped newlines in strings correctly. Correct minor bugs in
9440 c-move-over-sentence and in c-beginning-of-statement.
9441
9442 * progmodes/cc-cmds.el (c-beginning-of-statement (and
9443 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
9444 that movement over macros and code are rigorously separated from
9445 eachother. Correct a few incidental bugs.
9446
9447 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
9448 Improve its doc-string. Improve the handling of certain specific cases.
9449
9450 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9451
9452 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
9453 (c-guess-basic-syntax): Change the way class-level labels are
9454 recognized; they can now contain essentially any symbols.
9455
9456 (c-opt-extra-label-key): New language variable to cope with the
9457 special protection label syntax in Objective-C.
9458
9459 (c-opt-access-key): Remove; this is now handled better by
9460 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
9461
9462 (c-complex-decl-matchers): Update to handle that
9463 `c-opt-access-key' no longer exists.
9464
9465 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
9466 improved label recognition in `c-beginning-of-statement-1'.
9467
9468 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
9469 Recognize bitfields better.
9470
9471 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
9472 Remove some cruft and fixed a bug that could cause it to go to a
9473 position further down.
9474
9475 * progmodes/cc-langs.el, cc-engine.el
9476 (c-beginning-of-statement-1): Improve detection of labels in
9477 declaration contexts.
9478
9479 (c-beginning-of-decl-1): Use it.
9480
9481 (c-nonlabel-token-key): New language constant and variable needed
9482 by `c-beginning-of-statement-1'.
9483
9484 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
9485 manifested itself due to the correction in `c-forward-sexp'.
9486
9487 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
9488 Make these behave as documented when used at the buffer limits.
9489
9490 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
9491 (c-type-decl-end-used): Made this a language variable.
9492
9493 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
9494 correctly when `combine-after-change-calls' is used together with
9495 temporary narrowings.
9496
9497 * progmodes/cc-engine.el (c-beginning-of-statement-1):
9498 Report labels correctly when the start point is immediately after the
9499 colon.
9500
9501 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
9502 Remove since it isn't used anymore.
9503
9504 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
9505 bracket arglists such as template parens in C++.
9506
9507 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
9508 in the last check-in. Some optimization.
9509
9510 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
9511 where it could stop at the same level in a preceding sexp when
9512 PAREN-LEVEL is set.
9513
9514 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
9515 text property lookup only when it's needed.
9516
9517 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
9518 Change the policy for paren marked angle brackets to be more
9519 persistent; once marked they remain marked even when they're found
9520 to be unbalanced in the searched region. This should keep the
9521 paren syntax around even when individual lines are refontified in
9522 multiline template arglists.
9523
9524 (c-parse-and-markup-<>-arglists): New dynamically bound variable
9525 to control markup so that incorrect angle bracket arglists aren't
9526 marked in contexts where the correct value for
9527 `c-disallow-comma-in-<>-arglists' isn't known.
9528
9529 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
9530 argument has become `c-parse-and-markup-<>-arglists'.
9531
9532 (c-remove-<>-arglist-properties): Remove - no longer used.
9533
9534 (c-after-change-check-<>-operators): New function used on
9535 `after-change-functions' to avoid that "<" and ">" characters that
9536 are part of longer operators have paren syntax.
9537
9538 (c-<>-multichar-token-regexp): New language variable used by
9539 `c-after-change-check-<>-operators'.
9540
9541 (c-after-change): Call `c-after-change-check-<>-operators'.
9542
9543 (c-font-lock-<>-arglists): Use the context properties set by
9544 `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
9545 correctly to avoid doing invalid markup.
9546
9547 (c-font-lock-declarations): Remove code that undoes the invalid
9548 markup done by `c-font-lock-<>-arglists'.
9549
9550 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
9551 after `c-font-lock-declarations'.
9552
9553 * progmodes/cc-engine.el (c-syntactic-skip-backward):
9554 Add paren-level feature.
9555
9556 (c-guess-basic-syntax): Improve the anchor position for
9557 `template-args-cont' in nested template arglists. There's still
9558 much to be desired in this area, though.
9559
9560 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
9561
9562 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
9563 Make the "Text Filling and Line Breaking" commands work for AWK buffers.
9564
9565 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
9566
9567 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
9568 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
9569
9570 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
9571 it doesn't work no longer are supported.
9572
9573 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
9574 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
9575 requires support for the syntax-table' text property, which rules
9576 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
9577 cruft associated with those versions.
9578
9579 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
9580 for the `syntax-table' text property, which rules out Emacs 19 and
9581 XEmacs < 21.4. Removed various compatibility cruft associated
9582 with those versions.
9583
9584 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
9585 support for the `syntax-table' text property.
9586
9587 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
9588 variable and use an extra quoted face name instead. All the
9589 emacsen flavors handle that correctly.
9590
9591 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
9592 (c-font-lock-declarators, c-font-lock-declarations)
9593 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
9594 property to mark the items in in declarator lists to handle
9595 refontification inside multiline declarations better.
9596
9597 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
9598 construct like "a * b = c;" as a declaration.
9599
9600 2005-12-08 Kim F. Storm <storm@cua.dk>
9601
9602 * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
9603 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
9604 select either meta, hyper, or super modifier for rectangle commands.
9605 (cua--rectangle-modifier-key): New defvar.
9606 (cua--M/H-key): Use it. Remove special case for `space'.
9607 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
9608 on X, to meta otherwise. Always bind C-return to toggle
9609 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
9610
9611 * emulation/cua-rect.el (cua-help-for-rectangle):
9612 Use cua--rectangle-modifier-key. Handle super modifier too.
9613 (cua--init-rectangles): Always bind C-return to toggle rectangle.
9614 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
9615
9616 * ido.el: Move Acknowledgements and History after Commentary.
9617 Minor changes to Commentary.
9618
9619 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
9620 keymap if cua--prefix-override-timer is `shift'.
9621 (cua--shift-control-prefix): New function; emulate "type prefix
9622 key twice" functionality to handle shifted prefix key override.
9623 (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
9624 New commands.
9625 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
9626
9627 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
9628
9629 * textmodes/org.el (org-insert-heading): Try to do items before
9630 headings.
9631 (org-agenda-mode): Quote `org-agenda-mode-hook'.
9632 (org-insert-item): New function.
9633 (org-renumber-ordered-list): Don't skip to higher level lists.
9634
9635 2005-12-08 Juri Linkov <juri@jurta.org>
9636
9637 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
9638
9639 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
9640
9641 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
9642
9643 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
9644 the constructed function name fun-1.
9645
9646 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
9647 because such links don't lead to parent documentation.
9648
9649 2005-12-08 Kenichi Handa <handa@m17n.org>
9650
9651 * descr-text.el (describe-char): Use *Help-2* buffer if the
9652 current buffer is *Help*. Call describe-text-properties while
9653 setting the original buffer.
9654
9655 2005-12-07 Bill Wohler <wohler@newt.com>
9656
9657 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
9658 and causes problems with non-MH users (such as Gnus users).
9659
9660 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
9661
9662 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
9663 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
9664 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
9665 command "info sources". Move calls to GDB command "list".
9666 (gdb-find-file-hook): Just use gdb-source-file-list.
9667 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
9668 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
9669 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
9670 (gdb-data-list-register-values-handler): Use correct trigger name.
9671
9672 2005-12-07 Kim F. Storm <storm@cua.dk>
9673
9674 * ido.el (ido-completion-map): Rename from ido-mode-map.
9675 (ido-common-completion-map, ido-file-completion-map)
9676 (ido-file-dir-completion-map, ido-buffer-completion-map):
9677 Rename from ido-mode-....-map.
9678 (ido-init-completion-maps): Rename from ido-init-mode-maps.
9679 (ido-setup-completion-map): Rename from ido-define-mode-map.
9680 (ido-read-internal): Bind minibuffer-local-filename-completion-map
9681 to ido-completion-map.
9682
9683 2005-12-07 Kenichi Handa <handa@m17n.org>
9684
9685 * international/mule-cmds.el
9686 (set-display-table-and-terminal-coding-system): If the coding
9687 system specified in `unibyte-display' property is different from
9688 the arg coding-system, don't setup standard-display-table.
9689
9690 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9691
9692 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
9693 that comments end at \n, regardless of selective-display.
9694
9695 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
9696
9697 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
9698 (gdb-version): New variables.
9699 (gdb-source-file-list, gdb-register-names)
9700 (gdb-changed-registers): New variables for use with GDB 6.4+.
9701 (gdb-ann3): Replace with...
9702 (gdb-init-1, gdb-init-2): ...two new functions.
9703 (gdba, gdb-prompt): Call gdb-init-1.
9704 (gdb-get-version): New function. Call gdb-init-2 from here.
9705 (gud-watch): Make it work with mouse events too.
9706 (gdb-post-prompt): Don't add to queue until GDB version is known.
9707 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
9708 (gdb-locals-mode): Use gdb-version.
9709 (gdb-memory-format-map, gdb-memory-unit-map)
9710 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
9711 (gdb-locals-font-lock-keywords-1)
9712 (gdb-locals-font-lock-keywords-2): New variables.
9713 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
9714 (gdb-set-gud-minor-mode-existing-buffers-1)
9715 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
9716 (gdb-var-update-1, gdb-var-update-handler-1)
9717 (gdb-data-list-register-values-handler)
9718 (gdb-data-list-register-values-custom)
9719 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
9720 (gdb-stack-list-locals-handler, gdb-get-register-names):
9721 New functions for use with GDB 6.4+.
9722 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
9723 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
9724 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
9725 (gdb-stack-list-locals-regexp)
9726 (gdb-data-list-register-names-regexp): New regexps for use with
9727 GDB 6.4+.
9728
9729 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
9730
9731 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
9732
9733 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
9734
9735 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
9736 prompts work for AUTH PLAIN. Also reported by Steve Allan
9737 <seallan@verizon.net>.
9738
9739 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
9740
9741 * frame.el (set-frame-parameter): Add doc string.
9742
9743 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
9744
9745 * textmodes/org.el (org-occur-highlights): New variable.
9746 (org-highlight-new-match, org-remove-occur-highlights): New functions.
9747 (org-highlight-sparse-tree-matches): New option.
9748 (org-do-occur): New function.
9749 (org-get-heading): Make it work also at beginning of line.
9750 (org-category-table): New variable.
9751 (org-get-category-table, org-get-category)
9752 (org-camel-to-words, org-link-search): New functions.
9753 (org-select-this-todo-keyword): New variable.
9754 (org-todo-list): New command.
9755 (org-shiftright, org-shiftleft): New commands.
9756 (org-agenda-todo): Add prefix argument.
9757 (org-show-hierarchy-above): New option.
9758 (org-show-todo-tree): Numerical prefix creates tree for specific
9759 TODO keyword.
9760 (org-outline-level): New function, to assign a level to plain
9761 lists items.
9762 (org-cycle-include-plain-lists): New option.
9763 (org-mode): Use `org-outline-level' as value of `outline-level'.
9764 (org-cycle): Temporarily switch `outline-regexp' if
9765 `org-cycle-include-plain-lists' is non-nil.
9766 (org-start-icalendar-file): Fix format bug.
9767 (org-agenda-get-day-entries): Create category table.
9768 (org-agenda-get-todos, org-agenda-get-timestamps)
9769 (org-agenda-get-deadlines, org-agenda-get-scheduled)
9770 (org-agenda-get-blocks): Use `org-get-category'.
9771 (org-context-in-file-links): Rename from
9772 `org-line-numbers-in-file-links'.
9773
9774 2005-12-06 Romain Francoise <romain@orebokech.com>
9775
9776 * window.el (balance-windows): Delete extraneous third arg in call
9777 to `enlarge-window'.
9778
9779 2005-12-06 Kenichi Handa <handa@m17n.org>
9780
9781 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
9782
9783 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
9784
9785 * progmodes/gdb-ui.el (gdb-var-create-handler)
9786 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
9787 (gdb-var-list-children-handler, gdb-var-update-handler):
9788 Current buffer is already gdb-partial-output-buffer, don't
9789 make it current again.
9790
9791 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
9792
9793 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
9794 (list-buffers-noselect): Use it.
9795
9796 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
9797
9798 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
9799 (mail-yank-ignored-headers): Use regexp-opt.
9800 (mail-mode-map): Move initialization into declaration.
9801 (mail-sent-via): Remove unused shadowed var `to-line'.
9802 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
9803 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
9804 (mail-do-fcc): Use dolist and push.
9805 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
9806 (mail-yank-ignored-headers): Don't autoload.
9807
9808 2005-12-05 Kenichi Handa <handa@m17n.org>
9809
9810 * international/mule-cmds.el (set-language-info-internal): New fun.
9811 (set-language-info): Call set-language-info-internal to update
9812 language-info-alist. If LANG-ENV is the current one, call
9813 set-language-environment to make INFO effective now.
9814 (set-language-info-alist): Likewise.
9815 (locale-language-names): With locale "en", use English
9816 lang. env. but set the default codings to iso-8859-1.
9817
9818 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
9819
9820 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
9821 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
9822 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
9823 for plain strings.
9824 (gdb-frames-mode): Remove redundant call to font-lock-mode.
9825 (gdb-all-registers): Rename from toggle-gdb-all-registers.
9826 Create registers buffer if necessary. Echo new state in minibuffer.
9827 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
9828
9829 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
9830
9831 * info.el (Info-fontify-node): Match external links using
9832 non-directory part of filename.
9833
9834 2005-12-04 Juri Linkov <juri@jurta.org>
9835
9836 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
9837 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
9838 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
9839 because there is no customization option for it.
9840
9841 * font-lock.el (lisp-font-lock-keywords-1):
9842 Add define-global-minor-mode.
9843
9844 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
9845
9846 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
9847 properties on the constructed variable names.
9848
9849 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
9850 Put `definition-name' properties on the constructed function names
9851 next-sym and prev-sym.
9852
9853 * emacs-lisp/find-func.el (find-function-regexp):
9854 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
9855 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
9856 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
9857 and easy-menu-define.
9858
9859 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
9860 easy-mmode-define-global-mode and define-global-minor-mode.
9861 (lisp-imenu-generic-expression): Add define-global-minor-mode.
9862
9863 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
9864 instead of easy-mmode-define-global-mode.
9865
9866 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
9867 Use define-minor-mode instead of easy-mmode-define-minor-mode.
9868
9869 * cus-edit.el (customize-group, customize-group-other-window):
9870 Filter out autoloaded options from the group completion list by
9871 using heuristics that autoloaded groups don't have `custom-autoload'
9872 property on their symbols (they have only `custom-loads').
9873
9874 * simple.el (completion-setup-function): Put completions-common-part
9875 face on complete completion string too (i.e. completion string
9876 without completions-first-difference face).
9877
9878 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
9879
9880 2005-12-03 Eli Zaretskii <eliz@gnu.org>
9881
9882 * view.el (view-mode): Doc fix.
9883
9884 * disp-table.el (standard-display-european): Add to the warning
9885 message a reference to the doc string.
9886
9887 * play/yow.el (apropos-zippy): Call print-help-return-message,
9888 similar to other Help and Apropos commands.
9889
9890 * help.el (print-help-return-message): If pop-up-frames is
9891 non-nil, set up help-return-method to delete the help window and,
9892 possibly, its frame as well, and don't display message about
9893 scrolling the help window. Doc fix.
9894 (help-return-method): Doc fix.
9895
9896 2005-12-03 Martin Rudalics <rudalics@gmx.at>
9897
9898 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
9899 whereby names of length one or names starting with a
9900 symbol-constituent character would not be returned.
9901
9902 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9903
9904 * subr.el (atomic-change-group): Add edebug and indentation spec.
9905
9906 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
9907
9908 * completion.el (save-completions-file-name): Fix typo in last change.
9909
9910 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9911
9912 * info.el: Move back/forward history to the beginning of the tool bar.
9913
9914 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
9915
9916 * allout.el (eval-when-compile): Remove unnecessary load of cl.
9917 Add fset of allout-real-isearch-abort during compile to fix
9918 byte-compilation warnings.
9919 (allout-mode-p): Move definition of this macro above all uses, or
9920 byte compilation in barren emacs (eg, during emacs build) will
9921 lack the definition.
9922 (allout-mode): Move this variable above any uses, or byte
9923 compilation will fail.
9924 (allout-resolve-xref): Remove use of personal file-reference function.
9925 (allout-toggle-current-subtree-encryption): Do the current (ie,
9926 visible containing) topic, rather than nearest around point. Doc fix.
9927 (allout-toggle-subtree-encryption): New function, workhorse that
9928 works on nearest topic containing point.
9929 (allout-encrypt-string): Signal requirement for newer version of pgg.
9930 (allout-resumptions): Doc fix.
9931
9932 2005-12-02 Eli Zaretskii <eliz@gnu.org>
9933
9934 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
9935
9936 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
9937
9938 * textmodes/flyspell.el (flyspell-external-point-words):
9939 Consider a misspelling as found in the string search if: (a) misspelling
9940 and found string lengths match, or (b) misspelling is found as
9941 element in a boundary-chars separated longer string, or (c)
9942 ispell-program-name is really ispell and misspelling is found as
9943 part of a TeX string. After successful match move beginning of
9944 search region to end of match. Warn about not found misspellings
9945 once the process is done.
9946 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
9947
9948 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
9949
9950 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
9951 tool bar (removed inadvertently).
9952
9953 2005-12-02 Juri Linkov <juri@jurta.org>
9954
9955 * log-view.el (log-view-diff): Clarify doc string.
9956
9957 2005-12-01 Bill Wohler <wohler@newt.com>
9958
9959 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
9960 triggers lm-verify errors.
9961
9962 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
9963
9964 * simple.el (transient-mark-mode, line-number-mode)
9965 (column-number-mode, size-indication-mode): Remove `:require nil'.
9966
9967 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
9968
9969 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
9970 in the margin also.
9971 (gdb-breakpoints-mode-map): Use D instead of d for
9972 gdb-delete-breakpoint.
9973 (gdb-get-frame-number): Require a number to match on.
9974 (gdb-threads-mode-map): Add follow-link binding.
9975
9976 2005-11-30 Jason Rumney <jasonr@gnu.org>
9977
9978 * isearch.el (isearch-mode-map): Avoid exiting search on
9979 language-change event.
9980
9981 2005-11-30 Romain Francoise <romain@orebokech.com>
9982
9983 * speedbar.el (speedbar-default-position): New defcustom.
9984 (speedbar-frame-reposition-smartly): Use it.
9985
9986 * dframe.el (dframe-reposition-frame-emacs): Fix position
9987 computation for `left' location.
9988 Update copyright year.
9989
9990 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
9991
9992 * help.el (help-map): Move initialization into declaration.
9993
9994 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
9995
9996 * help-fns.el (help-argument-name): Don't autoload.
9997 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
9998 to be re-loaded when customizing the `help' group.
9999
10000 2005-11-30 John Paul Wallington <jpw@gnu.org>
10001
10002 * help-fns.el (describe-function-1): Fill arglist output.
10003
10004 2005-11-30 Kim F. Storm <storm@cua.dk>
10005
10006 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
10007 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
10008 after revert-buffer (or anything else which kills all local variables).
10009
10010 * apropos.el (apropos-parse-pattern): Doc fix.
10011 Set apropos-regexp directly, rather than expecting callers to do so.
10012 (apropos-command, apropos, apropos-value, apropos-documentation):
10013 Simplify calls to apropos-parse-pattern.
10014
10015 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10016
10017 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
10018 (hi-lock-face-phrase-buffer): Use hi-yellow face.
10019 (hi-lock-write-interactive-patterns): Use comment-region.
10020
10021 * longlines.el (longlines-mode): Add mail-setup-hook.
10022
10023 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
10024
10025 * simple.el (sendmail-user-agent-compose, next-line):
10026 Conditionally use hard-newline.
10027
10028 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
10029
10030 * international/latexenc.el (latex-inputenc-coding-alist):
10031 Reword doc string.
10032
10033 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
10034
10035 * help.el (describe-key-briefly, describe-key): Recognize default
10036 bindings.
10037
10038 2005-11-29 Romain Francoise <romain@orebokech.com>
10039
10040 * view.el (view-inhibit-help-message): New defcustom.
10041 (view-mode-enter): Use it.
10042
10043 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
10044
10045 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
10046 Preserve user position.
10047
10048 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
10049
10050 * font-lock.el: Throw error if facemenu is not loaded to prevent
10051 accidental change of loading order in loadup.el. (Suggested by RMS.)
10052
10053 * loadup.el: Add comment explaining why facemenu must be loaded
10054 before font-lock.
10055
10056 2005-11-28 Jay Belanger <belanger@truman.edu>
10057
10058 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
10059 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10060
10061 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
10062
10063 * calc/calc-embed.el (calc-do-embedded): Update help message.
10064
10065 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
10066
10067 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10068
10069 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
10070
10071 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
10072 called-interactively-p.
10073 (elp-profilable-p): Rename from elp-not-profilable-p.
10074 Invert result and take into account macros and autoloaded functions.
10075 (elp-instrument-function): Update call.
10076 (elp-instrument-package): Update call. Add completion.
10077 (elp-pack-number): Use match-string.
10078 (elp-results-jump-to-definition-by-mouse): Merge into
10079 elp-results-jump-to-definition and then remove.
10080 (elp-output-insert-symname): Make help echo text single-line.
10081
10082 * replace.el (query-replace-map): Move initialization into declaration.
10083 (occur-engine): Use with-current-buffer.
10084 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
10085 (occur-mode-mouse-goto): Replace with an alias.
10086
10087 2005-11-28 Juri Linkov <juri@jurta.org>
10088
10089 * simple.el (quoted-insert): Let-bind input-method-function to nil.
10090
10091 * term/w32-win.el: Bind [S-tab] to [backtab].
10092
10093 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
10094 `Info-find-file' to t.
10095
10096 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
10097 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
10098 and same-window-regexps.
10099 (occur-next-error): Don't move point for arg 0.
10100
10101 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
10102
10103 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
10104
10105 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
10106
10107 * log-edit.el (log-edit-changelog-use-first): New var.
10108 (log-edit-changelog-ours-p): Use it.
10109 (log-edit-insert-changelog): Set it with new arg `use-first'.
10110 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
10111 (log-edit-hook): Add them to the list of suggested options.
10112
10113 * textmodes/flyspell.el (flyspell-last-buffer): New var.
10114 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
10115 redundant work.
10116 (flyspell-mode-on): Use add-hook for after-change-functions.
10117 (flyspell-mode-off): Use remove-hook for after-change-functions.
10118 (flyspell-changes): Make it buffer-local.
10119 (flyspell-after-change-function): Make it non-interactive. Use push.
10120 (flyspell-post-command-hook): Check input-pending-p while processing
10121 the potentially long list of buffer changes.
10122
10123 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
10124
10125 * buff-menu.el (list-buffers-noselect): Display the selected
10126 frame's buffer list, not the global one.
10127
10128 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10129
10130 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
10131 that (list last-input-event) works as in interactive spec.
10132
10133 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10134
10135 * loadup.el ("facemenu"): Load facemenu before font-lock, because
10136 `facemenu-keymap' needs to be defined when font-lock is loaded.
10137 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
10138
10139 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
10140
10141 * completion.el: Remove useless leading * in defcustom docstrings.
10142 (save-completions-file-name): Use ~/.emacs.d if available.
10143 (completion-standard-syntax-table): Rename from
10144 cmpl-standard-syntax-table and fold initialization into declaration,
10145 thus removing cmpl-make-standard-completion-syntax-table.
10146 (completion-lisp-syntax-table, completion-c-syntax-table)
10147 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
10148 (cmpl-saved-syntax, cmpl-saved-point): Remove.
10149 (symbol-under-point, symbol-before-point)
10150 (symbol-under-or-before-point, symbol-before-point-for-complete)
10151 (add-completions-from-c-buffer): Use with-syntax-table.
10152 (make-completion): Don't return a list of completion entries.
10153 Update callers.
10154 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
10155 (completion-initialize): Rename from initialize-completions.
10156 (completion-find-file-hook): Rename from cmpl-find-file-hook.
10157 (kill-emacs-save-completions): Collect stats here.
10158 (save-completions-to-file, load-completions-from-file):
10159 Use with-current-buffer.
10160 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
10161 into a function. Move all calls to toplevel.
10162 (completion-lisp-mode-hook): New fun.
10163 (completion-c-mode-hook, completion-setup-fortran-mode):
10164 Set the syntax-table here. Use local-set-key.
10165 (completion-saved-bindings): New var.
10166 (dynamic-completion-mode): Make it into a proper minor mode.
10167 (load-completions-from-file): Remove unused var `num-uses'.
10168
10169 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
10170 constructor if it is explicitly overridden.
10171
10172 * complete.el (PC-completion-as-file-name-predicate):
10173 Use minibuffer-completing-file-name.
10174 (partial-completion-mode): Use find-file-not-found-functions.
10175 (PC-lisp-complete-symbol): Use with-syntax-table.
10176 (PC-look-for-include-file): Remove dead setq.
10177 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
10178 (PC-complete): Use with-current-buffer.
10179
10180 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
10181 escape single quotes.
10182
10183 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10184
10185 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
10186 of `if' whose condition always returned nil. Doc fix.
10187
10188 * buff-menu.el (Buffer-menu-revert-function): Make the selected
10189 window's buffer the current buffer around the call to
10190 `list-buffers-noselect'. This is necessary to mark that buffer
10191 with a `.' in the Buffer Menu when called from Lisp, for instance
10192 by Auto Revert Mode.
10193
10194 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
10195
10196 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
10197 attaching to it.
10198 (gdb-pre-prompt): Make sure gdb-error is reset.
10199
10200 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
10201 with a child process, detect it.
10202 (gud-speedbar-buttons): Match regexp more carefully.
10203
10204 2005-11-27 Richard M. Stallman <rms@gnu.org>
10205
10206 * mouse.el (mouse-drag-move-window-bottom):
10207 Use adjust-window-trailing-edge.
10208
10209 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
10210
10211 * simple.el (blink-matching-open): Ignore
10212 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
10213 (blink-matching-paren-on-screen): Update docstring.
10214
10215 * paren.el (show-paren-mode): No longer change
10216 `blink-matching-paren-on-screen'.
10217
10218 2005-11-27 John Paul Wallington <jpw@pobox.com>
10219
10220 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
10221 (gdb-threads-select, gdb-edit-register-value):
10222 Use `posn-set-point' instead of `mouse-set-point' because the
10223 latter is not fbound when configured without X.
10224
10225 2005-11-27 Kim F. Storm <storm@cua.dk>
10226
10227 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
10228 existing face when partially highlighting a TAB in a rectangle.
10229
10230 2005-11-26 Kim F. Storm <storm@cua.dk>
10231
10232 * ido.el (ido-mode-map): Doc fix.
10233 (ido-mode-common-map, ido-mode-file-map)
10234 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
10235 (ido-define-mode-map): Rewrite. Select one of the new maps as
10236 parent for ido-mode-map instead of building from scratch.
10237 (ido-init-mode-maps): New defun to initialize new maps.
10238 (ido-mode): Call it.
10239 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
10240 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
10241
10242 2005-11-26 John Paul Wallington <jpw@pobox.com>
10243
10244 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
10245 `mouse-set-point' because the latter is not fbound when configured
10246 without X.
10247
10248 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
10249
10250 * files.el (file-relative-name): Doc fix.
10251
10252 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
10253
10254 * progmodes/octave-inf.el (inferior-octave-startup): Force a
10255 non-empty string for secondary prompt PS2.
10256
10257 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10258
10259 * progmodes/compile.el (compilation-setup): Fix last change.
10260
10261 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
10262
10263 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
10264 (gdb-mouse-toggle-breakpoint-margin)
10265 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
10266 Add gdb-server-prefix to keep out of command history.
10267 (gdb-edit-register-value): New function.
10268 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
10269 (gdb-info-registers-custom): Use above map.
10270
10271 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
10272
10273 * custom.el (enable-theme): Signal error if argument is not a
10274 theme. Don't recalculate a face if it's not loaded yet.
10275
10276 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
10277 the `user' theme is in effect.
10278
10279 * info.el (Info-on-current-buffer): Record actual filename in
10280 Info-current-file, instead of t, or a fake filename if a non-file
10281 buffer. Make autoload.
10282 (Info-find-node, Info-revert-find-node): No need to check for
10283 Info-current-file nil.
10284 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
10285 Info-current-file is now never `t'.
10286 (Info-fontify-node): Many simplifications due to Info-current-file
10287 always being valid. Use Info-find-file to find node filename.
10288
10289 2005-11-25 David Kastrup <dak@gnu.org>
10290
10291 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
10292 new character, then delete" in order to preserve markers.
10293
10294 2005-11-25 David Ponce <david@dponce.com>
10295
10296 * recentf.el (recentf-arrange-by-rule): Handle a special
10297 `auto-mode-alist'-like "strip suffix" rule.
10298 (recentf-build-mode-rules): Handle second level auto-mode entries.
10299
10300 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
10301
10302 * viper-keym.el (viper-ESC-key): Use different values in terminal and
10303 window modes.
10304
10305 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
10306 jde-javadoc-checker-report-mode.
10307
10308 * ediff-wind (ediff-make-wide-display): Slight simplification.
10309
10310 * ediff.el (ediff-date): Change the date of last update.
10311
10312 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
10313
10314 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
10315 Use define-minor-mode, and make it a local mode. Turn on font-lock.
10316 (hi-lock-mode): New global minor mode.
10317 (turn-on-hi-lock-if-enabled): New function.
10318 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
10319 Change arguments to regexp and face instead of a font-lock pattern.
10320 Directly set face property, instead of refontifying.
10321 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
10322 (hi-lock-find-patterns): Use line-number-at-pos.
10323
10324 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
10325 arguments for hi-lock-set-pattern.
10326 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
10327 Call font-lock-fontify-buffer.
10328 (hi-lock-find-file-hook, hi-lock-current-line)
10329 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
10330
10331 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
10332 turned off.
10333
10334 * progmodes/compile.el (compilation-setup): Don't fiddle with
10335 font-lock-defaults.
10336
10337 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
10338
10339 * progmodes/gdb-ui.el (gdb-var-create-handler)
10340 (gdb-var-list-children-handler): Find values for all variable
10341 objects. gud-speedbar-buttons decides whether to display them.
10342
10343 2005-11-24 Romain Francoise <romain@orebokech.com>
10344
10345 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
10346 buffer name with a space.
10347
10348 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
10349
10350 * textmodes/org.el (org-export-plain-list-max-depth): Rename from
10351 `org-export-local-list-max-depth'. Change default value to 3.
10352 (org-auto-renumber-ordered-lists)
10353 (org-plain-list-ordered-item-terminator): New options.
10354 (org-at-item-p, org-beginning-of-item, org-end-of-item)
10355 (org-get-indentation, org-get-string-indentation)
10356 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
10357 New functions.
10358 (org-move-item-down, org-move-item-up): New commands.
10359 (org-export-as-html): New classes for CSS support. Bug fix in
10360 regular expression detecting fixed-width regions. Respect
10361 `org-local-list-ordered-item-terminator'.
10362 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
10363 also a list item.
10364 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
10365 New item moving functions.
10366
10367 2005-11-24 Juri Linkov <juri@jurta.org>
10368
10369 * isearch.el (isearch-repeat): With empty search ring set
10370 `isearch-error' to the error string instead of signaling error
10371 with the function `error'.
10372
10373 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10374
10375 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
10376
10377 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
10378
10379 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
10380 and variable.
10381 (gdb-var-create-handler, gdb-var-list-children-handler):
10382 Don't match on "char **...".
10383 (gdb-var-update-handler): Find values for all variable objects.
10384 (gdb-info-frames-custom): Identify frames by leading "#".
10385
10386 * progmodes/gud.el (gud-speedbar-menu-items): Add
10387 gdb-speedbar-auto-raise as radio button.
10388 (gud-speedbar-buttons): Raise speedbar if requested.
10389 Don't match on "char **...".
10390 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
10391 Make it editable.
10392
10393 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
10394
10395 * info.el (Info-fontify-node): Handle the case where
10396 Info-current-file is t.
10397
10398 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
10399
10400 * simple.el (blink-matching-open): Fix off-by-one in last change.
10401
10402 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10403
10404 * term/mac-win.el: Don't change default directory.
10405
10406 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
10407
10408 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
10409 buffers correctly. (It used to throw an error in such buffers.)
10410 Make it ask for confirmation in group buffers and other Custom
10411 buffers containing more than one customization item.
10412
10413 2005-11-22 John Paul Wallington <jpw@gnu.org>
10414
10415 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
10416 property on mail and url overlays.
10417 (goto-address-at-point): Use `posn-set-point' instead of
10418 `mouse-set-point' because the latter is not fbound when configured
10419 without X.
10420
10421 2005-11-22 Lars Hansen <larsh@soem.dk>
10422
10423 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
10424 (ls-lisp-classify, ls-lisp-format): Delete call to
10425 ls-lisp-parse-symlink.
10426 (ls-lisp-handle-switches): Handle symlinks to directories as
10427 directories when ls-lisp-dirs-first in non-nil.
10428
10429 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
10430
10431 * startup.el (command-line): Make sure that loaddefs.el is handled
10432 correctly in load-history.
10433
10434 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
10435
10436 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
10437 (gdb-struct-string, gdb-array-string): New constants.
10438 (gdb-info-locals-handler): Use them.
10439 (gdb-reset): Reset gdb-var-list to nil.
10440
10441 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
10442
10443 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
10444 in patterns.
10445
10446 2005-11-21 Juri Linkov <juri@jurta.org>
10447
10448 * custom.el (defcustom): Update link types in docstring.
10449
10450 2005-11-20 Martin Rudalics <rudalics@gmx.at>
10451
10452 * custom.el (defgroup): Add doc-string-elt info.
10453
10454 * widget.el (define-widget): Don't use declare for the doc-string-elt.
10455
10456 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
10457
10458 * newcomment.el (comment-enter-backward): Fix last fix.
10459
10460 * simple.el (blink-matching-open):
10461 * paren.el (show-paren-function): Allow new paren-class info.
10462
10463 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
10464
10465 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
10466 handled automagically.
10467
10468 2005-11-20 Andreas Schwab <schwab@suse.de>
10469
10470 * descr-text.el (describe-char): When copying overlays put them
10471 over the full char description instead of just the first character
10472 of it.
10473
10474 2005-11-20 Juri Linkov <juri@jurta.org>
10475
10476 * simple.el (what-cursor-position):
10477 * descr-text.el (describe-char): Use Lisp-readable syntax
10478 for octal and hex. Reorder decimal, octal and hex values.
10479 Remove excess whitespace in the output. Use `=' in `column='
10480 like in `point=' and `Hscroll='.
10481
10482 * international/mule-cmds.el (encoded-string-description):
10483 Use Lisp-readable syntax for hex.
10484
10485 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
10486
10487 * newcomment.el (comment-enter-backward): Handle the case where the
10488 comment is closed by EOB.
10489
10490 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
10491
10492 * longlines.el (longlines-before-revert-hook)
10493 (longlines-after-revert-hook): New functions.
10494 (longlines-mode): Turn off longlines temporarily when reverting.
10495 Add a message-setup-hook.
10496 (longlines-decode-buffer): New function.
10497 (longlines-wrap-line): Preserve marker positions.
10498
10499 2005-11-19 Andreas Schwab <schwab@suse.de>
10500
10501 * emacs-lisp/shadow.el: Handle compressed files.
10502
10503 2005-11-19 Romain Francoise <romain@orebokech.com>
10504
10505 * net/browse-url.el (browse-url-default-browser): Signal an error
10506 if no usable browser can be found, rather than try to load w3.
10507
10508 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
10509
10510 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
10511 replacing existing properties.
10512 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
10513 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
10514 tty specs.
10515 (rcirc-server-prefix, rcirc-server): New faces.
10516 (rcirc-url-regexp): Generate with rx macro.
10517 (rcirc-last-server-message-time): New variable.
10518 (rcirc-filter): Record time of last message.
10519 (rcirc-keepalive): Kill processes that did not send a message
10520 since the last ping.
10521 (rcirc-mode): Give rcirc-topic a local binding here.
10522
10523 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org>
10524
10525 * subr.el (read-passwd): Fontify the prompt as we do with other
10526 prompts.
10527
10528 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
10529
10530 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
10531 binding buffer-read-only to nil.
10532
10533 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10534
10535 * complete.el (partial-completion-mode):
10536 Mention completion-auto-help in the doc string.
10537
10538 * man.el (Man-highlight-references): Doc fix. Reformat code in a
10539 more Lisp-ish way.
10540
10541 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
10542
10543 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
10544 digits, not 8, to avoid misalignment for files larger than 100MB.
10545
10546 2005-11-19 Eli Zaretskii <eliz@gnu.org>
10547
10548 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
10549 Mention "keyboard shortcuts" in the help text.
10550
10551 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10552
10553 * startup.el (fancy-splash-default-action): Discard only
10554 mouse-down and succeeding mouse-up events in the splash screen
10555 window so that drag-n-drop event can be processed.
10556
10557 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
10558
10559 * longlines.el (longlines-mode): Add hacks for mail-mode and
10560 message-mode.
10561
10562 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
10563
10564 * textmodes/org.el (org-table-sort-lines): New command.
10565 (org-tbl-menu): Add entry for `org-table-sort-lines'.
10566 (org-add-file): Command removed, use `org-agenda-file-to-front'
10567 instead.
10568 (org-export-icalendar): Use `org-icalendar-combined-name'.
10569 (org-cycle-agenda-files, org-agenda-file-to-end)
10570 (org-agenda-file-to-front): New commands.
10571 (org-table-tab-jumps-over-hlines, org-export-html-style):
10572 New options.
10573 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
10574 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
10575 New functions.
10576 (org-fill-paragraph): Call `org-table-align' in tables.
10577 (org-mode): Call `org-set-autofill-regexps'.
10578 (org-export-as-html): Support for local handformatted lists.
10579 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
10580 (org-export-local-list-max-depth): New option.
10581 (org-html-expand): Use `org-html-protect'.
10582
10583 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
10584
10585 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
10586 to "p".
10587 (gdb): Move definition of gud-pp to...
10588
10589 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
10590 speedbar.
10591 (gdb-find-watch-expression): New function.
10592
10593 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10594
10595 * faces.el (face-attribute, set-face-attribute): Mention existence
10596 of `:ignore-defface' setting in docstring.
10597
10598 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
10599
10600 * simple.el (completion-setup-function): Fix last change.
10601
10602 2005-11-17 John Paul Wallington <jpw@pobox.com>
10603
10604 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
10605 Use `posn-set-point' instead of `mouse-set-point' because the
10606 latter is not fbound when configured without X.
10607
10608 * comint.el (comint-insert-input): Likewise.
10609
10610 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
10611
10612 * simple.el (hard-newline): New variable.
10613 (sendmail-user-agent-compose, next-line): Use it.
10614
10615 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
10616 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
10617 (mail-mail-reply-to, mail-mail-followup-to)
10618 (mail-position-on-field, mail-signature, mail-yank-original)
10619 (mail-attach-file): Likewise.
10620
10621 * mail/mailheader.el (mail-header-format)
10622 (mail-header-format-function): Likewise.
10623
10624 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
10625
10626 2005-11-17 Juri Linkov <juri@jurta.org>
10627
10628 * font-lock.el (font-lock-faces): Rename this defgroup from
10629 `font-lock-highlighting-faces'.
10630 (font-lock-comment-face, font-lock-comment-delimiter-face)
10631 (font-lock-string-face, font-lock-doc-face)
10632 (font-lock-keyword-face, font-lock-builtin-face)
10633 (font-lock-function-name-face, font-lock-variable-name-face)
10634 (font-lock-type-face, font-lock-constant-face)
10635 (font-lock-warning-face, font-lock-negation-char-face)
10636 (font-lock-preprocessor-face)
10637 (font-lock-regexp-grouping-backslash)
10638 (font-lock-regexp-grouping-construct): Rename :group from
10639 `font-lock-highlighting-faces' to `font-lock-faces'.
10640
10641 * cus-edit.el (lisp, c, tex):
10642 * progmodes/ada-mode.el (ada):
10643 * progmodes/asm-mode.el (asm):
10644 * progmodes/cperl-mode.el (cperl-faces):
10645 * progmodes/cpp.el (cpp):
10646 * progmodes/dcl-mode.el (dcl):
10647 * progmodes/f90.el (f90):
10648 * progmodes/fortran.el (fortran):
10649 * progmodes/icon.el (icon):
10650 * progmodes/idlwave.el (idlwave-misc):
10651 * progmodes/m4-mode.el (m4):
10652 * progmodes/make-mode.el (makefile):
10653 * progmodes/meta-mode.el (meta-font):
10654 * progmodes/modula2.el (modula2):
10655 * progmodes/octave-mod.el (octave):
10656 * progmodes/pascal.el (pascal):
10657 * progmodes/perl-mode.el (perl):
10658 * progmodes/prolog.el (prolog):
10659 * progmodes/ps-mode.el (PostScript-edit):
10660 * progmodes/scheme.el (scheme):
10661 * progmodes/sh-script.el (sh-script):
10662 * progmodes/simula.el (simula):
10663 * progmodes/tcl.el (tcl):
10664 * textmodes/nroff-mode.el (nroff):
10665 * textmodes/reftex-vars.el (reftex-fontification-configurations):
10666 * textmodes/sgml-mode.el (sgml):
10667 * textmodes/texinfo.el (texinfo):
10668 Add :link (custom-group-link font-lock-faces) to defgroup.
10669
10670 * hi-lock.el (hi-lock): Rename this defgroup from
10671 `hi-lock-interactive-text-highlighting'. Change parent group from
10672 `faces' to `font-lock'. Add link to the manual.
10673 (hi-lock-mode, hi-lock-file-patterns-range)
10674 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
10675 `hi-lock-interactive-text-highlighting' to `hi-lock'.
10676 (hi-lock-faces): Add :group `faces'.
10677
10678 * cus-edit.el (custom-variable-prompt): Clarify the code.
10679
10680 * faces.el (face-read-string): Set the default value arg of
10681 completing-read.
10682
10683 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
10684
10685 * rfn-eshadow.el (file-name-shadow-properties)
10686 (file-name-shadow-tty-properties, file-name-shadow-mode):
10687 Remove autoloads, because the file is now preloaded.
10688
10689 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10690
10691 * printing.el (easy-menu-intern): Don't define.
10692 (pr-get-symbol): Use easy-menu-intern only if defined.
10693
10694 * simple.el (blink-matching-open): Simplify a bit.
10695 (completion-setup-function): Fix the case of partial-completion-mode
10696 when the minibuffer's contents start with "-".
10697 Obey completion-base-size-function even when
10698 minibuffer-completing-file-name is non-nil.
10699
10700 2005-11-16 Richard M. Stallman <rms@gnu.org>
10701
10702 * net/eudcb-ph.el (eudc-ph-open-session):
10703 Use set-process-query-on-exit-flag.
10704
10705 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
10706
10707 * international/ucs-tables.el (ucs-set-table-for-input):
10708 Use make-local-variable, not make-variable-buffer-local.
10709
10710 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10711 Improve warning message text.
10712
10713 * savehist.el (savehist-save-hook): Add :group.
10714
10715 * menu-bar.el (menu-bar-help-menu):
10716 Rename Find Extra Packages to External Packages.
10717
10718 * cus-edit.el (Custom-reset-standard): Verify that
10719 :custom-standard-value prop exists before calling it.
10720
10721 * apropos.el (apropos-calc-scores): Use apropos-pattern.
10722
10723 2005-11-16 Martin Rudalics <rudalics@gmx.at>
10724
10725 * wid-edit.el (color): Enclose %t in %{...%}.
10726
10727 * cus-edit.el (face): Enclose %t in %{...%}.
10728
10729 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
10730
10731 * savehist.el (savehist-mode-hook): Re-add the var.
10732 (savehist-mode): Use it.
10733
10734 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
10735
10736 * textmodes/flyspell.el: Fix commenting convention.
10737 Remove unnecessary leading * in custom docstrings.
10738 (flyspell-emacs): Remove unused var.
10739 (flyspell-delete-region-overlays): Use remove-overlays.
10740 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
10741 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
10742 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
10743 (flyspell-debug-signal-word-checked): Use with-current-buffer.
10744 (make-flyspell-overlay): Don't locally reuse a global name.
10745 (flyspell-highlight-incorrect-region)
10746 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
10747 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
10748 (flyspell-notify-misspell): Remove unused args `start' and `end'.
10749 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
10750 Wrap calls to accept-process-output inside with-local-quit since it's
10751 often called from a post-command-hook.
10752 (flyspell-correct-word, flyspell-auto-correct-word):
10753 Use ispell-send-string.
10754 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
10755
10756 * calendar/diary-lib.el (diary-list-entries): Also hide the
10757 terminating newline.
10758
10759 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
10760
10761 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
10762 window-system, to allow fonts on tty.
10763
10764 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
10765
10766 * progmodes/gud.el (gud-speedbar-item-info): New function.
10767 (gud-install-speedbar-variables): Use it to display data type
10768 of watch expression as a tooltip in speedbar.
10769
10770 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
10771
10772 * font-core.el (global-font-lock-mode): Add :version keyword,
10773 because default was changed.
10774
10775 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
10776
10777 * startup.el (command-line): Use `custom-reevaluate-setting' for
10778 `file-name-shadow-mode'.
10779
10780 * loadup.el: Preload rfn-eshadow.
10781
10782 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
10783 Add :version keyword.
10784 (file-name-shadow-properties, file-name-shadow-tty-properties)
10785 (file-name-shadow): Add :version keyword.
10786
10787 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
10788 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
10789 in the custom-group property of the symbol frames and the fringe
10790 group got no link to its parent group frames.
10791 Doc fix.
10792
10793 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10794
10795 * progmodes/gud.el (gud-stop-subjob): New function.
10796 (gud-menu-map, gud-tool-bar-map): Use it.
10797
10798 2005-11-16 Kim F. Storm <storm@cua.dk>
10799
10800 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
10801 than kill it.
10802 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
10803 to a more useful/logical place.
10804
10805 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10806
10807 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
10808 go buttons complementary.
10809
10810 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
10811
10812 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
10813 (rfn-eshadow-sifn-equal): New function.
10814 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
10815
10816 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
10817
10818 * viper-utils.el (viper-non-word-characters-reformed-vi):
10819 Quote `-' in string.
10820
10821 * viper.el (viper-emacs-state-mode-list): Ensure that
10822 rcirc-mode buffers come up in Emacs state.
10823
10824 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
10825 operation.
10826
10827 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
10828
10829 * term.el (term-termcap-format): Fix typos.
10830 (term-down): Fix the negative argument case.
10831
10832 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
10833
10834 * progmodes/gdb-ui.el: Remove face-alias left over from change on
10835 2005-08-15.
10836 (gdb-ann3): New command gud-go.
10837 (menu): Accomodate gdb-mi.el.
10838 (gdb-assembler-custom): Make buffer of selected window current
10839 so that set-window-point works.
10840
10841 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
10842 buttons and include new ones.
10843
10844 2005-11-16 Kim F. Storm <storm@cua.dk>
10845
10846 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
10847 (gud-menu-map): Use it.
10848
10849 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
10850
10851 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
10852 that works correctly for Custom and that does not override a user
10853 who disables it.
10854
10855 * help-mode.el (help-make-xrefs, help-xref-on-pp)
10856 (help-xref-interned, help-follow): Make hyperlinks for variables
10857 that are unbound, but have a non-nil variable-documentation property.
10858
10859 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
10860 mode hook. (It conflicted with defcustoms for some mode hooks.)
10861 Use the `variable-documentation' property to give the mode hook a
10862 docstring and expand that docstring.
10863
10864 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
10865
10866 * savehist.el (savehist-mode): Don't bother with
10867 `custom-set-minor-mode'.
10868 (savehist-coding-system): Check XEmacs version.
10869 (history-length): Declare also at run time.
10870 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
10871 Don't set the customize state.
10872 (savehist-minibuffer-hook): Special case for when
10873 minibuffer-history-variable is equal to t.
10874
10875 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
10876
10877 * files.el (write-file): Refresh VC status.
10878
10879 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
10880 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
10881 than fundamental-mode to see if the mode was set.
10882
10883 2005-11-14 Romain Francoise <romain@orebokech.com>
10884
10885 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
10886 dummy function in `eval-when-compile' to avoid compiler warning.
10887 Require `man' at compile time.
10888
10889 2005-11-14 Jay Belanger <belanger@truman.edu>
10890
10891 * calc-alg.el (calcFunc-write-out-power): Rename it to
10892 calcFunc-powerexpand.
10893 (math-write-out-power): Rename it to math-powerexpand; have it
10894 handle negative exponents.
10895 (calc-writeoutpower): Rename it to calc-powerexpand.
10896
10897 * calc-ext.el: Change calcFunc-writeoutpower and
10898 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
10899 autoloads.
10900 Add calcFunc-ldiv to autoloads.
10901
10902 * calc-arith.el (calcFunc-ldiv): New function.
10903
10904 * calc.el (calc-left-divide): New function.
10905
10906 2005-11-14 Juri Linkov <juri@jurta.org>
10907
10908 * cus-edit.el (custom-variable-prompt): Set the default value arg
10909 of completing-read.
10910
10911 * cus-dep.el (custom-make-dependencies): Reverse the list of
10912 found dependencies.
10913
10914 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
10915
10916 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
10917 Highlighting" entry, it is on by default now.
10918 (menu-bar-options-save): Do not save global-font-lock-mode.
10919
10920 2005-11-13 Richard M. Stallman <rms@gnu.org>
10921
10922 * textmodes/flyspell.el (flyspell-large-region):
10923 Call flyspell-accept-buffer-local-defs.
10924
10925 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
10926
10927 * textmodes/flyspell.el (flyspell-notify-misspell):
10928 Fix misspelling of "Misspelling".
10929 (flyspell-process-localwords): New function.
10930 (flyspell-large-region): Call flyspell-process-localwords and
10931 flyspell-delete-region-overlays.
10932 (flyspell-delete-region-overlays): New function.
10933 (flyspell-delete-all-overlays): Call that.
10934
10935 2005-11-13 Richard M. Stallman <rms@gnu.org>
10936
10937 * help.el (help-for-help-internal): Improve doc of C-h a.
10938 (describe-key): Improve prompt; doc fix.
10939
10940 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
10941
10942 * vc-svn.el (vc-svn-registered): Catch all errors.
10943
10944 * cus-dep.el (custom-make-dependencies): Typo.
10945
10946 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
10947
10948 * net/tramp-util.el (top): Fix compilation warning.
10949
10950 2005-11-13 Kim F. Storm <storm@cua.dk>
10951
10952 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
10953
10954 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10955
10956 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
10957 (gud-speedbar-buttons): Match on "const char *" too.
10958
10959 * progmodes/gdb-ui.el (gdb-var-create-handler)
10960 (gdb-var-list-children-handler): Match on "const char *" too.
10961 (gdb-var-evaluate-expression-handler): Match on empty string.
10962 (gdb-var-update-handler): Only call
10963 gdb-var-evaluate-expression-handler when required.
10964
10965 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
10966
10967 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
10968 selected window. This still doesn't work for speedbar.
10969 (gud-speedbar-buttons): Handle string expressions properly.
10970
10971 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
10972 (gdb-var-create-handler): Handle string expressions properly.
10973 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
10974 Handle string expressions properly. Move "type" field into regexp.
10975
10976 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10977
10978 * bookmark.el (bookmark-maybe-message): New function to reduce
10979 code duplication: invokes `message' iff baud-rate is high enough.
10980 (bookmark-write-file): Use above instead of an inline conditional.
10981 (bookmark-load): Same.
10982
10983 2005-11-12 Karl Fogel <kfogel@red-bean.com>
10984
10985 * bookmark.el (bookmark-write-file): Don't visit the destination
10986 file, just write the data to it using write-region. This is
10987 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
10988 change to avoid visiting the file in the first place.
10989
10990 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
10991
10992 * hi-lock.el (hi-lock-mode): Set the default value of
10993 font-lock-defaults.
10994
10995 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
10996
10997 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
10998 arg to `file-attributes'.
10999 (find-lisp-format): The UID and GID can now be strings.
11000
11001 2005-11-12 Kim F. Storm <storm@cua.dk>
11002
11003 * help.el (help-map): Bind C-h d to apropos-documentation.
11004
11005 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
11006 when point is at end-of-buffer.
11007
11008 * apropos.el (apropos-match-face): Doc fix.
11009 (apropos-sort-by-scores): Add new choice `verbose'.
11010 (apropos-documentation-sort-by-scores): New defcustom.
11011 (apropos-pattern): Now contains the pattern entered by the user.
11012 (apropos-pattern-quoted): New defvar.
11013 (apropos-regexp): New defvar, containing the regexp corresponding
11014 to apropos-pattern.
11015 (apropos-all-words-regexp): Rename from apropos-all-regexp.
11016 (apropos-read-pattern): New defun. Use it to read pattern arg in
11017 interactive calls; returns list of words for a word list, and
11018 string for a regexp.
11019 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
11020 parses a list of words or regexp as returned by apropos-read-pattern.
11021 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
11022 (apropos-score-doc): Return a very high score if the string
11023 entered by the user matches literally.
11024 (apropos-variable): Doc fix. Use apropos-read-pattern.
11025 (apropos-command): Doc fix. Use apropos-read-pattern and
11026 apropos-parse-pattern. Call apropos-print with nosubst=t.
11027 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
11028 apropos-parse-pattern.
11029 (apropos-documentation): Doc fix. Use apropos-read-pattern and
11030 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
11031 apropos-documentation-sort-by-scores. Call apropos-print with
11032 nosubst=t.
11033 (apropos-documentation-internal): Pass doc string through
11034 substitute-key-definition before adding text properties.
11035 Highlight substring matching literal user input if possible.
11036 (apropos-documentation-check-doc-file): Remove locals beg and end.
11037 Fix calculation of score (as added twice). Pass doc string through
11038 substitute-key-definition before adding text properties.
11039 (apropos-documentation-check-elc-file): Pass doc string through
11040 substitute-key-definition before adding text properties.
11041 Highlight substring matching literal user input if possible.
11042 (apropos-print): Add new arg NOSUBST; if set, command and variable
11043 doc strings have already been passed through substitute-key-definition.
11044 Add code to handle apropos-accumulator items without score element
11045 for backwards compatibility (e.g. with woman package).
11046 Only show scores if apropos-sort-by-scores is `verbose'.
11047
11048 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
11051 Add jka-compr-load-suffixes to load-suffixes.
11052
11053 * jka-compr.el: Require jka-cmpr-hook.
11054 (jka-compr-info-compress-message, jka-compr-info-compress-program)
11055 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
11056 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
11057 (jka-compr-info-can-append, jka-compr-info-strip-extension)
11058 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
11059 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
11060 (jka-compr-uninstall): Remove entries from
11061 jka-compr-added-to-file-coding-system-alist after they are used.
11062 (jka-compr-error): Remove unused var `curbuf'.
11063 (jka-compr-file-local-copy): Remove unused var `notfound'.
11064
11065 2005-11-10 Romain Francoise <romain@orebokech.com>
11066
11067 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
11068
11069 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
11070
11071 * progmodes/gud.el (gud-menu-map): Move parentheses.
11072 (gdb): New command gud-pv.
11073
11074 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11075
11076 * tar-mode.el: Remove spurious or unnecessary leading stars
11077 in docstrings.
11078 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
11079 (tar-parse-octal-integer-safe): Use mapc.
11080 (tar-header-block-summarize): Remove unused var `ck'.
11081 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
11082 cleared before. Obey default-enable-multibyte-characters.
11083 Use mapconcat. Simplify setting of tar-header-offset.
11084 (tar-mode-map): Move initialization inside delcaration.
11085 (tar-flag-deleted): Use `abs'.
11086 (tar-expunge-internal): Remove unused var `line'.
11087 (tar-expunge-internal): Don't hardcode point-min==1.
11088 (tar-expunge): Widen while doing set-buffer-multibyte.
11089 (tar-rename-entry): Use file-name-coding-system.
11090 (tar-alter-one-field): Don't hardcode point-min==1.
11091 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
11092 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
11093
11094 2005-11-10 Masatake YAMATO <jet@gyve.org>
11095
11096 * add-log.el (add-log-current-defun): Handle class::method
11097 notation of c++. Fix incorrect comment.
11098
11099 2005-11-10 Alan Mackenzie <acm@muc.de>
11100
11101 * help-fns.el (describe-variable): Make C-h v work when a variable
11102 has variable documentation yet is unbound.
11103
11104 2005-11-10 Masatake YAMATO <jet@gyve.org>
11105
11106 * man.el (Man-highlight-references): Set an empty
11107 string to `Man-arguments' if it is nil.
11108 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
11109
11110 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11111
11112 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
11113 commenting conventions.
11114
11115 * cus-dep.el (custom-make-dependencies): Simplify.
11116 Better follow the commenting conventions.
11117
11118 2005-11-09 Richard M. Stallman <rms@gnu.org>
11119
11120 * apropos.el (apropos-pattern): Rename from apropos-regexp.
11121 (apropos-orig-pattern): Rename from apropos-orig-regexp.
11122 All uses changed.
11123 (apropos-rewrite-regexp): Doc fix.
11124 (apropos-variable, apropos-command, apropos, apropos-value):
11125 Change prompt; carry through the argument renaming.
11126
11127 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
11128
11129 * find-lisp.el: Require dired.
11130 (find-lisp-find-dired-internal): Do not call
11131 `abbreviate-file-name' on DIR.
11132
11133 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
11134
11135 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
11136
11137 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
11138
11139 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
11140 when using the speedbar.
11141 (gdb): New command gud-pp.
11142 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
11143
11144 2005-11-09 Juri Linkov <juri@jurta.org>
11145
11146 * replace.el (occur-excluded-properties): New defcustom.
11147 (occur-1, occur-engine, occur-accumulate-lines): Use it.
11148
11149 2005-11-08 Jay Belanger <belanger@truman.edu>
11150
11151 * calc/calc-units.el (math-convert-units): Replace any composite
11152 unit by its definition.
11153
11154 2005-11-08 Lars Hansen <larsh@soem.dk>
11155
11156 * emacs-lisp/autoload.el (update-directory-autoloads):
11157 Add obsolete function alias.
11158
11159 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
11160
11161 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
11162 comment-indent-function.
11163 (lisp-comment-indent): Replace by an alias for comment-indent-default.
11164
11165 * reveal.el (reveal-post-command): Rework the handling of
11166 reveal-open-spots, so as to be more reliable. There were several
11167 tricky corner cases where an open spot might be lost, or where
11168 a closed spot might end up on the list of open spots.
11169 Only reveal text that's ellipsised.
11170
11171 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
11172
11173 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
11174
11175 2005-11-07 John Paul Wallington <jpw@gnu.org>
11176
11177 * ibuffer.el (ibuffer): Search iconified frames too when
11178 getting Ibuffer buffer's window.
11179
11180 2005-11-06 Richard M. Stallman <rms@gnu.org>
11181
11182 * progmodes/compile.el (compilation-internal-error-properties):
11183 save-excursion around the computation of MARKER.
11184
11185 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
11186
11187 * textmodes/flyspell.el (flyspell-external-point-words):
11188 flyspell-get-word returns a list, not just a string.
11189
11190 2005-11-06 John Paul Wallington <jpw@pobox.com>
11191
11192 * ibuffer.el (ibuffer): Search all visible frames when getting
11193 Ibuffer buffer's window.
11194
11195 2005-11-07 Masatake YAMATO <jet@gyve.org>
11196
11197 * man.el (Man-reference-regexp): Accept spaces between
11198 `Man-name-regexp' and `Man-section-regexp'.
11199 (Man-apropos-regexp): New variable.
11200 (Man-abstract-xref-man-page): Use value for `Man-target-string'
11201 if available.
11202 (Man-highlight-references, Man-highlight-references0):
11203 Handle the case when `Man-arguments' includes "-k".
11204 (Man-highlight-references0): Rename the argument `TARGET-POS' to
11205 `TARGET'. `TARGET' can be a number, function or nil.
11206
11207 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
11208
11209 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
11210 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
11211 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
11212 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
11213 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
11214 (gdb-send-item): Use buffer-local-value and simplify.
11215
11216 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
11217
11218 * startup.el (command-line): Use `custom-reevaluate-setting' for
11219 `global-font-lock-mode'.
11220
11221 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
11222 by default, except in batch mode or when the -D option is given.
11223
11224 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
11225 specified keyword args on to `define-minor-mode'. Update docstring.
11226
11227 2005-11-05 Romain Francoise <romain@orebokech.com>
11228
11229 * replace.el (occur-engine): Add marker at end of line, too.
11230
11231 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11232
11233 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11234 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11235 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11236 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11237 argument to all these routines, so the passphrase can be managed
11238 externally and passed in to the system.
11239 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11240 pgg-add-passphrase-to-cache function.
11241
11242 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11243 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11244 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11245 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11246 argument to all these routines, so the passphrase can be managed
11247 externally and passed in to the system.
11248 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11249 function.
11250
11251 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
11252
11253 * font-lock.el: Don't deal with font-lock-face-attributes here,
11254 move the code ...
11255
11256 * startup.el (command-line): ... here. Use face-spec-set instead
11257 of custom-declare-face.
11258
11259 * faces.el (face-spec-set): Reset the face if spec is not nil.
11260
11261 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
11262
11263 * newcomment.el (comment-region-internal): Box more tightly in the
11264 common case where there's no TAB in the boxed text.
11265
11266 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11267
11268 * info.el (info-tool-bar-map): Use images prev-node, next-node and
11269 up-node.
11270
11271 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
11272
11273 * newsticker.el: Commentary updated. Code formatting changed.
11274 (newsticker-version): Change to "1.9".
11275 (newsticker, newsticker-feed): Doc fix.
11276 (newsticker-url-list): Doc fix. Add option "Weekly".
11277 (newsticker-retrieval-interval): Add option "Weekly".
11278 (newsticker-headline-processing): Doc fix.
11279 (newsticker-auto-mark-filter): Remove.
11280 (newsticker-auto-mark-filter-list): New.
11281 (newsticker-layout, newsticker-sort-method): Doc fix.
11282 (newsticker-hide-old-items-in-newsticker-buffer)
11283 (newsticker-heading-format, newsticker-item-format)
11284 (newsticker-desc-format): Doc fix.
11285 (newsticker-show-all-rss-elements): Remove.
11286 (newsticker-show-all-news-elements): New.
11287 (newsticker-faces, newsticker-ticker): Doc fix.
11288 (remove-from-invisibility-spec): Code formatting.
11289 (newsticker--process-ids): New.
11290 (newsticker-mode): Doc fix.
11291 (newsticker-mode): Change mode-line-format.
11292 (newsticker-start): Remove debug output.
11293 (newsticker-start-ticker): Doc fix. Add autoload cookie.
11294 (newsticker-w3m-show-inline-images): Code formatting.
11295 (newsticker-next-item): Call `force-mode-line-update'.
11296 (newsticker-previous-item): Call `force-mode-line-update'.
11297 (newsticker-next-feed): Call `force-mode-line-update'.
11298 (newsticker-previous-feed): Call `force-mode-line-update'.
11299 (newsticker-mark-all-items-at-point-as-read): Code formatting.
11300 (newsticker-show-old-items): Do not show descs.
11301 (newsticker-hide-entry): Hide too much.
11302 (newsticker-hide-entry, newsticker-show-entry)
11303 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
11304 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
11305 (newsticker-toggle-auto-narrow-to-item): Code formatting.
11306 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
11307 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
11308 (newsticker-get-news): Call `force-mode-line-update'.
11309 Collect process ids.
11310 (newsticker--sentinel): Change coding system handling.
11311 Move image retrieval to new functions newsticker--get-logo-url-*.
11312 Move feed parsing to new functions newsticker--parse-*.
11313 Update list of process ids.
11314 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
11315 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
11316 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
11317 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
11318 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
11319 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
11320 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
11321 (newsticker--decode-coding-string): Remove.
11322 (newsticker--decode-numeric-entities): Check input. Format code.
11323 (newsticker--remove-whitespace): Check input.
11324 (newsticker--do-forget-preformatted): Doc fix.
11325 (newsticker--decode-rfc822-date): Allow for missing time.
11326 (newsticker--update-process-ids): New.
11327 (newsticker--image-sentinel): Change comment.
11328 (newsticker--image-read): Change error message.
11329 (newsticker--imenu-goto): Doc fix. Show headline title.
11330 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
11331 (newsticker--buffer-do-insert-text): Clean whitespace in
11332 html-rendered headline title. Code formatting.
11333 Call `newsticker--buffer-print-extra-elements'.
11334 (newsticker--buffer-print-extra-element): Remove.
11335 (newsticker--buffer-print-extra-elements): New.
11336 (newsticker--buffer-do-print-extra-element): New.
11337 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
11338 large sizes.
11339 (newsticker--run-auto-mark-filter)
11340 (newsticker--do-run-auto-mark-filter):
11341 Use `newsticker-auto-mark-filter-list'.
11342
11343 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
11344
11345 * net/rcirc.el: Use split-string OMIT-NULLS argument.
11346 (rcirc-print): Force redisplay before running hooks. Do long
11347 buffer truncation after making new text read-only. Deal with nil
11348 text when decoding strings. If TARGET is nil, use either the
11349 currently selected buffer, if it is an rcirc buffer and of the
11350 same process or the process buffer.
11351 (rcirc-mode): Remove header-line. Recompute short buffer names.
11352 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
11353 (rcirc-short-buffer-name): Add variable.
11354 (rcirc-kill-buffer-hook): Recompute short buffer names.
11355 Remove nick from private channel.
11356 (rcirc-send-input): Send command text to current-buffer.
11357 Don't clear overlay arrow here.
11358 (rcirc-short-buffer-name): Return a short buffer name.
11359 (rcirc-update-short-buffer-names, rcirc-abbreviate)
11360 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
11361 buffer-name abbreviations.
11362 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
11363 Do not touch nick-table when killing a parted channel.
11364 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
11365 Clear arrow from current buffer if it is now hidden.
11366 (rcirc-current-buffer): Add variable.
11367 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
11368 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
11369 Remove -face from names.
11370 (rcirc-update-activity-string): Print "DND" when globally ignoring
11371 activity.
11372 (rcirc-ignore-buffer-activity-flag): Rename from
11373 rcirc-ignore-channel-activity.
11374 (rcirc-ignore-all-activity-flag): Doc fix.
11375 (rcirc-channels): Remove variable.
11376 (rcirc-kill-buffer-hook):
11377 (rcirc-get-buffer-create): Add nick to private channel.
11378 (rcirc-multiline-edit-submit): Remove tabs.
11379 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
11380 folded.
11381 (rcirc-remove-nick-channel): Bug fix.
11382 (rcirc-toggle-ignore-buffer-activity): Rename from
11383 rcirc-toggle-ignore-channel-activity.
11384 (rcirc-record-activity): Add buffers to the front of the list.
11385 (rcirc-update-activity): Remove killed buffers from list.
11386 (rcirc-process-server-response-1): Remove last argument if it is
11387 null before calling handler.
11388 (rcirc): Add "rcirc" defcustom prefix.
11389 (rcirc-prompt): Simplify default prompt.
11390 Use custom-initialize-default.
11391 (rcirc-private-chats): Remove variable.
11392 (rcirc-prompt): Change initialization.
11393 (rcirc-version): Remove function.
11394 (rcirc-id-string): Add constant.
11395 (rcirc-last-buffer): Remove variable.
11396 (rcirc-buffer-alist): Add variable.
11397 (rcirc-connect): Update variable setup.
11398 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
11399 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
11400 default.
11401 (rcirc-handler-generic): Trigger activity.
11402 (rcirc-send-message): Create the buffor of the target.
11403 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
11404 (rcirc-get-buffer): Just return nil if there is no matching buffer.
11405 (rcirc-multiline-edit-cancel): Remove function.
11406 (rcirc-set-last-buffer): Remove function.
11407 (rcirc-get-any-buffer): Add function.
11408 (rcirc-join-channels): Don't print /join text.
11409 (rcirc-toggle-ignore-channel-activity): Add and update echo area
11410 messages.
11411 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
11412 (rcirc-handler-NOTICE): Recognize CTCP responses.
11413 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
11414 constructing TOPIC string for buffers we are not JOINed.
11415 (rcirc-handler-CTCP-response): Add handler.
11416 (rcirc-multiline-edit-submit): Restore the window-configuration
11417 before adjusting point.
11418 (rcirc): Add customization group.
11419 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
11420 (rcirc-user-full-name, rcirc-startup-channels-alist)
11421 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
11422 (rcirc-ignore-all-activity-flag, rcirc-time-format)
11423 (rcirc-input-ring-size, rcirc-read-only-flag)
11424 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
11425 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
11426 Change defvar to defcustom.
11427 (rcirc-update-prompt): Add optional ALL arg, which will update
11428 prompts in all rcirc buffers. Regexp quote replacement text.
11429 (rcirc-fill-column): Accept frame-width as a value.
11430 (rcirc-set-changed): Add function.
11431 (rcirc-next-active-buffer): Write more meaningful messages.
11432 (rcirc-faces): Add customization group.
11433 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
11434 (rcirc-nick-in-message-face, rcirc-prompt-face)
11435 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
11436 (with-rcirc-process-buffer): Move before first usage.
11437 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
11438 (rcirc-debug-flag): Rename from `rcirc-log-p'.
11439 (rcirc-debug): Rename from `rcirc-log'.
11440 (rcirc-format-response-string): Do not print `-' chars for a
11441 NOTICE with no sender. Simplify output of server responses.
11442
11443 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11444
11445 (rcirc-browse-url-map, rcirc-browse-url-at-point)
11446 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
11447 Make urls mouse and RET clickable.
11448
11449 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
11450
11451 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
11452
11453 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
11454
11455 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
11456 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11457 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11458 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11459 argument to all these routines, so the passphrase can be managed
11460 externally and passed in to the system.
11461 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
11462 pgg-add-passphrase-to-cache function.
11463
11464 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
11465 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
11466 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
11467 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
11468 argument to all these routines, so the passphrase can be managed
11469 externally and passed in to the system.
11470 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
11471 function.
11472
11473 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
11474
11475 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
11476 from goto-address-url-regexp.
11477
11478 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
11479
11480 * textmodes/org.el (org-read-date, org-goto-calendar)
11481 (org-recenter-calendar, org-agenda-goto-calendar):
11482 Temporarily clear `calendar-move-hook'.
11483
11484 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
11485
11486 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
11487 merging.
11488
11489 * ediff-util.el (ediff-previous-difference): Don't skip regions that
11490 have merge clashes.
11491
11492 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11493
11494 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11495 Undo previous change.
11496
11497 * startup.el (command-line): Use `custom-reevaluate-setting' for
11498 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
11499 tty-register-default-colors on Mac.
11500
11501 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11502
11503 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
11504 (gdb-buffer-type): Make it automatically buffer local...
11505 (gdb-get-create-buffer): ...and set it accordingly.
11506 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
11507 actually work.
11508
11509 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
11510
11511 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
11512 not red.
11513
11514 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
11515
11516 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
11517 case GUD buffer is not visible.
11518 (gdb-goto-breakpoint): Try to force display in source buffer.
11519 (gdb-frame-gdb-buffer): Copy other similar functions.
11520 (gdb-restore-windows): Don't display source if not asked for.
11521 (gdb-assembler-buffer-name): Don't capitalise.
11522
11523 2005-11-03 Richard M. Stallman <rms@gnu.org>
11524
11525 * wid-edit.el (key-sequence): New widget type.
11526
11527 * simple.el (set-mark-command-repeat-pop): New variable.
11528 (set-mark-command): Only interpret plan C-@ after a pop as a pop
11529 if set-mark-command-repeat-pop is true.
11530
11531 * info.el (Info-fontify-node): Don't display extra "see" if there
11532 already is one here.
11533
11534 * mouse.el: Fix special handling of DEL after dragging a region:
11535 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
11536 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
11537
11538 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
11539
11540 * textmodes/ispell.el (ispell-command-loop): Change `i' description
11541 not to assume it pertains to an affix.
11542
11543 * textmodes/flyspell.el (flyspell-post-command-hook):
11544 Bind deactivate-mark to prevent deactivation.
11545
11546 2005-11-03 Lars Hansen <larsh@soem.dk>
11547
11548 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
11549 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
11550 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
11551
11552 2005-11-03 Romain Francoise <romain@orebokech.com>
11553
11554 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
11555 Update copyright years.
11556
11557 2005-11-03 Sam Steingold <sds@gnu.org>
11558
11559 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
11560 Use system-type instead of window-system because window-system is not
11561 correctly defined during loadup.
11562
11563 2005-11-02 Mark A. Hershberger <mah@everybody.org>
11564
11565 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
11566 (xml-parse-tag): Join strings separated by a comment properly.
11567
11568 2005-11-02 Andreas Schwab <schwab@suse.de>
11569
11570 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
11571
11572 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
11573
11574 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
11575 (byte-optimize-pure-func): Quote the eval'd value.
11576
11577 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
11578 Rename from perl-font-lock-syntactic-face-function.
11579 Change the calling convention so it can be used as a font-lock MATCHER.
11580 Do the parse-partial-sexp loop outselves.
11581 (perl-font-lock-syntactic-keywords): Use it.
11582 (perl-mode): Don't set font-lock-syntactic-face-function any more.
11583
11584 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
11585
11586 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
11587 disassembly buffer too.
11588 (gdb-exited): Remove overlay arrows when execution has finished.
11589 (gdb-info-frames-custom, gdb-info-threads-custom)
11590 (gdb-info-registers-custom): Don't add inappropriate text
11591 properties if inferior is not active.
11592
11593 2005-11-02 Glenn Morris <rgm@gnu.org>
11594
11595 * progmodes/fortran.el (fortran-blink-match):
11596 Use `blink-matching-delay'.
11597
11598 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
11599
11600 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
11601
11602 2005-11-02 Lars Hansen <larsh@soem.dk>
11603
11604 * net/tramp.el (tramp-action-out-of-band): Handle scp message
11605 "Permission denied".
11606
11607 2005-11-01 Richard M. Stallman <rms@gnu.org>
11608
11609 * textmodes/flyspell.el (flyspell-external-point-words):
11610 Pass nil to flyspell-get-word.
11611
11612 2005-11-02 Kim F. Storm <storm@cua.dk>
11613
11614 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
11615 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
11616
11617 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11618
11619 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
11620 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
11621 (calendar-mouse-print-dates): Add optional `event' argument.
11622 Update interactive-spec.
11623 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
11624 Use `calendar-event-to-date' instead of `event'.
11625
11626 2005-11-02 Masatake YAMATO <jet@gyve.org>
11627
11628 * progmodes/ld-script.el (ld-script-builtins):
11629 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
11630 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
11631 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
11632
11633 2005-11-01 Romain Francoise <romain@orebokech.com>
11634
11635 * vc-sccs.el: Update copyright year.
11636 * ezimage.el: Likewise.
11637
11638 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
11639
11640 * info.el (Info-fontify-node): Use `string-width' for fontifying
11641 underlined titles.
11642
11643 2005-11-01 Juri Linkov <juri@jurta.org>
11644
11645 * info.el (Info-fontify-node): Downcase node header keywords Node,
11646 Prev, Next, Up before comparison.
11647 (Info-history): Insert absolute directory name, and put invisible
11648 property on it.
11649
11650 2005-11-01 Juri Linkov <juri@jurta.org>
11651
11652 * info.el (Info-file-supports-index-cookies): New variable.
11653 (Info-find-node-2): Check makeinfo version for index cookie support.
11654 (Info-index-nodes): Search for nodes with index cookies only when
11655 Info-file-supports-index-cookies is t. Otherwise, search nodes
11656 with "Index" in the node name.
11657 (Info-index-node): Search index cookie in the current node only when
11658 Info-file-supports-index-cookies is t. Otherwise, check the word
11659 "Index" in the node name.
11660 (Info-find-emacs-command-nodes): Remove code that searches nodes
11661 with "Index" node name in the top menu.
11662
11663 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
11664
11665 * progmodes/scheme.el (scheme-mode-variables): Use the default
11666 comment-indent-function.
11667
11668 * faces.el (face-attribute): Handle the case where a face inherits from
11669 a non-existent face.
11670
11671 * simple.el (eval-expression-print-format): Use lisp-readable syntax
11672 for octal and hexa output, and merge the char into the paren.
11673 (kill-new): Use push.
11674 (copy-to-buffer): Use with-current-buffer.
11675 (completion-setup-function): Move code in loop to remove redundancy.
11676 (minibuffer-local-must-match-map): Don't add bindings that duplicate
11677 those inherited from minibuffer-local-completion-map.
11678
11679 * savehist.el (savehist-mode) <defcustom>:
11680 Use custom-set-minor-mode if available.
11681 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
11682 and emit a message if applicable.
11683
11684 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
11685
11686 * savehist.el: Sync up to version 19.
11687 (savehist-mode): New minor mode.
11688 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
11689 (savehist-length): Remove (use history-length instead).
11690 (savehist-file-modes): Rename from savehist-modes.
11691 (savehist-save-hook, savehist-loaded): New vars.
11692 (savehist-load): Use savehist-mode. Try to smooth up transition from
11693 old format to new format.
11694 (savehist-install): Allow savehist-autosave-interval to be nil.
11695 (savehist-save): Run the new hook. Be more careful to only trim the
11696 history variables.
11697 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
11698 (savehist-printable): Print into a buffer rather than char-by-char.
11699
11700 2005-11-01 John Wiegley <johnw@newartisans.com>
11701
11702 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
11703 toggle-ignore keybinding (C-a). The author said it had been
11704 disabled much earlier due to a possible incompatibility, but after
11705 many months of usage I have encountered no problems (and it is a
11706 rather useful option, especially for switching to " *temp*").
11707
11708 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
11709 support for OS/X's AddressBook, by calling out to the open source
11710 program "contacts" (installable through Fink).
11711
11712 * net/eudc.el (eudc-expand-inline): If the
11713 `eudc-multiple-match-handling-method' is set to `all', delete the
11714 query string before inserting the query result.
11715
11716 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
11717 flag, to prevent Eshell from using the system ls when
11718 `eshell-ls-insert-directory' is in used.
11719 (eshell-ls-insert-directory): Disable font-lock in directory
11720 buffer so that Eshell's own fontification is seen. This broke
11721 recently due to changes in font-lock, so this goes back to version
11722 21 behavior.
11723
11724 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
11725
11726 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
11727 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
11728 (gdb-many-windows): Doc fix.
11729
11730 2005-10-31 Romain Francoise <romain@orebokech.com>
11731
11732 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
11733
11734 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
11735
11736 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
11737 that global-font-lock-mode can be enabled by default.
11738
11739 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
11740 (font-lock-add-keywords, font-lock-remove-keywords)
11741 (font-lock-fontify-buffer): Remove autoload cookies.
11742
11743 * jit-lock.el (jit-lock-register): Likewise.
11744
11745 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
11746
11747 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11748
11749 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
11750 intact if there is no gud-comint-buffer.
11751
11752 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
11753
11754 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
11755 old prompt comint-prompt-read-only is t and GDB commands are
11756 issued from tool bar etc.
11757
11758 2005-10-31 Masatake YAMATO <jet@gyve.org>
11759
11760 * vc.el (vc-directory-exclusion-list): Add "{arch}".
11761
11762 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
11763
11764 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
11765 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
11766
11767 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
11768
11769 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
11770 starting at beginning of line. Fontification is messed up when
11771 `open-paren-in-column-0-is-defun-start' set to t.
11772 Reported by John Paul Wallington <jpw@pobox.com>.
11773
11774 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
11775
11776 * comint.el (comint-send-input): Call `comint-update-fence' when
11777 `comint-process-echoes' and `comint-prompt-read-only' are both
11778 non-nil, to avoid leftover read-only newline.
11779
11780 2005-10-30 Richard M. Stallman <rms@gnu.org>
11781
11782 * textmodes/flyspell.el (flyspell-external-point-words):
11783 Detect when WORD can't be checked properly because
11784 flyspell-get-word finds just part of it, and move on.
11785
11786 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
11787 boundarychar for Polish.
11788 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
11789 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
11790
11791 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
11792
11793 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
11794 (gdb-registers-font-lock-keywords): Delete.
11795 (gdb-registers-mode): Don't fontify.
11796 (gdb-info-registers-custom): Use text properties instead as, in
11797 future, changed register values will use font-lock-warning-face.
11798 (gdb-local-font-lock-keywords): Rename to...
11799 (gdb-locals-font-lock-keywords): ...for consistency.
11800
11801 2005-10-30 Andre Spiegel <spiegel@gnu.org>
11802
11803 * vc.el (vc-switch-backend): Better error message if the buffer is
11804 not visiting a file under version control.
11805
11806 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
11807
11808 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
11809
11810 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
11811 ~/.emacs.d/.emacs.
11812
11813 2005-10-29 Richard M. Stallman <rms@gnu.org>
11814
11815 * replace.el (occur-mode-mouse-goto): Always go to other window.
11816 (occur-mode-goto-occurrence): Always switch in same window.
11817
11818 * simple.el (undo): Display message at end, not at start.
11819
11820 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
11821 New arg REUSE-CELL.
11822 (cancel-timer-internal): New function.
11823 (timer-event-handler): Use cancel-timer-internal,
11824 and pass the cell it returns to timer-activate...
11825
11826 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
11827 (jit-lock-deferred-fontify, jit-lock-context-fontify)
11828 (jit-lock-after-change): Test memory-full.
11829
11830 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11831
11832 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11833 part of the decoded armor to find the key-identifier.
11834 (pgg-gpg-lookup-key-owner): New function to return the
11835 human-readable identifier of a key owner.
11836 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11837 key itself.
11838 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11839 the key value) if we have a key and can match it against a secret
11840 key. Also, added a note pointing out fact that the prompt only
11841 indicates the first matching key.
11842
11843 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11844 pgg-decrypt-region.
11845 (pgg-pending-timers): A new hash for tracking the passphrase cache
11846 timers, so that new ones supercede old ones.
11847 (pgg-add-passphrase-to-cache): Rename from
11848 `pgg-add-passphrase-cache' to reduce confusion (all callers
11849 changed). Modified to cancel old timers when new ones are added.
11850 (pgg-remove-passphrase-from-cache): Rename from
11851 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11852 changed). Modified to cancel old timers when their keys are
11853 removed from the cache.
11854 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11855 XEmacs, an indirection to delete-itimer.
11856 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11857 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11858 users can only check cache without risk of prompting. Correct bug in
11859 notruncate behavior.
11860 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11861 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11862 Add informative docstrings.
11863 (pgg-decrypt): Convey provided passphrase in subordinate call to
11864 pgg-decrypt-region.
11865
11866 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11867 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11868 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11869 `passphrase' argument, so the passphrase can be managed externally
11870 and then passed in to the system.
11871
11872 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11873 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11874 so the passphrase cache can be used reliably with identifiers
11875 besides a pgp packet's key id.
11876
11877 * pgg-gpg.el (pgg-pgp-encrypt-region)
11878 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11879 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11880 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11881 argument to all these routines, so the passphrase can be managed
11882 externally and passed in to the system.
11883
11884 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11885 `notruncate' argument, so the passphrase cache can be used
11886 reliably with identifiers besides a pgp packet's key id.
11887
11888 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11889
11890 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11891 symmetric encryption.
11892 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11893 encrypted session key.
11894 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11895 message ask for the passphrase in a proper way.
11896
11897 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11898 New user commands for symmetric encryption.
11899
11900 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
11901
11902 * textmodes/conf-mode.el (conf-assignment-sign)
11903 (conf-assignment-regexp): Fix docstrings.
11904 (conf-mode-initialize): New function.
11905 (conf-mode): Remove optional args. Use delay-mode-hooks to
11906 recognize recursive calls.
11907 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
11908 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
11909 (conf-xdefaults-mode): Use define-derived-mode and
11910 conf-mode-initialize.
11911
11912 2005-10-29 Romain Francoise <romain@orebokech.com>
11913
11914 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
11915
11916 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
11917
11918 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
11919 part of the decoded armor to find the key-identifier.
11920 (pgg-gpg-lookup-key-owner): New function to return the
11921 human-readable identifier of a key owner.
11922 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
11923 key itself.
11924 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
11925 the key value) if we have a key and can match it against a secret
11926 key. Also, added a note pointing out fact that the prompt only
11927 indicates the first matching key.
11928
11929 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
11930 pgg-decrypt-region.
11931 (pgg-pending-timers): A new hash for tracking the passphrase cache
11932 timers, so that new ones supercede old ones.
11933 (pgg-add-passphrase-to-cache): Rename from
11934 `pgg-add-passphrase-cache' to reduce confusion (all callers
11935 changed). Modified to cancel old timers when new ones are added.
11936 (pgg-remove-passphrase-from-cache): Rename from
11937 `pgg-remove-passphrase-cache' to reduce confusion (all callers
11938 changed). Modified to cancel old timers when their keys are
11939 removed from the cache.
11940 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
11941 XEmacs, an indirection to delete-itimer.
11942 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
11943 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
11944 users can only check cache without risk of prompting. Correct bug in
11945 notruncate behavior.
11946 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
11947 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
11948 Add informative docstrings.
11949 (pgg-decrypt): Convey provided passphrase in subordinate call to
11950 pgg-decrypt-region.
11951
11952 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
11953
11954 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
11955 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
11956 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
11957 `passphrase' argument, so the passphrase can be managed externally
11958 and then passed in to the system.
11959
11960 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
11961 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
11962 so the passphrase cache can be used reliably with identifiers
11963 besides a pgp packet's key id.
11964
11965 * pgg-gpg.el (pgg-pgp-encrypt-region)
11966 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
11967 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
11968 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
11969 argument to all these routines, so the passphrase can be managed
11970 externally and passed in to the system.
11971
11972 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
11973 `notruncate' argument, so the passphrase cache can be used
11974 reliably with identifiers besides a pgp packet's key id.
11975
11976 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
11977
11978 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
11979 symmetric encryption.
11980 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
11981 encrypted session key.
11982 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
11983 message ask for the passphrase in a proper way.
11984
11985 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
11986 New user commands for symmetric encryption.
11987
11988 2005-10-28 Bill Wohler <wohler@newt.com>
11989
11990 * help-mode.el (help-url): New button type. Calls browse-url.
11991 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
11992 Similar to Info nodes: URL `url'.
11993 (help-make-xrefs): Create help-url buttons for
11994 help-xref-url-regexp matches.
11995
11996 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
11997
11998 * tool-bar.el (tool-bar-add-item-from-menu)
11999 (tool-bar-local-item-from-menu): Fix doc strings.
12000
12001 2005-10-28 Romain Francoise <romain@orebokech.com>
12002
12003 * ldefs-boot.el: Update.
12004
12005 * subr.el (locate-library): Move from help-fns.el.
12006 * help-fns.el (locate-library): Move to subr.el.
12007
12008 2005-10-28 Richard M. Stallman <rms@gnu.org>
12009
12010 * net/tramp.el (tramp-completion-mode): defvar moved up.
12011
12012 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
12013
12014 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
12015
12016 * files.el (find-file-noselect): Use %d to format large file size.
12017
12018 * bindings.el (mode-line-format): Add %e.
12019
12020 * loadup.el ("facemenu"): Load unconditionally.
12021 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
12022 ("x-dnd"): Load, when appropriate.
12023
12024 * startup.el (command-line): Call before-init-hook earlier.
12025 Warn about some bad characters in -u user name.
12026
12027 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
12028 (flyspell-external-point-words): Error if misspelled word is not found.
12029 Set flyspell-large-region-beg at end of word.
12030
12031 2005-10-28 Andreas Schwab <schwab@suse.de>
12032
12033 * view.el (View-revert-buffer-scroll-page-forward):
12034 Use view-page-size-default.
12035
12036 2005-10-28 Juri Linkov <juri@jurta.org>
12037
12038 * international/quail.el (quail-get-current-str): Translate last
12039 raw character for deterministic input methods.
12040
12041 2005-10-27 Jay Belanger <belanger@truman.edu>
12042
12043 * calc/calc-ext.el: Add functions to autoloads.
12044 (math-identity-matrix-p, math-ident-row-p): New functions.
12045
12046 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
12047 multiplication by an identity matrix; don't turn multiplication by
12048 an inverse matrix into division.
12049 (math-div-symbol-fancy): Replace division by matrices with
12050 multiplication by inverse.
12051
12052 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
12053
12054 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
12055 (calc-writeoutpower): New functions.
12056
12057 2005-10-27 Romain Francoise <romain@orebokech.com>
12058
12059 * replace.el (occur-engine): Include colon in mouse-face highlight.
12060
12061 * dired-x.el: Change Maintainer field.
12062
12063 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
12064
12065 * longlines.el (longlines-mode): Bind after-change-functions to
12066 nil during initial decoding and final encoding.
12067
12068 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
12069
12070 * term.el (term-emulate-terminal, term-handle-colors-array)
12071 (term-handle-ansi-escape): Specify the terminfo capabilities
12072 implemented.
12073
12074 2005-10-26 Richard M. Stallman <rms@gnu.org>
12075
12076 * info.el (Info-fontify-node): Fix detection of sentence-break
12077 before *Note.
12078
12079 2005-10-26 Romain Francoise <romain@orebokech.com>
12080
12081 * smerge-mode.el: Add `tools' to file keywords.
12082
12083 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
12084
12085 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
12086 when the fringe is not available.
12087
12088 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
12089 (def-gdb-auto-update-trigger): Simplify construction.
12090 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
12091 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
12092 defined explicitly.
12093 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
12094 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
12095 defined explicitly.
12096 (gdb-info-locals-custom): Remove as it's a no-op.
12097
12098 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
12099
12100 * longlines.el (longlines-mode): Remove narrowing before
12101 performing the initial decoding or final encoding.
12102
12103 2005-10-25 Romain Francoise <romain@orebokech.com>
12104
12105 * emacs-lisp/find-func.el (find-library-name): Also strip
12106 extension if library name ends in .el, to take advantage of
12107 `find-library-suffixes'.
12108
12109 2005-10-25 Richard M. Stallman <rms@gnu.org>
12110
12111 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
12112
12113 2005-10-25 Juri Linkov <juri@jurta.org>
12114
12115 * textmodes/texinfo.el (texinfo-mode): Change charset of one
12116 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
12117
12118 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12119
12120 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
12121 (blackbox-redefine-key): Add argument `map'.
12122
12123 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
12124 regions when moving the jit-lock-context-unfontify-pos boundary.
12125
12126 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
12127
12128 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
12129
12130 2005-10-25 Masatake YAMATO <jet@gyve.org>
12131
12132 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
12133
12134 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
12135
12136 * play/blackbox.el (blackbox-redefine-key): New function.
12137 (blackbox-mode-map): Use it to remap existing bindings for cursor
12138 motion instead of binding literal keys.
12139
12140 2005-10-25 Glenn Morris <rgm@gnu.org>
12141
12142 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
12143 diary does not end in a newline. Do not assume a blank line at
12144 the start of the diary file.
12145
12146 2005-10-25 Kenichi Handa <handa@m17n.org>
12147
12148 * international/quail.el (quail-translate-key): If the input
12149 method is deterministic and failed to handle the last key, restart
12150 the key handling loop from an appropriate key.
12151
12152 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
12153
12154 * vc.el (vc-dired-mode): Extend comment for binding of
12155 `directory-listing-before-filename-regexp'.
12156
12157 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * textmodes/texinfo.el (texinfo-mode):
12160 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
12161 not to unnecessarily expose emacs-mule's internal char codes.
12162
12163 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
12164
12165 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
12166 Display hand pointer and help-echo on disabled icon too.
12167 (gdb-mouse-until): New function.
12168 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
12169
12170 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
12171
12172 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
12173 with 2005-10-23 change to doctor.el.
12174
12175 * finder.el (finder-mode-map): Add follow-link binding.
12176
12177 2005-10-25 Kim F. Storm <storm@cua.dk>
12178
12179 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
12180 to gdb-mouse-toggle-breakpoint-fringe.
12181 (gdb-mouse-toggle-breakpoint-margin): Rename from
12182 gdb-mouse-toggle-breakpoint. Fix doc.
12183 (gdb-mouse-toggle-breakpoint-fringe): New defun.
12184 (gdb-put-string): Add optional SPROPS arg. Add props to string.
12185 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
12186 string properties also for fringe breakpoint bitmaps.
12187
12188 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
12189
12190 * textmodes/org.el (org-start-icalendar-file): Fix format form.
12191
12192 2005-10-25 Masatake YAMATO <jet@gyve.org>
12193
12194 * simple.el (completion-common-substring):
12195 Use `completion-common-substring' prior to `completion-base-size'.
12196
12197 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
12198
12199 * savehist.el: Require CL while compiling.
12200 (savehist-history-variables): Remove.
12201 (savehist-save-minibuffer-history, savehist-additional-variables)
12202 (savehist-minibuffer-history-variables): New vars.
12203 (savehist-save): Use them.
12204 (savehist-uninstall, savehist-minibuffer-hook): New funs.
12205 (savehist-install): New fun, extracted from savehist-load.
12206 (savehist-load): Use them.
12207
12208 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
12209
12210 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
12211 a dummy doc-string-elt property.
12212 (defalias, defvaralias, define-category): Add a docstring property.
12213
12214 * image.el (defimage):
12215 * widget.el (define-widget):
12216 * custom.el (defface, defcustom): Add `doc-string' declaration.
12217
12218 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
12219 (defadvice): Add `doc-string' declaration.
12220
12221 * emacs-lisp/byte-run.el (macro-declaration-function):
12222 Handle `doc-string' declarations.
12223 (define-obsolete-function-alias, define-obsolete-variable-alias):
12224 Add `doc-string' declaration.
12225
12226 2005-10-24 Kenichi Handa <handa@m17n.org>
12227
12228 * international/utf-7.el (utf-7): Add autoload cookie.
12229
12230 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
12231
12232 2005-10-24 Eli Zaretskii <eliz@gnu.org>
12233
12234 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
12235 list of directories passed to batch-update-autoloads. Add "." to
12236 the list of the echoed directories.
12237
12238 * pgg-def.el:
12239 * pgg-gpg.el:
12240 * pgg-parse.el:
12241 * pgg-pgp.el:
12242 * pgg-pgp5.el:
12243 * pgg.el: Moved here from the gnus subdirectory.
12244
12245 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
12246
12247 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
12248 in case comint-prompt-read-only is set to t.
12249
12250 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
12251 in case comint-prompt-read-only is set to t.
12252
12253 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
12254
12255 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
12256 Now a string.
12257 (icalendar-import-format): Handle CLASS, STATUS, URL.
12258 Rename `subject' to `summary'.
12259 (icalendar-import-format-summary): Rename from
12260 `icalendar-import-format-subject'.
12261 (icalendar-import-format-url, icalendar-import-format-status)
12262 (icalendar-import-format-class): New variables.
12263 (icalendar--rris): Take variable argument list.
12264 (icalendar--datestring-to-isodate): Remove unnecessary
12265 calendar-style check when converting dates with explicit month names.
12266 (icalendar-export-region): Change return type of conversion
12267 subroutines. Bury current buffer unless error occurred.
12268 (icalendar--convert-to-ical)
12269 (icalendar--parse-summary-and-rest): New functions.
12270 (icalendar--convert-ordinary-to-ical)
12271 (icalendar--convert-weekly-to-ical)
12272 (icalendar--convert-yearly-to-ical)
12273 (icalendar--convert-block-to-ical)
12274 (icalendar--convert-cyclic-to-ical)
12275 (icalendar--convert-anniversary-to-ical): Change return type.
12276 Strip trailing blanks from subject.
12277 (icalendar--convert-sexp-to-ical): Change return type.
12278 Strip trailing blanks from subject. Handle simple sexp
12279 entries as generated by icalendar.el.
12280 (icalendar--convert-float-to-ical)
12281 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
12282 (icalendar-import-file): Doc fix.
12283 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
12284 Correct call to icalendar--rris.
12285 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
12286 `summary'.
12287 (icalendar--add-diary-entry): Rename `subject' to `summary'.
12288
12289 2005-10-24 Romain Francoise <romain@orebokech.com>
12290
12291 * server.el (server-sentinel): Set query-on-exit flag to nil on
12292 new client processes (it isn't inherited from the server process).
12293
12294 * replace.el (occur-engine): Rearrange text properties.
12295
12296 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
12297
12298 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
12299 case-fold-search is nil.
12300 (debug-help-follow): Use help-xref-interned directly.
12301
12302 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12303
12304 * thumbs.el (thumbs-image-type): Add .pbm.
12305
12306 2005-10-23 Richard M. Stallman <rms@gnu.org>
12307
12308 * faces.el (inhibit-face-set-after-frame-default): New variable.
12309 (set-face-attribute): Bind it.
12310 (face-set-after-frame-default): Test it.
12311
12312 * help-fns.el (describe-simplify-lib-file-name): New function.
12313 (describe-function-1, describe-variable): Use it.
12314
12315 * faces.el (describe-face): Use describe-simplify-lib-file-name.
12316
12317 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
12318 Eliminate nil as possible value.
12319 (tooltip-hide-delay): Reduce internal-border-width.
12320
12321 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
12322 (menu-bar-file-menu) <new-file>: Likewise.
12323
12324 * simple.el (line-move-finish): Ignore fields computing LINE-END.
12325
12326 * international/mule.el (load-with-code-conversion):
12327 Pass full file name to `eval-buffer' unless preloading.
12328
12329 * textmodes/flyspell.el (flyspell-large-region):
12330 Call ispell-check-version.
12331
12332 * textmodes/ispell.el (ispell-local-dictionary-overridden):
12333 Fix the make-variable-buffer-local call that was supposed
12334 to be for this variable.
12335 (ispell-aspell-supports-utf8): Doc fix.
12336 (ispell-find-aspell-dictionaries): Preserve elements of
12337 ispell-dictionary-alist for dictionaries that aspell doesn't report.
12338 (ispell-aspell-find-dictionary): Return nil on error.
12339
12340 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
12341 (doctor-symptoms): Likewise.
12342
12343 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
12344
12345 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
12346
12347 * cus-edit.el (custom-button, custom-button-pressed): New vars.
12348 (custom-raised-buttons): Add :set spec.
12349 (custom-button-unraised, custom-button-pressed-unraised):
12350 New faces, so that custom-raised-buttons actually does something.
12351 (custom-mode): Use custom-button and custom-button-pressed.
12352
12353 * wid-edit.el (widget-specify-button): Don't ignore
12354 widget-mouse-face on graphic terminals.
12355 (widget-move-and-invoke): Cleanup.
12356
12357 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
12358
12359 * whitespace.el (whitespace-cleanup): Doc fix.
12360
12361 2005-10-23 Romain Francoise <romain@orebokech.com>
12362
12363 * emulation/viper.el (viper-set-hooks): Quote forms passed to
12364 `eval-after-load' to avoid evaluating their result.
12365
12366 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
12367
12368 * files.el (directory-listing-before-filename-regexp):
12369 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
12370
12371 * dired.el (dired-move-to-filename-regexp): Remove.
12372 All occurences replaced by `directory-listing-before-filename-regexp'.
12373
12374 * dired-x.el, locate.el, vc.el:
12375 Replace `dired-move-to-filename-regexp' by
12376 `directory-listing-before-filename-regexp'. In vc.el it is
12377 overwritten locally; maybe this can be handled in files.el too.
12378
12379 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
12380 replaced by `directory-listing-before-filename-regexp'.
12381
12382 2005-10-23 Andreas Schwab <schwab@suse.de>
12383
12384 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
12385 and eval-next-after-load.
12386
12387 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
12388
12389 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
12390 exist, create it.
12391
12392 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
12393
12394 * allout.el: Remove autoloads for mailcrypt and crypt++.
12395 Require pgg, pgg-gpg during compilation.
12396 (allout-version): Increment version number to 2.1, and use a literal
12397 rather than RCS Id.
12398 (allout-default-encryption-scheme): Remove.
12399 (allout-passphrase-verifier-handling)
12400 (allout-passphrase-verifier-string)
12401 (allout-file-passphrase-verifier-string)
12402 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
12403 (allout-passphrase-hint-handling): Rename and simplify.
12404 (allout-init): Use `find-file-hook' if available, otherwise
12405 `find-file-hooks'.
12406 (allout-mode): Use `write-file-functions' if available, otherwise
12407 `local-write-file-hooks' and, instead of making auto-save-hook
12408 buffer local, make the write-file-hook activity contingent to
12409 allout-mode.
12410 (allout-mode): Use key-binding substitution in the docstring.
12411 (allout-kill-line): Spell-out kill ring data structure mutation
12412 instead of using byte-compiler-complaint-provoking `pop'.
12413 (allout-insert-listified): Use `insert' rather than `insert-string'
12414 (allout-toggle-current-subtree-encryption): Update docstring, adjust
12415 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
12416 (allout-encrypt-string): Totally revamped vis new underlying
12417 encryption facilities.
12418 (allout-mc-activate-passwd): Remove.
12419 (allout-obtain-passphrase): New, more or less replaces
12420 allout-mc-activate-passwd.
12421 (allout-encrypted-key-info): More or less replaces
12422 allout-encrypted-text-type.
12423 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
12424 (my-mark-marker): Use `(featurep 'xemacs)'.
12425
12426 2005-10-23 Lars Hansen <larsh@soem.dk>
12427
12428 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
12429 (byte-compile-file-form-defmumble, byte-compile-defun)
12430 (byte-compile-defmacro): Use it.
12431 (byte-compile-form): Don't call byte-compile-set-symbol-position
12432 when a byte-compile handler is called.
12433
12434 2005-10-22 Romain Francoise <romain@orebokech.com>
12435
12436 * savehist.el (savehist-history-variables): Add `grep-find-history'.
12437
12438 * subr.el (eval-after-load): Convert library name to an absolute
12439 file name using locate-library, since load-history no longer has
12440 library names in it.
12441
12442 2005-10-22 Richard M. Stallman <rms@gnu.org>
12443
12444 * files.el (make-temp-file): Move from subr.el.
12445 * subr.el (make-temp-file): Move to files.el.
12446
12447 * window.el (get-buffer-window-list): Move from subr.el.
12448 * subr.el (get-buffer-window-list): Move to window.el.
12449
12450 * image.el (image-load-path): Use eval-at-startup to initialize.
12451
12452 * subr.el (eval-at-startup): New macro.
12453
12454 * subr.el: Much rearrangement of functions and division
12455 into pages. No code changes.
12456
12457 2005-10-22 Kenichi Handa <handa@m17n.org>
12458
12459 * tar-mode.el (tar-extract): Be sure to call
12460 find-operation-coding-system if set-auto-coding doesn't find a
12461 coding system.
12462
12463 2005-10-22 Kim F. Storm <storm@cua.dk>
12464
12465 * image.el (image-type-header-regexps): Rename from image-type-regexps.
12466 Change users.
12467 (image-type-file-name-regexps): New defconst.
12468 (image-type-from-data): Simplify loop.
12469 (image-type-from-buffer): New defun.
12470 (image-type-from-file-header): Use it instead of image-type-from-data.
12471 Use image-search-load-path instead of only looking in data-directory.
12472 (image-type-from-file-name): New defun.
12473 (image-search-load-path): Change `pathname' to `filename'.
12474 Make PATH arg optional, default to image-load-path.
12475
12476 2005-10-21 Richard M. Stallman <rms@gnu.org>
12477
12478 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
12479
12480 * textmodes/paragraphs.el (sentence-end-base): New variable.
12481 (sentence-end): Use sentence-end-base.
12482
12483 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12484
12485 * font-lock.el (font-lock-default-fontify-region): Check the multiline
12486 property independently from the font-lock-multiline variable.
12487
12488 2005-10-21 Richard M. Stallman <rms@gnu.org>
12489
12490 * emacs-lisp/find-func.el (find-library-name): Doc fix.
12491
12492 * startup.el (command-line): Convert library names
12493 in `load-history' to absolute file names.
12494
12495 * subr.el (symbol-file): Doc fix.
12496
12497 * loadhist.el (file-loadhist-lookup): Call locate-library
12498 instead of find-library-name. Don't try converting
12499 abs file names to library names, since load-history no longer
12500 has library names in it.
12501 (file-dependents, file-provides, file-requires): Doc fixes.
12502
12503 2005-10-21 Juri Linkov <juri@jurta.org>
12504
12505 * progmodes/etags.el (tags-table-mode): New function.
12506 (tags-verify-table): Replace initialize-new-tags-table with
12507 tags-table-mode.
12508
12509 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
12510 default value.
12511 (desktop-modes-not-to-save): Add tags-table-mode to the
12512 default value.
12513
12514 * info.el (Info-index-next): Add total number of index
12515 alternatives to the message.
12516
12517 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
12518 backward only space (instead of space and period) before looking
12519 at sentence end.
12520
12521 * simple.el (set-variable): Use user-variable-p instead of symbolp.
12522 Add the old variable value as 4th default-value arg of read-string.
12523
12524 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12525
12526 * cus-face.el (custom-declare-face): Make face from X resources
12527 also on Mac.
12528
12529 * disp-table.el (standard-display-g1, standard-display-graphic):
12530 Refuse to use string glyphs also on Mac.
12531 (standard-display-european): Don't set terminal coding system also
12532 on Mac.
12533
12534 * frame.el (display-screens): Use x-display-screens also on Mac.
12535
12536 2005-10-21 Romain Francoise <romain@orebokech.com>
12537
12538 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
12539
12540 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12541
12542 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
12543 and $? into sexps.
12544
12545 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
12546 warning face on open-paren-in-column-0.
12547
12548 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
12549 boundary case. Fix typo.
12550 Suggested by Martin Rudalics <rudalics@gmx.at>.
12551
12552 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
12553
12554 * textmodes/org.el (org-combined-agenda-icalendar-file)
12555 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
12556 (org-export-icalendar-this-file)
12557 (org-export-icalendar-all-agenda-files)
12558 (org-export-icalendar-combine-agenda-files): New commands.
12559 (org-export-icalendar, org-print-icalendar-entries)
12560 (org-start-icalendar-file, org-finish-icalendar-file)
12561 (org-ical-ts-to-string): New functions.
12562 (org-read-date, org-goto-calendar)
12563 (org-agenda-goto-calendar): Inhibit displaying diary entries by
12564 call to `calendar'.
12565 (orgtbl-setup): Remove the :keys arguments from the menu description.
12566 (org-after-save-iCalendar-file-hook): New variable.
12567
12568 2005-10-21 Kenichi Handa <handa@m17n.org>
12569
12570 * language/vietnamese.el (tcvn-5712): Make it an alias of
12571 vietnamese-tcvn coding-system.
12572
12573 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
12574
12575 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
12576 group id is given.
12577
12578 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * progmodes/sh-script.el (sh-escaped-line-re): New var.
12581 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
12582 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
12583 whose line is either continued or ends with a comment.
12584
12585 2005-10-20 Romain Francoise <romain@orebokech.com>
12586
12587 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
12588
12589 * replace.el (occur-engine): Add follow-link property.
12590
12591 * font-core.el (font-lock-mode): Doc fix.
12592
12593 2005-10-20 Richard M. Stallman <rms@gnu.org>
12594
12595 * net/rcirc.el: New file.
12596
12597 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
12598
12599 * term.el (term-term-name): Initialize to "eterm-color".
12600
12601 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
12602
12603 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
12604 for encryption functionality.
12605 Move allout customization subgroup from `editing' to `outlines' group.
12606 Fix commentary keywords to legitimate ones.
12607 Update author info (using my current email address, obscurified).
12608 (allout-encrypt-string, allout-encryption-produce-work-buffer)
12609 (allout-encrypted-topic-p, allout-encrypted-text-type)
12610 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
12611 (allout-situate-encryption-key-verifier)
12612 (allout-get-encryption-key-verifier, allout-verify-key)
12613 (allout-next-topic-pending-encryption)
12614 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
12615 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
12616 (outline-key-verifier-handling, outline-key-hint-handling)
12617 (outline-encrypt-unencrypted-on-saves): New defcustoms.
12618 (allout-file-key-verifier-string, allout-encryption-scheme)
12619 (allout-key-verifier-string, allout-key-hint-string)
12620 (allout-after-save-decrypt): New variables.
12621 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
12622 (allout-after-saves-handler): New hook functions.
12623 (allout-post-command-business): Do allout-after-save-decrypt.
12624 (allout-enable-file-variable-adjustment): Custom var to enable
12625 mechanism for adding and adjusting settings of Emacs file variables.
12626 (allout-adjust-file-variable, allout-file-vars-section-data):
12627 New functions, implement the mechanism.
12628 (outlineify-sticky): Use the file vars mechanism.
12629 (allout-inhibit-protection, allout-during-write-cue)
12630 (allout-override-protect, allout-before-change-protect): Remove.
12631 (allout-flag-region, allout-open-topic): Adjust read-only text.
12632 (allout-open-line-not-read-only): Add to facilitate read-only
12633 text based protection.
12634 (allout-kill-line): Revise to adjust read-only text, clue the
12635 user about the inhibition.
12636 (allout-unprotected): Use unwind-protect.
12637 (allout-shift-in, allout-shift-out): Disallow manually shifting a
12638 topic deeper than the offspring depth of the previous topic -
12639 avoiding confusing "containment discontinuities".
12640 (allout-reindent-bodies): Fix retention of body relative hanging
12641 indent during promotion of collapsed bodies.
12642 (allout-open-topic): Make it easy to open new topic with same
12643 bullet as current topic - topic creation functions provided with
12644 any universal argument provokes now prompt for bullet, defaulting
12645 to the bullet of the previous topic.
12646 (allout-plain-bullets-string, allout-distinctive-bullets-string):
12647 Plain bullet alternates `.' period and `,' comma only. All other
12648 bullets are relegated to special status (but customizable).
12649 (allout-end-of-entry): Rename from allout-end-of-current-entry
12650 since it actually operates w.r.t. most immediately containing
12651 entry, visible or not.
12652 (allout-hide-current-entry, allout-show-current-entry): Use the
12653 revised version.
12654 (allout-old-expose-topic): Solidify deprecation.
12655 (allout-end-of-subtree): Add so we can span concealed as well
12656 as visible topics.
12657 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
12658 (allout-end-of-current-heading): Tweak to just respect the first line.
12659 (allout-get-body-text): Add.
12660 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
12661 when invoked interactively.
12662 (allout-up-current-level): Use `interactive-p'.
12663 (allout-mode, allout-init): Miscellaneous docstring and
12664 operational refinements, as well as hookups of new encryption stuff.
12665 (allout-beginning-of-current-entry): Now works as advertised.
12666 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
12667 (allout-isearch-rectification): Refine condition for isearching.
12668 (allout-isearch-abort, allout-enwrap-isearch)
12669 (allout-flag-region, my-region-active-p): Relocate some macros.
12670 (allout-title): Fallback title is (buffer-name), not
12671 non-existing (current-buffer-name).
12672 (subst-char-in-string): Define if absent (for some XEmacs versions).
12673
12674 2005-10-20 Jari Aalto <jari.aalto@cante.net>
12675
12676 * mail/sendmail.el (mail-setup-hook, mail-aliases)
12677 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
12678 (mail-citation-prefix-regexp, mail-signature-file)
12679 (mail-default-headers, mail-bury-selects-summary)
12680 (mail-send-nonascii): Add autoload cookies.
12681
12682 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
12683
12684 * frame.el (blink-cursor-mode): Add `mac' to the list of
12685 window-system's that support blinking cursor.
12686
12687 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
12688
12689 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
12690
12691 2005-10-20 Eli Zaretskii <eliz@gnu.org>
12692
12693 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
12694 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
12695 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
12696
12697 2005-10-20 Kim F. Storm <storm@cua.dk>
12698
12699 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
12700 (ido-set-current-directory): Don't add / after final @.
12701 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
12702 Explicitly handle ange-ftp completion oddities.
12703 (ido-make-file-list): Don't rotate list at tramp root to avoid
12704 triggering tramp file handler for expand-file-name via get-file-buffer.
12705
12706 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
12707
12708 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
12709
12710 2005-10-19 Jay Belanger <belanger@truman.edu>
12711
12712 * calc/calc-units.el (math-standard-units): Add units, adjust
12713 symbols and update values.
12714 (math-unit-prefixes): Add more prefixes.
12715
12716 2005-10-19 Romain Francoise <romain@orebokech.com>
12717
12718 * bookmark.el (bookmark-menu-heading): New face.
12719 (bookmark-bmenu-list): Use it.
12720 Don't fiddle with `baud-rate' at top-level.
12721
12722 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
12723
12724 * image.el (create-image, find-image): Mention max-image-size in
12725 docstring.
12726
12727 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
12728
12729 * savehist.el (savehist-load): Revert to checking XEmacs.
12730
12731 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
12732 Various docstring and line-width fixups.
12733 (conf-mode): Use cond.
12734 Set font-lock-defaults. Don't set comment-use-syntax.
12735
12736 2005-10-18 David Ponce <david@dponce.com>
12737
12738 * tree-widget.el (tree-widget-button-click): New function.
12739 (tree-widget-button-keymap): Use it.
12740
12741 2005-10-18 Romain Francoise <romain@orebokech.com>
12742
12743 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
12744 (bookmark-bmenu-hide-filenames): Add follow-link property.
12745 Improve help-echo text.
12746
12747 * ffap.el (find-file-at-point): Doc fix.
12748
12749 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12750
12751 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
12752
12753 2005-10-18 Masatake YAMATO <jet@gyve.org>
12754
12755 Install to the CVS repository what I forgot to install in my
12756 2005-10-16 changes.
12757
12758 * progmodes/python.el (python-complete-symbol): Pass the common
12759 prefix substring of completion to `display-completion-list'.
12760
12761 * textmodes/org.el (org-complete): Ditto.
12762
12763 2005-10-18 Masatake YAMATO <jet@gyve.org>
12764
12765 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
12766
12767 * woman.el (WoMan-xref-man-page): New button type derived
12768 from `Man-abstract-xref-man-page'.
12769 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
12770
12771 * man.el (Man-abstract-xref-man-page): New button type.
12772 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
12773 (Man-highlight-references): Add new optional argument `xref-man-type'.
12774
12775 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12776
12777 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
12778
12779 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
12780
12781 * cus-edit.el (Custom-move-and-invoke): Delete.
12782 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
12783
12784 * wid-edit.el (widget-move-and-invoke): New function, from
12785 Custom-move-and-invoke.
12786
12787 2005-10-17 Bill Wohler <wohler@newt.com>
12788
12789 Move all remaining images from lisp/toolbar to etc/images, move
12790 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
12791 the low resolution images in their own directory (low-color).
12792
12793 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
12794 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
12795 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
12796 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
12797 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
12798 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
12799 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
12800
12801 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
12802 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
12803 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
12804 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
12805 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
12806 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
12807 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
12808 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
12809 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
12810 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
12811 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
12812 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
12813 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
12814 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
12815 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
12816
12817 To conform with convention, replace the underscore (_) in the
12818 following image names with dash (-) or (/) as appropriate.
12819
12820 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
12821 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
12822 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
12823 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
12824 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
12825 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
12826 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
12827 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
12828 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
12829 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
12830 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
12831 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
12832 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
12833 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
12834 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
12835
12836 * info.el (info-tool-bar-map): Replace underscores in image names
12837 with dashes.
12838
12839 * makefile.w32-in (WINS): Remove toolbar.
12840
12841 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
12842
12843 * tool-bar.el: Move to lisp from toolbar. Now that
12844 toolbar is empty, it should be deleted when folks run "cvs up -P".
12845
12846 2005-10-18 Jay Belanger <belanger@truman.edu>
12847
12848 * calc/calc-store.el (calc-store-into): Get the proper variable name
12849 to display in message.
12850
12851 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
12852
12853 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
12854 expressions display in speedbar for all buffers when debugging.
12855 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
12856
12857 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
12858 (speedbar-insert-button, speedbar-make-button):
12859 Use add-text-properties.
12860 (speedbar-update-localized-contents)
12861 (speedbar-update-directory-contents)
12862 (speedbar-update-special-contents): Use dolist.
12863 (speedbar-buffer-easymenu-definition): Add a menu separator.
12864
12865 2005-10-17 Jason Rumney <jasonr@gnu.org>
12866
12867 * makefile.w32-in: Use $(lisp) consistently.
12868 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
12869 for shell specific generation of mh-autoloads.
12870
12871 2005-10-17 Richard M. Stallman <rms@gnu.org>
12872
12873 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
12874
12875 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12876
12877 * jit-lock.el (jit-lock-fontify-now):
12878 Move jit-lock-context-unfontify-pos to avoid wasted work.
12879
12880 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
12881
12882 * net/tramp.el (tramp-completion-mode): New defvar. Used in
12883 `tramp-completion-mode' for checking if we are in completion mode.
12884 (tramp-completion-handle-file-name-all-completions): Reorder code
12885 in order to complete for file names only in case there are no
12886 method/user/host completions. This is necessary for cooperation
12887 with ido. Reported by Kim F. Storm <storm@cua.dk>.
12888
12889 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
12890
12891 * longlines.el (longlines-search-forward)
12892 (longlines-search-backward): Match any number of spaces.
12893
12894 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
12895
12896 * diff-mode.el (diff-mode): Doc fix.
12897
12898 2005-10-16 David Reitter <david.reitter@gmail.com>
12899
12900 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
12901 as default on darwin and windows systems.
12902
12903 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
12904
12905 * arc-mode.el (archive-zip-extract): Doc fix.
12906
12907 2005-10-16 Romain Francoise <romain@orebokech.com>
12908
12909 * mouse.el (mouse-1-click-follows-link): Doc fix.
12910
12911 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12912
12913 * savehist.el: Don't require CL at runtime.
12914 (savehist-xemacs): Remove.
12915 (savehist-coding-system): Use utf-8 if present, regardless of religion.
12916 (savehist-no-conversion): Use (featurep 'xemacs).
12917 (savehist-load): Check existence of start-itimer rather than XEmacs.
12918 Use an idle timer.
12919 (savehist-process-for-saving): Replace use of CL funs `subseq' and
12920 `delete-if-not'.
12921
12922 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
12923
12924 * savehist.el: Newer version.
12925 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
12926 (savehist-last-checksum, savehist-no-conversion): New vars.
12927 (savehist-autosave, savehist-process-for-saving, savehist-printable):
12928 New functions.
12929 (savehist-load, savehist-save): Use them.
12930 (savehist-delimit): Remove.
12931
12932 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12933
12934 * progmodes/compile.el (compilation-goto-locus): Display the
12935 compilation buffer first and the source buffer second, in case they're
12936 in overlapping frames. Don't raise the compilation frame if it was the
12937 selected window upon entry. Pass the `other-window' arg to
12938 pop-to-buffer.
12939
12940 * info.el (Info-fontify-node): Use dolist.
12941 Change add-text-properties to put-text-property.
12942
12943 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12944
12945 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
12946 bound of search.
12947
12948 2005-10-16 Masatake YAMATO <jet@gyve.org>
12949
12950 * dabbrev.el (dabbrev-completion): Pass the common
12951 prefix substring of completion to `display-completion-list'.
12952
12953 * filecache.el (file-cache-minibuffer-complete)
12954 (file-cache-complete): Ditto.
12955
12956 * tempo.el (tempo-display-completions): Ditto.
12957
12958 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
12959
12960 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
12961
12962 * eshell/em-hist.el (eshell-list-history): Ditto.
12963
12964 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
12965
12966 * mail/mailalias.el (mail-complete): Ditto.
12967
12968 * progmodes/etags.el (complete-tag): Ditto.
12969
12970 * progmodes/make-mode.el (makefile-complete): Ditto.
12971
12972 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
12973
12974 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
12975
12976 * progmodes/pascal.el (pascal-complete-word)
12977 (pascal-show-completions): Ditto.
12978
12979 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
12980
12981 * simple.el (completion-common-substring): New variable.
12982 (completion-setup-function): Use `completion-common-substring'
12983 to put faces.
12984
12985 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12986
12987 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
12988 (x-get-selection, mac-select-convert-to-string): Convert from/to
12989 UTF-16 clipboard data as in native byte order, no BOM.
12990
12991 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
12992
12993 * progmodes/gud.el (gud-tool-bar-map): Rename the images
12994 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
12995 (gud-sentinel): Use speedbar-frame to check for speedbar.
12996
12997 2005-10-15 Richard M. Stallman <rms@gnu.org>
12998
12999 * savehist.el: New file.
13000
13001 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
13002
13003 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
13004 Fix bug in \bf fontification.
13005
13006 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
13007
13008 * pcvs.el (cvs-edit-log-files): New var.
13009 (cvs-mode-edit-log): New arg `file'.
13010 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
13011 Instead force the use of the original file and nothing else.
13012 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
13013 the cvs-minor-wrap-function is set.
13014 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
13015
13016 2005-10-14 Bill Wohler <wohler@newt.com>
13017
13018 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
13019 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
13020 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
13021 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
13022 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
13023 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
13024 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
13025 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
13026 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
13027 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
13028 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
13029 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
13030 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
13031 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
13032 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
13033
13034 * progmodes/gud.el (gud-tool-bar-map): Rename the images
13035 appropriately (for example, gud-break to gud/break).
13036
13037 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
13038
13039 * longlines.el (longlinges-search-function)
13040 (longlines-search-forward, longlines-search-backward): New functions.
13041 (longlines-mode): Set isearch-search-fun-function to
13042 longlinges-search-function.
13043
13044 * mouse.el (mouse-drag-region-1): Handle the case where a
13045 double-click event is bound to an arbitrary function.
13046
13047 2005-10-14 David Ponce <david@dponce.com>
13048
13049 * recentf.el (recentf-track-opened-file)
13050 (recentf-track-closed-file, recentf-update-menu)
13051 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
13052 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
13053 mouse-1-click-follows-link.
13054
13055 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13056
13057 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
13058 Gnome file-manager.png. Suggested by
13059 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
13060
13061 * toolbar/README: Add diropen.xpm.
13062
13063 2005-10-13 Bill Wohler <wohler@newt.com>
13064
13065 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
13066 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
13067
13068 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13069
13070 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
13071 Don't waste the byte-compiler's time on constant data.
13072
13073 2005-10-13 Kenichi Handa <handa@m17n.org>
13074
13075 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
13076 byte with `escape-glyph' face.
13077
13078 * international/fontset.el (ccl-encode-unicode-font):
13079 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
13080 Handle the case that ucs-mule-to-mule-unicode translates a character to
13081 ASCII (usually for IPA characters).
13082
13083 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13084
13085 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
13086 Don't hide the underline of titles if font-lock-mode is disabled.
13087
13088 2005-10-12 Bill Wohler <wohler@newt.com>
13089
13090 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
13091 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13092 files in MH-E-SRC have been updated.
13093 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
13094
13095 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13096
13097 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
13098 (mixal-mode-syntax-table): Add \n as end-comment.
13099 (mixal-operation-codes-alist): Immediately initialize to full value.
13100 (mixal-add-operation-code): Remove.
13101 (mixal-describe-operation-code): Make the arg non-optional.
13102 Use the interactive spec instead.
13103 Use mixal-operation-codes-alist rather than mixal-operation-codes.
13104 (mixal-font-lock-keywords): Don't highlight comments here any more.
13105 (mixal-font-lock-syntactic-keywords): New var.
13106 (mixal-mode): Use it. Fix comment-start-skip.
13107
13108 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13109
13110 * startup.el (command-line-x-option-alist): -nb => -nbi
13111
13112 2005-10-12 Kim F. Storm <storm@cua.dk>
13113
13114 * startup.el (fancy-splash-default-action): Discard mouse click in
13115 the splash screen window, as it has no sensible meaning in the
13116 next window to be selected. Fixes error reported by Jan D.
13117
13118 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
13119
13120 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
13121
13122 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13123
13124 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
13125 Try to fix up minor layout issues like indentation, line break, etc...
13126 (mixal-mode-syntax-table): Don't try to specify comment syntax,
13127 because it doesn't work.
13128 (mixal-operation-codes): Add some more codes.
13129 (mixal-font-lock-keywords): Process comments here.
13130 (mixal-mode): mixasm no longer needs -g option.
13131
13132 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
13133
13134 * progmodes/sh-script.el (sh-tmp-file):
13135 Use mktemp -t. Finish support for es and rc shells.
13136
13137 2005-10-11 Jay Belanger <belanger@truman.edu>
13138
13139 * calc/calcalg2.el (calc-integral): With an argument, compute the
13140 definite integral.
13141
13142 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
13143
13144 * mouse.el (mouse-drag-region-1): Don't try to catch a
13145 double-click when doing follow-link (it's overridden anyway).
13146
13147 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
13148
13149 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
13150 (autoload-print-form-outbuf): Add docstring.
13151
13152 2005-10-11 Juri Linkov <juri@jurta.org>
13153
13154 * info.el (Info-mode-menu): Delete menu item "Edit".
13155 (Info-mode): Delete description of Info-edit from docstring,
13156 and rearrange descriptions of Info commands in the order
13157 they are documented in the Info manual.
13158
13159 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13160
13161 * calendar/appt.el (appt-check): Use diary-selective-display var.
13162
13163 2005-10-10 Richard M. Stallman <rms@gnu.org>
13164
13165 * net/newsticker.el (newsticker-start, newsticker-show-news):
13166 Add autoload cookies.
13167
13168 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
13169
13170 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
13171
13172 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
13173
13174 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
13175
13176 2005-10-10 Jay Belanger <belanger@truman.edu>
13177
13178 * calc/calc-arith.el (math-check-known-scalarp)
13179 (math-check-known-matrixp): Check the values of arguments that are
13180 variables.
13181 (math-check-known-square-matrixp): New function.
13182 (math-known-square-matrixp): Use math-check-known-square-matrixp.
13183 (math-super-types): Add sqmatrix type.
13184
13185 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
13186 mode name `square' to `sqmatrix'.
13187
13188 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
13189 mode name `square' to `sqmatrix'.
13190
13191 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * progmodes/etags.el (select-tags-table-mode): Don't use
13194 selective-display.
13195 (tags-select-tags-table): Pass `button' to the action function.
13196 (select-tags-table): Place the side-info on button properties rather
13197 than in hidden text. Abbreviate file names.
13198 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
13199 (select-tags-table-select): Add `button' argument.
13200 Get side-info from the button property rather than from hidden text.
13201
13202 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
13203
13204 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
13205 (gud-speedbar-buttons): Preserve point if possible.
13206 (gud-sentinel): Restore previous speedbar display type.
13207
13208 * progmodes/gdb-ui.el (gdba): Improve diagram.
13209 (def-gdb-auto-update-handler, gdb-info-locals-handler)
13210 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
13211 Call get-buffer-window once.
13212
13213 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13214
13215 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
13216 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
13217 (pascal-indent-command): Remove unused var `ind'.
13218 (pascal-indent-case): Remove unused var `oldpos'.
13219 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
13220 since it's now used as a proper minor mode map.
13221 (pascal-outline): Rename to pascal-outline-mode.
13222 (pascal-outline-mode): Use define-minor-mode.
13223 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
13224 selective-display.
13225
13226 2005-10-10 Andreas Schwab <schwab@suse.de>
13227
13228 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
13229 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
13230
13231 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
13232 outside source directory.
13233
13234 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
13235
13236 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
13237 C-x' as a prefix.
13238 (orgtbl-mode-map): Full keymap instead of sparse, because all
13239 `self-insert-command' keys are redefined in this map.
13240 (org-export-as-html): Specify charset for HTML file, by taking it
13241 from the coding system.
13242
13243 2005-10-10 Kenichi Handa <handa@m17n.org>
13244
13245 * textmodes/flyspell.el (flyspell-check-word-p):
13246 If unread-command-events is non-empty, don't call sit-for.
13247
13248 2005-10-09 Richard M. Stallman <rms@gnu.org>
13249
13250 * font-lock.el (font-lock-syntactic-keywords)
13251 (font-lock-keywords): Doc fixes.
13252
13253 * textmodes/flyspell.el (flyspell-external-point-words):
13254 Simplify logic, and don't try to check for consecutive appearances
13255 of one incorrect word.
13256
13257 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
13258
13259 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
13260 separator.
13261
13262 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
13263 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
13264 (gud-expansion-speedbar-buttons): New function.
13265 (gud-speedbar-buttons): Check for gud-comint-buffer.
13266
13267 2005-10-09 Bill Wohler <wohler@newt.com>
13268
13269 * Makefile.in (updates): Add mh-loaddefs dependency.
13270
13271 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
13272
13273 * speedbar.el (speedbar-file-key-map): Fix typo.
13274
13275 2005-10-09 Daniel Brockman <daniel@brockman.se>
13276
13277 * cus-start.el (line-spacing): Add custom spec.
13278
13279 2005-10-09 Romain Francoise <romain@orebokech.com>
13280
13281 * textmodes/ispell.el (ispell-check-version): Fix last change.
13282
13283 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13284
13285 * term/x-win.el: Remove -i, --icon-type from comment.
13286
13287 * startup.el (command-line-x-option-alist): Remove options -i,
13288 -itype, --icon-type, added -nb, --no-bitmap-icon
13289
13290 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
13291
13292 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
13293 instead of :active.
13294
13295 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
13296
13297 * textmodes/ispell.el (ispell-check-version):
13298 Ignore hyphen, and all that follows, in aspell's version text.
13299
13300 2005-10-08 Jay Belanger <belanger@truman.edu>
13301
13302 * calc/calc-arith.el (math-known-square-matrixp): New function.
13303 (math-pow-fancy): Check for matrices before distributing exponent
13304 across products.
13305
13306 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
13307 fullscreen keypad. Suggested by Luc Teirlinck.
13308 (calc-keypad-show-input): Add space for formatting.
13309
13310 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
13311 Add square matrix option.
13312
13313 * calc/calc-poly.el (math-expand-term): Check for matrices instead
13314 of checking calc-matrix-mode when deciding how to expand.
13315
13316 * calc/calc.el (calc-set-mode-line): Add square matrix option.
13317
13318 2005-10-08 Lars Hansen <larsh@soem.dk>
13319
13320 * net/tramp.el (tramp-perl-directory-files-and-attributes):
13321 Add error handling.
13322 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
13323
13324 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
13325
13326 Sync with Tramp 2.0.51.
13327
13328 * net/tramp.el (tramp-handle-set-visited-file-modtime)
13329 (tramp-handle-insert-file-contents, tramp-handle-write-region):
13330 Insert special handling for `last-coding-system-used', again
13331 it still seems to be necessary (unlike stated before).
13332 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
13333 (tramp-password-prompt-regexp): There might be other words before
13334 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
13335 (tramp-chunksize): Improve docstring.
13336 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
13337 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
13338 Christian Joergensen <bugs@razor.dk>.
13339
13340 2005-10-07 Glenn Morris <rgm@gnu.org>
13341
13342 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
13343 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
13344 precision'.
13345
13346 2005-10-07 Romain Francoise <romain@orebokech.com>
13347
13348 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
13349 (ibuffer-do-shell-command-pipe-replace)
13350 (ibuffer-do-shell-command-file, ibuffer-do-eval)
13351 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
13352 (ibuffer-do-revert, ibuffer-do-replace-regexp)
13353 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
13354 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
13355 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
13356 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
13357 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
13358 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
13359 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
13360 Autoload file sans suffix.
13361
13362 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
13363
13364 2005-10-07 David Ponce <david@dponce.com>
13365
13366 * recentf.el (recentf-menu-open-all-flag): New option.
13367 (recentf-digit-shortcut-command-name): New function.
13368 (recentf--shortcuts-keymap): New variable.
13369 (recentf-menu-shortcuts): New variable.
13370 (recentf-make-menu-items): Initialize it. Replace the "More..."
13371 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
13372 (recentf-menu-value-shortcut): New function.
13373 (recentf-make-menu-item): Use it. No more in-lined.
13374 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
13375 (recentf-open-most-recent-file): Rename from
13376 `recentf-open-file-with-key'. Don't depend on key binding.
13377 (recentf-mode-map): New variable.
13378 (recentf-mode): Use it.
13379
13380 2005-10-06 Bill Wohler <wohler@newt.com>
13381
13382 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
13383
13384 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
13385 (MH-E-SRC): New. Used by mh-autoloads.
13386 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
13387 files in MH-E-SRC have been updated.
13388 (compile, recompile, bootstrap): Depend on mh-autoloads.
13389
13390 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
13391
13392 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
13393 gud-break and gud-remove icons when the fringe is not available.
13394
13395 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
13396 Typo.
13397
13398 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr>
13399
13400 * play/zone.el (zone): Wrap body with save-window-excursion.
13401
13402 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
13403
13404 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
13405 Use the new `list-only' arg to diary-list-entries.
13406
13407 * calendar/diary-lib.el: Use overlays rather than selective-display.
13408 (diary-selective-display): New var.
13409 (diary-header-line-format): Use it.
13410 (diary-list-entries): Add argument `list-only'.
13411 Put the buffer in diary-mode. Don't add \^M at beg and end.
13412 Replace \^M by invisible overlays.
13413 (diary-unhide-everything): Replace \^M by invisible overlays.
13414 (print-diary-entries): Look for overlays rather than \^M.
13415 Add a space to the temp buffer name.
13416 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
13417 Put the buffer in diary-mode.
13418 (list-sexp-diary-entries): Replace \^M by invisible overlays.
13419 (diary-anniversary): Make the year arg optional.
13420 (diary-time-regexp): New const.
13421 (diary-font-lock-keywords): Use it to accept a few more time formats.
13422
13423 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
13424
13425 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
13426
13427 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
13428 Fix bug introduced 2005-07-03: Use (car (last ...))
13429 to faithfully reproduce replaced artist-last.
13430 (artist-set-arrow-points-for-poly): Likewise.
13431 Suggested by Johan Bockg\e,Ae\e(Brd.
13432
13433 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
13434
13435 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
13436 * wid-edit.el (widget):
13437 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
13438 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
13439
13440 2005-10-06 Kenichi Handa <handa@m17n.org>
13441
13442 * international/mule-cmds.el (set-language-environment):
13443 Fix setting up of case-table for unibyte mode.
13444
13445 * simple.el (what-cursor-position): If the character is displayed
13446 by some `display' text property, show that. Don't use
13447 single-key-description for eight-bit characters in multibyte mode.
13448
13449 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
13450
13451 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
13452 (gdb-ann3): Set it.
13453 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
13454 (gdb-info-frames-custom): Use inverse-video for first five
13455 characters of selected frame only.
13456 (gdb-get-frame-number): Select frame even when point is on frame
13457 number.
13458
13459 2005-10-06 Masatake YAMATO <jet@gyve.org>
13460
13461 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
13462 Put `font-lock-function-name-face'.
13463 (gdb-info-frames-custom): Put `font-lock-function-name-face'
13464 and `font-lock-variable-name-face'
13465 (gdb-registers-font-lock-keywords): New font lock keywords definition.
13466 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
13467 (gdb-memory-font-lock-keywords): New font lock keywords definition.
13468 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
13469 (gdb-local-font-lock-keywords): New font lock keywords definition.
13470 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
13471 (gdb-threads-font-lock-keywords): New font lock keywords definition.
13472 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
13473
13474 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
13475
13476 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
13477 (ediff-merge-region-is-non-clash-to-skip): Previously called
13478 ediff-merge-region-is-non-clash.
13479
13480 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
13481 Use insert-buffer-substring.
13482
13483 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
13484 selecting files to patch. Also bug fixes.
13485
13486 * ediff-util.el (ediff-setup): Bug fix.
13487 (ediff-next-difference): Never skip clashes that differ in white
13488 space only.
13489
13490 * ediff-wind.el (ediff-setup-control-frame)
13491 (ediff-destroy-control-frame): Check the menubar feature.
13492
13493 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
13494 (viper-refresh-mode-line): Use make-local-variable to localize
13495 some vars instead of make-variable-buffer-local. Suggested by
13496 Stefan Monnier.
13497
13498 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
13499 (viper-restore-cursor-type, viper-set-insert-cursor-type):
13500 Use make-local-variable instead of make-variable-buffer-local.
13501 Suggested by Stefan Monnier.
13502
13503 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
13504 (viper-comint-mode-hook): Use make-local-variable on
13505 require-final-newline.
13506 (viper-non-hook-settings): Don't use make-variable-buffer-local.
13507
13508 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
13509
13510 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
13511 also the second char of a comment-start sequence.
13512 (scheme-sexp-comment-syntax-table): New var.
13513 (lambda, define): Set their scheme-doc-string-elt property.
13514 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
13515 Use lisp-font-lock-syntactic-face-function now that it properly
13516 handles |...| symbols.
13517 (scheme-mode-variables): Set lisp-doc-string-elt-property,
13518 parse-sexp-lookup-properties and font-lock-extra-managed-props.
13519
13520 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
13521 bit from # to |.
13522 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
13523
13524 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
13525 (lisp-doc-string-elt-property): New var.
13526 (lisp-font-lock-syntactic-face-function): Use it.
13527 Rewrite to recognize docstrings even for forms not at toplevel.
13528
13529 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
13530 annotation on the | part of #| rather than on the # part.
13531 (scheme-font-lock-syntactic-face-function): New function, to
13532 distinguish strings from |...| symbols.
13533 (scheme-mode-variables): Use it. Also fix up the font-lock-time
13534 syntax-table so that #|...|# is properly highlighted.
13535
13536 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
13537 Don't mark as docstring the 3rd elem of an unknown toplevel form.
13538
13539 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
13542 and C-e.
13543
13544 * emacs-lisp/eldoc.el: Move comments into docstrings.
13545 (eldoc-message-commands): Initialize in its declaration.
13546 Add move-beginning-of-line and move-end-of-line.
13547 (eldoc-add-command, eldoc-add-command-completions)
13548 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
13549
13550 * outline.el (outline-mark-subtree): Activate the mark.
13551
13552 * calendar/appt.el (appt-time-regexp): New var.
13553 (appt-add, appt-make-list): Use it.
13554 (appt-convert-time): Clean up.
13555
13556 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
13557 Don't set any syntax-table property here.
13558 (tex-font-lock-verb): New function. Do it here.
13559 (tex-font-lock-syntactic-keywords): Use it.
13560
13561 2005-10-04 Richard M. Stallman <rms@gnu.org>
13562
13563 * wid-edit.el (widget-file-complete): Get the widget start point
13564 the right way. Default directory to `/' if file has none.
13565
13566 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
13567
13568 * textmodes/flyspell.el (flyspell-mode-on):
13569 Call ispell-maybe-find-aspell-dictionaries.
13570
13571 * textmodes/ispell.el (ispell-word, ispell-region):
13572 Call ispell-maybe-find-aspell-dictionaries.
13573 (ispell-accept-buffer-local-defs):
13574 Don't call ispell-maybe-find-aspell-dictionaries
13575
13576 2005-10-04 Richard M. Stallman <rms@gnu.org>
13577
13578 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
13579
13580 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
13581
13582 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
13583 instead of `fboundp' in order to allow for anonymous functions.
13584
13585 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
13586
13587 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
13588 case the user clicks on the link while another window is selected.
13589 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
13590
13591 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
13592 functionality.
13593 (dframe-help-echo): Save point in case mouse tracking is off.
13594
13595 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
13596
13597 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
13598
13599 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13600
13601 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
13602 not change the global value of those vars.
13603
13604 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
13605 make-local-variable which we do not need any more.
13606
13607 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
13608
13609 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
13610 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
13611 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
13612 (speedbar-path-line): Define obsolete aliases.
13613 (speedbar-line-directory): Doc fix.
13614
13615 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
13616 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
13617 instead of speedbar-line-path.
13618
13619 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13620
13621 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
13622 to nil if dropping on a window. Handle dropping on a minibuffer window
13623 like dropping on a non-window part of Emacs.
13624
13625 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13626
13627 * net/ange-ftp.el: Use with-current-buffer.
13628 (ange-ftp-insert-directory): Do not follow symlinks any more.
13629
13630 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
13631 Remove interactive spec.
13632
13633 2005-10-03 Kim F. Storm <storm@cua.dk>
13634
13635 * ido.el (ido-mode): Use custom-initialize-set.
13636
13637 2005-10-02 Richard M. Stallman <rms@gnu.org>
13638
13639 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
13640 Use insert-buffer-substring.
13641
13642 * net/tramp.el: Pacify byte compiler warnings in pacification code.
13643 (tramp-handle-file-local-copy): Use insert-buffer-substring.
13644
13645 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
13646
13647 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
13648 in last change.
13649 (ange-ftp-insert-directory): Fix up the search for the case where
13650 `file' is absolute.
13651
13652 2005-10-02 Romain Francoise <romain@orebokech.com>
13653
13654 * progmodes/compile.el (compile-goto-error): Delete extra paren.
13655
13656 2005-10-02 Andreas Schwab <schwab@suse.de>
13657
13658 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
13659 directory component in the session info.
13660
13661 2005-10-01 Richard M. Stallman <rms@gnu.org>
13662
13663 * comint.el (comint-redirect-subvert-readonly): Doc fix.
13664
13665 * simple.el (next-error-internal): New function.
13666
13667 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
13668 (compilation-start): Pass new arg to compilation-buffer-name.
13669 (compile-goto-error): Use next-error-internal.
13670
13671 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13672
13673 * speedbar.el: Remove RCS tag.
13674 (speedbar-check-read-only): Handle non-existent files.
13675
13676 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
13677
13678 * info.el (Info-speedbar-hierarchy-buttons)
13679 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
13680
13681 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13682
13683 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
13684 Do not match newline.
13685 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
13686 (bibtex-summary): Remove unnecessary save-excursion.
13687 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
13688
13689 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13690
13691 * term/mac-win.el: Add charset info for "iso10646-1".
13692 Modify default fontset to use ATSUI-compatible fonts for some charsets
13693 if available.
13694
13695 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
13696
13697 * speedbar.el: Re-apply arch tag.
13698 (speedbar-version): Rename to version 1.0. Suggested by Eric
13699 M. Ludlam.
13700 Reapply two changes from Emacs CVS' version of speedbar lost
13701 during the merge:
13702 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
13703 (speedbar-frame-parameters): Improve customize type.
13704
13705 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
13706
13707 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
13708 (ange-ftp-file-directory-p): Fix the symlink case.
13709 (ange-ftp-insert-directory): When listing a single file, get a list of
13710 the parent buffer and extract the relevant line. Inspired from a patch
13711 by Katsumi Yamaoka <yamaoka@jpl.org>.
13712 (ange-ftp-file-name-sans-versions): Simplify.
13713
13714 2005-09-30 Bill Wohler <wohler@newt.com>
13715
13716 Move MH-E image files from toolbar and mail directories into
13717 etc/images.
13718
13719 * mail/reply2.*: Move to etc/images/mail/reply*.
13720
13721 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
13722 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
13723 etc/images.
13724
13725 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
13726 * toolbar/reply*: Move to etc/images/mail.
13727
13728 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
13729
13730 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
13731
13732 * speedbar.el: New version 1.0pre3.
13733
13734 Frame management code (including timer, and mouse click specifics)
13735 moved to dframe.el:
13736 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
13737 (speedbar-timer): Removed. Use dframe-timer.
13738 (speedbar-close-frame): Removed. Use dframe-close-frame.
13739 (speedbar-activity-change-focus-flag): Removed. Use
13740 dframe-activity-change-focus-flag.
13741 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
13742 dframe-update-speed.
13743
13744 (speedbar-current-frame): New macro. Use this instead of the
13745 variable speedbar-frame.
13746
13747 (speedbar-use-images, speedbar-expand-image-button-alist)
13748 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
13749
13750 (speedbar-find-image-on-load-path): Removed. Replaced by
13751 defezimage in ezimage.el.
13752 (speedbar-expand-image-button-alist): Removed. Replaced by
13753 ezimage-expand-image-button-alist in ezimage.el.
13754
13755 (speedbar-ignored-directory-regexp)
13756 (speedbar-add-ignored-directory-regexp)
13757 (speedbar-ignored-directory-expressions)
13758 (speedbar-line-directory, speedbar-buffers-line-directory)
13759 (speedbar-directory-line, speedbar-buffers-line-directory):
13760 Renamed, replacing `path' with `directory'.
13761
13762 (speedbar-create-directory, speedbar-expand-line-descendants)
13763 (speedbar-toggle-line-expansion)
13764 (speedbar-contract-line-descendants): New commands.
13765
13766 (speedbar-query-confirmation-method, speedbar-select-frame-method)
13767 (speedbar-use-tool-tips-flag): New options.
13768
13769 (speedbar-check-read-only, speedbar-require-version)
13770 (speedbar-insert-separator, speedbar-buffers-tail-notes)
13771 (speedbar-handle-delete-frame, speedbar-try-completion)
13772 (speedbar-update-localized-contents): New functions.
13773
13774 (speedbar-incompatible-version, speedbar-ro-to-do-point)
13775 (speedbar-object-read-only-indicator): New variables.
13776
13777 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
13778 New hooks.
13779
13780 (speedbar-separator-face): New face.
13781
13782 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
13783 (speedbar-ignored-modes): Add fundamental-mode.
13784 (speedbar-directory-unshown-regexp): Add . directories.
13785
13786 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
13787 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
13788 `]' for full expand/close.
13789 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
13790
13791 (speedbar-check-vc): Support hidden files.
13792 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
13793 (speedbar-this-file-in-vc): Use vc-state if available. If VC
13794 state is nil, it is not checked out.
13795
13796 (speedbar-line-text, speedbar-line-token): Support expand buttons
13797 with no text.
13798 (speedbar-refresh): Universal argument acts as power-click.
13799 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
13800 that buffer to get variable values.
13801
13802 And many other bugfixes.
13803
13804 * dframe.el, ezimage.el, sb-image.el: New files.
13805
13806 * sb-*.xpm: Remove files. New image files installed into
13807 etc/images/ezimage.
13808
13809 2005-09-30 Kenichi Handa <handa@m17n.org>
13810
13811 * ps-mule.el (ps-mule-show-warning): If a character is in
13812 ps-print-translation-table, don't treat it as non-printable.
13813
13814 2005-09-30 David Ponce <david@dponce.com>
13815
13816 * tree-widget.el (tree-widget-themes-load-path): New variable.
13817 (tree-widget-themes-directory): Doc fix.
13818 (tree-widget-image-formats) [Emacs]: Doc fix.
13819 (tree-widget--locate-sub-directory): New function.
13820 (tree-widget-themes-directory): Use it.
13821
13822 * recentf.el (recentf-filename-handlers): Rename from
13823 `recentf-filename-handler'. Allow a list of functions.
13824 (recentf-menu-items-for-commands): Fix :help strings.
13825 (recentf-apply-filename-handlers): New function.
13826 (recentf-expand-file-name): Use it.
13827 (recentf-cleanup): Remove duplicates too.
13828
13829 2005-09-29 Juri Linkov <juri@jurta.org>
13830
13831 * faces.el: Rearrange face definitions to be in the same order as
13832 their face descriptions in "(emacs)Standard Faces".
13833
13834 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
13835
13836 * tooltip.el (tooltip): Add group `basic-faces'.
13837
13838 * buff-menu.el (Buffer-menu-buffer): Remove group
13839 `font-lock-highlighting-faces'.
13840
13841 * progmodes/compile.el (compilation-error, compilation-warning)
13842 (compilation-info, compilation-line-number, compilation-column-number):
13843 Change group from `font-lock-highlighting-faces' to `compilation'.
13844
13845 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
13846 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
13847 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
13848 (vhdl-font-lock-reserved-words-face)
13849 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
13850 `font-lock-highlighting-faces'.
13851
13852 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
13853
13854 2005-09-28 Kim F. Storm <storm@cua.dk>
13855
13856 * emulation/cua-base.el: Set CUA move property on additional commands:
13857 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
13858 forward-sexp, backward-sexp, forward-list, backward-list.
13859
13860 2005-09-28 Romain Francoise <romain@orebokech.com>
13861
13862 * comint.el (comint-show-output): Really set point at the
13863 beginning of the output when not using `comint-use-prompt-regexp'.
13864
13865 2005-09-27 Jay Belanger <belanger@truman.edu>
13866
13867 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
13868 in TeX mode.
13869
13870 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
13871
13872 * textmodes/org.el (org-table-sum): Fix format string.
13873
13874 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
13875 Quote face names.
13876
13877 2005-09-26 Romain Francoise <romain@orebokech.com>
13878
13879 * isearch.el (isearch-forward-regexp): Close doc string.
13880
13881 2005-09-25 Richard M. Stallman <rms@gnu.org>
13882
13883 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
13884
13885 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
13886
13887 * progmodes/compile.el (compilation-error-properties):
13888 When getting the file from the previous error message,
13889 correctly decode the new data format.
13890
13891 * progmodes/cc-cmds.el (c-electric-paren):
13892 Call old-blink-paren only for close-paren.
13893
13894 2005-09-24 Andreas Schwab <schwab@suse.de>
13895
13896 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
13897 condition.
13898
13899 2005-09-25 Romain Francoise <romain@orebokech.com>
13900
13901 * dired-aux.el (dired-copy-file-recursive):
13902 * dired.el (dired-delete-file):
13903 * ediff-mult.el (ediff-dir-diff-copy-file):
13904 * ediff-util.el (ediff-test-save-region):
13905 * forms.el (forms-mode):
13906 * ido.el (ido-file-internal, ido-delete-file-at-head):
13907 * log-edit.el (log-edit-done):
13908 * ses.el (ses-yank-resize):
13909 * play/gomoku.el (gomoku-human-plays, gomoku)
13910 (gomoku-human-resigns, gomoku-prompt-for-other-game)
13911 (gomoku-offer-a-draw):
13912 * play/landmark.el (lm-human-resigns, lm):
13913 * net/eudcb-ldap.el (eudc-ldap-check-base):
13914 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
13915 * progmodes/ebrowse.el (ebrowse-find-pattern):
13916 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
13917 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
13918 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
13919
13920 * vc.el (vc-delete-file):
13921 * play/gomoku.el (gomoku-terminate-game, gomoku)
13922 (gomoku-prompt-for-move, gomoku-human-takes-back):
13923 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
13924 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
13925
13926 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
13927
13928 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
13929 color rxvt terminals by using the code xterm.el used to use before
13930 2005-04-09 in order to match the colors used by rxvt.
13931
13932 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
13933
13934 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
13935 colors rxvt-unicode terminals by using the same code as xterm.el.
13936
13937 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
13938
13939 * textmodes/tex-mode.el (tex-font-lock-append-prop)
13940 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
13941 new symbol used for the tex-verbatim face.
13942
13943 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
13944
13945 * woman.el (woman-file-name):
13946 * wid-edit.el (widget-file-prompt-value)
13947 (widget-coding-system-prompt-value):
13948 * w32-fns.el (set-w32-system-coding-system):
13949 * vc.el (vc-version-diff, vc-annotate):
13950 * textmodes/reftex-auc.el (reftex-arg-cite)
13951 (reftex-arg-index-tag):
13952 * textmodes/refer.el (refer-get-bib-files):
13953 * textmodes/artist.el (artist-figlet-choose-font):
13954 * terminal.el (terminal-emulator):
13955 * replace.el (occur-read-primary-args):
13956 * rect.el (string-rectangle, string-insert-rectangle):
13957 * ps-print.el (ps-print-preprint):
13958 * progmodes/pascal.el (pascal-goto-defun):
13959 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
13960 * progmodes/compile.el (compilation-find-file):
13961 * printing.el (pr-interactive-n-up):
13962 * play/animate.el (animate-birthday-present):
13963 * net/rcompile.el (remote-compile):
13964 * man.el (man, Man-goto-section, Man-follow-manual-reference):
13965 * mail/rmailsum.el (rmail-summary-search-backward)
13966 (rmail-summary-search):
13967 * mail/rmailout.el (rmail-output-read-rmail-file-name)
13968 (rmail-output-read-file-name):
13969 * mail/rmail.el (rmail-search, rmail-search-backwards):
13970 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
13971 * locate.el (locate):
13972 * international/quail.el (quail-show-keyboard-layout):
13973 * international/mule.el (set-buffer-file-coding-system)
13974 (revert-buffer-with-coding-system, set-file-name-coding-system)
13975 (set-terminal-coding-system, set-keyboard-coding-system)
13976 (set-next-selection-coding-system):
13977 * international/mule-diag.el (describe-coding-system)
13978 (describe-font, describe-fontset):
13979 * international/mule-cmds.el (universal-coding-system-argument)
13980 (search-unencodable-char, describe-input-method)
13981 (set-language-environment, describe-language-environment):
13982 * international/codepage.el (codepage-setup):
13983 * international/code-pages.el (codepage-setup):
13984 * info.el (Info-search, Info-follow-reference)
13985 (Info-search-backward):
13986 * emacs-lisp/advice.el (ad-read-advised-function)
13987 (ad-read-advice-class, ad-clear-cache, ad-activate)
13988 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
13989 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
13990 (ad-read-regexp):
13991 * ediff-util.el (ediff-toggle-regexp-match):
13992 * ediff-ptch.el (ediff-prompt-for-patch-file):
13993 * dired-aux.el (dired-diff):
13994 * diff.el (diff):
13995 * cus-edit.el (custom-variable-prompt):
13996 * calendar/timeclock.el (timeclock-ask-for-project):
13997 * calc/calcalg3.el (calc-get-fit-variables):
13998 * calc/calc-store.el (calc-edit-variable)
13999 (calc-permanent-variable):
14000 * vc-mcvs.el (vc-mcvs-register):
14001 * shadowfile.el (shadow-define-literal-group):
14002 * woman.el (woman-file-name):
14003 * vc.el (vc-version-diff, vc-merge):
14004 * textmodes/reftex-index.el (reftex-index-complete-tag):
14005 * format.el (format-decode-buffer, format-decode-region):
14006 * emulation/viper-cmd.el (viper-read-string-with-history):
14007 * emacs-lisp/debug.el (cancel-debug-on-entry):
14008 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14009 * ediff.el (ediff-merge-revisions)
14010 (ediff-merge-revisions-with-ancestor, ediff-revision):
14011 * completion.el (interactive-completion-string-reader):
14012 * calc/calc-prog.el (calc-user-define-formula):
14013 Follow convention for reading with the minibuffer.
14014
14015 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
14016
14017 * progmodes/python.el (python-describe-symbol): Add globals() and
14018 locals() to the arguments of emacs.ehelp.
14019
14020 2005-09-24 Magnus Henoch <mange@freemail.hu>
14021
14022 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
14023 New function, code extracted from ispell-valid-dictionary-list.
14024 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
14025 Call it.
14026
14027 2005-09-24 Eli Zaretskii <eliz@gnu.org>
14028
14029 * subr.el (version-regexp-alist): Extend valid syntax for version
14030 strings: allow any of the characters -,_,+ to separate the
14031 alpha/beta/rc part from the version part. Doc fix.
14032 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
14033
14034 2005-09-23 David Reitter <david.reitter@gmail.com>
14035
14036 * mail/mailclient.el: New file.
14037
14038 2005-09-23 Richard M. Stallman <rms@gnu.org>
14039
14040 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
14041 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
14042 Doc fixes.
14043
14044 * progmodes/cc-mode.el (c-font-lock-init):
14045 Specify font-lock-lines-before.
14046
14047 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
14048
14049 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
14050 whole conflict.
14051
14052 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
14053
14054 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
14055 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
14056 of `remap' feature when available. Additional key bindings for
14057 better tty support.
14058 (org-mode-restart, org-force-self-insert): New commands.
14059 (org-time-stamp-inactive): New command.
14060 (org-remap): New function.
14061 (org-table-auto-blank-field, org-level-color-stars-only): New options.
14062 (org-enable-fixed-width-editor): Move to `org-structure'
14063 customization group.
14064 (org-self-insert-command, orgtbl-self-insert-command): Modify to
14065 blank field after field motion commands.
14066
14067 2005-09-23 Kenichi Handa <handa@m17n.org>
14068
14069 * international/mule-cmds.el (set-language-environment):
14070 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
14071 have to call utf-translate-cjk-load-tables.
14072
14073 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
14074
14075 * mouse.el (mouse-move-drag-overlay): Fix last change.
14076
14077 2005-09-22 David Ponce <david@dponce.com>
14078
14079 * tree-widget.el (tree-widget-value-create): Fix previous change.
14080
14081 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14082
14083 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
14084
14085 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
14086
14087 * mouse.el (mouse-move-drag-overlay): New function.
14088 (mouse-drag-region-1): Use it.
14089 Try to simplify a bit the state handling. Handle clicks on links
14090 inside intangible areas.
14091 (mouse-save-then-kill): Minor simplification.
14092 (mouse-secondary-overlay): Make it always non-nil instead of
14093 recreating it each time.
14094 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
14095 (mouse-kill-secondary, mouse-secondary-save-then-kill):
14096 Simplify accordingly.
14097
14098 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
14099
14100 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
14101
14102 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
14103
14104 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
14105 (ediff-file-name-sans-prefix): Treat nil as an empty string.
14106 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
14107 to patch.
14108
14109 * ediff-util.el: Use insert-buffer-substring.
14110
14111 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
14112
14113 * emulation/viper-cmd.el (viper-change-state): Don't move over the
14114 field boundaries in the minibuffer.
14115 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
14116 (viper-minibuffer-post-command-hook): New hook.
14117 (viper-line): Don't move cursor at bolp.
14118
14119 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
14120
14121 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
14122 avoid compiler warnings.
14123
14124 * emulation/viper-macs.el (ex-map): Better messages.
14125
14126 * emulation/viper-utils.el (viper-beginning-of-field): New function.
14127
14128 * emulation/viper.el: Replace make-variable-buffer-local with
14129 viper-make-variable-buffer-local everywhere, to avoid warnings.
14130
14131 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14132
14133 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
14134 Delete unused var `old-selected-window'.
14135 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
14136 (mouse-drag-secondary): Delete unused var `start-frame'.
14137
14138 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
14139
14140 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
14141
14142 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14143
14144 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
14145 Re-indent within 80 columns. Use inhibit-read-only.
14146
14147 2005-09-19 Romain Francoise <romain@orebokech.com>
14148
14149 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
14150
14151 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
14152
14153 * font-lock.el (font-lock-default-fontify-region): Don't add a line
14154 unconditionally, since the after-change-function already did it.
14155
14156 2005-09-19 Miles Bader <miles@gnu.org>
14157
14158 * net/newsticker.el: Get rid of CVS keyword.
14159
14160 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
14161
14162 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
14163 The prompt is formatted later.
14164
14165 2005-09-19 David Ponce <david@dponce.com>
14166
14167 * tree-widget.el (tree-widget-value-create): Save the converted
14168 tree :node widget.
14169
14170 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
14171
14172 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
14173 variable `message'.
14174
14175 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
14176
14177 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
14178 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
14179 <slawomir.nowaczyk.847@student.lu.se>.
14180
14181 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
14182
14183 * image.el (image-load-path): Use symbol `data-directory' instead
14184 of its value, for backward compatibility with packages that bind
14185 it during `find-image'. Suggested by Katsumi Yamaoka.
14186 (image-search-load-path): Handle symbols whose values are strings.
14187
14188 2005-09-18 Romain Francoise <romain@orebokech.com>
14189
14190 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
14191 with-current-buffer form in save-excursion.
14192
14193 2005-09-18 Deepak Goel <deego@gnufans.org>
14194
14195 * apropos.el (apropos-command): Fix `message' call: first arg
14196 should be a format spec. In this and all other cases that appear
14197 below and elsewhere in the source code, I made a change only when
14198 two conditions were satisfied: [1] I can think of a possibility
14199 that the arguments would cause an error, for example, the code in
14200 question relies on external variables such as filenames. [2] I
14201 was sure that the arg to `message' could not have been nil in the code.
14202
14203 * textmodes/tildify.el (tildify-region): Ditto.
14204
14205 * textmodes/reftex-index.el (reftex-index-change-entry)
14206 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
14207 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
14208 * textmodes/org.el (org-complete, org-deadline, org-schedule)
14209 (org-priority, org-table-sum):
14210 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
14211 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
14212 (flyspell-word, flyspell-display-next-corrections):
14213 * textmodes/bibtex.el (bibtex-print-help-message):
14214 * textmodes/artist.el (artist-key-set-point-poly):
14215 * term/mac-win.el (mac-services-insert-text):
14216 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
14217 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
14218 (vhdl-port-paste-testbench, vhdl-compose-new-component)
14219 (vhdl-compose-configuration):
14220 * progmodes/sh-script.el (sh-blink, sh-show-indent)
14221 (sh-set-indent, sh-learn-line-indent):
14222 * progmodes/ps-mode.el (ps-mode-target-column):
14223 * progmodes/idlwave.el (idlwave-make-tags)
14224 (idlwave-scan-library-catalogs):
14225 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
14226 * progmodes/gud.el (gud-jdb-analyze-source):
14227 * progmodes/flymake.el (flymake-log):
14228 * progmodes/ebnf2ps.el (ebnf-generate-region):
14229 * progmodes/cmacexp.el (c-macro-expansion):
14230 * progmodes/ada-xref.el (ada-treat-cmd-string):
14231 * progmodes/ada-mode.el (ada-create-case-exception-substring)
14232 (ada-justified-indent-current, ada-batch-reformat):
14233 * play/zone.el (zone):
14234 * play/landmark.el (lm-move):
14235 * play/decipher.el (decipher-show-alphabet):
14236 * net/newsticker.el (newsticker--display-jump)
14237 (newsticker--display-scroll):
14238 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
14239 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
14240 * mail/feedmail.el (feedmail-dump-message-to-queue):
14241 * eshell/esh-proc.el (eshell-remove-process-entry):
14242 * emulation/ws-mode.el (ws-last-error):
14243 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
14244 (viper-record-kbd-macro):
14245 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
14246 * emacs-lisp/lisp-mnt.el (lm-report-bug):
14247 * emacs-lisp/find-func.el (find-function-noselect):
14248 * calendar/timeclock.el (timeclock-status-string)
14249 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
14250 (timeclock-when-to-leave-string):
14251 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
14252 * calc/calc-units.el (calc-enter-units-table):
14253 * calc/calc-mode.el (calc-mode-record-mode):
14254 * woman.el (woman-mini-help):
14255 * wdired.el (wdired-change-to-wdired-mode):
14256 * vc.el (vc-retrieve-snapshot):
14257 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
14258 * startup.el (display-startup-echo-area-message):
14259 * simple.el (set-goal-column):
14260 * ses.el (ses-command-hook, ses-recalculate-cell):
14261 * server.el (server-process-filter):
14262 * printing.el (pr-interface-txt-print, pr-interface-printify)
14263 (pr-interface-ps):
14264 * pcvs.el (cvs-help):
14265 * log-edit.el (log-edit, log-edit-mode-help):
14266 * iswitchb.el (iswitchb-possible-new-buffer):
14267 * isearch.el (isearch-edit-string):
14268 * image-mode.el (image-mode, image-minor-mode):
14269 * ibuf-macs.el (define-ibuffer-filter):
14270 * hi-lock.el (hi-lock-find-patterns):
14271 * files.el (toggle-read-only):
14272 * ediff-util.el (ediff-copy-diff)
14273 (ediff-write-merge-buffer-and-maybe-kill):
14274 * echistory.el (Electric-history-undefined):
14275 * dnd.el (dnd-insert-text):
14276 * dired-aux.el (dired-query):
14277 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
14278 * bookmark.el (bookmark-bmenu-locate):
14279 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
14280 Fix `message' calls to ensure first arg is a format string.
14281 The change was made only when these two conditions were satisfied:
14282 [1] when there is a possibility that the arguments would cause an error
14283 for example, if the code in question relies on external variables
14284 such as filenames, and
14285 [2] if the arg to `message' could not have been nil in the code.
14286
14287 * pcomplete.el (pcomplete--help): Fix `message' format spec.
14288 Not having a %s would be weird, though not technically wrong.
14289
14290 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14291
14292 * term/mac-win.el (mac-add-charset-info): Doc fix.
14293
14294 2005-09-17 Romain Francoise <romain@orebokech.com>
14295
14296 * shell.el (shell-resync-dirs): Handle echoing processes more
14297 reliably. Don't insert resync command if `comint-process-echoes'
14298 is non-nil.
14299
14300 2005-09-17 Magnus Henoch <mange@freemail.hu>
14301
14302 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
14303 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
14304 aspell versions >= 0.60.
14305 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
14306 only if ispell-aspell-supports-utf8 is non-nil.
14307
14308 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
14309
14310 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
14311 buffer-local value to lisp-indent-function.
14312
14313 2005-09-17 Milan Zamazal <pdm@zamazal.org>
14314
14315 * progmodes/glasses.el (glasses-make-readable): If
14316 glasses-separator differs from underscore, put appropriate
14317 overlays over underscore characters.
14318 (glasses-convert-to-unreadable): If glasses-separator differs from
14319 underscore, try to convert glasses-separator characters to
14320 underscores.
14321
14322 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
14323
14324 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
14325 Use with-syntax-table and dolist.
14326
14327 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
14328
14329 * textmodes/reftex-auc.el:
14330 * textmodes/reftex-cite.el:
14331 * textmodes/reftex-dcr.el:
14332 * textmodes/reftex-global.el:
14333 * textmodes/reftex-parse.el:
14334 * textmodes/reftex-ref.el:
14335 * textmodes/reftex-sel.el:
14336 * textmodes/reftex-toc.el:
14337 * textmodes/reftex-vars.el:
14338 * textmodes/reftex.el: Small changes to remove compiler warnings.
14339
14340 * textmodes/reftex-index.el: Likewise.
14341 (reftex-query-index-phrase): More efficient use of markers.
14342
14343 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14344
14345 * image.el (image-load-path): New variable.
14346 (image-search-load-path): New function.
14347 (find-image): Search for images in `image-load-path'.
14348
14349 2005-09-15 Richard M. Stallman <rms@gnu.org>
14350
14351 * follow.el: Change Maintainer field.
14352
14353 2005-09-15 David Ponce <david@dponce.com>
14354
14355 * recentf.el (recentf-save-file-modes): New option.
14356 (recentf-save-list): Use it.
14357
14358 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
14359
14360 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
14361 (mode-line-mule-info, mode-line-modified): Move bindings from
14362 mouse-3 to mouse-1.
14363
14364 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
14365
14366 * simple.el (sendmail-user-agent-compose): Revert last change.
14367
14368 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
14369
14370 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
14371 Use with-current-buffer.
14372 (ange-ftp-gwp-start): Remove unused var `gw-user'.
14373 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
14374 (ange-ftp-insert-directory): Remove unused var `short'.
14375 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
14376
14377 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
14378 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
14379
14380 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
14381 (check-calendar-holidays, diary-list-entries): Autoload.
14382 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
14383 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
14384
14385 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
14386 which mistakenly removed a call to display-buffer.
14387
14388 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
14389
14390 * obsolete/iso-insert.el: Move to obsolete/ from international/.
14391
14392 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
14393
14394 * progmodes/hideshow.el
14395 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
14396 (hs-allow-nesting): New user var.
14397 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
14398 (hs-hide-block-at-point): When nesting allowed,
14399 if there is already an overlay in place, delete it.
14400 (hs-safety-is-job-n): Delete func; remove call sites.
14401 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
14402 (hs-overlay-at): New func.
14403 (hs-already-hidden-p, hs-show-block): Use it.
14404 (hs-hide-all): Don't pre-clean if nesting allowed.
14405 (hs-show-all): Temporarily disallow
14406 nesting around call to `hs-discard-overlays'.
14407
14408 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
14409
14410 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
14411 Delete unused local var.
14412
14413 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
14414
14415 * help-fns.el (describe-categories): "?\ " -> "?\s".
14416 (help-do-arg-highlight): Recognize also ARG-n, as in
14417 `move-to-left-margin' (ARG+n is already recognized). Simplify.
14418
14419 * international/codepage.el (dos-unsupported-char-glyph):
14420 * net/newsticker.el (tool-bar-map, w3-mode-map)
14421 (w3m-minor-mode-map):
14422 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
14423 (ent-alist):
14424 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
14425
14426 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
14427
14428 * custom.el (custom-push-theme): Handle the case where a symbol is
14429 bound but face properties have not yet been assigned.
14430
14431 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
14432 Fix behavior if noerase is `t' and there is no mail buffer.
14433
14434 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
14435 if `continue' is nil, rather than signal an error.
14436
14437 2005-09-12 Richard M. Stallman <rms@gnu.org>
14438
14439 * font-lock.el (font-lock-keywords): Add autoload.
14440
14441 * help-fns.el (describe-variable): Rearrange to put source link
14442 in a predictable place.
14443
14444 * net/newsticker.el: New file.
14445
14446 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * calendar/calendar.el (calendar-for-loop): Add edebug info.
14449 (calendar-basic-setup): Use the new nil arg.
14450 (number-of-diary-entries): Move to diary-lib.el.
14451
14452 * calendar/diary-lib.el: Use with-current-buffer, match-string.
14453 (diary-list-entries): Use with-syntax-table and dolist.
14454 Rename from list-diary-entries.
14455 Use number-of-diary-entries if `number' is nil.
14456 (diary, diary-view-entries): Use this new name and new nil arg value.
14457 (number-of-diary-entries): Move from calendar.el.
14458 (diary-unhide-everything): New function.
14459 (include-other-diary-files, fancy-diary-display)
14460 (diary-show-all-entries, make-diary-entry): Use it.
14461 (diary-mail-entries): Use buffer-string.
14462 (mark-diary-entries): Fix long standing paren typo.
14463 (diary-sexp-entry): Use count-lines.
14464 (make-diary-entry): Avoid `previous-line'.
14465 (diary-mode-map): New var.
14466 (diary-mode): Redraw cal after saving. Setup header-line.
14467 (fancy-diary-display-mode): Use local-set-key.
14468
14469 * startup.el (command-line): Try calling various terminal-init-foo-bar
14470 functions by stripping hyphenated suffixes from $TERM.
14471
14472 * files.el (normal-mode): Check boundness of font-lock-keywords.
14473
14474 2005-09-12 Richard M. Stallman <rms@gnu.org>
14475
14476 * progmodes/compile.el: Don't decide a file's directory
14477 until the user actually tries to go there.
14478 (compilation-next-error-function):
14479 Pass compilation-find-file the directory from the file-struct.
14480 (compilation-internal-error-properties): Separate local FILE-STRUCT
14481 from FILE. Doc the args better. Rename arg FMT to FMTS.
14482 (compilation-find-file): Arg DIR renamed to DIRECTORY.
14483 Expand it, and if nil, use default-directory.
14484 (compilation-get-file-structure): Don't mix specified directory
14485 with default directory. Put specified directory into
14486 file-struct. Don't make the file name absolute.
14487
14488 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
14489 (compile-command): Add autoload.
14490 (compilation-disable-input): Add autoload.
14491
14492 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
14493
14494 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
14495 strings of the variables it can override.
14496 (time-stamp): New (as yet undocumented) time-stamp-format escapes
14497 %Q and %q, for fully-qualified domain name and unqualified host name.
14498
14499 2005-09-11 Kim F. Storm <storm@cua.dk>
14500
14501 * emacs-lisp/authors.el (authors-aliases): Update list.
14502 (authors-fixed-entries): Update mldrag.el entry.
14503
14504 2005-09-10 Alan Mackenzie <acm@muc.de>
14505
14506 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
14507 from the region narrowed to.
14508
14509 2005-09-10 Magnus Henoch <mange@freemail.hu>
14510
14511 * textmodes/ispell.el (ispell-check-version): Signal an error if
14512 aspell version is less than 0.60.
14513
14514 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
14515
14516 * progmodes/octave-inf.el (inferior-octave-startup):
14517 Resync current dir at the end.
14518
14519 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
14520
14521 * woman.el (woman-topic-at-point-default):
14522 Rename to woman-use-topic-at-point-default.
14523 (woman-topic-at-point): Rename to woman-use-topic-at-point.
14524 (woman-file-name): Reflect renames above. Automatically use the
14525 word at point as topic if woman-use-topic-at-point is non-nil.
14526 Otherwise offer it as default but don't insert it in the
14527 minibuffer. Also use `test-completion' instead of `assoc' as
14528 suggested by Stefan Monnier.
14529
14530 2005-09-10 Andre Spiegel <spiegel@gnu.org>
14531
14532 * vc.el (vc-directory, vc-update-change-log): Throw an error on
14533 the attempt to do it over Tramp. This is not yet supported.
14534
14535 2005-09-10 Eli Zaretskii <eliz@gnu.org>
14536
14537 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
14538 (menu-bar-non-minibuffer-window-p): New functions.
14539 ("Split Window", "Save As..."): Use them.
14540 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
14541 ("Print Buffer", "Truncate Long Lines in this Buffer"):
14542 Use menu-bar-menu-frame-live-and-visible-p.
14543 ("Save Buffer", "Insert File", "Open Directory...")
14544 ("Open File...", "Visit New File..."):
14545 Use menu-bar-non-minibuffer-window-p.
14546 (kill-this-buffer-enabled-p, dired <menu-enable>):
14547 Use menu-bar-non-minibuffer-window-p.
14548
14549 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14550
14551 * cus-start.el (all): Don't complain about fringe-related
14552 built-ins if fringes are not supported. Ditto about
14553 selection-related built-ins. Fix the test for GTK-related built-ins.
14554
14555 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
14556 ("Postscript Print Buffer", "Print Region", "Save As...")
14557 ("Save", "Insert File...", "Open Directory...")
14558 ("Open File...", "Visit New File..."")
14559 ("Truncate Long Lines in this Buffer"): Don't look at
14560 menu-updating-frame if this display does not support multiple frames.
14561
14562 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14563
14564 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
14565
14566 2005-09-09 Emilio Lopes <eclig@gmx.net>
14567
14568 * woman.el: Format- and whitespace-related changes.
14569
14570 2005-09-09 Eli Zaretskii <eliz@gnu.org>
14571
14572 * woman.el: Fix my email address.
14573
14574 2005-09-08 Richard M. Stallman <rms@gnu.org>
14575
14576 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
14577 (sh-mode): Locally set skeleton-pair-default-alist.
14578
14579 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
14580
14581 * progmodes/flymake.el: Require `compile' unconditionally.
14582
14583 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
14584
14585 * woman.el (woman-file-name): Provide a default, not initial input.
14586
14587 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
14588
14589 * font-lock.el (font-lock-support-mode): Doc fix.
14590
14591 * descr-text.el (describe-property-list): Handle non-symbol prop names.
14592
14593 2005-09-08 Richard M. Stallman <rms@gnu.org>
14594
14595 * simple.el (blink-matching-open): Get rid of text props from
14596 the string shown in echo area. Don't permanently set point.
14597 Some rearrangements.
14598
14599 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
14600
14601 * recentf.el (recentf-filename-handler): Add custom choice
14602 `abbreviate-file-name'.
14603
14604 * msb.el (msb--very-many-menus): Fix typo.
14605
14606 * disp-table.el (standard-display-european): Don't set
14607 enable-multibyte-characters to nil.
14608
14609 2005-09-08 David Ponce <david@dponce.com>
14610
14611 * recentf.el (recentf-show-file-shortcuts-flag): New option.
14612 (recentf-expand-file-name): Doc fix.
14613 (recentf-dialog-mode-map): Define digit shortcuts.
14614 (recentf--files-with-key): New variable.
14615 (recentf-show-digit-shortcut-filter): New function.
14616 (recentf-open-files-items): New function.
14617 (recentf-open-files): Use it.
14618 (recentf-open-file-with-key): New command.
14619
14620 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
14621
14622 * buff-menu.el (Buffer-menu-sort-by-column): New function.
14623 Suggested by Kim F. Storm.
14624 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
14625 (Buffer-menu-make-sort-button): Use global keymap.
14626
14627 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
14628
14629 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
14630 (Man-getpage-in-background-advice): Remove defadvice; it isn't
14631 necessary any longer with the remapped command.
14632 (Man-bgproc-sentinel-advice): Remove defadvice which counts
14633 formatting time only.
14634
14635 * net/tramp.el (tramp-action-password)
14636 (tramp-multi-action-password): Compile the password prompt from
14637 `method', `user' and `host'. Sometimes it isn't obvious which
14638 password to enter, for example with remote files offered by
14639 recentf.el, or with multiple steps. Suggested by Robert Marshall
14640 <robert@chezmarshall.freeserve.co.uk>.
14641
14642 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14643
14644 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
14645 Fix regexp for when "s///" is at the beginning of line.
14646
14647 2005-09-07 Jay Belanger <belanger@truman.edu>
14648
14649 * calc/calc-poly.el (math-expand-term): Multiply out any powers
14650 when in matrix mode.
14651
14652 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
14653
14654 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
14655 non-anonymous functions.
14656
14657 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
14658
14659 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
14660 when using a header line. Otherwise, use mouse-1-click-follows-link.
14661
14662 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
14663 can't be moved; don't signal an error.
14664
14665 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
14666
14667 * cus-theme.el (custom-theme-write-faces): Save the current face
14668 spec, not the defface spec.
14669
14670 * custom.el (custom-known-themes): Clarify meaning of "standard".
14671 (custom-push-theme): Save old values in the standard theme.
14672 (disable-theme): Correct typo.
14673 (custom-face-theme-value) Deleted unused function.
14674 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
14675
14676 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
14677
14678 * progmodes/compile.el (compilation-goto-locus): Take into account
14679 iconified frames when determining whether the buffer is
14680 already visible.
14681 Don't reset window height if the window already existed.
14682
14683 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
14684
14685 * custom.el (load-theme): Rename from require-theme.
14686 Add interactive spec.
14687 (enable-theme): Rename from custom-enable-theme.
14688 Add interactive spec.
14689 (disable-theme): Rename from custom-disable-theme.
14690 Add interactive spec.
14691 (custom-make-theme-feature): Doc fix.
14692 (custom-theme-directory): Doc fix.
14693 (provide-theme): Call enable-theme.
14694
14695 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
14696
14697 * obsolete/lazy-lock.el (lazy-lock-mode):
14698 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
14699 font-lock-mode if it's off. Print a warning instead.
14700
14701 * progmodes/compile.el (compilation-start): Ignore errors if the
14702 process died before we get to send-eof.
14703
14704 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
14705 Undo last change. Enclosing the result in quotes broke things on Unix
14706 since tex-send-command passes it through shell-quote-argument.
14707 (tex-send-command): Pass `file' through convert-standard-filename
14708 when possible.
14709 (tex-uptodate-p): Handle the case where TeX hasn't put additional
14710 info in a transcript.
14711
14712 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
14713
14714 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
14715 fix compilation warning. Reorder the key definitions to group
14716 together keys emitted by the current version of xterm.
14717
14718 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
14719 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
14720 Reorder predicates to correct min-color usage.
14721
14722 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
14723
14724 * longlines.el (longlines-mode): Inhibit read-only when encoding.
14725 Kill local variables when longlines-mode is turned off.
14726
14727 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
14728
14729 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
14730
14731 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
14732
14733 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
14734
14735 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
14736 (font-lock-lines-before): Change default to being inactive.
14737 (font-lock-default-fontify-region): Obey font-lock-lines-before.
14738 (font-lock-after-change-function): Don't handle f-l-lines-before here.
14739
14740 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14741
14742 * net/tramp.el (tramp-handle-make-auto-save-file-name):
14743 Deactivate temporarily advice if active (not needed for Emacs 22,
14744 but for backwards compatibility).
14745 (tramp-exists-file-name-handler): Rewrite. First implementation
14746 was too simple.
14747 (tramp-advice-make-auto-save-file-name):
14748 Call `tramp-handle-make-auto-save-file-name' (again, just for
14749 backwards compatibility).
14750
14751 2005-08-31 Reto Zimmermann <reto@gnu.org>
14752
14753 * progmodes/vhdl-mode.el
14754 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
14755 (vhdl-end-p): Fix indentation bug "else" after "-- when".
14756 (vhdl-set-default-project): New function (easier setting of default).
14757 (vhdl-port-copy): Handle extended identifiers for generics.
14758 (vhdl-compiler-alist): Better description for error message regexp.
14759 (vhdl-make): Query for target, use previous as default.
14760 (vhdl-port-copy): Fix port copy for port names starting with "signal".
14761 (vhdl-font-lock-keywords-2): Fix fontification for record
14762 el. assign.
14763 (vhdl-speedbar-make-subpack-line): Add package body link.
14764 (vhdl-generate-makefile-1): Not include itself as dependency.
14765 (vhdl-font-lock-init): Highlight c-preprocessor directives.
14766 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
14767 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
14768 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
14769 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
14770 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
14771 (vhdl-import-project): Add string argument for `error'.
14772 (vhdl-compose-configuration)
14773 (vhdl-compose-configuration-architecture): Add configuration
14774 declaration generation.
14775 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
14776 (vhdl-trailer-re): Add "record" keyword (better indentation).
14777 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
14778 "[^ \t-\"]+".
14779 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
14780 (vhdl-testbench-entity-file-name)
14781 (vhdl-testbench-architecture-file-name): Allow separate
14782 customization of testbench file names.
14783 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
14784 (vhdl-get-visible-signals): Allow newline within alias declaration.
14785 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
14786 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
14787 (member-ignore-case): Alias for missing function in XEmacs.
14788 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
14789 (vhdl-update-sensitivity-list): Ignore case on read signals.
14790 (vhdl-replace-string): Adjust case only for file names.
14791 (vhdl-update-sensitivity-list): Fix search for read signals.
14792 (vhdl-update-sensitivity-list): Exclude formal parameters.
14793 (vhdl-get-visible-signals): Include aliases of signals.
14794 (vhdl-get-visible-signals): Fix signal name searching.
14795 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
14796 (vhdl-fixup-whitespace-region): Fix for character
14797 literals (e.g. `:').
14798
14799 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
14800
14801 * ansi-color.el (comint-last-output-start):
14802 * bs.el (font-lock-verbose):
14803 * diff-mode.el (add-log-buffer-file-name-function):
14804 * dired-x.el (vm-folder-directory):
14805 * faces.el (help-xref-stack-item):
14806 * files.el (font-lock-keywords):
14807 * find-lisp.el (dired-buffers, dired-subdir-alist):
14808 * ido.el (cua-inhibit-cua-keys):
14809 * log-view.el (cvs-minor-wrap-function):
14810 * outline.el (font-lock-warning-face):
14811 * simple.el (compilation-current-error):
14812 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
14813 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
14814 * tooltip.el (comint-prompt-regexp):
14815 * w32-fns.el (explicit-shell-file-name):
14816 * term/mac-win.el (mac-charset-info-alist)
14817 (mac-services-selection, mac-system-script-code):
14818 * term/tty-colors.el (msdos-color-values):
14819 * term/w32-win.el (xlfd-regexp-registry-subnum):
14820 * term/x-win.el (x-keysym-table, x-selection-timeout)
14821 (x-session-id, x-session-previous-id):
14822 * textmodes/ispell.el (mail-yank-prefix):
14823 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
14824 * textmodes/org.el (calc-embedded-close-formula)
14825 (calc-embedded-open-formula)
14826 (font-lock-unfontify-region-function):
14827 * textmodes/reftex-global.el (isearch-next-buffer-function)
14828 (TeX-master):
14829 * textmodes/reftex.el (font-lock-keywords):
14830 * textmodes/tex-mode.el (font-lock-comment-face)
14831 (font-lock-doc-face):
14832 * textmodes/texinfo.el (outline-heading-alist):
14833 Add defvars.
14834
14835 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
14836 (artist-spray-chars, artist-mode-init, artist-replace-string)
14837 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
14838 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
14839 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
14840
14841 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
14842 (conf-align-assignments): "?\ " -> "?\s".
14843
14844 * textmodes/reftex-index.el (TeX-master): Add defvar.
14845 (reftex-index-phrases-marker): Move up defvar.
14846
14847 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
14848 (reftex-toc-include-labels-indicator)
14849 (reftex-toc-include-index-indicator)
14850 (reftex-toc-max-level-indicator): Move up declarations.
14851
14852 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
14853 of args to `tramp-run-real-handler', even if it's empty in this case.
14854
14855 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14856
14857 * dired.el (dired-move-to-filename-regexp): Add date format for
14858 Mac OS X 10.3 in East Asian locales.
14859
14860 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
14861
14862 * files.el (make-auto-save-file-name): Add file name handler call
14863 if applicable.
14864
14865 * net/tramp.el (tramp-file-name-handler-alist)
14866 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
14867 (tramp-handle-make-auto-save-file-name): Rename from
14868 `tramp-make-auto-save-file-name'.
14869 (tramp-exists-file-name-handler): New defun.
14870 (tramp-advice-make-auto-save-file-name): Make defadvice only when
14871 `make-auto-save-file-name' is not a magic file name operation.
14872
14873 2005-08-30 Richard M. Stallman <rms@gnu.org>
14874
14875 * files.el (risky-local-variable-p):
14876 Match `-predicates' and `-commands.
14877
14878 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
14879 (custom-save-all): Visit the file if necessary;
14880 kill the buffer if we created it.
14881 (custom-save-delete): Don't visit file or kill buffer here.
14882
14883 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
14884
14885 * textmodes/org.el (org-special-keyword): New face.
14886 (org-table-copy-down, org-table-eval-formula)
14887 (org-table-recalculate, org-init-section-numbers):
14888 Use `string-to-number' instead of `string-to-int'.
14889 (org-get-location): Use `insert-buffer-substring' instead of
14890 `insert-buffer'.
14891 (org-modify-diary-entry-string): New function.
14892 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
14893 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
14894 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
14895 active region.
14896 (org-export-as-html): Handle QUOTE keyword.
14897 (org-quote-string): New option.
14898 (org-bookmark-jump-unhide): New function, used for
14899 `bookmark-after-jump-hook'.
14900 (org-diary-default-entry): Apply only when not called through
14901 `org-agenda'.
14902
14903 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
14904
14905 * net/eudc.el (mode-popup-menu):
14906 * play/handwrite.el (ps-printer-name, ps-lpr-command):
14907 * progmodes/ada-mode.el (compile-auto-highlight)
14908 (skeleton-further-elements):
14909 * progmodes/autoconf.el (font-lock-syntactic-keywords):
14910 * progmodes/cmacexp.el (msdos-shells):
14911 * progmodes/compile.el (font-lock-extra-managed-props)
14912 (font-lock-keywords, font-lock-maximum-size)
14913 (font-lock-support-mode):
14914 * progmodes/grep.el (font-lock-lines-before):
14915 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
14916 * progmodes/mixal-mode.el (compile-command):
14917 * progmodes/perl-mode.el (font-lock-comment-face)
14918 (font-lock-doc-face, font-lock-string-face):
14919 * progmodes/prolog.el (comint-prompt-regexp):
14920 * progmodes/sh-script.el (font-lock-comment-face)
14921 (font-lock-set-defaults, font-lock-string-face):
14922 * progmodes/sql.el (font-lock-keyword-face)
14923 (font-lock-set-defaults, font-lock-string-face):
14924 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
14925 (itimer-version, lazy-lock-defer-contextually)
14926 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
14927 Add defvars.
14928
14929 * progmodes/cperl-mode.el (cperl-electric-lbrace)
14930 (cperl-electric-keyword, cperl-electric-pod)
14931 (cperl-electric-backspace, cperl-forward-re)
14932 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
14933 (vc-rcs-header, vc-sccs-header): Add defvars.
14934
14935 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
14936 (font-lock-syntactic-keywords, gud-find-expr-function):
14937 Add defvars.
14938
14939 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
14940 (gdb-frame-parameters): Declare before use.
14941
14942 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
14943 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
14944 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
14945 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
14946
14947 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
14948 (idlwave-help-with-source): Use `insert-buffer-substring', not
14949 `insert-buffer'.
14950
14951 2005-08-29 Juri Linkov <juri@jurta.org>
14952
14953 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
14954 Put outline-back-to-heading function call inside save-excursion.
14955
14956 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
14957
14958 * man.el (Man-init-defvars, Man-translate-references)
14959 (Man-support-local-filenames, Man-highlight-references):
14960 * progmodes/sql.el (sql-interactive-mode):
14961 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
14962
14963 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
14964 (compilation-mode-font-lock-keywords): Add defvars.
14965 (checkdoc-interactive-loop): "?\ " -> "?\s".
14966
14967 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
14968 (font-lock-doc-face, font-lock-string-face)
14969 (font-lock-keywords-case-fold-search): Add defvars.
14970 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
14971
14972 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
14973 Don't pass X and Y (they are ignored anyway).
14974 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
14975 (mouse-delete-window): Make arguments optional.
14976
14977 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
14978 (caesar-translate-table, minor-modes, news-buffer-save)
14979 (news-group-name, news-minor-modes): Add defvars.
14980
14981 * emacs-lisp/lselect.el (mouse-highlight-priority)
14982 (x-lost-selection-functions, zmacs-regions):
14983 * emacs-lisp/pp.el (font-lock-verbose):
14984 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
14985 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
14986 (ses-mode-map):
14987 * emacs-lisp/tcover-unsafep.el (safe-functions):
14988 * international/mule-cmds.el (mac-system-coding-system)
14989 (mac-system-locale):
14990 * language/ethio-util.el (rmail-current-message)
14991 (rmail-message-vector):
14992 * language/thai-util.el (thai-auto-composition-mode):
14993 * mail/metamail.el (rmail-current-message, rmail-message-vector):
14994 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
14995 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
14996 (vm-primary-inbox, vm-spool-files):
14997 * mail/rmail.el (deleted-head, font-lock-fontified)
14998 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
14999 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
15000 (total-messages):
15001 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
15002 (rmail-summary-mode-map):
15003 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
15004 (rmail-last-label, rmail-last-multi-labels)
15005 (rmail-summary-vector, rmail-total-messages):
15006 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
15007 * mail/rmailsum.el (msgnum):
15008 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
15009 (rmail-current-message):
15010 * obsolete/fast-lock.el (font-lock-face-list):
15011 * obsolete/rnewspost.el (mail-reply-buffer):
15012 * obsolete/scribe.el (compile-command):
15013 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
15014
15015 2005-08-28 John Paul Wallington <jpw@gnu.org>
15016
15017 * ibuf-ext.el (ibuffer-auto-update-changed):
15018 Use `frame-or-buffer-changed-p' to check whether we need to update.
15019 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
15020 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
15021 as a `frame-or-buffer-changed-p' state vector instead.
15022
15023 2005-08-27 Romain Francoise <romain@orebokech.com>
15024
15025 * textmodes/makeinfo.el (makeinfo-compile):
15026 Use `compilation-start'. Set `next-error-function' according to
15027 `disable-errors'.
15028 (makeinfo-next-error): New function.
15029 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
15030 (makeinfo-buffer): Likewise.
15031
15032 * progmodes/compile.el (compilation-start): Add autoload cookie.
15033
15034 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
15035 * textmodes/sgml-mode.el: Likewise.
15036 * progmodes/python.el: Likewise.
15037
15038 2005-08-27 Eli Zaretskii <eliz@gnu.org>
15039
15040 * simple.el (blink-matching-paren-distance): Document the meaning
15041 of nil value, and allow to customize to nil.
15042
15043 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
15044 command.com, not command.exe.
15045
15046 2005-08-26 John Wiegley <johnw@newartisans.com>
15047
15048 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
15049 code around a bit so that an extraneous nil argument is not added
15050 to a command when no args are given.
15051
15052 * eshell/esh-arg.el (eshell-parse-double-quote): If a
15053 double-quoted argument resolves to nil, return it as an empty
15054 string rather than as nil. This made it impossible to pass "" to
15055 a shell script as a null string argument.
15056
15057 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
15058
15059 * outline.el (outline-invent-heading): New fun.
15060 (outline-promote, outline-demote): Use it.
15061 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
15062 (outline-end-of-subtree): Remove unused var `opoint'.
15063
15064 2005-08-26 David Reitter <david.reitter@gmail.com>
15065
15066 * menu-bar.el (truncate-lines, write-file, print-buffer)
15067 (ps-print-buffer-faces, ps-print-buffer, split-window):
15068 Disable menu items when the frame they refer to is invisible, or when
15069 they refer to a buffer and the minibuffer is selected.
15070
15071 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
15072
15073 * progmodes/flymake.el (flymake-highlight-err-lines):
15074 Use save-excursion around flymake-highlight-line to preserve point.
15075
15076 2005-08-26 Eli Zaretskii <eliz@gnu.org>
15077
15078 * progmodes/octave-mod.el: Change Author and Maintainer address.
15079 (octave-maintainer-address): Change Kurt's email address.
15080 * progmodes/octave-inf.el: Change Author and Maintainer address.
15081 * progmodes/octave-hlp.el: Change Author and Maintainer address.
15082
15083 2005-08-26 Kim F. Storm <storm@cua.dk>
15084
15085 * subr.el (version-list-<, version-list-<=, version-list-=):
15086 Rename from integer-list-*.
15087 (version-list-not-zero): Likewise. Fix while loop.
15088 (version=): Use version-list-= instead of string-equal.
15089
15090 2005-08-26 Richard M. Stallman <rms@gnu.org>
15091
15092 * outline.el (outline-promote): Try shortening the heading.
15093 As last resort, read the heading to use.
15094 (outline-demote): As last resort, read the heading to use.
15095
15096 2005-08-26 Romain Francoise <romain@orebokech.com>
15097
15098 * progmodes/compile.el (compilation-start): Doc fix.
15099
15100 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
15101 (antlr-font-lock-additional-keywords): Fix reference to
15102 `antlr-font-lock-literal-regexp' erroneously changed during the
15103 mass face rename.
15104 (antlr-run-tool): Use `compilation-start'.
15105
15106 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
15107 instead of the obsolete `compile-internal'.
15108
15109 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
15110
15111 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
15112 (number, original-date):
15113 * calendar/cal-china.el (date):
15114 * calendar/cal-coptic.el (date):
15115 * calendar/cal-french.el (date):
15116 * calendar/cal-hebrew.el (date, entry, number, original-date):
15117 * calendar/cal-islam.el (date, number, original-date):
15118 * calendar/cal-iso.el (date):
15119 * calendar/cal-julian.el (date):
15120 * calendar/cal-mayan.el (date):
15121 * calendar/cal-menu.el (date, event):
15122 * calendar/cal-persia.el (date):
15123 * calendar/lunar.el (date):
15124 * calendar/solar.el (date): Add defvars.
15125
15126 * emerge.el:
15127 * ibuffer.el:
15128 * info-xref.el:
15129 * obsolete/bg-mouse.el:
15130 * obsolete/sun-curs.el:
15131 * obsolete/swedish.el: Move the `defvar's to the top level.
15132
15133 * smerge-mode.el (smerge-refined-change): Add :group.
15134
15135 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
15136
15137 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
15138 (smerge-keep-n): Remove props.
15139 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
15140 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
15141 now that it's done in smerge-keep-n.
15142 (smerge-refined-change): New face.
15143 (smerge-refine-chopup-region, smerge-refine-highlight-change)
15144 (smerge-refine): New funs.
15145 (smerge-basic-map): Bind smerge-refine.
15146
15147 2005-08-25 Juri Linkov <juri@jurta.org>
15148
15149 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
15150 compilation-process-setup-function and compilation-disable-input
15151 in grep-mode instead of let-bindings in grep.
15152
15153 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
15154 Delete "Automatic File De/compression" (auto-compression-mode).
15155
15156 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
15157
15158 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
15159 Silence warning about non-existent variable.
15160
15161 2005-08-25 Richard M. Stallman <rms@gnu.org>
15162
15163 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
15164 Rename "Describe Key" to "Describe Key or Mouse Operation".
15165
15166 * mail/mailalias.el (build-mail-aliases): Delete comments
15167 from the contents before processing them.
15168
15169 * isearch.el (isearch-edit-string): Erase the Search prompt
15170 if user enters an empty string and there is no default.
15171
15172 * comint.el (comint-file-name-prefix): Add autoload.
15173
15174 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
15175
15176 * subr.el (play-sound): Rearrange to avoid warning.
15177
15178 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
15179
15180 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
15181 New hook.
15182 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
15183
15184 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
15185
15186 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
15187
15188 * custom.el (custom-theme-set-variables): Sort minor modes last.
15189
15190 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15191
15192 * subr.el (version-separator, version-regexp-alist): New vars used by
15193 version comparison funs.
15194 (integer-list-<, integer-list-=, integer-list-<=)
15195 (integer-list-not-zero): New funs for integer list comparison.
15196 (version-to-list, version=, version<, version<=): New funs for version
15197 comparison.
15198
15199 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
15200
15201 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
15202 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
15203 time to silence the byte-compiler.
15204
15205 * ibuffer.el (ibuffer-compile-make-eliding-form)
15206 (ibuffer-check-formats): Use `with-no-warnings' to hide references
15207 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
15208 so it's silly to get warnings for it).
15209 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
15210 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
15211 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
15212 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
15213 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
15214 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
15215 Defvar at compile time.
15216 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
15217 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
15218 Declare them before use.
15219
15220 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
15221 (info-xref-good, info-xref-bad): Defvar at compile time.
15222
15223 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
15224 Use `let*' instead of `let'.
15225
15226 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
15227 (*mouse-y*, menu, char): Defvar at compile time.
15228 (sc::menu): Declare it before use.
15229 (sc::pack-one-line): Use `let', not `let*'.
15230
15231 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
15232 (mail-send-hook): Defvar at compile time.
15233
15234 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
15235 Defvar at compile time.
15236
15237 * term/sun-mouse.el (current-global-mousemap)
15238 (current-local-mousemap): Declare them before use.
15239
15240 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
15241
15242 * bookmark.el (bookmark-after-jump-hook): New hook.
15243 (bookmark-jump): Run `bookmark-after-jump-hook'.
15244
15245 2005-08-23 Juri Linkov <juri@jurta.org>
15246
15247 * faces.el (minibuffer-prompt): Doc fix.
15248
15249 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
15250
15251 * progmodes/xscheme.el: Trivial changes to silence warnings.
15252 (xscheme-previous-mode, xscheme-previous-process-state):
15253 Add defvars.
15254 (xscheme-last-input-end, xscheme-process-command-line)
15255 (xscheme-process-name, xscheme-buffer-name)
15256 (xscheme-expressions-ring-max, xscheme-expressions-ring)
15257 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
15258 (xscheme-control-g-synchronization-p)
15259 (xscheme-control-g-disabled-p, xscheme-string-receiver)
15260 (default-xscheme-runlight, xscheme-runlight)
15261 (xscheme-runlight-string, xscheme-process-filter-state)
15262 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
15263 Move to beginning of file.
15264 (scheme-interaction-mode-commands-alist)
15265 (scheme-interaction-mode-map, scheme-debugger-mode-map):
15266 Declare them before use. Note: the initialization code for the variables
15267 has not been moved because it uses functions that reference the variables.
15268 (xscheme-control-g-message-string, xscheme-process-filter-alist)
15269 (xscheme-prompt-for-expression-map): Declare them before use.
15270 (scheme-debugger-mode-commands): "?\ " -> "?\s".
15271
15272 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
15273
15274 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
15275
15276 2005-08-22 Juri Linkov <juri@jurta.org>
15277
15278 * faces.el (set-face-underline): Delete this duplicate function
15279 and make an obsolete alias to set-face-underline-p.
15280 (set-face-underline-p): Use docstring of set-face-underline.
15281 (describe-face): Create hyperlink to parent face.
15282
15283 * info.el (Info-insert-dir): Use save-excursion around
15284 insert-buffer-substring.
15285 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
15286 (Info-escape-percent): Delete function.
15287 (Info-fontify-node): Replace Info-escape-percent by
15288 replace-regexp-in-string with REP arg set to lambda that
15289 duplicates `%' and preserves text properties.
15290
15291 * progmodes/compile.el (compilation-disable-input): Doc fix.
15292 (define-compilation-mode): Doc fix and refill.
15293 (kill-compilation): Use `mode-name' in the error message.
15294 (compilation-find-file): Use `compilation-error' in the
15295 read-file-name's prompt.
15296
15297 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
15298
15299 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
15300 (smerge-auto-leave): Make undo re-enable the mode.
15301 (debug-ignored-errors): Add the user-error of impossible resolution.
15302 (smerge-resolve): Move things around a bit, in preparation for later.
15303 (smerge-diff): Don't fail if the buffer has no associated file.
15304 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
15305 (smerge-conflict-overlay): New function.
15306 (smerge-match-conflict): Don't add text properties here.
15307 (smerge-find-conflict): Instead, add an overlay here.
15308 Also check for the case where we're inside a conflict already, so as to
15309 obviate the need for font-lock-multiline, which is unbearably slow with
15310 large conflicts and ciomplex font-lock patterns.
15311 (smerge-remove-props): Remove overlay rather than text-properties.
15312 (smerge-mode): Don't set font-lock-multiline.
15313 Remove overlays when turned off.
15314
15315 2005-08-21 Kim F. Storm <storm@cua.dk>
15316
15317 * ido.el (ido-ignore-item-p): Use save-match-data.
15318 Bind case-fold-search to ido-case-fold locally.
15319
15320 2005-08-20 Richard M. Stallman <rms@gnu.org>
15321
15322 * files.el (normal-mode): If font lock is on, turn it off and on.
15323
15324 * subr.el (replace-regexp-in-string): Doc fix.
15325
15326 * startup.el (command-line-1): Don't suppress startup screen
15327 due to existing processes.
15328
15329 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
15330
15331 * progmodes/compile.el (compilation-disable-input): Default to nil.
15332
15333 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
15334
15335 * progmodes/compile.el (compilation-disable-input): New defcustom.
15336 (compilation-start): If compilation-disable-input is non-nil, send
15337 EOF to the compilation process.
15338
15339 2005-08-20 Eli Zaretskii <eliz@gnu.org>
15340
15341 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
15342 Run the argument of tex-shell-cd-command through
15343 convert-standard-filename, to get the correct style of slashes on
15344 Windows, and enclose the result in quotes, in case the file name
15345 includes whitespace or other special characters.
15346
15347 2005-08-19 Andreas Schwab <schwab@suse.de>
15348
15349 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
15350 process.
15351
15352 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
15353
15354 * cus-start.el (minibuffer-prompt-properties): Correct typo.
15355
15356 2005-08-18 Kim F. Storm <storm@cua.dk>
15357
15358 * scroll-lock.el: Fix errors due to incorrect line wrapping.
15359
15360 2005-08-18 Richard M. Stallman <rms@gnu.org>
15361
15362 * scroll-lock.el: New file.
15363
15364 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
15365
15366 * dired.el (dired-move-to-end-of-filename):
15367 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
15368
15369 2005-08-18 Kim F. Storm <storm@cua.dk>
15370
15371 * ido.el (ido-everywhere): Fix defcustom :set function to disable
15372 rather than toggle mode when custom value is nil.
15373 (ido-everywhere): Fix defun doc string.
15374
15375 2005-08-17 Richard M. Stallman <rms@gnu.org>
15376
15377 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
15378 as tag instead of "Inviolable".
15379
15380 2005-08-17 Kim F. Storm <storm@cua.dk>
15381
15382 * windmove.el (windmove-coordinates-of-position): Remove.
15383 (windmove-coordinates-of-window-position): Remove.
15384 (windmove-reference-loc): Use posn-at-point instead.
15385
15386 * subr.el (insert-for-yank-1): Doc fix.
15387
15388 * ido.el (ido-enter-matching-directory): Rename from
15389 ido-enter-single-matching-directory. Change `slash' choice to
15390 `only'. Add `first' choice.
15391 (ido-exhibit): Adapt to above changes.
15392
15393 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
15394
15395 * Makefile.in: Expand comment about building loaddefs.el.
15396
15397 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
15398
15399 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
15400 Comment use of defadvice.
15401
15402 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
15403
15404 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
15405
15406 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
15407 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
15408 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
15409 * progmodes/idlw-shell.el, progmodes/ld-script.el,
15410 * progmodes/which-func.el, ruler-mode.el, strokes.el,
15411 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
15412 for backward compatibility for faces that did not appear in the
15413 previous Emacs release.
15414
15415 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
15416
15417 2005-08-15 Kim F. Storm <storm@cua.dk>
15418
15419 * emulation/cua-base.el (cua-delete-region): Return t if
15420 deleted region was non-empty.
15421 (cua-replace-region): Inhibit overwrite-mode for
15422 self-insert-command if replaced region was non-empty.
15423 (cua--explicit-region-start, cua--status-string): Make them
15424 buffer-local at top-level...
15425 (cua-mode): ...rather than when mode is enabled.
15426
15427 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
15428
15429 * progmodes/vhdl-mode.el (vhdl-emacs-21):
15430 Set t for Emacs 21, 22, and so on.
15431
15432 2005-08-15 David Ponce <david@dponce.com>
15433
15434 * tree-widget.el: Update Commentary header.
15435 (tree-widget-theme): Doc fix.
15436 (tree-widget-space-width): New option.
15437 (tree-widget-image-properties): Look up in the default theme too.
15438 (tree-widget--cursors): Only for images with arrow pointer shape.
15439 (tree-widget-lookup-image): Pointer shape is hand by default.
15440 (tree-widget-icon): Rename generic icon widget from
15441 `tree-widget-control'.
15442 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
15443 derive from `tree-widget-icon'.
15444 (tree-widget-handle): Improve default look and feel of the text
15445 representation.
15446 (tree-widget): Rename :*-control properties to :*-icon properties.
15447 Add :action and :help-echo properties.
15448 (tree-widget-after-toggle-functions): Move.
15449 (tree-widget-close-node, tree-widget-open-node): Remove.
15450 (tree-widget-before-create-icon-functions): New hook.
15451 (tree-widget-value-create): Update to allow customization of icons
15452 and nodes at run-time via that new hook.
15453 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
15454 (tree-widget-icon-action, tree-widget-icon-help-echo)
15455 (tree-widget-action, tree-widget-help-echo): New functions.
15456
15457 2005-08-15 Kim F. Storm <storm@cua.dk>
15458
15459 * ido.el (ido-buffer-internal): Use with-no-warnings.
15460 (ido-make-merged-file-list): Use while-no-input.
15461
15462 2005-08-15 Richard M. Stallman <rms@gnu.org>
15463
15464 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
15465 (flyspell-large-region): Fix doc and custom type.
15466
15467 2005-08-14 Richard M. Stallman <rms@gnu.org>
15468
15469 * files.el (interpreter-mode-alist): Doc fix.
15470
15471 * mail/rmail.el (rmail-nonignored-headers): New variable.
15472 (rmail-clear-headers): Use it.
15473 (rmail-reply): Better handling of mail-followup-to header.
15474
15475 * progmodes/sh-script.el (sh-font-lock-keywords-var):
15476 Rename variable from sh-font-lock-keywords. In the `shell' entry,
15477 don't try to refer to executable-font-lock-keywords.
15478 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
15479 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
15480 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
15481 (sh-mode): Set comment-start-skip, local-abbrev-table,
15482 imenu-case-fold-search.
15483 (sh-set-shell): Don't set them here.
15484 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
15485 Don't cache the results in the original alist; don't ever modify
15486 that alist.
15487
15488 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
15489
15490 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
15491 empty.
15492
15493 2005-08-15 Andreas Schwab <schwab@suse.de>
15494
15495 * desktop.el: Put autoload cookie at risky-local-variable declarations.
15496
15497 * dired.el, info.el, mail/rmail.el: Revert last change.
15498
15499 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
15500
15501 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
15502 modification in `eval-after-load' form.
15503 * info.el: Likewise.
15504 * mail/rmail.el: Likewise.
15505
15506 2005-08-14 Juri Linkov <juri@jurta.org>
15507
15508 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15509 Remove highlighting of "Compilation started". Highlight only
15510 the word "finished" in "Compilation finished". Add highlighting
15511 of "interrupt", "killed", "terminated" and the exit code.
15512 (compilation-start): Add newline after header. Use exactly the
15513 same time stamp format as the finishing message.
15514 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
15515
15516 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
15517 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
15518 Add highlighting of "interrupt", "killed", "terminated".
15519
15520 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
15521 enabled and the current command is self-insert-command, call it
15522 explicitly with overwrite-mode bound to nil, to not allow it
15523 to delete the character after the selected region.
15524
15525 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
15526
15527 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
15528 move-end-of-line, end-of-line, and beginning-of-line to the list
15529 of commands after which the echo area is updated.
15530
15531 2005-08-12 Eli Zaretskii <eliz@gnu.org>
15532
15533 * cus-edit.el (custom-save-all, custom-save-delete):
15534 Bind recentf-exclude to exclude custom-file.
15535
15536 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
15537
15538 * mail/rmailsum.el (rmail-summary-end-of-message): New command
15539 to go to the bottom of the mail message. Added to
15540 `rmail-summary-mode-map' with key "/".
15541 (rmail-summary-show-message): New (internal) function for use by
15542 both `rmail-summary-beginning/end-of-message'.
15543 (rmail-summary-beginning-of-message): Change to use
15544 rmail-summary-show-message.
15545
15546 * mail/rmail.el (rmail-end-of-message): New command to go to the
15547 end of the current message. Added to `rmail-mode-map' with key "/".
15548 (rmail-beginning-of-message): Fix to work as documented.
15549 (rmail-mode): Change documentation.
15550
15551 * progmodes/compile.el (compilation-start): Add the line
15552 "Compilation started" with compilation start time.
15553 (compilation-mode-font-lock-keywords): Add `started' to keywords.
15554
15555 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
15556
15557 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
15558 of menu items.
15559
15560 2005-08-11 Richard M. Stallman <rms@gnu.org>
15561
15562 * simple.el (pop-global-mark): Reverse test of widen-automatically.
15563
15564 * battery.el (battery-status-function): Don't use ignore-errors.
15565
15566 2005-08-11 Lute Kamstra <lute@gnu.org>
15567
15568 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
15569 define-obsolete-variable-alias.
15570
15571 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
15572
15573 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
15574 (ange-ftp-send-cmd): Revert last change, and expand
15575 the comment explaining the problem.
15576
15577 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
15578
15579 * ldefs-boot.el: Update.
15580
15581 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
15582 item to "Time, Load and Mail". Change help echo text.
15583
15584 * time.el (display-time-use-mail-icon, display-time-format)
15585 (display-time-string-forms): Shorten first line of docstrings.
15586
15587 2005-08-10 Lars Hansen <larsh@soem.dk>
15588
15589 * desktop.el (desktop-buffer-mode-handlers):
15590 Make non-customizable. Add autoload cookie. Change initial value to
15591 nil; add elements in respective modules instead. Fix doc string.
15592 (desktop-load-file): New function.
15593 (desktop-minor-mode-handlers): New autoloaded variable.
15594 (desktop-create-buffer): Call minor mode handlers.
15595 Use desktop-load-file to load major and minor mode modules prior to
15596 checking for a handler.
15597 (desktop-save): Don't add nil to desktop-minor-modes for minor
15598 modes with nil function in desktop-minor-mode-table. Don't delete
15599 desktop file before rewriting it.
15600 (desktop-locals-to-save): Add autoload cookie. Don't make
15601 automatically buffer-local. Add variables column-number-mode,
15602 size-indication-mode, indent-tabs-mode,
15603 indicate-buffer-boundaries, indicate-empty-lines and
15604 show-trailing-whitespace.
15605 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
15606 regexps. Don't use desktop-clear-preserve-buffers-regexp.
15607 (desktop-clear-preserve-buffers-regexp): Delete.
15608 (desktop-clear-preserve-buffers): Update initial value and docstring.
15609 (desktop-save-buffer): Fix doc string.
15610
15611 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
15612 (hilit-chg-desktop-restore): New function.
15613 (highlight-changes-mode): Add highlight-changes-mode to
15614 desktop-locals-to-save.
15615
15616 * dired.el: Add handler to desktop-buffer-mode-handlers.
15617 (dired-restore-desktop-buffer): Remove autoload cookie.
15618 (dired-mode): Add autoload cookie.
15619
15620 * info.el: Add handler to desktop-buffer-mode-handlers.
15621 (Info-restore-desktop-buffer): Remove autoload cookie.
15622 (Info-mode): Add autoload cookie.
15623
15624 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
15625 (mh-restore-desktop-buffer): Remove autoload cookie.
15626 (mh-folder-mode): Add autoload cookie.
15627
15628 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
15629 (rmail-restore-desktop-buffer): Remove autoload cookie.
15630
15631 2005-08-11 Masatake YAMATO <jet@gyve.org>
15632
15633 * hexl.el (hexl-address-region):
15634 (hexl-ascii-region, hexl-font-lock-keywords):
15635 (hexl-highlight-line-range): Use the term "region"
15636 instead of "area" for consistency with the other symbols
15637 defined in hexl.el.
15638
15639 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
15640
15641 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
15642 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
15643 out by Juri Linkov). Add `display-battery-mode'.
15644
15645 2005-08-09 Juri Linkov <juri@jurta.org>
15646
15647 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15648 Remove `-text' from face variable names.
15649 (compilation-error-file-name, compilation-warning-file-name)
15650 (compilation-info-file-name): Delete faces.
15651 (compilation-line-number, compilation-column-number):
15652 Remove face underlining.
15653 (compilation-message-face): Set to `underline' value by default.
15654 (compilation-error-face, compilation-warning-face)
15655 (compilation-info-face): Remove `-file-name' from face names.
15656 (compilation-error-text-face, compilation-warning-text-face)
15657 (compilation-info-text-face): Delete face variables.
15658 (compilation-text-face): Delete function.
15659
15660 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
15661 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
15662 (grep-error-face): Set to `compilation-error' instead of
15663 `compilation-error-face' (which is redefined to `grep-hit-face' in
15664 grep buffers).
15665 (grep-mode-font-lock-keywords): Remove `-text' from face variable
15666 names. Use `grep-error-face' instead of `compilation-error-text-face'.
15667
15668 * dired-aux.el (dired-do-query-replace-regexp):
15669 Use `query-replace-read-args'.
15670
15671 * replace.el (query-replace-read-from, query-replace-read-to)
15672 (query-replace-read-args): Rename arg `string' to `prompt'.
15673
15674 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
15675
15676 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15677
15678 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
15679 uploading files.
15680 (ange-ftp-canonize-filename): Handle file names beginning with ~
15681 correctly.
15682
15683 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15684
15685 * textmodes/fill.el (canonically-space-region)
15686 (fill-context-prefix, fill-french-nobreak-p)
15687 (fill-delete-newlines, fill-comment-paragraph)
15688 (justify-current-line): "?\ " -> "?\s".
15689
15690 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
15691
15692 * textmodes/fill.el (fill-nonuniform-paragraphs):
15693 Improve argument/docstring consistency.
15694
15695 2005-08-09 Richard M. Stallman <rms@gnu.org>
15696
15697 * textmodes/ispell.el (ispell-word): More fboundp checks.
15698
15699 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
15700 (find-file-noselect-1): Call it here, only if RAWFILE.
15701 (normal-mode): Always set some major mode.
15702 (save-some-buffers-action-alist): Change some explanation strings.
15703 (file-name-non-special): In the `quote' method, use unwind-protect.
15704
15705 2005-08-09 Magnus Henoch <mange@freemail.hu>
15706
15707 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
15708 (ispell-have-aspell-dictionaries): New variable.
15709 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
15710 (ispell-get-aspell-config-value): New function.
15711 (ispell-aspell-find-dictionary): New function.
15712 (ispell-aspell-add-aliases): New function.
15713 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
15714 appropriate. Don't look for ispell dictionaries if we use aspell.
15715 (ispell-menu-map): Don't build a submenu of dictionaries.
15716
15717 2005-08-09 Richard M. Stallman <rms@gnu.org>
15718
15719 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
15720 (sql-read-passwd): Use read-passwd.
15721
15722 * progmodes/idlw-toolbar.el (idlwave-toolbar)
15723 (idlwave-toolbar-is-possible): Add defvars.
15724
15725 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
15726 Avoid warnings.
15727
15728 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
15729 (idlwave-system-class-info, idlwave-executive-commands-alist):
15730 Use defvar.
15731
15732 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
15733
15734 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
15735 Avoid warnings.
15736
15737 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
15738 and content-type: headers.
15739
15740 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
15741
15742 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
15743 and rename some of them to be more self-explanatory.
15744
15745 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
15746
15747 * startup.el (command-line-1): Implement -scriptload.
15748
15749 * replace.el (occur-engine): Initial *Occur* output not undoable.
15750
15751 * menu-bar.el (menu-bar-file-menu): Rename some menu items
15752 and improve help strings.
15753
15754 * isearch.el (isearch-repeat): When changing direction,
15755 mark search successful.
15756
15757 * ediff-init.el: Use (featurep 'xemacs).
15758
15759 * comint.el (send-invisible): Identify buffer, if not selected.
15760
15761 * align.el: Delete autoload for c-guess-basic-syntax.
15762
15763 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
15764
15765 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
15766 Improve argument/docstring consistency. Doc fixes.
15767 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
15768 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
15769 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
15770 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
15771 (r2bv-organization, r2bv-pages, r2bv-primary-author)
15772 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
15773 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
15774 Defvar at compile time.
15775
15776 2005-08-09 Juri Linkov <juri@jurta.org>
15777
15778 * info.el: Replace `info' with upper-case `Info' where appropriate.
15779 (info-title-1, info-title-2, info-title-3, info-title-4)
15780 (info-menu-header): Move up face definitions.
15781 (info-menu-star): Rename from `info-menu-5'.
15782 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
15783 (Info-fontify-visited-nodes): Fix docstring.
15784 (Info-hide-note-references): Fix docstring.
15785 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
15786 menu items in the same way as on cross-references.
15787 (info-apropos): Fix sorting order and formatting to be like in the
15788 stand-alone Info browser. Display error messages for 1 sec.
15789 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
15790 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
15791 from the menu bar.
15792 (Info-insert-dir): Restore point after calling
15793 `insert-buffer-substring'.
15794
15795 2005-08-08 Richard M. Stallman <rms@gnu.org>
15796
15797 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
15798 (recompute-lucid-menubar): Add defvars.
15799
15800 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
15801
15802 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
15803
15804 * net/net-utils.el (run-dig): Rename from `dig'.
15805
15806 * play/gametree.el (gametree-mode): Use make-local-variable,
15807 not make-variable-buffer-local.
15808
15809 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
15810
15811 * ansi-color.el (ansi-color-make-extent)
15812 (ansi-color-set-extent-face): Use fboundp, not functionp.
15813
15814 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
15815 not make-variable-buffer-local.
15816
15817 * bookmark.el (Info-current-file): Add defvar.
15818 (bookmark-jump-noselect): Use with-no-warnings.
15819
15820 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
15821
15822 * ebuff-menu.el (Helper-return-blurb): Add defvar.
15823
15824 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
15825
15826 * find-file.el (ada-procedure-start-regexp)
15827 (ada-package-start-regexp): Add defvars.
15828
15829 * info.el (Info-insert-dir): Use insert-buffer-substring.
15830
15831 * xml.el (xml-att-def-re): Add defvar.
15832
15833 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
15834 calling convention.
15835
15836 * subr.el (while-no-input): Return t if there is input.
15837
15838 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
15839
15840 * cus-start.el (all): Add `overflow-newline-into-fringe'.
15841
15842 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
15843
15844 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
15845 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
15846
15847 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
15848
15849 * cmuscheme.el (scheme-start-file): Replace reference to
15850 `user-emacs-directory' by "~/.emacs.d/".
15851
15852 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
15853
15854 * info.el (Info-dir-remove-duplicates): Avoid case folding
15855 in loop; instead, keep downcased strings for comparison.
15856 Suggested by Helmut Eller.
15857
15858 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
15859
15860 Sync with Tramp 2.0.50.
15861
15862 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
15863 XEmacs case; not necessary anymore.
15864 (tramp-user-regexp): Allow "@" as part of user name.
15865 (tramp-handle-set-visited-file-modtime)
15866 (tramp-handle-insert-file-contents)
15867 (tramp-handle-write-region): No special handling for
15868 `last-coding-system-used, because this is done in
15869 `tramp-accept-process-output' now.
15870 (tramp-accept-process-output): New defun.
15871 (tramp-process-one-action, tramp-process-one-multi-action)
15872 (tramp-wait-for-regexp, tramp-wait-for-output)
15873 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
15874 Howells <dhowells@redhat.com>.
15875 (clear-visited-file-modtime): Defadvice removed. The check for
15876 unset buffer's modtime does not need to be based on
15877 `tramp-buffer-file-attributes'. Suggested by RMS.
15878 (tramp-message): Insert "\n" if not being at beginning of line.
15879 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
15880 sequence with same logic.
15881 (tramp-completion-handle-expand-file-name): Discard call of
15882 `tramp-drop-volume-letter'. It is not necessary, and there have
15883 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
15884 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
15885 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
15886 should always be visible.
15887 (tramp-handle-insert-directory, tramp-setup-complete)
15888 (tramp-set-process-query-on-exit-flag)
15889 (tramp-append-tramp-buffers): Pacify byte-compiler.
15890 (tramp-bug): Delete non-existing variables from list.
15891 Apply `tramp-load-report-modules' as pre-hook.
15892 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
15893 `shell-prompt-pattern' because of non-7bit characters.
15894 Reported by Sebastian Luque <sluque@mun.ca>.
15895 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
15896 (tramp-match-string-list): Remove function.
15897 (tramp-wait-for-regexp): Remove call of that function.
15898 Suggested by Kim F. Storm <storm@cua.dk>.
15899 (tramp-set-auto-save-file-modes): Use octal integer code #o600
15900 instead of octal character code ?\600. The latter resulted in a
15901 syntax error with XEmacs.
15902
15903 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
15904 XEmacs case; not necessary anymore.
15905 (tramp-smb-handle-write-region): No special handling for
15906 `last-coding-system-used, because this is done in
15907 `tramp-accept-process-output' now.
15908 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
15909
15910 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
15911
15912 * wid-edit.el (widget-choice-value-create):
15913 Unconditionally respect user choice. Set :explicit-choice back to nil
15914 when no longer needed.
15915 (widget-choice-action): Unconditionally respect user choice.
15916 Eliminate :explicit-choice-value.
15917
15918 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
15919
15920 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
15921 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
15922 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
15923 running new function `toggle-indicate-empty-lines'.
15924 Rename "Customize" item to "Customize fringe".
15925 Rename "Indicators" item to "Buffer boundaries" and change help echo.
15926 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
15927 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
15928 Delete "Empty lines only" item.
15929 (menu-bar-showhide-fringe-ind-customize): New function.
15930 (menu-bar-showhide-fringe-ind-mixed)
15931 (menu-bar-showhide-fringe-ind-box)
15932 (menu-bar-showhide-fringe-ind-right)
15933 (menu-bar-showhide-fringe-ind-left)
15934 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
15935 instead of `fringe-indicators'.
15936
15937 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15938
15939 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
15940 Change the date of last update.
15941
15942 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
15943
15944 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
15945 (viper-exec-yank, viper-put-back): Don't display modification msg
15946 if in the minibuffer.
15947
15948 * viper-init.el (viper-replace-overlay-cursor-color)
15949 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
15950 Make variables frame local.
15951
15952 * viper-util.el (viper-append-filter-alist): Use append instead of
15953 nconc.
15954
15955 * viper.el (viper-vi-state-mode-list)
15956 (viper-emacs-state-mode-list): Move help-mode and
15957 completion-list-mode from the first list to the second.
15958 (viper-mode): Docstring.
15959 (viper-go-away, viper-non-hook-settings): Don't localize
15960 minor-mode-alist in newer Emacsen. Add advice to
15961 set-cursor-color. Don't bind "\C-c\\".
15962
15963 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
15964
15965 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
15966 (scheme-macro-expand-command): New user options.
15967 (scheme-trace-procedure, scheme-expand-current-form): New commands.
15968 (scheme-form-at-point, scheme-start-file)
15969 (scheme-interactively-start-process): New functions.
15970 (scheme-get-process): New function, extracted from `scheme-proc'.
15971 (run-scheme): Call `scheme-start-file' to get start file, and pass
15972 it to `make-comint'.
15973 (switch-to-scheme, scheme-proc):
15974 Call `scheme-interactively-start-process' if no Scheme buffer/process
15975 is available.
15976
15977 2005-08-06 Juri Linkov <juri@jurta.org>
15978
15979 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15980 Use `compilation-text-face', `compilation-info-text-face' and
15981 `compilation-error-text-face' instead of `font-lock-keyword-face'.
15982 (compilation-error): New face.
15983 (compilation-error-file-name): Inherit from
15984 `compilation-error' instead of `font-lock-warning-face'.
15985 (compilation-warning-file-name): Inherit from
15986 `compilation-warning' instead of `font-lock-warning-face'.
15987 (compilation-info, compilation-error-file-name)
15988 (compilation-warning-file-name, compilation-info-file-name)
15989 (compilation-line-number, compilation-column-number): Doc fix.
15990 (compilation-error-text-face, compilation-warning-text-face)
15991 (compilation-info-text-face): New face variables.
15992 (compilation-line-face, compilation-column-face)
15993 (compilation-enter-directory-face)
15994 (compilation-leave-directory-face): Doc fix.
15995 (compilation-text-face): New function.
15996
15997 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
15998 instead of 1 to display binary file names as info file links.
15999 (grep-error-face): Use `compilation-error-face' instead of
16000 `font-lock-keyword-face'.
16001 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
16002 and `compilation-warning-text-face' instead of
16003 `font-lock-keyword-face'. Use `compilation-error-text-face'
16004 instead of `grep-error-face'.
16005
16006 2005-08-05 Kenichi Handa <handa@m17n.org>
16007
16008 * international/code-pages.el: Add autoload cookies for all coding
16009 systems.
16010
16011 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
16012
16013 * cus-start.el (all): Put undo.c where it alphabetically belongs.
16014
16015 2005-08-04 Juri Linkov <juri@jurta.org>
16016
16017 * progmodes/compile.el (compilation-mode-map):
16018 * progmodes/grep.el (grep-mode-map):
16019 Bind TAB to `compilation-next-error' and [backtab] to
16020 `compilation-previous-error'.
16021
16022 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
16023 matching line numbers, column numbers and their ranges with regexp
16024 matching only line numbers.
16025 (grep-context-face): New face variable.
16026 (grep-mode-font-lock-keywords): Use it.
16027
16028 * faces.el (read-face-name): Delete duplicate faces.
16029
16030 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
16031
16032 * thumbs.el (thumbs-find-image): Don't make variables
16033 automatically buffer local.
16034 (thumbs-current-tmp-filename, thumbs-current-image-filename)
16035 (thumbs-image-num): Make automatically buffer local.
16036 (thumbs-show-thumbs-list): Use `make-local-variable', not
16037 `make-variable-buffer-local'.
16038 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
16039
16040 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
16041 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
16042 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
16043 (bother, bye, canyou, chatlst, continue, deathlst, describe)
16044 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
16045 (feelings-about, foullst, found, hello, history, howareyoulst)
16046 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
16047 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
16048 (neglst, obj, object, owner, please, problems, qlist)
16049 (random-adjective, relation, remlst, repetitive-shortness)
16050 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
16051 (shortlst, something, sportslst, stallmanlst, states, subj)
16052 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
16053 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
16054 Defvar at compile time.
16055
16056 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
16057 not `make-variable-buffer-local'.
16058
16059 2005-08-02 Kim F. Storm <storm@cua.dk>
16060
16061 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
16062 rectangle overlay in selected window.
16063
16064 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
16065
16066 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
16067 instead of display group. Make `indicate-buffer-boundaries'
16068 customizable through Custom.
16069
16070 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
16071
16072 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
16073 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
16074 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
16075 (gdb-put-string): Fix typos in docstrings.
16076
16077 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
16078
16079 Update copyright notices of files in progmodes directory for
16080 release of Emacs 22.1.
16081
16082 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
16083
16084 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
16085 Don't barf if the GUD buffer has been killed.
16086
16087 2005-08-01 Kim F. Storm <storm@cua.dk>
16088
16089 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
16090
16091 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
16092
16093 * simple.el (next-error-follow-minor-mode):
16094 make-variable-buffer-local -> make-local-variable.
16095
16096 * emacs-lisp/cl-extra.el: Require CL also when compiling.
16097
16098 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
16099 (byte-compile-form-make-variable-buffer-local): New functions to warn
16100 about misuses of make-variable-buffer-local where make-local-variable
16101 was meant.
16102
16103 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
16104
16105 * bs.el (bs-attributes-list): Doc fix.
16106 (bs): Update url-link.
16107
16108 * desktop.el (desktop-save-buffer): Fix typos in docstring.
16109 (desktop-load-default): Simplify.
16110
16111 * ibuffer.el (ibuffer-columnize-and-insert-list)
16112 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
16113 (ibuffer-unmark-all, ibuffer-toggle-marks)
16114 (ibuffer-unmark-forward, ibuffer-unmark-backward)
16115 (ibuffer-compile-make-format-form, ibuffer-format-column)
16116 (ibuffer-current-buffers-with-marks)
16117 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
16118 (ibuffer): Doc fix.
16119 (ibuffer-mode): Fix typo in docstring.
16120 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
16121 with `define-obsolete-variable-alias'.
16122 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
16123
16124 2005-07-29 Kenichi Handa <handa@m17n.org>
16125
16126 * international/mule-cmds.el (select-message-coding-system):
16127 Be sure to use LF for end-of-line. If no coding system is decided,
16128 return iso-8859-1-unix.
16129
16130 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
16133 (ange-ftp-pending-error-line): New vars.
16134 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
16135 to handle the non-fatal no-route-to-host messages.
16136 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
16137
16138 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
16139
16140 * isearch.el (isearch-mode-map, isearch-other-meta-char)
16141 (isearch-quote-char, isearch-printing-char)
16142 (isearch-text-char-description): "?\ " -> "?\s".
16143 (isearch-lazy-highlight-cleanup)
16144 (isearch-lazy-highlight-initial-delay)
16145 (isearch-lazy-highlight-interval)
16146 (isearch-lazy-highlight-max-at-a-time)
16147 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
16148 Declare with define-obsolete-*-alias macros.
16149 (isearch-forward): Fix typo in docstring.
16150 (search-invisible, search-ring-yank-pointer)
16151 (regexp-search-ring-yank-pointer): Doc fixes.
16152
16153 * recentf.el (recentf-menu-append-commands-p): Declare with
16154 `define-obsolete-variable-alias'.
16155 (recentf-max-saved-items, recentf-menu-filter)
16156 (recentf-arrange-by-rule-subfilter): Doc fixes.
16157 (recentf-menu-append-commands-flag)
16158 (recentf-initialize-file-name-history, recentf-expand-file-name)
16159 (recentf-clear-data): Fix typos in docstrings.
16160
16161 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
16162
16163 * progmodes/gdb-ui.el: Smarten comments.
16164 (gdb-info-breakpoints-custom): Use nowarn when finding file.
16165
16166 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
16167
16168 * term/apollo.el (terminal-init-apollo): New function containing
16169 all former top level forms in the file.
16170 * term/bobcat.el (terminal-init-bobcat):
16171 * term/cygwin.el (terminal-init-cygwin):
16172 * term/iris-ansi.el (terminal-init-iris-ansi):
16173 * term/linux.el (terminal-init-linux):
16174 * term/news.el (terminal-init-news):
16175 * term/rxvt.el (terminal-init-rxvt):
16176 * term/sun.el (terminal-init-sun):
16177 * term/tvi970.el (terminal-init-tvi970):
16178 * term/vt100.el (terminal-init-vt100):
16179 * term/vt102.el (terminal-init-vt102):
16180 * term/vt125.el (terminal-init-vt125):
16181 * term/vt200.el (terminal-init-vt200):
16182 * term/vt201.el (terminal-init-vt201):
16183 * term/vt220.el (terminal-init-vt220):
16184 * term/vt240.el (terminal-init-vt240):
16185 * term/vt300.el (terminal-init-vt300):
16186 * term/vt320.el (terminal-init-vt320):
16187 * term/vt400.el (terminal-init-vt400):
16188 * term/vt420.el (terminal-init-vt420):
16189 * term/wyse50.el (terminal-init-wyse50):
16190 * term/xterm.el (terminal-init-xterm): Likewise.
16191
16192 * term/README: Describe the terminal-init-* functionality.
16193
16194 * startup.el (command-line): After loading the terminal initialization
16195 file call the corresponding terminal initialization function.
16196
16197 2005-07-27 Kenichi Handa <handa@m17n.org>
16198
16199 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
16200 negative.
16201
16202 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
16203 (ps-mule-composition-prologue): Fix for the case that
16204 RelativeCompose is false.
16205
16206 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
16207
16208 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
16209
16210 * descr-text.el (describe-char): Handle the case where the list of
16211 chars is displayed in a separate frame.
16212 Be a bit more discriminating when looking for the char.
16213
16214 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
16215
16216 * bookmark.el (bookmark-automatically-show-annotations)
16217 (bookmark-read-annotation-text-func): Doc fixes.
16218 (bookmark-save): Improve argument/docstring consistency.
16219 (bookmark-get-bookmark, bookmark-get-bookmark-record)
16220 (bookmark-alist-from-buffer)
16221 (bookmark-upgrade-file-format-from-0)
16222 (bookmark-grok-file-format-version)
16223 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
16224 (bookmark-read-annotation-mode)
16225 (bookmark-insert-current-bookmark, bookmark-jump)
16226 (bookmark-exit-hook): Fix typos in docstrings.
16227 (bookmark-exit-hooks): Define as obsolete alias.
16228 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
16229 not `bookmark-exit-hooks'. Fix docstring.
16230 (bookmark-bmenu-select): "?\ " -> "?\s".
16231
16232 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
16233
16234 * startup.el (command-line): Fix typo.
16235
16236 2005-07-24 Richard M. Stallman <rms@gnu.org>
16237
16238 * tooltip.el (tooltip-mode): Test emacs-basic-display,
16239 not emacs-quick-startup.
16240
16241 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
16242
16243 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
16244 (reb-next-match, reb-show-subexp): Use `with-selected-window'
16245 instead of `reb-with-current-window'.
16246 (reb-prev-match): Likewise. Also, don't move left if the search
16247 was unsuccessful.
16248 (reb-initialize-buffer): New function.
16249 (re-builder, reb-change-syntax): Use it.
16250
16251 * man.el (Man-goto-page): Make second argument NOERROR optional.
16252
16253 2005-07-23 Richard M. Stallman <rms@gnu.org>
16254
16255 * man.el (Man-bgproc-sentinel): Check here for failure to find
16256 any man page in the output, and report the error here.
16257 (Man-arguments): Make it permanent local.
16258 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
16259 (Man-mode): Pass t for NOERROR.
16260
16261 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
16262 (grep-mode-font-lock-keywords):
16263 Don't use compilation-...-face for messages that are not file names.
16264
16265 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16266 Don't use compilation-...-face for messages that are not file names.
16267
16268 2005-07-22 Juri Linkov <juri@jurta.org>
16269
16270 * startup.el (normal-splash-screen): Update menu name.
16271
16272 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
16273
16274 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
16275
16276 * term/xterm.el: Load term/rxvt if the terminal is actually an
16277 rxvt terminal.
16278 (xterm-rxvt-set-background-mode): Remove, not used anymore.
16279
16280 * term/rxvt.el (function-key-map): Use substitute-key-definition
16281 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
16282
16283 * term/cygwin.el: New file.
16284
16285 2005-07-22 Kim F. Storm <storm@cua.dk>
16286
16287 * image-file.el (insert-image-file, image-file-yank-handler):
16288 Fix last change to maintain a (unique) yank-handler on yanked images.
16289
16290 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
16291
16292 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
16293 of the file size (as in "177B" for 177 bytes). This happens with
16294 "ls -lh" on FreeBSD.
16295
16296 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
16297
16298 * hilit-chg.el (highlight-changes-global-initial-state)
16299 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
16300 (hilit-chg-fixup, highlight-changes-mode):
16301 Fix typos in docstrings.
16302 (highlight-changes-global-modes, highlight-changes-rotate-faces):
16303 Doc fixes.
16304
16305 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
16306
16307 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
16308 mode function using `eval-after-load'.
16309
16310 2005-07-21 Kim F. Storm <storm@cua.dk>
16311
16312 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
16313 included when reporting an emacs crash, and tell about the DEBUG file.
16314
16315 * image-file.el (insert-image-file): Add yank-handler.
16316 (image-file-yank-handler): Yank handler to make unique copies of
16317 images when they are yanked into a buffer next to each other.
16318
16319 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
16320
16321 * comint.el (comint-use-prompt-regexp, comint-send-input)
16322 (comint-source-default, comint-extract-string)
16323 (comint-get-source, comint-word, comint-completion)
16324 (comint-source, comint-prompt-read-only, comint-update-fence):
16325 Fix typos in docstrings.
16326 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
16327 Declare with define-obsolete-*-alias macros.
16328 (comint-previous-matching-input-from-input)
16329 (comint-next-matching-input-from-input)
16330 (comint-previous-matching-input, comint-next-matching-input)
16331 (comint-forward-matching-input):
16332 Improve argument/docstring consistency.
16333
16334 * desktop.el (desktop-clear-preserve-buffers-regexp):
16335 Also preserve the *server* buffer.
16336
16337 * simple.el (clone-indirect-buffer): Doc fix.
16338 (fixup-whitespace, just-one-space)
16339 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
16340 (next-error, next-error-highlight)
16341 (next-error-highlight-no-select, next-error-last-buffer)
16342 (next-error-buffer-p, next-error-find-buffer, next-error)
16343 (previous-error, next-error-no-select, previous-error-no-select)
16344 (open-line, split-line, minibuffer-prompt-width, kill-new)
16345 (binary-overwrite-mode): Fix typos in docstrings.
16346 (set-fill-column): Fix typo in message.
16347
16348 * skeleton.el (skeleton-proxy-new): Doc fix.
16349
16350 * strokes.el (strokes-load-hook): Doc fix.
16351 (strokes-grid-resolution, strokes-get-grid-position)
16352 (strokes-renormalize-to-grid, strokes-read-stroke)
16353 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
16354 (strokes-global-map): Fix typos in docstrings.
16355 (strokes-help): Doc fix. Fix help message and pass it through
16356 `substitute-command-keys'.
16357
16358 * tempo.el (tempo-insert-prompt, tempo-interactive)
16359 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
16360 (tempo-insert-string-functions, tempo-local-tags)
16361 (tempo-define-template, tempo-insert-template)
16362 (tempo-insert-prompt-compat, tempo-is-user-element)
16363 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
16364 Fix typos in docstrings.
16365
16366 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
16367 (vcursor-key-bindings, vcursor-use-vcursor-map)
16368 (vcursor-find-window, vcursor-scroll-down)
16369 (vcursor-disable, vcursor-beginning-of-buffer)
16370 (vcursor-end-of-buffer): Fix typos in docstrings.
16371 (vcursor-relative-move, vcursor-get-char-count):
16372 Improve argument/docstring consistency.
16373
16374 * version.el: "?\ " -> "?\s".
16375
16376 * wid-edit.el (widget-default-create, widget-after-change)
16377 (widget-default-format-handler, widget-checklist-add-item)
16378 (widget-radio-add-item, widget-choose, widget-specify-secret)
16379 (widget-field-value-create, widget-field-value-get)
16380 (widget-editable-list-format-handler)
16381 (widget-editable-list-entry-create, widget-group-value-create)
16382 (widget-documentation-link-add)
16383 (widget-documentation-string-value-create): "?\ " -> "?\s".
16384 (widget-convert-text): Doc fix.
16385 (widget-narrow-to-field, widget-field-find)
16386 (widget-url-link-action, widget-emacs-library-link-action)
16387 (widget-color-notify): Fix typos in docstrings.
16388
16389 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
16390 (x-select-text, set-w32-system-coding-system)
16391 (w32-add-charset-info): Fix typos in docstrings.
16392
16393 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
16394 (cua-enable-cua-keys, cua-use-hyper-key)
16395 (cua-virtual-rectangle-edges): Fix typos in docstrings.
16396 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
16397
16398 * net/tramp.el (tramp-handle-load): Fix typo in error message.
16399
16400 * emacs-lisp/re-builder.el (regexp-builder): Declare with
16401 `defalias' instead of faking it.
16402
16403 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
16404 (eshell-ls-missing, eshell-ls-dired-initial-args)
16405 (eshell-ls-use-in-dired): Fix typos in docstrings.
16406
16407 2005-07-20 Kim F. Storm <storm@cua.dk>
16408
16409 * emulation/cua-base.el (cua-mode): Improve doc string.
16410
16411 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
16412
16413 * abbrev.el (expand-region-abbrevs): Doc fix.
16414 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
16415 Improve argument/docstring consistency.
16416
16417 * arc-mode.el (archive-get-descr, archive-alternate-display):
16418 Doc fixes.
16419 (archive-l-e): Improve argument/docstring consistency.
16420 (archive-tmpdir, archive-unixdate, archive-unixtime)
16421 (archive-chmod-entry): Fix typos in docstrings.
16422 (archive-unflag, archive-unflag-backwards)
16423 (archive-unmark-all-files): "?\ " -> "?\s".
16424
16425 * buff-menu.el (Buffer-menu-unmark): Doc fix.
16426 (Buffer-menu-not-modified, Buffer-menu-execute)
16427 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
16428 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
16429
16430 * composite.el (compose-string, encode-composition-rule)
16431 (compose-last-chars): Fix typos in docstrings.
16432
16433 * desktop.el (desktop-enable, desktop-basefilename):
16434 Declare with `define-obsolete-variable-alias'.
16435 (desktop-internal-v2s): Don't quote keywords.
16436 (desktop-clear): "?\ " -> "?\s".
16437
16438 * dired.el (dired-align-file, dired-flag-backup-files)
16439 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
16440 (dired-listing-switches, dired-ls-F-marks-symlinks)
16441 (dired-dwim-target, dired-load-hook, dired-mode-hook)
16442 (dired-directory, dired-faces, dired, dired-revert)
16443 (dired-mode, dired-summary, dired-view-file)
16444 (dired-copy-filename-as-kill, dired-delete-file)
16445 (dired-no-confirm, dired-unmark-all-marks)
16446 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
16447 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
16448 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
16449 Fix typos in message strings.
16450
16451 * dired-x.el (virtual-dired): Declare with `defalias'.
16452 (dired-mark-unmarked-files, dired-local-variables-file)
16453 (dired-omit-here-always): Doc fix.
16454 (dired-omit-mode, dired-find-subdir)
16455 (dired-enable-local-variables, dired-clean-up-buffers-too)
16456 (dired-extra-startup, dired-mark-extension, dired-jump)
16457 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
16458 (dired-smart-shell-command, dired-guess-shell-alist-user)
16459 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
16460 (dired-x-bind-find-file, dired-x-submit-report):
16461 Fix typos in docstrings.
16462 (dired-mark-unmarked-files): "?\ " -> "?\s".
16463
16464 * dirtrack.el (dirtrack-list): Fix typos in docstring.
16465
16466 * faces.el (describe-face): "?\ " -> "?\s".
16467 (read-all-face-attributes, read-face-font, modify-face)
16468 (face-attr-construct, italic): Fix typos in docstrings.
16469 (frame-update-face-colors): Declare with
16470 `define-obsolete-function-alias'.
16471
16472 * files.el (find-file-noselect, recode-file-name): Doc fixes.
16473 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
16474 (magic-mode-alist, buffer-file-numbers-unique)
16475 (write-file-functions, get-free-disk-space):
16476 Fix typos in docstrings.
16477 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
16478 (write-contents-hooks, write-file-hooks):
16479 Declare with `define-obsolete-variable-alias'.
16480
16481 * forms-d2.el (arch-rj): Fix typo in docstrings.
16482 (arch-tocol): Likewise. "?\ " -> "?\s".
16483
16484 * frame.el (set-frame-font, cursor-in-non-selected-windows):
16485 Fix typo in docstring.
16486 (set-screen-width, set-screen-height): Delete redundant info in
16487 doctrings.
16488 (new-frame, screen-height, screen-width): Declare with
16489 `define-obsolete-function-alias'.
16490 (delete-frame-hook, blink-cursor): Declare with
16491 `define-obsolete-variable-alias'.
16492
16493 * paths.el (prune-directory-list): Fix typos in docstring.
16494
16495 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
16496 (cvs-prefix-get): Fix typos in docstrings.
16497
16498 * ps-print.el (ps-extend-face-list, ps-extend-face)
16499 (ps-print-background-image): Fix typos in docstrings.
16500 (ps-default-fg, ps-default-bg): Doc fixes.
16501
16502 * s-region.el (s-region-bind): Doc fix.
16503 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
16504
16505 * textmodes/org.el (org-table-formula-substitute-names)
16506 (org-table-get-vertical-vector): Doc fixes.
16507 (org-table-recalculate): Remove unused argument to `message'.
16508
16509 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
16510
16511 * textmodes/org.el (org-table-column-names)
16512 (org-table-column-name-regexp)
16513 (org-table-named-field-locations): New variables.
16514 (org-archive-subtree): Protect `this-command' when calling
16515 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
16516 the kill buffer.
16517 (org-complete): Remove fixed-formula completion.
16518 (org-edit-formulas-map): New variable.
16519 (org-table-edit-formulas): New command.
16520 (org-finish-edit-formulas, org-abort-edit-formulas)
16521 (org-show-variable, org-table-get-vertical-vector): New functions.
16522 (org-table-maybe-eval-formula): Handle `:=' fields.
16523 (org-table-get-stored-formulas, org-table-store-formulas)
16524 (org-table-get-formula, org-table-modify-formulas)
16525 (org-table-replace-in-formulas): Handle named field formulas.
16526 (org-table-get-specials): Store locations of named fields.
16527
16528 2005-07-19 Juri Linkov <juri@jurta.org>
16529
16530 * progmodes/grep.el (grep-regexp-alist)
16531 (grep-mode-font-lock-keywords, grep-process-setup):
16532 Use default GNU grep match color "01;31m" instead of "01;41m".
16533 (grep-regexp-alist, grep-mode-font-lock-keywords):
16534 Use `\\[[0-9]*m' instead of `\\[00m'.
16535 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
16536 sgr_start where its handling is more important. Use the real
16537 length of sgr_start instead of constant 8.
16538 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
16539 specially. Delete all remaining escape sequences.
16540 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
16541 (grep-regexp-alist): Make hyperlink only for binary file name
16542 instead of the whole line.
16543 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
16544 (grep-mode): Add autoload.
16545
16546 * emacs-lisp/find-func.el (find-function-regexp):
16547 Add `define-compilation-mode'.
16548
16549 2005-07-19 Juri Linkov <juri@jurta.org>
16550
16551 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
16552 (compare-windows-sync-string-size, compare-windows-recenter)
16553 (compare-windows-highlight, compare-windows): Add version 22.1.
16554 (compare-windows) <defface>: Inherit from lazy-highlight instead
16555 of duplicating its default value.
16556
16557 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
16558 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
16559
16560 * descr-text.el (describe-char): Create link buttons for `charset'
16561 and `code point'. Add the current input method name with a link
16562 button to `to input' field. Print face names of display table
16563 characters in `The display table entry is displayed by' section
16564 instead of printing face-id in the `display' field.
16565 Guess hardcoded faces and create a link button for them.
16566 Skip empty fields when calculating max-width.
16567 Treat `widget-create' specially while inserting strings from the
16568 collected field list.
16569 (describe-char-after): Made obsolete in version 22.1, not 21.5.
16570
16571 * diff-mode.el (diff-file-header): Change foreground color from
16572 yellow to green on light backgrounds.
16573 (diff-context): Inherit from `shadow' only for color/grayscale
16574 with more than 88 colors.
16575 (diff-indicator-removed, diff-indicator-added)
16576 (diff-indicator-changed): New faces.
16577 (diff-font-lock-keywords): Use new faces. Regroup rules.
16578 Add "^---$" for `normal' diff format. Fontify `#' lines with
16579 font-lock-comment-delimiter-face and font-lock-comment-face.
16580 Add `#' to ^[^...] in the rule for `diff-context-face'.
16581
16582 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
16583 a button-like box. Inherit from `highlight' on low colors.
16584 (shadow): Use shades of gray only for color/grayscale with
16585 more than 88 colors. Use green for light backgrounds with
16586 8 colors, and yellow for dark backgrounds with 8 colors.
16587
16588 * font-lock.el (font-lock-regexp-grouping-backslash):
16589 Don't inherit from escape-glyph (use bold for all cases).
16590
16591 * info.el (info-xref-visited): Use light foreground color `violet'
16592 for dark backgrounds instead of dark color `magenta3'.
16593 (info-title-1): Use `yellow' color for dark backgrounds.
16594
16595 * isearch.el (isearch): Use not-too-dark magenta3 instead of
16596 too-light magenta2.
16597
16598 * replace.el (match): Use slightly more light RoyalBlue3 instead
16599 of dark RoyalBlue4.
16600
16601 * wid-edit.el (widget-inactive): Inherit from `shadow'.
16602
16603 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
16604
16605 * novice.el (disabled-command-hook): Declare it with
16606 `define-obsolete-variable-alias'.
16607
16608 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
16609 (desktop-buffer-misc-functions, desktop-buffer-handlers)
16610 (desktop-load-default): Add release to obsolescence info.
16611 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
16612 (desktop-append-buffer-args, desktop-read):
16613 Fix typos in docstrings.
16614 (desktop-kill): Fix typo in message.
16615 (desktop-save): Doc fix.
16616
16617 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
16618
16619 * viper-cmd.el (viper-escape-to-state): Bug fix.
16620 (viper-envelop-ESC-key): Change the definition of fast
16621 keysequence so it'll work with keyboard macros.
16622
16623 * ediff.el (ediff-patch-buffer): Change the docstring.
16624
16625 2005-07-19 Kenichi Handa <handa@m17n.org>
16626
16627 * international/mule-cmds.el (select-safe-coding-system): Try to
16628 use an auto-coding (if any) before anything else. If the found
16629 auto-coding is invalid, show a warning message.
16630
16631 * international/mule.el (find-auto-coding): New function created
16632 by modifying the body of set-auto-coding.
16633 (set-auto-coding): Use find-auto-coding to find a coding.
16634
16635 2005-07-18 Richard M. Stallman <rms@gnu.org>
16636
16637 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
16638 not isearch-mode-end-hook-error.
16639 (allout-before-change-protect): Fix error message.
16640
16641 2005-07-18 Juri Linkov <juri@jurta.org>
16642
16643 * allout.el (allout-mode):
16644 * calculator.el (calculator-copy):
16645 * custom.el (custom-known-themes):
16646 * dired.el (dired-desktop-buffer-misc-data)
16647 (dired-restore-desktop-buffer):
16648 * dired-x.el (dired-omit-marker-char):
16649 * files.el (basic-save-buffer):
16650 * font-core.el (font-lock-mode):
16651 * calendar/calendar.el (calendar-goto-hebrew-date)
16652 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
16653 (calendar-goto-persian-date):
16654 * language/ethio-util.el (ethio-sera-to-fidel-region):
16655 * textmodes/picture.el (picture-mode):
16656 Delete duplicate duplicate words.
16657
16658 2005-07-18 Juri Linkov <juri@jurta.org>
16659
16660 * isearch.el (isearch-mode-map): Remove key bindings for regexp
16661 chars * ? } |.
16662 (isearch-fallback): Don't call `isearch-process-search-char'.
16663 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
16664 (isearch-process-search-char): Call `isearch-fallback' for regexp
16665 chars * ? } |.
16666 (isearch-return-char): Make obsolete with `make-obsolete' instead
16667 of simply documenting it as obsolete in the docstring.
16668 (isearch-fallback): Refill docstring.
16669
16670 * international/isearch-x.el
16671 (isearch-process-search-multibyte-characters): Remove unneeded
16672 `concat'. Add intermediate values to `junk-hist' instead of
16673 `minibuffer-history'. Test the length of `str'.
16674
16675 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
16676
16677 * allout.el (allout-resolve-xref): Fix typos in error strings.
16678 (allout-before-change-protect): Remove unneeded `concat'.
16679
16680 * array.el (array-mode, array-reconfigure-rows)
16681 (untabify-backward): Fix typos in docstrings.
16682 (array-reconfigure-rows): Use `insert-buffer-substring', not
16683 `insert-buffer'.
16684
16685 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
16686 * progmodes/ada-mode.el (ada-make-body):
16687 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
16688
16689 * dired.el (dired-log):
16690 * tar-mode.el (tar-subfile-save-buffer):
16691 * play/zone.el (zone-pgm-stress-destress):
16692 Use `insert-buffer-substring', not `insert-buffer'.
16693
16694 2005-07-17 Simon Josefsson <jas@extundo.com>
16695
16696 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
16697
16698 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
16699
16700 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
16701 Add plain auth method.
16702 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
16703
16704 2005-07-17 Kim F. Storm <storm@cua.dk>
16705
16706 * ido.el (dired-other-window): Add ido property.
16707
16708 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
16709
16710 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
16711 Fix typo in docstring.
16712 (byte-compile-interactive-only-functions): Add `insert-buffer' and
16713 `insert-file-literally'.
16714
16715 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
16716 info and delete redundant message. Doc fix.
16717 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
16718 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
16719
16720 2005-07-16 Richard M. Stallman <rms@gnu.org>
16721
16722 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
16723 (byte-compile-and): Use byte-compile-and-recursion.
16724 (byte-compile-or-recursion): New function.
16725 (byte-compile-or): Use that.
16726 (byte-compile-if): Guard the else-clause too.
16727 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
16728
16729 * isearch.el (isearch-mode-end-hook-quit): New variable.
16730 (isearch-done): Bind it.
16731 (isearch-mode-end-hook): Doc fix.
16732
16733 * allout.el (allout-isearch-did-quit): Variable deleted.
16734 (allout-real-isearch-abort): Function name no longer used.
16735 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
16736 (allout-isearch-rectification): isearch-mode always exists.
16737 Don't set allout-isearch-did-quit.
16738 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
16739 allout-isearch-did-quit.
16740 (allout-enwrap-isearch): Just add the hook.
16741 (allout-isearch-abort): Function deleted.
16742 (allout-pre-command-business): Avoid warning.
16743
16744 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
16745 Correctly avoid warnings.
16746 (pascal-outline): Likewise.
16747
16748 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
16749
16750 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
16751
16752 * play/tetris.el (tetris-mode): Avoid warning.
16753
16754 * play/snake.el (snake-mode): Avoid warning.
16755
16756 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
16757 (gamegrid-set-display-table): Avoid warning.
16758 (gamegrid-set-timer): Likewise.
16759 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
16760 (gamegrid-add-score-with-update-game-score-1): Take FILE
16761 as argument.
16762 (gamegrid-add-score-with-update-game-score): Pass that argument.
16763 Rename have-shared-game-dir to gamegrid-shared-game-dir.
16764
16765 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
16766
16767 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
16768 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
16769
16770 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
16771 and insert-file.
16772
16773 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
16774 (sc-ask): Avoid warnings.
16775
16776 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
16777 (eshell-hist-initialize): Use that var the natural way.
16778
16779 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
16780
16781 * emacs-lisp/re-builder.el (reb-cook-regexp):
16782 Avoid warning calling lre-compile-string.
16783 (reb-color-display-p): Avoid warning.
16784
16785 * calculator.el (calculator-last-input): Guard uses
16786 of event-key and key-press-event-p.
16787 (event-key, key-press-event-p): Delete definitions.
16788
16789 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
16790 (find-gc-source-directory, find-gc-subrs-callers)
16791 (find-gc-noreturn-list, find-gc-source-files)
16792 (find-gc-subrs-called): Vars renamed and defvar'd.
16793
16794 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
16795 (checkdoc-overlay-put, checkdoc-delete-overlay)
16796 (checkdoc-overlay-start, checkdoc-overlay-end)
16797 (checkdoc-mode-line-update, checkdoc-char=):
16798 Define such that compiler knows they are defined.
16799 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
16800 (checkdoc-read-event): Delete. Use read-event directly.
16801
16802 * whitespace.el (whitespace-make-overlay)
16803 (whitespace-overlay-put, whitespace-delete-overlay)
16804 (whitespace-overlay-start, whitespace-overlay-end):
16805 Define such that compiler knows they are defined.
16806 (whitespace): Move conditional inside.
16807
16808 * tempo.el (tempo-insert-template): Suppress warning.
16809
16810 * ediff-diff.el (longlines-mode): Add defvar.
16811
16812 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
16813
16814 * server.el: Bind "C-x #" in a way that works even if C-x is
16815 redefined to a command key, not a prefix key.
16816
16817 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16818
16819 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
16820 cl-make-type-test till execution time.
16821
16822 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
16823
16824 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
16825 arg ARG and use it.
16826
16827 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
16828
16829 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
16830
16831 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
16832
16833 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16834 a defcustom with two :set or :type keywords.
16835
16836 2005-07-15 Richard M. Stallman <rms@gnu.org>
16837
16838 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
16839 Don't give ^M comment-end syntax.
16840
16841 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
16842
16843 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
16844 Don't consider gdbmi (gdb-mi.el has its own update functions).
16845 (gdb-var-delete): Make it work for gdbmi as well.
16846 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
16847
16848 * progmodes/gud.el (etags, sdb): Only require etags when needed.
16849 (gud-speedbar-menu-items): Correct logic for enabling items.
16850
16851 2005-07-15 Kim F. Storm <storm@cua.dk>
16852
16853 * ido.el: Fix commentary.
16854 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
16855 Use with-no-warnings around ffap-guesser.
16856 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
16857 Let bind minibuffer-completing-file-name to t.
16858
16859 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
16860
16861 * startup.el (site-run-file, keyboard-type): Doc fixes.
16862 (command-line): Check for "--basic-display" argument; also for
16863 "--quick", not "--bare-bones" (which was renamed).
16864 (fancy-splash-text): Add missing item "Getting New Versions".
16865 (normal-splash-screen): Fix typos and improve consistency with
16866 `fancy-splash-text'. Update copyright year.
16867
16868 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
16869 valid binding for `help-char'.
16870
16871 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
16872
16873 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
16874
16875 * term.el (term-mode): Disable cua-mode for term buffers.
16876
16877 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
16878
16879 * add-log.el (add-log-mailing-address, change-log-merge):
16880 Doc fixes.
16881 (change-log-get-method-definition): Fix typo in docstring.
16882
16883 2005-07-14 Kim F. Storm <storm@cua.dk>
16884
16885 * emulation/cua-base.el:
16886 (cua--pre-command-handler-1, cua--pre-command-handler)
16887 (cua--post-command-handler-1, cua--post-command-handler):
16888 Split in two. Check (buffer local) value of cua-mode.
16889 (cua-selection-mode): New command.
16890
16891 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
16892
16893 * custom.el (custom-initialize-safe-set)
16894 (custom-initialize-safe-default): Doc fixes.
16895
16896 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
16897 and simplify :init-value again.
16898
16899 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
16900 and simplify :init-value again. Delete autoload.
16901
16902 * startup.el (command-line): Use `custom-reevaluate-setting' again
16903 for tooltip-mode.
16904
16905 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
16906 a defcustom with two :initialize keywords.
16907
16908 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
16909
16910 * allout.el (my-mark-marker, allout-isearch-prior-pos)
16911 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
16912 (allout-post-command-business, allout-flag-region)
16913 (isearch-reenable-font-lock, allout-yank)
16914 (allout-insert-latex-header, allout-insert-latex-trailer)
16915 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
16916 (allout-latex-verb-quote): Fix typos in docstrings.
16917 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
16918 (allout-unprotected, allout-prefix-data):
16919 Improve argument/docstring consistency.
16920 (allout-chart-subtree): Fix argument spec.
16921 (allout-open-topic): Rename `use_sib_bullet' argument to
16922 `use-sib-bullet'. Doc fix.
16923
16924 * whitespace.el (whitespace-check-buffer-leading)
16925 (whitespace-check-buffer-trailing)
16926 (whitespace-check-buffer-indent)
16927 (whitespace-check-buffer-spacetab)
16928 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
16929 (whitespace-check-leading-whitespace)
16930 (whitespace-check-trailing-whitespace)
16931 (whitespace-check-spacetab-whitespace)
16932 (whitespace-check-indent-whitespace)
16933 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
16934 (whitespace-modes): Fix typos in docstrings.
16935 (defgroup, defcustom): Doc fixes.
16936
16937 * winner.el (winner-mode, winner-boring-buffers)
16938 (winner-pending-undo-ring): Doc fixes.
16939 (winner-ring): Remove unneeded `progn'.
16940 (winner-equal): `defsubst' it.
16941 (winner-redo): Fix message.
16942
16943 2005-07-13 Kim F. Storm <storm@cua.dk>
16944
16945 * simple.el (line-move-1): Always use vertical-motion to
16946 do the last (or only) line move to ensure some movement.
16947 Undo 2005-06-23 change--don't check for overlays.
16948
16949 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16950
16951 * term/mac-win.el (ccl-encode-mac-roman-font)
16952 (ccl-encode-mac-centraleurroman-font)
16953 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
16954 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
16955 Change charset-id boundary of dimension to ?\xef.
16956 (mac-char-fontspec-list): New constant.
16957 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
16958 argument. Nil uses itself as family in font-spec. Previous
16959 behavior for nil is now provided by non-nil non-string argument.
16960 All callers changed. Add font-specs for Mac fonts to
16961 "fontset-default" unless iso8859-1 fonts are installed.
16962
16963 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
16964
16965 * progmodes/sh-script.el (sh-get-indent-info): Only indent
16966 a continuation line if the \ is preceded by SPC or TAB.
16967 (sh-get-indent-info): Simplify.
16968 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
16969 Use with-current-buffer.
16970
16971 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
16972 when the matched text is empty.
16973
16974 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
16975
16976 * startup.el (command-line): Revert to previous handling of
16977 tooltip-mode. Explain in comment why the complexity is needed.
16978
16979 * tooltip.el (tooltip-mode): Revert to previous implementation of
16980 its defcustom.
16981
16982 * frame.el (blink-cursor-mode): Revert to previous implementation
16983 of its defcustom. Update comment.
16984
16985 2005-07-12 Lars Hansen <larsh@soem.dk>
16986
16987 * desktop.el: Update e-mail address.
16988
16989 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16990
16991 * term/mac-win.el (mac-services-mail-selection)
16992 (mac-services-mail-to): New functions.
16993 (mac-application-menu-map): Bind them.
16994
16995 2005-07-12 wulei <milton@wulei.net> (tiny change)
16996
16997 * progmodes/gdb-ui.el: Add note about buffering with Windows.
16998
16999 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
17000
17001 * custom.el (custom-reevaluate-setting): Doc fix.
17002
17003 2005-07-11 Jay Belanger <belanger@truman.edu>
17004
17005 * calc/calc.el (calc-embedded-announce-formula-alist)
17006 (calc-embedded-open-close-plain-alist)
17007 (calc-embedded-open-close-mode-alist): Add checks for additional
17008 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
17009
17010 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
17011
17012 * custom.el (custom-enable-theme): Don't add theme to
17013 `custom-enabled-themes' with `push' because there is no
17014 setf-method for `delq'.
17015
17016 2005-07-11 Richard M. Stallman <rms@gnu.org>
17017
17018 * custom.el (custom-declare-variable): Doc fix.
17019
17020 * dired-aux.el (dired-compare-directories): Remove "." and ".."
17021 from the alists.
17022
17023 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
17024 Do nothing if edebug-active.
17025
17026 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
17027 (edebug-display): Do it here instead.
17028
17029 2005-07-10 Richard M. Stallman <rms@gnu.org>
17030
17031 * cus-face.el (custom-theme-set-faces): Make it work.
17032 (custom-reset-faces): Doc fix.
17033 (custom-theme-reset-internal-face, custom-theme-face-value):
17034 Functions deleted.
17035
17036 * custom.el (custom-push-theme): Maintain list of the settings
17037 of a given theme in its theme-settings property.
17038 Maintain position of old settings in the theme-value
17039 or theme-face property.
17040 (custom-enabled-themes): New variable.
17041 (custom-theme-enabled-p): New function.
17042 (provide-theme): Update custom-enabled-themes.
17043 Disable and reenable the `user' theme.
17044 (require-theme): Doc fix.
17045 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
17046 (custom-theme-value, custom-theme-variable-value): Likewise.
17047 (custom-theme-reset-internal): Likewise.
17048 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
17049 (custom-enable-theme, custom-disable-theme): New functions.
17050 (custom-variable-theme-value, custom-face-theme-value): Likewise.
17051 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
17052 (custom-theme-reset-variables): Simplify.
17053 (deftheme, custom-declare-theme, custom-make-theme-feature):
17054 Definitions moved.
17055
17056 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
17057
17058 * longlines.el (longlines-show-region)
17059 (longlines-unshow-hard-newlines): Recognize hard newlines by
17060 non-nil hard property, instead of t.
17061
17062 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
17063
17064 * viper-cmd.el (viper--key-maps): New variable.
17065 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
17066 emulation-mode-map-alists.
17067 (viper-envelop-ESC-key): Use viper-subseq.
17068 (viper-search-forward/backward/next): Disable debug-on-error.
17069
17070 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
17071 (viper-ESC-key): New defcustoms.
17072
17073 * viper-macs.el (ex-map-read-args): Use viper-subseq.
17074
17075 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
17076 (viper-subseq): Copy of subseq from cl.el.
17077
17078 * viper.el (viper-go-away, viper-set-hooks): Use
17079 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
17080
17081 * viper-mous.el (viper-current-frame-saved): Use defvar.
17082
17083 * viper-init.el: Get rid of -face in face names.
17084
17085 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
17086 Make it work with longlines mode
17087
17088 * ediff-mult.el (ediff-meta-mode-hook): New variable.
17089
17090 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
17091
17092 * ediff-init.el: Get rid of -face in face names.
17093
17094 2005-07-10 Richard M. Stallman <rms@gnu.org>
17095
17096 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
17097 and with-timeout-unsuspend.
17098
17099 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
17100 and with-timeout-unsuspend.
17101
17102 * emacs-lisp/timer.el (with-timeout-timers): New variable.
17103 (with-timeout): Bind that variable to record timers.
17104 (with-timeout-suspend, with-timeout-unsuspend): New functions.
17105
17106 * emacs-lisp/debug.el (debug-help-follow): New function.
17107 (debugger-mode-map): Use that instead of help-follow.
17108 (debugger-setup-buffer): Use eval-buffer-list
17109 to handle eval-buffer frames.
17110
17111 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
17112
17113 * timezone.el (timezone-parse-date): Change first regexp
17114 so it will not mistakenly match dates with no time zone.
17115
17116 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
17117
17118 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
17119
17120 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
17121
17122 * custom.el (custom-initialize-safe-set)
17123 (custom-initialize-safe-default): New functions.
17124
17125 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
17126 and simplify :init-value.
17127
17128 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
17129 and simplify :init-value. Delete obsolete comment.
17130
17131 * startup.el (command-line): Use `custom-reevaluate-setting' to
17132 handle `tooltip-mode'. Delete obsolete comment.
17133
17134 * files.el (set-visited-file-name): Avoid calling
17135 `file-name-nondirectory' with a nil argument.
17136
17137 2005-07-09 Richard M. Stallman <rms@gnu.org>
17138
17139 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
17140 was called with nil for the buffer, handle the read position right.
17141 Handle read position for eval-region, too.
17142
17143 2005-07-09 Juri Linkov <juri@jurta.org>
17144
17145 * fringe.el (fringe-mode): Add period in docstring.
17146 (fringe-query-style): Build prompt depending on `all-frames' arg.
17147
17148 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
17149 to not create links to unrelated functions in the Help buffer.
17150
17151 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
17152 Doc fix.
17153
17154 * simple.el (next-error-hook): New variable.
17155 (next-error): Use it. Doc fix.
17156
17157 * textmodes/ispell.el (ispell-command-loop): Add current
17158 dictionary name and program name to mode-line-format.
17159 (ispell-region, ispell-process-line): Add current dictionary name
17160 and program name to messages.
17161
17162 2005-07-08 Jay Belanger <belanger@truman.edu>
17163
17164 * calc/calc.el (calc-embedded-announce-formula-alist)
17165 (calc-embedded-open-close-formula-alist)
17166 (calc-embedded-open-close-word-alist)
17167 (calc-embedded-open-close-plain-alist)
17168 (calc-embedded-open-close-new-formula-alist)
17169 (calc-embedded-open-close-mode-alist)
17170 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
17171 (calc-embedded-mode-hook): New variables.
17172
17173 * calc/calc-embed.el (calc-embedded-firsttime)
17174 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
17175 New variables.
17176 (calc-do-embedded): Use calc-embedded-firsttime,
17177 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
17178 determine whether or not to run hooks.
17179 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
17180 calc-embedded-firsttime-formula appropriately.
17181 Set calc-embedded delimiter variables according to mode.
17182
17183 2005-07-08 Richard M. Stallman <rms@gnu.org>
17184
17185 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
17186 Check for "emacs", etc., as entire symbol, not just as word.
17187 (checkdoc-file-comments-engine): Use regexp-quote on FN.
17188
17189 * files.el (set-visited-file-name): Report the error
17190 for "empty filename" earlier.
17191 (kill-some-buffers): Ignore buffers already dead.
17192
17193 * fringe.el (fringe-mode): Doc fix.
17194
17195 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
17196 Check for (featurep 'xemacs) and turn off warnings in what it guards.
17197 Use unwind-protect to ensure byte-compile-unresolved-functions
17198 is updated.
17199
17200 * whitespace.el (whitespace-buffer-leading-cleanup):
17201 Simplify w/ skip-chars-forward.
17202 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
17203
17204 * mail/rmail.el (rmail-only-expunge): Fix paren error.
17205 Unconditionally try to leave point at the same old place.
17206
17207 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
17208
17209 * comint.el (comint-postoutput-scroll-to-bottom)
17210 (comint-show-maximum-output): Take scroll-margin into consideration.
17211
17212 2005-07-08 Kim F. Storm <storm@cua.dk>
17213
17214 * ido.el (ido-use-filename-at-point): New choice `guess'.
17215 (ido-file-internal): Try ffap-guesser if selected.
17216
17217 * ido.el (ido-before-fallback-functions): New hook.
17218 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
17219 (ido-read-file-name): Run it.
17220
17221 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
17222
17223 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
17224 strings rather than a list of symbols to the completion function.
17225
17226 2005-07-07 Jay Belanger <belanger@truman.edu>
17227
17228 * calc/calc-units.el (math-apply-units): Change the places in
17229 which units are simplified.
17230
17231 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
17232
17233 * cus-edit.el (customize-option, customize-option-other-window):
17234 Make them handle aliases.
17235
17236 * custom.el (custom-variable-p): Make it recursively follow
17237 aliases. Mention that in the docstring.
17238
17239 2005-07-07 Richard M. Stallman <rms@gnu.org>
17240
17241 * cus-start.el (exec-path): Use `directory' instead of `file'.
17242 Fix tag for nil.
17243
17244 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17245
17246 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
17247 when called non-interactively. Doc fix.
17248
17249 2005-07-07 Lute Kamstra <lute@gnu.org>
17250
17251 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
17252 new address as well.
17253
17254 2005-07-07 Kenichi Handa <handa@m17n.org>
17255
17256 * international/mule.el (make-coding-system):
17257 Describe `ascii-incompatible' property in the docstring.
17258 (set-file-name-coding-system): Signal an error if coding-system is
17259 ascii-incompatible.
17260 (set-keyboard-coding-system): Likewise.
17261
17262 * international/mule-cmds.el (set-default-coding-systems):
17263 Don't set default-file-name-coding-system and
17264 default-keyboard-coding-system if coding-system is ASCII-incompatible.
17265
17266 * international/utf-16.el: Declare that all UTF-16-based coding
17267 systems are ASCII-incompatible.
17268
17269 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
17270
17271 * progmodes/gud.el: Require font-lock for displaying errors.
17272 Used by gdb-ui.el.
17273
17274 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
17275
17276 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
17277 values for the pattern lists which are `read'able but not
17278 `append'able (like symbols).
17279
17280 2005-07-06 Richard M. Stallman <rms@gnu.org>
17281
17282 * progmodes/flymake.el (flymake-float-time): Instead of
17283 with-no-warnings, test for xemacs.
17284 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
17285 to avoid warning.
17286
17287 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
17288
17289 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
17290
17291 2005-07-05 Lute Kamstra <lute@gnu.org>
17292
17293 * battery.el: Add support for Darwin (with much debugging help
17294 from Samuel Lauber <sam124@operamail.com>).
17295 (battery-status-function, battery-echo-area-format)
17296 (battery-mode-line-format): Add support for pmset on Darwin.
17297 (battery-load-low, battery-load-critical): New user options.
17298 (battery-pmset): New function.
17299
17300 2005-07-05 Lute Kamstra <lute@gnu.org>
17301
17302 Update FSF's address in GPL notices.
17303
17304 * textmodes/page-ext.el: Update FSF's address.
17305
17306 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
17309 filling from using prefix when filling a single-line docstring.
17310
17311 * progmodes/flymake.el: Remove useless eval-when-compile.
17312
17313 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
17314
17315 2005-07-04 Richard M. Stallman <rms@gnu.org>
17316
17317 * textmodes/org.el (org-file-apps-defaults-gnu):
17318 Rename from org-file-apps-defaults-linux.
17319 (org-default-apps): Don't test system-type for `linux'.
17320 (org-file-apps): Doc fix.
17321
17322 2005-07-04 David Ponce <david@dponce.com>
17323
17324 * tree-widget.el: Improve header Commentary section.
17325 (tree-widget) [defgroup]
17326 (tree-widget-image-enable, tree-widget-themes-directory)
17327 (tree-widget-theme, tree-widget-image-properties-emacs)
17328 (tree-widget-image-properties-xemacs, tree-widget-create-image)
17329 (tree-widget-image-formats, tree-widget-control)
17330 (tree-widget-empty-control, tree-widget-leaf-control
17331 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
17332 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
17333 (tree-widget-keep, tree-widget-after-toggle-functions)
17334 (tree-widget-open-node, tree-widget-close-node): Doc fix.
17335 (tree-widget-open-control, tree-widget-close-control): Fix doc and
17336 :help-echo message.
17337 (tree-widget-set-theme): Doc fix. Use `string-equal'.
17338 (tree-widget-image-properties): Doc fix. Clearer implementation.
17339 (tree-widget--cursors): New constant.
17340 (tree-widget-lookup-image): New function split from
17341 `tree-widget-find-image'. Clearer implementation.
17342 (tree-widget-find-image): Use it.
17343 (tree-widget-button-keymap): Use `set-keymap-parent'.
17344 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
17345 Define the sub-widgets here.
17346 (tree-widget-node): Check that :node is not a tree-widget.
17347 (tree-widget-get-super, tree-widget-open-control)
17348 (tree-widget-close-control, tree-widget-empty-control)
17349 (tree-widget-leaf-control, tree-widget-guide)
17350 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
17351 (tree-widget-no-handle, tree-widget-value-delete)
17352 (tree-widget-map): Remove.
17353 (tree-widget-children-value-save): Doc fix. Simplified.
17354 (tree-widget-value-create): Update according to previous changes.
17355
17356 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
17357
17358 * textmodes/org.el: Leading space replaced by TABS.
17359 (org-recalc-marks, org-table-rotate-recalc-marks)
17360 (org-table-get-specials): Treat "^" and "_" marks.
17361 (org-table-justify-field-maybe): Optional argument NEW.
17362 (org-table-eval-formula): Parsing of the format simplified.
17363 New modes C,I. Honor the %= parameter in the current table.
17364 Avoid unnecessary re-align by using the NEW argument to
17365 `org-table-justify-field-maybe'.
17366 (org-calc-default-modes): Default for date-format mimicks org-mode.
17367 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
17368
17369 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
17370
17371 * cus-face.el (custom-theme-set-faces): Make it handle face
17372 aliases whose alias declarations are pre- or autoloaded.
17373
17374 2005-07-04 Juri Linkov <juri@jurta.org>
17375
17376 * faces.el (read-face-name): Put the code for getting a face name
17377 from the buffer before adding the faces from the `face' property.
17378 Use `completing-read-multiple' instead of `completing-read'.
17379 Require `crm'. Add default value and post-process the returned
17380 list of faces.
17381
17382 * emacs-lisp/crm.el (crm-find-current-element)
17383 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
17384
17385 * emacs-lisp/lisp-mode.el (eval-defun-1):
17386 * emacs-lisp/edebug.el (edebug-eval-defun):
17387 Remove unnecessary quotes.
17388
17389 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
17390
17391 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
17392 (prolog-indent-level): Fix typo in docstring.
17393
17394 * info.el (Info-history, Info-history-forward)
17395 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
17396
17397 * add-log.el (add-change-log-entry):
17398 * comint.el (comint-dynamic-list-input-ring)
17399 (comint-dynamic-list-completions):
17400 * dabbrev.el (dabbrev-expand):
17401 * delim-col.el (delimit-columns-rectangle-line):
17402 * diff-mode.el (diff-context->unified, diff-reverse-direction)
17403 (diff-unified->context):
17404 * ediff-init.el (ediff-abbrev-jobname):
17405 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
17406 (ediff-replace-session-activity-marker-in-meta-buffer):
17407 * info.el (Info-summary):
17408 * lpr.el (printify-region):
17409 * printing.el (pr-create-interface):
17410 * ps-print.el (ps-print-quote):
17411 * ses.el (ses-column-widths, ses-print-cell)
17412 (ses-adjust-print-width, ses-center):
17413 * shell.el (shell-file-name-quote-list):
17414 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
17415 (strokes-fill-current-buffer-with-whitespace)
17416 (strokes-xpm-for-stroke, strokes-list-strokes)
17417 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
17418 * term.el (term-dynamic-list-input-ring)
17419 (term-dynamic-list-completions):
17420 * calc/calc.el (math-format-stack-value):
17421 * emacs-lisp/edebug.el (edebug-display-freq-count):
17422 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
17423 (delphi-new-comment-line):
17424 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
17425 * progmodes/executable.el (executable-set-magic):
17426 * progmodes/python.el (inferior-python-mode):
17427 * progmodes/scheme.el (scheme-mode-syntax-table):
17428 * progmodes/sh-script.el (sh-maybe-here-document):
17429 * progmodes/sql.el (sql-copy-column):
17430 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
17431 * textmodes/bibtex.el (bibtex-mode):
17432 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
17433 (sgml-auto-attributes):
17434 * textmodes/table.el (table-insert, table-shorten-cell)
17435 (table--generate-source-scan-lines, table-delete-row)
17436 (*table--cell-delete-char, table--spacify-frame)
17437 (table--horizontally-shift-above-and-below)
17438 (table--cell-insert-char, table--cell-blank-str)
17439 (table--fill-region-strictly):
17440 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
17441 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
17442
17443 * add-log.el (change-log):
17444 * apropos.el (apropos):
17445 * comint.el (comint-completion, comint-source):
17446 * dabbrev.el (dabbrev):
17447 * delim-col.el (columns):
17448 * diff-mode.el (diff-mode):
17449 * ediff.el (ediff):
17450 * ediff-diff.el (ediff-diff):
17451 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
17452 * ediff-mult.el (ediff-mult):
17453 * ediff-ptch.el (ediff-ptch):
17454 * ediff-wind.el (ediff-window):
17455 * facemenu.el (facemenu):
17456 * indent.el (indent):
17457 * info.el (info):
17458 * jka-cmpr-hook.el (compression, jka-compr):
17459 * lpr.el (lpr):
17460 * outline.el (outlines):
17461 * pcmpl-cvs.el (pcmpl-cvs):
17462 * pcmpl-rpm.el (pcmpl-rpm):
17463 * printing.el (printing):
17464 * ps-print.el (postscript, ps-print, ps-print-horizontal)
17465 (ps-print-vertical, ps-print-headers, ps-print-font)
17466 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
17467 (ps-print-background, ps-print-printer, ps-print-page)
17468 (ps-print-miscellany):
17469 * ses.el (ses):
17470 * shell.el (shell, shell-directories, shell-faces):
17471 * startup.el (initialization):
17472 * strokes.el (strokes):
17473 * term.el (term):
17474 * uniquify.el (uniquify):
17475 * w32-vars.el (w32):
17476 * calc/calc.el (calc):
17477 * emacs-lisp/bytecomp.el (bytecomp):
17478 * emacs-lisp/cl-indent.el (lisp-indent):
17479 * emacs-lisp/edebug.el (edebug):
17480 * emacs-lisp/elp.el (elp):
17481 * emacs-lisp/testcover.el (testcover):
17482 * emacs-lisp/trace.el (trace):
17483 * emulation/viper-ex.el (viper-ex):
17484 * emulation/viper-mous.el (viper-mouse):
17485 * mail/mailalias.el (mailalias):
17486 * mail/supercite.el (supercite, supercite-frames)
17487 (supercite-attr, supercite-cite, supercite-hooks):
17488 * net/rcompile.el (remote-compile):
17489 * net/rlogin.el (rlogin):
17490 * obsolete/ooutline.el (outlines):
17491 * progmodes/delphi.el (delphi):
17492 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
17493 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
17494 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
17495 (ebnf-optimization):
17496 * progmodes/etags.el (etags):
17497 * progmodes/executable.el (executable):
17498 * progmodes/idlwave.el (idlwave):
17499 * progmodes/pascal.el (pascal):
17500 * progmodes/prolog.el (prolog):
17501 * progmodes/python.el (python):
17502 * progmodes/scheme.el (scheme):
17503 * progmodes/sh-script.el (sh, sh-script):
17504 * progmodes/sql.el (SQL):
17505 * progmodes/tcl.el (tcl):
17506 * textmodes/bibtex.el (bibtex, bibtex-autokey):
17507 * textmodes/enriched.el (enriched):
17508 * textmodes/makeinfo.el (makeinfo):
17509 * textmodes/sgml-mode.el (sgml):
17510 * textmodes/table.el (table-hooks):
17511 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
17512 * textmodes/texinfo.el (texinfo):
17513 * textmodes/two-column.el (two-column):
17514 Finish `defgroup' description with period.
17515
17516 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
17517 * eshell/esh-var.el (eshell-var):
17518 * progmodes/vhdl-mode.el (vhdl-testbench):
17519 * textmodes/org.el (org): Fix typos in docstrings.
17520
17521 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
17522 consistency.
17523
17524 * progmodes/flymake.el (flymake-find-file): Remove.
17525 (flymake-float-time): Use `with-no-warnings'.
17526 (flymake-check-start-time, flymake-check-was-interrupted)
17527 (flymake-err-info, flymake-is-running, flymake-last-change-time)
17528 (flymake-new-err-info): `defvar' at compile time.
17529
17530 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
17531
17532 * replace.el (occur-hook): Doc fix.
17533 (occur-1): Don't call `occur-hook' if there are no matches.
17534
17535 2005-07-03 Richard M. Stallman <rms@gnu.org>
17536
17537 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
17538 global-map, save the same map.
17539 (global-map): Don't alter it at top level.
17540 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
17541 Then alter it here instead.
17542 (tpu-edt-off): Set global-map to the saved one.
17543
17544 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
17545 All references simplified.
17546 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
17547 (zmacs-regions): Add defvar.
17548 (repeat-complex-command-map): Everything about that deleted.
17549
17550 * textmodes/artist.el (artist-key-is-drawing)
17551 (artist-key-endpoint1, artist-key-poly-point-list)
17552 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
17553 (artist-key-compl-table, artist-rb-save-data)
17554 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
17555 Don't put them in eval-when-compile.
17556 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
17557
17558 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
17559 Use with-no-warnings.
17560
17561 * net/browse-url.el (dos-windows-version): Add defvar.
17562
17563 * mail/supercite.el (filladapt-prefix-table): Add defvar.
17564
17565 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
17566 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
17567 (rmail-new-summary-line-count): Rename from new-summary-line-count.
17568 Add defvar.
17569 (rmail-summary-beginning-of-message): Use with-no-warnings.
17570 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
17571
17572 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
17573 Use with-no-warnings.
17574
17575 * emulation/vi.el (vi-mark-region): Use c-mark-function.
17576 (c-mark-function): Add point-moving-unit property.
17577 (vi-goto-line): Use with-no-warnings.
17578
17579 * emulation/edt.el (edt-last-copied-word): Add defvar.
17580 (zmacs-region-stays): Likewise.
17581 (edt-mark-section-wisely): Use c-mark-function for C.
17582 Use makr-defun for Fortran.
17583 (time-string): defvar deleted.
17584 (edt-display-the-time): Don't set time-string.
17585
17586 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
17587
17588 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
17589 Don't warn when name is not constant
17590 or for defining the group `emacs'.
17591
17592 * tooltip.el (gud-tooltip-mode): Add defvar.
17593
17594 * startup.el (default-frame-background-mode): Add defvar.
17595
17596 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
17597
17598 * info.el (tool-bar-map): Add defvar.
17599
17600 * dired.el (dnd-protocol-alist): Add defvar.
17601
17602 * dired-aux.el (dired-query): Display question with answer, when
17603 the user answers.
17604
17605 * custom.el (custom-add-option): Doc fix.
17606
17607 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
17608
17609 2005-07-03 Eli Zaretskii <eliz@gnu.org>
17610
17611 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
17612 bogus name from the last change.
17613
17614 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
17615
17616 * custom.el (custom-declare-variable): Fix typos in comment.
17617 (custom-known-themes): Doc fix.
17618 (custom-theme-directory): New defcustom.
17619 (require-theme): Make it check `custom-theme-directory'.
17620
17621 * cus-theme.el (custom-new-theme-mode): New function.
17622 (custom-theme-name, custom-theme-variables, custom-theme-faces)
17623 (custom-theme-description): Add compiler defvars.
17624 (customize-create-theme): Add doc to the "*New Custom Theme*"
17625 buffer. Use `custom-new-theme-mode'.
17626 (custom-theme-write): Put the created buffer in emacs-lisp-mode
17627 and save it to the `custom-theme-directory'. Make this the
17628 default directory of the buffer.
17629
17630 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
17631
17632 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
17633 Fix unbalanced parentheses.
17634
17635 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
17636
17637 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
17638 into flymake-mode and delegate to flymake-mode.
17639
17640 * find-file.el (ff-which-function-are-we-in): Clean up.
17641
17642 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
17643
17644 * replace.el (occur-rename-buffer): Fix docstring.
17645
17646 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
17647 (edt-last-copied-word, edt-learn-macro-count)
17648 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
17649 (edt-rect-start-point, edt-user-global-map, rect-start-point)
17650 (time-string, zmacs-region-stays):
17651 * emulation/edt-mapper.el (edt-save-function-key-map)
17652 (EDT-key-name): `defvar' to silence the byte-compiler.
17653
17654 2005-07-02 Martin Rudalics <rudalics@gmx.at>
17655
17656 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
17657 font-lock-regexp-backslash. Doc fix.
17658 (font-lock-regexp-backslash-grouping-construct): Rename from
17659 font-lock-regexp-backslash-construct. Doc fix.
17660 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
17661 grouping constructs.
17662
17663 2005-07-02 Eli Zaretskii <eliz@gnu.org>
17664
17665 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
17666 updating all the prerequisites.
17667
17668 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
17669
17670 * textmodes/org.el (org-agenda-start-on-weekday)
17671 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
17672 (org-agenda-use-time-grid, org-archive-location)
17673 (org-allow-space-in-links, org-usenet-links-prefer-google)
17674 (org-enable-table-editor, org-export-default-language)
17675 (org-export-html-show-new-buffer, org-fill-paragraph)
17676 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
17677 (org-goto-quit, org-occur, org-eval-in-calendar)
17678 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
17679 (org-agenda-diary-entry, org-remember-help)
17680 (org-table-convert-region, org-at-table-p)
17681 (org-table-move-row-down, org-table-move-row-up)
17682 (org-table-copy-region, org-table-toggle-vline-visibility)
17683 (org-table-get-stored-formulas, org-table-get-specials)
17684 (org-recalc-commands, org-table-eval-formula)
17685 (org-table-formula-substitute-names, orgtbl-make-binding)
17686 (org-format-org-table-html, org-format-table-table-html)
17687 (org-format-table-table-html-using-table-generate-source)
17688 (org-customize): Fix typos in docstrings.
17689 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
17690 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
17691 (org-back-to-heading): Doc fixes.
17692 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
17693 (org-agenda-change-all-lines, org-get-header):
17694 Improve argument/docstring consistency.
17695 (orgtbl-error): Fix error message.
17696
17697 * progmodes/flymake.el (flymake-find-possible-master-files)
17698 (flymake-master-file-compare, flymake-get-line-err-count)
17699 (flymake-highlight-line, flymake-gui-warnings-enabled):
17700 Fix typos in docstrings.
17701 (flymake-parse-line, flymake-get-project-include-dirs-function)
17702 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
17703 Doc fixes.
17704 (flymake-get-project-include-dirs-function)
17705 (flymake-make-err-menu-data):
17706 Improve argument/docstring consistency.
17707
17708 2005-07-01 Lute Kamstra <lute@gnu.org>
17709
17710 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
17711 Catch errors with ignore-errors. Use temporary buffer.
17712 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
17713
17714 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
17715 background color faces.
17716 (facemenu-set-foreground, facemenu-set-background):
17717 Use facemenu-set-face-from-menu.
17718 (facemenu-set-face-from-menu): Treat face names that start with
17719 "fg:" or "bg:" as special.
17720 (facemenu-add-new-color): Don't create faces. Simplify.
17721
17722 2005-06-30 Richard M. Stallman <rms@gnu.org>
17723
17724 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
17725 (crm-find-current-element): Likewise.
17726
17727 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
17728
17729 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
17730
17731 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
17732
17733 * arc-mode.el (archive-extract): Make it work as a mouse binding.
17734 (archive-mouse-extract): Make it an obsolete alias.
17735 (archive-mode-map): Don't use archive-mouse-extract any more.
17736 (archive-mode, archive-extract): write-contents-hooks ->
17737 write-contents-functions.
17738 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
17739 first arg.
17740 (archive-rename-entry): Update the call.
17741 (archive-zip-summarize): Remove unused var `method'.
17742 (archive-lzh-summarize): Remove unused var `creator'.
17743
17744 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
17745 dedicated frame upon exit.
17746
17747 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
17748 (archive-zip-extract, archive-zip-expunge)
17749 (archive-zip-update, archive-zip-update-case): Use executable-find.
17750 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
17751 Use restore-buffer-modified-p.
17752 (archive-extract, archive-add-new-member, archive-write-file-member):
17753 Use with-current-buffer.
17754 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
17755
17756 2005-06-30 Andreas Schwab <schwab@suse.de>
17757
17758 * progmodes/gud.el (gud-filter): Remove unneeded progn.
17759
17760 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17761
17762 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
17763
17764 2005-06-30 Juri Linkov <juri@jurta.org>
17765
17766 * faces.el (vertical-border): Inherit from mode-line-inactive
17767 only on tty.
17768
17769 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
17770
17771 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
17772 example, -NLINES in the `occur' docstring).
17773
17774 * replace.el (occur-1): When no matches are found, do not set the
17775 `buffer-read-only' and modified flags for the occur buffer,
17776 because it is deleted.
17777
17778 * emulation/cua-base.el (cua-check-pending-input)
17779 (cua-repeat-replace-region, cua-mode, cua-debug)
17780 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
17781 Fix typos in docstrings.
17782
17783 * emulation/cua-gmrk.el (cua-toggle-global-mark)
17784 (cua-cut-region-to-global-mark)
17785 (cua--cut-rectangle-to-global-mark):
17786 Remove period from end of messages.
17787
17788 * emulation/cua-rect.el (cua-do-rectangle-padding):
17789 Remove period from end of messages.
17790 (cua--rectangle-seq-format): Fix typo in docstring.
17791 (cua-sequence-rectangle, cua-fill-char-rectangle):
17792 Improve argument/docstring consistency.
17793
17794 2005-06-29 Juri Linkov <juri@jurta.org>
17795
17796 * faces.el (default-frame-background-mode): New internal variable.
17797 (frame-set-background-mode): Use it.
17798
17799 * startup.el (normal-top-level): Set default-frame-background-mode
17800 instead of frame-background-mode. Before setting it, test for its
17801 nil value. Remove tests for frame-background-mode and frame
17802 parameter `reverse'. Add test for "unspecified-fg".
17803
17804 * term/xterm.el (xterm-rxvt-set-background-mode):
17805 * term/rxvt.el (rxvt-set-background-mode):
17806 Set default-frame-background-mode instead of frame-background-mode.
17807
17808 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
17809
17810 * simple.el (set-variable): Warn about obsolete user variables.
17811
17812 * imenu.el (imenu--completion-buffer):
17813 * mouse.el (mouse-buffer-menu-alist):
17814 * msb.el (msb-invisible-buffer-p):
17815 * calendar/diary-lib.el (diary-header-line-format):
17816 * emacs-lisp/pp.el (pp-buffer):
17817 * progmodes/cperl-mode.el (cperl-do-auto-fill):
17818 * textmodes/picture.el (picture-replace-match):
17819 Change space constants followed by a sexp to "?\s ".
17820
17821 * play/decipher.el (decipher-loop-with-breaks):
17822 * textmodes/texinfo.el (texinfo-insert-@item): Change space
17823 constants "protected" from end of line by a comment to "?\s".
17824
17825 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17826
17827 * font-lock.el (save-buffer-state): Use `declare'.
17828
17829 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
17830 reset the syntax-table to cperl-mode-syntax-table.
17831 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
17832 "foo_print_bar" is not matched as a reserved keyword.
17833
17834 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
17835
17836 * textmodes/org.el (orgtbl-setup): New function, for delayed
17837 setup for the orgtbl commands.
17838 (org-calc-default-modes): New option.
17839 (orgtbl-make-binding): Use `defun' to get better help display.
17840 (org-diary): Call `org-compile-prefix-format'.
17841 (org-table-formula-substitute-names): New function.
17842 (org-agenda-day-view, org-agenda-week-view): New commands.
17843 (org-agenda-toggle-week-view): Command removed.
17844 (org-tbl-menu): Split off from org-org-menu.
17845 (org-mode): Move removal of outline-mode menus to here.
17846 (org-table-formula-debug): New option.
17847 (org-table-insert-row): Keep first field if just "#" or "*".
17848 (org-mode): Paragraph regexps fixed.
17849 (org-table-recalculate-regexp): New constant.
17850 (org-table-justify-field-maybe): Avoid replace if not necessary.
17851 (org-copy-special, org-cut-special): Use `call-interactively'.
17852 (org-table-copy-region): Take region from `interactive' call.
17853 (org-trim): Return string even if no match.
17854 (org-formula): New face.
17855 (org-set-font-lock-defaults): No longer highlight "FIXME".
17856 But highlight formula-related fields in table.
17857 (org-table-p): Use regexp, not fontification.
17858 (org-table-align): Handle white space at end of line.
17859 (org-table-formula-evaluate-inline): New option.
17860 (org-mode): Auto-wrapping in comment lines turned off.
17861 (org-table-copy-down): Evaluate only in copied field, not in
17862 destination.
17863 (org-table-current-formula): Variable removed.
17864 (org-table-store-formulas, org-table-get-stored-formulas)
17865 (org-table-modify-formulas, org-table-replace-in-formulas)
17866 (org-table-maybe-eval-formula): New functions.
17867 (org-table-get-formula): Modify to use stored formulas.
17868 (org-table-insert-column, org-table-delete-column)
17869 (org-table-move-column): Call `org-table-modify-formulas'.
17870 (org-complete): Add completion for keyword formulas.
17871 (orgtbl-mode): Pull orgtbl-mode-map to start of
17872 minor-mode-map-alist.
17873
17874 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
17875
17876 * progmodes/python.el (python-check): Require `compile' before
17877 modifying its variables.
17878
17879 * newcomment.el (comment-indent-default): Don't get fooled by an early
17880 end of buffer.
17881
17882 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17883
17884 * ps-print.el (ps-print-version): Fix version number.
17885
17886 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
17887
17888 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
17889
17890 2005-06-28 Richard M. Stallman <rms@gnu.org>
17891
17892 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
17893 (flyspell-local-mouse-map): Declaration deleted.
17894 (flyspell-mouse-map): Bind only mouse-2.
17895 (flyspell-mode-map): Don't test flyspell-use-local-map.
17896 (flyspell-overlay-keymap-property-name): Var deleted.
17897 (flyspell-mode-on): Don't make local bindings for
17898 flyspell-mouse-map and flyspell-mode-map.
17899 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
17900
17901 * textmodes/ispell.el (ispell-word): Do not ignore short words.
17902
17903 * progmodes/compile.el (compilation-next-error-function):
17904 Don't switch buffers; operate on the current buffer.
17905
17906 * progmodes/compile.el (compilation-error-file-name)
17907 (compilation-warning-file-name, compilation-info-file-name)
17908 (compilation-line-number, compilation-column-number): New faces.
17909 (compilation-error-face, compilation-warning-face)
17910 (compilation-info-face, compilation-line-face)
17911 (compilation-column-face): Use them.
17912
17913 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
17914
17915 * comint.el (comint-password-prompt-regexp): Accept ", try again".
17916
17917 * bindings.el (global-map): Bind insertchar and its variants.
17918
17919 2005-06-27 Richard M. Stallman <rms@gnu.org>
17920
17921 * textmodes/artist.el (artist-text-overwrite)
17922 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
17923
17924 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17925
17926 * ps-print.el: It was not working the page selection for printing.
17927 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
17928 (ps-print-version): New version 6.6.7.
17929 (ps-end-sheet): New fun.
17930 (ps-header-sheet, ps-end-job): Call it.
17931
17932 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
17933
17934 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
17935
17936 2005-06-27 Lute Kamstra <lute@gnu.org>
17937
17938 * facemenu.el (facemenu-unlisted-faces): Add foreground and
17939 background color faces.
17940 (facemenu-get-face): Delete function.
17941 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
17942 (facemenu-add-new-color): Make second argument mandatory.
17943 Create the appropriate face and return it. Simplify.
17944 (facemenu-set-foreground, facemenu-set-background): Don't check if
17945 color is defined. Use return value of facemenu-add-new-color.
17946
17947 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
17948
17949 * progmodes/gud.el (gud-filter): Add missing argument to
17950 with-selected-window.
17951
17952 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
17953
17954 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
17955 a :require to the defcustom.
17956
17957 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
17958 defcustoms corresponding to minor modes.
17959
17960 2005-06-26 David Ponce <david@dponce.com>
17961
17962 * recentf.el: Require tree-widget instead of wid-edit.
17963 (recentf-filename-handler): Fix widget :type.
17964 (recentf-cancel-dialog, recentf-open-more-files)
17965 (recentf-open-files-action): Doc fix.
17966 (recentf-dialog-goto-first): New function.
17967 (recentf-dialog-mode-map): Set parent keymap first.
17968 (recentf-dialog-mode): Define with define-derived-mode.
17969 Don't display continuation lines in dialogs.
17970 (recentf-edit-list): Rename from recentf-edit-selected-items.
17971 (recentf-edit-list-select): Rename from recentf-edit-list-action.
17972 Simplify.
17973 (recentf-edit-list-validate): New function.
17974 (recentf-edit-list): Update accordingly.
17975 (recentf-open-files-item-shift): Remove.
17976 (recentf-open-files-item): Convert menu elements into tree and
17977 link widgets. Don't create the widgets.
17978 (recentf-open-files): Update accordingly.
17979 (recentf-save-list): Untabify.
17980
17981 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
17982
17983 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
17984 (keep-lines): Add INTERACTIVE arg. Never delete lines only
17985 partially contained in the active region. Do not take active
17986 region into account when called from Lisp, unless INTERACTIVE arg
17987 is non-nil. Use `forward-line' instead of `beginning-of-line' to
17988 avoid trouble with fields. Make marker point nowhere when no
17989 longer used. Always return nil. Doc fix.
17990 (flush-lines): Add INTERACTIVE arg. Do not take active region
17991 into account when called from Lisp, unless INTERACTIVE arg is
17992 non-nil. Use `forward-line' instead of `beginning-of-line' to
17993 avoid trouble with fields. Make marker point nowhere when no
17994 longer used. Always return nil. Doc fix.
17995 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
17996 interchangeable. Do not take active region into account when
17997 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
17998 message in echo area when called from Lisp, unless INTERACTIVE arg
17999 is non-nil. Avoid saying "1 occurrences". Do not use markers.
18000 Return the number of matches. Doc fix.
18001 (occur): Doc fix.
18002 (perform-replace): Make comment follow double space convention for
18003 the sake of `outline-minor-mode'.
18004
18005 * faces.el (facep): Doc fix.
18006
18007 2005-06-25 Richard M. Stallman <rms@gnu.org>
18008
18009 * facemenu.el (facemenu-enable-faces-p): New function.
18010 (facemenu-background-menu, facemenu-foreground-menu)
18011 (facemenu-face-menu): Add menu-enable property.
18012
18013 * jka-compr.el (jka-compr-insert-file-contents):
18014 Special handling if cannot find the uncompression program.
18015
18016 * cus-face.el (custom-face-attributes): Add autoload.
18017
18018 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18019 Bind comment-indent-function locally.
18020
18021 * window.el (save-selected-window): Use save-current-buffer.
18022
18023 * subr.el (with-selected-window): Use save-current-buffer.
18024
18025 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
18026 and with-current-buffer.
18027
18028 2005-06-24 Richard M. Stallman <rms@gnu.org>
18029
18030 * simple.el (line-move-1): Fix previous change.
18031
18032 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
18033
18034 * replace.el (occur-1): Set `buffer-read-only' and the
18035 buffer-modified flag before running `occur-hook' to protect
18036 against unintentional buffer switches that can lead to data loss.
18037
18038 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
18039
18040 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
18041 (gud-gdb-marker-filter): Use font-lock-warning-face for any
18042 initial error.
18043
18044 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
18045 after fresh input.
18046 (gdb-var-create-handler): Put name of expression in quotes.
18047
18048 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
18049
18050 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
18051 elements of RING in order, and without bogus nil elements.
18052
18053 2005-06-23 Richard M. Stallman <rms@gnu.org>
18054
18055 * simple.el (set-variable): Args renamed; doc fix.
18056 (line-move-1): When there are overlays around, use vertical-motion.
18057
18058 * faces.el (escape-glyph): Use brown against light background.
18059 (nobreak-space): Rename from no-break-space.
18060 Fix previous change.
18061
18062 * dired-aux.el (dired-do-copy): Fix arg prompt.
18063
18064 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
18065
18066 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
18067
18068 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
18069 rather than "Distributor".
18070
18071 2005-06-23 Lute Kamstra <lute@gnu.org>
18072
18073 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
18074 (debug-on-entry): Use it. New interactive declaration that uses
18075 function-called-at-point.
18076
18077 2005-06-23 Kim F. Storm <storm@cua.dk>
18078
18079 * subr.el (save-match-data): Add comment about using evaporate arg
18080 to set-match-data.
18081
18082 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
18083
18084 * cus-edit.el (customize-face)
18085 (customize-face-other-window): Handle face aliases.
18086
18087 * faces.el (face-documentation, set-face-attribute)
18088 (face-spec-set): Handle face aliases.
18089
18090 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
18091
18092 * help-mode.el (help-make-xrefs): If a symbol representing a face
18093 name is not followed by the word "face", it could still be a
18094 function or variable name, so don't bypass other checks.
18095
18096 2005-06-22 Juri Linkov <juri@jurta.org>
18097
18098 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
18099 Replace aliased functions with calls where second arg `inherit' is t.
18100
18101 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
18102
18103 * progmodes/gdb-ui.el (gdb-error): New variable.
18104 (gdb-error): New function.
18105 (gdb-annotation-rules): Act on error-begin and error annotations.
18106 (gdb-concat-output): Use font-lock-warning-face for errors.
18107
18108 2005-06-22 Miles Bader <miles@gnu.org>
18109
18110 * bindings.el (propertized-buffer-identification): Use renamed
18111 `Buffer-menu-buffer' face.
18112
18113 * faces.el (vertical-border): Rename from `vertical-divider'.
18114 (escape-glyph): Change dark-background color back to `cyan'.
18115
18116 2005-06-21 Juri Linkov <juri@jurta.org>
18117
18118 * faces.el (face-user-default-spec): Try getting `customized-face'
18119 prior to `saved-face'.
18120 (frame-background-mode): Refill docstring.
18121
18122 * emacs-lisp/lisp-mode.el (eval-defun-1):
18123 * emacs-lisp/edebug.el (edebug-eval-defun):
18124 Set `saved-face' temporarily to nil before calling form.
18125 Set `customized-face' to the new spec after that.
18126
18127 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
18128
18129 * subr.el (1value, lambda, key-substitution-in-progress):
18130 Doc fixes.
18131
18132 * autoinsert.el (auto-insert-alist):
18133 * ses.el (ses-call-printer):
18134 * subr.el (noreturn):
18135 * emacs-lisp/lisp.el (check-parens):
18136 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
18137 * net/browse-url.el (browse-url-mosaic):
18138 * progmodes/cc-defs.el (c-safe-scan-lists):
18139 * progmodes/ebnf-abn.el (ebnf-abn-lex):
18140 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
18141 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
18142 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
18143 * progmodes/ebnf-iso.el (ebnf-iso-lex):
18144 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
18145
18146 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
18147
18148 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
18149
18150 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
18151
18152 * calendar/appt.el (appt-make-list): Activate the package, if
18153 not already active (for backwards compatibility).
18154
18155 2005-06-20 Kim F. Storm <storm@cua.dk>
18156
18157 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
18158
18159 2005-06-20 Miles Bader <miles@gnu.org>
18160
18161 * faces.el (vertical-divider): New face.
18162
18163 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
18164
18165 * simple.el (kill-whole-line): Doc fix.
18166 (next-error-buffer-p, next-error-find-buffer)
18167 (clone-indirect-buffer): Fix typos in docstrings.
18168 (comment-line-break-function): Doc fix: don't say variable
18169 is automatically buffer-local (it isn't).
18170
18171 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
18172
18173 * net/tramp-ftp.el (top):
18174 * net/tramp-smb.el (top):
18175 * net/tramp-util.el (top):
18176 * net/tramp-uu.el (top):
18177 * net/tramp-vc.el (top):
18178 * net/tramp.el (top): Revert copyright years back to original
18179 ones. Tramp has a life outside GNU Emacs.
18180
18181 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
18182
18183 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
18184
18185 2005-06-18 Juri Linkov <juri@jurta.org>
18186
18187 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
18188 end of first regexp to limit the match to the position between
18189 line number and source line with same separator character as used
18190 between file name and line number. In the second regexp limit
18191 mouse-face area to file name and line number by adding new group
18192 for them and referring it in HYPERLINK arg.
18193 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
18194 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
18195 previous line where grep markers may be already removed.
18196
18197 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
18198
18199 * progmodes/ps-mode.el: Update version and maintainer's email address.
18200
18201 2005-06-18 Steve Youngs <steve@xemacs.org>
18202
18203 * net/browse-url.el (browse-url-browser-function)
18204 (browse-url-default-browser): Add firefox.
18205 (browse-url-firefox-program, browse-url-firefox-arguments)
18206 (browse-url-firefox-startup-arguments)
18207 (browse-url-firefox-new-window-is-tab): New defcustoms.
18208 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
18209
18210 2005-06-17 Richard M. Stallman <rms@gnu.org>
18211
18212 * startup.el (command-line): Warn if specified user name has
18213 no home directory.
18214
18215 * term.el (term-get-old-input, term-input-filter, term-input-sender)
18216 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
18217
18218 * longlines.el (longlines-mode, longlines-show-hard-newlines):
18219 Doc fixes.
18220
18221 * faces.el (underline): Try bold if terminal doesn't support underline.
18222
18223 * mail/sendmail.el (mail-setup-with-from): New variable.
18224 (mail-insert-from-field): New function.
18225 (sendmail-send-it): Call it.
18226 (mail-setup): Optionally call it here.
18227
18228 * term/linux.el: Call tty-no-underline.
18229
18230 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
18231
18232 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
18233
18234 2005-06-17 Miles Bader <miles@gnu.org>
18235
18236 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
18237 (ediff-current-diff-C, ediff-current-diff-Ancestor)
18238 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
18239 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
18240 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
18241 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
18242 Remove "-face" suffix from face names.
18243 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18244 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18245 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18246 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18247 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18248 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18249 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18250 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18251 New backward-compatibility aliases for renamed faces.
18252 (ediff-current-diff-face-A, ediff-current-diff-face-B)
18253 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
18254 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
18255 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
18256 (ediff-even-diff-face-A, ediff-even-diff-face-B)
18257 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
18258 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
18259 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
18260 Use renamed ediff faces.
18261
18262 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
18263 Remove "-face" suffix from face names.
18264 (eshell-test-ok-face, eshell-test-failed-face):
18265 New backward-compatibility aliases for renamed faces.
18266 (eshell-run-test): Use renamed eshell-test faces.
18267
18268 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
18269 face name.
18270 (eshell-prompt-face): New backward-compatibility alias for renamed
18271 face.
18272 (eshell-emit-prompt): Use renamed eshell-prompt face.
18273
18274 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
18275 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
18276 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
18277 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
18278 Remove "-face" suffix from face names.
18279 (eshell-ls-directory-face, eshell-ls-symlink-face)
18280 (eshell-ls-executable-face, eshell-ls-readonly-face)
18281 (eshell-ls-unreadable-face, eshell-ls-special-face)
18282 (eshell-ls-missing-face, eshell-ls-archive-face)
18283 (eshell-ls-backup-face, eshell-ls-product-face)
18284 (eshell-ls-clutter-face):
18285 New backward-compatibility aliases for renamed faces.
18286 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
18287
18288 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
18289 Remove "-face" suffix from face name.
18290 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
18291 instead of literal face.
18292
18293 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
18294
18295 * emacs-lisp/warnings.el (display-warning, lwarn)
18296 (warning-minimum-log-level): Doc fixes.
18297 (warning-minimum-level, warning-minimum-log-level):
18298 Add :debug to :type choices.
18299
18300 * progmodes/ada-mode.el (ada-format-paramlist)
18301 (ada-get-indent-case, ada-check-matching-start)
18302 (ada-check-defun-name, ada-goto-matching-decl-start)
18303 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
18304 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
18305 (ada-make-subprogram-body): Follow error conventions.
18306 (ada-case-exception-file, ada-indent-comment-as-code)
18307 (ada-indent-handle-comment-special, ada-indent-renames)
18308 (ada-indent-return, ada-search-directories-internal)
18309 (ada-tab-policy, ada-case-exception-substring)
18310 (ada-other-file-alist, ada-matching-start-re)
18311 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
18312 (ada-imenu-generic-expression, ada-compile-goto-error)
18313 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
18314 (ada-popup-menu, ada-add-extensions, ada-mode)
18315 (ada-region-selected, ada-create-case-exception)
18316 (ada-create-case-exception-substring, ada-after-keyword-p)
18317 (ada-activate-keys-for-case, ada-adjust-case-region)
18318 (ada-adjust-case-buffer, ada-format-paramlist)
18319 (ada-scan-paramlist, ada-insert-paramlist)
18320 (ada-indent-newline-indent)
18321 (ada-indent-newline-indent-conditional)
18322 (ada-justified-indent-current, ada-goto-previous-word)
18323 (ada-indent-current, ada-get-indent-open-paren)
18324 (ada-get-indent-paramlist, ada-get-indent-end)
18325 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
18326 (ada-get-indent-block-start, ada-get-indent-subprog)
18327 (ada-get-indent-noindent, ada-get-indent-label)
18328 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
18329 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
18330 (ada-goto-stmt-end, ada-goto-next-word)
18331 (ada-check-matching-start, ada-check-defun-name)
18332 (ada-goto-matching-decl-start, ada-goto-matching-start)
18333 (ada-goto-matching-end, ada-search-ignore-string-comment)
18334 (ada-in-decl-p, ada-looking-at-semi-or)
18335 (ada-looking-at-semi-private, ada-in-paramlist-p)
18336 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
18337 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
18338 (ada-next-procedure, ada-previous-procedure, ada-next-package)
18339 (ada-previous-package, ada-create-menu)
18340 (ada-fill-comment-paragraph-justify)
18341 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
18342 (ada-other-file-name, ada-last-which-function-line)
18343 (ada-last-which-function-subprog, ada-which-function)
18344 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
18345 (ada-gen-treat-proc, ada-check-emacs-version)
18346 (ada-continuation-indent, ada-align-region-separate):
18347 Fix typos in docstrings.
18348 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
18349
18350 2005-06-16 Lute Kamstra <lute@gnu.org>
18351
18352 * simple.el (fundamental-mode): Run after-change-major-mode-hook
18353 conditionally.
18354
18355 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
18356
18357 * comint.el (comint-replace-by-expanded-filename)
18358 (comint-prompt-regexp, comint-delimiter-argument-list)
18359 (comint-preinput-scroll-to-bottom):
18360 * info.el (Info-hide-cookies-node):
18361 * ls-lisp.el (ls-lisp-classify):
18362 * find-file.el (ff-search-directories, ff-special-constructs)
18363 (ff-find-other-file):
18364 * font-lock.el (font-lock-keywords):
18365 * shell.el (shell-prompt-pattern)
18366 (shell-dynamic-complete-functions, shell-mode)
18367 (shell-delimiter-argument-list):
18368 * term.el (term-replace-by-expanded-filename)
18369 (term-prompt-regexp, term-delimiter-argument-list):
18370 * woman.el (woman-ignore, woman0-if):
18371 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
18372 * emacs-lisp/elint.el (elint-init-env):
18373 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
18374 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
18375 * language/ethio-util.el (ethio-tilde-escape)
18376 (ethio-use-three-dot-question):
18377 * net/zone-mode.el (zone-mode-load-time-setup):
18378 * progmodes/cc-align.el (c-lineup-argcont):
18379 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
18380 * progmodes/cperl-mode.el (cperl-set-style-back):
18381 * progmodes/inf-lisp.el (inferior-lisp-prompt):
18382 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
18383 Fix spellings in docstrings.
18384
18385 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
18386 * progmodes/modula2.el (m2-for): Fix spellings.
18387
18388 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
18389
18390 * simple.el (undo-more): Don't use `format' on `error' arguments.
18391 Improve argument/docstring consistency.
18392 (pending-undo-list): Doc fix.
18393
18394 * smerge-mode.el (smerge-ensure-match):
18395 * emulation/vip.el (vip-ex):
18396 * net/zone-mode.el (zone-mode-update-serial):
18397 * progmodes/idlwave.el (idlwave-complete):
18398 * progmodes/vhdl-mode.el (vhdl-visit-file)
18399 (vhdl-compose-wire-components):
18400 Don't use `format' on `error' arguments.
18401
18402 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
18403 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
18404 (tooltip-help-tips): Fix typos in docstrings.
18405
18406 2005-06-16 David Ponce <david@dponce.com>
18407
18408 * tree-widget.el (tree-widget-value-create): Simplify last change.
18409
18410 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
18411
18412 * ido.el (ido-incomplete-regexp): New variable.
18413 (ido-set-matches-1): Handle invalid-regexp error and set
18414 ido-incomplete-regexp.
18415 (ido-incomplete-regexp): New face.
18416 (ido-completions): Use it.
18417 (ido-complete, ido-exit-minibuffer, ido-completions):
18418 Handle incomplete regexps.
18419 (ido-completions): Add check for complete match when entering a regexp.
18420
18421 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
18422
18423 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
18424
18425 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18426
18427 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
18428 by field delimiters.
18429
18430 2005-06-15 David Ponce <david@dponce.com>
18431
18432 * tree-widget.el: eval-and-compile inlined functions so they will
18433 be available at run-time too.
18434 (tree-widget-super-format-handler)
18435 (tree-widget-format-handler): Remove.
18436 (tree-widget-value-create): Handle the :indent property.
18437
18438 2005-06-15 Miles Bader <miles@gnu.org>
18439
18440 * progmodes/which-func.el (which-func): Only inherit
18441 `font-lock-function-name-face' when that makes sense against the
18442 default mode-line face, otherwise set the face color explicitly.
18443
18444 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
18445 faces instead of (non-existent) variables.
18446
18447 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
18448
18449 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
18450 (iswitchb-get-matched-buffers): Likewise. Simplify.
18451
18452 2005-06-14 Miles Bader <miles@gnu.org>
18453
18454 * progmodes/ld-script.el (ld-script-location-counter):
18455 Remove "-face" suffix from face name.
18456 (ld-script-location-counter-face):
18457 New backward-compatibility alias for renamed face.
18458 (ld-script-location-counter-face): Use renamed face.
18459
18460 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
18461 (cperl-hash): Remove "-face" suffix from face names.
18462 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
18463 New backward-compatibility aliases for renamed faces.
18464 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
18465 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
18466
18467 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
18468 name.
18469 (which-func-face): New backward-compatibility alias for renamed face.
18470 (which-func-format): Use renamed which-func face.
18471
18472 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
18473 (vhdl-function, vhdl-directive, vhdl-reserved-word)
18474 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
18475 names.
18476 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
18477 (vhdl-speedbar-configuration, vhdl-speedbar-package)
18478 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
18479 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
18480 (vhdl-speedbar-architecture-selected)
18481 (vhdl-speedbar-configuration-selected)
18482 (vhdl-speedbar-package-selected)
18483 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
18484 names.
18485 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
18486 Use renamed faces.
18487 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
18488 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
18489 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
18490 Use renamed faces.
18491 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
18492 names.
18493 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
18494 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
18495 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
18496 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
18497 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
18498 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
18499
18500 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
18501 face name.
18502 (sh-heredoc-face): New backward-compatibility alias for renamed face.
18503 (sh-heredoc-face): Use renamed sh-heredoc face.
18504
18505 * progmodes/idlw-help.el (idlwave-help-link):
18506 Remove "-face" suffix from face name.
18507 (idlwave-help-link-face):
18508 New backward-compatibility alias for renamed face.
18509 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
18510
18511 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
18512 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
18513 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
18514 New backward-compatibility aliases for renamed faces.
18515 (idlwave-shell-disabled-breakpoint-face)
18516 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
18517
18518 * progmodes/flymake.el (flymake-errline, flymake-warnline):
18519 Remove "-face" suffix from face names.
18520 (flymake-errline-face, flymake-warnline-face):
18521 New backward-compatibility aliases for renamed faces.
18522 (flymake-highlight-line): Use renamed flymake faces.
18523
18524 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
18525 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
18526 (ebrowse-member-class, ebrowse-progress):
18527 Remove "-face" suffix from face names.
18528 (ebrowse-tree-mark-face, ebrowse-root-class-face)
18529 (ebrowse-file-name-face, ebrowse-default-face)
18530 (ebrowse-member-attribute-face, ebrowse-member-class-face)
18531 (ebrowse-progress-face):
18532 New backward-compatibility aliases for renamed faces.
18533 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
18534 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
18535 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
18536 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
18537
18538 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
18539 antlr-syntax)
18540 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
18541 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
18542 names.
18543 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
18544 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
18545 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
18546 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
18547 backward-compatibility aliases for renamed faces.
18548 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
18549 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
18550 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
18551 remove "font-lock-". Use renamed antlr-mode faces.
18552 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
18553 literal face-names with face variable references.
18554
18555 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
18556 face name.
18557 (Buffer-menu-buffer-face): New backward-compatibility alias for
18558 renamed face.
18559 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
18560
18561 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
18562
18563 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
18564 Eliminate "-face" suffix.
18565 (makefile-targets): Inherit from font-lock-function-name-face and
18566 eliminate "-face" suffix.
18567 (makefile-shell): Remove attributes and eliminate "-face" suffix.
18568 (makefile-*-font-lock-keywords): Append makefile-targets in rule
18569 actions, instead of prepending, to make it less visible.
18570 (makefile-previous-dependency, makefile-match-dependency):
18571 Don't match a target on a continuation line.
18572
18573 * files.el (auto-mode-alist): Put Makefile in gmake mode.
18574
18575 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
18576
18577 * progmodes/gdb-ui.el (menu): Re-order menu items.
18578 (gdb-tooltip-print): Respect tooltip-use-echo-area.
18579
18580 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
18581 Define in tooltip.el.
18582 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
18583 (gud-tooltip-tips): Respect tooltip-use-echo-area and
18584 gud-tooltip-echo-area.
18585
18586 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
18587 backward compatibility and make obsolete.
18588 (tooltip-help-tips): Use tooltip-use-echo-area.
18589 (tooltip-show-help-function): Rename to...
18590 (tooltip-show-help): ...this, because it is a function.
18591 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
18592
18593 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
18594
18595 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
18596 (edebug-print-length, edebug-print-level, edebug-print-circle)
18597 (edebug-modify-breakpoint, edebug-eval-last-sexp)
18598 (edebug-eval-print-last-sexp): Doc fixes.
18599
18600 2005-06-14 Kim F. Storm <storm@cua.dk>
18601
18602 * ido.el (ido-mode): Make a new keymap every time we enable ido,
18603 as the coverage buffer/file/both may change.
18604
18605 2005-06-14 Lute Kamstra <lute@gnu.org>
18606
18607 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
18608 and run-mode-hooks. Simplify.
18609
18610 * mail/rmailedit.el (rmail-edit-mode):
18611 * progmodes/octave-inf.el (inferior-octave-mode):
18612 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
18613
18614 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
18615 and run-mode-hooks.
18616 (recentf-edit-list, recentf-open-files): Don't call
18617 kill-all-local-variables directly.
18618
18619 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
18620
18621 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
18622
18623 * emacs-lisp/byte-run.el (make-obsolete)
18624 (define-obsolete-function-alias): Rename arguments FUNCTION and
18625 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
18626 (make-obsolete-variable, define-obsolete-variable-alias):
18627 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
18628 respectively.
18629
18630 * isearchb.el (isearchb-activate):
18631 * pcvs.el (cvs-mode):
18632 * ses.el (ses-load):
18633 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
18634 * net/tramp.el (tramp-find-file-exists-command)
18635 (tramp-find-shell):
18636 * progmodes/ada-mode.el (ada-create-case-exception)
18637 (ada-create-case-exception-substring, ada-make-subprogram-body):
18638 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
18639 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
18640 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
18641 * textmodes/org.el (org-promote, org-evaluate-time-range)
18642 (org-agenda-next-date-line, org-agenda-previous-date-line)
18643 (org-agenda-error, org-open-at-point, org-table-move-row)
18644 (org-format-table-table-html-using-table-generate-source)
18645 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
18646 * textmodes/reftex.el (reftex-access-scan-info):
18647 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
18648 (reftex-toc-promote-prepare): Follow error conventions.
18649
18650 * diff-mode.el (diff-mode): Fix typo in docstring.
18651
18652 * forms.el (forms--intuit-from-file): Fix reference to
18653 `forms-number-of-fields' in error message.
18654 (forms-print): Fix quoting in error message.
18655
18656 * forms.el (forms-mode):
18657 * emulation/vi.el (vi-goto-insert-state):
18658 * progmodes/flymake.el (flymake-new-err-info)
18659 (flymake-start-syntax-check-for-current-buffer)
18660 (flymake-simple-cleanup):
18661 * eshell/esh-var.el (eshell/export):
18662 * progmodes/gud.el (xdb):
18663 * textmodes/flyspell.el (flyspell-incorrect-hook)
18664 (flyspell-maybe-correct-transposition)
18665 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
18666
18667 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
18668
18669 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
18670 minibuffer prompt.
18671
18672 2005-06-13 Kim F. Storm <storm@cua.dk>
18673
18674 * subr.el (add-to-ordered-list): New defun.
18675
18676 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
18677 add cua--keymap-alist to emulation-mode-map-alists.
18678
18679 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
18680
18681 * subr.el (complete-in-turn): New macro.
18682 (dynamic-completion-table, lazy-completion-table): Add debug info.
18683
18684 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
18685 in preference to face aliases.
18686
18687 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
18688 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
18689 Remove unused vars `start' and `firstline'.
18690 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
18691 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
18692
18693 2005-06-13 Eli Zaretskii <eliz@gnu.org>
18694
18695 * cus-start.el (all): Don't complain about missing GTK-related
18696 variables, unless either `gtk' is boundp or this isn't a
18697 `windows-nt' build.
18698
18699 2005-06-13 Lute Kamstra <lute@gnu.org>
18700
18701 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
18702 run-mode-hooks.
18703
18704 * ediff-mult.el (ediff-meta-mode):
18705 * ediff-util.el (ediff-mode): Use run-mode-hooks.
18706
18707 * ledit.el (ledit-mode): Use delay-mode-hooks.
18708
18709 * woman.el (woman-mode-line-format): Delete constant.
18710 (woman-mode-map): Initialize it properly.
18711 (woman-mode): Set mode-class property to special.
18712 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
18713 Set major-mode and mode-name. Don't set mode-line-format directly.
18714 (Man-getpage-in-background): Don't reference woman-mode-line-format.
18715
18716 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
18717 string argument obsolete.
18718
18719 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
18720
18721 * textmodes/org.el (org-CUA-compatible): New option.
18722 (org-disputed-keys): New variable.
18723 (org-key): New function.
18724 (orgtbl-make-binding): Add docstring to the created function.
18725 (org-mode): Set paragraph start/separate regexps.
18726 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
18727 (org-archive-location, org-archive-mark-done)
18728 (org-archive-stamp-time): New options.
18729 (org-archive-subtree): New command.
18730 (org-fill-paragraph): New function.
18731 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
18732 (org-fake-empty-table-line): Function removed.
18733 (org-format-org-table-html): Do not create empty table lines at
18734 separator lines. Improved table header treatment.
18735 (org-link-format): New option.
18736 (org-make-link): New function.
18737 (org-insert-link, org-store-link): Use org-make-link.
18738 (org-open-file): Quote file name for shell command, to allow
18739 spaces in file names.
18740 (org-link-regexp): Fix bug with mailto link.
18741 (org-link-maybe-angles-regexp, org-protected-link-regexp):
18742 New constants.
18743 (org-export-as-html): Deal with the optional angles around a link.
18744 Better treatment of file: links.
18745 (org-open-at-point): Replace @{ and @} with < and >.
18746 (org-run-mode-hooks): Function removed.
18747 (org-agenda-mode): No longer use `org-run-mode-hooks'.
18748
18749 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
18750
18751 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
18752 MI command -data-list-register-values.
18753 (gdb-post-prompt): Indent properly.
18754
18755 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
18756
18757 * hilit-chg.el (highlight-changes-colors): Rename from
18758 `highlight-changes-colours'.
18759 (highlight-changes-colours): Keep as obsolete alias.
18760 (highlight-changes-face-list): Doc fix.
18761 (hilit-chg-make-list): Use `highlight-changes-colors'.
18762
18763 2005-06-12 Mark A. Hershberger <mah@everybody.org>
18764
18765 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
18766 defun-prompt-regexp.
18767
18768 2005-06-12 Eli Zaretskii <eliz@gnu.org>
18769
18770 * loadup.el: Don't say we are dumping under 2 names on windows-nt
18771 and cygwin.
18772
18773 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
18774 Don't use an old loaddefs.el, as in Makefile.in.
18775
18776 2005-06-12 Lute Kamstra <lute@gnu.org>
18777
18778 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
18779
18780 * man.el (Man-mode-map): Initialize it properly.
18781 (Man-mode): Set mode-class property to special.
18782
18783 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
18784
18785 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
18786
18787 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
18788 A newline is needed in the docstring there.
18789
18790 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
18791 Doc fixes.
18792
18793 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18794
18795 * printing.el: Doc fix. The menubar is no more changed when printing
18796 is loaded, it only changes when pr-menu-bind or pr-update-menus is
18797 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
18798 (pr-version): New version number (6.8.4).
18799 (pr-menu-bind): New command.
18800 (pr-update-menus): Docstring and code fix.
18801 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
18802 Docstring fix.
18803 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
18804 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
18805
18806 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
18807
18808 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
18809 "Returns" to "return", document useful return values, etc.
18810
18811 2005-06-11 Alan Mackenzie <acm@muc.de>
18812
18813 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
18814 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
18815 (adaptive-file-function): Minor amendment to doc-string.
18816
18817 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18818
18819 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
18820 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
18821 Fix :type--it is `integer', not `string'.
18822
18823 * faces.el (modeline-highlight): Rename from (the erroneous)
18824 `modeline-higilight'.
18825
18826 2005-06-11 Lute Kamstra <lute@gnu.org>
18827
18828 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
18829 lisp-interaction-mode-map but make it the parent.
18830 (edebug-eval-mode): Use define-derived-mode.
18831
18832 2005-06-11 Andreas Schwab <schwab@suse.de>
18833
18834 * bindings.el: Add binding of `ESC functionkey' for every
18835 `M-functionkey'.
18836 * hexl.el (hexl-mode-map): Likewise.
18837
18838 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
18839
18840 * progmodes/compile.el (compilation-error-regexp-alist-alist)
18841 [msft]: update regexp for newer msft compilers.
18842
18843 2005-06-10 Mark A. Hershberger <mah@everybody.org>
18844
18845 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
18846 ATTLIST portions of included DTDs.
18847 (xml-parse-dtd): Eliminate use of inefficient match-data.
18848
18849 2005-06-10 Miles Bader <miles@gnu.org>
18850
18851 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
18852 (mpuz-text): Remove "-face" suffix from face names.
18853 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
18854 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
18855 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
18856
18857 * play/gomoku.el (gomoku-O, gomoku-X):
18858 Remove "-face" suffix from face names.
18859 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
18860 New backward-compatibility aliases for renamed faces.
18861 (gomoku-font-lock-keywords): Use renamed gomoku faces.
18862
18863 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
18864
18865 * thumbs.el: Fixes for changes of 2005-06-09.
18866 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
18867 as a directory.
18868 (thumbs-thumbname): Remove directory separator from format string;
18869 `thumbs-thumbsdir' now returns a valid directory name.
18870 (thumbs-temp-dir): New defsubst.
18871 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
18872 Use it.
18873
18874 * cus-edit.el (minibuffer):
18875 * files.el (make-backup-file-name-function):
18876 * filesets.el (filesets-external-viewers):
18877 * hilit-chg.el (highlight-changes-colours)
18878 (highlight-changes-face-list, highlight-changes-rotate-faces):
18879 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
18880 * kmacro.el (kmacro-call-macro):
18881 * log-edit.el (log-edit-changelog-full-paragraphs):
18882 * mouse.el (mouse-1-click-follows-link):
18883 * skeleton.el (skeleton-autowrap):
18884 * subr.el (insert-for-yank-1):
18885 * tempo.el (tempo-insert-region):
18886 * terminal.el (terminal-emulator):
18887 * time.el (display-time-mail-face):
18888 * vc.el (vc-annotate):
18889 * vcursor.el (vcursor-copy-line):
18890 * woman.el (woman-bold-headings, woman-ignore)
18891 (woman-default-faces, woman-monochrome-faces):
18892 * calendar/todo-mode.el (todo-insert-threshold):
18893 * emulation/pc-select.el (pc-select-selection-keys-only)
18894 (pc-selection-mode):
18895 * emulation/vip.el (vip-find-char-forward):
18896 * emulation/viper-cmd.el (viper-find-char-forward):
18897 * international/mule-cmds.el
18898 (select-safe-coding-system-accept-default-p)
18899 (input-method-exit-on-invalid-key):
18900 * international/mule-diag.el (describe-coding-system):
18901 * international/ucs-tables.el (unify-8859-on-encoding-mode):
18902 * net/browse-url.el (browse-url-xterm-program):
18903 * obsolete/lazy-lock.el (lazy-lock-mode):
18904 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
18905 (cperl-mode):
18906 * progmodes/cpp.el (cpp-face-light-name-list)
18907 (cpp-face-dark-name-list):
18908 * progmodes/delphi.el (delphi-newline-always-indents):
18909 Fix spellings in docstrings.
18910
18911 * ido.el (ido-mode, ido-file-extensions-order)
18912 (ido-default-file-method, ido-default-buffer-method)
18913 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
18914 (ido-decorations, ido-read-file-name-as-directory-commands)
18915 (ido-read-file-name-non-ido, ido-work-directory-list)
18916 (ido-ignore-item-temp-list, ido-current-directory)
18917 (ido-magic-forward-char, ido-enter-find-file)
18918 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
18919 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
18920
18921 2005-06-10 Lute Kamstra <lute@gnu.org>
18922
18923 * play/dunnet.el (dun-mode): Use define-derived-mode.
18924 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
18925 obsolete alias.
18926
18927 * play/doctor.el (doctor-mode-map): Remove defvar.
18928 (doctor-mode): Use define-derived-mode.
18929
18930 * mail/mspools.el (mspools-mode):
18931 * net/eudc-hotlist.el (eudc-hotlist-mode):
18932 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
18933
18934 2005-06-10 Miles Bader <miles@gnu.org>
18935
18936 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
18937 Remove "-face" suffix from face names.
18938 (flyspell-incorrect-face, flyspell-duplicate-face):
18939 New backward-compatibility aliases for renamed faces.
18940 (flyspell-mode-on, make-flyspell-overlay)
18941 (flyspell-highlight-incorrect-region)
18942 (flyspell-highlight-duplicate-region)
18943 (flyspell-display-next-corrections)
18944 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
18945
18946 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
18947 from face name.
18948 (texinfo-heading-face): New backward-compatibility alias for
18949 renamed face.
18950 (texinfo-heading-face): Use renamed texinfo-heading face.
18951
18952 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
18953 suffix from face names.
18954 (tex-math-face, tex-verbatim-face):
18955 New backward-compatibility aliases for renamed faces.
18956 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
18957 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
18958 literal face name.
18959
18960 * textmodes/table.el (table-cell): Remove "-face" suffix from face
18961 name.
18962 (table-cell-face): New backward-compatibility alias for renamed face.
18963 (table--put-cell-face-property, table--update-cell-face):
18964 Use renamed table-cell face.
18965
18966 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
18967 from face name.
18968 (sgml-namespace-face): New backward-compatibility alias for
18969 renamed face.
18970 (sgml-namespace-face): Use renamed sgml-namespace face.
18971
18972 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
18973 (org-level-4, org-level-5, org-level-6, org-level-7)
18974 (org-level-8, org-warning, org-headline-done)
18975 (org-deadline-announce, org-scheduled-today)
18976 (org-scheduled-previously, org-link, org-done, org-table)
18977 (org-time-grid): Remove "-face" suffix from face names.
18978 (org-level-1-face, org-level-2-face, org-level-3-face)
18979 (org-level-4-face, org-level-5-face, org-level-6-face)
18980 (org-level-7-face, org-level-8-face, org-warning-face)
18981 (org-headline-done-face, org-deadline-announce-face)
18982 (org-scheduled-today-face, org-scheduled-previously-face)
18983 (org-link-face, org-done-face, org-table-face)
18984 (org-time-grid-face):
18985 New backward-compatibility aliases for renamed faces.
18986 (org-level-faces, org-set-font-lock-defaults, org-timeline)
18987 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
18988 (org-agenda-get-timestamps, org-agenda-get-scheduled)
18989 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
18990
18991 * emulation/viper-init.el (viper-search, viper-replace-overlay)
18992 (viper-minibuffer-emacs, viper-minibuffer-insert)
18993 (viper-minibuffer-vi): Remove "-face" suffix from face names.
18994 (viper-search-face, viper-replace-overlay-face)
18995 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
18996 (viper-minibuffer-vi-face):
18997 New backward-compatibility aliases for renamed faces.
18998 (viper-search-face, viper-replace-overlay-face)
18999 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
19000 (viper-minibuffer-vi-face): Use renamed viper faces.
19001
19002 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
19003 Remove "-face" suffix from face names.
19004 (testcover-nohits-face, testcover-1value-face):
19005 New backward-compatibility aliases for renamed faces.
19006 (testcover-mark): Use renamed testcover faces.
19007
19008 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
19009 face name.
19010 (diary-button-face): New backward-compatibility alias for renamed face.
19011 (diary-entry): Use renamed diary-button face.
19012
19013 * calendar/calendar.el (diary, calendar-today, holiday)
19014 (mark-visible-calendar-date): Remove "-face" suffix from face names.
19015 (diary-face, calendar-today-face, holiday-face):
19016 New backward-compatibility aliases for renamed faces.
19017 (eval-after-load "facemenu", diary-entry-marker)
19018 (calendar-today-marker, calendar-holiday-marker, diary-face):
19019 Use renamed calendar faces.
19020
19021 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
19022 (compare-windows-face): New backward-compatibility alias for
19023 renamed face.
19024 (compare-windows-highlight): Use renamed compare-windows face.
19025
19026 * strokes.el (strokes-char): Remove "-face" suffix from face name.
19027 (strokes-char-face): New backward-compatibility alias for renamed face.
19028 (strokes-encode-buffer): Use renamed strokes-char face.
19029
19030 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
19031 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
19032 Remove "-face" suffix from face names.
19033 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
19034 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
19035 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
19036 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
19037 Use renamed pcvs faces.
19038 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
19039 * pcvs-defs.el (cvs-mode-map): Likewise.
19040 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
19041
19042 * info.el (info-title-1, info-title-2, info-title-3)
19043 (info-title-4): Remove "-face" suffix from and downcase face names.
19044 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
19045 (Info-title-4-face):
19046 New backward-compatibility aliases for renamed faces.
19047 (Info-fontify-node): Use renamed info faces.
19048
19049 * hilit-chg.el (highlight-changes, highlight-changes-delete):
19050 Remove "-face" suffix from face names.
19051 (highlight-changes-face, highlight-changes-delete-face):
19052 New backward-compatibility aliases for renamed faces.
19053 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
19054 (hilit-chg-make-list): Use renamed highlight-changes faces.
19055
19056 * generic-x.el (show-tabs-tab, show-tabs-space):
19057 Remove "-face" suffix from face names.
19058 (show-tabs-tab-face, show-tabs-space-face):
19059 New backward-compatibility aliases for renamed faces.
19060 (show-tabs-generic-mode-font-lock-defaults-1)
19061 (show-tabs-generic-mode-font-lock-defaults-2):
19062 Use renamed show-tabs faces.
19063
19064 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
19065 (smerge-markers): Remove "-face" suffix from face names.
19066 (smerge-mine-face, smerge-other-face, smerge-base-face)
19067 (smerge-markers-face):
19068 New backward-compatibility aliases for renamed faces.
19069 (smerge-mine-face, smerge-other-face, smerge-base-face)
19070 (smerge-markers-face): Use renamed smerge faces.
19071
19072 * log-view.el (log-view-file, log-view-message): Remove "-face"
19073 suffix from face names.
19074 (log-view-file-face, log-view-message-face):
19075 New backward-compatibility aliases for renamed faces.
19076 (log-view-file-face, log-view-message-face): Use renamed log-view
19077 faces.
19078
19079 * paren.el (show-paren-match, show-paren-mismatch):
19080 Remove "-face" suffix from face names.
19081 (show-paren-match-face, show-paren-mismatch-face):
19082 New backward-compatibility aliases for renamed faces.
19083 (show-paren-function): Use renamed show-paren faces.
19084
19085 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
19086 (ruler-mode-margins, ruler-mode-fringes)
19087 (ruler-mode-column-number, ruler-mode-fill-column)
19088 (ruler-mode-comment-column, ruler-mode-goal-column)
19089 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
19090 suffix from face names.
19091 (ruler-mode-default-face, ruler-mode-pad-face)
19092 (ruler-mode-margins-face, ruler-mode-fringes-face)
19093 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
19094 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
19095 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
19096 New backward-compatibility aliases for renamed faces.
19097 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
19098 (ruler-mode-column-number, ruler-mode-fill-column)
19099 (ruler-mode-comment-column, ruler-mode-goal-column)
19100 (ruler-mode-tab-stop, ruler-mode-current-column)
19101 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
19102 faces.
19103
19104 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
19105 face name.
19106 (whitespace-highlight-the-space): Use renamed face.
19107 (whitespace-highlight-face): New backward-compatibility alias for
19108 renamed face.
19109
19110 * woman.el (woman-italic, woman-bold, woman-unknown)
19111 (woman-addition, woman-symbol-face):
19112 Remove "-face" suffix from face names.
19113 (woman-italic-face, woman-bold-face, woman-unknown-face)
19114 (woman-addition-face):
19115 New backward-compatibility aliases for renamed faces.
19116 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
19117 (woman-decode-region, woman-replace-match)
19118 (woman-display-extended-fonts, woman-special-characters)
19119 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
19120 Use renamed woman faces.
19121
19122 * longlines.el (longlines-visible-face): Face removed.
19123
19124 * diff-mode.el (diff-header, diff-file-header, diff-index)
19125 (diff-hunk-header, diff-removed, diff-added, diff-changed)
19126 (diff-function, diff-context, diff-nonexistent): Remove "-face"
19127 suffix from face names.
19128 (diff-header-face, diff-file-header-face, diff-index-face)
19129 (diff-hunk-header-face, diff-removed-face, diff-added-face)
19130 (diff-changed-face, diff-function-face, diff-context-face)
19131 (diff-nonexistent-face): New backward-compatibility aliases for
19132 renamed faces.
19133 (diff-header-face, diff-file-header-face)
19134 (diff-index, diff-index-face, diff-hunk-header)
19135 (diff-hunk-header-face, diff-removed, diff-removed-face)
19136 (diff-added, diff-added-face, diff-changed-face, diff-function)
19137 (diff-function-face, diff-context-face, diff-nonexistent)
19138 (diff-nonexistent-face): Use renamed diff-mode faces.
19139
19140 * progmodes/compile.el (compilation-warning-face)
19141 (compilation-info-face): Remove "-face" suffix from face names.
19142 (compilation-warning-face, compilation-info-face):
19143 New backward-compatibility aliases for renamed faces.
19144 (compilation-warning-face, compilation-info-face):
19145 Use renamed compilation faces.
19146
19147 * add-log.el (change-log-date, change-log-name)
19148 (change-log-email, change-log-file, change-log-list)
19149 (change-log-conditionals, change-log-function)
19150 (change-log-acknowledgement): Remove "-face" suffix from face names.
19151 (change-log-date-face, change-log-name-face)
19152 (change-log-email-face, change-log-file-face)
19153 (change-log-list-face, change-log-conditionals-face)
19154 (change-log-function-face, change-log-acknowledgement-face):
19155 New backward-compatibility aliases for renamed faces.
19156 (change-log-font-lock-keywords): Use renamed change-log faces.
19157
19158 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
19159 (custom-set, custom-changed, custom-saved, custom-button)
19160 (custom-button-pressed, custom-documentation, custom-state)
19161 (custom-comment, custom-comment-tag, custom-variable-tag)
19162 (custom-variable-button, custom-face-tag, custom-group-tag-1)
19163 (custom-group-tag): Remove "-face" suffix from face names.
19164 (custom-magic-alist, custom-magic-value-create)
19165 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
19166 (custom-invalid-face, custom-rogue-face, custom-modified-face)
19167 (custom-set-face, custom-changed-face, custom-saved-face)
19168 (custom-button-face, custom-button-pressed-face)
19169 (custom-documentation-face, custom-state-face)
19170 (custom-comment-face, custom-comment-tag-face)
19171 (custom-variable-tag-face, custom-variable-button-face)
19172 (custom-face-tag-face, custom-group-tag-face-1)
19173 (custom-group-tag-face):
19174 New backward-compatibility aliases for renamed faces.
19175
19176 * wid-edit.el (widget-documentation, widget-button)
19177 (widget-field, widget-single-line-field, widget-inactive)
19178 (widget-button-pressed): "-face" suffix removed from face names.
19179 (widget-documentation-face, widget-button-face)
19180 (widget-field-face, widget-single-line-field-face)
19181 (widget-inactive-face, widget-button-pressed-face):
19182 New backward-compatibility aliases for renamed faces.
19183 (widget-documentation-face, widget-button-face)
19184 (widget-button-pressed-face, widget-specify-field)
19185 (widget-specify-inactive): Use renamed widget faces.
19186
19187 2005-06-10 Kenichi Handa <handa@m17n.org>
19188
19189 * term/x-win.el (x-clipboard-yank): Remove condition-case
19190 wrapping.
19191
19192 2005-06-11 Kenichi Handa <handa@m17n.org>
19193
19194 * add-log.el (change-log-font-lock-keywords): Make the regexp for
19195 date lines stricter.
19196
19197 2005-06-10 Zhang Wei <id.brep@gmail.com>
19198
19199 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
19200 of x-get-selection.
19201
19202 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
19203
19204 * comint.el (comint-mode, comint-snapshot-last-prompt):
19205 * frame.el (frame-current-scroll-bars):
19206 * term.el (term-mode, term-check-proc, term-input-sender)
19207 (term-simple-send, term-extract-string, term-word)
19208 (term-match-partial-filename):
19209 * window.el (window-current-scroll-bars):
19210 * emulation/cua-base.el (cua-normal-cursor-color)
19211 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
19212 (cua-global-mark-cursor-color):
19213 * mail/undigest.el (rmail-forward-separator-regex):
19214 Fix typos in docstrings.
19215
19216 * comint.el (comint-check-proc, make-comint-in-buffer)
19217 (comint-source-default): Doc fixes.
19218
19219 * term.el (term-send-string): Improve argument/docstring consistency.
19220
19221 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
19222
19223 * comint.el (comint-send-input): Bind `inhibit-read-only' around
19224 call to `delete-region'.
19225 (comint-mode-hook): Do not enable Font Lock by default.
19226
19227 2005-06-09 Lute Kamstra <lute@gnu.org>
19228
19229 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
19230 could be void.
19231
19232 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
19233
19234 * emacs-lisp/debug.el (debugger-will-be-back): New var.
19235 (debug): Use it.
19236 (debugger-step-through, debugger-continue, debugger-jump)
19237 (debugger-return-value): Set it when needed.
19238 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
19239 Use inhibit-read-only.
19240
19241 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
19242
19243 * window.el (shrink-window-if-larger-than-buffer)
19244 (window-size-fixed): Fix typo in docstring.
19245
19246 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
19247 thumbnails directory on loading.
19248 (thumbs-conversion-program): Use `eq' to check the system type,
19249 not `equal'.
19250 (thumbs-temp-dir): Initialize to `temporary-file-directory',
19251 not "/tmp". Fix docstring.
19252 (thumbs-thumbsdir): New function to return the thumbnails
19253 directory, creating it if needed.
19254 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
19255 (thumbs-temp-file): Delete variable and make it into a function.
19256 (thumbs-resize-image, thumbs-modify-image): Use it.
19257 (thumbs-kill-buffer): Simplify.
19258 (thumbs-gensym): Defalias or duplicate CL `gensym'.
19259 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
19260 docstrings.
19261
19262 2005-06-09 Kim F. Storm <storm@cua.dk>
19263
19264 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
19265 set-match-data to free markers in match-data.
19266
19267 * replace.el (replace-match-data): Pass RESEAT arg `t' to
19268 match-data to unchain markers in match-data.
19269
19270 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
19271
19272 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
19273 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
19274 unnecessary now.
19275
19276 2005-06-08 Richard M. Stallman <rms@gnu.org>
19277
19278 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
19279 give the variable a doc string that doesn't say don't set it directly.
19280
19281 * textmodes/ispell.el (ispell-check-version):
19282 Use match-string-no-properties.
19283 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
19284 (ispell-buffer-local-words): Likewise.
19285
19286 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
19287 except on terminals with enough colors to really display it.
19288 (makefile-dependency-regex): Delete spurious `bb'.
19289
19290 * faces.el (escape-glyph): Use blue once again in last case.
19291 (no-break-space): Redefine so that it isn't invisible on a tty.
19292
19293 2005-06-08 Kim F. Storm <storm@cua.dk>
19294
19295 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
19296 also when reading directory name.
19297
19298 2005-06-08 Lute Kamstra <lute@gnu.org>
19299
19300 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
19301 (flyspell-mode-line-string): Remove autoload cookie.
19302 (flyspell-mode): Remove defvar.
19303
19304 2005-06-07 Lute Kamstra <lute@gnu.org>
19305
19306 * textmodes/org.el (org-run-mode-hooks): New function.
19307 (org-agenda-mode): Use it.
19308
19309 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
19310
19311 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
19312
19313 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19314
19315 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
19316
19317 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
19318
19319 * font-lock.el (font-lock-add-keywords): Doc fix.
19320
19321 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
19322
19323 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
19324 (tex-compile-default): In the absence of any history, use the order in
19325 tex-compile-alist to choose the preferred command.
19326 (tex-compile-commands): Reorder a bit.
19327
19328 * textmodes/flyspell.el (flyspell-auto-correct-binding)
19329 (flyspell-incorrect-face, flyspell-duplicate-face):
19330 Use (X)Emacs-agnostic code.
19331 (flyspell-mode-map): Don't overwrite at each load. Remove code
19332 redundant with the subsequent add-minor-mode. Merge Emacs and
19333 XEmacs code.
19334 (flyspell-word): Minor simplification.
19335 (flyspell-math-tex-command-p): Quieten the byte-compiler.
19336 (flyspell-external-point-words): Remove unused vars `size' and `start'.
19337 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
19338 Merge the corresponding Emacs code.
19339 (flyspell-correct-word, flyspell-xemacs-popup):
19340 Use flyspell-do-correct.
19341
19342 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
19343 a dedicated window.
19344
19345 * international/latexenc.el (latexenc-find-file-coding-system):
19346 Undo part of last patch, to turn off a compiler warning.
19347
19348 2005-06-06 Juri Linkov <juri@jurta.org>
19349
19350 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
19351 Rename `tmm-inactive-face' to `tmm-inactive'.
19352
19353 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
19354
19355 * iswitchb.el: Rename faces.
19356
19357 2005-06-06 Kim F. Storm <storm@cua.dk>
19358
19359 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
19360 (cua-global-mark): Remove -face suffix from face names.
19361
19362 * emulation/cua-gmrk.el (cua--init-global-mark):
19363 Remove cua-global-mark face setup.
19364
19365 2005-06-06 Richard M. Stallman <rms@gnu.org>
19366
19367 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
19368 just like other allowed characters.
19369 (makefile-match-dependency): Exclude leading and training whitespace
19370 from the range of regexp subexp 1.
19371 (makefile-macroassign-regex): Don't try to match the body,
19372 just the name of the macro being defined.
19373
19374 * info.el (Info-read-node-name-2): New function.
19375 (Info-read-node-name-1): Use that.
19376 Add a completion-base-size-function property.
19377
19378 * simple.el (completion-setup-function): Look for
19379 completion-base-size-function property of minibuffer-completion-table.
19380
19381 * files.el (locate-file-completion): Doc fix.
19382
19383 * printing.el: Don't call pr-update-menus; user must do that.
19384
19385 * emacs-lisp/debug.el (debugger-window): New variable.
19386 (debug): Use debugger-window if it is set and still alive.
19387 Record debugger-window for next entry.
19388
19389 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
19390
19391 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
19392
19393 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
19394 (hack-one-local-variable, hack-local-variables)
19395 (hack-local-variables-prop-line): Pass that arg.
19396
19397 2005-06-06 Kim F. Storm <storm@cua.dk>
19398
19399 * ido.el (ido-first-match, ido-only-match, ido-subdir)
19400 (ido-indicator): Remove -face suffix from face names.
19401
19402 2005-06-06 Juri Linkov <juri@jurta.org>
19403
19404 * font-lock.el (font-lock-regexp-backslash)
19405 (font-lock-regexp-backslash-construct): New faces.
19406 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
19407 after `('. Add `while-no-input' to control structures.
19408
19409 * faces.el (no-break-space, shadow): New faces.
19410 (escape-glyph): Use less loud colors pink2 and red4.
19411
19412 * diff-mode.el (diff-context-face)
19413 * dired.el (dired-ignored)
19414 * rfn-eshadow.el (file-name-shadow)
19415 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
19416
19417 * info.el (Info-title-1-face): Use green instead of yellow because
19418 bold yellow is not readable on light backgrounds.
19419
19420 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
19421 before selecting the desired mode to not spend time fontifying
19422 old contents.
19423
19424 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
19425
19426 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
19427 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
19428
19429 * ps-print.el (ps-default-fg, ps-default-bg):
19430 Fix typos in docstrings.
19431
19432 * isearchb.el (isearchb): Don't pass a spurious second argument to
19433 `iswitchb-completions'.
19434
19435 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
19436
19437 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
19438 to preserve point.
19439 (gdb-find-file-hook): Add doc string.
19440
19441 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
19442 C dereferenced pointer expression.
19443 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
19444
19445 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
19446
19447 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
19448 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
19449 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
19450 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
19451 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
19452 Make background transparent.
19453
19454 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
19455
19456 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
19457 (font-lock-remove-keywords): Doc fix.
19458 (font-lock-mode-major-mode): Compiler defvar.
19459 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
19460
19461 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
19462 (font-lock-mode): Update `font-lock-mode-major-mode'.
19463 (font-lock-set-defaults): Compiler defvar.
19464 (font-lock-default-function): Take `font-lock-mode-major-mode'
19465 into account.
19466
19467 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
19468 keep track of which major mode it enabled the minor mode for.
19469 Use find-file-hook again. Update docstring.
19470
19471 * simple.el (eval-expression-print-level)
19472 (eval-expression-print-length, eval-expression-debug-on-error):
19473 Doc fixes.
19474
19475 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
19476
19477 * iswitchb.el (iswitchb-single-match-face)
19478 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
19479 (iswitchb-invalid-regexp-face): New faces.
19480 (iswitchb-completions): Use them.
19481 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
19482 now marked as an obsolete alias.
19483 (iswitchb-read-buffer): Remove check for bound font variables.
19484 (iswitchb-invalid-regexp): New free variable.
19485 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
19486 set iswitchb-invalid-regexp.
19487 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
19488 invalid regexps.
19489 (iswitchb-completions): Add check for complete match when entering
19490 a regexp.
19491 (iswitchb-completions): Remove require-match argument.
19492 (iswitchb-exhibit): Fix caller.
19493 (iswitchb-common-match-inserted): New variable.
19494 (iswitchb-complete, iswitchb-completion-help): Use it.
19495
19496 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
19497
19498 * url-http.el (url-http-chunked-encoding-after-change-function):
19499 Use `url-http-debug' instead of `message'.
19500
19501 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
19502
19503 * url-http.el (url-http-parse-headers): Pass redirected URL as a
19504 callback argument.
19505
19506 2005-06-04 Kim F. Storm <storm@cua.dk>
19507
19508 * simple.el (line-move): Only call sit-for when moving backwards.
19509
19510 * ido.el (ido-make-merged-file-list-1): New defun split from
19511 ido-make-merged-file-list.
19512 (ido-make-merged-file-list): Bind throw-on-input around call to
19513 ido-make-merged-file-list-1. Return input-pending-p if
19514 interrupted by more input available.
19515 (ido-read-internal): Handle input-pending-p return value from
19516 ido-make-merged-file-list.
19517
19518 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
19519
19520 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
19521 compatibility code.
19522
19523 * international/latexenc.el (latexenc-find-file-coding-system):
19524 Don't inherit the EOL part of the coding-system from the
19525 tex-main buffer. Fit within 80 columns.
19526
19527 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
19528
19529 * tmm.el (tmm-inactive-face): New face.
19530 (tmm-remove-inactive-mouse-face): New function.
19531 (tmm-prompt, tmm-add-one-shortcut)
19532 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
19533 but not selectable.
19534
19535 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
19536
19537 * faces.el (face-equal): Improve argument/docstring consistency.
19538
19539 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
19540
19541 * progmodes/make-mode.el (makefile-targets-face)
19542 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
19543 (makefile-bsdmake-dependency-regex)
19544 (makefile-makepp-rule-action-regex)
19545 (makefile-bsdmake-rule-action-regex): New constants.
19546 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
19547
19548 * progmodes/compile.el (compilation-error-regexp-alist-alist):
19549 Allow (...) within `...' for makepp messages.
19550
19551 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
19552
19553 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
19554
19555 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
19556 "." files are deleted from all file lists before comparison.
19557
19558 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
19559 (viper-ESC-key): Made them customizable.
19560
19561 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
19562
19563 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
19564
19565 * autorevert.el (auto-revert-buffers): Use save-match-data.
19566
19567 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
19568
19569 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
19570 menu items with a nil command binding.
19571
19572 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
19573
19574 * emacs-lisp/cl-macs.el (defsetf):
19575 Improve argument/docstring consistency.
19576
19577 * faces.el (list-faces-display): Improve the formatting by
19578 computing the maximum length required for any face-name (reworked
19579 patch of 1999-01-11, accidentally deleted on 1999-07-21).
19580 (internal-find-face): Remove redundant info in docstring.
19581
19582 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
19583
19584 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
19585 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
19586 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
19587 (gdb-assembler-custom): Improve regexps.
19588 (def-gdb-auto-update-handler): Use window point to preserve point.
19589
19590 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
19591
19592 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
19593
19594 2005-05-31 Jay Belanger <belanger@truman.edu>
19595
19596 * calc/calc-embed.el (calc-embedded-word): Change argument passed
19597 to calc-embedded.
19598 (calc-embedded-make-info): Have plain prefix argument select
19599 entire line.
19600
19601 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
19602
19603 * faces.el (list-faces-display): Signal error if passed a regexp
19604 that matches no face name.
19605
19606 * simple.el (filter-buffer-substring): Fix typo in docstring.
19607
19608 2005-05-31 Richard M. Stallman <rms@gnu.org>
19609
19610 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
19611 (vhdl-emacs-21): Doc fix.
19612 (vhdl-mode): Unconditionally set comment-padding.
19613 (vhdl-fixup-whitespace-region): Insert spaces only where
19614 there are none.
19615 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
19616
19617 2005-05-30 John Wiegley <johnw@newartisans.com>
19618
19619 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
19620 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
19621 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
19622 `directory-sep-char' to ?/, and all uses of `string-to-int' to
19623 `string-to-number'.
19624
19625 2005-05-30 Jay Belanger <belanger@truman.edu>
19626
19627 * calc/calc.el (calc-bug-address): Fix docstring.
19628 (calc-window-hook, calc-trail-window-hook): New variables.
19629 (calc-trail-display): Restore use of calc-trail-window-hook.
19630 (calc): Restore use of calc-window-hook.
19631
19632 2005-05-31 Masatake YAMATO <jet@gyve.org>
19633
19634 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
19635
19636 * help-fns.el (help-C-file-name): Add autoload mark for
19637 `find-function-noselect'.
19638
19639 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
19640
19641 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
19642 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
19643
19644 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
19645
19646 * calendar/diary-lib.el (mark-included-diary-files): Only kill
19647 included diary buffer if it was not already being visited.
19648 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
19649
19650 * calendar/icalendar.el (top-level): Do not require appt.
19651
19652 * mail/supercite.el (sc-select-attribution): Only use a list
19653 element from sc-attrib-selection-list if it returns a string.
19654 Reported by Davide G. M. Salvetti <salve@debian.org>.
19655
19656 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
19657
19658 * thumbs.el (thumbs-thumbname): The resulting thumbname now
19659 includes a hash value to improve its uniqueness, and has a ".jpg"
19660 extension. Also, it is now a valid filename on all systems.
19661 (thumbs-make-thumb): Use `let', not `let*'.
19662 (thumbs-show-thumbs-list): Check for JPEG availability.
19663
19664 2005-05-30 Richard M. Stallman <rms@gnu.org>
19665
19666 * filesets.el (filesets-menu-ensure-use-cached):
19667 Prevent warning when emacs-version>= is undefined.
19668
19669 * printing.el (pr-interactive-n-up): Use string-to-number.
19670
19671 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
19672
19673 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
19674 Warn only when name to be defined is quoted.
19675
19676 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
19677
19678 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
19679 Make regexp more robust.
19680 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
19681 Force regeneration of disassembly.
19682
19683 2005-05-29 Jay Belanger <belanger@truman.edu>
19684
19685 * calc/calc.el (calc-user-invocation): Check if
19686 calc-invocation-macro is non-nil.
19687
19688 2005-05-29 Juri Linkov <juri@jurta.org>
19689
19690 * add-log.el (change-log-font-lock-keywords):
19691 Add `+' to e-mail regexp to accept mail address with keywords.
19692
19693 * man.el (Man-name-regexp): Add `:' to accept qualified names.
19694
19695 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
19696
19697 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
19698
19699 * ielm.el (inferior-emacs-lisp-mode): Ditto.
19700
19701 2005-05-29 Richard M. Stallman <rms@gnu.org>
19702
19703 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
19704 Undo the change that moves to end of the current word.
19705
19706 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19707
19708 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
19709 Throw error when count <= 0 to ensure input is a number.
19710 (gdb-read-memory-custom): Pick up address from buffer.
19711 (gdb-memory-mode): Allow user to increment and decrement
19712 memory address from header line.
19713
19714 2005-05-29 Richard M. Stallman <rms@gnu.org>
19715
19716 * flyspell.el (flyspell-version): Function deleted.
19717 (flyspell-auto-correct-previous-hook): Doc fix.
19718
19719 * jit-lock.el (jit-lock-function, jit-lock-after-change):
19720 Do nothing if memory is full.
19721
19722 * font-lock.el (font-lock-fontify-syntactically-region):
19723 Pass t for GREEDY to looking-back.
19724
19725 * saveplace.el (save-place-alist-to-file): Write the file
19726 using write-region.
19727
19728 * subr.el (looking-back): New argument GREEDY.
19729
19730 * progmodes/compile.el (compilation-start): Set the mode
19731 before inserting the initial text.
19732
19733 * progmodes/which-func.el (which-func-update-1): Turn the mode
19734 off in case of error by setting which-func-mode.
19735
19736 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
19737
19738 * flyspell.el (flyspell-auto-correct-previous-word):
19739 Narrow down to what's on the screen, and recenter overlays
19740 at the end of the next word.
19741
19742 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
19743
19744 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
19745 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
19746 (flyspell-abbrev-p): Default to nil.
19747 (flyspell-use-global-abbrev-table-p): Doc fix.
19748 (flyspell-large-region): Allow nil as value.
19749 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
19750
19751 (mail-mode-flyspell-verify): More robust handling
19752 of `mail-header-separator'. More efficient signature detection.
19753 Allow for regexp metacharacters in message-header-separator.
19754 Adding `To' not to be checked in mail-mode-flyspell-verify.
19755
19756 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
19757 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
19758 Bind flyspell-auto-correct-binding.
19759 Bind C-. and C-, .
19760 (flyspell-mode-map): Likewise.
19761 (flyspell-mode): Doc fix.
19762 (flyspell-accept-buffer-local-defs): Preserve current buffer.
19763 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
19764 (flyspell-word-cache-result): New var, always local.
19765 (flyspell-check-pre-word-p): Doc fix.
19766 (flyspell-check-changed-word-p): Handle spc like newline.
19767 (flyspell-post-command-hook): Set flyspell-word-cache-result.
19768 (flyspell-word-search-backward, flyspell-word-search-forward):
19769 New functions.
19770 (flyspell-word): Return t if nothing to check.
19771 When parsing TeX code, check for after } or \.
19772 Use flyspell-word-search-backward to find previous word.
19773 Return nil if duplicated word.
19774 For word already checked, return same value as last time.
19775 Set flyspell-word-cache-result after checking.
19776 Don't clobber the return value.
19777 (flyspell-get-word): Major rewrite.
19778 (flyspell-external-point-words): New locals pword, pcount.
19779 Fix size used in progress message.
19780 Find the proper corresponding word in flyspell-large-region-buffer.
19781 (flyspell-region): Check for flyspell-large-region = nil.
19782 (flyspell-highlight-incorrect-region): Clean up overlays in region.
19783 (flyspell-auto-correct-word): Check that WORD is a cons.
19784 (flyspell-correct-word): Likewise.
19785
19786 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
19787
19788 * progmodes/make-mode.el (makefile-rule-action-regex)
19789 (makefile-macroassign-regex, makefile-makepp-mode)
19790 (makefile-bsdmake-mode): Continuation lines may be empty.
19791 Reported by Joshua Varner.
19792 (makefile-makepp-font-lock-keywords): Add $(stem).
19793
19794 2005-05-28 Karl Berry <karl@gnu.org>
19795
19796 * textmodes/tex-mode.el: Now that tex-send-command calls
19797 shell-quote-argument (2005-03-31 change), remove all calls to
19798 shell-quote-argument; they all end up invoking tex-send-command.
19799 The double quoting loses on filenames with non-safe characters,
19800 such as "@". Reported by Frederik Fouvry.
19801
19802 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
19803
19804 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
19805 about preserving point.
19806
19807 2005-05-27 Jay Belanger <belanger@truman.edu>
19808
19809 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
19810 Info-goto-node.
19811
19812 * calc/calc-embed.el (calc-embed-arg): New variable.
19813 (calc-do-embedded-activate, calc-embedded-activate-formula)
19814 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
19815 variable by new variable.
19816 (calc-embedded-make-info): Replace undeclared variable by new
19817 variable. When selecting region with positive prefix
19818 argument, use end of previous line instead of beginning of line.
19819
19820 * calc/calc-aent.el (calc-arg-values): Declare it.
19821
19822 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
19823 Declare them.
19824
19825 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
19826
19827 * calc/calc.el (calc-alg-map): Declare it.
19828
19829 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
19830
19831 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
19832
19833 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
19834 (gdb-registers-buffer, toggle-gdb-all-registers):
19835 Toggle display of floating point registers.
19836 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
19837
19838 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
19839 (toggle-gud-tooltip-dereference):
19840 Rename from gud-toggle-tooltip-dereference.
19841
19842 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
19843
19844 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
19845
19846 2005-05-27 Jay Belanger <belanger@truman.edu>
19847
19848 * calc/calc-prog.el (calc-kbd-report): Remove.
19849 (calc-kbd-query): Rewrite.
19850
19851 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
19852
19853 * image.el (image-library-alist): Move to image.c.
19854 (image-type-available-p): Doc fix.
19855
19856 2005-05-27 Lute Kamstra <lute@gnu.org>
19857
19858 * calc/calc.el (calc):
19859 * outline.el (outline-1, outline-2, outline-3, outline-4)
19860 (outline-5, outline-6, outline-7, outline-8):
19861 * textmodes/dns-mode.el (dns-mode):
19862 * textmodes/sgml-mode.el (sgml-namespace-face):
19863 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
19864 (tex-verbatim-face, tex-use-reftex):
19865 * textmodes/texinfo.el (texinfo-heading-face):
19866 Specify customization group.
19867
19868 * longlines.el: Don't require easy-mmode.
19869 (longlines-visible-face): Specify customization group.
19870
19871 2005-05-27 Kenichi Handa <handa@m17n.org>
19872
19873 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
19874 encoding table of windows-1251.
19875
19876 * international/ucs-tables.el (ucs-set-table-for-input):
19877 If translation-table-for-input of a coding system is a symbol, get
19878 its translation-table property.
19879
19880 * international/code-pages.el: Don't register a coding system into
19881 non-iso-charset-alist more than once.
19882 (cp-make-coding-system): Likewise.
19883
19884 2005-05-26 John Wiegley <johnw@newartisans.com>
19885
19886 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
19887 `eshell-resume-eval' is wrapped in a list, it indicates that the
19888 command was run asynchronously. In that case, unwrap the value
19889 before checking the delimiter value.
19890
19891 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
19892 character before a space at the end of a line is \, assume the space
19893 is part of the last argument rather than a final argument separator.
19894
19895 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
19896 is in use, and the target is `t' or `nil' (which are the most common
19897 values), don't assume that the symbol target is a buffer.
19898
19899 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
19900
19901 * calendar/calendar.el (calendar-mode-line-format):
19902 Use mode-line-highlight as mouse-face.
19903
19904 * time.el (display-time-string-forms, display-time-update):
19905 Use mode-line-highlight as mouse-face.
19906
19907 2005-05-26 Jay Belanger <belanger@truman.edu>
19908
19909 * calc/calc.el (calc-language-alist): Remove extra defvar.
19910
19911 2005-05-26 Lute Kamstra <lute@gnu.org>
19912
19913 * arc-mode.el (archive-mode):
19914 * bookmark.el (bookmark-read-annotation-mode)
19915 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
19916 * bs.el (bs-mode):
19917 * calc/calc-yank.el (calc-edit-mode):
19918 * calc/calc.el (calc-mode, calc-trail-mode):
19919 * calculator.el (calculator-mode):
19920 * chistory.el (command-history-mode):
19921 * comint.el:
19922 * cus-edit.el (custom-mode):
19923 * descr-text.el (describe-text-mode):
19924 * ebuff-menu.el (Electric-buffer-menu-mode):
19925 * ediff-util.el (ediff-mode):
19926 * emacs-lisp/re-builder.el (reb-mode):
19927 * emulation/vi.el (vi-mode-setup):
19928 * emulation/ws-mode.el (wordstar-mode):
19929 * eshell/esh-mode.el (eshell-mode):
19930 * forms.el (forms-mode):
19931 * help-mode.el (help-mode):
19932 * hexl.el (hexl-mode):
19933 * ibuffer.el (ibuffer-mode):
19934 * ielm.el (inferior-emacs-lisp-mode):
19935 * info.el (Info-mode, Info-edit-mode):
19936 * international/swedish.el:
19937 * ledit.el (ledit-from-lisp-mode):
19938 * locate.el (locate-mode):
19939 * mail/rmail.el (rmail-mode):
19940 * mail/rmailedit.el (rmail-edit-mode):
19941 * mail/rmailsum.el (rmail-summary-mode):
19942 * mail/supercite.el (sc-electric-mode):
19943 * net/eudc.el (eudc-mode):
19944 * net/quickurl.el (quickurl-list-mode):
19945 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
19946 * obsolete/ooutline.el (outline-mode):
19947 * obsolete/options.el (Edit-options-mode):
19948 * obsolete/rnews.el (news-mode):
19949 * obsolete/rnewspost.el (news-reply-mode):
19950 * play/5x5.el (5x5-mode):
19951 * play/decipher.el (decipher-mode, decipher-stats-mode):
19952 * play/gomoku.el (gomoku-mode):
19953 * play/snake.el (snake-mode):
19954 * play/solitaire.el (solitaire-mode):
19955 * play/tetris.el (tetris-mode):
19956 * progmodes/ada-mode.el (ada-mode):
19957 * progmodes/antlr-mode.el (antlr-mode):
19958 * progmodes/autoconf.el (autoconf-mode):
19959 * progmodes/dcl-mode.el (dcl-mode):
19960 * progmodes/delphi.el (delphi-mode):
19961 * progmodes/ebrowse.el (ebrowse-tree-mode)
19962 (ebrowse-electric-list-mode, ebrowse-member-mode)
19963 (ebrowse-electric-position-mode):
19964 * progmodes/f90.el (f90-mode):
19965 * progmodes/fortran.el (fortran-mode):
19966 * progmodes/icon.el (icon-mode):
19967 * progmodes/idlw-help.el (idlwave-help-mode):
19968 * progmodes/idlw-shell.el (idlwave-shell-mode):
19969 * progmodes/idlwave.el (idlwave-mode):
19970 * progmodes/inf-lisp.el (inferior-lisp-mode):
19971 * progmodes/m4-mode.el (m4-mode):
19972 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
19973 * progmodes/modula2.el (modula-2-mode):
19974 * progmodes/octave-inf.el (inferior-octave-mode):
19975 * progmodes/octave-mod.el (octave-mode):
19976 * progmodes/pascal.el (pascal-mode):
19977 * progmodes/sh-script.el (sh-mode):
19978 * progmodes/sql.el (sql-mode, sql-interactive-mode):
19979 * progmodes/vhdl-mode.el (vhdl-mode):
19980 * progmodes/xscheme.el (scheme-interaction-mode):
19981 * replace.el (occur-mode):
19982 * ses.el (ses-mode):
19983 * simple.el (completion-list-mode):
19984 * skeleton.el:
19985 * speedbar.el (speedbar-mode):
19986 * term.el (term-mode):
19987 * terminal.el (terminal-edit-mode):
19988 * textmodes/reftex-index.el (reftex-index-mode)
19989 (reftex-index-phrases-mode):
19990 * textmodes/reftex-sel.el (reftex-select-label-mode)
19991 (reftex-select-bib-mode):
19992 * textmodes/reftex-toc.el (reftex-toc-mode):
19993 * wdired.el (wdired-change-to-wdired-mode):
19994 * wid-browse.el (widget-browse-mode):
19995 Use run-mode-hooks.
19996
19997 * array.el (array-mode):
19998 * calendar/todo-mode.el (todo-mode):
19999 * man.el (Man-mode):
20000 * play/landmark.el (lm-mode):
20001 * play/mpuz.el (mpuz-mode):
20002 Use kill-all-local-variables and run-mode-hooks.
20003
20004 * subr.el (delay-mode-hooks): Specify indentation.
20005
20006 2005-05-26 Mark A. Hershberger <mah@everybody.org>
20007
20008 * xml.el (xml-substitute-special): Don't die for undefined xml
20009 entities.
20010
20011 2005-05-26 Jay Belanger <belanger@truman.edu>
20012
20013 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
20014 of nil.
20015
20016 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
20017
20018 * progmodes/gdb-ui.el (gdb-frame-address):
20019 Rename from gdb-current-address.
20020 (gdb-previous-frame-address): Rename from gdb-previous-address.
20021 (gdb-selected-frame): Rename from gdb-current-frame.
20022 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
20023 (gdb-frame-number): Rename from gdb-current-stack-level.
20024 (gdb-ann3): Match new mode-name for disassembly buffer.
20025 Extend initialization of variables.
20026 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
20027 (gdb-memory-mode): Use mouse-face in header line.
20028 (gdb-assembler-buffer-name): Call it disassembly and give frame
20029 in mode line.
20030 (gdb-source-spec-regexp, gdb-assembler-custom)
20031 (gdb-invalidate-assembler, gdb-frame-handler):
20032 Make robust to leading zeroes in address format.
20033
20034 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
20035
20036 * textmodes/org.el (org-mode): Use `define-derived-mode' to
20037 define `org-mode'.
20038 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
20039
20040 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
20041
20042 * log-edit.el (log-edit-changelog-entries): Distinguish between
20043 filenames like xfns.c and fns.c.
20044
20045 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
20046
20047 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
20048 point after reverting.
20049 (Buffer-menu-make-sort-button): Handle the case where
20050 `Buffer-menu-use-header-line' is nil.
20051
20052 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
20053
20054 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
20055 New funcs. In minibuffer-local-completion-map bind `]', `/'
20056 and `:' to them.
20057
20058 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
20059
20060 * startup.el (normal-top-level): Allow modification of load-path while
20061 we're iterating over it.
20062
20063 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
20064
20065 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
20066 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
20067 (thumbs-resize-interactive, thumbs-insert-image)
20068 (thumbs-insert-thumb, thumbs-dired-show-marked)
20069 (thumbs-find-image-at-point, thumbs-delete-images)
20070 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
20071 (thumbs-increment-image-size, thumbs-decrement-image-size):
20072 Fix typos in docstrings.
20073
20074 2005-05-24 Andre Spiegel <spiegel@gnu.org>
20075
20076 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
20077 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
20078 (cperl-mode): Use them.
20079
20080 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
20081
20082 * window.el (quit-window, shrink-window-if-larger-than-buffer):
20083 Doc fixes.
20084
20085 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
20086
20087 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
20088 Bind C-d to gdb-inferior-io-eof.
20089
20090 * dired.el (dired-dnd-popup-notice): Use message-box.
20091
20092 2005-05-23 Masatake YAMATO <jet@gyve.org>
20093
20094 * bindings.el (mode-line-major-mode-keymap):
20095 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
20096
20097 * faces.el (mode-line-highlight): New face.
20098
20099 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
20100 as mouse-face.
20101
20102 * bindings.el (top-level, help-echo, mode-line-modified)
20103 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
20104 as mouse-face.
20105
20106 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
20107
20108 * progmodes/cc-engine.el (c-guess-basic-syntax):
20109 Remove spurious call to `zerop'.
20110
20111 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
20112
20113 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
20114
20115 CC Mode update to 5.30.10:
20116
20117 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
20118 could go past the limit in decoration level 2, thereby causing
20119 errors during interactive fontification.
20120
20121 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
20122 the file is evaluated interactively.
20123
20124 * cc-engine.el (c-guess-basic-syntax): Handle operator
20125 declarations somewhat better in C++.
20126
20127 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
20128 make use of `run-mode-hooks' which has been added in Emacs 21.1.
20129 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
20130 (awk-mode): Use it.
20131 (make-local-hook): Suppress warning about obsoleteness.
20132
20133 * cc-engine.el, cc-align.el, cc-cmds.el
20134 (c-append-backslashes-forward, c-delete-backslashes-forward)
20135 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
20136 Compensate for return value from `forward-line' when it has moved
20137 but not to a different line due to eob.
20138
20139 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
20140 `objc-method-intro' and `objc-method-args-cont'.
20141
20142 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
20143
20144 CC Mode update to 5.30.10:
20145
20146 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
20147 in the copyright statement. Incidentally, change "along with GNU
20148 Emacs" to "along with this program" where it occurs.
20149
20150 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
20151 so that it is interactive, hence can be found by M-x awk-mode
20152 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
20153 <gmorris+emacs@ast.cam.ac.uk>.
20154
20155 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
20156 Mode's regexps.
20157
20158 2005-05-23 Kevin Ryde <user42@zip.com.au>
20159
20160 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
20161 c-parse-state, to avoid a lisp error (on bad code).
20162
20163 2005-05-23 Lute Kamstra <lute@gnu.org>
20164
20165 * subr.el (font-lock-defaults): Remove defvar as it's already
20166 defined in font-core.el.
20167
20168 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
20169
20170 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
20171
20172 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
20173 more general and work when GDB variable "print pretty" is on,
20174 as with Emacs, for example.
20175
20176 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
20177
20178 * font-core.el: Update comment.
20179
20180 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20181 Use `after-change-major-mode-hook' instead of `find-file-hook'.
20182
20183 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
20184
20185 2005-05-22 Eli Zaretskii <eliz@gnu.org>
20186
20187 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
20188 and `yank-handler' in the doc strings.
20189
20190 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
20191
20192 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
20193
20194 2005-05-22 Richard M. Stallman <rms@gnu.org>
20195
20196 * help.el (describe-key): Move print-help-return-message call
20197 out of conditional.
20198
20199 * progmodes/etags.el (list-tags): Use with-no-warnings.
20200
20201 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
20202 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
20203 (starttls-extra-args, starttls-extra-arguments): Add defvars.
20204
20205 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
20206
20207 * language/viet-util.el (viet-viscii-nonascii-translation-table):
20208 Add defvar.
20209
20210 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
20211 Use defvar, not defconst.
20212
20213 * hexl.el (hexl-follow-line): Use with-no-warnings.
20214
20215 * emulation/tpu-extras.el: Use write-file-functions instead of
20216 write-file-hooks.
20217
20218 * dired.el (dired-font-lock-keywords): Fontify files with junk
20219 extensions even if marked by -F.
20220
20221 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
20222
20223 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
20224 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
20225 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
20226 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
20227 (concatenate, list-length, get*, getf, cl-remprop):
20228 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
20229 (etypecase, progv, lexical-let, lexical-let*)
20230 (multiple-value-bind, multiple-value-setq, shiftf):
20231 Improve argument/docstring consistency.
20232
20233 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
20234
20235 2005-05-22 Andre Spiegel <spiegel@gnu.org>
20236
20237 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
20238 doesn't exist.
20239
20240 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
20241 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
20242
20243 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
20244
20245 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
20246 already deleted variables: auto-fill-hook, blink-paren-hook,
20247 lisp-indent-hook, inhibit-local-variables, unread-command-event,
20248 suspend-hooks, comment-indent-hook, meta-flag,
20249 before-change-function, after-change-function,
20250 font-lock-doc-string-face.
20251
20252 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
20253
20254 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
20255
20256 2005-05-21 Eli Zaretskii <eliz@gnu.org>
20257
20258 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
20259 rmail-dont-reply-to.
20260
20261 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
20262
20263 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
20264 literal blank when splitting new-header-values.
20265
20266 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
20267
20268 * calendar/cal-menu.el (cal-menu-update): Add separator as a
20269 string so that tmm doesn't create a completion entry for it.
20270
20271 * textmodes/table.el (table-disable-menu): Ditto.
20272
20273 2005-05-21 Richard M. Stallman <rms@gnu.org>
20274
20275 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
20276
20277 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
20278
20279 * net/rcompile.el (remote-compile): Use compilation-start.
20280
20281 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
20282
20283 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
20284
20285 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
20286 Default to makefile-bsdmake-mode on BSD systems.
20287
20288 * imenu.el (imenu-generic-expression, imenu--generic-function'):
20289 REGEXP may also be a search function now. The part of doc-string
20290 for describing the structure was 95% identical to that of
20291 `imenu--generic-function'. Unify it there.
20292
20293 * progmodes/make-mode.el (makefile-imenu-generic-expression):
20294 Use function to find dependencies, because regexp alone is so complex,
20295 it easily goes into an endless loop.
20296 (makefile-makepp-mode): Also add submenu for Perl functions
20297 defined in the makefile.
20298 (makefile-bsdmake-mode): Special imenu-generic-expression no
20299 longer needed, due to function call.
20300 (makefile-match-dependency): Take BOUND into account when checking
20301 if we're through.
20302
20303 2005-05-20 Jay Belanger <belanger@truman.edu>
20304
20305 * calc/calc-units.el (calc-invalidate-units-table):
20306 Use inhibit-read-only.
20307 (math-build-units-table-buffer): Use view-mode.
20308
20309 2005-05-20 David Kastrup <dak@gnu.org>
20310
20311 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
20312 easy-menu-add is not a nop on Emacs; and clarify when to call it.
20313
20314 2005-05-20 Lute Kamstra <lute@gnu.org>
20315
20316 * diff-mode.el (diff-header-face, diff-file-header-face)
20317 (diff-index-face, diff-hunk-header-face, diff-removed-face)
20318 (diff-added-face, diff-changed-face, diff-function-face)
20319 (diff-context-face, diff-nonexistent-face): Put them in the
20320 diff-mode customization group.
20321
20322 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
20323
20324 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
20325
20326 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
20327
20328 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
20329 Minor regexp-optimization.
20330
20331 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
20332
20333 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
20334 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
20335 (org-agenda-add-time-grid-maybe): New function.
20336 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
20337 (org-table-create): `dotimes' instead of `mapcar'.
20338 (org-xor): Simplify implementation.
20339 (org-agenda): `inhibit-redisplay' turned on.
20340 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
20341 a consistent line after a state change.
20342 (org-agenda-remove-times-when-in-prefix): New option.
20343 (org-prefix-has-time): New variable.
20344 (org-parse-time-string): Optional argument NODEFAULT.
20345 (org-format-agenda-item): Parse items for time-of-day
20346 specifications and move these into the prefix if possible.
20347 (org-agenda-priority): Get current heading, not previous heading
20348 during agenda remote editing.
20349
20350 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
20351
20352 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
20353 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
20354 (remove-duplicates, delete-duplicates, substitute)
20355 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
20356 (nsubstitute-if-not, find, find-if, find-if-not, position)
20357 (position-if, position-if-not, count, count-if, count-if-not)
20358 (mismatch, search, sort*, stable-sort, merge, member*)
20359 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
20360 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
20361 (intersection, nintersection, set-difference, nset-difference)
20362 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
20363 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
20364 (nsublis, tree-equal): Improve argument/docstring consistency.
20365
20366 * subr.el (send-string, send-region): Remove obsolescence declaration.
20367 (window-dot, set-window-dot, read-input, show-buffer)
20368 (eval-current-buffer, string-to-int):
20369 Add release number to obsolescence declarations.
20370
20371 2005-05-19 Kim F. Storm <storm@cua.dk>
20372
20373 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
20374 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
20375
20376 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
20377
20378 * faces.el (list-faces-display): Make back button respect optional
20379 regexp arg.
20380
20381 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
20382
20383 * calculator.el (calculator-radix-grouping-mode)
20384 (calculator-radix-grouping-digits, calculator-displayer)
20385 (calculator-radix-grouping-separator, calculator-copy-displayer):
20386 * dabbrev.el (dabbrev-search-these-buffers-only):
20387 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
20388 (diff-advance-after-apply-hunk, diff-mode-hook)
20389 (diff-minor-mode-prefix):
20390 * imenu.el (imenu-use-popup-menu):
20391 * jit-lock.el (jit-lock-context-time):
20392 * newcomment.el (comment-fill-column, comment-column)
20393 (comment-style, comment-padding, comment-multi-line)
20394 (comment-empty-lines, comment-auto-fill-only-comments):
20395 * reveal.el (reveal-around-mark):
20396 * uniquify.el (uniquify-buffer-name-style)
20397 (uniquify-after-kill-buffer-p)
20398 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
20399 (uniquify-min-dir-content, uniquify-separator)
20400 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
20401 * w32-vars.el (w32-fixed-font-alist):
20402 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
20403 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
20404 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
20405 * progmodes/perl-mode.el (perl-indent-level)
20406 (perl-continued-statement-offset, perl-continued-brace-offset)
20407 (perl-brace-offset, perl-brace-imaginary-offset)
20408 (perl-label-offset, perl-indent-continued-arguments)
20409 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
20410 * progmodes/tcl.el (tcl-indent-level)
20411 (tcl-continued-indent-level, tcl-auto-newline)
20412 (tcl-tab-always-indent, tcl-electric-hash-style)
20413 (tcl-help-directory-list, tcl-use-smart-word-finder)
20414 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
20415 (inferior-tcl-source-command):
20416 * textmodes/fill.el (enable-kinsoku):
20417 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
20418 * textmodes/table.el (table-yank-handler):
20419 Specify missing group (and type, if simple) in defcustom.
20420
20421 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
20422
20423 * progmodes/compile.el (compilation-finish-function): Fix defvar.
20424
20425 2005-05-19 Richard M. Stallman <rms@gnu.org>
20426
20427 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
20428
20429 * subr.el (event-basic-type): Don't get an error.
20430 (left-fringe-p): Function deleted.
20431
20432 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
20433 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
20434
20435 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
20436 in recursive copy.
20437
20438 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
20439
20440 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
20441
20442 * emacs-lisp/bytecomp.el
20443 (byte-compile-file-form-custom-declare-variable):
20444 Call byte-compile-nogroup-warn if appropriate.
20445
20446 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
20447 (compilation-set-window): Don't call left-fringe-p; do it directly.
20448
20449 2005-05-19 Jay Belanger <belanger@truman.edu>
20450
20451 * calc/calc-graph.el (calc-graph-format-data): Make sure
20452 var-PlotRejects is bound before trying to check its value.
20453
20454 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
20455
20456 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
20457 definition of this variable from reftex-global.el to reftex.el,
20458 because it is needed in the menu.
20459
20460 2005-05-19 Lute Kamstra <lute@gnu.org>
20461
20462 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
20463 years are fixed. Don't insert a space after a dash.
20464
20465 2005-05-19 Kim F. Storm <storm@cua.dk>
20466
20467 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
20468
20469 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
20470
20471 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
20472 strings, because (eq ... ?\\) is fairly frequent.
20473
20474 * progmodes/make-mode.el (makefile-add-this-line-targets):
20475 Simplify and integrate into `makefile-pickup-targets'.
20476 (makefile-add-this-line-macro): Simplify and integrate into
20477 `makefile-pickup-macros.
20478 (makefile-pickup-filenames-as-targets): Simplify.
20479 (makefile-previous-dependency, makefile-match-dependency):
20480 Don't stumble over `::'.
20481
20482 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
20483
20484 * subr.el (post-command-idle-hook, post-command-idle-delay):
20485 Remove obsoletion of post-command-idle-hook and
20486 post-command-idle-delay.
20487
20488 * faces.el (list-faces-display): Provide button when describe-face
20489 is called to take user back to the list of faces.
20490
20491 * help-fns.el (describe-variable): Remove hyperlinks in a
20492 variable's value as these are quite frequently inappropriate.
20493
20494 * follow.el (follow-submit-feedback, follow-mode):
20495 Remove references to post-command-idle-hook.
20496
20497 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
20498
20499 * progmodes/make-mode.el (makefile-previous-dependency)
20500 (makefile-match-dependency): Check for := (and in bsd mode also
20501 !=) to give a better result, even when font-lock is not on.
20502
20503 2005-05-18 Jay Belanger <belanger@truman.edu>
20504
20505 * calc/calc-help.el (calc-s-prefix-help):
20506 Add `calc-copy-special-constant' to help string.
20507
20508 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
20509
20510 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
20511
20512 2005-05-18 Jay Belanger <belanger@truman.edu>
20513
20514 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
20515 in linear factors are in proper order.
20516
20517 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
20518
20519 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20520 Support for jurabib.
20521
20522 * textmodes/reftex.el (featurep): Define aliases for overlay
20523 commands, for XEmacs compatibility, and use these aliases in
20524 overlay initializations.
20525 (reftex-highlight): Use `reftex-move-overlay'.
20526 (reftex-unhighlight): Use `reftex-delete-overlay'.
20527 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
20528 (reftex-access-search-path): Use `reftex-uniquify' instead of
20529 `reftex-uniq'
20530
20531 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
20532 `before-string' property modification enables for Emacs as well.
20533 (reftex-select-item): Use `reftex-delete-overlay'.
20534 (reftex-select-mark): Use `reftex-make-overlay' and
20535 `reftex-overlay-put'.
20536 (reftex-select-unmark): Use `reftex-delete-overlay' and
20537 `reftex-overlay-put'.
20538
20539 2005-05-18 Lute Kamstra <lute@gnu.org>
20540
20541 * emacs-lisp/lisp.el (check-parens): Fix docstring.
20542
20543 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
20544
20545 * add-log.el (add-change-log-entry):
20546 * array.el (array-make-template, array-reconfigure-rows)
20547 (array-init-max-row, array-init-max-column)
20548 (array-init-columns-per-line, array-init-field-width):
20549 * replace.el (replace-match-maybe-edit, perform-replace):
20550 * textmodes/spell.el (spell-region):
20551 Replace `read-input' by `read-string'.
20552
20553 * forms.el (forms-mode):
20554 * finder.el (finder-compile-keywords):
20555 * shadowfile.el (shadow-read-files):
20556 Replace `eval-current-buffer' by `eval-buffer'.
20557
20558 * terminal.el (te-pass-through):
20559 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
20560 (ange-ftp-raw-send-cmd):
20561 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
20562 (send-process-next-char, telnet-initial-filter, telnet):
20563 Replace `send-string' by `process-send-string'.
20564
20565 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
20566 (prolog-consult-region): Replace `send-string' by
20567 `process-send-string'; replace `send-region' by `process-send-region'.
20568
20569 * progmodes/delphi.el (delphi-log-msg):
20570 Replace `set-window-dot' by `set-window-point'.
20571
20572 * subr.el (window-dot, set-window-dot, read-input, send-string)
20573 (send-region, show-buffer, eval-current-buffer):
20574 Make really obsolete, as the comment says.
20575
20576 2005-05-17 Kim F. Storm <storm@cua.dk>
20577
20578 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
20579 (cua--init-keymaps): Bind C-return instead of S-return to set
20580 rectangle mark.
20581
20582 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
20583 instead of S-return to toggle/clear rectangle mark.
20584
20585 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
20586
20587 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
20588 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
20589 Also fontify plain strings assigned to variables, mostly so that a
20590 colon has a face and is thus not taken as a dependency separator.
20591 (makefile-previous-dependency): Inline the new matcher, because it
20592 is too complex to work in both directions.
20593 (makefile-match-dependency): Eliminate `backward' arg (see above).
20594 Completely reimplemented so as to not sometimes go into an endless
20595 loop. It should also be more efficient, because first it only
20596 searches for `:', instead of applying the very complex regexp.
20597 (makefile-mode): Cancel `font-lock-support-mode', because blocks
20598 to be fontified in one piece can be too long for JIT.
20599 Makefiles are never *that* big.
20600
20601 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
20602
20603 * dired.el (dired-mode): Simplify.
20604
20605 2005-05-17 Lute Kamstra <lute@gnu.org>
20606
20607 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
20608 defcustom for the mode hook variable.
20609
20610 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
20611 Emacs Lisp Reference Manual.
20612
20613 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
20614
20615 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
20616 (evenp, list*):
20617 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
20618 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
20619
20620 * net/tramp-smb.el (tramp-smb-open-connection):
20621 Pass `tramp-chunksize' as fifth (required) argument.
20622
20623 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
20624
20625 * font-lock.el (lisp-font-lock-keywords-1):
20626 Set `font-lock-negation-char-face' for [^...] char group.
20627 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
20628
20629 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
20630 a var, and refine it to mask one more level of nested vars.
20631 (makefile-rule-action-regex): Turn it into a var, and refine it so
20632 it recognizes backslashed continuation lines as belonging to the
20633 same command.
20634 (makefile-macroassign-regex): Refine it so it recognizes
20635 backslashed continuation lines as belonging to the same command.
20636 (makefile-var-use-regex): Don't look at the next char, because it
20637 might be the same one to be skipped by the initial [^$], leading
20638 to an overlooked variable use.
20639 (makefile-make-font-lock-keywords): Remove two parameters, which
20640 are now variables that some of the modes set locally.
20641 Handle dependency and rule action matching through functions, because
20642 regexps alone match too often. Dependency matching now comes
20643 last, so it can check, whether a colon already matched something else.
20644 (makefile-mode): Inform that font-lock improves makefile parsing
20645 capabilities.
20646 (makefile-match-dependency, makefile-match-action): New functions.
20647
20648 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
20649
20650 * emacs-lisp/cl-extra.el (equalp): Doc fix.
20651
20652 * align.el (align-regexp):
20653 * ansi-color.el (ansi-color-get-face):
20654 * array.el (array-reconfigure-rows, array-init-max-row)
20655 (array-init-max-column, array-init-columns-per-line)
20656 (array-init-field-width):
20657 * dired-aux.el (dired-trample-file-versions):
20658 * dired-x.el (dired-mark-sexp):
20659 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
20660 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
20661 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
20662 * faces.el (face-read-integer):
20663 * files.el (backup-extract-version, insert-directory):
20664 * hexl.el (hexl-insert-decimal-char):
20665 * server.el (server-process-filter):
20666 * shell.el (shell-extract-num):
20667 * startup.el (command-line-1):
20668 * term.el (term-command-hook):
20669 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
20670 (time-stamp-do-number):
20671 * time.el (display-time-update):
20672 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
20673 (timezone-fix-time):
20674 * vms-patch.el (vms-suspend-resume-hook):
20675 * calendar/appt.el (appt-convert-time):
20676 * calendar/cal-bahai.el (mark-bahai-diary-entries):
20677 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
20678 * calendar/cal-islam.el (mark-islamic-diary-entries):
20679 * calendar/calendar.el (calendar-cursor-to-date)
20680 (calendar-star-date):
20681 * calendar/diary-lib.el (diary-attrtype-convert)
20682 (mark-diary-entries, diary-entry-time):
20683 * calendar/solar.el (solar-get-number):
20684 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
20685 * emacs-lisp/re-builder.el (reb-display-subexp):
20686 * emulation/edt.el (edt-set-scroll-margins):
20687 * emulation/tpu-extras.el (tpu-set-scroll-margins):
20688 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
20689 (vip-get-ex-count):
20690 * emulation/viper-ex.el (viper-get-ex-token)
20691 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
20692 * international/fontset.el (fontset-plain-name):
20693 * mail/feedmail.el (feedmail-look-at-queue-directory):
20694 * mail/mailalias.el (mail-get-names):
20695 * mail/rmail.el (rmail-convert-to-babyl-format):
20696 * mail/rmailsum.el (rmail-make-basic-summary-line)
20697 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
20698 (rmail-summary-goto-msg):
20699 * mail/smtpmail.el (smtpmail-read-response):
20700 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
20701 (ange-ftp-vms-add-file-entry):
20702 * play/gametree.el (gametree-looking-at-ply)
20703 (gametree-current-branch-score):
20704 * progmodes/ada-xref.el (ada-prj-find-prj-file)
20705 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
20706 * progmodes/cperl-mode.el (condition-case):
20707 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
20708 (ebrowse-set-member-buffer-column-width)
20709 (ebrowse-select-1st-to-9nth):
20710 * progmodes/etags.el (etags-snarf-tag):
20711 * progmodes/flymake.el (flymake-parse-line):
20712 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
20713 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
20714 (idlwave-shell-menu-def):
20715 * progmodes/ps-mode.el (ps-run-goto-error):
20716 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
20717 (vhdl-speedbar-contract-level):
20718 * term/mac-win.el (x-handle-numeric-switch):
20719 * term/sun-mouse.el (sun-get-frame-data):
20720 * term/w32-win.el (x-handle-numeric-switch):
20721 * term/x-win.el (x-handle-numeric-switch):
20722 * textmodes/ispell.el (ispell-parse-output):
20723 * textmodes/nroff-mode.el (nroff-outline-level):
20724 * textmodes/reftex-cite.el (reftex-bib-sort-year)
20725 (reftex-bib-sort-year-reverse, reftex-format-citation):
20726 * textmodes/reftex-parse.el (reftex-init-section-numbers)
20727 (reftex-section-number):
20728 * textmodes/texinfmt.el (texinfo-paragraphindent):
20729 Replace `string-to-int' by `string-to-number'.
20730
20731 * international/latexenc.el: Add page marker to force the "Local
20732 Variables:" string out of the last page.
20733
20734 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20735
20736 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
20737 tooltip-change-major-mode.
20738 (gud-tooltip-print-command): Remove case where gud-minor-mode
20739 is gdb ("--fullname").
20740 (gud-tooltip-tips): Turn GUD tooltips off for this case and
20741 explain to user.
20742
20743 2005-05-16 Jay Belanger <belanger@truman.edu>
20744
20745 * calc/calc-store.el (calc-copy-special-constant): New function.
20746
20747 * calc/calc-ext.el (calc-init-extensions): Add binding for
20748 `calc-copy-special-constant'.
20749
20750 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
20751 for the `calc-copy-special-constant' command.
20752
20753 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
20754
20755 * subr.el (left-fringe-p): New function.
20756
20757 * progmodes/compile.el (compilation-setup): Set local value of
20758 overlay-arrow-string to "" always.
20759 (compilation-set-window): Left fringe then don't scroll.
20760 No left fringe then no arrow and scroll message to top.
20761 (compilation-context-lines): Adjust doc string accordingly.
20762
20763 2005-05-16 Kim F. Storm <storm@cua.dk>
20764
20765 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
20766 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
20767 (ido-wide-find-dir-or-delete-dir): New command for M-d.
20768 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
20769 (ido-read-file-name): Handle commands with ido property value
20770 equal to find-file as reading a file name, to allow C-d to enter dired.
20771 (ibuffer-find-file): Add ido property with value find-file.
20772
20773 2005-05-15 Kim F. Storm <storm@cua.dk>
20774
20775 * subr.el (open-network-stream-nowait): Remove.
20776 (open-network-stream-server): Remove.
20777
20778 2005-05-15 Richard M. Stallman <rms@gnu.org>
20779
20780 * faces.el (describe-face): Output a definition link button.
20781
20782 * help-mode.el (help-face-def): New button type.
20783
20784 * emacs-lisp/copyright.el (copyright-fix-years):
20785 Match properly if the first year is 2-digit.
20786 Don't mess up the whitespace after the years by filling.
20787
20788 * dired-aux.el (dired-mark-confirm):
20789 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
20790
20791 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
20792 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
20793 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
20794
20795 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20796 Set font-lock-comment-start-skip.
20797
20798 * font-lock.el (font-lock-comment-start-skip): New variable.
20799 (font-lock-comment-end-skip): New variable.
20800 (font-lock-fontify-syntactically-region): Use them if non-nil.
20801
20802 2005-05-15 Jay Belanger <belanger@truman.edu>
20803
20804 * calc/calc-store.el (calc-store-value): Return a string rather
20805 than display it as a message.
20806 Use calc-var-name for variable name.
20807 (calc-store-into): Add the result of calc-store-value to message.
20808 (calc-copy-variable): Add a message.
20809 (calc-store-exchange): Improve error messages.
20810 (calc-store-binary, calc-store-map): Don't reset the values of
20811 special constants.
20812
20813 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
20814
20815 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
20816 manual to docstring.
20817
20818 * files.el (hack-local-variables-confirm): Add STRING argument.
20819 Make the function handle non file visiting buffers correctly.
20820 (hack-local-variables-prop-line, hack-local-variables)
20821 (hack-one-local-variable): Use STRING arg of
20822 `hack-local-variables-confirm'.
20823
20824 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
20825
20826 Sync with Tramp 2.0.49.
20827
20828 * net/tramp.el (tramp-handle-dired-call-process)
20829 (tramp-handle-insert-directory):`insert-buffer' cannot be used
20830 because the contents of the Tramp buffer is changed before
20831 insertion (`expand-file' and alike).
20832 (tramp-handle-insert-directory): If `localname' has an empty
20833 nondirectory name, it must not be quoted.
20834 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
20835 variable `tramp-chunksize'. Change callees.
20836 (tramp-open-connection-setup-interactive-shell): Check remote host
20837 for buggy `send-process-string' implementation.
20838 Set `tramp-chunksize' if found. Reported by Michael Kifer
20839 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
20840 (tramp-handle-shell-command): `insert-buffer' cannot be used
20841 because the contents of the Tramp buffer is changed before
20842 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
20843 <frederic.bothamy@free.fr>.
20844 (tramp-set-auto-save): Actions should be done for Tramp file name
20845 handler only. Ange-FTP has its own auto-save mechanism.
20846 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
20847 (tramp-set-auto-save-file-modes): Set file modes of
20848 `buffer-auto-save-file-name' to ?\600 as fallback solution.
20849 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
20850 (tramp-bug): Remove obsolete variable.
20851 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
20852 for presence of `mml-mode'. Make it running for older Emacsen as well.
20853
20854 2005-05-14 John Paul Wallington <jpw@pobox.com>
20855
20856 * ibuf-ext.el (define-ibuffer-filter filename):
20857 If `dired-directory' is a list, use its car.
20858
20859 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
20860
20861 * ibuffer.el (define-ibuffer-column filename):
20862 If `dired-directory' is a list, use its car.
20863
20864 2005-05-14 Richard M. Stallman <rms@gnu.org>
20865
20866 * subr.el (symbol-file): Doc fix.
20867
20868 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
20869 (byte-compile-form): Call byte-compile-nogroup-warn.
20870 (byte-compile-warning-types): Doc fix.
20871
20872 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
20873
20874 * progmodes/cc-engine.el (c-literal-faces):
20875 Add font-lock-comment-delimiter-face.
20876
20877 * net/net-utils.el (dig): Use with-no-warnings.
20878
20879 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
20880 (sc-recite-frame-alist, sc-default-cite-frame)
20881 (sc-default-uncite-frame, sc-default-recite-frame)
20882 (sc-attrib-selection-list, sc-rewrite-header-list):
20883 Mark as risky-local-variable.
20884
20885 * international/ogonek.el (ogonek-jak, ogonek-how):
20886 Don't use beginning-of-buffer.
20887
20888 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
20889
20890 * calendar/solar.el (solar-data-list): Move definition up.
20891
20892 * dnd.el (dnd-protocol-alist): Add autoload.
20893
20894 * progmodes/sh-script.el: Many doc usage fixes.
20895 (sh-indent-after-do): Change default to match common styles.
20896
20897 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
20898
20899 * files.el (interpreter-mode-alist)
20900 (auto-mode-interpreter-regexp): Doc fixes.
20901
20902 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
20903
20904 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
20905
20906 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
20907
20908 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20909
20910 * dired.el (dired-mode): make-variable-buffer-local =>
20911 make-local-variable.
20912
20913 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
20914
20915 * term/mac-win.el (mac-select-convert-to-string): Try coding
20916 systems in mac-script-code-coding-systems if specified one cannot
20917 encode string for `com.apple.traditional-mac-plain-text'.
20918
20919 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
20920
20921 * progmodes/make-mode.el (makefile-targets-face)
20922 (makefile-shell-face, makefile-makepp-perl-face): New faces.
20923 (makefile-dependency-regex): Fix it to not make the colon in
20924 $(var:a=b) special.
20925 (makefile-rule-action-regex): New regexp for highlighting embedded
20926 Shell strings.
20927 (makefile-macroassign-regex): Handle != for highlighting as
20928 embedded Shell strings.
20929 (makefile-var-use-regex): New const.
20930 (makefile-statements, makefile-automake-statements)
20931 (makefile-gmake-statements, makefile-makepp-statements)
20932 (makefile-bsdmake-statements): New consts.
20933 (makefile-make-font-lock-keywords): New function.
20934 (makefile-automake-font-lock-keywords)
20935 (makefile-gmake-font-lock-keywords)
20936 (makefile-makepp-font-lock-keywords)
20937 (makefile-bsdmake-font-lock-keywords): New consts.
20938 (makefile-mode-map): Add switchers between the various submodes.
20939 (makefile-mode): Document the availability of the variants.
20940 (makefile-automake-mode, makefile-gmake-mode)
20941 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
20942
20943 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
20944 new variants of makefile-mode.
20945
20946 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20947
20948 * font-lock.el (font-lock-comment-delimiter-face): Fix up
20949 the inheritance.
20950
20951 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
20952
20953 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
20954 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
20955
20956 * files.el (normal-mode): Extend the scope of the
20957 `enable-local-variables' binding to include the `set-auto-mode' call.
20958 (magic-mode-alist): Doc fix.
20959
20960 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
20961
20962 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
20963 font-lock-comment-face rather than copying its setting.
20964
20965 2005-05-12 Andreas Schwab <schwab@suse.de>
20966
20967 * eshell/esh-mode.el (eshell-send-input): Doc fix.
20968
20969 2005-05-12 Lute Kamstra <lute@gnu.org>
20970
20971 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
20972 defcustom for the mode hook variable. Delete the last argument.
20973 * generic-x.el: Fix callers of define-generic-mode.
20974 (generic-x-modes): Delete group.
20975 (show-tabs-tab-face, show-tabs-space-face): Put them in the
20976 generic-x customization group.
20977
20978 2005-05-12 Kim F. Storm <storm@cua.dk>
20979
20980 * font-lock.el (font-lock-negation-char-face): Default to "off".
20981
20982 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
20983 font-lock-negation-char-face to ! in !=.
20984
20985 2005-05-12 Masatake YAMATO <jet@gyve.org>
20986
20987 * add-log.el (find-change-log): Fix typos in the docstring
20988 of function.
20989
20990 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
20991
20992 * international/latexenc.el (latexenc-find-file-coding-system):
20993 Avoid `re-search-forward' when looking for input encoding because
20994 of speed and safety. Better regular expressions for recognizing
20995 input encoding. Limit a search for TeX-master/tex-main-file to
20996 the local variable section.
20997
20998 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
20999
21000 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
21001 syntax of $ to "'" (quote).
21002
21003 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
21004
21005 * dnd.el (dnd-protocol-alist): Improve custom type.
21006
21007 * dired.el (dired-dnd-protocol-alist): New variable.
21008 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
21009 `dired-mode-hook' to the end.
21010
21011 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21012
21013 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
21014 comment-end if comment-start-skip is not set.
21015 Obey the font-lock-comment-delimiter-face variables.
21016
21017 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
21018
21019 * files.el (executable-find): Move from executable.el. Use
21020 locate-file.
21021 * progmodes/executable.el (executable-find): Move to files.el.
21022
21023 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
21024 when trying to ensure forward progress.
21025
21026 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
21027
21028 * mouse-sel.el (mouse-sel-follow-link-p): New function.
21029 (mouse-select, mouse-select-internal, mouse-extend-internal):
21030 Use it to implement mouse-1-click-follows-link functionality.
21031
21032 2005-05-11 Richard M. Stallman <rms@gnu.org>
21033
21034 * font-lock.el (font-lock-fontify-syntactically-region):
21035 Use font-lock-comment-delimiter-face for comment delimiters.
21036
21037 2005-05-10 Jay Belanger <belanger@truman.edu>
21038
21039 * calc/calc-help.el (calc-m-prefix-help): Add mention of
21040 preserving embedded modes.
21041
21042 2005-05-10 Richard M. Stallman <rms@gnu.org>
21043
21044 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
21045
21046 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
21047 Move from ada-stmt.el.
21048 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
21049
21050 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
21051 Move to ada-mode.el.
21052 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
21053
21054 * cus-edit.el (custom-file): Call file-chase-links.
21055
21056 * files.el (read-directory-name): Fix previous change.
21057 (hack-local-variables-confirm): New function.
21058 (hack-local-variables-prop-line, hack-local-variables)
21059 (hack-one-local-variable): Use it.
21060
21061 2005-05-10 Lute Kamstra <lute@gnu.org>
21062
21063 * font-lock.el (font-lock-keywords-alist)
21064 (font-lock-removed-keywords-alist): Clarify docstrings.
21065
21066 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
21067
21068 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
21069 (gdb-source-info): Check for preprocessor info.
21070 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
21071 a macro for a function.
21072 (gdb-info-breakpoints-custom): Try to find file again if not already
21073 found (user might have used GDB dir command).
21074 (gdb-get-location): Update gdb-location-alist correctly for change
21075 to gdb-info-breakpoints-custom.
21076
21077 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
21078 (gud-tooltip-print-command): Add gdbmi case.
21079 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
21080 preprocessor info.
21081
21082 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
21083
21084 * startup.el (fancy-splash-insert): Fix typo in doc string.
21085
21086 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
21087
21088 * obsolete/float.el (string-to-float):
21089 * obsolete/hilit19.el (hilit-add-pattern):
21090 * obsolete/rnews.el (news-parse-range, news-select-message)
21091 (news-get-pruned-list-of-files): Replace `string-to-int' by
21092 `string-to-number'.
21093
21094 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
21095 `find-file-not-found-hooks'; use `add-hook'.
21096 (uncompress-while-visiting): Set `write-file-functions', not
21097 `write-file-hooks'; use `add-hook'.
21098
21099 2005-05-09 Kim F. Storm <storm@cua.dk>
21100
21101 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
21102 (cua-paste): Handle clipboard action.
21103 (cua--init-keymaps): Remap clipboard-kill-region and
21104 clipboard-kill-ring-save.
21105
21106 2005-05-08 Eli Zaretskii <eliz@gnu.org>
21107
21108 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21109 Improve commentary.
21110
21111 * simple.el (next-error-overlay-arrow-position): Revert the change
21112 made on 2005-04-30.
21113
21114 2005-05-07 Jay Belanger <belanger@truman.edu>
21115
21116 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
21117 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
21118 `calc-sel-reselect'.
21119
21120 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
21121 Calc is in embedded mode.
21122
21123 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21124
21125 * progmodes/compile.el (compilation-setup):
21126 Set overlay-arrow-string to an empty string on text terminals.
21127
21128 * textmodes/ispell.el (ispell-program-name): Try looking for
21129 "aspell" along exec-path, and if found, use it as the default
21130 speller program.
21131
21132 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
21133
21134 * international/mule.el (sgml-xml-auto-coding-function):
21135 Recognize encoding='FOO' in single quotes as well as in double quotes.
21136
21137 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
21138
21139 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
21140 as well as `interactive', so that defmacro* would recognize
21141 `declare' forms.
21142
21143 2005-05-07 Eli Zaretskii <eliz@gnu.org>
21144
21145 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
21146 Explain more about the LIGHTER arg's usage in the doc string.
21147 Add commentary to clarify what the code does. Fix the regexp that
21148 strips whitespace from LIGHTER. Quote LIGHTER before using it,
21149 since it could have characters special to regular expressions.
21150
21151 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
21152
21153 * replace.el (occur-1): Bind inhibit-read-only so that
21154 erase-buffer doesn't barf on read-only text properties (likewise
21155 for add-text-properties in occur-engine). Mark buffer as unmodified.
21156 (occur-engine): Don't set buffer-read-only here.
21157
21158 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21159
21160 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
21161 list-buffers-directory. This caused the *cvs-commit* buffer to be
21162 sometimes mistakenly reused as a *cvs* buffer.
21163
21164 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
21165
21166 * tooltip.el: Move code for GUD tooltips into gud.el.
21167 (require): CL no longer needed to compile case.
21168 (tooltip-mode): Do not toggle functions for GUD tooltips.
21169 (tooltip-gud-tips-p): Remove. Replace with minor mode
21170 gud-tooltip-mode in gud.el.
21171 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
21172 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
21173 tooltip-gud prefix with gud-tooltip and obsolete.
21174 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
21175 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
21176 (tooltip-mouse-motion): Mouse movement functions/variable.
21177 Rename in gud.el by adding gud prefix.
21178 (tooltip-gud-original-filter, tooltip-gud-dereference)
21179 (tooltip-gud-event, tooltip-toggle-gud-tips)
21180 (tooltip-gud-process-output, tooltip-gud-print-command)
21181 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
21182 gud.el by replacing tooltip-gud prefix with gud-tooltip.
21183 (gdb-tooltip-print): Move to gdb-ui.el.
21184
21185 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
21186 (require): CL needed to compile case.
21187 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
21188 tooltip-gud-tips-p. Make it a minor-mode.
21189 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
21190 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
21191 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
21192 (gud-tooltip-change-major-mode)
21193 (gud-tooltip-activate-mouse-motions-if-enabled)
21194 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
21195 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
21196 (gud-tooltip-original-filter, gud-tooltip-dereference)
21197 (gud-tooltip-event, tooltip-toggle-gud-tips)
21198 (gud-tooltip-process-output, gud-tooltip-print-command)
21199 (gud-tooltip-tips): Move from tooltip.el.
21200
21201 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
21202 (gdb-cpp-define-alist-flags): Doc fix.
21203 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
21204 gud-tooltip-mode is t.
21205
21206 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
21207
21208 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
21209 evaporate if their text is deleted.
21210 (goto-address-at-point): Make it work as a mouse binding as well.
21211 (goto-address-at-mouse): Obsolete it. Update users.
21212
21213 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
21214
21215 * calendar/appt.el (top-level): No longer activate on load.
21216
21217 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
21218
21219 * calendar/cal-bahai.el (mark-bahai-diary-entries):
21220 * net/webjump.el (webjump):
21221 * progmodes/idlw-help.el (idlwave-do-context-help1)
21222 (idlwave-highlight-linked-completions):
21223 * textmodes/po.el (po-find-file-coding-system-guts):
21224 Replace `assoc-ignore-case' by `assoc-string'.
21225
21226 2005-05-06 Eli Zaretskii <eliz@gnu.org>
21227
21228 * files.el (locate-file): Doc fix.
21229
21230 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
21231 Remove the redundant test for ms-dos.
21232
21233 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
21234 look for the preprocessor with exec-suffixes. If not found in
21235 standard places, look in exec-path. Remove most of the tests that
21236 used system-type.
21237
21238 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
21239
21240 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
21241
21242 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
21243 file-name clash with jka-compr.el on 8+3 filesystems.
21244
21245 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21246
21247 * term/mac-win.el: Don't define or bind scroll bar functions if
21248 x-toolkit-scroll-bars is t.
21249 (x-select-text, x-get-selection-value): Clear
21250 x-last-selected-text-clipboard if x-select-enable-clipboard is
21251 nil.
21252 (PRIMARY): Put mac-scrap-name property.
21253 (mac-select-convert-to-file-url): New function.
21254 (public.file-url): New selection target type. Add to
21255 selection-converter-alist.
21256 (x-get-selection, x-selection-value): Handle it.
21257 (x-cut-buffer-or-selection-value): New alias.
21258
21259 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21260
21261 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
21262 entry to avoid calling bibtex-find-entry with arg global
21263 being t. Remove arg key.
21264 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
21265 (bibtex-copy-summary-as-kill): Change accordingly.
21266
21267 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
21268
21269 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
21270 (org-agenda-date-later): Use with-current-buffer.
21271
21272 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
21273
21274 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
21275 (define-obsolete-variable-alias): Doc Fixes.
21276
21277 2005-05-06 Kim F. Storm <storm@cua.dk>
21278
21279 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
21280 vertical-motion when selective-display is active.
21281
21282 * ido.el (ido-setup-hook): New hook.
21283 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
21284 (ido-input-stack): New var.
21285 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
21286 ido-next-work-file binding to M-O.
21287 Bind M-f to ido-wide-find-file-or-pop-dir.
21288 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
21289 (ido-read-internal): Run ido-setup-hook.
21290 Catch quit in read-file-name and read-string to cancel edit.
21291 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
21292 Automatically pop-all when completing a directory name (RET).
21293 (ido-file-internal): Add with-no-warnings around ffap and dired code.
21294 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
21295 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
21296 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
21297 New functions for M-b/M-f to move among the directory components.
21298 (ido-make-merged-file-list): Catch quit to cancel merge.
21299 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
21300 (ido-completion-help): No warnings for ido-completion-buffer-full.
21301
21302 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
21303
21304 * font-lock.el (font-lock-negation-char-face): New face and variable.
21305 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
21306 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
21307 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
21308 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
21309
21310 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
21311
21312 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
21313 Fix typo in docstring.
21314
21315 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
21316 (ebrowse-print-statistics-line)
21317 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
21318
21319 * term/w32-win.el (image-library-alist): Add additional name for
21320 Xpm library.
21321
21322 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
21323
21324 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
21325 use gcc instead of cpp.
21326
21327 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
21328 (gdb-create-define-alist): Use it.
21329 (gdb-cpp-define-alist-program): Update for MS-DOS.
21330
21331 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
21332
21333 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
21334
21335 2005-05-04 Richard M. Stallman <rms@gnu.org>
21336
21337 * help.el (describe-key): No error when UNTRANSLATED is nil.
21338
21339 * simple.el (line-move-1): Fix previous change to signal errors
21340 appropriately.
21341
21342 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
21343
21344 * calendar/icalendar.el (icalendar-version): Now at 0.12.
21345 (icalendar-duration-correction): Remove.
21346 (icalendar--get-event-properties): Split result at commas.
21347 (icalendar--decode-isoduration): New optional argument
21348 DURATION-CORRECTION.
21349 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
21350 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
21351 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
21352 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
21353 (icalendar--convert-anniversary-to-ical): New functions, extracted
21354 from icalendar-export-region, with bug fixes.
21355 (icalendar-export-region): Use the above functions.
21356 (icalendar-import-buffer): Check before saving diary file.
21357 (icalendar--convert-recurring-to-diary)
21358 (icalendar--convert-non-recurring-all-day-to-diary)
21359 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
21360 extracted from icalendar--convert-ical-to-diary, with bug fixes.
21361 (icalendar--convert-ical-to-diary): Use the above functions.
21362
21363 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
21364
21365 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
21366 Remove these recent additions.
21367 (c-mode): Restore to before 2005-04-28.
21368
21369 * progmodes/cc-vars.el (cc-define-list-program): Remove this
21370 recent addition.
21371
21372 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
21373 (gdb-define-alist): New variables.
21374 (gdb-create-define-alist): New function.
21375 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
21376 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
21377 with string-to-number.
21378 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
21379
21380 * progmodes/gud.el: Replace string-to-int with string-to-number.
21381 (gud-find-file): Handle gdb-define-alist.
21382
21383 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
21384
21385 2005-05-02 Jay Belanger <belanger@truman.edu>
21386
21387 * calc/calc-aent.el (math-read-token):
21388 * calc/calc-bin.el (calc-word-size):
21389 * calc/calc-ext.el (calc-read-number-fancy):
21390 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
21391 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
21392 * calc/calc-frac.el (calc-over-notation):
21393 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
21394 (calc-graph-num-points, calc-graph-init):
21395 * calc/calc-prog.el (calc-read-parse-table-part)
21396 (calc-edit-macro-repeats):
21397 * calc/calc-yank.el (calc-do-grab-rectangle):
21398 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
21399 Replace `string-to-int' by `string-to-number'.
21400
21401 2005-05-02 Kim F. Storm <storm@cua.dk>
21402
21403 * kmacro.el: Use executing-kbd-macro-index variable.
21404
21405 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
21406
21407 * net/rlogin.el (rlogin-parse-words): Delete func.
21408 (rlogin): Use split-string, not rlogin-parse-words.
21409 Also, if there are option-like elements in the parsed args,
21410 take the host to be the first arg immediately following them.
21411 Suggested by Michael Mauger.
21412
21413 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21414
21415 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
21416
21417 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21418
21419 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
21420 (cc-mode-cpp-program): Rename to cc-define-list-program and
21421 move to cc-vars.el.
21422
21423 * progmodes/cc-vars.el (cc-define-list-program):
21424 Change to "gcc -E -dM -". Make customizable.
21425
21426 2005-05-02 Kim F. Storm <storm@cua.dk>
21427
21428 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
21429
21430 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
21431
21432 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
21433
21434 * international/mule-util.el (truncate-string): Remove alias and
21435 obsolete declaration.
21436
21437 * international/mule-cmds.el (update-iso-coding-systems):
21438 Remove alias and obsolete declaration.
21439
21440 * international/mule.el (coding-system-parent): Remove alias and
21441 obsolete declaration.
21442
21443 * subr.el (define-function, sref): Remove aliases and obsolete
21444 declarations.
21445 (chars-in-region): Remove obsolete declaration.
21446
21447 2005-05-01 Richard M. Stallman <rms@gnu.org>
21448
21449 * info.el (Info-mode): Set widen-automatically to nil, locally.
21450
21451 * simple.el (widen-automatically): New variable.
21452 (pop-global-mark): Obey widen-automatically.
21453
21454 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
21455
21456 * term/xterm.el (function-key-map): Call substitute-key-definition
21457 before the keymap size is increased by a lot of define-key calls.
21458
21459 2005-05-01 Richard M. Stallman <rms@gnu.org>
21460
21461 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
21462 Rename ARG to ELEMENT. Doc fix.
21463
21464 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21465
21466 * allout.el (allout-exposure): Remove macro and obsolete declaration.
21467 Remove references to allout-exposure/change to allout-new-exposure.
21468
21469 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
21470 bytecode symbols.
21471
21472 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
21473 (compiled-function-p, focus-frame, unfocus-frame):
21474 Remove aliases and obsolete declarations.
21475 Back out inadvertent changes from previous commit.
21476
21477 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
21478
21479 * files.el (require-final-newline): Make Custom tags consistent
21480 with mode-require-final-newline.
21481 (mode-require-final-newline): Doc fix.
21482
21483 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
21484
21485 * international/latexenc.el (latexenc-find-file-coding-system):
21486 Fix regular expressions.
21487
21488 2005-05-01 David Kastrup <dak@gnu.org>
21489
21490 * international/latexenc.el (latexenc-find-file-coding-system):
21491 Fix regular expressions.
21492
21493 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
21494
21495 * subr.el (string-to-int): Make obsolete.
21496
21497 2005-04-30 Richard M. Stallman <rms@gnu.org>
21498
21499 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
21500
21501 * loadup.el: load jka-comp-hook.
21502
21503 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
21504 (jka-compr-handler): Add autoload. `put' calls moved
21505 to jka-comp-hook.el.
21506 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
21507 (jka-compr-inhibit): Autoload.
21508
21509 * jka-comp-hook.el: New file.
21510 Enable the mode by default.
21511
21512 * files.el (backup-buffer-copy): Use copy-file instead
21513 of write-region, and put back the 'excl.
21514
21515 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
21516
21517 * progmodes/flymake.el (flymake-split-string)
21518 (flymake-split-string, flymake-log, flymake-pid-to-names)
21519 (flymake-reg-names, flymake-get-source-buffer-name)
21520 (flymake-unreg-names, flymake-add-line-err-info)
21521 (flymake-add-err-info): Clarify docstrings.
21522 (flymake-popup-menu, flymake-make-emacs-menu)
21523 (flymake-make-xemacs-menu): Add docstrings.
21524 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
21525 Set variables directly throughout.
21526
21527 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
21528
21529 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
21530 exists. Initialize cc-define-alist.
21531 (c-mode): Add cc-create-define-alist locally to after-save-hook.
21532 If there is no file (Macroexpansion) don't create an alist.
21533
21534 2005-04-29 Sam Steingold <sds@gnu.org>
21535
21536 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
21537 (cc-create-define-alist): Use it instead of the hard-coded string.
21538
21539 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
21540
21541 * international/mule-conf.el (file-coding-system-alist): Fix regexp
21542 for latexenc.
21543
21544 2005-04-29 Lute Kamstra <lute@gnu.org>
21545
21546 * emacs-lisp/generic.el: Improve commentary section.
21547 (define-generic-mode): Improve docstring.
21548
21549 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
21550
21551 * textmodes/org.el (many places): Change to quiet the byte compiler.
21552 (org-prefix-format-compiled): New variable.
21553 (org-compile-prefix-format): New function.
21554 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
21555 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
21556 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
21557 (org-get-entries-from-diary): Use `org-get-time-of-day' for
21558 consistency with entries from `org-mode' files.
21559 (org-get-time-of-day): Fix bug with partial matches early in a line.
21560 (org-non-link-chars): New constant.
21561 (org-link-regexp): Respect `org-non-link-chars'.
21562 (org-agenda-day-view): Remove command.
21563 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
21564 (org-follow-bbdb-link, org-store-link): Search also company field.
21565 (org-highlight-overlay): New variable.
21566 (org-highlight, org-unhighlight): New functions.
21567 (org-agenda-mode): Add pre-command-hook to remove highlight.
21568 (org-evaluate-time-range): Behavior depends upon whether time stamp
21569 contains a time or not.
21570 (org-show-subtree, org-show-entry): New functions.
21571 (org-agenda-cleanup-fancy-diary): Remove empty lines.
21572
21573 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
21574
21575 * comint.el (comint-output-filter-functions): Add autoload cookie.
21576
21577 2005-04-28 Kim F. Storm <storm@cua.dk>
21578
21579 * ido.el (ido-everywhere): Fix last change.
21580
21581 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
21582
21583 * international/latexenc.el: New file.
21584 * international/mule-conf.el (file-coding-system-alist): For .tex,
21585 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
21586
21587 2005-04-28 Lute Kamstra <lute@gnu.org>
21588
21589 * font-lock.el (font-lock-add-keywords)
21590 (font-lock-remove-keywords): Clarify docstring.
21591 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
21592 Don't start docstrings with a `*'.
21593 (font-lock-update-removed-keyword-alist): Give it a docstring.
21594
21595 * generic-x.el: Update commentary section.
21596 Only require font-lock when compiling.
21597 Define all modes conditionally.
21598 Place all generic modes in the generic-x-modes customization group.
21599 (generic-x-modes): New customization group.
21600 (generic-default-modes, generic-mswindows-modes)
21601 (generic-unix-modes, generic-other-modes): New constants.
21602 (generic-define-mswindows-modes, generic-define-unix-modes):
21603 Update docstrings. Make them obsolete.
21604 (generic-extras-enable-list): New default value. Update docstring.
21605 Improve :type. Change :set function.
21606 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
21607 Fix docstring.
21608
21609 * emacs-lisp/generic.el (generic-mode-internal):
21610 Simplify font-lock-defaults.
21611 (define-generic-mode): Fix docstring.
21612
21613 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
21614
21615 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
21616 font-lock-face property to highlight matches.
21617
21618 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
21619
21620 * progmodes/cc-mode.el (cc-create-define-alist): New function.
21621 (cc-define-alist): New variable.
21622 (c-mode): Make it local and initialize it.
21623
21624 * progmodes/gdb-ui.el (gdb-active-process): New variable.
21625 (gdb-exited): New function.
21626 (gdb-annotation-rules): Use it.
21627 (gdb-starting): Set gdb-active-process to t.
21628 (gdb-stopping): Amend doc string.
21629 (gdb-reset): Set gdb-active-process to nil.
21630
21631 * tooltip.el (tooltip-gud-tips): Show the associated #define
21632 directives when a C program under GDB is not executing.
21633
21634 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
21635
21636 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
21637 font-lock-fontify-syntactic-keywords.
21638
21639 * font-lock.el (font-lock-default-fontify-region): Don't force
21640 parse-sexp-lookup-properties to nil.
21641
21642 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
21643
21644 * man.el (man-mode-syntax-table): Set up `:' to have
21645 word-constituent syntax.
21646
21647 2005-04-27 Lute Kamstra <lute@gnu.org>
21648
21649 * novice.el (disable-command): Don't add spurious newlines to the
21650 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
21651
21652 2005-04-26 Jay Belanger <belanger@truman.edu>
21653
21654 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
21655 than one window before deleting window.
21656
21657 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
21658
21659 * shell.el (shell-prompt-pattern): Doc fix.
21660 (shell-mode): Set paragraph-separate buffer locally to "\\'".
21661
21662 * comint.el (comint-prompt-regexp, comint-get-old-input)
21663 (comint-use-prompt-regexp)
21664 (comint-use-prompt-regexp-instead-of-fields)
21665 (comint-replace-by-expanded-history, comint-send-input)
21666 (comint-output-filter, comint-get-old-input-default)
21667 (comint-line-beginning-position, comint-bol, comint-show-output)
21668 (comint-backward-matching-input, comint-forward-matching-input)
21669 (comint-next-prompt, comint-previous-prompt):
21670 Rename `comint-use-prompt-regexp-instead-of-fields' to
21671 `comint-use-prompt-regexp'. Keep old name as alias and declare
21672 obsolete.
21673 (comint-use-prompt-regexp): Shorten first line of doc string.
21674
21675 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
21676 Set paragraph-separate buffer locally to "\\'".
21677
21678 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
21679 Adapt to above name change.
21680
21681 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
21682 (smbclient-prompt-regexp): Ditto.
21683
21684 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
21685
21686 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
21687
21688 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
21689 gdb-location-list.
21690 Break lines that are over 80 characters wide.
21691
21692 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
21693
21694 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
21695 New fun and var, to preserve compatibility.
21696
21697 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
21698
21699 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
21700
21701 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
21702 name to file-newer-than-file-p.
21703
21704 2005-04-26 Richard M. Stallman <rms@gnu.org>
21705
21706 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
21707
21708 * progmodes/python.el (python-mode):
21709 Use new name eldoc-documentation-function.
21710
21711 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
21712
21713 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
21714 (eldoc-documentation-function):
21715 Rename from eldoc-print-current-symbol-info-function. Calls changed.
21716
21717 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
21718
21719 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
21720
21721 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21722
21723 * term/xterm.el (function-key-map): Fix strings for
21724 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
21725 {C,S,A,C-S}-{f1-f12}.
21726
21727 2005-04-26 Kenichi Handa <handa@m17n.org>
21728
21729 * international/mule-cmds.el (select-safe-coding-system):
21730 Fix previous change.
21731
21732 2005-04-26 Lute Kamstra <lute@gnu.org>
21733
21734 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
21735
21736 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
21737 (font-lock-comment-delimiter-face): Ditto.
21738
21739 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
21740
21741 2005-04-25 Jay Belanger <belanger@truman.edu>
21742
21743 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
21744 to t while inserting information; use help-mode.
21745
21746 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
21747
21748 * term.el (ansi-term-color-vector): Use the xterm colors.
21749 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
21750
21751 2005-04-25 Lute Kamstra <lute@gnu.org>
21752
21753 * font-core.el (font-lock-defaults): Fix docstring.
21754
21755 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
21756
21757 2005-04-25 Kenichi Handa <handa@m17n.org>
21758
21759 * international/mule-cmds.el (select-safe-coding-system):
21760 Don't check consistency with coding: spec, etc if raw-text or
21761 no-conversion was found to be safe.
21762
21763 2005-04-24 Richard M. Stallman <rms@gnu.org>
21764
21765 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
21766 citation markers at start of each line.
21767
21768 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
21769 citation markers at start of each line.
21770
21771 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
21772
21773 * files.el (mode-require-final-newline): Fix previous change.
21774 (require-final-newline): Fix type label.
21775
21776 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
21777
21778 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
21779 statement in buffer (broken by 2004-11-24 change).
21780
21781 2005-04-24 Kim F. Storm <storm@cua.dk>
21782
21783 * ido.el (ido-everywhere): Save and restore old read-buffer-function
21784 and read-file-name-function values. Don't overwrite existing
21785 non-nil values if ido-mode is enabled without ido-everywhere.
21786
21787 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
21788
21789 * files.el (mode-require-final-newline): Minor doc fix.
21790
21791 2005-04-24 Eli Zaretskii <eliz@gnu.org>
21792
21793 * subr.el (syntax-after): Doc fix.
21794 (syntax-class): If argument is nil, return nil. Mask off upper 16
21795 bits, not 8 bits.
21796
21797 * files.el (mode-require-final-newline): Doc fix.
21798 (backup-buffer-copy): Fix last change.
21799
21800 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21801
21802 * term/mac-win.el: Require select. Set selection-coding-system to
21803 mac-system-coding-system. Call menu-bar-enable-clipboard.
21804 (x-last-selected-text-clipboard, x-last-selected-text-primary)
21805 (x-select-enable-clipboard): New variables.
21806 (x-select-text, x-get-selection, x-selection-value)
21807 (x-get-selection-value, mac-select-convert-to-string)
21808 (mac-services-open-file, mac-services-open-selection)
21809 (mac-services-insert-text): New functions.
21810 (CLIPBOARD, FIND): Put mac-scrap-name property.
21811 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
21812 (public.tiff): Put mac-ostype property.
21813 (selection-converter-alist): Add entries for them.
21814 (mac-application-menu-map): New keymap.
21815 (interprogram-cut-function, interprogram-paste-function): Set to
21816 x-select-text and x-get-selection-value, respectively.
21817 (split-window-keep-point): Set to t.
21818
21819 2005-04-23 Richard M. Stallman <rms@gnu.org>
21820
21821 * files.el (read-directory-name): Always pass non-nil
21822 DEFAULT-FILENAME arg to read-file-name.
21823 (backup-buffer-copy, basic-save-buffer-2): Take care against
21824 writing thru an unexpected existing symlink.
21825 (revert-buffer): In indirect buffer, revert the base buffer.
21826 (magic-mode-alist): Doc fix.
21827 (buffer-stale-function): Doc fix.
21828 (minibuffer-with-setup-hook): Avoid warning.
21829 (mode-require-final-newline): Doc and custom fix.
21830
21831 * follow.el (follow-end-of-buffer): Use with-no-warnings.
21832
21833 * font-lock.el (font-lock-comment-face): On terminals with few colors,
21834 use the default appearance.
21835 (font-lock-comment-delimiter-face): New face, new variable.
21836
21837 * imenu.el (imenu--generic-function): The official position of a
21838 definition is the start of the line that BEG is in.
21839
21840 * midnight.el (midnight-timer): Move defvar up.
21841
21842 * mouse.el (mouse-drag-region-1): Delete some debugging code.
21843
21844 * saveplace.el (save-place-to-alist): Use with-no-warnings.
21845
21846 * startup.el (command-line): Use with-no-warnings.
21847
21848 * window.el (window-size-fixed): New defvar.
21849
21850 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
21851
21852 * mail/rmail.el (rmail-font-lock-keywords):
21853 Use font-lock-comment-delimiter-face.
21854
21855 * mail/sendmail.el (mail-font-lock-keywords):
21856 Use font-lock-comment-delimiter-face.
21857
21858 * progmodes/compile.el (next-error-highlight-timer): New defvar.
21859
21860 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
21861
21862 * progmodes/compile.el (compilation-mode-font-lock-keywords):
21863 Specify t for LAXMATCH when matching directories.
21864 Save match data around compilation-compat-error-properties form.
21865
21866 2005-04-23 David Kastrup <dak@gnu.org>
21867
21868 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
21869 Mention that the autoloaded aliases should be kept for AUCTeX.
21870
21871 2005-04-23 Andreas Schwab <schwab@suse.de>
21872
21873 * isearch.el (isearch-forward): Doc fix.
21874
21875 2005-04-23 Eli Zaretskii <eliz@gnu.org>
21876
21877 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
21878 (jit-lock-stealth-nice): Change default value to 0.5.
21879
21880 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
21881
21882 * abbrev.el (write-abbrev-file): Write table entries in
21883 alphabetical order by table name.
21884
21885 2005-04-22 Kim F. Storm <storm@cua.dk>
21886
21887 * ido.el (ido-read-internal): Fix `list' completion.
21888
21889 2005-04-22 Kenichi Handa <handa@m17n.org>
21890
21891 * recentf.el (recentf-save-file-coding-system): New variable.
21892 (recentf-save-list): Encode the file by
21893 recentf-save-file-coding-system and add coding: tag.
21894
21895 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
21896
21897 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
21898
21899 2005-04-21 Lute Kamstra <lute@gnu.org>
21900
21901 * loadhist.el (unload-feature): Don't remove a function from hooks
21902 if it is about to be restored to an autoload . Remove functions
21903 that will become unbound from auto-mode-alist. Simplify the code.
21904
21905 * subr.el (assq-delete-all): New implementation that is linear,
21906 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
21907 (rassq-delete-all): New function.
21908
21909 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21910 Add size-indication-mode.
21911
21912 2005-04-21 Kenichi Handa <handa@m17n.org>
21913
21914 * international/mule-cmds.el: Add autoload for widget-value in
21915 eval-when-compile.
21916
21917 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
21918
21919 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
21920 Add tooltip-mode.
21921
21922 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
21923
21924 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
21925
21926 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
21927 (inferior-lisp-filter-regexp, inferior-lisp-program)
21928 (inferior-lisp-load-command, inferior-lisp-prompt)
21929 (inferior-lisp-mode-hook, lisp-source-modes)
21930 (inferior-lisp-load-hook): defvar->defcustom.
21931 (inferior-lisp-program, inferior-lisp-prompt)
21932 (inferior-lisp-load-hook): Doc fixes.
21933 (inferior-lisp-install-letter-bindings): Small change in
21934 introductory comment.
21935
21936 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
21937
21938 * vc.el (vc-annotate-color-map): Change some colors so that text
21939 using them as foreground is readable on both white and black
21940 backgrounds.
21941
21942 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
21943
21944 * international/mule-conf.el (translation-table-for-input):
21945 Remove redundant declaration.
21946
21947 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21948
21949 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
21950
21951 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
21952 (tooltip-toggle-gud-tips): New function.
21953
21954 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21955
21956 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
21957 right angle brackets.
21958
21959 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
21960
21961 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
21962
21963 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
21964
21965 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
21966 Remove. Update callers to use expand-file-name instead.
21967
21968 * subr.el (syntax-class): New function.
21969
21970 * simple.el (blink-matching-open): Use it.
21971
21972 * paren.el (show-paren-function): Use it to recognize parens that are
21973 also used in 2-char comment markers.
21974
21975 2005-04-19 Lute Kamstra <lute@gnu.org>
21976
21977 * loadhist.el (unload-feature): Update for new format of
21978 load-history. Simplify the code.
21979
21980 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
21981
21982 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
21983 (mac-add-charset-info): New function. Initialize variable
21984 mac-charset-info-alist using it.
21985 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
21986 for translation.
21987 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
21988 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
21989 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
21990 New CCL programs.
21991
21992 2005-04-19 Kim F. Storm <storm@cua.dk>
21993
21994 * simple.el (next-buffer, prev-buffer, next-error)
21995 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
21996 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
21997
21998 * bindings.el (next-buffer, prev-buffer, next-error)
21999 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
22000 (clone-indirect-buffer-other-window): Move bindings from simple.el.
22001 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
22002 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
22003
22004 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
22005
22006 * isearch.el (isearch-edit-string): Make the search-ring available for
22007 minibuffer history commands.
22008 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
22009 the default history commands now work just as well.
22010 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
22011
22012 2005-04-18 Kim F. Storm <storm@cua.dk>
22013
22014 * emulation/cua-base.el (cua--pre-command-handler): Add more
22015 elaborate check for shift modifier on non-window systems.
22016
22017 2005-04-18 Lars Hansen <larsh@math.ku.dk>
22018
22019 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
22020
22021 2005-04-18 Kim F. Storm <storm@cua.dk>
22022
22023 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
22024 and make it optional. Don't test tooltip-gud-echo-area here.
22025 (tooltip-gud-process-output, gdb-tooltip-print):
22026 Pass tooltip-gud-echo-area to tooltip-show.
22027 (tooltip-help-tips): Remove second optional arg to tooltip-show.
22028
22029 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22030
22031 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
22032 `display-graphic-p' may not be bound yet.
22033
22034 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
22035
22036 * startup.el (command-line): No longer enable Xterm Mouse mode by
22037 default in terminals compatible with xterm.
22038
22039 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
22040
22041 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
22042
22043 * tooltip.el (tooltip-gud-echo-area): Rename from
22044 tooltip-use-echo-area.
22045 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
22046 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
22047 area independently of where help tooltips are displayed.
22048
22049 2005-04-17 David Kastrup <dak@gnu.org>
22050
22051 * cus-theme.el (custom-theme-write-variables): Quote variables
22052 where necessary.
22053
22054 2005-04-17 Richard M. Stallman <rms@gnu.org>
22055
22056 * simple.el (yank-excluded-properties): Add follow-link to value.
22057
22058 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
22059
22060 * startup.el (fancy-splash-max-time): Just 30 seconds.
22061 (fancy-splash-delay): Just 7.
22062 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
22063
22064 * loadhist.el (unload-feature): Update for new format of load-history.
22065 Simplify the code.
22066
22067 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
22068 (rmail-font-lock-keywords): Don't fontify the text of a citation.
22069
22070 * mail/sendmail.el (mail-font-lock-keywords):
22071 Don't fontify subject text.
22072 Don't fontify the text of a citation.
22073
22074 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
22075
22076 * comint.el (comint-output-filter): Run comint-output-filter-functions
22077 with point where the user had it.
22078
22079 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
22080
22081 * international/ucs-tables.el (ucs-set-table-for-input):
22082 Disable when using unify-on-decoding.
22083
22084 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
22085
22086 * emulation/cua-base.el (cua-global-mark-face): Add special case
22087 for displays supporting a high number of colors.
22088
22089 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
22090
22091 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
22092
22093 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
22094
22095 * filesets.el (filesets-add-buffer): If user supplies a name of a
22096 non-existing fileset, create a new fileset.
22097
22098 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
22099
22100 * textmodes/org.el (org-up-heading-all): Fix bug with
22101 `outline-up-heading-all'.
22102
22103 2005-04-16 Andreas Schwab <schwab@suse.de>
22104
22105 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
22106 /etc/permissions.d/* and /etc/aliases.d/*.
22107
22108 2005-04-16 Kenichi Handa <handa@m17n.org>
22109
22110 * international/code-pages.el (cp-make-coding-system):
22111 Set `translation-table-for-input' property value to the symbol
22112 ucs-mule-to-mule-unicode, not to that value.
22113 (pt154): Escape guillemet by `\'.
22114
22115 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
22116
22117 * loadup.el: Load tooltip if x-show-tip is fboundp.
22118
22119 * startup.el (command-line): Add comment.
22120
22121 * tooltip.el (tooltip-mode): Specify correct standard value for
22122 Custom in init-value.
22123
22124 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
22125
22126 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
22127 possible.
22128
22129 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
22130
22131 * textmodes/org.el (org-agenda-date-prompt): Rename from
22132 `org-agenda-date-today'.
22133 (org-evaluate-time-range): Insert at point instead of directly
22134 after time range.
22135 (org-first-headline-recenter, org-subtree-end-visible-p)
22136 (org-optimize-window-after-visibility-change): New functions
22137 (org-agenda-post-command-hook): Don't allow point at end of line,
22138 to make sure it always hits the text properties.
22139 (org-agenda-next-date-line, org-agenda-previous-date-line):
22140 New commands.
22141 (org-set-regexps-and-options): Category may contain white space.
22142 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22143 Improve marker positions.
22144 (org-agenda-new-marker): Argument POS made optional.
22145 (org-agenda-get-timestamps): Deadlines which are done are listed
22146 in org-done-face now.
22147 (org-agenda-get-todos, org-agenda-get-timestamps)
22148 (org-agenda-get-deadlines, org-agenda-get-scheduled):
22149 Set `undone-face' and `done-face' properties.
22150 (org-last-todo-state-is-todo): New variable.
22151 (org-todo): Set `org-last-todo-state-is-todo'.
22152 (org-agenda-todo): Change face according to
22153 `org-last-todo-state-is-todo'. And change other lines referring to
22154 the same entry.
22155 (org-calendar-goto-agenda): New command.
22156 (org-calendar-to-agenda-key): New option.
22157 (org-startup-folded): New allowed value `content'.
22158 (org-set-regexps-and-options): Accept new value `content' for
22159 `org-startup-folded'.
22160 (org-get-current-options): Handle new value `content' for
22161 `org-startup-folded'.
22162 (org-insert-todo-heading): New command.
22163 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
22164 interactively in empty file and option
22165 `org-insert-mode-line-in-empty-file' has been set.
22166 (org-agenda-todo, org-agenda-priority): Modify to use
22167 `org-agenda-change-all-lines'.
22168 (org-warning-face): Change color on dark background
22169
22170 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22171
22172 * international/mule-cmds.el (set-locale-environment): On Mac OS,
22173 use preferences AppleLocale and AppleLanguages, and variable
22174 mac-system-locale for default locale. On Mac OS Classic, use
22175 mac-system-coding-system for default coding systems.
22176
22177 * term/mac-win.el: Don't set file-name-coding-system.
22178 Decode variables system-name, emacs-build-system, user-login-name, and
22179 user-full-name by mac-system-coding-system on Mac OS Classic.
22180 (mac-system-coding-system): New variable.
22181
22182 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
22183
22184 * startup.el (command-line): Handle `xterm-mouse-mode' before
22185 reading init file.
22186
22187 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
22188
22189 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
22190
22191 * progmodes/sh-script.el (sh-here-document-word): Make it a
22192 defcustom. Doc fix.
22193 (sh-add): Bash uses $(( )) for arithmetic.
22194 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
22195 (sh-maybe-here-document): Remove quotes and leading whitespace
22196 from heredoc word when closing. Indent heredoc with tabs if word
22197 starts with "-".
22198
22199 2005-04-13 Richard M. Stallman <rms@gnu.org>
22200
22201 * simple.el (undo): Fix previous change.
22202
22203 * custom.el (defface): Doc fix.
22204
22205 2005-04-13 Lute Kamstra <lute@gnu.org>
22206
22207 * Makefile.in (DONTCOMPILE): Remove list.
22208 (compile, compile-always): Don't use DONTCOMPILE.
22209 (update-authors): Load the library in which batch-update-authors
22210 is defined.
22211 * makefile.w32-in (DONTCOMPILE): Remove list.
22212 (compile, compile-always): Fix comments.
22213 (update-authors): Load the library in which batch-update-authors
22214 is defined.
22215
22216 * generic-x.el (generic-mode-ini-file-find-file-hook):
22217 Rename to ini-generic-mode-find-file-hook.
22218 Keep generic-mode-ini-file-find-file-hook as an alias.
22219 (ini-generic-mode-find-file-hook): Rename from
22220 generic-mode-ini-file-find-file-hook. Fix docstring.
22221 (ini-generic-mode): Docstring change.
22222 (bat-generic-mode-run-as-comint): Silence the byte compiler.
22223
22224 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
22225 called from lisp.
22226
22227 * generic.el: Move to the emacs-lisp subdir.
22228
22229 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
22230
22231 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
22232 and C-S- function and cursor motion keys.
22233
22234 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
22235
22236 * startup.el (command-line): Enable Xterm Mouse mode by default.
22237 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
22238 for Custom. No longer show "Mouse" in mode line when enabled.
22239 Doc fix.
22240
22241 2005-04-12 Kim F. Storm <storm@cua.dk>
22242
22243 * emulation/cua-base.el (cua-rectangle-face)
22244 (cua-rectangle-noselect-face): Define face attributes here.
22245
22246 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
22247
22248 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22249
22250 * startup.el (command-line): Turn off blinking cursor if
22251 cursorBlink in resources is off or false.
22252
22253 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22254
22255 * term/mac-win.el (dnd): Require dnd.
22256 (mac-drag-n-drop): Call dnd-handle-one-url.
22257 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
22258 (kTextEncodingISOLatin2): Remove constants.
22259 (mac-script-code-coding-systems): New constant.
22260 (mac-handle-language-change): New function.
22261 (special-event-map): Bind it to `language-change' event.
22262 (mac-centraleurroman, mac-cyrillic): New coding systems.
22263 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
22264 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
22265 and mac-cyrillic-encoder to encode-mac-centraleurroman and
22266 encode-mac-cyrillic, respectively.
22267
22268 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22269
22270 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
22271 Don't set overlay-arrow-string to "=>" as this is done
22272 globally in C now.
22273
22274 2005-04-12 Lute Kamstra <lute@gnu.org>
22275
22276 * generic-x.el (rc-generic-mode, rul-generic-mode):
22277 Fix auto-mode-alist entries.
22278 (etc-fstab-generic-mode): Tweak fontification.
22279
22280 * generic.el (generic-make-keywords-list): Fix docstring.
22281 (generic-mode-internal): Simplify generic-font-lock-keywords.
22282
22283 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22284
22285 * whitespace.el (whitespace-buffer-leading)
22286 (whitespace-buffer-trailing): Revert the incorrect test inversion.
22287 However, fix the highlight area for the leading and
22288 trailing whitespaces to show space.
22289
22290 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
22291
22292 * whitespace.el (whitespace-version): Bump to 3.5
22293
22294 (whitespace-buffer-leading, whitespace-buffer-trailing):
22295 Invert sense of the test to highlight the whitespace.
22296
22297 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22298
22299 * progmodes/gud.el (gud-display-line): GUD uses its own
22300 overlay arrow now so don't set overlay-arrow-string.
22301 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
22302
22303 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
22304
22305 * term.el (term-ansi-current-bold, term-ansi-current-underline)
22306 (term-ansi-current-reverse, term-ansi-current-invisible)
22307 (term-ansi-face-already-done): Change to boolean.
22308 (term-reset-terminal, term-handle-colors-array): Handle the above
22309 vars accordingly.
22310 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
22311 (term-emulate-terminal): Use the new name.
22312
22313 * faces.el (secondary-selection): Use yellow1, not yellow.
22314 (trailing-whitespace): Use red1, not red.
22315
22316 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
22317
22318 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
22319 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
22320 (dired-dnd-handle-file): Call dnd-get-local-file-uri
22321
22322 * cus-edit.el (dnd): New group.
22323
22324 * term/w32-win.el (dnd): Require dnd
22325 (w32-drag-n-drop): Call dnd-handle-one-url.
22326
22327 * x-dnd.el: Require dnd.
22328 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
22329 Call dnd-handle-one-url.
22330 (x-dnd-types-alist, x-dnd-insert-utf8-text)
22331 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
22332 to dnd-insert-text.
22333 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
22334 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
22335 (x-dnd-get-local-file-name, x-dnd-open-local-file)
22336 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
22337
22338 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
22339
22340 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22341
22342 * wdired.el: Doc fixes.
22343 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
22344 (wdired-use-dired-vertical-movement): Rename from
22345 wdired-always-move-to-filename-beginning.
22346 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
22347 (wdired-change-to-wdired-mode): Change mode name.
22348 (wdired-newline): Delete.
22349
22350 2005-04-11 Richard M. Stallman <rms@gnu.org>
22351
22352 * whitespace.el (whitespace-highlight-the-space):
22353 Don't call whitespace-unhighlight-the-space here.
22354
22355 * simple.el (undo): Record t in undo-equiv-table
22356 for the redo record made by an undo-in-region.
22357
22358 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
22359
22360 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
22361 (gdb-frame-inferior-io-buffer): New Functions to control
22362 display of separate IO buffer.
22363 (menu): Add them to menu-bar.
22364 (gdb-display-buffer): Check for buffer another frame.
22365 Protect GUD buffer.
22366 (gdb-setup-windows): Create IO buffer if not already there.
22367 (gdb-memory-mode): Remove purecopy noops.
22368
22369 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
22370
22371 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
22372 and pass to self-insert-command.
22373
22374 2005-04-11 Lute Kamstra <lute@gnu.org>
22375
22376 * generic.el: Commentary section cleanup.
22377 (generic): Delete.
22378 (generic-use-find-file-hook, generic-lines-to-scan)
22379 (generic-find-file-regexp, generic-ignore-files-regexp)
22380 (default-generic-mode, generic-mode-find-file-hook)
22381 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
22382 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
22383 (generic-use-find-file-hook, generic-lines-to-scan)
22384 (generic-find-file-regexp, generic-ignore-files-regexp)
22385 (default-generic-mode, generic-mode-find-file-hook)
22386 (generic-mode-ini-file-find-file-hook): Move from generic.el.
22387
22388 2005-04-10 Karl Fogel <kfogel@red-bean.com>
22389
22390 * bookmark.el (bookmark-write-file): Catch errors writing file.
22391 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
22392
22393 2005-04-10 Richard M. Stallman <rms@gnu.org>
22394
22395 * startup.el (fancy-splash-tail): Update copyright year.
22396 (command-line): Split part of -Q into -D.
22397 (emacs-basic-display): New defvar.
22398 (fancy-splash-text): Correct name of menu item.
22399
22400 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
22401
22402 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
22403 lines in one node.
22404
22405 * comint.el (comint-send-input): New arg ARTIFICIAL.
22406 Callers in this file changed.
22407
22408 * abbrev.el (define-abbrevs): Read system abbrevs properly.
22409
22410 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
22411
22412 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
22413
22414 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
22415 `ldap-search-internal'.
22416
22417 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22418
22419 * files.el (set-auto-mode-1): Use line-end-position.
22420
22421 * international/latin-1.el:
22422 * international/latin-2.el:
22423 * international/latin-3.el:
22424 * international/latin-4.el:
22425 * international/latin-5.el:
22426 * international/latin-8.el:
22427 * international/latin-9.el: Give punctuation syntax to NBSP.
22428
22429 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
22430 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
22431 Use char-classes to accept non-ascii letters, accepted in some recent
22432 bibtex implementations.
22433
22434 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
22435
22436 * custom.el (custom-set-minor-mode): Any non-nil value for the
22437 variable should enable the mode when set through Custom.
22438
22439 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
22440
22441 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
22442 TAB binding so tab-always-indent is obeyed.
22443 (vhdl-minibuffer-local-map): Move initialization into declaration.
22444 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
22445 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
22446 (vhdl-hooked-abbrev): Avoid test for XEmacs.
22447 (vhdl-current-line): Use line-beginning-position.
22448 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
22449 with-output-to-temp-buffer, so the current position can be recorded.
22450
22451 2005-04-10 Masatake YAMATO <jet@gyve.org>
22452
22453 * progmodes/compile.el (compilation-error-regexp-alist-alist):
22454 Add regexp for gcov.
22455
22456 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
22457
22458 * calendar/time-date.el (time-to-seconds, seconds-to-time)
22459 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
22460 syntax which Emacs 20 doesn't support.
22461
22462 2005-04-09 Richard M. Stallman <rms@gnu.org>
22463
22464 * help.el (describe-key-briefly, describe-key):
22465 Replace strings as event types with "(any string)".
22466
22467 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
22468
22469 * arc-mode.el (archive-mode-map): Move initialization into
22470 the declaration. Override *all* bindings of `undo'.
22471 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
22472
22473 2005-04-09 Jay Belanger <belanger@truman.edu>
22474
22475 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
22476
22477 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
22478
22479 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
22480 (xterm-register-default-colors): Update color values computation
22481 to match xterm-200.
22482
22483 2005-04-09 Kenichi Handa <handa@m17n.org>
22484
22485 * international/code-pages.el (iso-latin-7): Fix the map.
22486
22487 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
22488
22489 * emacs-lisp/lisp.el (defun-prompt-regexp)
22490 (parens-require-spaces, buffer-end, end-of-defun)
22491 (insert-parentheses): Doc fixes.
22492
22493 2005-04-08 Kim F. Storm <storm@cua.dk>
22494
22495 * comint.el (comint-highlight-prompt): Fix face spec.
22496 * hi-lock.el (hi-green): Likewise.
22497
22498 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22499
22500 * cus-edit.el (custom-modified-face):
22501 * comint.el (comint-highlight-input): Fix previous changes.
22502 * term.el (term-handle-ansi-escape): Add a comment.
22503
22504 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
22505
22506 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
22507 in the buffer and in whitespace-highlighted-space.
22508 (whitespace-unhighlight-the-space): Simplify.
22509 (whitespace-buffer): Simplify.
22510
22511 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
22512
22513 * textmodes/table.el (table-cell-face): Add special case for
22514 displays supporting a high number of colors.
22515 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
22516 (vhdl-font-lock-reserved-words-face)
22517 (vhdl-speedbar-architecture-face)
22518 (vhdl-speedbar-instantiation-face)
22519 (vhdl-speedbar-architecture-selected-face)
22520 (vhdl-speedbar-instantiation-selected-face): Likewise.
22521 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
22522 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
22523 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
22524 (ebrowse-root-class-face, ebrowse-member-attribute-face)
22525 (ebrowse-progress-face): Likewise.
22526 * progmodes/compile.el (compilation-info-face): Likewise.
22527 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
22528 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
22529 * calendar/calendar.el (diary-face): Likewise.
22530 * woman.el (woman-italic-face, woman-bold-face)
22531 (woman-unknown-face): Likewise.
22532 * wid-edit.el (widget-button-pressed-face): Likewise.
22533 * whitespace.el (whitespace-highlight-face): Likewise.
22534 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
22535 * pcvs-info.el (cvs-marked-face): Likewise.
22536 * info.el (info-xref): Likewise.
22537 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
22538 * hilit-chg.el (highlight-changes-face)
22539 (highlight-changes-delete-face): Likewise.
22540 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
22541 (hi-red-b): Likewise.
22542 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
22543 * font-lock.el (font-lock-keyword-face)
22544 (font-lock-function-name-face, font-lock-warning-face): Likewise.
22545 * cus-edit.el (custom-invalid-face, custom-modified-face)
22546 (custom-set-face, custom-changed-face, custom-variable-tag-face)
22547 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
22548 * comint.el (comint-highlight-prompt): Likewise.
22549
22550 2005-04-08 Lute Kamstra <lute@gnu.org>
22551
22552 * font-lock.el (font-lock-keywords): Docstring fixes.
22553
22554 2005-04-08 Kenichi Handa <handa@m17n.org>
22555
22556 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
22557 chars are more than a limit, print " and more..." at the tail.
22558
22559 2005-04-08 Kim F. Storm <storm@cua.dk>
22560
22561 * emacs-lisp/authors.el (authors-aliases): Update list.
22562 (authors-ignored-files): New list.
22563 (authors-fixed-entries): Fix typo.
22564 (authors-renamed-files-alist): Update list.
22565 (authors-add): Check authors-ignored-files.
22566
22567 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
22568
22569 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
22570 optional, to ensure backward compatibility.
22571
22572 2005-04-08 Stephen Eglen <stephen@gnu.org>
22573
22574 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
22575
22576 2005-04-08 Kim F. Storm <storm@cua.dk>
22577
22578 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
22579
22580 * mouse.el (mouse-on-link-p): Doc fix.
22581
22582 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
22583
22584 * ielm.el (ielm-prompt-read-only): Doc fix.
22585
22586 * comint.el (comint-prompt-read-only): Doc fix.
22587
22588 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
22589
22590 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
22591 ensure dired always handles wildcards passed to ffap.
22592 (find-file-at-point): Use it.
22593 (ffap-dired-wildcards): Doc fix.
22594
22595 2005-04-07 Juri Linkov <juri@jurta.org>
22596
22597 * simple.el (next-error-overlay-arrow-position): New defvar.
22598 Put "=>" on its property `overlay-arrow-string'. Add it to
22599 `overlay-arrow-variable-list'.
22600
22601 * progmodes/compile.el (compilation-setup):
22602 Set `next-error-overlay-arrow-position' to nil. Also set it to
22603 nil in the local hook `kill-buffer-hook'. Make local variable
22604 `overlay-arrow-string' and set it to "=>".
22605 (compilation-goto-locus): Set BOL position to
22606 `next-error-overlay-arrow-position' instead of
22607 `overlay-arrow-position'.
22608
22609 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
22610 locally instead of adding it to the global hook.
22611 (Info-kill-buffer): Move up.
22612
22613 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
22614
22615 * term/xterm.el (xterm-standard-colors): Update color values from
22616 xterm-200.
22617
22618 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
22619
22620 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
22621
22622 * fast-lock.el:
22623 * lazy-lock.el: Move them to the obsolete subdir.
22624
22625 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
22626
22627 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
22628 (wdired-add-replace-advice): Remove.
22629 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
22630
22631 2005-04-06 Kim F. Storm <storm@cua.dk>
22632
22633 * startup.el (command-line): Add --bare-bones alias for -Q.
22634
22635 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
22636
22637 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
22638 create the startup fontset if a font specification ends with
22639 `mac-roman'.
22640
22641 2005-04-06 Lute Kamstra <lute@gnu.org>
22642
22643 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
22644 change.
22645
22646 * emacs-lisp/copyright.el (copyright-update-year): Replace the
22647 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
22648
22649 2005-04-05 Lute Kamstra <lute@gnu.org>
22650
22651 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
22652 (define-generic-mode): Ditto. Fix debug declaration.
22653
22654 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
22655 Put them in the generic-x group.
22656
22657 * calendar/timeclock.el (timeclock): Doc fix.
22658
22659 * generic.el (define-generic-mode): Don't use custom-current-group.
22660 Document default :group value.
22661 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
22662 (define-global-minor-mode): Don't use custom-current-group.
22663
22664 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
22665
22666 * startup.el (command-line-1): Display startup-echo-area-message
22667 when fancy splash screen is in use.
22668
22669 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
22670 (sh-escaped-newline): New face.
22671 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
22672 newline, and use sh-escaped-newline face.
22673
22674 * progmodes/tcl.el (tcl-escaped-newline): New face.
22675 (tcl-builtin-list): New variable.
22676 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
22677 newlines. Fix keywords subexpression number.
22678
22679 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
22680
22681 * textmodes/org.el (org-diary-default-entry): Fix call to
22682 `add-to-diary-entry'.
22683
22684 2005-04-05 Kim F. Storm <storm@cua.dk>
22685
22686 * ediff-init.el: Use (featurep 'xemacs).
22687
22688 2005-04-05 David Ponce <david@dponce.com>
22689
22690 * cus-edit.el (face): Derive from symbol widget. Display sample
22691 of the current face on the fly.
22692 (widget-face-sample-face-get, widget-face-notify): New functions.
22693 (widget-face-value-create): Remove.
22694
22695 * wid-edit.el (widget-field-end): Temporarily remove field
22696 narrowing before to call `get-char-property'.
22697
22698 2005-04-04 Jay Belanger <belanger@truman.edu>
22699
22700 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
22701 (math-read-subscripts): New variable.
22702 (math-read-preprocess-string): Process subscripts.
22703
22704 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
22705
22706 * comint.el (comint-prompt-read-only): Doc fix.
22707
22708 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
22709 `-1'. Doc fix.
22710
22711 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
22712
22713 * textmodes/org.el (org-insert-mode-line-in-empty-file):
22714 Change default value to nil.
22715
22716 2005-04-04 Lute Kamstra <lute@gnu.org>
22717
22718 * autorevert.el (auto-revert-mode): Specify :group.
22719 * battery.el (display-battery-mode): Specify :group.
22720 * diff-mode.el (diff-minor-mode): Specify :group.
22721 * font-core.el (font-lock-mode): Specify :group.
22722 * hl-line.el (hl-line-mode): Specify :group.
22723 * iimage.el (iimage): New customization group.
22724 (iimage-mode): Specify :group.
22725 * longlines.el (longlines-mode): Specify :group.
22726 * master.el: Don't require easy-mmode.
22727 (master): New customization group.
22728 (master-mode): Specify :group.
22729 * msb.el (msb-mode): Specify :group.
22730 * reveal.el (reveal-mode): Specify :group.
22731 * simple.el (next-error-follow-minor-mode): Specify :group.
22732 * smerge-mode.el (smerge-mode): Specify :group.
22733 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
22734 * emulation/cua-base.el (cua-mode): Specify :group.
22735 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
22736 * language/thai-util.el (thai-auto-composition-mode)
22737 (thai-word-mode): Specify :group.
22738 * mail/supercite.el (sc-minor-mode): Specify :group.
22739 * progmodes/cwarn.el (cwarn-mode): Specify :group.
22740 * progmodes/flymake.el (flymake-mode): Specify :group.
22741 * progmodes/glasses.el (glasses-mode): Specify :group.
22742 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
22743 * textmodes/enriched.el (enriched-mode): Specify :group.
22744 * textmodes/refill.el (refill-mode): Specify :group.
22745
22746 * add-log.el (change-log-font-lock-keywords): Names in
22747 parenthesized lists can contain spaces.
22748
22749 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
22750
22751 * startup.el (fancy-splash-text): Shorten default text of
22752 "Emacs Tutorial" line. Also, if the current language env
22753 indicates an available tutorial file other than TUTORIAL,
22754 extract its title and append it to the line in parentheses.
22755 (fancy-splash-insert): If arg is a thunk, funcall it.
22756
22757 2005-04-04 Jay Belanger <belanger@truman.edu>
22758
22759 * calc.el (calc-language-alist): Add tags to customization type.
22760
22761 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
22762
22763 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
22764 Doc fix.
22765
22766 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
22767
22768 * add-log.el (change-log-font-lock-keywords): The manual
22769 describing a Change Log entry, says: (...) "Aside from these
22770 header lines, every line in the change log starts with a space or
22771 a tab.". The font-lock was not highlighting lines started with
22772 spaces, added support for it.
22773
22774 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22775
22776 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
22777 (bibtex-generate-url-list): Update docstring accordingly. Put the
22778 complex example in the docstring.
22779 (bibtex-font-lock-url): Use pop.
22780
22781 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
22782
22783 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
22784
22785 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
22786
22787 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22788
22789 * filesets.el (filesets-set-default): Doc fix.
22790
22791 2005-04-03 Lute Kamstra <lute@gnu.org>
22792
22793 * generic.el (define-generic-mode): Add argument to specify
22794 keywords for defcustom.
22795 (default-generic-mode): Specify :group.
22796
22797 * generic-x.el: Specify :group for all generic modes.
22798
22799 * desktop.el (desktop-no-desktop-file-hook)
22800 (desktop-after-read-hook): Doc fix.
22801
22802 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
22803
22804 * simple.el (visible-mode): Use explicit :group keyword.
22805 This changes the group of `visible-mode-hook' from paren-blinking
22806 to editing-basics.
22807
22808 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
22809
22810 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
22811 mailbox specifications as well as URLs.
22812 (rmail-insert-inbox-text): Remove unused conditional branches.
22813
22814 2005-04-01 Jay Belanger <belanger@truman.edu>
22815
22816 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
22817 (calc-gnuplot-print-command): Move definitions to calc.el.
22818
22819 * calc/calc-embed.el (calc-embedded-announce-formula)
22820 (calc-embedded-open-formula, calc-embedded-close-formula)
22821 (calc-embedded-open-word, calc-embedded-close-word)
22822 (calc-embedded-open-plain, calc-embedded-close-plain)
22823 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
22824 (calc-embedded-open-mode, calc-embedded-close-mode):
22825 Move definitions to calc.el.
22826
22827 * calc/calc.el (calc-settings-file, calc-language-alist):
22828 Make customizable.
22829 (calc-embedded-announce-formula, calc-embedded-open-formula)
22830 (calc-embedded-close-formula, calc-embedded-open-word)
22831 (calc-embedded-close-word, calc-embedded-open-plain)
22832 (calc-embedded-close-plain, calc-embedded-open-new-formula)
22833 (calc-embedded-close-new-formula, calc-embedded-open-mode)
22834 (calc-embedded-close-mode, calc-gnuplot-name)
22835 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
22836 from other files and make customizable.
22837
22838 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
22839
22840 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
22841 Use buffer-live-p.
22842 (cvs-mode-run): Don't call cvs-update-header here.
22843 (cvs-run-process): Call cvs-update-header.
22844 Use process properties for cvs-postprocess and cvs-buffer so that
22845 the sentinel can behave better if the temp buffer is killed.
22846 Use a pipe rather than a tty, to better handle unexpected prompts.
22847 (cvs-sentinel): Rewrite. Call cvs-update-header.
22848
22849 2005-04-01 Andre Spiegel <spiegel@gnu.org>
22850
22851 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
22852 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
22853
22854 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
22855
22856 * generic.el (define-generic-mode): Add indentation rule.
22857
22858 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
22859
22860 * files.el (mode-require-final-newline): Make Custom correctly
22861 report a nil value and allow to set it to nil via Custom.
22862 Doc fix.
22863
22864 2005-04-01 Kenichi Handa <handa@m17n.org>
22865
22866 * international/characters.el: Enable the correct case setting for
22867 dotless-i and dotted-I.
22868
22869 2005-04-01 Kim F. Storm <storm@cua.dk>
22870
22871 * ido.el (ido-file-internal): Fall back to non-ido command if
22872 initial directory is on slow ftp (or tramp) host.
22873
22874 2005-03-31 Richard M. Stallman <rms@gnu.org>
22875
22876 * emacs-lisp/autoload.el (make-autoload):
22877 Handle define-global-minor-mode.
22878
22879 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
22880 Rename from easy-mmode-define-global-mode.
22881 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
22882
22883 * progmodes/scheme.el (scheme-mode-syntax-table):
22884 Update syntax of | and # for two-character comment syntax.
22885
22886 2005-03-31 Lute Kamstra <lute@gnu.org>
22887
22888 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
22889 (define-minor-mode): Call custom-current-group at load-time.
22890
22891 * generic.el (define-generic-mode): Add debug declaration.
22892 Add defcustom for the mode hook.
22893 (generic-mode-internal): Use run-mode-hooks.
22894
22895 2005-03-31 Kim F. Storm <storm@cua.dk>
22896
22897 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
22898 (mouse-fixup-help-message): New defun called by show_help_echo
22899 to fixup mouse-2 prefix in help messages when applicable.
22900
22901 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
22902
22903 2005-03-31 Kenichi Handa <handa@m17n.org>
22904
22905 * language/thai-word.el (thai-find-word-ends): Pay attention to
22906 the case that we reach the end of buffer.
22907
22908 * textmodes/fill.el (fill-text-properties-at): New function.
22909 (fill-newline): Use fill-text-properties-at instead of
22910 text-properties-at.
22911
22912 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
22913
22914 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
22915 not comint-quote-filename.
22916
22917 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
22918
22919 * help-fns.el (help-with-tutorial): Revert last change.
22920
22921 2005-03-31 Kim F. Storm <storm@cua.dk>
22922
22923 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
22924
22925 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
22926
22927 * calendar/cal-china.el: Update reference to "Calendrical
22928 Calculations" book; there's a new edition.
22929 * calendar/cal-coptic.el: Likewise.
22930 * calendar/cal-french.el: Likewise.
22931 * calendar/cal-hebrew.el: Likewise.
22932 * calendar/cal-islam.el: Likewise.
22933 * calendar/cal-iso.el: Likewise.
22934 * calendar/cal-julian.el: Likewise.
22935 * calendar/cal-mayan.el: Likewise.
22936 * calendar/cal-persia.el: Likewise.
22937 * calendar/calendar.el: Likewise.
22938 * calendar/holidays.el: Likewise.
22939 * calendar/lunar.el: Likewise.
22940 * calendar/solar.el: Likewise.
22941
22942 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
22943 white space from doc string.
22944
22945 2005-03-30 Jay Belanger <belanger@truman.edu>
22946
22947 * calc/calc-help.el (calc-full-help): Remove email address.
22948
22949 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
22950
22951 * help-fns.el (help-with-tutorial): Delete title line.
22952
22953 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
22954
22955 * calendar/cal-x.el (calendar-one-frame-setup)
22956 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
22957 rather than `symbol' for set-window-dedicated-p.
22958
22959 * calendar/appt.el (appt-buffer-name): Make it a constant.
22960 (appt-add): Doc fix.
22961
22962 * filesets.el (filesets-menu-path, filesets-menu-before)
22963 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
22964 (filesets-menu-cache-file): Use directory ~/.emacs.d.
22965 (filesets-add-submenu): Delete and use add-submenu instead.
22966
22967 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
22968
22969 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
22970 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
22971 (org-diary-default-entry): New function.
22972 (org-get-entries-from-diary): Better parsing of diary entries.
22973 (org-agenda-check-no-diary): New function.
22974 ("diary-lib"): Advice to function `add-to-diary-list', to allow
22975 linking to diary entries.
22976 (org-agenda-execute-calendar-command): New function.
22977 (org-agenda): Improve visible section in window.
22978 Use `org-fit-agenda-window'.
22979 (org-fit-agenda-window): New option.
22980 (org-move-subtree-down): Better handling of empty lines
22981 at end of subtree.
22982 (org-cycle): Numeric prefix is interpreted now as show-subtree N
22983 levels up.
22984 (org-fontify-done-headline): New option.
22985 (org-headline-done-face): New face.
22986 (org-set-font-lock-defaults): Use `org-headline-done-face'.
22987 (org-table-copy-down): Rename from `org-table-copy-from-above'.
22988 When current field is non-empty, it is copied to next row.
22989 (org-table-copy-from-above): Fix bug which made it
22990 impossible to copy fields containing only a single non-white character.
22991
22992 2005-03-30 Kim F. Storm <storm@cua.dk>
22993
22994 * kmacro.el (kmacro-end-macro): Isearch may store this command
22995 into the macro -- so ignore it when executing keyboard macro.
22996
22997 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
22998
22999 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
23000
23001 2005-03-29 Kenichi Handa <handa@m17n.org>
23002
23003 * language/thai.el ("Thai"): Set setup-function and exit-function
23004 for Thai language environment.
23005
23006 * language/thai-util.el: Require thai-word.
23007 (thai-word-mode-map): New variable.
23008 (thai-word-mode): New minor mode.
23009 (setup-thai-language-environment-internal): New function.
23010 (exit-thai-language-environment-internal): New function.
23011
23012 * language/thai-word.el (thai-word-table): Declare it by defvar,
23013 use dolist to initialize it.
23014 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
23015 (thai-fill-find-break-point): New functions.
23016
23017 2005-03-29 Richard M. Stallman <rms@gnu.org>
23018
23019 * simple.el (idle-update-delay): Move definition up.
23020 (set-mark): Doc fix.
23021
23022 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
23023
23024 * longlines.el: New file.
23025
23026 * simple.el (buffer-substring-filters): New variable.
23027 (filter-buffer-substring): New function.
23028 (kill-region, copy-region-as-kill): Use it.
23029
23030 * register.el (copy-to-register, append-to-register)
23031 (prepend-to-register): Use filter-buffer-substring.
23032
23033 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
23034
23035 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
23036 (gud-filter-pending-text): Move in front of gdb.
23037 (gud-overlay-arrow-position): New variable.
23038 (gud-sentinel, gud-display-line): Use it in place of
23039 overlay-arrow-position.
23040
23041 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
23042
23043 * progmodes/fortran.el (fortran-if-indent): Doc fix.
23044 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
23045 (fortran-font-lock-keywords-4): New variable.
23046 (fortran-blocks-re, fortran-end-block-re)
23047 (fortran-start-block-re): New constants, for hideshow.
23048 (hs-special-modes-alist): Add a Fortran entry.
23049 (fortran-mode-map): Bind fortran-end-of-block,
23050 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
23051 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
23052 (fortran-looking-at-if-then, fortran-end-of-block)
23053 (fortran-beginning-of-block): New functions, for hideshow.
23054
23055 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
23056 Doc fix. Tweak regexp.
23057 (f90-beginning-of-block): Push mark first.
23058
23059 2005-03-29 Jay Belanger <belanger@truman.edu>
23060
23061 * calc/calc.el: Update copyright date.
23062 (calc-version): Increase to 2.1.
23063 (calc-version-date): Remove.
23064
23065 * calc/calc-help.el: Update copyright date.
23066 (calc-full-help): Remove reference to calc-version-date.
23067 Update copyright date.
23068
23069 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23070
23071 * vc.el (vc-do-command): Use a pipe for async processes, so password
23072 prompts don't show up at places where the user can't reply.
23073
23074 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
23075
23076 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
23077 on the file name we pass to the inferior shell.
23078
23079 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
23080
23081 * progmodes/which-func.el (which-function): Be robust in the face of an
23082 imenu--make-index-alist failure.
23083
23084 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
23085
23086 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
23087
23088 * progmodes/python.el (python-preoutput-filter): Fix last change.
23089
23090 2005-03-29 Lute Kamstra <lute@gnu.org>
23091
23092 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
23093 functions and compiled macros.
23094 (debug-convert-byte-code): Handle macros too.
23095 (debug-on-entry-1): Don't signal an error when trying to clear a
23096 function that is not set to debug on entry.
23097
23098 2005-03-29 Jay Belanger <belanger@truman.edu>
23099
23100 * calc/calc-lang.el: Add functions to math-function-table
23101 properties of tex and math.
23102
23103 2005-03-29 Kenichi Handa <handa@m17n.org>
23104
23105 * ps-mule.el (ps-mule-plot-string): Translate characters by
23106 ps-print-translation-table.
23107 (ps-mule-begin-job): Call find-charset-region/string with
23108 ps-print-translation-table.
23109 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
23110
23111 * ps-print.el (ps-print-translation-table): New variable.
23112 (ps-plot-region): Translate characters by ps-print-translation-table.
23113
23114 2005-03-29 Juri Linkov <juri@jurta.org>
23115
23116 * simple.el (next-error-highlight-timer): New variable.
23117
23118 * progmodes/compile.el (compilation-goto-locus):
23119 Use `next-error-highlight-timer' instead of `sit-for'.
23120
23121 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23122
23123 * mail/supercite.el (sc-mail-field): Use assoc-string.
23124 (sc-get-address): Simplify regexps.
23125
23126 * files.el (minibuffer-with-setup-hook): New macro.
23127 (find-file-read-args): Use it to avoid let-binding
23128 minibuffer-with-setup-hook (which breaks turning on/off
23129 file-name-shadow-mode while in the prompt).
23130
23131 * complete.el (PC-read-include-file-name-internal):
23132 Use test-completion.
23133
23134 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
23135
23136 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
23137
23138 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
23139
23140 * window.el (window-buffer-height): Use count-screen-lines.
23141
23142 * progmodes/python.el (python-preoutput-leftover): New var.
23143 (python-preoutput-filter): Use it.
23144 (python-send-receive): Loop until all the result has been received.
23145
23146 2005-03-28 Juri Linkov <juri@jurta.org>
23147
23148 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
23149
23150 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
23151 "Recover Crashed Session".
23152 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
23153 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
23154 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
23155 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
23156 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
23157 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
23158 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
23159 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
23160
23161 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
23162 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
23163 Ediff Sessions", "Toggle use of separate control buffer frame",
23164 "Use separate frame for Ediff control buffer".
23165
23166 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
23167 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
23168 "Rename Bookmark", "Delete Bookmark".
23169
23170 * info.el (Info-mode-menu): Remove ellipsis from "Index".
23171 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
23172 Add `:active Info-index-alternatives' to "Next Matching Item".
23173
23174 * wdired.el (wdired-change-to-wdired-mode):
23175 Mention `wdired-abort-changes' key in the initial message.
23176
23177 * international/mule.el (auto-coding-alist): Associate non-ascii
23178 image filename extensions with `no-conversion'.
23179
23180 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
23181
23182 * international/iso-acc.el:
23183 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
23184
23185 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
23186
23187 * textmodes/sgml-mode.el (html-mode): Doc update.
23188
23189 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
23190
23191 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
23192
23193 * term.el (term-move-columns): Fix face after extending a line.
23194 (term-insert-spaces): Likewise.
23195 (term-reset-terminal): Fix off by one error.
23196
23197 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23198
23199 * international/mule.el (auto-coding-alist): Add .xpi files.
23200
23201 * files.el (auto-mode-alist): Add .xpi files.
23202
23203 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
23204
23205 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
23206
23207 2005-03-26 Eli Zaretskii <eliz@gnu.org>
23208
23209 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
23210
23211 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
23212
23213 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
23214 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
23215
23216 * calendar/cal-move.el (calendar-beginning-of-year): Move the
23217 cursor to Jan 1 when needed.
23218 (calendar-end-of-year): Fix -/+ typo.
23219 Reported by Chong Yidong <cyd@stupidchicken.com>.
23220
23221 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
23222
23223 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
23224
23225 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
23226 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
23227
23228 2005-03-25 Richard M. Stallman <rms@gnu.org>
23229
23230 * filesets.el (filesets-init): Add autoload.
23231
23232 * mail/mailalias.el (mail-directory): Doc fix.
23233
23234 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23235
23236 * mail/mailalias.el (mail-directory-process): Do nothing if
23237 mail-directory-process is an atom.
23238 (mail-get-names): Ignore mail-directory-names if it is an atom.
23239 (mail-directory-process defvar): Doc fix.
23240 (mail-names): Doc fix.
23241
23242 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
23243
23244 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
23245
23246 2005-03-26 Kenichi Handa <handa@m17n.org>
23247
23248 * international/mule-util.el (detect-coding-with-priority):
23249 Call update-coding-systems-internal before detect-coding-region.
23250
23251 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
23252
23253 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
23254 (gdb-frames-mode-map): Add follow-link property.
23255
23256 2005-03-25 Jay Belanger <belanger@truman.edu>
23257
23258 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
23259 for variables.
23260
23261 2005-03-25 Juri Linkov <juri@jurta.org>
23262
23263 * image-mode.el: Optimize image filename extension regexps in
23264 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
23265 in `auto-mode-alist'.
23266 (image-mode): Add `image-toggle-display-text' to local hook
23267 `change-major-mode-hook'. Display the image as an image by
23268 default. Set `cursor-type' and `truncate-lines' if the image
23269 is already displayed. Take into account the current mode (image
23270 or text) in message.
23271 (image-minor-mode): New minor mode.
23272 (image-mode-maybe, image-toggle-display-text): New functions.
23273 (image-toggle-display): Use called-interactively-p.
23274 Let-bind `inhibit-read-only' to t.
23275
23276 * image-mode.el (image-minor-mode): Set `cursor-type' and
23277 `truncate-lines' if the image is already displayed. Add turning
23278 image-minor-mode off to `change-major-mode-hook'. Add message.
23279 Call `image-toggle-display-text' after turning image-minor-mode off.
23280
23281 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
23282
23283 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
23284 Terminal.app, use utf-8.
23285 (set-display-table-and-terminal-coding-system): Add coding-system arg.
23286 (set-locale-environment): Use it.
23287
23288 * term/xterm.el: Undo last change, better done in mule-cmds.el.
23289
23290 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
23291
23292 * progmodes/python.el (python-close-block-statement-p)
23293 (python-outdent-p, python-current-defun): Use symbol-end.
23294
23295 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
23296
23297 * files.el (save-some-buffers): Doc fix.
23298
23299 2005-03-25 Werner Lemberg <wl@gnu.org>
23300
23301 * complete.el, thumbs.el: Replace `legal' with `valid'.
23302 * calendar/calendar.el: Replace `legal' with `valid'.
23303 * emacs-lisp/advice.el: Replace `legal' with `valid'.
23304 * mail/supercite.el: Replace `legal' with `valid'.
23305 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
23306 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
23307 Replace `legal' with `valid'.
23308 * textmodes/reftex-vars.el, textmodes/reftex.el:
23309 Replace `legal' with `valid'.
23310
23311 2005-03-25 Werner Lemberg <wl@gnu.org>
23312
23313 * calc/calc-forms.el, calc/calc-sel.el
23314 * midnight.el, vc-cvs.el
23315 * emacs-lisp/cl-macs.el
23316 * emulation/vip.el
23317 * eshell/esh-io.el, eshell/esh-var.el
23318 * mail/supercite.el
23319 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
23320 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
23321 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
23322 * progmodes/sh-script.el, progmodes/xscheme.el
23323 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
23324 * textmodes/reftex-index.el, textmodes/reftex-parse.el
23325 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
23326 * textmodes/reftex.el, textmodes/org.el:
23327 Replace `illegal' with `invalid'.
23328
23329 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23330
23331 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
23332 (flymake-find-buildfile, flymake-find-possible-master-files)
23333 (flymake-check-include, flymake-parse-line): Replace loops over the
23334 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
23335
23336 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
23337 Substitute file-name-as-directory in the rest of the file.
23338 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
23339 (flymake-replace-region): Remove unused arg `buffer'.
23340 (flymake-check-patch-master-file-buffer): Update calls to it.
23341 (flymake-add-err-info): Remove unused var `count'.
23342 (flymake-mode): Use define-minor-mode.
23343
23344 * progmodes/flymake.el: Use with-current-buffer.
23345 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
23346 flymake-replace-regexp-in-string, flymake-line-beginning-position)
23347 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
23348 Avoid testing for `xemacs'.
23349 (flymake-nop): Move.
23350 (flymake-region-has-flymake-overlays): Return the computed value.
23351 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
23352 Remove unused var `endline'.
23353 (flymake-get-line-count): Remove unused function.
23354 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
23355
23356 * emulation/vi.el:
23357 * generic.el:
23358 * hilit-chg.el (global-highlight-changes):
23359 * hi-lock.el (hi-lock-mode):
23360 * follow.el: find-file-hooks -> find-file-hook.
23361
23362 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
23363
23364 2005-03-24 Juri Linkov <juri@jurta.org>
23365
23366 * dired.el (dired-mode-map): Add menu item "Compare directories"
23367 for dired-compare-directories.
23368
23369 * dired-aux.el (dired-compare-directories): Add autoload cookie.
23370 Doc fix. Replace `read-file-name' with `read-directory-name'.
23371
23372 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23373
23374 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
23375
23376 2005-03-24 Jay Belanger <belanger@truman.edu>
23377
23378 * calc/calc-embed.el (calc-embedded-mode-change): Save all
23379 relevant mode settings in calc-embedded-original-modes when modes
23380 are permanently changed.
23381
23382 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
23383
23384 * autoinsert.el: find-file-hooks -> find-file-hook.
23385
23386 2005-03-24 Lute Kamstra <lute@gnu.org>
23387
23388 * generic.el (generic-font-lock-defaults): Make it obsolete.
23389 (generic-font-lock-keywords): New variable to replace
23390 generic-font-lock-defaults.
23391 (generic-mode-set-font-lock): Delete it.
23392 (generic-mode-internal): Don't call generic-mode-set-font-lock.
23393 (generic-bracket-support): Add docstring.
23394
23395 * generic-x.el: Rename generic-font-lock-defaults to
23396 generic-font-lock-keywords throughout.
23397 (mailagent-rules-setup-function): Delete it.
23398 (mailagent-rules-generic-mode): Use anonymous function instead.
23399 (show-tabs-generic-mode-font-lock-defaults-1)
23400 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
23401 Quote faces.
23402 (show-tabs-tab-face, show-tabs-space-face): Specify background,
23403 not foreground.
23404
23405 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
23406 Recognize define-generic-mode.
23407
23408 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
23409
23410 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
23411 if there's no completion table.
23412
23413 2005-03-23 Miles Bader <miles@gnu.org>
23414
23415 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23416 Remove tty-specific variants, as they're no longer needed.
23417
23418 2005-03-23 Lute Kamstra <lute@gnu.org>
23419
23420 * generic-x.el: Code cleanup: make args constant whenever possible.
23421 (installshield-statement-keyword-list)
23422 (installshield-system-functions-list)
23423 (installshield-system-variables-list, installshield-types-list)
23424 (installshield-funarg-constants-list): Make them constants.
23425
23426 * generic.el (generic-make-keywords-list): Add autoload cookie.
23427
23428 * calendar/time-date.el: Add comment on time value formats.
23429 Don't require parse-time.
23430 (with-decoded-time-value): New macro.
23431 (encode-time-value): New function.
23432 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
23433 (days-to-time): Return a valid time value when arg is huge.
23434 (time-since): Use time-subtract.
23435 (time-to-number-of-days): Use time-to-seconds.
23436
23437 2005-03-23 David Ponce <david@dponce.com>
23438
23439 * recentf.el (recentf-keep): New option.
23440 (recentf-menu-action): Default to `find-file'.
23441 (recentf-keep-non-readable-files-flag)
23442 (recentf-keep-non-readable-files-p)
23443 (recentf-file-readable-p, recentf-find-file)
23444 (recentf-cleanup-remote): Remove.
23445 (recentf-include-p): More robust.
23446 (recentf-keep-p): New function.
23447 (recentf-remove-if-non-kept): Rename from
23448 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
23449 All callers updated.
23450 (recentf-menu-items-for-commands): Fix help string.
23451 (recentf-track-closed-file): Update. Doc fix.
23452 (recentf-cleanup): Update. Count removed files. Doc fix.
23453
23454 2005-03-23 Kim F. Storm <storm@cua.dk>
23455
23456 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23457 Don't inherit from fringe face (now happens automatically).
23458
23459 2005-03-22 Kim F. Storm <storm@cua.dk>
23460
23461 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
23462 position values.
23463
23464 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
23465
23466 * menu-bar.el (showhide-date-time): Remove.
23467 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
23468 (menu-bar-make-mm-toggle): Simplify.
23469
23470 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23471
23472 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
23473 Accept qualified variable and function names.
23474
23475 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
23476
23477 * bindings.el (completion-ignored-extensions):
23478 Remove ".lis" for `vax-vms'.
23479
23480 2005-03-22 Andreas Schwab <schwab@suse.de>
23481
23482 * generic-x.el: Revert last change.
23483 * ldefs-boot.el: Update.
23484
23485 2005-03-22 Jay Belanger <belanger@truman.edu>
23486
23487 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
23488 (calc-embedded-save-original-modes)
23489 (calc-embedded-restore-original-modes): New functions.
23490 (calc-do-embedded): Save original modes when entering embedded mode
23491 and restore when leaving embedded mode.
23492 (calc-embedded-modes-change): Change the value of
23493 calc-embedded-original-modes to reflect permanent changes.
23494
23495 2005-03-22 Lute Kamstra <lute@gnu.org>
23496
23497 * generic-x.el: Require generic again.
23498
23499 2005-03-22 Miles Bader <miles@gnu.org>
23500
23501 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
23502 Tweak details to look good on both ttys and bitmap displays, light
23503 or dark background, etc.
23504
23505 2005-03-21 Kim F. Storm <storm@cua.dk>
23506
23507 * tooltip.el (tooltip-show-help-function): Check car and cdr of
23508 mouse position.
23509
23510 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
23511
23512 * icomplete.el: Don't forcibly turn on the mode upon load.
23513 (icomplete-mode): Use define-minor-mode.
23514 (icomplete-eoinput): Default to nil.
23515 (icomplete-minibuffer-setup): Remove autoload.
23516 (icomplete-tidy): Simplify.
23517 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
23518 in the initial state or if the user has modified the field.
23519 Fix handling of icomplete-max-delay-chars.
23520 Remove code that handles the oddball case where
23521 minibuffer-completion-table is an integer.
23522 Wrap icomplete-completions in while-no-input in case building
23523 completions takes more time than expected.
23524 (icomplete-completions): Simplify.
23525
23526 2005-03-21 Richard M. Stallman <rms@gnu.org>
23527
23528 * jka-compr.el (jka-compr-really-do-compress):
23529 Make variable buffer-local.
23530
23531 * image-mode.el: Handle .xpm files too.
23532 (image-toggle-display): Preserve modification flag.
23533
23534 * help.el (where-is): Don't mention aliases with no key bindings.
23535
23536 2005-03-21 Lute Kamstra <lute@gnu.org>
23537
23538 * generic.el: Fix commentary section. Don't require cl for
23539 compilation.
23540 (generic-mode-list): Add autoload cookie.
23541 (generic-use-find-file-hook, generic-lines-to-scan)
23542 (generic-find-file-regexp, generic-ignore-files-regexp)
23543 (generic-mode, generic-mode-find-file-hook)
23544 (generic-mode-ini-file-find-file-hook): Fix docstrings.
23545 (define-generic-mode): Make it a defmacro. Fix docstring.
23546 (generic-mode-internal): Code cleanup. Add autoload cookie.
23547 (generic-mode-set-comments): Code cleanup.
23548 * generic-x.el: Don't prevent compilation. Don't require generic.
23549 Follow coding conventions. Minor code cleanup.
23550 (etc-fstab-generic-mode): Add some keywords.
23551 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
23552 define-generic-mode like a function declaration.
23553
23554 2005-03-21 Jay Belanger <belanger@truman.edu>
23555
23556 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
23557 changing modes.
23558
23559 2005-03-21 Sam Steingold <sds@gnu.org>
23560
23561 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
23562
23563 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
23564
23565 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
23566 Add underscore to "f$ lexicals" regexp.
23567
23568 2005-03-20 Juri Linkov <juri@jurta.org>
23569
23570 * subr.el (progress-reporter-do-update): When `min-value' is equal
23571 to `max-value', set `percentage' to 0 and prevent division by zero.
23572
23573 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
23574
23575 Sync with Tramp 2.0.48.
23576
23577 * net/tramp.el (all): Change all addresses to .gnu.org.
23578 (tramp-append-tramp-buffers): New defun.
23579 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
23580 Catch `dont-send' signal.
23581 (tramp-set-auto-save-file-modes): Set always permissions, because
23582 there might be an old auto-saved file belonging to another
23583 original file. This could be a security threat. Reported by
23584 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
23585 Check for Emacs 21.3.50 removed.
23586
23587 * net/tramp-smb.el (all): Remove debug construct for
23588 `with-parsed-tramp-file-name'.
23589 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
23590 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
23591 No error message if DIRECTORY or FILENAME doesn't exist.
23592 (tramp-smb-open-connection): Check existence of
23593 `tramp-smb-program'.
23594
23595 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
23596
23597 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
23598 Properly handle the case where the `m' or `s' command's argument is not
23599 yet terminated.
23600 (perl-indent-new-calculate): New function.
23601 (perl-indent-line): Use it.
23602
23603 2005-03-20 Miles Bader <miles@gnu.org>
23604
23605 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
23606 in text-mode too. Change to new face names.
23607 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
23608 Add `:weight bold' attribute.
23609 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
23610
23611 2005-03-19 Juri Linkov <juri@jurta.org>
23612
23613 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
23614
23615 * international/mule.el (auto-coding-alist): Sync with
23616 `auto-mode-alist' by adding upper case archive file extensions
23617 and adding ear/war to jar extension.
23618
23619 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
23620
23621 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
23622 running, restart it.
23623
23624 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
23625
23626 * finder.el (finder-current-item): Throw an error on an empty line.
23627
23628 * man.el (Man-follow-manual-reference): If current-word returns
23629 nil, use "".
23630
23631 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
23632
23633 * simple.el (goto-line): Doc fix.
23634
23635 2005-03-19 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
23636
23637 * files.el (save-buffer): Doc fix.
23638
23639 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
23640
23641 * recentf.el (recentf-cleanup-remote): New variable.
23642 (recentf-cleanup): Use it to conditionally check availability of
23643 remote files.
23644
23645 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
23646
23647 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
23648 function names.
23649
23650 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23651
23652 * language/thai-word.el: New file.
23653
23654 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
23655
23656 * files.el (backup-buffer): If the file's directory is not
23657 writable, use copy instead of move to backup the file.
23658
23659 2005-03-19 Eli Zaretskii <eliz@gnu.org>
23660
23661 * obsolete/keyswap.el: Moved to obsolete/ from term/.
23662
23663 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23664
23665 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
23666 Use functionp instead of symbolp and fboundp. Reported by Drkm
23667 <darkman_spam@yahoo.fr>.
23668 (ps-print-version): New version 6.6.6.
23669
23670 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
23671
23672 * textmodes/table.el (table--line-column-position): New idiom.
23673 (table--row-column-insertion-point-p): New function to test
23674 validity of row and column insertion operation at a location.
23675 (table-global-menu, table-cell-menu): Use above functions for
23676 deterministic test operation.
23677 (table--editable-cell-p): Behave in deterministic fashion.
23678
23679 2005-03-18 Juri Linkov <juri@jurta.org>
23680
23681 * isearch.el (isearch-lazy-highlight-new-loop):
23682 Make arguments beg and end optional.
23683 (isearch-update): Remove optional arguments nil from
23684 isearch-lazy-highlight-new-loop.
23685 (isearch-lazy-highlight-search): Let-bind case-fold-search to
23686 isearch-lazy-highlight-case-fold-search instead of
23687 isearch-case-fold-search, and let-bind isearch-regexp to
23688 isearch-lazy-highlight-regexp.
23689 Use isearch-lazy-highlight-last-string instead of isearch-string.
23690
23691 * replace.el (perform-replace): Remove bindings of global
23692 variables isearch-string, isearch-regexp, isearch-case-fold-search.
23693 Add three new arguments to `replace-highlight'.
23694 (replace-highlight): Add arguments string, regexp, case-fold.
23695 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
23696 to allow isearch-lazy-highlight-new-loop to use these values
23697 to set corresponding isearch-lazy-highlight-* internal
23698 variables whose values lazy highlighting will use regardless of
23699 changes to global variables isearch-string, isearch-regexp,
23700 isearch-case-fold-search during lazy highlighting loop.
23701 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
23702 to `lazy-highlight-cleanup'.
23703
23704 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
23705 (ispell-highlight-face): Set default face to `isearch' when
23706 lazy highlighting is enabled.
23707 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
23708 priority to 1. Add lazy highlighting.
23709 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
23710 from `isearch-dehighlight'.
23711
23712 2005-03-18 David Ponce <david@dponce.com>
23713
23714 * files.el (hack-local-variables): Do a case-insensitive search
23715 for End.
23716
23717 2005-03-18 Juri Linkov <juri@jurta.org>
23718
23719 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
23720 `isearch-lazy-highlight-cleanup', add alias to old name and
23721 declare obsolete. Add release numbers to other obsolete vars.
23722 (isearch-done, isearch-lazy-highlight-new-loop):
23723 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
23724 (lazy-highlight-cleanup) <variable>: Doc fix.
23725 (isearch-lazy-highlight-update): Rename obsolete
23726 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
23727
23728 2005-03-18 Kenichi Handa <handa@m17n.org>
23729
23730 * language/thai-util.el: Fix categorization of Thai characters in
23731 thai-category-table.
23732 (thai-composition-pattern): Adjust it for the above change.
23733 (thai-self-insert-command, thai-compose-syllable): New functions.
23734 (thai-compose-region): Use thai-compose-syllable.
23735 (thai-compose-string): Likewise.
23736 (thai-composition-function): Likewise.
23737 (thai-auto-composition): New function.
23738 (thai-auto-composition-mode): New minor mode.
23739
23740 * language/thai.el: Fix patterns to be registered in
23741 composition-function-table.
23742
23743 * international/quail.el (quail-input-method): Locally bind
23744 inhibit-modification-hooks to t.
23745
23746 2005-03-17 Richard M. Stallman <rms@gnu.org>
23747
23748 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
23749 (perl-mode): Use run-mode-hooks.
23750
23751 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
23752 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
23753 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
23754
23755 * mail/sendmail.el (sendmail-send-it): Reenable the code
23756 to compute resend-to-address and use it.
23757
23758 * tar-mode.el (tar-mode): Turn off undo unconditionally.
23759
23760 * image-mode.el: New file.
23761
23762 * image.el (insert-sliced-image): Add autoload cookie.
23763
23764 * font-lock.el (font-lock-lines-before): New user option.
23765 (font-lock-after-change-function): Obey it.
23766
23767 * bindings.el (esc-map): Make M-g a prefix.
23768 Bind M-g g and M-g M-g to goto-line.
23769
23770 * faces.el (face-id): Doc fix.
23771
23772 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
23773
23774 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
23775 (rmail-show-message): Use rmail-unknown-mail-followup-to.
23776 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
23777
23778 * mail/sendmail.el (mail-yank-ignored-headers)
23779 (mail-font-lock-keywords, mail-mode-fill-paragraph):
23780 Add Mail-Followup-To and Mail-Reply-To headers.
23781 (mail-citation-hook): Add autoload cookie.
23782 (mail-mode): Doc fix.
23783 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
23784 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
23785 (mail-mode-fill-paragraph): Handle those headers.
23786 (mail-mailing-lists): New variable.
23787 (mail-mail-reply-to, mail-mail-followup-to): New functions.
23788
23789 2005-03-17 Juri Linkov <juri@jurta.org>
23790
23791 * isearch.el (isearch-fallback): Check for `(car previous)'
23792 before calling `isearch-other-end-state'.
23793
23794 2005-03-17 Kim F. Storm <storm@cua.dk>
23795
23796 * simple.el (move-beginning-of-line): Move to beginning of buffer
23797 line, as well as beginning of screen line.
23798
23799 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
23800
23801 * calendar/diary-lib.el (mark-diary-entries): Use new optional
23802 argument REDRAW rather than calendar-redrawing variable.
23803 * calendar/calendar.el (calendar-redrawing): Delete.
23804 (redraw-calendar): Do not bind calendar-redrawing.
23805
23806 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
23807
23808 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
23809 diary-file buffer.
23810
23811 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
23812
23813 * help.el (describe-mode): Allow a :minor-mode-function property to
23814 specify a different minor mode toggle function than the variable.
23815 * simple.el (auto-fill-function):
23816 * subr.el (add-minor-mode): Use it.
23817
23818 2005-03-16 Kenichi Handa <handa@m17n.org>
23819
23820 * language/ethio-util.el (sera-being-called-by-w3): New variable.
23821 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
23822 (ethio-fidel-to-sera-buffer): Likewise.
23823
23824 2005-03-16 Juri Linkov <juri@jurta.org>
23825
23826 * emacs-lisp/find-func.el (find-function-regexp):
23827 Add defun-emitting macro `menu-bar-make-toggle'.
23828
23829 * isearch.el: Put `isearch-scroll' property to
23830 `split-window-horizontally'.
23831
23832 * info.el: Update error messages for `debug-ignored-errors'.
23833 (Info-isearch-search): Doc fix.
23834 (Info-find-node): Move up code to go into info buffer before
23835 recording the node to the history.
23836 (Info-fontify-node): Fontify titles only if the next line
23837 has two or more `*', `=', `-', `.'.
23838 Display "go to this node" for empty (match-string 3).
23839
23840 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23841
23842 * term/mac-win.el: Add mouse pointer shape constants.
23843
23844 2005-03-15 Kim F. Storm <storm@cua.dk>
23845
23846 * simple.el (move-beginning-of-line): Use vertical-motion.
23847
23848 2005-03-15 Juri Linkov <juri@jurta.org>
23849
23850 * isearch.el (isearch-error): New variable.
23851 (isearch-invalid-regexp, isearch-within-brackets): Remove.
23852 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
23853 (isearch-within-brackets-state): Remove.
23854 (isearch-case-fold-search-state, isearch-pop-fun-state):
23855 Decrease frame index.
23856 (isearch-mode, isearch-top-state, isearch-push-state)
23857 (isearch-edit-string, isearch-abort, isearch-search-and-update)
23858 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
23859 (isearch-search, isearch-lazy-highlight-new-loop):
23860 Replace `isearch-invalid-regexp' with `isearch-error'.
23861 Remove `isearch-within-brackets'.
23862 (isearch-search): Add `search-failed' handler to `condition-case'.
23863 (isearch-lazy-highlight-search): Add `condition-case' to catch
23864 errors and allow `isearch-lazy-highlight-update' to try
23865 highlighting from the beginning of the window.
23866 (isearch-repeat): Move up code to set isearch-wrapped to t
23867 before calling isearch-wrap-function.
23868
23869 * info.el (Info-isearch-initial-node): New internal variable.
23870 (Info-search): Signal an error in isearch mode when search leaves
23871 the initial node. Signal an error when `bound' is non-nil and
23872 nothing was found in the current subfile.
23873 (Info-isearch-search): Remove `condition-case'.
23874 (Info-isearch-wrap): Don't wrap when search failed during leaving
23875 the initial node. If `Info-isearch-search' is nil, wrap around
23876 the current node.
23877 (Info-isearch-start): New fun.
23878 (Info-mode): Add buffer-local hook `Info-isearch-start' to
23879 `isearch-mode-hook'.
23880
23881 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
23882
23883 * simple.el (normal-erase-is-backspace): Set default to t if
23884 running on Mac.
23885
23886 * term/mac-win.el (function-key-map): Sync with x-win.el.
23887
23888 2005-03-15 Kenichi Handa <handa@m17n.org>
23889
23890 * international/mule-cmds.el (locale-language-names): Modify the
23891 format of elements and add more entries.
23892 (locale-preferred-coding-systems): Add more entries.
23893 (set-locale-environment): Adjust for the change of
23894 locale-language-names.
23895
23896 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
23897
23898 * pcvs.el (smerge-ediff): Remove bogus autoload.
23899
23900 2005-03-14 Lute Kamstra <lute@gnu.org>
23901
23902 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
23903 Ignore a `*' at the beginning of a line.
23904
23905 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
23906 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
23907 subr.el.
23908 (dont-compile, eval-when-compile, eval-and-compile): Use declare
23909 to specify indentation.
23910
23911 * generic.el (define-generic-mode): Let generic-mode-list be a
23912 list of strings; test membership with equal.
23913
23914 2005-03-14 Kim F. Storm <storm@cua.dk>
23915
23916 * simple.el (next-line, previous-line): Add optional try-vscroll
23917 arg to recognize interactive use. Pass it on to line-move.
23918 (line-move): Don't perform auto-window-vscroll when defining or
23919 executing keyboard macro to ensure consistent behavior.
23920
23921 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
23922
23923 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
23924
23925 2005-03-13 Lute Kamstra <lute@gnu.org>
23926
23927 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
23928 debugger-setup-buffer so that backtrace marks the frames set to
23929 debug-on-exit and we don't have to do it manually. Set an extra
23930 debug-on-exit for macro's.
23931 (debugger-setup-buffer): Don't mark the top frame manually.
23932
23933 2005-03-12 Lute Kamstra <lute@gnu.org>
23934
23935 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23936 lisp-indent-function throughout.
23937 (with-no-warnings): Set lisp-indent-function property.
23938
23939 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
23940
23941 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
23942 Add entry for backslash.
23943
23944 2005-03-12 Juri Linkov <juri@jurta.org>
23945
23946 * info.el (Info-search): Four fixes for backward search.
23947
23948 2005-03-11 Jay Belanger <belanger@truman.edu>
23949
23950 * calc/calc.el (calc-language-alist): New variable.
23951 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
23952 (calc-embedded-find-modes): Use calc-language-alist instead of
23953 calc-embedded-language-alist.
23954
23955 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23956
23957 * calendar/calendar.el (calendar-redrawing): New internal
23958 variable.
23959 (redraw-calendar): Remove bogus save-excursion from previous
23960 change. Bind calendar-redrawing to t for mark-diary-entries.
23961 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
23962 calendar if that is why we were called.
23963
23964 2005-03-11 Kenichi Handa <handa@m17n.org>
23965
23966 * international/mule.el (make-coding-system): Set property
23967 coding-system-define-form to nil.
23968 (define-coding-system-alias): Likewise.
23969
23970 2005-03-11 Kenichi Handa <handa@m17n.org>
23971
23972 These changes are suggested by Dave Love <fx@gnu.org>.
23973
23974 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
23975 coding: tag.
23976 (adaptive-fill-regexp): Add more bullets.
23977 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
23978 regexps.
23979
23980 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
23981
23982 * help.el (describe-mode): Properly handle non-trivial lighters.
23983 Don't ignore minor modes that are not listed in minor-mode-list.
23984
23985 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
23986 feature ON when the user requests to turn it OFF.
23987
23988 2005-03-10 Lute Kamstra <lute@gnu.org>
23989
23990 * emacs-lisp/debug.el (debug-entry-code): Delete it.
23991 (implement-debug-on-entry): New function to replace debug-entry-code.
23992 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
23993 second argument as the 2005-03-07 change makes it obsolete.
23994 (debug-on-entry, cancel-debug-on-entry): Update call to
23995 debug-on-entry-1.
23996 (debug, debugger-setup-buffer): Comment update.
23997 (debugger-frame-number): Update to work with implement-debug-on-entry.
23998
23999 2005-03-10 Jay Belanger <belanger@truman.edu>
24000
24001 * calc/calc-embed.el (math-ms-args): Declare it.
24002 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
24003 math-ms-args.
24004 (calc-embedded-subst): Use math-multi-subst-rec to substitute
24005 variables.
24006
24007 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
24008
24009 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
24010 Use message-box.
24011
24012 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
24013 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
24014 (tooltip-gud-tips): Simplify.
24015 (tooltip-gud-tips-p): Remove superfluous :set.
24016 (tooltip-gud-modes): Add fortran-mode.
24017 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
24018
24019 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
24020
24021 2005-03-09 Kim F. Storm <storm@cua.dk>
24022
24023 * play/animate.el (animate-place-char): Use forward-line instead
24024 of next-line to improve performance.
24025
24026 2005-03-09 Simon Josefsson <jas@extundo.com>
24027
24028 * net/browse-url.el (browse-url-default-browser): Doc fix.
24029
24030 2005-03-09 Miles Bader <miles@gnu.org>
24031
24032 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
24033 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
24034
24035 2005-03-09 Kenichi Handa <handa@m17n.org>
24036
24037 * international/latin-1.el: Set case and syntax for 255 only if
24038 set-case-syntax-set-multibyte is nil.
24039
24040 * textmodes/ispell.el (ispell-insert-word): New function.
24041 (ispell-word): Use ispell-insert-word to insert a new word.
24042 (ispell-process-line): Likewise.
24043 (ispell-complete-word): Likewise.
24044
24045 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
24046
24047 * calendar/calendar.el (redraw-calendar): Preserve point.
24048 Reported by Matt Hodges <MPHodges@member.fsf.org>.
24049 (calendar-week-start-day): Move after definition of
24050 redraw-calendar. Delete buffer test, since redraw-calendar has
24051 that now.
24052
24053 * calendar/diary-lib.el (mark-diary-entries): Only call
24054 redraw-calendar in the first of any recursive calls.
24055 Reported by Alan Shutko <ats@acm.org>.
24056
24057 2005-03-08 Juri Linkov <juri@jurta.org>
24058
24059 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
24060 (html-horizontal-rule, html-line, html-image, html-checkboxes)
24061 (html-radio-buttons): Add a space before the trailing `/>' where
24062 sgml-xml-mode is non-nil.
24063 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
24064 the subsequent tag of the empty XML tag.
24065 (html-href-anchor): Don't set initial input to "http:".
24066 (html-image): Ask for the image URL and set point inside alt="".
24067 (html-name-anchor): Duplicate the name in the `id' attribute when
24068 sgml-xml-mode is non-nil.
24069 (html-paragraph): Remove \n before <p>.
24070 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
24071 instead of `checked' when sgml-xml-mode is non-nil.
24072
24073 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
24074 Remove 1 space before #RRGGBB to not truncate it on terminal
24075 windows w/o fringes. Remove 1 space between bg and fg examples
24076 to get more space.
24077 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
24078 avoid byte-compile warnings.
24079
24080 * image-file.el (image-file-handler): Put `safe-magic' property to
24081 `image-file-handler'.
24082
24083 * info.el (Info-isearch-search): Emulate word search in
24084 isearching through multiple Info nodes with Info-search.
24085 (Info-isearch-wrap): Allow isearch-word.
24086
24087 2005-03-08 Lute Kamstra <lute@gnu.org>
24088
24089 * emacs-lisp/debug.el (debugger-step-through): Make sure that
24090 stepping into the debugger's code is not possible.
24091 (debugger-jumping-flag): Docstring update.
24092
24093 2005-03-08 Jay Belanger <belanger@truman.edu>
24094
24095 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
24096 embedded mode begins.
24097 (calc-embedded-language-alist): New variable.
24098 (calc-embedded-find-modes): Use calc-embedded-language-alist to
24099 set default language mode.
24100
24101 2005-03-08 Kenichi Handa <handa@m17n.org>
24102
24103 * international/ccl.el (define-ccl-program): Fix docstring about
24104 extra 256 bytes assured for the output buffer.
24105
24106 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24107 Fix BUFFER_MAGNIFICATION to 2.
24108 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24109
24110 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
24111
24112 * align.el (align-rules-list): Added an alignment rule for CSS
24113 declarations (applies to css-mode and html-mode buffers).
24114
24115 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
24116
24117 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
24118
24119 2005-03-07 Kim F. Storm <storm@cua.dk>
24120
24121 * simple.el (move-beginning-of-line): New command.
24122
24123 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
24124
24125 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
24126
24127 * emulation/cua-base.el: Put CUA move property on move-end-of-line
24128 and move-beginning-of-line.
24129
24130 * apropos.el (apropos-print): Omit command from M-x ... RET.
24131
24132 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
24133
24134 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
24135 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
24136
24137 2005-03-06 Richard M. Stallman <rms@gnu.org>
24138
24139 * bindings.el (esc-map): Bind M-g to goto-line.
24140
24141 * facemenu.el (global-map): Bind M-o, not M-g.
24142
24143 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24144
24145 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
24146 "Open Directory" as for "Open File".
24147
24148 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
24149
24150 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
24151 (push-mark-command): Run activate-mark-hook.
24152
24153 2005-03-06 Richard M. Stallman <rms@gnu.org>
24154
24155 * help-mode.el (help-mode-finish): Don't alter the element
24156 in view-return-to-alist if there already is one.
24157
24158 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
24159 make sure the current buffer is the expected one.
24160
24161 * novice.el (disabled-command-function): Output in *Disabled Command*.
24162 Explicitly ignore non-keyboard events, and explicitly handle C-g.
24163
24164 * textmodes/flyspell.el (flyspell-large-region):
24165 Pass args differently for aspell.
24166
24167 * files.el (mode-require-final-newline): Doc fix.
24168
24169 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
24170
24171 * progmodes/which-func.el (which-function):
24172 Specify NOERROR when calling imenu--make-index-alist.
24173
24174 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
24175
24176 * simple.el (normal-erase-is-backspace): Define default value.
24177
24178 * custom.el (custom-theme-set-variables): Remove unused var
24179 `immediate'.
24180 (custom-reevaluate-setting): Simple function to handle variables
24181 that are defined before their default value can really be
24182 computed.
24183
24184 * startup.el (command-line): Use it for temporary-file-directory,
24185 small-emporary-file-directory, auto-save-file-name-transforms,
24186 blink-cursor-mode, and normal-erase-is-backspace.
24187
24188 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
24189 progress, even with buggy anchored keywords.
24190
24191 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
24192
24193 * simple.el (goto-line): Remove unbalanced final parenthesis.
24194
24195 2005-03-05 Richard M. Stallman <rms@gnu.org>
24196
24197 * simple.el (goto-line): Use a number at point as the default.
24198 With C-u as arg, switch buffers.
24199
24200 2005-03-05 Juri Linkov <juri@jurta.org>
24201
24202 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
24203 with `no-blinking-cursor'.
24204
24205 * startup.el (no-blinking-cursor): New defvar.
24206 (command-line): Add `--no-blinking-cursor' to longopts.
24207 Set `no-blinking-cursor' to t for command line arguments
24208 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
24209 with `no-blinking-cursor' in the condition for calling
24210 `blink-cursor-mode'.
24211
24212 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
24213
24214 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
24215 (menu-bar-options-save): Add blink-cursor-mode.
24216 (menu-bar-options-menu): Add blink-cursor-mode.
24217
24218 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
24219
24220 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
24221 (icalendar-export-file, icalendar-export-region)
24222 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
24223 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
24224
24225 2005-03-04 Lute Kamstra <lute@gnu.org>
24226
24227 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
24228 (debug-function-list): Ditto.
24229
24230 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
24231
24232 * textmodes/texinfmt.el (texinfo-append-refill):
24233 Redefine the types of line to which @refill
24234 is not appended by replacing a search for `@refill\\|@bye' with
24235 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
24236 itemize@refill' bug and the unfilled long lines bug.
24237 (texinfmt-version): Update number and date.
24238
24239 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
24240
24241 * international/code-pages.el (windows-1250, windows-125[2-8])
24242 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
24243
24244 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
24245
24246 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
24247 bound yet.
24248
24249 2005-03-02 Romain Francoise <romain@orebokech.com>
24250
24251 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
24252 buffer after removing limits.
24253 (ibuffer-pop-filter): Ditto.
24254 Update copyright.
24255
24256 2005-03-02 Miles Bader <miles@gnu.org>
24257
24258 * button.el (make-text-button): If the user doesn't specify a
24259 type, use the default. Rewrite to use `add-text-properties' and
24260 plist functions.
24261
24262 2005-03-01 Lute Kamstra <lute@gnu.org>
24263
24264 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
24265 (debugger-jumping-flag): New var.
24266 (debug-entry-code): Use it.
24267 (debugger-jump): Use debugger-jumping-flag and add
24268 debugger-reenable to post-command-hook.
24269 (debugger-reenable): Use debugger-jumping-flag and remove itself
24270 from post-command-hook.
24271 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
24272 debugger-reenable.
24273
24274 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
24275
24276 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
24277 inclusion of "itemize\\|", which may be unnecessary, is certainly
24278 inelegant, and stops refilling in itemize lists when formatting
24279 Japanese Texinfo files to Info.
24280 Update copyright to 2005.
24281
24282 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
24283
24284 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
24285 of an error if GDB can't find the source file.
24286
24287 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
24288
24289 * calendar/calendar.el (redraw-calendar): Work from any buffer,
24290 not just the calendar.
24291
24292 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
24293 first.
24294 (diary-redraw-calendar): New function.
24295 (make-diary-entry): Add diary-redraw-calendar to local
24296 write-contents-functions. Turn off selective display before
24297 inserting in diary.
24298
24299 2005-03-01 Kim F. Storm <storm@cua.dk>
24300
24301 * emacs-lisp/copyright.el (copyright-fix-years): New command.
24302
24303 2005-03-01 Lute Kamstra <lute@gnu.org>
24304
24305 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
24306 that debug-entry-code can be safely removed from a function while
24307 this code is being evaluated. Revert the 2005-02-27 change as the
24308 new implementation no longer requires it. Make sure that a
24309 function body containing just a string is not mistaken for a docstring.
24310 (debug): Skip one more frame in case of debug on entry.
24311 (debugger-setup-buffer): Delete one more frame line in case of
24312 debug on entry.
24313 (debugger-frame-number): Update to use the new text introduced by
24314 the 1999-11-03 change. Skip one more frame in case of debug on entry.
24315
24316 2005-02-28 Kim F. Storm <storm@cua.dk>
24317
24318 * double.el (double-translate-key): Call force-window-update after
24319 read-event to avoid crash in redisplay.
24320
24321 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
24322
24323 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
24324 (debug): Use it. Move the inhibit-trace earlier.
24325 (debug-entry-code): New const.
24326 (debug-on-entry-1): Use it.
24327
24328 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
24329
24330 * international/utf-16.el (ccl-encode-mule-utf-16le):
24331 Fix BUFFER_MAGNIFICATION to 2.
24332 (ccl-encode-mule-utf-16be): Likewise.
24333
24334 2005-02-28 Kenichi Handa <handa@m17n.org>
24335
24336 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
24337 Fix BUFFER_MAGNIFICATION to 4.
24338 (ccl-encode-mule-utf-16be-with-signature): Likewise.
24339
24340 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
24341
24342 * speedbar.el (speedbar-update-flag): Doc fix.
24343 (speedbar-show-info-under-mouse): Give set-mouse-position the right
24344 argument.
24345
24346 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
24347
24348 * reveal.el (reveal-post-command): Don't try to reveal overlays which
24349 have a non-nil `invisible' property but are actually visible.
24350
24351 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
24352 for perldoc sections.
24353 (perl-outline-regexp, perl-outline-level): New var and function.
24354 (perl-mode): Use them.
24355
24356 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
24357
24358 * calendar/diary-lib.el (diary-remind): Discard any mark portion
24359 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
24360
24361 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
24362
24363 * cus-edit.el: Comment change.
24364 (custom-buffer-create-internal): Slightly reword text at top of
24365 Custom buffers. Mention there that saving an option edits the
24366 init file. Add link to Emacs manual node on `custom-file'.
24367 (custom-magic-alist): Rewrite individual State messages to use
24368 capitalized keywords. Doc fix.
24369
24370 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
24371
24372 * calendar/calendar.el (calendar-buffer): Move above
24373 calendar-week-start-day.
24374 (calendar-week-start-day): Doc fix. Add :set function.
24375 (calendar-minimum-window-height): New variable.
24376 (generate-calendar-window): Only resize window if selected-window
24377 is displaying the calendar buffer. Use new variable
24378 calendar-minimum-window-height.
24379 (generate-calendar): Reword error message.
24380 (calendar-mode-map): Bind DEL to scroll-other-window-down.
24381
24382 2005-02-27 Andreas Schwab <schwab@suse.de>
24383
24384 * vc.el (vc-do-command): Don't run command asynchronously when
24385 operating in a remote directory.
24386
24387 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
24388 change from sync with Tramp 2.0.47.
24389
24390 2005-02-27 Richard M. Stallman <rms@gnu.org>
24391
24392 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
24393
24394 * textmodes/flyspell.el (flyspell-mode-on):
24395 Call ispell-change-dictionary only if necessary.
24396
24397 * emacs-lisp/re-builder.el (regexp-builder): New function.
24398
24399 * register.el (describe-register-1): Explicitly handle
24400 yank-excluded-properties = t.
24401
24402 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
24403 (custom-magic-alist): Change the status descriptions again.
24404 (face widget-type): Total rewrite based on `restricted-sexp'
24405 to eliminate the confusing double hiding levels.
24406
24407 * emacs-lisp/debug.el (debug-on-entry-1):
24408 If function body is empty, add nil as body form.
24409
24410 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
24411
24412 * emacs-lisp/trace.el (inhibit-trace): New var.
24413 (trace-make-advice): Use it.
24414
24415 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
24416
24417 2005-02-26 Kim F. Storm <storm@cua.dk>
24418
24419 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
24420 (mouse-on-link-p, mouse-drag-region-1): Use it.
24421
24422 2005-02-25 Lute Kamstra <lute@gnu.org>
24423
24424 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
24425
24426 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
24427
24428 * frame.el (blink-cursor-mode): Add :group keyword.
24429
24430 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
24431
24432 * calendar/icalendar.el (icalendar--decode-isodatetime):
24433 New optional argument DAY-SHIFT.
24434 (icalendar-export-region): Fix coding-system-for-write.
24435 (icalendar--convert-ical-to-diary): Shift end-day of all-day
24436 events by one.
24437
24438 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
24439
24440 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
24441
24442 2005-02-24 Kim F. Storm <storm@cua.dk>
24443
24444 * international/iso-acc.el (iso-accents-compose): Fix crash
24445 during redisplay. Call force-window-update after read-event
24446 and delete-region to signal that window is not accurate.
24447
24448 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
24449
24450 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
24451 Remove unused and inexistent var `inhibit-trace'.
24452 (debugger-mode): Use run-mode-hooks.
24453 (debugger-list-functions): Add buttons; setup xref stack.
24454
24455 2005-02-23 Richard M. Stallman <rms@gnu.org>
24456
24457 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
24458 appointment says it was explicitly made.
24459 (appt-add): Set the 3rd element.
24460 (appt-make-list): Preserve explicit appointments.
24461
24462 * subr.el (find-tag-default): Catch errors in forward-sexp.
24463
24464 2005-02-23 Juri Linkov <juri@jurta.org>
24465
24466 * info.el (Info-isearch-search): New defcustom.
24467 (Info-isearch-search): Call the default isearch function
24468 when Info-isearch-search is nil.
24469 (Info-isearch-wrap): Use variable Info-isearch-search.
24470
24471 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
24472
24473 * cus-edit.el: Comment change.
24474
24475 2005-02-22 Kim F. Storm <storm@cua.dk>
24476
24477 * progmodes/hideif.el (hide-ifdef-use-define-alist):
24478 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
24479
24480 2005-02-22 Simon Josefsson <jas@extundo.com>
24481
24482 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
24483 New variable.
24484 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
24485 Oskarsson" <myrkraverk@users.sourceforget.net>.
24486
24487 2005-02-22 Kim F. Storm <storm@cua.dk>
24488
24489 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
24490 check that window of that event is the selected window.
24491 (mouse-drag-region-1): Compare mouse event window to selected
24492 window before setting point.
24493
24494 * tooltip.el (tooltip-show-help-function): Pass event to
24495 mouse-on-link-p so it can check selected window.
24496
24497 2005-02-22 Kenichi Handa <handa@m17n.org>
24498
24499 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
24500 (ps-mule-show-warning): New function.
24501 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
24502 characters are found.
24503
24504 * ps-print.el (ps-header-footer-string): Return a list of header
24505 and footer strings.
24506
24507 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
24508
24509 * pcvs.el (cvs-retrieve-revision): Fix thinko.
24510
24511 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
24512
24513 * frame.el (blink-cursor-mode): Use define-minor-mode.
24514
24515 * term/mac-win.el (function-key-map): Use char-names more consistently.
24516 (file-name-coding-system): Only set it for MacOS-9. The other case is
24517 already handled in mule-cmds.el (where it also works when mac-win.el
24518 is not used).
24519
24520 2005-02-21 Kenichi Handa <handa@m17n.org>
24521
24522 * international/mule.el (ctext-pre-write-conversion): Always use
24523 " *code-converting-work*" buffer for work.
24524
24525 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
24526
24527 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
24528
24529 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
24530
24531 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
24532
24533 * ses.el (undo-more): Restore defadvice, but only the part that
24534 allows changes outside the restricted area of the buffer.
24535
24536 2005-02-20 Kim F. Storm <storm@cua.dk>
24537
24538 * simple.el (line-move): Add fourth optional arg try-vscroll which
24539 must be set to perform auto-window-vscroll.
24540 When moving backwards and doing auto-window-vscroll, automatically
24541 vscroll to the last part of lines which are taller than the window.
24542 (next-line, previous-line): Set try-vscroll arg on line-move.
24543
24544 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
24545
24546 * replace.el (query-replace, query-replace-regexp)
24547 (replace-string, replace-regexp): When operating on region, make
24548 the minibuffer prompt say so.
24549
24550 * isearch.el (isearch-forward): Document isearch-query-replace and
24551 isearch-query-replace-regexp keybindings.
24552
24553 2005-02-19 Jay Belanger <belanger@truman.edu>
24554
24555 * calc/calc-aent.el (math-read-token): Add local variable.
24556
24557 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
24558 (calc-edit-top): Move declaration to earlier in file.
24559 (calc-edit-macro-repeats): Add local variables.
24560
24561 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
24562 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
24563 calcFunc-tanh.
24564 Adjust integration rule for calcFunc-tan.
24565
24566 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24567
24568 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
24569 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
24570 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
24571 (viper-skip-separators): Bug fix.
24572 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
24573 particular major mode.
24574 (viper-del-backward-char-in-replace): Don't put deleted char on the
24575 kill ring.
24576
24577 * viper-ex.el (viper-color-display-p): New function.
24578 (viper-has-face-support-p): Use viper-color-display-p.
24579
24580 * viper-keym.el (viper-gnus-modifier-map): New keymap.
24581
24582 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
24583
24584 * viper-util.el (viper-glob-unix-files): Fix shell status check.
24585 (viper-file-remote-p): Make equivalent to file-remote-p.
24586
24587 * viper.el (viper-major-mode-modifier-list):
24588 Use viper-gnus-modifier-map.
24589
24590 2005-02-19 David Kastrup <dak@gnu.org>
24591
24592 * subr.el (subregexp-context-p): Fix garbled doc string by adding
24593 quoting.
24594
24595 2005-02-19 Jay Belanger <belanger@truman.edu>
24596
24597 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
24598 Remove extra definitions.
24599 (calc-coth): New function.
24600 (calcFunc-cot): Fix `let'.
24601
24602 2005-02-19 Eli Zaretskii <eliz@gnu.org>
24603
24604 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
24605 the reasons we use "type pc" in these faces.
24606
24607 * button.el (button): Ditto.
24608
24609 2005-02-19 Michael Mauger <mmaug@yahoo.com>
24610
24611 * replace.el (query-replace-read-from): Set the value of
24612 query-replace-from-history-variable to handle the case of an empty
24613 string entered to accept the suggested default.
24614
24615 * net/tramp.el (tramp-file-name-for-operation):
24616 Use dired-call-process instead of dired-call-process-command.
24617
24618 2005-02-19 Jay Belanger <belanger@truman.edu>
24619
24620 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
24621 (math-div-non-trig): New variables.
24622 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
24623 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
24624 (math-combine-prod, math-div-symb-fancy): Add simplifications for
24625 trig expressions.
24626
24627 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
24628
24629 * progmodes/gdb-ui.el (gdb-var-update-handler)
24630 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
24631 for watch expressions,
24632 (gdb-var-create-handler): Don't set speedbar-update-flag.
24633 (gdb-post-prompt): Simplify test for speedbar.
24634
24635 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
24636
24637 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
24638 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
24639 we use the syntax table of the correct buffer.
24640 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
24641 Felix Gatzemeier.
24642
24643 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
24644 (ediff-file-remote-p): Make synonymous with file-remote-p.
24645 In all deffaces ediff-*-face-*, use min-colors.
24646
24647 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
24648 ediff-recurse-to-subdirectories.
24649 (ediff-mark-if-equal): Check that the arguments are strings, use
24650 ediff-same-contents (after to Felix Gatzemeier).
24651
24652 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
24653 nil.
24654
24655 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
24656
24657 * log-view.el (log-view-message-re): Fix up Subversion regexp.
24658
24659 2005-02-18 David Kastrup <dak@gnu.org>
24660
24661 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
24662 use `mark-active' when defined.
24663
24664 2005-02-18 Kenichi Handa <handa@m17n.org>
24665
24666 * ps-print.el (ps-font-info-database): New entry
24667 ZapfChancery-MediumItalic with correct font name. Fix font name
24668 of the entry Zapf-Chancery-MediumItalic.
24669
24670 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
24671
24672 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
24673
24674 2005-02-16 Kim F. Storm <storm@cua.dk>
24675
24676 * ido.el (ido-fallback-command): Pass user input to fallback command.
24677
24678 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
24679
24680 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
24681 (gdb-find-file-hook): Add server prefix.
24682
24683 2005-02-16 Richard M. Stallman <rms@gnu.org>
24684
24685 * replace.el (perform-replace): Pass new args to replace-highlight.
24686 (replace-highlight): Take region args,
24687 and pass them to isearch-lazy-highlight-new-loop.
24688
24689 * novice.el (disabled-command-hook): Autoload the defalias
24690 and the make-obsolete-variable call.
24691
24692 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
24693
24694 * isearch.el (isearch-lazy-highlight-start-limit)
24695 (isearch-lazy-highlight-end-limit): New variables limit
24696 the region for highlighting.
24697 (isearch-lazy-highlight-new-loop): New args BEG and END.
24698 (isearch-lazy-highlight-search): Use the new vars.
24699 (isearch-lazy-highlight-update): Likewise.
24700
24701 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
24702
24703 * cus-start.el (all): Use default-boundp.
24704
24705 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
24706
24707 * menu-bar.el (menu-bar-select-frame): Handle current frame.
24708
24709 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
24710
24711 * autorevert.el (auto-revert-stop-on-user-input)
24712 (auto-revert-verbose): Doc fixes.
24713
24714 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
24715
24716 * international/mule-cmds.el (set-locale-environment): Remove call
24717 to set-selection-coding-system on Windows.
24718
24719 2005-02-15 Jay Belanger <belanger@truman.edu>
24720
24721 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
24722 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
24723 calcFunc-coth.
24724 (math-simplify-sqrt): Add simplifications.
24725
24726 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
24727 to list.
24728
24729 * calc/calc-ext.el: Add functions to autoloads.
24730
24731 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
24732 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
24733 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
24734 (math-csc-raw, math-cot-raw): New functions.
24735
24736 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
24737
24738 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
24739 the variable name in a message.
24740
24741 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
24742 calcFunc-csc, calcFunc-cot.
24743
24744 * calc/calcalg2.el: Add derivative and integration rules for
24745 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
24746 calcFunc-csch, calcFunc-coth.
24747 (math-do-integral-methods): Add to checks for when to use
24748 substitutions.
24749
24750 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
24751
24752 2005-02-15 Lute Kamstra <lute@gnu.org>
24753
24754 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
24755 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
24756 <monnier@iro.umontreal.ca>
24757 (lisp-outline-level): Improve efficiency. Suggested by David
24758 Kastrup <dak@gnu.org>.
24759
24760 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
24761
24762 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
24763 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
24764 (gdb-set-gud-minor-mode-existing-buffers): New functions.
24765 (gdb-find-file-hook): New hook. Add it to find-file-hook.
24766 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
24767
24768 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
24769
24770 * cus-start.el (all): Comment change.
24771
24772 2005-02-14 Lute Kamstra <lute@gnu.org>
24773
24774 * cus-start.el (all): Check if symbol is void.
24775
24776 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
24777
24778 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
24779 optional argument to \cite.
24780
24781 2005-02-14 Richard M. Stallman <rms@gnu.org>
24782
24783 * cus-edit.el (custom-buffer-create-internal): Update help message.
24784 (custom-magic-alist): Update help messages.
24785
24786 * cus-start.el (all): Allow a var to specify a standard value.
24787
24788 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
24789
24790 * custom.el (custom-theme-set-variables): Handle variable aliases.
24791
24792 * frame.el (blink-cursor-timer): Doc fix.
24793 (blink-cursor): Make it an alias for `blink-cursor-mode' and
24794 declare obsolete.
24795 (blink-cursor-mode): Define with defcustom and use correct
24796 standard expression in that defcustom.
24797 * startup.el (command-line): Adapt to above changes in frame.el.
24798
24799 2005-02-11 Lute Kamstra <lute@gnu.org>
24800
24801 * apropos.el (apropos-score-doc): Prevent division by zero.
24802
24803 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
24804
24805 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
24806 (icalendar--get-event-property-attributes)
24807 (icalendar--get-event-properties)
24808 (icalendar--datetime-to-diary-date): New functions.
24809 (icalendar--split-value): Doc fix.
24810 (icalendar--datetime-to-noneuropean-date)
24811 (icalendar--datetime-to-european-date): New optional argument
24812 SEPARATOR. Return result as a string instead of a list.
24813 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
24814 (icalendar--convert-string-for-export): Rename arg S to STRING.
24815 (icalendar-export-region): Doc fix. Change name of error buffer.
24816 Save output buffer.
24817 (icalendar-import-file): Add blank at end of prompt.
24818 (icalendar-import-buffer): Doc fix. Do not switch to error
24819 buffer. Indicate status in return value.
24820 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
24821 buffer. Save output buffer. Handle exception from recurrence
24822 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
24823 events. Fix problems with weekly all-day events.
24824
24825 2005-02-10 Richard M. Stallman <rms@gnu.org>
24826
24827 * simple.el (eval-expression-print-format):
24828 Avoid warning about edebug-active.
24829
24830 * help.el (help-for-help-internal): Rename from help-for-help.
24831 (help-for-help): Define with defalias.
24832
24833 * font-core.el (font-lock-default-function): Use with-no-warnings.
24834
24835 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
24836
24837 * custom.el (defface): Doc fix.
24838
24839 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
24840
24841 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
24842 width 0" to prevent word wrapping problems.
24843
24844 2005-02-09 Kim F. Storm <storm@cua.dk>
24845
24846 * ido.el (ido-file-extensions-order): New defcustom.
24847 (ido-file-extension-lessp, ido-file-extension-aux)
24848 (ido-file-extension-order): New advanced file ordering.
24849 (ido-file-lessp): New simple file ordering.
24850 (ido-sort-list): Remove.
24851 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
24852 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
24853
24854 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
24855
24856 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
24857 that some versions of grep produce.
24858 (grep-mode-font-lock-keywords): Likewise.
24859
24860 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
24861
24862 * progmodes/gdb-ui.el (gdb-location-list): New variable.
24863 (gdb-cdir): Delete.
24864 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
24865 (gdb-source-info): Treat case when source file is in another
24866 directory properly.
24867 (gdb-get-location): New function.
24868
24869 2005-02-07 Jay Belanger <belanger@truman.edu>
24870
24871 * calc/calc-prog.el (calc-write-parse-table-part)
24872 (calc-fix-token-name): Fix a check for language type.
24873
24874 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
24875
24876 2005-02-07 Andre Spiegel <spiegel@gnu.org>
24877
24878 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
24879 as directory not writable.
24880
24881 2005-02-07 Kim F. Storm <storm@cua.dk>
24882
24883 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
24884 (cua--standard-movement-commands): Remove list.
24885 Instead, set CUA property value to move for movement commands.
24886 (cua-movement-commands): Remove. Users must set CUA prop instead.
24887 (cua--pre-command-handler): Check CUA property.
24888 (cua--init-keymaps): Don't remap undo commands.
24889 (cua-mode): Don't call cua--rectangle-on-off.
24890
24891 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
24892 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
24893 (cua--rect-undo-set-point): New var.
24894 (cua--rectangle-undo-boundary): Setup undo apply entry.
24895 (cua--rect-undo-handler): New function for rectangle undo.
24896 (cua--rect-start-position, cua--rect-end-position): Add.
24897 (cua--rectangle-post-command): Call cua--rectangle-set-corners
24898 for restored rectangle. Set point if cua--rect-undo-set-point.
24899
24900 2005-02-06 Jay Belanger <belanger@truman.edu>
24901
24902 * calc/calc-lang.el (calc-tex-language): Display more information
24903 in messages.
24904
24905 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
24906 in TeX mode.
24907
24908 2005-02-06 Richard M. Stallman <rms@gnu.org>
24909
24910 * emacs-lisp/lisp.el (buffer-end): Doc fix.
24911
24912 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
24913
24914 * net/ldap.el (ldap-search-internal): Support attributes with
24915 optional descriptions separated by a semi-colon, as in
24916 "userCertificate;binary".
24917
24918 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
24919
24920 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
24921 isn't a cons (i.e. the version is 0).
24922
24923 2005-02-05 Eli Zaretskii <eliz@gnu.org>
24924
24925 * help.el (help-for-help): Doc fix.
24926
24927 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
24928
24929 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
24930 GDB-Windows on the menu-bar as this works better.
24931
24932 2005-02-04 Jay Belanger <belanger@truman.edu>
24933
24934 * calc/calc-embed.el (calc-embedded-update): Don't put in
24935 unnecessary newlines. Adjust the end of formula marker.
24936
24937 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
24938 (math-latex-parse-two-args): New function.
24939
24940 2005-02-03 Lute Kamstra <lute@gnu.org>
24941
24942 * help-fns.el (help-with-tutorial): Make sure that users cannot
24943 remove the entire text of the tutorial by means of `undo'.
24944
24945 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
24946
24947 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
24948 in recent changes, where the ispell process was repeatedly
24949 killed & restarted.
24950
24951 * international/mule-cmds.el (set-locale-environment): Set file-name
24952 coding system to utf-8 on Darwin systems.
24953 (set-default-coding-systems): Don't set default-file-name-coding-system
24954 on Darwin systems.
24955
24956 2005-02-03 Richard M. Stallman <rms@gnu.org>
24957
24958 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
24959
24960 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
24961
24962 * faces.el (list-faces-display): Add optional argument.
24963
24964 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
24965
24966 * font-core.el (font-lock-default-function): Handle the rare case where
24967 only font-lock-keywords is set.
24968
24969 2005-02-02 Kenichi Handa <handa@m17n.org>
24970
24971 * international/characters.el: Cancel previous change for
24972 I-WITH-DOT-ABOVE and DOTLESS-i.
24973
24974 * international/latin-5.el: Cancel previous change.
24975
24976 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24977
24978 * progmodes/gud.el: Correction to syntax in gud-menu-map.
24979
24980 2005-02-02 Kenichi Handa <handa@m17n.org>
24981
24982 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
24983 DOTLESS-i.
24984
24985 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
24986 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
24987
24988 * case-table.el (get-upcase-table): New function.
24989 (copy-case-table): Copy upcaes table too if non-nil.
24990 (set-case-syntax-delims): Maintain upcase table too.
24991 (set-case-syntax-pair): Likewise.
24992 (set-upcase-syntax, set-downcase-syntax): New functions.
24993 (set-case-syntax): Maintain upcase table too.
24994
24995 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
24996
24997 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
24998
24999 * progmodes/gud.el (gud-goto-info): New function.
25000 (gud-tool-bar-map): Use correct icon.
25001
25002 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25003
25004 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
25005 When delegating, order args in the funcall correctly.
25006
25007 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
25008
25009 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
25010
25011 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
25012
25013 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
25014 buffer not visiting a file.
25015
25016 2005-01-31 Jay Belanger <belanger@truman.edu>
25017
25018 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
25019 bound on the line with the formula.
25020
25021 2005-01-31 Kim F. Storm <storm@cua.dk>
25022
25023 * ses.el (ses-create-cell-variable-range)
25024 (ses-destroy-cell-variable-range, ses-reset-header-string)
25025 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
25026 (ses-insert-row): Fix format of apply undo entries.
25027
25028 2005-01-31 Jay Belanger <belanger@truman.edu>
25029
25030 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
25031 parts.
25032
25033 * calc/calc-embed.el (calc-embedded-open-formula)
25034 (calc-embedded-close-formula): Ignore matrix environments.
25035
25036 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
25037 TeX mode.
25038
25039 * calc/calc-lang.el (math-function-table, math-oper-table)
25040 (math-variable-table): Adjust the LaTeX portions.
25041
25042 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
25043 (math-latex-ignore-words): New constant.
25044
25045 2005-01-31 Richard M. Stallman <rms@gnu.org>
25046
25047 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
25048 (ispell-local-dictionary): Doc fix.
25049 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
25050 Don't reinitialize at run time. Don't defcustom.
25051 All uses changed to append ispell-local-dictionary-alist,
25052 or check it first.
25053 (ispell-current-dictionary): New variable for dictionary in use.
25054 (ispell-dictionary): Now used only for global default.
25055 (ispell-start-process): Set ispell-current-dictionary,
25056 not ispell-dictionary.
25057 (ispell-change-dictionary): Use this only for setting
25058 user preferences.
25059 (ispell-internal-change-dictionary): New function
25060 to change the current dictionary in use.
25061 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
25062 Use ispell-current-dictionary.
25063 Handle ispell-local-dictionary-overridden.
25064 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
25065
25066 2005-01-31 Jay Belanger <belanger@truman.edu>
25067
25068 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
25069
25070 * calc/calc-ext.el: Add calc-latex-language to autoloads.
25071 (calc-mode-map): Add calc-latex-language.
25072
25073 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
25074 (math-latex-print-frac): New functions.
25075 (math-oper-table, math-function-table, math-variable-table)
25076 (math-complex-format, math-input-filter): Add latex properties.
25077 (calc-set-language): Set math-expr-special-function-mapping.
25078
25079 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
25080 (calc-write-parse-table-part): Add LaTeX support.
25081
25082 * calc/calc.el (calc-language): Adjust docstring.
25083 (calc-set-mode-line): Add LaTeX support.
25084 (math-expr-special-function-mapping): New variable.
25085 (math-tex-ignore-words): Add to list.
25086
25087 * calc/calccomp.el (math-compose-expr, math-compose-rows):
25088 Add LaTeX support.
25089 (math-compose-expr): Add support for special functions.
25090
25091 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
25092
25093 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
25094
25095 * progmodes/gdb-ui.el (gdb-memory-address)
25096 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
25097 (gdb-memory-mode-map, gdb-memory-format-keymap)
25098 (gdb-memory-format-menu, gdb-memory-unit-keymap)
25099 (gdb-memory-unit-menu): New variables for a buffer
25100 that lets the user examine program memory.
25101 (gdb-memory-set-address, gdb-memory-set-repeat-count)
25102 (gdb-memory-format-binary, gdb-memory-format-octal)
25103 (gdb-memory-format-unsigned, gdb-memory-format-signed)
25104 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
25105 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
25106 (gdb-memory-unit-word, gdb-memory-unit-halfword)
25107 (gdb-memory-unit-byte, gdb-memory-unit-menu)
25108 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
25109 (gdb-memory-mode, gdb-memory-buffer-name)
25110 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
25111 New functions for above buffer.
25112
25113 2005-01-30 Richard M. Stallman <rms@gnu.org>
25114
25115 * cus-edit.el (custom-bury-buffer): Function deleted.
25116 (custom-buffer-done-function): Option deleted.
25117 (custom-buffer-done-kill): New replacement option.
25118 (Custom-buffer-done): Call quit-window.
25119 (custom-buffer-create-internal): Update for above changes.
25120
25121 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
25122
25123 * simple.el (undo-ask-before-discard): New var.
25124 (undo-outer-limit-truncate): Implement it.
25125 (undo-extra-outer-limit): Doc update.
25126
25127 2005-01-29 Richard M. Stallman <rms@gnu.org>
25128
25129 * ses.el (undo-more): Delete defadvice.
25130 (ses-begin-change): Doc fix.
25131
25132 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
25133 instead of rebinding C-x u and C-_.
25134
25135 * files.el (normal-backup-enable-predicate): Return nil for files
25136 in /tmp, regardless of temporary-file-directory.
25137
25138 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
25139
25140 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
25141 (open-rectangle, delete-whitespace-rectangle-line)
25142 (clear-rectangle-line): If FILL, pass t instead of FILL
25143 for move-to-column's 2nd arg.
25144
25145 * simple.el (undo): Fix the test for continuing a series of undos.
25146 (undo-more): Set pending-undo-list to t when we reach end.
25147 (pending-undo-list): Move up defvar.
25148
25149 * wid-edit.el (widget-button-click):
25150 Shorten the range of the track-mouse binding.
25151
25152 * comint.el (comint-insert-input): Undo previous changes;
25153 use last-input-event in interactive spec.
25154
25155 2005-01-29 Eli Zaretskii <eliz@gnu.org>
25156
25157 * progmodes/compile.el (compilation-start): Bind buffer-read-only
25158 to nil before invoking call-process. Reset buffer's modified flag
25159 after fontifying it in the no-async branch.
25160
25161 * wid-edit.el (widget-specify-button): If mouse pointer shape
25162 cannot be changed, use mouse face instead.
25163
25164 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
25165
25166 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
25167 (gdb-goto-breakpoint): Make breakpoint handling work on template
25168 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
25169 (gdb-assembler-custom): Update to recognize breakpoint information
25170 added on 2005-01-19.
25171
25172 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
25173
25174 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
25175 (dsssl-mode): Use define-derived-mode.
25176 (scheme-mode-initialize): Remove.
25177 (scheme-mode): Use run-mode-hooks.
25178
25179 * cus-edit.el (customize-group-other-window)
25180 (custom-buffer-create-other-window): Don't override special-display-*.
25181 (custom-mode-map): Make it dense.
25182
25183 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
25184 sets the default value.
25185
25186 2005-01-28 Eli Zaretskii <eliz@gnu.org>
25187
25188 * descr-text.el: Add more keywords.
25189
25190 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
25191
25192 * speedbar.el: Avoid unnecessary use of locate-library.
25193
25194 * international/mule-cmds.el (standard-display-european-internal):
25195 Don't fiddle with latin-1 non-break space any more since it's now
25196 special cased in the C code.
25197 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
25198
25199 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
25200
25201 * cus-start.el (all): Add `undo-outer-limit'.
25202
25203 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25204
25205 * textmodes/bibtex.el (bibtex-format-entry):
25206 Use `bibtex-empty-field-re' only on the text of fields, not on entire
25207 field lines.
25208 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
25209 not on part of a buffer.
25210
25211 2005-01-25 Lute Kamstra <lute@gnu.org>
25212
25213 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
25214 nonempty field text strings like "{letters\\macro{}more letters}".
25215 Clarify docstring.
25216 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
25217 (bibtex-entry-offset, bibtex-parse-association)
25218 (bibtex-parse-field-name): Fix typos in docstrings.
25219 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
25220
25221 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
25222
25223 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
25224 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
25225 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
25226 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
25227
25228 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
25229 isearch minor mode.
25230
25231 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
25232
25233 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
25234
25235 2005-01-24 Lute Kamstra <lute@gnu.org>
25236
25237 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
25238 CASECHARS and NOT-CASECHARS regular expressions of the
25239 "nederlands" and "nederlands8" dictionaries to prevent a "Range
25240 striding over charsets" error.
25241
25242 2005-01-24 Jay Belanger <belanger@truman.edu>
25243
25244 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
25245 display variable name.
25246
25247 2005-01-24 Kenichi Handa <handa@m17n.org>
25248
25249 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
25250 Fix setting of the element of encoded-kbd-iso2022-invocations.
25251
25252 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
25253
25254 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
25255 (gdb-threads-select): Change to also accept mouse events.
25256 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
25257 (gdb-threads-mouse-select): Delete.
25258
25259 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
25260
25261 * files.el (insert-directory): Take care of empty directory,
25262 listed without -a switch.
25263
25264 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
25265
25266 * textmodes/refill.el (refill-post-command-function):
25267 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
25268 to the list of functions that we should be careful not to undo.
25269 (refill-late-fill-paragraph-function): Remove.
25270 (refill-saved-state): New var.
25271 (refill-mode): Use it to save fill-paragraph-function.
25272 Save also the value of auto-fill-function.
25273
25274 * term/w32-win.el: Simplify code.
25275
25276 2005-01-23 Kim F. Storm <storm@cua.dk>
25277
25278 * simple.el (line-move): Adapt to new return value from
25279 pos-visible-in-window-p.
25280
25281 * simple.el (line-move): Fix last change. Check partial
25282 visibility at point rather than at window-start.
25283
25284 2005-01-22 Jason Rumney <jasonr@gnu.org>
25285
25286 * term/w32-win.el (xw-defined-colors): Remove debug-message.
25287
25288 2005-01-22 David Kastrup <dak@gnu.org>
25289
25290 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
25291
25292 2005-01-22 Eli Zaretskii <eliz@gnu.org>
25293
25294 * type-break.el (type-break-mode): Add a test for
25295 type-break-file-name being non-nil.
25296
25297 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
25298
25299 * net/eudc.el (top level): Call (message "") via progn, so that
25300 eudc-options-file is loaded.
25301
25302 2005-01-22 Kim F. Storm <storm@cua.dk>
25303
25304 * simple.el (line-move-1): Rename from line-move.
25305 (line-move): New function that adjusts vscroll for partially
25306 visible rows, and calls line-move-1 otherwise.
25307
25308 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
25309
25310 * pcomplete.el: Define pcomplete-read-event instead of read-event,
25311 since it's not a complete read-event implementation
25312
25313 2005-01-20 Jay Belanger <belanger@truman.edu>
25314
25315 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
25316 for called function.
25317
25318 2005-01-20 Steven Tamm <steventamm@mac.com>
25319
25320 * term/mac-win.el (process-connection-type): Remove.
25321 Controlled now by s/darwin.h:PTY_ITERATION.
25322
25323 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
25324
25325 * window.el (handle-select-window): Don't switch window when we're
25326 in the minibuffer.
25327
25328 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
25329
25330 * subr.el (dotimes-with-progress-reporter): New macro.
25331
25332 * ses.el (ses-dotimes-msg): Remove macro.
25333 Use `dotimes-with-progress-reporter' instead.
25334
25335 2005-01-19 Steven Tamm <steventamm@mac.com>
25336
25337 * term/mac-win.el (process-connection-type): Use new
25338 operating-system-release variable to use ptys on Darwin 7 (OS X
25339 10.3) when using carbon build.
25340
25341 2005-01-19 Jay Belanger <belanger@truman.edu>
25342
25343 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
25344 flags if the last command was a tab or M-tab.
25345
25346 * calc/calc-prog.el (calc-user-define-edit): Put original formula
25347 in formula editing buffer.
25348
25349 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25350
25351 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
25352 breakpoint image symbol in margin.
25353
25354 2005-01-19 Jay Belanger <belanger@truman.edu>
25355
25356 * calc/calc-prog.el (calc-execute-kbd-macro):
25357 Ignore calc-keep-arg-flag.
25358
25359 2005-01-19 Kenichi Handa <handa@m17n.org>
25360
25361 * textmodes/ispell.el (ispell-looking-at): New function.
25362 (ispell-process-line): Use ispell-looking-at to compare the ispell
25363 output and the buffer contents.
25364
25365 2005-01-18 Jay Belanger <belanger@truman.edu>
25366
25367 * calc/calc.el (calc-display-raw): Fix docstring.
25368
25369 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
25370
25371 * simple.el (blink-matching-open): Strip extra info from syntax.
25372
25373 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
25374 funny chars in the end-of-here-doc marker.
25375
25376 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
25377
25378 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
25379 that enable/disabled state of breakpoints is shown correctly in
25380 fringe and on ttys.
25381 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
25382 Add breakpoint information as text properties.
25383 (gdb-mouse-toggle-breakpoint):
25384 Rename to gdb-mouse-set-clear-breakpoint.
25385 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
25386 breakpoints in the margin.
25387 (gdb-remove-strings): Simplify.
25388
25389 2005-01-17 Jay Belanger <belanger@truman.edu>
25390
25391 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
25392 erasing buffer.
25393
25394 2005-01-17 Richard M. Stallman <rms@gnu.org>
25395
25396 * progmodes/grep.el (grep-find): Copy from `grep' the condition
25397 for calling grep-compute-defaults.
25398
25399 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
25400 if buffer is empty.
25401
25402 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
25403
25404 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
25405
25406 * hilit-chg.el (highlight-changes-mode): Don't autoload.
25407
25408 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
25409 non-preloaded variables.
25410
25411 2005-01-17 Steven Tamm <steventamm@mac.com>
25412
25413 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
25414 tex-shell cause to force interactivity when using pipes.
25415
25416 2005-01-17 Kim F. Storm <storm@cua.dk>
25417
25418 * simple.el (just-one-space): Make arg optional.
25419
25420 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
25421
25422 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
25423 posn-at-x-y to t to access left-margin.
25424
25425 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
25426
25427 Sync with Tramp 2.0.47.
25428
25429 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
25430 catching keep-date problems in cp/scp operations.
25431 (tramp-handle-copy-file): Don't call `set-file-modes'
25432 unconditionally. Specialized functions should know better what is
25433 necessary. This improves performance a little bit, and the
25434 functions could catch errors with `cp -p' and `scp -p'.
25435 (tramp-do-copy-or-rename-file-via-buffer)
25436 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
25437 when appropriate.
25438 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
25439 Call `set-file-modes' when appropriate.
25440 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
25441 Johnsson <isak@hypergene.com>
25442 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
25443 of both Tramp buffer and debug buffer. Reported by Joakim Verona
25444 <joakim@verona.se>
25445 (tramp-file-name-for-operation): Mark `shell-command' as magic for
25446 Emacs only.
25447
25448 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
25449 `find-file-hooks' and `dired-mode-hook'.
25450 (tramp-minor-mode-map): Respective map. Add remapping for
25451 `compile' and `recompile'.
25452 (tramp-remap-command, tramp-recompile): New defuns.
25453 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
25454 in buffer "*Compilation*". Call the commands asynchronously.
25455
25456 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
25457 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
25458 `shell-command', because it isn't magic in XEmacs. Reported by
25459 Adrian Aichner <adrian@xemacs.org>.
25460
25461 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
25462 `substitute-in-file-name.
25463 (tramp-smb-handle-substitute-in-file-name): New defun.
25464 (tramp-smb-advice-PC-do-completion): Delete advice.
25465
25466 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
25467
25468 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
25469 Fix error in deleting region.
25470
25471 2005-01-15 Richard M. Stallman <rms@gnu.org>
25472
25473 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
25474 In non-temp buffer, switch syntax table temporarily.
25475
25476 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
25477
25478 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
25479
25480 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
25481
25482 * imenu.el (imenu--split-menu): Copy menulist before sorting.
25483 (imenu--generic-function): Use START, not BEG, as pos of definition.
25484
25485 * simple.el (just-one-space): Argument specifies number of spaces.
25486
25487 * simple.el (eval-expression-print-format): Avoid warning
25488 about edebug-active.
25489
25490 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
25491
25492 * progmodes/sh-script.el: Code copied from make-mode.el
25493 with small changes,
25494 (sh-mode-map): Bind C-c C-\.
25495 (sh-backslash-column, sh-backslash-align): New variables.
25496 (sh-backslash-region, sh-append-backslash): New functions.
25497
25498 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
25499
25500 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
25501 (rmail-pop-password, rmail-pop-password-required): Move to
25502 rmail-obsolete group.
25503 (rmail-set-pop-password): Rename to rmail-set-remote-password.
25504 All callers updated.
25505 (rmail-get-pop-password): Rename to rmail-get-remote-password.
25506 Take an argument specifying whether it is POP or IMAP mailbox we
25507 are using. All callers updated.
25508 (rmail-pop-password-error): Rename to
25509 rmail-remote-password-error. Added mailutils-specific error message.
25510 (rmail-movemail-search-path)
25511 (rmail-movemail-variant-in-use): New variables.
25512 (rmail-remote-password, rmail-remote-password-required):
25513 New customization variables.
25514 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
25515 (rmail-parse-url): New function.
25516 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
25517 with GNU mailutils movemail.
25518
25519 2005-01-15 Kevin Ryde <user42@zip.com.au>
25520
25521 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
25522 suffix to space, $ or '$, to correctly position point when going
25523 to @table style constants like DBL_MAX.
25524
25525 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
25526
25527 * type-break.el (type-break-mode, type-break-file-time)
25528 (type-break-file-keystroke-count, type-break-choose-file):
25529 Don't store data in or load data from the file if type-break-file-name
25530 is nil.
25531 (type-break-file-name): Doc update as per the above.
25532
25533 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
25534
25535 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
25536 lookup-key might return nil; handle that.
25537
25538 2005-01-15 Alan Mackenzie <acm@muc.de>
25539
25540 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
25541 rather than the element found, thus enabling the tree to be setcar'd.
25542
25543 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25544
25545 * textmodes/org.el (org-show-following-heading): New option.
25546 (org-show-hierarchy-above): Use `org-show-following-heading'.
25547 (org-cycle): Documentation fix.
25548
25549 * textmodes/org.el (orgtbl-optimized): New option
25550 (orgtbl-mode): New command, a minor mode.
25551 (orgtbl-mode-map): New variable.
25552 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
25553 (orgtbl-error, orgtbl-self-insert-command)
25554 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
25555
25556 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
25557 a local variable in each org-mode buffer.
25558
25559 * textmodes/org.el (org-set-regexps-and-options): Rename from
25560 `org-set-regexps'. Added checking for STARTUP keyword.
25561 (org-get-current-options): Add STARTUP options.
25562 (org-table-insert-row): Make mode intelligent about when
25563 realignment is needed.
25564 (org-self-insert-command, org-delete-backward-char, org-delete-char):
25565 New commands.
25566 (org-enable-table-editor): New default value `optimized'.
25567 (org-table-blank-field): Support blanking regions if active.
25568
25569 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
25570
25571 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
25572 if the year is not given.
25573
25574 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
25575 Add new escapes %m and %M, fixed bug with %F by adding
25576 save-match-data.
25577 (reftex-reference): Remove ?. from list of spaces.
25578 (reftex-label-info): Add automatic label prefix recognition.
25579
25580 * textmodes/reftex-index.el (reftex-index-next-phrase):
25581 Add slave parameter to call of `reftex-index-this-phrase'.
25582 (reftex-index-this-phrase): New optional argument.
25583 (reftex-index-region-phrases): Add slave parameter to call of
25584 `reftex-index-this-phrase'.
25585 (reftex-display-index): New argument redo.
25586 (reftex-index-rescan): Add `redo' to arguments of
25587 `reftex-display-index'.
25588 (reftex-index-Rescan, reftex-index-revert)
25589 (reftex-index-switch-index-tag): Add `redo' to arguments of
25590 `reftex-display-index'.
25591 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
25592 indexing. Fix bug with matching is there is a quote before or
25593 after the word.
25594
25595 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
25596 Fix bug when collecting citation keys in lines with comments.
25597 (reftex-citation): Prefix argument no longer rescans the document,
25598 but forces prompting for optional arguments of cite macros.
25599 (reftex-do-citation): Prompting for optional arguments implemented.
25600
25601 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
25602 Add optional arguments to most cite commands.
25603 (reftex-cite-cleanup-optional-args): New option
25604 (reftex-cite-prompt-optional-args): New option.
25605 (reftex-trust-label-prefix): New option.
25606
25607 * textmodes/reftex-toc.el (reftex-toc-find-section):
25608 Add push-mark before changing the position in the buffer.
25609
25610 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
25611 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
25612
25613 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
25614
25615 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
25616 more carefully.
25617
25618 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
25619
25620 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
25621 (sgml-mode): Use it.
25622 (sgml-get-context): Better keep track of implicitly closed tags.
25623
25624 2005-01-13 Kenichi Handa <handa@m17n.org>
25625
25626 * textmodes/ispell.el: These changes are to fix misalignment error
25627 caused by equivalent characters of different Emacs charsets.
25628 (ispell-unified-chars-table): New variable.
25629 (ispell-get-decoded-string): New function.
25630 (ispell-get-casechars, ispell-get-not-casechars)
25631 (ispell-get-otherchars): Call ispell-get-decoded-string.
25632
25633 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
25634
25635 * custom.el (custom-declare-variable): Just put symbol instead
25636 of (defvar . symbol) in `current-load-list'.
25637
25638 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
25639
25640 * emacs-lisp/elint.el: Fixed typo in Commentary section.
25641
25642 2005-01-12 Jay Belanger <belanger@truman.edu>
25643
25644 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
25645 to create a Calc summary.
25646
25647 2005-01-12 Kim F. Storm <storm@cua.dk>
25648
25649 * mouse.el (mouse-on-link-p): Change functionality and doc
25650 string to comply with latest description in lisp ref.
25651
25652 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
25653
25654 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
25655 Enable mouse clicks on mode-line, header-line and margin.
25656 (event-type): Give mouse event symbols an `event-kind' property
25657 with value `mouse-click'.
25658
25659 2005-01-12 Juri Linkov <juri@jurta.org>
25660
25661 * facemenu.el (list-colors-display): Add new arg buffer-name.
25662 Use it. Fix docstring. Replace code for identifying duplicate
25663 colors by the name with call to `list-colors-duplicates' which
25664 identifies duplicate colors by the value unless the color
25665 is one of special Windows colors. Set truncate-lines to t.
25666 Print sorted duplicate color names on each line. Indent to 22
25667 \(the longest color name in rgb.txt) instead of 20. Optimize.
25668 (list-colors-duplicates): New function.
25669 (facemenu-color-name-equal): Delete function.
25670
25671 * facemenu.el (list-colors-print): New function created from code
25672 in list-colors-display. Print #RRGGBB at the window right edge.
25673 (list-colors-display): When temp-buffer-show-function is not
25674 defined, call list-colors-print from temp-buffer-show-hook
25675 to get the right value of window-width in list-colors-print
25676 after the buffer is displayed.
25677
25678 * simple.el (pop-mark): Move deactivate-mark out of conditional
25679 part to deactivate the active mark regardless of the state of the
25680 mark ring.
25681
25682 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
25683 variables line in desktop files.
25684
25685 2005-01-12 Juri Linkov <juri@jurta.org>
25686
25687 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
25688 Bring together isearch highlight related options.
25689 (lazy-highlight): Replace group `replace' by `matching'.
25690 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25691 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25692 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
25693 and declare them obsolete.
25694 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
25695 (isearch-faces): Remove defgroup.
25696 (isearch-overlay, isearch-highlight, isearch-dehighlight):
25697 Move isearch highlighting code closer to lazy highlighting code.
25698
25699 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
25700 (query-replace-highlight, query-replace-lazy-highlight)
25701 (query-replace): Move definitions to the beginning of the file.
25702
25703 2005-01-11 Juri Linkov <juri@jurta.org>
25704
25705 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
25706 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
25707 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
25708
25709 * info.el (Info-history-forward): New variable.
25710 (Info-select-node): Reset Info-history-forward to nil.
25711 (Info-last): Turn into defalias.
25712 (Info-history-back): Rename from Info-last.
25713 Add current node to Info-history-forward.
25714 (Info-history-forward): New fun.
25715 (Info-mode-map): Replace Info-last by Info-history-back.
25716 Bind Info-history-forward to "r".
25717 (Info-mode-menu): Replace Info-last by Info-history-back.
25718 Fix menu item text. Add menu item for Info-history-forward.
25719 (info-tool-bar-map): Replace Info-last by Info-history-back.
25720 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
25721 for Info-history-forward.
25722 (Info-mode): Replace Info-last by Info-history-back in docstring.
25723 Add local variable Info-history-forward.
25724 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
25725
25726 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
25727
25728 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
25729 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
25730 Ignore select-window events rather than fiddle with
25731 mouse-autoselect-window.
25732
25733 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
25734
25735 * type-break.el (type-break-mode): Fix previous change.
25736
25737 2005-01-10 Jay Belanger <belanger@truman.edu>
25738
25739 * calc/calc-ext.el (calc-reset): Reset when inside embedded
25740 calculator; only reset when point is inside a calculator.
25741 Don't adjust the window height if the window takes up the whole height
25742 of the frame.
25743
25744 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
25745
25746 * ebuff-menu.el (Electric-buffer-menu-mode):
25747 Preserve value of buffer-local var header-line-format.
25748
25749 2005-01-09 Jay Belanger <belanger@truman.edu>
25750
25751 * calc/calc.el (calc-mode-var-list-restore-saved-values):
25752 Make sure settings file exists before accessing it.
25753
25754 * calc/calc-embed.el (calc-embedded-subst):
25755 Replace math-multi-subst-rec, which is only supposed to be called
25756 by math-multi-subst, by math-multi-subst.
25757
25758 2005-01-09 Andre Spiegel <spiegel@gnu.org>
25759
25760 * vc.el (vc-allow-async-revert): New user option.
25761 (vc-disable-async-diff): New internal variable.
25762 (vc-revert-buffer): Use them to disable asynchronous diff.
25763
25764 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
25765 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
25766 asynchronously if vc-disable-async-diff is t.
25767
25768 2005-01-09 Jay Belanger <belanger@truman.edu>
25769
25770 * calc/calc.el (defcalcmodevar): New macro.
25771 (calc-mode-var-list-restore-default-values)
25772 (calc-mode-var-list-restore-saved-values): New functions.
25773 (calc-mode-var-list): Use defcalcmodevar to define it.
25774 (calc-always-load-extensions, calc-line-numbering)
25775 (calc-line-breaking, calc-display-just, calc-display-origin)
25776 (calc-number-radix, calc-leading-zeros, calc-group-digits)
25777 (calc-group-char, calc-point-char, calc-frac-format)
25778 (calc-prefer-frac, calc-hms-format, calc-date-format)
25779 (calc-float-format, calc-full-float-format, calc-complex-format)
25780 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
25781 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
25782 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
25783 (calc-matrix-brackets, calc-language, calc-language-option)
25784 (calc-left-label, calc-right-label, calc-word-size)
25785 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
25786 (calc-display-raw, calc-internal-prec, calc-angle-mode)
25787 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
25788 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
25789 (calc-window-height, calc-display-trail, calc-show-selections)
25790 (calc-use-selections, calc-assoc-selections)
25791 (calc-display-working-message, calc-auto-why, calc-timing)
25792 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
25793 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
25794 (calc-gnuplot-default-device, calc-gnuplot-default-output)
25795 (calc-gnuplot-print-device, calc-gnuplot-print-output)
25796 (calc-gnuplot-geometry, calc-graph-default-resolution)
25797 (calc-graph-default-resolution-3d, calc-invocation-macro)
25798 (calc-show-banner): Use defcalcmodevar to declare them and set
25799 their default values.
25800
25801 * calc/calc-ext.el (calc-reset): Restore saved values of variables
25802 instead of default values (but restore default values if there is
25803 an argument of 0).
25804
25805 2005-01-09 David Kastrup <dak@gnu.org>
25806
25807 * desktop.el (desktop-restore-eager): Fix typo in type.
25808
25809 2005-01-08 Richard M. Stallman <rms@gnu.org>
25810
25811 * cus-edit.el (customize): Delete :link.
25812
25813 2005-01-08 Jay Belanger <belanger@truman.edu>
25814
25815 * calc/calc.el (calc-mode): Remove the extension from the
25816 `calc-settings-file' file name when loading it.
25817
25818 2005-01-08 Kim F. Storm <storm@cua.dk>
25819
25820 * info.el (Info-mode-map, Info-next-link-keymap)
25821 (Info-prev-link-keymap, Info-up-link-keymap):
25822 Map follow-link to mouse-face.
25823 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
25824
25825 2005-01-08 Jay Belanger <belanger@truman.edu>
25826
25827 * calc/calc.el (calc-settings-file): Change default value.
25828 Suggested by cgw in a comment in calc-mode.el.
25829
25830 * calc/calc-mode.el (calc-settings-file-name):
25831 Compare calc-settings-file to user-init-file instead of ~/.emacs.
25832 Replace ~/.emacs in a prompt by calc-settings-file.
25833
25834 2005-01-07 Lars Hansen <larsh@math.ku.dk>
25835
25836 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
25837 (desktop-lazy-idle-delay): New customizable variables.
25838 (desktop-buffer-args-list): New variable.
25839 (desktop-append-buffer-args): New function.
25840 (desktop-save): Call desktop-append-buffer-args for some buffers.
25841 (desktop-lazy-create-buffer): New function.
25842 (desktop-idle-create-buffers): New function.
25843 (desktop-read): Add message about buffers to restore lazily.
25844 (desktop-lazy-abort): New command.
25845 (desktop-clear): Call desktop-lazy-abort.
25846 (desktop-lazy-complete): New command.
25847
25848 2005-01-06 Richard M. Stallman <rms@gnu.org>
25849
25850 * emacs-lisp/find-func.el (find-face-definition):
25851 Rename from find-face.
25852
25853 2005-01-06 Kim F. Storm <storm@cua.dk>
25854
25855 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
25856
25857 * man.el (Man-xref-man-page, Man-xref-header-file)
25858 (Man-xref-normal-file): Add follow-link property.
25859
25860 2005-01-06 Jay Belanger <belanger@truman.edu>
25861
25862 * calc/calc-units.el: Make sure the proper macro definitions are
25863 available when compiling.
25864
25865 2005-01-06 Juri Linkov <juri@jurta.org>
25866
25867 * isearch.el (isearch-lazy-highlight-update):
25868 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
25869
25870 2005-01-06 Miles Bader <miles@gnu.org>
25871
25872 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
25873 (isearch-lazy-highlight-face): Use new name.
25874
25875 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
25876
25877 * uniquify.el (uniquify-rationalize-file-buffer-names):
25878 Re-add an interactive spec.
25879 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
25880 to the same name.
25881
25882 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
25883 (isearch-update, isearch-done): Adjust calls accordingly.
25884
25885 2005-01-05 Richard M. Stallman <rms@gnu.org>
25886
25887 * custom.el (custom-set-variables, custom-theme-set-variables):
25888 Clarify documentation.
25889
25890 * emacs-lisp/find-func.el (find-variable)
25891 (find-variable-other-window, find-variable-other-frame):
25892 Fix the TYPE args to find-function-read and find-function-do-it.
25893 (find-function): Doc fix.
25894 (find-function-at-point): Replace function-at-point alias.
25895
25896 2005-01-04 Richard M. Stallman <rms@gnu.org>
25897
25898 * cus-face.el (custom-declare-face):
25899 Record defface in current-load-list.
25900
25901 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
25902
25903 * emacs-lisp/find-func.el: Doc fixes.
25904 (find-face-regexp): New variable.
25905 (find-function-regexp-alist): New variable.
25906 (find-function-C-source): Third arg is now TYPE.
25907 (find-function-search-for-symbol): Handle general TYPE.
25908 (find-function-read, find-function-do-it): Handle general TYPE.
25909 (find-definition-noselect, find-face): New functions.
25910 (function-at-point): Alias deleted.
25911
25912 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
25913
25914 * battery.el (display-battery-mode): Rename from display-battery.
25915 Handle the case where it gets turned off.
25916
25917 2005-01-04 Richard M. Stallman <rms@gnu.org>
25918
25919 * cus-edit.el (customize): Make :link point to user doc.
25920
25921 * man.el (Man-fontify-manpage): Turn off undo generation.
25922
25923 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
25924
25925 2005-01-04 Andreas Schwab <schwab@suse.de>
25926
25927 * files.el (insert-directory): Only look for error lines in
25928 inserted text. Don't move too far after processing --dired markers.
25929
25930 2005-01-04 Richard M. Stallman <rms@gnu.org>
25931
25932 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
25933 Don't expand if the character is @, period, dash, etc.
25934 (define-mail-abbrev): Quote names that contain problem characters.
25935
25936 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
25937
25938 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
25939
25940 2005-01-03 Richard M. Stallman <rms@gnu.org>
25941
25942 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
25943 (query-replace-highlight, query-replace-lazy-highlight)
25944 (query-replace): Definitions moved up. Doc fix.
25945
25946 2005-01-03 Richard M. Stallman <rms@gnu.org>
25947
25948 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
25949 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
25950 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
25951 (lazy-highlight-face): Rename from isearch-lazy-...
25952 Change all references to them.
25953
25954 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
25955
25956 * cus-edit.el (custom-file): Doc fix for defcustom.
25957 (custom-file): The function no longer sets the variable
25958 `custom-file' to its return value.
25959
25960 * startup.el (command-line): No longer load `custom-file'.
25961
25962 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
25963
25964 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
25965
25966 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
25967 Don't confuse module-prefixed identifiers for labels.
25968 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
25969
25970 2005-01-02 Richard M. Stallman <rms@gnu.org>
25971
25972 * files.el (basic-save-buffer-1): Fix previous change.
25973
25974 * loadhist.el (file-loadhist-lookup): New function.
25975 (file-provides, file-requires): Use it.
25976
25977 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
25978 instead of calculating the right size.
25979
25980 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
25981
25982 * vc-svn.el (vc-svn-diff): Stay local if possible.
25983
25984 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
25985
25986 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
25987
25988 * files.el (hack-local-variables): Fix last change.
25989
25990 2005-01-02 Jay Belanger <belanger@truman.edu>
25991
25992 * calc/calc-yank.el (calc-edit-top): New variable.
25993 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
25994 object. Change header properties.
25995 (calc-edit-finish, calc-edit-finish-stack-object)
25996 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
25997 edited object.
25998 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
25999 for the beginning of the edited object.
26000 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
26001 for the beginning of the edited object.
26002 * calc/calc-prog.el (calc-edit-macro-finish-edit)
26003 (calc-finish-formula-edit, calc-macro-repeats)
26004 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
26005 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
26006 beginning of the edited object.
26007 (calc-user-define-edit): Change the header for editing macros.
26008 Remove unnecessary variable.
26009
26010 2005-01-01 Jay Belanger <belanger@truman.edu>
26011
26012 * calc/calc-yank.el (calc-edit-mode): Change default header.
26013 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
26014 * calc/calc-store.el (calc-edit-variable): Change title to match new
26015 header.
26016 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
26017 mode to match new header.
26018 (calc-user-define-edit): Change titles to include names of commands.
26019 (calc-finish-formula-edit): Adjust to handle new header.
26020 (calc-finish-macro-edit): Remove.
26021 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
26022 (calc-edit-macro-command, calc-edit-macro-command-type)
26023 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
26024 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
26025 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
26026 (calc-edit-macro-finish-edit): New functions.
26027 (calc-user-define-edit): Use new functions to edit named calc macros.
26028
26029 2005-01-01 Stefan <monnier@iro.umontreal.ca>
26030
26031 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
26032
26033 * ses.el (copy-region-as-kill): Deactivate mark.
26034
26035 2005-01-01 Richard M. Stallman <rms@gnu.org>
26036
26037 * replace.el (occur-1): If the output buffer is also an input,
26038 don't kill it, rename it.
26039
26040 * faces.el (set-face-background, set-face-foreground): Doc fix.
26041
26042 * cus-face.el (custom-face-attributes): Fix :help-echo strings
26043 for :foreground and :background.
26044
26045 * dired.el (dired-view-command-alist): Variable deleted.
26046 (dired-view-file, dired-mouse-find-file-other-window):
26047 Delete the code to use it.
26048
26049 2005-01-01 Kim F. Storm <storm@cua.dk>
26050
26051 * image.el (insert-sliced-image): Use t for line-height property.
26052
26053 See ChangeLog.11 for earlier changes.
26054
26055 ;; Local Variables:
26056 ;; coding: iso-2022-7bit
26057 ;; End:
26058
26059 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
26060 Copying and distribution of this file, with or without modification,
26061 are permitted provided the copyright notice and this notice are preserved.
26062
26063 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1