*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
2
3 * loadup.el: Add comment explaining why facemenu must be loaded
4 before font-lock.
5
6 2005-11-28 Jay Belanger <belanger@truman.edu>
7
8 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
9 (calc-dispatch-map): Add more keys for `calc-same-interface'.
10
11 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
12
13 * calc/calc-embed.el (calc-do-embedded): Update help message.
14
15 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
16
17 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
18
19 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
20
21 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
22 called-interactively-p.
23 (elp-profilable-p): Rename from elp-not-profilable-p.
24 Invert result and take into account macros and autoloaded functions.
25 (elp-instrument-function): Update call.
26 (elp-instrument-package): Update call. Add completion.
27 (elp-pack-number): Use match-string.
28 (elp-results-jump-to-definition-by-mouse): Merge into
29 elp-results-jump-to-definition and then remove.
30 (elp-output-insert-symname): Make help echo text single-line.
31
32 * replace.el (query-replace-map): Move initialization into declaration.
33 (occur-engine): Use with-current-buffer.
34 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
35 (occur-mode-mouse-goto): Replace with an alias.
36
37 2005-11-28 Juri Linkov <juri@jurta.org>
38
39 * simple.el (quoted-insert): Let-bind input-method-function to nil.
40
41 * term/w32-win.el: Bind [S-tab] to [backtab].
42
43 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
44 `Info-find-file' to t.
45
46 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
47 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
48 and same-window-regexps.
49 (occur-next-error): Don't move point for arg 0.
50
51 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
52
53 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
54
55 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * log-edit.el (log-edit-changelog-use-first): New var.
58 (log-edit-changelog-ours-p): Use it.
59 (log-edit-insert-changelog): Set it with new arg `use-first'.
60 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
61 (log-edit-hook): Add them to the list of suggested options.
62
63 * textmodes/flyspell.el (flyspell-last-buffer): New var.
64 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
65 redundant work.
66 (flyspell-mode-on): Use add-hook for after-change-functions.
67 (flyspell-mode-off): Use remove-hook for after-change-functions.
68 (flyspell-changes): Make it buffer-local.
69 (flyspell-after-change-function): Make it non-interactive. Use push.
70 (flyspell-post-command-hook): Check input-pending-p while processing
71 the potentially long list of buffer changes.
72
73 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
74
75 * buff-menu.el (list-buffers-noselect): Display the selected
76 frame's buffer list, not the global one.
77
78 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
79
80 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
81 that (list last-input-event) works as in interactive spec.
82
83 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
84
85 * loadup.el ("facemenu"): Load facemenu before font-lock, because
86 `facemenu-keymap' needs to be defined when font-lock is loaded.
87 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
88
89 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
90
91 * completion.el: Remove useless leading * in defcustom docstrings.
92 (save-completions-file-name): Use ~/.emacs.d if available.
93 (completion-standard-syntax-table): Rename from
94 cmpl-standard-syntax-table and fold initialization into declaration,
95 thus removing cmpl-make-standard-completion-syntax-table.
96 (completion-lisp-syntax-table, completion-c-syntax-table)
97 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
98 (cmpl-saved-syntax, cmpl-saved-point): Remove.
99 (symbol-under-point, symbol-before-point)
100 (symbol-under-or-before-point, symbol-before-point-for-complete)
101 (add-completions-from-c-buffer): Use with-syntax-table.
102 (make-completion): Don't return a list of completion entries.
103 Update callers.
104 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
105 (completion-initialize): Rename from initialize-completions.
106 (completion-find-file-hook): Rename from cmpl-find-file-hook.
107 (kill-emacs-save-completions): Collect stats here.
108 (save-completions-to-file, load-completions-from-file):
109 Use with-current-buffer.
110 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
111 into a function. Move all calls to toplevel.
112 (completion-lisp-mode-hook): New fun.
113 (completion-c-mode-hook, completion-setup-fortran-mode):
114 Set the syntax-table here. Use local-set-key.
115 (completion-saved-bindings): New var.
116 (dynamic-completion-mode): Make it into a proper minor mode.
117 (load-completions-from-file): Remove unused var `num-uses'.
118
119 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
120 constructor if it is explicitly overridden.
121
122 * complete.el (PC-completion-as-file-name-predicate):
123 Use minibuffer-completing-file-name.
124 (partial-completion-mode): Use find-file-not-found-functions.
125 (PC-lisp-complete-symbol): Use with-syntax-table.
126 (PC-look-for-include-file): Remove dead setq.
127 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
128 (PC-complete): Use with-current-buffer.
129
130 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
131 escape single quotes.
132
133 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
134
135 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
136 of `if' whose condition always returned nil. Doc fix.
137
138 * buff-menu.el (Buffer-menu-revert-function): Make the selected
139 window's buffer the current buffer around the call to
140 `list-buffers-noselect'. This is necessary to mark that buffer
141 with a `.' in the Buffer Menu when called from Lisp, for instance
142 by Auto Revert Mode.
143
144 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
145
146 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
147 attaching to it.
148 (gdb-pre-prompt): Make sure gdb-error is reset.
149
150 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
151 with a child process, detect it.
152 (gud-speedbar-buttons): Match regexp more carefully.
153
154 2005-11-27 Richard M. Stallman <rms@gnu.org>
155
156 * mouse.el (mouse-drag-move-window-bottom):
157 Use adjust-window-trailing-edge.
158
159 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
160
161 * simple.el (blink-matching-open): Ignore
162 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
163 (blink-matching-paren-on-screen): Update docstring.
164
165 * paren.el (show-paren-mode): No longer change
166 `blink-matching-paren-on-screen'.
167
168 2005-11-27 John Paul Wallington <jpw@pobox.com>
169
170 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
171 (gdb-threads-select, gdb-edit-register-value):
172 Use `posn-set-point' instead of `mouse-set-point' because the
173 latter is not fbound when configured without X.
174
175 2005-11-27 Kim F. Storm <storm@cua.dk>
176
177 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
178 existing face when partially highlighting a TAB in a rectangle.
179
180 2005-11-26 Kim F. Storm <storm@cua.dk>
181
182 * ido.el (ido-mode-map): Doc fix.
183 (ido-mode-common-map, ido-mode-file-map)
184 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
185 (ido-define-mode-map): Rewrite. Select one of the new maps as
186 parent for ido-mode-map instead of building from scratch.
187 (ido-init-mode-maps): New defun to initialize new maps.
188 (ido-mode): Call it.
189 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
190 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
191
192 2005-11-26 John Paul Wallington <jpw@pobox.com>
193
194 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
195 `mouse-set-point' because the latter is not fbound when configured
196 without X.
197
198 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
199
200 * files.el (file-relative-name): Doc fix.
201
202 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
203
204 * progmodes/octave-inf.el (inferior-octave-startup): Force a
205 non-empty string for secondary prompt PS2.
206
207 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
208
209 * progmodes/compile.el (compilation-setup): Fix last change.
210
211 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
212
213 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
214 (gdb-mouse-toggle-breakpoint-margin)
215 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
216 Add gdb-server-prefix to keep out of command history.
217 (gdb-edit-register-value): New function.
218 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
219 (gdb-info-registers-custom): Use above map.
220
221 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
222
223 * custom.el (enable-theme): Signal error if argument is not a
224 theme. Don't recalculate a face if it's not loaded yet.
225
226 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
227 the `user' theme is in effect.
228
229 * info.el (Info-on-current-buffer): Record actual filename in
230 Info-current-file, instead of t, or a fake filename if a non-file
231 buffer. Make autoload.
232 (Info-find-node, Info-revert-find-node): No need to check for
233 Info-current-file nil.
234 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
235 Info-current-file is now never `t'.
236 (Info-fontify-node): Many simplifications due to Info-current-file
237 always being valid. Use Info-find-file to find node filename.
238
239 2005-11-25 David Kastrup <dak@gnu.org>
240
241 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
242 new character, then delete" in order to preserve markers.
243
244 2005-11-25 David Ponce <david@dponce.com>
245
246 * recentf.el (recentf-arrange-by-rule): Handle a special
247 `auto-mode-alist'-like "strip suffix" rule.
248 (recentf-build-mode-rules): Handle second level auto-mode entries.
249
250 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
251
252 * viper-keym.el (viper-ESC-key): Use different values in terminal and
253 window modes.
254
255 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
256 jde-javadoc-checker-report-mode.
257
258 * ediff-wind (ediff-make-wide-display): Slight simplification.
259
260 * ediff.el (ediff-date): Change the date of last update.
261
262 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
263
264 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
265 Use define-minor-mode, and make it a local mode. Turn on font-lock.
266 (hi-lock-mode): New global minor mode.
267 (turn-on-hi-lock-if-enabled): New function.
268 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
269 Change arguments to regexp and face instead of a font-lock pattern.
270 Directly set face property, instead of refontifying.
271 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
272 (hi-lock-find-patterns): Use line-number-at-pos.
273
274 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
275 arguments for hi-lock-set-pattern.
276 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
277 font-lock-fontify-buffer.
278 (hi-lock-find-file-hook, hi-lock-current-line)
279 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
280
281 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
282 turned off.
283
284 * progmodes/compile.el (compilation-setup): Don't fiddle with
285 font-lock-defaults.
286
287 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
288
289 * progmodes/gdb-ui.el (gdb-var-create-handler)
290 (gdb-var-list-children-handler): Find values for all variable
291 objects. gud-speedbar-buttons decides whether to display them.
292
293 2005-11-24 Romain Francoise <romain@orebokech.com>
294
295 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
296 buffer name with a space.
297
298 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
299
300 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
301 `org-export-local-list-max-depth'. Change default value to 3.
302 (org-auto-renumber-ordered-lists)
303 (org-plain-list-ordered-item-terminator): New options.
304 (org-at-item-p, org-beginning-of-item, org-end-of-item)
305 (org-get-indentation, org-get-string-indentation)
306 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
307 functions.
308 (org-move-item-down, org-move-item-up): New commands.
309 (org-export-as-html): New classes for CSS support. Bug fix in
310 regular expression detecting fixed-width regions. Respect
311 `org-local-list-ordered-item-terminator'.
312 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
313 also a list item.
314 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
315 New item moving functions.
316
317 2005-11-24 Juri Linkov <juri@jurta.org>
318
319 * isearch.el (isearch-repeat): With empty search ring set
320 `isearch-error' to the error string instead of signaling error
321 with the function `error'.
322
323 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
324
325 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
326
327 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
328
329 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
330 and variable.
331 (gdb-var-create-handler, gdb-var-list-children-handler):
332 Don't match on "char **...".
333 (gdb-var-update-handler): Find values for all variable objects.
334 (gdb-info-frames-custom): Identify frames by leading "#".
335
336 * progmodes/gud.el (gud-speedbar-menu-items): Add
337 gdb-speedbar-auto-raise as radio button.
338 (gud-speedbar-buttons): Raise speedbar if requested.
339 Don't match on "char **...".
340 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
341 Make it editable.
342
343 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
344
345 * info.el (Info-fontify-node): Handle the case where
346 Info-current-file is t.
347
348 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
349
350 * simple.el (blink-matching-open): Fix off-by-one in last change.
351
352 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
353
354 * term/mac-win.el: Don't change default directory.
355
356 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
357
358 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
359 buffers correctly. (It used to throw an error in such buffers.)
360 Make it ask for confirmation in group buffers and other Custom
361 buffers containing more than one customization item.
362
363 2005-11-22 John Paul Wallington <jpw@gnu.org>
364
365 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
366 property on mail and url overlays.
367 (goto-address-at-point): Use `posn-set-point' instead of
368 `mouse-set-point' because the latter is not fbound when configured
369 without X.
370
371 2005-11-22 Lars Hansen <larsh@soem.dk>
372
373 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
374 (ls-lisp-classify, ls-lisp-format): Delete call to
375 ls-lisp-parse-symlink.
376 (ls-lisp-handle-switches): Handle symlinks to directories as
377 directories when ls-lisp-dirs-first in non-nil.
378
379 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
380
381 * startup.el (command-line): Make sure that loaddefs.el is handled
382 correctly in load-history.
383
384 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
385
386 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
387 (gdb-struct-string, gdb-array-string): New constants.
388 (gdb-info-locals-handler): Use them.
389 (gdb-reset): Reset gdb-var-list to nil.
390
391 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
392
393 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
394 in patterns.
395
396 2005-11-21 Juri Linkov <juri@jurta.org>
397
398 * custom.el (defcustom): Update link types in docstring.
399
400 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
401
402 * custom.el (defgroup): Add doc-string-elt info.
403
404 * widget.el (define-widget): Don't use declare for the doc-string-elt.
405
406 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
407
408 * newcomment.el (comment-enter-backward): Fix last fix.
409
410 * simple.el (blink-matching-open):
411 * paren.el (show-paren-function): Allow new paren-class info.
412
413 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
414
415 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
416 handled automagically.
417
418 2005-11-20 Juri Linkov <juri@jurta.org>
419
420 * simple.el (what-cursor-position):
421 * descr-text.el (describe-char): Use Lisp-readable syntax
422 for octal and hex. Reorder decimal, octal and hex values.
423 Remove excess whitespace in the output. Use `=' in `column='
424 like in `point=' and `Hscroll='.
425
426 * international/mule-cmds.el (encoded-string-description):
427 Use Lisp-readable syntax for hex.
428
429 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
430
431 * newcomment.el (comment-enter-backward): Handle the case where the
432 comment is closed by EOB.
433
434 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
435
436 * longlines.el (longlines-before-revert-hook)
437 (longlines-after-revert-hook): New functions.
438 (longlines-mode): Turn off longlines temporarily when reverting.
439 Add a message-setup-hook.
440 (longlines-decode-buffer): New function.
441 (longlines-wrap-line): Preserve marker positions.
442
443 2005-11-19 Andreas Schwab <schwab@suse.de>
444
445 * emacs-lisp/shadow.el: Handle compressed files.
446
447 2005-11-19 Romain Francoise <romain@orebokech.com>
448
449 * net/browse-url.el (browse-url-default-browser): Signal an error
450 if no usable browser can be found, rather than try to load w3.
451
452 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
453
454 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
455 replacing existing properties.
456 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
457 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
458 tty specs.
459 (rcirc-server-prefix, rcirc-server): New faces.
460 (rcirc-url-regexp): Generate with rx macro.
461 (rcirc-last-server-message-time): New variable.
462 (rcirc-filter): Record time of last message.
463 (rcirc-keepalive): Kill processes that did not send a message
464 since the last ping.
465 (rcirc-mode): Give rcirc-topic a local binding here.
466
467 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
468
469 * subr.el (read-passwd): Fontify the prompt as we do with other
470 prompts.
471
472 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
473
474 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
475 binding buffer-read-only to nil.
476
477 2005-11-19 Eli Zaretskii <eliz@gnu.org>
478
479 * complete.el (partial-completion-mode):
480 Mention completion-auto-help in the doc string.
481
482 * man.el (Man-highlight-references): Doc fix. Reformat code in a
483 more Lisp-ish way.
484
485 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
486
487 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
488 digits, not 8, to avoid misalignment for files larger than 100MB.
489
490 2005-11-19 Eli Zaretskii <eliz@gnu.org>
491
492 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
493 Mention "keyboard shortcuts" in the help text.
494
495 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
496
497 * startup.el (fancy-splash-default-action): Discard only
498 mouse-down and succeeding mouse-up events in the splash screen
499 window so that drag-n-drop event can be processed.
500
501 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
502
503 * longlines.el (longlines-mode): Add hacks for mail-mode and
504 message-mode.
505
506 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
507
508 * textmodes/org.el: (org-table-sort-lines): New command.
509 (org-tbl-menu): Add entry for `org-table-sort-lines'.
510 (org-add-file): Command removed, use `org-agenda-file-to-front'
511 instead.
512 (org-export-icalendar): Use `org-icalendar-combined-name'.
513 (org-cycle-agenda-files, org-agenda-file-to-end)
514 (org-agenda-file-to-front): New commands.
515 (org-table-tab-jumps-over-hlines,org-export-html-style): New
516 options.
517 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
518 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
519 New functions.
520 (org-fill-paragraph): Call `org-table-align' in tables.
521 (org-mode): Call `org-set-autofill-regexps'.
522 (org-export-as-html): Support for local handformatted lists.
523 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
524 (org-export-local-list-max-depth): New option.
525 (org-html-expand): Use `org-html-protect'.
526
527 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
528
529 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
530 to "p".
531 (gdb): Move definition of gud-pp to...
532
533 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
534 speedbar.
535 (gdb-find-watch-expression): New function.
536
537 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
538
539 * faces.el (face-attribute, set-face-attribute): Mention existence
540 of `:ignore-defface' setting in docstring.
541
542 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * simple.el (completion-setup-function): Fix last change.
545
546 2005-11-17 John Paul Wallington <jpw@pobox.com>
547
548 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
549 Use `posn-set-point' instead of `mouse-set-point' because the
550 latter is not fbound when configured without X.
551
552 * comint.el (comint-insert-input): Likewise.
553
554 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
555
556 * simple.el (hard-newline): New variable.
557 (sendmail-user-agent-compose, next-line): Use it.
558
559 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
560 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
561 (mail-mail-reply-to, mail-mail-followup-to)
562 (mail-position-on-field, mail-signature, mail-yank-original)
563 (mail-attach-file): Likewise.
564
565 * mail/mailheader.el (mail-header-format)
566 (mail-header-format-function): Likewise.
567
568 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
569
570 2005-11-17 Juri Linkov <juri@jurta.org>
571
572 * font-lock.el (font-lock-faces): Rename this defgroup from
573 `font-lock-highlighting-faces'.
574 (font-lock-comment-face, font-lock-comment-delimiter-face)
575 (font-lock-string-face, font-lock-doc-face)
576 (font-lock-keyword-face, font-lock-builtin-face)
577 (font-lock-function-name-face, font-lock-variable-name-face)
578 (font-lock-type-face, font-lock-constant-face)
579 (font-lock-warning-face, font-lock-negation-char-face)
580 (font-lock-preprocessor-face)
581 (font-lock-regexp-grouping-backslash)
582 (font-lock-regexp-grouping-construct): Rename :group from
583 `font-lock-highlighting-faces' to `font-lock-faces'.
584
585 * cus-edit.el (lisp, c, tex):
586 * progmodes/ada-mode.el (ada):
587 * progmodes/asm-mode.el (asm):
588 * progmodes/cperl-mode.el (cperl-faces):
589 * progmodes/cpp.el (cpp):
590 * progmodes/dcl-mode.el (dcl):
591 * progmodes/f90.el (f90):
592 * progmodes/fortran.el (fortran):
593 * progmodes/icon.el (icon):
594 * progmodes/idlwave.el (idlwave-misc):
595 * progmodes/m4-mode.el (m4):
596 * progmodes/make-mode.el (makefile):
597 * progmodes/meta-mode.el (meta-font):
598 * progmodes/modula2.el (modula2):
599 * progmodes/octave-mod.el (octave):
600 * progmodes/pascal.el (pascal):
601 * progmodes/perl-mode.el (perl):
602 * progmodes/prolog.el (prolog):
603 * progmodes/ps-mode.el (PostScript-edit):
604 * progmodes/scheme.el (scheme):
605 * progmodes/sh-script.el (sh-script):
606 * progmodes/simula.el (simula):
607 * progmodes/tcl.el (tcl):
608 * textmodes/nroff-mode.el (nroff):
609 * textmodes/reftex-vars.el (reftex-fontification-configurations):
610 * textmodes/sgml-mode.el (sgml):
611 * textmodes/texinfo.el (texinfo):
612 Add :link (custom-group-link font-lock-faces) to defgroup.
613
614 * hi-lock.el (hi-lock): Rename this defgroup from
615 `hi-lock-interactive-text-highlighting'. Change parent group from
616 `faces' to `font-lock'. Add link to the manual.
617 (hi-lock-mode, hi-lock-file-patterns-range)
618 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
619 `hi-lock-interactive-text-highlighting' to `hi-lock'.
620 (hi-lock-faces): Add :group `faces'.
621
622 * cus-edit.el (custom-variable-prompt): Clarify the code.
623
624 * faces.el (face-read-string): Set the default value arg of
625 completing-read.
626
627 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
628
629 * rfn-eshadow.el (file-name-shadow-properties)
630 (file-name-shadow-tty-properties, file-name-shadow-mode):
631 Remove autoloads, because the file is now preloaded.
632
633 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
634
635 * printing.el (easy-menu-intern): Don't define.
636 (pr-get-symbol): Use easy-menu-intern only if defined.
637
638 * simple.el (blink-matching-open): Simplify a bit.
639 (completion-setup-function): Fix the case of partial-completion-mode
640 when the minibuffer's contents start with "-".
641 Obey completion-base-size-function even when
642 minibuffer-completing-file-name is non-nil.
643
644 2005-11-16 Richard M. Stallman <rms@gnu.org>
645
646 * net/eudcb-ph.el (eudc-ph-open-session):
647 Use set-process-query-on-exit-flag.
648
649 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
650
651 * international/ucs-tables.el (ucs-set-table-for-input):
652 Use make-local-variable, not make-variable-buffer-local.
653
654 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
655 Improve warning message text.
656
657 * savehist.el (savehist-save-hook): Add :group.
658
659 * menu-bar.el (menu-bar-help-menu):
660 Rename Find Extra Packages to External Packages.
661
662 * cus-edit.el (Custom-reset-standard): Verify that
663 :custom-standard-value prop exists before calling it.
664
665 * apropos.el (apropos-calc-scores): Use apropos-pattern.
666
667 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
668
669 * wid-edit.el (color): Enclose %t in %{...%}.
670
671 * cus-edit.el (face): Enclose %t in %{...%}.
672
673 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
674
675 * savehist.el (savehist-mode-hook): Re-add the var.
676 (savehist-mode): Use it.
677
678 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
679
680 * textmodes/flyspell.el: Fix commenting convention.
681 Remove unnecessary leading * in custom docstrings.
682 (flyspell-emacs): Remove unused var.
683 (flyspell-delete-region-overlays): Use remove-overlays.
684 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
685 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
686 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
687 (flyspell-debug-signal-word-checked): Use with-current-buffer.
688 (make-flyspell-overlay): Don't locally reuse a global name.
689 (flyspell-highlight-incorrect-region)
690 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
691 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
692 (flyspell-notify-misspell): Remove unused args `start' and `end'.
693 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
694 Wrap calls to accept-process-output inside with-local-quit since it's
695 often called from a post-command-hook.
696 (flyspell-correct-word, flyspell-auto-correct-word):
697 Use ispell-send-string.
698 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
699
700 * calendar/diary-lib.el (diary-list-entries): Also hide the
701 terminating newline.
702
703 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
704
705 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
706 window-system, to allow fonts on tty.
707
708 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
709
710 * progmodes/gud.el (gud-speedbar-item-info): New function.
711 (gud-install-speedbar-variables): Use it to display data type
712 of watch expression as a tooltip in speedbar.
713
714 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
715
716 * font-core.el (global-font-lock-mode): Add :version keyword,
717 because default was changed.
718
719 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
720
721 * startup.el (command-line): Use `custom-reevaluate-setting' for
722 `file-name-shadow-mode'.
723
724 * loadup.el: Preload rfn-eshadow.
725
726 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
727 Add :version keyword.
728 (file-name-shadow-properties, file-name-shadow-tty-properties)
729 (file-name-shadow): Add :version keyword.
730
731 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
732 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
733 in the custom-group property of the symbol frames and the fringe
734 group got no link to its parent group frames.
735 Doc fix.
736
737 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
738
739 * progmodes/gud.el (gud-stop-subjob): New function.
740 (gud-menu-map, gud-tool-bar-map): Use it.
741
742 2005-11-16 Kim F. Storm <storm@cua.dk>
743
744 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
745 than kill it.
746 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
747 to a more useful/logical place.
748
749 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
750
751 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
752 go buttons complementary.
753
754 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
755
756 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
757 (rfn-eshadow-sifn-equal): New function.
758 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
759
760 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
761
762 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
763 string.
764
765 * viper.el (viper-emacs-state-mode-list): Ensure that
766 rcirc-mode buffers come up in Emacs state.
767
768 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
769 operation.
770
771 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
772
773 * term.el (term-termcap-format): Fix typos.
774 (term-down): Fix the negative argument case.
775
776 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
777
778 * progmodes/gdb-ui.el: Remove face-alias left over from change on
779 2005-08-15.
780 (gdb-ann3): New command gud-go.
781 (menu): Accomodate gdb-mi.el.
782 (gdb-assembler-custom): Make buffer of selected window current
783 so that set-window-point works.
784
785 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
786 buttons and include new ones.
787
788 2005-11-16 Kim F. Storm <storm@cua.dk>
789
790 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
791 (gud-menu-map): Use it.
792
793 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
794
795 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
796 that works correctly for Custom and that does not override a user
797 who disables it.
798
799 * help-mode.el (help-make-xrefs, help-xref-on-pp)
800 (help-xref-interned, help-follow): Make hyperlinks for variables
801 that are unbound, but have a non-nil variable-documentation property.
802
803 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
804 mode hook. (It conflicted with defcustoms for some mode hooks.)
805 Use the `variable-documentation' property to give the mode hook a
806 docstring and expand that docstring.
807
808 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
809
810 * savehist.el (savehist-mode): Don't bother with
811 `custom-set-minor-mode'.
812 (savehist-coding-system): Check XEmacs version.
813 (history-length): Declare also at run time.
814 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
815 Don't set the customize state.
816 (savehist-minibuffer-hook): Special case for when
817 minibuffer-history-variable is equal to t.
818
819 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
820
821 * files.el (write-file): Refresh VC status.
822
823 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
824 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
825 than fundamental-mode to see if the mode was set.
826
827 2005-11-14 Romain Francoise <romain@orebokech.com>
828
829 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
830 dummy function in `eval-when-compile' to avoid compiler warning.
831 Require `man' at compile time.
832
833 2005-11-14 Jay Belanger <belanger@truman.edu>
834
835 * calc-alg.el (calcFunc-write-out-power): Rename it to
836 calcFunc-powerexpand.
837 (math-write-out-power): Rename it to math-powerexpand; have it
838 handle negative exponents.
839 (calc-writeoutpower): Rename it to calc-powerexpand.
840
841 * calc-ext.el: Change calcFunc-writeoutpower and
842 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
843 autoloads.
844 Add calcFunc-ldiv to autoloads.
845
846 * calc-arith.el (calcFunc-ldiv): New function.
847
848 * calc.el (calc-left-divide): New function.
849
850 2005-11-14 Juri Linkov <juri@jurta.org>
851
852 * cus-edit.el (custom-variable-prompt): Set the default value arg
853 of completing-read.
854
855 * cus-dep.el (custom-make-dependencies): Reverse the list of
856 found dependencies.
857
858 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
859
860 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
861 Highlighting" entry, it is on by default now.
862 (menu-bar-options-save): Do not save global-font-lock-mode.
863
864 2005-11-13 Richard M. Stallman <rms@gnu.org>
865
866 * textmodes/flyspell.el (flyspell-large-region):
867 Call flyspell-accept-buffer-local-defs.
868
869 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
870
871 * textmodes/flyspell.el (flyspell-notify-misspell):
872 Fix misspelling of "Misspelling".
873 (flyspell-process-localwords): New function.
874 (flyspell-large-region): Call flyspell-process-localwords and
875 flyspell-delete-region-overlays.
876 (flyspell-delete-region-overlays): New function.
877 (flyspell-delete-all-overlays): Call that.
878
879 2005-11-13 Richard M. Stallman <rms@gnu.org>
880
881 * help.el (help-for-help-internal): Improve doc of C-h a.
882 (describe-key): Improve prompt; doc fix.
883
884 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
885
886 * vc-svn.el (vc-svn-registered): Catch all errors.
887
888 * cus-dep.el (custom-make-dependencies): Typo.
889
890 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
891
892 * net/tramp-util.el (top): Fix compilation warning.
893
894 2005-11-13 Kim F. Storm <storm@cua.dk>
895
896 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
897
898 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
899
900 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
901 (gud-speedbar-buttons): Match on "const char *" too.
902
903 * progmodes/gdb-ui.el (gdb-var-create-handler)
904 (gdb-var-list-children-handler): Match on "const char *" too.
905 (gdb-var-evaluate-expression-handler): Match on empty string.
906 (gdb-var-update-handler): Only call
907 gdb-var-evaluate-expression-handler when required.
908
909 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
910
911 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
912 selected window. This still doesn't work for speedbar.
913 (gud-speedbar-buttons): Handle string expressions properly.
914
915 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
916 (gdb-var-create-handler): Handle string expressions properly.
917 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
918 Handle string expressions properly. Move "type" field into regexp.
919
920 2005-11-12 Karl Fogel <kfogel@red-bean.com>
921
922 * bookmark.el (bookmark-maybe-message): New function to reduce
923 code duplication: invokes `message' iff baud-rate is high enough.
924 (bookmark-write-file): Use above instead of an inline conditional.
925 (bookmark-load): Same.
926
927 2005-11-12 Karl Fogel <kfogel@red-bean.com>
928
929 * bookmark.el (bookmark-write-file): Don't visit the destination
930 file, just write the data to it using write-region. This is
931 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
932 change to avoid visiting the file in the first place.
933
934 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
935
936 * hi-lock.el (hi-lock-mode): Set the default value of
937 font-lock-defaults.
938
939 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
940
941 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
942 arg to `file-attributes'.
943 (find-lisp-format): The UID and GID can now be strings.
944
945 2005-11-12 Kim F. Storm <storm@cua.dk>
946
947 * help.el (help-map): Bind C-h d to apropos-documentation.
948
949 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
950 when point is at end-of-buffer.
951
952 * apropos.el (apropos-match-face): Doc fix.
953 (apropos-sort-by-scores): Add new choice `verbose'.
954 (apropos-documentation-sort-by-scores): New defcustom.
955 (apropos-pattern): Now contains the pattern entered by the user.
956 (apropos-pattern-quoted): New defvar.
957 (apropos-regexp): New defvar, containing the regexp corresponding
958 to apropos-pattern.
959 (apropos-all-words-regexp): Rename from apropos-all-regexp.
960 (apropos-read-pattern): New defun. Use it to read pattern arg in
961 interactive calls; returns list of words for a word list, and
962 string for a regexp.
963 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
964 parses a list of words or regexp as returned by apropos-read-pattern.
965 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
966 (apropos-score-doc): Return a very high score if the string
967 entered by the user matches literally.
968 (apropos-variable): Doc fix. Use apropos-read-pattern.
969 (apropos-command): Doc fix. Use apropos-read-pattern and
970 apropos-parse-pattern. Call apropos-print with nosubst=t.
971 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
972 apropos-parse-pattern.
973 (apropos-documentation): Doc fix. Use apropos-read-pattern and
974 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
975 apropos-documentation-sort-by-scores. Call apropos-print with
976 nosubst=t.
977 (apropos-documentation-internal): Pass doc string through
978 substitute-key-definition before adding text properties.
979 Highlight substring matching literal user input if possible.
980 (apropos-documentation-check-doc-file): Remove locals beg and end.
981 Fix calculation of score (as added twice). Pass doc string through
982 substitute-key-definition before adding text properties.
983 (apropos-documentation-check-elc-file): Pass doc string through
984 substitute-key-definition before adding text properties.
985 Highlight substring matching literal user input if possible.
986 (apropos-print): Add new arg NOSUBST; if set, command and variable
987 doc strings have already been passed through substitute-key-definition.
988 Add code to handle apropos-accumulator items without score element
989 for backwards compatibility (e.g. with woman package).
990 Only show scores if apropos-sort-by-scores is `verbose'.
991
992 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
993
994 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
995 Add jka-compr-load-suffixes to load-suffixes.
996
997 * jka-compr.el: Require 'jka-cmpr-hook.
998 (jka-compr-info-compress-message, jka-compr-info-compress-program)
999 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
1000 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
1001 (jka-compr-info-can-append, jka-compr-info-strip-extension)
1002 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
1003 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
1004 (jka-compr-uninstall): Remove entries from
1005 jka-compr-added-to-file-coding-system-alist after they are used.
1006 (jka-compr-error): Remove unused var `curbuf'.
1007 (jka-compr-file-local-copy): Remove unused var `notfound'.
1008
1009 2005-11-10 Romain Francoise <romain@orebokech.com>
1010
1011 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
1012
1013 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
1014
1015 * progmodes/gud.el (gud-menu-map): Move parentheses.
1016 (gdb): New command gud-pv.
1017
1018 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1019
1020 * tar-mode.el: Remove spurious or unnecessary leading stars
1021 in docstrings.
1022 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
1023 (tar-parse-octal-integer-safe): Use mapc.
1024 (tar-header-block-summarize): Remove unused var `ck'.
1025 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
1026 cleared before. Obey default-enable-multibyte-characters.
1027 Use mapconcat. Simplify setting of tar-header-offset.
1028 (tar-mode-map): Move initialization inside delcaration.
1029 (tar-flag-deleted): Use `abs'.
1030 (tar-expunge-internal): Remove unused var `line'.
1031 (tar-expunge-internal): Don't hardcode point-min==1.
1032 (tar-expunge): Widen while doing set-buffer-multibyte.
1033 (tar-rename-entry): Use file-name-coding-system.
1034 (tar-alter-one-field): Don't hardcode point-min==1.
1035 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
1036 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
1037
1038 2005-11-10 Masatake YAMATO <jet@gyve.org>
1039
1040 * add-log.el (add-log-current-defun): Handle class::method
1041 notation of c++. Fix incorrect comment.
1042
1043 2005-11-10 Alan Mackenzie <acm@muc.de>
1044
1045 * help-fns.el (describe-variable): Make C-h v work when a variable
1046 has variable documentation yet is unbound.
1047
1048 2005-11-10 Masatake YAMATO <jet@gyve.org>
1049
1050 * man.el (Man-highlight-references): Set an empty
1051 string to `Man-arguments' if it is nil.
1052 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1053
1054 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1055
1056 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1057 commenting conventions.
1058
1059 * cus-dep.el (custom-make-dependencies): Simplify.
1060 Better follow the commenting conventions.
1061
1062 2005-11-09 Richard M. Stallman <rms@gnu.org>
1063
1064 * apropos.el (apropos-pattern): Rename from apropos-regexp.
1065 (apropos-orig-pattern): Rename from apropos-orig-regexp.
1066 All uses changed.
1067 (apropos-rewrite-regexp): Doc fix.
1068 (apropos-variable, apropos-command, apropos, apropos-value):
1069 Change prompt; carry through the argument renaming.
1070
1071 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
1072
1073 * find-lisp.el: Require dired.
1074 (find-lisp-find-dired-internal): Do not call
1075 `abbreviate-file-name' on DIR.
1076
1077 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
1078
1079 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1080
1081 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
1082
1083 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1084 when using the speedbar.
1085 (gdb): New command gud-pp.
1086 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1087
1088 2005-11-09 Juri Linkov <juri@jurta.org>
1089
1090 * replace.el (occur-excluded-properties): New defcustom.
1091 (occur-1, occur-engine, occur-accumulate-lines): Use it.
1092
1093 2005-11-08 Jay Belanger <belanger@truman.edu>
1094
1095 * calc/calc-units.el (math-convert-units): Replace any composite
1096 unit by its definition.
1097
1098 2005-11-08 Lars Hansen <larsh@soem.dk>
1099
1100 * emacs-lisp/autoload.el (update-directory-autoloads):
1101 Add obsolete function alias.
1102
1103 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1104
1105 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1106 comment-indent-function.
1107 (lisp-comment-indent): Replace by an alias for comment-indent-default.
1108
1109 * reveal.el (reveal-post-command): Rework the handling of
1110 reveal-open-spots, so as to be more reliable. There were several
1111 tricky corner cases where an open spot might be lost, or where
1112 a closed spot might end up on the list of open spots.
1113 Only reveal text that's ellipsised.
1114
1115 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
1116
1117 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1118
1119 2005-11-07 John Paul Wallington <jpw@gnu.org>
1120
1121 * ibuffer.el (ibuffer): Search iconified frames too when
1122 getting Ibuffer buffer's window.
1123
1124 2005-11-06 Richard M. Stallman <rms@gnu.org>
1125
1126 * progmodes/compile.el (compilation-internal-error-properties):
1127 save-excursion around the computation of MARKER.
1128
1129 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
1130
1131 * textmodes/flyspell.el (flyspell-external-point-words):
1132 flyspell-get-word returns a list, not just a string.
1133
1134 2005-11-06 John Paul Wallington <jpw@pobox.com>
1135
1136 * ibuffer.el (ibuffer): Search all visible frames when getting
1137 Ibuffer buffer's window.
1138
1139 2005-11-07 Masatake YAMATO <jet@gyve.org>
1140
1141 * man.el (Man-reference-regexp): Accept spaces between
1142 `Man-name-regexp' and `Man-section-regexp'.
1143 (Man-apropos-regexp): New variable.
1144 (Man-abstract-xref-man-page): Use value for `Man-target-string'
1145 if available.
1146 (Man-highlight-references, Man-highlight-references0):
1147 Handle the case when `Man-arguments' includes "-k".
1148 (Man-highlight-references0): Rename the argument `TARGET-POS' to
1149 `TARGET'. `TARGET' can be a number, function or nil.
1150
1151 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
1152
1153 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1154 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1155 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1156 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1157 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1158 (gdb-send-item): Use buffer-local-value and simplify.
1159
1160 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
1161
1162 * startup.el (command-line): Use `custom-reevaluate-setting' for
1163 `global-font-lock-mode'.
1164
1165 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1166 by default, except in batch mode or when the -D option is given.
1167
1168 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1169 specified keyword args on to `define-minor-mode'. Update docstring.
1170
1171 2005-11-05 Romain Francoise <romain@orebokech.com>
1172
1173 * replace.el (occur-engine): Add marker at end of line, too.
1174
1175 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1176
1177 * font-lock.el: Don't deal with font-lock-face-attributes here,
1178 move the code ...
1179
1180 * startup.el (command-line): ... here. Use face-spec-set instead
1181 of custom-declare-face.
1182
1183 * faces.el (face-spec-set): Reset the face if spec is not nil.
1184
1185 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1186
1187 * newcomment.el (comment-region-internal): Box more tightly in the
1188 common case where there's no TAB in the boxed text.
1189
1190 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1191
1192 * info.el (info-tool-bar-map): Use images prev-node, next-node and
1193 up-node.
1194
1195 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
1196
1197 * newsticker.el: Commentary updated. Code formatting changed.
1198 (newsticker-version): Change to "1.9".
1199 (newsticker, newsticker-feed): Doc fix.
1200 (newsticker-url-list): Doc fix. Add option "Weekly".
1201 (newsticker-retrieval-interval): Add option "Weekly".
1202 (newsticker-headline-processing): Doc fix.
1203 (newsticker-auto-mark-filter): Remove.
1204 (newsticker-auto-mark-filter-list): New.
1205 (newsticker-layout, newsticker-sort-method): Doc fix.
1206 (newsticker-hide-old-items-in-newsticker-buffer)
1207 (newsticker-heading-format, newsticker-item-format)
1208 (newsticker-desc-format): Doc fix.
1209 (newsticker-show-all-rss-elements): Remove.
1210 (newsticker-show-all-news-elements): New.
1211 (newsticker-faces, newsticker-ticker): Doc fix.
1212 (remove-from-invisibility-spec): Code formatting.
1213 (newsticker--process-ids): New.
1214 (newsticker-mode): Doc fix.
1215 (newsticker-mode): Change mode-line-format.
1216 (newsticker-start): Remove debug output.
1217 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
1218 (newsticker-w3m-show-inline-images): Code formatting.
1219 (newsticker-next-item): Call `force-mode-line-update'.
1220 (newsticker-previous-item): Call `force-mode-line-update'.
1221 (newsticker-next-feed): Call `force-mode-line-update'.
1222 (newsticker-previous-feed): Call `force-mode-line-update'.
1223 (newsticker-mark-all-items-at-point-as-read): Code formatting.
1224 (newsticker-show-old-items): Do not show descs.
1225 (newsticker-hide-entry): Hide too much.
1226 (newsticker-hide-entry, newsticker-show-entry)
1227 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1228 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1229 (newsticker-toggle-auto-narrow-to-item): Code formatting.
1230 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1231 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1232 (newsticker-get-news): Call `force-mode-line-update'.
1233 Collect process ids.
1234 (newsticker--sentinel): Change coding system handling.
1235 Move image retrieval to new functions newsticker--get-logo-url-*.
1236 Move feed parsing to new functions newsticker--parse-*.
1237 Update list of process ids.
1238 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1239 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1240 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1241 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1242 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1243 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1244 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1245 (newsticker--decode-coding-string): Remove.
1246 (newsticker--decode-numeric-entities): Check input. Format code.
1247 (newsticker--remove-whitespace): Check input.
1248 (newsticker--do-forget-preformatted): Doc fix.
1249 (newsticker--decode-rfc822-date): Allow for missing time.
1250 (newsticker--update-process-ids): New.
1251 (newsticker--image-sentinel): Change comment.
1252 (newsticker--image-read): Change error message.
1253 (newsticker--imenu-goto): Doc fix. Show headline title.
1254 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1255 (newsticker--buffer-do-insert-text): Clean whitespace in
1256 html-rendered headline title. Code formatting.
1257 Call `newsticker--buffer-print-extra-elements'.
1258 (newsticker--buffer-print-extra-element): Remove.
1259 (newsticker--buffer-print-extra-elements): New.
1260 (newsticker--buffer-do-print-extra-element): New.
1261 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1262 large sizes.
1263 (newsticker--run-auto-mark-filter)
1264 (newsticker--do-run-auto-mark-filter):
1265 Use `newsticker-auto-mark-filter-list'.
1266
1267 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1268
1269 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1270 (rcirc-print): Force redisplay before running hooks. Do long
1271 buffer truncation after making new text read-only. Deal with nil
1272 text when decoding strings. If TARGET is nil, use either the
1273 currently selected buffer, if it is an rcirc buffer and of the
1274 same process or the process buffer.
1275 (rcirc-mode): Remove header-line. Recompute short buffer names.
1276 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1277 (rcirc-short-buffer-name): Add variable.
1278 (rcirc-kill-buffer-hook): Recompute short buffer names.
1279 Remove nick from private channel.
1280 (rcirc-send-input): Send command text to current-buffer.
1281 Don't clear overlay arrow here.
1282 (rcirc-short-buffer-name): Return a short buffer name.
1283 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1284 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1285 buffer-name abbreviations.
1286 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1287 Do not touch nick-table when killing a parted channel.
1288 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1289 Clear arrow from current buffer if it is now hidden.
1290 (rcirc-current-buffer): Add variable.
1291 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1292 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1293 Remove -face from names.
1294 (rcirc-update-activity-string): Print "DND" when globally ignoring
1295 activity.
1296 (rcirc-ignore-buffer-activity-flag): Rename from
1297 rcirc-ignore-channel-activity.
1298 (rcirc-ignore-all-activity-flag): Doc fix.
1299 (rcirc-channels): Remove variable.
1300 (rcirc-kill-buffer-hook):
1301 (rcirc-get-buffer-create): Add nick to private channel.
1302 (rcirc-multiline-edit-submit): Remove tabs.
1303 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1304 folded.
1305 (rcirc-remove-nick-channel): Bug fix.
1306 (rcirc-toggle-ignore-buffer-activity): Rename from
1307 rcirc-toggle-ignore-channel-activity.
1308 (rcirc-record-activity): Add buffers to the front of the list.
1309 (rcirc-update-activity): Remove killed buffers from list.
1310 (rcirc-process-server-response-1): Remove last argument if it is
1311 null before calling handler.
1312 (rcirc): Add "rcirc" defcustom prefix.
1313 (rcirc-prompt): Simplify default prompt.
1314 Use custom-initialize-default.
1315 (rcirc-private-chats): Remove variable.
1316 (rcirc-prompt): Change initialization.
1317 (rcirc-version): Remove function.
1318 (rcirc-id-string): Add constant.
1319 (rcirc-last-buffer): Remove variable.
1320 (rcirc-buffer-alist): Add variable.
1321 (rcirc-connect): Update variable setup.
1322 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1323 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1324 default.
1325 (rcirc-handler-generic): Trigger activity.
1326 (rcirc-send-message): Create the buffor of the target.
1327 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1328 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1329 (rcirc-multiline-edit-cancel): Remove function.
1330 (rcirc-set-last-buffer): Remove function.
1331 (rcirc-get-any-buffer): Add function.
1332 (rcirc-join-channels): Don't print /join text.
1333 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1334 messages.
1335 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1336 (rcirc-handler-NOTICE): Recognize CTCP responses.
1337 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1338 constructing TOPIC string for buffers we are not JOINed.
1339 (rcirc-handler-CTCP-response): Add handler.
1340 (rcirc-multiline-edit-submit): Restore the window-configuration
1341 before adjusting point.
1342 (rcirc): Add customization group.
1343 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1344 (rcirc-user-full-name, rcirc-startup-channels-alist)
1345 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1346 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1347 (rcirc-input-ring-size, rcirc-read-only-flag)
1348 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1349 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1350 Change defvar to defcustom.
1351 (rcirc-update-prompt): Add optional ALL arg, which will update
1352 prompts in all rcirc buffers. Regexp quote replacement text.
1353 (rcirc-fill-column): Accept 'frame-width as a value.
1354 (rcirc-set-changed): Add function.
1355 (rcirc-next-active-buffer): Write more meaningful messages.
1356 (rcirc-faces): Add customization group.
1357 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1358 (rcirc-nick-in-message-face, rcirc-prompt-face)
1359 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1360 (with-rcirc-process-buffer): Move before first usage.
1361 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1362 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1363 (rcirc-debug): Rename from `rcirc-log'.
1364 (rcirc-format-response-string): Do not print '-' chars for a
1365 NOTICE with no sender. Simplify output of server responses.
1366
1367 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1368
1369 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1370 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1371 mouse and RET clickable.
1372
1373 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1374
1375 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1376
1377 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1378
1379 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1380 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1381 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1382 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1383 argument to all these routines, so the passphrase can be managed
1384 externally and passed in to the system.
1385 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1386 pgg-add-passphrase-to-cache function.
1387
1388 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1389 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1390 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1391 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1392 argument to all these routines, so the passphrase can be managed
1393 externally and passed in to the system.
1394 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1395 function.
1396
1397 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1398
1399 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1400 from goto-address-url-regexp.
1401
1402 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1403
1404 * textmodes/org.el (org-read-date, org-goto-calendar)
1405 (org-recenter-calendar, org-agenda-goto-calendar):
1406 Temporarily clear 'calendar-move-hook'.
1407
1408 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1409
1410 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1411 merging.
1412
1413 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1414 have merge clashes.
1415
1416 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1417
1418 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1419 Undo previous change.
1420
1421 * startup.el (command-line): Use `custom-reevaluate-setting' for
1422 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1423 tty-register-default-colors on Mac.
1424
1425 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1426
1427 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1428 (gdb-buffer-type): Make it automatically buffer local...
1429 (gdb-get-create-buffer): ...and set it accordingly.
1430 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1431 actually work.
1432
1433 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1434
1435 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1436 not red.
1437
1438 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1439
1440 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1441 case GUD buffer is not visible.
1442 (gdb-goto-breakpoint): Try to force display in source buffer.
1443 (gdb-frame-gdb-buffer): Copy other similar functions.
1444 (gdb-restore-windows): Don't display source if not asked for.
1445 (gdb-assembler-buffer-name): Don't capitalise.
1446
1447 2005-11-03 Richard M. Stallman <rms@gnu.org>
1448
1449 * wid-edit.el (key-sequence): New widget type.
1450
1451 * simple.el (set-mark-command-repeat-pop): New variable.
1452 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1453 if set-mark-command-repeat-pop is true.
1454
1455 * info.el (Info-fontify-node): Don't display extra "see" if there
1456 already is one here.
1457
1458 * mouse.el: Fix special handling of DEL after dragging a region:
1459 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1460 (mouse-region-delete-keys): Add [backspace].
1461
1462 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1463
1464 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1465 not to assume it pertains to an affix.
1466
1467 * textmodes/flyspell.el (flyspell-post-command-hook):
1468 Bind deactivate-mark to prevent deactivation.
1469
1470 2005-11-03 Lars Hansen <larsh@soem.dk>
1471
1472 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1473 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1474 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1475
1476 2005-11-03 Romain Francoise <romain@orebokech.com>
1477
1478 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1479 Update copyright years.
1480
1481 2005-11-03 Sam Steingold <sds@gnu.org>
1482
1483 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1484 Use system-type instead of window-system because window-system is not
1485 correctly defined during loadup.
1486
1487 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1488
1489 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1490 (xml-parse-tag): Join strings separated by a comment properly.
1491
1492 2005-11-02 Andreas Schwab <schwab@suse.de>
1493
1494 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1495
1496 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1497
1498 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1499 (byte-optimize-pure-func): Quote the eval'd value.
1500
1501 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1502 Rename from perl-font-lock-syntactic-face-function.
1503 Change the calling convention so it can be used as a font-lock MATCHER.
1504 Do the parse-partial-sexp loop outselves.
1505 (perl-font-lock-syntactic-keywords): Use it.
1506 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1507
1508 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1509
1510 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1511 disassembly buffer too.
1512 (gdb-exited): Remove overlay arrows when execution has finished.
1513 (gdb-info-frames-custom, gdb-info-threads-custom)
1514 (gdb-info-registers-custom): Don't add inappropriate text
1515 properties if inferior is not active.
1516
1517 2005-11-02 Glenn Morris <rgm@gnu.org>
1518
1519 * progmodes/fortran.el (fortran-blink-match):
1520 Use `blink-matching-delay'.
1521
1522 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1523
1524 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1525
1526 2005-11-02 Lars Hansen <larsh@soem.dk>
1527
1528 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1529 "Permission denied".
1530
1531 2005-11-01 Richard M. Stallman <rms@gnu.org>
1532
1533 * textmodes/flyspell.el (flyspell-external-point-words):
1534 Pass nil to flyspell-get-word.
1535
1536 2005-11-02 Kim F. Storm <storm@cua.dk>
1537
1538 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1539 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1540
1541 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1542
1543 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1544 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1545 (calendar-mouse-print-dates): Add optional `event' argument.
1546 Update interactive-spec.
1547 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1548 Use `calendar-event-to-date' instead of `event'.
1549
1550 2005-11-02 Masatake YAMATO <jet@gyve.org>
1551
1552 * progmodes/ld-script.el (ld-script-builtins):
1553 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1554 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1555 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1556
1557 2005-11-01 Romain Francoise <romain@orebokech.com>
1558
1559 * vc-sccs.el: Update copyright year.
1560 * ezimage.el: Likewise.
1561
1562 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1563
1564 * info.el (Info-fontify-node): Use `string-width' for fontifying
1565 underlined titles.
1566
1567 2005-11-01 Juri Linkov <juri@jurta.org>
1568
1569 * info.el (Info-fontify-node): Downcase node header keywords Node,
1570 Prev, Next, Up before comparison.
1571 (Info-history): Insert absolute directory name, and put invisible
1572 property on it.
1573
1574 2005-11-01 Juri Linkov <juri@jurta.org>
1575
1576 * info.el (Info-file-supports-index-cookies): New variable.
1577 (Info-find-node-2): Check makeinfo version for index cookie support.
1578 (Info-index-nodes): Search for nodes with index cookies only when
1579 Info-file-supports-index-cookies is t. Otherwise, search nodes
1580 with "Index" in the node name.
1581 (Info-index-node): Search index cookie in the current node only when
1582 Info-file-supports-index-cookies is t. Otherwise, check the word
1583 "Index" in the node name.
1584 (Info-find-emacs-command-nodes): Remove code that searches nodes
1585 with "Index" node name in the top menu.
1586
1587 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1588
1589 * progmodes/scheme.el (scheme-mode-variables): Use the default
1590 comment-indent-function.
1591
1592 * faces.el (face-attribute): Handle the case where a face inherits from
1593 a non-existent face.
1594
1595 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1596 for octal and hexa output, and merge the char into the paren.
1597 (kill-new): Use push.
1598 (copy-to-buffer): Use with-current-buffer.
1599 (completion-setup-function): Move code in loop to remove redundancy.
1600 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1601 those inherited from minibuffer-local-completion-map.
1602
1603 * savehist.el (savehist-mode) <defcustom>:
1604 Use custom-set-minor-mode if available.
1605 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1606 and emit a message if applicable.
1607
1608 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1609
1610 * savehist.el: Sync up to version 19.
1611 (savehist-mode): New minor mode.
1612 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1613 (savehist-length): Remove (use history-length instead).
1614 (savehist-file-modes): Rename from savehist-modes.
1615 (savehist-save-hook, savehist-loaded): New vars.
1616 (savehist-load): Use savehist-mode. Try to smooth up transition from
1617 old format to new format.
1618 (savehist-install): Allow savehist-autosave-interval to be nil.
1619 (savehist-save): Run the new hook. Be more careful to only trim the
1620 history variables.
1621 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1622 (savehist-printable): Print into a buffer rather than char-by-char.
1623
1624 2005-11-01 John Wiegley <johnw@newartisans.com>
1625
1626 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1627 toggle-ignore keybinding (C-a). The author said it had been
1628 disabled much earlier due to a possible incompatibility, but after
1629 many months of usage I have encountered no problems (and it is a
1630 rather useful option, especially for switching to " *temp*").
1631
1632 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1633 support for OS/X's AddressBook, by calling out to the open source
1634 program "contacts" (installable through Fink).
1635
1636 * net/eudc.el (eudc-expand-inline): If the
1637 `eudc-multiple-match-handling-method' is set to `all', delete the
1638 query string before inserting the query result.
1639
1640 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1641 flag, to prevent Eshell from using the system ls when
1642 `eshell-ls-insert-directory' is in used.
1643 (eshell-ls-insert-directory): Disable font-lock in directory
1644 buffer so that Eshell's own fontification is seen. This broke
1645 recently due to changes in font-lock, so this goes back to version
1646 21 behavior.
1647
1648 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1649
1650 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1651 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1652 (gdb-many-windows): Doc fix.
1653
1654 2005-10-31 Romain Francoise <romain@orebokech.com>
1655
1656 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1657
1658 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1659
1660 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1661 that global-font-lock-mode can be enabled by default.
1662
1663 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1664 (font-lock-add-keywords, font-lock-remove-keywords)
1665 (font-lock-fontify-buffer): Remove autoload cookies.
1666
1667 * jit-lock.el (jit-lock-register): Likewise.
1668
1669 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1670
1671 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1672
1673 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1674 intact if there is no gud-comint-buffer.
1675
1676 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1677
1678 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1679 old prompt comint-prompt-read-only is t and GDB commands are
1680 issued from tool bar etc.
1681
1682 2005-10-31 Masatake YAMATO <jet@gyve.org>
1683
1684 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1685
1686 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1687
1688 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1689 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1690
1691 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1692
1693 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1694 starting at beginning of line. Fontification is messed up when
1695 `open-paren-in-column-0-is-defun-start' set to t.
1696 Reported by John Paul Wallington <jpw@pobox.com>.
1697
1698 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1699
1700 * comint.el (comint-send-input): Call `comint-update-fence' when
1701 `comint-process-echoes' and `comint-prompt-read-only' are both
1702 non-nil, to avoid leftover read-only newline.
1703
1704 2005-10-30 Richard M. Stallman <rms@gnu.org>
1705
1706 * textmodes/flyspell.el (flyspell-external-point-words):
1707 Detect when WORD can't be checked properly because
1708 flyspell-get-word finds just part of it, and move on.
1709
1710 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1711 boundarychar for Polish.
1712 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1713 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1714
1715 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1716
1717 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1718 (gdb-registers-font-lock-keywords): Delete.
1719 (gdb-registers-mode): Don't fontify.
1720 (gdb-info-registers-custom): Use text properties instead as, in
1721 future, changed register values will use font-lock-warning-face.
1722 (gdb-local-font-lock-keywords): Rename to...
1723 (gdb-locals-font-lock-keywords): ...for consistency.
1724
1725 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1726
1727 * vc.el (vc-switch-backend): Better error message if the buffer is
1728 not visiting a file under version control.
1729
1730 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1731
1732 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1733
1734 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1735 ~/.emacs.d/.emacs.
1736
1737 2005-10-29 Richard M. Stallman <rms@gnu.org>
1738
1739 * replace.el (occur-mode-mouse-goto): Always go to other window.
1740 (occur-mode-goto-occurrence): Always switch in same window.
1741
1742 * simple.el (undo): Display message at end, not at start.
1743
1744 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1745 New arg REUSE-CELL.
1746 (cancel-timer-internal): New function.
1747 (timer-event-handler): Use cancel-timer-internal,
1748 and pass the cell it returns to timer-activate...
1749
1750 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1751 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1752 (jit-lock-after-change): Test memory-full.
1753
1754 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1755
1756 * textmodes/conf-mode.el (conf-assignment-sign)
1757 (conf-assignment-regexp): Fix docstrings.
1758 (conf-mode-initialize): New function.
1759 (conf-mode): Remove optional args. Use delay-mode-hooks to
1760 recognize recursive calls.
1761 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1762 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1763 (conf-xdefaults-mode): Use define-derived-mode and
1764 conf-mode-initialize.
1765
1766 2005-10-29 Romain Francoise <romain@orebokech.com>
1767
1768 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1769
1770 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1771
1772 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1773 part of the decoded armor to find the key-identifier.
1774 (pgg-gpg-lookup-key-owner): New function to return the
1775 human-readable identifier of a key owner.
1776 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1777 key itself.
1778 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1779 the key value) if we have a key and can match it against a secret
1780 key. Also, added a note pointing out fact that the prompt only
1781 indicates the first matching key.
1782
1783 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1784 pgg-decrypt-region.
1785 (pgg-pending-timers): A new hash for tracking the passphrase cache
1786 timers, so that new ones supercede old ones.
1787 (pgg-add-passphrase-to-cache): Rename from
1788 `pgg-add-passphrase-cache' to reduce confusion (all callers
1789 changed). Modified to cancel old timers when new ones are added.
1790 (pgg-remove-passphrase-from-cache): Rename from
1791 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1792 changed). Modified to cancel old timers when their keys are
1793 removed from the cache.
1794 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1795 XEmacs, an indirection to delete-itimer.
1796 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1797 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1798 users can only check cache without risk of prompting. Correct bug in
1799 notruncate behavior.
1800 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1801 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1802 Add informative docstrings.
1803 (pgg-decrypt): Convey provided passphrase in subordinate call to
1804 pgg-decrypt-region.
1805
1806 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1807
1808 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1809 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1810 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1811 'passphrase' argument, so the passphrase can be managed externally
1812 and then passed in to the system.
1813
1814 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1815 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1816 so the passphrase cache can be used reliably with identifiers
1817 besides a pgp packet's key id.
1818
1819 * pgg-gpg.el (pgg-pgp-encrypt-region)
1820 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1821 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1822 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1823 argument to all these routines, so the passphrase can be managed
1824 externally and passed in to the system.
1825
1826 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1827 'notruncate' argument, so the passphrase cache can be used
1828 reliably with identifiers besides a pgp packet's key id.
1829
1830 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1831
1832 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1833 symmetric encryption.
1834 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1835 encrypted session key.
1836 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1837 message ask for the passphrase in a proper way.
1838
1839 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1840 New user commands for symmetric encryption.
1841
1842 2005-10-28 Bill Wohler <wohler@newt.com>
1843
1844 * help-mode.el (help-url): New button type. Calls browse-url.
1845 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1846 Similar to Info nodes: URL `url'.
1847 (help-make-xrefs): Create help-url buttons for
1848 help-xref-url-regexp matches.
1849
1850 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1851
1852 * tool-bar.el (tool-bar-add-item-from-menu)
1853 (tool-bar-local-item-from-menu): Fix doc strings.
1854
1855 2005-10-28 Romain Francoise <romain@orebokech.com>
1856
1857 * ldefs-boot.el: Update.
1858
1859 * subr.el (locate-library): Move from help-fns.el.
1860 * help-fns.el (locate-library): Move to subr.el.
1861
1862 2005-10-28 Richard M. Stallman <rms@gnu.org>
1863
1864 * net/tramp.el (tramp-completion-mode): defvar moved up.
1865
1866 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1867
1868 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1869
1870 * files.el (find-file-noselect): Use %d to format large file size.
1871
1872 * bindings.el (mode-line-format): Add %e.
1873
1874 * loadup.el ("facemenu"): Load unconditionally.
1875 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1876 ("x-dnd"): Load, when appropriate.
1877
1878 * startup.el (command-line): Call before-init-hook earlier.
1879 Warn about some bad characters in -u user name.
1880
1881 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1882 (flyspell-external-point-words): Error if misspelled word is not found.
1883 Set flyspell-large-region-beg at end of word.
1884
1885 2005-10-28 Andreas Schwab <schwab@suse.de>
1886
1887 * view.el (View-revert-buffer-scroll-page-forward):
1888 Use view-page-size-default.
1889
1890 2005-10-28 Juri Linkov <juri@jurta.org>
1891
1892 * international/quail.el (quail-get-current-str): Translate last
1893 raw character for deterministic input methods.
1894
1895 2005-10-27 Jay Belanger <belanger@truman.edu>
1896
1897 * calc/calc-ext.el: Add functions to autoloads.
1898 (math-identity-matrix-p, math-ident-row-p): New functions.
1899
1900 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1901 multiplication by an identity matrix; don't turn multiplication by
1902 an inverse matrix into division.
1903 (math-div-symbol-fancy): Replace division by matrices with
1904 multiplication by inverse.
1905
1906 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1907
1908 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1909 (calc-writeoutpower): New functions.
1910
1911 2005-10-27 Romain Francoise <romain@orebokech.com>
1912
1913 * replace.el (occur-engine): Include colon in mouse-face highlight.
1914
1915 * dired-x.el: Change Maintainer field.
1916
1917 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1918
1919 * longlines.el (longlines-mode): Bind after-change-functions to
1920 nil during initial decoding and final encoding.
1921
1922 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1923
1924 * term.el (term-emulate-terminal, term-handle-colors-array)
1925 (term-handle-ansi-escape): Specify the terminfo capabilities
1926 implemented.
1927
1928 2005-10-26 Richard M. Stallman <rms@gnu.org>
1929
1930 * info.el (Info-fontify-node): Fix detection of sentence-break
1931 before *Note.
1932
1933 2005-10-26 Romain Francoise <romain@orebokech.com>
1934
1935 * smerge-mode.el: Add `tools' to file keywords.
1936
1937 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1938
1939 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1940 when the fringe is not available.
1941
1942 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1943 (def-gdb-auto-update-trigger): Simplify construction.
1944 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1945 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1946 defined explicitly.
1947 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1948 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1949 defined explicitly.
1950 (gdb-info-locals-custom): Remove as it's a no-op.
1951
1952 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1953
1954 * longlines.el (longlines-mode): Remove narrowing before
1955 performing the initial decoding or final encoding.
1956
1957 2005-10-25 Romain Francoise <romain@orebokech.com>
1958
1959 * emacs-lisp/find-func.el (find-library-name): Also strip
1960 extension if library name ends in .el, to take advantage of
1961 `find-library-suffixes'.
1962
1963 2005-10-25 Richard M. Stallman <rms@gnu.org>
1964
1965 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1966
1967 2005-10-25 Juri Linkov <juri@jurta.org>
1968
1969 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1970 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1971
1972 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1973
1974 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1975 (blackbox-redefine-key): Add argument `map'.
1976
1977 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1978 regions when moving the jit-lock-context-unfontify-pos boundary.
1979
1980 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1981
1982 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1983
1984 2005-10-25 Masatake YAMATO <jet@gyve.org>
1985
1986 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1987
1988 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1989
1990 * play/blackbox.el (blackbox-redefine-key): New function.
1991 (blackbox-mode-map): Use it to remap existing bindings for cursor
1992 motion instead of binding literal keys.
1993
1994 2005-10-25 Glenn Morris <rgm@gnu.org>
1995
1996 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1997 diary does not end in a newline. Do not assume a blank line at
1998 the start of the diary file.
1999
2000 2005-10-25 Kenichi Handa <handa@m17n.org>
2001
2002 * international/quail.el (quail-translate-key): If the input
2003 method is deterministic and failed to handle the last key, restart
2004 the key handling loop from an appropriate key.
2005
2006 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
2007
2008 * vc.el (vc-dired-mode): Extend comment for binding of
2009 `directory-listing-before-filename-regexp'.
2010
2011 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2012
2013 * textmodes/texinfo.el (texinfo-mode):
2014 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
2015 not to unnecessarily expose emacs-mule's internal char codes.
2016
2017 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2018
2019 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
2020 Display hand pointer and help-echo on disabled icon too.
2021 (gdb-mouse-until): New function.
2022 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
2023
2024 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
2025
2026 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
2027 with 2005-10-23 change to doctor.el.
2028
2029 * finder.el (finder-mode-map): Add follow-link binding.
2030
2031 2005-10-25 Kim F. Storm <storm@cua.dk>
2032
2033 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
2034 to gdb-mouse-toggle-breakpoint-fringe.
2035 (gdb-mouse-toggle-breakpoint-margin): Rename from
2036 gdb-mouse-toggle-breakpoint. Fix doc.
2037 (gdb-mouse-toggle-breakpoint-fringe): New defun.
2038 (gdb-put-string): Add optional SPROPS arg. Add props to string.
2039 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
2040 string properties also for fringe breakpoint bitmaps.
2041
2042 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
2043
2044 * textmodes/org.el (org-start-icalendar-file): Fix format form.
2045
2046 2005-10-25 Masatake YAMATO <jet@gyve.org>
2047
2048 * simple.el (completion-common-substring):
2049 Use `completion-common-substring' prior to `completion-base-size'.
2050
2051 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
2052
2053 * savehist.el: Require CL while compiling.
2054 (savehist-history-variables): Remove.
2055 (savehist-save-minibuffer-history, savehist-additional-variables)
2056 (savehist-minibuffer-history-variables): New vars.
2057 (savehist-save): Use them.
2058 (savehist-uninstall, savehist-minibuffer-hook): New funs.
2059 (savehist-install): New fun, extracted from savehist-load.
2060 (savehist-load): Use them.
2061
2062 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2065 a dummy doc-string-elt property.
2066 (defalias, defvaralias, define-category): Add a docstring property.
2067
2068 * image.el (defimage):
2069 * widget.el (define-widget):
2070 * custom.el (defface, defcustom): Add `doc-string' declaration.
2071
2072 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2073 (defadvice): Add `doc-string' declaration.
2074
2075 * emacs-lisp/byte-run.el (macro-declaration-function):
2076 Handle `doc-string' declarations.
2077 (define-obsolete-function-alias, define-obsolete-variable-alias):
2078 Add `doc-string' declaration.
2079
2080 2005-10-24 Kenichi Handa <handa@m17n.org>
2081
2082 * international/utf-7.el (utf-7): Add autoload cookie.
2083
2084 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2085
2086 2005-10-24 Eli Zaretskii <eliz@gnu.org>
2087
2088 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2089 list of directories passed to batch-update-autoloads. Add "." to
2090 the list of the echoed directories.
2091
2092 * pgg-def.el:
2093 * pgg-gpg.el:
2094 * pgg-parse.el:
2095 * pgg-pgp.el:
2096 * pgg-pgp5.el:
2097 * pgg.el: Moved here from the gnus subdirectory.
2098
2099 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
2100
2101 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2102 in case comint-prompt-read-only is set to t.
2103
2104 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2105 in case comint-prompt-read-only is set to t.
2106
2107 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
2108
2109 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2110 Now a string.
2111 (icalendar-import-format): Handle CLASS, STATUS, URL.
2112 Rename `subject' to `summary'.
2113 (icalendar-import-format-summary): Rename from
2114 `icalendar-import-format-subject'.
2115 (icalendar-import-format-url, icalendar-import-format-status)
2116 (icalendar-import-format-class): New variables.
2117 (icalendar--rris): Take variable argument list.
2118 (icalendar--datestring-to-isodate): Remove unnecessary
2119 calendar-style check when converting dates with explicit month names.
2120 (icalendar-export-region): Change return type of conversion
2121 subroutines. Bury current buffer unless error occurred.
2122 (icalendar--convert-to-ical)
2123 (icalendar--parse-summary-and-rest): New functions.
2124 (icalendar--convert-ordinary-to-ical)
2125 (icalendar--convert-weekly-to-ical)
2126 (icalendar--convert-yearly-to-ical)
2127 (icalendar--convert-block-to-ical)
2128 (icalendar--convert-cyclic-to-ical)
2129 (icalendar--convert-anniversary-to-ical): Change return type.
2130 Strip trailing blanks from subject.
2131 (icalendar--convert-sexp-to-ical): Change return type.
2132 Strip trailing blanks from subject. Handle simple sexp
2133 entries as generated by icalendar.el.
2134 (icalendar--convert-float-to-ical)
2135 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2136 (icalendar-import-file): Doc fix.
2137 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2138 Correct call to icalendar--rris.
2139 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
2140 `summary'.
2141 (icalendar--add-diary-entry): Rename `subject' to `summary'.
2142
2143 2005-10-24 Romain Francoise <romain@orebokech.com>
2144
2145 * server.el (server-sentinel): Set query-on-exit flag to nil on
2146 new client processes (it isn't inherited from the server process).
2147
2148 * replace.el (occur-engine): Rearrange text properties.
2149
2150 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2153 case-fold-search is nil.
2154 (debug-help-follow): Use help-xref-interned directly.
2155
2156 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2157
2158 * thumbs.el (thumbs-image-type): Add .pbm.
2159
2160 2005-10-23 Richard M. Stallman <rms@gnu.org>
2161
2162 * faces.el (inhibit-face-set-after-frame-default): New variable.
2163 (set-face-attribute): Bind it.
2164 (face-set-after-frame-default): Test it.
2165
2166 * help-fns.el (describe-simplify-lib-file-name): New function.
2167 (describe-function-1, describe-variable): Use it.
2168
2169 * faces.el (describe-face): Use describe-simplify-lib-file-name.
2170
2171 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2172 Eliminate nil as possible value.
2173 (tooltip-hide-delay): Reduce internal-border-width.
2174
2175 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2176 (menu-bar-file-menu) <new-file>: Likewise.
2177
2178 * simple.el (line-move-finish): Ignore fields computing LINE-END.
2179
2180 * international/mule.el (load-with-code-conversion):
2181 Pass full file name to `eval-buffer' unless preloading.
2182
2183 * textmodes/flyspell.el (flyspell-large-region):
2184 Call ispell-check-version.
2185
2186 * textmodes/ispell.el (ispell-local-dictionary-overridden):
2187 Fix the make-variable-buffer-local call that was supposed
2188 to be for this variable.
2189 (ispell-aspell-supports-utf8): Doc fix.
2190 (ispell-find-aspell-dictionaries): Preserve elements of
2191 ispell-dictionary-alist for dictionaries that aspell doesn't report.
2192 (ispell-aspell-find-dictionary): Return nil on error.
2193
2194 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2195 (doctor-symptoms): Likewise.
2196
2197 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2198
2199 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2200
2201 * cus-edit.el (custom-button, custom-button-pressed): New vars.
2202 (custom-raised-buttons): Add :set spec.
2203 (custom-button-unraised, custom-button-pressed-unraised):
2204 New faces, so that custom-raised-buttons actually does something.
2205 (custom-mode): Use custom-button and custom-button-pressed.
2206
2207 * wid-edit.el (widget-specify-button): Don't ignore
2208 widget-mouse-face on graphic terminals.
2209 (widget-move-and-invoke): Cleanup.
2210
2211 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2212
2213 * whitespace.el (whitespace-cleanup): Doc fix.
2214
2215 2005-10-23 Romain Francoise <romain@orebokech.com>
2216
2217 * emulation/viper.el (viper-set-hooks): Quote forms passed to
2218 `eval-after-load' to avoid evaluating their result.
2219
2220 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
2221
2222 * files.el (directory-listing-before-filename-regexp):
2223 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
2224
2225 * dired.el (dired-move-to-filename-regexp): Remove.
2226 All occurences replaced by `directory-listing-before-filename-regexp'.
2227
2228 * dired-x.el, locate.el, vc.el:
2229 Replace `dired-move-to-filename-regexp' by
2230 `directory-listing-before-filename-regexp'. In vc.el it is
2231 overwritten locally; maybe this can be handled in files.el too.
2232
2233 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
2234 replaced by `directory-listing-before-filename-regexp'.
2235
2236 2005-10-23 Andreas Schwab <schwab@suse.de>
2237
2238 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2239 and eval-next-after-load.
2240
2241 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2242
2243 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2244 exist, create it.
2245
2246 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2247
2248 * allout.el: Remove autoloads for mailcrypt and crypt++.
2249 Require pgg, pgg-gpg during compilation.
2250 (allout-version): Increment version number to 2.1, and use a literal
2251 rather than RCS Id.
2252 (allout-default-encryption-scheme): Remove.
2253 (allout-passphrase-verifier-handling)
2254 (allout-passphrase-verifier-string)
2255 (allout-file-passphrase-verifier-string)
2256 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2257 (allout-passphrase-hint-handling): Rename and simplify.
2258 (allout-init): Use `find-file-hook' if available, otherwise
2259 `find-file-hooks'.
2260 (allout-mode): Use `write-file-functions' if available, otherwise
2261 `local-write-file-hooks' and, instead of making auto-save-hook
2262 buffer local, make the write-file-hook activity contingent to
2263 allout-mode.
2264 (allout-mode): Use key-binding substitution in the docstring.
2265 (allout-kill-line): Spell-out kill ring data structure mutation
2266 instead of using byte-compiler-complaint-provoking `pop'.
2267 (allout-insert-listified): Use `insert' rather than `insert-string'
2268 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2269 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2270 (allout-encrypt-string): Totally revamped vis new underlying
2271 encryption facilities.
2272 (allout-mc-activate-passwd): Remove.
2273 (allout-obtain-passphrase): New, more or less replaces
2274 allout-mc-activate-passwd.
2275 (allout-encrypted-key-info): More or less replaces
2276 allout-encrypted-text-type.
2277 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2278 (my-mark-marker): Use `(featurep 'xemacs)'.
2279
2280 2005-10-23 Lars Hansen <larsh@soem.dk>
2281
2282 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2283 (byte-compile-file-form-defmumble, byte-compile-defun)
2284 (byte-compile-defmacro): Use it.
2285 (byte-compile-form): Don't call byte-compile-set-symbol-position
2286 when a byte-compile handler is called.
2287
2288 2005-10-22 Romain Francoise <romain@orebokech.com>
2289
2290 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2291
2292 * subr.el (eval-after-load): Convert library name to an absolute
2293 file name using locate-library, since load-history no longer has
2294 library names in it.
2295
2296 2005-10-22 Richard M. Stallman <rms@gnu.org>
2297
2298 * files.el (make-temp-file): Move from subr.el.
2299 * subr.el (make-temp-file): Move to files.el.
2300
2301 * window.el (get-buffer-window-list): Move from subr.el.
2302 * subr.el (get-buffer-window-list): Move to window.el.
2303
2304 * image.el (image-load-path): Use eval-at-startup to initialize.
2305
2306 * subr.el (eval-at-startup): New macro.
2307
2308 * subr.el: Much rearrangement of functions and division
2309 into pages. No code changes.
2310
2311 2005-10-22 Kenichi Handa <handa@m17n.org>
2312
2313 * tar-mode.el (tar-extract): Be sure to call
2314 find-operation-coding-system if set-auto-coding doesn't find a
2315 coding system.
2316
2317 2005-10-22 Kim F. Storm <storm@cua.dk>
2318
2319 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2320 Change users.
2321 (image-type-file-name-regexps): New defconst.
2322 (image-type-from-data): Simplify loop.
2323 (image-type-from-buffer): New defun.
2324 (image-type-from-file-header): Use it instead of image-type-from-data.
2325 Use image-search-load-path instead of only looking in data-directory.
2326 (image-type-from-file-name): New defun.
2327 (image-search-load-path): Change `pathname' to `filename'.
2328 Make PATH arg optional, default to image-load-path.
2329
2330 2005-10-21 Richard M. Stallman <rms@gnu.org>
2331
2332 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2333
2334 * textmodes/paragraphs.el (sentence-end-base): New variable.
2335 (sentence-end): Use sentence-end-base.
2336
2337 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2338
2339 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2340 property independently from the font-lock-multiline variable.
2341
2342 2005-10-21 Richard M. Stallman <rms@gnu.org>
2343
2344 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2345
2346 * startup.el (command-line): Convert library names
2347 in `load-history' to absolute file names.
2348
2349 * subr.el (symbol-file): Doc fix.
2350
2351 * loadhist.el (file-loadhist-lookup): Call locate-library
2352 instead of find-library-name. Don't try converting
2353 abs file names to library names, since load-history no longer
2354 has library names in it.
2355 (file-dependents, file-provides, file-requires): Doc fixes.
2356
2357 2005-10-21 Juri Linkov <juri@jurta.org>
2358
2359 * progmodes/etags.el (tags-table-mode): New function.
2360 (tags-verify-table): Replace initialize-new-tags-table with
2361 tags-table-mode.
2362
2363 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2364 default value.
2365 (desktop-modes-not-to-save): Add tags-table-mode to the
2366 default value.
2367
2368 * info.el (Info-index-next): Add total number of index
2369 alternatives to the message.
2370
2371 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2372 backward only space (instead of space and period) before looking
2373 at sentence end.
2374
2375 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2376 Add the old variable value as 4th default-value arg of read-string.
2377
2378 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2379
2380 * cus-face.el (custom-declare-face): Make face from X resources
2381 also on Mac.
2382
2383 * disp-table.el (standard-display-g1, standard-display-graphic):
2384 Refuse to use string glyphs also on Mac.
2385 (standard-display-european): Don't set terminal coding system also
2386 on Mac.
2387
2388 * frame.el (display-screens): Use x-display-screens also on Mac.
2389
2390 2005-10-21 Romain Francoise <romain@orebokech.com>
2391
2392 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2393
2394 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2395
2396 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2397 and $? into sexps.
2398
2399 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2400 warning face on open-paren-in-column-0.
2401
2402 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2403 boundary case. Fix typo.
2404 Suggested by Martin Rudalics <rudalics@gmx.at>.
2405
2406 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2407
2408 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2409 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2410 (org-export-icalendar-this-file)
2411 (org-export-icalendar-all-agenda-files)
2412 (org-export-icalendar-combine-agenda-files): New commands.
2413 (org-export-icalendar, org-print-icalendar-entries)
2414 (org-start-icalendar-file, org-finish-icalendar-file)
2415 (org-ical-ts-to-string): New functions.
2416 (org-read-date, org-goto-calendar)
2417 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2418 call to `calendar'.
2419 (orgtbl-setup): Remove the :keys arguments from the menu description.
2420 (org-after-save-iCalendar-file-hook): New variable.
2421
2422 2005-10-21 Kenichi Handa <handa@m17n.org>
2423
2424 * language/vietnamese.el (tcvn-5712): Make it an alias of
2425 vietnamese-tcvn coding-system.
2426
2427 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2428
2429 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2430 group id is given.
2431
2432 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2433
2434 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2435 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2436 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2437 whose line is either continued or ends with a comment.
2438
2439 2005-10-20 Romain Francoise <romain@orebokech.com>
2440
2441 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2442
2443 * replace.el (occur-engine): Add follow-link property.
2444
2445 * font-core.el (font-lock-mode): Doc fix.
2446
2447 2005-10-20 Richard M. Stallman <rms@gnu.org>
2448
2449 * net/rcirc.el: New file.
2450
2451 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2452
2453 * term.el (term-term-name): Initialize to "eterm-color".
2454
2455 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2456
2457 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2458 for encryption functionality.
2459 Move allout customization subgroup from `editing' to `outlines' group.
2460 Fix commentary 'keywords' to legitimate ones.
2461 Update author info (using my current email address, obscurified).
2462 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2463 (allout-encrypted-topic-p, allout-encrypted-text-type)
2464 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2465 (allout-situate-encryption-key-verifier)
2466 (allout-get-encryption-key-verifier, allout-verify-key)
2467 (allout-next-topic-pending-encryption)
2468 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2469 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2470 (outline-key-verifier-handling, outline-key-hint-handling)
2471 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2472 (allout-file-key-verifier-string, allout-encryption-scheme)
2473 (allout-key-verifier-string, allout-key-hint-string)
2474 (allout-after-save-decrypt): New variables.
2475 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2476 (allout-after-saves-handler): New hook functions.
2477 (allout-post-command-business): Do allout-after-save-decrypt.
2478 (allout-enable-file-variable-adjustment): Custom var to enable
2479 mechanism for adding and adjusting settings of Emacs file variables.
2480 (allout-adjust-file-variable, allout-file-vars-section-data):
2481 New functions, implement the mechanism.
2482 (outlineify-sticky): Use the file vars mechanism.
2483 (allout-inhibit-protection, allout-during-write-cue)
2484 (allout-override-protect, allout-before-change-protect): Remove.
2485 (allout-flag-region, allout-open-topic): Adjust read-only text.
2486 (allout-open-line-not-read-only): Add to facilitate read-only
2487 text based protection.
2488 (allout-kill-line): Revise to adjust read-only text, clue the
2489 user about the inhibition.
2490 (allout-unprotected): Use unwind-protect.
2491 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2492 topic deeper than the offspring depth of the previous topic -
2493 avoiding confusing "containment discontinuities".
2494 (allout-reindent-bodies): Fix retention of body relative hanging
2495 indent during promotion of collapsed bodies.
2496 (allout-open-topic): Make it easy to open new topic with same
2497 bullet as current topic - topic creation functions provided with
2498 any universal argument provokes now prompt for bullet, defaulting
2499 to the bullet of the previous topic.
2500 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2501 Plain bullet alternates '.' period and ',' comma only. All other
2502 bullets are relegated to special status (but customizable).
2503 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2504 since it actually operates w.r.t. most immediately containing
2505 entry, visible or not.
2506 (allout-hide-current-entry, allout-show-current-entry): Use the
2507 revised version.
2508 (allout-old-expose-topic): Solidify deprecation.
2509 (allout-end-of-subtree): Add so we can span concealed as well
2510 as visible topics.
2511 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2512 (allout-end-of-current-heading): Tweak to just respect the first line.
2513 (allout-get-body-text): Add.
2514 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2515 when invoked interactively.
2516 (allout-up-current-level): Use `interactive-p'.
2517 (allout-mode, allout-init): Miscellaneous docstring and
2518 operational refinements, as well as hookups of new encryption stuff.
2519 (allout-beginning-of-current-entry): Now works as advertised.
2520 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2521 (allout-isearch-rectification): Refine condition for isearching.
2522 (allout-isearch-abort, allout-enwrap-isearch)
2523 (allout-flag-region, my-region-active-p): Relocate some macros.
2524 (allout-title): Fallback title is '(buffer-name)', not
2525 non-existing '(current-buffer-name)'.
2526 (subst-char-in-string): Define if absent (for some XEmacs versions).
2527
2528 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2529
2530 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2531 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2532 (mail-citation-prefix-regexp, mail-signature-file)
2533 (mail-default-headers, mail-bury-selects-summary)
2534 (mail-send-nonascii): Add autoload cookies.
2535
2536 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2537
2538 * frame.el (blink-cursor-mode): Add `mac' to the list of
2539 window-system's that support blinking cursor.
2540
2541 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2542
2543 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2544
2545 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2546
2547 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2548 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2549 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2550
2551 2005-10-20 Kim F. Storm <storm@cua.dk>
2552
2553 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2554 (ido-set-current-directory): Don't add / after final @.
2555 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2556 Explicitly handle ange-ftp completion oddities.
2557 (ido-make-file-list): Don't rotate list at tramp root to avoid
2558 triggering tramp file handler for expand-file-name via get-file-buffer.
2559
2560 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2561
2562 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2563
2564 2005-10-19 Jay Belanger <belanger@truman.edu>
2565
2566 * calc/calc-units.el (math-standard-units): Add units, adjust
2567 symbols and update values.
2568 (math-unit-prefixes): Add more prefixes.
2569
2570 2005-10-19 Romain Francoise <romain@orebokech.com>
2571
2572 * bookmark.el (bookmark-menu-heading): New face.
2573 (bookmark-bmenu-list): Use it.
2574 Don't fiddle with `baud-rate' at top-level.
2575
2576 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2577
2578 * image.el (create-image, find-image): Mention max-image-size in
2579 docstring.
2580
2581 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2582
2583 * savehist.el (savehist-load): Revert to checking XEmacs.
2584
2585 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2586 Various docstring and line-width fixups.
2587 (conf-mode): Use cond.
2588 Set font-lock-defaults. Don't set comment-use-syntax.
2589
2590 2005-10-18 David Ponce <david@dponce.com>
2591
2592 * tree-widget.el (tree-widget-button-click): New function.
2593 (tree-widget-button-keymap): Use it.
2594
2595 2005-10-18 Romain Francoise <romain@orebokech.com>
2596
2597 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2598 (bookmark-bmenu-hide-filenames): Add follow-link property.
2599 Improve help-echo text.
2600
2601 * ffap.el (find-file-at-point): Doc fix.
2602
2603 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2604
2605 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2606
2607 2005-10-18 Masatake YAMATO <jet@gyve.org>
2608
2609 Install to the CVS repository what I forgot to install in my
2610 2005-10-16 changes.
2611
2612 * progmodes/python.el (python-complete-symbol): Pass the common
2613 prefix substring of completion to `display-completion-list'.
2614
2615 * textmodes/org.el (org-complete): Ditto.
2616
2617 2005-10-18 Masatake YAMATO <jet@gyve.org>
2618
2619 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2620
2621 * woman.el (WoMan-xref-man-page): New button type derived
2622 from `Man-abstract-xref-man-page'.
2623 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2624
2625 * man.el (Man-abstract-xref-man-page): New button type.
2626 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2627 (Man-highlight-references): Add new optional argument `xref-man-type'.
2628
2629 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2630
2631 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2632
2633 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2634
2635 * cus-edit.el (Custom-move-and-invoke): Delete.
2636 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2637
2638 * wid-edit.el (widget-move-and-invoke): New function, from
2639 Custom-move-and-invoke.
2640
2641 2005-10-17 Bill Wohler <wohler@newt.com>
2642
2643 Move all remaining images from lisp/toolbar to etc/images, move
2644 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2645 the low resolution images in their own directory (low-color).
2646
2647 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2648 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2649 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2650 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2651 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2652 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2653 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2654
2655 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2656 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2657 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2658 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2659 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2660 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2661 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2662 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2663 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2664 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2665 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2666 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2667 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2668 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2669 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2670
2671 To conform with convention, replace the underscore (_) in the
2672 following image names with dash (-) or (/) as appropriate.
2673
2674 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2675 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2676 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2677 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2678 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2679 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2680 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2681 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2682 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2683 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2684 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2685 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2686 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2687 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2688 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2689
2690 * info.el (info-tool-bar-map): Replace underscores in image names
2691 with dashes.
2692
2693 * makefile.w32-in (WINS): Remove toolbar.
2694
2695 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2696
2697 * tool-bar.el: Move to lisp from toolbar. Now that
2698 toolbar is empty, it should be deleted when folks run "cvs up -P".
2699
2700 2005-10-18 Jay Belanger <belanger@truman.edu>
2701
2702 * calc/calc-store.el (calc-store-into): Get the proper variable name
2703 to display in message.
2704
2705 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2706
2707 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2708 expressions display in speedbar for all buffers when debugging.
2709 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2710
2711 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2712 (speedbar-insert-button, speedbar-make-button):
2713 Use add-text-properties.
2714 (speedbar-update-localized-contents)
2715 (speedbar-update-directory-contents)
2716 (speedbar-update-special-contents): Use dolist.
2717 (speedbar-buffer-easymenu-definition): Add a menu separator.
2718
2719 2005-10-17 Jason Rumney <jasonr@gnu.org>
2720
2721 * makefile.w32-in: Use $(lisp) consistently.
2722 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2723 for shell specific generation of mh-autoloads.
2724
2725 2005-10-17 Richard M. Stallman <rms@gnu.org>
2726
2727 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2728
2729 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2730
2731 * jit-lock.el (jit-lock-fontify-now):
2732 Move jit-lock-context-unfontify-pos to avoid wasted work.
2733
2734 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2735
2736 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2737 `tramp-completion-mode' for checking if we are in completion mode.
2738 (tramp-completion-handle-file-name-all-completions): Reorder code
2739 in order to complete for file names only in case there are no
2740 method/user/host completions. This is necessary for cooperation
2741 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2742
2743 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2744
2745 * longlines.el (longlines-search-forward)
2746 (longlines-search-backward): Match any number of spaces.
2747
2748 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2749
2750 * diff-mode.el (diff-mode): Doc fix.
2751
2752 2005-10-16 David Reitter <david.reitter@gmail.com>
2753
2754 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2755 as default on darwin and windows systems.
2756
2757 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2758
2759 * arc-mode.el (archive-zip-extract): Doc fix.
2760
2761 2005-10-16 Romain Francoise <romain@orebokech.com>
2762
2763 * mouse.el (mouse-1-click-follows-link): Doc fix.
2764
2765 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2766
2767 * savehist.el: Don't require CL at runtime.
2768 (savehist-xemacs): Remove.
2769 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2770 (savehist-no-conversion): Use (featurep 'xemacs).
2771 (savehist-load): Check existence of start-itimer rather than XEmacs.
2772 Use an idle timer.
2773 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2774 `delete-if-not'.
2775
2776 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2777
2778 * savehist.el: Newer version.
2779 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2780 (savehist-last-checksum, savehist-no-conversion): New vars.
2781 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2782 New functions.
2783 (savehist-load, savehist-save): Use them.
2784 (savehist-delimit): Remove.
2785
2786 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2787
2788 * progmodes/compile.el (compilation-goto-locus): Display the
2789 compilation buffer first and the source buffer second, in case they're
2790 in overlapping frames. Don't raise the compilation frame if it was the
2791 selected window upon entry. Pass the `other-window' arg to
2792 pop-to-buffer.
2793
2794 * info.el (Info-fontify-node): Use dolist.
2795 Change add-text-properties to put-text-property.
2796
2797 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2798
2799 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2800 bound of search.
2801
2802 2005-10-16 Masatake YAMATO <jet@gyve.org>
2803
2804 * dabbrev.el (dabbrev-completion): Pass the common
2805 prefix substring of completion to `display-completion-list'.
2806
2807 * filecache.el (file-cache-minibuffer-complete)
2808 (file-cache-complete): Ditto.
2809
2810 * tempo.el (tempo-display-completions): Ditto.
2811
2812 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2813
2814 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2815
2816 * eshell/em-hist.el (eshell-list-history): Ditto.
2817
2818 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2819
2820 * mail/mailalias.el (mail-complete): Ditto.
2821
2822 * progmodes/etags.el (complete-tag): Ditto.
2823
2824 * progmodes/make-mode.el (makefile-complete): Ditto.
2825
2826 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2827
2828 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2829
2830 * progmodes/pascal.el (pascal-complete-word)
2831 (pascal-show-completions): Ditto.
2832
2833 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2834
2835 * simple.el (completion-common-substring): New variable.
2836 (completion-setup-function): Use `completion-common-substring'
2837 to put faces.
2838
2839 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2840
2841 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2842 (x-get-selection, mac-select-convert-to-string): Convert from/to
2843 UTF-16 clipboard data as in native byte order, no BOM.
2844
2845 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2846
2847 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2848 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2849 (gud-sentinel): Use speedbar-frame to check for speedbar.
2850
2851 2005-10-15 Richard M. Stallman <rms@gnu.org>
2852
2853 * savehist.el: New file.
2854
2855 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2856
2857 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2858 Fix bug in \bf fontification.
2859
2860 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2861
2862 * pcvs.el (cvs-edit-log-files): New var.
2863 (cvs-mode-edit-log): New arg `file'.
2864 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2865 Instead force the use of the original file and nothing else.
2866 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2867 the cvs-minor-wrap-function is set.
2868 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2869
2870 2005-10-14 Bill Wohler <wohler@newt.com>
2871
2872 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2873 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2874 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2875 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2876 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2877 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2878 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2879 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2880 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2881 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2882 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2883 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2884 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2885 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2886 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2887
2888 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2889 appropriately (for example, gud-break to gud/break).
2890
2891 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2892
2893 * longlines.el (longlinges-search-function)
2894 (longlines-search-forward, longlines-search-backward): New functions.
2895 (longlines-mode): Set isearch-search-fun-function to
2896 longlinges-search-function.
2897
2898 * mouse.el (mouse-drag-region-1): Handle the case where a
2899 double-click event is bound to an arbitrary function.
2900
2901 2005-10-14 David Ponce <david@dponce.com>
2902
2903 * recentf.el (recentf-track-opened-file)
2904 (recentf-track-closed-file, recentf-update-menu)
2905 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2906 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2907 mouse-1-click-follows-link.
2908
2909 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2910
2911 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2912 Gnome file-manager.png. Suggested by
2913 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2914
2915 * toolbar/README: Add diropen.xpm.
2916
2917 2005-10-13 Bill Wohler <wohler@newt.com>
2918
2919 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2920 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2921
2922 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2923
2924 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2925 Don't waste the byte-compiler's time on constant data.
2926
2927 2005-10-13 Kenichi Handa <handa@m17n.org>
2928
2929 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2930 byte with `escape-glyph' face.
2931
2932 * international/fontset.el (ccl-encode-unicode-font):
2933 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2934 Handle the case that ucs-mule-to-mule-unicode translates a character to
2935 ASCII (usually for IPA characters).
2936
2937 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2938
2939 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2940 Don't hide the underline of titles if font-lock-mode is disabled.
2941
2942 2005-10-12 Bill Wohler <wohler@newt.com>
2943
2944 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2945 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2946 files in MH-E-SRC have been updated.
2947 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2948
2949 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2950
2951 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2952 (mixal-mode-syntax-table): Add \n as end-comment.
2953 (mixal-operation-codes-alist): Immediately initialize to full value.
2954 (mixal-add-operation-code): Remove.
2955 (mixal-describe-operation-code): Make the arg non-optional.
2956 Use the interactive spec instead.
2957 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2958 (mixal-font-lock-keywords): Don't highlight comments here any more.
2959 (mixal-font-lock-syntactic-keywords): New var.
2960 (mixal-mode): Use it. Fix comment-start-skip.
2961
2962 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2963
2964 * startup.el (command-line-x-option-alist): -nb => -nbi
2965
2966 2005-10-12 Kim F. Storm <storm@cua.dk>
2967
2968 * startup.el (fancy-splash-default-action): Discard mouse click in
2969 the splash screen window, as it has no sensible meaning in the
2970 next window to be selected. Fixes error reported by Jan D.
2971
2972 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2973
2974 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2975
2976 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2977
2978 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2979 Try to fix up minor layout issues like indentation, line break, etc...
2980 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2981 because it doesn't work.
2982 (mixal-operation-codes): Add some more codes.
2983 (mixal-font-lock-keywords): Process comments here.
2984 (mixal-mode): mixasm no longer needs -g option.
2985
2986 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2987
2988 * progmodes/sh-script.el (sh-tmp-file):
2989 Use mktemp -t. Finish support for es and rc shells.
2990
2991 2005-10-11 Jay Belanger <belanger@truman.edu>
2992
2993 * calc/calcalg2.el (calc-integral): With an argument, compute the
2994 definite integral.
2995
2996 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * mouse.el (mouse-drag-region-1): Don't try to catch a
2999 double-click when doing follow-link (it's overridden anyway).
3000
3001 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
3002
3003 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
3004 (autoload-print-form-outbuf): Add docstring.
3005
3006 2005-10-11 Juri Linkov <juri@jurta.org>
3007
3008 * info.el (Info-mode-menu): Delete menu item "Edit".
3009 (Info-mode): Delete description of Info-edit from docstring,
3010 and rearrange descriptions of Info commands in the order
3011 they are documented in the Info manual.
3012
3013 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3014
3015 * calendar/appt.el (appt-check): Use diary-selective-display var.
3016
3017 2005-10-10 Richard M. Stallman <rms@gnu.org>
3018
3019 * net/newsticker.el (newsticker-start, newsticker-show-news):
3020 Add autoload cookies.
3021
3022 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3023
3024 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
3025
3026 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
3027
3028 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
3029
3030 2005-10-10 Jay Belanger <belanger@truman.edu>
3031
3032 * calc/calc-arith.el (math-check-known-scalarp)
3033 (math-check-known-matrixp): Check the values of arguments that are
3034 variables.
3035 (math-check-known-square-matrixp): New function.
3036 (math-known-square-matrixp): Use math-check-known-square-matrixp.
3037 (math-super-types): Add sqmatrix type.
3038
3039 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
3040 mode name `square' to 'sqmatrix'.
3041
3042 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
3043 mode name `square' to 'sqmatrix'.
3044
3045 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3046
3047 * progmodes/etags.el (select-tags-table-mode): Don't use
3048 selective-display.
3049 (tags-select-tags-table): Pass `button' to the action function.
3050 (select-tags-table): Place the side-info on button properties rather
3051 than in hidden text. Abbreviate file names.
3052 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3053 (select-tags-table-select): Add `button' argument.
3054 Get side-info from the button property rather than from hidden text.
3055
3056 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
3057
3058 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3059 (gud-speedbar-buttons): Preserve point if possible.
3060 (gud-sentinel): Restore previous speedbar display type.
3061
3062 * progmodes/gdb-ui.el (gdba): Improve diagram.
3063 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3064 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3065 Call get-buffer-window once.
3066
3067 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3070 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3071 (pascal-indent-command): Remove unused var `ind'.
3072 (pascal-indent-case): Remove unused var `oldpos'.
3073 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3074 since it's now used as a proper minor mode map.
3075 (pascal-outline): Rename to pascal-outline-mode.
3076 (pascal-outline-mode): Use define-minor-mode.
3077 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3078 selective-display.
3079
3080 2005-10-10 Andreas Schwab <schwab@suse.de>
3081
3082 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3083 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
3084
3085 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3086 outside source directory.
3087
3088 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
3089
3090 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3091 C-x' as a prefix.
3092 (orgtbl-mode-map): Full keymap instead of sparse, because all
3093 `self-insert-command' keys are redefined in this map.
3094 (org-export-as-html): Specify charset for HTML file, by taking it
3095 from the coding system.
3096
3097 2005-10-10 Kenichi Handa <handa@m17n.org>
3098
3099 * textmodes/flyspell.el (flyspell-check-word-p):
3100 If unread-command-events is non-empty, don't call sit-for.
3101
3102 2005-10-09 Richard M. Stallman <rms@gnu.org>
3103
3104 * font-lock.el (font-lock-syntactic-keywords)
3105 (font-lock-keywords): Doc fixes.
3106
3107 * textmodes/flyspell.el (flyspell-external-point-words):
3108 Simplify logic, and don't try to check for consecutive appearances
3109 of one incorrect word.
3110
3111 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
3112
3113 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3114 separator.
3115
3116 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3117 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3118 (gud-expansion-speedbar-buttons): New function.
3119 (gud-speedbar-buttons): Check for gud-comint-buffer.
3120
3121 2005-10-09 Bill Wohler <wohler@newt.com>
3122
3123 * Makefile.in (updates): Add mh-loaddefs dependency.
3124
3125 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
3126
3127 * speedbar.el (speedbar-file-key-map): Fix typo.
3128
3129 2005-10-09 Daniel Brockman <daniel@brockman.se>
3130
3131 * cus-start.el (line-spacing): Add custom spec.
3132
3133 2005-10-09 Romain Francoise <romain@orebokech.com>
3134
3135 * textmodes/ispell.el (ispell-check-version): Fix last change.
3136
3137 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3138
3139 * term/x-win.el: Remove -i, --icon-type from comment.
3140
3141 * startup.el (command-line-x-option-alist): Remove options -i,
3142 -itype, --icon-type, added -nb, --no-bitmap-icon
3143
3144 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
3145
3146 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3147 instead of :active.
3148
3149 2005-10-08 Eric Hanchrow <offby1@blarg.net>
3150
3151 * textmodes/ispell.el (ispell-check-version):
3152 Ignore hyphen, and all that follows, in aspell's version text.
3153
3154 2005-10-08 Jay Belanger <belanger@truman.edu>
3155
3156 * calc/calc-arith.el (math-known-square-matrixp): New function.
3157 (math-pow-fancy): Check for matrices before distributing exponent
3158 across products.
3159
3160 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3161 fullscreen keypad. Suggested by Luc Teirlinck.
3162 (calc-keypad-show-input): Add space for formatting.
3163
3164 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3165 Add square matrix option.
3166
3167 * calc/calc-poly.el (math-expand-term): Check for matrices instead
3168 of checking calc-matrix-mode when deciding how to expand.
3169
3170 * calc/calc.el (calc-set-mode-line): Add square matrix option.
3171
3172 2005-10-08 Lars Hansen <larsh@soem.dk>
3173
3174 * net/tramp.el (tramp-perl-directory-files-and-attributes):
3175 Add error handling.
3176 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3177
3178 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3179
3180 Sync with Tramp 2.0.51.
3181
3182 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3183 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3184 Insert special handling for `last-coding-system-used', again
3185 it still seems to be necessary (unlike stated before).
3186 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3187 (tramp-password-prompt-regexp): There might be other words before
3188 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3189 (tramp-chunksize): Improve docstring.
3190 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3191 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
3192 Christian Joergensen <bugs@razor.dk>.
3193
3194 2005-10-07 Glenn Morris <rgm@gnu.org>
3195
3196 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3197 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3198 precision'.
3199
3200 2005-10-07 Romain Francoise <romain@orebokech.com>
3201
3202 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3203 (ibuffer-do-shell-command-pipe-replace)
3204 (ibuffer-do-shell-command-file, ibuffer-do-eval)
3205 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3206 (ibuffer-do-revert, ibuffer-do-replace-regexp)
3207 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3208 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3209 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3210 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3211 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3212 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3213 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3214 Autoload file sans suffix.
3215
3216 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3217
3218 2005-10-07 David Ponce <david@dponce.com>
3219
3220 * recentf.el (recentf-menu-open-all-flag): New option.
3221 (recentf-digit-shortcut-command-name): New function.
3222 (recentf--shortcuts-keymap): New variable.
3223 (recentf-menu-shortcuts): New variable.
3224 (recentf-make-menu-items): Initialize it. Replace the "More..."
3225 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3226 (recentf-menu-value-shortcut): New function.
3227 (recentf-make-menu-item): Use it. No more in-lined.
3228 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3229 (recentf-open-most-recent-file): Rename from
3230 `recentf-open-file-with-key'. Don't depend on key binding.
3231 (recentf-mode-map): New variable.
3232 (recentf-mode): Use it.
3233
3234 2005-10-06 Bill Wohler <wohler@newt.com>
3235
3236 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
3237
3238 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3239 (MH-E-SRC): New. Used by mh-autoloads.
3240 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3241 files in MH-E-SRC have been updated.
3242 (compile, recompile, bootstrap): Depend on mh-autoloads.
3243
3244 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3245
3246 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3247 gud-break and gud-remove icons when the fringe is not available.
3248
3249 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3250 Typo.
3251
3252 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3253
3254 * play/zone.el (zone): Wrap body with save-window-excursion.
3255
3256 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3257
3258 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3259 Use the new `list-only' arg to diary-list-entries.
3260
3261 * calendar/diary-lib.el: Use overlays rather than selective-display.
3262 (diary-selective-display): New var.
3263 (diary-header-line-format): Use it.
3264 (diary-list-entries): Add argument `list-only'.
3265 Put the buffer in diary-mode. Don't add \^M at beg and end.
3266 Replace \^M by invisible overlays.
3267 (diary-unhide-everything): Replace \^M by invisible overlays.
3268 (print-diary-entries): Look for overlays rather than \^M.
3269 Add a space to the temp buffer name.
3270 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3271 Put the buffer in diary-mode.
3272 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3273 (diary-anniversary): Make the year arg optional.
3274 (diary-time-regexp): New const.
3275 (diary-font-lock-keywords): Use it to accept a few more time formats.
3276
3277 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3278
3279 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3280
3281 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3282 Fix bug introduced 2005-07-03: Use (car (last ...))
3283 to faithfully reproduce replaced artist-last.
3284 (artist-set-arrow-points-for-poly): Likewise.
3285 Suggested by Johan Bockg\e,Ae\e(Brd.
3286
3287 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3290 * wid-edit.el (widget):
3291 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3292 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3293
3294 2005-10-06 Kenichi Handa <handa@m17n.org>
3295
3296 * international/mule-cmds.el (set-language-environment):
3297 Fix setting up of case-table for unibyte mode.
3298
3299 * simple.el (what-cursor-position): If the character is displayed
3300 by some `display' text property, show that. Don't use
3301 single-key-description for eight-bit characters in multibyte mode.
3302
3303 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3304
3305 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3306 (gdb-ann3): Set it.
3307 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3308 (gdb-info-frames-custom): Use inverse-video for first five
3309 characters of selected frame only.
3310 (gdb-get-frame-number): Select frame even when point is on frame
3311 number.
3312
3313 2005-10-06 Masatake YAMATO <jet@gyve.org>
3314
3315 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3316 Put `font-lock-function-name-face'.
3317 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3318 and `font-lock-variable-name-face'
3319 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3320 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3321 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3322 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3323 (gdb-local-font-lock-keywords): New font lock keywords definition.
3324 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3325 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3326 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3327
3328 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3329
3330 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3331 (ediff-merge-region-is-non-clash-to-skip): Previously called
3332 ediff-merge-region-is-non-clash.
3333
3334 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3335 Use insert-buffer-substring.
3336
3337 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3338 selecting files to patch. Also bug fixes.
3339
3340 * ediff-util.el (ediff-setup): Bug fix.
3341 (ediff-next-difference): Never skip clashes that differ in white
3342 space only.
3343
3344 * ediff-wind.el (ediff-setup-control-frame)
3345 (ediff-destroy-control-frame): Check the menubar feature.
3346
3347 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3348 (viper-refresh-mode-line): Use make-local-variable to localize
3349 some vars instead of make-variable-buffer-local. Suggested by
3350 Stefan Monnier.
3351
3352 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3353 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3354 Use make-local-variable instead of make-variable-buffer-local.
3355 Suggested by Stefan Monnier.
3356
3357 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3358 (viper-comint-mode-hook): Use make-local-variable on
3359 require-final-newline.
3360 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3361
3362 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3363
3364 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3365 also the second char of a comment-start sequence.
3366 (scheme-sexp-comment-syntax-table): New var.
3367 (lambda, define): Set their scheme-doc-string-elt property.
3368 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3369 Use lisp-font-lock-syntactic-face-function now that it properly
3370 handles |...| symbols.
3371 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3372 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3373
3374 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3375 bit from # to |.
3376 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3377
3378 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3379 (lisp-doc-string-elt-property): New var.
3380 (lisp-font-lock-syntactic-face-function): Use it.
3381 Rewrite to recognize docstrings even for forms not at toplevel.
3382
3383 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3384 annotation on the | part of #| rather than on the # part.
3385 (scheme-font-lock-syntactic-face-function): New function, to
3386 distinguish strings from |...| symbols.
3387 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3388 syntax-table so that #|...|# is properly highlighted.
3389
3390 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3391 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3392
3393 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3394
3395 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3396 and C-e.
3397
3398 * emacs-lisp/eldoc.el: Move comments into docstrings.
3399 (eldoc-message-commands): Initialize in its declaration.
3400 Add move-beginning-of-line and move-end-of-line.
3401 (eldoc-add-command, eldoc-add-command-completions)
3402 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3403
3404 * outline.el (outline-mark-subtree): Activate the mark.
3405
3406 * calendar/appt.el (appt-time-regexp): New var.
3407 (appt-add, appt-make-list): Use it.
3408 (appt-convert-time): Clean up.
3409
3410 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3411 Don't set any syntax-table property here.
3412 (tex-font-lock-verb): New function. Do it here.
3413 (tex-font-lock-syntactic-keywords): Use it.
3414
3415 2005-10-04 Richard M. Stallman <rms@gnu.org>
3416
3417 * wid-edit.el (widget-file-complete): Get the widget start point
3418 the right way. Default directory to `/' if file has none.
3419
3420 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3421
3422 * textmodes/flyspell.el (flyspell-mode-on):
3423 Call ispell-maybe-find-aspell-dictionaries.
3424
3425 * textmodes/ispell.el (ispell-word, ispell-region):
3426 Call ispell-maybe-find-aspell-dictionaries.
3427 (ispell-accept-buffer-local-defs):
3428 Don't call ispell-maybe-find-aspell-dictionaries
3429
3430 2005-10-04 Richard M. Stallman <rms@gnu.org>
3431
3432 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3433
3434 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3435
3436 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3437 instead of `fboundp' in order to allow for anonymous functions.
3438
3439 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3440
3441 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3442 case the user clicks on the link while another window is selected.
3443 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3444
3445 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3446 functionality.
3447 (dframe-help-echo): Save point in case mouse tracking is off.
3448
3449 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3450
3451 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3452
3453 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3454
3455 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3456 not change the global value of those vars.
3457
3458 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3459 make-local-variable which we do not need any more.
3460
3461 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3462
3463 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3464 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3465 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3466 (speedbar-path-line): Define obsolete aliases.
3467 (speedbar-line-directory): Doc fix.
3468
3469 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3470 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3471 instead of speedbar-line-path.
3472
3473 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3474
3475 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3476 to nil if dropping on a window. Handle dropping on a minibuffer window
3477 like dropping on a non-window part of Emacs.
3478
3479 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3480
3481 * net/ange-ftp.el: Use with-current-buffer.
3482 (ange-ftp-insert-directory): Do not follow symlinks any more.
3483
3484 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3485 Remove interactive spec.
3486
3487 2005-10-03 Kim F. Storm <storm@cua.dk>
3488
3489 * ido.el (ido-mode): Use custom-initialize-set.
3490
3491 2005-10-02 Richard M. Stallman <rms@gnu.org>
3492
3493 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3494 Use insert-buffer-substring.
3495
3496 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3497 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3498
3499 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3500
3501 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3502 in last change.
3503 (ange-ftp-insert-directory): Fix up the search for the case where
3504 `file' is absolute.
3505
3506 2005-10-02 Romain Francoise <romain@orebokech.com>
3507
3508 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3509
3510 2005-10-02 Andreas Schwab <schwab@suse.de>
3511
3512 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3513 directory component in the session info.
3514
3515 2005-10-01 Richard M. Stallman <rms@gnu.org>
3516
3517 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3518
3519 * simple.el (next-error-internal): New function.
3520
3521 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3522 (compilation-start): Pass new arg to compilation-buffer-name.
3523 (compile-goto-error): Use next-error-internal.
3524
3525 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3526
3527 * speedbar.el: Remove RCS tag.
3528 (speedbar-check-read-only): Handle non-existent files.
3529
3530 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3531
3532 * info.el (Info-speedbar-hierarchy-buttons)
3533 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3534
3535 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3536
3537 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3538 Do not match newline.
3539 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3540 (bibtex-summary): Remove unnecessary save-excursion.
3541 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3542
3543 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3544
3545 * term/mac-win.el: Add charset info for "iso10646-1".
3546 Modify default fontset to use ATSUI-compatible fonts for some charsets
3547 if available.
3548
3549 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3550
3551 * speedbar.el: Re-apply arch tag.
3552 (speedbar-version): Rename to version 1.0. Suggested by Eric
3553 M. Ludlam.
3554 Reapply two changes from Emacs CVS' version of speedbar lost
3555 during the merge:
3556 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3557 (speedbar-frame-parameters): Improve customize type.
3558
3559 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3560
3561 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3562 (ange-ftp-file-directory-p): Fix the symlink case.
3563 (ange-ftp-insert-directory): When listing a single file, get a list of
3564 the parent buffer and extract the relevant line. Inspired from a patch
3565 by Katsumi Yamaoka <yamaoka@jpl.org>.
3566 (ange-ftp-file-name-sans-versions): Simplify.
3567
3568 2005-09-30 Bill Wohler <wohler@newt.com>
3569
3570 Move MH-E image files from toolbar and mail directories into
3571 etc/images.
3572
3573 * mail/reply2.*: Move to etc/images/mail/reply*.
3574
3575 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3576 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3577 etc/images.
3578
3579 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3580 * toolbar/reply*: Move to etc/images/mail.
3581
3582 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3583
3584 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3585
3586 * speedbar.el: New version 1.0pre3.
3587
3588 Frame management code (including timer, and mouse click specifics)
3589 moved to dframe.el:
3590 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3591 (speedbar-timer): Removed. Use dframe-timer.
3592 (speedbar-close-frame): Removed. Use dframe-close-frame.
3593 (speedbar-activity-change-focus-flag): Removed. Use
3594 dframe-activity-change-focus-flag.
3595 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3596 dframe-update-speed.
3597
3598 (speedbar-current-frame): New macro. Use this instead of the
3599 variable speedbar-frame.
3600
3601 (speedbar-use-images, speedbar-expand-image-button-alist)
3602 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3603
3604 (speedbar-find-image-on-load-path): Removed. Replaced by
3605 defezimage in ezimage.el.
3606 (speedbar-expand-image-button-alist): Removed. Replaced by
3607 ezimage-expand-image-button-alist in ezimage.el.
3608
3609 (speedbar-ignored-directory-regexp)
3610 (speedbar-add-ignored-directory-regexp)
3611 (speedbar-ignored-directory-expressions)
3612 (speedbar-line-directory, speedbar-buffers-line-directory)
3613 (speedbar-directory-line, speedbar-buffers-line-directory):
3614 Renamed, replacing `path' with `directory'.
3615
3616 (speedbar-create-directory, speedbar-expand-line-descendants)
3617 (speedbar-toggle-line-expansion)
3618 (speedbar-contract-line-descendants): New commands.
3619
3620 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3621 (speedbar-use-tool-tips-flag): New options.
3622
3623 (speedbar-check-read-only, speedbar-require-version)
3624 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3625 (speedbar-handle-delete-frame, speedbar-try-completion)
3626 (speedbar-update-localized-contents): New functions.
3627
3628 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3629 (speedbar-object-read-only-indicator): New variables.
3630
3631 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3632 New hooks.
3633
3634 (speedbar-separator-face): New face.
3635
3636 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3637 (speedbar-ignored-modes): Add fundamental-mode.
3638 (speedbar-directory-unshown-regexp): Add . directories.
3639
3640 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3641 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3642 `]' for full expand/close.
3643 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3644
3645 (speedbar-check-vc): Support hidden files.
3646 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3647 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3648 state is nil, it is not checked out.
3649
3650 (speedbar-line-text, speedbar-line-token): Support expand buttons
3651 with no text.
3652 (speedbar-refresh): Universal argument acts as power-click.
3653 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3654 that buffer to get variable values.
3655
3656 And many other bugfixes.
3657
3658 * dframe.el, ezimage.el, sb-image.el: New files.
3659
3660 * sb-*.xpm: Remove files. New image files installed into
3661 etc/images/ezimage.
3662
3663 2005-09-30 Kenichi Handa <handa@m17n.org>
3664
3665 * ps-mule.el (ps-mule-show-warning): If a character is in
3666 ps-print-translation-table, don't treat it as non-printable.
3667
3668 2005-09-30 David Ponce <david@dponce.com>
3669
3670 * tree-widget.el (tree-widget-themes-load-path): New variable.
3671 (tree-widget-themes-directory): Doc fix.
3672 (tree-widget-image-formats) [Emacs]: Doc fix.
3673 (tree-widget--locate-sub-directory): New function.
3674 (tree-widget-themes-directory): Use it.
3675
3676 * recentf.el (recentf-filename-handlers): Rename from
3677 `recentf-filename-handler'. Allow a list of functions.
3678 (recentf-menu-items-for-commands): Fix :help strings.
3679 (recentf-apply-filename-handlers): New function.
3680 (recentf-expand-file-name): Use it.
3681 (recentf-cleanup): Remove duplicates too.
3682
3683 2005-09-29 Juri Linkov <juri@jurta.org>
3684
3685 * faces.el: Rearrange face definitions to be in the same order as
3686 their face descriptions in "(emacs)Standard Faces".
3687
3688 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3689
3690 * tooltip.el (tooltip): Add group `basic-faces'.
3691
3692 * buff-menu.el (Buffer-menu-buffer): Remove group
3693 `font-lock-highlighting-faces'.
3694
3695 * progmodes/compile.el (compilation-error, compilation-warning)
3696 (compilation-info, compilation-line-number, compilation-column-number):
3697 Change group from `font-lock-highlighting-faces' to `compilation'.
3698
3699 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3700 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3701 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3702 (vhdl-font-lock-reserved-words-face)
3703 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3704 `font-lock-highlighting-faces'.
3705
3706 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3707
3708 2005-09-28 Kim F. Storm <storm@cua.dk>
3709
3710 * emulation/cua-base.el: Set CUA move property on additional commands:
3711 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3712 forward-sexp, backward-sexp, forward-list, backward-list.
3713
3714 2005-09-28 Romain Francoise <romain@orebokech.com>
3715
3716 * comint.el (comint-show-output): Really set point at the
3717 beginning of the output when not using `comint-use-prompt-regexp'.
3718
3719 2005-09-27 Jay Belanger <belanger@truman.edu>
3720
3721 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3722 in TeX mode.
3723
3724 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3725
3726 * textmodes/org.el (org-table-sum): Fix format string.
3727
3728 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3729 Quote face names.
3730
3731 2005-09-26 Romain Francoise <romain@orebokech.com>
3732
3733 * isearch.el (isearch-forward-regexp): Close doc string.
3734
3735 2005-09-25 Richard M. Stallman <rms@gnu.org>
3736
3737 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3738
3739 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3740
3741 * progmodes/compile.el (compilation-error-properties):
3742 When getting the file from the previous error message,
3743 correctly decode the new data format.
3744
3745 * progmodes/cc-cmds.el (c-electric-paren):
3746 Call old-blink-paren only for close-paren.
3747
3748 2005-09-24 Andreas Schwab <schwab@suse.de>
3749
3750 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3751 condition.
3752
3753 2005-09-25 Romain Francoise <romain@orebokech.com>
3754
3755 * dired-aux.el (dired-copy-file-recursive):
3756 * dired.el (dired-delete-file):
3757 * ediff-mult.el (ediff-dir-diff-copy-file):
3758 * ediff-util.el (ediff-test-save-region):
3759 * forms.el (forms-mode):
3760 * ido.el (ido-file-internal, ido-delete-file-at-head):
3761 * log-edit.el (log-edit-done):
3762 * ses.el (ses-yank-resize):
3763 * play/gomoku.el (gomoku-human-plays, gomoku)
3764 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3765 (gomoku-offer-a-draw):
3766 * play/landmark.el (lm-human-resigns, lm):
3767 * net/eudcb-ldap.el (eudc-ldap-check-base):
3768 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3769 * progmodes/ebrowse.el (ebrowse-find-pattern):
3770 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3771 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3772 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3773
3774 * vc.el (vc-delete-file):
3775 * play/gomoku.el (gomoku-terminate-game, gomoku)
3776 (gomoku-prompt-for-move, gomoku-human-takes-back):
3777 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3778 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3779
3780 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3781
3782 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3783 color rxvt terminals by using the code xterm.el used to use before
3784 2005-04-09 in order to match the colors used by rxvt.
3785
3786 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3787
3788 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3789 colors rxvt-unicode terminals by using the same code as xterm.el.
3790
3791 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3792
3793 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3794 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3795 new symbol used for the tex-verbatim face.
3796
3797 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3798
3799 * woman.el (woman-file-name):
3800 * wid-edit.el (widget-file-prompt-value)
3801 (widget-coding-system-prompt-value):
3802 * w32-fns.el (set-w32-system-coding-system):
3803 * vc.el (vc-version-diff, vc-annotate):
3804 * textmodes/reftex-auc.el (reftex-arg-cite)
3805 (reftex-arg-index-tag):
3806 * textmodes/refer.el (refer-get-bib-files):
3807 * textmodes/artist.el (artist-figlet-choose-font):
3808 * terminal.el (terminal-emulator):
3809 * replace.el (occur-read-primary-args):
3810 * rect.el (string-rectangle, string-insert-rectangle):
3811 * ps-print.el (ps-print-preprint):
3812 * progmodes/pascal.el (pascal-goto-defun):
3813 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3814 * progmodes/compile.el (compilation-find-file):
3815 * printing.el (pr-interactive-n-up):
3816 * play/animate.el (animate-birthday-present):
3817 * net/rcompile.el (remote-compile):
3818 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3819 * mail/rmailsum.el (rmail-summary-search-backward)
3820 (rmail-summary-search):
3821 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3822 (rmail-output-read-file-name):
3823 * mail/rmail.el (rmail-search, rmail-search-backwards):
3824 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3825 * locate.el (locate):
3826 * international/quail.el (quail-show-keyboard-layout):
3827 * international/mule.el (set-buffer-file-coding-system)
3828 (revert-buffer-with-coding-system, set-file-name-coding-system)
3829 (set-terminal-coding-system, set-keyboard-coding-system)
3830 (set-next-selection-coding-system):
3831 * international/mule-diag.el (describe-coding-system)
3832 (describe-font, describe-fontset):
3833 * international/mule-cmds.el (universal-coding-system-argument)
3834 (search-unencodable-char, describe-input-method)
3835 (set-language-environment, describe-language-environment):
3836 * international/codepage.el (codepage-setup):
3837 * international/code-pages.el (codepage-setup):
3838 * info.el (Info-search, Info-follow-reference)
3839 (Info-search-backward):
3840 * emacs-lisp/advice.el (ad-read-advised-function)
3841 (ad-read-advice-class, ad-clear-cache, ad-activate)
3842 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3843 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3844 (ad-read-regexp):
3845 * ediff-util.el (ediff-toggle-regexp-match):
3846 * ediff-ptch.el (ediff-prompt-for-patch-file):
3847 * dired-aux.el (dired-diff):
3848 * diff.el (diff):
3849 * cus-edit.el (custom-variable-prompt):
3850 * calendar/timeclock.el (timeclock-ask-for-project):
3851 * calc/calcalg3.el (calc-get-fit-variables):
3852 * calc/calc-store.el (calc-edit-variable)
3853 (calc-permanent-variable):
3854 * vc-mcvs.el (vc-mcvs-register):
3855 * shadowfile.el (shadow-define-literal-group):
3856 * woman.el (woman-file-name):
3857 * vc.el (vc-version-diff, vc-merge):
3858 * textmodes/reftex-index.el (reftex-index-complete-tag):
3859 * format.el (format-decode-buffer, format-decode-region):
3860 * emulation/viper-cmd.el (viper-read-string-with-history):
3861 * emacs-lisp/debug.el (cancel-debug-on-entry):
3862 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3863 * ediff.el (ediff-merge-revisions)
3864 (ediff-merge-revisions-with-ancestor, ediff-revision):
3865 * completion.el (interactive-completion-string-reader):
3866 * calc/calc-prog.el (calc-user-define-formula):
3867 Follow convention for reading with the minibuffer.
3868
3869 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3870
3871 * progmodes/python.el (python-describe-symbol): Add globals() and
3872 locals() to the arguments of emacs.ehelp.
3873
3874 2005-09-24 Magnus Henoch <mange@freemail.hu>
3875
3876 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3877 New function, code extracted from ispell-valid-dictionary-list.
3878 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3879 Call it.
3880
3881 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3882
3883 * subr.el (version-regexp-alist): Extend valid syntax for version
3884 strings: allow any of the characters -,_,+ to separate the
3885 alpha/beta/rc part from the version part. Doc fix.
3886 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3887
3888 2005-09-23 David Reitter <david.reitter@gmail.com>
3889
3890 * mail/mailclient.el: New file.
3891
3892 2005-09-23 Richard M. Stallman <rms@gnu.org>
3893
3894 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3895 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3896 Doc fixes.
3897
3898 * progmodes/cc-mode.el (c-font-lock-init):
3899 Specify font-lock-lines-before.
3900
3901 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3902
3903 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3904 whole conflict.
3905
3906 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3907
3908 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3909 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3910 of `remap' feature when available. Additional key bindings for
3911 better tty support.
3912 (org-mode-restart, org-force-self-insert): New commands.
3913 (org-time-stamp-inactive): New command.
3914 (org-remap): New function.
3915 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3916 (org-enable-fixed-width-editor): Move to `org-structure'
3917 customization group.
3918 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3919 blank field after field motion commands.
3920
3921 2005-09-23 Kenichi Handa <handa@m17n.org>
3922
3923 * international/mule-cmds.el (set-language-environment):
3924 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3925 have to call utf-translate-cjk-load-tables.
3926
3927 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3928
3929 * mouse.el (mouse-move-drag-overlay): Fix last change.
3930
3931 2005-09-22 David Ponce <david@dponce.com>
3932
3933 * tree-widget.el (tree-widget-value-create): Fix previous change.
3934
3935 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3936
3937 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3938
3939 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3940
3941 * mouse.el (mouse-move-drag-overlay): New function.
3942 (mouse-drag-region-1): Use it.
3943 Try to simplify a bit the state handling. Handle clicks on links
3944 inside intangible areas.
3945 (mouse-save-then-kill): Minor simplification.
3946 (mouse-secondary-overlay): Make it always non-nil instead of
3947 recreating it each time.
3948 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3949 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3950 Simplify accordingly.
3951
3952 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3953
3954 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3955
3956 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3957
3958 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3959 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3960 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3961 to patch.
3962
3963 * ediff-util.el: Use insert-buffer-substring.
3964
3965 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3966
3967 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3968 field boundaries in the minibuffer.
3969 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3970 (viper-minibuffer-post-command-hook): New hook.
3971 (viper-line): Don't move cursor at bolp.
3972
3973 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3974
3975 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3976 avoid compiler warnings.
3977
3978 * emulation/viper-macs.el (ex-map): Better messages.
3979
3980 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3981
3982 * emulation/viper.el: Replace make-variable-buffer-local with
3983 viper-make-variable-buffer-local everywhere, to avoid warnings.
3984
3985 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3986
3987 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3988 Delete unused var `old-selected-window'.
3989 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3990 (mouse-drag-secondary): Delete unused var `start-frame'.
3991
3992 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3993
3994 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3995
3996 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3997
3998 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3999 Re-indent within 80 columns. Use inhibit-read-only.
4000
4001 2005-09-19 Romain Francoise <romain@orebokech.com>
4002
4003 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
4004
4005 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4006
4007 * font-lock.el (font-lock-default-fontify-region): Don't add a line
4008 unconditionally, since the after-change-function already did it.
4009
4010 2005-09-19 Miles Bader <miles@gnu.org>
4011
4012 * net/newsticker.el: Get rid of CVS keyword.
4013
4014 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
4015
4016 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
4017 The prompt is formatted later.
4018
4019 2005-09-19 David Ponce <david@dponce.com>
4020
4021 * tree-widget.el (tree-widget-value-create): Save the converted
4022 tree :node widget.
4023
4024 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
4025
4026 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4027 variable `message'.
4028
4029 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
4030
4031 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4032 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
4033 <slawomir.nowaczyk.847@student.lu.se>.
4034
4035 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
4036
4037 * image.el (image-load-path): Use symbol `data-directory' instead
4038 of its value, for backward compatibility with packages that bind
4039 it during `find-image'. Suggested by Katsumi Yamaoka.
4040 (image-search-load-path): Handle symbols whose values are strings.
4041
4042 2005-09-18 Romain Francoise <romain@orebokech.com>
4043
4044 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4045 with-current-buffer form in save-excursion.
4046
4047 2005-09-18 D Goel <deego@gnufans.org>
4048
4049 * apropos.el (apropos-command): Fix `message' call: first arg
4050 should be a format spec. In this and all other cases that appear
4051 below and elsewhere in the source code, I made a change only when
4052 two conditions were satisfied: [1] I can think of a possibility
4053 that the arguments would cause an error, for example, the code in
4054 question relies on external variables such as filenames. [2] I
4055 was sure that the arg to `message' could not have been nil in the code.
4056
4057 * textmodes/tildify.el (tildify-region): Ditto.
4058
4059 * textmodes/reftex-index.el (reftex-index-change-entry)
4060 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4061 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4062 * textmodes/org.el (org-complete, org-deadline, org-schedule)
4063 (org-priority, org-table-sum):
4064 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4065 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4066 (flyspell-word, flyspell-display-next-corrections):
4067 * textmodes/bibtex.el (bibtex-print-help-message):
4068 * textmodes/artist.el (artist-key-set-point-poly):
4069 * term/mac-win.el (mac-services-insert-text):
4070 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4071 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4072 (vhdl-port-paste-testbench, vhdl-compose-new-component)
4073 (vhdl-compose-configuration):
4074 * progmodes/sh-script.el (sh-blink, sh-show-indent)
4075 (sh-set-indent, sh-learn-line-indent):
4076 * progmodes/ps-mode.el (ps-mode-target-column):
4077 * progmodes/idlwave.el (idlwave-make-tags)
4078 (idlwave-scan-library-catalogs):
4079 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4080 * progmodes/gud.el (gud-jdb-analyze-source):
4081 * progmodes/flymake.el (flymake-log):
4082 * progmodes/ebnf2ps.el (ebnf-generate-region):
4083 * progmodes/cmacexp.el (c-macro-expansion):
4084 * progmodes/ada-xref.el (ada-treat-cmd-string):
4085 * progmodes/ada-mode.el (ada-create-case-exception-substring)
4086 (ada-justified-indent-current, ada-batch-reformat):
4087 * play/zone.el (zone):
4088 * play/landmark.el (lm-move):
4089 * play/decipher.el (decipher-show-alphabet):
4090 * net/newsticker.el (newsticker--display-jump)
4091 (newsticker--display-scroll):
4092 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4093 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4094 * mail/feedmail.el (feedmail-dump-message-to-queue):
4095 * eshell/esh-proc.el (eshell-remove-process-entry):
4096 * emulation/ws-mode.el (ws-last-error):
4097 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4098 (viper-record-kbd-macro):
4099 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4100 * emacs-lisp/lisp-mnt.el (lm-report-bug):
4101 * emacs-lisp/find-func.el (find-function-noselect):
4102 * calendar/timeclock.el (timeclock-status-string)
4103 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4104 (timeclock-when-to-leave-string):
4105 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4106 * calc/calc-units.el (calc-enter-units-table):
4107 * calc/calc-mode.el (calc-mode-record-mode):
4108 * woman.el (woman-mini-help):
4109 * wdired.el (wdired-change-to-wdired-mode):
4110 * vc.el (vc-retrieve-snapshot):
4111 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4112 * startup.el (display-startup-echo-area-message):
4113 * simple.el (set-goal-column):
4114 * ses.el (ses-command-hook, ses-recalculate-cell):
4115 * server.el (server-process-filter):
4116 * printing.el (pr-interface-txt-print, pr-interface-printify)
4117 (pr-interface-ps):
4118 * pcvs.el (cvs-help):
4119 * log-edit.el (log-edit, log-edit-mode-help):
4120 * iswitchb.el (iswitchb-possible-new-buffer):
4121 * isearch.el (isearch-edit-string):
4122 * image-mode.el (image-mode, image-minor-mode):
4123 * ibuf-macs.el (define-ibuffer-filter):
4124 * hi-lock.el (hi-lock-find-patterns):
4125 * files.el (toggle-read-only):
4126 * ediff-util.el (ediff-copy-diff)
4127 (ediff-write-merge-buffer-and-maybe-kill):
4128 * echistory.el (Electric-history-undefined):
4129 * dnd.el (dnd-insert-text):
4130 * dired-aux.el (dired-query):
4131 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4132 * bookmark.el (bookmark-bmenu-locate):
4133 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4134 Fix `message' calls to ensure first arg is a format string.
4135 The change was made only when these two conditions were satisfied:
4136 [1] when there is a possibility that the arguments would cause an error
4137 for example, if the code in question relies on external variables
4138 such as filenames, and
4139 [2] if the arg to `message' could not have been nil in the code.
4140
4141 * pcomplete.el (pcomplete--help): Fix `message' format spec.
4142 Not having a %s would be weird, though not technically wrong.
4143
4144 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4145
4146 * term/mac-win.el (mac-add-charset-info): Doc fix.
4147
4148 2005-09-17 Romain Francoise <romain@orebokech.com>
4149
4150 * shell.el (shell-resync-dirs): Handle echoing processes more
4151 reliably. Don't insert resync command if `comint-process-echoes'
4152 is non-nil.
4153
4154 2005-09-17 Magnus Henoch <mange@freemail.hu>
4155
4156 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4157 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4158 aspell versions >= 0.60.
4159 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4160 only if ispell-aspell-supports-utf8 is non-nil.
4161
4162 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4163
4164 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4165 buffer-local value to lisp-indent-function.
4166
4167 2005-09-17 Milan Zamazal <pdm@zamazal.org>
4168
4169 * progmodes/glasses.el (glasses-make-readable): If
4170 glasses-separator differs from underscore, put appropriate
4171 overlays over underscore characters.
4172 (glasses-convert-to-unreadable): If glasses-separator differs from
4173 underscore, try to convert glasses-separator characters to
4174 underscores.
4175
4176 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4177
4178 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4179 Use with-syntax-table and dolist.
4180
4181 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
4182
4183 * textmodes/reftex-auc.el:
4184 * textmodes/reftex-cite.el:
4185 * textmodes/reftex-dcr.el:
4186 * textmodes/reftex-global.el:
4187 * textmodes/reftex-parse.el:
4188 * textmodes/reftex-ref.el:
4189 * textmodes/reftex-sel.el:
4190 * textmodes/reftex-toc.el:
4191 * textmodes/reftex-vars.el:
4192 * textmodes/reftex.el: Small changes to remove compiler warnings.
4193
4194 * textmodes/reftex-index.el: Likewise.
4195 (reftex-query-index-phrase): More efficient use of markers.
4196
4197 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4198
4199 * image.el (image-load-path): New variable.
4200 (image-search-load-path): New function.
4201 (find-image): Search for images in `image-load-path'.
4202
4203 2005-09-15 Richard M. Stallman <rms@gnu.org>
4204
4205 * follow.el: Change Maintainer field.
4206
4207 2005-09-15 David Ponce <david@dponce.com>
4208
4209 * recentf.el (recentf-save-file-modes): New option.
4210 (recentf-save-list): Use it.
4211
4212 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
4213
4214 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4215 (mode-line-mule-info, mode-line-modified): Move bindings from
4216 mouse-3 to mouse-1.
4217
4218 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4219
4220 * simple.el (sendmail-user-agent-compose): Revert last change.
4221
4222 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4223
4224 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4225 Use with-current-buffer.
4226 (ange-ftp-gwp-start): Remove unused var `gw-user'.
4227 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4228 (ange-ftp-insert-directory): Remove unused var `short'.
4229 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4230
4231 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4232 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4233
4234 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4235 (check-calendar-holidays, diary-list-entries): Autoload.
4236 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4237 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4238
4239 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4240 which mistakenly removed a call to display-buffer.
4241
4242 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
4243
4244 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4245
4246 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4247
4248 * progmodes/hideshow.el
4249 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4250 (hs-allow-nesting): New user var.
4251 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4252 (hs-hide-block-at-point): When nesting allowed,
4253 if there is already an overlay in place, delete it.
4254 (hs-safety-is-job-n): Delete func; remove call sites.
4255 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4256 (hs-overlay-at): New func.
4257 (hs-already-hidden-p, hs-show-block): Use it.
4258 (hs-hide-all): Don't pre-clean if nesting allowed.
4259 (hs-show-all): Temporarily disallow
4260 nesting around call to `hs-discard-overlays'.
4261
4262 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4263
4264 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4265 Delete unused local var.
4266
4267 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4268
4269 * help-fns.el (describe-categories): "?\ " -> "?\s".
4270 (help-do-arg-highlight): Recognize also ARG-n, as in
4271 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4272
4273 * international/codepage.el (dos-unsupported-char-glyph):
4274 * net/newsticker.el (tool-bar-map, w3-mode-map)
4275 (w3m-minor-mode-map):
4276 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4277 (ent-alist):
4278 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4279
4280 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4281
4282 * custom.el (custom-push-theme): Handle the case where a symbol is
4283 bound but face properties have not yet been assigned.
4284
4285 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4286 Fix behavior if noerase is `t' and there is no mail buffer.
4287
4288 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4289 if `continue' is nil, rather than signal an error.
4290
4291 2005-09-12 Richard M. Stallman <rms@gnu.org>
4292
4293 * font-lock.el (font-lock-keywords): Add autoload.
4294
4295 * help-fns.el (describe-variable): Rearrange to put source link
4296 in a predictable place.
4297
4298 * net/newsticker.el: New file.
4299
4300 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4301
4302 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4303 (calendar-basic-setup): Use the new nil arg.
4304 (number-of-diary-entries): Move to diary-lib.el.
4305
4306 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4307 (diary-list-entries): Use with-syntax-table and dolist.
4308 Rename from list-diary-entries.
4309 Use number-of-diary-entries if `number' is nil.
4310 (diary, diary-view-entries): Use this new name and new nil arg value.
4311 (number-of-diary-entries): Move from calendar.el.
4312 (diary-unhide-everything): New function.
4313 (include-other-diary-files, fancy-diary-display)
4314 (diary-show-all-entries, make-diary-entry): Use it.
4315 (diary-mail-entries): Use buffer-string.
4316 (mark-diary-entries): Fix long standing paren typo.
4317 (diary-sexp-entry): Use count-lines.
4318 (make-diary-entry): Avoid `previous-line'.
4319 (diary-mode-map): New var.
4320 (diary-mode): Redraw cal after saving. Setup header-line.
4321 (fancy-diary-display-mode): Use local-set-key.
4322
4323 * startup.el (command-line): Try calling various terminal-init-foo-bar
4324 functions by stripping hyphenated suffixes from $TERM.
4325
4326 * files.el (normal-mode): Check boundness of font-lock-keywords.
4327
4328 2005-09-12 Richard M. Stallman <rms@gnu.org>
4329
4330 * progmodes/compile.el: Don't decide a file's directory
4331 until the user actually tries to go there.
4332 (compilation-next-error-function):
4333 Pass compilation-find-file the directory from the file-struct.
4334 (compilation-internal-error-properties): Separate local FILE-STRUCT
4335 from FILE. Doc the args better. Rename arg FMT to FMTS.
4336 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4337 Expand it, and if nil, use default-directory.
4338 (compilation-get-file-structure): Don't mix specified directory
4339 with default directory. Put specified directory into
4340 file-struct. Don't make the file name absolute.
4341
4342 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4343 (compile-command): Add autoload.
4344 (compilation-disable-input): Add autoload.
4345
4346 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4347
4348 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4349 strings of the variables it can override.
4350 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4351 %Q and %q, for fully-qualified domain name and unqualified host name.
4352
4353 2005-09-11 Kim F. Storm <storm@cua.dk>
4354
4355 * emacs-lisp/authors.el (authors-aliases): Update list.
4356 (authors-fixed-entries): Update mldrag.el entry.
4357
4358 2005-09-10 Alan Mackenzie <acm@muc.de>
4359
4360 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4361 from the region narrowed to.
4362
4363 2005-09-10 Magnus Henoch <mange@freemail.hu>
4364
4365 * textmodes/ispell.el (ispell-check-version): Signal an error if
4366 aspell version is less than 0.60.
4367
4368 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4369
4370 * progmodes/octave-inf.el (inferior-octave-startup):
4371 Resync current dir at the end.
4372
4373 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4374
4375 * woman.el (woman-topic-at-point-default):
4376 Rename to woman-use-topic-at-point-default.
4377 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4378 (woman-file-name): Reflect renames above. Automatically use the
4379 word at point as topic if woman-use-topic-at-point is non-nil.
4380 Otherwise offer it as default but don't insert it in the
4381 minibuffer. Also use `test-completion' instead of `assoc' as
4382 suggested by Stefan Monnier.
4383
4384 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4385
4386 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4387 the attempt to do it over Tramp. This is not yet supported.
4388
4389 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4390
4391 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4392 (menu-bar-non-minibuffer-window-p): New functions.
4393 ("Split Window", "Save As..."): Use them.
4394 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4395 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4396 Use menu-bar-menu-frame-live-and-visible-p.
4397 ("Save Buffer", "Insert File", "Open Directory...")
4398 ("Open File...", "Visit New File..."):
4399 Use menu-bar-non-minibuffer-window-p.
4400 (kill-this-buffer-enabled-p, dired <menu-enable>):
4401 Use menu-bar-non-minibuffer-window-p.
4402
4403 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4404
4405 * cus-start.el (all): Don't complain about fringe-related
4406 built-ins if fringes are not supported. Ditto about
4407 selection-related built-ins. Fix the test for GTK-related built-ins.
4408
4409 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4410 ("Postscript Print Buffer", "Print Region", "Save As...")
4411 ("Save", "Insert File...", "Open Directory...")
4412 ("Open File...", "Visit New File..."")
4413 ("Truncate Long Lines in this Buffer"): Don't look at
4414 menu-updating-frame if this display does not support multiple frames.
4415
4416 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4417
4418 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4419
4420 2005-09-09 Emilio Lopes <eclig@gmx.net>
4421
4422 * woman.el: Format- and whitespace-related changes.
4423
4424 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4425
4426 * woman.el: Fix my email address.
4427
4428 2005-09-08 Richard M. Stallman <rms@gnu.org>
4429
4430 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4431 (sh-mode): Locally set skeleton-pair-default-alist.
4432
4433 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4434
4435 * progmodes/flymake.el: Require `compile' unconditionally.
4436
4437 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4438
4439 * woman.el (woman-file-name): Provide a default, not initial input.
4440
4441 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4442
4443 * font-lock.el (font-lock-support-mode): Doc fix.
4444
4445 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4446
4447 2005-09-08 Richard M. Stallman <rms@gnu.org>
4448
4449 * simple.el (blink-matching-open): Get rid of text props from
4450 the string shown in echo area. Don't permanently set point.
4451 Some rearrangements.
4452
4453 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4454
4455 * recentf.el (recentf-filename-handler): Add custom choice
4456 `abbreviate-file-name'.
4457
4458 * msb.el (msb--very-many-menus): Fix typo.
4459
4460 * disp-table.el (standard-display-european): Don't set
4461 enable-multibyte-characters to nil.
4462
4463 2005-09-08 David Ponce <david@dponce.com>
4464
4465 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4466 (recentf-expand-file-name): Doc fix.
4467 (recentf-dialog-mode-map): Define digit shortcuts.
4468 (recentf--files-with-key): New variable.
4469 (recentf-show-digit-shortcut-filter): New function.
4470 (recentf-open-files-items): New function.
4471 (recentf-open-files): Use it.
4472 (recentf-open-file-with-key): New command.
4473
4474 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4475
4476 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4477 Suggested by Kim F. Storm.
4478 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4479 (Buffer-menu-make-sort-button): Use global keymap.
4480
4481 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4482
4483 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4484 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4485 necessary any longer with the remapped command.
4486 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4487 formatting time only.
4488
4489 * net/tramp.el (tramp-action-password)
4490 (tramp-multi-action-password): Compile the password prompt from
4491 `method', `user' and `host'. Sometimes it isn't obvious which
4492 password to enter, for example with remote files offered by
4493 recentf.el, or with multiple steps. Suggested by Robert Marshall
4494 <robert@chezmarshall.freeserve.co.uk>.
4495
4496 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4497
4498 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4499 Fix regexp for when "s///" is at the beginning of line.
4500
4501 2005-09-07 Jay Belanger <belanger@truman.edu>
4502
4503 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4504 when in matrix mode.
4505
4506 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4507
4508 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4509 non-anonymous functions.
4510
4511 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4512
4513 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4514 when using a header line. Otherwise, use mouse-1-click-follows-link.
4515
4516 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4517 can't be moved; don't signal an error.
4518
4519 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4520
4521 * cus-theme.el (custom-theme-write-faces): Save the current face
4522 spec, not the defface spec.
4523
4524 * custom.el (custom-known-themes): Clarify meaning of "standard".
4525 (custom-push-theme): Save old values in the standard theme.
4526 (disable-theme): Correct typo.
4527 (custom-face-theme-value) Deleted unused function.
4528 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4529
4530 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4531
4532 * progmodes/compile.el (compilation-goto-locus): Take into account
4533 iconified frames when determining whether the buffer is
4534 already visible.
4535 Don't reset window height if the window already existed.
4536
4537 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4538
4539 * custom.el (load-theme): Rename from require-theme.
4540 Add interactive spec.
4541 (enable-theme): Rename from custom-enable-theme.
4542 Add interactive spec.
4543 (disable-theme): Rename from custom-disable-theme.
4544 Add interactive spec.
4545 (custom-make-theme-feature): Doc fix.
4546 (custom-theme-directory): Doc fix.
4547 (provide-theme): Call enable-theme.
4548
4549 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4550
4551 * obsolete/lazy-lock.el (lazy-lock-mode):
4552 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4553 font-lock-mode if it's off. Print a warning instead.
4554
4555 * progmodes/compile.el (compilation-start): Ignore errors if the
4556 process died before we get to send-eof.
4557
4558 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4559 Undo last change. Enclosing the result in quotes broke things on Unix
4560 since tex-send-command passes it through shell-quote-argument.
4561 (tex-send-command): Pass `file' through convert-standard-filename
4562 when possible.
4563 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4564 info in a transcript.
4565
4566 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4567
4568 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4569 fix compilation warning. Reorder the key definitions to group
4570 together keys emitted by the current version of xterm.
4571
4572 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4573 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4574 Reorder predicates to correct min-color usage.
4575
4576 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4577
4578 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4579 Kill local variables when longlines-mode is turned off.
4580
4581 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4582
4583 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4584
4585 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4586
4587 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4588
4589 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4590 (font-lock-lines-before): Change default to being inactive.
4591 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4592 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4593
4594 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4595
4596 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4597 Deactivate temporarily advice if active (not needed for Emacs 22,
4598 but for backwards compatibility).
4599 (tramp-exists-file-name-handler): Rewrite. First implementation
4600 was too simple.
4601 (tramp-advice-make-auto-save-file-name):
4602 Call `tramp-handle-make-auto-save-file-name' (again, just for
4603 backwards compatibility).
4604
4605 2005-08-31 Reto Zimmermann <reto@gnu.org>
4606
4607 * progmodes/vhdl-mode.el
4608 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4609 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4610 (vhdl-set-default-project): New function (easier setting of default).
4611 (vhdl-port-copy): Handle extended identifiers for generics.
4612 (vhdl-compiler-alist): Better description for error message regexp.
4613 (vhdl-make): Query for target, use previous as default.
4614 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4615 (vhdl-font-lock-keywords-2): Fix fontification for record
4616 el. assign.
4617 (vhdl-speedbar-make-subpack-line): Add package body link.
4618 (vhdl-generate-makefile-1): Not include itself as dependency.
4619 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4620 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4621 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4622 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4623 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4624 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4625 (vhdl-import-project): Add string argument for `error'.
4626 (vhdl-compose-configuration)
4627 (vhdl-compose-configuration-architecture): Add configuration
4628 declaration generation.
4629 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4630 (vhdl-trailer-re): Add "record" keyword (better indentation).
4631 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4632 "[^ \t-\"]+".
4633 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4634 (vhdl-testbench-entity-file-name)
4635 (vhdl-testbench-architecture-file-name): Allow separate
4636 customization of testbench file names.
4637 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4638 (vhdl-get-visible-signals): Allow newline within alias declaration.
4639 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4640 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4641 (member-ignore-case): Alias for missing function in XEmacs.
4642 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4643 (vhdl-update-sensitivity-list): Ignore case on read signals.
4644 (vhdl-replace-string): Adjust case only for file names.
4645 (vhdl-update-sensitivity-list): Fix search for read signals.
4646 (vhdl-update-sensitivity-list): Exclude formal parameters.
4647 (vhdl-get-visible-signals): Include aliases of signals.
4648 (vhdl-get-visible-signals): Fix signal name searching.
4649 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4650 (vhdl-fixup-whitespace-region): Fix for character
4651 literals (e.g. ':').
4652
4653 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4654
4655 * ansi-color.el (comint-last-output-start):
4656 * bs.el (font-lock-verbose):
4657 * diff-mode.el (add-log-buffer-file-name-function):
4658 * dired-x.el (vm-folder-directory):
4659 * faces.el (help-xref-stack-item):
4660 * files.el (font-lock-keywords):
4661 * find-lisp.el (dired-buffers, dired-subdir-alist):
4662 * ido.el (cua-inhibit-cua-keys):
4663 * log-view.el (cvs-minor-wrap-function):
4664 * outline.el (font-lock-warning-face):
4665 * simple.el (compilation-current-error):
4666 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4667 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4668 * tooltip.el (comint-prompt-regexp):
4669 * w32-fns.el (explicit-shell-file-name):
4670 * term/mac-win.el (mac-charset-info-alist)
4671 (mac-services-selection, mac-system-script-code):
4672 * term/tty-colors.el (msdos-color-values):
4673 * term/w32-win.el (xlfd-regexp-registry-subnum):
4674 * term/x-win.el (x-keysym-table, x-selection-timeout)
4675 (x-session-id, x-session-previous-id):
4676 * textmodes/ispell.el (mail-yank-prefix):
4677 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4678 * textmodes/org.el (calc-embedded-close-formula)
4679 (calc-embedded-open-formula)
4680 (font-lock-unfontify-region-function):
4681 * textmodes/reftex-global.el (isearch-next-buffer-function)
4682 (TeX-master):
4683 * textmodes/reftex.el (font-lock-keywords):
4684 * textmodes/tex-mode.el (font-lock-comment-face)
4685 (font-lock-doc-face):
4686 * textmodes/texinfo.el (outline-heading-alist):
4687 Add defvars.
4688
4689 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4690 (artist-spray-chars, artist-mode-init, artist-replace-string)
4691 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4692 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4693 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4694
4695 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4696 (conf-align-assignments): "?\ " -> "?\s".
4697
4698 * textmodes/reftex-index.el (TeX-master): Add defvar.
4699 (reftex-index-phrases-marker): Move up defvar.
4700
4701 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4702 (reftex-toc-include-labels-indicator)
4703 (reftex-toc-include-index-indicator)
4704 (reftex-toc-max-level-indicator): Move up declarations.
4705
4706 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4707 of args to `tramp-run-real-handler', even if it's empty in this case.
4708
4709 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4710
4711 * dired.el (dired-move-to-filename-regexp): Add date format for
4712 Mac OS X 10.3 in East Asian locales.
4713
4714 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4715
4716 * files.el (make-auto-save-file-name): Add file name handler call
4717 if applicable.
4718
4719 * net/tramp.el (tramp-file-name-handler-alist)
4720 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4721 (tramp-handle-make-auto-save-file-name): Rename from
4722 `tramp-make-auto-save-file-name'.
4723 (tramp-exists-file-name-handler): New defun.
4724 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4725 `make-auto-save-file-name' is not a magic file name operation.
4726
4727 2005-08-30 Richard M. Stallman <rms@gnu.org>
4728
4729 * files.el (risky-local-variable-p):
4730 Match `-predicates' and `-commands.
4731
4732 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4733 (custom-save-all): Visit the file if necessary;
4734 kill the buffer if we created it.
4735 (custom-save-delete): Don't visit file or kill buffer here.
4736
4737 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4738
4739 * textmodes/org.el (org-special-keyword): New face.
4740 (org-table-copy-down, org-table-eval-formula)
4741 (org-table-recalculate, org-init-section-numbers):
4742 Use `string-to-number' instead of `string-to-int'.
4743 (org-get-location): Use `insert-buffer-substring' instead of
4744 `insert-buffer'.
4745 (org-modify-diary-entry-string): New function.
4746 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4747 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4748 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4749 active region.
4750 (org-export-as-html): Handle QUOTE keyword.
4751 (org-quote-string): New option.
4752 (org-bookmark-jump-unhide): New function, used for
4753 `bookmark-after-jump-hook'.
4754 (org-diary-default-entry): Apply only when not called through
4755 `org-agenda'.
4756
4757 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4758
4759 * net/eudc.el (mode-popup-menu):
4760 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4761 * progmodes/ada-mode.el (compile-auto-highlight)
4762 (skeleton-further-elements):
4763 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4764 * progmodes/cmacexp.el (msdos-shells):
4765 * progmodes/compile.el (font-lock-extra-managed-props)
4766 (font-lock-keywords, font-lock-maximum-size)
4767 (font-lock-support-mode):
4768 * progmodes/grep.el (font-lock-lines-before):
4769 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4770 * progmodes/mixal-mode.el (compile-command):
4771 * progmodes/perl-mode.el (font-lock-comment-face)
4772 (font-lock-doc-face, font-lock-string-face):
4773 * progmodes/prolog.el (comint-prompt-regexp):
4774 * progmodes/sh-script.el (font-lock-comment-face)
4775 (font-lock-set-defaults, font-lock-string-face):
4776 * progmodes/sql.el (font-lock-keyword-face)
4777 (font-lock-set-defaults, font-lock-string-face):
4778 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4779 (itimer-version, lazy-lock-defer-contextually)
4780 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4781 Add defvars.
4782
4783 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4784 (cperl-electric-keyword, cperl-electric-pod)
4785 (cperl-electric-backspace, cperl-forward-re)
4786 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4787 (vc-rcs-header, vc-sccs-header): Add defvars.
4788
4789 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4790 (font-lock-syntactic-keywords, gud-find-expr-function):
4791 Add defvars.
4792
4793 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4794 (gdb-frame-parameters): Declare before use.
4795
4796 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4797 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4798 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4799 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4800
4801 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4802 (idlwave-help-with-source): Use `insert-buffer-substring', not
4803 `insert-buffer'.
4804
4805 2005-08-29 Juri Linkov <juri@jurta.org>
4806
4807 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4808 Put outline-back-to-heading function call inside save-excursion.
4809
4810 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4811
4812 * man.el (Man-init-defvars, Man-translate-references)
4813 (Man-support-local-filenames, Man-highlight-references):
4814 * progmodes/sql.el (sql-interactive-mode):
4815 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4816
4817 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4818 (compilation-mode-font-lock-keywords): Add defvars.
4819 (checkdoc-interactive-loop): "?\ " -> "?\s".
4820
4821 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4822 (font-lock-doc-face, font-lock-string-face)
4823 (font-lock-keywords-case-fold-search): Add defvars.
4824 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4825
4826 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4827 Don't pass X and Y (they are ignored anyway).
4828 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4829 (mouse-delete-window): Make arguments optional.
4830
4831 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4832 (caesar-translate-table, minor-modes, news-buffer-save)
4833 (news-group-name, news-minor-modes): Add defvars.
4834
4835 * emacs-lisp/lselect.el (mouse-highlight-priority)
4836 (x-lost-selection-functions, zmacs-regions):
4837 * emacs-lisp/pp.el (font-lock-verbose):
4838 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4839 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4840 (ses-mode-map):
4841 * emacs-lisp/tcover-unsafep.el (safe-functions):
4842 * international/mule-cmds.el (mac-system-coding-system)
4843 (mac-system-locale):
4844 * language/ethio-util.el (rmail-current-message)
4845 (rmail-message-vector):
4846 * language/thai-util.el (thai-auto-composition-mode):
4847 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4848 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4849 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4850 (vm-primary-inbox, vm-spool-files):
4851 * mail/rmail.el (deleted-head, font-lock-fontified)
4852 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4853 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4854 (total-messages):
4855 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4856 (rmail-summary-mode-map):
4857 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4858 (rmail-last-label, rmail-last-multi-labels)
4859 (rmail-summary-vector, rmail-total-messages):
4860 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4861 * mail/rmailsum.el (msgnum):
4862 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4863 (rmail-current-message):
4864 * obsolete/fast-lock.el (font-lock-face-list):
4865 * obsolete/rnewspost.el (mail-reply-buffer):
4866 * obsolete/scribe.el (compile-command):
4867 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4868
4869 2005-08-28 John Paul Wallington <jpw@gnu.org>
4870
4871 * ibuf-ext.el (ibuffer-auto-update-changed):
4872 Use `frame-or-buffer-changed-p' to check whether we need to update.
4873 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4874 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4875 as a `frame-or-buffer-changed-p' state vector instead.
4876
4877 2005-08-27 Romain Francoise <romain@orebokech.com>
4878
4879 * textmodes/makeinfo.el (makeinfo-compile):
4880 Use `compilation-start'. Set `next-error-function' according to
4881 `disable-errors'.
4882 (makeinfo-next-error): New function.
4883 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4884 (makeinfo-buffer): Likewise.
4885
4886 * progmodes/compile.el (compilation-start): Add autoload cookie.
4887
4888 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4889 * textmodes/sgml-mode.el: Likewise.
4890 * progmodes/python.el: Likewise.
4891
4892 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4893
4894 * simple.el (blink-matching-paren-distance): Document the meaning
4895 of nil value, and allow to customize to nil.
4896
4897 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4898 command.com, not command.exe.
4899
4900 2005-08-26 John Wiegley <johnw@newartisans.com>
4901
4902 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4903 code around a bit so that an extraneous nil argument is not added
4904 to a command when no args are given.
4905
4906 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4907 double-quoted argument resolves to nil, return it as an empty
4908 string rather than as nil. This made it impossible to pass "" to
4909 a shell script as a null string argument.
4910
4911 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4912
4913 * outline.el (outline-invent-heading): New fun.
4914 (outline-promote, outline-demote): Use it.
4915 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4916 (outline-end-of-subtree): Remove unused var `opoint'.
4917
4918 2005-08-26 David Reitter <david.reitter@gmail.com>
4919
4920 * menu-bar.el (truncate-lines, write-file, print-buffer)
4921 (ps-print-buffer-faces, ps-print-buffer, split-window):
4922 Disable menu items when the frame they refer to is invisible, or when
4923 they refer to a buffer and the minibuffer is selected.
4924
4925 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4926
4927 * progmodes/flymake.el (flymake-highlight-err-lines):
4928 Use save-excursion around flymake-highlight-line to preserve point.
4929
4930 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4931
4932 * progmodes/octave-mod.el: Change Author and Maintainer address.
4933 (octave-maintainer-address): Change Kurt's email address.
4934 * progmodes/octave-inf.el: Change Author and Maintainer address.
4935 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4936
4937 2005-08-26 Kim F. Storm <storm@cua.dk>
4938
4939 * subr.el (version-list-<, version-list-<=, version-list-=):
4940 Renamed from integer-list-*.
4941 (version-list-not-zero): Likewise. Fix while loop.
4942 (version=): Use version-list-= instead of string-equal.
4943
4944 2005-08-26 Richard M. Stallman <rms@gnu.org>
4945
4946 * outline.el (outline-promote): Try shortening the heading.
4947 As last resort, read the heading to use.
4948 (outline-demote): As last resort, read the heading to use.
4949
4950 2005-08-26 Romain Francoise <romain@orebokech.com>
4951
4952 * progmodes/compile.el (compilation-start): Doc fix.
4953
4954 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4955 (antlr-font-lock-additional-keywords): Fix reference to
4956 `antlr-font-lock-literal-regexp' erroneously changed during the
4957 mass face rename.
4958 (antlr-run-tool): Use `compilation-start'.
4959
4960 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4961 instead of the obsolete `compile-internal'.
4962
4963 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4964
4965 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4966 (number, original-date):
4967 * calendar/cal-china.el (date):
4968 * calendar/cal-coptic.el (date):
4969 * calendar/cal-french.el (date):
4970 * calendar/cal-hebrew.el (date, entry, number, original-date):
4971 * calendar/cal-islam.el (date, number, original-date):
4972 * calendar/cal-iso.el (date):
4973 * calendar/cal-julian.el (date):
4974 * calendar/cal-mayan.el (date):
4975 * calendar/cal-menu.el (date, event):
4976 * calendar/cal-persia.el (date):
4977 * calendar/lunar.el (date):
4978 * calendar/solar.el (date): Add defvars.
4979
4980 * emerge.el:
4981 * ibuffer.el:
4982 * info-xref.el:
4983 * obsolete/bg-mouse.el:
4984 * obsolete/sun-curs.el:
4985 * obsolete/swedish.el: Move the `defvar's to the top level.
4986
4987 * smerge-mode.el (smerge-refined-change): Add :group.
4988
4989 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4992 (smerge-keep-n): Remove props.
4993 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4994 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4995 now that it's done in smerge-keep-n.
4996 (smerge-refined-change): New face.
4997 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4998 (smerge-refine): New funs.
4999 (smerge-basic-map): Bind smerge-refine.
5000
5001 2005-08-25 Juri Linkov <juri@jurta.org>
5002
5003 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
5004 compilation-process-setup-function and compilation-disable-input
5005 in grep-mode instead of let-bindings in grep.
5006
5007 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
5008 Delete "Automatic File De/compression" (auto-compression-mode).
5009
5010 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
5011
5012 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
5013 Silence warning about non-existent variable.
5014
5015 2005-08-25 Richard M. Stallman <rms@gnu.org>
5016
5017 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
5018 Rename "Describe Key" to "Describe Key or Mouse Operation".
5019
5020 * mail/mailalias.el (build-mail-aliases): Delete comments
5021 from the contents before processing them.
5022
5023 * isearch.el (isearch-edit-string): Erase the Search prompt
5024 if user enters an empty string and there is no default.
5025
5026 * comint.el (comint-file-name-prefix): Add autoload.
5027
5028 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
5029
5030 * subr.el (play-sound): Rearrange to avoid warning.
5031
5032 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
5033
5034 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
5035 New hook.
5036 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
5037
5038 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5039
5040 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
5041
5042 * custom.el (custom-theme-set-variables): Sort minor modes last.
5043
5044 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5045
5046 * subr.el (version-separator, version-regexp-alist): New vars used by
5047 version comparison funs.
5048 (integer-list-<, integer-list-=, integer-list-<=)
5049 (integer-list-not-zero): New funs for integer list comparison.
5050 (version-to-list, version=, version<, version<=): New funs for version
5051 comparison.
5052
5053 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
5054
5055 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5056 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5057 time to silence the byte-compiler.
5058
5059 * ibuffer.el (ibuffer-compile-make-eliding-form)
5060 (ibuffer-check-formats): Use `with-no-warnings' to hide references
5061 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5062 so it's silly to get warnings for it).
5063 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5064 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5065 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5066 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5067 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5068 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5069 Defvar at compile time.
5070 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5071 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5072 Declare them before use.
5073
5074 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5075 (info-xref-good, info-xref-bad): Defvar at compile time.
5076
5077 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5078 Use `let*' instead of `let'.
5079
5080 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5081 (*mouse-y*, menu, char): Defvar at compile time.
5082 (sc::menu): Declare it before use.
5083 (sc::pack-one-line): Use `let', not `let*'.
5084
5085 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5086 (mail-send-hook): Defvar at compile time.
5087
5088 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5089 Defvar at compile time.
5090
5091 * term/sun-mouse.el (current-global-mousemap)
5092 (current-local-mousemap): Declare them before use.
5093
5094 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
5095
5096 * bookmark.el (bookmark-after-jump-hook): New hook.
5097 (bookmark-jump): Run `bookmark-after-jump-hook'.
5098
5099 2005-08-23 Juri Linkov <juri@jurta.org>
5100
5101 * faces.el (minibuffer-prompt): Doc fix.
5102
5103 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
5104
5105 * progmodes/xscheme.el: Trivial changes to silence warnings.
5106 (xscheme-previous-mode, xscheme-previous-process-state):
5107 Add defvars.
5108 (xscheme-last-input-end, xscheme-process-command-line)
5109 (xscheme-process-name, xscheme-buffer-name)
5110 (xscheme-expressions-ring-max, xscheme-expressions-ring)
5111 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5112 (xscheme-control-g-synchronization-p)
5113 (xscheme-control-g-disabled-p, xscheme-string-receiver)
5114 (default-xscheme-runlight, xscheme-runlight)
5115 (xscheme-runlight-string, xscheme-process-filter-state)
5116 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5117 Move to beginning of file.
5118 (scheme-interaction-mode-commands-alist)
5119 (scheme-interaction-mode-map, scheme-debugger-mode-map):
5120 Declare them before use. Note: the initialization code for the variables
5121 has not been moved because it uses functions that reference the variables.
5122 (xscheme-control-g-message-string, xscheme-process-filter-alist)
5123 (xscheme-prompt-for-expression-map): Declare them before use.
5124 (scheme-debugger-mode-commands): "?\ " -> "?\s".
5125
5126 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
5127
5128 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5129
5130 2005-08-22 Juri Linkov <juri@jurta.org>
5131
5132 * faces.el (set-face-underline): Delete this duplicate function
5133 and make an obsolete alias to set-face-underline-p.
5134 (set-face-underline-p): Use docstring of set-face-underline.
5135 (describe-face): Create hyperlink to parent face.
5136
5137 * info.el (Info-insert-dir): Use save-excursion around
5138 insert-buffer-substring.
5139 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5140 (Info-escape-percent): Delete function.
5141 (Info-fontify-node): Replace Info-escape-percent by
5142 replace-regexp-in-string with REP arg set to lambda that
5143 duplicates `%' and preserves text properties.
5144
5145 * progmodes/compile.el (compilation-disable-input): Doc fix.
5146 (define-compilation-mode): Doc fix and refill.
5147 (kill-compilation): Use `mode-name' in the error message.
5148 (compilation-find-file): Use `compilation-error' in the
5149 read-file-name's prompt.
5150
5151 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5154 (smerge-auto-leave): Make undo re-enable the mode.
5155 (debug-ignored-errors): Add the user-error of impossible resolution.
5156 (smerge-resolve): Move things around a bit, in preparation for later.
5157 (smerge-diff): Don't fail if the buffer has no associated file.
5158 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5159 (smerge-conflict-overlay): New function.
5160 (smerge-match-conflict): Don't add text properties here.
5161 (smerge-find-conflict): Instead, add an overlay here.
5162 Also check for the case where we're inside a conflict already, so as to
5163 obviate the need for font-lock-multiline, which is unbearably slow with
5164 large conflicts and ciomplex font-lock patterns.
5165 (smerge-remove-props): Remove overlay rather than text-properties.
5166 (smerge-mode): Don't set font-lock-multiline.
5167 Remove overlays when turned off.
5168
5169 2005-08-21 Kim F. Storm <storm@cua.dk>
5170
5171 * ido.el (ido-ignore-item-p): Use save-match-data.
5172 Bind case-fold-search to ido-case-fold locally.
5173
5174 2005-08-20 Richard M. Stallman <rms@gnu.org>
5175
5176 * files.el (normal-mode): If font lock is on, turn it off and on.
5177
5178 * subr.el (replace-regexp-in-string): Doc fix.
5179
5180 * startup.el (command-line-1): Don't suppress startup screen
5181 due to existing processes.
5182
5183 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5184
5185 * progmodes/compile.el (compilation-disable-input): Default to nil.
5186
5187 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5188
5189 * progmodes/compile.el (compilation-disable-input): New defcustom.
5190 (compilation-start): If compilation-disable-input is non-nil, send
5191 EOF to the compilation process.
5192
5193 2005-08-20 Eli Zaretskii <eliz@gnu.org>
5194
5195 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5196 Run the argument of tex-shell-cd-command through
5197 convert-standard-filename, to get the correct style of slashes on
5198 Windows, and enclose the result in quotes, in case the file name
5199 includes whitespace or other special characters.
5200
5201 2005-08-19 Andreas Schwab <schwab@suse.de>
5202
5203 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5204 process.
5205
5206 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5207
5208 * cus-start.el (minibuffer-prompt-properties): Correct typo.
5209
5210 2005-08-18 Kim F. Storm <storm@cua.dk>
5211
5212 * scroll-lock.el: Fix errors due to incorrect line wrapping.
5213
5214 2005-08-18 Richard M. Stallman <rms@gnu.org>
5215
5216 * scroll-lock.el: New file.
5217
5218 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
5219
5220 * dired.el (dired-move-to-end-of-filename):
5221 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5222
5223 2005-08-18 Kim F. Storm <storm@cua.dk>
5224
5225 * ido.el (ido-everywhere): Fix defcustom :set function to disable
5226 rather than toggle mode when custom value is nil.
5227 (ido-everywhere): Fix defun doc string.
5228
5229 2005-08-17 Richard M. Stallman <rms@gnu.org>
5230
5231 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5232 as tag instead of "Inviolable".
5233
5234 2005-08-17 Kim F. Storm <storm@cua.dk>
5235
5236 * windmove.el (windmove-coordinates-of-position): Remove.
5237 (windmove-coordinates-of-window-position): Remove.
5238 (windmove-reference-loc): Use posn-at-point instead.
5239
5240 * subr.el (insert-for-yank-1): Doc fix.
5241
5242 * ido.el (ido-enter-matching-directory): Rename from
5243 ido-enter-single-matching-directory. Change 'slash choice to
5244 'only. Add 'first choice.
5245 (ido-exhibit): Adapt to above changes.
5246
5247 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5248
5249 * Makefile.in: Expand comment about building loaddefs.el.
5250
5251 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5252
5253 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5254 Comment use of defadvice.
5255
5256 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5257
5258 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5259
5260 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5261 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5262 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5263 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5264 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5265 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5266 for backward compatibility for faces that did not appear in the
5267 previous Emacs release.
5268
5269 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5270
5271 2005-08-15 Kim F. Storm <storm@cua.dk>
5272
5273 * emulation/cua-base.el (cua-delete-region): Return t if
5274 deleted region was non-empty.
5275 (cua-replace-region): Inhibit overwrite-mode for
5276 self-insert-command if replaced region was non-empty.
5277 (cua--explicit-region-start, cua--status-string): Make them
5278 buffer-local at top-level...
5279 (cua-mode): ...rather than when mode is enabled.
5280
5281 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5282
5283 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5284 Set t for Emacs 21, 22, and so on.
5285
5286 2005-08-15 David Ponce <david@dponce.com>
5287
5288 * tree-widget.el: Update Commentary header.
5289 (tree-widget-theme): Doc fix.
5290 (tree-widget-space-width): New option.
5291 (tree-widget-image-properties): Look up in the default theme too.
5292 (tree-widget--cursors): Only for images with arrow pointer shape.
5293 (tree-widget-lookup-image): Pointer shape is hand by default.
5294 (tree-widget-icon): Rename generic icon widget from
5295 `tree-widget-control'.
5296 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5297 derive from `tree-widget-icon'.
5298 (tree-widget-handle): Improve default look and feel of the text
5299 representation.
5300 (tree-widget): Rename :*-control properties to :*-icon properties.
5301 Add :action and :help-echo properties.
5302 (tree-widget-after-toggle-functions): Move.
5303 (tree-widget-close-node, tree-widget-open-node): Remove.
5304 (tree-widget-before-create-icon-functions): New hook.
5305 (tree-widget-value-create): Update to allow customization of icons
5306 and nodes at run-time via that new hook.
5307 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5308 (tree-widget-icon-action, tree-widget-icon-help-echo)
5309 (tree-widget-action, tree-widget-help-echo): New functions.
5310
5311 2005-08-15 Kim F. Storm <storm@cua.dk>
5312
5313 * ido.el (ido-buffer-internal): Use with-no-warnings.
5314 (ido-make-merged-file-list): Use while-no-input.
5315
5316 2005-08-15 Richard M. Stallman <rms@gnu.org>
5317
5318 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5319 (flyspell-large-region): Fix doc and custom type.
5320
5321 2005-08-14 Richard M. Stallman <rms@gnu.org>
5322
5323 * files.el (interpreter-mode-alist): Doc fix.
5324
5325 * mail/rmail.el (rmail-nonignored-headers): New variable.
5326 (rmail-clear-headers): Use it.
5327 (rmail-reply): Better handling of mail-followup-to header.
5328
5329 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5330 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5331 don't try to refer to executable-font-lock-keywords.
5332 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5333 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5334 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5335 (sh-mode): Set comment-start-skip, local-abbrev-table,
5336 imenu-case-fold-search.
5337 (sh-set-shell): Don't set them here.
5338 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5339 Don't cache the results in the original alist; don't ever modify
5340 that alist.
5341
5342 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5343
5344 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5345 empty.
5346
5347 2005-08-15 Andreas Schwab <schwab@suse.de>
5348
5349 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5350
5351 * dired.el, info.el, mail/rmail.el: Revert last change.
5352
5353 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5354
5355 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5356 modification in `eval-after-load' form.
5357 * info.el: Likewise.
5358 * mail/rmail.el: Likewise.
5359
5360 2005-08-14 Juri Linkov <juri@jurta.org>
5361
5362 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5363 Remove highlighting of "Compilation started". Highlight only
5364 the word "finished" in "Compilation finished". Add highlighting
5365 of "interrupt", "killed", "terminated" and the exit code.
5366 (compilation-start): Add newline after header. Use exactly the
5367 same time stamp format as the finishing message.
5368 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5369
5370 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5371 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5372 Add highlighting of "interrupt", "killed", "terminated".
5373
5374 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5375 enabled and the current command is self-insert-command, call it
5376 explicitly with overwrite-mode bound to nil, to not allow it
5377 to delete the character after the selected region.
5378
5379 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5380
5381 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5382 move-end-of-line, end-of-line, and beginning-of-line to the list
5383 of commands after which the echo area is updated.
5384
5385 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5386
5387 * cus-edit.el (custom-save-all, custom-save-delete):
5388 Bind recentf-exclude to exclude custom-file.
5389
5390 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5391
5392 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5393 to go to the bottom of the mail message. Added to
5394 `rmail-summary-mode-map' with key "/".
5395 (rmail-summary-show-message): New (internal) function for use by
5396 both `rmail-summary-beginning/end-of-message'.
5397 (rmail-summary-beginning-of-message): Change to use
5398 rmail-summary-show-message.
5399
5400 * mail/rmail.el (rmail-end-of-message): New command to go to the
5401 end of the current message. Added to `rmail-mode-map' with key "/".
5402 (rmail-beginning-of-message): Fix to work as documented.
5403 (rmail-mode): Change documentation.
5404
5405 * progmodes/compile.el (compilation-start): Add the line
5406 "Compilation started" with compilation start time.
5407 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5408
5409 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5410
5411 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5412 of menu items.
5413
5414 2005-08-11 Richard M. Stallman <rms@gnu.org>
5415
5416 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5417
5418 * battery.el (battery-status-function): Don't use ignore-errors.
5419
5420 2005-08-11 Lute Kamstra <lute@gnu.org>
5421
5422 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5423 define-obsolete-variable-alias.
5424
5425 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5426
5427 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5428 (ange-ftp-send-cmd): Revert last change, and expand
5429 the comment explaining the problem.
5430
5431 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5432
5433 * ldefs-boot.el: Update.
5434
5435 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5436 item to "Time, Load and Mail". Change help echo text.
5437
5438 * time.el (display-time-use-mail-icon, display-time-format)
5439 (display-time-string-forms): Shorten first line of docstrings.
5440
5441 2005-08-10 Lars Hansen <larsh@soem.dk>
5442
5443 * desktop.el (desktop-buffer-mode-handlers):
5444 Make non-customizable. Add autoload cookie. Change initial value to
5445 nil; add elements in respective modules instead. Fix doc string.
5446 (desktop-load-file): New function.
5447 (desktop-minor-mode-handlers): New autoloaded variable.
5448 (desktop-create-buffer): Call minor mode handlers.
5449 Use desktop-load-file to load major and minor mode modules prior to
5450 checking for a handler.
5451 (desktop-save): Don't add nil to desktop-minor-modes for minor
5452 modes with nil function in desktop-minor-mode-table. Don't delete
5453 desktop file before rewriting it.
5454 (desktop-locals-to-save): Add autoload cookie. Don't make
5455 automatically buffer-local. Add variables column-number-mode,
5456 size-indication-mode, indent-tabs-mode,
5457 indicate-buffer-boundaries, indicate-empty-lines and
5458 show-trailing-whitespace.
5459 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5460 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5461 (desktop-clear-preserve-buffers-regexp): Delete.
5462 (desktop-clear-preserve-buffers): Update initial value and docstring.
5463 (desktop-save-buffer): Fix doc string.
5464
5465 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5466 (hilit-chg-desktop-restore): New function.
5467 (highlight-changes-mode): Add highlight-changes-mode to
5468 desktop-locals-to-save.
5469
5470 * dired.el: Add handler to desktop-buffer-mode-handlers.
5471 (dired-restore-desktop-buffer): Remove autoload cookie.
5472 (dired-mode): Add autoload cookie.
5473
5474 * info.el: Add handler to desktop-buffer-mode-handlers.
5475 (Info-restore-desktop-buffer): Remove autoload cookie.
5476 (Info-mode): Add autoload cookie.
5477
5478 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5479 (mh-restore-desktop-buffer): Remove autoload cookie.
5480 (mh-folder-mode): Add autoload cookie.
5481
5482 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5483 (rmail-restore-desktop-buffer): Remove autoload cookie.
5484
5485 2005-08-11 Masatake YAMATO <jet@gyve.org>
5486
5487 * hexl.el (hexl-address-region):
5488 (hexl-ascii-region, hexl-font-lock-keywords):
5489 (hexl-highlight-line-range): Use the term "region"
5490 instead of "area" for consistency with the other symbols
5491 defined in hexl.el.
5492
5493 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5494
5495 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5496 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5497 out by Juri Linkov). Add `display-battery-mode'.
5498
5499 2005-08-09 Juri Linkov <juri@jurta.org>
5500
5501 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5502 Remove `-text' from face variable names.
5503 (compilation-error-file-name, compilation-warning-file-name)
5504 (compilation-info-file-name): Delete faces.
5505 (compilation-line-number, compilation-column-number):
5506 Remove face underlining.
5507 (compilation-message-face): Set to `underline' value by default.
5508 (compilation-error-face, compilation-warning-face)
5509 (compilation-info-face): Remove `-file-name' from face names.
5510 (compilation-error-text-face, compilation-warning-text-face)
5511 (compilation-info-text-face): Delete face variables.
5512 (compilation-text-face): Delete function.
5513
5514 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5515 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5516 (grep-error-face): Set to `compilation-error' instead of
5517 `compilation-error-face' (which is redefined to `grep-hit-face' in
5518 grep buffers).
5519 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5520 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5521
5522 * dired-aux.el (dired-do-query-replace-regexp):
5523 Use `query-replace-read-args'.
5524
5525 * replace.el (query-replace-read-from, query-replace-read-to)
5526 (query-replace-read-args): Rename arg `string' to `prompt'.
5527
5528 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5529
5530 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5531
5532 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5533 uploading files.
5534 (ange-ftp-canonize-filename): Handle file names beginning with ~
5535 correctly.
5536
5537 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5538
5539 * textmodes/fill.el (canonically-space-region)
5540 (fill-context-prefix, fill-french-nobreak-p)
5541 (fill-delete-newlines, fill-comment-paragraph)
5542 (justify-current-line): "?\ " -> "?\s".
5543
5544 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5545
5546 * textmodes/fill.el (fill-nonuniform-paragraphs):
5547 Improve argument/docstring consistency.
5548
5549 2005-08-09 Richard M. Stallman <rms@gnu.org>
5550
5551 * textmodes/ispell.el (ispell-word): More fboundp checks.
5552
5553 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5554 (find-file-noselect-1): Call it here, only if RAWFILE.
5555 (normal-mode): Always set some major mode.
5556 (save-some-buffers-action-alist): Change some explanation strings.
5557 (file-name-non-special): In the `quote' method, use unwind-protect.
5558
5559 2005-08-09 Magnus Henoch <mange@freemail.hu>
5560
5561 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5562 (ispell-have-aspell-dictionaries): New variable.
5563 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5564 (ispell-get-aspell-config-value): New function.
5565 (ispell-aspell-find-dictionary): New function.
5566 (ispell-aspell-add-aliases): New function.
5567 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5568 appropriate. Don't look for ispell dictionaries if we use aspell.
5569 (ispell-menu-map): Don't build a submenu of dictionaries.
5570
5571 2005-08-09 Richard M. Stallman <rms@gnu.org>
5572
5573 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5574 (sql-read-passwd): Use read-passwd.
5575
5576 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5577 (idlwave-toolbar-is-possible): Add defvars.
5578
5579 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5580 Avoid warnings.
5581
5582 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5583 (idlwave-system-class-info, idlwave-executive-commands-alist):
5584 Use defvar.
5585
5586 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5587
5588 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5589 Avoid warnings.
5590
5591 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5592 and content-type: headers.
5593
5594 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5595
5596 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5597 and rename some of them to be more self-explanatory.
5598
5599 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5600
5601 * startup.el (command-line-1): Implement -scriptload.
5602
5603 * replace.el (occur-engine): Initial *Occur* output not undoable.
5604
5605 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5606 and improve help strings.
5607
5608 * isearch.el (isearch-repeat): When changing direction,
5609 mark search successful.
5610
5611 * ediff-init.el: Use (featurep 'xemacs).
5612
5613 * comint.el (send-invisible): Identify buffer, if not selected.
5614
5615 * align.el: Delete autoload for c-guess-basic-syntax.
5616
5617 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5620 Improve argument/docstring consistency. Doc fixes.
5621 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5622 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5623 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5624 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5625 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5626 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5627 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5628 Defvar at compile time.
5629
5630 2005-08-09 Juri Linkov <juri@jurta.org>
5631
5632 * info.el: Replace `info' with upper-case `Info' where appropriate.
5633 (info-title-1, info-title-2, info-title-3, info-title-4)
5634 (info-menu-header): Move up face definitions.
5635 (info-menu-star): Rename from `info-menu-5'.
5636 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5637 (Info-fontify-visited-nodes): Fix docstring.
5638 (Info-hide-note-references): Fix docstring.
5639 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5640 menu items in the same way as on cross-references.
5641 (info-apropos): Fix sorting order and formatting to be like in the
5642 stand-alone Info browser. Display error messages for 1 sec.
5643 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5644 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5645 from the menu bar.
5646 (Info-insert-dir): Restore point after calling
5647 `insert-buffer-substring'.
5648
5649 2005-08-08 Richard M. Stallman <rms@gnu.org>
5650
5651 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5652 (recompute-lucid-menubar): Add defvars.
5653
5654 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5655
5656 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5657
5658 * net/net-utils.el (run-dig): Rename from `dig'.
5659
5660 * play/gametree.el (gametree-mode): Use make-local-variable,
5661 not make-variable-buffer-local.
5662
5663 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5664
5665 * ansi-color.el (ansi-color-make-extent)
5666 (ansi-color-set-extent-face): Use fboundp, not functionp.
5667
5668 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5669 not make-variable-buffer-local.
5670
5671 * bookmark.el (Info-current-file): Add defvar.
5672 (bookmark-jump-noselect): Use with-no-warnings.
5673
5674 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5675
5676 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5677
5678 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5679
5680 * find-file.el (ada-procedure-start-regexp)
5681 (ada-package-start-regexp): Add defvars.
5682
5683 * info.el (Info-insert-dir): Use insert-buffer-substring.
5684
5685 * xml.el (xml-att-def-re): Add defvar.
5686
5687 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5688 calling convention.
5689
5690 * subr.el (while-no-input): Return t if there is input.
5691
5692 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5693
5694 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5695
5696 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5697
5698 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5699 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5700
5701 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5702
5703 * cmuscheme.el (scheme-start-file): Replace reference to
5704 `user-emacs-directory' by "~/.emacs.d/".
5705
5706 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5707
5708 * info.el (Info-dir-remove-duplicates): Avoid case folding
5709 in loop; instead, keep downcased strings for comparison.
5710 Suggested by Helmut Eller.
5711
5712 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5713
5714 Sync with Tramp 2.0.50.
5715
5716 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5717 XEmacs case; not necessary anymore.
5718 (tramp-user-regexp): Allow "@" as part of user name.
5719 (tramp-handle-set-visited-file-modtime)
5720 (tramp-handle-insert-file-contents)
5721 (tramp-handle-write-region): No special handling for
5722 `last-coding-system-used, because this is done in
5723 `tramp-accept-process-output' now.
5724 (tramp-accept-process-output): New defun.
5725 (tramp-process-one-action, tramp-process-one-multi-action)
5726 (tramp-wait-for-regexp, tramp-wait-for-output)
5727 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5728 Howells <dhowells@redhat.com>.
5729 (clear-visited-file-modtime): Defadvice removed. The check for
5730 unset buffer's modtime does not need to be based on
5731 `tramp-buffer-file-attributes'. Suggested by RMS.
5732 (tramp-message): Insert "\n" if not being at beginning of line.
5733 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5734 sequence with same logic.
5735 (tramp-completion-handle-expand-file-name): Discard call of
5736 `tramp-drop-volume-letter'. It is not necessary, and there have
5737 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5738 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5739 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5740 should always be visible.
5741 (tramp-handle-insert-directory, tramp-setup-complete)
5742 (tramp-set-process-query-on-exit-flag)
5743 (tramp-append-tramp-buffers): Pacify byte-compiler.
5744 (tramp-bug): Delete non-existing variables from list.
5745 Apply `tramp-load-report-modules' as pre-hook.
5746 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5747 `shell-prompt-pattern' because of non-7bit characters.
5748 Reported by Sebastian Luque <sluque@mun.ca>.
5749 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5750 (tramp-match-string-list): Remove function.
5751 (tramp-wait-for-regexp): Remove call of that function.
5752 Suggested by Kim F. Storm <storm@cua.dk>.
5753 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5754 instead of octal character code ?\600. The latter resulted in a
5755 syntax error with XEmacs.
5756
5757 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5758 XEmacs case; not necessary anymore.
5759 (tramp-smb-handle-write-region): No special handling for
5760 `last-coding-system-used, because this is done in
5761 `tramp-accept-process-output' now.
5762 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5763
5764 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5765
5766 * wid-edit.el (widget-choice-value-create):
5767 Unconditionally respect user choice. Set :explicit-choice back to nil
5768 when no longer needed.
5769 (widget-choice-action): Unconditionally respect user choice.
5770 Eliminate :explicit-choice-value.
5771
5772 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5773
5774 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5775 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5776 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5777 running new function `toggle-indicate-empty-lines'.
5778 Rename "Customize" item to "Customize fringe".
5779 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5780 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5781 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5782 Delete "Empty lines only" item.
5783 (menu-bar-showhide-fringe-ind-customize): New function.
5784 (menu-bar-showhide-fringe-ind-mixed)
5785 (menu-bar-showhide-fringe-ind-box)
5786 (menu-bar-showhide-fringe-ind-right)
5787 (menu-bar-showhide-fringe-ind-left)
5788 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5789 instead of `fringe-indicators'.
5790
5791 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5792
5793 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5794 Change the date of last update.
5795
5796 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5797
5798 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5799 (viper-exec-yank, viper-put-back): Don't display modification msg
5800 if in the minibuffer.
5801
5802 * viper-init.el (viper-replace-overlay-cursor-color)
5803 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5804 Make variables frame local.
5805
5806 * viper-util.el (viper-append-filter-alist): Use append instead of
5807 nconc.
5808
5809 * viper.el (viper-vi-state-mode-list)
5810 (viper-emacs-state-mode-list): Move help-mode and
5811 completion-list-mode from the first list to the second.
5812 (viper-mode): Docstring.
5813 (viper-go-away, viper-non-hook-settings): Don't localize
5814 minor-mode-alist in newer Emacsen. Add advice to
5815 set-cursor-color. Don't bind "\C-c\\".
5816
5817 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5818
5819 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5820 (scheme-macro-expand-command): New user options.
5821 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5822 (scheme-form-at-point, scheme-start-file)
5823 (scheme-interactively-start-process): New functions.
5824 (scheme-get-process): New function, extracted from `scheme-proc'.
5825 (run-scheme): Call `scheme-start-file' to get start file, and pass
5826 it to `make-comint'.
5827 (switch-to-scheme, scheme-proc):
5828 Call `scheme-interactively-start-process' if no Scheme buffer/process
5829 is available.
5830
5831 2005-08-06 Juri Linkov <juri@jurta.org>
5832
5833 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5834 Use `compilation-text-face', `compilation-info-text-face' and
5835 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5836 (compilation-error): New face.
5837 (compilation-error-file-name): Inherit from
5838 `compilation-error' instead of `font-lock-warning-face'.
5839 (compilation-warning-file-name): Inherit from
5840 `compilation-warning' instead of `font-lock-warning-face'.
5841 (compilation-info, compilation-error-file-name)
5842 (compilation-warning-file-name, compilation-info-file-name)
5843 (compilation-line-number, compilation-column-number): Doc fix.
5844 (compilation-error-text-face, compilation-warning-text-face)
5845 (compilation-info-text-face): New face variables.
5846 (compilation-line-face, compilation-column-face)
5847 (compilation-enter-directory-face)
5848 (compilation-leave-directory-face): Doc fix.
5849 (compilation-text-face): New function.
5850
5851 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5852 instead of 1 to display binary file names as info file links.
5853 (grep-error-face): Use `compilation-error-face' instead of
5854 `font-lock-keyword-face'.
5855 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5856 and `compilation-warning-text-face' instead of
5857 `font-lock-keyword-face'. Use `compilation-error-text-face'
5858 instead of `grep-error-face'.
5859
5860 2005-08-05 Kenichi Handa <handa@m17n.org>
5861
5862 * international/code-pages.el: Add autoload cookies for all coding
5863 systems.
5864
5865 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5866
5867 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5868
5869 2005-08-04 Juri Linkov <juri@jurta.org>
5870
5871 * progmodes/compile.el (compilation-mode-map):
5872 * progmodes/grep.el (grep-mode-map):
5873 Bind TAB to `compilation-next-error' and [backtab] to
5874 `compilation-previous-error'.
5875
5876 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5877 matching line numbers, column numbers and their ranges with regexp
5878 matching only line numbers.
5879 (grep-context-face): New face variable.
5880 (grep-mode-font-lock-keywords): Use it.
5881
5882 * faces.el (read-face-name): Delete duplicate faces.
5883
5884 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5885
5886 * thumbs.el (thumbs-find-image): Don't make variables
5887 automatically buffer local.
5888 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5889 (thumbs-image-num): Make automatically buffer local.
5890 (thumbs-show-thumbs-list): Use `make-local-variable', not
5891 `make-variable-buffer-local'.
5892 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5893
5894 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5895 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5896 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5897 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5898 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5899 (feelings-about, foullst, found, hello, history, howareyoulst)
5900 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5901 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5902 (neglst, obj, object, owner, please, problems, qlist)
5903 (random-adjective, relation, remlst, repetitive-shortness)
5904 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5905 (shortlst, something, sportslst, stallmanlst, states, subj)
5906 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5907 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5908 Defvar at compile time.
5909
5910 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5911 not `make-variable-buffer-local'.
5912
5913 2005-08-02 Kim F. Storm <storm@cua.dk>
5914
5915 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5916 rectangle overlay in selected window.
5917
5918 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5919
5920 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5921 instead of display group. Make `indicate-buffer-boundaries'
5922 customizable through Custom.
5923
5924 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5925
5926 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5927 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5928 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5929 (gdb-put-string): Fix typos in docstrings.
5930
5931 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5932
5933 Update copyright notices of files in progmodes directory for
5934 release of Emacs 22.1.
5935
5936 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5937
5938 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5939 Don't barf if the GUD buffer has been killed.
5940
5941 2005-08-01 Kim F. Storm <storm@cua.dk>
5942
5943 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5944
5945 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5946
5947 * simple.el (next-error-follow-minor-mode):
5948 make-variable-buffer-local -> make-local-variable.
5949
5950 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5951
5952 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5953 (byte-compile-form-make-variable-buffer-local): New functions to warn
5954 about misuses of make-variable-buffer-local where make-local-variable
5955 was meant.
5956
5957 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5958
5959 * bs.el (bs-attributes-list): Doc fix.
5960 (bs): Update url-link.
5961
5962 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5963 (desktop-load-default): Simplify.
5964
5965 * ibuffer.el (ibuffer-columnize-and-insert-list)
5966 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5967 (ibuffer-unmark-all, ibuffer-toggle-marks)
5968 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5969 (ibuffer-compile-make-format-form, ibuffer-format-column)
5970 (ibuffer-current-buffers-with-marks)
5971 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5972 (ibuffer): Doc fix.
5973 (ibuffer-mode): Fix typo in docstring.
5974 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5975 with `define-obsolete-variable-alias'.
5976 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5977
5978 2005-07-29 Kenichi Handa <handa@m17n.org>
5979
5980 * international/mule-cmds.el (select-message-coding-system):
5981 Be sure to use LF for end-of-line. If no coding system is decided,
5982 return iso-8859-1-unix.
5983
5984 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5985
5986 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5987 (ange-ftp-pending-error-line): New vars.
5988 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5989 to handle the non-fatal no-route-to-host messages.
5990 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5991
5992 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5993
5994 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5995 (isearch-quote-char, isearch-printing-char)
5996 (isearch-text-char-description): "?\ " -> "?\s".
5997 (isearch-lazy-highlight-cleanup)
5998 (isearch-lazy-highlight-initial-delay)
5999 (isearch-lazy-highlight-interval)
6000 (isearch-lazy-highlight-max-at-a-time)
6001 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
6002 Declare with define-obsolete-*-alias macros.
6003 (isearch-forward): Fix typo in docstring.
6004 (search-invisible, search-ring-yank-pointer)
6005 (regexp-search-ring-yank-pointer): Doc fixes.
6006
6007 * recentf.el (recentf-menu-append-commands-p): Declare with
6008 `define-obsolete-variable-alias'.
6009 (recentf-max-saved-items, recentf-menu-filter)
6010 (recentf-arrange-by-rule-subfilter): Doc fixes.
6011 (recentf-menu-append-commands-flag)
6012 (recentf-initialize-file-name-history, recentf-expand-file-name)
6013 (recentf-clear-data): Fix typos in docstrings.
6014
6015 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
6016
6017 * progmodes/gdb-ui.el: Smarten comments.
6018 (gdb-info-breakpoints-custom): Use nowarn when finding file.
6019
6020 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6021
6022 * term/apollo.el (terminal-init-apollo): New function containing
6023 all former top level forms in the file.
6024 * term/bobcat.el (terminal-init-bobcat):
6025 * term/cygwin.el (terminal-init-cygwin):
6026 * term/iris-ansi.el (terminal-init-iris-ansi):
6027 * term/linux.el (terminal-init-linux):
6028 * term/news.el (terminal-init-news):
6029 * term/rxvt.el (terminal-init-rxvt):
6030 * term/sun.el (terminal-init-sun):
6031 * term/tvi970.el (terminal-init-tvi970):
6032 * term/vt100.el (terminal-init-vt100):
6033 * term/vt102.el (terminal-init-vt102):
6034 * term/vt125.el (terminal-init-vt125):
6035 * term/vt200.el (terminal-init-vt200):
6036 * term/vt201.el (terminal-init-vt201):
6037 * term/vt220.el (terminal-init-vt220):
6038 * term/vt240.el (terminal-init-vt240):
6039 * term/vt300.el (terminal-init-vt300):
6040 * term/vt320.el (terminal-init-vt320):
6041 * term/vt400.el (terminal-init-vt400):
6042 * term/vt420.el (terminal-init-vt420):
6043 * term/wyse50.el (terminal-init-wyse50):
6044 * term/xterm.el (terminal-init-xterm): Likewise.
6045
6046 * term/README: Describe the terminal-init-* functionality.
6047
6048 * startup.el (command-line): After loading the terminal initialization
6049 file call the corresponding terminal initialization function.
6050
6051 2005-07-27 Kenichi Handa <handa@m17n.org>
6052
6053 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6054 negative.
6055
6056 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6057 (ps-mule-composition-prologue): Fix for the case that
6058 RelativeCompose is false.
6059
6060 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6061
6062 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6063
6064 * descr-text.el (describe-char): Handle the case where the list of
6065 chars is displayed in a separate frame.
6066 Be a bit more discriminating when looking for the char.
6067
6068 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
6069
6070 * bookmark.el (bookmark-automatically-show-annotations)
6071 (bookmark-read-annotation-text-func): Doc fixes.
6072 (bookmark-save): Improve argument/docstring consistency.
6073 (bookmark-get-bookmark, bookmark-get-bookmark-record)
6074 (bookmark-alist-from-buffer)
6075 (bookmark-upgrade-file-format-from-0)
6076 (bookmark-grok-file-format-version)
6077 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6078 (bookmark-read-annotation-mode)
6079 (bookmark-insert-current-bookmark, bookmark-jump)
6080 (bookmark-exit-hook): Fix typos in docstrings.
6081 (bookmark-exit-hooks): Define as obsolete alias.
6082 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6083 not `bookmark-exit-hooks'. Fix docstring.
6084 (bookmark-bmenu-select): "?\ " -> "?\s".
6085
6086 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
6087
6088 * startup.el (command-line): Fix typo.
6089
6090 2005-07-24 Richard M. Stallman <rms@gnu.org>
6091
6092 * tooltip.el (tooltip-mode): Test emacs-basic-display,
6093 not emacs-quick-startup.
6094
6095 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
6096
6097 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6098 (reb-next-match, reb-show-subexp): Use `with-selected-window'
6099 instead of `reb-with-current-window'.
6100 (reb-prev-match): Likewise. Also, don't move left if the search
6101 was unsuccessful.
6102 (reb-initialize-buffer): New function.
6103 (re-builder, reb-change-syntax): Use it.
6104
6105 * man.el (Man-goto-page): Make second argument NOERROR optional.
6106
6107 2005-07-23 Richard M. Stallman <rms@gnu.org>
6108
6109 * man.el (Man-bgproc-sentinel): Check here for failure to find
6110 any man page in the output, and report the error here.
6111 (Man-arguments): Make it permanent local.
6112 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
6113 (Man-mode): Pass t for NOERROR.
6114
6115 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6116 (grep-mode-font-lock-keywords):
6117 Don't use compilation-...-face for messages that are not file names.
6118
6119 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6120 Don't use compilation-...-face for messages that are not file names.
6121
6122 2005-07-22 Juri Linkov <juri@jurta.org>
6123
6124 * startup.el (normal-splash-screen): Update menu name.
6125
6126 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6127
6128 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6129
6130 * term/xterm.el: Load term/rxvt if the terminal is actually an
6131 rxvt terminal.
6132 (xterm-rxvt-set-background-mode): Remove, not used anymore.
6133
6134 * term/rxvt.el (function-key-map): Use substitute-key-definition
6135 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6136
6137 * term/cygwin.el: New file.
6138
6139 2005-07-22 Kim F. Storm <storm@cua.dk>
6140
6141 * image-file.el (insert-image-file, image-file-yank-handler):
6142 Fix last change to maintain a (unique) yank-handler on yanked images.
6143
6144 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
6145
6146 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6147 of the file size (as in "177B" for 177 bytes). This happens with
6148 "ls -lh" on FreeBSD.
6149
6150 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
6151
6152 * hilit-chg.el (highlight-changes-global-initial-state)
6153 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6154 (hilit-chg-fixup, highlight-changes-mode):
6155 Fix typos in docstrings.
6156 (highlight-changes-global-modes, highlight-changes-rotate-faces):
6157 Doc fixes.
6158
6159 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
6160
6161 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6162 mode function using `eval-after-load'.
6163
6164 2005-07-21 Kim F. Storm <storm@cua.dk>
6165
6166 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6167 included when reporting an emacs crash, and tell about the DEBUG file.
6168
6169 * image-file.el (insert-image-file): Add yank-handler.
6170 (image-file-yank-handler): Yank handler to make unique copies of
6171 images when they are yanked into a buffer next to each other.
6172
6173 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6174
6175 * comint.el (comint-use-prompt-regexp, comint-send-input)
6176 (comint-source-default, comint-extract-string)
6177 (comint-get-source, comint-word, comint-completion)
6178 (comint-source, comint-prompt-read-only, comint-update-fence):
6179 Fix typos in docstrings.
6180 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6181 Declare with define-obsolete-*-alias macros.
6182 (comint-previous-matching-input-from-input)
6183 (comint-next-matching-input-from-input)
6184 (comint-previous-matching-input, comint-next-matching-input)
6185 (comint-forward-matching-input):
6186 Improve argument/docstring consistency.
6187
6188 * desktop.el (desktop-clear-preserve-buffers-regexp):
6189 Also preserve the *server* buffer.
6190
6191 * simple.el (clone-indirect-buffer): Doc fix.
6192 (fixup-whitespace, just-one-space)
6193 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6194 (next-error, next-error-highlight)
6195 (next-error-highlight-no-select, next-error-last-buffer)
6196 (next-error-buffer-p, next-error-find-buffer, next-error)
6197 (previous-error, next-error-no-select, previous-error-no-select)
6198 (open-line, split-line, minibuffer-prompt-width, kill-new)
6199 (binary-overwrite-mode): Fix typos in docstrings.
6200 (set-fill-column): Fix typo in message.
6201
6202 * skeleton.el (skeleton-proxy-new): Doc fix.
6203
6204 * strokes.el (strokes-load-hook): Doc fix.
6205 (strokes-grid-resolution, strokes-get-grid-position)
6206 (strokes-renormalize-to-grid, strokes-read-stroke)
6207 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6208 (strokes-global-map): Fix typos in docstrings.
6209 (strokes-help): Doc fix. Fix help message and pass it through
6210 `substitute-command-keys'.
6211
6212 * tempo.el (tempo-insert-prompt, tempo-interactive)
6213 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6214 (tempo-insert-string-functions, tempo-local-tags)
6215 (tempo-define-template, tempo-insert-template)
6216 (tempo-insert-prompt-compat, tempo-is-user-element)
6217 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6218 Fix typos in docstrings.
6219
6220 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6221 (vcursor-key-bindings, vcursor-use-vcursor-map)
6222 (vcursor-find-window, vcursor-scroll-down)
6223 (vcursor-disable, vcursor-beginning-of-buffer)
6224 (vcursor-end-of-buffer): Fix typos in docstrings.
6225 (vcursor-relative-move, vcursor-get-char-count):
6226 Improve argument/docstring consistency.
6227
6228 * version.el: "?\ " -> "?\s".
6229
6230 * wid-edit.el (widget-default-create, widget-after-change)
6231 (widget-default-format-handler, widget-checklist-add-item)
6232 (widget-radio-add-item, widget-choose, widget-specify-secret)
6233 (widget-field-value-create, widget-field-value-get)
6234 (widget-editable-list-format-handler)
6235 (widget-editable-list-entry-create, widget-group-value-create)
6236 (widget-documentation-link-add)
6237 (widget-documentation-string-value-create): "?\ " -> "?\s".
6238 (widget-convert-text): Doc fix.
6239 (widget-narrow-to-field, widget-field-find)
6240 (widget-url-link-action, widget-emacs-library-link-action)
6241 (widget-color-notify): Fix typos in docstrings.
6242
6243 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6244 (x-select-text, set-w32-system-coding-system)
6245 (w32-add-charset-info): Fix typos in docstrings.
6246
6247 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6248 (cua-enable-cua-keys, cua-use-hyper-key)
6249 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6250 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6251
6252 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6253
6254 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6255 `defalias' instead of faking it.
6256
6257 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6258 (eshell-ls-missing, eshell-ls-dired-initial-args)
6259 (eshell-ls-use-in-dired): Fix typos in docstrings.
6260
6261 2005-07-20 Kim F. Storm <storm@cua.dk>
6262
6263 * emulation/cua-base.el (cua-mode): Improve doc string.
6264
6265 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6266
6267 * abbrev.el (expand-region-abbrevs): Doc fix.
6268 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6269 Improve argument/docstring consistency.
6270
6271 * arc-mode.el (archive-get-descr, archive-alternate-display):
6272 Doc fixes.
6273 (archive-l-e): Improve argument/docstring consistency.
6274 (archive-tmpdir, archive-unixdate, archive-unixtime)
6275 (archive-chmod-entry): Fix typos in docstrings.
6276 (archive-unflag, archive-unflag-backwards)
6277 (archive-unmark-all-files): "?\ " -> "?\s".
6278
6279 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6280 (Buffer-menu-not-modified, Buffer-menu-execute)
6281 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6282 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6283
6284 * composite.el (compose-string, encode-composition-rule)
6285 (compose-last-chars): Fix typos in docstrings.
6286
6287 * desktop.el (desktop-enable, desktop-basefilename):
6288 Declare with `define-obsolete-variable-alias'.
6289 (desktop-internal-v2s): Don't quote keywords.
6290 (desktop-clear): "?\ " -> "?\s".
6291
6292 * dired.el (dired-align-file, dired-flag-backup-files)
6293 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6294 (dired-listing-switches, dired-ls-F-marks-symlinks)
6295 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6296 (dired-directory, dired-faces, dired, dired-revert)
6297 (dired-mode, dired-summary, dired-view-file)
6298 (dired-copy-filename-as-kill, dired-delete-file)
6299 (dired-no-confirm, dired-unmark-all-marks)
6300 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6301 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6302 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6303 Fix typos in message strings.
6304
6305 * dired-x.el (virtual-dired): Declare with `defalias'.
6306 (dired-mark-unmarked-files, dired-local-variables-file)
6307 (dired-omit-here-always): Doc fix.
6308 (dired-omit-mode, dired-find-subdir)
6309 (dired-enable-local-variables, dired-clean-up-buffers-too)
6310 (dired-extra-startup, dired-mark-extension, dired-jump)
6311 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6312 (dired-smart-shell-command, dired-guess-shell-alist-user)
6313 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6314 (dired-x-bind-find-file, dired-x-submit-report):
6315 Fix typos in docstrings.
6316 (dired-mark-unmarked-files): "?\ " -> "?\s".
6317
6318 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6319
6320 * faces.el (describe-face): "?\ " -> "?\s".
6321 (read-all-face-attributes, read-face-font, modify-face)
6322 (face-attr-construct, italic): Fix typos in docstrings.
6323 (frame-update-face-colors): Declare with
6324 `define-obsolete-function-alias'.
6325
6326 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6327 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6328 (magic-mode-alist, buffer-file-numbers-unique)
6329 (write-file-functions, get-free-disk-space):
6330 Fix typos in docstrings.
6331 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6332 (write-contents-hooks, write-file-hooks):
6333 Declare with `define-obsolete-variable-alias'.
6334
6335 * forms-d2.el (arch-rj): Fix typo in docstrings.
6336 (arch-tocol): Likewise. "?\ " -> "?\s".
6337
6338 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6339 Fix typo in docstring.
6340 (set-screen-width, set-screen-height): Delete redundant info in
6341 doctrings.
6342 (new-frame, screen-height, screen-width): Declare with
6343 `define-obsolete-function-alias'.
6344 (delete-frame-hook, blink-cursor): Declare with
6345 `define-obsolete-variable-alias'.
6346
6347 * paths.el (prune-directory-list): Fix typos in docstring.
6348
6349 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6350 (cvs-prefix-get): Fix typos in docstrings.
6351
6352 * ps-print.el (ps-extend-face-list, ps-extend-face)
6353 (ps-print-background-image): Fix typos in docstrings.
6354 (ps-default-fg, ps-default-bg): Doc fixes.
6355
6356 * s-region.el (s-region-bind): Doc fix.
6357 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6358
6359 * textmodes/org.el (org-table-formula-substitute-names)
6360 (org-table-get-vertical-vector): Doc fixes.
6361 (org-table-recalculate): Remove unused argument to `message'.
6362
6363 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6364
6365 * textmodes/org.el (org-table-column-names)
6366 (org-table-column-name-regexp)
6367 (org-table-named-field-locations): New variables.
6368 (org-archive-subtree): Protect `this-command' when calling
6369 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6370 the kill buffer.
6371 (org-complete): Remove fixed-formula completion.
6372 (org-edit-formulas-map): New variable.
6373 (org-table-edit-formulas): New command.
6374 (org-finish-edit-formulas, org-abort-edit-formulas)
6375 (org-show-variable, org-table-get-vertical-vector): New functions.
6376 (org-table-maybe-eval-formula): Handle `:=' fields.
6377 (org-table-get-stored-formulas, org-table-store-formulas)
6378 (org-table-get-formula, org-table-modify-formulas)
6379 (org-table-replace-in-formulas): Handle named field formulas.
6380 (org-table-get-specials): Store locations of named fields.
6381
6382 2005-07-19 Juri Linkov <juri@jurta.org>
6383
6384 * progmodes/grep.el (grep-regexp-alist)
6385 (grep-mode-font-lock-keywords, grep-process-setup):
6386 Use default GNU grep match color "01;31m" instead of "01;41m".
6387 (grep-regexp-alist, grep-mode-font-lock-keywords):
6388 Use `\\[[0-9]*m' instead of `\\[00m'.
6389 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6390 sgr_start where its handling is more important. Use the real
6391 length of sgr_start instead of constant 8.
6392 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6393 specially. Delete all remaining escape sequences.
6394 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6395 (grep-regexp-alist): Make hyperlink only for binary file name
6396 instead of the whole line.
6397 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6398 (grep-mode): Add autoload.
6399
6400 * emacs-lisp/find-func.el (find-function-regexp):
6401 Add `define-compilation-mode'.
6402
6403 2005-07-19 Juri Linkov <juri@jurta.org>
6404
6405 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6406 (compare-windows-sync-string-size, compare-windows-recenter)
6407 (compare-windows-highlight, compare-windows): Add version 22.1.
6408 (compare-windows) <defface>: Inherit from lazy-highlight instead
6409 of duplicating its default value.
6410
6411 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6412 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6413
6414 * descr-text.el (describe-char): Create link buttons for `charset'
6415 and `code point'. Add the current input method name with a link
6416 button to `to input' field. Print face names of display table
6417 characters in `The display table entry is displayed by' section
6418 instead of printing face-id in the `display' field.
6419 Guess hardcoded faces and create a link button for them.
6420 Skip empty fields when calculating max-width.
6421 Treat `widget-create' specially while inserting strings from the
6422 collected field list.
6423 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6424
6425 * diff-mode.el (diff-file-header): Change foreground color from
6426 yellow to green on light backgrounds.
6427 (diff-context): Inherit from `shadow' only for color/grayscale
6428 with more than 88 colors.
6429 (diff-indicator-removed, diff-indicator-added)
6430 (diff-indicator-changed): New faces.
6431 (diff-font-lock-keywords): Use new faces. Regroup rules.
6432 Add "^---$" for `normal' diff format. Fontify `#' lines with
6433 font-lock-comment-delimiter-face and font-lock-comment-face.
6434 Add `#' to ^[^...] in the rule for `diff-context-face'.
6435
6436 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6437 a button-like box. Inherit from `highlight' on low colors.
6438 (shadow): Use shades of gray only for color/grayscale with
6439 more than 88 colors. Use green for light backgrounds with
6440 8 colors, and yellow for dark backgrounds with 8 colors.
6441
6442 * font-lock.el (font-lock-regexp-grouping-backslash):
6443 Don't inherit from escape-glyph (use bold for all cases).
6444
6445 * info.el (info-xref-visited): Use light foreground color `violet'
6446 for dark backgrounds instead of dark color `magenta3'.
6447 (info-title-1): Use `yellow' color for dark backgrounds.
6448
6449 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6450 too-light magenta2.
6451
6452 * replace.el (match): Use slightly more light RoyalBlue3 instead
6453 of dark RoyalBlue4.
6454
6455 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6456
6457 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6458
6459 * novice.el (disabled-command-hook): Declare it with
6460 `define-obsolete-variable-alias'.
6461
6462 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6463 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6464 (desktop-load-default): Add release to obsolescence info.
6465 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6466 (desktop-append-buffer-args, desktop-read):
6467 Fix typos in docstrings.
6468 (desktop-kill): Fix typo in message.
6469 (desktop-save): Doc fix.
6470
6471 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6472
6473 * viper-cmd.el (viper-escape-to-state): Bug fix.
6474 (viper-envelop-ESC-key): Change the definition of fast
6475 keysequence so it'll work with keyboard macros.
6476
6477 * ediff.el (ediff-patch-buffer): Change the docstring.
6478
6479 2005-07-19 Kenichi Handa <handa@m17n.org>
6480
6481 * international/mule-cmds.el (select-safe-coding-system): Try to
6482 use an auto-coding (if any) before anything else. If the found
6483 auto-coding is invalid, show a warning message.
6484
6485 * international/mule.el (find-auto-coding): New function created
6486 by modifying the body of set-auto-coding.
6487 (set-auto-coding): Use find-auto-coding to find a coding.
6488
6489 2005-07-18 Richard M. Stallman <rms@gnu.org>
6490
6491 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6492 not isearch-mode-end-hook-error.
6493 (allout-before-change-protect): Fix error message.
6494
6495 2005-07-18 Juri Linkov <juri@jurta.org>
6496
6497 * allout.el (allout-mode):
6498 * calculator.el (calculator-copy):
6499 * custom.el (custom-known-themes):
6500 * dired.el (dired-desktop-buffer-misc-data)
6501 (dired-restore-desktop-buffer):
6502 * dired-x.el (dired-omit-marker-char):
6503 * files.el (basic-save-buffer):
6504 * font-core.el (font-lock-mode):
6505 * calendar/calendar.el (calendar-goto-hebrew-date)
6506 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6507 (calendar-goto-persian-date):
6508 * language/ethio-util.el (ethio-sera-to-fidel-region):
6509 * textmodes/picture.el (picture-mode):
6510 Delete duplicate duplicate words.
6511
6512 2005-07-18 Juri Linkov <juri@jurta.org>
6513
6514 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6515 chars * ? } |.
6516 (isearch-fallback): Don't call `isearch-process-search-char'.
6517 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6518 (isearch-process-search-char): Call `isearch-fallback' for regexp
6519 chars * ? } |.
6520 (isearch-return-char): Make obsolete with `make-obsolete' instead
6521 of simply documenting it as obsolete in the docstring.
6522 (isearch-fallback): Refill docstring.
6523
6524 * international/isearch-x.el
6525 (isearch-process-search-multibyte-characters): Remove unneeded
6526 `concat'. Add intermediate values to `junk-hist' instead of
6527 `minibuffer-history'. Test the length of `str'.
6528
6529 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6530
6531 * allout.el (allout-resolve-xref): Fix typos in error strings.
6532 (allout-before-change-protect): Remove unneeded `concat'.
6533
6534 * array.el (array-mode, array-reconfigure-rows)
6535 (untabify-backward): Fix typos in docstrings.
6536 (array-reconfigure-rows): Use `insert-buffer-substring', not
6537 `insert-buffer'.
6538
6539 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6540 * progmodes/ada-mode.el (ada-make-body):
6541 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6542
6543 * dired.el (dired-log):
6544 * tar-mode.el (tar-subfile-save-buffer):
6545 * play/zone.el (zone-pgm-stress-destress):
6546 Use `insert-buffer-substring', not `insert-buffer'.
6547
6548 2005-07-17 Simon Josefsson <jas@extundo.com>
6549
6550 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6551
6552 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6553
6554 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6555 Add plain auth method.
6556 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6557
6558 2005-07-17 Kim F. Storm <storm@cua.dk>
6559
6560 * ido.el (dired-other-window): Add ido property.
6561
6562 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6563
6564 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6565 Fix typo in docstring.
6566 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6567 `insert-file-literally'.
6568
6569 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6570 info and delete redundant message. Doc fix.
6571 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6572 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6573
6574 2005-07-16 Richard M. Stallman <rms@gnu.org>
6575
6576 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6577 (byte-compile-and): Use byte-compile-and-recursion.
6578 (byte-compile-or-recursion): New function.
6579 (byte-compile-or): Use that.
6580 (byte-compile-if): Guard the else-clause too.
6581 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6582
6583 * isearch.el (isearch-mode-end-hook-quit): New variable.
6584 (isearch-done): Bind it.
6585 (isearch-mode-end-hook): Doc fix.
6586
6587 * allout.el (allout-isearch-did-quit): Variable deleted.
6588 (allout-real-isearch-abort): Function name no longer used.
6589 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6590 (allout-isearch-rectification): isearch-mode always exists.
6591 Don't set allout-isearch-did-quit.
6592 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6593 allout-isearch-did-quit.
6594 (allout-enwrap-isearch): Just add the hook.
6595 (allout-isearch-abort): Function deleted.
6596 (allout-pre-command-business): Avoid warning.
6597
6598 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6599 Correctly avoid warnings.
6600 (pascal-outline): Likewise.
6601
6602 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6603
6604 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6605
6606 * play/tetris.el (tetris-mode): Avoid warning.
6607
6608 * play/snake.el (snake-mode): Avoid warning.
6609
6610 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6611 (gamegrid-set-display-table): Avoid warning.
6612 (gamegrid-set-timer): Likewise.
6613 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6614 (gamegrid-add-score-with-update-game-score-1): Take FILE
6615 as argument.
6616 (gamegrid-add-score-with-update-game-score): Pass that argument.
6617 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6618
6619 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6620
6621 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6622 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6623
6624 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6625 and insert-file.
6626
6627 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6628 (sc-ask): Avoid warnings.
6629
6630 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6631 (eshell-hist-initialize): Use that var the natural way.
6632
6633 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6634
6635 * emacs-lisp/re-builder.el (reb-cook-regexp):
6636 Avoid warning calling lre-compile-string.
6637 (reb-color-display-p): Avoid warning.
6638
6639 * calculator.el (calculator-last-input): Guard uses
6640 of event-key and key-press-event-p.
6641 (event-key, key-press-event-p): Delete definitions.
6642
6643 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6644 (find-gc-source-directory, find-gc-subrs-callers)
6645 (find-gc-noreturn-list, find-gc-source-files)
6646 (find-gc-subrs-called): Vars renamed and defvar'd.
6647
6648 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6649 (checkdoc-overlay-put, checkdoc-delete-overlay)
6650 (checkdoc-overlay-start, checkdoc-overlay-end)
6651 (checkdoc-mode-line-update, checkdoc-char=):
6652 Define such that compiler knows they are defined.
6653 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6654 (checkdoc-read-event): Delete. Use read-event directly.
6655
6656 * whitespace.el (whitespace-make-overlay)
6657 (whitespace-overlay-put, whitespace-delete-overlay)
6658 (whitespace-overlay-start, whitespace-overlay-end):
6659 Define such that compiler knows they are defined.
6660 (whitespace): Move conditional inside.
6661
6662 * tempo.el (tempo-insert-template): Suppress warning.
6663
6664 * ediff-diff.el (longlines-mode): Add defvar.
6665
6666 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6667
6668 * server.el: Bind "C-x #" in a way that works even if C-x is
6669 redefined to a command key, not a prefix key.
6670
6671 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6672
6673 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6674 cl-make-type-test till execution time.
6675
6676 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6677
6678 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6679 arg ARG and use it.
6680
6681 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6682
6683 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6684
6685 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6686
6687 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6688 a defcustom with two :set or :type keywords.
6689
6690 2005-07-15 Richard M. Stallman <rms@gnu.org>
6691
6692 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6693 Don't give ^M comment-end syntax.
6694
6695 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6696
6697 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6698 Don't consider gdbmi (gdb-mi.el has its own update functions).
6699 (gdb-var-delete): Make it work for gdbmi as well.
6700 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6701
6702 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6703 (gud-speedbar-menu-items): Correct logic for enabling items.
6704
6705 2005-07-15 Kim F. Storm <storm@cua.dk>
6706
6707 * ido.el: Fix commentary.
6708 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6709 Use with-no-warnings around ffap-guesser.
6710 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6711 Let bind minibuffer-completing-file-name to t.
6712
6713 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6714
6715 * startup.el (site-run-file, keyboard-type): Doc fixes.
6716 (command-line): Check for "--basic-display" argument; also for
6717 "--quick", not "--bare-bones" (which was renamed).
6718 (fancy-splash-text): Add missing item "Getting New Versions".
6719 (normal-splash-screen): Fix typos and improve consistency with
6720 `fancy-splash-text'. Update copyright year.
6721
6722 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6723 valid binding for `help-char'.
6724
6725 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6726
6727 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6728
6729 * term.el (term-mode): Disable cua-mode for term buffers.
6730
6731 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6732
6733 * add-log.el (add-log-mailing-address, change-log-merge):
6734 Doc fixes.
6735 (change-log-get-method-definition): Fix typo in docstring.
6736
6737 2005-07-14 Kim F. Storm <storm@cua.dk>
6738
6739 * emulation/cua-base.el:
6740 (cua--pre-command-handler-1, cua--pre-command-handler)
6741 (cua--post-command-handler-1, cua--post-command-handler):
6742 Split in two. Check (buffer local) value of cua-mode.
6743 (cua-selection-mode): New command.
6744
6745 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6746
6747 * custom.el (custom-initialize-safe-set)
6748 (custom-initialize-safe-default): Doc fixes.
6749
6750 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6751 and simplify :init-value again.
6752
6753 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6754 and simplify :init-value again. Delete autoload.
6755
6756 * startup.el (command-line): Use `custom-reevaluate-setting' again
6757 for tooltip-mode.
6758
6759 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6760 a defcustom with two :initialize keywords.
6761
6762 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6763
6764 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6765 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6766 (allout-post-command-business, allout-flag-region)
6767 (isearch-reenable-font-lock, allout-yank)
6768 (allout-insert-latex-header, allout-insert-latex-trailer)
6769 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6770 (allout-latex-verb-quote): Fix typos in docstrings.
6771 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6772 (allout-unprotected, allout-prefix-data):
6773 Improve argument/docstring consistency.
6774 (allout-chart-subtree): Fix argument spec.
6775 (allout-open-topic): Rename `use_sib_bullet' argument to
6776 `use-sib-bullet'. Doc fix.
6777
6778 * whitespace.el (whitespace-check-buffer-leading)
6779 (whitespace-check-buffer-trailing)
6780 (whitespace-check-buffer-indent)
6781 (whitespace-check-buffer-spacetab)
6782 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6783 (whitespace-check-leading-whitespace)
6784 (whitespace-check-trailing-whitespace)
6785 (whitespace-check-spacetab-whitespace)
6786 (whitespace-check-indent-whitespace)
6787 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6788 (whitespace-modes): Fix typos in docstrings.
6789 (defgroup, defcustom): Doc fixes.
6790
6791 * winner.el (winner-mode, winner-boring-buffers)
6792 (winner-pending-undo-ring): Doc fixes.
6793 (winner-ring): Remove unneeded `progn'.
6794 (winner-equal): `defsubst' it.
6795 (winner-redo): Fix message.
6796
6797 2005-07-13 Kim F. Storm <storm@cua.dk>
6798
6799 * simple.el (line-move-1): Always use vertical-motion to
6800 do the last (or only) line move to ensure some movement.
6801 Undo 2005-06-23 change--don't check for overlays.
6802
6803 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6804
6805 * term/mac-win.el (ccl-encode-mac-roman-font)
6806 (ccl-encode-mac-centraleurroman-font)
6807 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6808 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6809 Change charset-id boundary of dimension to ?\xef.
6810 (mac-char-fontspec-list): New constant.
6811 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6812 argument. Nil uses itself as family in font-spec. Previous
6813 behavior for nil is now provided by non-nil non-string argument.
6814 All callers changed. Add font-specs for Mac fonts to
6815 "fontset-default" unless iso8859-1 fonts are installed.
6816
6817 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6818
6819 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6820 a continuation line if the \ is preceded by SPC or TAB.
6821 (sh-get-indent-info): Simplify.
6822 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6823 Use with-current-buffer.
6824
6825 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6826 when the matched text is empty.
6827
6828 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6829
6830 * startup.el (command-line): Revert to previous handling of
6831 tooltip-mode. Explain in comment why the complexity is needed.
6832
6833 * tooltip.el (tooltip-mode): Revert to previous implementation of
6834 its defcustom.
6835
6836 * frame.el (blink-cursor-mode): Revert to previous implementation
6837 of its defcustom. Update comment.
6838
6839 2005-07-12 Lars Hansen <larsh@soem.dk>
6840
6841 * desktop.el: Update e-mail address.
6842
6843 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6844
6845 * term/mac-win.el (mac-services-mail-selection)
6846 (mac-services-mail-to): New functions.
6847 (mac-application-menu-map): Bind them.
6848
6849 2005-07-12 wulei <milton@wulei.net> (tiny change)
6850
6851 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6852
6853 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6854
6855 * custom.el (custom-reevaluate-setting): Doc fix.
6856
6857 2005-07-11 Jay Belanger <belanger@truman.edu>
6858
6859 * calc/calc.el (calc-embedded-announce-formula-alist)
6860 (calc-embedded-open-close-plain-alist)
6861 (calc-embedded-open-close-mode-alist): Add checks for additional
6862 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6863
6864 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6865
6866 * custom.el (custom-enable-theme): Don't add theme to
6867 `custom-enabled-themes' with `push' because there is no
6868 setf-method for `delq'.
6869
6870 2005-07-11 Richard M. Stallman <rms@gnu.org>
6871
6872 * custom.el (custom-declare-variable): Doc fix.
6873
6874 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6875 from the alists.
6876
6877 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6878 Do nothing if edebug-active.
6879
6880 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6881 (edebug-display): Do it here instead.
6882
6883 2005-07-10 Richard M. Stallman <rms@gnu.org>
6884
6885 * cus-face.el (custom-theme-set-faces): Make it work.
6886 (custom-reset-faces): Doc fix.
6887 (custom-theme-reset-internal-face, custom-theme-face-value):
6888 Functions deleted.
6889
6890 * custom.el (custom-push-theme): Maintain list of the settings
6891 of a given theme in its theme-settings property.
6892 Maintain position of old settings in the theme-value
6893 or theme-face property.
6894 (custom-enabled-themes): New variable.
6895 (custom-theme-enabled-p): New function.
6896 (provide-theme): Update custom-enabled-themes.
6897 Disable and reenable the `user' theme.
6898 (require-theme): Doc fix.
6899 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6900 (custom-theme-value, custom-theme-variable-value): Likewise.
6901 (custom-theme-reset-internal): Likewise.
6902 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6903 (custom-enable-theme, custom-disable-theme): New functions.
6904 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6905 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6906 (custom-theme-reset-variables): Simplify.
6907 (deftheme, custom-declare-theme, custom-make-theme-feature):
6908 Definitions moved.
6909
6910 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6911
6912 * longlines.el (longlines-show-region)
6913 (longlines-unshow-hard-newlines): Recognize hard newlines by
6914 non-nil hard property, instead of t.
6915
6916 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6917
6918 * viper-cmd.el (viper--key-maps): New variable.
6919 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6920 emulation-mode-map-alists.
6921 (viper-envelop-ESC-key): Use viper-subseq.
6922 (viper-search-forward/backward/next): Disable debug-on-error.
6923
6924 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6925 (viper-ESC-key): New defcustoms.
6926
6927 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6928
6929 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6930 (viper-subseq): Copy of subseq from cl.el.
6931
6932 * viper.el (viper-go-away, viper-set-hooks): Use
6933 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6934
6935 * viper-mous.el (viper-current-frame-saved): Use defvar.
6936
6937 * viper-init.el: Get rid of -face in face names.
6938
6939 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6940 Make it work with longlines mode
6941
6942 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6943
6944 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6945
6946 * ediff-init.el: Get rid of -face in face names.
6947
6948 2005-07-10 Richard M. Stallman <rms@gnu.org>
6949
6950 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6951 and with-timeout-unsuspend.
6952
6953 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6954 and with-timeout-unsuspend.
6955
6956 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6957 (with-timeout): Bind that variable to record timers.
6958 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6959
6960 * emacs-lisp/debug.el (debug-help-follow): New function.
6961 (debugger-mode-map): Use that instead of help-follow.
6962 (debugger-setup-buffer): Use eval-buffer-list
6963 to handle eval-buffer frames.
6964
6965 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6966
6967 * timezone.el (timezone-parse-date): Change first regexp
6968 so it will not mistakenly match dates with no time zone.
6969
6970 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6971
6972 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6973
6974 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6975
6976 * custom.el (custom-initialize-safe-set)
6977 (custom-initialize-safe-default): New functions.
6978
6979 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6980 and simplify :init-value.
6981
6982 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6983 and simplify :init-value. Delete obsolete comment.
6984
6985 * startup.el (command-line): Use `custom-reevaluate-setting' to
6986 handle `tooltip-mode'. Delete obsolete comment.
6987
6988 * files.el (set-visited-file-name): Avoid calling
6989 `file-name-nondirectory' with a nil argument.
6990
6991 2005-07-09 Richard M. Stallman <rms@gnu.org>
6992
6993 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6994 was called with nil for the buffer, handle the read position right.
6995 Handle read position for eval-region, too.
6996
6997 2005-07-09 Juri Linkov <juri@jurta.org>
6998
6999 * fringe.el (fringe-mode): Add period in docstring.
7000 (fringe-query-style): Build prompt depending on `all-frames' arg.
7001
7002 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
7003 to not create links to unrelated functions in the Help buffer.
7004
7005 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
7006 Doc fix.
7007
7008 * simple.el (next-error-hook): New variable.
7009 (next-error): Use it. Doc fix.
7010
7011 * textmodes/ispell.el (ispell-command-loop): Add current
7012 dictionary name and program name to mode-line-format.
7013 (ispell-region, ispell-process-line): Add current dictionary name
7014 and program name to messages.
7015
7016 2005-07-08 Jay Belanger <belanger@truman.edu>
7017
7018 * calc/calc.el (calc-embedded-announce-formula-alist)
7019 (calc-embedded-open-close-formula-alist)
7020 (calc-embedded-open-close-word-alist)
7021 (calc-embedded-open-close-plain-alist)
7022 (calc-embedded-open-close-new-formula-alist)
7023 (calc-embedded-open-close-mode-alist)
7024 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
7025 (calc-embedded-mode-hook): New variables.
7026
7027 * calc/calc-embed.el (calc-embedded-firsttime)
7028 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
7029 New variables.
7030 (calc-do-embedded): Use calc-embedded-firsttime,
7031 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
7032 determine whether or not to run hooks.
7033 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
7034 calc-embedded-firsttime-formula appropriately.
7035 Set calc-embedded delimiter variables according to mode.
7036
7037 2005-07-08 Richard M. Stallman <rms@gnu.org>
7038
7039 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
7040 Check for "emacs", etc., as entire symbol, not just as word.
7041 (checkdoc-file-comments-engine): Use regexp-quote on FN.
7042
7043 * files.el (set-visited-file-name): Report the error
7044 for "empty filename" earlier.
7045 (kill-some-buffers): Ignore buffers already dead.
7046
7047 * fringe.el (fringe-mode): Doc fix.
7048
7049 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7050 Check for (featurep 'xemacs) and turn off warnings in what it guards.
7051 Use unwind-protect to ensure byte-compile-unresolved-functions
7052 is updated.
7053
7054 * whitespace.el (whitespace-buffer-leading-cleanup):
7055 Simplify w/ skip-chars-forward.
7056 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7057
7058 * mail/rmail.el (rmail-only-expunge): Fix paren error.
7059 Unconditionally try to leave point at the same old place.
7060
7061 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
7062
7063 * comint.el (comint-postoutput-scroll-to-bottom)
7064 (comint-show-maximum-output): Take scroll-margin into consideration.
7065
7066 2005-07-08 Kim F. Storm <storm@cua.dk>
7067
7068 * ido.el (ido-use-filename-at-point): New choice `guess'.
7069 (ido-file-internal): Try ffap-guesser if selected.
7070
7071 * ido.el (ido-before-fallback-functions): New hook.
7072 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7073 (ido-read-file-name): Run it.
7074
7075 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7076
7077 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7078 strings rather than a list of symbols to the completion function.
7079
7080 2005-07-07 Jay Belanger <belanger@truman.edu>
7081
7082 * calc/calc-units.el (math-apply-units): Change the places in
7083 which units are simplified.
7084
7085 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7086
7087 * cus-edit.el (customize-option, customize-option-other-window):
7088 Make them handle aliases.
7089
7090 * custom.el (custom-variable-p): Make it recursively follow
7091 aliases. Mention that in the docstring.
7092
7093 2005-07-07 Richard M. Stallman <rms@gnu.org>
7094
7095 * cus-start.el (exec-path): Use `directory' instead of `file'.
7096 Fix tag for nil.
7097
7098 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7099
7100 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7101 when called non-interactively. Doc fix.
7102
7103 2005-07-07 Lute Kamstra <lute@gnu.org>
7104
7105 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7106 new address as well.
7107
7108 2005-07-07 Kenichi Handa <handa@m17n.org>
7109
7110 * international/mule.el (make-coding-system):
7111 Describe `ascii-incompatible' property in the docstring.
7112 (set-file-name-coding-system): Signal an error if coding-system is
7113 ascii-incompatible.
7114 (set-keyboard-coding-system): Likewise.
7115
7116 * international/mule-cmds.el (set-default-coding-systems):
7117 Don't set default-file-name-coding-system and
7118 default-keyboard-coding-system if coding-system is ASCII-incompatible.
7119
7120 * international/utf-16.el: Declare that all UTF-16-based coding
7121 systems are ASCII-incompatible.
7122
7123 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
7124
7125 * progmodes/gud.el: Require font-lock for displaying errors.
7126 Used by gdb-ui.el.
7127
7128 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7129
7130 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7131 values for the pattern lists which are `read'able but not
7132 `append'able (like symbols).
7133
7134 2005-07-06 Richard M. Stallman <rms@gnu.org>
7135
7136 * progmodes/flymake.el (flymake-float-time): Instead of
7137 with-no-warnings, test for xemacs.
7138 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7139 to avoid warning.
7140
7141 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
7142
7143 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7144
7145 2005-07-05 Lute Kamstra <lute@gnu.org>
7146
7147 * battery.el: Add support for Darwin (with much debugging help
7148 from Samuel Lauber <sam124@operamail.com>).
7149 (battery-status-function, battery-echo-area-format)
7150 (battery-mode-line-format): Add support for pmset on Darwin.
7151 (battery-load-low, battery-load-critical): New user options.
7152 (battery-pmset): New function.
7153
7154 2005-07-05 Lute Kamstra <lute@gnu.org>
7155
7156 Update FSF's address in GPL notices.
7157
7158 * textmodes/page-ext.el: Update FSF's address.
7159
7160 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7161
7162 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7163 filling from using prefix when filling a single-line docstring.
7164
7165 * progmodes/flymake.el: Remove useless eval-when-compile.
7166
7167 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7168
7169 2005-07-04 Richard M. Stallman <rms@gnu.org>
7170
7171 * textmodes/org.el (org-file-apps-defaults-gnu):
7172 Rename from org-file-apps-defaults-linux.
7173 (org-default-apps): Don't test system-type for `linux'.
7174 (org-file-apps): Doc fix.
7175
7176 2005-07-04 David Ponce <david@dponce.com>
7177
7178 * tree-widget.el: Improve header Commentary section.
7179 (tree-widget) [defgroup]
7180 (tree-widget-image-enable, tree-widget-themes-directory)
7181 (tree-widget-theme, tree-widget-image-properties-emacs)
7182 (tree-widget-image-properties-xemacs, tree-widget-create-image)
7183 (tree-widget-image-formats, tree-widget-control)
7184 (tree-widget-empty-control, tree-widget-leaf-control
7185 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7186 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7187 (tree-widget-keep, tree-widget-after-toggle-functions)
7188 (tree-widget-open-node, tree-widget-close-node): Doc fix.
7189 (tree-widget-open-control, tree-widget-close-control): Fix doc and
7190 :help-echo message.
7191 (tree-widget-set-theme): Doc fix. Use `string-equal'.
7192 (tree-widget-image-properties): Doc fix. Clearer implementation.
7193 (tree-widget--cursors): New constant.
7194 (tree-widget-lookup-image): New function split from
7195 `tree-widget-find-image'. Clearer implementation.
7196 (tree-widget-find-image): Use it.
7197 (tree-widget-button-keymap): Use `set-keymap-parent'.
7198 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7199 Define the sub-widgets here.
7200 (tree-widget-node): Check that :node is not a tree-widget.
7201 (tree-widget-get-super, tree-widget-open-control)
7202 (tree-widget-close-control, tree-widget-empty-control)
7203 (tree-widget-leaf-control, tree-widget-guide)
7204 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7205 (tree-widget-no-handle, tree-widget-value-delete)
7206 (tree-widget-map): Remove.
7207 (tree-widget-children-value-save): Doc fix. Simplified.
7208 (tree-widget-value-create): Update according to previous changes.
7209
7210 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7211
7212 * textmodes/org.el: Leading space replaced by TABS.
7213 (org-recalc-marks, org-table-rotate-recalc-marks)
7214 (org-table-get-specials): Treat "^" and "_" marks.
7215 (org-table-justify-field-maybe): Optional argument NEW.
7216 (org-table-eval-formula): Parsing of the format simplified.
7217 New modes C,I. Honor the %= parameter in the current table.
7218 Avoid unnecessary re-align by using the NEW argument to
7219 `org-table-justify-field-maybe'.
7220 (org-calc-default-modes): Default for date-format mimicks org-mode.
7221 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7222
7223 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7224
7225 * cus-face.el (custom-theme-set-faces): Make it handle face
7226 aliases whose alias declarations are pre- or autoloaded.
7227
7228 2005-07-04 Juri Linkov <juri@jurta.org>
7229
7230 * faces.el (read-face-name): Put the code for getting a face name
7231 from the buffer before adding the faces from the `face' property.
7232 Use `completing-read-multiple' instead of `completing-read'.
7233 Require `crm'. Add default value and post-process the returned
7234 list of faces.
7235
7236 * emacs-lisp/crm.el (crm-find-current-element)
7237 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7238
7239 * emacs-lisp/lisp-mode.el (eval-defun-1):
7240 * emacs-lisp/edebug.el (edebug-eval-defun):
7241 Remove unnecessary quotes.
7242
7243 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7244
7245 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7246 (prolog-indent-level): Fix typo in docstring.
7247
7248 * info.el (Info-history, Info-history-forward)
7249 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7250
7251 * add-log.el (add-change-log-entry):
7252 * comint.el (comint-dynamic-list-input-ring)
7253 (comint-dynamic-list-completions):
7254 * dabbrev.el (dabbrev-expand):
7255 * delim-col.el (delimit-columns-rectangle-line):
7256 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7257 (diff-unified->context):
7258 * ediff-init.el (ediff-abbrev-jobname):
7259 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7260 (ediff-replace-session-activity-marker-in-meta-buffer):
7261 * info.el (Info-summary):
7262 * lpr.el (printify-region):
7263 * printing.el (pr-create-interface):
7264 * ps-print.el (ps-print-quote):
7265 * ses.el (ses-column-widths, ses-print-cell)
7266 (ses-adjust-print-width, ses-center):
7267 * shell.el (shell-file-name-quote-list):
7268 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7269 (strokes-fill-current-buffer-with-whitespace)
7270 (strokes-xpm-for-stroke, strokes-list-strokes)
7271 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7272 * term.el (term-dynamic-list-input-ring)
7273 (term-dynamic-list-completions):
7274 * calc/calc.el (math-format-stack-value):
7275 * emacs-lisp/edebug.el (edebug-display-freq-count):
7276 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7277 (delphi-new-comment-line):
7278 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7279 * progmodes/executable.el (executable-set-magic):
7280 * progmodes/python.el (inferior-python-mode):
7281 * progmodes/scheme.el (scheme-mode-syntax-table):
7282 * progmodes/sh-script.el (sh-maybe-here-document):
7283 * progmodes/sql.el (sql-copy-column):
7284 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7285 * textmodes/bibtex.el (bibtex-mode):
7286 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7287 (sgml-auto-attributes):
7288 * textmodes/table.el (table-insert, table-shorten-cell)
7289 (table--generate-source-scan-lines, table-delete-row)
7290 (*table--cell-delete-char, table--spacify-frame)
7291 (table--horizontally-shift-above-and-below)
7292 (table--cell-insert-char, table--cell-blank-str)
7293 (table--fill-region-strictly):
7294 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7295 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7296
7297 * add-log.el (change-log):
7298 * apropos.el (apropos):
7299 * comint.el (comint-completion, comint-source):
7300 * dabbrev.el (dabbrev):
7301 * delim-col.el (columns):
7302 * diff-mode.el (diff-mode):
7303 * ediff.el (ediff):
7304 * ediff-diff.el (ediff-diff):
7305 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7306 * ediff-mult.el (ediff-mult):
7307 * ediff-ptch.el (ediff-ptch):
7308 * ediff-wind.el (ediff-window):
7309 * facemenu.el (facemenu):
7310 * indent.el (indent):
7311 * info.el (info):
7312 * jka-cmpr-hook.el (compression, jka-compr):
7313 * lpr.el (lpr):
7314 * outline.el (outlines):
7315 * pcmpl-cvs.el (pcmpl-cvs):
7316 * pcmpl-rpm.el (pcmpl-rpm):
7317 * printing.el (printing):
7318 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7319 (ps-print-vertical, ps-print-headers, ps-print-font)
7320 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7321 (ps-print-background, ps-print-printer, ps-print-page)
7322 (ps-print-miscellany):
7323 * ses.el (ses):
7324 * shell.el (shell, shell-directories, shell-faces):
7325 * startup.el (initialization):
7326 * strokes.el (strokes):
7327 * term.el (term):
7328 * uniquify.el (uniquify):
7329 * w32-vars.el (w32):
7330 * calc/calc.el (calc):
7331 * emacs-lisp/bytecomp.el (bytecomp):
7332 * emacs-lisp/cl-indent.el (lisp-indent):
7333 * emacs-lisp/edebug.el (edebug):
7334 * emacs-lisp/elp.el (elp):
7335 * emacs-lisp/testcover.el (testcover):
7336 * emacs-lisp/trace.el (trace):
7337 * emulation/viper-ex.el (viper-ex):
7338 * emulation/viper-mous.el (viper-mouse):
7339 * mail/mailalias.el (mailalias):
7340 * mail/supercite.el (supercite, supercite-frames)
7341 (supercite-attr, supercite-cite, supercite-hooks):
7342 * net/rcompile.el (remote-compile):
7343 * net/rlogin.el (rlogin):
7344 * obsolete/ooutline.el (outlines):
7345 * progmodes/delphi.el (delphi):
7346 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7347 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7348 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7349 (ebnf-optimization):
7350 * progmodes/etags.el (etags):
7351 * progmodes/executable.el (executable):
7352 * progmodes/idlwave.el (idlwave):
7353 * progmodes/pascal.el (pascal):
7354 * progmodes/prolog.el (prolog):
7355 * progmodes/python.el (python):
7356 * progmodes/scheme.el (scheme):
7357 * progmodes/sh-script.el (sh, sh-script):
7358 * progmodes/sql.el (SQL):
7359 * progmodes/tcl.el (tcl):
7360 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7361 * textmodes/enriched.el (enriched):
7362 * textmodes/makeinfo.el (makeinfo):
7363 * textmodes/sgml-mode.el (sgml):
7364 * textmodes/table.el (table-hooks):
7365 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7366 * textmodes/texinfo.el (texinfo):
7367 * textmodes/two-column.el (two-column):
7368 Finish `defgroup' description with period.
7369
7370 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7371 * eshell/esh-var.el (eshell-var):
7372 * progmodes/vhdl-mode.el (vhdl-testbench):
7373 * textmodes/org.el (org): Fix typos in docstrings.
7374
7375 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7376 consistency.
7377
7378 * progmodes/flymake.el (flymake-find-file): Remove.
7379 (flymake-float-time): Use `with-no-warnings'.
7380 (flymake-check-start-time, flymake-check-was-interrupted)
7381 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7382 (flymake-new-err-info): `defvar' at compile time.
7383
7384 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7385
7386 * replace.el (occur-hook): Doc fix.
7387 (occur-1): Don't call `occur-hook' if there are no matches.
7388
7389 2005-07-03 Richard M. Stallman <rms@gnu.org>
7390
7391 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7392 global-map, save the same map.
7393 (global-map): Don't alter it at top level.
7394 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7395 Then alter it here instead.
7396 (tpu-edt-off): Set global-map to the saved one.
7397
7398 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7399 All references simplified.
7400 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7401 (zmacs-regions): Add defvar.
7402 (repeat-complex-command-map): Everything about that deleted.
7403
7404 * textmodes/artist.el (artist-key-is-drawing)
7405 (artist-key-endpoint1, artist-key-poly-point-list)
7406 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7407 (artist-key-compl-table, artist-rb-save-data)
7408 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7409 Don't put them in eval-when-compile.
7410 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7411
7412 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7413 Use with-no-warnings.
7414
7415 * net/browse-url.el (dos-windows-version): Add defvar.
7416
7417 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7418
7419 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7420 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7421 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7422 Add defvar.
7423 (rmail-summary-beginning-of-message): Use with-no-warnings.
7424 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7425
7426 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7427 Use with-no-warnings.
7428
7429 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7430 (c-mark-function): Add point-moving-unit property.
7431 (vi-goto-line): Use with-no-warnings.
7432
7433 * emulation/edt.el (edt-last-copied-word): Add defvar.
7434 (zmacs-region-stays): Likewise.
7435 (edt-mark-section-wisely): Use c-mark-function for C.
7436 Use makr-defun for Fortran.
7437 (time-string): defvar deleted.
7438 (edt-display-the-time): Don't set time-string.
7439
7440 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7441
7442 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7443 Don't warn when name is not constant
7444 or for defining the group `emacs'.
7445
7446 * tooltip.el (gud-tooltip-mode): Add defvar.
7447
7448 * startup.el (default-frame-background-mode): Add defvar.
7449
7450 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7451
7452 * info.el (tool-bar-map): Add defvar.
7453
7454 * dired.el (dnd-protocol-alist): Add defvar.
7455
7456 * dired-aux.el (dired-query): Display question with answer, when
7457 the user answers.
7458
7459 * custom.el (custom-add-option): Doc fix.
7460
7461 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7462
7463 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7464
7465 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7466 bogus name from the last change.
7467
7468 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7469
7470 * custom.el (custom-declare-variable): Fix typos in comment.
7471 (custom-known-themes): Doc fix.
7472 (custom-theme-directory): New defcustom.
7473 (require-theme): Make it check `custom-theme-directory'.
7474
7475 * cus-theme.el (custom-new-theme-mode): New function.
7476 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7477 (custom-theme-description): Add compiler defvars.
7478 (customize-create-theme): Add doc to the "*New Custom Theme*"
7479 buffer. Use `custom-new-theme-mode'.
7480 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7481 and save it to the `custom-theme-directory'. Make this the
7482 default directory of the buffer.
7483
7484 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7485
7486 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7487 Fix unbalanced parentheses.
7488
7489 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7490
7491 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7492 into flymake-mode and delegate to flymake-mode.
7493
7494 * find-file.el (ff-which-function-are-we-in): Clean up.
7495
7496 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7497
7498 * replace.el (occur-rename-buffer): Fix docstring.
7499
7500 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7501 (edt-last-copied-word, edt-learn-macro-count)
7502 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7503 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7504 (time-string, zmacs-region-stays):
7505 * emulation/edt-mapper.el (edt-save-function-key-map)
7506 (EDT-key-name): `defvar' to silence the byte-compiler.
7507
7508 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7509
7510 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7511 font-lock-regexp-backslash. Doc fix.
7512 (font-lock-regexp-backslash-grouping-construct): Rename from
7513 font-lock-regexp-backslash-construct. Doc fix.
7514 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7515 grouping constructs.
7516
7517 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7518
7519 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7520 updating all the prerequisites.
7521
7522 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7523
7524 * textmodes/org.el (org-agenda-start-on-weekday)
7525 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7526 (org-agenda-use-time-grid, org-archive-location)
7527 (org-allow-space-in-links, org-usenet-links-prefer-google)
7528 (org-enable-table-editor, org-export-default-language)
7529 (org-export-html-show-new-buffer, org-fill-paragraph)
7530 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7531 (org-goto-quit, org-occur, org-eval-in-calendar)
7532 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7533 (org-agenda-diary-entry, org-remember-help)
7534 (org-table-convert-region, org-at-table-p)
7535 (org-table-move-row-down, org-table-move-row-up)
7536 (org-table-copy-region, org-table-toggle-vline-visibility)
7537 (org-table-get-stored-formulas, org-table-get-specials)
7538 (org-recalc-commands, org-table-eval-formula)
7539 (org-table-formula-substitute-names, orgtbl-make-binding)
7540 (org-format-org-table-html, org-format-table-table-html)
7541 (org-format-table-table-html-using-table-generate-source)
7542 (org-customize): Fix typos in docstrings.
7543 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7544 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7545 (org-back-to-heading): Doc fixes.
7546 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7547 (org-agenda-change-all-lines, org-get-header):
7548 Improve argument/docstring consistency.
7549 (orgtbl-error): Fix error message.
7550
7551 * progmodes/flymake.el (flymake-find-possible-master-files)
7552 (flymake-master-file-compare, flymake-get-line-err-count)
7553 (flymake-highlight-line, flymake-gui-warnings-enabled):
7554 Fix typos in docstrings.
7555 (flymake-parse-line, flymake-get-project-include-dirs-function)
7556 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7557 Doc fixes.
7558 (flymake-get-project-include-dirs-function)
7559 (flymake-make-err-menu-data):
7560 Improve argument/docstring consistency.
7561
7562 2005-07-01 Lute Kamstra <lute@gnu.org>
7563
7564 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7565 Catch errors with ignore-errors. Use temporary buffer.
7566 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7567
7568 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7569 background color faces.
7570 (facemenu-set-foreground, facemenu-set-background):
7571 Use facemenu-set-face-from-menu.
7572 (facemenu-set-face-from-menu): Treat face names that start with
7573 "fg:" or "bg:" as special.
7574 (facemenu-add-new-color): Don't create faces. Simplify.
7575
7576 2005-06-30 Richard M. Stallman <rms@gnu.org>
7577
7578 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7579 (crm-find-current-element): Likewise.
7580
7581 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7582
7583 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7584
7585 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7586
7587 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7588 (archive-mouse-extract): Make it an obsolete alias.
7589 (archive-mode-map): Don't use archive-mouse-extract any more.
7590 (archive-mode, archive-extract): write-contents-hooks ->
7591 write-contents-functions.
7592 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7593 first arg.
7594 (archive-rename-entry): Update the call.
7595 (archive-zip-summarize): Remove unused var `method'.
7596 (archive-lzh-summarize): Remove unused var `creator'.
7597
7598 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7599 dedicated frame upon exit.
7600
7601 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7602 (archive-zip-extract, archive-zip-expunge)
7603 (archive-zip-update, archive-zip-update-case): Use executable-find.
7604 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7605 Use restore-buffer-modified-p.
7606 (archive-extract, archive-add-new-member, archive-write-file-member):
7607 Use with-current-buffer.
7608 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7609
7610 2005-06-30 Andreas Schwab <schwab@suse.de>
7611
7612 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7613
7614 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7615
7616 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7617
7618 2005-06-30 Juri Linkov <juri@jurta.org>
7619
7620 * faces.el (vertical-border): Inherit from mode-line-inactive
7621 only on tty.
7622
7623 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7624
7625 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7626 example, -NLINES in the `occur' docstring).
7627
7628 * replace.el (occur-1): When no matches are found, do not set the
7629 `buffer-read-only' and modified flags for the occur buffer,
7630 because it is deleted.
7631
7632 * emulation/cua-base.el (cua-check-pending-input)
7633 (cua-repeat-replace-region, cua-mode, cua-debug)
7634 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7635 Fix typos in docstrings.
7636
7637 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7638 (cua-cut-region-to-global-mark)
7639 (cua--cut-rectangle-to-global-mark):
7640 Remove period from end of messages.
7641
7642 * emulation/cua-rect.el (cua-do-rectangle-padding):
7643 Remove period from end of messages.
7644 (cua--rectangle-seq-format): Fix typo in docstring.
7645 (cua-sequence-rectangle, cua-fill-char-rectangle):
7646 Improve argument/docstring consistency.
7647
7648 2005-06-29 Juri Linkov <juri@jurta.org>
7649
7650 * faces.el (default-frame-background-mode): New internal variable.
7651 (frame-set-background-mode): Use it.
7652
7653 * startup.el (normal-top-level): Set default-frame-background-mode
7654 instead of frame-background-mode. Before setting it, test for its
7655 nil value. Remove tests for frame-background-mode and frame
7656 parameter `reverse'. Add test for "unspecified-fg".
7657
7658 * term/xterm.el (xterm-rxvt-set-background-mode):
7659 * term/rxvt.el (rxvt-set-background-mode):
7660 Set default-frame-background-mode instead of frame-background-mode.
7661
7662 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7663
7664 * simple.el (set-variable): Warn about obsolete user variables.
7665
7666 * imenu.el (imenu--completion-buffer):
7667 * mouse.el (mouse-buffer-menu-alist):
7668 * msb.el (msb-invisible-buffer-p):
7669 * calendar/diary-lib.el (diary-header-line-format):
7670 * emacs-lisp/pp.el (pp-buffer):
7671 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7672 * textmodes/picture.el (picture-replace-match):
7673 Change space constants followed by a sexp to "?\s ".
7674
7675 * play/decipher.el (decipher-loop-with-breaks):
7676 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7677 constants "protected" from end of line by a comment to "?\s".
7678
7679 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7680
7681 * font-lock.el (save-buffer-state): Use `declare'.
7682
7683 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7684 reset the syntax-table to cperl-mode-syntax-table.
7685 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7686 "foo_print_bar" is not matched as a reserved keyword.
7687
7688 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7689
7690 * textmodes/org.el (orgtbl-setup): New function, for delayed
7691 setup for the orgtbl commands.
7692 (org-calc-default-modes): New option.
7693 (orgtbl-make-binding): Use `defun' to get better help display.
7694 (org-diary): Call `org-compile-prefix-format'.
7695 (org-table-formula-substitute-names): New function.
7696 (org-agenda-day-view, org-agenda-week-view): New commands.
7697 (org-agenda-toggle-week-view): Command removed.
7698 (org-tbl-menu): Split off from org-org-menu.
7699 (org-mode): Move removal of outline-mode menus to here.
7700 (org-table-formula-debug): New option.
7701 (org-table-insert-row): Keep first field if just "#" or "*".
7702 (org-mode): Paragraph regexps fixed.
7703 (org-table-recalculate-regexp): New constant.
7704 (org-table-justify-field-maybe): Avoid replace if not necessary.
7705 (org-copy-special, org-cut-special): Use `call-interactively'.
7706 (org-table-copy-region): Take region from `interactive' call.
7707 (org-trim): Return string even if no match.
7708 (org-formula): New face.
7709 (org-set-font-lock-defaults): No longer highlight "FIXME".
7710 But highlight formula-related fields in table.
7711 (org-table-p): Use regexp, not fontification.
7712 (org-table-align): Handle white space at end of line.
7713 (org-table-formula-evaluate-inline): New option.
7714 (org-mode): Auto-wrapping in comment lines turned off.
7715 (org-table-copy-down): Evaluate only in copied field, not in
7716 destination.
7717 (org-table-current-formula): Variable removed.
7718 (org-table-store-formulas, org-table-get-stored-formulas)
7719 (org-table-modify-formulas, org-table-replace-in-formulas)
7720 (org-table-maybe-eval-formula): New functions.
7721 (org-table-get-formula): Modify to use stored formulas.
7722 (org-table-insert-column, org-table-delete-column)
7723 (org-table-move-column): Call `org-table-modify-formulas'.
7724 (org-complete): Add completion for keyword formulas.
7725 (orgtbl-mode): Pull orgtbl-mode-map to start of
7726 minor-mode-map-alist.
7727
7728 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7729
7730 * progmodes/python.el (python-check): Require `compile' before
7731 modifying its variables.
7732
7733 * newcomment.el (comment-indent-default): Don't get fooled by an early
7734 end of buffer.
7735
7736 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7737
7738 * ps-print.el (ps-print-version): Fix version number.
7739
7740 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7741
7742 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7743
7744 2005-06-28 Richard M. Stallman <rms@gnu.org>
7745
7746 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7747 (flyspell-local-mouse-map): Declaration deleted.
7748 (flyspell-mouse-map): Bind only mouse-2.
7749 (flyspell-mode-map): Don't test flyspell-use-local-map.
7750 (flyspell-overlay-keymap-property-name): Var deleted.
7751 (flyspell-mode-on): Don't make local bindings for
7752 flyspell-mouse-map and flyspell-mode-map.
7753 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7754
7755 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7756
7757 * progmodes/compile.el (compilation-next-error-function):
7758 Don't switch buffers; operate on the current buffer.
7759
7760 * progmodes/compile.el (compilation-error-file-name)
7761 (compilation-warning-file-name, compilation-info-file-name)
7762 (compilation-line-number, compilation-column-number): New faces.
7763 (compilation-error-face, compilation-warning-face)
7764 (compilation-info-face, compilation-line-face)
7765 (compilation-column-face): Use them.
7766
7767 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7768
7769 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7770
7771 * bindings.el (global-map): Bind insertchar and its variants.
7772
7773 2005-06-27 Richard M. Stallman <rms@gnu.org>
7774
7775 * textmodes/artist.el (artist-text-overwrite)
7776 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7777
7778 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7779
7780 * ps-print.el: It was not working the page selection for printing.
7781 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7782 (ps-print-version): New version 6.6.7.
7783 (ps-end-sheet): New fun.
7784 (ps-header-sheet, ps-end-job): Call it.
7785
7786 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7787
7788 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7789
7790 2005-06-27 Lute Kamstra <lute@gnu.org>
7791
7792 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7793 background color faces.
7794 (facemenu-get-face): Delete function.
7795 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7796 (facemenu-add-new-color): Make second argument mandatory.
7797 Create the appropriate face and return it. Simplify.
7798 (facemenu-set-foreground, facemenu-set-background): Don't check if
7799 color is defined. Use return value of facemenu-add-new-color.
7800
7801 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7802
7803 * progmodes/gud.el (gud-filter): Add missing argument to
7804 with-selected-window.
7805
7806 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7807
7808 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7809 a :require to the defcustom.
7810
7811 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7812 defcustoms corresponding to minor modes.
7813
7814 2005-06-26 David Ponce <david@dponce.com>
7815
7816 * recentf.el: Require tree-widget instead of wid-edit.
7817 (recentf-filename-handler): Fix widget :type.
7818 (recentf-cancel-dialog, recentf-open-more-files)
7819 (recentf-open-files-action): Doc fix.
7820 (recentf-dialog-goto-first): New function.
7821 (recentf-dialog-mode-map): Set parent keymap first.
7822 (recentf-dialog-mode): Define with define-derived-mode.
7823 Don't display continuation lines in dialogs.
7824 (recentf-edit-list): Rename from recentf-edit-selected-items.
7825 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7826 Simplify.
7827 (recentf-edit-list-validate): New function.
7828 (recentf-edit-list): Update accordingly.
7829 (recentf-open-files-item-shift): Remove.
7830 (recentf-open-files-item): Convert menu elements into tree and
7831 link widgets. Don't create the widgets.
7832 (recentf-open-files): Update accordingly.
7833 (recentf-save-list): Untabify.
7834
7835 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7836
7837 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7838 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7839 partially contained in the active region. Do not take active
7840 region into account when called from Lisp, unless INTERACTIVE arg
7841 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7842 avoid trouble with fields. Make marker point nowhere when no
7843 longer used. Always return nil. Doc fix.
7844 (flush-lines): Add INTERACTIVE arg. Do not take active region
7845 into account when called from Lisp, unless INTERACTIVE arg is
7846 non-nil. Use `forward-line' instead of `beginning-of-line' to
7847 avoid trouble with fields. Make marker point nowhere when no
7848 longer used. Always return nil. Doc fix.
7849 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7850 interchangeable. Do not take active region into account when
7851 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7852 message in echo area when called from Lisp, unless INTERACTIVE arg
7853 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7854 Return the number of matches. Doc fix.
7855 (occur): Doc fix.
7856 (perform-replace): Make comment follow double space convention for
7857 the sake of `outline-minor-mode'.
7858
7859 * faces.el (facep): Doc fix.
7860
7861 2005-06-25 Richard M. Stallman <rms@gnu.org>
7862
7863 * facemenu.el (facemenu-enable-faces-p): New function.
7864 (facemenu-background-menu, facemenu-foreground-menu)
7865 (facemenu-face-menu): Add menu-enable property.
7866
7867 * jka-compr.el (jka-compr-insert-file-contents):
7868 Special handling if cannot find the uncompression program.
7869
7870 * cus-face.el (custom-face-attributes): Add autoload.
7871
7872 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7873 Bind comment-indent-function locally.
7874
7875 * window.el (save-selected-window): Use save-current-buffer.
7876
7877 * subr.el (with-selected-window): Use save-current-buffer.
7878
7879 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7880 and with-current-buffer.
7881
7882 2005-06-24 Richard M. Stallman <rms@gnu.org>
7883
7884 * simple.el (line-move-1): Fix previous change.
7885
7886 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7887
7888 * replace.el (occur-1): Set `buffer-read-only' and the
7889 buffer-modified flag before running `occur-hook' to protect
7890 against unintentional buffer switches that can lead to data loss.
7891
7892 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7895 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7896 initial error.
7897
7898 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7899 after fresh input.
7900 (gdb-var-create-handler): Put name of expression in quotes.
7901
7902 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7903
7904 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7905 elements of RING in order, and without bogus nil elements.
7906
7907 2005-06-23 Richard M. Stallman <rms@gnu.org>
7908
7909 * simple.el (set-variable): Args renamed; doc fix.
7910 (line-move-1): When there are overlays around, use vertical-motion.
7911
7912 * faces.el (escape-glyph): Use brown against light background.
7913 (nobreak-space): Rename from no-break-space.
7914 Fix previous change.
7915
7916 * dired-aux.el (dired-do-copy): Fix arg prompt.
7917
7918 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7919
7920 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7921
7922 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7923 rather than "Distributor".
7924
7925 2005-06-23 Lute Kamstra <lute@gnu.org>
7926
7927 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7928 (debug-on-entry): Use it. New interactive declaration that uses
7929 function-called-at-point.
7930
7931 2005-06-23 Kim F. Storm <storm@cua.dk>
7932
7933 * subr.el (save-match-data): Add comment about using evaporate arg
7934 to set-match-data.
7935
7936 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7937
7938 * cus-edit.el (customize-face)
7939 (customize-face-other-window): Handle face aliases.
7940
7941 * faces.el (face-documentation, set-face-attribute)
7942 (face-spec-set): Handle face aliases.
7943
7944 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7945
7946 * help-mode.el (help-make-xrefs): If a symbol representing a face
7947 name is not followed by the word "face", it could still be a
7948 function or variable name, so don't bypass other checks.
7949
7950 2005-06-22 Juri Linkov <juri@jurta.org>
7951
7952 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7953 Replace aliased functions with calls where second arg `inherit' is t.
7954
7955 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7956
7957 * progmodes/gdb-ui.el (gdb-error): New variable.
7958 (gdb-error): New function.
7959 (gdb-annotation-rules): Act on error-begin and error annotations.
7960 (gdb-concat-output): Use font-lock-warning-face for errors.
7961
7962 2005-06-22 Miles Bader <miles@gnu.org>
7963
7964 * bindings.el (propertized-buffer-identification): Use renamed
7965 `Buffer-menu-buffer' face.
7966
7967 * faces.el (vertical-border): Rename from `vertical-divider'.
7968 (escape-glyph): Change dark-background color back to `cyan'.
7969
7970 2005-06-21 Juri Linkov <juri@jurta.org>
7971
7972 * faces.el (face-user-default-spec): Try getting `customized-face'
7973 prior to `saved-face'.
7974 (frame-background-mode): Refill docstring.
7975
7976 * emacs-lisp/lisp-mode.el (eval-defun-1):
7977 * emacs-lisp/edebug.el (edebug-eval-defun):
7978 Set `saved-face' temporarily to nil before calling form.
7979 Set `customized-face' to the new spec after that.
7980
7981 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7982
7983 * subr.el (1value, lambda, key-substitution-in-progress):
7984 Doc fixes.
7985
7986 * autoinsert.el (auto-insert-alist):
7987 * ses.el (ses-call-printer):
7988 * subr.el (noreturn):
7989 * emacs-lisp/lisp.el (check-parens):
7990 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7991 * net/browse-url.el (browse-url-mosaic):
7992 * progmodes/cc-defs.el (c-safe-scan-lists):
7993 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7994 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7995 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7996 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7997 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7998 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7999
8000 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
8001
8002 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
8003
8004 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8005
8006 * calendar/appt.el (appt-make-list): Activate the package, if
8007 not already active (for backwards compatibility).
8008
8009 2005-06-20 Kim F. Storm <storm@cua.dk>
8010
8011 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
8012
8013 2005-06-20 Miles Bader <miles@gnu.org>
8014
8015 * faces.el (vertical-divider): New face.
8016
8017 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
8018
8019 * simple.el (kill-whole-line): Doc fix.
8020 (next-error-buffer-p, next-error-find-buffer)
8021 (clone-indirect-buffer): Fix typos in docstrings.
8022 (comment-line-break-function): Doc fix: don't say variable
8023 is automatically buffer-local (it isn't).
8024
8025 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
8026
8027 * net/tramp-ftp.el (top):
8028 * net/tramp-smb.el (top):
8029 * net/tramp-util.el (top):
8030 * net/tramp-uu.el (top):
8031 * net/tramp-vc.el (top):
8032 * net/tramp.el (top): Revert copyright years back to original
8033 ones. Tramp has a life outside GNU Emacs.
8034
8035 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8036
8037 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
8038
8039 2005-06-18 Juri Linkov <juri@jurta.org>
8040
8041 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
8042 end of first regexp to limit the match to the position between
8043 line number and source line with same separator character as used
8044 between file name and line number. In the second regexp limit
8045 mouse-face area to file name and line number by adding new group
8046 for them and referring it in HYPERLINK arg.
8047 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8048 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8049 previous line where grep markers may be already removed.
8050
8051 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
8052
8053 * progmodes/ps-mode.el: Update version and maintainer's email address.
8054
8055 2005-06-18 Steve Youngs <steve@xemacs.org>
8056
8057 * net/browse-url.el (browse-url-browser-function)
8058 (browse-url-default-browser): Add firefox.
8059 (browse-url-firefox-program, browse-url-firefox-arguments)
8060 (browse-url-firefox-startup-arguments)
8061 (browse-url-firefox-new-window-is-tab): New defcustoms.
8062 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8063
8064 2005-06-17 Richard M. Stallman <rms@gnu.org>
8065
8066 * startup.el (command-line): Warn if specified user name has
8067 no home directory.
8068
8069 * term.el (term-get-old-input, term-input-filter, term-input-sender)
8070 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8071
8072 * longlines.el (longlines-mode, longlines-show-hard-newlines):
8073 Doc fixes.
8074
8075 * faces.el (underline): Try bold if terminal doesn't support underline.
8076
8077 * mail/sendmail.el (mail-setup-with-from): New variable.
8078 (mail-insert-from-field): New function.
8079 (sendmail-send-it): Call it.
8080 (mail-setup): Optionally call it here.
8081
8082 * term/linux.el: Call tty-no-underline.
8083
8084 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8085
8086 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8087
8088 2005-06-17 Miles Bader <miles@gnu.org>
8089
8090 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8091 (ediff-current-diff-C, ediff-current-diff-Ancestor)
8092 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8093 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8094 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8095 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8096 Remove "-face" suffix from face names.
8097 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8098 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8099 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8100 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8101 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8102 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8103 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8104 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8105 New backward-compatibility aliases for renamed faces.
8106 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8107 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8108 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8109 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8110 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8111 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8112 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8113 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8114 Use renamed ediff faces.
8115
8116 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8117 Remove "-face" suffix from face names.
8118 (eshell-test-ok-face, eshell-test-failed-face):
8119 New backward-compatibility aliases for renamed faces.
8120 (eshell-run-test): Use renamed eshell-test faces.
8121
8122 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8123 face name.
8124 (eshell-prompt-face): New backward-compatibility alias for renamed
8125 face.
8126 (eshell-emit-prompt): Use renamed eshell-prompt face.
8127
8128 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8129 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8130 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8131 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8132 Remove "-face" suffix from face names.
8133 (eshell-ls-directory-face, eshell-ls-symlink-face)
8134 (eshell-ls-executable-face, eshell-ls-readonly-face)
8135 (eshell-ls-unreadable-face, eshell-ls-special-face)
8136 (eshell-ls-missing-face, eshell-ls-archive-face)
8137 (eshell-ls-backup-face, eshell-ls-product-face)
8138 (eshell-ls-clutter-face):
8139 New backward-compatibility aliases for renamed faces.
8140 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8141
8142 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8143 Remove "-face" suffix from face name.
8144 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8145 instead of literal face.
8146
8147 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
8148
8149 * emacs-lisp/warnings.el (display-warning, lwarn)
8150 (warning-minimum-log-level): Doc fixes.
8151 (warning-minimum-level, warning-minimum-log-level):
8152 Add :debug to :type choices.
8153
8154 * progmodes/ada-mode.el (ada-format-paramlist)
8155 (ada-get-indent-case, ada-check-matching-start)
8156 (ada-check-defun-name, ada-goto-matching-decl-start)
8157 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8158 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8159 (ada-make-subprogram-body): Follow error conventions.
8160 (ada-case-exception-file, ada-indent-comment-as-code)
8161 (ada-indent-handle-comment-special, ada-indent-renames)
8162 (ada-indent-return, ada-search-directories-internal)
8163 (ada-tab-policy, ada-case-exception-substring)
8164 (ada-other-file-alist, ada-matching-start-re)
8165 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8166 (ada-imenu-generic-expression, ada-compile-goto-error)
8167 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8168 (ada-popup-menu, ada-add-extensions, ada-mode)
8169 (ada-region-selected, ada-create-case-exception)
8170 (ada-create-case-exception-substring, ada-after-keyword-p)
8171 (ada-activate-keys-for-case, ada-adjust-case-region)
8172 (ada-adjust-case-buffer, ada-format-paramlist)
8173 (ada-scan-paramlist, ada-insert-paramlist)
8174 (ada-indent-newline-indent)
8175 (ada-indent-newline-indent-conditional)
8176 (ada-justified-indent-current, ada-goto-previous-word)
8177 (ada-indent-current, ada-get-indent-open-paren)
8178 (ada-get-indent-paramlist, ada-get-indent-end)
8179 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8180 (ada-get-indent-block-start, ada-get-indent-subprog)
8181 (ada-get-indent-noindent, ada-get-indent-label)
8182 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8183 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8184 (ada-goto-stmt-end, ada-goto-next-word)
8185 (ada-check-matching-start, ada-check-defun-name)
8186 (ada-goto-matching-decl-start, ada-goto-matching-start)
8187 (ada-goto-matching-end, ada-search-ignore-string-comment)
8188 (ada-in-decl-p, ada-looking-at-semi-or)
8189 (ada-looking-at-semi-private, ada-in-paramlist-p)
8190 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8191 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8192 (ada-next-procedure, ada-previous-procedure, ada-next-package)
8193 (ada-previous-package, ada-create-menu)
8194 (ada-fill-comment-paragraph-justify)
8195 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8196 (ada-other-file-name, ada-last-which-function-line)
8197 (ada-last-which-function-subprog, ada-which-function)
8198 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8199 (ada-gen-treat-proc, ada-check-emacs-version)
8200 (ada-continuation-indent, ada-align-region-separate):
8201 Fix typos in docstrings.
8202 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8203
8204 2005-06-16 Lute Kamstra <lute@gnu.org>
8205
8206 * simple.el (fundamental-mode): Run after-change-major-mode-hook
8207 conditionally.
8208
8209 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8210
8211 * comint.el (comint-replace-by-expanded-filename)
8212 (comint-prompt-regexp, comint-delimiter-argument-list)
8213 (comint-preinput-scroll-to-bottom):
8214 * info.el (Info-hide-cookies-node):
8215 * ls-lisp.el (ls-lisp-classify):
8216 * find-file.el (ff-search-directories, ff-special-constructs)
8217 (ff-find-other-file):
8218 * font-lock.el (font-lock-keywords):
8219 * shell.el (shell-prompt-pattern)
8220 (shell-dynamic-complete-functions, shell-mode)
8221 (shell-delimiter-argument-list):
8222 * term.el (term-replace-by-expanded-filename)
8223 (term-prompt-regexp, term-delimiter-argument-list):
8224 * woman.el (woman-ignore, woman0-if):
8225 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8226 * emacs-lisp/elint.el (elint-init-env):
8227 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8228 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8229 * language/ethio-util.el (ethio-tilde-escape)
8230 (ethio-use-three-dot-question):
8231 * net/zone-mode.el (zone-mode-load-time-setup):
8232 * progmodes/cc-align.el (c-lineup-argcont):
8233 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8234 * progmodes/cperl-mode.el (cperl-set-style-back):
8235 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8236 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8237 Fix spellings in docstrings.
8238
8239 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8240 * progmodes/modula2.el (m2-for): Fix spellings.
8241
8242 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8243
8244 * simple.el (undo-more): Don't use `format' on `error' arguments.
8245 Improve argument/docstring consistency.
8246 (pending-undo-list): Doc fix.
8247
8248 * smerge-mode.el (smerge-ensure-match):
8249 * emulation/vip.el (vip-ex):
8250 * net/zone-mode.el (zone-mode-update-serial):
8251 * progmodes/idlwave.el (idlwave-complete):
8252 * progmodes/vhdl-mode.el (vhdl-visit-file)
8253 (vhdl-compose-wire-components):
8254 Don't use `format' on `error' arguments.
8255
8256 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8257 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8258 (tooltip-help-tips): Fix typos in docstrings.
8259
8260 2005-06-16 David Ponce <david@dponce.com>
8261
8262 * tree-widget.el (tree-widget-value-create): Simplify last change.
8263
8264 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8265
8266 * ido.el (ido-incomplete-regexp): New variable.
8267 (ido-set-matches-1): Handle invalid-regexp error and set
8268 ido-incomplete-regexp.
8269 (ido-incomplete-regexp): New face.
8270 (ido-completions): Use it.
8271 (ido-complete, ido-exit-minibuffer, ido-completions):
8272 Handle incomplete regexps.
8273 (ido-completions): Add check for complete match when entering a regexp.
8274
8275 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8278
8279 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8280
8281 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8282 by field delimiters.
8283
8284 2005-06-15 David Ponce <david@dponce.com>
8285
8286 * tree-widget.el: eval-and-compile inlined functions so they will
8287 be available at run-time too.
8288 (tree-widget-super-format-handler)
8289 (tree-widget-format-handler): Remove.
8290 (tree-widget-value-create): Handle the :indent property.
8291
8292 2005-06-15 Miles Bader <miles@gnu.org>
8293
8294 * progmodes/which-func.el (which-func): Only inherit
8295 `font-lock-function-name-face' when that makes sense against the
8296 default mode-line face, otherwise set the face color explicitly.
8297
8298 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8299 faces instead of (non-existent) variables.
8300
8301 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8302
8303 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8304 (iswitchb-get-matched-buffers): Likewise. Simplify.
8305
8306 2005-06-14 Miles Bader <miles@gnu.org>
8307
8308 * progmodes/ld-script.el (ld-script-location-counter):
8309 Remove "-face" suffix from face name.
8310 (ld-script-location-counter-face):
8311 New backward-compatibility alias for renamed face.
8312 (ld-script-location-counter-face): Use renamed face.
8313
8314 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8315 (cperl-hash): Remove "-face" suffix from face names.
8316 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8317 New backward-compatibility aliases for renamed faces.
8318 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8319 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8320
8321 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8322 name.
8323 (which-func-face): New backward-compatibility alias for renamed face.
8324 (which-func-format): Use renamed which-func face.
8325
8326 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8327 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8328 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8329 names.
8330 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8331 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8332 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8333 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8334 (vhdl-speedbar-architecture-selected)
8335 (vhdl-speedbar-configuration-selected)
8336 (vhdl-speedbar-package-selected)
8337 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8338 names.
8339 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8340 Use renamed faces.
8341 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8342 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8343 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8344 Use renamed faces.
8345 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8346 names.
8347 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8348 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8349 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8350 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8351 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8352 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8353
8354 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8355 face name.
8356 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8357 (sh-heredoc-face): Use renamed sh-heredoc face.
8358
8359 * progmodes/idlw-help.el (idlwave-help-link):
8360 Remove "-face" suffix from face name.
8361 (idlwave-help-link-face):
8362 New backward-compatibility alias for renamed face.
8363 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8364
8365 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8366 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8367 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8368 New backward-compatibility aliases for renamed faces.
8369 (idlwave-shell-disabled-breakpoint-face)
8370 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8371
8372 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8373 Remove "-face" suffix from face names.
8374 (flymake-errline-face, flymake-warnline-face):
8375 New backward-compatibility aliases for renamed faces.
8376 (flymake-highlight-line): Use renamed flymake faces.
8377
8378 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8379 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8380 (ebrowse-member-class, ebrowse-progress):
8381 Remove "-face" suffix from face names.
8382 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8383 (ebrowse-file-name-face, ebrowse-default-face)
8384 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8385 (ebrowse-progress-face):
8386 New backward-compatibility aliases for renamed faces.
8387 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8388 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8389 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8390 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8391
8392 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8393 antlr-syntax)
8394 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8395 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8396 names.
8397 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8398 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8399 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8400 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8401 backward-compatibility aliases for renamed faces.
8402 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8403 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8404 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8405 remove "font-lock-". Use renamed antlr-mode faces.
8406 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8407 literal face-names with face variable references.
8408
8409 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8410 face name.
8411 (Buffer-menu-buffer-face): New backward-compatibility alias for
8412 renamed face.
8413 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8414
8415 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8416
8417 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8418 Eliminate "-face" suffix.
8419 (makefile-targets): Inherit from font-lock-function-name-face and
8420 eliminate "-face" suffix.
8421 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8422 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8423 actions, instead of prepending, to make it less visible.
8424 (makefile-previous-dependency, makefile-match-dependency):
8425 Don't match a target on a continuation line.
8426
8427 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8428
8429 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8430
8431 * progmodes/gdb-ui.el (menu): Re-order menu items.
8432 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8433
8434 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8435 Define in tooltip.el.
8436 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8437 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8438 gud-tooltip-echo-area.
8439
8440 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8441 backward compatibility and make obsolete.
8442 (tooltip-help-tips): Use tooltip-use-echo-area.
8443 (tooltip-show-help-function): Rename to...
8444 (tooltip-show-help): ...this, because it is a function.
8445 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8446
8447 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8448
8449 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8450 (edebug-print-length, edebug-print-level, edebug-print-circle)
8451 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8452 (edebug-eval-print-last-sexp): Doc fixes.
8453
8454 2005-06-14 Kim F. Storm <storm@cua.dk>
8455
8456 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8457 as the coverage buffer/file/both may change.
8458
8459 2005-06-14 Lute Kamstra <lute@gnu.org>
8460
8461 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8462 and run-mode-hooks. Simplify.
8463
8464 * mail/rmailedit.el (rmail-edit-mode):
8465 * progmodes/octave-inf.el (inferior-octave-mode):
8466 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8467
8468 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8469 and run-mode-hooks.
8470 (recentf-edit-list, recentf-open-files): Don't call
8471 kill-all-local-variables directly.
8472
8473 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8474
8475 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8476
8477 * emacs-lisp/byte-run.el (make-obsolete)
8478 (define-obsolete-function-alias): Rename arguments FUNCTION and
8479 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8480 (make-obsolete-variable, define-obsolete-variable-alias):
8481 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8482 respectively.
8483
8484 * isearchb.el (isearchb-activate):
8485 * pcvs.el (cvs-mode):
8486 * ses.el (ses-load):
8487 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8488 * net/tramp.el (tramp-find-file-exists-command)
8489 (tramp-find-shell):
8490 * progmodes/ada-mode.el (ada-create-case-exception)
8491 (ada-create-case-exception-substring, ada-make-subprogram-body):
8492 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8493 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8494 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8495 * textmodes/org.el (org-promote, org-evaluate-time-range)
8496 (org-agenda-next-date-line, org-agenda-previous-date-line)
8497 (org-agenda-error, org-open-at-point, org-table-move-row)
8498 (org-format-table-table-html-using-table-generate-source)
8499 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8500 * textmodes/reftex.el (reftex-access-scan-info):
8501 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8502 (reftex-toc-promote-prepare): Follow error conventions.
8503
8504 * diff-mode.el (diff-mode): Fix typo in docstring.
8505
8506 * forms.el (forms--intuit-from-file): Fix reference to
8507 `forms-number-of-fields' in error message.
8508 (forms-print): Fix quoting in error message.
8509
8510 * forms.el (forms-mode):
8511 * emulation/vi.el (vi-goto-insert-state):
8512 * progmodes/flymake.el (flymake-new-err-info)
8513 (flymake-start-syntax-check-for-current-buffer)
8514 (flymake-simple-cleanup):
8515 * eshell/esh-var.el (eshell/export):
8516 * progmodes/gud.el (xdb):
8517 * textmodes/flyspell.el (flyspell-incorrect-hook)
8518 (flyspell-maybe-correct-transposition)
8519 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8520
8521 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8522
8523 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8524 minibuffer prompt.
8525
8526 2005-06-13 Kim F. Storm <storm@cua.dk>
8527
8528 * subr.el (add-to-ordered-list): New defun.
8529
8530 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8531 add cua--keymap-alist to emulation-mode-map-alists.
8532
8533 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8534
8535 * subr.el (complete-in-turn): New macro.
8536 (dynamic-completion-table, lazy-completion-table): Add debug info.
8537
8538 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8539 in preference to face aliases.
8540
8541 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8542 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8543 Remove unused vars `start' and `firstline'.
8544 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8545 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8546
8547 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8548
8549 * cus-start.el (all): Don't complain about missing GTK-related
8550 variables, unless either `gtk' is boundp or this isn't a
8551 `windows-nt' build.
8552
8553 2005-06-13 Lute Kamstra <lute@gnu.org>
8554
8555 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8556 run-mode-hooks.
8557
8558 * ediff-mult.el (ediff-meta-mode):
8559 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8560
8561 * ledit.el (ledit-mode): Use delay-mode-hooks.
8562
8563 * woman.el (woman-mode-line-format): Delete constant.
8564 (woman-mode-map): Initialize it properly.
8565 (woman-mode): Set mode-class property to special.
8566 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8567 Set major-mode and mode-name. Don't set mode-line-format directly.
8568 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8569
8570 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8571 string argument obsolete.
8572
8573 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8574
8575 * textmodes/org.el (org-CUA-compatible): New option.
8576 (org-disputed-keys): New variable.
8577 (org-key): New function.
8578 (orgtbl-make-binding): Add docstring to the created function.
8579 (org-mode): Set paragraph start/separate regexps.
8580 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8581 (org-archive-location, org-archive-mark-done)
8582 (org-archive-stamp-time): New options.
8583 (org-archive-subtree): New command.
8584 (org-fill-paragraph): New function.
8585 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8586 (org-fake-empty-table-line): Function removed.
8587 (org-format-org-table-html): Do not create empty table lines at
8588 separator lines. Improved table header treatment.
8589 (org-link-format): New option.
8590 (org-make-link): New function.
8591 (org-insert-link, org-store-link): Use org-make-link.
8592 (org-open-file): Quote file name for shell command, to allow
8593 spaces in file names.
8594 (org-link-regexp): Fix bug with mailto link.
8595 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8596 New constants.
8597 (org-export-as-html): Deal with the optional angles around a link.
8598 Better treatment of file: links.
8599 (org-open-at-point): Replace @{ and @} with < and >.
8600 (org-run-mode-hooks): Function removed.
8601 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8602
8603 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8604
8605 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8606 MI command -data-list-register-values.
8607 (gdb-post-prompt): Indent properly.
8608
8609 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8610
8611 * hilit-chg.el (highlight-changes-colors): Rename from
8612 `highlight-changes-colours'.
8613 (highlight-changes-colours): Keep as obsolete alias.
8614 (highlight-changes-face-list): Doc fix.
8615 (hilit-chg-make-list): Use `highlight-changes-colors'.
8616
8617 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8618
8619 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8620 defun-prompt-regexp.
8621
8622 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8623
8624 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8625 and cygwin.
8626
8627 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8628 Don't use an old loaddefs.el, as in Makefile.in.
8629
8630 2005-06-12 Lute Kamstra <lute@gnu.org>
8631
8632 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8633
8634 * man.el (Man-mode-map): Initialize it properly.
8635 (Man-mode): Set mode-class property to special.
8636
8637 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8638
8639 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8640
8641 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8642 A newline is needed in the docstring there.
8643
8644 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8645 Doc fixes.
8646
8647 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8648
8649 * printing.el: Doc fix. The menubar is no more changed when printing
8650 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8651 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8652 (pr-version): New version number (6.8.4).
8653 (pr-menu-bind): New command.
8654 (pr-update-menus): Docstring and code fix.
8655 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8656 Docstring fix.
8657 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8658 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8659
8660 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8661
8662 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8663 "Returns" to "return", document useful return values, etc.
8664
8665 2005-06-11 Alan Mackenzie <acm@muc.de>
8666
8667 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8668 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8669 (adaptive-file-function): Minor amendment to doc-string.
8670
8671 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8672
8673 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8674 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8675 Fix :type--it is `integer', not `string'.
8676
8677 * faces.el (modeline-highlight): Rename from (the erroneous)
8678 `modeline-higilight'.
8679
8680 2005-06-11 Lute Kamstra <lute@gnu.org>
8681
8682 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8683 lisp-interaction-mode-map but make it the parent.
8684 (edebug-eval-mode): Use define-derived-mode.
8685
8686 2005-06-11 Andreas Schwab <schwab@suse.de>
8687
8688 * bindings.el: Add binding of `ESC functionkey' for every
8689 `M-functionkey'.
8690 * hexl.el (hexl-mode-map): Likewise.
8691
8692 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8693
8694 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8695 [msft]: update regexp for newer msft compilers.
8696
8697 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8698
8699 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8700 ATTLIST portions of included DTDs.
8701 (xml-parse-dtd): Eliminate use of inefficient match-data.
8702
8703 2005-06-10 Miles Bader <miles@gnu.org>
8704
8705 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8706 (mpuz-text): Remove "-face" suffix from face names.
8707 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8708 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8709 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8710
8711 * play/gomoku.el (gomoku-O, gomoku-X):
8712 Remove "-face" suffix from face names.
8713 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8714 New backward-compatibility aliases for renamed faces.
8715 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8716
8717 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8718
8719 * thumbs.el: Fixes for changes of 2005-06-09.
8720 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8721 as a directory.
8722 (thumbs-thumbname): Remove directory separator from format string;
8723 `thumbs-thumbsdir' now returns a valid directory name.
8724 (thumbs-temp-dir): New defsubst.
8725 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8726 Use it.
8727
8728 * cus-edit.el (minibuffer):
8729 * files.el (make-backup-file-name-function):
8730 * filesets.el (filesets-external-viewers):
8731 * hilit-chg.el (highlight-changes-colours)
8732 (highlight-changes-face-list, highlight-changes-rotate-faces):
8733 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8734 * kmacro.el (kmacro-call-macro):
8735 * log-edit.el (log-edit-changelog-full-paragraphs):
8736 * mouse.el (mouse-1-click-follows-link):
8737 * skeleton.el (skeleton-autowrap):
8738 * subr.el (insert-for-yank-1):
8739 * tempo.el (tempo-insert-region):
8740 * terminal.el (terminal-emulator):
8741 * time.el (display-time-mail-face):
8742 * vc.el (vc-annotate):
8743 * vcursor.el (vcursor-copy-line):
8744 * woman.el (woman-bold-headings, woman-ignore)
8745 (woman-default-faces, woman-monochrome-faces):
8746 * calendar/todo-mode.el (todo-insert-threshold):
8747 * emulation/pc-select.el (pc-select-selection-keys-only)
8748 (pc-selection-mode):
8749 * emulation/vip.el (vip-find-char-forward):
8750 * emulation/viper-cmd.el (viper-find-char-forward):
8751 * international/mule-cmds.el
8752 (select-safe-coding-system-accept-default-p)
8753 (input-method-exit-on-invalid-key):
8754 * international/mule-diag.el (describe-coding-system):
8755 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8756 * net/browse-url.el (browse-url-xterm-program):
8757 * obsolete/lazy-lock.el (lazy-lock-mode):
8758 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8759 (cperl-mode):
8760 * progmodes/cpp.el (cpp-face-light-name-list)
8761 (cpp-face-dark-name-list):
8762 * progmodes/delphi.el (delphi-newline-always-indents):
8763 Fix spellings in docstrings.
8764
8765 * ido.el (ido-mode, ido-file-extensions-order)
8766 (ido-default-file-method, ido-default-buffer-method)
8767 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8768 (ido-decorations, ido-read-file-name-as-directory-commands)
8769 (ido-read-file-name-non-ido, ido-work-directory-list)
8770 (ido-ignore-item-temp-list, ido-current-directory)
8771 (ido-magic-forward-char, ido-enter-find-file)
8772 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8773 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8774
8775 2005-06-10 Lute Kamstra <lute@gnu.org>
8776
8777 * play/dunnet.el (dun-mode): Use define-derived-mode.
8778 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8779 obsolete alias.
8780
8781 * play/doctor.el (doctor-mode-map): Remove defvar.
8782 (doctor-mode): Use define-derived-mode.
8783
8784 * mail/mspools.el (mspools-mode):
8785 * net/eudc-hotlist.el (eudc-hotlist-mode):
8786 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8787
8788 2005-06-10 Miles Bader <miles@gnu.org>
8789
8790 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8791 Remove "-face" suffix from face names.
8792 (flyspell-incorrect-face, flyspell-duplicate-face):
8793 New backward-compatibility aliases for renamed faces.
8794 (flyspell-mode-on, make-flyspell-overlay)
8795 (flyspell-highlight-incorrect-region)
8796 (flyspell-highlight-duplicate-region)
8797 (flyspell-display-next-corrections)
8798 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8799
8800 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8801 from face name.
8802 (texinfo-heading-face): New backward-compatibility alias for
8803 renamed face.
8804 (texinfo-heading-face): Use renamed texinfo-heading face.
8805
8806 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8807 suffix from face names.
8808 (tex-math-face, tex-verbatim-face):
8809 New backward-compatibility aliases for renamed faces.
8810 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8811 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8812 literal face name.
8813
8814 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8815 name.
8816 (table-cell-face): New backward-compatibility alias for renamed face.
8817 (table--put-cell-face-property, table--update-cell-face):
8818 Use renamed table-cell face.
8819
8820 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8821 from face name.
8822 (sgml-namespace-face): New backward-compatibility alias for
8823 renamed face.
8824 (sgml-namespace-face): Use renamed sgml-namespace face.
8825
8826 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8827 (org-level-4, org-level-5, org-level-6, org-level-7)
8828 (org-level-8, org-warning, org-headline-done)
8829 (org-deadline-announce, org-scheduled-today)
8830 (org-scheduled-previously, org-link, org-done, org-table)
8831 (org-time-grid): Remove "-face" suffix from face names.
8832 (org-level-1-face, org-level-2-face, org-level-3-face)
8833 (org-level-4-face, org-level-5-face, org-level-6-face)
8834 (org-level-7-face, org-level-8-face, org-warning-face)
8835 (org-headline-done-face, org-deadline-announce-face)
8836 (org-scheduled-today-face, org-scheduled-previously-face)
8837 (org-link-face, org-done-face, org-table-face)
8838 (org-time-grid-face):
8839 New backward-compatibility aliases for renamed faces.
8840 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8841 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8842 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8843 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8844
8845 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8846 (viper-minibuffer-emacs, viper-minibuffer-insert)
8847 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8848 (viper-search-face, viper-replace-overlay-face)
8849 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8850 (viper-minibuffer-vi-face):
8851 New backward-compatibility aliases for renamed faces.
8852 (viper-search-face, viper-replace-overlay-face)
8853 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8854 (viper-minibuffer-vi-face): Use renamed viper faces.
8855
8856 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8857 Remove "-face" suffix from face names.
8858 (testcover-nohits-face, testcover-1value-face):
8859 New backward-compatibility aliases for renamed faces.
8860 (testcover-mark): Use renamed testcover faces.
8861
8862 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8863 face name.
8864 (diary-button-face): New backward-compatibility alias for renamed face.
8865 (diary-entry): Use renamed diary-button face.
8866
8867 * calendar/calendar.el (diary, calendar-today, holiday)
8868 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8869 (diary-face, calendar-today-face, holiday-face):
8870 New backward-compatibility aliases for renamed faces.
8871 (eval-after-load "facemenu", diary-entry-marker)
8872 (calendar-today-marker, calendar-holiday-marker, diary-face):
8873 Use renamed calendar faces.
8874
8875 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8876 (compare-windows-face): New backward-compatibility alias for
8877 renamed face.
8878 (compare-windows-highlight): Use renamed compare-windows face.
8879
8880 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8881 (strokes-char-face): New backward-compatibility alias for renamed face.
8882 (strokes-encode-buffer): Use renamed strokes-char face.
8883
8884 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8885 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8886 Remove "-face" suffix from face names.
8887 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8888 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8889 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8890 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8891 Use renamed pcvs faces.
8892 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8893 * pcvs-defs.el (cvs-mode-map): Likewise.
8894 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8895
8896 * info.el (info-title-1, info-title-2, info-title-3)
8897 (info-title-4): Remove "-face" suffix from and downcase face names.
8898 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8899 (Info-title-4-face):
8900 New backward-compatibility aliases for renamed faces.
8901 (Info-fontify-node): Use renamed info faces.
8902
8903 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8904 Remove "-face" suffix from face names.
8905 (highlight-changes-face, highlight-changes-delete-face):
8906 New backward-compatibility aliases for renamed faces.
8907 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8908 (hilit-chg-make-list): Use renamed highlight-changes faces.
8909
8910 * generic-x.el (show-tabs-tab, show-tabs-space):
8911 Remove "-face" suffix from face names.
8912 (show-tabs-tab-face, show-tabs-space-face):
8913 New backward-compatibility aliases for renamed faces.
8914 (show-tabs-generic-mode-font-lock-defaults-1)
8915 (show-tabs-generic-mode-font-lock-defaults-2):
8916 Use renamed show-tabs faces.
8917
8918 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8919 (smerge-markers): Remove "-face" suffix from face names.
8920 (smerge-mine-face, smerge-other-face, smerge-base-face)
8921 (smerge-markers-face):
8922 New backward-compatibility aliases for renamed faces.
8923 (smerge-mine-face, smerge-other-face, smerge-base-face)
8924 (smerge-markers-face): Use renamed smerge faces.
8925
8926 * log-view.el (log-view-file, log-view-message): Remove "-face"
8927 suffix from face names.
8928 (log-view-file-face, log-view-message-face):
8929 New backward-compatibility aliases for renamed faces.
8930 (log-view-file-face, log-view-message-face): Use renamed log-view
8931 faces.
8932
8933 * paren.el (show-paren-match, show-paren-mismatch):
8934 Remove "-face" suffix from face names.
8935 (show-paren-match-face, show-paren-mismatch-face):
8936 New backward-compatibility aliases for renamed faces.
8937 (show-paren-function): Use renamed show-paren faces.
8938
8939 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8940 (ruler-mode-margins, ruler-mode-fringes)
8941 (ruler-mode-column-number, ruler-mode-fill-column)
8942 (ruler-mode-comment-column, ruler-mode-goal-column)
8943 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8944 suffix from face names.
8945 (ruler-mode-default-face, ruler-mode-pad-face)
8946 (ruler-mode-margins-face, ruler-mode-fringes-face)
8947 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8948 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8949 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8950 New backward-compatibility aliases for renamed faces.
8951 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8952 (ruler-mode-column-number, ruler-mode-fill-column)
8953 (ruler-mode-comment-column, ruler-mode-goal-column)
8954 (ruler-mode-tab-stop, ruler-mode-current-column)
8955 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8956 faces.
8957
8958 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8959 face name.
8960 (whitespace-highlight-the-space): Use renamed face.
8961 (whitespace-highlight-face): New backward-compatibility alias for
8962 renamed face.
8963
8964 * woman.el (woman-italic, woman-bold, woman-unknown)
8965 (woman-addition, woman-symbol-face):
8966 Remove "-face" suffix from face names.
8967 (woman-italic-face, woman-bold-face, woman-unknown-face)
8968 (woman-addition-face):
8969 New backward-compatibility aliases for renamed faces.
8970 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8971 (woman-decode-region, woman-replace-match)
8972 (woman-display-extended-fonts, woman-special-characters)
8973 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8974 Use renamed woman faces.
8975
8976 * longlines.el (longlines-visible-face): Face removed.
8977
8978 * diff-mode.el (diff-header, diff-file-header, diff-index)
8979 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8980 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8981 suffix from face names.
8982 (diff-header-face, diff-file-header-face, diff-index-face)
8983 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8984 (diff-changed-face, diff-function-face, diff-context-face)
8985 (diff-nonexistent-face): New backward-compatibility aliases for
8986 renamed faces.
8987 (diff-header-face, diff-file-header-face)
8988 (diff-index, diff-index-face, diff-hunk-header)
8989 (diff-hunk-header-face, diff-removed, diff-removed-face)
8990 (diff-added, diff-added-face, diff-changed-face, diff-function)
8991 (diff-function-face, diff-context-face, diff-nonexistent)
8992 (diff-nonexistent-face): Use renamed diff-mode faces.
8993
8994 * progmodes/compile.el (compilation-warning-face)
8995 (compilation-info-face): Remove "-face" suffix from face names.
8996 (compilation-warning-face, compilation-info-face):
8997 New backward-compatibility aliases for renamed faces.
8998 (compilation-warning-face, compilation-info-face):
8999 Use renamed compilation faces.
9000
9001 * add-log.el (change-log-date, change-log-name)
9002 (change-log-email, change-log-file, change-log-list)
9003 (change-log-conditionals, change-log-function)
9004 (change-log-acknowledgement): Remove "-face" suffix from face names.
9005 (change-log-date-face, change-log-name-face)
9006 (change-log-email-face, change-log-file-face)
9007 (change-log-list-face, change-log-conditionals-face)
9008 (change-log-function-face, change-log-acknowledgement-face):
9009 New backward-compatibility aliases for renamed faces.
9010 (change-log-font-lock-keywords): Use renamed change-log faces.
9011
9012 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
9013 (custom-set, custom-changed, custom-saved, custom-button)
9014 (custom-button-pressed, custom-documentation, custom-state)
9015 (custom-comment, custom-comment-tag, custom-variable-tag)
9016 (custom-variable-button, custom-face-tag, custom-group-tag-1)
9017 (custom-group-tag): Remove "-face" suffix from face names.
9018 (custom-magic-alist, custom-magic-value-create)
9019 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
9020 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9021 (custom-set-face, custom-changed-face, custom-saved-face)
9022 (custom-button-face, custom-button-pressed-face)
9023 (custom-documentation-face, custom-state-face)
9024 (custom-comment-face, custom-comment-tag-face)
9025 (custom-variable-tag-face, custom-variable-button-face)
9026 (custom-face-tag-face, custom-group-tag-face-1)
9027 (custom-group-tag-face):
9028 New backward-compatibility aliases for renamed faces.
9029
9030 * wid-edit.el (widget-documentation, widget-button)
9031 (widget-field, widget-single-line-field, widget-inactive)
9032 (widget-button-pressed): "-face" suffix removed from face names.
9033 (widget-documentation-face, widget-button-face)
9034 (widget-field-face, widget-single-line-field-face)
9035 (widget-inactive-face, widget-button-pressed-face):
9036 New backward-compatibility aliases for renamed faces.
9037 (widget-documentation-face, widget-button-face)
9038 (widget-button-pressed-face, widget-specify-field)
9039 (widget-specify-inactive): Use renamed widget faces.
9040
9041 2005-06-10 Kenichi Handa <handa@m17n.org>
9042
9043 * term/x-win.el (x-clipboard-yank): Remove condition-case
9044 wrapping.
9045
9046 2005-06-11 Kenichi Handa <handa@m17n.org>
9047
9048 * add-log.el (change-log-font-lock-keywords): Make the regexp for
9049 date lines stricter.
9050
9051 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
9052
9053 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9054 of x-get-selection.
9055
9056 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9057
9058 * comint.el (comint-mode, comint-snapshot-last-prompt):
9059 * frame.el (frame-current-scroll-bars):
9060 * term.el (term-mode, term-check-proc, term-input-sender)
9061 (term-simple-send, term-extract-string, term-word)
9062 (term-match-partial-filename):
9063 * window.el (window-current-scroll-bars):
9064 * emulation/cua-base.el (cua-normal-cursor-color)
9065 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9066 (cua-global-mark-cursor-color):
9067 * mail/undigest.el (rmail-forward-separator-regex):
9068 Fix typos in docstrings.
9069
9070 * comint.el (comint-check-proc, make-comint-in-buffer)
9071 (comint-source-default): Doc fixes.
9072
9073 * term.el (term-send-string): Improve argument/docstring consistency.
9074
9075 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
9076
9077 * comint.el (comint-send-input): Bind `inhibit-read-only' around
9078 call to `delete-region'.
9079 (comint-mode-hook): Do not enable Font Lock by default.
9080
9081 2005-06-09 Lute Kamstra <lute@gnu.org>
9082
9083 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9084 could be void.
9085
9086 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9087
9088 * emacs-lisp/debug.el (debugger-will-be-back): New var.
9089 (debug): Use it.
9090 (debugger-step-through, debugger-continue, debugger-jump)
9091 (debugger-return-value): Set it when needed.
9092 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9093 Use inhibit-read-only.
9094
9095 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
9096
9097 * window.el (shrink-window-if-larger-than-buffer)
9098 (window-size-fixed): Fix typo in docstring.
9099
9100 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
9101 thumbnails directory on loading.
9102 (thumbs-conversion-program): Use `eq' to check the system type,
9103 not `equal'.
9104 (thumbs-temp-dir): Initialize to `temporary-file-directory',
9105 not "/tmp". Fix docstring.
9106 (thumbs-thumbsdir): New function to return the thumbnails
9107 directory, creating it if needed.
9108 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9109 (thumbs-temp-file): Delete variable and make it into a function.
9110 (thumbs-resize-image, thumbs-modify-image): Use it.
9111 (thumbs-kill-buffer): Simplify.
9112 (thumbs-gensym): Defalias or duplicate CL `gensym'.
9113 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9114 docstrings.
9115
9116 2005-06-09 Kim F. Storm <storm@cua.dk>
9117
9118 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9119 set-match-data to free markers in match-data.
9120
9121 * replace.el (replace-match-data): Pass RESEAT arg `t' to
9122 match-data to unchain markers in match-data.
9123
9124 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9125
9126 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9127 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
9128 unnecessary now.
9129
9130 2005-06-08 Richard M. Stallman <rms@gnu.org>
9131
9132 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9133 give the variable a doc string that doesn't say don't set it directly.
9134
9135 * textmodes/ispell.el (ispell-check-version):
9136 Use match-string-no-properties.
9137 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9138 (ispell-buffer-local-words): Likewise.
9139
9140 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9141 except on terminals with enough colors to really display it.
9142 (makefile-dependency-regex): Delete spurious `bb'.
9143
9144 * faces.el (escape-glyph): Use blue once again in last case.
9145 (no-break-space): Redefine so that it isn't invisible on a tty.
9146
9147 2005-06-08 Kim F. Storm <storm@cua.dk>
9148
9149 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9150 also when reading directory name.
9151
9152 2005-06-08 Lute Kamstra <lute@gnu.org>
9153
9154 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9155 (flyspell-mode-line-string): Remove autoload cookie.
9156 (flyspell-mode): Remove defvar.
9157
9158 2005-06-07 Lute Kamstra <lute@gnu.org>
9159
9160 * textmodes/org.el (org-run-mode-hooks): New function.
9161 (org-agenda-mode): Use it.
9162
9163 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
9164
9165 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9166
9167 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9168
9169 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9170
9171 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9172
9173 * font-lock.el (font-lock-add-keywords): Doc fix.
9174
9175 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9176
9177 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9178 (tex-compile-default): In the absence of any history, use the order in
9179 tex-compile-alist to choose the preferred command.
9180 (tex-compile-commands): Reorder a bit.
9181
9182 * textmodes/flyspell.el (flyspell-auto-correct-binding)
9183 (flyspell-incorrect-face, flyspell-duplicate-face):
9184 Use (X)Emacs-agnostic code.
9185 (flyspell-mode-map): Don't overwrite at each load. Remove code
9186 redundant with the subsequent add-minor-mode. Merge Emacs and
9187 XEmacs code.
9188 (flyspell-word): Minor simplification.
9189 (flyspell-math-tex-command-p): Quieten the byte-compiler.
9190 (flyspell-external-point-words): Remove unused vars `size' and `start'.
9191 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9192 Merge the corresponding Emacs code.
9193 (flyspell-correct-word, flyspell-xemacs-popup):
9194 Use flyspell-do-correct.
9195
9196 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9197 a dedicated window.
9198
9199 * international/latexenc.el (latexenc-find-file-coding-system):
9200 Undo part of last patch, to turn off a compiler warning.
9201
9202 2005-06-06 Juri Linkov <juri@jurta.org>
9203
9204 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9205 Rename `tmm-inactive-face' to `tmm-inactive'.
9206
9207 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
9208
9209 * iswitchb.el: Rename faces.
9210
9211 2005-06-06 Kim F. Storm <storm@cua.dk>
9212
9213 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9214 (cua-global-mark): Remove -face suffix from face names.
9215
9216 * emulation/cua-gmrk.el (cua--init-global-mark):
9217 Remove cua-global-mark face setup.
9218
9219 2005-06-06 Richard M. Stallman <rms@gnu.org>
9220
9221 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9222 just like other allowed characters.
9223 (makefile-match-dependency): Exclude leading and training whitespace
9224 from the range of regexp subexp 1.
9225 (makefile-macroassign-regex): Don't try to match the body,
9226 just the name of the macro being defined.
9227
9228 * info.el (Info-read-node-name-2): New function.
9229 (Info-read-node-name-1): Use that.
9230 Add a completion-base-size-function property.
9231
9232 * simple.el (completion-setup-function): Look for
9233 completion-base-size-function property of minibuffer-completion-table.
9234
9235 * files.el (locate-file-completion): Doc fix.
9236
9237 * printing.el: Don't call pr-update-menus; user must do that.
9238
9239 * emacs-lisp/debug.el (debugger-window): New variable.
9240 (debug): Use debugger-window if it is set and still alive.
9241 Record debugger-window for next entry.
9242
9243 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9244
9245 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9246
9247 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9248 (hack-one-local-variable, hack-local-variables)
9249 (hack-local-variables-prop-line): Pass that arg.
9250
9251 2005-06-06 Kim F. Storm <storm@cua.dk>
9252
9253 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9254 (ido-indicator): Remove -face suffix from face names.
9255
9256 2005-06-06 Juri Linkov <juri@jurta.org>
9257
9258 * font-lock.el (font-lock-regexp-backslash)
9259 (font-lock-regexp-backslash-construct): New faces.
9260 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9261 after `('. Add `while-no-input' to control structures.
9262
9263 * faces.el (no-break-space, shadow): New faces.
9264 (escape-glyph): Use less loud colors pink2 and red4.
9265
9266 * diff-mode.el (diff-context-face)
9267 * dired.el (dired-ignored)
9268 * rfn-eshadow.el (file-name-shadow)
9269 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9270
9271 * info.el (Info-title-1-face): Use green instead of yellow because
9272 bold yellow is not readable on light backgrounds.
9273
9274 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9275 before selecting the desired mode to not spend time fontifying
9276 old contents.
9277
9278 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9279
9280 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9281 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9282
9283 * ps-print.el (ps-default-fg, ps-default-bg):
9284 Fix typos in docstrings.
9285
9286 * isearchb.el (isearchb): Don't pass a spurious second argument to
9287 `iswitchb-completions'.
9288
9289 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9290
9291 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9292 to preserve point.
9293 (gdb-find-file-hook): Add doc string.
9294
9295 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9296 C dereferenced pointer expression.
9297 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9298
9299 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9300
9301 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9302 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9303 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9304 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9305 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9306 Make background transparent.
9307
9308 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9309
9310 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9311 (font-lock-remove-keywords): Doc fix.
9312 (font-lock-mode-major-mode): Compiler defvar.
9313 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9314
9315 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9316 (font-lock-mode): Update `font-lock-mode-major-mode'.
9317 (font-lock-set-defaults): Compiler defvar.
9318 (font-lock-default-function): Take `font-lock-mode-major-mode'
9319 into account.
9320
9321 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9322 keep track of which major mode it enabled the minor mode for.
9323 Use find-file-hook again. Update docstring.
9324
9325 * simple.el (eval-expression-print-level)
9326 (eval-expression-print-length, eval-expression-debug-on-error):
9327 Doc fixes.
9328
9329 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9330
9331 * iswitchb.el (iswitchb-single-match-face)
9332 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9333 (iswitchb-invalid-regexp-face): New faces.
9334 (iswitchb-completions): Use them.
9335 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9336 now marked as an obsolete alias.
9337 (iswitchb-read-buffer): Remove check for bound font variables.
9338 (iswitchb-invalid-regexp): New free variable.
9339 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9340 set iswitchb-invalid-regexp.
9341 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9342 invalid regexps.
9343 (iswitchb-completions): Add check for complete match when entering
9344 a regexp.
9345 (iswitchb-completions): Remove require-match argument.
9346 (iswitchb-exhibit): Fix caller.
9347 (iswitchb-common-match-inserted): New variable.
9348 (iswitchb-complete, iswitchb-completion-help): Use it.
9349
9350 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9351
9352 * url-http.el (url-http-chunked-encoding-after-change-function):
9353 Use `url-http-debug' instead of `message'.
9354
9355 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9356
9357 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9358 callback argument.
9359
9360 2005-06-04 Kim F. Storm <storm@cua.dk>
9361
9362 * simple.el (line-move): Only call sit-for when moving backwards.
9363
9364 * ido.el (ido-make-merged-file-list-1): New defun split from
9365 ido-make-merged-file-list.
9366 (ido-make-merged-file-list): Bind throw-on-input around call to
9367 ido-make-merged-file-list-1. Return input-pending-p if
9368 interrupted by more input available.
9369 (ido-read-internal): Handle input-pending-p return value from
9370 ido-make-merged-file-list.
9371
9372 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9373
9374 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9375 compatibility code.
9376
9377 * international/latexenc.el (latexenc-find-file-coding-system):
9378 Don't inherit the EOL part of the coding-system from the
9379 tex-main buffer. Fit within 80 columns.
9380
9381 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9382
9383 * tmm.el (tmm-inactive-face): New face.
9384 (tmm-remove-inactive-mouse-face): New function.
9385 (tmm-prompt, tmm-add-one-shortcut)
9386 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9387 but not selectable.
9388
9389 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9390
9391 * faces.el (face-equal): Improve argument/docstring consistency.
9392
9393 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9394
9395 * progmodes/make-mode.el (makefile-targets-face)
9396 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9397 (makefile-bsdmake-dependency-regex)
9398 (makefile-makepp-rule-action-regex)
9399 (makefile-bsdmake-rule-action-regex): New constants.
9400 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9401
9402 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9403 Allow (...) within `...' for makepp messages.
9404
9405 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9406
9407 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9408
9409 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9410 "." files are deleted from all file lists before comparison.
9411
9412 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9413 (viper-ESC-key): Made them customizable.
9414
9415 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9416
9417 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9418
9419 * autorevert.el (auto-revert-buffers): Use save-match-data.
9420
9421 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9424 menu items with a nil command binding.
9425
9426 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9427
9428 * emacs-lisp/cl-macs.el (defsetf):
9429 Improve argument/docstring consistency.
9430
9431 * faces.el (list-faces-display): Improve the formatting by
9432 computing the maximum length required for any face-name (reworked
9433 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9434 (internal-find-face): Remove redundant info in docstring.
9435
9436 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9437
9438 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9439 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9440 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9441 (gdb-assembler-custom): Improve regexps.
9442 (def-gdb-auto-update-handler): Use window point to preserve point.
9443
9444 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9447
9448 2005-05-31 Jay Belanger <belanger@truman.edu>
9449
9450 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9451 to calc-embedded.
9452 (calc-embedded-make-info): Have plain prefix argument select
9453 entire line.
9454
9455 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9456
9457 * faces.el (list-faces-display): Signal error if passed a regexp
9458 that matches no face name.
9459
9460 * simple.el (filter-buffer-substring): Fix typo in docstring.
9461
9462 2005-05-31 Richard M. Stallman <rms@gnu.org>
9463
9464 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9465 (vhdl-emacs-21): Doc fix.
9466 (vhdl-mode): Unconditionally set comment-padding.
9467 (vhdl-fixup-whitespace-region): Insert spaces only where
9468 there are none.
9469 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9470
9471 2005-05-30 John Wiegley <johnw@newartisans.com>
9472
9473 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9474 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9475 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9476 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9477 `string-to-number'.
9478
9479 2005-05-30 Jay Belanger <belanger@truman.edu>
9480
9481 * calc/calc.el (calc-bug-address): Fix docstring.
9482 (calc-window-hook, calc-trail-window-hook): New variables.
9483 (calc-trail-display): Restore use of calc-trail-window-hook.
9484 (calc): Restore use of calc-window-hook.
9485
9486 2005-05-31 Masatake YAMATO <jet@gyve.org>
9487
9488 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9489
9490 * help-fns.el (help-C-file-name): Add autoload mark for
9491 `find-function-noselect'.
9492
9493 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9494
9495 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9496 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9497
9498 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9499
9500 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9501 included diary buffer if it was not already being visited.
9502 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9503
9504 * calendar/icalendar.el (top-level): Do not require 'appt.
9505
9506 * mail/supercite.el (sc-select-attribution): Only use a list
9507 element from sc-attrib-selection-list if it returns a string.
9508 Reported by Davide G. M. Salvetti <salve@debian.org>.
9509
9510 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9511
9512 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9513 includes a hash value to improve its uniqueness, and has a ".jpg"
9514 extension. Also, it is now a valid filename on all systems.
9515 (thumbs-make-thumb): Use `let', not `let*'.
9516 (thumbs-show-thumbs-list): Check for JPEG availability.
9517
9518 2005-05-30 Richard M. Stallman <rms@gnu.org>
9519
9520 * filesets.el (filesets-menu-ensure-use-cached):
9521 Prevent warning when emacs-version>= is undefined.
9522
9523 * printing.el (pr-interactive-n-up): Use string-to-number.
9524
9525 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9526
9527 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9528 Warn only when name to be defined is quoted.
9529
9530 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9531
9532 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9533 Make regexp more robust.
9534 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9535 Force regeneration of disassembly.
9536
9537 2005-05-29 Jay Belanger <belanger@truman.edu>
9538
9539 * calc/calc.el (calc-user-invocation): Check if
9540 calc-invocation-macro is non-nil.
9541
9542 2005-05-29 Juri Linkov <juri@jurta.org>
9543
9544 * add-log.el (change-log-font-lock-keywords):
9545 Add `+' to e-mail regexp to accept mail address with keywords.
9546
9547 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9548
9549 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9550
9551 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9552
9553 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9554
9555 2005-05-29 Richard M. Stallman <rms@gnu.org>
9556
9557 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9558 Undo the change that moves to end of the current word.
9559
9560 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9561
9562 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9563 Throw error when count <= 0 to ensure input is a number.
9564 (gdb-read-memory-custom): Pick up address from buffer.
9565 (gdb-memory-mode): Allow user to increment and decrement
9566 memory address from header line.
9567
9568 2005-05-29 Richard M. Stallman <rms@gnu.org>
9569
9570 * flyspell.el (flyspell-version): Function deleted.
9571 (flyspell-auto-correct-previous-hook): Doc fix.
9572
9573 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9574 Do nothing if memory is full.
9575
9576 * font-lock.el (font-lock-fontify-syntactically-region):
9577 Pass t for GREEDY to looking-back.
9578
9579 * saveplace.el (save-place-alist-to-file): Write the file
9580 using write-region.
9581
9582 * subr.el (looking-back): New argument GREEDY.
9583
9584 * progmodes/compile.el (compilation-start): Set the mode
9585 before inserting the initial text.
9586
9587 * progmodes/which-func.el (which-func-update-1): Turn the mode
9588 off in case of error by setting which-func-mode.
9589
9590 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9591
9592 * flyspell.el (flyspell-auto-correct-previous-word):
9593 Narrow down to what's on the screen, and recenter overlays
9594 at the end of the next word.
9595
9596 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9597
9598 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9599 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9600 (flyspell-abbrev-p): Default to nil.
9601 (flyspell-use-global-abbrev-table-p): Doc fix.
9602 (flyspell-large-region): Allow nil as value.
9603 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9604
9605 (mail-mode-flyspell-verify): More robust handling
9606 of `mail-header-separator'. More efficient signature detection.
9607 Allow for regexp metacharacters in message-header-separator.
9608 Adding `To' not to be checked in mail-mode-flyspell-verify.
9609
9610 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9611 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9612 Bind flyspell-auto-correct-binding.
9613 Bind C-. and C-, .
9614 (flyspell-mode-map): Likewise.
9615 (flyspell-mode): Doc fix.
9616 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9617 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9618 (flyspell-word-cache-result): New var, always local.
9619 (flyspell-check-pre-word-p): Doc fix.
9620 (flyspell-check-changed-word-p): Handle spc like newline.
9621 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9622 (flyspell-word-search-backward, flyspell-word-search-forward):
9623 New functions.
9624 (flyspell-word): Return t if nothing to check.
9625 When parsing TeX code, check for after } or \.
9626 Use flyspell-word-search-backward to find previous word.
9627 Return nil if duplicated word.
9628 For word already checked, return same value as last time.
9629 Set flyspell-word-cache-result after checking.
9630 Don't clobber the return value.
9631 (flyspell-get-word): Major rewrite.
9632 (flyspell-external-point-words): New locals pword, pcount.
9633 Fix size used in progress message.
9634 Find the proper corresponding word in flyspell-large-region-buffer.
9635 (flyspell-region): Check for flyspell-large-region = nil.
9636 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9637 (flyspell-auto-correct-word): Check that WORD is a cons.
9638 (flyspell-correct-word): Likewise.
9639
9640 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9641
9642 * progmodes/make-mode.el (makefile-rule-action-regex)
9643 (makefile-macroassign-regex, makefile-makepp-mode)
9644 (makefile-bsdmake-mode): Continuation lines may be empty.
9645 Reported by Joshua Varner.
9646 (makefile-makepp-font-lock-keywords): Add $(stem).
9647
9648 2005-05-28 Karl Berry <karl@gnu.org>
9649
9650 * textmodes/tex-mode.el: Now that tex-send-command calls
9651 shell-quote-argument (2005-03-31 change), remove all calls to
9652 shell-quote-argument; they all end up invoking tex-send-command.
9653 The double quoting loses on filenames with non-safe characters,
9654 such as "@". Reported by Frederik Fouvry.
9655
9656 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9657
9658 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9659 about preserving point.
9660
9661 2005-05-27 Jay Belanger <belanger@truman.edu>
9662
9663 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9664 Info-goto-node.
9665
9666 * calc/calc-embed.el (calc-embed-arg): New variable.
9667 (calc-do-embedded-activate, calc-embedded-activate-formula)
9668 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9669 variable by new variable.
9670 (calc-embedded-make-info): Replace undeclared variable by new
9671 variable. When selecting region with positive prefix
9672 argument, use end of previous line instead of beginning of line.
9673
9674 * calc/calc-aent.el (calc-arg-values): Declare it.
9675
9676 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9677 Declare them.
9678
9679 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9680
9681 * calc/calc.el (calc-alg-map): Declare it.
9682
9683 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9684
9685 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9686
9687 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9688 (gdb-registers-buffer, toggle-gdb-all-registers):
9689 Toggle display of floating point registers.
9690 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9691
9692 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9693 (toggle-gud-tooltip-dereference):
9694 Rename from gud-toggle-tooltip-dereference.
9695
9696 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9699
9700 2005-05-27 Jay Belanger <belanger@truman.edu>
9701
9702 * calc/calc-prog.el (calc-kbd-report): Remove.
9703 (calc-kbd-query): Rewrite.
9704
9705 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9706
9707 * image.el (image-library-alist): Move to image.c.
9708 (image-type-available-p): Doc fix.
9709
9710 2005-05-27 Lute Kamstra <lute@gnu.org>
9711
9712 * calc/calc.el (calc):
9713 * outline.el (outline-1, outline-2, outline-3, outline-4)
9714 (outline-5, outline-6, outline-7, outline-8):
9715 * textmodes/dns-mode.el (dns-mode):
9716 * textmodes/sgml-mode.el (sgml-namespace-face):
9717 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9718 (tex-verbatim-face, tex-use-reftex):
9719 * textmodes/texinfo.el (texinfo-heading-face):
9720 Specify customization group.
9721
9722 * longlines.el: Don't require easy-mmode.
9723 (longlines-visible-face): Specify customization group.
9724
9725 2005-05-27 Kenichi Handa <handa@m17n.org>
9726
9727 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9728 encoding table of windows-1251.
9729
9730 * international/ucs-tables.el (ucs-set-table-for-input):
9731 If translation-table-for-input of a coding system is a symbol, get
9732 its translation-table property.
9733
9734 * international/code-pages.el: Don't register a coding system into
9735 non-iso-charset-alist more than once.
9736 (cp-make-coding-system): Likewise.
9737
9738 2005-05-26 John Wiegley <johnw@newartisans.com>
9739
9740 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9741 `eshell-resume-eval' is wrapped in a list, it indicates that the
9742 command was run asynchronously. In that case, unwrap the value
9743 before checking the delimiter value.
9744
9745 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9746 character before a space at the end of a line is \, assume the space
9747 is part of the last argument rather than a final argument separator.
9748
9749 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9750 is in use, and the target is `t' or `nil' (which are the most common
9751 values), don't assume that the symbol target is a buffer.
9752
9753 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9754
9755 * calendar/calendar.el (calendar-mode-line-format):
9756 Use mode-line-highlight as mouse-face.
9757
9758 * time.el (display-time-string-forms, display-time-update):
9759 Use mode-line-highlight as mouse-face.
9760
9761 2005-05-26 Jay Belanger <belanger@truman.edu>
9762
9763 * calc/calc.el (calc-language-alist): Remove extra defvar.
9764
9765 2005-05-26 Lute Kamstra <lute@gnu.org>
9766
9767 * arc-mode.el (archive-mode):
9768 * bookmark.el (bookmark-read-annotation-mode)
9769 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9770 * bs.el (bs-mode):
9771 * calc/calc-yank.el (calc-edit-mode):
9772 * calc/calc.el (calc-mode, calc-trail-mode):
9773 * calculator.el (calculator-mode):
9774 * chistory.el (command-history-mode):
9775 * comint.el:
9776 * cus-edit.el (custom-mode):
9777 * descr-text.el (describe-text-mode):
9778 * ebuff-menu.el (Electric-buffer-menu-mode):
9779 * ediff-util.el (ediff-mode):
9780 * emacs-lisp/re-builder.el (reb-mode):
9781 * emulation/vi.el (vi-mode-setup):
9782 * emulation/ws-mode.el (wordstar-mode):
9783 * eshell/esh-mode.el (eshell-mode):
9784 * forms.el (forms-mode):
9785 * help-mode.el (help-mode):
9786 * hexl.el (hexl-mode):
9787 * ibuffer.el (ibuffer-mode):
9788 * ielm.el (inferior-emacs-lisp-mode):
9789 * info.el (Info-mode, Info-edit-mode):
9790 * international/swedish.el:
9791 * ledit.el (ledit-from-lisp-mode):
9792 * locate.el (locate-mode):
9793 * mail/rmail.el (rmail-mode):
9794 * mail/rmailedit.el (rmail-edit-mode):
9795 * mail/rmailsum.el (rmail-summary-mode):
9796 * mail/supercite.el (sc-electric-mode):
9797 * net/eudc.el (eudc-mode):
9798 * net/quickurl.el (quickurl-list-mode):
9799 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9800 * obsolete/ooutline.el (outline-mode):
9801 * obsolete/options.el (Edit-options-mode):
9802 * obsolete/rnews.el (news-mode):
9803 * obsolete/rnewspost.el (news-reply-mode):
9804 * play/5x5.el (5x5-mode):
9805 * play/decipher.el (decipher-mode, decipher-stats-mode):
9806 * play/gomoku.el (gomoku-mode):
9807 * play/snake.el (snake-mode):
9808 * play/solitaire.el (solitaire-mode):
9809 * play/tetris.el (tetris-mode):
9810 * progmodes/ada-mode.el (ada-mode):
9811 * progmodes/antlr-mode.el (antlr-mode):
9812 * progmodes/autoconf.el (autoconf-mode):
9813 * progmodes/dcl-mode.el (dcl-mode):
9814 * progmodes/delphi.el (delphi-mode):
9815 * progmodes/ebrowse.el (ebrowse-tree-mode)
9816 (ebrowse-electric-list-mode, ebrowse-member-mode)
9817 (ebrowse-electric-position-mode):
9818 * progmodes/f90.el (f90-mode):
9819 * progmodes/fortran.el (fortran-mode):
9820 * progmodes/icon.el (icon-mode):
9821 * progmodes/idlw-help.el (idlwave-help-mode):
9822 * progmodes/idlw-shell.el (idlwave-shell-mode):
9823 * progmodes/idlwave.el (idlwave-mode):
9824 * progmodes/inf-lisp.el (inferior-lisp-mode):
9825 * progmodes/m4-mode.el (m4-mode):
9826 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9827 * progmodes/modula2.el (modula-2-mode):
9828 * progmodes/octave-inf.el (inferior-octave-mode):
9829 * progmodes/octave-mod.el (octave-mode):
9830 * progmodes/pascal.el (pascal-mode):
9831 * progmodes/sh-script.el (sh-mode):
9832 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9833 * progmodes/vhdl-mode.el (vhdl-mode):
9834 * progmodes/xscheme.el (scheme-interaction-mode):
9835 * replace.el (occur-mode):
9836 * ses.el (ses-mode):
9837 * simple.el (completion-list-mode):
9838 * skeleton.el:
9839 * speedbar.el (speedbar-mode):
9840 * term.el (term-mode):
9841 * terminal.el (terminal-edit-mode):
9842 * textmodes/reftex-index.el (reftex-index-mode)
9843 (reftex-index-phrases-mode):
9844 * textmodes/reftex-sel.el (reftex-select-label-mode)
9845 (reftex-select-bib-mode):
9846 * textmodes/reftex-toc.el (reftex-toc-mode):
9847 * wdired.el (wdired-change-to-wdired-mode):
9848 * wid-browse.el (widget-browse-mode):
9849 Use run-mode-hooks.
9850
9851 * array.el (array-mode):
9852 * calendar/todo-mode.el (todo-mode):
9853 * man.el (Man-mode):
9854 * play/landmark.el (lm-mode):
9855 * play/mpuz.el (mpuz-mode):
9856 Use kill-all-local-variables and run-mode-hooks.
9857
9858 * subr.el (delay-mode-hooks): Specify indentation.
9859
9860 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9861
9862 * xml.el (xml-substitute-special): Don't die for undefined xml
9863 entities.
9864
9865 2005-05-26 Jay Belanger <belanger@truman.edu>
9866
9867 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9868 of nil.
9869
9870 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9871
9872 * progmodes/gdb-ui.el (gdb-frame-address):
9873 Rename from gdb-current-address.
9874 (gdb-previous-frame-address): Rename from gdb-previous-address.
9875 (gdb-selected-frame): Rename from gdb-current-frame.
9876 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9877 (gdb-frame-number): Rename from gdb-current-stack-level.
9878 (gdb-ann3): Match new mode-name for disassembly buffer.
9879 Extend initialization of variables.
9880 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9881 (gdb-memory-mode): Use mouse-face in header line.
9882 (gdb-assembler-buffer-name): Call it disassembly and give frame
9883 in mode line.
9884 (gdb-source-spec-regexp, gdb-assembler-custom)
9885 (gdb-invalidate-assembler, gdb-frame-handler):
9886 Make robust to leading zeroes in address format.
9887
9888 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9889
9890 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9891 define `org-mode'.
9892 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9893
9894 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9895
9896 * log-edit.el (log-edit-changelog-entries): Distinguish between
9897 filenames like xfns.c and fns.c.
9898
9899 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9900
9901 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9902 point after reverting.
9903 (Buffer-menu-make-sort-button): Handle the case where
9904 `Buffer-menu-use-header-line' is nil.
9905
9906 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9907
9908 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9909 New funcs. In minibuffer-local-completion-map bind `]', `/'
9910 and `:' to them.
9911
9912 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9913
9914 * startup.el (normal-top-level): Allow modification of load-path while
9915 we're iterating over it.
9916
9917 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9918
9919 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9920 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9921 (thumbs-resize-interactive, thumbs-insert-image)
9922 (thumbs-insert-thumb, thumbs-dired-show-marked)
9923 (thumbs-find-image-at-point, thumbs-delete-images)
9924 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9925 (thumbs-increment-image-size, thumbs-decrement-image-size):
9926 Fix typos in docstrings.
9927
9928 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9929
9930 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9931 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9932 (cperl-mode): Use them.
9933
9934 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9935
9936 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9937 Doc fixes.
9938
9939 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9940
9941 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9942 Bind C-d to gdb-inferior-io-eof.
9943
9944 * dired.el (dired-dnd-popup-notice): Use message-box.
9945
9946 2005-05-23 Masatake YAMATO <jet@gyve.org>
9947
9948 * bindings.el (mode-line-major-mode-keymap):
9949 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9950
9951 * faces.el (mode-line-highlight): New face.
9952
9953 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9954 as mouse-face.
9955
9956 * bindings.el (top-level, help-echo, mode-line-modified)
9957 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9958 as mouse-face.
9959
9960 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9961
9962 * progmodes/cc-engine.el (c-guess-basic-syntax):
9963 Remove spurious call to `zerop'.
9964
9965 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9966
9967 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9968
9969 CC Mode update to 5.30.10:
9970
9971 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9972 could go past the limit in decoration level 2, thereby causing
9973 errors during interactive fontification.
9974
9975 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9976 the file is evaluated interactively.
9977
9978 * cc-engine.el (c-guess-basic-syntax): Handle operator
9979 declarations somewhat better in C++.
9980
9981 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9982 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9983 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9984 (awk-mode): Use it.
9985 (make-local-hook): Suppress warning about obsoleteness.
9986
9987 * cc-engine.el, cc-align.el, cc-cmds.el
9988 (c-append-backslashes-forward, c-delete-backslashes-forward)
9989 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9990 Compensate for return value from `forward-line' when it has moved
9991 but not to a different line due to eob.
9992
9993 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9994 `objc-method-intro' and `objc-method-args-cont'.
9995
9996 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9997
9998 CC Mode update to 5.30.10:
9999
10000 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
10001 in the copyright statement. Incidentally, change "along with GNU
10002 Emacs" to "along with this program" where it occurs.
10003
10004 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
10005 so that it is interactive, hence can be found by M-x awk-mode
10006 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
10007 <gmorris+emacs@ast.cam.ac.uk>.
10008
10009 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
10010 Mode's regexps.
10011
10012 2005-05-23 Kevin Ryde <user42@zip.com.au>
10013
10014 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
10015 c-parse-state, to avoid a lisp error (on bad code).
10016
10017 2005-05-23 Lute Kamstra <lute@gnu.org>
10018
10019 * subr.el (font-lock-defaults): Remove defvar as it's already
10020 defined in font-core.el.
10021
10022 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
10023
10024 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
10025
10026 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
10027 more general and work when GDB variable "print pretty" is on,
10028 as with Emacs, for example.
10029
10030 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
10031
10032 * font-core.el: Update comment.
10033
10034 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10035 Use `after-change-major-mode-hook' instead of `find-file-hook'.
10036
10037 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
10038
10039 2005-05-22 Eli Zaretskii <eliz@gnu.org>
10040
10041 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
10042 and `yank-handler' in the doc strings.
10043
10044 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
10047
10048 2005-05-22 Richard M. Stallman <rms@gnu.org>
10049
10050 * help.el (describe-key): Move print-help-return-message call
10051 out of conditional.
10052
10053 * progmodes/etags.el (list-tags): Use with-no-warnings.
10054
10055 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10056 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10057 (starttls-extra-args, starttls-extra-arguments): Add defvars.
10058
10059 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10060
10061 * language/viet-util.el (viet-viscii-nonascii-translation-table):
10062 Add defvar.
10063
10064 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10065 Use defvar, not defconst.
10066
10067 * hexl.el (hexl-follow-line): Use with-no-warnings.
10068
10069 * emulation/tpu-extras.el: Use write-file-functions instead of
10070 write-file-hooks.
10071
10072 * dired.el (dired-font-lock-keywords): Fontify files with junk
10073 extensions even if marked by -F.
10074
10075 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
10076
10077 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10078 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10079 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10080 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10081 (concatenate, list-length, get*, getf, cl-remprop):
10082 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10083 (etypecase, progv, lexical-let, lexical-let*)
10084 (multiple-value-bind, multiple-value-setq, shiftf):
10085 Improve argument/docstring consistency.
10086
10087 * subr.el (focus-frame, unfocus-frame):
10088 Revert deletion on 2005-05-01.
10089
10090 2005-05-22 Andre Spiegel <spiegel@gnu.org>
10091
10092 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10093 doesn't exist.
10094
10095 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
10096 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10097
10098 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
10099
10100 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10101 already deleted variables: auto-fill-hook, blink-paren-hook,
10102 lisp-indent-hook, inhibit-local-variables, unread-command-event,
10103 suspend-hooks, comment-indent-hook, meta-flag,
10104 before-change-function, after-change-function,
10105 font-lock-doc-string-face.
10106
10107 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10108
10109 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10110
10111 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10112
10113 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10114 rmail-dont-reply-to.
10115
10116 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10117
10118 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10119 literal blank when splitting new-header-values.
10120
10121 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
10122
10123 * calendar/cal-menu.el (cal-menu-update): Add separator as a
10124 string so that tmm doesn't create a completion entry for it.
10125
10126 * textmodes/table.el (table-disable-menu): Ditto.
10127
10128 2005-05-21 Richard M. Stallman <rms@gnu.org>
10129
10130 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10131
10132 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10133
10134 * net/rcompile.el (remote-compile): Use compilation-start.
10135
10136 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10137
10138 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
10139
10140 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10141 Default to makefile-bsdmake-mode on BSD systems.
10142
10143 * imenu.el (imenu-generic-expression, imenu--generic-function'):
10144 REGEXP may also be a search function now. The part of doc-string
10145 for describing the structure was 95% identical to that of
10146 `imenu--generic-function'. Unify it there.
10147
10148 * progmodes/make-mode.el (makefile-imenu-generic-expression):
10149 Use function to find dependencies, because regexp alone is so complex,
10150 it easily goes into an endless loop.
10151 (makefile-makepp-mode): Also add submenu for Perl functions
10152 defined in the makefile.
10153 (makefile-bsdmake-mode): Special imenu-generic-expression no
10154 longer needed, due to function call.
10155 (makefile-match-dependency): Take BOUND into account when checking
10156 if we're through.
10157
10158 2005-05-20 Jay Belanger <belanger@truman.edu>
10159
10160 * calc/calc-units.el (calc-invalidate-units-table):
10161 Use inhibit-read-only.
10162 (math-build-units-table-buffer): Use view-mode.
10163
10164 2005-05-20 David Kastrup <dak@gnu.org>
10165
10166 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10167 easy-menu-add is not a nop on Emacs; and clarify when to call it.
10168
10169 2005-05-20 Lute Kamstra <lute@gnu.org>
10170
10171 * diff-mode.el (diff-header-face, diff-file-header-face)
10172 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10173 (diff-added-face, diff-changed-face, diff-function-face)
10174 (diff-context-face, diff-nonexistent-face): Put them in the
10175 diff-mode customization group.
10176
10177 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10178
10179 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10180
10181 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10182
10183 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10184 Minor regexp-optimization.
10185
10186 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10187
10188 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10189 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10190 (org-agenda-add-time-grid-maybe): New function.
10191 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10192 (org-table-create): `dotimes' instead of `mapcar'.
10193 (org-xor): Simplify implementation.
10194 (org-agenda): `inhibit-redisplay' turned on.
10195 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10196 a consistent line after a state change.
10197 (org-agenda-remove-times-when-in-prefix): New option.
10198 (org-prefix-has-time): New variable.
10199 (org-parse-time-string): Optional argument NODEFAULT.
10200 (org-format-agenda-item): Parse items for time-of-day
10201 specifications and move these into the prefix if possible.
10202 (org-agenda-priority): Get current heading, not previous heading
10203 during agenda remote editing.
10204
10205 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10206
10207 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10208 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10209 (remove-duplicates, delete-duplicates, substitute)
10210 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10211 (nsubstitute-if-not, find, find-if, find-if-not, position)
10212 (position-if, position-if-not, count, count-if, count-if-not)
10213 (mismatch, search, sort*, stable-sort, merge, member*)
10214 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10215 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10216 (intersection, nintersection, set-difference, nset-difference)
10217 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10218 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10219 (nsublis, tree-equal): Improve argument/docstring consistency.
10220
10221 * subr.el (send-string, send-region):
10222 Remove obsolescence declaration.
10223 (window-dot, set-window-dot, read-input, show-buffer)
10224 (eval-current-buffer, string-to-int):
10225 Add release number to obsolescence declarations.
10226
10227 2005-05-19 Kim F. Storm <storm@cua.dk>
10228
10229 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10230 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10231
10232 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
10233
10234 * faces.el (list-faces-display): Make back button respect optional
10235 regexp arg.
10236
10237 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
10238
10239 * calculator.el (calculator-radix-grouping-mode)
10240 (calculator-radix-grouping-digits, calculator-displayer)
10241 (calculator-radix-grouping-separator, calculator-copy-displayer):
10242 * dabbrev.el (dabbrev-search-these-buffers-only):
10243 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10244 (diff-advance-after-apply-hunk, diff-mode-hook)
10245 (diff-minor-mode-prefix):
10246 * imenu.el (imenu-use-popup-menu):
10247 * jit-lock.el (jit-lock-context-time):
10248 * newcomment.el (comment-fill-column, comment-column)
10249 (comment-style, comment-padding, comment-multi-line)
10250 (comment-empty-lines, comment-auto-fill-only-comments):
10251 * reveal.el (reveal-around-mark):
10252 * uniquify.el (uniquify-buffer-name-style)
10253 (uniquify-after-kill-buffer-p)
10254 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10255 (uniquify-min-dir-content, uniquify-separator)
10256 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10257 * w32-vars.el (w32-fixed-font-alist):
10258 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10259 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10260 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10261 * progmodes/perl-mode.el (perl-indent-level)
10262 (perl-continued-statement-offset, perl-continued-brace-offset)
10263 (perl-brace-offset, perl-brace-imaginary-offset)
10264 (perl-label-offset, perl-indent-continued-arguments)
10265 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10266 * progmodes/tcl.el (tcl-indent-level)
10267 (tcl-continued-indent-level, tcl-auto-newline)
10268 (tcl-tab-always-indent, tcl-electric-hash-style)
10269 (tcl-help-directory-list, tcl-use-smart-word-finder)
10270 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10271 (inferior-tcl-source-command):
10272 * textmodes/fill.el (enable-kinsoku):
10273 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10274 * textmodes/table.el (table-yank-handler):
10275 Specify missing group (and type, if simple) in defcustom.
10276
10277 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10278
10279 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10280
10281 2005-05-19 Richard M. Stallman <rms@gnu.org>
10282
10283 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10284
10285 * subr.el (event-basic-type): Don't get an error.
10286 (left-fringe-p): Function deleted.
10287
10288 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10289 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10290
10291 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10292 in recursive copy.
10293
10294 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10295
10296 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10297
10298 * emacs-lisp/bytecomp.el
10299 (byte-compile-file-form-custom-declare-variable): Call
10300 byte-compile-nogroup-warn if appropriate.
10301
10302 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10303 (compilation-set-window): Don't call left-fringe-p; do it directly.
10304
10305 2005-05-19 Jay Belanger <belanger@truman.edu>
10306
10307 * calc/calc-graph.el (calc-graph-format-data): Make sure
10308 var-PlotRejects is bound before trying to check its value.
10309
10310 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10311
10312 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10313 definition of this variable from reftex-global.el to reftex.el,
10314 because it is needed in the menu.
10315
10316 2005-05-19 Lute Kamstra <lute@gnu.org>
10317
10318 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10319 years are fixed. Don't insert a space after a dash.
10320
10321 2005-05-19 Kim F. Storm <storm@cua.dk>
10322
10323 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10324
10325 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10326
10327 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10328 strings, because (eq ... ?\\) is fairly frequent.
10329
10330 * progmodes/make-mode.el (makefile-add-this-line-targets):
10331 Simplify and integrate into `makefile-pickup-targets'.
10332 (makefile-add-this-line-macro): Simplify and integrate into
10333 `makefile-pickup-macros.
10334 (makefile-pickup-filenames-as-targets): Simplify.
10335 (makefile-previous-dependency, makefile-match-dependency):
10336 Don't stumble over `::'.
10337
10338 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10339
10340 * subr.el (post-command-idle-hook, post-command-idle-delay):
10341 Remove obsoletion of post-command-idle-hook and
10342 post-command-idle-delay.
10343
10344 * faces.el (list-faces-display): Provide button when describe-face
10345 is called to take user back to the list of faces.
10346
10347 * help-fns.el (describe-variable): Remove hyperlinks in a
10348 variable's value as these are quite frequently inappropriate.
10349
10350 * follow.el (follow-submit-feedback, follow-mode):
10351 Remove references to post-command-idle-hook.
10352
10353 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10354
10355 * progmodes/make-mode.el (makefile-previous-dependency)
10356 (makefile-match-dependency): Check for := (and in bsd mode also
10357 !=) to give a better result, even when font-lock is not on.
10358
10359 2005-05-18 Jay Belanger <belanger@truman.edu>
10360
10361 * calc/calc-help.el (calc-s-prefix-help):
10362 Add `calc-copy-special-constant' to help string.
10363
10364 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10365
10366 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10367
10368 2005-05-18 Jay Belanger <belanger@truman.edu>
10369
10370 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10371 in linear factors are in proper order.
10372
10373 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10374
10375 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10376 Support for jurabib.
10377
10378 * textmodes/reftex.el (featurep): Define aliases for overlay
10379 commands, for XEmacs compatibility, and use these aliases in
10380 overlay initializations.
10381 (reftex-highlight): Use `reftex-move-overlay'.
10382 (reftex-unhighlight): Use `reftex-delete-overlay'.
10383 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10384 (reftex-access-search-path): Use `reftex-uniquify' instead of
10385 `reftex-uniq'
10386
10387 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10388 `before-string' property modification enables for Emacs as well.
10389 (reftex-select-item): Use `reftex-delete-overlay'.
10390 (reftex-select-mark): Use `reftex-make-overlay' and
10391 `reftex-overlay-put'.
10392 (reftex-select-unmark): Use `reftex-delete-overlay' and
10393 `reftex-overlay-put'.
10394
10395 2005-05-18 Lute Kamstra <lute@gnu.org>
10396
10397 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10398
10399 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10400
10401 * add-log.el (add-change-log-entry):
10402 * array.el (array-make-template, array-reconfigure-rows)
10403 (array-init-max-row, array-init-max-column)
10404 (array-init-columns-per-line, array-init-field-width):
10405 * replace.el (replace-match-maybe-edit, perform-replace):
10406 * textmodes/spell.el (spell-region):
10407 Replace `read-input' by `read-string'.
10408
10409 * forms.el (forms-mode):
10410 * finder.el (finder-compile-keywords):
10411 * shadowfile.el (shadow-read-files):
10412 Replace `eval-current-buffer' by `eval-buffer'.
10413
10414 * terminal.el (te-pass-through):
10415 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10416 (ange-ftp-raw-send-cmd):
10417 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10418 (send-process-next-char, telnet-initial-filter, telnet):
10419 Replace `send-string' by `process-send-string'.
10420
10421 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10422 (prolog-consult-region): Replace `send-string' by
10423 `process-send-string'; replace `send-region' by `process-send-region'.
10424
10425 * progmodes/delphi.el (delphi-log-msg):
10426 Replace `set-window-dot' by `set-window-point'.
10427
10428 * subr.el (window-dot, set-window-dot, read-input, send-string)
10429 (send-region, show-buffer, eval-current-buffer):
10430 Make really obsolete, as the comment says.
10431
10432 2005-05-17 Kim F. Storm <storm@cua.dk>
10433
10434 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10435 (cua--init-keymaps): Bind C-return instead of S-return to set
10436 rectangle mark.
10437
10438 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10439 instead of S-return to toggle/clear rectangle mark.
10440
10441 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10442
10443 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10444 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10445 Also fontify plain strings assigned to variables, mostly so that a
10446 colon has a face and is thus not taken as a dependency separator.
10447 (makefile-previous-dependency): Inline the new matcher, because it
10448 is too complex to work in both directions.
10449 (makefile-match-dependency): Eliminate `backward' arg (see above).
10450 Completely reimplemented so as to not sometimes go into an endless
10451 loop. It should also be more efficient, because first it only
10452 searches for `:', instead of applying the very complex regexp.
10453 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10454 to be fontified in one piece can be too long for JIT.
10455 Makefiles are never *that* big.
10456
10457 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10458
10459 * dired.el (dired-mode): Simplify.
10460
10461 2005-05-17 Lute Kamstra <lute@gnu.org>
10462
10463 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10464 defcustom for the mode hook variable.
10465
10466 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10467 Emacs Lisp Reference Manual.
10468
10469 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10470
10471 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10472 (evenp, list*):
10473 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10474 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10475
10476 * net/tramp-smb.el (tramp-smb-open-connection):
10477 Pass `tramp-chunksize' as fifth (required) argument.
10478
10479 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10480
10481 * font-lock.el (lisp-font-lock-keywords-1):
10482 Set `font-lock-negation-char-face' for [^...] char group.
10483 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10484
10485 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10486 a var, and refine it to mask one more level of nested vars.
10487 (makefile-rule-action-regex): Turn it into a var, and refine it so
10488 it recognizes backslashed continuation lines as belonging to the
10489 same command.
10490 (makefile-macroassign-regex): Refine it so it recognizes
10491 backslashed continuation lines as belonging to the same command.
10492 (makefile-var-use-regex): Don't look at the next char, because it
10493 might be the same one to be skipped by the initial [^$], leading
10494 to an overlooked variable use.
10495 (makefile-make-font-lock-keywords): Remove two parameters, which
10496 are now variables that some of the modes set locally.
10497 Handle dependency and rule action matching through functions, because
10498 regexps alone match too often. Dependency matching now comes
10499 last, so it can check, whether a colon already matched something else.
10500 (makefile-mode): Inform that font-lock improves makefile parsing
10501 capabilities.
10502 (makefile-match-dependency, makefile-match-action): New functions.
10503
10504 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10505
10506 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10507
10508 * align.el (align-regexp):
10509 * ansi-color.el (ansi-color-get-face):
10510 * array.el (array-reconfigure-rows, array-init-max-row)
10511 (array-init-max-column, array-init-columns-per-line)
10512 (array-init-field-width):
10513 * dired-aux.el (dired-trample-file-versions):
10514 * dired-x.el (dired-mark-sexp):
10515 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10516 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10517 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10518 * faces.el (face-read-integer):
10519 * files.el (backup-extract-version, insert-directory):
10520 * hexl.el (hexl-insert-decimal-char):
10521 * server.el (server-process-filter):
10522 * shell.el (shell-extract-num):
10523 * startup.el (command-line-1):
10524 * term.el (term-command-hook):
10525 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10526 (time-stamp-do-number):
10527 * time.el (display-time-update):
10528 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10529 (timezone-fix-time):
10530 * vms-patch.el (vms-suspend-resume-hook):
10531 * calendar/appt.el (appt-convert-time):
10532 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10533 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10534 * calendar/cal-islam.el (mark-islamic-diary-entries):
10535 * calendar/calendar.el (calendar-cursor-to-date)
10536 (calendar-star-date):
10537 * calendar/diary-lib.el (diary-attrtype-convert)
10538 (mark-diary-entries, diary-entry-time):
10539 * calendar/solar.el (solar-get-number):
10540 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10541 * emacs-lisp/re-builder.el (reb-display-subexp):
10542 * emulation/edt.el (edt-set-scroll-margins):
10543 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10544 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10545 (vip-get-ex-count):
10546 * emulation/viper-ex.el (viper-get-ex-token)
10547 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10548 * international/fontset.el (fontset-plain-name):
10549 * mail/feedmail.el (feedmail-look-at-queue-directory):
10550 * mail/mailalias.el (mail-get-names):
10551 * mail/rmail.el (rmail-convert-to-babyl-format):
10552 * mail/rmailsum.el (rmail-make-basic-summary-line)
10553 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10554 (rmail-summary-goto-msg):
10555 * mail/smtpmail.el (smtpmail-read-response):
10556 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10557 (ange-ftp-vms-add-file-entry):
10558 * play/gametree.el (gametree-looking-at-ply)
10559 (gametree-current-branch-score):
10560 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10561 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10562 * progmodes/cperl-mode.el (condition-case):
10563 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10564 (ebrowse-set-member-buffer-column-width)
10565 (ebrowse-select-1st-to-9nth):
10566 * progmodes/etags.el (etags-snarf-tag):
10567 * progmodes/flymake.el (flymake-parse-line):
10568 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10569 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10570 (idlwave-shell-menu-def):
10571 * progmodes/ps-mode.el (ps-run-goto-error):
10572 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10573 (vhdl-speedbar-contract-level):
10574 * term/mac-win.el (x-handle-numeric-switch):
10575 * term/sun-mouse.el (sun-get-frame-data):
10576 * term/w32-win.el (x-handle-numeric-switch):
10577 * term/x-win.el (x-handle-numeric-switch):
10578 * textmodes/ispell.el (ispell-parse-output):
10579 * textmodes/nroff-mode.el (nroff-outline-level):
10580 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10581 (reftex-bib-sort-year-reverse, reftex-format-citation):
10582 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10583 (reftex-section-number):
10584 * textmodes/texinfmt.el (texinfo-paragraphindent):
10585 Replace `string-to-int' by `string-to-number'.
10586
10587 * international/latexenc.el: Add page marker to force the "Local
10588 Variables:" string out of the last page.
10589
10590 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10591
10592 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10593 tooltip-change-major-mode.
10594 (gud-tooltip-print-command): Remove case where gud-minor-mode
10595 is gdb ("--fullname").
10596 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10597 explain to user.
10598
10599 2005-05-16 Jay Belanger <belanger@truman.edu>
10600
10601 * calc/calc-store.el (calc-copy-special-constant): New function.
10602
10603 * calc/calc-ext.el (calc-init-extensions): Add binding for
10604 `calc-copy-special-constant'.
10605
10606 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10607 for the `calc-copy-special-constant' command.
10608
10609 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10610
10611 * subr.el (left-fringe-p): New function.
10612
10613 * progmodes/compile.el (compilation-setup): Set local value of
10614 overlay-arrow-string to "" always.
10615 (compilation-set-window): Left fringe then don't scroll.
10616 No left fringe then no arrow and scroll message to top.
10617 (compilation-context-lines): Adjust doc string accordingly.
10618
10619 2005-05-16 Kim F. Storm <storm@cua.dk>
10620
10621 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10622 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10623 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10624 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10625 (ido-read-file-name): Handle commands with ido property value
10626 equal to find-file as reading a file name, to allow C-d to enter dired.
10627 (ibuffer-find-file): Add ido property with value find-file.
10628
10629 2005-05-15 Kim F. Storm <storm@cua.dk>
10630
10631 * subr.el (open-network-stream-nowait): Remove.
10632 (open-network-stream-server): Remove.
10633
10634 2005-05-15 Richard M. Stallman <rms@gnu.org>
10635
10636 * faces.el (describe-face): Output a definition link button.
10637
10638 * help-mode.el (help-face-def): New button type.
10639
10640 * emacs-lisp/copyright.el (copyright-fix-years):
10641 Match properly if the first year is 2-digit.
10642 Don't mess up the whitespace after the years by filling.
10643
10644 * dired-aux.el (dired-mark-confirm):
10645 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10646
10647 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10648 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10649 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10650
10651 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10652 Set font-lock-comment-start-skip.
10653
10654 * font-lock.el (font-lock-comment-start-skip): New variable.
10655 (font-lock-comment-end-skip): New variable.
10656 (font-lock-fontify-syntactically-region): Use them if non-nil.
10657
10658 2005-05-15 Jay Belanger <belanger@truman.edu>
10659
10660 * calc/calc-store.el (calc-store-value): Return a string rather
10661 than display it as a message.
10662 Use calc-var-name for variable name.
10663 (calc-store-into): Add the result of calc-store-value to message.
10664 (calc-copy-variable): Add a message.
10665 (calc-store-exchange): Improve error messages.
10666 (calc-store-binary, calc-store-map): Don't reset the values of
10667 special constants.
10668
10669 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10670
10671 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10672 manual to docstring.
10673
10674 * files.el (hack-local-variables-confirm): Add STRING argument.
10675 Make the function handle non file visiting buffers correctly.
10676 (hack-local-variables-prop-line, hack-local-variables)
10677 (hack-one-local-variable): Use STRING arg of
10678 `hack-local-variables-confirm'.
10679
10680 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10681
10682 Sync with Tramp 2.0.49.
10683
10684 * net/tramp.el (tramp-handle-dired-call-process)
10685 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10686 because the contents of the Tramp buffer is changed before
10687 insertion (`expand-file' and alike).
10688 (tramp-handle-insert-directory): If `localname' has an empty
10689 nondirectory name, it must not be quoted.
10690 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10691 variable `tramp-chunksize'. Change callees.
10692 (tramp-open-connection-setup-interactive-shell): Check remote host
10693 for buggy `send-process-string' implementation.
10694 Set `tramp-chunksize' if found. Reported by Michael Kifer
10695 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10696 (tramp-handle-shell-command): `insert-buffer' cannot be used
10697 because the contents of the Tramp buffer is changed before
10698 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10699 <frederic.bothamy@free.fr>.
10700 (tramp-set-auto-save): Actions should be done for Tramp file name
10701 handler only. Ange-FTP has its own auto-save mechanism.
10702 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10703 (tramp-set-auto-save-file-modes): Set file modes of
10704 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10705 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10706 (tramp-bug): Remove obsolete variable.
10707 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10708 for presence of `mml-mode'. Make it running for older Emacsen as well.
10709
10710 2005-05-14 John Paul Wallington <jpw@pobox.com>
10711
10712 * ibuf-ext.el (define-ibuffer-filter filename):
10713 If `dired-directory' is a list, use its car.
10714
10715 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10716
10717 * ibuffer.el (define-ibuffer-column filename):
10718 If `dired-directory' is a list, use its car.
10719
10720 2005-05-14 Richard M. Stallman <rms@gnu.org>
10721
10722 * subr.el (symbol-file): Doc fix.
10723
10724 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10725 (byte-compile-form): Call byte-compile-nogroup-warn.
10726 (byte-compile-warning-types): Doc fix.
10727
10728 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10729
10730 * progmodes/cc-engine.el (c-literal-faces):
10731 Add font-lock-comment-delimiter-face.
10732
10733 * net/net-utils.el (dig): Use with-no-warnings.
10734
10735 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10736 (sc-recite-frame-alist, sc-default-cite-frame)
10737 (sc-default-uncite-frame, sc-default-recite-frame)
10738 (sc-attrib-selection-list, sc-rewrite-header-list):
10739 Mark as risky-local-variable.
10740
10741 * international/ogonek.el (ogonek-jak, ogonek-how):
10742 Don't use beginning-of-buffer.
10743
10744 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10745
10746 * calendar/solar.el (solar-data-list): Move definition up.
10747
10748 * dnd.el (dnd-protocol-alist): Add autoload.
10749
10750 * progmodes/sh-script.el: Many doc usage fixes.
10751 (sh-indent-after-do): Change default to match common styles.
10752
10753 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10754
10755 * files.el (interpreter-mode-alist)
10756 (auto-mode-interpreter-regexp): Doc fixes.
10757
10758 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10759
10760 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10761
10762 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10763
10764 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10765
10766 * dired.el (dired-mode): make-variable-buffer-local =>
10767 make-local-variable.
10768
10769 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10770
10771 * term/mac-win.el (mac-select-convert-to-string): Try coding
10772 systems in mac-script-code-coding-systems if specified one cannot
10773 encode string for `com.apple.traditional-mac-plain-text'.
10774
10775 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10776
10777 * progmodes/make-mode.el (makefile-targets-face)
10778 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10779 (makefile-dependency-regex): Fix it to not make the colon in
10780 $(var:a=b) special.
10781 (makefile-rule-action-regex): New regexp for highlighting embedded
10782 Shell strings.
10783 (makefile-macroassign-regex): Handle != for highlighting as
10784 embedded Shell strings.
10785 (makefile-var-use-regex): New const.
10786 (makefile-statements, makefile-automake-statements)
10787 (makefile-gmake-statements, makefile-makepp-statements)
10788 (makefile-bsdmake-statements): New consts.
10789 (makefile-make-font-lock-keywords): New function.
10790 (makefile-automake-font-lock-keywords)
10791 (makefile-gmake-font-lock-keywords)
10792 (makefile-makepp-font-lock-keywords)
10793 (makefile-bsdmake-font-lock-keywords): New consts.
10794 (makefile-mode-map): Add switchers between the various submodes.
10795 (makefile-mode): Document the availability of the variants.
10796 (makefile-automake-mode, makefile-gmake-mode)
10797 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10798
10799 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10800 new variants of makefile-mode.
10801
10802 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10803
10804 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10805 the inheritance.
10806
10807 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10808
10809 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10810 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10811
10812 * files.el (normal-mode): Extend the scope of the
10813 `enable-local-variables' binding to include the `set-auto-mode' call.
10814 (magic-mode-alist): Doc fix.
10815
10816 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10817
10818 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10819 font-lock-comment-face rather than copying its setting.
10820
10821 2005-05-12 Andreas Schwab <schwab@suse.de>
10822
10823 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10824
10825 2005-05-12 Lute Kamstra <lute@gnu.org>
10826
10827 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10828 defcustom for the mode hook variable. Delete the last argument.
10829 * generic-x.el: Fix callers of define-generic-mode.
10830 (generic-x-modes): Delete group.
10831 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10832 generic-x customization group.
10833
10834 2005-05-12 Kim F. Storm <storm@cua.dk>
10835
10836 * font-lock.el (font-lock-negation-char-face): Default to "off".
10837
10838 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10839 font-lock-negation-char-face to ! in !=.
10840
10841 2005-05-12 Masatake YAMATO <jet@gyve.org>
10842
10843 * add-log.el (find-change-log): Fix typos in the docstring
10844 of function.
10845
10846 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10847
10848 * international/latexenc.el (latexenc-find-file-coding-system):
10849 Avoid `re-search-forward' when looking for input encoding because
10850 of speed and safety. Better regular expressions for recognizing
10851 input encoding. Limit a search for TeX-master/tex-main-file to
10852 the local variable section.
10853
10854 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10855
10856 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10857 syntax of $ to "'" (quote).
10858
10859 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10860
10861 * dnd.el (dnd-protocol-alist): Improve custom type.
10862
10863 * dired.el (dired-dnd-protocol-alist): New variable.
10864 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10865 `dired-mode-hook' to the end.
10866
10867 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10868
10869 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10870 comment-end if comment-start-skip is not set.
10871 Obey the font-lock-comment-delimiter-face variables.
10872
10873 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10874
10875 * files.el (executable-find): Move from executable.el. Use
10876 locate-file.
10877 * progmodes/executable.el (executable-find): Move to files.el.
10878
10879 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10880 when trying to ensure forward progress.
10881
10882 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10883
10884 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10885 (mouse-select, mouse-select-internal, mouse-extend-internal):
10886 Use it to implement mouse-1-click-follows-link functionality.
10887
10888 2005-05-11 Richard M. Stallman <rms@gnu.org>
10889
10890 * font-lock.el (font-lock-fontify-syntactically-region):
10891 Use font-lock-comment-delimiter-face for comment delimiters.
10892
10893 2005-05-10 Jay Belanger <belanger@truman.edu>
10894
10895 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10896 preserving embedded modes.
10897
10898 2005-05-10 Richard M. Stallman <rms@gnu.org>
10899
10900 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10901
10902 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10903 Move from ada-stmt.el.
10904 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10905
10906 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10907 Move to ada-mode.el.
10908 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10909
10910 * cus-edit.el (custom-file): Call file-chase-links.
10911
10912 * files.el (read-directory-name): Fix previous change.
10913 (hack-local-variables-confirm): New function.
10914 (hack-local-variables-prop-line, hack-local-variables)
10915 (hack-one-local-variable): Use it.
10916
10917 2005-05-10 Lute Kamstra <lute@gnu.org>
10918
10919 * font-lock.el (font-lock-keywords-alist)
10920 (font-lock-removed-keywords-alist): Clarify docstrings.
10921
10922 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10923
10924 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10925 (gdb-source-info): Check for preprocessor info.
10926 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10927 a macro for a function.
10928 (gdb-info-breakpoints-custom): Try to find file again if not already
10929 found (user might have used GDB dir command).
10930 (gdb-get-location): Update gdb-location-alist correctly for change
10931 to gdb-info-breakpoints-custom.
10932
10933 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10934 (gud-tooltip-print-command): Add gdbmi case.
10935 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10936 preprocessor info.
10937
10938 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10939
10940 * startup.el (fancy-splash-insert): Fix typo in doc string.
10941
10942 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10943
10944 * obsolete/float.el (string-to-float):
10945 * obsolete/hilit19.el (hilit-add-pattern):
10946 * obsolete/rnews.el (news-parse-range, news-select-message)
10947 (news-get-pruned-list-of-files): Replace `string-to-int' by
10948 `string-to-number'.
10949
10950 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10951 `find-file-not-found-hooks'; use `add-hook'.
10952 (uncompress-while-visiting): Set `write-file-functions', not
10953 `write-file-hooks'; use `add-hook'.
10954
10955 2005-05-09 Kim F. Storm <storm@cua.dk>
10956
10957 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10958 (cua-paste): Handle clipboard action.
10959 (cua--init-keymaps): Remap clipboard-kill-region and
10960 clipboard-kill-ring-save.
10961
10962 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10963
10964 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10965 Improve commentary.
10966
10967 * simple.el (next-error-overlay-arrow-position): Revert the change
10968 made on 2005-04-30.
10969
10970 2005-05-07 Jay Belanger <belanger@truman.edu>
10971
10972 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10973 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10974 `calc-sel-reselect'.
10975
10976 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10977 Calc is in embedded mode.
10978
10979 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10980
10981 * progmodes/compile.el (compilation-setup):
10982 Set overlay-arrow-string to an empty string on text terminals.
10983
10984 * textmodes/ispell.el (ispell-program-name): Try looking for
10985 "aspell" along exec-path, and if found, use it as the default
10986 speller program.
10987
10988 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10989
10990 * international/mule.el (sgml-xml-auto-coding-function):
10991 Recognize encoding='FOO' in single quotes as well as in double quotes.
10992
10993 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10994
10995 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10996 as well as `interactive', so that defmacro* would recognize
10997 `declare' forms.
10998
10999 2005-05-07 Eli Zaretskii <eliz@gnu.org>
11000
11001 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
11002 Explain more about the LIGHTER arg's usage in the doc string.
11003 Add commentary to clarify what the code does. Fix the regexp that
11004 strips whitespace from LIGHTER. Quote LIGHTER before using it,
11005 since it could have characters special to regular expressions.
11006
11007 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11008
11009 * replace.el (occur-1): Bind inhibit-read-only so that
11010 erase-buffer doesn't barf on read-only text properties (likewise
11011 for add-text-properties in occur-engine). Mark buffer as unmodified.
11012 (occur-engine): Don't set buffer-read-only here.
11013
11014 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11015
11016 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
11017 list-buffers-directory. This caused the *cvs-commit* buffer to be
11018 sometimes mistakenly reused as a *cvs* buffer.
11019
11020 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
11021
11022 * tooltip.el: Move code for GUD tooltips into gud.el.
11023 (require): CL no longer needed to compile case.
11024 (tooltip-mode): Do not toggle functions for GUD tooltips.
11025 (tooltip-gud-tips-p): Remove. Replace with minor mode
11026 gud-tooltip-mode in gud.el.
11027 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
11028 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
11029 tooltip-gud prefix with gud-tooltip and obsolete.
11030 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
11031 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
11032 (tooltip-mouse-motion): Mouse movement functions/variable.
11033 Rename in gud.el by adding gud prefix.
11034 (tooltip-gud-original-filter, tooltip-gud-dereference)
11035 (tooltip-gud-event, tooltip-toggle-gud-tips)
11036 (tooltip-gud-process-output, tooltip-gud-print-command)
11037 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
11038 gud.el by replacing tooltip-gud prefix with gud-tooltip.
11039 (gdb-tooltip-print): Move to gdb-ui.el.
11040
11041 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
11042 (require): CL needed to compile case.
11043 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
11044 tooltip-gud-tips-p. Make it a minor-mode.
11045 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
11046 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11047 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11048 (gud-tooltip-change-major-mode)
11049 (gud-tooltip-activate-mouse-motions-if-enabled)
11050 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11051 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11052 (gud-tooltip-original-filter, gud-tooltip-dereference)
11053 (gud-tooltip-event, tooltip-toggle-gud-tips)
11054 (gud-tooltip-process-output, gud-tooltip-print-command)
11055 (gud-tooltip-tips): Move from tooltip.el.
11056
11057 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11058 (gdb-cpp-define-alist-flags): Doc fix.
11059 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11060 gud-tooltip-mode is t.
11061
11062 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11063
11064 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11065 evaporate if their text is deleted.
11066 (goto-address-at-point): Make it work as a mouse binding as well.
11067 (goto-address-at-mouse): Obsolete it. Update users.
11068
11069 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11070
11071 * calendar/appt.el (top-level): No longer activate on load.
11072
11073 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
11074
11075 * calendar/cal-bahai.el (mark-bahai-diary-entries):
11076 * net/webjump.el (webjump):
11077 * progmodes/idlw-help.el (idlwave-do-context-help1)
11078 (idlwave-highlight-linked-completions):
11079 * textmodes/po.el (po-find-file-coding-system-guts):
11080 Replace `assoc-ignore-case' by `assoc-string'.
11081
11082 2005-05-06 Eli Zaretskii <eliz@gnu.org>
11083
11084 * files.el (locate-file): Doc fix.
11085
11086 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11087 Remove the redundant test for ms-dos.
11088
11089 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11090 look for the preprocessor with exec-suffixes. If not found in
11091 standard places, look in exec-path. Remove most of the tests that
11092 used system-type.
11093
11094 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11095
11096 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11097
11098 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11099 file-name clash with jka-compr.el on 8+3 filesystems.
11100
11101 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11102
11103 * term/mac-win.el: Don't define or bind scroll bar functions if
11104 x-toolkit-scroll-bars is t.
11105 (x-select-text, x-get-selection-value): Clear
11106 x-last-selected-text-clipboard if x-select-enable-clipboard is
11107 nil.
11108 (PRIMARY): Put mac-scrap-name property.
11109 (mac-select-convert-to-file-url): New function.
11110 (public.file-url): New selection target type. Add to
11111 selection-converter-alist.
11112 (x-get-selection, x-selection-value): Handle it.
11113 (x-cut-buffer-or-selection-value): New alias.
11114
11115 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11116
11117 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11118 entry to avoid calling bibtex-find-entry with arg global
11119 being t. Remove arg key.
11120 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11121 (bibtex-copy-summary-as-kill): Change accordingly.
11122
11123 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11124
11125 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11126 (org-agenda-date-later): Use with-current-buffer.
11127
11128 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
11129
11130 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11131 (define-obsolete-variable-alias): Doc Fixes.
11132
11133 2005-05-06 Kim F. Storm <storm@cua.dk>
11134
11135 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
11136 vertical-motion when selective-display is active.
11137
11138 * ido.el (ido-setup-hook): New hook.
11139 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11140 (ido-input-stack): New var.
11141 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
11142 ido-next-work-file binding to M-O.
11143 Bind M-f to ido-wide-find-file-or-pop-dir.
11144 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11145 (ido-read-internal): Run ido-setup-hook.
11146 Catch quit in read-file-name and read-string to cancel edit.
11147 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11148 Automatically pop-all when completing a directory name (RET).
11149 (ido-file-internal): Add with-no-warnings around ffap and dired code.
11150 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11151 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11152 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11153 New functions for M-b/M-f to move among the directory components.
11154 (ido-make-merged-file-list): Catch quit to cancel merge.
11155 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11156 (ido-completion-help): No warnings for ido-completion-buffer-full.
11157
11158 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
11159
11160 * font-lock.el (font-lock-negation-char-face): New face and variable.
11161 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11162 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11163 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11164 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11165
11166 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
11167
11168 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11169 Fix typo in docstring.
11170
11171 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11172 (ebrowse-print-statistics-line)
11173 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11174
11175 * term/w32-win.el (image-library-alist): Add additional name for
11176 Xpm library.
11177
11178 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
11179
11180 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11181 use gcc instead of cpp.
11182
11183 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11184 (gdb-create-define-alist): Use it.
11185 (gdb-cpp-define-alist-program): Update for MS-DOS.
11186
11187 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11188
11189 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11190
11191 2005-05-04 Richard M. Stallman <rms@gnu.org>
11192
11193 * help.el (describe-key): No error when UNTRANSLATED is nil.
11194
11195 * simple.el (line-move-1): Fix previous change to signal errors
11196 appropriately.
11197
11198 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
11199
11200 * calendar/icalendar.el (icalendar-version): Now at 0.12.
11201 (icalendar-duration-correction): Remove.
11202 (icalendar--get-event-properties): Split result at commas.
11203 (icalendar--decode-isoduration): New optional argument
11204 DURATION-CORRECTION.
11205 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11206 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11207 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11208 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11209 (icalendar--convert-anniversary-to-ical): New functions, extracted
11210 from icalendar-export-region, with bug fixes.
11211 (icalendar-export-region): Use the above functions.
11212 (icalendar-import-buffer): Check before saving diary file.
11213 (icalendar--convert-recurring-to-diary)
11214 (icalendar--convert-non-recurring-all-day-to-diary)
11215 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11216 extracted from icalendar--convert-ical-to-diary, with bug fixes.
11217 (icalendar--convert-ical-to-diary): Use the above functions.
11218
11219 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
11220
11221 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11222 Remove these recent additions.
11223 (c-mode): Restore to before 2005-04-28.
11224
11225 * progmodes/cc-vars.el (cc-define-list-program): Remove this
11226 recent addition.
11227
11228 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11229 (gdb-define-alist): New variables.
11230 (gdb-create-define-alist): New function.
11231 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11232 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11233 with string-to-number.
11234 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
11235
11236 * progmodes/gud.el: Replace string-to-int with string-to-number.
11237 (gud-find-file): Handle gdb-define-alist.
11238
11239 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11240
11241 2005-05-02 Jay Belanger <belanger@truman.edu>
11242
11243 * calc/calc-aent.el (math-read-token):
11244 * calc/calc-bin.el (calc-word-size):
11245 * calc/calc-ext.el (calc-read-number-fancy):
11246 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11247 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11248 * calc/calc-frac.el (calc-over-notation):
11249 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11250 (calc-graph-num-points, calc-graph-init):
11251 * calc/calc-prog.el (calc-read-parse-table-part)
11252 (calc-edit-macro-repeats):
11253 * calc/calc-yank.el (calc-do-grab-rectangle):
11254 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11255 Replace `string-to-int' by `string-to-number'.
11256
11257 2005-05-02 Kim F. Storm <storm@cua.dk>
11258
11259 * kmacro.el: Use executing-kbd-macro-index variable.
11260
11261 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11262
11263 * net/rlogin.el (rlogin-parse-words): Delete func.
11264 (rlogin): Use split-string, not rlogin-parse-words.
11265 Also, if there are option-like elements in the parsed args,
11266 take the host to be the first arg immediately following them.
11267 Suggested by Michael Mauger.
11268
11269 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11270
11271 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11272
11273 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11274
11275 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11276 (cc-mode-cpp-program): Rename to cc-define-list-program and
11277 move to cc-vars.el.
11278
11279 * progmodes/cc-vars.el (cc-define-list-program):
11280 Change to "gcc -E -dM -". Make customizable.
11281
11282 2005-05-02 Kim F. Storm <storm@cua.dk>
11283
11284 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11285
11286 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11287
11288 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11289
11290 * international/mule-util.el (truncate-string): Remove alias and
11291 obsolete declaration.
11292
11293 * international/mule-cmds.el (update-iso-coding-systems):
11294 Remove alias and obsolete declaration.
11295
11296 * international/mule.el (coding-system-parent): Remove alias and
11297 obsolete declaration.
11298
11299 * subr.el (define-function, sref): Remove aliases and obsolete
11300 declarations.
11301 (chars-in-region): Remove obsolete declaration.
11302
11303 2005-05-01 Richard M. Stallman <rms@gnu.org>
11304
11305 * info.el (Info-mode): Set widen-automatically to nil, locally.
11306
11307 * simple.el (widen-automatically): New variable.
11308 (pop-global-mark): Obey widen-automatically.
11309
11310 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11311
11312 * term/xterm.el (function-key-map): Call substitute-key-definition
11313 before the keymap size is increased by a lot of define-key calls.
11314
11315 2005-05-01 Richard M. Stallman <rms@gnu.org>
11316
11317 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11318 Rename ARG to ELEMENT. Doc fix.
11319
11320 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11321
11322 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11323 Remove references to allout-exposure/change to allout-new-exposure.
11324
11325 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11326 bytecode symbols.
11327
11328 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11329 (compiled-function-p, focus-frame, unfocus-frame):
11330 Remove aliases and obsolete declarations.
11331 Back out inadvertent changes from previous commit.
11332
11333 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11334
11335 * files.el (require-final-newline): Make Custom tags consistent
11336 with mode-require-final-newline.
11337 (mode-require-final-newline): Doc fix.
11338
11339 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11340
11341 * international/latexenc.el (latexenc-find-file-coding-system):
11342 Fix regular expressions.
11343
11344 2005-05-01 David Kastrup <dak@gnu.org>
11345
11346 * international/latexenc.el (latexenc-find-file-coding-system):
11347 Fix regular expressions.
11348
11349 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11350
11351 * subr.el (string-to-int): Make obsolete.
11352
11353 2005-04-30 Richard M. Stallman <rms@gnu.org>
11354
11355 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11356
11357 * loadup.el: load jka-comp-hook.
11358
11359 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11360 (jka-compr-handler): Add autoload. `put' calls moved
11361 to jka-comp-hook.el.
11362 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11363 (jka-compr-inhibit): Autoload.
11364
11365 * jka-comp-hook.el: New file.
11366 Enable the mode by default.
11367
11368 * files.el (backup-buffer-copy): Use copy-file instead
11369 of write-region, and put back the 'excl.
11370
11371 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11372
11373 * progmodes/flymake.el (flymake-split-string)
11374 (flymake-split-string, flymake-log, flymake-pid-to-names)
11375 (flymake-reg-names, flymake-get-source-buffer-name)
11376 (flymake-unreg-names, flymake-add-line-err-info)
11377 (flymake-add-err-info): Clarify docstrings.
11378 (flymake-popup-menu, flymake-make-emacs-menu)
11379 (flymake-make-xemacs-menu): Add docstrings.
11380 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11381 Set variables directly throughout.
11382
11383 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11384
11385 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11386 exists. Initialize cc-define-alist.
11387 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11388 If there is no file (Macroexpansion) don't create an alist.
11389
11390 2005-04-29 Sam Steingold <sds@gnu.org>
11391
11392 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11393 (cc-create-define-alist): Use it instead of the hard-coded string.
11394
11395 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11398 for latexenc.
11399
11400 2005-04-29 Lute Kamstra <lute@gnu.org>
11401
11402 * emacs-lisp/generic.el: Improve commentary section.
11403 (define-generic-mode): Improve docstring.
11404
11405 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11406
11407 * textmodes/org.el (many places): Change to quiet the byte compiler.
11408 (org-prefix-format-compiled): New variable.
11409 (org-compile-prefix-format): New function.
11410 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11411 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11412 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11413 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11414 consistency with entries from `org-mode' files.
11415 (org-get-time-of-day): Fix bug with partial matches early in a line.
11416 (org-non-link-chars): New constant.
11417 (org-link-regexp): Respect `org-non-link-chars'.
11418 (org-agenda-day-view): Remove command.
11419 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11420 (org-follow-bbdb-link, org-store-link): Search also company field.
11421 (org-highlight-overlay): New variable.
11422 (org-highlight, org-unhighlight): New functions.
11423 (org-agenda-mode): Add pre-command-hook to remove highlight.
11424 (org-evaluate-time-range): Behavior depends upon whether time stamp
11425 contains a time or not.
11426 (org-show-subtree, org-show-entry): New functions.
11427 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11428
11429 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11430
11431 * comint.el (comint-output-filter-functions): Add autoload cookie.
11432
11433 2005-04-28 Kim F. Storm <storm@cua.dk>
11434
11435 * ido.el (ido-everywhere): Fix last change.
11436
11437 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11438
11439 * international/latexenc.el: New file.
11440 * international/mule-conf.el (file-coding-system-alist): For .tex,
11441 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11442
11443 2005-04-28 Lute Kamstra <lute@gnu.org>
11444
11445 * font-lock.el (font-lock-add-keywords)
11446 (font-lock-remove-keywords): Clarify docstring.
11447 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11448 Don't start docstrings with a `*'.
11449 (font-lock-update-removed-keyword-alist): Give it a docstring.
11450
11451 * generic-x.el: Update commentary section.
11452 Only require font-lock when compiling.
11453 Define all modes conditionally.
11454 Place all generic modes in the generic-x-modes customization group.
11455 (generic-x-modes): New customization group.
11456 (generic-default-modes, generic-mswindows-modes)
11457 (generic-unix-modes, generic-other-modes): New constants.
11458 (generic-define-mswindows-modes, generic-define-unix-modes):
11459 Update docstrings. Make them obsolete.
11460 (generic-extras-enable-list): New default value. Update docstring.
11461 Improve :type. Change :set function.
11462 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11463 Fix docstring.
11464
11465 * emacs-lisp/generic.el (generic-mode-internal):
11466 Simplify font-lock-defaults.
11467 (define-generic-mode): Fix docstring.
11468
11469 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11470
11471 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11472 font-lock-face property to highlight matches.
11473
11474 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11475
11476 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11477 (cc-define-alist): New variable.
11478 (c-mode): Make it local and initialize it.
11479
11480 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11481 (gdb-exited): New function.
11482 (gdb-annotation-rules): Use it.
11483 (gdb-starting): Set gdb-active-process to t.
11484 (gdb-stopping): Amend doc string.
11485 (gdb-reset): Set gdb-active-process to nil.
11486
11487 * tooltip.el (tooltip-gud-tips): Show the associated #define
11488 directives when a C program under GDB is not executing.
11489
11490 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11491
11492 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11493 font-lock-fontify-syntactic-keywords.
11494
11495 * font-lock.el (font-lock-default-fontify-region): Don't force
11496 parse-sexp-lookup-properties to nil.
11497
11498 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11499
11500 * man.el (man-mode-syntax-table): Set up `:' to have
11501 word-constituent syntax.
11502
11503 2005-04-27 Lute Kamstra <lute@gnu.org>
11504
11505 * novice.el (disable-command): Don't add spurious newlines to the
11506 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11507
11508 2005-04-26 Jay Belanger <belanger@truman.edu>
11509
11510 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11511 than one window before deleting window.
11512
11513 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11514
11515 * shell.el (shell-prompt-pattern): Doc fix.
11516 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11517
11518 * comint.el (comint-prompt-regexp, comint-get-old-input)
11519 (comint-use-prompt-regexp)
11520 (comint-use-prompt-regexp-instead-of-fields)
11521 (comint-replace-by-expanded-history, comint-send-input)
11522 (comint-output-filter, comint-get-old-input-default)
11523 (comint-line-beginning-position, comint-bol, comint-show-output)
11524 (comint-backward-matching-input, comint-forward-matching-input)
11525 (comint-next-prompt, comint-previous-prompt):
11526 Rename `comint-use-prompt-regexp-instead-of-fields' to
11527 `comint-use-prompt-regexp'. Keep old name as alias and declare
11528 obsolete.
11529 (comint-use-prompt-regexp): Shorten first line of doc string.
11530
11531 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11532 Set paragraph-separate buffer locally to "\\'".
11533
11534 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11535 Adapt to above name change.
11536
11537 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11538 (smbclient-prompt-regexp): Ditto.
11539
11540 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11541
11542 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11543
11544 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11545 gdb-location-list.
11546 Break lines that are over 80 characters wide.
11547
11548 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11549
11550 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11551 New fun and var, to preserve compatibility.
11552
11553 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11554
11555 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11556
11557 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11558 name to file-newer-than-file-p.
11559
11560 2005-04-26 Richard M. Stallman <rms@gnu.org>
11561
11562 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11563
11564 * progmodes/python.el (python-mode):
11565 Use new name eldoc-documentation-function.
11566
11567 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11568
11569 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11570 (eldoc-documentation-function):
11571 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11572
11573 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11574
11575 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11576
11577 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11578
11579 * term/xterm.el (function-key-map): Fix strings for
11580 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11581 {C,S,A,C-S}-{f1-f12}.
11582
11583 2005-04-26 Kenichi Handa <handa@m17n.org>
11584
11585 * international/mule-cmds.el (select-safe-coding-system):
11586 Fix previous change.
11587
11588 2005-04-26 Lute Kamstra <lute@gnu.org>
11589
11590 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11591
11592 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11593 (font-lock-comment-delimiter-face): Ditto.
11594
11595 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11596
11597 2005-04-25 Jay Belanger <belanger@truman.edu>
11598
11599 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11600 to t while inserting information; use help-mode.
11601
11602 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11603
11604 * term.el (ansi-term-color-vector): Use the xterm colors.
11605 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11606
11607 2005-04-25 Lute Kamstra <lute@gnu.org>
11608
11609 * font-core.el (font-lock-defaults): Fix docstring.
11610
11611 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11612
11613 2005-04-25 Kenichi Handa <handa@m17n.org>
11614
11615 * international/mule-cmds.el (select-safe-coding-system):
11616 Don't check consistency with coding: spec, etc if raw-text or
11617 no-conversion was found to be safe.
11618
11619 2005-04-24 Richard M. Stallman <rms@gnu.org>
11620
11621 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11622 citation markers at start of each line.
11623
11624 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11625 citation markers at start of each line.
11626
11627 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11628
11629 * files.el (mode-require-final-newline): Fix previous change.
11630 (require-final-newline): Fix type label.
11631
11632 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11633
11634 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11635 statement in buffer (broken by 2004-11-24 change).
11636
11637 2005-04-24 Kim F. Storm <storm@cua.dk>
11638
11639 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11640 and read-file-name-function values. Don't overwrite existing
11641 non-nil values if ido-mode is enabled without ido-everywhere.
11642
11643 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11644
11645 * files.el (mode-require-final-newline): Minor doc fix.
11646
11647 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11648
11649 * subr.el (syntax-after): Doc fix.
11650 (syntax-class): If argument is nil, return nil. Mask off upper 16
11651 bits, not 8 bits.
11652
11653 * files.el (mode-require-final-newline): Doc fix.
11654 (backup-buffer-copy): Fix last change.
11655
11656 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11657
11658 * term/mac-win.el: Require select. Set selection-coding-system to
11659 mac-system-coding-system. Call menu-bar-enable-clipboard.
11660 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11661 (x-select-enable-clipboard): New variables.
11662 (x-select-text, x-get-selection, x-selection-value)
11663 (x-get-selection-value, mac-select-convert-to-string)
11664 (mac-services-open-file, mac-services-open-selection)
11665 (mac-services-insert-text): New functions.
11666 (CLIPBOARD, FIND): Put mac-scrap-name property.
11667 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11668 (public.tiff): Put mac-ostype property.
11669 (selection-converter-alist): Add entries for them.
11670 (mac-application-menu-map): New keymap.
11671 (interprogram-cut-function, interprogram-paste-function): Set to
11672 x-select-text and x-get-selection-value, respectively.
11673 (split-window-keep-point): Set to t.
11674
11675 2005-04-23 Richard M. Stallman <rms@gnu.org>
11676
11677 * files.el (read-directory-name): Always pass non-nil
11678 DEFAULT-FILENAME arg to read-file-name.
11679 (backup-buffer-copy, basic-save-buffer-2): Take care against
11680 writing thru an unexpected existing symlink.
11681 (revert-buffer): In indirect buffer, revert the base buffer.
11682 (magic-mode-alist): Doc fix.
11683 (buffer-stale-function): Doc fix.
11684 (minibuffer-with-setup-hook): Avoid warning.
11685 (mode-require-final-newline): Doc and custom fix.
11686
11687 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11688
11689 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11690 use the default appearance.
11691 (font-lock-comment-delimiter-face): New face, new variable.
11692
11693 * imenu.el (imenu--generic-function): The official position of a
11694 definition is the start of the line that BEG is in.
11695
11696 * midnight.el (midnight-timer): Move defvar up.
11697
11698 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11699
11700 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11701
11702 * startup.el (command-line): Use with-no-warnings.
11703
11704 * window.el (window-size-fixed): New defvar.
11705
11706 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11707
11708 * mail/rmail.el (rmail-font-lock-keywords):
11709 Use font-lock-comment-delimiter-face.
11710
11711 * mail/sendmail.el (mail-font-lock-keywords):
11712 Use font-lock-comment-delimiter-face.
11713
11714 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11715
11716 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11717
11718 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11719 Specify t for LAXMATCH when matching directories.
11720 Save match data around compilation-compat-error-properties form.
11721
11722 2005-04-23 David Kastrup <dak@gnu.org>
11723
11724 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11725 Mention that the autoloaded aliases should be kept for AUCTeX.
11726
11727 2005-04-23 Andreas Schwab <schwab@suse.de>
11728
11729 * isearch.el (isearch-forward): Doc fix.
11730
11731 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11732
11733 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11734 (jit-lock-stealth-nice): Change default value to 0.5.
11735
11736 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11737
11738 * abbrev.el (write-abbrev-file): Write table entries in
11739 alphabetical order by table name.
11740
11741 2005-04-22 Kim F. Storm <storm@cua.dk>
11742
11743 * ido.el (ido-read-internal): Fix `list' completion.
11744
11745 2005-04-22 Kenichi Handa <handa@m17n.org>
11746
11747 * recentf.el (recentf-save-file-coding-system): New variable.
11748 (recentf-save-list): Encode the file by
11749 recentf-save-file-coding-system and add coding: tag.
11750
11751 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11752
11753 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11754
11755 2005-04-21 Lute Kamstra <lute@gnu.org>
11756
11757 * loadhist.el (unload-feature): Don't remove a function from hooks
11758 if it is about to be restored to an autoload . Remove functions
11759 that will become unbound from auto-mode-alist. Simplify the code.
11760
11761 * subr.el (assq-delete-all): New implementation that is linear,
11762 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11763 (rassq-delete-all): New function.
11764
11765 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11766 Add size-indication-mode.
11767
11768 2005-04-21 Kenichi Handa <handa@m17n.org>
11769
11770 * international/mule-cmds.el: Add autoload for widget-value in
11771 eval-when-compile.
11772
11773 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11774
11775 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11776 Add tooltip-mode.
11777
11778 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11779
11780 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11781
11782 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11783 (inferior-lisp-filter-regexp, inferior-lisp-program)
11784 (inferior-lisp-load-command, inferior-lisp-prompt)
11785 (inferior-lisp-mode-hook, lisp-source-modes)
11786 (inferior-lisp-load-hook): defvar->defcustom.
11787 (inferior-lisp-program, inferior-lisp-prompt)
11788 (inferior-lisp-load-hook): Doc fixes.
11789 (inferior-lisp-install-letter-bindings): Small change in
11790 introductory comment.
11791
11792 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11793
11794 * vc.el (vc-annotate-color-map): Change some colors so that text
11795 using them as foreground is readable on both white and black
11796 backgrounds.
11797
11798 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11799
11800 * international/mule-conf.el (translation-table-for-input):
11801 Remove redundant declaration.
11802
11803 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11804
11805 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11806
11807 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11808 (tooltip-toggle-gud-tips): New function.
11809
11810 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11811
11812 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11813 right angle brackets.
11814
11815 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11816
11817 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11818
11819 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11820
11821 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11822 Remove. Update callers to use expand-file-name instead.
11823
11824 * subr.el (syntax-class): New function.
11825
11826 * simple.el (blink-matching-open): Use it.
11827
11828 * paren.el (show-paren-function): Use it to recognize parens that are
11829 also used in 2-char comment markers.
11830
11831 2005-04-19 Lute Kamstra <lute@gnu.org>
11832
11833 * loadhist.el (unload-feature): Update for new format of
11834 load-history. Simplify the code.
11835
11836 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11837
11838 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11839 (mac-add-charset-info): New function. Initialize variable
11840 mac-charset-info-alist using it.
11841 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11842 for translation.
11843 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11844 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11845 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11846 New CCL programs.
11847
11848 2005-04-19 Kim F. Storm <storm@cua.dk>
11849
11850 * simple.el (next-buffer, prev-buffer, next-error)
11851 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11852 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11853
11854 * bindings.el (next-buffer, prev-buffer, next-error)
11855 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11856 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11857 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11858 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11859
11860 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11861
11862 * isearch.el (isearch-edit-string): Make the search-ring available for
11863 minibuffer history commands.
11864 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11865 the default history commands now work just as well.
11866 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11867
11868 2005-04-18 Kim F. Storm <storm@cua.dk>
11869
11870 * emulation/cua-base.el (cua--pre-command-handler): Add more
11871 elaborate check for shift modifier on non-window systems.
11872
11873 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11874
11875 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11876
11877 2005-04-18 Kim F. Storm <storm@cua.dk>
11878
11879 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11880 and make it optional. Don't test tooltip-gud-echo-area here.
11881 (tooltip-gud-process-output, gdb-tooltip-print):
11882 Pass tooltip-gud-echo-area to tooltip-show.
11883 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11884
11885 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11886
11887 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11888 `display-graphic-p' may not be bound yet.
11889
11890 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11891
11892 * startup.el (command-line): No longer enable Xterm Mouse mode by
11893 default in terminals compatible with xterm.
11894
11895 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11896
11897 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11898
11899 * tooltip.el (tooltip-gud-echo-area): Rename from
11900 tooltip-use-echo-area.
11901 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11902 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11903 area independently of where help tooltips are displayed.
11904
11905 2005-04-17 David Kastrup <dak@gnu.org>
11906
11907 * cus-theme.el (custom-theme-write-variables): Quote variables
11908 where necessary.
11909
11910 2005-04-17 Richard M. Stallman <rms@gnu.org>
11911
11912 * simple.el (yank-excluded-properties): Add follow-link to value.
11913
11914 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11915
11916 * startup.el (fancy-splash-max-time): Just 30 seconds.
11917 (fancy-splash-delay): Just 7.
11918 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11919
11920 * loadhist.el (unload-feature): Update for new format of load-history.
11921 Simplify the code.
11922
11923 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11924 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11925
11926 * mail/sendmail.el (mail-font-lock-keywords):
11927 Don't fontify subject text.
11928 Don't fontify the text of a citation.
11929
11930 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11931
11932 * comint.el (comint-output-filter): Run comint-output-filter-functions
11933 with point where the user had it.
11934
11935 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11936
11937 * international/ucs-tables.el (ucs-set-table-for-input):
11938 Disable when using unify-on-decoding.
11939
11940 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11941
11942 * emulation/cua-base.el (cua-global-mark-face): Add special case
11943 for displays supporting a high number of colors.
11944
11945 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11946
11947 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11948
11949 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11950
11951 * filesets.el (filesets-add-buffer): If user supplies a name of a
11952 non-existing fileset, create a new fileset.
11953
11954 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11955
11956 * textmodes/org.el (org-up-heading-all): Fix bug with
11957 `outline-up-heading-all'.
11958
11959 2005-04-16 Andreas Schwab <schwab@suse.de>
11960
11961 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11962 /etc/permissions.d/* and /etc/aliases.d/*.
11963
11964 2005-04-16 Kenichi Handa <handa@m17n.org>
11965
11966 * international/code-pages.el (cp-make-coding-system):
11967 Set `translation-table-for-input' property value to the symbol
11968 ucs-mule-to-mule-unicode, not to that value.
11969 (pt154): Escape guillemet by `\'.
11970
11971 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11972
11973 * loadup.el: Load tooltip if x-show-tip is fboundp.
11974
11975 * startup.el (command-line): Add comment.
11976
11977 * tooltip.el (tooltip-mode): Specify correct standard value for
11978 Custom in init-value.
11979
11980 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11981
11982 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11983 possible.
11984
11985 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11986
11987 * textmodes/org.el (org-agenda-date-prompt): Rename from
11988 `org-agenda-date-today'.
11989 (org-evaluate-time-range): Insert at point instead of directly
11990 after time range.
11991 (org-first-headline-recenter, org-subtree-end-visible-p)
11992 (org-optimize-window-after-visibility-change): New functions
11993 (org-agenda-post-command-hook): Don't allow point at end of line,
11994 to make sure it always hits the text properties.
11995 (org-agenda-next-date-line, org-agenda-previous-date-line):
11996 New commands.
11997 (org-set-regexps-and-options): Category may contain white space.
11998 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11999 Improve marker positions.
12000 (org-agenda-new-marker): Argument POS made optional.
12001 (org-agenda-get-timestamps): Deadlines which are done are listed
12002 in org-done-face now.
12003 (org-agenda-get-todos, org-agenda-get-timestamps)
12004 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12005 Set `undone-face' and `done-face' properties.
12006 (org-last-todo-state-is-todo): New variable.
12007 (org-todo): Set `org-last-todo-state-is-todo'.
12008 (org-agenda-todo): Change face according to
12009 `org-last-todo-state-is-todo'. And change other lines referring to
12010 the same entry.
12011 (org-calendar-goto-agenda): New command.
12012 (org-calendar-to-agenda-key): New option.
12013 (org-startup-folded): New allowed value `content'.
12014 (org-set-regexps-and-options): Accept new value `content' for
12015 `org-startup-folded'.
12016 (org-get-current-options): Handle new value `content' for
12017 `org-startup-folded'.
12018 (org-insert-todo-heading): New command.
12019 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
12020 interactively in empty file and option
12021 `org-insert-mode-line-in-empty-file' has been set.
12022 (org-agenda-todo,org-agenda-priority): Modify to use
12023 `org-agenda-change-all-lines'.
12024 (org-warning-face): Change color on dark background
12025
12026 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12027
12028 * international/mule-cmds.el (set-locale-environment): On Mac OS,
12029 use preferences AppleLocale and AppleLanguages, and variable
12030 mac-system-locale for default locale. On Mac OS Classic, use
12031 mac-system-coding-system for default coding systems.
12032
12033 * term/mac-win.el: Don't set file-name-coding-system.
12034 Decode variables system-name, emacs-build-system, user-login-name, and
12035 user-full-name by mac-system-coding-system on Mac OS Classic.
12036 (mac-system-coding-system): New variable.
12037
12038 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
12039
12040 * startup.el (command-line): Handle `xterm-mouse-mode' before
12041 reading init file.
12042
12043 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
12044
12045 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12046
12047 * progmodes/sh-script.el (sh-here-document-word): Make it a
12048 defcustom. Doc fix.
12049 (sh-add): Bash uses $(( )) for arithmetic.
12050 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12051 (sh-maybe-here-document): Remove quotes and leading whitespace
12052 from heredoc word when closing. Indent heredoc with tabs if word
12053 starts with "-".
12054
12055 2005-04-13 Richard M. Stallman <rms@gnu.org>
12056
12057 * simple.el (undo): Fix previous change.
12058
12059 * custom.el (defface): Doc fix.
12060
12061 2005-04-13 Lute Kamstra <lute@gnu.org>
12062
12063 * Makefile.in (DONTCOMPILE): Remove list.
12064 (compile, compile-always): Don't use DONTCOMPILE.
12065 (update-authors): Load the library in which batch-update-authors
12066 is defined.
12067 * makefile.w32-in (DONTCOMPILE): Remove list.
12068 (compile, compile-always): Fix comments.
12069 (update-authors): Load the library in which batch-update-authors
12070 is defined.
12071
12072 * generic-x.el (generic-mode-ini-file-find-file-hook):
12073 Rename to ini-generic-mode-find-file-hook.
12074 Keep generic-mode-ini-file-find-file-hook as an alias.
12075 (ini-generic-mode-find-file-hook): Rename from
12076 generic-mode-ini-file-find-file-hook. Fix docstring.
12077 (ini-generic-mode): Docstring change.
12078 (bat-generic-mode-run-as-comint): Silence the byte compiler.
12079
12080 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12081 called from lisp.
12082
12083 * generic.el: Move to the emacs-lisp subdir.
12084
12085 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12086
12087 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12088 and C-S- function and cursor motion keys.
12089
12090 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
12091
12092 * startup.el (command-line): Enable Xterm Mouse mode by default.
12093 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12094 for Custom. No longer show "Mouse" in mode line when enabled.
12095 Doc fix.
12096
12097 2005-04-12 Kim F. Storm <storm@cua.dk>
12098
12099 * emulation/cua-base.el (cua-rectangle-face)
12100 (cua-rectangle-noselect-face): Define face attributes here.
12101
12102 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12103
12104 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12105
12106 * startup.el (command-line): Turn off blinking cursor if
12107 cursorBlink in resources is off or false.
12108
12109 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12110
12111 * term/mac-win.el (dnd): Require dnd.
12112 (mac-drag-n-drop): Call dnd-handle-one-url.
12113 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12114 (kTextEncodingISOLatin2): Remove constants.
12115 (mac-script-code-coding-systems): New constant.
12116 (mac-handle-language-change): New function.
12117 (special-event-map): Bind it to `language-change' event.
12118 (mac-centraleurroman, mac-cyrillic): New coding systems.
12119 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12120 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12121 and mac-cyrillic-encoder to encode-mac-centraleurroman and
12122 encode-mac-cyrillic, respectively.
12123
12124 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12125
12126 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12127 Don't set overlay-arrow-string to "=>" as this is done
12128 globally in C now.
12129
12130 2005-04-12 Lute Kamstra <lute@gnu.org>
12131
12132 * generic-x.el (rc-generic-mode, rul-generic-mode):
12133 Fix auto-mode-alist entries.
12134 (etc-fstab-generic-mode): Tweak fontification.
12135
12136 * generic.el (generic-make-keywords-list): Fix docstring.
12137 (generic-mode-internal): Simplify generic-font-lock-keywords.
12138
12139 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12140
12141 * whitespace.el (whitespace-buffer-leading)
12142 (whitespace-buffer-trailing): Revert the incorrect test inversion.
12143 However, fix the highlight area for the leading and
12144 trailing whitespaces to show space.
12145
12146 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12147
12148 * whitespace.el (whitespace-version): Bump to 3.5
12149
12150 (whitespace-buffer-leading, whitespace-buffer-trailing):
12151 Invert sense of the test to highlight the whitespace.
12152
12153 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12154
12155 * progmodes/gud.el (gud-display-line): GUD uses its own
12156 overlay arrow now so don't set overlay-arrow-string.
12157 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12158
12159 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
12160
12161 * term.el (term-ansi-current-bold, term-ansi-current-underline)
12162 (term-ansi-current-reverse, term-ansi-current-invisible)
12163 (term-ansi-face-already-done): Change to boolean.
12164 (term-reset-terminal, term-handle-colors-array): Handle the above
12165 vars accordingly.
12166 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12167 (term-emulate-terminal): Use the new name.
12168
12169 * faces.el (secondary-selection): Use yellow1, not yellow.
12170 (trailing-whitespace): Use red1, not red.
12171
12172 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12173
12174 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12175 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12176 (dired-dnd-handle-file): Call dnd-get-local-file-uri
12177
12178 * cus-edit.el (dnd): New group.
12179
12180 * term/w32-win.el (dnd): Require dnd
12181 (w32-drag-n-drop): Call dnd-handle-one-url.
12182
12183 * x-dnd.el: Require dnd.
12184 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12185 Call dnd-handle-one-url.
12186 (x-dnd-types-alist, x-dnd-insert-utf8-text)
12187 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12188 to dnd-insert-text.
12189 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12190 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12191 (x-dnd-get-local-file-name, x-dnd-open-local-file)
12192 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12193
12194 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12195
12196 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12197
12198 * wdired.el: Doc fixes.
12199 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12200 (wdired-use-dired-vertical-movement): Rename from
12201 wdired-always-move-to-filename-beginning.
12202 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12203 (wdired-change-to-wdired-mode): Change mode name.
12204 (wdired-newline): Delete.
12205
12206 2005-04-11 Richard M. Stallman <rms@gnu.org>
12207
12208 * whitespace.el (whitespace-highlight-the-space):
12209 Don't call whitespace-unhighlight-the-space here.
12210
12211 * simple.el (undo): Record t in undo-equiv-table
12212 for the redo record made by an undo-in-region.
12213
12214 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12215
12216 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12217 (gdb-frame-inferior-io-buffer): New Functions to control
12218 display of separate IO buffer.
12219 (menu): Add them to menu-bar.
12220 (gdb-display-buffer): Check for buffer another frame.
12221 Protect GUD buffer.
12222 (gdb-setup-windows): Create IO buffer if not already there.
12223 (gdb-memory-mode): Remove purecopy noops.
12224
12225 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12226
12227 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12228 and pass to self-insert-command.
12229
12230 2005-04-11 Lute Kamstra <lute@gnu.org>
12231
12232 * generic.el: Commentary section cleanup.
12233 (generic): Delete.
12234 (generic-use-find-file-hook, generic-lines-to-scan)
12235 (generic-find-file-regexp, generic-ignore-files-regexp)
12236 (default-generic-mode, generic-mode-find-file-hook)
12237 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12238 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
12239 (generic-use-find-file-hook, generic-lines-to-scan)
12240 (generic-find-file-regexp, generic-ignore-files-regexp)
12241 (default-generic-mode, generic-mode-find-file-hook)
12242 (generic-mode-ini-file-find-file-hook): Move from generic.el.
12243
12244 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12245
12246 * bookmark.el (bookmark-write-file): Catch errors writing file.
12247 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12248
12249 2005-04-10 Richard M. Stallman <rms@gnu.org>
12250
12251 * startup.el (fancy-splash-tail): Update copyright year.
12252 (command-line): Split part of -Q into -D.
12253 (emacs-basic-display): New defvar.
12254 (fancy-splash-text): Correct name of menu item.
12255
12256 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12257
12258 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12259 lines in one node.
12260
12261 * comint.el (comint-send-input): New arg ARTIFICIAL.
12262 Callers in this file changed.
12263
12264 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12265
12266 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12267
12268 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12269
12270 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12271 `ldap-search-internal'.
12272
12273 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12274
12275 * files.el (set-auto-mode-1): Use line-end-position.
12276
12277 * international/latin-1.el:
12278 * international/latin-2.el:
12279 * international/latin-3.el:
12280 * international/latin-4.el:
12281 * international/latin-5.el:
12282 * international/latin-8.el:
12283 * international/latin-9.el: Give punctuation syntax to NBSP.
12284
12285 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12286 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12287 Use char-classes to accept non-ascii letters, accepted in some recent
12288 bibtex implementations.
12289
12290 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12291
12292 * custom.el (custom-set-minor-mode): Any non-nil value for the
12293 variable should enable the mode when set through Custom.
12294
12295 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12296
12297 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12298 TAB binding so tab-always-indent is obeyed.
12299 (vhdl-minibuffer-local-map): Move initialization into declaration.
12300 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12301 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12302 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12303 (vhdl-current-line): Use line-beginning-position.
12304 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12305 with-output-to-temp-buffer, so the current position can be recorded.
12306
12307 2005-04-10 Masatake YAMATO <jet@gyve.org>
12308
12309 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12310 Add regexp for gcov.
12311
12312 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12313
12314 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12315 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12316 syntax which Emacs 20 doesn't support.
12317
12318 2005-04-09 Richard M. Stallman <rms@gnu.org>
12319
12320 * help.el (describe-key-briefly, describe-key):
12321 Replace strings as event types with "(any string)".
12322
12323 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12324
12325 * arc-mode.el (archive-mode-map): Move initialization into
12326 the declaration. Override *all* bindings of `undo'.
12327 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12328
12329 2005-04-09 Jay Belanger <belanger@truman.edu>
12330
12331 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12332
12333 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12334
12335 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12336 (xterm-register-default-colors): Update color values computation
12337 to match xterm-200.
12338
12339 2005-04-09 Kenichi Handa <handa@m17n.org>
12340
12341 * international/code-pages.el (iso-latin-7): Fix the map.
12342
12343 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12344
12345 * emacs-lisp/lisp.el (defun-prompt-regexp)
12346 (parens-require-spaces, buffer-end, end-of-defun)
12347 (insert-parentheses): Doc fixes.
12348
12349 2005-04-08 Kim F. Storm <storm@cua.dk>
12350
12351 * comint.el (comint-highlight-prompt): Fix face spec.
12352 * hi-lock.el (hi-green): Likewise.
12353
12354 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12355
12356 * cus-edit.el (custom-modified-face):
12357 * comint.el (comint-highlight-input): Fix previous changes.
12358 * term.el (term-handle-ansi-escape): Add a comment.
12359
12360 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12363 in the buffer and in whitespace-highlighted-space.
12364 (whitespace-unhighlight-the-space): Simplify.
12365 (whitespace-buffer): Simplify.
12366
12367 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12368
12369 * textmodes/table.el (table-cell-face): Add special case for
12370 displays supporting a high number of colors.
12371 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12372 (vhdl-font-lock-reserved-words-face)
12373 (vhdl-speedbar-architecture-face)
12374 (vhdl-speedbar-instantiation-face)
12375 (vhdl-speedbar-architecture-selected-face)
12376 (vhdl-speedbar-instantiation-selected-face): Likewise.
12377 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12378 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12379 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12380 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12381 (ebrowse-progress-face): Likewise.
12382 * progmodes/compile.el (compilation-info-face): Likewise.
12383 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12384 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12385 * calendar/calendar.el (diary-face): Likewise.
12386 * woman.el (woman-italic-face, woman-bold-face)
12387 (woman-unknown-face): Likewise.
12388 * wid-edit.el (widget-button-pressed-face): Likewise.
12389 * whitespace.el (whitespace-highlight-face): Likewise.
12390 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12391 * pcvs-info.el (cvs-marked-face): Likewise.
12392 * info.el (info-xref): Likewise.
12393 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12394 * hilit-chg.el (highlight-changes-face)
12395 (highlight-changes-delete-face): Likewise.
12396 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12397 (hi-red-b): Likewise.
12398 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12399 * font-lock.el (font-lock-keyword-face)
12400 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12401 * cus-edit.el (custom-invalid-face, custom-modified-face)
12402 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12403 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12404 * comint.el (comint-highlight-prompt): Likewise.
12405
12406 2005-04-08 Lute Kamstra <lute@gnu.org>
12407
12408 * font-lock.el (font-lock-keywords): Docstring fixes.
12409
12410 2005-04-08 Kenichi Handa <handa@m17n.org>
12411
12412 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12413 chars are more than a limit, print " and more..." at the tail.
12414
12415 2005-04-08 Kim F. Storm <storm@cua.dk>
12416
12417 * emacs-lisp/authors.el (authors-aliases): Update list.
12418 (authors-ignored-files): New list.
12419 (authors-fixed-entries): Fix typo.
12420 (authors-renamed-files-alist): Update list.
12421 (authors-add): Check authors-ignored-files.
12422
12423 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12424
12425 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12426 optional, to ensure backward compatibility.
12427
12428 2005-04-08 Stephen Eglen <stephen@gnu.org>
12429
12430 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12431
12432 2005-04-08 Kim F. Storm <storm@cua.dk>
12433
12434 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12435
12436 * mouse.el (mouse-on-link-p): Doc fix.
12437
12438 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12439
12440 * ielm.el (ielm-prompt-read-only): Doc fix.
12441
12442 * comint.el (comint-prompt-read-only): Doc fix.
12443
12444 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12445
12446 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12447 ensure dired always handles wildcards passed to ffap.
12448 (find-file-at-point): Use it.
12449 (ffap-dired-wildcards): Doc fix.
12450
12451 2005-04-07 Juri Linkov <juri@jurta.org>
12452
12453 * simple.el (next-error-overlay-arrow-position): New defvar.
12454 Put "=>" on its property `overlay-arrow-string'. Add it to
12455 `overlay-arrow-variable-list'.
12456
12457 * progmodes/compile.el (compilation-setup):
12458 Set `next-error-overlay-arrow-position' to nil. Also set it to
12459 nil in the local hook `kill-buffer-hook'. Make local variable
12460 `overlay-arrow-string' and set it to "=>".
12461 (compilation-goto-locus): Set BOL position to
12462 `next-error-overlay-arrow-position' instead of
12463 `overlay-arrow-position'.
12464
12465 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12466 locally instead of adding it to the global hook.
12467 (Info-kill-buffer): Move up.
12468
12469 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12470
12471 * term/xterm.el (xterm-standard-colors): Update color values from
12472 xterm-200.
12473
12474 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12475
12476 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12477
12478 * fast-lock.el:
12479 * lazy-lock.el: Move them to the obsolete subdir.
12480
12481 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12482
12483 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12484 (wdired-add-replace-advice): Remove.
12485 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12486
12487 2005-04-06 Kim F. Storm <storm@cua.dk>
12488
12489 * startup.el (command-line): Add --bare-bones alias for -Q.
12490
12491 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12492
12493 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12494 create the startup fontset if a font specification ends with
12495 `mac-roman'.
12496
12497 2005-04-06 Lute Kamstra <lute@gnu.org>
12498
12499 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12500 change.
12501
12502 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12503 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12504
12505 2005-04-05 Lute Kamstra <lute@gnu.org>
12506
12507 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12508 (define-generic-mode): Ditto. Fix debug declaration.
12509
12510 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12511 Put them in the generic-x group.
12512
12513 * calendar/timeclock.el (timeclock): Doc fix.
12514
12515 * generic.el (define-generic-mode): Don't use custom-current-group.
12516 Document default :group value.
12517 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12518 (define-global-minor-mode): Don't use custom-current-group.
12519
12520 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12521
12522 * startup.el (command-line-1): Display startup-echo-area-message
12523 when fancy splash screen is in use.
12524
12525 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12526 (sh-escaped-newline): New face.
12527 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12528 newline, and use sh-escaped-newline face.
12529
12530 * progmodes/tcl.el (tcl-escaped-newline): New face.
12531 (tcl-builtin-list): New variable.
12532 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12533 newlines. Fix keywords subexpression number.
12534
12535 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12536
12537 * textmodes/org.el (org-diary-default-entry): Fix call to
12538 `add-to-diary-entry'.
12539
12540 2005-04-05 Kim F. Storm <storm@cua.dk>
12541
12542 * ediff-init.el: Use (featurep 'xemacs).
12543
12544 2005-04-05 David Ponce <david@dponce.com>
12545
12546 * cus-edit.el (face): Derive from symbol widget. Display sample
12547 of the current face on the fly.
12548 (widget-face-sample-face-get, widget-face-notify): New functions.
12549 (widget-face-value-create): Remove.
12550
12551 * wid-edit.el (widget-field-end): Temporarily remove field
12552 narrowing before to call `get-char-property'.
12553
12554 2005-04-04 Jay Belanger <belanger@truman.edu>
12555
12556 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12557 (math-read-subscripts): New variable.
12558 (math-read-preprocess-string): Process subscripts.
12559
12560 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12561
12562 * comint.el (comint-prompt-read-only): Doc fix.
12563
12564 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12565 `-1'. Doc fix.
12566
12567 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12568
12569 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12570 Change default value to nil.
12571
12572 2005-04-04 Lute Kamstra <lute@gnu.org>
12573
12574 * autorevert.el (auto-revert-mode): Specify :group.
12575 * battery.el (display-battery-mode): Specify :group.
12576 * diff-mode.el (diff-minor-mode): Specify :group.
12577 * font-core.el (font-lock-mode): Specify :group.
12578 * hl-line.el (hl-line-mode): Specify :group.
12579 * iimage.el (iimage): New customization group.
12580 (iimage-mode): Specify :group.
12581 * longlines.el (longlines-mode): Specify :group.
12582 * master.el: Don't require easy-mmode.
12583 (master): New customization group.
12584 (master-mode): Specify :group.
12585 * msb.el (msb-mode): Specify :group.
12586 * reveal.el (reveal-mode): Specify :group.
12587 * simple.el (next-error-follow-minor-mode): Specify :group.
12588 * smerge-mode.el (smerge-mode): Specify :group.
12589 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12590 * emulation/cua-base.el (cua-mode): Specify :group.
12591 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12592 * language/thai-util.el (thai-auto-composition-mode)
12593 (thai-word-mode): Specify :group.
12594 * mail/supercite.el (sc-minor-mode): Specify :group.
12595 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12596 * progmodes/flymake.el (flymake-mode): Specify :group.
12597 * progmodes/glasses.el (glasses-mode): Specify :group.
12598 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12599 * textmodes/enriched.el (enriched-mode): Specify :group.
12600 * textmodes/refill.el (refill-mode): Specify :group.
12601
12602 * add-log.el (change-log-font-lock-keywords): Names in
12603 parenthesized lists can contain spaces.
12604
12605 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12606
12607 * startup.el (fancy-splash-text): Shorten default text of
12608 "Emacs Tutorial" line. Also, if the current language env
12609 indicates an available tutorial file other than TUTORIAL,
12610 extract its title and append it to the line in parentheses.
12611 (fancy-splash-insert): If arg is a thunk, funcall it.
12612
12613 2005-04-04 Jay Belanger <belanger@truman.edu>
12614
12615 * calc.el (calc-language-alist): Add tags to customization type.
12616
12617 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12618
12619 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12620 Doc fix.
12621
12622 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12623
12624 * add-log.el (change-log-font-lock-keywords): The manual
12625 describing a Change Log entry, says: (...) "Aside from these
12626 header lines, every line in the change log starts with a space or
12627 a tab.". The font-lock was not highlighting lines started with
12628 spaces, added support for it.
12629
12630 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12631
12632 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12633 (bibtex-generate-url-list): Update docstring accordingly. Put the
12634 complex example in the docstring.
12635 (bibtex-font-lock-url): Use pop.
12636
12637 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12640
12641 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12642
12643 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12644
12645 * filesets.el (filesets-set-default): Doc fix.
12646
12647 2005-04-03 Lute Kamstra <lute@gnu.org>
12648
12649 * generic.el (define-generic-mode): Add argument to specify
12650 keywords for defcustom.
12651 (default-generic-mode): Specify :group.
12652
12653 * generic-x.el: Specify :group for all generic modes.
12654
12655 * desktop.el (desktop-no-desktop-file-hook)
12656 (desktop-after-read-hook): Doc fix.
12657
12658 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12659
12660 * simple.el (visible-mode): Use explicit :group keyword.
12661 This changes the group of `visible-mode-hook' from paren-blinking
12662 to editing-basics.
12663
12664 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12665
12666 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12667 mailbox specifications as well as URLs.
12668 (rmail-insert-inbox-text): Remove unused conditional branches.
12669
12670 2005-04-01 Jay Belanger <belanger@truman.edu>
12671
12672 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12673 (calc-gnuplot-print-command): Move definitions to calc.el.
12674
12675 * calc/calc-embed.el (calc-embedded-announce-formula)
12676 (calc-embedded-open-formula, calc-embedded-close-formula)
12677 (calc-embedded-open-word, calc-embedded-close-word)
12678 (calc-embedded-open-plain, calc-embedded-close-plain)
12679 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12680 (calc-embedded-open-mode, calc-embedded-close-mode):
12681 Move definitions to calc.el.
12682
12683 * calc/calc.el (calc-settings-file, calc-language-alist):
12684 Make customizable.
12685 (calc-embedded-announce-formula, calc-embedded-open-formula)
12686 (calc-embedded-close-formula, calc-embedded-open-word)
12687 (calc-embedded-close-word, calc-embedded-open-plain)
12688 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12689 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12690 (calc-embedded-close-mode, calc-gnuplot-name)
12691 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12692 from other files and make customizable.
12693
12694 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12695
12696 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12697 Use buffer-live-p.
12698 (cvs-mode-run): Don't call cvs-update-header here.
12699 (cvs-run-process): Call cvs-update-header.
12700 Use process properties for cvs-postprocess and cvs-buffer so that
12701 the sentinel can behave better if the temp buffer is killed.
12702 Use a pipe rather than a tty, to better handle unexpected prompts.
12703 (cvs-sentinel): Rewrite. Call cvs-update-header.
12704
12705 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12706
12707 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12708 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12709
12710 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12711
12712 * generic.el (define-generic-mode): Add indentation rule.
12713
12714 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12715
12716 * files.el (mode-require-final-newline): Make Custom correctly
12717 report a nil value and allow to set it to nil via Custom.
12718 Doc fix.
12719
12720 2005-04-01 Kenichi Handa <handa@m17n.org>
12721
12722 * international/characters.el: Enable the correct case setting for
12723 dotless-i and dotted-I.
12724
12725 2005-04-01 Kim F. Storm <storm@cua.dk>
12726
12727 * ido.el (ido-file-internal): Fall back to non-ido command if
12728 initial directory is on slow ftp (or tramp) host.
12729
12730 2005-03-31 Richard M. Stallman <rms@gnu.org>
12731
12732 * emacs-lisp/autoload.el (make-autoload):
12733 Handle define-global-minor-mode.
12734
12735 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12736 Rename from easy-mmode-define-global-mode.
12737 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12738
12739 * progmodes/scheme.el (scheme-mode-syntax-table):
12740 Update syntax of | and # for two-character comment syntax.
12741
12742 2005-03-31 Lute Kamstra <lute@gnu.org>
12743
12744 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12745 (define-minor-mode): Call custom-current-group at load-time.
12746
12747 * generic.el (define-generic-mode): Add debug declaration.
12748 Add defcustom for the mode hook.
12749 (generic-mode-internal): Use run-mode-hooks.
12750
12751 2005-03-31 Kim F. Storm <storm@cua.dk>
12752
12753 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12754 (mouse-fixup-help-message): New defun called by show_help_echo
12755 to fixup mouse-2 prefix in help messages when applicable.
12756
12757 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12758
12759 2005-03-31 Kenichi Handa <handa@m17n.org>
12760
12761 * language/thai-word.el (thai-find-word-ends): Pay attention to
12762 the case that we reach the end of buffer.
12763
12764 * textmodes/fill.el (fill-text-properties-at): New function.
12765 (fill-newline): Use fill-text-properties-at instead of
12766 text-properties-at.
12767
12768 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12769
12770 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12771 not comint-quote-filename.
12772
12773 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12774
12775 * help-fns.el (help-with-tutorial): Revert last change.
12776
12777 2005-03-31 Kim F. Storm <storm@cua.dk>
12778
12779 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12780
12781 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12782
12783 * calendar/cal-china.el: Update reference to "Calendrical
12784 Calculations" book; there's a new edition.
12785 * calendar/cal-coptic.el: Likewise.
12786 * calendar/cal-french.el: Likewise.
12787 * calendar/cal-hebrew.el: Likewise.
12788 * calendar/cal-islam.el: Likewise.
12789 * calendar/cal-iso.el: Likewise.
12790 * calendar/cal-julian.el: Likewise.
12791 * calendar/cal-mayan.el: Likewise.
12792 * calendar/cal-persia.el: Likewise.
12793 * calendar/calendar.el: Likewise.
12794 * calendar/holidays.el: Likewise.
12795 * calendar/lunar.el: Likewise.
12796 * calendar/solar.el: Likewise.
12797
12798 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12799 white space from doc string.
12800
12801 2005-03-30 Jay Belanger <belanger@truman.edu>
12802
12803 * calc/calc-help.el (calc-full-help): Remove email address.
12804
12805 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12806
12807 * help-fns.el (help-with-tutorial): Delete title line.
12808
12809 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12810
12811 * calendar/cal-x.el (calendar-one-frame-setup)
12812 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12813 rather than 'symbol for set-window-dedicated-p.
12814
12815 * calendar/appt.el (appt-buffer-name): Make it a constant.
12816 (appt-add): Doc fix.
12817
12818 * filesets.el (filesets-menu-path, filesets-menu-before)
12819 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12820 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12821 (filesets-add-submenu): Delete and use add-submenu instead.
12822
12823 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12824
12825 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12826 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12827 (org-diary-default-entry): New function.
12828 (org-get-entries-from-diary): Better parsing of diary entries.
12829 (org-agenda-check-no-diary): New function.
12830 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12831 linking to diary entries.
12832 (org-agenda-execute-calendar-command): New function.
12833 (org-agenda): Improve visible section in window.
12834 Use `org-fit-agenda-window'.
12835 (org-fit-agenda-window): New option.
12836 (org-move-subtree-down): Better handling of empty lines
12837 at end of subtree.
12838 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12839 levels up.
12840 (org-fontify-done-headline): New option.
12841 (org-headline-done-face): New face.
12842 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12843 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12844 When current field is non-empty, it is copied to next row.
12845 (org-table-copy-from-above): Fix bug which made it
12846 impossible to copy fields containing only a single non-white character.
12847
12848 2005-03-30 Kim F. Storm <storm@cua.dk>
12849
12850 * kmacro.el (kmacro-end-macro): Isearch may store this command
12851 into the macro -- so ignore it when executing keyboard macro.
12852
12853 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12854
12855 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12856
12857 2005-03-29 Kenichi Handa <handa@m17n.org>
12858
12859 * language/thai.el ("Thai"): Set setup-function and exit-function
12860 for Thai language environment.
12861
12862 * language/thai-util.el: Require thai-word.
12863 (thai-word-mode-map): New variable.
12864 (thai-word-mode): New minor mode.
12865 (setup-thai-language-environment-internal): New function.
12866 (exit-thai-language-environment-internal): New function.
12867
12868 * language/thai-word.el (thai-word-table): Declare it by defvar,
12869 use dolist to initialize it.
12870 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12871 (thai-fill-find-break-point): New functions.
12872
12873 2005-03-29 Richard M. Stallman <rms@gnu.org>
12874
12875 * simple.el (idle-update-delay): Move definition up.
12876 (set-mark): Doc fix.
12877
12878 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12879
12880 * longlines.el: New file.
12881
12882 * simple.el (buffer-substring-filters): New variable.
12883 (filter-buffer-substring): New function.
12884 (kill-region, copy-region-as-kill): Use it.
12885
12886 * register.el (copy-to-register, append-to-register)
12887 (prepend-to-register): Use filter-buffer-substring.
12888
12889 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12890
12891 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12892 (gud-filter-pending-text): Move in front of gdb.
12893 (gud-overlay-arrow-position): New variable.
12894 (gud-sentinel, gud-display-line): Use it in place of
12895 overlay-arrow-position.
12896
12897 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12898
12899 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12900 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12901 (fortran-font-lock-keywords-4): New variable.
12902 (fortran-blocks-re, fortran-end-block-re)
12903 (fortran-start-block-re): New constants, for hideshow.
12904 (hs-special-modes-alist): Add a Fortran entry.
12905 (fortran-mode-map): Bind fortran-end-of-block,
12906 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12907 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12908 (fortran-looking-at-if-then, fortran-end-of-block)
12909 (fortran-beginning-of-block): New functions, for hideshow.
12910
12911 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12912 Doc fix. Tweak regexp.
12913 (f90-beginning-of-block): Push mark first.
12914
12915 2005-03-29 Jay Belanger <belanger@truman.edu>
12916
12917 * calc/calc.el: Update copyright date.
12918 (calc-version): Increase to 2.1.
12919 (calc-version-date): Remove.
12920
12921 * calc/calc-help.el: Update copyright date.
12922 (calc-full-help): Remove reference to calc-version-date.
12923 Update copyright date.
12924
12925 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12926
12927 * vc.el (vc-do-command): Use a pipe for async processes, so password
12928 prompts don't show up at places where the user can't reply.
12929
12930 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12931
12932 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12933 on the file name we pass to the inferior shell.
12934
12935 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12936
12937 * progmodes/which-func.el (which-function): Be robust in the face of an
12938 imenu--make-index-alist failure.
12939
12940 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12941
12942 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12943
12944 * progmodes/python.el (python-preoutput-filter): Fix last change.
12945
12946 2005-03-29 Lute Kamstra <lute@gnu.org>
12947
12948 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12949 functions and compiled macros.
12950 (debug-convert-byte-code): Handle macros too.
12951 (debug-on-entry-1): Don't signal an error when trying to clear a
12952 function that is not set to debug on entry.
12953
12954 2005-03-29 Jay Belanger <belanger@truman.edu>
12955
12956 * calc/calc-lang.el: Add functions to math-function-table
12957 properties of tex and math.
12958
12959 2005-03-29 Kenichi Handa <handa@m17n.org>
12960
12961 * ps-mule.el (ps-mule-plot-string): Translate characters by
12962 ps-print-translation-table.
12963 (ps-mule-begin-job): Call find-charset-region/string with
12964 ps-print-translation-table.
12965 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12966
12967 * ps-print.el (ps-print-translation-table): New variable.
12968 (ps-plot-region): Translate characters by ps-print-translation-table.
12969
12970 2005-03-29 Juri Linkov <juri@jurta.org>
12971
12972 * simple.el (next-error-highlight-timer): New variable.
12973
12974 * progmodes/compile.el (compilation-goto-locus):
12975 Use `next-error-highlight-timer' instead of `sit-for'.
12976
12977 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * mail/supercite.el (sc-mail-field): Use assoc-string.
12980 (sc-get-address): Simplify regexps.
12981
12982 * files.el (minibuffer-with-setup-hook): New macro.
12983 (find-file-read-args): Use it to avoid let-binding
12984 minibuffer-with-setup-hook (which breaks turning on/off
12985 file-name-shadow-mode while in the prompt).
12986
12987 * complete.el (PC-read-include-file-name-internal):
12988 Use test-completion.
12989
12990 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12991
12992 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12993
12994 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12995
12996 * window.el (window-buffer-height): Use count-screen-lines.
12997
12998 * progmodes/python.el (python-preoutput-leftover): New var.
12999 (python-preoutput-filter): Use it.
13000 (python-send-receive): Loop until all the result has been received.
13001
13002 2005-03-28 Juri Linkov <juri@jurta.org>
13003
13004 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
13005
13006 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
13007 "Recover Crashed Session".
13008 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
13009 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
13010 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
13011 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
13012 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
13013 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
13014 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
13015 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
13016
13017 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
13018 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
13019 Ediff Sessions", "Toggle use of separate control buffer frame",
13020 "Use separate frame for Ediff control buffer".
13021
13022 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
13023 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
13024 "Rename Bookmark", "Delete Bookmark".
13025
13026 * info.el (Info-mode-menu): Remove ellipsis from "Index".
13027 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
13028 Add `:active Info-index-alternatives' to "Next Matching Item".
13029
13030 * wdired.el (wdired-change-to-wdired-mode):
13031 Mention `wdired-abort-changes' key in the initial message.
13032
13033 * international/mule.el (auto-coding-alist): Associate non-ascii
13034 image filename extensions with `no-conversion'.
13035
13036 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13037
13038 * international/iso-acc.el:
13039 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
13040
13041 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
13042
13043 * textmodes/sgml-mode.el (html-mode): Doc update.
13044
13045 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13046
13047 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13048
13049 * term.el (term-move-columns): Fix face after extending a line.
13050 (term-insert-spaces): Likewise.
13051 (term-reset-terminal): Fix off by one error.
13052
13053 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13054
13055 * international/mule.el (auto-coding-alist): Add .xpi files.
13056
13057 * files.el (auto-mode-alist): Add .xpi files.
13058
13059 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
13060
13061 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13062
13063 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13064
13065 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13066
13067 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13068
13069 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13070 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
13071
13072 * calendar/cal-move.el (calendar-beginning-of-year): Move the
13073 cursor to Jan 1 when needed.
13074 (calendar-end-of-year): Fix -/+ typo.
13075 Reported by Chong Yidong <cyd@stupidchicken.com>.
13076
13077 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13078
13079 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13080
13081 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13082 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
13083
13084 2005-03-25 Richard M. Stallman <rms@gnu.org>
13085
13086 * filesets.el (filesets-init): Add autoload.
13087
13088 * mail/mailalias.el (mail-directory): Doc fix.
13089
13090 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13091
13092 * mail/mailalias.el (mail-directory-process): Do nothing if
13093 mail-directory-process is an atom.
13094 (mail-get-names): Ignore mail-directory-names if it is an atom.
13095 (mail-directory-process defvar): Doc fix.
13096 (mail-names): Doc fix.
13097
13098 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
13099
13100 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13101
13102 2005-03-26 Kenichi Handa <handa@m17n.org>
13103
13104 * international/mule-util.el (detect-coding-with-priority):
13105 Call update-coding-systems-internal before detect-coding-region.
13106
13107 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
13108
13109 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13110 (gdb-frames-mode-map): Add follow-link property.
13111
13112 2005-03-25 Jay Belanger <belanger@truman.edu>
13113
13114 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13115 for variables.
13116
13117 2005-03-25 Juri Linkov <juri@jurta.org>
13118
13119 * image-mode.el: Optimize image filename extension regexps in
13120 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
13121 in `auto-mode-alist'.
13122 (image-mode): Add `image-toggle-display-text' to local hook
13123 `change-major-mode-hook'. Display the image as an image by
13124 default. Set `cursor-type' and `truncate-lines' if the image
13125 is already displayed. Take into account the current mode (image
13126 or text) in message.
13127 (image-minor-mode): New minor mode.
13128 (image-mode-maybe, image-toggle-display-text): New functions.
13129 (image-toggle-display): Use called-interactively-p.
13130 Let-bind `inhibit-read-only' to t.
13131
13132 * image-mode.el (image-minor-mode): Set `cursor-type' and
13133 `truncate-lines' if the image is already displayed. Add turning
13134 image-minor-mode off to `change-major-mode-hook'. Add message.
13135 Call `image-toggle-display-text' after turning image-minor-mode off.
13136
13137 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13138
13139 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13140 Terminal.app, use utf-8.
13141 (set-display-table-and-terminal-coding-system): Add coding-system arg.
13142 (set-locale-environment): Use it.
13143
13144 * term/xterm.el: Undo last change, better done in mule-cmds.el.
13145
13146 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13147
13148 * progmodes/python.el (python-close-block-statement-p)
13149 (python-outdent-p, python-current-defun): Use symbol-end.
13150
13151 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13152
13153 * files.el (save-some-buffers): Doc fix.
13154
13155 2005-03-25 Werner Lemberg <wl@gnu.org>
13156
13157 * complete.el, thumbs.el: Replace `legal' with `valid'.
13158 * calendar/calendar.el: Replace `legal' with `valid'.
13159 * emacs-lisp/advice.el: Replace `legal' with `valid'.
13160 * mail/supercite.el: Replace `legal' with `valid'.
13161 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13162 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13163 Replace `legal' with `valid'.
13164 * textmodes/reftex-vars.el, textmodes/reftex.el:
13165 Replace `legal' with `valid'.
13166
13167 2005-03-25 Werner Lemberg <wl@gnu.org>
13168
13169 * calc/calc-forms.el, calc/calc-sel.el:
13170 * midnight.el, vc-cvs.el:
13171 * emacs-lisp/cl-macs.el:
13172 * emulation/vip.el:
13173 * eshell/esh-io.el, eshell/esh-var.el:
13174 * mail/supercite.el:
13175 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13176 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13177 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13178 * progmodes/sh-script.el, progmodes/xscheme.el:
13179 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13180 * textmodes/reftex-index.el, textmodes/reftex-parse.el
13181 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13182 * textmodes/reftex.el, textmodes/org.el:
13183 Replace `illegal' with `invalid'.
13184
13185 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13186
13187 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13188 (flymake-find-buildfile, flymake-find-possible-master-files)
13189 (flymake-check-include, flymake-parse-line): Replace loops over the
13190 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13191
13192 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13193 Substitute file-name-as-directory in the rest of the file.
13194 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13195 (flymake-replace-region): Remove unused arg `buffer'.
13196 (flymake-check-patch-master-file-buffer): Update calls to it.
13197 (flymake-add-err-info): Remove unused var `count'.
13198 (flymake-mode): Use define-minor-mode.
13199
13200 * progmodes/flymake.el: Use with-current-buffer.
13201 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13202 flymake-replace-regexp-in-string, flymake-line-beginning-position)
13203 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13204 Avoid testing for `xemacs'.
13205 (flymake-nop): Move.
13206 (flymake-region-has-flymake-overlays): Return the computed value.
13207 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13208 Remove unused var `endline'.
13209 (flymake-get-line-count): Remove unused function.
13210 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13211
13212 * emulation/vi.el:
13213 * generic.el:
13214 * hilit-chg.el (global-highlight-changes):
13215 * hi-lock.el (hi-lock-mode):
13216 * follow.el: find-file-hooks -> find-file-hook.
13217
13218 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13219
13220 2005-03-24 Juri Linkov <juri@jurta.org>
13221
13222 * dired.el (dired-mode-map): Add menu item "Compare directories"
13223 for dired-compare-directories.
13224
13225 * dired-aux.el (dired-compare-directories): Add autoload cookie.
13226 Doc fix. Replace `read-file-name' with `read-directory-name'.
13227
13228 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13229
13230 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13231
13232 2005-03-24 Jay Belanger <belanger@truman.edu>
13233
13234 * calc/calc-embed.el (calc-embedded-mode-change): Save all
13235 relevant mode settings in calc-embedded-original-modes when modes
13236 are permanently changed.
13237
13238 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13239
13240 * autoinsert.el: find-file-hooks -> find-file-hook.
13241
13242 2005-03-24 Lute Kamstra <lute@gnu.org>
13243
13244 * generic.el (generic-font-lock-defaults): Make it obsolete.
13245 (generic-font-lock-keywords): New variable to replace
13246 generic-font-lock-defaults.
13247 (generic-mode-set-font-lock): Delete it.
13248 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13249 (generic-bracket-support): Add docstring.
13250
13251 * generic-x.el: Rename generic-font-lock-defaults to
13252 generic-font-lock-keywords throughout.
13253 (mailagent-rules-setup-function): Delete it.
13254 (mailagent-rules-generic-mode): Use anonymous function instead.
13255 (show-tabs-generic-mode-font-lock-defaults-1)
13256 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13257 Quote faces.
13258 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13259 not foreground.
13260
13261 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13262 Recognize define-generic-mode.
13263
13264 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13265
13266 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13267 if there's no completion table.
13268
13269 2005-03-23 Miles Bader <miles@gnu.org>
13270
13271 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13272 Remove tty-specific variants, as they're no longer needed.
13273
13274 2005-03-23 Lute Kamstra <lute@gnu.org>
13275
13276 * generic-x.el: Code cleanup: make args constant whenever possible.
13277 (installshield-statement-keyword-list)
13278 (installshield-system-functions-list)
13279 (installshield-system-variables-list, installshield-types-list)
13280 (installshield-funarg-constants-list): Make them constants.
13281
13282 * generic.el (generic-make-keywords-list): Add autoload cookie.
13283
13284 * calendar/time-date.el: Add comment on time value formats.
13285 Don't require parse-time.
13286 (with-decoded-time-value): New macro.
13287 (encode-time-value): New function.
13288 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13289 (days-to-time): Return a valid time value when arg is huge.
13290 (time-since): Use time-subtract.
13291 (time-to-number-of-days): Use time-to-seconds.
13292
13293 2005-03-23 David Ponce <david@dponce.com>
13294
13295 * recentf.el: (recentf-keep): New option.
13296 (recentf-menu-action): Default to `find-file'.
13297 (recentf-keep-non-readable-files-flag)
13298 (recentf-keep-non-readable-files-p)
13299 (recentf-file-readable-p, recentf-find-file)
13300 (recentf-cleanup-remote): Remove.
13301 (recentf-include-p): More robust.
13302 (recentf-keep-p): New function.
13303 (recentf-remove-if-non-kept): Rename from
13304 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13305 All callers updated.
13306 (recentf-menu-items-for-commands): Fix help string.
13307 (recentf-track-closed-file): Update. Doc fix.
13308 (recentf-cleanup): Update. Count removed files. Doc fix.
13309
13310 2005-03-23 Kim F. Storm <storm@cua.dk>
13311
13312 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13313 Don't inherit from fringe face (now happens automatically).
13314
13315 2005-03-22 Kim F. Storm <storm@cua.dk>
13316
13317 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13318 position values.
13319
13320 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13321
13322 * menu-bar.el (showhide-date-time): Remove.
13323 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13324 (menu-bar-make-mm-toggle): Simplify.
13325
13326 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13327
13328 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13329 Accept qualified variable and function names.
13330
13331 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13332
13333 * bindings.el (completion-ignored-extensions):
13334 Remove ".lis" for `vax-vms'.
13335
13336 2005-03-22 Andreas Schwab <schwab@suse.de>
13337
13338 * generic-x.el: Revert last change.
13339 * ldefs-boot.el: Update.
13340
13341 2005-03-22 Jay Belanger <belanger@truman.edu>
13342
13343 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13344 (calc-embedded-save-original-modes)
13345 (calc-embedded-restore-original-modes): New functions.
13346 (calc-do-embedded): Save original modes when entering embedded mode
13347 and restore when leaving embedded mode.
13348 (calc-embedded-modes-change): Change the value of
13349 calc-embedded-original-modes to reflect permanent changes.
13350
13351 2005-03-22 Lute Kamstra <lute@gnu.org>
13352
13353 * generic-x.el: Require generic again.
13354
13355 2005-03-22 Miles Bader <miles@gnu.org>
13356
13357 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13358 Tweak details to look good on both ttys and bitmap displays, light
13359 or dark background, etc.
13360
13361 2005-03-21 Kim F. Storm <storm@cua.dk>
13362
13363 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13364 mouse position.
13365
13366 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * icomplete.el: Don't forcibly turn on the mode upon load.
13369 (icomplete-mode): Use define-minor-mode.
13370 (icomplete-eoinput): Default to nil.
13371 (icomplete-minibuffer-setup): Remove autoload.
13372 (icomplete-tidy): Simplify.
13373 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13374 in the initial state or if the user has modified the field.
13375 Fix handling of icomplete-max-delay-chars.
13376 Remove code that handles the oddball case where
13377 minibuffer-completion-table is an integer.
13378 Wrap icomplete-completions in while-no-input in case building
13379 completions takes more time than expected.
13380 (icomplete-completions): Simplify.
13381
13382 2005-03-21 Richard M. Stallman <rms@gnu.org>
13383
13384 * jka-compr.el (jka-compr-really-do-compress):
13385 Make variable buffer-local.
13386
13387 * image-mode.el: Handle .xpm files too.
13388 (image-toggle-display): Preserve modification flag.
13389
13390 * help.el (where-is): Don't mention aliases with no key bindings.
13391
13392 2005-03-21 Lute Kamstra <lute@gnu.org>
13393
13394 * generic.el: Fix commentary section. Don't require cl for
13395 compilation.
13396 (generic-mode-list): Add autoload cookie.
13397 (generic-use-find-file-hook, generic-lines-to-scan)
13398 (generic-find-file-regexp, generic-ignore-files-regexp)
13399 (generic-mode, generic-mode-find-file-hook)
13400 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13401 (define-generic-mode): Make it a defmacro. Fix docstring.
13402 (generic-mode-internal): Code cleanup. Add autoload cookie.
13403 (generic-mode-set-comments): Code cleanup.
13404 * generic-x.el: Don't prevent compilation. Don't require generic.
13405 Follow coding conventions. Minor code cleanup.
13406 (etc-fstab-generic-mode): Add some keywords.
13407 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13408 define-generic-mode like a function declaration.
13409
13410 2005-03-21 Jay Belanger <belanger@truman.edu>
13411
13412 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13413 changing modes.
13414
13415 2005-03-21 Sam Steingold <sds@gnu.org>
13416
13417 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13418
13419 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13420
13421 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13422 Add underscore to "f$ lexicals" regexp.
13423
13424 2005-03-20 Juri Linkov <juri@jurta.org>
13425
13426 * subr.el (progress-reporter-do-update): When `min-value' is equal
13427 to `max-value', set `percentage' to 0 and prevent division by zero.
13428
13429 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13430
13431 Sync with Tramp 2.0.48.
13432
13433 * net/tramp.el (all): Change all addresses to .gnu.org.
13434 (tramp-append-tramp-buffers): New defun.
13435 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13436 Catch `dont-send' signal.
13437 (tramp-set-auto-save-file-modes): Set always permissions, because
13438 there might be an old auto-saved file belonging to another
13439 original file. This could be a security threat. Reported by
13440 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13441 Check for Emacs 21.3.50 removed.
13442
13443 * net/tramp-smb.el (all): Remove debug construct for
13444 `with-parsed-tramp-file-name'.
13445 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13446 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13447 No error message if DIRECTORY or FILENAME doesn't exist.
13448 (tramp-smb-open-connection): Check existence of
13449 `tramp-smb-program'.
13450
13451 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13454 Properly handle the case where the `m' or `s' command's argument is not
13455 yet terminated.
13456 (perl-indent-new-calculate): New function.
13457 (perl-indent-line): Use it.
13458
13459 2005-03-20 Miles Bader <miles@gnu.org>
13460
13461 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13462 in text-mode too. Change to new face names.
13463 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13464 Add `:weight bold' attribute.
13465 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13466
13467 2005-03-19 Juri Linkov <juri@jurta.org>
13468
13469 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13470
13471 * international/mule.el (auto-coding-alist): Sync with
13472 `auto-mode-alist' by adding upper case archive file extensions
13473 and adding ear/war to jar extension.
13474
13475 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13476
13477 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13478 running, restart it.
13479
13480 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13481
13482 * finder.el (finder-current-item): Throw an error on an empty line.
13483
13484 * man.el (Man-follow-manual-reference): If current-word returns
13485 nil, use "".
13486
13487 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13488
13489 * simple.el (goto-line): Doc fix.
13490
13491 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13492
13493 * files.el (save-buffer): Doc fix.
13494
13495 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13496
13497 * recentf.el (recentf-cleanup-remote): New variable.
13498 (recentf-cleanup): Use it to conditionally check availability of
13499 remote files.
13500
13501 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13502
13503 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13504 function names.
13505
13506 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13507
13508 * language/thai-word.el: New file.
13509
13510 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13511
13512 * files.el (backup-buffer): If the file's directory is not
13513 writable, use copy instead of move to backup the file.
13514
13515 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13516
13517 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13518
13519 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13520
13521 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13522 Use functionp instead of symbolp and fboundp. Reported by Drkm
13523 <darkman_spam@yahoo.fr>.
13524 (ps-print-version): New version 6.6.6.
13525
13526 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13527
13528 * textmodes/table.el (table--line-column-position): New idiom.
13529 (table--row-column-insertion-point-p): New function to test
13530 validity of row and column insertion operation at a location.
13531 (table-global-menu, table-cell-menu): Use above functions for
13532 deterministic test operation.
13533 (table--editable-cell-p): Behave in deterministic fashion.
13534
13535 2005-03-18 Juri Linkov <juri@jurta.org>
13536
13537 * isearch.el (isearch-lazy-highlight-new-loop):
13538 Make arguments beg and end optional.
13539 (isearch-update): Remove optional arguments nil from
13540 isearch-lazy-highlight-new-loop.
13541 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13542 isearch-lazy-highlight-case-fold-search instead of
13543 isearch-case-fold-search, and let-bind isearch-regexp to
13544 isearch-lazy-highlight-regexp.
13545 Use isearch-lazy-highlight-last-string instead of isearch-string.
13546
13547 * replace.el (perform-replace): Remove bindings of global
13548 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13549 Add three new arguments to `replace-highlight'.
13550 (replace-highlight): Add arguments string, regexp, case-fold.
13551 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13552 to allow isearch-lazy-highlight-new-loop to use these values
13553 to set corresponding isearch-lazy-highlight-* internal
13554 variables whose values lazy highlighting will use regardless of
13555 changes to global variables isearch-string, isearch-regexp,
13556 isearch-case-fold-search during lazy highlighting loop.
13557 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13558 to `lazy-highlight-cleanup'.
13559
13560 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13561 (ispell-highlight-face): Set default face to `isearch' when
13562 lazy highlighting is enabled.
13563 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13564 priority to 1. Add lazy highlighting.
13565 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13566 from `isearch-dehighlight'.
13567
13568 2005-03-18 David Ponce <david@dponce.com>
13569
13570 * files.el (hack-local-variables): Do a case-insensitive search
13571 for End.
13572
13573 2005-03-18 Juri Linkov <juri@jurta.org>
13574
13575 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13576 `isearch-lazy-highlight-cleanup', add alias to old name and
13577 declare obsolete. Add release numbers to other obsolete vars.
13578 (isearch-done, isearch-lazy-highlight-new-loop):
13579 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13580 (lazy-highlight-cleanup) <variable>: Doc fix.
13581 (isearch-lazy-highlight-update): Rename obsolete
13582 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13583
13584 2005-03-18 Kenichi Handa <handa@m17n.org>
13585
13586 * language/thai-util.el: Fix categorization of Thai characters in
13587 thai-category-table.
13588 (thai-composition-pattern): Adjust it for the above change.
13589 (thai-self-insert-command, thai-compose-syllable): New functions.
13590 (thai-compose-region): Use thai-compose-syllable.
13591 (thai-compose-string): Likewise.
13592 (thai-composition-function): Likewise.
13593 (thai-auto-composition): New function.
13594 (thai-auto-composition-mode): New minor mode.
13595
13596 * language/thai.el: Fix patterns to be registered in
13597 composition-function-table.
13598
13599 * international/quail.el (quail-input-method): Locally bind
13600 inhibit-modification-hooks to t.
13601
13602 2005-03-17 Richard M. Stallman <rms@gnu.org>
13603
13604 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13605 (perl-mode): Use run-mode-hooks.
13606
13607 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13608 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13609 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13610
13611 * mail/sendmail.el (sendmail-send-it): Reenable the code
13612 to compute resend-to-address and use it.
13613
13614 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13615
13616 * image-mode.el: New file.
13617
13618 * image.el (insert-sliced-image): Add autoload cookie.
13619
13620 * font-lock.el (font-lock-lines-before): New user option.
13621 (font-lock-after-change-function): Obey it.
13622
13623 * bindings.el (esc-map): Make M-g a prefix.
13624 Bind M-g g and M-g M-g to goto-line.
13625
13626 * faces.el (face-id): Doc fix.
13627
13628 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13629
13630 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13631 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13632 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13633
13634 * mail/sendmail.el (mail-yank-ignored-headers)
13635 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13636 Add Mail-Followup-To and Mail-Reply-To headers.
13637 (mail-citation-hook): Add autoload cookie.
13638 (mail-mode): Doc fix.
13639 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13640 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13641 (mail-mode-fill-paragraph): Handle those headers.
13642 (mail-mailing-lists): New variable.
13643 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13644
13645 2005-03-17 Juri Linkov <juri@jurta.org>
13646
13647 * isearch.el (isearch-fallback): Check for `(car previous)'
13648 before calling `isearch-other-end-state'.
13649
13650 2005-03-17 Kim F. Storm <storm@cua.dk>
13651
13652 * simple.el (move-beginning-of-line): Move to beginning of buffer
13653 line, as well as beginning of screen line.
13654
13655 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13656
13657 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13658 argument REDRAW rather than calendar-redrawing variable.
13659 * calendar/calendar.el (calendar-redrawing): Delete.
13660 (redraw-calendar): Do not bind calendar-redrawing.
13661
13662 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13663
13664 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13665 diary-file buffer.
13666
13667 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13668
13669 * help.el (describe-mode): Allow a :minor-mode-function property to
13670 specify a different minor mode toggle function than the variable.
13671 * simple.el (auto-fill-function):
13672 * subr.el (add-minor-mode): Use it.
13673
13674 2005-03-16 Kenichi Handa <handa@m17n.org>
13675
13676 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13677 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13678 (ethio-fidel-to-sera-buffer): Likewise.
13679
13680 2005-03-16 Juri Linkov <juri@jurta.org>
13681
13682 * emacs-lisp/find-func.el (find-function-regexp):
13683 Add defun-emitting macro `menu-bar-make-toggle'.
13684
13685 * isearch.el: Put `isearch-scroll' property to
13686 `split-window-horizontally'.
13687
13688 * info.el: Update error messages for `debug-ignored-errors'.
13689 (Info-isearch-search): Doc fix.
13690 (Info-find-node): Move up code to go into info buffer before
13691 recording the node to the history.
13692 (Info-fontify-node): Fontify titles only if the next line
13693 has two or more `*', `=', `-', `.'.
13694 Display "go to this node" for empty (match-string 3).
13695
13696 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13697
13698 * term/mac-win.el: Add mouse pointer shape constants.
13699
13700 2005-03-15 Kim F. Storm <storm@cua.dk>
13701
13702 * simple.el (move-beginning-of-line): Use vertical-motion.
13703
13704 2005-03-15 Juri Linkov <juri@jurta.org>
13705
13706 * isearch.el (isearch-error): New variable.
13707 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13708 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13709 (isearch-within-brackets-state): Remove.
13710 (isearch-case-fold-search-state, isearch-pop-fun-state):
13711 Decrease frame index.
13712 (isearch-mode, isearch-top-state, isearch-push-state)
13713 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13714 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13715 (isearch-search, isearch-lazy-highlight-new-loop):
13716 Replace `isearch-invalid-regexp' with `isearch-error'.
13717 Remove `isearch-within-brackets'.
13718 (isearch-search): Add `search-failed' handler to `condition-case'.
13719 (isearch-lazy-highlight-search): Add `condition-case' to catch
13720 errors and allow `isearch-lazy-highlight-update' to try
13721 highlighting from the beginning of the window.
13722 (isearch-repeat): Move up code to set isearch-wrapped to t
13723 before calling isearch-wrap-function.
13724
13725 * info.el (Info-isearch-initial-node): New internal variable.
13726 (Info-search): Signal an error in isearch mode when search leaves
13727 the initial node. Signal an error when `bound' is non-nil and
13728 nothing was found in the current subfile.
13729 (Info-isearch-search): Remove `condition-case'.
13730 (Info-isearch-wrap): Don't wrap when search failed during leaving
13731 the initial node. If `Info-isearch-search' is nil, wrap around
13732 the current node.
13733 (Info-isearch-start): New fun.
13734 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13735 `isearch-mode-hook'.
13736
13737 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13738
13739 * simple.el (normal-erase-is-backspace): Set default to t if
13740 running on Mac.
13741
13742 * term/mac-win.el (function-key-map): Sync with x-win.el.
13743
13744 2005-03-15 Kenichi Handa <handa@m17n.org>
13745
13746 * international/mule-cmds.el (locale-language-names): Modify the
13747 format of elements and add more entries.
13748 (locale-preferred-coding-systems): Add more entries.
13749 (set-locale-environment): Adjust for the change of
13750 locale-language-names.
13751
13752 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13753
13754 * pcvs.el (smerge-ediff): Remove bogus autoload.
13755
13756 2005-03-14 Lute Kamstra <lute@gnu.org>
13757
13758 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13759 Ignore a `*' at the beginning of a line.
13760
13761 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13762 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13763 subr.el.
13764 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13765 to specify indentation.
13766
13767 * generic.el (define-generic-mode): Let generic-mode-list be a
13768 list of strings; test membership with equal.
13769
13770 2005-03-14 Kim F. Storm <storm@cua.dk>
13771
13772 * simple.el (next-line, previous-line): Add optional try-vscroll
13773 arg to recognize interactive use. Pass it on to line-move.
13774 (line-move): Don't perform auto-window-vscroll when defining or
13775 executing keyboard macro to ensure consistent behavior.
13776
13777 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13778
13779 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13780
13781 2005-03-13 Lute Kamstra <lute@gnu.org>
13782
13783 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13784 debugger-setup-buffer so that backtrace marks the frames set to
13785 debug-on-exit and we don't have to do it manually. Set an extra
13786 debug-on-exit for macro's.
13787 (debugger-setup-buffer): Don't mark the top frame manually.
13788
13789 2005-03-12 Lute Kamstra <lute@gnu.org>
13790
13791 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13792 lisp-indent-function throughout.
13793 (with-no-warnings): Set lisp-indent-function property.
13794
13795 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13796
13797 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13798 Add entry for backslash.
13799
13800 2005-03-12 Juri Linkov <juri@jurta.org>
13801
13802 * info.el (Info-search): Four fixes for backward search.
13803
13804 2005-03-11 Jay Belanger <belanger@truman.edu>
13805
13806 * calc/calc.el (calc-language-alist): New variable.
13807 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13808 (calc-embedded-find-modes): Use calc-language-alist instead of
13809 calc-embedded-language-alist.
13810
13811 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13812
13813 * calendar/calendar.el (calendar-redrawing): New internal
13814 variable.
13815 (redraw-calendar): Remove bogus save-excursion from previous
13816 change. Bind calendar-redrawing to t for mark-diary-entries.
13817 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13818 calendar if that is why we were called.
13819
13820 2005-03-11 Kenichi Handa <handa@m17n.org>
13821
13822 * international/mule.el (make-coding-system): Set property
13823 coding-system-define-form to nil.
13824 (define-coding-system-alias): Likewise.
13825
13826 2005-03-11 Kenichi Handa <handa@m17n.org>
13827
13828 These changes are suggested by Dave Love <fx@gnu.org>.
13829
13830 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13831 coding: tag.
13832 (adaptive-fill-regexp): Add more bullets.
13833 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13834 regexps.
13835
13836 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13837
13838 * help.el (describe-mode): Properly handle non-trivial lighters.
13839 Don't ignore minor modes that are not listed in minor-mode-list.
13840
13841 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13842 feature ON when the user requests to turn it OFF.
13843
13844 2005-03-10 Lute Kamstra <lute@gnu.org>
13845
13846 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13847 (implement-debug-on-entry): New function to replace debug-entry-code.
13848 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13849 second argument as the 2005-03-07 change makes it obsolete.
13850 (debug-on-entry, cancel-debug-on-entry): Update call to
13851 debug-on-entry-1.
13852 (debug, debugger-setup-buffer): Comment update.
13853 (debugger-frame-number): Update to work with implement-debug-on-entry.
13854
13855 2005-03-10 Jay Belanger <belanger@truman.edu>
13856
13857 * calc/calc-embed.el (math-ms-args): Declare it.
13858 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13859 math-ms-args.
13860 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13861 variables.
13862
13863 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13864
13865 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13866 Use message-box.
13867
13868 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13869 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13870 (tooltip-gud-tips): Simplify.
13871 (tooltip-gud-tips-p): Remove superfluous :set.
13872 (tooltip-gud-modes): Add fortran-mode.
13873 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13874
13875 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13876
13877 2005-03-09 Kim F. Storm <storm@cua.dk>
13878
13879 * play/animate.el (animate-place-char): Use forward-line instead
13880 of next-line to improve performance.
13881
13882 2005-03-09 Simon Josefsson <jas@extundo.com>
13883
13884 * net/browse-url.el (browse-url-default-browser): Doc fix.
13885
13886 2005-03-09 Miles Bader <miles@gnu.org>
13887
13888 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13889 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13890
13891 2005-03-09 Kenichi Handa <handa@m17n.org>
13892
13893 * international/latin-1.el: Set case and syntax for 255 only if
13894 set-case-syntax-set-multibyte is nil.
13895
13896 * textmodes/ispell.el (ispell-insert-word): New function.
13897 (ispell-word): Use ispell-insert-word to insert a new word.
13898 (ispell-process-line): Likewise.
13899 (ispell-complete-word): Likewise.
13900
13901 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13902
13903 * calendar/calendar.el (redraw-calendar): Preserve point.
13904 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13905 (calendar-week-start-day): Move after definition of
13906 redraw-calendar. Delete buffer test, since redraw-calendar has
13907 that now.
13908
13909 * calendar/diary-lib.el (mark-diary-entries): Only call
13910 redraw-calendar in the first of any recursive calls.
13911 Reported by Alan Shutko <ats@acm.org>.
13912
13913 2005-03-08 Juri Linkov <juri@jurta.org>
13914
13915 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13916 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13917 (html-radio-buttons): Add a space before the trailing `/>' where
13918 sgml-xml-mode is non-nil.
13919 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13920 the subsequent tag of the empty XML tag.
13921 (html-href-anchor): Don't set initial input to "http:".
13922 (html-image): Ask for the image URL and set point inside alt="".
13923 (html-name-anchor): Duplicate the name in the `id' attribute when
13924 sgml-xml-mode is non-nil.
13925 (html-paragraph): Remove \n before <p>.
13926 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13927 instead of `checked' when sgml-xml-mode is non-nil.
13928
13929 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13930 Remove 1 space before #RRGGBB to not truncate it on terminal
13931 windows w/o fringes. Remove 1 space between bg and fg examples
13932 to get more space.
13933 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13934 avoid byte-compile warnings.
13935
13936 * image-file.el (image-file-handler): Put `safe-magic' property to
13937 `image-file-handler'.
13938
13939 * info.el (Info-isearch-search): Emulate word search in
13940 isearching through multiple Info nodes with Info-search.
13941 (Info-isearch-wrap): Allow isearch-word.
13942
13943 2005-03-08 Lute Kamstra <lute@gnu.org>
13944
13945 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13946 stepping into the debugger's code is not possible.
13947 (debugger-jumping-flag): Docstring update.
13948
13949 2005-03-08 Jay Belanger <belanger@truman.edu>
13950
13951 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13952 embedded mode begins.
13953 (calc-embedded-language-alist): New variable.
13954 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13955 set default language mode.
13956
13957 2005-03-08 Kenichi Handa <handa@m17n.org>
13958
13959 * international/ccl.el (define-ccl-program): Fix docstring about
13960 extra 256 bytes assured for the output buffer.
13961
13962 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13963 Fix BUFFER_MAGNIFICATION to 2.
13964 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13965
13966 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13967
13968 * align.el (align-rules-list): Added an alignment rule for CSS
13969 declarations (applies to css-mode and html-mode buffers).
13970
13971 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13974
13975 2005-03-07 Kim F. Storm <storm@cua.dk>
13976
13977 * simple.el (move-beginning-of-line): New command.
13978
13979 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13980
13981 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13982
13983 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13984 and move-beginning-of-line.
13985
13986 * apropos.el (apropos-print): Omit command from M-x ... RET.
13987
13988 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13989
13990 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13991 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13992
13993 2005-03-06 Richard M. Stallman <rms@gnu.org>
13994
13995 * bindings.el (esc-map): Bind M-g to goto-line.
13996
13997 * facemenu.el (global-map): Bind M-o, not M-g.
13998
13999 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14000
14001 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
14002 "Open Directory" as for "Open File".
14003
14004 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
14005
14006 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
14007 (push-mark-command): Run activate-mark-hook.
14008
14009 2005-03-06 Richard M. Stallman <rms@gnu.org>
14010
14011 * help-mode.el (help-mode-finish): Don't alter the element
14012 in view-return-to-alist if there already is one.
14013
14014 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
14015 make sure the current buffer is the expected one.
14016
14017 * novice.el (disabled-command-function): Output in *Disabled Command*.
14018 Explicitly ignore non-keyboard events, and explicitly handle C-g.
14019
14020 * textmodes/flyspell.el (flyspell-large-region):
14021 Pass args differently for aspell.
14022
14023 * files.el (mode-require-final-newline): Doc fix.
14024
14025 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14026
14027 * progmodes/which-func.el (which-function):
14028 Specify NOERROR when calling imenu--make-index-alist.
14029
14030 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14031
14032 * simple.el (normal-erase-is-backspace): Define default value.
14033
14034 * custom.el (custom-theme-set-variables): Remove unused var
14035 `immediate'.
14036 (custom-reevaluate-setting): Simple function to handle variables
14037 that are defined before their default value can really be
14038 computed.
14039
14040 * startup.el (command-line): Use it for temporary-file-directory,
14041 small-emporary-file-directory, auto-save-file-name-transforms,
14042 blink-cursor-mode, and normal-erase-is-backspace.
14043
14044 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
14045 progress, even with buggy anchored keywords.
14046
14047 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
14048
14049 * simple.el (goto-line): Remove unbalanced final parenthesis.
14050
14051 2005-03-05 Richard M. Stallman <rms@gnu.org>
14052
14053 * simple.el (goto-line): Use a number at point as the default.
14054 With C-u as arg, switch buffers.
14055
14056 2005-03-05 Juri Linkov <juri@jurta.org>
14057
14058 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14059 with `no-blinking-cursor'.
14060
14061 * startup.el (no-blinking-cursor): New defvar.
14062 (command-line): Add `--no-blinking-cursor' to longopts.
14063 Set `no-blinking-cursor' to t for command line arguments
14064 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
14065 with `no-blinking-cursor' in the condition for calling
14066 `blink-cursor-mode'.
14067
14068 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
14069
14070 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14071 (menu-bar-options-save): Add blink-cursor-mode.
14072 (menu-bar-options-menu): Add blink-cursor-mode.
14073
14074 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
14075
14076 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14077 (icalendar-export-file, icalendar-export-region)
14078 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14079 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14080
14081 2005-03-04 Lute Kamstra <lute@gnu.org>
14082
14083 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14084 (debug-function-list): Ditto.
14085
14086 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
14087
14088 * textmodes/texinfmt.el (texinfo-append-refill):
14089 Redefine the types of line to which @refill
14090 is not appended by replacing a search for `@refill\\|@bye' with
14091 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
14092 itemize@refill' bug and the unfilled long lines bug.
14093 (texinfmt-version): Update number and date.
14094
14095 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14096
14097 * international/code-pages.el (windows-1250, windows-125[2-8])
14098 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14099
14100 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14101
14102 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14103 bound yet.
14104
14105 2005-03-02 Romain Francoise <romain@orebokech.com>
14106
14107 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14108 buffer after removing limits.
14109 (ibuffer-pop-filter): Ditto.
14110 Update copyright.
14111
14112 2005-03-02 Miles Bader <miles@gnu.org>
14113
14114 * button.el (make-text-button): If the user doesn't specify a
14115 type, use the default. Rewrite to use `add-text-properties' and
14116 plist functions.
14117
14118 2005-03-01 Lute Kamstra <lute@gnu.org>
14119
14120 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14121 (debugger-jumping-flag): New var.
14122 (debug-entry-code): Use it.
14123 (debugger-jump): Use debugger-jumping-flag and add
14124 debugger-reenable to post-command-hook.
14125 (debugger-reenable): Use debugger-jumping-flag and remove itself
14126 from post-command-hook.
14127 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14128 debugger-reenable.
14129
14130 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
14131
14132 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14133 inclusion of "itemize\\|", which may be unnecessary, is certainly
14134 inelegant, and stops refilling in itemize lists when formatting
14135 Japanese Texinfo files to Info.
14136 Update copyright to 2005.
14137
14138 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
14139
14140 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14141 of an error if GDB can't find the source file.
14142
14143 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14144
14145 * calendar/calendar.el (redraw-calendar): Work from any buffer,
14146 not just the calendar.
14147
14148 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14149 first.
14150 (diary-redraw-calendar): New function.
14151 (make-diary-entry): Add diary-redraw-calendar to local
14152 write-contents-functions. Turn off selective display before
14153 inserting in diary.
14154
14155 2005-03-01 Kim F. Storm <storm@cua.dk>
14156
14157 * emacs-lisp/copyright.el (copyright-fix-years): New command.
14158
14159 2005-03-01 Lute Kamstra <lute@gnu.org>
14160
14161 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14162 that debug-entry-code can be safely removed from a function while
14163 this code is being evaluated. Revert the 2005-02-27 change as the
14164 new implementation no longer requires it. Make sure that a
14165 function body containing just a string is not mistaken for a docstring.
14166 (debug): Skip one more frame in case of debug on entry.
14167 (debugger-setup-buffer): Delete one more frame line in case of
14168 debug on entry.
14169 (debugger-frame-number): Update to use the new text introduced by
14170 the 1999-11-03 change. Skip one more frame in case of debug on entry.
14171
14172 2005-02-28 Kim F. Storm <storm@cua.dk>
14173
14174 * double.el (double-translate-key): Call force-window-update after
14175 read-event to avoid crash in redisplay.
14176
14177 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14178
14179 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14180 (debug): Use it. Move the inhibit-trace earlier.
14181 (debug-entry-code): New const.
14182 (debug-on-entry-1): Use it.
14183
14184 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
14185
14186 * international/utf-16.el (ccl-encode-mule-utf-16le):
14187 Fix BUFFER_MAGNIFICATION to 2.
14188 (ccl-encode-mule-utf-16be): Likewise.
14189
14190 2005-02-28 Kenichi Handa <handa@m17n.org>
14191
14192 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14193 Fix BUFFER_MAGNIFICATION to 4.
14194 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14195
14196 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
14197
14198 * speedbar.el (speedbar-update-flag): Doc fix.
14199 (speedbar-show-info-under-mouse): Give set-mouse-position the right
14200 argument.
14201
14202 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14203
14204 * reveal.el (reveal-post-command): Don't try to reveal overlays which
14205 have a non-nil `invisible' property but are actually visible.
14206
14207 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14208 for perldoc sections.
14209 (perl-outline-regexp, perl-outline-level): New var and function.
14210 (perl-mode): Use them.
14211
14212 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
14213
14214 * calendar/diary-lib.el (diary-remind): Discard any mark portion
14215 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14216
14217 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
14218
14219 * cus-edit.el: Comment change.
14220 (custom-buffer-create-internal): Slightly reword text at top of
14221 Custom buffers. Mention there that saving an option edits the
14222 init file. Add link to Emacs manual node on `custom-file'.
14223 (custom-magic-alist): Rewrite individual State messages to use
14224 capitalized keywords. Doc fix.
14225
14226 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
14227
14228 * calendar/calendar.el (calendar-buffer): Move above
14229 calendar-week-start-day.
14230 (calendar-week-start-day): Doc fix. Add :set function.
14231 (calendar-minimum-window-height): New variable.
14232 (generate-calendar-window): Only resize window if selected-window
14233 is displaying the calendar buffer. Use new variable
14234 calendar-minimum-window-height.
14235 (generate-calendar): Reword error message.
14236 (calendar-mode-map): Bind DEL to scroll-other-window-down.
14237
14238 2005-02-27 Andreas Schwab <schwab@suse.de>
14239
14240 * vc.el (vc-do-command): Don't run command asynchronously when
14241 operating in a remote directory.
14242
14243 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14244 change from sync with Tramp 2.0.47.
14245
14246 2005-02-27 Richard M. Stallman <rms@gnu.org>
14247
14248 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14249
14250 * textmodes/flyspell.el (flyspell-mode-on):
14251 Call ispell-change-dictionary only if necessary.
14252
14253 * emacs-lisp/re-builder.el (regexp-builder): New function.
14254
14255 * register.el (describe-register-1): Explicitly handle
14256 yank-excluded-properties = t.
14257
14258 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14259 (custom-magic-alist): Change the status descriptions again.
14260 (face widget-type): Total rewrite based on `restricted-sexp'
14261 to eliminate the confusing double hiding levels.
14262
14263 * emacs-lisp/debug.el (debug-on-entry-1):
14264 If function body is empty, add nil as body form.
14265
14266 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14267
14268 * emacs-lisp/trace.el (inhibit-trace): New var.
14269 (trace-make-advice): Use it.
14270
14271 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14272
14273 2005-02-26 Kim F. Storm <storm@cua.dk>
14274
14275 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14276 (mouse-on-link-p, mouse-drag-region-1): Use it.
14277
14278 2005-02-25 Lute Kamstra <lute@gnu.org>
14279
14280 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14281
14282 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14283
14284 * frame.el (blink-cursor-mode): Add :group keyword.
14285
14286 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14287
14288 * calendar/icalendar.el (icalendar--decode-isodatetime):
14289 New optional argument DAY-SHIFT.
14290 (icalendar-export-region): Fix coding-system-for-write.
14291 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14292 events by one.
14293
14294 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14295
14296 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14297
14298 2005-02-24 Kim F. Storm <storm@cua.dk>
14299
14300 * international/iso-acc.el (iso-accents-compose): Fix crash
14301 during redisplay. Call force-window-update after read-event
14302 and delete-region to signal that window is not accurate.
14303
14304 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14305
14306 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14307 Remove unused and inexistent var `inhibit-trace'.
14308 (debugger-mode): Use run-mode-hooks.
14309 (debugger-list-functions): Add buttons; setup xref stack.
14310
14311 2005-02-23 Richard M. Stallman <rms@gnu.org>
14312
14313 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14314 appointment says it was explicitly made.
14315 (appt-add): Set the 3rd element.
14316 (appt-make-list): Preserve explicit appointments.
14317
14318 * subr.el (find-tag-default): Catch errors in forward-sexp.
14319
14320 2005-02-23 Juri Linkov <juri@jurta.org>
14321
14322 * info.el (Info-isearch-search): New defcustom.
14323 (Info-isearch-search): Call the default isearch function
14324 when Info-isearch-search is nil.
14325 (Info-isearch-wrap): Use variable Info-isearch-search.
14326
14327 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14328
14329 * cus-edit.el: Comment change.
14330
14331 2005-02-22 Kim F. Storm <storm@cua.dk>
14332
14333 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14334 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14335
14336 2005-02-22 Simon Josefsson <jas@extundo.com>
14337
14338 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14339 New variable.
14340 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14341 Oskarsson" <myrkraverk@users.sourceforget.net>.
14342
14343 2005-02-22 Kim F. Storm <storm@cua.dk>
14344
14345 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14346 check that window of that event is the selected window.
14347 (mouse-drag-region-1): Compare mouse event window to selected
14348 window before setting point.
14349
14350 * tooltip.el (tooltip-show-help-function): Pass event to
14351 mouse-on-link-p so it can check selected window.
14352
14353 2005-02-22 Kenichi Handa <handa@m17n.org>
14354
14355 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14356 (ps-mule-show-warning): New function.
14357 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14358 characters are found.
14359
14360 * ps-print.el (ps-header-footer-string): Return a list of header
14361 and footer strings.
14362
14363 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14364
14365 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14366
14367 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14368
14369 * frame.el (blink-cursor-mode): Use define-minor-mode.
14370
14371 * term/mac-win.el (function-key-map): Use char-names more consistently.
14372 (file-name-coding-system): Only set it for MacOS-9. The other case is
14373 already handled in mule-cmds.el (where it also works when mac-win.el
14374 is not used).
14375
14376 2005-02-21 Kenichi Handa <handa@m17n.org>
14377
14378 * international/mule.el (ctext-pre-write-conversion): Always use
14379 " *code-converting-work*" buffer for work.
14380
14381 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14382
14383 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14384
14385 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14386
14387 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14388
14389 * ses.el (undo-more): Restore defadvice, but only the part that
14390 allows changes outside the restricted area of the buffer.
14391
14392 2005-02-20 Kim F. Storm <storm@cua.dk>
14393
14394 * simple.el (line-move): Add fourth optional arg try-vscroll which
14395 must be set to perform auto-window-vscroll.
14396 When moving backwards and doing auto-window-vscroll, automatically
14397 vscroll to the last part of lines which are taller than the window.
14398 (next-line, previous-line): Set try-vscroll arg on line-move.
14399
14400 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14401
14402 * replace.el (query-replace, query-replace-regexp)
14403 (replace-string, replace-regexp): When operating on region, make
14404 the minibuffer prompt say so.
14405
14406 * isearch.el (isearch-forward): Document isearch-query-replace and
14407 isearch-query-replace-regexp keybindings.
14408
14409 2005-02-19 Jay Belanger <belanger@truman.edu>
14410
14411 * calc/calc-aent.el (math-read-token): Add local variable.
14412
14413 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14414 (calc-edit-top): Move declaration to earlier in file.
14415 (calc-edit-macro-repeats): Add local variables.
14416
14417 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14418 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14419 calcFunc-tanh.
14420 Adjust integration rule for calcFunc-tan.
14421
14422 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14423
14424 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14425 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14426 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14427 (viper-skip-separators): Bug fix.
14428 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14429 particular major mode.
14430 (viper-del-backward-char-in-replace): Don't put deleted char on the
14431 kill ring.
14432
14433 * viper-ex.el (viper-color-display-p): New function.
14434 (viper-has-face-support-p): Use viper-color-display-p.
14435
14436 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14437
14438 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14439
14440 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14441 (viper-file-remote-p): Make equivalent to file-remote-p.
14442
14443 * viper.el (viper-major-mode-modifier-list):
14444 Use viper-gnus-modifier-map.
14445
14446 2005-02-19 David Kastrup <dak@gnu.org>
14447
14448 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14449 quoting.
14450
14451 2005-02-19 Jay Belanger <belanger@truman.edu>
14452
14453 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14454 Remove extra definitions.
14455 (calc-coth): New function.
14456 (calcFunc-cot): Fix `let'.
14457
14458 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14459
14460 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14461 the reasons we use "type pc" in these faces.
14462
14463 * button.el (button): Ditto.
14464
14465 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14466
14467 * replace.el (query-replace-read-from): Set the value of
14468 query-replace-from-history-variable to handle the case of an empty
14469 string entered to accept the suggested default.
14470
14471 * net/tramp.el (tramp-file-name-for-operation):
14472 Use dired-call-process instead of dired-call-process-command.
14473
14474 2005-02-19 Jay Belanger <belanger@truman.edu>
14475
14476 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14477 (math-div-non-trig): New variables.
14478 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14479 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14480 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14481 trig expressions.
14482
14483 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14484
14485 * progmodes/gdb-ui.el (gdb-var-update-handler)
14486 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14487 for watch expressions,
14488 (gdb-var-create-handler): Don't set speedbar-update-flag.
14489 (gdb-post-prompt): Simplify test for speedbar.
14490
14491 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14492
14493 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14494 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14495 we use the syntax table of the correct buffer.
14496 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14497 Felix Gatzemeier.
14498
14499 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14500 (ediff-file-remote-p): Make synonymous with file-remote-p.
14501 In all deffaces ediff-*-face-*, use min-colors.
14502
14503 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14504 ediff-recurse-to-subdirectories.
14505 (ediff-mark-if-equal): Check that the arguments are strings, use
14506 ediff-same-contents (after to Felix Gatzemeier).
14507
14508 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14509 nil.
14510
14511 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14512
14513 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14514
14515 2005-02-18 David Kastrup <dak@gnu.org>
14516
14517 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14518 use `mark-active' when defined.
14519
14520 2005-02-18 Kenichi Handa <handa@m17n.org>
14521
14522 * ps-print.el (ps-font-info-database): New entry
14523 ZapfChancery-MediumItalic with correct font name. Fix font name
14524 of the entry Zapf-Chancery-MediumItalic.
14525
14526 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14527
14528 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14529
14530 2005-02-16 Kim F. Storm <storm@cua.dk>
14531
14532 * ido.el (ido-fallback-command): Pass user input to fallback command.
14533
14534 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14535
14536 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14537 (gdb-find-file-hook): Add server prefix.
14538
14539 2005-02-16 Richard M. Stallman <rms@gnu.org>
14540
14541 * replace.el (perform-replace): Pass new args to replace-highlight.
14542 (replace-highlight): Take region args,
14543 and pass them to isearch-lazy-highlight-new-loop.
14544
14545 * novice.el (disabled-command-hook): Autoload the defalias
14546 and the make-obsolete-variable call.
14547
14548 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14549
14550 * isearch.el (isearch-lazy-highlight-start-limit)
14551 (isearch-lazy-highlight-end-limit): New variables limit
14552 the region for highlighting.
14553 (isearch-lazy-highlight-new-loop): New args BEG and END.
14554 (isearch-lazy-highlight-search): Use the new vars.
14555 (isearch-lazy-highlight-update): Likewise.
14556
14557 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14558
14559 * cus-start.el (all): Use default-boundp.
14560
14561 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14562
14563 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14564
14565 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14566
14567 * autorevert.el (auto-revert-stop-on-user-input)
14568 (auto-revert-verbose): Doc fixes.
14569
14570 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14571
14572 * international/mule-cmds.el (set-locale-environment): Remove call
14573 to set-selection-coding-system on Windows.
14574
14575 2005-02-15 Jay Belanger <belanger@truman.edu>
14576
14577 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14578 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14579 calcFunc-coth.
14580 (math-simplify-sqrt): Add simplifications.
14581
14582 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14583 to list.
14584
14585 * calc/calc-ext.el: Add functions to autoloads.
14586
14587 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14588 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14589 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14590 (math-csc-raw, math-cot-raw): New functions.
14591
14592 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14593
14594 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14595 the variable name in a message.
14596
14597 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14598 calcFunc-csc, calcFunc-cot.
14599
14600 * calc/calcalg2.el: Add derivative and integration rules for
14601 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14602 calcFunc-csch, calcFunc-coth.
14603 (math-do-integral-methods): Add to checks for when to use
14604 substitutions.
14605
14606 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14607
14608 2005-02-15 Lute Kamstra <lute@gnu.org>
14609
14610 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14611 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14612 <monnier@iro.umontreal.ca>
14613 (lisp-outline-level): Improve efficiency. Suggested by David
14614 Kastrup <dak@gnu.org>.
14615
14616 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14617
14618 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14619 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14620 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14621 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14622 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14623
14624 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14625
14626 * cus-start.el (all): Comment change.
14627
14628 2005-02-14 Lute Kamstra <lute@gnu.org>
14629
14630 * cus-start.el (all): Check if symbol is void.
14631
14632 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14633
14634 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14635 optional argument to \cite.
14636
14637 2005-02-14 Richard M. Stallman <rms@gnu.org>
14638
14639 * cus-edit.el (custom-buffer-create-internal): Update help message.
14640 (custom-magic-alist): Update help messages.
14641
14642 * cus-start.el (all): Allow a var to specify a standard value.
14643
14644 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14645
14646 * custom.el (custom-theme-set-variables): Handle variable aliases.
14647
14648 * frame.el (blink-cursor-timer): Doc fix.
14649 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14650 declare obsolete.
14651 (blink-cursor-mode): Define with defcustom and use correct
14652 standard expression in that defcustom.
14653 * startup.el (command-line): Adapt to above changes in frame.el.
14654
14655 2005-02-11 Lute Kamstra <lute@gnu.org>
14656
14657 * apropos.el (apropos-score-doc): Prevent division by zero.
14658
14659 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14660
14661 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14662 (icalendar--get-event-property-attributes)
14663 (icalendar--get-event-properties)
14664 (icalendar--datetime-to-diary-date): New functions.
14665 (icalendar--split-value): Doc fix.
14666 (icalendar--datetime-to-noneuropean-date)
14667 (icalendar--datetime-to-european-date): New optional argument
14668 SEPARATOR. Return result as a string instead of a list.
14669 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14670 (icalendar--convert-string-for-export): Rename arg S to STRING.
14671 (icalendar-export-region): Doc fix. Change name of error buffer.
14672 Save output buffer.
14673 (icalendar-import-file): Add blank at end of prompt.
14674 (icalendar-import-buffer): Doc fix. Do not switch to error
14675 buffer. Indicate status in return value.
14676 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14677 buffer. Save output buffer. Handle exception from recurrence
14678 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14679 events. Fix problems with weekly all-day events.
14680
14681 2005-02-10 Richard M. Stallman <rms@gnu.org>
14682
14683 * simple.el (eval-expression-print-format):
14684 Avoid warning about edebug-active.
14685
14686 * help.el (help-for-help-internal): Rename from help-for-help.
14687 (help-for-help): Define with defalias.
14688
14689 * font-core.el (font-lock-default-function): Use with-no-warnings.
14690
14691 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14692
14693 * custom.el (defface): Doc fix.
14694
14695 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14696
14697 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14698 width 0" to prevent word wrapping problems.
14699
14700 2005-02-09 Kim F. Storm <storm@cua.dk>
14701
14702 * ido.el (ido-file-extensions-order): New defcustom.
14703 (ido-file-extension-lessp, ido-file-extension-aux)
14704 (ido-file-extension-order): New advanced file ordering.
14705 (ido-file-lessp): New simple file ordering.
14706 (ido-sort-list): Remove.
14707 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14708 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14709
14710 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14711
14712 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14713 that some versions of grep produce.
14714 (grep-mode-font-lock-keywords): Likewise.
14715
14716 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14717
14718 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14719 (gdb-cdir): Delete.
14720 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14721 (gdb-source-info): Treat case when source file is in another
14722 directory properly.
14723 (gdb-get-location): New function.
14724
14725 2005-02-07 Jay Belanger <belanger@truman.edu>
14726
14727 * calc/calc-prog.el (calc-write-parse-table-part)
14728 (calc-fix-token-name): Fix a check for language type.
14729
14730 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14731
14732 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14733
14734 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14735 as directory not writable.
14736
14737 2005-02-07 Kim F. Storm <storm@cua.dk>
14738
14739 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14740 (cua--standard-movement-commands): Remove list.
14741 Instead, set CUA property value to move for movement commands.
14742 (cua-movement-commands): Remove. Users must set CUA prop instead.
14743 (cua--pre-command-handler): Check CUA property.
14744 (cua--init-keymaps): Don't remap undo commands.
14745 (cua-mode): Don't call cua--rectangle-on-off.
14746
14747 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14748 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14749 (cua--rect-undo-set-point): New var.
14750 (cua--rectangle-undo-boundary): Setup undo apply entry.
14751 (cua--rect-undo-handler): New function for rectangle undo.
14752 (cua--rect-start-position, cua--rect-end-position): Add.
14753 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14754 for restored rectangle. Set point if cua--rect-undo-set-point.
14755
14756 2005-02-06 Jay Belanger <belanger@truman.edu>
14757
14758 * calc/calc-lang.el (calc-tex-language): Display more information
14759 in messages.
14760
14761 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14762 in TeX mode.
14763
14764 2005-02-06 Richard M. Stallman <rms@gnu.org>
14765
14766 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14767
14768 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14769
14770 * net/ldap.el (ldap-search-internal): Support attributes with
14771 optional descriptions separated by a semi-colon, as in
14772 "userCertificate;binary".
14773
14774 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14775
14776 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14777 isn't a cons (i.e. the version is 0).
14778
14779 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14780
14781 * help.el (help-for-help): Doc fix.
14782
14783 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14784
14785 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14786 GDB-Windows on the menu-bar as this works better.
14787
14788 2005-02-04 Jay Belanger <belanger@truman.edu>
14789
14790 * calc/calc-embed.el (calc-embedded-update): Don't put in
14791 unnecessary newlines. Adjust the end of formula marker.
14792
14793 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14794 (math-latex-parse-two-args): New function.
14795
14796 2005-02-03 Lute Kamstra <lute@gnu.org>
14797
14798 * help-fns.el (help-with-tutorial): Make sure that users cannot
14799 remove the entire text of the tutorial by means of `undo'.
14800
14801 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14802
14803 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14804 in recent changes, where the ispell process was repeatedly
14805 killed & restarted.
14806
14807 * international/mule-cmds.el (set-locale-environment): Set file-name
14808 coding system to utf-8 on Darwin systems.
14809 (set-default-coding-systems): Don't set default-file-name-coding-system
14810 on Darwin systems.
14811
14812 2005-02-03 Richard M. Stallman <rms@gnu.org>
14813
14814 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14815
14816 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14817
14818 * faces.el (list-faces-display): Add optional argument.
14819
14820 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14821
14822 * font-core.el (font-lock-default-function): Handle the rare case where
14823 only font-lock-keywords is set.
14824
14825 2005-02-02 Kenichi Handa <handa@m17n.org>
14826
14827 * international/characters.el: Cancel previous change for
14828 I-WITH-DOT-ABOVE and DOTLESS-i.
14829
14830 * international/latin-5.el: Cancel previous change.
14831
14832 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14833
14834 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14835
14836 2005-02-02 Kenichi Handa <handa@m17n.org>
14837
14838 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14839 DOTLESS-i.
14840
14841 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14842 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14843
14844 * case-table.el (get-upcase-table): New function.
14845 (copy-case-table): Copy upcaes table too if non-nil.
14846 (set-case-syntax-delims): Maintain upcase table too.
14847 (set-case-syntax-pair): Likewise.
14848 (set-upcase-syntax, set-downcase-syntax): New functions.
14849 (set-case-syntax): Maintain upcase table too.
14850
14851 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14852
14853 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14854
14855 * progmodes/gud.el (gud-goto-info): New function.
14856 (gud-tool-bar-map): Use correct icon.
14857
14858 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14859
14860 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14861 When delegating, order args in the funcall correctly.
14862
14863 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14864
14865 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14866
14867 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14868
14869 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14870 buffer not visiting a file.
14871
14872 2005-01-31 Jay Belanger <belanger@truman.edu>
14873
14874 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14875 bound on the line with the formula.
14876
14877 2005-01-31 Kim F. Storm <storm@cua.dk>
14878
14879 * ses.el (ses-create-cell-variable-range)
14880 (ses-destroy-cell-variable-range, ses-reset-header-string)
14881 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14882 (ses-insert-row): Fix format of apply undo entries.
14883
14884 2005-01-31 Jay Belanger <belanger@truman.edu>
14885
14886 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14887 parts.
14888
14889 * calc/calc-embed.el (calc-embedded-open-formula)
14890 (calc-embedded-close-formula): Ignore matrix environments.
14891
14892 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14893 TeX mode.
14894
14895 * calc/calc-lang.el (math-function-table, math-oper-table)
14896 (math-variable-table): Adjust the LaTeX portions.
14897
14898 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14899 (math-latex-ignore-words): New constant.
14900
14901 2005-01-31 Richard M. Stallman <rms@gnu.org>
14902
14903 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14904 (ispell-local-dictionary): Doc fix.
14905 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14906 Don't reinitialize at run time. Don't defcustom.
14907 All uses changed to append ispell-local-dictionary-alist,
14908 or check it first.
14909 (ispell-current-dictionary): New variable for dictionary in use.
14910 (ispell-dictionary): Now used only for global default.
14911 (ispell-start-process): Set ispell-current-dictionary,
14912 not ispell-dictionary.
14913 (ispell-change-dictionary): Use this only for setting
14914 user preferences.
14915 (ispell-internal-change-dictionary): New function
14916 to change the current dictionary in use.
14917 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14918 Use ispell-current-dictionary.
14919 Handle ispell-local-dictionary-overridden.
14920 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14921
14922 2005-01-31 Jay Belanger <belanger@truman.edu>
14923
14924 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14925
14926 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14927 (calc-mode-map): Add calc-latex-language.
14928
14929 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14930 (math-latex-print-frac): New functions.
14931 (math-oper-table, math-function-table, math-variable-table)
14932 (math-complex-format, math-input-filter): Add latex properties.
14933 (calc-set-language): Set math-expr-special-function-mapping.
14934
14935 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14936 (calc-write-parse-table-part): Add LaTeX support.
14937
14938 * calc/calc.el (calc-language): Adjust docstring.
14939 (calc-set-mode-line): Add LaTeX support.
14940 (math-expr-special-function-mapping): New variable.
14941 (math-tex-ignore-words): Add to list.
14942
14943 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14944 Add LaTeX support.
14945 (math-compose-expr): Add support for special functions.
14946
14947 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14948
14949 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14950
14951 * progmodes/gdb-ui.el (gdb-memory-address)
14952 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14953 (gdb-memory-mode-map, gdb-memory-format-keymap)
14954 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14955 (gdb-memory-unit-menu): New variables for a buffer
14956 that lets the user examine program memory.
14957 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14958 (gdb-memory-format-binary, gdb-memory-format-octal)
14959 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14960 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14961 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14962 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14963 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14964 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14965 (gdb-memory-mode, gdb-memory-buffer-name)
14966 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14967 New functions for above buffer.
14968
14969 2005-01-30 Richard M. Stallman <rms@gnu.org>
14970
14971 * cus-edit.el (custom-bury-buffer): Function deleted.
14972 (custom-buffer-done-function): Option deleted.
14973 (custom-buffer-done-kill): New (replacement option.
14974 (Custom-buffer-done): Call quit-window.
14975 (custom-buffer-create-internal): Update for above changes.
14976
14977 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14978
14979 * simple.el (undo-ask-before-discard): New var.
14980 (undo-outer-limit-truncate): Implement it.
14981 (undo-extra-outer-limit): Doc update.
14982
14983 2005-01-29 Richard M. Stallman <rms@gnu.org>
14984
14985 * ses.el (undo-more): Delete defadvice.
14986 (ses-begin-change): Doc fix.
14987
14988 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14989 instead of rebinding C-x u and C-_.
14990
14991 * files.el (normal-backup-enable-predicate): Return nil for files
14992 in /tmp, regardless of temporary-file-directory.
14993
14994 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14995
14996 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14997 (open-rectangle, delete-whitespace-rectangle-line)
14998 (clear-rectangle-line): If FILL, pass t instead of FILL
14999 for move-to-column's 2nd arg.
15000
15001 * simple.el (undo): Fix the test for continuing a series of undos.
15002 (undo-more): Set pending-undo-list to t when we reach end.
15003 (pending-undo-list): Move up defvar.
15004
15005 * wid-edit.el (widget-button-click):
15006 Shorten the range of the track-mouse binding.
15007
15008 * comint.el (comint-insert-input): Undo previous changes;
15009 use last-input-event in interactive spec.
15010
15011 2005-01-29 Eli Zaretskii <eliz@gnu.org>
15012
15013 * progmodes/compile.el (compilation-start): Bind buffer-read-only
15014 to nil before invoking call-process. Reset buffer's modified flag
15015 after fontifying it in the no-async branch.
15016
15017 * wid-edit.el (widget-specify-button): If mouse pointer shape
15018 cannot be changed, use mouse face instead.
15019
15020 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
15021
15022 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15023 (gdb-goto-breakpoint): Make breakpoint handling work on template
15024 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
15025 (gdb-assembler-custom): Update to recognize breakpoint information
15026 added on 2005-01-19.
15027
15028 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15029
15030 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
15031 (dsssl-mode): Use define-derived-mode.
15032 (scheme-mode-initialize): Remove.
15033 (scheme-mode): Use run-mode-hooks.
15034
15035 * cus-edit.el (customize-group-other-window)
15036 (custom-buffer-create-other-window): Don't override special-display-*.
15037 (custom-mode-map): Make it dense.
15038
15039 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
15040 sets the default value.
15041
15042 2005-01-28 Eli Zaretskii <eliz@gnu.org>
15043
15044 * descr-text.el: Add more keywords.
15045
15046 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15047
15048 * speedbar.el: Avoid unnecessary use of locate-library.
15049
15050 * international/mule-cmds.el (standard-display-european-internal):
15051 Don't fiddle with latin-1 non-break space any more since it's now
15052 special cased in the C code.
15053 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15054
15055 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
15056
15057 * cus-start.el (all): Add `undo-outer-limit'.
15058
15059 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15060
15061 * textmodes/bibtex.el (bibtex-format-entry):
15062 Use `bibtex-empty-field-re' only on the text of fields, not on entire
15063 field lines.
15064 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15065 not on part of a buffer.
15066
15067 2005-01-25 Lute Kamstra <lute@gnu.org>
15068
15069 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15070 nonempty field text strings like "{letters\\macro{}more letters}".
15071 Clarify docstring.
15072 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15073 (bibtex-entry-offset, bibtex-parse-association)
15074 (bibtex-parse-field-name): Fix typos in docstrings.
15075 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15076
15077 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
15078
15079 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15080 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15081 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15082 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15083
15084 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15085 isearch minor mode.
15086
15087 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
15088
15089 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15090
15091 2005-01-24 Lute Kamstra <lute@gnu.org>
15092
15093 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15094 CASECHARS and NOT-CASECHARS regular expressions of the
15095 "nederlands" and "nederlands8" dictionaries to prevent a "Range
15096 striding over charsets" error.
15097
15098 2005-01-24 Jay Belanger <belanger@truman.edu>
15099
15100 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15101 display variable name.
15102
15103 2005-01-24 Kenichi Handa <handa@m17n.org>
15104
15105 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15106 Fix setting of the element of encoded-kbd-iso2022-invocations.
15107
15108 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
15109
15110 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15111 (gdb-threads-select): Change to also accept mouse events.
15112 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15113 (gdb-threads-mouse-select): Delete.
15114
15115 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
15116
15117 * files.el (insert-directory): Take care of empty directory,
15118 listed without -a switch.
15119
15120 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15121
15122 * textmodes/refill.el (refill-post-command-function):
15123 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15124 to the list of functions that we should be careful not to undo.
15125 (refill-late-fill-paragraph-function): Remove.
15126 (refill-saved-state): New var.
15127 (refill-mode): Use it to save fill-paragraph-function.
15128 Save also the value of auto-fill-function.
15129
15130 * term/w32-win.el: Simplify code.
15131
15132 2005-01-23 Kim F. Storm <storm@cua.dk>
15133
15134 * simple.el (line-move): Adapt to new return value from
15135 pos-visible-in-window-p.
15136
15137 * simple.el (line-move): Fix last change. Check partial
15138 visibility at point rather than at window-start.
15139
15140 2005-01-22 Jason Rumney <jasonr@gnu.org>
15141
15142 * term/w32-win.el (xw-defined-colors): Remove debug-message.
15143
15144 2005-01-22 David Kastrup <dak@gnu.org>
15145
15146 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15147
15148 2005-01-22 Eli Zaretskii <eliz@gnu.org>
15149
15150 * type-break.el (type-break-mode): Add a test for
15151 type-break-file-name being non-nil.
15152
15153 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
15154
15155 * net/eudc.el (top level): Call (message "") via progn, so that
15156 eudc-options-file is loaded.
15157
15158 2005-01-22 Kim F. Storm <storm@cua.dk>
15159
15160 * simple.el (line-move-1): Rename from line-move.
15161 (line-move): New function that adjusts vscroll for partially
15162 visible rows, and calls line-move-1 otherwise.
15163
15164 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
15165
15166 * pcomplete.el: Define pcomplete-read-event instead of read-event,
15167 since it's not a complete read-event implementation
15168
15169 2005-01-20 Jay Belanger <belanger@truman.edu>
15170
15171 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15172 for called function.
15173
15174 2005-01-20 Steven Tamm <steventamm@mac.com>
15175
15176 * term/mac-win.el (process-connection-type): Remove.
15177 Controlled now by s/darwin.h:PTY_ITERATION.
15178
15179 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15180
15181 * window.el (handle-select-window): Don't switch window when we're
15182 in the minibuffer.
15183
15184 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
15185
15186 * subr.el (dotimes-with-progress-reporter): New macro.
15187
15188 * ses.el (ses-dotimes-msg): Remove macro.
15189 Use `dotimes-with-progress-reporter' instead.
15190
15191 2005-01-19 Steven Tamm <steventamm@mac.com>
15192
15193 * term/mac-win.el (process-connection-type): Use new
15194 operating-system-release variable to use ptys on Darwin 7 (OS X
15195 10.3) when using carbon build.
15196
15197 2005-01-19 Jay Belanger <belanger@truman.edu>
15198
15199 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15200 flags if the last command was a tab or M-tab.
15201
15202 * calc/calc-prog.el (calc-user-define-edit): Put original formula
15203 in formula editing buffer.
15204
15205 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15206
15207 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15208 breakpoint image symbol in margin.
15209
15210 2005-01-19 Jay Belanger <belanger@truman.edu>
15211
15212 * calc/calc-prog.el (calc-execute-kbd-macro):
15213 Ignore calc-keep-arg-flag.
15214
15215 2005-01-19 Kenichi Handa <handa@m17n.org>
15216
15217 * textmodes/ispell.el (ispell-looking-at): New function.
15218 (ispell-process-line): Use ispell-looking-at to compare the ispell
15219 output and the buffer contents.
15220
15221 2005-01-18 Jay Belanger <belanger@truman.edu>
15222
15223 * calc/calc.el (calc-display-raw): Fix docstring.
15224
15225 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15226
15227 * simple.el (blink-matching-open): Strip extra info from syntax.
15228
15229 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15230 funny chars in the end-of-here-doc marker.
15231
15232 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15233
15234 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15235 that enable/disabled state of breakpoints is shown correctly in
15236 fringe and on ttys.
15237 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15238 Add breakpoint information as text properties.
15239 (gdb-mouse-toggle-breakpoint):
15240 Rename to gdb-mouse-set-clear-breakpoint.
15241 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
15242 breakpoints in the margin.
15243 (gdb-remove-strings): Simplify.
15244
15245 2005-01-17 Jay Belanger <belanger@truman.edu>
15246
15247 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15248 erasing buffer.
15249
15250 2005-01-17 Richard M. Stallman <rms@gnu.org>
15251
15252 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15253 for calling grep-compute-defaults.
15254
15255 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15256 if buffer is empty.
15257
15258 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15259
15260 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15261
15262 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15263
15264 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15265 non-preloaded variables.
15266
15267 2005-01-17 Steven Tamm <steventamm@mac.com>
15268
15269 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15270 tex-shell cause to force interactivity when using pipes.
15271
15272 2005-01-17 Kim F. Storm <storm@cua.dk>
15273
15274 * simple.el (just-one-space): Make arg optional.
15275
15276 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15277
15278 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15279 posn-at-x-y to t to access left-margin.
15280
15281 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15282
15283 Sync with Tramp 2.0.47.
15284
15285 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15286 catching keep-date problems in cp/scp operations.
15287 (tramp-handle-copy-file): Don't call `set-file-modes'
15288 unconditionally. Specialized functions should know better what is
15289 necessary. This improves performance a little bit, and the
15290 functions could catch errors with `cp -p' and `scp -p'.
15291 (tramp-do-copy-or-rename-file-via-buffer)
15292 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15293 when appropriate.
15294 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15295 Call `set-file-modes' when appropriate.
15296 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15297 Johnsson <isak@hypergene.com>
15298 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15299 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15300 <joakim@verona.se>
15301 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15302 Emacs only.
15303
15304 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15305 `find-file-hooks' and `dired-mode-hook'.
15306 (tramp-minor-mode-map): Respective map. Add remapping for
15307 `compile' and `recompile'.
15308 (tramp-remap-command, tramp-recompile): New defuns.
15309 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15310 in buffer "*Compilation*". Call the commands asynchronously.
15311
15312 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15313 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15314 `shell-command', because it isn't magic in XEmacs. Reported by
15315 Adrian Aichner <adrian@xemacs.org>.
15316
15317 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15318 `substitute-in-file-name.
15319 (tramp-smb-handle-substitute-in-file-name): New defun.
15320 (tramp-smb-advice-PC-do-completion): Delete advice.
15321
15322 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15323
15324 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15325 Fix error in deleting region.
15326
15327 2005-01-15 Richard M. Stallman <rms@gnu.org>
15328
15329 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15330 In non-temp buffer, switch syntax table temporarily.
15331
15332 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15333
15334 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15335
15336 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15337
15338 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15339 (imenu--generic-function): Use START, not BEG, as pos of definition.
15340
15341 * simple.el (just-one-space): Argument specifies number of spaces.
15342
15343 * simple.el (eval-expression-print-format): Avoid warning
15344 about edebug-active.
15345
15346 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15347
15348 * progmodes/sh-script.el: Code copied from make-mode.el
15349 with small changes,
15350 (sh-mode-map): Bind C-c C-\.
15351 (sh-backslash-column, sh-backslash-align): New variables.
15352 (sh-backslash-region, sh-append-backslash): New functions.
15353
15354 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15355
15356 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15357 (rmail-pop-password, rmail-pop-password-required): Move to
15358 rmail-obsolete group.
15359 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15360 All callers updated.
15361 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15362 Take an argument specifying whether it is POP or IMAP mailbox we
15363 are using. All callers updated.
15364 (rmail-pop-password-error): Rename to
15365 rmail-remote-password-error. Added mailutils-specific error message.
15366 (rmail-movemail-search-path)
15367 (rmail-movemail-variant-in-use): New variables.
15368 (rmail-remote-password, rmail-remote-password-required):
15369 New customization variables.
15370 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15371 (rmail-parse-url): New function.
15372 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15373 with GNU mailutils movemail.
15374
15375 2005-01-15 Kevin Ryde <user42@zip.com.au>
15376
15377 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15378 suffix to space, $ or '$, to correctly position point when going
15379 to @table style constants like DBL_MAX.
15380
15381 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15382
15383 * type-break.el (type-break-mode, type-break-file-time)
15384 (type-break-file-keystroke-count, type-break-choose-file):
15385 Don't store data in or load data from the file if type-break-file-name
15386 is nil.
15387 (type-break-file-name): Doc update as per the above.
15388
15389 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15390
15391 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15392 lookup-key might return nil; handle that.
15393
15394 2005-01-15 Alan Mackenzie <acm@muc.de>
15395
15396 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15397 rather than the element found, thus enabling the tree to be setcar'd.
15398
15399 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15400
15401 * textmodes/org.el (org-show-following-heading): New option.
15402 (org-show-hierarchy-above): Use `org-show-following-heading'.
15403 (org-cycle): Documentation fix.
15404
15405 * textmodes/org.el (orgtbl-optimized): New option
15406 (orgtbl-mode): New command, a minor mode.
15407 (orgtbl-mode-map): New variable.
15408 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15409 (orgtbl-error, orgtbl-self-insert-command)
15410 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15411
15412 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15413 a local variable in each org-mode buffer.
15414
15415 * textmodes/org.el (org-set-regexps-and-options): Rename from
15416 `org-set-regexps'. Added checking for STARTUP keyword.
15417 (org-get-current-options): Add STARTUP options.
15418 (org-table-insert-row): Make mode intelligent about when
15419 realignment is needed.
15420 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15421 New commands.
15422 (org-enable-table-editor): New default value `optimized'.
15423 (org-table-blank-field): Support blanking regions if active.
15424
15425 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15426
15427 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15428 if the year is not given.
15429
15430 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15431 Add new escapes %m and %M, fixed bug with %F by adding
15432 save-match-data.
15433 (reftex-reference): Remove ?. from list of spaces.
15434 (reftex-label-info): Add automatic label prefix recognition.
15435
15436 * textmodes/reftex-index.el (reftex-index-next-phrase):
15437 Add slave parameter to call of `reftex-index-this-phrase'.
15438 (reftex-index-this-phrase): New optional argument.
15439 (reftex-index-region-phrases): Add slave parameter to call of
15440 `reftex-index-this-phrase'.
15441 (reftex-display-index): New argument redo.
15442 (reftex-index-rescan): Add 'redo to arguments of
15443 `reftex-display-index'.
15444 (reftex-index-Rescan, reftex-index-revert)
15445 (reftex-index-switch-index-tag): Add 'redo to arguments of
15446 `reftex-display-index'.
15447 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15448 indexing. Fix bug with matching is there is a quote before or
15449 after the word.
15450
15451 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15452 Fix bug when collecting citation keys in lines with comments.
15453 (reftex-citation): Prefix argument no longer rescans the document,
15454 but forces prompting for optional arguments of cite macros.
15455 (reftex-do-citation): Prompting for optional arguments implemented.
15456
15457 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15458 Add optional arguments to most cite commands.
15459 (reftex-cite-cleanup-optional-args): New option
15460 (reftex-cite-prompt-optional-args): New option.
15461 (reftex-trust-label-prefix): New option.
15462
15463 * textmodes/reftex-toc.el (reftex-toc-find-section):
15464 Add push-mark before changing the position in the buffer.
15465
15466 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15467 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15468
15469 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15470
15471 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15472 more carefully.
15473
15474 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15475
15476 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15477 (sgml-mode): Use it.
15478 (sgml-get-context): Better keep track of implicitly closed tags.
15479
15480 2005-01-13 Kenichi Handa <handa@m17n.org>
15481
15482 * textmodes/ispell.el: These changes are to fix misalignment error
15483 caused by equivalent characters of different Emacs charsets.
15484 (ispell-unified-chars-table): New variable.
15485 (ispell-get-decoded-string): New function.
15486 (ispell-get-casechars, ispell-get-not-casechars)
15487 (ispell-get-otherchars): Call ispell-get-decoded-string.
15488
15489 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15490
15491 * custom.el (custom-declare-variable): Just put symbol instead
15492 of (defvar . symbol) in `current-load-list'.
15493
15494 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15495
15496 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15497
15498 2005-01-12 Jay Belanger <belanger@truman.edu>
15499
15500 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15501 to create a Calc summary.
15502
15503 2005-01-12 Kim F. Storm <storm@cua.dk>
15504
15505 * mouse.el (mouse-on-link-p): Change functionality and doc
15506 string to comply with latest description in lisp ref.
15507
15508 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15509
15510 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15511 Enable mouse clicks on mode-line, header-line and margin.
15512 (event-type): Give mouse event symbols an 'event-kind property
15513 with value 'mouse-click.
15514
15515 2005-01-12 Juri Linkov <juri@jurta.org>
15516
15517 * facemenu.el (list-colors-display): Add new arg buffer-name.
15518 Use it. Fix docstring. Replace code for identifying duplicate
15519 colors by the name with call to `list-colors-duplicates' which
15520 identifies duplicate colors by the value unless the color
15521 is one of special Windows colors. Set truncate-lines to t.
15522 Print sorted duplicate color names on each line. Indent to 22
15523 \(the longest color name in rgb.txt) instead of 20. Optimize.
15524 (list-colors-duplicates): New function.
15525 (facemenu-color-name-equal): Delete function.
15526
15527 * facemenu.el (list-colors-print): New function created from code
15528 in list-colors-display. Print #RRGGBB at the window right edge.
15529 (list-colors-display): When temp-buffer-show-function is not
15530 defined, call list-colors-print from temp-buffer-show-hook
15531 to get the right value of window-width in list-colors-print
15532 after the buffer is displayed.
15533
15534 * simple.el (pop-mark): Move deactivate-mark out of conditional
15535 part to deactivate the active mark regardless of the state of the
15536 mark ring.
15537
15538 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15539 variables line in desktop files.
15540
15541 2005-01-12 Juri Linkov <juri@jurta.org>
15542
15543 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15544 Bring together isearch highlight related options.
15545 (lazy-highlight): Replace group `replace' by `matching'.
15546 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15547 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15548 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15549 and declare them obsolete.
15550 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15551 (isearch-faces): Remove defgroup.
15552 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15553 Move isearch highlighting code closer to lazy highlighting code.
15554
15555 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15556 (query-replace-highlight, query-replace-lazy-highlight)
15557 (query-replace): Move definitions to the beginning of the file.
15558
15559 2005-01-11 Juri Linkov <juri@jurta.org>
15560
15561 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15562 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15563 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15564
15565 * info.el (Info-history-forward): New variable.
15566 (Info-select-node): Reset Info-history-forward to nil.
15567 (Info-last): Turn into defalias.
15568 (Info-history-back): Rename from Info-last.
15569 Add current node to Info-history-forward.
15570 (Info-history-forward): New fun.
15571 (Info-mode-map): Replace Info-last by Info-history-back.
15572 Bind Info-history-forward to "r".
15573 (Info-mode-menu): Replace Info-last by Info-history-back.
15574 Fix menu item text. Add menu item for Info-history-forward.
15575 (info-tool-bar-map): Replace Info-last by Info-history-back.
15576 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15577 for Info-history-forward.
15578 (Info-mode): Replace Info-last by Info-history-back in docstring.
15579 Add local variable Info-history-forward.
15580 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15581
15582 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15583
15584 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15585 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15586 Ignore select-window events rather than fiddle with
15587 mouse-autoselect-window.
15588
15589 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15590
15591 * type-break.el (type-break-mode): Fix previous change.
15592
15593 2005-01-10 Jay Belanger <belanger@truman.edu>
15594
15595 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15596 calculator; only reset when point is inside a calculator.
15597 Don't adjust the window height if the window takes up the whole height
15598 of the frame.
15599
15600 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15601
15602 * ebuff-menu.el (Electric-buffer-menu-mode):
15603 Preserve value of buffer-local var header-line-format.
15604
15605 2005-01-09 Jay Belanger <belanger@truman.edu>
15606
15607 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15608 Make sure settings file exists before accessing it.
15609
15610 * calc/calc-embed.el (calc-embedded-subst):
15611 Replace math-multi-subst-rec, which is only supposed to be called
15612 by math-multi-subst, by math-multi-subst.
15613
15614 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15615
15616 * vc.el (vc-allow-async-revert): New user option.
15617 (vc-disable-async-diff): New internal variable.
15618 (vc-revert-buffer): Use them to disable asynchronous diff.
15619
15620 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15621 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15622 asynchronously if vc-disable-async-diff is t.
15623
15624 2005-01-09 Jay Belanger <belanger@truman.edu>
15625
15626 * calc/calc.el (defcalcmodevar): New macro.
15627 (calc-mode-var-list-restore-default-values)
15628 (calc-mode-var-list-restore-saved-values): New functions.
15629 (calc-mode-var-list): Use defcalcmodevar to define it.
15630 (calc-always-load-extensions, calc-line-numbering)
15631 (calc-line-breaking, calc-display-just, calc-display-origin)
15632 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15633 (calc-group-char, calc-point-char, calc-frac-format)
15634 (calc-prefer-frac, calc-hms-format, calc-date-format)
15635 (calc-float-format, calc-full-float-format, calc-complex-format)
15636 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15637 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15638 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15639 (calc-matrix-brackets, calc-language, calc-language-option)
15640 (calc-left-label, calc-right-label, calc-word-size)
15641 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15642 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15643 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15644 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15645 (calc-window-height, calc-display-trail, calc-show-selections)
15646 (calc-use-selections, calc-assoc-selections)
15647 (calc-display-working-message, calc-auto-why, calc-timing)
15648 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15649 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15650 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15651 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15652 (calc-gnuplot-geometry, calc-graph-default-resolution)
15653 (calc-graph-default-resolution-3d, calc-invocation-macro)
15654 (calc-show-banner): Use defcalcmodevar to declare them and set
15655 their default values.
15656
15657 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15658 instead of default values (but restore default values if there is
15659 an argument of 0).
15660
15661 2005-01-09 David Kastrup <dak@gnu.org>
15662
15663 * desktop.el (desktop-restore-eager): Fix typo in type.
15664
15665 2005-01-08 Richard M. Stallman <rms@gnu.org>
15666
15667 * cus-edit.el (customize): Delete :link.
15668
15669 2005-01-08 Jay Belanger <belanger@truman.edu>
15670
15671 * calc/calc.el (calc-mode): Remove the extension from the
15672 `calc-settings-file' file name when loading it.
15673
15674 2005-01-08 Kim F. Storm <storm@cua.dk>
15675
15676 * info.el (Info-mode-map, Info-next-link-keymap)
15677 (Info-prev-link-keymap, Info-up-link-keymap):
15678 Map follow-link to mouse-face.
15679 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15680
15681 2005-01-08 Jay Belanger <belanger@truman.edu>
15682
15683 * calc/calc.el (calc-settings-file): Change default value.
15684 Suggested by cgw in a comment in calc-mode.el.
15685
15686 * calc/calc-mode.el (calc-settings-file-name):
15687 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15688 Replace ~/.emacs in a prompt by calc-settings-file.
15689
15690 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15691
15692 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15693 (desktop-lazy-idle-delay): New customizable variables.
15694 (desktop-buffer-args-list): New variable.
15695 (desktop-append-buffer-args): New function.
15696 (desktop-save): Call desktop-append-buffer-args for some buffers.
15697 (desktop-lazy-create-buffer): New function.
15698 (desktop-idle-create-buffers): New function.
15699 (desktop-read): Add message about buffers to restore lazily.
15700 (desktop-lazy-abort): New command.
15701 (desktop-clear): Call desktop-lazy-abort.
15702 (desktop-lazy-complete): New command.
15703
15704 2005-01-06 Richard M. Stallman <rms@gnu.org>
15705
15706 * emacs-lisp/find-func.el (find-face-definition):
15707 Rename from find-face.
15708
15709 2005-01-06 Kim F. Storm <storm@cua.dk>
15710
15711 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15712
15713 * man.el (Man-xref-man-page, Man-xref-header-file)
15714 (Man-xref-normal-file): Add follow-link property.
15715
15716 2005-01-06 Jay Belanger <belanger@truman.edu>
15717
15718 * calc/calc-units.el: Make sure the proper macro definitions are
15719 available when compiling.
15720
15721 2005-01-06 Juri Linkov <juri@jurta.org>
15722
15723 * isearch.el (isearch-lazy-highlight-update):
15724 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15725
15726 2005-01-06 Miles Bader <miles@gnu.org>
15727
15728 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15729 (isearch-lazy-highlight-face): Use new name.
15730
15731 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15732
15733 * uniquify.el (uniquify-rationalize-file-buffer-names):
15734 Re-add an interactive spec.
15735 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15736 to the same name.
15737
15738 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15739 (isearch-update, isearch-done): Adjust calls accordingly.
15740
15741 2005-01-05 Richard M. Stallman <rms@gnu.org>
15742
15743 * custom.el (custom-set-variables, custom-theme-set-variables):
15744 Clarify documentation.
15745
15746 * emacs-lisp/find-func.el (find-variable)
15747 (find-variable-other-window, find-variable-other-frame):
15748 Fix the TYPE args to find-function-read and find-function-do-it.
15749 (find-function): Doc fix.
15750 (find-function-at-point): Replace function-at-point alias.
15751
15752 2005-01-04 Richard M. Stallman <rms@gnu.org>
15753
15754 * cus-face.el (custom-declare-face):
15755 Record defface in current-load-list.
15756
15757 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15758
15759 * emacs-lisp/find-func.el: Doc fixes.
15760 (find-face-regexp): New variable.
15761 (find-function-regexp-alist): New variable.
15762 (find-function-C-source): Third arg is now TYPE.
15763 (find-function-search-for-symbol): Handle general TYPE.
15764 (find-function-read, find-function-do-it): Handle general TYPE.
15765 (find-definition-noselect, find-face): New functions.
15766 (function-at-point): Alias deleted.
15767
15768 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15769
15770 * battery.el (display-battery-mode): Rename from display-battery.
15771 Handle the case where it gets turned off.
15772
15773 2005-01-04 Richard M. Stallman <rms@gnu.org>
15774
15775 * cus-edit.el (customize): Make :link point to user doc.
15776
15777 * man.el (Man-fontify-manpage): Turn off undo generation.
15778
15779 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15780
15781 2005-01-04 Andreas Schwab <schwab@suse.de>
15782
15783 * files.el (insert-directory): Only look for error lines in
15784 inserted text. Don't move too far after processing --dired markers.
15785
15786 2005-01-04 Richard M. Stallman <rms@gnu.org>
15787
15788 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15789 Don't expand if the character is @, period, dash, etc.
15790 (define-mail-abbrev): Quote names that contain problem characters.
15791
15792 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15793
15794 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15795
15796 2005-01-03 Richard M. Stallman <rms@gnu.org>
15797
15798 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15799 (query-replace-highlight, query-replace-lazy-highlight)
15800 (query-replace): Definitions moved up. Doc fix.
15801
15802 2005-01-03 Richard M. Stallman <rms@gnu.org>
15803
15804 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15805 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15806 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15807 (lazy-highlight-face): Rename from isearch-lazy-...
15808 Change all references to them.
15809
15810 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15811
15812 * cus-edit.el (custom-file): Doc fix for defcustom.
15813 (custom-file): The function no longer sets the variable
15814 `custom-file' to its return value.
15815
15816 * startup.el (command-line): No longer load `custom-file'.
15817
15818 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15819
15820 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15821
15822 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15823 Don't confuse module-prefixed identifiers for labels.
15824 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15825
15826 2005-01-02 Richard M. Stallman <rms@gnu.org>
15827
15828 * files.el (basic-save-buffer-1): Fix previous change.
15829
15830 * loadhist.el (file-loadhist-lookup): New function.
15831 (file-provides, file-requires): Use it.
15832
15833 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15834 instead of calculating the right size.
15835
15836 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15837
15838 * vc-svn.el (vc-svn-diff): Stay local if possible.
15839
15840 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15841
15842 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15843
15844 * files.el (hack-local-variables): Fix last change.
15845
15846 2005-01-02 Jay Belanger <belanger@truman.edu>
15847
15848 * calc/calc-yank.el (calc-edit-top): New variable.
15849 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15850 object. Change header properties.
15851 (calc-edit-finish, calc-edit-finish-stack-object)
15852 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15853 edited object.
15854 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15855 for the beginning of the edited object.
15856 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15857 for the beginning of the edited object.
15858 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15859 (calc-finish-formula-edit, calc-macro-repeats)
15860 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15861 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15862 beginning of the edited object.
15863 (calc-user-define-edit): Change the header for editing macros.
15864 Remove unnecessary variable.
15865
15866 2005-01-01 Jay Belanger <belanger@truman.edu>
15867
15868 * calc/calc-yank.el (calc-edit-mode): Change default header.
15869 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15870 * calc/calc-store.el (calc-edit-variable): Change title to match new
15871 header.
15872 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15873 mode to match new header.
15874 (calc-user-define-edit): Change titles to include names of commands.
15875 (calc-finish-formula-edit): Adjust to handle new header.
15876 (calc-finish-macro-edit): Remove.
15877 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15878 (calc-edit-macro-command, calc-edit-macro-command-type)
15879 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15880 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15881 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15882 (calc-edit-macro-finish-edit): New functions.
15883 (calc-user-define-edit): Use new functions to edit named calc macros.
15884
15885 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15886
15887 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15888
15889 * ses.el (copy-region-as-kill): Deactivate mark.
15890
15891 2005-01-01 Richard M. Stallman <rms@gnu.org>
15892
15893 * replace.el (occur-1): If the output buffer is also an input,
15894 don't kill it, rename it.
15895
15896 * faces.el (set-face-background, set-face-foreground): Doc fix.
15897
15898 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15899 for :foreground and :background.
15900
15901 * dired.el (dired-view-command-alist): Variable deleted.
15902 (dired-view-file, dired-mouse-find-file-other-window):
15903 Delete the code to use it.
15904
15905 2005-01-01 Kim F. Storm <storm@cua.dk>
15906
15907 * image.el (insert-sliced-image): Use t for line-height property.
15908
15909 See ChangeLog.11 for earlier changes.
15910
15911 ;; Local Variables:
15912 ;; coding: iso-2022-7bit
15913 ;; End:
15914
15915 Copyright (C) 2005 Free Software Foundation, Inc.
15916 Copying and distribution of this file, with or without modification,
15917 are permitted provided the copyright notice and this notice are preserved.
15918
15919 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1