*** empty log message ***
[bpt/emacs.git] / lisp / ChangeLog
1 2005-11-28 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
4 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5
6 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7
8 * calc/calc-embed.el (calc-do-embedded): Update help message.
9
10 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
11
12 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
13
14 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
15
16 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
17 called-interactively-p.
18 (elp-profilable-p): Rename from elp-not-profilable-p.
19 Invert result and take into account macros and autoloaded functions.
20 (elp-instrument-function): Update call.
21 (elp-instrument-package): Update call. Add completion.
22 (elp-pack-number): Use match-string.
23 (elp-results-jump-to-definition-by-mouse): Merge into
24 elp-results-jump-to-definition and then remove.
25 (elp-output-insert-symname): Make help echo text single-line.
26
27 * replace.el (query-replace-map): Move initialization into declaration.
28 (occur-engine): Use with-current-buffer.
29 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
30 (occur-mode-mouse-goto): Replace with an alias.
31
32 2005-11-28 Juri Linkov <juri@jurta.org>
33
34 * simple.el (quoted-insert): Let-bind input-method-function to nil.
35
36 * term/w32-win.el: Bind [S-tab] to [backtab].
37
38 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
39 `Info-find-file' to t.
40
41 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
42 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
43 and same-window-regexps.
44 (occur-next-error): Don't move point for arg 0.
45
46 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
47
48 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
49
50 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * log-edit.el (log-edit-changelog-use-first): New var.
53 (log-edit-changelog-ours-p): Use it.
54 (log-edit-insert-changelog): Set it with new arg `use-first'.
55 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
56 (log-edit-hook): Add them to the list of suggested options.
57
58 * textmodes/flyspell.el (flyspell-last-buffer): New var.
59 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
60 redundant work.
61 (flyspell-mode-on): Use add-hook for after-change-functions.
62 (flyspell-mode-off): Use remove-hook for after-change-functions.
63 (flyspell-changes): Make it buffer-local.
64 (flyspell-after-change-function): Make it non-interactive. Use push.
65 (flyspell-post-command-hook): Check input-pending-p while processing
66 the potentially long list of buffer changes.
67
68 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
69
70 * buff-menu.el (list-buffers-noselect): Display the selected
71 frame's buffer list, not the global one.
72
73 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
74
75 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
76 that (list last-input-event) works as in interactive spec.
77
78 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
79
80 * loadup.el ("facemenu"): Load facemenu before font-lock, because
81 `facemenu-keymap' needs to be defined when font-lock is loaded.
82 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
83
84 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
85
86 * completion.el: Remove useless leading * in defcustom docstrings.
87 (save-completions-file-name): Use ~/.emacs.d if available.
88 (completion-standard-syntax-table): Rename from
89 cmpl-standard-syntax-table and fold initialization into declaration,
90 thus removing cmpl-make-standard-completion-syntax-table.
91 (completion-lisp-syntax-table, completion-c-syntax-table)
92 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
93 (cmpl-saved-syntax, cmpl-saved-point): Remove.
94 (symbol-under-point, symbol-before-point)
95 (symbol-under-or-before-point, symbol-before-point-for-complete)
96 (add-completions-from-c-buffer): Use with-syntax-table.
97 (make-completion): Don't return a list of completion entries.
98 Update callers.
99 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
100 (completion-initialize): Rename from initialize-completions.
101 (completion-find-file-hook): Rename from cmpl-find-file-hook.
102 (kill-emacs-save-completions): Collect stats here.
103 (save-completions-to-file, load-completions-from-file):
104 Use with-current-buffer.
105 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
106 into a function. Move all calls to toplevel.
107 (completion-lisp-mode-hook): New fun.
108 (completion-c-mode-hook, completion-setup-fortran-mode):
109 Set the syntax-table here. Use local-set-key.
110 (completion-saved-bindings): New var.
111 (dynamic-completion-mode): Make it into a proper minor mode.
112 (load-completions-from-file): Remove unused var `num-uses'.
113
114 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
115 constructor if it is explicitly overridden.
116
117 * complete.el (PC-completion-as-file-name-predicate):
118 Use minibuffer-completing-file-name.
119 (partial-completion-mode): Use find-file-not-found-functions.
120 (PC-lisp-complete-symbol): Use with-syntax-table.
121 (PC-look-for-include-file): Remove dead setq.
122 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
123 (PC-complete): Use with-current-buffer.
124
125 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
126 escape single quotes.
127
128 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
129
130 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
131 of `if' whose condition always returned nil. Doc fix.
132
133 * buff-menu.el (Buffer-menu-revert-function): Make the selected
134 window's buffer the current buffer around the call to
135 `list-buffers-noselect'. This is necessary to mark that buffer
136 with a `.' in the Buffer Menu when called from Lisp, for instance
137 by Auto Revert Mode.
138
139 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
140
141 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
142 attaching to it.
143 (gdb-pre-prompt): Make sure gdb-error is reset.
144
145 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
146 with a child process, detect it.
147 (gud-speedbar-buttons): Match regexp more carefully.
148
149 2005-11-27 Richard M. Stallman <rms@gnu.org>
150
151 * mouse.el (mouse-drag-move-window-bottom):
152 Use adjust-window-trailing-edge.
153
154 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
155
156 * simple.el (blink-matching-open): Ignore
157 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
158 (blink-matching-paren-on-screen): Update docstring.
159
160 * paren.el (show-paren-mode): No longer change
161 `blink-matching-paren-on-screen'.
162
163 2005-11-27 John Paul Wallington <jpw@pobox.com>
164
165 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
166 (gdb-threads-select, gdb-edit-register-value):
167 Use `posn-set-point' instead of `mouse-set-point' because the
168 latter is not fbound when configured without X.
169
170 2005-11-27 Kim F. Storm <storm@cua.dk>
171
172 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
173 existing face when partially highlighting a TAB in a rectangle.
174
175 2005-11-26 Kim F. Storm <storm@cua.dk>
176
177 * ido.el (ido-mode-map): Doc fix.
178 (ido-mode-common-map, ido-mode-file-map)
179 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
180 (ido-define-mode-map): Rewrite. Select one of the new maps as
181 parent for ido-mode-map instead of building from scratch.
182 (ido-init-mode-maps): New defun to initialize new maps.
183 (ido-mode): Call it.
184 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
185 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
186
187 2005-11-26 John Paul Wallington <jpw@pobox.com>
188
189 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
190 `mouse-set-point' because the latter is not fbound when configured
191 without X.
192
193 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
194
195 * files.el (file-relative-name): Doc fix.
196
197 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
198
199 * progmodes/octave-inf.el (inferior-octave-startup): Force a
200 non-empty string for secondary prompt PS2.
201
202 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
203
204 * progmodes/compile.el (compilation-setup): Fix last change.
205
206 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
207
208 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
209 (gdb-mouse-toggle-breakpoint-margin)
210 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
211 Add gdb-server-prefix to keep out of command history.
212 (gdb-edit-register-value): New function.
213 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
214 (gdb-info-registers-custom): Use above map.
215
216 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
217
218 * custom.el (enable-theme): Signal error if argument is not a
219 theme. Don't recalculate a face if it's not loaded yet.
220
221 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
222 the `user' theme is in effect.
223
224 * info.el (Info-on-current-buffer): Record actual filename in
225 Info-current-file, instead of t, or a fake filename if a non-file
226 buffer. Make autoload.
227 (Info-find-node, Info-revert-find-node): No need to check for
228 Info-current-file nil.
229 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
230 Info-current-file is now never `t'.
231 (Info-fontify-node): Many simplifications due to Info-current-file
232 always being valid. Use Info-find-file to find node filename.
233
234 2005-11-25 David Kastrup <dak@gnu.org>
235
236 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
237 new character, then delete" in order to preserve markers.
238
239 2005-11-25 David Ponce <david@dponce.com>
240
241 * recentf.el (recentf-arrange-by-rule): Handle a special
242 `auto-mode-alist'-like "strip suffix" rule.
243 (recentf-build-mode-rules): Handle second level auto-mode entries.
244
245 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
246
247 * viper-keym.el (viper-ESC-key): Use different values in terminal and
248 window modes.
249
250 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
251 jde-javadoc-checker-report-mode.
252
253 * ediff-wind (ediff-make-wide-display): Slight simplification.
254
255 * ediff.el (ediff-date): Change the date of last update.
256
257 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
258
259 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
260 Use define-minor-mode, and make it a local mode. Turn on font-lock.
261 (hi-lock-mode): New global minor mode.
262 (turn-on-hi-lock-if-enabled): New function.
263 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
264 Change arguments to regexp and face instead of a font-lock pattern.
265 Directly set face property, instead of refontifying.
266 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
267 (hi-lock-find-patterns): Use line-number-at-pos.
268
269 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
270 arguments for hi-lock-set-pattern.
271 (hi-lock-unface-buffer, hi-lock-set-file-patterns): Call
272 font-lock-fontify-buffer.
273 (hi-lock-find-file-hook, hi-lock-current-line)
274 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
275
276 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
277 turned off.
278
279 * progmodes/compile.el (compilation-setup): Don't fiddle with
280 font-lock-defaults.
281
282 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
283
284 * progmodes/gdb-ui.el (gdb-var-create-handler)
285 (gdb-var-list-children-handler): Find values for all variable
286 objects. gud-speedbar-buttons decides whether to display them.
287
288 2005-11-24 Romain Francoise <romain@orebokech.com>
289
290 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
291 buffer name with a space.
292
293 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
294
295 * textmodes/org.el: (org-export-plain-list-max-depth): Renamed from
296 `org-export-local-list-max-depth'. Change default value to 3.
297 (org-auto-renumber-ordered-lists)
298 (org-plain-list-ordered-item-terminator): New options.
299 (org-at-item-p, org-beginning-of-item, org-end-of-item)
300 (org-get-indentation, org-get-string-indentation)
301 (org-maybe-renumber-ordered-list, org-renumber-ordered-list): New
302 functions.
303 (org-move-item-down, org-move-item-up): New commands.
304 (org-export-as-html): New classes for CSS support. Bug fix in
305 regular expression detecting fixed-width regions. Respect
306 `org-local-list-ordered-item-terminator'.
307 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
308 also a list item.
309 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
310 New item moving functions.
311
312 2005-11-24 Juri Linkov <juri@jurta.org>
313
314 * isearch.el (isearch-repeat): With empty search ring set
315 `isearch-error' to the error string instead of signaling error
316 with the function `error'.
317
318 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
319
320 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
321
322 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
323
324 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
325 and variable.
326 (gdb-var-create-handler, gdb-var-list-children-handler):
327 Don't match on "char **...".
328 (gdb-var-update-handler): Find values for all variable objects.
329 (gdb-info-frames-custom): Identify frames by leading "#".
330
331 * progmodes/gud.el (gud-speedbar-menu-items): Add
332 gdb-speedbar-auto-raise as radio button.
333 (gud-speedbar-buttons): Raise speedbar if requested.
334 Don't match on "char **...".
335 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
336 Make it editable.
337
338 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
339
340 * info.el (Info-fontify-node): Handle the case where
341 Info-current-file is t.
342
343 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
344
345 * simple.el (blink-matching-open): Fix off-by-one in last change.
346
347 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
348
349 * term/mac-win.el: Don't change default directory.
350
351 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
352
353 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
354 buffers correctly. (It used to throw an error in such buffers.)
355 Make it ask for confirmation in group buffers and other Custom
356 buffers containing more than one customization item.
357
358 2005-11-22 John Paul Wallington <jpw@gnu.org>
359
360 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
361 property on mail and url overlays.
362 (goto-address-at-point): Use `posn-set-point' instead of
363 `mouse-set-point' because the latter is not fbound when configured
364 without X.
365
366 2005-11-22 Lars Hansen <larsh@soem.dk>
367
368 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
369 (ls-lisp-classify, ls-lisp-format): Delete call to
370 ls-lisp-parse-symlink.
371 (ls-lisp-handle-switches): Handle symlinks to directories as
372 directories when ls-lisp-dirs-first in non-nil.
373
374 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
375
376 * startup.el (command-line): Make sure that loaddefs.el is handled
377 correctly in load-history.
378
379 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
380
381 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
382 (gdb-struct-string, gdb-array-string): New constants.
383 (gdb-info-locals-handler): Use them.
384 (gdb-reset): Reset gdb-var-list to nil.
385
386 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
387
388 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
389 in patterns.
390
391 2005-11-21 Juri Linkov <juri@jurta.org>
392
393 * custom.el (defcustom): Update link types in docstring.
394
395 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
396
397 * custom.el (defgroup): Add doc-string-elt info.
398
399 * widget.el (define-widget): Don't use declare for the doc-string-elt.
400
401 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
402
403 * newcomment.el (comment-enter-backward): Fix last fix.
404
405 * simple.el (blink-matching-open):
406 * paren.el (show-paren-function): Allow new paren-class info.
407
408 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
409
410 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
411 handled automagically.
412
413 2005-11-20 Juri Linkov <juri@jurta.org>
414
415 * simple.el (what-cursor-position):
416 * descr-text.el (describe-char): Use Lisp-readable syntax
417 for octal and hex. Reorder decimal, octal and hex values.
418 Remove excess whitespace in the output. Use `=' in `column='
419 like in `point=' and `Hscroll='.
420
421 * international/mule-cmds.el (encoded-string-description):
422 Use Lisp-readable syntax for hex.
423
424 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
425
426 * newcomment.el (comment-enter-backward): Handle the case where the
427 comment is closed by EOB.
428
429 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
430
431 * longlines.el (longlines-before-revert-hook)
432 (longlines-after-revert-hook): New functions.
433 (longlines-mode): Turn off longlines temporarily when reverting.
434 Add a message-setup-hook.
435 (longlines-decode-buffer): New function.
436 (longlines-wrap-line): Preserve marker positions.
437
438 2005-11-19 Andreas Schwab <schwab@suse.de>
439
440 * emacs-lisp/shadow.el: Handle compressed files.
441
442 2005-11-19 Romain Francoise <romain@orebokech.com>
443
444 * net/browse-url.el (browse-url-default-browser): Signal an error
445 if no usable browser can be found, rather than try to load w3.
446
447 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
448
449 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
450 replacing existing properties.
451 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
452 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
453 tty specs.
454 (rcirc-server-prefix, rcirc-server): New faces.
455 (rcirc-url-regexp): Generate with rx macro.
456 (rcirc-last-server-message-time): New variable.
457 (rcirc-filter): Record time of last message.
458 (rcirc-keepalive): Kill processes that did not send a message
459 since the last ping.
460 (rcirc-mode): Give rcirc-topic a local binding here.
461
462 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
463
464 * subr.el (read-passwd): Fontify the prompt as we do with other
465 prompts.
466
467 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
468
469 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
470 binding buffer-read-only to nil.
471
472 2005-11-19 Eli Zaretskii <eliz@gnu.org>
473
474 * complete.el (partial-completion-mode):
475 Mention completion-auto-help in the doc string.
476
477 * man.el (Man-highlight-references): Doc fix. Reformat code in a
478 more Lisp-ish way.
479
480 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
481
482 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
483 digits, not 8, to avoid misalignment for files larger than 100MB.
484
485 2005-11-19 Eli Zaretskii <eliz@gnu.org>
486
487 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
488 Mention "keyboard shortcuts" in the help text.
489
490 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
491
492 * startup.el (fancy-splash-default-action): Discard only
493 mouse-down and succeeding mouse-up events in the splash screen
494 window so that drag-n-drop event can be processed.
495
496 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
497
498 * longlines.el (longlines-mode): Add hacks for mail-mode and
499 message-mode.
500
501 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
502
503 * textmodes/org.el: (org-table-sort-lines): New command.
504 (org-tbl-menu): Add entry for `org-table-sort-lines'.
505 (org-add-file): Command removed, use `org-agenda-file-to-front'
506 instead.
507 (org-export-icalendar): Use `org-icalendar-combined-name'.
508 (org-cycle-agenda-files, org-agenda-file-to-end)
509 (org-agenda-file-to-front): New commands.
510 (org-table-tab-jumps-over-hlines,org-export-html-style): New
511 options.
512 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
513 (org-at-table.el-p, org-set-autofill-regexps,org-html-protect):
514 New functions.
515 (org-fill-paragraph): Call `org-table-align' in tables.
516 (org-mode): Call `org-set-autofill-regexps'.
517 (org-export-as-html): Support for local handformatted lists.
518 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
519 (org-export-local-list-max-depth): New option.
520 (org-html-expand): Use `org-html-protect'.
521
522 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
523
524 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
525 to "p".
526 (gdb): Move definition of gud-pp to...
527
528 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
529 speedbar.
530 (gdb-find-watch-expression): New function.
531
532 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
533
534 * faces.el (face-attribute, set-face-attribute): Mention existence
535 of `:ignore-defface' setting in docstring.
536
537 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * simple.el (completion-setup-function): Fix last change.
540
541 2005-11-17 John Paul Wallington <jpw@pobox.com>
542
543 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
544 Use `posn-set-point' instead of `mouse-set-point' because the
545 latter is not fbound when configured without X.
546
547 * comint.el (comint-insert-input): Likewise.
548
549 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
550
551 * simple.el (hard-newline): New variable.
552 (sendmail-user-agent-compose, next-line): Use it.
553
554 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
555 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
556 (mail-mail-reply-to, mail-mail-followup-to)
557 (mail-position-on-field, mail-signature, mail-yank-original)
558 (mail-attach-file): Likewise.
559
560 * mail/mailheader.el (mail-header-format)
561 (mail-header-format-function): Likewise.
562
563 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
564
565 2005-11-17 Juri Linkov <juri@jurta.org>
566
567 * font-lock.el (font-lock-faces): Rename this defgroup from
568 `font-lock-highlighting-faces'.
569 (font-lock-comment-face, font-lock-comment-delimiter-face)
570 (font-lock-string-face, font-lock-doc-face)
571 (font-lock-keyword-face, font-lock-builtin-face)
572 (font-lock-function-name-face, font-lock-variable-name-face)
573 (font-lock-type-face, font-lock-constant-face)
574 (font-lock-warning-face, font-lock-negation-char-face)
575 (font-lock-preprocessor-face)
576 (font-lock-regexp-grouping-backslash)
577 (font-lock-regexp-grouping-construct): Rename :group from
578 `font-lock-highlighting-faces' to `font-lock-faces'.
579
580 * cus-edit.el (lisp, c, tex):
581 * progmodes/ada-mode.el (ada):
582 * progmodes/asm-mode.el (asm):
583 * progmodes/cperl-mode.el (cperl-faces):
584 * progmodes/cpp.el (cpp):
585 * progmodes/dcl-mode.el (dcl):
586 * progmodes/f90.el (f90):
587 * progmodes/fortran.el (fortran):
588 * progmodes/icon.el (icon):
589 * progmodes/idlwave.el (idlwave-misc):
590 * progmodes/m4-mode.el (m4):
591 * progmodes/make-mode.el (makefile):
592 * progmodes/meta-mode.el (meta-font):
593 * progmodes/modula2.el (modula2):
594 * progmodes/octave-mod.el (octave):
595 * progmodes/pascal.el (pascal):
596 * progmodes/perl-mode.el (perl):
597 * progmodes/prolog.el (prolog):
598 * progmodes/ps-mode.el (PostScript-edit):
599 * progmodes/scheme.el (scheme):
600 * progmodes/sh-script.el (sh-script):
601 * progmodes/simula.el (simula):
602 * progmodes/tcl.el (tcl):
603 * textmodes/nroff-mode.el (nroff):
604 * textmodes/reftex-vars.el (reftex-fontification-configurations):
605 * textmodes/sgml-mode.el (sgml):
606 * textmodes/texinfo.el (texinfo):
607 Add :link (custom-group-link font-lock-faces) to defgroup.
608
609 * hi-lock.el (hi-lock): Rename this defgroup from
610 `hi-lock-interactive-text-highlighting'. Change parent group from
611 `faces' to `font-lock'. Add link to the manual.
612 (hi-lock-mode, hi-lock-file-patterns-range)
613 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
614 `hi-lock-interactive-text-highlighting' to `hi-lock'.
615 (hi-lock-faces): Add :group `faces'.
616
617 * cus-edit.el (custom-variable-prompt): Clarify the code.
618
619 * faces.el (face-read-string): Set the default value arg of
620 completing-read.
621
622 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
623
624 * rfn-eshadow.el (file-name-shadow-properties)
625 (file-name-shadow-tty-properties, file-name-shadow-mode):
626 Remove autoloads, because the file is now preloaded.
627
628 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
629
630 * printing.el (easy-menu-intern): Don't define.
631 (pr-get-symbol): Use easy-menu-intern only if defined.
632
633 * simple.el (blink-matching-open): Simplify a bit.
634 (completion-setup-function): Fix the case of partial-completion-mode
635 when the minibuffer's contents start with "-".
636 Obey completion-base-size-function even when
637 minibuffer-completing-file-name is non-nil.
638
639 2005-11-16 Richard M. Stallman <rms@gnu.org>
640
641 * net/eudcb-ph.el (eudc-ph-open-session):
642 Use set-process-query-on-exit-flag.
643
644 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
645
646 * international/ucs-tables.el (ucs-set-table-for-input):
647 Use make-local-variable, not make-variable-buffer-local.
648
649 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
650 Improve warning message text.
651
652 * savehist.el (savehist-save-hook): Add :group.
653
654 * menu-bar.el (menu-bar-help-menu):
655 Rename Find Extra Packages to External Packages.
656
657 * cus-edit.el (Custom-reset-standard): Verify that
658 :custom-standard-value prop exists before calling it.
659
660 * apropos.el (apropos-calc-scores): Use apropos-pattern.
661
662 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
663
664 * wid-edit.el (color): Enclose %t in %{...%}.
665
666 * cus-edit.el (face): Enclose %t in %{...%}.
667
668 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
669
670 * savehist.el (savehist-mode-hook): Re-add the var.
671 (savehist-mode): Use it.
672
673 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
674
675 * textmodes/flyspell.el: Fix commenting convention.
676 Remove unnecessary leading * in custom docstrings.
677 (flyspell-emacs): Remove unused var.
678 (flyspell-delete-region-overlays): Use remove-overlays.
679 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
680 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
681 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
682 (flyspell-debug-signal-word-checked): Use with-current-buffer.
683 (make-flyspell-overlay): Don't locally reuse a global name.
684 (flyspell-highlight-incorrect-region)
685 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
686 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
687 (flyspell-notify-misspell): Remove unused args `start' and `end'.
688 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
689 Wrap calls to accept-process-output inside with-local-quit since it's
690 often called from a post-command-hook.
691 (flyspell-correct-word, flyspell-auto-correct-word):
692 Use ispell-send-string.
693 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
694
695 * calendar/diary-lib.el (diary-list-entries): Also hide the
696 terminating newline.
697
698 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
699
700 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
701 window-system, to allow fonts on tty.
702
703 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
704
705 * progmodes/gud.el (gud-speedbar-item-info): New function.
706 (gud-install-speedbar-variables): Use it to display data type
707 of watch expression as a tooltip in speedbar.
708
709 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
710
711 * font-core.el (global-font-lock-mode): Add :version keyword,
712 because default was changed.
713
714 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
715
716 * startup.el (command-line): Use `custom-reevaluate-setting' for
717 `file-name-shadow-mode'.
718
719 * loadup.el: Preload rfn-eshadow.
720
721 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
722 Add :version keyword.
723 (file-name-shadow-properties, file-name-shadow-tty-properties)
724 (file-name-shadow): Add :version keyword.
725
726 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
727 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
728 in the custom-group property of the symbol frames and the fringe
729 group got no link to its parent group frames.
730 Doc fix.
731
732 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
733
734 * progmodes/gud.el (gud-stop-subjob): New function.
735 (gud-menu-map, gud-tool-bar-map): Use it.
736
737 2005-11-16 Kim F. Storm <storm@cua.dk>
738
739 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
740 than kill it.
741 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
742 to a more useful/logical place.
743
744 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
745
746 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
747 go buttons complementary.
748
749 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
752 (rfn-eshadow-sifn-equal): New function.
753 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
754
755 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
756
757 * viper-utils (viper-non-word-characters-reformed-vi): Quote `-' in
758 string.
759
760 * viper.el (viper-emacs-state-mode-list): Ensure that
761 rcirc-mode buffers come up in Emacs state.
762
763 * ediff-util (ediff-make-temp-file): Use proper file-name-handler
764 operation.
765
766 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
767
768 * term.el (term-termcap-format): Fix typos.
769 (term-down): Fix the negative argument case.
770
771 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
772
773 * progmodes/gdb-ui.el: Remove face-alias left over from change on
774 2005-08-15.
775 (gdb-ann3): New command gud-go.
776 (menu): Accomodate gdb-mi.el.
777 (gdb-assembler-custom): Make buffer of selected window current
778 so that set-window-point works.
779
780 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
781 buttons and include new ones.
782
783 2005-11-16 Kim F. Storm <storm@cua.dk>
784
785 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
786 (gud-menu-map): Use it.
787
788 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
789
790 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
791 that works correctly for Custom and that does not override a user
792 who disables it.
793
794 * help-mode.el (help-make-xrefs, help-xref-on-pp)
795 (help-xref-interned, help-follow): Make hyperlinks for variables
796 that are unbound, but have a non-nil variable-documentation property.
797
798 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
799 mode hook. (It conflicted with defcustoms for some mode hooks.)
800 Use the `variable-documentation' property to give the mode hook a
801 docstring and expand that docstring.
802
803 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
804
805 * savehist.el (savehist-mode): Don't bother with
806 `custom-set-minor-mode'.
807 (savehist-coding-system): Check XEmacs version.
808 (history-length): Declare also at run time.
809 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
810 Don't set the customize state.
811 (savehist-minibuffer-hook): Special case for when
812 minibuffer-history-variable is equal to t.
813
814 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
815
816 * files.el (write-file): Refresh VC status.
817
818 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
819 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
820 than fundamental-mode to see if the mode was set.
821
822 2005-11-14 Romain Francoise <romain@orebokech.com>
823
824 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
825 dummy function in `eval-when-compile' to avoid compiler warning.
826 Require `man' at compile time.
827
828 2005-11-14 Jay Belanger <belanger@truman.edu>
829
830 * calc-alg.el (calcFunc-write-out-power): Rename it to
831 calcFunc-powerexpand.
832 (math-write-out-power): Rename it to math-powerexpand; have it
833 handle negative exponents.
834 (calc-writeoutpower): Rename it to calc-powerexpand.
835
836 * calc-ext.el: Change calcFunc-writeoutpower and
837 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
838 autoloads.
839 Add calcFunc-ldiv to autoloads.
840
841 * calc-arith.el (calcFunc-ldiv): New function.
842
843 * calc.el (calc-left-divide): New function.
844
845 2005-11-14 Juri Linkov <juri@jurta.org>
846
847 * cus-edit.el (custom-variable-prompt): Set the default value arg
848 of completing-read.
849
850 * cus-dep.el (custom-make-dependencies): Reverse the list of
851 found dependencies.
852
853 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
854
855 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
856 Highlighting" entry, it is on by default now.
857 (menu-bar-options-save): Do not save global-font-lock-mode.
858
859 2005-11-13 Richard M. Stallman <rms@gnu.org>
860
861 * textmodes/flyspell.el (flyspell-large-region):
862 Call flyspell-accept-buffer-local-defs.
863
864 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
865
866 * textmodes/flyspell.el (flyspell-notify-misspell):
867 Fix misspelling of "Misspelling".
868 (flyspell-process-localwords): New function.
869 (flyspell-large-region): Call flyspell-process-localwords and
870 flyspell-delete-region-overlays.
871 (flyspell-delete-region-overlays): New function.
872 (flyspell-delete-all-overlays): Call that.
873
874 2005-11-13 Richard M. Stallman <rms@gnu.org>
875
876 * help.el (help-for-help-internal): Improve doc of C-h a.
877 (describe-key): Improve prompt; doc fix.
878
879 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
880
881 * vc-svn.el (vc-svn-registered): Catch all errors.
882
883 * cus-dep.el (custom-make-dependencies): Typo.
884
885 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
886
887 * net/tramp-util.el (top): Fix compilation warning.
888
889 2005-11-13 Kim F. Storm <storm@cua.dk>
890
891 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
892
893 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
894
895 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
896 (gud-speedbar-buttons): Match on "const char *" too.
897
898 * progmodes/gdb-ui.el (gdb-var-create-handler)
899 (gdb-var-list-children-handler): Match on "const char *" too.
900 (gdb-var-evaluate-expression-handler): Match on empty string.
901 (gdb-var-update-handler): Only call
902 gdb-var-evaluate-expression-handler when required.
903
904 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
905
906 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
907 selected window. This still doesn't work for speedbar.
908 (gud-speedbar-buttons): Handle string expressions properly.
909
910 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
911 (gdb-var-create-handler): Handle string expressions properly.
912 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
913 Handle string expressions properly. Move "type" field into regexp.
914
915 2005-11-12 Karl Fogel <kfogel@red-bean.com>
916
917 * bookmark.el (bookmark-maybe-message): New function to reduce
918 code duplication: invokes `message' iff baud-rate is high enough.
919 (bookmark-write-file): Use above instead of an inline conditional.
920 (bookmark-load): Same.
921
922 2005-11-12 Karl Fogel <kfogel@red-bean.com>
923
924 * bookmark.el (bookmark-write-file): Don't visit the destination
925 file, just write the data to it using write-region. This is
926 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
927 change to avoid visiting the file in the first place.
928
929 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
930
931 * hi-lock.el (hi-lock-mode): Set the default value of
932 font-lock-defaults.
933
934 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
935
936 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
937 arg to `file-attributes'.
938 (find-lisp-format): The UID and GID can now be strings.
939
940 2005-11-12 Kim F. Storm <storm@cua.dk>
941
942 * help.el (help-map): Bind C-h d to apropos-documentation.
943
944 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
945 when point is at end-of-buffer.
946
947 * apropos.el (apropos-match-face): Doc fix.
948 (apropos-sort-by-scores): Add new choice `verbose'.
949 (apropos-documentation-sort-by-scores): New defcustom.
950 (apropos-pattern): Now contains the pattern entered by the user.
951 (apropos-pattern-quoted): New defvar.
952 (apropos-regexp): New defvar, containing the regexp corresponding
953 to apropos-pattern.
954 (apropos-all-words-regexp): Rename from apropos-all-regexp.
955 (apropos-read-pattern): New defun. Use it to read pattern arg in
956 interactive calls; returns list of words for a word list, and
957 string for a regexp.
958 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
959 parses a list of words or regexp as returned by apropos-read-pattern.
960 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
961 (apropos-score-doc): Return a very high score if the string
962 entered by the user matches literally.
963 (apropos-variable): Doc fix. Use apropos-read-pattern.
964 (apropos-command): Doc fix. Use apropos-read-pattern and
965 apropos-parse-pattern. Call apropos-print with nosubst=t.
966 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
967 apropos-parse-pattern.
968 (apropos-documentation): Doc fix. Use apropos-read-pattern and
969 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
970 apropos-documentation-sort-by-scores. Call apropos-print with
971 nosubst=t.
972 (apropos-documentation-internal): Pass doc string through
973 substitute-key-definition before adding text properties.
974 Highlight substring matching literal user input if possible.
975 (apropos-documentation-check-doc-file): Remove locals beg and end.
976 Fix calculation of score (as added twice). Pass doc string through
977 substitute-key-definition before adding text properties.
978 (apropos-documentation-check-elc-file): Pass doc string through
979 substitute-key-definition before adding text properties.
980 Highlight substring matching literal user input if possible.
981 (apropos-print): Add new arg NOSUBST; if set, command and variable
982 doc strings have already been passed through substitute-key-definition.
983 Add code to handle apropos-accumulator items without score element
984 for backwards compatibility (e.g. with woman package).
985 Only show scores if apropos-sort-by-scores is `verbose'.
986
987 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
988
989 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
990 Add jka-compr-load-suffixes to load-suffixes.
991
992 * jka-compr.el: Require 'jka-cmpr-hook.
993 (jka-compr-info-compress-message, jka-compr-info-compress-program)
994 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
995 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
996 (jka-compr-info-can-append, jka-compr-info-strip-extension)
997 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
998 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
999 (jka-compr-uninstall): Remove entries from
1000 jka-compr-added-to-file-coding-system-alist after they are used.
1001 (jka-compr-error): Remove unused var `curbuf'.
1002 (jka-compr-file-local-copy): Remove unused var `notfound'.
1003
1004 2005-11-10 Romain Francoise <romain@orebokech.com>
1005
1006 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
1007
1008 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
1009
1010 * progmodes/gud.el (gud-menu-map): Move parentheses.
1011 (gdb): New command gud-pv.
1012
1013 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
1014
1015 * tar-mode.el: Remove spurious or unnecessary leading stars
1016 in docstrings.
1017 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
1018 (tar-parse-octal-integer-safe): Use mapc.
1019 (tar-header-block-summarize): Remove unused var `ck'.
1020 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
1021 cleared before. Obey default-enable-multibyte-characters.
1022 Use mapconcat. Simplify setting of tar-header-offset.
1023 (tar-mode-map): Move initialization inside delcaration.
1024 (tar-flag-deleted): Use `abs'.
1025 (tar-expunge-internal): Remove unused var `line'.
1026 (tar-expunge-internal): Don't hardcode point-min==1.
1027 (tar-expunge): Widen while doing set-buffer-multibyte.
1028 (tar-rename-entry): Use file-name-coding-system.
1029 (tar-alter-one-field): Don't hardcode point-min==1.
1030 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
1031 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
1032
1033 2005-11-10 Masatake YAMATO <jet@gyve.org>
1034
1035 * add-log.el (add-log-current-defun): Handle class::method
1036 notation of c++. Fix incorrect comment.
1037
1038 2005-11-10 Alan Mackenzie <acm@muc.de>
1039
1040 * help-fns.el (describe-variable): Make C-h v work when a variable
1041 has variable documentation yet is unbound.
1042
1043 2005-11-10 Masatake YAMATO <jet@gyve.org>
1044
1045 * man.el (Man-highlight-references): Set an empty
1046 string to `Man-arguments' if it is nil.
1047 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
1048
1049 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
1050
1051 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
1052 commenting conventions.
1053
1054 * cus-dep.el (custom-make-dependencies): Simplify.
1055 Better follow the commenting conventions.
1056
1057 2005-11-09 Richard M. Stallman <rms@gnu.org>
1058
1059 * apropos.el (apropos-pattern): Rename from apropos-regexp.
1060 (apropos-orig-pattern): Rename from apropos-orig-regexp.
1061 All uses changed.
1062 (apropos-rewrite-regexp): Doc fix.
1063 (apropos-variable, apropos-command, apropos, apropos-value):
1064 Change prompt; carry through the argument renaming.
1065
1066 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
1067
1068 * find-lisp.el: Require dired.
1069 (find-lisp-find-dired-internal): Do not call
1070 `abbreviate-file-name' on DIR.
1071
1072 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
1073
1074 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
1075
1076 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
1077
1078 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
1079 when using the speedbar.
1080 (gdb): New command gud-pp.
1081 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
1082
1083 2005-11-09 Juri Linkov <juri@jurta.org>
1084
1085 * replace.el (occur-excluded-properties): New defcustom.
1086 (occur-1, occur-engine, occur-accumulate-lines): Use it.
1087
1088 2005-11-08 Jay Belanger <belanger@truman.edu>
1089
1090 * calc/calc-units.el (math-convert-units): Replace any composite
1091 unit by its definition.
1092
1093 2005-11-08 Lars Hansen <larsh@soem.dk>
1094
1095 * emacs-lisp/autoload.el (update-directory-autoloads):
1096 Add obsolete function alias.
1097
1098 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
1099
1100 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
1101 comment-indent-function.
1102 (lisp-comment-indent): Replace by an alias for comment-indent-default.
1103
1104 * reveal.el (reveal-post-command): Rework the handling of
1105 reveal-open-spots, so as to be more reliable. There were several
1106 tricky corner cases where an open spot might be lost, or where
1107 a closed spot might end up on the list of open spots.
1108 Only reveal text that's ellipsised.
1109
1110 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
1111
1112 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
1113
1114 2005-11-07 John Paul Wallington <jpw@gnu.org>
1115
1116 * ibuffer.el (ibuffer): Search iconified frames too when
1117 getting Ibuffer buffer's window.
1118
1119 2005-11-06 Richard M. Stallman <rms@gnu.org>
1120
1121 * progmodes/compile.el (compilation-internal-error-properties):
1122 save-excursion around the computation of MARKER.
1123
1124 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
1125
1126 * textmodes/flyspell.el (flyspell-external-point-words):
1127 flyspell-get-word returns a list, not just a string.
1128
1129 2005-11-06 John Paul Wallington <jpw@pobox.com>
1130
1131 * ibuffer.el (ibuffer): Search all visible frames when getting
1132 Ibuffer buffer's window.
1133
1134 2005-11-07 Masatake YAMATO <jet@gyve.org>
1135
1136 * man.el (Man-reference-regexp): Accept spaces between
1137 `Man-name-regexp' and `Man-section-regexp'.
1138 (Man-apropos-regexp): New variable.
1139 (Man-abstract-xref-man-page): Use value for `Man-target-string'
1140 if available.
1141 (Man-highlight-references, Man-highlight-references0):
1142 Handle the case when `Man-arguments' includes "-k".
1143 (Man-highlight-references0): Rename the argument `TARGET-POS' to
1144 `TARGET'. `TARGET' can be a number, function or nil.
1145
1146 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
1147
1148 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
1149 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
1150 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
1151 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
1152 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
1153 (gdb-send-item): Use buffer-local-value and simplify.
1154
1155 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
1156
1157 * startup.el (command-line): Use `custom-reevaluate-setting' for
1158 `global-font-lock-mode'.
1159
1160 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
1161 by default, except in batch mode or when the -D option is given.
1162
1163 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
1164 specified keyword args on to `define-minor-mode'. Update docstring.
1165
1166 2005-11-05 Romain Francoise <romain@orebokech.com>
1167
1168 * replace.el (occur-engine): Add marker at end of line, too.
1169
1170 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
1171
1172 * font-lock.el: Don't deal with font-lock-face-attributes here,
1173 move the code ...
1174
1175 * startup.el (command-line): ... here. Use face-spec-set instead
1176 of custom-declare-face.
1177
1178 * faces.el (face-spec-set): Reset the face if spec is not nil.
1179
1180 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
1181
1182 * newcomment.el (comment-region-internal): Box more tightly in the
1183 common case where there's no TAB in the boxed text.
1184
1185 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
1186
1187 * info.el (info-tool-bar-map): Use images prev-node, next-node and
1188 up-node.
1189
1190 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
1191
1192 * newsticker.el: Commentary updated. Code formatting changed.
1193 (newsticker-version): Change to "1.9".
1194 (newsticker, newsticker-feed): Doc fix.
1195 (newsticker-url-list): Doc fix. Add option "Weekly".
1196 (newsticker-retrieval-interval): Add option "Weekly".
1197 (newsticker-headline-processing): Doc fix.
1198 (newsticker-auto-mark-filter): Remove.
1199 (newsticker-auto-mark-filter-list): New.
1200 (newsticker-layout, newsticker-sort-method): Doc fix.
1201 (newsticker-hide-old-items-in-newsticker-buffer)
1202 (newsticker-heading-format, newsticker-item-format)
1203 (newsticker-desc-format): Doc fix.
1204 (newsticker-show-all-rss-elements): Remove.
1205 (newsticker-show-all-news-elements): New.
1206 (newsticker-faces, newsticker-ticker): Doc fix.
1207 (remove-from-invisibility-spec): Code formatting.
1208 (newsticker--process-ids): New.
1209 (newsticker-mode): Doc fix.
1210 (newsticker-mode): Change mode-line-format.
1211 (newsticker-start): Remove debug output.
1212 (newsticker-start-ticker): Doc fix. Add Autoload cookie.
1213 (newsticker-w3m-show-inline-images): Code formatting.
1214 (newsticker-next-item): Call `force-mode-line-update'.
1215 (newsticker-previous-item): Call `force-mode-line-update'.
1216 (newsticker-next-feed): Call `force-mode-line-update'.
1217 (newsticker-previous-feed): Call `force-mode-line-update'.
1218 (newsticker-mark-all-items-at-point-as-read): Code formatting.
1219 (newsticker-show-old-items): Do not show descs.
1220 (newsticker-hide-entry): Hide too much.
1221 (newsticker-hide-entry, newsticker-show-entry)
1222 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
1223 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
1224 (newsticker-toggle-auto-narrow-to-item): Code formatting.
1225 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
1226 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
1227 (newsticker-get-news): Call `force-mode-line-update'.
1228 Collect process ids.
1229 (newsticker--sentinel): Change coding system handling.
1230 Move image retrieval to new functions newsticker--get-logo-url-*.
1231 Move feed parsing to new functions newsticker--parse-*.
1232 Update list of process ids.
1233 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
1234 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
1235 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
1236 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
1237 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
1238 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
1239 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
1240 (newsticker--decode-coding-string): Remove.
1241 (newsticker--decode-numeric-entities): Check input. Format code.
1242 (newsticker--remove-whitespace): Check input.
1243 (newsticker--do-forget-preformatted): Doc fix.
1244 (newsticker--decode-rfc822-date): Allow for missing time.
1245 (newsticker--update-process-ids): New.
1246 (newsticker--image-sentinel): Change comment.
1247 (newsticker--image-read): Change error message.
1248 (newsticker--imenu-goto): Doc fix. Show headline title.
1249 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
1250 (newsticker--buffer-do-insert-text): Clean whitespace in
1251 html-rendered headline title. Code formatting.
1252 Call `newsticker--buffer-print-extra-elements'.
1253 (newsticker--buffer-print-extra-element): Remove.
1254 (newsticker--buffer-print-extra-elements): New.
1255 (newsticker--buffer-do-print-extra-element): New.
1256 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
1257 large sizes.
1258 (newsticker--run-auto-mark-filter)
1259 (newsticker--do-run-auto-mark-filter):
1260 Use `newsticker-auto-mark-filter-list'.
1261
1262 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
1263
1264 * net/rcirc.el: Use split-string OMIT-NULLS argument.
1265 (rcirc-print): Force redisplay before running hooks. Do long
1266 buffer truncation after making new text read-only. Deal with nil
1267 text when decoding strings. If TARGET is nil, use either the
1268 currently selected buffer, if it is an rcirc buffer and of the
1269 same process or the process buffer.
1270 (rcirc-mode): Remove header-line. Recompute short buffer names.
1271 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
1272 (rcirc-short-buffer-name): Add variable.
1273 (rcirc-kill-buffer-hook): Recompute short buffer names.
1274 Remove nick from private channel.
1275 (rcirc-send-input): Send command text to current-buffer.
1276 Don't clear overlay arrow here.
1277 (rcirc-short-buffer-name): Return a short buffer name.
1278 (rcirc-update-short-buffer-names, rcirc-abbreviate)
1279 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
1280 buffer-name abbreviations.
1281 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
1282 Do not touch nick-table when killing a parted channel.
1283 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
1284 Clear arrow from current buffer if it is now hidden.
1285 (rcirc-current-buffer): Add variable.
1286 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
1287 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
1288 Remove -face from names.
1289 (rcirc-update-activity-string): Print "DND" when globally ignoring
1290 activity.
1291 (rcirc-ignore-buffer-activity-flag): Rename from
1292 rcirc-ignore-channel-activity.
1293 (rcirc-ignore-all-activity-flag): Doc fix.
1294 (rcirc-channels): Remove variable.
1295 (rcirc-kill-buffer-hook):
1296 (rcirc-get-buffer-create): Add nick to private channel.
1297 (rcirc-multiline-edit-submit): Remove tabs.
1298 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
1299 folded.
1300 (rcirc-remove-nick-channel): Bug fix.
1301 (rcirc-toggle-ignore-buffer-activity): Rename from
1302 rcirc-toggle-ignore-channel-activity.
1303 (rcirc-record-activity): Add buffers to the front of the list.
1304 (rcirc-update-activity): Remove killed buffers from list.
1305 (rcirc-process-server-response-1): Remove last argument if it is
1306 null before calling handler.
1307 (rcirc): Add "rcirc" defcustom prefix.
1308 (rcirc-prompt): Simplify default prompt.
1309 Use custom-initialize-default.
1310 (rcirc-private-chats): Remove variable.
1311 (rcirc-prompt): Change initialization.
1312 (rcirc-version): Remove function.
1313 (rcirc-id-string): Add constant.
1314 (rcirc-last-buffer): Remove variable.
1315 (rcirc-buffer-alist): Add variable.
1316 (rcirc-connect): Update variable setup.
1317 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
1318 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
1319 default.
1320 (rcirc-handler-generic): Trigger activity.
1321 (rcirc-send-message): Create the buffor of the target.
1322 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
1323 (rcirc-get-buffer): Just return nil if there is no matching buffer.
1324 (rcirc-multiline-edit-cancel): Remove function.
1325 (rcirc-set-last-buffer): Remove function.
1326 (rcirc-get-any-buffer): Add function.
1327 (rcirc-join-channels): Don't print /join text.
1328 (rcirc-toggle-ignore-channel-activity): Add and update echo area
1329 messages.
1330 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
1331 (rcirc-handler-NOTICE): Recognize CTCP responses.
1332 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
1333 constructing TOPIC string for buffers we are not JOINed.
1334 (rcirc-handler-CTCP-response): Add handler.
1335 (rcirc-multiline-edit-submit): Restore the window-configuration
1336 before adjusting point.
1337 (rcirc): Add customization group.
1338 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
1339 (rcirc-user-full-name, rcirc-startup-channels-alist)
1340 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
1341 (rcirc-ignore-all-activity-flag, rcirc-time-format)
1342 (rcirc-input-ring-size, rcirc-read-only-flag)
1343 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
1344 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
1345 Change defvar to defcustom.
1346 (rcirc-update-prompt): Add optional ALL arg, which will update
1347 prompts in all rcirc buffers. Regexp quote replacement text.
1348 (rcirc-fill-column): Accept 'frame-width as a value.
1349 (rcirc-set-changed): Add function.
1350 (rcirc-next-active-buffer): Write more meaningful messages.
1351 (rcirc-faces): Add customization group.
1352 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
1353 (rcirc-nick-in-message-face, rcirc-prompt-face)
1354 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
1355 (with-rcirc-process-buffer): Move before first usage.
1356 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
1357 (rcirc-debug-flag): Rename from `rcirc-log-p'.
1358 (rcirc-debug): Rename from `rcirc-log'.
1359 (rcirc-format-response-string): Do not print '-' chars for a
1360 NOTICE with no sender. Simplify output of server responses.
1361
1362 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1363
1364 (rcirc-browse-url-map, rcirc-browse-url-at-point)
1365 (rcirc-browse-url-at-mouse, rcirc-mangle-text): Make urls
1366 mouse and RET clickable.
1367
1368 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
1369
1370 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
1371
1372 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
1373
1374 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
1375 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1376 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1377 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1378 argument to all these routines, so the passphrase can be managed
1379 externally and passed in to the system.
1380 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
1381 pgg-add-passphrase-to-cache function.
1382
1383 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
1384 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
1385 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
1386 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional 'passphrase'
1387 argument to all these routines, so the passphrase can be managed
1388 externally and passed in to the system.
1389 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
1390 function.
1391
1392 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
1393
1394 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
1395 from goto-address-url-regexp.
1396
1397 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
1398
1399 * textmodes/org.el (org-read-date, org-goto-calendar)
1400 (org-recenter-calendar, org-agenda-goto-calendar):
1401 Temporarily clear 'calendar-move-hook'.
1402
1403 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
1404
1405 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
1406 merging.
1407
1408 * ediff-util.el (ediff-previous-difference): Don't skip regions that
1409 have merge clashes.
1410
1411 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1412
1413 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1414 Undo previous change.
1415
1416 * startup.el (command-line): Use `custom-reevaluate-setting' for
1417 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
1418 tty-register-default-colors on Mac.
1419
1420 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1421
1422 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
1423 (gdb-buffer-type): Make it automatically buffer local...
1424 (gdb-get-create-buffer): ...and set it accordingly.
1425 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
1426 actually work.
1427
1428 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
1429
1430 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
1431 not red.
1432
1433 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
1434
1435 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
1436 case GUD buffer is not visible.
1437 (gdb-goto-breakpoint): Try to force display in source buffer.
1438 (gdb-frame-gdb-buffer): Copy other similar functions.
1439 (gdb-restore-windows): Don't display source if not asked for.
1440 (gdb-assembler-buffer-name): Don't capitalise.
1441
1442 2005-11-03 Richard M. Stallman <rms@gnu.org>
1443
1444 * wid-edit.el (key-sequence): New widget type.
1445
1446 * simple.el (set-mark-command-repeat-pop): New variable.
1447 (set-mark-command): Only interpret plan C-@ after a pop as a pop
1448 if set-mark-command-repeat-pop is true.
1449
1450 * info.el (Info-fontify-node): Don't display extra "see" if there
1451 already is one here.
1452
1453 * mouse.el: Fix special handling of DEL after dragging a region:
1454 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
1455 (mouse-region-delete-keys): Add [backspace].
1456
1457 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
1458
1459 * textmodes/ispell.el (ispell-command-loop): Change `i' description
1460 not to assume it pertains to an affix.
1461
1462 * textmodes/flyspell.el (flyspell-post-command-hook):
1463 Bind deactivate-mark to prevent deactivation.
1464
1465 2005-11-03 Lars Hansen <larsh@soem.dk>
1466
1467 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
1468 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
1469 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
1470
1471 2005-11-03 Romain Francoise <romain@orebokech.com>
1472
1473 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
1474 Update copyright years.
1475
1476 2005-11-03 Sam Steingold <sds@gnu.org>
1477
1478 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
1479 Use system-type instead of window-system because window-system is not
1480 correctly defined during loadup.
1481
1482 2005-11-02 Mark A. Hershberger <mah@everybody.org>
1483
1484 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
1485 (xml-parse-tag): Join strings separated by a comment properly.
1486
1487 2005-11-02 Andreas Schwab <schwab@suse.de>
1488
1489 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
1490
1491 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
1492
1493 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
1494 (byte-optimize-pure-func): Quote the eval'd value.
1495
1496 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
1497 Rename from perl-font-lock-syntactic-face-function.
1498 Change the calling convention so it can be used as a font-lock MATCHER.
1499 Do the parse-partial-sexp loop outselves.
1500 (perl-font-lock-syntactic-keywords): Use it.
1501 (perl-mode): Don't set font-lock-syntactic-face-function any more.
1502
1503 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
1504
1505 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
1506 disassembly buffer too.
1507 (gdb-exited): Remove overlay arrows when execution has finished.
1508 (gdb-info-frames-custom, gdb-info-threads-custom)
1509 (gdb-info-registers-custom): Don't add inappropriate text
1510 properties if inferior is not active.
1511
1512 2005-11-02 Glenn Morris <rgm@gnu.org>
1513
1514 * progmodes/fortran.el (fortran-blink-match):
1515 Use `blink-matching-delay'.
1516
1517 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
1518
1519 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
1520
1521 2005-11-02 Lars Hansen <larsh@soem.dk>
1522
1523 * net/tramp.el (tramp-action-out-of-band): Handle scp message
1524 "Permission denied".
1525
1526 2005-11-01 Richard M. Stallman <rms@gnu.org>
1527
1528 * textmodes/flyspell.el (flyspell-external-point-words):
1529 Pass nil to flyspell-get-word.
1530
1531 2005-11-02 Kim F. Storm <storm@cua.dk>
1532
1533 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
1534 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
1535
1536 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
1539 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
1540 (calendar-mouse-print-dates): Add optional `event' argument.
1541 Update interactive-spec.
1542 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
1543 Use `calendar-event-to-date' instead of `event'.
1544
1545 2005-11-02 Masatake YAMATO <jet@gyve.org>
1546
1547 * progmodes/ld-script.el (ld-script-builtins):
1548 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
1549 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
1550 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
1551
1552 2005-11-01 Romain Francoise <romain@orebokech.com>
1553
1554 * vc-sccs.el: Update copyright year.
1555 * ezimage.el: Likewise.
1556
1557 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
1558
1559 * info.el (Info-fontify-node): Use `string-width' for fontifying
1560 underlined titles.
1561
1562 2005-11-01 Juri Linkov <juri@jurta.org>
1563
1564 * info.el (Info-fontify-node): Downcase node header keywords Node,
1565 Prev, Next, Up before comparison.
1566 (Info-history): Insert absolute directory name, and put invisible
1567 property on it.
1568
1569 2005-11-01 Juri Linkov <juri@jurta.org>
1570
1571 * info.el (Info-file-supports-index-cookies): New variable.
1572 (Info-find-node-2): Check makeinfo version for index cookie support.
1573 (Info-index-nodes): Search for nodes with index cookies only when
1574 Info-file-supports-index-cookies is t. Otherwise, search nodes
1575 with "Index" in the node name.
1576 (Info-index-node): Search index cookie in the current node only when
1577 Info-file-supports-index-cookies is t. Otherwise, check the word
1578 "Index" in the node name.
1579 (Info-find-emacs-command-nodes): Remove code that searches nodes
1580 with "Index" node name in the top menu.
1581
1582 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
1583
1584 * progmodes/scheme.el (scheme-mode-variables): Use the default
1585 comment-indent-function.
1586
1587 * faces.el (face-attribute): Handle the case where a face inherits from
1588 a non-existent face.
1589
1590 * simple.el (eval-expression-print-format): Use lisp-readable syntax
1591 for octal and hexa output, and merge the char into the paren.
1592 (kill-new): Use push.
1593 (copy-to-buffer): Use with-current-buffer.
1594 (completion-setup-function): Move code in loop to remove redundancy.
1595 (minibuffer-local-must-match-map): Don't add bindings that duplicate
1596 those inherited from minibuffer-local-completion-map.
1597
1598 * savehist.el (savehist-mode) <defcustom>:
1599 Use custom-set-minor-mode if available.
1600 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
1601 and emit a message if applicable.
1602
1603 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
1604
1605 * savehist.el: Sync up to version 19.
1606 (savehist-mode): New minor mode.
1607 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
1608 (savehist-length): Remove (use history-length instead).
1609 (savehist-file-modes): Rename from savehist-modes.
1610 (savehist-save-hook, savehist-loaded): New vars.
1611 (savehist-load): Use savehist-mode. Try to smooth up transition from
1612 old format to new format.
1613 (savehist-install): Allow savehist-autosave-interval to be nil.
1614 (savehist-save): Run the new hook. Be more careful to only trim the
1615 history variables.
1616 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
1617 (savehist-printable): Print into a buffer rather than char-by-char.
1618
1619 2005-11-01 John Wiegley <johnw@newartisans.com>
1620
1621 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
1622 toggle-ignore keybinding (C-a). The author said it had been
1623 disabled much earlier due to a possible incompatibility, but after
1624 many months of usage I have encountered no problems (and it is a
1625 rather useful option, especially for switching to " *temp*").
1626
1627 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
1628 support for OS/X's AddressBook, by calling out to the open source
1629 program "contacts" (installable through Fink).
1630
1631 * net/eudc.el (eudc-expand-inline): If the
1632 `eudc-multiple-match-handling-method' is set to `all', delete the
1633 query string before inserting the query result.
1634
1635 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
1636 flag, to prevent Eshell from using the system ls when
1637 `eshell-ls-insert-directory' is in used.
1638 (eshell-ls-insert-directory): Disable font-lock in directory
1639 buffer so that Eshell's own fontification is seen. This broke
1640 recently due to changes in font-lock, so this goes back to version
1641 21 behavior.
1642
1643 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
1644
1645 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
1646 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
1647 (gdb-many-windows): Doc fix.
1648
1649 2005-10-31 Romain Francoise <romain@orebokech.com>
1650
1651 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
1652
1653 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
1654
1655 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
1656 that global-font-lock-mode can be enabled by default.
1657
1658 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
1659 (font-lock-add-keywords, font-lock-remove-keywords)
1660 (font-lock-fontify-buffer): Remove autoload cookies.
1661
1662 * jit-lock.el (jit-lock-register): Likewise.
1663
1664 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
1665
1666 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1667
1668 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
1669 intact if there is no gud-comint-buffer.
1670
1671 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
1672
1673 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
1674 old prompt comint-prompt-read-only is t and GDB commands are
1675 issued from tool bar etc.
1676
1677 2005-10-31 Masatake YAMATO <jet@gyve.org>
1678
1679 * vc.el (vc-directory-exclusion-list): Add "{arch}".
1680
1681 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
1682
1683 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
1684 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
1685
1686 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
1687
1688 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
1689 starting at beginning of line. Fontification is messed up when
1690 `open-paren-in-column-0-is-defun-start' set to t.
1691 Reported by John Paul Wallington <jpw@pobox.com>.
1692
1693 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
1694
1695 * comint.el (comint-send-input): Call `comint-update-fence' when
1696 `comint-process-echoes' and `comint-prompt-read-only' are both
1697 non-nil, to avoid leftover read-only newline.
1698
1699 2005-10-30 Richard M. Stallman <rms@gnu.org>
1700
1701 * textmodes/flyspell.el (flyspell-external-point-words):
1702 Detect when WORD can't be checked properly because
1703 flyspell-get-word finds just part of it, and move on.
1704
1705 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
1706 boundarychar for Polish.
1707 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
1708 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
1709
1710 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
1711
1712 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
1713 (gdb-registers-font-lock-keywords): Delete.
1714 (gdb-registers-mode): Don't fontify.
1715 (gdb-info-registers-custom): Use text properties instead as, in
1716 future, changed register values will use font-lock-warning-face.
1717 (gdb-local-font-lock-keywords): Rename to...
1718 (gdb-locals-font-lock-keywords): ...for consistency.
1719
1720 2005-10-30 Andre Spiegel <spiegel@gnu.org>
1721
1722 * vc.el (vc-switch-backend): Better error message if the buffer is
1723 not visiting a file under version control.
1724
1725 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
1726
1727 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
1728
1729 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
1730 ~/.emacs.d/.emacs.
1731
1732 2005-10-29 Richard M. Stallman <rms@gnu.org>
1733
1734 * replace.el (occur-mode-mouse-goto): Always go to other window.
1735 (occur-mode-goto-occurrence): Always switch in same window.
1736
1737 * simple.el (undo): Display message at end, not at start.
1738
1739 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
1740 New arg REUSE-CELL.
1741 (cancel-timer-internal): New function.
1742 (timer-event-handler): Use cancel-timer-internal,
1743 and pass the cell it returns to timer-activate...
1744
1745 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
1746 (jit-lock-deferred-fontify, jit-lock-context-fontify)
1747 (jit-lock-after-change): Test memory-full.
1748
1749 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
1750
1751 * textmodes/conf-mode.el (conf-assignment-sign)
1752 (conf-assignment-regexp): Fix docstrings.
1753 (conf-mode-initialize): New function.
1754 (conf-mode): Remove optional args. Use delay-mode-hooks to
1755 recognize recursive calls.
1756 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
1757 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
1758 (conf-xdefaults-mode): Use define-derived-mode and
1759 conf-mode-initialize.
1760
1761 2005-10-29 Romain Francoise <romain@orebokech.com>
1762
1763 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
1764
1765 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
1766
1767 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
1768 part of the decoded armor to find the key-identifier.
1769 (pgg-gpg-lookup-key-owner): New function to return the
1770 human-readable identifier of a key owner.
1771 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
1772 key itself.
1773 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
1774 the key value) if we have a key and can match it against a secret
1775 key. Also, added a note pointing out fact that the prompt only
1776 indicates the first matching key.
1777
1778 * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
1779 pgg-decrypt-region.
1780 (pgg-pending-timers): A new hash for tracking the passphrase cache
1781 timers, so that new ones supercede old ones.
1782 (pgg-add-passphrase-to-cache): Rename from
1783 `pgg-add-passphrase-cache' to reduce confusion (all callers
1784 changed). Modified to cancel old timers when new ones are added.
1785 (pgg-remove-passphrase-from-cache): Rename from
1786 `pgg-remove-passphrase-cache' to reduce confusion (all callers
1787 changed). Modified to cancel old timers when their keys are
1788 removed from the cache.
1789 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
1790 XEmacs, an indirection to delete-itimer.
1791 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
1792 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
1793 users can only check cache without risk of prompting. Correct bug in
1794 notruncate behavior.
1795 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
1796 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
1797 Add informative docstrings.
1798 (pgg-decrypt): Convey provided passphrase in subordinate call to
1799 pgg-decrypt-region.
1800
1801 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
1802
1803 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
1804 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
1805 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
1806 'passphrase' argument, so the passphrase can be managed externally
1807 and then passed in to the system.
1808
1809 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
1810 (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
1811 so the passphrase cache can be used reliably with identifiers
1812 besides a pgp packet's key id.
1813
1814 * pgg-gpg.el (pgg-pgp-encrypt-region)
1815 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
1816 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
1817 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional 'passphrase'
1818 argument to all these routines, so the passphrase can be managed
1819 externally and passed in to the system.
1820
1821 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
1822 'notruncate' argument, so the passphrase cache can be used
1823 reliably with identifiers besides a pgp packet's key id.
1824
1825 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
1826
1827 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
1828 symmetric encryption.
1829 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
1830 encrypted session key.
1831 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
1832 message ask for the passphrase in a proper way.
1833
1834 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
1835 New user commands for symmetric encryption.
1836
1837 2005-10-28 Bill Wohler <wohler@newt.com>
1838
1839 * help-mode.el (help-url): New button type. Calls browse-url.
1840 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
1841 Similar to Info nodes: URL `url'.
1842 (help-make-xrefs): Create help-url buttons for
1843 help-xref-url-regexp matches.
1844
1845 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
1846
1847 * tool-bar.el (tool-bar-add-item-from-menu)
1848 (tool-bar-local-item-from-menu): Fix doc strings.
1849
1850 2005-10-28 Romain Francoise <romain@orebokech.com>
1851
1852 * ldefs-boot.el: Update.
1853
1854 * subr.el (locate-library): Move from help-fns.el.
1855 * help-fns.el (locate-library): Move to subr.el.
1856
1857 2005-10-28 Richard M. Stallman <rms@gnu.org>
1858
1859 * net/tramp.el (tramp-completion-mode): defvar moved up.
1860
1861 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
1862
1863 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
1864
1865 * files.el (find-file-noselect): Use %d to format large file size.
1866
1867 * bindings.el (mode-line-format): Add %e.
1868
1869 * loadup.el ("facemenu"): Load unconditionally.
1870 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
1871 ("x-dnd"): Load, when appropriate.
1872
1873 * startup.el (command-line): Call before-init-hook earlier.
1874 Warn about some bad characters in -u user name.
1875
1876 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
1877 (flyspell-external-point-words): Error if misspelled word is not found.
1878 Set flyspell-large-region-beg at end of word.
1879
1880 2005-10-28 Andreas Schwab <schwab@suse.de>
1881
1882 * view.el (View-revert-buffer-scroll-page-forward):
1883 Use view-page-size-default.
1884
1885 2005-10-28 Juri Linkov <juri@jurta.org>
1886
1887 * international/quail.el (quail-get-current-str): Translate last
1888 raw character for deterministic input methods.
1889
1890 2005-10-27 Jay Belanger <belanger@truman.edu>
1891
1892 * calc/calc-ext.el: Add functions to autoloads.
1893 (math-identity-matrix-p, math-ident-row-p): New functions.
1894
1895 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
1896 multiplication by an identity matrix; don't turn multiplication by
1897 an inverse matrix into division.
1898 (math-div-symbol-fancy): Replace division by matrices with
1899 multiplication by inverse.
1900
1901 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
1902
1903 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
1904 (calc-writeoutpower): New functions.
1905
1906 2005-10-27 Romain Francoise <romain@orebokech.com>
1907
1908 * replace.el (occur-engine): Include colon in mouse-face highlight.
1909
1910 * dired-x.el: Change Maintainer field.
1911
1912 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
1913
1914 * longlines.el (longlines-mode): Bind after-change-functions to
1915 nil during initial decoding and final encoding.
1916
1917 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
1918
1919 * term.el (term-emulate-terminal, term-handle-colors-array)
1920 (term-handle-ansi-escape): Specify the terminfo capabilities
1921 implemented.
1922
1923 2005-10-26 Richard M. Stallman <rms@gnu.org>
1924
1925 * info.el (Info-fontify-node): Fix detection of sentence-break
1926 before *Note.
1927
1928 2005-10-26 Romain Francoise <romain@orebokech.com>
1929
1930 * smerge-mode.el: Add `tools' to file keywords.
1931
1932 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
1933
1934 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
1935 when the fringe is not available.
1936
1937 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
1938 (def-gdb-auto-update-trigger): Simplify construction.
1939 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
1940 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
1941 defined explicitly.
1942 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
1943 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
1944 defined explicitly.
1945 (gdb-info-locals-custom): Remove as it's a no-op.
1946
1947 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
1948
1949 * longlines.el (longlines-mode): Remove narrowing before
1950 performing the initial decoding or final encoding.
1951
1952 2005-10-25 Romain Francoise <romain@orebokech.com>
1953
1954 * emacs-lisp/find-func.el (find-library-name): Also strip
1955 extension if library name ends in .el, to take advantage of
1956 `find-library-suffixes'.
1957
1958 2005-10-25 Richard M. Stallman <rms@gnu.org>
1959
1960 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
1961
1962 2005-10-25 Juri Linkov <juri@jurta.org>
1963
1964 * textmodes/texinfo.el (texinfo-mode): Change charset of one
1965 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
1966
1967 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
1968
1969 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
1970 (blackbox-redefine-key): Add argument `map'.
1971
1972 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
1973 regions when moving the jit-lock-context-unfontify-pos boundary.
1974
1975 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
1976
1977 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
1978
1979 2005-10-25 Masatake YAMATO <jet@gyve.org>
1980
1981 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
1982
1983 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1984
1985 * play/blackbox.el (blackbox-redefine-key): New function.
1986 (blackbox-mode-map): Use it to remap existing bindings for cursor
1987 motion instead of binding literal keys.
1988
1989 2005-10-25 Glenn Morris <rgm@gnu.org>
1990
1991 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
1992 diary does not end in a newline. Do not assume a blank line at
1993 the start of the diary file.
1994
1995 2005-10-25 Kenichi Handa <handa@m17n.org>
1996
1997 * international/quail.el (quail-translate-key): If the input
1998 method is deterministic and failed to handle the last key, restart
1999 the key handling loop from an appropriate key.
2000
2001 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
2002
2003 * vc.el (vc-dired-mode): Extend comment for binding of
2004 `directory-listing-before-filename-regexp'.
2005
2006 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
2007
2008 * textmodes/texinfo.el (texinfo-mode):
2009 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
2010 not to unnecessarily expose emacs-mule's internal char codes.
2011
2012 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
2013
2014 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
2015 Display hand pointer and help-echo on disabled icon too.
2016 (gdb-mouse-until): New function.
2017 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
2018
2019 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
2020
2021 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
2022 with 2005-10-23 change to doctor.el.
2023
2024 * finder.el (finder-mode-map): Add follow-link binding.
2025
2026 2005-10-25 Kim F. Storm <storm@cua.dk>
2027
2028 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
2029 to gdb-mouse-toggle-breakpoint-fringe.
2030 (gdb-mouse-toggle-breakpoint-margin): Rename from
2031 gdb-mouse-toggle-breakpoint. Fix doc.
2032 (gdb-mouse-toggle-breakpoint-fringe): New defun.
2033 (gdb-put-string): Add optional SPROPS arg. Add props to string.
2034 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
2035 string properties also for fringe breakpoint bitmaps.
2036
2037 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
2038
2039 * textmodes/org.el (org-start-icalendar-file): Fix format form.
2040
2041 2005-10-25 Masatake YAMATO <jet@gyve.org>
2042
2043 * simple.el (completion-common-substring):
2044 Use `completion-common-substring' prior to `completion-base-size'.
2045
2046 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
2047
2048 * savehist.el: Require CL while compiling.
2049 (savehist-history-variables): Remove.
2050 (savehist-save-minibuffer-history, savehist-additional-variables)
2051 (savehist-minibuffer-history-variables): New vars.
2052 (savehist-save): Use them.
2053 (savehist-uninstall, savehist-minibuffer-hook): New funs.
2054 (savehist-install): New fun, extracted from savehist-load.
2055 (savehist-load): Use them.
2056
2057 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
2058
2059 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
2060 a dummy doc-string-elt property.
2061 (defalias, defvaralias, define-category): Add a docstring property.
2062
2063 * image.el (defimage):
2064 * widget.el (define-widget):
2065 * custom.el (defface, defcustom): Add `doc-string' declaration.
2066
2067 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
2068 (defadvice): Add `doc-string' declaration.
2069
2070 * emacs-lisp/byte-run.el (macro-declaration-function):
2071 Handle `doc-string' declarations.
2072 (define-obsolete-function-alias, define-obsolete-variable-alias):
2073 Add `doc-string' declaration.
2074
2075 2005-10-24 Kenichi Handa <handa@m17n.org>
2076
2077 * international/utf-7.el (utf-7): Add autoload cookie.
2078
2079 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
2080
2081 2005-10-24 Eli Zaretskii <eliz@gnu.org>
2082
2083 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
2084 list of directories passed to batch-update-autoloads. Add "." to
2085 the list of the echoed directories.
2086
2087 * pgg-def.el:
2088 * pgg-gpg.el:
2089 * pgg-parse.el:
2090 * pgg-pgp.el:
2091 * pgg-pgp5.el:
2092 * pgg.el: Moved here from the gnus subdirectory.
2093
2094 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
2095
2096 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
2097 in case comint-prompt-read-only is set to t.
2098
2099 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
2100 in case comint-prompt-read-only is set to t.
2101
2102 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
2103
2104 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
2105 Now a string.
2106 (icalendar-import-format): Handle CLASS, STATUS, URL.
2107 Rename `subject' to `summary'.
2108 (icalendar-import-format-summary): Rename from
2109 `icalendar-import-format-subject'.
2110 (icalendar-import-format-url, icalendar-import-format-status)
2111 (icalendar-import-format-class): New variables.
2112 (icalendar--rris): Take variable argument list.
2113 (icalendar--datestring-to-isodate): Remove unnecessary
2114 calendar-style check when converting dates with explicit month names.
2115 (icalendar-export-region): Change return type of conversion
2116 subroutines. Bury current buffer unless error occurred.
2117 (icalendar--convert-to-ical)
2118 (icalendar--parse-summary-and-rest): New functions.
2119 (icalendar--convert-ordinary-to-ical)
2120 (icalendar--convert-weekly-to-ical)
2121 (icalendar--convert-yearly-to-ical)
2122 (icalendar--convert-block-to-ical)
2123 (icalendar--convert-cyclic-to-ical)
2124 (icalendar--convert-anniversary-to-ical): Change return type.
2125 Strip trailing blanks from subject.
2126 (icalendar--convert-sexp-to-ical): Change return type.
2127 Strip trailing blanks from subject. Handle simple sexp
2128 entries as generated by icalendar.el.
2129 (icalendar--convert-float-to-ical)
2130 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
2131 (icalendar-import-file): Doc fix.
2132 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
2133 Correct call to icalendar--rris.
2134 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
2135 `summary'.
2136 (icalendar--add-diary-entry): Rename `subject' to `summary'.
2137
2138 2005-10-24 Romain Francoise <romain@orebokech.com>
2139
2140 * server.el (server-sentinel): Set query-on-exit flag to nil on
2141 new client processes (it isn't inherited from the server process).
2142
2143 * replace.el (occur-engine): Rearrange text properties.
2144
2145 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
2146
2147 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
2148 case-fold-search is nil.
2149 (debug-help-follow): Use help-xref-interned directly.
2150
2151 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2152
2153 * thumbs.el (thumbs-image-type): Add .pbm.
2154
2155 2005-10-23 Richard M. Stallman <rms@gnu.org>
2156
2157 * faces.el (inhibit-face-set-after-frame-default): New variable.
2158 (set-face-attribute): Bind it.
2159 (face-set-after-frame-default): Test it.
2160
2161 * help-fns.el (describe-simplify-lib-file-name): New function.
2162 (describe-function-1, describe-variable): Use it.
2163
2164 * faces.el (describe-face): Use describe-simplify-lib-file-name.
2165
2166 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
2167 Eliminate nil as possible value.
2168 (tooltip-hide-delay): Reduce internal-border-width.
2169
2170 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
2171 (menu-bar-file-menu) <new-file>: Likewise.
2172
2173 * simple.el (line-move-finish): Ignore fields computing LINE-END.
2174
2175 * international/mule.el (load-with-code-conversion):
2176 Pass full file name to `eval-buffer' unless preloading.
2177
2178 * textmodes/flyspell.el (flyspell-large-region):
2179 Call ispell-check-version.
2180
2181 * textmodes/ispell.el (ispell-local-dictionary-overridden):
2182 Fix the make-variable-buffer-local call that was supposed
2183 to be for this variable.
2184 (ispell-aspell-supports-utf8): Doc fix.
2185 (ispell-find-aspell-dictionaries): Preserve elements of
2186 ispell-dictionary-alist for dictionaries that aspell doesn't report.
2187 (ispell-aspell-find-dictionary): Return nil on error.
2188
2189 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
2190 (doctor-symptoms): Likewise.
2191
2192 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
2193
2194 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
2195
2196 * cus-edit.el (custom-button, custom-button-pressed): New vars.
2197 (custom-raised-buttons): Add :set spec.
2198 (custom-button-unraised, custom-button-pressed-unraised):
2199 New faces, so that custom-raised-buttons actually does something.
2200 (custom-mode): Use custom-button and custom-button-pressed.
2201
2202 * wid-edit.el (widget-specify-button): Don't ignore
2203 widget-mouse-face on graphic terminals.
2204 (widget-move-and-invoke): Cleanup.
2205
2206 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
2207
2208 * whitespace.el (whitespace-cleanup): Doc fix.
2209
2210 2005-10-23 Romain Francoise <romain@orebokech.com>
2211
2212 * emulation/viper.el (viper-set-hooks): Quote forms passed to
2213 `eval-after-load' to avoid evaluating their result.
2214
2215 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
2216
2217 * files.el (directory-listing-before-filename-regexp):
2218 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
2219
2220 * dired.el (dired-move-to-filename-regexp): Remove.
2221 All occurences replaced by `directory-listing-before-filename-regexp'.
2222
2223 * dired-x.el, locate.el, vc.el:
2224 Replace `dired-move-to-filename-regexp' by
2225 `directory-listing-before-filename-regexp'. In vc.el it is
2226 overwritten locally; maybe this can be handled in files.el too.
2227
2228 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
2229 replaced by `directory-listing-before-filename-regexp'.
2230
2231 2005-10-23 Andreas Schwab <schwab@suse.de>
2232
2233 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
2234 and eval-next-after-load.
2235
2236 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
2237
2238 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
2239 exist, create it.
2240
2241 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
2242
2243 * allout.el: Remove autoloads for mailcrypt and crypt++.
2244 Require pgg, pgg-gpg during compilation.
2245 (allout-version): Increment version number to 2.1, and use a literal
2246 rather than RCS Id.
2247 (allout-default-encryption-scheme): Remove.
2248 (allout-passphrase-verifier-handling)
2249 (allout-passphrase-verifier-string)
2250 (allout-file-passphrase-verifier-string)
2251 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
2252 (allout-passphrase-hint-handling): Rename and simplify.
2253 (allout-init): Use `find-file-hook' if available, otherwise
2254 `find-file-hooks'.
2255 (allout-mode): Use `write-file-functions' if available, otherwise
2256 `local-write-file-hooks' and, instead of making auto-save-hook
2257 buffer local, make the write-file-hook activity contingent to
2258 allout-mode.
2259 (allout-mode): Use key-binding substitution in the docstring.
2260 (allout-kill-line): Spell-out kill ring data structure mutation
2261 instead of using byte-compiler-complaint-provoking `pop'.
2262 (allout-insert-listified): Use `insert' rather than `insert-string'
2263 (allout-toggle-current-subtree-encryption): Update docstring, adjust
2264 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
2265 (allout-encrypt-string): Totally revamped vis new underlying
2266 encryption facilities.
2267 (allout-mc-activate-passwd): Remove.
2268 (allout-obtain-passphrase): New, more or less replaces
2269 allout-mc-activate-passwd.
2270 (allout-encrypted-key-info): More or less replaces
2271 allout-encrypted-text-type.
2272 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
2273 (my-mark-marker): Use `(featurep 'xemacs)'.
2274
2275 2005-10-23 Lars Hansen <larsh@soem.dk>
2276
2277 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
2278 (byte-compile-file-form-defmumble, byte-compile-defun)
2279 (byte-compile-defmacro): Use it.
2280 (byte-compile-form): Don't call byte-compile-set-symbol-position
2281 when a byte-compile handler is called.
2282
2283 2005-10-22 Romain Francoise <romain@orebokech.com>
2284
2285 * savehist.el (savehist-history-variables): Add `grep-find-history'.
2286
2287 * subr.el (eval-after-load): Convert library name to an absolute
2288 file name using locate-library, since load-history no longer has
2289 library names in it.
2290
2291 2005-10-22 Richard M. Stallman <rms@gnu.org>
2292
2293 * files.el (make-temp-file): Move from subr.el.
2294 * subr.el (make-temp-file): Move to files.el.
2295
2296 * window.el (get-buffer-window-list): Move from subr.el.
2297 * subr.el (get-buffer-window-list): Move to window.el.
2298
2299 * image.el (image-load-path): Use eval-at-startup to initialize.
2300
2301 * subr.el (eval-at-startup): New macro.
2302
2303 * subr.el: Much rearrangement of functions and division
2304 into pages. No code changes.
2305
2306 2005-10-22 Kenichi Handa <handa@m17n.org>
2307
2308 * tar-mode.el (tar-extract): Be sure to call
2309 find-operation-coding-system if set-auto-coding doesn't find a
2310 coding system.
2311
2312 2005-10-22 Kim F. Storm <storm@cua.dk>
2313
2314 * image.el (image-type-header-regexps): Rename from image-type-regexps.
2315 Change users.
2316 (image-type-file-name-regexps): New defconst.
2317 (image-type-from-data): Simplify loop.
2318 (image-type-from-buffer): New defun.
2319 (image-type-from-file-header): Use it instead of image-type-from-data.
2320 Use image-search-load-path instead of only looking in data-directory.
2321 (image-type-from-file-name): New defun.
2322 (image-search-load-path): Change `pathname' to `filename'.
2323 Make PATH arg optional, default to image-load-path.
2324
2325 2005-10-21 Richard M. Stallman <rms@gnu.org>
2326
2327 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
2328
2329 * textmodes/paragraphs.el (sentence-end-base): New variable.
2330 (sentence-end): Use sentence-end-base.
2331
2332 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2333
2334 * font-lock.el (font-lock-default-fontify-region): Check the multiline
2335 property independently from the font-lock-multiline variable.
2336
2337 2005-10-21 Richard M. Stallman <rms@gnu.org>
2338
2339 * emacs-lisp/find-func.el (find-library-name): Doc fix.
2340
2341 * startup.el (command-line): Convert library names
2342 in `load-history' to absolute file names.
2343
2344 * subr.el (symbol-file): Doc fix.
2345
2346 * loadhist.el (file-loadhist-lookup): Call locate-library
2347 instead of find-library-name. Don't try converting
2348 abs file names to library names, since load-history no longer
2349 has library names in it.
2350 (file-dependents, file-provides, file-requires): Doc fixes.
2351
2352 2005-10-21 Juri Linkov <juri@jurta.org>
2353
2354 * progmodes/etags.el (tags-table-mode): New function.
2355 (tags-verify-table): Replace initialize-new-tags-table with
2356 tags-table-mode.
2357
2358 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
2359 default value.
2360 (desktop-modes-not-to-save): Add tags-table-mode to the
2361 default value.
2362
2363 * info.el (Info-index-next): Add total number of index
2364 alternatives to the message.
2365
2366 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
2367 backward only space (instead of space and period) before looking
2368 at sentence end.
2369
2370 * simple.el (set-variable): Use user-variable-p instead of symbolp.
2371 Add the old variable value as 4th default-value arg of read-string.
2372
2373 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2374
2375 * cus-face.el (custom-declare-face): Make face from X resources
2376 also on Mac.
2377
2378 * disp-table.el (standard-display-g1, standard-display-graphic):
2379 Refuse to use string glyphs also on Mac.
2380 (standard-display-european): Don't set terminal coding system also
2381 on Mac.
2382
2383 * frame.el (display-screens): Use x-display-screens also on Mac.
2384
2385 2005-10-21 Romain Francoise <romain@orebokech.com>
2386
2387 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
2388
2389 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
2390
2391 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
2392 and $? into sexps.
2393
2394 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
2395 warning face on open-paren-in-column-0.
2396
2397 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
2398 boundary case. Fix typo.
2399 Suggested by Martin Rudalics <rudalics@gmx.at>.
2400
2401 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
2402
2403 * textmodes/org.el: (org-combined-agenda-icalendar-file)
2404 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
2405 (org-export-icalendar-this-file)
2406 (org-export-icalendar-all-agenda-files)
2407 (org-export-icalendar-combine-agenda-files): New commands.
2408 (org-export-icalendar, org-print-icalendar-entries)
2409 (org-start-icalendar-file, org-finish-icalendar-file)
2410 (org-ical-ts-to-string): New functions.
2411 (org-read-date, org-goto-calendar)
2412 (org-agenda-goto-calendar): Inhibit displaying diary entries by
2413 call to `calendar'.
2414 (orgtbl-setup): Remove the :keys arguments from the menu description.
2415 (org-after-save-iCalendar-file-hook): New variable.
2416
2417 2005-10-21 Kenichi Handa <handa@m17n.org>
2418
2419 * language/vietnamese.el (tcvn-5712): Make it an alias of
2420 vietnamese-tcvn coding-system.
2421
2422 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
2423
2424 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
2425 group id is given.
2426
2427 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
2428
2429 * progmodes/sh-script.el (sh-escaped-line-re): New var.
2430 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
2431 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
2432 whose line is either continued or ends with a comment.
2433
2434 2005-10-20 Romain Francoise <romain@orebokech.com>
2435
2436 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
2437
2438 * replace.el (occur-engine): Add follow-link property.
2439
2440 * font-core.el (font-lock-mode): Doc fix.
2441
2442 2005-10-20 Richard M. Stallman <rms@gnu.org>
2443
2444 * net/rcirc.el: New file.
2445
2446 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
2447
2448 * term.el (term-term-name): Initialize to "eterm-color".
2449
2450 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
2451
2452 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
2453 for encryption functionality.
2454 Move allout customization subgroup from `editing' to `outlines' group.
2455 Fix commentary 'keywords' to legitimate ones.
2456 Update author info (using my current email address, obscurified).
2457 (allout-encrypt-string, allout-encryption-produce-work-buffer)
2458 (allout-encrypted-topic-p, allout-encrypted-text-type)
2459 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
2460 (allout-situate-encryption-key-verifier)
2461 (allout-get-encryption-key-verifier, allout-verify-key)
2462 (allout-next-topic-pending-encryption)
2463 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
2464 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
2465 (outline-key-verifier-handling, outline-key-hint-handling)
2466 (outline-encrypt-unencrypted-on-saves): New defcustoms.
2467 (allout-file-key-verifier-string, allout-encryption-scheme)
2468 (allout-key-verifier-string, allout-key-hint-string)
2469 (allout-after-save-decrypt): New variables.
2470 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
2471 (allout-after-saves-handler): New hook functions.
2472 (allout-post-command-business): Do allout-after-save-decrypt.
2473 (allout-enable-file-variable-adjustment): Custom var to enable
2474 mechanism for adding and adjusting settings of Emacs file variables.
2475 (allout-adjust-file-variable, allout-file-vars-section-data):
2476 New functions, implement the mechanism.
2477 (outlineify-sticky): Use the file vars mechanism.
2478 (allout-inhibit-protection, allout-during-write-cue)
2479 (allout-override-protect, allout-before-change-protect): Remove.
2480 (allout-flag-region, allout-open-topic): Adjust read-only text.
2481 (allout-open-line-not-read-only): Add to facilitate read-only
2482 text based protection.
2483 (allout-kill-line): Revise to adjust read-only text, clue the
2484 user about the inhibition.
2485 (allout-unprotected): Use unwind-protect.
2486 (allout-shift-in, allout-shift-out): Disallow manually shifting a
2487 topic deeper than the offspring depth of the previous topic -
2488 avoiding confusing "containment discontinuities".
2489 (allout-reindent-bodies): Fix retention of body relative hanging
2490 indent during promotion of collapsed bodies.
2491 (allout-open-topic): Make it easy to open new topic with same
2492 bullet as current topic - topic creation functions provided with
2493 any universal argument provokes now prompt for bullet, defaulting
2494 to the bullet of the previous topic.
2495 (allout-plain-bullets-string, allout-distinctive-bullets-string):
2496 Plain bullet alternates '.' period and ',' comma only. All other
2497 bullets are relegated to special status (but customizable).
2498 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
2499 since it actually operates w.r.t. most immediately containing
2500 entry, visible or not.
2501 (allout-hide-current-entry, allout-show-current-entry): Use the
2502 revised version.
2503 (allout-old-expose-topic): Solidify deprecation.
2504 (allout-end-of-subtree): Add so we can span concealed as well
2505 as visible topics.
2506 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
2507 (allout-end-of-current-heading): Tweak to just respect the first line.
2508 (allout-get-body-text): Add.
2509 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
2510 when invoked interactively.
2511 (allout-up-current-level): Use `interactive-p'.
2512 (allout-mode, allout-init): Miscellaneous docstring and
2513 operational refinements, as well as hookups of new encryption stuff.
2514 (allout-beginning-of-current-entry): Now works as advertised.
2515 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
2516 (allout-isearch-rectification): Refine condition for isearching.
2517 (allout-isearch-abort, allout-enwrap-isearch)
2518 (allout-flag-region, my-region-active-p): Relocate some macros.
2519 (allout-title): Fallback title is '(buffer-name)', not
2520 non-existing '(current-buffer-name)'.
2521 (subst-char-in-string): Define if absent (for some XEmacs versions).
2522
2523 2005-10-20 Jari Aalto <jari.aalto@cante.net>
2524
2525 * mail/sendmail.el (mail-setup-hook, mail-aliases)
2526 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
2527 (mail-citation-prefix-regexp, mail-signature-file)
2528 (mail-default-headers, mail-bury-selects-summary)
2529 (mail-send-nonascii): Add autoload cookies.
2530
2531 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2532
2533 * frame.el (blink-cursor-mode): Add `mac' to the list of
2534 window-system's that support blinking cursor.
2535
2536 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
2537
2538 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
2539
2540 2005-10-20 Eli Zaretskii <eliz@gnu.org>
2541
2542 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
2543 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
2544 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
2545
2546 2005-10-20 Kim F. Storm <storm@cua.dk>
2547
2548 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
2549 (ido-set-current-directory): Don't add / after final @.
2550 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
2551 Explicitly handle ange-ftp completion oddities.
2552 (ido-make-file-list): Don't rotate list at tramp root to avoid
2553 triggering tramp file handler for expand-file-name via get-file-buffer.
2554
2555 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
2556
2557 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
2558
2559 2005-10-19 Jay Belanger <belanger@truman.edu>
2560
2561 * calc/calc-units.el (math-standard-units): Add units, adjust
2562 symbols and update values.
2563 (math-unit-prefixes): Add more prefixes.
2564
2565 2005-10-19 Romain Francoise <romain@orebokech.com>
2566
2567 * bookmark.el (bookmark-menu-heading): New face.
2568 (bookmark-bmenu-list): Use it.
2569 Don't fiddle with `baud-rate' at top-level.
2570
2571 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
2572
2573 * image.el (create-image, find-image): Mention max-image-size in
2574 docstring.
2575
2576 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2577
2578 * savehist.el (savehist-load): Revert to checking XEmacs.
2579
2580 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
2581 Various docstring and line-width fixups.
2582 (conf-mode): Use cond.
2583 Set font-lock-defaults. Don't set comment-use-syntax.
2584
2585 2005-10-18 David Ponce <david@dponce.com>
2586
2587 * tree-widget.el (tree-widget-button-click): New function.
2588 (tree-widget-button-keymap): Use it.
2589
2590 2005-10-18 Romain Francoise <romain@orebokech.com>
2591
2592 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
2593 (bookmark-bmenu-hide-filenames): Add follow-link property.
2594 Improve help-echo text.
2595
2596 * ffap.el (find-file-at-point): Doc fix.
2597
2598 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2599
2600 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
2601
2602 2005-10-18 Masatake YAMATO <jet@gyve.org>
2603
2604 Install to the CVS repository what I forgot to install in my
2605 2005-10-16 changes.
2606
2607 * progmodes/python.el (python-complete-symbol): Pass the common
2608 prefix substring of completion to `display-completion-list'.
2609
2610 * textmodes/org.el (org-complete): Ditto.
2611
2612 2005-10-18 Masatake YAMATO <jet@gyve.org>
2613
2614 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
2615
2616 * woman.el (WoMan-xref-man-page): New button type derived
2617 from `Man-abstract-xref-man-page'.
2618 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
2619
2620 * man.el (Man-abstract-xref-man-page): New button type.
2621 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
2622 (Man-highlight-references): Add new optional argument `xref-man-type'.
2623
2624 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2625
2626 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
2627
2628 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * cus-edit.el (Custom-move-and-invoke): Delete.
2631 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
2632
2633 * wid-edit.el (widget-move-and-invoke): New function, from
2634 Custom-move-and-invoke.
2635
2636 2005-10-17 Bill Wohler <wohler@newt.com>
2637
2638 Move all remaining images from lisp/toolbar to etc/images, move
2639 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
2640 the low resolution images in their own directory (low-color).
2641
2642 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
2643 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
2644 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
2645 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
2646 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
2647 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
2648 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
2649
2650 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
2651 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
2652 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
2653 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
2654 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
2655 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
2656 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
2657 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
2658 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
2659 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
2660 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
2661 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
2662 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
2663 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
2664 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
2665
2666 To conform with convention, replace the underscore (_) in the
2667 following image names with dash (-) or (/) as appropriate.
2668
2669 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
2670 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
2671 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
2672 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
2673 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
2674 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
2675 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
2676 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
2677 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
2678 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
2679 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
2680 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
2681 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
2682 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
2683 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
2684
2685 * info.el (info-tool-bar-map): Replace underscores in image names
2686 with dashes.
2687
2688 * makefile.w32-in (WINS): Remove toolbar.
2689
2690 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
2691
2692 * tool-bar.el: Move to lisp from toolbar. Now that
2693 toolbar is empty, it should be deleted when folks run "cvs up -P".
2694
2695 2005-10-18 Jay Belanger <belanger@truman.edu>
2696
2697 * calc/calc-store.el (calc-store-into): Get the proper variable name
2698 to display in message.
2699
2700 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
2701
2702 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
2703 expressions display in speedbar for all buffers when debugging.
2704 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
2705
2706 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
2707 (speedbar-insert-button, speedbar-make-button):
2708 Use add-text-properties.
2709 (speedbar-update-localized-contents)
2710 (speedbar-update-directory-contents)
2711 (speedbar-update-special-contents): Use dolist.
2712 (speedbar-buffer-easymenu-definition): Add a menu separator.
2713
2714 2005-10-17 Jason Rumney <jasonr@gnu.org>
2715
2716 * makefile.w32-in: Use $(lisp) consistently.
2717 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
2718 for shell specific generation of mh-autoloads.
2719
2720 2005-10-17 Richard M. Stallman <rms@gnu.org>
2721
2722 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
2723
2724 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
2725
2726 * jit-lock.el (jit-lock-fontify-now):
2727 Move jit-lock-context-unfontify-pos to avoid wasted work.
2728
2729 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
2730
2731 * net/tramp.el (tramp-completion-mode): New defvar. Used in
2732 `tramp-completion-mode' for checking if we are in completion mode.
2733 (tramp-completion-handle-file-name-all-completions): Reorder code
2734 in order to complete for file names only in case there are no
2735 method/user/host completions. This is necessary for cooperation
2736 with ido. Reported by Kim F. Storm <storm@cua.dk>.
2737
2738 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
2739
2740 * longlines.el (longlines-search-forward)
2741 (longlines-search-backward): Match any number of spaces.
2742
2743 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
2744
2745 * diff-mode.el (diff-mode): Doc fix.
2746
2747 2005-10-16 David Reitter <david.reitter@gmail.com>
2748
2749 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
2750 as default on darwin and windows systems.
2751
2752 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
2753
2754 * arc-mode.el (archive-zip-extract): Doc fix.
2755
2756 2005-10-16 Romain Francoise <romain@orebokech.com>
2757
2758 * mouse.el (mouse-1-click-follows-link): Doc fix.
2759
2760 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * savehist.el: Don't require CL at runtime.
2763 (savehist-xemacs): Remove.
2764 (savehist-coding-system): Use utf-8 if present, regardless of religion.
2765 (savehist-no-conversion): Use (featurep 'xemacs).
2766 (savehist-load): Check existence of start-itimer rather than XEmacs.
2767 Use an idle timer.
2768 (savehist-process-for-saving): Replace use of CL funs `subseq' and
2769 `delete-if-not'.
2770
2771 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
2772
2773 * savehist.el: Newer version.
2774 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
2775 (savehist-last-checksum, savehist-no-conversion): New vars.
2776 (savehist-autosave, savehist-process-for-saving, savehist-printable):
2777 New functions.
2778 (savehist-load, savehist-save): Use them.
2779 (savehist-delimit): Remove.
2780
2781 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
2782
2783 * progmodes/compile.el (compilation-goto-locus): Display the
2784 compilation buffer first and the source buffer second, in case they're
2785 in overlapping frames. Don't raise the compilation frame if it was the
2786 selected window upon entry. Pass the `other-window' arg to
2787 pop-to-buffer.
2788
2789 * info.el (Info-fontify-node): Use dolist.
2790 Change add-text-properties to put-text-property.
2791
2792 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2793
2794 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
2795 bound of search.
2796
2797 2005-10-16 Masatake YAMATO <jet@gyve.org>
2798
2799 * dabbrev.el (dabbrev-completion): Pass the common
2800 prefix substring of completion to `display-completion-list'.
2801
2802 * filecache.el (file-cache-minibuffer-complete)
2803 (file-cache-complete): Ditto.
2804
2805 * tempo.el (tempo-display-completions): Ditto.
2806
2807 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
2808
2809 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
2810
2811 * eshell/em-hist.el (eshell-list-history): Ditto.
2812
2813 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
2814
2815 * mail/mailalias.el (mail-complete): Ditto.
2816
2817 * progmodes/etags.el (complete-tag): Ditto.
2818
2819 * progmodes/make-mode.el (makefile-complete): Ditto.
2820
2821 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
2822
2823 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
2824
2825 * progmodes/pascal.el (pascal-complete-word)
2826 (pascal-show-completions): Ditto.
2827
2828 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
2829
2830 * simple.el (completion-common-substring): New variable.
2831 (completion-setup-function): Use `completion-common-substring'
2832 to put faces.
2833
2834 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2835
2836 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
2837 (x-get-selection, mac-select-convert-to-string): Convert from/to
2838 UTF-16 clipboard data as in native byte order, no BOM.
2839
2840 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
2841
2842 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2843 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
2844 (gud-sentinel): Use speedbar-frame to check for speedbar.
2845
2846 2005-10-15 Richard M. Stallman <rms@gnu.org>
2847
2848 * savehist.el: New file.
2849
2850 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
2851
2852 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
2853 Fix bug in \bf fontification.
2854
2855 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
2856
2857 * pcvs.el (cvs-edit-log-files): New var.
2858 (cvs-mode-edit-log): New arg `file'.
2859 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
2860 Instead force the use of the original file and nothing else.
2861 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
2862 the cvs-minor-wrap-function is set.
2863 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
2864
2865 2005-10-14 Bill Wohler <wohler@newt.com>
2866
2867 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
2868 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
2869 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
2870 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
2871 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
2872 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
2873 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
2874 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
2875 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
2876 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
2877 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
2878 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
2879 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
2880 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
2881 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
2882
2883 * progmodes/gud.el (gud-tool-bar-map): Rename the images
2884 appropriately (for example, gud-break to gud/break).
2885
2886 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
2887
2888 * longlines.el (longlinges-search-function)
2889 (longlines-search-forward, longlines-search-backward): New functions.
2890 (longlines-mode): Set isearch-search-fun-function to
2891 longlinges-search-function.
2892
2893 * mouse.el (mouse-drag-region-1): Handle the case where a
2894 double-click event is bound to an arbitrary function.
2895
2896 2005-10-14 David Ponce <david@dponce.com>
2897
2898 * recentf.el (recentf-track-opened-file)
2899 (recentf-track-closed-file, recentf-update-menu)
2900 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
2901 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
2902 mouse-1-click-follows-link.
2903
2904 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2905
2906 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
2907 Gnome file-manager.png. Suggested by
2908 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
2909
2910 * toolbar/README: Add diropen.xpm.
2911
2912 2005-10-13 Bill Wohler <wohler@newt.com>
2913
2914 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
2915 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
2916
2917 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
2918
2919 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
2920 Don't waste the byte-compiler's time on constant data.
2921
2922 2005-10-13 Kenichi Handa <handa@m17n.org>
2923
2924 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
2925 byte with `escape-glyph' face.
2926
2927 * international/fontset.el (ccl-encode-unicode-font):
2928 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
2929 Handle the case that ucs-mule-to-mule-unicode translates a character to
2930 ASCII (usually for IPA characters).
2931
2932 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2933
2934 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
2935 Don't hide the underline of titles if font-lock-mode is disabled.
2936
2937 2005-10-12 Bill Wohler <wohler@newt.com>
2938
2939 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
2940 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
2941 files in MH-E-SRC have been updated.
2942 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
2943
2944 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
2945
2946 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
2947 (mixal-mode-syntax-table): Add \n as end-comment.
2948 (mixal-operation-codes-alist): Immediately initialize to full value.
2949 (mixal-add-operation-code): Remove.
2950 (mixal-describe-operation-code): Make the arg non-optional.
2951 Use the interactive spec instead.
2952 Use mixal-operation-codes-alist rather than mixal-operation-codes.
2953 (mixal-font-lock-keywords): Don't highlight comments here any more.
2954 (mixal-font-lock-syntactic-keywords): New var.
2955 (mixal-mode): Use it. Fix comment-start-skip.
2956
2957 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2958
2959 * startup.el (command-line-x-option-alist): -nb => -nbi
2960
2961 2005-10-12 Kim F. Storm <storm@cua.dk>
2962
2963 * startup.el (fancy-splash-default-action): Discard mouse click in
2964 the splash screen window, as it has no sensible meaning in the
2965 next window to be selected. Fixes error reported by Jan D.
2966
2967 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
2968
2969 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
2970
2971 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
2972
2973 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
2974 Try to fix up minor layout issues like indentation, line break, etc...
2975 (mixal-mode-syntax-table): Don't try to specify comment syntax,
2976 because it doesn't work.
2977 (mixal-operation-codes): Add some more codes.
2978 (mixal-font-lock-keywords): Process comments here.
2979 (mixal-mode): mixasm no longer needs -g option.
2980
2981 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
2982
2983 * progmodes/sh-script.el (sh-tmp-file):
2984 Use mktemp -t. Finish support for es and rc shells.
2985
2986 2005-10-11 Jay Belanger <belanger@truman.edu>
2987
2988 * calc/calcalg2.el (calc-integral): With an argument, compute the
2989 definite integral.
2990
2991 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
2992
2993 * mouse.el (mouse-drag-region-1): Don't try to catch a
2994 double-click when doing follow-link (it's overridden anyway).
2995
2996 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
2997
2998 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
2999 (autoload-print-form-outbuf): Add docstring.
3000
3001 2005-10-11 Juri Linkov <juri@jurta.org>
3002
3003 * info.el (Info-mode-menu): Delete menu item "Edit".
3004 (Info-mode): Delete description of Info-edit from docstring,
3005 and rearrange descriptions of Info commands in the order
3006 they are documented in the Info manual.
3007
3008 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
3009
3010 * calendar/appt.el (appt-check): Use diary-selective-display var.
3011
3012 2005-10-10 Richard M. Stallman <rms@gnu.org>
3013
3014 * net/newsticker.el (newsticker-start, newsticker-show-news):
3015 Add autoload cookies.
3016
3017 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
3018
3019 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
3020
3021 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
3022
3023 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
3024
3025 2005-10-10 Jay Belanger <belanger@truman.edu>
3026
3027 * calc/calc-arith.el (math-check-known-scalarp)
3028 (math-check-known-matrixp): Check the values of arguments that are
3029 variables.
3030 (math-check-known-square-matrixp): New function.
3031 (math-known-square-matrixp): Use math-check-known-square-matrixp.
3032 (math-super-types): Add sqmatrix type.
3033
3034 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
3035 mode name `square' to 'sqmatrix'.
3036
3037 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
3038 mode name `square' to 'sqmatrix'.
3039
3040 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3041
3042 * progmodes/etags.el (select-tags-table-mode): Don't use
3043 selective-display.
3044 (tags-select-tags-table): Pass `button' to the action function.
3045 (select-tags-table): Place the side-info on button properties rather
3046 than in hidden text. Abbreviate file names.
3047 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
3048 (select-tags-table-select): Add `button' argument.
3049 Get side-info from the button property rather than from hidden text.
3050
3051 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
3052
3053 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
3054 (gud-speedbar-buttons): Preserve point if possible.
3055 (gud-sentinel): Restore previous speedbar display type.
3056
3057 * progmodes/gdb-ui.el (gdba): Improve diagram.
3058 (def-gdb-auto-update-handler, gdb-info-locals-handler)
3059 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
3060 Call get-buffer-window once.
3061
3062 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
3063
3064 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
3065 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
3066 (pascal-indent-command): Remove unused var `ind'.
3067 (pascal-indent-case): Remove unused var `oldpos'.
3068 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
3069 since it's now used as a proper minor mode map.
3070 (pascal-outline): Rename to pascal-outline-mode.
3071 (pascal-outline-mode): Use define-minor-mode.
3072 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
3073 selective-display.
3074
3075 2005-10-10 Andreas Schwab <schwab@suse.de>
3076
3077 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
3078 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
3079
3080 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
3081 outside source directory.
3082
3083 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
3084
3085 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
3086 C-x' as a prefix.
3087 (orgtbl-mode-map): Full keymap instead of sparse, because all
3088 `self-insert-command' keys are redefined in this map.
3089 (org-export-as-html): Specify charset for HTML file, by taking it
3090 from the coding system.
3091
3092 2005-10-10 Kenichi Handa <handa@m17n.org>
3093
3094 * textmodes/flyspell.el (flyspell-check-word-p):
3095 If unread-command-events is non-empty, don't call sit-for.
3096
3097 2005-10-09 Richard M. Stallman <rms@gnu.org>
3098
3099 * font-lock.el (font-lock-syntactic-keywords)
3100 (font-lock-keywords): Doc fixes.
3101
3102 * textmodes/flyspell.el (flyspell-external-point-words):
3103 Simplify logic, and don't try to check for consecutive appearances
3104 of one incorrect word.
3105
3106 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
3107
3108 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
3109 separator.
3110
3111 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
3112 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
3113 (gud-expansion-speedbar-buttons): New function.
3114 (gud-speedbar-buttons): Check for gud-comint-buffer.
3115
3116 2005-10-09 Bill Wohler <wohler@newt.com>
3117
3118 * Makefile.in (updates): Add mh-loaddefs dependency.
3119
3120 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
3121
3122 * speedbar.el (speedbar-file-key-map): Fix typo.
3123
3124 2005-10-09 Daniel Brockman <daniel@brockman.se>
3125
3126 * cus-start.el (line-spacing): Add custom spec.
3127
3128 2005-10-09 Romain Francoise <romain@orebokech.com>
3129
3130 * textmodes/ispell.el (ispell-check-version): Fix last change.
3131
3132 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3133
3134 * term/x-win.el: Remove -i, --icon-type from comment.
3135
3136 * startup.el (command-line-x-option-alist): Remove options -i,
3137 -itype, --icon-type, added -nb, --no-bitmap-icon
3138
3139 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
3140
3141 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
3142 instead of :active.
3143
3144 2005-10-08 Eric Hanchrow <offby1@blarg.net>
3145
3146 * textmodes/ispell.el (ispell-check-version):
3147 Ignore hyphen, and all that follows, in aspell's version text.
3148
3149 2005-10-08 Jay Belanger <belanger@truman.edu>
3150
3151 * calc/calc-arith.el (math-known-square-matrixp): New function.
3152 (math-pow-fancy): Check for matrices before distributing exponent
3153 across products.
3154
3155 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
3156 fullscreen keypad. Suggested by Luc Teirlinck.
3157 (calc-keypad-show-input): Add space for formatting.
3158
3159 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
3160 Add square matrix option.
3161
3162 * calc/calc-poly.el (math-expand-term): Check for matrices instead
3163 of checking calc-matrix-mode when deciding how to expand.
3164
3165 * calc/calc.el (calc-set-mode-line): Add square matrix option.
3166
3167 2005-10-08 Lars Hansen <larsh@soem.dk>
3168
3169 * net/tramp.el (tramp-perl-directory-files-and-attributes):
3170 Add error handling.
3171 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
3172
3173 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
3174
3175 Sync with Tramp 2.0.51.
3176
3177 * net/tramp.el (tramp-handle-set-visited-file-modtime)
3178 (tramp-handle-insert-file-contents, tramp-handle-write-region):
3179 Insert special handling for `last-coding-system-used', again
3180 it still seems to be necessary (unlike stated before).
3181 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
3182 (tramp-password-prompt-regexp): There might be other words before
3183 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
3184 (tramp-chunksize): Improve docstring.
3185 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
3186 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
3187 Christian Joergensen <bugs@razor.dk>.
3188
3189 2005-10-07 Glenn Morris <rgm@gnu.org>
3190
3191 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
3192 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
3193 precision'.
3194
3195 2005-10-07 Romain Francoise <romain@orebokech.com>
3196
3197 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
3198 (ibuffer-do-shell-command-pipe-replace)
3199 (ibuffer-do-shell-command-file, ibuffer-do-eval)
3200 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
3201 (ibuffer-do-revert, ibuffer-do-replace-regexp)
3202 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
3203 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
3204 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
3205 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
3206 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
3207 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
3208 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
3209 Autoload file sans suffix.
3210
3211 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
3212
3213 2005-10-07 David Ponce <david@dponce.com>
3214
3215 * recentf.el (recentf-menu-open-all-flag): New option.
3216 (recentf-digit-shortcut-command-name): New function.
3217 (recentf--shortcuts-keymap): New variable.
3218 (recentf-menu-shortcuts): New variable.
3219 (recentf-make-menu-items): Initialize it. Replace the "More..."
3220 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
3221 (recentf-menu-value-shortcut): New function.
3222 (recentf-make-menu-item): Use it. No more in-lined.
3223 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
3224 (recentf-open-most-recent-file): Rename from
3225 `recentf-open-file-with-key'. Don't depend on key binding.
3226 (recentf-mode-map): New variable.
3227 (recentf-mode): Use it.
3228
3229 2005-10-06 Bill Wohler <wohler@newt.com>
3230
3231 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
3232
3233 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
3234 (MH-E-SRC): New. Used by mh-autoloads.
3235 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
3236 files in MH-E-SRC have been updated.
3237 (compile, recompile, bootstrap): Depend on mh-autoloads.
3238
3239 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
3240
3241 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
3242 gud-break and gud-remove icons when the fringe is not available.
3243
3244 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
3245 Typo.
3246
3247 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
3248
3249 * play/zone.el (zone): Wrap body with save-window-excursion.
3250
3251 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
3252
3253 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3254 Use the new `list-only' arg to diary-list-entries.
3255
3256 * calendar/diary-lib.el: Use overlays rather than selective-display.
3257 (diary-selective-display): New var.
3258 (diary-header-line-format): Use it.
3259 (diary-list-entries): Add argument `list-only'.
3260 Put the buffer in diary-mode. Don't add \^M at beg and end.
3261 Replace \^M by invisible overlays.
3262 (diary-unhide-everything): Replace \^M by invisible overlays.
3263 (print-diary-entries): Look for overlays rather than \^M.
3264 Add a space to the temp buffer name.
3265 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
3266 Put the buffer in diary-mode.
3267 (list-sexp-diary-entries): Replace \^M by invisible overlays.
3268 (diary-anniversary): Make the year arg optional.
3269 (diary-time-regexp): New const.
3270 (diary-font-lock-keywords): Use it to accept a few more time formats.
3271
3272 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
3273
3274 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
3275
3276 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
3277 Fix bug introduced 2005-07-03: Use (car (last ...))
3278 to faithfully reproduce replaced artist-last.
3279 (artist-set-arrow-points-for-poly): Likewise.
3280 Suggested by Johan Bockg\e,Ae\e(Brd.
3281
3282 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
3283
3284 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
3285 * wid-edit.el (widget):
3286 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
3287 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
3288
3289 2005-10-06 Kenichi Handa <handa@m17n.org>
3290
3291 * international/mule-cmds.el (set-language-environment):
3292 Fix setting up of case-table for unibyte mode.
3293
3294 * simple.el (what-cursor-position): If the character is displayed
3295 by some `display' text property, show that. Don't use
3296 single-key-description for eight-bit characters in multibyte mode.
3297
3298 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
3299
3300 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
3301 (gdb-ann3): Set it.
3302 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
3303 (gdb-info-frames-custom): Use inverse-video for first five
3304 characters of selected frame only.
3305 (gdb-get-frame-number): Select frame even when point is on frame
3306 number.
3307
3308 2005-10-06 Masatake YAMATO <jet@gyve.org>
3309
3310 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3311 Put `font-lock-function-name-face'.
3312 (gdb-info-frames-custom): Put `font-lock-function-name-face'
3313 and `font-lock-variable-name-face'
3314 (gdb-registers-font-lock-keywords): New font lock keywords definition.
3315 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
3316 (gdb-memory-font-lock-keywords): New font lock keywords definition.
3317 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
3318 (gdb-local-font-lock-keywords): New font lock keywords definition.
3319 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
3320 (gdb-threads-font-lock-keywords): New font lock keywords definition.
3321 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
3322
3323 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
3324
3325 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
3326 (ediff-merge-region-is-non-clash-to-skip): Previously called
3327 ediff-merge-region-is-non-clash.
3328
3329 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
3330 Use insert-buffer-substring.
3331
3332 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
3333 selecting files to patch. Also bug fixes.
3334
3335 * ediff-util.el (ediff-setup): Bug fix.
3336 (ediff-next-difference): Never skip clashes that differ in white
3337 space only.
3338
3339 * ediff-wind.el (ediff-setup-control-frame)
3340 (ediff-destroy-control-frame): Check the menubar feature.
3341
3342 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
3343 (viper-refresh-mode-line): Use make-local-variable to localize
3344 some vars instead of make-variable-buffer-local. Suggested by
3345 Stefan Monnier.
3346
3347 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
3348 (viper-restore-cursor-type, viper-set-insert-cursor-type):
3349 Use make-local-variable instead of make-variable-buffer-local.
3350 Suggested by Stefan Monnier.
3351
3352 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
3353 (viper-comint-mode-hook): Use make-local-variable on
3354 require-final-newline.
3355 (viper-non-hook-settings): Don't use make-variable-buffer-local.
3356
3357 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
3360 also the second char of a comment-start sequence.
3361 (scheme-sexp-comment-syntax-table): New var.
3362 (lambda, define): Set their scheme-doc-string-elt property.
3363 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
3364 Use lisp-font-lock-syntactic-face-function now that it properly
3365 handles |...| symbols.
3366 (scheme-mode-variables): Set lisp-doc-string-elt-property,
3367 parse-sexp-lookup-properties and font-lock-extra-managed-props.
3368
3369 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
3370 bit from # to |.
3371 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
3372
3373 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
3374 (lisp-doc-string-elt-property): New var.
3375 (lisp-font-lock-syntactic-face-function): Use it.
3376 Rewrite to recognize docstrings even for forms not at toplevel.
3377
3378 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
3379 annotation on the | part of #| rather than on the # part.
3380 (scheme-font-lock-syntactic-face-function): New function, to
3381 distinguish strings from |...| symbols.
3382 (scheme-mode-variables): Use it. Also fix up the font-lock-time
3383 syntax-table so that #|...|# is properly highlighted.
3384
3385 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
3386 Don't mark as docstring the 3rd elem of an unknown toplevel form.
3387
3388 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
3389
3390 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
3391 and C-e.
3392
3393 * emacs-lisp/eldoc.el: Move comments into docstrings.
3394 (eldoc-message-commands): Initialize in its declaration.
3395 Add move-beginning-of-line and move-end-of-line.
3396 (eldoc-add-command, eldoc-add-command-completions)
3397 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
3398
3399 * outline.el (outline-mark-subtree): Activate the mark.
3400
3401 * calendar/appt.el (appt-time-regexp): New var.
3402 (appt-add, appt-make-list): Use it.
3403 (appt-convert-time): Clean up.
3404
3405 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
3406 Don't set any syntax-table property here.
3407 (tex-font-lock-verb): New function. Do it here.
3408 (tex-font-lock-syntactic-keywords): Use it.
3409
3410 2005-10-04 Richard M. Stallman <rms@gnu.org>
3411
3412 * wid-edit.el (widget-file-complete): Get the widget start point
3413 the right way. Default directory to `/' if file has none.
3414
3415 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
3416
3417 * textmodes/flyspell.el (flyspell-mode-on):
3418 Call ispell-maybe-find-aspell-dictionaries.
3419
3420 * textmodes/ispell.el (ispell-word, ispell-region):
3421 Call ispell-maybe-find-aspell-dictionaries.
3422 (ispell-accept-buffer-local-defs):
3423 Don't call ispell-maybe-find-aspell-dictionaries
3424
3425 2005-10-04 Richard M. Stallman <rms@gnu.org>
3426
3427 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
3428
3429 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
3430
3431 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
3432 instead of `fboundp' in order to allow for anonymous functions.
3433
3434 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
3435
3436 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
3437 case the user clicks on the link while another window is selected.
3438 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
3439
3440 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
3441 functionality.
3442 (dframe-help-echo): Save point in case mouse tracking is off.
3443
3444 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
3445
3446 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
3447
3448 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3449
3450 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
3451 not change the global value of those vars.
3452
3453 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
3454 make-local-variable which we do not need any more.
3455
3456 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
3457
3458 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
3459 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
3460 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
3461 (speedbar-path-line): Define obsolete aliases.
3462 (speedbar-line-directory): Doc fix.
3463
3464 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
3465 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
3466 instead of speedbar-line-path.
3467
3468 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3469
3470 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
3471 to nil if dropping on a window. Handle dropping on a minibuffer window
3472 like dropping on a non-window part of Emacs.
3473
3474 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
3475
3476 * net/ange-ftp.el: Use with-current-buffer.
3477 (ange-ftp-insert-directory): Do not follow symlinks any more.
3478
3479 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
3480 Remove interactive spec.
3481
3482 2005-10-03 Kim F. Storm <storm@cua.dk>
3483
3484 * ido.el (ido-mode): Use custom-initialize-set.
3485
3486 2005-10-02 Richard M. Stallman <rms@gnu.org>
3487
3488 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
3489 Use insert-buffer-substring.
3490
3491 * net/tramp.el: Pacify byte compiler warnings in pacification code.
3492 (tramp-handle-file-local-copy): Use insert-buffer-substring.
3493
3494 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
3495
3496 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
3497 in last change.
3498 (ange-ftp-insert-directory): Fix up the search for the case where
3499 `file' is absolute.
3500
3501 2005-10-02 Romain Francoise <romain@orebokech.com>
3502
3503 * progmodes/compile.el (compile-goto-error): Delete extra paren.
3504
3505 2005-10-02 Andreas Schwab <schwab@suse.de>
3506
3507 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
3508 directory component in the session info.
3509
3510 2005-10-01 Richard M. Stallman <rms@gnu.org>
3511
3512 * comint.el (comint-redirect-subvert-readonly): Doc fix.
3513
3514 * simple.el (next-error-internal): New function.
3515
3516 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
3517 (compilation-start): Pass new arg to compilation-buffer-name.
3518 (compile-goto-error): Use next-error-internal.
3519
3520 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3521
3522 * speedbar.el: Remove RCS tag.
3523 (speedbar-check-read-only): Handle non-existent files.
3524
3525 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
3526
3527 * info.el (Info-speedbar-hierarchy-buttons)
3528 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
3529
3530 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3531
3532 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
3533 Do not match newline.
3534 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
3535 (bibtex-summary): Remove unnecessary save-excursion.
3536 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
3537
3538 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3539
3540 * term/mac-win.el: Add charset info for "iso10646-1".
3541 Modify default fontset to use ATSUI-compatible fonts for some charsets
3542 if available.
3543
3544 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
3545
3546 * speedbar.el: Re-apply arch tag.
3547 (speedbar-version): Rename to version 1.0. Suggested by Eric
3548 M. Ludlam.
3549 Reapply two changes from Emacs CVS' version of speedbar lost
3550 during the merge:
3551 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
3552 (speedbar-frame-parameters): Improve customize type.
3553
3554 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
3555
3556 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
3557 (ange-ftp-file-directory-p): Fix the symlink case.
3558 (ange-ftp-insert-directory): When listing a single file, get a list of
3559 the parent buffer and extract the relevant line. Inspired from a patch
3560 by Katsumi Yamaoka <yamaoka@jpl.org>.
3561 (ange-ftp-file-name-sans-versions): Simplify.
3562
3563 2005-09-30 Bill Wohler <wohler@newt.com>
3564
3565 Move MH-E image files from toolbar and mail directories into
3566 etc/images.
3567
3568 * mail/reply2.*: Move to etc/images/mail/reply*.
3569
3570 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
3571 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
3572 etc/images.
3573
3574 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
3575 * toolbar/reply*: Move to etc/images/mail.
3576
3577 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
3578
3579 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
3580
3581 * speedbar.el: New version 1.0pre3.
3582
3583 Frame management code (including timer, and mouse click specifics)
3584 moved to dframe.el:
3585 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
3586 (speedbar-timer): Removed. Use dframe-timer.
3587 (speedbar-close-frame): Removed. Use dframe-close-frame.
3588 (speedbar-activity-change-focus-flag): Removed. Use
3589 dframe-activity-change-focus-flag.
3590 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
3591 dframe-update-speed.
3592
3593 (speedbar-current-frame): New macro. Use this instead of the
3594 variable speedbar-frame.
3595
3596 (speedbar-use-images, speedbar-expand-image-button-alist)
3597 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
3598
3599 (speedbar-find-image-on-load-path): Removed. Replaced by
3600 defezimage in ezimage.el.
3601 (speedbar-expand-image-button-alist): Removed. Replaced by
3602 ezimage-expand-image-button-alist in ezimage.el.
3603
3604 (speedbar-ignored-directory-regexp)
3605 (speedbar-add-ignored-directory-regexp)
3606 (speedbar-ignored-directory-expressions)
3607 (speedbar-line-directory, speedbar-buffers-line-directory)
3608 (speedbar-directory-line, speedbar-buffers-line-directory):
3609 Renamed, replacing `path' with `directory'.
3610
3611 (speedbar-create-directory, speedbar-expand-line-descendants)
3612 (speedbar-toggle-line-expansion)
3613 (speedbar-contract-line-descendants): New commands.
3614
3615 (speedbar-query-confirmation-method, speedbar-select-frame-method)
3616 (speedbar-use-tool-tips-flag): New options.
3617
3618 (speedbar-check-read-only, speedbar-require-version)
3619 (speedbar-insert-separator, speedbar-buffers-tail-notes)
3620 (speedbar-handle-delete-frame, speedbar-try-completion)
3621 (speedbar-update-localized-contents): New functions.
3622
3623 (speedbar-incompatible-version, speedbar-ro-to-do-point)
3624 (speedbar-object-read-only-indicator): New variables.
3625
3626 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
3627 New hooks.
3628
3629 (speedbar-separator-face): New face.
3630
3631 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
3632 (speedbar-ignored-modes): Add fundamental-mode.
3633 (speedbar-directory-unshown-regexp): Add . directories.
3634
3635 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
3636 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
3637 `]' for full expand/close.
3638 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
3639
3640 (speedbar-check-vc): Support hidden files.
3641 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
3642 (speedbar-this-file-in-vc): Use vc-state if available. If VC
3643 state is nil, it is not checked out.
3644
3645 (speedbar-line-text, speedbar-line-token): Support expand buttons
3646 with no text.
3647 (speedbar-refresh): Universal argument acts as power-click.
3648 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
3649 that buffer to get variable values.
3650
3651 And many other bugfixes.
3652
3653 * dframe.el, ezimage.el, sb-image.el: New files.
3654
3655 * sb-*.xpm: Remove files. New image files installed into
3656 etc/images/ezimage.
3657
3658 2005-09-30 Kenichi Handa <handa@m17n.org>
3659
3660 * ps-mule.el (ps-mule-show-warning): If a character is in
3661 ps-print-translation-table, don't treat it as non-printable.
3662
3663 2005-09-30 David Ponce <david@dponce.com>
3664
3665 * tree-widget.el (tree-widget-themes-load-path): New variable.
3666 (tree-widget-themes-directory): Doc fix.
3667 (tree-widget-image-formats) [Emacs]: Doc fix.
3668 (tree-widget--locate-sub-directory): New function.
3669 (tree-widget-themes-directory): Use it.
3670
3671 * recentf.el (recentf-filename-handlers): Rename from
3672 `recentf-filename-handler'. Allow a list of functions.
3673 (recentf-menu-items-for-commands): Fix :help strings.
3674 (recentf-apply-filename-handlers): New function.
3675 (recentf-expand-file-name): Use it.
3676 (recentf-cleanup): Remove duplicates too.
3677
3678 2005-09-29 Juri Linkov <juri@jurta.org>
3679
3680 * faces.el: Rearrange face definitions to be in the same order as
3681 their face descriptions in "(emacs)Standard Faces".
3682
3683 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
3684
3685 * tooltip.el (tooltip): Add group `basic-faces'.
3686
3687 * buff-menu.el (Buffer-menu-buffer): Remove group
3688 `font-lock-highlighting-faces'.
3689
3690 * progmodes/compile.el (compilation-error, compilation-warning)
3691 (compilation-info, compilation-line-number, compilation-column-number):
3692 Change group from `font-lock-highlighting-faces' to `compilation'.
3693
3694 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3695 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
3696 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
3697 (vhdl-font-lock-reserved-words-face)
3698 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
3699 `font-lock-highlighting-faces'.
3700
3701 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
3702
3703 2005-09-28 Kim F. Storm <storm@cua.dk>
3704
3705 * emulation/cua-base.el: Set CUA move property on additional commands:
3706 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
3707 forward-sexp, backward-sexp, forward-list, backward-list.
3708
3709 2005-09-28 Romain Francoise <romain@orebokech.com>
3710
3711 * comint.el (comint-show-output): Really set point at the
3712 beginning of the output when not using `comint-use-prompt-regexp'.
3713
3714 2005-09-27 Jay Belanger <belanger@truman.edu>
3715
3716 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
3717 in TeX mode.
3718
3719 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
3720
3721 * textmodes/org.el (org-table-sum): Fix format string.
3722
3723 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
3724 Quote face names.
3725
3726 2005-09-26 Romain Francoise <romain@orebokech.com>
3727
3728 * isearch.el (isearch-forward-regexp): Close doc string.
3729
3730 2005-09-25 Richard M. Stallman <rms@gnu.org>
3731
3732 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
3733
3734 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
3735
3736 * progmodes/compile.el (compilation-error-properties):
3737 When getting the file from the previous error message,
3738 correctly decode the new data format.
3739
3740 * progmodes/cc-cmds.el (c-electric-paren):
3741 Call old-blink-paren only for close-paren.
3742
3743 2005-09-24 Andreas Schwab <schwab@suse.de>
3744
3745 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
3746 condition.
3747
3748 2005-09-25 Romain Francoise <romain@orebokech.com>
3749
3750 * dired-aux.el (dired-copy-file-recursive):
3751 * dired.el (dired-delete-file):
3752 * ediff-mult.el (ediff-dir-diff-copy-file):
3753 * ediff-util.el (ediff-test-save-region):
3754 * forms.el (forms-mode):
3755 * ido.el (ido-file-internal, ido-delete-file-at-head):
3756 * log-edit.el (log-edit-done):
3757 * ses.el (ses-yank-resize):
3758 * play/gomoku.el (gomoku-human-plays, gomoku)
3759 (gomoku-human-resigns, gomoku-prompt-for-other-game)
3760 (gomoku-offer-a-draw):
3761 * play/landmark.el (lm-human-resigns, lm):
3762 * net/eudcb-ldap.el (eudc-ldap-check-base):
3763 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
3764 * progmodes/ebrowse.el (ebrowse-find-pattern):
3765 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
3766 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
3767 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
3768
3769 * vc.el (vc-delete-file):
3770 * play/gomoku.el (gomoku-terminate-game, gomoku)
3771 (gomoku-prompt-for-move, gomoku-human-takes-back):
3772 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
3773 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
3774
3775 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
3776
3777 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
3778 color rxvt terminals by using the code xterm.el used to use before
3779 2005-04-09 in order to match the colors used by rxvt.
3780
3781 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3782
3783 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
3784 colors rxvt-unicode terminals by using the same code as xterm.el.
3785
3786 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
3787
3788 * textmodes/tex-mode.el (tex-font-lock-append-prop)
3789 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
3790 new symbol used for the tex-verbatim face.
3791
3792 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
3793
3794 * woman.el (woman-file-name):
3795 * wid-edit.el (widget-file-prompt-value)
3796 (widget-coding-system-prompt-value):
3797 * w32-fns.el (set-w32-system-coding-system):
3798 * vc.el (vc-version-diff, vc-annotate):
3799 * textmodes/reftex-auc.el (reftex-arg-cite)
3800 (reftex-arg-index-tag):
3801 * textmodes/refer.el (refer-get-bib-files):
3802 * textmodes/artist.el (artist-figlet-choose-font):
3803 * terminal.el (terminal-emulator):
3804 * replace.el (occur-read-primary-args):
3805 * rect.el (string-rectangle, string-insert-rectangle):
3806 * ps-print.el (ps-print-preprint):
3807 * progmodes/pascal.el (pascal-goto-defun):
3808 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
3809 * progmodes/compile.el (compilation-find-file):
3810 * printing.el (pr-interactive-n-up):
3811 * play/animate.el (animate-birthday-present):
3812 * net/rcompile.el (remote-compile):
3813 * man.el (man, Man-goto-section, Man-follow-manual-reference):
3814 * mail/rmailsum.el (rmail-summary-search-backward)
3815 (rmail-summary-search):
3816 * mail/rmailout.el (rmail-output-read-rmail-file-name)
3817 (rmail-output-read-file-name):
3818 * mail/rmail.el (rmail-search, rmail-search-backwards):
3819 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
3820 * locate.el (locate):
3821 * international/quail.el (quail-show-keyboard-layout):
3822 * international/mule.el (set-buffer-file-coding-system)
3823 (revert-buffer-with-coding-system, set-file-name-coding-system)
3824 (set-terminal-coding-system, set-keyboard-coding-system)
3825 (set-next-selection-coding-system):
3826 * international/mule-diag.el (describe-coding-system)
3827 (describe-font, describe-fontset):
3828 * international/mule-cmds.el (universal-coding-system-argument)
3829 (search-unencodable-char, describe-input-method)
3830 (set-language-environment, describe-language-environment):
3831 * international/codepage.el (codepage-setup):
3832 * international/code-pages.el (codepage-setup):
3833 * info.el (Info-search, Info-follow-reference)
3834 (Info-search-backward):
3835 * emacs-lisp/advice.el (ad-read-advised-function)
3836 (ad-read-advice-class, ad-clear-cache, ad-activate)
3837 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
3838 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
3839 (ad-read-regexp):
3840 * ediff-util.el (ediff-toggle-regexp-match):
3841 * ediff-ptch.el (ediff-prompt-for-patch-file):
3842 * dired-aux.el (dired-diff):
3843 * diff.el (diff):
3844 * cus-edit.el (custom-variable-prompt):
3845 * calendar/timeclock.el (timeclock-ask-for-project):
3846 * calc/calcalg3.el (calc-get-fit-variables):
3847 * calc/calc-store.el (calc-edit-variable)
3848 (calc-permanent-variable):
3849 * vc-mcvs.el (vc-mcvs-register):
3850 * shadowfile.el (shadow-define-literal-group):
3851 * woman.el (woman-file-name):
3852 * vc.el (vc-version-diff, vc-merge):
3853 * textmodes/reftex-index.el (reftex-index-complete-tag):
3854 * format.el (format-decode-buffer, format-decode-region):
3855 * emulation/viper-cmd.el (viper-read-string-with-history):
3856 * emacs-lisp/debug.el (cancel-debug-on-entry):
3857 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3858 * ediff.el (ediff-merge-revisions)
3859 (ediff-merge-revisions-with-ancestor, ediff-revision):
3860 * completion.el (interactive-completion-string-reader):
3861 * calc/calc-prog.el (calc-user-define-formula):
3862 Follow convention for reading with the minibuffer.
3863
3864 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
3865
3866 * progmodes/python.el (python-describe-symbol): Add globals() and
3867 locals() to the arguments of emacs.ehelp.
3868
3869 2005-09-24 Magnus Henoch <mange@freemail.hu>
3870
3871 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
3872 New function, code extracted from ispell-valid-dictionary-list.
3873 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
3874 Call it.
3875
3876 2005-09-24 Eli Zaretskii <eliz@gnu.org>
3877
3878 * subr.el (version-regexp-alist): Extend valid syntax for version
3879 strings: allow any of the characters -,_,+ to separate the
3880 alpha/beta/rc part from the version part. Doc fix.
3881 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
3882
3883 2005-09-23 David Reitter <david.reitter@gmail.com>
3884
3885 * mail/mailclient.el: New file.
3886
3887 2005-09-23 Richard M. Stallman <rms@gnu.org>
3888
3889 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
3890 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
3891 Doc fixes.
3892
3893 * progmodes/cc-mode.el (c-font-lock-init):
3894 Specify font-lock-lines-before.
3895
3896 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
3897
3898 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
3899 whole conflict.
3900
3901 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
3902
3903 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
3904 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
3905 of `remap' feature when available. Additional key bindings for
3906 better tty support.
3907 (org-mode-restart, org-force-self-insert): New commands.
3908 (org-time-stamp-inactive): New command.
3909 (org-remap): New function.
3910 (org-table-auto-blank-field, org-level-color-stars-only): New options.
3911 (org-enable-fixed-width-editor): Move to `org-structure'
3912 customization group.
3913 (org-self-insert-command, orgtbl-self-insert-command): Modify to
3914 blank field after field motion commands.
3915
3916 2005-09-23 Kenichi Handa <handa@m17n.org>
3917
3918 * international/mule-cmds.el (set-language-environment):
3919 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
3920 have to call utf-translate-cjk-load-tables.
3921
3922 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
3923
3924 * mouse.el (mouse-move-drag-overlay): Fix last change.
3925
3926 2005-09-22 David Ponce <david@dponce.com>
3927
3928 * tree-widget.el (tree-widget-value-create): Fix previous change.
3929
3930 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3931
3932 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
3933
3934 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
3935
3936 * mouse.el (mouse-move-drag-overlay): New function.
3937 (mouse-drag-region-1): Use it.
3938 Try to simplify a bit the state handling. Handle clicks on links
3939 inside intangible areas.
3940 (mouse-save-then-kill): Minor simplification.
3941 (mouse-secondary-overlay): Make it always non-nil instead of
3942 recreating it each time.
3943 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
3944 (mouse-kill-secondary, mouse-secondary-save-then-kill):
3945 Simplify accordingly.
3946
3947 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
3948
3949 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
3950
3951 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
3952
3953 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
3954 (ediff-file-name-sans-prefix): Treat nil as an empty string.
3955 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
3956 to patch.
3957
3958 * ediff-util.el: Use insert-buffer-substring.
3959
3960 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
3961
3962 * emulation/viper-cmd.el (viper-change-state): Don't move over the
3963 field boundaries in the minibuffer.
3964 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
3965 (viper-minibuffer-post-command-hook): New hook.
3966 (viper-line): Don't move cursor at bolp.
3967
3968 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
3969
3970 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
3971 avoid compiler warnings.
3972
3973 * emulation/viper-macs.el (ex-map): Better messages.
3974
3975 * emulation/viper-utils.el (viper-beginning-of-field): New function.
3976
3977 * emulation/viper.el: Replace make-variable-buffer-local with
3978 viper-make-variable-buffer-local everywhere, to avoid warnings.
3979
3980 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3981
3982 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
3983 Delete unused var `old-selected-window'.
3984 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
3985 (mouse-drag-secondary): Delete unused var `start-frame'.
3986
3987 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
3988
3989 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
3990
3991 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
3992
3993 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
3994 Re-indent within 80 columns. Use inhibit-read-only.
3995
3996 2005-09-19 Romain Francoise <romain@orebokech.com>
3997
3998 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
3999
4000 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * font-lock.el (font-lock-default-fontify-region): Don't add a line
4003 unconditionally, since the after-change-function already did it.
4004
4005 2005-09-19 Miles Bader <miles@gnu.org>
4006
4007 * net/newsticker.el: Get rid of CVS keyword.
4008
4009 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
4010
4011 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
4012 The prompt is formatted later.
4013
4014 2005-09-19 David Ponce <david@dponce.com>
4015
4016 * tree-widget.el (tree-widget-value-create): Save the converted
4017 tree :node widget.
4018
4019 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
4020
4021 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
4022 variable `message'.
4023
4024 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
4025
4026 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
4027 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
4028 <slawomir.nowaczyk.847@student.lu.se>.
4029
4030 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
4031
4032 * image.el (image-load-path): Use symbol `data-directory' instead
4033 of its value, for backward compatibility with packages that bind
4034 it during `find-image'. Suggested by Katsumi Yamaoka.
4035 (image-search-load-path): Handle symbols whose values are strings.
4036
4037 2005-09-18 Romain Francoise <romain@orebokech.com>
4038
4039 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
4040 with-current-buffer form in save-excursion.
4041
4042 2005-09-18 D Goel <deego@gnufans.org>
4043
4044 * apropos.el (apropos-command): Fix `message' call: first arg
4045 should be a format spec. In this and all other cases that appear
4046 below and elsewhere in the source code, I made a change only when
4047 two conditions were satisfied: [1] I can think of a possibility
4048 that the arguments would cause an error, for example, the code in
4049 question relies on external variables such as filenames. [2] I
4050 was sure that the arg to `message' could not have been nil in the code.
4051
4052 * textmodes/tildify.el (tildify-region): Ditto.
4053
4054 * textmodes/reftex-index.el (reftex-index-change-entry)
4055 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
4056 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
4057 * textmodes/org.el (org-complete, org-deadline, org-schedule)
4058 (org-priority, org-table-sum):
4059 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
4060 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
4061 (flyspell-word, flyspell-display-next-corrections):
4062 * textmodes/bibtex.el (bibtex-print-help-message):
4063 * textmodes/artist.el (artist-key-set-point-poly):
4064 * term/mac-win.el (mac-services-insert-text):
4065 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
4066 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
4067 (vhdl-port-paste-testbench, vhdl-compose-new-component)
4068 (vhdl-compose-configuration):
4069 * progmodes/sh-script.el (sh-blink, sh-show-indent)
4070 (sh-set-indent, sh-learn-line-indent):
4071 * progmodes/ps-mode.el (ps-mode-target-column):
4072 * progmodes/idlwave.el (idlwave-make-tags)
4073 (idlwave-scan-library-catalogs):
4074 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
4075 * progmodes/gud.el (gud-jdb-analyze-source):
4076 * progmodes/flymake.el (flymake-log):
4077 * progmodes/ebnf2ps.el (ebnf-generate-region):
4078 * progmodes/cmacexp.el (c-macro-expansion):
4079 * progmodes/ada-xref.el (ada-treat-cmd-string):
4080 * progmodes/ada-mode.el (ada-create-case-exception-substring)
4081 (ada-justified-indent-current, ada-batch-reformat):
4082 * play/zone.el (zone):
4083 * play/landmark.el (lm-move):
4084 * play/decipher.el (decipher-show-alphabet):
4085 * net/newsticker.el (newsticker--display-jump)
4086 (newsticker--display-scroll):
4087 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
4088 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
4089 * mail/feedmail.el (feedmail-dump-message-to-queue):
4090 * eshell/esh-proc.el (eshell-remove-process-entry):
4091 * emulation/ws-mode.el (ws-last-error):
4092 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
4093 (viper-record-kbd-macro):
4094 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
4095 * emacs-lisp/lisp-mnt.el (lm-report-bug):
4096 * emacs-lisp/find-func.el (find-function-noselect):
4097 * calendar/timeclock.el (timeclock-status-string)
4098 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
4099 (timeclock-when-to-leave-string):
4100 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
4101 * calc/calc-units.el (calc-enter-units-table):
4102 * calc/calc-mode.el (calc-mode-record-mode):
4103 * woman.el (woman-mini-help):
4104 * wdired.el (wdired-change-to-wdired-mode):
4105 * vc.el (vc-retrieve-snapshot):
4106 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
4107 * startup.el (display-startup-echo-area-message):
4108 * simple.el (set-goal-column):
4109 * ses.el (ses-command-hook, ses-recalculate-cell):
4110 * server.el (server-process-filter):
4111 * printing.el (pr-interface-txt-print, pr-interface-printify)
4112 (pr-interface-ps):
4113 * pcvs.el (cvs-help):
4114 * log-edit.el (log-edit, log-edit-mode-help):
4115 * iswitchb.el (iswitchb-possible-new-buffer):
4116 * isearch.el (isearch-edit-string):
4117 * image-mode.el (image-mode, image-minor-mode):
4118 * ibuf-macs.el (define-ibuffer-filter):
4119 * hi-lock.el (hi-lock-find-patterns):
4120 * files.el (toggle-read-only):
4121 * ediff-util.el (ediff-copy-diff)
4122 (ediff-write-merge-buffer-and-maybe-kill):
4123 * echistory.el (Electric-history-undefined):
4124 * dnd.el (dnd-insert-text):
4125 * dired-aux.el (dired-query):
4126 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
4127 * bookmark.el (bookmark-bmenu-locate):
4128 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
4129 Fix `message' calls to ensure first arg is a format string.
4130 The change was made only when these two conditions were satisfied:
4131 [1] when there is a possibility that the arguments would cause an error
4132 for example, if the code in question relies on external variables
4133 such as filenames, and
4134 [2] if the arg to `message' could not have been nil in the code.
4135
4136 * pcomplete.el (pcomplete--help): Fix `message' format spec.
4137 Not having a %s would be weird, though not technically wrong.
4138
4139 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4140
4141 * term/mac-win.el (mac-add-charset-info): Doc fix.
4142
4143 2005-09-17 Romain Francoise <romain@orebokech.com>
4144
4145 * shell.el (shell-resync-dirs): Handle echoing processes more
4146 reliably. Don't insert resync command if `comint-process-echoes'
4147 is non-nil.
4148
4149 2005-09-17 Magnus Henoch <mange@freemail.hu>
4150
4151 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
4152 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
4153 aspell versions >= 0.60.
4154 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
4155 only if ispell-aspell-supports-utf8 is non-nil.
4156
4157 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4158
4159 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
4160 buffer-local value to lisp-indent-function.
4161
4162 2005-09-17 Milan Zamazal <pdm@zamazal.org>
4163
4164 * progmodes/glasses.el (glasses-make-readable): If
4165 glasses-separator differs from underscore, put appropriate
4166 overlays over underscore characters.
4167 (glasses-convert-to-unreadable): If glasses-separator differs from
4168 underscore, try to convert glasses-separator characters to
4169 underscores.
4170
4171 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
4172
4173 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
4174 Use with-syntax-table and dolist.
4175
4176 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
4177
4178 * textmodes/reftex-auc.el:
4179 * textmodes/reftex-cite.el:
4180 * textmodes/reftex-dcr.el:
4181 * textmodes/reftex-global.el:
4182 * textmodes/reftex-parse.el:
4183 * textmodes/reftex-ref.el:
4184 * textmodes/reftex-sel.el:
4185 * textmodes/reftex-toc.el:
4186 * textmodes/reftex-vars.el:
4187 * textmodes/reftex.el: Small changes to remove compiler warnings.
4188
4189 * textmodes/reftex-index.el: Likewise.
4190 (reftex-query-index-phrase): More efficient use of markers.
4191
4192 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4193
4194 * image.el (image-load-path): New variable.
4195 (image-search-load-path): New function.
4196 (find-image): Search for images in `image-load-path'.
4197
4198 2005-09-15 Richard M. Stallman <rms@gnu.org>
4199
4200 * follow.el: Change Maintainer field.
4201
4202 2005-09-15 David Ponce <david@dponce.com>
4203
4204 * recentf.el (recentf-save-file-modes): New option.
4205 (recentf-save-list): Use it.
4206
4207 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
4208
4209 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
4210 (mode-line-mule-info, mode-line-modified): Move bindings from
4211 mouse-3 to mouse-1.
4212
4213 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
4214
4215 * simple.el (sendmail-user-agent-compose): Revert last change.
4216
4217 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
4218
4219 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
4220 Use with-current-buffer.
4221 (ange-ftp-gwp-start): Remove unused var `gw-user'.
4222 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
4223 (ange-ftp-insert-directory): Remove unused var `short'.
4224 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
4225
4226 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
4227 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
4228
4229 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
4230 (check-calendar-holidays, diary-list-entries): Autoload.
4231 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
4232 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
4233
4234 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
4235 which mistakenly removed a call to display-buffer.
4236
4237 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
4238
4239 * obsolete/iso-insert.el: Move to obsolete/ from international/.
4240
4241 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
4242
4243 * progmodes/hideshow.el
4244 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
4245 (hs-allow-nesting): New user var.
4246 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
4247 (hs-hide-block-at-point): When nesting allowed,
4248 if there is already an overlay in place, delete it.
4249 (hs-safety-is-job-n): Delete func; remove call sites.
4250 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
4251 (hs-overlay-at): New func.
4252 (hs-already-hidden-p, hs-show-block): Use it.
4253 (hs-hide-all): Don't pre-clean if nesting allowed.
4254 (hs-show-all): Temporarily disallow
4255 nesting around call to `hs-discard-overlays'.
4256
4257 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
4258
4259 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
4260 Delete unused local var.
4261
4262 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * help-fns.el (describe-categories): "?\ " -> "?\s".
4265 (help-do-arg-highlight): Recognize also ARG-n, as in
4266 `move-to-left-margin' (ARG+n is already recognized). Simplify.
4267
4268 * international/codepage.el (dos-unsupported-char-glyph):
4269 * net/newsticker.el (tool-bar-map, w3-mode-map)
4270 (w3m-minor-mode-map):
4271 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
4272 (ent-alist):
4273 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
4274
4275 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
4276
4277 * custom.el (custom-push-theme): Handle the case where a symbol is
4278 bound but face properties have not yet been assigned.
4279
4280 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
4281 Fix behavior if noerase is `t' and there is no mail buffer.
4282
4283 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
4284 if `continue' is nil, rather than signal an error.
4285
4286 2005-09-12 Richard M. Stallman <rms@gnu.org>
4287
4288 * font-lock.el (font-lock-keywords): Add autoload.
4289
4290 * help-fns.el (describe-variable): Rearrange to put source link
4291 in a predictable place.
4292
4293 * net/newsticker.el: New file.
4294
4295 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * calendar/calendar.el (calendar-for-loop): Add edebug info.
4298 (calendar-basic-setup): Use the new nil arg.
4299 (number-of-diary-entries): Move to diary-lib.el.
4300
4301 * calendar/diary-lib.el: Use with-current-buffer, match-string.
4302 (diary-list-entries): Use with-syntax-table and dolist.
4303 Rename from list-diary-entries.
4304 Use number-of-diary-entries if `number' is nil.
4305 (diary, diary-view-entries): Use this new name and new nil arg value.
4306 (number-of-diary-entries): Move from calendar.el.
4307 (diary-unhide-everything): New function.
4308 (include-other-diary-files, fancy-diary-display)
4309 (diary-show-all-entries, make-diary-entry): Use it.
4310 (diary-mail-entries): Use buffer-string.
4311 (mark-diary-entries): Fix long standing paren typo.
4312 (diary-sexp-entry): Use count-lines.
4313 (make-diary-entry): Avoid `previous-line'.
4314 (diary-mode-map): New var.
4315 (diary-mode): Redraw cal after saving. Setup header-line.
4316 (fancy-diary-display-mode): Use local-set-key.
4317
4318 * startup.el (command-line): Try calling various terminal-init-foo-bar
4319 functions by stripping hyphenated suffixes from $TERM.
4320
4321 * files.el (normal-mode): Check boundness of font-lock-keywords.
4322
4323 2005-09-12 Richard M. Stallman <rms@gnu.org>
4324
4325 * progmodes/compile.el: Don't decide a file's directory
4326 until the user actually tries to go there.
4327 (compilation-next-error-function):
4328 Pass compilation-find-file the directory from the file-struct.
4329 (compilation-internal-error-properties): Separate local FILE-STRUCT
4330 from FILE. Doc the args better. Rename arg FMT to FMTS.
4331 (compilation-find-file): Arg DIR renamed to DIRECTORY.
4332 Expand it, and if nil, use default-directory.
4333 (compilation-get-file-structure): Don't mix specified directory
4334 with default directory. Put specified directory into
4335 file-struct. Don't make the file name absolute.
4336
4337 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
4338 (compile-command): Add autoload.
4339 (compilation-disable-input): Add autoload.
4340
4341 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
4342
4343 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
4344 strings of the variables it can override.
4345 (time-stamp): New (as yet undocumented) time-stamp-format escapes
4346 %Q and %q, for fully-qualified domain name and unqualified host name.
4347
4348 2005-09-11 Kim F. Storm <storm@cua.dk>
4349
4350 * emacs-lisp/authors.el (authors-aliases): Update list.
4351 (authors-fixed-entries): Update mldrag.el entry.
4352
4353 2005-09-10 Alan Mackenzie <acm@muc.de>
4354
4355 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
4356 from the region narrowed to.
4357
4358 2005-09-10 Magnus Henoch <mange@freemail.hu>
4359
4360 * textmodes/ispell.el (ispell-check-version): Signal an error if
4361 aspell version is less than 0.60.
4362
4363 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
4364
4365 * progmodes/octave-inf.el (inferior-octave-startup):
4366 Resync current dir at the end.
4367
4368 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
4369
4370 * woman.el (woman-topic-at-point-default):
4371 Rename to woman-use-topic-at-point-default.
4372 (woman-topic-at-point): Rename to woman-use-topic-at-point.
4373 (woman-file-name): Reflect renames above. Automatically use the
4374 word at point as topic if woman-use-topic-at-point is non-nil.
4375 Otherwise offer it as default but don't insert it in the
4376 minibuffer. Also use `test-completion' instead of `assoc' as
4377 suggested by Stefan Monnier.
4378
4379 2005-09-10 Andre Spiegel <spiegel@gnu.org>
4380
4381 * vc.el (vc-directory, vc-update-change-log): Throw an error on
4382 the attempt to do it over Tramp. This is not yet supported.
4383
4384 2005-09-10 Eli Zaretskii <eliz@gnu.org>
4385
4386 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
4387 (menu-bar-non-minibuffer-window-p): New functions.
4388 ("Split Window", "Save As..."): Use them.
4389 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
4390 ("Print Buffer", "Truncate Long Lines in this Buffer"):
4391 Use menu-bar-menu-frame-live-and-visible-p.
4392 ("Save Buffer", "Insert File", "Open Directory...")
4393 ("Open File...", "Visit New File..."):
4394 Use menu-bar-non-minibuffer-window-p.
4395 (kill-this-buffer-enabled-p, dired <menu-enable>):
4396 Use menu-bar-non-minibuffer-window-p.
4397
4398 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4399
4400 * cus-start.el (all): Don't complain about fringe-related
4401 built-ins if fringes are not supported. Ditto about
4402 selection-related built-ins. Fix the test for GTK-related built-ins.
4403
4404 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
4405 ("Postscript Print Buffer", "Print Region", "Save As...")
4406 ("Save", "Insert File...", "Open Directory...")
4407 ("Open File...", "Visit New File..."")
4408 ("Truncate Long Lines in this Buffer"): Don't look at
4409 menu-updating-frame if this display does not support multiple frames.
4410
4411 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4412
4413 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
4414
4415 2005-09-09 Emilio Lopes <eclig@gmx.net>
4416
4417 * woman.el: Format- and whitespace-related changes.
4418
4419 2005-09-09 Eli Zaretskii <eliz@gnu.org>
4420
4421 * woman.el: Fix my email address.
4422
4423 2005-09-08 Richard M. Stallman <rms@gnu.org>
4424
4425 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
4426 (sh-mode): Locally set skeleton-pair-default-alist.
4427
4428 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
4429
4430 * progmodes/flymake.el: Require `compile' unconditionally.
4431
4432 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
4433
4434 * woman.el (woman-file-name): Provide a default, not initial input.
4435
4436 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
4437
4438 * font-lock.el (font-lock-support-mode): Doc fix.
4439
4440 * descr-text.el (describe-property-list): Handle non-symbol prop names.
4441
4442 2005-09-08 Richard M. Stallman <rms@gnu.org>
4443
4444 * simple.el (blink-matching-open): Get rid of text props from
4445 the string shown in echo area. Don't permanently set point.
4446 Some rearrangements.
4447
4448 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
4449
4450 * recentf.el (recentf-filename-handler): Add custom choice
4451 `abbreviate-file-name'.
4452
4453 * msb.el (msb--very-many-menus): Fix typo.
4454
4455 * disp-table.el (standard-display-european): Don't set
4456 enable-multibyte-characters to nil.
4457
4458 2005-09-08 David Ponce <david@dponce.com>
4459
4460 * recentf.el (recentf-show-file-shortcuts-flag): New option.
4461 (recentf-expand-file-name): Doc fix.
4462 (recentf-dialog-mode-map): Define digit shortcuts.
4463 (recentf--files-with-key): New variable.
4464 (recentf-show-digit-shortcut-filter): New function.
4465 (recentf-open-files-items): New function.
4466 (recentf-open-files): Use it.
4467 (recentf-open-file-with-key): New command.
4468
4469 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
4470
4471 * buff-menu.el (Buffer-menu-sort-by-column): New function.
4472 Suggested by Kim F. Storm.
4473 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
4474 (Buffer-menu-make-sort-button): Use global keymap.
4475
4476 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
4477
4478 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
4479 (Man-getpage-in-background-advice): Remove defadvice; it isn't
4480 necessary any longer with the remapped command.
4481 (Man-bgproc-sentinel-advice): Remove defadvice which counts
4482 formatting time only.
4483
4484 * net/tramp.el (tramp-action-password)
4485 (tramp-multi-action-password): Compile the password prompt from
4486 `method', `user' and `host'. Sometimes it isn't obvious which
4487 password to enter, for example with remote files offered by
4488 recentf.el, or with multiple steps. Suggested by Robert Marshall
4489 <robert@chezmarshall.freeserve.co.uk>.
4490
4491 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
4492
4493 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
4494 Fix regexp for when "s///" is at the beginning of line.
4495
4496 2005-09-07 Jay Belanger <belanger@truman.edu>
4497
4498 * calc/calc-poly.el (math-expand-term): Multiply out any powers
4499 when in matrix mode.
4500
4501 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
4502
4503 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
4504 non-anonymous functions.
4505
4506 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
4507
4508 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
4509 when using a header line. Otherwise, use mouse-1-click-follows-link.
4510
4511 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
4512 can't be moved; don't signal an error.
4513
4514 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
4515
4516 * cus-theme.el (custom-theme-write-faces): Save the current face
4517 spec, not the defface spec.
4518
4519 * custom.el (custom-known-themes): Clarify meaning of "standard".
4520 (custom-push-theme): Save old values in the standard theme.
4521 (disable-theme): Correct typo.
4522 (custom-face-theme-value) Deleted unused function.
4523 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
4524
4525 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
4526
4527 * progmodes/compile.el (compilation-goto-locus): Take into account
4528 iconified frames when determining whether the buffer is
4529 already visible.
4530 Don't reset window height if the window already existed.
4531
4532 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
4533
4534 * custom.el (load-theme): Rename from require-theme.
4535 Add interactive spec.
4536 (enable-theme): Rename from custom-enable-theme.
4537 Add interactive spec.
4538 (disable-theme): Rename from custom-disable-theme.
4539 Add interactive spec.
4540 (custom-make-theme-feature): Doc fix.
4541 (custom-theme-directory): Doc fix.
4542 (provide-theme): Call enable-theme.
4543
4544 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
4545
4546 * obsolete/lazy-lock.el (lazy-lock-mode):
4547 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
4548 font-lock-mode if it's off. Print a warning instead.
4549
4550 * progmodes/compile.el (compilation-start): Ignore errors if the
4551 process died before we get to send-eof.
4552
4553 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
4554 Undo last change. Enclosing the result in quotes broke things on Unix
4555 since tex-send-command passes it through shell-quote-argument.
4556 (tex-send-command): Pass `file' through convert-standard-filename
4557 when possible.
4558 (tex-uptodate-p): Handle the case where TeX hasn't put additional
4559 info in a transcript.
4560
4561 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
4562
4563 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
4564 fix compilation warning. Reorder the key definitions to group
4565 together keys emitted by the current version of xterm.
4566
4567 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
4568 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
4569 Reorder predicates to correct min-color usage.
4570
4571 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
4572
4573 * longlines.el (longlines-mode): Inhibit read-only when encoding.
4574 Kill local variables when longlines-mode is turned off.
4575
4576 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
4577
4578 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
4579
4580 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
4581
4582 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
4583
4584 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
4585 (font-lock-lines-before): Change default to being inactive.
4586 (font-lock-default-fontify-region): Obey font-lock-lines-before.
4587 (font-lock-after-change-function): Don't handle f-l-lines-before here.
4588
4589 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4590
4591 * net/tramp.el (tramp-handle-make-auto-save-file-name):
4592 Deactivate temporarily advice if active (not needed for Emacs 22,
4593 but for backwards compatibility).
4594 (tramp-exists-file-name-handler): Rewrite. First implementation
4595 was too simple.
4596 (tramp-advice-make-auto-save-file-name):
4597 Call `tramp-handle-make-auto-save-file-name' (again, just for
4598 backwards compatibility).
4599
4600 2005-08-31 Reto Zimmermann <reto@gnu.org>
4601
4602 * progmodes/vhdl-mode.el
4603 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
4604 (vhdl-end-p): Fix indentation bug "else" after "-- when".
4605 (vhdl-set-default-project): New function (easier setting of default).
4606 (vhdl-port-copy): Handle extended identifiers for generics.
4607 (vhdl-compiler-alist): Better description for error message regexp.
4608 (vhdl-make): Query for target, use previous as default.
4609 (vhdl-port-copy): Fix port copy for port names starting with "signal".
4610 (vhdl-font-lock-keywords-2): Fix fontification for record
4611 el. assign.
4612 (vhdl-speedbar-make-subpack-line): Add package body link.
4613 (vhdl-generate-makefile-1): Not include itself as dependency.
4614 (vhdl-font-lock-init): Highlight c-preprocessor directives.
4615 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
4616 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
4617 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
4618 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
4619 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
4620 (vhdl-import-project): Add string argument for `error'.
4621 (vhdl-compose-configuration)
4622 (vhdl-compose-configuration-architecture): Add configuration
4623 declaration generation.
4624 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
4625 (vhdl-trailer-re): Add "record" keyword (better indentation).
4626 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
4627 "[^ \t-\"]+".
4628 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
4629 (vhdl-testbench-entity-file-name)
4630 (vhdl-testbench-architecture-file-name): Allow separate
4631 customization of testbench file names.
4632 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
4633 (vhdl-get-visible-signals): Allow newline within alias declaration.
4634 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
4635 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
4636 (member-ignore-case): Alias for missing function in XEmacs.
4637 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
4638 (vhdl-update-sensitivity-list): Ignore case on read signals.
4639 (vhdl-replace-string): Adjust case only for file names.
4640 (vhdl-update-sensitivity-list): Fix search for read signals.
4641 (vhdl-update-sensitivity-list): Exclude formal parameters.
4642 (vhdl-get-visible-signals): Include aliases of signals.
4643 (vhdl-get-visible-signals): Fix signal name searching.
4644 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
4645 (vhdl-fixup-whitespace-region): Fix for character
4646 literals (e.g. ':').
4647
4648 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
4649
4650 * ansi-color.el (comint-last-output-start):
4651 * bs.el (font-lock-verbose):
4652 * diff-mode.el (add-log-buffer-file-name-function):
4653 * dired-x.el (vm-folder-directory):
4654 * faces.el (help-xref-stack-item):
4655 * files.el (font-lock-keywords):
4656 * find-lisp.el (dired-buffers, dired-subdir-alist):
4657 * ido.el (cua-inhibit-cua-keys):
4658 * log-view.el (cvs-minor-wrap-function):
4659 * outline.el (font-lock-warning-face):
4660 * simple.el (compilation-current-error):
4661 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
4662 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
4663 * tooltip.el (comint-prompt-regexp):
4664 * w32-fns.el (explicit-shell-file-name):
4665 * term/mac-win.el (mac-charset-info-alist)
4666 (mac-services-selection, mac-system-script-code):
4667 * term/tty-colors.el (msdos-color-values):
4668 * term/w32-win.el (xlfd-regexp-registry-subnum):
4669 * term/x-win.el (x-keysym-table, x-selection-timeout)
4670 (x-session-id, x-session-previous-id):
4671 * textmodes/ispell.el (mail-yank-prefix):
4672 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
4673 * textmodes/org.el (calc-embedded-close-formula)
4674 (calc-embedded-open-formula)
4675 (font-lock-unfontify-region-function):
4676 * textmodes/reftex-global.el (isearch-next-buffer-function)
4677 (TeX-master):
4678 * textmodes/reftex.el (font-lock-keywords):
4679 * textmodes/tex-mode.el (font-lock-comment-face)
4680 (font-lock-doc-face):
4681 * textmodes/texinfo.el (outline-heading-alist):
4682 Add defvars.
4683
4684 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
4685 (artist-spray-chars, artist-mode-init, artist-replace-string)
4686 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
4687 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
4688 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
4689
4690 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
4691 (conf-align-assignments): "?\ " -> "?\s".
4692
4693 * textmodes/reftex-index.el (TeX-master): Add defvar.
4694 (reftex-index-phrases-marker): Move up defvar.
4695
4696 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
4697 (reftex-toc-include-labels-indicator)
4698 (reftex-toc-include-index-indicator)
4699 (reftex-toc-max-level-indicator): Move up declarations.
4700
4701 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
4702 of args to `tramp-run-real-handler', even if it's empty in this case.
4703
4704 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4705
4706 * dired.el (dired-move-to-filename-regexp): Add date format for
4707 Mac OS X 10.3 in East Asian locales.
4708
4709 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
4710
4711 * files.el (make-auto-save-file-name): Add file name handler call
4712 if applicable.
4713
4714 * net/tramp.el (tramp-file-name-handler-alist)
4715 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
4716 (tramp-handle-make-auto-save-file-name): Rename from
4717 `tramp-make-auto-save-file-name'.
4718 (tramp-exists-file-name-handler): New defun.
4719 (tramp-advice-make-auto-save-file-name): Make defadvice only when
4720 `make-auto-save-file-name' is not a magic file name operation.
4721
4722 2005-08-30 Richard M. Stallman <rms@gnu.org>
4723
4724 * files.el (risky-local-variable-p):
4725 Match `-predicates' and `-commands.
4726
4727 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
4728 (custom-save-all): Visit the file if necessary;
4729 kill the buffer if we created it.
4730 (custom-save-delete): Don't visit file or kill buffer here.
4731
4732 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
4733
4734 * textmodes/org.el (org-special-keyword): New face.
4735 (org-table-copy-down, org-table-eval-formula)
4736 (org-table-recalculate, org-init-section-numbers):
4737 Use `string-to-number' instead of `string-to-int'.
4738 (org-get-location): Use `insert-buffer-substring' instead of
4739 `insert-buffer'.
4740 (org-modify-diary-entry-string): New function.
4741 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
4742 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
4743 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
4744 active region.
4745 (org-export-as-html): Handle QUOTE keyword.
4746 (org-quote-string): New option.
4747 (org-bookmark-jump-unhide): New function, used for
4748 `bookmark-after-jump-hook'.
4749 (org-diary-default-entry): Apply only when not called through
4750 `org-agenda'.
4751
4752 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * net/eudc.el (mode-popup-menu):
4755 * play/handwrite.el (ps-printer-name, ps-lpr-command):
4756 * progmodes/ada-mode.el (compile-auto-highlight)
4757 (skeleton-further-elements):
4758 * progmodes/autoconf.el (font-lock-syntactic-keywords):
4759 * progmodes/cmacexp.el (msdos-shells):
4760 * progmodes/compile.el (font-lock-extra-managed-props)
4761 (font-lock-keywords, font-lock-maximum-size)
4762 (font-lock-support-mode):
4763 * progmodes/grep.el (font-lock-lines-before):
4764 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
4765 * progmodes/mixal-mode.el (compile-command):
4766 * progmodes/perl-mode.el (font-lock-comment-face)
4767 (font-lock-doc-face, font-lock-string-face):
4768 * progmodes/prolog.el (comint-prompt-regexp):
4769 * progmodes/sh-script.el (font-lock-comment-face)
4770 (font-lock-set-defaults, font-lock-string-face):
4771 * progmodes/sql.el (font-lock-keyword-face)
4772 (font-lock-set-defaults, font-lock-string-face):
4773 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
4774 (itimer-version, lazy-lock-defer-contextually)
4775 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
4776 Add defvars.
4777
4778 * progmodes/cperl-mode.el (cperl-electric-lbrace)
4779 (cperl-electric-keyword, cperl-electric-pod)
4780 (cperl-electric-backspace, cperl-forward-re)
4781 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
4782 (vc-rcs-header, vc-sccs-header): Add defvars.
4783
4784 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
4785 (font-lock-syntactic-keywords, gud-find-expr-function):
4786 Add defvars.
4787
4788 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
4789 (gdb-frame-parameters): Declare before use.
4790
4791 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
4792 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
4793 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
4794 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
4795
4796 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
4797 (idlwave-help-with-source): Use `insert-buffer-substring', not
4798 `insert-buffer'.
4799
4800 2005-08-29 Juri Linkov <juri@jurta.org>
4801
4802 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
4803 Put outline-back-to-heading function call inside save-excursion.
4804
4805 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
4806
4807 * man.el (Man-init-defvars, Man-translate-references)
4808 (Man-support-local-filenames, Man-highlight-references):
4809 * progmodes/sql.el (sql-interactive-mode):
4810 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
4811
4812 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
4813 (compilation-mode-font-lock-keywords): Add defvars.
4814 (checkdoc-interactive-loop): "?\ " -> "?\s".
4815
4816 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
4817 (font-lock-doc-face, font-lock-string-face)
4818 (font-lock-keywords-case-fold-search): Add defvars.
4819 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
4820
4821 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
4822 Don't pass X and Y (they are ignored anyway).
4823 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
4824 (mouse-delete-window): Make arguments optional.
4825
4826 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
4827 (caesar-translate-table, minor-modes, news-buffer-save)
4828 (news-group-name, news-minor-modes): Add defvars.
4829
4830 * emacs-lisp/lselect.el (mouse-highlight-priority)
4831 (x-lost-selection-functions, zmacs-regions):
4832 * emacs-lisp/pp.el (font-lock-verbose):
4833 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
4834 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
4835 (ses-mode-map):
4836 * emacs-lisp/tcover-unsafep.el (safe-functions):
4837 * international/mule-cmds.el (mac-system-coding-system)
4838 (mac-system-locale):
4839 * language/ethio-util.el (rmail-current-message)
4840 (rmail-message-vector):
4841 * language/thai-util.el (thai-auto-composition-mode):
4842 * mail/metamail.el (rmail-current-message, rmail-message-vector):
4843 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
4844 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
4845 (vm-primary-inbox, vm-spool-files):
4846 * mail/rmail.el (deleted-head, font-lock-fontified)
4847 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
4848 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
4849 (total-messages):
4850 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
4851 (rmail-summary-mode-map):
4852 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
4853 (rmail-last-label, rmail-last-multi-labels)
4854 (rmail-summary-vector, rmail-total-messages):
4855 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
4856 * mail/rmailsum.el (msgnum):
4857 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
4858 (rmail-current-message):
4859 * obsolete/fast-lock.el (font-lock-face-list):
4860 * obsolete/rnewspost.el (mail-reply-buffer):
4861 * obsolete/scribe.el (compile-command):
4862 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
4863
4864 2005-08-28 John Paul Wallington <jpw@gnu.org>
4865
4866 * ibuf-ext.el (ibuffer-auto-update-changed):
4867 Use `frame-or-buffer-changed-p' to check whether we need to update.
4868 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
4869 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
4870 as a `frame-or-buffer-changed-p' state vector instead.
4871
4872 2005-08-27 Romain Francoise <romain@orebokech.com>
4873
4874 * textmodes/makeinfo.el (makeinfo-compile):
4875 Use `compilation-start'. Set `next-error-function' according to
4876 `disable-errors'.
4877 (makeinfo-next-error): New function.
4878 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
4879 (makeinfo-buffer): Likewise.
4880
4881 * progmodes/compile.el (compilation-start): Add autoload cookie.
4882
4883 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
4884 * textmodes/sgml-mode.el: Likewise.
4885 * progmodes/python.el: Likewise.
4886
4887 2005-08-27 Eli Zaretskii <eliz@gnu.org>
4888
4889 * simple.el (blink-matching-paren-distance): Document the meaning
4890 of nil value, and allow to customize to nil.
4891
4892 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
4893 command.com, not command.exe.
4894
4895 2005-08-26 John Wiegley <johnw@newartisans.com>
4896
4897 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
4898 code around a bit so that an extraneous nil argument is not added
4899 to a command when no args are given.
4900
4901 * eshell/esh-arg.el (eshell-parse-double-quote): If a
4902 double-quoted argument resolves to nil, return it as an empty
4903 string rather than as nil. This made it impossible to pass "" to
4904 a shell script as a null string argument.
4905
4906 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
4907
4908 * outline.el (outline-invent-heading): New fun.
4909 (outline-promote, outline-demote): Use it.
4910 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
4911 (outline-end-of-subtree): Remove unused var `opoint'.
4912
4913 2005-08-26 David Reitter <david.reitter@gmail.com>
4914
4915 * menu-bar.el (truncate-lines, write-file, print-buffer)
4916 (ps-print-buffer-faces, ps-print-buffer, split-window):
4917 Disable menu items when the frame they refer to is invisible, or when
4918 they refer to a buffer and the minibuffer is selected.
4919
4920 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
4921
4922 * progmodes/flymake.el (flymake-highlight-err-lines):
4923 Use save-excursion around flymake-highlight-line to preserve point.
4924
4925 2005-08-26 Eli Zaretskii <eliz@gnu.org>
4926
4927 * progmodes/octave-mod.el: Change Author and Maintainer address.
4928 (octave-maintainer-address): Change Kurt's email address.
4929 * progmodes/octave-inf.el: Change Author and Maintainer address.
4930 * progmodes/octave-hlp.el: Change Author and Maintainer address.
4931
4932 2005-08-26 Kim F. Storm <storm@cua.dk>
4933
4934 * subr.el (version-list-<, version-list-<=, version-list-=):
4935 Renamed from integer-list-*.
4936 (version-list-not-zero): Likewise. Fix while loop.
4937 (version=): Use version-list-= instead of string-equal.
4938
4939 2005-08-26 Richard M. Stallman <rms@gnu.org>
4940
4941 * outline.el (outline-promote): Try shortening the heading.
4942 As last resort, read the heading to use.
4943 (outline-demote): As last resort, read the heading to use.
4944
4945 2005-08-26 Romain Francoise <romain@orebokech.com>
4946
4947 * progmodes/compile.el (compilation-start): Doc fix.
4948
4949 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
4950 (antlr-font-lock-additional-keywords): Fix reference to
4951 `antlr-font-lock-literal-regexp' erroneously changed during the
4952 mass face rename.
4953 (antlr-run-tool): Use `compilation-start'.
4954
4955 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
4956 instead of the obsolete `compile-internal'.
4957
4958 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
4959
4960 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
4961 (number, original-date):
4962 * calendar/cal-china.el (date):
4963 * calendar/cal-coptic.el (date):
4964 * calendar/cal-french.el (date):
4965 * calendar/cal-hebrew.el (date, entry, number, original-date):
4966 * calendar/cal-islam.el (date, number, original-date):
4967 * calendar/cal-iso.el (date):
4968 * calendar/cal-julian.el (date):
4969 * calendar/cal-mayan.el (date):
4970 * calendar/cal-menu.el (date, event):
4971 * calendar/cal-persia.el (date):
4972 * calendar/lunar.el (date):
4973 * calendar/solar.el (date): Add defvars.
4974
4975 * emerge.el:
4976 * ibuffer.el:
4977 * info-xref.el:
4978 * obsolete/bg-mouse.el:
4979 * obsolete/sun-curs.el:
4980 * obsolete/swedish.el: Move the `defvar's to the top level.
4981
4982 * smerge-mode.el (smerge-refined-change): Add :group.
4983
4984 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
4985
4986 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
4987 (smerge-keep-n): Remove props.
4988 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
4989 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
4990 now that it's done in smerge-keep-n.
4991 (smerge-refined-change): New face.
4992 (smerge-refine-chopup-region, smerge-refine-highlight-change)
4993 (smerge-refine): New funs.
4994 (smerge-basic-map): Bind smerge-refine.
4995
4996 2005-08-25 Juri Linkov <juri@jurta.org>
4997
4998 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
4999 compilation-process-setup-function and compilation-disable-input
5000 in grep-mode instead of let-bindings in grep.
5001
5002 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
5003 Delete "Automatic File De/compression" (auto-compression-mode).
5004
5005 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
5006
5007 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
5008 Silence warning about non-existent variable.
5009
5010 2005-08-25 Richard M. Stallman <rms@gnu.org>
5011
5012 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
5013 Rename "Describe Key" to "Describe Key or Mouse Operation".
5014
5015 * mail/mailalias.el (build-mail-aliases): Delete comments
5016 from the contents before processing them.
5017
5018 * isearch.el (isearch-edit-string): Erase the Search prompt
5019 if user enters an empty string and there is no default.
5020
5021 * comint.el (comint-file-name-prefix): Add autoload.
5022
5023 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
5024
5025 * subr.el (play-sound): Rearrange to avoid warning.
5026
5027 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
5028
5029 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
5030 New hook.
5031 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
5032
5033 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
5036
5037 * custom.el (custom-theme-set-variables): Sort minor modes last.
5038
5039 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5040
5041 * subr.el (version-separator, version-regexp-alist): New vars used by
5042 version comparison funs.
5043 (integer-list-<, integer-list-=, integer-list-<=)
5044 (integer-list-not-zero): New funs for integer list comparison.
5045 (version-to-list, version=, version<, version<=): New funs for version
5046 comparison.
5047
5048 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
5049
5050 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
5051 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
5052 time to silence the byte-compiler.
5053
5054 * ibuffer.el (ibuffer-compile-make-eliding-form)
5055 (ibuffer-check-formats): Use `with-no-warnings' to hide references
5056 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
5057 so it's silly to get warnings for it).
5058 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
5059 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
5060 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
5061 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
5062 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
5063 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
5064 Defvar at compile time.
5065 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
5066 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
5067 Declare them before use.
5068
5069 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
5070 (info-xref-good, info-xref-bad): Defvar at compile time.
5071
5072 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
5073 Use `let*' instead of `let'.
5074
5075 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
5076 (*mouse-y*, menu, char): Defvar at compile time.
5077 (sc::menu): Declare it before use.
5078 (sc::pack-one-line): Use `let', not `let*'.
5079
5080 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
5081 (mail-send-hook): Defvar at compile time.
5082
5083 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
5084 Defvar at compile time.
5085
5086 * term/sun-mouse.el (current-global-mousemap)
5087 (current-local-mousemap): Declare them before use.
5088
5089 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
5090
5091 * bookmark.el (bookmark-after-jump-hook): New hook.
5092 (bookmark-jump): Run `bookmark-after-jump-hook'.
5093
5094 2005-08-23 Juri Linkov <juri@jurta.org>
5095
5096 * faces.el (minibuffer-prompt): Doc fix.
5097
5098 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
5099
5100 * progmodes/xscheme.el: Trivial changes to silence warnings.
5101 (xscheme-previous-mode, xscheme-previous-process-state):
5102 Add defvars.
5103 (xscheme-last-input-end, xscheme-process-command-line)
5104 (xscheme-process-name, xscheme-buffer-name)
5105 (xscheme-expressions-ring-max, xscheme-expressions-ring)
5106 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
5107 (xscheme-control-g-synchronization-p)
5108 (xscheme-control-g-disabled-p, xscheme-string-receiver)
5109 (default-xscheme-runlight, xscheme-runlight)
5110 (xscheme-runlight-string, xscheme-process-filter-state)
5111 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
5112 Move to beginning of file.
5113 (scheme-interaction-mode-commands-alist)
5114 (scheme-interaction-mode-map, scheme-debugger-mode-map):
5115 Declare them before use. Note: the initialization code for the variables
5116 has not been moved because it uses functions that reference the variables.
5117 (xscheme-control-g-message-string, xscheme-process-filter-alist)
5118 (xscheme-prompt-for-expression-map): Declare them before use.
5119 (scheme-debugger-mode-commands): "?\ " -> "?\s".
5120
5121 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
5122
5123 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
5124
5125 2005-08-22 Juri Linkov <juri@jurta.org>
5126
5127 * faces.el (set-face-underline): Delete this duplicate function
5128 and make an obsolete alias to set-face-underline-p.
5129 (set-face-underline-p): Use docstring of set-face-underline.
5130 (describe-face): Create hyperlink to parent face.
5131
5132 * info.el (Info-insert-dir): Use save-excursion around
5133 insert-buffer-substring.
5134 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
5135 (Info-escape-percent): Delete function.
5136 (Info-fontify-node): Replace Info-escape-percent by
5137 replace-regexp-in-string with REP arg set to lambda that
5138 duplicates `%' and preserves text properties.
5139
5140 * progmodes/compile.el (compilation-disable-input): Doc fix.
5141 (define-compilation-mode): Doc fix and refill.
5142 (kill-compilation): Use `mode-name' in the error message.
5143 (compilation-find-file): Use `compilation-error' in the
5144 read-file-name's prompt.
5145
5146 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
5147
5148 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
5149 (smerge-auto-leave): Make undo re-enable the mode.
5150 (debug-ignored-errors): Add the user-error of impossible resolution.
5151 (smerge-resolve): Move things around a bit, in preparation for later.
5152 (smerge-diff): Don't fail if the buffer has no associated file.
5153 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
5154 (smerge-conflict-overlay): New function.
5155 (smerge-match-conflict): Don't add text properties here.
5156 (smerge-find-conflict): Instead, add an overlay here.
5157 Also check for the case where we're inside a conflict already, so as to
5158 obviate the need for font-lock-multiline, which is unbearably slow with
5159 large conflicts and ciomplex font-lock patterns.
5160 (smerge-remove-props): Remove overlay rather than text-properties.
5161 (smerge-mode): Don't set font-lock-multiline.
5162 Remove overlays when turned off.
5163
5164 2005-08-21 Kim F. Storm <storm@cua.dk>
5165
5166 * ido.el (ido-ignore-item-p): Use save-match-data.
5167 Bind case-fold-search to ido-case-fold locally.
5168
5169 2005-08-20 Richard M. Stallman <rms@gnu.org>
5170
5171 * files.el (normal-mode): If font lock is on, turn it off and on.
5172
5173 * subr.el (replace-regexp-in-string): Doc fix.
5174
5175 * startup.el (command-line-1): Don't suppress startup screen
5176 due to existing processes.
5177
5178 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
5179
5180 * progmodes/compile.el (compilation-disable-input): Default to nil.
5181
5182 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
5183
5184 * progmodes/compile.el (compilation-disable-input): New defcustom.
5185 (compilation-start): If compilation-disable-input is non-nil, send
5186 EOF to the compilation process.
5187
5188 2005-08-20 Eli Zaretskii <eliz@gnu.org>
5189
5190 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
5191 Run the argument of tex-shell-cd-command through
5192 convert-standard-filename, to get the correct style of slashes on
5193 Windows, and enclose the result in quotes, in case the file name
5194 includes whitespace or other special characters.
5195
5196 2005-08-19 Andreas Schwab <schwab@suse.de>
5197
5198 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
5199 process.
5200
5201 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
5202
5203 * cus-start.el (minibuffer-prompt-properties): Correct typo.
5204
5205 2005-08-18 Kim F. Storm <storm@cua.dk>
5206
5207 * scroll-lock.el: Fix errors due to incorrect line wrapping.
5208
5209 2005-08-18 Richard M. Stallman <rms@gnu.org>
5210
5211 * scroll-lock.el: New file.
5212
5213 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
5214
5215 * dired.el (dired-move-to-end-of-filename):
5216 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
5217
5218 2005-08-18 Kim F. Storm <storm@cua.dk>
5219
5220 * ido.el (ido-everywhere): Fix defcustom :set function to disable
5221 rather than toggle mode when custom value is nil.
5222 (ido-everywhere): Fix defun doc string.
5223
5224 2005-08-17 Richard M. Stallman <rms@gnu.org>
5225
5226 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
5227 as tag instead of "Inviolable".
5228
5229 2005-08-17 Kim F. Storm <storm@cua.dk>
5230
5231 * windmove.el (windmove-coordinates-of-position): Remove.
5232 (windmove-coordinates-of-window-position): Remove.
5233 (windmove-reference-loc): Use posn-at-point instead.
5234
5235 * subr.el (insert-for-yank-1): Doc fix.
5236
5237 * ido.el (ido-enter-matching-directory): Rename from
5238 ido-enter-single-matching-directory. Change 'slash choice to
5239 'only. Add 'first choice.
5240 (ido-exhibit): Adapt to above changes.
5241
5242 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
5243
5244 * Makefile.in: Expand comment about building loaddefs.el.
5245
5246 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
5247
5248 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
5249 Comment use of defadvice.
5250
5251 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
5252
5253 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
5254
5255 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
5256 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
5257 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
5258 * progmodes/idlw-shell.el, progmodes/ld-script.el,
5259 * progmodes/which-func.el, ruler-mode.el, strokes.el,
5260 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
5261 for backward compatibility for faces that did not appear in the
5262 previous Emacs release.
5263
5264 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
5265
5266 2005-08-15 Kim F. Storm <storm@cua.dk>
5267
5268 * emulation/cua-base.el (cua-delete-region): Return t if
5269 deleted region was non-empty.
5270 (cua-replace-region): Inhibit overwrite-mode for
5271 self-insert-command if replaced region was non-empty.
5272 (cua--explicit-region-start, cua--status-string): Make them
5273 buffer-local at top-level...
5274 (cua-mode): ...rather than when mode is enabled.
5275
5276 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
5277
5278 * progmodes/vhdl-mode.el (vhdl-emacs-21):
5279 Set t for Emacs 21, 22, and so on.
5280
5281 2005-08-15 David Ponce <david@dponce.com>
5282
5283 * tree-widget.el: Update Commentary header.
5284 (tree-widget-theme): Doc fix.
5285 (tree-widget-space-width): New option.
5286 (tree-widget-image-properties): Look up in the default theme too.
5287 (tree-widget--cursors): Only for images with arrow pointer shape.
5288 (tree-widget-lookup-image): Pointer shape is hand by default.
5289 (tree-widget-icon): Rename generic icon widget from
5290 `tree-widget-control'.
5291 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
5292 derive from `tree-widget-icon'.
5293 (tree-widget-handle): Improve default look and feel of the text
5294 representation.
5295 (tree-widget): Rename :*-control properties to :*-icon properties.
5296 Add :action and :help-echo properties.
5297 (tree-widget-after-toggle-functions): Move.
5298 (tree-widget-close-node, tree-widget-open-node): Remove.
5299 (tree-widget-before-create-icon-functions): New hook.
5300 (tree-widget-value-create): Update to allow customization of icons
5301 and nodes at run-time via that new hook.
5302 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
5303 (tree-widget-icon-action, tree-widget-icon-help-echo)
5304 (tree-widget-action, tree-widget-help-echo): New functions.
5305
5306 2005-08-15 Kim F. Storm <storm@cua.dk>
5307
5308 * ido.el (ido-buffer-internal): Use with-no-warnings.
5309 (ido-make-merged-file-list): Use while-no-input.
5310
5311 2005-08-15 Richard M. Stallman <rms@gnu.org>
5312
5313 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
5314 (flyspell-large-region): Fix doc and custom type.
5315
5316 2005-08-14 Richard M. Stallman <rms@gnu.org>
5317
5318 * files.el (interpreter-mode-alist): Doc fix.
5319
5320 * mail/rmail.el (rmail-nonignored-headers): New variable.
5321 (rmail-clear-headers): Use it.
5322 (rmail-reply): Better handling of mail-followup-to header.
5323
5324 * progmodes/sh-script.el (sh-font-lock-keywords-var):
5325 Rename variable from sh-font-lock-keywords. In the `shell' entry,
5326 don't try to refer to executable-font-lock-keywords.
5327 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
5328 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
5329 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
5330 (sh-mode): Set comment-start-skip, local-abbrev-table,
5331 imenu-case-fold-search.
5332 (sh-set-shell): Don't set them here.
5333 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
5334 Don't cache the results in the original alist; don't ever modify
5335 that alist.
5336
5337 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
5338
5339 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
5340 empty.
5341
5342 2005-08-15 Andreas Schwab <schwab@suse.de>
5343
5344 * desktop.el: Put autoload cookie at risky-local-variable declarations.
5345
5346 * dired.el, info.el, mail/rmail.el: Revert last change.
5347
5348 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
5349
5350 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
5351 modification in `eval-after-load' form.
5352 * info.el: Likewise.
5353 * mail/rmail.el: Likewise.
5354
5355 2005-08-14 Juri Linkov <juri@jurta.org>
5356
5357 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5358 Remove highlighting of "Compilation started". Highlight only
5359 the word "finished" in "Compilation finished". Add highlighting
5360 of "interrupt", "killed", "terminated" and the exit code.
5361 (compilation-start): Add newline after header. Use exactly the
5362 same time stamp format as the finishing message.
5363 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
5364
5365 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
5366 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
5367 Add highlighting of "interrupt", "killed", "terminated".
5368
5369 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
5370 enabled and the current command is self-insert-command, call it
5371 explicitly with overwrite-mode bound to nil, to not allow it
5372 to delete the character after the selected region.
5373
5374 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
5375
5376 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
5377 move-end-of-line, end-of-line, and beginning-of-line to the list
5378 of commands after which the echo area is updated.
5379
5380 2005-08-12 Eli Zaretskii <eliz@gnu.org>
5381
5382 * cus-edit.el (custom-save-all, custom-save-delete):
5383 Bind recentf-exclude to exclude custom-file.
5384
5385 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
5386
5387 * mail/rmailsum.el (rmail-summary-end-of-message): New command
5388 to go to the bottom of the mail message. Added to
5389 `rmail-summary-mode-map' with key "/".
5390 (rmail-summary-show-message): New (internal) function for use by
5391 both `rmail-summary-beginning/end-of-message'.
5392 (rmail-summary-beginning-of-message): Change to use
5393 rmail-summary-show-message.
5394
5395 * mail/rmail.el (rmail-end-of-message): New command to go to the
5396 end of the current message. Added to `rmail-mode-map' with key "/".
5397 (rmail-beginning-of-message): Fix to work as documented.
5398 (rmail-mode): Change documentation.
5399
5400 * progmodes/compile.el (compilation-start): Add the line
5401 "Compilation started" with compilation start time.
5402 (compilation-mode-font-lock-keywords): Add `started' to keywords.
5403
5404 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
5405
5406 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
5407 of menu items.
5408
5409 2005-08-11 Richard M. Stallman <rms@gnu.org>
5410
5411 * simple.el (pop-global-mark): Reverse test of widen-automatically.
5412
5413 * battery.el (battery-status-function): Don't use ignore-errors.
5414
5415 2005-08-11 Lute Kamstra <lute@gnu.org>
5416
5417 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
5418 define-obsolete-variable-alias.
5419
5420 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
5421
5422 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
5423 (ange-ftp-send-cmd): Revert last change, and expand
5424 the comment explaining the problem.
5425
5426 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
5427
5428 * ldefs-boot.el: Update.
5429
5430 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
5431 item to "Time, Load and Mail". Change help echo text.
5432
5433 * time.el (display-time-use-mail-icon, display-time-format)
5434 (display-time-string-forms): Shorten first line of docstrings.
5435
5436 2005-08-10 Lars Hansen <larsh@soem.dk>
5437
5438 * desktop.el (desktop-buffer-mode-handlers):
5439 Make non-customizable. Add autoload cookie. Change initial value to
5440 nil; add elements in respective modules instead. Fix doc string.
5441 (desktop-load-file): New function.
5442 (desktop-minor-mode-handlers): New autoloaded variable.
5443 (desktop-create-buffer): Call minor mode handlers.
5444 Use desktop-load-file to load major and minor mode modules prior to
5445 checking for a handler.
5446 (desktop-save): Don't add nil to desktop-minor-modes for minor
5447 modes with nil function in desktop-minor-mode-table. Don't delete
5448 desktop file before rewriting it.
5449 (desktop-locals-to-save): Add autoload cookie. Don't make
5450 automatically buffer-local. Add variables column-number-mode,
5451 size-indication-mode, indent-tabs-mode,
5452 indicate-buffer-boundaries, indicate-empty-lines and
5453 show-trailing-whitespace.
5454 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
5455 regexps. Don't use desktop-clear-preserve-buffers-regexp.
5456 (desktop-clear-preserve-buffers-regexp): Delete.
5457 (desktop-clear-preserve-buffers): Update initial value and docstring.
5458 (desktop-save-buffer): Fix doc string.
5459
5460 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
5461 (hilit-chg-desktop-restore): New function.
5462 (highlight-changes-mode): Add highlight-changes-mode to
5463 desktop-locals-to-save.
5464
5465 * dired.el: Add handler to desktop-buffer-mode-handlers.
5466 (dired-restore-desktop-buffer): Remove autoload cookie.
5467 (dired-mode): Add autoload cookie.
5468
5469 * info.el: Add handler to desktop-buffer-mode-handlers.
5470 (Info-restore-desktop-buffer): Remove autoload cookie.
5471 (Info-mode): Add autoload cookie.
5472
5473 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
5474 (mh-restore-desktop-buffer): Remove autoload cookie.
5475 (mh-folder-mode): Add autoload cookie.
5476
5477 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
5478 (rmail-restore-desktop-buffer): Remove autoload cookie.
5479
5480 2005-08-11 Masatake YAMATO <jet@gyve.org>
5481
5482 * hexl.el (hexl-address-region):
5483 (hexl-ascii-region, hexl-font-lock-keywords):
5484 (hexl-highlight-line-range): Use the term "region"
5485 instead of "area" for consistency with the other symbols
5486 defined in hexl.el.
5487
5488 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
5489
5490 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
5491 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
5492 out by Juri Linkov). Add `display-battery-mode'.
5493
5494 2005-08-09 Juri Linkov <juri@jurta.org>
5495
5496 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5497 Remove `-text' from face variable names.
5498 (compilation-error-file-name, compilation-warning-file-name)
5499 (compilation-info-file-name): Delete faces.
5500 (compilation-line-number, compilation-column-number):
5501 Remove face underlining.
5502 (compilation-message-face): Set to `underline' value by default.
5503 (compilation-error-face, compilation-warning-face)
5504 (compilation-info-face): Remove `-file-name' from face names.
5505 (compilation-error-text-face, compilation-warning-text-face)
5506 (compilation-info-text-face): Delete face variables.
5507 (compilation-text-face): Delete function.
5508
5509 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
5510 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
5511 (grep-error-face): Set to `compilation-error' instead of
5512 `compilation-error-face' (which is redefined to `grep-hit-face' in
5513 grep buffers).
5514 (grep-mode-font-lock-keywords): Remove `-text' from face variable
5515 names. Use `grep-error-face' instead of `compilation-error-text-face'.
5516
5517 * dired-aux.el (dired-do-query-replace-regexp):
5518 Use `query-replace-read-args'.
5519
5520 * replace.el (query-replace-read-from, query-replace-read-to)
5521 (query-replace-read-args): Rename arg `string' to `prompt'.
5522
5523 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
5524
5525 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
5526
5527 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
5528 uploading files.
5529 (ange-ftp-canonize-filename): Handle file names beginning with ~
5530 correctly.
5531
5532 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5533
5534 * textmodes/fill.el (canonically-space-region)
5535 (fill-context-prefix, fill-french-nobreak-p)
5536 (fill-delete-newlines, fill-comment-paragraph)
5537 (justify-current-line): "?\ " -> "?\s".
5538
5539 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
5540
5541 * textmodes/fill.el (fill-nonuniform-paragraphs):
5542 Improve argument/docstring consistency.
5543
5544 2005-08-09 Richard M. Stallman <rms@gnu.org>
5545
5546 * textmodes/ispell.el (ispell-word): More fboundp checks.
5547
5548 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
5549 (find-file-noselect-1): Call it here, only if RAWFILE.
5550 (normal-mode): Always set some major mode.
5551 (save-some-buffers-action-alist): Change some explanation strings.
5552 (file-name-non-special): In the `quote' method, use unwind-protect.
5553
5554 2005-08-09 Magnus Henoch <mange@freemail.hu>
5555
5556 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
5557 (ispell-have-aspell-dictionaries): New variable.
5558 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
5559 (ispell-get-aspell-config-value): New function.
5560 (ispell-aspell-find-dictionary): New function.
5561 (ispell-aspell-add-aliases): New function.
5562 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
5563 appropriate. Don't look for ispell dictionaries if we use aspell.
5564 (ispell-menu-map): Don't build a submenu of dictionaries.
5565
5566 2005-08-09 Richard M. Stallman <rms@gnu.org>
5567
5568 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
5569 (sql-read-passwd): Use read-passwd.
5570
5571 * progmodes/idlw-toolbar.el (idlwave-toolbar)
5572 (idlwave-toolbar-is-possible): Add defvars.
5573
5574 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
5575 Avoid warnings.
5576
5577 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
5578 (idlwave-system-class-info, idlwave-executive-commands-alist):
5579 Use defvar.
5580
5581 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
5582
5583 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
5584 Avoid warnings.
5585
5586 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
5587 and content-type: headers.
5588
5589 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
5590
5591 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
5592 and rename some of them to be more self-explanatory.
5593
5594 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
5595
5596 * startup.el (command-line-1): Implement -scriptload.
5597
5598 * replace.el (occur-engine): Initial *Occur* output not undoable.
5599
5600 * menu-bar.el (menu-bar-file-menu): Rename some menu items
5601 and improve help strings.
5602
5603 * isearch.el (isearch-repeat): When changing direction,
5604 mark search successful.
5605
5606 * ediff-init.el: Use (featurep 'xemacs).
5607
5608 * comint.el (send-invisible): Identify buffer, if not selected.
5609
5610 * align.el: Delete autoload for c-guess-basic-syntax.
5611
5612 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
5613
5614 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
5615 Improve argument/docstring consistency. Doc fixes.
5616 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
5617 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
5618 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
5619 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
5620 (r2bv-organization, r2bv-pages, r2bv-primary-author)
5621 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
5622 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
5623 Defvar at compile time.
5624
5625 2005-08-09 Juri Linkov <juri@jurta.org>
5626
5627 * info.el: Replace `info' with upper-case `Info' where appropriate.
5628 (info-title-1, info-title-2, info-title-3, info-title-4)
5629 (info-menu-header): Move up face definitions.
5630 (info-menu-star): Rename from `info-menu-5'.
5631 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
5632 (Info-fontify-visited-nodes): Fix docstring.
5633 (Info-hide-note-references): Fix docstring.
5634 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
5635 menu items in the same way as on cross-references.
5636 (info-apropos): Fix sorting order and formatting to be like in the
5637 stand-alone Info browser. Display error messages for 1 sec.
5638 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
5639 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
5640 from the menu bar.
5641 (Info-insert-dir): Restore point after calling
5642 `insert-buffer-substring'.
5643
5644 2005-08-08 Richard M. Stallman <rms@gnu.org>
5645
5646 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
5647 (recompute-lucid-menubar): Add defvars.
5648
5649 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
5650
5651 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
5652
5653 * net/net-utils.el (run-dig): Rename from `dig'.
5654
5655 * play/gametree.el (gametree-mode): Use make-local-variable,
5656 not make-variable-buffer-local.
5657
5658 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
5659
5660 * ansi-color.el (ansi-color-make-extent)
5661 (ansi-color-set-extent-face): Use fboundp, not functionp.
5662
5663 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
5664 not make-variable-buffer-local.
5665
5666 * bookmark.el (Info-current-file): Add defvar.
5667 (bookmark-jump-noselect): Use with-no-warnings.
5668
5669 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
5670
5671 * ebuff-menu.el (Helper-return-blurb): Add defvar.
5672
5673 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
5674
5675 * find-file.el (ada-procedure-start-regexp)
5676 (ada-package-start-regexp): Add defvars.
5677
5678 * info.el (Info-insert-dir): Use insert-buffer-substring.
5679
5680 * xml.el (xml-att-def-re): Add defvar.
5681
5682 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
5683 calling convention.
5684
5685 * subr.el (while-no-input): Return t if there is input.
5686
5687 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
5688
5689 * cus-start.el (all): Add `overflow-newline-into-fringe'.
5690
5691 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
5692
5693 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
5694 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
5695
5696 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
5697
5698 * cmuscheme.el (scheme-start-file): Replace reference to
5699 `user-emacs-directory' by "~/.emacs.d/".
5700
5701 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
5702
5703 * info.el (Info-dir-remove-duplicates): Avoid case folding
5704 in loop; instead, keep downcased strings for comparison.
5705 Suggested by Helmut Eller.
5706
5707 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
5708
5709 Sync with Tramp 2.0.50.
5710
5711 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
5712 XEmacs case; not necessary anymore.
5713 (tramp-user-regexp): Allow "@" as part of user name.
5714 (tramp-handle-set-visited-file-modtime)
5715 (tramp-handle-insert-file-contents)
5716 (tramp-handle-write-region): No special handling for
5717 `last-coding-system-used, because this is done in
5718 `tramp-accept-process-output' now.
5719 (tramp-accept-process-output): New defun.
5720 (tramp-process-one-action, tramp-process-one-multi-action)
5721 (tramp-wait-for-regexp, tramp-wait-for-output)
5722 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
5723 Howells <dhowells@redhat.com>.
5724 (clear-visited-file-modtime): Defadvice removed. The check for
5725 unset buffer's modtime does not need to be based on
5726 `tramp-buffer-file-attributes'. Suggested by RMS.
5727 (tramp-message): Insert "\n" if not being at beginning of line.
5728 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
5729 sequence with same logic.
5730 (tramp-completion-handle-expand-file-name): Discard call of
5731 `tramp-drop-volume-letter'. It is not necessary, and there have
5732 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
5733 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
5734 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
5735 should always be visible.
5736 (tramp-handle-insert-directory, tramp-setup-complete)
5737 (tramp-set-process-query-on-exit-flag)
5738 (tramp-append-tramp-buffers): Pacify byte-compiler.
5739 (tramp-bug): Delete non-existing variables from list.
5740 Apply `tramp-load-report-modules' as pre-hook.
5741 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
5742 `shell-prompt-pattern' because of non-7bit characters.
5743 Reported by Sebastian Luque <sluque@mun.ca>.
5744 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
5745 (tramp-match-string-list): Remove function.
5746 (tramp-wait-for-regexp): Remove call of that function.
5747 Suggested by Kim F. Storm <storm@cua.dk>.
5748 (tramp-set-auto-save-file-modes): Use octal integer code #o600
5749 instead of octal character code ?\600. The latter resulted in a
5750 syntax error with XEmacs.
5751
5752 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
5753 XEmacs case; not necessary anymore.
5754 (tramp-smb-handle-write-region): No special handling for
5755 `last-coding-system-used, because this is done in
5756 `tramp-accept-process-output' now.
5757 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
5758
5759 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
5760
5761 * wid-edit.el (widget-choice-value-create):
5762 Unconditionally respect user choice. Set :explicit-choice back to nil
5763 when no longer needed.
5764 (widget-choice-action): Unconditionally respect user choice.
5765 Eliminate :explicit-choice-value.
5766
5767 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
5768
5769 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
5770 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
5771 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
5772 running new function `toggle-indicate-empty-lines'.
5773 Rename "Customize" item to "Customize fringe".
5774 Rename "Indicators" item to "Buffer boundaries" and change help echo.
5775 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
5776 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
5777 Delete "Empty lines only" item.
5778 (menu-bar-showhide-fringe-ind-customize): New function.
5779 (menu-bar-showhide-fringe-ind-mixed)
5780 (menu-bar-showhide-fringe-ind-box)
5781 (menu-bar-showhide-fringe-ind-right)
5782 (menu-bar-showhide-fringe-ind-left)
5783 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
5784 instead of `fringe-indicators'.
5785
5786 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5787
5788 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
5789 Change the date of last update.
5790
5791 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
5792
5793 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
5794 (viper-exec-yank, viper-put-back): Don't display modification msg
5795 if in the minibuffer.
5796
5797 * viper-init.el (viper-replace-overlay-cursor-color)
5798 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
5799 Make variables frame local.
5800
5801 * viper-util.el (viper-append-filter-alist): Use append instead of
5802 nconc.
5803
5804 * viper.el (viper-vi-state-mode-list)
5805 (viper-emacs-state-mode-list): Move help-mode and
5806 completion-list-mode from the first list to the second.
5807 (viper-mode): Docstring.
5808 (viper-go-away, viper-non-hook-settings): Don't localize
5809 minor-mode-alist in newer Emacsen. Add advice to
5810 set-cursor-color. Don't bind "\C-c\\".
5811
5812 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
5813
5814 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
5815 (scheme-macro-expand-command): New user options.
5816 (scheme-trace-procedure, scheme-expand-current-form): New commands.
5817 (scheme-form-at-point, scheme-start-file)
5818 (scheme-interactively-start-process): New functions.
5819 (scheme-get-process): New function, extracted from `scheme-proc'.
5820 (run-scheme): Call `scheme-start-file' to get start file, and pass
5821 it to `make-comint'.
5822 (switch-to-scheme, scheme-proc):
5823 Call `scheme-interactively-start-process' if no Scheme buffer/process
5824 is available.
5825
5826 2005-08-06 Juri Linkov <juri@jurta.org>
5827
5828 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5829 Use `compilation-text-face', `compilation-info-text-face' and
5830 `compilation-error-text-face' instead of `font-lock-keyword-face'.
5831 (compilation-error): New face.
5832 (compilation-error-file-name): Inherit from
5833 `compilation-error' instead of `font-lock-warning-face'.
5834 (compilation-warning-file-name): Inherit from
5835 `compilation-warning' instead of `font-lock-warning-face'.
5836 (compilation-info, compilation-error-file-name)
5837 (compilation-warning-file-name, compilation-info-file-name)
5838 (compilation-line-number, compilation-column-number): Doc fix.
5839 (compilation-error-text-face, compilation-warning-text-face)
5840 (compilation-info-text-face): New face variables.
5841 (compilation-line-face, compilation-column-face)
5842 (compilation-enter-directory-face)
5843 (compilation-leave-directory-face): Doc fix.
5844 (compilation-text-face): New function.
5845
5846 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
5847 instead of 1 to display binary file names as info file links.
5848 (grep-error-face): Use `compilation-error-face' instead of
5849 `font-lock-keyword-face'.
5850 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
5851 and `compilation-warning-text-face' instead of
5852 `font-lock-keyword-face'. Use `compilation-error-text-face'
5853 instead of `grep-error-face'.
5854
5855 2005-08-05 Kenichi Handa <handa@m17n.org>
5856
5857 * international/code-pages.el: Add autoload cookies for all coding
5858 systems.
5859
5860 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
5861
5862 * cus-start.el (all): Put undo.c where it alphabetically belongs.
5863
5864 2005-08-04 Juri Linkov <juri@jurta.org>
5865
5866 * progmodes/compile.el (compilation-mode-map):
5867 * progmodes/grep.el (grep-mode-map):
5868 Bind TAB to `compilation-next-error' and [backtab] to
5869 `compilation-previous-error'.
5870
5871 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
5872 matching line numbers, column numbers and their ranges with regexp
5873 matching only line numbers.
5874 (grep-context-face): New face variable.
5875 (grep-mode-font-lock-keywords): Use it.
5876
5877 * faces.el (read-face-name): Delete duplicate faces.
5878
5879 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
5880
5881 * thumbs.el (thumbs-find-image): Don't make variables
5882 automatically buffer local.
5883 (thumbs-current-tmp-filename, thumbs-current-image-filename)
5884 (thumbs-image-num): Make automatically buffer local.
5885 (thumbs-show-thumbs-list): Use `make-local-variable', not
5886 `make-variable-buffer-local'.
5887 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
5888
5889 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
5890 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
5891 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
5892 (bother, bye, canyou, chatlst, continue, deathlst, describe)
5893 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
5894 (feelings-about, foullst, found, hello, history, howareyoulst)
5895 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
5896 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
5897 (neglst, obj, object, owner, please, problems, qlist)
5898 (random-adjective, relation, remlst, repetitive-shortness)
5899 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
5900 (shortlst, something, sportslst, stallmanlst, states, subj)
5901 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
5902 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
5903 Defvar at compile time.
5904
5905 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
5906 not `make-variable-buffer-local'.
5907
5908 2005-08-02 Kim F. Storm <storm@cua.dk>
5909
5910 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
5911 rectangle overlay in selected window.
5912
5913 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
5914
5915 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
5916 instead of display group. Make `indicate-buffer-boundaries'
5917 customizable through Custom.
5918
5919 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
5920
5921 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
5922 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
5923 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
5924 (gdb-put-string): Fix typos in docstrings.
5925
5926 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
5927
5928 Update copyright notices of files in progmodes directory for
5929 release of Emacs 22.1.
5930
5931 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
5932
5933 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
5934 Don't barf if the GUD buffer has been killed.
5935
5936 2005-08-01 Kim F. Storm <storm@cua.dk>
5937
5938 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
5939
5940 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
5941
5942 * simple.el (next-error-follow-minor-mode):
5943 make-variable-buffer-local -> make-local-variable.
5944
5945 * emacs-lisp/cl-extra.el: Require CL also when compiling.
5946
5947 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
5948 (byte-compile-form-make-variable-buffer-local): New functions to warn
5949 about misuses of make-variable-buffer-local where make-local-variable
5950 was meant.
5951
5952 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
5953
5954 * bs.el (bs-attributes-list): Doc fix.
5955 (bs): Update url-link.
5956
5957 * desktop.el (desktop-save-buffer): Fix typos in docstring.
5958 (desktop-load-default): Simplify.
5959
5960 * ibuffer.el (ibuffer-columnize-and-insert-list)
5961 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
5962 (ibuffer-unmark-all, ibuffer-toggle-marks)
5963 (ibuffer-unmark-forward, ibuffer-unmark-backward)
5964 (ibuffer-compile-make-format-form, ibuffer-format-column)
5965 (ibuffer-current-buffers-with-marks)
5966 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
5967 (ibuffer): Doc fix.
5968 (ibuffer-mode): Fix typo in docstring.
5969 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
5970 with `define-obsolete-variable-alias'.
5971 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
5972
5973 2005-07-29 Kenichi Handa <handa@m17n.org>
5974
5975 * international/mule-cmds.el (select-message-coding-system):
5976 Be sure to use LF for end-of-line. If no coding system is decided,
5977 return iso-8859-1-unix.
5978
5979 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
5980
5981 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
5982 (ange-ftp-pending-error-line): New vars.
5983 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
5984 to handle the non-fatal no-route-to-host messages.
5985 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
5986
5987 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
5988
5989 * isearch.el (isearch-mode-map, isearch-other-meta-char)
5990 (isearch-quote-char, isearch-printing-char)
5991 (isearch-text-char-description): "?\ " -> "?\s".
5992 (isearch-lazy-highlight-cleanup)
5993 (isearch-lazy-highlight-initial-delay)
5994 (isearch-lazy-highlight-interval)
5995 (isearch-lazy-highlight-max-at-a-time)
5996 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
5997 Declare with define-obsolete-*-alias macros.
5998 (isearch-forward): Fix typo in docstring.
5999 (search-invisible, search-ring-yank-pointer)
6000 (regexp-search-ring-yank-pointer): Doc fixes.
6001
6002 * recentf.el (recentf-menu-append-commands-p): Declare with
6003 `define-obsolete-variable-alias'.
6004 (recentf-max-saved-items, recentf-menu-filter)
6005 (recentf-arrange-by-rule-subfilter): Doc fixes.
6006 (recentf-menu-append-commands-flag)
6007 (recentf-initialize-file-name-history, recentf-expand-file-name)
6008 (recentf-clear-data): Fix typos in docstrings.
6009
6010 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
6011
6012 * progmodes/gdb-ui.el: Smarten comments.
6013 (gdb-info-breakpoints-custom): Use nowarn when finding file.
6014
6015 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
6016
6017 * term/apollo.el (terminal-init-apollo): New function containing
6018 all former top level forms in the file.
6019 * term/bobcat.el (terminal-init-bobcat):
6020 * term/cygwin.el (terminal-init-cygwin):
6021 * term/iris-ansi.el (terminal-init-iris-ansi):
6022 * term/linux.el (terminal-init-linux):
6023 * term/news.el (terminal-init-news):
6024 * term/rxvt.el (terminal-init-rxvt):
6025 * term/sun.el (terminal-init-sun):
6026 * term/tvi970.el (terminal-init-tvi970):
6027 * term/vt100.el (terminal-init-vt100):
6028 * term/vt102.el (terminal-init-vt102):
6029 * term/vt125.el (terminal-init-vt125):
6030 * term/vt200.el (terminal-init-vt200):
6031 * term/vt201.el (terminal-init-vt201):
6032 * term/vt220.el (terminal-init-vt220):
6033 * term/vt240.el (terminal-init-vt240):
6034 * term/vt300.el (terminal-init-vt300):
6035 * term/vt320.el (terminal-init-vt320):
6036 * term/vt400.el (terminal-init-vt400):
6037 * term/vt420.el (terminal-init-vt420):
6038 * term/wyse50.el (terminal-init-wyse50):
6039 * term/xterm.el (terminal-init-xterm): Likewise.
6040
6041 * term/README: Describe the terminal-init-* functionality.
6042
6043 * startup.el (command-line): After loading the terminal initialization
6044 file call the corresponding terminal initialization function.
6045
6046 2005-07-27 Kenichi Handa <handa@m17n.org>
6047
6048 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
6049 negative.
6050
6051 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
6052 (ps-mule-composition-prologue): Fix for the case that
6053 RelativeCompose is false.
6054
6055 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
6056
6057 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
6058
6059 * descr-text.el (describe-char): Handle the case where the list of
6060 chars is displayed in a separate frame.
6061 Be a bit more discriminating when looking for the char.
6062
6063 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
6064
6065 * bookmark.el (bookmark-automatically-show-annotations)
6066 (bookmark-read-annotation-text-func): Doc fixes.
6067 (bookmark-save): Improve argument/docstring consistency.
6068 (bookmark-get-bookmark, bookmark-get-bookmark-record)
6069 (bookmark-alist-from-buffer)
6070 (bookmark-upgrade-file-format-from-0)
6071 (bookmark-grok-file-format-version)
6072 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
6073 (bookmark-read-annotation-mode)
6074 (bookmark-insert-current-bookmark, bookmark-jump)
6075 (bookmark-exit-hook): Fix typos in docstrings.
6076 (bookmark-exit-hooks): Define as obsolete alias.
6077 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
6078 not `bookmark-exit-hooks'. Fix docstring.
6079 (bookmark-bmenu-select): "?\ " -> "?\s".
6080
6081 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
6082
6083 * startup.el (command-line): Fix typo.
6084
6085 2005-07-24 Richard M. Stallman <rms@gnu.org>
6086
6087 * tooltip.el (tooltip-mode): Test emacs-basic-display,
6088 not emacs-quick-startup.
6089
6090 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
6091
6092 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
6093 (reb-next-match, reb-show-subexp): Use `with-selected-window'
6094 instead of `reb-with-current-window'.
6095 (reb-prev-match): Likewise. Also, don't move left if the search
6096 was unsuccessful.
6097 (reb-initialize-buffer): New function.
6098 (re-builder, reb-change-syntax): Use it.
6099
6100 * man.el (Man-goto-page): Make second argument NOERROR optional.
6101
6102 2005-07-23 Richard M. Stallman <rms@gnu.org>
6103
6104 * man.el (Man-bgproc-sentinel): Check here for failure to find
6105 any man page in the output, and report the error here.
6106 (Man-arguments): Make it permanent local.
6107 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
6108 (Man-mode): Pass t for NOERROR.
6109
6110 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
6111 (grep-mode-font-lock-keywords):
6112 Don't use compilation-...-face for messages that are not file names.
6113
6114 * progmodes/compile.el (compilation-mode-font-lock-keywords):
6115 Don't use compilation-...-face for messages that are not file names.
6116
6117 2005-07-22 Juri Linkov <juri@jurta.org>
6118
6119 * startup.el (normal-splash-screen): Update menu name.
6120
6121 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
6122
6123 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
6124
6125 * term/xterm.el: Load term/rxvt if the terminal is actually an
6126 rxvt terminal.
6127 (xterm-rxvt-set-background-mode): Remove, not used anymore.
6128
6129 * term/rxvt.el (function-key-map): Use substitute-key-definition
6130 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
6131
6132 * term/cygwin.el: New file.
6133
6134 2005-07-22 Kim F. Storm <storm@cua.dk>
6135
6136 * image-file.el (insert-image-file, image-file-yank-handler):
6137 Fix last change to maintain a (unique) yank-handler on yanked images.
6138
6139 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
6140
6141 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
6142 of the file size (as in "177B" for 177 bytes). This happens with
6143 "ls -lh" on FreeBSD.
6144
6145 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
6146
6147 * hilit-chg.el (highlight-changes-global-initial-state)
6148 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
6149 (hilit-chg-fixup, highlight-changes-mode):
6150 Fix typos in docstrings.
6151 (highlight-changes-global-modes, highlight-changes-rotate-faces):
6152 Doc fixes.
6153
6154 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
6155
6156 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
6157 mode function using `eval-after-load'.
6158
6159 2005-07-21 Kim F. Storm <storm@cua.dk>
6160
6161 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
6162 included when reporting an emacs crash, and tell about the DEBUG file.
6163
6164 * image-file.el (insert-image-file): Add yank-handler.
6165 (image-file-yank-handler): Yank handler to make unique copies of
6166 images when they are yanked into a buffer next to each other.
6167
6168 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
6169
6170 * comint.el (comint-use-prompt-regexp, comint-send-input)
6171 (comint-source-default, comint-extract-string)
6172 (comint-get-source, comint-word, comint-completion)
6173 (comint-source, comint-prompt-read-only, comint-update-fence):
6174 Fix typos in docstrings.
6175 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
6176 Declare with define-obsolete-*-alias macros.
6177 (comint-previous-matching-input-from-input)
6178 (comint-next-matching-input-from-input)
6179 (comint-previous-matching-input, comint-next-matching-input)
6180 (comint-forward-matching-input):
6181 Improve argument/docstring consistency.
6182
6183 * desktop.el (desktop-clear-preserve-buffers-regexp):
6184 Also preserve the *server* buffer.
6185
6186 * simple.el (clone-indirect-buffer): Doc fix.
6187 (fixup-whitespace, just-one-space)
6188 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
6189 (next-error, next-error-highlight)
6190 (next-error-highlight-no-select, next-error-last-buffer)
6191 (next-error-buffer-p, next-error-find-buffer, next-error)
6192 (previous-error, next-error-no-select, previous-error-no-select)
6193 (open-line, split-line, minibuffer-prompt-width, kill-new)
6194 (binary-overwrite-mode): Fix typos in docstrings.
6195 (set-fill-column): Fix typo in message.
6196
6197 * skeleton.el (skeleton-proxy-new): Doc fix.
6198
6199 * strokes.el (strokes-load-hook): Doc fix.
6200 (strokes-grid-resolution, strokes-get-grid-position)
6201 (strokes-renormalize-to-grid, strokes-read-stroke)
6202 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
6203 (strokes-global-map): Fix typos in docstrings.
6204 (strokes-help): Doc fix. Fix help message and pass it through
6205 `substitute-command-keys'.
6206
6207 * tempo.el (tempo-insert-prompt, tempo-interactive)
6208 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
6209 (tempo-insert-string-functions, tempo-local-tags)
6210 (tempo-define-template, tempo-insert-template)
6211 (tempo-insert-prompt-compat, tempo-is-user-element)
6212 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
6213 Fix typos in docstrings.
6214
6215 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
6216 (vcursor-key-bindings, vcursor-use-vcursor-map)
6217 (vcursor-find-window, vcursor-scroll-down)
6218 (vcursor-disable, vcursor-beginning-of-buffer)
6219 (vcursor-end-of-buffer): Fix typos in docstrings.
6220 (vcursor-relative-move, vcursor-get-char-count):
6221 Improve argument/docstring consistency.
6222
6223 * version.el: "?\ " -> "?\s".
6224
6225 * wid-edit.el (widget-default-create, widget-after-change)
6226 (widget-default-format-handler, widget-checklist-add-item)
6227 (widget-radio-add-item, widget-choose, widget-specify-secret)
6228 (widget-field-value-create, widget-field-value-get)
6229 (widget-editable-list-format-handler)
6230 (widget-editable-list-entry-create, widget-group-value-create)
6231 (widget-documentation-link-add)
6232 (widget-documentation-string-value-create): "?\ " -> "?\s".
6233 (widget-convert-text): Doc fix.
6234 (widget-narrow-to-field, widget-field-find)
6235 (widget-url-link-action, widget-emacs-library-link-action)
6236 (widget-color-notify): Fix typos in docstrings.
6237
6238 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
6239 (x-select-text, set-w32-system-coding-system)
6240 (w32-add-charset-info): Fix typos in docstrings.
6241
6242 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
6243 (cua-enable-cua-keys, cua-use-hyper-key)
6244 (cua-virtual-rectangle-edges): Fix typos in docstrings.
6245 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
6246
6247 * net/tramp.el (tramp-handle-load): Fix typo in error message.
6248
6249 * emacs-lisp/re-builder.el (regexp-builder): Declare with
6250 `defalias' instead of faking it.
6251
6252 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
6253 (eshell-ls-missing, eshell-ls-dired-initial-args)
6254 (eshell-ls-use-in-dired): Fix typos in docstrings.
6255
6256 2005-07-20 Kim F. Storm <storm@cua.dk>
6257
6258 * emulation/cua-base.el (cua-mode): Improve doc string.
6259
6260 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6261
6262 * abbrev.el (expand-region-abbrevs): Doc fix.
6263 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
6264 Improve argument/docstring consistency.
6265
6266 * arc-mode.el (archive-get-descr, archive-alternate-display):
6267 Doc fixes.
6268 (archive-l-e): Improve argument/docstring consistency.
6269 (archive-tmpdir, archive-unixdate, archive-unixtime)
6270 (archive-chmod-entry): Fix typos in docstrings.
6271 (archive-unflag, archive-unflag-backwards)
6272 (archive-unmark-all-files): "?\ " -> "?\s".
6273
6274 * buff-menu.el (Buffer-menu-unmark): Doc fix.
6275 (Buffer-menu-not-modified, Buffer-menu-execute)
6276 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
6277 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
6278
6279 * composite.el (compose-string, encode-composition-rule)
6280 (compose-last-chars): Fix typos in docstrings.
6281
6282 * desktop.el (desktop-enable, desktop-basefilename):
6283 Declare with `define-obsolete-variable-alias'.
6284 (desktop-internal-v2s): Don't quote keywords.
6285 (desktop-clear): "?\ " -> "?\s".
6286
6287 * dired.el (dired-align-file, dired-flag-backup-files)
6288 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
6289 (dired-listing-switches, dired-ls-F-marks-symlinks)
6290 (dired-dwim-target, dired-load-hook, dired-mode-hook)
6291 (dired-directory, dired-faces, dired, dired-revert)
6292 (dired-mode, dired-summary, dired-view-file)
6293 (dired-copy-filename-as-kill, dired-delete-file)
6294 (dired-no-confirm, dired-unmark-all-marks)
6295 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
6296 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
6297 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
6298 Fix typos in message strings.
6299
6300 * dired-x.el (virtual-dired): Declare with `defalias'.
6301 (dired-mark-unmarked-files, dired-local-variables-file)
6302 (dired-omit-here-always): Doc fix.
6303 (dired-omit-mode, dired-find-subdir)
6304 (dired-enable-local-variables, dired-clean-up-buffers-too)
6305 (dired-extra-startup, dired-mark-extension, dired-jump)
6306 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
6307 (dired-smart-shell-command, dired-guess-shell-alist-user)
6308 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
6309 (dired-x-bind-find-file, dired-x-submit-report):
6310 Fix typos in docstrings.
6311 (dired-mark-unmarked-files): "?\ " -> "?\s".
6312
6313 * dirtrack.el (dirtrack-list): Fix typos in docstring.
6314
6315 * faces.el (describe-face): "?\ " -> "?\s".
6316 (read-all-face-attributes, read-face-font, modify-face)
6317 (face-attr-construct, italic): Fix typos in docstrings.
6318 (frame-update-face-colors): Declare with
6319 `define-obsolete-function-alias'.
6320
6321 * files.el (find-file-noselect, recode-file-name): Doc fixes.
6322 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
6323 (magic-mode-alist, buffer-file-numbers-unique)
6324 (write-file-functions, get-free-disk-space):
6325 Fix typos in docstrings.
6326 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
6327 (write-contents-hooks, write-file-hooks):
6328 Declare with `define-obsolete-variable-alias'.
6329
6330 * forms-d2.el (arch-rj): Fix typo in docstrings.
6331 (arch-tocol): Likewise. "?\ " -> "?\s".
6332
6333 * frame.el (set-frame-font, cursor-in-non-selected-windows):
6334 Fix typo in docstring.
6335 (set-screen-width, set-screen-height): Delete redundant info in
6336 doctrings.
6337 (new-frame, screen-height, screen-width): Declare with
6338 `define-obsolete-function-alias'.
6339 (delete-frame-hook, blink-cursor): Declare with
6340 `define-obsolete-variable-alias'.
6341
6342 * paths.el (prune-directory-list): Fix typos in docstring.
6343
6344 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
6345 (cvs-prefix-get): Fix typos in docstrings.
6346
6347 * ps-print.el (ps-extend-face-list, ps-extend-face)
6348 (ps-print-background-image): Fix typos in docstrings.
6349 (ps-default-fg, ps-default-bg): Doc fixes.
6350
6351 * s-region.el (s-region-bind): Doc fix.
6352 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
6353
6354 * textmodes/org.el (org-table-formula-substitute-names)
6355 (org-table-get-vertical-vector): Doc fixes.
6356 (org-table-recalculate): Remove unused argument to `message'.
6357
6358 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
6359
6360 * textmodes/org.el (org-table-column-names)
6361 (org-table-column-name-regexp)
6362 (org-table-named-field-locations): New variables.
6363 (org-archive-subtree): Protect `this-command' when calling
6364 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
6365 the kill buffer.
6366 (org-complete): Remove fixed-formula completion.
6367 (org-edit-formulas-map): New variable.
6368 (org-table-edit-formulas): New command.
6369 (org-finish-edit-formulas, org-abort-edit-formulas)
6370 (org-show-variable, org-table-get-vertical-vector): New functions.
6371 (org-table-maybe-eval-formula): Handle `:=' fields.
6372 (org-table-get-stored-formulas, org-table-store-formulas)
6373 (org-table-get-formula, org-table-modify-formulas)
6374 (org-table-replace-in-formulas): Handle named field formulas.
6375 (org-table-get-specials): Store locations of named fields.
6376
6377 2005-07-19 Juri Linkov <juri@jurta.org>
6378
6379 * progmodes/grep.el (grep-regexp-alist)
6380 (grep-mode-font-lock-keywords, grep-process-setup):
6381 Use default GNU grep match color "01;31m" instead of "01;41m".
6382 (grep-regexp-alist, grep-mode-font-lock-keywords):
6383 Use `\\[[0-9]*m' instead of `\\[00m'.
6384 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
6385 sgr_start where its handling is more important. Use the real
6386 length of sgr_start instead of constant 8.
6387 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
6388 specially. Delete all remaining escape sequences.
6389 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
6390 (grep-regexp-alist): Make hyperlink only for binary file name
6391 instead of the whole line.
6392 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
6393 (grep-mode): Add autoload.
6394
6395 * emacs-lisp/find-func.el (find-function-regexp):
6396 Add `define-compilation-mode'.
6397
6398 2005-07-19 Juri Linkov <juri@jurta.org>
6399
6400 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
6401 (compare-windows-sync-string-size, compare-windows-recenter)
6402 (compare-windows-highlight, compare-windows): Add version 22.1.
6403 (compare-windows) <defface>: Inherit from lazy-highlight instead
6404 of duplicating its default value.
6405
6406 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
6407 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
6408
6409 * descr-text.el (describe-char): Create link buttons for `charset'
6410 and `code point'. Add the current input method name with a link
6411 button to `to input' field. Print face names of display table
6412 characters in `The display table entry is displayed by' section
6413 instead of printing face-id in the `display' field.
6414 Guess hardcoded faces and create a link button for them.
6415 Skip empty fields when calculating max-width.
6416 Treat `widget-create' specially while inserting strings from the
6417 collected field list.
6418 (describe-char-after): Made obsolete in version 22.1, not 21.5.
6419
6420 * diff-mode.el (diff-file-header): Change foreground color from
6421 yellow to green on light backgrounds.
6422 (diff-context): Inherit from `shadow' only for color/grayscale
6423 with more than 88 colors.
6424 (diff-indicator-removed, diff-indicator-added)
6425 (diff-indicator-changed): New faces.
6426 (diff-font-lock-keywords): Use new faces. Regroup rules.
6427 Add "^---$" for `normal' diff format. Fontify `#' lines with
6428 font-lock-comment-delimiter-face and font-lock-comment-face.
6429 Add `#' to ^[^...] in the rule for `diff-context-face'.
6430
6431 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
6432 a button-like box. Inherit from `highlight' on low colors.
6433 (shadow): Use shades of gray only for color/grayscale with
6434 more than 88 colors. Use green for light backgrounds with
6435 8 colors, and yellow for dark backgrounds with 8 colors.
6436
6437 * font-lock.el (font-lock-regexp-grouping-backslash):
6438 Don't inherit from escape-glyph (use bold for all cases).
6439
6440 * info.el (info-xref-visited): Use light foreground color `violet'
6441 for dark backgrounds instead of dark color `magenta3'.
6442 (info-title-1): Use `yellow' color for dark backgrounds.
6443
6444 * isearch.el (isearch): Use not-too-dark magenta3 instead of
6445 too-light magenta2.
6446
6447 * replace.el (match): Use slightly more light RoyalBlue3 instead
6448 of dark RoyalBlue4.
6449
6450 * wid-edit.el (widget-inactive): Inherit from `shadow'.
6451
6452 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
6453
6454 * novice.el (disabled-command-hook): Declare it with
6455 `define-obsolete-variable-alias'.
6456
6457 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
6458 (desktop-buffer-misc-functions, desktop-buffer-handlers)
6459 (desktop-load-default): Add release to obsolescence info.
6460 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
6461 (desktop-append-buffer-args, desktop-read):
6462 Fix typos in docstrings.
6463 (desktop-kill): Fix typo in message.
6464 (desktop-save): Doc fix.
6465
6466 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
6467
6468 * viper-cmd.el (viper-escape-to-state): Bug fix.
6469 (viper-envelop-ESC-key): Change the definition of fast
6470 keysequence so it'll work with keyboard macros.
6471
6472 * ediff.el (ediff-patch-buffer): Change the docstring.
6473
6474 2005-07-19 Kenichi Handa <handa@m17n.org>
6475
6476 * international/mule-cmds.el (select-safe-coding-system): Try to
6477 use an auto-coding (if any) before anything else. If the found
6478 auto-coding is invalid, show a warning message.
6479
6480 * international/mule.el (find-auto-coding): New function created
6481 by modifying the body of set-auto-coding.
6482 (set-auto-coding): Use find-auto-coding to find a coding.
6483
6484 2005-07-18 Richard M. Stallman <rms@gnu.org>
6485
6486 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
6487 not isearch-mode-end-hook-error.
6488 (allout-before-change-protect): Fix error message.
6489
6490 2005-07-18 Juri Linkov <juri@jurta.org>
6491
6492 * allout.el (allout-mode):
6493 * calculator.el (calculator-copy):
6494 * custom.el (custom-known-themes):
6495 * dired.el (dired-desktop-buffer-misc-data)
6496 (dired-restore-desktop-buffer):
6497 * dired-x.el (dired-omit-marker-char):
6498 * files.el (basic-save-buffer):
6499 * font-core.el (font-lock-mode):
6500 * calendar/calendar.el (calendar-goto-hebrew-date)
6501 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
6502 (calendar-goto-persian-date):
6503 * language/ethio-util.el (ethio-sera-to-fidel-region):
6504 * textmodes/picture.el (picture-mode):
6505 Delete duplicate duplicate words.
6506
6507 2005-07-18 Juri Linkov <juri@jurta.org>
6508
6509 * isearch.el (isearch-mode-map): Remove key bindings for regexp
6510 chars * ? } |.
6511 (isearch-fallback): Don't call `isearch-process-search-char'.
6512 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
6513 (isearch-process-search-char): Call `isearch-fallback' for regexp
6514 chars * ? } |.
6515 (isearch-return-char): Make obsolete with `make-obsolete' instead
6516 of simply documenting it as obsolete in the docstring.
6517 (isearch-fallback): Refill docstring.
6518
6519 * international/isearch-x.el
6520 (isearch-process-search-multibyte-characters): Remove unneeded
6521 `concat'. Add intermediate values to `junk-hist' instead of
6522 `minibuffer-history'. Test the length of `str'.
6523
6524 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
6525
6526 * allout.el (allout-resolve-xref): Fix typos in error strings.
6527 (allout-before-change-protect): Remove unneeded `concat'.
6528
6529 * array.el (array-mode, array-reconfigure-rows)
6530 (untabify-backward): Fix typos in docstrings.
6531 (array-reconfigure-rows): Use `insert-buffer-substring', not
6532 `insert-buffer'.
6533
6534 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
6535 * progmodes/ada-mode.el (ada-make-body):
6536 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
6537
6538 * dired.el (dired-log):
6539 * tar-mode.el (tar-subfile-save-buffer):
6540 * play/zone.el (zone-pgm-stress-destress):
6541 Use `insert-buffer-substring', not `insert-buffer'.
6542
6543 2005-07-17 Simon Josefsson <jas@extundo.com>
6544
6545 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
6546
6547 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
6548
6549 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
6550 Add plain auth method.
6551 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
6552
6553 2005-07-17 Kim F. Storm <storm@cua.dk>
6554
6555 * ido.el (dired-other-window): Add ido property.
6556
6557 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
6558
6559 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
6560 Fix typo in docstring.
6561 (byte-compile-interactive-only-functions): Add `insert-buffer' and
6562 `insert-file-literally'.
6563
6564 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
6565 info and delete redundant message. Doc fix.
6566 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
6567 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
6568
6569 2005-07-16 Richard M. Stallman <rms@gnu.org>
6570
6571 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
6572 (byte-compile-and): Use byte-compile-and-recursion.
6573 (byte-compile-or-recursion): New function.
6574 (byte-compile-or): Use that.
6575 (byte-compile-if): Guard the else-clause too.
6576 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
6577
6578 * isearch.el (isearch-mode-end-hook-quit): New variable.
6579 (isearch-done): Bind it.
6580 (isearch-mode-end-hook): Doc fix.
6581
6582 * allout.el (allout-isearch-did-quit): Variable deleted.
6583 (allout-real-isearch-abort): Function name no longer used.
6584 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
6585 (allout-isearch-rectification): isearch-mode always exists.
6586 Don't set allout-isearch-did-quit.
6587 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
6588 allout-isearch-did-quit.
6589 (allout-enwrap-isearch): Just add the hook.
6590 (allout-isearch-abort): Function deleted.
6591 (allout-pre-command-business): Avoid warning.
6592
6593 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
6594 Correctly avoid warnings.
6595 (pascal-outline): Likewise.
6596
6597 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
6598
6599 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
6600
6601 * play/tetris.el (tetris-mode): Avoid warning.
6602
6603 * play/snake.el (snake-mode): Avoid warning.
6604
6605 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
6606 (gamegrid-set-display-table): Avoid warning.
6607 (gamegrid-set-timer): Likewise.
6608 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
6609 (gamegrid-add-score-with-update-game-score-1): Take FILE
6610 as argument.
6611 (gamegrid-add-score-with-update-game-score): Pass that argument.
6612 Rename have-shared-game-dir to gamegrid-shared-game-dir.
6613
6614 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
6615
6616 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
6617 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
6618
6619 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
6620 and insert-file.
6621
6622 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
6623 (sc-ask): Avoid warnings.
6624
6625 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
6626 (eshell-hist-initialize): Use that var the natural way.
6627
6628 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
6629
6630 * emacs-lisp/re-builder.el (reb-cook-regexp):
6631 Avoid warning calling lre-compile-string.
6632 (reb-color-display-p): Avoid warning.
6633
6634 * calculator.el (calculator-last-input): Guard uses
6635 of event-key and key-press-event-p.
6636 (event-key, key-press-event-p): Delete definitions.
6637
6638 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
6639 (find-gc-source-directory, find-gc-subrs-callers)
6640 (find-gc-noreturn-list, find-gc-source-files)
6641 (find-gc-subrs-called): Vars renamed and defvar'd.
6642
6643 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
6644 (checkdoc-overlay-put, checkdoc-delete-overlay)
6645 (checkdoc-overlay-start, checkdoc-overlay-end)
6646 (checkdoc-mode-line-update, checkdoc-char=):
6647 Define such that compiler knows they are defined.
6648 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
6649 (checkdoc-read-event): Delete. Use read-event directly.
6650
6651 * whitespace.el (whitespace-make-overlay)
6652 (whitespace-overlay-put, whitespace-delete-overlay)
6653 (whitespace-overlay-start, whitespace-overlay-end):
6654 Define such that compiler knows they are defined.
6655 (whitespace): Move conditional inside.
6656
6657 * tempo.el (tempo-insert-template): Suppress warning.
6658
6659 * ediff-diff.el (longlines-mode): Add defvar.
6660
6661 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
6662
6663 * server.el: Bind "C-x #" in a way that works even if C-x is
6664 redefined to a command key, not a prefix key.
6665
6666 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6667
6668 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
6669 cl-make-type-test till execution time.
6670
6671 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
6672
6673 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
6674 arg ARG and use it.
6675
6676 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
6677
6678 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
6679
6680 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
6681
6682 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6683 a defcustom with two :set or :type keywords.
6684
6685 2005-07-15 Richard M. Stallman <rms@gnu.org>
6686
6687 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
6688 Don't give ^M comment-end syntax.
6689
6690 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
6691
6692 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
6693 Don't consider gdbmi (gdb-mi.el has its own update functions).
6694 (gdb-var-delete): Make it work for gdbmi as well.
6695 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
6696
6697 * progmodes/gud.el (etags, sdb): Only require etags when needed.
6698 (gud-speedbar-menu-items): Correct logic for enabling items.
6699
6700 2005-07-15 Kim F. Storm <storm@cua.dk>
6701
6702 * ido.el: Fix commentary.
6703 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
6704 Use with-no-warnings around ffap-guesser.
6705 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
6706 Let bind minibuffer-completing-file-name to t.
6707
6708 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
6709
6710 * startup.el (site-run-file, keyboard-type): Doc fixes.
6711 (command-line): Check for "--basic-display" argument; also for
6712 "--quick", not "--bare-bones" (which was renamed).
6713 (fancy-splash-text): Add missing item "Getting New Versions".
6714 (normal-splash-screen): Fix typos and improve consistency with
6715 `fancy-splash-text'. Update copyright year.
6716
6717 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
6718 valid binding for `help-char'.
6719
6720 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
6721
6722 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
6723
6724 * term.el (term-mode): Disable cua-mode for term buffers.
6725
6726 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
6727
6728 * add-log.el (add-log-mailing-address, change-log-merge):
6729 Doc fixes.
6730 (change-log-get-method-definition): Fix typo in docstring.
6731
6732 2005-07-14 Kim F. Storm <storm@cua.dk>
6733
6734 * emulation/cua-base.el:
6735 (cua--pre-command-handler-1, cua--pre-command-handler)
6736 (cua--post-command-handler-1, cua--post-command-handler):
6737 Split in two. Check (buffer local) value of cua-mode.
6738 (cua-selection-mode): New command.
6739
6740 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
6741
6742 * custom.el (custom-initialize-safe-set)
6743 (custom-initialize-safe-default): Doc fixes.
6744
6745 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6746 and simplify :init-value again.
6747
6748 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6749 and simplify :init-value again. Delete autoload.
6750
6751 * startup.el (command-line): Use `custom-reevaluate-setting' again
6752 for tooltip-mode.
6753
6754 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
6755 a defcustom with two :initialize keywords.
6756
6757 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
6758
6759 * allout.el (my-mark-marker, allout-isearch-prior-pos)
6760 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
6761 (allout-post-command-business, allout-flag-region)
6762 (isearch-reenable-font-lock, allout-yank)
6763 (allout-insert-latex-header, allout-insert-latex-trailer)
6764 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
6765 (allout-latex-verb-quote): Fix typos in docstrings.
6766 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
6767 (allout-unprotected, allout-prefix-data):
6768 Improve argument/docstring consistency.
6769 (allout-chart-subtree): Fix argument spec.
6770 (allout-open-topic): Rename `use_sib_bullet' argument to
6771 `use-sib-bullet'. Doc fix.
6772
6773 * whitespace.el (whitespace-check-buffer-leading)
6774 (whitespace-check-buffer-trailing)
6775 (whitespace-check-buffer-indent)
6776 (whitespace-check-buffer-spacetab)
6777 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
6778 (whitespace-check-leading-whitespace)
6779 (whitespace-check-trailing-whitespace)
6780 (whitespace-check-spacetab-whitespace)
6781 (whitespace-check-indent-whitespace)
6782 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
6783 (whitespace-modes): Fix typos in docstrings.
6784 (defgroup, defcustom): Doc fixes.
6785
6786 * winner.el (winner-mode, winner-boring-buffers)
6787 (winner-pending-undo-ring): Doc fixes.
6788 (winner-ring): Remove unneeded `progn'.
6789 (winner-equal): `defsubst' it.
6790 (winner-redo): Fix message.
6791
6792 2005-07-13 Kim F. Storm <storm@cua.dk>
6793
6794 * simple.el (line-move-1): Always use vertical-motion to
6795 do the last (or only) line move to ensure some movement.
6796 Undo 2005-06-23 change--don't check for overlays.
6797
6798 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6799
6800 * term/mac-win.el (ccl-encode-mac-roman-font)
6801 (ccl-encode-mac-centraleurroman-font)
6802 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
6803 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
6804 Change charset-id boundary of dimension to ?\xef.
6805 (mac-char-fontspec-list): New constant.
6806 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
6807 argument. Nil uses itself as family in font-spec. Previous
6808 behavior for nil is now provided by non-nil non-string argument.
6809 All callers changed. Add font-specs for Mac fonts to
6810 "fontset-default" unless iso8859-1 fonts are installed.
6811
6812 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * progmodes/sh-script.el (sh-get-indent-info): Only indent
6815 a continuation line if the \ is preceded by SPC or TAB.
6816 (sh-get-indent-info): Simplify.
6817 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
6818 Use with-current-buffer.
6819
6820 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
6821 when the matched text is empty.
6822
6823 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
6824
6825 * startup.el (command-line): Revert to previous handling of
6826 tooltip-mode. Explain in comment why the complexity is needed.
6827
6828 * tooltip.el (tooltip-mode): Revert to previous implementation of
6829 its defcustom.
6830
6831 * frame.el (blink-cursor-mode): Revert to previous implementation
6832 of its defcustom. Update comment.
6833
6834 2005-07-12 Lars Hansen <larsh@soem.dk>
6835
6836 * desktop.el: Update e-mail address.
6837
6838 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6839
6840 * term/mac-win.el (mac-services-mail-selection)
6841 (mac-services-mail-to): New functions.
6842 (mac-application-menu-map): Bind them.
6843
6844 2005-07-12 wulei <milton@wulei.net> (tiny change)
6845
6846 * progmodes/gdb-ui.el: Add note about buffering with Windows.
6847
6848 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
6849
6850 * custom.el (custom-reevaluate-setting): Doc fix.
6851
6852 2005-07-11 Jay Belanger <belanger@truman.edu>
6853
6854 * calc/calc.el (calc-embedded-announce-formula-alist)
6855 (calc-embedded-open-close-plain-alist)
6856 (calc-embedded-open-close-mode-alist): Add checks for additional
6857 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
6858
6859 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
6860
6861 * custom.el (custom-enable-theme): Don't add theme to
6862 `custom-enabled-themes' with `push' because there is no
6863 setf-method for `delq'.
6864
6865 2005-07-11 Richard M. Stallman <rms@gnu.org>
6866
6867 * custom.el (custom-declare-variable): Doc fix.
6868
6869 * dired-aux.el (dired-compare-directories): Remove "." and ".."
6870 from the alists.
6871
6872 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
6873 Do nothing if edebug-active.
6874
6875 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
6876 (edebug-display): Do it here instead.
6877
6878 2005-07-10 Richard M. Stallman <rms@gnu.org>
6879
6880 * cus-face.el (custom-theme-set-faces): Make it work.
6881 (custom-reset-faces): Doc fix.
6882 (custom-theme-reset-internal-face, custom-theme-face-value):
6883 Functions deleted.
6884
6885 * custom.el (custom-push-theme): Maintain list of the settings
6886 of a given theme in its theme-settings property.
6887 Maintain position of old settings in the theme-value
6888 or theme-face property.
6889 (custom-enabled-themes): New variable.
6890 (custom-theme-enabled-p): New function.
6891 (provide-theme): Update custom-enabled-themes.
6892 Disable and reenable the `user' theme.
6893 (require-theme): Doc fix.
6894 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
6895 (custom-theme-value, custom-theme-variable-value): Likewise.
6896 (custom-theme-reset-internal): Likewise.
6897 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
6898 (custom-enable-theme, custom-disable-theme): New functions.
6899 (custom-variable-theme-value, custom-face-theme-value): Likewise.
6900 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
6901 (custom-theme-reset-variables): Simplify.
6902 (deftheme, custom-declare-theme, custom-make-theme-feature):
6903 Definitions moved.
6904
6905 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
6906
6907 * longlines.el (longlines-show-region)
6908 (longlines-unshow-hard-newlines): Recognize hard newlines by
6909 non-nil hard property, instead of t.
6910
6911 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
6912
6913 * viper-cmd.el (viper--key-maps): New variable.
6914 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
6915 emulation-mode-map-alists.
6916 (viper-envelop-ESC-key): Use viper-subseq.
6917 (viper-search-forward/backward/next): Disable debug-on-error.
6918
6919 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
6920 (viper-ESC-key): New defcustoms.
6921
6922 * viper-macs.el (ex-map-read-args): Use viper-subseq.
6923
6924 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
6925 (viper-subseq): Copy of subseq from cl.el.
6926
6927 * viper.el (viper-go-away, viper-set-hooks): Use
6928 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
6929
6930 * viper-mous.el (viper-current-frame-saved): Use defvar.
6931
6932 * viper-init.el: Get rid of -face in face names.
6933
6934 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
6935 Make it work with longlines mode
6936
6937 * ediff-mult.el (ediff-meta-mode-hook): New variable.
6938
6939 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
6940
6941 * ediff-init.el: Get rid of -face in face names.
6942
6943 2005-07-10 Richard M. Stallman <rms@gnu.org>
6944
6945 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
6946 and with-timeout-unsuspend.
6947
6948 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
6949 and with-timeout-unsuspend.
6950
6951 * emacs-lisp/timer.el (with-timeout-timers): New variable.
6952 (with-timeout): Bind that variable to record timers.
6953 (with-timeout-suspend, with-timeout-unsuspend): New functions.
6954
6955 * emacs-lisp/debug.el (debug-help-follow): New function.
6956 (debugger-mode-map): Use that instead of help-follow.
6957 (debugger-setup-buffer): Use eval-buffer-list
6958 to handle eval-buffer frames.
6959
6960 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
6961
6962 * timezone.el (timezone-parse-date): Change first regexp
6963 so it will not mistakenly match dates with no time zone.
6964
6965 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
6966
6967 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
6968
6969 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
6970
6971 * custom.el (custom-initialize-safe-set)
6972 (custom-initialize-safe-default): New functions.
6973
6974 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
6975 and simplify :init-value.
6976
6977 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
6978 and simplify :init-value. Delete obsolete comment.
6979
6980 * startup.el (command-line): Use `custom-reevaluate-setting' to
6981 handle `tooltip-mode'. Delete obsolete comment.
6982
6983 * files.el (set-visited-file-name): Avoid calling
6984 `file-name-nondirectory' with a nil argument.
6985
6986 2005-07-09 Richard M. Stallman <rms@gnu.org>
6987
6988 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
6989 was called with nil for the buffer, handle the read position right.
6990 Handle read position for eval-region, too.
6991
6992 2005-07-09 Juri Linkov <juri@jurta.org>
6993
6994 * fringe.el (fringe-mode): Add period in docstring.
6995 (fringe-query-style): Build prompt depending on `all-frames' arg.
6996
6997 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
6998 to not create links to unrelated functions in the Help buffer.
6999
7000 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
7001 Doc fix.
7002
7003 * simple.el (next-error-hook): New variable.
7004 (next-error): Use it. Doc fix.
7005
7006 * textmodes/ispell.el (ispell-command-loop): Add current
7007 dictionary name and program name to mode-line-format.
7008 (ispell-region, ispell-process-line): Add current dictionary name
7009 and program name to messages.
7010
7011 2005-07-08 Jay Belanger <belanger@truman.edu>
7012
7013 * calc/calc.el (calc-embedded-announce-formula-alist)
7014 (calc-embedded-open-close-formula-alist)
7015 (calc-embedded-open-close-word-alist)
7016 (calc-embedded-open-close-plain-alist)
7017 (calc-embedded-open-close-new-formula-alist)
7018 (calc-embedded-open-close-mode-alist)
7019 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
7020 (calc-embedded-mode-hook): New variables.
7021
7022 * calc/calc-embed.el (calc-embedded-firsttime)
7023 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
7024 New variables.
7025 (calc-do-embedded): Use calc-embedded-firsttime,
7026 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
7027 determine whether or not to run hooks.
7028 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
7029 calc-embedded-firsttime-formula appropriately.
7030 Set calc-embedded delimiter variables according to mode.
7031
7032 2005-07-08 Richard M. Stallman <rms@gnu.org>
7033
7034 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
7035 Check for "emacs", etc., as entire symbol, not just as word.
7036 (checkdoc-file-comments-engine): Use regexp-quote on FN.
7037
7038 * files.el (set-visited-file-name): Report the error
7039 for "empty filename" earlier.
7040 (kill-some-buffers): Ignore buffers already dead.
7041
7042 * fringe.el (fringe-mode): Doc fix.
7043
7044 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
7045 Check for (featurep 'xemacs) and turn off warnings in what it guards.
7046 Use unwind-protect to ensure byte-compile-unresolved-functions
7047 is updated.
7048
7049 * whitespace.el (whitespace-buffer-leading-cleanup):
7050 Simplify w/ skip-chars-forward.
7051 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
7052
7053 * mail/rmail.el (rmail-only-expunge): Fix paren error.
7054 Unconditionally try to leave point at the same old place.
7055
7056 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
7057
7058 * comint.el (comint-postoutput-scroll-to-bottom)
7059 (comint-show-maximum-output): Take scroll-margin into consideration.
7060
7061 2005-07-08 Kim F. Storm <storm@cua.dk>
7062
7063 * ido.el (ido-use-filename-at-point): New choice `guess'.
7064 (ido-file-internal): Try ffap-guesser if selected.
7065
7066 * ido.el (ido-before-fallback-functions): New hook.
7067 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
7068 (ido-read-file-name): Run it.
7069
7070 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
7071
7072 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
7073 strings rather than a list of symbols to the completion function.
7074
7075 2005-07-07 Jay Belanger <belanger@truman.edu>
7076
7077 * calc/calc-units.el (math-apply-units): Change the places in
7078 which units are simplified.
7079
7080 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
7081
7082 * cus-edit.el (customize-option, customize-option-other-window):
7083 Make them handle aliases.
7084
7085 * custom.el (custom-variable-p): Make it recursively follow
7086 aliases. Mention that in the docstring.
7087
7088 2005-07-07 Richard M. Stallman <rms@gnu.org>
7089
7090 * cus-start.el (exec-path): Use `directory' instead of `file'.
7091 Fix tag for nil.
7092
7093 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7094
7095 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
7096 when called non-interactively. Doc fix.
7097
7098 2005-07-07 Lute Kamstra <lute@gnu.org>
7099
7100 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
7101 new address as well.
7102
7103 2005-07-07 Kenichi Handa <handa@m17n.org>
7104
7105 * international/mule.el (make-coding-system):
7106 Describe `ascii-incompatible' property in the docstring.
7107 (set-file-name-coding-system): Signal an error if coding-system is
7108 ascii-incompatible.
7109 (set-keyboard-coding-system): Likewise.
7110
7111 * international/mule-cmds.el (set-default-coding-systems):
7112 Don't set default-file-name-coding-system and
7113 default-keyboard-coding-system if coding-system is ASCII-incompatible.
7114
7115 * international/utf-16.el: Declare that all UTF-16-based coding
7116 systems are ASCII-incompatible.
7117
7118 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
7119
7120 * progmodes/gud.el: Require font-lock for displaying errors.
7121 Used by gdb-ui.el.
7122
7123 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
7124
7125 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
7126 values for the pattern lists which are `read'able but not
7127 `append'able (like symbols).
7128
7129 2005-07-06 Richard M. Stallman <rms@gnu.org>
7130
7131 * progmodes/flymake.el (flymake-float-time): Instead of
7132 with-no-warnings, test for xemacs.
7133 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
7134 to avoid warning.
7135
7136 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
7137
7138 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
7139
7140 2005-07-05 Lute Kamstra <lute@gnu.org>
7141
7142 * battery.el: Add support for Darwin (with much debugging help
7143 from Samuel Lauber <sam124@operamail.com>).
7144 (battery-status-function, battery-echo-area-format)
7145 (battery-mode-line-format): Add support for pmset on Darwin.
7146 (battery-load-low, battery-load-critical): New user options.
7147 (battery-pmset): New function.
7148
7149 2005-07-05 Lute Kamstra <lute@gnu.org>
7150
7151 Update FSF's address in GPL notices.
7152
7153 * textmodes/page-ext.el: Update FSF's address.
7154
7155 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
7156
7157 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
7158 filling from using prefix when filling a single-line docstring.
7159
7160 * progmodes/flymake.el: Remove useless eval-when-compile.
7161
7162 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
7163
7164 2005-07-04 Richard M. Stallman <rms@gnu.org>
7165
7166 * textmodes/org.el (org-file-apps-defaults-gnu):
7167 Rename from org-file-apps-defaults-linux.
7168 (org-default-apps): Don't test system-type for `linux'.
7169 (org-file-apps): Doc fix.
7170
7171 2005-07-04 David Ponce <david@dponce.com>
7172
7173 * tree-widget.el: Improve header Commentary section.
7174 (tree-widget) [defgroup]
7175 (tree-widget-image-enable, tree-widget-themes-directory)
7176 (tree-widget-theme, tree-widget-image-properties-emacs)
7177 (tree-widget-image-properties-xemacs, tree-widget-create-image)
7178 (tree-widget-image-formats, tree-widget-control)
7179 (tree-widget-empty-control, tree-widget-leaf-control
7180 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
7181 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
7182 (tree-widget-keep, tree-widget-after-toggle-functions)
7183 (tree-widget-open-node, tree-widget-close-node): Doc fix.
7184 (tree-widget-open-control, tree-widget-close-control): Fix doc and
7185 :help-echo message.
7186 (tree-widget-set-theme): Doc fix. Use `string-equal'.
7187 (tree-widget-image-properties): Doc fix. Clearer implementation.
7188 (tree-widget--cursors): New constant.
7189 (tree-widget-lookup-image): New function split from
7190 `tree-widget-find-image'. Clearer implementation.
7191 (tree-widget-find-image): Use it.
7192 (tree-widget-button-keymap): Use `set-keymap-parent'.
7193 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
7194 Define the sub-widgets here.
7195 (tree-widget-node): Check that :node is not a tree-widget.
7196 (tree-widget-get-super, tree-widget-open-control)
7197 (tree-widget-close-control, tree-widget-empty-control)
7198 (tree-widget-leaf-control, tree-widget-guide)
7199 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
7200 (tree-widget-no-handle, tree-widget-value-delete)
7201 (tree-widget-map): Remove.
7202 (tree-widget-children-value-save): Doc fix. Simplified.
7203 (tree-widget-value-create): Update according to previous changes.
7204
7205 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
7206
7207 * textmodes/org.el: Leading space replaced by TABS.
7208 (org-recalc-marks, org-table-rotate-recalc-marks)
7209 (org-table-get-specials): Treat "^" and "_" marks.
7210 (org-table-justify-field-maybe): Optional argument NEW.
7211 (org-table-eval-formula): Parsing of the format simplified.
7212 New modes C,I. Honor the %= parameter in the current table.
7213 Avoid unnecessary re-align by using the NEW argument to
7214 `org-table-justify-field-maybe'.
7215 (org-calc-default-modes): Default for date-format mimicks org-mode.
7216 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
7217
7218 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
7219
7220 * cus-face.el (custom-theme-set-faces): Make it handle face
7221 aliases whose alias declarations are pre- or autoloaded.
7222
7223 2005-07-04 Juri Linkov <juri@jurta.org>
7224
7225 * faces.el (read-face-name): Put the code for getting a face name
7226 from the buffer before adding the faces from the `face' property.
7227 Use `completing-read-multiple' instead of `completing-read'.
7228 Require `crm'. Add default value and post-process the returned
7229 list of faces.
7230
7231 * emacs-lisp/crm.el (crm-find-current-element)
7232 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
7233
7234 * emacs-lisp/lisp-mode.el (eval-defun-1):
7235 * emacs-lisp/edebug.el (edebug-eval-defun):
7236 Remove unnecessary quotes.
7237
7238 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
7239
7240 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
7241 (prolog-indent-level): Fix typo in docstring.
7242
7243 * info.el (Info-history, Info-history-forward)
7244 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
7245
7246 * add-log.el (add-change-log-entry):
7247 * comint.el (comint-dynamic-list-input-ring)
7248 (comint-dynamic-list-completions):
7249 * dabbrev.el (dabbrev-expand):
7250 * delim-col.el (delimit-columns-rectangle-line):
7251 * diff-mode.el (diff-context->unified, diff-reverse-direction)
7252 (diff-unified->context):
7253 * ediff-init.el (ediff-abbrev-jobname):
7254 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
7255 (ediff-replace-session-activity-marker-in-meta-buffer):
7256 * info.el (Info-summary):
7257 * lpr.el (printify-region):
7258 * printing.el (pr-create-interface):
7259 * ps-print.el (ps-print-quote):
7260 * ses.el (ses-column-widths, ses-print-cell)
7261 (ses-adjust-print-width, ses-center):
7262 * shell.el (shell-file-name-quote-list):
7263 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
7264 (strokes-fill-current-buffer-with-whitespace)
7265 (strokes-xpm-for-stroke, strokes-list-strokes)
7266 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
7267 * term.el (term-dynamic-list-input-ring)
7268 (term-dynamic-list-completions):
7269 * calc/calc.el (math-format-stack-value):
7270 * emacs-lisp/edebug.el (edebug-display-freq-count):
7271 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
7272 (delphi-new-comment-line):
7273 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
7274 * progmodes/executable.el (executable-set-magic):
7275 * progmodes/python.el (inferior-python-mode):
7276 * progmodes/scheme.el (scheme-mode-syntax-table):
7277 * progmodes/sh-script.el (sh-maybe-here-document):
7278 * progmodes/sql.el (sql-copy-column):
7279 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
7280 * textmodes/bibtex.el (bibtex-mode):
7281 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
7282 (sgml-auto-attributes):
7283 * textmodes/table.el (table-insert, table-shorten-cell)
7284 (table--generate-source-scan-lines, table-delete-row)
7285 (*table--cell-delete-char, table--spacify-frame)
7286 (table--horizontally-shift-above-and-below)
7287 (table--cell-insert-char, table--cell-blank-str)
7288 (table--fill-region-strictly):
7289 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
7290 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
7291
7292 * add-log.el (change-log):
7293 * apropos.el (apropos):
7294 * comint.el (comint-completion, comint-source):
7295 * dabbrev.el (dabbrev):
7296 * delim-col.el (columns):
7297 * diff-mode.el (diff-mode):
7298 * ediff.el (ediff):
7299 * ediff-diff.el (ediff-diff):
7300 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
7301 * ediff-mult.el (ediff-mult):
7302 * ediff-ptch.el (ediff-ptch):
7303 * ediff-wind.el (ediff-window):
7304 * facemenu.el (facemenu):
7305 * indent.el (indent):
7306 * info.el (info):
7307 * jka-cmpr-hook.el (compression, jka-compr):
7308 * lpr.el (lpr):
7309 * outline.el (outlines):
7310 * pcmpl-cvs.el (pcmpl-cvs):
7311 * pcmpl-rpm.el (pcmpl-rpm):
7312 * printing.el (printing):
7313 * ps-print.el (postscript, ps-print, ps-print-horizontal)
7314 (ps-print-vertical, ps-print-headers, ps-print-font)
7315 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
7316 (ps-print-background, ps-print-printer, ps-print-page)
7317 (ps-print-miscellany):
7318 * ses.el (ses):
7319 * shell.el (shell, shell-directories, shell-faces):
7320 * startup.el (initialization):
7321 * strokes.el (strokes):
7322 * term.el (term):
7323 * uniquify.el (uniquify):
7324 * w32-vars.el (w32):
7325 * calc/calc.el (calc):
7326 * emacs-lisp/bytecomp.el (bytecomp):
7327 * emacs-lisp/cl-indent.el (lisp-indent):
7328 * emacs-lisp/edebug.el (edebug):
7329 * emacs-lisp/elp.el (elp):
7330 * emacs-lisp/testcover.el (testcover):
7331 * emacs-lisp/trace.el (trace):
7332 * emulation/viper-ex.el (viper-ex):
7333 * emulation/viper-mous.el (viper-mouse):
7334 * mail/mailalias.el (mailalias):
7335 * mail/supercite.el (supercite, supercite-frames)
7336 (supercite-attr, supercite-cite, supercite-hooks):
7337 * net/rcompile.el (remote-compile):
7338 * net/rlogin.el (rlogin):
7339 * obsolete/ooutline.el (outlines):
7340 * progmodes/delphi.el (delphi):
7341 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
7342 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
7343 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
7344 (ebnf-optimization):
7345 * progmodes/etags.el (etags):
7346 * progmodes/executable.el (executable):
7347 * progmodes/idlwave.el (idlwave):
7348 * progmodes/pascal.el (pascal):
7349 * progmodes/prolog.el (prolog):
7350 * progmodes/python.el (python):
7351 * progmodes/scheme.el (scheme):
7352 * progmodes/sh-script.el (sh, sh-script):
7353 * progmodes/sql.el (SQL):
7354 * progmodes/tcl.el (tcl):
7355 * textmodes/bibtex.el (bibtex, bibtex-autokey):
7356 * textmodes/enriched.el (enriched):
7357 * textmodes/makeinfo.el (makeinfo):
7358 * textmodes/sgml-mode.el (sgml):
7359 * textmodes/table.el (table-hooks):
7360 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
7361 * textmodes/texinfo.el (texinfo):
7362 * textmodes/two-column.el (two-column):
7363 Finish `defgroup' description with period.
7364
7365 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
7366 * eshell/esh-var.el (eshell-var):
7367 * progmodes/vhdl-mode.el (vhdl-testbench):
7368 * textmodes/org.el (org): Fix typos in docstrings.
7369
7370 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
7371 consistency.
7372
7373 * progmodes/flymake.el (flymake-find-file): Remove.
7374 (flymake-float-time): Use `with-no-warnings'.
7375 (flymake-check-start-time, flymake-check-was-interrupted)
7376 (flymake-err-info, flymake-is-running, flymake-last-change-time)
7377 (flymake-new-err-info): `defvar' at compile time.
7378
7379 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
7380
7381 * replace.el (occur-hook): Doc fix.
7382 (occur-1): Don't call `occur-hook' if there are no matches.
7383
7384 2005-07-03 Richard M. Stallman <rms@gnu.org>
7385
7386 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
7387 global-map, save the same map.
7388 (global-map): Don't alter it at top level.
7389 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
7390 Then alter it here instead.
7391 (tpu-edt-off): Set global-map to the saved one.
7392
7393 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
7394 All references simplified.
7395 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
7396 (zmacs-regions): Add defvar.
7397 (repeat-complex-command-map): Everything about that deleted.
7398
7399 * textmodes/artist.el (artist-key-is-drawing)
7400 (artist-key-endpoint1, artist-key-poly-point-list)
7401 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
7402 (artist-key-compl-table, artist-rb-save-data)
7403 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
7404 Don't put them in eval-when-compile.
7405 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
7406
7407 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
7408 Use with-no-warnings.
7409
7410 * net/browse-url.el (dos-windows-version): Add defvar.
7411
7412 * mail/supercite.el (filladapt-prefix-table): Add defvar.
7413
7414 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
7415 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
7416 (rmail-new-summary-line-count): Rename from new-summary-line-count.
7417 Add defvar.
7418 (rmail-summary-beginning-of-message): Use with-no-warnings.
7419 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
7420
7421 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
7422 Use with-no-warnings.
7423
7424 * emulation/vi.el (vi-mark-region): Use c-mark-function.
7425 (c-mark-function): Add point-moving-unit property.
7426 (vi-goto-line): Use with-no-warnings.
7427
7428 * emulation/edt.el (edt-last-copied-word): Add defvar.
7429 (zmacs-region-stays): Likewise.
7430 (edt-mark-section-wisely): Use c-mark-function for C.
7431 Use makr-defun for Fortran.
7432 (time-string): defvar deleted.
7433 (edt-display-the-time): Don't set time-string.
7434
7435 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
7436
7437 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7438 Don't warn when name is not constant
7439 or for defining the group `emacs'.
7440
7441 * tooltip.el (gud-tooltip-mode): Add defvar.
7442
7443 * startup.el (default-frame-background-mode): Add defvar.
7444
7445 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
7446
7447 * info.el (tool-bar-map): Add defvar.
7448
7449 * dired.el (dnd-protocol-alist): Add defvar.
7450
7451 * dired-aux.el (dired-query): Display question with answer, when
7452 the user answers.
7453
7454 * custom.el (custom-add-option): Doc fix.
7455
7456 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
7457
7458 2005-07-03 Eli Zaretskii <eliz@gnu.org>
7459
7460 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
7461 bogus name from the last change.
7462
7463 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
7464
7465 * custom.el (custom-declare-variable): Fix typos in comment.
7466 (custom-known-themes): Doc fix.
7467 (custom-theme-directory): New defcustom.
7468 (require-theme): Make it check `custom-theme-directory'.
7469
7470 * cus-theme.el (custom-new-theme-mode): New function.
7471 (custom-theme-name, custom-theme-variables, custom-theme-faces)
7472 (custom-theme-description): Add compiler defvars.
7473 (customize-create-theme): Add doc to the "*New Custom Theme*"
7474 buffer. Use `custom-new-theme-mode'.
7475 (custom-theme-write): Put the created buffer in emacs-lisp-mode
7476 and save it to the `custom-theme-directory'. Make this the
7477 default directory of the buffer.
7478
7479 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
7480
7481 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
7482 Fix unbalanced parentheses.
7483
7484 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
7485
7486 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
7487 into flymake-mode and delegate to flymake-mode.
7488
7489 * find-file.el (ff-which-function-are-we-in): Clean up.
7490
7491 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
7492
7493 * replace.el (occur-rename-buffer): Fix docstring.
7494
7495 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
7496 (edt-last-copied-word, edt-learn-macro-count)
7497 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
7498 (edt-rect-start-point, edt-user-global-map, rect-start-point)
7499 (time-string, zmacs-region-stays):
7500 * emulation/edt-mapper.el (edt-save-function-key-map)
7501 (EDT-key-name): `defvar' to silence the byte-compiler.
7502
7503 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
7504
7505 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
7506 font-lock-regexp-backslash. Doc fix.
7507 (font-lock-regexp-backslash-grouping-construct): Rename from
7508 font-lock-regexp-backslash-construct. Doc fix.
7509 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
7510 grouping constructs.
7511
7512 2005-07-02 Eli Zaretskii <eliz@gnu.org>
7513
7514 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
7515 updating all the prerequisites.
7516
7517 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
7518
7519 * textmodes/org.el (org-agenda-start-on-weekday)
7520 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
7521 (org-agenda-use-time-grid, org-archive-location)
7522 (org-allow-space-in-links, org-usenet-links-prefer-google)
7523 (org-enable-table-editor, org-export-default-language)
7524 (org-export-html-show-new-buffer, org-fill-paragraph)
7525 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
7526 (org-goto-quit, org-occur, org-eval-in-calendar)
7527 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
7528 (org-agenda-diary-entry, org-remember-help)
7529 (org-table-convert-region, org-at-table-p)
7530 (org-table-move-row-down, org-table-move-row-up)
7531 (org-table-copy-region, org-table-toggle-vline-visibility)
7532 (org-table-get-stored-formulas, org-table-get-specials)
7533 (org-recalc-commands, org-table-eval-formula)
7534 (org-table-formula-substitute-names, orgtbl-make-binding)
7535 (org-format-org-table-html, org-format-table-table-html)
7536 (org-format-table-table-html-using-table-generate-source)
7537 (org-customize): Fix typos in docstrings.
7538 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
7539 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
7540 (org-back-to-heading): Doc fixes.
7541 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
7542 (org-agenda-change-all-lines, org-get-header):
7543 Improve argument/docstring consistency.
7544 (orgtbl-error): Fix error message.
7545
7546 * progmodes/flymake.el (flymake-find-possible-master-files)
7547 (flymake-master-file-compare, flymake-get-line-err-count)
7548 (flymake-highlight-line, flymake-gui-warnings-enabled):
7549 Fix typos in docstrings.
7550 (flymake-parse-line, flymake-get-project-include-dirs-function)
7551 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
7552 Doc fixes.
7553 (flymake-get-project-include-dirs-function)
7554 (flymake-make-err-menu-data):
7555 Improve argument/docstring consistency.
7556
7557 2005-07-01 Lute Kamstra <lute@gnu.org>
7558
7559 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
7560 Catch errors with ignore-errors. Use temporary buffer.
7561 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
7562
7563 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
7564 background color faces.
7565 (facemenu-set-foreground, facemenu-set-background):
7566 Use facemenu-set-face-from-menu.
7567 (facemenu-set-face-from-menu): Treat face names that start with
7568 "fg:" or "bg:" as special.
7569 (facemenu-add-new-color): Don't create faces. Simplify.
7570
7571 2005-06-30 Richard M. Stallman <rms@gnu.org>
7572
7573 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
7574 (crm-find-current-element): Likewise.
7575
7576 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
7577
7578 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
7579
7580 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
7581
7582 * arc-mode.el (archive-extract): Make it work as a mouse binding.
7583 (archive-mouse-extract): Make it an obsolete alias.
7584 (archive-mode-map): Don't use archive-mouse-extract any more.
7585 (archive-mode, archive-extract): write-contents-hooks ->
7586 write-contents-functions.
7587 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
7588 first arg.
7589 (archive-rename-entry): Update the call.
7590 (archive-zip-summarize): Remove unused var `method'.
7591 (archive-lzh-summarize): Remove unused var `creator'.
7592
7593 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
7594 dedicated frame upon exit.
7595
7596 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
7597 (archive-zip-extract, archive-zip-expunge)
7598 (archive-zip-update, archive-zip-update-case): Use executable-find.
7599 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
7600 Use restore-buffer-modified-p.
7601 (archive-extract, archive-add-new-member, archive-write-file-member):
7602 Use with-current-buffer.
7603 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
7604
7605 2005-06-30 Andreas Schwab <schwab@suse.de>
7606
7607 * progmodes/gud.el (gud-filter): Remove unneeded progn.
7608
7609 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7610
7611 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
7612
7613 2005-06-30 Juri Linkov <juri@jurta.org>
7614
7615 * faces.el (vertical-border): Inherit from mode-line-inactive
7616 only on tty.
7617
7618 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
7619
7620 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
7621 example, -NLINES in the `occur' docstring).
7622
7623 * replace.el (occur-1): When no matches are found, do not set the
7624 `buffer-read-only' and modified flags for the occur buffer,
7625 because it is deleted.
7626
7627 * emulation/cua-base.el (cua-check-pending-input)
7628 (cua-repeat-replace-region, cua-mode, cua-debug)
7629 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
7630 Fix typos in docstrings.
7631
7632 * emulation/cua-gmrk.el (cua-toggle-global-mark)
7633 (cua-cut-region-to-global-mark)
7634 (cua--cut-rectangle-to-global-mark):
7635 Remove period from end of messages.
7636
7637 * emulation/cua-rect.el (cua-do-rectangle-padding):
7638 Remove period from end of messages.
7639 (cua--rectangle-seq-format): Fix typo in docstring.
7640 (cua-sequence-rectangle, cua-fill-char-rectangle):
7641 Improve argument/docstring consistency.
7642
7643 2005-06-29 Juri Linkov <juri@jurta.org>
7644
7645 * faces.el (default-frame-background-mode): New internal variable.
7646 (frame-set-background-mode): Use it.
7647
7648 * startup.el (normal-top-level): Set default-frame-background-mode
7649 instead of frame-background-mode. Before setting it, test for its
7650 nil value. Remove tests for frame-background-mode and frame
7651 parameter `reverse'. Add test for "unspecified-fg".
7652
7653 * term/xterm.el (xterm-rxvt-set-background-mode):
7654 * term/rxvt.el (rxvt-set-background-mode):
7655 Set default-frame-background-mode instead of frame-background-mode.
7656
7657 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
7658
7659 * simple.el (set-variable): Warn about obsolete user variables.
7660
7661 * imenu.el (imenu--completion-buffer):
7662 * mouse.el (mouse-buffer-menu-alist):
7663 * msb.el (msb-invisible-buffer-p):
7664 * calendar/diary-lib.el (diary-header-line-format):
7665 * emacs-lisp/pp.el (pp-buffer):
7666 * progmodes/cperl-mode.el (cperl-do-auto-fill):
7667 * textmodes/picture.el (picture-replace-match):
7668 Change space constants followed by a sexp to "?\s ".
7669
7670 * play/decipher.el (decipher-loop-with-breaks):
7671 * textmodes/texinfo.el (texinfo-insert-@item): Change space
7672 constants "protected" from end of line by a comment to "?\s".
7673
7674 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7675
7676 * font-lock.el (save-buffer-state): Use `declare'.
7677
7678 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
7679 reset the syntax-table to cperl-mode-syntax-table.
7680 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
7681 "foo_print_bar" is not matched as a reserved keyword.
7682
7683 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
7684
7685 * textmodes/org.el (orgtbl-setup): New function, for delayed
7686 setup for the orgtbl commands.
7687 (org-calc-default-modes): New option.
7688 (orgtbl-make-binding): Use `defun' to get better help display.
7689 (org-diary): Call `org-compile-prefix-format'.
7690 (org-table-formula-substitute-names): New function.
7691 (org-agenda-day-view, org-agenda-week-view): New commands.
7692 (org-agenda-toggle-week-view): Command removed.
7693 (org-tbl-menu): Split off from org-org-menu.
7694 (org-mode): Move removal of outline-mode menus to here.
7695 (org-table-formula-debug): New option.
7696 (org-table-insert-row): Keep first field if just "#" or "*".
7697 (org-mode): Paragraph regexps fixed.
7698 (org-table-recalculate-regexp): New constant.
7699 (org-table-justify-field-maybe): Avoid replace if not necessary.
7700 (org-copy-special, org-cut-special): Use `call-interactively'.
7701 (org-table-copy-region): Take region from `interactive' call.
7702 (org-trim): Return string even if no match.
7703 (org-formula): New face.
7704 (org-set-font-lock-defaults): No longer highlight "FIXME".
7705 But highlight formula-related fields in table.
7706 (org-table-p): Use regexp, not fontification.
7707 (org-table-align): Handle white space at end of line.
7708 (org-table-formula-evaluate-inline): New option.
7709 (org-mode): Auto-wrapping in comment lines turned off.
7710 (org-table-copy-down): Evaluate only in copied field, not in
7711 destination.
7712 (org-table-current-formula): Variable removed.
7713 (org-table-store-formulas, org-table-get-stored-formulas)
7714 (org-table-modify-formulas, org-table-replace-in-formulas)
7715 (org-table-maybe-eval-formula): New functions.
7716 (org-table-get-formula): Modify to use stored formulas.
7717 (org-table-insert-column, org-table-delete-column)
7718 (org-table-move-column): Call `org-table-modify-formulas'.
7719 (org-complete): Add completion for keyword formulas.
7720 (orgtbl-mode): Pull orgtbl-mode-map to start of
7721 minor-mode-map-alist.
7722
7723 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
7724
7725 * progmodes/python.el (python-check): Require `compile' before
7726 modifying its variables.
7727
7728 * newcomment.el (comment-indent-default): Don't get fooled by an early
7729 end of buffer.
7730
7731 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7732
7733 * ps-print.el (ps-print-version): Fix version number.
7734
7735 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
7736
7737 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
7738
7739 2005-06-28 Richard M. Stallman <rms@gnu.org>
7740
7741 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
7742 (flyspell-local-mouse-map): Declaration deleted.
7743 (flyspell-mouse-map): Bind only mouse-2.
7744 (flyspell-mode-map): Don't test flyspell-use-local-map.
7745 (flyspell-overlay-keymap-property-name): Var deleted.
7746 (flyspell-mode-on): Don't make local bindings for
7747 flyspell-mouse-map and flyspell-mode-map.
7748 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
7749
7750 * textmodes/ispell.el (ispell-word): Do not ignore short words.
7751
7752 * progmodes/compile.el (compilation-next-error-function):
7753 Don't switch buffers; operate on the current buffer.
7754
7755 * progmodes/compile.el (compilation-error-file-name)
7756 (compilation-warning-file-name, compilation-info-file-name)
7757 (compilation-line-number, compilation-column-number): New faces.
7758 (compilation-error-face, compilation-warning-face)
7759 (compilation-info-face, compilation-line-face)
7760 (compilation-column-face): Use them.
7761
7762 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
7763
7764 * comint.el (comint-password-prompt-regexp): Accept ", try again".
7765
7766 * bindings.el (global-map): Bind insertchar and its variants.
7767
7768 2005-06-27 Richard M. Stallman <rms@gnu.org>
7769
7770 * textmodes/artist.el (artist-text-overwrite)
7771 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
7772
7773 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7774
7775 * ps-print.el: It was not working the page selection for printing.
7776 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
7777 (ps-print-version): New version 6.6.7.
7778 (ps-end-sheet): New fun.
7779 (ps-header-sheet, ps-end-job): Call it.
7780
7781 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
7782
7783 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
7784
7785 2005-06-27 Lute Kamstra <lute@gnu.org>
7786
7787 * facemenu.el (facemenu-unlisted-faces): Add foreground and
7788 background color faces.
7789 (facemenu-get-face): Delete function.
7790 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
7791 (facemenu-add-new-color): Make second argument mandatory.
7792 Create the appropriate face and return it. Simplify.
7793 (facemenu-set-foreground, facemenu-set-background): Don't check if
7794 color is defined. Use return value of facemenu-add-new-color.
7795
7796 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
7797
7798 * progmodes/gud.el (gud-filter): Add missing argument to
7799 with-selected-window.
7800
7801 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
7802
7803 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
7804 a :require to the defcustom.
7805
7806 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
7807 defcustoms corresponding to minor modes.
7808
7809 2005-06-26 David Ponce <david@dponce.com>
7810
7811 * recentf.el: Require tree-widget instead of wid-edit.
7812 (recentf-filename-handler): Fix widget :type.
7813 (recentf-cancel-dialog, recentf-open-more-files)
7814 (recentf-open-files-action): Doc fix.
7815 (recentf-dialog-goto-first): New function.
7816 (recentf-dialog-mode-map): Set parent keymap first.
7817 (recentf-dialog-mode): Define with define-derived-mode.
7818 Don't display continuation lines in dialogs.
7819 (recentf-edit-list): Rename from recentf-edit-selected-items.
7820 (recentf-edit-list-select): Rename from recentf-edit-list-action.
7821 Simplify.
7822 (recentf-edit-list-validate): New function.
7823 (recentf-edit-list): Update accordingly.
7824 (recentf-open-files-item-shift): Remove.
7825 (recentf-open-files-item): Convert menu elements into tree and
7826 link widgets. Don't create the widgets.
7827 (recentf-open-files): Update accordingly.
7828 (recentf-save-list): Untabify.
7829
7830 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
7831
7832 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
7833 (keep-lines): Add INTERACTIVE arg. Never delete lines only
7834 partially contained in the active region. Do not take active
7835 region into account when called from Lisp, unless INTERACTIVE arg
7836 is non-nil. Use `forward-line' instead of `beginning-of-line' to
7837 avoid trouble with fields. Make marker point nowhere when no
7838 longer used. Always return nil. Doc fix.
7839 (flush-lines): Add INTERACTIVE arg. Do not take active region
7840 into account when called from Lisp, unless INTERACTIVE arg is
7841 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 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
7845 interchangeable. Do not take active region into account when
7846 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
7847 message in echo area when called from Lisp, unless INTERACTIVE arg
7848 is non-nil. Avoid saying "1 occurrences". Do not use markers.
7849 Return the number of matches. Doc fix.
7850 (occur): Doc fix.
7851 (perform-replace): Make comment follow double space convention for
7852 the sake of `outline-minor-mode'.
7853
7854 * faces.el (facep): Doc fix.
7855
7856 2005-06-25 Richard M. Stallman <rms@gnu.org>
7857
7858 * facemenu.el (facemenu-enable-faces-p): New function.
7859 (facemenu-background-menu, facemenu-foreground-menu)
7860 (facemenu-face-menu): Add menu-enable property.
7861
7862 * jka-compr.el (jka-compr-insert-file-contents):
7863 Special handling if cannot find the uncompression program.
7864
7865 * cus-face.el (custom-face-attributes): Add autoload.
7866
7867 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
7868 Bind comment-indent-function locally.
7869
7870 * window.el (save-selected-window): Use save-current-buffer.
7871
7872 * subr.el (with-selected-window): Use save-current-buffer.
7873
7874 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
7875 and with-current-buffer.
7876
7877 2005-06-24 Richard M. Stallman <rms@gnu.org>
7878
7879 * simple.el (line-move-1): Fix previous change.
7880
7881 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
7882
7883 * replace.el (occur-1): Set `buffer-read-only' and the
7884 buffer-modified flag before running `occur-hook' to protect
7885 against unintentional buffer switches that can lead to data loss.
7886
7887 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
7888
7889 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
7890 (gud-gdb-marker-filter): Use font-lock-warning-face for any
7891 initial error.
7892
7893 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
7894 after fresh input.
7895 (gdb-var-create-handler): Put name of expression in quotes.
7896
7897 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
7898
7899 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
7900 elements of RING in order, and without bogus nil elements.
7901
7902 2005-06-23 Richard M. Stallman <rms@gnu.org>
7903
7904 * simple.el (set-variable): Args renamed; doc fix.
7905 (line-move-1): When there are overlays around, use vertical-motion.
7906
7907 * faces.el (escape-glyph): Use brown against light background.
7908 (nobreak-space): Rename from no-break-space.
7909 Fix previous change.
7910
7911 * dired-aux.el (dired-do-copy): Fix arg prompt.
7912
7913 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
7914
7915 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
7916
7917 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
7918 rather than "Distributor".
7919
7920 2005-06-23 Lute Kamstra <lute@gnu.org>
7921
7922 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
7923 (debug-on-entry): Use it. New interactive declaration that uses
7924 function-called-at-point.
7925
7926 2005-06-23 Kim F. Storm <storm@cua.dk>
7927
7928 * subr.el (save-match-data): Add comment about using evaporate arg
7929 to set-match-data.
7930
7931 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
7932
7933 * cus-edit.el (customize-face)
7934 (customize-face-other-window): Handle face aliases.
7935
7936 * faces.el (face-documentation, set-face-attribute)
7937 (face-spec-set): Handle face aliases.
7938
7939 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
7940
7941 * help-mode.el (help-make-xrefs): If a symbol representing a face
7942 name is not followed by the word "face", it could still be a
7943 function or variable name, so don't bypass other checks.
7944
7945 2005-06-22 Juri Linkov <juri@jurta.org>
7946
7947 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
7948 Replace aliased functions with calls where second arg `inherit' is t.
7949
7950 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * progmodes/gdb-ui.el (gdb-error): New variable.
7953 (gdb-error): New function.
7954 (gdb-annotation-rules): Act on error-begin and error annotations.
7955 (gdb-concat-output): Use font-lock-warning-face for errors.
7956
7957 2005-06-22 Miles Bader <miles@gnu.org>
7958
7959 * bindings.el (propertized-buffer-identification): Use renamed
7960 `Buffer-menu-buffer' face.
7961
7962 * faces.el (vertical-border): Rename from `vertical-divider'.
7963 (escape-glyph): Change dark-background color back to `cyan'.
7964
7965 2005-06-21 Juri Linkov <juri@jurta.org>
7966
7967 * faces.el (face-user-default-spec): Try getting `customized-face'
7968 prior to `saved-face'.
7969 (frame-background-mode): Refill docstring.
7970
7971 * emacs-lisp/lisp-mode.el (eval-defun-1):
7972 * emacs-lisp/edebug.el (edebug-eval-defun):
7973 Set `saved-face' temporarily to nil before calling form.
7974 Set `customized-face' to the new spec after that.
7975
7976 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
7977
7978 * subr.el (1value, lambda, key-substitution-in-progress):
7979 Doc fixes.
7980
7981 * autoinsert.el (auto-insert-alist):
7982 * ses.el (ses-call-printer):
7983 * subr.el (noreturn):
7984 * emacs-lisp/lisp.el (check-parens):
7985 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
7986 * net/browse-url.el (browse-url-mosaic):
7987 * progmodes/cc-defs.el (c-safe-scan-lists):
7988 * progmodes/ebnf-abn.el (ebnf-abn-lex):
7989 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
7990 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
7991 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
7992 * progmodes/ebnf-iso.el (ebnf-iso-lex):
7993 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
7994
7995 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
7996
7997 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
7998
7999 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
8000
8001 * calendar/appt.el (appt-make-list): Activate the package, if
8002 not already active (for backwards compatibility).
8003
8004 2005-06-20 Kim F. Storm <storm@cua.dk>
8005
8006 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
8007
8008 2005-06-20 Miles Bader <miles@gnu.org>
8009
8010 * faces.el (vertical-divider): New face.
8011
8012 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
8013
8014 * simple.el (kill-whole-line): Doc fix.
8015 (next-error-buffer-p, next-error-find-buffer)
8016 (clone-indirect-buffer): Fix typos in docstrings.
8017 (comment-line-break-function): Doc fix: don't say variable
8018 is automatically buffer-local (it isn't).
8019
8020 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
8021
8022 * net/tramp-ftp.el (top):
8023 * net/tramp-smb.el (top):
8024 * net/tramp-util.el (top):
8025 * net/tramp-uu.el (top):
8026 * net/tramp-vc.el (top):
8027 * net/tramp.el (top): Revert copyright years back to original
8028 ones. Tramp has a life outside GNU Emacs.
8029
8030 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
8031
8032 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
8033
8034 2005-06-18 Juri Linkov <juri@jurta.org>
8035
8036 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
8037 end of first regexp to limit the match to the position between
8038 line number and source line with same separator character as used
8039 between file name and line number. In the second regexp limit
8040 mouse-face area to file name and line number by adding new group
8041 for them and referring it in HYPERLINK arg.
8042 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
8043 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
8044 previous line where grep markers may be already removed.
8045
8046 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
8047
8048 * progmodes/ps-mode.el: Update version and maintainer's email address.
8049
8050 2005-06-18 Steve Youngs <steve@xemacs.org>
8051
8052 * net/browse-url.el (browse-url-browser-function)
8053 (browse-url-default-browser): Add firefox.
8054 (browse-url-firefox-program, browse-url-firefox-arguments)
8055 (browse-url-firefox-startup-arguments)
8056 (browse-url-firefox-new-window-is-tab): New defcustoms.
8057 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
8058
8059 2005-06-17 Richard M. Stallman <rms@gnu.org>
8060
8061 * startup.el (command-line): Warn if specified user name has
8062 no home directory.
8063
8064 * term.el (term-get-old-input, term-input-filter, term-input-sender)
8065 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
8066
8067 * longlines.el (longlines-mode, longlines-show-hard-newlines):
8068 Doc fixes.
8069
8070 * faces.el (underline): Try bold if terminal doesn't support underline.
8071
8072 * mail/sendmail.el (mail-setup-with-from): New variable.
8073 (mail-insert-from-field): New function.
8074 (sendmail-send-it): Call it.
8075 (mail-setup): Optionally call it here.
8076
8077 * term/linux.el: Call tty-no-underline.
8078
8079 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
8080
8081 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
8082
8083 2005-06-17 Miles Bader <miles@gnu.org>
8084
8085 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
8086 (ediff-current-diff-C, ediff-current-diff-Ancestor)
8087 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
8088 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
8089 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
8090 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
8091 Remove "-face" suffix from face names.
8092 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8093 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8094 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8095 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8096 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8097 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8098 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8099 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8100 New backward-compatibility aliases for renamed faces.
8101 (ediff-current-diff-face-A, ediff-current-diff-face-B)
8102 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
8103 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
8104 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
8105 (ediff-even-diff-face-A, ediff-even-diff-face-B)
8106 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
8107 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
8108 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
8109 Use renamed ediff faces.
8110
8111 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
8112 Remove "-face" suffix from face names.
8113 (eshell-test-ok-face, eshell-test-failed-face):
8114 New backward-compatibility aliases for renamed faces.
8115 (eshell-run-test): Use renamed eshell-test faces.
8116
8117 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
8118 face name.
8119 (eshell-prompt-face): New backward-compatibility alias for renamed
8120 face.
8121 (eshell-emit-prompt): Use renamed eshell-prompt face.
8122
8123 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
8124 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
8125 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
8126 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
8127 Remove "-face" suffix from face names.
8128 (eshell-ls-directory-face, eshell-ls-symlink-face)
8129 (eshell-ls-executable-face, eshell-ls-readonly-face)
8130 (eshell-ls-unreadable-face, eshell-ls-special-face)
8131 (eshell-ls-missing-face, eshell-ls-archive-face)
8132 (eshell-ls-backup-face, eshell-ls-product-face)
8133 (eshell-ls-clutter-face):
8134 New backward-compatibility aliases for renamed faces.
8135 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
8136
8137 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
8138 Remove "-face" suffix from face name.
8139 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
8140 instead of literal face.
8141
8142 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
8143
8144 * emacs-lisp/warnings.el (display-warning, lwarn)
8145 (warning-minimum-log-level): Doc fixes.
8146 (warning-minimum-level, warning-minimum-log-level):
8147 Add :debug to :type choices.
8148
8149 * progmodes/ada-mode.el (ada-format-paramlist)
8150 (ada-get-indent-case, ada-check-matching-start)
8151 (ada-check-defun-name, ada-goto-matching-decl-start)
8152 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
8153 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
8154 (ada-make-subprogram-body): Follow error conventions.
8155 (ada-case-exception-file, ada-indent-comment-as-code)
8156 (ada-indent-handle-comment-special, ada-indent-renames)
8157 (ada-indent-return, ada-search-directories-internal)
8158 (ada-tab-policy, ada-case-exception-substring)
8159 (ada-other-file-alist, ada-matching-start-re)
8160 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
8161 (ada-imenu-generic-expression, ada-compile-goto-error)
8162 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
8163 (ada-popup-menu, ada-add-extensions, ada-mode)
8164 (ada-region-selected, ada-create-case-exception)
8165 (ada-create-case-exception-substring, ada-after-keyword-p)
8166 (ada-activate-keys-for-case, ada-adjust-case-region)
8167 (ada-adjust-case-buffer, ada-format-paramlist)
8168 (ada-scan-paramlist, ada-insert-paramlist)
8169 (ada-indent-newline-indent)
8170 (ada-indent-newline-indent-conditional)
8171 (ada-justified-indent-current, ada-goto-previous-word)
8172 (ada-indent-current, ada-get-indent-open-paren)
8173 (ada-get-indent-paramlist, ada-get-indent-end)
8174 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
8175 (ada-get-indent-block-start, ada-get-indent-subprog)
8176 (ada-get-indent-noindent, ada-get-indent-label)
8177 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
8178 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
8179 (ada-goto-stmt-end, ada-goto-next-word)
8180 (ada-check-matching-start, ada-check-defun-name)
8181 (ada-goto-matching-decl-start, ada-goto-matching-start)
8182 (ada-goto-matching-end, ada-search-ignore-string-comment)
8183 (ada-in-decl-p, ada-looking-at-semi-or)
8184 (ada-looking-at-semi-private, ada-in-paramlist-p)
8185 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
8186 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
8187 (ada-next-procedure, ada-previous-procedure, ada-next-package)
8188 (ada-previous-package, ada-create-menu)
8189 (ada-fill-comment-paragraph-justify)
8190 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
8191 (ada-other-file-name, ada-last-which-function-line)
8192 (ada-last-which-function-subprog, ada-which-function)
8193 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
8194 (ada-gen-treat-proc, ada-check-emacs-version)
8195 (ada-continuation-indent, ada-align-region-separate):
8196 Fix typos in docstrings.
8197 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
8198
8199 2005-06-16 Lute Kamstra <lute@gnu.org>
8200
8201 * simple.el (fundamental-mode): Run after-change-major-mode-hook
8202 conditionally.
8203
8204 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
8205
8206 * comint.el (comint-replace-by-expanded-filename)
8207 (comint-prompt-regexp, comint-delimiter-argument-list)
8208 (comint-preinput-scroll-to-bottom):
8209 * info.el (Info-hide-cookies-node):
8210 * ls-lisp.el (ls-lisp-classify):
8211 * find-file.el (ff-search-directories, ff-special-constructs)
8212 (ff-find-other-file):
8213 * font-lock.el (font-lock-keywords):
8214 * shell.el (shell-prompt-pattern)
8215 (shell-dynamic-complete-functions, shell-mode)
8216 (shell-delimiter-argument-list):
8217 * term.el (term-replace-by-expanded-filename)
8218 (term-prompt-regexp, term-delimiter-argument-list):
8219 * woman.el (woman-ignore, woman0-if):
8220 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
8221 * emacs-lisp/elint.el (elint-init-env):
8222 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
8223 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
8224 * language/ethio-util.el (ethio-tilde-escape)
8225 (ethio-use-three-dot-question):
8226 * net/zone-mode.el (zone-mode-load-time-setup):
8227 * progmodes/cc-align.el (c-lineup-argcont):
8228 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
8229 * progmodes/cperl-mode.el (cperl-set-style-back):
8230 * progmodes/inf-lisp.el (inferior-lisp-prompt):
8231 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
8232 Fix spellings in docstrings.
8233
8234 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
8235 * progmodes/modula2.el (m2-for): Fix spellings.
8236
8237 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
8238
8239 * simple.el (undo-more): Don't use `format' on `error' arguments.
8240 Improve argument/docstring consistency.
8241 (pending-undo-list): Doc fix.
8242
8243 * smerge-mode.el (smerge-ensure-match):
8244 * emulation/vip.el (vip-ex):
8245 * net/zone-mode.el (zone-mode-update-serial):
8246 * progmodes/idlwave.el (idlwave-complete):
8247 * progmodes/vhdl-mode.el (vhdl-visit-file)
8248 (vhdl-compose-wire-components):
8249 Don't use `format' on `error' arguments.
8250
8251 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
8252 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
8253 (tooltip-help-tips): Fix typos in docstrings.
8254
8255 2005-06-16 David Ponce <david@dponce.com>
8256
8257 * tree-widget.el (tree-widget-value-create): Simplify last change.
8258
8259 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
8260
8261 * ido.el (ido-incomplete-regexp): New variable.
8262 (ido-set-matches-1): Handle invalid-regexp error and set
8263 ido-incomplete-regexp.
8264 (ido-incomplete-regexp): New face.
8265 (ido-completions): Use it.
8266 (ido-complete, ido-exit-minibuffer, ido-completions):
8267 Handle incomplete regexps.
8268 (ido-completions): Add check for complete match when entering a regexp.
8269
8270 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
8271
8272 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
8273
8274 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8275
8276 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
8277 by field delimiters.
8278
8279 2005-06-15 David Ponce <david@dponce.com>
8280
8281 * tree-widget.el: eval-and-compile inlined functions so they will
8282 be available at run-time too.
8283 (tree-widget-super-format-handler)
8284 (tree-widget-format-handler): Remove.
8285 (tree-widget-value-create): Handle the :indent property.
8286
8287 2005-06-15 Miles Bader <miles@gnu.org>
8288
8289 * progmodes/which-func.el (which-func): Only inherit
8290 `font-lock-function-name-face' when that makes sense against the
8291 default mode-line face, otherwise set the face color explicitly.
8292
8293 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
8294 faces instead of (non-existent) variables.
8295
8296 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
8297
8298 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
8299 (iswitchb-get-matched-buffers): Likewise. Simplify.
8300
8301 2005-06-14 Miles Bader <miles@gnu.org>
8302
8303 * progmodes/ld-script.el (ld-script-location-counter):
8304 Remove "-face" suffix from face name.
8305 (ld-script-location-counter-face):
8306 New backward-compatibility alias for renamed face.
8307 (ld-script-location-counter-face): Use renamed face.
8308
8309 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
8310 (cperl-hash): Remove "-face" suffix from face names.
8311 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
8312 New backward-compatibility aliases for renamed faces.
8313 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
8314 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
8315
8316 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
8317 name.
8318 (which-func-face): New backward-compatibility alias for renamed face.
8319 (which-func-format): Use renamed which-func face.
8320
8321 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
8322 (vhdl-function, vhdl-directive, vhdl-reserved-word)
8323 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
8324 names.
8325 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
8326 (vhdl-speedbar-configuration, vhdl-speedbar-package)
8327 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
8328 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
8329 (vhdl-speedbar-architecture-selected)
8330 (vhdl-speedbar-configuration-selected)
8331 (vhdl-speedbar-package-selected)
8332 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
8333 names.
8334 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
8335 Use renamed faces.
8336 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
8337 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
8338 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
8339 Use renamed faces.
8340 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
8341 names.
8342 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
8343 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
8344 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
8345 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
8346 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
8347 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
8348
8349 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
8350 face name.
8351 (sh-heredoc-face): New backward-compatibility alias for renamed face.
8352 (sh-heredoc-face): Use renamed sh-heredoc face.
8353
8354 * progmodes/idlw-help.el (idlwave-help-link):
8355 Remove "-face" suffix from face name.
8356 (idlwave-help-link-face):
8357 New backward-compatibility alias for renamed face.
8358 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
8359
8360 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
8361 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
8362 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
8363 New backward-compatibility aliases for renamed faces.
8364 (idlwave-shell-disabled-breakpoint-face)
8365 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
8366
8367 * progmodes/flymake.el (flymake-errline, flymake-warnline):
8368 Remove "-face" suffix from face names.
8369 (flymake-errline-face, flymake-warnline-face):
8370 New backward-compatibility aliases for renamed faces.
8371 (flymake-highlight-line): Use renamed flymake faces.
8372
8373 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
8374 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
8375 (ebrowse-member-class, ebrowse-progress):
8376 Remove "-face" suffix from face names.
8377 (ebrowse-tree-mark-face, ebrowse-root-class-face)
8378 (ebrowse-file-name-face, ebrowse-default-face)
8379 (ebrowse-member-attribute-face, ebrowse-member-class-face)
8380 (ebrowse-progress-face):
8381 New backward-compatibility aliases for renamed faces.
8382 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
8383 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
8384 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
8385 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
8386
8387 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
8388 antlr-syntax)
8389 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
8390 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
8391 names.
8392 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
8393 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
8394 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
8395 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
8396 backward-compatibility aliases for renamed faces.
8397 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
8398 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
8399 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
8400 remove "font-lock-". Use renamed antlr-mode faces.
8401 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
8402 literal face-names with face variable references.
8403
8404 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
8405 face name.
8406 (Buffer-menu-buffer-face): New backward-compatibility alias for
8407 renamed face.
8408 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
8409
8410 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
8411
8412 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
8413 Eliminate "-face" suffix.
8414 (makefile-targets): Inherit from font-lock-function-name-face and
8415 eliminate "-face" suffix.
8416 (makefile-shell): Remove attributes and eliminate "-face" suffix.
8417 (makefile-*-font-lock-keywords): Append makefile-targets in rule
8418 actions, instead of prepending, to make it less visible.
8419 (makefile-previous-dependency, makefile-match-dependency):
8420 Don't match a target on a continuation line.
8421
8422 * files.el (auto-mode-alist): Put Makefile in gmake mode.
8423
8424 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
8425
8426 * progmodes/gdb-ui.el (menu): Re-order menu items.
8427 (gdb-tooltip-print): Respect tooltip-use-echo-area.
8428
8429 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
8430 Define in tooltip.el.
8431 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
8432 (gud-tooltip-tips): Respect tooltip-use-echo-area and
8433 gud-tooltip-echo-area.
8434
8435 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
8436 backward compatibility and make obsolete.
8437 (tooltip-help-tips): Use tooltip-use-echo-area.
8438 (tooltip-show-help-function): Rename to...
8439 (tooltip-show-help): ...this, because it is a function.
8440 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
8441
8442 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
8443
8444 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
8445 (edebug-print-length, edebug-print-level, edebug-print-circle)
8446 (edebug-modify-breakpoint, edebug-eval-last-sexp)
8447 (edebug-eval-print-last-sexp): Doc fixes.
8448
8449 2005-06-14 Kim F. Storm <storm@cua.dk>
8450
8451 * ido.el (ido-mode): Make a new keymap every time we enable ido,
8452 as the coverage buffer/file/both may change.
8453
8454 2005-06-14 Lute Kamstra <lute@gnu.org>
8455
8456 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
8457 and run-mode-hooks. Simplify.
8458
8459 * mail/rmailedit.el (rmail-edit-mode):
8460 * progmodes/octave-inf.el (inferior-octave-mode):
8461 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
8462
8463 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
8464 and run-mode-hooks.
8465 (recentf-edit-list, recentf-open-files): Don't call
8466 kill-all-local-variables directly.
8467
8468 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
8469
8470 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
8471
8472 * emacs-lisp/byte-run.el (make-obsolete)
8473 (define-obsolete-function-alias): Rename arguments FUNCTION and
8474 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
8475 (make-obsolete-variable, define-obsolete-variable-alias):
8476 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
8477 respectively.
8478
8479 * isearchb.el (isearchb-activate):
8480 * pcvs.el (cvs-mode):
8481 * ses.el (ses-load):
8482 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
8483 * net/tramp.el (tramp-find-file-exists-command)
8484 (tramp-find-shell):
8485 * progmodes/ada-mode.el (ada-create-case-exception)
8486 (ada-create-case-exception-substring, ada-make-subprogram-body):
8487 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
8488 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
8489 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
8490 * textmodes/org.el (org-promote, org-evaluate-time-range)
8491 (org-agenda-next-date-line, org-agenda-previous-date-line)
8492 (org-agenda-error, org-open-at-point, org-table-move-row)
8493 (org-format-table-table-html-using-table-generate-source)
8494 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
8495 * textmodes/reftex.el (reftex-access-scan-info):
8496 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
8497 (reftex-toc-promote-prepare): Follow error conventions.
8498
8499 * diff-mode.el (diff-mode): Fix typo in docstring.
8500
8501 * forms.el (forms--intuit-from-file): Fix reference to
8502 `forms-number-of-fields' in error message.
8503 (forms-print): Fix quoting in error message.
8504
8505 * forms.el (forms-mode):
8506 * emulation/vi.el (vi-goto-insert-state):
8507 * progmodes/flymake.el (flymake-new-err-info)
8508 (flymake-start-syntax-check-for-current-buffer)
8509 (flymake-simple-cleanup):
8510 * eshell/esh-var.el (eshell/export):
8511 * progmodes/gud.el (xdb):
8512 * textmodes/flyspell.el (flyspell-incorrect-hook)
8513 (flyspell-maybe-correct-transposition)
8514 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
8515
8516 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
8517
8518 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
8519 minibuffer prompt.
8520
8521 2005-06-13 Kim F. Storm <storm@cua.dk>
8522
8523 * subr.el (add-to-ordered-list): New defun.
8524
8525 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
8526 add cua--keymap-alist to emulation-mode-map-alists.
8527
8528 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
8529
8530 * subr.el (complete-in-turn): New macro.
8531 (dynamic-completion-table, lazy-completion-table): Add debug info.
8532
8533 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
8534 in preference to face aliases.
8535
8536 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
8537 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
8538 Remove unused vars `start' and `firstline'.
8539 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
8540 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
8541
8542 2005-06-13 Eli Zaretskii <eliz@gnu.org>
8543
8544 * cus-start.el (all): Don't complain about missing GTK-related
8545 variables, unless either `gtk' is boundp or this isn't a
8546 `windows-nt' build.
8547
8548 2005-06-13 Lute Kamstra <lute@gnu.org>
8549
8550 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
8551 run-mode-hooks.
8552
8553 * ediff-mult.el (ediff-meta-mode):
8554 * ediff-util.el (ediff-mode): Use run-mode-hooks.
8555
8556 * ledit.el (ledit-mode): Use delay-mode-hooks.
8557
8558 * woman.el (woman-mode-line-format): Delete constant.
8559 (woman-mode-map): Initialize it properly.
8560 (woman-mode): Set mode-class property to special.
8561 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
8562 Set major-mode and mode-name. Don't set mode-line-format directly.
8563 (Man-getpage-in-background): Don't reference woman-mode-line-format.
8564
8565 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
8566 string argument obsolete.
8567
8568 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
8569
8570 * textmodes/org.el (org-CUA-compatible): New option.
8571 (org-disputed-keys): New variable.
8572 (org-key): New function.
8573 (orgtbl-make-binding): Add docstring to the created function.
8574 (org-mode): Set paragraph start/separate regexps.
8575 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
8576 (org-archive-location, org-archive-mark-done)
8577 (org-archive-stamp-time): New options.
8578 (org-archive-subtree): New command.
8579 (org-fill-paragraph): New function.
8580 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
8581 (org-fake-empty-table-line): Function removed.
8582 (org-format-org-table-html): Do not create empty table lines at
8583 separator lines. Improved table header treatment.
8584 (org-link-format): New option.
8585 (org-make-link): New function.
8586 (org-insert-link, org-store-link): Use org-make-link.
8587 (org-open-file): Quote file name for shell command, to allow
8588 spaces in file names.
8589 (org-link-regexp): Fix bug with mailto link.
8590 (org-link-maybe-angles-regexp, org-protected-link-regexp):
8591 New constants.
8592 (org-export-as-html): Deal with the optional angles around a link.
8593 Better treatment of file: links.
8594 (org-open-at-point): Replace @{ and @} with < and >.
8595 (org-run-mode-hooks): Function removed.
8596 (org-agenda-mode): No longer use `org-run-mode-hooks'.
8597
8598 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
8599
8600 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
8601 MI command -data-list-register-values.
8602 (gdb-post-prompt): Indent properly.
8603
8604 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
8605
8606 * hilit-chg.el (highlight-changes-colors): Rename from
8607 `highlight-changes-colours'.
8608 (highlight-changes-colours): Keep as obsolete alias.
8609 (highlight-changes-face-list): Doc fix.
8610 (hilit-chg-make-list): Use `highlight-changes-colors'.
8611
8612 2005-06-12 Mark A. Hershberger <mah@everybody.org>
8613
8614 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
8615 defun-prompt-regexp.
8616
8617 2005-06-12 Eli Zaretskii <eliz@gnu.org>
8618
8619 * loadup.el: Don't say we are dumping under 2 names on windows-nt
8620 and cygwin.
8621
8622 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
8623 Don't use an old loaddefs.el, as in Makefile.in.
8624
8625 2005-06-12 Lute Kamstra <lute@gnu.org>
8626
8627 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
8628
8629 * man.el (Man-mode-map): Initialize it properly.
8630 (Man-mode): Set mode-class property to special.
8631
8632 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
8633
8634 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
8635
8636 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
8637 A newline is needed in the docstring there.
8638
8639 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
8640 Doc fixes.
8641
8642 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
8643
8644 * printing.el: Doc fix. The menubar is no more changed when printing
8645 is loaded, it only changes when pr-menu-bind or pr-update-menus is
8646 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
8647 (pr-version): New version number (6.8.4).
8648 (pr-menu-bind): New command.
8649 (pr-update-menus): Docstring and code fix.
8650 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
8651 Docstring fix.
8652 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
8653 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
8654
8655 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
8656
8657 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
8658 "Returns" to "return", document useful return values, etc.
8659
8660 2005-06-11 Alan Mackenzie <acm@muc.de>
8661
8662 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
8663 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
8664 (adaptive-file-function): Minor amendment to doc-string.
8665
8666 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8667
8668 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
8669 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
8670 Fix :type--it is `integer', not `string'.
8671
8672 * faces.el (modeline-highlight): Rename from (the erroneous)
8673 `modeline-higilight'.
8674
8675 2005-06-11 Lute Kamstra <lute@gnu.org>
8676
8677 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
8678 lisp-interaction-mode-map but make it the parent.
8679 (edebug-eval-mode): Use define-derived-mode.
8680
8681 2005-06-11 Andreas Schwab <schwab@suse.de>
8682
8683 * bindings.el: Add binding of `ESC functionkey' for every
8684 `M-functionkey'.
8685 * hexl.el (hexl-mode-map): Likewise.
8686
8687 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
8688
8689 * progmodes/compile.el (compilation-error-regexp-alist-alist)
8690 [msft]: update regexp for newer msft compilers.
8691
8692 2005-06-10 Mark A. Hershberger <mah@everybody.org>
8693
8694 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
8695 ATTLIST portions of included DTDs.
8696 (xml-parse-dtd): Eliminate use of inefficient match-data.
8697
8698 2005-06-10 Miles Bader <miles@gnu.org>
8699
8700 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
8701 (mpuz-text): Remove "-face" suffix from face names.
8702 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
8703 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
8704 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
8705
8706 * play/gomoku.el (gomoku-O, gomoku-X):
8707 Remove "-face" suffix from face names.
8708 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
8709 New backward-compatibility aliases for renamed faces.
8710 (gomoku-font-lock-keywords): Use renamed gomoku faces.
8711
8712 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
8713
8714 * thumbs.el: Fixes for changes of 2005-06-09.
8715 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
8716 as a directory.
8717 (thumbs-thumbname): Remove directory separator from format string;
8718 `thumbs-thumbsdir' now returns a valid directory name.
8719 (thumbs-temp-dir): New defsubst.
8720 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
8721 Use it.
8722
8723 * cus-edit.el (minibuffer):
8724 * files.el (make-backup-file-name-function):
8725 * filesets.el (filesets-external-viewers):
8726 * hilit-chg.el (highlight-changes-colours)
8727 (highlight-changes-face-list, highlight-changes-rotate-faces):
8728 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
8729 * kmacro.el (kmacro-call-macro):
8730 * log-edit.el (log-edit-changelog-full-paragraphs):
8731 * mouse.el (mouse-1-click-follows-link):
8732 * skeleton.el (skeleton-autowrap):
8733 * subr.el (insert-for-yank-1):
8734 * tempo.el (tempo-insert-region):
8735 * terminal.el (terminal-emulator):
8736 * time.el (display-time-mail-face):
8737 * vc.el (vc-annotate):
8738 * vcursor.el (vcursor-copy-line):
8739 * woman.el (woman-bold-headings, woman-ignore)
8740 (woman-default-faces, woman-monochrome-faces):
8741 * calendar/todo-mode.el (todo-insert-threshold):
8742 * emulation/pc-select.el (pc-select-selection-keys-only)
8743 (pc-selection-mode):
8744 * emulation/vip.el (vip-find-char-forward):
8745 * emulation/viper-cmd.el (viper-find-char-forward):
8746 * international/mule-cmds.el
8747 (select-safe-coding-system-accept-default-p)
8748 (input-method-exit-on-invalid-key):
8749 * international/mule-diag.el (describe-coding-system):
8750 * international/ucs-tables.el (unify-8859-on-encoding-mode):
8751 * net/browse-url.el (browse-url-xterm-program):
8752 * obsolete/lazy-lock.el (lazy-lock-mode):
8753 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
8754 (cperl-mode):
8755 * progmodes/cpp.el (cpp-face-light-name-list)
8756 (cpp-face-dark-name-list):
8757 * progmodes/delphi.el (delphi-newline-always-indents):
8758 Fix spellings in docstrings.
8759
8760 * ido.el (ido-mode, ido-file-extensions-order)
8761 (ido-default-file-method, ido-default-buffer-method)
8762 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
8763 (ido-decorations, ido-read-file-name-as-directory-commands)
8764 (ido-read-file-name-non-ido, ido-work-directory-list)
8765 (ido-ignore-item-temp-list, ido-current-directory)
8766 (ido-magic-forward-char, ido-enter-find-file)
8767 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
8768 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
8769
8770 2005-06-10 Lute Kamstra <lute@gnu.org>
8771
8772 * play/dunnet.el (dun-mode): Use define-derived-mode.
8773 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
8774 obsolete alias.
8775
8776 * play/doctor.el (doctor-mode-map): Remove defvar.
8777 (doctor-mode): Use define-derived-mode.
8778
8779 * mail/mspools.el (mspools-mode):
8780 * net/eudc-hotlist.el (eudc-hotlist-mode):
8781 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
8782
8783 2005-06-10 Miles Bader <miles@gnu.org>
8784
8785 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
8786 Remove "-face" suffix from face names.
8787 (flyspell-incorrect-face, flyspell-duplicate-face):
8788 New backward-compatibility aliases for renamed faces.
8789 (flyspell-mode-on, make-flyspell-overlay)
8790 (flyspell-highlight-incorrect-region)
8791 (flyspell-highlight-duplicate-region)
8792 (flyspell-display-next-corrections)
8793 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
8794
8795 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
8796 from face name.
8797 (texinfo-heading-face): New backward-compatibility alias for
8798 renamed face.
8799 (texinfo-heading-face): Use renamed texinfo-heading face.
8800
8801 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
8802 suffix from face names.
8803 (tex-math-face, tex-verbatim-face):
8804 New backward-compatibility aliases for renamed faces.
8805 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
8806 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
8807 literal face name.
8808
8809 * textmodes/table.el (table-cell): Remove "-face" suffix from face
8810 name.
8811 (table-cell-face): New backward-compatibility alias for renamed face.
8812 (table--put-cell-face-property, table--update-cell-face):
8813 Use renamed table-cell face.
8814
8815 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
8816 from face name.
8817 (sgml-namespace-face): New backward-compatibility alias for
8818 renamed face.
8819 (sgml-namespace-face): Use renamed sgml-namespace face.
8820
8821 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
8822 (org-level-4, org-level-5, org-level-6, org-level-7)
8823 (org-level-8, org-warning, org-headline-done)
8824 (org-deadline-announce, org-scheduled-today)
8825 (org-scheduled-previously, org-link, org-done, org-table)
8826 (org-time-grid): Remove "-face" suffix from face names.
8827 (org-level-1-face, org-level-2-face, org-level-3-face)
8828 (org-level-4-face, org-level-5-face, org-level-6-face)
8829 (org-level-7-face, org-level-8-face, org-warning-face)
8830 (org-headline-done-face, org-deadline-announce-face)
8831 (org-scheduled-today-face, org-scheduled-previously-face)
8832 (org-link-face, org-done-face, org-table-face)
8833 (org-time-grid-face):
8834 New backward-compatibility aliases for renamed faces.
8835 (org-level-faces, org-set-font-lock-defaults, org-timeline)
8836 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
8837 (org-agenda-get-timestamps, org-agenda-get-scheduled)
8838 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
8839
8840 * emulation/viper-init.el (viper-search, viper-replace-overlay)
8841 (viper-minibuffer-emacs, viper-minibuffer-insert)
8842 (viper-minibuffer-vi): Remove "-face" suffix from face names.
8843 (viper-search-face, viper-replace-overlay-face)
8844 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8845 (viper-minibuffer-vi-face):
8846 New backward-compatibility aliases for renamed faces.
8847 (viper-search-face, viper-replace-overlay-face)
8848 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
8849 (viper-minibuffer-vi-face): Use renamed viper faces.
8850
8851 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
8852 Remove "-face" suffix from face names.
8853 (testcover-nohits-face, testcover-1value-face):
8854 New backward-compatibility aliases for renamed faces.
8855 (testcover-mark): Use renamed testcover faces.
8856
8857 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
8858 face name.
8859 (diary-button-face): New backward-compatibility alias for renamed face.
8860 (diary-entry): Use renamed diary-button face.
8861
8862 * calendar/calendar.el (diary, calendar-today, holiday)
8863 (mark-visible-calendar-date): Remove "-face" suffix from face names.
8864 (diary-face, calendar-today-face, holiday-face):
8865 New backward-compatibility aliases for renamed faces.
8866 (eval-after-load "facemenu", diary-entry-marker)
8867 (calendar-today-marker, calendar-holiday-marker, diary-face):
8868 Use renamed calendar faces.
8869
8870 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
8871 (compare-windows-face): New backward-compatibility alias for
8872 renamed face.
8873 (compare-windows-highlight): Use renamed compare-windows face.
8874
8875 * strokes.el (strokes-char): Remove "-face" suffix from face name.
8876 (strokes-char-face): New backward-compatibility alias for renamed face.
8877 (strokes-encode-buffer): Use renamed strokes-char face.
8878
8879 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
8880 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
8881 Remove "-face" suffix from face names.
8882 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
8883 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
8884 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
8885 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
8886 Use renamed pcvs faces.
8887 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
8888 * pcvs-defs.el (cvs-mode-map): Likewise.
8889 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
8890
8891 * info.el (info-title-1, info-title-2, info-title-3)
8892 (info-title-4): Remove "-face" suffix from and downcase face names.
8893 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
8894 (Info-title-4-face):
8895 New backward-compatibility aliases for renamed faces.
8896 (Info-fontify-node): Use renamed info faces.
8897
8898 * hilit-chg.el (highlight-changes, highlight-changes-delete):
8899 Remove "-face" suffix from face names.
8900 (highlight-changes-face, highlight-changes-delete-face):
8901 New backward-compatibility aliases for renamed faces.
8902 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
8903 (hilit-chg-make-list): Use renamed highlight-changes faces.
8904
8905 * generic-x.el (show-tabs-tab, show-tabs-space):
8906 Remove "-face" suffix from face names.
8907 (show-tabs-tab-face, show-tabs-space-face):
8908 New backward-compatibility aliases for renamed faces.
8909 (show-tabs-generic-mode-font-lock-defaults-1)
8910 (show-tabs-generic-mode-font-lock-defaults-2):
8911 Use renamed show-tabs faces.
8912
8913 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
8914 (smerge-markers): Remove "-face" suffix from face names.
8915 (smerge-mine-face, smerge-other-face, smerge-base-face)
8916 (smerge-markers-face):
8917 New backward-compatibility aliases for renamed faces.
8918 (smerge-mine-face, smerge-other-face, smerge-base-face)
8919 (smerge-markers-face): Use renamed smerge faces.
8920
8921 * log-view.el (log-view-file, log-view-message): Remove "-face"
8922 suffix from face names.
8923 (log-view-file-face, log-view-message-face):
8924 New backward-compatibility aliases for renamed faces.
8925 (log-view-file-face, log-view-message-face): Use renamed log-view
8926 faces.
8927
8928 * paren.el (show-paren-match, show-paren-mismatch):
8929 Remove "-face" suffix from face names.
8930 (show-paren-match-face, show-paren-mismatch-face):
8931 New backward-compatibility aliases for renamed faces.
8932 (show-paren-function): Use renamed show-paren faces.
8933
8934 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
8935 (ruler-mode-margins, ruler-mode-fringes)
8936 (ruler-mode-column-number, ruler-mode-fill-column)
8937 (ruler-mode-comment-column, ruler-mode-goal-column)
8938 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
8939 suffix from face names.
8940 (ruler-mode-default-face, ruler-mode-pad-face)
8941 (ruler-mode-margins-face, ruler-mode-fringes-face)
8942 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
8943 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
8944 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
8945 New backward-compatibility aliases for renamed faces.
8946 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
8947 (ruler-mode-column-number, ruler-mode-fill-column)
8948 (ruler-mode-comment-column, ruler-mode-goal-column)
8949 (ruler-mode-tab-stop, ruler-mode-current-column)
8950 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
8951 faces.
8952
8953 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
8954 face name.
8955 (whitespace-highlight-the-space): Use renamed face.
8956 (whitespace-highlight-face): New backward-compatibility alias for
8957 renamed face.
8958
8959 * woman.el (woman-italic, woman-bold, woman-unknown)
8960 (woman-addition, woman-symbol-face):
8961 Remove "-face" suffix from face names.
8962 (woman-italic-face, woman-bold-face, woman-unknown-face)
8963 (woman-addition-face):
8964 New backward-compatibility aliases for renamed faces.
8965 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
8966 (woman-decode-region, woman-replace-match)
8967 (woman-display-extended-fonts, woman-special-characters)
8968 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
8969 Use renamed woman faces.
8970
8971 * longlines.el (longlines-visible-face): Face removed.
8972
8973 * diff-mode.el (diff-header, diff-file-header, diff-index)
8974 (diff-hunk-header, diff-removed, diff-added, diff-changed)
8975 (diff-function, diff-context, diff-nonexistent): Remove "-face"
8976 suffix from face names.
8977 (diff-header-face, diff-file-header-face, diff-index-face)
8978 (diff-hunk-header-face, diff-removed-face, diff-added-face)
8979 (diff-changed-face, diff-function-face, diff-context-face)
8980 (diff-nonexistent-face): New backward-compatibility aliases for
8981 renamed faces.
8982 (diff-header-face, diff-file-header-face)
8983 (diff-index, diff-index-face, diff-hunk-header)
8984 (diff-hunk-header-face, diff-removed, diff-removed-face)
8985 (diff-added, diff-added-face, diff-changed-face, diff-function)
8986 (diff-function-face, diff-context-face, diff-nonexistent)
8987 (diff-nonexistent-face): Use renamed diff-mode faces.
8988
8989 * progmodes/compile.el (compilation-warning-face)
8990 (compilation-info-face): Remove "-face" suffix from face names.
8991 (compilation-warning-face, compilation-info-face):
8992 New backward-compatibility aliases for renamed faces.
8993 (compilation-warning-face, compilation-info-face):
8994 Use renamed compilation faces.
8995
8996 * add-log.el (change-log-date, change-log-name)
8997 (change-log-email, change-log-file, change-log-list)
8998 (change-log-conditionals, change-log-function)
8999 (change-log-acknowledgement): Remove "-face" suffix from face names.
9000 (change-log-date-face, change-log-name-face)
9001 (change-log-email-face, change-log-file-face)
9002 (change-log-list-face, change-log-conditionals-face)
9003 (change-log-function-face, change-log-acknowledgement-face):
9004 New backward-compatibility aliases for renamed faces.
9005 (change-log-font-lock-keywords): Use renamed change-log faces.
9006
9007 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
9008 (custom-set, custom-changed, custom-saved, custom-button)
9009 (custom-button-pressed, custom-documentation, custom-state)
9010 (custom-comment, custom-comment-tag, custom-variable-tag)
9011 (custom-variable-button, custom-face-tag, custom-group-tag-1)
9012 (custom-group-tag): Remove "-face" suffix from face names.
9013 (custom-magic-alist, custom-magic-value-create)
9014 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
9015 (custom-invalid-face, custom-rogue-face, custom-modified-face)
9016 (custom-set-face, custom-changed-face, custom-saved-face)
9017 (custom-button-face, custom-button-pressed-face)
9018 (custom-documentation-face, custom-state-face)
9019 (custom-comment-face, custom-comment-tag-face)
9020 (custom-variable-tag-face, custom-variable-button-face)
9021 (custom-face-tag-face, custom-group-tag-face-1)
9022 (custom-group-tag-face):
9023 New backward-compatibility aliases for renamed faces.
9024
9025 * wid-edit.el (widget-documentation, widget-button)
9026 (widget-field, widget-single-line-field, widget-inactive)
9027 (widget-button-pressed): "-face" suffix removed from face names.
9028 (widget-documentation-face, widget-button-face)
9029 (widget-field-face, widget-single-line-field-face)
9030 (widget-inactive-face, widget-button-pressed-face):
9031 New backward-compatibility aliases for renamed faces.
9032 (widget-documentation-face, widget-button-face)
9033 (widget-button-pressed-face, widget-specify-field)
9034 (widget-specify-inactive): Use renamed widget faces.
9035
9036 2005-06-10 Kenichi Handa <handa@m17n.org>
9037
9038 * term/x-win.el (x-clipboard-yank): Remove condition-case
9039 wrapping.
9040
9041 2005-06-11 Kenichi Handa <handa@m17n.org>
9042
9043 * add-log.el (change-log-font-lock-keywords): Make the regexp for
9044 date lines stricter.
9045
9046 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
9047
9048 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
9049 of x-get-selection.
9050
9051 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
9052
9053 * comint.el (comint-mode, comint-snapshot-last-prompt):
9054 * frame.el (frame-current-scroll-bars):
9055 * term.el (term-mode, term-check-proc, term-input-sender)
9056 (term-simple-send, term-extract-string, term-word)
9057 (term-match-partial-filename):
9058 * window.el (window-current-scroll-bars):
9059 * emulation/cua-base.el (cua-normal-cursor-color)
9060 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
9061 (cua-global-mark-cursor-color):
9062 * mail/undigest.el (rmail-forward-separator-regex):
9063 Fix typos in docstrings.
9064
9065 * comint.el (comint-check-proc, make-comint-in-buffer)
9066 (comint-source-default): Doc fixes.
9067
9068 * term.el (term-send-string): Improve argument/docstring consistency.
9069
9070 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
9071
9072 * comint.el (comint-send-input): Bind `inhibit-read-only' around
9073 call to `delete-region'.
9074 (comint-mode-hook): Do not enable Font Lock by default.
9075
9076 2005-06-09 Lute Kamstra <lute@gnu.org>
9077
9078 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
9079 could be void.
9080
9081 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
9082
9083 * emacs-lisp/debug.el (debugger-will-be-back): New var.
9084 (debug): Use it.
9085 (debugger-step-through, debugger-continue, debugger-jump)
9086 (debugger-return-value): Set it when needed.
9087 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
9088 Use inhibit-read-only.
9089
9090 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
9091
9092 * window.el (shrink-window-if-larger-than-buffer)
9093 (window-size-fixed): Fix typo in docstring.
9094
9095 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
9096 thumbnails directory on loading.
9097 (thumbs-conversion-program): Use `eq' to check the system type,
9098 not `equal'.
9099 (thumbs-temp-dir): Initialize to `temporary-file-directory',
9100 not "/tmp". Fix docstring.
9101 (thumbs-thumbsdir): New function to return the thumbnails
9102 directory, creating it if needed.
9103 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
9104 (thumbs-temp-file): Delete variable and make it into a function.
9105 (thumbs-resize-image, thumbs-modify-image): Use it.
9106 (thumbs-kill-buffer): Simplify.
9107 (thumbs-gensym): Defalias or duplicate CL `gensym'.
9108 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
9109 docstrings.
9110
9111 2005-06-09 Kim F. Storm <storm@cua.dk>
9112
9113 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
9114 set-match-data to free markers in match-data.
9115
9116 * replace.el (replace-match-data): Pass RESEAT arg `t' to
9117 match-data to unchain markers in match-data.
9118
9119 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
9120
9121 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
9122 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
9123 unnecessary now.
9124
9125 2005-06-08 Richard M. Stallman <rms@gnu.org>
9126
9127 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
9128 give the variable a doc string that doesn't say don't set it directly.
9129
9130 * textmodes/ispell.el (ispell-check-version):
9131 Use match-string-no-properties.
9132 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
9133 (ispell-buffer-local-words): Likewise.
9134
9135 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
9136 except on terminals with enough colors to really display it.
9137 (makefile-dependency-regex): Delete spurious `bb'.
9138
9139 * faces.el (escape-glyph): Use blue once again in last case.
9140 (no-break-space): Redefine so that it isn't invisible on a tty.
9141
9142 2005-06-08 Kim F. Storm <storm@cua.dk>
9143
9144 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
9145 also when reading directory name.
9146
9147 2005-06-08 Lute Kamstra <lute@gnu.org>
9148
9149 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
9150 (flyspell-mode-line-string): Remove autoload cookie.
9151 (flyspell-mode): Remove defvar.
9152
9153 2005-06-07 Lute Kamstra <lute@gnu.org>
9154
9155 * textmodes/org.el (org-run-mode-hooks): New function.
9156 (org-agenda-mode): Use it.
9157
9158 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
9159
9160 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
9161
9162 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9163
9164 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
9165
9166 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
9167
9168 * font-lock.el (font-lock-add-keywords): Doc fix.
9169
9170 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
9171
9172 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
9173 (tex-compile-default): In the absence of any history, use the order in
9174 tex-compile-alist to choose the preferred command.
9175 (tex-compile-commands): Reorder a bit.
9176
9177 * textmodes/flyspell.el (flyspell-auto-correct-binding)
9178 (flyspell-incorrect-face, flyspell-duplicate-face):
9179 Use (X)Emacs-agnostic code.
9180 (flyspell-mode-map): Don't overwrite at each load. Remove code
9181 redundant with the subsequent add-minor-mode. Merge Emacs and
9182 XEmacs code.
9183 (flyspell-word): Minor simplification.
9184 (flyspell-math-tex-command-p): Quieten the byte-compiler.
9185 (flyspell-external-point-words): Remove unused vars `size' and `start'.
9186 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
9187 Merge the corresponding Emacs code.
9188 (flyspell-correct-word, flyspell-xemacs-popup):
9189 Use flyspell-do-correct.
9190
9191 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
9192 a dedicated window.
9193
9194 * international/latexenc.el (latexenc-find-file-coding-system):
9195 Undo part of last patch, to turn off a compiler warning.
9196
9197 2005-06-06 Juri Linkov <juri@jurta.org>
9198
9199 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
9200 Rename `tmm-inactive-face' to `tmm-inactive'.
9201
9202 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
9203
9204 * iswitchb.el: Rename faces.
9205
9206 2005-06-06 Kim F. Storm <storm@cua.dk>
9207
9208 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
9209 (cua-global-mark): Remove -face suffix from face names.
9210
9211 * emulation/cua-gmrk.el (cua--init-global-mark):
9212 Remove cua-global-mark face setup.
9213
9214 2005-06-06 Richard M. Stallman <rms@gnu.org>
9215
9216 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
9217 just like other allowed characters.
9218 (makefile-match-dependency): Exclude leading and training whitespace
9219 from the range of regexp subexp 1.
9220 (makefile-macroassign-regex): Don't try to match the body,
9221 just the name of the macro being defined.
9222
9223 * info.el (Info-read-node-name-2): New function.
9224 (Info-read-node-name-1): Use that.
9225 Add a completion-base-size-function property.
9226
9227 * simple.el (completion-setup-function): Look for
9228 completion-base-size-function property of minibuffer-completion-table.
9229
9230 * files.el (locate-file-completion): Doc fix.
9231
9232 * printing.el: Don't call pr-update-menus; user must do that.
9233
9234 * emacs-lisp/debug.el (debugger-window): New variable.
9235 (debug): Use debugger-window if it is set and still alive.
9236 Record debugger-window for next entry.
9237
9238 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
9239
9240 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
9241
9242 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
9243 (hack-one-local-variable, hack-local-variables)
9244 (hack-local-variables-prop-line): Pass that arg.
9245
9246 2005-06-06 Kim F. Storm <storm@cua.dk>
9247
9248 * ido.el (ido-first-match, ido-only-match, ido-subdir)
9249 (ido-indicator): Remove -face suffix from face names.
9250
9251 2005-06-06 Juri Linkov <juri@jurta.org>
9252
9253 * font-lock.el (font-lock-regexp-backslash)
9254 (font-lock-regexp-backslash-construct): New faces.
9255 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
9256 after `('. Add `while-no-input' to control structures.
9257
9258 * faces.el (no-break-space, shadow): New faces.
9259 (escape-glyph): Use less loud colors pink2 and red4.
9260
9261 * diff-mode.el (diff-context-face)
9262 * dired.el (dired-ignored)
9263 * rfn-eshadow.el (file-name-shadow)
9264 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
9265
9266 * info.el (Info-title-1-face): Use green instead of yellow because
9267 bold yellow is not readable on light backgrounds.
9268
9269 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
9270 before selecting the desired mode to not spend time fontifying
9271 old contents.
9272
9273 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
9274
9275 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
9276 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
9277
9278 * ps-print.el (ps-default-fg, ps-default-bg):
9279 Fix typos in docstrings.
9280
9281 * isearchb.el (isearchb): Don't pass a spurious second argument to
9282 `iswitchb-completions'.
9283
9284 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
9285
9286 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
9287 to preserve point.
9288 (gdb-find-file-hook): Add doc string.
9289
9290 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
9291 C dereferenced pointer expression.
9292 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
9293
9294 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
9295
9296 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
9297 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
9298 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
9299 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
9300 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
9301 Make background transparent.
9302
9303 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
9304
9305 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
9306 (font-lock-remove-keywords): Doc fix.
9307 (font-lock-mode-major-mode): Compiler defvar.
9308 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
9309
9310 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
9311 (font-lock-mode): Update `font-lock-mode-major-mode'.
9312 (font-lock-set-defaults): Compiler defvar.
9313 (font-lock-default-function): Take `font-lock-mode-major-mode'
9314 into account.
9315
9316 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
9317 keep track of which major mode it enabled the minor mode for.
9318 Use find-file-hook again. Update docstring.
9319
9320 * simple.el (eval-expression-print-level)
9321 (eval-expression-print-length, eval-expression-debug-on-error):
9322 Doc fixes.
9323
9324 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
9325
9326 * iswitchb.el (iswitchb-single-match-face)
9327 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
9328 (iswitchb-invalid-regexp-face): New faces.
9329 (iswitchb-completions): Use them.
9330 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
9331 now marked as an obsolete alias.
9332 (iswitchb-read-buffer): Remove check for bound font variables.
9333 (iswitchb-invalid-regexp): New free variable.
9334 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
9335 set iswitchb-invalid-regexp.
9336 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
9337 invalid regexps.
9338 (iswitchb-completions): Add check for complete match when entering
9339 a regexp.
9340 (iswitchb-completions): Remove require-match argument.
9341 (iswitchb-exhibit): Fix caller.
9342 (iswitchb-common-match-inserted): New variable.
9343 (iswitchb-complete, iswitchb-completion-help): Use it.
9344
9345 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
9346
9347 * url-http.el (url-http-chunked-encoding-after-change-function):
9348 Use `url-http-debug' instead of `message'.
9349
9350 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
9351
9352 * url-http.el (url-http-parse-headers): Pass redirected URL as a
9353 callback argument.
9354
9355 2005-06-04 Kim F. Storm <storm@cua.dk>
9356
9357 * simple.el (line-move): Only call sit-for when moving backwards.
9358
9359 * ido.el (ido-make-merged-file-list-1): New defun split from
9360 ido-make-merged-file-list.
9361 (ido-make-merged-file-list): Bind throw-on-input around call to
9362 ido-make-merged-file-list-1. Return input-pending-p if
9363 interrupted by more input available.
9364 (ido-read-internal): Handle input-pending-p return value from
9365 ido-make-merged-file-list.
9366
9367 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
9368
9369 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
9370 compatibility code.
9371
9372 * international/latexenc.el (latexenc-find-file-coding-system):
9373 Don't inherit the EOL part of the coding-system from the
9374 tex-main buffer. Fit within 80 columns.
9375
9376 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
9377
9378 * tmm.el (tmm-inactive-face): New face.
9379 (tmm-remove-inactive-mouse-face): New function.
9380 (tmm-prompt, tmm-add-one-shortcut)
9381 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
9382 but not selectable.
9383
9384 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
9385
9386 * faces.el (face-equal): Improve argument/docstring consistency.
9387
9388 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
9389
9390 * progmodes/make-mode.el (makefile-targets-face)
9391 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
9392 (makefile-bsdmake-dependency-regex)
9393 (makefile-makepp-rule-action-regex)
9394 (makefile-bsdmake-rule-action-regex): New constants.
9395 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
9396
9397 * progmodes/compile.el (compilation-error-regexp-alist-alist):
9398 Allow (...) within `...' for makepp messages.
9399
9400 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
9401
9402 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
9403
9404 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
9405 "." files are deleted from all file lists before comparison.
9406
9407 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
9408 (viper-ESC-key): Made them customizable.
9409
9410 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
9411
9412 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
9413
9414 * autorevert.el (auto-revert-buffers): Use save-match-data.
9415
9416 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
9419 menu items with a nil command binding.
9420
9421 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
9422
9423 * emacs-lisp/cl-macs.el (defsetf):
9424 Improve argument/docstring consistency.
9425
9426 * faces.el (list-faces-display): Improve the formatting by
9427 computing the maximum length required for any face-name (reworked
9428 patch of 1999-01-11, accidentally deleted on 1999-07-21).
9429 (internal-find-face): Remove redundant info in docstring.
9430
9431 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
9432
9433 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
9434 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
9435 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
9436 (gdb-assembler-custom): Improve regexps.
9437 (def-gdb-auto-update-handler): Use window point to preserve point.
9438
9439 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
9440
9441 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
9442
9443 2005-05-31 Jay Belanger <belanger@truman.edu>
9444
9445 * calc/calc-embed.el (calc-embedded-word): Change argument passed
9446 to calc-embedded.
9447 (calc-embedded-make-info): Have plain prefix argument select
9448 entire line.
9449
9450 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
9451
9452 * faces.el (list-faces-display): Signal error if passed a regexp
9453 that matches no face name.
9454
9455 * simple.el (filter-buffer-substring): Fix typo in docstring.
9456
9457 2005-05-31 Richard M. Stallman <rms@gnu.org>
9458
9459 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
9460 (vhdl-emacs-21): Doc fix.
9461 (vhdl-mode): Unconditionally set comment-padding.
9462 (vhdl-fixup-whitespace-region): Insert spaces only where
9463 there are none.
9464 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
9465
9466 2005-05-30 John Wiegley <johnw@newartisans.com>
9467
9468 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
9469 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
9470 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
9471 `directory-sep-char' to ?/, and all uses of `string-to-int' to
9472 `string-to-number'.
9473
9474 2005-05-30 Jay Belanger <belanger@truman.edu>
9475
9476 * calc/calc.el (calc-bug-address): Fix docstring.
9477 (calc-window-hook, calc-trail-window-hook): New variables.
9478 (calc-trail-display): Restore use of calc-trail-window-hook.
9479 (calc): Restore use of calc-window-hook.
9480
9481 2005-05-31 Masatake YAMATO <jet@gyve.org>
9482
9483 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
9484
9485 * help-fns.el (help-C-file-name): Add autoload mark for
9486 `find-function-noselect'.
9487
9488 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
9489
9490 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
9491 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
9492
9493 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
9494
9495 * calendar/diary-lib.el (mark-included-diary-files): Only kill
9496 included diary buffer if it was not already being visited.
9497 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
9498
9499 * calendar/icalendar.el (top-level): Do not require 'appt.
9500
9501 * mail/supercite.el (sc-select-attribution): Only use a list
9502 element from sc-attrib-selection-list if it returns a string.
9503 Reported by Davide G. M. Salvetti <salve@debian.org>.
9504
9505 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
9506
9507 * thumbs.el (thumbs-thumbname): The resulting thumbname now
9508 includes a hash value to improve its uniqueness, and has a ".jpg"
9509 extension. Also, it is now a valid filename on all systems.
9510 (thumbs-make-thumb): Use `let', not `let*'.
9511 (thumbs-show-thumbs-list): Check for JPEG availability.
9512
9513 2005-05-30 Richard M. Stallman <rms@gnu.org>
9514
9515 * filesets.el (filesets-menu-ensure-use-cached):
9516 Prevent warning when emacs-version>= is undefined.
9517
9518 * printing.el (pr-interactive-n-up): Use string-to-number.
9519
9520 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
9521
9522 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
9523 Warn only when name to be defined is quoted.
9524
9525 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
9526
9527 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
9528 Make regexp more robust.
9529 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
9530 Force regeneration of disassembly.
9531
9532 2005-05-29 Jay Belanger <belanger@truman.edu>
9533
9534 * calc/calc.el (calc-user-invocation): Check if
9535 calc-invocation-macro is non-nil.
9536
9537 2005-05-29 Juri Linkov <juri@jurta.org>
9538
9539 * add-log.el (change-log-font-lock-keywords):
9540 Add `+' to e-mail regexp to accept mail address with keywords.
9541
9542 * man.el (Man-name-regexp): Add `:' to accept qualified names.
9543
9544 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
9545
9546 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
9547
9548 * ielm.el (inferior-emacs-lisp-mode): Ditto.
9549
9550 2005-05-29 Richard M. Stallman <rms@gnu.org>
9551
9552 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
9553 Undo the change that moves to end of the current word.
9554
9555 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9556
9557 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
9558 Throw error when count <= 0 to ensure input is a number.
9559 (gdb-read-memory-custom): Pick up address from buffer.
9560 (gdb-memory-mode): Allow user to increment and decrement
9561 memory address from header line.
9562
9563 2005-05-29 Richard M. Stallman <rms@gnu.org>
9564
9565 * flyspell.el (flyspell-version): Function deleted.
9566 (flyspell-auto-correct-previous-hook): Doc fix.
9567
9568 * jit-lock.el (jit-lock-function, jit-lock-after-change):
9569 Do nothing if memory is full.
9570
9571 * font-lock.el (font-lock-fontify-syntactically-region):
9572 Pass t for GREEDY to looking-back.
9573
9574 * saveplace.el (save-place-alist-to-file): Write the file
9575 using write-region.
9576
9577 * subr.el (looking-back): New argument GREEDY.
9578
9579 * progmodes/compile.el (compilation-start): Set the mode
9580 before inserting the initial text.
9581
9582 * progmodes/which-func.el (which-func-update-1): Turn the mode
9583 off in case of error by setting which-func-mode.
9584
9585 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
9586
9587 * flyspell.el (flyspell-auto-correct-previous-word):
9588 Narrow down to what's on the screen, and recenter overlays
9589 at the end of the next word.
9590
9591 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
9592
9593 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
9594 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
9595 (flyspell-abbrev-p): Default to nil.
9596 (flyspell-use-global-abbrev-table-p): Doc fix.
9597 (flyspell-large-region): Allow nil as value.
9598 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
9599
9600 (mail-mode-flyspell-verify): More robust handling
9601 of `mail-header-separator'. More efficient signature detection.
9602 Allow for regexp metacharacters in message-header-separator.
9603 Adding `To' not to be checked in mail-mode-flyspell-verify.
9604
9605 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
9606 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
9607 Bind flyspell-auto-correct-binding.
9608 Bind C-. and C-, .
9609 (flyspell-mode-map): Likewise.
9610 (flyspell-mode): Doc fix.
9611 (flyspell-accept-buffer-local-defs): Preserve current buffer.
9612 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
9613 (flyspell-word-cache-result): New var, always local.
9614 (flyspell-check-pre-word-p): Doc fix.
9615 (flyspell-check-changed-word-p): Handle spc like newline.
9616 (flyspell-post-command-hook): Set flyspell-word-cache-result.
9617 (flyspell-word-search-backward, flyspell-word-search-forward):
9618 New functions.
9619 (flyspell-word): Return t if nothing to check.
9620 When parsing TeX code, check for after } or \.
9621 Use flyspell-word-search-backward to find previous word.
9622 Return nil if duplicated word.
9623 For word already checked, return same value as last time.
9624 Set flyspell-word-cache-result after checking.
9625 Don't clobber the return value.
9626 (flyspell-get-word): Major rewrite.
9627 (flyspell-external-point-words): New locals pword, pcount.
9628 Fix size used in progress message.
9629 Find the proper corresponding word in flyspell-large-region-buffer.
9630 (flyspell-region): Check for flyspell-large-region = nil.
9631 (flyspell-highlight-incorrect-region): Clean up overlays in region.
9632 (flyspell-auto-correct-word): Check that WORD is a cons.
9633 (flyspell-correct-word): Likewise.
9634
9635 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
9636
9637 * progmodes/make-mode.el (makefile-rule-action-regex)
9638 (makefile-macroassign-regex, makefile-makepp-mode)
9639 (makefile-bsdmake-mode): Continuation lines may be empty.
9640 Reported by Joshua Varner.
9641 (makefile-makepp-font-lock-keywords): Add $(stem).
9642
9643 2005-05-28 Karl Berry <karl@gnu.org>
9644
9645 * textmodes/tex-mode.el: Now that tex-send-command calls
9646 shell-quote-argument (2005-03-31 change), remove all calls to
9647 shell-quote-argument; they all end up invoking tex-send-command.
9648 The double quoting loses on filenames with non-safe characters,
9649 such as "@". Reported by Frederik Fouvry.
9650
9651 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
9652
9653 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
9654 about preserving point.
9655
9656 2005-05-27 Jay Belanger <belanger@truman.edu>
9657
9658 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
9659 Info-goto-node.
9660
9661 * calc/calc-embed.el (calc-embed-arg): New variable.
9662 (calc-do-embedded-activate, calc-embedded-activate-formula)
9663 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
9664 variable by new variable.
9665 (calc-embedded-make-info): Replace undeclared variable by new
9666 variable. When selecting region with positive prefix
9667 argument, use end of previous line instead of beginning of line.
9668
9669 * calc/calc-aent.el (calc-arg-values): Declare it.
9670
9671 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
9672 Declare them.
9673
9674 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
9675
9676 * calc/calc.el (calc-alg-map): Declare it.
9677
9678 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
9679
9680 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
9681
9682 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
9683 (gdb-registers-buffer, toggle-gdb-all-registers):
9684 Toggle display of floating point registers.
9685 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
9686
9687 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
9688 (toggle-gud-tooltip-dereference):
9689 Rename from gud-toggle-tooltip-dereference.
9690
9691 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
9692
9693 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
9694
9695 2005-05-27 Jay Belanger <belanger@truman.edu>
9696
9697 * calc/calc-prog.el (calc-kbd-report): Remove.
9698 (calc-kbd-query): Rewrite.
9699
9700 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
9701
9702 * image.el (image-library-alist): Move to image.c.
9703 (image-type-available-p): Doc fix.
9704
9705 2005-05-27 Lute Kamstra <lute@gnu.org>
9706
9707 * calc/calc.el (calc):
9708 * outline.el (outline-1, outline-2, outline-3, outline-4)
9709 (outline-5, outline-6, outline-7, outline-8):
9710 * textmodes/dns-mode.el (dns-mode):
9711 * textmodes/sgml-mode.el (sgml-namespace-face):
9712 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
9713 (tex-verbatim-face, tex-use-reftex):
9714 * textmodes/texinfo.el (texinfo-heading-face):
9715 Specify customization group.
9716
9717 * longlines.el: Don't require easy-mmode.
9718 (longlines-visible-face): Specify customization group.
9719
9720 2005-05-27 Kenichi Handa <handa@m17n.org>
9721
9722 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
9723 encoding table of windows-1251.
9724
9725 * international/ucs-tables.el (ucs-set-table-for-input):
9726 If translation-table-for-input of a coding system is a symbol, get
9727 its translation-table property.
9728
9729 * international/code-pages.el: Don't register a coding system into
9730 non-iso-charset-alist more than once.
9731 (cp-make-coding-system): Likewise.
9732
9733 2005-05-26 John Wiegley <johnw@newartisans.com>
9734
9735 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
9736 `eshell-resume-eval' is wrapped in a list, it indicates that the
9737 command was run asynchronously. In that case, unwrap the value
9738 before checking the delimiter value.
9739
9740 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
9741 character before a space at the end of a line is \, assume the space
9742 is part of the last argument rather than a final argument separator.
9743
9744 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
9745 is in use, and the target is `t' or `nil' (which are the most common
9746 values), don't assume that the symbol target is a buffer.
9747
9748 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
9749
9750 * calendar/calendar.el (calendar-mode-line-format):
9751 Use mode-line-highlight as mouse-face.
9752
9753 * time.el (display-time-string-forms, display-time-update):
9754 Use mode-line-highlight as mouse-face.
9755
9756 2005-05-26 Jay Belanger <belanger@truman.edu>
9757
9758 * calc/calc.el (calc-language-alist): Remove extra defvar.
9759
9760 2005-05-26 Lute Kamstra <lute@gnu.org>
9761
9762 * arc-mode.el (archive-mode):
9763 * bookmark.el (bookmark-read-annotation-mode)
9764 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
9765 * bs.el (bs-mode):
9766 * calc/calc-yank.el (calc-edit-mode):
9767 * calc/calc.el (calc-mode, calc-trail-mode):
9768 * calculator.el (calculator-mode):
9769 * chistory.el (command-history-mode):
9770 * comint.el:
9771 * cus-edit.el (custom-mode):
9772 * descr-text.el (describe-text-mode):
9773 * ebuff-menu.el (Electric-buffer-menu-mode):
9774 * ediff-util.el (ediff-mode):
9775 * emacs-lisp/re-builder.el (reb-mode):
9776 * emulation/vi.el (vi-mode-setup):
9777 * emulation/ws-mode.el (wordstar-mode):
9778 * eshell/esh-mode.el (eshell-mode):
9779 * forms.el (forms-mode):
9780 * help-mode.el (help-mode):
9781 * hexl.el (hexl-mode):
9782 * ibuffer.el (ibuffer-mode):
9783 * ielm.el (inferior-emacs-lisp-mode):
9784 * info.el (Info-mode, Info-edit-mode):
9785 * international/swedish.el:
9786 * ledit.el (ledit-from-lisp-mode):
9787 * locate.el (locate-mode):
9788 * mail/rmail.el (rmail-mode):
9789 * mail/rmailedit.el (rmail-edit-mode):
9790 * mail/rmailsum.el (rmail-summary-mode):
9791 * mail/supercite.el (sc-electric-mode):
9792 * net/eudc.el (eudc-mode):
9793 * net/quickurl.el (quickurl-list-mode):
9794 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
9795 * obsolete/ooutline.el (outline-mode):
9796 * obsolete/options.el (Edit-options-mode):
9797 * obsolete/rnews.el (news-mode):
9798 * obsolete/rnewspost.el (news-reply-mode):
9799 * play/5x5.el (5x5-mode):
9800 * play/decipher.el (decipher-mode, decipher-stats-mode):
9801 * play/gomoku.el (gomoku-mode):
9802 * play/snake.el (snake-mode):
9803 * play/solitaire.el (solitaire-mode):
9804 * play/tetris.el (tetris-mode):
9805 * progmodes/ada-mode.el (ada-mode):
9806 * progmodes/antlr-mode.el (antlr-mode):
9807 * progmodes/autoconf.el (autoconf-mode):
9808 * progmodes/dcl-mode.el (dcl-mode):
9809 * progmodes/delphi.el (delphi-mode):
9810 * progmodes/ebrowse.el (ebrowse-tree-mode)
9811 (ebrowse-electric-list-mode, ebrowse-member-mode)
9812 (ebrowse-electric-position-mode):
9813 * progmodes/f90.el (f90-mode):
9814 * progmodes/fortran.el (fortran-mode):
9815 * progmodes/icon.el (icon-mode):
9816 * progmodes/idlw-help.el (idlwave-help-mode):
9817 * progmodes/idlw-shell.el (idlwave-shell-mode):
9818 * progmodes/idlwave.el (idlwave-mode):
9819 * progmodes/inf-lisp.el (inferior-lisp-mode):
9820 * progmodes/m4-mode.el (m4-mode):
9821 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
9822 * progmodes/modula2.el (modula-2-mode):
9823 * progmodes/octave-inf.el (inferior-octave-mode):
9824 * progmodes/octave-mod.el (octave-mode):
9825 * progmodes/pascal.el (pascal-mode):
9826 * progmodes/sh-script.el (sh-mode):
9827 * progmodes/sql.el (sql-mode, sql-interactive-mode):
9828 * progmodes/vhdl-mode.el (vhdl-mode):
9829 * progmodes/xscheme.el (scheme-interaction-mode):
9830 * replace.el (occur-mode):
9831 * ses.el (ses-mode):
9832 * simple.el (completion-list-mode):
9833 * skeleton.el:
9834 * speedbar.el (speedbar-mode):
9835 * term.el (term-mode):
9836 * terminal.el (terminal-edit-mode):
9837 * textmodes/reftex-index.el (reftex-index-mode)
9838 (reftex-index-phrases-mode):
9839 * textmodes/reftex-sel.el (reftex-select-label-mode)
9840 (reftex-select-bib-mode):
9841 * textmodes/reftex-toc.el (reftex-toc-mode):
9842 * wdired.el (wdired-change-to-wdired-mode):
9843 * wid-browse.el (widget-browse-mode):
9844 Use run-mode-hooks.
9845
9846 * array.el (array-mode):
9847 * calendar/todo-mode.el (todo-mode):
9848 * man.el (Man-mode):
9849 * play/landmark.el (lm-mode):
9850 * play/mpuz.el (mpuz-mode):
9851 Use kill-all-local-variables and run-mode-hooks.
9852
9853 * subr.el (delay-mode-hooks): Specify indentation.
9854
9855 2005-05-26 Mark A. Hershberger <mah@everybody.org>
9856
9857 * xml.el (xml-substitute-special): Don't die for undefined xml
9858 entities.
9859
9860 2005-05-26 Jay Belanger <belanger@truman.edu>
9861
9862 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
9863 of nil.
9864
9865 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
9866
9867 * progmodes/gdb-ui.el (gdb-frame-address):
9868 Rename from gdb-current-address.
9869 (gdb-previous-frame-address): Rename from gdb-previous-address.
9870 (gdb-selected-frame): Rename from gdb-current-frame.
9871 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
9872 (gdb-frame-number): Rename from gdb-current-stack-level.
9873 (gdb-ann3): Match new mode-name for disassembly buffer.
9874 Extend initialization of variables.
9875 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
9876 (gdb-memory-mode): Use mouse-face in header line.
9877 (gdb-assembler-buffer-name): Call it disassembly and give frame
9878 in mode line.
9879 (gdb-source-spec-regexp, gdb-assembler-custom)
9880 (gdb-invalidate-assembler, gdb-frame-handler):
9881 Make robust to leading zeroes in address format.
9882
9883 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
9884
9885 * textmodes/org.el (org-mode): Use `define-derived-mode' to
9886 define `org-mode'.
9887 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
9888
9889 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
9890
9891 * log-edit.el (log-edit-changelog-entries): Distinguish between
9892 filenames like xfns.c and fns.c.
9893
9894 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
9895
9896 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
9897 point after reverting.
9898 (Buffer-menu-make-sort-button): Handle the case where
9899 `Buffer-menu-use-header-line' is nil.
9900
9901 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
9902
9903 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
9904 New funcs. In minibuffer-local-completion-map bind `]', `/'
9905 and `:' to them.
9906
9907 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * startup.el (normal-top-level): Allow modification of load-path while
9910 we're iterating over it.
9911
9912 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
9913
9914 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
9915 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
9916 (thumbs-resize-interactive, thumbs-insert-image)
9917 (thumbs-insert-thumb, thumbs-dired-show-marked)
9918 (thumbs-find-image-at-point, thumbs-delete-images)
9919 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
9920 (thumbs-increment-image-size, thumbs-decrement-image-size):
9921 Fix typos in docstrings.
9922
9923 2005-05-24 Andre Spiegel <spiegel@gnu.org>
9924
9925 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
9926 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
9927 (cperl-mode): Use them.
9928
9929 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
9930
9931 * window.el (quit-window, shrink-window-if-larger-than-buffer):
9932 Doc fixes.
9933
9934 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
9935
9936 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
9937 Bind C-d to gdb-inferior-io-eof.
9938
9939 * dired.el (dired-dnd-popup-notice): Use message-box.
9940
9941 2005-05-23 Masatake YAMATO <jet@gyve.org>
9942
9943 * bindings.el (mode-line-major-mode-keymap):
9944 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
9945
9946 * faces.el (mode-line-highlight): New face.
9947
9948 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
9949 as mouse-face.
9950
9951 * bindings.el (top-level, help-echo, mode-line-modified)
9952 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
9953 as mouse-face.
9954
9955 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
9956
9957 * progmodes/cc-engine.el (c-guess-basic-syntax):
9958 Remove spurious call to `zerop'.
9959
9960 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
9961
9962 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
9963
9964 CC Mode update to 5.30.10:
9965
9966 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
9967 could go past the limit in decoration level 2, thereby causing
9968 errors during interactive fontification.
9969
9970 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
9971 the file is evaluated interactively.
9972
9973 * cc-engine.el (c-guess-basic-syntax): Handle operator
9974 declarations somewhat better in C++.
9975
9976 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
9977 make use of `run-mode-hooks' which has been added in Emacs 21.1.
9978 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9979 (awk-mode): Use it.
9980 (make-local-hook): Suppress warning about obsoleteness.
9981
9982 * cc-engine.el, cc-align.el, cc-cmds.el
9983 (c-append-backslashes-forward, c-delete-backslashes-forward)
9984 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
9985 Compensate for return value from `forward-line' when it has moved
9986 but not to a different line due to eob.
9987
9988 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
9989 `objc-method-intro' and `objc-method-args-cont'.
9990
9991 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
9992
9993 CC Mode update to 5.30.10:
9994
9995 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
9996 in the copyright statement. Incidentally, change "along with GNU
9997 Emacs" to "along with this program" where it occurs.
9998
9999 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
10000 so that it is interactive, hence can be found by M-x awk-mode
10001 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
10002 <gmorris+emacs@ast.cam.ac.uk>.
10003
10004 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
10005 Mode's regexps.
10006
10007 2005-05-23 Kevin Ryde <user42@zip.com.au>
10008
10009 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
10010 c-parse-state, to avoid a lisp error (on bad code).
10011
10012 2005-05-23 Lute Kamstra <lute@gnu.org>
10013
10014 * subr.el (font-lock-defaults): Remove defvar as it's already
10015 defined in font-core.el.
10016
10017 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
10018
10019 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
10020
10021 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
10022 more general and work when GDB variable "print pretty" is on,
10023 as with Emacs, for example.
10024
10025 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
10026
10027 * font-core.el: Update comment.
10028
10029 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10030 Use `after-change-major-mode-hook' instead of `find-file-hook'.
10031
10032 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
10033
10034 2005-05-22 Eli Zaretskii <eliz@gnu.org>
10035
10036 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
10037 and `yank-handler' in the doc strings.
10038
10039 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
10042
10043 2005-05-22 Richard M. Stallman <rms@gnu.org>
10044
10045 * help.el (describe-key): Move print-help-return-message call
10046 out of conditional.
10047
10048 * progmodes/etags.el (list-tags): Use with-no-warnings.
10049
10050 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
10051 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
10052 (starttls-extra-args, starttls-extra-arguments): Add defvars.
10053
10054 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
10055
10056 * language/viet-util.el (viet-viscii-nonascii-translation-table):
10057 Add defvar.
10058
10059 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
10060 Use defvar, not defconst.
10061
10062 * hexl.el (hexl-follow-line): Use with-no-warnings.
10063
10064 * emulation/tpu-extras.el: Use write-file-functions instead of
10065 write-file-hooks.
10066
10067 * dired.el (dired-font-lock-keywords): Fontify files with junk
10068 extensions even if marked by -F.
10069
10070 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
10071
10072 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
10073 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
10074 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
10075 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
10076 (concatenate, list-length, get*, getf, cl-remprop):
10077 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
10078 (etypecase, progv, lexical-let, lexical-let*)
10079 (multiple-value-bind, multiple-value-setq, shiftf):
10080 Improve argument/docstring consistency.
10081
10082 * subr.el (focus-frame, unfocus-frame):
10083 Revert deletion on 2005-05-01.
10084
10085 2005-05-22 Andre Spiegel <spiegel@gnu.org>
10086
10087 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
10088 doesn't exist.
10089
10090 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
10091 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
10092
10093 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
10094
10095 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
10096 already deleted variables: auto-fill-hook, blink-paren-hook,
10097 lisp-indent-hook, inhibit-local-variables, unread-command-event,
10098 suspend-hooks, comment-indent-hook, meta-flag,
10099 before-change-function, after-change-function,
10100 font-lock-doc-string-face.
10101
10102 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
10103
10104 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
10105
10106 2005-05-21 Eli Zaretskii <eliz@gnu.org>
10107
10108 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
10109 rmail-dont-reply-to.
10110
10111 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
10112
10113 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
10114 literal blank when splitting new-header-values.
10115
10116 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
10117
10118 * calendar/cal-menu.el (cal-menu-update): Add separator as a
10119 string so that tmm doesn't create a completion entry for it.
10120
10121 * textmodes/table.el (table-disable-menu): Ditto.
10122
10123 2005-05-21 Richard M. Stallman <rms@gnu.org>
10124
10125 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
10126
10127 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
10128
10129 * net/rcompile.el (remote-compile): Use compilation-start.
10130
10131 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
10132
10133 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
10134
10135 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
10136 Default to makefile-bsdmake-mode on BSD systems.
10137
10138 * imenu.el (imenu-generic-expression, imenu--generic-function'):
10139 REGEXP may also be a search function now. The part of doc-string
10140 for describing the structure was 95% identical to that of
10141 `imenu--generic-function'. Unify it there.
10142
10143 * progmodes/make-mode.el (makefile-imenu-generic-expression):
10144 Use function to find dependencies, because regexp alone is so complex,
10145 it easily goes into an endless loop.
10146 (makefile-makepp-mode): Also add submenu for Perl functions
10147 defined in the makefile.
10148 (makefile-bsdmake-mode): Special imenu-generic-expression no
10149 longer needed, due to function call.
10150 (makefile-match-dependency): Take BOUND into account when checking
10151 if we're through.
10152
10153 2005-05-20 Jay Belanger <belanger@truman.edu>
10154
10155 * calc/calc-units.el (calc-invalidate-units-table):
10156 Use inhibit-read-only.
10157 (math-build-units-table-buffer): Use view-mode.
10158
10159 2005-05-20 David Kastrup <dak@gnu.org>
10160
10161 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
10162 easy-menu-add is not a nop on Emacs; and clarify when to call it.
10163
10164 2005-05-20 Lute Kamstra <lute@gnu.org>
10165
10166 * diff-mode.el (diff-header-face, diff-file-header-face)
10167 (diff-index-face, diff-hunk-header-face, diff-removed-face)
10168 (diff-added-face, diff-changed-face, diff-function-face)
10169 (diff-context-face, diff-nonexistent-face): Put them in the
10170 diff-mode customization group.
10171
10172 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
10173
10174 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
10175
10176 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
10177
10178 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
10179 Minor regexp-optimization.
10180
10181 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
10182
10183 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
10184 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
10185 (org-agenda-add-time-grid-maybe): New function.
10186 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
10187 (org-table-create): `dotimes' instead of `mapcar'.
10188 (org-xor): Simplify implementation.
10189 (org-agenda): `inhibit-redisplay' turned on.
10190 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
10191 a consistent line after a state change.
10192 (org-agenda-remove-times-when-in-prefix): New option.
10193 (org-prefix-has-time): New variable.
10194 (org-parse-time-string): Optional argument NODEFAULT.
10195 (org-format-agenda-item): Parse items for time-of-day
10196 specifications and move these into the prefix if possible.
10197 (org-agenda-priority): Get current heading, not previous heading
10198 during agenda remote editing.
10199
10200 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
10201
10202 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
10203 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
10204 (remove-duplicates, delete-duplicates, substitute)
10205 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
10206 (nsubstitute-if-not, find, find-if, find-if-not, position)
10207 (position-if, position-if-not, count, count-if, count-if-not)
10208 (mismatch, search, sort*, stable-sort, merge, member*)
10209 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
10210 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
10211 (intersection, nintersection, set-difference, nset-difference)
10212 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
10213 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
10214 (nsublis, tree-equal): Improve argument/docstring consistency.
10215
10216 * subr.el (send-string, send-region):
10217 Remove obsolescence declaration.
10218 (window-dot, set-window-dot, read-input, show-buffer)
10219 (eval-current-buffer, string-to-int):
10220 Add release number to obsolescence declarations.
10221
10222 2005-05-19 Kim F. Storm <storm@cua.dk>
10223
10224 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
10225 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
10226
10227 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
10228
10229 * faces.el (list-faces-display): Make back button respect optional
10230 regexp arg.
10231
10232 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
10233
10234 * calculator.el (calculator-radix-grouping-mode)
10235 (calculator-radix-grouping-digits, calculator-displayer)
10236 (calculator-radix-grouping-separator, calculator-copy-displayer):
10237 * dabbrev.el (dabbrev-search-these-buffers-only):
10238 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
10239 (diff-advance-after-apply-hunk, diff-mode-hook)
10240 (diff-minor-mode-prefix):
10241 * imenu.el (imenu-use-popup-menu):
10242 * jit-lock.el (jit-lock-context-time):
10243 * newcomment.el (comment-fill-column, comment-column)
10244 (comment-style, comment-padding, comment-multi-line)
10245 (comment-empty-lines, comment-auto-fill-only-comments):
10246 * reveal.el (reveal-around-mark):
10247 * uniquify.el (uniquify-buffer-name-style)
10248 (uniquify-after-kill-buffer-p)
10249 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
10250 (uniquify-min-dir-content, uniquify-separator)
10251 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
10252 * w32-vars.el (w32-fixed-font-alist):
10253 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
10254 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
10255 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
10256 * progmodes/perl-mode.el (perl-indent-level)
10257 (perl-continued-statement-offset, perl-continued-brace-offset)
10258 (perl-brace-offset, perl-brace-imaginary-offset)
10259 (perl-label-offset, perl-indent-continued-arguments)
10260 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
10261 * progmodes/tcl.el (tcl-indent-level)
10262 (tcl-continued-indent-level, tcl-auto-newline)
10263 (tcl-tab-always-indent, tcl-electric-hash-style)
10264 (tcl-help-directory-list, tcl-use-smart-word-finder)
10265 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
10266 (inferior-tcl-source-command):
10267 * textmodes/fill.el (enable-kinsoku):
10268 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
10269 * textmodes/table.el (table-yank-handler):
10270 Specify missing group (and type, if simple) in defcustom.
10271
10272 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
10273
10274 * progmodes/compile.el (compilation-finish-function): Fix defvar.
10275
10276 2005-05-19 Richard M. Stallman <rms@gnu.org>
10277
10278 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
10279
10280 * subr.el (event-basic-type): Don't get an error.
10281 (left-fringe-p): Function deleted.
10282
10283 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
10284 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
10285
10286 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
10287 in recursive copy.
10288
10289 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
10290
10291 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
10292
10293 * emacs-lisp/bytecomp.el
10294 (byte-compile-file-form-custom-declare-variable): Call
10295 byte-compile-nogroup-warn if appropriate.
10296
10297 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
10298 (compilation-set-window): Don't call left-fringe-p; do it directly.
10299
10300 2005-05-19 Jay Belanger <belanger@truman.edu>
10301
10302 * calc/calc-graph.el (calc-graph-format-data): Make sure
10303 var-PlotRejects is bound before trying to check its value.
10304
10305 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
10306
10307 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
10308 definition of this variable from reftex-global.el to reftex.el,
10309 because it is needed in the menu.
10310
10311 2005-05-19 Lute Kamstra <lute@gnu.org>
10312
10313 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
10314 years are fixed. Don't insert a space after a dash.
10315
10316 2005-05-19 Kim F. Storm <storm@cua.dk>
10317
10318 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
10319
10320 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
10321
10322 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
10323 strings, because (eq ... ?\\) is fairly frequent.
10324
10325 * progmodes/make-mode.el (makefile-add-this-line-targets):
10326 Simplify and integrate into `makefile-pickup-targets'.
10327 (makefile-add-this-line-macro): Simplify and integrate into
10328 `makefile-pickup-macros.
10329 (makefile-pickup-filenames-as-targets): Simplify.
10330 (makefile-previous-dependency, makefile-match-dependency):
10331 Don't stumble over `::'.
10332
10333 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
10334
10335 * subr.el (post-command-idle-hook, post-command-idle-delay):
10336 Remove obsoletion of post-command-idle-hook and
10337 post-command-idle-delay.
10338
10339 * faces.el (list-faces-display): Provide button when describe-face
10340 is called to take user back to the list of faces.
10341
10342 * help-fns.el (describe-variable): Remove hyperlinks in a
10343 variable's value as these are quite frequently inappropriate.
10344
10345 * follow.el (follow-submit-feedback, follow-mode):
10346 Remove references to post-command-idle-hook.
10347
10348 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
10349
10350 * progmodes/make-mode.el (makefile-previous-dependency)
10351 (makefile-match-dependency): Check for := (and in bsd mode also
10352 !=) to give a better result, even when font-lock is not on.
10353
10354 2005-05-18 Jay Belanger <belanger@truman.edu>
10355
10356 * calc/calc-help.el (calc-s-prefix-help):
10357 Add `calc-copy-special-constant' to help string.
10358
10359 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
10360
10361 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
10362
10363 2005-05-18 Jay Belanger <belanger@truman.edu>
10364
10365 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
10366 in linear factors are in proper order.
10367
10368 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
10369
10370 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
10371 Support for jurabib.
10372
10373 * textmodes/reftex.el (featurep): Define aliases for overlay
10374 commands, for XEmacs compatibility, and use these aliases in
10375 overlay initializations.
10376 (reftex-highlight): Use `reftex-move-overlay'.
10377 (reftex-unhighlight): Use `reftex-delete-overlay'.
10378 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
10379 (reftex-access-search-path): Use `reftex-uniquify' instead of
10380 `reftex-uniq'
10381
10382 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
10383 `before-string' property modification enables for Emacs as well.
10384 (reftex-select-item): Use `reftex-delete-overlay'.
10385 (reftex-select-mark): Use `reftex-make-overlay' and
10386 `reftex-overlay-put'.
10387 (reftex-select-unmark): Use `reftex-delete-overlay' and
10388 `reftex-overlay-put'.
10389
10390 2005-05-18 Lute Kamstra <lute@gnu.org>
10391
10392 * emacs-lisp/lisp.el (check-parens): Fix docstring.
10393
10394 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
10395
10396 * add-log.el (add-change-log-entry):
10397 * array.el (array-make-template, array-reconfigure-rows)
10398 (array-init-max-row, array-init-max-column)
10399 (array-init-columns-per-line, array-init-field-width):
10400 * replace.el (replace-match-maybe-edit, perform-replace):
10401 * textmodes/spell.el (spell-region):
10402 Replace `read-input' by `read-string'.
10403
10404 * forms.el (forms-mode):
10405 * finder.el (finder-compile-keywords):
10406 * shadowfile.el (shadow-read-files):
10407 Replace `eval-current-buffer' by `eval-buffer'.
10408
10409 * terminal.el (te-pass-through):
10410 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
10411 (ange-ftp-raw-send-cmd):
10412 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
10413 (send-process-next-char, telnet-initial-filter, telnet):
10414 Replace `send-string' by `process-send-string'.
10415
10416 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
10417 (prolog-consult-region): Replace `send-string' by
10418 `process-send-string'; replace `send-region' by `process-send-region'.
10419
10420 * progmodes/delphi.el (delphi-log-msg):
10421 Replace `set-window-dot' by `set-window-point'.
10422
10423 * subr.el (window-dot, set-window-dot, read-input, send-string)
10424 (send-region, show-buffer, eval-current-buffer):
10425 Make really obsolete, as the comment says.
10426
10427 2005-05-17 Kim F. Storm <storm@cua.dk>
10428
10429 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
10430 (cua--init-keymaps): Bind C-return instead of S-return to set
10431 rectangle mark.
10432
10433 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
10434 instead of S-return to toggle/clear rectangle mark.
10435
10436 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
10437
10438 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
10439 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
10440 Also fontify plain strings assigned to variables, mostly so that a
10441 colon has a face and is thus not taken as a dependency separator.
10442 (makefile-previous-dependency): Inline the new matcher, because it
10443 is too complex to work in both directions.
10444 (makefile-match-dependency): Eliminate `backward' arg (see above).
10445 Completely reimplemented so as to not sometimes go into an endless
10446 loop. It should also be more efficient, because first it only
10447 searches for `:', instead of applying the very complex regexp.
10448 (makefile-mode): Cancel `font-lock-support-mode', because blocks
10449 to be fontified in one piece can be too long for JIT.
10450 Makefiles are never *that* big.
10451
10452 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
10453
10454 * dired.el (dired-mode): Simplify.
10455
10456 2005-05-17 Lute Kamstra <lute@gnu.org>
10457
10458 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
10459 defcustom for the mode hook variable.
10460
10461 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
10462 Emacs Lisp Reference Manual.
10463
10464 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
10465
10466 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
10467 (evenp, list*):
10468 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
10469 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
10470
10471 * net/tramp-smb.el (tramp-smb-open-connection):
10472 Pass `tramp-chunksize' as fifth (required) argument.
10473
10474 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
10475
10476 * font-lock.el (lisp-font-lock-keywords-1):
10477 Set `font-lock-negation-char-face' for [^...] char group.
10478 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
10479
10480 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
10481 a var, and refine it to mask one more level of nested vars.
10482 (makefile-rule-action-regex): Turn it into a var, and refine it so
10483 it recognizes backslashed continuation lines as belonging to the
10484 same command.
10485 (makefile-macroassign-regex): Refine it so it recognizes
10486 backslashed continuation lines as belonging to the same command.
10487 (makefile-var-use-regex): Don't look at the next char, because it
10488 might be the same one to be skipped by the initial [^$], leading
10489 to an overlooked variable use.
10490 (makefile-make-font-lock-keywords): Remove two parameters, which
10491 are now variables that some of the modes set locally.
10492 Handle dependency and rule action matching through functions, because
10493 regexps alone match too often. Dependency matching now comes
10494 last, so it can check, whether a colon already matched something else.
10495 (makefile-mode): Inform that font-lock improves makefile parsing
10496 capabilities.
10497 (makefile-match-dependency, makefile-match-action): New functions.
10498
10499 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
10500
10501 * emacs-lisp/cl-extra.el (equalp): Doc fix.
10502
10503 * align.el (align-regexp):
10504 * ansi-color.el (ansi-color-get-face):
10505 * array.el (array-reconfigure-rows, array-init-max-row)
10506 (array-init-max-column, array-init-columns-per-line)
10507 (array-init-field-width):
10508 * dired-aux.el (dired-trample-file-versions):
10509 * dired-x.el (dired-mark-sexp):
10510 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
10511 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
10512 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
10513 * faces.el (face-read-integer):
10514 * files.el (backup-extract-version, insert-directory):
10515 * hexl.el (hexl-insert-decimal-char):
10516 * server.el (server-process-filter):
10517 * shell.el (shell-extract-num):
10518 * startup.el (command-line-1):
10519 * term.el (term-command-hook):
10520 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
10521 (time-stamp-do-number):
10522 * time.el (display-time-update):
10523 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
10524 (timezone-fix-time):
10525 * vms-patch.el (vms-suspend-resume-hook):
10526 * calendar/appt.el (appt-convert-time):
10527 * calendar/cal-bahai.el (mark-bahai-diary-entries):
10528 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
10529 * calendar/cal-islam.el (mark-islamic-diary-entries):
10530 * calendar/calendar.el (calendar-cursor-to-date)
10531 (calendar-star-date):
10532 * calendar/diary-lib.el (diary-attrtype-convert)
10533 (mark-diary-entries, diary-entry-time):
10534 * calendar/solar.el (solar-get-number):
10535 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
10536 * emacs-lisp/re-builder.el (reb-display-subexp):
10537 * emulation/edt.el (edt-set-scroll-margins):
10538 * emulation/tpu-extras.el (tpu-set-scroll-margins):
10539 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
10540 (vip-get-ex-count):
10541 * emulation/viper-ex.el (viper-get-ex-token)
10542 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
10543 * international/fontset.el (fontset-plain-name):
10544 * mail/feedmail.el (feedmail-look-at-queue-directory):
10545 * mail/mailalias.el (mail-get-names):
10546 * mail/rmail.el (rmail-convert-to-babyl-format):
10547 * mail/rmailsum.el (rmail-make-basic-summary-line)
10548 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
10549 (rmail-summary-goto-msg):
10550 * mail/smtpmail.el (smtpmail-read-response):
10551 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
10552 (ange-ftp-vms-add-file-entry):
10553 * play/gametree.el (gametree-looking-at-ply)
10554 (gametree-current-branch-score):
10555 * progmodes/ada-xref.el (ada-prj-find-prj-file)
10556 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
10557 * progmodes/cperl-mode.el (condition-case):
10558 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
10559 (ebrowse-set-member-buffer-column-width)
10560 (ebrowse-select-1st-to-9nth):
10561 * progmodes/etags.el (etags-snarf-tag):
10562 * progmodes/flymake.el (flymake-parse-line):
10563 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
10564 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
10565 (idlwave-shell-menu-def):
10566 * progmodes/ps-mode.el (ps-run-goto-error):
10567 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
10568 (vhdl-speedbar-contract-level):
10569 * term/mac-win.el (x-handle-numeric-switch):
10570 * term/sun-mouse.el (sun-get-frame-data):
10571 * term/w32-win.el (x-handle-numeric-switch):
10572 * term/x-win.el (x-handle-numeric-switch):
10573 * textmodes/ispell.el (ispell-parse-output):
10574 * textmodes/nroff-mode.el (nroff-outline-level):
10575 * textmodes/reftex-cite.el (reftex-bib-sort-year)
10576 (reftex-bib-sort-year-reverse, reftex-format-citation):
10577 * textmodes/reftex-parse.el (reftex-init-section-numbers)
10578 (reftex-section-number):
10579 * textmodes/texinfmt.el (texinfo-paragraphindent):
10580 Replace `string-to-int' by `string-to-number'.
10581
10582 * international/latexenc.el: Add page marker to force the "Local
10583 Variables:" string out of the last page.
10584
10585 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10586
10587 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
10588 tooltip-change-major-mode.
10589 (gud-tooltip-print-command): Remove case where gud-minor-mode
10590 is gdb ("--fullname").
10591 (gud-tooltip-tips): Turn GUD tooltips off for this case and
10592 explain to user.
10593
10594 2005-05-16 Jay Belanger <belanger@truman.edu>
10595
10596 * calc/calc-store.el (calc-copy-special-constant): New function.
10597
10598 * calc/calc-ext.el (calc-init-extensions): Add binding for
10599 `calc-copy-special-constant'.
10600
10601 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
10602 for the `calc-copy-special-constant' command.
10603
10604 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
10605
10606 * subr.el (left-fringe-p): New function.
10607
10608 * progmodes/compile.el (compilation-setup): Set local value of
10609 overlay-arrow-string to "" always.
10610 (compilation-set-window): Left fringe then don't scroll.
10611 No left fringe then no arrow and scroll message to top.
10612 (compilation-context-lines): Adjust doc string accordingly.
10613
10614 2005-05-16 Kim F. Storm <storm@cua.dk>
10615
10616 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10617 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
10618 (ido-wide-find-dir-or-delete-dir): New command for M-d.
10619 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
10620 (ido-read-file-name): Handle commands with ido property value
10621 equal to find-file as reading a file name, to allow C-d to enter dired.
10622 (ibuffer-find-file): Add ido property with value find-file.
10623
10624 2005-05-15 Kim F. Storm <storm@cua.dk>
10625
10626 * subr.el (open-network-stream-nowait): Remove.
10627 (open-network-stream-server): Remove.
10628
10629 2005-05-15 Richard M. Stallman <rms@gnu.org>
10630
10631 * faces.el (describe-face): Output a definition link button.
10632
10633 * help-mode.el (help-face-def): New button type.
10634
10635 * emacs-lisp/copyright.el (copyright-fix-years):
10636 Match properly if the first year is 2-digit.
10637 Don't mess up the whitespace after the years by filling.
10638
10639 * dired-aux.el (dired-mark-confirm):
10640 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
10641
10642 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
10643 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
10644 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
10645
10646 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
10647 Set font-lock-comment-start-skip.
10648
10649 * font-lock.el (font-lock-comment-start-skip): New variable.
10650 (font-lock-comment-end-skip): New variable.
10651 (font-lock-fontify-syntactically-region): Use them if non-nil.
10652
10653 2005-05-15 Jay Belanger <belanger@truman.edu>
10654
10655 * calc/calc-store.el (calc-store-value): Return a string rather
10656 than display it as a message.
10657 Use calc-var-name for variable name.
10658 (calc-store-into): Add the result of calc-store-value to message.
10659 (calc-copy-variable): Add a message.
10660 (calc-store-exchange): Improve error messages.
10661 (calc-store-binary, calc-store-map): Don't reset the values of
10662 special constants.
10663
10664 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
10665
10666 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
10667 manual to docstring.
10668
10669 * files.el (hack-local-variables-confirm): Add STRING argument.
10670 Make the function handle non file visiting buffers correctly.
10671 (hack-local-variables-prop-line, hack-local-variables)
10672 (hack-one-local-variable): Use STRING arg of
10673 `hack-local-variables-confirm'.
10674
10675 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
10676
10677 Sync with Tramp 2.0.49.
10678
10679 * net/tramp.el (tramp-handle-dired-call-process)
10680 (tramp-handle-insert-directory):`insert-buffer' cannot be used
10681 because the contents of the Tramp buffer is changed before
10682 insertion (`expand-file' and alike).
10683 (tramp-handle-insert-directory): If `localname' has an empty
10684 nondirectory name, it must not be quoted.
10685 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
10686 variable `tramp-chunksize'. Change callees.
10687 (tramp-open-connection-setup-interactive-shell): Check remote host
10688 for buggy `send-process-string' implementation.
10689 Set `tramp-chunksize' if found. Reported by Michael Kifer
10690 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
10691 (tramp-handle-shell-command): `insert-buffer' cannot be used
10692 because the contents of the Tramp buffer is changed before
10693 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
10694 <frederic.bothamy@free.fr>.
10695 (tramp-set-auto-save): Actions should be done for Tramp file name
10696 handler only. Ange-FTP has its own auto-save mechanism.
10697 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
10698 (tramp-set-auto-save-file-modes): Set file modes of
10699 `buffer-auto-save-file-name' to ?\600 as fallback solution.
10700 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
10701 (tramp-bug): Remove obsolete variable.
10702 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
10703 for presence of `mml-mode'. Make it running for older Emacsen as well.
10704
10705 2005-05-14 John Paul Wallington <jpw@pobox.com>
10706
10707 * ibuf-ext.el (define-ibuffer-filter filename):
10708 If `dired-directory' is a list, use its car.
10709
10710 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
10711
10712 * ibuffer.el (define-ibuffer-column filename):
10713 If `dired-directory' is a list, use its car.
10714
10715 2005-05-14 Richard M. Stallman <rms@gnu.org>
10716
10717 * subr.el (symbol-file): Doc fix.
10718
10719 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
10720 (byte-compile-form): Call byte-compile-nogroup-warn.
10721 (byte-compile-warning-types): Doc fix.
10722
10723 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
10724
10725 * progmodes/cc-engine.el (c-literal-faces):
10726 Add font-lock-comment-delimiter-face.
10727
10728 * net/net-utils.el (dig): Use with-no-warnings.
10729
10730 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
10731 (sc-recite-frame-alist, sc-default-cite-frame)
10732 (sc-default-uncite-frame, sc-default-recite-frame)
10733 (sc-attrib-selection-list, sc-rewrite-header-list):
10734 Mark as risky-local-variable.
10735
10736 * international/ogonek.el (ogonek-jak, ogonek-how):
10737 Don't use beginning-of-buffer.
10738
10739 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
10740
10741 * calendar/solar.el (solar-data-list): Move definition up.
10742
10743 * dnd.el (dnd-protocol-alist): Add autoload.
10744
10745 * progmodes/sh-script.el: Many doc usage fixes.
10746 (sh-indent-after-do): Change default to match common styles.
10747
10748 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
10749
10750 * files.el (interpreter-mode-alist)
10751 (auto-mode-interpreter-regexp): Doc fixes.
10752
10753 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
10754
10755 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
10756
10757 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
10758
10759 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10760
10761 * dired.el (dired-mode): make-variable-buffer-local =>
10762 make-local-variable.
10763
10764 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10765
10766 * term/mac-win.el (mac-select-convert-to-string): Try coding
10767 systems in mac-script-code-coding-systems if specified one cannot
10768 encode string for `com.apple.traditional-mac-plain-text'.
10769
10770 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
10771
10772 * progmodes/make-mode.el (makefile-targets-face)
10773 (makefile-shell-face, makefile-makepp-perl-face): New faces.
10774 (makefile-dependency-regex): Fix it to not make the colon in
10775 $(var:a=b) special.
10776 (makefile-rule-action-regex): New regexp for highlighting embedded
10777 Shell strings.
10778 (makefile-macroassign-regex): Handle != for highlighting as
10779 embedded Shell strings.
10780 (makefile-var-use-regex): New const.
10781 (makefile-statements, makefile-automake-statements)
10782 (makefile-gmake-statements, makefile-makepp-statements)
10783 (makefile-bsdmake-statements): New consts.
10784 (makefile-make-font-lock-keywords): New function.
10785 (makefile-automake-font-lock-keywords)
10786 (makefile-gmake-font-lock-keywords)
10787 (makefile-makepp-font-lock-keywords)
10788 (makefile-bsdmake-font-lock-keywords): New consts.
10789 (makefile-mode-map): Add switchers between the various submodes.
10790 (makefile-mode): Document the availability of the variants.
10791 (makefile-automake-mode, makefile-gmake-mode)
10792 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
10793
10794 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
10795 new variants of makefile-mode.
10796
10797 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10798
10799 * font-lock.el (font-lock-comment-delimiter-face): Fix up
10800 the inheritance.
10801
10802 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
10803
10804 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
10805 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
10806
10807 * files.el (normal-mode): Extend the scope of the
10808 `enable-local-variables' binding to include the `set-auto-mode' call.
10809 (magic-mode-alist): Doc fix.
10810
10811 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
10812
10813 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
10814 font-lock-comment-face rather than copying its setting.
10815
10816 2005-05-12 Andreas Schwab <schwab@suse.de>
10817
10818 * eshell/esh-mode.el (eshell-send-input): Doc fix.
10819
10820 2005-05-12 Lute Kamstra <lute@gnu.org>
10821
10822 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
10823 defcustom for the mode hook variable. Delete the last argument.
10824 * generic-x.el: Fix callers of define-generic-mode.
10825 (generic-x-modes): Delete group.
10826 (show-tabs-tab-face, show-tabs-space-face): Put them in the
10827 generic-x customization group.
10828
10829 2005-05-12 Kim F. Storm <storm@cua.dk>
10830
10831 * font-lock.el (font-lock-negation-char-face): Default to "off".
10832
10833 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
10834 font-lock-negation-char-face to ! in !=.
10835
10836 2005-05-12 Masatake YAMATO <jet@gyve.org>
10837
10838 * add-log.el (find-change-log): Fix typos in the docstring
10839 of function.
10840
10841 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
10842
10843 * international/latexenc.el (latexenc-find-file-coding-system):
10844 Avoid `re-search-forward' when looking for input encoding because
10845 of speed and safety. Better regular expressions for recognizing
10846 input encoding. Limit a search for TeX-master/tex-main-file to
10847 the local variable section.
10848
10849 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
10850
10851 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
10852 syntax of $ to "'" (quote).
10853
10854 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
10855
10856 * dnd.el (dnd-protocol-alist): Improve custom type.
10857
10858 * dired.el (dired-dnd-protocol-alist): New variable.
10859 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
10860 `dired-mode-hook' to the end.
10861
10862 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10863
10864 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
10865 comment-end if comment-start-skip is not set.
10866 Obey the font-lock-comment-delimiter-face variables.
10867
10868 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
10869
10870 * files.el (executable-find): Move from executable.el. Use
10871 locate-file.
10872 * progmodes/executable.el (executable-find): Move to files.el.
10873
10874 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
10875 when trying to ensure forward progress.
10876
10877 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
10878
10879 * mouse-sel.el (mouse-sel-follow-link-p): New function.
10880 (mouse-select, mouse-select-internal, mouse-extend-internal):
10881 Use it to implement mouse-1-click-follows-link functionality.
10882
10883 2005-05-11 Richard M. Stallman <rms@gnu.org>
10884
10885 * font-lock.el (font-lock-fontify-syntactically-region):
10886 Use font-lock-comment-delimiter-face for comment delimiters.
10887
10888 2005-05-10 Jay Belanger <belanger@truman.edu>
10889
10890 * calc/calc-help.el (calc-m-prefix-help): Add mention of
10891 preserving embedded modes.
10892
10893 2005-05-10 Richard M. Stallman <rms@gnu.org>
10894
10895 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
10896
10897 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
10898 Move from ada-stmt.el.
10899 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
10900
10901 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
10902 Move to ada-mode.el.
10903 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
10904
10905 * cus-edit.el (custom-file): Call file-chase-links.
10906
10907 * files.el (read-directory-name): Fix previous change.
10908 (hack-local-variables-confirm): New function.
10909 (hack-local-variables-prop-line, hack-local-variables)
10910 (hack-one-local-variable): Use it.
10911
10912 2005-05-10 Lute Kamstra <lute@gnu.org>
10913
10914 * font-lock.el (font-lock-keywords-alist)
10915 (font-lock-removed-keywords-alist): Clarify docstrings.
10916
10917 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
10918
10919 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
10920 (gdb-source-info): Check for preprocessor info.
10921 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
10922 a macro for a function.
10923 (gdb-info-breakpoints-custom): Try to find file again if not already
10924 found (user might have used GDB dir command).
10925 (gdb-get-location): Update gdb-location-alist correctly for change
10926 to gdb-info-breakpoints-custom.
10927
10928 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
10929 (gud-tooltip-print-command): Add gdbmi case.
10930 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
10931 preprocessor info.
10932
10933 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
10934
10935 * startup.el (fancy-splash-insert): Fix typo in doc string.
10936
10937 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
10938
10939 * obsolete/float.el (string-to-float):
10940 * obsolete/hilit19.el (hilit-add-pattern):
10941 * obsolete/rnews.el (news-parse-range, news-select-message)
10942 (news-get-pruned-list-of-files): Replace `string-to-int' by
10943 `string-to-number'.
10944
10945 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
10946 `find-file-not-found-hooks'; use `add-hook'.
10947 (uncompress-while-visiting): Set `write-file-functions', not
10948 `write-file-hooks'; use `add-hook'.
10949
10950 2005-05-09 Kim F. Storm <storm@cua.dk>
10951
10952 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
10953 (cua-paste): Handle clipboard action.
10954 (cua--init-keymaps): Remap clipboard-kill-region and
10955 clipboard-kill-ring-save.
10956
10957 2005-05-08 Eli Zaretskii <eliz@gnu.org>
10958
10959 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10960 Improve commentary.
10961
10962 * simple.el (next-error-overlay-arrow-position): Revert the change
10963 made on 2005-04-30.
10964
10965 2005-05-07 Jay Belanger <belanger@truman.edu>
10966
10967 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
10968 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
10969 `calc-sel-reselect'.
10970
10971 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
10972 Calc is in embedded mode.
10973
10974 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10975
10976 * progmodes/compile.el (compilation-setup):
10977 Set overlay-arrow-string to an empty string on text terminals.
10978
10979 * textmodes/ispell.el (ispell-program-name): Try looking for
10980 "aspell" along exec-path, and if found, use it as the default
10981 speller program.
10982
10983 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
10984
10985 * international/mule.el (sgml-xml-auto-coding-function):
10986 Recognize encoding='FOO' in single quotes as well as in double quotes.
10987
10988 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
10989
10990 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
10991 as well as `interactive', so that defmacro* would recognize
10992 `declare' forms.
10993
10994 2005-05-07 Eli Zaretskii <eliz@gnu.org>
10995
10996 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
10997 Explain more about the LIGHTER arg's usage in the doc string.
10998 Add commentary to clarify what the code does. Fix the regexp that
10999 strips whitespace from LIGHTER. Quote LIGHTER before using it,
11000 since it could have characters special to regular expressions.
11001
11002 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11003
11004 * replace.el (occur-1): Bind inhibit-read-only so that
11005 erase-buffer doesn't barf on read-only text properties (likewise
11006 for add-text-properties in occur-engine). Mark buffer as unmodified.
11007 (occur-engine): Don't set buffer-read-only here.
11008
11009 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11010
11011 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
11012 list-buffers-directory. This caused the *cvs-commit* buffer to be
11013 sometimes mistakenly reused as a *cvs* buffer.
11014
11015 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
11016
11017 * tooltip.el: Move code for GUD tooltips into gud.el.
11018 (require): CL no longer needed to compile case.
11019 (tooltip-mode): Do not toggle functions for GUD tooltips.
11020 (tooltip-gud-tips-p): Remove. Replace with minor mode
11021 gud-tooltip-mode in gud.el.
11022 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
11023 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
11024 tooltip-gud prefix with gud-tooltip and obsolete.
11025 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
11026 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
11027 (tooltip-mouse-motion): Mouse movement functions/variable.
11028 Rename in gud.el by adding gud prefix.
11029 (tooltip-gud-original-filter, tooltip-gud-dereference)
11030 (tooltip-gud-event, tooltip-toggle-gud-tips)
11031 (tooltip-gud-process-output, tooltip-gud-print-command)
11032 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
11033 gud.el by replacing tooltip-gud prefix with gud-tooltip.
11034 (gdb-tooltip-print): Move to gdb-ui.el.
11035
11036 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
11037 (require): CL needed to compile case.
11038 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
11039 tooltip-gud-tips-p. Make it a minor-mode.
11040 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
11041 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
11042 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
11043 (gud-tooltip-change-major-mode)
11044 (gud-tooltip-activate-mouse-motions-if-enabled)
11045 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
11046 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
11047 (gud-tooltip-original-filter, gud-tooltip-dereference)
11048 (gud-tooltip-event, tooltip-toggle-gud-tips)
11049 (gud-tooltip-process-output, gud-tooltip-print-command)
11050 (gud-tooltip-tips): Move from tooltip.el.
11051
11052 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
11053 (gdb-cpp-define-alist-flags): Doc fix.
11054 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
11055 gud-tooltip-mode is t.
11056
11057 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
11058
11059 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
11060 evaporate if their text is deleted.
11061 (goto-address-at-point): Make it work as a mouse binding as well.
11062 (goto-address-at-mouse): Obsolete it. Update users.
11063
11064 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
11065
11066 * calendar/appt.el (top-level): No longer activate on load.
11067
11068 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
11069
11070 * calendar/cal-bahai.el (mark-bahai-diary-entries):
11071 * net/webjump.el (webjump):
11072 * progmodes/idlw-help.el (idlwave-do-context-help1)
11073 (idlwave-highlight-linked-completions):
11074 * textmodes/po.el (po-find-file-coding-system-guts):
11075 Replace `assoc-ignore-case' by `assoc-string'.
11076
11077 2005-05-06 Eli Zaretskii <eliz@gnu.org>
11078
11079 * files.el (locate-file): Doc fix.
11080
11081 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
11082 Remove the redundant test for ms-dos.
11083
11084 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
11085 look for the preprocessor with exec-suffixes. If not found in
11086 standard places, look in exec-path. Remove most of the tests that
11087 used system-type.
11088
11089 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
11090
11091 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
11092
11093 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
11094 file-name clash with jka-compr.el on 8+3 filesystems.
11095
11096 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11097
11098 * term/mac-win.el: Don't define or bind scroll bar functions if
11099 x-toolkit-scroll-bars is t.
11100 (x-select-text, x-get-selection-value): Clear
11101 x-last-selected-text-clipboard if x-select-enable-clipboard is
11102 nil.
11103 (PRIMARY): Put mac-scrap-name property.
11104 (mac-select-convert-to-file-url): New function.
11105 (public.file-url): New selection target type. Add to
11106 selection-converter-alist.
11107 (x-get-selection, x-selection-value): Handle it.
11108 (x-cut-buffer-or-selection-value): New alias.
11109
11110 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11111
11112 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
11113 entry to avoid calling bibtex-find-entry with arg global
11114 being t. Remove arg key.
11115 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
11116 (bibtex-copy-summary-as-kill): Change accordingly.
11117
11118 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
11119
11120 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
11121 (org-agenda-date-later): Use with-current-buffer.
11122
11123 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
11124
11125 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
11126 (define-obsolete-variable-alias): Doc Fixes.
11127
11128 2005-05-06 Kim F. Storm <storm@cua.dk>
11129
11130 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
11131 vertical-motion when selective-display is active.
11132
11133 * ido.el (ido-setup-hook): New hook.
11134 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
11135 (ido-input-stack): New var.
11136 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
11137 ido-next-work-file binding to M-O.
11138 Bind M-f to ido-wide-find-file-or-pop-dir.
11139 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
11140 (ido-read-internal): Run ido-setup-hook.
11141 Catch quit in read-file-name and read-string to cancel edit.
11142 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
11143 Automatically pop-all when completing a directory name (RET).
11144 (ido-file-internal): Add with-no-warnings around ffap and dired code.
11145 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
11146 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
11147 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
11148 New functions for M-b/M-f to move among the directory components.
11149 (ido-make-merged-file-list): Catch quit to cancel merge.
11150 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
11151 (ido-completion-help): No warnings for ido-completion-buffer-full.
11152
11153 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
11154
11155 * font-lock.el (font-lock-negation-char-face): New face and variable.
11156 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
11157 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
11158 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
11159 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
11160
11161 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
11162
11163 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
11164 Fix typo in docstring.
11165
11166 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
11167 (ebrowse-print-statistics-line)
11168 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
11169
11170 * term/w32-win.el (image-library-alist): Add additional name for
11171 Xpm library.
11172
11173 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
11174
11175 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
11176 use gcc instead of cpp.
11177
11178 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
11179 (gdb-create-define-alist): Use it.
11180 (gdb-cpp-define-alist-program): Update for MS-DOS.
11181
11182 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
11183
11184 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
11185
11186 2005-05-04 Richard M. Stallman <rms@gnu.org>
11187
11188 * help.el (describe-key): No error when UNTRANSLATED is nil.
11189
11190 * simple.el (line-move-1): Fix previous change to signal errors
11191 appropriately.
11192
11193 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
11194
11195 * calendar/icalendar.el (icalendar-version): Now at 0.12.
11196 (icalendar-duration-correction): Remove.
11197 (icalendar--get-event-properties): Split result at commas.
11198 (icalendar--decode-isoduration): New optional argument
11199 DURATION-CORRECTION.
11200 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
11201 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
11202 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
11203 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
11204 (icalendar--convert-anniversary-to-ical): New functions, extracted
11205 from icalendar-export-region, with bug fixes.
11206 (icalendar-export-region): Use the above functions.
11207 (icalendar-import-buffer): Check before saving diary file.
11208 (icalendar--convert-recurring-to-diary)
11209 (icalendar--convert-non-recurring-all-day-to-diary)
11210 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
11211 extracted from icalendar--convert-ical-to-diary, with bug fixes.
11212 (icalendar--convert-ical-to-diary): Use the above functions.
11213
11214 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
11215
11216 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
11217 Remove these recent additions.
11218 (c-mode): Restore to before 2005-04-28.
11219
11220 * progmodes/cc-vars.el (cc-define-list-program): Remove this
11221 recent addition.
11222
11223 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
11224 (gdb-define-alist): New variables.
11225 (gdb-create-define-alist): New function.
11226 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
11227 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
11228 with string-to-number.
11229 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
11230
11231 * progmodes/gud.el: Replace string-to-int with string-to-number.
11232 (gud-find-file): Handle gdb-define-alist.
11233
11234 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
11235
11236 2005-05-02 Jay Belanger <belanger@truman.edu>
11237
11238 * calc/calc-aent.el (math-read-token):
11239 * calc/calc-bin.el (calc-word-size):
11240 * calc/calc-ext.el (calc-read-number-fancy):
11241 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
11242 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
11243 * calc/calc-frac.el (calc-over-notation):
11244 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
11245 (calc-graph-num-points, calc-graph-init):
11246 * calc/calc-prog.el (calc-read-parse-table-part)
11247 (calc-edit-macro-repeats):
11248 * calc/calc-yank.el (calc-do-grab-rectangle):
11249 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
11250 Replace `string-to-int' by `string-to-number'.
11251
11252 2005-05-02 Kim F. Storm <storm@cua.dk>
11253
11254 * kmacro.el: Use executing-kbd-macro-index variable.
11255
11256 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
11257
11258 * net/rlogin.el (rlogin-parse-words): Delete func.
11259 (rlogin): Use split-string, not rlogin-parse-words.
11260 Also, if there are option-like elements in the parsed args,
11261 take the host to be the first arg immediately following them.
11262 Suggested by Michael Mauger.
11263
11264 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11265
11266 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
11267
11268 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11269
11270 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
11271 (cc-mode-cpp-program): Rename to cc-define-list-program and
11272 move to cc-vars.el.
11273
11274 * progmodes/cc-vars.el (cc-define-list-program):
11275 Change to "gcc -E -dM -". Make customizable.
11276
11277 2005-05-02 Kim F. Storm <storm@cua.dk>
11278
11279 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
11280
11281 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
11282
11283 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
11284
11285 * international/mule-util.el (truncate-string): Remove alias and
11286 obsolete declaration.
11287
11288 * international/mule-cmds.el (update-iso-coding-systems):
11289 Remove alias and obsolete declaration.
11290
11291 * international/mule.el (coding-system-parent): Remove alias and
11292 obsolete declaration.
11293
11294 * subr.el (define-function, sref): Remove aliases and obsolete
11295 declarations.
11296 (chars-in-region): Remove obsolete declaration.
11297
11298 2005-05-01 Richard M. Stallman <rms@gnu.org>
11299
11300 * info.el (Info-mode): Set widen-automatically to nil, locally.
11301
11302 * simple.el (widen-automatically): New variable.
11303 (pop-global-mark): Obey widen-automatically.
11304
11305 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
11306
11307 * term/xterm.el (function-key-map): Call substitute-key-definition
11308 before the keymap size is increased by a lot of define-key calls.
11309
11310 2005-05-01 Richard M. Stallman <rms@gnu.org>
11311
11312 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
11313 Rename ARG to ELEMENT. Doc fix.
11314
11315 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11316
11317 * allout.el (allout-exposure): Remove macro and obsolete declaration.
11318 Remove references to allout-exposure/change to allout-new-exposure.
11319
11320 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
11321 bytecode symbols.
11322
11323 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
11324 (compiled-function-p, focus-frame, unfocus-frame):
11325 Remove aliases and obsolete declarations.
11326 Back out inadvertent changes from previous commit.
11327
11328 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
11329
11330 * files.el (require-final-newline): Make Custom tags consistent
11331 with mode-require-final-newline.
11332 (mode-require-final-newline): Doc fix.
11333
11334 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
11335
11336 * international/latexenc.el (latexenc-find-file-coding-system):
11337 Fix regular expressions.
11338
11339 2005-05-01 David Kastrup <dak@gnu.org>
11340
11341 * international/latexenc.el (latexenc-find-file-coding-system):
11342 Fix regular expressions.
11343
11344 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
11345
11346 * subr.el (string-to-int): Make obsolete.
11347
11348 2005-04-30 Richard M. Stallman <rms@gnu.org>
11349
11350 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
11351
11352 * loadup.el: load jka-comp-hook.
11353
11354 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
11355 (jka-compr-handler): Add autoload. `put' calls moved
11356 to jka-comp-hook.el.
11357 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
11358 (jka-compr-inhibit): Autoload.
11359
11360 * jka-comp-hook.el: New file.
11361 Enable the mode by default.
11362
11363 * files.el (backup-buffer-copy): Use copy-file instead
11364 of write-region, and put back the 'excl.
11365
11366 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
11367
11368 * progmodes/flymake.el (flymake-split-string)
11369 (flymake-split-string, flymake-log, flymake-pid-to-names)
11370 (flymake-reg-names, flymake-get-source-buffer-name)
11371 (flymake-unreg-names, flymake-add-line-err-info)
11372 (flymake-add-err-info): Clarify docstrings.
11373 (flymake-popup-menu, flymake-make-emacs-menu)
11374 (flymake-make-xemacs-menu): Add docstrings.
11375 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
11376 Set variables directly throughout.
11377
11378 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
11379
11380 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
11381 exists. Initialize cc-define-alist.
11382 (c-mode): Add cc-create-define-alist locally to after-save-hook.
11383 If there is no file (Macroexpansion) don't create an alist.
11384
11385 2005-04-29 Sam Steingold <sds@gnu.org>
11386
11387 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
11388 (cc-create-define-alist): Use it instead of the hard-coded string.
11389
11390 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
11391
11392 * international/mule-conf.el (file-coding-system-alist): Fix regexp
11393 for latexenc.
11394
11395 2005-04-29 Lute Kamstra <lute@gnu.org>
11396
11397 * emacs-lisp/generic.el: Improve commentary section.
11398 (define-generic-mode): Improve docstring.
11399
11400 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
11401
11402 * textmodes/org.el (many places): Change to quiet the byte compiler.
11403 (org-prefix-format-compiled): New variable.
11404 (org-compile-prefix-format): New function.
11405 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
11406 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
11407 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
11408 (org-get-entries-from-diary): Use `org-get-time-of-day' for
11409 consistency with entries from `org-mode' files.
11410 (org-get-time-of-day): Fix bug with partial matches early in a line.
11411 (org-non-link-chars): New constant.
11412 (org-link-regexp): Respect `org-non-link-chars'.
11413 (org-agenda-day-view): Remove command.
11414 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
11415 (org-follow-bbdb-link, org-store-link): Search also company field.
11416 (org-highlight-overlay): New variable.
11417 (org-highlight, org-unhighlight): New functions.
11418 (org-agenda-mode): Add pre-command-hook to remove highlight.
11419 (org-evaluate-time-range): Behavior depends upon whether time stamp
11420 contains a time or not.
11421 (org-show-subtree, org-show-entry): New functions.
11422 (org-agenda-cleanup-fancy-diary): Remove empty lines.
11423
11424 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
11425
11426 * comint.el (comint-output-filter-functions): Add autoload cookie.
11427
11428 2005-04-28 Kim F. Storm <storm@cua.dk>
11429
11430 * ido.el (ido-everywhere): Fix last change.
11431
11432 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
11433
11434 * international/latexenc.el: New file.
11435 * international/mule-conf.el (file-coding-system-alist): For .tex,
11436 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
11437
11438 2005-04-28 Lute Kamstra <lute@gnu.org>
11439
11440 * font-lock.el (font-lock-add-keywords)
11441 (font-lock-remove-keywords): Clarify docstring.
11442 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
11443 Don't start docstrings with a `*'.
11444 (font-lock-update-removed-keyword-alist): Give it a docstring.
11445
11446 * generic-x.el: Update commentary section.
11447 Only require font-lock when compiling.
11448 Define all modes conditionally.
11449 Place all generic modes in the generic-x-modes customization group.
11450 (generic-x-modes): New customization group.
11451 (generic-default-modes, generic-mswindows-modes)
11452 (generic-unix-modes, generic-other-modes): New constants.
11453 (generic-define-mswindows-modes, generic-define-unix-modes):
11454 Update docstrings. Make them obsolete.
11455 (generic-extras-enable-list): New default value. Update docstring.
11456 Improve :type. Change :set function.
11457 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
11458 Fix docstring.
11459
11460 * emacs-lisp/generic.el (generic-mode-internal):
11461 Simplify font-lock-defaults.
11462 (define-generic-mode): Fix docstring.
11463
11464 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
11465
11466 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
11467 font-lock-face property to highlight matches.
11468
11469 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
11470
11471 * progmodes/cc-mode.el (cc-create-define-alist): New function.
11472 (cc-define-alist): New variable.
11473 (c-mode): Make it local and initialize it.
11474
11475 * progmodes/gdb-ui.el (gdb-active-process): New variable.
11476 (gdb-exited): New function.
11477 (gdb-annotation-rules): Use it.
11478 (gdb-starting): Set gdb-active-process to t.
11479 (gdb-stopping): Amend doc string.
11480 (gdb-reset): Set gdb-active-process to nil.
11481
11482 * tooltip.el (tooltip-gud-tips): Show the associated #define
11483 directives when a C program under GDB is not executing.
11484
11485 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
11486
11487 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
11488 font-lock-fontify-syntactic-keywords.
11489
11490 * font-lock.el (font-lock-default-fontify-region): Don't force
11491 parse-sexp-lookup-properties to nil.
11492
11493 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
11494
11495 * man.el (man-mode-syntax-table): Set up `:' to have
11496 word-constituent syntax.
11497
11498 2005-04-27 Lute Kamstra <lute@gnu.org>
11499
11500 * novice.el (disable-command): Don't add spurious newlines to the
11501 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
11502
11503 2005-04-26 Jay Belanger <belanger@truman.edu>
11504
11505 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
11506 than one window before deleting window.
11507
11508 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
11509
11510 * shell.el (shell-prompt-pattern): Doc fix.
11511 (shell-mode): Set paragraph-separate buffer locally to "\\'".
11512
11513 * comint.el (comint-prompt-regexp, comint-get-old-input)
11514 (comint-use-prompt-regexp)
11515 (comint-use-prompt-regexp-instead-of-fields)
11516 (comint-replace-by-expanded-history, comint-send-input)
11517 (comint-output-filter, comint-get-old-input-default)
11518 (comint-line-beginning-position, comint-bol, comint-show-output)
11519 (comint-backward-matching-input, comint-forward-matching-input)
11520 (comint-next-prompt, comint-previous-prompt):
11521 Rename `comint-use-prompt-regexp-instead-of-fields' to
11522 `comint-use-prompt-regexp'. Keep old name as alias and declare
11523 obsolete.
11524 (comint-use-prompt-regexp): Shorten first line of doc string.
11525
11526 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
11527 Set paragraph-separate buffer locally to "\\'".
11528
11529 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
11530 Adapt to above name change.
11531
11532 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
11533 (smbclient-prompt-regexp): Ditto.
11534
11535 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
11536
11537 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
11538
11539 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
11540 gdb-location-list.
11541 Break lines that are over 80 characters wide.
11542
11543 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
11544
11545 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
11546 New fun and var, to preserve compatibility.
11547
11548 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
11549
11550 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
11551
11552 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
11553 name to file-newer-than-file-p.
11554
11555 2005-04-26 Richard M. Stallman <rms@gnu.org>
11556
11557 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
11558
11559 * progmodes/python.el (python-mode):
11560 Use new name eldoc-documentation-function.
11561
11562 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
11563
11564 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
11565 (eldoc-documentation-function):
11566 Rename from eldoc-print-current-symbol-info-function. Calls changed.
11567
11568 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
11569
11570 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
11571
11572 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11573
11574 * term/xterm.el (function-key-map): Fix strings for
11575 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
11576 {C,S,A,C-S}-{f1-f12}.
11577
11578 2005-04-26 Kenichi Handa <handa@m17n.org>
11579
11580 * international/mule-cmds.el (select-safe-coding-system):
11581 Fix previous change.
11582
11583 2005-04-26 Lute Kamstra <lute@gnu.org>
11584
11585 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
11586
11587 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
11588 (font-lock-comment-delimiter-face): Ditto.
11589
11590 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
11591
11592 2005-04-25 Jay Belanger <belanger@truman.edu>
11593
11594 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
11595 to t while inserting information; use help-mode.
11596
11597 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
11598
11599 * term.el (ansi-term-color-vector): Use the xterm colors.
11600 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
11601
11602 2005-04-25 Lute Kamstra <lute@gnu.org>
11603
11604 * font-core.el (font-lock-defaults): Fix docstring.
11605
11606 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
11607
11608 2005-04-25 Kenichi Handa <handa@m17n.org>
11609
11610 * international/mule-cmds.el (select-safe-coding-system):
11611 Don't check consistency with coding: spec, etc if raw-text or
11612 no-conversion was found to be safe.
11613
11614 2005-04-24 Richard M. Stallman <rms@gnu.org>
11615
11616 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
11617 citation markers at start of each line.
11618
11619 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
11620 citation markers at start of each line.
11621
11622 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
11623
11624 * files.el (mode-require-final-newline): Fix previous change.
11625 (require-final-newline): Fix type label.
11626
11627 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11628
11629 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
11630 statement in buffer (broken by 2004-11-24 change).
11631
11632 2005-04-24 Kim F. Storm <storm@cua.dk>
11633
11634 * ido.el (ido-everywhere): Save and restore old read-buffer-function
11635 and read-file-name-function values. Don't overwrite existing
11636 non-nil values if ido-mode is enabled without ido-everywhere.
11637
11638 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
11639
11640 * files.el (mode-require-final-newline): Minor doc fix.
11641
11642 2005-04-24 Eli Zaretskii <eliz@gnu.org>
11643
11644 * subr.el (syntax-after): Doc fix.
11645 (syntax-class): If argument is nil, return nil. Mask off upper 16
11646 bits, not 8 bits.
11647
11648 * files.el (mode-require-final-newline): Doc fix.
11649 (backup-buffer-copy): Fix last change.
11650
11651 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11652
11653 * term/mac-win.el: Require select. Set selection-coding-system to
11654 mac-system-coding-system. Call menu-bar-enable-clipboard.
11655 (x-last-selected-text-clipboard, x-last-selected-text-primary)
11656 (x-select-enable-clipboard): New variables.
11657 (x-select-text, x-get-selection, x-selection-value)
11658 (x-get-selection-value, mac-select-convert-to-string)
11659 (mac-services-open-file, mac-services-open-selection)
11660 (mac-services-insert-text): New functions.
11661 (CLIPBOARD, FIND): Put mac-scrap-name property.
11662 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
11663 (public.tiff): Put mac-ostype property.
11664 (selection-converter-alist): Add entries for them.
11665 (mac-application-menu-map): New keymap.
11666 (interprogram-cut-function, interprogram-paste-function): Set to
11667 x-select-text and x-get-selection-value, respectively.
11668 (split-window-keep-point): Set to t.
11669
11670 2005-04-23 Richard M. Stallman <rms@gnu.org>
11671
11672 * files.el (read-directory-name): Always pass non-nil
11673 DEFAULT-FILENAME arg to read-file-name.
11674 (backup-buffer-copy, basic-save-buffer-2): Take care against
11675 writing thru an unexpected existing symlink.
11676 (revert-buffer): In indirect buffer, revert the base buffer.
11677 (magic-mode-alist): Doc fix.
11678 (buffer-stale-function): Doc fix.
11679 (minibuffer-with-setup-hook): Avoid warning.
11680 (mode-require-final-newline): Doc and custom fix.
11681
11682 * follow.el (follow-end-of-buffer): Use with-no-warnings.
11683
11684 * font-lock.el (font-lock-comment-face): On terminals with few colors,
11685 use the default appearance.
11686 (font-lock-comment-delimiter-face): New face, new variable.
11687
11688 * imenu.el (imenu--generic-function): The official position of a
11689 definition is the start of the line that BEG is in.
11690
11691 * midnight.el (midnight-timer): Move defvar up.
11692
11693 * mouse.el (mouse-drag-region-1): Delete some debugging code.
11694
11695 * saveplace.el (save-place-to-alist): Use with-no-warnings.
11696
11697 * startup.el (command-line): Use with-no-warnings.
11698
11699 * window.el (window-size-fixed): New defvar.
11700
11701 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
11702
11703 * mail/rmail.el (rmail-font-lock-keywords):
11704 Use font-lock-comment-delimiter-face.
11705
11706 * mail/sendmail.el (mail-font-lock-keywords):
11707 Use font-lock-comment-delimiter-face.
11708
11709 * progmodes/compile.el (next-error-highlight-timer): New defvar.
11710
11711 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
11712
11713 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11714 Specify t for LAXMATCH when matching directories.
11715 Save match data around compilation-compat-error-properties form.
11716
11717 2005-04-23 David Kastrup <dak@gnu.org>
11718
11719 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
11720 Mention that the autoloaded aliases should be kept for AUCTeX.
11721
11722 2005-04-23 Andreas Schwab <schwab@suse.de>
11723
11724 * isearch.el (isearch-forward): Doc fix.
11725
11726 2005-04-23 Eli Zaretskii <eliz@gnu.org>
11727
11728 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
11729 (jit-lock-stealth-nice): Change default value to 0.5.
11730
11731 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
11732
11733 * abbrev.el (write-abbrev-file): Write table entries in
11734 alphabetical order by table name.
11735
11736 2005-04-22 Kim F. Storm <storm@cua.dk>
11737
11738 * ido.el (ido-read-internal): Fix `list' completion.
11739
11740 2005-04-22 Kenichi Handa <handa@m17n.org>
11741
11742 * recentf.el (recentf-save-file-coding-system): New variable.
11743 (recentf-save-list): Encode the file by
11744 recentf-save-file-coding-system and add coding: tag.
11745
11746 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
11747
11748 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
11749
11750 2005-04-21 Lute Kamstra <lute@gnu.org>
11751
11752 * loadhist.el (unload-feature): Don't remove a function from hooks
11753 if it is about to be restored to an autoload . Remove functions
11754 that will become unbound from auto-mode-alist. Simplify the code.
11755
11756 * subr.el (assq-delete-all): New implementation that is linear,
11757 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
11758 (rassq-delete-all): New function.
11759
11760 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11761 Add size-indication-mode.
11762
11763 2005-04-21 Kenichi Handa <handa@m17n.org>
11764
11765 * international/mule-cmds.el: Add autoload for widget-value in
11766 eval-when-compile.
11767
11768 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
11769
11770 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
11771 Add tooltip-mode.
11772
11773 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
11774
11775 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
11776
11777 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
11778 (inferior-lisp-filter-regexp, inferior-lisp-program)
11779 (inferior-lisp-load-command, inferior-lisp-prompt)
11780 (inferior-lisp-mode-hook, lisp-source-modes)
11781 (inferior-lisp-load-hook): defvar->defcustom.
11782 (inferior-lisp-program, inferior-lisp-prompt)
11783 (inferior-lisp-load-hook): Doc fixes.
11784 (inferior-lisp-install-letter-bindings): Small change in
11785 introductory comment.
11786
11787 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
11788
11789 * vc.el (vc-annotate-color-map): Change some colors so that text
11790 using them as foreground is readable on both white and black
11791 backgrounds.
11792
11793 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
11794
11795 * international/mule-conf.el (translation-table-for-input):
11796 Remove redundant declaration.
11797
11798 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11799
11800 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
11801
11802 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
11803 (tooltip-toggle-gud-tips): New function.
11804
11805 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11806
11807 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
11808 right angle brackets.
11809
11810 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
11811
11812 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
11813
11814 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
11815
11816 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
11817 Remove. Update callers to use expand-file-name instead.
11818
11819 * subr.el (syntax-class): New function.
11820
11821 * simple.el (blink-matching-open): Use it.
11822
11823 * paren.el (show-paren-function): Use it to recognize parens that are
11824 also used in 2-char comment markers.
11825
11826 2005-04-19 Lute Kamstra <lute@gnu.org>
11827
11828 * loadhist.el (unload-feature): Update for new format of
11829 load-history. Simplify the code.
11830
11831 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11832
11833 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
11834 (mac-add-charset-info): New function. Initialize variable
11835 mac-charset-info-alist using it.
11836 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
11837 for translation.
11838 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
11839 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
11840 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
11841 New CCL programs.
11842
11843 2005-04-19 Kim F. Storm <storm@cua.dk>
11844
11845 * simple.el (next-buffer, prev-buffer, next-error)
11846 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11847 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
11848
11849 * bindings.el (next-buffer, prev-buffer, next-error)
11850 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
11851 (clone-indirect-buffer-other-window): Move bindings from simple.el.
11852 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
11853 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
11854
11855 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
11856
11857 * isearch.el (isearch-edit-string): Make the search-ring available for
11858 minibuffer history commands.
11859 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
11860 the default history commands now work just as well.
11861 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
11862
11863 2005-04-18 Kim F. Storm <storm@cua.dk>
11864
11865 * emulation/cua-base.el (cua--pre-command-handler): Add more
11866 elaborate check for shift modifier on non-window systems.
11867
11868 2005-04-18 Lars Hansen <larsh@math.ku.dk>
11869
11870 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
11871
11872 2005-04-18 Kim F. Storm <storm@cua.dk>
11873
11874 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
11875 and make it optional. Don't test tooltip-gud-echo-area here.
11876 (tooltip-gud-process-output, gdb-tooltip-print):
11877 Pass tooltip-gud-echo-area to tooltip-show.
11878 (tooltip-help-tips): Remove second optional arg to tooltip-show.
11879
11880 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11881
11882 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
11883 `display-graphic-p' may not be bound yet.
11884
11885 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
11886
11887 * startup.el (command-line): No longer enable Xterm Mouse mode by
11888 default in terminals compatible with xterm.
11889
11890 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
11891
11892 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
11893
11894 * tooltip.el (tooltip-gud-echo-area): Rename from
11895 tooltip-use-echo-area.
11896 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
11897 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
11898 area independently of where help tooltips are displayed.
11899
11900 2005-04-17 David Kastrup <dak@gnu.org>
11901
11902 * cus-theme.el (custom-theme-write-variables): Quote variables
11903 where necessary.
11904
11905 2005-04-17 Richard M. Stallman <rms@gnu.org>
11906
11907 * simple.el (yank-excluded-properties): Add follow-link to value.
11908
11909 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
11910
11911 * startup.el (fancy-splash-max-time): Just 30 seconds.
11912 (fancy-splash-delay): Just 7.
11913 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
11914
11915 * loadhist.el (unload-feature): Update for new format of load-history.
11916 Simplify the code.
11917
11918 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
11919 (rmail-font-lock-keywords): Don't fontify the text of a citation.
11920
11921 * mail/sendmail.el (mail-font-lock-keywords):
11922 Don't fontify subject text.
11923 Don't fontify the text of a citation.
11924
11925 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
11926
11927 * comint.el (comint-output-filter): Run comint-output-filter-functions
11928 with point where the user had it.
11929
11930 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
11931
11932 * international/ucs-tables.el (ucs-set-table-for-input):
11933 Disable when using unify-on-decoding.
11934
11935 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
11936
11937 * emulation/cua-base.el (cua-global-mark-face): Add special case
11938 for displays supporting a high number of colors.
11939
11940 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
11941
11942 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
11943
11944 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
11945
11946 * filesets.el (filesets-add-buffer): If user supplies a name of a
11947 non-existing fileset, create a new fileset.
11948
11949 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
11950
11951 * textmodes/org.el (org-up-heading-all): Fix bug with
11952 `outline-up-heading-all'.
11953
11954 2005-04-16 Andreas Schwab <schwab@suse.de>
11955
11956 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
11957 /etc/permissions.d/* and /etc/aliases.d/*.
11958
11959 2005-04-16 Kenichi Handa <handa@m17n.org>
11960
11961 * international/code-pages.el (cp-make-coding-system):
11962 Set `translation-table-for-input' property value to the symbol
11963 ucs-mule-to-mule-unicode, not to that value.
11964 (pt154): Escape guillemet by `\'.
11965
11966 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
11967
11968 * loadup.el: Load tooltip if x-show-tip is fboundp.
11969
11970 * startup.el (command-line): Add comment.
11971
11972 * tooltip.el (tooltip-mode): Specify correct standard value for
11973 Custom in init-value.
11974
11975 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
11976
11977 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
11978 possible.
11979
11980 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
11981
11982 * textmodes/org.el (org-agenda-date-prompt): Rename from
11983 `org-agenda-date-today'.
11984 (org-evaluate-time-range): Insert at point instead of directly
11985 after time range.
11986 (org-first-headline-recenter, org-subtree-end-visible-p)
11987 (org-optimize-window-after-visibility-change): New functions
11988 (org-agenda-post-command-hook): Don't allow point at end of line,
11989 to make sure it always hits the text properties.
11990 (org-agenda-next-date-line, org-agenda-previous-date-line):
11991 New commands.
11992 (org-set-regexps-and-options): Category may contain white space.
11993 (org-agenda-get-deadlines, org-agenda-get-scheduled):
11994 Improve marker positions.
11995 (org-agenda-new-marker): Argument POS made optional.
11996 (org-agenda-get-timestamps): Deadlines which are done are listed
11997 in org-done-face now.
11998 (org-agenda-get-todos, org-agenda-get-timestamps)
11999 (org-agenda-get-deadlines, org-agenda-get-scheduled):
12000 Set `undone-face' and `done-face' properties.
12001 (org-last-todo-state-is-todo): New variable.
12002 (org-todo): Set `org-last-todo-state-is-todo'.
12003 (org-agenda-todo): Change face according to
12004 `org-last-todo-state-is-todo'. And change other lines referring to
12005 the same entry.
12006 (org-calendar-goto-agenda): New command.
12007 (org-calendar-to-agenda-key): New option.
12008 (org-startup-folded): New allowed value `content'.
12009 (org-set-regexps-and-options): Accept new value `content' for
12010 `org-startup-folded'.
12011 (org-get-current-options): Handle new value `content' for
12012 `org-startup-folded'.
12013 (org-insert-todo-heading): New command.
12014 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
12015 interactively in empty file and option
12016 `org-insert-mode-line-in-empty-file' has been set.
12017 (org-agenda-todo,org-agenda-priority): Modify to use
12018 `org-agenda-change-all-lines'.
12019 (org-warning-face): Change color on dark background
12020
12021 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12022
12023 * international/mule-cmds.el (set-locale-environment): On Mac OS,
12024 use preferences AppleLocale and AppleLanguages, and variable
12025 mac-system-locale for default locale. On Mac OS Classic, use
12026 mac-system-coding-system for default coding systems.
12027
12028 * term/mac-win.el: Don't set file-name-coding-system.
12029 Decode variables system-name, emacs-build-system, user-login-name, and
12030 user-full-name by mac-system-coding-system on Mac OS Classic.
12031 (mac-system-coding-system): New variable.
12032
12033 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
12034
12035 * startup.el (command-line): Handle `xterm-mouse-mode' before
12036 reading init file.
12037
12038 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
12039
12040 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
12041
12042 * progmodes/sh-script.el (sh-here-document-word): Make it a
12043 defcustom. Doc fix.
12044 (sh-add): Bash uses $(( )) for arithmetic.
12045 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
12046 (sh-maybe-here-document): Remove quotes and leading whitespace
12047 from heredoc word when closing. Indent heredoc with tabs if word
12048 starts with "-".
12049
12050 2005-04-13 Richard M. Stallman <rms@gnu.org>
12051
12052 * simple.el (undo): Fix previous change.
12053
12054 * custom.el (defface): Doc fix.
12055
12056 2005-04-13 Lute Kamstra <lute@gnu.org>
12057
12058 * Makefile.in (DONTCOMPILE): Remove list.
12059 (compile, compile-always): Don't use DONTCOMPILE.
12060 (update-authors): Load the library in which batch-update-authors
12061 is defined.
12062 * makefile.w32-in (DONTCOMPILE): Remove list.
12063 (compile, compile-always): Fix comments.
12064 (update-authors): Load the library in which batch-update-authors
12065 is defined.
12066
12067 * generic-x.el (generic-mode-ini-file-find-file-hook):
12068 Rename to ini-generic-mode-find-file-hook.
12069 Keep generic-mode-ini-file-find-file-hook as an alias.
12070 (ini-generic-mode-find-file-hook): Rename from
12071 generic-mode-ini-file-find-file-hook. Fix docstring.
12072 (ini-generic-mode): Docstring change.
12073 (bat-generic-mode-run-as-comint): Silence the byte compiler.
12074
12075 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
12076 called from lisp.
12077
12078 * generic.el: Move to the emacs-lisp subdir.
12079
12080 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
12081
12082 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
12083 and C-S- function and cursor motion keys.
12084
12085 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
12086
12087 * startup.el (command-line): Enable Xterm Mouse mode by default.
12088 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
12089 for Custom. No longer show "Mouse" in mode line when enabled.
12090 Doc fix.
12091
12092 2005-04-12 Kim F. Storm <storm@cua.dk>
12093
12094 * emulation/cua-base.el (cua-rectangle-face)
12095 (cua-rectangle-noselect-face): Define face attributes here.
12096
12097 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
12098
12099 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12100
12101 * startup.el (command-line): Turn off blinking cursor if
12102 cursorBlink in resources is off or false.
12103
12104 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12105
12106 * term/mac-win.el (dnd): Require dnd.
12107 (mac-drag-n-drop): Call dnd-handle-one-url.
12108 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
12109 (kTextEncodingISOLatin2): Remove constants.
12110 (mac-script-code-coding-systems): New constant.
12111 (mac-handle-language-change): New function.
12112 (special-event-map): Bind it to `language-change' event.
12113 (mac-centraleurroman, mac-cyrillic): New coding systems.
12114 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
12115 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
12116 and mac-cyrillic-encoder to encode-mac-centraleurroman and
12117 encode-mac-cyrillic, respectively.
12118
12119 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12120
12121 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
12122 Don't set overlay-arrow-string to "=>" as this is done
12123 globally in C now.
12124
12125 2005-04-12 Lute Kamstra <lute@gnu.org>
12126
12127 * generic-x.el (rc-generic-mode, rul-generic-mode):
12128 Fix auto-mode-alist entries.
12129 (etc-fstab-generic-mode): Tweak fontification.
12130
12131 * generic.el (generic-make-keywords-list): Fix docstring.
12132 (generic-mode-internal): Simplify generic-font-lock-keywords.
12133
12134 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12135
12136 * whitespace.el (whitespace-buffer-leading)
12137 (whitespace-buffer-trailing): Revert the incorrect test inversion.
12138 However, fix the highlight area for the leading and
12139 trailing whitespaces to show space.
12140
12141 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
12142
12143 * whitespace.el (whitespace-version): Bump to 3.5
12144
12145 (whitespace-buffer-leading, whitespace-buffer-trailing):
12146 Invert sense of the test to highlight the whitespace.
12147
12148 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12149
12150 * progmodes/gud.el (gud-display-line): GUD uses its own
12151 overlay arrow now so don't set overlay-arrow-string.
12152 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
12153
12154 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
12155
12156 * term.el (term-ansi-current-bold, term-ansi-current-underline)
12157 (term-ansi-current-reverse, term-ansi-current-invisible)
12158 (term-ansi-face-already-done): Change to boolean.
12159 (term-reset-terminal, term-handle-colors-array): Handle the above
12160 vars accordingly.
12161 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
12162 (term-emulate-terminal): Use the new name.
12163
12164 * faces.el (secondary-selection): Use yellow1, not yellow.
12165 (trailing-whitespace): Use red1, not red.
12166
12167 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12168
12169 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
12170 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
12171 (dired-dnd-handle-file): Call dnd-get-local-file-uri
12172
12173 * cus-edit.el (dnd): New group.
12174
12175 * term/w32-win.el (dnd): Require dnd
12176 (w32-drag-n-drop): Call dnd-handle-one-url.
12177
12178 * x-dnd.el: Require dnd.
12179 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
12180 Call dnd-handle-one-url.
12181 (x-dnd-types-alist, x-dnd-insert-utf8-text)
12182 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
12183 to dnd-insert-text.
12184 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
12185 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
12186 (x-dnd-get-local-file-name, x-dnd-open-local-file)
12187 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
12188
12189 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
12190
12191 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12192
12193 * wdired.el: Doc fixes.
12194 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
12195 (wdired-use-dired-vertical-movement): Rename from
12196 wdired-always-move-to-filename-beginning.
12197 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
12198 (wdired-change-to-wdired-mode): Change mode name.
12199 (wdired-newline): Delete.
12200
12201 2005-04-11 Richard M. Stallman <rms@gnu.org>
12202
12203 * whitespace.el (whitespace-highlight-the-space):
12204 Don't call whitespace-unhighlight-the-space here.
12205
12206 * simple.el (undo): Record t in undo-equiv-table
12207 for the redo record made by an undo-in-region.
12208
12209 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
12210
12211 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
12212 (gdb-frame-inferior-io-buffer): New Functions to control
12213 display of separate IO buffer.
12214 (menu): Add them to menu-bar.
12215 (gdb-display-buffer): Check for buffer another frame.
12216 Protect GUD buffer.
12217 (gdb-setup-windows): Create IO buffer if not already there.
12218 (gdb-memory-mode): Remove purecopy noops.
12219
12220 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
12221
12222 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
12223 and pass to self-insert-command.
12224
12225 2005-04-11 Lute Kamstra <lute@gnu.org>
12226
12227 * generic.el: Commentary section cleanup.
12228 (generic): Delete.
12229 (generic-use-find-file-hook, generic-lines-to-scan)
12230 (generic-find-file-regexp, generic-ignore-files-regexp)
12231 (default-generic-mode, generic-mode-find-file-hook)
12232 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
12233 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
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 from generic.el.
12238
12239 2005-04-10 Karl Fogel <kfogel@red-bean.com>
12240
12241 * bookmark.el (bookmark-write-file): Catch errors writing file.
12242 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
12243
12244 2005-04-10 Richard M. Stallman <rms@gnu.org>
12245
12246 * startup.el (fancy-splash-tail): Update copyright year.
12247 (command-line): Split part of -Q into -D.
12248 (emacs-basic-display): New defvar.
12249 (fancy-splash-text): Correct name of menu item.
12250
12251 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
12252
12253 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
12254 lines in one node.
12255
12256 * comint.el (comint-send-input): New arg ARTIFICIAL.
12257 Callers in this file changed.
12258
12259 * abbrev.el (define-abbrevs): Read system abbrevs properly.
12260
12261 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
12262
12263 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
12264
12265 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
12266 `ldap-search-internal'.
12267
12268 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12269
12270 * files.el (set-auto-mode-1): Use line-end-position.
12271
12272 * international/latin-1.el:
12273 * international/latin-2.el:
12274 * international/latin-3.el:
12275 * international/latin-4.el:
12276 * international/latin-5.el:
12277 * international/latin-8.el:
12278 * international/latin-9.el: Give punctuation syntax to NBSP.
12279
12280 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
12281 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
12282 Use char-classes to accept non-ascii letters, accepted in some recent
12283 bibtex implementations.
12284
12285 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
12286
12287 * custom.el (custom-set-minor-mode): Any non-nil value for the
12288 variable should enable the mode when set through Custom.
12289
12290 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
12293 TAB binding so tab-always-indent is obeyed.
12294 (vhdl-minibuffer-local-map): Move initialization into declaration.
12295 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
12296 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
12297 (vhdl-hooked-abbrev): Avoid test for XEmacs.
12298 (vhdl-current-line): Use line-beginning-position.
12299 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
12300 with-output-to-temp-buffer, so the current position can be recorded.
12301
12302 2005-04-10 Masatake YAMATO <jet@gyve.org>
12303
12304 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12305 Add regexp for gcov.
12306
12307 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
12308
12309 * calendar/time-date.el (time-to-seconds, seconds-to-time)
12310 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
12311 syntax which Emacs 20 doesn't support.
12312
12313 2005-04-09 Richard M. Stallman <rms@gnu.org>
12314
12315 * help.el (describe-key-briefly, describe-key):
12316 Replace strings as event types with "(any string)".
12317
12318 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
12319
12320 * arc-mode.el (archive-mode-map): Move initialization into
12321 the declaration. Override *all* bindings of `undo'.
12322 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
12323
12324 2005-04-09 Jay Belanger <belanger@truman.edu>
12325
12326 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
12327
12328 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
12329
12330 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
12331 (xterm-register-default-colors): Update color values computation
12332 to match xterm-200.
12333
12334 2005-04-09 Kenichi Handa <handa@m17n.org>
12335
12336 * international/code-pages.el (iso-latin-7): Fix the map.
12337
12338 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
12339
12340 * emacs-lisp/lisp.el (defun-prompt-regexp)
12341 (parens-require-spaces, buffer-end, end-of-defun)
12342 (insert-parentheses): Doc fixes.
12343
12344 2005-04-08 Kim F. Storm <storm@cua.dk>
12345
12346 * comint.el (comint-highlight-prompt): Fix face spec.
12347 * hi-lock.el (hi-green): Likewise.
12348
12349 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12350
12351 * cus-edit.el (custom-modified-face):
12352 * comint.el (comint-highlight-input): Fix previous changes.
12353 * term.el (term-handle-ansi-escape): Add a comment.
12354
12355 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
12358 in the buffer and in whitespace-highlighted-space.
12359 (whitespace-unhighlight-the-space): Simplify.
12360 (whitespace-buffer): Simplify.
12361
12362 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
12363
12364 * textmodes/table.el (table-cell-face): Add special case for
12365 displays supporting a high number of colors.
12366 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
12367 (vhdl-font-lock-reserved-words-face)
12368 (vhdl-speedbar-architecture-face)
12369 (vhdl-speedbar-instantiation-face)
12370 (vhdl-speedbar-architecture-selected-face)
12371 (vhdl-speedbar-instantiation-selected-face): Likewise.
12372 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
12373 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
12374 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
12375 (ebrowse-root-class-face, ebrowse-member-attribute-face)
12376 (ebrowse-progress-face): Likewise.
12377 * progmodes/compile.el (compilation-info-face): Likewise.
12378 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
12379 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
12380 * calendar/calendar.el (diary-face): Likewise.
12381 * woman.el (woman-italic-face, woman-bold-face)
12382 (woman-unknown-face): Likewise.
12383 * wid-edit.el (widget-button-pressed-face): Likewise.
12384 * whitespace.el (whitespace-highlight-face): Likewise.
12385 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
12386 * pcvs-info.el (cvs-marked-face): Likewise.
12387 * info.el (info-xref): Likewise.
12388 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
12389 * hilit-chg.el (highlight-changes-face)
12390 (highlight-changes-delete-face): Likewise.
12391 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
12392 (hi-red-b): Likewise.
12393 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
12394 * font-lock.el (font-lock-keyword-face)
12395 (font-lock-function-name-face, font-lock-warning-face): Likewise.
12396 * cus-edit.el (custom-invalid-face, custom-modified-face)
12397 (custom-set-face, custom-changed-face, custom-variable-tag-face)
12398 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
12399 * comint.el (comint-highlight-prompt): Likewise.
12400
12401 2005-04-08 Lute Kamstra <lute@gnu.org>
12402
12403 * font-lock.el (font-lock-keywords): Docstring fixes.
12404
12405 2005-04-08 Kenichi Handa <handa@m17n.org>
12406
12407 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
12408 chars are more than a limit, print " and more..." at the tail.
12409
12410 2005-04-08 Kim F. Storm <storm@cua.dk>
12411
12412 * emacs-lisp/authors.el (authors-aliases): Update list.
12413 (authors-ignored-files): New list.
12414 (authors-fixed-entries): Fix typo.
12415 (authors-renamed-files-alist): Update list.
12416 (authors-add): Check authors-ignored-files.
12417
12418 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
12419
12420 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
12421 optional, to ensure backward compatibility.
12422
12423 2005-04-08 Stephen Eglen <stephen@gnu.org>
12424
12425 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
12426
12427 2005-04-08 Kim F. Storm <storm@cua.dk>
12428
12429 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
12430
12431 * mouse.el (mouse-on-link-p): Doc fix.
12432
12433 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
12434
12435 * ielm.el (ielm-prompt-read-only): Doc fix.
12436
12437 * comint.el (comint-prompt-read-only): Doc fix.
12438
12439 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
12440
12441 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
12442 ensure dired always handles wildcards passed to ffap.
12443 (find-file-at-point): Use it.
12444 (ffap-dired-wildcards): Doc fix.
12445
12446 2005-04-07 Juri Linkov <juri@jurta.org>
12447
12448 * simple.el (next-error-overlay-arrow-position): New defvar.
12449 Put "=>" on its property `overlay-arrow-string'. Add it to
12450 `overlay-arrow-variable-list'.
12451
12452 * progmodes/compile.el (compilation-setup):
12453 Set `next-error-overlay-arrow-position' to nil. Also set it to
12454 nil in the local hook `kill-buffer-hook'. Make local variable
12455 `overlay-arrow-string' and set it to "=>".
12456 (compilation-goto-locus): Set BOL position to
12457 `next-error-overlay-arrow-position' instead of
12458 `overlay-arrow-position'.
12459
12460 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
12461 locally instead of adding it to the global hook.
12462 (Info-kill-buffer): Move up.
12463
12464 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
12465
12466 * term/xterm.el (xterm-standard-colors): Update color values from
12467 xterm-200.
12468
12469 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
12470
12471 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
12472
12473 * fast-lock.el:
12474 * lazy-lock.el: Move them to the obsolete subdir.
12475
12476 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
12477
12478 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
12479 (wdired-add-replace-advice): Remove.
12480 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
12481
12482 2005-04-06 Kim F. Storm <storm@cua.dk>
12483
12484 * startup.el (command-line): Add --bare-bones alias for -Q.
12485
12486 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12487
12488 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
12489 create the startup fontset if a font specification ends with
12490 `mac-roman'.
12491
12492 2005-04-06 Lute Kamstra <lute@gnu.org>
12493
12494 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
12495 change.
12496
12497 * emacs-lisp/copyright.el (copyright-update-year): Replace the
12498 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
12499
12500 2005-04-05 Lute Kamstra <lute@gnu.org>
12501
12502 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
12503 (define-generic-mode): Ditto. Fix debug declaration.
12504
12505 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
12506 Put them in the generic-x group.
12507
12508 * calendar/timeclock.el (timeclock): Doc fix.
12509
12510 * generic.el (define-generic-mode): Don't use custom-current-group.
12511 Document default :group value.
12512 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
12513 (define-global-minor-mode): Don't use custom-current-group.
12514
12515 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
12516
12517 * startup.el (command-line-1): Display startup-echo-area-message
12518 when fancy splash screen is in use.
12519
12520 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
12521 (sh-escaped-newline): New face.
12522 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
12523 newline, and use sh-escaped-newline face.
12524
12525 * progmodes/tcl.el (tcl-escaped-newline): New face.
12526 (tcl-builtin-list): New variable.
12527 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
12528 newlines. Fix keywords subexpression number.
12529
12530 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
12531
12532 * textmodes/org.el (org-diary-default-entry): Fix call to
12533 `add-to-diary-entry'.
12534
12535 2005-04-05 Kim F. Storm <storm@cua.dk>
12536
12537 * ediff-init.el: Use (featurep 'xemacs).
12538
12539 2005-04-05 David Ponce <david@dponce.com>
12540
12541 * cus-edit.el (face): Derive from symbol widget. Display sample
12542 of the current face on the fly.
12543 (widget-face-sample-face-get, widget-face-notify): New functions.
12544 (widget-face-value-create): Remove.
12545
12546 * wid-edit.el (widget-field-end): Temporarily remove field
12547 narrowing before to call `get-char-property'.
12548
12549 2005-04-04 Jay Belanger <belanger@truman.edu>
12550
12551 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
12552 (math-read-subscripts): New variable.
12553 (math-read-preprocess-string): Process subscripts.
12554
12555 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
12556
12557 * comint.el (comint-prompt-read-only): Doc fix.
12558
12559 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
12560 `-1'. Doc fix.
12561
12562 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
12563
12564 * textmodes/org.el (org-insert-mode-line-in-empty-file):
12565 Change default value to nil.
12566
12567 2005-04-04 Lute Kamstra <lute@gnu.org>
12568
12569 * autorevert.el (auto-revert-mode): Specify :group.
12570 * battery.el (display-battery-mode): Specify :group.
12571 * diff-mode.el (diff-minor-mode): Specify :group.
12572 * font-core.el (font-lock-mode): Specify :group.
12573 * hl-line.el (hl-line-mode): Specify :group.
12574 * iimage.el (iimage): New customization group.
12575 (iimage-mode): Specify :group.
12576 * longlines.el (longlines-mode): Specify :group.
12577 * master.el: Don't require easy-mmode.
12578 (master): New customization group.
12579 (master-mode): Specify :group.
12580 * msb.el (msb-mode): Specify :group.
12581 * reveal.el (reveal-mode): Specify :group.
12582 * simple.el (next-error-follow-minor-mode): Specify :group.
12583 * smerge-mode.el (smerge-mode): Specify :group.
12584 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
12585 * emulation/cua-base.el (cua-mode): Specify :group.
12586 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
12587 * language/thai-util.el (thai-auto-composition-mode)
12588 (thai-word-mode): Specify :group.
12589 * mail/supercite.el (sc-minor-mode): Specify :group.
12590 * progmodes/cwarn.el (cwarn-mode): Specify :group.
12591 * progmodes/flymake.el (flymake-mode): Specify :group.
12592 * progmodes/glasses.el (glasses-mode): Specify :group.
12593 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
12594 * textmodes/enriched.el (enriched-mode): Specify :group.
12595 * textmodes/refill.el (refill-mode): Specify :group.
12596
12597 * add-log.el (change-log-font-lock-keywords): Names in
12598 parenthesized lists can contain spaces.
12599
12600 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
12601
12602 * startup.el (fancy-splash-text): Shorten default text of
12603 "Emacs Tutorial" line. Also, if the current language env
12604 indicates an available tutorial file other than TUTORIAL,
12605 extract its title and append it to the line in parentheses.
12606 (fancy-splash-insert): If arg is a thunk, funcall it.
12607
12608 2005-04-04 Jay Belanger <belanger@truman.edu>
12609
12610 * calc.el (calc-language-alist): Add tags to customization type.
12611
12612 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
12613
12614 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
12615 Doc fix.
12616
12617 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
12618
12619 * add-log.el (change-log-font-lock-keywords): The manual
12620 describing a Change Log entry, says: (...) "Aside from these
12621 header lines, every line in the change log starts with a space or
12622 a tab.". The font-lock was not highlighting lines started with
12623 spaces, added support for it.
12624
12625 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12626
12627 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
12628 (bibtex-generate-url-list): Update docstring accordingly. Put the
12629 complex example in the docstring.
12630 (bibtex-font-lock-url): Use pop.
12631
12632 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
12633
12634 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
12635
12636 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
12637
12638 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
12639
12640 * filesets.el (filesets-set-default): Doc fix.
12641
12642 2005-04-03 Lute Kamstra <lute@gnu.org>
12643
12644 * generic.el (define-generic-mode): Add argument to specify
12645 keywords for defcustom.
12646 (default-generic-mode): Specify :group.
12647
12648 * generic-x.el: Specify :group for all generic modes.
12649
12650 * desktop.el (desktop-no-desktop-file-hook)
12651 (desktop-after-read-hook): Doc fix.
12652
12653 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
12654
12655 * simple.el (visible-mode): Use explicit :group keyword.
12656 This changes the group of `visible-mode-hook' from paren-blinking
12657 to editing-basics.
12658
12659 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
12660
12661 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
12662 mailbox specifications as well as URLs.
12663 (rmail-insert-inbox-text): Remove unused conditional branches.
12664
12665 2005-04-01 Jay Belanger <belanger@truman.edu>
12666
12667 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
12668 (calc-gnuplot-print-command): Move definitions to calc.el.
12669
12670 * calc/calc-embed.el (calc-embedded-announce-formula)
12671 (calc-embedded-open-formula, calc-embedded-close-formula)
12672 (calc-embedded-open-word, calc-embedded-close-word)
12673 (calc-embedded-open-plain, calc-embedded-close-plain)
12674 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
12675 (calc-embedded-open-mode, calc-embedded-close-mode):
12676 Move definitions to calc.el.
12677
12678 * calc/calc.el (calc-settings-file, calc-language-alist):
12679 Make customizable.
12680 (calc-embedded-announce-formula, calc-embedded-open-formula)
12681 (calc-embedded-close-formula, calc-embedded-open-word)
12682 (calc-embedded-close-word, calc-embedded-open-plain)
12683 (calc-embedded-close-plain, calc-embedded-open-new-formula)
12684 (calc-embedded-close-new-formula, calc-embedded-open-mode)
12685 (calc-embedded-close-mode, calc-gnuplot-name)
12686 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
12687 from other files and make customizable.
12688
12689 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
12690
12691 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
12692 Use buffer-live-p.
12693 (cvs-mode-run): Don't call cvs-update-header here.
12694 (cvs-run-process): Call cvs-update-header.
12695 Use process properties for cvs-postprocess and cvs-buffer so that
12696 the sentinel can behave better if the temp buffer is killed.
12697 Use a pipe rather than a tty, to better handle unexpected prompts.
12698 (cvs-sentinel): Rewrite. Call cvs-update-header.
12699
12700 2005-04-01 Andre Spiegel <spiegel@gnu.org>
12701
12702 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
12703 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
12704
12705 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
12706
12707 * generic.el (define-generic-mode): Add indentation rule.
12708
12709 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
12710
12711 * files.el (mode-require-final-newline): Make Custom correctly
12712 report a nil value and allow to set it to nil via Custom.
12713 Doc fix.
12714
12715 2005-04-01 Kenichi Handa <handa@m17n.org>
12716
12717 * international/characters.el: Enable the correct case setting for
12718 dotless-i and dotted-I.
12719
12720 2005-04-01 Kim F. Storm <storm@cua.dk>
12721
12722 * ido.el (ido-file-internal): Fall back to non-ido command if
12723 initial directory is on slow ftp (or tramp) host.
12724
12725 2005-03-31 Richard M. Stallman <rms@gnu.org>
12726
12727 * emacs-lisp/autoload.el (make-autoload):
12728 Handle define-global-minor-mode.
12729
12730 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
12731 Rename from easy-mmode-define-global-mode.
12732 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
12733
12734 * progmodes/scheme.el (scheme-mode-syntax-table):
12735 Update syntax of | and # for two-character comment syntax.
12736
12737 2005-03-31 Lute Kamstra <lute@gnu.org>
12738
12739 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
12740 (define-minor-mode): Call custom-current-group at load-time.
12741
12742 * generic.el (define-generic-mode): Add debug declaration.
12743 Add defcustom for the mode hook.
12744 (generic-mode-internal): Use run-mode-hooks.
12745
12746 2005-03-31 Kim F. Storm <storm@cua.dk>
12747
12748 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
12749 (mouse-fixup-help-message): New defun called by show_help_echo
12750 to fixup mouse-2 prefix in help messages when applicable.
12751
12752 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
12753
12754 2005-03-31 Kenichi Handa <handa@m17n.org>
12755
12756 * language/thai-word.el (thai-find-word-ends): Pay attention to
12757 the case that we reach the end of buffer.
12758
12759 * textmodes/fill.el (fill-text-properties-at): New function.
12760 (fill-newline): Use fill-text-properties-at instead of
12761 text-properties-at.
12762
12763 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12764
12765 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
12766 not comint-quote-filename.
12767
12768 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
12769
12770 * help-fns.el (help-with-tutorial): Revert last change.
12771
12772 2005-03-31 Kim F. Storm <storm@cua.dk>
12773
12774 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
12775
12776 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
12777
12778 * calendar/cal-china.el: Update reference to "Calendrical
12779 Calculations" book; there's a new edition.
12780 * calendar/cal-coptic.el: Likewise.
12781 * calendar/cal-french.el: Likewise.
12782 * calendar/cal-hebrew.el: Likewise.
12783 * calendar/cal-islam.el: Likewise.
12784 * calendar/cal-iso.el: Likewise.
12785 * calendar/cal-julian.el: Likewise.
12786 * calendar/cal-mayan.el: Likewise.
12787 * calendar/cal-persia.el: Likewise.
12788 * calendar/calendar.el: Likewise.
12789 * calendar/holidays.el: Likewise.
12790 * calendar/lunar.el: Likewise.
12791 * calendar/solar.el: Likewise.
12792
12793 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
12794 white space from doc string.
12795
12796 2005-03-30 Jay Belanger <belanger@truman.edu>
12797
12798 * calc/calc-help.el (calc-full-help): Remove email address.
12799
12800 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
12801
12802 * help-fns.el (help-with-tutorial): Delete title line.
12803
12804 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
12805
12806 * calendar/cal-x.el (calendar-one-frame-setup)
12807 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
12808 rather than 'symbol for set-window-dedicated-p.
12809
12810 * calendar/appt.el (appt-buffer-name): Make it a constant.
12811 (appt-add): Doc fix.
12812
12813 * filesets.el (filesets-menu-path, filesets-menu-before)
12814 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
12815 (filesets-menu-cache-file): Use directory ~/.emacs.d.
12816 (filesets-add-submenu): Delete and use add-submenu instead.
12817
12818 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
12819
12820 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
12821 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
12822 (org-diary-default-entry): New function.
12823 (org-get-entries-from-diary): Better parsing of diary entries.
12824 (org-agenda-check-no-diary): New function.
12825 ("diary-lib"): Advice to function `add-to-diary-list', to allow
12826 linking to diary entries.
12827 (org-agenda-execute-calendar-command): New function.
12828 (org-agenda): Improve visible section in window.
12829 Use `org-fit-agenda-window'.
12830 (org-fit-agenda-window): New option.
12831 (org-move-subtree-down): Better handling of empty lines
12832 at end of subtree.
12833 (org-cycle): Numeric prefix is interpreted now as show-subtree N
12834 levels up.
12835 (org-fontify-done-headline): New option.
12836 (org-headline-done-face): New face.
12837 (org-set-font-lock-defaults): Use `org-headline-done-face'.
12838 (org-table-copy-down): Rename from `org-table-copy-from-above'.
12839 When current field is non-empty, it is copied to next row.
12840 (org-table-copy-from-above): Fix bug which made it
12841 impossible to copy fields containing only a single non-white character.
12842
12843 2005-03-30 Kim F. Storm <storm@cua.dk>
12844
12845 * kmacro.el (kmacro-end-macro): Isearch may store this command
12846 into the macro -- so ignore it when executing keyboard macro.
12847
12848 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12849
12850 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
12851
12852 2005-03-29 Kenichi Handa <handa@m17n.org>
12853
12854 * language/thai.el ("Thai"): Set setup-function and exit-function
12855 for Thai language environment.
12856
12857 * language/thai-util.el: Require thai-word.
12858 (thai-word-mode-map): New variable.
12859 (thai-word-mode): New minor mode.
12860 (setup-thai-language-environment-internal): New function.
12861 (exit-thai-language-environment-internal): New function.
12862
12863 * language/thai-word.el (thai-word-table): Declare it by defvar,
12864 use dolist to initialize it.
12865 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
12866 (thai-fill-find-break-point): New functions.
12867
12868 2005-03-29 Richard M. Stallman <rms@gnu.org>
12869
12870 * simple.el (idle-update-delay): Move definition up.
12871 (set-mark): Doc fix.
12872
12873 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
12874
12875 * longlines.el: New file.
12876
12877 * simple.el (buffer-substring-filters): New variable.
12878 (filter-buffer-substring): New function.
12879 (kill-region, copy-region-as-kill): Use it.
12880
12881 * register.el (copy-to-register, append-to-register)
12882 (prepend-to-register): Use filter-buffer-substring.
12883
12884 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
12885
12886 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
12887 (gud-filter-pending-text): Move in front of gdb.
12888 (gud-overlay-arrow-position): New variable.
12889 (gud-sentinel, gud-display-line): Use it in place of
12890 overlay-arrow-position.
12891
12892 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
12893
12894 * progmodes/fortran.el (fortran-if-indent): Doc fix.
12895 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
12896 (fortran-font-lock-keywords-4): New variable.
12897 (fortran-blocks-re, fortran-end-block-re)
12898 (fortran-start-block-re): New constants, for hideshow.
12899 (hs-special-modes-alist): Add a Fortran entry.
12900 (fortran-mode-map): Bind fortran-end-of-block,
12901 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
12902 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
12903 (fortran-looking-at-if-then, fortran-end-of-block)
12904 (fortran-beginning-of-block): New functions, for hideshow.
12905
12906 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
12907 Doc fix. Tweak regexp.
12908 (f90-beginning-of-block): Push mark first.
12909
12910 2005-03-29 Jay Belanger <belanger@truman.edu>
12911
12912 * calc/calc.el: Update copyright date.
12913 (calc-version): Increase to 2.1.
12914 (calc-version-date): Remove.
12915
12916 * calc/calc-help.el: Update copyright date.
12917 (calc-full-help): Remove reference to calc-version-date.
12918 Update copyright date.
12919
12920 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12921
12922 * vc.el (vc-do-command): Use a pipe for async processes, so password
12923 prompts don't show up at places where the user can't reply.
12924
12925 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
12926
12927 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
12928 on the file name we pass to the inferior shell.
12929
12930 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12931
12932 * progmodes/which-func.el (which-function): Be robust in the face of an
12933 imenu--make-index-alist failure.
12934
12935 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
12936
12937 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
12938
12939 * progmodes/python.el (python-preoutput-filter): Fix last change.
12940
12941 2005-03-29 Lute Kamstra <lute@gnu.org>
12942
12943 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
12944 functions and compiled macros.
12945 (debug-convert-byte-code): Handle macros too.
12946 (debug-on-entry-1): Don't signal an error when trying to clear a
12947 function that is not set to debug on entry.
12948
12949 2005-03-29 Jay Belanger <belanger@truman.edu>
12950
12951 * calc/calc-lang.el: Add functions to math-function-table
12952 properties of tex and math.
12953
12954 2005-03-29 Kenichi Handa <handa@m17n.org>
12955
12956 * ps-mule.el (ps-mule-plot-string): Translate characters by
12957 ps-print-translation-table.
12958 (ps-mule-begin-job): Call find-charset-region/string with
12959 ps-print-translation-table.
12960 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
12961
12962 * ps-print.el (ps-print-translation-table): New variable.
12963 (ps-plot-region): Translate characters by ps-print-translation-table.
12964
12965 2005-03-29 Juri Linkov <juri@jurta.org>
12966
12967 * simple.el (next-error-highlight-timer): New variable.
12968
12969 * progmodes/compile.el (compilation-goto-locus):
12970 Use `next-error-highlight-timer' instead of `sit-for'.
12971
12972 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12973
12974 * mail/supercite.el (sc-mail-field): Use assoc-string.
12975 (sc-get-address): Simplify regexps.
12976
12977 * files.el (minibuffer-with-setup-hook): New macro.
12978 (find-file-read-args): Use it to avoid let-binding
12979 minibuffer-with-setup-hook (which breaks turning on/off
12980 file-name-shadow-mode while in the prompt).
12981
12982 * complete.el (PC-read-include-file-name-internal):
12983 Use test-completion.
12984
12985 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
12986
12987 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
12988
12989 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
12990
12991 * window.el (window-buffer-height): Use count-screen-lines.
12992
12993 * progmodes/python.el (python-preoutput-leftover): New var.
12994 (python-preoutput-filter): Use it.
12995 (python-send-receive): Loop until all the result has been received.
12996
12997 2005-03-28 Juri Linkov <juri@jurta.org>
12998
12999 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
13000
13001 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
13002 "Recover Crashed Session".
13003 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
13004 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
13005 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
13006 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
13007 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
13008 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
13009 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
13010 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
13011
13012 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
13013 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
13014 Ediff Sessions", "Toggle use of separate control buffer frame",
13015 "Use separate frame for Ediff control buffer".
13016
13017 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
13018 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
13019 "Rename Bookmark", "Delete Bookmark".
13020
13021 * info.el (Info-mode-menu): Remove ellipsis from "Index".
13022 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
13023 Add `:active Info-index-alternatives' to "Next Matching Item".
13024
13025 * wdired.el (wdired-change-to-wdired-mode):
13026 Mention `wdired-abort-changes' key in the initial message.
13027
13028 * international/mule.el (auto-coding-alist): Associate non-ascii
13029 image filename extensions with `no-conversion'.
13030
13031 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
13032
13033 * international/iso-acc.el:
13034 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
13035
13036 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
13037
13038 * textmodes/sgml-mode.el (html-mode): Doc update.
13039
13040 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
13041
13042 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
13043
13044 * term.el (term-move-columns): Fix face after extending a line.
13045 (term-insert-spaces): Likewise.
13046 (term-reset-terminal): Fix off by one error.
13047
13048 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13049
13050 * international/mule.el (auto-coding-alist): Add .xpi files.
13051
13052 * files.el (auto-mode-alist): Add .xpi files.
13053
13054 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
13055
13056 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
13057
13058 2005-03-26 Eli Zaretskii <eliz@gnu.org>
13059
13060 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
13061
13062 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
13063
13064 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
13065 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
13066
13067 * calendar/cal-move.el (calendar-beginning-of-year): Move the
13068 cursor to Jan 1 when needed.
13069 (calendar-end-of-year): Fix -/+ typo.
13070 Reported by Chong Yidong <cyd@stupidchicken.com>.
13071
13072 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
13073
13074 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
13075
13076 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
13077 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
13078
13079 2005-03-25 Richard M. Stallman <rms@gnu.org>
13080
13081 * filesets.el (filesets-init): Add autoload.
13082
13083 * mail/mailalias.el (mail-directory): Doc fix.
13084
13085 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13086
13087 * mail/mailalias.el (mail-directory-process): Do nothing if
13088 mail-directory-process is an atom.
13089 (mail-get-names): Ignore mail-directory-names if it is an atom.
13090 (mail-directory-process defvar): Doc fix.
13091 (mail-names): Doc fix.
13092
13093 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
13094
13095 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
13096
13097 2005-03-26 Kenichi Handa <handa@m17n.org>
13098
13099 * international/mule-util.el (detect-coding-with-priority):
13100 Call update-coding-systems-internal before detect-coding-region.
13101
13102 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
13103
13104 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
13105 (gdb-frames-mode-map): Add follow-link property.
13106
13107 2005-03-25 Jay Belanger <belanger@truman.edu>
13108
13109 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
13110 for variables.
13111
13112 2005-03-25 Juri Linkov <juri@jurta.org>
13113
13114 * image-mode.el: Optimize image filename extension regexps in
13115 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
13116 in `auto-mode-alist'.
13117 (image-mode): Add `image-toggle-display-text' to local hook
13118 `change-major-mode-hook'. Display the image as an image by
13119 default. Set `cursor-type' and `truncate-lines' if the image
13120 is already displayed. Take into account the current mode (image
13121 or text) in message.
13122 (image-minor-mode): New minor mode.
13123 (image-mode-maybe, image-toggle-display-text): New functions.
13124 (image-toggle-display): Use called-interactively-p.
13125 Let-bind `inhibit-read-only' to t.
13126
13127 * image-mode.el (image-minor-mode): Set `cursor-type' and
13128 `truncate-lines' if the image is already displayed. Add turning
13129 image-minor-mode off to `change-major-mode-hook'. Add message.
13130 Call `image-toggle-display-text' after turning image-minor-mode off.
13131
13132 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
13133
13134 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
13135 Terminal.app, use utf-8.
13136 (set-display-table-and-terminal-coding-system): Add coding-system arg.
13137 (set-locale-environment): Use it.
13138
13139 * term/xterm.el: Undo last change, better done in mule-cmds.el.
13140
13141 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
13142
13143 * progmodes/python.el (python-close-block-statement-p)
13144 (python-outdent-p, python-current-defun): Use symbol-end.
13145
13146 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13147
13148 * files.el (save-some-buffers): Doc fix.
13149
13150 2005-03-25 Werner Lemberg <wl@gnu.org>
13151
13152 * complete.el, thumbs.el: Replace `legal' with `valid'.
13153 * calendar/calendar.el: Replace `legal' with `valid'.
13154 * emacs-lisp/advice.el: Replace `legal' with `valid'.
13155 * mail/supercite.el: Replace `legal' with `valid'.
13156 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
13157 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
13158 Replace `legal' with `valid'.
13159 * textmodes/reftex-vars.el, textmodes/reftex.el:
13160 Replace `legal' with `valid'.
13161
13162 2005-03-25 Werner Lemberg <wl@gnu.org>
13163
13164 * calc/calc-forms.el, calc/calc-sel.el:
13165 * midnight.el, vc-cvs.el:
13166 * emacs-lisp/cl-macs.el:
13167 * emulation/vip.el:
13168 * eshell/esh-io.el, eshell/esh-var.el:
13169 * mail/supercite.el:
13170 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
13171 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
13172 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
13173 * progmodes/sh-script.el, progmodes/xscheme.el:
13174 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
13175 * textmodes/reftex-index.el, textmodes/reftex-parse.el
13176 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
13177 * textmodes/reftex.el, textmodes/org.el:
13178 Replace `illegal' with `invalid'.
13179
13180 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13181
13182 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
13183 (flymake-find-buildfile, flymake-find-possible-master-files)
13184 (flymake-check-include, flymake-parse-line): Replace loops over the
13185 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
13186
13187 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
13188 Substitute file-name-as-directory in the rest of the file.
13189 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
13190 (flymake-replace-region): Remove unused arg `buffer'.
13191 (flymake-check-patch-master-file-buffer): Update calls to it.
13192 (flymake-add-err-info): Remove unused var `count'.
13193 (flymake-mode): Use define-minor-mode.
13194
13195 * progmodes/flymake.el: Use with-current-buffer.
13196 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
13197 flymake-replace-regexp-in-string, flymake-line-beginning-position)
13198 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
13199 Avoid testing for `xemacs'.
13200 (flymake-nop): Move.
13201 (flymake-region-has-flymake-overlays): Return the computed value.
13202 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
13203 Remove unused var `endline'.
13204 (flymake-get-line-count): Remove unused function.
13205 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
13206
13207 * emulation/vi.el:
13208 * generic.el:
13209 * hilit-chg.el (global-highlight-changes):
13210 * hi-lock.el (hi-lock-mode):
13211 * follow.el: find-file-hooks -> find-file-hook.
13212
13213 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
13214
13215 2005-03-24 Juri Linkov <juri@jurta.org>
13216
13217 * dired.el (dired-mode-map): Add menu item "Compare directories"
13218 for dired-compare-directories.
13219
13220 * dired-aux.el (dired-compare-directories): Add autoload cookie.
13221 Doc fix. Replace `read-file-name' with `read-directory-name'.
13222
13223 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13224
13225 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
13226
13227 2005-03-24 Jay Belanger <belanger@truman.edu>
13228
13229 * calc/calc-embed.el (calc-embedded-mode-change): Save all
13230 relevant mode settings in calc-embedded-original-modes when modes
13231 are permanently changed.
13232
13233 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
13234
13235 * autoinsert.el: find-file-hooks -> find-file-hook.
13236
13237 2005-03-24 Lute Kamstra <lute@gnu.org>
13238
13239 * generic.el (generic-font-lock-defaults): Make it obsolete.
13240 (generic-font-lock-keywords): New variable to replace
13241 generic-font-lock-defaults.
13242 (generic-mode-set-font-lock): Delete it.
13243 (generic-mode-internal): Don't call generic-mode-set-font-lock.
13244 (generic-bracket-support): Add docstring.
13245
13246 * generic-x.el: Rename generic-font-lock-defaults to
13247 generic-font-lock-keywords throughout.
13248 (mailagent-rules-setup-function): Delete it.
13249 (mailagent-rules-generic-mode): Use anonymous function instead.
13250 (show-tabs-generic-mode-font-lock-defaults-1)
13251 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
13252 Quote faces.
13253 (show-tabs-tab-face, show-tabs-space-face): Specify background,
13254 not foreground.
13255
13256 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
13257 Recognize define-generic-mode.
13258
13259 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
13260
13261 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
13262 if there's no completion table.
13263
13264 2005-03-23 Miles Bader <miles@gnu.org>
13265
13266 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13267 Remove tty-specific variants, as they're no longer needed.
13268
13269 2005-03-23 Lute Kamstra <lute@gnu.org>
13270
13271 * generic-x.el: Code cleanup: make args constant whenever possible.
13272 (installshield-statement-keyword-list)
13273 (installshield-system-functions-list)
13274 (installshield-system-variables-list, installshield-types-list)
13275 (installshield-funarg-constants-list): Make them constants.
13276
13277 * generic.el (generic-make-keywords-list): Add autoload cookie.
13278
13279 * calendar/time-date.el: Add comment on time value formats.
13280 Don't require parse-time.
13281 (with-decoded-time-value): New macro.
13282 (encode-time-value): New function.
13283 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
13284 (days-to-time): Return a valid time value when arg is huge.
13285 (time-since): Use time-subtract.
13286 (time-to-number-of-days): Use time-to-seconds.
13287
13288 2005-03-23 David Ponce <david@dponce.com>
13289
13290 * recentf.el: (recentf-keep): New option.
13291 (recentf-menu-action): Default to `find-file'.
13292 (recentf-keep-non-readable-files-flag)
13293 (recentf-keep-non-readable-files-p)
13294 (recentf-file-readable-p, recentf-find-file)
13295 (recentf-cleanup-remote): Remove.
13296 (recentf-include-p): More robust.
13297 (recentf-keep-p): New function.
13298 (recentf-remove-if-non-kept): Rename from
13299 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
13300 All callers updated.
13301 (recentf-menu-items-for-commands): Fix help string.
13302 (recentf-track-closed-file): Update. Doc fix.
13303 (recentf-cleanup): Update. Count removed files. Doc fix.
13304
13305 2005-03-23 Kim F. Storm <storm@cua.dk>
13306
13307 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13308 Don't inherit from fringe face (now happens automatically).
13309
13310 2005-03-22 Kim F. Storm <storm@cua.dk>
13311
13312 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
13313 position values.
13314
13315 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
13316
13317 * menu-bar.el (showhide-date-time): Remove.
13318 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
13319 (menu-bar-make-mm-toggle): Simplify.
13320
13321 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13322
13323 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
13324 Accept qualified variable and function names.
13325
13326 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
13327
13328 * bindings.el (completion-ignored-extensions):
13329 Remove ".lis" for `vax-vms'.
13330
13331 2005-03-22 Andreas Schwab <schwab@suse.de>
13332
13333 * generic-x.el: Revert last change.
13334 * ldefs-boot.el: Update.
13335
13336 2005-03-22 Jay Belanger <belanger@truman.edu>
13337
13338 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
13339 (calc-embedded-save-original-modes)
13340 (calc-embedded-restore-original-modes): New functions.
13341 (calc-do-embedded): Save original modes when entering embedded mode
13342 and restore when leaving embedded mode.
13343 (calc-embedded-modes-change): Change the value of
13344 calc-embedded-original-modes to reflect permanent changes.
13345
13346 2005-03-22 Lute Kamstra <lute@gnu.org>
13347
13348 * generic-x.el: Require generic again.
13349
13350 2005-03-22 Miles Bader <miles@gnu.org>
13351
13352 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
13353 Tweak details to look good on both ttys and bitmap displays, light
13354 or dark background, etc.
13355
13356 2005-03-21 Kim F. Storm <storm@cua.dk>
13357
13358 * tooltip.el (tooltip-show-help-function): Check car and cdr of
13359 mouse position.
13360
13361 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
13362
13363 * icomplete.el: Don't forcibly turn on the mode upon load.
13364 (icomplete-mode): Use define-minor-mode.
13365 (icomplete-eoinput): Default to nil.
13366 (icomplete-minibuffer-setup): Remove autoload.
13367 (icomplete-tidy): Simplify.
13368 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
13369 in the initial state or if the user has modified the field.
13370 Fix handling of icomplete-max-delay-chars.
13371 Remove code that handles the oddball case where
13372 minibuffer-completion-table is an integer.
13373 Wrap icomplete-completions in while-no-input in case building
13374 completions takes more time than expected.
13375 (icomplete-completions): Simplify.
13376
13377 2005-03-21 Richard M. Stallman <rms@gnu.org>
13378
13379 * jka-compr.el (jka-compr-really-do-compress):
13380 Make variable buffer-local.
13381
13382 * image-mode.el: Handle .xpm files too.
13383 (image-toggle-display): Preserve modification flag.
13384
13385 * help.el (where-is): Don't mention aliases with no key bindings.
13386
13387 2005-03-21 Lute Kamstra <lute@gnu.org>
13388
13389 * generic.el: Fix commentary section. Don't require cl for
13390 compilation.
13391 (generic-mode-list): Add autoload cookie.
13392 (generic-use-find-file-hook, generic-lines-to-scan)
13393 (generic-find-file-regexp, generic-ignore-files-regexp)
13394 (generic-mode, generic-mode-find-file-hook)
13395 (generic-mode-ini-file-find-file-hook): Fix docstrings.
13396 (define-generic-mode): Make it a defmacro. Fix docstring.
13397 (generic-mode-internal): Code cleanup. Add autoload cookie.
13398 (generic-mode-set-comments): Code cleanup.
13399 * generic-x.el: Don't prevent compilation. Don't require generic.
13400 Follow coding conventions. Minor code cleanup.
13401 (etc-fstab-generic-mode): Add some keywords.
13402 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
13403 define-generic-mode like a function declaration.
13404
13405 2005-03-21 Jay Belanger <belanger@truman.edu>
13406
13407 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
13408 changing modes.
13409
13410 2005-03-21 Sam Steingold <sds@gnu.org>
13411
13412 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
13413
13414 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
13415
13416 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
13417 Add underscore to "f$ lexicals" regexp.
13418
13419 2005-03-20 Juri Linkov <juri@jurta.org>
13420
13421 * subr.el (progress-reporter-do-update): When `min-value' is equal
13422 to `max-value', set `percentage' to 0 and prevent division by zero.
13423
13424 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
13425
13426 Sync with Tramp 2.0.48.
13427
13428 * net/tramp.el (all): Change all addresses to .gnu.org.
13429 (tramp-append-tramp-buffers): New defun.
13430 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
13431 Catch `dont-send' signal.
13432 (tramp-set-auto-save-file-modes): Set always permissions, because
13433 there might be an old auto-saved file belonging to another
13434 original file. This could be a security threat. Reported by
13435 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
13436 Check for Emacs 21.3.50 removed.
13437
13438 * net/tramp-smb.el (all): Remove debug construct for
13439 `with-parsed-tramp-file-name'.
13440 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
13441 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
13442 No error message if DIRECTORY or FILENAME doesn't exist.
13443 (tramp-smb-open-connection): Check existence of
13444 `tramp-smb-program'.
13445
13446 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
13447
13448 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
13449 Properly handle the case where the `m' or `s' command's argument is not
13450 yet terminated.
13451 (perl-indent-new-calculate): New function.
13452 (perl-indent-line): Use it.
13453
13454 2005-03-20 Miles Bader <miles@gnu.org>
13455
13456 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
13457 in text-mode too. Change to new face names.
13458 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
13459 Add `:weight bold' attribute.
13460 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
13461
13462 2005-03-19 Juri Linkov <juri@jurta.org>
13463
13464 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
13465
13466 * international/mule.el (auto-coding-alist): Sync with
13467 `auto-mode-alist' by adding upper case archive file extensions
13468 and adding ear/war to jar extension.
13469
13470 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
13471
13472 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
13473 running, restart it.
13474
13475 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
13476
13477 * finder.el (finder-current-item): Throw an error on an empty line.
13478
13479 * man.el (Man-follow-manual-reference): If current-word returns
13480 nil, use "".
13481
13482 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
13483
13484 * simple.el (goto-line): Doc fix.
13485
13486 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
13487
13488 * files.el (save-buffer): Doc fix.
13489
13490 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
13491
13492 * recentf.el (recentf-cleanup-remote): New variable.
13493 (recentf-cleanup): Use it to conditionally check availability of
13494 remote files.
13495
13496 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
13497
13498 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
13499 function names.
13500
13501 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13502
13503 * language/thai-word.el: New file.
13504
13505 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
13506
13507 * files.el (backup-buffer): If the file's directory is not
13508 writable, use copy instead of move to backup the file.
13509
13510 2005-03-19 Eli Zaretskii <eliz@gnu.org>
13511
13512 * obsolete/keyswap.el: Moved to obsolete/ from term/.
13513
13514 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13515
13516 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
13517 Use functionp instead of symbolp and fboundp. Reported by Drkm
13518 <darkman_spam@yahoo.fr>.
13519 (ps-print-version): New version 6.6.6.
13520
13521 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
13522
13523 * textmodes/table.el (table--line-column-position): New idiom.
13524 (table--row-column-insertion-point-p): New function to test
13525 validity of row and column insertion operation at a location.
13526 (table-global-menu, table-cell-menu): Use above functions for
13527 deterministic test operation.
13528 (table--editable-cell-p): Behave in deterministic fashion.
13529
13530 2005-03-18 Juri Linkov <juri@jurta.org>
13531
13532 * isearch.el (isearch-lazy-highlight-new-loop):
13533 Make arguments beg and end optional.
13534 (isearch-update): Remove optional arguments nil from
13535 isearch-lazy-highlight-new-loop.
13536 (isearch-lazy-highlight-search): Let-bind case-fold-search to
13537 isearch-lazy-highlight-case-fold-search instead of
13538 isearch-case-fold-search, and let-bind isearch-regexp to
13539 isearch-lazy-highlight-regexp.
13540 Use isearch-lazy-highlight-last-string instead of isearch-string.
13541
13542 * replace.el (perform-replace): Remove bindings of global
13543 variables isearch-string, isearch-regexp, isearch-case-fold-search.
13544 Add three new arguments to `replace-highlight'.
13545 (replace-highlight): Add arguments string, regexp, case-fold.
13546 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
13547 to allow isearch-lazy-highlight-new-loop to use these values
13548 to set corresponding isearch-lazy-highlight-* internal
13549 variables whose values lazy highlighting will use regardless of
13550 changes to global variables isearch-string, isearch-regexp,
13551 isearch-case-fold-search during lazy highlighting loop.
13552 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
13553 to `lazy-highlight-cleanup'.
13554
13555 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
13556 (ispell-highlight-face): Set default face to `isearch' when
13557 lazy highlighting is enabled.
13558 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
13559 priority to 1. Add lazy highlighting.
13560 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
13561 from `isearch-dehighlight'.
13562
13563 2005-03-18 David Ponce <david@dponce.com>
13564
13565 * files.el (hack-local-variables): Do a case-insensitive search
13566 for End.
13567
13568 2005-03-18 Juri Linkov <juri@jurta.org>
13569
13570 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
13571 `isearch-lazy-highlight-cleanup', add alias to old name and
13572 declare obsolete. Add release numbers to other obsolete vars.
13573 (isearch-done, isearch-lazy-highlight-new-loop):
13574 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
13575 (lazy-highlight-cleanup) <variable>: Doc fix.
13576 (isearch-lazy-highlight-update): Rename obsolete
13577 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
13578
13579 2005-03-18 Kenichi Handa <handa@m17n.org>
13580
13581 * language/thai-util.el: Fix categorization of Thai characters in
13582 thai-category-table.
13583 (thai-composition-pattern): Adjust it for the above change.
13584 (thai-self-insert-command, thai-compose-syllable): New functions.
13585 (thai-compose-region): Use thai-compose-syllable.
13586 (thai-compose-string): Likewise.
13587 (thai-composition-function): Likewise.
13588 (thai-auto-composition): New function.
13589 (thai-auto-composition-mode): New minor mode.
13590
13591 * language/thai.el: Fix patterns to be registered in
13592 composition-function-table.
13593
13594 * international/quail.el (quail-input-method): Locally bind
13595 inhibit-modification-hooks to t.
13596
13597 2005-03-17 Richard M. Stallman <rms@gnu.org>
13598
13599 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
13600 (perl-mode): Use run-mode-hooks.
13601
13602 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
13603 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
13604 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
13605
13606 * mail/sendmail.el (sendmail-send-it): Reenable the code
13607 to compute resend-to-address and use it.
13608
13609 * tar-mode.el (tar-mode): Turn off undo unconditionally.
13610
13611 * image-mode.el: New file.
13612
13613 * image.el (insert-sliced-image): Add autoload cookie.
13614
13615 * font-lock.el (font-lock-lines-before): New user option.
13616 (font-lock-after-change-function): Obey it.
13617
13618 * bindings.el (esc-map): Make M-g a prefix.
13619 Bind M-g g and M-g M-g to goto-line.
13620
13621 * faces.el (face-id): Doc fix.
13622
13623 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
13624
13625 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
13626 (rmail-show-message): Use rmail-unknown-mail-followup-to.
13627 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
13628
13629 * mail/sendmail.el (mail-yank-ignored-headers)
13630 (mail-font-lock-keywords, mail-mode-fill-paragraph):
13631 Add Mail-Followup-To and Mail-Reply-To headers.
13632 (mail-citation-hook): Add autoload cookie.
13633 (mail-mode): Doc fix.
13634 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
13635 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
13636 (mail-mode-fill-paragraph): Handle those headers.
13637 (mail-mailing-lists): New variable.
13638 (mail-mail-reply-to, mail-mail-followup-to): New functions.
13639
13640 2005-03-17 Juri Linkov <juri@jurta.org>
13641
13642 * isearch.el (isearch-fallback): Check for `(car previous)'
13643 before calling `isearch-other-end-state'.
13644
13645 2005-03-17 Kim F. Storm <storm@cua.dk>
13646
13647 * simple.el (move-beginning-of-line): Move to beginning of buffer
13648 line, as well as beginning of screen line.
13649
13650 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
13651
13652 * calendar/diary-lib.el (mark-diary-entries): Use new optional
13653 argument REDRAW rather than calendar-redrawing variable.
13654 * calendar/calendar.el (calendar-redrawing): Delete.
13655 (redraw-calendar): Do not bind calendar-redrawing.
13656
13657 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
13658
13659 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
13660 diary-file buffer.
13661
13662 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * help.el (describe-mode): Allow a :minor-mode-function property to
13665 specify a different minor mode toggle function than the variable.
13666 * simple.el (auto-fill-function):
13667 * subr.el (add-minor-mode): Use it.
13668
13669 2005-03-16 Kenichi Handa <handa@m17n.org>
13670
13671 * language/ethio-util.el (sera-being-called-by-w3): New variable.
13672 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
13673 (ethio-fidel-to-sera-buffer): Likewise.
13674
13675 2005-03-16 Juri Linkov <juri@jurta.org>
13676
13677 * emacs-lisp/find-func.el (find-function-regexp):
13678 Add defun-emitting macro `menu-bar-make-toggle'.
13679
13680 * isearch.el: Put `isearch-scroll' property to
13681 `split-window-horizontally'.
13682
13683 * info.el: Update error messages for `debug-ignored-errors'.
13684 (Info-isearch-search): Doc fix.
13685 (Info-find-node): Move up code to go into info buffer before
13686 recording the node to the history.
13687 (Info-fontify-node): Fontify titles only if the next line
13688 has two or more `*', `=', `-', `.'.
13689 Display "go to this node" for empty (match-string 3).
13690
13691 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13692
13693 * term/mac-win.el: Add mouse pointer shape constants.
13694
13695 2005-03-15 Kim F. Storm <storm@cua.dk>
13696
13697 * simple.el (move-beginning-of-line): Use vertical-motion.
13698
13699 2005-03-15 Juri Linkov <juri@jurta.org>
13700
13701 * isearch.el (isearch-error): New variable.
13702 (isearch-invalid-regexp, isearch-within-brackets): Remove.
13703 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
13704 (isearch-within-brackets-state): Remove.
13705 (isearch-case-fold-search-state, isearch-pop-fun-state):
13706 Decrease frame index.
13707 (isearch-mode, isearch-top-state, isearch-push-state)
13708 (isearch-edit-string, isearch-abort, isearch-search-and-update)
13709 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
13710 (isearch-search, isearch-lazy-highlight-new-loop):
13711 Replace `isearch-invalid-regexp' with `isearch-error'.
13712 Remove `isearch-within-brackets'.
13713 (isearch-search): Add `search-failed' handler to `condition-case'.
13714 (isearch-lazy-highlight-search): Add `condition-case' to catch
13715 errors and allow `isearch-lazy-highlight-update' to try
13716 highlighting from the beginning of the window.
13717 (isearch-repeat): Move up code to set isearch-wrapped to t
13718 before calling isearch-wrap-function.
13719
13720 * info.el (Info-isearch-initial-node): New internal variable.
13721 (Info-search): Signal an error in isearch mode when search leaves
13722 the initial node. Signal an error when `bound' is non-nil and
13723 nothing was found in the current subfile.
13724 (Info-isearch-search): Remove `condition-case'.
13725 (Info-isearch-wrap): Don't wrap when search failed during leaving
13726 the initial node. If `Info-isearch-search' is nil, wrap around
13727 the current node.
13728 (Info-isearch-start): New fun.
13729 (Info-mode): Add buffer-local hook `Info-isearch-start' to
13730 `isearch-mode-hook'.
13731
13732 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13733
13734 * simple.el (normal-erase-is-backspace): Set default to t if
13735 running on Mac.
13736
13737 * term/mac-win.el (function-key-map): Sync with x-win.el.
13738
13739 2005-03-15 Kenichi Handa <handa@m17n.org>
13740
13741 * international/mule-cmds.el (locale-language-names): Modify the
13742 format of elements and add more entries.
13743 (locale-preferred-coding-systems): Add more entries.
13744 (set-locale-environment): Adjust for the change of
13745 locale-language-names.
13746
13747 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * pcvs.el (smerge-ediff): Remove bogus autoload.
13750
13751 2005-03-14 Lute Kamstra <lute@gnu.org>
13752
13753 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
13754 Ignore a `*' at the beginning of a line.
13755
13756 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
13757 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
13758 subr.el.
13759 (dont-compile, eval-when-compile, eval-and-compile): Use declare
13760 to specify indentation.
13761
13762 * generic.el (define-generic-mode): Let generic-mode-list be a
13763 list of strings; test membership with equal.
13764
13765 2005-03-14 Kim F. Storm <storm@cua.dk>
13766
13767 * simple.el (next-line, previous-line): Add optional try-vscroll
13768 arg to recognize interactive use. Pass it on to line-move.
13769 (line-move): Don't perform auto-window-vscroll when defining or
13770 executing keyboard macro to ensure consistent behavior.
13771
13772 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
13773
13774 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
13775
13776 2005-03-13 Lute Kamstra <lute@gnu.org>
13777
13778 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
13779 debugger-setup-buffer so that backtrace marks the frames set to
13780 debug-on-exit and we don't have to do it manually. Set an extra
13781 debug-on-exit for macro's.
13782 (debugger-setup-buffer): Don't mark the top frame manually.
13783
13784 2005-03-12 Lute Kamstra <lute@gnu.org>
13785
13786 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
13787 lisp-indent-function throughout.
13788 (with-no-warnings): Set lisp-indent-function property.
13789
13790 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
13791
13792 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
13793 Add entry for backslash.
13794
13795 2005-03-12 Juri Linkov <juri@jurta.org>
13796
13797 * info.el (Info-search): Four fixes for backward search.
13798
13799 2005-03-11 Jay Belanger <belanger@truman.edu>
13800
13801 * calc/calc.el (calc-language-alist): New variable.
13802 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
13803 (calc-embedded-find-modes): Use calc-language-alist instead of
13804 calc-embedded-language-alist.
13805
13806 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
13807
13808 * calendar/calendar.el (calendar-redrawing): New internal
13809 variable.
13810 (redraw-calendar): Remove bogus save-excursion from previous
13811 change. Bind calendar-redrawing to t for mark-diary-entries.
13812 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
13813 calendar if that is why we were called.
13814
13815 2005-03-11 Kenichi Handa <handa@m17n.org>
13816
13817 * international/mule.el (make-coding-system): Set property
13818 coding-system-define-form to nil.
13819 (define-coding-system-alias): Likewise.
13820
13821 2005-03-11 Kenichi Handa <handa@m17n.org>
13822
13823 These changes are suggested by Dave Love <fx@gnu.org>.
13824
13825 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
13826 coding: tag.
13827 (adaptive-fill-regexp): Add more bullets.
13828 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
13829 regexps.
13830
13831 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
13832
13833 * help.el (describe-mode): Properly handle non-trivial lighters.
13834 Don't ignore minor modes that are not listed in minor-mode-list.
13835
13836 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
13837 feature ON when the user requests to turn it OFF.
13838
13839 2005-03-10 Lute Kamstra <lute@gnu.org>
13840
13841 * emacs-lisp/debug.el (debug-entry-code): Delete it.
13842 (implement-debug-on-entry): New function to replace debug-entry-code.
13843 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
13844 second argument as the 2005-03-07 change makes it obsolete.
13845 (debug-on-entry, cancel-debug-on-entry): Update call to
13846 debug-on-entry-1.
13847 (debug, debugger-setup-buffer): Comment update.
13848 (debugger-frame-number): Update to work with implement-debug-on-entry.
13849
13850 2005-03-10 Jay Belanger <belanger@truman.edu>
13851
13852 * calc/calc-embed.el (math-ms-args): Declare it.
13853 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
13854 math-ms-args.
13855 (calc-embedded-subst): Use math-multi-subst-rec to substitute
13856 variables.
13857
13858 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
13859
13860 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
13861 Use message-box.
13862
13863 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
13864 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
13865 (tooltip-gud-tips): Simplify.
13866 (tooltip-gud-tips-p): Remove superfluous :set.
13867 (tooltip-gud-modes): Add fortran-mode.
13868 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
13869
13870 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
13871
13872 2005-03-09 Kim F. Storm <storm@cua.dk>
13873
13874 * play/animate.el (animate-place-char): Use forward-line instead
13875 of next-line to improve performance.
13876
13877 2005-03-09 Simon Josefsson <jas@extundo.com>
13878
13879 * net/browse-url.el (browse-url-default-browser): Doc fix.
13880
13881 2005-03-09 Miles Bader <miles@gnu.org>
13882
13883 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
13884 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
13885
13886 2005-03-09 Kenichi Handa <handa@m17n.org>
13887
13888 * international/latin-1.el: Set case and syntax for 255 only if
13889 set-case-syntax-set-multibyte is nil.
13890
13891 * textmodes/ispell.el (ispell-insert-word): New function.
13892 (ispell-word): Use ispell-insert-word to insert a new word.
13893 (ispell-process-line): Likewise.
13894 (ispell-complete-word): Likewise.
13895
13896 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
13897
13898 * calendar/calendar.el (redraw-calendar): Preserve point.
13899 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13900 (calendar-week-start-day): Move after definition of
13901 redraw-calendar. Delete buffer test, since redraw-calendar has
13902 that now.
13903
13904 * calendar/diary-lib.el (mark-diary-entries): Only call
13905 redraw-calendar in the first of any recursive calls.
13906 Reported by Alan Shutko <ats@acm.org>.
13907
13908 2005-03-08 Juri Linkov <juri@jurta.org>
13909
13910 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
13911 (html-horizontal-rule, html-line, html-image, html-checkboxes)
13912 (html-radio-buttons): Add a space before the trailing `/>' where
13913 sgml-xml-mode is non-nil.
13914 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
13915 the subsequent tag of the empty XML tag.
13916 (html-href-anchor): Don't set initial input to "http:".
13917 (html-image): Ask for the image URL and set point inside alt="".
13918 (html-name-anchor): Duplicate the name in the `id' attribute when
13919 sgml-xml-mode is non-nil.
13920 (html-paragraph): Remove \n before <p>.
13921 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
13922 instead of `checked' when sgml-xml-mode is non-nil.
13923
13924 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
13925 Remove 1 space before #RRGGBB to not truncate it on terminal
13926 windows w/o fringes. Remove 1 space between bg and fg examples
13927 to get more space.
13928 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
13929 avoid byte-compile warnings.
13930
13931 * image-file.el (image-file-handler): Put `safe-magic' property to
13932 `image-file-handler'.
13933
13934 * info.el (Info-isearch-search): Emulate word search in
13935 isearching through multiple Info nodes with Info-search.
13936 (Info-isearch-wrap): Allow isearch-word.
13937
13938 2005-03-08 Lute Kamstra <lute@gnu.org>
13939
13940 * emacs-lisp/debug.el (debugger-step-through): Make sure that
13941 stepping into the debugger's code is not possible.
13942 (debugger-jumping-flag): Docstring update.
13943
13944 2005-03-08 Jay Belanger <belanger@truman.edu>
13945
13946 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
13947 embedded mode begins.
13948 (calc-embedded-language-alist): New variable.
13949 (calc-embedded-find-modes): Use calc-embedded-language-alist to
13950 set default language mode.
13951
13952 2005-03-08 Kenichi Handa <handa@m17n.org>
13953
13954 * international/ccl.el (define-ccl-program): Fix docstring about
13955 extra 256 bytes assured for the output buffer.
13956
13957 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
13958 Fix BUFFER_MAGNIFICATION to 2.
13959 (ccl-encode-mule-utf-16be-with-signature): Likewise.
13960
13961 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
13962
13963 * align.el (align-rules-list): Added an alignment rule for CSS
13964 declarations (applies to css-mode and html-mode buffers).
13965
13966 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
13967
13968 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
13969
13970 2005-03-07 Kim F. Storm <storm@cua.dk>
13971
13972 * simple.el (move-beginning-of-line): New command.
13973
13974 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
13975
13976 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
13977
13978 * emulation/cua-base.el: Put CUA move property on move-end-of-line
13979 and move-beginning-of-line.
13980
13981 * apropos.el (apropos-print): Omit command from M-x ... RET.
13982
13983 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
13984
13985 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
13986 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
13987
13988 2005-03-06 Richard M. Stallman <rms@gnu.org>
13989
13990 * bindings.el (esc-map): Bind M-g to goto-line.
13991
13992 * facemenu.el (global-map): Bind M-o, not M-g.
13993
13994 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13995
13996 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
13997 "Open Directory" as for "Open File".
13998
13999 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
14000
14001 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
14002 (push-mark-command): Run activate-mark-hook.
14003
14004 2005-03-06 Richard M. Stallman <rms@gnu.org>
14005
14006 * help-mode.el (help-mode-finish): Don't alter the element
14007 in view-return-to-alist if there already is one.
14008
14009 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
14010 make sure the current buffer is the expected one.
14011
14012 * novice.el (disabled-command-function): Output in *Disabled Command*.
14013 Explicitly ignore non-keyboard events, and explicitly handle C-g.
14014
14015 * textmodes/flyspell.el (flyspell-large-region):
14016 Pass args differently for aspell.
14017
14018 * files.el (mode-require-final-newline): Doc fix.
14019
14020 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14021
14022 * progmodes/which-func.el (which-function):
14023 Specify NOERROR when calling imenu--make-index-alist.
14024
14025 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
14026
14027 * simple.el (normal-erase-is-backspace): Define default value.
14028
14029 * custom.el (custom-theme-set-variables): Remove unused var
14030 `immediate'.
14031 (custom-reevaluate-setting): Simple function to handle variables
14032 that are defined before their default value can really be
14033 computed.
14034
14035 * startup.el (command-line): Use it for temporary-file-directory,
14036 small-emporary-file-directory, auto-save-file-name-transforms,
14037 blink-cursor-mode, and normal-erase-is-backspace.
14038
14039 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
14040 progress, even with buggy anchored keywords.
14041
14042 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
14043
14044 * simple.el (goto-line): Remove unbalanced final parenthesis.
14045
14046 2005-03-05 Richard M. Stallman <rms@gnu.org>
14047
14048 * simple.el (goto-line): Use a number at point as the default.
14049 With C-u as arg, switch buffers.
14050
14051 2005-03-05 Juri Linkov <juri@jurta.org>
14052
14053 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
14054 with `no-blinking-cursor'.
14055
14056 * startup.el (no-blinking-cursor): New defvar.
14057 (command-line): Add `--no-blinking-cursor' to longopts.
14058 Set `no-blinking-cursor' to t for command line arguments
14059 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
14060 with `no-blinking-cursor' in the condition for calling
14061 `blink-cursor-mode'.
14062
14063 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
14064
14065 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
14066 (menu-bar-options-save): Add blink-cursor-mode.
14067 (menu-bar-options-menu): Add blink-cursor-mode.
14068
14069 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
14070
14071 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
14072 (icalendar-export-file, icalendar-export-region)
14073 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
14074 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
14075
14076 2005-03-04 Lute Kamstra <lute@gnu.org>
14077
14078 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
14079 (debug-function-list): Ditto.
14080
14081 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
14082
14083 * textmodes/texinfmt.el (texinfo-append-refill):
14084 Redefine the types of line to which @refill
14085 is not appended by replacing a search for `@refill\\|@bye' with
14086 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
14087 itemize@refill' bug and the unfilled long lines bug.
14088 (texinfmt-version): Update number and date.
14089
14090 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
14091
14092 * international/code-pages.el (windows-1250, windows-125[2-8])
14093 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
14094
14095 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
14096
14097 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
14098 bound yet.
14099
14100 2005-03-02 Romain Francoise <romain@orebokech.com>
14101
14102 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
14103 buffer after removing limits.
14104 (ibuffer-pop-filter): Ditto.
14105 Update copyright.
14106
14107 2005-03-02 Miles Bader <miles@gnu.org>
14108
14109 * button.el (make-text-button): If the user doesn't specify a
14110 type, use the default. Rewrite to use `add-text-properties' and
14111 plist functions.
14112
14113 2005-03-01 Lute Kamstra <lute@gnu.org>
14114
14115 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
14116 (debugger-jumping-flag): New var.
14117 (debug-entry-code): Use it.
14118 (debugger-jump): Use debugger-jumping-flag and add
14119 debugger-reenable to post-command-hook.
14120 (debugger-reenable): Use debugger-jumping-flag and remove itself
14121 from post-command-hook.
14122 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
14123 debugger-reenable.
14124
14125 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
14126
14127 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
14128 inclusion of "itemize\\|", which may be unnecessary, is certainly
14129 inelegant, and stops refilling in itemize lists when formatting
14130 Japanese Texinfo files to Info.
14131 Update copyright to 2005.
14132
14133 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
14134
14135 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
14136 of an error if GDB can't find the source file.
14137
14138 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
14139
14140 * calendar/calendar.el (redraw-calendar): Work from any buffer,
14141 not just the calendar.
14142
14143 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
14144 first.
14145 (diary-redraw-calendar): New function.
14146 (make-diary-entry): Add diary-redraw-calendar to local
14147 write-contents-functions. Turn off selective display before
14148 inserting in diary.
14149
14150 2005-03-01 Kim F. Storm <storm@cua.dk>
14151
14152 * emacs-lisp/copyright.el (copyright-fix-years): New command.
14153
14154 2005-03-01 Lute Kamstra <lute@gnu.org>
14155
14156 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
14157 that debug-entry-code can be safely removed from a function while
14158 this code is being evaluated. Revert the 2005-02-27 change as the
14159 new implementation no longer requires it. Make sure that a
14160 function body containing just a string is not mistaken for a docstring.
14161 (debug): Skip one more frame in case of debug on entry.
14162 (debugger-setup-buffer): Delete one more frame line in case of
14163 debug on entry.
14164 (debugger-frame-number): Update to use the new text introduced by
14165 the 1999-11-03 change. Skip one more frame in case of debug on entry.
14166
14167 2005-02-28 Kim F. Storm <storm@cua.dk>
14168
14169 * double.el (double-translate-key): Call force-window-update after
14170 read-event to avoid crash in redisplay.
14171
14172 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
14173
14174 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
14175 (debug): Use it. Move the inhibit-trace earlier.
14176 (debug-entry-code): New const.
14177 (debug-on-entry-1): Use it.
14178
14179 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
14180
14181 * international/utf-16.el (ccl-encode-mule-utf-16le):
14182 Fix BUFFER_MAGNIFICATION to 2.
14183 (ccl-encode-mule-utf-16be): Likewise.
14184
14185 2005-02-28 Kenichi Handa <handa@m17n.org>
14186
14187 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
14188 Fix BUFFER_MAGNIFICATION to 4.
14189 (ccl-encode-mule-utf-16be-with-signature): Likewise.
14190
14191 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
14192
14193 * speedbar.el (speedbar-update-flag): Doc fix.
14194 (speedbar-show-info-under-mouse): Give set-mouse-position the right
14195 argument.
14196
14197 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
14198
14199 * reveal.el (reveal-post-command): Don't try to reveal overlays which
14200 have a non-nil `invisible' property but are actually visible.
14201
14202 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
14203 for perldoc sections.
14204 (perl-outline-regexp, perl-outline-level): New var and function.
14205 (perl-mode): Use them.
14206
14207 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
14208
14209 * calendar/diary-lib.el (diary-remind): Discard any mark portion
14210 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
14211
14212 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
14213
14214 * cus-edit.el: Comment change.
14215 (custom-buffer-create-internal): Slightly reword text at top of
14216 Custom buffers. Mention there that saving an option edits the
14217 init file. Add link to Emacs manual node on `custom-file'.
14218 (custom-magic-alist): Rewrite individual State messages to use
14219 capitalized keywords. Doc fix.
14220
14221 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
14222
14223 * calendar/calendar.el (calendar-buffer): Move above
14224 calendar-week-start-day.
14225 (calendar-week-start-day): Doc fix. Add :set function.
14226 (calendar-minimum-window-height): New variable.
14227 (generate-calendar-window): Only resize window if selected-window
14228 is displaying the calendar buffer. Use new variable
14229 calendar-minimum-window-height.
14230 (generate-calendar): Reword error message.
14231 (calendar-mode-map): Bind DEL to scroll-other-window-down.
14232
14233 2005-02-27 Andreas Schwab <schwab@suse.de>
14234
14235 * vc.el (vc-do-command): Don't run command asynchronously when
14236 operating in a remote directory.
14237
14238 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
14239 change from sync with Tramp 2.0.47.
14240
14241 2005-02-27 Richard M. Stallman <rms@gnu.org>
14242
14243 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
14244
14245 * textmodes/flyspell.el (flyspell-mode-on):
14246 Call ispell-change-dictionary only if necessary.
14247
14248 * emacs-lisp/re-builder.el (regexp-builder): New function.
14249
14250 * register.el (describe-register-1): Explicitly handle
14251 yank-excluded-properties = t.
14252
14253 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
14254 (custom-magic-alist): Change the status descriptions again.
14255 (face widget-type): Total rewrite based on `restricted-sexp'
14256 to eliminate the confusing double hiding levels.
14257
14258 * emacs-lisp/debug.el (debug-on-entry-1):
14259 If function body is empty, add nil as body form.
14260
14261 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
14262
14263 * emacs-lisp/trace.el (inhibit-trace): New var.
14264 (trace-make-advice): Use it.
14265
14266 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
14267
14268 2005-02-26 Kim F. Storm <storm@cua.dk>
14269
14270 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
14271 (mouse-on-link-p, mouse-drag-region-1): Use it.
14272
14273 2005-02-25 Lute Kamstra <lute@gnu.org>
14274
14275 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
14276
14277 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
14278
14279 * frame.el (blink-cursor-mode): Add :group keyword.
14280
14281 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
14282
14283 * calendar/icalendar.el (icalendar--decode-isodatetime):
14284 New optional argument DAY-SHIFT.
14285 (icalendar-export-region): Fix coding-system-for-write.
14286 (icalendar--convert-ical-to-diary): Shift end-day of all-day
14287 events by one.
14288
14289 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
14292
14293 2005-02-24 Kim F. Storm <storm@cua.dk>
14294
14295 * international/iso-acc.el (iso-accents-compose): Fix crash
14296 during redisplay. Call force-window-update after read-event
14297 and delete-region to signal that window is not accurate.
14298
14299 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
14300
14301 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
14302 Remove unused and inexistent var `inhibit-trace'.
14303 (debugger-mode): Use run-mode-hooks.
14304 (debugger-list-functions): Add buttons; setup xref stack.
14305
14306 2005-02-23 Richard M. Stallman <rms@gnu.org>
14307
14308 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
14309 appointment says it was explicitly made.
14310 (appt-add): Set the 3rd element.
14311 (appt-make-list): Preserve explicit appointments.
14312
14313 * subr.el (find-tag-default): Catch errors in forward-sexp.
14314
14315 2005-02-23 Juri Linkov <juri@jurta.org>
14316
14317 * info.el (Info-isearch-search): New defcustom.
14318 (Info-isearch-search): Call the default isearch function
14319 when Info-isearch-search is nil.
14320 (Info-isearch-wrap): Use variable Info-isearch-search.
14321
14322 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
14323
14324 * cus-edit.el: Comment change.
14325
14326 2005-02-22 Kim F. Storm <storm@cua.dk>
14327
14328 * progmodes/hideif.el (hide-ifdef-use-define-alist):
14329 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
14330
14331 2005-02-22 Simon Josefsson <jas@extundo.com>
14332
14333 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
14334 New variable.
14335 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
14336 Oskarsson" <myrkraverk@users.sourceforget.net>.
14337
14338 2005-02-22 Kim F. Storm <storm@cua.dk>
14339
14340 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
14341 check that window of that event is the selected window.
14342 (mouse-drag-region-1): Compare mouse event window to selected
14343 window before setting point.
14344
14345 * tooltip.el (tooltip-show-help-function): Pass event to
14346 mouse-on-link-p so it can check selected window.
14347
14348 2005-02-22 Kenichi Handa <handa@m17n.org>
14349
14350 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
14351 (ps-mule-show-warning): New function.
14352 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
14353 characters are found.
14354
14355 * ps-print.el (ps-header-footer-string): Return a list of header
14356 and footer strings.
14357
14358 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
14359
14360 * pcvs.el (cvs-retrieve-revision): Fix thinko.
14361
14362 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
14363
14364 * frame.el (blink-cursor-mode): Use define-minor-mode.
14365
14366 * term/mac-win.el (function-key-map): Use char-names more consistently.
14367 (file-name-coding-system): Only set it for MacOS-9. The other case is
14368 already handled in mule-cmds.el (where it also works when mac-win.el
14369 is not used).
14370
14371 2005-02-21 Kenichi Handa <handa@m17n.org>
14372
14373 * international/mule.el (ctext-pre-write-conversion): Always use
14374 " *code-converting-work*" buffer for work.
14375
14376 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
14377
14378 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
14379
14380 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
14381
14382 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
14383
14384 * ses.el (undo-more): Restore defadvice, but only the part that
14385 allows changes outside the restricted area of the buffer.
14386
14387 2005-02-20 Kim F. Storm <storm@cua.dk>
14388
14389 * simple.el (line-move): Add fourth optional arg try-vscroll which
14390 must be set to perform auto-window-vscroll.
14391 When moving backwards and doing auto-window-vscroll, automatically
14392 vscroll to the last part of lines which are taller than the window.
14393 (next-line, previous-line): Set try-vscroll arg on line-move.
14394
14395 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
14396
14397 * replace.el (query-replace, query-replace-regexp)
14398 (replace-string, replace-regexp): When operating on region, make
14399 the minibuffer prompt say so.
14400
14401 * isearch.el (isearch-forward): Document isearch-query-replace and
14402 isearch-query-replace-regexp keybindings.
14403
14404 2005-02-19 Jay Belanger <belanger@truman.edu>
14405
14406 * calc/calc-aent.el (math-read-token): Add local variable.
14407
14408 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
14409 (calc-edit-top): Move declaration to earlier in file.
14410 (calc-edit-macro-repeats): Add local variables.
14411
14412 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
14413 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
14414 calcFunc-tanh.
14415 Adjust integration rule for calcFunc-tan.
14416
14417 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14418
14419 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
14420 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
14421 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
14422 (viper-skip-separators): Bug fix.
14423 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
14424 particular major mode.
14425 (viper-del-backward-char-in-replace): Don't put deleted char on the
14426 kill ring.
14427
14428 * viper-ex.el (viper-color-display-p): New function.
14429 (viper-has-face-support-p): Use viper-color-display-p.
14430
14431 * viper-keym.el (viper-gnus-modifier-map): New keymap.
14432
14433 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
14434
14435 * viper-util.el (viper-glob-unix-files): Fix shell status check.
14436 (viper-file-remote-p): Make equivalent to file-remote-p.
14437
14438 * viper.el (viper-major-mode-modifier-list):
14439 Use viper-gnus-modifier-map.
14440
14441 2005-02-19 David Kastrup <dak@gnu.org>
14442
14443 * subr.el (subregexp-context-p): Fix garbled doc string by adding
14444 quoting.
14445
14446 2005-02-19 Jay Belanger <belanger@truman.edu>
14447
14448 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
14449 Remove extra definitions.
14450 (calc-coth): New function.
14451 (calcFunc-cot): Fix `let'.
14452
14453 2005-02-19 Eli Zaretskii <eliz@gnu.org>
14454
14455 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
14456 the reasons we use "type pc" in these faces.
14457
14458 * button.el (button): Ditto.
14459
14460 2005-02-19 Michael Mauger <mmaug@yahoo.com>
14461
14462 * replace.el (query-replace-read-from): Set the value of
14463 query-replace-from-history-variable to handle the case of an empty
14464 string entered to accept the suggested default.
14465
14466 * net/tramp.el (tramp-file-name-for-operation):
14467 Use dired-call-process instead of dired-call-process-command.
14468
14469 2005-02-19 Jay Belanger <belanger@truman.edu>
14470
14471 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
14472 (math-div-non-trig): New variables.
14473 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
14474 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
14475 (math-combine-prod, math-div-symb-fancy): Add simplifications for
14476 trig expressions.
14477
14478 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
14479
14480 * progmodes/gdb-ui.el (gdb-var-update-handler)
14481 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
14482 for watch expressions,
14483 (gdb-var-create-handler): Don't set speedbar-update-flag.
14484 (gdb-post-prompt): Simplify test for speedbar.
14485
14486 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
14487
14488 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
14489 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
14490 we use the syntax table of the correct buffer.
14491 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
14492 Felix Gatzemeier.
14493
14494 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
14495 (ediff-file-remote-p): Make synonymous with file-remote-p.
14496 In all deffaces ediff-*-face-*, use min-colors.
14497
14498 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
14499 ediff-recurse-to-subdirectories.
14500 (ediff-mark-if-equal): Check that the arguments are strings, use
14501 ediff-same-contents (after to Felix Gatzemeier).
14502
14503 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
14504 nil.
14505
14506 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
14507
14508 * log-view.el (log-view-message-re): Fix up Subversion regexp.
14509
14510 2005-02-18 David Kastrup <dak@gnu.org>
14511
14512 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
14513 use `mark-active' when defined.
14514
14515 2005-02-18 Kenichi Handa <handa@m17n.org>
14516
14517 * ps-print.el (ps-font-info-database): New entry
14518 ZapfChancery-MediumItalic with correct font name. Fix font name
14519 of the entry Zapf-Chancery-MediumItalic.
14520
14521 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
14522
14523 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
14524
14525 2005-02-16 Kim F. Storm <storm@cua.dk>
14526
14527 * ido.el (ido-fallback-command): Pass user input to fallback command.
14528
14529 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
14530
14531 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
14532 (gdb-find-file-hook): Add server prefix.
14533
14534 2005-02-16 Richard M. Stallman <rms@gnu.org>
14535
14536 * replace.el (perform-replace): Pass new args to replace-highlight.
14537 (replace-highlight): Take region args,
14538 and pass them to isearch-lazy-highlight-new-loop.
14539
14540 * novice.el (disabled-command-hook): Autoload the defalias
14541 and the make-obsolete-variable call.
14542
14543 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
14544
14545 * isearch.el (isearch-lazy-highlight-start-limit)
14546 (isearch-lazy-highlight-end-limit): New variables limit
14547 the region for highlighting.
14548 (isearch-lazy-highlight-new-loop): New args BEG and END.
14549 (isearch-lazy-highlight-search): Use the new vars.
14550 (isearch-lazy-highlight-update): Likewise.
14551
14552 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
14553
14554 * cus-start.el (all): Use default-boundp.
14555
14556 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
14557
14558 * menu-bar.el (menu-bar-select-frame): Handle current frame.
14559
14560 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
14561
14562 * autorevert.el (auto-revert-stop-on-user-input)
14563 (auto-revert-verbose): Doc fixes.
14564
14565 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
14566
14567 * international/mule-cmds.el (set-locale-environment): Remove call
14568 to set-selection-coding-system on Windows.
14569
14570 2005-02-15 Jay Belanger <belanger@truman.edu>
14571
14572 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
14573 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
14574 calcFunc-coth.
14575 (math-simplify-sqrt): Add simplifications.
14576
14577 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
14578 to list.
14579
14580 * calc/calc-ext.el: Add functions to autoloads.
14581
14582 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
14583 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
14584 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
14585 (math-csc-raw, math-cot-raw): New functions.
14586
14587 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
14588
14589 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
14590 the variable name in a message.
14591
14592 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
14593 calcFunc-csc, calcFunc-cot.
14594
14595 * calc/calcalg2.el: Add derivative and integration rules for
14596 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
14597 calcFunc-csch, calcFunc-coth.
14598 (math-do-integral-methods): Add to checks for when to use
14599 substitutions.
14600
14601 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
14602
14603 2005-02-15 Lute Kamstra <lute@gnu.org>
14604
14605 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
14606 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
14607 <monnier@iro.umontreal.ca>
14608 (lisp-outline-level): Improve efficiency. Suggested by David
14609 Kastrup <dak@gnu.org>.
14610
14611 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
14612
14613 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
14614 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
14615 (gdb-set-gud-minor-mode-existing-buffers): New functions.
14616 (gdb-find-file-hook): New hook. Add it to find-file-hook.
14617 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
14618
14619 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
14620
14621 * cus-start.el (all): Comment change.
14622
14623 2005-02-14 Lute Kamstra <lute@gnu.org>
14624
14625 * cus-start.el (all): Check if symbol is void.
14626
14627 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
14628
14629 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
14630 optional argument to \cite.
14631
14632 2005-02-14 Richard M. Stallman <rms@gnu.org>
14633
14634 * cus-edit.el (custom-buffer-create-internal): Update help message.
14635 (custom-magic-alist): Update help messages.
14636
14637 * cus-start.el (all): Allow a var to specify a standard value.
14638
14639 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
14640
14641 * custom.el (custom-theme-set-variables): Handle variable aliases.
14642
14643 * frame.el (blink-cursor-timer): Doc fix.
14644 (blink-cursor): Make it an alias for `blink-cursor-mode' and
14645 declare obsolete.
14646 (blink-cursor-mode): Define with defcustom and use correct
14647 standard expression in that defcustom.
14648 * startup.el (command-line): Adapt to above changes in frame.el.
14649
14650 2005-02-11 Lute Kamstra <lute@gnu.org>
14651
14652 * apropos.el (apropos-score-doc): Prevent division by zero.
14653
14654 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
14655
14656 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
14657 (icalendar--get-event-property-attributes)
14658 (icalendar--get-event-properties)
14659 (icalendar--datetime-to-diary-date): New functions.
14660 (icalendar--split-value): Doc fix.
14661 (icalendar--datetime-to-noneuropean-date)
14662 (icalendar--datetime-to-european-date): New optional argument
14663 SEPARATOR. Return result as a string instead of a list.
14664 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
14665 (icalendar--convert-string-for-export): Rename arg S to STRING.
14666 (icalendar-export-region): Doc fix. Change name of error buffer.
14667 Save output buffer.
14668 (icalendar-import-file): Add blank at end of prompt.
14669 (icalendar-import-buffer): Doc fix. Do not switch to error
14670 buffer. Indicate status in return value.
14671 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
14672 buffer. Save output buffer. Handle exception from recurrence
14673 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
14674 events. Fix problems with weekly all-day events.
14675
14676 2005-02-10 Richard M. Stallman <rms@gnu.org>
14677
14678 * simple.el (eval-expression-print-format):
14679 Avoid warning about edebug-active.
14680
14681 * help.el (help-for-help-internal): Rename from help-for-help.
14682 (help-for-help): Define with defalias.
14683
14684 * font-core.el (font-lock-default-function): Use with-no-warnings.
14685
14686 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
14687
14688 * custom.el (defface): Doc fix.
14689
14690 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
14691
14692 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
14693 width 0" to prevent word wrapping problems.
14694
14695 2005-02-09 Kim F. Storm <storm@cua.dk>
14696
14697 * ido.el (ido-file-extensions-order): New defcustom.
14698 (ido-file-extension-lessp, ido-file-extension-aux)
14699 (ido-file-extension-order): New advanced file ordering.
14700 (ido-file-lessp): New simple file ordering.
14701 (ido-sort-list): Remove.
14702 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
14703 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
14704
14705 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
14706
14707 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
14708 that some versions of grep produce.
14709 (grep-mode-font-lock-keywords): Likewise.
14710
14711 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
14712
14713 * progmodes/gdb-ui.el (gdb-location-list): New variable.
14714 (gdb-cdir): Delete.
14715 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
14716 (gdb-source-info): Treat case when source file is in another
14717 directory properly.
14718 (gdb-get-location): New function.
14719
14720 2005-02-07 Jay Belanger <belanger@truman.edu>
14721
14722 * calc/calc-prog.el (calc-write-parse-table-part)
14723 (calc-fix-token-name): Fix a check for language type.
14724
14725 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
14726
14727 2005-02-07 Andre Spiegel <spiegel@gnu.org>
14728
14729 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
14730 as directory not writable.
14731
14732 2005-02-07 Kim F. Storm <storm@cua.dk>
14733
14734 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
14735 (cua--standard-movement-commands): Remove list.
14736 Instead, set CUA property value to move for movement commands.
14737 (cua-movement-commands): Remove. Users must set CUA prop instead.
14738 (cua--pre-command-handler): Check CUA property.
14739 (cua--init-keymaps): Don't remap undo commands.
14740 (cua-mode): Don't call cua--rectangle-on-off.
14741
14742 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
14743 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
14744 (cua--rect-undo-set-point): New var.
14745 (cua--rectangle-undo-boundary): Setup undo apply entry.
14746 (cua--rect-undo-handler): New function for rectangle undo.
14747 (cua--rect-start-position, cua--rect-end-position): Add.
14748 (cua--rectangle-post-command): Call cua--rectangle-set-corners
14749 for restored rectangle. Set point if cua--rect-undo-set-point.
14750
14751 2005-02-06 Jay Belanger <belanger@truman.edu>
14752
14753 * calc/calc-lang.el (calc-tex-language): Display more information
14754 in messages.
14755
14756 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
14757 in TeX mode.
14758
14759 2005-02-06 Richard M. Stallman <rms@gnu.org>
14760
14761 * emacs-lisp/lisp.el (buffer-end): Doc fix.
14762
14763 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
14764
14765 * net/ldap.el (ldap-search-internal): Support attributes with
14766 optional descriptions separated by a semi-colon, as in
14767 "userCertificate;binary".
14768
14769 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14770
14771 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
14772 isn't a cons (i.e. the version is 0).
14773
14774 2005-02-05 Eli Zaretskii <eliz@gnu.org>
14775
14776 * help.el (help-for-help): Doc fix.
14777
14778 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
14779
14780 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
14781 GDB-Windows on the menu-bar as this works better.
14782
14783 2005-02-04 Jay Belanger <belanger@truman.edu>
14784
14785 * calc/calc-embed.el (calc-embedded-update): Don't put in
14786 unnecessary newlines. Adjust the end of formula marker.
14787
14788 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
14789 (math-latex-parse-two-args): New function.
14790
14791 2005-02-03 Lute Kamstra <lute@gnu.org>
14792
14793 * help-fns.el (help-with-tutorial): Make sure that users cannot
14794 remove the entire text of the tutorial by means of `undo'.
14795
14796 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
14797
14798 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
14799 in recent changes, where the ispell process was repeatedly
14800 killed & restarted.
14801
14802 * international/mule-cmds.el (set-locale-environment): Set file-name
14803 coding system to utf-8 on Darwin systems.
14804 (set-default-coding-systems): Don't set default-file-name-coding-system
14805 on Darwin systems.
14806
14807 2005-02-03 Richard M. Stallman <rms@gnu.org>
14808
14809 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
14810
14811 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
14812
14813 * faces.el (list-faces-display): Add optional argument.
14814
14815 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
14816
14817 * font-core.el (font-lock-default-function): Handle the rare case where
14818 only font-lock-keywords is set.
14819
14820 2005-02-02 Kenichi Handa <handa@m17n.org>
14821
14822 * international/characters.el: Cancel previous change for
14823 I-WITH-DOT-ABOVE and DOTLESS-i.
14824
14825 * international/latin-5.el: Cancel previous change.
14826
14827 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14828
14829 * progmodes/gud.el: Correction to syntax in gud-menu-map.
14830
14831 2005-02-02 Kenichi Handa <handa@m17n.org>
14832
14833 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
14834 DOTLESS-i.
14835
14836 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
14837 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
14838
14839 * case-table.el (get-upcase-table): New function.
14840 (copy-case-table): Copy upcaes table too if non-nil.
14841 (set-case-syntax-delims): Maintain upcase table too.
14842 (set-case-syntax-pair): Likewise.
14843 (set-upcase-syntax, set-downcase-syntax): New functions.
14844 (set-case-syntax): Maintain upcase table too.
14845
14846 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
14847
14848 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
14849
14850 * progmodes/gud.el (gud-goto-info): New function.
14851 (gud-tool-bar-map): Use correct icon.
14852
14853 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14854
14855 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
14856 When delegating, order args in the funcall correctly.
14857
14858 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
14859
14860 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
14861
14862 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
14863
14864 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
14865 buffer not visiting a file.
14866
14867 2005-01-31 Jay Belanger <belanger@truman.edu>
14868
14869 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
14870 bound on the line with the formula.
14871
14872 2005-01-31 Kim F. Storm <storm@cua.dk>
14873
14874 * ses.el (ses-create-cell-variable-range)
14875 (ses-destroy-cell-variable-range, ses-reset-header-string)
14876 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
14877 (ses-insert-row): Fix format of apply undo entries.
14878
14879 2005-01-31 Jay Belanger <belanger@truman.edu>
14880
14881 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
14882 parts.
14883
14884 * calc/calc-embed.el (calc-embedded-open-formula)
14885 (calc-embedded-close-formula): Ignore matrix environments.
14886
14887 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
14888 TeX mode.
14889
14890 * calc/calc-lang.el (math-function-table, math-oper-table)
14891 (math-variable-table): Adjust the LaTeX portions.
14892
14893 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
14894 (math-latex-ignore-words): New constant.
14895
14896 2005-01-31 Richard M. Stallman <rms@gnu.org>
14897
14898 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
14899 (ispell-local-dictionary): Doc fix.
14900 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
14901 Don't reinitialize at run time. Don't defcustom.
14902 All uses changed to append ispell-local-dictionary-alist,
14903 or check it first.
14904 (ispell-current-dictionary): New variable for dictionary in use.
14905 (ispell-dictionary): Now used only for global default.
14906 (ispell-start-process): Set ispell-current-dictionary,
14907 not ispell-dictionary.
14908 (ispell-change-dictionary): Use this only for setting
14909 user preferences.
14910 (ispell-internal-change-dictionary): New function
14911 to change the current dictionary in use.
14912 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
14913 Use ispell-current-dictionary.
14914 Handle ispell-local-dictionary-overridden.
14915 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
14916
14917 2005-01-31 Jay Belanger <belanger@truman.edu>
14918
14919 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
14920
14921 * calc/calc-ext.el: Add calc-latex-language to autoloads.
14922 (calc-mode-map): Add calc-latex-language.
14923
14924 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
14925 (math-latex-print-frac): New functions.
14926 (math-oper-table, math-function-table, math-variable-table)
14927 (math-complex-format, math-input-filter): Add latex properties.
14928 (calc-set-language): Set math-expr-special-function-mapping.
14929
14930 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
14931 (calc-write-parse-table-part): Add LaTeX support.
14932
14933 * calc/calc.el (calc-language): Adjust docstring.
14934 (calc-set-mode-line): Add LaTeX support.
14935 (math-expr-special-function-mapping): New variable.
14936 (math-tex-ignore-words): Add to list.
14937
14938 * calc/calccomp.el (math-compose-expr, math-compose-rows):
14939 Add LaTeX support.
14940 (math-compose-expr): Add support for special functions.
14941
14942 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
14943
14944 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
14945
14946 * progmodes/gdb-ui.el (gdb-memory-address)
14947 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
14948 (gdb-memory-mode-map, gdb-memory-format-keymap)
14949 (gdb-memory-format-menu, gdb-memory-unit-keymap)
14950 (gdb-memory-unit-menu): New variables for a buffer
14951 that lets the user examine program memory.
14952 (gdb-memory-set-address, gdb-memory-set-repeat-count)
14953 (gdb-memory-format-binary, gdb-memory-format-octal)
14954 (gdb-memory-format-unsigned, gdb-memory-format-signed)
14955 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
14956 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
14957 (gdb-memory-unit-word, gdb-memory-unit-halfword)
14958 (gdb-memory-unit-byte, gdb-memory-unit-menu)
14959 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
14960 (gdb-memory-mode, gdb-memory-buffer-name)
14961 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
14962 New functions for above buffer.
14963
14964 2005-01-30 Richard M. Stallman <rms@gnu.org>
14965
14966 * cus-edit.el (custom-bury-buffer): Function deleted.
14967 (custom-buffer-done-function): Option deleted.
14968 (custom-buffer-done-kill): New (replacement option.
14969 (Custom-buffer-done): Call quit-window.
14970 (custom-buffer-create-internal): Update for above changes.
14971
14972 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
14973
14974 * simple.el (undo-ask-before-discard): New var.
14975 (undo-outer-limit-truncate): Implement it.
14976 (undo-extra-outer-limit): Doc update.
14977
14978 2005-01-29 Richard M. Stallman <rms@gnu.org>
14979
14980 * ses.el (undo-more): Delete defadvice.
14981 (ses-begin-change): Doc fix.
14982
14983 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
14984 instead of rebinding C-x u and C-_.
14985
14986 * files.el (normal-backup-enable-predicate): Return nil for files
14987 in /tmp, regardless of temporary-file-directory.
14988
14989 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
14990
14991 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
14992 (open-rectangle, delete-whitespace-rectangle-line)
14993 (clear-rectangle-line): If FILL, pass t instead of FILL
14994 for move-to-column's 2nd arg.
14995
14996 * simple.el (undo): Fix the test for continuing a series of undos.
14997 (undo-more): Set pending-undo-list to t when we reach end.
14998 (pending-undo-list): Move up defvar.
14999
15000 * wid-edit.el (widget-button-click):
15001 Shorten the range of the track-mouse binding.
15002
15003 * comint.el (comint-insert-input): Undo previous changes;
15004 use last-input-event in interactive spec.
15005
15006 2005-01-29 Eli Zaretskii <eliz@gnu.org>
15007
15008 * progmodes/compile.el (compilation-start): Bind buffer-read-only
15009 to nil before invoking call-process. Reset buffer's modified flag
15010 after fontifying it in the no-async branch.
15011
15012 * wid-edit.el (widget-specify-button): If mouse pointer shape
15013 cannot be changed, use mouse face instead.
15014
15015 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
15016
15017 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
15018 (gdb-goto-breakpoint): Make breakpoint handling work on template
15019 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
15020 (gdb-assembler-custom): Update to recognize breakpoint information
15021 added on 2005-01-19.
15022
15023 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
15024
15025 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
15026 (dsssl-mode): Use define-derived-mode.
15027 (scheme-mode-initialize): Remove.
15028 (scheme-mode): Use run-mode-hooks.
15029
15030 * cus-edit.el (customize-group-other-window)
15031 (custom-buffer-create-other-window): Don't override special-display-*.
15032 (custom-mode-map): Make it dense.
15033
15034 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
15035 sets the default value.
15036
15037 2005-01-28 Eli Zaretskii <eliz@gnu.org>
15038
15039 * descr-text.el: Add more keywords.
15040
15041 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
15042
15043 * speedbar.el: Avoid unnecessary use of locate-library.
15044
15045 * international/mule-cmds.el (standard-display-european-internal):
15046 Don't fiddle with latin-1 non-break space any more since it's now
15047 special cased in the C code.
15048 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
15049
15050 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
15051
15052 * cus-start.el (all): Add `undo-outer-limit'.
15053
15054 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15055
15056 * textmodes/bibtex.el (bibtex-format-entry):
15057 Use `bibtex-empty-field-re' only on the text of fields, not on entire
15058 field lines.
15059 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
15060 not on part of a buffer.
15061
15062 2005-01-25 Lute Kamstra <lute@gnu.org>
15063
15064 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
15065 nonempty field text strings like "{letters\\macro{}more letters}".
15066 Clarify docstring.
15067 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
15068 (bibtex-entry-offset, bibtex-parse-association)
15069 (bibtex-parse-field-name): Fix typos in docstrings.
15070 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
15071
15072 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
15073
15074 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
15075 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
15076 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
15077 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
15078
15079 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
15080 isearch minor mode.
15081
15082 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
15083
15084 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
15085
15086 2005-01-24 Lute Kamstra <lute@gnu.org>
15087
15088 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
15089 CASECHARS and NOT-CASECHARS regular expressions of the
15090 "nederlands" and "nederlands8" dictionaries to prevent a "Range
15091 striding over charsets" error.
15092
15093 2005-01-24 Jay Belanger <belanger@truman.edu>
15094
15095 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
15096 display variable name.
15097
15098 2005-01-24 Kenichi Handa <handa@m17n.org>
15099
15100 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
15101 Fix setting of the element of encoded-kbd-iso2022-invocations.
15102
15103 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
15104
15105 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
15106 (gdb-threads-select): Change to also accept mouse events.
15107 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
15108 (gdb-threads-mouse-select): Delete.
15109
15110 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
15111
15112 * files.el (insert-directory): Take care of empty directory,
15113 listed without -a switch.
15114
15115 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
15116
15117 * textmodes/refill.el (refill-post-command-function):
15118 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
15119 to the list of functions that we should be careful not to undo.
15120 (refill-late-fill-paragraph-function): Remove.
15121 (refill-saved-state): New var.
15122 (refill-mode): Use it to save fill-paragraph-function.
15123 Save also the value of auto-fill-function.
15124
15125 * term/w32-win.el: Simplify code.
15126
15127 2005-01-23 Kim F. Storm <storm@cua.dk>
15128
15129 * simple.el (line-move): Adapt to new return value from
15130 pos-visible-in-window-p.
15131
15132 * simple.el (line-move): Fix last change. Check partial
15133 visibility at point rather than at window-start.
15134
15135 2005-01-22 Jason Rumney <jasonr@gnu.org>
15136
15137 * term/w32-win.el (xw-defined-colors): Remove debug-message.
15138
15139 2005-01-22 David Kastrup <dak@gnu.org>
15140
15141 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
15142
15143 2005-01-22 Eli Zaretskii <eliz@gnu.org>
15144
15145 * type-break.el (type-break-mode): Add a test for
15146 type-break-file-name being non-nil.
15147
15148 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
15149
15150 * net/eudc.el (top level): Call (message "") via progn, so that
15151 eudc-options-file is loaded.
15152
15153 2005-01-22 Kim F. Storm <storm@cua.dk>
15154
15155 * simple.el (line-move-1): Rename from line-move.
15156 (line-move): New function that adjusts vscroll for partially
15157 visible rows, and calls line-move-1 otherwise.
15158
15159 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
15160
15161 * pcomplete.el: Define pcomplete-read-event instead of read-event,
15162 since it's not a complete read-event implementation
15163
15164 2005-01-20 Jay Belanger <belanger@truman.edu>
15165
15166 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
15167 for called function.
15168
15169 2005-01-20 Steven Tamm <steventamm@mac.com>
15170
15171 * term/mac-win.el (process-connection-type): Remove.
15172 Controlled now by s/darwin.h:PTY_ITERATION.
15173
15174 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
15175
15176 * window.el (handle-select-window): Don't switch window when we're
15177 in the minibuffer.
15178
15179 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
15180
15181 * subr.el (dotimes-with-progress-reporter): New macro.
15182
15183 * ses.el (ses-dotimes-msg): Remove macro.
15184 Use `dotimes-with-progress-reporter' instead.
15185
15186 2005-01-19 Steven Tamm <steventamm@mac.com>
15187
15188 * term/mac-win.el (process-connection-type): Use new
15189 operating-system-release variable to use ptys on Darwin 7 (OS X
15190 10.3) when using carbon build.
15191
15192 2005-01-19 Jay Belanger <belanger@truman.edu>
15193
15194 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
15195 flags if the last command was a tab or M-tab.
15196
15197 * calc/calc-prog.el (calc-user-define-edit): Put original formula
15198 in formula editing buffer.
15199
15200 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15201
15202 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
15203 breakpoint image symbol in margin.
15204
15205 2005-01-19 Jay Belanger <belanger@truman.edu>
15206
15207 * calc/calc-prog.el (calc-execute-kbd-macro):
15208 Ignore calc-keep-arg-flag.
15209
15210 2005-01-19 Kenichi Handa <handa@m17n.org>
15211
15212 * textmodes/ispell.el (ispell-looking-at): New function.
15213 (ispell-process-line): Use ispell-looking-at to compare the ispell
15214 output and the buffer contents.
15215
15216 2005-01-18 Jay Belanger <belanger@truman.edu>
15217
15218 * calc/calc.el (calc-display-raw): Fix docstring.
15219
15220 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
15221
15222 * simple.el (blink-matching-open): Strip extra info from syntax.
15223
15224 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
15225 funny chars in the end-of-here-doc marker.
15226
15227 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
15228
15229 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
15230 that enable/disabled state of breakpoints is shown correctly in
15231 fringe and on ttys.
15232 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
15233 Add breakpoint information as text properties.
15234 (gdb-mouse-toggle-breakpoint):
15235 Rename to gdb-mouse-set-clear-breakpoint.
15236 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
15237 breakpoints in the margin.
15238 (gdb-remove-strings): Simplify.
15239
15240 2005-01-17 Jay Belanger <belanger@truman.edu>
15241
15242 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
15243 erasing buffer.
15244
15245 2005-01-17 Richard M. Stallman <rms@gnu.org>
15246
15247 * progmodes/grep.el (grep-find): Copy from `grep' the condition
15248 for calling grep-compute-defaults.
15249
15250 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
15251 if buffer is empty.
15252
15253 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
15254
15255 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
15256
15257 * hilit-chg.el (highlight-changes-mode): Don't autoload.
15258
15259 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
15260 non-preloaded variables.
15261
15262 2005-01-17 Steven Tamm <steventamm@mac.com>
15263
15264 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
15265 tex-shell cause to force interactivity when using pipes.
15266
15267 2005-01-17 Kim F. Storm <storm@cua.dk>
15268
15269 * simple.el (just-one-space): Make arg optional.
15270
15271 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
15272
15273 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
15274 posn-at-x-y to t to access left-margin.
15275
15276 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
15277
15278 Sync with Tramp 2.0.47.
15279
15280 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
15281 catching keep-date problems in cp/scp operations.
15282 (tramp-handle-copy-file): Don't call `set-file-modes'
15283 unconditionally. Specialized functions should know better what is
15284 necessary. This improves performance a little bit, and the
15285 functions could catch errors with `cp -p' and `scp -p'.
15286 (tramp-do-copy-or-rename-file-via-buffer)
15287 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
15288 when appropriate.
15289 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
15290 Call `set-file-modes' when appropriate.
15291 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
15292 Johnsson <isak@hypergene.com>
15293 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
15294 of both Tramp buffer and debug buffer. Reported by Joakim Verona
15295 <joakim@verona.se>
15296 (tramp-file-name-for-operation): Mark `shell-command' as magic for
15297 Emacs only.
15298
15299 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
15300 `find-file-hooks' and `dired-mode-hook'.
15301 (tramp-minor-mode-map): Respective map. Add remapping for
15302 `compile' and `recompile'.
15303 (tramp-remap-command, tramp-recompile): New defuns.
15304 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
15305 in buffer "*Compilation*". Call the commands asynchronously.
15306
15307 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
15308 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
15309 `shell-command', because it isn't magic in XEmacs. Reported by
15310 Adrian Aichner <adrian@xemacs.org>.
15311
15312 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15313 `substitute-in-file-name.
15314 (tramp-smb-handle-substitute-in-file-name): New defun.
15315 (tramp-smb-advice-PC-do-completion): Delete advice.
15316
15317 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
15318
15319 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
15320 Fix error in deleting region.
15321
15322 2005-01-15 Richard M. Stallman <rms@gnu.org>
15323
15324 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
15325 In non-temp buffer, switch syntax table temporarily.
15326
15327 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
15328
15329 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
15330
15331 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
15332
15333 * imenu.el (imenu--split-menu): Copy menulist before sorting.
15334 (imenu--generic-function): Use START, not BEG, as pos of definition.
15335
15336 * simple.el (just-one-space): Argument specifies number of spaces.
15337
15338 * simple.el (eval-expression-print-format): Avoid warning
15339 about edebug-active.
15340
15341 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
15342
15343 * progmodes/sh-script.el: Code copied from make-mode.el
15344 with small changes,
15345 (sh-mode-map): Bind C-c C-\.
15346 (sh-backslash-column, sh-backslash-align): New variables.
15347 (sh-backslash-region, sh-append-backslash): New functions.
15348
15349 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
15350
15351 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
15352 (rmail-pop-password, rmail-pop-password-required): Move to
15353 rmail-obsolete group.
15354 (rmail-set-pop-password): Rename to rmail-set-remote-password.
15355 All callers updated.
15356 (rmail-get-pop-password): Rename to rmail-get-remote-password.
15357 Take an argument specifying whether it is POP or IMAP mailbox we
15358 are using. All callers updated.
15359 (rmail-pop-password-error): Rename to
15360 rmail-remote-password-error. Added mailutils-specific error message.
15361 (rmail-movemail-search-path)
15362 (rmail-movemail-variant-in-use): New variables.
15363 (rmail-remote-password, rmail-remote-password-required):
15364 New customization variables.
15365 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
15366 (rmail-parse-url): New function.
15367 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
15368 with GNU mailutils movemail.
15369
15370 2005-01-15 Kevin Ryde <user42@zip.com.au>
15371
15372 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
15373 suffix to space, $ or '$, to correctly position point when going
15374 to @table style constants like DBL_MAX.
15375
15376 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
15377
15378 * type-break.el (type-break-mode, type-break-file-time)
15379 (type-break-file-keystroke-count, type-break-choose-file):
15380 Don't store data in or load data from the file if type-break-file-name
15381 is nil.
15382 (type-break-file-name): Doc update as per the above.
15383
15384 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
15385
15386 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
15387 lookup-key might return nil; handle that.
15388
15389 2005-01-15 Alan Mackenzie <acm@muc.de>
15390
15391 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
15392 rather than the element found, thus enabling the tree to be setcar'd.
15393
15394 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15395
15396 * textmodes/org.el (org-show-following-heading): New option.
15397 (org-show-hierarchy-above): Use `org-show-following-heading'.
15398 (org-cycle): Documentation fix.
15399
15400 * textmodes/org.el (orgtbl-optimized): New option
15401 (orgtbl-mode): New command, a minor mode.
15402 (orgtbl-mode-map): New variable.
15403 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
15404 (orgtbl-error, orgtbl-self-insert-command)
15405 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
15406
15407 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
15408 a local variable in each org-mode buffer.
15409
15410 * textmodes/org.el (org-set-regexps-and-options): Rename from
15411 `org-set-regexps'. Added checking for STARTUP keyword.
15412 (org-get-current-options): Add STARTUP options.
15413 (org-table-insert-row): Make mode intelligent about when
15414 realignment is needed.
15415 (org-self-insert-command, org-delete-backward-char, org-delete-char):
15416 New commands.
15417 (org-enable-table-editor): New default value `optimized'.
15418 (org-table-blank-field): Support blanking regions if active.
15419
15420 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
15421
15422 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
15423 if the year is not given.
15424
15425 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
15426 Add new escapes %m and %M, fixed bug with %F by adding
15427 save-match-data.
15428 (reftex-reference): Remove ?. from list of spaces.
15429 (reftex-label-info): Add automatic label prefix recognition.
15430
15431 * textmodes/reftex-index.el (reftex-index-next-phrase):
15432 Add slave parameter to call of `reftex-index-this-phrase'.
15433 (reftex-index-this-phrase): New optional argument.
15434 (reftex-index-region-phrases): Add slave parameter to call of
15435 `reftex-index-this-phrase'.
15436 (reftex-display-index): New argument redo.
15437 (reftex-index-rescan): Add 'redo to arguments of
15438 `reftex-display-index'.
15439 (reftex-index-Rescan, reftex-index-revert)
15440 (reftex-index-switch-index-tag): Add 'redo to arguments of
15441 `reftex-display-index'.
15442 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
15443 indexing. Fix bug with matching is there is a quote before or
15444 after the word.
15445
15446 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
15447 Fix bug when collecting citation keys in lines with comments.
15448 (reftex-citation): Prefix argument no longer rescans the document,
15449 but forces prompting for optional arguments of cite macros.
15450 (reftex-do-citation): Prompting for optional arguments implemented.
15451
15452 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15453 Add optional arguments to most cite commands.
15454 (reftex-cite-cleanup-optional-args): New option
15455 (reftex-cite-prompt-optional-args): New option.
15456 (reftex-trust-label-prefix): New option.
15457
15458 * textmodes/reftex-toc.el (reftex-toc-find-section):
15459 Add push-mark before changing the position in the buffer.
15460
15461 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
15462 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
15463
15464 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
15465
15466 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
15467 more carefully.
15468
15469 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
15470
15471 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
15472 (sgml-mode): Use it.
15473 (sgml-get-context): Better keep track of implicitly closed tags.
15474
15475 2005-01-13 Kenichi Handa <handa@m17n.org>
15476
15477 * textmodes/ispell.el: These changes are to fix misalignment error
15478 caused by equivalent characters of different Emacs charsets.
15479 (ispell-unified-chars-table): New variable.
15480 (ispell-get-decoded-string): New function.
15481 (ispell-get-casechars, ispell-get-not-casechars)
15482 (ispell-get-otherchars): Call ispell-get-decoded-string.
15483
15484 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
15485
15486 * custom.el (custom-declare-variable): Just put symbol instead
15487 of (defvar . symbol) in `current-load-list'.
15488
15489 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
15490
15491 * emacs-lisp/elint.el: Fixed typo in Commentary section.
15492
15493 2005-01-12 Jay Belanger <belanger@truman.edu>
15494
15495 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
15496 to create a Calc summary.
15497
15498 2005-01-12 Kim F. Storm <storm@cua.dk>
15499
15500 * mouse.el (mouse-on-link-p): Change functionality and doc
15501 string to comply with latest description in lisp ref.
15502
15503 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
15504
15505 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
15506 Enable mouse clicks on mode-line, header-line and margin.
15507 (event-type): Give mouse event symbols an 'event-kind property
15508 with value 'mouse-click.
15509
15510 2005-01-12 Juri Linkov <juri@jurta.org>
15511
15512 * facemenu.el (list-colors-display): Add new arg buffer-name.
15513 Use it. Fix docstring. Replace code for identifying duplicate
15514 colors by the name with call to `list-colors-duplicates' which
15515 identifies duplicate colors by the value unless the color
15516 is one of special Windows colors. Set truncate-lines to t.
15517 Print sorted duplicate color names on each line. Indent to 22
15518 \(the longest color name in rgb.txt) instead of 20. Optimize.
15519 (list-colors-duplicates): New function.
15520 (facemenu-color-name-equal): Delete function.
15521
15522 * facemenu.el (list-colors-print): New function created from code
15523 in list-colors-display. Print #RRGGBB at the window right edge.
15524 (list-colors-display): When temp-buffer-show-function is not
15525 defined, call list-colors-print from temp-buffer-show-hook
15526 to get the right value of window-width in list-colors-print
15527 after the buffer is displayed.
15528
15529 * simple.el (pop-mark): Move deactivate-mark out of conditional
15530 part to deactivate the active mark regardless of the state of the
15531 mark ring.
15532
15533 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
15534 variables line in desktop files.
15535
15536 2005-01-12 Juri Linkov <juri@jurta.org>
15537
15538 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
15539 Bring together isearch highlight related options.
15540 (lazy-highlight): Replace group `replace' by `matching'.
15541 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15542 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15543 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
15544 and declare them obsolete.
15545 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
15546 (isearch-faces): Remove defgroup.
15547 (isearch-overlay, isearch-highlight, isearch-dehighlight):
15548 Move isearch highlighting code closer to lazy highlighting code.
15549
15550 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
15551 (query-replace-highlight, query-replace-lazy-highlight)
15552 (query-replace): Move definitions to the beginning of the file.
15553
15554 2005-01-11 Juri Linkov <juri@jurta.org>
15555
15556 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
15557 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
15558 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
15559
15560 * info.el (Info-history-forward): New variable.
15561 (Info-select-node): Reset Info-history-forward to nil.
15562 (Info-last): Turn into defalias.
15563 (Info-history-back): Rename from Info-last.
15564 Add current node to Info-history-forward.
15565 (Info-history-forward): New fun.
15566 (Info-mode-map): Replace Info-last by Info-history-back.
15567 Bind Info-history-forward to "r".
15568 (Info-mode-menu): Replace Info-last by Info-history-back.
15569 Fix menu item text. Add menu item for Info-history-forward.
15570 (info-tool-bar-map): Replace Info-last by Info-history-back.
15571 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
15572 for Info-history-forward.
15573 (Info-mode): Replace Info-last by Info-history-back in docstring.
15574 Add local variable Info-history-forward.
15575 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
15576
15577 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
15578
15579 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
15580 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
15581 Ignore select-window events rather than fiddle with
15582 mouse-autoselect-window.
15583
15584 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
15585
15586 * type-break.el (type-break-mode): Fix previous change.
15587
15588 2005-01-10 Jay Belanger <belanger@truman.edu>
15589
15590 * calc/calc-ext.el (calc-reset): Reset when inside embedded
15591 calculator; only reset when point is inside a calculator.
15592 Don't adjust the window height if the window takes up the whole height
15593 of the frame.
15594
15595 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
15596
15597 * ebuff-menu.el (Electric-buffer-menu-mode):
15598 Preserve value of buffer-local var header-line-format.
15599
15600 2005-01-09 Jay Belanger <belanger@truman.edu>
15601
15602 * calc/calc.el (calc-mode-var-list-restore-saved-values):
15603 Make sure settings file exists before accessing it.
15604
15605 * calc/calc-embed.el (calc-embedded-subst):
15606 Replace math-multi-subst-rec, which is only supposed to be called
15607 by math-multi-subst, by math-multi-subst.
15608
15609 2005-01-09 Andre Spiegel <spiegel@gnu.org>
15610
15611 * vc.el (vc-allow-async-revert): New user option.
15612 (vc-disable-async-diff): New internal variable.
15613 (vc-revert-buffer): Use them to disable asynchronous diff.
15614
15615 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
15616 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
15617 asynchronously if vc-disable-async-diff is t.
15618
15619 2005-01-09 Jay Belanger <belanger@truman.edu>
15620
15621 * calc/calc.el (defcalcmodevar): New macro.
15622 (calc-mode-var-list-restore-default-values)
15623 (calc-mode-var-list-restore-saved-values): New functions.
15624 (calc-mode-var-list): Use defcalcmodevar to define it.
15625 (calc-always-load-extensions, calc-line-numbering)
15626 (calc-line-breaking, calc-display-just, calc-display-origin)
15627 (calc-number-radix, calc-leading-zeros, calc-group-digits)
15628 (calc-group-char, calc-point-char, calc-frac-format)
15629 (calc-prefer-frac, calc-hms-format, calc-date-format)
15630 (calc-float-format, calc-full-float-format, calc-complex-format)
15631 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
15632 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
15633 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
15634 (calc-matrix-brackets, calc-language, calc-language-option)
15635 (calc-left-label, calc-right-label, calc-word-size)
15636 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
15637 (calc-display-raw, calc-internal-prec, calc-angle-mode)
15638 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
15639 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
15640 (calc-window-height, calc-display-trail, calc-show-selections)
15641 (calc-use-selections, calc-assoc-selections)
15642 (calc-display-working-message, calc-auto-why, calc-timing)
15643 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
15644 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
15645 (calc-gnuplot-default-device, calc-gnuplot-default-output)
15646 (calc-gnuplot-print-device, calc-gnuplot-print-output)
15647 (calc-gnuplot-geometry, calc-graph-default-resolution)
15648 (calc-graph-default-resolution-3d, calc-invocation-macro)
15649 (calc-show-banner): Use defcalcmodevar to declare them and set
15650 their default values.
15651
15652 * calc/calc-ext.el (calc-reset): Restore saved values of variables
15653 instead of default values (but restore default values if there is
15654 an argument of 0).
15655
15656 2005-01-09 David Kastrup <dak@gnu.org>
15657
15658 * desktop.el (desktop-restore-eager): Fix typo in type.
15659
15660 2005-01-08 Richard M. Stallman <rms@gnu.org>
15661
15662 * cus-edit.el (customize): Delete :link.
15663
15664 2005-01-08 Jay Belanger <belanger@truman.edu>
15665
15666 * calc/calc.el (calc-mode): Remove the extension from the
15667 `calc-settings-file' file name when loading it.
15668
15669 2005-01-08 Kim F. Storm <storm@cua.dk>
15670
15671 * info.el (Info-mode-map, Info-next-link-keymap)
15672 (Info-prev-link-keymap, Info-up-link-keymap):
15673 Map follow-link to mouse-face.
15674 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
15675
15676 2005-01-08 Jay Belanger <belanger@truman.edu>
15677
15678 * calc/calc.el (calc-settings-file): Change default value.
15679 Suggested by cgw in a comment in calc-mode.el.
15680
15681 * calc/calc-mode.el (calc-settings-file-name):
15682 Compare calc-settings-file to user-init-file instead of ~/.emacs.
15683 Replace ~/.emacs in a prompt by calc-settings-file.
15684
15685 2005-01-07 Lars Hansen <larsh@math.ku.dk>
15686
15687 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
15688 (desktop-lazy-idle-delay): New customizable variables.
15689 (desktop-buffer-args-list): New variable.
15690 (desktop-append-buffer-args): New function.
15691 (desktop-save): Call desktop-append-buffer-args for some buffers.
15692 (desktop-lazy-create-buffer): New function.
15693 (desktop-idle-create-buffers): New function.
15694 (desktop-read): Add message about buffers to restore lazily.
15695 (desktop-lazy-abort): New command.
15696 (desktop-clear): Call desktop-lazy-abort.
15697 (desktop-lazy-complete): New command.
15698
15699 2005-01-06 Richard M. Stallman <rms@gnu.org>
15700
15701 * emacs-lisp/find-func.el (find-face-definition):
15702 Rename from find-face.
15703
15704 2005-01-06 Kim F. Storm <storm@cua.dk>
15705
15706 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
15707
15708 * man.el (Man-xref-man-page, Man-xref-header-file)
15709 (Man-xref-normal-file): Add follow-link property.
15710
15711 2005-01-06 Jay Belanger <belanger@truman.edu>
15712
15713 * calc/calc-units.el: Make sure the proper macro definitions are
15714 available when compiling.
15715
15716 2005-01-06 Juri Linkov <juri@jurta.org>
15717
15718 * isearch.el (isearch-lazy-highlight-update):
15719 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
15720
15721 2005-01-06 Miles Bader <miles@gnu.org>
15722
15723 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
15724 (isearch-lazy-highlight-face): Use new name.
15725
15726 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
15727
15728 * uniquify.el (uniquify-rationalize-file-buffer-names):
15729 Re-add an interactive spec.
15730 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
15731 to the same name.
15732
15733 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
15734 (isearch-update, isearch-done): Adjust calls accordingly.
15735
15736 2005-01-05 Richard M. Stallman <rms@gnu.org>
15737
15738 * custom.el (custom-set-variables, custom-theme-set-variables):
15739 Clarify documentation.
15740
15741 * emacs-lisp/find-func.el (find-variable)
15742 (find-variable-other-window, find-variable-other-frame):
15743 Fix the TYPE args to find-function-read and find-function-do-it.
15744 (find-function): Doc fix.
15745 (find-function-at-point): Replace function-at-point alias.
15746
15747 2005-01-04 Richard M. Stallman <rms@gnu.org>
15748
15749 * cus-face.el (custom-declare-face):
15750 Record defface in current-load-list.
15751
15752 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
15753
15754 * emacs-lisp/find-func.el: Doc fixes.
15755 (find-face-regexp): New variable.
15756 (find-function-regexp-alist): New variable.
15757 (find-function-C-source): Third arg is now TYPE.
15758 (find-function-search-for-symbol): Handle general TYPE.
15759 (find-function-read, find-function-do-it): Handle general TYPE.
15760 (find-definition-noselect, find-face): New functions.
15761 (function-at-point): Alias deleted.
15762
15763 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
15764
15765 * battery.el (display-battery-mode): Rename from display-battery.
15766 Handle the case where it gets turned off.
15767
15768 2005-01-04 Richard M. Stallman <rms@gnu.org>
15769
15770 * cus-edit.el (customize): Make :link point to user doc.
15771
15772 * man.el (Man-fontify-manpage): Turn off undo generation.
15773
15774 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
15775
15776 2005-01-04 Andreas Schwab <schwab@suse.de>
15777
15778 * files.el (insert-directory): Only look for error lines in
15779 inserted text. Don't move too far after processing --dired markers.
15780
15781 2005-01-04 Richard M. Stallman <rms@gnu.org>
15782
15783 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
15784 Don't expand if the character is @, period, dash, etc.
15785 (define-mail-abbrev): Quote names that contain problem characters.
15786
15787 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
15788
15789 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
15790
15791 2005-01-03 Richard M. Stallman <rms@gnu.org>
15792
15793 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
15794 (query-replace-highlight, query-replace-lazy-highlight)
15795 (query-replace): Definitions moved up. Doc fix.
15796
15797 2005-01-03 Richard M. Stallman <rms@gnu.org>
15798
15799 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
15800 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
15801 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
15802 (lazy-highlight-face): Rename from isearch-lazy-...
15803 Change all references to them.
15804
15805 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
15806
15807 * cus-edit.el (custom-file): Doc fix for defcustom.
15808 (custom-file): The function no longer sets the variable
15809 `custom-file' to its return value.
15810
15811 * startup.el (command-line): No longer load `custom-file'.
15812
15813 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
15814
15815 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
15816
15817 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
15818 Don't confuse module-prefixed identifiers for labels.
15819 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
15820
15821 2005-01-02 Richard M. Stallman <rms@gnu.org>
15822
15823 * files.el (basic-save-buffer-1): Fix previous change.
15824
15825 * loadhist.el (file-loadhist-lookup): New function.
15826 (file-provides, file-requires): Use it.
15827
15828 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
15829 instead of calculating the right size.
15830
15831 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
15832
15833 * vc-svn.el (vc-svn-diff): Stay local if possible.
15834
15835 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
15836
15837 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
15838
15839 * files.el (hack-local-variables): Fix last change.
15840
15841 2005-01-02 Jay Belanger <belanger@truman.edu>
15842
15843 * calc/calc-yank.el (calc-edit-top): New variable.
15844 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
15845 object. Change header properties.
15846 (calc-edit-finish, calc-edit-finish-stack-object)
15847 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
15848 edited object.
15849 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
15850 for the beginning of the edited object.
15851 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
15852 for the beginning of the edited object.
15853 * calc/calc-prog.el (calc-edit-macro-finish-edit)
15854 (calc-finish-formula-edit, calc-macro-repeats)
15855 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
15856 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
15857 beginning of the edited object.
15858 (calc-user-define-edit): Change the header for editing macros.
15859 Remove unnecessary variable.
15860
15861 2005-01-01 Jay Belanger <belanger@truman.edu>
15862
15863 * calc/calc-yank.el (calc-edit-mode): Change default header.
15864 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
15865 * calc/calc-store.el (calc-edit-variable): Change title to match new
15866 header.
15867 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
15868 mode to match new header.
15869 (calc-user-define-edit): Change titles to include names of commands.
15870 (calc-finish-formula-edit): Adjust to handle new header.
15871 (calc-finish-macro-edit): Remove.
15872 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
15873 (calc-edit-macro-command, calc-edit-macro-command-type)
15874 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
15875 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
15876 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
15877 (calc-edit-macro-finish-edit): New functions.
15878 (calc-user-define-edit): Use new functions to edit named calc macros.
15879
15880 2005-01-01 Stefan <monnier@iro.umontreal.ca>
15881
15882 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
15883
15884 * ses.el (copy-region-as-kill): Deactivate mark.
15885
15886 2005-01-01 Richard M. Stallman <rms@gnu.org>
15887
15888 * replace.el (occur-1): If the output buffer is also an input,
15889 don't kill it, rename it.
15890
15891 * faces.el (set-face-background, set-face-foreground): Doc fix.
15892
15893 * cus-face.el (custom-face-attributes): Fix :help-echo strings
15894 for :foreground and :background.
15895
15896 * dired.el (dired-view-command-alist): Variable deleted.
15897 (dired-view-file, dired-mouse-find-file-other-window):
15898 Delete the code to use it.
15899
15900 2005-01-01 Kim F. Storm <storm@cua.dk>
15901
15902 * image.el (insert-sliced-image): Use t for line-height property.
15903
15904 See ChangeLog.11 for earlier changes.
15905
15906 ;; Local Variables:
15907 ;; coding: iso-2022-7bit
15908 ;; End:
15909
15910 Copyright (C) 2005 Free Software Foundation, Inc.
15911 Copying and distribution of this file, with or without modification,
15912 are permitted provided the copyright notice and this notice are preserved.
15913
15914 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1