(hide-sublevels): Provide better interactive default.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * outline.el (hide-sublevels): Provide better interactive default.
4
5 2006-03-06 Kenichi Handa <handa@m17n.org>
6
7 * international/fontset.el (create-fontset-from-fontset-spec):
8 Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
9
10 2006-03-05 Luc Teirlinck <teirllm@auburn.edu>
11
12 * progmodes/gud.el (gud-jdb-marker-filter): Double quote `[' in
13 regexp for Lisp syntax.
14 (gud-tooltip-dereference): Add missing optional argument.
15
16 2006-03-04 John Paul Wallington <jpw@pobox.com>
17
18 * wdired.el (toplevel): Require `cl' at compile-time.
19
20 2006-03-04 Andreas Schwab <schwab@suse.de>
21
22 * server.el (server-process-filter): Handle errors during
23 evaluation of the argument.
24
25 2006-03-03 John Paul Wallington <jpw@pobox.com>
26
27 * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
28 escape parentheses at beginning of line.
29 (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
30 (t-mouse-mode): Remove period from end of error message.
31
32 2006-03-03 Agustin Martin <agustin.martin@hispalinux.es>
33
34 * textmodes/flyspell.el (flyspell-process-localwords):
35 Be case-sensitive.
36
37 2006-03-03 Martin Rudalics <rudalics@gmx.at>
38
39 * cus-edit.el (custom-quote): Remove function, since it has been
40 moved to custom.el.
41
42 * font-lock.el (lisp-font-lock-keywords-2)
43 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
44 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
45 they have no special meaning.
46
47 * midnight.el (clean-buffer-list): Handle case where base-buffer of
48 indirect buffer gets killed before indirect buffer. Use dolist.
49
50 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
51
52 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
53 value instead of a literal constant (1) on more pauses.
54
55 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
56
57 * textmodes/flyspell.el (flyspell-external-point-words):
58 Be case-sensitive.
59
60 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
61
62 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
63 with "www".
64
65 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
66
67 * allout.el: Restablish intermediate missing comment header to
68 preserve outline structure.
69 (allout-beginning-of-current-entry): Skip invisible text.
70 (allout-open-topic): Fix opening a topic at end-of-buffer.
71 (allout-minor-mode): Move nearer to allout-mode function.
72
73 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
74
75 * textmodes/org.el (org-paste-subtree): Remove (debug) form.
76
77 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
78
79 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
80 is nil.
81
82 * progmodes/gud.el (gud-speedbar-menu-items):
83 Use buffer-local-value and add missing :visible keyword.
84
85 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
86
87 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
88
89 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
90 must be `follow-link'.
91
92 * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
93
94 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
95 formatting: No nested anchors.
96 (org-all-targets): Fix bug with XEmacs compatibility.
97 (org-read-date): Add (require 'parse-time).
98 (org-set-tags): Fix bug with extra inserted space.
99 (org-export-html-style): Define a style class for targets.
100 (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
101 (org-hide-leading-stars): New option.
102 (org-hide): New face.
103 (org-set-font-lock-defaults): Allow to hide leading stars.
104 (org-get-legal-level, org-tr-level): New functions.
105 (org-odd-levels-only): New option.
106 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
107 (org-demote, org-promote): Deal with double-star levels.
108 (org-convert-to-odd-levels): New command.
109
110 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
111
112 * speedbar.el (speedbar-update-localized-contents): Try to
113 preserve window-start.
114 (speedbar-update-directory-contents): Try to preserve window-start
115 and window-point.
116 (speedbar-update-special-contents): Don't move back to start of window.
117
118 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
119 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
120 speedbar-timer-fn.
121 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
122 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
123 instead of gdb-speedbar-timer-fn.
124
125 2006-02-28 Jay Belanger <belanger@truman.edu>
126
127 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
128 (math-compose-expr): Use latex option when calling
129 `math-compose-tex-matrix' for latex mode.
130
131 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
132
133 * speedbar.el: Re-instate comments about developing for speedbar
134 [this is what info and gdb-ui use even if better methods exist now].
135
136 * t-mouse.el: New file.
137 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
138 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
139 primitive...
140 (t-mouse-make-event-element): ...posn-at-x-y instead.
141 (t-mouse-make-event): Deal with Fedora Core 3.
142 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
143 (t-mouse-mouse-position-function): New function. Use it instead
144 of advising mouse-position.
145 (t-mouse-mode): New minor mode.
146 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
147
148 2006-02-27 Glenn Morris <rgm@gnu.org>
149
150 * calendar/calendar.el (calendar-holidays): Doc fix.
151
152 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
153
154 * progmodes/gdb-ui.el (gdb-source-window): New variable.
155 Re-introduce the concept of a source window.
156 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
157 consistency with get-buffer-create.
158 (def-gdb-auto-update-handler, gdb-info-locals-handler)
159 (gdb-data-list-register-values-handler)
160 (gdb-stack-list-locals-handler): Try to preserve window-start as
161 well as window-point.
162 (gdb-display-source-buffer): New function (old concept).
163 (gdb-goto-breakpoint): Use it.
164
165 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
166 for gdb-ui/gdb-mi (old concept).
167
168 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
169
170 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
171 binding.
172
173 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
174 binding.
175
176 * textmodes/reftex-sel.el (reftex-select-label-map)
177 (reftex-select-bib-map): Add `follow-mouse' binding.
178
179 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
180
181 * jka-cmpr-hook.el (jka-compr-compression-info-list)
182 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
183 Give :set functions to provide automatic updating.
184 Update docstring. Give compiler defvars early in the file
185 and move the defcustoms to a later spot where all called functions
186 are defined.
187 (jka-compr-file-name-handler-entry): Doc fix.
188 (jka-compr-compression-info-list--internal)
189 (jka-compr-mode-alist-additions--internal)
190 (jka-compr-load-suffixes--internal): New variables.
191 (jka-compr-install): Set the three above variables.
192 Update `load-file-rep-suffixes' instead of `load-suffixes'.
193 (jka-compr-update, jka-compr-set): New functions.
194 (auto-compression-mode): Doc fix.
195
196 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
197 Update `load-file-rep-suffixes' instead of `load-suffixes'.
198 Use jka-compr-compression-info-list--internal,
199 jka-compr-mode-alist-additions--internal and
200 jka-compr-load-suffixes--internal.
201
202 * files.el (load-library):
203 * loadhist.el (file-loadhist-lookup):
204 * startup.el (command-line):
205 * subr.el (locate-library):
206 * emacs-lisp/autoload.el (update-directory-autoloads):
207 * emacs-lisp/find-func.el (find-library-suffixes):
208 Use `get-load-suffixes' instead of `load-suffixes'.
209
210 * subr.el (locate-library):
211 * emacs-lisp/find-func.el (find-library-name):
212 Use `load-file-rep-suffixes' instead of '("").
213
214 2006-02-26 Kim F. Storm <storm@cua.dk>
215
216 * ido.el (ido-save-history, ido-load-history): Simplify.
217 Don't use find-file-noselect to avoid interference from other modes.
218
219 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
220
221 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
222 to use the default shell if filename is not available.
223 Reported by Giorgos Keramidas.
224
225 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
226
227 * progmodes/etags.el (tags-completion-table): Do completion from
228 all the tables in the current list, as documented in the manual.
229
230 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
231
232 * CC Mode Update to 5.31.3.
233
234 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
235
236 * progmodes/cc-mode.el (c-postprocess-file-styles):
237 Bind inhibit-read-only to t, around the call to
238 c-remove-any-local-eval-or-mode-variables, so that it works on a
239 RO file.
240
241 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
242
243 * progmodes/cc-awk.el: Correct a typo.
244
245 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
246
247 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
248 c-hungry-delete-backwards, at the request of RMS. Leave the old
249 name as an alias.
250
251 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
252
253 * progmodes/cc-mode.el: Correct a typo.
254
255 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
256
257 * progmodes/cc-defs.el: Update the version number to 5.31.3.
258
259 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
260
261 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
262 brace-else-brace (error due to mbeg, mend being undefined).
263
264 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
265
266 * progmodes/cc-mode.el: File Local variables: Solve the problem
267 where both `mode' and c-file-offsets are specified: `mode' will
268 overwrite c-f-o's settings:
269 (c-remove-any-local-eval-or-mode-variables): New function.
270 (c-postprocess-file-styles): Call the above new function, within
271 c-tentative-buffer-change, to splat `mode' and `eval' before the
272 second hack-local-variables.
273
274 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
275
276 * progmodes/cc-mode.el:
277 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
278 (c-after-change): Protect the match data with save-match-data.
279 It was getting corrupted by c-after-change-check-<>-operators.
280
281 * cc-defs.el: [Supersedes patch V1.38]:
282 (top level): Check for a buggy font-lock-compile-keywords ONLY in
283 XEmacs. GNU Emacs 22 now has a check which would throw an error here.
284
285 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
286 with save-match-data. It was being corrupted when Font Lock was
287 not enabled.
288
289 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
290
291 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
292 Mode and Subword Mode.
293
294 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
295 real labels ("case 1:" or "foo:") from non-labels ("public:").
296 (c-forward-objc-directive): Replace c-forward-token-2 with crude
297 coding; c-f-t-2 doesn't move over a token at EOB.
298
299 * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
300
301 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
302 (c-update-modeline): Concatenate the minor mode indicators
303 directly onto mode-name, removing c-submode-indicators.
304 Sometimes, c-s-i got separated from the mode name on the mode line.
305
306 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
307 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
308
309 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
310
311 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
312 error message when there's an evaluation error to show whether
313 it's loaded from source or not.
314 (c-filter-ops): Make it available at runtime too to work when
315 `c-make-init-lang-vars-fun' needs to evaluate from source.
316
317 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
318
319 * help.el (help): Revert last part of 2006-02-23 change (deletion
320 of the `provide' call).
321
322 2006-02-23 Juri Linkov <juri@jurta.org>
323
324 * compare-w.el (compare-windows-highlight): Add new value
325 `persistent' and change :type from `boolean' to `choice'.
326 (compare-windows-overlays1, compare-windows-overlays2):
327 New internal variables.
328 (compare-windows-highlight): If compare-windows-highlight is
329 `persistent', add current overlays to compare-windows-overlays[12]
330 instead of adding compare-windows-dehighlight to pre-command-hook.
331 (compare-windows-dehighlight): Delete all overlays from
332 compare-windows-overlays[12].
333
334 * info.el (Info-search): Don't bind search-spaces-regexp to
335 Info-search-whitespace-regexp in non-regexp isearch mode.
336
337 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
338
339 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
340
341 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
342
343 * textmodes/org.el (org-xemacs-p)
344 (org-export-html-show-new-buffer, org-table-may-need-update)
345 (org-insert-item, org-mhe-get-message-real-folder)
346 (org-mhe-get-message-folder-from-index)
347 (org-mhe-get-message-folder, org-mhe-get-message-num)
348 (org-mhe-get-header, org-make-org-heading-search-string)
349 (org-make-org-heading-camel, org-table-sort-lines)
350 (org-format-org-table-html, org-format-table-table-html):
351 Fix typos in docstrings.
352
353 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
354
355 * textmodes/org.el (org-cleaned-string-for-export)
356 (org-solidify-link-text): New function.
357 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
358 XEmacs, just to silence the compiler.
359 (org-export-as-ascii, org-export-as-html-and-open):
360 Use `org-cleaned-string-for-export' and create internal links.
361 (org-follow-mhe-link): Require mh-e, use folder.
362
363 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
364
365 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
366
367 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
368 gdb-debug-log-length.
369 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
370 it a real ring but...
371 (gud-gdba-marker-filter): ...make it work like mark-ring.
372 (gdb-enable-debug): Rename from gdb-enable-debug-log.
373 (gdb-mouse-jump): New function. Add bindings.
374
375 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
376
377 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
378 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
379 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
380 (gdb-debug-log-length): Customize it's length.
381 (gud-watch, gdb-var-create-handler): Display function::var format
382 but don't use to create variable object.
383 (gdb-var-create-handler): Use message-box in place of message.
384 (gdb-stopped): Call gdb-exited if signalled.
385
386 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
387
388 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
389
390 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
391
392 * textmodes/reftex.el (reftex-locate-file): Search all extensions
393 if `reftex-try-all-extensions' is set.
394
395 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
396 fail silently when there is no valid argument at point.
397 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
398 `fail-silently' argument. From a patch by David Reiter.
399
400 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
401 New commands.
402 (org-mark-ring): New variable.
403 (org-mark-ring-length): New option.
404 (org-open-at-point, org-goto, org-open-file): Push old position
405 onto the mark ring.
406 (org-add-hook): New function.
407 (org-export-table-remove-special-lines): New option.
408 (org-skip-comments, org-format-org-table-html): Respect new
409 option `org-export-table-remove-special-lines'.
410 (org-open-file): Allow special command configuration for
411 directory link.
412 (org-file-apps): Fix bugs in customize type, added setting
413 for directories.
414 (org-activate-tags, org-format-agenda-item, org-complete)
415 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
416 (org-get-tags, org-get-buffer-tags, org-open-at-point)
417 (org-link-search, org-make-org-heading-search-string)
418 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
419 (org-radio-targets, org-file-link-context-use-camel-case)
420 (org-activate-camels): New options.
421 (org-update-radio-target-regexp, org-all-targets)
422 (org-make-target-link-regexp, org-activate-target-links):
423 New functions.
424 (org-make-org-heading-search-string): New function.
425 (org-store-link, org-insert-link): Use new option
426 `org-file-link-context-use-camel-case'.
427 (org-activate-camels): Use new option `org-activate-camels'.
428 (org-link-regexp): Add mhe prefix.
429 (org-open-at-point, org-store-link): Support for mhe links.
430 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
431 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
432 (org-mhe-get-header, org-follow-mhe-link): New functions.
433 (org-remove-angle-brackets, org-add-angle-brackets):
434 New functions.
435 (org-bracket-link-regexp): New constant.
436 (org-read-date): Fix bug that was rejecting all typed dates.
437 (org-link-search): Make hierarchy above visible after a match.
438 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
439 (org-store-link): Fix bug with link creation when cursor is in
440 an empty line.
441 (org-open-at-point): Fix bug with matching a link.
442 Fixed buggy argument sequence in call to `org-view-tags'.
443 (org-compile-prefix-format): Set `org-prefix-has-tag'.
444 (org-prefix-has-tag): New variable.
445 (org-format-agenda-item): Remove tags from headline
446 if appropriate.
447 (org-agenda-remove-tags-when-in-prefix): New option.
448
449 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
450
451 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
452 Fix the regular expressions.
453
454 2006-02-21 Richard M. Stallman <rms@gnu.org>
455
456 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
457 if there's no other specific basis.
458
459 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
460 as variables at all.
461 (unsafep-variable): Rename arg; doc fix.
462
463 * abbrevlist.el (list-one-abbrev-table): Add autoload.
464
465 * calendar/appt.el (diary-selective-display): Add defvar.
466
467 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
468
469 * isearch.el (search-whitespace-regexp): Fix custom type.
470
471 * help.el (describe-key-briefly): Compute interactive args
472 in same was as before previous change.
473
474 * files.el (enable-local-variables): Doc fix.
475
476 2006-02-21 Kim F. Storm <storm@cua.dk>
477
478 * fringe.el: Cleanup as file is now pre-loaded.
479 (fringe-bitmaps): Initialize unconditionally.
480 (fringe-mode, set-fringe-style): Remove autoload cookies.
481
482 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
483
484 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
485 `horizontal-bar'.
486 (fringe-cursor-alist): Use `horizontal-bar'.
487
488 2006-02-20 Kim F. Storm <storm@cua.dk>
489
490 * fringe.el (fringe-bitmaps): Update to new bitmap names.
491 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
492
493 * loadup.el: Load "fringe" on window systems.
494
495 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
496
497 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
498 out of scope components.
499
500 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
501 default.
502
503 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
504
505 * custom.el (customize-mark-to-save, customize-mark-as-set):
506 Load the symbol first.
507
508 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
509
510 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
511 strech spec so it doesn't display as "^J" on the header line
512 when `Buffer-menu-use-header-line' is t.
513
514 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
515
516 * speedbar.el (speedbar-make-button): Keep text properties
517 of string arguments if desired.
518
519 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
520 expessions.
521
522 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
523 of speedbar.
524
525 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
526
527 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
528 to value of `read-file-name-completion-ignore-case'.
529
530 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
531
532 * custom.el (customize-mark-as-set): Push to `user' theme.
533
534 * cus-edit.el (custom-save-variables): Allow unthemed values.
535 (customize-set-variable): Push setting to `user' theme.
536
537 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
538
539 * progmodes/gud.el: Don't require font-lock as it's now
540 automatically loaded.
541 (gud-speedbar-buttons): Replace gdb-var-changed with
542 gdb-force-update.
543
544 * progmodes/gdb-ui.el (gdb-force-update): Rename from
545 gdb-var-changed.
546 (gdb-post-prompt): Use it.
547 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
548 (gdb-var-update-handler, gdb-var-delete)
549 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
550 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
551 gdb-force-update in gdb-post-prompt.
552 (gdb-reset): Clear watch expressions from speedbar when quitting.
553
554 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
555
556 * viper-cmd.el (viper-insert-state-post-command-sentinel)
557 (viper-change-state-to-vi, viper-change-state-to-emacs):
558 Make aware of cursor coloring in the Emacs state.
559 (viper-special-read-and-insert-char): Use read-char-exclusive.
560 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
561
562 * viper-init.el (viper-emacs-state-cursor-color): New variable.
563
564 * viper-util.el (viper-save-cursor-color)
565 (viper-get-saved-cursor-color-in-replace-mode)
566 (viper-get-saved-cursor-color-in-insert-mode)
567 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
568 state.
569 (viper-get-saved-cursor-color-in-emacs-mode): New function.
570
571 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
572 (ediff-ignore-case-option3, ediff-actual-diff-options)
573 (ediff-actual-diff3-options): New variables to control case sensitivity.
574 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
575 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
576 (ediff-toggle-ignore-case): New function.
577 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
578
579 * ediff-help.el (ediff-long-help-message-narrow2)
580 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
581 (ediff-long-help-message-word-mode): Add ignore-case command.
582 (ediff-help-for-quick-help): Add ignore-case command.
583
584 * ediff-merg.el: Move provide to the end.
585
586 * ediff-ptch.el: Move provide to the end.
587
588 * ediff-wind.el: Move provide to the end.
589
590 * ediff-mult.el: Move provide to the end.
591 (ediff-set-meta-overlay): Enable follow-link.
592
593 * ediff.el: Move provide to the end.
594 Break recursive load cycle in eval-when-compile.
595 (ediff-patch-buffer): Better heuristics.
596
597 * ediff-util.el: Move provide to the end.
598 Break recursive load cycle in eval-when-compile.
599 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
600 defuns.
601 (ediff-submit-report): Pass the values of ediff-diff3-program,
602 ediff-diff3-options.
603
604 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
605
606 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
607 the opening bracket of the following bracketing pairs: {}, [], (), <>,
608 `' (for example, in the docstring of `windmove-default-keybindings').
609
610 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
611
612 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
613 shadow face. Don't provide binding to edit variable when it is
614 out of scope.
615
616 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
617 (gdb-var-update-handler): Detect out of scope variables with pre
618 GDB 6.4 too.
619 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
620 Reset status of variable objects to nil in update handlers.
621 (gdb-var-update-handler-1): Detect when a variable object comes
622 in scope. setcar on var changes gdb-var-list directly.
623
624 2006-02-17 Juri Linkov <juri@jurta.org>
625
626 * ffap.el (ffap) <defface>: Add explicit face declaration.
627 (ffap-highlight): Use face `ffap' directly instead of checking
628 for its existence.
629
630 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
631 `visible-ok' of `other-buffer' to find the right original buffer.
632
633 * info.el (Info-search): Skip `Local Variables' node.
634
635 2006-02-17 Juri Linkov <juri@jurta.org>
636
637 * info.el (Info-find-file): Check for symbols `apropos', `history',
638 `toc' in the input filename, and return these symbols as is.
639 (Info-find-node-2): Set Info-current-file to symbols `apropos',
640 `history', `toc' instead of strings.
641 (Info-set-mode-line): For non-string Info-current-file use the
642 symbol's name inside **.
643 (Info-isearch-push-state): Add quote before Info-current-file and
644 Info-current-node.
645 (Info-isearch-pop-state): Use `equal' instead of `string='.
646 (Info-extract-pointer, Info-following-node-name): Use
647 `match-string-no-properties' instead of `match-string'.
648 (Info-up): Check `old-file' for `stringp'.
649 (Info-history): Use `equal' instead of `string-equal'.
650 Check `file' for `stringp'.
651 (Info-history): Use symbol `history' instead of string as first arg
652 of `Info-find-node'.
653 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
654 `toc' instead of string.
655 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
656 instead of `buffer-substring', and `match-string-no-properties'
657 instead of `match-string'.
658 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
659 instead of strings.
660 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
661 Use symbol `apropos' instead of string.
662 (Info-copy-current-node-name): Check `Info-current-file' for
663 `stringp' and construct a command with `Info-find-node' from it.
664 (Info-fontify-node): Use `match-string-no-properties' instead of
665 `match-string' and check file names for `stringp'.
666 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
667 `history', `toc' instead of strings.
668
669 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
670
671 * files.el: Rearrange functions and variables in the file local
672 variables section.
673
674 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
675
676 * files.el: Add truncate-lines, ispell-check-comments and
677 ispell-local-dictionary as safe local variables.
678
679 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
680
681 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
682 out of scope variables.
683 (gud-speedbar-buttons): Use unless.
684
685 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
686 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
687 (gdb-show-changed-values): Also use for out of scope variables.
688 (gdb-var-update-handler-1): Note if variable goes out of scope.
689
690 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
691
692 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
693 default to global variable values for unsupplied args.
694 (rcirc-get-buffer-create): Fix bug with setting the target.
695 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
696 test for rcirc-always-use-server-buffer-flag here.
697 (rcirc-response-formats): Add %N, which is a facified nick. %n
698 uses the default face. Change the ACTION format string. If the
699 "nick" is the server, don't print anything for that field.
700 Comment fixes.
701 (rcirc-target-buffer): Don't test
702 rcirc-always-use-server-buffer-flag here.
703 (rcirc-print): Squeeze extra spaces out of the text before message.
704 (rcirc-put-nick-channel): Strip potential "@" char from nick
705 before adding them to nick table.
706 (rcirc-url-regexp): Improve to match address like "foo.com".
707
708 2006-02-17 Eli Zaretskii <eliz@gnu.org>
709
710 * allout.el (allout-hidden-p): Move this defsubst before
711 allout-overlay-interior-modification-handler, where it is first
712 used.
713
714 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
715
716 * allout.el: Use allout invisible-text overlays instead of
717 selective display for concealed text. Also, lots of general
718 cleanup, and improved compatibility code.
719
720 (allout-version) Incremented, corrected, revised, and refined
721 module commentary.
722
723 (provide 'allout): Moved to the bottom, added a require of overlay.
724
725 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
726 `except-current'.
727 (allout-write-file-hook-handler): Minimize delay.
728 (count-trailing-whitespace-region): New function so
729 auto-encryption of current topic can resituate cursor exactly.
730 PGP/GPG encryption trims trailing whitespace from lines, which
731 must be accounted for across encryption then decryption.
732
733 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
734 just plain "\C-c", to avoid intruding on user's keybinding space.
735
736 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
737 parameter, so user request to provide a new password is done.
738
739 (allout-outside-normal-auto-fill-function, allout-auto-fill):
740 Refined mechanism for auto-filling behavior while in allout mode.
741
742 (allout-mode): Explicitly specify the mode map in the docstring.
743 Clarify provision for various write-file hook var names.
744 Adjusted for invisible-text overlays instead of selective-display.
745
746 (allout-depth): Really return 0 if not within any topic. This
747 rectifies `allout-beginning-of-level' and sequence numbering
748 errors that occur when cutting and pasting numbered topics.
749 Changed from a in-line subst to a regular function, as well.
750
751 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
752
753 (allout-end-of-subtree, allout-end-of-subtree)
754 (allout-end-of-entry, allout-end-of-current-heading)
755 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
756 (allout-show-children, allout-show-to-offshoot)
757 (allout-hide-current-entry, allout-show-current-entry): Rectified
758 handling of trailing blank lines between items.
759
760 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
761 (allout-current-depth, allout-unprotected, allout-hidden-p)
762 (allout-on-current-heading-p, allout-listify-exposed)
763 (allout-chart-subtree, allout-goto-prefix)
764 (allout-back-to-current-heading, allout-get-body-text)
765 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
766 (allout-hide-region-body, allout-toggle-subtree-encryption)
767 (allout-encrypt-string, allout-encrypted-key-info)
768 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
769 (allout-file-vars-section-data): Adjusted for use with
770 invisible-text overlays instead of selective-display.
771
772 (allout-kill-line, allout-kill-topic, allout-yank-processing):
773 Reworked for use with invisible text overlays.
774
775 (allout-current-topic-collapsed-p): New function.
776
777 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
778 to know when to close the containing topic.
779
780 (allout-pre-command-business, allout-post-command-business):
781 Simplify undo-batching and dynamic isearch exposure.
782
783 (allout-set-overlay-category): New for invisible-text overlays.
784 Sets properties of allout-overlay-category, used by
785 allout-flag-region to set invisible-text overlay properties.
786 (allout-get-invisibility-overlay): Get the first qualifying
787 invisibility overlay, so we can find the extent of it.
788 (allout-back-to-visible-text): Get to just before the beginnining
789 of the current invisibility overlay, if any.
790
791 (allout-overlay-insert-in-front-handler)
792 (allout-overlay-interior-modification-handler)
793 (allout-before-change-handler, allout-isearch-end-handler): New
794 functions to handle extraordinary actions affecting concealed
795 text.
796
797 (allout-flag-region): Use overlays instead of selective-display
798 for invisible text - by inheritence from the properties of
799 allout-overlay-category in mainline Emacs, and applied
800 property-by-property in XEmacs, some recent versions of which
801 don't inherit the properties from the category. Provisions to
802 respond to concealed-text edits simplified drastically.
803
804 (allout-isearch-rectification, allout-isearch-was-font-lock)
805 (allout-isearch-expose, allout-enwrap-isearch)
806 (allout-isearch-abort, allout-pre-was-isearching)
807 (allout-isearch-prior-pos, allout-isearch-did-quit)
808 (allout-isearch-dynamic-expose)
809 (allout-hide-current-entry-completely): Functions deleted.
810
811 (allout-undo-aggregation): Explicit undo aggregation no longer
812 necessary due to transition away from selective-display.
813
814 (set-allout-regexp, allout-up-current-level)
815 (allout-next-visible-heading, allout-forward-current-level)
816 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
817 (allout-kill-line, allout-yank-processing, allout-show-children)
818 (allout-expose-topic, allout-old-expose-topic)
819 (allout-listify-exposed, allout-insert-latex-header)
820 (allout-toggle-subtree-encryption, allout-encrypt-string)
821 (remove-from-invisibility-spec, allout-hide-current-subtree):
822 Ditched unused variables.
823
824 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
825
826 * textmodes/ispell.el (ispell-change-dictionary): Call
827 ispell-buffer-local-dict instead of
828 ispell-accept-buffer-local-defs.
829 (ispell-local-dictionary-alist): Accept as valid any coding-system
830 supported by Emacs.
831 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
832 changed to iso-8859-3.
833
834 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
835
836 * speedbar.el (speedbar-frame-width): Make an inline function
837 instead of a macro. Use frame-width.
838 (speedbar-try-completion, speedbar-update-contents)
839 (speedbar-timer-fn): Use consp.
840 (speedbar-update-localized-contents): Try to preserve point.
841
842 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
843 (menu): Re-order menu items.
844 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
845 field.
846 (gdb-var-update-handler-1): Use it for GDB 6.4+.
847 (gdb-post-prompt): Speed things by not forcing update.
848
849 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
850
851 * wid-edit.el (widget-button-click): For mouse-1, cancel button
852 press and perform default action if we get a mouse movement event.
853
854 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
855
856 * calendar/icalendar.el (icalendar--get-event-property)
857 (icalendar--get-event-property-attributes): Fix typos in
858 docstrings.
859
860 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
861 docstring.
862
863 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
864
865 * bs.el (bs-mode): Use `buffer-disable-undo'.
866 (bs--get-file-name): Simplify.
867 (bs-show-in-buffer): Mark the buffer as not modified.
868
869 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
870
871 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
872 widget-button-click.
873
874 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
875 (custom-mode): Update docstring.
876
877 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
878 binding.
879
880 * files.el (hack-local-variables-confirm): Allow scrolling if the
881 file variable list is too long. Kill temp buffer after use.
882
883 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
884
885 * progmodes/gud.el (gdb): Improve doc string.
886 (gdb-script-font-lock-keywords): Expand allowed character set.
887
888 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
889 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
890 (gdb-separate-io-interrupt, gdb-separate-io-quit)
891 (gdb-separate-io-stop, gdb-separate-io-eof):
892 Rename from gdb-inferior-* to gdb-separate-*.
893 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
894
895 2006-02-14 Jay Belanger <belanger@truman.edu>
896
897 * calc/calc-arith.el (math-check-known-scalarp): Make sure
898 expression is a symbol before checking that it is bound.
899
900 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
901 test to see if equation can be solved.
902
903 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
904
905 * wid-edit.el (widget-button-click): Use :pressed-face property
906 for overlay face, if it exists.
907
908 * cus-edit.el (custom-manual, custom-add-see-also)
909 (custom-add-parent-links, custom-group-link): Add :pressed-face
910 property to links.
911
912 * files.el (hack-local-variables): Remove ignored variables before
913 checking if any variables need setting.
914
915 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
916
917 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
918
919 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
920
921 * help.el (where-is): Fix message for remapped commands.
922
923 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
924 Fix typos in docstrings.
925
926 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
927
928 * files.el (safe-local-variable-values): New option.
929 (hack-local-variables-prop-line): Return a list of variable-value
930 pairs if MODE-ONLY is non-nil.
931 (hack-local-variables): Construct list of variable-value pairs,
932 and apply or reject them in one go. Ask for confirmation if
933 variables are not known safe.
934 (hack-local-variables-confirm): Complete rewrite. Support
935 `safe-local-variable-values'.
936 (enable-local-variables): Update docstring to reflect new
937 behavior.
938 (ignored-local-variables): Ignore ignored-local-variables and
939 safe-local-variable-values.
940 (safe-local-variable-p): New function.
941 (risky-local-variable-p): `safe-local-variable' property check
942 moved to safe-local-variable-p.
943 (hack-one-local-variable): Checks moved to hack-local-variables.
944
945 (byte-compile-dynamic, c-basic-offset, c-file-style)
946 (c-indent-level, comment-column, fill-column, fill-prefix)
947 (indent-tabs-mode, kept-new-versions, no-byte-compile)
948 (no-update-autoloads, outline-regexp, page-delimiter)
949 (paragraph-start, paragraph-separate, sentence-end)
950 (sentence-end-double-space tab-width, version-control):
951 Add `safe-local-variable' property.
952
953 * find-lisp.el: Delete nonexistent `autocompile' file variable.
954
955 * icomplete.el, play/landmark.el: Change nonexistent
956 `outline-layout' file variable to `allout-layout'.
957
958 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
959
960 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
961 (gdb-get-changed-registers): Test value of gud-minor-mode relative
962 to gud-comint-buffer.
963 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
964 gdb-ui.el for gdb-mi.el.
965 (gdb-post-prompt, gdb-get-changed-registers): Move test for
966 registers buffer to gdb-get-changed-registers.
967 (gdb-breakpoint-regexp): New regexp. Allow toggling and
968 deletion of catchpoints (throw and catch).
969 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
970 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
971 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
972 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
973 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
974
975 2006-02-13 Jay Belanger <belanger@truman.edu>
976
977 * calc/calc-arith.el (math-check-known-matrixp): Make sure
978 expression is a symbol before checking that it is bound.
979
980 2006-02-13 Richard M. Stallman <rms@gnu.org>
981
982 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
983 for the minibuffer too, but not if resize-mini-windows will interfere.
984
985 * help.el (describe-key-briefly, describe-key): Do all arg-reading
986 inside `interactive' spec.
987 (describe-key-briefly-internal, describe-key-internal):
988 Functions merged back into their callers.
989
990 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
991
992 * info.el (info-xref-visited): Inherit from info-xref too.
993 (Info-set-mode-line): Replace occurrences of `%' by `%%'
994 when propertizing Info-current-file and Info-current-node.
995
996 2006-02-13 Juri Linkov <juri@jurta.org>
997
998 * tumme.el (tumme-thumbnail-storage): Fix docstring.
999 (tumme-thumb-name): Fix per-directory format.
1000
1001 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
1004
1005 2006-02-12 Miles Bader <miles@gnu.org>
1006
1007 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
1008
1009 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
1010
1011 * tumme.el: Remove history section. If someone needs the it, it
1012 can always be found in CVS.
1013
1014 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1015
1016 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
1017 about the Thumbnail Managing Standard option.
1018
1019 2006-02-12 Richard M. Stallman <rms@gnu.org>
1020
1021 * subr.el (substitute-key-definition): Doc fix.
1022
1023 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
1024
1025 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1026
1027 * info.el (Info-mode): Doc fix.
1028
1029 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1030
1031 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1032
1033 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1034 because on Solaris a POSIX compatible "id" is needed. Reported by
1035 Magnus Henoch <mange@freemail.hu>.
1036
1037 2006-02-12 Juri Linkov <juri@jurta.org>
1038
1039 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1040 (tumme) <defgroup>: Change :group to `multimedia'.
1041 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1042 Managing Standard.
1043 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1044 Fix dostring.
1045 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1046 and %y. Fix docstring.
1047 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1048 (tumme-cmd-create-standard-thumbnail-command): New user options.
1049 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1050 is `standard'. Fix docstring.
1051 (tumme-thumb-width, tumme-thumb-height): New user options.
1052 (tumme-external-viewer): Try to find various viewers.
1053 (tumme-get-thumbnail-image): Use `create-image' instead of
1054 constructing the `image' structure.
1055 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1056 `standard'.
1057 (tumme-thumb-name): Add file name generation for standard storage.
1058 Simplify code for other storages.
1059 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1060 Add modification time %m and thumbnail-nq8 %q.
1061 Use `tumme-cmd-create-standard-thumbnail-command' if
1062 tumme-thumbnail-storage is `standard'.
1063 (tumme-dired-insert-marked-thumbs): New autoload command.
1064 (tumme-dired-after-readin-hook): New function.
1065 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1066 `tumme-thumb-size'.
1067 (tumme-display-image): Replace size-x %x and size-y %y with
1068 width %w and height %h.
1069
1070 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1071 `tumme-dired-insert-marked-thumbs'.
1072
1073 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1074
1075 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1076 include path).
1077 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1078 matching tag.
1079
1080 2006-02-12 Miles Bader <miles@gnu.org>
1081
1082 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1083 New variables.
1084 (rcirc-abbrev-nick): New function.
1085 (rcirc-format-response-string): Rewrite to use the formats in
1086 `rcirc-response-formats' and expand escape sequences therein.
1087 A text-property `rcirc-text' is added over the actual response
1088 text to make easy to find inside the returned string.
1089 (rcirc-print): When filling, just look for the `rcirc-text'
1090 text-property to find the appropriate fill prefix, instead of
1091 using hardwired patterns.
1092
1093 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1094
1095 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1096 Managing Standard.
1097
1098 2006-02-11 Kim F. Storm <storm@cua.dk>
1099
1100 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1101 Don't use insert-buffer; do insert-buffer-substring directly.
1102 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1103
1104 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1105
1106 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1107 with inhibit-read-only. Suggested by Stefan Monnier.
1108 (revert-buffer): Let insert-file-contents discard
1109 buffer-undo-list. Simplify code.
1110 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1111
1112 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1113
1114 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1115
1116 * help.el (describe-key-briefly): Now a wrapper for
1117 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1118 to t. Populate yank-menu if empty.
1119 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1120 (describe-key): Now a wrapper for describe-key-internal. Bind
1121 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1122 (describe-key-internal): Renamed from describe-key.
1123
1124 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1125
1126 * progmodes/glasses.el (glasses-separator): Doc fix.
1127 (glasses-original-separator): New defcustom.
1128 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1129
1130 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1131
1132 * mwheel.el (mouse-wheel-up-event): Doc fix.
1133
1134 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1135
1136 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1137 (tumme-dir): New function. Copied from thumbs.el.
1138
1139 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1140
1141 * desktop.el (desktop-outvar): Fix typo.
1142 (desktop-save-buffer-p): Doc fix.
1143
1144 * subr.el (substitute-key-definition): Fix typo.
1145
1146 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1147
1148 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1149 when window-system is mac.
1150
1151 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1152
1153 2006-02-10 Kim F. Storm <storm@cua.dk>
1154
1155 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1156 indirect-function instead of using condition-case.
1157
1158 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1159
1160 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1161 less `colloquial'...
1162
1163 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1164
1165 * tumme.el: Add a couple of todo items.
1166
1167 2006-02-09 Lars Hansen <larsh@soem.dk>
1168
1169 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1170 (highlight-changes-mode): Don't change desktop-locals-to-save.
1171
1172 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1173
1174 * image-mode.el (image-toggle-display): Clear image cache if using
1175 filename.
1176
1177 2006-02-09 Masatake YAMATO <jet@gyve.org>
1178
1179 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1180 a `dired-man' target.
1181
1182 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1183 boundary of symbols.
1184
1185 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1186
1187 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1188
1189 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1190
1191 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1192 `mapcar'; return nil.
1193
1194 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1195
1196 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1197 some other event.
1198
1199 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1200
1201 * net/rcirc.el (rcirc-startup-channels-alist):
1202 Add irc.freenode.net and #emacs as defaults.
1203 (rcirc-ignore-all-activity-flag): Remove variable.
1204 (rcirc-authinfo): New variable.
1205 (rcirc-authinfo-filename): Remove variable.
1206 (rcirc-always-use-server-buffer-flag): New flag.
1207 (rcirc): M-x rcirc will automatically connect without prompting.
1208 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1209 connection in lisp.
1210 (rcirc-process-server-response-1): Remove everything but the nick
1211 portion of the sender so it doesn't need to be done everywhere
1212 else. Update related code.
1213 (global-map): Remove global keybindings.
1214 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1215 (rcirc-send-input): Split into several functions.
1216 (rcirc-process-input-line, rcirc-process-message)
1217 (rcirc-process-command): New functions.
1218 (rcirc-target-buffer): New function to determine where to route
1219 messages.
1220 (rcirc-user-nick): Save match data.
1221 (rcirc-toggle-ignore-buffer-activity)
1222 (rcirc-update-activity-string): Remove global ignore functionality,
1223 which can be done now by toggling rcirc-track-minor-mode.
1224 (rcirc-track-minor-mode-map): New keymap.
1225 (rcirc-track-minor-mode): New minor-mode.
1226 (ignore): Make the ignore output nicer. Always print it when
1227 adding or removing nicks.
1228 (rcirc-url-regexp): Improve.
1229 (rcirc-mangle-text): Remove properties before using text in the
1230 modeline.
1231 (rcirc-authenticate): Authentication data comes from
1232 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1233 (rcirc-server-prefix): Inherit from rcirc-server.
1234
1235 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1236
1237 * Makefile.in (compile): Append "|| true" to the end of the `find'
1238 command, like compile-always does.
1239
1240 2006-02-08 Sam Steingold <sds@gnu.org>
1241
1242 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1243 output from a dead connection.
1244
1245 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1246
1247 * dired.el (dired-mode-map): Add more bindings for tumme.
1248
1249 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1250
1251 * wdired.el (wdired-mode-map): Use remap.
1252 (wdired-get-filename): Massage.
1253 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1254 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1255 `keymap' property rather than `local-map'.
1256
1257 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1258
1259 * tumme.el (tumme-get-thumbnail-image): New utility function.
1260 Suggested by from Chong Yidong.
1261 (tumme-dired-with-window-configuration): Rename from
1262 `tumme-dired'. Add code to save window configuration.
1263 (tumme-restore-window-configuration): New command to restore the
1264 window configuration that `tumme-dired-with-window-configuration'
1265 saves before it changes the window configuration.
1266 (tumme-show-all-from-dir): New command to display thumbnails for
1267 all files in a directory entered by the user, like M-x thumbs.
1268 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1269 have been created.
1270 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1271 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1272 Remove obsolete test function.
1273
1274 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1275
1276 * vc.el (small-temporary-file-directory): Remove defvar; there's
1277 a defcustom for it in files.el.
1278
1279 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1280 Fix typo in message.
1281 (tumme-gallery-generate): Fix typo in `error' message.
1282 (tumme-display-window-height-correction)
1283 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1284 (tumme-line-up-interactive): Dox fixes.
1285 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1286 (tumme-restore-window-configuration, tumme-format-properties-string)
1287 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1288 Fix typos in docstrings.
1289
1290 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1291
1292 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1293
1294 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1295
1296 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1297 User should use hook if desired.
1298
1299 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1300 buffer if necessary.
1301 (gdb-delete-frame-or-window): New function.
1302 (gdb-breakpoints-mode-map): Bind "q" to it.
1303
1304 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1305
1306 * textmodes/nroff-mode.el: Clean up name space.
1307 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1308 (nroff-mode): Obey the global setting of nroff-electric-mode.
1309 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1310
1311 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1312
1313 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1314
1315 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1316
1317 2006-02-06 Lars Hansen <larsh@soem.dk>
1318
1319 * generic-x.el (etc-fstab-generic-mode): Add file system types
1320 cifs and usbdevfs. Allow special chars in file names.
1321
1322 2006-02-05 Jay Belanger <belanger@truman.edu>
1323
1324 Update copyright notices of the files in lisp/calc.
1325
1326 2006-02-05 Romain Francoise <romain@orebokech.com>
1327
1328 Update copyright notices of all files in the lisp/play directory.
1329
1330 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1331
1332 * ldefs-boot.el: Regenerate.
1333
1334 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1335
1336 2006-02-05 Kim F. Storm <storm@cua.dk>
1337
1338 * files.el (magic-mode-regexp-match-limit): New defvar.
1339 (set-auto-mode): Use it to limit magic-mode-alist matching.
1340
1341 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1342
1343 * simple.el (display-message-or-buffer): Compare the number of
1344 characters to the frame width when determining whether a 1-line
1345 message string will fit in the echo area. Count screen lines
1346 instead of buffer lines when determining whether a multi-line
1347 message will fit in the echo area/minibuffer window.
1348
1349 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1350
1351 * info.el (Info-index, Info-mode): Improve the description of the
1352 `i' command.
1353
1354 * ldefs-boot.el: Regenerate.
1355
1356 2006-02-03 Werner Lemberg <wl@gnu.org>
1357
1358 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1359 greedy to find the closing bracket in \*[...] and similar
1360 expressions. This is a first rough fix -- many additional
1361 refinements are necessary to make nroff mode really usable with groff.
1362
1363 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1364
1365 * international/mule-cmds.el (set-locale-environment):
1366 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1367 libX11.
1368
1369 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1370
1371 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1372 archive are created in archive-tmpdir.
1373
1374 2006-02-02 John Paul Wallington <jpw@pobox.com>
1375
1376 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1377 (ibuffer-fontification-alist): Use it.
1378 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1379 to "* z" and the Ibuffer Mark menu.
1380
1381 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1382
1383 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1384
1385 * textmodes/table.el (*table--cell-describe-mode)
1386 (*table--cell-describe-bindings): Undo last change since
1387 print-help-return-message is not obsoleted by anything at all.
1388
1389 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1390
1391 * emulation/cua-base.el (cua-mode): Doc fix.
1392
1393 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1394
1395 * dframe.el (dframe-handle-make-frame-visible)
1396 (dframe-handle-iconify-frame, dframe-get-focus)
1397 (dframe-select-attached-frame, dframe-power-click)
1398 (dframe-frame-mode): Fix typos in docstrings.
1399
1400 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1401 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1402 Fix typos in docstrings.
1403
1404 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1405 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1406 (hi-lock-archaic-interface-message-used)
1407 (hi-lock-file-patterns-range): Fix typos in docstrings.
1408
1409 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1410 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1411
1412 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1413 Fix typo in docstring.
1414
1415 * net/newsticker.el (newsticker--decode-iso8601-date)
1416 (newsticker--set-customvar, newsticker--buffer-insert-item)
1417 (newsticker--do-run-auto-mark-filter)
1418 (newsticker--parse-generic-feed): Doc fixes.
1419 (newsticker--retrieval-timer-list, newsticker-url-list)
1420 (newsticker-hide-immortal-items-in-echo-area)
1421 (newsticker-hide-obsolete-items-in-echo-area)
1422 (newsticker-new-item-face, newsticker--enclosure)
1423 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1424 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1425 (newsticker--parse-generic-feed, newsticker--cache-contains)
1426 (newsticker--stat-num-items, newsticker-download-enclosures):
1427 Fix typos in docstrings.
1428
1429 * net/rcirc.el (rcirc-debug): Doc fix.
1430 (rcirc-fill-column, rcirc-receive-message-hooks)
1431 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1432 (rcirc-mode, rcirc-generate-new-buffer-name)
1433 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1434 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1435 Fix typos in docstrings.
1436 (rcirc-print): "?\ " -> "?\s".
1437 (rcirc-cmd-join): Improve argument/docstring consistency.
1438
1439 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1440
1441 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1442 before narrow-to-region.
1443
1444 2006-02-01 Richard M. Stallman <rms@gnu.org>
1445
1446 * simple.el (move-beginning-of-line): Scan properly for invis change.
1447
1448 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1449
1450 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
1451
1452 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1453 change bit only when id-format is 'integer. Reported by Matt
1454 Hodges <M.P.Hodges@rl.ac.uk>.
1455
1456 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
1457
1458 * hilit-chg.el (highlight-changes-initial-state)
1459 (highlight-changes-global-initial-state): Doc fixes.
1460 (highlight-changes-global-modes, global-highlight-changes):
1461 Fix typos in docstrings.
1462
1463 2006-02-01 Kim F. Storm <storm@cua.dk>
1464
1465 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1466 transient-mark-mode in doc string.
1467
1468 2006-01-31 Richard M. Stallman <rms@gnu.org>
1469
1470 * replace.el (multi-occur): Doc fix.
1471 (multi-occur-in-matching-buffers): Rename from
1472 multi-occur-by-filename-regexp. Prefix arg says match
1473 buffer names instead of file names.
1474
1475 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
1476
1477 * bs.el: Allow non-default values of `bs-header-lines-length'.
1478 (bs--running-in-xemacs): Remove (not needed anymore).
1479 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1480 instead of `shrink-window', thus avoiding having to compute the
1481 height of the window.
1482 (bs--up): Wrap around even when there's no header.
1483 (bs--down): Use `forward-line' instead of `next-line'.
1484
1485 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1486
1487 * image-mode.el (image-toggle-display): Use file name if possible,
1488 instead of unnecessarily allocating a (possibly huge) lisp string.
1489
1490 2006-01-30 John Paul Wallington <jpw@pobox.com>
1491
1492 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1493 because the `assert' macro signals it at runtime.
1494
1495 * emacs-lisp/cl.el (toplevel): Remove definition of
1496 `cl-assertion-failed' condition.
1497
1498 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1499
1500 * thumbs.el (thumbs-marked-list): Make buffer-local and
1501 permanent-local.
1502 (thumbs-insert-thumb): Make help-echo non-sticky.
1503 (thumbs-file-alist): Use eolp as check for (non)-image.
1504
1505 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1506
1507 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1508 (ediff-before-session-group-setup-hooks)
1509 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1510 Fix typos in docstrings.
1511
1512 * window.el (bw-dir, bw-eqdir, balance-windows)
1513 (split-window-keep-point): Fix typos in docstrings.
1514
1515 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1516 (org-quote-string, org-calendar-to-agenda-key)
1517 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1518 (org-show-following-heading, org-tags-column)
1519 (org-use-tag-inheritance, org, org-allow-space-in-links)
1520 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1521 (org-enable-table-editor, org-calc-default-modes)
1522 (org-table-allow-automatic-line-recalculation)
1523 (org-export-html-style, org-export-with-fixed-width)
1524 (org-export-with-sub-superscripts, org-special-keyword)
1525 (org-formula, org-time-grid, org-table-may-need-update)
1526 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1527 (org-goto-quit, org-get-indentation, org-end-of-item)
1528 (org-move-item-down, org-move-item-up)
1529 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1530 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1531 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1532 (org-agenda-log-mode, org-agenda-toggle-diary)
1533 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1534 (org-agenda-file-to-end, org-agenda-no-heading-message)
1535 (org-agenda-get-closed, org-format-agenda-item)
1536 (org-cmp-priority, org-cmp-category, org-cmp-time)
1537 (org-agenda-change-all-lines, org-agenda-diary-entry)
1538 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1539 (org-link-search, org-camel-to-words, org-open-file)
1540 (org-remember-handler, org-table-convert-region)
1541 (org-table-move-row-down, org-table-move-row-up)
1542 (org-table-copy-region, org-table-wrap-region)
1543 (org-table-toggle-vline-visibility)
1544 (org-table-get-vertical-vector, org-table-modify-formulas)
1545 (org-table-get-specials, org-recalc-commands)
1546 (org-table-rotate-recalc-marks, org-table-eval-formula)
1547 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1548 (org-level-color-stars-only, org-insert-heading):
1549 Fix typos in docstrings.
1550 (last-arg): Add defvar.
1551
1552 * makefile.w32-in (WINS): Add erc.
1553 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1554
1555 2006-01-29 Bill Wohler <wohler@newt.com>
1556
1557 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1558 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1559 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1560 (mh-autoloads): Don't use comments on otherwise empty lines.
1561
1562 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1563
1564 * emulation/viper.el (viper-major-mode-modifier-list): Add
1565 insert-state and vi-state entries for erc-mode.
1566 (viper-go-away, viper-set-hooks): Add and remove
1567 viper-comint-mode-hook from erc-mode-hook as appropriate.
1568
1569 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1570
1571 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * bs.el (bs--format-aux): Implement `middle' alignment as
1574 described in the docstring for `bs-attributes-list'.
1575 (bs--get-name): Simplify. Don't pad the buffer name.
1576
1577 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1578
1579 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1580 English aspell dictionary is installed, use the first entry of
1581 ispell-dictionary-alist-1.
1582
1583 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1584
1585 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1586 Doc fix.
1587
1588 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1589
1590 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1591 for `process-file', in order to let it work for older Emacsen too.
1592
1593 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1594
1595 * international/latexenc.el: Add a suitable `coding:' tag.
1596 (latexenc-find-file-coding-system): Undo last change.
1597
1598 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1599
1600 * international/latexenc.el (latexenc-find-file-coding-system):
1601 Make sure latexenc-main-file is a regular file and is readable.
1602
1603 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1604
1605 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1606 Pass FILE to vc-user-login-name.
1607
1608 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1609
1610 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1611
1612 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1613 there are no more images to display.
1614 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1615 the next image.
1616
1617 2006-01-26 Richard M. Stallman <rms@gnu.org>
1618
1619 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1620
1621 * wid-edit.el (advertised-widget-backward): New alias.
1622 (widget-keymap): Use advertised-widget-backward for S-TAB.
1623
1624 * tumme.el: Correct the keywords.
1625 (tumme-dir-max-size): Use defvar.
1626 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1627
1628 * simple.el (move-beginning-of-line): Take account of fields.
1629 (clone-indirect-buffer-other-window): Take args like
1630 clone-indirect-buffer, and work like it.
1631
1632 * help-fns.el (describe-function): Don't pass `nil' as default.
1633
1634 * files.el (risky-local-variable-p): Follow var aliases.
1635
1636 * subr.el (lazy-completion-table): Doc fix.
1637
1638 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1639 global binding of `line'.
1640
1641 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1642
1643 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1644 Tramp.
1645
1646 * vc.el (vc-default-dired-state-info): Pass FILE to
1647 vc-user-login-name.
1648 (vc-default-update-changelog): Don't use vc-user-login-name, we
1649 don't need it here.
1650
1651 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1652 no longer necessary.
1653
1654 2006-01-25 Kenichi Handa <handa@m17n.org>
1655
1656 * international/mule.el (decode-char): Avoid the overhead of
1657 calling utf-lookup-subst-table-for-decode if
1658 utf-translate-cjk-mode is nil.
1659 (encode-char): Avoid the overhead of calling
1660 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1661 nil.
1662
1663 2006-01-22 Kenichi Handa <handa@m17n.org>
1664
1665 * international/mule.el (make-subsidiary-coding-system): Reset
1666 `coding-system-define-form' property of subsidiaries to nil.
1667 Avoid duplicated entry in coding-system-alist.
1668 (make-coding-system): Avoid duplicated entry in
1669 coding-system-alist.
1670 (define-coding-system-alias): Likewise.
1671
1672 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1673
1674 * completion.el: Minor fixes in introductory comment.
1675 (completion-def-wrapper): Fix alist.
1676
1677 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
1678
1679 * thumbs.el (thumbs-new-image-size): New function.
1680 (thumbs-increment-image-size-element)
1681 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1682 (thumbs-decrement-image-size): Delete.
1683 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1684 temp files and use to resize.
1685 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1686 Use increment argument to enlarge/shrink. Preserve point.
1687 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1688 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1689 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1690 (thumbs-mark, thumbs-unmark): Preserve point.
1691 (thumbs-modify-image): Keep old temp files and use to modify.
1692 Cleanup old temp files at load time. Preserve point.
1693 (thumbs-view-image-mode-map): Use new command names.
1694
1695 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1696
1697 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1698
1699 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1700 the nastiest part of the cyclic dependency.
1701 (cal-menu-update): Use dotimes and calendar-increment-month.
1702
1703 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1704 (calendar-week-start-day): Add an :initializer.
1705 (calendar-mode-map): Use suppress-keymap, and command remapping.
1706 (describe-calendar-mode): Setup xref-stack info for the back button.
1707 (calendar-star-date): Insert before delete.
1708 (calendar-set-mode-line): Add file-modified info if applicable.
1709 (calendar-increment-month): New function.
1710
1711 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1712
1713 * font-lock.el (lisp-font-lock-keywords-2):
1714 Recognize "& keywords" only at word boundaries.
1715
1716 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
1717
1718 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1719 and permanent-local.
1720 (thumbs-max-image-number): New variable.
1721 (thumbs-do-thumbs-insertion): Use them.
1722 (thumbs-per-line): Change default to 4.
1723 (thumbs-marked-list): Rename from thumbs-markedL.
1724 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1725 (thumbs-rename-images): Use -list instead of L for internal variables.
1726 (thumbs-call-convert): Use call-process instead of shell-command.
1727 (thumbs-insert-thumb): Add filename as help-echo to each image.
1728 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1729 Give dir to thumbs-show-thumbs-list.
1730 (thumbs-show-thumbs-list): Set default-directory to that of images.
1731 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1732 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1733 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1734 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1735
1736 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1737
1738 * ses.el (ses-read-cell): Provide a default value.
1739
1740 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
1741
1742 * term/w32-win.el (image-library-alist): Add additional names for
1743 GIF library.
1744
1745 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1746
1747 * international/latexenc.el (latexenc-find-file-coding-system):
1748 Add file-regular-p check.
1749
1750 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1751
1752 * simple.el (clone-buffer): Don't show the new buffer in the same
1753 window.
1754
1755 2006-01-23 Juri Linkov <juri@jurta.org>
1756
1757 * faces.el (link, link-visited): New faces based on default values
1758 of `info-xref' and `info-xref-visited'.
1759
1760 * info.el (info-xref): Inherit from `link'.
1761 (info-xref-visited): Inherit from `link-visited'.
1762
1763 * cus-edit.el (custom-buffer-create-internal): Use widget type
1764 `custom-manual' instead of `info-link' and don't set properties
1765 `button-face' and `mouse-face' explicitly.
1766 (custom-browse-group-tag, custom-browse-variable-tag)
1767 (custom-browse-face-tag): Inherit from widget class
1768 `custom-group-link' instead of `push-button'.
1769 (custom-button-unraised): Inherit from `underline' face.
1770 (custom-link): Inherit from `link' face. Fix doc and group.
1771 (custom-add-parent-links, custom-group-value-create): Don't set
1772 properties `button-face' and `mouse-face' explicitly for
1773 `custom-group-link' widget.
1774 (custom-group-link): Add properties `button-face' and `mouse-face'
1775 to widget definition.
1776 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1777 editable-field's :keymap property.
1778 (custom-mode): Fix docstring: substitute keybindings for
1779 `widget-forward' and `widget-backward' from `widget-keymap',
1780 `widget-complete' from `custom-field-keymap', replace old
1781 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1782
1783 * desktop.el (desktop-load-file): Check for `fboundp' before
1784 calling `symbol-function'.
1785
1786 * simple.el (clone-buffer, clone-indirect-buffer)
1787 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1788 `read-string'. Fix prompts.
1789
1790 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1791
1792 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
1793
1794 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1795
1796 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1797
1798 * startup.el (inhibit-splash-screen, initial-scratch-message):
1799 Doc fixes.
1800
1801 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
1802
1803 Sync with Tramp 2.0.52.
1804
1805 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1806 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1807 `tramp-unload-tramp' for checklist.
1808
1809 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1810 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1811 (tramp-unload-file-name-handler-alist)
1812 (tramp-unload-tramp): New defuns.
1813 (tramp-advice-PC-expand-many-files): New defadvice.
1814 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1815 removed.
1816 (tramp-handle-expand-file-name): Remove double slash.
1817 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1818 It doesn't matter, because it will be converted later on.
1819 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1820 implementation was just heuristic.
1821 (tramp-post-connection): Set uid and gid properties.
1822 (tramp-convert-file-attributes): Set file's gid change bit.
1823 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1824 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1825 in case of su(do)? methods. The home directory of the local user
1826 will be taken else.
1827 (tramp-open-connection-telnet)
1828 (tramp-open-connection-rsh, tramp-open-connection-su)
1829 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1830 local shell prompt could hurt. Reported by Romain Francoise
1831 <romain@orebokech.com>.
1832 (tramp-let-maybe): Add `edebug-form-spec' property.
1833 (tramp-handle-expand-file-name): Bind `default-directory' locally
1834 to "/" in order to avoid problems with UNC shares or Cygwin
1835 mounts.
1836 (tramp-md5-function): Fix typo in error message.
1837
1838 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1839
1840 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1841 for byte-compiler pacification.
1842
1843 2006-01-22 Andre Spiegel <spiegel@gnu.org>
1844
1845 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1846 ID-FORMAT `string'. This allows us to get rid of
1847 `vc-user-login-name UID'.
1848
1849 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1850
1851 2006-01-22 John Paul Wallington <jpw@pobox.com>
1852
1853 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1854
1855 2006-01-21 Martin Rudalics <rudalics@gmx.at>
1856
1857 * emacs-lisp/find-func.el (find-definition-noselect)
1858 (find-variable-noselect): Search variables in C source code too.
1859 (find-function-C-source, find-function-noselect, find-function)
1860 (find-function-other-frame, find-variable-noselect, find-variable)
1861 (find-variable-other-frame, find-variable-at-point):
1862 Fix docstrings.
1863
1864 2006-01-21 Francesco Potorti` <pot@gnu.org>
1865
1866 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1867
1868 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1869
1870 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1871 Default to disabling the "Save affix" question.
1872
1873 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1874
1875 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1876 the first arg to run-python.
1877
1878 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1879
1880 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1881 is not loaded.
1882
1883 2006-01-20 Jay Belanger <belanger@truman.edu>
1884
1885 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1886 limit is 0.
1887
1888 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1889 the correct variable.
1890
1891 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
1892
1893 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1894 link. Fixed buggy argument sequence in call to `org-view-tags'.
1895 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1896 (org-prefix-has-tag): New variable.
1897 (org-format-agenda-item): Remove tags from headline if
1898 appropriate.
1899 (org-agenda-remove-tags-when-in-prefix): New option.
1900 (org-get-tags-at): New function.
1901
1902 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
1903
1904 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1905 (thumbs-find-image): Move image name and number from buffer name
1906 to mode name. Set thumbs-buffer. Preserve point so that large
1907 images remain visible.
1908 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1909 order.
1910 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1911 mode name.
1912 (thumbs-next-image, thumbs-previous-image): Make them work.
1913
1914 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1915
1916 * cus-edit.el (custom-buffer-create-internal): State in the text above
1917 the whole buffer buttons that they do not operate on hidden items.
1918 (custom-face-menu): Use `custom-face-save' instead of
1919 `custom-face-save-command'.
1920 (custom-face-save-command): Make it an alias for `custom-face-save'
1921 and declare it obsolete.
1922 (custom-face-save): Doc fix.
1923
1924 * dired.el (dired-no-confirm): Add quote.
1925 (dired-subdir-alist-pre-R): Add quote in
1926 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1927
1928 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1929
1930 * textmodes/table.el (table-mode-indicator): Typo in last change.
1931
1932 2006-01-19 Richard M. Stallman <rms@gnu.org>
1933
1934 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1935 Fixes bug reported in Nov 2005.
1936
1937 * isearch.el (isearch-forward): Doc fix.
1938
1939 * dired.el (dired-move-to-filename-regexp): Define as alias.
1940 (dired-no-confirm): Use defcustom.
1941 (dired-subdir-alist-pre-R): Put defvar at top level.
1942
1943 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1944
1945 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1946 Mark as risky.
1947
1948 * simple.el (set-mark-command): Doc fix.
1949 (clone-indirect-buffer-other-window):
1950 Read arg like clone-indirect-buffer.
1951 (move-beginning-of-line): Skip invisible newlines.
1952
1953 2006-01-19 Masatake YAMATO <jet@gyve.org>
1954
1955 * progmodes/cpp.el (cpp-edit-load): Make the order of
1956 listed conditions in a base C code buffer and its associate
1957 CPP Edit buffer the same.
1958
1959 2006-01-19 Kenichi Handa <handa@m17n.org>
1960
1961 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1962 (rmail-mime-feature): Likewise.
1963 (rmail-require-mime-maybe): Use display-warning to show a warning
1964 message.
1965
1966 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1967 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1968
1969 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1970
1971 * array.el: Move defvars out of eval-when-compile.
1972 (array-make-template): Replace undeclared global var with a local one.
1973 (array-mode): Inline initialization functions.
1974 (array-init-local-variables, array-init-max-row)
1975 (array-init-max-column, array-init-columns-per-line)
1976 (array-init-field-width, array-init-rows-numbered)
1977 (array-init-line-length, array-init-lines-per-row): Remove.
1978
1979 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1980 (doc-mode-map): Define explicitly.
1981 (doctor-txtype): Use mapc.
1982
1983 * textmodes/table.el: Move defvars out of eval-when-compile.
1984 Remove harmful code meant to avoid byte-compiler warnings.
1985 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1986 specification that checks table-fixed-width-mode directly.
1987 (table-recognize-region, table-recognize-cell):
1988 Use restore-buffer-modified-p.
1989 (table-fixed-width-mode): Remove code that refreshes
1990 table-fixed-mode-indicator.
1991 (*table--cell-describe-bindings, *table--cell-describe-mode):
1992 Avoid obsolete name print-help-return-message.
1993 (table--test-cell-list): Don't use replace-regexp from elisp.
1994 (table--point-entered-cell-function, table--point-left-cell-function):
1995 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1996
1997 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1998 that was after the end of file. Use buffer-file-name variable.
1999 (org-timestamp-change): Use with-current-buffer.
2000 (org-todo-list): Don't unnecessarily define a new buffer-local var.
2001 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
2002 `file'.
2003
2004 * progmodes/fortran.el: Move defvars out of eval-when-compile.
2005 (fortran-break-line): Remove unused var `opoint'.
2006 (fortran-abbrev-start): Obey help-event-list.
2007
2008 2006-01-18 Jesper Harder <harder@phys.au.dk>
2009
2010 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
2011
2012 2006-01-18 Masatake YAMATO <jet@gyve.org>
2013
2014 * progmodes/make-mode.el (makefile-imake-mode): New mode
2015 derived from makefile-mode.
2016 (makefile-imake-mode-syntax-table): New syntax table
2017 derived from makefile-mode-syntax-table.
2018 (makefile-mode): Write about makefile-imake-mode in doc string.
2019 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
2020 (makefile-imake-font-lock-keywords): New font lock keywords.
2021
2022 * files.el (auto-mode-alist): Add Imakefile.
2023
2024 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
2025
2026 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2027 loading the file rather than when turning on flyspell-mode.
2028
2029 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2030
2031 * cus-edit.el (customize-rogue): Minor doc fix.
2032
2033 2006-01-17 Juri Linkov <juri@jurta.org>
2034
2035 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2036 instead of the file at the mark as default if the file at the mark
2037 is the same as the file at point or if dired-dwim-target-directory
2038 is not the same as the current directory and the mark is not active.
2039
2040 * log-view.el (log-view-minor-wrap): Use the same logic to get
2041 revisions as `log-view-diff'.
2042
2043 * info.el (Info-revert-find-node): Check for Info-current-file
2044 before preserving new-history.
2045
2046 * man.el (Man-heading-regexp): Add `/'.
2047
2048 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2049 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2050
2051 2006-01-16 Juri Linkov <juri@jurta.org>
2052
2053 * faces.el (mode-line-faces): New defgroup.
2054 (mode-line-highlight): Move definition after new defgroup.
2055 (mode-line, mode-line-inactive, mode-line-highlight):
2056 Replace :group `modeline' with `mode-line-faces'.
2057 (mode-line-buffer-id): New face.
2058 (modeline-buffer-id): New face alias.
2059 (vertical-border): Remove :group `modeline'.
2060
2061 * bindings.el (propertized-buffer-identification): Use face
2062 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2063 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2064 (mode-line-buffer-identification-keymap): For mouse-1 replace
2065 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2066 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2067 mouse-3.
2068
2069 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2070 Buffer-menu-buffer. Doc fix.
2071 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2072 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2073 `Buffer-menu-buffer'.
2074
2075 * info.el (Info-mode-line-node-keymap): New defvar.
2076 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2077 Propertize Info-current-node with `mode-line-buffer-id' and
2078 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2079
2080 * time.el (display-time-mail-face): Replace :group `faces' with
2081 `mode-line-faces'.
2082
2083 2006-01-16 Kenichi Handa <handa@m17n.org>
2084
2085 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2086
2087 * language/european.el (cp1252): New alias for windows-1252.
2088
2089 * international/mule.el (autoload-coding-system): Prepare for EOL
2090 variants.
2091
2092 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2093
2094 * term.el (term-raw-map): Add mapping for insert.
2095 (term-send-insert): New.
2096 (term-mode): Make variables local here instead of doing it in
2097 `term-emulate-terminal'.
2098 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2099 Scroll reverse needs to take into account the scroll region.
2100 Saving and restoring the cursor should save the color attributes too.
2101 (term-reset-terminal): Reset the scroll region.
2102 (term-handle-ansi-escape): Cursor up and down should take into
2103 account the scroll region.
2104 (term-set-scroll-region): Rename from `term-scroll-region'.
2105 Move to 0,0 after setting the region.
2106 (term-handle-scroll): Handle scroll up.
2107 (term-down): Fix off by one error.
2108 (term-delete-lines): Do not delete outside the scroll region.
2109 (term-insert-lines): Take into account the scroll region.
2110
2111 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2112
2113 * textmodes/ispell.el (ispell-internal-change-dictionary)
2114 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2115 (start, end): Move declaration outside of eval-when-compile.
2116
2117 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2118 (flyspell-mode-on): Use it.
2119
2120 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2121 ispell-kill-ispell-hook.
2122
2123 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2124
2125 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2126 (Custom-reset-saved): Do not ask for confirmation in single option
2127 buffers.
2128
2129 2006-01-13 Richard M. Stallman <rms@gnu.org>
2130
2131 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2132
2133 2006-01-13 Romain Francoise <romain@orebokech.com>
2134
2135 * add-log.el (add-change-log-entry, change-log-merge):
2136 Conditionally use `hard-newline'.
2137
2138 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2139
2140 * wid-edit.el (widget-field-end): If the overlay is no longer
2141 associated with a buffer, behave as if the overlay didn't exist.
2142
2143 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2144 Make sure the links use the `custom-link' face.
2145
2146 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2147
2148 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2149 (ld-script-mode): Don't set indent-line-function since we don't
2150 have one.
2151
2152 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2153
2154 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2155 application.
2156 (org-file-apps-defaults-gnu): Use mailcap as the default for
2157 selecting an application on a UNIX system.
2158 (org-agenda-show-tags): New command.
2159 (org-table-insert-hline): Keep cursor in current table line.
2160 (org-table-convert): Offset effect of modifying
2161 `org-table-insert-hline'.
2162 (org-format-agenda-item): New optional argument TAG.
2163 (org-compile-prefix-format): Handle %T format for the tag.
2164 (org-expand-wide-chars): New function.
2165 (org-table-insert-row, org-table-insert-hline):
2166 Use `org-expand-wide-chars'.
2167 (org-open-file): Fix bug in program launch.
2168 (org-get-time-of-day): Fix bug with times before 1am.
2169 (org-agenda-menu): Add tags commands.
2170
2171 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2172
2173 * textmodes/ispell.el (ispell-init-process): Include the used
2174 dictionary in ispell process start message.
2175 (ispell-internal-change-dictionary): When flyspell-mode is active
2176 and dictionary is changed, make sure ispell process is restarted
2177 and flyspell word cache cleared out for the current buffer.
2178 (ispell-change-dictionary): Make sure flyspell word cache is
2179 cleared out in all buffers with active flyspell mode when
2180 dictionary is globally changed.
2181 Call ispell-internal-change-dictionary after dictionary change.
2182
2183 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2184
2185 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2186
2187 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2188 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2189 years. Fix small differences wrt Makefile.in.
2190 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2191 Makefile.in does.
2192
2193 2006-01-12 Bill Wohler <wohler@newt.com>
2194
2195 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2196 mh-search.el.
2197
2198 2006-01-12 Masatake YAMATO <jet@gyve.org>
2199
2200 * progmodes/ld-script.el: Update copyright year.
2201
2202 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2203
2204 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2205 Don't add widget if setting undefined.
2206
2207 2006-01-12 John Paul Wallington <jpw@pobox.com>
2208
2209 * help-fns.el (describe-variable): Remove newlines from void
2210 variable output.
2211
2212 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2213
2214 * wdired.el (wdired-mode-map): Add help echo for
2215 wdired-abort-changes.
2216
2217 * man.el (Man-file-name-regexp): Adjust for a list of files.
2218
2219 2006-01-12 Masatake YAMATO <jet@gyve.org>
2220
2221 * progmodes/ld-script.el (auto-mode-alist): Support
2222 suffix conventions used in netbsd and eCos.
2223
2224 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2225
2226 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2227 (custom-variable-menu, custom-face-menu, custom-group-menu)
2228 (Custom-mode-menu): Change names of menu items. (As discussed on
2229 emacs-devel.)
2230 (custom-face-menu): Add "Undo Edits" item.
2231
2232 * startup.el (init-file-user): defcustom -> defvar.
2233
2234 * tooltip.el (tooltip-mode): Doc fix.
2235
2236 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2237
2238 * reveal.el (reveal-post-command): window-buffer signals an error on
2239 dead windows rather than returning nil.
2240 (reveal-open-new-overlays): An overlay might die while we open others.
2241
2242 2006-01-11 Bill Wohler <wohler@newt.com>
2243
2244 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2245 phrasing in docstring.
2246
2247 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2248 can give some systems gas. Add new file mh-buffers.el.
2249
2250 2006-01-06 Masatake YAMATO <jet@gyve.org>
2251
2252 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2253 C preprocessor forward ported from GNU Emacs 21.2.
2254
2255 * progmodes/asm-mode.el (asm-font-lock-keywords):
2256 Use `cpp-font-lock-keywords'.
2257
2258 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2259
2260 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2261 of $ for "\\.ld[s]?".
2262
2263 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2264
2265 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2266 (tcl-indent-line): Return `noindent' if inside a string.
2267
2268 * progmodes/flymake.el (flymake-split-string): Remove more than one
2269 empty string at beg/end of the result.
2270 (flymake-find-buildfile, flymake-find-possible-master-files):
2271 Use expand-file-name.
2272 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2273 since expand-file-name does it for us. Use directory-file-name.
2274 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2275 (flymake-ler-get-type, flymake-ler-get-text)
2276 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2277 (flymake-current-line-no): Remove spurious interactive spec.
2278 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2279 (flymake-check-include): Remove arg inc-path merged into inc-name.
2280 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2281 Arg regexp-list replaced by a simple regexp.
2282 (flymake-master-make-header-init, flymake-master-tex-init):
2283 Correspondingly replace regexp-list with a regexp. Fix regexp.
2284
2285 2006-01-10 Simon Josefsson <jas@extundo.com>
2286
2287 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2288 describing AUTH PLAIN fix.
2289
2290 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2291
2292 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2293 (report-emacs-bug): Don't record initial prompt text.
2294 Instead, add text properties to prompting text.
2295 (report-emacs-bug-hook): Delete prompting text.
2296
2297 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2298
2299 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2300 `dirs'. Adjust callers.
2301
2302 2006-01-09 John Paul Wallington <jpw@gnu.org>
2303
2304 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2305
2306 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2307
2308 * reveal.el (reveal-open-new-overlays): New extracted fun.
2309 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2310 using them. Simplify the code.
2311 (reveal-post-command): Use them. Fix up obsolete windows in
2312 reveal-open-spots.
2313
2314 * progmodes/flymake.el: Use `require' rather than autoload for
2315 XEmacs's overlays.
2316 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2317 Delete. Use file-relative-name instead.
2318 (flymake-get-syntax-check-program-args, flymake-perl-init):
2319 Simplify the resulting code.
2320
2321 * log-view.el (log-view-file-re, log-view-message-re): Add support
2322 for DaRCS output.
2323
2324 2006-01-09 Alex Schroeder <alex@gnu.org>
2325
2326 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2327 identifiers sometimes added in square brackets at the beginning of
2328 subject lines.
2329
2330 2006-01-07 Richard M. Stallman <rms@gnu.org>
2331
2332 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2333 (Custom-reset-current, Custom-reset-saved): Change question text.
2334 (Custom-reset-standard): Likewise.
2335 (custom-variable-reset-saved): Doc fix.
2336
2337 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2338
2339 * startup.el (init-file-user): Doc fix.
2340
2341 2006-01-07 Alex Schroeder <alex@gnu.org>
2342
2343 * mail/rmail.el (rmail-current-subject): New function.
2344 (rmail-current-subject-regexp): New function.
2345 (rmail-next-same-subject): Use it.
2346
2347 * mail/rmailsum.el (rmail-summary-by-topic):
2348 Use rmail-current-subject and rmail-current-subject-regexp.
2349 (rmail-summary-next-same-subject): Ditto.
2350
2351 * net/rcirc.el (rcirc-send-input): No longer check whether the
2352 process is open, since not all commands need an open process.
2353 (rcirc-send-string): Check whether the process is open before
2354 sending anything.
2355 (rcirc-ignore-list): New option.
2356 (rcirc-ignore-list-automatic): New variable.
2357 (rcirc-print): Take rcirc-ignore-list into account.
2358 (rcirc-cmd-ignore): New command.
2359 (rcirc-ignore-update-automatic): New function.
2360 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2361 list if ignored nicks.
2362 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2363
2364 2006-01-06 David Reitter <david.reitter@gmail.com>
2365
2366 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2367 reflect the address to which the report will be sent.
2368
2369 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2370
2371 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2372 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2373
2374 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2375
2376 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2377
2378 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2379 the doc string: "functoin" => "function".
2380 * ldefs-boot.el: Likewise.
2381
2382 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2383 message text: "Duplicat" => "Duplicate".
2384
2385 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2386
2387 * files.el (basic-save-buffer-2): If backing-up failed, reset
2388 buffer-backed-up to nil.
2389
2390 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2391
2392 * progmodes/gud.el (gdb-script-skip-to-head)
2393 (gdb-script-calculate-indentation): Indent for breakpoint command
2394 lists also.
2395
2396 2006-01-05 Bill Wohler <wohler@newt.com>
2397
2398 * Makefile.in (compile-always): Add mh-autoloads dependency.
2399 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2400 provides it.
2401 (updates): Remove mh-autoloads dependency, since it probably has
2402 already run recently (via recompile).
2403
2404 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2405
2406 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2407 argument `force' to disable the flyspell-last-buffer optimization.
2408 (flyspell-mode-on): Use it.
2409
2410 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2411 flymake-simple-cleanup.
2412 (flymake-allowed-file-name-masks): Use this new default.
2413 All the functions are now called in the right buffer rather than
2414 passing the buffer as argument.
2415 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2416 (flymake-parse-err-lines): Remove redundant buffer arg.
2417 (flymake-get-program-dir): Comment out unused function.
2418 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2419 Remove redundant buffer argument.
2420 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2421 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2422
2423 2006-01-05 Richard M. Stallman <rms@gnu.org>
2424
2425 * info.el (Info-find-node): Don't record previous node if have none.
2426 (info): Go to directory only if history is empty.
2427
2428 * simple.el (mark): Doc fix.
2429
2430 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2431
2432 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2433 already of desired type.
2434 (mac-ae-list): Coerce parameter to "list" type.
2435 (mac-dispatch-apple-event): Replace cadr part of event with a
2436 dummy position so that event-start returns it.
2437
2438 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2439
2440 * textmodes/org.el (org-end-of-subtree): New function.
2441 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2442 Use `org-end-of-subtree'.
2443 (org-agenda, org-agenda-convert-date): Protect calls to
2444 `fit-window-to-buffer'.
2445 (org-tags-view): Force matching of sublevels when doing a
2446 todo-only search. Define the correct redo command, including the
2447 arguments.
2448 (org-agenda-redo): Display message.
2449 (org-check-for-org-mode): New function.
2450 (org-agenda-type): New variable.
2451 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2452 Set `org-agenda-type'.
2453 (org-agenda-check-type): New function.
2454 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2455 (org-agenda-week-view, org-agenda-day-view)
2456 (org-agenda-next-date-line, org-agenda-previous-date-line)
2457 (org-agenda-log-mode, org-agenda-toggle-diary)
2458 (org-agenda-toggle-time-grid, org-agenda-date-later)
2459 (org-agenda-date-prompt, org-agenda-diary-entry)
2460 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2461 (org-agenda-convert-date, org-agenda-menu):
2462 Use `org-agenda-check-type'.
2463 (org-make-overlay, org-delete-overlay)
2464 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2465 New compatibility functions.
2466 (org-calendar-select-mouse): New command.
2467
2468 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
2469
2470 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2471 (Custom-reset-standard): Fix y-or-n-p messages.
2472 (custom-link): New face for links.
2473 (custom-buffer-create-internal, custom-manual): Use it.
2474 (custom-face-save): Push to theme-face before setting face spec.
2475
2476 * wid-edit.el (widget-default-mouse-face-get): New function.
2477 (widget-specify-button): Handle mouse-face like button-face.
2478
2479 * custom.el (load-theme): Clear old theme settings if reloading.
2480
2481 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2482
2483 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2484 "Erase Customization" button back to same position it occupies in
2485 the individual State menus.
2486
2487 2006-01-04 Kim F. Storm <storm@cua.dk>
2488
2489 * wid-edit.el (key-sequence): Rework widget to read key binding
2490 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2491 (widget-key-sequence-default-value): Default value for empty sequence.
2492 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2493 (widget-key-sequence-read-event): New command for C-q.
2494 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2495 (widget-key-sequence-value-to-external): New functions.
2496
2497 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2498
2499 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2500 Use expand-file-name.
2501 (flymake-delete-temp-directory): Use expand-file-name,
2502 file-name-directory, and directory-file-name.
2503 (flymake-strrchr): Delete.
2504 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2505 to the init-f function.
2506 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2507 (flymake-init-find-buildfile-dir)
2508 (flymake-init-create-temp-source-and-master-buffer-copy)
2509 (flymake-simple-make-init-impl, flymake-simple-make-init)
2510 (flymake-master-make-init, flymake-master-make-header-init)
2511 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2512 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2513 (flymake-xml-init): Remove corresponding redundant buffer argument.
2514 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2515 the default anyway. Clean up regexps.
2516
2517 * progmodes/flymake.el (flymake-temp-source-file-name)
2518 (flymake-master-file-name, flymake-temp-master-file-name)
2519 (flymake-base-dir): New buffer-local vars.
2520 (flymake-buffer-data, flymake-get-buffer-value)
2521 (flymake-set-buffer-value): Replace those hash-tables by the new
2522 buffer-local vars. Update callers.
2523
2524 * progmodes/flymake.el (flymake-check-start-time)
2525 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2526 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2527 Move definition, so we can remove redundant earlier declaration.
2528 (flymake-replace-regexp-in-string, flymake-split-string)
2529 (flymake-get-temp-dir): Use defalias.
2530 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2531 (flymake-xemacs-window-edges): Remove unused function.
2532 (flymake-get-point-pixel-pos): Move.
2533 (flymake-pid-to-names, flymake-reg-names)
2534 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2535 Replace by a simple list flymake-processes and by process-buffer.
2536 Update callers. Other than simplify the code, it uses buffers rather
2537 than buffer-names so it doesn't get confused by uniquify.
2538 (flymake-buffer-data): The global value should just be nil.
2539
2540 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2541 Optimize the body of a defalias like any other code.
2542
2543 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2544 Make sure we've setup font-lock's vars. It may influence which
2545 function we then call.
2546 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2547 here since it's too late anyway.
2548
2549 2006-01-03 Romain Francoise <romain@orebokech.com>
2550
2551 * startup.el (fancy-splash-tail, normal-splash-screen):
2552 Update copyright year.
2553
2554 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2555
2556 * mouse.el (mouse-drag-track): Rename, from
2557 `mouse-drag-region-1'. Includes optional argument required to
2558 enable post-drag event processing (e.g. delete region keys).
2559 Can be used without this argument to track a mouse region and operate
2560 on it as soon as the drag completes.
2561 (mouse-drag-region): Use `mouse-drag-track'.
2562
2563 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2564
2565 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2566 Move to `custom-buffer' group.
2567
2568 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2569 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2570 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2571 (custom-theme-face-menu): New variables.
2572 (custom-theme-add-variable, custom-theme-variable-action)
2573 (custom-variable-reset-theme, custom-theme-delete-variable)
2574 (custom-face-reset-theme, custom-theme-face-action)
2575 (custom-theme-delete-face, custom-theme-merge-theme)
2576 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2577
2578 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2579
2580 * custom.el: Move Custom Themes commentary to start of theme code.
2581 (custom-known-themes): Rename `standard' theme to `changed'.
2582 (custom-push-theme): Caller no longer specifies what theme to use
2583 when doing `reset'---the setting is simply removed from the theme.
2584 Delete MODE from `theme-value' and `theme-settings' properties.
2585 (custom-declare-theme): Ignore &rest args since we don't use them.
2586
2587 (custom-loaded-themes): Delete variable.
2588 (custom-theme-load-themes, custom-theme-loaded-p)
2589 (custom-theme-value): Delete functions.
2590
2591 (custom-declare-theme): Signal error on invalid theme names.
2592 (provide-theme): custom-loaded-themes was deleted.
2593 (load-theme): Load the file unconditionally.
2594 (enable-theme): Call `load-theme' if theme is undefined.
2595 (custom-enabled-themes): Only update value for successful loads.
2596 (disable-theme): Complete from enabled themes when interactive.
2597 (custom-variable-theme-value): Calculate theme value directly.
2598
2599 (custom-theme-reset-variables, custom-reset-variables): Mark as
2600 XEmacs compatibility functions. We don't actually use these.
2601
2602 * cus-edit.el (custom-variable-state-set):
2603 Use custom-variable-theme-value instead of custom-theme-value.
2604 (custom-face-state-set): Rename `standard' theme to `changed'.
2605 (custom-save-variables, custom-save-faces): Delete unneeded
2606 references to custom-reset-variables.
2607 (custom-save-resets): Delete function.
2608 (custom-save-variables, custom-save-faces): MODE argument deleted.
2609 (custom-save-variables, custom-save-faces): Ignore theme values.
2610
2611 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2612 compatibility function.
2613
2614 2006-01-01 Richard M. Stallman <rms@gnu.org>
2615
2616 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2617 (Custom-reset-current, Custom-reset-saved): Likewise.
2618 (Custom-reset-standard): Show message if aborted.
2619 (custom-mode): Doc fix, describing those commands.
2620
2621 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2622 put on event-kind property.
2623
2624 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2625
2626 * custom.el (provide-theme): Ban `user' theme name.
2627 (custom-enabling-themes): New variable.
2628 (enable-theme): Don't enable user if custom-enabling-themes is t.
2629 (custom-enabled-themes): Make it a defcustom.
2630 (custom-theme-recalc-face): No-op if face is undefined.
2631
2632 * cus-edit.el (custom-button-mouse): New variable.
2633 (custom-button-mouse): New face.
2634 (custom-raised-buttons, custom-mode): Use it.
2635
2636 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2637
2638 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2639
2640 * progmodes/gud.el (gud-display-line): Support hl-line in the
2641 source buffer.
2642
2643 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2644
2645 * mouse.el (mouse-drag-window-above): Verify that the found window
2646 overlaps with the given window in the horizontal dimension.
2647
2648 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2649
2650 * Makefile.in (cvs-update): New target.
2651
2652 * makefile.w32-in (cvs-update): Ditto.
2653
2654 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2655
2656 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2657 (custom-new-theme-mode-map): New variable.
2658
2659 2005-12-30 Richard M. Stallman <rms@gnu.org>
2660
2661 * custom.el (custom-load-themes): Function deleted.
2662
2663 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2664 (custom-save-variables): Don't delete or add custom-load-themes call.
2665
2666 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2667
2668 * cus-start.el: Add `visible-cursor'.
2669
2670 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2671 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2672 (flymake-process-filter): Switch to buffer before calling it instead.
2673 (flymake-post-syntax-check, flymake-highlight-err-lines)
2674 (flymake-delete-own-overlays, flymake-parse-err-lines)
2675 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2676 (flymake-count-lines, flymake-parse-residual):
2677 Remove constant buffer argument.
2678 (flymake-start-syntax-check-for-current-buffer): Remove.
2679 Update callers to use flymake-start-syntax-check instead.
2680 (flymake-display-err-menu-for-current-line):
2681 Remove unused var `mouse-pos'.
2682 (flymake-restore-formatting): Comment out unused function.
2683 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2684 argument, use current-buffer instead. Update callers.
2685
2686 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2687
2688 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2689 buffer-local because choose-completion-delete-max-match requires
2690 that we set completion-ignore-case (i.e., binding via let is not
2691 sufficient).
2692 (bibtex-complete): Always set completion-ignore-case and
2693 choose-completion-string-functions. The latter is needed because
2694 choose-completion-string-functions keeps its value if we quit the
2695 *Completions* buffer without requesting a completion.
2696
2697 2005-12-30 Andreas Schwab <schwab@suse.de>
2698
2699 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2700
2701 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2702
2703 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2704
2705 2005-12-30 Juri Linkov <juri@jurta.org>
2706
2707 * locate.el (locate-fcodes-file, locate-header-face)
2708 * progmodes/delphi.el (delphi-other-face)
2709 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2710
2711 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2712 group `paren-showing-faces'.
2713
2714 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2715 (goto-address): Fix docstring.
2716
2717 * net/webjump.el (webjump-sample-sites): Update URLs.
2718
2719 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2720
2721 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2722
2723 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2724
2725 * font-lock.el (font-lock-compile-keywords): Signal an error when
2726 font-lock-set-defaults hasn't been called.
2727
2728 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2729
2730 * subr.el (noreturn, 1value): Doc fixes.
2731
2732 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2733
2734 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2735 that assoc-string returns nil.
2736
2737 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2738
2739 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2740 (bibtex-entry-type-str, bibtex-empty-field-re)
2741 (bibtex-search-backward-string, bibtex-preamble-prefix)
2742 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2743 (bibtex-any-valid-entry-type): New variable.
2744 (bibtex-parse-field-name): Simplify.
2745 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2746 (bibtex-preamble-prefix): Include left delimiter.
2747 (bibtex-search-forward-field, bibtex-search-backward-field):
2748 Allow unbounded search past entry boundaries (required by bibtex-pop).
2749 (bibtex-text-in-field-bounds): Use push.
2750 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2751 (bibtex-parse-preamble, bibtex-valid-entry)
2752 (bibtex-beginning-first-field): New functions.
2753 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2754 (bibtex-map-entries): Fix docstring.
2755 (bibtex-flash-head): New arg prompt. Simplify.
2756 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2757 (bibtex-insert-kill): Simplify. Always insert text past the
2758 current field or entry.
2759 (bibtex-format-entry): Use bibtex-parse-field.
2760 (bibtex-pop): Use bibtex-beginning-of-entry and
2761 bibtex-end-of-entry to initiate the search. Insert empty field if
2762 we found ourselves.
2763 (bibtex-print-help-message): New args field and comma.
2764 Handle entry keys.
2765 (bibtex-make-field): Use bibtex-beginning-of-entry.
2766 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2767 invalid entry.
2768 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2769 Handle preambles. Simplify code for thorough test.
2770 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2771 New arg comma. Handle entry heads.
2772 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2773 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2774 New arg comma.
2775 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2776 (bibtex-fill-field): Simplify.
2777 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2778 bibtex-parse-field.
2779 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2780 (bibtex-complete): Use bibtex-parse-preamble.
2781
2782 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2783
2784 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2785 Display name of expression instead of convenience variable.
2786 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2787
2788 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2789 toggle-gud-tooltip-dereference.
2790 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2791 (gud-tooltip-tips): ...here when dereferencing.
2792
2793 2005-12-28 Bill Wohler <wohler@newt.com>
2794
2795 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2796
2797 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2798
2799 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2800 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2801 (vc-annotate-display-autoscale): Adjust call.
2802 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2803 Fix interactive spec.
2804 (vc-annotate-time-span): Remove.
2805 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2806 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2807 (vc-annotate-display-select): Use new name.
2808
2809 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2810 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2811 Correct the construction of span entries. Simplify.
2812 (vc-annotate-display-select): Fix the nil case.
2813 (vc-annotate): Remove obsolete (and now broken) code.
2814 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2815 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2816
2817 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2818
2819 * subr.el (lazy-completion-table): Correct typo in docstring.
2820
2821 * startup.el (command-line): Use `custom-reevaluate-setting' for
2822 `send-mail-function'.
2823
2824 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2825
2826 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2827
2828 * mail/smtpmail.el (smtpmail-try-auth-methods):
2829 Send credentials together with "AUTH PLAIN" command.
2830
2831 2005-12-27 Richard M. Stallman <rms@gnu.org>
2832
2833 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2834 mouse-2, go back to previously selected window, so it's selected
2835 when mouse-2 command runs.
2836
2837 2005-12-27 Juri Linkov <juri@jurta.org>
2838
2839 * descr-text.el (describe-text-sexp): Use square brackets for
2840 button [Show] to distinguish it from the property value `show'.
2841 (describe-property-list): Use `insert-text-button' with
2842 `help-face' type instead of putting face in quotes, because button
2843 is not created automatically for a list of faces.
2844 (describe-text-properties-1): Put button-type value in quotes to
2845 distinguish from plain text "button".
2846 (describe-char): Display code point values in hex. Don't use
2847 `symbol-name' for `current-input-method' because it is a string.
2848 Use `insert-text-button' with `help-face' type instead of putting
2849 hardcoded face in quotes, because button is not created automatically.
2850
2851 2005-12-27 Richard M. Stallman <rms@gnu.org>
2852
2853 * progmodes/glasses.el (glasses-face): More specific custom type.
2854
2855 * files.el (set-visited-file-name): Doc fix.
2856
2857 * textmodes/flyspell.el (flyspell-external-point-words):
2858 Use local var buffer-scan-pos to advance scan for next misspelling.
2859 Advance it only after we find the misspelling.
2860
2861 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2862
2863 * textmodes/flyspell.el (flyspell-external-point-words):
2864 New criteria for finding the misspelling in the buffer.
2865
2866 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * help-mode.el (help-insert-string): Set help-xref-stack-item
2869 rather than call help-setup-xref.
2870
2871 * descr-text.el (describe-char): Revert previous changes for
2872 optional buffer argument.
2873
2874 2005-12-27 Juri Linkov <juri@jurta.org>
2875
2876 * help-mode.el (help-insert-string): New function. Save buffer
2877 contents in cases where it is impossible to recompute the old contents.
2878
2879 * descr-text.el (describe-char): Set help-xref-stack-item
2880 explicitly after buffer has been generated.
2881
2882 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2883
2884 * cus-start.el (all): Add x-gtk-show-hidden-files.
2885
2886 2005-12-26 Richard M. Stallman <rms@gnu.org>
2887
2888 * replace.el (perform-replace): Calculate match-again
2889 before skipping read-only matches.
2890
2891 * paren.el (paren-showing-faces): New group.
2892 (show-paren-match, show-paren-mismatch): Move to that group.
2893
2894 * button.el (button): Put into group `basic-faces'.
2895
2896 * progmodes/make-mode.el: Remove faces from group `faces'.
2897
2898 * apropos.el (apropos, apropos-value): Doc fix.
2899 (apropos-documentation): Doc fix.
2900
2901 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2902
2903 * subr.el (lazy-completion-table): Remove argument `args'.
2904
2905 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2906 Don't use the `args' argument of lazy-completion-table.
2907
2908 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
2909
2910 * descr-text.el (describe-char): Add optional argument for buffer.
2911 Set buffer appropriately. Call help-setup-xref.
2912 Suggested by Stefan Monnier.
2913
2914 2005-12-26 Juri Linkov <juri@jurta.org>
2915
2916 * descr-text.el: Require `help-fns' at runtime. Don't require
2917 `button' for byte compilation.
2918 (describe-text-widget): Add `help-echo' for first button.
2919 Use `help-info' for second.
2920 (describe-property-list): Use `help-argument-name' instead of `italic'.
2921 (describe-text-category): Add prompt to interactive spec.
2922 Call `help-setup-xref'.
2923 (describe-char): Use `help-character-set'. Add `help-echo' for
2924 code point. Use `help-input-method'. Remove superfluous insert.
2925
2926 2005-12-25 Richard M. Stallman <rms@gnu.org>
2927
2928 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2929 at point, in case of narrowing.
2930
2931 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2932
2933 * locate.el (locate-header-face): Allow nil in type.
2934
2935 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2936
2937 2005-12-25 Romain Francoise <romain@orebokech.com>
2938
2939 * battery.el (battery-linux-proc-acpi): Also try
2940 `/proc/acpi/thermal_zone/THM0/temperature'.
2941
2942 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2943
2944 * custom.el (custom-push-theme): Fix docstring.
2945
2946 * cus-edit.el (custom-variable-set, custom-variable-save)
2947 (custom-variable-save): Custom-quote widget values.
2948 (customize-save-variable): Fix custom-push-theme call.
2949
2950 2005-12-24 Eli Zaretskii <eliz@gnu.org>
2951
2952 * w32-fns.el (w32-batch-update-autoloads): New function.
2953
2954 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2955 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2956 from the command line.
2957
2958 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
2959
2960 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2961 reset means to remove setting from theme entirely. Don't keep
2962 expanding theme-settings list; delete old entries if necessary.
2963
2964 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2965 customization" button one line up.
2966 (custom-themed): New face.
2967 (custom-magic-alist): New value, THEMED, for theme settings.
2968 (custom-variable-state-set, custom-face-state-set):
2969 Check theme-value instead of saved-value.
2970 (custom-variable-reset-standard, custom-face-reset-standard):
2971 Remove theme setting entirely. Recalculate new values.
2972 (custom-variable-set, custom-variable-set)
2973 (custom-variable-reset-saved, custom-variable-reset-backup)
2974 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2975 (custom-variable-save): Fix typos.
2976
2977 2005-12-23 Juri Linkov <juri@jurta.org>
2978
2979 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2980 Add autoload cookies.
2981 (edebug-outside-d-c-i-n-s-w): New variable.
2982 (edebug-display, edebug-outside-excursion): Use it to save the
2983 original value of default-cursor-in-non-selected-windows.
2984 Set default-cursor-in-non-selected-windows to t while Edebug
2985 is active.
2986 (edebug-mode, edebug-eval-mode): Doc fix.
2987
2988 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2989 with `buffer-substring-no-properties' to remove common substring
2990 highlighting.
2991
2992 * info.el (info-other-window, info): Rename function argument
2993 `file' to `file-or-node'.
2994 (Info-complete-menu-item): Use local variable `complete-nodes' to
2995 keep the global value of `Info-complete-nodes' unchanged for
2996 subsequent completions.
2997 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2998
2999 * simple.el (get-next-valid-buffer, last-buffer)
3000 (next-error-buffer-p, next-error-find-buffer)
3001 (minibuffer-history-sexp-flag): Doc fix.
3002
3003 * savehist.el (savehist-mode-hook): Add `:group'.
3004
3005 * log-view.el: Call autoload for vc-find-version.
3006 (log-view-current-file): Adjust subgroup numbers.
3007 (log-view-current-tag): Add `length'.
3008
3009 2005-12-23 Richard M. Stallman <rms@gnu.org>
3010
3011 * vc.el (vc-annotate-car-last-cons): Defn moved up.
3012
3013 2005-12-23 Juri Linkov <juri@jurta.org>
3014
3015 * hi-lock.el (hi-lock-archaic-interface-message-used)
3016 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
3017 (hi-lock-mode): Display "Hi" in the mode line only when
3018 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
3019 (hi-lock-write-interactive-patterns):
3020 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
3021 (hi-lock-set-pattern, hi-lock-set-file-patterns)
3022 (hi-lock-font-lock-hook): Set 3rd arg `how' of
3023 font-lock-add-keywords to t.
3024
3025 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3026
3027 * hi-lock.el (hi-lock-highlight-range): New variable.
3028 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3029 only if font-lock-fontified is non-nil. Remove overlays.
3030 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3031 font-lock-fontified is non-nil, otherwise use overlays (instead of
3032 text properties).
3033 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3034 New variables.
3035 (hi-lock-string-serialize) New function.
3036
3037 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3038
3039 * menu-bar.el (menu-find-file-existing): New function.
3040 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3041
3042 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3043
3044 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3045
3046 * vc.el: Remove unnecessary leading * in docstrings.
3047 (vc-annotate-mode-map): Move initialization into declaration.
3048 (vc-static-header-alist): Nitpick on the regexp.
3049 (vc-default-init-version): New fun.
3050 (vc-register): Use it.
3051 (vc-insert-headers): Use dolist.
3052 (vc-annotate-get-backend): Remove unused function.
3053 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3054 (vc-annotate-mode): Remove corresponding call.
3055 (vc-annotate-car-last-cons): Simplify.
3056 (vc-annotate-buffers): Remove var.
3057 (vc-annotate-backend): Make it buffer-local.
3058 (vc-annotate): Move the interaction to the interactive spec.
3059 Add a `buf' argument.
3060 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3061 killing&creating a vc-annotate buffer, which is very disruptive when
3062 the buffers are shown in dedicated frames.
3063
3064 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3065
3066 * descr-text.el: Add FSF as maintainer.
3067 (describe-text-mode, describe-text-mode-map)
3068 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3069 help-mode.
3070 (describe-text-widget, describe-text-sexp)
3071 (describe-property-list, describe-text-category)
3072 (describe-text-properties, describe-text-properties-1)
3073 (describe-char): Use help buttons instead of widgets.
3074 (describe-char-unicodedata-file): Make URL link in doc string.
3075
3076 2005-12-22 Richard M. Stallman <rms@gnu.org>
3077
3078 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3079 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3080 Don't include buttons that write a file when there's no file.
3081 (custom-variable-menu, custom-face-menu, custom-group-menu):
3082 Don't include commands that write a file when there's no file.
3083 (customize-browse): Reword the top-of-buffer help intro.
3084 (custom-buffer-create-internal): Fix previous change.
3085 (customize-changed-options-previous-release): Prev release is 21.1.
3086 (customize-changed-options): Doc fix.
3087 (customize-changed): New alias.
3088 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3089 Say "standard values".
3090 (Custom-reset-standard): Doc fix.
3091 (custom-face-reset-standard): Doc fix.
3092
3093 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3094
3095 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3096 even if font-lock-mode is non-nil since it may be t without having
3097 turned on font-lock-mode-internal.
3098 (font-lock-choose-keywords): Minor optimization.
3099 (font-lock-add-keywords, font-lock-remove-keywords)
3100 (font-lock-set-defaults): Don't call make-local-variable on a variable
3101 that we know to already be local.
3102
3103 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3104
3105 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3106 messages if in the minibuffer.
3107
3108 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3109
3110 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3111 (tex-mode-flyspell-verify, flyspell-get-word)
3112 (flyspell-external-point-words): Don't use point-min/max uselessly.
3113
3114 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3115 by Kevin Rodgers. Instead, just hide the completions buffer if we
3116 don't need to show it.
3117
3118 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3119
3120 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3121
3122 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3125 delete-windows-on with an inexistent buffer.
3126
3127 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3128
3129 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3130 Delete defcustom variable :tag names.
3131
3132 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3135 (log-view-font-lock-keywords): Ajust subgroup numbers.
3136 (log-view-current-tag): Don't hard code the number of subgroups.
3137
3138 2005-12-20 Juri Linkov <juri@jurta.org>
3139
3140 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3141 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3142
3143 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3144 (menu-bar-non-minibuffer-window-p): Instead of checking
3145 display-multi-frame-p, use selected-frame when menu-updating-frame
3146 is nil.
3147
3148 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3149
3150 * align.el (align-rules-list): Use [ \t] instead of \s-
3151 for column separators in text mode.
3152
3153 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3154
3155 * help-mode.el (help-customize-variable, help-customize-face):
3156 Don't pop help-xref-stack as help-follow no longer pushes
3157 anything on to it.
3158
3159 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3160
3161 * textmodes/org.el (org-agenda-custom-commands): New option.
3162 (org-agenda): Offer custom commands on splash screen.
3163 (org-make-tags-matcher): Parser for Boolean logic added.
3164 (org-agenda-set-tags): New command.
3165 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3166 (org-set-tags): Efficiency improvements.
3167 (org-auto-align-tags): New option.
3168 (org-todo, org-demote, org-promote): Realign tags.
3169 (org-tags-completion-function): Use also "&" and "|" as separators.
3170 (org-org-menu): Agenda commands simplified.
3171
3172 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3173
3174 * cus-edit.el (customize-apropos, customize-apropos-options):
3175 Docstring changes.
3176
3177 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3178
3179 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3180
3181 * longlines.el (longlines-mode): Wrap while widened.
3182 (longlines-decode-region, longlines-encode-region): Compute max
3183 just once.
3184
3185 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3186
3187 * cus-edit.el (mac): New group.
3188
3189 * cus-start.el (all): Add user options in macterm.c. Add test for
3190 Mac-related built-ins. Fix test for GTK-related built-ins.
3191
3192 * term/mac-win.el (mac-handle-language-change)
3193 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3194 (mac-services-open-selection, mac-services-mail-selection)
3195 (mac-services-mail-to, mac-services-insert-text)
3196 (mac-dispatch-apple-event): Add docstrings.
3197 (x-get-selection, mac-select-convert-to-string): Select coding
3198 system from `utf-16be' and `utf-16le' using `byteorder'.
3199
3200 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3201
3202 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3203 a "list" (lambda ...) rather than a real completion list.
3204
3205 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3206 lexical-let when encountering ((lambda (...) ...) ...).
3207
3208 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3209
3210 * progmodes/sh-script.el (sh-mode):
3211 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3212 * textmodes/picture.el (picture-mode): Update docstrings.
3213
3214 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3215
3216 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3217 commands enclosed in $(ARGQUOTE)s should not be split between two
3218 lines, as that will break with GNU Make >3.80, when sh.exe is used
3219 and arg quoting is with '..'.
3220 (autoloads): Don't break the quoted --eval expression between
3221 several lines.
3222
3223 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3224
3225 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3226 Capture error from printing circular structures.
3227
3228 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3229
3230 * wid-edit.el (widget-checkbox-action): Clear undo info.
3231
3232 2005-12-16 Bill Wohler <wohler@newt.com>
3233
3234 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3235 bar, not menubar in comment.
3236
3237 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3240 After-change-functions should not clobber the match data.
3241
3242 2005-12-16 Juri Linkov <juri@jurta.org>
3243
3244 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3245 instead of `buffer-substring'.
3246 (completion-common-substring): Doc fix.
3247 (completion-setup-function): Use minibuffer-completion-contents
3248 instead of minibuffer-contents. Don't set common-string-length
3249 initially. Remove special handling of partial-completion-mode.
3250 Move computation of completion-base-size into one cond.
3251 Call completion-base-size-function in mainbuf. In computation of
3252 completion-base-size for file name completion don't move point to
3253 the end of the minibuffer. Move computation of common-string-length
3254 into one cond. Start putting faces only when common-string-length>=0.
3255 Add condition to put completions-common-part when
3256 common-string-length>0.
3257
3258 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3259 place point at the first different character in the minibuffer
3260 even if this position is at the beginning of the minibuffer.
3261
3262 * info.el (Info-read-node-name-1): In completion-base-size-function's
3263 lambda return 1 if common-substring or minibuffer-completion-contents
3264 starts with (, and 0 otherwise.
3265
3266 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3267 Use `crm-current-element' for second arg of `display-completion-list'.
3268
3269 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3270
3271 * files.el (set-auto-mode): Look for an interpreter specified on
3272 the first line also if search for mode specification succeeded,
3273 but the mode is not known.
3274
3275 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3276
3277 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3278 (org-open-at-point): Implement tag searches as links.
3279 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3280 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3281 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3282 (org-agenda-dispatch): New commands.
3283 (org-use-tag-inheritance, org-tags-column): New options.
3284 (org-tab-follows-link, org-return-follows-link): New options.
3285 (org-tags): New customize group.
3286 (org-start-icalendar-file): Get local time zone.
3287 (org-tags-completion-function): New function.
3288 (org-set-font-lock-defaults): Make sure links will also be
3289 highlighted inside headlines.
3290
3291 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3292
3293 * term.el (term-emulate-terminal):
3294 Let term-handle-ansi-terminal-messages override what Bash says about
3295 its current directory.
3296
3297 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3298
3299 * bindings.el (last-buffer): Move to simple.el.
3300 * simple.el (last-buffer): Move here.
3301 (get-next-valid-buffer): New function.
3302 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3303 (prev-buffer): Ditto. Rename to `previous-buffer'.
3304
3305 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3306 * bindings.el (global-map): Ditto.
3307
3308 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3309
3310 * cus-edit.el: Introductory comment change.
3311 (custom-magic-alist): Change message string for the `rogue' state.
3312
3313 2005-12-15 Richard M. Stallman <rms@gnu.org>
3314
3315 * tooltip.el: Delete defcustom variable :tag names.
3316
3317 * complete.el (partial-completion-mode): Doc fix.
3318
3319 * textmodes/flyspell.el (flyspell-external-point-words):
3320 Use save-excursion to ensure we don't move backward in the
3321 search loop, not even one character.
3322 (flyspell-delete-all-overlays): Use remove-overlays directly.
3323
3324 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3325 (ispell-start-process): Set that variable.
3326 Clear ispell-buffer-local-name.
3327 (ispell-internal-change-dictionary):
3328 Set ispell-current-dictionary after killing process.
3329 (ispell-buffer-local-dict):
3330 Don't set spell-personal-dictionary after killing process.
3331 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3332 (ispell-tex-skip-alists, ispell-html-skip-alists)
3333 (ispell-skip-region-alist): Mark as risky.
3334
3335 * net/newsticker.el (newsticker--retrieval-timer-list)
3336 (newsticker--display-timer, newsticker-running-p)
3337 (newsticker-ticker-running-p): Definitions moved up.
3338
3339 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3340
3341 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3342
3343 2005-12-15 David Ponce <david@dponce.com>
3344
3345 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3346 (recentf-edit-list, recentf-open-files): Signal an error when
3347 there is no recent file.
3348
3349 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3350
3351 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3352 read-only except for texinfo-format-region evaluation.
3353
3354 2005-12-14 Richard M. Stallman <rms@gnu.org>
3355
3356 * vc.el (vc-default-previous-version, vc-default-next-version)
3357 (vc-do-command): Doc fixes.
3358
3359 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3360
3361 * textmodes/bibtex.el (bibtex-expand-strings)
3362 (bibtex-autokey-expand-string, bibtex-name-part)
3363 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3364 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3365 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3366 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3367 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3368 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3369 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3370 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3371 (bibtex-beginning-of-last-entry): Remove.
3372 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3373 message if comma is missing but buffer is read-only.
3374 (bibtex-parse-field-text): Handle whitespaces at the end of field
3375 text. Return 3-element list with beginning and end of field text
3376 and end of field.
3377 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3378 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3379 (bibtex-search-forward-field, bibtex-search-backward-field):
3380 Search always delimited by limits of entry. Use more efficient
3381 search algorithms.
3382 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3383 bibtex-end-of-name-in-field.
3384 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3385 extracting the content of a field.
3386 (bibtex-text-in-field): Use search limits.
3387 (bibtex-parse-string-prefix): Handle empty string keys based on
3388 bibtex-string-empty-key.
3389 (bibtex-parse-string): Fix docstring.
3390 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3391 (bibtex-preamble-prefix, bibtex-strings): New functions.
3392 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3393 BibTeX entries (consistent with other BibTeX functions).
3394 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3395 (bibtex-search-entry): Fix docstring. Simplify.
3396 (bibtex-flash-head, bibtex-complete-string-cleanup)
3397 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3398 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3399 (bibtex-parse-entry): New optional arg content.
3400 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3401 Use bibtex-text-in-field-bounds.
3402 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3403 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3404 bibtex-parse-string-postfix.
3405 (bibtex-find-text-internal): New function.
3406 (bibtex-remove-delimiters): Use it.
3407 (bibtex-find-text): Use it. New optional arg help.
3408 (bibtex-complete): Handle BibTeX string and preamble entries.
3409 (bibtex-Preamble): Fix order of closing delimiters.
3410
3411 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3412
3413 * vc.el (vc-default-revert): New fun.
3414
3415 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3416
3417 2005-12-14 Romain Francoise <romain@orebokech.com>
3418
3419 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3420 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3421 (font-lock-remove-keywords): Likewise.
3422
3423 2005-12-14 Juri Linkov <juri@jurta.org>
3424
3425 * log-view.el (log-view-diff): Doc fix.
3426
3427 * isearch.el (isearch-query-replace): Use (mark) instead of
3428 isearch-opoint if mark is active in transient-mark-mode.
3429
3430 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3431
3432 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3433
3434 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3435
3436 * progmodes/cpp.el (cpp-face): New widget.
3437 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3438
3439 2005-12-14 Juri Linkov <juri@jurta.org>
3440
3441 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3442 around `erase-buffer' and `insert'.
3443
3444 * descr-text.el (describe-text-properties): Replace buffer name
3445 "*Help-2*" with "*Help*<2>".
3446 (describe-char): Add functions print-help-return-message,
3447 toggle-read-only. Use help-setup-xref with nil to not store
3448 describe-char in help-xref-stack. Use help-make-xrefs to
3449 make [back] button.
3450
3451 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3452
3453 * wdired.el (wdired-old-point): New internal variable.
3454 (wdired-change-to-wdired-mode): Set it buffer-locally.
3455 (wdired-abort-changes): Restore point after aborting changes.
3456
3457 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3458
3459 * vc.el (vc-do-command): Add a new value t for okstatus.
3460
3461 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3462 frame in case of errors.
3463
3464 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3465
3466 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3467 so it comes after "On the Left" in the menu.
3468
3469 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3470
3471 * cus-edit.el (customize-apropos, customize-apropos-options)
3472 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3473
3474 2005-12-12 Bill Wohler <wohler@newt.com>
3475
3476 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3477 non-writable Subversion-controlled files by saving window
3478 configuration before calling vc-do-command. vc-do-command calls
3479 pop-to-buffer on error which is unexpected during registration.
3480
3481 2005-12-12 Jay Belanger <belanger@truman.edu>
3482
3483 * calc/README: Update the summary of changes.
3484
3485 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3486
3487 * descr-text.el (describe-char): Rework last fix to solve the problem
3488 is the same way it's solved for everything else in that function
3489 (i.e. by extracting the info before setting up the *Help* buffer).
3490
3491 2005-12-12 Kim F. Storm <storm@cua.dk>
3492
3493 * subr.el (version-regexp-alist): Allow space as separator before
3494 non-numeric part, e.g. "1.0 alpha".
3495 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3496
3497 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3498
3499 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3500 Implement Logging and the keep-modes setting.
3501 (org-get-category): Make sure a string is returned.
3502 (org-log-done): New function.
3503 (org-log-done, org-closed-string): New options.
3504
3505 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3506
3507 * tooltip.el (tooltip-y-offset): Change default to 20.
3508
3509 2005-12-12 Richard M. Stallman <rms@gnu.org>
3510
3511 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3512
3513 * frame.el (display-hourglass): Doc fix.
3514
3515 * help.el (help-for-help-internal): Simplify entry for `a'.
3516
3517 * info.el (Info-on-current-buffer): Doc fix.
3518 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3519
3520 * startup.el (inhibit-splash-screen): Make this the real name.
3521 (inhibit-startup-message): Make this the alias.
3522 (command-line): Find only simple.el, and use its directory
3523 to fill in other preloaded files' names.
3524 (command-line): Deactivate the mark if deactivate-mark is set.
3525
3526 * international/mule.el (load-with-code-conversion):
3527 Bind deactivate-mark.
3528
3529 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3530
3531 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3532
3533 * cus-edit.el (customize-apropos): Avoid listing an option more
3534 than once under different aliases. No longer list user options
3535 that are not defined with defcustom (unless a prefix arg is given).
3536 Doc fix.
3537 (customize-apropos-options): Doc fix.
3538
3539 2005-12-11 Juri Linkov <juri@jurta.org>
3540
3541 * frame.el (set-background-color, set-foreground-color)
3542 (set-cursor-color, set-mouse-color, set-border-color):
3543 Add explicit prompts to read colors by `facemenu-read-color'.
3544 (show-trailing-whitespace, blink-cursor-delay)
3545 (blink-cursor-interval, display-hourglass, hourglass-delay):
3546 Remove tags.
3547 (display-hourglass, hourglass-delay): Doc fix.
3548 (cursor-in-non-selected-windows): Capitalize words in tag.
3549
3550 * faces.el (frame-background-mode): Replace `choice-item' keywords
3551 with `const' to not make [default] button. Change default value tag
3552 from `default' to `automatic'. Doc fix.
3553 (trailing-whitespace) <defface>: Change group `whitespace' to
3554 `whitespace-faces'.
3555
3556 2005-12-11 Richard M. Stallman <rms@gnu.org>
3557
3558 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3559
3560 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3561
3562 * term/mac-win.el: Create keymap for mac-apple-event-map.
3563
3564 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3565
3566 * tooltip.el (tooltip-mode): Move to start of file so that it
3567 appears at top of customize buffer.
3568
3569 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3570 Add the gud groupname.
3571 (gud-tooltip-mode): Add the tooltip groupname.
3572 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3573 avoid conflict with tooltip-use-echo-area.
3574
3575 2005-12-10 Romain Francoise <romain@orebokech.com>
3576
3577 * help.el (help-for-help-internal): Add `r' in doc string.
3578
3579 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3580
3581 * align.el (align-regexp, align-highlight-rule):
3582 Use region-beginning and region-end instead of point and mark, so that
3583 repetition (with `repeat-complex-command') recomputes the region
3584 bounds.
3585
3586 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3587
3588 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3589 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3590 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3591 (balance-windows): Rewrite using the above new functions.
3592
3593 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3594
3595 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3596 react if global-hi-lock-mode seems intended.
3597 (global-hi-lock-mode) Renamed from hi-lock-mode.
3598 (hi-lock-archaic-interface-message-used)
3599 (hi-lock-archaic-interface-deduce): New variables.
3600 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3601 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3602 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3603 Replace hi-lock-buffer-mode with hi-lock-mode.
3604
3605 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3606
3607 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3608 completion list, even after a partial completion has been
3609 inserted in the current buffer. If there are more than 1
3610 completion, redisplay the *Completions* buffer; if the
3611 completion is unique, delete the *Completions* window.
3612
3613 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3614
3615 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3616 strings and long subject lines that were broken into multiple
3617 lines at arbitrary places. Handle subjects that have "Re: " in
3618 the middle.
3619
3620 2005-12-10 John W. Eaton <jwe@octave.org>
3621
3622 * emacs/octave-mod.el (octave-electric-space): Don't indent
3623 comments or strings if octave-auto-indent is nil.
3624
3625 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3626
3627 * term/mac-win.el: Require url when compiling.
3628 Call mac-process-deferred-apple-events after loading init files.
3629 (mac-apple-event-map): New defvar. Define event handlers in it.
3630 (core-event, internet-event): New Apple event class symbols.
3631 (open-application, reopen-application, open-documents)
3632 (print-documents, open-contents, quit-application)
3633 (application-died, show-preferences, autosave-now, get-url):
3634 New Apple event ID symbols.
3635 (about): New HICommand ID symbol.
3636 (mac-event-spec, mac-event-ae): New macros.
3637 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3638 (mac-ae-selection-range, mac-ae-text-for-search)
3639 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3640 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3641 and Services menu events are now defined in mac-apple-event-map.
3642 (mac-drag-n-drop): Remove selection range handling.
3643
3644 2005-12-10 Kenichi Handa <handa@m17n.org>
3645
3646 * simple.el (zap-to-char):
3647 * isearch.el (isearch-process-search-char): Translate CHAR by
3648 translation-table-for-input.
3649
3650 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3651
3652 * foldout.el (foldout-exit-fold): Properly hide subtree.
3653
3654 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3655
3656 * files.el (save-buffer):
3657 * international/ucs-tables.el (ucs-set-table-for-input):
3658 * mail/mail-extr.el (mail-extract-address-components):
3659 * mail/sendmail.el (mail-mode): Reformat doc string.
3660
3661 2005-12-09 Juri Linkov <juri@jurta.org>
3662
3663 * isearch.el (isearch-highlight): Change main overlay priority
3664 from 1 to 1001. Simplify.
3665 (isearch-lazy-highlight-update): Change lazy overlay priority
3666 from 0 to 1000.
3667
3668 * replace.el (replace-highlight): Change overlay priority from
3669 1 to 1001.
3670
3671 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3672 Change overlay priority from 1 to 1001. Reuse existing overlay.
3673
3674 * compare-w.el (compare-windows-highlight): Change overlay
3675 priority from 1 to 1000.
3676
3677 * menu-bar.el (menu-bar-edit-menu): Add listp around
3678 pending-undo-list to disable menu item "undo" when pending
3679 undo list is empty.
3680
3681 * locate.el (locate): Disable undo in *Locate* buffer.
3682
3683 2005-12-09 Kim F. Storm <storm@cua.dk>
3684
3685 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3686
3687 2005-12-09 David Ponce <david@dponce.com>
3688
3689 * recentf.el: Improvement of the menu code.
3690 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3691 instead of menu hook.
3692 (recentf-show-menu, recentf-hide-menu): New functions.
3693 (recentf-menu-customization-changed, recentf-mode): Use them.
3694 (recentf-menu-action, recentf-max-menu-items)
3695 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3696 (recentf-arrange-by-rule-others)
3697 (recentf-arrange-by-rules-min-items)
3698 (recentf-arrange-by-rule-subfilter) : Don't use
3699 `recentf-menu-customization-changed'.
3700 (recentf-arrange-rules): Likewise. Accept functions to compute
3701 sub-menu titles.
3702 (recentf-menu-filter): Likewise. Doc fix.
3703 (recentf-menu-value-shortcut): Doc fix.
3704 (recentf-dump-variable): Quote atom value.
3705 (recentf-make-menu-items): Update to use it as a menu filter.
3706 (recentf-match-rule): New function.
3707 (recentf-arrange-by-rule): Use it.
3708 (recentf-indirect-mode-rule): New function.
3709 (recentf-build-mode-rules): Use it.
3710 (recentf-dir-rule): New function.
3711 (recentf-arrange-by-dir): Use it.
3712 (recentf-filter-changer-current): Rename from
3713 `recentf-filter-changer-state'. All references updated.
3714 (recentf-filter-changer-alist): Update filter names.
3715 (recentf-filter-changer-select): New function.
3716 (recentf-filter-changer): Use it. Make a sub-menu from filters
3717 available in `recentf-filter-changer-alist'.
3718 (recentf-data-cache, recentf-clear-data)
3719 (recentf-update-menu): Remove. All references updated.
3720 (recentf-match-rule-p, recentf-build-dir-rules)
3721 (recentf-filter-changer-goto-next)
3722 (recentf-filter-changer-get-current)
3723 (recentf-filter-changer-get-next): Remove.
3724
3725 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3726
3727 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3728 buffer "Reset" button to "Reset to Current" for consistency with
3729 the State buttons.
3730
3731 2005-12-08 John Paul Wallington <jpw@pobox.com>
3732
3733 * ibuf-ext.el (define-ibuffer-filter filename):
3734 If `dired-directory' is a list then really use its car.
3735
3736 2005-12-08 Kim F. Storm <storm@cua.dk>
3737
3738 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3739 Fix indention of text on right side of replaced rectangle.
3740
3741 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
3742
3743 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3744 No need to check gud-comint-buffer is bound.
3745 (gdb): Prevent multiple debugging when first session uses gdba.
3746
3747 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3748
3749 CC Mode update to 5.31.
3750
3751 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3752 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3753 might do this function properly in the future).
3754
3755 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3756 macros c-sentence-end and c-default-value-sentence end, to cope
3757 with Emacs 22's new function `sentence-end'.
3758
3759 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3760
3761 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3762 compat issue using `c-put-overlay' and `c-delete-overlay'.
3763
3764 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3765 compat macros to handle overlays/extents.
3766
3767 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3768
3769 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3770 (for GNU Emacs 20.4)
3771
3772 * progmodes/cc-defs.el:
3773 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3774
3775 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3776 highlighting mechanism so it will work in XEmacs too.
3777
3778 * progmodes/cc-defs.el: Insert c-int-to-char.
3779
3780 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3781 call to the new macro c-int-to-char. This solves XEmacs's
3782 regarding characters as different from integers.
3783
3784 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3785
3786 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3787 helper.
3788
3789 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3790 construct to make the indirect face lookup work in XEmacs.
3791
3792 (c-cpp-matchers): Append the negation char face to the existing
3793 fontification, so that the cpp face doesn't disappear. Use
3794 `c-make-syntactic-matcher' to avoid negation chars in comments and
3795 strings.
3796
3797 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3798 to map to `font-lock-negation-char-face' in emacsen where it
3799 exists.
3800
3801 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3802
3803 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3804
3805 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3806 Rename "c-subword-move-mode" as "c-subword-mode".
3807
3808 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3809 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3810
3811 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3812
3813 * progmodes/cc-mode.el: Added autoload directive for
3814 `c-subword-move-mode' for use in older emacsen.
3815
3816 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3817
3818 * progmodes/cc-mode.el:
3819 (i) Insert a binding for C-c C-backspace into
3820 c-bind-special-erase-keys which works in TTYs.
3821 (ii) Make sure that when file styles are used, any explicitly
3822 given style variables take priority over those in the style. Do
3823 this by calling `hack-local-variables' a second time.
3824
3825 * progmodes/cc-vars.el: Add language specific customization
3826 widgets for AWK to c-doc-comment-style, c-require-final-newline
3827 and c-default-style. Add a defcustom for awk-mode-hook. Give
3828 c-syntactic-element and c-syntactic-context doc-strings by
3829 directly setting their `variable-documentation' propery. This
3830 allows Emacs 22.1 to read these with C-h v.
3831
3832 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3833 Monnier).
3834
3835 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3836
3837 * progmodes/cc-fonts.el, cc-vars.el
3838 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3839 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3840 Masatake YAMATO.
3841
3842 (c-doc-comment-style): Made GtkDoc default in C mode.
3843
3844 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3845 and C-c C-<delete>.
3846
3847 (c-bind-special-erase-keys): New function for use on
3848 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3849
3850 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3851 <delete> key behavior in XEmacs according to `delete-forward-p'.
3852 C.f. `c-electric-delete'.
3853
3854 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3855
3856 * progmodes/cc-mode.el: Give c-hungry-backspace and
3857 c-hungry-delete-forward permanent key bindings.
3858
3859 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3860 c-syntactic-context for calls to "criteria functions", for
3861 consistency with other calls to user functions.
3862
3863 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3864 `current-prefix-arg', since this might be the prefix arg to a
3865 command which calls c-indent-command as a function. Change the
3866 interactive spec from "p" to "P".
3867
3868 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3869 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3870 was difficult to understand.
3871
3872 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3873
3874 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3875 first char of an identifier.
3876
3877 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3878 +" syntax in C++.
3879
3880 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3881
3882 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3883 auto-fill doesn't split a c-comment's last word from a hanging
3884 "*/" when a space is typed between them after fill-column.
3885
3886 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3887
3888 * progmodes/cc-styles.el (c-set-style)
3889 (c-setup-paragraph-variables): Abort the command if we're not in a
3890 CC Mode buffer.
3891
3892 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3893 with blank comment-prefix, and a blank line as the comment's
3894 second line.
3895
3896 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3897
3898 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3899 Incorporated the patterns added in the Emacs development branch
3900 for the new Emacs 22 face `font-lock-negation-char-face'.
3901
3902 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3903 of "red" since it stands out better in xterms and DOS terminals.
3904
3905 * progmodes/cc-engine.el (c-literal-faces): Added
3906 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3907
3908 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3909
3910 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3911 forcibly enable c-electric-flag.
3912
3913 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3914 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3915 just after the comment-prefix of a C-style comment will close that
3916 comment.
3917
3918 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3919
3920 * progmodes/cc-fonts.el (c-basic-matchers-before)
3921 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3922 in Pike.
3923
3924 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3925 digraphs.
3926
3927 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3928 (c-cpp-message-directives, c-cpp-include-directives)
3929 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3930 (c-cpp-expr-directives): Introduced new language constants to
3931 control cpp syntax in a cleaner way.
3932
3933 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3934
3935 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3936
3937 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3938 (c-multiline-string-start-char): New language constants and
3939 variables to specify how newlines in string literals work.
3940
3941 (c-font-lock-invalid-string): Use them.
3942
3943 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3944 unbalanced close brace is entered. Optimization by avoiding going
3945 back over arbitrarily large blocks. Removed hints that this
3946 function only would be relevant/useful in AWK.
3947
3948 (c-electric-brace): Indent syntactically after the cleanups since
3949 lineup functions might do it differently then.
3950
3951 * progmodes/cc-engine.el, cc-langs.el
3952 (c-opt-op-identifier-prefix): New language constant and variable.
3953
3954 (c-just-after-func-arglist-p, c-after-special-operator-id)
3955 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3956
3957 * progmodes/cc-align.el, cc-engine.el
3958 (c-after-special-operator-id): New helper to handle C++ operator
3959 identifiers.
3960
3961 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3962 (c-guess-basic-syntax): Handle C++ operator identifiers in
3963 declarations.
3964
3965 * progmodes/cc-langs.el (c-assignment-operators): Added the
3966 trigraph version of ^= too.
3967
3968 * progmodes/cc-langs.el (c-assignment-operators): Added the
3969 trigraph version of |= in C++.
3970
3971 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3972 `c-decl-hangon-kwds' after the identifier name.
3973
3974 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3975 whether an arglist is "nonempty", ignore a comment after the open
3976 paren if it isn't followed by a non-comment token on the same
3977 line.
3978
3979 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3980 heuristics below the point to cope with classes inside special
3981 brace lists in Pike.
3982
3983 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3984
3985 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3986
3987 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3988
3989 * progmodes/cc-guess.el (cc-guess-install): New function to
3990 install an already guessed style in another buffer.
3991
3992 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3993 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3994 anyway if the change always is undone.
3995
3996 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3997
3998 Implement togglable electricity:
3999
4000 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
4001 saying when it should be used.
4002
4003 * progmodes/cc-engine.el: Add the new buffer-local variable,
4004 c-electric-flag.
4005
4006 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
4007 c-toggle-auto-newline.
4008
4009 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
4010 c-toggle-auto-newline. Remove the binding for
4011 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
4012 c-toggle-electric-state.
4013
4014 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
4015
4016 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
4017 c-\(forward\|backward\)-subword.
4018 (c-update-modeline): Add the new modeline flag `l' for
4019 `c-electric-flag'. Make the auto-newline flag `a' dependent on
4020 `l'.
4021 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
4022 the old name an alias of the new name.
4023 (c-toggle-electric-state): New function.
4024 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
4025 Adapt these functions to do electric things only when
4026 c-electric-flag is non-nil.
4027 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4028 new functions from c-electric-brace.
4029 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4030 mode, so that the tentative extra newline doesn't change the
4031 syntax of the following brace.
4032 (c-electric-brace): Restructure by extracting the above functions.
4033 Tidy up the coding somewhat.
4034 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4035 restructure a bit.
4036
4037 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4038
4039 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4040 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4041 idea.
4042
4043 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4044 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4045 since it's now used to track another submode.
4046
4047 (c-update-modeline): Converted to function and extended to check
4048 `c-subword-move-mode'.
4049
4050 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4051 Converted to compat aliases for `c-forward-subword' and
4052 `c-backward-subword'.
4053
4054 * progmodes/cc-subword.el: New functions and minor mode to handle
4055 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4056
4057 (c-forward-subword, c-backward-subword, c-mark-subword)
4058 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4059 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4060 Functions corresponding to the standard word handling functions.
4061
4062 (c-subword-move-mode): Minor mode that replaces all the standard
4063 word handling functions with their subword equivalences.
4064
4065 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4066
4067 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4068 entry for one-liner-defun.
4069
4070 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4071 name in its def-edebug-spec.
4072
4073 * progmodes/cc-cmds.el (c-electric-brace): Make the
4074 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4075 compacts space before a comment, if this will make things fit on
4076 one line.
4077
4078 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4079
4080 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4081
4082 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4083 clean-up one-liner-defun.
4084
4085 * progmodes/cc-styles.el: Add the new "awk" style.
4086
4087 * progmodes/cc-vars.el: Add description of one-liner-defun to
4088 c-cleanup-list's doc-string. New user options,
4089 c-max-one-liner-length. In c-default-style, set the default style
4090 for AWK to "awk".
4091
4092 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4093
4094 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4095 macros inside labels.
4096
4097 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4098 `c-at-statement-start-p' and `c-at-expression-start-p'.
4099
4100 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4101 error if the mark isn't set.
4102
4103 * progmodes/cc-engine.el (c-guess-continued-construct)
4104 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4105 accurately detect functions inside functions.
4106
4107 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4108 like `c-at-statement-start-p' that additionally recognizes commas
4109 and expression parentheses as delimiters.
4110
4111 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4112 to avoid heuristics that doesn't work for unclosed blocks.
4113
4114 (c-at-statement-start-p): New function.
4115
4116 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4117 Objective-C directives, e.g. directives spanning lines should work
4118 reasonably well now.
4119
4120 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4121
4122 (c-forward-objc-directive): New function to move over any ObjC
4123 directive.
4124
4125 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4126 (c-basic-matchers-before): Use it.
4127
4128 (c-font-lock-objc-iip-decl): Removed.
4129
4130 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4131 in the template arglist recognition.
4132
4133 * progmodes/cc-styles.el (c-style-alist): Fixed several
4134 inconsistencies in the Whitesmith style.
4135
4136 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4137 New lineup function to get lines after Whitesmith style blocks
4138 correctly indented.
4139
4140 (c-lineup-whitesmith-in-block): Backed out the compensation for
4141 opening parens since it's done using `add' lists in the style
4142 definition instead. Don't use the anchor position since it varies
4143 too much between the syntactic symbols. :P
4144
4145 * progmodes/cc-vars.el (c-valid-offset): Updated.
4146
4147 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4148 lists where the offsets are combined according to several
4149 different methods: `first', `min', `max', and `add'. Report
4150 offset evaluation errors with `c-benign-error' so that some kind
4151 of reindentation still is done.
4152
4153 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4154 `arglist-intro' the same way as `arglist-cont-nonempty' and
4155 `arglist-close'.
4156
4157 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4158 situations for `arglist-cont-nonempty' and `arglist-close'.
4159
4160 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4161 constant.
4162
4163 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4164 cc-bytecomp-boundp' in a number of places.
4165
4166 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4167 macro related issue.
4168
4169 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4170
4171 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4172 list is now [asdf], a char class [:alpha:]. Include code for char
4173 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4174 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4175 regexps.
4176
4177 Remove (nearly all of) the cruft associated with AWK Mode's former
4178 concept of "virtual semicolons":
4179
4180 Adapt c-beginning-of-statement, c-end-of-statement (together with
4181 subfunctions) to use the new notion of "virtual semicolon" in
4182 place of the old awkward special handling for AWK. There remains
4183 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4184 * progmodes/cc-cmds.el:
4185 (c-ascertain-adjacent-literal): In the backwards direction, now
4186 recognises AWK regexp delimiters as string delimiters.
4187 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4188 check more rigorously for "end of macro".
4189 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4190 virtual semicolons;
4191 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4192 out the code for forward movement into ...
4193 (c-end-of-statement): Now contains the code for forward movement,
4194 adapted for virtual semicolons.
4195
4196 * progmodes/cc-engine.el:
4197 (c-ws*-string-limit-regexp): New regexp.
4198 (c-forward-single-comment, c-backward-single-comment): Comment out
4199 the (now redundant) "special" AWK stuff.
4200
4201 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4202 c-string-par-start, c-string-par-separate to be more like Text
4203 Mode than Fundamental Mode.
4204
4205 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4206
4207 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4208 to the fontified region so that fontification doesn't occur
4209 outside it (could happen e.g. when fontifying a line with an
4210 unfinished declaration).
4211
4212 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4213
4214 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4215 moved to near the start of the file. ^L now separate sections of
4216 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4217 c-awk-blank-or-comment-line-re,
4218 c-awk-one-line-possibly-open-string-re,
4219 c-awk-regexp-one-line-possibly-open-char-class-re,
4220 c-awk-one-line-possibly-open-regexp-re,
4221 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4222 c-awk-vsemi-status-unknown-p.
4223
4224 Amend the concept of "virtual semicolons" (in the indentation
4225 engine) for languages like AWK, such that they are now
4226 conceptually attached to end of the last token of a statement, not
4227 the end of the line. (In AWK Mode, however, the pertinent text
4228 property is still physically set on the EOL.) Remove the specific
4229 tests for awk-mode, thus facilitating the introduction of other
4230 language modes where EOLs can end statements. (Note: The
4231 funtionality in cc-cmds.el, specifically
4232 c-beginning/end-of-statement has yet to be amended.)
4233
4234 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4235 c-vsemi-status-unknown-p.
4236
4237 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4238 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4239 c-vsemi-status-unknown-p-fn (in a new page).
4240
4241 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4242 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4243 numerous awkward forms like
4244 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4245 with
4246 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4247 variable before-ws-ip, the place just after char-before-ip
4248 appears.
4249
4250 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4251 a comment.
4252
4253 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4254
4255 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4256 `c-tentative-buffer-changes'.
4257
4258 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4259 converted to macro to choose between Emacs and XEmacs at compile
4260 time.
4261
4262 (c-set-region-active): New set counterpart to
4263 `c-region-is-active-p'.
4264
4265 (c-tentative-buffer-changes): New macro to handle temporary buffer
4266 changes in a convenient way.
4267
4268 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4269 for `c-tentative-buffer-changes'.
4270
4271 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4272 the checks for paren sexps between the point and the keyword, to
4273 avoid some false alarms.
4274
4275 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4276 Fixed a situation where an error could be thrown for unbalanced
4277 parens. Changed to make use of c-keyword-member' to avoid some
4278 repeated regexp matches.
4279
4280 (c-opt-lambda-key, c-opt-inexpr-block-key,
4281 c-opt-inexpr-class-key): These language variable are no longer
4282 necessary.
4283
4284 (c-block-stmt-kwds): New language constant used by
4285 c-looking-at-inexpr-block'.
4286
4287 (c-guess-basic-syntax): Removed an optional check that looked at
4288 the existence of the now removed language variables.
4289
4290 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4291 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4292 object instantiation expressions as declarations in some contexts.
4293 This bug only affected languages where the declarator can't be
4294 enclosed in parentheses.
4295
4296 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4297 insert newlines before and after substatement braces.
4298
4299 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4300 function declaration headers and the handling of C++ style member
4301 init lists.
4302
4303 (c-just-after-func-arglist-p): Rewritten to use
4304 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4305
4306 (c-beginning-of-member-init-list): Removed since it isn't used
4307 anymore.
4308
4309 (c-guess-basic-syntax): Case 5B adapted for the new
4310 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4311 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4312 covers all cases now).
4313
4314 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4315
4316 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4317
4318 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4319 c-string-par-start/separate c-sentence-end-with-esc-eol,
4320 initialised in c-setup-paragraph-variables, used in string
4321 scanning subroutines of c-beginning-of-statement.
4322
4323 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4324 which precedes the newly inserted `{'.
4325
4326 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4327
4328 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4329 function for declaration level blocks. It should now cope with
4330 templates better and also be a lot more comprehensible.
4331
4332 (c-looking-at-decl-block): The new function.
4333
4334 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4335 for compatibility.
4336
4337 (c-add-class-syntax, c-guess-continued-construct,
4338 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4339
4340 (c-decl-block-key): Changed to tell apart ambiguous and
4341 unambiguous keywords. Pike specials are now handled directly in
4342 the code instead.
4343
4344 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4345 language constants and variables to make the backward skip in
4346 `c-looking-at-decl-block' as tight as possible.
4347
4348 (c-nonsymbol-token-char-list): New language constant.
4349
4350 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4351 find balanced template arglists backwards.
4352
4353 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4354 making char classes for `c-syntactic-skip-backward'.
4355
4356 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4357 16D - can't be a class-close at that point.
4358
4359 * progmodes/cc-engine.el (c-guess-basic-syntax)
4360 (c-add-class-syntax): Don't narrow out the enclosing declaration
4361 level. This makes everything a lot easier, and it was actually
4362 only four small places that needed it to work. Some places that
4363 previously did `widen' are removed now, which has the effect that
4364 `c-guess-basic-syntax' never will look at things outside the
4365 current narrowment now. The anchor position for `topmost-intro'
4366 is affected by this, but it was so bogus it was basically useless
4367 before, and now it's equally bogus but in a slightly different
4368 way.
4369
4370 (c-narrow-out-enclosing-class): Gone.
4371
4372 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4373 the narrowed region.
4374
4375 (c-least-enclosing-brace): Removed silly optional argument.
4376
4377 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4378 the point could be left directly after an open paren when finding
4379 the beginning of the first decl in the block.
4380
4381 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4382 Specify which submatch to use.
4383
4384 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4385
4386 (c-decl-start-re): No longer any need for special treatment of
4387 ObjC due to the above.
4388
4389 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4390 presumably follows C in that regard.
4391
4392 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4393 New language constants to specify operator tokens inside
4394 identifiers in a more high level way.
4395
4396 (c-opt-identifier-prefix-key): New internal language constant.
4397
4398 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4399 (c-identifier-start, c-identifier-key): Now completely calculated
4400 from other constants.
4401
4402 (c-identifier-last-sym-match): Decommissioned since it's no longer
4403 used.
4404
4405 (c-operators): Use `c-identifier-ops'. Documented
4406 `postfix-if-paren'.
4407
4408 * progmodes/cc-engine.el (c-forward-name): Removed the
4409 optimization when c-identifier-key is equal to c-symbol-key since
4410 it doesn't work in byte compiled files. Don't record empty
4411 regions as identifiers.
4412
4413 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4414 simplify access to `c-operators' and its likes.
4415
4416 (c-operator-list, c-all-op-syntax-tokens)
4417 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4418 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4419 (c-primary-expr-regexp, c-cast-parens): Use it.
4420
4421 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4422 an explicit language in functions.
4423
4424 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4425 variant of adornment.
4426
4427 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4428 variable.
4429
4430 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4431 the Pike value.
4432
4433 * progmodes/cc-engine.el (c-on-identifier)
4434 (c-simple-skip-symbol-backward): Small fix for handling "-"
4435 correctly in `skip-chars-backward'. Affected the operator lfun
4436 syntax in Pike.
4437
4438 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4439 diagnostic message about precompiled language vars not being used.
4440
4441 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4442 "__attribute__" is followed by a parenthesis.
4443
4444 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4445 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4446 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4447
4448 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4449 cleanups to properly detect the declared identifiers in various
4450 declarations.
4451
4452 (c-decl-start-kwds): New language constant to recognize
4453 declarations that can start anywhere. Used for class declarations
4454 in Pike.
4455
4456 (c-specifier-key, c-not-decl-init-keywords)
4457 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4458 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4459
4460 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4461 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4462 handling of the compiler specific extension keywords into a new
4463 language constant `c-decl-hangon-kwds' that defines keyword
4464 clauses to be ignored in declarations.
4465
4466 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4467 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4468 Necessary to stop at the declared identifier in e.g. IDL valuetype
4469 declarations.
4470
4471 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4472 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4473 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4474 (c-forward-decl-or-cast-1): Recognize the declared identifier in
4475 class and enum declarations as such and not as part of the type.
4476
4477 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4478 interpretation of PRECEDING-TOKEN-END when there's no preceding
4479 token.
4480
4481 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4482 declarations when there's some syntax error later on.
4483
4484 (c-complex-decl-matchers): Did away with a reference to
4485 `c-specifier-key'.
4486
4487 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4488 value - this variable is always dynamically bound.
4489
4490 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4491 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4492 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4493 functions that might do hidden buffer changes: All such internal
4494 functions are now marked instead of those that don't.
4495
4496 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4497 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4498 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4499 (c-literal-type): Allow these functions to make hidden buffer changes,
4500 so that they are free to use text property caching later on.
4501
4502 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4503 (c-electric-brace, c-electric-slash, c-electric-star)
4504 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4505 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4506 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4507 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4508 with the changed semantics of the functions above.
4509
4510 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4511 when macros occur in obscure places. Optimized the sexp movement
4512 a bit.
4513
4514 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4515
4516 Enhancements for c-beginning-of-statement to work in AWK Mode:
4517
4518 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4519 (completed statement) with `}' (statement completed by closing
4520 brace or semicolon) and `$' (statement completed by EOL).
4521
4522 (c-awk-virtual-semicolon-ends-prev-line-p)
4523 (c-awk-virtual-semicolon-ends-line-p)
4524 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4525 (c-awk-at-statement-end-p): New functions.
4526
4527 * progmodes/cc-cmds.el: Simplify the structure of functions
4528 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4529 two functions and c-beginning-of-statement to handle AWK Mode.
4530
4531 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4532 c-backward-single-comment for AWK mode. Attempt to clarify their
4533 doc-strings.
4534
4535 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4536
4537 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4538
4539 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4540 label handling. Labels are now recognized in a uniform and more
4541 robust way, regardless of context. Text properties are put on all
4542 labels to recognize the following declarations better. Multiword
4543 labels are handled both in indentation and fontification for the
4544 benefit of language extensions like Qt. For consistency, keywords
4545 in labels are now fontified with the label face instead. That
4546 also applies to "case" and "default".
4547
4548 (c-beginning-of-statement-1): Fixed some bugs in the label
4549 handling. Disregard `c-nonlabel-token-key' in labels that begin
4550 with `c-label-kwds'.
4551
4552 (c-find-decl-spots): Support that the callback adds more
4553 `c-decl-end' spots to find.
4554
4555 (c-forward-decl-or-cast-1): Don't treat a list of plain
4556 identifiers followed by a colon as a declaration.
4557
4558 (c-forward-label): New function to recognize labels.
4559
4560 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4561 `c-forward-label'. Moved the label recognition cases (14 and 15)
4562 earlier since they aren't so context sensitive now. Handle labels
4563 on the top level gracefully. Moved access label recognition to
4564 the generic label case (CASE 15) - removed CASE 5E.
4565
4566 (c-font-lock-declarations): Added recognition of labels in the
4567 same round since we need to handle labels in parallell with other
4568 declarations to recognize both accurately. It should also improve
4569 speed.
4570
4571 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4572 `c-font-lock-labels' so that it only is used on decoration level 2
4573 since `c-font-lock-declarations' handles it otherwise.
4574
4575 (c-complex-decl-matchers): Removed the simplistic recognition of
4576 access labels.
4577
4578 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4579 with labels earlier.
4580
4581 (c-decl-start-re): New language variable to make
4582 `c-font-lock-declarations' stop for the special protection labels
4583 in Objective-C that start with `@'.
4584
4585 (c-label-key): Removed since it's no longer used.
4586
4587 (c-recognize-colon-labels, c-label-prefix-re): New language
4588 constants to support recognition of generic colon-terminated
4589 labels.
4590
4591 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4592 are colon terminated labels.
4593
4594 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4595 first argument starts with a special brace list.
4596
4597 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4598 (c-font-lock-declarations): Broke out the declaration and cast
4599 recognition from `c-font-lock-declarations' to a new function, so
4600 that it can be used in the indentation engine.
4601
4602 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4603 up to the start of the literal. Fixed bug with the point on the
4604 wrong side of the search limit that could happen when the start
4605 position is inside a literal.
4606
4607 * progmodes/cc-engine.el (c-parse-state)
4608 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4609 so that it's kept a little bit back to increase the hit rate.
4610
4611 (c-parse-state): Changed the macro handling and fixed some
4612 glitches. Macro context is checked more often than necessary now,
4613 but otoh less garbage conses are generated.
4614
4615 * progmodes/cc-engine.el (c-parse-state)
4616 (c-invalidate-state-cache): Cache the last position where
4617 `c-state-cache' applies. This can speed up refontification quite
4618 a bit in blocks where there are many non-brace parens before the
4619 point.
4620
4621 (c-state-cache-end): New variable for this.
4622
4623 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4624 cache variable.
4625
4626 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4627 get close initial continue positions when the start position is
4628 inside a literal or macro. Do not call the callback for spots
4629 before the start position (which can happen e.g. for `c-decl-end'
4630 spots inside comments). Optimize better in special cases when the
4631 region is a single line inside a literal or macro (typically when
4632 the current line is refontified).
4633
4634 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4635 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4636 entries from the paren state.
4637
4638 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4639 special case for "else if" clauses.
4640
4641 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4642 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4643
4644 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4645 language variable to recognize the gcc extension with statement
4646 blocks inside expressions.
4647
4648 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4649 it somewhat more comprehensible. The argument AT-BLOCK-START is
4650 no longer used and hence removed.
4651
4652 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4653 to `c-add-stmt-syntax'.
4654
4655 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4656 `c-beginning-of-statement-1' instead of duplicating parts of it.
4657 This fixes bogus label recognition.
4658
4659 * progmodes/cc-engine.el (c-add-type, c-check-type)
4660 (c-forward-name, c-forward-type): Improved storage of template
4661 types in `c-found-types' so that they can be recognized better.
4662
4663 (c-syntactic-content): Added option to skip past nested parens.
4664
4665 * progmodes/cc-engine.el (c-forward-name): Set
4666 `c-last-identifier-range' all the time. It's less work that way.
4667 Handle that there might not be an identifier to store in
4668 `c-last-identifier-range'.
4669
4670 (c-forward-type): Handle that `c-last-identifier-range' might be
4671 nil from `c-forward-name'.
4672
4673 * progmodes/cc-defs.el (c-safe-scan-lists)
4674 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4675
4676 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4677 to work even if the form fails.
4678
4679 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4680 down in a large file in one go.
4681
4682 (c-get-fallback-start-pos): New helper function for
4683 `c-parse-state'.
4684
4685 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4686 function which is like `c-lineup-math' but returns nil instead of
4687 `c-basic-offset' when it doesn't match.
4688
4689 (c-lineup-math): Changed to use `c-lineup-assignments'.
4690
4691 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4692
4693 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4694 c-beginning-of-statement. New subfunctions
4695 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4696
4697 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4698
4699 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4700 hardcoded char classes whereever possible. Changed a couple of
4701 places to use skip by syntax instead of skip by char class.
4702
4703 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4704 Fixed a bug in the regexp that caused extreme backtracking.
4705
4706 * progmodes/cc-langs.el (c-block-comment-starter)
4707 (c-block-comment-ender): New language constants to specify in a
4708 single place how block comments look.
4709
4710 (c-comment-start-regexp, c-block-comment-start-regexp)
4711 (comment-start, comment-end, comment-start-skip)
4712 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4713 (c-syntactic-ws, c-nonempty-syntactic-ws)
4714 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4715 `c-line-comment-starter', `c-block-comment-starter' and
4716 `c-block-comment-ender'.
4717
4718 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4719 New language constants to break up things a bit.
4720
4721 (c-simple-ws): New language constant for simple whitespace.
4722
4723 * progmodes/cc-defs.el (c-concat-separated): New convenience
4724 function.
4725
4726 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4727 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4728 newlines. Allow and ignore nil elements in the list.
4729
4730 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4731
4732 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4733 superfluous) check, (eq here (point-max)) in
4734 c-beginning-of-statement.
4735
4736 * progmodes/cc-cmds.el: Tidy up the comments in
4737 c-beginning-of-statement and subfunctions.
4738
4739 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4740 more flexible c-put-char-property and c-clear-char-properties.
4741 Add the author's email address.
4742
4743 * progmodes/cc-langs.el: New variable,
4744 c-block-comment-start-regexp.
4745
4746 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4747 closing "*/" of a block comment.
4748
4749 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4750 subfunctions) so that it works at BOB and EOB.
4751
4752 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4753 c-beginning-of-statement, including new variable
4754 c-block-comment-start-regexp.
4755
4756 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4757
4758 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4759 symbols from `*-font-lock-extra-types' so that there's no need to
4760 use `regexp-opt' on those lists.
4761
4762 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4763 `c-type-modifier-kwds' is empty.
4764
4765 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4766 there are several strings on the same line.
4767
4768 * progmodes/cc-engine.el (c-literal-limits): Removed the
4769 compatibility function for older emacsen. `c-literal-limits-fast'
4770 has now taken the place of this function.
4771
4772 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4773 with older emacsen: We now require `pps-extended-state'.
4774
4775 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4776
4777 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4778 which obviates the need to hack sentence-end. This now handles
4779 escaped newlines in strings correctly. Correct minor bugs in
4780 c-move-over-sentence and in c-beginning-of-statement.
4781
4782 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4783 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4784 that movement over macros and code are rigorously separated from
4785 eachother. Correct a few incidental bugs.
4786
4787 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4788 Improve its doc-string. Improve the handling of certain specific
4789 cases.
4790
4791 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4792
4793 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4794 (c-guess-basic-syntax): Changed the way class-level labels are
4795 recognized; they can now contain essentially any symbols.
4796
4797 (c-opt-extra-label-key): New language variable to cope with the
4798 special protection label syntax in Objective-C.
4799
4800 (c-opt-access-key): Removed; this is now handled better by
4801 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4802
4803 (c-complex-decl-matchers): Update to handle that
4804 `c-opt-access-key' no longer exists.
4805
4806 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4807 improved label recognition in `c-beginning-of-statement-1'.
4808
4809 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4810 Recognize bitfields better.
4811
4812 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4813 Removed some cruft and fixed a bug that could cause it to go to a
4814 position further down.
4815
4816 * progmodes/cc-langs.el, cc-engine.el
4817 (c-beginning-of-statement-1): Improved detection of labels in
4818 declaration contexts.
4819
4820 (c-beginning-of-decl-1): Use it.
4821
4822 (c-nonlabel-token-key): New language constant and variable needed
4823 by `c-beginning-of-statement-1'.
4824
4825 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4826 manifested itself due to the correction in `c-forward-sexp'.
4827
4828 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4829 these behave as documented when used at the buffer limits.
4830
4831 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4832 (c-type-decl-end-used): Made this a language variable.
4833
4834 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4835 correctly when `combine-after-change-calls' is used together with
4836 temporary narrowings.
4837
4838 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4839 labels correctly when the start point is immediately after the
4840 colon.
4841
4842 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4843 since it isn't used anymore.
4844
4845 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4846 bracket arglists such as template parens in C++.
4847
4848 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4849 in the last check-in. Some optimization.
4850
4851 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4852 where it could stop at the same level in a preceding sexp when
4853 PAREN-LEVEL is set.
4854
4855 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4856 text property lookup only when it's needed.
4857
4858 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4859 Changed the policy for paren marked angle brackets to be more
4860 persistent; once marked they remain marked even when they're found
4861 to be unbalanced in the searched region. This should keep the
4862 paren syntax around even when individual lines are refontified in
4863 multiline template arglists.
4864
4865 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4866 to control markup so that incorrect angle bracket arglists aren't
4867 marked in contexts where the correct value for
4868 `c-disallow-comma-in-<>-arglists' isn't known.
4869
4870 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4871 argument has become `c-parse-and-markup-<>-arglists'.
4872
4873 (c-remove-<>-arglist-properties): Removed - no longer used.
4874
4875 (c-after-change-check-<>-operators): New function used on
4876 `after-change-functions' to avoid that "<" and ">" characters that
4877 are part of longer operators have paren syntax.
4878
4879 (c-<>-multichar-token-regexp): New language variable used by
4880 `c-after-change-check-<>-operators'.
4881
4882 (c-after-change): Call `c-after-change-check-<>-operators'.
4883
4884 (c-font-lock-<>-arglists): Use the context properties set by
4885 `c-font-lock-declarations' to set
4886 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4887 markup.
4888
4889 (c-font-lock-declarations): Removed code that undoes the invalid
4890 markup done by `c-font-lock-<>-arglists'.
4891
4892 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4893 after `c-font-lock-declarations'.
4894
4895 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4896 paren-level feature.
4897
4898 (c-guess-basic-syntax): Improved the anchor position for
4899 `template-args-cont' in nested template arglists. There's still
4900 much to be desired in this area, though.
4901
4902 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4903
4904 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4905 Make the "Text Filling and Line Breaking" commands work for AWK
4906 buffers.
4907
4908 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4909
4910 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4911 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4912
4913 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4914 it doesn't work no longer are supported.
4915
4916 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4917 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4918 requires support for the syntax-table' text property, which rules
4919 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4920 cruft associated with those versions.
4921
4922 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4923 for the `syntax-table' text property, which rules out Emacs 19 and
4924 XEmacs < 21.4. Removed various compatibility cruft associated
4925 with those versions.
4926
4927 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4928 support for the `syntax-table' text property.
4929
4930 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4931 variable and use an extra quoted face name instead. All the
4932 emacsen flavors handle that correctly.
4933
4934 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4935 (c-font-lock-declarators, c-font-lock-declarations)
4936 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4937 property to mark the items in in declarator lists to handle
4938 refontification inside multiline declarations better.
4939
4940 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4941 construct like "a * b = c;" as a declaration.
4942
4943 2005-12-08 Kim F. Storm <storm@cua.dk>
4944
4945 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4946 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4947 select either meta, hyper, or super modifier for rectangle commands.
4948 (cua--rectangle-modifier-key): New defvar.
4949 (cua--M/H-key): Use it. Remove special case for `space'.
4950 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4951 on X, to meta otherwise. Always bind C-return to toggle
4952 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
4953
4954 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4955 cua--rectangle-modifier-key. Handle super modifier too.
4956 (cua--init-rectangles): Always bind C-return to toggle rectangle.
4957 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4958
4959 * ido.el: Move Acknowledgements and History after Commentary.
4960 Minor changes to Commentary.
4961
4962 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4963 keymap if cua--prefix-override-timer is `shift'.
4964 (cua--shift-control-prefix): New function; emulate "type prefix
4965 key twice" functionality to handle shifted prefix key override.
4966 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4967 commands.
4968 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4969
4970 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
4971
4972 * textmodes/org.el (org-insert-heading): Try to do items before
4973 headings.
4974 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4975 (org-insert-item): New function.
4976 (org-renumber-ordered-list): Don't skip to higher level lists.
4977
4978 2005-12-08 Juri Linkov <juri@jurta.org>
4979
4980 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4981
4982 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4983
4984 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4985
4986 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4987 the constructed function name fun-1.
4988
4989 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4990 because such links don't lead to parent documentation.
4991
4992 2005-12-08 Kenichi Handa <handa@m17n.org>
4993
4994 * descr-text.el (describe-char): Use *Help-2* buffer if the
4995 current buffer is *Help*. Call describe-text-properties while
4996 setting the original buffer.
4997
4998 2005-12-07 Bill Wohler <wohler@newt.com>
4999
5000 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
5001 and causes problems with non-MH users (such as Gnus users).
5002
5003 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
5004
5005 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
5006 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
5007 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
5008 command "info sources". Move calls to GDB command "list".
5009 (gdb-find-file-hook): Just use gdb-source-file-list.
5010 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
5011 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
5012 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5013 (gdb-data-list-register-values-handler): Use correct trigger name.
5014
5015 2005-12-07 Kim F. Storm <storm@cua.dk>
5016
5017 * ido.el (ido-completion-map): Rename from ido-mode-map.
5018 (ido-common-completion-map, ido-file-completion-map)
5019 (ido-file-dir-completion-map, ido-buffer-completion-map):
5020 Rename from ido-mode-....-map.
5021 (ido-init-completion-maps): Rename from ido-init-mode-maps.
5022 (ido-setup-completion-map): Rename from ido-define-mode-map.
5023 (ido-read-internal): Bind minibuffer-local-filename-completion-map
5024 to ido-completion-map.
5025
5026 2005-12-07 Kenichi Handa <handa@m17n.org>
5027
5028 * international/mule-cmds.el
5029 (set-display-table-and-terminal-coding-system): If the coding
5030 system specified in `unibyte-display' property is different from
5031 the arg coding-system, don't setup standard-display-table.
5032
5033 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5034
5035 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5036 that comments end at \n, regardless of selective-display.
5037
5038 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5039
5040 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5041 (gdb-version): New variables.
5042 (gdb-source-file-list, gdb-register-names)
5043 (gdb-changed-registers): New variables for use with GDB 6.4+.
5044 (gdb-ann3): Replace with...
5045 (gdb-init-1, gdb-init-2): ...two new functions.
5046 (gdba, gdb-prompt): Call gdb-init-1.
5047 (gdb-get-version): New function. Call gdb-init-2 from here.
5048 (gud-watch): Make it work with mouse events too.
5049 (gdb-post-prompt): Don't add to queue until GDB version is known.
5050 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5051 (gdb-locals-mode): Use gdb-version.
5052 (gdb-memory-format-map, gdb-memory-unit-map)
5053 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5054 (gdb-locals-font-lock-keywords-1)
5055 (gdb-locals-font-lock-keywords-2): New variables.
5056 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5057 (gdb-set-gud-minor-mode-existing-buffers-1)
5058 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5059 (gdb-var-update-1, gdb-var-update-handler-1)
5060 (gdb-data-list-register-values-handler)
5061 (gdb-data-list-register-values-custom)
5062 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5063 (gdb-stack-list-locals-handler, gdb-get-register-names):
5064 New functions for use with GDB 6.4+.
5065 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5066 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5067 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5068 (gdb-stack-list-locals-regexp)
5069 (gdb-data-list-register-names-regexp): New regexps for use with
5070 GDB 6.4+.
5071
5072 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5073
5074 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5075
5076 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5077
5078 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5079 prompts work for AUTH PLAIN. Also reported by Steve Allan
5080 <seallan@verizon.net>.
5081
5082 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5083
5084 * frame.el (set-frame-parameter): Add doc string.
5085
5086 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5087
5088 * textmodes/org.el (org-occur-highlights): New variable.
5089 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5090 (org-highlight-sparse-tree-matches): New option.
5091 (org-do-occur): New function.
5092 (org-get-heading): Make it work also at beginning of line.
5093 (org-category-table): New variable.
5094 (org-get-category-table, org-get-category)
5095 (org-camel-to-words, org-link-search): New functions.
5096 (org-select-this-todo-keyword): New variable.
5097 (org-todo-list): New command.
5098 (org-shiftright, org-shiftleft): New commands.
5099 (org-agenda-todo): Add prefix argument.
5100 (org-show-hierarchy-above): New option.
5101 (org-show-todo-tree): Numerical prefix creates tree for specific
5102 TODO keyword.
5103 (org-outline-level): New function, to assign a level to plain
5104 lists items.
5105 (org-cycle-include-plain-lists): New option.
5106 (org-mode): Use `org-outline-level' as value of `outline-level'.
5107 (org-cycle): Temporarily switch `outline-regexp' if
5108 `org-cycle-include-plain-lists' is non-nil.
5109 (org-start-icalendar-file): Fix format bug.
5110 (org-agenda-get-day-entries): Create category table.
5111 (org-agenda-get-todos, org-agenda-get-timestamps)
5112 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5113 (org-agenda-get-blocks): Use `org-get-category'.
5114 (org-context-in-file-links): Rename from
5115 `org-line-numbers-in-file-links'.
5116
5117 2005-12-06 Romain Francoise <romain@orebokech.com>
5118
5119 * window.el (balance-windows): Delete extraneous third arg in call
5120 to `enlarge-window'.
5121
5122 2005-12-06 Kenichi Handa <handa@m17n.org>
5123
5124 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5125
5126 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5127
5128 * progmodes/gdb-ui.el (gdb-var-create-handler)
5129 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5130 (gdb-var-list-children-handler, gdb-var-update-handler):
5131 Current buffer is already gdb-partial-output-buffer, don't
5132 make it current again.
5133
5134 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5135
5136 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5137 (list-buffers-noselect): Use it.
5138
5139 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5140
5141 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5142 (mail-yank-ignored-headers): Use regexp-opt.
5143 (mail-mode-map): Move initialization into declaration.
5144 (mail-sent-via): Remove unused shadowed var `to-line'.
5145 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5146 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5147 (mail-do-fcc): Use dolist and push.
5148 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5149 (mail-yank-ignored-headers): Don't autoload.
5150
5151 2005-12-05 Kenichi Handa <handa@m17n.org>
5152
5153 * international/mule-cmds.el (set-language-info-internal): New fun.
5154 (set-language-info): Call set-language-info-internal to update
5155 language-info-alist. If LANG-ENV is the current one, call
5156 set-language-environment to make INFO effective now.
5157 (set-language-info-alist): Likewise.
5158 (locale-language-names): With locale "en", use English
5159 lang. env. but set the default codings to iso-8859-1.
5160
5161 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5162
5163 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5164 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5165 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5166 for plain strings.
5167 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5168 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5169 Create registers buffer if necessary. Echo new state in minibuffer.
5170 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5171
5172 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5173
5174 * info.el (Info-fontify-node): Match external links using
5175 non-directory part of filename.
5176
5177 2005-12-04 Juri Linkov <juri@jurta.org>
5178
5179 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5180 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5181 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5182 because there is no customization option for it.
5183
5184 * font-lock.el (lisp-font-lock-keywords-1):
5185 Add define-global-minor-mode.
5186
5187 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5188
5189 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5190 properties on the constructed variable names.
5191
5192 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5193 Put `definition-name' properties on the constructed function names
5194 next-sym and prev-sym.
5195
5196 * emacs-lisp/find-func.el (find-function-regexp):
5197 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5198 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5199 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5200 and easy-menu-define.
5201
5202 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5203 easy-mmode-define-global-mode and define-global-minor-mode.
5204 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5205
5206 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5207 instead of easy-mmode-define-global-mode.
5208
5209 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5210 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5211
5212 * cus-edit.el (customize-group, customize-group-other-window):
5213 Filter out autoloaded options from the group completion list by
5214 using heuristics that autoloaded groups don't have `custom-autoload'
5215 property on their symbols (they have only `custom-loads').
5216
5217 * simple.el (completion-setup-function): Put completions-common-part
5218 face on complete completion string too (i.e. completion string
5219 without completions-first-difference face).
5220
5221 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5222
5223 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5224
5225 * view.el (view-mode): Doc fix.
5226
5227 * disp-table.el (standard-display-european): Add to the warning
5228 message a reference to the doc string.
5229
5230 * play/yow.el (apropos-zippy): Call print-help-return-message,
5231 similar to other Help and Apropos commands.
5232
5233 * help.el (print-help-return-message): If pop-up-frames is
5234 non-nil, set up help-return-method to delete the help window and,
5235 possibly, its frame as well, and don't display message about
5236 scrolling the help window. Doc fix.
5237 (help-return-method): Doc fix.
5238
5239 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5240
5241 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5242 whereby names of length one or names starting with a
5243 symbol-constituent character would not be returned.
5244
5245 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5246
5247 * subr.el (atomic-change-group): Add edebug and indentation spec.
5248
5249 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5250
5251 * completion.el (save-completions-file-name): Fix typo in last change.
5252
5253 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5254
5255 * info.el: Move back/forward history to the beginning of the tool bar.
5256
5257 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5258
5259 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5260 Add fset of allout-real-isearch-abort during compile to fix
5261 byte-compilation warnings.
5262 (allout-mode-p): Move definition of this macro above all uses, or
5263 byte compilation in barren emacs (eg, during emacs build) will
5264 lack the definition.
5265 (allout-mode): Move this variable above any uses, or byte
5266 compilation will fail.
5267 (allout-resolve-xref): Remove use of personal file-reference function.
5268 (allout-toggle-current-subtree-encryption): Do the current (ie,
5269 visible containing) topic, rather than nearest around point. Doc fix.
5270 (allout-toggle-subtree-encryption): New function, workhorse that
5271 works on nearest topic containing point.
5272 (allout-encrypt-string): Signal requirement for newer version of pgg.
5273 (allout-resumptions): Doc fix.
5274
5275 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5276
5277 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5278
5279 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5280
5281 * textmodes/flyspell.el (flyspell-external-point-words):
5282 Consider a misspelling as found in the string search if: (a) misspelling
5283 and found string lengths match, or (b) misspelling is found as
5284 element in a boundary-chars separated longer string, or (c)
5285 ispell-program-name is really ispell and misspelling is found as
5286 part of a TeX string. After successful match move beginning of
5287 search region to end of match. Warn about not found misspellings
5288 once the process is done.
5289 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5290
5291 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5292
5293 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5294 tool bar (removed inadvertently).
5295
5296 2005-12-02 Juri Linkov <juri@jurta.org>
5297
5298 * log-view.el (log-view-diff): Clarify doc string.
5299
5300 2005-12-01 Bill Wohler <wohler@newt.com>
5301
5302 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5303 triggers lm-verify errors.
5304
5305 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5306
5307 * simple.el (transient-mark-mode, line-number-mode)
5308 (column-number-mode, size-indication-mode): Remove `:require nil'.
5309
5310 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5311
5312 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5313 in the margin also.
5314 (gdb-breakpoints-mode-map): Use D instead of d for
5315 gdb-delete-breakpoint.
5316 (gdb-get-frame-number): Require a number to match on.
5317 (gdb-threads-mode-map): Add follow-link binding.
5318
5319 2005-11-30 Jason Rumney <jasonr@gnu.org>
5320
5321 * isearch.el (isearch-mode-map): Avoid exiting search on
5322 language-change event.
5323
5324 2005-11-30 Romain Francoise <romain@orebokech.com>
5325
5326 * speedbar.el (speedbar-default-position): New defcustom.
5327 (speedbar-frame-reposition-smartly): Use it.
5328
5329 * dframe.el (dframe-reposition-frame-emacs): Fix position
5330 computation for `left' location.
5331 Update copyright year.
5332
5333 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5334
5335 * help.el (help-map): Move initialization into declaration.
5336
5337 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5338
5339 * help-fns.el (help-argument-name): Don't autoload.
5340 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5341 to be re-loaded when customizing the `help' group.
5342
5343 2005-11-30 John Paul Wallington <jpw@gnu.org>
5344
5345 * help-fns.el (describe-function-1): Fill arglist output.
5346
5347 2005-11-30 Kim F. Storm <storm@cua.dk>
5348
5349 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5350 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5351 after revert-buffer (or anything else which kills all local variables).
5352
5353 * apropos.el (apropos-parse-pattern): Doc fix.
5354 Set apropos-regexp directly, rather than expecting callers to do so.
5355 (apropos-command, apropos, apropos-value, apropos-documentation):
5356 Simplify calls to apropos-parse-pattern.
5357
5358 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5359
5360 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5361 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5362 (hi-lock-write-interactive-patterns): Use comment-region.
5363
5364 * longlines.el (longlines-mode): Add mail-setup-hook.
5365
5366 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5367
5368 * simple.el (sendmail-user-agent-compose, next-line):
5369 Conditionally use hard-newline.
5370
5371 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5372
5373 * international/latexenc.el (latex-inputenc-coding-alist):
5374 Reword doc string.
5375
5376 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5377
5378 * help.el (describe-key-briefly, describe-key): Recognize default
5379 bindings.
5380
5381 2005-11-29 Romain Francoise <romain@orebokech.com>
5382
5383 * view.el (view-inhibit-help-message): New defcustom.
5384 (view-mode-enter): Use it.
5385
5386 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5387
5388 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5389 Preserve user position.
5390
5391 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5392
5393 * font-lock.el: Throw error if facemenu is not loaded to prevent
5394 accidental change of loading order in loadup.el. (Suggested by RMS.)
5395
5396 * loadup.el: Add comment explaining why facemenu must be loaded
5397 before font-lock.
5398
5399 2005-11-28 Jay Belanger <belanger@truman.edu>
5400
5401 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5402 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5403
5404 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5405
5406 * calc/calc-embed.el (calc-do-embedded): Update help message.
5407
5408 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5409
5410 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5411
5412 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5413
5414 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5415 called-interactively-p.
5416 (elp-profilable-p): Rename from elp-not-profilable-p.
5417 Invert result and take into account macros and autoloaded functions.
5418 (elp-instrument-function): Update call.
5419 (elp-instrument-package): Update call. Add completion.
5420 (elp-pack-number): Use match-string.
5421 (elp-results-jump-to-definition-by-mouse): Merge into
5422 elp-results-jump-to-definition and then remove.
5423 (elp-output-insert-symname): Make help echo text single-line.
5424
5425 * replace.el (query-replace-map): Move initialization into declaration.
5426 (occur-engine): Use with-current-buffer.
5427 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5428 (occur-mode-mouse-goto): Replace with an alias.
5429
5430 2005-11-28 Juri Linkov <juri@jurta.org>
5431
5432 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5433
5434 * term/w32-win.el: Bind [S-tab] to [backtab].
5435
5436 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5437 `Info-find-file' to t.
5438
5439 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5440 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5441 and same-window-regexps.
5442 (occur-next-error): Don't move point for arg 0.
5443
5444 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5445
5446 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5447
5448 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5449
5450 * log-edit.el (log-edit-changelog-use-first): New var.
5451 (log-edit-changelog-ours-p): Use it.
5452 (log-edit-insert-changelog): Set it with new arg `use-first'.
5453 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5454 (log-edit-hook): Add them to the list of suggested options.
5455
5456 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5457 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5458 redundant work.
5459 (flyspell-mode-on): Use add-hook for after-change-functions.
5460 (flyspell-mode-off): Use remove-hook for after-change-functions.
5461 (flyspell-changes): Make it buffer-local.
5462 (flyspell-after-change-function): Make it non-interactive. Use push.
5463 (flyspell-post-command-hook): Check input-pending-p while processing
5464 the potentially long list of buffer changes.
5465
5466 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5467
5468 * buff-menu.el (list-buffers-noselect): Display the selected
5469 frame's buffer list, not the global one.
5470
5471 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5472
5473 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5474 that (list last-input-event) works as in interactive spec.
5475
5476 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5477
5478 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5479 `facemenu-keymap' needs to be defined when font-lock is loaded.
5480 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5481
5482 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5483
5484 * completion.el: Remove useless leading * in defcustom docstrings.
5485 (save-completions-file-name): Use ~/.emacs.d if available.
5486 (completion-standard-syntax-table): Rename from
5487 cmpl-standard-syntax-table and fold initialization into declaration,
5488 thus removing cmpl-make-standard-completion-syntax-table.
5489 (completion-lisp-syntax-table, completion-c-syntax-table)
5490 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5491 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5492 (symbol-under-point, symbol-before-point)
5493 (symbol-under-or-before-point, symbol-before-point-for-complete)
5494 (add-completions-from-c-buffer): Use with-syntax-table.
5495 (make-completion): Don't return a list of completion entries.
5496 Update callers.
5497 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5498 (completion-initialize): Rename from initialize-completions.
5499 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5500 (kill-emacs-save-completions): Collect stats here.
5501 (save-completions-to-file, load-completions-from-file):
5502 Use with-current-buffer.
5503 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5504 into a function. Move all calls to toplevel.
5505 (completion-lisp-mode-hook): New fun.
5506 (completion-c-mode-hook, completion-setup-fortran-mode):
5507 Set the syntax-table here. Use local-set-key.
5508 (completion-saved-bindings): New var.
5509 (dynamic-completion-mode): Make it into a proper minor mode.
5510 (load-completions-from-file): Remove unused var `num-uses'.
5511
5512 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5513 constructor if it is explicitly overridden.
5514
5515 * complete.el (PC-completion-as-file-name-predicate):
5516 Use minibuffer-completing-file-name.
5517 (partial-completion-mode): Use find-file-not-found-functions.
5518 (PC-lisp-complete-symbol): Use with-syntax-table.
5519 (PC-look-for-include-file): Remove dead setq.
5520 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5521 (PC-complete): Use with-current-buffer.
5522
5523 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5524 escape single quotes.
5525
5526 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5527
5528 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5529 of `if' whose condition always returned nil. Doc fix.
5530
5531 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5532 window's buffer the current buffer around the call to
5533 `list-buffers-noselect'. This is necessary to mark that buffer
5534 with a `.' in the Buffer Menu when called from Lisp, for instance
5535 by Auto Revert Mode.
5536
5537 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5538
5539 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5540 attaching to it.
5541 (gdb-pre-prompt): Make sure gdb-error is reset.
5542
5543 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5544 with a child process, detect it.
5545 (gud-speedbar-buttons): Match regexp more carefully.
5546
5547 2005-11-27 Richard M. Stallman <rms@gnu.org>
5548
5549 * mouse.el (mouse-drag-move-window-bottom):
5550 Use adjust-window-trailing-edge.
5551
5552 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5553
5554 * simple.el (blink-matching-open): Ignore
5555 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5556 (blink-matching-paren-on-screen): Update docstring.
5557
5558 * paren.el (show-paren-mode): No longer change
5559 `blink-matching-paren-on-screen'.
5560
5561 2005-11-27 John Paul Wallington <jpw@pobox.com>
5562
5563 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5564 (gdb-threads-select, gdb-edit-register-value):
5565 Use `posn-set-point' instead of `mouse-set-point' because the
5566 latter is not fbound when configured without X.
5567
5568 2005-11-27 Kim F. Storm <storm@cua.dk>
5569
5570 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5571 existing face when partially highlighting a TAB in a rectangle.
5572
5573 2005-11-26 Kim F. Storm <storm@cua.dk>
5574
5575 * ido.el (ido-mode-map): Doc fix.
5576 (ido-mode-common-map, ido-mode-file-map)
5577 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5578 (ido-define-mode-map): Rewrite. Select one of the new maps as
5579 parent for ido-mode-map instead of building from scratch.
5580 (ido-init-mode-maps): New defun to initialize new maps.
5581 (ido-mode): Call it.
5582 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5583 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5584
5585 2005-11-26 John Paul Wallington <jpw@pobox.com>
5586
5587 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5588 `mouse-set-point' because the latter is not fbound when configured
5589 without X.
5590
5591 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5592
5593 * files.el (file-relative-name): Doc fix.
5594
5595 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5596
5597 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5598 non-empty string for secondary prompt PS2.
5599
5600 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5601
5602 * progmodes/compile.el (compilation-setup): Fix last change.
5603
5604 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5605
5606 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5607 (gdb-mouse-toggle-breakpoint-margin)
5608 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5609 Add gdb-server-prefix to keep out of command history.
5610 (gdb-edit-register-value): New function.
5611 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5612 (gdb-info-registers-custom): Use above map.
5613
5614 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5615
5616 * custom.el (enable-theme): Signal error if argument is not a
5617 theme. Don't recalculate a face if it's not loaded yet.
5618
5619 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5620 the `user' theme is in effect.
5621
5622 * info.el (Info-on-current-buffer): Record actual filename in
5623 Info-current-file, instead of t, or a fake filename if a non-file
5624 buffer. Make autoload.
5625 (Info-find-node, Info-revert-find-node): No need to check for
5626 Info-current-file nil.
5627 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5628 Info-current-file is now never `t'.
5629 (Info-fontify-node): Many simplifications due to Info-current-file
5630 always being valid. Use Info-find-file to find node filename.
5631
5632 2005-11-25 David Kastrup <dak@gnu.org>
5633
5634 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5635 new character, then delete" in order to preserve markers.
5636
5637 2005-11-25 David Ponce <david@dponce.com>
5638
5639 * recentf.el (recentf-arrange-by-rule): Handle a special
5640 `auto-mode-alist'-like "strip suffix" rule.
5641 (recentf-build-mode-rules): Handle second level auto-mode entries.
5642
5643 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5644
5645 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5646 window modes.
5647
5648 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5649 jde-javadoc-checker-report-mode.
5650
5651 * ediff-wind (ediff-make-wide-display): Slight simplification.
5652
5653 * ediff.el (ediff-date): Change the date of last update.
5654
5655 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5656
5657 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5658 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5659 (hi-lock-mode): New global minor mode.
5660 (turn-on-hi-lock-if-enabled): New function.
5661 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5662 Change arguments to regexp and face instead of a font-lock pattern.
5663 Directly set face property, instead of refontifying.
5664 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5665 (hi-lock-find-patterns): Use line-number-at-pos.
5666
5667 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5668 arguments for hi-lock-set-pattern.
5669 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5670 Call font-lock-fontify-buffer.
5671 (hi-lock-find-file-hook, hi-lock-current-line)
5672 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5673
5674 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5675 turned off.
5676
5677 * progmodes/compile.el (compilation-setup): Don't fiddle with
5678 font-lock-defaults.
5679
5680 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
5681
5682 * progmodes/gdb-ui.el (gdb-var-create-handler)
5683 (gdb-var-list-children-handler): Find values for all variable
5684 objects. gud-speedbar-buttons decides whether to display them.
5685
5686 2005-11-24 Romain Francoise <romain@orebokech.com>
5687
5688 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5689 buffer name with a space.
5690
5691 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
5692
5693 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5694 `org-export-local-list-max-depth'. Change default value to 3.
5695 (org-auto-renumber-ordered-lists)
5696 (org-plain-list-ordered-item-terminator): New options.
5697 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5698 (org-get-indentation, org-get-string-indentation)
5699 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5700 New functions.
5701 (org-move-item-down, org-move-item-up): New commands.
5702 (org-export-as-html): New classes for CSS support. Bug fix in
5703 regular expression detecting fixed-width regions. Respect
5704 `org-local-list-ordered-item-terminator'.
5705 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5706 also a list item.
5707 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5708 New item moving functions.
5709
5710 2005-11-24 Juri Linkov <juri@jurta.org>
5711
5712 * isearch.el (isearch-repeat): With empty search ring set
5713 `isearch-error' to the error string instead of signaling error
5714 with the function `error'.
5715
5716 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5717
5718 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5719
5720 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
5721
5722 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5723 and variable.
5724 (gdb-var-create-handler, gdb-var-list-children-handler):
5725 Don't match on "char **...".
5726 (gdb-var-update-handler): Find values for all variable objects.
5727 (gdb-info-frames-custom): Identify frames by leading "#".
5728
5729 * progmodes/gud.el (gud-speedbar-menu-items): Add
5730 gdb-speedbar-auto-raise as radio button.
5731 (gud-speedbar-buttons): Raise speedbar if requested.
5732 Don't match on "char **...".
5733 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5734 Make it editable.
5735
5736 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
5737
5738 * info.el (Info-fontify-node): Handle the case where
5739 Info-current-file is t.
5740
5741 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5742
5743 * simple.el (blink-matching-open): Fix off-by-one in last change.
5744
5745 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5746
5747 * term/mac-win.el: Don't change default directory.
5748
5749 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5750
5751 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5752 buffers correctly. (It used to throw an error in such buffers.)
5753 Make it ask for confirmation in group buffers and other Custom
5754 buffers containing more than one customization item.
5755
5756 2005-11-22 John Paul Wallington <jpw@gnu.org>
5757
5758 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5759 property on mail and url overlays.
5760 (goto-address-at-point): Use `posn-set-point' instead of
5761 `mouse-set-point' because the latter is not fbound when configured
5762 without X.
5763
5764 2005-11-22 Lars Hansen <larsh@soem.dk>
5765
5766 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5767 (ls-lisp-classify, ls-lisp-format): Delete call to
5768 ls-lisp-parse-symlink.
5769 (ls-lisp-handle-switches): Handle symlinks to directories as
5770 directories when ls-lisp-dirs-first in non-nil.
5771
5772 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5773
5774 * startup.el (command-line): Make sure that loaddefs.el is handled
5775 correctly in load-history.
5776
5777 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5778
5779 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5780 (gdb-struct-string, gdb-array-string): New constants.
5781 (gdb-info-locals-handler): Use them.
5782 (gdb-reset): Reset gdb-var-list to nil.
5783
5784 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5785
5786 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5787 in patterns.
5788
5789 2005-11-21 Juri Linkov <juri@jurta.org>
5790
5791 * custom.el (defcustom): Update link types in docstring.
5792
5793 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5794
5795 * custom.el (defgroup): Add doc-string-elt info.
5796
5797 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5798
5799 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5800
5801 * newcomment.el (comment-enter-backward): Fix last fix.
5802
5803 * simple.el (blink-matching-open):
5804 * paren.el (show-paren-function): Allow new paren-class info.
5805
5806 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5809 handled automagically.
5810
5811 2005-11-20 Andreas Schwab <schwab@suse.de>
5812
5813 * descr-text.el (describe-char): When copying overlays put them
5814 over the full char description instead of just the first character
5815 of it.
5816
5817 2005-11-20 Juri Linkov <juri@jurta.org>
5818
5819 * simple.el (what-cursor-position):
5820 * descr-text.el (describe-char): Use Lisp-readable syntax
5821 for octal and hex. Reorder decimal, octal and hex values.
5822 Remove excess whitespace in the output. Use `=' in `column='
5823 like in `point=' and `Hscroll='.
5824
5825 * international/mule-cmds.el (encoded-string-description):
5826 Use Lisp-readable syntax for hex.
5827
5828 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5829
5830 * newcomment.el (comment-enter-backward): Handle the case where the
5831 comment is closed by EOB.
5832
5833 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5834
5835 * longlines.el (longlines-before-revert-hook)
5836 (longlines-after-revert-hook): New functions.
5837 (longlines-mode): Turn off longlines temporarily when reverting.
5838 Add a message-setup-hook.
5839 (longlines-decode-buffer): New function.
5840 (longlines-wrap-line): Preserve marker positions.
5841
5842 2005-11-19 Andreas Schwab <schwab@suse.de>
5843
5844 * emacs-lisp/shadow.el: Handle compressed files.
5845
5846 2005-11-19 Romain Francoise <romain@orebokech.com>
5847
5848 * net/browse-url.el (browse-url-default-browser): Signal an error
5849 if no usable browser can be found, rather than try to load w3.
5850
5851 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
5852
5853 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5854 replacing existing properties.
5855 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5856 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5857 tty specs.
5858 (rcirc-server-prefix, rcirc-server): New faces.
5859 (rcirc-url-regexp): Generate with rx macro.
5860 (rcirc-last-server-message-time): New variable.
5861 (rcirc-filter): Record time of last message.
5862 (rcirc-keepalive): Kill processes that did not send a message
5863 since the last ping.
5864 (rcirc-mode): Give rcirc-topic a local binding here.
5865
5866 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5867
5868 * subr.el (read-passwd): Fontify the prompt as we do with other
5869 prompts.
5870
5871 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
5872
5873 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5874 binding buffer-read-only to nil.
5875
5876 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5877
5878 * complete.el (partial-completion-mode):
5879 Mention completion-auto-help in the doc string.
5880
5881 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5882 more Lisp-ish way.
5883
5884 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5885
5886 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5887 digits, not 8, to avoid misalignment for files larger than 100MB.
5888
5889 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5890
5891 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5892 Mention "keyboard shortcuts" in the help text.
5893
5894 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5895
5896 * startup.el (fancy-splash-default-action): Discard only
5897 mouse-down and succeeding mouse-up events in the splash screen
5898 window so that drag-n-drop event can be processed.
5899
5900 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
5901
5902 * longlines.el (longlines-mode): Add hacks for mail-mode and
5903 message-mode.
5904
5905 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
5906
5907 * textmodes/org.el (org-table-sort-lines): New command.
5908 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5909 (org-add-file): Command removed, use `org-agenda-file-to-front'
5910 instead.
5911 (org-export-icalendar): Use `org-icalendar-combined-name'.
5912 (org-cycle-agenda-files, org-agenda-file-to-end)
5913 (org-agenda-file-to-front): New commands.
5914 (org-table-tab-jumps-over-hlines, org-export-html-style):
5915 New options.
5916 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5917 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5918 New functions.
5919 (org-fill-paragraph): Call `org-table-align' in tables.
5920 (org-mode): Call `org-set-autofill-regexps'.
5921 (org-export-as-html): Support for local handformatted lists.
5922 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
5923 (org-export-local-list-max-depth): New option.
5924 (org-html-expand): Use `org-html-protect'.
5925
5926 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
5927
5928 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5929 to "p".
5930 (gdb): Move definition of gud-pp to...
5931
5932 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5933 speedbar.
5934 (gdb-find-watch-expression): New function.
5935
5936 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5937
5938 * faces.el (face-attribute, set-face-attribute): Mention existence
5939 of `:ignore-defface' setting in docstring.
5940
5941 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5942
5943 * simple.el (completion-setup-function): Fix last change.
5944
5945 2005-11-17 John Paul Wallington <jpw@pobox.com>
5946
5947 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5948 Use `posn-set-point' instead of `mouse-set-point' because the
5949 latter is not fbound when configured without X.
5950
5951 * comint.el (comint-insert-input): Likewise.
5952
5953 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5954
5955 * simple.el (hard-newline): New variable.
5956 (sendmail-user-agent-compose, next-line): Use it.
5957
5958 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5959 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5960 (mail-mail-reply-to, mail-mail-followup-to)
5961 (mail-position-on-field, mail-signature, mail-yank-original)
5962 (mail-attach-file): Likewise.
5963
5964 * mail/mailheader.el (mail-header-format)
5965 (mail-header-format-function): Likewise.
5966
5967 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5968
5969 2005-11-17 Juri Linkov <juri@jurta.org>
5970
5971 * font-lock.el (font-lock-faces): Rename this defgroup from
5972 `font-lock-highlighting-faces'.
5973 (font-lock-comment-face, font-lock-comment-delimiter-face)
5974 (font-lock-string-face, font-lock-doc-face)
5975 (font-lock-keyword-face, font-lock-builtin-face)
5976 (font-lock-function-name-face, font-lock-variable-name-face)
5977 (font-lock-type-face, font-lock-constant-face)
5978 (font-lock-warning-face, font-lock-negation-char-face)
5979 (font-lock-preprocessor-face)
5980 (font-lock-regexp-grouping-backslash)
5981 (font-lock-regexp-grouping-construct): Rename :group from
5982 `font-lock-highlighting-faces' to `font-lock-faces'.
5983
5984 * cus-edit.el (lisp, c, tex):
5985 * progmodes/ada-mode.el (ada):
5986 * progmodes/asm-mode.el (asm):
5987 * progmodes/cperl-mode.el (cperl-faces):
5988 * progmodes/cpp.el (cpp):
5989 * progmodes/dcl-mode.el (dcl):
5990 * progmodes/f90.el (f90):
5991 * progmodes/fortran.el (fortran):
5992 * progmodes/icon.el (icon):
5993 * progmodes/idlwave.el (idlwave-misc):
5994 * progmodes/m4-mode.el (m4):
5995 * progmodes/make-mode.el (makefile):
5996 * progmodes/meta-mode.el (meta-font):
5997 * progmodes/modula2.el (modula2):
5998 * progmodes/octave-mod.el (octave):
5999 * progmodes/pascal.el (pascal):
6000 * progmodes/perl-mode.el (perl):
6001 * progmodes/prolog.el (prolog):
6002 * progmodes/ps-mode.el (PostScript-edit):
6003 * progmodes/scheme.el (scheme):
6004 * progmodes/sh-script.el (sh-script):
6005 * progmodes/simula.el (simula):
6006 * progmodes/tcl.el (tcl):
6007 * textmodes/nroff-mode.el (nroff):
6008 * textmodes/reftex-vars.el (reftex-fontification-configurations):
6009 * textmodes/sgml-mode.el (sgml):
6010 * textmodes/texinfo.el (texinfo):
6011 Add :link (custom-group-link font-lock-faces) to defgroup.
6012
6013 * hi-lock.el (hi-lock): Rename this defgroup from
6014 `hi-lock-interactive-text-highlighting'. Change parent group from
6015 `faces' to `font-lock'. Add link to the manual.
6016 (hi-lock-mode, hi-lock-file-patterns-range)
6017 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
6018 `hi-lock-interactive-text-highlighting' to `hi-lock'.
6019 (hi-lock-faces): Add :group `faces'.
6020
6021 * cus-edit.el (custom-variable-prompt): Clarify the code.
6022
6023 * faces.el (face-read-string): Set the default value arg of
6024 completing-read.
6025
6026 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6027
6028 * rfn-eshadow.el (file-name-shadow-properties)
6029 (file-name-shadow-tty-properties, file-name-shadow-mode):
6030 Remove autoloads, because the file is now preloaded.
6031
6032 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6033
6034 * printing.el (easy-menu-intern): Don't define.
6035 (pr-get-symbol): Use easy-menu-intern only if defined.
6036
6037 * simple.el (blink-matching-open): Simplify a bit.
6038 (completion-setup-function): Fix the case of partial-completion-mode
6039 when the minibuffer's contents start with "-".
6040 Obey completion-base-size-function even when
6041 minibuffer-completing-file-name is non-nil.
6042
6043 2005-11-16 Richard M. Stallman <rms@gnu.org>
6044
6045 * net/eudcb-ph.el (eudc-ph-open-session):
6046 Use set-process-query-on-exit-flag.
6047
6048 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6049
6050 * international/ucs-tables.el (ucs-set-table-for-input):
6051 Use make-local-variable, not make-variable-buffer-local.
6052
6053 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6054 Improve warning message text.
6055
6056 * savehist.el (savehist-save-hook): Add :group.
6057
6058 * menu-bar.el (menu-bar-help-menu):
6059 Rename Find Extra Packages to External Packages.
6060
6061 * cus-edit.el (Custom-reset-standard): Verify that
6062 :custom-standard-value prop exists before calling it.
6063
6064 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6065
6066 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6067
6068 * wid-edit.el (color): Enclose %t in %{...%}.
6069
6070 * cus-edit.el (face): Enclose %t in %{...%}.
6071
6072 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6073
6074 * savehist.el (savehist-mode-hook): Re-add the var.
6075 (savehist-mode): Use it.
6076
6077 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6078
6079 * textmodes/flyspell.el: Fix commenting convention.
6080 Remove unnecessary leading * in custom docstrings.
6081 (flyspell-emacs): Remove unused var.
6082 (flyspell-delete-region-overlays): Use remove-overlays.
6083 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6084 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6085 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6086 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6087 (make-flyspell-overlay): Don't locally reuse a global name.
6088 (flyspell-highlight-incorrect-region)
6089 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6090 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6091 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6092 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6093 Wrap calls to accept-process-output inside with-local-quit since it's
6094 often called from a post-command-hook.
6095 (flyspell-correct-word, flyspell-auto-correct-word):
6096 Use ispell-send-string.
6097 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6098
6099 * calendar/diary-lib.el (diary-list-entries): Also hide the
6100 terminating newline.
6101
6102 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6103
6104 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6105 window-system, to allow fonts on tty.
6106
6107 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6108
6109 * progmodes/gud.el (gud-speedbar-item-info): New function.
6110 (gud-install-speedbar-variables): Use it to display data type
6111 of watch expression as a tooltip in speedbar.
6112
6113 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6114
6115 * font-core.el (global-font-lock-mode): Add :version keyword,
6116 because default was changed.
6117
6118 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6119
6120 * startup.el (command-line): Use `custom-reevaluate-setting' for
6121 `file-name-shadow-mode'.
6122
6123 * loadup.el: Preload rfn-eshadow.
6124
6125 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6126 Add :version keyword.
6127 (file-name-shadow-properties, file-name-shadow-tty-properties)
6128 (file-name-shadow): Add :version keyword.
6129
6130 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6131 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6132 in the custom-group property of the symbol frames and the fringe
6133 group got no link to its parent group frames.
6134 Doc fix.
6135
6136 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6137
6138 * progmodes/gud.el (gud-stop-subjob): New function.
6139 (gud-menu-map, gud-tool-bar-map): Use it.
6140
6141 2005-11-16 Kim F. Storm <storm@cua.dk>
6142
6143 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6144 than kill it.
6145 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6146 to a more useful/logical place.
6147
6148 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6149
6150 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6151 go buttons complementary.
6152
6153 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6154
6155 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6156 (rfn-eshadow-sifn-equal): New function.
6157 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6158
6159 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6160
6161 * viper-utils.el (viper-non-word-characters-reformed-vi):
6162 Quote `-' in string.
6163
6164 * viper.el (viper-emacs-state-mode-list): Ensure that
6165 rcirc-mode buffers come up in Emacs state.
6166
6167 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6168 operation.
6169
6170 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6171
6172 * term.el (term-termcap-format): Fix typos.
6173 (term-down): Fix the negative argument case.
6174
6175 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6176
6177 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6178 2005-08-15.
6179 (gdb-ann3): New command gud-go.
6180 (menu): Accomodate gdb-mi.el.
6181 (gdb-assembler-custom): Make buffer of selected window current
6182 so that set-window-point works.
6183
6184 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6185 buttons and include new ones.
6186
6187 2005-11-16 Kim F. Storm <storm@cua.dk>
6188
6189 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6190 (gud-menu-map): Use it.
6191
6192 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6193
6194 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6195 that works correctly for Custom and that does not override a user
6196 who disables it.
6197
6198 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6199 (help-xref-interned, help-follow): Make hyperlinks for variables
6200 that are unbound, but have a non-nil variable-documentation property.
6201
6202 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6203 mode hook. (It conflicted with defcustoms for some mode hooks.)
6204 Use the `variable-documentation' property to give the mode hook a
6205 docstring and expand that docstring.
6206
6207 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6208
6209 * savehist.el (savehist-mode): Don't bother with
6210 `custom-set-minor-mode'.
6211 (savehist-coding-system): Check XEmacs version.
6212 (history-length): Declare also at run time.
6213 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6214 Don't set the customize state.
6215 (savehist-minibuffer-hook): Special case for when
6216 minibuffer-history-variable is equal to t.
6217
6218 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6219
6220 * files.el (write-file): Refresh VC status.
6221
6222 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6223 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6224 than fundamental-mode to see if the mode was set.
6225
6226 2005-11-14 Romain Francoise <romain@orebokech.com>
6227
6228 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6229 dummy function in `eval-when-compile' to avoid compiler warning.
6230 Require `man' at compile time.
6231
6232 2005-11-14 Jay Belanger <belanger@truman.edu>
6233
6234 * calc-alg.el (calcFunc-write-out-power): Rename it to
6235 calcFunc-powerexpand.
6236 (math-write-out-power): Rename it to math-powerexpand; have it
6237 handle negative exponents.
6238 (calc-writeoutpower): Rename it to calc-powerexpand.
6239
6240 * calc-ext.el: Change calcFunc-writeoutpower and
6241 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6242 autoloads.
6243 Add calcFunc-ldiv to autoloads.
6244
6245 * calc-arith.el (calcFunc-ldiv): New function.
6246
6247 * calc.el (calc-left-divide): New function.
6248
6249 2005-11-14 Juri Linkov <juri@jurta.org>
6250
6251 * cus-edit.el (custom-variable-prompt): Set the default value arg
6252 of completing-read.
6253
6254 * cus-dep.el (custom-make-dependencies): Reverse the list of
6255 found dependencies.
6256
6257 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6258
6259 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6260 Highlighting" entry, it is on by default now.
6261 (menu-bar-options-save): Do not save global-font-lock-mode.
6262
6263 2005-11-13 Richard M. Stallman <rms@gnu.org>
6264
6265 * textmodes/flyspell.el (flyspell-large-region):
6266 Call flyspell-accept-buffer-local-defs.
6267
6268 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6269
6270 * textmodes/flyspell.el (flyspell-notify-misspell):
6271 Fix misspelling of "Misspelling".
6272 (flyspell-process-localwords): New function.
6273 (flyspell-large-region): Call flyspell-process-localwords and
6274 flyspell-delete-region-overlays.
6275 (flyspell-delete-region-overlays): New function.
6276 (flyspell-delete-all-overlays): Call that.
6277
6278 2005-11-13 Richard M. Stallman <rms@gnu.org>
6279
6280 * help.el (help-for-help-internal): Improve doc of C-h a.
6281 (describe-key): Improve prompt; doc fix.
6282
6283 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6284
6285 * vc-svn.el (vc-svn-registered): Catch all errors.
6286
6287 * cus-dep.el (custom-make-dependencies): Typo.
6288
6289 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6290
6291 * net/tramp-util.el (top): Fix compilation warning.
6292
6293 2005-11-13 Kim F. Storm <storm@cua.dk>
6294
6295 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6296
6297 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6298
6299 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6300 (gud-speedbar-buttons): Match on "const char *" too.
6301
6302 * progmodes/gdb-ui.el (gdb-var-create-handler)
6303 (gdb-var-list-children-handler): Match on "const char *" too.
6304 (gdb-var-evaluate-expression-handler): Match on empty string.
6305 (gdb-var-update-handler): Only call
6306 gdb-var-evaluate-expression-handler when required.
6307
6308 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6309
6310 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6311 selected window. This still doesn't work for speedbar.
6312 (gud-speedbar-buttons): Handle string expressions properly.
6313
6314 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6315 (gdb-var-create-handler): Handle string expressions properly.
6316 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6317 Handle string expressions properly. Move "type" field into regexp.
6318
6319 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6320
6321 * bookmark.el (bookmark-maybe-message): New function to reduce
6322 code duplication: invokes `message' iff baud-rate is high enough.
6323 (bookmark-write-file): Use above instead of an inline conditional.
6324 (bookmark-load): Same.
6325
6326 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6327
6328 * bookmark.el (bookmark-write-file): Don't visit the destination
6329 file, just write the data to it using write-region. This is
6330 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6331 change to avoid visiting the file in the first place.
6332
6333 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6334
6335 * hi-lock.el (hi-lock-mode): Set the default value of
6336 font-lock-defaults.
6337
6338 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6339
6340 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6341 arg to `file-attributes'.
6342 (find-lisp-format): The UID and GID can now be strings.
6343
6344 2005-11-12 Kim F. Storm <storm@cua.dk>
6345
6346 * help.el (help-map): Bind C-h d to apropos-documentation.
6347
6348 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6349 when point is at end-of-buffer.
6350
6351 * apropos.el (apropos-match-face): Doc fix.
6352 (apropos-sort-by-scores): Add new choice `verbose'.
6353 (apropos-documentation-sort-by-scores): New defcustom.
6354 (apropos-pattern): Now contains the pattern entered by the user.
6355 (apropos-pattern-quoted): New defvar.
6356 (apropos-regexp): New defvar, containing the regexp corresponding
6357 to apropos-pattern.
6358 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6359 (apropos-read-pattern): New defun. Use it to read pattern arg in
6360 interactive calls; returns list of words for a word list, and
6361 string for a regexp.
6362 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6363 parses a list of words or regexp as returned by apropos-read-pattern.
6364 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6365 (apropos-score-doc): Return a very high score if the string
6366 entered by the user matches literally.
6367 (apropos-variable): Doc fix. Use apropos-read-pattern.
6368 (apropos-command): Doc fix. Use apropos-read-pattern and
6369 apropos-parse-pattern. Call apropos-print with nosubst=t.
6370 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6371 apropos-parse-pattern.
6372 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6373 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6374 apropos-documentation-sort-by-scores. Call apropos-print with
6375 nosubst=t.
6376 (apropos-documentation-internal): Pass doc string through
6377 substitute-key-definition before adding text properties.
6378 Highlight substring matching literal user input if possible.
6379 (apropos-documentation-check-doc-file): Remove locals beg and end.
6380 Fix calculation of score (as added twice). Pass doc string through
6381 substitute-key-definition before adding text properties.
6382 (apropos-documentation-check-elc-file): Pass doc string through
6383 substitute-key-definition before adding text properties.
6384 Highlight substring matching literal user input if possible.
6385 (apropos-print): Add new arg NOSUBST; if set, command and variable
6386 doc strings have already been passed through substitute-key-definition.
6387 Add code to handle apropos-accumulator items without score element
6388 for backwards compatibility (e.g. with woman package).
6389 Only show scores if apropos-sort-by-scores is `verbose'.
6390
6391 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6394 Add jka-compr-load-suffixes to load-suffixes.
6395
6396 * jka-compr.el: Require jka-cmpr-hook.
6397 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6398 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6399 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6400 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6401 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6402 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6403 (jka-compr-uninstall): Remove entries from
6404 jka-compr-added-to-file-coding-system-alist after they are used.
6405 (jka-compr-error): Remove unused var `curbuf'.
6406 (jka-compr-file-local-copy): Remove unused var `notfound'.
6407
6408 2005-11-10 Romain Francoise <romain@orebokech.com>
6409
6410 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6411
6412 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6413
6414 * progmodes/gud.el (gud-menu-map): Move parentheses.
6415 (gdb): New command gud-pv.
6416
6417 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6418
6419 * tar-mode.el: Remove spurious or unnecessary leading stars
6420 in docstrings.
6421 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6422 (tar-parse-octal-integer-safe): Use mapc.
6423 (tar-header-block-summarize): Remove unused var `ck'.
6424 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6425 cleared before. Obey default-enable-multibyte-characters.
6426 Use mapconcat. Simplify setting of tar-header-offset.
6427 (tar-mode-map): Move initialization inside delcaration.
6428 (tar-flag-deleted): Use `abs'.
6429 (tar-expunge-internal): Remove unused var `line'.
6430 (tar-expunge-internal): Don't hardcode point-min==1.
6431 (tar-expunge): Widen while doing set-buffer-multibyte.
6432 (tar-rename-entry): Use file-name-coding-system.
6433 (tar-alter-one-field): Don't hardcode point-min==1.
6434 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6435 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6436
6437 2005-11-10 Masatake YAMATO <jet@gyve.org>
6438
6439 * add-log.el (add-log-current-defun): Handle class::method
6440 notation of c++. Fix incorrect comment.
6441
6442 2005-11-10 Alan Mackenzie <acm@muc.de>
6443
6444 * help-fns.el (describe-variable): Make C-h v work when a variable
6445 has variable documentation yet is unbound.
6446
6447 2005-11-10 Masatake YAMATO <jet@gyve.org>
6448
6449 * man.el (Man-highlight-references): Set an empty
6450 string to `Man-arguments' if it is nil.
6451 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6452
6453 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6454
6455 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6456 commenting conventions.
6457
6458 * cus-dep.el (custom-make-dependencies): Simplify.
6459 Better follow the commenting conventions.
6460
6461 2005-11-09 Richard M. Stallman <rms@gnu.org>
6462
6463 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6464 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6465 All uses changed.
6466 (apropos-rewrite-regexp): Doc fix.
6467 (apropos-variable, apropos-command, apropos, apropos-value):
6468 Change prompt; carry through the argument renaming.
6469
6470 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6471
6472 * find-lisp.el: Require dired.
6473 (find-lisp-find-dired-internal): Do not call
6474 `abbreviate-file-name' on DIR.
6475
6476 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
6477
6478 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6479
6480 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6481
6482 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6483 when using the speedbar.
6484 (gdb): New command gud-pp.
6485 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6486
6487 2005-11-09 Juri Linkov <juri@jurta.org>
6488
6489 * replace.el (occur-excluded-properties): New defcustom.
6490 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6491
6492 2005-11-08 Jay Belanger <belanger@truman.edu>
6493
6494 * calc/calc-units.el (math-convert-units): Replace any composite
6495 unit by its definition.
6496
6497 2005-11-08 Lars Hansen <larsh@soem.dk>
6498
6499 * emacs-lisp/autoload.el (update-directory-autoloads):
6500 Add obsolete function alias.
6501
6502 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6503
6504 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6505 comment-indent-function.
6506 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6507
6508 * reveal.el (reveal-post-command): Rework the handling of
6509 reveal-open-spots, so as to be more reliable. There were several
6510 tricky corner cases where an open spot might be lost, or where
6511 a closed spot might end up on the list of open spots.
6512 Only reveal text that's ellipsised.
6513
6514 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6515
6516 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6517
6518 2005-11-07 John Paul Wallington <jpw@gnu.org>
6519
6520 * ibuffer.el (ibuffer): Search iconified frames too when
6521 getting Ibuffer buffer's window.
6522
6523 2005-11-06 Richard M. Stallman <rms@gnu.org>
6524
6525 * progmodes/compile.el (compilation-internal-error-properties):
6526 save-excursion around the computation of MARKER.
6527
6528 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6529
6530 * textmodes/flyspell.el (flyspell-external-point-words):
6531 flyspell-get-word returns a list, not just a string.
6532
6533 2005-11-06 John Paul Wallington <jpw@pobox.com>
6534
6535 * ibuffer.el (ibuffer): Search all visible frames when getting
6536 Ibuffer buffer's window.
6537
6538 2005-11-07 Masatake YAMATO <jet@gyve.org>
6539
6540 * man.el (Man-reference-regexp): Accept spaces between
6541 `Man-name-regexp' and `Man-section-regexp'.
6542 (Man-apropos-regexp): New variable.
6543 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6544 if available.
6545 (Man-highlight-references, Man-highlight-references0):
6546 Handle the case when `Man-arguments' includes "-k".
6547 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6548 `TARGET'. `TARGET' can be a number, function or nil.
6549
6550 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6551
6552 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6553 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6554 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6555 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6556 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6557 (gdb-send-item): Use buffer-local-value and simplify.
6558
6559 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6560
6561 * startup.el (command-line): Use `custom-reevaluate-setting' for
6562 `global-font-lock-mode'.
6563
6564 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6565 by default, except in batch mode or when the -D option is given.
6566
6567 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6568 specified keyword args on to `define-minor-mode'. Update docstring.
6569
6570 2005-11-05 Romain Francoise <romain@orebokech.com>
6571
6572 * replace.el (occur-engine): Add marker at end of line, too.
6573
6574 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6575
6576 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6577 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6578 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6579 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6580 argument to all these routines, so the passphrase can be managed
6581 externally and passed in to the system.
6582 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6583 pgg-add-passphrase-to-cache function.
6584
6585 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6586 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6587 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6588 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6589 argument to all these routines, so the passphrase can be managed
6590 externally and passed in to the system.
6591 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6592 function.
6593
6594 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6595
6596 * font-lock.el: Don't deal with font-lock-face-attributes here,
6597 move the code ...
6598
6599 * startup.el (command-line): ... here. Use face-spec-set instead
6600 of custom-declare-face.
6601
6602 * faces.el (face-spec-set): Reset the face if spec is not nil.
6603
6604 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6605
6606 * newcomment.el (comment-region-internal): Box more tightly in the
6607 common case where there's no TAB in the boxed text.
6608
6609 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6610
6611 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6612 up-node.
6613
6614 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6615
6616 * newsticker.el: Commentary updated. Code formatting changed.
6617 (newsticker-version): Change to "1.9".
6618 (newsticker, newsticker-feed): Doc fix.
6619 (newsticker-url-list): Doc fix. Add option "Weekly".
6620 (newsticker-retrieval-interval): Add option "Weekly".
6621 (newsticker-headline-processing): Doc fix.
6622 (newsticker-auto-mark-filter): Remove.
6623 (newsticker-auto-mark-filter-list): New.
6624 (newsticker-layout, newsticker-sort-method): Doc fix.
6625 (newsticker-hide-old-items-in-newsticker-buffer)
6626 (newsticker-heading-format, newsticker-item-format)
6627 (newsticker-desc-format): Doc fix.
6628 (newsticker-show-all-rss-elements): Remove.
6629 (newsticker-show-all-news-elements): New.
6630 (newsticker-faces, newsticker-ticker): Doc fix.
6631 (remove-from-invisibility-spec): Code formatting.
6632 (newsticker--process-ids): New.
6633 (newsticker-mode): Doc fix.
6634 (newsticker-mode): Change mode-line-format.
6635 (newsticker-start): Remove debug output.
6636 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6637 (newsticker-w3m-show-inline-images): Code formatting.
6638 (newsticker-next-item): Call `force-mode-line-update'.
6639 (newsticker-previous-item): Call `force-mode-line-update'.
6640 (newsticker-next-feed): Call `force-mode-line-update'.
6641 (newsticker-previous-feed): Call `force-mode-line-update'.
6642 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6643 (newsticker-show-old-items): Do not show descs.
6644 (newsticker-hide-entry): Hide too much.
6645 (newsticker-hide-entry, newsticker-show-entry)
6646 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6647 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6648 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6649 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6650 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6651 (newsticker-get-news): Call `force-mode-line-update'.
6652 Collect process ids.
6653 (newsticker--sentinel): Change coding system handling.
6654 Move image retrieval to new functions newsticker--get-logo-url-*.
6655 Move feed parsing to new functions newsticker--parse-*.
6656 Update list of process ids.
6657 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6658 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6659 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6660 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6661 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6662 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6663 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6664 (newsticker--decode-coding-string): Remove.
6665 (newsticker--decode-numeric-entities): Check input. Format code.
6666 (newsticker--remove-whitespace): Check input.
6667 (newsticker--do-forget-preformatted): Doc fix.
6668 (newsticker--decode-rfc822-date): Allow for missing time.
6669 (newsticker--update-process-ids): New.
6670 (newsticker--image-sentinel): Change comment.
6671 (newsticker--image-read): Change error message.
6672 (newsticker--imenu-goto): Doc fix. Show headline title.
6673 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6674 (newsticker--buffer-do-insert-text): Clean whitespace in
6675 html-rendered headline title. Code formatting.
6676 Call `newsticker--buffer-print-extra-elements'.
6677 (newsticker--buffer-print-extra-element): Remove.
6678 (newsticker--buffer-print-extra-elements): New.
6679 (newsticker--buffer-do-print-extra-element): New.
6680 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6681 large sizes.
6682 (newsticker--run-auto-mark-filter)
6683 (newsticker--do-run-auto-mark-filter):
6684 Use `newsticker-auto-mark-filter-list'.
6685
6686 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
6687
6688 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6689 (rcirc-print): Force redisplay before running hooks. Do long
6690 buffer truncation after making new text read-only. Deal with nil
6691 text when decoding strings. If TARGET is nil, use either the
6692 currently selected buffer, if it is an rcirc buffer and of the
6693 same process or the process buffer.
6694 (rcirc-mode): Remove header-line. Recompute short buffer names.
6695 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6696 (rcirc-short-buffer-name): Add variable.
6697 (rcirc-kill-buffer-hook): Recompute short buffer names.
6698 Remove nick from private channel.
6699 (rcirc-send-input): Send command text to current-buffer.
6700 Don't clear overlay arrow here.
6701 (rcirc-short-buffer-name): Return a short buffer name.
6702 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6703 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6704 buffer-name abbreviations.
6705 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6706 Do not touch nick-table when killing a parted channel.
6707 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6708 Clear arrow from current buffer if it is now hidden.
6709 (rcirc-current-buffer): Add variable.
6710 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6711 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6712 Remove -face from names.
6713 (rcirc-update-activity-string): Print "DND" when globally ignoring
6714 activity.
6715 (rcirc-ignore-buffer-activity-flag): Rename from
6716 rcirc-ignore-channel-activity.
6717 (rcirc-ignore-all-activity-flag): Doc fix.
6718 (rcirc-channels): Remove variable.
6719 (rcirc-kill-buffer-hook):
6720 (rcirc-get-buffer-create): Add nick to private channel.
6721 (rcirc-multiline-edit-submit): Remove tabs.
6722 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6723 folded.
6724 (rcirc-remove-nick-channel): Bug fix.
6725 (rcirc-toggle-ignore-buffer-activity): Rename from
6726 rcirc-toggle-ignore-channel-activity.
6727 (rcirc-record-activity): Add buffers to the front of the list.
6728 (rcirc-update-activity): Remove killed buffers from list.
6729 (rcirc-process-server-response-1): Remove last argument if it is
6730 null before calling handler.
6731 (rcirc): Add "rcirc" defcustom prefix.
6732 (rcirc-prompt): Simplify default prompt.
6733 Use custom-initialize-default.
6734 (rcirc-private-chats): Remove variable.
6735 (rcirc-prompt): Change initialization.
6736 (rcirc-version): Remove function.
6737 (rcirc-id-string): Add constant.
6738 (rcirc-last-buffer): Remove variable.
6739 (rcirc-buffer-alist): Add variable.
6740 (rcirc-connect): Update variable setup.
6741 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6742 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6743 default.
6744 (rcirc-handler-generic): Trigger activity.
6745 (rcirc-send-message): Create the buffor of the target.
6746 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6747 (rcirc-get-buffer): Just return nil if there is no matching buffer.
6748 (rcirc-multiline-edit-cancel): Remove function.
6749 (rcirc-set-last-buffer): Remove function.
6750 (rcirc-get-any-buffer): Add function.
6751 (rcirc-join-channels): Don't print /join text.
6752 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6753 messages.
6754 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6755 (rcirc-handler-NOTICE): Recognize CTCP responses.
6756 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6757 constructing TOPIC string for buffers we are not JOINed.
6758 (rcirc-handler-CTCP-response): Add handler.
6759 (rcirc-multiline-edit-submit): Restore the window-configuration
6760 before adjusting point.
6761 (rcirc): Add customization group.
6762 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6763 (rcirc-user-full-name, rcirc-startup-channels-alist)
6764 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6765 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6766 (rcirc-input-ring-size, rcirc-read-only-flag)
6767 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6768 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6769 Change defvar to defcustom.
6770 (rcirc-update-prompt): Add optional ALL arg, which will update
6771 prompts in all rcirc buffers. Regexp quote replacement text.
6772 (rcirc-fill-column): Accept frame-width as a value.
6773 (rcirc-set-changed): Add function.
6774 (rcirc-next-active-buffer): Write more meaningful messages.
6775 (rcirc-faces): Add customization group.
6776 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6777 (rcirc-nick-in-message-face, rcirc-prompt-face)
6778 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6779 (with-rcirc-process-buffer): Move before first usage.
6780 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6781 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6782 (rcirc-debug): Rename from `rcirc-log'.
6783 (rcirc-format-response-string): Do not print `-' chars for a
6784 NOTICE with no sender. Simplify output of server responses.
6785
6786 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6787
6788 (rcirc-browse-url-map, rcirc-browse-url-at-point)
6789 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6790 Make urls mouse and RET clickable.
6791
6792 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6793
6794 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6795
6796 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6797
6798 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6799 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6800 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6801 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6802 argument to all these routines, so the passphrase can be managed
6803 externally and passed in to the system.
6804 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6805 pgg-add-passphrase-to-cache function.
6806
6807 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6808 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6809 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6810 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6811 argument to all these routines, so the passphrase can be managed
6812 externally and passed in to the system.
6813 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6814 function.
6815
6816 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6817
6818 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6819 from goto-address-url-regexp.
6820
6821 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
6822
6823 * textmodes/org.el (org-read-date, org-goto-calendar)
6824 (org-recenter-calendar, org-agenda-goto-calendar):
6825 Temporarily clear `calendar-move-hook'.
6826
6827 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
6828
6829 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6830 merging.
6831
6832 * ediff-util.el (ediff-previous-difference): Don't skip regions that
6833 have merge clashes.
6834
6835 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6836
6837 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6838 Undo previous change.
6839
6840 * startup.el (command-line): Use `custom-reevaluate-setting' for
6841 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6842 tty-register-default-colors on Mac.
6843
6844 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6845
6846 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6847 (gdb-buffer-type): Make it automatically buffer local...
6848 (gdb-get-create-buffer): ...and set it accordingly.
6849 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6850 actually work.
6851
6852 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6853
6854 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6855 not red.
6856
6857 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6858
6859 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6860 case GUD buffer is not visible.
6861 (gdb-goto-breakpoint): Try to force display in source buffer.
6862 (gdb-frame-gdb-buffer): Copy other similar functions.
6863 (gdb-restore-windows): Don't display source if not asked for.
6864 (gdb-assembler-buffer-name): Don't capitalise.
6865
6866 2005-11-03 Richard M. Stallman <rms@gnu.org>
6867
6868 * wid-edit.el (key-sequence): New widget type.
6869
6870 * simple.el (set-mark-command-repeat-pop): New variable.
6871 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6872 if set-mark-command-repeat-pop is true.
6873
6874 * info.el (Info-fontify-node): Don't display extra "see" if there
6875 already is one here.
6876
6877 * mouse.el: Fix special handling of DEL after dragging a region:
6878 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6879 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
6880
6881 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6882
6883 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6884 not to assume it pertains to an affix.
6885
6886 * textmodes/flyspell.el (flyspell-post-command-hook):
6887 Bind deactivate-mark to prevent deactivation.
6888
6889 2005-11-03 Lars Hansen <larsh@soem.dk>
6890
6891 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6892 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6893 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6894
6895 2005-11-03 Romain Francoise <romain@orebokech.com>
6896
6897 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6898 Update copyright years.
6899
6900 2005-11-03 Sam Steingold <sds@gnu.org>
6901
6902 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6903 Use system-type instead of window-system because window-system is not
6904 correctly defined during loadup.
6905
6906 2005-11-02 Mark A. Hershberger <mah@everybody.org>
6907
6908 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6909 (xml-parse-tag): Join strings separated by a comment properly.
6910
6911 2005-11-02 Andreas Schwab <schwab@suse.de>
6912
6913 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6914
6915 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6916
6917 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6918 (byte-optimize-pure-func): Quote the eval'd value.
6919
6920 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6921 Rename from perl-font-lock-syntactic-face-function.
6922 Change the calling convention so it can be used as a font-lock MATCHER.
6923 Do the parse-partial-sexp loop outselves.
6924 (perl-font-lock-syntactic-keywords): Use it.
6925 (perl-mode): Don't set font-lock-syntactic-face-function any more.
6926
6927 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
6928
6929 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6930 disassembly buffer too.
6931 (gdb-exited): Remove overlay arrows when execution has finished.
6932 (gdb-info-frames-custom, gdb-info-threads-custom)
6933 (gdb-info-registers-custom): Don't add inappropriate text
6934 properties if inferior is not active.
6935
6936 2005-11-02 Glenn Morris <rgm@gnu.org>
6937
6938 * progmodes/fortran.el (fortran-blink-match):
6939 Use `blink-matching-delay'.
6940
6941 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
6942
6943 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6944
6945 2005-11-02 Lars Hansen <larsh@soem.dk>
6946
6947 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6948 "Permission denied".
6949
6950 2005-11-01 Richard M. Stallman <rms@gnu.org>
6951
6952 * textmodes/flyspell.el (flyspell-external-point-words):
6953 Pass nil to flyspell-get-word.
6954
6955 2005-11-02 Kim F. Storm <storm@cua.dk>
6956
6957 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6958 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6959
6960 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6961
6962 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6963 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6964 (calendar-mouse-print-dates): Add optional `event' argument.
6965 Update interactive-spec.
6966 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6967 Use `calendar-event-to-date' instead of `event'.
6968
6969 2005-11-02 Masatake YAMATO <jet@gyve.org>
6970
6971 * progmodes/ld-script.el (ld-script-builtins):
6972 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6973 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6974 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6975
6976 2005-11-01 Romain Francoise <romain@orebokech.com>
6977
6978 * vc-sccs.el: Update copyright year.
6979 * ezimage.el: Likewise.
6980
6981 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
6982
6983 * info.el (Info-fontify-node): Use `string-width' for fontifying
6984 underlined titles.
6985
6986 2005-11-01 Juri Linkov <juri@jurta.org>
6987
6988 * info.el (Info-fontify-node): Downcase node header keywords Node,
6989 Prev, Next, Up before comparison.
6990 (Info-history): Insert absolute directory name, and put invisible
6991 property on it.
6992
6993 2005-11-01 Juri Linkov <juri@jurta.org>
6994
6995 * info.el (Info-file-supports-index-cookies): New variable.
6996 (Info-find-node-2): Check makeinfo version for index cookie support.
6997 (Info-index-nodes): Search for nodes with index cookies only when
6998 Info-file-supports-index-cookies is t. Otherwise, search nodes
6999 with "Index" in the node name.
7000 (Info-index-node): Search index cookie in the current node only when
7001 Info-file-supports-index-cookies is t. Otherwise, check the word
7002 "Index" in the node name.
7003 (Info-find-emacs-command-nodes): Remove code that searches nodes
7004 with "Index" node name in the top menu.
7005
7006 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
7007
7008 * progmodes/scheme.el (scheme-mode-variables): Use the default
7009 comment-indent-function.
7010
7011 * faces.el (face-attribute): Handle the case where a face inherits from
7012 a non-existent face.
7013
7014 * simple.el (eval-expression-print-format): Use lisp-readable syntax
7015 for octal and hexa output, and merge the char into the paren.
7016 (kill-new): Use push.
7017 (copy-to-buffer): Use with-current-buffer.
7018 (completion-setup-function): Move code in loop to remove redundancy.
7019 (minibuffer-local-must-match-map): Don't add bindings that duplicate
7020 those inherited from minibuffer-local-completion-map.
7021
7022 * savehist.el (savehist-mode) <defcustom>:
7023 Use custom-set-minor-mode if available.
7024 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
7025 and emit a message if applicable.
7026
7027 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7028
7029 * savehist.el: Sync up to version 19.
7030 (savehist-mode): New minor mode.
7031 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7032 (savehist-length): Remove (use history-length instead).
7033 (savehist-file-modes): Rename from savehist-modes.
7034 (savehist-save-hook, savehist-loaded): New vars.
7035 (savehist-load): Use savehist-mode. Try to smooth up transition from
7036 old format to new format.
7037 (savehist-install): Allow savehist-autosave-interval to be nil.
7038 (savehist-save): Run the new hook. Be more careful to only trim the
7039 history variables.
7040 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7041 (savehist-printable): Print into a buffer rather than char-by-char.
7042
7043 2005-11-01 John Wiegley <johnw@newartisans.com>
7044
7045 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7046 toggle-ignore keybinding (C-a). The author said it had been
7047 disabled much earlier due to a possible incompatibility, but after
7048 many months of usage I have encountered no problems (and it is a
7049 rather useful option, especially for switching to " *temp*").
7050
7051 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7052 support for OS/X's AddressBook, by calling out to the open source
7053 program "contacts" (installable through Fink).
7054
7055 * net/eudc.el (eudc-expand-inline): If the
7056 `eudc-multiple-match-handling-method' is set to `all', delete the
7057 query string before inserting the query result.
7058
7059 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7060 flag, to prevent Eshell from using the system ls when
7061 `eshell-ls-insert-directory' is in used.
7062 (eshell-ls-insert-directory): Disable font-lock in directory
7063 buffer so that Eshell's own fontification is seen. This broke
7064 recently due to changes in font-lock, so this goes back to version
7065 21 behavior.
7066
7067 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7068
7069 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7070 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7071 (gdb-many-windows): Doc fix.
7072
7073 2005-10-31 Romain Francoise <romain@orebokech.com>
7074
7075 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7076
7077 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7078
7079 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7080 that global-font-lock-mode can be enabled by default.
7081
7082 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7083 (font-lock-add-keywords, font-lock-remove-keywords)
7084 (font-lock-fontify-buffer): Remove autoload cookies.
7085
7086 * jit-lock.el (jit-lock-register): Likewise.
7087
7088 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7089
7090 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7091
7092 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7093 intact if there is no gud-comint-buffer.
7094
7095 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7096
7097 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7098 old prompt comint-prompt-read-only is t and GDB commands are
7099 issued from tool bar etc.
7100
7101 2005-10-31 Masatake YAMATO <jet@gyve.org>
7102
7103 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7104
7105 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7106
7107 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7108 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7109
7110 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7111
7112 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7113 starting at beginning of line. Fontification is messed up when
7114 `open-paren-in-column-0-is-defun-start' set to t.
7115 Reported by John Paul Wallington <jpw@pobox.com>.
7116
7117 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7118
7119 * comint.el (comint-send-input): Call `comint-update-fence' when
7120 `comint-process-echoes' and `comint-prompt-read-only' are both
7121 non-nil, to avoid leftover read-only newline.
7122
7123 2005-10-30 Richard M. Stallman <rms@gnu.org>
7124
7125 * textmodes/flyspell.el (flyspell-external-point-words):
7126 Detect when WORD can't be checked properly because
7127 flyspell-get-word finds just part of it, and move on.
7128
7129 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7130 boundarychar for Polish.
7131 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7132 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7133
7134 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7135
7136 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7137 (gdb-registers-font-lock-keywords): Delete.
7138 (gdb-registers-mode): Don't fontify.
7139 (gdb-info-registers-custom): Use text properties instead as, in
7140 future, changed register values will use font-lock-warning-face.
7141 (gdb-local-font-lock-keywords): Rename to...
7142 (gdb-locals-font-lock-keywords): ...for consistency.
7143
7144 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7145
7146 * vc.el (vc-switch-backend): Better error message if the buffer is
7147 not visiting a file under version control.
7148
7149 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7150
7151 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7152
7153 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7154 ~/.emacs.d/.emacs.
7155
7156 2005-10-29 Richard M. Stallman <rms@gnu.org>
7157
7158 * replace.el (occur-mode-mouse-goto): Always go to other window.
7159 (occur-mode-goto-occurrence): Always switch in same window.
7160
7161 * simple.el (undo): Display message at end, not at start.
7162
7163 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7164 New arg REUSE-CELL.
7165 (cancel-timer-internal): New function.
7166 (timer-event-handler): Use cancel-timer-internal,
7167 and pass the cell it returns to timer-activate...
7168
7169 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7170 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7171 (jit-lock-after-change): Test memory-full.
7172
7173 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7174
7175 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7176 part of the decoded armor to find the key-identifier.
7177 (pgg-gpg-lookup-key-owner): New function to return the
7178 human-readable identifier of a key owner.
7179 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7180 key itself.
7181 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7182 the key value) if we have a key and can match it against a secret
7183 key. Also, added a note pointing out fact that the prompt only
7184 indicates the first matching key.
7185
7186 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7187 pgg-decrypt-region.
7188 (pgg-pending-timers): A new hash for tracking the passphrase cache
7189 timers, so that new ones supercede old ones.
7190 (pgg-add-passphrase-to-cache): Rename from
7191 `pgg-add-passphrase-cache' to reduce confusion (all callers
7192 changed). Modified to cancel old timers when new ones are added.
7193 (pgg-remove-passphrase-from-cache): Rename from
7194 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7195 changed). Modified to cancel old timers when their keys are
7196 removed from the cache.
7197 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7198 XEmacs, an indirection to delete-itimer.
7199 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7200 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7201 users can only check cache without risk of prompting. Correct bug in
7202 notruncate behavior.
7203 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7204 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7205 Add informative docstrings.
7206 (pgg-decrypt): Convey provided passphrase in subordinate call to
7207 pgg-decrypt-region.
7208
7209 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7210 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7211 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7212 `passphrase' argument, so the passphrase can be managed externally
7213 and then passed in to the system.
7214
7215 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7216 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7217 so the passphrase cache can be used reliably with identifiers
7218 besides a pgp packet's key id.
7219
7220 * pgg-gpg.el (pgg-pgp-encrypt-region)
7221 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7222 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7223 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7224 argument to all these routines, so the passphrase can be managed
7225 externally and passed in to the system.
7226
7227 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7228 `notruncate' argument, so the passphrase cache can be used
7229 reliably with identifiers besides a pgp packet's key id.
7230
7231 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7232
7233 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7234 symmetric encryption.
7235 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7236 encrypted session key.
7237 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7238 message ask for the passphrase in a proper way.
7239
7240 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7241 New user commands for symmetric encryption.
7242
7243 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7244
7245 * textmodes/conf-mode.el (conf-assignment-sign)
7246 (conf-assignment-regexp): Fix docstrings.
7247 (conf-mode-initialize): New function.
7248 (conf-mode): Remove optional args. Use delay-mode-hooks to
7249 recognize recursive calls.
7250 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7251 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7252 (conf-xdefaults-mode): Use define-derived-mode and
7253 conf-mode-initialize.
7254
7255 2005-10-29 Romain Francoise <romain@orebokech.com>
7256
7257 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7258
7259 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7260
7261 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7262 part of the decoded armor to find the key-identifier.
7263 (pgg-gpg-lookup-key-owner): New function to return the
7264 human-readable identifier of a key owner.
7265 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7266 key itself.
7267 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7268 the key value) if we have a key and can match it against a secret
7269 key. Also, added a note pointing out fact that the prompt only
7270 indicates the first matching key.
7271
7272 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7273 pgg-decrypt-region.
7274 (pgg-pending-timers): A new hash for tracking the passphrase cache
7275 timers, so that new ones supercede old ones.
7276 (pgg-add-passphrase-to-cache): Rename from
7277 `pgg-add-passphrase-cache' to reduce confusion (all callers
7278 changed). Modified to cancel old timers when new ones are added.
7279 (pgg-remove-passphrase-from-cache): Rename from
7280 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7281 changed). Modified to cancel old timers when their keys are
7282 removed from the cache.
7283 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7284 XEmacs, an indirection to delete-itimer.
7285 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7286 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7287 users can only check cache without risk of prompting. Correct bug in
7288 notruncate behavior.
7289 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7290 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7291 Add informative docstrings.
7292 (pgg-decrypt): Convey provided passphrase in subordinate call to
7293 pgg-decrypt-region.
7294
7295 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7296
7297 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7298 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7299 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7300 `passphrase' argument, so the passphrase can be managed externally
7301 and then passed in to the system.
7302
7303 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7304 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7305 so the passphrase cache can be used reliably with identifiers
7306 besides a pgp packet's key id.
7307
7308 * pgg-gpg.el (pgg-pgp-encrypt-region)
7309 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7310 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7311 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7312 argument to all these routines, so the passphrase can be managed
7313 externally and passed in to the system.
7314
7315 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7316 `notruncate' argument, so the passphrase cache can be used
7317 reliably with identifiers besides a pgp packet's key id.
7318
7319 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7320
7321 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7322 symmetric encryption.
7323 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7324 encrypted session key.
7325 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7326 message ask for the passphrase in a proper way.
7327
7328 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7329 New user commands for symmetric encryption.
7330
7331 2005-10-28 Bill Wohler <wohler@newt.com>
7332
7333 * help-mode.el (help-url): New button type. Calls browse-url.
7334 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7335 Similar to Info nodes: URL `url'.
7336 (help-make-xrefs): Create help-url buttons for
7337 help-xref-url-regexp matches.
7338
7339 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7340
7341 * tool-bar.el (tool-bar-add-item-from-menu)
7342 (tool-bar-local-item-from-menu): Fix doc strings.
7343
7344 2005-10-28 Romain Francoise <romain@orebokech.com>
7345
7346 * ldefs-boot.el: Update.
7347
7348 * subr.el (locate-library): Move from help-fns.el.
7349 * help-fns.el (locate-library): Move to subr.el.
7350
7351 2005-10-28 Richard M. Stallman <rms@gnu.org>
7352
7353 * net/tramp.el (tramp-completion-mode): defvar moved up.
7354
7355 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7356
7357 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7358
7359 * files.el (find-file-noselect): Use %d to format large file size.
7360
7361 * bindings.el (mode-line-format): Add %e.
7362
7363 * loadup.el ("facemenu"): Load unconditionally.
7364 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7365 ("x-dnd"): Load, when appropriate.
7366
7367 * startup.el (command-line): Call before-init-hook earlier.
7368 Warn about some bad characters in -u user name.
7369
7370 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7371 (flyspell-external-point-words): Error if misspelled word is not found.
7372 Set flyspell-large-region-beg at end of word.
7373
7374 2005-10-28 Andreas Schwab <schwab@suse.de>
7375
7376 * view.el (View-revert-buffer-scroll-page-forward):
7377 Use view-page-size-default.
7378
7379 2005-10-28 Juri Linkov <juri@jurta.org>
7380
7381 * international/quail.el (quail-get-current-str): Translate last
7382 raw character for deterministic input methods.
7383
7384 2005-10-27 Jay Belanger <belanger@truman.edu>
7385
7386 * calc/calc-ext.el: Add functions to autoloads.
7387 (math-identity-matrix-p, math-ident-row-p): New functions.
7388
7389 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7390 multiplication by an identity matrix; don't turn multiplication by
7391 an inverse matrix into division.
7392 (math-div-symbol-fancy): Replace division by matrices with
7393 multiplication by inverse.
7394
7395 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7396
7397 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7398 (calc-writeoutpower): New functions.
7399
7400 2005-10-27 Romain Francoise <romain@orebokech.com>
7401
7402 * replace.el (occur-engine): Include colon in mouse-face highlight.
7403
7404 * dired-x.el: Change Maintainer field.
7405
7406 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7407
7408 * longlines.el (longlines-mode): Bind after-change-functions to
7409 nil during initial decoding and final encoding.
7410
7411 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7412
7413 * term.el (term-emulate-terminal, term-handle-colors-array)
7414 (term-handle-ansi-escape): Specify the terminfo capabilities
7415 implemented.
7416
7417 2005-10-26 Richard M. Stallman <rms@gnu.org>
7418
7419 * info.el (Info-fontify-node): Fix detection of sentence-break
7420 before *Note.
7421
7422 2005-10-26 Romain Francoise <romain@orebokech.com>
7423
7424 * smerge-mode.el: Add `tools' to file keywords.
7425
7426 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7427
7428 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7429 when the fringe is not available.
7430
7431 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7432 (def-gdb-auto-update-trigger): Simplify construction.
7433 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7434 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7435 defined explicitly.
7436 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7437 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7438 defined explicitly.
7439 (gdb-info-locals-custom): Remove as it's a no-op.
7440
7441 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7442
7443 * longlines.el (longlines-mode): Remove narrowing before
7444 performing the initial decoding or final encoding.
7445
7446 2005-10-25 Romain Francoise <romain@orebokech.com>
7447
7448 * emacs-lisp/find-func.el (find-library-name): Also strip
7449 extension if library name ends in .el, to take advantage of
7450 `find-library-suffixes'.
7451
7452 2005-10-25 Richard M. Stallman <rms@gnu.org>
7453
7454 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7455
7456 2005-10-25 Juri Linkov <juri@jurta.org>
7457
7458 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7459 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7460
7461 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7462
7463 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7464 (blackbox-redefine-key): Add argument `map'.
7465
7466 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7467 regions when moving the jit-lock-context-unfontify-pos boundary.
7468
7469 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7470
7471 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7472
7473 2005-10-25 Masatake YAMATO <jet@gyve.org>
7474
7475 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7476
7477 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7478
7479 * play/blackbox.el (blackbox-redefine-key): New function.
7480 (blackbox-mode-map): Use it to remap existing bindings for cursor
7481 motion instead of binding literal keys.
7482
7483 2005-10-25 Glenn Morris <rgm@gnu.org>
7484
7485 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7486 diary does not end in a newline. Do not assume a blank line at
7487 the start of the diary file.
7488
7489 2005-10-25 Kenichi Handa <handa@m17n.org>
7490
7491 * international/quail.el (quail-translate-key): If the input
7492 method is deterministic and failed to handle the last key, restart
7493 the key handling loop from an appropriate key.
7494
7495 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7496
7497 * vc.el (vc-dired-mode): Extend comment for binding of
7498 `directory-listing-before-filename-regexp'.
7499
7500 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7501
7502 * textmodes/texinfo.el (texinfo-mode):
7503 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7504 not to unnecessarily expose emacs-mule's internal char codes.
7505
7506 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7507
7508 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7509 Display hand pointer and help-echo on disabled icon too.
7510 (gdb-mouse-until): New function.
7511 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7512
7513 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7514
7515 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7516 with 2005-10-23 change to doctor.el.
7517
7518 * finder.el (finder-mode-map): Add follow-link binding.
7519
7520 2005-10-25 Kim F. Storm <storm@cua.dk>
7521
7522 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7523 to gdb-mouse-toggle-breakpoint-fringe.
7524 (gdb-mouse-toggle-breakpoint-margin): Rename from
7525 gdb-mouse-toggle-breakpoint. Fix doc.
7526 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7527 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7528 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7529 string properties also for fringe breakpoint bitmaps.
7530
7531 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7532
7533 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7534
7535 2005-10-25 Masatake YAMATO <jet@gyve.org>
7536
7537 * simple.el (completion-common-substring):
7538 Use `completion-common-substring' prior to `completion-base-size'.
7539
7540 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7541
7542 * savehist.el: Require CL while compiling.
7543 (savehist-history-variables): Remove.
7544 (savehist-save-minibuffer-history, savehist-additional-variables)
7545 (savehist-minibuffer-history-variables): New vars.
7546 (savehist-save): Use them.
7547 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7548 (savehist-install): New fun, extracted from savehist-load.
7549 (savehist-load): Use them.
7550
7551 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7552
7553 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7554 a dummy doc-string-elt property.
7555 (defalias, defvaralias, define-category): Add a docstring property.
7556
7557 * image.el (defimage):
7558 * widget.el (define-widget):
7559 * custom.el (defface, defcustom): Add `doc-string' declaration.
7560
7561 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7562 (defadvice): Add `doc-string' declaration.
7563
7564 * emacs-lisp/byte-run.el (macro-declaration-function):
7565 Handle `doc-string' declarations.
7566 (define-obsolete-function-alias, define-obsolete-variable-alias):
7567 Add `doc-string' declaration.
7568
7569 2005-10-24 Kenichi Handa <handa@m17n.org>
7570
7571 * international/utf-7.el (utf-7): Add autoload cookie.
7572
7573 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7574
7575 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7576
7577 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7578 list of directories passed to batch-update-autoloads. Add "." to
7579 the list of the echoed directories.
7580
7581 * pgg-def.el:
7582 * pgg-gpg.el:
7583 * pgg-parse.el:
7584 * pgg-pgp.el:
7585 * pgg-pgp5.el:
7586 * pgg.el: Moved here from the gnus subdirectory.
7587
7588 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7589
7590 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7591 in case comint-prompt-read-only is set to t.
7592
7593 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7594 in case comint-prompt-read-only is set to t.
7595
7596 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7597
7598 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7599 Now a string.
7600 (icalendar-import-format): Handle CLASS, STATUS, URL.
7601 Rename `subject' to `summary'.
7602 (icalendar-import-format-summary): Rename from
7603 `icalendar-import-format-subject'.
7604 (icalendar-import-format-url, icalendar-import-format-status)
7605 (icalendar-import-format-class): New variables.
7606 (icalendar--rris): Take variable argument list.
7607 (icalendar--datestring-to-isodate): Remove unnecessary
7608 calendar-style check when converting dates with explicit month names.
7609 (icalendar-export-region): Change return type of conversion
7610 subroutines. Bury current buffer unless error occurred.
7611 (icalendar--convert-to-ical)
7612 (icalendar--parse-summary-and-rest): New functions.
7613 (icalendar--convert-ordinary-to-ical)
7614 (icalendar--convert-weekly-to-ical)
7615 (icalendar--convert-yearly-to-ical)
7616 (icalendar--convert-block-to-ical)
7617 (icalendar--convert-cyclic-to-ical)
7618 (icalendar--convert-anniversary-to-ical): Change return type.
7619 Strip trailing blanks from subject.
7620 (icalendar--convert-sexp-to-ical): Change return type.
7621 Strip trailing blanks from subject. Handle simple sexp
7622 entries as generated by icalendar.el.
7623 (icalendar--convert-float-to-ical)
7624 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7625 (icalendar-import-file): Doc fix.
7626 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7627 Correct call to icalendar--rris.
7628 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7629 `summary'.
7630 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7631
7632 2005-10-24 Romain Francoise <romain@orebokech.com>
7633
7634 * server.el (server-sentinel): Set query-on-exit flag to nil on
7635 new client processes (it isn't inherited from the server process).
7636
7637 * replace.el (occur-engine): Rearrange text properties.
7638
7639 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7640
7641 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7642 case-fold-search is nil.
7643 (debug-help-follow): Use help-xref-interned directly.
7644
7645 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7646
7647 * thumbs.el (thumbs-image-type): Add .pbm.
7648
7649 2005-10-23 Richard M. Stallman <rms@gnu.org>
7650
7651 * faces.el (inhibit-face-set-after-frame-default): New variable.
7652 (set-face-attribute): Bind it.
7653 (face-set-after-frame-default): Test it.
7654
7655 * help-fns.el (describe-simplify-lib-file-name): New function.
7656 (describe-function-1, describe-variable): Use it.
7657
7658 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7659
7660 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7661 Eliminate nil as possible value.
7662 (tooltip-hide-delay): Reduce internal-border-width.
7663
7664 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7665 (menu-bar-file-menu) <new-file>: Likewise.
7666
7667 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7668
7669 * international/mule.el (load-with-code-conversion):
7670 Pass full file name to `eval-buffer' unless preloading.
7671
7672 * textmodes/flyspell.el (flyspell-large-region):
7673 Call ispell-check-version.
7674
7675 * textmodes/ispell.el (ispell-local-dictionary-overridden):
7676 Fix the make-variable-buffer-local call that was supposed
7677 to be for this variable.
7678 (ispell-aspell-supports-utf8): Doc fix.
7679 (ispell-find-aspell-dictionaries): Preserve elements of
7680 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7681 (ispell-aspell-find-dictionary): Return nil on error.
7682
7683 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7684 (doctor-symptoms): Likewise.
7685
7686 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7687
7688 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7689
7690 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7691 (custom-raised-buttons): Add :set spec.
7692 (custom-button-unraised, custom-button-pressed-unraised):
7693 New faces, so that custom-raised-buttons actually does something.
7694 (custom-mode): Use custom-button and custom-button-pressed.
7695
7696 * wid-edit.el (widget-specify-button): Don't ignore
7697 widget-mouse-face on graphic terminals.
7698 (widget-move-and-invoke): Cleanup.
7699
7700 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7701
7702 * whitespace.el (whitespace-cleanup): Doc fix.
7703
7704 2005-10-23 Romain Francoise <romain@orebokech.com>
7705
7706 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7707 `eval-after-load' to avoid evaluating their result.
7708
7709 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7710
7711 * files.el (directory-listing-before-filename-regexp):
7712 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
7713
7714 * dired.el (dired-move-to-filename-regexp): Remove.
7715 All occurences replaced by `directory-listing-before-filename-regexp'.
7716
7717 * dired-x.el, locate.el, vc.el:
7718 Replace `dired-move-to-filename-regexp' by
7719 `directory-listing-before-filename-regexp'. In vc.el it is
7720 overwritten locally; maybe this can be handled in files.el too.
7721
7722 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
7723 replaced by `directory-listing-before-filename-regexp'.
7724
7725 2005-10-23 Andreas Schwab <schwab@suse.de>
7726
7727 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7728 and eval-next-after-load.
7729
7730 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7731
7732 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7733 exist, create it.
7734
7735 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7736
7737 * allout.el: Remove autoloads for mailcrypt and crypt++.
7738 Require pgg, pgg-gpg during compilation.
7739 (allout-version): Increment version number to 2.1, and use a literal
7740 rather than RCS Id.
7741 (allout-default-encryption-scheme): Remove.
7742 (allout-passphrase-verifier-handling)
7743 (allout-passphrase-verifier-string)
7744 (allout-file-passphrase-verifier-string)
7745 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7746 (allout-passphrase-hint-handling): Rename and simplify.
7747 (allout-init): Use `find-file-hook' if available, otherwise
7748 `find-file-hooks'.
7749 (allout-mode): Use `write-file-functions' if available, otherwise
7750 `local-write-file-hooks' and, instead of making auto-save-hook
7751 buffer local, make the write-file-hook activity contingent to
7752 allout-mode.
7753 (allout-mode): Use key-binding substitution in the docstring.
7754 (allout-kill-line): Spell-out kill ring data structure mutation
7755 instead of using byte-compiler-complaint-provoking `pop'.
7756 (allout-insert-listified): Use `insert' rather than `insert-string'
7757 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7758 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7759 (allout-encrypt-string): Totally revamped vis new underlying
7760 encryption facilities.
7761 (allout-mc-activate-passwd): Remove.
7762 (allout-obtain-passphrase): New, more or less replaces
7763 allout-mc-activate-passwd.
7764 (allout-encrypted-key-info): More or less replaces
7765 allout-encrypted-text-type.
7766 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7767 (my-mark-marker): Use `(featurep 'xemacs)'.
7768
7769 2005-10-23 Lars Hansen <larsh@soem.dk>
7770
7771 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7772 (byte-compile-file-form-defmumble, byte-compile-defun)
7773 (byte-compile-defmacro): Use it.
7774 (byte-compile-form): Don't call byte-compile-set-symbol-position
7775 when a byte-compile handler is called.
7776
7777 2005-10-22 Romain Francoise <romain@orebokech.com>
7778
7779 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7780
7781 * subr.el (eval-after-load): Convert library name to an absolute
7782 file name using locate-library, since load-history no longer has
7783 library names in it.
7784
7785 2005-10-22 Richard M. Stallman <rms@gnu.org>
7786
7787 * files.el (make-temp-file): Move from subr.el.
7788 * subr.el (make-temp-file): Move to files.el.
7789
7790 * window.el (get-buffer-window-list): Move from subr.el.
7791 * subr.el (get-buffer-window-list): Move to window.el.
7792
7793 * image.el (image-load-path): Use eval-at-startup to initialize.
7794
7795 * subr.el (eval-at-startup): New macro.
7796
7797 * subr.el: Much rearrangement of functions and division
7798 into pages. No code changes.
7799
7800 2005-10-22 Kenichi Handa <handa@m17n.org>
7801
7802 * tar-mode.el (tar-extract): Be sure to call
7803 find-operation-coding-system if set-auto-coding doesn't find a
7804 coding system.
7805
7806 2005-10-22 Kim F. Storm <storm@cua.dk>
7807
7808 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7809 Change users.
7810 (image-type-file-name-regexps): New defconst.
7811 (image-type-from-data): Simplify loop.
7812 (image-type-from-buffer): New defun.
7813 (image-type-from-file-header): Use it instead of image-type-from-data.
7814 Use image-search-load-path instead of only looking in data-directory.
7815 (image-type-from-file-name): New defun.
7816 (image-search-load-path): Change `pathname' to `filename'.
7817 Make PATH arg optional, default to image-load-path.
7818
7819 2005-10-21 Richard M. Stallman <rms@gnu.org>
7820
7821 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7822
7823 * textmodes/paragraphs.el (sentence-end-base): New variable.
7824 (sentence-end): Use sentence-end-base.
7825
7826 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7827
7828 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7829 property independently from the font-lock-multiline variable.
7830
7831 2005-10-21 Richard M. Stallman <rms@gnu.org>
7832
7833 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7834
7835 * startup.el (command-line): Convert library names
7836 in `load-history' to absolute file names.
7837
7838 * subr.el (symbol-file): Doc fix.
7839
7840 * loadhist.el (file-loadhist-lookup): Call locate-library
7841 instead of find-library-name. Don't try converting
7842 abs file names to library names, since load-history no longer
7843 has library names in it.
7844 (file-dependents, file-provides, file-requires): Doc fixes.
7845
7846 2005-10-21 Juri Linkov <juri@jurta.org>
7847
7848 * progmodes/etags.el (tags-table-mode): New function.
7849 (tags-verify-table): Replace initialize-new-tags-table with
7850 tags-table-mode.
7851
7852 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7853 default value.
7854 (desktop-modes-not-to-save): Add tags-table-mode to the
7855 default value.
7856
7857 * info.el (Info-index-next): Add total number of index
7858 alternatives to the message.
7859
7860 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7861 backward only space (instead of space and period) before looking
7862 at sentence end.
7863
7864 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7865 Add the old variable value as 4th default-value arg of read-string.
7866
7867 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7868
7869 * cus-face.el (custom-declare-face): Make face from X resources
7870 also on Mac.
7871
7872 * disp-table.el (standard-display-g1, standard-display-graphic):
7873 Refuse to use string glyphs also on Mac.
7874 (standard-display-european): Don't set terminal coding system also
7875 on Mac.
7876
7877 * frame.el (display-screens): Use x-display-screens also on Mac.
7878
7879 2005-10-21 Romain Francoise <romain@orebokech.com>
7880
7881 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7882
7883 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7884
7885 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7886 and $? into sexps.
7887
7888 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7889 warning face on open-paren-in-column-0.
7890
7891 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7892 boundary case. Fix typo.
7893 Suggested by Martin Rudalics <rudalics@gmx.at>.
7894
7895 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7896
7897 * textmodes/org.el (org-combined-agenda-icalendar-file)
7898 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7899 (org-export-icalendar-this-file)
7900 (org-export-icalendar-all-agenda-files)
7901 (org-export-icalendar-combine-agenda-files): New commands.
7902 (org-export-icalendar, org-print-icalendar-entries)
7903 (org-start-icalendar-file, org-finish-icalendar-file)
7904 (org-ical-ts-to-string): New functions.
7905 (org-read-date, org-goto-calendar)
7906 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7907 call to `calendar'.
7908 (orgtbl-setup): Remove the :keys arguments from the menu description.
7909 (org-after-save-iCalendar-file-hook): New variable.
7910
7911 2005-10-21 Kenichi Handa <handa@m17n.org>
7912
7913 * language/vietnamese.el (tcvn-5712): Make it an alias of
7914 vietnamese-tcvn coding-system.
7915
7916 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
7917
7918 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7919 group id is given.
7920
7921 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7922
7923 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7924 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7925 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7926 whose line is either continued or ends with a comment.
7927
7928 2005-10-20 Romain Francoise <romain@orebokech.com>
7929
7930 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7931
7932 * replace.el (occur-engine): Add follow-link property.
7933
7934 * font-core.el (font-lock-mode): Doc fix.
7935
7936 2005-10-20 Richard M. Stallman <rms@gnu.org>
7937
7938 * net/rcirc.el: New file.
7939
7940 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7941
7942 * term.el (term-term-name): Initialize to "eterm-color".
7943
7944 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7945
7946 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7947 for encryption functionality.
7948 Move allout customization subgroup from `editing' to `outlines' group.
7949 Fix commentary keywords to legitimate ones.
7950 Update author info (using my current email address, obscurified).
7951 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7952 (allout-encrypted-topic-p, allout-encrypted-text-type)
7953 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7954 (allout-situate-encryption-key-verifier)
7955 (allout-get-encryption-key-verifier, allout-verify-key)
7956 (allout-next-topic-pending-encryption)
7957 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7958 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7959 (outline-key-verifier-handling, outline-key-hint-handling)
7960 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7961 (allout-file-key-verifier-string, allout-encryption-scheme)
7962 (allout-key-verifier-string, allout-key-hint-string)
7963 (allout-after-save-decrypt): New variables.
7964 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7965 (allout-after-saves-handler): New hook functions.
7966 (allout-post-command-business): Do allout-after-save-decrypt.
7967 (allout-enable-file-variable-adjustment): Custom var to enable
7968 mechanism for adding and adjusting settings of Emacs file variables.
7969 (allout-adjust-file-variable, allout-file-vars-section-data):
7970 New functions, implement the mechanism.
7971 (outlineify-sticky): Use the file vars mechanism.
7972 (allout-inhibit-protection, allout-during-write-cue)
7973 (allout-override-protect, allout-before-change-protect): Remove.
7974 (allout-flag-region, allout-open-topic): Adjust read-only text.
7975 (allout-open-line-not-read-only): Add to facilitate read-only
7976 text based protection.
7977 (allout-kill-line): Revise to adjust read-only text, clue the
7978 user about the inhibition.
7979 (allout-unprotected): Use unwind-protect.
7980 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7981 topic deeper than the offspring depth of the previous topic -
7982 avoiding confusing "containment discontinuities".
7983 (allout-reindent-bodies): Fix retention of body relative hanging
7984 indent during promotion of collapsed bodies.
7985 (allout-open-topic): Make it easy to open new topic with same
7986 bullet as current topic - topic creation functions provided with
7987 any universal argument provokes now prompt for bullet, defaulting
7988 to the bullet of the previous topic.
7989 (allout-plain-bullets-string, allout-distinctive-bullets-string):
7990 Plain bullet alternates `.' period and `,' comma only. All other
7991 bullets are relegated to special status (but customizable).
7992 (allout-end-of-entry): Rename from allout-end-of-current-entry
7993 since it actually operates w.r.t. most immediately containing
7994 entry, visible or not.
7995 (allout-hide-current-entry, allout-show-current-entry): Use the
7996 revised version.
7997 (allout-old-expose-topic): Solidify deprecation.
7998 (allout-end-of-subtree): Add so we can span concealed as well
7999 as visible topics.
8000 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
8001 (allout-end-of-current-heading): Tweak to just respect the first line.
8002 (allout-get-body-text): Add.
8003 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
8004 when invoked interactively.
8005 (allout-up-current-level): Use `interactive-p'.
8006 (allout-mode, allout-init): Miscellaneous docstring and
8007 operational refinements, as well as hookups of new encryption stuff.
8008 (allout-beginning-of-current-entry): Now works as advertised.
8009 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
8010 (allout-isearch-rectification): Refine condition for isearching.
8011 (allout-isearch-abort, allout-enwrap-isearch)
8012 (allout-flag-region, my-region-active-p): Relocate some macros.
8013 (allout-title): Fallback title is (buffer-name), not
8014 non-existing (current-buffer-name).
8015 (subst-char-in-string): Define if absent (for some XEmacs versions).
8016
8017 2005-10-20 Jari Aalto <jari.aalto@cante.net>
8018
8019 * mail/sendmail.el (mail-setup-hook, mail-aliases)
8020 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
8021 (mail-citation-prefix-regexp, mail-signature-file)
8022 (mail-default-headers, mail-bury-selects-summary)
8023 (mail-send-nonascii): Add autoload cookies.
8024
8025 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8026
8027 * frame.el (blink-cursor-mode): Add `mac' to the list of
8028 window-system's that support blinking cursor.
8029
8030 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8031
8032 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8033
8034 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8035
8036 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8037 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8038 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8039
8040 2005-10-20 Kim F. Storm <storm@cua.dk>
8041
8042 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8043 (ido-set-current-directory): Don't add / after final @.
8044 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8045 Explicitly handle ange-ftp completion oddities.
8046 (ido-make-file-list): Don't rotate list at tramp root to avoid
8047 triggering tramp file handler for expand-file-name via get-file-buffer.
8048
8049 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8050
8051 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8052
8053 2005-10-19 Jay Belanger <belanger@truman.edu>
8054
8055 * calc/calc-units.el (math-standard-units): Add units, adjust
8056 symbols and update values.
8057 (math-unit-prefixes): Add more prefixes.
8058
8059 2005-10-19 Romain Francoise <romain@orebokech.com>
8060
8061 * bookmark.el (bookmark-menu-heading): New face.
8062 (bookmark-bmenu-list): Use it.
8063 Don't fiddle with `baud-rate' at top-level.
8064
8065 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8066
8067 * image.el (create-image, find-image): Mention max-image-size in
8068 docstring.
8069
8070 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8071
8072 * savehist.el (savehist-load): Revert to checking XEmacs.
8073
8074 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8075 Various docstring and line-width fixups.
8076 (conf-mode): Use cond.
8077 Set font-lock-defaults. Don't set comment-use-syntax.
8078
8079 2005-10-18 David Ponce <david@dponce.com>
8080
8081 * tree-widget.el (tree-widget-button-click): New function.
8082 (tree-widget-button-keymap): Use it.
8083
8084 2005-10-18 Romain Francoise <romain@orebokech.com>
8085
8086 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8087 (bookmark-bmenu-hide-filenames): Add follow-link property.
8088 Improve help-echo text.
8089
8090 * ffap.el (find-file-at-point): Doc fix.
8091
8092 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8093
8094 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8095
8096 2005-10-18 Masatake YAMATO <jet@gyve.org>
8097
8098 Install to the CVS repository what I forgot to install in my
8099 2005-10-16 changes.
8100
8101 * progmodes/python.el (python-complete-symbol): Pass the common
8102 prefix substring of completion to `display-completion-list'.
8103
8104 * textmodes/org.el (org-complete): Ditto.
8105
8106 2005-10-18 Masatake YAMATO <jet@gyve.org>
8107
8108 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8109
8110 * woman.el (WoMan-xref-man-page): New button type derived
8111 from `Man-abstract-xref-man-page'.
8112 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8113
8114 * man.el (Man-abstract-xref-man-page): New button type.
8115 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8116 (Man-highlight-references): Add new optional argument `xref-man-type'.
8117
8118 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8119
8120 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8121
8122 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8123
8124 * cus-edit.el (Custom-move-and-invoke): Delete.
8125 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8126
8127 * wid-edit.el (widget-move-and-invoke): New function, from
8128 Custom-move-and-invoke.
8129
8130 2005-10-17 Bill Wohler <wohler@newt.com>
8131
8132 Move all remaining images from lisp/toolbar to etc/images, move
8133 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8134 the low resolution images in their own directory (low-color).
8135
8136 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8137 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8138 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8139 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8140 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8141 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8142 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8143
8144 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8145 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8146 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8147 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8148 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8149 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8150 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8151 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8152 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8153 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8154 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8155 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8156 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8157 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8158 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8159
8160 To conform with convention, replace the underscore (_) in the
8161 following image names with dash (-) or (/) as appropriate.
8162
8163 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8164 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8165 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8166 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8167 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8168 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8169 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8170 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8171 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8172 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8173 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8174 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8175 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8176 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8177 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8178
8179 * info.el (info-tool-bar-map): Replace underscores in image names
8180 with dashes.
8181
8182 * makefile.w32-in (WINS): Remove toolbar.
8183
8184 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8185
8186 * tool-bar.el: Move to lisp from toolbar. Now that
8187 toolbar is empty, it should be deleted when folks run "cvs up -P".
8188
8189 2005-10-18 Jay Belanger <belanger@truman.edu>
8190
8191 * calc/calc-store.el (calc-store-into): Get the proper variable name
8192 to display in message.
8193
8194 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8195
8196 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8197 expressions display in speedbar for all buffers when debugging.
8198 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8199
8200 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8201 (speedbar-insert-button, speedbar-make-button):
8202 Use add-text-properties.
8203 (speedbar-update-localized-contents)
8204 (speedbar-update-directory-contents)
8205 (speedbar-update-special-contents): Use dolist.
8206 (speedbar-buffer-easymenu-definition): Add a menu separator.
8207
8208 2005-10-17 Jason Rumney <jasonr@gnu.org>
8209
8210 * makefile.w32-in: Use $(lisp) consistently.
8211 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8212 for shell specific generation of mh-autoloads.
8213
8214 2005-10-17 Richard M. Stallman <rms@gnu.org>
8215
8216 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8217
8218 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8219
8220 * jit-lock.el (jit-lock-fontify-now):
8221 Move jit-lock-context-unfontify-pos to avoid wasted work.
8222
8223 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8224
8225 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8226 `tramp-completion-mode' for checking if we are in completion mode.
8227 (tramp-completion-handle-file-name-all-completions): Reorder code
8228 in order to complete for file names only in case there are no
8229 method/user/host completions. This is necessary for cooperation
8230 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8231
8232 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8233
8234 * longlines.el (longlines-search-forward)
8235 (longlines-search-backward): Match any number of spaces.
8236
8237 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8238
8239 * diff-mode.el (diff-mode): Doc fix.
8240
8241 2005-10-16 David Reitter <david.reitter@gmail.com>
8242
8243 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8244 as default on darwin and windows systems.
8245
8246 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8247
8248 * arc-mode.el (archive-zip-extract): Doc fix.
8249
8250 2005-10-16 Romain Francoise <romain@orebokech.com>
8251
8252 * mouse.el (mouse-1-click-follows-link): Doc fix.
8253
8254 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8255
8256 * savehist.el: Don't require CL at runtime.
8257 (savehist-xemacs): Remove.
8258 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8259 (savehist-no-conversion): Use (featurep 'xemacs).
8260 (savehist-load): Check existence of start-itimer rather than XEmacs.
8261 Use an idle timer.
8262 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8263 `delete-if-not'.
8264
8265 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8266
8267 * savehist.el: Newer version.
8268 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8269 (savehist-last-checksum, savehist-no-conversion): New vars.
8270 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8271 New functions.
8272 (savehist-load, savehist-save): Use them.
8273 (savehist-delimit): Remove.
8274
8275 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8276
8277 * progmodes/compile.el (compilation-goto-locus): Display the
8278 compilation buffer first and the source buffer second, in case they're
8279 in overlapping frames. Don't raise the compilation frame if it was the
8280 selected window upon entry. Pass the `other-window' arg to
8281 pop-to-buffer.
8282
8283 * info.el (Info-fontify-node): Use dolist.
8284 Change add-text-properties to put-text-property.
8285
8286 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8287
8288 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8289 bound of search.
8290
8291 2005-10-16 Masatake YAMATO <jet@gyve.org>
8292
8293 * dabbrev.el (dabbrev-completion): Pass the common
8294 prefix substring of completion to `display-completion-list'.
8295
8296 * filecache.el (file-cache-minibuffer-complete)
8297 (file-cache-complete): Ditto.
8298
8299 * tempo.el (tempo-display-completions): Ditto.
8300
8301 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8302
8303 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8304
8305 * eshell/em-hist.el (eshell-list-history): Ditto.
8306
8307 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8308
8309 * mail/mailalias.el (mail-complete): Ditto.
8310
8311 * progmodes/etags.el (complete-tag): Ditto.
8312
8313 * progmodes/make-mode.el (makefile-complete): Ditto.
8314
8315 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8316
8317 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8318
8319 * progmodes/pascal.el (pascal-complete-word)
8320 (pascal-show-completions): Ditto.
8321
8322 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8323
8324 * simple.el (completion-common-substring): New variable.
8325 (completion-setup-function): Use `completion-common-substring'
8326 to put faces.
8327
8328 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8329
8330 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8331 (x-get-selection, mac-select-convert-to-string): Convert from/to
8332 UTF-16 clipboard data as in native byte order, no BOM.
8333
8334 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8335
8336 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8337 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8338 (gud-sentinel): Use speedbar-frame to check for speedbar.
8339
8340 2005-10-15 Richard M. Stallman <rms@gnu.org>
8341
8342 * savehist.el: New file.
8343
8344 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8345
8346 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8347 Fix bug in \bf fontification.
8348
8349 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8350
8351 * pcvs.el (cvs-edit-log-files): New var.
8352 (cvs-mode-edit-log): New arg `file'.
8353 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8354 Instead force the use of the original file and nothing else.
8355 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8356 the cvs-minor-wrap-function is set.
8357 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8358
8359 2005-10-14 Bill Wohler <wohler@newt.com>
8360
8361 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8362 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8363 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8364 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8365 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8366 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8367 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8368 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8369 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8370 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8371 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8372 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8373 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8374 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8375 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8376
8377 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8378 appropriately (for example, gud-break to gud/break).
8379
8380 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8381
8382 * longlines.el (longlinges-search-function)
8383 (longlines-search-forward, longlines-search-backward): New functions.
8384 (longlines-mode): Set isearch-search-fun-function to
8385 longlinges-search-function.
8386
8387 * mouse.el (mouse-drag-region-1): Handle the case where a
8388 double-click event is bound to an arbitrary function.
8389
8390 2005-10-14 David Ponce <david@dponce.com>
8391
8392 * recentf.el (recentf-track-opened-file)
8393 (recentf-track-closed-file, recentf-update-menu)
8394 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8395 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8396 mouse-1-click-follows-link.
8397
8398 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8399
8400 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8401 Gnome file-manager.png. Suggested by
8402 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8403
8404 * toolbar/README: Add diropen.xpm.
8405
8406 2005-10-13 Bill Wohler <wohler@newt.com>
8407
8408 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8409 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8410
8411 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8412
8413 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8414 Don't waste the byte-compiler's time on constant data.
8415
8416 2005-10-13 Kenichi Handa <handa@m17n.org>
8417
8418 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8419 byte with `escape-glyph' face.
8420
8421 * international/fontset.el (ccl-encode-unicode-font):
8422 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8423 Handle the case that ucs-mule-to-mule-unicode translates a character to
8424 ASCII (usually for IPA characters).
8425
8426 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8427
8428 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8429 Don't hide the underline of titles if font-lock-mode is disabled.
8430
8431 2005-10-12 Bill Wohler <wohler@newt.com>
8432
8433 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8434 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8435 files in MH-E-SRC have been updated.
8436 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8437
8438 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8439
8440 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8441 (mixal-mode-syntax-table): Add \n as end-comment.
8442 (mixal-operation-codes-alist): Immediately initialize to full value.
8443 (mixal-add-operation-code): Remove.
8444 (mixal-describe-operation-code): Make the arg non-optional.
8445 Use the interactive spec instead.
8446 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8447 (mixal-font-lock-keywords): Don't highlight comments here any more.
8448 (mixal-font-lock-syntactic-keywords): New var.
8449 (mixal-mode): Use it. Fix comment-start-skip.
8450
8451 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8452
8453 * startup.el (command-line-x-option-alist): -nb => -nbi
8454
8455 2005-10-12 Kim F. Storm <storm@cua.dk>
8456
8457 * startup.el (fancy-splash-default-action): Discard mouse click in
8458 the splash screen window, as it has no sensible meaning in the
8459 next window to be selected. Fixes error reported by Jan D.
8460
8461 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8462
8463 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8464
8465 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8466
8467 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8468 Try to fix up minor layout issues like indentation, line break, etc...
8469 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8470 because it doesn't work.
8471 (mixal-operation-codes): Add some more codes.
8472 (mixal-font-lock-keywords): Process comments here.
8473 (mixal-mode): mixasm no longer needs -g option.
8474
8475 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
8476
8477 * progmodes/sh-script.el (sh-tmp-file):
8478 Use mktemp -t. Finish support for es and rc shells.
8479
8480 2005-10-11 Jay Belanger <belanger@truman.edu>
8481
8482 * calc/calcalg2.el (calc-integral): With an argument, compute the
8483 definite integral.
8484
8485 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8486
8487 * mouse.el (mouse-drag-region-1): Don't try to catch a
8488 double-click when doing follow-link (it's overridden anyway).
8489
8490 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8491
8492 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8493 (autoload-print-form-outbuf): Add docstring.
8494
8495 2005-10-11 Juri Linkov <juri@jurta.org>
8496
8497 * info.el (Info-mode-menu): Delete menu item "Edit".
8498 (Info-mode): Delete description of Info-edit from docstring,
8499 and rearrange descriptions of Info commands in the order
8500 they are documented in the Info manual.
8501
8502 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8503
8504 * calendar/appt.el (appt-check): Use diary-selective-display var.
8505
8506 2005-10-10 Richard M. Stallman <rms@gnu.org>
8507
8508 * net/newsticker.el (newsticker-start, newsticker-show-news):
8509 Add autoload cookies.
8510
8511 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8512
8513 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8514
8515 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8516
8517 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8518
8519 2005-10-10 Jay Belanger <belanger@truman.edu>
8520
8521 * calc/calc-arith.el (math-check-known-scalarp)
8522 (math-check-known-matrixp): Check the values of arguments that are
8523 variables.
8524 (math-check-known-square-matrixp): New function.
8525 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8526 (math-super-types): Add sqmatrix type.
8527
8528 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8529 mode name `square' to `sqmatrix'.
8530
8531 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8532 mode name `square' to `sqmatrix'.
8533
8534 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8535
8536 * progmodes/etags.el (select-tags-table-mode): Don't use
8537 selective-display.
8538 (tags-select-tags-table): Pass `button' to the action function.
8539 (select-tags-table): Place the side-info on button properties rather
8540 than in hidden text. Abbreviate file names.
8541 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8542 (select-tags-table-select): Add `button' argument.
8543 Get side-info from the button property rather than from hidden text.
8544
8545 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8546
8547 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8548 (gud-speedbar-buttons): Preserve point if possible.
8549 (gud-sentinel): Restore previous speedbar display type.
8550
8551 * progmodes/gdb-ui.el (gdba): Improve diagram.
8552 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8553 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8554 Call get-buffer-window once.
8555
8556 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8557
8558 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8559 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8560 (pascal-indent-command): Remove unused var `ind'.
8561 (pascal-indent-case): Remove unused var `oldpos'.
8562 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8563 since it's now used as a proper minor mode map.
8564 (pascal-outline): Rename to pascal-outline-mode.
8565 (pascal-outline-mode): Use define-minor-mode.
8566 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8567 selective-display.
8568
8569 2005-10-10 Andreas Schwab <schwab@suse.de>
8570
8571 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8572 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8573
8574 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8575 outside source directory.
8576
8577 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8578
8579 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8580 C-x' as a prefix.
8581 (orgtbl-mode-map): Full keymap instead of sparse, because all
8582 `self-insert-command' keys are redefined in this map.
8583 (org-export-as-html): Specify charset for HTML file, by taking it
8584 from the coding system.
8585
8586 2005-10-10 Kenichi Handa <handa@m17n.org>
8587
8588 * textmodes/flyspell.el (flyspell-check-word-p):
8589 If unread-command-events is non-empty, don't call sit-for.
8590
8591 2005-10-09 Richard M. Stallman <rms@gnu.org>
8592
8593 * font-lock.el (font-lock-syntactic-keywords)
8594 (font-lock-keywords): Doc fixes.
8595
8596 * textmodes/flyspell.el (flyspell-external-point-words):
8597 Simplify logic, and don't try to check for consecutive appearances
8598 of one incorrect word.
8599
8600 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8601
8602 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8603 separator.
8604
8605 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8606 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8607 (gud-expansion-speedbar-buttons): New function.
8608 (gud-speedbar-buttons): Check for gud-comint-buffer.
8609
8610 2005-10-09 Bill Wohler <wohler@newt.com>
8611
8612 * Makefile.in (updates): Add mh-loaddefs dependency.
8613
8614 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8615
8616 * speedbar.el (speedbar-file-key-map): Fix typo.
8617
8618 2005-10-09 Daniel Brockman <daniel@brockman.se>
8619
8620 * cus-start.el (line-spacing): Add custom spec.
8621
8622 2005-10-09 Romain Francoise <romain@orebokech.com>
8623
8624 * textmodes/ispell.el (ispell-check-version): Fix last change.
8625
8626 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8627
8628 * term/x-win.el: Remove -i, --icon-type from comment.
8629
8630 * startup.el (command-line-x-option-alist): Remove options -i,
8631 -itype, --icon-type, added -nb, --no-bitmap-icon
8632
8633 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8634
8635 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8636 instead of :active.
8637
8638 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8639
8640 * textmodes/ispell.el (ispell-check-version):
8641 Ignore hyphen, and all that follows, in aspell's version text.
8642
8643 2005-10-08 Jay Belanger <belanger@truman.edu>
8644
8645 * calc/calc-arith.el (math-known-square-matrixp): New function.
8646 (math-pow-fancy): Check for matrices before distributing exponent
8647 across products.
8648
8649 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8650 fullscreen keypad. Suggested by Luc Teirlinck.
8651 (calc-keypad-show-input): Add space for formatting.
8652
8653 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8654 Add square matrix option.
8655
8656 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8657 of checking calc-matrix-mode when deciding how to expand.
8658
8659 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8660
8661 2005-10-08 Lars Hansen <larsh@soem.dk>
8662
8663 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8664 Add error handling.
8665 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8666
8667 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8668
8669 Sync with Tramp 2.0.51.
8670
8671 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8672 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8673 Insert special handling for `last-coding-system-used', again
8674 it still seems to be necessary (unlike stated before).
8675 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8676 (tramp-password-prompt-regexp): There might be other words before
8677 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8678 (tramp-chunksize): Improve docstring.
8679 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8680 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8681 Christian Joergensen <bugs@razor.dk>.
8682
8683 2005-10-07 Glenn Morris <rgm@gnu.org>
8684
8685 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8686 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8687 precision'.
8688
8689 2005-10-07 Romain Francoise <romain@orebokech.com>
8690
8691 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8692 (ibuffer-do-shell-command-pipe-replace)
8693 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8694 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8695 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8696 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8697 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8698 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8699 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8700 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8701 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8702 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8703 Autoload file sans suffix.
8704
8705 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8706
8707 2005-10-07 David Ponce <david@dponce.com>
8708
8709 * recentf.el (recentf-menu-open-all-flag): New option.
8710 (recentf-digit-shortcut-command-name): New function.
8711 (recentf--shortcuts-keymap): New variable.
8712 (recentf-menu-shortcuts): New variable.
8713 (recentf-make-menu-items): Initialize it. Replace the "More..."
8714 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8715 (recentf-menu-value-shortcut): New function.
8716 (recentf-make-menu-item): Use it. No more in-lined.
8717 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8718 (recentf-open-most-recent-file): Rename from
8719 `recentf-open-file-with-key'. Don't depend on key binding.
8720 (recentf-mode-map): New variable.
8721 (recentf-mode): Use it.
8722
8723 2005-10-06 Bill Wohler <wohler@newt.com>
8724
8725 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
8726
8727 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8728 (MH-E-SRC): New. Used by mh-autoloads.
8729 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8730 files in MH-E-SRC have been updated.
8731 (compile, recompile, bootstrap): Depend on mh-autoloads.
8732
8733 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8734
8735 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8736 gud-break and gud-remove icons when the fringe is not available.
8737
8738 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8739 Typo.
8740
8741 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8742
8743 * play/zone.el (zone): Wrap body with save-window-excursion.
8744
8745 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8746
8747 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8748 Use the new `list-only' arg to diary-list-entries.
8749
8750 * calendar/diary-lib.el: Use overlays rather than selective-display.
8751 (diary-selective-display): New var.
8752 (diary-header-line-format): Use it.
8753 (diary-list-entries): Add argument `list-only'.
8754 Put the buffer in diary-mode. Don't add \^M at beg and end.
8755 Replace \^M by invisible overlays.
8756 (diary-unhide-everything): Replace \^M by invisible overlays.
8757 (print-diary-entries): Look for overlays rather than \^M.
8758 Add a space to the temp buffer name.
8759 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8760 Put the buffer in diary-mode.
8761 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8762 (diary-anniversary): Make the year arg optional.
8763 (diary-time-regexp): New const.
8764 (diary-font-lock-keywords): Use it to accept a few more time formats.
8765
8766 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8767
8768 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8769
8770 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8771 Fix bug introduced 2005-07-03: Use (car (last ...))
8772 to faithfully reproduce replaced artist-last.
8773 (artist-set-arrow-points-for-poly): Likewise.
8774 Suggested by Johan Bockg\e,Ae\e(Brd.
8775
8776 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
8777
8778 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8779 * wid-edit.el (widget):
8780 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8781 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8782
8783 2005-10-06 Kenichi Handa <handa@m17n.org>
8784
8785 * international/mule-cmds.el (set-language-environment):
8786 Fix setting up of case-table for unibyte mode.
8787
8788 * simple.el (what-cursor-position): If the character is displayed
8789 by some `display' text property, show that. Don't use
8790 single-key-description for eight-bit characters in multibyte mode.
8791
8792 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
8793
8794 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8795 (gdb-ann3): Set it.
8796 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8797 (gdb-info-frames-custom): Use inverse-video for first five
8798 characters of selected frame only.
8799 (gdb-get-frame-number): Select frame even when point is on frame
8800 number.
8801
8802 2005-10-06 Masatake YAMATO <jet@gyve.org>
8803
8804 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8805 Put `font-lock-function-name-face'.
8806 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8807 and `font-lock-variable-name-face'
8808 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8809 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8810 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8811 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8812 (gdb-local-font-lock-keywords): New font lock keywords definition.
8813 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8814 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8815 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8816
8817 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
8818
8819 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8820 (ediff-merge-region-is-non-clash-to-skip): Previously called
8821 ediff-merge-region-is-non-clash.
8822
8823 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8824 Use insert-buffer-substring.
8825
8826 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8827 selecting files to patch. Also bug fixes.
8828
8829 * ediff-util.el (ediff-setup): Bug fix.
8830 (ediff-next-difference): Never skip clashes that differ in white
8831 space only.
8832
8833 * ediff-wind.el (ediff-setup-control-frame)
8834 (ediff-destroy-control-frame): Check the menubar feature.
8835
8836 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8837 (viper-refresh-mode-line): Use make-local-variable to localize
8838 some vars instead of make-variable-buffer-local. Suggested by
8839 Stefan Monnier.
8840
8841 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8842 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8843 Use make-local-variable instead of make-variable-buffer-local.
8844 Suggested by Stefan Monnier.
8845
8846 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8847 (viper-comint-mode-hook): Use make-local-variable on
8848 require-final-newline.
8849 (viper-non-hook-settings): Don't use make-variable-buffer-local.
8850
8851 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8852
8853 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8854 also the second char of a comment-start sequence.
8855 (scheme-sexp-comment-syntax-table): New var.
8856 (lambda, define): Set their scheme-doc-string-elt property.
8857 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8858 Use lisp-font-lock-syntactic-face-function now that it properly
8859 handles |...| symbols.
8860 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8861 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8862
8863 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8864 bit from # to |.
8865 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8866
8867 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8868 (lisp-doc-string-elt-property): New var.
8869 (lisp-font-lock-syntactic-face-function): Use it.
8870 Rewrite to recognize docstrings even for forms not at toplevel.
8871
8872 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8873 annotation on the | part of #| rather than on the # part.
8874 (scheme-font-lock-syntactic-face-function): New function, to
8875 distinguish strings from |...| symbols.
8876 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8877 syntax-table so that #|...|# is properly highlighted.
8878
8879 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8880 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8881
8882 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8883
8884 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8885 and C-e.
8886
8887 * emacs-lisp/eldoc.el: Move comments into docstrings.
8888 (eldoc-message-commands): Initialize in its declaration.
8889 Add move-beginning-of-line and move-end-of-line.
8890 (eldoc-add-command, eldoc-add-command-completions)
8891 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8892
8893 * outline.el (outline-mark-subtree): Activate the mark.
8894
8895 * calendar/appt.el (appt-time-regexp): New var.
8896 (appt-add, appt-make-list): Use it.
8897 (appt-convert-time): Clean up.
8898
8899 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8900 Don't set any syntax-table property here.
8901 (tex-font-lock-verb): New function. Do it here.
8902 (tex-font-lock-syntactic-keywords): Use it.
8903
8904 2005-10-04 Richard M. Stallman <rms@gnu.org>
8905
8906 * wid-edit.el (widget-file-complete): Get the widget start point
8907 the right way. Default directory to `/' if file has none.
8908
8909 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8910
8911 * textmodes/flyspell.el (flyspell-mode-on):
8912 Call ispell-maybe-find-aspell-dictionaries.
8913
8914 * textmodes/ispell.el (ispell-word, ispell-region):
8915 Call ispell-maybe-find-aspell-dictionaries.
8916 (ispell-accept-buffer-local-defs):
8917 Don't call ispell-maybe-find-aspell-dictionaries
8918
8919 2005-10-04 Richard M. Stallman <rms@gnu.org>
8920
8921 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8922
8923 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
8924
8925 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8926 instead of `fboundp' in order to allow for anonymous functions.
8927
8928 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
8929
8930 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8931 case the user clicks on the link while another window is selected.
8932 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8933
8934 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8935 functionality.
8936 (dframe-help-echo): Save point in case mouse tracking is off.
8937
8938 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8939
8940 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8941
8942 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8945 not change the global value of those vars.
8946
8947 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8948 make-local-variable which we do not need any more.
8949
8950 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
8951
8952 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8953 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8954 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8955 (speedbar-path-line): Define obsolete aliases.
8956 (speedbar-line-directory): Doc fix.
8957
8958 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8959 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8960 instead of speedbar-line-path.
8961
8962 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8963
8964 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8965 to nil if dropping on a window. Handle dropping on a minibuffer window
8966 like dropping on a non-window part of Emacs.
8967
8968 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8969
8970 * net/ange-ftp.el: Use with-current-buffer.
8971 (ange-ftp-insert-directory): Do not follow symlinks any more.
8972
8973 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8974 Remove interactive spec.
8975
8976 2005-10-03 Kim F. Storm <storm@cua.dk>
8977
8978 * ido.el (ido-mode): Use custom-initialize-set.
8979
8980 2005-10-02 Richard M. Stallman <rms@gnu.org>
8981
8982 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8983 Use insert-buffer-substring.
8984
8985 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8986 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8987
8988 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8989
8990 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8991 in last change.
8992 (ange-ftp-insert-directory): Fix up the search for the case where
8993 `file' is absolute.
8994
8995 2005-10-02 Romain Francoise <romain@orebokech.com>
8996
8997 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8998
8999 2005-10-02 Andreas Schwab <schwab@suse.de>
9000
9001 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
9002 directory component in the session info.
9003
9004 2005-10-01 Richard M. Stallman <rms@gnu.org>
9005
9006 * comint.el (comint-redirect-subvert-readonly): Doc fix.
9007
9008 * simple.el (next-error-internal): New function.
9009
9010 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
9011 (compilation-start): Pass new arg to compilation-buffer-name.
9012 (compile-goto-error): Use next-error-internal.
9013
9014 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9015
9016 * speedbar.el: Remove RCS tag.
9017 (speedbar-check-read-only): Handle non-existent files.
9018
9019 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
9020
9021 * info.el (Info-speedbar-hierarchy-buttons)
9022 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
9023
9024 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9025
9026 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9027 Do not match newline.
9028 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9029 (bibtex-summary): Remove unnecessary save-excursion.
9030 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9031
9032 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9033
9034 * term/mac-win.el: Add charset info for "iso10646-1".
9035 Modify default fontset to use ATSUI-compatible fonts for some charsets
9036 if available.
9037
9038 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9039
9040 * speedbar.el: Re-apply arch tag.
9041 (speedbar-version): Rename to version 1.0. Suggested by Eric
9042 M. Ludlam.
9043 Reapply two changes from Emacs CVS' version of speedbar lost
9044 during the merge:
9045 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9046 (speedbar-frame-parameters): Improve customize type.
9047
9048 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9049
9050 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9051 (ange-ftp-file-directory-p): Fix the symlink case.
9052 (ange-ftp-insert-directory): When listing a single file, get a list of
9053 the parent buffer and extract the relevant line. Inspired from a patch
9054 by Katsumi Yamaoka <yamaoka@jpl.org>.
9055 (ange-ftp-file-name-sans-versions): Simplify.
9056
9057 2005-09-30 Bill Wohler <wohler@newt.com>
9058
9059 Move MH-E image files from toolbar and mail directories into
9060 etc/images.
9061
9062 * mail/reply2.*: Move to etc/images/mail/reply*.
9063
9064 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9065 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9066 etc/images.
9067
9068 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9069 * toolbar/reply*: Move to etc/images/mail.
9070
9071 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9072
9073 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9074
9075 * speedbar.el: New version 1.0pre3.
9076
9077 Frame management code (including timer, and mouse click specifics)
9078 moved to dframe.el:
9079 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9080 (speedbar-timer): Removed. Use dframe-timer.
9081 (speedbar-close-frame): Removed. Use dframe-close-frame.
9082 (speedbar-activity-change-focus-flag): Removed. Use
9083 dframe-activity-change-focus-flag.
9084 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9085 dframe-update-speed.
9086
9087 (speedbar-current-frame): New macro. Use this instead of the
9088 variable speedbar-frame.
9089
9090 (speedbar-use-images, speedbar-expand-image-button-alist)
9091 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9092
9093 (speedbar-find-image-on-load-path): Removed. Replaced by
9094 defezimage in ezimage.el.
9095 (speedbar-expand-image-button-alist): Removed. Replaced by
9096 ezimage-expand-image-button-alist in ezimage.el.
9097
9098 (speedbar-ignored-directory-regexp)
9099 (speedbar-add-ignored-directory-regexp)
9100 (speedbar-ignored-directory-expressions)
9101 (speedbar-line-directory, speedbar-buffers-line-directory)
9102 (speedbar-directory-line, speedbar-buffers-line-directory):
9103 Renamed, replacing `path' with `directory'.
9104
9105 (speedbar-create-directory, speedbar-expand-line-descendants)
9106 (speedbar-toggle-line-expansion)
9107 (speedbar-contract-line-descendants): New commands.
9108
9109 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9110 (speedbar-use-tool-tips-flag): New options.
9111
9112 (speedbar-check-read-only, speedbar-require-version)
9113 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9114 (speedbar-handle-delete-frame, speedbar-try-completion)
9115 (speedbar-update-localized-contents): New functions.
9116
9117 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9118 (speedbar-object-read-only-indicator): New variables.
9119
9120 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9121 New hooks.
9122
9123 (speedbar-separator-face): New face.
9124
9125 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9126 (speedbar-ignored-modes): Add fundamental-mode.
9127 (speedbar-directory-unshown-regexp): Add . directories.
9128
9129 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9130 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9131 `]' for full expand/close.
9132 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9133
9134 (speedbar-check-vc): Support hidden files.
9135 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9136 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9137 state is nil, it is not checked out.
9138
9139 (speedbar-line-text, speedbar-line-token): Support expand buttons
9140 with no text.
9141 (speedbar-refresh): Universal argument acts as power-click.
9142 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9143 that buffer to get variable values.
9144
9145 And many other bugfixes.
9146
9147 * dframe.el, ezimage.el, sb-image.el: New files.
9148
9149 * sb-*.xpm: Remove files. New image files installed into
9150 etc/images/ezimage.
9151
9152 2005-09-30 Kenichi Handa <handa@m17n.org>
9153
9154 * ps-mule.el (ps-mule-show-warning): If a character is in
9155 ps-print-translation-table, don't treat it as non-printable.
9156
9157 2005-09-30 David Ponce <david@dponce.com>
9158
9159 * tree-widget.el (tree-widget-themes-load-path): New variable.
9160 (tree-widget-themes-directory): Doc fix.
9161 (tree-widget-image-formats) [Emacs]: Doc fix.
9162 (tree-widget--locate-sub-directory): New function.
9163 (tree-widget-themes-directory): Use it.
9164
9165 * recentf.el (recentf-filename-handlers): Rename from
9166 `recentf-filename-handler'. Allow a list of functions.
9167 (recentf-menu-items-for-commands): Fix :help strings.
9168 (recentf-apply-filename-handlers): New function.
9169 (recentf-expand-file-name): Use it.
9170 (recentf-cleanup): Remove duplicates too.
9171
9172 2005-09-29 Juri Linkov <juri@jurta.org>
9173
9174 * faces.el: Rearrange face definitions to be in the same order as
9175 their face descriptions in "(emacs)Standard Faces".
9176
9177 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9178
9179 * tooltip.el (tooltip): Add group `basic-faces'.
9180
9181 * buff-menu.el (Buffer-menu-buffer): Remove group
9182 `font-lock-highlighting-faces'.
9183
9184 * progmodes/compile.el (compilation-error, compilation-warning)
9185 (compilation-info, compilation-line-number, compilation-column-number):
9186 Change group from `font-lock-highlighting-faces' to `compilation'.
9187
9188 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9189 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9190 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9191 (vhdl-font-lock-reserved-words-face)
9192 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9193 `font-lock-highlighting-faces'.
9194
9195 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9196
9197 2005-09-28 Kim F. Storm <storm@cua.dk>
9198
9199 * emulation/cua-base.el: Set CUA move property on additional commands:
9200 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9201 forward-sexp, backward-sexp, forward-list, backward-list.
9202
9203 2005-09-28 Romain Francoise <romain@orebokech.com>
9204
9205 * comint.el (comint-show-output): Really set point at the
9206 beginning of the output when not using `comint-use-prompt-regexp'.
9207
9208 2005-09-27 Jay Belanger <belanger@truman.edu>
9209
9210 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9211 in TeX mode.
9212
9213 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9214
9215 * textmodes/org.el (org-table-sum): Fix format string.
9216
9217 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9218 Quote face names.
9219
9220 2005-09-26 Romain Francoise <romain@orebokech.com>
9221
9222 * isearch.el (isearch-forward-regexp): Close doc string.
9223
9224 2005-09-25 Richard M. Stallman <rms@gnu.org>
9225
9226 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9227
9228 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9229
9230 * progmodes/compile.el (compilation-error-properties):
9231 When getting the file from the previous error message,
9232 correctly decode the new data format.
9233
9234 * progmodes/cc-cmds.el (c-electric-paren):
9235 Call old-blink-paren only for close-paren.
9236
9237 2005-09-24 Andreas Schwab <schwab@suse.de>
9238
9239 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9240 condition.
9241
9242 2005-09-25 Romain Francoise <romain@orebokech.com>
9243
9244 * dired-aux.el (dired-copy-file-recursive):
9245 * dired.el (dired-delete-file):
9246 * ediff-mult.el (ediff-dir-diff-copy-file):
9247 * ediff-util.el (ediff-test-save-region):
9248 * forms.el (forms-mode):
9249 * ido.el (ido-file-internal, ido-delete-file-at-head):
9250 * log-edit.el (log-edit-done):
9251 * ses.el (ses-yank-resize):
9252 * play/gomoku.el (gomoku-human-plays, gomoku)
9253 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9254 (gomoku-offer-a-draw):
9255 * play/landmark.el (lm-human-resigns, lm):
9256 * net/eudcb-ldap.el (eudc-ldap-check-base):
9257 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9258 * progmodes/ebrowse.el (ebrowse-find-pattern):
9259 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9260 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9261 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9262
9263 * vc.el (vc-delete-file):
9264 * play/gomoku.el (gomoku-terminate-game, gomoku)
9265 (gomoku-prompt-for-move, gomoku-human-takes-back):
9266 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9267 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9268
9269 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9270
9271 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9272 color rxvt terminals by using the code xterm.el used to use before
9273 2005-04-09 in order to match the colors used by rxvt.
9274
9275 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9276
9277 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9278 colors rxvt-unicode terminals by using the same code as xterm.el.
9279
9280 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9281
9282 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9283 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9284 new symbol used for the tex-verbatim face.
9285
9286 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9287
9288 * woman.el (woman-file-name):
9289 * wid-edit.el (widget-file-prompt-value)
9290 (widget-coding-system-prompt-value):
9291 * w32-fns.el (set-w32-system-coding-system):
9292 * vc.el (vc-version-diff, vc-annotate):
9293 * textmodes/reftex-auc.el (reftex-arg-cite)
9294 (reftex-arg-index-tag):
9295 * textmodes/refer.el (refer-get-bib-files):
9296 * textmodes/artist.el (artist-figlet-choose-font):
9297 * terminal.el (terminal-emulator):
9298 * replace.el (occur-read-primary-args):
9299 * rect.el (string-rectangle, string-insert-rectangle):
9300 * ps-print.el (ps-print-preprint):
9301 * progmodes/pascal.el (pascal-goto-defun):
9302 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9303 * progmodes/compile.el (compilation-find-file):
9304 * printing.el (pr-interactive-n-up):
9305 * play/animate.el (animate-birthday-present):
9306 * net/rcompile.el (remote-compile):
9307 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9308 * mail/rmailsum.el (rmail-summary-search-backward)
9309 (rmail-summary-search):
9310 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9311 (rmail-output-read-file-name):
9312 * mail/rmail.el (rmail-search, rmail-search-backwards):
9313 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9314 * locate.el (locate):
9315 * international/quail.el (quail-show-keyboard-layout):
9316 * international/mule.el (set-buffer-file-coding-system)
9317 (revert-buffer-with-coding-system, set-file-name-coding-system)
9318 (set-terminal-coding-system, set-keyboard-coding-system)
9319 (set-next-selection-coding-system):
9320 * international/mule-diag.el (describe-coding-system)
9321 (describe-font, describe-fontset):
9322 * international/mule-cmds.el (universal-coding-system-argument)
9323 (search-unencodable-char, describe-input-method)
9324 (set-language-environment, describe-language-environment):
9325 * international/codepage.el (codepage-setup):
9326 * international/code-pages.el (codepage-setup):
9327 * info.el (Info-search, Info-follow-reference)
9328 (Info-search-backward):
9329 * emacs-lisp/advice.el (ad-read-advised-function)
9330 (ad-read-advice-class, ad-clear-cache, ad-activate)
9331 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9332 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9333 (ad-read-regexp):
9334 * ediff-util.el (ediff-toggle-regexp-match):
9335 * ediff-ptch.el (ediff-prompt-for-patch-file):
9336 * dired-aux.el (dired-diff):
9337 * diff.el (diff):
9338 * cus-edit.el (custom-variable-prompt):
9339 * calendar/timeclock.el (timeclock-ask-for-project):
9340 * calc/calcalg3.el (calc-get-fit-variables):
9341 * calc/calc-store.el (calc-edit-variable)
9342 (calc-permanent-variable):
9343 * vc-mcvs.el (vc-mcvs-register):
9344 * shadowfile.el (shadow-define-literal-group):
9345 * woman.el (woman-file-name):
9346 * vc.el (vc-version-diff, vc-merge):
9347 * textmodes/reftex-index.el (reftex-index-complete-tag):
9348 * format.el (format-decode-buffer, format-decode-region):
9349 * emulation/viper-cmd.el (viper-read-string-with-history):
9350 * emacs-lisp/debug.el (cancel-debug-on-entry):
9351 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9352 * ediff.el (ediff-merge-revisions)
9353 (ediff-merge-revisions-with-ancestor, ediff-revision):
9354 * completion.el (interactive-completion-string-reader):
9355 * calc/calc-prog.el (calc-user-define-formula):
9356 Follow convention for reading with the minibuffer.
9357
9358 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9359
9360 * progmodes/python.el (python-describe-symbol): Add globals() and
9361 locals() to the arguments of emacs.ehelp.
9362
9363 2005-09-24 Magnus Henoch <mange@freemail.hu>
9364
9365 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9366 New function, code extracted from ispell-valid-dictionary-list.
9367 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9368 Call it.
9369
9370 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9371
9372 * subr.el (version-regexp-alist): Extend valid syntax for version
9373 strings: allow any of the characters -,_,+ to separate the
9374 alpha/beta/rc part from the version part. Doc fix.
9375 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9376
9377 2005-09-23 David Reitter <david.reitter@gmail.com>
9378
9379 * mail/mailclient.el: New file.
9380
9381 2005-09-23 Richard M. Stallman <rms@gnu.org>
9382
9383 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9384 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9385 Doc fixes.
9386
9387 * progmodes/cc-mode.el (c-font-lock-init):
9388 Specify font-lock-lines-before.
9389
9390 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9393 whole conflict.
9394
9395 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9396
9397 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9398 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9399 of `remap' feature when available. Additional key bindings for
9400 better tty support.
9401 (org-mode-restart, org-force-self-insert): New commands.
9402 (org-time-stamp-inactive): New command.
9403 (org-remap): New function.
9404 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9405 (org-enable-fixed-width-editor): Move to `org-structure'
9406 customization group.
9407 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9408 blank field after field motion commands.
9409
9410 2005-09-23 Kenichi Handa <handa@m17n.org>
9411
9412 * international/mule-cmds.el (set-language-environment):
9413 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9414 have to call utf-translate-cjk-load-tables.
9415
9416 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9417
9418 * mouse.el (mouse-move-drag-overlay): Fix last change.
9419
9420 2005-09-22 David Ponce <david@dponce.com>
9421
9422 * tree-widget.el (tree-widget-value-create): Fix previous change.
9423
9424 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9425
9426 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9427
9428 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9429
9430 * mouse.el (mouse-move-drag-overlay): New function.
9431 (mouse-drag-region-1): Use it.
9432 Try to simplify a bit the state handling. Handle clicks on links
9433 inside intangible areas.
9434 (mouse-save-then-kill): Minor simplification.
9435 (mouse-secondary-overlay): Make it always non-nil instead of
9436 recreating it each time.
9437 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9438 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9439 Simplify accordingly.
9440
9441 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9442
9443 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9444
9445 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9446
9447 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9448 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9449 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9450 to patch.
9451
9452 * ediff-util.el: Use insert-buffer-substring.
9453
9454 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9455
9456 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9457 field boundaries in the minibuffer.
9458 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9459 (viper-minibuffer-post-command-hook): New hook.
9460 (viper-line): Don't move cursor at bolp.
9461
9462 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9463
9464 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9465 avoid compiler warnings.
9466
9467 * emulation/viper-macs.el (ex-map): Better messages.
9468
9469 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9470
9471 * emulation/viper.el: Replace make-variable-buffer-local with
9472 viper-make-variable-buffer-local everywhere, to avoid warnings.
9473
9474 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9475
9476 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9477 Delete unused var `old-selected-window'.
9478 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9479 (mouse-drag-secondary): Delete unused var `start-frame'.
9480
9481 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9482
9483 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9484
9485 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9488 Re-indent within 80 columns. Use inhibit-read-only.
9489
9490 2005-09-19 Romain Francoise <romain@orebokech.com>
9491
9492 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9493
9494 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9495
9496 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9497 unconditionally, since the after-change-function already did it.
9498
9499 2005-09-19 Miles Bader <miles@gnu.org>
9500
9501 * net/newsticker.el: Get rid of CVS keyword.
9502
9503 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9504
9505 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9506 The prompt is formatted later.
9507
9508 2005-09-19 David Ponce <david@dponce.com>
9509
9510 * tree-widget.el (tree-widget-value-create): Save the converted
9511 tree :node widget.
9512
9513 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9514
9515 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9516 variable `message'.
9517
9518 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9519
9520 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9521 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9522 <slawomir.nowaczyk.847@student.lu.se>.
9523
9524 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9525
9526 * image.el (image-load-path): Use symbol `data-directory' instead
9527 of its value, for backward compatibility with packages that bind
9528 it during `find-image'. Suggested by Katsumi Yamaoka.
9529 (image-search-load-path): Handle symbols whose values are strings.
9530
9531 2005-09-18 Romain Francoise <romain@orebokech.com>
9532
9533 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9534 with-current-buffer form in save-excursion.
9535
9536 2005-09-18 D Goel <deego@gnufans.org>
9537
9538 * apropos.el (apropos-command): Fix `message' call: first arg
9539 should be a format spec. In this and all other cases that appear
9540 below and elsewhere in the source code, I made a change only when
9541 two conditions were satisfied: [1] I can think of a possibility
9542 that the arguments would cause an error, for example, the code in
9543 question relies on external variables such as filenames. [2] I
9544 was sure that the arg to `message' could not have been nil in the code.
9545
9546 * textmodes/tildify.el (tildify-region): Ditto.
9547
9548 * textmodes/reftex-index.el (reftex-index-change-entry)
9549 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9550 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9551 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9552 (org-priority, org-table-sum):
9553 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9554 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9555 (flyspell-word, flyspell-display-next-corrections):
9556 * textmodes/bibtex.el (bibtex-print-help-message):
9557 * textmodes/artist.el (artist-key-set-point-poly):
9558 * term/mac-win.el (mac-services-insert-text):
9559 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9560 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9561 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9562 (vhdl-compose-configuration):
9563 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9564 (sh-set-indent, sh-learn-line-indent):
9565 * progmodes/ps-mode.el (ps-mode-target-column):
9566 * progmodes/idlwave.el (idlwave-make-tags)
9567 (idlwave-scan-library-catalogs):
9568 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9569 * progmodes/gud.el (gud-jdb-analyze-source):
9570 * progmodes/flymake.el (flymake-log):
9571 * progmodes/ebnf2ps.el (ebnf-generate-region):
9572 * progmodes/cmacexp.el (c-macro-expansion):
9573 * progmodes/ada-xref.el (ada-treat-cmd-string):
9574 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9575 (ada-justified-indent-current, ada-batch-reformat):
9576 * play/zone.el (zone):
9577 * play/landmark.el (lm-move):
9578 * play/decipher.el (decipher-show-alphabet):
9579 * net/newsticker.el (newsticker--display-jump)
9580 (newsticker--display-scroll):
9581 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9582 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9583 * mail/feedmail.el (feedmail-dump-message-to-queue):
9584 * eshell/esh-proc.el (eshell-remove-process-entry):
9585 * emulation/ws-mode.el (ws-last-error):
9586 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9587 (viper-record-kbd-macro):
9588 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9589 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9590 * emacs-lisp/find-func.el (find-function-noselect):
9591 * calendar/timeclock.el (timeclock-status-string)
9592 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9593 (timeclock-when-to-leave-string):
9594 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9595 * calc/calc-units.el (calc-enter-units-table):
9596 * calc/calc-mode.el (calc-mode-record-mode):
9597 * woman.el (woman-mini-help):
9598 * wdired.el (wdired-change-to-wdired-mode):
9599 * vc.el (vc-retrieve-snapshot):
9600 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9601 * startup.el (display-startup-echo-area-message):
9602 * simple.el (set-goal-column):
9603 * ses.el (ses-command-hook, ses-recalculate-cell):
9604 * server.el (server-process-filter):
9605 * printing.el (pr-interface-txt-print, pr-interface-printify)
9606 (pr-interface-ps):
9607 * pcvs.el (cvs-help):
9608 * log-edit.el (log-edit, log-edit-mode-help):
9609 * iswitchb.el (iswitchb-possible-new-buffer):
9610 * isearch.el (isearch-edit-string):
9611 * image-mode.el (image-mode, image-minor-mode):
9612 * ibuf-macs.el (define-ibuffer-filter):
9613 * hi-lock.el (hi-lock-find-patterns):
9614 * files.el (toggle-read-only):
9615 * ediff-util.el (ediff-copy-diff)
9616 (ediff-write-merge-buffer-and-maybe-kill):
9617 * echistory.el (Electric-history-undefined):
9618 * dnd.el (dnd-insert-text):
9619 * dired-aux.el (dired-query):
9620 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9621 * bookmark.el (bookmark-bmenu-locate):
9622 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9623 Fix `message' calls to ensure first arg is a format string.
9624 The change was made only when these two conditions were satisfied:
9625 [1] when there is a possibility that the arguments would cause an error
9626 for example, if the code in question relies on external variables
9627 such as filenames, and
9628 [2] if the arg to `message' could not have been nil in the code.
9629
9630 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9631 Not having a %s would be weird, though not technically wrong.
9632
9633 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9634
9635 * term/mac-win.el (mac-add-charset-info): Doc fix.
9636
9637 2005-09-17 Romain Francoise <romain@orebokech.com>
9638
9639 * shell.el (shell-resync-dirs): Handle echoing processes more
9640 reliably. Don't insert resync command if `comint-process-echoes'
9641 is non-nil.
9642
9643 2005-09-17 Magnus Henoch <mange@freemail.hu>
9644
9645 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9646 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9647 aspell versions >= 0.60.
9648 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9649 only if ispell-aspell-supports-utf8 is non-nil.
9650
9651 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9652
9653 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9654 buffer-local value to lisp-indent-function.
9655
9656 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9657
9658 * progmodes/glasses.el (glasses-make-readable): If
9659 glasses-separator differs from underscore, put appropriate
9660 overlays over underscore characters.
9661 (glasses-convert-to-unreadable): If glasses-separator differs from
9662 underscore, try to convert glasses-separator characters to
9663 underscores.
9664
9665 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9666
9667 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9668 Use with-syntax-table and dolist.
9669
9670 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
9671
9672 * textmodes/reftex-auc.el:
9673 * textmodes/reftex-cite.el:
9674 * textmodes/reftex-dcr.el:
9675 * textmodes/reftex-global.el:
9676 * textmodes/reftex-parse.el:
9677 * textmodes/reftex-ref.el:
9678 * textmodes/reftex-sel.el:
9679 * textmodes/reftex-toc.el:
9680 * textmodes/reftex-vars.el:
9681 * textmodes/reftex.el: Small changes to remove compiler warnings.
9682
9683 * textmodes/reftex-index.el: Likewise.
9684 (reftex-query-index-phrase): More efficient use of markers.
9685
9686 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9687
9688 * image.el (image-load-path): New variable.
9689 (image-search-load-path): New function.
9690 (find-image): Search for images in `image-load-path'.
9691
9692 2005-09-15 Richard M. Stallman <rms@gnu.org>
9693
9694 * follow.el: Change Maintainer field.
9695
9696 2005-09-15 David Ponce <david@dponce.com>
9697
9698 * recentf.el (recentf-save-file-modes): New option.
9699 (recentf-save-list): Use it.
9700
9701 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
9702
9703 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9704 (mode-line-mule-info, mode-line-modified): Move bindings from
9705 mouse-3 to mouse-1.
9706
9707 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9708
9709 * simple.el (sendmail-user-agent-compose): Revert last change.
9710
9711 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9712
9713 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9714 Use with-current-buffer.
9715 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9716 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9717 (ange-ftp-insert-directory): Remove unused var `short'.
9718 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9719
9720 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9721 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9722
9723 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9724 (check-calendar-holidays, diary-list-entries): Autoload.
9725 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9726 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9727
9728 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9729 which mistakenly removed a call to display-buffer.
9730
9731 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
9732
9733 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9734
9735 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9736
9737 * progmodes/hideshow.el
9738 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9739 (hs-allow-nesting): New user var.
9740 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9741 (hs-hide-block-at-point): When nesting allowed,
9742 if there is already an overlay in place, delete it.
9743 (hs-safety-is-job-n): Delete func; remove call sites.
9744 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9745 (hs-overlay-at): New func.
9746 (hs-already-hidden-p, hs-show-block): Use it.
9747 (hs-hide-all): Don't pre-clean if nesting allowed.
9748 (hs-show-all): Temporarily disallow
9749 nesting around call to `hs-discard-overlays'.
9750
9751 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
9752
9753 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9754 Delete unused local var.
9755
9756 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
9757
9758 * help-fns.el (describe-categories): "?\ " -> "?\s".
9759 (help-do-arg-highlight): Recognize also ARG-n, as in
9760 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9761
9762 * international/codepage.el (dos-unsupported-char-glyph):
9763 * net/newsticker.el (tool-bar-map, w3-mode-map)
9764 (w3m-minor-mode-map):
9765 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9766 (ent-alist):
9767 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9768
9769 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
9770
9771 * custom.el (custom-push-theme): Handle the case where a symbol is
9772 bound but face properties have not yet been assigned.
9773
9774 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9775 Fix behavior if noerase is `t' and there is no mail buffer.
9776
9777 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9778 if `continue' is nil, rather than signal an error.
9779
9780 2005-09-12 Richard M. Stallman <rms@gnu.org>
9781
9782 * font-lock.el (font-lock-keywords): Add autoload.
9783
9784 * help-fns.el (describe-variable): Rearrange to put source link
9785 in a predictable place.
9786
9787 * net/newsticker.el: New file.
9788
9789 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9790
9791 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9792 (calendar-basic-setup): Use the new nil arg.
9793 (number-of-diary-entries): Move to diary-lib.el.
9794
9795 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9796 (diary-list-entries): Use with-syntax-table and dolist.
9797 Rename from list-diary-entries.
9798 Use number-of-diary-entries if `number' is nil.
9799 (diary, diary-view-entries): Use this new name and new nil arg value.
9800 (number-of-diary-entries): Move from calendar.el.
9801 (diary-unhide-everything): New function.
9802 (include-other-diary-files, fancy-diary-display)
9803 (diary-show-all-entries, make-diary-entry): Use it.
9804 (diary-mail-entries): Use buffer-string.
9805 (mark-diary-entries): Fix long standing paren typo.
9806 (diary-sexp-entry): Use count-lines.
9807 (make-diary-entry): Avoid `previous-line'.
9808 (diary-mode-map): New var.
9809 (diary-mode): Redraw cal after saving. Setup header-line.
9810 (fancy-diary-display-mode): Use local-set-key.
9811
9812 * startup.el (command-line): Try calling various terminal-init-foo-bar
9813 functions by stripping hyphenated suffixes from $TERM.
9814
9815 * files.el (normal-mode): Check boundness of font-lock-keywords.
9816
9817 2005-09-12 Richard M. Stallman <rms@gnu.org>
9818
9819 * progmodes/compile.el: Don't decide a file's directory
9820 until the user actually tries to go there.
9821 (compilation-next-error-function):
9822 Pass compilation-find-file the directory from the file-struct.
9823 (compilation-internal-error-properties): Separate local FILE-STRUCT
9824 from FILE. Doc the args better. Rename arg FMT to FMTS.
9825 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9826 Expand it, and if nil, use default-directory.
9827 (compilation-get-file-structure): Don't mix specified directory
9828 with default directory. Put specified directory into
9829 file-struct. Don't make the file name absolute.
9830
9831 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9832 (compile-command): Add autoload.
9833 (compilation-disable-input): Add autoload.
9834
9835 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9836
9837 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9838 strings of the variables it can override.
9839 (time-stamp): New (as yet undocumented) time-stamp-format escapes
9840 %Q and %q, for fully-qualified domain name and unqualified host name.
9841
9842 2005-09-11 Kim F. Storm <storm@cua.dk>
9843
9844 * emacs-lisp/authors.el (authors-aliases): Update list.
9845 (authors-fixed-entries): Update mldrag.el entry.
9846
9847 2005-09-10 Alan Mackenzie <acm@muc.de>
9848
9849 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9850 from the region narrowed to.
9851
9852 2005-09-10 Magnus Henoch <mange@freemail.hu>
9853
9854 * textmodes/ispell.el (ispell-check-version): Signal an error if
9855 aspell version is less than 0.60.
9856
9857 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9858
9859 * progmodes/octave-inf.el (inferior-octave-startup):
9860 Resync current dir at the end.
9861
9862 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
9863
9864 * woman.el (woman-topic-at-point-default):
9865 Rename to woman-use-topic-at-point-default.
9866 (woman-topic-at-point): Rename to woman-use-topic-at-point.
9867 (woman-file-name): Reflect renames above. Automatically use the
9868 word at point as topic if woman-use-topic-at-point is non-nil.
9869 Otherwise offer it as default but don't insert it in the
9870 minibuffer. Also use `test-completion' instead of `assoc' as
9871 suggested by Stefan Monnier.
9872
9873 2005-09-10 Andre Spiegel <spiegel@gnu.org>
9874
9875 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9876 the attempt to do it over Tramp. This is not yet supported.
9877
9878 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9879
9880 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9881 (menu-bar-non-minibuffer-window-p): New functions.
9882 ("Split Window", "Save As..."): Use them.
9883 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9884 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9885 Use menu-bar-menu-frame-live-and-visible-p.
9886 ("Save Buffer", "Insert File", "Open Directory...")
9887 ("Open File...", "Visit New File..."):
9888 Use menu-bar-non-minibuffer-window-p.
9889 (kill-this-buffer-enabled-p, dired <menu-enable>):
9890 Use menu-bar-non-minibuffer-window-p.
9891
9892 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9893
9894 * cus-start.el (all): Don't complain about fringe-related
9895 built-ins if fringes are not supported. Ditto about
9896 selection-related built-ins. Fix the test for GTK-related built-ins.
9897
9898 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9899 ("Postscript Print Buffer", "Print Region", "Save As...")
9900 ("Save", "Insert File...", "Open Directory...")
9901 ("Open File...", "Visit New File..."")
9902 ("Truncate Long Lines in this Buffer"): Don't look at
9903 menu-updating-frame if this display does not support multiple frames.
9904
9905 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9906
9907 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9908
9909 2005-09-09 Emilio Lopes <eclig@gmx.net>
9910
9911 * woman.el: Format- and whitespace-related changes.
9912
9913 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9914
9915 * woman.el: Fix my email address.
9916
9917 2005-09-08 Richard M. Stallman <rms@gnu.org>
9918
9919 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9920 (sh-mode): Locally set skeleton-pair-default-alist.
9921
9922 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9923
9924 * progmodes/flymake.el: Require `compile' unconditionally.
9925
9926 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9927
9928 * woman.el (woman-file-name): Provide a default, not initial input.
9929
9930 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9931
9932 * font-lock.el (font-lock-support-mode): Doc fix.
9933
9934 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9935
9936 2005-09-08 Richard M. Stallman <rms@gnu.org>
9937
9938 * simple.el (blink-matching-open): Get rid of text props from
9939 the string shown in echo area. Don't permanently set point.
9940 Some rearrangements.
9941
9942 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9943
9944 * recentf.el (recentf-filename-handler): Add custom choice
9945 `abbreviate-file-name'.
9946
9947 * msb.el (msb--very-many-menus): Fix typo.
9948
9949 * disp-table.el (standard-display-european): Don't set
9950 enable-multibyte-characters to nil.
9951
9952 2005-09-08 David Ponce <david@dponce.com>
9953
9954 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9955 (recentf-expand-file-name): Doc fix.
9956 (recentf-dialog-mode-map): Define digit shortcuts.
9957 (recentf--files-with-key): New variable.
9958 (recentf-show-digit-shortcut-filter): New function.
9959 (recentf-open-files-items): New function.
9960 (recentf-open-files): Use it.
9961 (recentf-open-file-with-key): New command.
9962
9963 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9964
9965 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9966 Suggested by Kim F. Storm.
9967 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9968 (Buffer-menu-make-sort-button): Use global keymap.
9969
9970 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
9971
9972 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9973 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9974 necessary any longer with the remapped command.
9975 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9976 formatting time only.
9977
9978 * net/tramp.el (tramp-action-password)
9979 (tramp-multi-action-password): Compile the password prompt from
9980 `method', `user' and `host'. Sometimes it isn't obvious which
9981 password to enter, for example with remote files offered by
9982 recentf.el, or with multiple steps. Suggested by Robert Marshall
9983 <robert@chezmarshall.freeserve.co.uk>.
9984
9985 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9986
9987 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9988 Fix regexp for when "s///" is at the beginning of line.
9989
9990 2005-09-07 Jay Belanger <belanger@truman.edu>
9991
9992 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9993 when in matrix mode.
9994
9995 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9996
9997 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9998 non-anonymous functions.
9999
10000 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
10003 when using a header line. Otherwise, use mouse-1-click-follows-link.
10004
10005 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
10006 can't be moved; don't signal an error.
10007
10008 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
10009
10010 * cus-theme.el (custom-theme-write-faces): Save the current face
10011 spec, not the defface spec.
10012
10013 * custom.el (custom-known-themes): Clarify meaning of "standard".
10014 (custom-push-theme): Save old values in the standard theme.
10015 (disable-theme): Correct typo.
10016 (custom-face-theme-value) Deleted unused function.
10017 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
10018
10019 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
10020
10021 * progmodes/compile.el (compilation-goto-locus): Take into account
10022 iconified frames when determining whether the buffer is
10023 already visible.
10024 Don't reset window height if the window already existed.
10025
10026 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10027
10028 * custom.el (load-theme): Rename from require-theme.
10029 Add interactive spec.
10030 (enable-theme): Rename from custom-enable-theme.
10031 Add interactive spec.
10032 (disable-theme): Rename from custom-disable-theme.
10033 Add interactive spec.
10034 (custom-make-theme-feature): Doc fix.
10035 (custom-theme-directory): Doc fix.
10036 (provide-theme): Call enable-theme.
10037
10038 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10039
10040 * obsolete/lazy-lock.el (lazy-lock-mode):
10041 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10042 font-lock-mode if it's off. Print a warning instead.
10043
10044 * progmodes/compile.el (compilation-start): Ignore errors if the
10045 process died before we get to send-eof.
10046
10047 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10048 Undo last change. Enclosing the result in quotes broke things on Unix
10049 since tex-send-command passes it through shell-quote-argument.
10050 (tex-send-command): Pass `file' through convert-standard-filename
10051 when possible.
10052 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10053 info in a transcript.
10054
10055 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10056
10057 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10058 fix compilation warning. Reorder the key definitions to group
10059 together keys emitted by the current version of xterm.
10060
10061 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10062 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10063 Reorder predicates to correct min-color usage.
10064
10065 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10066
10067 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10068 Kill local variables when longlines-mode is turned off.
10069
10070 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10071
10072 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10073
10074 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10075
10076 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10077
10078 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10079 (font-lock-lines-before): Change default to being inactive.
10080 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10081 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10082
10083 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10084
10085 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10086 Deactivate temporarily advice if active (not needed for Emacs 22,
10087 but for backwards compatibility).
10088 (tramp-exists-file-name-handler): Rewrite. First implementation
10089 was too simple.
10090 (tramp-advice-make-auto-save-file-name):
10091 Call `tramp-handle-make-auto-save-file-name' (again, just for
10092 backwards compatibility).
10093
10094 2005-08-31 Reto Zimmermann <reto@gnu.org>
10095
10096 * progmodes/vhdl-mode.el
10097 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10098 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10099 (vhdl-set-default-project): New function (easier setting of default).
10100 (vhdl-port-copy): Handle extended identifiers for generics.
10101 (vhdl-compiler-alist): Better description for error message regexp.
10102 (vhdl-make): Query for target, use previous as default.
10103 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10104 (vhdl-font-lock-keywords-2): Fix fontification for record
10105 el. assign.
10106 (vhdl-speedbar-make-subpack-line): Add package body link.
10107 (vhdl-generate-makefile-1): Not include itself as dependency.
10108 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10109 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10110 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10111 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10112 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10113 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10114 (vhdl-import-project): Add string argument for `error'.
10115 (vhdl-compose-configuration)
10116 (vhdl-compose-configuration-architecture): Add configuration
10117 declaration generation.
10118 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10119 (vhdl-trailer-re): Add "record" keyword (better indentation).
10120 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10121 "[^ \t-\"]+".
10122 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10123 (vhdl-testbench-entity-file-name)
10124 (vhdl-testbench-architecture-file-name): Allow separate
10125 customization of testbench file names.
10126 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10127 (vhdl-get-visible-signals): Allow newline within alias declaration.
10128 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10129 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10130 (member-ignore-case): Alias for missing function in XEmacs.
10131 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10132 (vhdl-update-sensitivity-list): Ignore case on read signals.
10133 (vhdl-replace-string): Adjust case only for file names.
10134 (vhdl-update-sensitivity-list): Fix search for read signals.
10135 (vhdl-update-sensitivity-list): Exclude formal parameters.
10136 (vhdl-get-visible-signals): Include aliases of signals.
10137 (vhdl-get-visible-signals): Fix signal name searching.
10138 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10139 (vhdl-fixup-whitespace-region): Fix for character
10140 literals (e.g. `:').
10141
10142 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10143
10144 * ansi-color.el (comint-last-output-start):
10145 * bs.el (font-lock-verbose):
10146 * diff-mode.el (add-log-buffer-file-name-function):
10147 * dired-x.el (vm-folder-directory):
10148 * faces.el (help-xref-stack-item):
10149 * files.el (font-lock-keywords):
10150 * find-lisp.el (dired-buffers, dired-subdir-alist):
10151 * ido.el (cua-inhibit-cua-keys):
10152 * log-view.el (cvs-minor-wrap-function):
10153 * outline.el (font-lock-warning-face):
10154 * simple.el (compilation-current-error):
10155 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10156 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10157 * tooltip.el (comint-prompt-regexp):
10158 * w32-fns.el (explicit-shell-file-name):
10159 * term/mac-win.el (mac-charset-info-alist)
10160 (mac-services-selection, mac-system-script-code):
10161 * term/tty-colors.el (msdos-color-values):
10162 * term/w32-win.el (xlfd-regexp-registry-subnum):
10163 * term/x-win.el (x-keysym-table, x-selection-timeout)
10164 (x-session-id, x-session-previous-id):
10165 * textmodes/ispell.el (mail-yank-prefix):
10166 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10167 * textmodes/org.el (calc-embedded-close-formula)
10168 (calc-embedded-open-formula)
10169 (font-lock-unfontify-region-function):
10170 * textmodes/reftex-global.el (isearch-next-buffer-function)
10171 (TeX-master):
10172 * textmodes/reftex.el (font-lock-keywords):
10173 * textmodes/tex-mode.el (font-lock-comment-face)
10174 (font-lock-doc-face):
10175 * textmodes/texinfo.el (outline-heading-alist):
10176 Add defvars.
10177
10178 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10179 (artist-spray-chars, artist-mode-init, artist-replace-string)
10180 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10181 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10182 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10183
10184 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10185 (conf-align-assignments): "?\ " -> "?\s".
10186
10187 * textmodes/reftex-index.el (TeX-master): Add defvar.
10188 (reftex-index-phrases-marker): Move up defvar.
10189
10190 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10191 (reftex-toc-include-labels-indicator)
10192 (reftex-toc-include-index-indicator)
10193 (reftex-toc-max-level-indicator): Move up declarations.
10194
10195 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10196 of args to `tramp-run-real-handler', even if it's empty in this case.
10197
10198 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10199
10200 * dired.el (dired-move-to-filename-regexp): Add date format for
10201 Mac OS X 10.3 in East Asian locales.
10202
10203 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10204
10205 * files.el (make-auto-save-file-name): Add file name handler call
10206 if applicable.
10207
10208 * net/tramp.el (tramp-file-name-handler-alist)
10209 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10210 (tramp-handle-make-auto-save-file-name): Rename from
10211 `tramp-make-auto-save-file-name'.
10212 (tramp-exists-file-name-handler): New defun.
10213 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10214 `make-auto-save-file-name' is not a magic file name operation.
10215
10216 2005-08-30 Richard M. Stallman <rms@gnu.org>
10217
10218 * files.el (risky-local-variable-p):
10219 Match `-predicates' and `-commands.
10220
10221 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10222 (custom-save-all): Visit the file if necessary;
10223 kill the buffer if we created it.
10224 (custom-save-delete): Don't visit file or kill buffer here.
10225
10226 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10227
10228 * textmodes/org.el (org-special-keyword): New face.
10229 (org-table-copy-down, org-table-eval-formula)
10230 (org-table-recalculate, org-init-section-numbers):
10231 Use `string-to-number' instead of `string-to-int'.
10232 (org-get-location): Use `insert-buffer-substring' instead of
10233 `insert-buffer'.
10234 (org-modify-diary-entry-string): New function.
10235 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10236 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10237 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10238 active region.
10239 (org-export-as-html): Handle QUOTE keyword.
10240 (org-quote-string): New option.
10241 (org-bookmark-jump-unhide): New function, used for
10242 `bookmark-after-jump-hook'.
10243 (org-diary-default-entry): Apply only when not called through
10244 `org-agenda'.
10245
10246 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10247
10248 * net/eudc.el (mode-popup-menu):
10249 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10250 * progmodes/ada-mode.el (compile-auto-highlight)
10251 (skeleton-further-elements):
10252 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10253 * progmodes/cmacexp.el (msdos-shells):
10254 * progmodes/compile.el (font-lock-extra-managed-props)
10255 (font-lock-keywords, font-lock-maximum-size)
10256 (font-lock-support-mode):
10257 * progmodes/grep.el (font-lock-lines-before):
10258 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10259 * progmodes/mixal-mode.el (compile-command):
10260 * progmodes/perl-mode.el (font-lock-comment-face)
10261 (font-lock-doc-face, font-lock-string-face):
10262 * progmodes/prolog.el (comint-prompt-regexp):
10263 * progmodes/sh-script.el (font-lock-comment-face)
10264 (font-lock-set-defaults, font-lock-string-face):
10265 * progmodes/sql.el (font-lock-keyword-face)
10266 (font-lock-set-defaults, font-lock-string-face):
10267 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10268 (itimer-version, lazy-lock-defer-contextually)
10269 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10270 Add defvars.
10271
10272 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10273 (cperl-electric-keyword, cperl-electric-pod)
10274 (cperl-electric-backspace, cperl-forward-re)
10275 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10276 (vc-rcs-header, vc-sccs-header): Add defvars.
10277
10278 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10279 (font-lock-syntactic-keywords, gud-find-expr-function):
10280 Add defvars.
10281
10282 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10283 (gdb-frame-parameters): Declare before use.
10284
10285 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10286 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10287 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10288 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10289
10290 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10291 (idlwave-help-with-source): Use `insert-buffer-substring', not
10292 `insert-buffer'.
10293
10294 2005-08-29 Juri Linkov <juri@jurta.org>
10295
10296 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10297 Put outline-back-to-heading function call inside save-excursion.
10298
10299 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10300
10301 * man.el (Man-init-defvars, Man-translate-references)
10302 (Man-support-local-filenames, Man-highlight-references):
10303 * progmodes/sql.el (sql-interactive-mode):
10304 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10305
10306 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10307 (compilation-mode-font-lock-keywords): Add defvars.
10308 (checkdoc-interactive-loop): "?\ " -> "?\s".
10309
10310 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10311 (font-lock-doc-face, font-lock-string-face)
10312 (font-lock-keywords-case-fold-search): Add defvars.
10313 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10314
10315 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10316 Don't pass X and Y (they are ignored anyway).
10317 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10318 (mouse-delete-window): Make arguments optional.
10319
10320 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10321 (caesar-translate-table, minor-modes, news-buffer-save)
10322 (news-group-name, news-minor-modes): Add defvars.
10323
10324 * emacs-lisp/lselect.el (mouse-highlight-priority)
10325 (x-lost-selection-functions, zmacs-regions):
10326 * emacs-lisp/pp.el (font-lock-verbose):
10327 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10328 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10329 (ses-mode-map):
10330 * emacs-lisp/tcover-unsafep.el (safe-functions):
10331 * international/mule-cmds.el (mac-system-coding-system)
10332 (mac-system-locale):
10333 * language/ethio-util.el (rmail-current-message)
10334 (rmail-message-vector):
10335 * language/thai-util.el (thai-auto-composition-mode):
10336 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10337 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10338 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10339 (vm-primary-inbox, vm-spool-files):
10340 * mail/rmail.el (deleted-head, font-lock-fontified)
10341 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10342 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10343 (total-messages):
10344 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10345 (rmail-summary-mode-map):
10346 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10347 (rmail-last-label, rmail-last-multi-labels)
10348 (rmail-summary-vector, rmail-total-messages):
10349 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10350 * mail/rmailsum.el (msgnum):
10351 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10352 (rmail-current-message):
10353 * obsolete/fast-lock.el (font-lock-face-list):
10354 * obsolete/rnewspost.el (mail-reply-buffer):
10355 * obsolete/scribe.el (compile-command):
10356 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10357
10358 2005-08-28 John Paul Wallington <jpw@gnu.org>
10359
10360 * ibuf-ext.el (ibuffer-auto-update-changed):
10361 Use `frame-or-buffer-changed-p' to check whether we need to update.
10362 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10363 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10364 as a `frame-or-buffer-changed-p' state vector instead.
10365
10366 2005-08-27 Romain Francoise <romain@orebokech.com>
10367
10368 * textmodes/makeinfo.el (makeinfo-compile):
10369 Use `compilation-start'. Set `next-error-function' according to
10370 `disable-errors'.
10371 (makeinfo-next-error): New function.
10372 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10373 (makeinfo-buffer): Likewise.
10374
10375 * progmodes/compile.el (compilation-start): Add autoload cookie.
10376
10377 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10378 * textmodes/sgml-mode.el: Likewise.
10379 * progmodes/python.el: Likewise.
10380
10381 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10382
10383 * simple.el (blink-matching-paren-distance): Document the meaning
10384 of nil value, and allow to customize to nil.
10385
10386 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10387 command.com, not command.exe.
10388
10389 2005-08-26 John Wiegley <johnw@newartisans.com>
10390
10391 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10392 code around a bit so that an extraneous nil argument is not added
10393 to a command when no args are given.
10394
10395 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10396 double-quoted argument resolves to nil, return it as an empty
10397 string rather than as nil. This made it impossible to pass "" to
10398 a shell script as a null string argument.
10399
10400 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10401
10402 * outline.el (outline-invent-heading): New fun.
10403 (outline-promote, outline-demote): Use it.
10404 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10405 (outline-end-of-subtree): Remove unused var `opoint'.
10406
10407 2005-08-26 David Reitter <david.reitter@gmail.com>
10408
10409 * menu-bar.el (truncate-lines, write-file, print-buffer)
10410 (ps-print-buffer-faces, ps-print-buffer, split-window):
10411 Disable menu items when the frame they refer to is invisible, or when
10412 they refer to a buffer and the minibuffer is selected.
10413
10414 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10415
10416 * progmodes/flymake.el (flymake-highlight-err-lines):
10417 Use save-excursion around flymake-highlight-line to preserve point.
10418
10419 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10420
10421 * progmodes/octave-mod.el: Change Author and Maintainer address.
10422 (octave-maintainer-address): Change Kurt's email address.
10423 * progmodes/octave-inf.el: Change Author and Maintainer address.
10424 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10425
10426 2005-08-26 Kim F. Storm <storm@cua.dk>
10427
10428 * subr.el (version-list-<, version-list-<=, version-list-=):
10429 Rename from integer-list-*.
10430 (version-list-not-zero): Likewise. Fix while loop.
10431 (version=): Use version-list-= instead of string-equal.
10432
10433 2005-08-26 Richard M. Stallman <rms@gnu.org>
10434
10435 * outline.el (outline-promote): Try shortening the heading.
10436 As last resort, read the heading to use.
10437 (outline-demote): As last resort, read the heading to use.
10438
10439 2005-08-26 Romain Francoise <romain@orebokech.com>
10440
10441 * progmodes/compile.el (compilation-start): Doc fix.
10442
10443 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10444 (antlr-font-lock-additional-keywords): Fix reference to
10445 `antlr-font-lock-literal-regexp' erroneously changed during the
10446 mass face rename.
10447 (antlr-run-tool): Use `compilation-start'.
10448
10449 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10450 instead of the obsolete `compile-internal'.
10451
10452 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10453
10454 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10455 (number, original-date):
10456 * calendar/cal-china.el (date):
10457 * calendar/cal-coptic.el (date):
10458 * calendar/cal-french.el (date):
10459 * calendar/cal-hebrew.el (date, entry, number, original-date):
10460 * calendar/cal-islam.el (date, number, original-date):
10461 * calendar/cal-iso.el (date):
10462 * calendar/cal-julian.el (date):
10463 * calendar/cal-mayan.el (date):
10464 * calendar/cal-menu.el (date, event):
10465 * calendar/cal-persia.el (date):
10466 * calendar/lunar.el (date):
10467 * calendar/solar.el (date): Add defvars.
10468
10469 * emerge.el:
10470 * ibuffer.el:
10471 * info-xref.el:
10472 * obsolete/bg-mouse.el:
10473 * obsolete/sun-curs.el:
10474 * obsolete/swedish.el: Move the `defvar's to the top level.
10475
10476 * smerge-mode.el (smerge-refined-change): Add :group.
10477
10478 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10479
10480 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10481 (smerge-keep-n): Remove props.
10482 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10483 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10484 now that it's done in smerge-keep-n.
10485 (smerge-refined-change): New face.
10486 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10487 (smerge-refine): New funs.
10488 (smerge-basic-map): Bind smerge-refine.
10489
10490 2005-08-25 Juri Linkov <juri@jurta.org>
10491
10492 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10493 compilation-process-setup-function and compilation-disable-input
10494 in grep-mode instead of let-bindings in grep.
10495
10496 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10497 Delete "Automatic File De/compression" (auto-compression-mode).
10498
10499 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10500
10501 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10502 Silence warning about non-existent variable.
10503
10504 2005-08-25 Richard M. Stallman <rms@gnu.org>
10505
10506 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10507 Rename "Describe Key" to "Describe Key or Mouse Operation".
10508
10509 * mail/mailalias.el (build-mail-aliases): Delete comments
10510 from the contents before processing them.
10511
10512 * isearch.el (isearch-edit-string): Erase the Search prompt
10513 if user enters an empty string and there is no default.
10514
10515 * comint.el (comint-file-name-prefix): Add autoload.
10516
10517 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10518
10519 * subr.el (play-sound): Rearrange to avoid warning.
10520
10521 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10522
10523 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10524 New hook.
10525 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10526
10527 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10528
10529 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10530
10531 * custom.el (custom-theme-set-variables): Sort minor modes last.
10532
10533 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10534
10535 * subr.el (version-separator, version-regexp-alist): New vars used by
10536 version comparison funs.
10537 (integer-list-<, integer-list-=, integer-list-<=)
10538 (integer-list-not-zero): New funs for integer list comparison.
10539 (version-to-list, version=, version<, version<=): New funs for version
10540 comparison.
10541
10542 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10543
10544 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10545 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10546 time to silence the byte-compiler.
10547
10548 * ibuffer.el (ibuffer-compile-make-eliding-form)
10549 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10550 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10551 so it's silly to get warnings for it).
10552 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10553 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10554 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10555 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10556 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10557 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10558 Defvar at compile time.
10559 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10560 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10561 Declare them before use.
10562
10563 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10564 (info-xref-good, info-xref-bad): Defvar at compile time.
10565
10566 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10567 Use `let*' instead of `let'.
10568
10569 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10570 (*mouse-y*, menu, char): Defvar at compile time.
10571 (sc::menu): Declare it before use.
10572 (sc::pack-one-line): Use `let', not `let*'.
10573
10574 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10575 (mail-send-hook): Defvar at compile time.
10576
10577 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10578 Defvar at compile time.
10579
10580 * term/sun-mouse.el (current-global-mousemap)
10581 (current-local-mousemap): Declare them before use.
10582
10583 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10584
10585 * bookmark.el (bookmark-after-jump-hook): New hook.
10586 (bookmark-jump): Run `bookmark-after-jump-hook'.
10587
10588 2005-08-23 Juri Linkov <juri@jurta.org>
10589
10590 * faces.el (minibuffer-prompt): Doc fix.
10591
10592 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10593
10594 * progmodes/xscheme.el: Trivial changes to silence warnings.
10595 (xscheme-previous-mode, xscheme-previous-process-state):
10596 Add defvars.
10597 (xscheme-last-input-end, xscheme-process-command-line)
10598 (xscheme-process-name, xscheme-buffer-name)
10599 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10600 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10601 (xscheme-control-g-synchronization-p)
10602 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10603 (default-xscheme-runlight, xscheme-runlight)
10604 (xscheme-runlight-string, xscheme-process-filter-state)
10605 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10606 Move to beginning of file.
10607 (scheme-interaction-mode-commands-alist)
10608 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10609 Declare them before use. Note: the initialization code for the variables
10610 has not been moved because it uses functions that reference the variables.
10611 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10612 (xscheme-prompt-for-expression-map): Declare them before use.
10613 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10614
10615 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10616
10617 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10618
10619 2005-08-22 Juri Linkov <juri@jurta.org>
10620
10621 * faces.el (set-face-underline): Delete this duplicate function
10622 and make an obsolete alias to set-face-underline-p.
10623 (set-face-underline-p): Use docstring of set-face-underline.
10624 (describe-face): Create hyperlink to parent face.
10625
10626 * info.el (Info-insert-dir): Use save-excursion around
10627 insert-buffer-substring.
10628 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10629 (Info-escape-percent): Delete function.
10630 (Info-fontify-node): Replace Info-escape-percent by
10631 replace-regexp-in-string with REP arg set to lambda that
10632 duplicates `%' and preserves text properties.
10633
10634 * progmodes/compile.el (compilation-disable-input): Doc fix.
10635 (define-compilation-mode): Doc fix and refill.
10636 (kill-compilation): Use `mode-name' in the error message.
10637 (compilation-find-file): Use `compilation-error' in the
10638 read-file-name's prompt.
10639
10640 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10641
10642 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10643 (smerge-auto-leave): Make undo re-enable the mode.
10644 (debug-ignored-errors): Add the user-error of impossible resolution.
10645 (smerge-resolve): Move things around a bit, in preparation for later.
10646 (smerge-diff): Don't fail if the buffer has no associated file.
10647 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10648 (smerge-conflict-overlay): New function.
10649 (smerge-match-conflict): Don't add text properties here.
10650 (smerge-find-conflict): Instead, add an overlay here.
10651 Also check for the case where we're inside a conflict already, so as to
10652 obviate the need for font-lock-multiline, which is unbearably slow with
10653 large conflicts and ciomplex font-lock patterns.
10654 (smerge-remove-props): Remove overlay rather than text-properties.
10655 (smerge-mode): Don't set font-lock-multiline.
10656 Remove overlays when turned off.
10657
10658 2005-08-21 Kim F. Storm <storm@cua.dk>
10659
10660 * ido.el (ido-ignore-item-p): Use save-match-data.
10661 Bind case-fold-search to ido-case-fold locally.
10662
10663 2005-08-20 Richard M. Stallman <rms@gnu.org>
10664
10665 * files.el (normal-mode): If font lock is on, turn it off and on.
10666
10667 * subr.el (replace-regexp-in-string): Doc fix.
10668
10669 * startup.el (command-line-1): Don't suppress startup screen
10670 due to existing processes.
10671
10672 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10673
10674 * progmodes/compile.el (compilation-disable-input): Default to nil.
10675
10676 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10677
10678 * progmodes/compile.el (compilation-disable-input): New defcustom.
10679 (compilation-start): If compilation-disable-input is non-nil, send
10680 EOF to the compilation process.
10681
10682 2005-08-20 Eli Zaretskii <eliz@gnu.org>
10683
10684 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10685 Run the argument of tex-shell-cd-command through
10686 convert-standard-filename, to get the correct style of slashes on
10687 Windows, and enclose the result in quotes, in case the file name
10688 includes whitespace or other special characters.
10689
10690 2005-08-19 Andreas Schwab <schwab@suse.de>
10691
10692 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10693 process.
10694
10695 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10696
10697 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10698
10699 2005-08-18 Kim F. Storm <storm@cua.dk>
10700
10701 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10702
10703 2005-08-18 Richard M. Stallman <rms@gnu.org>
10704
10705 * scroll-lock.el: New file.
10706
10707 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10708
10709 * dired.el (dired-move-to-end-of-filename):
10710 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10711
10712 2005-08-18 Kim F. Storm <storm@cua.dk>
10713
10714 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10715 rather than toggle mode when custom value is nil.
10716 (ido-everywhere): Fix defun doc string.
10717
10718 2005-08-17 Richard M. Stallman <rms@gnu.org>
10719
10720 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10721 as tag instead of "Inviolable".
10722
10723 2005-08-17 Kim F. Storm <storm@cua.dk>
10724
10725 * windmove.el (windmove-coordinates-of-position): Remove.
10726 (windmove-coordinates-of-window-position): Remove.
10727 (windmove-reference-loc): Use posn-at-point instead.
10728
10729 * subr.el (insert-for-yank-1): Doc fix.
10730
10731 * ido.el (ido-enter-matching-directory): Rename from
10732 ido-enter-single-matching-directory. Change `slash' choice to
10733 `only'. Add `first' choice.
10734 (ido-exhibit): Adapt to above changes.
10735
10736 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10737
10738 * Makefile.in: Expand comment about building loaddefs.el.
10739
10740 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
10741
10742 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10743 Comment use of defadvice.
10744
10745 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10746
10747 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10748
10749 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10750 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10751 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10752 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10753 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10754 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10755 for backward compatibility for faces that did not appear in the
10756 previous Emacs release.
10757
10758 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10759
10760 2005-08-15 Kim F. Storm <storm@cua.dk>
10761
10762 * emulation/cua-base.el (cua-delete-region): Return t if
10763 deleted region was non-empty.
10764 (cua-replace-region): Inhibit overwrite-mode for
10765 self-insert-command if replaced region was non-empty.
10766 (cua--explicit-region-start, cua--status-string): Make them
10767 buffer-local at top-level...
10768 (cua-mode): ...rather than when mode is enabled.
10769
10770 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10771
10772 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10773 Set t for Emacs 21, 22, and so on.
10774
10775 2005-08-15 David Ponce <david@dponce.com>
10776
10777 * tree-widget.el: Update Commentary header.
10778 (tree-widget-theme): Doc fix.
10779 (tree-widget-space-width): New option.
10780 (tree-widget-image-properties): Look up in the default theme too.
10781 (tree-widget--cursors): Only for images with arrow pointer shape.
10782 (tree-widget-lookup-image): Pointer shape is hand by default.
10783 (tree-widget-icon): Rename generic icon widget from
10784 `tree-widget-control'.
10785 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10786 derive from `tree-widget-icon'.
10787 (tree-widget-handle): Improve default look and feel of the text
10788 representation.
10789 (tree-widget): Rename :*-control properties to :*-icon properties.
10790 Add :action and :help-echo properties.
10791 (tree-widget-after-toggle-functions): Move.
10792 (tree-widget-close-node, tree-widget-open-node): Remove.
10793 (tree-widget-before-create-icon-functions): New hook.
10794 (tree-widget-value-create): Update to allow customization of icons
10795 and nodes at run-time via that new hook.
10796 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10797 (tree-widget-icon-action, tree-widget-icon-help-echo)
10798 (tree-widget-action, tree-widget-help-echo): New functions.
10799
10800 2005-08-15 Kim F. Storm <storm@cua.dk>
10801
10802 * ido.el (ido-buffer-internal): Use with-no-warnings.
10803 (ido-make-merged-file-list): Use while-no-input.
10804
10805 2005-08-15 Richard M. Stallman <rms@gnu.org>
10806
10807 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10808 (flyspell-large-region): Fix doc and custom type.
10809
10810 2005-08-14 Richard M. Stallman <rms@gnu.org>
10811
10812 * files.el (interpreter-mode-alist): Doc fix.
10813
10814 * mail/rmail.el (rmail-nonignored-headers): New variable.
10815 (rmail-clear-headers): Use it.
10816 (rmail-reply): Better handling of mail-followup-to header.
10817
10818 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10819 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10820 don't try to refer to executable-font-lock-keywords.
10821 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10822 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10823 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10824 (sh-mode): Set comment-start-skip, local-abbrev-table,
10825 imenu-case-fold-search.
10826 (sh-set-shell): Don't set them here.
10827 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
10828 Don't cache the results in the original alist; don't ever modify
10829 that alist.
10830
10831 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10832
10833 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10834 empty.
10835
10836 2005-08-15 Andreas Schwab <schwab@suse.de>
10837
10838 * desktop.el: Put autoload cookie at risky-local-variable declarations.
10839
10840 * dired.el, info.el, mail/rmail.el: Revert last change.
10841
10842 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10843
10844 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10845 modification in `eval-after-load' form.
10846 * info.el: Likewise.
10847 * mail/rmail.el: Likewise.
10848
10849 2005-08-14 Juri Linkov <juri@jurta.org>
10850
10851 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10852 Remove highlighting of "Compilation started". Highlight only
10853 the word "finished" in "Compilation finished". Add highlighting
10854 of "interrupt", "killed", "terminated" and the exit code.
10855 (compilation-start): Add newline after header. Use exactly the
10856 same time stamp format as the finishing message.
10857 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10858
10859 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10860 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10861 Add highlighting of "interrupt", "killed", "terminated".
10862
10863 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10864 enabled and the current command is self-insert-command, call it
10865 explicitly with overwrite-mode bound to nil, to not allow it
10866 to delete the character after the selected region.
10867
10868 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10869
10870 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10871 move-end-of-line, end-of-line, and beginning-of-line to the list
10872 of commands after which the echo area is updated.
10873
10874 2005-08-12 Eli Zaretskii <eliz@gnu.org>
10875
10876 * cus-edit.el (custom-save-all, custom-save-delete):
10877 Bind recentf-exclude to exclude custom-file.
10878
10879 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10880
10881 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10882 to go to the bottom of the mail message. Added to
10883 `rmail-summary-mode-map' with key "/".
10884 (rmail-summary-show-message): New (internal) function for use by
10885 both `rmail-summary-beginning/end-of-message'.
10886 (rmail-summary-beginning-of-message): Change to use
10887 rmail-summary-show-message.
10888
10889 * mail/rmail.el (rmail-end-of-message): New command to go to the
10890 end of the current message. Added to `rmail-mode-map' with key "/".
10891 (rmail-beginning-of-message): Fix to work as documented.
10892 (rmail-mode): Change documentation.
10893
10894 * progmodes/compile.el (compilation-start): Add the line
10895 "Compilation started" with compilation start time.
10896 (compilation-mode-font-lock-keywords): Add `started' to keywords.
10897
10898 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10899
10900 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10901 of menu items.
10902
10903 2005-08-11 Richard M. Stallman <rms@gnu.org>
10904
10905 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10906
10907 * battery.el (battery-status-function): Don't use ignore-errors.
10908
10909 2005-08-11 Lute Kamstra <lute@gnu.org>
10910
10911 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10912 define-obsolete-variable-alias.
10913
10914 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10915
10916 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10917 (ange-ftp-send-cmd): Revert last change, and expand
10918 the comment explaining the problem.
10919
10920 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10921
10922 * ldefs-boot.el: Update.
10923
10924 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10925 item to "Time, Load and Mail". Change help echo text.
10926
10927 * time.el (display-time-use-mail-icon, display-time-format)
10928 (display-time-string-forms): Shorten first line of docstrings.
10929
10930 2005-08-10 Lars Hansen <larsh@soem.dk>
10931
10932 * desktop.el (desktop-buffer-mode-handlers):
10933 Make non-customizable. Add autoload cookie. Change initial value to
10934 nil; add elements in respective modules instead. Fix doc string.
10935 (desktop-load-file): New function.
10936 (desktop-minor-mode-handlers): New autoloaded variable.
10937 (desktop-create-buffer): Call minor mode handlers.
10938 Use desktop-load-file to load major and minor mode modules prior to
10939 checking for a handler.
10940 (desktop-save): Don't add nil to desktop-minor-modes for minor
10941 modes with nil function in desktop-minor-mode-table. Don't delete
10942 desktop file before rewriting it.
10943 (desktop-locals-to-save): Add autoload cookie. Don't make
10944 automatically buffer-local. Add variables column-number-mode,
10945 size-indication-mode, indent-tabs-mode,
10946 indicate-buffer-boundaries, indicate-empty-lines and
10947 show-trailing-whitespace.
10948 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10949 regexps. Don't use desktop-clear-preserve-buffers-regexp.
10950 (desktop-clear-preserve-buffers-regexp): Delete.
10951 (desktop-clear-preserve-buffers): Update initial value and docstring.
10952 (desktop-save-buffer): Fix doc string.
10953
10954 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10955 (hilit-chg-desktop-restore): New function.
10956 (highlight-changes-mode): Add highlight-changes-mode to
10957 desktop-locals-to-save.
10958
10959 * dired.el: Add handler to desktop-buffer-mode-handlers.
10960 (dired-restore-desktop-buffer): Remove autoload cookie.
10961 (dired-mode): Add autoload cookie.
10962
10963 * info.el: Add handler to desktop-buffer-mode-handlers.
10964 (Info-restore-desktop-buffer): Remove autoload cookie.
10965 (Info-mode): Add autoload cookie.
10966
10967 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10968 (mh-restore-desktop-buffer): Remove autoload cookie.
10969 (mh-folder-mode): Add autoload cookie.
10970
10971 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10972 (rmail-restore-desktop-buffer): Remove autoload cookie.
10973
10974 2005-08-11 Masatake YAMATO <jet@gyve.org>
10975
10976 * hexl.el (hexl-address-region):
10977 (hexl-ascii-region, hexl-font-lock-keywords):
10978 (hexl-highlight-line-range): Use the term "region"
10979 instead of "area" for consistency with the other symbols
10980 defined in hexl.el.
10981
10982 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10983
10984 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10985 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10986 out by Juri Linkov). Add `display-battery-mode'.
10987
10988 2005-08-09 Juri Linkov <juri@jurta.org>
10989
10990 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10991 Remove `-text' from face variable names.
10992 (compilation-error-file-name, compilation-warning-file-name)
10993 (compilation-info-file-name): Delete faces.
10994 (compilation-line-number, compilation-column-number):
10995 Remove face underlining.
10996 (compilation-message-face): Set to `underline' value by default.
10997 (compilation-error-face, compilation-warning-face)
10998 (compilation-info-face): Remove `-file-name' from face names.
10999 (compilation-error-text-face, compilation-warning-text-face)
11000 (compilation-info-text-face): Delete face variables.
11001 (compilation-text-face): Delete function.
11002
11003 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
11004 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
11005 (grep-error-face): Set to `compilation-error' instead of
11006 `compilation-error-face' (which is redefined to `grep-hit-face' in
11007 grep buffers).
11008 (grep-mode-font-lock-keywords): Remove `-text' from face variable
11009 names. Use `grep-error-face' instead of `compilation-error-text-face'.
11010
11011 * dired-aux.el (dired-do-query-replace-regexp):
11012 Use `query-replace-read-args'.
11013
11014 * replace.el (query-replace-read-from, query-replace-read-to)
11015 (query-replace-read-args): Rename arg `string' to `prompt'.
11016
11017 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
11018
11019 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
11020
11021 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
11022 uploading files.
11023 (ange-ftp-canonize-filename): Handle file names beginning with ~
11024 correctly.
11025
11026 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11027
11028 * textmodes/fill.el (canonically-space-region)
11029 (fill-context-prefix, fill-french-nobreak-p)
11030 (fill-delete-newlines, fill-comment-paragraph)
11031 (justify-current-line): "?\ " -> "?\s".
11032
11033 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11034
11035 * textmodes/fill.el (fill-nonuniform-paragraphs):
11036 Improve argument/docstring consistency.
11037
11038 2005-08-09 Richard M. Stallman <rms@gnu.org>
11039
11040 * textmodes/ispell.el (ispell-word): More fboundp checks.
11041
11042 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11043 (find-file-noselect-1): Call it here, only if RAWFILE.
11044 (normal-mode): Always set some major mode.
11045 (save-some-buffers-action-alist): Change some explanation strings.
11046 (file-name-non-special): In the `quote' method, use unwind-protect.
11047
11048 2005-08-09 Magnus Henoch <mange@freemail.hu>
11049
11050 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11051 (ispell-have-aspell-dictionaries): New variable.
11052 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11053 (ispell-get-aspell-config-value): New function.
11054 (ispell-aspell-find-dictionary): New function.
11055 (ispell-aspell-add-aliases): New function.
11056 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11057 appropriate. Don't look for ispell dictionaries if we use aspell.
11058 (ispell-menu-map): Don't build a submenu of dictionaries.
11059
11060 2005-08-09 Richard M. Stallman <rms@gnu.org>
11061
11062 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11063 (sql-read-passwd): Use read-passwd.
11064
11065 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11066 (idlwave-toolbar-is-possible): Add defvars.
11067
11068 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11069 Avoid warnings.
11070
11071 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11072 (idlwave-system-class-info, idlwave-executive-commands-alist):
11073 Use defvar.
11074
11075 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11076
11077 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11078 Avoid warnings.
11079
11080 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11081 and content-type: headers.
11082
11083 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11084
11085 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11086 and rename some of them to be more self-explanatory.
11087
11088 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11089
11090 * startup.el (command-line-1): Implement -scriptload.
11091
11092 * replace.el (occur-engine): Initial *Occur* output not undoable.
11093
11094 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11095 and improve help strings.
11096
11097 * isearch.el (isearch-repeat): When changing direction,
11098 mark search successful.
11099
11100 * ediff-init.el: Use (featurep 'xemacs).
11101
11102 * comint.el (send-invisible): Identify buffer, if not selected.
11103
11104 * align.el: Delete autoload for c-guess-basic-syntax.
11105
11106 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11107
11108 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11109 Improve argument/docstring consistency. Doc fixes.
11110 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11111 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11112 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11113 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11114 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11115 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11116 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11117 Defvar at compile time.
11118
11119 2005-08-09 Juri Linkov <juri@jurta.org>
11120
11121 * info.el: Replace `info' with upper-case `Info' where appropriate.
11122 (info-title-1, info-title-2, info-title-3, info-title-4)
11123 (info-menu-header): Move up face definitions.
11124 (info-menu-star): Rename from `info-menu-5'.
11125 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11126 (Info-fontify-visited-nodes): Fix docstring.
11127 (Info-hide-note-references): Fix docstring.
11128 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11129 menu items in the same way as on cross-references.
11130 (info-apropos): Fix sorting order and formatting to be like in the
11131 stand-alone Info browser. Display error messages for 1 sec.
11132 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11133 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11134 from the menu bar.
11135 (Info-insert-dir): Restore point after calling
11136 `insert-buffer-substring'.
11137
11138 2005-08-08 Richard M. Stallman <rms@gnu.org>
11139
11140 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11141 (recompute-lucid-menubar): Add defvars.
11142
11143 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11144
11145 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11146
11147 * net/net-utils.el (run-dig): Rename from `dig'.
11148
11149 * play/gametree.el (gametree-mode): Use make-local-variable,
11150 not make-variable-buffer-local.
11151
11152 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11153
11154 * ansi-color.el (ansi-color-make-extent)
11155 (ansi-color-set-extent-face): Use fboundp, not functionp.
11156
11157 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11158 not make-variable-buffer-local.
11159
11160 * bookmark.el (Info-current-file): Add defvar.
11161 (bookmark-jump-noselect): Use with-no-warnings.
11162
11163 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11164
11165 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11166
11167 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11168
11169 * find-file.el (ada-procedure-start-regexp)
11170 (ada-package-start-regexp): Add defvars.
11171
11172 * info.el (Info-insert-dir): Use insert-buffer-substring.
11173
11174 * xml.el (xml-att-def-re): Add defvar.
11175
11176 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11177 calling convention.
11178
11179 * subr.el (while-no-input): Return t if there is input.
11180
11181 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11182
11183 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11184
11185 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11186
11187 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11188 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11189
11190 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11191
11192 * cmuscheme.el (scheme-start-file): Replace reference to
11193 `user-emacs-directory' by "~/.emacs.d/".
11194
11195 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11196
11197 * info.el (Info-dir-remove-duplicates): Avoid case folding
11198 in loop; instead, keep downcased strings for comparison.
11199 Suggested by Helmut Eller.
11200
11201 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11202
11203 Sync with Tramp 2.0.50.
11204
11205 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11206 XEmacs case; not necessary anymore.
11207 (tramp-user-regexp): Allow "@" as part of user name.
11208 (tramp-handle-set-visited-file-modtime)
11209 (tramp-handle-insert-file-contents)
11210 (tramp-handle-write-region): No special handling for
11211 `last-coding-system-used, because this is done in
11212 `tramp-accept-process-output' now.
11213 (tramp-accept-process-output): New defun.
11214 (tramp-process-one-action, tramp-process-one-multi-action)
11215 (tramp-wait-for-regexp, tramp-wait-for-output)
11216 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11217 Howells <dhowells@redhat.com>.
11218 (clear-visited-file-modtime): Defadvice removed. The check for
11219 unset buffer's modtime does not need to be based on
11220 `tramp-buffer-file-attributes'. Suggested by RMS.
11221 (tramp-message): Insert "\n" if not being at beginning of line.
11222 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11223 sequence with same logic.
11224 (tramp-completion-handle-expand-file-name): Discard call of
11225 `tramp-drop-volume-letter'. It is not necessary, and there have
11226 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11227 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11228 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11229 should always be visible.
11230 (tramp-handle-insert-directory, tramp-setup-complete)
11231 (tramp-set-process-query-on-exit-flag)
11232 (tramp-append-tramp-buffers): Pacify byte-compiler.
11233 (tramp-bug): Delete non-existing variables from list.
11234 Apply `tramp-load-report-modules' as pre-hook.
11235 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11236 `shell-prompt-pattern' because of non-7bit characters.
11237 Reported by Sebastian Luque <sluque@mun.ca>.
11238 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11239 (tramp-match-string-list): Remove function.
11240 (tramp-wait-for-regexp): Remove call of that function.
11241 Suggested by Kim F. Storm <storm@cua.dk>.
11242 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11243 instead of octal character code ?\600. The latter resulted in a
11244 syntax error with XEmacs.
11245
11246 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11247 XEmacs case; not necessary anymore.
11248 (tramp-smb-handle-write-region): No special handling for
11249 `last-coding-system-used, because this is done in
11250 `tramp-accept-process-output' now.
11251 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11252
11253 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11254
11255 * wid-edit.el (widget-choice-value-create):
11256 Unconditionally respect user choice. Set :explicit-choice back to nil
11257 when no longer needed.
11258 (widget-choice-action): Unconditionally respect user choice.
11259 Eliminate :explicit-choice-value.
11260
11261 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11262
11263 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11264 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11265 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11266 running new function `toggle-indicate-empty-lines'.
11267 Rename "Customize" item to "Customize fringe".
11268 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11269 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11270 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11271 Delete "Empty lines only" item.
11272 (menu-bar-showhide-fringe-ind-customize): New function.
11273 (menu-bar-showhide-fringe-ind-mixed)
11274 (menu-bar-showhide-fringe-ind-box)
11275 (menu-bar-showhide-fringe-ind-right)
11276 (menu-bar-showhide-fringe-ind-left)
11277 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11278 instead of `fringe-indicators'.
11279
11280 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11281
11282 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11283 Change the date of last update.
11284
11285 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11286
11287 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11288 (viper-exec-yank, viper-put-back): Don't display modification msg
11289 if in the minibuffer.
11290
11291 * viper-init.el (viper-replace-overlay-cursor-color)
11292 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11293 Make variables frame local.
11294
11295 * viper-util.el (viper-append-filter-alist): Use append instead of
11296 nconc.
11297
11298 * viper.el (viper-vi-state-mode-list)
11299 (viper-emacs-state-mode-list): Move help-mode and
11300 completion-list-mode from the first list to the second.
11301 (viper-mode): Docstring.
11302 (viper-go-away, viper-non-hook-settings): Don't localize
11303 minor-mode-alist in newer Emacsen. Add advice to
11304 set-cursor-color. Don't bind "\C-c\\".
11305
11306 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11307
11308 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11309 (scheme-macro-expand-command): New user options.
11310 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11311 (scheme-form-at-point, scheme-start-file)
11312 (scheme-interactively-start-process): New functions.
11313 (scheme-get-process): New function, extracted from `scheme-proc'.
11314 (run-scheme): Call `scheme-start-file' to get start file, and pass
11315 it to `make-comint'.
11316 (switch-to-scheme, scheme-proc):
11317 Call `scheme-interactively-start-process' if no Scheme buffer/process
11318 is available.
11319
11320 2005-08-06 Juri Linkov <juri@jurta.org>
11321
11322 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11323 Use `compilation-text-face', `compilation-info-text-face' and
11324 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11325 (compilation-error): New face.
11326 (compilation-error-file-name): Inherit from
11327 `compilation-error' instead of `font-lock-warning-face'.
11328 (compilation-warning-file-name): Inherit from
11329 `compilation-warning' instead of `font-lock-warning-face'.
11330 (compilation-info, compilation-error-file-name)
11331 (compilation-warning-file-name, compilation-info-file-name)
11332 (compilation-line-number, compilation-column-number): Doc fix.
11333 (compilation-error-text-face, compilation-warning-text-face)
11334 (compilation-info-text-face): New face variables.
11335 (compilation-line-face, compilation-column-face)
11336 (compilation-enter-directory-face)
11337 (compilation-leave-directory-face): Doc fix.
11338 (compilation-text-face): New function.
11339
11340 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11341 instead of 1 to display binary file names as info file links.
11342 (grep-error-face): Use `compilation-error-face' instead of
11343 `font-lock-keyword-face'.
11344 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11345 and `compilation-warning-text-face' instead of
11346 `font-lock-keyword-face'. Use `compilation-error-text-face'
11347 instead of `grep-error-face'.
11348
11349 2005-08-05 Kenichi Handa <handa@m17n.org>
11350
11351 * international/code-pages.el: Add autoload cookies for all coding
11352 systems.
11353
11354 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11355
11356 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11357
11358 2005-08-04 Juri Linkov <juri@jurta.org>
11359
11360 * progmodes/compile.el (compilation-mode-map):
11361 * progmodes/grep.el (grep-mode-map):
11362 Bind TAB to `compilation-next-error' and [backtab] to
11363 `compilation-previous-error'.
11364
11365 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11366 matching line numbers, column numbers and their ranges with regexp
11367 matching only line numbers.
11368 (grep-context-face): New face variable.
11369 (grep-mode-font-lock-keywords): Use it.
11370
11371 * faces.el (read-face-name): Delete duplicate faces.
11372
11373 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11374
11375 * thumbs.el (thumbs-find-image): Don't make variables
11376 automatically buffer local.
11377 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11378 (thumbs-image-num): Make automatically buffer local.
11379 (thumbs-show-thumbs-list): Use `make-local-variable', not
11380 `make-variable-buffer-local'.
11381 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11382
11383 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11384 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11385 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11386 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11387 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11388 (feelings-about, foullst, found, hello, history, howareyoulst)
11389 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11390 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11391 (neglst, obj, object, owner, please, problems, qlist)
11392 (random-adjective, relation, remlst, repetitive-shortness)
11393 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11394 (shortlst, something, sportslst, stallmanlst, states, subj)
11395 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11396 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11397 Defvar at compile time.
11398
11399 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11400 not `make-variable-buffer-local'.
11401
11402 2005-08-02 Kim F. Storm <storm@cua.dk>
11403
11404 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11405 rectangle overlay in selected window.
11406
11407 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11408
11409 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11410 instead of display group. Make `indicate-buffer-boundaries'
11411 customizable through Custom.
11412
11413 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11414
11415 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11416 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11417 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11418 (gdb-put-string): Fix typos in docstrings.
11419
11420 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11421
11422 Update copyright notices of files in progmodes directory for
11423 release of Emacs 22.1.
11424
11425 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11426
11427 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11428 Don't barf if the GUD buffer has been killed.
11429
11430 2005-08-01 Kim F. Storm <storm@cua.dk>
11431
11432 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11433
11434 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * simple.el (next-error-follow-minor-mode):
11437 make-variable-buffer-local -> make-local-variable.
11438
11439 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11440
11441 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11442 (byte-compile-form-make-variable-buffer-local): New functions to warn
11443 about misuses of make-variable-buffer-local where make-local-variable
11444 was meant.
11445
11446 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11447
11448 * bs.el (bs-attributes-list): Doc fix.
11449 (bs): Update url-link.
11450
11451 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11452 (desktop-load-default): Simplify.
11453
11454 * ibuffer.el (ibuffer-columnize-and-insert-list)
11455 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11456 (ibuffer-unmark-all, ibuffer-toggle-marks)
11457 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11458 (ibuffer-compile-make-format-form, ibuffer-format-column)
11459 (ibuffer-current-buffers-with-marks)
11460 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11461 (ibuffer): Doc fix.
11462 (ibuffer-mode): Fix typo in docstring.
11463 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11464 with `define-obsolete-variable-alias'.
11465 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11466
11467 2005-07-29 Kenichi Handa <handa@m17n.org>
11468
11469 * international/mule-cmds.el (select-message-coding-system):
11470 Be sure to use LF for end-of-line. If no coding system is decided,
11471 return iso-8859-1-unix.
11472
11473 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11476 (ange-ftp-pending-error-line): New vars.
11477 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11478 to handle the non-fatal no-route-to-host messages.
11479 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11480
11481 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11482
11483 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11484 (isearch-quote-char, isearch-printing-char)
11485 (isearch-text-char-description): "?\ " -> "?\s".
11486 (isearch-lazy-highlight-cleanup)
11487 (isearch-lazy-highlight-initial-delay)
11488 (isearch-lazy-highlight-interval)
11489 (isearch-lazy-highlight-max-at-a-time)
11490 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11491 Declare with define-obsolete-*-alias macros.
11492 (isearch-forward): Fix typo in docstring.
11493 (search-invisible, search-ring-yank-pointer)
11494 (regexp-search-ring-yank-pointer): Doc fixes.
11495
11496 * recentf.el (recentf-menu-append-commands-p): Declare with
11497 `define-obsolete-variable-alias'.
11498 (recentf-max-saved-items, recentf-menu-filter)
11499 (recentf-arrange-by-rule-subfilter): Doc fixes.
11500 (recentf-menu-append-commands-flag)
11501 (recentf-initialize-file-name-history, recentf-expand-file-name)
11502 (recentf-clear-data): Fix typos in docstrings.
11503
11504 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11505
11506 * progmodes/gdb-ui.el: Smarten comments.
11507 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11508
11509 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11510
11511 * term/apollo.el (terminal-init-apollo): New function containing
11512 all former top level forms in the file.
11513 * term/bobcat.el (terminal-init-bobcat):
11514 * term/cygwin.el (terminal-init-cygwin):
11515 * term/iris-ansi.el (terminal-init-iris-ansi):
11516 * term/linux.el (terminal-init-linux):
11517 * term/news.el (terminal-init-news):
11518 * term/rxvt.el (terminal-init-rxvt):
11519 * term/sun.el (terminal-init-sun):
11520 * term/tvi970.el (terminal-init-tvi970):
11521 * term/vt100.el (terminal-init-vt100):
11522 * term/vt102.el (terminal-init-vt102):
11523 * term/vt125.el (terminal-init-vt125):
11524 * term/vt200.el (terminal-init-vt200):
11525 * term/vt201.el (terminal-init-vt201):
11526 * term/vt220.el (terminal-init-vt220):
11527 * term/vt240.el (terminal-init-vt240):
11528 * term/vt300.el (terminal-init-vt300):
11529 * term/vt320.el (terminal-init-vt320):
11530 * term/vt400.el (terminal-init-vt400):
11531 * term/vt420.el (terminal-init-vt420):
11532 * term/wyse50.el (terminal-init-wyse50):
11533 * term/xterm.el (terminal-init-xterm): Likewise.
11534
11535 * term/README: Describe the terminal-init-* functionality.
11536
11537 * startup.el (command-line): After loading the terminal initialization
11538 file call the corresponding terminal initialization function.
11539
11540 2005-07-27 Kenichi Handa <handa@m17n.org>
11541
11542 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11543 negative.
11544
11545 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11546 (ps-mule-composition-prologue): Fix for the case that
11547 RelativeCompose is false.
11548
11549 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11550
11551 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11552
11553 * descr-text.el (describe-char): Handle the case where the list of
11554 chars is displayed in a separate frame.
11555 Be a bit more discriminating when looking for the char.
11556
11557 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11558
11559 * bookmark.el (bookmark-automatically-show-annotations)
11560 (bookmark-read-annotation-text-func): Doc fixes.
11561 (bookmark-save): Improve argument/docstring consistency.
11562 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11563 (bookmark-alist-from-buffer)
11564 (bookmark-upgrade-file-format-from-0)
11565 (bookmark-grok-file-format-version)
11566 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11567 (bookmark-read-annotation-mode)
11568 (bookmark-insert-current-bookmark, bookmark-jump)
11569 (bookmark-exit-hook): Fix typos in docstrings.
11570 (bookmark-exit-hooks): Define as obsolete alias.
11571 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11572 not `bookmark-exit-hooks'. Fix docstring.
11573 (bookmark-bmenu-select): "?\ " -> "?\s".
11574
11575 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11576
11577 * startup.el (command-line): Fix typo.
11578
11579 2005-07-24 Richard M. Stallman <rms@gnu.org>
11580
11581 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11582 not emacs-quick-startup.
11583
11584 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11585
11586 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11587 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11588 instead of `reb-with-current-window'.
11589 (reb-prev-match): Likewise. Also, don't move left if the search
11590 was unsuccessful.
11591 (reb-initialize-buffer): New function.
11592 (re-builder, reb-change-syntax): Use it.
11593
11594 * man.el (Man-goto-page): Make second argument NOERROR optional.
11595
11596 2005-07-23 Richard M. Stallman <rms@gnu.org>
11597
11598 * man.el (Man-bgproc-sentinel): Check here for failure to find
11599 any man page in the output, and report the error here.
11600 (Man-arguments): Make it permanent local.
11601 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11602 (Man-mode): Pass t for NOERROR.
11603
11604 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11605 (grep-mode-font-lock-keywords):
11606 Don't use compilation-...-face for messages that are not file names.
11607
11608 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11609 Don't use compilation-...-face for messages that are not file names.
11610
11611 2005-07-22 Juri Linkov <juri@jurta.org>
11612
11613 * startup.el (normal-splash-screen): Update menu name.
11614
11615 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11616
11617 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11618
11619 * term/xterm.el: Load term/rxvt if the terminal is actually an
11620 rxvt terminal.
11621 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11622
11623 * term/rxvt.el (function-key-map): Use substitute-key-definition
11624 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11625
11626 * term/cygwin.el: New file.
11627
11628 2005-07-22 Kim F. Storm <storm@cua.dk>
11629
11630 * image-file.el (insert-image-file, image-file-yank-handler):
11631 Fix last change to maintain a (unique) yank-handler on yanked images.
11632
11633 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11634
11635 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11636 of the file size (as in "177B" for 177 bytes). This happens with
11637 "ls -lh" on FreeBSD.
11638
11639 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11640
11641 * hilit-chg.el (highlight-changes-global-initial-state)
11642 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11643 (hilit-chg-fixup, highlight-changes-mode):
11644 Fix typos in docstrings.
11645 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11646 Doc fixes.
11647
11648 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11649
11650 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11651 mode function using `eval-after-load'.
11652
11653 2005-07-21 Kim F. Storm <storm@cua.dk>
11654
11655 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11656 included when reporting an emacs crash, and tell about the DEBUG file.
11657
11658 * image-file.el (insert-image-file): Add yank-handler.
11659 (image-file-yank-handler): Yank handler to make unique copies of
11660 images when they are yanked into a buffer next to each other.
11661
11662 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11663
11664 * comint.el (comint-use-prompt-regexp, comint-send-input)
11665 (comint-source-default, comint-extract-string)
11666 (comint-get-source, comint-word, comint-completion)
11667 (comint-source, comint-prompt-read-only, comint-update-fence):
11668 Fix typos in docstrings.
11669 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11670 Declare with define-obsolete-*-alias macros.
11671 (comint-previous-matching-input-from-input)
11672 (comint-next-matching-input-from-input)
11673 (comint-previous-matching-input, comint-next-matching-input)
11674 (comint-forward-matching-input):
11675 Improve argument/docstring consistency.
11676
11677 * desktop.el (desktop-clear-preserve-buffers-regexp):
11678 Also preserve the *server* buffer.
11679
11680 * simple.el (clone-indirect-buffer): Doc fix.
11681 (fixup-whitespace, just-one-space)
11682 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11683 (next-error, next-error-highlight)
11684 (next-error-highlight-no-select, next-error-last-buffer)
11685 (next-error-buffer-p, next-error-find-buffer, next-error)
11686 (previous-error, next-error-no-select, previous-error-no-select)
11687 (open-line, split-line, minibuffer-prompt-width, kill-new)
11688 (binary-overwrite-mode): Fix typos in docstrings.
11689 (set-fill-column): Fix typo in message.
11690
11691 * skeleton.el (skeleton-proxy-new): Doc fix.
11692
11693 * strokes.el (strokes-load-hook): Doc fix.
11694 (strokes-grid-resolution, strokes-get-grid-position)
11695 (strokes-renormalize-to-grid, strokes-read-stroke)
11696 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11697 (strokes-global-map): Fix typos in docstrings.
11698 (strokes-help): Doc fix. Fix help message and pass it through
11699 `substitute-command-keys'.
11700
11701 * tempo.el (tempo-insert-prompt, tempo-interactive)
11702 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11703 (tempo-insert-string-functions, tempo-local-tags)
11704 (tempo-define-template, tempo-insert-template)
11705 (tempo-insert-prompt-compat, tempo-is-user-element)
11706 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11707 Fix typos in docstrings.
11708
11709 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11710 (vcursor-key-bindings, vcursor-use-vcursor-map)
11711 (vcursor-find-window, vcursor-scroll-down)
11712 (vcursor-disable, vcursor-beginning-of-buffer)
11713 (vcursor-end-of-buffer): Fix typos in docstrings.
11714 (vcursor-relative-move, vcursor-get-char-count):
11715 Improve argument/docstring consistency.
11716
11717 * version.el: "?\ " -> "?\s".
11718
11719 * wid-edit.el (widget-default-create, widget-after-change)
11720 (widget-default-format-handler, widget-checklist-add-item)
11721 (widget-radio-add-item, widget-choose, widget-specify-secret)
11722 (widget-field-value-create, widget-field-value-get)
11723 (widget-editable-list-format-handler)
11724 (widget-editable-list-entry-create, widget-group-value-create)
11725 (widget-documentation-link-add)
11726 (widget-documentation-string-value-create): "?\ " -> "?\s".
11727 (widget-convert-text): Doc fix.
11728 (widget-narrow-to-field, widget-field-find)
11729 (widget-url-link-action, widget-emacs-library-link-action)
11730 (widget-color-notify): Fix typos in docstrings.
11731
11732 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11733 (x-select-text, set-w32-system-coding-system)
11734 (w32-add-charset-info): Fix typos in docstrings.
11735
11736 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11737 (cua-enable-cua-keys, cua-use-hyper-key)
11738 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11739 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11740
11741 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11742
11743 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11744 `defalias' instead of faking it.
11745
11746 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11747 (eshell-ls-missing, eshell-ls-dired-initial-args)
11748 (eshell-ls-use-in-dired): Fix typos in docstrings.
11749
11750 2005-07-20 Kim F. Storm <storm@cua.dk>
11751
11752 * emulation/cua-base.el (cua-mode): Improve doc string.
11753
11754 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
11755
11756 * abbrev.el (expand-region-abbrevs): Doc fix.
11757 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11758 Improve argument/docstring consistency.
11759
11760 * arc-mode.el (archive-get-descr, archive-alternate-display):
11761 Doc fixes.
11762 (archive-l-e): Improve argument/docstring consistency.
11763 (archive-tmpdir, archive-unixdate, archive-unixtime)
11764 (archive-chmod-entry): Fix typos in docstrings.
11765 (archive-unflag, archive-unflag-backwards)
11766 (archive-unmark-all-files): "?\ " -> "?\s".
11767
11768 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11769 (Buffer-menu-not-modified, Buffer-menu-execute)
11770 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11771 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11772
11773 * composite.el (compose-string, encode-composition-rule)
11774 (compose-last-chars): Fix typos in docstrings.
11775
11776 * desktop.el (desktop-enable, desktop-basefilename):
11777 Declare with `define-obsolete-variable-alias'.
11778 (desktop-internal-v2s): Don't quote keywords.
11779 (desktop-clear): "?\ " -> "?\s".
11780
11781 * dired.el (dired-align-file, dired-flag-backup-files)
11782 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11783 (dired-listing-switches, dired-ls-F-marks-symlinks)
11784 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11785 (dired-directory, dired-faces, dired, dired-revert)
11786 (dired-mode, dired-summary, dired-view-file)
11787 (dired-copy-filename-as-kill, dired-delete-file)
11788 (dired-no-confirm, dired-unmark-all-marks)
11789 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11790 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11791 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11792 Fix typos in message strings.
11793
11794 * dired-x.el (virtual-dired): Declare with `defalias'.
11795 (dired-mark-unmarked-files, dired-local-variables-file)
11796 (dired-omit-here-always): Doc fix.
11797 (dired-omit-mode, dired-find-subdir)
11798 (dired-enable-local-variables, dired-clean-up-buffers-too)
11799 (dired-extra-startup, dired-mark-extension, dired-jump)
11800 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11801 (dired-smart-shell-command, dired-guess-shell-alist-user)
11802 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11803 (dired-x-bind-find-file, dired-x-submit-report):
11804 Fix typos in docstrings.
11805 (dired-mark-unmarked-files): "?\ " -> "?\s".
11806
11807 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11808
11809 * faces.el (describe-face): "?\ " -> "?\s".
11810 (read-all-face-attributes, read-face-font, modify-face)
11811 (face-attr-construct, italic): Fix typos in docstrings.
11812 (frame-update-face-colors): Declare with
11813 `define-obsolete-function-alias'.
11814
11815 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11816 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11817 (magic-mode-alist, buffer-file-numbers-unique)
11818 (write-file-functions, get-free-disk-space):
11819 Fix typos in docstrings.
11820 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11821 (write-contents-hooks, write-file-hooks):
11822 Declare with `define-obsolete-variable-alias'.
11823
11824 * forms-d2.el (arch-rj): Fix typo in docstrings.
11825 (arch-tocol): Likewise. "?\ " -> "?\s".
11826
11827 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11828 Fix typo in docstring.
11829 (set-screen-width, set-screen-height): Delete redundant info in
11830 doctrings.
11831 (new-frame, screen-height, screen-width): Declare with
11832 `define-obsolete-function-alias'.
11833 (delete-frame-hook, blink-cursor): Declare with
11834 `define-obsolete-variable-alias'.
11835
11836 * paths.el (prune-directory-list): Fix typos in docstring.
11837
11838 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11839 (cvs-prefix-get): Fix typos in docstrings.
11840
11841 * ps-print.el (ps-extend-face-list, ps-extend-face)
11842 (ps-print-background-image): Fix typos in docstrings.
11843 (ps-default-fg, ps-default-bg): Doc fixes.
11844
11845 * s-region.el (s-region-bind): Doc fix.
11846 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11847
11848 * textmodes/org.el (org-table-formula-substitute-names)
11849 (org-table-get-vertical-vector): Doc fixes.
11850 (org-table-recalculate): Remove unused argument to `message'.
11851
11852 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
11853
11854 * textmodes/org.el (org-table-column-names)
11855 (org-table-column-name-regexp)
11856 (org-table-named-field-locations): New variables.
11857 (org-archive-subtree): Protect `this-command' when calling
11858 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11859 the kill buffer.
11860 (org-complete): Remove fixed-formula completion.
11861 (org-edit-formulas-map): New variable.
11862 (org-table-edit-formulas): New command.
11863 (org-finish-edit-formulas, org-abort-edit-formulas)
11864 (org-show-variable, org-table-get-vertical-vector): New functions.
11865 (org-table-maybe-eval-formula): Handle `:=' fields.
11866 (org-table-get-stored-formulas, org-table-store-formulas)
11867 (org-table-get-formula, org-table-modify-formulas)
11868 (org-table-replace-in-formulas): Handle named field formulas.
11869 (org-table-get-specials): Store locations of named fields.
11870
11871 2005-07-19 Juri Linkov <juri@jurta.org>
11872
11873 * progmodes/grep.el (grep-regexp-alist)
11874 (grep-mode-font-lock-keywords, grep-process-setup):
11875 Use default GNU grep match color "01;31m" instead of "01;41m".
11876 (grep-regexp-alist, grep-mode-font-lock-keywords):
11877 Use `\\[[0-9]*m' instead of `\\[00m'.
11878 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11879 sgr_start where its handling is more important. Use the real
11880 length of sgr_start instead of constant 8.
11881 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11882 specially. Delete all remaining escape sequences.
11883 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11884 (grep-regexp-alist): Make hyperlink only for binary file name
11885 instead of the whole line.
11886 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11887 (grep-mode): Add autoload.
11888
11889 * emacs-lisp/find-func.el (find-function-regexp):
11890 Add `define-compilation-mode'.
11891
11892 2005-07-19 Juri Linkov <juri@jurta.org>
11893
11894 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11895 (compare-windows-sync-string-size, compare-windows-recenter)
11896 (compare-windows-highlight, compare-windows): Add version 22.1.
11897 (compare-windows) <defface>: Inherit from lazy-highlight instead
11898 of duplicating its default value.
11899
11900 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11901 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11902
11903 * descr-text.el (describe-char): Create link buttons for `charset'
11904 and `code point'. Add the current input method name with a link
11905 button to `to input' field. Print face names of display table
11906 characters in `The display table entry is displayed by' section
11907 instead of printing face-id in the `display' field.
11908 Guess hardcoded faces and create a link button for them.
11909 Skip empty fields when calculating max-width.
11910 Treat `widget-create' specially while inserting strings from the
11911 collected field list.
11912 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11913
11914 * diff-mode.el (diff-file-header): Change foreground color from
11915 yellow to green on light backgrounds.
11916 (diff-context): Inherit from `shadow' only for color/grayscale
11917 with more than 88 colors.
11918 (diff-indicator-removed, diff-indicator-added)
11919 (diff-indicator-changed): New faces.
11920 (diff-font-lock-keywords): Use new faces. Regroup rules.
11921 Add "^---$" for `normal' diff format. Fontify `#' lines with
11922 font-lock-comment-delimiter-face and font-lock-comment-face.
11923 Add `#' to ^[^...] in the rule for `diff-context-face'.
11924
11925 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11926 a button-like box. Inherit from `highlight' on low colors.
11927 (shadow): Use shades of gray only for color/grayscale with
11928 more than 88 colors. Use green for light backgrounds with
11929 8 colors, and yellow for dark backgrounds with 8 colors.
11930
11931 * font-lock.el (font-lock-regexp-grouping-backslash):
11932 Don't inherit from escape-glyph (use bold for all cases).
11933
11934 * info.el (info-xref-visited): Use light foreground color `violet'
11935 for dark backgrounds instead of dark color `magenta3'.
11936 (info-title-1): Use `yellow' color for dark backgrounds.
11937
11938 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11939 too-light magenta2.
11940
11941 * replace.el (match): Use slightly more light RoyalBlue3 instead
11942 of dark RoyalBlue4.
11943
11944 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11945
11946 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
11947
11948 * novice.el (disabled-command-hook): Declare it with
11949 `define-obsolete-variable-alias'.
11950
11951 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11952 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11953 (desktop-load-default): Add release to obsolescence info.
11954 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11955 (desktop-append-buffer-args, desktop-read):
11956 Fix typos in docstrings.
11957 (desktop-kill): Fix typo in message.
11958 (desktop-save): Doc fix.
11959
11960 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
11961
11962 * viper-cmd.el (viper-escape-to-state): Bug fix.
11963 (viper-envelop-ESC-key): Change the definition of fast
11964 keysequence so it'll work with keyboard macros.
11965
11966 * ediff.el (ediff-patch-buffer): Change the docstring.
11967
11968 2005-07-19 Kenichi Handa <handa@m17n.org>
11969
11970 * international/mule-cmds.el (select-safe-coding-system): Try to
11971 use an auto-coding (if any) before anything else. If the found
11972 auto-coding is invalid, show a warning message.
11973
11974 * international/mule.el (find-auto-coding): New function created
11975 by modifying the body of set-auto-coding.
11976 (set-auto-coding): Use find-auto-coding to find a coding.
11977
11978 2005-07-18 Richard M. Stallman <rms@gnu.org>
11979
11980 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11981 not isearch-mode-end-hook-error.
11982 (allout-before-change-protect): Fix error message.
11983
11984 2005-07-18 Juri Linkov <juri@jurta.org>
11985
11986 * allout.el (allout-mode):
11987 * calculator.el (calculator-copy):
11988 * custom.el (custom-known-themes):
11989 * dired.el (dired-desktop-buffer-misc-data)
11990 (dired-restore-desktop-buffer):
11991 * dired-x.el (dired-omit-marker-char):
11992 * files.el (basic-save-buffer):
11993 * font-core.el (font-lock-mode):
11994 * calendar/calendar.el (calendar-goto-hebrew-date)
11995 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11996 (calendar-goto-persian-date):
11997 * language/ethio-util.el (ethio-sera-to-fidel-region):
11998 * textmodes/picture.el (picture-mode):
11999 Delete duplicate duplicate words.
12000
12001 2005-07-18 Juri Linkov <juri@jurta.org>
12002
12003 * isearch.el (isearch-mode-map): Remove key bindings for regexp
12004 chars * ? } |.
12005 (isearch-fallback): Don't call `isearch-process-search-char'.
12006 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
12007 (isearch-process-search-char): Call `isearch-fallback' for regexp
12008 chars * ? } |.
12009 (isearch-return-char): Make obsolete with `make-obsolete' instead
12010 of simply documenting it as obsolete in the docstring.
12011 (isearch-fallback): Refill docstring.
12012
12013 * international/isearch-x.el
12014 (isearch-process-search-multibyte-characters): Remove unneeded
12015 `concat'. Add intermediate values to `junk-hist' instead of
12016 `minibuffer-history'. Test the length of `str'.
12017
12018 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
12019
12020 * allout.el (allout-resolve-xref): Fix typos in error strings.
12021 (allout-before-change-protect): Remove unneeded `concat'.
12022
12023 * array.el (array-mode, array-reconfigure-rows)
12024 (untabify-backward): Fix typos in docstrings.
12025 (array-reconfigure-rows): Use `insert-buffer-substring', not
12026 `insert-buffer'.
12027
12028 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12029 * progmodes/ada-mode.el (ada-make-body):
12030 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12031
12032 * dired.el (dired-log):
12033 * tar-mode.el (tar-subfile-save-buffer):
12034 * play/zone.el (zone-pgm-stress-destress):
12035 Use `insert-buffer-substring', not `insert-buffer'.
12036
12037 2005-07-17 Simon Josefsson <jas@extundo.com>
12038
12039 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12040
12041 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12042
12043 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12044 Add plain auth method.
12045 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12046
12047 2005-07-17 Kim F. Storm <storm@cua.dk>
12048
12049 * ido.el (dired-other-window): Add ido property.
12050
12051 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12052
12053 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12054 Fix typo in docstring.
12055 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12056 `insert-file-literally'.
12057
12058 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12059 info and delete redundant message. Doc fix.
12060 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12061 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12062
12063 2005-07-16 Richard M. Stallman <rms@gnu.org>
12064
12065 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12066 (byte-compile-and): Use byte-compile-and-recursion.
12067 (byte-compile-or-recursion): New function.
12068 (byte-compile-or): Use that.
12069 (byte-compile-if): Guard the else-clause too.
12070 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12071
12072 * isearch.el (isearch-mode-end-hook-quit): New variable.
12073 (isearch-done): Bind it.
12074 (isearch-mode-end-hook): Doc fix.
12075
12076 * allout.el (allout-isearch-did-quit): Variable deleted.
12077 (allout-real-isearch-abort): Function name no longer used.
12078 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12079 (allout-isearch-rectification): isearch-mode always exists.
12080 Don't set allout-isearch-did-quit.
12081 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12082 allout-isearch-did-quit.
12083 (allout-enwrap-isearch): Just add the hook.
12084 (allout-isearch-abort): Function deleted.
12085 (allout-pre-command-business): Avoid warning.
12086
12087 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12088 Correctly avoid warnings.
12089 (pascal-outline): Likewise.
12090
12091 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12092
12093 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12094
12095 * play/tetris.el (tetris-mode): Avoid warning.
12096
12097 * play/snake.el (snake-mode): Avoid warning.
12098
12099 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12100 (gamegrid-set-display-table): Avoid warning.
12101 (gamegrid-set-timer): Likewise.
12102 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12103 (gamegrid-add-score-with-update-game-score-1): Take FILE
12104 as argument.
12105 (gamegrid-add-score-with-update-game-score): Pass that argument.
12106 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12107
12108 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12109
12110 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12111 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12112
12113 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12114 and insert-file.
12115
12116 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12117 (sc-ask): Avoid warnings.
12118
12119 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12120 (eshell-hist-initialize): Use that var the natural way.
12121
12122 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12123
12124 * emacs-lisp/re-builder.el (reb-cook-regexp):
12125 Avoid warning calling lre-compile-string.
12126 (reb-color-display-p): Avoid warning.
12127
12128 * calculator.el (calculator-last-input): Guard uses
12129 of event-key and key-press-event-p.
12130 (event-key, key-press-event-p): Delete definitions.
12131
12132 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12133 (find-gc-source-directory, find-gc-subrs-callers)
12134 (find-gc-noreturn-list, find-gc-source-files)
12135 (find-gc-subrs-called): Vars renamed and defvar'd.
12136
12137 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12138 (checkdoc-overlay-put, checkdoc-delete-overlay)
12139 (checkdoc-overlay-start, checkdoc-overlay-end)
12140 (checkdoc-mode-line-update, checkdoc-char=):
12141 Define such that compiler knows they are defined.
12142 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12143 (checkdoc-read-event): Delete. Use read-event directly.
12144
12145 * whitespace.el (whitespace-make-overlay)
12146 (whitespace-overlay-put, whitespace-delete-overlay)
12147 (whitespace-overlay-start, whitespace-overlay-end):
12148 Define such that compiler knows they are defined.
12149 (whitespace): Move conditional inside.
12150
12151 * tempo.el (tempo-insert-template): Suppress warning.
12152
12153 * ediff-diff.el (longlines-mode): Add defvar.
12154
12155 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12156
12157 * server.el: Bind "C-x #" in a way that works even if C-x is
12158 redefined to a command key, not a prefix key.
12159
12160 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12161
12162 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12163 cl-make-type-test till execution time.
12164
12165 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12166
12167 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12168 arg ARG and use it.
12169
12170 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12171
12172 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12173
12174 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12175
12176 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12177 a defcustom with two :set or :type keywords.
12178
12179 2005-07-15 Richard M. Stallman <rms@gnu.org>
12180
12181 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12182 Don't give ^M comment-end syntax.
12183
12184 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12185
12186 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12187 Don't consider gdbmi (gdb-mi.el has its own update functions).
12188 (gdb-var-delete): Make it work for gdbmi as well.
12189 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12190
12191 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12192 (gud-speedbar-menu-items): Correct logic for enabling items.
12193
12194 2005-07-15 Kim F. Storm <storm@cua.dk>
12195
12196 * ido.el: Fix commentary.
12197 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12198 Use with-no-warnings around ffap-guesser.
12199 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12200 Let bind minibuffer-completing-file-name to t.
12201
12202 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12203
12204 * startup.el (site-run-file, keyboard-type): Doc fixes.
12205 (command-line): Check for "--basic-display" argument; also for
12206 "--quick", not "--bare-bones" (which was renamed).
12207 (fancy-splash-text): Add missing item "Getting New Versions".
12208 (normal-splash-screen): Fix typos and improve consistency with
12209 `fancy-splash-text'. Update copyright year.
12210
12211 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12212 valid binding for `help-char'.
12213
12214 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12215
12216 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12217
12218 * term.el (term-mode): Disable cua-mode for term buffers.
12219
12220 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12221
12222 * add-log.el (add-log-mailing-address, change-log-merge):
12223 Doc fixes.
12224 (change-log-get-method-definition): Fix typo in docstring.
12225
12226 2005-07-14 Kim F. Storm <storm@cua.dk>
12227
12228 * emulation/cua-base.el:
12229 (cua--pre-command-handler-1, cua--pre-command-handler)
12230 (cua--post-command-handler-1, cua--post-command-handler):
12231 Split in two. Check (buffer local) value of cua-mode.
12232 (cua-selection-mode): New command.
12233
12234 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12235
12236 * custom.el (custom-initialize-safe-set)
12237 (custom-initialize-safe-default): Doc fixes.
12238
12239 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12240 and simplify :init-value again.
12241
12242 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12243 and simplify :init-value again. Delete autoload.
12244
12245 * startup.el (command-line): Use `custom-reevaluate-setting' again
12246 for tooltip-mode.
12247
12248 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12249 a defcustom with two :initialize keywords.
12250
12251 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12252
12253 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12254 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12255 (allout-post-command-business, allout-flag-region)
12256 (isearch-reenable-font-lock, allout-yank)
12257 (allout-insert-latex-header, allout-insert-latex-trailer)
12258 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12259 (allout-latex-verb-quote): Fix typos in docstrings.
12260 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12261 (allout-unprotected, allout-prefix-data):
12262 Improve argument/docstring consistency.
12263 (allout-chart-subtree): Fix argument spec.
12264 (allout-open-topic): Rename `use_sib_bullet' argument to
12265 `use-sib-bullet'. Doc fix.
12266
12267 * whitespace.el (whitespace-check-buffer-leading)
12268 (whitespace-check-buffer-trailing)
12269 (whitespace-check-buffer-indent)
12270 (whitespace-check-buffer-spacetab)
12271 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12272 (whitespace-check-leading-whitespace)
12273 (whitespace-check-trailing-whitespace)
12274 (whitespace-check-spacetab-whitespace)
12275 (whitespace-check-indent-whitespace)
12276 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12277 (whitespace-modes): Fix typos in docstrings.
12278 (defgroup, defcustom): Doc fixes.
12279
12280 * winner.el (winner-mode, winner-boring-buffers)
12281 (winner-pending-undo-ring): Doc fixes.
12282 (winner-ring): Remove unneeded `progn'.
12283 (winner-equal): `defsubst' it.
12284 (winner-redo): Fix message.
12285
12286 2005-07-13 Kim F. Storm <storm@cua.dk>
12287
12288 * simple.el (line-move-1): Always use vertical-motion to
12289 do the last (or only) line move to ensure some movement.
12290 Undo 2005-06-23 change--don't check for overlays.
12291
12292 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12293
12294 * term/mac-win.el (ccl-encode-mac-roman-font)
12295 (ccl-encode-mac-centraleurroman-font)
12296 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12297 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12298 Change charset-id boundary of dimension to ?\xef.
12299 (mac-char-fontspec-list): New constant.
12300 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12301 argument. Nil uses itself as family in font-spec. Previous
12302 behavior for nil is now provided by non-nil non-string argument.
12303 All callers changed. Add font-specs for Mac fonts to
12304 "fontset-default" unless iso8859-1 fonts are installed.
12305
12306 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12309 a continuation line if the \ is preceded by SPC or TAB.
12310 (sh-get-indent-info): Simplify.
12311 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12312 Use with-current-buffer.
12313
12314 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12315 when the matched text is empty.
12316
12317 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12318
12319 * startup.el (command-line): Revert to previous handling of
12320 tooltip-mode. Explain in comment why the complexity is needed.
12321
12322 * tooltip.el (tooltip-mode): Revert to previous implementation of
12323 its defcustom.
12324
12325 * frame.el (blink-cursor-mode): Revert to previous implementation
12326 of its defcustom. Update comment.
12327
12328 2005-07-12 Lars Hansen <larsh@soem.dk>
12329
12330 * desktop.el: Update e-mail address.
12331
12332 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12333
12334 * term/mac-win.el (mac-services-mail-selection)
12335 (mac-services-mail-to): New functions.
12336 (mac-application-menu-map): Bind them.
12337
12338 2005-07-12 wulei <milton@wulei.net> (tiny change)
12339
12340 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12341
12342 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12343
12344 * custom.el (custom-reevaluate-setting): Doc fix.
12345
12346 2005-07-11 Jay Belanger <belanger@truman.edu>
12347
12348 * calc/calc.el (calc-embedded-announce-formula-alist)
12349 (calc-embedded-open-close-plain-alist)
12350 (calc-embedded-open-close-mode-alist): Add checks for additional
12351 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12352
12353 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12354
12355 * custom.el (custom-enable-theme): Don't add theme to
12356 `custom-enabled-themes' with `push' because there is no
12357 setf-method for `delq'.
12358
12359 2005-07-11 Richard M. Stallman <rms@gnu.org>
12360
12361 * custom.el (custom-declare-variable): Doc fix.
12362
12363 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12364 from the alists.
12365
12366 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12367 Do nothing if edebug-active.
12368
12369 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12370 (edebug-display): Do it here instead.
12371
12372 2005-07-10 Richard M. Stallman <rms@gnu.org>
12373
12374 * cus-face.el (custom-theme-set-faces): Make it work.
12375 (custom-reset-faces): Doc fix.
12376 (custom-theme-reset-internal-face, custom-theme-face-value):
12377 Functions deleted.
12378
12379 * custom.el (custom-push-theme): Maintain list of the settings
12380 of a given theme in its theme-settings property.
12381 Maintain position of old settings in the theme-value
12382 or theme-face property.
12383 (custom-enabled-themes): New variable.
12384 (custom-theme-enabled-p): New function.
12385 (provide-theme): Update custom-enabled-themes.
12386 Disable and reenable the `user' theme.
12387 (require-theme): Doc fix.
12388 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12389 (custom-theme-value, custom-theme-variable-value): Likewise.
12390 (custom-theme-reset-internal): Likewise.
12391 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12392 (custom-enable-theme, custom-disable-theme): New functions.
12393 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12394 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12395 (custom-theme-reset-variables): Simplify.
12396 (deftheme, custom-declare-theme, custom-make-theme-feature):
12397 Definitions moved.
12398
12399 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12400
12401 * longlines.el (longlines-show-region)
12402 (longlines-unshow-hard-newlines): Recognize hard newlines by
12403 non-nil hard property, instead of t.
12404
12405 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12406
12407 * viper-cmd.el (viper--key-maps): New variable.
12408 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12409 emulation-mode-map-alists.
12410 (viper-envelop-ESC-key): Use viper-subseq.
12411 (viper-search-forward/backward/next): Disable debug-on-error.
12412
12413 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12414 (viper-ESC-key): New defcustoms.
12415
12416 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12417
12418 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12419 (viper-subseq): Copy of subseq from cl.el.
12420
12421 * viper.el (viper-go-away, viper-set-hooks): Use
12422 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12423
12424 * viper-mous.el (viper-current-frame-saved): Use defvar.
12425
12426 * viper-init.el: Get rid of -face in face names.
12427
12428 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12429 Make it work with longlines mode
12430
12431 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12432
12433 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12434
12435 * ediff-init.el: Get rid of -face in face names.
12436
12437 2005-07-10 Richard M. Stallman <rms@gnu.org>
12438
12439 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12440 and with-timeout-unsuspend.
12441
12442 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12443 and with-timeout-unsuspend.
12444
12445 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12446 (with-timeout): Bind that variable to record timers.
12447 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12448
12449 * emacs-lisp/debug.el (debug-help-follow): New function.
12450 (debugger-mode-map): Use that instead of help-follow.
12451 (debugger-setup-buffer): Use eval-buffer-list
12452 to handle eval-buffer frames.
12453
12454 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12455
12456 * timezone.el (timezone-parse-date): Change first regexp
12457 so it will not mistakenly match dates with no time zone.
12458
12459 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12460
12461 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12462
12463 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12464
12465 * custom.el (custom-initialize-safe-set)
12466 (custom-initialize-safe-default): New functions.
12467
12468 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12469 and simplify :init-value.
12470
12471 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12472 and simplify :init-value. Delete obsolete comment.
12473
12474 * startup.el (command-line): Use `custom-reevaluate-setting' to
12475 handle `tooltip-mode'. Delete obsolete comment.
12476
12477 * files.el (set-visited-file-name): Avoid calling
12478 `file-name-nondirectory' with a nil argument.
12479
12480 2005-07-09 Richard M. Stallman <rms@gnu.org>
12481
12482 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12483 was called with nil for the buffer, handle the read position right.
12484 Handle read position for eval-region, too.
12485
12486 2005-07-09 Juri Linkov <juri@jurta.org>
12487
12488 * fringe.el (fringe-mode): Add period in docstring.
12489 (fringe-query-style): Build prompt depending on `all-frames' arg.
12490
12491 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12492 to not create links to unrelated functions in the Help buffer.
12493
12494 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12495 Doc fix.
12496
12497 * simple.el (next-error-hook): New variable.
12498 (next-error): Use it. Doc fix.
12499
12500 * textmodes/ispell.el (ispell-command-loop): Add current
12501 dictionary name and program name to mode-line-format.
12502 (ispell-region, ispell-process-line): Add current dictionary name
12503 and program name to messages.
12504
12505 2005-07-08 Jay Belanger <belanger@truman.edu>
12506
12507 * calc/calc.el (calc-embedded-announce-formula-alist)
12508 (calc-embedded-open-close-formula-alist)
12509 (calc-embedded-open-close-word-alist)
12510 (calc-embedded-open-close-plain-alist)
12511 (calc-embedded-open-close-new-formula-alist)
12512 (calc-embedded-open-close-mode-alist)
12513 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12514 (calc-embedded-mode-hook): New variables.
12515
12516 * calc/calc-embed.el (calc-embedded-firsttime)
12517 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12518 New variables.
12519 (calc-do-embedded): Use calc-embedded-firsttime,
12520 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12521 determine whether or not to run hooks.
12522 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12523 calc-embedded-firsttime-formula appropriately.
12524 Set calc-embedded delimiter variables according to mode.
12525
12526 2005-07-08 Richard M. Stallman <rms@gnu.org>
12527
12528 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12529 Check for "emacs", etc., as entire symbol, not just as word.
12530 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12531
12532 * files.el (set-visited-file-name): Report the error
12533 for "empty filename" earlier.
12534 (kill-some-buffers): Ignore buffers already dead.
12535
12536 * fringe.el (fringe-mode): Doc fix.
12537
12538 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12539 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12540 Use unwind-protect to ensure byte-compile-unresolved-functions
12541 is updated.
12542
12543 * whitespace.el (whitespace-buffer-leading-cleanup):
12544 Simplify w/ skip-chars-forward.
12545 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12546
12547 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12548 Unconditionally try to leave point at the same old place.
12549
12550 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12551
12552 * comint.el (comint-postoutput-scroll-to-bottom)
12553 (comint-show-maximum-output): Take scroll-margin into consideration.
12554
12555 2005-07-08 Kim F. Storm <storm@cua.dk>
12556
12557 * ido.el (ido-use-filename-at-point): New choice `guess'.
12558 (ido-file-internal): Try ffap-guesser if selected.
12559
12560 * ido.el (ido-before-fallback-functions): New hook.
12561 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12562 (ido-read-file-name): Run it.
12563
12564 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12565
12566 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12567 strings rather than a list of symbols to the completion function.
12568
12569 2005-07-07 Jay Belanger <belanger@truman.edu>
12570
12571 * calc/calc-units.el (math-apply-units): Change the places in
12572 which units are simplified.
12573
12574 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12575
12576 * cus-edit.el (customize-option, customize-option-other-window):
12577 Make them handle aliases.
12578
12579 * custom.el (custom-variable-p): Make it recursively follow
12580 aliases. Mention that in the docstring.
12581
12582 2005-07-07 Richard M. Stallman <rms@gnu.org>
12583
12584 * cus-start.el (exec-path): Use `directory' instead of `file'.
12585 Fix tag for nil.
12586
12587 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12588
12589 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12590 when called non-interactively. Doc fix.
12591
12592 2005-07-07 Lute Kamstra <lute@gnu.org>
12593
12594 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12595 new address as well.
12596
12597 2005-07-07 Kenichi Handa <handa@m17n.org>
12598
12599 * international/mule.el (make-coding-system):
12600 Describe `ascii-incompatible' property in the docstring.
12601 (set-file-name-coding-system): Signal an error if coding-system is
12602 ascii-incompatible.
12603 (set-keyboard-coding-system): Likewise.
12604
12605 * international/mule-cmds.el (set-default-coding-systems):
12606 Don't set default-file-name-coding-system and
12607 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12608
12609 * international/utf-16.el: Declare that all UTF-16-based coding
12610 systems are ASCII-incompatible.
12611
12612 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12613
12614 * progmodes/gud.el: Require font-lock for displaying errors.
12615 Used by gdb-ui.el.
12616
12617 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12618
12619 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12620 values for the pattern lists which are `read'able but not
12621 `append'able (like symbols).
12622
12623 2005-07-06 Richard M. Stallman <rms@gnu.org>
12624
12625 * progmodes/flymake.el (flymake-float-time): Instead of
12626 with-no-warnings, test for xemacs.
12627 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12628 to avoid warning.
12629
12630 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12631
12632 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12633
12634 2005-07-05 Lute Kamstra <lute@gnu.org>
12635
12636 * battery.el: Add support for Darwin (with much debugging help
12637 from Samuel Lauber <sam124@operamail.com>).
12638 (battery-status-function, battery-echo-area-format)
12639 (battery-mode-line-format): Add support for pmset on Darwin.
12640 (battery-load-low, battery-load-critical): New user options.
12641 (battery-pmset): New function.
12642
12643 2005-07-05 Lute Kamstra <lute@gnu.org>
12644
12645 Update FSF's address in GPL notices.
12646
12647 * textmodes/page-ext.el: Update FSF's address.
12648
12649 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12650
12651 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12652 filling from using prefix when filling a single-line docstring.
12653
12654 * progmodes/flymake.el: Remove useless eval-when-compile.
12655
12656 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12657
12658 2005-07-04 Richard M. Stallman <rms@gnu.org>
12659
12660 * textmodes/org.el (org-file-apps-defaults-gnu):
12661 Rename from org-file-apps-defaults-linux.
12662 (org-default-apps): Don't test system-type for `linux'.
12663 (org-file-apps): Doc fix.
12664
12665 2005-07-04 David Ponce <david@dponce.com>
12666
12667 * tree-widget.el: Improve header Commentary section.
12668 (tree-widget) [defgroup]
12669 (tree-widget-image-enable, tree-widget-themes-directory)
12670 (tree-widget-theme, tree-widget-image-properties-emacs)
12671 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12672 (tree-widget-image-formats, tree-widget-control)
12673 (tree-widget-empty-control, tree-widget-leaf-control
12674 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12675 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12676 (tree-widget-keep, tree-widget-after-toggle-functions)
12677 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12678 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12679 :help-echo message.
12680 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12681 (tree-widget-image-properties): Doc fix. Clearer implementation.
12682 (tree-widget--cursors): New constant.
12683 (tree-widget-lookup-image): New function split from
12684 `tree-widget-find-image'. Clearer implementation.
12685 (tree-widget-find-image): Use it.
12686 (tree-widget-button-keymap): Use `set-keymap-parent'.
12687 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12688 Define the sub-widgets here.
12689 (tree-widget-node): Check that :node is not a tree-widget.
12690 (tree-widget-get-super, tree-widget-open-control)
12691 (tree-widget-close-control, tree-widget-empty-control)
12692 (tree-widget-leaf-control, tree-widget-guide)
12693 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12694 (tree-widget-no-handle, tree-widget-value-delete)
12695 (tree-widget-map): Remove.
12696 (tree-widget-children-value-save): Doc fix. Simplified.
12697 (tree-widget-value-create): Update according to previous changes.
12698
12699 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
12700
12701 * textmodes/org.el: Leading space replaced by TABS.
12702 (org-recalc-marks, org-table-rotate-recalc-marks)
12703 (org-table-get-specials): Treat "^" and "_" marks.
12704 (org-table-justify-field-maybe): Optional argument NEW.
12705 (org-table-eval-formula): Parsing of the format simplified.
12706 New modes C,I. Honor the %= parameter in the current table.
12707 Avoid unnecessary re-align by using the NEW argument to
12708 `org-table-justify-field-maybe'.
12709 (org-calc-default-modes): Default for date-format mimicks org-mode.
12710 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12711
12712 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12713
12714 * cus-face.el (custom-theme-set-faces): Make it handle face
12715 aliases whose alias declarations are pre- or autoloaded.
12716
12717 2005-07-04 Juri Linkov <juri@jurta.org>
12718
12719 * faces.el (read-face-name): Put the code for getting a face name
12720 from the buffer before adding the faces from the `face' property.
12721 Use `completing-read-multiple' instead of `completing-read'.
12722 Require `crm'. Add default value and post-process the returned
12723 list of faces.
12724
12725 * emacs-lisp/crm.el (crm-find-current-element)
12726 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12727
12728 * emacs-lisp/lisp-mode.el (eval-defun-1):
12729 * emacs-lisp/edebug.el (edebug-eval-defun):
12730 Remove unnecessary quotes.
12731
12732 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12733
12734 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12735 (prolog-indent-level): Fix typo in docstring.
12736
12737 * info.el (Info-history, Info-history-forward)
12738 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12739
12740 * add-log.el (add-change-log-entry):
12741 * comint.el (comint-dynamic-list-input-ring)
12742 (comint-dynamic-list-completions):
12743 * dabbrev.el (dabbrev-expand):
12744 * delim-col.el (delimit-columns-rectangle-line):
12745 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12746 (diff-unified->context):
12747 * ediff-init.el (ediff-abbrev-jobname):
12748 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12749 (ediff-replace-session-activity-marker-in-meta-buffer):
12750 * info.el (Info-summary):
12751 * lpr.el (printify-region):
12752 * printing.el (pr-create-interface):
12753 * ps-print.el (ps-print-quote):
12754 * ses.el (ses-column-widths, ses-print-cell)
12755 (ses-adjust-print-width, ses-center):
12756 * shell.el (shell-file-name-quote-list):
12757 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12758 (strokes-fill-current-buffer-with-whitespace)
12759 (strokes-xpm-for-stroke, strokes-list-strokes)
12760 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12761 * term.el (term-dynamic-list-input-ring)
12762 (term-dynamic-list-completions):
12763 * calc/calc.el (math-format-stack-value):
12764 * emacs-lisp/edebug.el (edebug-display-freq-count):
12765 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12766 (delphi-new-comment-line):
12767 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12768 * progmodes/executable.el (executable-set-magic):
12769 * progmodes/python.el (inferior-python-mode):
12770 * progmodes/scheme.el (scheme-mode-syntax-table):
12771 * progmodes/sh-script.el (sh-maybe-here-document):
12772 * progmodes/sql.el (sql-copy-column):
12773 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12774 * textmodes/bibtex.el (bibtex-mode):
12775 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12776 (sgml-auto-attributes):
12777 * textmodes/table.el (table-insert, table-shorten-cell)
12778 (table--generate-source-scan-lines, table-delete-row)
12779 (*table--cell-delete-char, table--spacify-frame)
12780 (table--horizontally-shift-above-and-below)
12781 (table--cell-insert-char, table--cell-blank-str)
12782 (table--fill-region-strictly):
12783 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12784 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12785
12786 * add-log.el (change-log):
12787 * apropos.el (apropos):
12788 * comint.el (comint-completion, comint-source):
12789 * dabbrev.el (dabbrev):
12790 * delim-col.el (columns):
12791 * diff-mode.el (diff-mode):
12792 * ediff.el (ediff):
12793 * ediff-diff.el (ediff-diff):
12794 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12795 * ediff-mult.el (ediff-mult):
12796 * ediff-ptch.el (ediff-ptch):
12797 * ediff-wind.el (ediff-window):
12798 * facemenu.el (facemenu):
12799 * indent.el (indent):
12800 * info.el (info):
12801 * jka-cmpr-hook.el (compression, jka-compr):
12802 * lpr.el (lpr):
12803 * outline.el (outlines):
12804 * pcmpl-cvs.el (pcmpl-cvs):
12805 * pcmpl-rpm.el (pcmpl-rpm):
12806 * printing.el (printing):
12807 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12808 (ps-print-vertical, ps-print-headers, ps-print-font)
12809 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12810 (ps-print-background, ps-print-printer, ps-print-page)
12811 (ps-print-miscellany):
12812 * ses.el (ses):
12813 * shell.el (shell, shell-directories, shell-faces):
12814 * startup.el (initialization):
12815 * strokes.el (strokes):
12816 * term.el (term):
12817 * uniquify.el (uniquify):
12818 * w32-vars.el (w32):
12819 * calc/calc.el (calc):
12820 * emacs-lisp/bytecomp.el (bytecomp):
12821 * emacs-lisp/cl-indent.el (lisp-indent):
12822 * emacs-lisp/edebug.el (edebug):
12823 * emacs-lisp/elp.el (elp):
12824 * emacs-lisp/testcover.el (testcover):
12825 * emacs-lisp/trace.el (trace):
12826 * emulation/viper-ex.el (viper-ex):
12827 * emulation/viper-mous.el (viper-mouse):
12828 * mail/mailalias.el (mailalias):
12829 * mail/supercite.el (supercite, supercite-frames)
12830 (supercite-attr, supercite-cite, supercite-hooks):
12831 * net/rcompile.el (remote-compile):
12832 * net/rlogin.el (rlogin):
12833 * obsolete/ooutline.el (outlines):
12834 * progmodes/delphi.el (delphi):
12835 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12836 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12837 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12838 (ebnf-optimization):
12839 * progmodes/etags.el (etags):
12840 * progmodes/executable.el (executable):
12841 * progmodes/idlwave.el (idlwave):
12842 * progmodes/pascal.el (pascal):
12843 * progmodes/prolog.el (prolog):
12844 * progmodes/python.el (python):
12845 * progmodes/scheme.el (scheme):
12846 * progmodes/sh-script.el (sh, sh-script):
12847 * progmodes/sql.el (SQL):
12848 * progmodes/tcl.el (tcl):
12849 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12850 * textmodes/enriched.el (enriched):
12851 * textmodes/makeinfo.el (makeinfo):
12852 * textmodes/sgml-mode.el (sgml):
12853 * textmodes/table.el (table-hooks):
12854 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12855 * textmodes/texinfo.el (texinfo):
12856 * textmodes/two-column.el (two-column):
12857 Finish `defgroup' description with period.
12858
12859 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12860 * eshell/esh-var.el (eshell-var):
12861 * progmodes/vhdl-mode.el (vhdl-testbench):
12862 * textmodes/org.el (org): Fix typos in docstrings.
12863
12864 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12865 consistency.
12866
12867 * progmodes/flymake.el (flymake-find-file): Remove.
12868 (flymake-float-time): Use `with-no-warnings'.
12869 (flymake-check-start-time, flymake-check-was-interrupted)
12870 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12871 (flymake-new-err-info): `defvar' at compile time.
12872
12873 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
12874
12875 * replace.el (occur-hook): Doc fix.
12876 (occur-1): Don't call `occur-hook' if there are no matches.
12877
12878 2005-07-03 Richard M. Stallman <rms@gnu.org>
12879
12880 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12881 global-map, save the same map.
12882 (global-map): Don't alter it at top level.
12883 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12884 Then alter it here instead.
12885 (tpu-edt-off): Set global-map to the saved one.
12886
12887 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12888 All references simplified.
12889 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
12890 (zmacs-regions): Add defvar.
12891 (repeat-complex-command-map): Everything about that deleted.
12892
12893 * textmodes/artist.el (artist-key-is-drawing)
12894 (artist-key-endpoint1, artist-key-poly-point-list)
12895 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12896 (artist-key-compl-table, artist-rb-save-data)
12897 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12898 Don't put them in eval-when-compile.
12899 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12900
12901 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12902 Use with-no-warnings.
12903
12904 * net/browse-url.el (dos-windows-version): Add defvar.
12905
12906 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12907
12908 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12909 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12910 (rmail-new-summary-line-count): Rename from new-summary-line-count.
12911 Add defvar.
12912 (rmail-summary-beginning-of-message): Use with-no-warnings.
12913 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12914
12915 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12916 Use with-no-warnings.
12917
12918 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12919 (c-mark-function): Add point-moving-unit property.
12920 (vi-goto-line): Use with-no-warnings.
12921
12922 * emulation/edt.el (edt-last-copied-word): Add defvar.
12923 (zmacs-region-stays): Likewise.
12924 (edt-mark-section-wisely): Use c-mark-function for C.
12925 Use makr-defun for Fortran.
12926 (time-string): defvar deleted.
12927 (edt-display-the-time): Don't set time-string.
12928
12929 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12930
12931 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12932 Don't warn when name is not constant
12933 or for defining the group `emacs'.
12934
12935 * tooltip.el (gud-tooltip-mode): Add defvar.
12936
12937 * startup.el (default-frame-background-mode): Add defvar.
12938
12939 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12940
12941 * info.el (tool-bar-map): Add defvar.
12942
12943 * dired.el (dnd-protocol-alist): Add defvar.
12944
12945 * dired-aux.el (dired-query): Display question with answer, when
12946 the user answers.
12947
12948 * custom.el (custom-add-option): Doc fix.
12949
12950 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12951
12952 2005-07-03 Eli Zaretskii <eliz@gnu.org>
12953
12954 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12955 bogus name from the last change.
12956
12957 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12958
12959 * custom.el (custom-declare-variable): Fix typos in comment.
12960 (custom-known-themes): Doc fix.
12961 (custom-theme-directory): New defcustom.
12962 (require-theme): Make it check `custom-theme-directory'.
12963
12964 * cus-theme.el (custom-new-theme-mode): New function.
12965 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12966 (custom-theme-description): Add compiler defvars.
12967 (customize-create-theme): Add doc to the "*New Custom Theme*"
12968 buffer. Use `custom-new-theme-mode'.
12969 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12970 and save it to the `custom-theme-directory'. Make this the
12971 default directory of the buffer.
12972
12973 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
12974
12975 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12976 Fix unbalanced parentheses.
12977
12978 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12979
12980 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12981 into flymake-mode and delegate to flymake-mode.
12982
12983 * find-file.el (ff-which-function-are-we-in): Clean up.
12984
12985 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
12986
12987 * replace.el (occur-rename-buffer): Fix docstring.
12988
12989 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12990 (edt-last-copied-word, edt-learn-macro-count)
12991 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12992 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12993 (time-string, zmacs-region-stays):
12994 * emulation/edt-mapper.el (edt-save-function-key-map)
12995 (EDT-key-name): `defvar' to silence the byte-compiler.
12996
12997 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12998
12999 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
13000 font-lock-regexp-backslash. Doc fix.
13001 (font-lock-regexp-backslash-grouping-construct): Rename from
13002 font-lock-regexp-backslash-construct. Doc fix.
13003 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
13004 grouping constructs.
13005
13006 2005-07-02 Eli Zaretskii <eliz@gnu.org>
13007
13008 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
13009 updating all the prerequisites.
13010
13011 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
13012
13013 * textmodes/org.el (org-agenda-start-on-weekday)
13014 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
13015 (org-agenda-use-time-grid, org-archive-location)
13016 (org-allow-space-in-links, org-usenet-links-prefer-google)
13017 (org-enable-table-editor, org-export-default-language)
13018 (org-export-html-show-new-buffer, org-fill-paragraph)
13019 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
13020 (org-goto-quit, org-occur, org-eval-in-calendar)
13021 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
13022 (org-agenda-diary-entry, org-remember-help)
13023 (org-table-convert-region, org-at-table-p)
13024 (org-table-move-row-down, org-table-move-row-up)
13025 (org-table-copy-region, org-table-toggle-vline-visibility)
13026 (org-table-get-stored-formulas, org-table-get-specials)
13027 (org-recalc-commands, org-table-eval-formula)
13028 (org-table-formula-substitute-names, orgtbl-make-binding)
13029 (org-format-org-table-html, org-format-table-table-html)
13030 (org-format-table-table-html-using-table-generate-source)
13031 (org-customize): Fix typos in docstrings.
13032 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13033 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13034 (org-back-to-heading): Doc fixes.
13035 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13036 (org-agenda-change-all-lines, org-get-header):
13037 Improve argument/docstring consistency.
13038 (orgtbl-error): Fix error message.
13039
13040 * progmodes/flymake.el (flymake-find-possible-master-files)
13041 (flymake-master-file-compare, flymake-get-line-err-count)
13042 (flymake-highlight-line, flymake-gui-warnings-enabled):
13043 Fix typos in docstrings.
13044 (flymake-parse-line, flymake-get-project-include-dirs-function)
13045 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13046 Doc fixes.
13047 (flymake-get-project-include-dirs-function)
13048 (flymake-make-err-menu-data):
13049 Improve argument/docstring consistency.
13050
13051 2005-07-01 Lute Kamstra <lute@gnu.org>
13052
13053 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13054 Catch errors with ignore-errors. Use temporary buffer.
13055 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13056
13057 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13058 background color faces.
13059 (facemenu-set-foreground, facemenu-set-background):
13060 Use facemenu-set-face-from-menu.
13061 (facemenu-set-face-from-menu): Treat face names that start with
13062 "fg:" or "bg:" as special.
13063 (facemenu-add-new-color): Don't create faces. Simplify.
13064
13065 2005-06-30 Richard M. Stallman <rms@gnu.org>
13066
13067 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13068 (crm-find-current-element): Likewise.
13069
13070 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13071
13072 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13073
13074 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13075
13076 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13077 (archive-mouse-extract): Make it an obsolete alias.
13078 (archive-mode-map): Don't use archive-mouse-extract any more.
13079 (archive-mode, archive-extract): write-contents-hooks ->
13080 write-contents-functions.
13081 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13082 first arg.
13083 (archive-rename-entry): Update the call.
13084 (archive-zip-summarize): Remove unused var `method'.
13085 (archive-lzh-summarize): Remove unused var `creator'.
13086
13087 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13088 dedicated frame upon exit.
13089
13090 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13091 (archive-zip-extract, archive-zip-expunge)
13092 (archive-zip-update, archive-zip-update-case): Use executable-find.
13093 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13094 Use restore-buffer-modified-p.
13095 (archive-extract, archive-add-new-member, archive-write-file-member):
13096 Use with-current-buffer.
13097 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13098
13099 2005-06-30 Andreas Schwab <schwab@suse.de>
13100
13101 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13102
13103 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13104
13105 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13106
13107 2005-06-30 Juri Linkov <juri@jurta.org>
13108
13109 * faces.el (vertical-border): Inherit from mode-line-inactive
13110 only on tty.
13111
13112 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13113
13114 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13115 example, -NLINES in the `occur' docstring).
13116
13117 * replace.el (occur-1): When no matches are found, do not set the
13118 `buffer-read-only' and modified flags for the occur buffer,
13119 because it is deleted.
13120
13121 * emulation/cua-base.el (cua-check-pending-input)
13122 (cua-repeat-replace-region, cua-mode, cua-debug)
13123 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13124 Fix typos in docstrings.
13125
13126 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13127 (cua-cut-region-to-global-mark)
13128 (cua--cut-rectangle-to-global-mark):
13129 Remove period from end of messages.
13130
13131 * emulation/cua-rect.el (cua-do-rectangle-padding):
13132 Remove period from end of messages.
13133 (cua--rectangle-seq-format): Fix typo in docstring.
13134 (cua-sequence-rectangle, cua-fill-char-rectangle):
13135 Improve argument/docstring consistency.
13136
13137 2005-06-29 Juri Linkov <juri@jurta.org>
13138
13139 * faces.el (default-frame-background-mode): New internal variable.
13140 (frame-set-background-mode): Use it.
13141
13142 * startup.el (normal-top-level): Set default-frame-background-mode
13143 instead of frame-background-mode. Before setting it, test for its
13144 nil value. Remove tests for frame-background-mode and frame
13145 parameter `reverse'. Add test for "unspecified-fg".
13146
13147 * term/xterm.el (xterm-rxvt-set-background-mode):
13148 * term/rxvt.el (rxvt-set-background-mode):
13149 Set default-frame-background-mode instead of frame-background-mode.
13150
13151 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13152
13153 * simple.el (set-variable): Warn about obsolete user variables.
13154
13155 * imenu.el (imenu--completion-buffer):
13156 * mouse.el (mouse-buffer-menu-alist):
13157 * msb.el (msb-invisible-buffer-p):
13158 * calendar/diary-lib.el (diary-header-line-format):
13159 * emacs-lisp/pp.el (pp-buffer):
13160 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13161 * textmodes/picture.el (picture-replace-match):
13162 Change space constants followed by a sexp to "?\s ".
13163
13164 * play/decipher.el (decipher-loop-with-breaks):
13165 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13166 constants "protected" from end of line by a comment to "?\s".
13167
13168 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13169
13170 * font-lock.el (save-buffer-state): Use `declare'.
13171
13172 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13173 reset the syntax-table to cperl-mode-syntax-table.
13174 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13175 "foo_print_bar" is not matched as a reserved keyword.
13176
13177 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13178
13179 * textmodes/org.el (orgtbl-setup): New function, for delayed
13180 setup for the orgtbl commands.
13181 (org-calc-default-modes): New option.
13182 (orgtbl-make-binding): Use `defun' to get better help display.
13183 (org-diary): Call `org-compile-prefix-format'.
13184 (org-table-formula-substitute-names): New function.
13185 (org-agenda-day-view, org-agenda-week-view): New commands.
13186 (org-agenda-toggle-week-view): Command removed.
13187 (org-tbl-menu): Split off from org-org-menu.
13188 (org-mode): Move removal of outline-mode menus to here.
13189 (org-table-formula-debug): New option.
13190 (org-table-insert-row): Keep first field if just "#" or "*".
13191 (org-mode): Paragraph regexps fixed.
13192 (org-table-recalculate-regexp): New constant.
13193 (org-table-justify-field-maybe): Avoid replace if not necessary.
13194 (org-copy-special, org-cut-special): Use `call-interactively'.
13195 (org-table-copy-region): Take region from `interactive' call.
13196 (org-trim): Return string even if no match.
13197 (org-formula): New face.
13198 (org-set-font-lock-defaults): No longer highlight "FIXME".
13199 But highlight formula-related fields in table.
13200 (org-table-p): Use regexp, not fontification.
13201 (org-table-align): Handle white space at end of line.
13202 (org-table-formula-evaluate-inline): New option.
13203 (org-mode): Auto-wrapping in comment lines turned off.
13204 (org-table-copy-down): Evaluate only in copied field, not in
13205 destination.
13206 (org-table-current-formula): Variable removed.
13207 (org-table-store-formulas, org-table-get-stored-formulas)
13208 (org-table-modify-formulas, org-table-replace-in-formulas)
13209 (org-table-maybe-eval-formula): New functions.
13210 (org-table-get-formula): Modify to use stored formulas.
13211 (org-table-insert-column, org-table-delete-column)
13212 (org-table-move-column): Call `org-table-modify-formulas'.
13213 (org-complete): Add completion for keyword formulas.
13214 (orgtbl-mode): Pull orgtbl-mode-map to start of
13215 minor-mode-map-alist.
13216
13217 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13218
13219 * progmodes/python.el (python-check): Require `compile' before
13220 modifying its variables.
13221
13222 * newcomment.el (comment-indent-default): Don't get fooled by an early
13223 end of buffer.
13224
13225 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13226
13227 * ps-print.el (ps-print-version): Fix version number.
13228
13229 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13230
13231 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13232
13233 2005-06-28 Richard M. Stallman <rms@gnu.org>
13234
13235 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13236 (flyspell-local-mouse-map): Declaration deleted.
13237 (flyspell-mouse-map): Bind only mouse-2.
13238 (flyspell-mode-map): Don't test flyspell-use-local-map.
13239 (flyspell-overlay-keymap-property-name): Var deleted.
13240 (flyspell-mode-on): Don't make local bindings for
13241 flyspell-mouse-map and flyspell-mode-map.
13242 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13243
13244 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13245
13246 * progmodes/compile.el (compilation-next-error-function):
13247 Don't switch buffers; operate on the current buffer.
13248
13249 * progmodes/compile.el (compilation-error-file-name)
13250 (compilation-warning-file-name, compilation-info-file-name)
13251 (compilation-line-number, compilation-column-number): New faces.
13252 (compilation-error-face, compilation-warning-face)
13253 (compilation-info-face, compilation-line-face)
13254 (compilation-column-face): Use them.
13255
13256 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13257
13258 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13259
13260 * bindings.el (global-map): Bind insertchar and its variants.
13261
13262 2005-06-27 Richard M. Stallman <rms@gnu.org>
13263
13264 * textmodes/artist.el (artist-text-overwrite)
13265 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13266
13267 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13268
13269 * ps-print.el: It was not working the page selection for printing.
13270 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13271 (ps-print-version): New version 6.6.7.
13272 (ps-end-sheet): New fun.
13273 (ps-header-sheet, ps-end-job): Call it.
13274
13275 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13276
13277 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13278
13279 2005-06-27 Lute Kamstra <lute@gnu.org>
13280
13281 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13282 background color faces.
13283 (facemenu-get-face): Delete function.
13284 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13285 (facemenu-add-new-color): Make second argument mandatory.
13286 Create the appropriate face and return it. Simplify.
13287 (facemenu-set-foreground, facemenu-set-background): Don't check if
13288 color is defined. Use return value of facemenu-add-new-color.
13289
13290 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13291
13292 * progmodes/gud.el (gud-filter): Add missing argument to
13293 with-selected-window.
13294
13295 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13296
13297 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13298 a :require to the defcustom.
13299
13300 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13301 defcustoms corresponding to minor modes.
13302
13303 2005-06-26 David Ponce <david@dponce.com>
13304
13305 * recentf.el: Require tree-widget instead of wid-edit.
13306 (recentf-filename-handler): Fix widget :type.
13307 (recentf-cancel-dialog, recentf-open-more-files)
13308 (recentf-open-files-action): Doc fix.
13309 (recentf-dialog-goto-first): New function.
13310 (recentf-dialog-mode-map): Set parent keymap first.
13311 (recentf-dialog-mode): Define with define-derived-mode.
13312 Don't display continuation lines in dialogs.
13313 (recentf-edit-list): Rename from recentf-edit-selected-items.
13314 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13315 Simplify.
13316 (recentf-edit-list-validate): New function.
13317 (recentf-edit-list): Update accordingly.
13318 (recentf-open-files-item-shift): Remove.
13319 (recentf-open-files-item): Convert menu elements into tree and
13320 link widgets. Don't create the widgets.
13321 (recentf-open-files): Update accordingly.
13322 (recentf-save-list): Untabify.
13323
13324 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13325
13326 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13327 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13328 partially contained in the active region. Do not take active
13329 region into account when called from Lisp, unless INTERACTIVE arg
13330 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13331 avoid trouble with fields. Make marker point nowhere when no
13332 longer used. Always return nil. Doc fix.
13333 (flush-lines): Add INTERACTIVE arg. Do not take active region
13334 into account when called from Lisp, unless INTERACTIVE arg is
13335 non-nil. Use `forward-line' instead of `beginning-of-line' to
13336 avoid trouble with fields. Make marker point nowhere when no
13337 longer used. Always return nil. Doc fix.
13338 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13339 interchangeable. Do not take active region into account when
13340 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13341 message in echo area when called from Lisp, unless INTERACTIVE arg
13342 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13343 Return the number of matches. Doc fix.
13344 (occur): Doc fix.
13345 (perform-replace): Make comment follow double space convention for
13346 the sake of `outline-minor-mode'.
13347
13348 * faces.el (facep): Doc fix.
13349
13350 2005-06-25 Richard M. Stallman <rms@gnu.org>
13351
13352 * facemenu.el (facemenu-enable-faces-p): New function.
13353 (facemenu-background-menu, facemenu-foreground-menu)
13354 (facemenu-face-menu): Add menu-enable property.
13355
13356 * jka-compr.el (jka-compr-insert-file-contents):
13357 Special handling if cannot find the uncompression program.
13358
13359 * cus-face.el (custom-face-attributes): Add autoload.
13360
13361 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13362 Bind comment-indent-function locally.
13363
13364 * window.el (save-selected-window): Use save-current-buffer.
13365
13366 * subr.el (with-selected-window): Use save-current-buffer.
13367
13368 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13369 and with-current-buffer.
13370
13371 2005-06-24 Richard M. Stallman <rms@gnu.org>
13372
13373 * simple.el (line-move-1): Fix previous change.
13374
13375 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13376
13377 * replace.el (occur-1): Set `buffer-read-only' and the
13378 buffer-modified flag before running `occur-hook' to protect
13379 against unintentional buffer switches that can lead to data loss.
13380
13381 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13382
13383 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13384 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13385 initial error.
13386
13387 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13388 after fresh input.
13389 (gdb-var-create-handler): Put name of expression in quotes.
13390
13391 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13392
13393 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13394 elements of RING in order, and without bogus nil elements.
13395
13396 2005-06-23 Richard M. Stallman <rms@gnu.org>
13397
13398 * simple.el (set-variable): Args renamed; doc fix.
13399 (line-move-1): When there are overlays around, use vertical-motion.
13400
13401 * faces.el (escape-glyph): Use brown against light background.
13402 (nobreak-space): Rename from no-break-space.
13403 Fix previous change.
13404
13405 * dired-aux.el (dired-do-copy): Fix arg prompt.
13406
13407 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13408
13409 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13410
13411 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13412 rather than "Distributor".
13413
13414 2005-06-23 Lute Kamstra <lute@gnu.org>
13415
13416 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13417 (debug-on-entry): Use it. New interactive declaration that uses
13418 function-called-at-point.
13419
13420 2005-06-23 Kim F. Storm <storm@cua.dk>
13421
13422 * subr.el (save-match-data): Add comment about using evaporate arg
13423 to set-match-data.
13424
13425 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13426
13427 * cus-edit.el (customize-face)
13428 (customize-face-other-window): Handle face aliases.
13429
13430 * faces.el (face-documentation, set-face-attribute)
13431 (face-spec-set): Handle face aliases.
13432
13433 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13434
13435 * help-mode.el (help-make-xrefs): If a symbol representing a face
13436 name is not followed by the word "face", it could still be a
13437 function or variable name, so don't bypass other checks.
13438
13439 2005-06-22 Juri Linkov <juri@jurta.org>
13440
13441 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13442 Replace aliased functions with calls where second arg `inherit' is t.
13443
13444 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13445
13446 * progmodes/gdb-ui.el (gdb-error): New variable.
13447 (gdb-error): New function.
13448 (gdb-annotation-rules): Act on error-begin and error annotations.
13449 (gdb-concat-output): Use font-lock-warning-face for errors.
13450
13451 2005-06-22 Miles Bader <miles@gnu.org>
13452
13453 * bindings.el (propertized-buffer-identification): Use renamed
13454 `Buffer-menu-buffer' face.
13455
13456 * faces.el (vertical-border): Rename from `vertical-divider'.
13457 (escape-glyph): Change dark-background color back to `cyan'.
13458
13459 2005-06-21 Juri Linkov <juri@jurta.org>
13460
13461 * faces.el (face-user-default-spec): Try getting `customized-face'
13462 prior to `saved-face'.
13463 (frame-background-mode): Refill docstring.
13464
13465 * emacs-lisp/lisp-mode.el (eval-defun-1):
13466 * emacs-lisp/edebug.el (edebug-eval-defun):
13467 Set `saved-face' temporarily to nil before calling form.
13468 Set `customized-face' to the new spec after that.
13469
13470 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13471
13472 * subr.el (1value, lambda, key-substitution-in-progress):
13473 Doc fixes.
13474
13475 * autoinsert.el (auto-insert-alist):
13476 * ses.el (ses-call-printer):
13477 * subr.el (noreturn):
13478 * emacs-lisp/lisp.el (check-parens):
13479 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13480 * net/browse-url.el (browse-url-mosaic):
13481 * progmodes/cc-defs.el (c-safe-scan-lists):
13482 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13483 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13484 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13485 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13486 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13487 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13488
13489 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13490
13491 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13492
13493 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13494
13495 * calendar/appt.el (appt-make-list): Activate the package, if
13496 not already active (for backwards compatibility).
13497
13498 2005-06-20 Kim F. Storm <storm@cua.dk>
13499
13500 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13501
13502 2005-06-20 Miles Bader <miles@gnu.org>
13503
13504 * faces.el (vertical-divider): New face.
13505
13506 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13507
13508 * simple.el (kill-whole-line): Doc fix.
13509 (next-error-buffer-p, next-error-find-buffer)
13510 (clone-indirect-buffer): Fix typos in docstrings.
13511 (comment-line-break-function): Doc fix: don't say variable
13512 is automatically buffer-local (it isn't).
13513
13514 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13515
13516 * net/tramp-ftp.el (top):
13517 * net/tramp-smb.el (top):
13518 * net/tramp-util.el (top):
13519 * net/tramp-uu.el (top):
13520 * net/tramp-vc.el (top):
13521 * net/tramp.el (top): Revert copyright years back to original
13522 ones. Tramp has a life outside GNU Emacs.
13523
13524 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13525
13526 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13527
13528 2005-06-18 Juri Linkov <juri@jurta.org>
13529
13530 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13531 end of first regexp to limit the match to the position between
13532 line number and source line with same separator character as used
13533 between file name and line number. In the second regexp limit
13534 mouse-face area to file name and line number by adding new group
13535 for them and referring it in HYPERLINK arg.
13536 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13537 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13538 previous line where grep markers may be already removed.
13539
13540 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13541
13542 * progmodes/ps-mode.el: Update version and maintainer's email address.
13543
13544 2005-06-18 Steve Youngs <steve@xemacs.org>
13545
13546 * net/browse-url.el (browse-url-browser-function)
13547 (browse-url-default-browser): Add firefox.
13548 (browse-url-firefox-program, browse-url-firefox-arguments)
13549 (browse-url-firefox-startup-arguments)
13550 (browse-url-firefox-new-window-is-tab): New defcustoms.
13551 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13552
13553 2005-06-17 Richard M. Stallman <rms@gnu.org>
13554
13555 * startup.el (command-line): Warn if specified user name has
13556 no home directory.
13557
13558 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13559 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13560
13561 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13562 Doc fixes.
13563
13564 * faces.el (underline): Try bold if terminal doesn't support underline.
13565
13566 * mail/sendmail.el (mail-setup-with-from): New variable.
13567 (mail-insert-from-field): New function.
13568 (sendmail-send-it): Call it.
13569 (mail-setup): Optionally call it here.
13570
13571 * term/linux.el: Call tty-no-underline.
13572
13573 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13574
13575 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13576
13577 2005-06-17 Miles Bader <miles@gnu.org>
13578
13579 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13580 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13581 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13582 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13583 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13584 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13585 Remove "-face" suffix from face names.
13586 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13587 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13588 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13589 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13590 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13591 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13592 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13593 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13594 New backward-compatibility aliases for renamed faces.
13595 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13596 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13597 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13598 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13599 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13600 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13601 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13602 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13603 Use renamed ediff faces.
13604
13605 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13606 Remove "-face" suffix from face names.
13607 (eshell-test-ok-face, eshell-test-failed-face):
13608 New backward-compatibility aliases for renamed faces.
13609 (eshell-run-test): Use renamed eshell-test faces.
13610
13611 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13612 face name.
13613 (eshell-prompt-face): New backward-compatibility alias for renamed
13614 face.
13615 (eshell-emit-prompt): Use renamed eshell-prompt face.
13616
13617 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13618 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13619 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13620 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13621 Remove "-face" suffix from face names.
13622 (eshell-ls-directory-face, eshell-ls-symlink-face)
13623 (eshell-ls-executable-face, eshell-ls-readonly-face)
13624 (eshell-ls-unreadable-face, eshell-ls-special-face)
13625 (eshell-ls-missing-face, eshell-ls-archive-face)
13626 (eshell-ls-backup-face, eshell-ls-product-face)
13627 (eshell-ls-clutter-face):
13628 New backward-compatibility aliases for renamed faces.
13629 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13630
13631 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13632 Remove "-face" suffix from face name.
13633 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13634 instead of literal face.
13635
13636 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13637
13638 * emacs-lisp/warnings.el (display-warning, lwarn)
13639 (warning-minimum-log-level): Doc fixes.
13640 (warning-minimum-level, warning-minimum-log-level):
13641 Add :debug to :type choices.
13642
13643 * progmodes/ada-mode.el (ada-format-paramlist)
13644 (ada-get-indent-case, ada-check-matching-start)
13645 (ada-check-defun-name, ada-goto-matching-decl-start)
13646 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13647 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13648 (ada-make-subprogram-body): Follow error conventions.
13649 (ada-case-exception-file, ada-indent-comment-as-code)
13650 (ada-indent-handle-comment-special, ada-indent-renames)
13651 (ada-indent-return, ada-search-directories-internal)
13652 (ada-tab-policy, ada-case-exception-substring)
13653 (ada-other-file-alist, ada-matching-start-re)
13654 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13655 (ada-imenu-generic-expression, ada-compile-goto-error)
13656 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13657 (ada-popup-menu, ada-add-extensions, ada-mode)
13658 (ada-region-selected, ada-create-case-exception)
13659 (ada-create-case-exception-substring, ada-after-keyword-p)
13660 (ada-activate-keys-for-case, ada-adjust-case-region)
13661 (ada-adjust-case-buffer, ada-format-paramlist)
13662 (ada-scan-paramlist, ada-insert-paramlist)
13663 (ada-indent-newline-indent)
13664 (ada-indent-newline-indent-conditional)
13665 (ada-justified-indent-current, ada-goto-previous-word)
13666 (ada-indent-current, ada-get-indent-open-paren)
13667 (ada-get-indent-paramlist, ada-get-indent-end)
13668 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13669 (ada-get-indent-block-start, ada-get-indent-subprog)
13670 (ada-get-indent-noindent, ada-get-indent-label)
13671 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13672 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13673 (ada-goto-stmt-end, ada-goto-next-word)
13674 (ada-check-matching-start, ada-check-defun-name)
13675 (ada-goto-matching-decl-start, ada-goto-matching-start)
13676 (ada-goto-matching-end, ada-search-ignore-string-comment)
13677 (ada-in-decl-p, ada-looking-at-semi-or)
13678 (ada-looking-at-semi-private, ada-in-paramlist-p)
13679 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13680 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13681 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13682 (ada-previous-package, ada-create-menu)
13683 (ada-fill-comment-paragraph-justify)
13684 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13685 (ada-other-file-name, ada-last-which-function-line)
13686 (ada-last-which-function-subprog, ada-which-function)
13687 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13688 (ada-gen-treat-proc, ada-check-emacs-version)
13689 (ada-continuation-indent, ada-align-region-separate):
13690 Fix typos in docstrings.
13691 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13692
13693 2005-06-16 Lute Kamstra <lute@gnu.org>
13694
13695 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13696 conditionally.
13697
13698 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13699
13700 * comint.el (comint-replace-by-expanded-filename)
13701 (comint-prompt-regexp, comint-delimiter-argument-list)
13702 (comint-preinput-scroll-to-bottom):
13703 * info.el (Info-hide-cookies-node):
13704 * ls-lisp.el (ls-lisp-classify):
13705 * find-file.el (ff-search-directories, ff-special-constructs)
13706 (ff-find-other-file):
13707 * font-lock.el (font-lock-keywords):
13708 * shell.el (shell-prompt-pattern)
13709 (shell-dynamic-complete-functions, shell-mode)
13710 (shell-delimiter-argument-list):
13711 * term.el (term-replace-by-expanded-filename)
13712 (term-prompt-regexp, term-delimiter-argument-list):
13713 * woman.el (woman-ignore, woman0-if):
13714 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13715 * emacs-lisp/elint.el (elint-init-env):
13716 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13717 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13718 * language/ethio-util.el (ethio-tilde-escape)
13719 (ethio-use-three-dot-question):
13720 * net/zone-mode.el (zone-mode-load-time-setup):
13721 * progmodes/cc-align.el (c-lineup-argcont):
13722 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13723 * progmodes/cperl-mode.el (cperl-set-style-back):
13724 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13725 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13726 Fix spellings in docstrings.
13727
13728 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13729 * progmodes/modula2.el (m2-for): Fix spellings.
13730
13731 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13732
13733 * simple.el (undo-more): Don't use `format' on `error' arguments.
13734 Improve argument/docstring consistency.
13735 (pending-undo-list): Doc fix.
13736
13737 * smerge-mode.el (smerge-ensure-match):
13738 * emulation/vip.el (vip-ex):
13739 * net/zone-mode.el (zone-mode-update-serial):
13740 * progmodes/idlwave.el (idlwave-complete):
13741 * progmodes/vhdl-mode.el (vhdl-visit-file)
13742 (vhdl-compose-wire-components):
13743 Don't use `format' on `error' arguments.
13744
13745 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13746 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13747 (tooltip-help-tips): Fix typos in docstrings.
13748
13749 2005-06-16 David Ponce <david@dponce.com>
13750
13751 * tree-widget.el (tree-widget-value-create): Simplify last change.
13752
13753 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13754
13755 * ido.el (ido-incomplete-regexp): New variable.
13756 (ido-set-matches-1): Handle invalid-regexp error and set
13757 ido-incomplete-regexp.
13758 (ido-incomplete-regexp): New face.
13759 (ido-completions): Use it.
13760 (ido-complete, ido-exit-minibuffer, ido-completions):
13761 Handle incomplete regexps.
13762 (ido-completions): Add check for complete match when entering a regexp.
13763
13764 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13767
13768 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13769
13770 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13771 by field delimiters.
13772
13773 2005-06-15 David Ponce <david@dponce.com>
13774
13775 * tree-widget.el: eval-and-compile inlined functions so they will
13776 be available at run-time too.
13777 (tree-widget-super-format-handler)
13778 (tree-widget-format-handler): Remove.
13779 (tree-widget-value-create): Handle the :indent property.
13780
13781 2005-06-15 Miles Bader <miles@gnu.org>
13782
13783 * progmodes/which-func.el (which-func): Only inherit
13784 `font-lock-function-name-face' when that makes sense against the
13785 default mode-line face, otherwise set the face color explicitly.
13786
13787 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13788 faces instead of (non-existent) variables.
13789
13790 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13791
13792 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13793 (iswitchb-get-matched-buffers): Likewise. Simplify.
13794
13795 2005-06-14 Miles Bader <miles@gnu.org>
13796
13797 * progmodes/ld-script.el (ld-script-location-counter):
13798 Remove "-face" suffix from face name.
13799 (ld-script-location-counter-face):
13800 New backward-compatibility alias for renamed face.
13801 (ld-script-location-counter-face): Use renamed face.
13802
13803 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13804 (cperl-hash): Remove "-face" suffix from face names.
13805 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13806 New backward-compatibility aliases for renamed faces.
13807 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13808 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13809
13810 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13811 name.
13812 (which-func-face): New backward-compatibility alias for renamed face.
13813 (which-func-format): Use renamed which-func face.
13814
13815 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13816 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13817 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13818 names.
13819 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13820 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13821 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13822 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13823 (vhdl-speedbar-architecture-selected)
13824 (vhdl-speedbar-configuration-selected)
13825 (vhdl-speedbar-package-selected)
13826 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13827 names.
13828 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13829 Use renamed faces.
13830 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13831 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13832 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13833 Use renamed faces.
13834 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13835 names.
13836 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13837 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13838 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13839 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13840 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13841 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13842
13843 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13844 face name.
13845 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13846 (sh-heredoc-face): Use renamed sh-heredoc face.
13847
13848 * progmodes/idlw-help.el (idlwave-help-link):
13849 Remove "-face" suffix from face name.
13850 (idlwave-help-link-face):
13851 New backward-compatibility alias for renamed face.
13852 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13853
13854 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13855 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13856 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13857 New backward-compatibility aliases for renamed faces.
13858 (idlwave-shell-disabled-breakpoint-face)
13859 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13860
13861 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13862 Remove "-face" suffix from face names.
13863 (flymake-errline-face, flymake-warnline-face):
13864 New backward-compatibility aliases for renamed faces.
13865 (flymake-highlight-line): Use renamed flymake faces.
13866
13867 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13868 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13869 (ebrowse-member-class, ebrowse-progress):
13870 Remove "-face" suffix from face names.
13871 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13872 (ebrowse-file-name-face, ebrowse-default-face)
13873 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13874 (ebrowse-progress-face):
13875 New backward-compatibility aliases for renamed faces.
13876 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13877 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13878 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13879 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13880
13881 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13882 antlr-syntax)
13883 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13884 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13885 names.
13886 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13887 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13888 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13889 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13890 backward-compatibility aliases for renamed faces.
13891 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13892 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13893 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13894 remove "font-lock-". Use renamed antlr-mode faces.
13895 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13896 literal face-names with face variable references.
13897
13898 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13899 face name.
13900 (Buffer-menu-buffer-face): New backward-compatibility alias for
13901 renamed face.
13902 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13903
13904 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13905
13906 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13907 Eliminate "-face" suffix.
13908 (makefile-targets): Inherit from font-lock-function-name-face and
13909 eliminate "-face" suffix.
13910 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13911 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13912 actions, instead of prepending, to make it less visible.
13913 (makefile-previous-dependency, makefile-match-dependency):
13914 Don't match a target on a continuation line.
13915
13916 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13917
13918 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
13919
13920 * progmodes/gdb-ui.el (menu): Re-order menu items.
13921 (gdb-tooltip-print): Respect tooltip-use-echo-area.
13922
13923 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13924 Define in tooltip.el.
13925 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13926 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13927 gud-tooltip-echo-area.
13928
13929 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13930 backward compatibility and make obsolete.
13931 (tooltip-help-tips): Use tooltip-use-echo-area.
13932 (tooltip-show-help-function): Rename to...
13933 (tooltip-show-help): ...this, because it is a function.
13934 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13935
13936 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13937
13938 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13939 (edebug-print-length, edebug-print-level, edebug-print-circle)
13940 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13941 (edebug-eval-print-last-sexp): Doc fixes.
13942
13943 2005-06-14 Kim F. Storm <storm@cua.dk>
13944
13945 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13946 as the coverage buffer/file/both may change.
13947
13948 2005-06-14 Lute Kamstra <lute@gnu.org>
13949
13950 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13951 and run-mode-hooks. Simplify.
13952
13953 * mail/rmailedit.el (rmail-edit-mode):
13954 * progmodes/octave-inf.el (inferior-octave-mode):
13955 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13956
13957 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13958 and run-mode-hooks.
13959 (recentf-edit-list, recentf-open-files): Don't call
13960 kill-all-local-variables directly.
13961
13962 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13963
13964 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13965
13966 * emacs-lisp/byte-run.el (make-obsolete)
13967 (define-obsolete-function-alias): Rename arguments FUNCTION and
13968 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13969 (make-obsolete-variable, define-obsolete-variable-alias):
13970 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13971 respectively.
13972
13973 * isearchb.el (isearchb-activate):
13974 * pcvs.el (cvs-mode):
13975 * ses.el (ses-load):
13976 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13977 * net/tramp.el (tramp-find-file-exists-command)
13978 (tramp-find-shell):
13979 * progmodes/ada-mode.el (ada-create-case-exception)
13980 (ada-create-case-exception-substring, ada-make-subprogram-body):
13981 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13982 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13983 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13984 * textmodes/org.el (org-promote, org-evaluate-time-range)
13985 (org-agenda-next-date-line, org-agenda-previous-date-line)
13986 (org-agenda-error, org-open-at-point, org-table-move-row)
13987 (org-format-table-table-html-using-table-generate-source)
13988 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13989 * textmodes/reftex.el (reftex-access-scan-info):
13990 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13991 (reftex-toc-promote-prepare): Follow error conventions.
13992
13993 * diff-mode.el (diff-mode): Fix typo in docstring.
13994
13995 * forms.el (forms--intuit-from-file): Fix reference to
13996 `forms-number-of-fields' in error message.
13997 (forms-print): Fix quoting in error message.
13998
13999 * forms.el (forms-mode):
14000 * emulation/vi.el (vi-goto-insert-state):
14001 * progmodes/flymake.el (flymake-new-err-info)
14002 (flymake-start-syntax-check-for-current-buffer)
14003 (flymake-simple-cleanup):
14004 * eshell/esh-var.el (eshell/export):
14005 * progmodes/gud.el (xdb):
14006 * textmodes/flyspell.el (flyspell-incorrect-hook)
14007 (flyspell-maybe-correct-transposition)
14008 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
14009
14010 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
14011
14012 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
14013 minibuffer prompt.
14014
14015 2005-06-13 Kim F. Storm <storm@cua.dk>
14016
14017 * subr.el (add-to-ordered-list): New defun.
14018
14019 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
14020 add cua--keymap-alist to emulation-mode-map-alists.
14021
14022 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
14023
14024 * subr.el (complete-in-turn): New macro.
14025 (dynamic-completion-table, lazy-completion-table): Add debug info.
14026
14027 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14028 in preference to face aliases.
14029
14030 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14031 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14032 Remove unused vars `start' and `firstline'.
14033 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14034 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14035
14036 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14037
14038 * cus-start.el (all): Don't complain about missing GTK-related
14039 variables, unless either `gtk' is boundp or this isn't a
14040 `windows-nt' build.
14041
14042 2005-06-13 Lute Kamstra <lute@gnu.org>
14043
14044 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14045 run-mode-hooks.
14046
14047 * ediff-mult.el (ediff-meta-mode):
14048 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14049
14050 * ledit.el (ledit-mode): Use delay-mode-hooks.
14051
14052 * woman.el (woman-mode-line-format): Delete constant.
14053 (woman-mode-map): Initialize it properly.
14054 (woman-mode): Set mode-class property to special.
14055 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14056 Set major-mode and mode-name. Don't set mode-line-format directly.
14057 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14058
14059 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14060 string argument obsolete.
14061
14062 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14063
14064 * textmodes/org.el (org-CUA-compatible): New option.
14065 (org-disputed-keys): New variable.
14066 (org-key): New function.
14067 (orgtbl-make-binding): Add docstring to the created function.
14068 (org-mode): Set paragraph start/separate regexps.
14069 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14070 (org-archive-location, org-archive-mark-done)
14071 (org-archive-stamp-time): New options.
14072 (org-archive-subtree): New command.
14073 (org-fill-paragraph): New function.
14074 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14075 (org-fake-empty-table-line): Function removed.
14076 (org-format-org-table-html): Do not create empty table lines at
14077 separator lines. Improved table header treatment.
14078 (org-link-format): New option.
14079 (org-make-link): New function.
14080 (org-insert-link, org-store-link): Use org-make-link.
14081 (org-open-file): Quote file name for shell command, to allow
14082 spaces in file names.
14083 (org-link-regexp): Fix bug with mailto link.
14084 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14085 New constants.
14086 (org-export-as-html): Deal with the optional angles around a link.
14087 Better treatment of file: links.
14088 (org-open-at-point): Replace @{ and @} with < and >.
14089 (org-run-mode-hooks): Function removed.
14090 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14091
14092 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14093
14094 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14095 MI command -data-list-register-values.
14096 (gdb-post-prompt): Indent properly.
14097
14098 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14099
14100 * hilit-chg.el (highlight-changes-colors): Rename from
14101 `highlight-changes-colours'.
14102 (highlight-changes-colours): Keep as obsolete alias.
14103 (highlight-changes-face-list): Doc fix.
14104 (hilit-chg-make-list): Use `highlight-changes-colors'.
14105
14106 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14107
14108 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14109 defun-prompt-regexp.
14110
14111 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14112
14113 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14114 and cygwin.
14115
14116 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14117 Don't use an old loaddefs.el, as in Makefile.in.
14118
14119 2005-06-12 Lute Kamstra <lute@gnu.org>
14120
14121 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14122
14123 * man.el (Man-mode-map): Initialize it properly.
14124 (Man-mode): Set mode-class property to special.
14125
14126 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14127
14128 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14129
14130 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14131 A newline is needed in the docstring there.
14132
14133 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14134 Doc fixes.
14135
14136 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14137
14138 * printing.el: Doc fix. The menubar is no more changed when printing
14139 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14140 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14141 (pr-version): New version number (6.8.4).
14142 (pr-menu-bind): New command.
14143 (pr-update-menus): Docstring and code fix.
14144 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14145 Docstring fix.
14146 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14147 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14148
14149 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14150
14151 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14152 "Returns" to "return", document useful return values, etc.
14153
14154 2005-06-11 Alan Mackenzie <acm@muc.de>
14155
14156 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14157 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14158 (adaptive-file-function): Minor amendment to doc-string.
14159
14160 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14161
14162 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14163 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14164 Fix :type--it is `integer', not `string'.
14165
14166 * faces.el (modeline-highlight): Rename from (the erroneous)
14167 `modeline-higilight'.
14168
14169 2005-06-11 Lute Kamstra <lute@gnu.org>
14170
14171 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14172 lisp-interaction-mode-map but make it the parent.
14173 (edebug-eval-mode): Use define-derived-mode.
14174
14175 2005-06-11 Andreas Schwab <schwab@suse.de>
14176
14177 * bindings.el: Add binding of `ESC functionkey' for every
14178 `M-functionkey'.
14179 * hexl.el (hexl-mode-map): Likewise.
14180
14181 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14182
14183 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14184 [msft]: update regexp for newer msft compilers.
14185
14186 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14187
14188 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14189 ATTLIST portions of included DTDs.
14190 (xml-parse-dtd): Eliminate use of inefficient match-data.
14191
14192 2005-06-10 Miles Bader <miles@gnu.org>
14193
14194 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14195 (mpuz-text): Remove "-face" suffix from face names.
14196 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14197 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14198 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14199
14200 * play/gomoku.el (gomoku-O, gomoku-X):
14201 Remove "-face" suffix from face names.
14202 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14203 New backward-compatibility aliases for renamed faces.
14204 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14205
14206 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14207
14208 * thumbs.el: Fixes for changes of 2005-06-09.
14209 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14210 as a directory.
14211 (thumbs-thumbname): Remove directory separator from format string;
14212 `thumbs-thumbsdir' now returns a valid directory name.
14213 (thumbs-temp-dir): New defsubst.
14214 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14215 Use it.
14216
14217 * cus-edit.el (minibuffer):
14218 * files.el (make-backup-file-name-function):
14219 * filesets.el (filesets-external-viewers):
14220 * hilit-chg.el (highlight-changes-colours)
14221 (highlight-changes-face-list, highlight-changes-rotate-faces):
14222 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14223 * kmacro.el (kmacro-call-macro):
14224 * log-edit.el (log-edit-changelog-full-paragraphs):
14225 * mouse.el (mouse-1-click-follows-link):
14226 * skeleton.el (skeleton-autowrap):
14227 * subr.el (insert-for-yank-1):
14228 * tempo.el (tempo-insert-region):
14229 * terminal.el (terminal-emulator):
14230 * time.el (display-time-mail-face):
14231 * vc.el (vc-annotate):
14232 * vcursor.el (vcursor-copy-line):
14233 * woman.el (woman-bold-headings, woman-ignore)
14234 (woman-default-faces, woman-monochrome-faces):
14235 * calendar/todo-mode.el (todo-insert-threshold):
14236 * emulation/pc-select.el (pc-select-selection-keys-only)
14237 (pc-selection-mode):
14238 * emulation/vip.el (vip-find-char-forward):
14239 * emulation/viper-cmd.el (viper-find-char-forward):
14240 * international/mule-cmds.el
14241 (select-safe-coding-system-accept-default-p)
14242 (input-method-exit-on-invalid-key):
14243 * international/mule-diag.el (describe-coding-system):
14244 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14245 * net/browse-url.el (browse-url-xterm-program):
14246 * obsolete/lazy-lock.el (lazy-lock-mode):
14247 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14248 (cperl-mode):
14249 * progmodes/cpp.el (cpp-face-light-name-list)
14250 (cpp-face-dark-name-list):
14251 * progmodes/delphi.el (delphi-newline-always-indents):
14252 Fix spellings in docstrings.
14253
14254 * ido.el (ido-mode, ido-file-extensions-order)
14255 (ido-default-file-method, ido-default-buffer-method)
14256 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14257 (ido-decorations, ido-read-file-name-as-directory-commands)
14258 (ido-read-file-name-non-ido, ido-work-directory-list)
14259 (ido-ignore-item-temp-list, ido-current-directory)
14260 (ido-magic-forward-char, ido-enter-find-file)
14261 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14262 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14263
14264 2005-06-10 Lute Kamstra <lute@gnu.org>
14265
14266 * play/dunnet.el (dun-mode): Use define-derived-mode.
14267 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14268 obsolete alias.
14269
14270 * play/doctor.el (doctor-mode-map): Remove defvar.
14271 (doctor-mode): Use define-derived-mode.
14272
14273 * mail/mspools.el (mspools-mode):
14274 * net/eudc-hotlist.el (eudc-hotlist-mode):
14275 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14276
14277 2005-06-10 Miles Bader <miles@gnu.org>
14278
14279 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14280 Remove "-face" suffix from face names.
14281 (flyspell-incorrect-face, flyspell-duplicate-face):
14282 New backward-compatibility aliases for renamed faces.
14283 (flyspell-mode-on, make-flyspell-overlay)
14284 (flyspell-highlight-incorrect-region)
14285 (flyspell-highlight-duplicate-region)
14286 (flyspell-display-next-corrections)
14287 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14288
14289 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14290 from face name.
14291 (texinfo-heading-face): New backward-compatibility alias for
14292 renamed face.
14293 (texinfo-heading-face): Use renamed texinfo-heading face.
14294
14295 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14296 suffix from face names.
14297 (tex-math-face, tex-verbatim-face):
14298 New backward-compatibility aliases for renamed faces.
14299 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14300 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14301 literal face name.
14302
14303 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14304 name.
14305 (table-cell-face): New backward-compatibility alias for renamed face.
14306 (table--put-cell-face-property, table--update-cell-face):
14307 Use renamed table-cell face.
14308
14309 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14310 from face name.
14311 (sgml-namespace-face): New backward-compatibility alias for
14312 renamed face.
14313 (sgml-namespace-face): Use renamed sgml-namespace face.
14314
14315 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14316 (org-level-4, org-level-5, org-level-6, org-level-7)
14317 (org-level-8, org-warning, org-headline-done)
14318 (org-deadline-announce, org-scheduled-today)
14319 (org-scheduled-previously, org-link, org-done, org-table)
14320 (org-time-grid): Remove "-face" suffix from face names.
14321 (org-level-1-face, org-level-2-face, org-level-3-face)
14322 (org-level-4-face, org-level-5-face, org-level-6-face)
14323 (org-level-7-face, org-level-8-face, org-warning-face)
14324 (org-headline-done-face, org-deadline-announce-face)
14325 (org-scheduled-today-face, org-scheduled-previously-face)
14326 (org-link-face, org-done-face, org-table-face)
14327 (org-time-grid-face):
14328 New backward-compatibility aliases for renamed faces.
14329 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14330 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14331 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14332 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14333
14334 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14335 (viper-minibuffer-emacs, viper-minibuffer-insert)
14336 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14337 (viper-search-face, viper-replace-overlay-face)
14338 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14339 (viper-minibuffer-vi-face):
14340 New backward-compatibility aliases for renamed faces.
14341 (viper-search-face, viper-replace-overlay-face)
14342 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14343 (viper-minibuffer-vi-face): Use renamed viper faces.
14344
14345 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14346 Remove "-face" suffix from face names.
14347 (testcover-nohits-face, testcover-1value-face):
14348 New backward-compatibility aliases for renamed faces.
14349 (testcover-mark): Use renamed testcover faces.
14350
14351 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14352 face name.
14353 (diary-button-face): New backward-compatibility alias for renamed face.
14354 (diary-entry): Use renamed diary-button face.
14355
14356 * calendar/calendar.el (diary, calendar-today, holiday)
14357 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14358 (diary-face, calendar-today-face, holiday-face):
14359 New backward-compatibility aliases for renamed faces.
14360 (eval-after-load "facemenu", diary-entry-marker)
14361 (calendar-today-marker, calendar-holiday-marker, diary-face):
14362 Use renamed calendar faces.
14363
14364 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14365 (compare-windows-face): New backward-compatibility alias for
14366 renamed face.
14367 (compare-windows-highlight): Use renamed compare-windows face.
14368
14369 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14370 (strokes-char-face): New backward-compatibility alias for renamed face.
14371 (strokes-encode-buffer): Use renamed strokes-char face.
14372
14373 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14374 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14375 Remove "-face" suffix from face names.
14376 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14377 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14378 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14379 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14380 Use renamed pcvs faces.
14381 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14382 * pcvs-defs.el (cvs-mode-map): Likewise.
14383 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14384
14385 * info.el (info-title-1, info-title-2, info-title-3)
14386 (info-title-4): Remove "-face" suffix from and downcase face names.
14387 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14388 (Info-title-4-face):
14389 New backward-compatibility aliases for renamed faces.
14390 (Info-fontify-node): Use renamed info faces.
14391
14392 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14393 Remove "-face" suffix from face names.
14394 (highlight-changes-face, highlight-changes-delete-face):
14395 New backward-compatibility aliases for renamed faces.
14396 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14397 (hilit-chg-make-list): Use renamed highlight-changes faces.
14398
14399 * generic-x.el (show-tabs-tab, show-tabs-space):
14400 Remove "-face" suffix from face names.
14401 (show-tabs-tab-face, show-tabs-space-face):
14402 New backward-compatibility aliases for renamed faces.
14403 (show-tabs-generic-mode-font-lock-defaults-1)
14404 (show-tabs-generic-mode-font-lock-defaults-2):
14405 Use renamed show-tabs faces.
14406
14407 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14408 (smerge-markers): Remove "-face" suffix from face names.
14409 (smerge-mine-face, smerge-other-face, smerge-base-face)
14410 (smerge-markers-face):
14411 New backward-compatibility aliases for renamed faces.
14412 (smerge-mine-face, smerge-other-face, smerge-base-face)
14413 (smerge-markers-face): Use renamed smerge faces.
14414
14415 * log-view.el (log-view-file, log-view-message): Remove "-face"
14416 suffix from face names.
14417 (log-view-file-face, log-view-message-face):
14418 New backward-compatibility aliases for renamed faces.
14419 (log-view-file-face, log-view-message-face): Use renamed log-view
14420 faces.
14421
14422 * paren.el (show-paren-match, show-paren-mismatch):
14423 Remove "-face" suffix from face names.
14424 (show-paren-match-face, show-paren-mismatch-face):
14425 New backward-compatibility aliases for renamed faces.
14426 (show-paren-function): Use renamed show-paren faces.
14427
14428 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14429 (ruler-mode-margins, ruler-mode-fringes)
14430 (ruler-mode-column-number, ruler-mode-fill-column)
14431 (ruler-mode-comment-column, ruler-mode-goal-column)
14432 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14433 suffix from face names.
14434 (ruler-mode-default-face, ruler-mode-pad-face)
14435 (ruler-mode-margins-face, ruler-mode-fringes-face)
14436 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14437 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14438 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14439 New backward-compatibility aliases for renamed faces.
14440 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14441 (ruler-mode-column-number, ruler-mode-fill-column)
14442 (ruler-mode-comment-column, ruler-mode-goal-column)
14443 (ruler-mode-tab-stop, ruler-mode-current-column)
14444 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14445 faces.
14446
14447 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14448 face name.
14449 (whitespace-highlight-the-space): Use renamed face.
14450 (whitespace-highlight-face): New backward-compatibility alias for
14451 renamed face.
14452
14453 * woman.el (woman-italic, woman-bold, woman-unknown)
14454 (woman-addition, woman-symbol-face):
14455 Remove "-face" suffix from face names.
14456 (woman-italic-face, woman-bold-face, woman-unknown-face)
14457 (woman-addition-face):
14458 New backward-compatibility aliases for renamed faces.
14459 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14460 (woman-decode-region, woman-replace-match)
14461 (woman-display-extended-fonts, woman-special-characters)
14462 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14463 Use renamed woman faces.
14464
14465 * longlines.el (longlines-visible-face): Face removed.
14466
14467 * diff-mode.el (diff-header, diff-file-header, diff-index)
14468 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14469 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14470 suffix from face names.
14471 (diff-header-face, diff-file-header-face, diff-index-face)
14472 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14473 (diff-changed-face, diff-function-face, diff-context-face)
14474 (diff-nonexistent-face): New backward-compatibility aliases for
14475 renamed faces.
14476 (diff-header-face, diff-file-header-face)
14477 (diff-index, diff-index-face, diff-hunk-header)
14478 (diff-hunk-header-face, diff-removed, diff-removed-face)
14479 (diff-added, diff-added-face, diff-changed-face, diff-function)
14480 (diff-function-face, diff-context-face, diff-nonexistent)
14481 (diff-nonexistent-face): Use renamed diff-mode faces.
14482
14483 * progmodes/compile.el (compilation-warning-face)
14484 (compilation-info-face): Remove "-face" suffix from face names.
14485 (compilation-warning-face, compilation-info-face):
14486 New backward-compatibility aliases for renamed faces.
14487 (compilation-warning-face, compilation-info-face):
14488 Use renamed compilation faces.
14489
14490 * add-log.el (change-log-date, change-log-name)
14491 (change-log-email, change-log-file, change-log-list)
14492 (change-log-conditionals, change-log-function)
14493 (change-log-acknowledgement): Remove "-face" suffix from face names.
14494 (change-log-date-face, change-log-name-face)
14495 (change-log-email-face, change-log-file-face)
14496 (change-log-list-face, change-log-conditionals-face)
14497 (change-log-function-face, change-log-acknowledgement-face):
14498 New backward-compatibility aliases for renamed faces.
14499 (change-log-font-lock-keywords): Use renamed change-log faces.
14500
14501 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14502 (custom-set, custom-changed, custom-saved, custom-button)
14503 (custom-button-pressed, custom-documentation, custom-state)
14504 (custom-comment, custom-comment-tag, custom-variable-tag)
14505 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14506 (custom-group-tag): Remove "-face" suffix from face names.
14507 (custom-magic-alist, custom-magic-value-create)
14508 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14509 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14510 (custom-set-face, custom-changed-face, custom-saved-face)
14511 (custom-button-face, custom-button-pressed-face)
14512 (custom-documentation-face, custom-state-face)
14513 (custom-comment-face, custom-comment-tag-face)
14514 (custom-variable-tag-face, custom-variable-button-face)
14515 (custom-face-tag-face, custom-group-tag-face-1)
14516 (custom-group-tag-face):
14517 New backward-compatibility aliases for renamed faces.
14518
14519 * wid-edit.el (widget-documentation, widget-button)
14520 (widget-field, widget-single-line-field, widget-inactive)
14521 (widget-button-pressed): "-face" suffix removed from face names.
14522 (widget-documentation-face, widget-button-face)
14523 (widget-field-face, widget-single-line-field-face)
14524 (widget-inactive-face, widget-button-pressed-face):
14525 New backward-compatibility aliases for renamed faces.
14526 (widget-documentation-face, widget-button-face)
14527 (widget-button-pressed-face, widget-specify-field)
14528 (widget-specify-inactive): Use renamed widget faces.
14529
14530 2005-06-10 Kenichi Handa <handa@m17n.org>
14531
14532 * term/x-win.el (x-clipboard-yank): Remove condition-case
14533 wrapping.
14534
14535 2005-06-11 Kenichi Handa <handa@m17n.org>
14536
14537 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14538 date lines stricter.
14539
14540 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14541
14542 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14543 of x-get-selection.
14544
14545 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14546
14547 * comint.el (comint-mode, comint-snapshot-last-prompt):
14548 * frame.el (frame-current-scroll-bars):
14549 * term.el (term-mode, term-check-proc, term-input-sender)
14550 (term-simple-send, term-extract-string, term-word)
14551 (term-match-partial-filename):
14552 * window.el (window-current-scroll-bars):
14553 * emulation/cua-base.el (cua-normal-cursor-color)
14554 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14555 (cua-global-mark-cursor-color):
14556 * mail/undigest.el (rmail-forward-separator-regex):
14557 Fix typos in docstrings.
14558
14559 * comint.el (comint-check-proc, make-comint-in-buffer)
14560 (comint-source-default): Doc fixes.
14561
14562 * term.el (term-send-string): Improve argument/docstring consistency.
14563
14564 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14565
14566 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14567 call to `delete-region'.
14568 (comint-mode-hook): Do not enable Font Lock by default.
14569
14570 2005-06-09 Lute Kamstra <lute@gnu.org>
14571
14572 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14573 could be void.
14574
14575 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14576
14577 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14578 (debug): Use it.
14579 (debugger-step-through, debugger-continue, debugger-jump)
14580 (debugger-return-value): Set it when needed.
14581 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14582 Use inhibit-read-only.
14583
14584 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14585
14586 * window.el (shrink-window-if-larger-than-buffer)
14587 (window-size-fixed): Fix typo in docstring.
14588
14589 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14590 thumbnails directory on loading.
14591 (thumbs-conversion-program): Use `eq' to check the system type,
14592 not `equal'.
14593 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14594 not "/tmp". Fix docstring.
14595 (thumbs-thumbsdir): New function to return the thumbnails
14596 directory, creating it if needed.
14597 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14598 (thumbs-temp-file): Delete variable and make it into a function.
14599 (thumbs-resize-image, thumbs-modify-image): Use it.
14600 (thumbs-kill-buffer): Simplify.
14601 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14602 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14603 docstrings.
14604
14605 2005-06-09 Kim F. Storm <storm@cua.dk>
14606
14607 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14608 set-match-data to free markers in match-data.
14609
14610 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14611 match-data to unchain markers in match-data.
14612
14613 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14614
14615 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14616 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14617 unnecessary now.
14618
14619 2005-06-08 Richard M. Stallman <rms@gnu.org>
14620
14621 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14622 give the variable a doc string that doesn't say don't set it directly.
14623
14624 * textmodes/ispell.el (ispell-check-version):
14625 Use match-string-no-properties.
14626 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14627 (ispell-buffer-local-words): Likewise.
14628
14629 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14630 except on terminals with enough colors to really display it.
14631 (makefile-dependency-regex): Delete spurious `bb'.
14632
14633 * faces.el (escape-glyph): Use blue once again in last case.
14634 (no-break-space): Redefine so that it isn't invisible on a tty.
14635
14636 2005-06-08 Kim F. Storm <storm@cua.dk>
14637
14638 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14639 also when reading directory name.
14640
14641 2005-06-08 Lute Kamstra <lute@gnu.org>
14642
14643 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14644 (flyspell-mode-line-string): Remove autoload cookie.
14645 (flyspell-mode): Remove defvar.
14646
14647 2005-06-07 Lute Kamstra <lute@gnu.org>
14648
14649 * textmodes/org.el (org-run-mode-hooks): New function.
14650 (org-agenda-mode): Use it.
14651
14652 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14653
14654 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14655
14656 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14657
14658 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14659
14660 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14661
14662 * font-lock.el (font-lock-add-keywords): Doc fix.
14663
14664 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14667 (tex-compile-default): In the absence of any history, use the order in
14668 tex-compile-alist to choose the preferred command.
14669 (tex-compile-commands): Reorder a bit.
14670
14671 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14672 (flyspell-incorrect-face, flyspell-duplicate-face):
14673 Use (X)Emacs-agnostic code.
14674 (flyspell-mode-map): Don't overwrite at each load. Remove code
14675 redundant with the subsequent add-minor-mode. Merge Emacs and
14676 XEmacs code.
14677 (flyspell-word): Minor simplification.
14678 (flyspell-math-tex-command-p): Quieten the byte-compiler.
14679 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14680 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14681 Merge the corresponding Emacs code.
14682 (flyspell-correct-word, flyspell-xemacs-popup):
14683 Use flyspell-do-correct.
14684
14685 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14686 a dedicated window.
14687
14688 * international/latexenc.el (latexenc-find-file-coding-system):
14689 Undo part of last patch, to turn off a compiler warning.
14690
14691 2005-06-06 Juri Linkov <juri@jurta.org>
14692
14693 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14694 Rename `tmm-inactive-face' to `tmm-inactive'.
14695
14696 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14697
14698 * iswitchb.el: Rename faces.
14699
14700 2005-06-06 Kim F. Storm <storm@cua.dk>
14701
14702 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14703 (cua-global-mark): Remove -face suffix from face names.
14704
14705 * emulation/cua-gmrk.el (cua--init-global-mark):
14706 Remove cua-global-mark face setup.
14707
14708 2005-06-06 Richard M. Stallman <rms@gnu.org>
14709
14710 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14711 just like other allowed characters.
14712 (makefile-match-dependency): Exclude leading and training whitespace
14713 from the range of regexp subexp 1.
14714 (makefile-macroassign-regex): Don't try to match the body,
14715 just the name of the macro being defined.
14716
14717 * info.el (Info-read-node-name-2): New function.
14718 (Info-read-node-name-1): Use that.
14719 Add a completion-base-size-function property.
14720
14721 * simple.el (completion-setup-function): Look for
14722 completion-base-size-function property of minibuffer-completion-table.
14723
14724 * files.el (locate-file-completion): Doc fix.
14725
14726 * printing.el: Don't call pr-update-menus; user must do that.
14727
14728 * emacs-lisp/debug.el (debugger-window): New variable.
14729 (debug): Use debugger-window if it is set and still alive.
14730 Record debugger-window for next entry.
14731
14732 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14733
14734 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
14735
14736 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14737 (hack-one-local-variable, hack-local-variables)
14738 (hack-local-variables-prop-line): Pass that arg.
14739
14740 2005-06-06 Kim F. Storm <storm@cua.dk>
14741
14742 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14743 (ido-indicator): Remove -face suffix from face names.
14744
14745 2005-06-06 Juri Linkov <juri@jurta.org>
14746
14747 * font-lock.el (font-lock-regexp-backslash)
14748 (font-lock-regexp-backslash-construct): New faces.
14749 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14750 after `('. Add `while-no-input' to control structures.
14751
14752 * faces.el (no-break-space, shadow): New faces.
14753 (escape-glyph): Use less loud colors pink2 and red4.
14754
14755 * diff-mode.el (diff-context-face)
14756 * dired.el (dired-ignored)
14757 * rfn-eshadow.el (file-name-shadow)
14758 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14759
14760 * info.el (Info-title-1-face): Use green instead of yellow because
14761 bold yellow is not readable on light backgrounds.
14762
14763 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14764 before selecting the desired mode to not spend time fontifying
14765 old contents.
14766
14767 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
14768
14769 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14770 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14771
14772 * ps-print.el (ps-default-fg, ps-default-bg):
14773 Fix typos in docstrings.
14774
14775 * isearchb.el (isearchb): Don't pass a spurious second argument to
14776 `iswitchb-completions'.
14777
14778 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
14779
14780 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14781 to preserve point.
14782 (gdb-find-file-hook): Add doc string.
14783
14784 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14785 C dereferenced pointer expression.
14786 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
14787
14788 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14789
14790 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14791 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14792 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14793 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14794 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14795 Make background transparent.
14796
14797 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14798
14799 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14800 (font-lock-remove-keywords): Doc fix.
14801 (font-lock-mode-major-mode): Compiler defvar.
14802 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14803
14804 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14805 (font-lock-mode): Update `font-lock-mode-major-mode'.
14806 (font-lock-set-defaults): Compiler defvar.
14807 (font-lock-default-function): Take `font-lock-mode-major-mode'
14808 into account.
14809
14810 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14811 keep track of which major mode it enabled the minor mode for.
14812 Use find-file-hook again. Update docstring.
14813
14814 * simple.el (eval-expression-print-level)
14815 (eval-expression-print-length, eval-expression-debug-on-error):
14816 Doc fixes.
14817
14818 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14819
14820 * iswitchb.el (iswitchb-single-match-face)
14821 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14822 (iswitchb-invalid-regexp-face): New faces.
14823 (iswitchb-completions): Use them.
14824 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14825 now marked as an obsolete alias.
14826 (iswitchb-read-buffer): Remove check for bound font variables.
14827 (iswitchb-invalid-regexp): New free variable.
14828 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14829 set iswitchb-invalid-regexp.
14830 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14831 invalid regexps.
14832 (iswitchb-completions): Add check for complete match when entering
14833 a regexp.
14834 (iswitchb-completions): Remove require-match argument.
14835 (iswitchb-exhibit): Fix caller.
14836 (iswitchb-common-match-inserted): New variable.
14837 (iswitchb-complete, iswitchb-completion-help): Use it.
14838
14839 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14840
14841 * url-http.el (url-http-chunked-encoding-after-change-function):
14842 Use `url-http-debug' instead of `message'.
14843
14844 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14845
14846 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14847 callback argument.
14848
14849 2005-06-04 Kim F. Storm <storm@cua.dk>
14850
14851 * simple.el (line-move): Only call sit-for when moving backwards.
14852
14853 * ido.el (ido-make-merged-file-list-1): New defun split from
14854 ido-make-merged-file-list.
14855 (ido-make-merged-file-list): Bind throw-on-input around call to
14856 ido-make-merged-file-list-1. Return input-pending-p if
14857 interrupted by more input available.
14858 (ido-read-internal): Handle input-pending-p return value from
14859 ido-make-merged-file-list.
14860
14861 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14862
14863 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14864 compatibility code.
14865
14866 * international/latexenc.el (latexenc-find-file-coding-system):
14867 Don't inherit the EOL part of the coding-system from the
14868 tex-main buffer. Fit within 80 columns.
14869
14870 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14871
14872 * tmm.el (tmm-inactive-face): New face.
14873 (tmm-remove-inactive-mouse-face): New function.
14874 (tmm-prompt, tmm-add-one-shortcut)
14875 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14876 but not selectable.
14877
14878 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
14879
14880 * faces.el (face-equal): Improve argument/docstring consistency.
14881
14882 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14883
14884 * progmodes/make-mode.el (makefile-targets-face)
14885 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14886 (makefile-bsdmake-dependency-regex)
14887 (makefile-makepp-rule-action-regex)
14888 (makefile-bsdmake-rule-action-regex): New constants.
14889 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14890
14891 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14892 Allow (...) within `...' for makepp messages.
14893
14894 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
14895
14896 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14897
14898 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14899 "." files are deleted from all file lists before comparison.
14900
14901 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14902 (viper-ESC-key): Made them customizable.
14903
14904 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14905
14906 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14907
14908 * autorevert.el (auto-revert-buffers): Use save-match-data.
14909
14910 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14911
14912 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14913 menu items with a nil command binding.
14914
14915 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
14916
14917 * emacs-lisp/cl-macs.el (defsetf):
14918 Improve argument/docstring consistency.
14919
14920 * faces.el (list-faces-display): Improve the formatting by
14921 computing the maximum length required for any face-name (reworked
14922 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14923 (internal-find-face): Remove redundant info in docstring.
14924
14925 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
14926
14927 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14928 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14929 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14930 (gdb-assembler-custom): Improve regexps.
14931 (def-gdb-auto-update-handler): Use window point to preserve point.
14932
14933 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14934
14935 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14936
14937 2005-05-31 Jay Belanger <belanger@truman.edu>
14938
14939 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14940 to calc-embedded.
14941 (calc-embedded-make-info): Have plain prefix argument select
14942 entire line.
14943
14944 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
14945
14946 * faces.el (list-faces-display): Signal error if passed a regexp
14947 that matches no face name.
14948
14949 * simple.el (filter-buffer-substring): Fix typo in docstring.
14950
14951 2005-05-31 Richard M. Stallman <rms@gnu.org>
14952
14953 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14954 (vhdl-emacs-21): Doc fix.
14955 (vhdl-mode): Unconditionally set comment-padding.
14956 (vhdl-fixup-whitespace-region): Insert spaces only where
14957 there are none.
14958 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14959
14960 2005-05-30 John Wiegley <johnw@newartisans.com>
14961
14962 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14963 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14964 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14965 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14966 `string-to-number'.
14967
14968 2005-05-30 Jay Belanger <belanger@truman.edu>
14969
14970 * calc/calc.el (calc-bug-address): Fix docstring.
14971 (calc-window-hook, calc-trail-window-hook): New variables.
14972 (calc-trail-display): Restore use of calc-trail-window-hook.
14973 (calc): Restore use of calc-window-hook.
14974
14975 2005-05-31 Masatake YAMATO <jet@gyve.org>
14976
14977 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14978
14979 * help-fns.el (help-C-file-name): Add autoload mark for
14980 `find-function-noselect'.
14981
14982 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14983
14984 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14985 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14986
14987 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14988
14989 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14990 included diary buffer if it was not already being visited.
14991 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14992
14993 * calendar/icalendar.el (top-level): Do not require appt.
14994
14995 * mail/supercite.el (sc-select-attribution): Only use a list
14996 element from sc-attrib-selection-list if it returns a string.
14997 Reported by Davide G. M. Salvetti <salve@debian.org>.
14998
14999 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
15000
15001 * thumbs.el (thumbs-thumbname): The resulting thumbname now
15002 includes a hash value to improve its uniqueness, and has a ".jpg"
15003 extension. Also, it is now a valid filename on all systems.
15004 (thumbs-make-thumb): Use `let', not `let*'.
15005 (thumbs-show-thumbs-list): Check for JPEG availability.
15006
15007 2005-05-30 Richard M. Stallman <rms@gnu.org>
15008
15009 * filesets.el (filesets-menu-ensure-use-cached):
15010 Prevent warning when emacs-version>= is undefined.
15011
15012 * printing.el (pr-interactive-n-up): Use string-to-number.
15013
15014 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
15015
15016 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
15017 Warn only when name to be defined is quoted.
15018
15019 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
15020
15021 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
15022 Make regexp more robust.
15023 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
15024 Force regeneration of disassembly.
15025
15026 2005-05-29 Jay Belanger <belanger@truman.edu>
15027
15028 * calc/calc.el (calc-user-invocation): Check if
15029 calc-invocation-macro is non-nil.
15030
15031 2005-05-29 Juri Linkov <juri@jurta.org>
15032
15033 * add-log.el (change-log-font-lock-keywords):
15034 Add `+' to e-mail regexp to accept mail address with keywords.
15035
15036 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15037
15038 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15039
15040 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15041
15042 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15043
15044 2005-05-29 Richard M. Stallman <rms@gnu.org>
15045
15046 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15047 Undo the change that moves to end of the current word.
15048
15049 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15050
15051 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15052 Throw error when count <= 0 to ensure input is a number.
15053 (gdb-read-memory-custom): Pick up address from buffer.
15054 (gdb-memory-mode): Allow user to increment and decrement
15055 memory address from header line.
15056
15057 2005-05-29 Richard M. Stallman <rms@gnu.org>
15058
15059 * flyspell.el (flyspell-version): Function deleted.
15060 (flyspell-auto-correct-previous-hook): Doc fix.
15061
15062 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15063 Do nothing if memory is full.
15064
15065 * font-lock.el (font-lock-fontify-syntactically-region):
15066 Pass t for GREEDY to looking-back.
15067
15068 * saveplace.el (save-place-alist-to-file): Write the file
15069 using write-region.
15070
15071 * subr.el (looking-back): New argument GREEDY.
15072
15073 * progmodes/compile.el (compilation-start): Set the mode
15074 before inserting the initial text.
15075
15076 * progmodes/which-func.el (which-func-update-1): Turn the mode
15077 off in case of error by setting which-func-mode.
15078
15079 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15080
15081 * flyspell.el (flyspell-auto-correct-previous-word):
15082 Narrow down to what's on the screen, and recenter overlays
15083 at the end of the next word.
15084
15085 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15086
15087 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15088 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15089 (flyspell-abbrev-p): Default to nil.
15090 (flyspell-use-global-abbrev-table-p): Doc fix.
15091 (flyspell-large-region): Allow nil as value.
15092 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15093
15094 (mail-mode-flyspell-verify): More robust handling
15095 of `mail-header-separator'. More efficient signature detection.
15096 Allow for regexp metacharacters in message-header-separator.
15097 Adding `To' not to be checked in mail-mode-flyspell-verify.
15098
15099 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15100 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15101 Bind flyspell-auto-correct-binding.
15102 Bind C-. and C-, .
15103 (flyspell-mode-map): Likewise.
15104 (flyspell-mode): Doc fix.
15105 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15106 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15107 (flyspell-word-cache-result): New var, always local.
15108 (flyspell-check-pre-word-p): Doc fix.
15109 (flyspell-check-changed-word-p): Handle spc like newline.
15110 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15111 (flyspell-word-search-backward, flyspell-word-search-forward):
15112 New functions.
15113 (flyspell-word): Return t if nothing to check.
15114 When parsing TeX code, check for after } or \.
15115 Use flyspell-word-search-backward to find previous word.
15116 Return nil if duplicated word.
15117 For word already checked, return same value as last time.
15118 Set flyspell-word-cache-result after checking.
15119 Don't clobber the return value.
15120 (flyspell-get-word): Major rewrite.
15121 (flyspell-external-point-words): New locals pword, pcount.
15122 Fix size used in progress message.
15123 Find the proper corresponding word in flyspell-large-region-buffer.
15124 (flyspell-region): Check for flyspell-large-region = nil.
15125 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15126 (flyspell-auto-correct-word): Check that WORD is a cons.
15127 (flyspell-correct-word): Likewise.
15128
15129 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15130
15131 * progmodes/make-mode.el (makefile-rule-action-regex)
15132 (makefile-macroassign-regex, makefile-makepp-mode)
15133 (makefile-bsdmake-mode): Continuation lines may be empty.
15134 Reported by Joshua Varner.
15135 (makefile-makepp-font-lock-keywords): Add $(stem).
15136
15137 2005-05-28 Karl Berry <karl@gnu.org>
15138
15139 * textmodes/tex-mode.el: Now that tex-send-command calls
15140 shell-quote-argument (2005-03-31 change), remove all calls to
15141 shell-quote-argument; they all end up invoking tex-send-command.
15142 The double quoting loses on filenames with non-safe characters,
15143 such as "@". Reported by Frederik Fouvry.
15144
15145 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15146
15147 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15148 about preserving point.
15149
15150 2005-05-27 Jay Belanger <belanger@truman.edu>
15151
15152 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15153 Info-goto-node.
15154
15155 * calc/calc-embed.el (calc-embed-arg): New variable.
15156 (calc-do-embedded-activate, calc-embedded-activate-formula)
15157 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15158 variable by new variable.
15159 (calc-embedded-make-info): Replace undeclared variable by new
15160 variable. When selecting region with positive prefix
15161 argument, use end of previous line instead of beginning of line.
15162
15163 * calc/calc-aent.el (calc-arg-values): Declare it.
15164
15165 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15166 Declare them.
15167
15168 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15169
15170 * calc/calc.el (calc-alg-map): Declare it.
15171
15172 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15173
15174 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15175
15176 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15177 (gdb-registers-buffer, toggle-gdb-all-registers):
15178 Toggle display of floating point registers.
15179 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15180
15181 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15182 (toggle-gud-tooltip-dereference):
15183 Rename from gud-toggle-tooltip-dereference.
15184
15185 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15186
15187 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15188
15189 2005-05-27 Jay Belanger <belanger@truman.edu>
15190
15191 * calc/calc-prog.el (calc-kbd-report): Remove.
15192 (calc-kbd-query): Rewrite.
15193
15194 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15195
15196 * image.el (image-library-alist): Move to image.c.
15197 (image-type-available-p): Doc fix.
15198
15199 2005-05-27 Lute Kamstra <lute@gnu.org>
15200
15201 * calc/calc.el (calc):
15202 * outline.el (outline-1, outline-2, outline-3, outline-4)
15203 (outline-5, outline-6, outline-7, outline-8):
15204 * textmodes/dns-mode.el (dns-mode):
15205 * textmodes/sgml-mode.el (sgml-namespace-face):
15206 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15207 (tex-verbatim-face, tex-use-reftex):
15208 * textmodes/texinfo.el (texinfo-heading-face):
15209 Specify customization group.
15210
15211 * longlines.el: Don't require easy-mmode.
15212 (longlines-visible-face): Specify customization group.
15213
15214 2005-05-27 Kenichi Handa <handa@m17n.org>
15215
15216 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15217 encoding table of windows-1251.
15218
15219 * international/ucs-tables.el (ucs-set-table-for-input):
15220 If translation-table-for-input of a coding system is a symbol, get
15221 its translation-table property.
15222
15223 * international/code-pages.el: Don't register a coding system into
15224 non-iso-charset-alist more than once.
15225 (cp-make-coding-system): Likewise.
15226
15227 2005-05-26 John Wiegley <johnw@newartisans.com>
15228
15229 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15230 `eshell-resume-eval' is wrapped in a list, it indicates that the
15231 command was run asynchronously. In that case, unwrap the value
15232 before checking the delimiter value.
15233
15234 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15235 character before a space at the end of a line is \, assume the space
15236 is part of the last argument rather than a final argument separator.
15237
15238 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15239 is in use, and the target is `t' or `nil' (which are the most common
15240 values), don't assume that the symbol target is a buffer.
15241
15242 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15243
15244 * calendar/calendar.el (calendar-mode-line-format):
15245 Use mode-line-highlight as mouse-face.
15246
15247 * time.el (display-time-string-forms, display-time-update):
15248 Use mode-line-highlight as mouse-face.
15249
15250 2005-05-26 Jay Belanger <belanger@truman.edu>
15251
15252 * calc/calc.el (calc-language-alist): Remove extra defvar.
15253
15254 2005-05-26 Lute Kamstra <lute@gnu.org>
15255
15256 * arc-mode.el (archive-mode):
15257 * bookmark.el (bookmark-read-annotation-mode)
15258 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15259 * bs.el (bs-mode):
15260 * calc/calc-yank.el (calc-edit-mode):
15261 * calc/calc.el (calc-mode, calc-trail-mode):
15262 * calculator.el (calculator-mode):
15263 * chistory.el (command-history-mode):
15264 * comint.el:
15265 * cus-edit.el (custom-mode):
15266 * descr-text.el (describe-text-mode):
15267 * ebuff-menu.el (Electric-buffer-menu-mode):
15268 * ediff-util.el (ediff-mode):
15269 * emacs-lisp/re-builder.el (reb-mode):
15270 * emulation/vi.el (vi-mode-setup):
15271 * emulation/ws-mode.el (wordstar-mode):
15272 * eshell/esh-mode.el (eshell-mode):
15273 * forms.el (forms-mode):
15274 * help-mode.el (help-mode):
15275 * hexl.el (hexl-mode):
15276 * ibuffer.el (ibuffer-mode):
15277 * ielm.el (inferior-emacs-lisp-mode):
15278 * info.el (Info-mode, Info-edit-mode):
15279 * international/swedish.el:
15280 * ledit.el (ledit-from-lisp-mode):
15281 * locate.el (locate-mode):
15282 * mail/rmail.el (rmail-mode):
15283 * mail/rmailedit.el (rmail-edit-mode):
15284 * mail/rmailsum.el (rmail-summary-mode):
15285 * mail/supercite.el (sc-electric-mode):
15286 * net/eudc.el (eudc-mode):
15287 * net/quickurl.el (quickurl-list-mode):
15288 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15289 * obsolete/ooutline.el (outline-mode):
15290 * obsolete/options.el (Edit-options-mode):
15291 * obsolete/rnews.el (news-mode):
15292 * obsolete/rnewspost.el (news-reply-mode):
15293 * play/5x5.el (5x5-mode):
15294 * play/decipher.el (decipher-mode, decipher-stats-mode):
15295 * play/gomoku.el (gomoku-mode):
15296 * play/snake.el (snake-mode):
15297 * play/solitaire.el (solitaire-mode):
15298 * play/tetris.el (tetris-mode):
15299 * progmodes/ada-mode.el (ada-mode):
15300 * progmodes/antlr-mode.el (antlr-mode):
15301 * progmodes/autoconf.el (autoconf-mode):
15302 * progmodes/dcl-mode.el (dcl-mode):
15303 * progmodes/delphi.el (delphi-mode):
15304 * progmodes/ebrowse.el (ebrowse-tree-mode)
15305 (ebrowse-electric-list-mode, ebrowse-member-mode)
15306 (ebrowse-electric-position-mode):
15307 * progmodes/f90.el (f90-mode):
15308 * progmodes/fortran.el (fortran-mode):
15309 * progmodes/icon.el (icon-mode):
15310 * progmodes/idlw-help.el (idlwave-help-mode):
15311 * progmodes/idlw-shell.el (idlwave-shell-mode):
15312 * progmodes/idlwave.el (idlwave-mode):
15313 * progmodes/inf-lisp.el (inferior-lisp-mode):
15314 * progmodes/m4-mode.el (m4-mode):
15315 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15316 * progmodes/modula2.el (modula-2-mode):
15317 * progmodes/octave-inf.el (inferior-octave-mode):
15318 * progmodes/octave-mod.el (octave-mode):
15319 * progmodes/pascal.el (pascal-mode):
15320 * progmodes/sh-script.el (sh-mode):
15321 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15322 * progmodes/vhdl-mode.el (vhdl-mode):
15323 * progmodes/xscheme.el (scheme-interaction-mode):
15324 * replace.el (occur-mode):
15325 * ses.el (ses-mode):
15326 * simple.el (completion-list-mode):
15327 * skeleton.el:
15328 * speedbar.el (speedbar-mode):
15329 * term.el (term-mode):
15330 * terminal.el (terminal-edit-mode):
15331 * textmodes/reftex-index.el (reftex-index-mode)
15332 (reftex-index-phrases-mode):
15333 * textmodes/reftex-sel.el (reftex-select-label-mode)
15334 (reftex-select-bib-mode):
15335 * textmodes/reftex-toc.el (reftex-toc-mode):
15336 * wdired.el (wdired-change-to-wdired-mode):
15337 * wid-browse.el (widget-browse-mode):
15338 Use run-mode-hooks.
15339
15340 * array.el (array-mode):
15341 * calendar/todo-mode.el (todo-mode):
15342 * man.el (Man-mode):
15343 * play/landmark.el (lm-mode):
15344 * play/mpuz.el (mpuz-mode):
15345 Use kill-all-local-variables and run-mode-hooks.
15346
15347 * subr.el (delay-mode-hooks): Specify indentation.
15348
15349 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15350
15351 * xml.el (xml-substitute-special): Don't die for undefined xml
15352 entities.
15353
15354 2005-05-26 Jay Belanger <belanger@truman.edu>
15355
15356 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15357 of nil.
15358
15359 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15360
15361 * progmodes/gdb-ui.el (gdb-frame-address):
15362 Rename from gdb-current-address.
15363 (gdb-previous-frame-address): Rename from gdb-previous-address.
15364 (gdb-selected-frame): Rename from gdb-current-frame.
15365 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15366 (gdb-frame-number): Rename from gdb-current-stack-level.
15367 (gdb-ann3): Match new mode-name for disassembly buffer.
15368 Extend initialization of variables.
15369 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15370 (gdb-memory-mode): Use mouse-face in header line.
15371 (gdb-assembler-buffer-name): Call it disassembly and give frame
15372 in mode line.
15373 (gdb-source-spec-regexp, gdb-assembler-custom)
15374 (gdb-invalidate-assembler, gdb-frame-handler):
15375 Make robust to leading zeroes in address format.
15376
15377 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15378
15379 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15380 define `org-mode'.
15381 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15382
15383 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15384
15385 * log-edit.el (log-edit-changelog-entries): Distinguish between
15386 filenames like xfns.c and fns.c.
15387
15388 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15389
15390 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15391 point after reverting.
15392 (Buffer-menu-make-sort-button): Handle the case where
15393 `Buffer-menu-use-header-line' is nil.
15394
15395 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15396
15397 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15398 New funcs. In minibuffer-local-completion-map bind `]', `/'
15399 and `:' to them.
15400
15401 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15402
15403 * startup.el (normal-top-level): Allow modification of load-path while
15404 we're iterating over it.
15405
15406 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15407
15408 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15409 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15410 (thumbs-resize-interactive, thumbs-insert-image)
15411 (thumbs-insert-thumb, thumbs-dired-show-marked)
15412 (thumbs-find-image-at-point, thumbs-delete-images)
15413 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15414 (thumbs-increment-image-size, thumbs-decrement-image-size):
15415 Fix typos in docstrings.
15416
15417 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15418
15419 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15420 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15421 (cperl-mode): Use them.
15422
15423 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15424
15425 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15426 Doc fixes.
15427
15428 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15429
15430 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15431 Bind C-d to gdb-inferior-io-eof.
15432
15433 * dired.el (dired-dnd-popup-notice): Use message-box.
15434
15435 2005-05-23 Masatake YAMATO <jet@gyve.org>
15436
15437 * bindings.el (mode-line-major-mode-keymap):
15438 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15439
15440 * faces.el (mode-line-highlight): New face.
15441
15442 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15443 as mouse-face.
15444
15445 * bindings.el (top-level, help-echo, mode-line-modified)
15446 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15447 as mouse-face.
15448
15449 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15450
15451 * progmodes/cc-engine.el (c-guess-basic-syntax):
15452 Remove spurious call to `zerop'.
15453
15454 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15455
15456 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15457
15458 CC Mode update to 5.30.10:
15459
15460 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15461 could go past the limit in decoration level 2, thereby causing
15462 errors during interactive fontification.
15463
15464 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15465 the file is evaluated interactively.
15466
15467 * cc-engine.el (c-guess-basic-syntax): Handle operator
15468 declarations somewhat better in C++.
15469
15470 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15471 make use of `run-mode-hooks' which has been added in Emacs 21.1.
15472 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15473 (awk-mode): Use it.
15474 (make-local-hook): Suppress warning about obsoleteness.
15475
15476 * cc-engine.el, cc-align.el, cc-cmds.el
15477 (c-append-backslashes-forward, c-delete-backslashes-forward)
15478 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15479 Compensate for return value from `forward-line' when it has moved
15480 but not to a different line due to eob.
15481
15482 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15483 `objc-method-intro' and `objc-method-args-cont'.
15484
15485 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15486
15487 CC Mode update to 5.30.10:
15488
15489 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15490 in the copyright statement. Incidentally, change "along with GNU
15491 Emacs" to "along with this program" where it occurs.
15492
15493 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15494 so that it is interactive, hence can be found by M-x awk-mode
15495 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15496 <gmorris+emacs@ast.cam.ac.uk>.
15497
15498 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15499 Mode's regexps.
15500
15501 2005-05-23 Kevin Ryde <user42@zip.com.au>
15502
15503 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15504 c-parse-state, to avoid a lisp error (on bad code).
15505
15506 2005-05-23 Lute Kamstra <lute@gnu.org>
15507
15508 * subr.el (font-lock-defaults): Remove defvar as it's already
15509 defined in font-core.el.
15510
15511 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15512
15513 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15514
15515 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15516 more general and work when GDB variable "print pretty" is on,
15517 as with Emacs, for example.
15518
15519 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15520
15521 * font-core.el: Update comment.
15522
15523 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15524 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15525
15526 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15527
15528 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15529
15530 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15531 and `yank-handler' in the doc strings.
15532
15533 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15534
15535 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15536
15537 2005-05-22 Richard M. Stallman <rms@gnu.org>
15538
15539 * help.el (describe-key): Move print-help-return-message call
15540 out of conditional.
15541
15542 * progmodes/etags.el (list-tags): Use with-no-warnings.
15543
15544 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15545 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15546 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15547
15548 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15549
15550 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15551 Add defvar.
15552
15553 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15554 Use defvar, not defconst.
15555
15556 * hexl.el (hexl-follow-line): Use with-no-warnings.
15557
15558 * emulation/tpu-extras.el: Use write-file-functions instead of
15559 write-file-hooks.
15560
15561 * dired.el (dired-font-lock-keywords): Fontify files with junk
15562 extensions even if marked by -F.
15563
15564 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15565
15566 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15567 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15568 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15569 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15570 (concatenate, list-length, get*, getf, cl-remprop):
15571 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15572 (etypecase, progv, lexical-let, lexical-let*)
15573 (multiple-value-bind, multiple-value-setq, shiftf):
15574 Improve argument/docstring consistency.
15575
15576 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15577
15578 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15579
15580 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15581 doesn't exist.
15582
15583 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15584 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15585
15586 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15587
15588 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15589 already deleted variables: auto-fill-hook, blink-paren-hook,
15590 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15591 suspend-hooks, comment-indent-hook, meta-flag,
15592 before-change-function, after-change-function,
15593 font-lock-doc-string-face.
15594
15595 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15596
15597 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15598
15599 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15600
15601 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15602 rmail-dont-reply-to.
15603
15604 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15605
15606 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15607 literal blank when splitting new-header-values.
15608
15609 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15610
15611 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15612 string so that tmm doesn't create a completion entry for it.
15613
15614 * textmodes/table.el (table-disable-menu): Ditto.
15615
15616 2005-05-21 Richard M. Stallman <rms@gnu.org>
15617
15618 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15619
15620 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15621
15622 * net/rcompile.el (remote-compile): Use compilation-start.
15623
15624 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15625
15626 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15627
15628 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15629 Default to makefile-bsdmake-mode on BSD systems.
15630
15631 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15632 REGEXP may also be a search function now. The part of doc-string
15633 for describing the structure was 95% identical to that of
15634 `imenu--generic-function'. Unify it there.
15635
15636 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15637 Use function to find dependencies, because regexp alone is so complex,
15638 it easily goes into an endless loop.
15639 (makefile-makepp-mode): Also add submenu for Perl functions
15640 defined in the makefile.
15641 (makefile-bsdmake-mode): Special imenu-generic-expression no
15642 longer needed, due to function call.
15643 (makefile-match-dependency): Take BOUND into account when checking
15644 if we're through.
15645
15646 2005-05-20 Jay Belanger <belanger@truman.edu>
15647
15648 * calc/calc-units.el (calc-invalidate-units-table):
15649 Use inhibit-read-only.
15650 (math-build-units-table-buffer): Use view-mode.
15651
15652 2005-05-20 David Kastrup <dak@gnu.org>
15653
15654 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15655 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15656
15657 2005-05-20 Lute Kamstra <lute@gnu.org>
15658
15659 * diff-mode.el (diff-header-face, diff-file-header-face)
15660 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15661 (diff-added-face, diff-changed-face, diff-function-face)
15662 (diff-context-face, diff-nonexistent-face): Put them in the
15663 diff-mode customization group.
15664
15665 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15666
15667 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15668
15669 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15670
15671 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15672 Minor regexp-optimization.
15673
15674 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
15675
15676 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15677 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15678 (org-agenda-add-time-grid-maybe): New function.
15679 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15680 (org-table-create): `dotimes' instead of `mapcar'.
15681 (org-xor): Simplify implementation.
15682 (org-agenda): `inhibit-redisplay' turned on.
15683 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15684 a consistent line after a state change.
15685 (org-agenda-remove-times-when-in-prefix): New option.
15686 (org-prefix-has-time): New variable.
15687 (org-parse-time-string): Optional argument NODEFAULT.
15688 (org-format-agenda-item): Parse items for time-of-day
15689 specifications and move these into the prefix if possible.
15690 (org-agenda-priority): Get current heading, not previous heading
15691 during agenda remote editing.
15692
15693 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
15694
15695 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15696 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15697 (remove-duplicates, delete-duplicates, substitute)
15698 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15699 (nsubstitute-if-not, find, find-if, find-if-not, position)
15700 (position-if, position-if-not, count, count-if, count-if-not)
15701 (mismatch, search, sort*, stable-sort, merge, member*)
15702 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15703 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15704 (intersection, nintersection, set-difference, nset-difference)
15705 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15706 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15707 (nsublis, tree-equal): Improve argument/docstring consistency.
15708
15709 * subr.el (send-string, send-region): Remove obsolescence declaration.
15710 (window-dot, set-window-dot, read-input, show-buffer)
15711 (eval-current-buffer, string-to-int):
15712 Add release number to obsolescence declarations.
15713
15714 2005-05-19 Kim F. Storm <storm@cua.dk>
15715
15716 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15717 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15718
15719 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15720
15721 * faces.el (list-faces-display): Make back button respect optional
15722 regexp arg.
15723
15724 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
15725
15726 * calculator.el (calculator-radix-grouping-mode)
15727 (calculator-radix-grouping-digits, calculator-displayer)
15728 (calculator-radix-grouping-separator, calculator-copy-displayer):
15729 * dabbrev.el (dabbrev-search-these-buffers-only):
15730 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15731 (diff-advance-after-apply-hunk, diff-mode-hook)
15732 (diff-minor-mode-prefix):
15733 * imenu.el (imenu-use-popup-menu):
15734 * jit-lock.el (jit-lock-context-time):
15735 * newcomment.el (comment-fill-column, comment-column)
15736 (comment-style, comment-padding, comment-multi-line)
15737 (comment-empty-lines, comment-auto-fill-only-comments):
15738 * reveal.el (reveal-around-mark):
15739 * uniquify.el (uniquify-buffer-name-style)
15740 (uniquify-after-kill-buffer-p)
15741 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15742 (uniquify-min-dir-content, uniquify-separator)
15743 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15744 * w32-vars.el (w32-fixed-font-alist):
15745 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15746 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15747 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15748 * progmodes/perl-mode.el (perl-indent-level)
15749 (perl-continued-statement-offset, perl-continued-brace-offset)
15750 (perl-brace-offset, perl-brace-imaginary-offset)
15751 (perl-label-offset, perl-indent-continued-arguments)
15752 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15753 * progmodes/tcl.el (tcl-indent-level)
15754 (tcl-continued-indent-level, tcl-auto-newline)
15755 (tcl-tab-always-indent, tcl-electric-hash-style)
15756 (tcl-help-directory-list, tcl-use-smart-word-finder)
15757 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15758 (inferior-tcl-source-command):
15759 * textmodes/fill.el (enable-kinsoku):
15760 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15761 * textmodes/table.el (table-yank-handler):
15762 Specify missing group (and type, if simple) in defcustom.
15763
15764 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15765
15766 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15767
15768 2005-05-19 Richard M. Stallman <rms@gnu.org>
15769
15770 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15771
15772 * subr.el (event-basic-type): Don't get an error.
15773 (left-fringe-p): Function deleted.
15774
15775 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15776 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15777
15778 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15779 in recursive copy.
15780
15781 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15782
15783 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15784
15785 * emacs-lisp/bytecomp.el
15786 (byte-compile-file-form-custom-declare-variable):
15787 Call byte-compile-nogroup-warn if appropriate.
15788
15789 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15790 (compilation-set-window): Don't call left-fringe-p; do it directly.
15791
15792 2005-05-19 Jay Belanger <belanger@truman.edu>
15793
15794 * calc/calc-graph.el (calc-graph-format-data): Make sure
15795 var-PlotRejects is bound before trying to check its value.
15796
15797 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
15798
15799 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15800 definition of this variable from reftex-global.el to reftex.el,
15801 because it is needed in the menu.
15802
15803 2005-05-19 Lute Kamstra <lute@gnu.org>
15804
15805 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15806 years are fixed. Don't insert a space after a dash.
15807
15808 2005-05-19 Kim F. Storm <storm@cua.dk>
15809
15810 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15811
15812 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15813
15814 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15815 strings, because (eq ... ?\\) is fairly frequent.
15816
15817 * progmodes/make-mode.el (makefile-add-this-line-targets):
15818 Simplify and integrate into `makefile-pickup-targets'.
15819 (makefile-add-this-line-macro): Simplify and integrate into
15820 `makefile-pickup-macros.
15821 (makefile-pickup-filenames-as-targets): Simplify.
15822 (makefile-previous-dependency, makefile-match-dependency):
15823 Don't stumble over `::'.
15824
15825 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
15826
15827 * subr.el (post-command-idle-hook, post-command-idle-delay):
15828 Remove obsoletion of post-command-idle-hook and
15829 post-command-idle-delay.
15830
15831 * faces.el (list-faces-display): Provide button when describe-face
15832 is called to take user back to the list of faces.
15833
15834 * help-fns.el (describe-variable): Remove hyperlinks in a
15835 variable's value as these are quite frequently inappropriate.
15836
15837 * follow.el (follow-submit-feedback, follow-mode):
15838 Remove references to post-command-idle-hook.
15839
15840 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15841
15842 * progmodes/make-mode.el (makefile-previous-dependency)
15843 (makefile-match-dependency): Check for := (and in bsd mode also
15844 !=) to give a better result, even when font-lock is not on.
15845
15846 2005-05-18 Jay Belanger <belanger@truman.edu>
15847
15848 * calc/calc-help.el (calc-s-prefix-help):
15849 Add `calc-copy-special-constant' to help string.
15850
15851 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15852
15853 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15854
15855 2005-05-18 Jay Belanger <belanger@truman.edu>
15856
15857 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15858 in linear factors are in proper order.
15859
15860 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
15861
15862 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15863 Support for jurabib.
15864
15865 * textmodes/reftex.el (featurep): Define aliases for overlay
15866 commands, for XEmacs compatibility, and use these aliases in
15867 overlay initializations.
15868 (reftex-highlight): Use `reftex-move-overlay'.
15869 (reftex-unhighlight): Use `reftex-delete-overlay'.
15870 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
15871 (reftex-access-search-path): Use `reftex-uniquify' instead of
15872 `reftex-uniq'
15873
15874 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15875 `before-string' property modification enables for Emacs as well.
15876 (reftex-select-item): Use `reftex-delete-overlay'.
15877 (reftex-select-mark): Use `reftex-make-overlay' and
15878 `reftex-overlay-put'.
15879 (reftex-select-unmark): Use `reftex-delete-overlay' and
15880 `reftex-overlay-put'.
15881
15882 2005-05-18 Lute Kamstra <lute@gnu.org>
15883
15884 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15885
15886 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
15887
15888 * add-log.el (add-change-log-entry):
15889 * array.el (array-make-template, array-reconfigure-rows)
15890 (array-init-max-row, array-init-max-column)
15891 (array-init-columns-per-line, array-init-field-width):
15892 * replace.el (replace-match-maybe-edit, perform-replace):
15893 * textmodes/spell.el (spell-region):
15894 Replace `read-input' by `read-string'.
15895
15896 * forms.el (forms-mode):
15897 * finder.el (finder-compile-keywords):
15898 * shadowfile.el (shadow-read-files):
15899 Replace `eval-current-buffer' by `eval-buffer'.
15900
15901 * terminal.el (te-pass-through):
15902 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15903 (ange-ftp-raw-send-cmd):
15904 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15905 (send-process-next-char, telnet-initial-filter, telnet):
15906 Replace `send-string' by `process-send-string'.
15907
15908 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15909 (prolog-consult-region): Replace `send-string' by
15910 `process-send-string'; replace `send-region' by `process-send-region'.
15911
15912 * progmodes/delphi.el (delphi-log-msg):
15913 Replace `set-window-dot' by `set-window-point'.
15914
15915 * subr.el (window-dot, set-window-dot, read-input, send-string)
15916 (send-region, show-buffer, eval-current-buffer):
15917 Make really obsolete, as the comment says.
15918
15919 2005-05-17 Kim F. Storm <storm@cua.dk>
15920
15921 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15922 (cua--init-keymaps): Bind C-return instead of S-return to set
15923 rectangle mark.
15924
15925 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15926 instead of S-return to toggle/clear rectangle mark.
15927
15928 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15929
15930 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15931 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15932 Also fontify plain strings assigned to variables, mostly so that a
15933 colon has a face and is thus not taken as a dependency separator.
15934 (makefile-previous-dependency): Inline the new matcher, because it
15935 is too complex to work in both directions.
15936 (makefile-match-dependency): Eliminate `backward' arg (see above).
15937 Completely reimplemented so as to not sometimes go into an endless
15938 loop. It should also be more efficient, because first it only
15939 searches for `:', instead of applying the very complex regexp.
15940 (makefile-mode): Cancel `font-lock-support-mode', because blocks
15941 to be fontified in one piece can be too long for JIT.
15942 Makefiles are never *that* big.
15943
15944 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15945
15946 * dired.el (dired-mode): Simplify.
15947
15948 2005-05-17 Lute Kamstra <lute@gnu.org>
15949
15950 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15951 defcustom for the mode hook variable.
15952
15953 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15954 Emacs Lisp Reference Manual.
15955
15956 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
15957
15958 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15959 (evenp, list*):
15960 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15961 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15962
15963 * net/tramp-smb.el (tramp-smb-open-connection):
15964 Pass `tramp-chunksize' as fifth (required) argument.
15965
15966 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15967
15968 * font-lock.el (lisp-font-lock-keywords-1):
15969 Set `font-lock-negation-char-face' for [^...] char group.
15970 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15971
15972 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15973 a var, and refine it to mask one more level of nested vars.
15974 (makefile-rule-action-regex): Turn it into a var, and refine it so
15975 it recognizes backslashed continuation lines as belonging to the
15976 same command.
15977 (makefile-macroassign-regex): Refine it so it recognizes
15978 backslashed continuation lines as belonging to the same command.
15979 (makefile-var-use-regex): Don't look at the next char, because it
15980 might be the same one to be skipped by the initial [^$], leading
15981 to an overlooked variable use.
15982 (makefile-make-font-lock-keywords): Remove two parameters, which
15983 are now variables that some of the modes set locally.
15984 Handle dependency and rule action matching through functions, because
15985 regexps alone match too often. Dependency matching now comes
15986 last, so it can check, whether a colon already matched something else.
15987 (makefile-mode): Inform that font-lock improves makefile parsing
15988 capabilities.
15989 (makefile-match-dependency, makefile-match-action): New functions.
15990
15991 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
15992
15993 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15994
15995 * align.el (align-regexp):
15996 * ansi-color.el (ansi-color-get-face):
15997 * array.el (array-reconfigure-rows, array-init-max-row)
15998 (array-init-max-column, array-init-columns-per-line)
15999 (array-init-field-width):
16000 * dired-aux.el (dired-trample-file-versions):
16001 * dired-x.el (dired-mark-sexp):
16002 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
16003 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
16004 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
16005 * faces.el (face-read-integer):
16006 * files.el (backup-extract-version, insert-directory):
16007 * hexl.el (hexl-insert-decimal-char):
16008 * server.el (server-process-filter):
16009 * shell.el (shell-extract-num):
16010 * startup.el (command-line-1):
16011 * term.el (term-command-hook):
16012 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
16013 (time-stamp-do-number):
16014 * time.el (display-time-update):
16015 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
16016 (timezone-fix-time):
16017 * vms-patch.el (vms-suspend-resume-hook):
16018 * calendar/appt.el (appt-convert-time):
16019 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16020 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
16021 * calendar/cal-islam.el (mark-islamic-diary-entries):
16022 * calendar/calendar.el (calendar-cursor-to-date)
16023 (calendar-star-date):
16024 * calendar/diary-lib.el (diary-attrtype-convert)
16025 (mark-diary-entries, diary-entry-time):
16026 * calendar/solar.el (solar-get-number):
16027 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16028 * emacs-lisp/re-builder.el (reb-display-subexp):
16029 * emulation/edt.el (edt-set-scroll-margins):
16030 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16031 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16032 (vip-get-ex-count):
16033 * emulation/viper-ex.el (viper-get-ex-token)
16034 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16035 * international/fontset.el (fontset-plain-name):
16036 * mail/feedmail.el (feedmail-look-at-queue-directory):
16037 * mail/mailalias.el (mail-get-names):
16038 * mail/rmail.el (rmail-convert-to-babyl-format):
16039 * mail/rmailsum.el (rmail-make-basic-summary-line)
16040 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16041 (rmail-summary-goto-msg):
16042 * mail/smtpmail.el (smtpmail-read-response):
16043 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16044 (ange-ftp-vms-add-file-entry):
16045 * play/gametree.el (gametree-looking-at-ply)
16046 (gametree-current-branch-score):
16047 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16048 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16049 * progmodes/cperl-mode.el (condition-case):
16050 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16051 (ebrowse-set-member-buffer-column-width)
16052 (ebrowse-select-1st-to-9nth):
16053 * progmodes/etags.el (etags-snarf-tag):
16054 * progmodes/flymake.el (flymake-parse-line):
16055 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16056 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16057 (idlwave-shell-menu-def):
16058 * progmodes/ps-mode.el (ps-run-goto-error):
16059 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16060 (vhdl-speedbar-contract-level):
16061 * term/mac-win.el (x-handle-numeric-switch):
16062 * term/sun-mouse.el (sun-get-frame-data):
16063 * term/w32-win.el (x-handle-numeric-switch):
16064 * term/x-win.el (x-handle-numeric-switch):
16065 * textmodes/ispell.el (ispell-parse-output):
16066 * textmodes/nroff-mode.el (nroff-outline-level):
16067 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16068 (reftex-bib-sort-year-reverse, reftex-format-citation):
16069 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16070 (reftex-section-number):
16071 * textmodes/texinfmt.el (texinfo-paragraphindent):
16072 Replace `string-to-int' by `string-to-number'.
16073
16074 * international/latexenc.el: Add page marker to force the "Local
16075 Variables:" string out of the last page.
16076
16077 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16078
16079 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16080 tooltip-change-major-mode.
16081 (gud-tooltip-print-command): Remove case where gud-minor-mode
16082 is gdb ("--fullname").
16083 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16084 explain to user.
16085
16086 2005-05-16 Jay Belanger <belanger@truman.edu>
16087
16088 * calc/calc-store.el (calc-copy-special-constant): New function.
16089
16090 * calc/calc-ext.el (calc-init-extensions): Add binding for
16091 `calc-copy-special-constant'.
16092
16093 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16094 for the `calc-copy-special-constant' command.
16095
16096 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16097
16098 * subr.el (left-fringe-p): New function.
16099
16100 * progmodes/compile.el (compilation-setup): Set local value of
16101 overlay-arrow-string to "" always.
16102 (compilation-set-window): Left fringe then don't scroll.
16103 No left fringe then no arrow and scroll message to top.
16104 (compilation-context-lines): Adjust doc string accordingly.
16105
16106 2005-05-16 Kim F. Storm <storm@cua.dk>
16107
16108 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16109 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16110 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16111 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16112 (ido-read-file-name): Handle commands with ido property value
16113 equal to find-file as reading a file name, to allow C-d to enter dired.
16114 (ibuffer-find-file): Add ido property with value find-file.
16115
16116 2005-05-15 Kim F. Storm <storm@cua.dk>
16117
16118 * subr.el (open-network-stream-nowait): Remove.
16119 (open-network-stream-server): Remove.
16120
16121 2005-05-15 Richard M. Stallman <rms@gnu.org>
16122
16123 * faces.el (describe-face): Output a definition link button.
16124
16125 * help-mode.el (help-face-def): New button type.
16126
16127 * emacs-lisp/copyright.el (copyright-fix-years):
16128 Match properly if the first year is 2-digit.
16129 Don't mess up the whitespace after the years by filling.
16130
16131 * dired-aux.el (dired-mark-confirm):
16132 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16133
16134 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16135 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16136 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16137
16138 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16139 Set font-lock-comment-start-skip.
16140
16141 * font-lock.el (font-lock-comment-start-skip): New variable.
16142 (font-lock-comment-end-skip): New variable.
16143 (font-lock-fontify-syntactically-region): Use them if non-nil.
16144
16145 2005-05-15 Jay Belanger <belanger@truman.edu>
16146
16147 * calc/calc-store.el (calc-store-value): Return a string rather
16148 than display it as a message.
16149 Use calc-var-name for variable name.
16150 (calc-store-into): Add the result of calc-store-value to message.
16151 (calc-copy-variable): Add a message.
16152 (calc-store-exchange): Improve error messages.
16153 (calc-store-binary, calc-store-map): Don't reset the values of
16154 special constants.
16155
16156 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16157
16158 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16159 manual to docstring.
16160
16161 * files.el (hack-local-variables-confirm): Add STRING argument.
16162 Make the function handle non file visiting buffers correctly.
16163 (hack-local-variables-prop-line, hack-local-variables)
16164 (hack-one-local-variable): Use STRING arg of
16165 `hack-local-variables-confirm'.
16166
16167 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16168
16169 Sync with Tramp 2.0.49.
16170
16171 * net/tramp.el (tramp-handle-dired-call-process)
16172 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16173 because the contents of the Tramp buffer is changed before
16174 insertion (`expand-file' and alike).
16175 (tramp-handle-insert-directory): If `localname' has an empty
16176 nondirectory name, it must not be quoted.
16177 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16178 variable `tramp-chunksize'. Change callees.
16179 (tramp-open-connection-setup-interactive-shell): Check remote host
16180 for buggy `send-process-string' implementation.
16181 Set `tramp-chunksize' if found. Reported by Michael Kifer
16182 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16183 (tramp-handle-shell-command): `insert-buffer' cannot be used
16184 because the contents of the Tramp buffer is changed before
16185 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16186 <frederic.bothamy@free.fr>.
16187 (tramp-set-auto-save): Actions should be done for Tramp file name
16188 handler only. Ange-FTP has its own auto-save mechanism.
16189 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16190 (tramp-set-auto-save-file-modes): Set file modes of
16191 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16192 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16193 (tramp-bug): Remove obsolete variable.
16194 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16195 for presence of `mml-mode'. Make it running for older Emacsen as well.
16196
16197 2005-05-14 John Paul Wallington <jpw@pobox.com>
16198
16199 * ibuf-ext.el (define-ibuffer-filter filename):
16200 If `dired-directory' is a list, use its car.
16201
16202 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16203
16204 * ibuffer.el (define-ibuffer-column filename):
16205 If `dired-directory' is a list, use its car.
16206
16207 2005-05-14 Richard M. Stallman <rms@gnu.org>
16208
16209 * subr.el (symbol-file): Doc fix.
16210
16211 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16212 (byte-compile-form): Call byte-compile-nogroup-warn.
16213 (byte-compile-warning-types): Doc fix.
16214
16215 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16216
16217 * progmodes/cc-engine.el (c-literal-faces):
16218 Add font-lock-comment-delimiter-face.
16219
16220 * net/net-utils.el (dig): Use with-no-warnings.
16221
16222 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16223 (sc-recite-frame-alist, sc-default-cite-frame)
16224 (sc-default-uncite-frame, sc-default-recite-frame)
16225 (sc-attrib-selection-list, sc-rewrite-header-list):
16226 Mark as risky-local-variable.
16227
16228 * international/ogonek.el (ogonek-jak, ogonek-how):
16229 Don't use beginning-of-buffer.
16230
16231 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16232
16233 * calendar/solar.el (solar-data-list): Move definition up.
16234
16235 * dnd.el (dnd-protocol-alist): Add autoload.
16236
16237 * progmodes/sh-script.el: Many doc usage fixes.
16238 (sh-indent-after-do): Change default to match common styles.
16239
16240 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16241
16242 * files.el (interpreter-mode-alist)
16243 (auto-mode-interpreter-regexp): Doc fixes.
16244
16245 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16246
16247 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16248
16249 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16250
16251 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16252
16253 * dired.el (dired-mode): make-variable-buffer-local =>
16254 make-local-variable.
16255
16256 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16257
16258 * term/mac-win.el (mac-select-convert-to-string): Try coding
16259 systems in mac-script-code-coding-systems if specified one cannot
16260 encode string for `com.apple.traditional-mac-plain-text'.
16261
16262 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16263
16264 * progmodes/make-mode.el (makefile-targets-face)
16265 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16266 (makefile-dependency-regex): Fix it to not make the colon in
16267 $(var:a=b) special.
16268 (makefile-rule-action-regex): New regexp for highlighting embedded
16269 Shell strings.
16270 (makefile-macroassign-regex): Handle != for highlighting as
16271 embedded Shell strings.
16272 (makefile-var-use-regex): New const.
16273 (makefile-statements, makefile-automake-statements)
16274 (makefile-gmake-statements, makefile-makepp-statements)
16275 (makefile-bsdmake-statements): New consts.
16276 (makefile-make-font-lock-keywords): New function.
16277 (makefile-automake-font-lock-keywords)
16278 (makefile-gmake-font-lock-keywords)
16279 (makefile-makepp-font-lock-keywords)
16280 (makefile-bsdmake-font-lock-keywords): New consts.
16281 (makefile-mode-map): Add switchers between the various submodes.
16282 (makefile-mode): Document the availability of the variants.
16283 (makefile-automake-mode, makefile-gmake-mode)
16284 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16285
16286 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16287 new variants of makefile-mode.
16288
16289 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16290
16291 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16292 the inheritance.
16293
16294 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16295
16296 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16297 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16298
16299 * files.el (normal-mode): Extend the scope of the
16300 `enable-local-variables' binding to include the `set-auto-mode' call.
16301 (magic-mode-alist): Doc fix.
16302
16303 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16304
16305 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16306 font-lock-comment-face rather than copying its setting.
16307
16308 2005-05-12 Andreas Schwab <schwab@suse.de>
16309
16310 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16311
16312 2005-05-12 Lute Kamstra <lute@gnu.org>
16313
16314 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16315 defcustom for the mode hook variable. Delete the last argument.
16316 * generic-x.el: Fix callers of define-generic-mode.
16317 (generic-x-modes): Delete group.
16318 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16319 generic-x customization group.
16320
16321 2005-05-12 Kim F. Storm <storm@cua.dk>
16322
16323 * font-lock.el (font-lock-negation-char-face): Default to "off".
16324
16325 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16326 font-lock-negation-char-face to ! in !=.
16327
16328 2005-05-12 Masatake YAMATO <jet@gyve.org>
16329
16330 * add-log.el (find-change-log): Fix typos in the docstring
16331 of function.
16332
16333 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16334
16335 * international/latexenc.el (latexenc-find-file-coding-system):
16336 Avoid `re-search-forward' when looking for input encoding because
16337 of speed and safety. Better regular expressions for recognizing
16338 input encoding. Limit a search for TeX-master/tex-main-file to
16339 the local variable section.
16340
16341 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16342
16343 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16344 syntax of $ to "'" (quote).
16345
16346 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16347
16348 * dnd.el (dnd-protocol-alist): Improve custom type.
16349
16350 * dired.el (dired-dnd-protocol-alist): New variable.
16351 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16352 `dired-mode-hook' to the end.
16353
16354 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16355
16356 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16357 comment-end if comment-start-skip is not set.
16358 Obey the font-lock-comment-delimiter-face variables.
16359
16360 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16361
16362 * files.el (executable-find): Move from executable.el. Use
16363 locate-file.
16364 * progmodes/executable.el (executable-find): Move to files.el.
16365
16366 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16367 when trying to ensure forward progress.
16368
16369 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16370
16371 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16372 (mouse-select, mouse-select-internal, mouse-extend-internal):
16373 Use it to implement mouse-1-click-follows-link functionality.
16374
16375 2005-05-11 Richard M. Stallman <rms@gnu.org>
16376
16377 * font-lock.el (font-lock-fontify-syntactically-region):
16378 Use font-lock-comment-delimiter-face for comment delimiters.
16379
16380 2005-05-10 Jay Belanger <belanger@truman.edu>
16381
16382 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16383 preserving embedded modes.
16384
16385 2005-05-10 Richard M. Stallman <rms@gnu.org>
16386
16387 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16388
16389 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16390 Move from ada-stmt.el.
16391 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16392
16393 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16394 Move to ada-mode.el.
16395 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16396
16397 * cus-edit.el (custom-file): Call file-chase-links.
16398
16399 * files.el (read-directory-name): Fix previous change.
16400 (hack-local-variables-confirm): New function.
16401 (hack-local-variables-prop-line, hack-local-variables)
16402 (hack-one-local-variable): Use it.
16403
16404 2005-05-10 Lute Kamstra <lute@gnu.org>
16405
16406 * font-lock.el (font-lock-keywords-alist)
16407 (font-lock-removed-keywords-alist): Clarify docstrings.
16408
16409 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16410
16411 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16412 (gdb-source-info): Check for preprocessor info.
16413 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16414 a macro for a function.
16415 (gdb-info-breakpoints-custom): Try to find file again if not already
16416 found (user might have used GDB dir command).
16417 (gdb-get-location): Update gdb-location-alist correctly for change
16418 to gdb-info-breakpoints-custom.
16419
16420 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16421 (gud-tooltip-print-command): Add gdbmi case.
16422 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16423 preprocessor info.
16424
16425 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16426
16427 * startup.el (fancy-splash-insert): Fix typo in doc string.
16428
16429 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16430
16431 * obsolete/float.el (string-to-float):
16432 * obsolete/hilit19.el (hilit-add-pattern):
16433 * obsolete/rnews.el (news-parse-range, news-select-message)
16434 (news-get-pruned-list-of-files): Replace `string-to-int' by
16435 `string-to-number'.
16436
16437 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16438 `find-file-not-found-hooks'; use `add-hook'.
16439 (uncompress-while-visiting): Set `write-file-functions', not
16440 `write-file-hooks'; use `add-hook'.
16441
16442 2005-05-09 Kim F. Storm <storm@cua.dk>
16443
16444 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16445 (cua-paste): Handle clipboard action.
16446 (cua--init-keymaps): Remap clipboard-kill-region and
16447 clipboard-kill-ring-save.
16448
16449 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16450
16451 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16452 Improve commentary.
16453
16454 * simple.el (next-error-overlay-arrow-position): Revert the change
16455 made on 2005-04-30.
16456
16457 2005-05-07 Jay Belanger <belanger@truman.edu>
16458
16459 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16460 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16461 `calc-sel-reselect'.
16462
16463 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16464 Calc is in embedded mode.
16465
16466 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16467
16468 * progmodes/compile.el (compilation-setup):
16469 Set overlay-arrow-string to an empty string on text terminals.
16470
16471 * textmodes/ispell.el (ispell-program-name): Try looking for
16472 "aspell" along exec-path, and if found, use it as the default
16473 speller program.
16474
16475 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16476
16477 * international/mule.el (sgml-xml-auto-coding-function):
16478 Recognize encoding='FOO' in single quotes as well as in double quotes.
16479
16480 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16481
16482 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16483 as well as `interactive', so that defmacro* would recognize
16484 `declare' forms.
16485
16486 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16487
16488 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16489 Explain more about the LIGHTER arg's usage in the doc string.
16490 Add commentary to clarify what the code does. Fix the regexp that
16491 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16492 since it could have characters special to regular expressions.
16493
16494 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16495
16496 * replace.el (occur-1): Bind inhibit-read-only so that
16497 erase-buffer doesn't barf on read-only text properties (likewise
16498 for add-text-properties in occur-engine). Mark buffer as unmodified.
16499 (occur-engine): Don't set buffer-read-only here.
16500
16501 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16502
16503 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16504 list-buffers-directory. This caused the *cvs-commit* buffer to be
16505 sometimes mistakenly reused as a *cvs* buffer.
16506
16507 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16508
16509 * tooltip.el: Move code for GUD tooltips into gud.el.
16510 (require): CL no longer needed to compile case.
16511 (tooltip-mode): Do not toggle functions for GUD tooltips.
16512 (tooltip-gud-tips-p): Remove. Replace with minor mode
16513 gud-tooltip-mode in gud.el.
16514 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16515 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16516 tooltip-gud prefix with gud-tooltip and obsolete.
16517 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16518 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16519 (tooltip-mouse-motion): Mouse movement functions/variable.
16520 Rename in gud.el by adding gud prefix.
16521 (tooltip-gud-original-filter, tooltip-gud-dereference)
16522 (tooltip-gud-event, tooltip-toggle-gud-tips)
16523 (tooltip-gud-process-output, tooltip-gud-print-command)
16524 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16525 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16526 (gdb-tooltip-print): Move to gdb-ui.el.
16527
16528 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16529 (require): CL needed to compile case.
16530 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16531 tooltip-gud-tips-p. Make it a minor-mode.
16532 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16533 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16534 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16535 (gud-tooltip-change-major-mode)
16536 (gud-tooltip-activate-mouse-motions-if-enabled)
16537 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16538 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16539 (gud-tooltip-original-filter, gud-tooltip-dereference)
16540 (gud-tooltip-event, tooltip-toggle-gud-tips)
16541 (gud-tooltip-process-output, gud-tooltip-print-command)
16542 (gud-tooltip-tips): Move from tooltip.el.
16543
16544 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16545 (gdb-cpp-define-alist-flags): Doc fix.
16546 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16547 gud-tooltip-mode is t.
16548
16549 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16550
16551 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16552 evaporate if their text is deleted.
16553 (goto-address-at-point): Make it work as a mouse binding as well.
16554 (goto-address-at-mouse): Obsolete it. Update users.
16555
16556 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16557
16558 * calendar/appt.el (top-level): No longer activate on load.
16559
16560 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16561
16562 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16563 * net/webjump.el (webjump):
16564 * progmodes/idlw-help.el (idlwave-do-context-help1)
16565 (idlwave-highlight-linked-completions):
16566 * textmodes/po.el (po-find-file-coding-system-guts):
16567 Replace `assoc-ignore-case' by `assoc-string'.
16568
16569 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16570
16571 * files.el (locate-file): Doc fix.
16572
16573 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16574 Remove the redundant test for ms-dos.
16575
16576 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16577 look for the preprocessor with exec-suffixes. If not found in
16578 standard places, look in exec-path. Remove most of the tests that
16579 used system-type.
16580
16581 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16582
16583 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16584
16585 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16586 file-name clash with jka-compr.el on 8+3 filesystems.
16587
16588 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16589
16590 * term/mac-win.el: Don't define or bind scroll bar functions if
16591 x-toolkit-scroll-bars is t.
16592 (x-select-text, x-get-selection-value): Clear
16593 x-last-selected-text-clipboard if x-select-enable-clipboard is
16594 nil.
16595 (PRIMARY): Put mac-scrap-name property.
16596 (mac-select-convert-to-file-url): New function.
16597 (public.file-url): New selection target type. Add to
16598 selection-converter-alist.
16599 (x-get-selection, x-selection-value): Handle it.
16600 (x-cut-buffer-or-selection-value): New alias.
16601
16602 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16603
16604 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16605 entry to avoid calling bibtex-find-entry with arg global
16606 being t. Remove arg key.
16607 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16608 (bibtex-copy-summary-as-kill): Change accordingly.
16609
16610 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16611
16612 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16613 (org-agenda-date-later): Use with-current-buffer.
16614
16615 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16616
16617 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16618 (define-obsolete-variable-alias): Doc Fixes.
16619
16620 2005-05-06 Kim F. Storm <storm@cua.dk>
16621
16622 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16623 vertical-motion when selective-display is active.
16624
16625 * ido.el (ido-setup-hook): New hook.
16626 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16627 (ido-input-stack): New var.
16628 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16629 ido-next-work-file binding to M-O.
16630 Bind M-f to ido-wide-find-file-or-pop-dir.
16631 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16632 (ido-read-internal): Run ido-setup-hook.
16633 Catch quit in read-file-name and read-string to cancel edit.
16634 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16635 Automatically pop-all when completing a directory name (RET).
16636 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16637 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16638 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16639 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16640 New functions for M-b/M-f to move among the directory components.
16641 (ido-make-merged-file-list): Catch quit to cancel merge.
16642 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16643 (ido-completion-help): No warnings for ido-completion-buffer-full.
16644
16645 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16646
16647 * font-lock.el (font-lock-negation-char-face): New face and variable.
16648 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16649 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16650 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16651 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16652
16653 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16654
16655 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16656 Fix typo in docstring.
16657
16658 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16659 (ebrowse-print-statistics-line)
16660 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16661
16662 * term/w32-win.el (image-library-alist): Add additional name for
16663 Xpm library.
16664
16665 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16666
16667 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16668 use gcc instead of cpp.
16669
16670 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16671 (gdb-create-define-alist): Use it.
16672 (gdb-cpp-define-alist-program): Update for MS-DOS.
16673
16674 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
16675
16676 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16677
16678 2005-05-04 Richard M. Stallman <rms@gnu.org>
16679
16680 * help.el (describe-key): No error when UNTRANSLATED is nil.
16681
16682 * simple.el (line-move-1): Fix previous change to signal errors
16683 appropriately.
16684
16685 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
16686
16687 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16688 (icalendar-duration-correction): Remove.
16689 (icalendar--get-event-properties): Split result at commas.
16690 (icalendar--decode-isoduration): New optional argument
16691 DURATION-CORRECTION.
16692 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16693 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16694 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16695 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16696 (icalendar--convert-anniversary-to-ical): New functions, extracted
16697 from icalendar-export-region, with bug fixes.
16698 (icalendar-export-region): Use the above functions.
16699 (icalendar-import-buffer): Check before saving diary file.
16700 (icalendar--convert-recurring-to-diary)
16701 (icalendar--convert-non-recurring-all-day-to-diary)
16702 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16703 extracted from icalendar--convert-ical-to-diary, with bug fixes.
16704 (icalendar--convert-ical-to-diary): Use the above functions.
16705
16706 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
16707
16708 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16709 Remove these recent additions.
16710 (c-mode): Restore to before 2005-04-28.
16711
16712 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16713 recent addition.
16714
16715 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16716 (gdb-define-alist): New variables.
16717 (gdb-create-define-alist): New function.
16718 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16719 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16720 with string-to-number.
16721 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
16722
16723 * progmodes/gud.el: Replace string-to-int with string-to-number.
16724 (gud-find-file): Handle gdb-define-alist.
16725
16726 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16727
16728 2005-05-02 Jay Belanger <belanger@truman.edu>
16729
16730 * calc/calc-aent.el (math-read-token):
16731 * calc/calc-bin.el (calc-word-size):
16732 * calc/calc-ext.el (calc-read-number-fancy):
16733 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16734 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16735 * calc/calc-frac.el (calc-over-notation):
16736 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16737 (calc-graph-num-points, calc-graph-init):
16738 * calc/calc-prog.el (calc-read-parse-table-part)
16739 (calc-edit-macro-repeats):
16740 * calc/calc-yank.el (calc-do-grab-rectangle):
16741 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16742 Replace `string-to-int' by `string-to-number'.
16743
16744 2005-05-02 Kim F. Storm <storm@cua.dk>
16745
16746 * kmacro.el: Use executing-kbd-macro-index variable.
16747
16748 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16749
16750 * net/rlogin.el (rlogin-parse-words): Delete func.
16751 (rlogin): Use split-string, not rlogin-parse-words.
16752 Also, if there are option-like elements in the parsed args,
16753 take the host to be the first arg immediately following them.
16754 Suggested by Michael Mauger.
16755
16756 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16757
16758 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16759
16760 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16761
16762 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16763 (cc-mode-cpp-program): Rename to cc-define-list-program and
16764 move to cc-vars.el.
16765
16766 * progmodes/cc-vars.el (cc-define-list-program):
16767 Change to "gcc -E -dM -". Make customizable.
16768
16769 2005-05-02 Kim F. Storm <storm@cua.dk>
16770
16771 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16772
16773 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16774
16775 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16776
16777 * international/mule-util.el (truncate-string): Remove alias and
16778 obsolete declaration.
16779
16780 * international/mule-cmds.el (update-iso-coding-systems):
16781 Remove alias and obsolete declaration.
16782
16783 * international/mule.el (coding-system-parent): Remove alias and
16784 obsolete declaration.
16785
16786 * subr.el (define-function, sref): Remove aliases and obsolete
16787 declarations.
16788 (chars-in-region): Remove obsolete declaration.
16789
16790 2005-05-01 Richard M. Stallman <rms@gnu.org>
16791
16792 * info.el (Info-mode): Set widen-automatically to nil, locally.
16793
16794 * simple.el (widen-automatically): New variable.
16795 (pop-global-mark): Obey widen-automatically.
16796
16797 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16798
16799 * term/xterm.el (function-key-map): Call substitute-key-definition
16800 before the keymap size is increased by a lot of define-key calls.
16801
16802 2005-05-01 Richard M. Stallman <rms@gnu.org>
16803
16804 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16805 Rename ARG to ELEMENT. Doc fix.
16806
16807 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16808
16809 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16810 Remove references to allout-exposure/change to allout-new-exposure.
16811
16812 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16813 bytecode symbols.
16814
16815 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16816 (compiled-function-p, focus-frame, unfocus-frame):
16817 Remove aliases and obsolete declarations.
16818 Back out inadvertent changes from previous commit.
16819
16820 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16821
16822 * files.el (require-final-newline): Make Custom tags consistent
16823 with mode-require-final-newline.
16824 (mode-require-final-newline): Doc fix.
16825
16826 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16827
16828 * international/latexenc.el (latexenc-find-file-coding-system):
16829 Fix regular expressions.
16830
16831 2005-05-01 David Kastrup <dak@gnu.org>
16832
16833 * international/latexenc.el (latexenc-find-file-coding-system):
16834 Fix regular expressions.
16835
16836 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16837
16838 * subr.el (string-to-int): Make obsolete.
16839
16840 2005-04-30 Richard M. Stallman <rms@gnu.org>
16841
16842 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16843
16844 * loadup.el: load jka-comp-hook.
16845
16846 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16847 (jka-compr-handler): Add autoload. `put' calls moved
16848 to jka-comp-hook.el.
16849 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16850 (jka-compr-inhibit): Autoload.
16851
16852 * jka-comp-hook.el: New file.
16853 Enable the mode by default.
16854
16855 * files.el (backup-buffer-copy): Use copy-file instead
16856 of write-region, and put back the 'excl.
16857
16858 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
16859
16860 * progmodes/flymake.el (flymake-split-string)
16861 (flymake-split-string, flymake-log, flymake-pid-to-names)
16862 (flymake-reg-names, flymake-get-source-buffer-name)
16863 (flymake-unreg-names, flymake-add-line-err-info)
16864 (flymake-add-err-info): Clarify docstrings.
16865 (flymake-popup-menu, flymake-make-emacs-menu)
16866 (flymake-make-xemacs-menu): Add docstrings.
16867 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16868 Set variables directly throughout.
16869
16870 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
16871
16872 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16873 exists. Initialize cc-define-alist.
16874 (c-mode): Add cc-create-define-alist locally to after-save-hook.
16875 If there is no file (Macroexpansion) don't create an alist.
16876
16877 2005-04-29 Sam Steingold <sds@gnu.org>
16878
16879 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16880 (cc-create-define-alist): Use it instead of the hard-coded string.
16881
16882 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16883
16884 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16885 for latexenc.
16886
16887 2005-04-29 Lute Kamstra <lute@gnu.org>
16888
16889 * emacs-lisp/generic.el: Improve commentary section.
16890 (define-generic-mode): Improve docstring.
16891
16892 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
16893
16894 * textmodes/org.el (many places): Change to quiet the byte compiler.
16895 (org-prefix-format-compiled): New variable.
16896 (org-compile-prefix-format): New function.
16897 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16898 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16899 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16900 (org-get-entries-from-diary): Use `org-get-time-of-day' for
16901 consistency with entries from `org-mode' files.
16902 (org-get-time-of-day): Fix bug with partial matches early in a line.
16903 (org-non-link-chars): New constant.
16904 (org-link-regexp): Respect `org-non-link-chars'.
16905 (org-agenda-day-view): Remove command.
16906 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16907 (org-follow-bbdb-link, org-store-link): Search also company field.
16908 (org-highlight-overlay): New variable.
16909 (org-highlight, org-unhighlight): New functions.
16910 (org-agenda-mode): Add pre-command-hook to remove highlight.
16911 (org-evaluate-time-range): Behavior depends upon whether time stamp
16912 contains a time or not.
16913 (org-show-subtree, org-show-entry): New functions.
16914 (org-agenda-cleanup-fancy-diary): Remove empty lines.
16915
16916 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16917
16918 * comint.el (comint-output-filter-functions): Add autoload cookie.
16919
16920 2005-04-28 Kim F. Storm <storm@cua.dk>
16921
16922 * ido.el (ido-everywhere): Fix last change.
16923
16924 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16925
16926 * international/latexenc.el: New file.
16927 * international/mule-conf.el (file-coding-system-alist): For .tex,
16928 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16929
16930 2005-04-28 Lute Kamstra <lute@gnu.org>
16931
16932 * font-lock.el (font-lock-add-keywords)
16933 (font-lock-remove-keywords): Clarify docstring.
16934 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16935 Don't start docstrings with a `*'.
16936 (font-lock-update-removed-keyword-alist): Give it a docstring.
16937
16938 * generic-x.el: Update commentary section.
16939 Only require font-lock when compiling.
16940 Define all modes conditionally.
16941 Place all generic modes in the generic-x-modes customization group.
16942 (generic-x-modes): New customization group.
16943 (generic-default-modes, generic-mswindows-modes)
16944 (generic-unix-modes, generic-other-modes): New constants.
16945 (generic-define-mswindows-modes, generic-define-unix-modes):
16946 Update docstrings. Make them obsolete.
16947 (generic-extras-enable-list): New default value. Update docstring.
16948 Improve :type. Change :set function.
16949 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16950 Fix docstring.
16951
16952 * emacs-lisp/generic.el (generic-mode-internal):
16953 Simplify font-lock-defaults.
16954 (define-generic-mode): Fix docstring.
16955
16956 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16957
16958 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16959 font-lock-face property to highlight matches.
16960
16961 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
16962
16963 * progmodes/cc-mode.el (cc-create-define-alist): New function.
16964 (cc-define-alist): New variable.
16965 (c-mode): Make it local and initialize it.
16966
16967 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16968 (gdb-exited): New function.
16969 (gdb-annotation-rules): Use it.
16970 (gdb-starting): Set gdb-active-process to t.
16971 (gdb-stopping): Amend doc string.
16972 (gdb-reset): Set gdb-active-process to nil.
16973
16974 * tooltip.el (tooltip-gud-tips): Show the associated #define
16975 directives when a C program under GDB is not executing.
16976
16977 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16978
16979 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16980 font-lock-fontify-syntactic-keywords.
16981
16982 * font-lock.el (font-lock-default-fontify-region): Don't force
16983 parse-sexp-lookup-properties to nil.
16984
16985 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16986
16987 * man.el (man-mode-syntax-table): Set up `:' to have
16988 word-constituent syntax.
16989
16990 2005-04-27 Lute Kamstra <lute@gnu.org>
16991
16992 * novice.el (disable-command): Don't add spurious newlines to the
16993 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16994
16995 2005-04-26 Jay Belanger <belanger@truman.edu>
16996
16997 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16998 than one window before deleting window.
16999
17000 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
17001
17002 * shell.el (shell-prompt-pattern): Doc fix.
17003 (shell-mode): Set paragraph-separate buffer locally to "\\'".
17004
17005 * comint.el (comint-prompt-regexp, comint-get-old-input)
17006 (comint-use-prompt-regexp)
17007 (comint-use-prompt-regexp-instead-of-fields)
17008 (comint-replace-by-expanded-history, comint-send-input)
17009 (comint-output-filter, comint-get-old-input-default)
17010 (comint-line-beginning-position, comint-bol, comint-show-output)
17011 (comint-backward-matching-input, comint-forward-matching-input)
17012 (comint-next-prompt, comint-previous-prompt):
17013 Rename `comint-use-prompt-regexp-instead-of-fields' to
17014 `comint-use-prompt-regexp'. Keep old name as alias and declare
17015 obsolete.
17016 (comint-use-prompt-regexp): Shorten first line of doc string.
17017
17018 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
17019 Set paragraph-separate buffer locally to "\\'".
17020
17021 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
17022 Adapt to above name change.
17023
17024 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
17025 (smbclient-prompt-regexp): Ditto.
17026
17027 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17028
17029 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17030
17031 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17032 gdb-location-list.
17033 Break lines that are over 80 characters wide.
17034
17035 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17036
17037 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17038 New fun and var, to preserve compatibility.
17039
17040 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17041
17042 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17043
17044 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17045 name to file-newer-than-file-p.
17046
17047 2005-04-26 Richard M. Stallman <rms@gnu.org>
17048
17049 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17050
17051 * progmodes/python.el (python-mode):
17052 Use new name eldoc-documentation-function.
17053
17054 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17055
17056 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17057 (eldoc-documentation-function):
17058 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17059
17060 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17061
17062 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17063
17064 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17065
17066 * term/xterm.el (function-key-map): Fix strings for
17067 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17068 {C,S,A,C-S}-{f1-f12}.
17069
17070 2005-04-26 Kenichi Handa <handa@m17n.org>
17071
17072 * international/mule-cmds.el (select-safe-coding-system):
17073 Fix previous change.
17074
17075 2005-04-26 Lute Kamstra <lute@gnu.org>
17076
17077 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17078
17079 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17080 (font-lock-comment-delimiter-face): Ditto.
17081
17082 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17083
17084 2005-04-25 Jay Belanger <belanger@truman.edu>
17085
17086 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17087 to t while inserting information; use help-mode.
17088
17089 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17090
17091 * term.el (ansi-term-color-vector): Use the xterm colors.
17092 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17093
17094 2005-04-25 Lute Kamstra <lute@gnu.org>
17095
17096 * font-core.el (font-lock-defaults): Fix docstring.
17097
17098 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17099
17100 2005-04-25 Kenichi Handa <handa@m17n.org>
17101
17102 * international/mule-cmds.el (select-safe-coding-system):
17103 Don't check consistency with coding: spec, etc if raw-text or
17104 no-conversion was found to be safe.
17105
17106 2005-04-24 Richard M. Stallman <rms@gnu.org>
17107
17108 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17109 citation markers at start of each line.
17110
17111 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17112 citation markers at start of each line.
17113
17114 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17115
17116 * files.el (mode-require-final-newline): Fix previous change.
17117 (require-final-newline): Fix type label.
17118
17119 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17120
17121 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17122 statement in buffer (broken by 2004-11-24 change).
17123
17124 2005-04-24 Kim F. Storm <storm@cua.dk>
17125
17126 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17127 and read-file-name-function values. Don't overwrite existing
17128 non-nil values if ido-mode is enabled without ido-everywhere.
17129
17130 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17131
17132 * files.el (mode-require-final-newline): Minor doc fix.
17133
17134 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17135
17136 * subr.el (syntax-after): Doc fix.
17137 (syntax-class): If argument is nil, return nil. Mask off upper 16
17138 bits, not 8 bits.
17139
17140 * files.el (mode-require-final-newline): Doc fix.
17141 (backup-buffer-copy): Fix last change.
17142
17143 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17144
17145 * term/mac-win.el: Require select. Set selection-coding-system to
17146 mac-system-coding-system. Call menu-bar-enable-clipboard.
17147 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17148 (x-select-enable-clipboard): New variables.
17149 (x-select-text, x-get-selection, x-selection-value)
17150 (x-get-selection-value, mac-select-convert-to-string)
17151 (mac-services-open-file, mac-services-open-selection)
17152 (mac-services-insert-text): New functions.
17153 (CLIPBOARD, FIND): Put mac-scrap-name property.
17154 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17155 (public.tiff): Put mac-ostype property.
17156 (selection-converter-alist): Add entries for them.
17157 (mac-application-menu-map): New keymap.
17158 (interprogram-cut-function, interprogram-paste-function): Set to
17159 x-select-text and x-get-selection-value, respectively.
17160 (split-window-keep-point): Set to t.
17161
17162 2005-04-23 Richard M. Stallman <rms@gnu.org>
17163
17164 * files.el (read-directory-name): Always pass non-nil
17165 DEFAULT-FILENAME arg to read-file-name.
17166 (backup-buffer-copy, basic-save-buffer-2): Take care against
17167 writing thru an unexpected existing symlink.
17168 (revert-buffer): In indirect buffer, revert the base buffer.
17169 (magic-mode-alist): Doc fix.
17170 (buffer-stale-function): Doc fix.
17171 (minibuffer-with-setup-hook): Avoid warning.
17172 (mode-require-final-newline): Doc and custom fix.
17173
17174 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17175
17176 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17177 use the default appearance.
17178 (font-lock-comment-delimiter-face): New face, new variable.
17179
17180 * imenu.el (imenu--generic-function): The official position of a
17181 definition is the start of the line that BEG is in.
17182
17183 * midnight.el (midnight-timer): Move defvar up.
17184
17185 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17186
17187 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17188
17189 * startup.el (command-line): Use with-no-warnings.
17190
17191 * window.el (window-size-fixed): New defvar.
17192
17193 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17194
17195 * mail/rmail.el (rmail-font-lock-keywords):
17196 Use font-lock-comment-delimiter-face.
17197
17198 * mail/sendmail.el (mail-font-lock-keywords):
17199 Use font-lock-comment-delimiter-face.
17200
17201 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17202
17203 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17204
17205 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17206 Specify t for LAXMATCH when matching directories.
17207 Save match data around compilation-compat-error-properties form.
17208
17209 2005-04-23 David Kastrup <dak@gnu.org>
17210
17211 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17212 Mention that the autoloaded aliases should be kept for AUCTeX.
17213
17214 2005-04-23 Andreas Schwab <schwab@suse.de>
17215
17216 * isearch.el (isearch-forward): Doc fix.
17217
17218 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17219
17220 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17221 (jit-lock-stealth-nice): Change default value to 0.5.
17222
17223 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17224
17225 * abbrev.el (write-abbrev-file): Write table entries in
17226 alphabetical order by table name.
17227
17228 2005-04-22 Kim F. Storm <storm@cua.dk>
17229
17230 * ido.el (ido-read-internal): Fix `list' completion.
17231
17232 2005-04-22 Kenichi Handa <handa@m17n.org>
17233
17234 * recentf.el (recentf-save-file-coding-system): New variable.
17235 (recentf-save-list): Encode the file by
17236 recentf-save-file-coding-system and add coding: tag.
17237
17238 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17239
17240 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17241
17242 2005-04-21 Lute Kamstra <lute@gnu.org>
17243
17244 * loadhist.el (unload-feature): Don't remove a function from hooks
17245 if it is about to be restored to an autoload . Remove functions
17246 that will become unbound from auto-mode-alist. Simplify the code.
17247
17248 * subr.el (assq-delete-all): New implementation that is linear,
17249 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17250 (rassq-delete-all): New function.
17251
17252 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17253 Add size-indication-mode.
17254
17255 2005-04-21 Kenichi Handa <handa@m17n.org>
17256
17257 * international/mule-cmds.el: Add autoload for widget-value in
17258 eval-when-compile.
17259
17260 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17261
17262 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17263 Add tooltip-mode.
17264
17265 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17266
17267 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17268
17269 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17270 (inferior-lisp-filter-regexp, inferior-lisp-program)
17271 (inferior-lisp-load-command, inferior-lisp-prompt)
17272 (inferior-lisp-mode-hook, lisp-source-modes)
17273 (inferior-lisp-load-hook): defvar->defcustom.
17274 (inferior-lisp-program, inferior-lisp-prompt)
17275 (inferior-lisp-load-hook): Doc fixes.
17276 (inferior-lisp-install-letter-bindings): Small change in
17277 introductory comment.
17278
17279 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17280
17281 * vc.el (vc-annotate-color-map): Change some colors so that text
17282 using them as foreground is readable on both white and black
17283 backgrounds.
17284
17285 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17286
17287 * international/mule-conf.el (translation-table-for-input):
17288 Remove redundant declaration.
17289
17290 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17291
17292 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17293
17294 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17295 (tooltip-toggle-gud-tips): New function.
17296
17297 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17298
17299 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17300 right angle brackets.
17301
17302 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17303
17304 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17305
17306 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17307
17308 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17309 Remove. Update callers to use expand-file-name instead.
17310
17311 * subr.el (syntax-class): New function.
17312
17313 * simple.el (blink-matching-open): Use it.
17314
17315 * paren.el (show-paren-function): Use it to recognize parens that are
17316 also used in 2-char comment markers.
17317
17318 2005-04-19 Lute Kamstra <lute@gnu.org>
17319
17320 * loadhist.el (unload-feature): Update for new format of
17321 load-history. Simplify the code.
17322
17323 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17324
17325 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17326 (mac-add-charset-info): New function. Initialize variable
17327 mac-charset-info-alist using it.
17328 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17329 for translation.
17330 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17331 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17332 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17333 New CCL programs.
17334
17335 2005-04-19 Kim F. Storm <storm@cua.dk>
17336
17337 * simple.el (next-buffer, prev-buffer, next-error)
17338 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17339 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17340
17341 * bindings.el (next-buffer, prev-buffer, next-error)
17342 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17343 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17344 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17345 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17346
17347 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17348
17349 * isearch.el (isearch-edit-string): Make the search-ring available for
17350 minibuffer history commands.
17351 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17352 the default history commands now work just as well.
17353 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17354
17355 2005-04-18 Kim F. Storm <storm@cua.dk>
17356
17357 * emulation/cua-base.el (cua--pre-command-handler): Add more
17358 elaborate check for shift modifier on non-window systems.
17359
17360 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17361
17362 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17363
17364 2005-04-18 Kim F. Storm <storm@cua.dk>
17365
17366 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17367 and make it optional. Don't test tooltip-gud-echo-area here.
17368 (tooltip-gud-process-output, gdb-tooltip-print):
17369 Pass tooltip-gud-echo-area to tooltip-show.
17370 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17371
17372 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17373
17374 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17375 `display-graphic-p' may not be bound yet.
17376
17377 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17378
17379 * startup.el (command-line): No longer enable Xterm Mouse mode by
17380 default in terminals compatible with xterm.
17381
17382 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17383
17384 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17385
17386 * tooltip.el (tooltip-gud-echo-area): Rename from
17387 tooltip-use-echo-area.
17388 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17389 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17390 area independently of where help tooltips are displayed.
17391
17392 2005-04-17 David Kastrup <dak@gnu.org>
17393
17394 * cus-theme.el (custom-theme-write-variables): Quote variables
17395 where necessary.
17396
17397 2005-04-17 Richard M. Stallman <rms@gnu.org>
17398
17399 * simple.el (yank-excluded-properties): Add follow-link to value.
17400
17401 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17402
17403 * startup.el (fancy-splash-max-time): Just 30 seconds.
17404 (fancy-splash-delay): Just 7.
17405 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17406
17407 * loadhist.el (unload-feature): Update for new format of load-history.
17408 Simplify the code.
17409
17410 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17411 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17412
17413 * mail/sendmail.el (mail-font-lock-keywords):
17414 Don't fontify subject text.
17415 Don't fontify the text of a citation.
17416
17417 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17418
17419 * comint.el (comint-output-filter): Run comint-output-filter-functions
17420 with point where the user had it.
17421
17422 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17423
17424 * international/ucs-tables.el (ucs-set-table-for-input):
17425 Disable when using unify-on-decoding.
17426
17427 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17428
17429 * emulation/cua-base.el (cua-global-mark-face): Add special case
17430 for displays supporting a high number of colors.
17431
17432 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17433
17434 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17435
17436 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17437
17438 * filesets.el (filesets-add-buffer): If user supplies a name of a
17439 non-existing fileset, create a new fileset.
17440
17441 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17442
17443 * textmodes/org.el (org-up-heading-all): Fix bug with
17444 `outline-up-heading-all'.
17445
17446 2005-04-16 Andreas Schwab <schwab@suse.de>
17447
17448 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17449 /etc/permissions.d/* and /etc/aliases.d/*.
17450
17451 2005-04-16 Kenichi Handa <handa@m17n.org>
17452
17453 * international/code-pages.el (cp-make-coding-system):
17454 Set `translation-table-for-input' property value to the symbol
17455 ucs-mule-to-mule-unicode, not to that value.
17456 (pt154): Escape guillemet by `\'.
17457
17458 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17459
17460 * loadup.el: Load tooltip if x-show-tip is fboundp.
17461
17462 * startup.el (command-line): Add comment.
17463
17464 * tooltip.el (tooltip-mode): Specify correct standard value for
17465 Custom in init-value.
17466
17467 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17468
17469 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17470 possible.
17471
17472 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
17473
17474 * textmodes/org.el (org-agenda-date-prompt): Rename from
17475 `org-agenda-date-today'.
17476 (org-evaluate-time-range): Insert at point instead of directly
17477 after time range.
17478 (org-first-headline-recenter, org-subtree-end-visible-p)
17479 (org-optimize-window-after-visibility-change): New functions
17480 (org-agenda-post-command-hook): Don't allow point at end of line,
17481 to make sure it always hits the text properties.
17482 (org-agenda-next-date-line, org-agenda-previous-date-line):
17483 New commands.
17484 (org-set-regexps-and-options): Category may contain white space.
17485 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17486 Improve marker positions.
17487 (org-agenda-new-marker): Argument POS made optional.
17488 (org-agenda-get-timestamps): Deadlines which are done are listed
17489 in org-done-face now.
17490 (org-agenda-get-todos, org-agenda-get-timestamps)
17491 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17492 Set `undone-face' and `done-face' properties.
17493 (org-last-todo-state-is-todo): New variable.
17494 (org-todo): Set `org-last-todo-state-is-todo'.
17495 (org-agenda-todo): Change face according to
17496 `org-last-todo-state-is-todo'. And change other lines referring to
17497 the same entry.
17498 (org-calendar-goto-agenda): New command.
17499 (org-calendar-to-agenda-key): New option.
17500 (org-startup-folded): New allowed value `content'.
17501 (org-set-regexps-and-options): Accept new value `content' for
17502 `org-startup-folded'.
17503 (org-get-current-options): Handle new value `content' for
17504 `org-startup-folded'.
17505 (org-insert-todo-heading): New command.
17506 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17507 interactively in empty file and option
17508 `org-insert-mode-line-in-empty-file' has been set.
17509 (org-agenda-todo, org-agenda-priority): Modify to use
17510 `org-agenda-change-all-lines'.
17511 (org-warning-face): Change color on dark background
17512
17513 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17514
17515 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17516 use preferences AppleLocale and AppleLanguages, and variable
17517 mac-system-locale for default locale. On Mac OS Classic, use
17518 mac-system-coding-system for default coding systems.
17519
17520 * term/mac-win.el: Don't set file-name-coding-system.
17521 Decode variables system-name, emacs-build-system, user-login-name, and
17522 user-full-name by mac-system-coding-system on Mac OS Classic.
17523 (mac-system-coding-system): New variable.
17524
17525 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17526
17527 * startup.el (command-line): Handle `xterm-mouse-mode' before
17528 reading init file.
17529
17530 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17531
17532 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17533
17534 * progmodes/sh-script.el (sh-here-document-word): Make it a
17535 defcustom. Doc fix.
17536 (sh-add): Bash uses $(( )) for arithmetic.
17537 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17538 (sh-maybe-here-document): Remove quotes and leading whitespace
17539 from heredoc word when closing. Indent heredoc with tabs if word
17540 starts with "-".
17541
17542 2005-04-13 Richard M. Stallman <rms@gnu.org>
17543
17544 * simple.el (undo): Fix previous change.
17545
17546 * custom.el (defface): Doc fix.
17547
17548 2005-04-13 Lute Kamstra <lute@gnu.org>
17549
17550 * Makefile.in (DONTCOMPILE): Remove list.
17551 (compile, compile-always): Don't use DONTCOMPILE.
17552 (update-authors): Load the library in which batch-update-authors
17553 is defined.
17554 * makefile.w32-in (DONTCOMPILE): Remove list.
17555 (compile, compile-always): Fix comments.
17556 (update-authors): Load the library in which batch-update-authors
17557 is defined.
17558
17559 * generic-x.el (generic-mode-ini-file-find-file-hook):
17560 Rename to ini-generic-mode-find-file-hook.
17561 Keep generic-mode-ini-file-find-file-hook as an alias.
17562 (ini-generic-mode-find-file-hook): Rename from
17563 generic-mode-ini-file-find-file-hook. Fix docstring.
17564 (ini-generic-mode): Docstring change.
17565 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17566
17567 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17568 called from lisp.
17569
17570 * generic.el: Move to the emacs-lisp subdir.
17571
17572 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17573
17574 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17575 and C-S- function and cursor motion keys.
17576
17577 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17578
17579 * startup.el (command-line): Enable Xterm Mouse mode by default.
17580 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17581 for Custom. No longer show "Mouse" in mode line when enabled.
17582 Doc fix.
17583
17584 2005-04-12 Kim F. Storm <storm@cua.dk>
17585
17586 * emulation/cua-base.el (cua-rectangle-face)
17587 (cua-rectangle-noselect-face): Define face attributes here.
17588
17589 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17590
17591 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17592
17593 * startup.el (command-line): Turn off blinking cursor if
17594 cursorBlink in resources is off or false.
17595
17596 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17597
17598 * term/mac-win.el (dnd): Require dnd.
17599 (mac-drag-n-drop): Call dnd-handle-one-url.
17600 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17601 (kTextEncodingISOLatin2): Remove constants.
17602 (mac-script-code-coding-systems): New constant.
17603 (mac-handle-language-change): New function.
17604 (special-event-map): Bind it to `language-change' event.
17605 (mac-centraleurroman, mac-cyrillic): New coding systems.
17606 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17607 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17608 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17609 encode-mac-cyrillic, respectively.
17610
17611 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17612
17613 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17614 Don't set overlay-arrow-string to "=>" as this is done
17615 globally in C now.
17616
17617 2005-04-12 Lute Kamstra <lute@gnu.org>
17618
17619 * generic-x.el (rc-generic-mode, rul-generic-mode):
17620 Fix auto-mode-alist entries.
17621 (etc-fstab-generic-mode): Tweak fontification.
17622
17623 * generic.el (generic-make-keywords-list): Fix docstring.
17624 (generic-mode-internal): Simplify generic-font-lock-keywords.
17625
17626 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17627
17628 * whitespace.el (whitespace-buffer-leading)
17629 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17630 However, fix the highlight area for the leading and
17631 trailing whitespaces to show space.
17632
17633 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17634
17635 * whitespace.el (whitespace-version): Bump to 3.5
17636
17637 (whitespace-buffer-leading, whitespace-buffer-trailing):
17638 Invert sense of the test to highlight the whitespace.
17639
17640 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17641
17642 * progmodes/gud.el (gud-display-line): GUD uses its own
17643 overlay arrow now so don't set overlay-arrow-string.
17644 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17645
17646 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17647
17648 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17649 (term-ansi-current-reverse, term-ansi-current-invisible)
17650 (term-ansi-face-already-done): Change to boolean.
17651 (term-reset-terminal, term-handle-colors-array): Handle the above
17652 vars accordingly.
17653 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17654 (term-emulate-terminal): Use the new name.
17655
17656 * faces.el (secondary-selection): Use yellow1, not yellow.
17657 (trailing-whitespace): Use red1, not red.
17658
17659 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17660
17661 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17662 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17663 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17664
17665 * cus-edit.el (dnd): New group.
17666
17667 * term/w32-win.el (dnd): Require dnd
17668 (w32-drag-n-drop): Call dnd-handle-one-url.
17669
17670 * x-dnd.el: Require dnd.
17671 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17672 Call dnd-handle-one-url.
17673 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17674 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17675 to dnd-insert-text.
17676 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17677 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17678 (x-dnd-get-local-file-name, x-dnd-open-local-file)
17679 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17680
17681 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17682
17683 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17684
17685 * wdired.el: Doc fixes.
17686 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17687 (wdired-use-dired-vertical-movement): Rename from
17688 wdired-always-move-to-filename-beginning.
17689 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17690 (wdired-change-to-wdired-mode): Change mode name.
17691 (wdired-newline): Delete.
17692
17693 2005-04-11 Richard M. Stallman <rms@gnu.org>
17694
17695 * whitespace.el (whitespace-highlight-the-space):
17696 Don't call whitespace-unhighlight-the-space here.
17697
17698 * simple.el (undo): Record t in undo-equiv-table
17699 for the redo record made by an undo-in-region.
17700
17701 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17702
17703 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17704 (gdb-frame-inferior-io-buffer): New Functions to control
17705 display of separate IO buffer.
17706 (menu): Add them to menu-bar.
17707 (gdb-display-buffer): Check for buffer another frame.
17708 Protect GUD buffer.
17709 (gdb-setup-windows): Create IO buffer if not already there.
17710 (gdb-memory-mode): Remove purecopy noops.
17711
17712 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17713
17714 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17715 and pass to self-insert-command.
17716
17717 2005-04-11 Lute Kamstra <lute@gnu.org>
17718
17719 * generic.el: Commentary section cleanup.
17720 (generic): Delete.
17721 (generic-use-find-file-hook, generic-lines-to-scan)
17722 (generic-find-file-regexp, generic-ignore-files-regexp)
17723 (default-generic-mode, generic-mode-find-file-hook)
17724 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17725 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17726 (generic-use-find-file-hook, generic-lines-to-scan)
17727 (generic-find-file-regexp, generic-ignore-files-regexp)
17728 (default-generic-mode, generic-mode-find-file-hook)
17729 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17730
17731 2005-04-10 Karl Fogel <kfogel@red-bean.com>
17732
17733 * bookmark.el (bookmark-write-file): Catch errors writing file.
17734 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17735
17736 2005-04-10 Richard M. Stallman <rms@gnu.org>
17737
17738 * startup.el (fancy-splash-tail): Update copyright year.
17739 (command-line): Split part of -Q into -D.
17740 (emacs-basic-display): New defvar.
17741 (fancy-splash-text): Correct name of menu item.
17742
17743 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17744
17745 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17746 lines in one node.
17747
17748 * comint.el (comint-send-input): New arg ARTIFICIAL.
17749 Callers in this file changed.
17750
17751 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17752
17753 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17754
17755 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
17756
17757 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17758 `ldap-search-internal'.
17759
17760 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17761
17762 * files.el (set-auto-mode-1): Use line-end-position.
17763
17764 * international/latin-1.el:
17765 * international/latin-2.el:
17766 * international/latin-3.el:
17767 * international/latin-4.el:
17768 * international/latin-5.el:
17769 * international/latin-8.el:
17770 * international/latin-9.el: Give punctuation syntax to NBSP.
17771
17772 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17773 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17774 Use char-classes to accept non-ascii letters, accepted in some recent
17775 bibtex implementations.
17776
17777 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17778
17779 * custom.el (custom-set-minor-mode): Any non-nil value for the
17780 variable should enable the mode when set through Custom.
17781
17782 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17783
17784 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17785 TAB binding so tab-always-indent is obeyed.
17786 (vhdl-minibuffer-local-map): Move initialization into declaration.
17787 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17788 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17789 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17790 (vhdl-current-line): Use line-beginning-position.
17791 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17792 with-output-to-temp-buffer, so the current position can be recorded.
17793
17794 2005-04-10 Masatake YAMATO <jet@gyve.org>
17795
17796 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17797 Add regexp for gcov.
17798
17799 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17800
17801 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17802 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17803 syntax which Emacs 20 doesn't support.
17804
17805 2005-04-09 Richard M. Stallman <rms@gnu.org>
17806
17807 * help.el (describe-key-briefly, describe-key):
17808 Replace strings as event types with "(any string)".
17809
17810 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17811
17812 * arc-mode.el (archive-mode-map): Move initialization into
17813 the declaration. Override *all* bindings of `undo'.
17814 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17815
17816 2005-04-09 Jay Belanger <belanger@truman.edu>
17817
17818 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17819
17820 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17821
17822 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17823 (xterm-register-default-colors): Update color values computation
17824 to match xterm-200.
17825
17826 2005-04-09 Kenichi Handa <handa@m17n.org>
17827
17828 * international/code-pages.el (iso-latin-7): Fix the map.
17829
17830 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17831
17832 * emacs-lisp/lisp.el (defun-prompt-regexp)
17833 (parens-require-spaces, buffer-end, end-of-defun)
17834 (insert-parentheses): Doc fixes.
17835
17836 2005-04-08 Kim F. Storm <storm@cua.dk>
17837
17838 * comint.el (comint-highlight-prompt): Fix face spec.
17839 * hi-lock.el (hi-green): Likewise.
17840
17841 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17842
17843 * cus-edit.el (custom-modified-face):
17844 * comint.el (comint-highlight-input): Fix previous changes.
17845 * term.el (term-handle-ansi-escape): Add a comment.
17846
17847 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17848
17849 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17850 in the buffer and in whitespace-highlighted-space.
17851 (whitespace-unhighlight-the-space): Simplify.
17852 (whitespace-buffer): Simplify.
17853
17854 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17855
17856 * textmodes/table.el (table-cell-face): Add special case for
17857 displays supporting a high number of colors.
17858 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17859 (vhdl-font-lock-reserved-words-face)
17860 (vhdl-speedbar-architecture-face)
17861 (vhdl-speedbar-instantiation-face)
17862 (vhdl-speedbar-architecture-selected-face)
17863 (vhdl-speedbar-instantiation-selected-face): Likewise.
17864 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17865 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17866 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17867 (ebrowse-root-class-face, ebrowse-member-attribute-face)
17868 (ebrowse-progress-face): Likewise.
17869 * progmodes/compile.el (compilation-info-face): Likewise.
17870 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17871 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17872 * calendar/calendar.el (diary-face): Likewise.
17873 * woman.el (woman-italic-face, woman-bold-face)
17874 (woman-unknown-face): Likewise.
17875 * wid-edit.el (widget-button-pressed-face): Likewise.
17876 * whitespace.el (whitespace-highlight-face): Likewise.
17877 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17878 * pcvs-info.el (cvs-marked-face): Likewise.
17879 * info.el (info-xref): Likewise.
17880 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17881 * hilit-chg.el (highlight-changes-face)
17882 (highlight-changes-delete-face): Likewise.
17883 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17884 (hi-red-b): Likewise.
17885 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17886 * font-lock.el (font-lock-keyword-face)
17887 (font-lock-function-name-face, font-lock-warning-face): Likewise.
17888 * cus-edit.el (custom-invalid-face, custom-modified-face)
17889 (custom-set-face, custom-changed-face, custom-variable-tag-face)
17890 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17891 * comint.el (comint-highlight-prompt): Likewise.
17892
17893 2005-04-08 Lute Kamstra <lute@gnu.org>
17894
17895 * font-lock.el (font-lock-keywords): Docstring fixes.
17896
17897 2005-04-08 Kenichi Handa <handa@m17n.org>
17898
17899 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17900 chars are more than a limit, print " and more..." at the tail.
17901
17902 2005-04-08 Kim F. Storm <storm@cua.dk>
17903
17904 * emacs-lisp/authors.el (authors-aliases): Update list.
17905 (authors-ignored-files): New list.
17906 (authors-fixed-entries): Fix typo.
17907 (authors-renamed-files-alist): Update list.
17908 (authors-add): Check authors-ignored-files.
17909
17910 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
17911
17912 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17913 optional, to ensure backward compatibility.
17914
17915 2005-04-08 Stephen Eglen <stephen@gnu.org>
17916
17917 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17918
17919 2005-04-08 Kim F. Storm <storm@cua.dk>
17920
17921 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17922
17923 * mouse.el (mouse-on-link-p): Doc fix.
17924
17925 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17926
17927 * ielm.el (ielm-prompt-read-only): Doc fix.
17928
17929 * comint.el (comint-prompt-read-only): Doc fix.
17930
17931 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17932
17933 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17934 ensure dired always handles wildcards passed to ffap.
17935 (find-file-at-point): Use it.
17936 (ffap-dired-wildcards): Doc fix.
17937
17938 2005-04-07 Juri Linkov <juri@jurta.org>
17939
17940 * simple.el (next-error-overlay-arrow-position): New defvar.
17941 Put "=>" on its property `overlay-arrow-string'. Add it to
17942 `overlay-arrow-variable-list'.
17943
17944 * progmodes/compile.el (compilation-setup):
17945 Set `next-error-overlay-arrow-position' to nil. Also set it to
17946 nil in the local hook `kill-buffer-hook'. Make local variable
17947 `overlay-arrow-string' and set it to "=>".
17948 (compilation-goto-locus): Set BOL position to
17949 `next-error-overlay-arrow-position' instead of
17950 `overlay-arrow-position'.
17951
17952 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17953 locally instead of adding it to the global hook.
17954 (Info-kill-buffer): Move up.
17955
17956 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17957
17958 * term/xterm.el (xterm-standard-colors): Update color values from
17959 xterm-200.
17960
17961 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17962
17963 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17964
17965 * fast-lock.el:
17966 * lazy-lock.el: Move them to the obsolete subdir.
17967
17968 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17969
17970 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17971 (wdired-add-replace-advice): Remove.
17972 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17973
17974 2005-04-06 Kim F. Storm <storm@cua.dk>
17975
17976 * startup.el (command-line): Add --bare-bones alias for -Q.
17977
17978 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17979
17980 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17981 create the startup fontset if a font specification ends with
17982 `mac-roman'.
17983
17984 2005-04-06 Lute Kamstra <lute@gnu.org>
17985
17986 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17987 change.
17988
17989 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17990 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17991
17992 2005-04-05 Lute Kamstra <lute@gnu.org>
17993
17994 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17995 (define-generic-mode): Ditto. Fix debug declaration.
17996
17997 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17998 Put them in the generic-x group.
17999
18000 * calendar/timeclock.el (timeclock): Doc fix.
18001
18002 * generic.el (define-generic-mode): Don't use custom-current-group.
18003 Document default :group value.
18004 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
18005 (define-global-minor-mode): Don't use custom-current-group.
18006
18007 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
18008
18009 * startup.el (command-line-1): Display startup-echo-area-message
18010 when fancy splash screen is in use.
18011
18012 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
18013 (sh-escaped-newline): New face.
18014 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
18015 newline, and use sh-escaped-newline face.
18016
18017 * progmodes/tcl.el (tcl-escaped-newline): New face.
18018 (tcl-builtin-list): New variable.
18019 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
18020 newlines. Fix keywords subexpression number.
18021
18022 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
18023
18024 * textmodes/org.el (org-diary-default-entry): Fix call to
18025 `add-to-diary-entry'.
18026
18027 2005-04-05 Kim F. Storm <storm@cua.dk>
18028
18029 * ediff-init.el: Use (featurep 'xemacs).
18030
18031 2005-04-05 David Ponce <david@dponce.com>
18032
18033 * cus-edit.el (face): Derive from symbol widget. Display sample
18034 of the current face on the fly.
18035 (widget-face-sample-face-get, widget-face-notify): New functions.
18036 (widget-face-value-create): Remove.
18037
18038 * wid-edit.el (widget-field-end): Temporarily remove field
18039 narrowing before to call `get-char-property'.
18040
18041 2005-04-04 Jay Belanger <belanger@truman.edu>
18042
18043 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18044 (math-read-subscripts): New variable.
18045 (math-read-preprocess-string): Process subscripts.
18046
18047 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18048
18049 * comint.el (comint-prompt-read-only): Doc fix.
18050
18051 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18052 `-1'. Doc fix.
18053
18054 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18055
18056 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18057 Change default value to nil.
18058
18059 2005-04-04 Lute Kamstra <lute@gnu.org>
18060
18061 * autorevert.el (auto-revert-mode): Specify :group.
18062 * battery.el (display-battery-mode): Specify :group.
18063 * diff-mode.el (diff-minor-mode): Specify :group.
18064 * font-core.el (font-lock-mode): Specify :group.
18065 * hl-line.el (hl-line-mode): Specify :group.
18066 * iimage.el (iimage): New customization group.
18067 (iimage-mode): Specify :group.
18068 * longlines.el (longlines-mode): Specify :group.
18069 * master.el: Don't require easy-mmode.
18070 (master): New customization group.
18071 (master-mode): Specify :group.
18072 * msb.el (msb-mode): Specify :group.
18073 * reveal.el (reveal-mode): Specify :group.
18074 * simple.el (next-error-follow-minor-mode): Specify :group.
18075 * smerge-mode.el (smerge-mode): Specify :group.
18076 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18077 * emulation/cua-base.el (cua-mode): Specify :group.
18078 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18079 * language/thai-util.el (thai-auto-composition-mode)
18080 (thai-word-mode): Specify :group.
18081 * mail/supercite.el (sc-minor-mode): Specify :group.
18082 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18083 * progmodes/flymake.el (flymake-mode): Specify :group.
18084 * progmodes/glasses.el (glasses-mode): Specify :group.
18085 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18086 * textmodes/enriched.el (enriched-mode): Specify :group.
18087 * textmodes/refill.el (refill-mode): Specify :group.
18088
18089 * add-log.el (change-log-font-lock-keywords): Names in
18090 parenthesized lists can contain spaces.
18091
18092 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18093
18094 * startup.el (fancy-splash-text): Shorten default text of
18095 "Emacs Tutorial" line. Also, if the current language env
18096 indicates an available tutorial file other than TUTORIAL,
18097 extract its title and append it to the line in parentheses.
18098 (fancy-splash-insert): If arg is a thunk, funcall it.
18099
18100 2005-04-04 Jay Belanger <belanger@truman.edu>
18101
18102 * calc.el (calc-language-alist): Add tags to customization type.
18103
18104 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18105
18106 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18107 Doc fix.
18108
18109 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18110
18111 * add-log.el (change-log-font-lock-keywords): The manual
18112 describing a Change Log entry, says: (...) "Aside from these
18113 header lines, every line in the change log starts with a space or
18114 a tab.". The font-lock was not highlighting lines started with
18115 spaces, added support for it.
18116
18117 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18118
18119 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18120 (bibtex-generate-url-list): Update docstring accordingly. Put the
18121 complex example in the docstring.
18122 (bibtex-font-lock-url): Use pop.
18123
18124 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18125
18126 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18127
18128 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18129
18130 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18131
18132 * filesets.el (filesets-set-default): Doc fix.
18133
18134 2005-04-03 Lute Kamstra <lute@gnu.org>
18135
18136 * generic.el (define-generic-mode): Add argument to specify
18137 keywords for defcustom.
18138 (default-generic-mode): Specify :group.
18139
18140 * generic-x.el: Specify :group for all generic modes.
18141
18142 * desktop.el (desktop-no-desktop-file-hook)
18143 (desktop-after-read-hook): Doc fix.
18144
18145 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18146
18147 * simple.el (visible-mode): Use explicit :group keyword.
18148 This changes the group of `visible-mode-hook' from paren-blinking
18149 to editing-basics.
18150
18151 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18152
18153 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18154 mailbox specifications as well as URLs.
18155 (rmail-insert-inbox-text): Remove unused conditional branches.
18156
18157 2005-04-01 Jay Belanger <belanger@truman.edu>
18158
18159 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18160 (calc-gnuplot-print-command): Move definitions to calc.el.
18161
18162 * calc/calc-embed.el (calc-embedded-announce-formula)
18163 (calc-embedded-open-formula, calc-embedded-close-formula)
18164 (calc-embedded-open-word, calc-embedded-close-word)
18165 (calc-embedded-open-plain, calc-embedded-close-plain)
18166 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18167 (calc-embedded-open-mode, calc-embedded-close-mode):
18168 Move definitions to calc.el.
18169
18170 * calc/calc.el (calc-settings-file, calc-language-alist):
18171 Make customizable.
18172 (calc-embedded-announce-formula, calc-embedded-open-formula)
18173 (calc-embedded-close-formula, calc-embedded-open-word)
18174 (calc-embedded-close-word, calc-embedded-open-plain)
18175 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18176 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18177 (calc-embedded-close-mode, calc-gnuplot-name)
18178 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18179 from other files and make customizable.
18180
18181 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18182
18183 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18184 Use buffer-live-p.
18185 (cvs-mode-run): Don't call cvs-update-header here.
18186 (cvs-run-process): Call cvs-update-header.
18187 Use process properties for cvs-postprocess and cvs-buffer so that
18188 the sentinel can behave better if the temp buffer is killed.
18189 Use a pipe rather than a tty, to better handle unexpected prompts.
18190 (cvs-sentinel): Rewrite. Call cvs-update-header.
18191
18192 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18193
18194 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18195 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18196
18197 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18198
18199 * generic.el (define-generic-mode): Add indentation rule.
18200
18201 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18202
18203 * files.el (mode-require-final-newline): Make Custom correctly
18204 report a nil value and allow to set it to nil via Custom.
18205 Doc fix.
18206
18207 2005-04-01 Kenichi Handa <handa@m17n.org>
18208
18209 * international/characters.el: Enable the correct case setting for
18210 dotless-i and dotted-I.
18211
18212 2005-04-01 Kim F. Storm <storm@cua.dk>
18213
18214 * ido.el (ido-file-internal): Fall back to non-ido command if
18215 initial directory is on slow ftp (or tramp) host.
18216
18217 2005-03-31 Richard M. Stallman <rms@gnu.org>
18218
18219 * emacs-lisp/autoload.el (make-autoload):
18220 Handle define-global-minor-mode.
18221
18222 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18223 Rename from easy-mmode-define-global-mode.
18224 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18225
18226 * progmodes/scheme.el (scheme-mode-syntax-table):
18227 Update syntax of | and # for two-character comment syntax.
18228
18229 2005-03-31 Lute Kamstra <lute@gnu.org>
18230
18231 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18232 (define-minor-mode): Call custom-current-group at load-time.
18233
18234 * generic.el (define-generic-mode): Add debug declaration.
18235 Add defcustom for the mode hook.
18236 (generic-mode-internal): Use run-mode-hooks.
18237
18238 2005-03-31 Kim F. Storm <storm@cua.dk>
18239
18240 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18241 (mouse-fixup-help-message): New defun called by show_help_echo
18242 to fixup mouse-2 prefix in help messages when applicable.
18243
18244 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18245
18246 2005-03-31 Kenichi Handa <handa@m17n.org>
18247
18248 * language/thai-word.el (thai-find-word-ends): Pay attention to
18249 the case that we reach the end of buffer.
18250
18251 * textmodes/fill.el (fill-text-properties-at): New function.
18252 (fill-newline): Use fill-text-properties-at instead of
18253 text-properties-at.
18254
18255 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18256
18257 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18258 not comint-quote-filename.
18259
18260 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18261
18262 * help-fns.el (help-with-tutorial): Revert last change.
18263
18264 2005-03-31 Kim F. Storm <storm@cua.dk>
18265
18266 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18267
18268 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18269
18270 * calendar/cal-china.el: Update reference to "Calendrical
18271 Calculations" book; there's a new edition.
18272 * calendar/cal-coptic.el: Likewise.
18273 * calendar/cal-french.el: Likewise.
18274 * calendar/cal-hebrew.el: Likewise.
18275 * calendar/cal-islam.el: Likewise.
18276 * calendar/cal-iso.el: Likewise.
18277 * calendar/cal-julian.el: Likewise.
18278 * calendar/cal-mayan.el: Likewise.
18279 * calendar/cal-persia.el: Likewise.
18280 * calendar/calendar.el: Likewise.
18281 * calendar/holidays.el: Likewise.
18282 * calendar/lunar.el: Likewise.
18283 * calendar/solar.el: Likewise.
18284
18285 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18286 white space from doc string.
18287
18288 2005-03-30 Jay Belanger <belanger@truman.edu>
18289
18290 * calc/calc-help.el (calc-full-help): Remove email address.
18291
18292 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18293
18294 * help-fns.el (help-with-tutorial): Delete title line.
18295
18296 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18297
18298 * calendar/cal-x.el (calendar-one-frame-setup)
18299 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18300 rather than `symbol' for set-window-dedicated-p.
18301
18302 * calendar/appt.el (appt-buffer-name): Make it a constant.
18303 (appt-add): Doc fix.
18304
18305 * filesets.el (filesets-menu-path, filesets-menu-before)
18306 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18307 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18308 (filesets-add-submenu): Delete and use add-submenu instead.
18309
18310 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18311
18312 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18313 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18314 (org-diary-default-entry): New function.
18315 (org-get-entries-from-diary): Better parsing of diary entries.
18316 (org-agenda-check-no-diary): New function.
18317 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18318 linking to diary entries.
18319 (org-agenda-execute-calendar-command): New function.
18320 (org-agenda): Improve visible section in window.
18321 Use `org-fit-agenda-window'.
18322 (org-fit-agenda-window): New option.
18323 (org-move-subtree-down): Better handling of empty lines
18324 at end of subtree.
18325 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18326 levels up.
18327 (org-fontify-done-headline): New option.
18328 (org-headline-done-face): New face.
18329 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18330 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18331 When current field is non-empty, it is copied to next row.
18332 (org-table-copy-from-above): Fix bug which made it
18333 impossible to copy fields containing only a single non-white character.
18334
18335 2005-03-30 Kim F. Storm <storm@cua.dk>
18336
18337 * kmacro.el (kmacro-end-macro): Isearch may store this command
18338 into the macro -- so ignore it when executing keyboard macro.
18339
18340 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18341
18342 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18343
18344 2005-03-29 Kenichi Handa <handa@m17n.org>
18345
18346 * language/thai.el ("Thai"): Set setup-function and exit-function
18347 for Thai language environment.
18348
18349 * language/thai-util.el: Require thai-word.
18350 (thai-word-mode-map): New variable.
18351 (thai-word-mode): New minor mode.
18352 (setup-thai-language-environment-internal): New function.
18353 (exit-thai-language-environment-internal): New function.
18354
18355 * language/thai-word.el (thai-word-table): Declare it by defvar,
18356 use dolist to initialize it.
18357 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18358 (thai-fill-find-break-point): New functions.
18359
18360 2005-03-29 Richard M. Stallman <rms@gnu.org>
18361
18362 * simple.el (idle-update-delay): Move definition up.
18363 (set-mark): Doc fix.
18364
18365 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18366
18367 * longlines.el: New file.
18368
18369 * simple.el (buffer-substring-filters): New variable.
18370 (filter-buffer-substring): New function.
18371 (kill-region, copy-region-as-kill): Use it.
18372
18373 * register.el (copy-to-register, append-to-register)
18374 (prepend-to-register): Use filter-buffer-substring.
18375
18376 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18377
18378 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18379 (gud-filter-pending-text): Move in front of gdb.
18380 (gud-overlay-arrow-position): New variable.
18381 (gud-sentinel, gud-display-line): Use it in place of
18382 overlay-arrow-position.
18383
18384 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18385
18386 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18387 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18388 (fortran-font-lock-keywords-4): New variable.
18389 (fortran-blocks-re, fortran-end-block-re)
18390 (fortran-start-block-re): New constants, for hideshow.
18391 (hs-special-modes-alist): Add a Fortran entry.
18392 (fortran-mode-map): Bind fortran-end-of-block,
18393 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18394 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18395 (fortran-looking-at-if-then, fortran-end-of-block)
18396 (fortran-beginning-of-block): New functions, for hideshow.
18397
18398 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18399 Doc fix. Tweak regexp.
18400 (f90-beginning-of-block): Push mark first.
18401
18402 2005-03-29 Jay Belanger <belanger@truman.edu>
18403
18404 * calc/calc.el: Update copyright date.
18405 (calc-version): Increase to 2.1.
18406 (calc-version-date): Remove.
18407
18408 * calc/calc-help.el: Update copyright date.
18409 (calc-full-help): Remove reference to calc-version-date.
18410 Update copyright date.
18411
18412 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18413
18414 * vc.el (vc-do-command): Use a pipe for async processes, so password
18415 prompts don't show up at places where the user can't reply.
18416
18417 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18418
18419 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18420 on the file name we pass to the inferior shell.
18421
18422 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18423
18424 * progmodes/which-func.el (which-function): Be robust in the face of an
18425 imenu--make-index-alist failure.
18426
18427 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18428
18429 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18430
18431 * progmodes/python.el (python-preoutput-filter): Fix last change.
18432
18433 2005-03-29 Lute Kamstra <lute@gnu.org>
18434
18435 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18436 functions and compiled macros.
18437 (debug-convert-byte-code): Handle macros too.
18438 (debug-on-entry-1): Don't signal an error when trying to clear a
18439 function that is not set to debug on entry.
18440
18441 2005-03-29 Jay Belanger <belanger@truman.edu>
18442
18443 * calc/calc-lang.el: Add functions to math-function-table
18444 properties of tex and math.
18445
18446 2005-03-29 Kenichi Handa <handa@m17n.org>
18447
18448 * ps-mule.el (ps-mule-plot-string): Translate characters by
18449 ps-print-translation-table.
18450 (ps-mule-begin-job): Call find-charset-region/string with
18451 ps-print-translation-table.
18452 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18453
18454 * ps-print.el (ps-print-translation-table): New variable.
18455 (ps-plot-region): Translate characters by ps-print-translation-table.
18456
18457 2005-03-29 Juri Linkov <juri@jurta.org>
18458
18459 * simple.el (next-error-highlight-timer): New variable.
18460
18461 * progmodes/compile.el (compilation-goto-locus):
18462 Use `next-error-highlight-timer' instead of `sit-for'.
18463
18464 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18465
18466 * mail/supercite.el (sc-mail-field): Use assoc-string.
18467 (sc-get-address): Simplify regexps.
18468
18469 * files.el (minibuffer-with-setup-hook): New macro.
18470 (find-file-read-args): Use it to avoid let-binding
18471 minibuffer-with-setup-hook (which breaks turning on/off
18472 file-name-shadow-mode while in the prompt).
18473
18474 * complete.el (PC-read-include-file-name-internal):
18475 Use test-completion.
18476
18477 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18478
18479 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18480
18481 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * window.el (window-buffer-height): Use count-screen-lines.
18484
18485 * progmodes/python.el (python-preoutput-leftover): New var.
18486 (python-preoutput-filter): Use it.
18487 (python-send-receive): Loop until all the result has been received.
18488
18489 2005-03-28 Juri Linkov <juri@jurta.org>
18490
18491 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18492
18493 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18494 "Recover Crashed Session".
18495 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18496 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18497 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18498 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18499 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18500 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18501 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18502 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18503
18504 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18505 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18506 Ediff Sessions", "Toggle use of separate control buffer frame",
18507 "Use separate frame for Ediff control buffer".
18508
18509 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18510 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18511 "Rename Bookmark", "Delete Bookmark".
18512
18513 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18514 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18515 Add `:active Info-index-alternatives' to "Next Matching Item".
18516
18517 * wdired.el (wdired-change-to-wdired-mode):
18518 Mention `wdired-abort-changes' key in the initial message.
18519
18520 * international/mule.el (auto-coding-alist): Associate non-ascii
18521 image filename extensions with `no-conversion'.
18522
18523 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18524
18525 * international/iso-acc.el:
18526 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18527
18528 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18529
18530 * textmodes/sgml-mode.el (html-mode): Doc update.
18531
18532 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18533
18534 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18535
18536 * term.el (term-move-columns): Fix face after extending a line.
18537 (term-insert-spaces): Likewise.
18538 (term-reset-terminal): Fix off by one error.
18539
18540 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18541
18542 * international/mule.el (auto-coding-alist): Add .xpi files.
18543
18544 * files.el (auto-mode-alist): Add .xpi files.
18545
18546 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18547
18548 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18549
18550 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18551
18552 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18553
18554 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18555
18556 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18557 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18558
18559 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18560 cursor to Jan 1 when needed.
18561 (calendar-end-of-year): Fix -/+ typo.
18562 Reported by Chong Yidong <cyd@stupidchicken.com>.
18563
18564 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18565
18566 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18567
18568 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18569 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18570
18571 2005-03-25 Richard M. Stallman <rms@gnu.org>
18572
18573 * filesets.el (filesets-init): Add autoload.
18574
18575 * mail/mailalias.el (mail-directory): Doc fix.
18576
18577 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18578
18579 * mail/mailalias.el (mail-directory-process): Do nothing if
18580 mail-directory-process is an atom.
18581 (mail-get-names): Ignore mail-directory-names if it is an atom.
18582 (mail-directory-process defvar): Doc fix.
18583 (mail-names): Doc fix.
18584
18585 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18586
18587 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18588
18589 2005-03-26 Kenichi Handa <handa@m17n.org>
18590
18591 * international/mule-util.el (detect-coding-with-priority):
18592 Call update-coding-systems-internal before detect-coding-region.
18593
18594 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18595
18596 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18597 (gdb-frames-mode-map): Add follow-link property.
18598
18599 2005-03-25 Jay Belanger <belanger@truman.edu>
18600
18601 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18602 for variables.
18603
18604 2005-03-25 Juri Linkov <juri@jurta.org>
18605
18606 * image-mode.el: Optimize image filename extension regexps in
18607 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18608 in `auto-mode-alist'.
18609 (image-mode): Add `image-toggle-display-text' to local hook
18610 `change-major-mode-hook'. Display the image as an image by
18611 default. Set `cursor-type' and `truncate-lines' if the image
18612 is already displayed. Take into account the current mode (image
18613 or text) in message.
18614 (image-minor-mode): New minor mode.
18615 (image-mode-maybe, image-toggle-display-text): New functions.
18616 (image-toggle-display): Use called-interactively-p.
18617 Let-bind `inhibit-read-only' to t.
18618
18619 * image-mode.el (image-minor-mode): Set `cursor-type' and
18620 `truncate-lines' if the image is already displayed. Add turning
18621 image-minor-mode off to `change-major-mode-hook'. Add message.
18622 Call `image-toggle-display-text' after turning image-minor-mode off.
18623
18624 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18625
18626 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18627 Terminal.app, use utf-8.
18628 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18629 (set-locale-environment): Use it.
18630
18631 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18632
18633 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18634
18635 * progmodes/python.el (python-close-block-statement-p)
18636 (python-outdent-p, python-current-defun): Use symbol-end.
18637
18638 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18639
18640 * files.el (save-some-buffers): Doc fix.
18641
18642 2005-03-25 Werner Lemberg <wl@gnu.org>
18643
18644 * complete.el, thumbs.el: Replace `legal' with `valid'.
18645 * calendar/calendar.el: Replace `legal' with `valid'.
18646 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18647 * mail/supercite.el: Replace `legal' with `valid'.
18648 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18649 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18650 Replace `legal' with `valid'.
18651 * textmodes/reftex-vars.el, textmodes/reftex.el:
18652 Replace `legal' with `valid'.
18653
18654 2005-03-25 Werner Lemberg <wl@gnu.org>
18655
18656 * calc/calc-forms.el, calc/calc-sel.el
18657 * midnight.el, vc-cvs.el
18658 * emacs-lisp/cl-macs.el
18659 * emulation/vip.el
18660 * eshell/esh-io.el, eshell/esh-var.el
18661 * mail/supercite.el
18662 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18663 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18664 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18665 * progmodes/sh-script.el, progmodes/xscheme.el
18666 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18667 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18668 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18669 * textmodes/reftex.el, textmodes/org.el:
18670 Replace `illegal' with `invalid'.
18671
18672 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18673
18674 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18675 (flymake-find-buildfile, flymake-find-possible-master-files)
18676 (flymake-check-include, flymake-parse-line): Replace loops over the
18677 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18678
18679 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18680 Substitute file-name-as-directory in the rest of the file.
18681 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18682 (flymake-replace-region): Remove unused arg `buffer'.
18683 (flymake-check-patch-master-file-buffer): Update calls to it.
18684 (flymake-add-err-info): Remove unused var `count'.
18685 (flymake-mode): Use define-minor-mode.
18686
18687 * progmodes/flymake.el: Use with-current-buffer.
18688 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18689 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18690 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18691 Avoid testing for `xemacs'.
18692 (flymake-nop): Move.
18693 (flymake-region-has-flymake-overlays): Return the computed value.
18694 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18695 Remove unused var `endline'.
18696 (flymake-get-line-count): Remove unused function.
18697 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18698
18699 * emulation/vi.el:
18700 * generic.el:
18701 * hilit-chg.el (global-highlight-changes):
18702 * hi-lock.el (hi-lock-mode):
18703 * follow.el: find-file-hooks -> find-file-hook.
18704
18705 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18706
18707 2005-03-24 Juri Linkov <juri@jurta.org>
18708
18709 * dired.el (dired-mode-map): Add menu item "Compare directories"
18710 for dired-compare-directories.
18711
18712 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18713 Doc fix. Replace `read-file-name' with `read-directory-name'.
18714
18715 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18716
18717 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18718
18719 2005-03-24 Jay Belanger <belanger@truman.edu>
18720
18721 * calc/calc-embed.el (calc-embedded-mode-change): Save all
18722 relevant mode settings in calc-embedded-original-modes when modes
18723 are permanently changed.
18724
18725 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18726
18727 * autoinsert.el: find-file-hooks -> find-file-hook.
18728
18729 2005-03-24 Lute Kamstra <lute@gnu.org>
18730
18731 * generic.el (generic-font-lock-defaults): Make it obsolete.
18732 (generic-font-lock-keywords): New variable to replace
18733 generic-font-lock-defaults.
18734 (generic-mode-set-font-lock): Delete it.
18735 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18736 (generic-bracket-support): Add docstring.
18737
18738 * generic-x.el: Rename generic-font-lock-defaults to
18739 generic-font-lock-keywords throughout.
18740 (mailagent-rules-setup-function): Delete it.
18741 (mailagent-rules-generic-mode): Use anonymous function instead.
18742 (show-tabs-generic-mode-font-lock-defaults-1)
18743 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18744 Quote faces.
18745 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18746 not foreground.
18747
18748 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18749 Recognize define-generic-mode.
18750
18751 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18752
18753 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18754 if there's no completion table.
18755
18756 2005-03-23 Miles Bader <miles@gnu.org>
18757
18758 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18759 Remove tty-specific variants, as they're no longer needed.
18760
18761 2005-03-23 Lute Kamstra <lute@gnu.org>
18762
18763 * generic-x.el: Code cleanup: make args constant whenever possible.
18764 (installshield-statement-keyword-list)
18765 (installshield-system-functions-list)
18766 (installshield-system-variables-list, installshield-types-list)
18767 (installshield-funarg-constants-list): Make them constants.
18768
18769 * generic.el (generic-make-keywords-list): Add autoload cookie.
18770
18771 * calendar/time-date.el: Add comment on time value formats.
18772 Don't require parse-time.
18773 (with-decoded-time-value): New macro.
18774 (encode-time-value): New function.
18775 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18776 (days-to-time): Return a valid time value when arg is huge.
18777 (time-since): Use time-subtract.
18778 (time-to-number-of-days): Use time-to-seconds.
18779
18780 2005-03-23 David Ponce <david@dponce.com>
18781
18782 * recentf.el (recentf-keep): New option.
18783 (recentf-menu-action): Default to `find-file'.
18784 (recentf-keep-non-readable-files-flag)
18785 (recentf-keep-non-readable-files-p)
18786 (recentf-file-readable-p, recentf-find-file)
18787 (recentf-cleanup-remote): Remove.
18788 (recentf-include-p): More robust.
18789 (recentf-keep-p): New function.
18790 (recentf-remove-if-non-kept): Rename from
18791 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
18792 All callers updated.
18793 (recentf-menu-items-for-commands): Fix help string.
18794 (recentf-track-closed-file): Update. Doc fix.
18795 (recentf-cleanup): Update. Count removed files. Doc fix.
18796
18797 2005-03-23 Kim F. Storm <storm@cua.dk>
18798
18799 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18800 Don't inherit from fringe face (now happens automatically).
18801
18802 2005-03-22 Kim F. Storm <storm@cua.dk>
18803
18804 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18805 position values.
18806
18807 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18808
18809 * menu-bar.el (showhide-date-time): Remove.
18810 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18811 (menu-bar-make-mm-toggle): Simplify.
18812
18813 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18814
18815 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18816 Accept qualified variable and function names.
18817
18818 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18819
18820 * bindings.el (completion-ignored-extensions):
18821 Remove ".lis" for `vax-vms'.
18822
18823 2005-03-22 Andreas Schwab <schwab@suse.de>
18824
18825 * generic-x.el: Revert last change.
18826 * ldefs-boot.el: Update.
18827
18828 2005-03-22 Jay Belanger <belanger@truman.edu>
18829
18830 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18831 (calc-embedded-save-original-modes)
18832 (calc-embedded-restore-original-modes): New functions.
18833 (calc-do-embedded): Save original modes when entering embedded mode
18834 and restore when leaving embedded mode.
18835 (calc-embedded-modes-change): Change the value of
18836 calc-embedded-original-modes to reflect permanent changes.
18837
18838 2005-03-22 Lute Kamstra <lute@gnu.org>
18839
18840 * generic-x.el: Require generic again.
18841
18842 2005-03-22 Miles Bader <miles@gnu.org>
18843
18844 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18845 Tweak details to look good on both ttys and bitmap displays, light
18846 or dark background, etc.
18847
18848 2005-03-21 Kim F. Storm <storm@cua.dk>
18849
18850 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18851 mouse position.
18852
18853 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18854
18855 * icomplete.el: Don't forcibly turn on the mode upon load.
18856 (icomplete-mode): Use define-minor-mode.
18857 (icomplete-eoinput): Default to nil.
18858 (icomplete-minibuffer-setup): Remove autoload.
18859 (icomplete-tidy): Simplify.
18860 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18861 in the initial state or if the user has modified the field.
18862 Fix handling of icomplete-max-delay-chars.
18863 Remove code that handles the oddball case where
18864 minibuffer-completion-table is an integer.
18865 Wrap icomplete-completions in while-no-input in case building
18866 completions takes more time than expected.
18867 (icomplete-completions): Simplify.
18868
18869 2005-03-21 Richard M. Stallman <rms@gnu.org>
18870
18871 * jka-compr.el (jka-compr-really-do-compress):
18872 Make variable buffer-local.
18873
18874 * image-mode.el: Handle .xpm files too.
18875 (image-toggle-display): Preserve modification flag.
18876
18877 * help.el (where-is): Don't mention aliases with no key bindings.
18878
18879 2005-03-21 Lute Kamstra <lute@gnu.org>
18880
18881 * generic.el: Fix commentary section. Don't require cl for
18882 compilation.
18883 (generic-mode-list): Add autoload cookie.
18884 (generic-use-find-file-hook, generic-lines-to-scan)
18885 (generic-find-file-regexp, generic-ignore-files-regexp)
18886 (generic-mode, generic-mode-find-file-hook)
18887 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18888 (define-generic-mode): Make it a defmacro. Fix docstring.
18889 (generic-mode-internal): Code cleanup. Add autoload cookie.
18890 (generic-mode-set-comments): Code cleanup.
18891 * generic-x.el: Don't prevent compilation. Don't require generic.
18892 Follow coding conventions. Minor code cleanup.
18893 (etc-fstab-generic-mode): Add some keywords.
18894 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18895 define-generic-mode like a function declaration.
18896
18897 2005-03-21 Jay Belanger <belanger@truman.edu>
18898
18899 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18900 changing modes.
18901
18902 2005-03-21 Sam Steingold <sds@gnu.org>
18903
18904 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18905
18906 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18907
18908 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18909 Add underscore to "f$ lexicals" regexp.
18910
18911 2005-03-20 Juri Linkov <juri@jurta.org>
18912
18913 * subr.el (progress-reporter-do-update): When `min-value' is equal
18914 to `max-value', set `percentage' to 0 and prevent division by zero.
18915
18916 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
18917
18918 Sync with Tramp 2.0.48.
18919
18920 * net/tramp.el (all): Change all addresses to .gnu.org.
18921 (tramp-append-tramp-buffers): New defun.
18922 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18923 Catch `dont-send' signal.
18924 (tramp-set-auto-save-file-modes): Set always permissions, because
18925 there might be an old auto-saved file belonging to another
18926 original file. This could be a security threat. Reported by
18927 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18928 Check for Emacs 21.3.50 removed.
18929
18930 * net/tramp-smb.el (all): Remove debug construct for
18931 `with-parsed-tramp-file-name'.
18932 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18933 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18934 No error message if DIRECTORY or FILENAME doesn't exist.
18935 (tramp-smb-open-connection): Check existence of
18936 `tramp-smb-program'.
18937
18938 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18939
18940 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18941 Properly handle the case where the `m' or `s' command's argument is not
18942 yet terminated.
18943 (perl-indent-new-calculate): New function.
18944 (perl-indent-line): Use it.
18945
18946 2005-03-20 Miles Bader <miles@gnu.org>
18947
18948 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18949 in text-mode too. Change to new face names.
18950 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18951 Add `:weight bold' attribute.
18952 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18953
18954 2005-03-19 Juri Linkov <juri@jurta.org>
18955
18956 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18957
18958 * international/mule.el (auto-coding-alist): Sync with
18959 `auto-mode-alist' by adding upper case archive file extensions
18960 and adding ear/war to jar extension.
18961
18962 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18963
18964 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18965 running, restart it.
18966
18967 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18968
18969 * finder.el (finder-current-item): Throw an error on an empty line.
18970
18971 * man.el (Man-follow-manual-reference): If current-word returns
18972 nil, use "".
18973
18974 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18975
18976 * simple.el (goto-line): Doc fix.
18977
18978 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18979
18980 * files.el (save-buffer): Doc fix.
18981
18982 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18983
18984 * recentf.el (recentf-cleanup-remote): New variable.
18985 (recentf-cleanup): Use it to conditionally check availability of
18986 remote files.
18987
18988 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
18989
18990 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18991 function names.
18992
18993 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18994
18995 * language/thai-word.el: New file.
18996
18997 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18998
18999 * files.el (backup-buffer): If the file's directory is not
19000 writable, use copy instead of move to backup the file.
19001
19002 2005-03-19 Eli Zaretskii <eliz@gnu.org>
19003
19004 * obsolete/keyswap.el: Moved to obsolete/ from term/.
19005
19006 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19007
19008 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
19009 Use functionp instead of symbolp and fboundp. Reported by Drkm
19010 <darkman_spam@yahoo.fr>.
19011 (ps-print-version): New version 6.6.6.
19012
19013 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
19014
19015 * textmodes/table.el (table--line-column-position): New idiom.
19016 (table--row-column-insertion-point-p): New function to test
19017 validity of row and column insertion operation at a location.
19018 (table-global-menu, table-cell-menu): Use above functions for
19019 deterministic test operation.
19020 (table--editable-cell-p): Behave in deterministic fashion.
19021
19022 2005-03-18 Juri Linkov <juri@jurta.org>
19023
19024 * isearch.el (isearch-lazy-highlight-new-loop):
19025 Make arguments beg and end optional.
19026 (isearch-update): Remove optional arguments nil from
19027 isearch-lazy-highlight-new-loop.
19028 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19029 isearch-lazy-highlight-case-fold-search instead of
19030 isearch-case-fold-search, and let-bind isearch-regexp to
19031 isearch-lazy-highlight-regexp.
19032 Use isearch-lazy-highlight-last-string instead of isearch-string.
19033
19034 * replace.el (perform-replace): Remove bindings of global
19035 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19036 Add three new arguments to `replace-highlight'.
19037 (replace-highlight): Add arguments string, regexp, case-fold.
19038 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19039 to allow isearch-lazy-highlight-new-loop to use these values
19040 to set corresponding isearch-lazy-highlight-* internal
19041 variables whose values lazy highlighting will use regardless of
19042 changes to global variables isearch-string, isearch-regexp,
19043 isearch-case-fold-search during lazy highlighting loop.
19044 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19045 to `lazy-highlight-cleanup'.
19046
19047 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19048 (ispell-highlight-face): Set default face to `isearch' when
19049 lazy highlighting is enabled.
19050 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19051 priority to 1. Add lazy highlighting.
19052 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19053 from `isearch-dehighlight'.
19054
19055 2005-03-18 David Ponce <david@dponce.com>
19056
19057 * files.el (hack-local-variables): Do a case-insensitive search
19058 for End.
19059
19060 2005-03-18 Juri Linkov <juri@jurta.org>
19061
19062 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19063 `isearch-lazy-highlight-cleanup', add alias to old name and
19064 declare obsolete. Add release numbers to other obsolete vars.
19065 (isearch-done, isearch-lazy-highlight-new-loop):
19066 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19067 (lazy-highlight-cleanup) <variable>: Doc fix.
19068 (isearch-lazy-highlight-update): Rename obsolete
19069 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19070
19071 2005-03-18 Kenichi Handa <handa@m17n.org>
19072
19073 * language/thai-util.el: Fix categorization of Thai characters in
19074 thai-category-table.
19075 (thai-composition-pattern): Adjust it for the above change.
19076 (thai-self-insert-command, thai-compose-syllable): New functions.
19077 (thai-compose-region): Use thai-compose-syllable.
19078 (thai-compose-string): Likewise.
19079 (thai-composition-function): Likewise.
19080 (thai-auto-composition): New function.
19081 (thai-auto-composition-mode): New minor mode.
19082
19083 * language/thai.el: Fix patterns to be registered in
19084 composition-function-table.
19085
19086 * international/quail.el (quail-input-method): Locally bind
19087 inhibit-modification-hooks to t.
19088
19089 2005-03-17 Richard M. Stallman <rms@gnu.org>
19090
19091 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19092 (perl-mode): Use run-mode-hooks.
19093
19094 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19095 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19096 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19097
19098 * mail/sendmail.el (sendmail-send-it): Reenable the code
19099 to compute resend-to-address and use it.
19100
19101 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19102
19103 * image-mode.el: New file.
19104
19105 * image.el (insert-sliced-image): Add autoload cookie.
19106
19107 * font-lock.el (font-lock-lines-before): New user option.
19108 (font-lock-after-change-function): Obey it.
19109
19110 * bindings.el (esc-map): Make M-g a prefix.
19111 Bind M-g g and M-g M-g to goto-line.
19112
19113 * faces.el (face-id): Doc fix.
19114
19115 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19116
19117 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19118 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19119 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19120
19121 * mail/sendmail.el (mail-yank-ignored-headers)
19122 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19123 Add Mail-Followup-To and Mail-Reply-To headers.
19124 (mail-citation-hook): Add autoload cookie.
19125 (mail-mode): Doc fix.
19126 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19127 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19128 (mail-mode-fill-paragraph): Handle those headers.
19129 (mail-mailing-lists): New variable.
19130 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19131
19132 2005-03-17 Juri Linkov <juri@jurta.org>
19133
19134 * isearch.el (isearch-fallback): Check for `(car previous)'
19135 before calling `isearch-other-end-state'.
19136
19137 2005-03-17 Kim F. Storm <storm@cua.dk>
19138
19139 * simple.el (move-beginning-of-line): Move to beginning of buffer
19140 line, as well as beginning of screen line.
19141
19142 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19143
19144 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19145 argument REDRAW rather than calendar-redrawing variable.
19146 * calendar/calendar.el (calendar-redrawing): Delete.
19147 (redraw-calendar): Do not bind calendar-redrawing.
19148
19149 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19150
19151 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19152 diary-file buffer.
19153
19154 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19155
19156 * help.el (describe-mode): Allow a :minor-mode-function property to
19157 specify a different minor mode toggle function than the variable.
19158 * simple.el (auto-fill-function):
19159 * subr.el (add-minor-mode): Use it.
19160
19161 2005-03-16 Kenichi Handa <handa@m17n.org>
19162
19163 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19164 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19165 (ethio-fidel-to-sera-buffer): Likewise.
19166
19167 2005-03-16 Juri Linkov <juri@jurta.org>
19168
19169 * emacs-lisp/find-func.el (find-function-regexp):
19170 Add defun-emitting macro `menu-bar-make-toggle'.
19171
19172 * isearch.el: Put `isearch-scroll' property to
19173 `split-window-horizontally'.
19174
19175 * info.el: Update error messages for `debug-ignored-errors'.
19176 (Info-isearch-search): Doc fix.
19177 (Info-find-node): Move up code to go into info buffer before
19178 recording the node to the history.
19179 (Info-fontify-node): Fontify titles only if the next line
19180 has two or more `*', `=', `-', `.'.
19181 Display "go to this node" for empty (match-string 3).
19182
19183 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19184
19185 * term/mac-win.el: Add mouse pointer shape constants.
19186
19187 2005-03-15 Kim F. Storm <storm@cua.dk>
19188
19189 * simple.el (move-beginning-of-line): Use vertical-motion.
19190
19191 2005-03-15 Juri Linkov <juri@jurta.org>
19192
19193 * isearch.el (isearch-error): New variable.
19194 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19195 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19196 (isearch-within-brackets-state): Remove.
19197 (isearch-case-fold-search-state, isearch-pop-fun-state):
19198 Decrease frame index.
19199 (isearch-mode, isearch-top-state, isearch-push-state)
19200 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19201 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19202 (isearch-search, isearch-lazy-highlight-new-loop):
19203 Replace `isearch-invalid-regexp' with `isearch-error'.
19204 Remove `isearch-within-brackets'.
19205 (isearch-search): Add `search-failed' handler to `condition-case'.
19206 (isearch-lazy-highlight-search): Add `condition-case' to catch
19207 errors and allow `isearch-lazy-highlight-update' to try
19208 highlighting from the beginning of the window.
19209 (isearch-repeat): Move up code to set isearch-wrapped to t
19210 before calling isearch-wrap-function.
19211
19212 * info.el (Info-isearch-initial-node): New internal variable.
19213 (Info-search): Signal an error in isearch mode when search leaves
19214 the initial node. Signal an error when `bound' is non-nil and
19215 nothing was found in the current subfile.
19216 (Info-isearch-search): Remove `condition-case'.
19217 (Info-isearch-wrap): Don't wrap when search failed during leaving
19218 the initial node. If `Info-isearch-search' is nil, wrap around
19219 the current node.
19220 (Info-isearch-start): New fun.
19221 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19222 `isearch-mode-hook'.
19223
19224 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19225
19226 * simple.el (normal-erase-is-backspace): Set default to t if
19227 running on Mac.
19228
19229 * term/mac-win.el (function-key-map): Sync with x-win.el.
19230
19231 2005-03-15 Kenichi Handa <handa@m17n.org>
19232
19233 * international/mule-cmds.el (locale-language-names): Modify the
19234 format of elements and add more entries.
19235 (locale-preferred-coding-systems): Add more entries.
19236 (set-locale-environment): Adjust for the change of
19237 locale-language-names.
19238
19239 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19240
19241 * pcvs.el (smerge-ediff): Remove bogus autoload.
19242
19243 2005-03-14 Lute Kamstra <lute@gnu.org>
19244
19245 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19246 Ignore a `*' at the beginning of a line.
19247
19248 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19249 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19250 subr.el.
19251 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19252 to specify indentation.
19253
19254 * generic.el (define-generic-mode): Let generic-mode-list be a
19255 list of strings; test membership with equal.
19256
19257 2005-03-14 Kim F. Storm <storm@cua.dk>
19258
19259 * simple.el (next-line, previous-line): Add optional try-vscroll
19260 arg to recognize interactive use. Pass it on to line-move.
19261 (line-move): Don't perform auto-window-vscroll when defining or
19262 executing keyboard macro to ensure consistent behavior.
19263
19264 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19265
19266 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19267
19268 2005-03-13 Lute Kamstra <lute@gnu.org>
19269
19270 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19271 debugger-setup-buffer so that backtrace marks the frames set to
19272 debug-on-exit and we don't have to do it manually. Set an extra
19273 debug-on-exit for macro's.
19274 (debugger-setup-buffer): Don't mark the top frame manually.
19275
19276 2005-03-12 Lute Kamstra <lute@gnu.org>
19277
19278 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19279 lisp-indent-function throughout.
19280 (with-no-warnings): Set lisp-indent-function property.
19281
19282 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19283
19284 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19285 Add entry for backslash.
19286
19287 2005-03-12 Juri Linkov <juri@jurta.org>
19288
19289 * info.el (Info-search): Four fixes for backward search.
19290
19291 2005-03-11 Jay Belanger <belanger@truman.edu>
19292
19293 * calc/calc.el (calc-language-alist): New variable.
19294 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19295 (calc-embedded-find-modes): Use calc-language-alist instead of
19296 calc-embedded-language-alist.
19297
19298 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19299
19300 * calendar/calendar.el (calendar-redrawing): New internal
19301 variable.
19302 (redraw-calendar): Remove bogus save-excursion from previous
19303 change. Bind calendar-redrawing to t for mark-diary-entries.
19304 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19305 calendar if that is why we were called.
19306
19307 2005-03-11 Kenichi Handa <handa@m17n.org>
19308
19309 * international/mule.el (make-coding-system): Set property
19310 coding-system-define-form to nil.
19311 (define-coding-system-alias): Likewise.
19312
19313 2005-03-11 Kenichi Handa <handa@m17n.org>
19314
19315 These changes are suggested by Dave Love <fx@gnu.org>.
19316
19317 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19318 coding: tag.
19319 (adaptive-fill-regexp): Add more bullets.
19320 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19321 regexps.
19322
19323 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * help.el (describe-mode): Properly handle non-trivial lighters.
19326 Don't ignore minor modes that are not listed in minor-mode-list.
19327
19328 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19329 feature ON when the user requests to turn it OFF.
19330
19331 2005-03-10 Lute Kamstra <lute@gnu.org>
19332
19333 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19334 (implement-debug-on-entry): New function to replace debug-entry-code.
19335 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19336 second argument as the 2005-03-07 change makes it obsolete.
19337 (debug-on-entry, cancel-debug-on-entry): Update call to
19338 debug-on-entry-1.
19339 (debug, debugger-setup-buffer): Comment update.
19340 (debugger-frame-number): Update to work with implement-debug-on-entry.
19341
19342 2005-03-10 Jay Belanger <belanger@truman.edu>
19343
19344 * calc/calc-embed.el (math-ms-args): Declare it.
19345 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19346 math-ms-args.
19347 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19348 variables.
19349
19350 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19351
19352 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19353 Use message-box.
19354
19355 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19356 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19357 (tooltip-gud-tips): Simplify.
19358 (tooltip-gud-tips-p): Remove superfluous :set.
19359 (tooltip-gud-modes): Add fortran-mode.
19360 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19361
19362 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19363
19364 2005-03-09 Kim F. Storm <storm@cua.dk>
19365
19366 * play/animate.el (animate-place-char): Use forward-line instead
19367 of next-line to improve performance.
19368
19369 2005-03-09 Simon Josefsson <jas@extundo.com>
19370
19371 * net/browse-url.el (browse-url-default-browser): Doc fix.
19372
19373 2005-03-09 Miles Bader <miles@gnu.org>
19374
19375 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19376 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19377
19378 2005-03-09 Kenichi Handa <handa@m17n.org>
19379
19380 * international/latin-1.el: Set case and syntax for 255 only if
19381 set-case-syntax-set-multibyte is nil.
19382
19383 * textmodes/ispell.el (ispell-insert-word): New function.
19384 (ispell-word): Use ispell-insert-word to insert a new word.
19385 (ispell-process-line): Likewise.
19386 (ispell-complete-word): Likewise.
19387
19388 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19389
19390 * calendar/calendar.el (redraw-calendar): Preserve point.
19391 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19392 (calendar-week-start-day): Move after definition of
19393 redraw-calendar. Delete buffer test, since redraw-calendar has
19394 that now.
19395
19396 * calendar/diary-lib.el (mark-diary-entries): Only call
19397 redraw-calendar in the first of any recursive calls.
19398 Reported by Alan Shutko <ats@acm.org>.
19399
19400 2005-03-08 Juri Linkov <juri@jurta.org>
19401
19402 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19403 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19404 (html-radio-buttons): Add a space before the trailing `/>' where
19405 sgml-xml-mode is non-nil.
19406 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19407 the subsequent tag of the empty XML tag.
19408 (html-href-anchor): Don't set initial input to "http:".
19409 (html-image): Ask for the image URL and set point inside alt="".
19410 (html-name-anchor): Duplicate the name in the `id' attribute when
19411 sgml-xml-mode is non-nil.
19412 (html-paragraph): Remove \n before <p>.
19413 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19414 instead of `checked' when sgml-xml-mode is non-nil.
19415
19416 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19417 Remove 1 space before #RRGGBB to not truncate it on terminal
19418 windows w/o fringes. Remove 1 space between bg and fg examples
19419 to get more space.
19420 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19421 avoid byte-compile warnings.
19422
19423 * image-file.el (image-file-handler): Put `safe-magic' property to
19424 `image-file-handler'.
19425
19426 * info.el (Info-isearch-search): Emulate word search in
19427 isearching through multiple Info nodes with Info-search.
19428 (Info-isearch-wrap): Allow isearch-word.
19429
19430 2005-03-08 Lute Kamstra <lute@gnu.org>
19431
19432 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19433 stepping into the debugger's code is not possible.
19434 (debugger-jumping-flag): Docstring update.
19435
19436 2005-03-08 Jay Belanger <belanger@truman.edu>
19437
19438 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19439 embedded mode begins.
19440 (calc-embedded-language-alist): New variable.
19441 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19442 set default language mode.
19443
19444 2005-03-08 Kenichi Handa <handa@m17n.org>
19445
19446 * international/ccl.el (define-ccl-program): Fix docstring about
19447 extra 256 bytes assured for the output buffer.
19448
19449 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19450 Fix BUFFER_MAGNIFICATION to 2.
19451 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19452
19453 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19454
19455 * align.el (align-rules-list): Added an alignment rule for CSS
19456 declarations (applies to css-mode and html-mode buffers).
19457
19458 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19459
19460 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19461
19462 2005-03-07 Kim F. Storm <storm@cua.dk>
19463
19464 * simple.el (move-beginning-of-line): New command.
19465
19466 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19467
19468 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19469
19470 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19471 and move-beginning-of-line.
19472
19473 * apropos.el (apropos-print): Omit command from M-x ... RET.
19474
19475 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
19476
19477 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19478 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19479
19480 2005-03-06 Richard M. Stallman <rms@gnu.org>
19481
19482 * bindings.el (esc-map): Bind M-g to goto-line.
19483
19484 * facemenu.el (global-map): Bind M-o, not M-g.
19485
19486 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19487
19488 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19489 "Open Directory" as for "Open File".
19490
19491 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19492
19493 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19494 (push-mark-command): Run activate-mark-hook.
19495
19496 2005-03-06 Richard M. Stallman <rms@gnu.org>
19497
19498 * help-mode.el (help-mode-finish): Don't alter the element
19499 in view-return-to-alist if there already is one.
19500
19501 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19502 make sure the current buffer is the expected one.
19503
19504 * novice.el (disabled-command-function): Output in *Disabled Command*.
19505 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19506
19507 * textmodes/flyspell.el (flyspell-large-region):
19508 Pass args differently for aspell.
19509
19510 * files.el (mode-require-final-newline): Doc fix.
19511
19512 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19513
19514 * progmodes/which-func.el (which-function):
19515 Specify NOERROR when calling imenu--make-index-alist.
19516
19517 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19518
19519 * simple.el (normal-erase-is-backspace): Define default value.
19520
19521 * custom.el (custom-theme-set-variables): Remove unused var
19522 `immediate'.
19523 (custom-reevaluate-setting): Simple function to handle variables
19524 that are defined before their default value can really be
19525 computed.
19526
19527 * startup.el (command-line): Use it for temporary-file-directory,
19528 small-emporary-file-directory, auto-save-file-name-transforms,
19529 blink-cursor-mode, and normal-erase-is-backspace.
19530
19531 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19532 progress, even with buggy anchored keywords.
19533
19534 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19535
19536 * simple.el (goto-line): Remove unbalanced final parenthesis.
19537
19538 2005-03-05 Richard M. Stallman <rms@gnu.org>
19539
19540 * simple.el (goto-line): Use a number at point as the default.
19541 With C-u as arg, switch buffers.
19542
19543 2005-03-05 Juri Linkov <juri@jurta.org>
19544
19545 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19546 with `no-blinking-cursor'.
19547
19548 * startup.el (no-blinking-cursor): New defvar.
19549 (command-line): Add `--no-blinking-cursor' to longopts.
19550 Set `no-blinking-cursor' to t for command line arguments
19551 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19552 with `no-blinking-cursor' in the condition for calling
19553 `blink-cursor-mode'.
19554
19555 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19556
19557 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19558 (menu-bar-options-save): Add blink-cursor-mode.
19559 (menu-bar-options-menu): Add blink-cursor-mode.
19560
19561 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19562
19563 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19564 (icalendar-export-file, icalendar-export-region)
19565 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19566 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19567
19568 2005-03-04 Lute Kamstra <lute@gnu.org>
19569
19570 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19571 (debug-function-list): Ditto.
19572
19573 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19574
19575 * textmodes/texinfmt.el (texinfo-append-refill):
19576 Redefine the types of line to which @refill
19577 is not appended by replacing a search for `@refill\\|@bye' with
19578 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19579 itemize@refill' bug and the unfilled long lines bug.
19580 (texinfmt-version): Update number and date.
19581
19582 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19583
19584 * international/code-pages.el (windows-1250, windows-125[2-8])
19585 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19586
19587 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19588
19589 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19590 bound yet.
19591
19592 2005-03-02 Romain Francoise <romain@orebokech.com>
19593
19594 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19595 buffer after removing limits.
19596 (ibuffer-pop-filter): Ditto.
19597 Update copyright.
19598
19599 2005-03-02 Miles Bader <miles@gnu.org>
19600
19601 * button.el (make-text-button): If the user doesn't specify a
19602 type, use the default. Rewrite to use `add-text-properties' and
19603 plist functions.
19604
19605 2005-03-01 Lute Kamstra <lute@gnu.org>
19606
19607 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19608 (debugger-jumping-flag): New var.
19609 (debug-entry-code): Use it.
19610 (debugger-jump): Use debugger-jumping-flag and add
19611 debugger-reenable to post-command-hook.
19612 (debugger-reenable): Use debugger-jumping-flag and remove itself
19613 from post-command-hook.
19614 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19615 debugger-reenable.
19616
19617 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19618
19619 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19620 inclusion of "itemize\\|", which may be unnecessary, is certainly
19621 inelegant, and stops refilling in itemize lists when formatting
19622 Japanese Texinfo files to Info.
19623 Update copyright to 2005.
19624
19625 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19626
19627 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19628 of an error if GDB can't find the source file.
19629
19630 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19631
19632 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19633 not just the calendar.
19634
19635 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19636 first.
19637 (diary-redraw-calendar): New function.
19638 (make-diary-entry): Add diary-redraw-calendar to local
19639 write-contents-functions. Turn off selective display before
19640 inserting in diary.
19641
19642 2005-03-01 Kim F. Storm <storm@cua.dk>
19643
19644 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19645
19646 2005-03-01 Lute Kamstra <lute@gnu.org>
19647
19648 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19649 that debug-entry-code can be safely removed from a function while
19650 this code is being evaluated. Revert the 2005-02-27 change as the
19651 new implementation no longer requires it. Make sure that a
19652 function body containing just a string is not mistaken for a docstring.
19653 (debug): Skip one more frame in case of debug on entry.
19654 (debugger-setup-buffer): Delete one more frame line in case of
19655 debug on entry.
19656 (debugger-frame-number): Update to use the new text introduced by
19657 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19658
19659 2005-02-28 Kim F. Storm <storm@cua.dk>
19660
19661 * double.el (double-translate-key): Call force-window-update after
19662 read-event to avoid crash in redisplay.
19663
19664 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19665
19666 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19667 (debug): Use it. Move the inhibit-trace earlier.
19668 (debug-entry-code): New const.
19669 (debug-on-entry-1): Use it.
19670
19671 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
19672
19673 * international/utf-16.el (ccl-encode-mule-utf-16le):
19674 Fix BUFFER_MAGNIFICATION to 2.
19675 (ccl-encode-mule-utf-16be): Likewise.
19676
19677 2005-02-28 Kenichi Handa <handa@m17n.org>
19678
19679 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19680 Fix BUFFER_MAGNIFICATION to 4.
19681 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19682
19683 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
19684
19685 * speedbar.el (speedbar-update-flag): Doc fix.
19686 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19687 argument.
19688
19689 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19690
19691 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19692 have a non-nil `invisible' property but are actually visible.
19693
19694 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19695 for perldoc sections.
19696 (perl-outline-regexp, perl-outline-level): New var and function.
19697 (perl-mode): Use them.
19698
19699 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19700
19701 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19702 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19703
19704 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19705
19706 * cus-edit.el: Comment change.
19707 (custom-buffer-create-internal): Slightly reword text at top of
19708 Custom buffers. Mention there that saving an option edits the
19709 init file. Add link to Emacs manual node on `custom-file'.
19710 (custom-magic-alist): Rewrite individual State messages to use
19711 capitalized keywords. Doc fix.
19712
19713 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19714
19715 * calendar/calendar.el (calendar-buffer): Move above
19716 calendar-week-start-day.
19717 (calendar-week-start-day): Doc fix. Add :set function.
19718 (calendar-minimum-window-height): New variable.
19719 (generate-calendar-window): Only resize window if selected-window
19720 is displaying the calendar buffer. Use new variable
19721 calendar-minimum-window-height.
19722 (generate-calendar): Reword error message.
19723 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19724
19725 2005-02-27 Andreas Schwab <schwab@suse.de>
19726
19727 * vc.el (vc-do-command): Don't run command asynchronously when
19728 operating in a remote directory.
19729
19730 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19731 change from sync with Tramp 2.0.47.
19732
19733 2005-02-27 Richard M. Stallman <rms@gnu.org>
19734
19735 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19736
19737 * textmodes/flyspell.el (flyspell-mode-on):
19738 Call ispell-change-dictionary only if necessary.
19739
19740 * emacs-lisp/re-builder.el (regexp-builder): New function.
19741
19742 * register.el (describe-register-1): Explicitly handle
19743 yank-excluded-properties = t.
19744
19745 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19746 (custom-magic-alist): Change the status descriptions again.
19747 (face widget-type): Total rewrite based on `restricted-sexp'
19748 to eliminate the confusing double hiding levels.
19749
19750 * emacs-lisp/debug.el (debug-on-entry-1):
19751 If function body is empty, add nil as body form.
19752
19753 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19754
19755 * emacs-lisp/trace.el (inhibit-trace): New var.
19756 (trace-make-advice): Use it.
19757
19758 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19759
19760 2005-02-26 Kim F. Storm <storm@cua.dk>
19761
19762 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19763 (mouse-on-link-p, mouse-drag-region-1): Use it.
19764
19765 2005-02-25 Lute Kamstra <lute@gnu.org>
19766
19767 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19768
19769 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19770
19771 * frame.el (blink-cursor-mode): Add :group keyword.
19772
19773 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
19774
19775 * calendar/icalendar.el (icalendar--decode-isodatetime):
19776 New optional argument DAY-SHIFT.
19777 (icalendar-export-region): Fix coding-system-for-write.
19778 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19779 events by one.
19780
19781 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19782
19783 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19784
19785 2005-02-24 Kim F. Storm <storm@cua.dk>
19786
19787 * international/iso-acc.el (iso-accents-compose): Fix crash
19788 during redisplay. Call force-window-update after read-event
19789 and delete-region to signal that window is not accurate.
19790
19791 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19792
19793 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19794 Remove unused and inexistent var `inhibit-trace'.
19795 (debugger-mode): Use run-mode-hooks.
19796 (debugger-list-functions): Add buttons; setup xref stack.
19797
19798 2005-02-23 Richard M. Stallman <rms@gnu.org>
19799
19800 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19801 appointment says it was explicitly made.
19802 (appt-add): Set the 3rd element.
19803 (appt-make-list): Preserve explicit appointments.
19804
19805 * subr.el (find-tag-default): Catch errors in forward-sexp.
19806
19807 2005-02-23 Juri Linkov <juri@jurta.org>
19808
19809 * info.el (Info-isearch-search): New defcustom.
19810 (Info-isearch-search): Call the default isearch function
19811 when Info-isearch-search is nil.
19812 (Info-isearch-wrap): Use variable Info-isearch-search.
19813
19814 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19815
19816 * cus-edit.el: Comment change.
19817
19818 2005-02-22 Kim F. Storm <storm@cua.dk>
19819
19820 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19821 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
19822
19823 2005-02-22 Simon Josefsson <jas@extundo.com>
19824
19825 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19826 New variable.
19827 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19828 Oskarsson" <myrkraverk@users.sourceforget.net>.
19829
19830 2005-02-22 Kim F. Storm <storm@cua.dk>
19831
19832 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19833 check that window of that event is the selected window.
19834 (mouse-drag-region-1): Compare mouse event window to selected
19835 window before setting point.
19836
19837 * tooltip.el (tooltip-show-help-function): Pass event to
19838 mouse-on-link-p so it can check selected window.
19839
19840 2005-02-22 Kenichi Handa <handa@m17n.org>
19841
19842 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19843 (ps-mule-show-warning): New function.
19844 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19845 characters are found.
19846
19847 * ps-print.el (ps-header-footer-string): Return a list of header
19848 and footer strings.
19849
19850 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19851
19852 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19853
19854 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19855
19856 * frame.el (blink-cursor-mode): Use define-minor-mode.
19857
19858 * term/mac-win.el (function-key-map): Use char-names more consistently.
19859 (file-name-coding-system): Only set it for MacOS-9. The other case is
19860 already handled in mule-cmds.el (where it also works when mac-win.el
19861 is not used).
19862
19863 2005-02-21 Kenichi Handa <handa@m17n.org>
19864
19865 * international/mule.el (ctext-pre-write-conversion): Always use
19866 " *code-converting-work*" buffer for work.
19867
19868 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19869
19870 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19871
19872 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19873
19874 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19875
19876 * ses.el (undo-more): Restore defadvice, but only the part that
19877 allows changes outside the restricted area of the buffer.
19878
19879 2005-02-20 Kim F. Storm <storm@cua.dk>
19880
19881 * simple.el (line-move): Add fourth optional arg try-vscroll which
19882 must be set to perform auto-window-vscroll.
19883 When moving backwards and doing auto-window-vscroll, automatically
19884 vscroll to the last part of lines which are taller than the window.
19885 (next-line, previous-line): Set try-vscroll arg on line-move.
19886
19887 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19888
19889 * replace.el (query-replace, query-replace-regexp)
19890 (replace-string, replace-regexp): When operating on region, make
19891 the minibuffer prompt say so.
19892
19893 * isearch.el (isearch-forward): Document isearch-query-replace and
19894 isearch-query-replace-regexp keybindings.
19895
19896 2005-02-19 Jay Belanger <belanger@truman.edu>
19897
19898 * calc/calc-aent.el (math-read-token): Add local variable.
19899
19900 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19901 (calc-edit-top): Move declaration to earlier in file.
19902 (calc-edit-macro-repeats): Add local variables.
19903
19904 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19905 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19906 calcFunc-tanh.
19907 Adjust integration rule for calcFunc-tan.
19908
19909 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19910
19911 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19912 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19913 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19914 (viper-skip-separators): Bug fix.
19915 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19916 particular major mode.
19917 (viper-del-backward-char-in-replace): Don't put deleted char on the
19918 kill ring.
19919
19920 * viper-ex.el (viper-color-display-p): New function.
19921 (viper-has-face-support-p): Use viper-color-display-p.
19922
19923 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19924
19925 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19926
19927 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19928 (viper-file-remote-p): Make equivalent to file-remote-p.
19929
19930 * viper.el (viper-major-mode-modifier-list):
19931 Use viper-gnus-modifier-map.
19932
19933 2005-02-19 David Kastrup <dak@gnu.org>
19934
19935 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19936 quoting.
19937
19938 2005-02-19 Jay Belanger <belanger@truman.edu>
19939
19940 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19941 Remove extra definitions.
19942 (calc-coth): New function.
19943 (calcFunc-cot): Fix `let'.
19944
19945 2005-02-19 Eli Zaretskii <eliz@gnu.org>
19946
19947 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19948 the reasons we use "type pc" in these faces.
19949
19950 * button.el (button): Ditto.
19951
19952 2005-02-19 Michael Mauger <mmaug@yahoo.com>
19953
19954 * replace.el (query-replace-read-from): Set the value of
19955 query-replace-from-history-variable to handle the case of an empty
19956 string entered to accept the suggested default.
19957
19958 * net/tramp.el (tramp-file-name-for-operation):
19959 Use dired-call-process instead of dired-call-process-command.
19960
19961 2005-02-19 Jay Belanger <belanger@truman.edu>
19962
19963 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19964 (math-div-non-trig): New variables.
19965 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19966 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19967 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19968 trig expressions.
19969
19970 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
19971
19972 * progmodes/gdb-ui.el (gdb-var-update-handler)
19973 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19974 for watch expressions,
19975 (gdb-var-create-handler): Don't set speedbar-update-flag.
19976 (gdb-post-prompt): Simplify test for speedbar.
19977
19978 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19979
19980 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19981 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19982 we use the syntax table of the correct buffer.
19983 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19984 Felix Gatzemeier.
19985
19986 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19987 (ediff-file-remote-p): Make synonymous with file-remote-p.
19988 In all deffaces ediff-*-face-*, use min-colors.
19989
19990 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19991 ediff-recurse-to-subdirectories.
19992 (ediff-mark-if-equal): Check that the arguments are strings, use
19993 ediff-same-contents (after to Felix Gatzemeier).
19994
19995 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19996 nil.
19997
19998 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19999
20000 * log-view.el (log-view-message-re): Fix up Subversion regexp.
20001
20002 2005-02-18 David Kastrup <dak@gnu.org>
20003
20004 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
20005 use `mark-active' when defined.
20006
20007 2005-02-18 Kenichi Handa <handa@m17n.org>
20008
20009 * ps-print.el (ps-font-info-database): New entry
20010 ZapfChancery-MediumItalic with correct font name. Fix font name
20011 of the entry Zapf-Chancery-MediumItalic.
20012
20013 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
20014
20015 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
20016
20017 2005-02-16 Kim F. Storm <storm@cua.dk>
20018
20019 * ido.el (ido-fallback-command): Pass user input to fallback command.
20020
20021 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
20022
20023 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
20024 (gdb-find-file-hook): Add server prefix.
20025
20026 2005-02-16 Richard M. Stallman <rms@gnu.org>
20027
20028 * replace.el (perform-replace): Pass new args to replace-highlight.
20029 (replace-highlight): Take region args,
20030 and pass them to isearch-lazy-highlight-new-loop.
20031
20032 * novice.el (disabled-command-hook): Autoload the defalias
20033 and the make-obsolete-variable call.
20034
20035 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20036
20037 * isearch.el (isearch-lazy-highlight-start-limit)
20038 (isearch-lazy-highlight-end-limit): New variables limit
20039 the region for highlighting.
20040 (isearch-lazy-highlight-new-loop): New args BEG and END.
20041 (isearch-lazy-highlight-search): Use the new vars.
20042 (isearch-lazy-highlight-update): Likewise.
20043
20044 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20045
20046 * cus-start.el (all): Use default-boundp.
20047
20048 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20049
20050 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20051
20052 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20053
20054 * autorevert.el (auto-revert-stop-on-user-input)
20055 (auto-revert-verbose): Doc fixes.
20056
20057 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20058
20059 * international/mule-cmds.el (set-locale-environment): Remove call
20060 to set-selection-coding-system on Windows.
20061
20062 2005-02-15 Jay Belanger <belanger@truman.edu>
20063
20064 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20065 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20066 calcFunc-coth.
20067 (math-simplify-sqrt): Add simplifications.
20068
20069 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20070 to list.
20071
20072 * calc/calc-ext.el: Add functions to autoloads.
20073
20074 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20075 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20076 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20077 (math-csc-raw, math-cot-raw): New functions.
20078
20079 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20080
20081 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20082 the variable name in a message.
20083
20084 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20085 calcFunc-csc, calcFunc-cot.
20086
20087 * calc/calcalg2.el: Add derivative and integration rules for
20088 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20089 calcFunc-csch, calcFunc-coth.
20090 (math-do-integral-methods): Add to checks for when to use
20091 substitutions.
20092
20093 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20094
20095 2005-02-15 Lute Kamstra <lute@gnu.org>
20096
20097 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20098 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20099 <monnier@iro.umontreal.ca>
20100 (lisp-outline-level): Improve efficiency. Suggested by David
20101 Kastrup <dak@gnu.org>.
20102
20103 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20104
20105 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20106 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20107 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20108 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20109 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20110
20111 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20112
20113 * cus-start.el (all): Comment change.
20114
20115 2005-02-14 Lute Kamstra <lute@gnu.org>
20116
20117 * cus-start.el (all): Check if symbol is void.
20118
20119 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20120
20121 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20122 optional argument to \cite.
20123
20124 2005-02-14 Richard M. Stallman <rms@gnu.org>
20125
20126 * cus-edit.el (custom-buffer-create-internal): Update help message.
20127 (custom-magic-alist): Update help messages.
20128
20129 * cus-start.el (all): Allow a var to specify a standard value.
20130
20131 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20132
20133 * custom.el (custom-theme-set-variables): Handle variable aliases.
20134
20135 * frame.el (blink-cursor-timer): Doc fix.
20136 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20137 declare obsolete.
20138 (blink-cursor-mode): Define with defcustom and use correct
20139 standard expression in that defcustom.
20140 * startup.el (command-line): Adapt to above changes in frame.el.
20141
20142 2005-02-11 Lute Kamstra <lute@gnu.org>
20143
20144 * apropos.el (apropos-score-doc): Prevent division by zero.
20145
20146 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20147
20148 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20149 (icalendar--get-event-property-attributes)
20150 (icalendar--get-event-properties)
20151 (icalendar--datetime-to-diary-date): New functions.
20152 (icalendar--split-value): Doc fix.
20153 (icalendar--datetime-to-noneuropean-date)
20154 (icalendar--datetime-to-european-date): New optional argument
20155 SEPARATOR. Return result as a string instead of a list.
20156 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20157 (icalendar--convert-string-for-export): Rename arg S to STRING.
20158 (icalendar-export-region): Doc fix. Change name of error buffer.
20159 Save output buffer.
20160 (icalendar-import-file): Add blank at end of prompt.
20161 (icalendar-import-buffer): Doc fix. Do not switch to error
20162 buffer. Indicate status in return value.
20163 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20164 buffer. Save output buffer. Handle exception from recurrence
20165 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20166 events. Fix problems with weekly all-day events.
20167
20168 2005-02-10 Richard M. Stallman <rms@gnu.org>
20169
20170 * simple.el (eval-expression-print-format):
20171 Avoid warning about edebug-active.
20172
20173 * help.el (help-for-help-internal): Rename from help-for-help.
20174 (help-for-help): Define with defalias.
20175
20176 * font-core.el (font-lock-default-function): Use with-no-warnings.
20177
20178 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20179
20180 * custom.el (defface): Doc fix.
20181
20182 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20183
20184 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20185 width 0" to prevent word wrapping problems.
20186
20187 2005-02-09 Kim F. Storm <storm@cua.dk>
20188
20189 * ido.el (ido-file-extensions-order): New defcustom.
20190 (ido-file-extension-lessp, ido-file-extension-aux)
20191 (ido-file-extension-order): New advanced file ordering.
20192 (ido-file-lessp): New simple file ordering.
20193 (ido-sort-list): Remove.
20194 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20195 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20196
20197 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20198
20199 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20200 that some versions of grep produce.
20201 (grep-mode-font-lock-keywords): Likewise.
20202
20203 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20204
20205 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20206 (gdb-cdir): Delete.
20207 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20208 (gdb-source-info): Treat case when source file is in another
20209 directory properly.
20210 (gdb-get-location): New function.
20211
20212 2005-02-07 Jay Belanger <belanger@truman.edu>
20213
20214 * calc/calc-prog.el (calc-write-parse-table-part)
20215 (calc-fix-token-name): Fix a check for language type.
20216
20217 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20218
20219 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20220
20221 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20222 as directory not writable.
20223
20224 2005-02-07 Kim F. Storm <storm@cua.dk>
20225
20226 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20227 (cua--standard-movement-commands): Remove list.
20228 Instead, set CUA property value to move for movement commands.
20229 (cua-movement-commands): Remove. Users must set CUA prop instead.
20230 (cua--pre-command-handler): Check CUA property.
20231 (cua--init-keymaps): Don't remap undo commands.
20232 (cua-mode): Don't call cua--rectangle-on-off.
20233
20234 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20235 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20236 (cua--rect-undo-set-point): New var.
20237 (cua--rectangle-undo-boundary): Setup undo apply entry.
20238 (cua--rect-undo-handler): New function for rectangle undo.
20239 (cua--rect-start-position, cua--rect-end-position): Add.
20240 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20241 for restored rectangle. Set point if cua--rect-undo-set-point.
20242
20243 2005-02-06 Jay Belanger <belanger@truman.edu>
20244
20245 * calc/calc-lang.el (calc-tex-language): Display more information
20246 in messages.
20247
20248 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20249 in TeX mode.
20250
20251 2005-02-06 Richard M. Stallman <rms@gnu.org>
20252
20253 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20254
20255 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20256
20257 * net/ldap.el (ldap-search-internal): Support attributes with
20258 optional descriptions separated by a semi-colon, as in
20259 "userCertificate;binary".
20260
20261 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20262
20263 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20264 isn't a cons (i.e. the version is 0).
20265
20266 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20267
20268 * help.el (help-for-help): Doc fix.
20269
20270 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20271
20272 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20273 GDB-Windows on the menu-bar as this works better.
20274
20275 2005-02-04 Jay Belanger <belanger@truman.edu>
20276
20277 * calc/calc-embed.el (calc-embedded-update): Don't put in
20278 unnecessary newlines. Adjust the end of formula marker.
20279
20280 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20281 (math-latex-parse-two-args): New function.
20282
20283 2005-02-03 Lute Kamstra <lute@gnu.org>
20284
20285 * help-fns.el (help-with-tutorial): Make sure that users cannot
20286 remove the entire text of the tutorial by means of `undo'.
20287
20288 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20289
20290 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20291 in recent changes, where the ispell process was repeatedly
20292 killed & restarted.
20293
20294 * international/mule-cmds.el (set-locale-environment): Set file-name
20295 coding system to utf-8 on Darwin systems.
20296 (set-default-coding-systems): Don't set default-file-name-coding-system
20297 on Darwin systems.
20298
20299 2005-02-03 Richard M. Stallman <rms@gnu.org>
20300
20301 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20302
20303 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20304
20305 * faces.el (list-faces-display): Add optional argument.
20306
20307 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20308
20309 * font-core.el (font-lock-default-function): Handle the rare case where
20310 only font-lock-keywords is set.
20311
20312 2005-02-02 Kenichi Handa <handa@m17n.org>
20313
20314 * international/characters.el: Cancel previous change for
20315 I-WITH-DOT-ABOVE and DOTLESS-i.
20316
20317 * international/latin-5.el: Cancel previous change.
20318
20319 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20320
20321 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20322
20323 2005-02-02 Kenichi Handa <handa@m17n.org>
20324
20325 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20326 DOTLESS-i.
20327
20328 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20329 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20330
20331 * case-table.el (get-upcase-table): New function.
20332 (copy-case-table): Copy upcaes table too if non-nil.
20333 (set-case-syntax-delims): Maintain upcase table too.
20334 (set-case-syntax-pair): Likewise.
20335 (set-upcase-syntax, set-downcase-syntax): New functions.
20336 (set-case-syntax): Maintain upcase table too.
20337
20338 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20339
20340 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20341
20342 * progmodes/gud.el (gud-goto-info): New function.
20343 (gud-tool-bar-map): Use correct icon.
20344
20345 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20346
20347 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20348 When delegating, order args in the funcall correctly.
20349
20350 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20351
20352 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20353
20354 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20355
20356 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20357 buffer not visiting a file.
20358
20359 2005-01-31 Jay Belanger <belanger@truman.edu>
20360
20361 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20362 bound on the line with the formula.
20363
20364 2005-01-31 Kim F. Storm <storm@cua.dk>
20365
20366 * ses.el (ses-create-cell-variable-range)
20367 (ses-destroy-cell-variable-range, ses-reset-header-string)
20368 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20369 (ses-insert-row): Fix format of apply undo entries.
20370
20371 2005-01-31 Jay Belanger <belanger@truman.edu>
20372
20373 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20374 parts.
20375
20376 * calc/calc-embed.el (calc-embedded-open-formula)
20377 (calc-embedded-close-formula): Ignore matrix environments.
20378
20379 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20380 TeX mode.
20381
20382 * calc/calc-lang.el (math-function-table, math-oper-table)
20383 (math-variable-table): Adjust the LaTeX portions.
20384
20385 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20386 (math-latex-ignore-words): New constant.
20387
20388 2005-01-31 Richard M. Stallman <rms@gnu.org>
20389
20390 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20391 (ispell-local-dictionary): Doc fix.
20392 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20393 Don't reinitialize at run time. Don't defcustom.
20394 All uses changed to append ispell-local-dictionary-alist,
20395 or check it first.
20396 (ispell-current-dictionary): New variable for dictionary in use.
20397 (ispell-dictionary): Now used only for global default.
20398 (ispell-start-process): Set ispell-current-dictionary,
20399 not ispell-dictionary.
20400 (ispell-change-dictionary): Use this only for setting
20401 user preferences.
20402 (ispell-internal-change-dictionary): New function
20403 to change the current dictionary in use.
20404 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20405 Use ispell-current-dictionary.
20406 Handle ispell-local-dictionary-overridden.
20407 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20408
20409 2005-01-31 Jay Belanger <belanger@truman.edu>
20410
20411 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20412
20413 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20414 (calc-mode-map): Add calc-latex-language.
20415
20416 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20417 (math-latex-print-frac): New functions.
20418 (math-oper-table, math-function-table, math-variable-table)
20419 (math-complex-format, math-input-filter): Add latex properties.
20420 (calc-set-language): Set math-expr-special-function-mapping.
20421
20422 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20423 (calc-write-parse-table-part): Add LaTeX support.
20424
20425 * calc/calc.el (calc-language): Adjust docstring.
20426 (calc-set-mode-line): Add LaTeX support.
20427 (math-expr-special-function-mapping): New variable.
20428 (math-tex-ignore-words): Add to list.
20429
20430 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20431 Add LaTeX support.
20432 (math-compose-expr): Add support for special functions.
20433
20434 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20435
20436 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20437
20438 * progmodes/gdb-ui.el (gdb-memory-address)
20439 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20440 (gdb-memory-mode-map, gdb-memory-format-keymap)
20441 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20442 (gdb-memory-unit-menu): New variables for a buffer
20443 that lets the user examine program memory.
20444 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20445 (gdb-memory-format-binary, gdb-memory-format-octal)
20446 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20447 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20448 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20449 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20450 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20451 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20452 (gdb-memory-mode, gdb-memory-buffer-name)
20453 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20454 New functions for above buffer.
20455
20456 2005-01-30 Richard M. Stallman <rms@gnu.org>
20457
20458 * cus-edit.el (custom-bury-buffer): Function deleted.
20459 (custom-buffer-done-function): Option deleted.
20460 (custom-buffer-done-kill): New replacement option.
20461 (Custom-buffer-done): Call quit-window.
20462 (custom-buffer-create-internal): Update for above changes.
20463
20464 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20465
20466 * simple.el (undo-ask-before-discard): New var.
20467 (undo-outer-limit-truncate): Implement it.
20468 (undo-extra-outer-limit): Doc update.
20469
20470 2005-01-29 Richard M. Stallman <rms@gnu.org>
20471
20472 * ses.el (undo-more): Delete defadvice.
20473 (ses-begin-change): Doc fix.
20474
20475 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20476 instead of rebinding C-x u and C-_.
20477
20478 * files.el (normal-backup-enable-predicate): Return nil for files
20479 in /tmp, regardless of temporary-file-directory.
20480
20481 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20482
20483 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20484 (open-rectangle, delete-whitespace-rectangle-line)
20485 (clear-rectangle-line): If FILL, pass t instead of FILL
20486 for move-to-column's 2nd arg.
20487
20488 * simple.el (undo): Fix the test for continuing a series of undos.
20489 (undo-more): Set pending-undo-list to t when we reach end.
20490 (pending-undo-list): Move up defvar.
20491
20492 * wid-edit.el (widget-button-click):
20493 Shorten the range of the track-mouse binding.
20494
20495 * comint.el (comint-insert-input): Undo previous changes;
20496 use last-input-event in interactive spec.
20497
20498 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20499
20500 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20501 to nil before invoking call-process. Reset buffer's modified flag
20502 after fontifying it in the no-async branch.
20503
20504 * wid-edit.el (widget-specify-button): If mouse pointer shape
20505 cannot be changed, use mouse face instead.
20506
20507 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20508
20509 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20510 (gdb-goto-breakpoint): Make breakpoint handling work on template
20511 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20512 (gdb-assembler-custom): Update to recognize breakpoint information
20513 added on 2005-01-19.
20514
20515 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20516
20517 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20518 (dsssl-mode): Use define-derived-mode.
20519 (scheme-mode-initialize): Remove.
20520 (scheme-mode): Use run-mode-hooks.
20521
20522 * cus-edit.el (customize-group-other-window)
20523 (custom-buffer-create-other-window): Don't override special-display-*.
20524 (custom-mode-map): Make it dense.
20525
20526 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20527 sets the default value.
20528
20529 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20530
20531 * descr-text.el: Add more keywords.
20532
20533 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20534
20535 * speedbar.el: Avoid unnecessary use of locate-library.
20536
20537 * international/mule-cmds.el (standard-display-european-internal):
20538 Don't fiddle with latin-1 non-break space any more since it's now
20539 special cased in the C code.
20540 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20541
20542 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20543
20544 * cus-start.el (all): Add `undo-outer-limit'.
20545
20546 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20547
20548 * textmodes/bibtex.el (bibtex-format-entry):
20549 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20550 field lines.
20551 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20552 not on part of a buffer.
20553
20554 2005-01-25 Lute Kamstra <lute@gnu.org>
20555
20556 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20557 nonempty field text strings like "{letters\\macro{}more letters}".
20558 Clarify docstring.
20559 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20560 (bibtex-entry-offset, bibtex-parse-association)
20561 (bibtex-parse-field-name): Fix typos in docstrings.
20562 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20563
20564 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20565
20566 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20567 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20568 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20569 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20570
20571 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20572 isearch minor mode.
20573
20574 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20575
20576 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20577
20578 2005-01-24 Lute Kamstra <lute@gnu.org>
20579
20580 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20581 CASECHARS and NOT-CASECHARS regular expressions of the
20582 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20583 striding over charsets" error.
20584
20585 2005-01-24 Jay Belanger <belanger@truman.edu>
20586
20587 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20588 display variable name.
20589
20590 2005-01-24 Kenichi Handa <handa@m17n.org>
20591
20592 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20593 Fix setting of the element of encoded-kbd-iso2022-invocations.
20594
20595 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20596
20597 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20598 (gdb-threads-select): Change to also accept mouse events.
20599 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20600 (gdb-threads-mouse-select): Delete.
20601
20602 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20603
20604 * files.el (insert-directory): Take care of empty directory,
20605 listed without -a switch.
20606
20607 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20608
20609 * textmodes/refill.el (refill-post-command-function):
20610 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20611 to the list of functions that we should be careful not to undo.
20612 (refill-late-fill-paragraph-function): Remove.
20613 (refill-saved-state): New var.
20614 (refill-mode): Use it to save fill-paragraph-function.
20615 Save also the value of auto-fill-function.
20616
20617 * term/w32-win.el: Simplify code.
20618
20619 2005-01-23 Kim F. Storm <storm@cua.dk>
20620
20621 * simple.el (line-move): Adapt to new return value from
20622 pos-visible-in-window-p.
20623
20624 * simple.el (line-move): Fix last change. Check partial
20625 visibility at point rather than at window-start.
20626
20627 2005-01-22 Jason Rumney <jasonr@gnu.org>
20628
20629 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20630
20631 2005-01-22 David Kastrup <dak@gnu.org>
20632
20633 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20634
20635 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20636
20637 * type-break.el (type-break-mode): Add a test for
20638 type-break-file-name being non-nil.
20639
20640 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20641
20642 * net/eudc.el (top level): Call (message "") via progn, so that
20643 eudc-options-file is loaded.
20644
20645 2005-01-22 Kim F. Storm <storm@cua.dk>
20646
20647 * simple.el (line-move-1): Rename from line-move.
20648 (line-move): New function that adjusts vscroll for partially
20649 visible rows, and calls line-move-1 otherwise.
20650
20651 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20652
20653 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20654 since it's not a complete read-event implementation
20655
20656 2005-01-20 Jay Belanger <belanger@truman.edu>
20657
20658 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20659 for called function.
20660
20661 2005-01-20 Steven Tamm <steventamm@mac.com>
20662
20663 * term/mac-win.el (process-connection-type): Remove.
20664 Controlled now by s/darwin.h:PTY_ITERATION.
20665
20666 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20667
20668 * window.el (handle-select-window): Don't switch window when we're
20669 in the minibuffer.
20670
20671 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20672
20673 * subr.el (dotimes-with-progress-reporter): New macro.
20674
20675 * ses.el (ses-dotimes-msg): Remove macro.
20676 Use `dotimes-with-progress-reporter' instead.
20677
20678 2005-01-19 Steven Tamm <steventamm@mac.com>
20679
20680 * term/mac-win.el (process-connection-type): Use new
20681 operating-system-release variable to use ptys on Darwin 7 (OS X
20682 10.3) when using carbon build.
20683
20684 2005-01-19 Jay Belanger <belanger@truman.edu>
20685
20686 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20687 flags if the last command was a tab or M-tab.
20688
20689 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20690 in formula editing buffer.
20691
20692 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20693
20694 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20695 breakpoint image symbol in margin.
20696
20697 2005-01-19 Jay Belanger <belanger@truman.edu>
20698
20699 * calc/calc-prog.el (calc-execute-kbd-macro):
20700 Ignore calc-keep-arg-flag.
20701
20702 2005-01-19 Kenichi Handa <handa@m17n.org>
20703
20704 * textmodes/ispell.el (ispell-looking-at): New function.
20705 (ispell-process-line): Use ispell-looking-at to compare the ispell
20706 output and the buffer contents.
20707
20708 2005-01-18 Jay Belanger <belanger@truman.edu>
20709
20710 * calc/calc.el (calc-display-raw): Fix docstring.
20711
20712 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20713
20714 * simple.el (blink-matching-open): Strip extra info from syntax.
20715
20716 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20717 funny chars in the end-of-here-doc marker.
20718
20719 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20720
20721 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20722 that enable/disabled state of breakpoints is shown correctly in
20723 fringe and on ttys.
20724 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20725 Add breakpoint information as text properties.
20726 (gdb-mouse-toggle-breakpoint):
20727 Rename to gdb-mouse-set-clear-breakpoint.
20728 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
20729 breakpoints in the margin.
20730 (gdb-remove-strings): Simplify.
20731
20732 2005-01-17 Jay Belanger <belanger@truman.edu>
20733
20734 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20735 erasing buffer.
20736
20737 2005-01-17 Richard M. Stallman <rms@gnu.org>
20738
20739 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20740 for calling grep-compute-defaults.
20741
20742 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20743 if buffer is empty.
20744
20745 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20746
20747 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20748
20749 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20750
20751 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20752 non-preloaded variables.
20753
20754 2005-01-17 Steven Tamm <steventamm@mac.com>
20755
20756 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20757 tex-shell cause to force interactivity when using pipes.
20758
20759 2005-01-17 Kim F. Storm <storm@cua.dk>
20760
20761 * simple.el (just-one-space): Make arg optional.
20762
20763 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
20764
20765 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20766 posn-at-x-y to t to access left-margin.
20767
20768 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
20769
20770 Sync with Tramp 2.0.47.
20771
20772 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20773 catching keep-date problems in cp/scp operations.
20774 (tramp-handle-copy-file): Don't call `set-file-modes'
20775 unconditionally. Specialized functions should know better what is
20776 necessary. This improves performance a little bit, and the
20777 functions could catch errors with `cp -p' and `scp -p'.
20778 (tramp-do-copy-or-rename-file-via-buffer)
20779 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20780 when appropriate.
20781 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20782 Call `set-file-modes' when appropriate.
20783 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20784 Johnsson <isak@hypergene.com>
20785 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20786 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20787 <joakim@verona.se>
20788 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20789 Emacs only.
20790
20791 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
20792 `find-file-hooks' and `dired-mode-hook'.
20793 (tramp-minor-mode-map): Respective map. Add remapping for
20794 `compile' and `recompile'.
20795 (tramp-remap-command, tramp-recompile): New defuns.
20796 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20797 in buffer "*Compilation*". Call the commands asynchronously.
20798
20799 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20800 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20801 `shell-command', because it isn't magic in XEmacs. Reported by
20802 Adrian Aichner <adrian@xemacs.org>.
20803
20804 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20805 `substitute-in-file-name.
20806 (tramp-smb-handle-substitute-in-file-name): New defun.
20807 (tramp-smb-advice-PC-do-completion): Delete advice.
20808
20809 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20810
20811 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20812 Fix error in deleting region.
20813
20814 2005-01-15 Richard M. Stallman <rms@gnu.org>
20815
20816 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20817 In non-temp buffer, switch syntax table temporarily.
20818
20819 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20820
20821 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20822
20823 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20824
20825 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20826 (imenu--generic-function): Use START, not BEG, as pos of definition.
20827
20828 * simple.el (just-one-space): Argument specifies number of spaces.
20829
20830 * simple.el (eval-expression-print-format): Avoid warning
20831 about edebug-active.
20832
20833 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
20834
20835 * progmodes/sh-script.el: Code copied from make-mode.el
20836 with small changes,
20837 (sh-mode-map): Bind C-c C-\.
20838 (sh-backslash-column, sh-backslash-align): New variables.
20839 (sh-backslash-region, sh-append-backslash): New functions.
20840
20841 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20842
20843 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20844 (rmail-pop-password, rmail-pop-password-required): Move to
20845 rmail-obsolete group.
20846 (rmail-set-pop-password): Rename to rmail-set-remote-password.
20847 All callers updated.
20848 (rmail-get-pop-password): Rename to rmail-get-remote-password.
20849 Take an argument specifying whether it is POP or IMAP mailbox we
20850 are using. All callers updated.
20851 (rmail-pop-password-error): Rename to
20852 rmail-remote-password-error. Added mailutils-specific error message.
20853 (rmail-movemail-search-path)
20854 (rmail-movemail-variant-in-use): New variables.
20855 (rmail-remote-password, rmail-remote-password-required):
20856 New customization variables.
20857 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20858 (rmail-parse-url): New function.
20859 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20860 with GNU mailutils movemail.
20861
20862 2005-01-15 Kevin Ryde <user42@zip.com.au>
20863
20864 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20865 suffix to space, $ or '$, to correctly position point when going
20866 to @table style constants like DBL_MAX.
20867
20868 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20869
20870 * type-break.el (type-break-mode, type-break-file-time)
20871 (type-break-file-keystroke-count, type-break-choose-file):
20872 Don't store data in or load data from the file if type-break-file-name
20873 is nil.
20874 (type-break-file-name): Doc update as per the above.
20875
20876 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20877
20878 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20879 lookup-key might return nil; handle that.
20880
20881 2005-01-15 Alan Mackenzie <acm@muc.de>
20882
20883 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20884 rather than the element found, thus enabling the tree to be setcar'd.
20885
20886 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20887
20888 * textmodes/org.el (org-show-following-heading): New option.
20889 (org-show-hierarchy-above): Use `org-show-following-heading'.
20890 (org-cycle): Documentation fix.
20891
20892 * textmodes/org.el (orgtbl-optimized): New option
20893 (orgtbl-mode): New command, a minor mode.
20894 (orgtbl-mode-map): New variable.
20895 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20896 (orgtbl-error, orgtbl-self-insert-command)
20897 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20898
20899 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20900 a local variable in each org-mode buffer.
20901
20902 * textmodes/org.el (org-set-regexps-and-options): Rename from
20903 `org-set-regexps'. Added checking for STARTUP keyword.
20904 (org-get-current-options): Add STARTUP options.
20905 (org-table-insert-row): Make mode intelligent about when
20906 realignment is needed.
20907 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20908 New commands.
20909 (org-enable-table-editor): New default value `optimized'.
20910 (org-table-blank-field): Support blanking regions if active.
20911
20912 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20913
20914 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20915 if the year is not given.
20916
20917 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20918 Add new escapes %m and %M, fixed bug with %F by adding
20919 save-match-data.
20920 (reftex-reference): Remove ?. from list of spaces.
20921 (reftex-label-info): Add automatic label prefix recognition.
20922
20923 * textmodes/reftex-index.el (reftex-index-next-phrase):
20924 Add slave parameter to call of `reftex-index-this-phrase'.
20925 (reftex-index-this-phrase): New optional argument.
20926 (reftex-index-region-phrases): Add slave parameter to call of
20927 `reftex-index-this-phrase'.
20928 (reftex-display-index): New argument redo.
20929 (reftex-index-rescan): Add `redo' to arguments of
20930 `reftex-display-index'.
20931 (reftex-index-Rescan, reftex-index-revert)
20932 (reftex-index-switch-index-tag): Add `redo' to arguments of
20933 `reftex-display-index'.
20934 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20935 indexing. Fix bug with matching is there is a quote before or
20936 after the word.
20937
20938 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20939 Fix bug when collecting citation keys in lines with comments.
20940 (reftex-citation): Prefix argument no longer rescans the document,
20941 but forces prompting for optional arguments of cite macros.
20942 (reftex-do-citation): Prompting for optional arguments implemented.
20943
20944 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20945 Add optional arguments to most cite commands.
20946 (reftex-cite-cleanup-optional-args): New option
20947 (reftex-cite-prompt-optional-args): New option.
20948 (reftex-trust-label-prefix): New option.
20949
20950 * textmodes/reftex-toc.el (reftex-toc-find-section):
20951 Add push-mark before changing the position in the buffer.
20952
20953 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20954 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20955
20956 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
20957
20958 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20959 more carefully.
20960
20961 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20962
20963 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20964 (sgml-mode): Use it.
20965 (sgml-get-context): Better keep track of implicitly closed tags.
20966
20967 2005-01-13 Kenichi Handa <handa@m17n.org>
20968
20969 * textmodes/ispell.el: These changes are to fix misalignment error
20970 caused by equivalent characters of different Emacs charsets.
20971 (ispell-unified-chars-table): New variable.
20972 (ispell-get-decoded-string): New function.
20973 (ispell-get-casechars, ispell-get-not-casechars)
20974 (ispell-get-otherchars): Call ispell-get-decoded-string.
20975
20976 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20977
20978 * custom.el (custom-declare-variable): Just put symbol instead
20979 of (defvar . symbol) in `current-load-list'.
20980
20981 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20982
20983 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20984
20985 2005-01-12 Jay Belanger <belanger@truman.edu>
20986
20987 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20988 to create a Calc summary.
20989
20990 2005-01-12 Kim F. Storm <storm@cua.dk>
20991
20992 * mouse.el (mouse-on-link-p): Change functionality and doc
20993 string to comply with latest description in lisp ref.
20994
20995 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
20996
20997 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20998 Enable mouse clicks on mode-line, header-line and margin.
20999 (event-type): Give mouse event symbols an `event-kind' property
21000 with value `mouse-click'.
21001
21002 2005-01-12 Juri Linkov <juri@jurta.org>
21003
21004 * facemenu.el (list-colors-display): Add new arg buffer-name.
21005 Use it. Fix docstring. Replace code for identifying duplicate
21006 colors by the name with call to `list-colors-duplicates' which
21007 identifies duplicate colors by the value unless the color
21008 is one of special Windows colors. Set truncate-lines to t.
21009 Print sorted duplicate color names on each line. Indent to 22
21010 \(the longest color name in rgb.txt) instead of 20. Optimize.
21011 (list-colors-duplicates): New function.
21012 (facemenu-color-name-equal): Delete function.
21013
21014 * facemenu.el (list-colors-print): New function created from code
21015 in list-colors-display. Print #RRGGBB at the window right edge.
21016 (list-colors-display): When temp-buffer-show-function is not
21017 defined, call list-colors-print from temp-buffer-show-hook
21018 to get the right value of window-width in list-colors-print
21019 after the buffer is displayed.
21020
21021 * simple.el (pop-mark): Move deactivate-mark out of conditional
21022 part to deactivate the active mark regardless of the state of the
21023 mark ring.
21024
21025 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21026 variables line in desktop files.
21027
21028 2005-01-12 Juri Linkov <juri@jurta.org>
21029
21030 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21031 Bring together isearch highlight related options.
21032 (lazy-highlight): Replace group `replace' by `matching'.
21033 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21034 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21035 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21036 and declare them obsolete.
21037 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21038 (isearch-faces): Remove defgroup.
21039 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21040 Move isearch highlighting code closer to lazy highlighting code.
21041
21042 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21043 (query-replace-highlight, query-replace-lazy-highlight)
21044 (query-replace): Move definitions to the beginning of the file.
21045
21046 2005-01-11 Juri Linkov <juri@jurta.org>
21047
21048 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21049 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21050 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21051
21052 * info.el (Info-history-forward): New variable.
21053 (Info-select-node): Reset Info-history-forward to nil.
21054 (Info-last): Turn into defalias.
21055 (Info-history-back): Rename from Info-last.
21056 Add current node to Info-history-forward.
21057 (Info-history-forward): New fun.
21058 (Info-mode-map): Replace Info-last by Info-history-back.
21059 Bind Info-history-forward to "r".
21060 (Info-mode-menu): Replace Info-last by Info-history-back.
21061 Fix menu item text. Add menu item for Info-history-forward.
21062 (info-tool-bar-map): Replace Info-last by Info-history-back.
21063 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21064 for Info-history-forward.
21065 (Info-mode): Replace Info-last by Info-history-back in docstring.
21066 Add local variable Info-history-forward.
21067 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21068
21069 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21070
21071 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21072 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21073 Ignore select-window events rather than fiddle with
21074 mouse-autoselect-window.
21075
21076 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21077
21078 * type-break.el (type-break-mode): Fix previous change.
21079
21080 2005-01-10 Jay Belanger <belanger@truman.edu>
21081
21082 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21083 calculator; only reset when point is inside a calculator.
21084 Don't adjust the window height if the window takes up the whole height
21085 of the frame.
21086
21087 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21088
21089 * ebuff-menu.el (Electric-buffer-menu-mode):
21090 Preserve value of buffer-local var header-line-format.
21091
21092 2005-01-09 Jay Belanger <belanger@truman.edu>
21093
21094 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21095 Make sure settings file exists before accessing it.
21096
21097 * calc/calc-embed.el (calc-embedded-subst):
21098 Replace math-multi-subst-rec, which is only supposed to be called
21099 by math-multi-subst, by math-multi-subst.
21100
21101 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21102
21103 * vc.el (vc-allow-async-revert): New user option.
21104 (vc-disable-async-diff): New internal variable.
21105 (vc-revert-buffer): Use them to disable asynchronous diff.
21106
21107 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21108 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21109 asynchronously if vc-disable-async-diff is t.
21110
21111 2005-01-09 Jay Belanger <belanger@truman.edu>
21112
21113 * calc/calc.el (defcalcmodevar): New macro.
21114 (calc-mode-var-list-restore-default-values)
21115 (calc-mode-var-list-restore-saved-values): New functions.
21116 (calc-mode-var-list): Use defcalcmodevar to define it.
21117 (calc-always-load-extensions, calc-line-numbering)
21118 (calc-line-breaking, calc-display-just, calc-display-origin)
21119 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21120 (calc-group-char, calc-point-char, calc-frac-format)
21121 (calc-prefer-frac, calc-hms-format, calc-date-format)
21122 (calc-float-format, calc-full-float-format, calc-complex-format)
21123 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21124 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21125 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21126 (calc-matrix-brackets, calc-language, calc-language-option)
21127 (calc-left-label, calc-right-label, calc-word-size)
21128 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21129 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21130 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21131 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21132 (calc-window-height, calc-display-trail, calc-show-selections)
21133 (calc-use-selections, calc-assoc-selections)
21134 (calc-display-working-message, calc-auto-why, calc-timing)
21135 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21136 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21137 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21138 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21139 (calc-gnuplot-geometry, calc-graph-default-resolution)
21140 (calc-graph-default-resolution-3d, calc-invocation-macro)
21141 (calc-show-banner): Use defcalcmodevar to declare them and set
21142 their default values.
21143
21144 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21145 instead of default values (but restore default values if there is
21146 an argument of 0).
21147
21148 2005-01-09 David Kastrup <dak@gnu.org>
21149
21150 * desktop.el (desktop-restore-eager): Fix typo in type.
21151
21152 2005-01-08 Richard M. Stallman <rms@gnu.org>
21153
21154 * cus-edit.el (customize): Delete :link.
21155
21156 2005-01-08 Jay Belanger <belanger@truman.edu>
21157
21158 * calc/calc.el (calc-mode): Remove the extension from the
21159 `calc-settings-file' file name when loading it.
21160
21161 2005-01-08 Kim F. Storm <storm@cua.dk>
21162
21163 * info.el (Info-mode-map, Info-next-link-keymap)
21164 (Info-prev-link-keymap, Info-up-link-keymap):
21165 Map follow-link to mouse-face.
21166 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21167
21168 2005-01-08 Jay Belanger <belanger@truman.edu>
21169
21170 * calc/calc.el (calc-settings-file): Change default value.
21171 Suggested by cgw in a comment in calc-mode.el.
21172
21173 * calc/calc-mode.el (calc-settings-file-name):
21174 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21175 Replace ~/.emacs in a prompt by calc-settings-file.
21176
21177 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21178
21179 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21180 (desktop-lazy-idle-delay): New customizable variables.
21181 (desktop-buffer-args-list): New variable.
21182 (desktop-append-buffer-args): New function.
21183 (desktop-save): Call desktop-append-buffer-args for some buffers.
21184 (desktop-lazy-create-buffer): New function.
21185 (desktop-idle-create-buffers): New function.
21186 (desktop-read): Add message about buffers to restore lazily.
21187 (desktop-lazy-abort): New command.
21188 (desktop-clear): Call desktop-lazy-abort.
21189 (desktop-lazy-complete): New command.
21190
21191 2005-01-06 Richard M. Stallman <rms@gnu.org>
21192
21193 * emacs-lisp/find-func.el (find-face-definition):
21194 Rename from find-face.
21195
21196 2005-01-06 Kim F. Storm <storm@cua.dk>
21197
21198 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21199
21200 * man.el (Man-xref-man-page, Man-xref-header-file)
21201 (Man-xref-normal-file): Add follow-link property.
21202
21203 2005-01-06 Jay Belanger <belanger@truman.edu>
21204
21205 * calc/calc-units.el: Make sure the proper macro definitions are
21206 available when compiling.
21207
21208 2005-01-06 Juri Linkov <juri@jurta.org>
21209
21210 * isearch.el (isearch-lazy-highlight-update):
21211 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21212
21213 2005-01-06 Miles Bader <miles@gnu.org>
21214
21215 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21216 (isearch-lazy-highlight-face): Use new name.
21217
21218 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21219
21220 * uniquify.el (uniquify-rationalize-file-buffer-names):
21221 Re-add an interactive spec.
21222 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21223 to the same name.
21224
21225 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21226 (isearch-update, isearch-done): Adjust calls accordingly.
21227
21228 2005-01-05 Richard M. Stallman <rms@gnu.org>
21229
21230 * custom.el (custom-set-variables, custom-theme-set-variables):
21231 Clarify documentation.
21232
21233 * emacs-lisp/find-func.el (find-variable)
21234 (find-variable-other-window, find-variable-other-frame):
21235 Fix the TYPE args to find-function-read and find-function-do-it.
21236 (find-function): Doc fix.
21237 (find-function-at-point): Replace function-at-point alias.
21238
21239 2005-01-04 Richard M. Stallman <rms@gnu.org>
21240
21241 * cus-face.el (custom-declare-face):
21242 Record defface in current-load-list.
21243
21244 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21245
21246 * emacs-lisp/find-func.el: Doc fixes.
21247 (find-face-regexp): New variable.
21248 (find-function-regexp-alist): New variable.
21249 (find-function-C-source): Third arg is now TYPE.
21250 (find-function-search-for-symbol): Handle general TYPE.
21251 (find-function-read, find-function-do-it): Handle general TYPE.
21252 (find-definition-noselect, find-face): New functions.
21253 (function-at-point): Alias deleted.
21254
21255 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21256
21257 * battery.el (display-battery-mode): Rename from display-battery.
21258 Handle the case where it gets turned off.
21259
21260 2005-01-04 Richard M. Stallman <rms@gnu.org>
21261
21262 * cus-edit.el (customize): Make :link point to user doc.
21263
21264 * man.el (Man-fontify-manpage): Turn off undo generation.
21265
21266 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21267
21268 2005-01-04 Andreas Schwab <schwab@suse.de>
21269
21270 * files.el (insert-directory): Only look for error lines in
21271 inserted text. Don't move too far after processing --dired markers.
21272
21273 2005-01-04 Richard M. Stallman <rms@gnu.org>
21274
21275 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21276 Don't expand if the character is @, period, dash, etc.
21277 (define-mail-abbrev): Quote names that contain problem characters.
21278
21279 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21280
21281 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21282
21283 2005-01-03 Richard M. Stallman <rms@gnu.org>
21284
21285 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21286 (query-replace-highlight, query-replace-lazy-highlight)
21287 (query-replace): Definitions moved up. Doc fix.
21288
21289 2005-01-03 Richard M. Stallman <rms@gnu.org>
21290
21291 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21292 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21293 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21294 (lazy-highlight-face): Rename from isearch-lazy-...
21295 Change all references to them.
21296
21297 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21298
21299 * cus-edit.el (custom-file): Doc fix for defcustom.
21300 (custom-file): The function no longer sets the variable
21301 `custom-file' to its return value.
21302
21303 * startup.el (command-line): No longer load `custom-file'.
21304
21305 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21306
21307 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21308
21309 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21310 Don't confuse module-prefixed identifiers for labels.
21311 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21312
21313 2005-01-02 Richard M. Stallman <rms@gnu.org>
21314
21315 * files.el (basic-save-buffer-1): Fix previous change.
21316
21317 * loadhist.el (file-loadhist-lookup): New function.
21318 (file-provides, file-requires): Use it.
21319
21320 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21321 instead of calculating the right size.
21322
21323 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21324
21325 * vc-svn.el (vc-svn-diff): Stay local if possible.
21326
21327 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21328
21329 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21330
21331 * files.el (hack-local-variables): Fix last change.
21332
21333 2005-01-02 Jay Belanger <belanger@truman.edu>
21334
21335 * calc/calc-yank.el (calc-edit-top): New variable.
21336 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21337 object. Change header properties.
21338 (calc-edit-finish, calc-edit-finish-stack-object)
21339 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21340 edited object.
21341 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21342 for the beginning of the edited object.
21343 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21344 for the beginning of the edited object.
21345 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21346 (calc-finish-formula-edit, calc-macro-repeats)
21347 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21348 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21349 beginning of the edited object.
21350 (calc-user-define-edit): Change the header for editing macros.
21351 Remove unnecessary variable.
21352
21353 2005-01-01 Jay Belanger <belanger@truman.edu>
21354
21355 * calc/calc-yank.el (calc-edit-mode): Change default header.
21356 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21357 * calc/calc-store.el (calc-edit-variable): Change title to match new
21358 header.
21359 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21360 mode to match new header.
21361 (calc-user-define-edit): Change titles to include names of commands.
21362 (calc-finish-formula-edit): Adjust to handle new header.
21363 (calc-finish-macro-edit): Remove.
21364 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21365 (calc-edit-macro-command, calc-edit-macro-command-type)
21366 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21367 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21368 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21369 (calc-edit-macro-finish-edit): New functions.
21370 (calc-user-define-edit): Use new functions to edit named calc macros.
21371
21372 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21373
21374 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21375
21376 * ses.el (copy-region-as-kill): Deactivate mark.
21377
21378 2005-01-01 Richard M. Stallman <rms@gnu.org>
21379
21380 * replace.el (occur-1): If the output buffer is also an input,
21381 don't kill it, rename it.
21382
21383 * faces.el (set-face-background, set-face-foreground): Doc fix.
21384
21385 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21386 for :foreground and :background.
21387
21388 * dired.el (dired-view-command-alist): Variable deleted.
21389 (dired-view-file, dired-mouse-find-file-other-window):
21390 Delete the code to use it.
21391
21392 2005-01-01 Kim F. Storm <storm@cua.dk>
21393
21394 * image.el (insert-sliced-image): Use t for line-height property.
21395
21396 See ChangeLog.11 for earlier changes.
21397
21398 ;; Local Variables:
21399 ;; coding: iso-2022-7bit
21400 ;; End:
21401
21402 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21403 Copying and distribution of this file, with or without modification,
21404 are permitted provided the copyright notice and this notice are preserved.
21405
21406 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1