]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Move defvars out of eval-when-compile. Use
[gnu-emacs] / lisp / ChangeLog
1 2006-03-07 Carsten Dominik <dominik@science.uva.nl>
2
3 * textmodes/org.el: Move defvars out of eval-when-compile. Use
4 buffer-file-name variable.
5 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
6 arg `file'.
7 (org-level-faces): Remove startup dependency.
8 (org-cycle, org-map-tree, org-scan-tags)
9 (org-remember-handler): Don't call `outline-level' directly.
10 (org-mhe-search-all-folders): New option.
11 (org-mhe-get-message-folder-from-index,
12 org-mhe-get-message-folder): Fix indexing search.
13 (org-format-agenda-item): Handle nil TAGS argument.
14 (org-cleaned-string-for-export, org-activate-target-links)
15 (org-make-target-link-regexp): Deal with empty radio target list.
16 (org-tag): New face.
17 (org-get-level-face): New function.
18 (org-set-font-lock-defaults): Simplify setup for headlines.
19 (org-complete): Pass common substring to
20 `display-completion-list'.
21
22 2006-03-06 David Ponce <david@dponce.com>
23
24 * tree-widget.el: Update Commentary header.
25 (tree-widget-theme-name): Ignore parent themes.
26 (tree-widget-set-parent-theme): New function.
27 (tree-widget-set-theme): Use it.
28 (tree-widget-set-image-properties): Move definition. Does nothing
29 if image properties have already been set.
30 (tree-widget-image-properties): Move definition. Receive an image
31 name. Set the :pointer property.
32 (tree-widget-lookup-image): Doc fix. Search in parent themes.
33 Don't set the :pointer image property.
34 (tree-widget-convert-widget): New function. Handle :dynargs
35 compatibility here.
36 (tree-widget): Use it to :convert-widget. Add the :expander-p
37 predicate to control when the :expander function is entered.
38 Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
39 (tree-widget-value-create): Handle :expander-p. widget-apply
40 :expander.
41 (tree-widget-expander-p): New function. Default value of the
42 :expander-p property.
43
44 2006-03-06 Chong Yidong <cyd@stupidchicken.com>
45
46 * help.el (describe-key): Properly handle the return value of
47 read-key-sequence when grabbing an up-event. Cleanup mouse-1
48 remaps. Handle string and vector `follow-link' values.
49
50 2006-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
51
52 * complete.el (PC-expand-many-files): Try be more careful when parsing
53 the shell's output.
54
55 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
56
57 * outline.el (hide-sublevels): Provide better interactive default.
58
59 2006-03-06 Kenichi Handa <handa@m17n.org>
60
61 * international/fontset.el (create-fontset-from-fontset-spec):
62 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
63
64 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
65
66 * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
67 backslashes instead of one in regexp.
68 (gud-tooltip-dereference): Add missing optional argument.
69
70 2006-03-04 John Paul Wallington <jpw@pobox.com>
71
72 * wdired.el (toplevel): Require `cl' at compile-time.
73
74 2006-03-04 Andreas Schwab <schwab@suse.de>
75
76 * server.el (server-process-filter): Handle errors during
77 evaluation of the argument.
78
79 2006-03-03 John Paul Wallington <jpw@pobox.com>
80
81 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
82 escape parentheses at beginning of line.
83 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
84 (t-mouse-mode): Remove period from end of error message.
85
86 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
87
88 * textmodes/flyspell.el (flyspell-process-localwords):
89 Be case-sensitive.
90
91 2006-03-03 Martin Rudalics <rudalics@gmx.at>
92
93 * cus-edit.el (custom-quote): Remove function, since it has been
94 moved to custom.el.
95
96 * font-lock.el (lisp-font-lock-keywords-2)
97 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
98 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
99 they have no special meaning.
100
101 * midnight.el (clean-buffer-list): Handle case where base-buffer of
102 indirect buffer gets killed before indirect buffer. Use dolist.
103
104 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
105
106 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
107 value instead of a literal constant (1) on more pauses.
108
109 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
110
111 * textmodes/flyspell.el (flyspell-external-point-words):
112 Be case-sensitive.
113
114 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
115
116 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
117 with "www".
118
119 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
120
121 * allout.el: Restablish intermediate missing comment header to
122 preserve outline structure.
123 (allout-beginning-of-current-entry): Skip invisible text.
124 (allout-open-topic): Fix opening a topic at end-of-buffer.
125 (allout-minor-mode): Move nearer to allout-mode function.
126
127 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
128
129 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
130
131 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
132
133 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
134 is nil.
135
136 * progmodes/gud.el (gud-speedbar-menu-items):
137 Use buffer-local-value and add missing :visible keyword.
138
139 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
140
141 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
142
143 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
144 must be `follow-link'.
145
146 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
147
148 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
149 formatting: No nested anchors.
150 (org-all-targets): Fix bug with XEmacs compatibility.
151 (org-read-date): Add (require 'parse-time).
152 (org-set-tags): Fix bug with extra inserted space.
153 (org-export-html-style): Define a style class for targets.
154 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
155 (org-hide-leading-stars): New option.
156 (org-hide): New face.
157 (org-set-font-lock-defaults): Allow to hide leading stars.
158 (org-get-legal-level, org-tr-level): New functions.
159 (org-odd-levels-only): New option.
160 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
161 (org-demote, org-promote): Deal with double-star levels.
162 (org-convert-to-odd-levels): New command.
163
164 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
165
166 * speedbar.el (speedbar-update-localized-contents): Try to
167 preserve window-start.
168 (speedbar-update-directory-contents): Try to preserve window-start
169 and window-point.
170 (speedbar-update-special-contents): Don't move back to start of window.
171
172 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
173 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
174 speedbar-timer-fn.
175 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
176 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
177 instead of gdb-speedbar-timer-fn.
178
179 2006-02-28 Jay Belanger <belanger@truman.edu>
180
181 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
182 (math-compose-expr): Use latex option when calling
183 `math-compose-tex-matrix' for latex mode.
184
185 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
186
187 * speedbar.el: Re-instate comments about developing for speedbar
188 [this is what info and gdb-ui use even if better methods exist now].
189
190 * t-mouse.el: New file.
191 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
192 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
193 primitive...
194 (t-mouse-make-event-element): ...posn-at-x-y instead.
195 (t-mouse-make-event): Deal with Fedora Core 3.
196 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
197 (t-mouse-mouse-position-function): New function. Use it instead
198 of advising mouse-position.
199 (t-mouse-mode): New minor mode.
200 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
201
202 2006-02-27 Glenn Morris <rgm@gnu.org>
203
204 * calendar/calendar.el (calendar-holidays): Doc fix.
205
206 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
207
208 * progmodes/gdb-ui.el (gdb-source-window): New variable.
209 Re-introduce the concept of a source window.
210 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
211 consistency with get-buffer-create.
212 (def-gdb-auto-update-handler, gdb-info-locals-handler)
213 (gdb-data-list-register-values-handler)
214 (gdb-stack-list-locals-handler): Try to preserve window-start as
215 well as window-point.
216 (gdb-display-source-buffer): New function (old concept).
217 (gdb-goto-breakpoint): Use it.
218
219 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
220 for gdb-ui/gdb-mi (old concept).
221
222 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
223
224 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
225 binding.
226
227 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
228 binding.
229
230 * textmodes/reftex-sel.el (reftex-select-label-map)
231 (reftex-select-bib-map): Add `follow-mouse' binding.
232
233 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
234
235 * jka-cmpr-hook.el (jka-compr-compression-info-list)
236 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
237 Give :set functions to provide automatic updating.
238 Update docstring. Give compiler defvars early in the file
239 and move the defcustoms to a later spot where all called functions
240 are defined.
241 (jka-compr-file-name-handler-entry): Doc fix.
242 (jka-compr-compression-info-list--internal)
243 (jka-compr-mode-alist-additions--internal)
244 (jka-compr-load-suffixes--internal): New variables.
245 (jka-compr-install): Set the three above variables.
246 Update `load-file-rep-suffixes' instead of `load-suffixes'.
247 (jka-compr-update, jka-compr-set): New functions.
248 (auto-compression-mode): Doc fix.
249
250 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
251 Update `load-file-rep-suffixes' instead of `load-suffixes'.
252 Use jka-compr-compression-info-list--internal,
253 jka-compr-mode-alist-additions--internal and
254 jka-compr-load-suffixes--internal.
255
256 * files.el (load-library):
257 * loadhist.el (file-loadhist-lookup):
258 * startup.el (command-line):
259 * subr.el (locate-library):
260 * emacs-lisp/autoload.el (update-directory-autoloads):
261 * emacs-lisp/find-func.el (find-library-suffixes):
262 Use `get-load-suffixes' instead of `load-suffixes'.
263
264 * subr.el (locate-library):
265 * emacs-lisp/find-func.el (find-library-name):
266 Use `load-file-rep-suffixes' instead of '("").
267
268 2006-02-26 Kim F. Storm <storm@cua.dk>
269
270 * ido.el (ido-save-history, ido-load-history): Simplify.
271 Don't use find-file-noselect to avoid interference from other modes.
272
273 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
274
275 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
276 to use the default shell if filename is not available.
277 Reported by Giorgos Keramidas.
278
279 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
280
281 * progmodes/etags.el (tags-completion-table): Do completion from
282 all the tables in the current list, as documented in the manual.
283
284 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
285
286 * CC Mode Update to 5.31.3.
287
288 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
289
290 * progmodes/cc-mode.el (c-postprocess-file-styles):
291 Bind inhibit-read-only to t, around the call to
292 c-remove-any-local-eval-or-mode-variables, so that it works on a
293 RO file.
294
295 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
296
297 * progmodes/cc-awk.el: Correct a typo.
298
299 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
300
301 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
302 c-hungry-delete-backwards, at the request of RMS. Leave the old
303 name as an alias.
304
305 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
306
307 * progmodes/cc-mode.el: Correct a typo.
308
309 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
310
311 * progmodes/cc-defs.el: Update the version number to 5.31.3.
312
313 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
314
315 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
316 brace-else-brace (error due to mbeg, mend being undefined).
317
318 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
319
320 * progmodes/cc-mode.el: File Local variables: Solve the problem
321 where both `mode' and c-file-offsets are specified: `mode' will
322 overwrite c-f-o's settings:
323 (c-remove-any-local-eval-or-mode-variables): New function.
324 (c-postprocess-file-styles): Call the above new function, within
325 c-tentative-buffer-change, to splat `mode' and `eval' before the
326 second hack-local-variables.
327
328 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
329
330 * progmodes/cc-mode.el:
331 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
332 (c-after-change): Protect the match data with save-match-data.
333 It was getting corrupted by c-after-change-check-<>-operators.
334
335 * cc-defs.el: [Supersedes patch V1.38]:
336 (top level): Check for a buggy font-lock-compile-keywords ONLY in
337 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
338
339 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
340 with save-match-data. It was being corrupted when Font Lock was
341 not enabled.
342
343 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
344
345 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
346 Mode and Subword Mode.
347
348 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
349 real labels ("case 1:" or "foo:") from non-labels ("public:").
350 (c-forward-objc-directive): Replace c-forward-token-2 with crude
351 coding; c-f-t-2 doesn't move over a token at EOB.
352
353 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
354
355 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
356 (c-update-modeline): Concatenate the minor mode indicators
357 directly onto mode-name, removing c-submode-indicators.
358 Sometimes, c-s-i got separated from the mode name on the mode line.
359
360 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
361 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
362
363 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
364
365 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
366 error message when there's an evaluation error to show whether
367 it's loaded from source or not.
368 (c-filter-ops): Make it available at runtime too to work when
369 `c-make-init-lang-vars-fun' needs to evaluate from source.
370
371 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
372
373 * help.el (help): Revert last part of 2006-02-23 change (deletion
374 of the `provide' call).
375
376 2006-02-23 Juri Linkov <juri@jurta.org>
377
378 * compare-w.el (compare-windows-highlight): Add new value
379 `persistent' and change :type from `boolean' to `choice'.
380 (compare-windows-overlays1, compare-windows-overlays2):
381 New internal variables.
382 (compare-windows-highlight): If compare-windows-highlight is
383 `persistent', add current overlays to compare-windows-overlays[12]
384 instead of adding compare-windows-dehighlight to pre-command-hook.
385 (compare-windows-dehighlight): Delete all overlays from
386 compare-windows-overlays[12].
387
388 * info.el (Info-search): Don't bind search-spaces-regexp to
389 Info-search-whitespace-regexp in non-regexp isearch mode.
390
391 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
392
393 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
394
395 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
396
397 * textmodes/org.el (org-xemacs-p)
398 (org-export-html-show-new-buffer, org-table-may-need-update)
399 (org-insert-item, org-mhe-get-message-real-folder)
400 (org-mhe-get-message-folder-from-index)
401 (org-mhe-get-message-folder, org-mhe-get-message-num)
402 (org-mhe-get-header, org-make-org-heading-search-string)
403 (org-make-org-heading-camel, org-table-sort-lines)
404 (org-format-org-table-html, org-format-table-table-html):
405 Fix typos in docstrings.
406
407 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
408
409 * textmodes/org.el (org-cleaned-string-for-export)
410 (org-solidify-link-text): New function.
411 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
412 XEmacs, just to silence the compiler.
413 (org-export-as-ascii, org-export-as-html-and-open):
414 Use `org-cleaned-string-for-export' and create internal links.
415 (org-follow-mhe-link): Require mh-e, use folder.
416
417 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
418
419 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
420
421 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
422 gdb-debug-log-length.
423 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
424 it a real ring but...
425 (gud-gdba-marker-filter): ...make it work like mark-ring.
426 (gdb-enable-debug): Rename from gdb-enable-debug-log.
427 (gdb-mouse-jump): New function. Add bindings.
428
429 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
430
431 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
432 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
433 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
434 (gdb-debug-log-length): Customize it's length.
435 (gud-watch, gdb-var-create-handler): Display function::var format
436 but don't use to create variable object.
437 (gdb-var-create-handler): Use message-box in place of message.
438 (gdb-stopped): Call gdb-exited if signalled.
439
440 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
441
442 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
443
444 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
445
446 * textmodes/reftex.el (reftex-locate-file): Search all extensions
447 if `reftex-try-all-extensions' is set.
448
449 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
450 fail silently when there is no valid argument at point.
451 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
452 `fail-silently' argument. From a patch by David Reiter.
453
454 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
455 New commands.
456 (org-mark-ring): New variable.
457 (org-mark-ring-length): New option.
458 (org-open-at-point, org-goto, org-open-file): Push old position
459 onto the mark ring.
460 (org-add-hook): New function.
461 (org-export-table-remove-special-lines): New option.
462 (org-skip-comments, org-format-org-table-html): Respect new
463 option `org-export-table-remove-special-lines'.
464 (org-open-file): Allow special command configuration for
465 directory link.
466 (org-file-apps): Fix bugs in customize type, added setting
467 for directories.
468 (org-activate-tags, org-format-agenda-item, org-complete)
469 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
470 (org-get-tags, org-get-buffer-tags, org-open-at-point)
471 (org-link-search, org-make-org-heading-search-string)
472 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
473 (org-radio-targets, org-file-link-context-use-camel-case)
474 (org-activate-camels): New options.
475 (org-update-radio-target-regexp, org-all-targets)
476 (org-make-target-link-regexp, org-activate-target-links):
477 New functions.
478 (org-make-org-heading-search-string): New function.
479 (org-store-link, org-insert-link): Use new option
480 `org-file-link-context-use-camel-case'.
481 (org-activate-camels): Use new option `org-activate-camels'.
482 (org-link-regexp): Add mhe prefix.
483 (org-open-at-point, org-store-link): Support for mhe links.
484 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
485 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
486 (org-mhe-get-header, org-follow-mhe-link): New functions.
487 (org-remove-angle-brackets, org-add-angle-brackets):
488 New functions.
489 (org-bracket-link-regexp): New constant.
490 (org-read-date): Fix bug that was rejecting all typed dates.
491 (org-link-search): Make hierarchy above visible after a match.
492 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
493 (org-store-link): Fix bug with link creation when cursor is in
494 an empty line.
495 (org-open-at-point): Fix bug with matching a link.
496 Fixed buggy argument sequence in call to `org-view-tags'.
497 (org-compile-prefix-format): Set `org-prefix-has-tag'.
498 (org-prefix-has-tag): New variable.
499 (org-format-agenda-item): Remove tags from headline
500 if appropriate.
501 (org-agenda-remove-tags-when-in-prefix): New option.
502
503 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
504
505 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
506 Fix the regular expressions.
507
508 2006-02-21 Richard M. Stallman <rms@gnu.org>
509
510 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
511 if there's no other specific basis.
512
513 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
514 as variables at all.
515 (unsafep-variable): Rename arg; doc fix.
516
517 * abbrevlist.el (list-one-abbrev-table): Add autoload.
518
519 * calendar/appt.el (diary-selective-display): Add defvar.
520
521 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
522
523 * isearch.el (search-whitespace-regexp): Fix custom type.
524
525 * help.el (describe-key-briefly): Compute interactive args
526 in same was as before previous change.
527
528 * files.el (enable-local-variables): Doc fix.
529
530 2006-02-21 Kim F. Storm <storm@cua.dk>
531
532 * fringe.el: Cleanup as file is now pre-loaded.
533 (fringe-bitmaps): Initialize unconditionally.
534 (fringe-mode, set-fringe-style): Remove autoload cookies.
535
536 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
537
538 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
539 `horizontal-bar'.
540 (fringe-cursor-alist): Use `horizontal-bar'.
541
542 2006-02-20 Kim F. Storm <storm@cua.dk>
543
544 * fringe.el (fringe-bitmaps): Update to new bitmap names.
545 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
546
547 * loadup.el: Load "fringe" on window systems.
548
549 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
550
551 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
552 out of scope components.
553
554 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
555 default.
556
557 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
558
559 * custom.el (customize-mark-to-save, customize-mark-as-set):
560 Load the symbol first.
561
562 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
563
564 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
565 strech spec so it doesn't display as "^J" on the header line
566 when `Buffer-menu-use-header-line' is t.
567
568 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
569
570 * speedbar.el (speedbar-make-button): Keep text properties
571 of string arguments if desired.
572
573 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
574 expessions.
575
576 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
577 of speedbar.
578
579 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
580
581 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
582 to value of `read-file-name-completion-ignore-case'.
583
584 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
585
586 * custom.el (customize-mark-as-set): Push to `user' theme.
587
588 * cus-edit.el (custom-save-variables): Allow unthemed values.
589 (customize-set-variable): Push setting to `user' theme.
590
591 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
592
593 * progmodes/gud.el: Don't require font-lock as it's now
594 automatically loaded.
595 (gud-speedbar-buttons): Replace gdb-var-changed with
596 gdb-force-update.
597
598 * progmodes/gdb-ui.el (gdb-force-update): Rename from
599 gdb-var-changed.
600 (gdb-post-prompt): Use it.
601 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
602 (gdb-var-update-handler, gdb-var-delete)
603 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
604 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
605 gdb-force-update in gdb-post-prompt.
606 (gdb-reset): Clear watch expressions from speedbar when quitting.
607
608 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
609
610 * viper-cmd.el (viper-insert-state-post-command-sentinel)
611 (viper-change-state-to-vi, viper-change-state-to-emacs):
612 Make aware of cursor coloring in the Emacs state.
613 (viper-special-read-and-insert-char): Use read-char-exclusive.
614 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
615
616 * viper-init.el (viper-emacs-state-cursor-color): New variable.
617
618 * viper-util.el (viper-save-cursor-color)
619 (viper-get-saved-cursor-color-in-replace-mode)
620 (viper-get-saved-cursor-color-in-insert-mode)
621 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
622 state.
623 (viper-get-saved-cursor-color-in-emacs-mode): New function.
624
625 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
626 (ediff-ignore-case-option3, ediff-actual-diff-options)
627 (ediff-actual-diff3-options): New variables to control case sensitivity.
628 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
629 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
630 (ediff-toggle-ignore-case): New function.
631 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
632
633 * ediff-help.el (ediff-long-help-message-narrow2)
634 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
635 (ediff-long-help-message-word-mode): Add ignore-case command.
636 (ediff-help-for-quick-help): Add ignore-case command.
637
638 * ediff-merg.el: Move provide to the end.
639
640 * ediff-ptch.el: Move provide to the end.
641
642 * ediff-wind.el: Move provide to the end.
643
644 * ediff-mult.el: Move provide to the end.
645 (ediff-set-meta-overlay): Enable follow-link.
646
647 * ediff.el: Move provide to the end.
648 Break recursive load cycle in eval-when-compile.
649 (ediff-patch-buffer): Better heuristics.
650
651 * ediff-util.el: Move provide to the end.
652 Break recursive load cycle in eval-when-compile.
653 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
654 defuns.
655 (ediff-submit-report): Pass the values of ediff-diff3-program,
656 ediff-diff3-options.
657
658 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
659
660 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
661 the opening bracket of the following bracketing pairs: {}, [], (), <>,
662 `' (for example, in the docstring of `windmove-default-keybindings').
663
664 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
665
666 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
667 shadow face. Don't provide binding to edit variable when it is
668 out of scope.
669
670 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
671 (gdb-var-update-handler): Detect out of scope variables with pre
672 GDB 6.4 too.
673 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
674 Reset status of variable objects to nil in update handlers.
675 (gdb-var-update-handler-1): Detect when a variable object comes
676 in scope. setcar on var changes gdb-var-list directly.
677
678 2006-02-17 Juri Linkov <juri@jurta.org>
679
680 * ffap.el (ffap) <defface>: Add explicit face declaration.
681 (ffap-highlight): Use face `ffap' directly instead of checking
682 for its existence.
683
684 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
685 `visible-ok' of `other-buffer' to find the right original buffer.
686
687 * info.el (Info-search): Skip `Local Variables' node.
688
689 2006-02-17 Juri Linkov <juri@jurta.org>
690
691 * info.el (Info-find-file): Check for symbols `apropos', `history',
692 `toc' in the input filename, and return these symbols as is.
693 (Info-find-node-2): Set Info-current-file to symbols `apropos',
694 `history', `toc' instead of strings.
695 (Info-set-mode-line): For non-string Info-current-file use the
696 symbol's name inside **.
697 (Info-isearch-push-state): Add quote before Info-current-file and
698 Info-current-node.
699 (Info-isearch-pop-state): Use `equal' instead of `string='.
700 (Info-extract-pointer, Info-following-node-name): Use
701 `match-string-no-properties' instead of `match-string'.
702 (Info-up): Check `old-file' for `stringp'.
703 (Info-history): Use `equal' instead of `string-equal'.
704 Check `file' for `stringp'.
705 (Info-history): Use symbol `history' instead of string as first arg
706 of `Info-find-node'.
707 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
708 `toc' instead of string.
709 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
710 instead of `buffer-substring', and `match-string-no-properties'
711 instead of `match-string'.
712 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
713 instead of strings.
714 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
715 Use symbol `apropos' instead of string.
716 (Info-copy-current-node-name): Check `Info-current-file' for
717 `stringp' and construct a command with `Info-find-node' from it.
718 (Info-fontify-node): Use `match-string-no-properties' instead of
719 `match-string' and check file names for `stringp'.
720 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
721 `history', `toc' instead of strings.
722
723 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
724
725 * files.el: Rearrange functions and variables in the file local
726 variables section.
727
728 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
729
730 * files.el: Add truncate-lines, ispell-check-comments and
731 ispell-local-dictionary as safe local variables.
732
733 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
734
735 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
736 out of scope variables.
737 (gud-speedbar-buttons): Use unless.
738
739 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
740 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
741 (gdb-show-changed-values): Also use for out of scope variables.
742 (gdb-var-update-handler-1): Note if variable goes out of scope.
743
744 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
745
746 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
747 default to global variable values for unsupplied args.
748 (rcirc-get-buffer-create): Fix bug with setting the target.
749 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
750 test for rcirc-always-use-server-buffer-flag here.
751 (rcirc-response-formats): Add %N, which is a facified nick. %n
752 uses the default face. Change the ACTION format string. If the
753 "nick" is the server, don't print anything for that field.
754 Comment fixes.
755 (rcirc-target-buffer): Don't test
756 rcirc-always-use-server-buffer-flag here.
757 (rcirc-print): Squeeze extra spaces out of the text before message.
758 (rcirc-put-nick-channel): Strip potential "@" char from nick
759 before adding them to nick table.
760 (rcirc-url-regexp): Improve to match address like "foo.com".
761
762 2006-02-17 Eli Zaretskii <eliz@gnu.org>
763
764 * allout.el (allout-hidden-p): Move this defsubst before
765 allout-overlay-interior-modification-handler, where it is first
766 used.
767
768 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
769
770 * allout.el: Use allout invisible-text overlays instead of
771 selective display for concealed text. Also, lots of general
772 cleanup, and improved compatibility code.
773
774 (allout-version) Incremented, corrected, revised, and refined
775 module commentary.
776
777 (provide 'allout): Moved to the bottom, added a require of overlay.
778
779 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
780 `except-current'.
781 (allout-write-file-hook-handler): Minimize delay.
782 (count-trailing-whitespace-region): New function so
783 auto-encryption of current topic can resituate cursor exactly.
784 PGP/GPG encryption trims trailing whitespace from lines, which
785 must be accounted for across encryption then decryption.
786
787 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
788 just plain "\C-c", to avoid intruding on user's keybinding space.
789
790 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
791 parameter, so user request to provide a new password is done.
792
793 (allout-outside-normal-auto-fill-function, allout-auto-fill):
794 Refined mechanism for auto-filling behavior while in allout mode.
795
796 (allout-mode): Explicitly specify the mode map in the docstring.
797 Clarify provision for various write-file hook var names.
798 Adjusted for invisible-text overlays instead of selective-display.
799
800 (allout-depth): Really return 0 if not within any topic. This
801 rectifies `allout-beginning-of-level' and sequence numbering
802 errors that occur when cutting and pasting numbered topics.
803 Changed from a in-line subst to a regular function, as well.
804
805 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
806
807 (allout-end-of-subtree, allout-end-of-subtree)
808 (allout-end-of-entry, allout-end-of-current-heading)
809 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
810 (allout-show-children, allout-show-to-offshoot)
811 (allout-hide-current-entry, allout-show-current-entry): Rectified
812 handling of trailing blank lines between items.
813
814 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
815 (allout-current-depth, allout-unprotected, allout-hidden-p)
816 (allout-on-current-heading-p, allout-listify-exposed)
817 (allout-chart-subtree, allout-goto-prefix)
818 (allout-back-to-current-heading, allout-get-body-text)
819 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
820 (allout-hide-region-body, allout-toggle-subtree-encryption)
821 (allout-encrypt-string, allout-encrypted-key-info)
822 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
823 (allout-file-vars-section-data): Adjusted for use with
824 invisible-text overlays instead of selective-display.
825
826 (allout-kill-line, allout-kill-topic, allout-yank-processing):
827 Reworked for use with invisible text overlays.
828
829 (allout-current-topic-collapsed-p): New function.
830
831 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
832 to know when to close the containing topic.
833
834 (allout-pre-command-business, allout-post-command-business):
835 Simplify undo-batching and dynamic isearch exposure.
836
837 (allout-set-overlay-category): New for invisible-text overlays.
838 Sets properties of allout-overlay-category, used by
839 allout-flag-region to set invisible-text overlay properties.
840 (allout-get-invisibility-overlay): Get the first qualifying
841 invisibility overlay, so we can find the extent of it.
842 (allout-back-to-visible-text): Get to just before the beginnining
843 of the current invisibility overlay, if any.
844
845 (allout-overlay-insert-in-front-handler)
846 (allout-overlay-interior-modification-handler)
847 (allout-before-change-handler, allout-isearch-end-handler): New
848 functions to handle extraordinary actions affecting concealed
849 text.
850
851 (allout-flag-region): Use overlays instead of selective-display
852 for invisible text - by inheritence from the properties of
853 allout-overlay-category in mainline Emacs, and applied
854 property-by-property in XEmacs, some recent versions of which
855 don't inherit the properties from the category. Provisions to
856 respond to concealed-text edits simplified drastically.
857
858 (allout-isearch-rectification, allout-isearch-was-font-lock)
859 (allout-isearch-expose, allout-enwrap-isearch)
860 (allout-isearch-abort, allout-pre-was-isearching)
861 (allout-isearch-prior-pos, allout-isearch-did-quit)
862 (allout-isearch-dynamic-expose)
863 (allout-hide-current-entry-completely): Functions deleted.
864
865 (allout-undo-aggregation): Explicit undo aggregation no longer
866 necessary due to transition away from selective-display.
867
868 (set-allout-regexp, allout-up-current-level)
869 (allout-next-visible-heading, allout-forward-current-level)
870 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
871 (allout-kill-line, allout-yank-processing, allout-show-children)
872 (allout-expose-topic, allout-old-expose-topic)
873 (allout-listify-exposed, allout-insert-latex-header)
874 (allout-toggle-subtree-encryption, allout-encrypt-string)
875 (remove-from-invisibility-spec, allout-hide-current-subtree):
876 Ditched unused variables.
877
878 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
879
880 * textmodes/ispell.el (ispell-change-dictionary): Call
881 ispell-buffer-local-dict instead of
882 ispell-accept-buffer-local-defs.
883 (ispell-local-dictionary-alist): Accept as valid any coding-system
884 supported by Emacs.
885 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
886 changed to iso-8859-3.
887
888 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
889
890 * speedbar.el (speedbar-frame-width): Make an inline function
891 instead of a macro. Use frame-width.
892 (speedbar-try-completion, speedbar-update-contents)
893 (speedbar-timer-fn): Use consp.
894 (speedbar-update-localized-contents): Try to preserve point.
895
896 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
897 (menu): Re-order menu items.
898 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
899 field.
900 (gdb-var-update-handler-1): Use it for GDB 6.4+.
901 (gdb-post-prompt): Speed things by not forcing update.
902
903 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
904
905 * wid-edit.el (widget-button-click): For mouse-1, cancel button
906 press and perform default action if we get a mouse movement event.
907
908 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
909
910 * calendar/icalendar.el (icalendar--get-event-property)
911 (icalendar--get-event-property-attributes): Fix typos in
912 docstrings.
913
914 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
915 docstring.
916
917 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
918
919 * bs.el (bs-mode): Use `buffer-disable-undo'.
920 (bs--get-file-name): Simplify.
921 (bs-show-in-buffer): Mark the buffer as not modified.
922
923 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
924
925 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
926 widget-button-click.
927
928 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
929 (custom-mode): Update docstring.
930
931 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
932 binding.
933
934 * files.el (hack-local-variables-confirm): Allow scrolling if the
935 file variable list is too long. Kill temp buffer after use.
936
937 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
938
939 * progmodes/gud.el (gdb): Improve doc string.
940 (gdb-script-font-lock-keywords): Expand allowed character set.
941
942 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
943 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
944 (gdb-separate-io-interrupt, gdb-separate-io-quit)
945 (gdb-separate-io-stop, gdb-separate-io-eof):
946 Rename from gdb-inferior-* to gdb-separate-*.
947 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
948
949 2006-02-14 Jay Belanger <belanger@truman.edu>
950
951 * calc/calc-arith.el (math-check-known-scalarp): Make sure
952 expression is a symbol before checking that it is bound.
953
954 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
955 test to see if equation can be solved.
956
957 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
958
959 * wid-edit.el (widget-button-click): Use :pressed-face property
960 for overlay face, if it exists.
961
962 * cus-edit.el (custom-manual, custom-add-see-also)
963 (custom-add-parent-links, custom-group-link): Add :pressed-face
964 property to links.
965
966 * files.el (hack-local-variables): Remove ignored variables before
967 checking if any variables need setting.
968
969 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
970
971 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
972
973 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
974
975 * help.el (where-is): Fix message for remapped commands.
976
977 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
978 Fix typos in docstrings.
979
980 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
981
982 * files.el (safe-local-variable-values): New option.
983 (hack-local-variables-prop-line): Return a list of variable-value
984 pairs if MODE-ONLY is non-nil.
985 (hack-local-variables): Construct list of variable-value pairs,
986 and apply or reject them in one go. Ask for confirmation if
987 variables are not known safe.
988 (hack-local-variables-confirm): Complete rewrite. Support
989 `safe-local-variable-values'.
990 (enable-local-variables): Update docstring to reflect new
991 behavior.
992 (ignored-local-variables): Ignore ignored-local-variables and
993 safe-local-variable-values.
994 (safe-local-variable-p): New function.
995 (risky-local-variable-p): `safe-local-variable' property check
996 moved to safe-local-variable-p.
997 (hack-one-local-variable): Checks moved to hack-local-variables.
998
999 (byte-compile-dynamic, c-basic-offset, c-file-style)
1000 (c-indent-level, comment-column, fill-column, fill-prefix)
1001 (indent-tabs-mode, kept-new-versions, no-byte-compile)
1002 (no-update-autoloads, outline-regexp, page-delimiter)
1003 (paragraph-start, paragraph-separate, sentence-end)
1004 (sentence-end-double-space tab-width, version-control):
1005 Add `safe-local-variable' property.
1006
1007 * find-lisp.el: Delete nonexistent `autocompile' file variable.
1008
1009 * icomplete.el, play/landmark.el: Change nonexistent
1010 `outline-layout' file variable to `allout-layout'.
1011
1012 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
1013
1014 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
1015 (gdb-get-changed-registers): Test value of gud-minor-mode relative
1016 to gud-comint-buffer.
1017 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
1018 gdb-ui.el for gdb-mi.el.
1019 (gdb-post-prompt, gdb-get-changed-registers): Move test for
1020 registers buffer to gdb-get-changed-registers.
1021 (gdb-breakpoint-regexp): New regexp. Allow toggling and
1022 deletion of catchpoints (throw and catch).
1023 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
1024 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
1025 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
1026 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
1027 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
1028
1029 2006-02-13 Jay Belanger <belanger@truman.edu>
1030
1031 * calc/calc-arith.el (math-check-known-matrixp): Make sure
1032 expression is a symbol before checking that it is bound.
1033
1034 2006-02-13 Richard M. Stallman <rms@gnu.org>
1035
1036 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
1037 for the minibuffer too, but not if resize-mini-windows will interfere.
1038
1039 * help.el (describe-key-briefly, describe-key): Do all arg-reading
1040 inside `interactive' spec.
1041 (describe-key-briefly-internal, describe-key-internal):
1042 Functions merged back into their callers.
1043
1044 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
1045
1046 * info.el (info-xref-visited): Inherit from info-xref too.
1047 (Info-set-mode-line): Replace occurrences of `%' by `%%'
1048 when propertizing Info-current-file and Info-current-node.
1049
1050 2006-02-13 Juri Linkov <juri@jurta.org>
1051
1052 * tumme.el (tumme-thumbnail-storage): Fix docstring.
1053 (tumme-thumb-name): Fix per-directory format.
1054
1055 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
1056
1057 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1058
1059 2006-02-12 Miles Bader <miles@gnu.org>
1060
1061 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1062
1063 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1064
1065 * tumme.el: Remove history section. If someone needs the it, it
1066 can always be found in CVS.
1067
1068 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1069
1070 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1071 about the Thumbnail Managing Standard option.
1072
1073 2006-02-12 Richard M. Stallman <rms@gnu.org>
1074
1075 * subr.el (substitute-key-definition): Doc fix.
1076
1077 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1078
1079 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1080
1081 * info.el (Info-mode): Doc fix.
1082
1083 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1084
1085 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1086
1087 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1088 because on Solaris a POSIX compatible "id" is needed. Reported by
1089 Magnus Henoch <mange@freemail.hu>.
1090
1091 2006-02-12 Juri Linkov <juri@jurta.org>
1092
1093 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1094 (tumme) <defgroup>: Change :group to `multimedia'.
1095 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1096 Managing Standard.
1097 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1098 Fix dostring.
1099 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1100 and %y. Fix docstring.
1101 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1102 (tumme-cmd-create-standard-thumbnail-command): New user options.
1103 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1104 is `standard'. Fix docstring.
1105 (tumme-thumb-width, tumme-thumb-height): New user options.
1106 (tumme-external-viewer): Try to find various viewers.
1107 (tumme-get-thumbnail-image): Use `create-image' instead of
1108 constructing the `image' structure.
1109 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1110 `standard'.
1111 (tumme-thumb-name): Add file name generation for standard storage.
1112 Simplify code for other storages.
1113 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1114 Add modification time %m and thumbnail-nq8 %q.
1115 Use `tumme-cmd-create-standard-thumbnail-command' if
1116 tumme-thumbnail-storage is `standard'.
1117 (tumme-dired-insert-marked-thumbs): New autoload command.
1118 (tumme-dired-after-readin-hook): New function.
1119 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1120 `tumme-thumb-size'.
1121 (tumme-display-image): Replace size-x %x and size-y %y with
1122 width %w and height %h.
1123
1124 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1125 `tumme-dired-insert-marked-thumbs'.
1126
1127 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1128
1129 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1130 include path).
1131 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1132 matching tag.
1133
1134 2006-02-12 Miles Bader <miles@gnu.org>
1135
1136 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1137 New variables.
1138 (rcirc-abbrev-nick): New function.
1139 (rcirc-format-response-string): Rewrite to use the formats in
1140 `rcirc-response-formats' and expand escape sequences therein.
1141 A text-property `rcirc-text' is added over the actual response
1142 text to make easy to find inside the returned string.
1143 (rcirc-print): When filling, just look for the `rcirc-text'
1144 text-property to find the appropriate fill prefix, instead of
1145 using hardwired patterns.
1146
1147 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1148
1149 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1150 Managing Standard.
1151
1152 2006-02-11 Kim F. Storm <storm@cua.dk>
1153
1154 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1155 Don't use insert-buffer; do insert-buffer-substring directly.
1156 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1157
1158 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1159
1160 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1161 with inhibit-read-only. Suggested by Stefan Monnier.
1162 (revert-buffer): Let insert-file-contents discard
1163 buffer-undo-list. Simplify code.
1164 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1165
1166 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1167
1168 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1169
1170 * help.el (describe-key-briefly): Now a wrapper for
1171 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1172 to t. Populate yank-menu if empty.
1173 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1174 (describe-key): Now a wrapper for describe-key-internal. Bind
1175 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1176 (describe-key-internal): Renamed from describe-key.
1177
1178 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1179
1180 * progmodes/glasses.el (glasses-separator): Doc fix.
1181 (glasses-original-separator): New defcustom.
1182 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1183
1184 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1185
1186 * mwheel.el (mouse-wheel-up-event): Doc fix.
1187
1188 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1189
1190 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1191 (tumme-dir): New function. Copied from thumbs.el.
1192
1193 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1194
1195 * desktop.el (desktop-outvar): Fix typo.
1196 (desktop-save-buffer-p): Doc fix.
1197
1198 * subr.el (substitute-key-definition): Fix typo.
1199
1200 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1201
1202 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1203 when window-system is mac.
1204
1205 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1206
1207 2006-02-10 Kim F. Storm <storm@cua.dk>
1208
1209 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1210 indirect-function instead of using condition-case.
1211
1212 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1213
1214 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1215 less `colloquial'...
1216
1217 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1218
1219 * tumme.el: Add a couple of todo items.
1220
1221 2006-02-09 Lars Hansen <larsh@soem.dk>
1222
1223 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1224 (highlight-changes-mode): Don't change desktop-locals-to-save.
1225
1226 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1227
1228 * image-mode.el (image-toggle-display): Clear image cache if using
1229 filename.
1230
1231 2006-02-09 Masatake YAMATO <jet@gyve.org>
1232
1233 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1234 a `dired-man' target.
1235
1236 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1237 boundary of symbols.
1238
1239 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1240
1241 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1242
1243 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1244
1245 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1246 `mapcar'; return nil.
1247
1248 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1249
1250 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1251 some other event.
1252
1253 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1254
1255 * net/rcirc.el (rcirc-startup-channels-alist):
1256 Add irc.freenode.net and #emacs as defaults.
1257 (rcirc-ignore-all-activity-flag): Remove variable.
1258 (rcirc-authinfo): New variable.
1259 (rcirc-authinfo-filename): Remove variable.
1260 (rcirc-always-use-server-buffer-flag): New flag.
1261 (rcirc): M-x rcirc will automatically connect without prompting.
1262 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1263 connection in lisp.
1264 (rcirc-process-server-response-1): Remove everything but the nick
1265 portion of the sender so it doesn't need to be done everywhere
1266 else. Update related code.
1267 (global-map): Remove global keybindings.
1268 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1269 (rcirc-send-input): Split into several functions.
1270 (rcirc-process-input-line, rcirc-process-message)
1271 (rcirc-process-command): New functions.
1272 (rcirc-target-buffer): New function to determine where to route
1273 messages.
1274 (rcirc-user-nick): Save match data.
1275 (rcirc-toggle-ignore-buffer-activity)
1276 (rcirc-update-activity-string): Remove global ignore functionality,
1277 which can be done now by toggling rcirc-track-minor-mode.
1278 (rcirc-track-minor-mode-map): New keymap.
1279 (rcirc-track-minor-mode): New minor-mode.
1280 (ignore): Make the ignore output nicer. Always print it when
1281 adding or removing nicks.
1282 (rcirc-url-regexp): Improve.
1283 (rcirc-mangle-text): Remove properties before using text in the
1284 modeline.
1285 (rcirc-authenticate): Authentication data comes from
1286 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1287 (rcirc-server-prefix): Inherit from rcirc-server.
1288
1289 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1290
1291 * Makefile.in (compile): Append "|| true" to the end of the `find'
1292 command, like compile-always does.
1293
1294 2006-02-08 Sam Steingold <sds@gnu.org>
1295
1296 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1297 output from a dead connection.
1298
1299 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1300
1301 * dired.el (dired-mode-map): Add more bindings for tumme.
1302
1303 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1304
1305 * wdired.el (wdired-mode-map): Use remap.
1306 (wdired-get-filename): Massage.
1307 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1308 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1309 `keymap' property rather than `local-map'.
1310
1311 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1312
1313 * tumme.el (tumme-get-thumbnail-image): New utility function.
1314 Suggested by from Chong Yidong.
1315 (tumme-dired-with-window-configuration): Rename from
1316 `tumme-dired'. Add code to save window configuration.
1317 (tumme-restore-window-configuration): New command to restore the
1318 window configuration that `tumme-dired-with-window-configuration'
1319 saves before it changes the window configuration.
1320 (tumme-show-all-from-dir): New command to display thumbnails for
1321 all files in a directory entered by the user, like M-x thumbs.
1322 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1323 have been created.
1324 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1325 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1326 Remove obsolete test function.
1327
1328 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1329
1330 * vc.el (small-temporary-file-directory): Remove defvar; there's
1331 a defcustom for it in files.el.
1332
1333 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1334 Fix typo in message.
1335 (tumme-gallery-generate): Fix typo in `error' message.
1336 (tumme-display-window-height-correction)
1337 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1338 (tumme-line-up-interactive): Dox fixes.
1339 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1340 (tumme-restore-window-configuration, tumme-format-properties-string)
1341 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1342 Fix typos in docstrings.
1343
1344 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1345
1346 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1347
1348 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1349
1350 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1351 User should use hook if desired.
1352
1353 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1354 buffer if necessary.
1355 (gdb-delete-frame-or-window): New function.
1356 (gdb-breakpoints-mode-map): Bind "q" to it.
1357
1358 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1359
1360 * textmodes/nroff-mode.el: Clean up name space.
1361 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1362 (nroff-mode): Obey the global setting of nroff-electric-mode.
1363 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1364
1365 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1366
1367 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1368
1369 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1370
1371 2006-02-06 Lars Hansen <larsh@soem.dk>
1372
1373 * generic-x.el (etc-fstab-generic-mode): Add file system types
1374 cifs and usbdevfs. Allow special chars in file names.
1375
1376 2006-02-05 Jay Belanger <belanger@truman.edu>
1377
1378 Update copyright notices of the files in lisp/calc.
1379
1380 2006-02-05 Romain Francoise <romain@orebokech.com>
1381
1382 Update copyright notices of all files in the lisp/play directory.
1383
1384 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1385
1386 * ldefs-boot.el: Regenerate.
1387
1388 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1389
1390 2006-02-05 Kim F. Storm <storm@cua.dk>
1391
1392 * files.el (magic-mode-regexp-match-limit): New defvar.
1393 (set-auto-mode): Use it to limit magic-mode-alist matching.
1394
1395 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1396
1397 * simple.el (display-message-or-buffer): Compare the number of
1398 characters to the frame width when determining whether a 1-line
1399 message string will fit in the echo area. Count screen lines
1400 instead of buffer lines when determining whether a multi-line
1401 message will fit in the echo area/minibuffer window.
1402
1403 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1404
1405 * info.el (Info-index, Info-mode): Improve the description of the
1406 `i' command.
1407
1408 * ldefs-boot.el: Regenerate.
1409
1410 2006-02-03 Werner Lemberg <wl@gnu.org>
1411
1412 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1413 greedy to find the closing bracket in \*[...] and similar
1414 expressions. This is a first rough fix -- many additional
1415 refinements are necessary to make nroff mode really usable with groff.
1416
1417 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1418
1419 * international/mule-cmds.el (set-locale-environment):
1420 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1421 libX11.
1422
1423 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1424
1425 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1426 archive are created in archive-tmpdir.
1427
1428 2006-02-02 John Paul Wallington <jpw@pobox.com>
1429
1430 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1431 (ibuffer-fontification-alist): Use it.
1432 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1433 to "* z" and the Ibuffer Mark menu.
1434
1435 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1436
1437 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1438
1439 * textmodes/table.el (*table--cell-describe-mode)
1440 (*table--cell-describe-bindings): Undo last change since
1441 print-help-return-message is not obsoleted by anything at all.
1442
1443 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1444
1445 * emulation/cua-base.el (cua-mode): Doc fix.
1446
1447 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1448
1449 * dframe.el (dframe-handle-make-frame-visible)
1450 (dframe-handle-iconify-frame, dframe-get-focus)
1451 (dframe-select-attached-frame, dframe-power-click)
1452 (dframe-frame-mode): Fix typos in docstrings.
1453
1454 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1455 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1456 Fix typos in docstrings.
1457
1458 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1459 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1460 (hi-lock-archaic-interface-message-used)
1461 (hi-lock-file-patterns-range): Fix typos in docstrings.
1462
1463 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1464 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1465
1466 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1467 Fix typo in docstring.
1468
1469 * net/newsticker.el (newsticker--decode-iso8601-date)
1470 (newsticker--set-customvar, newsticker--buffer-insert-item)
1471 (newsticker--do-run-auto-mark-filter)
1472 (newsticker--parse-generic-feed): Doc fixes.
1473 (newsticker--retrieval-timer-list, newsticker-url-list)
1474 (newsticker-hide-immortal-items-in-echo-area)
1475 (newsticker-hide-obsolete-items-in-echo-area)
1476 (newsticker-new-item-face, newsticker--enclosure)
1477 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1478 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1479 (newsticker--parse-generic-feed, newsticker--cache-contains)
1480 (newsticker--stat-num-items, newsticker-download-enclosures):
1481 Fix typos in docstrings.
1482
1483 * net/rcirc.el (rcirc-debug): Doc fix.
1484 (rcirc-fill-column, rcirc-receive-message-hooks)
1485 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1486 (rcirc-mode, rcirc-generate-new-buffer-name)
1487 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1488 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1489 Fix typos in docstrings.
1490 (rcirc-print): "?\ " -> "?\s".
1491 (rcirc-cmd-join): Improve argument/docstring consistency.
1492
1493 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1494
1495 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1496 before narrow-to-region.
1497
1498 2006-02-01 Richard M. Stallman <rms@gnu.org>
1499
1500 * simple.el (move-beginning-of-line): Scan properly for invis change.
1501
1502 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1503
1504 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
1505
1506 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1507 change bit only when id-format is 'integer. Reported by Matt
1508 Hodges <M.P.Hodges@rl.ac.uk>.
1509
1510 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
1511
1512 * hilit-chg.el (highlight-changes-initial-state)
1513 (highlight-changes-global-initial-state): Doc fixes.
1514 (highlight-changes-global-modes, global-highlight-changes):
1515 Fix typos in docstrings.
1516
1517 2006-02-01 Kim F. Storm <storm@cua.dk>
1518
1519 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1520 transient-mark-mode in doc string.
1521
1522 2006-01-31 Richard M. Stallman <rms@gnu.org>
1523
1524 * replace.el (multi-occur): Doc fix.
1525 (multi-occur-in-matching-buffers): Rename from
1526 multi-occur-by-filename-regexp. Prefix arg says match
1527 buffer names instead of file names.
1528
1529 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
1530
1531 * bs.el: Allow non-default values of `bs-header-lines-length'.
1532 (bs--running-in-xemacs): Remove (not needed anymore).
1533 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1534 instead of `shrink-window', thus avoiding having to compute the
1535 height of the window.
1536 (bs--up): Wrap around even when there's no header.
1537 (bs--down): Use `forward-line' instead of `next-line'.
1538
1539 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1540
1541 * image-mode.el (image-toggle-display): Use file name if possible,
1542 instead of unnecessarily allocating a (possibly huge) lisp string.
1543
1544 2006-01-30 John Paul Wallington <jpw@pobox.com>
1545
1546 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1547 because the `assert' macro signals it at runtime.
1548
1549 * emacs-lisp/cl.el (toplevel): Remove definition of
1550 `cl-assertion-failed' condition.
1551
1552 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1553
1554 * thumbs.el (thumbs-marked-list): Make buffer-local and
1555 permanent-local.
1556 (thumbs-insert-thumb): Make help-echo non-sticky.
1557 (thumbs-file-alist): Use eolp as check for (non)-image.
1558
1559 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1560
1561 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1562 (ediff-before-session-group-setup-hooks)
1563 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1564 Fix typos in docstrings.
1565
1566 * window.el (bw-dir, bw-eqdir, balance-windows)
1567 (split-window-keep-point): Fix typos in docstrings.
1568
1569 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1570 (org-quote-string, org-calendar-to-agenda-key)
1571 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1572 (org-show-following-heading, org-tags-column)
1573 (org-use-tag-inheritance, org, org-allow-space-in-links)
1574 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1575 (org-enable-table-editor, org-calc-default-modes)
1576 (org-table-allow-automatic-line-recalculation)
1577 (org-export-html-style, org-export-with-fixed-width)
1578 (org-export-with-sub-superscripts, org-special-keyword)
1579 (org-formula, org-time-grid, org-table-may-need-update)
1580 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1581 (org-goto-quit, org-get-indentation, org-end-of-item)
1582 (org-move-item-down, org-move-item-up)
1583 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1584 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1585 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1586 (org-agenda-log-mode, org-agenda-toggle-diary)
1587 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1588 (org-agenda-file-to-end, org-agenda-no-heading-message)
1589 (org-agenda-get-closed, org-format-agenda-item)
1590 (org-cmp-priority, org-cmp-category, org-cmp-time)
1591 (org-agenda-change-all-lines, org-agenda-diary-entry)
1592 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1593 (org-link-search, org-camel-to-words, org-open-file)
1594 (org-remember-handler, org-table-convert-region)
1595 (org-table-move-row-down, org-table-move-row-up)
1596 (org-table-copy-region, org-table-wrap-region)
1597 (org-table-toggle-vline-visibility)
1598 (org-table-get-vertical-vector, org-table-modify-formulas)
1599 (org-table-get-specials, org-recalc-commands)
1600 (org-table-rotate-recalc-marks, org-table-eval-formula)
1601 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1602 (org-level-color-stars-only, org-insert-heading):
1603 Fix typos in docstrings.
1604 (last-arg): Add defvar.
1605
1606 * makefile.w32-in (WINS): Add erc.
1607 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1608
1609 2006-01-29 Bill Wohler <wohler@newt.com>
1610
1611 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1612 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1613 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1614 (mh-autoloads): Don't use comments on otherwise empty lines.
1615
1616 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1617
1618 * emulation/viper.el (viper-major-mode-modifier-list): Add
1619 insert-state and vi-state entries for erc-mode.
1620 (viper-go-away, viper-set-hooks): Add and remove
1621 viper-comint-mode-hook from erc-mode-hook as appropriate.
1622
1623 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1624
1625 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1626
1627 * bs.el (bs--format-aux): Implement `middle' alignment as
1628 described in the docstring for `bs-attributes-list'.
1629 (bs--get-name): Simplify. Don't pad the buffer name.
1630
1631 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1632
1633 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1634 English aspell dictionary is installed, use the first entry of
1635 ispell-dictionary-alist-1.
1636
1637 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1638
1639 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1640 Doc fix.
1641
1642 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1643
1644 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1645 for `process-file', in order to let it work for older Emacsen too.
1646
1647 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1648
1649 * international/latexenc.el: Add a suitable `coding:' tag.
1650 (latexenc-find-file-coding-system): Undo last change.
1651
1652 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1653
1654 * international/latexenc.el (latexenc-find-file-coding-system):
1655 Make sure latexenc-main-file is a regular file and is readable.
1656
1657 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1658
1659 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1660 Pass FILE to vc-user-login-name.
1661
1662 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1663
1664 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1665
1666 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1667 there are no more images to display.
1668 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1669 the next image.
1670
1671 2006-01-26 Richard M. Stallman <rms@gnu.org>
1672
1673 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1674
1675 * wid-edit.el (advertised-widget-backward): New alias.
1676 (widget-keymap): Use advertised-widget-backward for S-TAB.
1677
1678 * tumme.el: Correct the keywords.
1679 (tumme-dir-max-size): Use defvar.
1680 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1681
1682 * simple.el (move-beginning-of-line): Take account of fields.
1683 (clone-indirect-buffer-other-window): Take args like
1684 clone-indirect-buffer, and work like it.
1685
1686 * help-fns.el (describe-function): Don't pass `nil' as default.
1687
1688 * files.el (risky-local-variable-p): Follow var aliases.
1689
1690 * subr.el (lazy-completion-table): Doc fix.
1691
1692 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1693 global binding of `line'.
1694
1695 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1696
1697 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1698 Tramp.
1699
1700 * vc.el (vc-default-dired-state-info): Pass FILE to
1701 vc-user-login-name.
1702 (vc-default-update-changelog): Don't use vc-user-login-name, we
1703 don't need it here.
1704
1705 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1706 no longer necessary.
1707
1708 2006-01-25 Kenichi Handa <handa@m17n.org>
1709
1710 * international/mule.el (decode-char): Avoid the overhead of
1711 calling utf-lookup-subst-table-for-decode if
1712 utf-translate-cjk-mode is nil.
1713 (encode-char): Avoid the overhead of calling
1714 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1715 nil.
1716
1717 2006-01-22 Kenichi Handa <handa@m17n.org>
1718
1719 * international/mule.el (make-subsidiary-coding-system): Reset
1720 `coding-system-define-form' property of subsidiaries to nil.
1721 Avoid duplicated entry in coding-system-alist.
1722 (make-coding-system): Avoid duplicated entry in
1723 coding-system-alist.
1724 (define-coding-system-alias): Likewise.
1725
1726 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1727
1728 * completion.el: Minor fixes in introductory comment.
1729 (completion-def-wrapper): Fix alist.
1730
1731 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
1732
1733 * thumbs.el (thumbs-new-image-size): New function.
1734 (thumbs-increment-image-size-element)
1735 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1736 (thumbs-decrement-image-size): Delete.
1737 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1738 temp files and use to resize.
1739 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1740 Use increment argument to enlarge/shrink. Preserve point.
1741 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1742 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1743 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1744 (thumbs-mark, thumbs-unmark): Preserve point.
1745 (thumbs-modify-image): Keep old temp files and use to modify.
1746 Cleanup old temp files at load time. Preserve point.
1747 (thumbs-view-image-mode-map): Use new command names.
1748
1749 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1750
1751 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1752
1753 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1754 the nastiest part of the cyclic dependency.
1755 (cal-menu-update): Use dotimes and calendar-increment-month.
1756
1757 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1758 (calendar-week-start-day): Add an :initializer.
1759 (calendar-mode-map): Use suppress-keymap, and command remapping.
1760 (describe-calendar-mode): Setup xref-stack info for the back button.
1761 (calendar-star-date): Insert before delete.
1762 (calendar-set-mode-line): Add file-modified info if applicable.
1763 (calendar-increment-month): New function.
1764
1765 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1766
1767 * font-lock.el (lisp-font-lock-keywords-2):
1768 Recognize "& keywords" only at word boundaries.
1769
1770 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
1771
1772 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1773 and permanent-local.
1774 (thumbs-max-image-number): New variable.
1775 (thumbs-do-thumbs-insertion): Use them.
1776 (thumbs-per-line): Change default to 4.
1777 (thumbs-marked-list): Rename from thumbs-markedL.
1778 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1779 (thumbs-rename-images): Use -list instead of L for internal variables.
1780 (thumbs-call-convert): Use call-process instead of shell-command.
1781 (thumbs-insert-thumb): Add filename as help-echo to each image.
1782 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1783 Give dir to thumbs-show-thumbs-list.
1784 (thumbs-show-thumbs-list): Set default-directory to that of images.
1785 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1786 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1787 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1788 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1789
1790 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * ses.el (ses-read-cell): Provide a default value.
1793
1794 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * term/w32-win.el (image-library-alist): Add additional names for
1797 GIF library.
1798
1799 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1800
1801 * international/latexenc.el (latexenc-find-file-coding-system):
1802 Add file-regular-p check.
1803
1804 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1805
1806 * simple.el (clone-buffer): Don't show the new buffer in the same
1807 window.
1808
1809 2006-01-23 Juri Linkov <juri@jurta.org>
1810
1811 * faces.el (link, link-visited): New faces based on default values
1812 of `info-xref' and `info-xref-visited'.
1813
1814 * info.el (info-xref): Inherit from `link'.
1815 (info-xref-visited): Inherit from `link-visited'.
1816
1817 * cus-edit.el (custom-buffer-create-internal): Use widget type
1818 `custom-manual' instead of `info-link' and don't set properties
1819 `button-face' and `mouse-face' explicitly.
1820 (custom-browse-group-tag, custom-browse-variable-tag)
1821 (custom-browse-face-tag): Inherit from widget class
1822 `custom-group-link' instead of `push-button'.
1823 (custom-button-unraised): Inherit from `underline' face.
1824 (custom-link): Inherit from `link' face. Fix doc and group.
1825 (custom-add-parent-links, custom-group-value-create): Don't set
1826 properties `button-face' and `mouse-face' explicitly for
1827 `custom-group-link' widget.
1828 (custom-group-link): Add properties `button-face' and `mouse-face'
1829 to widget definition.
1830 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1831 editable-field's :keymap property.
1832 (custom-mode): Fix docstring: substitute keybindings for
1833 `widget-forward' and `widget-backward' from `widget-keymap',
1834 `widget-complete' from `custom-field-keymap', replace old
1835 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1836
1837 * desktop.el (desktop-load-file): Check for `fboundp' before
1838 calling `symbol-function'.
1839
1840 * simple.el (clone-buffer, clone-indirect-buffer)
1841 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1842 `read-string'. Fix prompts.
1843
1844 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1845
1846 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
1847
1848 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1849
1850 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1851
1852 * startup.el (inhibit-splash-screen, initial-scratch-message):
1853 Doc fixes.
1854
1855 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
1856
1857 Sync with Tramp 2.0.52.
1858
1859 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1860 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1861 `tramp-unload-tramp' for checklist.
1862
1863 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1864 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1865 (tramp-unload-file-name-handler-alist)
1866 (tramp-unload-tramp): New defuns.
1867 (tramp-advice-PC-expand-many-files): New defadvice.
1868 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1869 removed.
1870 (tramp-handle-expand-file-name): Remove double slash.
1871 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1872 It doesn't matter, because it will be converted later on.
1873 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1874 implementation was just heuristic.
1875 (tramp-post-connection): Set uid and gid properties.
1876 (tramp-convert-file-attributes): Set file's gid change bit.
1877 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1878 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1879 in case of su(do)? methods. The home directory of the local user
1880 will be taken else.
1881 (tramp-open-connection-telnet)
1882 (tramp-open-connection-rsh, tramp-open-connection-su)
1883 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1884 local shell prompt could hurt. Reported by Romain Francoise
1885 <romain@orebokech.com>.
1886 (tramp-let-maybe): Add `edebug-form-spec' property.
1887 (tramp-handle-expand-file-name): Bind `default-directory' locally
1888 to "/" in order to avoid problems with UNC shares or Cygwin
1889 mounts.
1890 (tramp-md5-function): Fix typo in error message.
1891
1892 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1893
1894 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1895 for byte-compiler pacification.
1896
1897 2006-01-22 Andre Spiegel <spiegel@gnu.org>
1898
1899 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1900 ID-FORMAT `string'. This allows us to get rid of
1901 `vc-user-login-name UID'.
1902
1903 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1904
1905 2006-01-22 John Paul Wallington <jpw@pobox.com>
1906
1907 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1908
1909 2006-01-21 Martin Rudalics <rudalics@gmx.at>
1910
1911 * emacs-lisp/find-func.el (find-definition-noselect)
1912 (find-variable-noselect): Search variables in C source code too.
1913 (find-function-C-source, find-function-noselect, find-function)
1914 (find-function-other-frame, find-variable-noselect, find-variable)
1915 (find-variable-other-frame, find-variable-at-point):
1916 Fix docstrings.
1917
1918 2006-01-21 Francesco Potorti` <pot@gnu.org>
1919
1920 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1921
1922 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1923
1924 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1925 Default to disabling the "Save affix" question.
1926
1927 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1928
1929 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1930 the first arg to run-python.
1931
1932 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1933
1934 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1935 is not loaded.
1936
1937 2006-01-20 Jay Belanger <belanger@truman.edu>
1938
1939 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1940 limit is 0.
1941
1942 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1943 the correct variable.
1944
1945 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
1946
1947 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1948 link. Fixed buggy argument sequence in call to `org-view-tags'.
1949 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1950 (org-prefix-has-tag): New variable.
1951 (org-format-agenda-item): Remove tags from headline if
1952 appropriate.
1953 (org-agenda-remove-tags-when-in-prefix): New option.
1954 (org-get-tags-at): New function.
1955
1956 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
1957
1958 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1959 (thumbs-find-image): Move image name and number from buffer name
1960 to mode name. Set thumbs-buffer. Preserve point so that large
1961 images remain visible.
1962 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1963 order.
1964 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1965 mode name.
1966 (thumbs-next-image, thumbs-previous-image): Make them work.
1967
1968 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1969
1970 * cus-edit.el (custom-buffer-create-internal): State in the text above
1971 the whole buffer buttons that they do not operate on hidden items.
1972 (custom-face-menu): Use `custom-face-save' instead of
1973 `custom-face-save-command'.
1974 (custom-face-save-command): Make it an alias for `custom-face-save'
1975 and declare it obsolete.
1976 (custom-face-save): Doc fix.
1977
1978 * dired.el (dired-no-confirm): Add quote.
1979 (dired-subdir-alist-pre-R): Add quote in
1980 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1981
1982 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1983
1984 * textmodes/table.el (table-mode-indicator): Typo in last change.
1985
1986 2006-01-19 Richard M. Stallman <rms@gnu.org>
1987
1988 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1989 Fixes bug reported in Nov 2005.
1990
1991 * isearch.el (isearch-forward): Doc fix.
1992
1993 * dired.el (dired-move-to-filename-regexp): Define as alias.
1994 (dired-no-confirm): Use defcustom.
1995 (dired-subdir-alist-pre-R): Put defvar at top level.
1996
1997 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1998
1999 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2000 Mark as risky.
2001
2002 * simple.el (set-mark-command): Doc fix.
2003 (clone-indirect-buffer-other-window):
2004 Read arg like clone-indirect-buffer.
2005 (move-beginning-of-line): Skip invisible newlines.
2006
2007 2006-01-19 Masatake YAMATO <jet@gyve.org>
2008
2009 * progmodes/cpp.el (cpp-edit-load): Make the order of
2010 listed conditions in a base C code buffer and its associate
2011 CPP Edit buffer the same.
2012
2013 2006-01-19 Kenichi Handa <handa@m17n.org>
2014
2015 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
2016 (rmail-mime-feature): Likewise.
2017 (rmail-require-mime-maybe): Use display-warning to show a warning
2018 message.
2019
2020 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
2021 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
2022
2023 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
2024
2025 * array.el: Move defvars out of eval-when-compile.
2026 (array-make-template): Replace undeclared global var with a local one.
2027 (array-mode): Inline initialization functions.
2028 (array-init-local-variables, array-init-max-row)
2029 (array-init-max-column, array-init-columns-per-line)
2030 (array-init-field-width, array-init-rows-numbered)
2031 (array-init-line-length, array-init-lines-per-row): Remove.
2032
2033 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
2034 (doc-mode-map): Define explicitly.
2035 (doctor-txtype): Use mapc.
2036
2037 * textmodes/table.el: Move defvars out of eval-when-compile.
2038 Remove harmful code meant to avoid byte-compiler warnings.
2039 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
2040 specification that checks table-fixed-width-mode directly.
2041 (table-recognize-region, table-recognize-cell):
2042 Use restore-buffer-modified-p.
2043 (table-fixed-width-mode): Remove code that refreshes
2044 table-fixed-mode-indicator.
2045 (*table--cell-describe-bindings, *table--cell-describe-mode):
2046 Avoid obsolete name print-help-return-message.
2047 (table--test-cell-list): Don't use replace-regexp from elisp.
2048 (table--point-entered-cell-function, table--point-left-cell-function):
2049 Don't set table-fixed-mode-indicator, use force-mode-line-update.
2050
2051 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
2052 that was after the end of file. Use buffer-file-name variable.
2053 (org-timestamp-change): Use with-current-buffer.
2054 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2055 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2056 `file'.
2057
2058 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2059 (fortran-break-line): Remove unused var `opoint'.
2060 (fortran-abbrev-start): Obey help-event-list.
2061
2062 2006-01-18 Jesper Harder <harder@phys.au.dk>
2063
2064 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2065
2066 2006-01-18 Masatake YAMATO <jet@gyve.org>
2067
2068 * progmodes/make-mode.el (makefile-imake-mode): New mode
2069 derived from makefile-mode.
2070 (makefile-imake-mode-syntax-table): New syntax table
2071 derived from makefile-mode-syntax-table.
2072 (makefile-mode): Write about makefile-imake-mode in doc string.
2073 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2074 (makefile-imake-font-lock-keywords): New font lock keywords.
2075
2076 * files.el (auto-mode-alist): Add Imakefile.
2077
2078 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
2079
2080 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2081 loading the file rather than when turning on flyspell-mode.
2082
2083 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2084
2085 * cus-edit.el (customize-rogue): Minor doc fix.
2086
2087 2006-01-17 Juri Linkov <juri@jurta.org>
2088
2089 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2090 instead of the file at the mark as default if the file at the mark
2091 is the same as the file at point or if dired-dwim-target-directory
2092 is not the same as the current directory and the mark is not active.
2093
2094 * log-view.el (log-view-minor-wrap): Use the same logic to get
2095 revisions as `log-view-diff'.
2096
2097 * info.el (Info-revert-find-node): Check for Info-current-file
2098 before preserving new-history.
2099
2100 * man.el (Man-heading-regexp): Add `/'.
2101
2102 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2103 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2104
2105 2006-01-16 Juri Linkov <juri@jurta.org>
2106
2107 * faces.el (mode-line-faces): New defgroup.
2108 (mode-line-highlight): Move definition after new defgroup.
2109 (mode-line, mode-line-inactive, mode-line-highlight):
2110 Replace :group `modeline' with `mode-line-faces'.
2111 (mode-line-buffer-id): New face.
2112 (modeline-buffer-id): New face alias.
2113 (vertical-border): Remove :group `modeline'.
2114
2115 * bindings.el (propertized-buffer-identification): Use face
2116 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2117 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2118 (mode-line-buffer-identification-keymap): For mouse-1 replace
2119 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2120 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2121 mouse-3.
2122
2123 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2124 Buffer-menu-buffer. Doc fix.
2125 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2126 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2127 `Buffer-menu-buffer'.
2128
2129 * info.el (Info-mode-line-node-keymap): New defvar.
2130 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2131 Propertize Info-current-node with `mode-line-buffer-id' and
2132 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2133
2134 * time.el (display-time-mail-face): Replace :group `faces' with
2135 `mode-line-faces'.
2136
2137 2006-01-16 Kenichi Handa <handa@m17n.org>
2138
2139 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2140
2141 * language/european.el (cp1252): New alias for windows-1252.
2142
2143 * international/mule.el (autoload-coding-system): Prepare for EOL
2144 variants.
2145
2146 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2147
2148 * term.el (term-raw-map): Add mapping for insert.
2149 (term-send-insert): New.
2150 (term-mode): Make variables local here instead of doing it in
2151 `term-emulate-terminal'.
2152 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2153 Scroll reverse needs to take into account the scroll region.
2154 Saving and restoring the cursor should save the color attributes too.
2155 (term-reset-terminal): Reset the scroll region.
2156 (term-handle-ansi-escape): Cursor up and down should take into
2157 account the scroll region.
2158 (term-set-scroll-region): Rename from `term-scroll-region'.
2159 Move to 0,0 after setting the region.
2160 (term-handle-scroll): Handle scroll up.
2161 (term-down): Fix off by one error.
2162 (term-delete-lines): Do not delete outside the scroll region.
2163 (term-insert-lines): Take into account the scroll region.
2164
2165 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2166
2167 * textmodes/ispell.el (ispell-internal-change-dictionary)
2168 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2169 (start, end): Move declaration outside of eval-when-compile.
2170
2171 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2172 (flyspell-mode-on): Use it.
2173
2174 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2175 ispell-kill-ispell-hook.
2176
2177 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2178
2179 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2180 (Custom-reset-saved): Do not ask for confirmation in single option
2181 buffers.
2182
2183 2006-01-13 Richard M. Stallman <rms@gnu.org>
2184
2185 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2186
2187 2006-01-13 Romain Francoise <romain@orebokech.com>
2188
2189 * add-log.el (add-change-log-entry, change-log-merge):
2190 Conditionally use `hard-newline'.
2191
2192 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2193
2194 * wid-edit.el (widget-field-end): If the overlay is no longer
2195 associated with a buffer, behave as if the overlay didn't exist.
2196
2197 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2198 Make sure the links use the `custom-link' face.
2199
2200 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2201
2202 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2203 (ld-script-mode): Don't set indent-line-function since we don't
2204 have one.
2205
2206 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2207
2208 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2209 application.
2210 (org-file-apps-defaults-gnu): Use mailcap as the default for
2211 selecting an application on a UNIX system.
2212 (org-agenda-show-tags): New command.
2213 (org-table-insert-hline): Keep cursor in current table line.
2214 (org-table-convert): Offset effect of modifying
2215 `org-table-insert-hline'.
2216 (org-format-agenda-item): New optional argument TAG.
2217 (org-compile-prefix-format): Handle %T format for the tag.
2218 (org-expand-wide-chars): New function.
2219 (org-table-insert-row, org-table-insert-hline):
2220 Use `org-expand-wide-chars'.
2221 (org-open-file): Fix bug in program launch.
2222 (org-get-time-of-day): Fix bug with times before 1am.
2223 (org-agenda-menu): Add tags commands.
2224
2225 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2226
2227 * textmodes/ispell.el (ispell-init-process): Include the used
2228 dictionary in ispell process start message.
2229 (ispell-internal-change-dictionary): When flyspell-mode is active
2230 and dictionary is changed, make sure ispell process is restarted
2231 and flyspell word cache cleared out for the current buffer.
2232 (ispell-change-dictionary): Make sure flyspell word cache is
2233 cleared out in all buffers with active flyspell mode when
2234 dictionary is globally changed.
2235 Call ispell-internal-change-dictionary after dictionary change.
2236
2237 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2238
2239 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2240
2241 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2242 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2243 years. Fix small differences wrt Makefile.in.
2244 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2245 Makefile.in does.
2246
2247 2006-01-12 Bill Wohler <wohler@newt.com>
2248
2249 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2250 mh-search.el.
2251
2252 2006-01-12 Masatake YAMATO <jet@gyve.org>
2253
2254 * progmodes/ld-script.el: Update copyright year.
2255
2256 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2257
2258 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2259 Don't add widget if setting undefined.
2260
2261 2006-01-12 John Paul Wallington <jpw@pobox.com>
2262
2263 * help-fns.el (describe-variable): Remove newlines from void
2264 variable output.
2265
2266 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2267
2268 * wdired.el (wdired-mode-map): Add help echo for
2269 wdired-abort-changes.
2270
2271 * man.el (Man-file-name-regexp): Adjust for a list of files.
2272
2273 2006-01-12 Masatake YAMATO <jet@gyve.org>
2274
2275 * progmodes/ld-script.el (auto-mode-alist): Support
2276 suffix conventions used in netbsd and eCos.
2277
2278 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2279
2280 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2281 (custom-variable-menu, custom-face-menu, custom-group-menu)
2282 (Custom-mode-menu): Change names of menu items. (As discussed on
2283 emacs-devel.)
2284 (custom-face-menu): Add "Undo Edits" item.
2285
2286 * startup.el (init-file-user): defcustom -> defvar.
2287
2288 * tooltip.el (tooltip-mode): Doc fix.
2289
2290 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2291
2292 * reveal.el (reveal-post-command): window-buffer signals an error on
2293 dead windows rather than returning nil.
2294 (reveal-open-new-overlays): An overlay might die while we open others.
2295
2296 2006-01-11 Bill Wohler <wohler@newt.com>
2297
2298 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2299 phrasing in docstring.
2300
2301 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2302 can give some systems gas. Add new file mh-buffers.el.
2303
2304 2006-01-06 Masatake YAMATO <jet@gyve.org>
2305
2306 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2307 C preprocessor forward ported from GNU Emacs 21.2.
2308
2309 * progmodes/asm-mode.el (asm-font-lock-keywords):
2310 Use `cpp-font-lock-keywords'.
2311
2312 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2313
2314 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2315 of $ for "\\.ld[s]?".
2316
2317 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2318
2319 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2320 (tcl-indent-line): Return `noindent' if inside a string.
2321
2322 * progmodes/flymake.el (flymake-split-string): Remove more than one
2323 empty string at beg/end of the result.
2324 (flymake-find-buildfile, flymake-find-possible-master-files):
2325 Use expand-file-name.
2326 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2327 since expand-file-name does it for us. Use directory-file-name.
2328 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2329 (flymake-ler-get-type, flymake-ler-get-text)
2330 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2331 (flymake-current-line-no): Remove spurious interactive spec.
2332 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2333 (flymake-check-include): Remove arg inc-path merged into inc-name.
2334 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2335 Arg regexp-list replaced by a simple regexp.
2336 (flymake-master-make-header-init, flymake-master-tex-init):
2337 Correspondingly replace regexp-list with a regexp. Fix regexp.
2338
2339 2006-01-10 Simon Josefsson <jas@extundo.com>
2340
2341 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2342 describing AUTH PLAIN fix.
2343
2344 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2345
2346 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2347 (report-emacs-bug): Don't record initial prompt text.
2348 Instead, add text properties to prompting text.
2349 (report-emacs-bug-hook): Delete prompting text.
2350
2351 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2352
2353 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2354 `dirs'. Adjust callers.
2355
2356 2006-01-09 John Paul Wallington <jpw@gnu.org>
2357
2358 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2359
2360 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2361
2362 * reveal.el (reveal-open-new-overlays): New extracted fun.
2363 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2364 using them. Simplify the code.
2365 (reveal-post-command): Use them. Fix up obsolete windows in
2366 reveal-open-spots.
2367
2368 * progmodes/flymake.el: Use `require' rather than autoload for
2369 XEmacs's overlays.
2370 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2371 Delete. Use file-relative-name instead.
2372 (flymake-get-syntax-check-program-args, flymake-perl-init):
2373 Simplify the resulting code.
2374
2375 * log-view.el (log-view-file-re, log-view-message-re): Add support
2376 for DaRCS output.
2377
2378 2006-01-09 Alex Schroeder <alex@gnu.org>
2379
2380 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2381 identifiers sometimes added in square brackets at the beginning of
2382 subject lines.
2383
2384 2006-01-07 Richard M. Stallman <rms@gnu.org>
2385
2386 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2387 (Custom-reset-current, Custom-reset-saved): Change question text.
2388 (Custom-reset-standard): Likewise.
2389 (custom-variable-reset-saved): Doc fix.
2390
2391 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2392
2393 * startup.el (init-file-user): Doc fix.
2394
2395 2006-01-07 Alex Schroeder <alex@gnu.org>
2396
2397 * mail/rmail.el (rmail-current-subject): New function.
2398 (rmail-current-subject-regexp): New function.
2399 (rmail-next-same-subject): Use it.
2400
2401 * mail/rmailsum.el (rmail-summary-by-topic):
2402 Use rmail-current-subject and rmail-current-subject-regexp.
2403 (rmail-summary-next-same-subject): Ditto.
2404
2405 * net/rcirc.el (rcirc-send-input): No longer check whether the
2406 process is open, since not all commands need an open process.
2407 (rcirc-send-string): Check whether the process is open before
2408 sending anything.
2409 (rcirc-ignore-list): New option.
2410 (rcirc-ignore-list-automatic): New variable.
2411 (rcirc-print): Take rcirc-ignore-list into account.
2412 (rcirc-cmd-ignore): New command.
2413 (rcirc-ignore-update-automatic): New function.
2414 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2415 list if ignored nicks.
2416 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2417
2418 2006-01-06 David Reitter <david.reitter@gmail.com>
2419
2420 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2421 reflect the address to which the report will be sent.
2422
2423 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2424
2425 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2426 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2427
2428 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2429
2430 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2431
2432 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2433 the doc string: "functoin" => "function".
2434 * ldefs-boot.el: Likewise.
2435
2436 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2437 message text: "Duplicat" => "Duplicate".
2438
2439 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2440
2441 * files.el (basic-save-buffer-2): If backing-up failed, reset
2442 buffer-backed-up to nil.
2443
2444 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2445
2446 * progmodes/gud.el (gdb-script-skip-to-head)
2447 (gdb-script-calculate-indentation): Indent for breakpoint command
2448 lists also.
2449
2450 2006-01-05 Bill Wohler <wohler@newt.com>
2451
2452 * Makefile.in (compile-always): Add mh-autoloads dependency.
2453 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2454 provides it.
2455 (updates): Remove mh-autoloads dependency, since it probably has
2456 already run recently (via recompile).
2457
2458 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2459
2460 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2461 argument `force' to disable the flyspell-last-buffer optimization.
2462 (flyspell-mode-on): Use it.
2463
2464 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2465 flymake-simple-cleanup.
2466 (flymake-allowed-file-name-masks): Use this new default.
2467 All the functions are now called in the right buffer rather than
2468 passing the buffer as argument.
2469 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2470 (flymake-parse-err-lines): Remove redundant buffer arg.
2471 (flymake-get-program-dir): Comment out unused function.
2472 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2473 Remove redundant buffer argument.
2474 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2475 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2476
2477 2006-01-05 Richard M. Stallman <rms@gnu.org>
2478
2479 * info.el (Info-find-node): Don't record previous node if have none.
2480 (info): Go to directory only if history is empty.
2481
2482 * simple.el (mark): Doc fix.
2483
2484 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2485
2486 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2487 already of desired type.
2488 (mac-ae-list): Coerce parameter to "list" type.
2489 (mac-dispatch-apple-event): Replace cadr part of event with a
2490 dummy position so that event-start returns it.
2491
2492 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2493
2494 * textmodes/org.el (org-end-of-subtree): New function.
2495 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2496 Use `org-end-of-subtree'.
2497 (org-agenda, org-agenda-convert-date): Protect calls to
2498 `fit-window-to-buffer'.
2499 (org-tags-view): Force matching of sublevels when doing a
2500 todo-only search. Define the correct redo command, including the
2501 arguments.
2502 (org-agenda-redo): Display message.
2503 (org-check-for-org-mode): New function.
2504 (org-agenda-type): New variable.
2505 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2506 Set `org-agenda-type'.
2507 (org-agenda-check-type): New function.
2508 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2509 (org-agenda-week-view, org-agenda-day-view)
2510 (org-agenda-next-date-line, org-agenda-previous-date-line)
2511 (org-agenda-log-mode, org-agenda-toggle-diary)
2512 (org-agenda-toggle-time-grid, org-agenda-date-later)
2513 (org-agenda-date-prompt, org-agenda-diary-entry)
2514 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2515 (org-agenda-convert-date, org-agenda-menu):
2516 Use `org-agenda-check-type'.
2517 (org-make-overlay, org-delete-overlay)
2518 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2519 New compatibility functions.
2520 (org-calendar-select-mouse): New command.
2521
2522 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
2523
2524 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2525 (Custom-reset-standard): Fix y-or-n-p messages.
2526 (custom-link): New face for links.
2527 (custom-buffer-create-internal, custom-manual): Use it.
2528 (custom-face-save): Push to theme-face before setting face spec.
2529
2530 * wid-edit.el (widget-default-mouse-face-get): New function.
2531 (widget-specify-button): Handle mouse-face like button-face.
2532
2533 * custom.el (load-theme): Clear old theme settings if reloading.
2534
2535 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2536
2537 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2538 "Erase Customization" button back to same position it occupies in
2539 the individual State menus.
2540
2541 2006-01-04 Kim F. Storm <storm@cua.dk>
2542
2543 * wid-edit.el (key-sequence): Rework widget to read key binding
2544 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2545 (widget-key-sequence-default-value): Default value for empty sequence.
2546 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2547 (widget-key-sequence-read-event): New command for C-q.
2548 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2549 (widget-key-sequence-value-to-external): New functions.
2550
2551 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2552
2553 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2554 Use expand-file-name.
2555 (flymake-delete-temp-directory): Use expand-file-name,
2556 file-name-directory, and directory-file-name.
2557 (flymake-strrchr): Delete.
2558 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2559 to the init-f function.
2560 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2561 (flymake-init-find-buildfile-dir)
2562 (flymake-init-create-temp-source-and-master-buffer-copy)
2563 (flymake-simple-make-init-impl, flymake-simple-make-init)
2564 (flymake-master-make-init, flymake-master-make-header-init)
2565 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2566 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2567 (flymake-xml-init): Remove corresponding redundant buffer argument.
2568 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2569 the default anyway. Clean up regexps.
2570
2571 * progmodes/flymake.el (flymake-temp-source-file-name)
2572 (flymake-master-file-name, flymake-temp-master-file-name)
2573 (flymake-base-dir): New buffer-local vars.
2574 (flymake-buffer-data, flymake-get-buffer-value)
2575 (flymake-set-buffer-value): Replace those hash-tables by the new
2576 buffer-local vars. Update callers.
2577
2578 * progmodes/flymake.el (flymake-check-start-time)
2579 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2580 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2581 Move definition, so we can remove redundant earlier declaration.
2582 (flymake-replace-regexp-in-string, flymake-split-string)
2583 (flymake-get-temp-dir): Use defalias.
2584 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2585 (flymake-xemacs-window-edges): Remove unused function.
2586 (flymake-get-point-pixel-pos): Move.
2587 (flymake-pid-to-names, flymake-reg-names)
2588 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2589 Replace by a simple list flymake-processes and by process-buffer.
2590 Update callers. Other than simplify the code, it uses buffers rather
2591 than buffer-names so it doesn't get confused by uniquify.
2592 (flymake-buffer-data): The global value should just be nil.
2593
2594 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2595 Optimize the body of a defalias like any other code.
2596
2597 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2598 Make sure we've setup font-lock's vars. It may influence which
2599 function we then call.
2600 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2601 here since it's too late anyway.
2602
2603 2006-01-03 Romain Francoise <romain@orebokech.com>
2604
2605 * startup.el (fancy-splash-tail, normal-splash-screen):
2606 Update copyright year.
2607
2608 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2609
2610 * mouse.el (mouse-drag-track): Rename, from
2611 `mouse-drag-region-1'. Includes optional argument required to
2612 enable post-drag event processing (e.g. delete region keys).
2613 Can be used without this argument to track a mouse region and operate
2614 on it as soon as the drag completes.
2615 (mouse-drag-region): Use `mouse-drag-track'.
2616
2617 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2618
2619 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2620 Move to `custom-buffer' group.
2621
2622 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2623 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2624 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2625 (custom-theme-face-menu): New variables.
2626 (custom-theme-add-variable, custom-theme-variable-action)
2627 (custom-variable-reset-theme, custom-theme-delete-variable)
2628 (custom-face-reset-theme, custom-theme-face-action)
2629 (custom-theme-delete-face, custom-theme-merge-theme)
2630 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2631
2632 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2633
2634 * custom.el: Move Custom Themes commentary to start of theme code.
2635 (custom-known-themes): Rename `standard' theme to `changed'.
2636 (custom-push-theme): Caller no longer specifies what theme to use
2637 when doing `reset'---the setting is simply removed from the theme.
2638 Delete MODE from `theme-value' and `theme-settings' properties.
2639 (custom-declare-theme): Ignore &rest args since we don't use them.
2640
2641 (custom-loaded-themes): Delete variable.
2642 (custom-theme-load-themes, custom-theme-loaded-p)
2643 (custom-theme-value): Delete functions.
2644
2645 (custom-declare-theme): Signal error on invalid theme names.
2646 (provide-theme): custom-loaded-themes was deleted.
2647 (load-theme): Load the file unconditionally.
2648 (enable-theme): Call `load-theme' if theme is undefined.
2649 (custom-enabled-themes): Only update value for successful loads.
2650 (disable-theme): Complete from enabled themes when interactive.
2651 (custom-variable-theme-value): Calculate theme value directly.
2652
2653 (custom-theme-reset-variables, custom-reset-variables): Mark as
2654 XEmacs compatibility functions. We don't actually use these.
2655
2656 * cus-edit.el (custom-variable-state-set):
2657 Use custom-variable-theme-value instead of custom-theme-value.
2658 (custom-face-state-set): Rename `standard' theme to `changed'.
2659 (custom-save-variables, custom-save-faces): Delete unneeded
2660 references to custom-reset-variables.
2661 (custom-save-resets): Delete function.
2662 (custom-save-variables, custom-save-faces): MODE argument deleted.
2663 (custom-save-variables, custom-save-faces): Ignore theme values.
2664
2665 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2666 compatibility function.
2667
2668 2006-01-01 Richard M. Stallman <rms@gnu.org>
2669
2670 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2671 (Custom-reset-current, Custom-reset-saved): Likewise.
2672 (Custom-reset-standard): Show message if aborted.
2673 (custom-mode): Doc fix, describing those commands.
2674
2675 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2676 put on event-kind property.
2677
2678 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2679
2680 * custom.el (provide-theme): Ban `user' theme name.
2681 (custom-enabling-themes): New variable.
2682 (enable-theme): Don't enable user if custom-enabling-themes is t.
2683 (custom-enabled-themes): Make it a defcustom.
2684 (custom-theme-recalc-face): No-op if face is undefined.
2685
2686 * cus-edit.el (custom-button-mouse): New variable.
2687 (custom-button-mouse): New face.
2688 (custom-raised-buttons, custom-mode): Use it.
2689
2690 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2691
2692 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2693
2694 * progmodes/gud.el (gud-display-line): Support hl-line in the
2695 source buffer.
2696
2697 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2698
2699 * mouse.el (mouse-drag-window-above): Verify that the found window
2700 overlaps with the given window in the horizontal dimension.
2701
2702 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2703
2704 * Makefile.in (cvs-update): New target.
2705
2706 * makefile.w32-in (cvs-update): Ditto.
2707
2708 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2709
2710 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2711 (custom-new-theme-mode-map): New variable.
2712
2713 2005-12-30 Richard M. Stallman <rms@gnu.org>
2714
2715 * custom.el (custom-load-themes): Function deleted.
2716
2717 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2718 (custom-save-variables): Don't delete or add custom-load-themes call.
2719
2720 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2721
2722 * cus-start.el: Add `visible-cursor'.
2723
2724 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2725 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2726 (flymake-process-filter): Switch to buffer before calling it instead.
2727 (flymake-post-syntax-check, flymake-highlight-err-lines)
2728 (flymake-delete-own-overlays, flymake-parse-err-lines)
2729 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2730 (flymake-count-lines, flymake-parse-residual):
2731 Remove constant buffer argument.
2732 (flymake-start-syntax-check-for-current-buffer): Remove.
2733 Update callers to use flymake-start-syntax-check instead.
2734 (flymake-display-err-menu-for-current-line):
2735 Remove unused var `mouse-pos'.
2736 (flymake-restore-formatting): Comment out unused function.
2737 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2738 argument, use current-buffer instead. Update callers.
2739
2740 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2741
2742 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2743 buffer-local because choose-completion-delete-max-match requires
2744 that we set completion-ignore-case (i.e., binding via let is not
2745 sufficient).
2746 (bibtex-complete): Always set completion-ignore-case and
2747 choose-completion-string-functions. The latter is needed because
2748 choose-completion-string-functions keeps its value if we quit the
2749 *Completions* buffer without requesting a completion.
2750
2751 2005-12-30 Andreas Schwab <schwab@suse.de>
2752
2753 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2754
2755 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2756
2757 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2758
2759 2005-12-30 Juri Linkov <juri@jurta.org>
2760
2761 * locate.el (locate-fcodes-file, locate-header-face)
2762 * progmodes/delphi.el (delphi-other-face)
2763 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2764
2765 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2766 group `paren-showing-faces'.
2767
2768 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2769 (goto-address): Fix docstring.
2770
2771 * net/webjump.el (webjump-sample-sites): Update URLs.
2772
2773 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2774
2775 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2776
2777 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2778
2779 * font-lock.el (font-lock-compile-keywords): Signal an error when
2780 font-lock-set-defaults hasn't been called.
2781
2782 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2783
2784 * subr.el (noreturn, 1value): Doc fixes.
2785
2786 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2787
2788 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2789 that assoc-string returns nil.
2790
2791 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2792
2793 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2794 (bibtex-entry-type-str, bibtex-empty-field-re)
2795 (bibtex-search-backward-string, bibtex-preamble-prefix)
2796 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2797 (bibtex-any-valid-entry-type): New variable.
2798 (bibtex-parse-field-name): Simplify.
2799 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2800 (bibtex-preamble-prefix): Include left delimiter.
2801 (bibtex-search-forward-field, bibtex-search-backward-field):
2802 Allow unbounded search past entry boundaries (required by bibtex-pop).
2803 (bibtex-text-in-field-bounds): Use push.
2804 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2805 (bibtex-parse-preamble, bibtex-valid-entry)
2806 (bibtex-beginning-first-field): New functions.
2807 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2808 (bibtex-map-entries): Fix docstring.
2809 (bibtex-flash-head): New arg prompt. Simplify.
2810 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2811 (bibtex-insert-kill): Simplify. Always insert text past the
2812 current field or entry.
2813 (bibtex-format-entry): Use bibtex-parse-field.
2814 (bibtex-pop): Use bibtex-beginning-of-entry and
2815 bibtex-end-of-entry to initiate the search. Insert empty field if
2816 we found ourselves.
2817 (bibtex-print-help-message): New args field and comma.
2818 Handle entry keys.
2819 (bibtex-make-field): Use bibtex-beginning-of-entry.
2820 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2821 invalid entry.
2822 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2823 Handle preambles. Simplify code for thorough test.
2824 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2825 New arg comma. Handle entry heads.
2826 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2827 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2828 New arg comma.
2829 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2830 (bibtex-fill-field): Simplify.
2831 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2832 bibtex-parse-field.
2833 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2834 (bibtex-complete): Use bibtex-parse-preamble.
2835
2836 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2837
2838 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2839 Display name of expression instead of convenience variable.
2840 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2841
2842 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2843 toggle-gud-tooltip-dereference.
2844 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2845 (gud-tooltip-tips): ...here when dereferencing.
2846
2847 2005-12-28 Bill Wohler <wohler@newt.com>
2848
2849 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2850
2851 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2852
2853 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2854 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2855 (vc-annotate-display-autoscale): Adjust call.
2856 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2857 Fix interactive spec.
2858 (vc-annotate-time-span): Remove.
2859 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2860 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2861 (vc-annotate-display-select): Use new name.
2862
2863 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2864 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2865 Correct the construction of span entries. Simplify.
2866 (vc-annotate-display-select): Fix the nil case.
2867 (vc-annotate): Remove obsolete (and now broken) code.
2868 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2869 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2870
2871 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2872
2873 * subr.el (lazy-completion-table): Correct typo in docstring.
2874
2875 * startup.el (command-line): Use `custom-reevaluate-setting' for
2876 `send-mail-function'.
2877
2878 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2879
2880 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2881
2882 * mail/smtpmail.el (smtpmail-try-auth-methods):
2883 Send credentials together with "AUTH PLAIN" command.
2884
2885 2005-12-27 Richard M. Stallman <rms@gnu.org>
2886
2887 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2888 mouse-2, go back to previously selected window, so it's selected
2889 when mouse-2 command runs.
2890
2891 2005-12-27 Juri Linkov <juri@jurta.org>
2892
2893 * descr-text.el (describe-text-sexp): Use square brackets for
2894 button [Show] to distinguish it from the property value `show'.
2895 (describe-property-list): Use `insert-text-button' with
2896 `help-face' type instead of putting face in quotes, because button
2897 is not created automatically for a list of faces.
2898 (describe-text-properties-1): Put button-type value in quotes to
2899 distinguish from plain text "button".
2900 (describe-char): Display code point values in hex. Don't use
2901 `symbol-name' for `current-input-method' because it is a string.
2902 Use `insert-text-button' with `help-face' type instead of putting
2903 hardcoded face in quotes, because button is not created automatically.
2904
2905 2005-12-27 Richard M. Stallman <rms@gnu.org>
2906
2907 * progmodes/glasses.el (glasses-face): More specific custom type.
2908
2909 * files.el (set-visited-file-name): Doc fix.
2910
2911 * textmodes/flyspell.el (flyspell-external-point-words):
2912 Use local var buffer-scan-pos to advance scan for next misspelling.
2913 Advance it only after we find the misspelling.
2914
2915 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2916
2917 * textmodes/flyspell.el (flyspell-external-point-words):
2918 New criteria for finding the misspelling in the buffer.
2919
2920 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2921
2922 * help-mode.el (help-insert-string): Set help-xref-stack-item
2923 rather than call help-setup-xref.
2924
2925 * descr-text.el (describe-char): Revert previous changes for
2926 optional buffer argument.
2927
2928 2005-12-27 Juri Linkov <juri@jurta.org>
2929
2930 * help-mode.el (help-insert-string): New function. Save buffer
2931 contents in cases where it is impossible to recompute the old contents.
2932
2933 * descr-text.el (describe-char): Set help-xref-stack-item
2934 explicitly after buffer has been generated.
2935
2936 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2937
2938 * cus-start.el (all): Add x-gtk-show-hidden-files.
2939
2940 2005-12-26 Richard M. Stallman <rms@gnu.org>
2941
2942 * replace.el (perform-replace): Calculate match-again
2943 before skipping read-only matches.
2944
2945 * paren.el (paren-showing-faces): New group.
2946 (show-paren-match, show-paren-mismatch): Move to that group.
2947
2948 * button.el (button): Put into group `basic-faces'.
2949
2950 * progmodes/make-mode.el: Remove faces from group `faces'.
2951
2952 * apropos.el (apropos, apropos-value): Doc fix.
2953 (apropos-documentation): Doc fix.
2954
2955 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2956
2957 * subr.el (lazy-completion-table): Remove argument `args'.
2958
2959 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2960 Don't use the `args' argument of lazy-completion-table.
2961
2962 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
2963
2964 * descr-text.el (describe-char): Add optional argument for buffer.
2965 Set buffer appropriately. Call help-setup-xref.
2966 Suggested by Stefan Monnier.
2967
2968 2005-12-26 Juri Linkov <juri@jurta.org>
2969
2970 * descr-text.el: Require `help-fns' at runtime. Don't require
2971 `button' for byte compilation.
2972 (describe-text-widget): Add `help-echo' for first button.
2973 Use `help-info' for second.
2974 (describe-property-list): Use `help-argument-name' instead of `italic'.
2975 (describe-text-category): Add prompt to interactive spec.
2976 Call `help-setup-xref'.
2977 (describe-char): Use `help-character-set'. Add `help-echo' for
2978 code point. Use `help-input-method'. Remove superfluous insert.
2979
2980 2005-12-25 Richard M. Stallman <rms@gnu.org>
2981
2982 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2983 at point, in case of narrowing.
2984
2985 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2986
2987 * locate.el (locate-header-face): Allow nil in type.
2988
2989 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2990
2991 2005-12-25 Romain Francoise <romain@orebokech.com>
2992
2993 * battery.el (battery-linux-proc-acpi): Also try
2994 `/proc/acpi/thermal_zone/THM0/temperature'.
2995
2996 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2997
2998 * custom.el (custom-push-theme): Fix docstring.
2999
3000 * cus-edit.el (custom-variable-set, custom-variable-save)
3001 (custom-variable-save): Custom-quote widget values.
3002 (customize-save-variable): Fix custom-push-theme call.
3003
3004 2005-12-24 Eli Zaretskii <eliz@gnu.org>
3005
3006 * w32-fns.el (w32-batch-update-autoloads): New function.
3007
3008 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
3009 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
3010 from the command line.
3011
3012 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
3013
3014 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
3015 reset means to remove setting from theme entirely. Don't keep
3016 expanding theme-settings list; delete old entries if necessary.
3017
3018 * cus-edit.el (custom-buffer-create-internal): Move "Erase
3019 customization" button one line up.
3020 (custom-themed): New face.
3021 (custom-magic-alist): New value, THEMED, for theme settings.
3022 (custom-variable-state-set, custom-face-state-set):
3023 Check theme-value instead of saved-value.
3024 (custom-variable-reset-standard, custom-face-reset-standard):
3025 Remove theme setting entirely. Recalculate new values.
3026 (custom-variable-set, custom-variable-set)
3027 (custom-variable-reset-saved, custom-variable-reset-backup)
3028 (custom-face-set, custom-face-reset-saved): Update `user' theme.
3029 (custom-variable-save): Fix typos.
3030
3031 2005-12-23 Juri Linkov <juri@jurta.org>
3032
3033 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
3034 Add autoload cookies.
3035 (edebug-outside-d-c-i-n-s-w): New variable.
3036 (edebug-display, edebug-outside-excursion): Use it to save the
3037 original value of default-cursor-in-non-selected-windows.
3038 Set default-cursor-in-non-selected-windows to t while Edebug
3039 is active.
3040 (edebug-mode, edebug-eval-mode): Doc fix.
3041
3042 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
3043 with `buffer-substring-no-properties' to remove common substring
3044 highlighting.
3045
3046 * info.el (info-other-window, info): Rename function argument
3047 `file' to `file-or-node'.
3048 (Info-complete-menu-item): Use local variable `complete-nodes' to
3049 keep the global value of `Info-complete-nodes' unchanged for
3050 subsequent completions.
3051 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
3052
3053 * simple.el (get-next-valid-buffer, last-buffer)
3054 (next-error-buffer-p, next-error-find-buffer)
3055 (minibuffer-history-sexp-flag): Doc fix.
3056
3057 * savehist.el (savehist-mode-hook): Add `:group'.
3058
3059 * log-view.el: Call autoload for vc-find-version.
3060 (log-view-current-file): Adjust subgroup numbers.
3061 (log-view-current-tag): Add `length'.
3062
3063 2005-12-23 Richard M. Stallman <rms@gnu.org>
3064
3065 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3066
3067 2005-12-23 Juri Linkov <juri@jurta.org>
3068
3069 * hi-lock.el (hi-lock-archaic-interface-message-used)
3070 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3071 (hi-lock-mode): Display "Hi" in the mode line only when
3072 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3073 (hi-lock-write-interactive-patterns):
3074 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3075 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3076 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3077 font-lock-add-keywords to t.
3078
3079 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3080
3081 * hi-lock.el (hi-lock-highlight-range): New variable.
3082 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3083 only if font-lock-fontified is non-nil. Remove overlays.
3084 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3085 font-lock-fontified is non-nil, otherwise use overlays (instead of
3086 text properties).
3087 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3088 New variables.
3089 (hi-lock-string-serialize) New function.
3090
3091 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3092
3093 * menu-bar.el (menu-find-file-existing): New function.
3094 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3095
3096 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3097
3098 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3099
3100 * vc.el: Remove unnecessary leading * in docstrings.
3101 (vc-annotate-mode-map): Move initialization into declaration.
3102 (vc-static-header-alist): Nitpick on the regexp.
3103 (vc-default-init-version): New fun.
3104 (vc-register): Use it.
3105 (vc-insert-headers): Use dolist.
3106 (vc-annotate-get-backend): Remove unused function.
3107 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3108 (vc-annotate-mode): Remove corresponding call.
3109 (vc-annotate-car-last-cons): Simplify.
3110 (vc-annotate-buffers): Remove var.
3111 (vc-annotate-backend): Make it buffer-local.
3112 (vc-annotate): Move the interaction to the interactive spec.
3113 Add a `buf' argument.
3114 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3115 killing&creating a vc-annotate buffer, which is very disruptive when
3116 the buffers are shown in dedicated frames.
3117
3118 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3119
3120 * descr-text.el: Add FSF as maintainer.
3121 (describe-text-mode, describe-text-mode-map)
3122 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3123 help-mode.
3124 (describe-text-widget, describe-text-sexp)
3125 (describe-property-list, describe-text-category)
3126 (describe-text-properties, describe-text-properties-1)
3127 (describe-char): Use help buttons instead of widgets.
3128 (describe-char-unicodedata-file): Make URL link in doc string.
3129
3130 2005-12-22 Richard M. Stallman <rms@gnu.org>
3131
3132 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3133 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3134 Don't include buttons that write a file when there's no file.
3135 (custom-variable-menu, custom-face-menu, custom-group-menu):
3136 Don't include commands that write a file when there's no file.
3137 (customize-browse): Reword the top-of-buffer help intro.
3138 (custom-buffer-create-internal): Fix previous change.
3139 (customize-changed-options-previous-release): Prev release is 21.1.
3140 (customize-changed-options): Doc fix.
3141 (customize-changed): New alias.
3142 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3143 Say "standard values".
3144 (Custom-reset-standard): Doc fix.
3145 (custom-face-reset-standard): Doc fix.
3146
3147 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3148
3149 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3150 even if font-lock-mode is non-nil since it may be t without having
3151 turned on font-lock-mode-internal.
3152 (font-lock-choose-keywords): Minor optimization.
3153 (font-lock-add-keywords, font-lock-remove-keywords)
3154 (font-lock-set-defaults): Don't call make-local-variable on a variable
3155 that we know to already be local.
3156
3157 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3158
3159 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3160 messages if in the minibuffer.
3161
3162 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3163
3164 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3165 (tex-mode-flyspell-verify, flyspell-get-word)
3166 (flyspell-external-point-words): Don't use point-min/max uselessly.
3167
3168 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3169 by Kevin Rodgers. Instead, just hide the completions buffer if we
3170 don't need to show it.
3171
3172 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3175
3176 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3177
3178 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3179 delete-windows-on with an inexistent buffer.
3180
3181 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3182
3183 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3184 Delete defcustom variable :tag names.
3185
3186 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3187
3188 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3189 (log-view-font-lock-keywords): Ajust subgroup numbers.
3190 (log-view-current-tag): Don't hard code the number of subgroups.
3191
3192 2005-12-20 Juri Linkov <juri@jurta.org>
3193
3194 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3195 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3196
3197 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3198 (menu-bar-non-minibuffer-window-p): Instead of checking
3199 display-multi-frame-p, use selected-frame when menu-updating-frame
3200 is nil.
3201
3202 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3203
3204 * align.el (align-rules-list): Use [ \t] instead of \s-
3205 for column separators in text mode.
3206
3207 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3208
3209 * help-mode.el (help-customize-variable, help-customize-face):
3210 Don't pop help-xref-stack as help-follow no longer pushes
3211 anything on to it.
3212
3213 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3214
3215 * textmodes/org.el (org-agenda-custom-commands): New option.
3216 (org-agenda): Offer custom commands on splash screen.
3217 (org-make-tags-matcher): Parser for Boolean logic added.
3218 (org-agenda-set-tags): New command.
3219 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3220 (org-set-tags): Efficiency improvements.
3221 (org-auto-align-tags): New option.
3222 (org-todo, org-demote, org-promote): Realign tags.
3223 (org-tags-completion-function): Use also "&" and "|" as separators.
3224 (org-org-menu): Agenda commands simplified.
3225
3226 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3227
3228 * cus-edit.el (customize-apropos, customize-apropos-options):
3229 Docstring changes.
3230
3231 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3232
3233 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3234
3235 * longlines.el (longlines-mode): Wrap while widened.
3236 (longlines-decode-region, longlines-encode-region): Compute max
3237 just once.
3238
3239 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3240
3241 * cus-edit.el (mac): New group.
3242
3243 * cus-start.el (all): Add user options in macterm.c. Add test for
3244 Mac-related built-ins. Fix test for GTK-related built-ins.
3245
3246 * term/mac-win.el (mac-handle-language-change)
3247 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3248 (mac-services-open-selection, mac-services-mail-selection)
3249 (mac-services-mail-to, mac-services-insert-text)
3250 (mac-dispatch-apple-event): Add docstrings.
3251 (x-get-selection, mac-select-convert-to-string): Select coding
3252 system from `utf-16be' and `utf-16le' using `byteorder'.
3253
3254 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3255
3256 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3257 a "list" (lambda ...) rather than a real completion list.
3258
3259 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3260 lexical-let when encountering ((lambda (...) ...) ...).
3261
3262 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3263
3264 * progmodes/sh-script.el (sh-mode):
3265 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3266 * textmodes/picture.el (picture-mode): Update docstrings.
3267
3268 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3269
3270 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3271 commands enclosed in $(ARGQUOTE)s should not be split between two
3272 lines, as that will break with GNU Make >3.80, when sh.exe is used
3273 and arg quoting is with '..'.
3274 (autoloads): Don't break the quoted --eval expression between
3275 several lines.
3276
3277 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3278
3279 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3280 Capture error from printing circular structures.
3281
3282 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3283
3284 * wid-edit.el (widget-checkbox-action): Clear undo info.
3285
3286 2005-12-16 Bill Wohler <wohler@newt.com>
3287
3288 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3289 bar, not menubar in comment.
3290
3291 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3292
3293 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3294 After-change-functions should not clobber the match data.
3295
3296 2005-12-16 Juri Linkov <juri@jurta.org>
3297
3298 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3299 instead of `buffer-substring'.
3300 (completion-common-substring): Doc fix.
3301 (completion-setup-function): Use minibuffer-completion-contents
3302 instead of minibuffer-contents. Don't set common-string-length
3303 initially. Remove special handling of partial-completion-mode.
3304 Move computation of completion-base-size into one cond.
3305 Call completion-base-size-function in mainbuf. In computation of
3306 completion-base-size for file name completion don't move point to
3307 the end of the minibuffer. Move computation of common-string-length
3308 into one cond. Start putting faces only when common-string-length>=0.
3309 Add condition to put completions-common-part when
3310 common-string-length>0.
3311
3312 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3313 place point at the first different character in the minibuffer
3314 even if this position is at the beginning of the minibuffer.
3315
3316 * info.el (Info-read-node-name-1): In completion-base-size-function's
3317 lambda return 1 if common-substring or minibuffer-completion-contents
3318 starts with (, and 0 otherwise.
3319
3320 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3321 Use `crm-current-element' for second arg of `display-completion-list'.
3322
3323 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3324
3325 * files.el (set-auto-mode): Look for an interpreter specified on
3326 the first line also if search for mode specification succeeded,
3327 but the mode is not known.
3328
3329 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3330
3331 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3332 (org-open-at-point): Implement tag searches as links.
3333 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3334 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3335 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3336 (org-agenda-dispatch): New commands.
3337 (org-use-tag-inheritance, org-tags-column): New options.
3338 (org-tab-follows-link, org-return-follows-link): New options.
3339 (org-tags): New customize group.
3340 (org-start-icalendar-file): Get local time zone.
3341 (org-tags-completion-function): New function.
3342 (org-set-font-lock-defaults): Make sure links will also be
3343 highlighted inside headlines.
3344
3345 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3346
3347 * term.el (term-emulate-terminal):
3348 Let term-handle-ansi-terminal-messages override what Bash says about
3349 its current directory.
3350
3351 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3352
3353 * bindings.el (last-buffer): Move to simple.el.
3354 * simple.el (last-buffer): Move here.
3355 (get-next-valid-buffer): New function.
3356 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3357 (prev-buffer): Ditto. Rename to `previous-buffer'.
3358
3359 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3360 * bindings.el (global-map): Ditto.
3361
3362 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3363
3364 * cus-edit.el: Introductory comment change.
3365 (custom-magic-alist): Change message string for the `rogue' state.
3366
3367 2005-12-15 Richard M. Stallman <rms@gnu.org>
3368
3369 * tooltip.el: Delete defcustom variable :tag names.
3370
3371 * complete.el (partial-completion-mode): Doc fix.
3372
3373 * textmodes/flyspell.el (flyspell-external-point-words):
3374 Use save-excursion to ensure we don't move backward in the
3375 search loop, not even one character.
3376 (flyspell-delete-all-overlays): Use remove-overlays directly.
3377
3378 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3379 (ispell-start-process): Set that variable.
3380 Clear ispell-buffer-local-name.
3381 (ispell-internal-change-dictionary):
3382 Set ispell-current-dictionary after killing process.
3383 (ispell-buffer-local-dict):
3384 Don't set spell-personal-dictionary after killing process.
3385 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3386 (ispell-tex-skip-alists, ispell-html-skip-alists)
3387 (ispell-skip-region-alist): Mark as risky.
3388
3389 * net/newsticker.el (newsticker--retrieval-timer-list)
3390 (newsticker--display-timer, newsticker-running-p)
3391 (newsticker-ticker-running-p): Definitions moved up.
3392
3393 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3394
3395 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3396
3397 2005-12-15 David Ponce <david@dponce.com>
3398
3399 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3400 (recentf-edit-list, recentf-open-files): Signal an error when
3401 there is no recent file.
3402
3403 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3404
3405 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3406 read-only except for texinfo-format-region evaluation.
3407
3408 2005-12-14 Richard M. Stallman <rms@gnu.org>
3409
3410 * vc.el (vc-default-previous-version, vc-default-next-version)
3411 (vc-do-command): Doc fixes.
3412
3413 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3414
3415 * textmodes/bibtex.el (bibtex-expand-strings)
3416 (bibtex-autokey-expand-string, bibtex-name-part)
3417 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3418 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3419 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3420 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3421 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3422 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3423 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3424 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3425 (bibtex-beginning-of-last-entry): Remove.
3426 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3427 message if comma is missing but buffer is read-only.
3428 (bibtex-parse-field-text): Handle whitespaces at the end of field
3429 text. Return 3-element list with beginning and end of field text
3430 and end of field.
3431 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3432 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3433 (bibtex-search-forward-field, bibtex-search-backward-field):
3434 Search always delimited by limits of entry. Use more efficient
3435 search algorithms.
3436 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3437 bibtex-end-of-name-in-field.
3438 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3439 extracting the content of a field.
3440 (bibtex-text-in-field): Use search limits.
3441 (bibtex-parse-string-prefix): Handle empty string keys based on
3442 bibtex-string-empty-key.
3443 (bibtex-parse-string): Fix docstring.
3444 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3445 (bibtex-preamble-prefix, bibtex-strings): New functions.
3446 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3447 BibTeX entries (consistent with other BibTeX functions).
3448 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3449 (bibtex-search-entry): Fix docstring. Simplify.
3450 (bibtex-flash-head, bibtex-complete-string-cleanup)
3451 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3452 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3453 (bibtex-parse-entry): New optional arg content.
3454 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3455 Use bibtex-text-in-field-bounds.
3456 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3457 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3458 bibtex-parse-string-postfix.
3459 (bibtex-find-text-internal): New function.
3460 (bibtex-remove-delimiters): Use it.
3461 (bibtex-find-text): Use it. New optional arg help.
3462 (bibtex-complete): Handle BibTeX string and preamble entries.
3463 (bibtex-Preamble): Fix order of closing delimiters.
3464
3465 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3466
3467 * vc.el (vc-default-revert): New fun.
3468
3469 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3470
3471 2005-12-14 Romain Francoise <romain@orebokech.com>
3472
3473 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3474 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3475 (font-lock-remove-keywords): Likewise.
3476
3477 2005-12-14 Juri Linkov <juri@jurta.org>
3478
3479 * log-view.el (log-view-diff): Doc fix.
3480
3481 * isearch.el (isearch-query-replace): Use (mark) instead of
3482 isearch-opoint if mark is active in transient-mark-mode.
3483
3484 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3485
3486 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3487
3488 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3489
3490 * progmodes/cpp.el (cpp-face): New widget.
3491 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3492
3493 2005-12-14 Juri Linkov <juri@jurta.org>
3494
3495 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3496 around `erase-buffer' and `insert'.
3497
3498 * descr-text.el (describe-text-properties): Replace buffer name
3499 "*Help-2*" with "*Help*<2>".
3500 (describe-char): Add functions print-help-return-message,
3501 toggle-read-only. Use help-setup-xref with nil to not store
3502 describe-char in help-xref-stack. Use help-make-xrefs to
3503 make [back] button.
3504
3505 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3506
3507 * wdired.el (wdired-old-point): New internal variable.
3508 (wdired-change-to-wdired-mode): Set it buffer-locally.
3509 (wdired-abort-changes): Restore point after aborting changes.
3510
3511 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3512
3513 * vc.el (vc-do-command): Add a new value t for okstatus.
3514
3515 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3516 frame in case of errors.
3517
3518 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3519
3520 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3521 so it comes after "On the Left" in the menu.
3522
3523 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3524
3525 * cus-edit.el (customize-apropos, customize-apropos-options)
3526 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3527
3528 2005-12-12 Bill Wohler <wohler@newt.com>
3529
3530 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3531 non-writable Subversion-controlled files by saving window
3532 configuration before calling vc-do-command. vc-do-command calls
3533 pop-to-buffer on error which is unexpected during registration.
3534
3535 2005-12-12 Jay Belanger <belanger@truman.edu>
3536
3537 * calc/README: Update the summary of changes.
3538
3539 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * descr-text.el (describe-char): Rework last fix to solve the problem
3542 is the same way it's solved for everything else in that function
3543 (i.e. by extracting the info before setting up the *Help* buffer).
3544
3545 2005-12-12 Kim F. Storm <storm@cua.dk>
3546
3547 * subr.el (version-regexp-alist): Allow space as separator before
3548 non-numeric part, e.g. "1.0 alpha".
3549 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3550
3551 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3552
3553 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3554 Implement Logging and the keep-modes setting.
3555 (org-get-category): Make sure a string is returned.
3556 (org-log-done): New function.
3557 (org-log-done, org-closed-string): New options.
3558
3559 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3560
3561 * tooltip.el (tooltip-y-offset): Change default to 20.
3562
3563 2005-12-12 Richard M. Stallman <rms@gnu.org>
3564
3565 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3566
3567 * frame.el (display-hourglass): Doc fix.
3568
3569 * help.el (help-for-help-internal): Simplify entry for `a'.
3570
3571 * info.el (Info-on-current-buffer): Doc fix.
3572 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3573
3574 * startup.el (inhibit-splash-screen): Make this the real name.
3575 (inhibit-startup-message): Make this the alias.
3576 (command-line): Find only simple.el, and use its directory
3577 to fill in other preloaded files' names.
3578 (command-line): Deactivate the mark if deactivate-mark is set.
3579
3580 * international/mule.el (load-with-code-conversion):
3581 Bind deactivate-mark.
3582
3583 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3584
3585 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3586
3587 * cus-edit.el (customize-apropos): Avoid listing an option more
3588 than once under different aliases. No longer list user options
3589 that are not defined with defcustom (unless a prefix arg is given).
3590 Doc fix.
3591 (customize-apropos-options): Doc fix.
3592
3593 2005-12-11 Juri Linkov <juri@jurta.org>
3594
3595 * frame.el (set-background-color, set-foreground-color)
3596 (set-cursor-color, set-mouse-color, set-border-color):
3597 Add explicit prompts to read colors by `facemenu-read-color'.
3598 (show-trailing-whitespace, blink-cursor-delay)
3599 (blink-cursor-interval, display-hourglass, hourglass-delay):
3600 Remove tags.
3601 (display-hourglass, hourglass-delay): Doc fix.
3602 (cursor-in-non-selected-windows): Capitalize words in tag.
3603
3604 * faces.el (frame-background-mode): Replace `choice-item' keywords
3605 with `const' to not make [default] button. Change default value tag
3606 from `default' to `automatic'. Doc fix.
3607 (trailing-whitespace) <defface>: Change group `whitespace' to
3608 `whitespace-faces'.
3609
3610 2005-12-11 Richard M. Stallman <rms@gnu.org>
3611
3612 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3613
3614 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3615
3616 * term/mac-win.el: Create keymap for mac-apple-event-map.
3617
3618 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3619
3620 * tooltip.el (tooltip-mode): Move to start of file so that it
3621 appears at top of customize buffer.
3622
3623 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3624 Add the gud groupname.
3625 (gud-tooltip-mode): Add the tooltip groupname.
3626 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3627 avoid conflict with tooltip-use-echo-area.
3628
3629 2005-12-10 Romain Francoise <romain@orebokech.com>
3630
3631 * help.el (help-for-help-internal): Add `r' in doc string.
3632
3633 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3634
3635 * align.el (align-regexp, align-highlight-rule):
3636 Use region-beginning and region-end instead of point and mark, so that
3637 repetition (with `repeat-complex-command') recomputes the region
3638 bounds.
3639
3640 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3641
3642 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3643 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3644 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3645 (balance-windows): Rewrite using the above new functions.
3646
3647 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3648
3649 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3650 react if global-hi-lock-mode seems intended.
3651 (global-hi-lock-mode) Renamed from hi-lock-mode.
3652 (hi-lock-archaic-interface-message-used)
3653 (hi-lock-archaic-interface-deduce): New variables.
3654 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3655 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3656 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3657 Replace hi-lock-buffer-mode with hi-lock-mode.
3658
3659 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3660
3661 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3662 completion list, even after a partial completion has been
3663 inserted in the current buffer. If there are more than 1
3664 completion, redisplay the *Completions* buffer; if the
3665 completion is unique, delete the *Completions* window.
3666
3667 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3668
3669 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3670 strings and long subject lines that were broken into multiple
3671 lines at arbitrary places. Handle subjects that have "Re: " in
3672 the middle.
3673
3674 2005-12-10 John W. Eaton <jwe@octave.org>
3675
3676 * emacs/octave-mod.el (octave-electric-space): Don't indent
3677 comments or strings if octave-auto-indent is nil.
3678
3679 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3680
3681 * term/mac-win.el: Require url when compiling.
3682 Call mac-process-deferred-apple-events after loading init files.
3683 (mac-apple-event-map): New defvar. Define event handlers in it.
3684 (core-event, internet-event): New Apple event class symbols.
3685 (open-application, reopen-application, open-documents)
3686 (print-documents, open-contents, quit-application)
3687 (application-died, show-preferences, autosave-now, get-url):
3688 New Apple event ID symbols.
3689 (about): New HICommand ID symbol.
3690 (mac-event-spec, mac-event-ae): New macros.
3691 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3692 (mac-ae-selection-range, mac-ae-text-for-search)
3693 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3694 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3695 and Services menu events are now defined in mac-apple-event-map.
3696 (mac-drag-n-drop): Remove selection range handling.
3697
3698 2005-12-10 Kenichi Handa <handa@m17n.org>
3699
3700 * simple.el (zap-to-char):
3701 * isearch.el (isearch-process-search-char): Translate CHAR by
3702 translation-table-for-input.
3703
3704 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3705
3706 * foldout.el (foldout-exit-fold): Properly hide subtree.
3707
3708 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3709
3710 * files.el (save-buffer):
3711 * international/ucs-tables.el (ucs-set-table-for-input):
3712 * mail/mail-extr.el (mail-extract-address-components):
3713 * mail/sendmail.el (mail-mode): Reformat doc string.
3714
3715 2005-12-09 Juri Linkov <juri@jurta.org>
3716
3717 * isearch.el (isearch-highlight): Change main overlay priority
3718 from 1 to 1001. Simplify.
3719 (isearch-lazy-highlight-update): Change lazy overlay priority
3720 from 0 to 1000.
3721
3722 * replace.el (replace-highlight): Change overlay priority from
3723 1 to 1001.
3724
3725 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3726 Change overlay priority from 1 to 1001. Reuse existing overlay.
3727
3728 * compare-w.el (compare-windows-highlight): Change overlay
3729 priority from 1 to 1000.
3730
3731 * menu-bar.el (menu-bar-edit-menu): Add listp around
3732 pending-undo-list to disable menu item "undo" when pending
3733 undo list is empty.
3734
3735 * locate.el (locate): Disable undo in *Locate* buffer.
3736
3737 2005-12-09 Kim F. Storm <storm@cua.dk>
3738
3739 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3740
3741 2005-12-09 David Ponce <david@dponce.com>
3742
3743 * recentf.el: Improvement of the menu code.
3744 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3745 instead of menu hook.
3746 (recentf-show-menu, recentf-hide-menu): New functions.
3747 (recentf-menu-customization-changed, recentf-mode): Use them.
3748 (recentf-menu-action, recentf-max-menu-items)
3749 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3750 (recentf-arrange-by-rule-others)
3751 (recentf-arrange-by-rules-min-items)
3752 (recentf-arrange-by-rule-subfilter) : Don't use
3753 `recentf-menu-customization-changed'.
3754 (recentf-arrange-rules): Likewise. Accept functions to compute
3755 sub-menu titles.
3756 (recentf-menu-filter): Likewise. Doc fix.
3757 (recentf-menu-value-shortcut): Doc fix.
3758 (recentf-dump-variable): Quote atom value.
3759 (recentf-make-menu-items): Update to use it as a menu filter.
3760 (recentf-match-rule): New function.
3761 (recentf-arrange-by-rule): Use it.
3762 (recentf-indirect-mode-rule): New function.
3763 (recentf-build-mode-rules): Use it.
3764 (recentf-dir-rule): New function.
3765 (recentf-arrange-by-dir): Use it.
3766 (recentf-filter-changer-current): Rename from
3767 `recentf-filter-changer-state'. All references updated.
3768 (recentf-filter-changer-alist): Update filter names.
3769 (recentf-filter-changer-select): New function.
3770 (recentf-filter-changer): Use it. Make a sub-menu from filters
3771 available in `recentf-filter-changer-alist'.
3772 (recentf-data-cache, recentf-clear-data)
3773 (recentf-update-menu): Remove. All references updated.
3774 (recentf-match-rule-p, recentf-build-dir-rules)
3775 (recentf-filter-changer-goto-next)
3776 (recentf-filter-changer-get-current)
3777 (recentf-filter-changer-get-next): Remove.
3778
3779 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3780
3781 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3782 buffer "Reset" button to "Reset to Current" for consistency with
3783 the State buttons.
3784
3785 2005-12-08 John Paul Wallington <jpw@pobox.com>
3786
3787 * ibuf-ext.el (define-ibuffer-filter filename):
3788 If `dired-directory' is a list then really use its car.
3789
3790 2005-12-08 Kim F. Storm <storm@cua.dk>
3791
3792 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3793 Fix indention of text on right side of replaced rectangle.
3794
3795 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
3796
3797 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3798 No need to check gud-comint-buffer is bound.
3799 (gdb): Prevent multiple debugging when first session uses gdba.
3800
3801 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3802
3803 CC Mode update to 5.31.
3804
3805 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3806 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3807 might do this function properly in the future).
3808
3809 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3810 macros c-sentence-end and c-default-value-sentence end, to cope
3811 with Emacs 22's new function `sentence-end'.
3812
3813 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3814
3815 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3816 compat issue using `c-put-overlay' and `c-delete-overlay'.
3817
3818 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3819 compat macros to handle overlays/extents.
3820
3821 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3822
3823 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3824 (for GNU Emacs 20.4)
3825
3826 * progmodes/cc-defs.el:
3827 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3828
3829 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3830 highlighting mechanism so it will work in XEmacs too.
3831
3832 * progmodes/cc-defs.el: Insert c-int-to-char.
3833
3834 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3835 call to the new macro c-int-to-char. This solves XEmacs's
3836 regarding characters as different from integers.
3837
3838 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3839
3840 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3841 helper.
3842
3843 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3844 construct to make the indirect face lookup work in XEmacs.
3845
3846 (c-cpp-matchers): Append the negation char face to the existing
3847 fontification, so that the cpp face doesn't disappear. Use
3848 `c-make-syntactic-matcher' to avoid negation chars in comments and
3849 strings.
3850
3851 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3852 to map to `font-lock-negation-char-face' in emacsen where it
3853 exists.
3854
3855 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3856
3857 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3858
3859 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3860 Rename "c-subword-move-mode" as "c-subword-mode".
3861
3862 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3863 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3864
3865 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3866
3867 * progmodes/cc-mode.el: Added autoload directive for
3868 `c-subword-move-mode' for use in older emacsen.
3869
3870 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3871
3872 * progmodes/cc-mode.el:
3873 (i) Insert a binding for C-c C-backspace into
3874 c-bind-special-erase-keys which works in TTYs.
3875 (ii) Make sure that when file styles are used, any explicitly
3876 given style variables take priority over those in the style. Do
3877 this by calling `hack-local-variables' a second time.
3878
3879 * progmodes/cc-vars.el: Add language specific customization
3880 widgets for AWK to c-doc-comment-style, c-require-final-newline
3881 and c-default-style. Add a defcustom for awk-mode-hook. Give
3882 c-syntactic-element and c-syntactic-context doc-strings by
3883 directly setting their `variable-documentation' propery. This
3884 allows Emacs 22.1 to read these with C-h v.
3885
3886 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3887 Monnier).
3888
3889 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3890
3891 * progmodes/cc-fonts.el, cc-vars.el
3892 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3893 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3894 Masatake YAMATO.
3895
3896 (c-doc-comment-style): Made GtkDoc default in C mode.
3897
3898 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3899 and C-c C-<delete>.
3900
3901 (c-bind-special-erase-keys): New function for use on
3902 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3903
3904 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3905 <delete> key behavior in XEmacs according to `delete-forward-p'.
3906 C.f. `c-electric-delete'.
3907
3908 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3909
3910 * progmodes/cc-mode.el: Give c-hungry-backspace and
3911 c-hungry-delete-forward permanent key bindings.
3912
3913 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3914 c-syntactic-context for calls to "criteria functions", for
3915 consistency with other calls to user functions.
3916
3917 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3918 `current-prefix-arg', since this might be the prefix arg to a
3919 command which calls c-indent-command as a function. Change the
3920 interactive spec from "p" to "P".
3921
3922 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3923 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3924 was difficult to understand.
3925
3926 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3927
3928 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3929 first char of an identifier.
3930
3931 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3932 +" syntax in C++.
3933
3934 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3935
3936 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3937 auto-fill doesn't split a c-comment's last word from a hanging
3938 "*/" when a space is typed between them after fill-column.
3939
3940 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3941
3942 * progmodes/cc-styles.el (c-set-style)
3943 (c-setup-paragraph-variables): Abort the command if we're not in a
3944 CC Mode buffer.
3945
3946 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3947 with blank comment-prefix, and a blank line as the comment's
3948 second line.
3949
3950 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3951
3952 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3953 Incorporated the patterns added in the Emacs development branch
3954 for the new Emacs 22 face `font-lock-negation-char-face'.
3955
3956 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3957 of "red" since it stands out better in xterms and DOS terminals.
3958
3959 * progmodes/cc-engine.el (c-literal-faces): Added
3960 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3961
3962 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3963
3964 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3965 forcibly enable c-electric-flag.
3966
3967 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3968 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3969 just after the comment-prefix of a C-style comment will close that
3970 comment.
3971
3972 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3973
3974 * progmodes/cc-fonts.el (c-basic-matchers-before)
3975 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3976 in Pike.
3977
3978 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3979 digraphs.
3980
3981 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3982 (c-cpp-message-directives, c-cpp-include-directives)
3983 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3984 (c-cpp-expr-directives): Introduced new language constants to
3985 control cpp syntax in a cleaner way.
3986
3987 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3988
3989 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3990
3991 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3992 (c-multiline-string-start-char): New language constants and
3993 variables to specify how newlines in string literals work.
3994
3995 (c-font-lock-invalid-string): Use them.
3996
3997 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3998 unbalanced close brace is entered. Optimization by avoiding going
3999 back over arbitrarily large blocks. Removed hints that this
4000 function only would be relevant/useful in AWK.
4001
4002 (c-electric-brace): Indent syntactically after the cleanups since
4003 lineup functions might do it differently then.
4004
4005 * progmodes/cc-engine.el, cc-langs.el
4006 (c-opt-op-identifier-prefix): New language constant and variable.
4007
4008 (c-just-after-func-arglist-p, c-after-special-operator-id)
4009 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
4010
4011 * progmodes/cc-align.el, cc-engine.el
4012 (c-after-special-operator-id): New helper to handle C++ operator
4013 identifiers.
4014
4015 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
4016 (c-guess-basic-syntax): Handle C++ operator identifiers in
4017 declarations.
4018
4019 * progmodes/cc-langs.el (c-assignment-operators): Added the
4020 trigraph version of ^= too.
4021
4022 * progmodes/cc-langs.el (c-assignment-operators): Added the
4023 trigraph version of |= in C++.
4024
4025 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
4026 `c-decl-hangon-kwds' after the identifier name.
4027
4028 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
4029 whether an arglist is "nonempty", ignore a comment after the open
4030 paren if it isn't followed by a non-comment token on the same
4031 line.
4032
4033 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
4034 heuristics below the point to cope with classes inside special
4035 brace lists in Pike.
4036
4037 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4038
4039 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
4040
4041 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4042
4043 * progmodes/cc-guess.el (cc-guess-install): New function to
4044 install an already guessed style in another buffer.
4045
4046 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
4047 sets `inhibit-read-only' - `c-save-buffer-state' should be used
4048 anyway if the change always is undone.
4049
4050 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4051
4052 Implement togglable electricity:
4053
4054 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4055 saying when it should be used.
4056
4057 * progmodes/cc-engine.el: Add the new buffer-local variable,
4058 c-electric-flag.
4059
4060 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4061 c-toggle-auto-newline.
4062
4063 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4064 c-toggle-auto-newline. Remove the binding for
4065 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4066 c-toggle-electric-state.
4067
4068 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4069
4070 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4071 c-\(forward\|backward\)-subword.
4072 (c-update-modeline): Add the new modeline flag `l' for
4073 `c-electric-flag'. Make the auto-newline flag `a' dependent on
4074 `l'.
4075 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
4076 the old name an alias of the new name.
4077 (c-toggle-electric-state): New function.
4078 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4079 Adapt these functions to do electric things only when
4080 c-electric-flag is non-nil.
4081 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4082 new functions from c-electric-brace.
4083 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4084 mode, so that the tentative extra newline doesn't change the
4085 syntax of the following brace.
4086 (c-electric-brace): Restructure by extracting the above functions.
4087 Tidy up the coding somewhat.
4088 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4089 restructure a bit.
4090
4091 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4092
4093 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4094 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4095 idea.
4096
4097 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4098 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4099 since it's now used to track another submode.
4100
4101 (c-update-modeline): Converted to function and extended to check
4102 `c-subword-move-mode'.
4103
4104 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4105 Converted to compat aliases for `c-forward-subword' and
4106 `c-backward-subword'.
4107
4108 * progmodes/cc-subword.el: New functions and minor mode to handle
4109 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4110
4111 (c-forward-subword, c-backward-subword, c-mark-subword)
4112 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4113 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4114 Functions corresponding to the standard word handling functions.
4115
4116 (c-subword-move-mode): Minor mode that replaces all the standard
4117 word handling functions with their subword equivalences.
4118
4119 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4120
4121 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4122 entry for one-liner-defun.
4123
4124 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4125 name in its def-edebug-spec.
4126
4127 * progmodes/cc-cmds.el (c-electric-brace): Make the
4128 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4129 compacts space before a comment, if this will make things fit on
4130 one line.
4131
4132 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4133
4134 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4135
4136 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4137 clean-up one-liner-defun.
4138
4139 * progmodes/cc-styles.el: Add the new "awk" style.
4140
4141 * progmodes/cc-vars.el: Add description of one-liner-defun to
4142 c-cleanup-list's doc-string. New user options,
4143 c-max-one-liner-length. In c-default-style, set the default style
4144 for AWK to "awk".
4145
4146 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4147
4148 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4149 macros inside labels.
4150
4151 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4152 `c-at-statement-start-p' and `c-at-expression-start-p'.
4153
4154 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4155 error if the mark isn't set.
4156
4157 * progmodes/cc-engine.el (c-guess-continued-construct)
4158 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4159 accurately detect functions inside functions.
4160
4161 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4162 like `c-at-statement-start-p' that additionally recognizes commas
4163 and expression parentheses as delimiters.
4164
4165 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4166 to avoid heuristics that doesn't work for unclosed blocks.
4167
4168 (c-at-statement-start-p): New function.
4169
4170 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4171 Objective-C directives, e.g. directives spanning lines should work
4172 reasonably well now.
4173
4174 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4175
4176 (c-forward-objc-directive): New function to move over any ObjC
4177 directive.
4178
4179 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4180 (c-basic-matchers-before): Use it.
4181
4182 (c-font-lock-objc-iip-decl): Removed.
4183
4184 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4185 in the template arglist recognition.
4186
4187 * progmodes/cc-styles.el (c-style-alist): Fixed several
4188 inconsistencies in the Whitesmith style.
4189
4190 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4191 New lineup function to get lines after Whitesmith style blocks
4192 correctly indented.
4193
4194 (c-lineup-whitesmith-in-block): Backed out the compensation for
4195 opening parens since it's done using `add' lists in the style
4196 definition instead. Don't use the anchor position since it varies
4197 too much between the syntactic symbols. :P
4198
4199 * progmodes/cc-vars.el (c-valid-offset): Updated.
4200
4201 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4202 lists where the offsets are combined according to several
4203 different methods: `first', `min', `max', and `add'. Report
4204 offset evaluation errors with `c-benign-error' so that some kind
4205 of reindentation still is done.
4206
4207 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4208 `arglist-intro' the same way as `arglist-cont-nonempty' and
4209 `arglist-close'.
4210
4211 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4212 situations for `arglist-cont-nonempty' and `arglist-close'.
4213
4214 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4215 constant.
4216
4217 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4218 cc-bytecomp-boundp' in a number of places.
4219
4220 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4221 macro related issue.
4222
4223 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4224
4225 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4226 list is now [asdf], a char class [:alpha:]. Include code for char
4227 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4228 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4229 regexps.
4230
4231 Remove (nearly all of) the cruft associated with AWK Mode's former
4232 concept of "virtual semicolons":
4233
4234 Adapt c-beginning-of-statement, c-end-of-statement (together with
4235 subfunctions) to use the new notion of "virtual semicolon" in
4236 place of the old awkward special handling for AWK. There remains
4237 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4238 * progmodes/cc-cmds.el:
4239 (c-ascertain-adjacent-literal): In the backwards direction, now
4240 recognises AWK regexp delimiters as string delimiters.
4241 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4242 check more rigorously for "end of macro".
4243 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4244 virtual semicolons;
4245 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4246 out the code for forward movement into ...
4247 (c-end-of-statement): Now contains the code for forward movement,
4248 adapted for virtual semicolons.
4249
4250 * progmodes/cc-engine.el:
4251 (c-ws*-string-limit-regexp): New regexp.
4252 (c-forward-single-comment, c-backward-single-comment): Comment out
4253 the (now redundant) "special" AWK stuff.
4254
4255 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4256 c-string-par-start, c-string-par-separate to be more like Text
4257 Mode than Fundamental Mode.
4258
4259 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4260
4261 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4262 to the fontified region so that fontification doesn't occur
4263 outside it (could happen e.g. when fontifying a line with an
4264 unfinished declaration).
4265
4266 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4267
4268 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4269 moved to near the start of the file. ^L now separate sections of
4270 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4271 c-awk-blank-or-comment-line-re,
4272 c-awk-one-line-possibly-open-string-re,
4273 c-awk-regexp-one-line-possibly-open-char-class-re,
4274 c-awk-one-line-possibly-open-regexp-re,
4275 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4276 c-awk-vsemi-status-unknown-p.
4277
4278 Amend the concept of "virtual semicolons" (in the indentation
4279 engine) for languages like AWK, such that they are now
4280 conceptually attached to end of the last token of a statement, not
4281 the end of the line. (In AWK Mode, however, the pertinent text
4282 property is still physically set on the EOL.) Remove the specific
4283 tests for awk-mode, thus facilitating the introduction of other
4284 language modes where EOLs can end statements. (Note: The
4285 funtionality in cc-cmds.el, specifically
4286 c-beginning/end-of-statement has yet to be amended.)
4287
4288 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4289 c-vsemi-status-unknown-p.
4290
4291 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4292 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4293 c-vsemi-status-unknown-p-fn (in a new page).
4294
4295 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4296 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4297 numerous awkward forms like
4298 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4299 with
4300 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4301 variable before-ws-ip, the place just after char-before-ip
4302 appears.
4303
4304 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4305 a comment.
4306
4307 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4308
4309 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4310 `c-tentative-buffer-changes'.
4311
4312 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4313 converted to macro to choose between Emacs and XEmacs at compile
4314 time.
4315
4316 (c-set-region-active): New set counterpart to
4317 `c-region-is-active-p'.
4318
4319 (c-tentative-buffer-changes): New macro to handle temporary buffer
4320 changes in a convenient way.
4321
4322 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4323 for `c-tentative-buffer-changes'.
4324
4325 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4326 the checks for paren sexps between the point and the keyword, to
4327 avoid some false alarms.
4328
4329 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4330 Fixed a situation where an error could be thrown for unbalanced
4331 parens. Changed to make use of c-keyword-member' to avoid some
4332 repeated regexp matches.
4333
4334 (c-opt-lambda-key, c-opt-inexpr-block-key,
4335 c-opt-inexpr-class-key): These language variable are no longer
4336 necessary.
4337
4338 (c-block-stmt-kwds): New language constant used by
4339 c-looking-at-inexpr-block'.
4340
4341 (c-guess-basic-syntax): Removed an optional check that looked at
4342 the existence of the now removed language variables.
4343
4344 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4345 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4346 object instantiation expressions as declarations in some contexts.
4347 This bug only affected languages where the declarator can't be
4348 enclosed in parentheses.
4349
4350 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4351 insert newlines before and after substatement braces.
4352
4353 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4354 function declaration headers and the handling of C++ style member
4355 init lists.
4356
4357 (c-just-after-func-arglist-p): Rewritten to use
4358 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4359
4360 (c-beginning-of-member-init-list): Removed since it isn't used
4361 anymore.
4362
4363 (c-guess-basic-syntax): Case 5B adapted for the new
4364 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4365 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4366 covers all cases now).
4367
4368 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4369
4370 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4371
4372 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4373 c-string-par-start/separate c-sentence-end-with-esc-eol,
4374 initialised in c-setup-paragraph-variables, used in string
4375 scanning subroutines of c-beginning-of-statement.
4376
4377 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4378 which precedes the newly inserted `{'.
4379
4380 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4381
4382 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4383 function for declaration level blocks. It should now cope with
4384 templates better and also be a lot more comprehensible.
4385
4386 (c-looking-at-decl-block): The new function.
4387
4388 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4389 for compatibility.
4390
4391 (c-add-class-syntax, c-guess-continued-construct,
4392 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4393
4394 (c-decl-block-key): Changed to tell apart ambiguous and
4395 unambiguous keywords. Pike specials are now handled directly in
4396 the code instead.
4397
4398 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4399 language constants and variables to make the backward skip in
4400 `c-looking-at-decl-block' as tight as possible.
4401
4402 (c-nonsymbol-token-char-list): New language constant.
4403
4404 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4405 find balanced template arglists backwards.
4406
4407 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4408 making char classes for `c-syntactic-skip-backward'.
4409
4410 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4411 16D - can't be a class-close at that point.
4412
4413 * progmodes/cc-engine.el (c-guess-basic-syntax)
4414 (c-add-class-syntax): Don't narrow out the enclosing declaration
4415 level. This makes everything a lot easier, and it was actually
4416 only four small places that needed it to work. Some places that
4417 previously did `widen' are removed now, which has the effect that
4418 `c-guess-basic-syntax' never will look at things outside the
4419 current narrowment now. The anchor position for `topmost-intro'
4420 is affected by this, but it was so bogus it was basically useless
4421 before, and now it's equally bogus but in a slightly different
4422 way.
4423
4424 (c-narrow-out-enclosing-class): Gone.
4425
4426 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4427 the narrowed region.
4428
4429 (c-least-enclosing-brace): Removed silly optional argument.
4430
4431 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4432 the point could be left directly after an open paren when finding
4433 the beginning of the first decl in the block.
4434
4435 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4436 Specify which submatch to use.
4437
4438 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4439
4440 (c-decl-start-re): No longer any need for special treatment of
4441 ObjC due to the above.
4442
4443 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4444 presumably follows C in that regard.
4445
4446 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4447 New language constants to specify operator tokens inside
4448 identifiers in a more high level way.
4449
4450 (c-opt-identifier-prefix-key): New internal language constant.
4451
4452 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4453 (c-identifier-start, c-identifier-key): Now completely calculated
4454 from other constants.
4455
4456 (c-identifier-last-sym-match): Decommissioned since it's no longer
4457 used.
4458
4459 (c-operators): Use `c-identifier-ops'. Documented
4460 `postfix-if-paren'.
4461
4462 * progmodes/cc-engine.el (c-forward-name): Removed the
4463 optimization when c-identifier-key is equal to c-symbol-key since
4464 it doesn't work in byte compiled files. Don't record empty
4465 regions as identifiers.
4466
4467 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4468 simplify access to `c-operators' and its likes.
4469
4470 (c-operator-list, c-all-op-syntax-tokens)
4471 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4472 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4473 (c-primary-expr-regexp, c-cast-parens): Use it.
4474
4475 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4476 an explicit language in functions.
4477
4478 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4479 variant of adornment.
4480
4481 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4482 variable.
4483
4484 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4485 the Pike value.
4486
4487 * progmodes/cc-engine.el (c-on-identifier)
4488 (c-simple-skip-symbol-backward): Small fix for handling "-"
4489 correctly in `skip-chars-backward'. Affected the operator lfun
4490 syntax in Pike.
4491
4492 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4493 diagnostic message about precompiled language vars not being used.
4494
4495 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4496 "__attribute__" is followed by a parenthesis.
4497
4498 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4499 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4500 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4501
4502 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4503 cleanups to properly detect the declared identifiers in various
4504 declarations.
4505
4506 (c-decl-start-kwds): New language constant to recognize
4507 declarations that can start anywhere. Used for class declarations
4508 in Pike.
4509
4510 (c-specifier-key, c-not-decl-init-keywords)
4511 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4512 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4513
4514 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4515 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4516 handling of the compiler specific extension keywords into a new
4517 language constant `c-decl-hangon-kwds' that defines keyword
4518 clauses to be ignored in declarations.
4519
4520 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4521 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4522 Necessary to stop at the declared identifier in e.g. IDL valuetype
4523 declarations.
4524
4525 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4526 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4527 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4528 (c-forward-decl-or-cast-1): Recognize the declared identifier in
4529 class and enum declarations as such and not as part of the type.
4530
4531 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4532 interpretation of PRECEDING-TOKEN-END when there's no preceding
4533 token.
4534
4535 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4536 declarations when there's some syntax error later on.
4537
4538 (c-complex-decl-matchers): Did away with a reference to
4539 `c-specifier-key'.
4540
4541 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4542 value - this variable is always dynamically bound.
4543
4544 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4545 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4546 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4547 functions that might do hidden buffer changes: All such internal
4548 functions are now marked instead of those that don't.
4549
4550 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4551 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4552 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4553 (c-literal-type): Allow these functions to make hidden buffer changes,
4554 so that they are free to use text property caching later on.
4555
4556 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4557 (c-electric-brace, c-electric-slash, c-electric-star)
4558 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4559 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4560 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4561 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4562 with the changed semantics of the functions above.
4563
4564 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4565 when macros occur in obscure places. Optimized the sexp movement
4566 a bit.
4567
4568 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4569
4570 Enhancements for c-beginning-of-statement to work in AWK Mode:
4571
4572 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4573 (completed statement) with `}' (statement completed by closing
4574 brace or semicolon) and `$' (statement completed by EOL).
4575
4576 (c-awk-virtual-semicolon-ends-prev-line-p)
4577 (c-awk-virtual-semicolon-ends-line-p)
4578 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4579 (c-awk-at-statement-end-p): New functions.
4580
4581 * progmodes/cc-cmds.el: Simplify the structure of functions
4582 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4583 two functions and c-beginning-of-statement to handle AWK Mode.
4584
4585 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4586 c-backward-single-comment for AWK mode. Attempt to clarify their
4587 doc-strings.
4588
4589 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4590
4591 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4592
4593 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4594 label handling. Labels are now recognized in a uniform and more
4595 robust way, regardless of context. Text properties are put on all
4596 labels to recognize the following declarations better. Multiword
4597 labels are handled both in indentation and fontification for the
4598 benefit of language extensions like Qt. For consistency, keywords
4599 in labels are now fontified with the label face instead. That
4600 also applies to "case" and "default".
4601
4602 (c-beginning-of-statement-1): Fixed some bugs in the label
4603 handling. Disregard `c-nonlabel-token-key' in labels that begin
4604 with `c-label-kwds'.
4605
4606 (c-find-decl-spots): Support that the callback adds more
4607 `c-decl-end' spots to find.
4608
4609 (c-forward-decl-or-cast-1): Don't treat a list of plain
4610 identifiers followed by a colon as a declaration.
4611
4612 (c-forward-label): New function to recognize labels.
4613
4614 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4615 `c-forward-label'. Moved the label recognition cases (14 and 15)
4616 earlier since they aren't so context sensitive now. Handle labels
4617 on the top level gracefully. Moved access label recognition to
4618 the generic label case (CASE 15) - removed CASE 5E.
4619
4620 (c-font-lock-declarations): Added recognition of labels in the
4621 same round since we need to handle labels in parallell with other
4622 declarations to recognize both accurately. It should also improve
4623 speed.
4624
4625 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4626 `c-font-lock-labels' so that it only is used on decoration level 2
4627 since `c-font-lock-declarations' handles it otherwise.
4628
4629 (c-complex-decl-matchers): Removed the simplistic recognition of
4630 access labels.
4631
4632 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4633 with labels earlier.
4634
4635 (c-decl-start-re): New language variable to make
4636 `c-font-lock-declarations' stop for the special protection labels
4637 in Objective-C that start with `@'.
4638
4639 (c-label-key): Removed since it's no longer used.
4640
4641 (c-recognize-colon-labels, c-label-prefix-re): New language
4642 constants to support recognition of generic colon-terminated
4643 labels.
4644
4645 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4646 are colon terminated labels.
4647
4648 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4649 first argument starts with a special brace list.
4650
4651 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4652 (c-font-lock-declarations): Broke out the declaration and cast
4653 recognition from `c-font-lock-declarations' to a new function, so
4654 that it can be used in the indentation engine.
4655
4656 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4657 up to the start of the literal. Fixed bug with the point on the
4658 wrong side of the search limit that could happen when the start
4659 position is inside a literal.
4660
4661 * progmodes/cc-engine.el (c-parse-state)
4662 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4663 so that it's kept a little bit back to increase the hit rate.
4664
4665 (c-parse-state): Changed the macro handling and fixed some
4666 glitches. Macro context is checked more often than necessary now,
4667 but otoh less garbage conses are generated.
4668
4669 * progmodes/cc-engine.el (c-parse-state)
4670 (c-invalidate-state-cache): Cache the last position where
4671 `c-state-cache' applies. This can speed up refontification quite
4672 a bit in blocks where there are many non-brace parens before the
4673 point.
4674
4675 (c-state-cache-end): New variable for this.
4676
4677 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4678 cache variable.
4679
4680 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4681 get close initial continue positions when the start position is
4682 inside a literal or macro. Do not call the callback for spots
4683 before the start position (which can happen e.g. for `c-decl-end'
4684 spots inside comments). Optimize better in special cases when the
4685 region is a single line inside a literal or macro (typically when
4686 the current line is refontified).
4687
4688 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4689 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4690 entries from the paren state.
4691
4692 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4693 special case for "else if" clauses.
4694
4695 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4696 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4697
4698 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4699 language variable to recognize the gcc extension with statement
4700 blocks inside expressions.
4701
4702 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4703 it somewhat more comprehensible. The argument AT-BLOCK-START is
4704 no longer used and hence removed.
4705
4706 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4707 to `c-add-stmt-syntax'.
4708
4709 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4710 `c-beginning-of-statement-1' instead of duplicating parts of it.
4711 This fixes bogus label recognition.
4712
4713 * progmodes/cc-engine.el (c-add-type, c-check-type)
4714 (c-forward-name, c-forward-type): Improved storage of template
4715 types in `c-found-types' so that they can be recognized better.
4716
4717 (c-syntactic-content): Added option to skip past nested parens.
4718
4719 * progmodes/cc-engine.el (c-forward-name): Set
4720 `c-last-identifier-range' all the time. It's less work that way.
4721 Handle that there might not be an identifier to store in
4722 `c-last-identifier-range'.
4723
4724 (c-forward-type): Handle that `c-last-identifier-range' might be
4725 nil from `c-forward-name'.
4726
4727 * progmodes/cc-defs.el (c-safe-scan-lists)
4728 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4729
4730 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4731 to work even if the form fails.
4732
4733 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4734 down in a large file in one go.
4735
4736 (c-get-fallback-start-pos): New helper function for
4737 `c-parse-state'.
4738
4739 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4740 function which is like `c-lineup-math' but returns nil instead of
4741 `c-basic-offset' when it doesn't match.
4742
4743 (c-lineup-math): Changed to use `c-lineup-assignments'.
4744
4745 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4746
4747 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4748 c-beginning-of-statement. New subfunctions
4749 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4750
4751 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4752
4753 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4754 hardcoded char classes whereever possible. Changed a couple of
4755 places to use skip by syntax instead of skip by char class.
4756
4757 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4758 Fixed a bug in the regexp that caused extreme backtracking.
4759
4760 * progmodes/cc-langs.el (c-block-comment-starter)
4761 (c-block-comment-ender): New language constants to specify in a
4762 single place how block comments look.
4763
4764 (c-comment-start-regexp, c-block-comment-start-regexp)
4765 (comment-start, comment-end, comment-start-skip)
4766 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4767 (c-syntactic-ws, c-nonempty-syntactic-ws)
4768 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4769 `c-line-comment-starter', `c-block-comment-starter' and
4770 `c-block-comment-ender'.
4771
4772 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4773 New language constants to break up things a bit.
4774
4775 (c-simple-ws): New language constant for simple whitespace.
4776
4777 * progmodes/cc-defs.el (c-concat-separated): New convenience
4778 function.
4779
4780 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4781 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4782 newlines. Allow and ignore nil elements in the list.
4783
4784 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4785
4786 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4787 superfluous) check, (eq here (point-max)) in
4788 c-beginning-of-statement.
4789
4790 * progmodes/cc-cmds.el: Tidy up the comments in
4791 c-beginning-of-statement and subfunctions.
4792
4793 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4794 more flexible c-put-char-property and c-clear-char-properties.
4795 Add the author's email address.
4796
4797 * progmodes/cc-langs.el: New variable,
4798 c-block-comment-start-regexp.
4799
4800 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4801 closing "*/" of a block comment.
4802
4803 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4804 subfunctions) so that it works at BOB and EOB.
4805
4806 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4807 c-beginning-of-statement, including new variable
4808 c-block-comment-start-regexp.
4809
4810 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4811
4812 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4813 symbols from `*-font-lock-extra-types' so that there's no need to
4814 use `regexp-opt' on those lists.
4815
4816 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4817 `c-type-modifier-kwds' is empty.
4818
4819 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4820 there are several strings on the same line.
4821
4822 * progmodes/cc-engine.el (c-literal-limits): Removed the
4823 compatibility function for older emacsen. `c-literal-limits-fast'
4824 has now taken the place of this function.
4825
4826 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4827 with older emacsen: We now require `pps-extended-state'.
4828
4829 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4830
4831 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4832 which obviates the need to hack sentence-end. This now handles
4833 escaped newlines in strings correctly. Correct minor bugs in
4834 c-move-over-sentence and in c-beginning-of-statement.
4835
4836 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4837 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4838 that movement over macros and code are rigorously separated from
4839 eachother. Correct a few incidental bugs.
4840
4841 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4842 Improve its doc-string. Improve the handling of certain specific
4843 cases.
4844
4845 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4846
4847 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4848 (c-guess-basic-syntax): Changed the way class-level labels are
4849 recognized; they can now contain essentially any symbols.
4850
4851 (c-opt-extra-label-key): New language variable to cope with the
4852 special protection label syntax in Objective-C.
4853
4854 (c-opt-access-key): Removed; this is now handled better by
4855 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4856
4857 (c-complex-decl-matchers): Update to handle that
4858 `c-opt-access-key' no longer exists.
4859
4860 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4861 improved label recognition in `c-beginning-of-statement-1'.
4862
4863 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4864 Recognize bitfields better.
4865
4866 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4867 Removed some cruft and fixed a bug that could cause it to go to a
4868 position further down.
4869
4870 * progmodes/cc-langs.el, cc-engine.el
4871 (c-beginning-of-statement-1): Improved detection of labels in
4872 declaration contexts.
4873
4874 (c-beginning-of-decl-1): Use it.
4875
4876 (c-nonlabel-token-key): New language constant and variable needed
4877 by `c-beginning-of-statement-1'.
4878
4879 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4880 manifested itself due to the correction in `c-forward-sexp'.
4881
4882 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4883 these behave as documented when used at the buffer limits.
4884
4885 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4886 (c-type-decl-end-used): Made this a language variable.
4887
4888 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4889 correctly when `combine-after-change-calls' is used together with
4890 temporary narrowings.
4891
4892 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4893 labels correctly when the start point is immediately after the
4894 colon.
4895
4896 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4897 since it isn't used anymore.
4898
4899 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4900 bracket arglists such as template parens in C++.
4901
4902 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4903 in the last check-in. Some optimization.
4904
4905 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4906 where it could stop at the same level in a preceding sexp when
4907 PAREN-LEVEL is set.
4908
4909 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4910 text property lookup only when it's needed.
4911
4912 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4913 Changed the policy for paren marked angle brackets to be more
4914 persistent; once marked they remain marked even when they're found
4915 to be unbalanced in the searched region. This should keep the
4916 paren syntax around even when individual lines are refontified in
4917 multiline template arglists.
4918
4919 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4920 to control markup so that incorrect angle bracket arglists aren't
4921 marked in contexts where the correct value for
4922 `c-disallow-comma-in-<>-arglists' isn't known.
4923
4924 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4925 argument has become `c-parse-and-markup-<>-arglists'.
4926
4927 (c-remove-<>-arglist-properties): Removed - no longer used.
4928
4929 (c-after-change-check-<>-operators): New function used on
4930 `after-change-functions' to avoid that "<" and ">" characters that
4931 are part of longer operators have paren syntax.
4932
4933 (c-<>-multichar-token-regexp): New language variable used by
4934 `c-after-change-check-<>-operators'.
4935
4936 (c-after-change): Call `c-after-change-check-<>-operators'.
4937
4938 (c-font-lock-<>-arglists): Use the context properties set by
4939 `c-font-lock-declarations' to set
4940 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4941 markup.
4942
4943 (c-font-lock-declarations): Removed code that undoes the invalid
4944 markup done by `c-font-lock-<>-arglists'.
4945
4946 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4947 after `c-font-lock-declarations'.
4948
4949 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4950 paren-level feature.
4951
4952 (c-guess-basic-syntax): Improved the anchor position for
4953 `template-args-cont' in nested template arglists. There's still
4954 much to be desired in this area, though.
4955
4956 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4957
4958 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4959 Make the "Text Filling and Line Breaking" commands work for AWK
4960 buffers.
4961
4962 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4963
4964 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4965 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4966
4967 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4968 it doesn't work no longer are supported.
4969
4970 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4971 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4972 requires support for the syntax-table' text property, which rules
4973 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4974 cruft associated with those versions.
4975
4976 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4977 for the `syntax-table' text property, which rules out Emacs 19 and
4978 XEmacs < 21.4. Removed various compatibility cruft associated
4979 with those versions.
4980
4981 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4982 support for the `syntax-table' text property.
4983
4984 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4985 variable and use an extra quoted face name instead. All the
4986 emacsen flavors handle that correctly.
4987
4988 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4989 (c-font-lock-declarators, c-font-lock-declarations)
4990 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4991 property to mark the items in in declarator lists to handle
4992 refontification inside multiline declarations better.
4993
4994 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4995 construct like "a * b = c;" as a declaration.
4996
4997 2005-12-08 Kim F. Storm <storm@cua.dk>
4998
4999 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
5000 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
5001 select either meta, hyper, or super modifier for rectangle commands.
5002 (cua--rectangle-modifier-key): New defvar.
5003 (cua--M/H-key): Use it. Remove special case for `space'.
5004 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
5005 on X, to meta otherwise. Always bind C-return to toggle
5006 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
5007
5008 * emulation/cua-rect.el (cua-help-for-rectangle): Use
5009 cua--rectangle-modifier-key. Handle super modifier too.
5010 (cua--init-rectangles): Always bind C-return to toggle rectangle.
5011 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
5012
5013 * ido.el: Move Acknowledgements and History after Commentary.
5014 Minor changes to Commentary.
5015
5016 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
5017 keymap if cua--prefix-override-timer is `shift'.
5018 (cua--shift-control-prefix): New function; emulate "type prefix
5019 key twice" functionality to handle shifted prefix key override.
5020 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
5021 commands.
5022 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
5023
5024 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
5025
5026 * textmodes/org.el (org-insert-heading): Try to do items before
5027 headings.
5028 (org-agenda-mode): Quote `org-agenda-mode-hook'.
5029 (org-insert-item): New function.
5030 (org-renumber-ordered-list): Don't skip to higher level lists.
5031
5032 2005-12-08 Juri Linkov <juri@jurta.org>
5033
5034 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
5035
5036 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
5037
5038 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
5039
5040 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
5041 the constructed function name fun-1.
5042
5043 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
5044 because such links don't lead to parent documentation.
5045
5046 2005-12-08 Kenichi Handa <handa@m17n.org>
5047
5048 * descr-text.el (describe-char): Use *Help-2* buffer if the
5049 current buffer is *Help*. Call describe-text-properties while
5050 setting the original buffer.
5051
5052 2005-12-07 Bill Wohler <wohler@newt.com>
5053
5054 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
5055 and causes problems with non-MH users (such as Gnus users).
5056
5057 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5058
5059 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5060 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5061 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5062 command "info sources". Move calls to GDB command "list".
5063 (gdb-find-file-hook): Just use gdb-source-file-list.
5064 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5065 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5066 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5067 (gdb-data-list-register-values-handler): Use correct trigger name.
5068
5069 2005-12-07 Kim F. Storm <storm@cua.dk>
5070
5071 * ido.el (ido-completion-map): Rename from ido-mode-map.
5072 (ido-common-completion-map, ido-file-completion-map)
5073 (ido-file-dir-completion-map, ido-buffer-completion-map):
5074 Rename from ido-mode-....-map.
5075 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5076 (ido-setup-completion-map): Rename from ido-define-mode-map.
5077 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5078 to ido-completion-map.
5079
5080 2005-12-07 Kenichi Handa <handa@m17n.org>
5081
5082 * international/mule-cmds.el
5083 (set-display-table-and-terminal-coding-system): If the coding
5084 system specified in `unibyte-display' property is different from
5085 the arg coding-system, don't setup standard-display-table.
5086
5087 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5088
5089 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5090 that comments end at \n, regardless of selective-display.
5091
5092 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5093
5094 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5095 (gdb-version): New variables.
5096 (gdb-source-file-list, gdb-register-names)
5097 (gdb-changed-registers): New variables for use with GDB 6.4+.
5098 (gdb-ann3): Replace with...
5099 (gdb-init-1, gdb-init-2): ...two new functions.
5100 (gdba, gdb-prompt): Call gdb-init-1.
5101 (gdb-get-version): New function. Call gdb-init-2 from here.
5102 (gud-watch): Make it work with mouse events too.
5103 (gdb-post-prompt): Don't add to queue until GDB version is known.
5104 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5105 (gdb-locals-mode): Use gdb-version.
5106 (gdb-memory-format-map, gdb-memory-unit-map)
5107 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5108 (gdb-locals-font-lock-keywords-1)
5109 (gdb-locals-font-lock-keywords-2): New variables.
5110 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5111 (gdb-set-gud-minor-mode-existing-buffers-1)
5112 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5113 (gdb-var-update-1, gdb-var-update-handler-1)
5114 (gdb-data-list-register-values-handler)
5115 (gdb-data-list-register-values-custom)
5116 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5117 (gdb-stack-list-locals-handler, gdb-get-register-names):
5118 New functions for use with GDB 6.4+.
5119 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5120 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5121 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5122 (gdb-stack-list-locals-regexp)
5123 (gdb-data-list-register-names-regexp): New regexps for use with
5124 GDB 6.4+.
5125
5126 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5127
5128 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5129
5130 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5131
5132 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5133 prompts work for AUTH PLAIN. Also reported by Steve Allan
5134 <seallan@verizon.net>.
5135
5136 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5137
5138 * frame.el (set-frame-parameter): Add doc string.
5139
5140 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5141
5142 * textmodes/org.el (org-occur-highlights): New variable.
5143 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5144 (org-highlight-sparse-tree-matches): New option.
5145 (org-do-occur): New function.
5146 (org-get-heading): Make it work also at beginning of line.
5147 (org-category-table): New variable.
5148 (org-get-category-table, org-get-category)
5149 (org-camel-to-words, org-link-search): New functions.
5150 (org-select-this-todo-keyword): New variable.
5151 (org-todo-list): New command.
5152 (org-shiftright, org-shiftleft): New commands.
5153 (org-agenda-todo): Add prefix argument.
5154 (org-show-hierarchy-above): New option.
5155 (org-show-todo-tree): Numerical prefix creates tree for specific
5156 TODO keyword.
5157 (org-outline-level): New function, to assign a level to plain
5158 lists items.
5159 (org-cycle-include-plain-lists): New option.
5160 (org-mode): Use `org-outline-level' as value of `outline-level'.
5161 (org-cycle): Temporarily switch `outline-regexp' if
5162 `org-cycle-include-plain-lists' is non-nil.
5163 (org-start-icalendar-file): Fix format bug.
5164 (org-agenda-get-day-entries): Create category table.
5165 (org-agenda-get-todos, org-agenda-get-timestamps)
5166 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5167 (org-agenda-get-blocks): Use `org-get-category'.
5168 (org-context-in-file-links): Rename from
5169 `org-line-numbers-in-file-links'.
5170
5171 2005-12-06 Romain Francoise <romain@orebokech.com>
5172
5173 * window.el (balance-windows): Delete extraneous third arg in call
5174 to `enlarge-window'.
5175
5176 2005-12-06 Kenichi Handa <handa@m17n.org>
5177
5178 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5179
5180 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5181
5182 * progmodes/gdb-ui.el (gdb-var-create-handler)
5183 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5184 (gdb-var-list-children-handler, gdb-var-update-handler):
5185 Current buffer is already gdb-partial-output-buffer, don't
5186 make it current again.
5187
5188 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5189
5190 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5191 (list-buffers-noselect): Use it.
5192
5193 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5194
5195 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5196 (mail-yank-ignored-headers): Use regexp-opt.
5197 (mail-mode-map): Move initialization into declaration.
5198 (mail-sent-via): Remove unused shadowed var `to-line'.
5199 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5200 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5201 (mail-do-fcc): Use dolist and push.
5202 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5203 (mail-yank-ignored-headers): Don't autoload.
5204
5205 2005-12-05 Kenichi Handa <handa@m17n.org>
5206
5207 * international/mule-cmds.el (set-language-info-internal): New fun.
5208 (set-language-info): Call set-language-info-internal to update
5209 language-info-alist. If LANG-ENV is the current one, call
5210 set-language-environment to make INFO effective now.
5211 (set-language-info-alist): Likewise.
5212 (locale-language-names): With locale "en", use English
5213 lang. env. but set the default codings to iso-8859-1.
5214
5215 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5216
5217 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5218 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5219 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5220 for plain strings.
5221 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5222 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5223 Create registers buffer if necessary. Echo new state in minibuffer.
5224 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5225
5226 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5227
5228 * info.el (Info-fontify-node): Match external links using
5229 non-directory part of filename.
5230
5231 2005-12-04 Juri Linkov <juri@jurta.org>
5232
5233 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5234 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5235 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5236 because there is no customization option for it.
5237
5238 * font-lock.el (lisp-font-lock-keywords-1):
5239 Add define-global-minor-mode.
5240
5241 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5242
5243 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5244 properties on the constructed variable names.
5245
5246 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5247 Put `definition-name' properties on the constructed function names
5248 next-sym and prev-sym.
5249
5250 * emacs-lisp/find-func.el (find-function-regexp):
5251 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5252 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5253 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5254 and easy-menu-define.
5255
5256 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5257 easy-mmode-define-global-mode and define-global-minor-mode.
5258 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5259
5260 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5261 instead of easy-mmode-define-global-mode.
5262
5263 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5264 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5265
5266 * cus-edit.el (customize-group, customize-group-other-window):
5267 Filter out autoloaded options from the group completion list by
5268 using heuristics that autoloaded groups don't have `custom-autoload'
5269 property on their symbols (they have only `custom-loads').
5270
5271 * simple.el (completion-setup-function): Put completions-common-part
5272 face on complete completion string too (i.e. completion string
5273 without completions-first-difference face).
5274
5275 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5276
5277 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5278
5279 * view.el (view-mode): Doc fix.
5280
5281 * disp-table.el (standard-display-european): Add to the warning
5282 message a reference to the doc string.
5283
5284 * play/yow.el (apropos-zippy): Call print-help-return-message,
5285 similar to other Help and Apropos commands.
5286
5287 * help.el (print-help-return-message): If pop-up-frames is
5288 non-nil, set up help-return-method to delete the help window and,
5289 possibly, its frame as well, and don't display message about
5290 scrolling the help window. Doc fix.
5291 (help-return-method): Doc fix.
5292
5293 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5294
5295 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5296 whereby names of length one or names starting with a
5297 symbol-constituent character would not be returned.
5298
5299 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5300
5301 * subr.el (atomic-change-group): Add edebug and indentation spec.
5302
5303 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5304
5305 * completion.el (save-completions-file-name): Fix typo in last change.
5306
5307 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5308
5309 * info.el: Move back/forward history to the beginning of the tool bar.
5310
5311 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5312
5313 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5314 Add fset of allout-real-isearch-abort during compile to fix
5315 byte-compilation warnings.
5316 (allout-mode-p): Move definition of this macro above all uses, or
5317 byte compilation in barren emacs (eg, during emacs build) will
5318 lack the definition.
5319 (allout-mode): Move this variable above any uses, or byte
5320 compilation will fail.
5321 (allout-resolve-xref): Remove use of personal file-reference function.
5322 (allout-toggle-current-subtree-encryption): Do the current (ie,
5323 visible containing) topic, rather than nearest around point. Doc fix.
5324 (allout-toggle-subtree-encryption): New function, workhorse that
5325 works on nearest topic containing point.
5326 (allout-encrypt-string): Signal requirement for newer version of pgg.
5327 (allout-resumptions): Doc fix.
5328
5329 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5330
5331 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5332
5333 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5334
5335 * textmodes/flyspell.el (flyspell-external-point-words):
5336 Consider a misspelling as found in the string search if: (a) misspelling
5337 and found string lengths match, or (b) misspelling is found as
5338 element in a boundary-chars separated longer string, or (c)
5339 ispell-program-name is really ispell and misspelling is found as
5340 part of a TeX string. After successful match move beginning of
5341 search region to end of match. Warn about not found misspellings
5342 once the process is done.
5343 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5344
5345 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5346
5347 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5348 tool bar (removed inadvertently).
5349
5350 2005-12-02 Juri Linkov <juri@jurta.org>
5351
5352 * log-view.el (log-view-diff): Clarify doc string.
5353
5354 2005-12-01 Bill Wohler <wohler@newt.com>
5355
5356 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5357 triggers lm-verify errors.
5358
5359 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5360
5361 * simple.el (transient-mark-mode, line-number-mode)
5362 (column-number-mode, size-indication-mode): Remove `:require nil'.
5363
5364 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5365
5366 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5367 in the margin also.
5368 (gdb-breakpoints-mode-map): Use D instead of d for
5369 gdb-delete-breakpoint.
5370 (gdb-get-frame-number): Require a number to match on.
5371 (gdb-threads-mode-map): Add follow-link binding.
5372
5373 2005-11-30 Jason Rumney <jasonr@gnu.org>
5374
5375 * isearch.el (isearch-mode-map): Avoid exiting search on
5376 language-change event.
5377
5378 2005-11-30 Romain Francoise <romain@orebokech.com>
5379
5380 * speedbar.el (speedbar-default-position): New defcustom.
5381 (speedbar-frame-reposition-smartly): Use it.
5382
5383 * dframe.el (dframe-reposition-frame-emacs): Fix position
5384 computation for `left' location.
5385 Update copyright year.
5386
5387 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5388
5389 * help.el (help-map): Move initialization into declaration.
5390
5391 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5392
5393 * help-fns.el (help-argument-name): Don't autoload.
5394 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5395 to be re-loaded when customizing the `help' group.
5396
5397 2005-11-30 John Paul Wallington <jpw@gnu.org>
5398
5399 * help-fns.el (describe-function-1): Fill arglist output.
5400
5401 2005-11-30 Kim F. Storm <storm@cua.dk>
5402
5403 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5404 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5405 after revert-buffer (or anything else which kills all local variables).
5406
5407 * apropos.el (apropos-parse-pattern): Doc fix.
5408 Set apropos-regexp directly, rather than expecting callers to do so.
5409 (apropos-command, apropos, apropos-value, apropos-documentation):
5410 Simplify calls to apropos-parse-pattern.
5411
5412 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5413
5414 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5415 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5416 (hi-lock-write-interactive-patterns): Use comment-region.
5417
5418 * longlines.el (longlines-mode): Add mail-setup-hook.
5419
5420 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5421
5422 * simple.el (sendmail-user-agent-compose, next-line):
5423 Conditionally use hard-newline.
5424
5425 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5426
5427 * international/latexenc.el (latex-inputenc-coding-alist):
5428 Reword doc string.
5429
5430 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5431
5432 * help.el (describe-key-briefly, describe-key): Recognize default
5433 bindings.
5434
5435 2005-11-29 Romain Francoise <romain@orebokech.com>
5436
5437 * view.el (view-inhibit-help-message): New defcustom.
5438 (view-mode-enter): Use it.
5439
5440 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5441
5442 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5443 Preserve user position.
5444
5445 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5446
5447 * font-lock.el: Throw error if facemenu is not loaded to prevent
5448 accidental change of loading order in loadup.el. (Suggested by RMS.)
5449
5450 * loadup.el: Add comment explaining why facemenu must be loaded
5451 before font-lock.
5452
5453 2005-11-28 Jay Belanger <belanger@truman.edu>
5454
5455 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5456 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5457
5458 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5459
5460 * calc/calc-embed.el (calc-do-embedded): Update help message.
5461
5462 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5463
5464 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5465
5466 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5467
5468 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5469 called-interactively-p.
5470 (elp-profilable-p): Rename from elp-not-profilable-p.
5471 Invert result and take into account macros and autoloaded functions.
5472 (elp-instrument-function): Update call.
5473 (elp-instrument-package): Update call. Add completion.
5474 (elp-pack-number): Use match-string.
5475 (elp-results-jump-to-definition-by-mouse): Merge into
5476 elp-results-jump-to-definition and then remove.
5477 (elp-output-insert-symname): Make help echo text single-line.
5478
5479 * replace.el (query-replace-map): Move initialization into declaration.
5480 (occur-engine): Use with-current-buffer.
5481 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5482 (occur-mode-mouse-goto): Replace with an alias.
5483
5484 2005-11-28 Juri Linkov <juri@jurta.org>
5485
5486 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5487
5488 * term/w32-win.el: Bind [S-tab] to [backtab].
5489
5490 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5491 `Info-find-file' to t.
5492
5493 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5494 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5495 and same-window-regexps.
5496 (occur-next-error): Don't move point for arg 0.
5497
5498 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5499
5500 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5501
5502 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * log-edit.el (log-edit-changelog-use-first): New var.
5505 (log-edit-changelog-ours-p): Use it.
5506 (log-edit-insert-changelog): Set it with new arg `use-first'.
5507 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5508 (log-edit-hook): Add them to the list of suggested options.
5509
5510 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5511 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5512 redundant work.
5513 (flyspell-mode-on): Use add-hook for after-change-functions.
5514 (flyspell-mode-off): Use remove-hook for after-change-functions.
5515 (flyspell-changes): Make it buffer-local.
5516 (flyspell-after-change-function): Make it non-interactive. Use push.
5517 (flyspell-post-command-hook): Check input-pending-p while processing
5518 the potentially long list of buffer changes.
5519
5520 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5521
5522 * buff-menu.el (list-buffers-noselect): Display the selected
5523 frame's buffer list, not the global one.
5524
5525 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5526
5527 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5528 that (list last-input-event) works as in interactive spec.
5529
5530 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5531
5532 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5533 `facemenu-keymap' needs to be defined when font-lock is loaded.
5534 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5535
5536 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5537
5538 * completion.el: Remove useless leading * in defcustom docstrings.
5539 (save-completions-file-name): Use ~/.emacs.d if available.
5540 (completion-standard-syntax-table): Rename from
5541 cmpl-standard-syntax-table and fold initialization into declaration,
5542 thus removing cmpl-make-standard-completion-syntax-table.
5543 (completion-lisp-syntax-table, completion-c-syntax-table)
5544 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5545 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5546 (symbol-under-point, symbol-before-point)
5547 (symbol-under-or-before-point, symbol-before-point-for-complete)
5548 (add-completions-from-c-buffer): Use with-syntax-table.
5549 (make-completion): Don't return a list of completion entries.
5550 Update callers.
5551 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5552 (completion-initialize): Rename from initialize-completions.
5553 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5554 (kill-emacs-save-completions): Collect stats here.
5555 (save-completions-to-file, load-completions-from-file):
5556 Use with-current-buffer.
5557 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5558 into a function. Move all calls to toplevel.
5559 (completion-lisp-mode-hook): New fun.
5560 (completion-c-mode-hook, completion-setup-fortran-mode):
5561 Set the syntax-table here. Use local-set-key.
5562 (completion-saved-bindings): New var.
5563 (dynamic-completion-mode): Make it into a proper minor mode.
5564 (load-completions-from-file): Remove unused var `num-uses'.
5565
5566 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5567 constructor if it is explicitly overridden.
5568
5569 * complete.el (PC-completion-as-file-name-predicate):
5570 Use minibuffer-completing-file-name.
5571 (partial-completion-mode): Use find-file-not-found-functions.
5572 (PC-lisp-complete-symbol): Use with-syntax-table.
5573 (PC-look-for-include-file): Remove dead setq.
5574 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5575 (PC-complete): Use with-current-buffer.
5576
5577 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5578 escape single quotes.
5579
5580 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5581
5582 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5583 of `if' whose condition always returned nil. Doc fix.
5584
5585 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5586 window's buffer the current buffer around the call to
5587 `list-buffers-noselect'. This is necessary to mark that buffer
5588 with a `.' in the Buffer Menu when called from Lisp, for instance
5589 by Auto Revert Mode.
5590
5591 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5592
5593 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5594 attaching to it.
5595 (gdb-pre-prompt): Make sure gdb-error is reset.
5596
5597 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5598 with a child process, detect it.
5599 (gud-speedbar-buttons): Match regexp more carefully.
5600
5601 2005-11-27 Richard M. Stallman <rms@gnu.org>
5602
5603 * mouse.el (mouse-drag-move-window-bottom):
5604 Use adjust-window-trailing-edge.
5605
5606 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5607
5608 * simple.el (blink-matching-open): Ignore
5609 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5610 (blink-matching-paren-on-screen): Update docstring.
5611
5612 * paren.el (show-paren-mode): No longer change
5613 `blink-matching-paren-on-screen'.
5614
5615 2005-11-27 John Paul Wallington <jpw@pobox.com>
5616
5617 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5618 (gdb-threads-select, gdb-edit-register-value):
5619 Use `posn-set-point' instead of `mouse-set-point' because the
5620 latter is not fbound when configured without X.
5621
5622 2005-11-27 Kim F. Storm <storm@cua.dk>
5623
5624 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5625 existing face when partially highlighting a TAB in a rectangle.
5626
5627 2005-11-26 Kim F. Storm <storm@cua.dk>
5628
5629 * ido.el (ido-mode-map): Doc fix.
5630 (ido-mode-common-map, ido-mode-file-map)
5631 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5632 (ido-define-mode-map): Rewrite. Select one of the new maps as
5633 parent for ido-mode-map instead of building from scratch.
5634 (ido-init-mode-maps): New defun to initialize new maps.
5635 (ido-mode): Call it.
5636 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5637 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5638
5639 2005-11-26 John Paul Wallington <jpw@pobox.com>
5640
5641 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5642 `mouse-set-point' because the latter is not fbound when configured
5643 without X.
5644
5645 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5646
5647 * files.el (file-relative-name): Doc fix.
5648
5649 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5650
5651 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5652 non-empty string for secondary prompt PS2.
5653
5654 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5655
5656 * progmodes/compile.el (compilation-setup): Fix last change.
5657
5658 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5659
5660 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5661 (gdb-mouse-toggle-breakpoint-margin)
5662 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5663 Add gdb-server-prefix to keep out of command history.
5664 (gdb-edit-register-value): New function.
5665 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5666 (gdb-info-registers-custom): Use above map.
5667
5668 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5669
5670 * custom.el (enable-theme): Signal error if argument is not a
5671 theme. Don't recalculate a face if it's not loaded yet.
5672
5673 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5674 the `user' theme is in effect.
5675
5676 * info.el (Info-on-current-buffer): Record actual filename in
5677 Info-current-file, instead of t, or a fake filename if a non-file
5678 buffer. Make autoload.
5679 (Info-find-node, Info-revert-find-node): No need to check for
5680 Info-current-file nil.
5681 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5682 Info-current-file is now never `t'.
5683 (Info-fontify-node): Many simplifications due to Info-current-file
5684 always being valid. Use Info-find-file to find node filename.
5685
5686 2005-11-25 David Kastrup <dak@gnu.org>
5687
5688 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5689 new character, then delete" in order to preserve markers.
5690
5691 2005-11-25 David Ponce <david@dponce.com>
5692
5693 * recentf.el (recentf-arrange-by-rule): Handle a special
5694 `auto-mode-alist'-like "strip suffix" rule.
5695 (recentf-build-mode-rules): Handle second level auto-mode entries.
5696
5697 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5698
5699 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5700 window modes.
5701
5702 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5703 jde-javadoc-checker-report-mode.
5704
5705 * ediff-wind (ediff-make-wide-display): Slight simplification.
5706
5707 * ediff.el (ediff-date): Change the date of last update.
5708
5709 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5710
5711 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5712 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5713 (hi-lock-mode): New global minor mode.
5714 (turn-on-hi-lock-if-enabled): New function.
5715 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5716 Change arguments to regexp and face instead of a font-lock pattern.
5717 Directly set face property, instead of refontifying.
5718 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5719 (hi-lock-find-patterns): Use line-number-at-pos.
5720
5721 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5722 arguments for hi-lock-set-pattern.
5723 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5724 Call font-lock-fontify-buffer.
5725 (hi-lock-find-file-hook, hi-lock-current-line)
5726 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5727
5728 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5729 turned off.
5730
5731 * progmodes/compile.el (compilation-setup): Don't fiddle with
5732 font-lock-defaults.
5733
5734 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
5735
5736 * progmodes/gdb-ui.el (gdb-var-create-handler)
5737 (gdb-var-list-children-handler): Find values for all variable
5738 objects. gud-speedbar-buttons decides whether to display them.
5739
5740 2005-11-24 Romain Francoise <romain@orebokech.com>
5741
5742 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5743 buffer name with a space.
5744
5745 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
5746
5747 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5748 `org-export-local-list-max-depth'. Change default value to 3.
5749 (org-auto-renumber-ordered-lists)
5750 (org-plain-list-ordered-item-terminator): New options.
5751 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5752 (org-get-indentation, org-get-string-indentation)
5753 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5754 New functions.
5755 (org-move-item-down, org-move-item-up): New commands.
5756 (org-export-as-html): New classes for CSS support. Bug fix in
5757 regular expression detecting fixed-width regions. Respect
5758 `org-local-list-ordered-item-terminator'.
5759 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5760 also a list item.
5761 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5762 New item moving functions.
5763
5764 2005-11-24 Juri Linkov <juri@jurta.org>
5765
5766 * isearch.el (isearch-repeat): With empty search ring set
5767 `isearch-error' to the error string instead of signaling error
5768 with the function `error'.
5769
5770 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5771
5772 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5773
5774 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
5775
5776 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5777 and variable.
5778 (gdb-var-create-handler, gdb-var-list-children-handler):
5779 Don't match on "char **...".
5780 (gdb-var-update-handler): Find values for all variable objects.
5781 (gdb-info-frames-custom): Identify frames by leading "#".
5782
5783 * progmodes/gud.el (gud-speedbar-menu-items): Add
5784 gdb-speedbar-auto-raise as radio button.
5785 (gud-speedbar-buttons): Raise speedbar if requested.
5786 Don't match on "char **...".
5787 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5788 Make it editable.
5789
5790 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * info.el (Info-fontify-node): Handle the case where
5793 Info-current-file is t.
5794
5795 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5796
5797 * simple.el (blink-matching-open): Fix off-by-one in last change.
5798
5799 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5800
5801 * term/mac-win.el: Don't change default directory.
5802
5803 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5804
5805 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5806 buffers correctly. (It used to throw an error in such buffers.)
5807 Make it ask for confirmation in group buffers and other Custom
5808 buffers containing more than one customization item.
5809
5810 2005-11-22 John Paul Wallington <jpw@gnu.org>
5811
5812 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5813 property on mail and url overlays.
5814 (goto-address-at-point): Use `posn-set-point' instead of
5815 `mouse-set-point' because the latter is not fbound when configured
5816 without X.
5817
5818 2005-11-22 Lars Hansen <larsh@soem.dk>
5819
5820 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5821 (ls-lisp-classify, ls-lisp-format): Delete call to
5822 ls-lisp-parse-symlink.
5823 (ls-lisp-handle-switches): Handle symlinks to directories as
5824 directories when ls-lisp-dirs-first in non-nil.
5825
5826 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5827
5828 * startup.el (command-line): Make sure that loaddefs.el is handled
5829 correctly in load-history.
5830
5831 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5832
5833 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5834 (gdb-struct-string, gdb-array-string): New constants.
5835 (gdb-info-locals-handler): Use them.
5836 (gdb-reset): Reset gdb-var-list to nil.
5837
5838 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5839
5840 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5841 in patterns.
5842
5843 2005-11-21 Juri Linkov <juri@jurta.org>
5844
5845 * custom.el (defcustom): Update link types in docstring.
5846
5847 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5848
5849 * custom.el (defgroup): Add doc-string-elt info.
5850
5851 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5852
5853 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5854
5855 * newcomment.el (comment-enter-backward): Fix last fix.
5856
5857 * simple.el (blink-matching-open):
5858 * paren.el (show-paren-function): Allow new paren-class info.
5859
5860 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5861
5862 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5863 handled automagically.
5864
5865 2005-11-20 Andreas Schwab <schwab@suse.de>
5866
5867 * descr-text.el (describe-char): When copying overlays put them
5868 over the full char description instead of just the first character
5869 of it.
5870
5871 2005-11-20 Juri Linkov <juri@jurta.org>
5872
5873 * simple.el (what-cursor-position):
5874 * descr-text.el (describe-char): Use Lisp-readable syntax
5875 for octal and hex. Reorder decimal, octal and hex values.
5876 Remove excess whitespace in the output. Use `=' in `column='
5877 like in `point=' and `Hscroll='.
5878
5879 * international/mule-cmds.el (encoded-string-description):
5880 Use Lisp-readable syntax for hex.
5881
5882 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5883
5884 * newcomment.el (comment-enter-backward): Handle the case where the
5885 comment is closed by EOB.
5886
5887 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5888
5889 * longlines.el (longlines-before-revert-hook)
5890 (longlines-after-revert-hook): New functions.
5891 (longlines-mode): Turn off longlines temporarily when reverting.
5892 Add a message-setup-hook.
5893 (longlines-decode-buffer): New function.
5894 (longlines-wrap-line): Preserve marker positions.
5895
5896 2005-11-19 Andreas Schwab <schwab@suse.de>
5897
5898 * emacs-lisp/shadow.el: Handle compressed files.
5899
5900 2005-11-19 Romain Francoise <romain@orebokech.com>
5901
5902 * net/browse-url.el (browse-url-default-browser): Signal an error
5903 if no usable browser can be found, rather than try to load w3.
5904
5905 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
5906
5907 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5908 replacing existing properties.
5909 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5910 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5911 tty specs.
5912 (rcirc-server-prefix, rcirc-server): New faces.
5913 (rcirc-url-regexp): Generate with rx macro.
5914 (rcirc-last-server-message-time): New variable.
5915 (rcirc-filter): Record time of last message.
5916 (rcirc-keepalive): Kill processes that did not send a message
5917 since the last ping.
5918 (rcirc-mode): Give rcirc-topic a local binding here.
5919
5920 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5921
5922 * subr.el (read-passwd): Fontify the prompt as we do with other
5923 prompts.
5924
5925 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
5926
5927 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5928 binding buffer-read-only to nil.
5929
5930 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5931
5932 * complete.el (partial-completion-mode):
5933 Mention completion-auto-help in the doc string.
5934
5935 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5936 more Lisp-ish way.
5937
5938 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5939
5940 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5941 digits, not 8, to avoid misalignment for files larger than 100MB.
5942
5943 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5944
5945 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5946 Mention "keyboard shortcuts" in the help text.
5947
5948 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5949
5950 * startup.el (fancy-splash-default-action): Discard only
5951 mouse-down and succeeding mouse-up events in the splash screen
5952 window so that drag-n-drop event can be processed.
5953
5954 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
5955
5956 * longlines.el (longlines-mode): Add hacks for mail-mode and
5957 message-mode.
5958
5959 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
5960
5961 * textmodes/org.el (org-table-sort-lines): New command.
5962 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5963 (org-add-file): Command removed, use `org-agenda-file-to-front'
5964 instead.
5965 (org-export-icalendar): Use `org-icalendar-combined-name'.
5966 (org-cycle-agenda-files, org-agenda-file-to-end)
5967 (org-agenda-file-to-front): New commands.
5968 (org-table-tab-jumps-over-hlines, org-export-html-style):
5969 New options.
5970 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5971 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5972 New functions.
5973 (org-fill-paragraph): Call `org-table-align' in tables.
5974 (org-mode): Call `org-set-autofill-regexps'.
5975 (org-export-as-html): Support for local handformatted lists.
5976 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
5977 (org-export-local-list-max-depth): New option.
5978 (org-html-expand): Use `org-html-protect'.
5979
5980 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
5981
5982 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5983 to "p".
5984 (gdb): Move definition of gud-pp to...
5985
5986 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5987 speedbar.
5988 (gdb-find-watch-expression): New function.
5989
5990 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5991
5992 * faces.el (face-attribute, set-face-attribute): Mention existence
5993 of `:ignore-defface' setting in docstring.
5994
5995 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5996
5997 * simple.el (completion-setup-function): Fix last change.
5998
5999 2005-11-17 John Paul Wallington <jpw@pobox.com>
6000
6001 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
6002 Use `posn-set-point' instead of `mouse-set-point' because the
6003 latter is not fbound when configured without X.
6004
6005 * comint.el (comint-insert-input): Likewise.
6006
6007 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * simple.el (hard-newline): New variable.
6010 (sendmail-user-agent-compose, next-line): Use it.
6011
6012 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
6013 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
6014 (mail-mail-reply-to, mail-mail-followup-to)
6015 (mail-position-on-field, mail-signature, mail-yank-original)
6016 (mail-attach-file): Likewise.
6017
6018 * mail/mailheader.el (mail-header-format)
6019 (mail-header-format-function): Likewise.
6020
6021 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
6022
6023 2005-11-17 Juri Linkov <juri@jurta.org>
6024
6025 * font-lock.el (font-lock-faces): Rename this defgroup from
6026 `font-lock-highlighting-faces'.
6027 (font-lock-comment-face, font-lock-comment-delimiter-face)
6028 (font-lock-string-face, font-lock-doc-face)
6029 (font-lock-keyword-face, font-lock-builtin-face)
6030 (font-lock-function-name-face, font-lock-variable-name-face)
6031 (font-lock-type-face, font-lock-constant-face)
6032 (font-lock-warning-face, font-lock-negation-char-face)
6033 (font-lock-preprocessor-face)
6034 (font-lock-regexp-grouping-backslash)
6035 (font-lock-regexp-grouping-construct): Rename :group from
6036 `font-lock-highlighting-faces' to `font-lock-faces'.
6037
6038 * cus-edit.el (lisp, c, tex):
6039 * progmodes/ada-mode.el (ada):
6040 * progmodes/asm-mode.el (asm):
6041 * progmodes/cperl-mode.el (cperl-faces):
6042 * progmodes/cpp.el (cpp):
6043 * progmodes/dcl-mode.el (dcl):
6044 * progmodes/f90.el (f90):
6045 * progmodes/fortran.el (fortran):
6046 * progmodes/icon.el (icon):
6047 * progmodes/idlwave.el (idlwave-misc):
6048 * progmodes/m4-mode.el (m4):
6049 * progmodes/make-mode.el (makefile):
6050 * progmodes/meta-mode.el (meta-font):
6051 * progmodes/modula2.el (modula2):
6052 * progmodes/octave-mod.el (octave):
6053 * progmodes/pascal.el (pascal):
6054 * progmodes/perl-mode.el (perl):
6055 * progmodes/prolog.el (prolog):
6056 * progmodes/ps-mode.el (PostScript-edit):
6057 * progmodes/scheme.el (scheme):
6058 * progmodes/sh-script.el (sh-script):
6059 * progmodes/simula.el (simula):
6060 * progmodes/tcl.el (tcl):
6061 * textmodes/nroff-mode.el (nroff):
6062 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6063 * textmodes/sgml-mode.el (sgml):
6064 * textmodes/texinfo.el (texinfo):
6065 Add :link (custom-group-link font-lock-faces) to defgroup.
6066
6067 * hi-lock.el (hi-lock): Rename this defgroup from
6068 `hi-lock-interactive-text-highlighting'. Change parent group from
6069 `faces' to `font-lock'. Add link to the manual.
6070 (hi-lock-mode, hi-lock-file-patterns-range)
6071 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6072 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6073 (hi-lock-faces): Add :group `faces'.
6074
6075 * cus-edit.el (custom-variable-prompt): Clarify the code.
6076
6077 * faces.el (face-read-string): Set the default value arg of
6078 completing-read.
6079
6080 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6081
6082 * rfn-eshadow.el (file-name-shadow-properties)
6083 (file-name-shadow-tty-properties, file-name-shadow-mode):
6084 Remove autoloads, because the file is now preloaded.
6085
6086 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6087
6088 * printing.el (easy-menu-intern): Don't define.
6089 (pr-get-symbol): Use easy-menu-intern only if defined.
6090
6091 * simple.el (blink-matching-open): Simplify a bit.
6092 (completion-setup-function): Fix the case of partial-completion-mode
6093 when the minibuffer's contents start with "-".
6094 Obey completion-base-size-function even when
6095 minibuffer-completing-file-name is non-nil.
6096
6097 2005-11-16 Richard M. Stallman <rms@gnu.org>
6098
6099 * net/eudcb-ph.el (eudc-ph-open-session):
6100 Use set-process-query-on-exit-flag.
6101
6102 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6103
6104 * international/ucs-tables.el (ucs-set-table-for-input):
6105 Use make-local-variable, not make-variable-buffer-local.
6106
6107 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6108 Improve warning message text.
6109
6110 * savehist.el (savehist-save-hook): Add :group.
6111
6112 * menu-bar.el (menu-bar-help-menu):
6113 Rename Find Extra Packages to External Packages.
6114
6115 * cus-edit.el (Custom-reset-standard): Verify that
6116 :custom-standard-value prop exists before calling it.
6117
6118 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6119
6120 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6121
6122 * wid-edit.el (color): Enclose %t in %{...%}.
6123
6124 * cus-edit.el (face): Enclose %t in %{...%}.
6125
6126 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6127
6128 * savehist.el (savehist-mode-hook): Re-add the var.
6129 (savehist-mode): Use it.
6130
6131 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6132
6133 * textmodes/flyspell.el: Fix commenting convention.
6134 Remove unnecessary leading * in custom docstrings.
6135 (flyspell-emacs): Remove unused var.
6136 (flyspell-delete-region-overlays): Use remove-overlays.
6137 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6138 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6139 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6140 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6141 (make-flyspell-overlay): Don't locally reuse a global name.
6142 (flyspell-highlight-incorrect-region)
6143 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6144 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6145 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6146 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6147 Wrap calls to accept-process-output inside with-local-quit since it's
6148 often called from a post-command-hook.
6149 (flyspell-correct-word, flyspell-auto-correct-word):
6150 Use ispell-send-string.
6151 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6152
6153 * calendar/diary-lib.el (diary-list-entries): Also hide the
6154 terminating newline.
6155
6156 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6157
6158 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6159 window-system, to allow fonts on tty.
6160
6161 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6162
6163 * progmodes/gud.el (gud-speedbar-item-info): New function.
6164 (gud-install-speedbar-variables): Use it to display data type
6165 of watch expression as a tooltip in speedbar.
6166
6167 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6168
6169 * font-core.el (global-font-lock-mode): Add :version keyword,
6170 because default was changed.
6171
6172 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6173
6174 * startup.el (command-line): Use `custom-reevaluate-setting' for
6175 `file-name-shadow-mode'.
6176
6177 * loadup.el: Preload rfn-eshadow.
6178
6179 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6180 Add :version keyword.
6181 (file-name-shadow-properties, file-name-shadow-tty-properties)
6182 (file-name-shadow): Add :version keyword.
6183
6184 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6185 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6186 in the custom-group property of the symbol frames and the fringe
6187 group got no link to its parent group frames.
6188 Doc fix.
6189
6190 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6191
6192 * progmodes/gud.el (gud-stop-subjob): New function.
6193 (gud-menu-map, gud-tool-bar-map): Use it.
6194
6195 2005-11-16 Kim F. Storm <storm@cua.dk>
6196
6197 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6198 than kill it.
6199 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6200 to a more useful/logical place.
6201
6202 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6203
6204 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6205 go buttons complementary.
6206
6207 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6208
6209 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6210 (rfn-eshadow-sifn-equal): New function.
6211 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6212
6213 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6214
6215 * viper-utils.el (viper-non-word-characters-reformed-vi):
6216 Quote `-' in string.
6217
6218 * viper.el (viper-emacs-state-mode-list): Ensure that
6219 rcirc-mode buffers come up in Emacs state.
6220
6221 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6222 operation.
6223
6224 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6225
6226 * term.el (term-termcap-format): Fix typos.
6227 (term-down): Fix the negative argument case.
6228
6229 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6230
6231 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6232 2005-08-15.
6233 (gdb-ann3): New command gud-go.
6234 (menu): Accomodate gdb-mi.el.
6235 (gdb-assembler-custom): Make buffer of selected window current
6236 so that set-window-point works.
6237
6238 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6239 buttons and include new ones.
6240
6241 2005-11-16 Kim F. Storm <storm@cua.dk>
6242
6243 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6244 (gud-menu-map): Use it.
6245
6246 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6247
6248 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6249 that works correctly for Custom and that does not override a user
6250 who disables it.
6251
6252 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6253 (help-xref-interned, help-follow): Make hyperlinks for variables
6254 that are unbound, but have a non-nil variable-documentation property.
6255
6256 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6257 mode hook. (It conflicted with defcustoms for some mode hooks.)
6258 Use the `variable-documentation' property to give the mode hook a
6259 docstring and expand that docstring.
6260
6261 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6262
6263 * savehist.el (savehist-mode): Don't bother with
6264 `custom-set-minor-mode'.
6265 (savehist-coding-system): Check XEmacs version.
6266 (history-length): Declare also at run time.
6267 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6268 Don't set the customize state.
6269 (savehist-minibuffer-hook): Special case for when
6270 minibuffer-history-variable is equal to t.
6271
6272 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6273
6274 * files.el (write-file): Refresh VC status.
6275
6276 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6277 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6278 than fundamental-mode to see if the mode was set.
6279
6280 2005-11-14 Romain Francoise <romain@orebokech.com>
6281
6282 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6283 dummy function in `eval-when-compile' to avoid compiler warning.
6284 Require `man' at compile time.
6285
6286 2005-11-14 Jay Belanger <belanger@truman.edu>
6287
6288 * calc-alg.el (calcFunc-write-out-power): Rename it to
6289 calcFunc-powerexpand.
6290 (math-write-out-power): Rename it to math-powerexpand; have it
6291 handle negative exponents.
6292 (calc-writeoutpower): Rename it to calc-powerexpand.
6293
6294 * calc-ext.el: Change calcFunc-writeoutpower and
6295 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6296 autoloads.
6297 Add calcFunc-ldiv to autoloads.
6298
6299 * calc-arith.el (calcFunc-ldiv): New function.
6300
6301 * calc.el (calc-left-divide): New function.
6302
6303 2005-11-14 Juri Linkov <juri@jurta.org>
6304
6305 * cus-edit.el (custom-variable-prompt): Set the default value arg
6306 of completing-read.
6307
6308 * cus-dep.el (custom-make-dependencies): Reverse the list of
6309 found dependencies.
6310
6311 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6312
6313 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6314 Highlighting" entry, it is on by default now.
6315 (menu-bar-options-save): Do not save global-font-lock-mode.
6316
6317 2005-11-13 Richard M. Stallman <rms@gnu.org>
6318
6319 * textmodes/flyspell.el (flyspell-large-region):
6320 Call flyspell-accept-buffer-local-defs.
6321
6322 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6323
6324 * textmodes/flyspell.el (flyspell-notify-misspell):
6325 Fix misspelling of "Misspelling".
6326 (flyspell-process-localwords): New function.
6327 (flyspell-large-region): Call flyspell-process-localwords and
6328 flyspell-delete-region-overlays.
6329 (flyspell-delete-region-overlays): New function.
6330 (flyspell-delete-all-overlays): Call that.
6331
6332 2005-11-13 Richard M. Stallman <rms@gnu.org>
6333
6334 * help.el (help-for-help-internal): Improve doc of C-h a.
6335 (describe-key): Improve prompt; doc fix.
6336
6337 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6338
6339 * vc-svn.el (vc-svn-registered): Catch all errors.
6340
6341 * cus-dep.el (custom-make-dependencies): Typo.
6342
6343 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6344
6345 * net/tramp-util.el (top): Fix compilation warning.
6346
6347 2005-11-13 Kim F. Storm <storm@cua.dk>
6348
6349 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6350
6351 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6352
6353 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6354 (gud-speedbar-buttons): Match on "const char *" too.
6355
6356 * progmodes/gdb-ui.el (gdb-var-create-handler)
6357 (gdb-var-list-children-handler): Match on "const char *" too.
6358 (gdb-var-evaluate-expression-handler): Match on empty string.
6359 (gdb-var-update-handler): Only call
6360 gdb-var-evaluate-expression-handler when required.
6361
6362 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6363
6364 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6365 selected window. This still doesn't work for speedbar.
6366 (gud-speedbar-buttons): Handle string expressions properly.
6367
6368 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6369 (gdb-var-create-handler): Handle string expressions properly.
6370 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6371 Handle string expressions properly. Move "type" field into regexp.
6372
6373 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6374
6375 * bookmark.el (bookmark-maybe-message): New function to reduce
6376 code duplication: invokes `message' iff baud-rate is high enough.
6377 (bookmark-write-file): Use above instead of an inline conditional.
6378 (bookmark-load): Same.
6379
6380 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6381
6382 * bookmark.el (bookmark-write-file): Don't visit the destination
6383 file, just write the data to it using write-region. This is
6384 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6385 change to avoid visiting the file in the first place.
6386
6387 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6388
6389 * hi-lock.el (hi-lock-mode): Set the default value of
6390 font-lock-defaults.
6391
6392 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6393
6394 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6395 arg to `file-attributes'.
6396 (find-lisp-format): The UID and GID can now be strings.
6397
6398 2005-11-12 Kim F. Storm <storm@cua.dk>
6399
6400 * help.el (help-map): Bind C-h d to apropos-documentation.
6401
6402 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6403 when point is at end-of-buffer.
6404
6405 * apropos.el (apropos-match-face): Doc fix.
6406 (apropos-sort-by-scores): Add new choice `verbose'.
6407 (apropos-documentation-sort-by-scores): New defcustom.
6408 (apropos-pattern): Now contains the pattern entered by the user.
6409 (apropos-pattern-quoted): New defvar.
6410 (apropos-regexp): New defvar, containing the regexp corresponding
6411 to apropos-pattern.
6412 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6413 (apropos-read-pattern): New defun. Use it to read pattern arg in
6414 interactive calls; returns list of words for a word list, and
6415 string for a regexp.
6416 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6417 parses a list of words or regexp as returned by apropos-read-pattern.
6418 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6419 (apropos-score-doc): Return a very high score if the string
6420 entered by the user matches literally.
6421 (apropos-variable): Doc fix. Use apropos-read-pattern.
6422 (apropos-command): Doc fix. Use apropos-read-pattern and
6423 apropos-parse-pattern. Call apropos-print with nosubst=t.
6424 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6425 apropos-parse-pattern.
6426 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6427 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6428 apropos-documentation-sort-by-scores. Call apropos-print with
6429 nosubst=t.
6430 (apropos-documentation-internal): Pass doc string through
6431 substitute-key-definition before adding text properties.
6432 Highlight substring matching literal user input if possible.
6433 (apropos-documentation-check-doc-file): Remove locals beg and end.
6434 Fix calculation of score (as added twice). Pass doc string through
6435 substitute-key-definition before adding text properties.
6436 (apropos-documentation-check-elc-file): Pass doc string through
6437 substitute-key-definition before adding text properties.
6438 Highlight substring matching literal user input if possible.
6439 (apropos-print): Add new arg NOSUBST; if set, command and variable
6440 doc strings have already been passed through substitute-key-definition.
6441 Add code to handle apropos-accumulator items without score element
6442 for backwards compatibility (e.g. with woman package).
6443 Only show scores if apropos-sort-by-scores is `verbose'.
6444
6445 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6446
6447 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6448 Add jka-compr-load-suffixes to load-suffixes.
6449
6450 * jka-compr.el: Require jka-cmpr-hook.
6451 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6452 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6453 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6454 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6455 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6456 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6457 (jka-compr-uninstall): Remove entries from
6458 jka-compr-added-to-file-coding-system-alist after they are used.
6459 (jka-compr-error): Remove unused var `curbuf'.
6460 (jka-compr-file-local-copy): Remove unused var `notfound'.
6461
6462 2005-11-10 Romain Francoise <romain@orebokech.com>
6463
6464 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6465
6466 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6467
6468 * progmodes/gud.el (gud-menu-map): Move parentheses.
6469 (gdb): New command gud-pv.
6470
6471 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6472
6473 * tar-mode.el: Remove spurious or unnecessary leading stars
6474 in docstrings.
6475 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6476 (tar-parse-octal-integer-safe): Use mapc.
6477 (tar-header-block-summarize): Remove unused var `ck'.
6478 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6479 cleared before. Obey default-enable-multibyte-characters.
6480 Use mapconcat. Simplify setting of tar-header-offset.
6481 (tar-mode-map): Move initialization inside delcaration.
6482 (tar-flag-deleted): Use `abs'.
6483 (tar-expunge-internal): Remove unused var `line'.
6484 (tar-expunge-internal): Don't hardcode point-min==1.
6485 (tar-expunge): Widen while doing set-buffer-multibyte.
6486 (tar-rename-entry): Use file-name-coding-system.
6487 (tar-alter-one-field): Don't hardcode point-min==1.
6488 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6489 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6490
6491 2005-11-10 Masatake YAMATO <jet@gyve.org>
6492
6493 * add-log.el (add-log-current-defun): Handle class::method
6494 notation of c++. Fix incorrect comment.
6495
6496 2005-11-10 Alan Mackenzie <acm@muc.de>
6497
6498 * help-fns.el (describe-variable): Make C-h v work when a variable
6499 has variable documentation yet is unbound.
6500
6501 2005-11-10 Masatake YAMATO <jet@gyve.org>
6502
6503 * man.el (Man-highlight-references): Set an empty
6504 string to `Man-arguments' if it is nil.
6505 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6506
6507 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6508
6509 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6510 commenting conventions.
6511
6512 * cus-dep.el (custom-make-dependencies): Simplify.
6513 Better follow the commenting conventions.
6514
6515 2005-11-09 Richard M. Stallman <rms@gnu.org>
6516
6517 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6518 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6519 All uses changed.
6520 (apropos-rewrite-regexp): Doc fix.
6521 (apropos-variable, apropos-command, apropos, apropos-value):
6522 Change prompt; carry through the argument renaming.
6523
6524 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6525
6526 * find-lisp.el: Require dired.
6527 (find-lisp-find-dired-internal): Do not call
6528 `abbreviate-file-name' on DIR.
6529
6530 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
6531
6532 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6533
6534 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6535
6536 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6537 when using the speedbar.
6538 (gdb): New command gud-pp.
6539 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6540
6541 2005-11-09 Juri Linkov <juri@jurta.org>
6542
6543 * replace.el (occur-excluded-properties): New defcustom.
6544 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6545
6546 2005-11-08 Jay Belanger <belanger@truman.edu>
6547
6548 * calc/calc-units.el (math-convert-units): Replace any composite
6549 unit by its definition.
6550
6551 2005-11-08 Lars Hansen <larsh@soem.dk>
6552
6553 * emacs-lisp/autoload.el (update-directory-autoloads):
6554 Add obsolete function alias.
6555
6556 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6557
6558 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6559 comment-indent-function.
6560 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6561
6562 * reveal.el (reveal-post-command): Rework the handling of
6563 reveal-open-spots, so as to be more reliable. There were several
6564 tricky corner cases where an open spot might be lost, or where
6565 a closed spot might end up on the list of open spots.
6566 Only reveal text that's ellipsised.
6567
6568 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6569
6570 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6571
6572 2005-11-07 John Paul Wallington <jpw@gnu.org>
6573
6574 * ibuffer.el (ibuffer): Search iconified frames too when
6575 getting Ibuffer buffer's window.
6576
6577 2005-11-06 Richard M. Stallman <rms@gnu.org>
6578
6579 * progmodes/compile.el (compilation-internal-error-properties):
6580 save-excursion around the computation of MARKER.
6581
6582 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6583
6584 * textmodes/flyspell.el (flyspell-external-point-words):
6585 flyspell-get-word returns a list, not just a string.
6586
6587 2005-11-06 John Paul Wallington <jpw@pobox.com>
6588
6589 * ibuffer.el (ibuffer): Search all visible frames when getting
6590 Ibuffer buffer's window.
6591
6592 2005-11-07 Masatake YAMATO <jet@gyve.org>
6593
6594 * man.el (Man-reference-regexp): Accept spaces between
6595 `Man-name-regexp' and `Man-section-regexp'.
6596 (Man-apropos-regexp): New variable.
6597 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6598 if available.
6599 (Man-highlight-references, Man-highlight-references0):
6600 Handle the case when `Man-arguments' includes "-k".
6601 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6602 `TARGET'. `TARGET' can be a number, function or nil.
6603
6604 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6605
6606 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6607 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6608 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6609 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6610 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6611 (gdb-send-item): Use buffer-local-value and simplify.
6612
6613 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6614
6615 * startup.el (command-line): Use `custom-reevaluate-setting' for
6616 `global-font-lock-mode'.
6617
6618 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6619 by default, except in batch mode or when the -D option is given.
6620
6621 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6622 specified keyword args on to `define-minor-mode'. Update docstring.
6623
6624 2005-11-05 Romain Francoise <romain@orebokech.com>
6625
6626 * replace.el (occur-engine): Add marker at end of line, too.
6627
6628 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6629
6630 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6631 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6632 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6633 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6634 argument to all these routines, so the passphrase can be managed
6635 externally and passed in to the system.
6636 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6637 pgg-add-passphrase-to-cache function.
6638
6639 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6640 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6641 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6642 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6643 argument to all these routines, so the passphrase can be managed
6644 externally and passed in to the system.
6645 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6646 function.
6647
6648 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6649
6650 * font-lock.el: Don't deal with font-lock-face-attributes here,
6651 move the code ...
6652
6653 * startup.el (command-line): ... here. Use face-spec-set instead
6654 of custom-declare-face.
6655
6656 * faces.el (face-spec-set): Reset the face if spec is not nil.
6657
6658 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6659
6660 * newcomment.el (comment-region-internal): Box more tightly in the
6661 common case where there's no TAB in the boxed text.
6662
6663 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6664
6665 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6666 up-node.
6667
6668 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6669
6670 * newsticker.el: Commentary updated. Code formatting changed.
6671 (newsticker-version): Change to "1.9".
6672 (newsticker, newsticker-feed): Doc fix.
6673 (newsticker-url-list): Doc fix. Add option "Weekly".
6674 (newsticker-retrieval-interval): Add option "Weekly".
6675 (newsticker-headline-processing): Doc fix.
6676 (newsticker-auto-mark-filter): Remove.
6677 (newsticker-auto-mark-filter-list): New.
6678 (newsticker-layout, newsticker-sort-method): Doc fix.
6679 (newsticker-hide-old-items-in-newsticker-buffer)
6680 (newsticker-heading-format, newsticker-item-format)
6681 (newsticker-desc-format): Doc fix.
6682 (newsticker-show-all-rss-elements): Remove.
6683 (newsticker-show-all-news-elements): New.
6684 (newsticker-faces, newsticker-ticker): Doc fix.
6685 (remove-from-invisibility-spec): Code formatting.
6686 (newsticker--process-ids): New.
6687 (newsticker-mode): Doc fix.
6688 (newsticker-mode): Change mode-line-format.
6689 (newsticker-start): Remove debug output.
6690 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6691 (newsticker-w3m-show-inline-images): Code formatting.
6692 (newsticker-next-item): Call `force-mode-line-update'.
6693 (newsticker-previous-item): Call `force-mode-line-update'.
6694 (newsticker-next-feed): Call `force-mode-line-update'.
6695 (newsticker-previous-feed): Call `force-mode-line-update'.
6696 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6697 (newsticker-show-old-items): Do not show descs.
6698 (newsticker-hide-entry): Hide too much.
6699 (newsticker-hide-entry, newsticker-show-entry)
6700 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6701 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6702 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6703 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6704 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6705 (newsticker-get-news): Call `force-mode-line-update'.
6706 Collect process ids.
6707 (newsticker--sentinel): Change coding system handling.
6708 Move image retrieval to new functions newsticker--get-logo-url-*.
6709 Move feed parsing to new functions newsticker--parse-*.
6710 Update list of process ids.
6711 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6712 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6713 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6714 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6715 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6716 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6717 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6718 (newsticker--decode-coding-string): Remove.
6719 (newsticker--decode-numeric-entities): Check input. Format code.
6720 (newsticker--remove-whitespace): Check input.
6721 (newsticker--do-forget-preformatted): Doc fix.
6722 (newsticker--decode-rfc822-date): Allow for missing time.
6723 (newsticker--update-process-ids): New.
6724 (newsticker--image-sentinel): Change comment.
6725 (newsticker--image-read): Change error message.
6726 (newsticker--imenu-goto): Doc fix. Show headline title.
6727 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6728 (newsticker--buffer-do-insert-text): Clean whitespace in
6729 html-rendered headline title. Code formatting.
6730 Call `newsticker--buffer-print-extra-elements'.
6731 (newsticker--buffer-print-extra-element): Remove.
6732 (newsticker--buffer-print-extra-elements): New.
6733 (newsticker--buffer-do-print-extra-element): New.
6734 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6735 large sizes.
6736 (newsticker--run-auto-mark-filter)
6737 (newsticker--do-run-auto-mark-filter):
6738 Use `newsticker-auto-mark-filter-list'.
6739
6740 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
6741
6742 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6743 (rcirc-print): Force redisplay before running hooks. Do long
6744 buffer truncation after making new text read-only. Deal with nil
6745 text when decoding strings. If TARGET is nil, use either the
6746 currently selected buffer, if it is an rcirc buffer and of the
6747 same process or the process buffer.
6748 (rcirc-mode): Remove header-line. Recompute short buffer names.
6749 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6750 (rcirc-short-buffer-name): Add variable.
6751 (rcirc-kill-buffer-hook): Recompute short buffer names.
6752 Remove nick from private channel.
6753 (rcirc-send-input): Send command text to current-buffer.
6754 Don't clear overlay arrow here.
6755 (rcirc-short-buffer-name): Return a short buffer name.
6756 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6757 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6758 buffer-name abbreviations.
6759 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6760 Do not touch nick-table when killing a parted channel.
6761 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6762 Clear arrow from current buffer if it is now hidden.
6763 (rcirc-current-buffer): Add variable.
6764 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6765 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6766 Remove -face from names.
6767 (rcirc-update-activity-string): Print "DND" when globally ignoring
6768 activity.
6769 (rcirc-ignore-buffer-activity-flag): Rename from
6770 rcirc-ignore-channel-activity.
6771 (rcirc-ignore-all-activity-flag): Doc fix.
6772 (rcirc-channels): Remove variable.
6773 (rcirc-kill-buffer-hook):
6774 (rcirc-get-buffer-create): Add nick to private channel.
6775 (rcirc-multiline-edit-submit): Remove tabs.
6776 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6777 folded.
6778 (rcirc-remove-nick-channel): Bug fix.
6779 (rcirc-toggle-ignore-buffer-activity): Rename from
6780 rcirc-toggle-ignore-channel-activity.
6781 (rcirc-record-activity): Add buffers to the front of the list.
6782 (rcirc-update-activity): Remove killed buffers from list.
6783 (rcirc-process-server-response-1): Remove last argument if it is
6784 null before calling handler.
6785 (rcirc): Add "rcirc" defcustom prefix.
6786 (rcirc-prompt): Simplify default prompt.
6787 Use custom-initialize-default.
6788 (rcirc-private-chats): Remove variable.
6789 (rcirc-prompt): Change initialization.
6790 (rcirc-version): Remove function.
6791 (rcirc-id-string): Add constant.
6792 (rcirc-last-buffer): Remove variable.
6793 (rcirc-buffer-alist): Add variable.
6794 (rcirc-connect): Update variable setup.
6795 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6796 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6797 default.
6798 (rcirc-handler-generic): Trigger activity.
6799 (rcirc-send-message): Create the buffor of the target.
6800 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6801 (rcirc-get-buffer): Just return nil if there is no matching buffer.
6802 (rcirc-multiline-edit-cancel): Remove function.
6803 (rcirc-set-last-buffer): Remove function.
6804 (rcirc-get-any-buffer): Add function.
6805 (rcirc-join-channels): Don't print /join text.
6806 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6807 messages.
6808 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6809 (rcirc-handler-NOTICE): Recognize CTCP responses.
6810 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6811 constructing TOPIC string for buffers we are not JOINed.
6812 (rcirc-handler-CTCP-response): Add handler.
6813 (rcirc-multiline-edit-submit): Restore the window-configuration
6814 before adjusting point.
6815 (rcirc): Add customization group.
6816 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6817 (rcirc-user-full-name, rcirc-startup-channels-alist)
6818 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6819 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6820 (rcirc-input-ring-size, rcirc-read-only-flag)
6821 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6822 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6823 Change defvar to defcustom.
6824 (rcirc-update-prompt): Add optional ALL arg, which will update
6825 prompts in all rcirc buffers. Regexp quote replacement text.
6826 (rcirc-fill-column): Accept frame-width as a value.
6827 (rcirc-set-changed): Add function.
6828 (rcirc-next-active-buffer): Write more meaningful messages.
6829 (rcirc-faces): Add customization group.
6830 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6831 (rcirc-nick-in-message-face, rcirc-prompt-face)
6832 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6833 (with-rcirc-process-buffer): Move before first usage.
6834 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6835 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6836 (rcirc-debug): Rename from `rcirc-log'.
6837 (rcirc-format-response-string): Do not print `-' chars for a
6838 NOTICE with no sender. Simplify output of server responses.
6839
6840 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6841
6842 (rcirc-browse-url-map, rcirc-browse-url-at-point)
6843 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6844 Make urls mouse and RET clickable.
6845
6846 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6847
6848 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6849
6850 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6851
6852 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6853 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6854 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6855 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6856 argument to all these routines, so the passphrase can be managed
6857 externally and passed in to the system.
6858 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6859 pgg-add-passphrase-to-cache function.
6860
6861 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6862 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6863 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6864 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6865 argument to all these routines, so the passphrase can be managed
6866 externally and passed in to the system.
6867 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6868 function.
6869
6870 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6871
6872 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6873 from goto-address-url-regexp.
6874
6875 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
6876
6877 * textmodes/org.el (org-read-date, org-goto-calendar)
6878 (org-recenter-calendar, org-agenda-goto-calendar):
6879 Temporarily clear `calendar-move-hook'.
6880
6881 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
6882
6883 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6884 merging.
6885
6886 * ediff-util.el (ediff-previous-difference): Don't skip regions that
6887 have merge clashes.
6888
6889 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6890
6891 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6892 Undo previous change.
6893
6894 * startup.el (command-line): Use `custom-reevaluate-setting' for
6895 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6896 tty-register-default-colors on Mac.
6897
6898 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6899
6900 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6901 (gdb-buffer-type): Make it automatically buffer local...
6902 (gdb-get-create-buffer): ...and set it accordingly.
6903 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6904 actually work.
6905
6906 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6907
6908 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6909 not red.
6910
6911 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6912
6913 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6914 case GUD buffer is not visible.
6915 (gdb-goto-breakpoint): Try to force display in source buffer.
6916 (gdb-frame-gdb-buffer): Copy other similar functions.
6917 (gdb-restore-windows): Don't display source if not asked for.
6918 (gdb-assembler-buffer-name): Don't capitalise.
6919
6920 2005-11-03 Richard M. Stallman <rms@gnu.org>
6921
6922 * wid-edit.el (key-sequence): New widget type.
6923
6924 * simple.el (set-mark-command-repeat-pop): New variable.
6925 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6926 if set-mark-command-repeat-pop is true.
6927
6928 * info.el (Info-fontify-node): Don't display extra "see" if there
6929 already is one here.
6930
6931 * mouse.el: Fix special handling of DEL after dragging a region:
6932 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6933 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
6934
6935 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6936
6937 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6938 not to assume it pertains to an affix.
6939
6940 * textmodes/flyspell.el (flyspell-post-command-hook):
6941 Bind deactivate-mark to prevent deactivation.
6942
6943 2005-11-03 Lars Hansen <larsh@soem.dk>
6944
6945 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6946 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6947 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6948
6949 2005-11-03 Romain Francoise <romain@orebokech.com>
6950
6951 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6952 Update copyright years.
6953
6954 2005-11-03 Sam Steingold <sds@gnu.org>
6955
6956 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6957 Use system-type instead of window-system because window-system is not
6958 correctly defined during loadup.
6959
6960 2005-11-02 Mark A. Hershberger <mah@everybody.org>
6961
6962 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6963 (xml-parse-tag): Join strings separated by a comment properly.
6964
6965 2005-11-02 Andreas Schwab <schwab@suse.de>
6966
6967 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6968
6969 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6970
6971 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6972 (byte-optimize-pure-func): Quote the eval'd value.
6973
6974 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6975 Rename from perl-font-lock-syntactic-face-function.
6976 Change the calling convention so it can be used as a font-lock MATCHER.
6977 Do the parse-partial-sexp loop outselves.
6978 (perl-font-lock-syntactic-keywords): Use it.
6979 (perl-mode): Don't set font-lock-syntactic-face-function any more.
6980
6981 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
6982
6983 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6984 disassembly buffer too.
6985 (gdb-exited): Remove overlay arrows when execution has finished.
6986 (gdb-info-frames-custom, gdb-info-threads-custom)
6987 (gdb-info-registers-custom): Don't add inappropriate text
6988 properties if inferior is not active.
6989
6990 2005-11-02 Glenn Morris <rgm@gnu.org>
6991
6992 * progmodes/fortran.el (fortran-blink-match):
6993 Use `blink-matching-delay'.
6994
6995 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
6996
6997 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6998
6999 2005-11-02 Lars Hansen <larsh@soem.dk>
7000
7001 * net/tramp.el (tramp-action-out-of-band): Handle scp message
7002 "Permission denied".
7003
7004 2005-11-01 Richard M. Stallman <rms@gnu.org>
7005
7006 * textmodes/flyspell.el (flyspell-external-point-words):
7007 Pass nil to flyspell-get-word.
7008
7009 2005-11-02 Kim F. Storm <storm@cua.dk>
7010
7011 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
7012 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
7013
7014 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7015
7016 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
7017 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
7018 (calendar-mouse-print-dates): Add optional `event' argument.
7019 Update interactive-spec.
7020 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
7021 Use `calendar-event-to-date' instead of `event'.
7022
7023 2005-11-02 Masatake YAMATO <jet@gyve.org>
7024
7025 * progmodes/ld-script.el (ld-script-builtins):
7026 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
7027 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
7028 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
7029
7030 2005-11-01 Romain Francoise <romain@orebokech.com>
7031
7032 * vc-sccs.el: Update copyright year.
7033 * ezimage.el: Likewise.
7034
7035 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
7036
7037 * info.el (Info-fontify-node): Use `string-width' for fontifying
7038 underlined titles.
7039
7040 2005-11-01 Juri Linkov <juri@jurta.org>
7041
7042 * info.el (Info-fontify-node): Downcase node header keywords Node,
7043 Prev, Next, Up before comparison.
7044 (Info-history): Insert absolute directory name, and put invisible
7045 property on it.
7046
7047 2005-11-01 Juri Linkov <juri@jurta.org>
7048
7049 * info.el (Info-file-supports-index-cookies): New variable.
7050 (Info-find-node-2): Check makeinfo version for index cookie support.
7051 (Info-index-nodes): Search for nodes with index cookies only when
7052 Info-file-supports-index-cookies is t. Otherwise, search nodes
7053 with "Index" in the node name.
7054 (Info-index-node): Search index cookie in the current node only when
7055 Info-file-supports-index-cookies is t. Otherwise, check the word
7056 "Index" in the node name.
7057 (Info-find-emacs-command-nodes): Remove code that searches nodes
7058 with "Index" node name in the top menu.
7059
7060 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7061
7062 * progmodes/scheme.el (scheme-mode-variables): Use the default
7063 comment-indent-function.
7064
7065 * faces.el (face-attribute): Handle the case where a face inherits from
7066 a non-existent face.
7067
7068 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7069 for octal and hexa output, and merge the char into the paren.
7070 (kill-new): Use push.
7071 (copy-to-buffer): Use with-current-buffer.
7072 (completion-setup-function): Move code in loop to remove redundancy.
7073 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7074 those inherited from minibuffer-local-completion-map.
7075
7076 * savehist.el (savehist-mode) <defcustom>:
7077 Use custom-set-minor-mode if available.
7078 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7079 and emit a message if applicable.
7080
7081 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7082
7083 * savehist.el: Sync up to version 19.
7084 (savehist-mode): New minor mode.
7085 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7086 (savehist-length): Remove (use history-length instead).
7087 (savehist-file-modes): Rename from savehist-modes.
7088 (savehist-save-hook, savehist-loaded): New vars.
7089 (savehist-load): Use savehist-mode. Try to smooth up transition from
7090 old format to new format.
7091 (savehist-install): Allow savehist-autosave-interval to be nil.
7092 (savehist-save): Run the new hook. Be more careful to only trim the
7093 history variables.
7094 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7095 (savehist-printable): Print into a buffer rather than char-by-char.
7096
7097 2005-11-01 John Wiegley <johnw@newartisans.com>
7098
7099 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7100 toggle-ignore keybinding (C-a). The author said it had been
7101 disabled much earlier due to a possible incompatibility, but after
7102 many months of usage I have encountered no problems (and it is a
7103 rather useful option, especially for switching to " *temp*").
7104
7105 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7106 support for OS/X's AddressBook, by calling out to the open source
7107 program "contacts" (installable through Fink).
7108
7109 * net/eudc.el (eudc-expand-inline): If the
7110 `eudc-multiple-match-handling-method' is set to `all', delete the
7111 query string before inserting the query result.
7112
7113 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7114 flag, to prevent Eshell from using the system ls when
7115 `eshell-ls-insert-directory' is in used.
7116 (eshell-ls-insert-directory): Disable font-lock in directory
7117 buffer so that Eshell's own fontification is seen. This broke
7118 recently due to changes in font-lock, so this goes back to version
7119 21 behavior.
7120
7121 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7122
7123 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7124 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7125 (gdb-many-windows): Doc fix.
7126
7127 2005-10-31 Romain Francoise <romain@orebokech.com>
7128
7129 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7130
7131 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7132
7133 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7134 that global-font-lock-mode can be enabled by default.
7135
7136 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7137 (font-lock-add-keywords, font-lock-remove-keywords)
7138 (font-lock-fontify-buffer): Remove autoload cookies.
7139
7140 * jit-lock.el (jit-lock-register): Likewise.
7141
7142 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7143
7144 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7145
7146 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7147 intact if there is no gud-comint-buffer.
7148
7149 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7150
7151 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7152 old prompt comint-prompt-read-only is t and GDB commands are
7153 issued from tool bar etc.
7154
7155 2005-10-31 Masatake YAMATO <jet@gyve.org>
7156
7157 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7158
7159 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7160
7161 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7162 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7163
7164 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7165
7166 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7167 starting at beginning of line. Fontification is messed up when
7168 `open-paren-in-column-0-is-defun-start' set to t.
7169 Reported by John Paul Wallington <jpw@pobox.com>.
7170
7171 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7172
7173 * comint.el (comint-send-input): Call `comint-update-fence' when
7174 `comint-process-echoes' and `comint-prompt-read-only' are both
7175 non-nil, to avoid leftover read-only newline.
7176
7177 2005-10-30 Richard M. Stallman <rms@gnu.org>
7178
7179 * textmodes/flyspell.el (flyspell-external-point-words):
7180 Detect when WORD can't be checked properly because
7181 flyspell-get-word finds just part of it, and move on.
7182
7183 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7184 boundarychar for Polish.
7185 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7186 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7187
7188 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7189
7190 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7191 (gdb-registers-font-lock-keywords): Delete.
7192 (gdb-registers-mode): Don't fontify.
7193 (gdb-info-registers-custom): Use text properties instead as, in
7194 future, changed register values will use font-lock-warning-face.
7195 (gdb-local-font-lock-keywords): Rename to...
7196 (gdb-locals-font-lock-keywords): ...for consistency.
7197
7198 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7199
7200 * vc.el (vc-switch-backend): Better error message if the buffer is
7201 not visiting a file under version control.
7202
7203 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7204
7205 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7206
7207 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7208 ~/.emacs.d/.emacs.
7209
7210 2005-10-29 Richard M. Stallman <rms@gnu.org>
7211
7212 * replace.el (occur-mode-mouse-goto): Always go to other window.
7213 (occur-mode-goto-occurrence): Always switch in same window.
7214
7215 * simple.el (undo): Display message at end, not at start.
7216
7217 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7218 New arg REUSE-CELL.
7219 (cancel-timer-internal): New function.
7220 (timer-event-handler): Use cancel-timer-internal,
7221 and pass the cell it returns to timer-activate...
7222
7223 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7224 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7225 (jit-lock-after-change): Test memory-full.
7226
7227 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7228
7229 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7230 part of the decoded armor to find the key-identifier.
7231 (pgg-gpg-lookup-key-owner): New function to return the
7232 human-readable identifier of a key owner.
7233 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7234 key itself.
7235 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7236 the key value) if we have a key and can match it against a secret
7237 key. Also, added a note pointing out fact that the prompt only
7238 indicates the first matching key.
7239
7240 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7241 pgg-decrypt-region.
7242 (pgg-pending-timers): A new hash for tracking the passphrase cache
7243 timers, so that new ones supercede old ones.
7244 (pgg-add-passphrase-to-cache): Rename from
7245 `pgg-add-passphrase-cache' to reduce confusion (all callers
7246 changed). Modified to cancel old timers when new ones are added.
7247 (pgg-remove-passphrase-from-cache): Rename from
7248 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7249 changed). Modified to cancel old timers when their keys are
7250 removed from the cache.
7251 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7252 XEmacs, an indirection to delete-itimer.
7253 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7254 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7255 users can only check cache without risk of prompting. Correct bug in
7256 notruncate behavior.
7257 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7258 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7259 Add informative docstrings.
7260 (pgg-decrypt): Convey provided passphrase in subordinate call to
7261 pgg-decrypt-region.
7262
7263 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7264 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7265 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7266 `passphrase' argument, so the passphrase can be managed externally
7267 and then passed in to the system.
7268
7269 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7270 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7271 so the passphrase cache can be used reliably with identifiers
7272 besides a pgp packet's key id.
7273
7274 * pgg-gpg.el (pgg-pgp-encrypt-region)
7275 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7276 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7277 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7278 argument to all these routines, so the passphrase can be managed
7279 externally and passed in to the system.
7280
7281 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7282 `notruncate' argument, so the passphrase cache can be used
7283 reliably with identifiers besides a pgp packet's key id.
7284
7285 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7286
7287 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7288 symmetric encryption.
7289 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7290 encrypted session key.
7291 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7292 message ask for the passphrase in a proper way.
7293
7294 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7295 New user commands for symmetric encryption.
7296
7297 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7298
7299 * textmodes/conf-mode.el (conf-assignment-sign)
7300 (conf-assignment-regexp): Fix docstrings.
7301 (conf-mode-initialize): New function.
7302 (conf-mode): Remove optional args. Use delay-mode-hooks to
7303 recognize recursive calls.
7304 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7305 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7306 (conf-xdefaults-mode): Use define-derived-mode and
7307 conf-mode-initialize.
7308
7309 2005-10-29 Romain Francoise <romain@orebokech.com>
7310
7311 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7312
7313 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7314
7315 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7316 part of the decoded armor to find the key-identifier.
7317 (pgg-gpg-lookup-key-owner): New function to return the
7318 human-readable identifier of a key owner.
7319 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7320 key itself.
7321 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7322 the key value) if we have a key and can match it against a secret
7323 key. Also, added a note pointing out fact that the prompt only
7324 indicates the first matching key.
7325
7326 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7327 pgg-decrypt-region.
7328 (pgg-pending-timers): A new hash for tracking the passphrase cache
7329 timers, so that new ones supercede old ones.
7330 (pgg-add-passphrase-to-cache): Rename from
7331 `pgg-add-passphrase-cache' to reduce confusion (all callers
7332 changed). Modified to cancel old timers when new ones are added.
7333 (pgg-remove-passphrase-from-cache): Rename from
7334 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7335 changed). Modified to cancel old timers when their keys are
7336 removed from the cache.
7337 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7338 XEmacs, an indirection to delete-itimer.
7339 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7340 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7341 users can only check cache without risk of prompting. Correct bug in
7342 notruncate behavior.
7343 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7344 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7345 Add informative docstrings.
7346 (pgg-decrypt): Convey provided passphrase in subordinate call to
7347 pgg-decrypt-region.
7348
7349 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7350
7351 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7352 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7353 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7354 `passphrase' argument, so the passphrase can be managed externally
7355 and then passed in to the system.
7356
7357 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7358 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7359 so the passphrase cache can be used reliably with identifiers
7360 besides a pgp packet's key id.
7361
7362 * pgg-gpg.el (pgg-pgp-encrypt-region)
7363 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7364 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7365 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7366 argument to all these routines, so the passphrase can be managed
7367 externally and passed in to the system.
7368
7369 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7370 `notruncate' argument, so the passphrase cache can be used
7371 reliably with identifiers besides a pgp packet's key id.
7372
7373 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7374
7375 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7376 symmetric encryption.
7377 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7378 encrypted session key.
7379 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7380 message ask for the passphrase in a proper way.
7381
7382 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7383 New user commands for symmetric encryption.
7384
7385 2005-10-28 Bill Wohler <wohler@newt.com>
7386
7387 * help-mode.el (help-url): New button type. Calls browse-url.
7388 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7389 Similar to Info nodes: URL `url'.
7390 (help-make-xrefs): Create help-url buttons for
7391 help-xref-url-regexp matches.
7392
7393 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7394
7395 * tool-bar.el (tool-bar-add-item-from-menu)
7396 (tool-bar-local-item-from-menu): Fix doc strings.
7397
7398 2005-10-28 Romain Francoise <romain@orebokech.com>
7399
7400 * ldefs-boot.el: Update.
7401
7402 * subr.el (locate-library): Move from help-fns.el.
7403 * help-fns.el (locate-library): Move to subr.el.
7404
7405 2005-10-28 Richard M. Stallman <rms@gnu.org>
7406
7407 * net/tramp.el (tramp-completion-mode): defvar moved up.
7408
7409 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7410
7411 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7412
7413 * files.el (find-file-noselect): Use %d to format large file size.
7414
7415 * bindings.el (mode-line-format): Add %e.
7416
7417 * loadup.el ("facemenu"): Load unconditionally.
7418 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7419 ("x-dnd"): Load, when appropriate.
7420
7421 * startup.el (command-line): Call before-init-hook earlier.
7422 Warn about some bad characters in -u user name.
7423
7424 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7425 (flyspell-external-point-words): Error if misspelled word is not found.
7426 Set flyspell-large-region-beg at end of word.
7427
7428 2005-10-28 Andreas Schwab <schwab@suse.de>
7429
7430 * view.el (View-revert-buffer-scroll-page-forward):
7431 Use view-page-size-default.
7432
7433 2005-10-28 Juri Linkov <juri@jurta.org>
7434
7435 * international/quail.el (quail-get-current-str): Translate last
7436 raw character for deterministic input methods.
7437
7438 2005-10-27 Jay Belanger <belanger@truman.edu>
7439
7440 * calc/calc-ext.el: Add functions to autoloads.
7441 (math-identity-matrix-p, math-ident-row-p): New functions.
7442
7443 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7444 multiplication by an identity matrix; don't turn multiplication by
7445 an inverse matrix into division.
7446 (math-div-symbol-fancy): Replace division by matrices with
7447 multiplication by inverse.
7448
7449 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7450
7451 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7452 (calc-writeoutpower): New functions.
7453
7454 2005-10-27 Romain Francoise <romain@orebokech.com>
7455
7456 * replace.el (occur-engine): Include colon in mouse-face highlight.
7457
7458 * dired-x.el: Change Maintainer field.
7459
7460 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7461
7462 * longlines.el (longlines-mode): Bind after-change-functions to
7463 nil during initial decoding and final encoding.
7464
7465 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7466
7467 * term.el (term-emulate-terminal, term-handle-colors-array)
7468 (term-handle-ansi-escape): Specify the terminfo capabilities
7469 implemented.
7470
7471 2005-10-26 Richard M. Stallman <rms@gnu.org>
7472
7473 * info.el (Info-fontify-node): Fix detection of sentence-break
7474 before *Note.
7475
7476 2005-10-26 Romain Francoise <romain@orebokech.com>
7477
7478 * smerge-mode.el: Add `tools' to file keywords.
7479
7480 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7481
7482 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7483 when the fringe is not available.
7484
7485 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7486 (def-gdb-auto-update-trigger): Simplify construction.
7487 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7488 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7489 defined explicitly.
7490 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7491 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7492 defined explicitly.
7493 (gdb-info-locals-custom): Remove as it's a no-op.
7494
7495 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7496
7497 * longlines.el (longlines-mode): Remove narrowing before
7498 performing the initial decoding or final encoding.
7499
7500 2005-10-25 Romain Francoise <romain@orebokech.com>
7501
7502 * emacs-lisp/find-func.el (find-library-name): Also strip
7503 extension if library name ends in .el, to take advantage of
7504 `find-library-suffixes'.
7505
7506 2005-10-25 Richard M. Stallman <rms@gnu.org>
7507
7508 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7509
7510 2005-10-25 Juri Linkov <juri@jurta.org>
7511
7512 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7513 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7514
7515 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7516
7517 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7518 (blackbox-redefine-key): Add argument `map'.
7519
7520 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7521 regions when moving the jit-lock-context-unfontify-pos boundary.
7522
7523 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7524
7525 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7526
7527 2005-10-25 Masatake YAMATO <jet@gyve.org>
7528
7529 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7530
7531 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7532
7533 * play/blackbox.el (blackbox-redefine-key): New function.
7534 (blackbox-mode-map): Use it to remap existing bindings for cursor
7535 motion instead of binding literal keys.
7536
7537 2005-10-25 Glenn Morris <rgm@gnu.org>
7538
7539 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7540 diary does not end in a newline. Do not assume a blank line at
7541 the start of the diary file.
7542
7543 2005-10-25 Kenichi Handa <handa@m17n.org>
7544
7545 * international/quail.el (quail-translate-key): If the input
7546 method is deterministic and failed to handle the last key, restart
7547 the key handling loop from an appropriate key.
7548
7549 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7550
7551 * vc.el (vc-dired-mode): Extend comment for binding of
7552 `directory-listing-before-filename-regexp'.
7553
7554 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7555
7556 * textmodes/texinfo.el (texinfo-mode):
7557 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7558 not to unnecessarily expose emacs-mule's internal char codes.
7559
7560 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7561
7562 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7563 Display hand pointer and help-echo on disabled icon too.
7564 (gdb-mouse-until): New function.
7565 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7566
7567 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7568
7569 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7570 with 2005-10-23 change to doctor.el.
7571
7572 * finder.el (finder-mode-map): Add follow-link binding.
7573
7574 2005-10-25 Kim F. Storm <storm@cua.dk>
7575
7576 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7577 to gdb-mouse-toggle-breakpoint-fringe.
7578 (gdb-mouse-toggle-breakpoint-margin): Rename from
7579 gdb-mouse-toggle-breakpoint. Fix doc.
7580 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7581 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7582 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7583 string properties also for fringe breakpoint bitmaps.
7584
7585 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7586
7587 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7588
7589 2005-10-25 Masatake YAMATO <jet@gyve.org>
7590
7591 * simple.el (completion-common-substring):
7592 Use `completion-common-substring' prior to `completion-base-size'.
7593
7594 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7595
7596 * savehist.el: Require CL while compiling.
7597 (savehist-history-variables): Remove.
7598 (savehist-save-minibuffer-history, savehist-additional-variables)
7599 (savehist-minibuffer-history-variables): New vars.
7600 (savehist-save): Use them.
7601 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7602 (savehist-install): New fun, extracted from savehist-load.
7603 (savehist-load): Use them.
7604
7605 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7606
7607 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7608 a dummy doc-string-elt property.
7609 (defalias, defvaralias, define-category): Add a docstring property.
7610
7611 * image.el (defimage):
7612 * widget.el (define-widget):
7613 * custom.el (defface, defcustom): Add `doc-string' declaration.
7614
7615 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7616 (defadvice): Add `doc-string' declaration.
7617
7618 * emacs-lisp/byte-run.el (macro-declaration-function):
7619 Handle `doc-string' declarations.
7620 (define-obsolete-function-alias, define-obsolete-variable-alias):
7621 Add `doc-string' declaration.
7622
7623 2005-10-24 Kenichi Handa <handa@m17n.org>
7624
7625 * international/utf-7.el (utf-7): Add autoload cookie.
7626
7627 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7628
7629 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7630
7631 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7632 list of directories passed to batch-update-autoloads. Add "." to
7633 the list of the echoed directories.
7634
7635 * pgg-def.el:
7636 * pgg-gpg.el:
7637 * pgg-parse.el:
7638 * pgg-pgp.el:
7639 * pgg-pgp5.el:
7640 * pgg.el: Moved here from the gnus subdirectory.
7641
7642 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7643
7644 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7645 in case comint-prompt-read-only is set to t.
7646
7647 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7648 in case comint-prompt-read-only is set to t.
7649
7650 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7651
7652 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7653 Now a string.
7654 (icalendar-import-format): Handle CLASS, STATUS, URL.
7655 Rename `subject' to `summary'.
7656 (icalendar-import-format-summary): Rename from
7657 `icalendar-import-format-subject'.
7658 (icalendar-import-format-url, icalendar-import-format-status)
7659 (icalendar-import-format-class): New variables.
7660 (icalendar--rris): Take variable argument list.
7661 (icalendar--datestring-to-isodate): Remove unnecessary
7662 calendar-style check when converting dates with explicit month names.
7663 (icalendar-export-region): Change return type of conversion
7664 subroutines. Bury current buffer unless error occurred.
7665 (icalendar--convert-to-ical)
7666 (icalendar--parse-summary-and-rest): New functions.
7667 (icalendar--convert-ordinary-to-ical)
7668 (icalendar--convert-weekly-to-ical)
7669 (icalendar--convert-yearly-to-ical)
7670 (icalendar--convert-block-to-ical)
7671 (icalendar--convert-cyclic-to-ical)
7672 (icalendar--convert-anniversary-to-ical): Change return type.
7673 Strip trailing blanks from subject.
7674 (icalendar--convert-sexp-to-ical): Change return type.
7675 Strip trailing blanks from subject. Handle simple sexp
7676 entries as generated by icalendar.el.
7677 (icalendar--convert-float-to-ical)
7678 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7679 (icalendar-import-file): Doc fix.
7680 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7681 Correct call to icalendar--rris.
7682 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7683 `summary'.
7684 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7685
7686 2005-10-24 Romain Francoise <romain@orebokech.com>
7687
7688 * server.el (server-sentinel): Set query-on-exit flag to nil on
7689 new client processes (it isn't inherited from the server process).
7690
7691 * replace.el (occur-engine): Rearrange text properties.
7692
7693 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7694
7695 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7696 case-fold-search is nil.
7697 (debug-help-follow): Use help-xref-interned directly.
7698
7699 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7700
7701 * thumbs.el (thumbs-image-type): Add .pbm.
7702
7703 2005-10-23 Richard M. Stallman <rms@gnu.org>
7704
7705 * faces.el (inhibit-face-set-after-frame-default): New variable.
7706 (set-face-attribute): Bind it.
7707 (face-set-after-frame-default): Test it.
7708
7709 * help-fns.el (describe-simplify-lib-file-name): New function.
7710 (describe-function-1, describe-variable): Use it.
7711
7712 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7713
7714 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7715 Eliminate nil as possible value.
7716 (tooltip-hide-delay): Reduce internal-border-width.
7717
7718 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7719 (menu-bar-file-menu) <new-file>: Likewise.
7720
7721 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7722
7723 * international/mule.el (load-with-code-conversion):
7724 Pass full file name to `eval-buffer' unless preloading.
7725
7726 * textmodes/flyspell.el (flyspell-large-region):
7727 Call ispell-check-version.
7728
7729 * textmodes/ispell.el (ispell-local-dictionary-overridden):
7730 Fix the make-variable-buffer-local call that was supposed
7731 to be for this variable.
7732 (ispell-aspell-supports-utf8): Doc fix.
7733 (ispell-find-aspell-dictionaries): Preserve elements of
7734 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7735 (ispell-aspell-find-dictionary): Return nil on error.
7736
7737 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7738 (doctor-symptoms): Likewise.
7739
7740 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7741
7742 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7743
7744 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7745 (custom-raised-buttons): Add :set spec.
7746 (custom-button-unraised, custom-button-pressed-unraised):
7747 New faces, so that custom-raised-buttons actually does something.
7748 (custom-mode): Use custom-button and custom-button-pressed.
7749
7750 * wid-edit.el (widget-specify-button): Don't ignore
7751 widget-mouse-face on graphic terminals.
7752 (widget-move-and-invoke): Cleanup.
7753
7754 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7755
7756 * whitespace.el (whitespace-cleanup): Doc fix.
7757
7758 2005-10-23 Romain Francoise <romain@orebokech.com>
7759
7760 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7761 `eval-after-load' to avoid evaluating their result.
7762
7763 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7764
7765 * files.el (directory-listing-before-filename-regexp):
7766 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
7767
7768 * dired.el (dired-move-to-filename-regexp): Remove.
7769 All occurences replaced by `directory-listing-before-filename-regexp'.
7770
7771 * dired-x.el, locate.el, vc.el:
7772 Replace `dired-move-to-filename-regexp' by
7773 `directory-listing-before-filename-regexp'. In vc.el it is
7774 overwritten locally; maybe this can be handled in files.el too.
7775
7776 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
7777 replaced by `directory-listing-before-filename-regexp'.
7778
7779 2005-10-23 Andreas Schwab <schwab@suse.de>
7780
7781 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7782 and eval-next-after-load.
7783
7784 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7785
7786 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7787 exist, create it.
7788
7789 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7790
7791 * allout.el: Remove autoloads for mailcrypt and crypt++.
7792 Require pgg, pgg-gpg during compilation.
7793 (allout-version): Increment version number to 2.1, and use a literal
7794 rather than RCS Id.
7795 (allout-default-encryption-scheme): Remove.
7796 (allout-passphrase-verifier-handling)
7797 (allout-passphrase-verifier-string)
7798 (allout-file-passphrase-verifier-string)
7799 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7800 (allout-passphrase-hint-handling): Rename and simplify.
7801 (allout-init): Use `find-file-hook' if available, otherwise
7802 `find-file-hooks'.
7803 (allout-mode): Use `write-file-functions' if available, otherwise
7804 `local-write-file-hooks' and, instead of making auto-save-hook
7805 buffer local, make the write-file-hook activity contingent to
7806 allout-mode.
7807 (allout-mode): Use key-binding substitution in the docstring.
7808 (allout-kill-line): Spell-out kill ring data structure mutation
7809 instead of using byte-compiler-complaint-provoking `pop'.
7810 (allout-insert-listified): Use `insert' rather than `insert-string'
7811 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7812 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7813 (allout-encrypt-string): Totally revamped vis new underlying
7814 encryption facilities.
7815 (allout-mc-activate-passwd): Remove.
7816 (allout-obtain-passphrase): New, more or less replaces
7817 allout-mc-activate-passwd.
7818 (allout-encrypted-key-info): More or less replaces
7819 allout-encrypted-text-type.
7820 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7821 (my-mark-marker): Use `(featurep 'xemacs)'.
7822
7823 2005-10-23 Lars Hansen <larsh@soem.dk>
7824
7825 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7826 (byte-compile-file-form-defmumble, byte-compile-defun)
7827 (byte-compile-defmacro): Use it.
7828 (byte-compile-form): Don't call byte-compile-set-symbol-position
7829 when a byte-compile handler is called.
7830
7831 2005-10-22 Romain Francoise <romain@orebokech.com>
7832
7833 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7834
7835 * subr.el (eval-after-load): Convert library name to an absolute
7836 file name using locate-library, since load-history no longer has
7837 library names in it.
7838
7839 2005-10-22 Richard M. Stallman <rms@gnu.org>
7840
7841 * files.el (make-temp-file): Move from subr.el.
7842 * subr.el (make-temp-file): Move to files.el.
7843
7844 * window.el (get-buffer-window-list): Move from subr.el.
7845 * subr.el (get-buffer-window-list): Move to window.el.
7846
7847 * image.el (image-load-path): Use eval-at-startup to initialize.
7848
7849 * subr.el (eval-at-startup): New macro.
7850
7851 * subr.el: Much rearrangement of functions and division
7852 into pages. No code changes.
7853
7854 2005-10-22 Kenichi Handa <handa@m17n.org>
7855
7856 * tar-mode.el (tar-extract): Be sure to call
7857 find-operation-coding-system if set-auto-coding doesn't find a
7858 coding system.
7859
7860 2005-10-22 Kim F. Storm <storm@cua.dk>
7861
7862 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7863 Change users.
7864 (image-type-file-name-regexps): New defconst.
7865 (image-type-from-data): Simplify loop.
7866 (image-type-from-buffer): New defun.
7867 (image-type-from-file-header): Use it instead of image-type-from-data.
7868 Use image-search-load-path instead of only looking in data-directory.
7869 (image-type-from-file-name): New defun.
7870 (image-search-load-path): Change `pathname' to `filename'.
7871 Make PATH arg optional, default to image-load-path.
7872
7873 2005-10-21 Richard M. Stallman <rms@gnu.org>
7874
7875 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7876
7877 * textmodes/paragraphs.el (sentence-end-base): New variable.
7878 (sentence-end): Use sentence-end-base.
7879
7880 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7881
7882 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7883 property independently from the font-lock-multiline variable.
7884
7885 2005-10-21 Richard M. Stallman <rms@gnu.org>
7886
7887 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7888
7889 * startup.el (command-line): Convert library names
7890 in `load-history' to absolute file names.
7891
7892 * subr.el (symbol-file): Doc fix.
7893
7894 * loadhist.el (file-loadhist-lookup): Call locate-library
7895 instead of find-library-name. Don't try converting
7896 abs file names to library names, since load-history no longer
7897 has library names in it.
7898 (file-dependents, file-provides, file-requires): Doc fixes.
7899
7900 2005-10-21 Juri Linkov <juri@jurta.org>
7901
7902 * progmodes/etags.el (tags-table-mode): New function.
7903 (tags-verify-table): Replace initialize-new-tags-table with
7904 tags-table-mode.
7905
7906 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7907 default value.
7908 (desktop-modes-not-to-save): Add tags-table-mode to the
7909 default value.
7910
7911 * info.el (Info-index-next): Add total number of index
7912 alternatives to the message.
7913
7914 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7915 backward only space (instead of space and period) before looking
7916 at sentence end.
7917
7918 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7919 Add the old variable value as 4th default-value arg of read-string.
7920
7921 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7922
7923 * cus-face.el (custom-declare-face): Make face from X resources
7924 also on Mac.
7925
7926 * disp-table.el (standard-display-g1, standard-display-graphic):
7927 Refuse to use string glyphs also on Mac.
7928 (standard-display-european): Don't set terminal coding system also
7929 on Mac.
7930
7931 * frame.el (display-screens): Use x-display-screens also on Mac.
7932
7933 2005-10-21 Romain Francoise <romain@orebokech.com>
7934
7935 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7936
7937 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7938
7939 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7940 and $? into sexps.
7941
7942 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7943 warning face on open-paren-in-column-0.
7944
7945 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7946 boundary case. Fix typo.
7947 Suggested by Martin Rudalics <rudalics@gmx.at>.
7948
7949 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7950
7951 * textmodes/org.el (org-combined-agenda-icalendar-file)
7952 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7953 (org-export-icalendar-this-file)
7954 (org-export-icalendar-all-agenda-files)
7955 (org-export-icalendar-combine-agenda-files): New commands.
7956 (org-export-icalendar, org-print-icalendar-entries)
7957 (org-start-icalendar-file, org-finish-icalendar-file)
7958 (org-ical-ts-to-string): New functions.
7959 (org-read-date, org-goto-calendar)
7960 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7961 call to `calendar'.
7962 (orgtbl-setup): Remove the :keys arguments from the menu description.
7963 (org-after-save-iCalendar-file-hook): New variable.
7964
7965 2005-10-21 Kenichi Handa <handa@m17n.org>
7966
7967 * language/vietnamese.el (tcvn-5712): Make it an alias of
7968 vietnamese-tcvn coding-system.
7969
7970 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
7971
7972 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7973 group id is given.
7974
7975 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7976
7977 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7978 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7979 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7980 whose line is either continued or ends with a comment.
7981
7982 2005-10-20 Romain Francoise <romain@orebokech.com>
7983
7984 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7985
7986 * replace.el (occur-engine): Add follow-link property.
7987
7988 * font-core.el (font-lock-mode): Doc fix.
7989
7990 2005-10-20 Richard M. Stallman <rms@gnu.org>
7991
7992 * net/rcirc.el: New file.
7993
7994 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7995
7996 * term.el (term-term-name): Initialize to "eterm-color".
7997
7998 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7999
8000 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
8001 for encryption functionality.
8002 Move allout customization subgroup from `editing' to `outlines' group.
8003 Fix commentary keywords to legitimate ones.
8004 Update author info (using my current email address, obscurified).
8005 (allout-encrypt-string, allout-encryption-produce-work-buffer)
8006 (allout-encrypted-topic-p, allout-encrypted-text-type)
8007 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
8008 (allout-situate-encryption-key-verifier)
8009 (allout-get-encryption-key-verifier, allout-verify-key)
8010 (allout-next-topic-pending-encryption)
8011 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
8012 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
8013 (outline-key-verifier-handling, outline-key-hint-handling)
8014 (outline-encrypt-unencrypted-on-saves): New defcustoms.
8015 (allout-file-key-verifier-string, allout-encryption-scheme)
8016 (allout-key-verifier-string, allout-key-hint-string)
8017 (allout-after-save-decrypt): New variables.
8018 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
8019 (allout-after-saves-handler): New hook functions.
8020 (allout-post-command-business): Do allout-after-save-decrypt.
8021 (allout-enable-file-variable-adjustment): Custom var to enable
8022 mechanism for adding and adjusting settings of Emacs file variables.
8023 (allout-adjust-file-variable, allout-file-vars-section-data):
8024 New functions, implement the mechanism.
8025 (outlineify-sticky): Use the file vars mechanism.
8026 (allout-inhibit-protection, allout-during-write-cue)
8027 (allout-override-protect, allout-before-change-protect): Remove.
8028 (allout-flag-region, allout-open-topic): Adjust read-only text.
8029 (allout-open-line-not-read-only): Add to facilitate read-only
8030 text based protection.
8031 (allout-kill-line): Revise to adjust read-only text, clue the
8032 user about the inhibition.
8033 (allout-unprotected): Use unwind-protect.
8034 (allout-shift-in, allout-shift-out): Disallow manually shifting a
8035 topic deeper than the offspring depth of the previous topic -
8036 avoiding confusing "containment discontinuities".
8037 (allout-reindent-bodies): Fix retention of body relative hanging
8038 indent during promotion of collapsed bodies.
8039 (allout-open-topic): Make it easy to open new topic with same
8040 bullet as current topic - topic creation functions provided with
8041 any universal argument provokes now prompt for bullet, defaulting
8042 to the bullet of the previous topic.
8043 (allout-plain-bullets-string, allout-distinctive-bullets-string):
8044 Plain bullet alternates `.' period and `,' comma only. All other
8045 bullets are relegated to special status (but customizable).
8046 (allout-end-of-entry): Rename from allout-end-of-current-entry
8047 since it actually operates w.r.t. most immediately containing
8048 entry, visible or not.
8049 (allout-hide-current-entry, allout-show-current-entry): Use the
8050 revised version.
8051 (allout-old-expose-topic): Solidify deprecation.
8052 (allout-end-of-subtree): Add so we can span concealed as well
8053 as visible topics.
8054 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8055 (allout-end-of-current-heading): Tweak to just respect the first line.
8056 (allout-get-body-text): Add.
8057 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8058 when invoked interactively.
8059 (allout-up-current-level): Use `interactive-p'.
8060 (allout-mode, allout-init): Miscellaneous docstring and
8061 operational refinements, as well as hookups of new encryption stuff.
8062 (allout-beginning-of-current-entry): Now works as advertised.
8063 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8064 (allout-isearch-rectification): Refine condition for isearching.
8065 (allout-isearch-abort, allout-enwrap-isearch)
8066 (allout-flag-region, my-region-active-p): Relocate some macros.
8067 (allout-title): Fallback title is (buffer-name), not
8068 non-existing (current-buffer-name).
8069 (subst-char-in-string): Define if absent (for some XEmacs versions).
8070
8071 2005-10-20 Jari Aalto <jari.aalto@cante.net>
8072
8073 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8074 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8075 (mail-citation-prefix-regexp, mail-signature-file)
8076 (mail-default-headers, mail-bury-selects-summary)
8077 (mail-send-nonascii): Add autoload cookies.
8078
8079 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8080
8081 * frame.el (blink-cursor-mode): Add `mac' to the list of
8082 window-system's that support blinking cursor.
8083
8084 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8085
8086 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8087
8088 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8089
8090 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8091 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8092 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8093
8094 2005-10-20 Kim F. Storm <storm@cua.dk>
8095
8096 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8097 (ido-set-current-directory): Don't add / after final @.
8098 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8099 Explicitly handle ange-ftp completion oddities.
8100 (ido-make-file-list): Don't rotate list at tramp root to avoid
8101 triggering tramp file handler for expand-file-name via get-file-buffer.
8102
8103 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8104
8105 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8106
8107 2005-10-19 Jay Belanger <belanger@truman.edu>
8108
8109 * calc/calc-units.el (math-standard-units): Add units, adjust
8110 symbols and update values.
8111 (math-unit-prefixes): Add more prefixes.
8112
8113 2005-10-19 Romain Francoise <romain@orebokech.com>
8114
8115 * bookmark.el (bookmark-menu-heading): New face.
8116 (bookmark-bmenu-list): Use it.
8117 Don't fiddle with `baud-rate' at top-level.
8118
8119 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8120
8121 * image.el (create-image, find-image): Mention max-image-size in
8122 docstring.
8123
8124 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * savehist.el (savehist-load): Revert to checking XEmacs.
8127
8128 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8129 Various docstring and line-width fixups.
8130 (conf-mode): Use cond.
8131 Set font-lock-defaults. Don't set comment-use-syntax.
8132
8133 2005-10-18 David Ponce <david@dponce.com>
8134
8135 * tree-widget.el (tree-widget-button-click): New function.
8136 (tree-widget-button-keymap): Use it.
8137
8138 2005-10-18 Romain Francoise <romain@orebokech.com>
8139
8140 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8141 (bookmark-bmenu-hide-filenames): Add follow-link property.
8142 Improve help-echo text.
8143
8144 * ffap.el (find-file-at-point): Doc fix.
8145
8146 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8147
8148 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8149
8150 2005-10-18 Masatake YAMATO <jet@gyve.org>
8151
8152 Install to the CVS repository what I forgot to install in my
8153 2005-10-16 changes.
8154
8155 * progmodes/python.el (python-complete-symbol): Pass the common
8156 prefix substring of completion to `display-completion-list'.
8157
8158 * textmodes/org.el (org-complete): Ditto.
8159
8160 2005-10-18 Masatake YAMATO <jet@gyve.org>
8161
8162 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8163
8164 * woman.el (WoMan-xref-man-page): New button type derived
8165 from `Man-abstract-xref-man-page'.
8166 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8167
8168 * man.el (Man-abstract-xref-man-page): New button type.
8169 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8170 (Man-highlight-references): Add new optional argument `xref-man-type'.
8171
8172 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8173
8174 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8175
8176 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8177
8178 * cus-edit.el (Custom-move-and-invoke): Delete.
8179 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8180
8181 * wid-edit.el (widget-move-and-invoke): New function, from
8182 Custom-move-and-invoke.
8183
8184 2005-10-17 Bill Wohler <wohler@newt.com>
8185
8186 Move all remaining images from lisp/toolbar to etc/images, move
8187 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8188 the low resolution images in their own directory (low-color).
8189
8190 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8191 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8192 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8193 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8194 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8195 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8196 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8197
8198 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8199 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8200 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8201 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8202 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8203 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8204 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8205 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8206 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8207 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8208 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8209 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8210 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8211 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8212 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8213
8214 To conform with convention, replace the underscore (_) in the
8215 following image names with dash (-) or (/) as appropriate.
8216
8217 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8218 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8219 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8220 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8221 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8222 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8223 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8224 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8225 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8226 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8227 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8228 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8229 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8230 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8231 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8232
8233 * info.el (info-tool-bar-map): Replace underscores in image names
8234 with dashes.
8235
8236 * makefile.w32-in (WINS): Remove toolbar.
8237
8238 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8239
8240 * tool-bar.el: Move to lisp from toolbar. Now that
8241 toolbar is empty, it should be deleted when folks run "cvs up -P".
8242
8243 2005-10-18 Jay Belanger <belanger@truman.edu>
8244
8245 * calc/calc-store.el (calc-store-into): Get the proper variable name
8246 to display in message.
8247
8248 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8249
8250 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8251 expressions display in speedbar for all buffers when debugging.
8252 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8253
8254 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8255 (speedbar-insert-button, speedbar-make-button):
8256 Use add-text-properties.
8257 (speedbar-update-localized-contents)
8258 (speedbar-update-directory-contents)
8259 (speedbar-update-special-contents): Use dolist.
8260 (speedbar-buffer-easymenu-definition): Add a menu separator.
8261
8262 2005-10-17 Jason Rumney <jasonr@gnu.org>
8263
8264 * makefile.w32-in: Use $(lisp) consistently.
8265 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8266 for shell specific generation of mh-autoloads.
8267
8268 2005-10-17 Richard M. Stallman <rms@gnu.org>
8269
8270 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8271
8272 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8273
8274 * jit-lock.el (jit-lock-fontify-now):
8275 Move jit-lock-context-unfontify-pos to avoid wasted work.
8276
8277 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8278
8279 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8280 `tramp-completion-mode' for checking if we are in completion mode.
8281 (tramp-completion-handle-file-name-all-completions): Reorder code
8282 in order to complete for file names only in case there are no
8283 method/user/host completions. This is necessary for cooperation
8284 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8285
8286 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8287
8288 * longlines.el (longlines-search-forward)
8289 (longlines-search-backward): Match any number of spaces.
8290
8291 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8292
8293 * diff-mode.el (diff-mode): Doc fix.
8294
8295 2005-10-16 David Reitter <david.reitter@gmail.com>
8296
8297 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8298 as default on darwin and windows systems.
8299
8300 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8301
8302 * arc-mode.el (archive-zip-extract): Doc fix.
8303
8304 2005-10-16 Romain Francoise <romain@orebokech.com>
8305
8306 * mouse.el (mouse-1-click-follows-link): Doc fix.
8307
8308 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8309
8310 * savehist.el: Don't require CL at runtime.
8311 (savehist-xemacs): Remove.
8312 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8313 (savehist-no-conversion): Use (featurep 'xemacs).
8314 (savehist-load): Check existence of start-itimer rather than XEmacs.
8315 Use an idle timer.
8316 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8317 `delete-if-not'.
8318
8319 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8320
8321 * savehist.el: Newer version.
8322 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8323 (savehist-last-checksum, savehist-no-conversion): New vars.
8324 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8325 New functions.
8326 (savehist-load, savehist-save): Use them.
8327 (savehist-delimit): Remove.
8328
8329 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8330
8331 * progmodes/compile.el (compilation-goto-locus): Display the
8332 compilation buffer first and the source buffer second, in case they're
8333 in overlapping frames. Don't raise the compilation frame if it was the
8334 selected window upon entry. Pass the `other-window' arg to
8335 pop-to-buffer.
8336
8337 * info.el (Info-fontify-node): Use dolist.
8338 Change add-text-properties to put-text-property.
8339
8340 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8341
8342 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8343 bound of search.
8344
8345 2005-10-16 Masatake YAMATO <jet@gyve.org>
8346
8347 * dabbrev.el (dabbrev-completion): Pass the common
8348 prefix substring of completion to `display-completion-list'.
8349
8350 * filecache.el (file-cache-minibuffer-complete)
8351 (file-cache-complete): Ditto.
8352
8353 * tempo.el (tempo-display-completions): Ditto.
8354
8355 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8356
8357 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8358
8359 * eshell/em-hist.el (eshell-list-history): Ditto.
8360
8361 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8362
8363 * mail/mailalias.el (mail-complete): Ditto.
8364
8365 * progmodes/etags.el (complete-tag): Ditto.
8366
8367 * progmodes/make-mode.el (makefile-complete): Ditto.
8368
8369 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8370
8371 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8372
8373 * progmodes/pascal.el (pascal-complete-word)
8374 (pascal-show-completions): Ditto.
8375
8376 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8377
8378 * simple.el (completion-common-substring): New variable.
8379 (completion-setup-function): Use `completion-common-substring'
8380 to put faces.
8381
8382 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8383
8384 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8385 (x-get-selection, mac-select-convert-to-string): Convert from/to
8386 UTF-16 clipboard data as in native byte order, no BOM.
8387
8388 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8389
8390 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8391 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8392 (gud-sentinel): Use speedbar-frame to check for speedbar.
8393
8394 2005-10-15 Richard M. Stallman <rms@gnu.org>
8395
8396 * savehist.el: New file.
8397
8398 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8399
8400 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8401 Fix bug in \bf fontification.
8402
8403 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8404
8405 * pcvs.el (cvs-edit-log-files): New var.
8406 (cvs-mode-edit-log): New arg `file'.
8407 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8408 Instead force the use of the original file and nothing else.
8409 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8410 the cvs-minor-wrap-function is set.
8411 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8412
8413 2005-10-14 Bill Wohler <wohler@newt.com>
8414
8415 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8416 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8417 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8418 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8419 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8420 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8421 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8422 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8423 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8424 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8425 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8426 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8427 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8428 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8429 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8430
8431 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8432 appropriately (for example, gud-break to gud/break).
8433
8434 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8435
8436 * longlines.el (longlinges-search-function)
8437 (longlines-search-forward, longlines-search-backward): New functions.
8438 (longlines-mode): Set isearch-search-fun-function to
8439 longlinges-search-function.
8440
8441 * mouse.el (mouse-drag-region-1): Handle the case where a
8442 double-click event is bound to an arbitrary function.
8443
8444 2005-10-14 David Ponce <david@dponce.com>
8445
8446 * recentf.el (recentf-track-opened-file)
8447 (recentf-track-closed-file, recentf-update-menu)
8448 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8449 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8450 mouse-1-click-follows-link.
8451
8452 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8453
8454 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8455 Gnome file-manager.png. Suggested by
8456 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8457
8458 * toolbar/README: Add diropen.xpm.
8459
8460 2005-10-13 Bill Wohler <wohler@newt.com>
8461
8462 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8463 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8464
8465 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8468 Don't waste the byte-compiler's time on constant data.
8469
8470 2005-10-13 Kenichi Handa <handa@m17n.org>
8471
8472 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8473 byte with `escape-glyph' face.
8474
8475 * international/fontset.el (ccl-encode-unicode-font):
8476 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8477 Handle the case that ucs-mule-to-mule-unicode translates a character to
8478 ASCII (usually for IPA characters).
8479
8480 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8481
8482 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8483 Don't hide the underline of titles if font-lock-mode is disabled.
8484
8485 2005-10-12 Bill Wohler <wohler@newt.com>
8486
8487 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8488 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8489 files in MH-E-SRC have been updated.
8490 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8491
8492 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8493
8494 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8495 (mixal-mode-syntax-table): Add \n as end-comment.
8496 (mixal-operation-codes-alist): Immediately initialize to full value.
8497 (mixal-add-operation-code): Remove.
8498 (mixal-describe-operation-code): Make the arg non-optional.
8499 Use the interactive spec instead.
8500 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8501 (mixal-font-lock-keywords): Don't highlight comments here any more.
8502 (mixal-font-lock-syntactic-keywords): New var.
8503 (mixal-mode): Use it. Fix comment-start-skip.
8504
8505 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8506
8507 * startup.el (command-line-x-option-alist): -nb => -nbi
8508
8509 2005-10-12 Kim F. Storm <storm@cua.dk>
8510
8511 * startup.el (fancy-splash-default-action): Discard mouse click in
8512 the splash screen window, as it has no sensible meaning in the
8513 next window to be selected. Fixes error reported by Jan D.
8514
8515 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8516
8517 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8518
8519 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8520
8521 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8522 Try to fix up minor layout issues like indentation, line break, etc...
8523 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8524 because it doesn't work.
8525 (mixal-operation-codes): Add some more codes.
8526 (mixal-font-lock-keywords): Process comments here.
8527 (mixal-mode): mixasm no longer needs -g option.
8528
8529 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
8530
8531 * progmodes/sh-script.el (sh-tmp-file):
8532 Use mktemp -t. Finish support for es and rc shells.
8533
8534 2005-10-11 Jay Belanger <belanger@truman.edu>
8535
8536 * calc/calcalg2.el (calc-integral): With an argument, compute the
8537 definite integral.
8538
8539 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8540
8541 * mouse.el (mouse-drag-region-1): Don't try to catch a
8542 double-click when doing follow-link (it's overridden anyway).
8543
8544 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8545
8546 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8547 (autoload-print-form-outbuf): Add docstring.
8548
8549 2005-10-11 Juri Linkov <juri@jurta.org>
8550
8551 * info.el (Info-mode-menu): Delete menu item "Edit".
8552 (Info-mode): Delete description of Info-edit from docstring,
8553 and rearrange descriptions of Info commands in the order
8554 they are documented in the Info manual.
8555
8556 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * calendar/appt.el (appt-check): Use diary-selective-display var.
8559
8560 2005-10-10 Richard M. Stallman <rms@gnu.org>
8561
8562 * net/newsticker.el (newsticker-start, newsticker-show-news):
8563 Add autoload cookies.
8564
8565 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8566
8567 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8568
8569 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8570
8571 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8572
8573 2005-10-10 Jay Belanger <belanger@truman.edu>
8574
8575 * calc/calc-arith.el (math-check-known-scalarp)
8576 (math-check-known-matrixp): Check the values of arguments that are
8577 variables.
8578 (math-check-known-square-matrixp): New function.
8579 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8580 (math-super-types): Add sqmatrix type.
8581
8582 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8583 mode name `square' to `sqmatrix'.
8584
8585 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8586 mode name `square' to `sqmatrix'.
8587
8588 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8589
8590 * progmodes/etags.el (select-tags-table-mode): Don't use
8591 selective-display.
8592 (tags-select-tags-table): Pass `button' to the action function.
8593 (select-tags-table): Place the side-info on button properties rather
8594 than in hidden text. Abbreviate file names.
8595 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8596 (select-tags-table-select): Add `button' argument.
8597 Get side-info from the button property rather than from hidden text.
8598
8599 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8600
8601 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8602 (gud-speedbar-buttons): Preserve point if possible.
8603 (gud-sentinel): Restore previous speedbar display type.
8604
8605 * progmodes/gdb-ui.el (gdba): Improve diagram.
8606 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8607 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8608 Call get-buffer-window once.
8609
8610 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8611
8612 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8613 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8614 (pascal-indent-command): Remove unused var `ind'.
8615 (pascal-indent-case): Remove unused var `oldpos'.
8616 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8617 since it's now used as a proper minor mode map.
8618 (pascal-outline): Rename to pascal-outline-mode.
8619 (pascal-outline-mode): Use define-minor-mode.
8620 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8621 selective-display.
8622
8623 2005-10-10 Andreas Schwab <schwab@suse.de>
8624
8625 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8626 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8627
8628 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8629 outside source directory.
8630
8631 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8632
8633 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8634 C-x' as a prefix.
8635 (orgtbl-mode-map): Full keymap instead of sparse, because all
8636 `self-insert-command' keys are redefined in this map.
8637 (org-export-as-html): Specify charset for HTML file, by taking it
8638 from the coding system.
8639
8640 2005-10-10 Kenichi Handa <handa@m17n.org>
8641
8642 * textmodes/flyspell.el (flyspell-check-word-p):
8643 If unread-command-events is non-empty, don't call sit-for.
8644
8645 2005-10-09 Richard M. Stallman <rms@gnu.org>
8646
8647 * font-lock.el (font-lock-syntactic-keywords)
8648 (font-lock-keywords): Doc fixes.
8649
8650 * textmodes/flyspell.el (flyspell-external-point-words):
8651 Simplify logic, and don't try to check for consecutive appearances
8652 of one incorrect word.
8653
8654 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8655
8656 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8657 separator.
8658
8659 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8660 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8661 (gud-expansion-speedbar-buttons): New function.
8662 (gud-speedbar-buttons): Check for gud-comint-buffer.
8663
8664 2005-10-09 Bill Wohler <wohler@newt.com>
8665
8666 * Makefile.in (updates): Add mh-loaddefs dependency.
8667
8668 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8669
8670 * speedbar.el (speedbar-file-key-map): Fix typo.
8671
8672 2005-10-09 Daniel Brockman <daniel@brockman.se>
8673
8674 * cus-start.el (line-spacing): Add custom spec.
8675
8676 2005-10-09 Romain Francoise <romain@orebokech.com>
8677
8678 * textmodes/ispell.el (ispell-check-version): Fix last change.
8679
8680 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8681
8682 * term/x-win.el: Remove -i, --icon-type from comment.
8683
8684 * startup.el (command-line-x-option-alist): Remove options -i,
8685 -itype, --icon-type, added -nb, --no-bitmap-icon
8686
8687 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8688
8689 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8690 instead of :active.
8691
8692 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8693
8694 * textmodes/ispell.el (ispell-check-version):
8695 Ignore hyphen, and all that follows, in aspell's version text.
8696
8697 2005-10-08 Jay Belanger <belanger@truman.edu>
8698
8699 * calc/calc-arith.el (math-known-square-matrixp): New function.
8700 (math-pow-fancy): Check for matrices before distributing exponent
8701 across products.
8702
8703 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8704 fullscreen keypad. Suggested by Luc Teirlinck.
8705 (calc-keypad-show-input): Add space for formatting.
8706
8707 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8708 Add square matrix option.
8709
8710 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8711 of checking calc-matrix-mode when deciding how to expand.
8712
8713 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8714
8715 2005-10-08 Lars Hansen <larsh@soem.dk>
8716
8717 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8718 Add error handling.
8719 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8720
8721 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8722
8723 Sync with Tramp 2.0.51.
8724
8725 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8726 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8727 Insert special handling for `last-coding-system-used', again
8728 it still seems to be necessary (unlike stated before).
8729 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8730 (tramp-password-prompt-regexp): There might be other words before
8731 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8732 (tramp-chunksize): Improve docstring.
8733 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8734 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8735 Christian Joergensen <bugs@razor.dk>.
8736
8737 2005-10-07 Glenn Morris <rgm@gnu.org>
8738
8739 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8740 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8741 precision'.
8742
8743 2005-10-07 Romain Francoise <romain@orebokech.com>
8744
8745 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8746 (ibuffer-do-shell-command-pipe-replace)
8747 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8748 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8749 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8750 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8751 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8752 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8753 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8754 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8755 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8756 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8757 Autoload file sans suffix.
8758
8759 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8760
8761 2005-10-07 David Ponce <david@dponce.com>
8762
8763 * recentf.el (recentf-menu-open-all-flag): New option.
8764 (recentf-digit-shortcut-command-name): New function.
8765 (recentf--shortcuts-keymap): New variable.
8766 (recentf-menu-shortcuts): New variable.
8767 (recentf-make-menu-items): Initialize it. Replace the "More..."
8768 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8769 (recentf-menu-value-shortcut): New function.
8770 (recentf-make-menu-item): Use it. No more in-lined.
8771 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8772 (recentf-open-most-recent-file): Rename from
8773 `recentf-open-file-with-key'. Don't depend on key binding.
8774 (recentf-mode-map): New variable.
8775 (recentf-mode): Use it.
8776
8777 2005-10-06 Bill Wohler <wohler@newt.com>
8778
8779 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
8780
8781 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8782 (MH-E-SRC): New. Used by mh-autoloads.
8783 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8784 files in MH-E-SRC have been updated.
8785 (compile, recompile, bootstrap): Depend on mh-autoloads.
8786
8787 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8788
8789 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8790 gud-break and gud-remove icons when the fringe is not available.
8791
8792 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8793 Typo.
8794
8795 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8796
8797 * play/zone.el (zone): Wrap body with save-window-excursion.
8798
8799 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8800
8801 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8802 Use the new `list-only' arg to diary-list-entries.
8803
8804 * calendar/diary-lib.el: Use overlays rather than selective-display.
8805 (diary-selective-display): New var.
8806 (diary-header-line-format): Use it.
8807 (diary-list-entries): Add argument `list-only'.
8808 Put the buffer in diary-mode. Don't add \^M at beg and end.
8809 Replace \^M by invisible overlays.
8810 (diary-unhide-everything): Replace \^M by invisible overlays.
8811 (print-diary-entries): Look for overlays rather than \^M.
8812 Add a space to the temp buffer name.
8813 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8814 Put the buffer in diary-mode.
8815 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8816 (diary-anniversary): Make the year arg optional.
8817 (diary-time-regexp): New const.
8818 (diary-font-lock-keywords): Use it to accept a few more time formats.
8819
8820 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8821
8822 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8823
8824 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8825 Fix bug introduced 2005-07-03: Use (car (last ...))
8826 to faithfully reproduce replaced artist-last.
8827 (artist-set-arrow-points-for-poly): Likewise.
8828 Suggested by Johan Bockg\e,Ae\e(Brd.
8829
8830 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
8831
8832 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8833 * wid-edit.el (widget):
8834 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8835 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8836
8837 2005-10-06 Kenichi Handa <handa@m17n.org>
8838
8839 * international/mule-cmds.el (set-language-environment):
8840 Fix setting up of case-table for unibyte mode.
8841
8842 * simple.el (what-cursor-position): If the character is displayed
8843 by some `display' text property, show that. Don't use
8844 single-key-description for eight-bit characters in multibyte mode.
8845
8846 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
8847
8848 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8849 (gdb-ann3): Set it.
8850 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8851 (gdb-info-frames-custom): Use inverse-video for first five
8852 characters of selected frame only.
8853 (gdb-get-frame-number): Select frame even when point is on frame
8854 number.
8855
8856 2005-10-06 Masatake YAMATO <jet@gyve.org>
8857
8858 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8859 Put `font-lock-function-name-face'.
8860 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8861 and `font-lock-variable-name-face'
8862 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8863 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8864 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8865 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8866 (gdb-local-font-lock-keywords): New font lock keywords definition.
8867 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8868 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8869 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8870
8871 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
8872
8873 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8874 (ediff-merge-region-is-non-clash-to-skip): Previously called
8875 ediff-merge-region-is-non-clash.
8876
8877 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8878 Use insert-buffer-substring.
8879
8880 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8881 selecting files to patch. Also bug fixes.
8882
8883 * ediff-util.el (ediff-setup): Bug fix.
8884 (ediff-next-difference): Never skip clashes that differ in white
8885 space only.
8886
8887 * ediff-wind.el (ediff-setup-control-frame)
8888 (ediff-destroy-control-frame): Check the menubar feature.
8889
8890 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8891 (viper-refresh-mode-line): Use make-local-variable to localize
8892 some vars instead of make-variable-buffer-local. Suggested by
8893 Stefan Monnier.
8894
8895 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8896 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8897 Use make-local-variable instead of make-variable-buffer-local.
8898 Suggested by Stefan Monnier.
8899
8900 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8901 (viper-comint-mode-hook): Use make-local-variable on
8902 require-final-newline.
8903 (viper-non-hook-settings): Don't use make-variable-buffer-local.
8904
8905 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8906
8907 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8908 also the second char of a comment-start sequence.
8909 (scheme-sexp-comment-syntax-table): New var.
8910 (lambda, define): Set their scheme-doc-string-elt property.
8911 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8912 Use lisp-font-lock-syntactic-face-function now that it properly
8913 handles |...| symbols.
8914 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8915 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8916
8917 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8918 bit from # to |.
8919 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8920
8921 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8922 (lisp-doc-string-elt-property): New var.
8923 (lisp-font-lock-syntactic-face-function): Use it.
8924 Rewrite to recognize docstrings even for forms not at toplevel.
8925
8926 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8927 annotation on the | part of #| rather than on the # part.
8928 (scheme-font-lock-syntactic-face-function): New function, to
8929 distinguish strings from |...| symbols.
8930 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8931 syntax-table so that #|...|# is properly highlighted.
8932
8933 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8934 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8935
8936 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8937
8938 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8939 and C-e.
8940
8941 * emacs-lisp/eldoc.el: Move comments into docstrings.
8942 (eldoc-message-commands): Initialize in its declaration.
8943 Add move-beginning-of-line and move-end-of-line.
8944 (eldoc-add-command, eldoc-add-command-completions)
8945 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8946
8947 * outline.el (outline-mark-subtree): Activate the mark.
8948
8949 * calendar/appt.el (appt-time-regexp): New var.
8950 (appt-add, appt-make-list): Use it.
8951 (appt-convert-time): Clean up.
8952
8953 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8954 Don't set any syntax-table property here.
8955 (tex-font-lock-verb): New function. Do it here.
8956 (tex-font-lock-syntactic-keywords): Use it.
8957
8958 2005-10-04 Richard M. Stallman <rms@gnu.org>
8959
8960 * wid-edit.el (widget-file-complete): Get the widget start point
8961 the right way. Default directory to `/' if file has none.
8962
8963 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8964
8965 * textmodes/flyspell.el (flyspell-mode-on):
8966 Call ispell-maybe-find-aspell-dictionaries.
8967
8968 * textmodes/ispell.el (ispell-word, ispell-region):
8969 Call ispell-maybe-find-aspell-dictionaries.
8970 (ispell-accept-buffer-local-defs):
8971 Don't call ispell-maybe-find-aspell-dictionaries
8972
8973 2005-10-04 Richard M. Stallman <rms@gnu.org>
8974
8975 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8976
8977 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
8978
8979 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8980 instead of `fboundp' in order to allow for anonymous functions.
8981
8982 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
8983
8984 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8985 case the user clicks on the link while another window is selected.
8986 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8987
8988 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8989 functionality.
8990 (dframe-help-echo): Save point in case mouse tracking is off.
8991
8992 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8993
8994 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8995
8996 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8997
8998 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8999 not change the global value of those vars.
9000
9001 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
9002 make-local-variable which we do not need any more.
9003
9004 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
9005
9006 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
9007 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
9008 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
9009 (speedbar-path-line): Define obsolete aliases.
9010 (speedbar-line-directory): Doc fix.
9011
9012 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
9013 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
9014 instead of speedbar-line-path.
9015
9016 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9017
9018 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
9019 to nil if dropping on a window. Handle dropping on a minibuffer window
9020 like dropping on a non-window part of Emacs.
9021
9022 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * net/ange-ftp.el: Use with-current-buffer.
9025 (ange-ftp-insert-directory): Do not follow symlinks any more.
9026
9027 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
9028 Remove interactive spec.
9029
9030 2005-10-03 Kim F. Storm <storm@cua.dk>
9031
9032 * ido.el (ido-mode): Use custom-initialize-set.
9033
9034 2005-10-02 Richard M. Stallman <rms@gnu.org>
9035
9036 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
9037 Use insert-buffer-substring.
9038
9039 * net/tramp.el: Pacify byte compiler warnings in pacification code.
9040 (tramp-handle-file-local-copy): Use insert-buffer-substring.
9041
9042 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
9045 in last change.
9046 (ange-ftp-insert-directory): Fix up the search for the case where
9047 `file' is absolute.
9048
9049 2005-10-02 Romain Francoise <romain@orebokech.com>
9050
9051 * progmodes/compile.el (compile-goto-error): Delete extra paren.
9052
9053 2005-10-02 Andreas Schwab <schwab@suse.de>
9054
9055 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9056 directory component in the session info.
9057
9058 2005-10-01 Richard M. Stallman <rms@gnu.org>
9059
9060 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9061
9062 * simple.el (next-error-internal): New function.
9063
9064 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9065 (compilation-start): Pass new arg to compilation-buffer-name.
9066 (compile-goto-error): Use next-error-internal.
9067
9068 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9069
9070 * speedbar.el: Remove RCS tag.
9071 (speedbar-check-read-only): Handle non-existent files.
9072
9073 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9074
9075 * info.el (Info-speedbar-hierarchy-buttons)
9076 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9077
9078 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9079
9080 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9081 Do not match newline.
9082 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9083 (bibtex-summary): Remove unnecessary save-excursion.
9084 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9085
9086 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9087
9088 * term/mac-win.el: Add charset info for "iso10646-1".
9089 Modify default fontset to use ATSUI-compatible fonts for some charsets
9090 if available.
9091
9092 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9093
9094 * speedbar.el: Re-apply arch tag.
9095 (speedbar-version): Rename to version 1.0. Suggested by Eric
9096 M. Ludlam.
9097 Reapply two changes from Emacs CVS' version of speedbar lost
9098 during the merge:
9099 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9100 (speedbar-frame-parameters): Improve customize type.
9101
9102 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9103
9104 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9105 (ange-ftp-file-directory-p): Fix the symlink case.
9106 (ange-ftp-insert-directory): When listing a single file, get a list of
9107 the parent buffer and extract the relevant line. Inspired from a patch
9108 by Katsumi Yamaoka <yamaoka@jpl.org>.
9109 (ange-ftp-file-name-sans-versions): Simplify.
9110
9111 2005-09-30 Bill Wohler <wohler@newt.com>
9112
9113 Move MH-E image files from toolbar and mail directories into
9114 etc/images.
9115
9116 * mail/reply2.*: Move to etc/images/mail/reply*.
9117
9118 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9119 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9120 etc/images.
9121
9122 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9123 * toolbar/reply*: Move to etc/images/mail.
9124
9125 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9126
9127 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9128
9129 * speedbar.el: New version 1.0pre3.
9130
9131 Frame management code (including timer, and mouse click specifics)
9132 moved to dframe.el:
9133 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9134 (speedbar-timer): Removed. Use dframe-timer.
9135 (speedbar-close-frame): Removed. Use dframe-close-frame.
9136 (speedbar-activity-change-focus-flag): Removed. Use
9137 dframe-activity-change-focus-flag.
9138 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9139 dframe-update-speed.
9140
9141 (speedbar-current-frame): New macro. Use this instead of the
9142 variable speedbar-frame.
9143
9144 (speedbar-use-images, speedbar-expand-image-button-alist)
9145 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9146
9147 (speedbar-find-image-on-load-path): Removed. Replaced by
9148 defezimage in ezimage.el.
9149 (speedbar-expand-image-button-alist): Removed. Replaced by
9150 ezimage-expand-image-button-alist in ezimage.el.
9151
9152 (speedbar-ignored-directory-regexp)
9153 (speedbar-add-ignored-directory-regexp)
9154 (speedbar-ignored-directory-expressions)
9155 (speedbar-line-directory, speedbar-buffers-line-directory)
9156 (speedbar-directory-line, speedbar-buffers-line-directory):
9157 Renamed, replacing `path' with `directory'.
9158
9159 (speedbar-create-directory, speedbar-expand-line-descendants)
9160 (speedbar-toggle-line-expansion)
9161 (speedbar-contract-line-descendants): New commands.
9162
9163 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9164 (speedbar-use-tool-tips-flag): New options.
9165
9166 (speedbar-check-read-only, speedbar-require-version)
9167 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9168 (speedbar-handle-delete-frame, speedbar-try-completion)
9169 (speedbar-update-localized-contents): New functions.
9170
9171 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9172 (speedbar-object-read-only-indicator): New variables.
9173
9174 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9175 New hooks.
9176
9177 (speedbar-separator-face): New face.
9178
9179 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9180 (speedbar-ignored-modes): Add fundamental-mode.
9181 (speedbar-directory-unshown-regexp): Add . directories.
9182
9183 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9184 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9185 `]' for full expand/close.
9186 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9187
9188 (speedbar-check-vc): Support hidden files.
9189 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9190 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9191 state is nil, it is not checked out.
9192
9193 (speedbar-line-text, speedbar-line-token): Support expand buttons
9194 with no text.
9195 (speedbar-refresh): Universal argument acts as power-click.
9196 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9197 that buffer to get variable values.
9198
9199 And many other bugfixes.
9200
9201 * dframe.el, ezimage.el, sb-image.el: New files.
9202
9203 * sb-*.xpm: Remove files. New image files installed into
9204 etc/images/ezimage.
9205
9206 2005-09-30 Kenichi Handa <handa@m17n.org>
9207
9208 * ps-mule.el (ps-mule-show-warning): If a character is in
9209 ps-print-translation-table, don't treat it as non-printable.
9210
9211 2005-09-30 David Ponce <david@dponce.com>
9212
9213 * tree-widget.el (tree-widget-themes-load-path): New variable.
9214 (tree-widget-themes-directory): Doc fix.
9215 (tree-widget-image-formats) [Emacs]: Doc fix.
9216 (tree-widget--locate-sub-directory): New function.
9217 (tree-widget-themes-directory): Use it.
9218
9219 * recentf.el (recentf-filename-handlers): Rename from
9220 `recentf-filename-handler'. Allow a list of functions.
9221 (recentf-menu-items-for-commands): Fix :help strings.
9222 (recentf-apply-filename-handlers): New function.
9223 (recentf-expand-file-name): Use it.
9224 (recentf-cleanup): Remove duplicates too.
9225
9226 2005-09-29 Juri Linkov <juri@jurta.org>
9227
9228 * faces.el: Rearrange face definitions to be in the same order as
9229 their face descriptions in "(emacs)Standard Faces".
9230
9231 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9232
9233 * tooltip.el (tooltip): Add group `basic-faces'.
9234
9235 * buff-menu.el (Buffer-menu-buffer): Remove group
9236 `font-lock-highlighting-faces'.
9237
9238 * progmodes/compile.el (compilation-error, compilation-warning)
9239 (compilation-info, compilation-line-number, compilation-column-number):
9240 Change group from `font-lock-highlighting-faces' to `compilation'.
9241
9242 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9243 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9244 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9245 (vhdl-font-lock-reserved-words-face)
9246 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9247 `font-lock-highlighting-faces'.
9248
9249 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9250
9251 2005-09-28 Kim F. Storm <storm@cua.dk>
9252
9253 * emulation/cua-base.el: Set CUA move property on additional commands:
9254 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9255 forward-sexp, backward-sexp, forward-list, backward-list.
9256
9257 2005-09-28 Romain Francoise <romain@orebokech.com>
9258
9259 * comint.el (comint-show-output): Really set point at the
9260 beginning of the output when not using `comint-use-prompt-regexp'.
9261
9262 2005-09-27 Jay Belanger <belanger@truman.edu>
9263
9264 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9265 in TeX mode.
9266
9267 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9268
9269 * textmodes/org.el (org-table-sum): Fix format string.
9270
9271 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9272 Quote face names.
9273
9274 2005-09-26 Romain Francoise <romain@orebokech.com>
9275
9276 * isearch.el (isearch-forward-regexp): Close doc string.
9277
9278 2005-09-25 Richard M. Stallman <rms@gnu.org>
9279
9280 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9281
9282 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9283
9284 * progmodes/compile.el (compilation-error-properties):
9285 When getting the file from the previous error message,
9286 correctly decode the new data format.
9287
9288 * progmodes/cc-cmds.el (c-electric-paren):
9289 Call old-blink-paren only for close-paren.
9290
9291 2005-09-24 Andreas Schwab <schwab@suse.de>
9292
9293 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9294 condition.
9295
9296 2005-09-25 Romain Francoise <romain@orebokech.com>
9297
9298 * dired-aux.el (dired-copy-file-recursive):
9299 * dired.el (dired-delete-file):
9300 * ediff-mult.el (ediff-dir-diff-copy-file):
9301 * ediff-util.el (ediff-test-save-region):
9302 * forms.el (forms-mode):
9303 * ido.el (ido-file-internal, ido-delete-file-at-head):
9304 * log-edit.el (log-edit-done):
9305 * ses.el (ses-yank-resize):
9306 * play/gomoku.el (gomoku-human-plays, gomoku)
9307 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9308 (gomoku-offer-a-draw):
9309 * play/landmark.el (lm-human-resigns, lm):
9310 * net/eudcb-ldap.el (eudc-ldap-check-base):
9311 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9312 * progmodes/ebrowse.el (ebrowse-find-pattern):
9313 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9314 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9315 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9316
9317 * vc.el (vc-delete-file):
9318 * play/gomoku.el (gomoku-terminate-game, gomoku)
9319 (gomoku-prompt-for-move, gomoku-human-takes-back):
9320 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9321 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9322
9323 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9324
9325 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9326 color rxvt terminals by using the code xterm.el used to use before
9327 2005-04-09 in order to match the colors used by rxvt.
9328
9329 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9330
9331 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9332 colors rxvt-unicode terminals by using the same code as xterm.el.
9333
9334 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9335
9336 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9337 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9338 new symbol used for the tex-verbatim face.
9339
9340 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9341
9342 * woman.el (woman-file-name):
9343 * wid-edit.el (widget-file-prompt-value)
9344 (widget-coding-system-prompt-value):
9345 * w32-fns.el (set-w32-system-coding-system):
9346 * vc.el (vc-version-diff, vc-annotate):
9347 * textmodes/reftex-auc.el (reftex-arg-cite)
9348 (reftex-arg-index-tag):
9349 * textmodes/refer.el (refer-get-bib-files):
9350 * textmodes/artist.el (artist-figlet-choose-font):
9351 * terminal.el (terminal-emulator):
9352 * replace.el (occur-read-primary-args):
9353 * rect.el (string-rectangle, string-insert-rectangle):
9354 * ps-print.el (ps-print-preprint):
9355 * progmodes/pascal.el (pascal-goto-defun):
9356 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9357 * progmodes/compile.el (compilation-find-file):
9358 * printing.el (pr-interactive-n-up):
9359 * play/animate.el (animate-birthday-present):
9360 * net/rcompile.el (remote-compile):
9361 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9362 * mail/rmailsum.el (rmail-summary-search-backward)
9363 (rmail-summary-search):
9364 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9365 (rmail-output-read-file-name):
9366 * mail/rmail.el (rmail-search, rmail-search-backwards):
9367 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9368 * locate.el (locate):
9369 * international/quail.el (quail-show-keyboard-layout):
9370 * international/mule.el (set-buffer-file-coding-system)
9371 (revert-buffer-with-coding-system, set-file-name-coding-system)
9372 (set-terminal-coding-system, set-keyboard-coding-system)
9373 (set-next-selection-coding-system):
9374 * international/mule-diag.el (describe-coding-system)
9375 (describe-font, describe-fontset):
9376 * international/mule-cmds.el (universal-coding-system-argument)
9377 (search-unencodable-char, describe-input-method)
9378 (set-language-environment, describe-language-environment):
9379 * international/codepage.el (codepage-setup):
9380 * international/code-pages.el (codepage-setup):
9381 * info.el (Info-search, Info-follow-reference)
9382 (Info-search-backward):
9383 * emacs-lisp/advice.el (ad-read-advised-function)
9384 (ad-read-advice-class, ad-clear-cache, ad-activate)
9385 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9386 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9387 (ad-read-regexp):
9388 * ediff-util.el (ediff-toggle-regexp-match):
9389 * ediff-ptch.el (ediff-prompt-for-patch-file):
9390 * dired-aux.el (dired-diff):
9391 * diff.el (diff):
9392 * cus-edit.el (custom-variable-prompt):
9393 * calendar/timeclock.el (timeclock-ask-for-project):
9394 * calc/calcalg3.el (calc-get-fit-variables):
9395 * calc/calc-store.el (calc-edit-variable)
9396 (calc-permanent-variable):
9397 * vc-mcvs.el (vc-mcvs-register):
9398 * shadowfile.el (shadow-define-literal-group):
9399 * woman.el (woman-file-name):
9400 * vc.el (vc-version-diff, vc-merge):
9401 * textmodes/reftex-index.el (reftex-index-complete-tag):
9402 * format.el (format-decode-buffer, format-decode-region):
9403 * emulation/viper-cmd.el (viper-read-string-with-history):
9404 * emacs-lisp/debug.el (cancel-debug-on-entry):
9405 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9406 * ediff.el (ediff-merge-revisions)
9407 (ediff-merge-revisions-with-ancestor, ediff-revision):
9408 * completion.el (interactive-completion-string-reader):
9409 * calc/calc-prog.el (calc-user-define-formula):
9410 Follow convention for reading with the minibuffer.
9411
9412 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9413
9414 * progmodes/python.el (python-describe-symbol): Add globals() and
9415 locals() to the arguments of emacs.ehelp.
9416
9417 2005-09-24 Magnus Henoch <mange@freemail.hu>
9418
9419 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9420 New function, code extracted from ispell-valid-dictionary-list.
9421 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9422 Call it.
9423
9424 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9425
9426 * subr.el (version-regexp-alist): Extend valid syntax for version
9427 strings: allow any of the characters -,_,+ to separate the
9428 alpha/beta/rc part from the version part. Doc fix.
9429 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9430
9431 2005-09-23 David Reitter <david.reitter@gmail.com>
9432
9433 * mail/mailclient.el: New file.
9434
9435 2005-09-23 Richard M. Stallman <rms@gnu.org>
9436
9437 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9438 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9439 Doc fixes.
9440
9441 * progmodes/cc-mode.el (c-font-lock-init):
9442 Specify font-lock-lines-before.
9443
9444 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9445
9446 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9447 whole conflict.
9448
9449 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9450
9451 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9452 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9453 of `remap' feature when available. Additional key bindings for
9454 better tty support.
9455 (org-mode-restart, org-force-self-insert): New commands.
9456 (org-time-stamp-inactive): New command.
9457 (org-remap): New function.
9458 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9459 (org-enable-fixed-width-editor): Move to `org-structure'
9460 customization group.
9461 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9462 blank field after field motion commands.
9463
9464 2005-09-23 Kenichi Handa <handa@m17n.org>
9465
9466 * international/mule-cmds.el (set-language-environment):
9467 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9468 have to call utf-translate-cjk-load-tables.
9469
9470 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9471
9472 * mouse.el (mouse-move-drag-overlay): Fix last change.
9473
9474 2005-09-22 David Ponce <david@dponce.com>
9475
9476 * tree-widget.el (tree-widget-value-create): Fix previous change.
9477
9478 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9479
9480 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9481
9482 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9483
9484 * mouse.el (mouse-move-drag-overlay): New function.
9485 (mouse-drag-region-1): Use it.
9486 Try to simplify a bit the state handling. Handle clicks on links
9487 inside intangible areas.
9488 (mouse-save-then-kill): Minor simplification.
9489 (mouse-secondary-overlay): Make it always non-nil instead of
9490 recreating it each time.
9491 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9492 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9493 Simplify accordingly.
9494
9495 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9496
9497 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9498
9499 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9500
9501 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9502 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9503 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9504 to patch.
9505
9506 * ediff-util.el: Use insert-buffer-substring.
9507
9508 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9509
9510 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9511 field boundaries in the minibuffer.
9512 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9513 (viper-minibuffer-post-command-hook): New hook.
9514 (viper-line): Don't move cursor at bolp.
9515
9516 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9517
9518 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9519 avoid compiler warnings.
9520
9521 * emulation/viper-macs.el (ex-map): Better messages.
9522
9523 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9524
9525 * emulation/viper.el: Replace make-variable-buffer-local with
9526 viper-make-variable-buffer-local everywhere, to avoid warnings.
9527
9528 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9529
9530 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9531 Delete unused var `old-selected-window'.
9532 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9533 (mouse-drag-secondary): Delete unused var `start-frame'.
9534
9535 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9536
9537 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9538
9539 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9542 Re-indent within 80 columns. Use inhibit-read-only.
9543
9544 2005-09-19 Romain Francoise <romain@orebokech.com>
9545
9546 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9547
9548 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9549
9550 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9551 unconditionally, since the after-change-function already did it.
9552
9553 2005-09-19 Miles Bader <miles@gnu.org>
9554
9555 * net/newsticker.el: Get rid of CVS keyword.
9556
9557 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9558
9559 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9560 The prompt is formatted later.
9561
9562 2005-09-19 David Ponce <david@dponce.com>
9563
9564 * tree-widget.el (tree-widget-value-create): Save the converted
9565 tree :node widget.
9566
9567 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9568
9569 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9570 variable `message'.
9571
9572 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9573
9574 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9575 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9576 <slawomir.nowaczyk.847@student.lu.se>.
9577
9578 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9579
9580 * image.el (image-load-path): Use symbol `data-directory' instead
9581 of its value, for backward compatibility with packages that bind
9582 it during `find-image'. Suggested by Katsumi Yamaoka.
9583 (image-search-load-path): Handle symbols whose values are strings.
9584
9585 2005-09-18 Romain Francoise <romain@orebokech.com>
9586
9587 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9588 with-current-buffer form in save-excursion.
9589
9590 2005-09-18 D Goel <deego@gnufans.org>
9591
9592 * apropos.el (apropos-command): Fix `message' call: first arg
9593 should be a format spec. In this and all other cases that appear
9594 below and elsewhere in the source code, I made a change only when
9595 two conditions were satisfied: [1] I can think of a possibility
9596 that the arguments would cause an error, for example, the code in
9597 question relies on external variables such as filenames. [2] I
9598 was sure that the arg to `message' could not have been nil in the code.
9599
9600 * textmodes/tildify.el (tildify-region): Ditto.
9601
9602 * textmodes/reftex-index.el (reftex-index-change-entry)
9603 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9604 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9605 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9606 (org-priority, org-table-sum):
9607 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9608 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9609 (flyspell-word, flyspell-display-next-corrections):
9610 * textmodes/bibtex.el (bibtex-print-help-message):
9611 * textmodes/artist.el (artist-key-set-point-poly):
9612 * term/mac-win.el (mac-services-insert-text):
9613 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9614 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9615 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9616 (vhdl-compose-configuration):
9617 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9618 (sh-set-indent, sh-learn-line-indent):
9619 * progmodes/ps-mode.el (ps-mode-target-column):
9620 * progmodes/idlwave.el (idlwave-make-tags)
9621 (idlwave-scan-library-catalogs):
9622 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9623 * progmodes/gud.el (gud-jdb-analyze-source):
9624 * progmodes/flymake.el (flymake-log):
9625 * progmodes/ebnf2ps.el (ebnf-generate-region):
9626 * progmodes/cmacexp.el (c-macro-expansion):
9627 * progmodes/ada-xref.el (ada-treat-cmd-string):
9628 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9629 (ada-justified-indent-current, ada-batch-reformat):
9630 * play/zone.el (zone):
9631 * play/landmark.el (lm-move):
9632 * play/decipher.el (decipher-show-alphabet):
9633 * net/newsticker.el (newsticker--display-jump)
9634 (newsticker--display-scroll):
9635 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9636 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9637 * mail/feedmail.el (feedmail-dump-message-to-queue):
9638 * eshell/esh-proc.el (eshell-remove-process-entry):
9639 * emulation/ws-mode.el (ws-last-error):
9640 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9641 (viper-record-kbd-macro):
9642 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9643 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9644 * emacs-lisp/find-func.el (find-function-noselect):
9645 * calendar/timeclock.el (timeclock-status-string)
9646 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9647 (timeclock-when-to-leave-string):
9648 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9649 * calc/calc-units.el (calc-enter-units-table):
9650 * calc/calc-mode.el (calc-mode-record-mode):
9651 * woman.el (woman-mini-help):
9652 * wdired.el (wdired-change-to-wdired-mode):
9653 * vc.el (vc-retrieve-snapshot):
9654 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9655 * startup.el (display-startup-echo-area-message):
9656 * simple.el (set-goal-column):
9657 * ses.el (ses-command-hook, ses-recalculate-cell):
9658 * server.el (server-process-filter):
9659 * printing.el (pr-interface-txt-print, pr-interface-printify)
9660 (pr-interface-ps):
9661 * pcvs.el (cvs-help):
9662 * log-edit.el (log-edit, log-edit-mode-help):
9663 * iswitchb.el (iswitchb-possible-new-buffer):
9664 * isearch.el (isearch-edit-string):
9665 * image-mode.el (image-mode, image-minor-mode):
9666 * ibuf-macs.el (define-ibuffer-filter):
9667 * hi-lock.el (hi-lock-find-patterns):
9668 * files.el (toggle-read-only):
9669 * ediff-util.el (ediff-copy-diff)
9670 (ediff-write-merge-buffer-and-maybe-kill):
9671 * echistory.el (Electric-history-undefined):
9672 * dnd.el (dnd-insert-text):
9673 * dired-aux.el (dired-query):
9674 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9675 * bookmark.el (bookmark-bmenu-locate):
9676 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9677 Fix `message' calls to ensure first arg is a format string.
9678 The change was made only when these two conditions were satisfied:
9679 [1] when there is a possibility that the arguments would cause an error
9680 for example, if the code in question relies on external variables
9681 such as filenames, and
9682 [2] if the arg to `message' could not have been nil in the code.
9683
9684 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9685 Not having a %s would be weird, though not technically wrong.
9686
9687 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9688
9689 * term/mac-win.el (mac-add-charset-info): Doc fix.
9690
9691 2005-09-17 Romain Francoise <romain@orebokech.com>
9692
9693 * shell.el (shell-resync-dirs): Handle echoing processes more
9694 reliably. Don't insert resync command if `comint-process-echoes'
9695 is non-nil.
9696
9697 2005-09-17 Magnus Henoch <mange@freemail.hu>
9698
9699 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9700 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9701 aspell versions >= 0.60.
9702 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9703 only if ispell-aspell-supports-utf8 is non-nil.
9704
9705 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9706
9707 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9708 buffer-local value to lisp-indent-function.
9709
9710 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9711
9712 * progmodes/glasses.el (glasses-make-readable): If
9713 glasses-separator differs from underscore, put appropriate
9714 overlays over underscore characters.
9715 (glasses-convert-to-unreadable): If glasses-separator differs from
9716 underscore, try to convert glasses-separator characters to
9717 underscores.
9718
9719 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9720
9721 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9722 Use with-syntax-table and dolist.
9723
9724 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
9725
9726 * textmodes/reftex-auc.el:
9727 * textmodes/reftex-cite.el:
9728 * textmodes/reftex-dcr.el:
9729 * textmodes/reftex-global.el:
9730 * textmodes/reftex-parse.el:
9731 * textmodes/reftex-ref.el:
9732 * textmodes/reftex-sel.el:
9733 * textmodes/reftex-toc.el:
9734 * textmodes/reftex-vars.el:
9735 * textmodes/reftex.el: Small changes to remove compiler warnings.
9736
9737 * textmodes/reftex-index.el: Likewise.
9738 (reftex-query-index-phrase): More efficient use of markers.
9739
9740 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9741
9742 * image.el (image-load-path): New variable.
9743 (image-search-load-path): New function.
9744 (find-image): Search for images in `image-load-path'.
9745
9746 2005-09-15 Richard M. Stallman <rms@gnu.org>
9747
9748 * follow.el: Change Maintainer field.
9749
9750 2005-09-15 David Ponce <david@dponce.com>
9751
9752 * recentf.el (recentf-save-file-modes): New option.
9753 (recentf-save-list): Use it.
9754
9755 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
9756
9757 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9758 (mode-line-mule-info, mode-line-modified): Move bindings from
9759 mouse-3 to mouse-1.
9760
9761 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9762
9763 * simple.el (sendmail-user-agent-compose): Revert last change.
9764
9765 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9766
9767 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9768 Use with-current-buffer.
9769 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9770 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9771 (ange-ftp-insert-directory): Remove unused var `short'.
9772 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9773
9774 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9775 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9776
9777 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9778 (check-calendar-holidays, diary-list-entries): Autoload.
9779 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9780 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9781
9782 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9783 which mistakenly removed a call to display-buffer.
9784
9785 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
9786
9787 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9788
9789 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9790
9791 * progmodes/hideshow.el
9792 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9793 (hs-allow-nesting): New user var.
9794 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9795 (hs-hide-block-at-point): When nesting allowed,
9796 if there is already an overlay in place, delete it.
9797 (hs-safety-is-job-n): Delete func; remove call sites.
9798 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9799 (hs-overlay-at): New func.
9800 (hs-already-hidden-p, hs-show-block): Use it.
9801 (hs-hide-all): Don't pre-clean if nesting allowed.
9802 (hs-show-all): Temporarily disallow
9803 nesting around call to `hs-discard-overlays'.
9804
9805 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
9806
9807 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9808 Delete unused local var.
9809
9810 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
9811
9812 * help-fns.el (describe-categories): "?\ " -> "?\s".
9813 (help-do-arg-highlight): Recognize also ARG-n, as in
9814 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9815
9816 * international/codepage.el (dos-unsupported-char-glyph):
9817 * net/newsticker.el (tool-bar-map, w3-mode-map)
9818 (w3m-minor-mode-map):
9819 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9820 (ent-alist):
9821 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9822
9823 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
9824
9825 * custom.el (custom-push-theme): Handle the case where a symbol is
9826 bound but face properties have not yet been assigned.
9827
9828 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9829 Fix behavior if noerase is `t' and there is no mail buffer.
9830
9831 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9832 if `continue' is nil, rather than signal an error.
9833
9834 2005-09-12 Richard M. Stallman <rms@gnu.org>
9835
9836 * font-lock.el (font-lock-keywords): Add autoload.
9837
9838 * help-fns.el (describe-variable): Rearrange to put source link
9839 in a predictable place.
9840
9841 * net/newsticker.el: New file.
9842
9843 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9844
9845 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9846 (calendar-basic-setup): Use the new nil arg.
9847 (number-of-diary-entries): Move to diary-lib.el.
9848
9849 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9850 (diary-list-entries): Use with-syntax-table and dolist.
9851 Rename from list-diary-entries.
9852 Use number-of-diary-entries if `number' is nil.
9853 (diary, diary-view-entries): Use this new name and new nil arg value.
9854 (number-of-diary-entries): Move from calendar.el.
9855 (diary-unhide-everything): New function.
9856 (include-other-diary-files, fancy-diary-display)
9857 (diary-show-all-entries, make-diary-entry): Use it.
9858 (diary-mail-entries): Use buffer-string.
9859 (mark-diary-entries): Fix long standing paren typo.
9860 (diary-sexp-entry): Use count-lines.
9861 (make-diary-entry): Avoid `previous-line'.
9862 (diary-mode-map): New var.
9863 (diary-mode): Redraw cal after saving. Setup header-line.
9864 (fancy-diary-display-mode): Use local-set-key.
9865
9866 * startup.el (command-line): Try calling various terminal-init-foo-bar
9867 functions by stripping hyphenated suffixes from $TERM.
9868
9869 * files.el (normal-mode): Check boundness of font-lock-keywords.
9870
9871 2005-09-12 Richard M. Stallman <rms@gnu.org>
9872
9873 * progmodes/compile.el: Don't decide a file's directory
9874 until the user actually tries to go there.
9875 (compilation-next-error-function):
9876 Pass compilation-find-file the directory from the file-struct.
9877 (compilation-internal-error-properties): Separate local FILE-STRUCT
9878 from FILE. Doc the args better. Rename arg FMT to FMTS.
9879 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9880 Expand it, and if nil, use default-directory.
9881 (compilation-get-file-structure): Don't mix specified directory
9882 with default directory. Put specified directory into
9883 file-struct. Don't make the file name absolute.
9884
9885 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9886 (compile-command): Add autoload.
9887 (compilation-disable-input): Add autoload.
9888
9889 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9890
9891 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9892 strings of the variables it can override.
9893 (time-stamp): New (as yet undocumented) time-stamp-format escapes
9894 %Q and %q, for fully-qualified domain name and unqualified host name.
9895
9896 2005-09-11 Kim F. Storm <storm@cua.dk>
9897
9898 * emacs-lisp/authors.el (authors-aliases): Update list.
9899 (authors-fixed-entries): Update mldrag.el entry.
9900
9901 2005-09-10 Alan Mackenzie <acm@muc.de>
9902
9903 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9904 from the region narrowed to.
9905
9906 2005-09-10 Magnus Henoch <mange@freemail.hu>
9907
9908 * textmodes/ispell.el (ispell-check-version): Signal an error if
9909 aspell version is less than 0.60.
9910
9911 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9912
9913 * progmodes/octave-inf.el (inferior-octave-startup):
9914 Resync current dir at the end.
9915
9916 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
9917
9918 * woman.el (woman-topic-at-point-default):
9919 Rename to woman-use-topic-at-point-default.
9920 (woman-topic-at-point): Rename to woman-use-topic-at-point.
9921 (woman-file-name): Reflect renames above. Automatically use the
9922 word at point as topic if woman-use-topic-at-point is non-nil.
9923 Otherwise offer it as default but don't insert it in the
9924 minibuffer. Also use `test-completion' instead of `assoc' as
9925 suggested by Stefan Monnier.
9926
9927 2005-09-10 Andre Spiegel <spiegel@gnu.org>
9928
9929 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9930 the attempt to do it over Tramp. This is not yet supported.
9931
9932 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9933
9934 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9935 (menu-bar-non-minibuffer-window-p): New functions.
9936 ("Split Window", "Save As..."): Use them.
9937 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9938 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9939 Use menu-bar-menu-frame-live-and-visible-p.
9940 ("Save Buffer", "Insert File", "Open Directory...")
9941 ("Open File...", "Visit New File..."):
9942 Use menu-bar-non-minibuffer-window-p.
9943 (kill-this-buffer-enabled-p, dired <menu-enable>):
9944 Use menu-bar-non-minibuffer-window-p.
9945
9946 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9947
9948 * cus-start.el (all): Don't complain about fringe-related
9949 built-ins if fringes are not supported. Ditto about
9950 selection-related built-ins. Fix the test for GTK-related built-ins.
9951
9952 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9953 ("Postscript Print Buffer", "Print Region", "Save As...")
9954 ("Save", "Insert File...", "Open Directory...")
9955 ("Open File...", "Visit New File..."")
9956 ("Truncate Long Lines in this Buffer"): Don't look at
9957 menu-updating-frame if this display does not support multiple frames.
9958
9959 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9960
9961 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9962
9963 2005-09-09 Emilio Lopes <eclig@gmx.net>
9964
9965 * woman.el: Format- and whitespace-related changes.
9966
9967 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9968
9969 * woman.el: Fix my email address.
9970
9971 2005-09-08 Richard M. Stallman <rms@gnu.org>
9972
9973 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9974 (sh-mode): Locally set skeleton-pair-default-alist.
9975
9976 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9977
9978 * progmodes/flymake.el: Require `compile' unconditionally.
9979
9980 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9981
9982 * woman.el (woman-file-name): Provide a default, not initial input.
9983
9984 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9985
9986 * font-lock.el (font-lock-support-mode): Doc fix.
9987
9988 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9989
9990 2005-09-08 Richard M. Stallman <rms@gnu.org>
9991
9992 * simple.el (blink-matching-open): Get rid of text props from
9993 the string shown in echo area. Don't permanently set point.
9994 Some rearrangements.
9995
9996 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9997
9998 * recentf.el (recentf-filename-handler): Add custom choice
9999 `abbreviate-file-name'.
10000
10001 * msb.el (msb--very-many-menus): Fix typo.
10002
10003 * disp-table.el (standard-display-european): Don't set
10004 enable-multibyte-characters to nil.
10005
10006 2005-09-08 David Ponce <david@dponce.com>
10007
10008 * recentf.el (recentf-show-file-shortcuts-flag): New option.
10009 (recentf-expand-file-name): Doc fix.
10010 (recentf-dialog-mode-map): Define digit shortcuts.
10011 (recentf--files-with-key): New variable.
10012 (recentf-show-digit-shortcut-filter): New function.
10013 (recentf-open-files-items): New function.
10014 (recentf-open-files): Use it.
10015 (recentf-open-file-with-key): New command.
10016
10017 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
10018
10019 * buff-menu.el (Buffer-menu-sort-by-column): New function.
10020 Suggested by Kim F. Storm.
10021 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
10022 (Buffer-menu-make-sort-button): Use global keymap.
10023
10024 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
10025
10026 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
10027 (Man-getpage-in-background-advice): Remove defadvice; it isn't
10028 necessary any longer with the remapped command.
10029 (Man-bgproc-sentinel-advice): Remove defadvice which counts
10030 formatting time only.
10031
10032 * net/tramp.el (tramp-action-password)
10033 (tramp-multi-action-password): Compile the password prompt from
10034 `method', `user' and `host'. Sometimes it isn't obvious which
10035 password to enter, for example with remote files offered by
10036 recentf.el, or with multiple steps. Suggested by Robert Marshall
10037 <robert@chezmarshall.freeserve.co.uk>.
10038
10039 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
10040
10041 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
10042 Fix regexp for when "s///" is at the beginning of line.
10043
10044 2005-09-07 Jay Belanger <belanger@truman.edu>
10045
10046 * calc/calc-poly.el (math-expand-term): Multiply out any powers
10047 when in matrix mode.
10048
10049 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
10050
10051 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
10052 non-anonymous functions.
10053
10054 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
10055
10056 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10057 when using a header line. Otherwise, use mouse-1-click-follows-link.
10058
10059 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10060 can't be moved; don't signal an error.
10061
10062 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
10063
10064 * cus-theme.el (custom-theme-write-faces): Save the current face
10065 spec, not the defface spec.
10066
10067 * custom.el (custom-known-themes): Clarify meaning of "standard".
10068 (custom-push-theme): Save old values in the standard theme.
10069 (disable-theme): Correct typo.
10070 (custom-face-theme-value) Deleted unused function.
10071 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10072
10073 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10074
10075 * progmodes/compile.el (compilation-goto-locus): Take into account
10076 iconified frames when determining whether the buffer is
10077 already visible.
10078 Don't reset window height if the window already existed.
10079
10080 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10081
10082 * custom.el (load-theme): Rename from require-theme.
10083 Add interactive spec.
10084 (enable-theme): Rename from custom-enable-theme.
10085 Add interactive spec.
10086 (disable-theme): Rename from custom-disable-theme.
10087 Add interactive spec.
10088 (custom-make-theme-feature): Doc fix.
10089 (custom-theme-directory): Doc fix.
10090 (provide-theme): Call enable-theme.
10091
10092 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10093
10094 * obsolete/lazy-lock.el (lazy-lock-mode):
10095 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10096 font-lock-mode if it's off. Print a warning instead.
10097
10098 * progmodes/compile.el (compilation-start): Ignore errors if the
10099 process died before we get to send-eof.
10100
10101 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10102 Undo last change. Enclosing the result in quotes broke things on Unix
10103 since tex-send-command passes it through shell-quote-argument.
10104 (tex-send-command): Pass `file' through convert-standard-filename
10105 when possible.
10106 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10107 info in a transcript.
10108
10109 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10110
10111 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10112 fix compilation warning. Reorder the key definitions to group
10113 together keys emitted by the current version of xterm.
10114
10115 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10116 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10117 Reorder predicates to correct min-color usage.
10118
10119 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10120
10121 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10122 Kill local variables when longlines-mode is turned off.
10123
10124 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10125
10126 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10127
10128 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10129
10130 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10131
10132 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10133 (font-lock-lines-before): Change default to being inactive.
10134 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10135 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10136
10137 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10138
10139 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10140 Deactivate temporarily advice if active (not needed for Emacs 22,
10141 but for backwards compatibility).
10142 (tramp-exists-file-name-handler): Rewrite. First implementation
10143 was too simple.
10144 (tramp-advice-make-auto-save-file-name):
10145 Call `tramp-handle-make-auto-save-file-name' (again, just for
10146 backwards compatibility).
10147
10148 2005-08-31 Reto Zimmermann <reto@gnu.org>
10149
10150 * progmodes/vhdl-mode.el
10151 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10152 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10153 (vhdl-set-default-project): New function (easier setting of default).
10154 (vhdl-port-copy): Handle extended identifiers for generics.
10155 (vhdl-compiler-alist): Better description for error message regexp.
10156 (vhdl-make): Query for target, use previous as default.
10157 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10158 (vhdl-font-lock-keywords-2): Fix fontification for record
10159 el. assign.
10160 (vhdl-speedbar-make-subpack-line): Add package body link.
10161 (vhdl-generate-makefile-1): Not include itself as dependency.
10162 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10163 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10164 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10165 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10166 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10167 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10168 (vhdl-import-project): Add string argument for `error'.
10169 (vhdl-compose-configuration)
10170 (vhdl-compose-configuration-architecture): Add configuration
10171 declaration generation.
10172 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10173 (vhdl-trailer-re): Add "record" keyword (better indentation).
10174 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10175 "[^ \t-\"]+".
10176 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10177 (vhdl-testbench-entity-file-name)
10178 (vhdl-testbench-architecture-file-name): Allow separate
10179 customization of testbench file names.
10180 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10181 (vhdl-get-visible-signals): Allow newline within alias declaration.
10182 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10183 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10184 (member-ignore-case): Alias for missing function in XEmacs.
10185 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10186 (vhdl-update-sensitivity-list): Ignore case on read signals.
10187 (vhdl-replace-string): Adjust case only for file names.
10188 (vhdl-update-sensitivity-list): Fix search for read signals.
10189 (vhdl-update-sensitivity-list): Exclude formal parameters.
10190 (vhdl-get-visible-signals): Include aliases of signals.
10191 (vhdl-get-visible-signals): Fix signal name searching.
10192 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10193 (vhdl-fixup-whitespace-region): Fix for character
10194 literals (e.g. `:').
10195
10196 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10197
10198 * ansi-color.el (comint-last-output-start):
10199 * bs.el (font-lock-verbose):
10200 * diff-mode.el (add-log-buffer-file-name-function):
10201 * dired-x.el (vm-folder-directory):
10202 * faces.el (help-xref-stack-item):
10203 * files.el (font-lock-keywords):
10204 * find-lisp.el (dired-buffers, dired-subdir-alist):
10205 * ido.el (cua-inhibit-cua-keys):
10206 * log-view.el (cvs-minor-wrap-function):
10207 * outline.el (font-lock-warning-face):
10208 * simple.el (compilation-current-error):
10209 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10210 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10211 * tooltip.el (comint-prompt-regexp):
10212 * w32-fns.el (explicit-shell-file-name):
10213 * term/mac-win.el (mac-charset-info-alist)
10214 (mac-services-selection, mac-system-script-code):
10215 * term/tty-colors.el (msdos-color-values):
10216 * term/w32-win.el (xlfd-regexp-registry-subnum):
10217 * term/x-win.el (x-keysym-table, x-selection-timeout)
10218 (x-session-id, x-session-previous-id):
10219 * textmodes/ispell.el (mail-yank-prefix):
10220 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10221 * textmodes/org.el (calc-embedded-close-formula)
10222 (calc-embedded-open-formula)
10223 (font-lock-unfontify-region-function):
10224 * textmodes/reftex-global.el (isearch-next-buffer-function)
10225 (TeX-master):
10226 * textmodes/reftex.el (font-lock-keywords):
10227 * textmodes/tex-mode.el (font-lock-comment-face)
10228 (font-lock-doc-face):
10229 * textmodes/texinfo.el (outline-heading-alist):
10230 Add defvars.
10231
10232 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10233 (artist-spray-chars, artist-mode-init, artist-replace-string)
10234 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10235 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10236 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10237
10238 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10239 (conf-align-assignments): "?\ " -> "?\s".
10240
10241 * textmodes/reftex-index.el (TeX-master): Add defvar.
10242 (reftex-index-phrases-marker): Move up defvar.
10243
10244 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10245 (reftex-toc-include-labels-indicator)
10246 (reftex-toc-include-index-indicator)
10247 (reftex-toc-max-level-indicator): Move up declarations.
10248
10249 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10250 of args to `tramp-run-real-handler', even if it's empty in this case.
10251
10252 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10253
10254 * dired.el (dired-move-to-filename-regexp): Add date format for
10255 Mac OS X 10.3 in East Asian locales.
10256
10257 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10258
10259 * files.el (make-auto-save-file-name): Add file name handler call
10260 if applicable.
10261
10262 * net/tramp.el (tramp-file-name-handler-alist)
10263 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10264 (tramp-handle-make-auto-save-file-name): Rename from
10265 `tramp-make-auto-save-file-name'.
10266 (tramp-exists-file-name-handler): New defun.
10267 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10268 `make-auto-save-file-name' is not a magic file name operation.
10269
10270 2005-08-30 Richard M. Stallman <rms@gnu.org>
10271
10272 * files.el (risky-local-variable-p):
10273 Match `-predicates' and `-commands.
10274
10275 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10276 (custom-save-all): Visit the file if necessary;
10277 kill the buffer if we created it.
10278 (custom-save-delete): Don't visit file or kill buffer here.
10279
10280 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10281
10282 * textmodes/org.el (org-special-keyword): New face.
10283 (org-table-copy-down, org-table-eval-formula)
10284 (org-table-recalculate, org-init-section-numbers):
10285 Use `string-to-number' instead of `string-to-int'.
10286 (org-get-location): Use `insert-buffer-substring' instead of
10287 `insert-buffer'.
10288 (org-modify-diary-entry-string): New function.
10289 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10290 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10291 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10292 active region.
10293 (org-export-as-html): Handle QUOTE keyword.
10294 (org-quote-string): New option.
10295 (org-bookmark-jump-unhide): New function, used for
10296 `bookmark-after-jump-hook'.
10297 (org-diary-default-entry): Apply only when not called through
10298 `org-agenda'.
10299
10300 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10301
10302 * net/eudc.el (mode-popup-menu):
10303 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10304 * progmodes/ada-mode.el (compile-auto-highlight)
10305 (skeleton-further-elements):
10306 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10307 * progmodes/cmacexp.el (msdos-shells):
10308 * progmodes/compile.el (font-lock-extra-managed-props)
10309 (font-lock-keywords, font-lock-maximum-size)
10310 (font-lock-support-mode):
10311 * progmodes/grep.el (font-lock-lines-before):
10312 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10313 * progmodes/mixal-mode.el (compile-command):
10314 * progmodes/perl-mode.el (font-lock-comment-face)
10315 (font-lock-doc-face, font-lock-string-face):
10316 * progmodes/prolog.el (comint-prompt-regexp):
10317 * progmodes/sh-script.el (font-lock-comment-face)
10318 (font-lock-set-defaults, font-lock-string-face):
10319 * progmodes/sql.el (font-lock-keyword-face)
10320 (font-lock-set-defaults, font-lock-string-face):
10321 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10322 (itimer-version, lazy-lock-defer-contextually)
10323 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10324 Add defvars.
10325
10326 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10327 (cperl-electric-keyword, cperl-electric-pod)
10328 (cperl-electric-backspace, cperl-forward-re)
10329 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10330 (vc-rcs-header, vc-sccs-header): Add defvars.
10331
10332 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10333 (font-lock-syntactic-keywords, gud-find-expr-function):
10334 Add defvars.
10335
10336 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10337 (gdb-frame-parameters): Declare before use.
10338
10339 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10340 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10341 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10342 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10343
10344 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10345 (idlwave-help-with-source): Use `insert-buffer-substring', not
10346 `insert-buffer'.
10347
10348 2005-08-29 Juri Linkov <juri@jurta.org>
10349
10350 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10351 Put outline-back-to-heading function call inside save-excursion.
10352
10353 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10354
10355 * man.el (Man-init-defvars, Man-translate-references)
10356 (Man-support-local-filenames, Man-highlight-references):
10357 * progmodes/sql.el (sql-interactive-mode):
10358 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10359
10360 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10361 (compilation-mode-font-lock-keywords): Add defvars.
10362 (checkdoc-interactive-loop): "?\ " -> "?\s".
10363
10364 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10365 (font-lock-doc-face, font-lock-string-face)
10366 (font-lock-keywords-case-fold-search): Add defvars.
10367 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10368
10369 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10370 Don't pass X and Y (they are ignored anyway).
10371 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10372 (mouse-delete-window): Make arguments optional.
10373
10374 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10375 (caesar-translate-table, minor-modes, news-buffer-save)
10376 (news-group-name, news-minor-modes): Add defvars.
10377
10378 * emacs-lisp/lselect.el (mouse-highlight-priority)
10379 (x-lost-selection-functions, zmacs-regions):
10380 * emacs-lisp/pp.el (font-lock-verbose):
10381 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10382 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10383 (ses-mode-map):
10384 * emacs-lisp/tcover-unsafep.el (safe-functions):
10385 * international/mule-cmds.el (mac-system-coding-system)
10386 (mac-system-locale):
10387 * language/ethio-util.el (rmail-current-message)
10388 (rmail-message-vector):
10389 * language/thai-util.el (thai-auto-composition-mode):
10390 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10391 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10392 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10393 (vm-primary-inbox, vm-spool-files):
10394 * mail/rmail.el (deleted-head, font-lock-fontified)
10395 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10396 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10397 (total-messages):
10398 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10399 (rmail-summary-mode-map):
10400 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10401 (rmail-last-label, rmail-last-multi-labels)
10402 (rmail-summary-vector, rmail-total-messages):
10403 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10404 * mail/rmailsum.el (msgnum):
10405 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10406 (rmail-current-message):
10407 * obsolete/fast-lock.el (font-lock-face-list):
10408 * obsolete/rnewspost.el (mail-reply-buffer):
10409 * obsolete/scribe.el (compile-command):
10410 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10411
10412 2005-08-28 John Paul Wallington <jpw@gnu.org>
10413
10414 * ibuf-ext.el (ibuffer-auto-update-changed):
10415 Use `frame-or-buffer-changed-p' to check whether we need to update.
10416 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10417 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10418 as a `frame-or-buffer-changed-p' state vector instead.
10419
10420 2005-08-27 Romain Francoise <romain@orebokech.com>
10421
10422 * textmodes/makeinfo.el (makeinfo-compile):
10423 Use `compilation-start'. Set `next-error-function' according to
10424 `disable-errors'.
10425 (makeinfo-next-error): New function.
10426 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10427 (makeinfo-buffer): Likewise.
10428
10429 * progmodes/compile.el (compilation-start): Add autoload cookie.
10430
10431 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10432 * textmodes/sgml-mode.el: Likewise.
10433 * progmodes/python.el: Likewise.
10434
10435 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10436
10437 * simple.el (blink-matching-paren-distance): Document the meaning
10438 of nil value, and allow to customize to nil.
10439
10440 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10441 command.com, not command.exe.
10442
10443 2005-08-26 John Wiegley <johnw@newartisans.com>
10444
10445 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10446 code around a bit so that an extraneous nil argument is not added
10447 to a command when no args are given.
10448
10449 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10450 double-quoted argument resolves to nil, return it as an empty
10451 string rather than as nil. This made it impossible to pass "" to
10452 a shell script as a null string argument.
10453
10454 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10455
10456 * outline.el (outline-invent-heading): New fun.
10457 (outline-promote, outline-demote): Use it.
10458 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10459 (outline-end-of-subtree): Remove unused var `opoint'.
10460
10461 2005-08-26 David Reitter <david.reitter@gmail.com>
10462
10463 * menu-bar.el (truncate-lines, write-file, print-buffer)
10464 (ps-print-buffer-faces, ps-print-buffer, split-window):
10465 Disable menu items when the frame they refer to is invisible, or when
10466 they refer to a buffer and the minibuffer is selected.
10467
10468 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10469
10470 * progmodes/flymake.el (flymake-highlight-err-lines):
10471 Use save-excursion around flymake-highlight-line to preserve point.
10472
10473 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10474
10475 * progmodes/octave-mod.el: Change Author and Maintainer address.
10476 (octave-maintainer-address): Change Kurt's email address.
10477 * progmodes/octave-inf.el: Change Author and Maintainer address.
10478 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10479
10480 2005-08-26 Kim F. Storm <storm@cua.dk>
10481
10482 * subr.el (version-list-<, version-list-<=, version-list-=):
10483 Rename from integer-list-*.
10484 (version-list-not-zero): Likewise. Fix while loop.
10485 (version=): Use version-list-= instead of string-equal.
10486
10487 2005-08-26 Richard M. Stallman <rms@gnu.org>
10488
10489 * outline.el (outline-promote): Try shortening the heading.
10490 As last resort, read the heading to use.
10491 (outline-demote): As last resort, read the heading to use.
10492
10493 2005-08-26 Romain Francoise <romain@orebokech.com>
10494
10495 * progmodes/compile.el (compilation-start): Doc fix.
10496
10497 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10498 (antlr-font-lock-additional-keywords): Fix reference to
10499 `antlr-font-lock-literal-regexp' erroneously changed during the
10500 mass face rename.
10501 (antlr-run-tool): Use `compilation-start'.
10502
10503 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10504 instead of the obsolete `compile-internal'.
10505
10506 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10507
10508 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10509 (number, original-date):
10510 * calendar/cal-china.el (date):
10511 * calendar/cal-coptic.el (date):
10512 * calendar/cal-french.el (date):
10513 * calendar/cal-hebrew.el (date, entry, number, original-date):
10514 * calendar/cal-islam.el (date, number, original-date):
10515 * calendar/cal-iso.el (date):
10516 * calendar/cal-julian.el (date):
10517 * calendar/cal-mayan.el (date):
10518 * calendar/cal-menu.el (date, event):
10519 * calendar/cal-persia.el (date):
10520 * calendar/lunar.el (date):
10521 * calendar/solar.el (date): Add defvars.
10522
10523 * emerge.el:
10524 * ibuffer.el:
10525 * info-xref.el:
10526 * obsolete/bg-mouse.el:
10527 * obsolete/sun-curs.el:
10528 * obsolete/swedish.el: Move the `defvar's to the top level.
10529
10530 * smerge-mode.el (smerge-refined-change): Add :group.
10531
10532 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10533
10534 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10535 (smerge-keep-n): Remove props.
10536 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10537 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10538 now that it's done in smerge-keep-n.
10539 (smerge-refined-change): New face.
10540 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10541 (smerge-refine): New funs.
10542 (smerge-basic-map): Bind smerge-refine.
10543
10544 2005-08-25 Juri Linkov <juri@jurta.org>
10545
10546 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10547 compilation-process-setup-function and compilation-disable-input
10548 in grep-mode instead of let-bindings in grep.
10549
10550 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10551 Delete "Automatic File De/compression" (auto-compression-mode).
10552
10553 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10554
10555 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10556 Silence warning about non-existent variable.
10557
10558 2005-08-25 Richard M. Stallman <rms@gnu.org>
10559
10560 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10561 Rename "Describe Key" to "Describe Key or Mouse Operation".
10562
10563 * mail/mailalias.el (build-mail-aliases): Delete comments
10564 from the contents before processing them.
10565
10566 * isearch.el (isearch-edit-string): Erase the Search prompt
10567 if user enters an empty string and there is no default.
10568
10569 * comint.el (comint-file-name-prefix): Add autoload.
10570
10571 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10572
10573 * subr.el (play-sound): Rearrange to avoid warning.
10574
10575 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10576
10577 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10578 New hook.
10579 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10580
10581 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10582
10583 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10584
10585 * custom.el (custom-theme-set-variables): Sort minor modes last.
10586
10587 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10588
10589 * subr.el (version-separator, version-regexp-alist): New vars used by
10590 version comparison funs.
10591 (integer-list-<, integer-list-=, integer-list-<=)
10592 (integer-list-not-zero): New funs for integer list comparison.
10593 (version-to-list, version=, version<, version<=): New funs for version
10594 comparison.
10595
10596 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10597
10598 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10599 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10600 time to silence the byte-compiler.
10601
10602 * ibuffer.el (ibuffer-compile-make-eliding-form)
10603 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10604 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10605 so it's silly to get warnings for it).
10606 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10607 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10608 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10609 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10610 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10611 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10612 Defvar at compile time.
10613 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10614 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10615 Declare them before use.
10616
10617 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10618 (info-xref-good, info-xref-bad): Defvar at compile time.
10619
10620 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10621 Use `let*' instead of `let'.
10622
10623 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10624 (*mouse-y*, menu, char): Defvar at compile time.
10625 (sc::menu): Declare it before use.
10626 (sc::pack-one-line): Use `let', not `let*'.
10627
10628 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10629 (mail-send-hook): Defvar at compile time.
10630
10631 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10632 Defvar at compile time.
10633
10634 * term/sun-mouse.el (current-global-mousemap)
10635 (current-local-mousemap): Declare them before use.
10636
10637 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10638
10639 * bookmark.el (bookmark-after-jump-hook): New hook.
10640 (bookmark-jump): Run `bookmark-after-jump-hook'.
10641
10642 2005-08-23 Juri Linkov <juri@jurta.org>
10643
10644 * faces.el (minibuffer-prompt): Doc fix.
10645
10646 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10647
10648 * progmodes/xscheme.el: Trivial changes to silence warnings.
10649 (xscheme-previous-mode, xscheme-previous-process-state):
10650 Add defvars.
10651 (xscheme-last-input-end, xscheme-process-command-line)
10652 (xscheme-process-name, xscheme-buffer-name)
10653 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10654 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10655 (xscheme-control-g-synchronization-p)
10656 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10657 (default-xscheme-runlight, xscheme-runlight)
10658 (xscheme-runlight-string, xscheme-process-filter-state)
10659 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10660 Move to beginning of file.
10661 (scheme-interaction-mode-commands-alist)
10662 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10663 Declare them before use. Note: the initialization code for the variables
10664 has not been moved because it uses functions that reference the variables.
10665 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10666 (xscheme-prompt-for-expression-map): Declare them before use.
10667 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10668
10669 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10670
10671 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10672
10673 2005-08-22 Juri Linkov <juri@jurta.org>
10674
10675 * faces.el (set-face-underline): Delete this duplicate function
10676 and make an obsolete alias to set-face-underline-p.
10677 (set-face-underline-p): Use docstring of set-face-underline.
10678 (describe-face): Create hyperlink to parent face.
10679
10680 * info.el (Info-insert-dir): Use save-excursion around
10681 insert-buffer-substring.
10682 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10683 (Info-escape-percent): Delete function.
10684 (Info-fontify-node): Replace Info-escape-percent by
10685 replace-regexp-in-string with REP arg set to lambda that
10686 duplicates `%' and preserves text properties.
10687
10688 * progmodes/compile.el (compilation-disable-input): Doc fix.
10689 (define-compilation-mode): Doc fix and refill.
10690 (kill-compilation): Use `mode-name' in the error message.
10691 (compilation-find-file): Use `compilation-error' in the
10692 read-file-name's prompt.
10693
10694 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10695
10696 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10697 (smerge-auto-leave): Make undo re-enable the mode.
10698 (debug-ignored-errors): Add the user-error of impossible resolution.
10699 (smerge-resolve): Move things around a bit, in preparation for later.
10700 (smerge-diff): Don't fail if the buffer has no associated file.
10701 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10702 (smerge-conflict-overlay): New function.
10703 (smerge-match-conflict): Don't add text properties here.
10704 (smerge-find-conflict): Instead, add an overlay here.
10705 Also check for the case where we're inside a conflict already, so as to
10706 obviate the need for font-lock-multiline, which is unbearably slow with
10707 large conflicts and ciomplex font-lock patterns.
10708 (smerge-remove-props): Remove overlay rather than text-properties.
10709 (smerge-mode): Don't set font-lock-multiline.
10710 Remove overlays when turned off.
10711
10712 2005-08-21 Kim F. Storm <storm@cua.dk>
10713
10714 * ido.el (ido-ignore-item-p): Use save-match-data.
10715 Bind case-fold-search to ido-case-fold locally.
10716
10717 2005-08-20 Richard M. Stallman <rms@gnu.org>
10718
10719 * files.el (normal-mode): If font lock is on, turn it off and on.
10720
10721 * subr.el (replace-regexp-in-string): Doc fix.
10722
10723 * startup.el (command-line-1): Don't suppress startup screen
10724 due to existing processes.
10725
10726 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10727
10728 * progmodes/compile.el (compilation-disable-input): Default to nil.
10729
10730 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10731
10732 * progmodes/compile.el (compilation-disable-input): New defcustom.
10733 (compilation-start): If compilation-disable-input is non-nil, send
10734 EOF to the compilation process.
10735
10736 2005-08-20 Eli Zaretskii <eliz@gnu.org>
10737
10738 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10739 Run the argument of tex-shell-cd-command through
10740 convert-standard-filename, to get the correct style of slashes on
10741 Windows, and enclose the result in quotes, in case the file name
10742 includes whitespace or other special characters.
10743
10744 2005-08-19 Andreas Schwab <schwab@suse.de>
10745
10746 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10747 process.
10748
10749 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10750
10751 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10752
10753 2005-08-18 Kim F. Storm <storm@cua.dk>
10754
10755 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10756
10757 2005-08-18 Richard M. Stallman <rms@gnu.org>
10758
10759 * scroll-lock.el: New file.
10760
10761 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10762
10763 * dired.el (dired-move-to-end-of-filename):
10764 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10765
10766 2005-08-18 Kim F. Storm <storm@cua.dk>
10767
10768 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10769 rather than toggle mode when custom value is nil.
10770 (ido-everywhere): Fix defun doc string.
10771
10772 2005-08-17 Richard M. Stallman <rms@gnu.org>
10773
10774 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10775 as tag instead of "Inviolable".
10776
10777 2005-08-17 Kim F. Storm <storm@cua.dk>
10778
10779 * windmove.el (windmove-coordinates-of-position): Remove.
10780 (windmove-coordinates-of-window-position): Remove.
10781 (windmove-reference-loc): Use posn-at-point instead.
10782
10783 * subr.el (insert-for-yank-1): Doc fix.
10784
10785 * ido.el (ido-enter-matching-directory): Rename from
10786 ido-enter-single-matching-directory. Change `slash' choice to
10787 `only'. Add `first' choice.
10788 (ido-exhibit): Adapt to above changes.
10789
10790 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10791
10792 * Makefile.in: Expand comment about building loaddefs.el.
10793
10794 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
10795
10796 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10797 Comment use of defadvice.
10798
10799 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10800
10801 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10802
10803 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10804 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10805 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10806 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10807 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10808 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10809 for backward compatibility for faces that did not appear in the
10810 previous Emacs release.
10811
10812 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10813
10814 2005-08-15 Kim F. Storm <storm@cua.dk>
10815
10816 * emulation/cua-base.el (cua-delete-region): Return t if
10817 deleted region was non-empty.
10818 (cua-replace-region): Inhibit overwrite-mode for
10819 self-insert-command if replaced region was non-empty.
10820 (cua--explicit-region-start, cua--status-string): Make them
10821 buffer-local at top-level...
10822 (cua-mode): ...rather than when mode is enabled.
10823
10824 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10825
10826 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10827 Set t for Emacs 21, 22, and so on.
10828
10829 2005-08-15 David Ponce <david@dponce.com>
10830
10831 * tree-widget.el: Update Commentary header.
10832 (tree-widget-theme): Doc fix.
10833 (tree-widget-space-width): New option.
10834 (tree-widget-image-properties): Look up in the default theme too.
10835 (tree-widget--cursors): Only for images with arrow pointer shape.
10836 (tree-widget-lookup-image): Pointer shape is hand by default.
10837 (tree-widget-icon): Rename generic icon widget from
10838 `tree-widget-control'.
10839 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10840 derive from `tree-widget-icon'.
10841 (tree-widget-handle): Improve default look and feel of the text
10842 representation.
10843 (tree-widget): Rename :*-control properties to :*-icon properties.
10844 Add :action and :help-echo properties.
10845 (tree-widget-after-toggle-functions): Move.
10846 (tree-widget-close-node, tree-widget-open-node): Remove.
10847 (tree-widget-before-create-icon-functions): New hook.
10848 (tree-widget-value-create): Update to allow customization of icons
10849 and nodes at run-time via that new hook.
10850 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10851 (tree-widget-icon-action, tree-widget-icon-help-echo)
10852 (tree-widget-action, tree-widget-help-echo): New functions.
10853
10854 2005-08-15 Kim F. Storm <storm@cua.dk>
10855
10856 * ido.el (ido-buffer-internal): Use with-no-warnings.
10857 (ido-make-merged-file-list): Use while-no-input.
10858
10859 2005-08-15 Richard M. Stallman <rms@gnu.org>
10860
10861 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10862 (flyspell-large-region): Fix doc and custom type.
10863
10864 2005-08-14 Richard M. Stallman <rms@gnu.org>
10865
10866 * files.el (interpreter-mode-alist): Doc fix.
10867
10868 * mail/rmail.el (rmail-nonignored-headers): New variable.
10869 (rmail-clear-headers): Use it.
10870 (rmail-reply): Better handling of mail-followup-to header.
10871
10872 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10873 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10874 don't try to refer to executable-font-lock-keywords.
10875 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10876 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10877 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10878 (sh-mode): Set comment-start-skip, local-abbrev-table,
10879 imenu-case-fold-search.
10880 (sh-set-shell): Don't set them here.
10881 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
10882 Don't cache the results in the original alist; don't ever modify
10883 that alist.
10884
10885 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10886
10887 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10888 empty.
10889
10890 2005-08-15 Andreas Schwab <schwab@suse.de>
10891
10892 * desktop.el: Put autoload cookie at risky-local-variable declarations.
10893
10894 * dired.el, info.el, mail/rmail.el: Revert last change.
10895
10896 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10897
10898 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10899 modification in `eval-after-load' form.
10900 * info.el: Likewise.
10901 * mail/rmail.el: Likewise.
10902
10903 2005-08-14 Juri Linkov <juri@jurta.org>
10904
10905 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10906 Remove highlighting of "Compilation started". Highlight only
10907 the word "finished" in "Compilation finished". Add highlighting
10908 of "interrupt", "killed", "terminated" and the exit code.
10909 (compilation-start): Add newline after header. Use exactly the
10910 same time stamp format as the finishing message.
10911 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10912
10913 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10914 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10915 Add highlighting of "interrupt", "killed", "terminated".
10916
10917 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10918 enabled and the current command is self-insert-command, call it
10919 explicitly with overwrite-mode bound to nil, to not allow it
10920 to delete the character after the selected region.
10921
10922 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10923
10924 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10925 move-end-of-line, end-of-line, and beginning-of-line to the list
10926 of commands after which the echo area is updated.
10927
10928 2005-08-12 Eli Zaretskii <eliz@gnu.org>
10929
10930 * cus-edit.el (custom-save-all, custom-save-delete):
10931 Bind recentf-exclude to exclude custom-file.
10932
10933 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10934
10935 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10936 to go to the bottom of the mail message. Added to
10937 `rmail-summary-mode-map' with key "/".
10938 (rmail-summary-show-message): New (internal) function for use by
10939 both `rmail-summary-beginning/end-of-message'.
10940 (rmail-summary-beginning-of-message): Change to use
10941 rmail-summary-show-message.
10942
10943 * mail/rmail.el (rmail-end-of-message): New command to go to the
10944 end of the current message. Added to `rmail-mode-map' with key "/".
10945 (rmail-beginning-of-message): Fix to work as documented.
10946 (rmail-mode): Change documentation.
10947
10948 * progmodes/compile.el (compilation-start): Add the line
10949 "Compilation started" with compilation start time.
10950 (compilation-mode-font-lock-keywords): Add `started' to keywords.
10951
10952 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10953
10954 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10955 of menu items.
10956
10957 2005-08-11 Richard M. Stallman <rms@gnu.org>
10958
10959 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10960
10961 * battery.el (battery-status-function): Don't use ignore-errors.
10962
10963 2005-08-11 Lute Kamstra <lute@gnu.org>
10964
10965 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10966 define-obsolete-variable-alias.
10967
10968 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10969
10970 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10971 (ange-ftp-send-cmd): Revert last change, and expand
10972 the comment explaining the problem.
10973
10974 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10975
10976 * ldefs-boot.el: Update.
10977
10978 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10979 item to "Time, Load and Mail". Change help echo text.
10980
10981 * time.el (display-time-use-mail-icon, display-time-format)
10982 (display-time-string-forms): Shorten first line of docstrings.
10983
10984 2005-08-10 Lars Hansen <larsh@soem.dk>
10985
10986 * desktop.el (desktop-buffer-mode-handlers):
10987 Make non-customizable. Add autoload cookie. Change initial value to
10988 nil; add elements in respective modules instead. Fix doc string.
10989 (desktop-load-file): New function.
10990 (desktop-minor-mode-handlers): New autoloaded variable.
10991 (desktop-create-buffer): Call minor mode handlers.
10992 Use desktop-load-file to load major and minor mode modules prior to
10993 checking for a handler.
10994 (desktop-save): Don't add nil to desktop-minor-modes for minor
10995 modes with nil function in desktop-minor-mode-table. Don't delete
10996 desktop file before rewriting it.
10997 (desktop-locals-to-save): Add autoload cookie. Don't make
10998 automatically buffer-local. Add variables column-number-mode,
10999 size-indication-mode, indent-tabs-mode,
11000 indicate-buffer-boundaries, indicate-empty-lines and
11001 show-trailing-whitespace.
11002 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
11003 regexps. Don't use desktop-clear-preserve-buffers-regexp.
11004 (desktop-clear-preserve-buffers-regexp): Delete.
11005 (desktop-clear-preserve-buffers): Update initial value and docstring.
11006 (desktop-save-buffer): Fix doc string.
11007
11008 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
11009 (hilit-chg-desktop-restore): New function.
11010 (highlight-changes-mode): Add highlight-changes-mode to
11011 desktop-locals-to-save.
11012
11013 * dired.el: Add handler to desktop-buffer-mode-handlers.
11014 (dired-restore-desktop-buffer): Remove autoload cookie.
11015 (dired-mode): Add autoload cookie.
11016
11017 * info.el: Add handler to desktop-buffer-mode-handlers.
11018 (Info-restore-desktop-buffer): Remove autoload cookie.
11019 (Info-mode): Add autoload cookie.
11020
11021 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
11022 (mh-restore-desktop-buffer): Remove autoload cookie.
11023 (mh-folder-mode): Add autoload cookie.
11024
11025 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
11026 (rmail-restore-desktop-buffer): Remove autoload cookie.
11027
11028 2005-08-11 Masatake YAMATO <jet@gyve.org>
11029
11030 * hexl.el (hexl-address-region):
11031 (hexl-ascii-region, hexl-font-lock-keywords):
11032 (hexl-highlight-line-range): Use the term "region"
11033 instead of "area" for consistency with the other symbols
11034 defined in hexl.el.
11035
11036 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
11037
11038 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
11039 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
11040 out by Juri Linkov). Add `display-battery-mode'.
11041
11042 2005-08-09 Juri Linkov <juri@jurta.org>
11043
11044 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11045 Remove `-text' from face variable names.
11046 (compilation-error-file-name, compilation-warning-file-name)
11047 (compilation-info-file-name): Delete faces.
11048 (compilation-line-number, compilation-column-number):
11049 Remove face underlining.
11050 (compilation-message-face): Set to `underline' value by default.
11051 (compilation-error-face, compilation-warning-face)
11052 (compilation-info-face): Remove `-file-name' from face names.
11053 (compilation-error-text-face, compilation-warning-text-face)
11054 (compilation-info-text-face): Delete face variables.
11055 (compilation-text-face): Delete function.
11056
11057 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11058 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11059 (grep-error-face): Set to `compilation-error' instead of
11060 `compilation-error-face' (which is redefined to `grep-hit-face' in
11061 grep buffers).
11062 (grep-mode-font-lock-keywords): Remove `-text' from face variable
11063 names. Use `grep-error-face' instead of `compilation-error-text-face'.
11064
11065 * dired-aux.el (dired-do-query-replace-regexp):
11066 Use `query-replace-read-args'.
11067
11068 * replace.el (query-replace-read-from, query-replace-read-to)
11069 (query-replace-read-args): Rename arg `string' to `prompt'.
11070
11071 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11072
11073 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11074
11075 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11076 uploading files.
11077 (ange-ftp-canonize-filename): Handle file names beginning with ~
11078 correctly.
11079
11080 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11081
11082 * textmodes/fill.el (canonically-space-region)
11083 (fill-context-prefix, fill-french-nobreak-p)
11084 (fill-delete-newlines, fill-comment-paragraph)
11085 (justify-current-line): "?\ " -> "?\s".
11086
11087 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11088
11089 * textmodes/fill.el (fill-nonuniform-paragraphs):
11090 Improve argument/docstring consistency.
11091
11092 2005-08-09 Richard M. Stallman <rms@gnu.org>
11093
11094 * textmodes/ispell.el (ispell-word): More fboundp checks.
11095
11096 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11097 (find-file-noselect-1): Call it here, only if RAWFILE.
11098 (normal-mode): Always set some major mode.
11099 (save-some-buffers-action-alist): Change some explanation strings.
11100 (file-name-non-special): In the `quote' method, use unwind-protect.
11101
11102 2005-08-09 Magnus Henoch <mange@freemail.hu>
11103
11104 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11105 (ispell-have-aspell-dictionaries): New variable.
11106 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11107 (ispell-get-aspell-config-value): New function.
11108 (ispell-aspell-find-dictionary): New function.
11109 (ispell-aspell-add-aliases): New function.
11110 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11111 appropriate. Don't look for ispell dictionaries if we use aspell.
11112 (ispell-menu-map): Don't build a submenu of dictionaries.
11113
11114 2005-08-09 Richard M. Stallman <rms@gnu.org>
11115
11116 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11117 (sql-read-passwd): Use read-passwd.
11118
11119 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11120 (idlwave-toolbar-is-possible): Add defvars.
11121
11122 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11123 Avoid warnings.
11124
11125 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11126 (idlwave-system-class-info, idlwave-executive-commands-alist):
11127 Use defvar.
11128
11129 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11130
11131 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11132 Avoid warnings.
11133
11134 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11135 and content-type: headers.
11136
11137 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11138
11139 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11140 and rename some of them to be more self-explanatory.
11141
11142 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11143
11144 * startup.el (command-line-1): Implement -scriptload.
11145
11146 * replace.el (occur-engine): Initial *Occur* output not undoable.
11147
11148 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11149 and improve help strings.
11150
11151 * isearch.el (isearch-repeat): When changing direction,
11152 mark search successful.
11153
11154 * ediff-init.el: Use (featurep 'xemacs).
11155
11156 * comint.el (send-invisible): Identify buffer, if not selected.
11157
11158 * align.el: Delete autoload for c-guess-basic-syntax.
11159
11160 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11161
11162 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11163 Improve argument/docstring consistency. Doc fixes.
11164 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11165 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11166 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11167 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11168 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11169 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11170 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11171 Defvar at compile time.
11172
11173 2005-08-09 Juri Linkov <juri@jurta.org>
11174
11175 * info.el: Replace `info' with upper-case `Info' where appropriate.
11176 (info-title-1, info-title-2, info-title-3, info-title-4)
11177 (info-menu-header): Move up face definitions.
11178 (info-menu-star): Rename from `info-menu-5'.
11179 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11180 (Info-fontify-visited-nodes): Fix docstring.
11181 (Info-hide-note-references): Fix docstring.
11182 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11183 menu items in the same way as on cross-references.
11184 (info-apropos): Fix sorting order and formatting to be like in the
11185 stand-alone Info browser. Display error messages for 1 sec.
11186 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11187 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11188 from the menu bar.
11189 (Info-insert-dir): Restore point after calling
11190 `insert-buffer-substring'.
11191
11192 2005-08-08 Richard M. Stallman <rms@gnu.org>
11193
11194 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11195 (recompute-lucid-menubar): Add defvars.
11196
11197 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11198
11199 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11200
11201 * net/net-utils.el (run-dig): Rename from `dig'.
11202
11203 * play/gametree.el (gametree-mode): Use make-local-variable,
11204 not make-variable-buffer-local.
11205
11206 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11207
11208 * ansi-color.el (ansi-color-make-extent)
11209 (ansi-color-set-extent-face): Use fboundp, not functionp.
11210
11211 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11212 not make-variable-buffer-local.
11213
11214 * bookmark.el (Info-current-file): Add defvar.
11215 (bookmark-jump-noselect): Use with-no-warnings.
11216
11217 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11218
11219 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11220
11221 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11222
11223 * find-file.el (ada-procedure-start-regexp)
11224 (ada-package-start-regexp): Add defvars.
11225
11226 * info.el (Info-insert-dir): Use insert-buffer-substring.
11227
11228 * xml.el (xml-att-def-re): Add defvar.
11229
11230 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11231 calling convention.
11232
11233 * subr.el (while-no-input): Return t if there is input.
11234
11235 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11236
11237 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11238
11239 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11240
11241 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11242 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11243
11244 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11245
11246 * cmuscheme.el (scheme-start-file): Replace reference to
11247 `user-emacs-directory' by "~/.emacs.d/".
11248
11249 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11250
11251 * info.el (Info-dir-remove-duplicates): Avoid case folding
11252 in loop; instead, keep downcased strings for comparison.
11253 Suggested by Helmut Eller.
11254
11255 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11256
11257 Sync with Tramp 2.0.50.
11258
11259 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11260 XEmacs case; not necessary anymore.
11261 (tramp-user-regexp): Allow "@" as part of user name.
11262 (tramp-handle-set-visited-file-modtime)
11263 (tramp-handle-insert-file-contents)
11264 (tramp-handle-write-region): No special handling for
11265 `last-coding-system-used, because this is done in
11266 `tramp-accept-process-output' now.
11267 (tramp-accept-process-output): New defun.
11268 (tramp-process-one-action, tramp-process-one-multi-action)
11269 (tramp-wait-for-regexp, tramp-wait-for-output)
11270 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11271 Howells <dhowells@redhat.com>.
11272 (clear-visited-file-modtime): Defadvice removed. The check for
11273 unset buffer's modtime does not need to be based on
11274 `tramp-buffer-file-attributes'. Suggested by RMS.
11275 (tramp-message): Insert "\n" if not being at beginning of line.
11276 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11277 sequence with same logic.
11278 (tramp-completion-handle-expand-file-name): Discard call of
11279 `tramp-drop-volume-letter'. It is not necessary, and there have
11280 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11281 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11282 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11283 should always be visible.
11284 (tramp-handle-insert-directory, tramp-setup-complete)
11285 (tramp-set-process-query-on-exit-flag)
11286 (tramp-append-tramp-buffers): Pacify byte-compiler.
11287 (tramp-bug): Delete non-existing variables from list.
11288 Apply `tramp-load-report-modules' as pre-hook.
11289 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11290 `shell-prompt-pattern' because of non-7bit characters.
11291 Reported by Sebastian Luque <sluque@mun.ca>.
11292 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11293 (tramp-match-string-list): Remove function.
11294 (tramp-wait-for-regexp): Remove call of that function.
11295 Suggested by Kim F. Storm <storm@cua.dk>.
11296 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11297 instead of octal character code ?\600. The latter resulted in a
11298 syntax error with XEmacs.
11299
11300 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11301 XEmacs case; not necessary anymore.
11302 (tramp-smb-handle-write-region): No special handling for
11303 `last-coding-system-used, because this is done in
11304 `tramp-accept-process-output' now.
11305 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11306
11307 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11308
11309 * wid-edit.el (widget-choice-value-create):
11310 Unconditionally respect user choice. Set :explicit-choice back to nil
11311 when no longer needed.
11312 (widget-choice-action): Unconditionally respect user choice.
11313 Eliminate :explicit-choice-value.
11314
11315 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11316
11317 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11318 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11319 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11320 running new function `toggle-indicate-empty-lines'.
11321 Rename "Customize" item to "Customize fringe".
11322 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11323 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11324 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11325 Delete "Empty lines only" item.
11326 (menu-bar-showhide-fringe-ind-customize): New function.
11327 (menu-bar-showhide-fringe-ind-mixed)
11328 (menu-bar-showhide-fringe-ind-box)
11329 (menu-bar-showhide-fringe-ind-right)
11330 (menu-bar-showhide-fringe-ind-left)
11331 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11332 instead of `fringe-indicators'.
11333
11334 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11335
11336 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11337 Change the date of last update.
11338
11339 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11340
11341 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11342 (viper-exec-yank, viper-put-back): Don't display modification msg
11343 if in the minibuffer.
11344
11345 * viper-init.el (viper-replace-overlay-cursor-color)
11346 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11347 Make variables frame local.
11348
11349 * viper-util.el (viper-append-filter-alist): Use append instead of
11350 nconc.
11351
11352 * viper.el (viper-vi-state-mode-list)
11353 (viper-emacs-state-mode-list): Move help-mode and
11354 completion-list-mode from the first list to the second.
11355 (viper-mode): Docstring.
11356 (viper-go-away, viper-non-hook-settings): Don't localize
11357 minor-mode-alist in newer Emacsen. Add advice to
11358 set-cursor-color. Don't bind "\C-c\\".
11359
11360 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11361
11362 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11363 (scheme-macro-expand-command): New user options.
11364 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11365 (scheme-form-at-point, scheme-start-file)
11366 (scheme-interactively-start-process): New functions.
11367 (scheme-get-process): New function, extracted from `scheme-proc'.
11368 (run-scheme): Call `scheme-start-file' to get start file, and pass
11369 it to `make-comint'.
11370 (switch-to-scheme, scheme-proc):
11371 Call `scheme-interactively-start-process' if no Scheme buffer/process
11372 is available.
11373
11374 2005-08-06 Juri Linkov <juri@jurta.org>
11375
11376 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11377 Use `compilation-text-face', `compilation-info-text-face' and
11378 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11379 (compilation-error): New face.
11380 (compilation-error-file-name): Inherit from
11381 `compilation-error' instead of `font-lock-warning-face'.
11382 (compilation-warning-file-name): Inherit from
11383 `compilation-warning' instead of `font-lock-warning-face'.
11384 (compilation-info, compilation-error-file-name)
11385 (compilation-warning-file-name, compilation-info-file-name)
11386 (compilation-line-number, compilation-column-number): Doc fix.
11387 (compilation-error-text-face, compilation-warning-text-face)
11388 (compilation-info-text-face): New face variables.
11389 (compilation-line-face, compilation-column-face)
11390 (compilation-enter-directory-face)
11391 (compilation-leave-directory-face): Doc fix.
11392 (compilation-text-face): New function.
11393
11394 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11395 instead of 1 to display binary file names as info file links.
11396 (grep-error-face): Use `compilation-error-face' instead of
11397 `font-lock-keyword-face'.
11398 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11399 and `compilation-warning-text-face' instead of
11400 `font-lock-keyword-face'. Use `compilation-error-text-face'
11401 instead of `grep-error-face'.
11402
11403 2005-08-05 Kenichi Handa <handa@m17n.org>
11404
11405 * international/code-pages.el: Add autoload cookies for all coding
11406 systems.
11407
11408 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11409
11410 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11411
11412 2005-08-04 Juri Linkov <juri@jurta.org>
11413
11414 * progmodes/compile.el (compilation-mode-map):
11415 * progmodes/grep.el (grep-mode-map):
11416 Bind TAB to `compilation-next-error' and [backtab] to
11417 `compilation-previous-error'.
11418
11419 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11420 matching line numbers, column numbers and their ranges with regexp
11421 matching only line numbers.
11422 (grep-context-face): New face variable.
11423 (grep-mode-font-lock-keywords): Use it.
11424
11425 * faces.el (read-face-name): Delete duplicate faces.
11426
11427 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11428
11429 * thumbs.el (thumbs-find-image): Don't make variables
11430 automatically buffer local.
11431 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11432 (thumbs-image-num): Make automatically buffer local.
11433 (thumbs-show-thumbs-list): Use `make-local-variable', not
11434 `make-variable-buffer-local'.
11435 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11436
11437 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11438 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11439 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11440 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11441 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11442 (feelings-about, foullst, found, hello, history, howareyoulst)
11443 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11444 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11445 (neglst, obj, object, owner, please, problems, qlist)
11446 (random-adjective, relation, remlst, repetitive-shortness)
11447 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11448 (shortlst, something, sportslst, stallmanlst, states, subj)
11449 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11450 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11451 Defvar at compile time.
11452
11453 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11454 not `make-variable-buffer-local'.
11455
11456 2005-08-02 Kim F. Storm <storm@cua.dk>
11457
11458 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11459 rectangle overlay in selected window.
11460
11461 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11462
11463 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11464 instead of display group. Make `indicate-buffer-boundaries'
11465 customizable through Custom.
11466
11467 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11468
11469 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11470 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11471 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11472 (gdb-put-string): Fix typos in docstrings.
11473
11474 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11475
11476 Update copyright notices of files in progmodes directory for
11477 release of Emacs 22.1.
11478
11479 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11480
11481 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11482 Don't barf if the GUD buffer has been killed.
11483
11484 2005-08-01 Kim F. Storm <storm@cua.dk>
11485
11486 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11487
11488 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * simple.el (next-error-follow-minor-mode):
11491 make-variable-buffer-local -> make-local-variable.
11492
11493 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11494
11495 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11496 (byte-compile-form-make-variable-buffer-local): New functions to warn
11497 about misuses of make-variable-buffer-local where make-local-variable
11498 was meant.
11499
11500 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11501
11502 * bs.el (bs-attributes-list): Doc fix.
11503 (bs): Update url-link.
11504
11505 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11506 (desktop-load-default): Simplify.
11507
11508 * ibuffer.el (ibuffer-columnize-and-insert-list)
11509 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11510 (ibuffer-unmark-all, ibuffer-toggle-marks)
11511 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11512 (ibuffer-compile-make-format-form, ibuffer-format-column)
11513 (ibuffer-current-buffers-with-marks)
11514 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11515 (ibuffer): Doc fix.
11516 (ibuffer-mode): Fix typo in docstring.
11517 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11518 with `define-obsolete-variable-alias'.
11519 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11520
11521 2005-07-29 Kenichi Handa <handa@m17n.org>
11522
11523 * international/mule-cmds.el (select-message-coding-system):
11524 Be sure to use LF for end-of-line. If no coding system is decided,
11525 return iso-8859-1-unix.
11526
11527 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11528
11529 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11530 (ange-ftp-pending-error-line): New vars.
11531 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11532 to handle the non-fatal no-route-to-host messages.
11533 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11534
11535 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11536
11537 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11538 (isearch-quote-char, isearch-printing-char)
11539 (isearch-text-char-description): "?\ " -> "?\s".
11540 (isearch-lazy-highlight-cleanup)
11541 (isearch-lazy-highlight-initial-delay)
11542 (isearch-lazy-highlight-interval)
11543 (isearch-lazy-highlight-max-at-a-time)
11544 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11545 Declare with define-obsolete-*-alias macros.
11546 (isearch-forward): Fix typo in docstring.
11547 (search-invisible, search-ring-yank-pointer)
11548 (regexp-search-ring-yank-pointer): Doc fixes.
11549
11550 * recentf.el (recentf-menu-append-commands-p): Declare with
11551 `define-obsolete-variable-alias'.
11552 (recentf-max-saved-items, recentf-menu-filter)
11553 (recentf-arrange-by-rule-subfilter): Doc fixes.
11554 (recentf-menu-append-commands-flag)
11555 (recentf-initialize-file-name-history, recentf-expand-file-name)
11556 (recentf-clear-data): Fix typos in docstrings.
11557
11558 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11559
11560 * progmodes/gdb-ui.el: Smarten comments.
11561 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11562
11563 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11564
11565 * term/apollo.el (terminal-init-apollo): New function containing
11566 all former top level forms in the file.
11567 * term/bobcat.el (terminal-init-bobcat):
11568 * term/cygwin.el (terminal-init-cygwin):
11569 * term/iris-ansi.el (terminal-init-iris-ansi):
11570 * term/linux.el (terminal-init-linux):
11571 * term/news.el (terminal-init-news):
11572 * term/rxvt.el (terminal-init-rxvt):
11573 * term/sun.el (terminal-init-sun):
11574 * term/tvi970.el (terminal-init-tvi970):
11575 * term/vt100.el (terminal-init-vt100):
11576 * term/vt102.el (terminal-init-vt102):
11577 * term/vt125.el (terminal-init-vt125):
11578 * term/vt200.el (terminal-init-vt200):
11579 * term/vt201.el (terminal-init-vt201):
11580 * term/vt220.el (terminal-init-vt220):
11581 * term/vt240.el (terminal-init-vt240):
11582 * term/vt300.el (terminal-init-vt300):
11583 * term/vt320.el (terminal-init-vt320):
11584 * term/vt400.el (terminal-init-vt400):
11585 * term/vt420.el (terminal-init-vt420):
11586 * term/wyse50.el (terminal-init-wyse50):
11587 * term/xterm.el (terminal-init-xterm): Likewise.
11588
11589 * term/README: Describe the terminal-init-* functionality.
11590
11591 * startup.el (command-line): After loading the terminal initialization
11592 file call the corresponding terminal initialization function.
11593
11594 2005-07-27 Kenichi Handa <handa@m17n.org>
11595
11596 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11597 negative.
11598
11599 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11600 (ps-mule-composition-prologue): Fix for the case that
11601 RelativeCompose is false.
11602
11603 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11604
11605 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11606
11607 * descr-text.el (describe-char): Handle the case where the list of
11608 chars is displayed in a separate frame.
11609 Be a bit more discriminating when looking for the char.
11610
11611 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11612
11613 * bookmark.el (bookmark-automatically-show-annotations)
11614 (bookmark-read-annotation-text-func): Doc fixes.
11615 (bookmark-save): Improve argument/docstring consistency.
11616 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11617 (bookmark-alist-from-buffer)
11618 (bookmark-upgrade-file-format-from-0)
11619 (bookmark-grok-file-format-version)
11620 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11621 (bookmark-read-annotation-mode)
11622 (bookmark-insert-current-bookmark, bookmark-jump)
11623 (bookmark-exit-hook): Fix typos in docstrings.
11624 (bookmark-exit-hooks): Define as obsolete alias.
11625 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11626 not `bookmark-exit-hooks'. Fix docstring.
11627 (bookmark-bmenu-select): "?\ " -> "?\s".
11628
11629 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11630
11631 * startup.el (command-line): Fix typo.
11632
11633 2005-07-24 Richard M. Stallman <rms@gnu.org>
11634
11635 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11636 not emacs-quick-startup.
11637
11638 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11639
11640 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11641 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11642 instead of `reb-with-current-window'.
11643 (reb-prev-match): Likewise. Also, don't move left if the search
11644 was unsuccessful.
11645 (reb-initialize-buffer): New function.
11646 (re-builder, reb-change-syntax): Use it.
11647
11648 * man.el (Man-goto-page): Make second argument NOERROR optional.
11649
11650 2005-07-23 Richard M. Stallman <rms@gnu.org>
11651
11652 * man.el (Man-bgproc-sentinel): Check here for failure to find
11653 any man page in the output, and report the error here.
11654 (Man-arguments): Make it permanent local.
11655 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11656 (Man-mode): Pass t for NOERROR.
11657
11658 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11659 (grep-mode-font-lock-keywords):
11660 Don't use compilation-...-face for messages that are not file names.
11661
11662 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11663 Don't use compilation-...-face for messages that are not file names.
11664
11665 2005-07-22 Juri Linkov <juri@jurta.org>
11666
11667 * startup.el (normal-splash-screen): Update menu name.
11668
11669 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11670
11671 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11672
11673 * term/xterm.el: Load term/rxvt if the terminal is actually an
11674 rxvt terminal.
11675 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11676
11677 * term/rxvt.el (function-key-map): Use substitute-key-definition
11678 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11679
11680 * term/cygwin.el: New file.
11681
11682 2005-07-22 Kim F. Storm <storm@cua.dk>
11683
11684 * image-file.el (insert-image-file, image-file-yank-handler):
11685 Fix last change to maintain a (unique) yank-handler on yanked images.
11686
11687 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11688
11689 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11690 of the file size (as in "177B" for 177 bytes). This happens with
11691 "ls -lh" on FreeBSD.
11692
11693 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11694
11695 * hilit-chg.el (highlight-changes-global-initial-state)
11696 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11697 (hilit-chg-fixup, highlight-changes-mode):
11698 Fix typos in docstrings.
11699 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11700 Doc fixes.
11701
11702 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11703
11704 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11705 mode function using `eval-after-load'.
11706
11707 2005-07-21 Kim F. Storm <storm@cua.dk>
11708
11709 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11710 included when reporting an emacs crash, and tell about the DEBUG file.
11711
11712 * image-file.el (insert-image-file): Add yank-handler.
11713 (image-file-yank-handler): Yank handler to make unique copies of
11714 images when they are yanked into a buffer next to each other.
11715
11716 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11717
11718 * comint.el (comint-use-prompt-regexp, comint-send-input)
11719 (comint-source-default, comint-extract-string)
11720 (comint-get-source, comint-word, comint-completion)
11721 (comint-source, comint-prompt-read-only, comint-update-fence):
11722 Fix typos in docstrings.
11723 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11724 Declare with define-obsolete-*-alias macros.
11725 (comint-previous-matching-input-from-input)
11726 (comint-next-matching-input-from-input)
11727 (comint-previous-matching-input, comint-next-matching-input)
11728 (comint-forward-matching-input):
11729 Improve argument/docstring consistency.
11730
11731 * desktop.el (desktop-clear-preserve-buffers-regexp):
11732 Also preserve the *server* buffer.
11733
11734 * simple.el (clone-indirect-buffer): Doc fix.
11735 (fixup-whitespace, just-one-space)
11736 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11737 (next-error, next-error-highlight)
11738 (next-error-highlight-no-select, next-error-last-buffer)
11739 (next-error-buffer-p, next-error-find-buffer, next-error)
11740 (previous-error, next-error-no-select, previous-error-no-select)
11741 (open-line, split-line, minibuffer-prompt-width, kill-new)
11742 (binary-overwrite-mode): Fix typos in docstrings.
11743 (set-fill-column): Fix typo in message.
11744
11745 * skeleton.el (skeleton-proxy-new): Doc fix.
11746
11747 * strokes.el (strokes-load-hook): Doc fix.
11748 (strokes-grid-resolution, strokes-get-grid-position)
11749 (strokes-renormalize-to-grid, strokes-read-stroke)
11750 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11751 (strokes-global-map): Fix typos in docstrings.
11752 (strokes-help): Doc fix. Fix help message and pass it through
11753 `substitute-command-keys'.
11754
11755 * tempo.el (tempo-insert-prompt, tempo-interactive)
11756 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11757 (tempo-insert-string-functions, tempo-local-tags)
11758 (tempo-define-template, tempo-insert-template)
11759 (tempo-insert-prompt-compat, tempo-is-user-element)
11760 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11761 Fix typos in docstrings.
11762
11763 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11764 (vcursor-key-bindings, vcursor-use-vcursor-map)
11765 (vcursor-find-window, vcursor-scroll-down)
11766 (vcursor-disable, vcursor-beginning-of-buffer)
11767 (vcursor-end-of-buffer): Fix typos in docstrings.
11768 (vcursor-relative-move, vcursor-get-char-count):
11769 Improve argument/docstring consistency.
11770
11771 * version.el: "?\ " -> "?\s".
11772
11773 * wid-edit.el (widget-default-create, widget-after-change)
11774 (widget-default-format-handler, widget-checklist-add-item)
11775 (widget-radio-add-item, widget-choose, widget-specify-secret)
11776 (widget-field-value-create, widget-field-value-get)
11777 (widget-editable-list-format-handler)
11778 (widget-editable-list-entry-create, widget-group-value-create)
11779 (widget-documentation-link-add)
11780 (widget-documentation-string-value-create): "?\ " -> "?\s".
11781 (widget-convert-text): Doc fix.
11782 (widget-narrow-to-field, widget-field-find)
11783 (widget-url-link-action, widget-emacs-library-link-action)
11784 (widget-color-notify): Fix typos in docstrings.
11785
11786 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11787 (x-select-text, set-w32-system-coding-system)
11788 (w32-add-charset-info): Fix typos in docstrings.
11789
11790 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11791 (cua-enable-cua-keys, cua-use-hyper-key)
11792 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11793 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11794
11795 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11796
11797 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11798 `defalias' instead of faking it.
11799
11800 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11801 (eshell-ls-missing, eshell-ls-dired-initial-args)
11802 (eshell-ls-use-in-dired): Fix typos in docstrings.
11803
11804 2005-07-20 Kim F. Storm <storm@cua.dk>
11805
11806 * emulation/cua-base.el (cua-mode): Improve doc string.
11807
11808 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
11809
11810 * abbrev.el (expand-region-abbrevs): Doc fix.
11811 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11812 Improve argument/docstring consistency.
11813
11814 * arc-mode.el (archive-get-descr, archive-alternate-display):
11815 Doc fixes.
11816 (archive-l-e): Improve argument/docstring consistency.
11817 (archive-tmpdir, archive-unixdate, archive-unixtime)
11818 (archive-chmod-entry): Fix typos in docstrings.
11819 (archive-unflag, archive-unflag-backwards)
11820 (archive-unmark-all-files): "?\ " -> "?\s".
11821
11822 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11823 (Buffer-menu-not-modified, Buffer-menu-execute)
11824 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11825 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11826
11827 * composite.el (compose-string, encode-composition-rule)
11828 (compose-last-chars): Fix typos in docstrings.
11829
11830 * desktop.el (desktop-enable, desktop-basefilename):
11831 Declare with `define-obsolete-variable-alias'.
11832 (desktop-internal-v2s): Don't quote keywords.
11833 (desktop-clear): "?\ " -> "?\s".
11834
11835 * dired.el (dired-align-file, dired-flag-backup-files)
11836 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11837 (dired-listing-switches, dired-ls-F-marks-symlinks)
11838 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11839 (dired-directory, dired-faces, dired, dired-revert)
11840 (dired-mode, dired-summary, dired-view-file)
11841 (dired-copy-filename-as-kill, dired-delete-file)
11842 (dired-no-confirm, dired-unmark-all-marks)
11843 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11844 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11845 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11846 Fix typos in message strings.
11847
11848 * dired-x.el (virtual-dired): Declare with `defalias'.
11849 (dired-mark-unmarked-files, dired-local-variables-file)
11850 (dired-omit-here-always): Doc fix.
11851 (dired-omit-mode, dired-find-subdir)
11852 (dired-enable-local-variables, dired-clean-up-buffers-too)
11853 (dired-extra-startup, dired-mark-extension, dired-jump)
11854 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11855 (dired-smart-shell-command, dired-guess-shell-alist-user)
11856 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11857 (dired-x-bind-find-file, dired-x-submit-report):
11858 Fix typos in docstrings.
11859 (dired-mark-unmarked-files): "?\ " -> "?\s".
11860
11861 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11862
11863 * faces.el (describe-face): "?\ " -> "?\s".
11864 (read-all-face-attributes, read-face-font, modify-face)
11865 (face-attr-construct, italic): Fix typos in docstrings.
11866 (frame-update-face-colors): Declare with
11867 `define-obsolete-function-alias'.
11868
11869 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11870 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11871 (magic-mode-alist, buffer-file-numbers-unique)
11872 (write-file-functions, get-free-disk-space):
11873 Fix typos in docstrings.
11874 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11875 (write-contents-hooks, write-file-hooks):
11876 Declare with `define-obsolete-variable-alias'.
11877
11878 * forms-d2.el (arch-rj): Fix typo in docstrings.
11879 (arch-tocol): Likewise. "?\ " -> "?\s".
11880
11881 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11882 Fix typo in docstring.
11883 (set-screen-width, set-screen-height): Delete redundant info in
11884 doctrings.
11885 (new-frame, screen-height, screen-width): Declare with
11886 `define-obsolete-function-alias'.
11887 (delete-frame-hook, blink-cursor): Declare with
11888 `define-obsolete-variable-alias'.
11889
11890 * paths.el (prune-directory-list): Fix typos in docstring.
11891
11892 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11893 (cvs-prefix-get): Fix typos in docstrings.
11894
11895 * ps-print.el (ps-extend-face-list, ps-extend-face)
11896 (ps-print-background-image): Fix typos in docstrings.
11897 (ps-default-fg, ps-default-bg): Doc fixes.
11898
11899 * s-region.el (s-region-bind): Doc fix.
11900 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11901
11902 * textmodes/org.el (org-table-formula-substitute-names)
11903 (org-table-get-vertical-vector): Doc fixes.
11904 (org-table-recalculate): Remove unused argument to `message'.
11905
11906 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
11907
11908 * textmodes/org.el (org-table-column-names)
11909 (org-table-column-name-regexp)
11910 (org-table-named-field-locations): New variables.
11911 (org-archive-subtree): Protect `this-command' when calling
11912 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11913 the kill buffer.
11914 (org-complete): Remove fixed-formula completion.
11915 (org-edit-formulas-map): New variable.
11916 (org-table-edit-formulas): New command.
11917 (org-finish-edit-formulas, org-abort-edit-formulas)
11918 (org-show-variable, org-table-get-vertical-vector): New functions.
11919 (org-table-maybe-eval-formula): Handle `:=' fields.
11920 (org-table-get-stored-formulas, org-table-store-formulas)
11921 (org-table-get-formula, org-table-modify-formulas)
11922 (org-table-replace-in-formulas): Handle named field formulas.
11923 (org-table-get-specials): Store locations of named fields.
11924
11925 2005-07-19 Juri Linkov <juri@jurta.org>
11926
11927 * progmodes/grep.el (grep-regexp-alist)
11928 (grep-mode-font-lock-keywords, grep-process-setup):
11929 Use default GNU grep match color "01;31m" instead of "01;41m".
11930 (grep-regexp-alist, grep-mode-font-lock-keywords):
11931 Use `\\[[0-9]*m' instead of `\\[00m'.
11932 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11933 sgr_start where its handling is more important. Use the real
11934 length of sgr_start instead of constant 8.
11935 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11936 specially. Delete all remaining escape sequences.
11937 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11938 (grep-regexp-alist): Make hyperlink only for binary file name
11939 instead of the whole line.
11940 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11941 (grep-mode): Add autoload.
11942
11943 * emacs-lisp/find-func.el (find-function-regexp):
11944 Add `define-compilation-mode'.
11945
11946 2005-07-19 Juri Linkov <juri@jurta.org>
11947
11948 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11949 (compare-windows-sync-string-size, compare-windows-recenter)
11950 (compare-windows-highlight, compare-windows): Add version 22.1.
11951 (compare-windows) <defface>: Inherit from lazy-highlight instead
11952 of duplicating its default value.
11953
11954 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11955 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11956
11957 * descr-text.el (describe-char): Create link buttons for `charset'
11958 and `code point'. Add the current input method name with a link
11959 button to `to input' field. Print face names of display table
11960 characters in `The display table entry is displayed by' section
11961 instead of printing face-id in the `display' field.
11962 Guess hardcoded faces and create a link button for them.
11963 Skip empty fields when calculating max-width.
11964 Treat `widget-create' specially while inserting strings from the
11965 collected field list.
11966 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11967
11968 * diff-mode.el (diff-file-header): Change foreground color from
11969 yellow to green on light backgrounds.
11970 (diff-context): Inherit from `shadow' only for color/grayscale
11971 with more than 88 colors.
11972 (diff-indicator-removed, diff-indicator-added)
11973 (diff-indicator-changed): New faces.
11974 (diff-font-lock-keywords): Use new faces. Regroup rules.
11975 Add "^---$" for `normal' diff format. Fontify `#' lines with
11976 font-lock-comment-delimiter-face and font-lock-comment-face.
11977 Add `#' to ^[^...] in the rule for `diff-context-face'.
11978
11979 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11980 a button-like box. Inherit from `highlight' on low colors.
11981 (shadow): Use shades of gray only for color/grayscale with
11982 more than 88 colors. Use green for light backgrounds with
11983 8 colors, and yellow for dark backgrounds with 8 colors.
11984
11985 * font-lock.el (font-lock-regexp-grouping-backslash):
11986 Don't inherit from escape-glyph (use bold for all cases).
11987
11988 * info.el (info-xref-visited): Use light foreground color `violet'
11989 for dark backgrounds instead of dark color `magenta3'.
11990 (info-title-1): Use `yellow' color for dark backgrounds.
11991
11992 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11993 too-light magenta2.
11994
11995 * replace.el (match): Use slightly more light RoyalBlue3 instead
11996 of dark RoyalBlue4.
11997
11998 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11999
12000 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
12001
12002 * novice.el (disabled-command-hook): Declare it with
12003 `define-obsolete-variable-alias'.
12004
12005 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
12006 (desktop-buffer-misc-functions, desktop-buffer-handlers)
12007 (desktop-load-default): Add release to obsolescence info.
12008 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
12009 (desktop-append-buffer-args, desktop-read):
12010 Fix typos in docstrings.
12011 (desktop-kill): Fix typo in message.
12012 (desktop-save): Doc fix.
12013
12014 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
12015
12016 * viper-cmd.el (viper-escape-to-state): Bug fix.
12017 (viper-envelop-ESC-key): Change the definition of fast
12018 keysequence so it'll work with keyboard macros.
12019
12020 * ediff.el (ediff-patch-buffer): Change the docstring.
12021
12022 2005-07-19 Kenichi Handa <handa@m17n.org>
12023
12024 * international/mule-cmds.el (select-safe-coding-system): Try to
12025 use an auto-coding (if any) before anything else. If the found
12026 auto-coding is invalid, show a warning message.
12027
12028 * international/mule.el (find-auto-coding): New function created
12029 by modifying the body of set-auto-coding.
12030 (set-auto-coding): Use find-auto-coding to find a coding.
12031
12032 2005-07-18 Richard M. Stallman <rms@gnu.org>
12033
12034 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
12035 not isearch-mode-end-hook-error.
12036 (allout-before-change-protect): Fix error message.
12037
12038 2005-07-18 Juri Linkov <juri@jurta.org>
12039
12040 * allout.el (allout-mode):
12041 * calculator.el (calculator-copy):
12042 * custom.el (custom-known-themes):
12043 * dired.el (dired-desktop-buffer-misc-data)
12044 (dired-restore-desktop-buffer):
12045 * dired-x.el (dired-omit-marker-char):
12046 * files.el (basic-save-buffer):
12047 * font-core.el (font-lock-mode):
12048 * calendar/calendar.el (calendar-goto-hebrew-date)
12049 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
12050 (calendar-goto-persian-date):
12051 * language/ethio-util.el (ethio-sera-to-fidel-region):
12052 * textmodes/picture.el (picture-mode):
12053 Delete duplicate duplicate words.
12054
12055 2005-07-18 Juri Linkov <juri@jurta.org>
12056
12057 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12058 chars * ? } |.
12059 (isearch-fallback): Don't call `isearch-process-search-char'.
12060 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12061 (isearch-process-search-char): Call `isearch-fallback' for regexp
12062 chars * ? } |.
12063 (isearch-return-char): Make obsolete with `make-obsolete' instead
12064 of simply documenting it as obsolete in the docstring.
12065 (isearch-fallback): Refill docstring.
12066
12067 * international/isearch-x.el
12068 (isearch-process-search-multibyte-characters): Remove unneeded
12069 `concat'. Add intermediate values to `junk-hist' instead of
12070 `minibuffer-history'. Test the length of `str'.
12071
12072 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
12073
12074 * allout.el (allout-resolve-xref): Fix typos in error strings.
12075 (allout-before-change-protect): Remove unneeded `concat'.
12076
12077 * array.el (array-mode, array-reconfigure-rows)
12078 (untabify-backward): Fix typos in docstrings.
12079 (array-reconfigure-rows): Use `insert-buffer-substring', not
12080 `insert-buffer'.
12081
12082 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12083 * progmodes/ada-mode.el (ada-make-body):
12084 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12085
12086 * dired.el (dired-log):
12087 * tar-mode.el (tar-subfile-save-buffer):
12088 * play/zone.el (zone-pgm-stress-destress):
12089 Use `insert-buffer-substring', not `insert-buffer'.
12090
12091 2005-07-17 Simon Josefsson <jas@extundo.com>
12092
12093 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12094
12095 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12096
12097 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12098 Add plain auth method.
12099 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12100
12101 2005-07-17 Kim F. Storm <storm@cua.dk>
12102
12103 * ido.el (dired-other-window): Add ido property.
12104
12105 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12106
12107 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12108 Fix typo in docstring.
12109 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12110 `insert-file-literally'.
12111
12112 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12113 info and delete redundant message. Doc fix.
12114 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12115 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12116
12117 2005-07-16 Richard M. Stallman <rms@gnu.org>
12118
12119 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12120 (byte-compile-and): Use byte-compile-and-recursion.
12121 (byte-compile-or-recursion): New function.
12122 (byte-compile-or): Use that.
12123 (byte-compile-if): Guard the else-clause too.
12124 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12125
12126 * isearch.el (isearch-mode-end-hook-quit): New variable.
12127 (isearch-done): Bind it.
12128 (isearch-mode-end-hook): Doc fix.
12129
12130 * allout.el (allout-isearch-did-quit): Variable deleted.
12131 (allout-real-isearch-abort): Function name no longer used.
12132 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12133 (allout-isearch-rectification): isearch-mode always exists.
12134 Don't set allout-isearch-did-quit.
12135 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12136 allout-isearch-did-quit.
12137 (allout-enwrap-isearch): Just add the hook.
12138 (allout-isearch-abort): Function deleted.
12139 (allout-pre-command-business): Avoid warning.
12140
12141 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12142 Correctly avoid warnings.
12143 (pascal-outline): Likewise.
12144
12145 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12146
12147 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12148
12149 * play/tetris.el (tetris-mode): Avoid warning.
12150
12151 * play/snake.el (snake-mode): Avoid warning.
12152
12153 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12154 (gamegrid-set-display-table): Avoid warning.
12155 (gamegrid-set-timer): Likewise.
12156 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12157 (gamegrid-add-score-with-update-game-score-1): Take FILE
12158 as argument.
12159 (gamegrid-add-score-with-update-game-score): Pass that argument.
12160 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12161
12162 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12163
12164 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12165 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12166
12167 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12168 and insert-file.
12169
12170 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12171 (sc-ask): Avoid warnings.
12172
12173 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12174 (eshell-hist-initialize): Use that var the natural way.
12175
12176 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12177
12178 * emacs-lisp/re-builder.el (reb-cook-regexp):
12179 Avoid warning calling lre-compile-string.
12180 (reb-color-display-p): Avoid warning.
12181
12182 * calculator.el (calculator-last-input): Guard uses
12183 of event-key and key-press-event-p.
12184 (event-key, key-press-event-p): Delete definitions.
12185
12186 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12187 (find-gc-source-directory, find-gc-subrs-callers)
12188 (find-gc-noreturn-list, find-gc-source-files)
12189 (find-gc-subrs-called): Vars renamed and defvar'd.
12190
12191 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12192 (checkdoc-overlay-put, checkdoc-delete-overlay)
12193 (checkdoc-overlay-start, checkdoc-overlay-end)
12194 (checkdoc-mode-line-update, checkdoc-char=):
12195 Define such that compiler knows they are defined.
12196 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12197 (checkdoc-read-event): Delete. Use read-event directly.
12198
12199 * whitespace.el (whitespace-make-overlay)
12200 (whitespace-overlay-put, whitespace-delete-overlay)
12201 (whitespace-overlay-start, whitespace-overlay-end):
12202 Define such that compiler knows they are defined.
12203 (whitespace): Move conditional inside.
12204
12205 * tempo.el (tempo-insert-template): Suppress warning.
12206
12207 * ediff-diff.el (longlines-mode): Add defvar.
12208
12209 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12210
12211 * server.el: Bind "C-x #" in a way that works even if C-x is
12212 redefined to a command key, not a prefix key.
12213
12214 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12215
12216 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12217 cl-make-type-test till execution time.
12218
12219 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12220
12221 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12222 arg ARG and use it.
12223
12224 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12225
12226 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12227
12228 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12229
12230 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12231 a defcustom with two :set or :type keywords.
12232
12233 2005-07-15 Richard M. Stallman <rms@gnu.org>
12234
12235 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12236 Don't give ^M comment-end syntax.
12237
12238 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12239
12240 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12241 Don't consider gdbmi (gdb-mi.el has its own update functions).
12242 (gdb-var-delete): Make it work for gdbmi as well.
12243 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12244
12245 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12246 (gud-speedbar-menu-items): Correct logic for enabling items.
12247
12248 2005-07-15 Kim F. Storm <storm@cua.dk>
12249
12250 * ido.el: Fix commentary.
12251 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12252 Use with-no-warnings around ffap-guesser.
12253 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12254 Let bind minibuffer-completing-file-name to t.
12255
12256 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12257
12258 * startup.el (site-run-file, keyboard-type): Doc fixes.
12259 (command-line): Check for "--basic-display" argument; also for
12260 "--quick", not "--bare-bones" (which was renamed).
12261 (fancy-splash-text): Add missing item "Getting New Versions".
12262 (normal-splash-screen): Fix typos and improve consistency with
12263 `fancy-splash-text'. Update copyright year.
12264
12265 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12266 valid binding for `help-char'.
12267
12268 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12269
12270 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12271
12272 * term.el (term-mode): Disable cua-mode for term buffers.
12273
12274 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12275
12276 * add-log.el (add-log-mailing-address, change-log-merge):
12277 Doc fixes.
12278 (change-log-get-method-definition): Fix typo in docstring.
12279
12280 2005-07-14 Kim F. Storm <storm@cua.dk>
12281
12282 * emulation/cua-base.el:
12283 (cua--pre-command-handler-1, cua--pre-command-handler)
12284 (cua--post-command-handler-1, cua--post-command-handler):
12285 Split in two. Check (buffer local) value of cua-mode.
12286 (cua-selection-mode): New command.
12287
12288 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12289
12290 * custom.el (custom-initialize-safe-set)
12291 (custom-initialize-safe-default): Doc fixes.
12292
12293 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12294 and simplify :init-value again.
12295
12296 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12297 and simplify :init-value again. Delete autoload.
12298
12299 * startup.el (command-line): Use `custom-reevaluate-setting' again
12300 for tooltip-mode.
12301
12302 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12303 a defcustom with two :initialize keywords.
12304
12305 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12306
12307 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12308 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12309 (allout-post-command-business, allout-flag-region)
12310 (isearch-reenable-font-lock, allout-yank)
12311 (allout-insert-latex-header, allout-insert-latex-trailer)
12312 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12313 (allout-latex-verb-quote): Fix typos in docstrings.
12314 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12315 (allout-unprotected, allout-prefix-data):
12316 Improve argument/docstring consistency.
12317 (allout-chart-subtree): Fix argument spec.
12318 (allout-open-topic): Rename `use_sib_bullet' argument to
12319 `use-sib-bullet'. Doc fix.
12320
12321 * whitespace.el (whitespace-check-buffer-leading)
12322 (whitespace-check-buffer-trailing)
12323 (whitespace-check-buffer-indent)
12324 (whitespace-check-buffer-spacetab)
12325 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12326 (whitespace-check-leading-whitespace)
12327 (whitespace-check-trailing-whitespace)
12328 (whitespace-check-spacetab-whitespace)
12329 (whitespace-check-indent-whitespace)
12330 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12331 (whitespace-modes): Fix typos in docstrings.
12332 (defgroup, defcustom): Doc fixes.
12333
12334 * winner.el (winner-mode, winner-boring-buffers)
12335 (winner-pending-undo-ring): Doc fixes.
12336 (winner-ring): Remove unneeded `progn'.
12337 (winner-equal): `defsubst' it.
12338 (winner-redo): Fix message.
12339
12340 2005-07-13 Kim F. Storm <storm@cua.dk>
12341
12342 * simple.el (line-move-1): Always use vertical-motion to
12343 do the last (or only) line move to ensure some movement.
12344 Undo 2005-06-23 change--don't check for overlays.
12345
12346 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12347
12348 * term/mac-win.el (ccl-encode-mac-roman-font)
12349 (ccl-encode-mac-centraleurroman-font)
12350 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12351 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12352 Change charset-id boundary of dimension to ?\xef.
12353 (mac-char-fontspec-list): New constant.
12354 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12355 argument. Nil uses itself as family in font-spec. Previous
12356 behavior for nil is now provided by non-nil non-string argument.
12357 All callers changed. Add font-specs for Mac fonts to
12358 "fontset-default" unless iso8859-1 fonts are installed.
12359
12360 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12361
12362 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12363 a continuation line if the \ is preceded by SPC or TAB.
12364 (sh-get-indent-info): Simplify.
12365 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12366 Use with-current-buffer.
12367
12368 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12369 when the matched text is empty.
12370
12371 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12372
12373 * startup.el (command-line): Revert to previous handling of
12374 tooltip-mode. Explain in comment why the complexity is needed.
12375
12376 * tooltip.el (tooltip-mode): Revert to previous implementation of
12377 its defcustom.
12378
12379 * frame.el (blink-cursor-mode): Revert to previous implementation
12380 of its defcustom. Update comment.
12381
12382 2005-07-12 Lars Hansen <larsh@soem.dk>
12383
12384 * desktop.el: Update e-mail address.
12385
12386 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12387
12388 * term/mac-win.el (mac-services-mail-selection)
12389 (mac-services-mail-to): New functions.
12390 (mac-application-menu-map): Bind them.
12391
12392 2005-07-12 wulei <milton@wulei.net> (tiny change)
12393
12394 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12395
12396 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12397
12398 * custom.el (custom-reevaluate-setting): Doc fix.
12399
12400 2005-07-11 Jay Belanger <belanger@truman.edu>
12401
12402 * calc/calc.el (calc-embedded-announce-formula-alist)
12403 (calc-embedded-open-close-plain-alist)
12404 (calc-embedded-open-close-mode-alist): Add checks for additional
12405 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12406
12407 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12408
12409 * custom.el (custom-enable-theme): Don't add theme to
12410 `custom-enabled-themes' with `push' because there is no
12411 setf-method for `delq'.
12412
12413 2005-07-11 Richard M. Stallman <rms@gnu.org>
12414
12415 * custom.el (custom-declare-variable): Doc fix.
12416
12417 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12418 from the alists.
12419
12420 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12421 Do nothing if edebug-active.
12422
12423 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12424 (edebug-display): Do it here instead.
12425
12426 2005-07-10 Richard M. Stallman <rms@gnu.org>
12427
12428 * cus-face.el (custom-theme-set-faces): Make it work.
12429 (custom-reset-faces): Doc fix.
12430 (custom-theme-reset-internal-face, custom-theme-face-value):
12431 Functions deleted.
12432
12433 * custom.el (custom-push-theme): Maintain list of the settings
12434 of a given theme in its theme-settings property.
12435 Maintain position of old settings in the theme-value
12436 or theme-face property.
12437 (custom-enabled-themes): New variable.
12438 (custom-theme-enabled-p): New function.
12439 (provide-theme): Update custom-enabled-themes.
12440 Disable and reenable the `user' theme.
12441 (require-theme): Doc fix.
12442 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12443 (custom-theme-value, custom-theme-variable-value): Likewise.
12444 (custom-theme-reset-internal): Likewise.
12445 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12446 (custom-enable-theme, custom-disable-theme): New functions.
12447 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12448 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12449 (custom-theme-reset-variables): Simplify.
12450 (deftheme, custom-declare-theme, custom-make-theme-feature):
12451 Definitions moved.
12452
12453 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12454
12455 * longlines.el (longlines-show-region)
12456 (longlines-unshow-hard-newlines): Recognize hard newlines by
12457 non-nil hard property, instead of t.
12458
12459 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12460
12461 * viper-cmd.el (viper--key-maps): New variable.
12462 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12463 emulation-mode-map-alists.
12464 (viper-envelop-ESC-key): Use viper-subseq.
12465 (viper-search-forward/backward/next): Disable debug-on-error.
12466
12467 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12468 (viper-ESC-key): New defcustoms.
12469
12470 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12471
12472 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12473 (viper-subseq): Copy of subseq from cl.el.
12474
12475 * viper.el (viper-go-away, viper-set-hooks): Use
12476 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12477
12478 * viper-mous.el (viper-current-frame-saved): Use defvar.
12479
12480 * viper-init.el: Get rid of -face in face names.
12481
12482 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12483 Make it work with longlines mode
12484
12485 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12486
12487 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12488
12489 * ediff-init.el: Get rid of -face in face names.
12490
12491 2005-07-10 Richard M. Stallman <rms@gnu.org>
12492
12493 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12494 and with-timeout-unsuspend.
12495
12496 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12497 and with-timeout-unsuspend.
12498
12499 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12500 (with-timeout): Bind that variable to record timers.
12501 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12502
12503 * emacs-lisp/debug.el (debug-help-follow): New function.
12504 (debugger-mode-map): Use that instead of help-follow.
12505 (debugger-setup-buffer): Use eval-buffer-list
12506 to handle eval-buffer frames.
12507
12508 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12509
12510 * timezone.el (timezone-parse-date): Change first regexp
12511 so it will not mistakenly match dates with no time zone.
12512
12513 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12514
12515 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12516
12517 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12518
12519 * custom.el (custom-initialize-safe-set)
12520 (custom-initialize-safe-default): New functions.
12521
12522 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12523 and simplify :init-value.
12524
12525 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12526 and simplify :init-value. Delete obsolete comment.
12527
12528 * startup.el (command-line): Use `custom-reevaluate-setting' to
12529 handle `tooltip-mode'. Delete obsolete comment.
12530
12531 * files.el (set-visited-file-name): Avoid calling
12532 `file-name-nondirectory' with a nil argument.
12533
12534 2005-07-09 Richard M. Stallman <rms@gnu.org>
12535
12536 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12537 was called with nil for the buffer, handle the read position right.
12538 Handle read position for eval-region, too.
12539
12540 2005-07-09 Juri Linkov <juri@jurta.org>
12541
12542 * fringe.el (fringe-mode): Add period in docstring.
12543 (fringe-query-style): Build prompt depending on `all-frames' arg.
12544
12545 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12546 to not create links to unrelated functions in the Help buffer.
12547
12548 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12549 Doc fix.
12550
12551 * simple.el (next-error-hook): New variable.
12552 (next-error): Use it. Doc fix.
12553
12554 * textmodes/ispell.el (ispell-command-loop): Add current
12555 dictionary name and program name to mode-line-format.
12556 (ispell-region, ispell-process-line): Add current dictionary name
12557 and program name to messages.
12558
12559 2005-07-08 Jay Belanger <belanger@truman.edu>
12560
12561 * calc/calc.el (calc-embedded-announce-formula-alist)
12562 (calc-embedded-open-close-formula-alist)
12563 (calc-embedded-open-close-word-alist)
12564 (calc-embedded-open-close-plain-alist)
12565 (calc-embedded-open-close-new-formula-alist)
12566 (calc-embedded-open-close-mode-alist)
12567 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12568 (calc-embedded-mode-hook): New variables.
12569
12570 * calc/calc-embed.el (calc-embedded-firsttime)
12571 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12572 New variables.
12573 (calc-do-embedded): Use calc-embedded-firsttime,
12574 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12575 determine whether or not to run hooks.
12576 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12577 calc-embedded-firsttime-formula appropriately.
12578 Set calc-embedded delimiter variables according to mode.
12579
12580 2005-07-08 Richard M. Stallman <rms@gnu.org>
12581
12582 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12583 Check for "emacs", etc., as entire symbol, not just as word.
12584 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12585
12586 * files.el (set-visited-file-name): Report the error
12587 for "empty filename" earlier.
12588 (kill-some-buffers): Ignore buffers already dead.
12589
12590 * fringe.el (fringe-mode): Doc fix.
12591
12592 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12593 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12594 Use unwind-protect to ensure byte-compile-unresolved-functions
12595 is updated.
12596
12597 * whitespace.el (whitespace-buffer-leading-cleanup):
12598 Simplify w/ skip-chars-forward.
12599 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12600
12601 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12602 Unconditionally try to leave point at the same old place.
12603
12604 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12605
12606 * comint.el (comint-postoutput-scroll-to-bottom)
12607 (comint-show-maximum-output): Take scroll-margin into consideration.
12608
12609 2005-07-08 Kim F. Storm <storm@cua.dk>
12610
12611 * ido.el (ido-use-filename-at-point): New choice `guess'.
12612 (ido-file-internal): Try ffap-guesser if selected.
12613
12614 * ido.el (ido-before-fallback-functions): New hook.
12615 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12616 (ido-read-file-name): Run it.
12617
12618 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12619
12620 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12621 strings rather than a list of symbols to the completion function.
12622
12623 2005-07-07 Jay Belanger <belanger@truman.edu>
12624
12625 * calc/calc-units.el (math-apply-units): Change the places in
12626 which units are simplified.
12627
12628 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12629
12630 * cus-edit.el (customize-option, customize-option-other-window):
12631 Make them handle aliases.
12632
12633 * custom.el (custom-variable-p): Make it recursively follow
12634 aliases. Mention that in the docstring.
12635
12636 2005-07-07 Richard M. Stallman <rms@gnu.org>
12637
12638 * cus-start.el (exec-path): Use `directory' instead of `file'.
12639 Fix tag for nil.
12640
12641 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12642
12643 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12644 when called non-interactively. Doc fix.
12645
12646 2005-07-07 Lute Kamstra <lute@gnu.org>
12647
12648 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12649 new address as well.
12650
12651 2005-07-07 Kenichi Handa <handa@m17n.org>
12652
12653 * international/mule.el (make-coding-system):
12654 Describe `ascii-incompatible' property in the docstring.
12655 (set-file-name-coding-system): Signal an error if coding-system is
12656 ascii-incompatible.
12657 (set-keyboard-coding-system): Likewise.
12658
12659 * international/mule-cmds.el (set-default-coding-systems):
12660 Don't set default-file-name-coding-system and
12661 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12662
12663 * international/utf-16.el: Declare that all UTF-16-based coding
12664 systems are ASCII-incompatible.
12665
12666 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12667
12668 * progmodes/gud.el: Require font-lock for displaying errors.
12669 Used by gdb-ui.el.
12670
12671 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12672
12673 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12674 values for the pattern lists which are `read'able but not
12675 `append'able (like symbols).
12676
12677 2005-07-06 Richard M. Stallman <rms@gnu.org>
12678
12679 * progmodes/flymake.el (flymake-float-time): Instead of
12680 with-no-warnings, test for xemacs.
12681 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12682 to avoid warning.
12683
12684 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12685
12686 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12687
12688 2005-07-05 Lute Kamstra <lute@gnu.org>
12689
12690 * battery.el: Add support for Darwin (with much debugging help
12691 from Samuel Lauber <sam124@operamail.com>).
12692 (battery-status-function, battery-echo-area-format)
12693 (battery-mode-line-format): Add support for pmset on Darwin.
12694 (battery-load-low, battery-load-critical): New user options.
12695 (battery-pmset): New function.
12696
12697 2005-07-05 Lute Kamstra <lute@gnu.org>
12698
12699 Update FSF's address in GPL notices.
12700
12701 * textmodes/page-ext.el: Update FSF's address.
12702
12703 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12704
12705 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12706 filling from using prefix when filling a single-line docstring.
12707
12708 * progmodes/flymake.el: Remove useless eval-when-compile.
12709
12710 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12711
12712 2005-07-04 Richard M. Stallman <rms@gnu.org>
12713
12714 * textmodes/org.el (org-file-apps-defaults-gnu):
12715 Rename from org-file-apps-defaults-linux.
12716 (org-default-apps): Don't test system-type for `linux'.
12717 (org-file-apps): Doc fix.
12718
12719 2005-07-04 David Ponce <david@dponce.com>
12720
12721 * tree-widget.el: Improve header Commentary section.
12722 (tree-widget) [defgroup]
12723 (tree-widget-image-enable, tree-widget-themes-directory)
12724 (tree-widget-theme, tree-widget-image-properties-emacs)
12725 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12726 (tree-widget-image-formats, tree-widget-control)
12727 (tree-widget-empty-control, tree-widget-leaf-control
12728 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12729 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12730 (tree-widget-keep, tree-widget-after-toggle-functions)
12731 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12732 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12733 :help-echo message.
12734 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12735 (tree-widget-image-properties): Doc fix. Clearer implementation.
12736 (tree-widget--cursors): New constant.
12737 (tree-widget-lookup-image): New function split from
12738 `tree-widget-find-image'. Clearer implementation.
12739 (tree-widget-find-image): Use it.
12740 (tree-widget-button-keymap): Use `set-keymap-parent'.
12741 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12742 Define the sub-widgets here.
12743 (tree-widget-node): Check that :node is not a tree-widget.
12744 (tree-widget-get-super, tree-widget-open-control)
12745 (tree-widget-close-control, tree-widget-empty-control)
12746 (tree-widget-leaf-control, tree-widget-guide)
12747 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12748 (tree-widget-no-handle, tree-widget-value-delete)
12749 (tree-widget-map): Remove.
12750 (tree-widget-children-value-save): Doc fix. Simplified.
12751 (tree-widget-value-create): Update according to previous changes.
12752
12753 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
12754
12755 * textmodes/org.el: Leading space replaced by TABS.
12756 (org-recalc-marks, org-table-rotate-recalc-marks)
12757 (org-table-get-specials): Treat "^" and "_" marks.
12758 (org-table-justify-field-maybe): Optional argument NEW.
12759 (org-table-eval-formula): Parsing of the format simplified.
12760 New modes C,I. Honor the %= parameter in the current table.
12761 Avoid unnecessary re-align by using the NEW argument to
12762 `org-table-justify-field-maybe'.
12763 (org-calc-default-modes): Default for date-format mimicks org-mode.
12764 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12765
12766 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12767
12768 * cus-face.el (custom-theme-set-faces): Make it handle face
12769 aliases whose alias declarations are pre- or autoloaded.
12770
12771 2005-07-04 Juri Linkov <juri@jurta.org>
12772
12773 * faces.el (read-face-name): Put the code for getting a face name
12774 from the buffer before adding the faces from the `face' property.
12775 Use `completing-read-multiple' instead of `completing-read'.
12776 Require `crm'. Add default value and post-process the returned
12777 list of faces.
12778
12779 * emacs-lisp/crm.el (crm-find-current-element)
12780 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12781
12782 * emacs-lisp/lisp-mode.el (eval-defun-1):
12783 * emacs-lisp/edebug.el (edebug-eval-defun):
12784 Remove unnecessary quotes.
12785
12786 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12787
12788 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12789 (prolog-indent-level): Fix typo in docstring.
12790
12791 * info.el (Info-history, Info-history-forward)
12792 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12793
12794 * add-log.el (add-change-log-entry):
12795 * comint.el (comint-dynamic-list-input-ring)
12796 (comint-dynamic-list-completions):
12797 * dabbrev.el (dabbrev-expand):
12798 * delim-col.el (delimit-columns-rectangle-line):
12799 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12800 (diff-unified->context):
12801 * ediff-init.el (ediff-abbrev-jobname):
12802 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12803 (ediff-replace-session-activity-marker-in-meta-buffer):
12804 * info.el (Info-summary):
12805 * lpr.el (printify-region):
12806 * printing.el (pr-create-interface):
12807 * ps-print.el (ps-print-quote):
12808 * ses.el (ses-column-widths, ses-print-cell)
12809 (ses-adjust-print-width, ses-center):
12810 * shell.el (shell-file-name-quote-list):
12811 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12812 (strokes-fill-current-buffer-with-whitespace)
12813 (strokes-xpm-for-stroke, strokes-list-strokes)
12814 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12815 * term.el (term-dynamic-list-input-ring)
12816 (term-dynamic-list-completions):
12817 * calc/calc.el (math-format-stack-value):
12818 * emacs-lisp/edebug.el (edebug-display-freq-count):
12819 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12820 (delphi-new-comment-line):
12821 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12822 * progmodes/executable.el (executable-set-magic):
12823 * progmodes/python.el (inferior-python-mode):
12824 * progmodes/scheme.el (scheme-mode-syntax-table):
12825 * progmodes/sh-script.el (sh-maybe-here-document):
12826 * progmodes/sql.el (sql-copy-column):
12827 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12828 * textmodes/bibtex.el (bibtex-mode):
12829 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12830 (sgml-auto-attributes):
12831 * textmodes/table.el (table-insert, table-shorten-cell)
12832 (table--generate-source-scan-lines, table-delete-row)
12833 (*table--cell-delete-char, table--spacify-frame)
12834 (table--horizontally-shift-above-and-below)
12835 (table--cell-insert-char, table--cell-blank-str)
12836 (table--fill-region-strictly):
12837 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12838 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12839
12840 * add-log.el (change-log):
12841 * apropos.el (apropos):
12842 * comint.el (comint-completion, comint-source):
12843 * dabbrev.el (dabbrev):
12844 * delim-col.el (columns):
12845 * diff-mode.el (diff-mode):
12846 * ediff.el (ediff):
12847 * ediff-diff.el (ediff-diff):
12848 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12849 * ediff-mult.el (ediff-mult):
12850 * ediff-ptch.el (ediff-ptch):
12851 * ediff-wind.el (ediff-window):
12852 * facemenu.el (facemenu):
12853 * indent.el (indent):
12854 * info.el (info):
12855 * jka-cmpr-hook.el (compression, jka-compr):
12856 * lpr.el (lpr):
12857 * outline.el (outlines):
12858 * pcmpl-cvs.el (pcmpl-cvs):
12859 * pcmpl-rpm.el (pcmpl-rpm):
12860 * printing.el (printing):
12861 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12862 (ps-print-vertical, ps-print-headers, ps-print-font)
12863 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12864 (ps-print-background, ps-print-printer, ps-print-page)
12865 (ps-print-miscellany):
12866 * ses.el (ses):
12867 * shell.el (shell, shell-directories, shell-faces):
12868 * startup.el (initialization):
12869 * strokes.el (strokes):
12870 * term.el (term):
12871 * uniquify.el (uniquify):
12872 * w32-vars.el (w32):
12873 * calc/calc.el (calc):
12874 * emacs-lisp/bytecomp.el (bytecomp):
12875 * emacs-lisp/cl-indent.el (lisp-indent):
12876 * emacs-lisp/edebug.el (edebug):
12877 * emacs-lisp/elp.el (elp):
12878 * emacs-lisp/testcover.el (testcover):
12879 * emacs-lisp/trace.el (trace):
12880 * emulation/viper-ex.el (viper-ex):
12881 * emulation/viper-mous.el (viper-mouse):
12882 * mail/mailalias.el (mailalias):
12883 * mail/supercite.el (supercite, supercite-frames)
12884 (supercite-attr, supercite-cite, supercite-hooks):
12885 * net/rcompile.el (remote-compile):
12886 * net/rlogin.el (rlogin):
12887 * obsolete/ooutline.el (outlines):
12888 * progmodes/delphi.el (delphi):
12889 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12890 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12891 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12892 (ebnf-optimization):
12893 * progmodes/etags.el (etags):
12894 * progmodes/executable.el (executable):
12895 * progmodes/idlwave.el (idlwave):
12896 * progmodes/pascal.el (pascal):
12897 * progmodes/prolog.el (prolog):
12898 * progmodes/python.el (python):
12899 * progmodes/scheme.el (scheme):
12900 * progmodes/sh-script.el (sh, sh-script):
12901 * progmodes/sql.el (SQL):
12902 * progmodes/tcl.el (tcl):
12903 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12904 * textmodes/enriched.el (enriched):
12905 * textmodes/makeinfo.el (makeinfo):
12906 * textmodes/sgml-mode.el (sgml):
12907 * textmodes/table.el (table-hooks):
12908 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12909 * textmodes/texinfo.el (texinfo):
12910 * textmodes/two-column.el (two-column):
12911 Finish `defgroup' description with period.
12912
12913 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12914 * eshell/esh-var.el (eshell-var):
12915 * progmodes/vhdl-mode.el (vhdl-testbench):
12916 * textmodes/org.el (org): Fix typos in docstrings.
12917
12918 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12919 consistency.
12920
12921 * progmodes/flymake.el (flymake-find-file): Remove.
12922 (flymake-float-time): Use `with-no-warnings'.
12923 (flymake-check-start-time, flymake-check-was-interrupted)
12924 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12925 (flymake-new-err-info): `defvar' at compile time.
12926
12927 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
12928
12929 * replace.el (occur-hook): Doc fix.
12930 (occur-1): Don't call `occur-hook' if there are no matches.
12931
12932 2005-07-03 Richard M. Stallman <rms@gnu.org>
12933
12934 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12935 global-map, save the same map.
12936 (global-map): Don't alter it at top level.
12937 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12938 Then alter it here instead.
12939 (tpu-edt-off): Set global-map to the saved one.
12940
12941 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12942 All references simplified.
12943 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
12944 (zmacs-regions): Add defvar.
12945 (repeat-complex-command-map): Everything about that deleted.
12946
12947 * textmodes/artist.el (artist-key-is-drawing)
12948 (artist-key-endpoint1, artist-key-poly-point-list)
12949 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12950 (artist-key-compl-table, artist-rb-save-data)
12951 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12952 Don't put them in eval-when-compile.
12953 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12954
12955 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12956 Use with-no-warnings.
12957
12958 * net/browse-url.el (dos-windows-version): Add defvar.
12959
12960 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12961
12962 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12963 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12964 (rmail-new-summary-line-count): Rename from new-summary-line-count.
12965 Add defvar.
12966 (rmail-summary-beginning-of-message): Use with-no-warnings.
12967 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12968
12969 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12970 Use with-no-warnings.
12971
12972 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12973 (c-mark-function): Add point-moving-unit property.
12974 (vi-goto-line): Use with-no-warnings.
12975
12976 * emulation/edt.el (edt-last-copied-word): Add defvar.
12977 (zmacs-region-stays): Likewise.
12978 (edt-mark-section-wisely): Use c-mark-function for C.
12979 Use makr-defun for Fortran.
12980 (time-string): defvar deleted.
12981 (edt-display-the-time): Don't set time-string.
12982
12983 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12984
12985 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12986 Don't warn when name is not constant
12987 or for defining the group `emacs'.
12988
12989 * tooltip.el (gud-tooltip-mode): Add defvar.
12990
12991 * startup.el (default-frame-background-mode): Add defvar.
12992
12993 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12994
12995 * info.el (tool-bar-map): Add defvar.
12996
12997 * dired.el (dnd-protocol-alist): Add defvar.
12998
12999 * dired-aux.el (dired-query): Display question with answer, when
13000 the user answers.
13001
13002 * custom.el (custom-add-option): Doc fix.
13003
13004 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
13005
13006 2005-07-03 Eli Zaretskii <eliz@gnu.org>
13007
13008 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
13009 bogus name from the last change.
13010
13011 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
13012
13013 * custom.el (custom-declare-variable): Fix typos in comment.
13014 (custom-known-themes): Doc fix.
13015 (custom-theme-directory): New defcustom.
13016 (require-theme): Make it check `custom-theme-directory'.
13017
13018 * cus-theme.el (custom-new-theme-mode): New function.
13019 (custom-theme-name, custom-theme-variables, custom-theme-faces)
13020 (custom-theme-description): Add compiler defvars.
13021 (customize-create-theme): Add doc to the "*New Custom Theme*"
13022 buffer. Use `custom-new-theme-mode'.
13023 (custom-theme-write): Put the created buffer in emacs-lisp-mode
13024 and save it to the `custom-theme-directory'. Make this the
13025 default directory of the buffer.
13026
13027 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
13028
13029 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
13030 Fix unbalanced parentheses.
13031
13032 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
13033
13034 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
13035 into flymake-mode and delegate to flymake-mode.
13036
13037 * find-file.el (ff-which-function-are-we-in): Clean up.
13038
13039 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
13040
13041 * replace.el (occur-rename-buffer): Fix docstring.
13042
13043 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
13044 (edt-last-copied-word, edt-learn-macro-count)
13045 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
13046 (edt-rect-start-point, edt-user-global-map, rect-start-point)
13047 (time-string, zmacs-region-stays):
13048 * emulation/edt-mapper.el (edt-save-function-key-map)
13049 (EDT-key-name): `defvar' to silence the byte-compiler.
13050
13051 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
13052
13053 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13054 font-lock-regexp-backslash. Doc fix.
13055 (font-lock-regexp-backslash-grouping-construct): Rename from
13056 font-lock-regexp-backslash-construct. Doc fix.
13057 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13058 grouping constructs.
13059
13060 2005-07-02 Eli Zaretskii <eliz@gnu.org>
13061
13062 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13063 updating all the prerequisites.
13064
13065 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
13066
13067 * textmodes/org.el (org-agenda-start-on-weekday)
13068 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13069 (org-agenda-use-time-grid, org-archive-location)
13070 (org-allow-space-in-links, org-usenet-links-prefer-google)
13071 (org-enable-table-editor, org-export-default-language)
13072 (org-export-html-show-new-buffer, org-fill-paragraph)
13073 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13074 (org-goto-quit, org-occur, org-eval-in-calendar)
13075 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13076 (org-agenda-diary-entry, org-remember-help)
13077 (org-table-convert-region, org-at-table-p)
13078 (org-table-move-row-down, org-table-move-row-up)
13079 (org-table-copy-region, org-table-toggle-vline-visibility)
13080 (org-table-get-stored-formulas, org-table-get-specials)
13081 (org-recalc-commands, org-table-eval-formula)
13082 (org-table-formula-substitute-names, orgtbl-make-binding)
13083 (org-format-org-table-html, org-format-table-table-html)
13084 (org-format-table-table-html-using-table-generate-source)
13085 (org-customize): Fix typos in docstrings.
13086 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13087 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13088 (org-back-to-heading): Doc fixes.
13089 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13090 (org-agenda-change-all-lines, org-get-header):
13091 Improve argument/docstring consistency.
13092 (orgtbl-error): Fix error message.
13093
13094 * progmodes/flymake.el (flymake-find-possible-master-files)
13095 (flymake-master-file-compare, flymake-get-line-err-count)
13096 (flymake-highlight-line, flymake-gui-warnings-enabled):
13097 Fix typos in docstrings.
13098 (flymake-parse-line, flymake-get-project-include-dirs-function)
13099 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13100 Doc fixes.
13101 (flymake-get-project-include-dirs-function)
13102 (flymake-make-err-menu-data):
13103 Improve argument/docstring consistency.
13104
13105 2005-07-01 Lute Kamstra <lute@gnu.org>
13106
13107 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13108 Catch errors with ignore-errors. Use temporary buffer.
13109 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13110
13111 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13112 background color faces.
13113 (facemenu-set-foreground, facemenu-set-background):
13114 Use facemenu-set-face-from-menu.
13115 (facemenu-set-face-from-menu): Treat face names that start with
13116 "fg:" or "bg:" as special.
13117 (facemenu-add-new-color): Don't create faces. Simplify.
13118
13119 2005-06-30 Richard M. Stallman <rms@gnu.org>
13120
13121 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13122 (crm-find-current-element): Likewise.
13123
13124 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13125
13126 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13127
13128 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13129
13130 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13131 (archive-mouse-extract): Make it an obsolete alias.
13132 (archive-mode-map): Don't use archive-mouse-extract any more.
13133 (archive-mode, archive-extract): write-contents-hooks ->
13134 write-contents-functions.
13135 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13136 first arg.
13137 (archive-rename-entry): Update the call.
13138 (archive-zip-summarize): Remove unused var `method'.
13139 (archive-lzh-summarize): Remove unused var `creator'.
13140
13141 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13142 dedicated frame upon exit.
13143
13144 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13145 (archive-zip-extract, archive-zip-expunge)
13146 (archive-zip-update, archive-zip-update-case): Use executable-find.
13147 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13148 Use restore-buffer-modified-p.
13149 (archive-extract, archive-add-new-member, archive-write-file-member):
13150 Use with-current-buffer.
13151 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13152
13153 2005-06-30 Andreas Schwab <schwab@suse.de>
13154
13155 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13156
13157 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13158
13159 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13160
13161 2005-06-30 Juri Linkov <juri@jurta.org>
13162
13163 * faces.el (vertical-border): Inherit from mode-line-inactive
13164 only on tty.
13165
13166 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13167
13168 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13169 example, -NLINES in the `occur' docstring).
13170
13171 * replace.el (occur-1): When no matches are found, do not set the
13172 `buffer-read-only' and modified flags for the occur buffer,
13173 because it is deleted.
13174
13175 * emulation/cua-base.el (cua-check-pending-input)
13176 (cua-repeat-replace-region, cua-mode, cua-debug)
13177 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13178 Fix typos in docstrings.
13179
13180 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13181 (cua-cut-region-to-global-mark)
13182 (cua--cut-rectangle-to-global-mark):
13183 Remove period from end of messages.
13184
13185 * emulation/cua-rect.el (cua-do-rectangle-padding):
13186 Remove period from end of messages.
13187 (cua--rectangle-seq-format): Fix typo in docstring.
13188 (cua-sequence-rectangle, cua-fill-char-rectangle):
13189 Improve argument/docstring consistency.
13190
13191 2005-06-29 Juri Linkov <juri@jurta.org>
13192
13193 * faces.el (default-frame-background-mode): New internal variable.
13194 (frame-set-background-mode): Use it.
13195
13196 * startup.el (normal-top-level): Set default-frame-background-mode
13197 instead of frame-background-mode. Before setting it, test for its
13198 nil value. Remove tests for frame-background-mode and frame
13199 parameter `reverse'. Add test for "unspecified-fg".
13200
13201 * term/xterm.el (xterm-rxvt-set-background-mode):
13202 * term/rxvt.el (rxvt-set-background-mode):
13203 Set default-frame-background-mode instead of frame-background-mode.
13204
13205 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13206
13207 * simple.el (set-variable): Warn about obsolete user variables.
13208
13209 * imenu.el (imenu--completion-buffer):
13210 * mouse.el (mouse-buffer-menu-alist):
13211 * msb.el (msb-invisible-buffer-p):
13212 * calendar/diary-lib.el (diary-header-line-format):
13213 * emacs-lisp/pp.el (pp-buffer):
13214 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13215 * textmodes/picture.el (picture-replace-match):
13216 Change space constants followed by a sexp to "?\s ".
13217
13218 * play/decipher.el (decipher-loop-with-breaks):
13219 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13220 constants "protected" from end of line by a comment to "?\s".
13221
13222 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13223
13224 * font-lock.el (save-buffer-state): Use `declare'.
13225
13226 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13227 reset the syntax-table to cperl-mode-syntax-table.
13228 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13229 "foo_print_bar" is not matched as a reserved keyword.
13230
13231 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13232
13233 * textmodes/org.el (orgtbl-setup): New function, for delayed
13234 setup for the orgtbl commands.
13235 (org-calc-default-modes): New option.
13236 (orgtbl-make-binding): Use `defun' to get better help display.
13237 (org-diary): Call `org-compile-prefix-format'.
13238 (org-table-formula-substitute-names): New function.
13239 (org-agenda-day-view, org-agenda-week-view): New commands.
13240 (org-agenda-toggle-week-view): Command removed.
13241 (org-tbl-menu): Split off from org-org-menu.
13242 (org-mode): Move removal of outline-mode menus to here.
13243 (org-table-formula-debug): New option.
13244 (org-table-insert-row): Keep first field if just "#" or "*".
13245 (org-mode): Paragraph regexps fixed.
13246 (org-table-recalculate-regexp): New constant.
13247 (org-table-justify-field-maybe): Avoid replace if not necessary.
13248 (org-copy-special, org-cut-special): Use `call-interactively'.
13249 (org-table-copy-region): Take region from `interactive' call.
13250 (org-trim): Return string even if no match.
13251 (org-formula): New face.
13252 (org-set-font-lock-defaults): No longer highlight "FIXME".
13253 But highlight formula-related fields in table.
13254 (org-table-p): Use regexp, not fontification.
13255 (org-table-align): Handle white space at end of line.
13256 (org-table-formula-evaluate-inline): New option.
13257 (org-mode): Auto-wrapping in comment lines turned off.
13258 (org-table-copy-down): Evaluate only in copied field, not in
13259 destination.
13260 (org-table-current-formula): Variable removed.
13261 (org-table-store-formulas, org-table-get-stored-formulas)
13262 (org-table-modify-formulas, org-table-replace-in-formulas)
13263 (org-table-maybe-eval-formula): New functions.
13264 (org-table-get-formula): Modify to use stored formulas.
13265 (org-table-insert-column, org-table-delete-column)
13266 (org-table-move-column): Call `org-table-modify-formulas'.
13267 (org-complete): Add completion for keyword formulas.
13268 (orgtbl-mode): Pull orgtbl-mode-map to start of
13269 minor-mode-map-alist.
13270
13271 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13272
13273 * progmodes/python.el (python-check): Require `compile' before
13274 modifying its variables.
13275
13276 * newcomment.el (comment-indent-default): Don't get fooled by an early
13277 end of buffer.
13278
13279 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13280
13281 * ps-print.el (ps-print-version): Fix version number.
13282
13283 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13284
13285 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13286
13287 2005-06-28 Richard M. Stallman <rms@gnu.org>
13288
13289 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13290 (flyspell-local-mouse-map): Declaration deleted.
13291 (flyspell-mouse-map): Bind only mouse-2.
13292 (flyspell-mode-map): Don't test flyspell-use-local-map.
13293 (flyspell-overlay-keymap-property-name): Var deleted.
13294 (flyspell-mode-on): Don't make local bindings for
13295 flyspell-mouse-map and flyspell-mode-map.
13296 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13297
13298 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13299
13300 * progmodes/compile.el (compilation-next-error-function):
13301 Don't switch buffers; operate on the current buffer.
13302
13303 * progmodes/compile.el (compilation-error-file-name)
13304 (compilation-warning-file-name, compilation-info-file-name)
13305 (compilation-line-number, compilation-column-number): New faces.
13306 (compilation-error-face, compilation-warning-face)
13307 (compilation-info-face, compilation-line-face)
13308 (compilation-column-face): Use them.
13309
13310 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13311
13312 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13313
13314 * bindings.el (global-map): Bind insertchar and its variants.
13315
13316 2005-06-27 Richard M. Stallman <rms@gnu.org>
13317
13318 * textmodes/artist.el (artist-text-overwrite)
13319 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13320
13321 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13322
13323 * ps-print.el: It was not working the page selection for printing.
13324 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13325 (ps-print-version): New version 6.6.7.
13326 (ps-end-sheet): New fun.
13327 (ps-header-sheet, ps-end-job): Call it.
13328
13329 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13330
13331 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13332
13333 2005-06-27 Lute Kamstra <lute@gnu.org>
13334
13335 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13336 background color faces.
13337 (facemenu-get-face): Delete function.
13338 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13339 (facemenu-add-new-color): Make second argument mandatory.
13340 Create the appropriate face and return it. Simplify.
13341 (facemenu-set-foreground, facemenu-set-background): Don't check if
13342 color is defined. Use return value of facemenu-add-new-color.
13343
13344 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13345
13346 * progmodes/gud.el (gud-filter): Add missing argument to
13347 with-selected-window.
13348
13349 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13350
13351 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13352 a :require to the defcustom.
13353
13354 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13355 defcustoms corresponding to minor modes.
13356
13357 2005-06-26 David Ponce <david@dponce.com>
13358
13359 * recentf.el: Require tree-widget instead of wid-edit.
13360 (recentf-filename-handler): Fix widget :type.
13361 (recentf-cancel-dialog, recentf-open-more-files)
13362 (recentf-open-files-action): Doc fix.
13363 (recentf-dialog-goto-first): New function.
13364 (recentf-dialog-mode-map): Set parent keymap first.
13365 (recentf-dialog-mode): Define with define-derived-mode.
13366 Don't display continuation lines in dialogs.
13367 (recentf-edit-list): Rename from recentf-edit-selected-items.
13368 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13369 Simplify.
13370 (recentf-edit-list-validate): New function.
13371 (recentf-edit-list): Update accordingly.
13372 (recentf-open-files-item-shift): Remove.
13373 (recentf-open-files-item): Convert menu elements into tree and
13374 link widgets. Don't create the widgets.
13375 (recentf-open-files): Update accordingly.
13376 (recentf-save-list): Untabify.
13377
13378 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13379
13380 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13381 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13382 partially contained in the active region. Do not take active
13383 region into account when called from Lisp, unless INTERACTIVE arg
13384 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13385 avoid trouble with fields. Make marker point nowhere when no
13386 longer used. Always return nil. Doc fix.
13387 (flush-lines): Add INTERACTIVE arg. Do not take active region
13388 into account when called from Lisp, unless INTERACTIVE arg is
13389 non-nil. Use `forward-line' instead of `beginning-of-line' to
13390 avoid trouble with fields. Make marker point nowhere when no
13391 longer used. Always return nil. Doc fix.
13392 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13393 interchangeable. Do not take active region into account when
13394 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13395 message in echo area when called from Lisp, unless INTERACTIVE arg
13396 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13397 Return the number of matches. Doc fix.
13398 (occur): Doc fix.
13399 (perform-replace): Make comment follow double space convention for
13400 the sake of `outline-minor-mode'.
13401
13402 * faces.el (facep): Doc fix.
13403
13404 2005-06-25 Richard M. Stallman <rms@gnu.org>
13405
13406 * facemenu.el (facemenu-enable-faces-p): New function.
13407 (facemenu-background-menu, facemenu-foreground-menu)
13408 (facemenu-face-menu): Add menu-enable property.
13409
13410 * jka-compr.el (jka-compr-insert-file-contents):
13411 Special handling if cannot find the uncompression program.
13412
13413 * cus-face.el (custom-face-attributes): Add autoload.
13414
13415 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13416 Bind comment-indent-function locally.
13417
13418 * window.el (save-selected-window): Use save-current-buffer.
13419
13420 * subr.el (with-selected-window): Use save-current-buffer.
13421
13422 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13423 and with-current-buffer.
13424
13425 2005-06-24 Richard M. Stallman <rms@gnu.org>
13426
13427 * simple.el (line-move-1): Fix previous change.
13428
13429 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13430
13431 * replace.el (occur-1): Set `buffer-read-only' and the
13432 buffer-modified flag before running `occur-hook' to protect
13433 against unintentional buffer switches that can lead to data loss.
13434
13435 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13436
13437 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13438 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13439 initial error.
13440
13441 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13442 after fresh input.
13443 (gdb-var-create-handler): Put name of expression in quotes.
13444
13445 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13446
13447 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13448 elements of RING in order, and without bogus nil elements.
13449
13450 2005-06-23 Richard M. Stallman <rms@gnu.org>
13451
13452 * simple.el (set-variable): Args renamed; doc fix.
13453 (line-move-1): When there are overlays around, use vertical-motion.
13454
13455 * faces.el (escape-glyph): Use brown against light background.
13456 (nobreak-space): Rename from no-break-space.
13457 Fix previous change.
13458
13459 * dired-aux.el (dired-do-copy): Fix arg prompt.
13460
13461 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13462
13463 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13464
13465 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13466 rather than "Distributor".
13467
13468 2005-06-23 Lute Kamstra <lute@gnu.org>
13469
13470 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13471 (debug-on-entry): Use it. New interactive declaration that uses
13472 function-called-at-point.
13473
13474 2005-06-23 Kim F. Storm <storm@cua.dk>
13475
13476 * subr.el (save-match-data): Add comment about using evaporate arg
13477 to set-match-data.
13478
13479 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13480
13481 * cus-edit.el (customize-face)
13482 (customize-face-other-window): Handle face aliases.
13483
13484 * faces.el (face-documentation, set-face-attribute)
13485 (face-spec-set): Handle face aliases.
13486
13487 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13488
13489 * help-mode.el (help-make-xrefs): If a symbol representing a face
13490 name is not followed by the word "face", it could still be a
13491 function or variable name, so don't bypass other checks.
13492
13493 2005-06-22 Juri Linkov <juri@jurta.org>
13494
13495 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13496 Replace aliased functions with calls where second arg `inherit' is t.
13497
13498 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13499
13500 * progmodes/gdb-ui.el (gdb-error): New variable.
13501 (gdb-error): New function.
13502 (gdb-annotation-rules): Act on error-begin and error annotations.
13503 (gdb-concat-output): Use font-lock-warning-face for errors.
13504
13505 2005-06-22 Miles Bader <miles@gnu.org>
13506
13507 * bindings.el (propertized-buffer-identification): Use renamed
13508 `Buffer-menu-buffer' face.
13509
13510 * faces.el (vertical-border): Rename from `vertical-divider'.
13511 (escape-glyph): Change dark-background color back to `cyan'.
13512
13513 2005-06-21 Juri Linkov <juri@jurta.org>
13514
13515 * faces.el (face-user-default-spec): Try getting `customized-face'
13516 prior to `saved-face'.
13517 (frame-background-mode): Refill docstring.
13518
13519 * emacs-lisp/lisp-mode.el (eval-defun-1):
13520 * emacs-lisp/edebug.el (edebug-eval-defun):
13521 Set `saved-face' temporarily to nil before calling form.
13522 Set `customized-face' to the new spec after that.
13523
13524 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13525
13526 * subr.el (1value, lambda, key-substitution-in-progress):
13527 Doc fixes.
13528
13529 * autoinsert.el (auto-insert-alist):
13530 * ses.el (ses-call-printer):
13531 * subr.el (noreturn):
13532 * emacs-lisp/lisp.el (check-parens):
13533 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13534 * net/browse-url.el (browse-url-mosaic):
13535 * progmodes/cc-defs.el (c-safe-scan-lists):
13536 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13537 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13538 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13539 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13540 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13541 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13542
13543 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13544
13545 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13546
13547 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13548
13549 * calendar/appt.el (appt-make-list): Activate the package, if
13550 not already active (for backwards compatibility).
13551
13552 2005-06-20 Kim F. Storm <storm@cua.dk>
13553
13554 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13555
13556 2005-06-20 Miles Bader <miles@gnu.org>
13557
13558 * faces.el (vertical-divider): New face.
13559
13560 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13561
13562 * simple.el (kill-whole-line): Doc fix.
13563 (next-error-buffer-p, next-error-find-buffer)
13564 (clone-indirect-buffer): Fix typos in docstrings.
13565 (comment-line-break-function): Doc fix: don't say variable
13566 is automatically buffer-local (it isn't).
13567
13568 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13569
13570 * net/tramp-ftp.el (top):
13571 * net/tramp-smb.el (top):
13572 * net/tramp-util.el (top):
13573 * net/tramp-uu.el (top):
13574 * net/tramp-vc.el (top):
13575 * net/tramp.el (top): Revert copyright years back to original
13576 ones. Tramp has a life outside GNU Emacs.
13577
13578 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13579
13580 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13581
13582 2005-06-18 Juri Linkov <juri@jurta.org>
13583
13584 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13585 end of first regexp to limit the match to the position between
13586 line number and source line with same separator character as used
13587 between file name and line number. In the second regexp limit
13588 mouse-face area to file name and line number by adding new group
13589 for them and referring it in HYPERLINK arg.
13590 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13591 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13592 previous line where grep markers may be already removed.
13593
13594 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13595
13596 * progmodes/ps-mode.el: Update version and maintainer's email address.
13597
13598 2005-06-18 Steve Youngs <steve@xemacs.org>
13599
13600 * net/browse-url.el (browse-url-browser-function)
13601 (browse-url-default-browser): Add firefox.
13602 (browse-url-firefox-program, browse-url-firefox-arguments)
13603 (browse-url-firefox-startup-arguments)
13604 (browse-url-firefox-new-window-is-tab): New defcustoms.
13605 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13606
13607 2005-06-17 Richard M. Stallman <rms@gnu.org>
13608
13609 * startup.el (command-line): Warn if specified user name has
13610 no home directory.
13611
13612 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13613 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13614
13615 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13616 Doc fixes.
13617
13618 * faces.el (underline): Try bold if terminal doesn't support underline.
13619
13620 * mail/sendmail.el (mail-setup-with-from): New variable.
13621 (mail-insert-from-field): New function.
13622 (sendmail-send-it): Call it.
13623 (mail-setup): Optionally call it here.
13624
13625 * term/linux.el: Call tty-no-underline.
13626
13627 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13628
13629 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13630
13631 2005-06-17 Miles Bader <miles@gnu.org>
13632
13633 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13634 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13635 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13636 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13637 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13638 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13639 Remove "-face" suffix from face names.
13640 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13641 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13642 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13643 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13644 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13645 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13646 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13647 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13648 New backward-compatibility aliases for renamed faces.
13649 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13650 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13651 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13652 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13653 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13654 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13655 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13656 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13657 Use renamed ediff faces.
13658
13659 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13660 Remove "-face" suffix from face names.
13661 (eshell-test-ok-face, eshell-test-failed-face):
13662 New backward-compatibility aliases for renamed faces.
13663 (eshell-run-test): Use renamed eshell-test faces.
13664
13665 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13666 face name.
13667 (eshell-prompt-face): New backward-compatibility alias for renamed
13668 face.
13669 (eshell-emit-prompt): Use renamed eshell-prompt face.
13670
13671 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13672 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13673 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13674 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13675 Remove "-face" suffix from face names.
13676 (eshell-ls-directory-face, eshell-ls-symlink-face)
13677 (eshell-ls-executable-face, eshell-ls-readonly-face)
13678 (eshell-ls-unreadable-face, eshell-ls-special-face)
13679 (eshell-ls-missing-face, eshell-ls-archive-face)
13680 (eshell-ls-backup-face, eshell-ls-product-face)
13681 (eshell-ls-clutter-face):
13682 New backward-compatibility aliases for renamed faces.
13683 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13684
13685 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13686 Remove "-face" suffix from face name.
13687 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13688 instead of literal face.
13689
13690 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13691
13692 * emacs-lisp/warnings.el (display-warning, lwarn)
13693 (warning-minimum-log-level): Doc fixes.
13694 (warning-minimum-level, warning-minimum-log-level):
13695 Add :debug to :type choices.
13696
13697 * progmodes/ada-mode.el (ada-format-paramlist)
13698 (ada-get-indent-case, ada-check-matching-start)
13699 (ada-check-defun-name, ada-goto-matching-decl-start)
13700 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13701 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13702 (ada-make-subprogram-body): Follow error conventions.
13703 (ada-case-exception-file, ada-indent-comment-as-code)
13704 (ada-indent-handle-comment-special, ada-indent-renames)
13705 (ada-indent-return, ada-search-directories-internal)
13706 (ada-tab-policy, ada-case-exception-substring)
13707 (ada-other-file-alist, ada-matching-start-re)
13708 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13709 (ada-imenu-generic-expression, ada-compile-goto-error)
13710 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13711 (ada-popup-menu, ada-add-extensions, ada-mode)
13712 (ada-region-selected, ada-create-case-exception)
13713 (ada-create-case-exception-substring, ada-after-keyword-p)
13714 (ada-activate-keys-for-case, ada-adjust-case-region)
13715 (ada-adjust-case-buffer, ada-format-paramlist)
13716 (ada-scan-paramlist, ada-insert-paramlist)
13717 (ada-indent-newline-indent)
13718 (ada-indent-newline-indent-conditional)
13719 (ada-justified-indent-current, ada-goto-previous-word)
13720 (ada-indent-current, ada-get-indent-open-paren)
13721 (ada-get-indent-paramlist, ada-get-indent-end)
13722 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13723 (ada-get-indent-block-start, ada-get-indent-subprog)
13724 (ada-get-indent-noindent, ada-get-indent-label)
13725 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13726 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13727 (ada-goto-stmt-end, ada-goto-next-word)
13728 (ada-check-matching-start, ada-check-defun-name)
13729 (ada-goto-matching-decl-start, ada-goto-matching-start)
13730 (ada-goto-matching-end, ada-search-ignore-string-comment)
13731 (ada-in-decl-p, ada-looking-at-semi-or)
13732 (ada-looking-at-semi-private, ada-in-paramlist-p)
13733 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13734 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13735 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13736 (ada-previous-package, ada-create-menu)
13737 (ada-fill-comment-paragraph-justify)
13738 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13739 (ada-other-file-name, ada-last-which-function-line)
13740 (ada-last-which-function-subprog, ada-which-function)
13741 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13742 (ada-gen-treat-proc, ada-check-emacs-version)
13743 (ada-continuation-indent, ada-align-region-separate):
13744 Fix typos in docstrings.
13745 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13746
13747 2005-06-16 Lute Kamstra <lute@gnu.org>
13748
13749 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13750 conditionally.
13751
13752 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13753
13754 * comint.el (comint-replace-by-expanded-filename)
13755 (comint-prompt-regexp, comint-delimiter-argument-list)
13756 (comint-preinput-scroll-to-bottom):
13757 * info.el (Info-hide-cookies-node):
13758 * ls-lisp.el (ls-lisp-classify):
13759 * find-file.el (ff-search-directories, ff-special-constructs)
13760 (ff-find-other-file):
13761 * font-lock.el (font-lock-keywords):
13762 * shell.el (shell-prompt-pattern)
13763 (shell-dynamic-complete-functions, shell-mode)
13764 (shell-delimiter-argument-list):
13765 * term.el (term-replace-by-expanded-filename)
13766 (term-prompt-regexp, term-delimiter-argument-list):
13767 * woman.el (woman-ignore, woman0-if):
13768 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13769 * emacs-lisp/elint.el (elint-init-env):
13770 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13771 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13772 * language/ethio-util.el (ethio-tilde-escape)
13773 (ethio-use-three-dot-question):
13774 * net/zone-mode.el (zone-mode-load-time-setup):
13775 * progmodes/cc-align.el (c-lineup-argcont):
13776 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13777 * progmodes/cperl-mode.el (cperl-set-style-back):
13778 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13779 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13780 Fix spellings in docstrings.
13781
13782 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13783 * progmodes/modula2.el (m2-for): Fix spellings.
13784
13785 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13786
13787 * simple.el (undo-more): Don't use `format' on `error' arguments.
13788 Improve argument/docstring consistency.
13789 (pending-undo-list): Doc fix.
13790
13791 * smerge-mode.el (smerge-ensure-match):
13792 * emulation/vip.el (vip-ex):
13793 * net/zone-mode.el (zone-mode-update-serial):
13794 * progmodes/idlwave.el (idlwave-complete):
13795 * progmodes/vhdl-mode.el (vhdl-visit-file)
13796 (vhdl-compose-wire-components):
13797 Don't use `format' on `error' arguments.
13798
13799 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13800 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13801 (tooltip-help-tips): Fix typos in docstrings.
13802
13803 2005-06-16 David Ponce <david@dponce.com>
13804
13805 * tree-widget.el (tree-widget-value-create): Simplify last change.
13806
13807 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13808
13809 * ido.el (ido-incomplete-regexp): New variable.
13810 (ido-set-matches-1): Handle invalid-regexp error and set
13811 ido-incomplete-regexp.
13812 (ido-incomplete-regexp): New face.
13813 (ido-completions): Use it.
13814 (ido-complete, ido-exit-minibuffer, ido-completions):
13815 Handle incomplete regexps.
13816 (ido-completions): Add check for complete match when entering a regexp.
13817
13818 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13821
13822 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13823
13824 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13825 by field delimiters.
13826
13827 2005-06-15 David Ponce <david@dponce.com>
13828
13829 * tree-widget.el: eval-and-compile inlined functions so they will
13830 be available at run-time too.
13831 (tree-widget-super-format-handler)
13832 (tree-widget-format-handler): Remove.
13833 (tree-widget-value-create): Handle the :indent property.
13834
13835 2005-06-15 Miles Bader <miles@gnu.org>
13836
13837 * progmodes/which-func.el (which-func): Only inherit
13838 `font-lock-function-name-face' when that makes sense against the
13839 default mode-line face, otherwise set the face color explicitly.
13840
13841 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13842 faces instead of (non-existent) variables.
13843
13844 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13845
13846 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13847 (iswitchb-get-matched-buffers): Likewise. Simplify.
13848
13849 2005-06-14 Miles Bader <miles@gnu.org>
13850
13851 * progmodes/ld-script.el (ld-script-location-counter):
13852 Remove "-face" suffix from face name.
13853 (ld-script-location-counter-face):
13854 New backward-compatibility alias for renamed face.
13855 (ld-script-location-counter-face): Use renamed face.
13856
13857 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13858 (cperl-hash): Remove "-face" suffix from face names.
13859 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13860 New backward-compatibility aliases for renamed faces.
13861 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13862 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13863
13864 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13865 name.
13866 (which-func-face): New backward-compatibility alias for renamed face.
13867 (which-func-format): Use renamed which-func face.
13868
13869 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13870 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13871 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13872 names.
13873 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13874 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13875 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13876 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13877 (vhdl-speedbar-architecture-selected)
13878 (vhdl-speedbar-configuration-selected)
13879 (vhdl-speedbar-package-selected)
13880 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13881 names.
13882 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13883 Use renamed faces.
13884 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13885 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13886 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13887 Use renamed faces.
13888 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13889 names.
13890 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13891 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13892 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13893 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13894 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13895 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13896
13897 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13898 face name.
13899 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13900 (sh-heredoc-face): Use renamed sh-heredoc face.
13901
13902 * progmodes/idlw-help.el (idlwave-help-link):
13903 Remove "-face" suffix from face name.
13904 (idlwave-help-link-face):
13905 New backward-compatibility alias for renamed face.
13906 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13907
13908 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13909 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13910 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13911 New backward-compatibility aliases for renamed faces.
13912 (idlwave-shell-disabled-breakpoint-face)
13913 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13914
13915 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13916 Remove "-face" suffix from face names.
13917 (flymake-errline-face, flymake-warnline-face):
13918 New backward-compatibility aliases for renamed faces.
13919 (flymake-highlight-line): Use renamed flymake faces.
13920
13921 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13922 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13923 (ebrowse-member-class, ebrowse-progress):
13924 Remove "-face" suffix from face names.
13925 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13926 (ebrowse-file-name-face, ebrowse-default-face)
13927 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13928 (ebrowse-progress-face):
13929 New backward-compatibility aliases for renamed faces.
13930 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13931 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13932 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13933 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13934
13935 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13936 antlr-syntax)
13937 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13938 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13939 names.
13940 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13941 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13942 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13943 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13944 backward-compatibility aliases for renamed faces.
13945 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13946 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13947 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13948 remove "font-lock-". Use renamed antlr-mode faces.
13949 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13950 literal face-names with face variable references.
13951
13952 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13953 face name.
13954 (Buffer-menu-buffer-face): New backward-compatibility alias for
13955 renamed face.
13956 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13957
13958 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13959
13960 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13961 Eliminate "-face" suffix.
13962 (makefile-targets): Inherit from font-lock-function-name-face and
13963 eliminate "-face" suffix.
13964 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13965 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13966 actions, instead of prepending, to make it less visible.
13967 (makefile-previous-dependency, makefile-match-dependency):
13968 Don't match a target on a continuation line.
13969
13970 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13971
13972 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
13973
13974 * progmodes/gdb-ui.el (menu): Re-order menu items.
13975 (gdb-tooltip-print): Respect tooltip-use-echo-area.
13976
13977 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13978 Define in tooltip.el.
13979 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13980 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13981 gud-tooltip-echo-area.
13982
13983 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13984 backward compatibility and make obsolete.
13985 (tooltip-help-tips): Use tooltip-use-echo-area.
13986 (tooltip-show-help-function): Rename to...
13987 (tooltip-show-help): ...this, because it is a function.
13988 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13989
13990 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13991
13992 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13993 (edebug-print-length, edebug-print-level, edebug-print-circle)
13994 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13995 (edebug-eval-print-last-sexp): Doc fixes.
13996
13997 2005-06-14 Kim F. Storm <storm@cua.dk>
13998
13999 * ido.el (ido-mode): Make a new keymap every time we enable ido,
14000 as the coverage buffer/file/both may change.
14001
14002 2005-06-14 Lute Kamstra <lute@gnu.org>
14003
14004 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
14005 and run-mode-hooks. Simplify.
14006
14007 * mail/rmailedit.el (rmail-edit-mode):
14008 * progmodes/octave-inf.el (inferior-octave-mode):
14009 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
14010
14011 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
14012 and run-mode-hooks.
14013 (recentf-edit-list, recentf-open-files): Don't call
14014 kill-all-local-variables directly.
14015
14016 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
14017
14018 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
14019
14020 * emacs-lisp/byte-run.el (make-obsolete)
14021 (define-obsolete-function-alias): Rename arguments FUNCTION and
14022 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
14023 (make-obsolete-variable, define-obsolete-variable-alias):
14024 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
14025 respectively.
14026
14027 * isearchb.el (isearchb-activate):
14028 * pcvs.el (cvs-mode):
14029 * ses.el (ses-load):
14030 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
14031 * net/tramp.el (tramp-find-file-exists-command)
14032 (tramp-find-shell):
14033 * progmodes/ada-mode.el (ada-create-case-exception)
14034 (ada-create-case-exception-substring, ada-make-subprogram-body):
14035 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
14036 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
14037 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
14038 * textmodes/org.el (org-promote, org-evaluate-time-range)
14039 (org-agenda-next-date-line, org-agenda-previous-date-line)
14040 (org-agenda-error, org-open-at-point, org-table-move-row)
14041 (org-format-table-table-html-using-table-generate-source)
14042 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
14043 * textmodes/reftex.el (reftex-access-scan-info):
14044 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
14045 (reftex-toc-promote-prepare): Follow error conventions.
14046
14047 * diff-mode.el (diff-mode): Fix typo in docstring.
14048
14049 * forms.el (forms--intuit-from-file): Fix reference to
14050 `forms-number-of-fields' in error message.
14051 (forms-print): Fix quoting in error message.
14052
14053 * forms.el (forms-mode):
14054 * emulation/vi.el (vi-goto-insert-state):
14055 * progmodes/flymake.el (flymake-new-err-info)
14056 (flymake-start-syntax-check-for-current-buffer)
14057 (flymake-simple-cleanup):
14058 * eshell/esh-var.el (eshell/export):
14059 * progmodes/gud.el (xdb):
14060 * textmodes/flyspell.el (flyspell-incorrect-hook)
14061 (flyspell-maybe-correct-transposition)
14062 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14063
14064 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14065
14066 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14067 minibuffer prompt.
14068
14069 2005-06-13 Kim F. Storm <storm@cua.dk>
14070
14071 * subr.el (add-to-ordered-list): New defun.
14072
14073 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14074 add cua--keymap-alist to emulation-mode-map-alists.
14075
14076 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14077
14078 * subr.el (complete-in-turn): New macro.
14079 (dynamic-completion-table, lazy-completion-table): Add debug info.
14080
14081 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14082 in preference to face aliases.
14083
14084 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14085 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14086 Remove unused vars `start' and `firstline'.
14087 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14088 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14089
14090 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14091
14092 * cus-start.el (all): Don't complain about missing GTK-related
14093 variables, unless either `gtk' is boundp or this isn't a
14094 `windows-nt' build.
14095
14096 2005-06-13 Lute Kamstra <lute@gnu.org>
14097
14098 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14099 run-mode-hooks.
14100
14101 * ediff-mult.el (ediff-meta-mode):
14102 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14103
14104 * ledit.el (ledit-mode): Use delay-mode-hooks.
14105
14106 * woman.el (woman-mode-line-format): Delete constant.
14107 (woman-mode-map): Initialize it properly.
14108 (woman-mode): Set mode-class property to special.
14109 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14110 Set major-mode and mode-name. Don't set mode-line-format directly.
14111 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14112
14113 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14114 string argument obsolete.
14115
14116 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14117
14118 * textmodes/org.el (org-CUA-compatible): New option.
14119 (org-disputed-keys): New variable.
14120 (org-key): New function.
14121 (orgtbl-make-binding): Add docstring to the created function.
14122 (org-mode): Set paragraph start/separate regexps.
14123 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14124 (org-archive-location, org-archive-mark-done)
14125 (org-archive-stamp-time): New options.
14126 (org-archive-subtree): New command.
14127 (org-fill-paragraph): New function.
14128 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14129 (org-fake-empty-table-line): Function removed.
14130 (org-format-org-table-html): Do not create empty table lines at
14131 separator lines. Improved table header treatment.
14132 (org-link-format): New option.
14133 (org-make-link): New function.
14134 (org-insert-link, org-store-link): Use org-make-link.
14135 (org-open-file): Quote file name for shell command, to allow
14136 spaces in file names.
14137 (org-link-regexp): Fix bug with mailto link.
14138 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14139 New constants.
14140 (org-export-as-html): Deal with the optional angles around a link.
14141 Better treatment of file: links.
14142 (org-open-at-point): Replace @{ and @} with < and >.
14143 (org-run-mode-hooks): Function removed.
14144 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14145
14146 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14147
14148 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14149 MI command -data-list-register-values.
14150 (gdb-post-prompt): Indent properly.
14151
14152 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14153
14154 * hilit-chg.el (highlight-changes-colors): Rename from
14155 `highlight-changes-colours'.
14156 (highlight-changes-colours): Keep as obsolete alias.
14157 (highlight-changes-face-list): Doc fix.
14158 (hilit-chg-make-list): Use `highlight-changes-colors'.
14159
14160 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14161
14162 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14163 defun-prompt-regexp.
14164
14165 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14166
14167 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14168 and cygwin.
14169
14170 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14171 Don't use an old loaddefs.el, as in Makefile.in.
14172
14173 2005-06-12 Lute Kamstra <lute@gnu.org>
14174
14175 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14176
14177 * man.el (Man-mode-map): Initialize it properly.
14178 (Man-mode): Set mode-class property to special.
14179
14180 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14181
14182 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14183
14184 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14185 A newline is needed in the docstring there.
14186
14187 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14188 Doc fixes.
14189
14190 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14191
14192 * printing.el: Doc fix. The menubar is no more changed when printing
14193 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14194 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14195 (pr-version): New version number (6.8.4).
14196 (pr-menu-bind): New command.
14197 (pr-update-menus): Docstring and code fix.
14198 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14199 Docstring fix.
14200 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14201 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14202
14203 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14204
14205 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14206 "Returns" to "return", document useful return values, etc.
14207
14208 2005-06-11 Alan Mackenzie <acm@muc.de>
14209
14210 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14211 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14212 (adaptive-file-function): Minor amendment to doc-string.
14213
14214 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14215
14216 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14217 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14218 Fix :type--it is `integer', not `string'.
14219
14220 * faces.el (modeline-highlight): Rename from (the erroneous)
14221 `modeline-higilight'.
14222
14223 2005-06-11 Lute Kamstra <lute@gnu.org>
14224
14225 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14226 lisp-interaction-mode-map but make it the parent.
14227 (edebug-eval-mode): Use define-derived-mode.
14228
14229 2005-06-11 Andreas Schwab <schwab@suse.de>
14230
14231 * bindings.el: Add binding of `ESC functionkey' for every
14232 `M-functionkey'.
14233 * hexl.el (hexl-mode-map): Likewise.
14234
14235 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14236
14237 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14238 [msft]: update regexp for newer msft compilers.
14239
14240 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14241
14242 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14243 ATTLIST portions of included DTDs.
14244 (xml-parse-dtd): Eliminate use of inefficient match-data.
14245
14246 2005-06-10 Miles Bader <miles@gnu.org>
14247
14248 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14249 (mpuz-text): Remove "-face" suffix from face names.
14250 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14251 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14252 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14253
14254 * play/gomoku.el (gomoku-O, gomoku-X):
14255 Remove "-face" suffix from face names.
14256 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14257 New backward-compatibility aliases for renamed faces.
14258 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14259
14260 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14261
14262 * thumbs.el: Fixes for changes of 2005-06-09.
14263 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14264 as a directory.
14265 (thumbs-thumbname): Remove directory separator from format string;
14266 `thumbs-thumbsdir' now returns a valid directory name.
14267 (thumbs-temp-dir): New defsubst.
14268 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14269 Use it.
14270
14271 * cus-edit.el (minibuffer):
14272 * files.el (make-backup-file-name-function):
14273 * filesets.el (filesets-external-viewers):
14274 * hilit-chg.el (highlight-changes-colours)
14275 (highlight-changes-face-list, highlight-changes-rotate-faces):
14276 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14277 * kmacro.el (kmacro-call-macro):
14278 * log-edit.el (log-edit-changelog-full-paragraphs):
14279 * mouse.el (mouse-1-click-follows-link):
14280 * skeleton.el (skeleton-autowrap):
14281 * subr.el (insert-for-yank-1):
14282 * tempo.el (tempo-insert-region):
14283 * terminal.el (terminal-emulator):
14284 * time.el (display-time-mail-face):
14285 * vc.el (vc-annotate):
14286 * vcursor.el (vcursor-copy-line):
14287 * woman.el (woman-bold-headings, woman-ignore)
14288 (woman-default-faces, woman-monochrome-faces):
14289 * calendar/todo-mode.el (todo-insert-threshold):
14290 * emulation/pc-select.el (pc-select-selection-keys-only)
14291 (pc-selection-mode):
14292 * emulation/vip.el (vip-find-char-forward):
14293 * emulation/viper-cmd.el (viper-find-char-forward):
14294 * international/mule-cmds.el
14295 (select-safe-coding-system-accept-default-p)
14296 (input-method-exit-on-invalid-key):
14297 * international/mule-diag.el (describe-coding-system):
14298 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14299 * net/browse-url.el (browse-url-xterm-program):
14300 * obsolete/lazy-lock.el (lazy-lock-mode):
14301 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14302 (cperl-mode):
14303 * progmodes/cpp.el (cpp-face-light-name-list)
14304 (cpp-face-dark-name-list):
14305 * progmodes/delphi.el (delphi-newline-always-indents):
14306 Fix spellings in docstrings.
14307
14308 * ido.el (ido-mode, ido-file-extensions-order)
14309 (ido-default-file-method, ido-default-buffer-method)
14310 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14311 (ido-decorations, ido-read-file-name-as-directory-commands)
14312 (ido-read-file-name-non-ido, ido-work-directory-list)
14313 (ido-ignore-item-temp-list, ido-current-directory)
14314 (ido-magic-forward-char, ido-enter-find-file)
14315 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14316 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14317
14318 2005-06-10 Lute Kamstra <lute@gnu.org>
14319
14320 * play/dunnet.el (dun-mode): Use define-derived-mode.
14321 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14322 obsolete alias.
14323
14324 * play/doctor.el (doctor-mode-map): Remove defvar.
14325 (doctor-mode): Use define-derived-mode.
14326
14327 * mail/mspools.el (mspools-mode):
14328 * net/eudc-hotlist.el (eudc-hotlist-mode):
14329 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14330
14331 2005-06-10 Miles Bader <miles@gnu.org>
14332
14333 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14334 Remove "-face" suffix from face names.
14335 (flyspell-incorrect-face, flyspell-duplicate-face):
14336 New backward-compatibility aliases for renamed faces.
14337 (flyspell-mode-on, make-flyspell-overlay)
14338 (flyspell-highlight-incorrect-region)
14339 (flyspell-highlight-duplicate-region)
14340 (flyspell-display-next-corrections)
14341 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14342
14343 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14344 from face name.
14345 (texinfo-heading-face): New backward-compatibility alias for
14346 renamed face.
14347 (texinfo-heading-face): Use renamed texinfo-heading face.
14348
14349 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14350 suffix from face names.
14351 (tex-math-face, tex-verbatim-face):
14352 New backward-compatibility aliases for renamed faces.
14353 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14354 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14355 literal face name.
14356
14357 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14358 name.
14359 (table-cell-face): New backward-compatibility alias for renamed face.
14360 (table--put-cell-face-property, table--update-cell-face):
14361 Use renamed table-cell face.
14362
14363 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14364 from face name.
14365 (sgml-namespace-face): New backward-compatibility alias for
14366 renamed face.
14367 (sgml-namespace-face): Use renamed sgml-namespace face.
14368
14369 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14370 (org-level-4, org-level-5, org-level-6, org-level-7)
14371 (org-level-8, org-warning, org-headline-done)
14372 (org-deadline-announce, org-scheduled-today)
14373 (org-scheduled-previously, org-link, org-done, org-table)
14374 (org-time-grid): Remove "-face" suffix from face names.
14375 (org-level-1-face, org-level-2-face, org-level-3-face)
14376 (org-level-4-face, org-level-5-face, org-level-6-face)
14377 (org-level-7-face, org-level-8-face, org-warning-face)
14378 (org-headline-done-face, org-deadline-announce-face)
14379 (org-scheduled-today-face, org-scheduled-previously-face)
14380 (org-link-face, org-done-face, org-table-face)
14381 (org-time-grid-face):
14382 New backward-compatibility aliases for renamed faces.
14383 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14384 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14385 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14386 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14387
14388 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14389 (viper-minibuffer-emacs, viper-minibuffer-insert)
14390 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14391 (viper-search-face, viper-replace-overlay-face)
14392 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14393 (viper-minibuffer-vi-face):
14394 New backward-compatibility aliases for renamed faces.
14395 (viper-search-face, viper-replace-overlay-face)
14396 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14397 (viper-minibuffer-vi-face): Use renamed viper faces.
14398
14399 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14400 Remove "-face" suffix from face names.
14401 (testcover-nohits-face, testcover-1value-face):
14402 New backward-compatibility aliases for renamed faces.
14403 (testcover-mark): Use renamed testcover faces.
14404
14405 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14406 face name.
14407 (diary-button-face): New backward-compatibility alias for renamed face.
14408 (diary-entry): Use renamed diary-button face.
14409
14410 * calendar/calendar.el (diary, calendar-today, holiday)
14411 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14412 (diary-face, calendar-today-face, holiday-face):
14413 New backward-compatibility aliases for renamed faces.
14414 (eval-after-load "facemenu", diary-entry-marker)
14415 (calendar-today-marker, calendar-holiday-marker, diary-face):
14416 Use renamed calendar faces.
14417
14418 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14419 (compare-windows-face): New backward-compatibility alias for
14420 renamed face.
14421 (compare-windows-highlight): Use renamed compare-windows face.
14422
14423 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14424 (strokes-char-face): New backward-compatibility alias for renamed face.
14425 (strokes-encode-buffer): Use renamed strokes-char face.
14426
14427 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14428 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14429 Remove "-face" suffix from face names.
14430 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14431 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14432 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14433 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14434 Use renamed pcvs faces.
14435 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14436 * pcvs-defs.el (cvs-mode-map): Likewise.
14437 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14438
14439 * info.el (info-title-1, info-title-2, info-title-3)
14440 (info-title-4): Remove "-face" suffix from and downcase face names.
14441 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14442 (Info-title-4-face):
14443 New backward-compatibility aliases for renamed faces.
14444 (Info-fontify-node): Use renamed info faces.
14445
14446 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14447 Remove "-face" suffix from face names.
14448 (highlight-changes-face, highlight-changes-delete-face):
14449 New backward-compatibility aliases for renamed faces.
14450 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14451 (hilit-chg-make-list): Use renamed highlight-changes faces.
14452
14453 * generic-x.el (show-tabs-tab, show-tabs-space):
14454 Remove "-face" suffix from face names.
14455 (show-tabs-tab-face, show-tabs-space-face):
14456 New backward-compatibility aliases for renamed faces.
14457 (show-tabs-generic-mode-font-lock-defaults-1)
14458 (show-tabs-generic-mode-font-lock-defaults-2):
14459 Use renamed show-tabs faces.
14460
14461 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14462 (smerge-markers): Remove "-face" suffix from face names.
14463 (smerge-mine-face, smerge-other-face, smerge-base-face)
14464 (smerge-markers-face):
14465 New backward-compatibility aliases for renamed faces.
14466 (smerge-mine-face, smerge-other-face, smerge-base-face)
14467 (smerge-markers-face): Use renamed smerge faces.
14468
14469 * log-view.el (log-view-file, log-view-message): Remove "-face"
14470 suffix from face names.
14471 (log-view-file-face, log-view-message-face):
14472 New backward-compatibility aliases for renamed faces.
14473 (log-view-file-face, log-view-message-face): Use renamed log-view
14474 faces.
14475
14476 * paren.el (show-paren-match, show-paren-mismatch):
14477 Remove "-face" suffix from face names.
14478 (show-paren-match-face, show-paren-mismatch-face):
14479 New backward-compatibility aliases for renamed faces.
14480 (show-paren-function): Use renamed show-paren faces.
14481
14482 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14483 (ruler-mode-margins, ruler-mode-fringes)
14484 (ruler-mode-column-number, ruler-mode-fill-column)
14485 (ruler-mode-comment-column, ruler-mode-goal-column)
14486 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14487 suffix from face names.
14488 (ruler-mode-default-face, ruler-mode-pad-face)
14489 (ruler-mode-margins-face, ruler-mode-fringes-face)
14490 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14491 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14492 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14493 New backward-compatibility aliases for renamed faces.
14494 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14495 (ruler-mode-column-number, ruler-mode-fill-column)
14496 (ruler-mode-comment-column, ruler-mode-goal-column)
14497 (ruler-mode-tab-stop, ruler-mode-current-column)
14498 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14499 faces.
14500
14501 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14502 face name.
14503 (whitespace-highlight-the-space): Use renamed face.
14504 (whitespace-highlight-face): New backward-compatibility alias for
14505 renamed face.
14506
14507 * woman.el (woman-italic, woman-bold, woman-unknown)
14508 (woman-addition, woman-symbol-face):
14509 Remove "-face" suffix from face names.
14510 (woman-italic-face, woman-bold-face, woman-unknown-face)
14511 (woman-addition-face):
14512 New backward-compatibility aliases for renamed faces.
14513 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14514 (woman-decode-region, woman-replace-match)
14515 (woman-display-extended-fonts, woman-special-characters)
14516 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14517 Use renamed woman faces.
14518
14519 * longlines.el (longlines-visible-face): Face removed.
14520
14521 * diff-mode.el (diff-header, diff-file-header, diff-index)
14522 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14523 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14524 suffix from face names.
14525 (diff-header-face, diff-file-header-face, diff-index-face)
14526 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14527 (diff-changed-face, diff-function-face, diff-context-face)
14528 (diff-nonexistent-face): New backward-compatibility aliases for
14529 renamed faces.
14530 (diff-header-face, diff-file-header-face)
14531 (diff-index, diff-index-face, diff-hunk-header)
14532 (diff-hunk-header-face, diff-removed, diff-removed-face)
14533 (diff-added, diff-added-face, diff-changed-face, diff-function)
14534 (diff-function-face, diff-context-face, diff-nonexistent)
14535 (diff-nonexistent-face): Use renamed diff-mode faces.
14536
14537 * progmodes/compile.el (compilation-warning-face)
14538 (compilation-info-face): Remove "-face" suffix from face names.
14539 (compilation-warning-face, compilation-info-face):
14540 New backward-compatibility aliases for renamed faces.
14541 (compilation-warning-face, compilation-info-face):
14542 Use renamed compilation faces.
14543
14544 * add-log.el (change-log-date, change-log-name)
14545 (change-log-email, change-log-file, change-log-list)
14546 (change-log-conditionals, change-log-function)
14547 (change-log-acknowledgement): Remove "-face" suffix from face names.
14548 (change-log-date-face, change-log-name-face)
14549 (change-log-email-face, change-log-file-face)
14550 (change-log-list-face, change-log-conditionals-face)
14551 (change-log-function-face, change-log-acknowledgement-face):
14552 New backward-compatibility aliases for renamed faces.
14553 (change-log-font-lock-keywords): Use renamed change-log faces.
14554
14555 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14556 (custom-set, custom-changed, custom-saved, custom-button)
14557 (custom-button-pressed, custom-documentation, custom-state)
14558 (custom-comment, custom-comment-tag, custom-variable-tag)
14559 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14560 (custom-group-tag): Remove "-face" suffix from face names.
14561 (custom-magic-alist, custom-magic-value-create)
14562 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14563 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14564 (custom-set-face, custom-changed-face, custom-saved-face)
14565 (custom-button-face, custom-button-pressed-face)
14566 (custom-documentation-face, custom-state-face)
14567 (custom-comment-face, custom-comment-tag-face)
14568 (custom-variable-tag-face, custom-variable-button-face)
14569 (custom-face-tag-face, custom-group-tag-face-1)
14570 (custom-group-tag-face):
14571 New backward-compatibility aliases for renamed faces.
14572
14573 * wid-edit.el (widget-documentation, widget-button)
14574 (widget-field, widget-single-line-field, widget-inactive)
14575 (widget-button-pressed): "-face" suffix removed from face names.
14576 (widget-documentation-face, widget-button-face)
14577 (widget-field-face, widget-single-line-field-face)
14578 (widget-inactive-face, widget-button-pressed-face):
14579 New backward-compatibility aliases for renamed faces.
14580 (widget-documentation-face, widget-button-face)
14581 (widget-button-pressed-face, widget-specify-field)
14582 (widget-specify-inactive): Use renamed widget faces.
14583
14584 2005-06-10 Kenichi Handa <handa@m17n.org>
14585
14586 * term/x-win.el (x-clipboard-yank): Remove condition-case
14587 wrapping.
14588
14589 2005-06-11 Kenichi Handa <handa@m17n.org>
14590
14591 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14592 date lines stricter.
14593
14594 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14595
14596 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14597 of x-get-selection.
14598
14599 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14600
14601 * comint.el (comint-mode, comint-snapshot-last-prompt):
14602 * frame.el (frame-current-scroll-bars):
14603 * term.el (term-mode, term-check-proc, term-input-sender)
14604 (term-simple-send, term-extract-string, term-word)
14605 (term-match-partial-filename):
14606 * window.el (window-current-scroll-bars):
14607 * emulation/cua-base.el (cua-normal-cursor-color)
14608 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14609 (cua-global-mark-cursor-color):
14610 * mail/undigest.el (rmail-forward-separator-regex):
14611 Fix typos in docstrings.
14612
14613 * comint.el (comint-check-proc, make-comint-in-buffer)
14614 (comint-source-default): Doc fixes.
14615
14616 * term.el (term-send-string): Improve argument/docstring consistency.
14617
14618 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14619
14620 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14621 call to `delete-region'.
14622 (comint-mode-hook): Do not enable Font Lock by default.
14623
14624 2005-06-09 Lute Kamstra <lute@gnu.org>
14625
14626 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14627 could be void.
14628
14629 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14630
14631 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14632 (debug): Use it.
14633 (debugger-step-through, debugger-continue, debugger-jump)
14634 (debugger-return-value): Set it when needed.
14635 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14636 Use inhibit-read-only.
14637
14638 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14639
14640 * window.el (shrink-window-if-larger-than-buffer)
14641 (window-size-fixed): Fix typo in docstring.
14642
14643 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14644 thumbnails directory on loading.
14645 (thumbs-conversion-program): Use `eq' to check the system type,
14646 not `equal'.
14647 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14648 not "/tmp". Fix docstring.
14649 (thumbs-thumbsdir): New function to return the thumbnails
14650 directory, creating it if needed.
14651 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14652 (thumbs-temp-file): Delete variable and make it into a function.
14653 (thumbs-resize-image, thumbs-modify-image): Use it.
14654 (thumbs-kill-buffer): Simplify.
14655 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14656 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14657 docstrings.
14658
14659 2005-06-09 Kim F. Storm <storm@cua.dk>
14660
14661 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14662 set-match-data to free markers in match-data.
14663
14664 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14665 match-data to unchain markers in match-data.
14666
14667 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14668
14669 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14670 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14671 unnecessary now.
14672
14673 2005-06-08 Richard M. Stallman <rms@gnu.org>
14674
14675 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14676 give the variable a doc string that doesn't say don't set it directly.
14677
14678 * textmodes/ispell.el (ispell-check-version):
14679 Use match-string-no-properties.
14680 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14681 (ispell-buffer-local-words): Likewise.
14682
14683 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14684 except on terminals with enough colors to really display it.
14685 (makefile-dependency-regex): Delete spurious `bb'.
14686
14687 * faces.el (escape-glyph): Use blue once again in last case.
14688 (no-break-space): Redefine so that it isn't invisible on a tty.
14689
14690 2005-06-08 Kim F. Storm <storm@cua.dk>
14691
14692 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14693 also when reading directory name.
14694
14695 2005-06-08 Lute Kamstra <lute@gnu.org>
14696
14697 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14698 (flyspell-mode-line-string): Remove autoload cookie.
14699 (flyspell-mode): Remove defvar.
14700
14701 2005-06-07 Lute Kamstra <lute@gnu.org>
14702
14703 * textmodes/org.el (org-run-mode-hooks): New function.
14704 (org-agenda-mode): Use it.
14705
14706 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14707
14708 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14709
14710 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14711
14712 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14713
14714 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14715
14716 * font-lock.el (font-lock-add-keywords): Doc fix.
14717
14718 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14719
14720 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14721 (tex-compile-default): In the absence of any history, use the order in
14722 tex-compile-alist to choose the preferred command.
14723 (tex-compile-commands): Reorder a bit.
14724
14725 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14726 (flyspell-incorrect-face, flyspell-duplicate-face):
14727 Use (X)Emacs-agnostic code.
14728 (flyspell-mode-map): Don't overwrite at each load. Remove code
14729 redundant with the subsequent add-minor-mode. Merge Emacs and
14730 XEmacs code.
14731 (flyspell-word): Minor simplification.
14732 (flyspell-math-tex-command-p): Quieten the byte-compiler.
14733 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14734 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14735 Merge the corresponding Emacs code.
14736 (flyspell-correct-word, flyspell-xemacs-popup):
14737 Use flyspell-do-correct.
14738
14739 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14740 a dedicated window.
14741
14742 * international/latexenc.el (latexenc-find-file-coding-system):
14743 Undo part of last patch, to turn off a compiler warning.
14744
14745 2005-06-06 Juri Linkov <juri@jurta.org>
14746
14747 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14748 Rename `tmm-inactive-face' to `tmm-inactive'.
14749
14750 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14751
14752 * iswitchb.el: Rename faces.
14753
14754 2005-06-06 Kim F. Storm <storm@cua.dk>
14755
14756 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14757 (cua-global-mark): Remove -face suffix from face names.
14758
14759 * emulation/cua-gmrk.el (cua--init-global-mark):
14760 Remove cua-global-mark face setup.
14761
14762 2005-06-06 Richard M. Stallman <rms@gnu.org>
14763
14764 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14765 just like other allowed characters.
14766 (makefile-match-dependency): Exclude leading and training whitespace
14767 from the range of regexp subexp 1.
14768 (makefile-macroassign-regex): Don't try to match the body,
14769 just the name of the macro being defined.
14770
14771 * info.el (Info-read-node-name-2): New function.
14772 (Info-read-node-name-1): Use that.
14773 Add a completion-base-size-function property.
14774
14775 * simple.el (completion-setup-function): Look for
14776 completion-base-size-function property of minibuffer-completion-table.
14777
14778 * files.el (locate-file-completion): Doc fix.
14779
14780 * printing.el: Don't call pr-update-menus; user must do that.
14781
14782 * emacs-lisp/debug.el (debugger-window): New variable.
14783 (debug): Use debugger-window if it is set and still alive.
14784 Record debugger-window for next entry.
14785
14786 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14787
14788 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
14789
14790 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14791 (hack-one-local-variable, hack-local-variables)
14792 (hack-local-variables-prop-line): Pass that arg.
14793
14794 2005-06-06 Kim F. Storm <storm@cua.dk>
14795
14796 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14797 (ido-indicator): Remove -face suffix from face names.
14798
14799 2005-06-06 Juri Linkov <juri@jurta.org>
14800
14801 * font-lock.el (font-lock-regexp-backslash)
14802 (font-lock-regexp-backslash-construct): New faces.
14803 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14804 after `('. Add `while-no-input' to control structures.
14805
14806 * faces.el (no-break-space, shadow): New faces.
14807 (escape-glyph): Use less loud colors pink2 and red4.
14808
14809 * diff-mode.el (diff-context-face)
14810 * dired.el (dired-ignored)
14811 * rfn-eshadow.el (file-name-shadow)
14812 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14813
14814 * info.el (Info-title-1-face): Use green instead of yellow because
14815 bold yellow is not readable on light backgrounds.
14816
14817 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14818 before selecting the desired mode to not spend time fontifying
14819 old contents.
14820
14821 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
14822
14823 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14824 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14825
14826 * ps-print.el (ps-default-fg, ps-default-bg):
14827 Fix typos in docstrings.
14828
14829 * isearchb.el (isearchb): Don't pass a spurious second argument to
14830 `iswitchb-completions'.
14831
14832 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
14833
14834 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14835 to preserve point.
14836 (gdb-find-file-hook): Add doc string.
14837
14838 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14839 C dereferenced pointer expression.
14840 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
14841
14842 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14843
14844 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14845 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14846 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14847 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14848 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14849 Make background transparent.
14850
14851 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14852
14853 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14854 (font-lock-remove-keywords): Doc fix.
14855 (font-lock-mode-major-mode): Compiler defvar.
14856 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14857
14858 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14859 (font-lock-mode): Update `font-lock-mode-major-mode'.
14860 (font-lock-set-defaults): Compiler defvar.
14861 (font-lock-default-function): Take `font-lock-mode-major-mode'
14862 into account.
14863
14864 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14865 keep track of which major mode it enabled the minor mode for.
14866 Use find-file-hook again. Update docstring.
14867
14868 * simple.el (eval-expression-print-level)
14869 (eval-expression-print-length, eval-expression-debug-on-error):
14870 Doc fixes.
14871
14872 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14873
14874 * iswitchb.el (iswitchb-single-match-face)
14875 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14876 (iswitchb-invalid-regexp-face): New faces.
14877 (iswitchb-completions): Use them.
14878 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14879 now marked as an obsolete alias.
14880 (iswitchb-read-buffer): Remove check for bound font variables.
14881 (iswitchb-invalid-regexp): New free variable.
14882 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14883 set iswitchb-invalid-regexp.
14884 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14885 invalid regexps.
14886 (iswitchb-completions): Add check for complete match when entering
14887 a regexp.
14888 (iswitchb-completions): Remove require-match argument.
14889 (iswitchb-exhibit): Fix caller.
14890 (iswitchb-common-match-inserted): New variable.
14891 (iswitchb-complete, iswitchb-completion-help): Use it.
14892
14893 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14894
14895 * url-http.el (url-http-chunked-encoding-after-change-function):
14896 Use `url-http-debug' instead of `message'.
14897
14898 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14899
14900 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14901 callback argument.
14902
14903 2005-06-04 Kim F. Storm <storm@cua.dk>
14904
14905 * simple.el (line-move): Only call sit-for when moving backwards.
14906
14907 * ido.el (ido-make-merged-file-list-1): New defun split from
14908 ido-make-merged-file-list.
14909 (ido-make-merged-file-list): Bind throw-on-input around call to
14910 ido-make-merged-file-list-1. Return input-pending-p if
14911 interrupted by more input available.
14912 (ido-read-internal): Handle input-pending-p return value from
14913 ido-make-merged-file-list.
14914
14915 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14916
14917 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14918 compatibility code.
14919
14920 * international/latexenc.el (latexenc-find-file-coding-system):
14921 Don't inherit the EOL part of the coding-system from the
14922 tex-main buffer. Fit within 80 columns.
14923
14924 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14925
14926 * tmm.el (tmm-inactive-face): New face.
14927 (tmm-remove-inactive-mouse-face): New function.
14928 (tmm-prompt, tmm-add-one-shortcut)
14929 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14930 but not selectable.
14931
14932 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
14933
14934 * faces.el (face-equal): Improve argument/docstring consistency.
14935
14936 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14937
14938 * progmodes/make-mode.el (makefile-targets-face)
14939 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14940 (makefile-bsdmake-dependency-regex)
14941 (makefile-makepp-rule-action-regex)
14942 (makefile-bsdmake-rule-action-regex): New constants.
14943 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14944
14945 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14946 Allow (...) within `...' for makepp messages.
14947
14948 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
14949
14950 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14951
14952 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14953 "." files are deleted from all file lists before comparison.
14954
14955 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14956 (viper-ESC-key): Made them customizable.
14957
14958 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14959
14960 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14961
14962 * autorevert.el (auto-revert-buffers): Use save-match-data.
14963
14964 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14965
14966 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14967 menu items with a nil command binding.
14968
14969 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
14970
14971 * emacs-lisp/cl-macs.el (defsetf):
14972 Improve argument/docstring consistency.
14973
14974 * faces.el (list-faces-display): Improve the formatting by
14975 computing the maximum length required for any face-name (reworked
14976 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14977 (internal-find-face): Remove redundant info in docstring.
14978
14979 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
14980
14981 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14982 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14983 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14984 (gdb-assembler-custom): Improve regexps.
14985 (def-gdb-auto-update-handler): Use window point to preserve point.
14986
14987 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14988
14989 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14990
14991 2005-05-31 Jay Belanger <belanger@truman.edu>
14992
14993 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14994 to calc-embedded.
14995 (calc-embedded-make-info): Have plain prefix argument select
14996 entire line.
14997
14998 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
14999
15000 * faces.el (list-faces-display): Signal error if passed a regexp
15001 that matches no face name.
15002
15003 * simple.el (filter-buffer-substring): Fix typo in docstring.
15004
15005 2005-05-31 Richard M. Stallman <rms@gnu.org>
15006
15007 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
15008 (vhdl-emacs-21): Doc fix.
15009 (vhdl-mode): Unconditionally set comment-padding.
15010 (vhdl-fixup-whitespace-region): Insert spaces only where
15011 there are none.
15012 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
15013
15014 2005-05-30 John Wiegley <johnw@newartisans.com>
15015
15016 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
15017 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
15018 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
15019 `directory-sep-char' to ?/, and all uses of `string-to-int' to
15020 `string-to-number'.
15021
15022 2005-05-30 Jay Belanger <belanger@truman.edu>
15023
15024 * calc/calc.el (calc-bug-address): Fix docstring.
15025 (calc-window-hook, calc-trail-window-hook): New variables.
15026 (calc-trail-display): Restore use of calc-trail-window-hook.
15027 (calc): Restore use of calc-window-hook.
15028
15029 2005-05-31 Masatake YAMATO <jet@gyve.org>
15030
15031 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
15032
15033 * help-fns.el (help-C-file-name): Add autoload mark for
15034 `find-function-noselect'.
15035
15036 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
15037
15038 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
15039 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
15040
15041 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15042
15043 * calendar/diary-lib.el (mark-included-diary-files): Only kill
15044 included diary buffer if it was not already being visited.
15045 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
15046
15047 * calendar/icalendar.el (top-level): Do not require appt.
15048
15049 * mail/supercite.el (sc-select-attribution): Only use a list
15050 element from sc-attrib-selection-list if it returns a string.
15051 Reported by Davide G. M. Salvetti <salve@debian.org>.
15052
15053 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
15054
15055 * thumbs.el (thumbs-thumbname): The resulting thumbname now
15056 includes a hash value to improve its uniqueness, and has a ".jpg"
15057 extension. Also, it is now a valid filename on all systems.
15058 (thumbs-make-thumb): Use `let', not `let*'.
15059 (thumbs-show-thumbs-list): Check for JPEG availability.
15060
15061 2005-05-30 Richard M. Stallman <rms@gnu.org>
15062
15063 * filesets.el (filesets-menu-ensure-use-cached):
15064 Prevent warning when emacs-version>= is undefined.
15065
15066 * printing.el (pr-interactive-n-up): Use string-to-number.
15067
15068 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15069
15070 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15071 Warn only when name to be defined is quoted.
15072
15073 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
15074
15075 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15076 Make regexp more robust.
15077 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15078 Force regeneration of disassembly.
15079
15080 2005-05-29 Jay Belanger <belanger@truman.edu>
15081
15082 * calc/calc.el (calc-user-invocation): Check if
15083 calc-invocation-macro is non-nil.
15084
15085 2005-05-29 Juri Linkov <juri@jurta.org>
15086
15087 * add-log.el (change-log-font-lock-keywords):
15088 Add `+' to e-mail regexp to accept mail address with keywords.
15089
15090 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15091
15092 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15093
15094 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15095
15096 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15097
15098 2005-05-29 Richard M. Stallman <rms@gnu.org>
15099
15100 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15101 Undo the change that moves to end of the current word.
15102
15103 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15104
15105 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15106 Throw error when count <= 0 to ensure input is a number.
15107 (gdb-read-memory-custom): Pick up address from buffer.
15108 (gdb-memory-mode): Allow user to increment and decrement
15109 memory address from header line.
15110
15111 2005-05-29 Richard M. Stallman <rms@gnu.org>
15112
15113 * flyspell.el (flyspell-version): Function deleted.
15114 (flyspell-auto-correct-previous-hook): Doc fix.
15115
15116 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15117 Do nothing if memory is full.
15118
15119 * font-lock.el (font-lock-fontify-syntactically-region):
15120 Pass t for GREEDY to looking-back.
15121
15122 * saveplace.el (save-place-alist-to-file): Write the file
15123 using write-region.
15124
15125 * subr.el (looking-back): New argument GREEDY.
15126
15127 * progmodes/compile.el (compilation-start): Set the mode
15128 before inserting the initial text.
15129
15130 * progmodes/which-func.el (which-func-update-1): Turn the mode
15131 off in case of error by setting which-func-mode.
15132
15133 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15134
15135 * flyspell.el (flyspell-auto-correct-previous-word):
15136 Narrow down to what's on the screen, and recenter overlays
15137 at the end of the next word.
15138
15139 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15140
15141 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15142 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15143 (flyspell-abbrev-p): Default to nil.
15144 (flyspell-use-global-abbrev-table-p): Doc fix.
15145 (flyspell-large-region): Allow nil as value.
15146 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15147
15148 (mail-mode-flyspell-verify): More robust handling
15149 of `mail-header-separator'. More efficient signature detection.
15150 Allow for regexp metacharacters in message-header-separator.
15151 Adding `To' not to be checked in mail-mode-flyspell-verify.
15152
15153 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15154 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15155 Bind flyspell-auto-correct-binding.
15156 Bind C-. and C-, .
15157 (flyspell-mode-map): Likewise.
15158 (flyspell-mode): Doc fix.
15159 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15160 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15161 (flyspell-word-cache-result): New var, always local.
15162 (flyspell-check-pre-word-p): Doc fix.
15163 (flyspell-check-changed-word-p): Handle spc like newline.
15164 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15165 (flyspell-word-search-backward, flyspell-word-search-forward):
15166 New functions.
15167 (flyspell-word): Return t if nothing to check.
15168 When parsing TeX code, check for after } or \.
15169 Use flyspell-word-search-backward to find previous word.
15170 Return nil if duplicated word.
15171 For word already checked, return same value as last time.
15172 Set flyspell-word-cache-result after checking.
15173 Don't clobber the return value.
15174 (flyspell-get-word): Major rewrite.
15175 (flyspell-external-point-words): New locals pword, pcount.
15176 Fix size used in progress message.
15177 Find the proper corresponding word in flyspell-large-region-buffer.
15178 (flyspell-region): Check for flyspell-large-region = nil.
15179 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15180 (flyspell-auto-correct-word): Check that WORD is a cons.
15181 (flyspell-correct-word): Likewise.
15182
15183 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15184
15185 * progmodes/make-mode.el (makefile-rule-action-regex)
15186 (makefile-macroassign-regex, makefile-makepp-mode)
15187 (makefile-bsdmake-mode): Continuation lines may be empty.
15188 Reported by Joshua Varner.
15189 (makefile-makepp-font-lock-keywords): Add $(stem).
15190
15191 2005-05-28 Karl Berry <karl@gnu.org>
15192
15193 * textmodes/tex-mode.el: Now that tex-send-command calls
15194 shell-quote-argument (2005-03-31 change), remove all calls to
15195 shell-quote-argument; they all end up invoking tex-send-command.
15196 The double quoting loses on filenames with non-safe characters,
15197 such as "@". Reported by Frederik Fouvry.
15198
15199 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15200
15201 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15202 about preserving point.
15203
15204 2005-05-27 Jay Belanger <belanger@truman.edu>
15205
15206 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15207 Info-goto-node.
15208
15209 * calc/calc-embed.el (calc-embed-arg): New variable.
15210 (calc-do-embedded-activate, calc-embedded-activate-formula)
15211 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15212 variable by new variable.
15213 (calc-embedded-make-info): Replace undeclared variable by new
15214 variable. When selecting region with positive prefix
15215 argument, use end of previous line instead of beginning of line.
15216
15217 * calc/calc-aent.el (calc-arg-values): Declare it.
15218
15219 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15220 Declare them.
15221
15222 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15223
15224 * calc/calc.el (calc-alg-map): Declare it.
15225
15226 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15227
15228 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15229
15230 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15231 (gdb-registers-buffer, toggle-gdb-all-registers):
15232 Toggle display of floating point registers.
15233 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15234
15235 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15236 (toggle-gud-tooltip-dereference):
15237 Rename from gud-toggle-tooltip-dereference.
15238
15239 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15240
15241 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15242
15243 2005-05-27 Jay Belanger <belanger@truman.edu>
15244
15245 * calc/calc-prog.el (calc-kbd-report): Remove.
15246 (calc-kbd-query): Rewrite.
15247
15248 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15249
15250 * image.el (image-library-alist): Move to image.c.
15251 (image-type-available-p): Doc fix.
15252
15253 2005-05-27 Lute Kamstra <lute@gnu.org>
15254
15255 * calc/calc.el (calc):
15256 * outline.el (outline-1, outline-2, outline-3, outline-4)
15257 (outline-5, outline-6, outline-7, outline-8):
15258 * textmodes/dns-mode.el (dns-mode):
15259 * textmodes/sgml-mode.el (sgml-namespace-face):
15260 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15261 (tex-verbatim-face, tex-use-reftex):
15262 * textmodes/texinfo.el (texinfo-heading-face):
15263 Specify customization group.
15264
15265 * longlines.el: Don't require easy-mmode.
15266 (longlines-visible-face): Specify customization group.
15267
15268 2005-05-27 Kenichi Handa <handa@m17n.org>
15269
15270 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15271 encoding table of windows-1251.
15272
15273 * international/ucs-tables.el (ucs-set-table-for-input):
15274 If translation-table-for-input of a coding system is a symbol, get
15275 its translation-table property.
15276
15277 * international/code-pages.el: Don't register a coding system into
15278 non-iso-charset-alist more than once.
15279 (cp-make-coding-system): Likewise.
15280
15281 2005-05-26 John Wiegley <johnw@newartisans.com>
15282
15283 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15284 `eshell-resume-eval' is wrapped in a list, it indicates that the
15285 command was run asynchronously. In that case, unwrap the value
15286 before checking the delimiter value.
15287
15288 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15289 character before a space at the end of a line is \, assume the space
15290 is part of the last argument rather than a final argument separator.
15291
15292 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15293 is in use, and the target is `t' or `nil' (which are the most common
15294 values), don't assume that the symbol target is a buffer.
15295
15296 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15297
15298 * calendar/calendar.el (calendar-mode-line-format):
15299 Use mode-line-highlight as mouse-face.
15300
15301 * time.el (display-time-string-forms, display-time-update):
15302 Use mode-line-highlight as mouse-face.
15303
15304 2005-05-26 Jay Belanger <belanger@truman.edu>
15305
15306 * calc/calc.el (calc-language-alist): Remove extra defvar.
15307
15308 2005-05-26 Lute Kamstra <lute@gnu.org>
15309
15310 * arc-mode.el (archive-mode):
15311 * bookmark.el (bookmark-read-annotation-mode)
15312 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15313 * bs.el (bs-mode):
15314 * calc/calc-yank.el (calc-edit-mode):
15315 * calc/calc.el (calc-mode, calc-trail-mode):
15316 * calculator.el (calculator-mode):
15317 * chistory.el (command-history-mode):
15318 * comint.el:
15319 * cus-edit.el (custom-mode):
15320 * descr-text.el (describe-text-mode):
15321 * ebuff-menu.el (Electric-buffer-menu-mode):
15322 * ediff-util.el (ediff-mode):
15323 * emacs-lisp/re-builder.el (reb-mode):
15324 * emulation/vi.el (vi-mode-setup):
15325 * emulation/ws-mode.el (wordstar-mode):
15326 * eshell/esh-mode.el (eshell-mode):
15327 * forms.el (forms-mode):
15328 * help-mode.el (help-mode):
15329 * hexl.el (hexl-mode):
15330 * ibuffer.el (ibuffer-mode):
15331 * ielm.el (inferior-emacs-lisp-mode):
15332 * info.el (Info-mode, Info-edit-mode):
15333 * international/swedish.el:
15334 * ledit.el (ledit-from-lisp-mode):
15335 * locate.el (locate-mode):
15336 * mail/rmail.el (rmail-mode):
15337 * mail/rmailedit.el (rmail-edit-mode):
15338 * mail/rmailsum.el (rmail-summary-mode):
15339 * mail/supercite.el (sc-electric-mode):
15340 * net/eudc.el (eudc-mode):
15341 * net/quickurl.el (quickurl-list-mode):
15342 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15343 * obsolete/ooutline.el (outline-mode):
15344 * obsolete/options.el (Edit-options-mode):
15345 * obsolete/rnews.el (news-mode):
15346 * obsolete/rnewspost.el (news-reply-mode):
15347 * play/5x5.el (5x5-mode):
15348 * play/decipher.el (decipher-mode, decipher-stats-mode):
15349 * play/gomoku.el (gomoku-mode):
15350 * play/snake.el (snake-mode):
15351 * play/solitaire.el (solitaire-mode):
15352 * play/tetris.el (tetris-mode):
15353 * progmodes/ada-mode.el (ada-mode):
15354 * progmodes/antlr-mode.el (antlr-mode):
15355 * progmodes/autoconf.el (autoconf-mode):
15356 * progmodes/dcl-mode.el (dcl-mode):
15357 * progmodes/delphi.el (delphi-mode):
15358 * progmodes/ebrowse.el (ebrowse-tree-mode)
15359 (ebrowse-electric-list-mode, ebrowse-member-mode)
15360 (ebrowse-electric-position-mode):
15361 * progmodes/f90.el (f90-mode):
15362 * progmodes/fortran.el (fortran-mode):
15363 * progmodes/icon.el (icon-mode):
15364 * progmodes/idlw-help.el (idlwave-help-mode):
15365 * progmodes/idlw-shell.el (idlwave-shell-mode):
15366 * progmodes/idlwave.el (idlwave-mode):
15367 * progmodes/inf-lisp.el (inferior-lisp-mode):
15368 * progmodes/m4-mode.el (m4-mode):
15369 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15370 * progmodes/modula2.el (modula-2-mode):
15371 * progmodes/octave-inf.el (inferior-octave-mode):
15372 * progmodes/octave-mod.el (octave-mode):
15373 * progmodes/pascal.el (pascal-mode):
15374 * progmodes/sh-script.el (sh-mode):
15375 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15376 * progmodes/vhdl-mode.el (vhdl-mode):
15377 * progmodes/xscheme.el (scheme-interaction-mode):
15378 * replace.el (occur-mode):
15379 * ses.el (ses-mode):
15380 * simple.el (completion-list-mode):
15381 * skeleton.el:
15382 * speedbar.el (speedbar-mode):
15383 * term.el (term-mode):
15384 * terminal.el (terminal-edit-mode):
15385 * textmodes/reftex-index.el (reftex-index-mode)
15386 (reftex-index-phrases-mode):
15387 * textmodes/reftex-sel.el (reftex-select-label-mode)
15388 (reftex-select-bib-mode):
15389 * textmodes/reftex-toc.el (reftex-toc-mode):
15390 * wdired.el (wdired-change-to-wdired-mode):
15391 * wid-browse.el (widget-browse-mode):
15392 Use run-mode-hooks.
15393
15394 * array.el (array-mode):
15395 * calendar/todo-mode.el (todo-mode):
15396 * man.el (Man-mode):
15397 * play/landmark.el (lm-mode):
15398 * play/mpuz.el (mpuz-mode):
15399 Use kill-all-local-variables and run-mode-hooks.
15400
15401 * subr.el (delay-mode-hooks): Specify indentation.
15402
15403 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15404
15405 * xml.el (xml-substitute-special): Don't die for undefined xml
15406 entities.
15407
15408 2005-05-26 Jay Belanger <belanger@truman.edu>
15409
15410 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15411 of nil.
15412
15413 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15414
15415 * progmodes/gdb-ui.el (gdb-frame-address):
15416 Rename from gdb-current-address.
15417 (gdb-previous-frame-address): Rename from gdb-previous-address.
15418 (gdb-selected-frame): Rename from gdb-current-frame.
15419 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15420 (gdb-frame-number): Rename from gdb-current-stack-level.
15421 (gdb-ann3): Match new mode-name for disassembly buffer.
15422 Extend initialization of variables.
15423 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15424 (gdb-memory-mode): Use mouse-face in header line.
15425 (gdb-assembler-buffer-name): Call it disassembly and give frame
15426 in mode line.
15427 (gdb-source-spec-regexp, gdb-assembler-custom)
15428 (gdb-invalidate-assembler, gdb-frame-handler):
15429 Make robust to leading zeroes in address format.
15430
15431 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15432
15433 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15434 define `org-mode'.
15435 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15436
15437 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15438
15439 * log-edit.el (log-edit-changelog-entries): Distinguish between
15440 filenames like xfns.c and fns.c.
15441
15442 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15443
15444 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15445 point after reverting.
15446 (Buffer-menu-make-sort-button): Handle the case where
15447 `Buffer-menu-use-header-line' is nil.
15448
15449 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15450
15451 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15452 New funcs. In minibuffer-local-completion-map bind `]', `/'
15453 and `:' to them.
15454
15455 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15456
15457 * startup.el (normal-top-level): Allow modification of load-path while
15458 we're iterating over it.
15459
15460 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15461
15462 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15463 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15464 (thumbs-resize-interactive, thumbs-insert-image)
15465 (thumbs-insert-thumb, thumbs-dired-show-marked)
15466 (thumbs-find-image-at-point, thumbs-delete-images)
15467 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15468 (thumbs-increment-image-size, thumbs-decrement-image-size):
15469 Fix typos in docstrings.
15470
15471 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15472
15473 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15474 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15475 (cperl-mode): Use them.
15476
15477 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15478
15479 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15480 Doc fixes.
15481
15482 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15483
15484 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15485 Bind C-d to gdb-inferior-io-eof.
15486
15487 * dired.el (dired-dnd-popup-notice): Use message-box.
15488
15489 2005-05-23 Masatake YAMATO <jet@gyve.org>
15490
15491 * bindings.el (mode-line-major-mode-keymap):
15492 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15493
15494 * faces.el (mode-line-highlight): New face.
15495
15496 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15497 as mouse-face.
15498
15499 * bindings.el (top-level, help-echo, mode-line-modified)
15500 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15501 as mouse-face.
15502
15503 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15504
15505 * progmodes/cc-engine.el (c-guess-basic-syntax):
15506 Remove spurious call to `zerop'.
15507
15508 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15509
15510 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15511
15512 CC Mode update to 5.30.10:
15513
15514 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15515 could go past the limit in decoration level 2, thereby causing
15516 errors during interactive fontification.
15517
15518 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15519 the file is evaluated interactively.
15520
15521 * cc-engine.el (c-guess-basic-syntax): Handle operator
15522 declarations somewhat better in C++.
15523
15524 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15525 make use of `run-mode-hooks' which has been added in Emacs 21.1.
15526 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15527 (awk-mode): Use it.
15528 (make-local-hook): Suppress warning about obsoleteness.
15529
15530 * cc-engine.el, cc-align.el, cc-cmds.el
15531 (c-append-backslashes-forward, c-delete-backslashes-forward)
15532 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15533 Compensate for return value from `forward-line' when it has moved
15534 but not to a different line due to eob.
15535
15536 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15537 `objc-method-intro' and `objc-method-args-cont'.
15538
15539 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15540
15541 CC Mode update to 5.30.10:
15542
15543 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15544 in the copyright statement. Incidentally, change "along with GNU
15545 Emacs" to "along with this program" where it occurs.
15546
15547 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15548 so that it is interactive, hence can be found by M-x awk-mode
15549 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15550 <gmorris+emacs@ast.cam.ac.uk>.
15551
15552 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15553 Mode's regexps.
15554
15555 2005-05-23 Kevin Ryde <user42@zip.com.au>
15556
15557 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15558 c-parse-state, to avoid a lisp error (on bad code).
15559
15560 2005-05-23 Lute Kamstra <lute@gnu.org>
15561
15562 * subr.el (font-lock-defaults): Remove defvar as it's already
15563 defined in font-core.el.
15564
15565 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15566
15567 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15568
15569 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15570 more general and work when GDB variable "print pretty" is on,
15571 as with Emacs, for example.
15572
15573 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15574
15575 * font-core.el: Update comment.
15576
15577 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15578 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15579
15580 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15581
15582 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15583
15584 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15585 and `yank-handler' in the doc strings.
15586
15587 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15588
15589 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15590
15591 2005-05-22 Richard M. Stallman <rms@gnu.org>
15592
15593 * help.el (describe-key): Move print-help-return-message call
15594 out of conditional.
15595
15596 * progmodes/etags.el (list-tags): Use with-no-warnings.
15597
15598 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15599 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15600 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15601
15602 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15603
15604 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15605 Add defvar.
15606
15607 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15608 Use defvar, not defconst.
15609
15610 * hexl.el (hexl-follow-line): Use with-no-warnings.
15611
15612 * emulation/tpu-extras.el: Use write-file-functions instead of
15613 write-file-hooks.
15614
15615 * dired.el (dired-font-lock-keywords): Fontify files with junk
15616 extensions even if marked by -F.
15617
15618 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15619
15620 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15621 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15622 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15623 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15624 (concatenate, list-length, get*, getf, cl-remprop):
15625 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15626 (etypecase, progv, lexical-let, lexical-let*)
15627 (multiple-value-bind, multiple-value-setq, shiftf):
15628 Improve argument/docstring consistency.
15629
15630 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15631
15632 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15633
15634 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15635 doesn't exist.
15636
15637 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15638 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15639
15640 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15641
15642 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15643 already deleted variables: auto-fill-hook, blink-paren-hook,
15644 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15645 suspend-hooks, comment-indent-hook, meta-flag,
15646 before-change-function, after-change-function,
15647 font-lock-doc-string-face.
15648
15649 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15650
15651 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15652
15653 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15654
15655 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15656 rmail-dont-reply-to.
15657
15658 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15659
15660 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15661 literal blank when splitting new-header-values.
15662
15663 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15664
15665 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15666 string so that tmm doesn't create a completion entry for it.
15667
15668 * textmodes/table.el (table-disable-menu): Ditto.
15669
15670 2005-05-21 Richard M. Stallman <rms@gnu.org>
15671
15672 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15673
15674 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15675
15676 * net/rcompile.el (remote-compile): Use compilation-start.
15677
15678 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15679
15680 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15681
15682 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15683 Default to makefile-bsdmake-mode on BSD systems.
15684
15685 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15686 REGEXP may also be a search function now. The part of doc-string
15687 for describing the structure was 95% identical to that of
15688 `imenu--generic-function'. Unify it there.
15689
15690 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15691 Use function to find dependencies, because regexp alone is so complex,
15692 it easily goes into an endless loop.
15693 (makefile-makepp-mode): Also add submenu for Perl functions
15694 defined in the makefile.
15695 (makefile-bsdmake-mode): Special imenu-generic-expression no
15696 longer needed, due to function call.
15697 (makefile-match-dependency): Take BOUND into account when checking
15698 if we're through.
15699
15700 2005-05-20 Jay Belanger <belanger@truman.edu>
15701
15702 * calc/calc-units.el (calc-invalidate-units-table):
15703 Use inhibit-read-only.
15704 (math-build-units-table-buffer): Use view-mode.
15705
15706 2005-05-20 David Kastrup <dak@gnu.org>
15707
15708 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15709 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15710
15711 2005-05-20 Lute Kamstra <lute@gnu.org>
15712
15713 * diff-mode.el (diff-header-face, diff-file-header-face)
15714 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15715 (diff-added-face, diff-changed-face, diff-function-face)
15716 (diff-context-face, diff-nonexistent-face): Put them in the
15717 diff-mode customization group.
15718
15719 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15720
15721 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15722
15723 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15724
15725 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15726 Minor regexp-optimization.
15727
15728 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
15729
15730 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15731 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15732 (org-agenda-add-time-grid-maybe): New function.
15733 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15734 (org-table-create): `dotimes' instead of `mapcar'.
15735 (org-xor): Simplify implementation.
15736 (org-agenda): `inhibit-redisplay' turned on.
15737 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15738 a consistent line after a state change.
15739 (org-agenda-remove-times-when-in-prefix): New option.
15740 (org-prefix-has-time): New variable.
15741 (org-parse-time-string): Optional argument NODEFAULT.
15742 (org-format-agenda-item): Parse items for time-of-day
15743 specifications and move these into the prefix if possible.
15744 (org-agenda-priority): Get current heading, not previous heading
15745 during agenda remote editing.
15746
15747 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
15748
15749 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15750 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15751 (remove-duplicates, delete-duplicates, substitute)
15752 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15753 (nsubstitute-if-not, find, find-if, find-if-not, position)
15754 (position-if, position-if-not, count, count-if, count-if-not)
15755 (mismatch, search, sort*, stable-sort, merge, member*)
15756 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15757 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15758 (intersection, nintersection, set-difference, nset-difference)
15759 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15760 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15761 (nsublis, tree-equal): Improve argument/docstring consistency.
15762
15763 * subr.el (send-string, send-region): Remove obsolescence declaration.
15764 (window-dot, set-window-dot, read-input, show-buffer)
15765 (eval-current-buffer, string-to-int):
15766 Add release number to obsolescence declarations.
15767
15768 2005-05-19 Kim F. Storm <storm@cua.dk>
15769
15770 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15771 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15772
15773 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15774
15775 * faces.el (list-faces-display): Make back button respect optional
15776 regexp arg.
15777
15778 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
15779
15780 * calculator.el (calculator-radix-grouping-mode)
15781 (calculator-radix-grouping-digits, calculator-displayer)
15782 (calculator-radix-grouping-separator, calculator-copy-displayer):
15783 * dabbrev.el (dabbrev-search-these-buffers-only):
15784 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15785 (diff-advance-after-apply-hunk, diff-mode-hook)
15786 (diff-minor-mode-prefix):
15787 * imenu.el (imenu-use-popup-menu):
15788 * jit-lock.el (jit-lock-context-time):
15789 * newcomment.el (comment-fill-column, comment-column)
15790 (comment-style, comment-padding, comment-multi-line)
15791 (comment-empty-lines, comment-auto-fill-only-comments):
15792 * reveal.el (reveal-around-mark):
15793 * uniquify.el (uniquify-buffer-name-style)
15794 (uniquify-after-kill-buffer-p)
15795 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15796 (uniquify-min-dir-content, uniquify-separator)
15797 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15798 * w32-vars.el (w32-fixed-font-alist):
15799 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15800 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15801 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15802 * progmodes/perl-mode.el (perl-indent-level)
15803 (perl-continued-statement-offset, perl-continued-brace-offset)
15804 (perl-brace-offset, perl-brace-imaginary-offset)
15805 (perl-label-offset, perl-indent-continued-arguments)
15806 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15807 * progmodes/tcl.el (tcl-indent-level)
15808 (tcl-continued-indent-level, tcl-auto-newline)
15809 (tcl-tab-always-indent, tcl-electric-hash-style)
15810 (tcl-help-directory-list, tcl-use-smart-word-finder)
15811 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15812 (inferior-tcl-source-command):
15813 * textmodes/fill.el (enable-kinsoku):
15814 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15815 * textmodes/table.el (table-yank-handler):
15816 Specify missing group (and type, if simple) in defcustom.
15817
15818 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15819
15820 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15821
15822 2005-05-19 Richard M. Stallman <rms@gnu.org>
15823
15824 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15825
15826 * subr.el (event-basic-type): Don't get an error.
15827 (left-fringe-p): Function deleted.
15828
15829 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15830 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15831
15832 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15833 in recursive copy.
15834
15835 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15836
15837 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15838
15839 * emacs-lisp/bytecomp.el
15840 (byte-compile-file-form-custom-declare-variable):
15841 Call byte-compile-nogroup-warn if appropriate.
15842
15843 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15844 (compilation-set-window): Don't call left-fringe-p; do it directly.
15845
15846 2005-05-19 Jay Belanger <belanger@truman.edu>
15847
15848 * calc/calc-graph.el (calc-graph-format-data): Make sure
15849 var-PlotRejects is bound before trying to check its value.
15850
15851 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
15852
15853 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15854 definition of this variable from reftex-global.el to reftex.el,
15855 because it is needed in the menu.
15856
15857 2005-05-19 Lute Kamstra <lute@gnu.org>
15858
15859 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15860 years are fixed. Don't insert a space after a dash.
15861
15862 2005-05-19 Kim F. Storm <storm@cua.dk>
15863
15864 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15865
15866 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15867
15868 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15869 strings, because (eq ... ?\\) is fairly frequent.
15870
15871 * progmodes/make-mode.el (makefile-add-this-line-targets):
15872 Simplify and integrate into `makefile-pickup-targets'.
15873 (makefile-add-this-line-macro): Simplify and integrate into
15874 `makefile-pickup-macros.
15875 (makefile-pickup-filenames-as-targets): Simplify.
15876 (makefile-previous-dependency, makefile-match-dependency):
15877 Don't stumble over `::'.
15878
15879 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
15880
15881 * subr.el (post-command-idle-hook, post-command-idle-delay):
15882 Remove obsoletion of post-command-idle-hook and
15883 post-command-idle-delay.
15884
15885 * faces.el (list-faces-display): Provide button when describe-face
15886 is called to take user back to the list of faces.
15887
15888 * help-fns.el (describe-variable): Remove hyperlinks in a
15889 variable's value as these are quite frequently inappropriate.
15890
15891 * follow.el (follow-submit-feedback, follow-mode):
15892 Remove references to post-command-idle-hook.
15893
15894 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15895
15896 * progmodes/make-mode.el (makefile-previous-dependency)
15897 (makefile-match-dependency): Check for := (and in bsd mode also
15898 !=) to give a better result, even when font-lock is not on.
15899
15900 2005-05-18 Jay Belanger <belanger@truman.edu>
15901
15902 * calc/calc-help.el (calc-s-prefix-help):
15903 Add `calc-copy-special-constant' to help string.
15904
15905 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15906
15907 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15908
15909 2005-05-18 Jay Belanger <belanger@truman.edu>
15910
15911 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15912 in linear factors are in proper order.
15913
15914 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
15915
15916 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15917 Support for jurabib.
15918
15919 * textmodes/reftex.el (featurep): Define aliases for overlay
15920 commands, for XEmacs compatibility, and use these aliases in
15921 overlay initializations.
15922 (reftex-highlight): Use `reftex-move-overlay'.
15923 (reftex-unhighlight): Use `reftex-delete-overlay'.
15924 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
15925 (reftex-access-search-path): Use `reftex-uniquify' instead of
15926 `reftex-uniq'
15927
15928 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15929 `before-string' property modification enables for Emacs as well.
15930 (reftex-select-item): Use `reftex-delete-overlay'.
15931 (reftex-select-mark): Use `reftex-make-overlay' and
15932 `reftex-overlay-put'.
15933 (reftex-select-unmark): Use `reftex-delete-overlay' and
15934 `reftex-overlay-put'.
15935
15936 2005-05-18 Lute Kamstra <lute@gnu.org>
15937
15938 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15939
15940 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
15941
15942 * add-log.el (add-change-log-entry):
15943 * array.el (array-make-template, array-reconfigure-rows)
15944 (array-init-max-row, array-init-max-column)
15945 (array-init-columns-per-line, array-init-field-width):
15946 * replace.el (replace-match-maybe-edit, perform-replace):
15947 * textmodes/spell.el (spell-region):
15948 Replace `read-input' by `read-string'.
15949
15950 * forms.el (forms-mode):
15951 * finder.el (finder-compile-keywords):
15952 * shadowfile.el (shadow-read-files):
15953 Replace `eval-current-buffer' by `eval-buffer'.
15954
15955 * terminal.el (te-pass-through):
15956 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15957 (ange-ftp-raw-send-cmd):
15958 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15959 (send-process-next-char, telnet-initial-filter, telnet):
15960 Replace `send-string' by `process-send-string'.
15961
15962 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15963 (prolog-consult-region): Replace `send-string' by
15964 `process-send-string'; replace `send-region' by `process-send-region'.
15965
15966 * progmodes/delphi.el (delphi-log-msg):
15967 Replace `set-window-dot' by `set-window-point'.
15968
15969 * subr.el (window-dot, set-window-dot, read-input, send-string)
15970 (send-region, show-buffer, eval-current-buffer):
15971 Make really obsolete, as the comment says.
15972
15973 2005-05-17 Kim F. Storm <storm@cua.dk>
15974
15975 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15976 (cua--init-keymaps): Bind C-return instead of S-return to set
15977 rectangle mark.
15978
15979 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15980 instead of S-return to toggle/clear rectangle mark.
15981
15982 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15983
15984 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15985 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15986 Also fontify plain strings assigned to variables, mostly so that a
15987 colon has a face and is thus not taken as a dependency separator.
15988 (makefile-previous-dependency): Inline the new matcher, because it
15989 is too complex to work in both directions.
15990 (makefile-match-dependency): Eliminate `backward' arg (see above).
15991 Completely reimplemented so as to not sometimes go into an endless
15992 loop. It should also be more efficient, because first it only
15993 searches for `:', instead of applying the very complex regexp.
15994 (makefile-mode): Cancel `font-lock-support-mode', because blocks
15995 to be fontified in one piece can be too long for JIT.
15996 Makefiles are never *that* big.
15997
15998 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15999
16000 * dired.el (dired-mode): Simplify.
16001
16002 2005-05-17 Lute Kamstra <lute@gnu.org>
16003
16004 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
16005 defcustom for the mode hook variable.
16006
16007 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
16008 Emacs Lisp Reference Manual.
16009
16010 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
16011
16012 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
16013 (evenp, list*):
16014 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
16015 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
16016
16017 * net/tramp-smb.el (tramp-smb-open-connection):
16018 Pass `tramp-chunksize' as fifth (required) argument.
16019
16020 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
16021
16022 * font-lock.el (lisp-font-lock-keywords-1):
16023 Set `font-lock-negation-char-face' for [^...] char group.
16024 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
16025
16026 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
16027 a var, and refine it to mask one more level of nested vars.
16028 (makefile-rule-action-regex): Turn it into a var, and refine it so
16029 it recognizes backslashed continuation lines as belonging to the
16030 same command.
16031 (makefile-macroassign-regex): Refine it so it recognizes
16032 backslashed continuation lines as belonging to the same command.
16033 (makefile-var-use-regex): Don't look at the next char, because it
16034 might be the same one to be skipped by the initial [^$], leading
16035 to an overlooked variable use.
16036 (makefile-make-font-lock-keywords): Remove two parameters, which
16037 are now variables that some of the modes set locally.
16038 Handle dependency and rule action matching through functions, because
16039 regexps alone match too often. Dependency matching now comes
16040 last, so it can check, whether a colon already matched something else.
16041 (makefile-mode): Inform that font-lock improves makefile parsing
16042 capabilities.
16043 (makefile-match-dependency, makefile-match-action): New functions.
16044
16045 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
16046
16047 * emacs-lisp/cl-extra.el (equalp): Doc fix.
16048
16049 * align.el (align-regexp):
16050 * ansi-color.el (ansi-color-get-face):
16051 * array.el (array-reconfigure-rows, array-init-max-row)
16052 (array-init-max-column, array-init-columns-per-line)
16053 (array-init-field-width):
16054 * dired-aux.el (dired-trample-file-versions):
16055 * dired-x.el (dired-mark-sexp):
16056 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16057 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16058 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16059 * faces.el (face-read-integer):
16060 * files.el (backup-extract-version, insert-directory):
16061 * hexl.el (hexl-insert-decimal-char):
16062 * server.el (server-process-filter):
16063 * shell.el (shell-extract-num):
16064 * startup.el (command-line-1):
16065 * term.el (term-command-hook):
16066 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16067 (time-stamp-do-number):
16068 * time.el (display-time-update):
16069 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16070 (timezone-fix-time):
16071 * vms-patch.el (vms-suspend-resume-hook):
16072 * calendar/appt.el (appt-convert-time):
16073 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16074 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16075 * calendar/cal-islam.el (mark-islamic-diary-entries):
16076 * calendar/calendar.el (calendar-cursor-to-date)
16077 (calendar-star-date):
16078 * calendar/diary-lib.el (diary-attrtype-convert)
16079 (mark-diary-entries, diary-entry-time):
16080 * calendar/solar.el (solar-get-number):
16081 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16082 * emacs-lisp/re-builder.el (reb-display-subexp):
16083 * emulation/edt.el (edt-set-scroll-margins):
16084 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16085 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16086 (vip-get-ex-count):
16087 * emulation/viper-ex.el (viper-get-ex-token)
16088 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16089 * international/fontset.el (fontset-plain-name):
16090 * mail/feedmail.el (feedmail-look-at-queue-directory):
16091 * mail/mailalias.el (mail-get-names):
16092 * mail/rmail.el (rmail-convert-to-babyl-format):
16093 * mail/rmailsum.el (rmail-make-basic-summary-line)
16094 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16095 (rmail-summary-goto-msg):
16096 * mail/smtpmail.el (smtpmail-read-response):
16097 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16098 (ange-ftp-vms-add-file-entry):
16099 * play/gametree.el (gametree-looking-at-ply)
16100 (gametree-current-branch-score):
16101 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16102 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16103 * progmodes/cperl-mode.el (condition-case):
16104 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16105 (ebrowse-set-member-buffer-column-width)
16106 (ebrowse-select-1st-to-9nth):
16107 * progmodes/etags.el (etags-snarf-tag):
16108 * progmodes/flymake.el (flymake-parse-line):
16109 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16110 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16111 (idlwave-shell-menu-def):
16112 * progmodes/ps-mode.el (ps-run-goto-error):
16113 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16114 (vhdl-speedbar-contract-level):
16115 * term/mac-win.el (x-handle-numeric-switch):
16116 * term/sun-mouse.el (sun-get-frame-data):
16117 * term/w32-win.el (x-handle-numeric-switch):
16118 * term/x-win.el (x-handle-numeric-switch):
16119 * textmodes/ispell.el (ispell-parse-output):
16120 * textmodes/nroff-mode.el (nroff-outline-level):
16121 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16122 (reftex-bib-sort-year-reverse, reftex-format-citation):
16123 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16124 (reftex-section-number):
16125 * textmodes/texinfmt.el (texinfo-paragraphindent):
16126 Replace `string-to-int' by `string-to-number'.
16127
16128 * international/latexenc.el: Add page marker to force the "Local
16129 Variables:" string out of the last page.
16130
16131 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16132
16133 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16134 tooltip-change-major-mode.
16135 (gud-tooltip-print-command): Remove case where gud-minor-mode
16136 is gdb ("--fullname").
16137 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16138 explain to user.
16139
16140 2005-05-16 Jay Belanger <belanger@truman.edu>
16141
16142 * calc/calc-store.el (calc-copy-special-constant): New function.
16143
16144 * calc/calc-ext.el (calc-init-extensions): Add binding for
16145 `calc-copy-special-constant'.
16146
16147 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16148 for the `calc-copy-special-constant' command.
16149
16150 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16151
16152 * subr.el (left-fringe-p): New function.
16153
16154 * progmodes/compile.el (compilation-setup): Set local value of
16155 overlay-arrow-string to "" always.
16156 (compilation-set-window): Left fringe then don't scroll.
16157 No left fringe then no arrow and scroll message to top.
16158 (compilation-context-lines): Adjust doc string accordingly.
16159
16160 2005-05-16 Kim F. Storm <storm@cua.dk>
16161
16162 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16163 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16164 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16165 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16166 (ido-read-file-name): Handle commands with ido property value
16167 equal to find-file as reading a file name, to allow C-d to enter dired.
16168 (ibuffer-find-file): Add ido property with value find-file.
16169
16170 2005-05-15 Kim F. Storm <storm@cua.dk>
16171
16172 * subr.el (open-network-stream-nowait): Remove.
16173 (open-network-stream-server): Remove.
16174
16175 2005-05-15 Richard M. Stallman <rms@gnu.org>
16176
16177 * faces.el (describe-face): Output a definition link button.
16178
16179 * help-mode.el (help-face-def): New button type.
16180
16181 * emacs-lisp/copyright.el (copyright-fix-years):
16182 Match properly if the first year is 2-digit.
16183 Don't mess up the whitespace after the years by filling.
16184
16185 * dired-aux.el (dired-mark-confirm):
16186 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16187
16188 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16189 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16190 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16191
16192 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16193 Set font-lock-comment-start-skip.
16194
16195 * font-lock.el (font-lock-comment-start-skip): New variable.
16196 (font-lock-comment-end-skip): New variable.
16197 (font-lock-fontify-syntactically-region): Use them if non-nil.
16198
16199 2005-05-15 Jay Belanger <belanger@truman.edu>
16200
16201 * calc/calc-store.el (calc-store-value): Return a string rather
16202 than display it as a message.
16203 Use calc-var-name for variable name.
16204 (calc-store-into): Add the result of calc-store-value to message.
16205 (calc-copy-variable): Add a message.
16206 (calc-store-exchange): Improve error messages.
16207 (calc-store-binary, calc-store-map): Don't reset the values of
16208 special constants.
16209
16210 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16211
16212 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16213 manual to docstring.
16214
16215 * files.el (hack-local-variables-confirm): Add STRING argument.
16216 Make the function handle non file visiting buffers correctly.
16217 (hack-local-variables-prop-line, hack-local-variables)
16218 (hack-one-local-variable): Use STRING arg of
16219 `hack-local-variables-confirm'.
16220
16221 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16222
16223 Sync with Tramp 2.0.49.
16224
16225 * net/tramp.el (tramp-handle-dired-call-process)
16226 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16227 because the contents of the Tramp buffer is changed before
16228 insertion (`expand-file' and alike).
16229 (tramp-handle-insert-directory): If `localname' has an empty
16230 nondirectory name, it must not be quoted.
16231 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16232 variable `tramp-chunksize'. Change callees.
16233 (tramp-open-connection-setup-interactive-shell): Check remote host
16234 for buggy `send-process-string' implementation.
16235 Set `tramp-chunksize' if found. Reported by Michael Kifer
16236 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16237 (tramp-handle-shell-command): `insert-buffer' cannot be used
16238 because the contents of the Tramp buffer is changed before
16239 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16240 <frederic.bothamy@free.fr>.
16241 (tramp-set-auto-save): Actions should be done for Tramp file name
16242 handler only. Ange-FTP has its own auto-save mechanism.
16243 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16244 (tramp-set-auto-save-file-modes): Set file modes of
16245 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16246 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16247 (tramp-bug): Remove obsolete variable.
16248 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16249 for presence of `mml-mode'. Make it running for older Emacsen as well.
16250
16251 2005-05-14 John Paul Wallington <jpw@pobox.com>
16252
16253 * ibuf-ext.el (define-ibuffer-filter filename):
16254 If `dired-directory' is a list, use its car.
16255
16256 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16257
16258 * ibuffer.el (define-ibuffer-column filename):
16259 If `dired-directory' is a list, use its car.
16260
16261 2005-05-14 Richard M. Stallman <rms@gnu.org>
16262
16263 * subr.el (symbol-file): Doc fix.
16264
16265 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16266 (byte-compile-form): Call byte-compile-nogroup-warn.
16267 (byte-compile-warning-types): Doc fix.
16268
16269 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16270
16271 * progmodes/cc-engine.el (c-literal-faces):
16272 Add font-lock-comment-delimiter-face.
16273
16274 * net/net-utils.el (dig): Use with-no-warnings.
16275
16276 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16277 (sc-recite-frame-alist, sc-default-cite-frame)
16278 (sc-default-uncite-frame, sc-default-recite-frame)
16279 (sc-attrib-selection-list, sc-rewrite-header-list):
16280 Mark as risky-local-variable.
16281
16282 * international/ogonek.el (ogonek-jak, ogonek-how):
16283 Don't use beginning-of-buffer.
16284
16285 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16286
16287 * calendar/solar.el (solar-data-list): Move definition up.
16288
16289 * dnd.el (dnd-protocol-alist): Add autoload.
16290
16291 * progmodes/sh-script.el: Many doc usage fixes.
16292 (sh-indent-after-do): Change default to match common styles.
16293
16294 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16295
16296 * files.el (interpreter-mode-alist)
16297 (auto-mode-interpreter-regexp): Doc fixes.
16298
16299 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16300
16301 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16302
16303 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16304
16305 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16306
16307 * dired.el (dired-mode): make-variable-buffer-local =>
16308 make-local-variable.
16309
16310 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16311
16312 * term/mac-win.el (mac-select-convert-to-string): Try coding
16313 systems in mac-script-code-coding-systems if specified one cannot
16314 encode string for `com.apple.traditional-mac-plain-text'.
16315
16316 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16317
16318 * progmodes/make-mode.el (makefile-targets-face)
16319 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16320 (makefile-dependency-regex): Fix it to not make the colon in
16321 $(var:a=b) special.
16322 (makefile-rule-action-regex): New regexp for highlighting embedded
16323 Shell strings.
16324 (makefile-macroassign-regex): Handle != for highlighting as
16325 embedded Shell strings.
16326 (makefile-var-use-regex): New const.
16327 (makefile-statements, makefile-automake-statements)
16328 (makefile-gmake-statements, makefile-makepp-statements)
16329 (makefile-bsdmake-statements): New consts.
16330 (makefile-make-font-lock-keywords): New function.
16331 (makefile-automake-font-lock-keywords)
16332 (makefile-gmake-font-lock-keywords)
16333 (makefile-makepp-font-lock-keywords)
16334 (makefile-bsdmake-font-lock-keywords): New consts.
16335 (makefile-mode-map): Add switchers between the various submodes.
16336 (makefile-mode): Document the availability of the variants.
16337 (makefile-automake-mode, makefile-gmake-mode)
16338 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16339
16340 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16341 new variants of makefile-mode.
16342
16343 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16344
16345 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16346 the inheritance.
16347
16348 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16349
16350 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16351 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16352
16353 * files.el (normal-mode): Extend the scope of the
16354 `enable-local-variables' binding to include the `set-auto-mode' call.
16355 (magic-mode-alist): Doc fix.
16356
16357 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16358
16359 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16360 font-lock-comment-face rather than copying its setting.
16361
16362 2005-05-12 Andreas Schwab <schwab@suse.de>
16363
16364 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16365
16366 2005-05-12 Lute Kamstra <lute@gnu.org>
16367
16368 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16369 defcustom for the mode hook variable. Delete the last argument.
16370 * generic-x.el: Fix callers of define-generic-mode.
16371 (generic-x-modes): Delete group.
16372 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16373 generic-x customization group.
16374
16375 2005-05-12 Kim F. Storm <storm@cua.dk>
16376
16377 * font-lock.el (font-lock-negation-char-face): Default to "off".
16378
16379 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16380 font-lock-negation-char-face to ! in !=.
16381
16382 2005-05-12 Masatake YAMATO <jet@gyve.org>
16383
16384 * add-log.el (find-change-log): Fix typos in the docstring
16385 of function.
16386
16387 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16388
16389 * international/latexenc.el (latexenc-find-file-coding-system):
16390 Avoid `re-search-forward' when looking for input encoding because
16391 of speed and safety. Better regular expressions for recognizing
16392 input encoding. Limit a search for TeX-master/tex-main-file to
16393 the local variable section.
16394
16395 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16396
16397 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16398 syntax of $ to "'" (quote).
16399
16400 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16401
16402 * dnd.el (dnd-protocol-alist): Improve custom type.
16403
16404 * dired.el (dired-dnd-protocol-alist): New variable.
16405 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16406 `dired-mode-hook' to the end.
16407
16408 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16409
16410 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16411 comment-end if comment-start-skip is not set.
16412 Obey the font-lock-comment-delimiter-face variables.
16413
16414 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16415
16416 * files.el (executable-find): Move from executable.el. Use
16417 locate-file.
16418 * progmodes/executable.el (executable-find): Move to files.el.
16419
16420 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16421 when trying to ensure forward progress.
16422
16423 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16424
16425 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16426 (mouse-select, mouse-select-internal, mouse-extend-internal):
16427 Use it to implement mouse-1-click-follows-link functionality.
16428
16429 2005-05-11 Richard M. Stallman <rms@gnu.org>
16430
16431 * font-lock.el (font-lock-fontify-syntactically-region):
16432 Use font-lock-comment-delimiter-face for comment delimiters.
16433
16434 2005-05-10 Jay Belanger <belanger@truman.edu>
16435
16436 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16437 preserving embedded modes.
16438
16439 2005-05-10 Richard M. Stallman <rms@gnu.org>
16440
16441 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16442
16443 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16444 Move from ada-stmt.el.
16445 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16446
16447 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16448 Move to ada-mode.el.
16449 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16450
16451 * cus-edit.el (custom-file): Call file-chase-links.
16452
16453 * files.el (read-directory-name): Fix previous change.
16454 (hack-local-variables-confirm): New function.
16455 (hack-local-variables-prop-line, hack-local-variables)
16456 (hack-one-local-variable): Use it.
16457
16458 2005-05-10 Lute Kamstra <lute@gnu.org>
16459
16460 * font-lock.el (font-lock-keywords-alist)
16461 (font-lock-removed-keywords-alist): Clarify docstrings.
16462
16463 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16464
16465 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16466 (gdb-source-info): Check for preprocessor info.
16467 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16468 a macro for a function.
16469 (gdb-info-breakpoints-custom): Try to find file again if not already
16470 found (user might have used GDB dir command).
16471 (gdb-get-location): Update gdb-location-alist correctly for change
16472 to gdb-info-breakpoints-custom.
16473
16474 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16475 (gud-tooltip-print-command): Add gdbmi case.
16476 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16477 preprocessor info.
16478
16479 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16480
16481 * startup.el (fancy-splash-insert): Fix typo in doc string.
16482
16483 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16484
16485 * obsolete/float.el (string-to-float):
16486 * obsolete/hilit19.el (hilit-add-pattern):
16487 * obsolete/rnews.el (news-parse-range, news-select-message)
16488 (news-get-pruned-list-of-files): Replace `string-to-int' by
16489 `string-to-number'.
16490
16491 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16492 `find-file-not-found-hooks'; use `add-hook'.
16493 (uncompress-while-visiting): Set `write-file-functions', not
16494 `write-file-hooks'; use `add-hook'.
16495
16496 2005-05-09 Kim F. Storm <storm@cua.dk>
16497
16498 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16499 (cua-paste): Handle clipboard action.
16500 (cua--init-keymaps): Remap clipboard-kill-region and
16501 clipboard-kill-ring-save.
16502
16503 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16504
16505 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16506 Improve commentary.
16507
16508 * simple.el (next-error-overlay-arrow-position): Revert the change
16509 made on 2005-04-30.
16510
16511 2005-05-07 Jay Belanger <belanger@truman.edu>
16512
16513 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16514 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16515 `calc-sel-reselect'.
16516
16517 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16518 Calc is in embedded mode.
16519
16520 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16521
16522 * progmodes/compile.el (compilation-setup):
16523 Set overlay-arrow-string to an empty string on text terminals.
16524
16525 * textmodes/ispell.el (ispell-program-name): Try looking for
16526 "aspell" along exec-path, and if found, use it as the default
16527 speller program.
16528
16529 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16530
16531 * international/mule.el (sgml-xml-auto-coding-function):
16532 Recognize encoding='FOO' in single quotes as well as in double quotes.
16533
16534 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16535
16536 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16537 as well as `interactive', so that defmacro* would recognize
16538 `declare' forms.
16539
16540 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16541
16542 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16543 Explain more about the LIGHTER arg's usage in the doc string.
16544 Add commentary to clarify what the code does. Fix the regexp that
16545 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16546 since it could have characters special to regular expressions.
16547
16548 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16549
16550 * replace.el (occur-1): Bind inhibit-read-only so that
16551 erase-buffer doesn't barf on read-only text properties (likewise
16552 for add-text-properties in occur-engine). Mark buffer as unmodified.
16553 (occur-engine): Don't set buffer-read-only here.
16554
16555 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16556
16557 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16558 list-buffers-directory. This caused the *cvs-commit* buffer to be
16559 sometimes mistakenly reused as a *cvs* buffer.
16560
16561 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16562
16563 * tooltip.el: Move code for GUD tooltips into gud.el.
16564 (require): CL no longer needed to compile case.
16565 (tooltip-mode): Do not toggle functions for GUD tooltips.
16566 (tooltip-gud-tips-p): Remove. Replace with minor mode
16567 gud-tooltip-mode in gud.el.
16568 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16569 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16570 tooltip-gud prefix with gud-tooltip and obsolete.
16571 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16572 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16573 (tooltip-mouse-motion): Mouse movement functions/variable.
16574 Rename in gud.el by adding gud prefix.
16575 (tooltip-gud-original-filter, tooltip-gud-dereference)
16576 (tooltip-gud-event, tooltip-toggle-gud-tips)
16577 (tooltip-gud-process-output, tooltip-gud-print-command)
16578 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16579 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16580 (gdb-tooltip-print): Move to gdb-ui.el.
16581
16582 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16583 (require): CL needed to compile case.
16584 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16585 tooltip-gud-tips-p. Make it a minor-mode.
16586 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16587 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16588 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16589 (gud-tooltip-change-major-mode)
16590 (gud-tooltip-activate-mouse-motions-if-enabled)
16591 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16592 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16593 (gud-tooltip-original-filter, gud-tooltip-dereference)
16594 (gud-tooltip-event, tooltip-toggle-gud-tips)
16595 (gud-tooltip-process-output, gud-tooltip-print-command)
16596 (gud-tooltip-tips): Move from tooltip.el.
16597
16598 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16599 (gdb-cpp-define-alist-flags): Doc fix.
16600 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16601 gud-tooltip-mode is t.
16602
16603 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16604
16605 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16606 evaporate if their text is deleted.
16607 (goto-address-at-point): Make it work as a mouse binding as well.
16608 (goto-address-at-mouse): Obsolete it. Update users.
16609
16610 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16611
16612 * calendar/appt.el (top-level): No longer activate on load.
16613
16614 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16615
16616 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16617 * net/webjump.el (webjump):
16618 * progmodes/idlw-help.el (idlwave-do-context-help1)
16619 (idlwave-highlight-linked-completions):
16620 * textmodes/po.el (po-find-file-coding-system-guts):
16621 Replace `assoc-ignore-case' by `assoc-string'.
16622
16623 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16624
16625 * files.el (locate-file): Doc fix.
16626
16627 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16628 Remove the redundant test for ms-dos.
16629
16630 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16631 look for the preprocessor with exec-suffixes. If not found in
16632 standard places, look in exec-path. Remove most of the tests that
16633 used system-type.
16634
16635 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16636
16637 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16638
16639 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16640 file-name clash with jka-compr.el on 8+3 filesystems.
16641
16642 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16643
16644 * term/mac-win.el: Don't define or bind scroll bar functions if
16645 x-toolkit-scroll-bars is t.
16646 (x-select-text, x-get-selection-value): Clear
16647 x-last-selected-text-clipboard if x-select-enable-clipboard is
16648 nil.
16649 (PRIMARY): Put mac-scrap-name property.
16650 (mac-select-convert-to-file-url): New function.
16651 (public.file-url): New selection target type. Add to
16652 selection-converter-alist.
16653 (x-get-selection, x-selection-value): Handle it.
16654 (x-cut-buffer-or-selection-value): New alias.
16655
16656 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16657
16658 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16659 entry to avoid calling bibtex-find-entry with arg global
16660 being t. Remove arg key.
16661 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16662 (bibtex-copy-summary-as-kill): Change accordingly.
16663
16664 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16665
16666 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16667 (org-agenda-date-later): Use with-current-buffer.
16668
16669 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16670
16671 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16672 (define-obsolete-variable-alias): Doc Fixes.
16673
16674 2005-05-06 Kim F. Storm <storm@cua.dk>
16675
16676 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16677 vertical-motion when selective-display is active.
16678
16679 * ido.el (ido-setup-hook): New hook.
16680 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16681 (ido-input-stack): New var.
16682 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16683 ido-next-work-file binding to M-O.
16684 Bind M-f to ido-wide-find-file-or-pop-dir.
16685 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16686 (ido-read-internal): Run ido-setup-hook.
16687 Catch quit in read-file-name and read-string to cancel edit.
16688 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16689 Automatically pop-all when completing a directory name (RET).
16690 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16691 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16692 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16693 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16694 New functions for M-b/M-f to move among the directory components.
16695 (ido-make-merged-file-list): Catch quit to cancel merge.
16696 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16697 (ido-completion-help): No warnings for ido-completion-buffer-full.
16698
16699 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16700
16701 * font-lock.el (font-lock-negation-char-face): New face and variable.
16702 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16703 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16704 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16705 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16706
16707 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16708
16709 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16710 Fix typo in docstring.
16711
16712 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16713 (ebrowse-print-statistics-line)
16714 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16715
16716 * term/w32-win.el (image-library-alist): Add additional name for
16717 Xpm library.
16718
16719 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16720
16721 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16722 use gcc instead of cpp.
16723
16724 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16725 (gdb-create-define-alist): Use it.
16726 (gdb-cpp-define-alist-program): Update for MS-DOS.
16727
16728 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
16729
16730 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16731
16732 2005-05-04 Richard M. Stallman <rms@gnu.org>
16733
16734 * help.el (describe-key): No error when UNTRANSLATED is nil.
16735
16736 * simple.el (line-move-1): Fix previous change to signal errors
16737 appropriately.
16738
16739 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
16740
16741 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16742 (icalendar-duration-correction): Remove.
16743 (icalendar--get-event-properties): Split result at commas.
16744 (icalendar--decode-isoduration): New optional argument
16745 DURATION-CORRECTION.
16746 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16747 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16748 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16749 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16750 (icalendar--convert-anniversary-to-ical): New functions, extracted
16751 from icalendar-export-region, with bug fixes.
16752 (icalendar-export-region): Use the above functions.
16753 (icalendar-import-buffer): Check before saving diary file.
16754 (icalendar--convert-recurring-to-diary)
16755 (icalendar--convert-non-recurring-all-day-to-diary)
16756 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16757 extracted from icalendar--convert-ical-to-diary, with bug fixes.
16758 (icalendar--convert-ical-to-diary): Use the above functions.
16759
16760 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
16761
16762 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16763 Remove these recent additions.
16764 (c-mode): Restore to before 2005-04-28.
16765
16766 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16767 recent addition.
16768
16769 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16770 (gdb-define-alist): New variables.
16771 (gdb-create-define-alist): New function.
16772 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16773 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16774 with string-to-number.
16775 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
16776
16777 * progmodes/gud.el: Replace string-to-int with string-to-number.
16778 (gud-find-file): Handle gdb-define-alist.
16779
16780 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16781
16782 2005-05-02 Jay Belanger <belanger@truman.edu>
16783
16784 * calc/calc-aent.el (math-read-token):
16785 * calc/calc-bin.el (calc-word-size):
16786 * calc/calc-ext.el (calc-read-number-fancy):
16787 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16788 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16789 * calc/calc-frac.el (calc-over-notation):
16790 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16791 (calc-graph-num-points, calc-graph-init):
16792 * calc/calc-prog.el (calc-read-parse-table-part)
16793 (calc-edit-macro-repeats):
16794 * calc/calc-yank.el (calc-do-grab-rectangle):
16795 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16796 Replace `string-to-int' by `string-to-number'.
16797
16798 2005-05-02 Kim F. Storm <storm@cua.dk>
16799
16800 * kmacro.el: Use executing-kbd-macro-index variable.
16801
16802 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16803
16804 * net/rlogin.el (rlogin-parse-words): Delete func.
16805 (rlogin): Use split-string, not rlogin-parse-words.
16806 Also, if there are option-like elements in the parsed args,
16807 take the host to be the first arg immediately following them.
16808 Suggested by Michael Mauger.
16809
16810 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16811
16812 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16813
16814 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16815
16816 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16817 (cc-mode-cpp-program): Rename to cc-define-list-program and
16818 move to cc-vars.el.
16819
16820 * progmodes/cc-vars.el (cc-define-list-program):
16821 Change to "gcc -E -dM -". Make customizable.
16822
16823 2005-05-02 Kim F. Storm <storm@cua.dk>
16824
16825 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16826
16827 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16828
16829 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16830
16831 * international/mule-util.el (truncate-string): Remove alias and
16832 obsolete declaration.
16833
16834 * international/mule-cmds.el (update-iso-coding-systems):
16835 Remove alias and obsolete declaration.
16836
16837 * international/mule.el (coding-system-parent): Remove alias and
16838 obsolete declaration.
16839
16840 * subr.el (define-function, sref): Remove aliases and obsolete
16841 declarations.
16842 (chars-in-region): Remove obsolete declaration.
16843
16844 2005-05-01 Richard M. Stallman <rms@gnu.org>
16845
16846 * info.el (Info-mode): Set widen-automatically to nil, locally.
16847
16848 * simple.el (widen-automatically): New variable.
16849 (pop-global-mark): Obey widen-automatically.
16850
16851 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16852
16853 * term/xterm.el (function-key-map): Call substitute-key-definition
16854 before the keymap size is increased by a lot of define-key calls.
16855
16856 2005-05-01 Richard M. Stallman <rms@gnu.org>
16857
16858 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16859 Rename ARG to ELEMENT. Doc fix.
16860
16861 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16862
16863 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16864 Remove references to allout-exposure/change to allout-new-exposure.
16865
16866 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16867 bytecode symbols.
16868
16869 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16870 (compiled-function-p, focus-frame, unfocus-frame):
16871 Remove aliases and obsolete declarations.
16872 Back out inadvertent changes from previous commit.
16873
16874 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16875
16876 * files.el (require-final-newline): Make Custom tags consistent
16877 with mode-require-final-newline.
16878 (mode-require-final-newline): Doc fix.
16879
16880 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16881
16882 * international/latexenc.el (latexenc-find-file-coding-system):
16883 Fix regular expressions.
16884
16885 2005-05-01 David Kastrup <dak@gnu.org>
16886
16887 * international/latexenc.el (latexenc-find-file-coding-system):
16888 Fix regular expressions.
16889
16890 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16891
16892 * subr.el (string-to-int): Make obsolete.
16893
16894 2005-04-30 Richard M. Stallman <rms@gnu.org>
16895
16896 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16897
16898 * loadup.el: load jka-comp-hook.
16899
16900 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16901 (jka-compr-handler): Add autoload. `put' calls moved
16902 to jka-comp-hook.el.
16903 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16904 (jka-compr-inhibit): Autoload.
16905
16906 * jka-comp-hook.el: New file.
16907 Enable the mode by default.
16908
16909 * files.el (backup-buffer-copy): Use copy-file instead
16910 of write-region, and put back the 'excl.
16911
16912 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
16913
16914 * progmodes/flymake.el (flymake-split-string)
16915 (flymake-split-string, flymake-log, flymake-pid-to-names)
16916 (flymake-reg-names, flymake-get-source-buffer-name)
16917 (flymake-unreg-names, flymake-add-line-err-info)
16918 (flymake-add-err-info): Clarify docstrings.
16919 (flymake-popup-menu, flymake-make-emacs-menu)
16920 (flymake-make-xemacs-menu): Add docstrings.
16921 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16922 Set variables directly throughout.
16923
16924 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
16925
16926 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16927 exists. Initialize cc-define-alist.
16928 (c-mode): Add cc-create-define-alist locally to after-save-hook.
16929 If there is no file (Macroexpansion) don't create an alist.
16930
16931 2005-04-29 Sam Steingold <sds@gnu.org>
16932
16933 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16934 (cc-create-define-alist): Use it instead of the hard-coded string.
16935
16936 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16937
16938 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16939 for latexenc.
16940
16941 2005-04-29 Lute Kamstra <lute@gnu.org>
16942
16943 * emacs-lisp/generic.el: Improve commentary section.
16944 (define-generic-mode): Improve docstring.
16945
16946 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
16947
16948 * textmodes/org.el (many places): Change to quiet the byte compiler.
16949 (org-prefix-format-compiled): New variable.
16950 (org-compile-prefix-format): New function.
16951 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16952 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16953 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16954 (org-get-entries-from-diary): Use `org-get-time-of-day' for
16955 consistency with entries from `org-mode' files.
16956 (org-get-time-of-day): Fix bug with partial matches early in a line.
16957 (org-non-link-chars): New constant.
16958 (org-link-regexp): Respect `org-non-link-chars'.
16959 (org-agenda-day-view): Remove command.
16960 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16961 (org-follow-bbdb-link, org-store-link): Search also company field.
16962 (org-highlight-overlay): New variable.
16963 (org-highlight, org-unhighlight): New functions.
16964 (org-agenda-mode): Add pre-command-hook to remove highlight.
16965 (org-evaluate-time-range): Behavior depends upon whether time stamp
16966 contains a time or not.
16967 (org-show-subtree, org-show-entry): New functions.
16968 (org-agenda-cleanup-fancy-diary): Remove empty lines.
16969
16970 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16971
16972 * comint.el (comint-output-filter-functions): Add autoload cookie.
16973
16974 2005-04-28 Kim F. Storm <storm@cua.dk>
16975
16976 * ido.el (ido-everywhere): Fix last change.
16977
16978 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16979
16980 * international/latexenc.el: New file.
16981 * international/mule-conf.el (file-coding-system-alist): For .tex,
16982 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16983
16984 2005-04-28 Lute Kamstra <lute@gnu.org>
16985
16986 * font-lock.el (font-lock-add-keywords)
16987 (font-lock-remove-keywords): Clarify docstring.
16988 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16989 Don't start docstrings with a `*'.
16990 (font-lock-update-removed-keyword-alist): Give it a docstring.
16991
16992 * generic-x.el: Update commentary section.
16993 Only require font-lock when compiling.
16994 Define all modes conditionally.
16995 Place all generic modes in the generic-x-modes customization group.
16996 (generic-x-modes): New customization group.
16997 (generic-default-modes, generic-mswindows-modes)
16998 (generic-unix-modes, generic-other-modes): New constants.
16999 (generic-define-mswindows-modes, generic-define-unix-modes):
17000 Update docstrings. Make them obsolete.
17001 (generic-extras-enable-list): New default value. Update docstring.
17002 Improve :type. Change :set function.
17003 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
17004 Fix docstring.
17005
17006 * emacs-lisp/generic.el (generic-mode-internal):
17007 Simplify font-lock-defaults.
17008 (define-generic-mode): Fix docstring.
17009
17010 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
17011
17012 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
17013 font-lock-face property to highlight matches.
17014
17015 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
17016
17017 * progmodes/cc-mode.el (cc-create-define-alist): New function.
17018 (cc-define-alist): New variable.
17019 (c-mode): Make it local and initialize it.
17020
17021 * progmodes/gdb-ui.el (gdb-active-process): New variable.
17022 (gdb-exited): New function.
17023 (gdb-annotation-rules): Use it.
17024 (gdb-starting): Set gdb-active-process to t.
17025 (gdb-stopping): Amend doc string.
17026 (gdb-reset): Set gdb-active-process to nil.
17027
17028 * tooltip.el (tooltip-gud-tips): Show the associated #define
17029 directives when a C program under GDB is not executing.
17030
17031 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
17032
17033 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
17034 font-lock-fontify-syntactic-keywords.
17035
17036 * font-lock.el (font-lock-default-fontify-region): Don't force
17037 parse-sexp-lookup-properties to nil.
17038
17039 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
17040
17041 * man.el (man-mode-syntax-table): Set up `:' to have
17042 word-constituent syntax.
17043
17044 2005-04-27 Lute Kamstra <lute@gnu.org>
17045
17046 * novice.el (disable-command): Don't add spurious newlines to the
17047 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
17048
17049 2005-04-26 Jay Belanger <belanger@truman.edu>
17050
17051 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
17052 than one window before deleting window.
17053
17054 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17055
17056 * shell.el (shell-prompt-pattern): Doc fix.
17057 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17058
17059 * comint.el (comint-prompt-regexp, comint-get-old-input)
17060 (comint-use-prompt-regexp)
17061 (comint-use-prompt-regexp-instead-of-fields)
17062 (comint-replace-by-expanded-history, comint-send-input)
17063 (comint-output-filter, comint-get-old-input-default)
17064 (comint-line-beginning-position, comint-bol, comint-show-output)
17065 (comint-backward-matching-input, comint-forward-matching-input)
17066 (comint-next-prompt, comint-previous-prompt):
17067 Rename `comint-use-prompt-regexp-instead-of-fields' to
17068 `comint-use-prompt-regexp'. Keep old name as alias and declare
17069 obsolete.
17070 (comint-use-prompt-regexp): Shorten first line of doc string.
17071
17072 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17073 Set paragraph-separate buffer locally to "\\'".
17074
17075 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17076 Adapt to above name change.
17077
17078 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17079 (smbclient-prompt-regexp): Ditto.
17080
17081 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17082
17083 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17084
17085 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17086 gdb-location-list.
17087 Break lines that are over 80 characters wide.
17088
17089 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17090
17091 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17092 New fun and var, to preserve compatibility.
17093
17094 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17095
17096 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17097
17098 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17099 name to file-newer-than-file-p.
17100
17101 2005-04-26 Richard M. Stallman <rms@gnu.org>
17102
17103 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17104
17105 * progmodes/python.el (python-mode):
17106 Use new name eldoc-documentation-function.
17107
17108 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17109
17110 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17111 (eldoc-documentation-function):
17112 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17113
17114 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17115
17116 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17117
17118 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17119
17120 * term/xterm.el (function-key-map): Fix strings for
17121 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17122 {C,S,A,C-S}-{f1-f12}.
17123
17124 2005-04-26 Kenichi Handa <handa@m17n.org>
17125
17126 * international/mule-cmds.el (select-safe-coding-system):
17127 Fix previous change.
17128
17129 2005-04-26 Lute Kamstra <lute@gnu.org>
17130
17131 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17132
17133 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17134 (font-lock-comment-delimiter-face): Ditto.
17135
17136 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17137
17138 2005-04-25 Jay Belanger <belanger@truman.edu>
17139
17140 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17141 to t while inserting information; use help-mode.
17142
17143 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17144
17145 * term.el (ansi-term-color-vector): Use the xterm colors.
17146 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17147
17148 2005-04-25 Lute Kamstra <lute@gnu.org>
17149
17150 * font-core.el (font-lock-defaults): Fix docstring.
17151
17152 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17153
17154 2005-04-25 Kenichi Handa <handa@m17n.org>
17155
17156 * international/mule-cmds.el (select-safe-coding-system):
17157 Don't check consistency with coding: spec, etc if raw-text or
17158 no-conversion was found to be safe.
17159
17160 2005-04-24 Richard M. Stallman <rms@gnu.org>
17161
17162 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17163 citation markers at start of each line.
17164
17165 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17166 citation markers at start of each line.
17167
17168 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17169
17170 * files.el (mode-require-final-newline): Fix previous change.
17171 (require-final-newline): Fix type label.
17172
17173 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17174
17175 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17176 statement in buffer (broken by 2004-11-24 change).
17177
17178 2005-04-24 Kim F. Storm <storm@cua.dk>
17179
17180 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17181 and read-file-name-function values. Don't overwrite existing
17182 non-nil values if ido-mode is enabled without ido-everywhere.
17183
17184 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17185
17186 * files.el (mode-require-final-newline): Minor doc fix.
17187
17188 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17189
17190 * subr.el (syntax-after): Doc fix.
17191 (syntax-class): If argument is nil, return nil. Mask off upper 16
17192 bits, not 8 bits.
17193
17194 * files.el (mode-require-final-newline): Doc fix.
17195 (backup-buffer-copy): Fix last change.
17196
17197 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17198
17199 * term/mac-win.el: Require select. Set selection-coding-system to
17200 mac-system-coding-system. Call menu-bar-enable-clipboard.
17201 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17202 (x-select-enable-clipboard): New variables.
17203 (x-select-text, x-get-selection, x-selection-value)
17204 (x-get-selection-value, mac-select-convert-to-string)
17205 (mac-services-open-file, mac-services-open-selection)
17206 (mac-services-insert-text): New functions.
17207 (CLIPBOARD, FIND): Put mac-scrap-name property.
17208 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17209 (public.tiff): Put mac-ostype property.
17210 (selection-converter-alist): Add entries for them.
17211 (mac-application-menu-map): New keymap.
17212 (interprogram-cut-function, interprogram-paste-function): Set to
17213 x-select-text and x-get-selection-value, respectively.
17214 (split-window-keep-point): Set to t.
17215
17216 2005-04-23 Richard M. Stallman <rms@gnu.org>
17217
17218 * files.el (read-directory-name): Always pass non-nil
17219 DEFAULT-FILENAME arg to read-file-name.
17220 (backup-buffer-copy, basic-save-buffer-2): Take care against
17221 writing thru an unexpected existing symlink.
17222 (revert-buffer): In indirect buffer, revert the base buffer.
17223 (magic-mode-alist): Doc fix.
17224 (buffer-stale-function): Doc fix.
17225 (minibuffer-with-setup-hook): Avoid warning.
17226 (mode-require-final-newline): Doc and custom fix.
17227
17228 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17229
17230 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17231 use the default appearance.
17232 (font-lock-comment-delimiter-face): New face, new variable.
17233
17234 * imenu.el (imenu--generic-function): The official position of a
17235 definition is the start of the line that BEG is in.
17236
17237 * midnight.el (midnight-timer): Move defvar up.
17238
17239 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17240
17241 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17242
17243 * startup.el (command-line): Use with-no-warnings.
17244
17245 * window.el (window-size-fixed): New defvar.
17246
17247 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17248
17249 * mail/rmail.el (rmail-font-lock-keywords):
17250 Use font-lock-comment-delimiter-face.
17251
17252 * mail/sendmail.el (mail-font-lock-keywords):
17253 Use font-lock-comment-delimiter-face.
17254
17255 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17256
17257 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17258
17259 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17260 Specify t for LAXMATCH when matching directories.
17261 Save match data around compilation-compat-error-properties form.
17262
17263 2005-04-23 David Kastrup <dak@gnu.org>
17264
17265 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17266 Mention that the autoloaded aliases should be kept for AUCTeX.
17267
17268 2005-04-23 Andreas Schwab <schwab@suse.de>
17269
17270 * isearch.el (isearch-forward): Doc fix.
17271
17272 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17273
17274 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17275 (jit-lock-stealth-nice): Change default value to 0.5.
17276
17277 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17278
17279 * abbrev.el (write-abbrev-file): Write table entries in
17280 alphabetical order by table name.
17281
17282 2005-04-22 Kim F. Storm <storm@cua.dk>
17283
17284 * ido.el (ido-read-internal): Fix `list' completion.
17285
17286 2005-04-22 Kenichi Handa <handa@m17n.org>
17287
17288 * recentf.el (recentf-save-file-coding-system): New variable.
17289 (recentf-save-list): Encode the file by
17290 recentf-save-file-coding-system and add coding: tag.
17291
17292 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17293
17294 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17295
17296 2005-04-21 Lute Kamstra <lute@gnu.org>
17297
17298 * loadhist.el (unload-feature): Don't remove a function from hooks
17299 if it is about to be restored to an autoload . Remove functions
17300 that will become unbound from auto-mode-alist. Simplify the code.
17301
17302 * subr.el (assq-delete-all): New implementation that is linear,
17303 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17304 (rassq-delete-all): New function.
17305
17306 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17307 Add size-indication-mode.
17308
17309 2005-04-21 Kenichi Handa <handa@m17n.org>
17310
17311 * international/mule-cmds.el: Add autoload for widget-value in
17312 eval-when-compile.
17313
17314 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17315
17316 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17317 Add tooltip-mode.
17318
17319 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17320
17321 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17322
17323 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17324 (inferior-lisp-filter-regexp, inferior-lisp-program)
17325 (inferior-lisp-load-command, inferior-lisp-prompt)
17326 (inferior-lisp-mode-hook, lisp-source-modes)
17327 (inferior-lisp-load-hook): defvar->defcustom.
17328 (inferior-lisp-program, inferior-lisp-prompt)
17329 (inferior-lisp-load-hook): Doc fixes.
17330 (inferior-lisp-install-letter-bindings): Small change in
17331 introductory comment.
17332
17333 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17334
17335 * vc.el (vc-annotate-color-map): Change some colors so that text
17336 using them as foreground is readable on both white and black
17337 backgrounds.
17338
17339 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17340
17341 * international/mule-conf.el (translation-table-for-input):
17342 Remove redundant declaration.
17343
17344 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17345
17346 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17347
17348 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17349 (tooltip-toggle-gud-tips): New function.
17350
17351 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17352
17353 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17354 right angle brackets.
17355
17356 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17357
17358 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17359
17360 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17361
17362 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17363 Remove. Update callers to use expand-file-name instead.
17364
17365 * subr.el (syntax-class): New function.
17366
17367 * simple.el (blink-matching-open): Use it.
17368
17369 * paren.el (show-paren-function): Use it to recognize parens that are
17370 also used in 2-char comment markers.
17371
17372 2005-04-19 Lute Kamstra <lute@gnu.org>
17373
17374 * loadhist.el (unload-feature): Update for new format of
17375 load-history. Simplify the code.
17376
17377 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17378
17379 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17380 (mac-add-charset-info): New function. Initialize variable
17381 mac-charset-info-alist using it.
17382 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17383 for translation.
17384 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17385 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17386 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17387 New CCL programs.
17388
17389 2005-04-19 Kim F. Storm <storm@cua.dk>
17390
17391 * simple.el (next-buffer, prev-buffer, next-error)
17392 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17393 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17394
17395 * bindings.el (next-buffer, prev-buffer, next-error)
17396 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17397 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17398 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17399 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17400
17401 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17402
17403 * isearch.el (isearch-edit-string): Make the search-ring available for
17404 minibuffer history commands.
17405 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17406 the default history commands now work just as well.
17407 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17408
17409 2005-04-18 Kim F. Storm <storm@cua.dk>
17410
17411 * emulation/cua-base.el (cua--pre-command-handler): Add more
17412 elaborate check for shift modifier on non-window systems.
17413
17414 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17415
17416 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17417
17418 2005-04-18 Kim F. Storm <storm@cua.dk>
17419
17420 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17421 and make it optional. Don't test tooltip-gud-echo-area here.
17422 (tooltip-gud-process-output, gdb-tooltip-print):
17423 Pass tooltip-gud-echo-area to tooltip-show.
17424 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17425
17426 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17427
17428 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17429 `display-graphic-p' may not be bound yet.
17430
17431 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17432
17433 * startup.el (command-line): No longer enable Xterm Mouse mode by
17434 default in terminals compatible with xterm.
17435
17436 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17437
17438 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17439
17440 * tooltip.el (tooltip-gud-echo-area): Rename from
17441 tooltip-use-echo-area.
17442 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17443 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17444 area independently of where help tooltips are displayed.
17445
17446 2005-04-17 David Kastrup <dak@gnu.org>
17447
17448 * cus-theme.el (custom-theme-write-variables): Quote variables
17449 where necessary.
17450
17451 2005-04-17 Richard M. Stallman <rms@gnu.org>
17452
17453 * simple.el (yank-excluded-properties): Add follow-link to value.
17454
17455 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17456
17457 * startup.el (fancy-splash-max-time): Just 30 seconds.
17458 (fancy-splash-delay): Just 7.
17459 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17460
17461 * loadhist.el (unload-feature): Update for new format of load-history.
17462 Simplify the code.
17463
17464 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17465 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17466
17467 * mail/sendmail.el (mail-font-lock-keywords):
17468 Don't fontify subject text.
17469 Don't fontify the text of a citation.
17470
17471 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17472
17473 * comint.el (comint-output-filter): Run comint-output-filter-functions
17474 with point where the user had it.
17475
17476 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17477
17478 * international/ucs-tables.el (ucs-set-table-for-input):
17479 Disable when using unify-on-decoding.
17480
17481 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17482
17483 * emulation/cua-base.el (cua-global-mark-face): Add special case
17484 for displays supporting a high number of colors.
17485
17486 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17487
17488 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17489
17490 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17491
17492 * filesets.el (filesets-add-buffer): If user supplies a name of a
17493 non-existing fileset, create a new fileset.
17494
17495 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17496
17497 * textmodes/org.el (org-up-heading-all): Fix bug with
17498 `outline-up-heading-all'.
17499
17500 2005-04-16 Andreas Schwab <schwab@suse.de>
17501
17502 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17503 /etc/permissions.d/* and /etc/aliases.d/*.
17504
17505 2005-04-16 Kenichi Handa <handa@m17n.org>
17506
17507 * international/code-pages.el (cp-make-coding-system):
17508 Set `translation-table-for-input' property value to the symbol
17509 ucs-mule-to-mule-unicode, not to that value.
17510 (pt154): Escape guillemet by `\'.
17511
17512 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17513
17514 * loadup.el: Load tooltip if x-show-tip is fboundp.
17515
17516 * startup.el (command-line): Add comment.
17517
17518 * tooltip.el (tooltip-mode): Specify correct standard value for
17519 Custom in init-value.
17520
17521 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17522
17523 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17524 possible.
17525
17526 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
17527
17528 * textmodes/org.el (org-agenda-date-prompt): Rename from
17529 `org-agenda-date-today'.
17530 (org-evaluate-time-range): Insert at point instead of directly
17531 after time range.
17532 (org-first-headline-recenter, org-subtree-end-visible-p)
17533 (org-optimize-window-after-visibility-change): New functions
17534 (org-agenda-post-command-hook): Don't allow point at end of line,
17535 to make sure it always hits the text properties.
17536 (org-agenda-next-date-line, org-agenda-previous-date-line):
17537 New commands.
17538 (org-set-regexps-and-options): Category may contain white space.
17539 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17540 Improve marker positions.
17541 (org-agenda-new-marker): Argument POS made optional.
17542 (org-agenda-get-timestamps): Deadlines which are done are listed
17543 in org-done-face now.
17544 (org-agenda-get-todos, org-agenda-get-timestamps)
17545 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17546 Set `undone-face' and `done-face' properties.
17547 (org-last-todo-state-is-todo): New variable.
17548 (org-todo): Set `org-last-todo-state-is-todo'.
17549 (org-agenda-todo): Change face according to
17550 `org-last-todo-state-is-todo'. And change other lines referring to
17551 the same entry.
17552 (org-calendar-goto-agenda): New command.
17553 (org-calendar-to-agenda-key): New option.
17554 (org-startup-folded): New allowed value `content'.
17555 (org-set-regexps-and-options): Accept new value `content' for
17556 `org-startup-folded'.
17557 (org-get-current-options): Handle new value `content' for
17558 `org-startup-folded'.
17559 (org-insert-todo-heading): New command.
17560 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17561 interactively in empty file and option
17562 `org-insert-mode-line-in-empty-file' has been set.
17563 (org-agenda-todo, org-agenda-priority): Modify to use
17564 `org-agenda-change-all-lines'.
17565 (org-warning-face): Change color on dark background
17566
17567 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17568
17569 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17570 use preferences AppleLocale and AppleLanguages, and variable
17571 mac-system-locale for default locale. On Mac OS Classic, use
17572 mac-system-coding-system for default coding systems.
17573
17574 * term/mac-win.el: Don't set file-name-coding-system.
17575 Decode variables system-name, emacs-build-system, user-login-name, and
17576 user-full-name by mac-system-coding-system on Mac OS Classic.
17577 (mac-system-coding-system): New variable.
17578
17579 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17580
17581 * startup.el (command-line): Handle `xterm-mouse-mode' before
17582 reading init file.
17583
17584 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17585
17586 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17587
17588 * progmodes/sh-script.el (sh-here-document-word): Make it a
17589 defcustom. Doc fix.
17590 (sh-add): Bash uses $(( )) for arithmetic.
17591 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17592 (sh-maybe-here-document): Remove quotes and leading whitespace
17593 from heredoc word when closing. Indent heredoc with tabs if word
17594 starts with "-".
17595
17596 2005-04-13 Richard M. Stallman <rms@gnu.org>
17597
17598 * simple.el (undo): Fix previous change.
17599
17600 * custom.el (defface): Doc fix.
17601
17602 2005-04-13 Lute Kamstra <lute@gnu.org>
17603
17604 * Makefile.in (DONTCOMPILE): Remove list.
17605 (compile, compile-always): Don't use DONTCOMPILE.
17606 (update-authors): Load the library in which batch-update-authors
17607 is defined.
17608 * makefile.w32-in (DONTCOMPILE): Remove list.
17609 (compile, compile-always): Fix comments.
17610 (update-authors): Load the library in which batch-update-authors
17611 is defined.
17612
17613 * generic-x.el (generic-mode-ini-file-find-file-hook):
17614 Rename to ini-generic-mode-find-file-hook.
17615 Keep generic-mode-ini-file-find-file-hook as an alias.
17616 (ini-generic-mode-find-file-hook): Rename from
17617 generic-mode-ini-file-find-file-hook. Fix docstring.
17618 (ini-generic-mode): Docstring change.
17619 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17620
17621 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17622 called from lisp.
17623
17624 * generic.el: Move to the emacs-lisp subdir.
17625
17626 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17627
17628 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17629 and C-S- function and cursor motion keys.
17630
17631 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17632
17633 * startup.el (command-line): Enable Xterm Mouse mode by default.
17634 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17635 for Custom. No longer show "Mouse" in mode line when enabled.
17636 Doc fix.
17637
17638 2005-04-12 Kim F. Storm <storm@cua.dk>
17639
17640 * emulation/cua-base.el (cua-rectangle-face)
17641 (cua-rectangle-noselect-face): Define face attributes here.
17642
17643 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17644
17645 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17646
17647 * startup.el (command-line): Turn off blinking cursor if
17648 cursorBlink in resources is off or false.
17649
17650 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17651
17652 * term/mac-win.el (dnd): Require dnd.
17653 (mac-drag-n-drop): Call dnd-handle-one-url.
17654 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17655 (kTextEncodingISOLatin2): Remove constants.
17656 (mac-script-code-coding-systems): New constant.
17657 (mac-handle-language-change): New function.
17658 (special-event-map): Bind it to `language-change' event.
17659 (mac-centraleurroman, mac-cyrillic): New coding systems.
17660 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17661 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17662 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17663 encode-mac-cyrillic, respectively.
17664
17665 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17666
17667 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17668 Don't set overlay-arrow-string to "=>" as this is done
17669 globally in C now.
17670
17671 2005-04-12 Lute Kamstra <lute@gnu.org>
17672
17673 * generic-x.el (rc-generic-mode, rul-generic-mode):
17674 Fix auto-mode-alist entries.
17675 (etc-fstab-generic-mode): Tweak fontification.
17676
17677 * generic.el (generic-make-keywords-list): Fix docstring.
17678 (generic-mode-internal): Simplify generic-font-lock-keywords.
17679
17680 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17681
17682 * whitespace.el (whitespace-buffer-leading)
17683 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17684 However, fix the highlight area for the leading and
17685 trailing whitespaces to show space.
17686
17687 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17688
17689 * whitespace.el (whitespace-version): Bump to 3.5
17690
17691 (whitespace-buffer-leading, whitespace-buffer-trailing):
17692 Invert sense of the test to highlight the whitespace.
17693
17694 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17695
17696 * progmodes/gud.el (gud-display-line): GUD uses its own
17697 overlay arrow now so don't set overlay-arrow-string.
17698 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17699
17700 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17701
17702 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17703 (term-ansi-current-reverse, term-ansi-current-invisible)
17704 (term-ansi-face-already-done): Change to boolean.
17705 (term-reset-terminal, term-handle-colors-array): Handle the above
17706 vars accordingly.
17707 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17708 (term-emulate-terminal): Use the new name.
17709
17710 * faces.el (secondary-selection): Use yellow1, not yellow.
17711 (trailing-whitespace): Use red1, not red.
17712
17713 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17714
17715 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17716 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17717 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17718
17719 * cus-edit.el (dnd): New group.
17720
17721 * term/w32-win.el (dnd): Require dnd
17722 (w32-drag-n-drop): Call dnd-handle-one-url.
17723
17724 * x-dnd.el: Require dnd.
17725 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17726 Call dnd-handle-one-url.
17727 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17728 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17729 to dnd-insert-text.
17730 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17731 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17732 (x-dnd-get-local-file-name, x-dnd-open-local-file)
17733 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17734
17735 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17736
17737 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17738
17739 * wdired.el: Doc fixes.
17740 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17741 (wdired-use-dired-vertical-movement): Rename from
17742 wdired-always-move-to-filename-beginning.
17743 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17744 (wdired-change-to-wdired-mode): Change mode name.
17745 (wdired-newline): Delete.
17746
17747 2005-04-11 Richard M. Stallman <rms@gnu.org>
17748
17749 * whitespace.el (whitespace-highlight-the-space):
17750 Don't call whitespace-unhighlight-the-space here.
17751
17752 * simple.el (undo): Record t in undo-equiv-table
17753 for the redo record made by an undo-in-region.
17754
17755 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17756
17757 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17758 (gdb-frame-inferior-io-buffer): New Functions to control
17759 display of separate IO buffer.
17760 (menu): Add them to menu-bar.
17761 (gdb-display-buffer): Check for buffer another frame.
17762 Protect GUD buffer.
17763 (gdb-setup-windows): Create IO buffer if not already there.
17764 (gdb-memory-mode): Remove purecopy noops.
17765
17766 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17767
17768 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17769 and pass to self-insert-command.
17770
17771 2005-04-11 Lute Kamstra <lute@gnu.org>
17772
17773 * generic.el: Commentary section cleanup.
17774 (generic): Delete.
17775 (generic-use-find-file-hook, generic-lines-to-scan)
17776 (generic-find-file-regexp, generic-ignore-files-regexp)
17777 (default-generic-mode, generic-mode-find-file-hook)
17778 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17779 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17780 (generic-use-find-file-hook, generic-lines-to-scan)
17781 (generic-find-file-regexp, generic-ignore-files-regexp)
17782 (default-generic-mode, generic-mode-find-file-hook)
17783 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17784
17785 2005-04-10 Karl Fogel <kfogel@red-bean.com>
17786
17787 * bookmark.el (bookmark-write-file): Catch errors writing file.
17788 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17789
17790 2005-04-10 Richard M. Stallman <rms@gnu.org>
17791
17792 * startup.el (fancy-splash-tail): Update copyright year.
17793 (command-line): Split part of -Q into -D.
17794 (emacs-basic-display): New defvar.
17795 (fancy-splash-text): Correct name of menu item.
17796
17797 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17798
17799 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17800 lines in one node.
17801
17802 * comint.el (comint-send-input): New arg ARTIFICIAL.
17803 Callers in this file changed.
17804
17805 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17806
17807 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17808
17809 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
17810
17811 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17812 `ldap-search-internal'.
17813
17814 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17815
17816 * files.el (set-auto-mode-1): Use line-end-position.
17817
17818 * international/latin-1.el:
17819 * international/latin-2.el:
17820 * international/latin-3.el:
17821 * international/latin-4.el:
17822 * international/latin-5.el:
17823 * international/latin-8.el:
17824 * international/latin-9.el: Give punctuation syntax to NBSP.
17825
17826 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17827 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17828 Use char-classes to accept non-ascii letters, accepted in some recent
17829 bibtex implementations.
17830
17831 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17832
17833 * custom.el (custom-set-minor-mode): Any non-nil value for the
17834 variable should enable the mode when set through Custom.
17835
17836 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17837
17838 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17839 TAB binding so tab-always-indent is obeyed.
17840 (vhdl-minibuffer-local-map): Move initialization into declaration.
17841 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17842 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17843 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17844 (vhdl-current-line): Use line-beginning-position.
17845 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17846 with-output-to-temp-buffer, so the current position can be recorded.
17847
17848 2005-04-10 Masatake YAMATO <jet@gyve.org>
17849
17850 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17851 Add regexp for gcov.
17852
17853 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17854
17855 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17856 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17857 syntax which Emacs 20 doesn't support.
17858
17859 2005-04-09 Richard M. Stallman <rms@gnu.org>
17860
17861 * help.el (describe-key-briefly, describe-key):
17862 Replace strings as event types with "(any string)".
17863
17864 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17865
17866 * arc-mode.el (archive-mode-map): Move initialization into
17867 the declaration. Override *all* bindings of `undo'.
17868 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17869
17870 2005-04-09 Jay Belanger <belanger@truman.edu>
17871
17872 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17873
17874 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17875
17876 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17877 (xterm-register-default-colors): Update color values computation
17878 to match xterm-200.
17879
17880 2005-04-09 Kenichi Handa <handa@m17n.org>
17881
17882 * international/code-pages.el (iso-latin-7): Fix the map.
17883
17884 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17885
17886 * emacs-lisp/lisp.el (defun-prompt-regexp)
17887 (parens-require-spaces, buffer-end, end-of-defun)
17888 (insert-parentheses): Doc fixes.
17889
17890 2005-04-08 Kim F. Storm <storm@cua.dk>
17891
17892 * comint.el (comint-highlight-prompt): Fix face spec.
17893 * hi-lock.el (hi-green): Likewise.
17894
17895 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17896
17897 * cus-edit.el (custom-modified-face):
17898 * comint.el (comint-highlight-input): Fix previous changes.
17899 * term.el (term-handle-ansi-escape): Add a comment.
17900
17901 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17902
17903 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17904 in the buffer and in whitespace-highlighted-space.
17905 (whitespace-unhighlight-the-space): Simplify.
17906 (whitespace-buffer): Simplify.
17907
17908 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17909
17910 * textmodes/table.el (table-cell-face): Add special case for
17911 displays supporting a high number of colors.
17912 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17913 (vhdl-font-lock-reserved-words-face)
17914 (vhdl-speedbar-architecture-face)
17915 (vhdl-speedbar-instantiation-face)
17916 (vhdl-speedbar-architecture-selected-face)
17917 (vhdl-speedbar-instantiation-selected-face): Likewise.
17918 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17919 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17920 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17921 (ebrowse-root-class-face, ebrowse-member-attribute-face)
17922 (ebrowse-progress-face): Likewise.
17923 * progmodes/compile.el (compilation-info-face): Likewise.
17924 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17925 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17926 * calendar/calendar.el (diary-face): Likewise.
17927 * woman.el (woman-italic-face, woman-bold-face)
17928 (woman-unknown-face): Likewise.
17929 * wid-edit.el (widget-button-pressed-face): Likewise.
17930 * whitespace.el (whitespace-highlight-face): Likewise.
17931 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17932 * pcvs-info.el (cvs-marked-face): Likewise.
17933 * info.el (info-xref): Likewise.
17934 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17935 * hilit-chg.el (highlight-changes-face)
17936 (highlight-changes-delete-face): Likewise.
17937 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17938 (hi-red-b): Likewise.
17939 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17940 * font-lock.el (font-lock-keyword-face)
17941 (font-lock-function-name-face, font-lock-warning-face): Likewise.
17942 * cus-edit.el (custom-invalid-face, custom-modified-face)
17943 (custom-set-face, custom-changed-face, custom-variable-tag-face)
17944 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17945 * comint.el (comint-highlight-prompt): Likewise.
17946
17947 2005-04-08 Lute Kamstra <lute@gnu.org>
17948
17949 * font-lock.el (font-lock-keywords): Docstring fixes.
17950
17951 2005-04-08 Kenichi Handa <handa@m17n.org>
17952
17953 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17954 chars are more than a limit, print " and more..." at the tail.
17955
17956 2005-04-08 Kim F. Storm <storm@cua.dk>
17957
17958 * emacs-lisp/authors.el (authors-aliases): Update list.
17959 (authors-ignored-files): New list.
17960 (authors-fixed-entries): Fix typo.
17961 (authors-renamed-files-alist): Update list.
17962 (authors-add): Check authors-ignored-files.
17963
17964 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
17965
17966 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17967 optional, to ensure backward compatibility.
17968
17969 2005-04-08 Stephen Eglen <stephen@gnu.org>
17970
17971 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17972
17973 2005-04-08 Kim F. Storm <storm@cua.dk>
17974
17975 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17976
17977 * mouse.el (mouse-on-link-p): Doc fix.
17978
17979 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17980
17981 * ielm.el (ielm-prompt-read-only): Doc fix.
17982
17983 * comint.el (comint-prompt-read-only): Doc fix.
17984
17985 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17986
17987 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17988 ensure dired always handles wildcards passed to ffap.
17989 (find-file-at-point): Use it.
17990 (ffap-dired-wildcards): Doc fix.
17991
17992 2005-04-07 Juri Linkov <juri@jurta.org>
17993
17994 * simple.el (next-error-overlay-arrow-position): New defvar.
17995 Put "=>" on its property `overlay-arrow-string'. Add it to
17996 `overlay-arrow-variable-list'.
17997
17998 * progmodes/compile.el (compilation-setup):
17999 Set `next-error-overlay-arrow-position' to nil. Also set it to
18000 nil in the local hook `kill-buffer-hook'. Make local variable
18001 `overlay-arrow-string' and set it to "=>".
18002 (compilation-goto-locus): Set BOL position to
18003 `next-error-overlay-arrow-position' instead of
18004 `overlay-arrow-position'.
18005
18006 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
18007 locally instead of adding it to the global hook.
18008 (Info-kill-buffer): Move up.
18009
18010 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
18011
18012 * term/xterm.el (xterm-standard-colors): Update color values from
18013 xterm-200.
18014
18015 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
18016
18017 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
18018
18019 * fast-lock.el:
18020 * lazy-lock.el: Move them to the obsolete subdir.
18021
18022 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18023
18024 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
18025 (wdired-add-replace-advice): Remove.
18026 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
18027
18028 2005-04-06 Kim F. Storm <storm@cua.dk>
18029
18030 * startup.el (command-line): Add --bare-bones alias for -Q.
18031
18032 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
18033
18034 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
18035 create the startup fontset if a font specification ends with
18036 `mac-roman'.
18037
18038 2005-04-06 Lute Kamstra <lute@gnu.org>
18039
18040 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
18041 change.
18042
18043 * emacs-lisp/copyright.el (copyright-update-year): Replace the
18044 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
18045
18046 2005-04-05 Lute Kamstra <lute@gnu.org>
18047
18048 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18049 (define-generic-mode): Ditto. Fix debug declaration.
18050
18051 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
18052 Put them in the generic-x group.
18053
18054 * calendar/timeclock.el (timeclock): Doc fix.
18055
18056 * generic.el (define-generic-mode): Don't use custom-current-group.
18057 Document default :group value.
18058 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18059 (define-global-minor-mode): Don't use custom-current-group.
18060
18061 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18062
18063 * startup.el (command-line-1): Display startup-echo-area-message
18064 when fancy splash screen is in use.
18065
18066 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18067 (sh-escaped-newline): New face.
18068 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18069 newline, and use sh-escaped-newline face.
18070
18071 * progmodes/tcl.el (tcl-escaped-newline): New face.
18072 (tcl-builtin-list): New variable.
18073 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18074 newlines. Fix keywords subexpression number.
18075
18076 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
18077
18078 * textmodes/org.el (org-diary-default-entry): Fix call to
18079 `add-to-diary-entry'.
18080
18081 2005-04-05 Kim F. Storm <storm@cua.dk>
18082
18083 * ediff-init.el: Use (featurep 'xemacs).
18084
18085 2005-04-05 David Ponce <david@dponce.com>
18086
18087 * cus-edit.el (face): Derive from symbol widget. Display sample
18088 of the current face on the fly.
18089 (widget-face-sample-face-get, widget-face-notify): New functions.
18090 (widget-face-value-create): Remove.
18091
18092 * wid-edit.el (widget-field-end): Temporarily remove field
18093 narrowing before to call `get-char-property'.
18094
18095 2005-04-04 Jay Belanger <belanger@truman.edu>
18096
18097 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18098 (math-read-subscripts): New variable.
18099 (math-read-preprocess-string): Process subscripts.
18100
18101 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18102
18103 * comint.el (comint-prompt-read-only): Doc fix.
18104
18105 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18106 `-1'. Doc fix.
18107
18108 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18109
18110 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18111 Change default value to nil.
18112
18113 2005-04-04 Lute Kamstra <lute@gnu.org>
18114
18115 * autorevert.el (auto-revert-mode): Specify :group.
18116 * battery.el (display-battery-mode): Specify :group.
18117 * diff-mode.el (diff-minor-mode): Specify :group.
18118 * font-core.el (font-lock-mode): Specify :group.
18119 * hl-line.el (hl-line-mode): Specify :group.
18120 * iimage.el (iimage): New customization group.
18121 (iimage-mode): Specify :group.
18122 * longlines.el (longlines-mode): Specify :group.
18123 * master.el: Don't require easy-mmode.
18124 (master): New customization group.
18125 (master-mode): Specify :group.
18126 * msb.el (msb-mode): Specify :group.
18127 * reveal.el (reveal-mode): Specify :group.
18128 * simple.el (next-error-follow-minor-mode): Specify :group.
18129 * smerge-mode.el (smerge-mode): Specify :group.
18130 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18131 * emulation/cua-base.el (cua-mode): Specify :group.
18132 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18133 * language/thai-util.el (thai-auto-composition-mode)
18134 (thai-word-mode): Specify :group.
18135 * mail/supercite.el (sc-minor-mode): Specify :group.
18136 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18137 * progmodes/flymake.el (flymake-mode): Specify :group.
18138 * progmodes/glasses.el (glasses-mode): Specify :group.
18139 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18140 * textmodes/enriched.el (enriched-mode): Specify :group.
18141 * textmodes/refill.el (refill-mode): Specify :group.
18142
18143 * add-log.el (change-log-font-lock-keywords): Names in
18144 parenthesized lists can contain spaces.
18145
18146 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18147
18148 * startup.el (fancy-splash-text): Shorten default text of
18149 "Emacs Tutorial" line. Also, if the current language env
18150 indicates an available tutorial file other than TUTORIAL,
18151 extract its title and append it to the line in parentheses.
18152 (fancy-splash-insert): If arg is a thunk, funcall it.
18153
18154 2005-04-04 Jay Belanger <belanger@truman.edu>
18155
18156 * calc.el (calc-language-alist): Add tags to customization type.
18157
18158 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18159
18160 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18161 Doc fix.
18162
18163 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18164
18165 * add-log.el (change-log-font-lock-keywords): The manual
18166 describing a Change Log entry, says: (...) "Aside from these
18167 header lines, every line in the change log starts with a space or
18168 a tab.". The font-lock was not highlighting lines started with
18169 spaces, added support for it.
18170
18171 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18172
18173 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18174 (bibtex-generate-url-list): Update docstring accordingly. Put the
18175 complex example in the docstring.
18176 (bibtex-font-lock-url): Use pop.
18177
18178 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18179
18180 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18181
18182 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18183
18184 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18185
18186 * filesets.el (filesets-set-default): Doc fix.
18187
18188 2005-04-03 Lute Kamstra <lute@gnu.org>
18189
18190 * generic.el (define-generic-mode): Add argument to specify
18191 keywords for defcustom.
18192 (default-generic-mode): Specify :group.
18193
18194 * generic-x.el: Specify :group for all generic modes.
18195
18196 * desktop.el (desktop-no-desktop-file-hook)
18197 (desktop-after-read-hook): Doc fix.
18198
18199 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18200
18201 * simple.el (visible-mode): Use explicit :group keyword.
18202 This changes the group of `visible-mode-hook' from paren-blinking
18203 to editing-basics.
18204
18205 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18206
18207 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18208 mailbox specifications as well as URLs.
18209 (rmail-insert-inbox-text): Remove unused conditional branches.
18210
18211 2005-04-01 Jay Belanger <belanger@truman.edu>
18212
18213 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18214 (calc-gnuplot-print-command): Move definitions to calc.el.
18215
18216 * calc/calc-embed.el (calc-embedded-announce-formula)
18217 (calc-embedded-open-formula, calc-embedded-close-formula)
18218 (calc-embedded-open-word, calc-embedded-close-word)
18219 (calc-embedded-open-plain, calc-embedded-close-plain)
18220 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18221 (calc-embedded-open-mode, calc-embedded-close-mode):
18222 Move definitions to calc.el.
18223
18224 * calc/calc.el (calc-settings-file, calc-language-alist):
18225 Make customizable.
18226 (calc-embedded-announce-formula, calc-embedded-open-formula)
18227 (calc-embedded-close-formula, calc-embedded-open-word)
18228 (calc-embedded-close-word, calc-embedded-open-plain)
18229 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18230 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18231 (calc-embedded-close-mode, calc-gnuplot-name)
18232 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18233 from other files and make customizable.
18234
18235 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18236
18237 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18238 Use buffer-live-p.
18239 (cvs-mode-run): Don't call cvs-update-header here.
18240 (cvs-run-process): Call cvs-update-header.
18241 Use process properties for cvs-postprocess and cvs-buffer so that
18242 the sentinel can behave better if the temp buffer is killed.
18243 Use a pipe rather than a tty, to better handle unexpected prompts.
18244 (cvs-sentinel): Rewrite. Call cvs-update-header.
18245
18246 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18247
18248 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18249 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18250
18251 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18252
18253 * generic.el (define-generic-mode): Add indentation rule.
18254
18255 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18256
18257 * files.el (mode-require-final-newline): Make Custom correctly
18258 report a nil value and allow to set it to nil via Custom.
18259 Doc fix.
18260
18261 2005-04-01 Kenichi Handa <handa@m17n.org>
18262
18263 * international/characters.el: Enable the correct case setting for
18264 dotless-i and dotted-I.
18265
18266 2005-04-01 Kim F. Storm <storm@cua.dk>
18267
18268 * ido.el (ido-file-internal): Fall back to non-ido command if
18269 initial directory is on slow ftp (or tramp) host.
18270
18271 2005-03-31 Richard M. Stallman <rms@gnu.org>
18272
18273 * emacs-lisp/autoload.el (make-autoload):
18274 Handle define-global-minor-mode.
18275
18276 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18277 Rename from easy-mmode-define-global-mode.
18278 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18279
18280 * progmodes/scheme.el (scheme-mode-syntax-table):
18281 Update syntax of | and # for two-character comment syntax.
18282
18283 2005-03-31 Lute Kamstra <lute@gnu.org>
18284
18285 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18286 (define-minor-mode): Call custom-current-group at load-time.
18287
18288 * generic.el (define-generic-mode): Add debug declaration.
18289 Add defcustom for the mode hook.
18290 (generic-mode-internal): Use run-mode-hooks.
18291
18292 2005-03-31 Kim F. Storm <storm@cua.dk>
18293
18294 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18295 (mouse-fixup-help-message): New defun called by show_help_echo
18296 to fixup mouse-2 prefix in help messages when applicable.
18297
18298 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18299
18300 2005-03-31 Kenichi Handa <handa@m17n.org>
18301
18302 * language/thai-word.el (thai-find-word-ends): Pay attention to
18303 the case that we reach the end of buffer.
18304
18305 * textmodes/fill.el (fill-text-properties-at): New function.
18306 (fill-newline): Use fill-text-properties-at instead of
18307 text-properties-at.
18308
18309 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18310
18311 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18312 not comint-quote-filename.
18313
18314 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18315
18316 * help-fns.el (help-with-tutorial): Revert last change.
18317
18318 2005-03-31 Kim F. Storm <storm@cua.dk>
18319
18320 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18321
18322 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18323
18324 * calendar/cal-china.el: Update reference to "Calendrical
18325 Calculations" book; there's a new edition.
18326 * calendar/cal-coptic.el: Likewise.
18327 * calendar/cal-french.el: Likewise.
18328 * calendar/cal-hebrew.el: Likewise.
18329 * calendar/cal-islam.el: Likewise.
18330 * calendar/cal-iso.el: Likewise.
18331 * calendar/cal-julian.el: Likewise.
18332 * calendar/cal-mayan.el: Likewise.
18333 * calendar/cal-persia.el: Likewise.
18334 * calendar/calendar.el: Likewise.
18335 * calendar/holidays.el: Likewise.
18336 * calendar/lunar.el: Likewise.
18337 * calendar/solar.el: Likewise.
18338
18339 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18340 white space from doc string.
18341
18342 2005-03-30 Jay Belanger <belanger@truman.edu>
18343
18344 * calc/calc-help.el (calc-full-help): Remove email address.
18345
18346 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18347
18348 * help-fns.el (help-with-tutorial): Delete title line.
18349
18350 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18351
18352 * calendar/cal-x.el (calendar-one-frame-setup)
18353 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18354 rather than `symbol' for set-window-dedicated-p.
18355
18356 * calendar/appt.el (appt-buffer-name): Make it a constant.
18357 (appt-add): Doc fix.
18358
18359 * filesets.el (filesets-menu-path, filesets-menu-before)
18360 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18361 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18362 (filesets-add-submenu): Delete and use add-submenu instead.
18363
18364 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18365
18366 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18367 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18368 (org-diary-default-entry): New function.
18369 (org-get-entries-from-diary): Better parsing of diary entries.
18370 (org-agenda-check-no-diary): New function.
18371 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18372 linking to diary entries.
18373 (org-agenda-execute-calendar-command): New function.
18374 (org-agenda): Improve visible section in window.
18375 Use `org-fit-agenda-window'.
18376 (org-fit-agenda-window): New option.
18377 (org-move-subtree-down): Better handling of empty lines
18378 at end of subtree.
18379 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18380 levels up.
18381 (org-fontify-done-headline): New option.
18382 (org-headline-done-face): New face.
18383 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18384 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18385 When current field is non-empty, it is copied to next row.
18386 (org-table-copy-from-above): Fix bug which made it
18387 impossible to copy fields containing only a single non-white character.
18388
18389 2005-03-30 Kim F. Storm <storm@cua.dk>
18390
18391 * kmacro.el (kmacro-end-macro): Isearch may store this command
18392 into the macro -- so ignore it when executing keyboard macro.
18393
18394 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18395
18396 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18397
18398 2005-03-29 Kenichi Handa <handa@m17n.org>
18399
18400 * language/thai.el ("Thai"): Set setup-function and exit-function
18401 for Thai language environment.
18402
18403 * language/thai-util.el: Require thai-word.
18404 (thai-word-mode-map): New variable.
18405 (thai-word-mode): New minor mode.
18406 (setup-thai-language-environment-internal): New function.
18407 (exit-thai-language-environment-internal): New function.
18408
18409 * language/thai-word.el (thai-word-table): Declare it by defvar,
18410 use dolist to initialize it.
18411 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18412 (thai-fill-find-break-point): New functions.
18413
18414 2005-03-29 Richard M. Stallman <rms@gnu.org>
18415
18416 * simple.el (idle-update-delay): Move definition up.
18417 (set-mark): Doc fix.
18418
18419 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18420
18421 * longlines.el: New file.
18422
18423 * simple.el (buffer-substring-filters): New variable.
18424 (filter-buffer-substring): New function.
18425 (kill-region, copy-region-as-kill): Use it.
18426
18427 * register.el (copy-to-register, append-to-register)
18428 (prepend-to-register): Use filter-buffer-substring.
18429
18430 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18431
18432 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18433 (gud-filter-pending-text): Move in front of gdb.
18434 (gud-overlay-arrow-position): New variable.
18435 (gud-sentinel, gud-display-line): Use it in place of
18436 overlay-arrow-position.
18437
18438 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18439
18440 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18441 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18442 (fortran-font-lock-keywords-4): New variable.
18443 (fortran-blocks-re, fortran-end-block-re)
18444 (fortran-start-block-re): New constants, for hideshow.
18445 (hs-special-modes-alist): Add a Fortran entry.
18446 (fortran-mode-map): Bind fortran-end-of-block,
18447 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18448 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18449 (fortran-looking-at-if-then, fortran-end-of-block)
18450 (fortran-beginning-of-block): New functions, for hideshow.
18451
18452 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18453 Doc fix. Tweak regexp.
18454 (f90-beginning-of-block): Push mark first.
18455
18456 2005-03-29 Jay Belanger <belanger@truman.edu>
18457
18458 * calc/calc.el: Update copyright date.
18459 (calc-version): Increase to 2.1.
18460 (calc-version-date): Remove.
18461
18462 * calc/calc-help.el: Update copyright date.
18463 (calc-full-help): Remove reference to calc-version-date.
18464 Update copyright date.
18465
18466 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18467
18468 * vc.el (vc-do-command): Use a pipe for async processes, so password
18469 prompts don't show up at places where the user can't reply.
18470
18471 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18472
18473 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18474 on the file name we pass to the inferior shell.
18475
18476 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18477
18478 * progmodes/which-func.el (which-function): Be robust in the face of an
18479 imenu--make-index-alist failure.
18480
18481 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18484
18485 * progmodes/python.el (python-preoutput-filter): Fix last change.
18486
18487 2005-03-29 Lute Kamstra <lute@gnu.org>
18488
18489 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18490 functions and compiled macros.
18491 (debug-convert-byte-code): Handle macros too.
18492 (debug-on-entry-1): Don't signal an error when trying to clear a
18493 function that is not set to debug on entry.
18494
18495 2005-03-29 Jay Belanger <belanger@truman.edu>
18496
18497 * calc/calc-lang.el: Add functions to math-function-table
18498 properties of tex and math.
18499
18500 2005-03-29 Kenichi Handa <handa@m17n.org>
18501
18502 * ps-mule.el (ps-mule-plot-string): Translate characters by
18503 ps-print-translation-table.
18504 (ps-mule-begin-job): Call find-charset-region/string with
18505 ps-print-translation-table.
18506 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18507
18508 * ps-print.el (ps-print-translation-table): New variable.
18509 (ps-plot-region): Translate characters by ps-print-translation-table.
18510
18511 2005-03-29 Juri Linkov <juri@jurta.org>
18512
18513 * simple.el (next-error-highlight-timer): New variable.
18514
18515 * progmodes/compile.el (compilation-goto-locus):
18516 Use `next-error-highlight-timer' instead of `sit-for'.
18517
18518 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18519
18520 * mail/supercite.el (sc-mail-field): Use assoc-string.
18521 (sc-get-address): Simplify regexps.
18522
18523 * files.el (minibuffer-with-setup-hook): New macro.
18524 (find-file-read-args): Use it to avoid let-binding
18525 minibuffer-with-setup-hook (which breaks turning on/off
18526 file-name-shadow-mode while in the prompt).
18527
18528 * complete.el (PC-read-include-file-name-internal):
18529 Use test-completion.
18530
18531 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18532
18533 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18534
18535 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18536
18537 * window.el (window-buffer-height): Use count-screen-lines.
18538
18539 * progmodes/python.el (python-preoutput-leftover): New var.
18540 (python-preoutput-filter): Use it.
18541 (python-send-receive): Loop until all the result has been received.
18542
18543 2005-03-28 Juri Linkov <juri@jurta.org>
18544
18545 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18546
18547 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18548 "Recover Crashed Session".
18549 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18550 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18551 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18552 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18553 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18554 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18555 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18556 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18557
18558 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18559 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18560 Ediff Sessions", "Toggle use of separate control buffer frame",
18561 "Use separate frame for Ediff control buffer".
18562
18563 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18564 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18565 "Rename Bookmark", "Delete Bookmark".
18566
18567 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18568 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18569 Add `:active Info-index-alternatives' to "Next Matching Item".
18570
18571 * wdired.el (wdired-change-to-wdired-mode):
18572 Mention `wdired-abort-changes' key in the initial message.
18573
18574 * international/mule.el (auto-coding-alist): Associate non-ascii
18575 image filename extensions with `no-conversion'.
18576
18577 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18578
18579 * international/iso-acc.el:
18580 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18581
18582 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18583
18584 * textmodes/sgml-mode.el (html-mode): Doc update.
18585
18586 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18587
18588 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18589
18590 * term.el (term-move-columns): Fix face after extending a line.
18591 (term-insert-spaces): Likewise.
18592 (term-reset-terminal): Fix off by one error.
18593
18594 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18595
18596 * international/mule.el (auto-coding-alist): Add .xpi files.
18597
18598 * files.el (auto-mode-alist): Add .xpi files.
18599
18600 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18601
18602 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18603
18604 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18605
18606 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18607
18608 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18609
18610 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18611 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18612
18613 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18614 cursor to Jan 1 when needed.
18615 (calendar-end-of-year): Fix -/+ typo.
18616 Reported by Chong Yidong <cyd@stupidchicken.com>.
18617
18618 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18619
18620 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18621
18622 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18623 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18624
18625 2005-03-25 Richard M. Stallman <rms@gnu.org>
18626
18627 * filesets.el (filesets-init): Add autoload.
18628
18629 * mail/mailalias.el (mail-directory): Doc fix.
18630
18631 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18632
18633 * mail/mailalias.el (mail-directory-process): Do nothing if
18634 mail-directory-process is an atom.
18635 (mail-get-names): Ignore mail-directory-names if it is an atom.
18636 (mail-directory-process defvar): Doc fix.
18637 (mail-names): Doc fix.
18638
18639 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18640
18641 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18642
18643 2005-03-26 Kenichi Handa <handa@m17n.org>
18644
18645 * international/mule-util.el (detect-coding-with-priority):
18646 Call update-coding-systems-internal before detect-coding-region.
18647
18648 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18649
18650 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18651 (gdb-frames-mode-map): Add follow-link property.
18652
18653 2005-03-25 Jay Belanger <belanger@truman.edu>
18654
18655 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18656 for variables.
18657
18658 2005-03-25 Juri Linkov <juri@jurta.org>
18659
18660 * image-mode.el: Optimize image filename extension regexps in
18661 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18662 in `auto-mode-alist'.
18663 (image-mode): Add `image-toggle-display-text' to local hook
18664 `change-major-mode-hook'. Display the image as an image by
18665 default. Set `cursor-type' and `truncate-lines' if the image
18666 is already displayed. Take into account the current mode (image
18667 or text) in message.
18668 (image-minor-mode): New minor mode.
18669 (image-mode-maybe, image-toggle-display-text): New functions.
18670 (image-toggle-display): Use called-interactively-p.
18671 Let-bind `inhibit-read-only' to t.
18672
18673 * image-mode.el (image-minor-mode): Set `cursor-type' and
18674 `truncate-lines' if the image is already displayed. Add turning
18675 image-minor-mode off to `change-major-mode-hook'. Add message.
18676 Call `image-toggle-display-text' after turning image-minor-mode off.
18677
18678 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18679
18680 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18681 Terminal.app, use utf-8.
18682 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18683 (set-locale-environment): Use it.
18684
18685 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18686
18687 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18688
18689 * progmodes/python.el (python-close-block-statement-p)
18690 (python-outdent-p, python-current-defun): Use symbol-end.
18691
18692 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18693
18694 * files.el (save-some-buffers): Doc fix.
18695
18696 2005-03-25 Werner Lemberg <wl@gnu.org>
18697
18698 * complete.el, thumbs.el: Replace `legal' with `valid'.
18699 * calendar/calendar.el: Replace `legal' with `valid'.
18700 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18701 * mail/supercite.el: Replace `legal' with `valid'.
18702 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18703 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18704 Replace `legal' with `valid'.
18705 * textmodes/reftex-vars.el, textmodes/reftex.el:
18706 Replace `legal' with `valid'.
18707
18708 2005-03-25 Werner Lemberg <wl@gnu.org>
18709
18710 * calc/calc-forms.el, calc/calc-sel.el
18711 * midnight.el, vc-cvs.el
18712 * emacs-lisp/cl-macs.el
18713 * emulation/vip.el
18714 * eshell/esh-io.el, eshell/esh-var.el
18715 * mail/supercite.el
18716 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18717 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18718 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18719 * progmodes/sh-script.el, progmodes/xscheme.el
18720 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18721 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18722 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18723 * textmodes/reftex.el, textmodes/org.el:
18724 Replace `illegal' with `invalid'.
18725
18726 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18727
18728 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18729 (flymake-find-buildfile, flymake-find-possible-master-files)
18730 (flymake-check-include, flymake-parse-line): Replace loops over the
18731 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18732
18733 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18734 Substitute file-name-as-directory in the rest of the file.
18735 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18736 (flymake-replace-region): Remove unused arg `buffer'.
18737 (flymake-check-patch-master-file-buffer): Update calls to it.
18738 (flymake-add-err-info): Remove unused var `count'.
18739 (flymake-mode): Use define-minor-mode.
18740
18741 * progmodes/flymake.el: Use with-current-buffer.
18742 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18743 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18744 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18745 Avoid testing for `xemacs'.
18746 (flymake-nop): Move.
18747 (flymake-region-has-flymake-overlays): Return the computed value.
18748 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18749 Remove unused var `endline'.
18750 (flymake-get-line-count): Remove unused function.
18751 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18752
18753 * emulation/vi.el:
18754 * generic.el:
18755 * hilit-chg.el (global-highlight-changes):
18756 * hi-lock.el (hi-lock-mode):
18757 * follow.el: find-file-hooks -> find-file-hook.
18758
18759 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18760
18761 2005-03-24 Juri Linkov <juri@jurta.org>
18762
18763 * dired.el (dired-mode-map): Add menu item "Compare directories"
18764 for dired-compare-directories.
18765
18766 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18767 Doc fix. Replace `read-file-name' with `read-directory-name'.
18768
18769 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18770
18771 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18772
18773 2005-03-24 Jay Belanger <belanger@truman.edu>
18774
18775 * calc/calc-embed.el (calc-embedded-mode-change): Save all
18776 relevant mode settings in calc-embedded-original-modes when modes
18777 are permanently changed.
18778
18779 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18780
18781 * autoinsert.el: find-file-hooks -> find-file-hook.
18782
18783 2005-03-24 Lute Kamstra <lute@gnu.org>
18784
18785 * generic.el (generic-font-lock-defaults): Make it obsolete.
18786 (generic-font-lock-keywords): New variable to replace
18787 generic-font-lock-defaults.
18788 (generic-mode-set-font-lock): Delete it.
18789 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18790 (generic-bracket-support): Add docstring.
18791
18792 * generic-x.el: Rename generic-font-lock-defaults to
18793 generic-font-lock-keywords throughout.
18794 (mailagent-rules-setup-function): Delete it.
18795 (mailagent-rules-generic-mode): Use anonymous function instead.
18796 (show-tabs-generic-mode-font-lock-defaults-1)
18797 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18798 Quote faces.
18799 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18800 not foreground.
18801
18802 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18803 Recognize define-generic-mode.
18804
18805 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18806
18807 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18808 if there's no completion table.
18809
18810 2005-03-23 Miles Bader <miles@gnu.org>
18811
18812 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18813 Remove tty-specific variants, as they're no longer needed.
18814
18815 2005-03-23 Lute Kamstra <lute@gnu.org>
18816
18817 * generic-x.el: Code cleanup: make args constant whenever possible.
18818 (installshield-statement-keyword-list)
18819 (installshield-system-functions-list)
18820 (installshield-system-variables-list, installshield-types-list)
18821 (installshield-funarg-constants-list): Make them constants.
18822
18823 * generic.el (generic-make-keywords-list): Add autoload cookie.
18824
18825 * calendar/time-date.el: Add comment on time value formats.
18826 Don't require parse-time.
18827 (with-decoded-time-value): New macro.
18828 (encode-time-value): New function.
18829 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18830 (days-to-time): Return a valid time value when arg is huge.
18831 (time-since): Use time-subtract.
18832 (time-to-number-of-days): Use time-to-seconds.
18833
18834 2005-03-23 David Ponce <david@dponce.com>
18835
18836 * recentf.el (recentf-keep): New option.
18837 (recentf-menu-action): Default to `find-file'.
18838 (recentf-keep-non-readable-files-flag)
18839 (recentf-keep-non-readable-files-p)
18840 (recentf-file-readable-p, recentf-find-file)
18841 (recentf-cleanup-remote): Remove.
18842 (recentf-include-p): More robust.
18843 (recentf-keep-p): New function.
18844 (recentf-remove-if-non-kept): Rename from
18845 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
18846 All callers updated.
18847 (recentf-menu-items-for-commands): Fix help string.
18848 (recentf-track-closed-file): Update. Doc fix.
18849 (recentf-cleanup): Update. Count removed files. Doc fix.
18850
18851 2005-03-23 Kim F. Storm <storm@cua.dk>
18852
18853 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18854 Don't inherit from fringe face (now happens automatically).
18855
18856 2005-03-22 Kim F. Storm <storm@cua.dk>
18857
18858 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18859 position values.
18860
18861 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18862
18863 * menu-bar.el (showhide-date-time): Remove.
18864 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18865 (menu-bar-make-mm-toggle): Simplify.
18866
18867 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18868
18869 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18870 Accept qualified variable and function names.
18871
18872 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18873
18874 * bindings.el (completion-ignored-extensions):
18875 Remove ".lis" for `vax-vms'.
18876
18877 2005-03-22 Andreas Schwab <schwab@suse.de>
18878
18879 * generic-x.el: Revert last change.
18880 * ldefs-boot.el: Update.
18881
18882 2005-03-22 Jay Belanger <belanger@truman.edu>
18883
18884 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18885 (calc-embedded-save-original-modes)
18886 (calc-embedded-restore-original-modes): New functions.
18887 (calc-do-embedded): Save original modes when entering embedded mode
18888 and restore when leaving embedded mode.
18889 (calc-embedded-modes-change): Change the value of
18890 calc-embedded-original-modes to reflect permanent changes.
18891
18892 2005-03-22 Lute Kamstra <lute@gnu.org>
18893
18894 * generic-x.el: Require generic again.
18895
18896 2005-03-22 Miles Bader <miles@gnu.org>
18897
18898 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18899 Tweak details to look good on both ttys and bitmap displays, light
18900 or dark background, etc.
18901
18902 2005-03-21 Kim F. Storm <storm@cua.dk>
18903
18904 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18905 mouse position.
18906
18907 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18908
18909 * icomplete.el: Don't forcibly turn on the mode upon load.
18910 (icomplete-mode): Use define-minor-mode.
18911 (icomplete-eoinput): Default to nil.
18912 (icomplete-minibuffer-setup): Remove autoload.
18913 (icomplete-tidy): Simplify.
18914 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18915 in the initial state or if the user has modified the field.
18916 Fix handling of icomplete-max-delay-chars.
18917 Remove code that handles the oddball case where
18918 minibuffer-completion-table is an integer.
18919 Wrap icomplete-completions in while-no-input in case building
18920 completions takes more time than expected.
18921 (icomplete-completions): Simplify.
18922
18923 2005-03-21 Richard M. Stallman <rms@gnu.org>
18924
18925 * jka-compr.el (jka-compr-really-do-compress):
18926 Make variable buffer-local.
18927
18928 * image-mode.el: Handle .xpm files too.
18929 (image-toggle-display): Preserve modification flag.
18930
18931 * help.el (where-is): Don't mention aliases with no key bindings.
18932
18933 2005-03-21 Lute Kamstra <lute@gnu.org>
18934
18935 * generic.el: Fix commentary section. Don't require cl for
18936 compilation.
18937 (generic-mode-list): Add autoload cookie.
18938 (generic-use-find-file-hook, generic-lines-to-scan)
18939 (generic-find-file-regexp, generic-ignore-files-regexp)
18940 (generic-mode, generic-mode-find-file-hook)
18941 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18942 (define-generic-mode): Make it a defmacro. Fix docstring.
18943 (generic-mode-internal): Code cleanup. Add autoload cookie.
18944 (generic-mode-set-comments): Code cleanup.
18945 * generic-x.el: Don't prevent compilation. Don't require generic.
18946 Follow coding conventions. Minor code cleanup.
18947 (etc-fstab-generic-mode): Add some keywords.
18948 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18949 define-generic-mode like a function declaration.
18950
18951 2005-03-21 Jay Belanger <belanger@truman.edu>
18952
18953 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18954 changing modes.
18955
18956 2005-03-21 Sam Steingold <sds@gnu.org>
18957
18958 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18959
18960 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18961
18962 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18963 Add underscore to "f$ lexicals" regexp.
18964
18965 2005-03-20 Juri Linkov <juri@jurta.org>
18966
18967 * subr.el (progress-reporter-do-update): When `min-value' is equal
18968 to `max-value', set `percentage' to 0 and prevent division by zero.
18969
18970 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
18971
18972 Sync with Tramp 2.0.48.
18973
18974 * net/tramp.el (all): Change all addresses to .gnu.org.
18975 (tramp-append-tramp-buffers): New defun.
18976 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18977 Catch `dont-send' signal.
18978 (tramp-set-auto-save-file-modes): Set always permissions, because
18979 there might be an old auto-saved file belonging to another
18980 original file. This could be a security threat. Reported by
18981 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18982 Check for Emacs 21.3.50 removed.
18983
18984 * net/tramp-smb.el (all): Remove debug construct for
18985 `with-parsed-tramp-file-name'.
18986 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18987 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18988 No error message if DIRECTORY or FILENAME doesn't exist.
18989 (tramp-smb-open-connection): Check existence of
18990 `tramp-smb-program'.
18991
18992 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18993
18994 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18995 Properly handle the case where the `m' or `s' command's argument is not
18996 yet terminated.
18997 (perl-indent-new-calculate): New function.
18998 (perl-indent-line): Use it.
18999
19000 2005-03-20 Miles Bader <miles@gnu.org>
19001
19002 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
19003 in text-mode too. Change to new face names.
19004 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
19005 Add `:weight bold' attribute.
19006 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
19007
19008 2005-03-19 Juri Linkov <juri@jurta.org>
19009
19010 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
19011
19012 * international/mule.el (auto-coding-alist): Sync with
19013 `auto-mode-alist' by adding upper case archive file extensions
19014 and adding ear/war to jar extension.
19015
19016 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
19017
19018 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
19019 running, restart it.
19020
19021 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
19022
19023 * finder.el (finder-current-item): Throw an error on an empty line.
19024
19025 * man.el (Man-follow-manual-reference): If current-word returns
19026 nil, use "".
19027
19028 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
19029
19030 * simple.el (goto-line): Doc fix.
19031
19032 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
19033
19034 * files.el (save-buffer): Doc fix.
19035
19036 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
19037
19038 * recentf.el (recentf-cleanup-remote): New variable.
19039 (recentf-cleanup): Use it to conditionally check availability of
19040 remote files.
19041
19042 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
19043
19044 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
19045 function names.
19046
19047 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19048
19049 * language/thai-word.el: New file.
19050
19051 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
19052
19053 * files.el (backup-buffer): If the file's directory is not
19054 writable, use copy instead of move to backup the file.
19055
19056 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19057
19058 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19059
19060 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19061
19062 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19063 Use functionp instead of symbolp and fboundp. Reported by Drkm
19064 <darkman_spam@yahoo.fr>.
19065 (ps-print-version): New version 6.6.6.
19066
19067 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19068
19069 * textmodes/table.el (table--line-column-position): New idiom.
19070 (table--row-column-insertion-point-p): New function to test
19071 validity of row and column insertion operation at a location.
19072 (table-global-menu, table-cell-menu): Use above functions for
19073 deterministic test operation.
19074 (table--editable-cell-p): Behave in deterministic fashion.
19075
19076 2005-03-18 Juri Linkov <juri@jurta.org>
19077
19078 * isearch.el (isearch-lazy-highlight-new-loop):
19079 Make arguments beg and end optional.
19080 (isearch-update): Remove optional arguments nil from
19081 isearch-lazy-highlight-new-loop.
19082 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19083 isearch-lazy-highlight-case-fold-search instead of
19084 isearch-case-fold-search, and let-bind isearch-regexp to
19085 isearch-lazy-highlight-regexp.
19086 Use isearch-lazy-highlight-last-string instead of isearch-string.
19087
19088 * replace.el (perform-replace): Remove bindings of global
19089 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19090 Add three new arguments to `replace-highlight'.
19091 (replace-highlight): Add arguments string, regexp, case-fold.
19092 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19093 to allow isearch-lazy-highlight-new-loop to use these values
19094 to set corresponding isearch-lazy-highlight-* internal
19095 variables whose values lazy highlighting will use regardless of
19096 changes to global variables isearch-string, isearch-regexp,
19097 isearch-case-fold-search during lazy highlighting loop.
19098 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19099 to `lazy-highlight-cleanup'.
19100
19101 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19102 (ispell-highlight-face): Set default face to `isearch' when
19103 lazy highlighting is enabled.
19104 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19105 priority to 1. Add lazy highlighting.
19106 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19107 from `isearch-dehighlight'.
19108
19109 2005-03-18 David Ponce <david@dponce.com>
19110
19111 * files.el (hack-local-variables): Do a case-insensitive search
19112 for End.
19113
19114 2005-03-18 Juri Linkov <juri@jurta.org>
19115
19116 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19117 `isearch-lazy-highlight-cleanup', add alias to old name and
19118 declare obsolete. Add release numbers to other obsolete vars.
19119 (isearch-done, isearch-lazy-highlight-new-loop):
19120 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19121 (lazy-highlight-cleanup) <variable>: Doc fix.
19122 (isearch-lazy-highlight-update): Rename obsolete
19123 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19124
19125 2005-03-18 Kenichi Handa <handa@m17n.org>
19126
19127 * language/thai-util.el: Fix categorization of Thai characters in
19128 thai-category-table.
19129 (thai-composition-pattern): Adjust it for the above change.
19130 (thai-self-insert-command, thai-compose-syllable): New functions.
19131 (thai-compose-region): Use thai-compose-syllable.
19132 (thai-compose-string): Likewise.
19133 (thai-composition-function): Likewise.
19134 (thai-auto-composition): New function.
19135 (thai-auto-composition-mode): New minor mode.
19136
19137 * language/thai.el: Fix patterns to be registered in
19138 composition-function-table.
19139
19140 * international/quail.el (quail-input-method): Locally bind
19141 inhibit-modification-hooks to t.
19142
19143 2005-03-17 Richard M. Stallman <rms@gnu.org>
19144
19145 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19146 (perl-mode): Use run-mode-hooks.
19147
19148 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19149 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19150 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19151
19152 * mail/sendmail.el (sendmail-send-it): Reenable the code
19153 to compute resend-to-address and use it.
19154
19155 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19156
19157 * image-mode.el: New file.
19158
19159 * image.el (insert-sliced-image): Add autoload cookie.
19160
19161 * font-lock.el (font-lock-lines-before): New user option.
19162 (font-lock-after-change-function): Obey it.
19163
19164 * bindings.el (esc-map): Make M-g a prefix.
19165 Bind M-g g and M-g M-g to goto-line.
19166
19167 * faces.el (face-id): Doc fix.
19168
19169 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19170
19171 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19172 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19173 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19174
19175 * mail/sendmail.el (mail-yank-ignored-headers)
19176 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19177 Add Mail-Followup-To and Mail-Reply-To headers.
19178 (mail-citation-hook): Add autoload cookie.
19179 (mail-mode): Doc fix.
19180 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19181 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19182 (mail-mode-fill-paragraph): Handle those headers.
19183 (mail-mailing-lists): New variable.
19184 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19185
19186 2005-03-17 Juri Linkov <juri@jurta.org>
19187
19188 * isearch.el (isearch-fallback): Check for `(car previous)'
19189 before calling `isearch-other-end-state'.
19190
19191 2005-03-17 Kim F. Storm <storm@cua.dk>
19192
19193 * simple.el (move-beginning-of-line): Move to beginning of buffer
19194 line, as well as beginning of screen line.
19195
19196 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19197
19198 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19199 argument REDRAW rather than calendar-redrawing variable.
19200 * calendar/calendar.el (calendar-redrawing): Delete.
19201 (redraw-calendar): Do not bind calendar-redrawing.
19202
19203 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19204
19205 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19206 diary-file buffer.
19207
19208 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * help.el (describe-mode): Allow a :minor-mode-function property to
19211 specify a different minor mode toggle function than the variable.
19212 * simple.el (auto-fill-function):
19213 * subr.el (add-minor-mode): Use it.
19214
19215 2005-03-16 Kenichi Handa <handa@m17n.org>
19216
19217 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19218 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19219 (ethio-fidel-to-sera-buffer): Likewise.
19220
19221 2005-03-16 Juri Linkov <juri@jurta.org>
19222
19223 * emacs-lisp/find-func.el (find-function-regexp):
19224 Add defun-emitting macro `menu-bar-make-toggle'.
19225
19226 * isearch.el: Put `isearch-scroll' property to
19227 `split-window-horizontally'.
19228
19229 * info.el: Update error messages for `debug-ignored-errors'.
19230 (Info-isearch-search): Doc fix.
19231 (Info-find-node): Move up code to go into info buffer before
19232 recording the node to the history.
19233 (Info-fontify-node): Fontify titles only if the next line
19234 has two or more `*', `=', `-', `.'.
19235 Display "go to this node" for empty (match-string 3).
19236
19237 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19238
19239 * term/mac-win.el: Add mouse pointer shape constants.
19240
19241 2005-03-15 Kim F. Storm <storm@cua.dk>
19242
19243 * simple.el (move-beginning-of-line): Use vertical-motion.
19244
19245 2005-03-15 Juri Linkov <juri@jurta.org>
19246
19247 * isearch.el (isearch-error): New variable.
19248 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19249 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19250 (isearch-within-brackets-state): Remove.
19251 (isearch-case-fold-search-state, isearch-pop-fun-state):
19252 Decrease frame index.
19253 (isearch-mode, isearch-top-state, isearch-push-state)
19254 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19255 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19256 (isearch-search, isearch-lazy-highlight-new-loop):
19257 Replace `isearch-invalid-regexp' with `isearch-error'.
19258 Remove `isearch-within-brackets'.
19259 (isearch-search): Add `search-failed' handler to `condition-case'.
19260 (isearch-lazy-highlight-search): Add `condition-case' to catch
19261 errors and allow `isearch-lazy-highlight-update' to try
19262 highlighting from the beginning of the window.
19263 (isearch-repeat): Move up code to set isearch-wrapped to t
19264 before calling isearch-wrap-function.
19265
19266 * info.el (Info-isearch-initial-node): New internal variable.
19267 (Info-search): Signal an error in isearch mode when search leaves
19268 the initial node. Signal an error when `bound' is non-nil and
19269 nothing was found in the current subfile.
19270 (Info-isearch-search): Remove `condition-case'.
19271 (Info-isearch-wrap): Don't wrap when search failed during leaving
19272 the initial node. If `Info-isearch-search' is nil, wrap around
19273 the current node.
19274 (Info-isearch-start): New fun.
19275 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19276 `isearch-mode-hook'.
19277
19278 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19279
19280 * simple.el (normal-erase-is-backspace): Set default to t if
19281 running on Mac.
19282
19283 * term/mac-win.el (function-key-map): Sync with x-win.el.
19284
19285 2005-03-15 Kenichi Handa <handa@m17n.org>
19286
19287 * international/mule-cmds.el (locale-language-names): Modify the
19288 format of elements and add more entries.
19289 (locale-preferred-coding-systems): Add more entries.
19290 (set-locale-environment): Adjust for the change of
19291 locale-language-names.
19292
19293 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19294
19295 * pcvs.el (smerge-ediff): Remove bogus autoload.
19296
19297 2005-03-14 Lute Kamstra <lute@gnu.org>
19298
19299 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19300 Ignore a `*' at the beginning of a line.
19301
19302 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19303 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19304 subr.el.
19305 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19306 to specify indentation.
19307
19308 * generic.el (define-generic-mode): Let generic-mode-list be a
19309 list of strings; test membership with equal.
19310
19311 2005-03-14 Kim F. Storm <storm@cua.dk>
19312
19313 * simple.el (next-line, previous-line): Add optional try-vscroll
19314 arg to recognize interactive use. Pass it on to line-move.
19315 (line-move): Don't perform auto-window-vscroll when defining or
19316 executing keyboard macro to ensure consistent behavior.
19317
19318 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19319
19320 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19321
19322 2005-03-13 Lute Kamstra <lute@gnu.org>
19323
19324 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19325 debugger-setup-buffer so that backtrace marks the frames set to
19326 debug-on-exit and we don't have to do it manually. Set an extra
19327 debug-on-exit for macro's.
19328 (debugger-setup-buffer): Don't mark the top frame manually.
19329
19330 2005-03-12 Lute Kamstra <lute@gnu.org>
19331
19332 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19333 lisp-indent-function throughout.
19334 (with-no-warnings): Set lisp-indent-function property.
19335
19336 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19337
19338 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19339 Add entry for backslash.
19340
19341 2005-03-12 Juri Linkov <juri@jurta.org>
19342
19343 * info.el (Info-search): Four fixes for backward search.
19344
19345 2005-03-11 Jay Belanger <belanger@truman.edu>
19346
19347 * calc/calc.el (calc-language-alist): New variable.
19348 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19349 (calc-embedded-find-modes): Use calc-language-alist instead of
19350 calc-embedded-language-alist.
19351
19352 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19353
19354 * calendar/calendar.el (calendar-redrawing): New internal
19355 variable.
19356 (redraw-calendar): Remove bogus save-excursion from previous
19357 change. Bind calendar-redrawing to t for mark-diary-entries.
19358 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19359 calendar if that is why we were called.
19360
19361 2005-03-11 Kenichi Handa <handa@m17n.org>
19362
19363 * international/mule.el (make-coding-system): Set property
19364 coding-system-define-form to nil.
19365 (define-coding-system-alias): Likewise.
19366
19367 2005-03-11 Kenichi Handa <handa@m17n.org>
19368
19369 These changes are suggested by Dave Love <fx@gnu.org>.
19370
19371 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19372 coding: tag.
19373 (adaptive-fill-regexp): Add more bullets.
19374 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19375 regexps.
19376
19377 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19378
19379 * help.el (describe-mode): Properly handle non-trivial lighters.
19380 Don't ignore minor modes that are not listed in minor-mode-list.
19381
19382 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19383 feature ON when the user requests to turn it OFF.
19384
19385 2005-03-10 Lute Kamstra <lute@gnu.org>
19386
19387 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19388 (implement-debug-on-entry): New function to replace debug-entry-code.
19389 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19390 second argument as the 2005-03-07 change makes it obsolete.
19391 (debug-on-entry, cancel-debug-on-entry): Update call to
19392 debug-on-entry-1.
19393 (debug, debugger-setup-buffer): Comment update.
19394 (debugger-frame-number): Update to work with implement-debug-on-entry.
19395
19396 2005-03-10 Jay Belanger <belanger@truman.edu>
19397
19398 * calc/calc-embed.el (math-ms-args): Declare it.
19399 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19400 math-ms-args.
19401 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19402 variables.
19403
19404 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19405
19406 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19407 Use message-box.
19408
19409 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19410 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19411 (tooltip-gud-tips): Simplify.
19412 (tooltip-gud-tips-p): Remove superfluous :set.
19413 (tooltip-gud-modes): Add fortran-mode.
19414 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19415
19416 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19417
19418 2005-03-09 Kim F. Storm <storm@cua.dk>
19419
19420 * play/animate.el (animate-place-char): Use forward-line instead
19421 of next-line to improve performance.
19422
19423 2005-03-09 Simon Josefsson <jas@extundo.com>
19424
19425 * net/browse-url.el (browse-url-default-browser): Doc fix.
19426
19427 2005-03-09 Miles Bader <miles@gnu.org>
19428
19429 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19430 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19431
19432 2005-03-09 Kenichi Handa <handa@m17n.org>
19433
19434 * international/latin-1.el: Set case and syntax for 255 only if
19435 set-case-syntax-set-multibyte is nil.
19436
19437 * textmodes/ispell.el (ispell-insert-word): New function.
19438 (ispell-word): Use ispell-insert-word to insert a new word.
19439 (ispell-process-line): Likewise.
19440 (ispell-complete-word): Likewise.
19441
19442 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19443
19444 * calendar/calendar.el (redraw-calendar): Preserve point.
19445 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19446 (calendar-week-start-day): Move after definition of
19447 redraw-calendar. Delete buffer test, since redraw-calendar has
19448 that now.
19449
19450 * calendar/diary-lib.el (mark-diary-entries): Only call
19451 redraw-calendar in the first of any recursive calls.
19452 Reported by Alan Shutko <ats@acm.org>.
19453
19454 2005-03-08 Juri Linkov <juri@jurta.org>
19455
19456 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19457 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19458 (html-radio-buttons): Add a space before the trailing `/>' where
19459 sgml-xml-mode is non-nil.
19460 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19461 the subsequent tag of the empty XML tag.
19462 (html-href-anchor): Don't set initial input to "http:".
19463 (html-image): Ask for the image URL and set point inside alt="".
19464 (html-name-anchor): Duplicate the name in the `id' attribute when
19465 sgml-xml-mode is non-nil.
19466 (html-paragraph): Remove \n before <p>.
19467 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19468 instead of `checked' when sgml-xml-mode is non-nil.
19469
19470 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19471 Remove 1 space before #RRGGBB to not truncate it on terminal
19472 windows w/o fringes. Remove 1 space between bg and fg examples
19473 to get more space.
19474 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19475 avoid byte-compile warnings.
19476
19477 * image-file.el (image-file-handler): Put `safe-magic' property to
19478 `image-file-handler'.
19479
19480 * info.el (Info-isearch-search): Emulate word search in
19481 isearching through multiple Info nodes with Info-search.
19482 (Info-isearch-wrap): Allow isearch-word.
19483
19484 2005-03-08 Lute Kamstra <lute@gnu.org>
19485
19486 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19487 stepping into the debugger's code is not possible.
19488 (debugger-jumping-flag): Docstring update.
19489
19490 2005-03-08 Jay Belanger <belanger@truman.edu>
19491
19492 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19493 embedded mode begins.
19494 (calc-embedded-language-alist): New variable.
19495 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19496 set default language mode.
19497
19498 2005-03-08 Kenichi Handa <handa@m17n.org>
19499
19500 * international/ccl.el (define-ccl-program): Fix docstring about
19501 extra 256 bytes assured for the output buffer.
19502
19503 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19504 Fix BUFFER_MAGNIFICATION to 2.
19505 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19506
19507 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19508
19509 * align.el (align-rules-list): Added an alignment rule for CSS
19510 declarations (applies to css-mode and html-mode buffers).
19511
19512 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19513
19514 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19515
19516 2005-03-07 Kim F. Storm <storm@cua.dk>
19517
19518 * simple.el (move-beginning-of-line): New command.
19519
19520 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19521
19522 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19523
19524 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19525 and move-beginning-of-line.
19526
19527 * apropos.el (apropos-print): Omit command from M-x ... RET.
19528
19529 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
19530
19531 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19532 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19533
19534 2005-03-06 Richard M. Stallman <rms@gnu.org>
19535
19536 * bindings.el (esc-map): Bind M-g to goto-line.
19537
19538 * facemenu.el (global-map): Bind M-o, not M-g.
19539
19540 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19541
19542 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19543 "Open Directory" as for "Open File".
19544
19545 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19546
19547 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19548 (push-mark-command): Run activate-mark-hook.
19549
19550 2005-03-06 Richard M. Stallman <rms@gnu.org>
19551
19552 * help-mode.el (help-mode-finish): Don't alter the element
19553 in view-return-to-alist if there already is one.
19554
19555 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19556 make sure the current buffer is the expected one.
19557
19558 * novice.el (disabled-command-function): Output in *Disabled Command*.
19559 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19560
19561 * textmodes/flyspell.el (flyspell-large-region):
19562 Pass args differently for aspell.
19563
19564 * files.el (mode-require-final-newline): Doc fix.
19565
19566 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19567
19568 * progmodes/which-func.el (which-function):
19569 Specify NOERROR when calling imenu--make-index-alist.
19570
19571 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19572
19573 * simple.el (normal-erase-is-backspace): Define default value.
19574
19575 * custom.el (custom-theme-set-variables): Remove unused var
19576 `immediate'.
19577 (custom-reevaluate-setting): Simple function to handle variables
19578 that are defined before their default value can really be
19579 computed.
19580
19581 * startup.el (command-line): Use it for temporary-file-directory,
19582 small-emporary-file-directory, auto-save-file-name-transforms,
19583 blink-cursor-mode, and normal-erase-is-backspace.
19584
19585 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19586 progress, even with buggy anchored keywords.
19587
19588 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19589
19590 * simple.el (goto-line): Remove unbalanced final parenthesis.
19591
19592 2005-03-05 Richard M. Stallman <rms@gnu.org>
19593
19594 * simple.el (goto-line): Use a number at point as the default.
19595 With C-u as arg, switch buffers.
19596
19597 2005-03-05 Juri Linkov <juri@jurta.org>
19598
19599 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19600 with `no-blinking-cursor'.
19601
19602 * startup.el (no-blinking-cursor): New defvar.
19603 (command-line): Add `--no-blinking-cursor' to longopts.
19604 Set `no-blinking-cursor' to t for command line arguments
19605 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19606 with `no-blinking-cursor' in the condition for calling
19607 `blink-cursor-mode'.
19608
19609 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19610
19611 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19612 (menu-bar-options-save): Add blink-cursor-mode.
19613 (menu-bar-options-menu): Add blink-cursor-mode.
19614
19615 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19616
19617 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19618 (icalendar-export-file, icalendar-export-region)
19619 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19620 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19621
19622 2005-03-04 Lute Kamstra <lute@gnu.org>
19623
19624 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19625 (debug-function-list): Ditto.
19626
19627 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19628
19629 * textmodes/texinfmt.el (texinfo-append-refill):
19630 Redefine the types of line to which @refill
19631 is not appended by replacing a search for `@refill\\|@bye' with
19632 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19633 itemize@refill' bug and the unfilled long lines bug.
19634 (texinfmt-version): Update number and date.
19635
19636 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19637
19638 * international/code-pages.el (windows-1250, windows-125[2-8])
19639 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19640
19641 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19642
19643 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19644 bound yet.
19645
19646 2005-03-02 Romain Francoise <romain@orebokech.com>
19647
19648 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19649 buffer after removing limits.
19650 (ibuffer-pop-filter): Ditto.
19651 Update copyright.
19652
19653 2005-03-02 Miles Bader <miles@gnu.org>
19654
19655 * button.el (make-text-button): If the user doesn't specify a
19656 type, use the default. Rewrite to use `add-text-properties' and
19657 plist functions.
19658
19659 2005-03-01 Lute Kamstra <lute@gnu.org>
19660
19661 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19662 (debugger-jumping-flag): New var.
19663 (debug-entry-code): Use it.
19664 (debugger-jump): Use debugger-jumping-flag and add
19665 debugger-reenable to post-command-hook.
19666 (debugger-reenable): Use debugger-jumping-flag and remove itself
19667 from post-command-hook.
19668 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19669 debugger-reenable.
19670
19671 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19672
19673 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19674 inclusion of "itemize\\|", which may be unnecessary, is certainly
19675 inelegant, and stops refilling in itemize lists when formatting
19676 Japanese Texinfo files to Info.
19677 Update copyright to 2005.
19678
19679 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19680
19681 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19682 of an error if GDB can't find the source file.
19683
19684 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19685
19686 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19687 not just the calendar.
19688
19689 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19690 first.
19691 (diary-redraw-calendar): New function.
19692 (make-diary-entry): Add diary-redraw-calendar to local
19693 write-contents-functions. Turn off selective display before
19694 inserting in diary.
19695
19696 2005-03-01 Kim F. Storm <storm@cua.dk>
19697
19698 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19699
19700 2005-03-01 Lute Kamstra <lute@gnu.org>
19701
19702 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19703 that debug-entry-code can be safely removed from a function while
19704 this code is being evaluated. Revert the 2005-02-27 change as the
19705 new implementation no longer requires it. Make sure that a
19706 function body containing just a string is not mistaken for a docstring.
19707 (debug): Skip one more frame in case of debug on entry.
19708 (debugger-setup-buffer): Delete one more frame line in case of
19709 debug on entry.
19710 (debugger-frame-number): Update to use the new text introduced by
19711 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19712
19713 2005-02-28 Kim F. Storm <storm@cua.dk>
19714
19715 * double.el (double-translate-key): Call force-window-update after
19716 read-event to avoid crash in redisplay.
19717
19718 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19719
19720 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19721 (debug): Use it. Move the inhibit-trace earlier.
19722 (debug-entry-code): New const.
19723 (debug-on-entry-1): Use it.
19724
19725 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
19726
19727 * international/utf-16.el (ccl-encode-mule-utf-16le):
19728 Fix BUFFER_MAGNIFICATION to 2.
19729 (ccl-encode-mule-utf-16be): Likewise.
19730
19731 2005-02-28 Kenichi Handa <handa@m17n.org>
19732
19733 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19734 Fix BUFFER_MAGNIFICATION to 4.
19735 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19736
19737 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
19738
19739 * speedbar.el (speedbar-update-flag): Doc fix.
19740 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19741 argument.
19742
19743 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19744
19745 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19746 have a non-nil `invisible' property but are actually visible.
19747
19748 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19749 for perldoc sections.
19750 (perl-outline-regexp, perl-outline-level): New var and function.
19751 (perl-mode): Use them.
19752
19753 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19754
19755 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19756 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19757
19758 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19759
19760 * cus-edit.el: Comment change.
19761 (custom-buffer-create-internal): Slightly reword text at top of
19762 Custom buffers. Mention there that saving an option edits the
19763 init file. Add link to Emacs manual node on `custom-file'.
19764 (custom-magic-alist): Rewrite individual State messages to use
19765 capitalized keywords. Doc fix.
19766
19767 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19768
19769 * calendar/calendar.el (calendar-buffer): Move above
19770 calendar-week-start-day.
19771 (calendar-week-start-day): Doc fix. Add :set function.
19772 (calendar-minimum-window-height): New variable.
19773 (generate-calendar-window): Only resize window if selected-window
19774 is displaying the calendar buffer. Use new variable
19775 calendar-minimum-window-height.
19776 (generate-calendar): Reword error message.
19777 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19778
19779 2005-02-27 Andreas Schwab <schwab@suse.de>
19780
19781 * vc.el (vc-do-command): Don't run command asynchronously when
19782 operating in a remote directory.
19783
19784 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19785 change from sync with Tramp 2.0.47.
19786
19787 2005-02-27 Richard M. Stallman <rms@gnu.org>
19788
19789 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19790
19791 * textmodes/flyspell.el (flyspell-mode-on):
19792 Call ispell-change-dictionary only if necessary.
19793
19794 * emacs-lisp/re-builder.el (regexp-builder): New function.
19795
19796 * register.el (describe-register-1): Explicitly handle
19797 yank-excluded-properties = t.
19798
19799 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19800 (custom-magic-alist): Change the status descriptions again.
19801 (face widget-type): Total rewrite based on `restricted-sexp'
19802 to eliminate the confusing double hiding levels.
19803
19804 * emacs-lisp/debug.el (debug-on-entry-1):
19805 If function body is empty, add nil as body form.
19806
19807 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19808
19809 * emacs-lisp/trace.el (inhibit-trace): New var.
19810 (trace-make-advice): Use it.
19811
19812 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19813
19814 2005-02-26 Kim F. Storm <storm@cua.dk>
19815
19816 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19817 (mouse-on-link-p, mouse-drag-region-1): Use it.
19818
19819 2005-02-25 Lute Kamstra <lute@gnu.org>
19820
19821 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19822
19823 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19824
19825 * frame.el (blink-cursor-mode): Add :group keyword.
19826
19827 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
19828
19829 * calendar/icalendar.el (icalendar--decode-isodatetime):
19830 New optional argument DAY-SHIFT.
19831 (icalendar-export-region): Fix coding-system-for-write.
19832 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19833 events by one.
19834
19835 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19836
19837 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19838
19839 2005-02-24 Kim F. Storm <storm@cua.dk>
19840
19841 * international/iso-acc.el (iso-accents-compose): Fix crash
19842 during redisplay. Call force-window-update after read-event
19843 and delete-region to signal that window is not accurate.
19844
19845 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19846
19847 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19848 Remove unused and inexistent var `inhibit-trace'.
19849 (debugger-mode): Use run-mode-hooks.
19850 (debugger-list-functions): Add buttons; setup xref stack.
19851
19852 2005-02-23 Richard M. Stallman <rms@gnu.org>
19853
19854 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19855 appointment says it was explicitly made.
19856 (appt-add): Set the 3rd element.
19857 (appt-make-list): Preserve explicit appointments.
19858
19859 * subr.el (find-tag-default): Catch errors in forward-sexp.
19860
19861 2005-02-23 Juri Linkov <juri@jurta.org>
19862
19863 * info.el (Info-isearch-search): New defcustom.
19864 (Info-isearch-search): Call the default isearch function
19865 when Info-isearch-search is nil.
19866 (Info-isearch-wrap): Use variable Info-isearch-search.
19867
19868 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19869
19870 * cus-edit.el: Comment change.
19871
19872 2005-02-22 Kim F. Storm <storm@cua.dk>
19873
19874 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19875 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
19876
19877 2005-02-22 Simon Josefsson <jas@extundo.com>
19878
19879 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19880 New variable.
19881 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19882 Oskarsson" <myrkraverk@users.sourceforget.net>.
19883
19884 2005-02-22 Kim F. Storm <storm@cua.dk>
19885
19886 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19887 check that window of that event is the selected window.
19888 (mouse-drag-region-1): Compare mouse event window to selected
19889 window before setting point.
19890
19891 * tooltip.el (tooltip-show-help-function): Pass event to
19892 mouse-on-link-p so it can check selected window.
19893
19894 2005-02-22 Kenichi Handa <handa@m17n.org>
19895
19896 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19897 (ps-mule-show-warning): New function.
19898 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19899 characters are found.
19900
19901 * ps-print.el (ps-header-footer-string): Return a list of header
19902 and footer strings.
19903
19904 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19905
19906 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19907
19908 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19909
19910 * frame.el (blink-cursor-mode): Use define-minor-mode.
19911
19912 * term/mac-win.el (function-key-map): Use char-names more consistently.
19913 (file-name-coding-system): Only set it for MacOS-9. The other case is
19914 already handled in mule-cmds.el (where it also works when mac-win.el
19915 is not used).
19916
19917 2005-02-21 Kenichi Handa <handa@m17n.org>
19918
19919 * international/mule.el (ctext-pre-write-conversion): Always use
19920 " *code-converting-work*" buffer for work.
19921
19922 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19923
19924 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19925
19926 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19927
19928 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19929
19930 * ses.el (undo-more): Restore defadvice, but only the part that
19931 allows changes outside the restricted area of the buffer.
19932
19933 2005-02-20 Kim F. Storm <storm@cua.dk>
19934
19935 * simple.el (line-move): Add fourth optional arg try-vscroll which
19936 must be set to perform auto-window-vscroll.
19937 When moving backwards and doing auto-window-vscroll, automatically
19938 vscroll to the last part of lines which are taller than the window.
19939 (next-line, previous-line): Set try-vscroll arg on line-move.
19940
19941 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19942
19943 * replace.el (query-replace, query-replace-regexp)
19944 (replace-string, replace-regexp): When operating on region, make
19945 the minibuffer prompt say so.
19946
19947 * isearch.el (isearch-forward): Document isearch-query-replace and
19948 isearch-query-replace-regexp keybindings.
19949
19950 2005-02-19 Jay Belanger <belanger@truman.edu>
19951
19952 * calc/calc-aent.el (math-read-token): Add local variable.
19953
19954 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19955 (calc-edit-top): Move declaration to earlier in file.
19956 (calc-edit-macro-repeats): Add local variables.
19957
19958 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19959 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19960 calcFunc-tanh.
19961 Adjust integration rule for calcFunc-tan.
19962
19963 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19964
19965 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19966 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19967 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19968 (viper-skip-separators): Bug fix.
19969 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19970 particular major mode.
19971 (viper-del-backward-char-in-replace): Don't put deleted char on the
19972 kill ring.
19973
19974 * viper-ex.el (viper-color-display-p): New function.
19975 (viper-has-face-support-p): Use viper-color-display-p.
19976
19977 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19978
19979 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19980
19981 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19982 (viper-file-remote-p): Make equivalent to file-remote-p.
19983
19984 * viper.el (viper-major-mode-modifier-list):
19985 Use viper-gnus-modifier-map.
19986
19987 2005-02-19 David Kastrup <dak@gnu.org>
19988
19989 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19990 quoting.
19991
19992 2005-02-19 Jay Belanger <belanger@truman.edu>
19993
19994 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19995 Remove extra definitions.
19996 (calc-coth): New function.
19997 (calcFunc-cot): Fix `let'.
19998
19999 2005-02-19 Eli Zaretskii <eliz@gnu.org>
20000
20001 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
20002 the reasons we use "type pc" in these faces.
20003
20004 * button.el (button): Ditto.
20005
20006 2005-02-19 Michael Mauger <mmaug@yahoo.com>
20007
20008 * replace.el (query-replace-read-from): Set the value of
20009 query-replace-from-history-variable to handle the case of an empty
20010 string entered to accept the suggested default.
20011
20012 * net/tramp.el (tramp-file-name-for-operation):
20013 Use dired-call-process instead of dired-call-process-command.
20014
20015 2005-02-19 Jay Belanger <belanger@truman.edu>
20016
20017 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
20018 (math-div-non-trig): New variables.
20019 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
20020 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
20021 (math-combine-prod, math-div-symb-fancy): Add simplifications for
20022 trig expressions.
20023
20024 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
20025
20026 * progmodes/gdb-ui.el (gdb-var-update-handler)
20027 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
20028 for watch expressions,
20029 (gdb-var-create-handler): Don't set speedbar-update-flag.
20030 (gdb-post-prompt): Simplify test for speedbar.
20031
20032 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20033
20034 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
20035 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
20036 we use the syntax table of the correct buffer.
20037 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
20038 Felix Gatzemeier.
20039
20040 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
20041 (ediff-file-remote-p): Make synonymous with file-remote-p.
20042 In all deffaces ediff-*-face-*, use min-colors.
20043
20044 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
20045 ediff-recurse-to-subdirectories.
20046 (ediff-mark-if-equal): Check that the arguments are strings, use
20047 ediff-same-contents (after to Felix Gatzemeier).
20048
20049 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
20050 nil.
20051
20052 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
20053
20054 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20055
20056 2005-02-18 David Kastrup <dak@gnu.org>
20057
20058 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20059 use `mark-active' when defined.
20060
20061 2005-02-18 Kenichi Handa <handa@m17n.org>
20062
20063 * ps-print.el (ps-font-info-database): New entry
20064 ZapfChancery-MediumItalic with correct font name. Fix font name
20065 of the entry Zapf-Chancery-MediumItalic.
20066
20067 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20068
20069 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20070
20071 2005-02-16 Kim F. Storm <storm@cua.dk>
20072
20073 * ido.el (ido-fallback-command): Pass user input to fallback command.
20074
20075 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
20076
20077 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20078 (gdb-find-file-hook): Add server prefix.
20079
20080 2005-02-16 Richard M. Stallman <rms@gnu.org>
20081
20082 * replace.el (perform-replace): Pass new args to replace-highlight.
20083 (replace-highlight): Take region args,
20084 and pass them to isearch-lazy-highlight-new-loop.
20085
20086 * novice.el (disabled-command-hook): Autoload the defalias
20087 and the make-obsolete-variable call.
20088
20089 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20090
20091 * isearch.el (isearch-lazy-highlight-start-limit)
20092 (isearch-lazy-highlight-end-limit): New variables limit
20093 the region for highlighting.
20094 (isearch-lazy-highlight-new-loop): New args BEG and END.
20095 (isearch-lazy-highlight-search): Use the new vars.
20096 (isearch-lazy-highlight-update): Likewise.
20097
20098 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20099
20100 * cus-start.el (all): Use default-boundp.
20101
20102 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20103
20104 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20105
20106 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20107
20108 * autorevert.el (auto-revert-stop-on-user-input)
20109 (auto-revert-verbose): Doc fixes.
20110
20111 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20112
20113 * international/mule-cmds.el (set-locale-environment): Remove call
20114 to set-selection-coding-system on Windows.
20115
20116 2005-02-15 Jay Belanger <belanger@truman.edu>
20117
20118 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20119 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20120 calcFunc-coth.
20121 (math-simplify-sqrt): Add simplifications.
20122
20123 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20124 to list.
20125
20126 * calc/calc-ext.el: Add functions to autoloads.
20127
20128 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20129 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20130 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20131 (math-csc-raw, math-cot-raw): New functions.
20132
20133 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20134
20135 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20136 the variable name in a message.
20137
20138 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20139 calcFunc-csc, calcFunc-cot.
20140
20141 * calc/calcalg2.el: Add derivative and integration rules for
20142 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20143 calcFunc-csch, calcFunc-coth.
20144 (math-do-integral-methods): Add to checks for when to use
20145 substitutions.
20146
20147 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20148
20149 2005-02-15 Lute Kamstra <lute@gnu.org>
20150
20151 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20152 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20153 <monnier@iro.umontreal.ca>
20154 (lisp-outline-level): Improve efficiency. Suggested by David
20155 Kastrup <dak@gnu.org>.
20156
20157 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20158
20159 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20160 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20161 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20162 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20163 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20164
20165 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20166
20167 * cus-start.el (all): Comment change.
20168
20169 2005-02-14 Lute Kamstra <lute@gnu.org>
20170
20171 * cus-start.el (all): Check if symbol is void.
20172
20173 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20174
20175 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20176 optional argument to \cite.
20177
20178 2005-02-14 Richard M. Stallman <rms@gnu.org>
20179
20180 * cus-edit.el (custom-buffer-create-internal): Update help message.
20181 (custom-magic-alist): Update help messages.
20182
20183 * cus-start.el (all): Allow a var to specify a standard value.
20184
20185 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20186
20187 * custom.el (custom-theme-set-variables): Handle variable aliases.
20188
20189 * frame.el (blink-cursor-timer): Doc fix.
20190 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20191 declare obsolete.
20192 (blink-cursor-mode): Define with defcustom and use correct
20193 standard expression in that defcustom.
20194 * startup.el (command-line): Adapt to above changes in frame.el.
20195
20196 2005-02-11 Lute Kamstra <lute@gnu.org>
20197
20198 * apropos.el (apropos-score-doc): Prevent division by zero.
20199
20200 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20201
20202 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20203 (icalendar--get-event-property-attributes)
20204 (icalendar--get-event-properties)
20205 (icalendar--datetime-to-diary-date): New functions.
20206 (icalendar--split-value): Doc fix.
20207 (icalendar--datetime-to-noneuropean-date)
20208 (icalendar--datetime-to-european-date): New optional argument
20209 SEPARATOR. Return result as a string instead of a list.
20210 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20211 (icalendar--convert-string-for-export): Rename arg S to STRING.
20212 (icalendar-export-region): Doc fix. Change name of error buffer.
20213 Save output buffer.
20214 (icalendar-import-file): Add blank at end of prompt.
20215 (icalendar-import-buffer): Doc fix. Do not switch to error
20216 buffer. Indicate status in return value.
20217 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20218 buffer. Save output buffer. Handle exception from recurrence
20219 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20220 events. Fix problems with weekly all-day events.
20221
20222 2005-02-10 Richard M. Stallman <rms@gnu.org>
20223
20224 * simple.el (eval-expression-print-format):
20225 Avoid warning about edebug-active.
20226
20227 * help.el (help-for-help-internal): Rename from help-for-help.
20228 (help-for-help): Define with defalias.
20229
20230 * font-core.el (font-lock-default-function): Use with-no-warnings.
20231
20232 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20233
20234 * custom.el (defface): Doc fix.
20235
20236 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20237
20238 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20239 width 0" to prevent word wrapping problems.
20240
20241 2005-02-09 Kim F. Storm <storm@cua.dk>
20242
20243 * ido.el (ido-file-extensions-order): New defcustom.
20244 (ido-file-extension-lessp, ido-file-extension-aux)
20245 (ido-file-extension-order): New advanced file ordering.
20246 (ido-file-lessp): New simple file ordering.
20247 (ido-sort-list): Remove.
20248 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20249 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20250
20251 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20252
20253 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20254 that some versions of grep produce.
20255 (grep-mode-font-lock-keywords): Likewise.
20256
20257 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20258
20259 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20260 (gdb-cdir): Delete.
20261 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20262 (gdb-source-info): Treat case when source file is in another
20263 directory properly.
20264 (gdb-get-location): New function.
20265
20266 2005-02-07 Jay Belanger <belanger@truman.edu>
20267
20268 * calc/calc-prog.el (calc-write-parse-table-part)
20269 (calc-fix-token-name): Fix a check for language type.
20270
20271 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20272
20273 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20274
20275 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20276 as directory not writable.
20277
20278 2005-02-07 Kim F. Storm <storm@cua.dk>
20279
20280 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20281 (cua--standard-movement-commands): Remove list.
20282 Instead, set CUA property value to move for movement commands.
20283 (cua-movement-commands): Remove. Users must set CUA prop instead.
20284 (cua--pre-command-handler): Check CUA property.
20285 (cua--init-keymaps): Don't remap undo commands.
20286 (cua-mode): Don't call cua--rectangle-on-off.
20287
20288 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20289 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20290 (cua--rect-undo-set-point): New var.
20291 (cua--rectangle-undo-boundary): Setup undo apply entry.
20292 (cua--rect-undo-handler): New function for rectangle undo.
20293 (cua--rect-start-position, cua--rect-end-position): Add.
20294 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20295 for restored rectangle. Set point if cua--rect-undo-set-point.
20296
20297 2005-02-06 Jay Belanger <belanger@truman.edu>
20298
20299 * calc/calc-lang.el (calc-tex-language): Display more information
20300 in messages.
20301
20302 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20303 in TeX mode.
20304
20305 2005-02-06 Richard M. Stallman <rms@gnu.org>
20306
20307 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20308
20309 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20310
20311 * net/ldap.el (ldap-search-internal): Support attributes with
20312 optional descriptions separated by a semi-colon, as in
20313 "userCertificate;binary".
20314
20315 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20316
20317 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20318 isn't a cons (i.e. the version is 0).
20319
20320 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20321
20322 * help.el (help-for-help): Doc fix.
20323
20324 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20325
20326 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20327 GDB-Windows on the menu-bar as this works better.
20328
20329 2005-02-04 Jay Belanger <belanger@truman.edu>
20330
20331 * calc/calc-embed.el (calc-embedded-update): Don't put in
20332 unnecessary newlines. Adjust the end of formula marker.
20333
20334 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20335 (math-latex-parse-two-args): New function.
20336
20337 2005-02-03 Lute Kamstra <lute@gnu.org>
20338
20339 * help-fns.el (help-with-tutorial): Make sure that users cannot
20340 remove the entire text of the tutorial by means of `undo'.
20341
20342 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20343
20344 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20345 in recent changes, where the ispell process was repeatedly
20346 killed & restarted.
20347
20348 * international/mule-cmds.el (set-locale-environment): Set file-name
20349 coding system to utf-8 on Darwin systems.
20350 (set-default-coding-systems): Don't set default-file-name-coding-system
20351 on Darwin systems.
20352
20353 2005-02-03 Richard M. Stallman <rms@gnu.org>
20354
20355 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20356
20357 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20358
20359 * faces.el (list-faces-display): Add optional argument.
20360
20361 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20362
20363 * font-core.el (font-lock-default-function): Handle the rare case where
20364 only font-lock-keywords is set.
20365
20366 2005-02-02 Kenichi Handa <handa@m17n.org>
20367
20368 * international/characters.el: Cancel previous change for
20369 I-WITH-DOT-ABOVE and DOTLESS-i.
20370
20371 * international/latin-5.el: Cancel previous change.
20372
20373 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20374
20375 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20376
20377 2005-02-02 Kenichi Handa <handa@m17n.org>
20378
20379 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20380 DOTLESS-i.
20381
20382 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20383 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20384
20385 * case-table.el (get-upcase-table): New function.
20386 (copy-case-table): Copy upcaes table too if non-nil.
20387 (set-case-syntax-delims): Maintain upcase table too.
20388 (set-case-syntax-pair): Likewise.
20389 (set-upcase-syntax, set-downcase-syntax): New functions.
20390 (set-case-syntax): Maintain upcase table too.
20391
20392 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20393
20394 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20395
20396 * progmodes/gud.el (gud-goto-info): New function.
20397 (gud-tool-bar-map): Use correct icon.
20398
20399 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20400
20401 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20402 When delegating, order args in the funcall correctly.
20403
20404 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20405
20406 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20407
20408 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20409
20410 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20411 buffer not visiting a file.
20412
20413 2005-01-31 Jay Belanger <belanger@truman.edu>
20414
20415 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20416 bound on the line with the formula.
20417
20418 2005-01-31 Kim F. Storm <storm@cua.dk>
20419
20420 * ses.el (ses-create-cell-variable-range)
20421 (ses-destroy-cell-variable-range, ses-reset-header-string)
20422 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20423 (ses-insert-row): Fix format of apply undo entries.
20424
20425 2005-01-31 Jay Belanger <belanger@truman.edu>
20426
20427 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20428 parts.
20429
20430 * calc/calc-embed.el (calc-embedded-open-formula)
20431 (calc-embedded-close-formula): Ignore matrix environments.
20432
20433 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20434 TeX mode.
20435
20436 * calc/calc-lang.el (math-function-table, math-oper-table)
20437 (math-variable-table): Adjust the LaTeX portions.
20438
20439 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20440 (math-latex-ignore-words): New constant.
20441
20442 2005-01-31 Richard M. Stallman <rms@gnu.org>
20443
20444 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20445 (ispell-local-dictionary): Doc fix.
20446 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20447 Don't reinitialize at run time. Don't defcustom.
20448 All uses changed to append ispell-local-dictionary-alist,
20449 or check it first.
20450 (ispell-current-dictionary): New variable for dictionary in use.
20451 (ispell-dictionary): Now used only for global default.
20452 (ispell-start-process): Set ispell-current-dictionary,
20453 not ispell-dictionary.
20454 (ispell-change-dictionary): Use this only for setting
20455 user preferences.
20456 (ispell-internal-change-dictionary): New function
20457 to change the current dictionary in use.
20458 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20459 Use ispell-current-dictionary.
20460 Handle ispell-local-dictionary-overridden.
20461 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20462
20463 2005-01-31 Jay Belanger <belanger@truman.edu>
20464
20465 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20466
20467 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20468 (calc-mode-map): Add calc-latex-language.
20469
20470 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20471 (math-latex-print-frac): New functions.
20472 (math-oper-table, math-function-table, math-variable-table)
20473 (math-complex-format, math-input-filter): Add latex properties.
20474 (calc-set-language): Set math-expr-special-function-mapping.
20475
20476 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20477 (calc-write-parse-table-part): Add LaTeX support.
20478
20479 * calc/calc.el (calc-language): Adjust docstring.
20480 (calc-set-mode-line): Add LaTeX support.
20481 (math-expr-special-function-mapping): New variable.
20482 (math-tex-ignore-words): Add to list.
20483
20484 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20485 Add LaTeX support.
20486 (math-compose-expr): Add support for special functions.
20487
20488 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20489
20490 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20491
20492 * progmodes/gdb-ui.el (gdb-memory-address)
20493 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20494 (gdb-memory-mode-map, gdb-memory-format-keymap)
20495 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20496 (gdb-memory-unit-menu): New variables for a buffer
20497 that lets the user examine program memory.
20498 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20499 (gdb-memory-format-binary, gdb-memory-format-octal)
20500 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20501 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20502 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20503 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20504 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20505 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20506 (gdb-memory-mode, gdb-memory-buffer-name)
20507 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20508 New functions for above buffer.
20509
20510 2005-01-30 Richard M. Stallman <rms@gnu.org>
20511
20512 * cus-edit.el (custom-bury-buffer): Function deleted.
20513 (custom-buffer-done-function): Option deleted.
20514 (custom-buffer-done-kill): New replacement option.
20515 (Custom-buffer-done): Call quit-window.
20516 (custom-buffer-create-internal): Update for above changes.
20517
20518 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20519
20520 * simple.el (undo-ask-before-discard): New var.
20521 (undo-outer-limit-truncate): Implement it.
20522 (undo-extra-outer-limit): Doc update.
20523
20524 2005-01-29 Richard M. Stallman <rms@gnu.org>
20525
20526 * ses.el (undo-more): Delete defadvice.
20527 (ses-begin-change): Doc fix.
20528
20529 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20530 instead of rebinding C-x u and C-_.
20531
20532 * files.el (normal-backup-enable-predicate): Return nil for files
20533 in /tmp, regardless of temporary-file-directory.
20534
20535 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20536
20537 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20538 (open-rectangle, delete-whitespace-rectangle-line)
20539 (clear-rectangle-line): If FILL, pass t instead of FILL
20540 for move-to-column's 2nd arg.
20541
20542 * simple.el (undo): Fix the test for continuing a series of undos.
20543 (undo-more): Set pending-undo-list to t when we reach end.
20544 (pending-undo-list): Move up defvar.
20545
20546 * wid-edit.el (widget-button-click):
20547 Shorten the range of the track-mouse binding.
20548
20549 * comint.el (comint-insert-input): Undo previous changes;
20550 use last-input-event in interactive spec.
20551
20552 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20553
20554 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20555 to nil before invoking call-process. Reset buffer's modified flag
20556 after fontifying it in the no-async branch.
20557
20558 * wid-edit.el (widget-specify-button): If mouse pointer shape
20559 cannot be changed, use mouse face instead.
20560
20561 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20562
20563 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20564 (gdb-goto-breakpoint): Make breakpoint handling work on template
20565 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20566 (gdb-assembler-custom): Update to recognize breakpoint information
20567 added on 2005-01-19.
20568
20569 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20570
20571 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20572 (dsssl-mode): Use define-derived-mode.
20573 (scheme-mode-initialize): Remove.
20574 (scheme-mode): Use run-mode-hooks.
20575
20576 * cus-edit.el (customize-group-other-window)
20577 (custom-buffer-create-other-window): Don't override special-display-*.
20578 (custom-mode-map): Make it dense.
20579
20580 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20581 sets the default value.
20582
20583 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20584
20585 * descr-text.el: Add more keywords.
20586
20587 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20588
20589 * speedbar.el: Avoid unnecessary use of locate-library.
20590
20591 * international/mule-cmds.el (standard-display-european-internal):
20592 Don't fiddle with latin-1 non-break space any more since it's now
20593 special cased in the C code.
20594 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20595
20596 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20597
20598 * cus-start.el (all): Add `undo-outer-limit'.
20599
20600 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20601
20602 * textmodes/bibtex.el (bibtex-format-entry):
20603 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20604 field lines.
20605 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20606 not on part of a buffer.
20607
20608 2005-01-25 Lute Kamstra <lute@gnu.org>
20609
20610 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20611 nonempty field text strings like "{letters\\macro{}more letters}".
20612 Clarify docstring.
20613 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20614 (bibtex-entry-offset, bibtex-parse-association)
20615 (bibtex-parse-field-name): Fix typos in docstrings.
20616 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20617
20618 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20619
20620 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20621 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20622 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20623 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20624
20625 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20626 isearch minor mode.
20627
20628 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20629
20630 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20631
20632 2005-01-24 Lute Kamstra <lute@gnu.org>
20633
20634 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20635 CASECHARS and NOT-CASECHARS regular expressions of the
20636 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20637 striding over charsets" error.
20638
20639 2005-01-24 Jay Belanger <belanger@truman.edu>
20640
20641 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20642 display variable name.
20643
20644 2005-01-24 Kenichi Handa <handa@m17n.org>
20645
20646 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20647 Fix setting of the element of encoded-kbd-iso2022-invocations.
20648
20649 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20650
20651 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20652 (gdb-threads-select): Change to also accept mouse events.
20653 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20654 (gdb-threads-mouse-select): Delete.
20655
20656 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20657
20658 * files.el (insert-directory): Take care of empty directory,
20659 listed without -a switch.
20660
20661 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20662
20663 * textmodes/refill.el (refill-post-command-function):
20664 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20665 to the list of functions that we should be careful not to undo.
20666 (refill-late-fill-paragraph-function): Remove.
20667 (refill-saved-state): New var.
20668 (refill-mode): Use it to save fill-paragraph-function.
20669 Save also the value of auto-fill-function.
20670
20671 * term/w32-win.el: Simplify code.
20672
20673 2005-01-23 Kim F. Storm <storm@cua.dk>
20674
20675 * simple.el (line-move): Adapt to new return value from
20676 pos-visible-in-window-p.
20677
20678 * simple.el (line-move): Fix last change. Check partial
20679 visibility at point rather than at window-start.
20680
20681 2005-01-22 Jason Rumney <jasonr@gnu.org>
20682
20683 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20684
20685 2005-01-22 David Kastrup <dak@gnu.org>
20686
20687 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20688
20689 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20690
20691 * type-break.el (type-break-mode): Add a test for
20692 type-break-file-name being non-nil.
20693
20694 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20695
20696 * net/eudc.el (top level): Call (message "") via progn, so that
20697 eudc-options-file is loaded.
20698
20699 2005-01-22 Kim F. Storm <storm@cua.dk>
20700
20701 * simple.el (line-move-1): Rename from line-move.
20702 (line-move): New function that adjusts vscroll for partially
20703 visible rows, and calls line-move-1 otherwise.
20704
20705 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20706
20707 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20708 since it's not a complete read-event implementation
20709
20710 2005-01-20 Jay Belanger <belanger@truman.edu>
20711
20712 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20713 for called function.
20714
20715 2005-01-20 Steven Tamm <steventamm@mac.com>
20716
20717 * term/mac-win.el (process-connection-type): Remove.
20718 Controlled now by s/darwin.h:PTY_ITERATION.
20719
20720 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20721
20722 * window.el (handle-select-window): Don't switch window when we're
20723 in the minibuffer.
20724
20725 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20726
20727 * subr.el (dotimes-with-progress-reporter): New macro.
20728
20729 * ses.el (ses-dotimes-msg): Remove macro.
20730 Use `dotimes-with-progress-reporter' instead.
20731
20732 2005-01-19 Steven Tamm <steventamm@mac.com>
20733
20734 * term/mac-win.el (process-connection-type): Use new
20735 operating-system-release variable to use ptys on Darwin 7 (OS X
20736 10.3) when using carbon build.
20737
20738 2005-01-19 Jay Belanger <belanger@truman.edu>
20739
20740 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20741 flags if the last command was a tab or M-tab.
20742
20743 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20744 in formula editing buffer.
20745
20746 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20747
20748 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20749 breakpoint image symbol in margin.
20750
20751 2005-01-19 Jay Belanger <belanger@truman.edu>
20752
20753 * calc/calc-prog.el (calc-execute-kbd-macro):
20754 Ignore calc-keep-arg-flag.
20755
20756 2005-01-19 Kenichi Handa <handa@m17n.org>
20757
20758 * textmodes/ispell.el (ispell-looking-at): New function.
20759 (ispell-process-line): Use ispell-looking-at to compare the ispell
20760 output and the buffer contents.
20761
20762 2005-01-18 Jay Belanger <belanger@truman.edu>
20763
20764 * calc/calc.el (calc-display-raw): Fix docstring.
20765
20766 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20767
20768 * simple.el (blink-matching-open): Strip extra info from syntax.
20769
20770 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20771 funny chars in the end-of-here-doc marker.
20772
20773 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20774
20775 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20776 that enable/disabled state of breakpoints is shown correctly in
20777 fringe and on ttys.
20778 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20779 Add breakpoint information as text properties.
20780 (gdb-mouse-toggle-breakpoint):
20781 Rename to gdb-mouse-set-clear-breakpoint.
20782 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
20783 breakpoints in the margin.
20784 (gdb-remove-strings): Simplify.
20785
20786 2005-01-17 Jay Belanger <belanger@truman.edu>
20787
20788 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20789 erasing buffer.
20790
20791 2005-01-17 Richard M. Stallman <rms@gnu.org>
20792
20793 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20794 for calling grep-compute-defaults.
20795
20796 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20797 if buffer is empty.
20798
20799 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20800
20801 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20802
20803 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20804
20805 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20806 non-preloaded variables.
20807
20808 2005-01-17 Steven Tamm <steventamm@mac.com>
20809
20810 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20811 tex-shell cause to force interactivity when using pipes.
20812
20813 2005-01-17 Kim F. Storm <storm@cua.dk>
20814
20815 * simple.el (just-one-space): Make arg optional.
20816
20817 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
20818
20819 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20820 posn-at-x-y to t to access left-margin.
20821
20822 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
20823
20824 Sync with Tramp 2.0.47.
20825
20826 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20827 catching keep-date problems in cp/scp operations.
20828 (tramp-handle-copy-file): Don't call `set-file-modes'
20829 unconditionally. Specialized functions should know better what is
20830 necessary. This improves performance a little bit, and the
20831 functions could catch errors with `cp -p' and `scp -p'.
20832 (tramp-do-copy-or-rename-file-via-buffer)
20833 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20834 when appropriate.
20835 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20836 Call `set-file-modes' when appropriate.
20837 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20838 Johnsson <isak@hypergene.com>
20839 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20840 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20841 <joakim@verona.se>
20842 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20843 Emacs only.
20844
20845 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
20846 `find-file-hooks' and `dired-mode-hook'.
20847 (tramp-minor-mode-map): Respective map. Add remapping for
20848 `compile' and `recompile'.
20849 (tramp-remap-command, tramp-recompile): New defuns.
20850 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20851 in buffer "*Compilation*". Call the commands asynchronously.
20852
20853 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20854 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20855 `shell-command', because it isn't magic in XEmacs. Reported by
20856 Adrian Aichner <adrian@xemacs.org>.
20857
20858 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20859 `substitute-in-file-name.
20860 (tramp-smb-handle-substitute-in-file-name): New defun.
20861 (tramp-smb-advice-PC-do-completion): Delete advice.
20862
20863 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20864
20865 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20866 Fix error in deleting region.
20867
20868 2005-01-15 Richard M. Stallman <rms@gnu.org>
20869
20870 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20871 In non-temp buffer, switch syntax table temporarily.
20872
20873 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20874
20875 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20876
20877 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20878
20879 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20880 (imenu--generic-function): Use START, not BEG, as pos of definition.
20881
20882 * simple.el (just-one-space): Argument specifies number of spaces.
20883
20884 * simple.el (eval-expression-print-format): Avoid warning
20885 about edebug-active.
20886
20887 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
20888
20889 * progmodes/sh-script.el: Code copied from make-mode.el
20890 with small changes,
20891 (sh-mode-map): Bind C-c C-\.
20892 (sh-backslash-column, sh-backslash-align): New variables.
20893 (sh-backslash-region, sh-append-backslash): New functions.
20894
20895 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20896
20897 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20898 (rmail-pop-password, rmail-pop-password-required): Move to
20899 rmail-obsolete group.
20900 (rmail-set-pop-password): Rename to rmail-set-remote-password.
20901 All callers updated.
20902 (rmail-get-pop-password): Rename to rmail-get-remote-password.
20903 Take an argument specifying whether it is POP or IMAP mailbox we
20904 are using. All callers updated.
20905 (rmail-pop-password-error): Rename to
20906 rmail-remote-password-error. Added mailutils-specific error message.
20907 (rmail-movemail-search-path)
20908 (rmail-movemail-variant-in-use): New variables.
20909 (rmail-remote-password, rmail-remote-password-required):
20910 New customization variables.
20911 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20912 (rmail-parse-url): New function.
20913 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20914 with GNU mailutils movemail.
20915
20916 2005-01-15 Kevin Ryde <user42@zip.com.au>
20917
20918 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20919 suffix to space, $ or '$, to correctly position point when going
20920 to @table style constants like DBL_MAX.
20921
20922 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20923
20924 * type-break.el (type-break-mode, type-break-file-time)
20925 (type-break-file-keystroke-count, type-break-choose-file):
20926 Don't store data in or load data from the file if type-break-file-name
20927 is nil.
20928 (type-break-file-name): Doc update as per the above.
20929
20930 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20931
20932 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20933 lookup-key might return nil; handle that.
20934
20935 2005-01-15 Alan Mackenzie <acm@muc.de>
20936
20937 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20938 rather than the element found, thus enabling the tree to be setcar'd.
20939
20940 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20941
20942 * textmodes/org.el (org-show-following-heading): New option.
20943 (org-show-hierarchy-above): Use `org-show-following-heading'.
20944 (org-cycle): Documentation fix.
20945
20946 * textmodes/org.el (orgtbl-optimized): New option
20947 (orgtbl-mode): New command, a minor mode.
20948 (orgtbl-mode-map): New variable.
20949 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20950 (orgtbl-error, orgtbl-self-insert-command)
20951 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20952
20953 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20954 a local variable in each org-mode buffer.
20955
20956 * textmodes/org.el (org-set-regexps-and-options): Rename from
20957 `org-set-regexps'. Added checking for STARTUP keyword.
20958 (org-get-current-options): Add STARTUP options.
20959 (org-table-insert-row): Make mode intelligent about when
20960 realignment is needed.
20961 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20962 New commands.
20963 (org-enable-table-editor): New default value `optimized'.
20964 (org-table-blank-field): Support blanking regions if active.
20965
20966 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20967
20968 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20969 if the year is not given.
20970
20971 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20972 Add new escapes %m and %M, fixed bug with %F by adding
20973 save-match-data.
20974 (reftex-reference): Remove ?. from list of spaces.
20975 (reftex-label-info): Add automatic label prefix recognition.
20976
20977 * textmodes/reftex-index.el (reftex-index-next-phrase):
20978 Add slave parameter to call of `reftex-index-this-phrase'.
20979 (reftex-index-this-phrase): New optional argument.
20980 (reftex-index-region-phrases): Add slave parameter to call of
20981 `reftex-index-this-phrase'.
20982 (reftex-display-index): New argument redo.
20983 (reftex-index-rescan): Add `redo' to arguments of
20984 `reftex-display-index'.
20985 (reftex-index-Rescan, reftex-index-revert)
20986 (reftex-index-switch-index-tag): Add `redo' to arguments of
20987 `reftex-display-index'.
20988 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20989 indexing. Fix bug with matching is there is a quote before or
20990 after the word.
20991
20992 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20993 Fix bug when collecting citation keys in lines with comments.
20994 (reftex-citation): Prefix argument no longer rescans the document,
20995 but forces prompting for optional arguments of cite macros.
20996 (reftex-do-citation): Prompting for optional arguments implemented.
20997
20998 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20999 Add optional arguments to most cite commands.
21000 (reftex-cite-cleanup-optional-args): New option
21001 (reftex-cite-prompt-optional-args): New option.
21002 (reftex-trust-label-prefix): New option.
21003
21004 * textmodes/reftex-toc.el (reftex-toc-find-section):
21005 Add push-mark before changing the position in the buffer.
21006
21007 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
21008 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
21009
21010 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
21011
21012 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
21013 more carefully.
21014
21015 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
21016
21017 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
21018 (sgml-mode): Use it.
21019 (sgml-get-context): Better keep track of implicitly closed tags.
21020
21021 2005-01-13 Kenichi Handa <handa@m17n.org>
21022
21023 * textmodes/ispell.el: These changes are to fix misalignment error
21024 caused by equivalent characters of different Emacs charsets.
21025 (ispell-unified-chars-table): New variable.
21026 (ispell-get-decoded-string): New function.
21027 (ispell-get-casechars, ispell-get-not-casechars)
21028 (ispell-get-otherchars): Call ispell-get-decoded-string.
21029
21030 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
21031
21032 * custom.el (custom-declare-variable): Just put symbol instead
21033 of (defvar . symbol) in `current-load-list'.
21034
21035 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
21036
21037 * emacs-lisp/elint.el: Fixed typo in Commentary section.
21038
21039 2005-01-12 Jay Belanger <belanger@truman.edu>
21040
21041 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
21042 to create a Calc summary.
21043
21044 2005-01-12 Kim F. Storm <storm@cua.dk>
21045
21046 * mouse.el (mouse-on-link-p): Change functionality and doc
21047 string to comply with latest description in lisp ref.
21048
21049 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
21050
21051 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
21052 Enable mouse clicks on mode-line, header-line and margin.
21053 (event-type): Give mouse event symbols an `event-kind' property
21054 with value `mouse-click'.
21055
21056 2005-01-12 Juri Linkov <juri@jurta.org>
21057
21058 * facemenu.el (list-colors-display): Add new arg buffer-name.
21059 Use it. Fix docstring. Replace code for identifying duplicate
21060 colors by the name with call to `list-colors-duplicates' which
21061 identifies duplicate colors by the value unless the color
21062 is one of special Windows colors. Set truncate-lines to t.
21063 Print sorted duplicate color names on each line. Indent to 22
21064 \(the longest color name in rgb.txt) instead of 20. Optimize.
21065 (list-colors-duplicates): New function.
21066 (facemenu-color-name-equal): Delete function.
21067
21068 * facemenu.el (list-colors-print): New function created from code
21069 in list-colors-display. Print #RRGGBB at the window right edge.
21070 (list-colors-display): When temp-buffer-show-function is not
21071 defined, call list-colors-print from temp-buffer-show-hook
21072 to get the right value of window-width in list-colors-print
21073 after the buffer is displayed.
21074
21075 * simple.el (pop-mark): Move deactivate-mark out of conditional
21076 part to deactivate the active mark regardless of the state of the
21077 mark ring.
21078
21079 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21080 variables line in desktop files.
21081
21082 2005-01-12 Juri Linkov <juri@jurta.org>
21083
21084 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21085 Bring together isearch highlight related options.
21086 (lazy-highlight): Replace group `replace' by `matching'.
21087 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21088 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21089 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21090 and declare them obsolete.
21091 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21092 (isearch-faces): Remove defgroup.
21093 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21094 Move isearch highlighting code closer to lazy highlighting code.
21095
21096 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21097 (query-replace-highlight, query-replace-lazy-highlight)
21098 (query-replace): Move definitions to the beginning of the file.
21099
21100 2005-01-11 Juri Linkov <juri@jurta.org>
21101
21102 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21103 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21104 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21105
21106 * info.el (Info-history-forward): New variable.
21107 (Info-select-node): Reset Info-history-forward to nil.
21108 (Info-last): Turn into defalias.
21109 (Info-history-back): Rename from Info-last.
21110 Add current node to Info-history-forward.
21111 (Info-history-forward): New fun.
21112 (Info-mode-map): Replace Info-last by Info-history-back.
21113 Bind Info-history-forward to "r".
21114 (Info-mode-menu): Replace Info-last by Info-history-back.
21115 Fix menu item text. Add menu item for Info-history-forward.
21116 (info-tool-bar-map): Replace Info-last by Info-history-back.
21117 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21118 for Info-history-forward.
21119 (Info-mode): Replace Info-last by Info-history-back in docstring.
21120 Add local variable Info-history-forward.
21121 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21122
21123 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21124
21125 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21126 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21127 Ignore select-window events rather than fiddle with
21128 mouse-autoselect-window.
21129
21130 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21131
21132 * type-break.el (type-break-mode): Fix previous change.
21133
21134 2005-01-10 Jay Belanger <belanger@truman.edu>
21135
21136 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21137 calculator; only reset when point is inside a calculator.
21138 Don't adjust the window height if the window takes up the whole height
21139 of the frame.
21140
21141 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21142
21143 * ebuff-menu.el (Electric-buffer-menu-mode):
21144 Preserve value of buffer-local var header-line-format.
21145
21146 2005-01-09 Jay Belanger <belanger@truman.edu>
21147
21148 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21149 Make sure settings file exists before accessing it.
21150
21151 * calc/calc-embed.el (calc-embedded-subst):
21152 Replace math-multi-subst-rec, which is only supposed to be called
21153 by math-multi-subst, by math-multi-subst.
21154
21155 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21156
21157 * vc.el (vc-allow-async-revert): New user option.
21158 (vc-disable-async-diff): New internal variable.
21159 (vc-revert-buffer): Use them to disable asynchronous diff.
21160
21161 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21162 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21163 asynchronously if vc-disable-async-diff is t.
21164
21165 2005-01-09 Jay Belanger <belanger@truman.edu>
21166
21167 * calc/calc.el (defcalcmodevar): New macro.
21168 (calc-mode-var-list-restore-default-values)
21169 (calc-mode-var-list-restore-saved-values): New functions.
21170 (calc-mode-var-list): Use defcalcmodevar to define it.
21171 (calc-always-load-extensions, calc-line-numbering)
21172 (calc-line-breaking, calc-display-just, calc-display-origin)
21173 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21174 (calc-group-char, calc-point-char, calc-frac-format)
21175 (calc-prefer-frac, calc-hms-format, calc-date-format)
21176 (calc-float-format, calc-full-float-format, calc-complex-format)
21177 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21178 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21179 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21180 (calc-matrix-brackets, calc-language, calc-language-option)
21181 (calc-left-label, calc-right-label, calc-word-size)
21182 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21183 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21184 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21185 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21186 (calc-window-height, calc-display-trail, calc-show-selections)
21187 (calc-use-selections, calc-assoc-selections)
21188 (calc-display-working-message, calc-auto-why, calc-timing)
21189 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21190 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21191 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21192 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21193 (calc-gnuplot-geometry, calc-graph-default-resolution)
21194 (calc-graph-default-resolution-3d, calc-invocation-macro)
21195 (calc-show-banner): Use defcalcmodevar to declare them and set
21196 their default values.
21197
21198 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21199 instead of default values (but restore default values if there is
21200 an argument of 0).
21201
21202 2005-01-09 David Kastrup <dak@gnu.org>
21203
21204 * desktop.el (desktop-restore-eager): Fix typo in type.
21205
21206 2005-01-08 Richard M. Stallman <rms@gnu.org>
21207
21208 * cus-edit.el (customize): Delete :link.
21209
21210 2005-01-08 Jay Belanger <belanger@truman.edu>
21211
21212 * calc/calc.el (calc-mode): Remove the extension from the
21213 `calc-settings-file' file name when loading it.
21214
21215 2005-01-08 Kim F. Storm <storm@cua.dk>
21216
21217 * info.el (Info-mode-map, Info-next-link-keymap)
21218 (Info-prev-link-keymap, Info-up-link-keymap):
21219 Map follow-link to mouse-face.
21220 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21221
21222 2005-01-08 Jay Belanger <belanger@truman.edu>
21223
21224 * calc/calc.el (calc-settings-file): Change default value.
21225 Suggested by cgw in a comment in calc-mode.el.
21226
21227 * calc/calc-mode.el (calc-settings-file-name):
21228 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21229 Replace ~/.emacs in a prompt by calc-settings-file.
21230
21231 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21232
21233 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21234 (desktop-lazy-idle-delay): New customizable variables.
21235 (desktop-buffer-args-list): New variable.
21236 (desktop-append-buffer-args): New function.
21237 (desktop-save): Call desktop-append-buffer-args for some buffers.
21238 (desktop-lazy-create-buffer): New function.
21239 (desktop-idle-create-buffers): New function.
21240 (desktop-read): Add message about buffers to restore lazily.
21241 (desktop-lazy-abort): New command.
21242 (desktop-clear): Call desktop-lazy-abort.
21243 (desktop-lazy-complete): New command.
21244
21245 2005-01-06 Richard M. Stallman <rms@gnu.org>
21246
21247 * emacs-lisp/find-func.el (find-face-definition):
21248 Rename from find-face.
21249
21250 2005-01-06 Kim F. Storm <storm@cua.dk>
21251
21252 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21253
21254 * man.el (Man-xref-man-page, Man-xref-header-file)
21255 (Man-xref-normal-file): Add follow-link property.
21256
21257 2005-01-06 Jay Belanger <belanger@truman.edu>
21258
21259 * calc/calc-units.el: Make sure the proper macro definitions are
21260 available when compiling.
21261
21262 2005-01-06 Juri Linkov <juri@jurta.org>
21263
21264 * isearch.el (isearch-lazy-highlight-update):
21265 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21266
21267 2005-01-06 Miles Bader <miles@gnu.org>
21268
21269 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21270 (isearch-lazy-highlight-face): Use new name.
21271
21272 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21273
21274 * uniquify.el (uniquify-rationalize-file-buffer-names):
21275 Re-add an interactive spec.
21276 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21277 to the same name.
21278
21279 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21280 (isearch-update, isearch-done): Adjust calls accordingly.
21281
21282 2005-01-05 Richard M. Stallman <rms@gnu.org>
21283
21284 * custom.el (custom-set-variables, custom-theme-set-variables):
21285 Clarify documentation.
21286
21287 * emacs-lisp/find-func.el (find-variable)
21288 (find-variable-other-window, find-variable-other-frame):
21289 Fix the TYPE args to find-function-read and find-function-do-it.
21290 (find-function): Doc fix.
21291 (find-function-at-point): Replace function-at-point alias.
21292
21293 2005-01-04 Richard M. Stallman <rms@gnu.org>
21294
21295 * cus-face.el (custom-declare-face):
21296 Record defface in current-load-list.
21297
21298 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21299
21300 * emacs-lisp/find-func.el: Doc fixes.
21301 (find-face-regexp): New variable.
21302 (find-function-regexp-alist): New variable.
21303 (find-function-C-source): Third arg is now TYPE.
21304 (find-function-search-for-symbol): Handle general TYPE.
21305 (find-function-read, find-function-do-it): Handle general TYPE.
21306 (find-definition-noselect, find-face): New functions.
21307 (function-at-point): Alias deleted.
21308
21309 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21310
21311 * battery.el (display-battery-mode): Rename from display-battery.
21312 Handle the case where it gets turned off.
21313
21314 2005-01-04 Richard M. Stallman <rms@gnu.org>
21315
21316 * cus-edit.el (customize): Make :link point to user doc.
21317
21318 * man.el (Man-fontify-manpage): Turn off undo generation.
21319
21320 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21321
21322 2005-01-04 Andreas Schwab <schwab@suse.de>
21323
21324 * files.el (insert-directory): Only look for error lines in
21325 inserted text. Don't move too far after processing --dired markers.
21326
21327 2005-01-04 Richard M. Stallman <rms@gnu.org>
21328
21329 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21330 Don't expand if the character is @, period, dash, etc.
21331 (define-mail-abbrev): Quote names that contain problem characters.
21332
21333 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21334
21335 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21336
21337 2005-01-03 Richard M. Stallman <rms@gnu.org>
21338
21339 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21340 (query-replace-highlight, query-replace-lazy-highlight)
21341 (query-replace): Definitions moved up. Doc fix.
21342
21343 2005-01-03 Richard M. Stallman <rms@gnu.org>
21344
21345 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21346 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21347 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21348 (lazy-highlight-face): Rename from isearch-lazy-...
21349 Change all references to them.
21350
21351 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21352
21353 * cus-edit.el (custom-file): Doc fix for defcustom.
21354 (custom-file): The function no longer sets the variable
21355 `custom-file' to its return value.
21356
21357 * startup.el (command-line): No longer load `custom-file'.
21358
21359 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21360
21361 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21362
21363 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21364 Don't confuse module-prefixed identifiers for labels.
21365 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21366
21367 2005-01-02 Richard M. Stallman <rms@gnu.org>
21368
21369 * files.el (basic-save-buffer-1): Fix previous change.
21370
21371 * loadhist.el (file-loadhist-lookup): New function.
21372 (file-provides, file-requires): Use it.
21373
21374 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21375 instead of calculating the right size.
21376
21377 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21378
21379 * vc-svn.el (vc-svn-diff): Stay local if possible.
21380
21381 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21382
21383 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21384
21385 * files.el (hack-local-variables): Fix last change.
21386
21387 2005-01-02 Jay Belanger <belanger@truman.edu>
21388
21389 * calc/calc-yank.el (calc-edit-top): New variable.
21390 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21391 object. Change header properties.
21392 (calc-edit-finish, calc-edit-finish-stack-object)
21393 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21394 edited object.
21395 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21396 for the beginning of the edited object.
21397 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21398 for the beginning of the edited object.
21399 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21400 (calc-finish-formula-edit, calc-macro-repeats)
21401 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21402 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21403 beginning of the edited object.
21404 (calc-user-define-edit): Change the header for editing macros.
21405 Remove unnecessary variable.
21406
21407 2005-01-01 Jay Belanger <belanger@truman.edu>
21408
21409 * calc/calc-yank.el (calc-edit-mode): Change default header.
21410 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21411 * calc/calc-store.el (calc-edit-variable): Change title to match new
21412 header.
21413 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21414 mode to match new header.
21415 (calc-user-define-edit): Change titles to include names of commands.
21416 (calc-finish-formula-edit): Adjust to handle new header.
21417 (calc-finish-macro-edit): Remove.
21418 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21419 (calc-edit-macro-command, calc-edit-macro-command-type)
21420 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21421 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21422 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21423 (calc-edit-macro-finish-edit): New functions.
21424 (calc-user-define-edit): Use new functions to edit named calc macros.
21425
21426 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21427
21428 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21429
21430 * ses.el (copy-region-as-kill): Deactivate mark.
21431
21432 2005-01-01 Richard M. Stallman <rms@gnu.org>
21433
21434 * replace.el (occur-1): If the output buffer is also an input,
21435 don't kill it, rename it.
21436
21437 * faces.el (set-face-background, set-face-foreground): Doc fix.
21438
21439 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21440 for :foreground and :background.
21441
21442 * dired.el (dired-view-command-alist): Variable deleted.
21443 (dired-view-file, dired-mouse-find-file-other-window):
21444 Delete the code to use it.
21445
21446 2005-01-01 Kim F. Storm <storm@cua.dk>
21447
21448 * image.el (insert-sliced-image): Use t for line-height property.
21449
21450 See ChangeLog.11 for earlier changes.
21451
21452 ;; Local Variables:
21453 ;; coding: iso-2022-7bit
21454 ;; End:
21455
21456 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21457 Copying and distribution of this file, with or without modification,
21458 are permitted provided the copyright notice and this notice are preserved.
21459
21460 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1