(custom-quote): Remove function since it has been moved to custom.el.
[bpt/emacs.git] / lisp / ChangeLog
1 2006-03-03 Martin Rudalics <rudalics@gmx.at>
2
3 * cus-edit.el (custom-quote): Remove function, since it has been
4 moved to custom.el.
5
6 * font-lock.el (lisp-font-lock-keywords-2)
7 * emacs-lisp/rx.el (rx-check-any, rx-check-not)
8 * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
9 they have no special meaning.
10
11 * midnight.el (clean-buffer-list): Handle case where base-buffer of
12 indirect buffer gets killed before indirect buffer. Use dolist.
13
14 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
15
16 * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
17 value instead of a literal constant (1) on more pauses.
18
19 2006-03-03 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
20
21 * textmodes/flyspell.el (flyspell-external-point-words): Be
22 case-sensitive.
23
24 2006-03-03 Ryan Yeske <rcyeske@gmail.com>
25
26 * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
27 with "www".
28
29 2006-03-03 Ken Manheimer <ken.manheimer@gmail.com>
30
31 allout.el: Restablished intermediate missing comment header to
32 preserve outline structure.
33 (allout-beginning-of-current-entry): Wasn't skipping invisible
34 text - fixed.
35 (allout-open-topic): Was failing when opening a topic at
36 end-of-buffer - fixed.
37 (allout-minor-mode): Moved nearer to allout-mode function.
38
39 2006-03-02 Carsten Dominik <dominik@science.uva.nl>
40
41 * textmodes/org.el (org-paste-subtree): Removed forgotten (debug)
42 form.
43
44 2006-03-02 Nick Roberts <nickrob@snap.net.nz>
45
46 * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
47 is nil.
48
49 * progmodes/gud.el (gud-speedbar-menu-items): Use
50 buffer-local-value and add missing :visible keyword.
51
52 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten
53 speedbar-refresh.
54
55 2006-03-01 Carsten Dominik <dominik@science.uva.nl>
56
57 * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
58 must be `follow-link'.
59
60 * textmodes/reftex-toc.el (reftex-toc-map): `follow-mouse' must be
61 `follow-link'.
62
63 * textmodes/org.el (org-export-as-html): Fix bugs in HTML
64 formatting: No nested anchors.
65 (org-all-targets): Fix bug with XEmacs compatibility.
66 (org-read-date): Add (require 'parse-time).
67 (org-set-tags): Fix bug with extra inserted space.
68 (org-export-html-style): Define a style class for targets.
69 (org-agenda-keymap, org-mouse-map): Add a binding for
70 `follow-link'.
71 (org-hide-leading-stars): New option.
72 (org-hide): New face.
73 (org-set-font-lock-defaults): Allow to hide leading stars.
74 (org-get-legal-level, org-tr-level): New functions.
75 (org-odd-levels-only): New option.
76 (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
77 (org-demote, org-promote): Deal with double-star levels.
78 (org-convert-to-odd-levels): New command.
79
80 2006-03-01 Nick Roberts <nickrob@snap.net.nz>
81
82 * speedbar.el (speedbar-update-localized-contents): Try to
83 preserve window-start.
84 (speedbar-update-directory-contents): Try to preserve window-start
85 and window-point.
86 (speedbar-update-special-contents): Don't move back to start of
87 window.
88
89 * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
90 gdb-speedbar-timer-fn. Use speedbar-refresh instead of
91 speedbar-timer-fn
92 (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
93 (gdb-speedbar-expand-node): Use speedbar-delete-subblock
94 instead of gdb-speedbar-timer-fn.
95
96 2006-02-28 Jay Belanger <belanger@truman.edu>
97
98 * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
99 (math-compose-expr): Use latex option when calling
100 `math-compose-tex-matrix' for latex mode.
101
102 2006-02-28 Nick Roberts <nickrob@snap.net.nz>
103
104 * speedbar.el: Re-instate comments about developing for speedbar
105 [this is what info and gdb-ui use even if better methods exist now].
106
107 * t-mouse.el: New file.
108 (t-mouse-tty): Use with-temp-buffer. Add more terminal types.
109 (t-mouse-lispy-buffer-posn-from-coords): Remove. Use the C
110 primitive...
111 (t-mouse-make-event-element): ...posn-at-x-y instead.
112 (t-mouse-make-event): Deal with Fedora Core 3.
113 (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
114 (t-mouse-mouse-position-function): New function. Use it instead
115 of advising mouse-position.
116 (t-mouse-mode): New minor mode.
117 (t-mouse-stop, t-mouse-run): Remove. Use t-mouse-mode instead.
118
119 2006-02-27 Glenn Morris <rgm@gnu.org>
120
121 * calendar/calendar.el (calendar-holidays): Doc fix.
122
123 2006-02-27 Nick Roberts <nickrob@snap.net.nz>
124
125 * progmodes/gdb-ui.el (gdb-source-window): New variable.
126 Re-introduce the concept of a source window.
127 (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
128 consistency with get-buffer-create.
129 (def-gdb-auto-update-handler, gdb-info-locals-handler)
130 (gdb-data-list-register-values-handler)
131 (gdb-stack-list-locals-handler): Try to preserve window-start as
132 well as window-point.
133 (gdb-display-source-buffer): New function (old concept).
134 (gdb-goto-breakpoint): Use it.
135
136 * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
137 for gdb-ui/gdb-mi (old concept).
138
139 2006-02-27 Carsten Dominik <dominik@science.uva.nl>
140
141 * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
142 binding.
143
144 * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse'
145 binding.
146
147 * textmodes/reftex-sel.el (reftex-select-label-map)
148 (reftex-select-bib-map): Add `follow-mouse' binding.
149
150 2006-02-26 Luc Teirlinck <teirllm@auburn.edu>
151
152 * jka-cmpr-hook.el (jka-compr-compression-info-list)
153 (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
154 Give :set functions to provide automatic updating.
155 Update docstring. Give compiler defvars early in the file
156 and move the defcustoms to a later spot where all called functions
157 are defined.
158 (jka-compr-file-name-handler-entry): Doc fix.
159 (jka-compr-compression-info-list--internal)
160 (jka-compr-mode-alist-additions--internal)
161 (jka-compr-load-suffixes--internal): New variables.
162 (jka-compr-install): Set the three above variables.
163 Update `load-file-rep-suffixes' instead of `load-suffixes'.
164 (jka-compr-update, jka-compr-set): New functions.
165 (auto-compression-mode): Doc fix.
166
167 * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
168 Update `load-file-rep-suffixes' instead of `load-suffixes'.
169 Use jka-compr-compression-info-list--internal,
170 jka-compr-mode-alist-additions--internal and
171 jka-compr-load-suffixes--internal.
172
173 * files.el (load-library):
174 * loadhist.el (file-loadhist-lookup):
175 * startup.el (command-line):
176 * subr.el (locate-library):
177 * emacs-lisp/autoload.el (update-directory-autoloads):
178 * emacs-lisp/find-func.el (find-library-suffixes): Use
179 `get-load-suffixes' instead of `load-suffixes'.
180
181 * subr.el (locate-library):
182 * emacs-lisp/find-func.el (find-library-name): Use
183 `load-file-rep-suffixes' instead of '("").
184
185 2006-02-26 Kim F. Storm <storm@cua.dk>
186
187 * ido.el (ido-save-history, ido-load-history): Simplify. Don't
188 use find-file-noselect to avoid interference from other modes.
189
190 2006-02-25 Thien-Thi Nguyen <ttn@gnu.org>
191
192 * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
193 to use the default shell if filename is not available.
194 Reported by Giorgos Keramidas.
195
196 2006-02-25 John Williams <jrw@pobox.com> (tiny change)
197
198 * progmodes/etags.el (tags-completion-table): Do completion from
199 all the tables in the current list, as documented in the manual.
200
201 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
202
203 * CC Mode Update to 5.31.3.
204
205 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
206
207 * progmodes/cc-mode.el (c-postprocess-file-styles): Bind
208 inhibit-read-only to t, around the call to
209 c-remove-any-local-eval-or-mode-variables, so that it works on a
210 RO file.
211
212 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
213
214 * progmodes/cc-awk.el: Correct a typo.
215
216 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
217
218 * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
219 c-hungry-delete-backwards, at the request of RMS. Leave the old
220 name as an alias.
221
222 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
223
224 * progmodes/cc-mode.el: Correct a typo.
225
226 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
227
228 * progmodes/cc-defs.el: Update the version number to 5.31.3.
229
230 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
231
232 * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
233 brace-else-brace (error due to mbeg, mend being undefined).
234
235 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
236
237 * progmodes/cc-mode.el: File Local variables: Solve the problem
238 where both `mode' and c-file-offsets are specified: `mode' will
239 overwrite c-f-o's settings:
240 (c-remove-any-local-eval-or-mode-variables): New function.
241 (c-postprocess-file-styles): Call the above new function, within
242 c-tentative-buffer-change, to splat `mode' and `eval' before the
243 second hack-local-variables.
244
245 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
246
247 * progmodes/cc-mode.el:
248 [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
249 (c-after-change): Protect the match data with save-match-data. It
250 was getting corrupted by c-after-change-check-<>-operators.
251
252 * cc-defs.el: [Supersedes patch V1.38]:
253 (top level): Check for a buggy font-lock-compile-keywords ONLY in
254 XEmacs. GNU Emacs 22 now has a check which would throw an error
255 here.
256
257 * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
258 with save-match-data. It was being corrupted when Font Lock was
259 not enabled.
260
261 2006-02-24 Alan Mackenzie <bug-cc-mode@gnu.org>
262
263 * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
264 Mode and Subword Mode.
265
266 * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
267 real labels ("case 1:" or "foo:") from non-labels ("public:").
268 (c-forward-objc-directive): Replace c-forward-token-2 with crude
269 coding; c-f-t-2 doesn't move over a token at EOB.
270
271 * progmodes/cc-defs.el (c-version): Update version number to
272 5.31.2
273
274 * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
275 (c-update-modeline): Concatenate the minor mode indicators
276 directly onto mode-name, removing c-submode-indicators.
277 Sometimes, c-s-i got separated from the mode name on the mode
278 line.
279
280 * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
281 (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
282
283 2006-02-24 Martin Stjernholm <bug-cc-mode@gnu.org>
284
285 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
286 error message when there's an evaluation error to show whether
287 it's loaded from source or not.
288 (c-filter-ops): Make it available at runtime too to work when
289 `c-make-init-lang-vars-fun' needs to evaluate from source.
290
291 2006-02-24 Juanma Barranquero <lekktu@gmail.com>
292
293 * help.el (help): Revert last part of 2006-02-23 change (deletion
294 of the `provide' call).
295
296 2006-02-23 Juri Linkov <juri@jurta.org>
297
298 * compare-w.el (compare-windows-highlight): Add new value
299 `persistent' and change :type from `boolean' to `choice'.
300 (compare-windows-overlays1, compare-windows-overlays2):
301 New internal variables.
302 (compare-windows-highlight): If compare-windows-highlight is
303 `persistent', add current overlays to compare-windows-overlays[12]
304 instead of adding compare-windows-dehighlight to pre-command-hook.
305 (compare-windows-dehighlight): Delete all overlays from
306 compare-windows-overlays[12].
307
308 * info.el (Info-search): Don't bind search-spaces-regexp to
309 Info-search-whitespace-regexp in non-regexp isearch mode.
310
311 2006-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
312
313 * help.el (describe-mode): Pass `mode-name' to format-mode-line.
314
315 2006-02-23 Juanma Barranquero <lekktu@gmail.com>
316
317 * textmodes/org.el (org-xemacs-p)
318 (org-export-html-show-new-buffer, org-table-may-need-update)
319 (org-insert-item, org-mhe-get-message-real-folder)
320 (org-mhe-get-message-folder-from-index)
321 (org-mhe-get-message-folder, org-mhe-get-message-num)
322 (org-mhe-get-header, org-make-org-heading-search-string)
323 (org-make-org-heading-camel, org-table-sort-lines)
324 (org-format-org-table-html, org-format-table-table-html):
325 Fix typos in docstrings.
326
327 12006-02-23 Carsten Dominik <dominik@science.uva.nl>
328
329 * textmodes/org.el (org-cleaned-string-for-export)
330 (org-solidify-link-text): New function.
331 (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
332 XEmacs, just to silence the compiler.
333 (org-export-as-ascii, org-export-as-html-and-open):
334 Use `org-cleaned-string-for-export' and create internal links.
335 (org-follow-mhe-link): Require mh-e, use folder.
336
337 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
338
339 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
340
341 * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
342 gdb-debug-log-length.
343 (gdb-debug-ring): Rename from gdb-debug-log-ring. Don't make
344 it a real ring but...
345 (gud-gdba-marker-filter): ...make it work like mark-ring.
346 (gdb-enable-debug): Rename from gdb-enable-debug-log.
347 (gdb-mouse-jump): New function. Add bindings.
348
349 2006-02-23 Nick Roberts <nickrob@snap.net.nz>
350
351 * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
352 (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
353 (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
354 (gdb-debug-log-length): Customize it's length.
355 (gud-watch, gdb-var-create-handler): Display function::var format
356 but don't use to create variable object.
357 (gdb-var-create-handler): Use message-box in place of message.
358 (gdb-stopped): Call gdb-exited if signalled.
359
360 2006-02-22 Carsten Dominik <dominik@science.uva.nl>
361
362 * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
363
364 * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
365
366 * textmodes/reftex.el (reftex-locate-file): Search all extensions
367 if `reftex-try-all-extensions' is set.
368
369 * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
370 fail silently when there is no valid argument at point.
371 (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
372 `fail-silently' argument. From a patch by David Reiter.
373
374 * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
375 New commands.
376 (org-mark-ring): New variable.
377 (org-mark-ring-length): New option.
378 (org-open-at-point, org-goto, org-open-file): Push old position
379 onto the mark ring.
380 (org-add-hook): New function.
381 (org-export-table-remove-special-lines): New option.
382 (org-skip-comments, org-format-org-table-html): Respect new
383 option `org-export-table-remove-special-lines'.
384 (org-open-file): Allow special command configuration for
385 directory link.
386 (org-file-apps): Fix bugs in customize type, added setting
387 for directories.
388 (org-activate-tags, org-format-agenda-item, org-complete)
389 (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
390 (org-get-tags, org-get-buffer-tags, org-open-at-point)
391 (org-link-search, org-make-org-heading-search-string)
392 (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
393 (org-radio-targets, org-file-link-context-use-camel-case)
394 (org-activate-camels): New options.
395 (org-update-radio-target-regexp, org-all-targets)
396 (org-make-target-link-regexp, org-activate-target-links):
397 New functions.
398 (org-make-org-heading-search-string): New function.
399 (org-store-link, org-insert-link): Use new option
400 `org-file-link-context-use-camel-case'.
401 (org-activate-camels): Use new option `org-activate-camels'.
402 (org-link-regexp): Add mhe prefix.
403 (org-open-at-point, org-store-link): Support for mhe links.
404 (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
405 (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
406 (org-mhe-get-header, org-follow-mhe-link): New functions.
407 (org-remove-angle-brackets, org-add-angle-brackets):
408 New functions.
409 (org-bracket-link-regexp): New constant.
410 (org-read-date): Fix bug that was rejecting all typed dates.
411 (org-link-search): Make hierarchy above visible after a match.
412 (org-follow-bbdb-link): Inhibit electric mode for BBDB.
413 (org-store-link): Fix bug with link creation when cursor is in
414 an empty line.
415 (org-open-at-point): Fix bug with matching a link.
416 Fixed buggy argument sequence in call to `org-view-tags'.
417 (org-compile-prefix-format): Set `org-prefix-has-tag'.
418 (org-prefix-has-tag): New variable.
419 (org-format-agenda-item): Remove tags from headline
420 if appropriate.
421 (org-agenda-remove-tags-when-in-prefix): New option.
422
423 2006-02-21 Michael Kifer <kifer@cs.stonybrook.edu>
424
425 * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
426 Fix the regular expressions.
427
428 2006-02-21 Richard M. Stallman <rms@gnu.org>
429
430 * progmodes/sh-script.el (sh-mode): Set shell type based on file name
431 if there's no other specific basis.
432
433 * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
434 as variables at all.
435 (unsafep-variable): Rename arg; doc fix.
436
437 * abbrevlist.el (list-one-abbrev-table): Add autoload.
438
439 * calendar/appt.el (diary-selective-display): Add defvar.
440
441 * sort.el (sort-columns): Use Posix arg syntax for `sort'.
442
443 * isearch.el (search-whitespace-regexp): Fix custom type.
444
445 * help.el (describe-key-briefly): Compute interactive args
446 in same was as before previous change.
447
448 * files.el (enable-local-variables): Doc fix.
449
450 2006-02-21 Kim F. Storm <storm@cua.dk>
451
452 * fringe.el: Cleanup as file is now pre-loaded.
453 (fringe-bitmaps): Initialize unconditionally.
454 (fringe-mode, set-fringe-style): Remove autoload cookies.
455
456 2006-02-21 Giorgos Keramidas <keramida@ceid.upatras.gr> (tiny change)
457
458 * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
459 `horizontal-bar'.
460 (fringe-cursor-alist): Use `horizontal-bar'.
461
462 2006-02-20 Kim F. Storm <storm@cua.dk>
463
464 * fringe.el (fringe-bitmaps): Update to new bitmap names.
465 (fringe-indicator-alist, fringe-cursor-alist): Initialize.
466
467 * loadup.el: Load "fringe" on window systems.
468
469 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
470
471 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
472 out of scope components.
473
474 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
475 default.
476
477 2006-02-20 Chong Yidong <cyd@stupidchicken.com>
478
479 * custom.el (customize-mark-to-save, customize-mark-as-set):
480 Load the symbol first.
481
482 2006-02-20 Juanma Barranquero <lekktu@gmail.com>
483
484 * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
485 strech spec so it doesn't display as "^J" on the header line
486 when `Buffer-menu-use-header-line' is t.
487
488 2006-02-20 Nick Roberts <nickrob@snap.net.nz>
489
490 * speedbar.el (speedbar-make-button): Keep text properties
491 of string arguments if desired.
492
493 * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
494 expessions.
495
496 * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
497 of speedbar.
498
499 2006-02-19 Ryan Yeske <rcyeske@gmail.com>
500
501 * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
502 to value of `read-file-name-completion-ignore-case'.
503
504 2006-02-19 Chong Yidong <cyd@stupidchicken.com>
505
506 * custom.el (customize-mark-as-set): Push to `user' theme.
507
508 * cus-edit.el (custom-save-variables): Allow unthemed values.
509 (customize-set-variable): Push setting to `user' theme.
510
511 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
512
513 * progmodes/gud.el: Don't require font-lock as it's now
514 automatically loaded.
515 (gud-speedbar-buttons): Replace gdb-var-changed with
516 gdb-force-update.
517
518 * progmodes/gdb-ui.el (gdb-force-update): Rename from
519 gdb-var-changed.
520 (gdb-post-prompt): Use it.
521 (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
522 (gdb-var-update-handler, gdb-var-delete)
523 (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
524 (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
525 gdb-force-update in gdb-post-prompt.
526 (gdb-reset): Clear watch expressions from speedbar when quitting.
527
528 2006-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
529
530 * viper-cmd.el (viper-insert-state-post-command-sentinel)
531 (viper-change-state-to-vi, viper-change-state-to-emacs):
532 Make aware of cursor coloring in the Emacs state.
533 (viper-special-read-and-insert-char): Use read-char-exclusive.
534 (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
535
536 * viper-init.el (viper-emacs-state-cursor-color): New variable.
537
538 * viper-util.el (viper-save-cursor-color)
539 (viper-get-saved-cursor-color-in-replace-mode)
540 (viper-get-saved-cursor-color-in-insert-mode)
541 (viper-restore-cursor-color): Make aware of the cursor color in Emacs
542 state.
543 (viper-get-saved-cursor-color-in-emacs-mode): New function.
544
545 * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
546 (ediff-ignore-case-option3, ediff-actual-diff-options)
547 (ediff-actual-diff3-options): New variables to control case sensitivity.
548 (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
549 (ediff-setup-diff-regions3): Make aware of case-sensitivity.
550 (ediff-toggle-ignore-case): New function.
551 (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
552
553 * ediff-help.el (ediff-long-help-message-narrow2)
554 (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
555 (ediff-long-help-message-word-mode): Add ignore-case command.
556 (ediff-help-for-quick-help): Add ignore-case command.
557
558 * ediff-merg.el: Move provide to the end.
559
560 * ediff-ptch.el: Move provide to the end.
561
562 * ediff-wind.el: Move provide to the end.
563
564 * ediff-mult.el: Move provide to the end.
565 (ediff-set-meta-overlay): Enable follow-link.
566
567 * ediff.el: Move provide to the end.
568 Break recursive load cycle in eval-when-compile.
569 (ediff-patch-buffer): Better heuristics.
570
571 * ediff-util.el: Move provide to the end.
572 Break recursive load cycle in eval-when-compile.
573 (ediff-setup-keymap): Add binding for #c. Replace some defsubsts with
574 defuns.
575 (ediff-submit-report): Pass the values of ediff-diff3-program,
576 ediff-diff3-options.
577
578 2006-02-19 Juanma Barranquero <lekktu@gmail.com>
579
580 * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
581 the opening bracket of the following bracketing pairs: {}, [], (), <>,
582 `' (for example, in the docstring of `windmove-default-keybindings').
583
584 2006-02-19 Nick Roberts <nickrob@snap.net.nz>
585
586 * progmodes/gud.el (gud-speedbar-buttons): Update properly for
587 shadow face. Don't provide binding to edit variable when it is
588 out of scope.
589
590 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
591 (gdb-var-update-handler): Detect out of scope variables with pre
592 GDB 6.4 too.
593 (gdb-post-prompt): Revert change from 2006-02-17 (force update).
594 Reset status of variable objects to nil in update handlers.
595 (gdb-var-update-handler-1): Detect when a variable object comes
596 in scope. setcar on var changes gdb-var-list directly.
597
598 2006-02-17 Juri Linkov <juri@jurta.org>
599
600 * ffap.el (ffap) <defface>: Add explicit face declaration.
601 (ffap-highlight): Use face `ffap' directly instead of checking
602 for its existence.
603
604 * icomplete.el (icomplete-get-keys): Use `t' for the second arg
605 `visible-ok' of `other-buffer' to find the right original buffer.
606
607 * info.el (Info-search): Skip `Local Variables' node.
608
609 2006-02-17 Juri Linkov <juri@jurta.org>
610
611 * info.el (Info-find-file): Check for symbols `apropos', `history',
612 `toc' in the input filename, and return these symbols as is.
613 (Info-find-node-2): Set Info-current-file to symbols `apropos',
614 `history', `toc' instead of strings.
615 (Info-set-mode-line): For non-string Info-current-file use the
616 symbol's name inside **.
617 (Info-isearch-push-state): Add quote before Info-current-file and
618 Info-current-node.
619 (Info-isearch-pop-state): Use `equal' instead of `string='.
620 (Info-extract-pointer, Info-following-node-name): Use
621 `match-string-no-properties' instead of `match-string'.
622 (Info-up): Check `old-file' for `stringp'.
623 (Info-history): Use `equal' instead of `string-equal'.
624 Check `file' for `stringp'.
625 (Info-history): Use symbol `history' instead of string as first arg
626 of `Info-find-node'.
627 (Info-toc): Check `Info-current-file' for `stringp'. Use symbol
628 `toc' instead of string.
629 (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
630 instead of `buffer-substring', and `match-string-no-properties'
631 instead of `match-string'.
632 (Info-index-nodes): Check for symbols `apropos', `history', `toc'
633 instead of strings.
634 (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
635 Use symbol `apropos' instead of string.
636 (Info-copy-current-node-name): Check `Info-current-file' for
637 `stringp' and construct a command with `Info-find-node' from it.
638 (Info-fontify-node): Use `match-string-no-properties' instead of
639 `match-string' and check file names for `stringp'.
640 (Info-desktop-buffer-misc-data): Check for symbols `apropos',
641 `history', `toc' instead of strings.
642
643 2006-02-17 Chong Yidong <cyd@stupidchicken.com>
644
645 * files.el: Rearrange functions and variables in the file local
646 variables section.
647
648 2006-02-17 Reiner Steib <Reiner.Steib@gmx.de>
649
650 * files.el: Add truncate-lines, ispell-check-comments and
651 ispell-local-dictionary as safe local variables.
652
653 2006-02-18 Nick Roberts <nickrob@snap.net.nz>
654
655 * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
656 out of scope variables.
657 (gud-speedbar-buttons): Use unless.
658
659 * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
660 (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
661 (gdb-show-changed-values): Also use for out of scope variables.
662 (gdb-var-update-handler-1): Note if variable goes out of scope.
663
664 2006-02-17 Ryan Yeske <rcyeske@gmail.com>
665
666 * net/rcirc.el (rcirc-connect): Make all arguments optional, and
667 default to global variable values for unsupplied args.
668 (rcirc-get-buffer-create): Fix bug with setting the target.
669 (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
670 test for rcirc-always-use-server-buffer-flag here.
671 (rcirc-response-formats): Add %N, which is a facified nick. %n
672 uses the default face. Change the ACTION format string. If the
673 "nick" is the server, don't print anything for that field.
674 Comment fixes.
675 (rcirc-target-buffer): Don't test
676 rcirc-always-use-server-buffer-flag here.
677 (rcirc-print): Squeeze extra spaces out of the text before message.
678 (rcirc-put-nick-channel): Strip potential "@" char from nick
679 before adding them to nick table.
680 (rcirc-url-regexp): Improve to match address like "foo.com".
681
682 2006-02-17 Eli Zaretskii <eliz@gnu.org>
683
684 * allout.el (allout-hidden-p): Move this defsubst before
685 allout-overlay-interior-modification-handler, where it is first
686 used.
687
688 2006-02-17 Ken Manheimer <ken.manheimer@gmail.com>
689
690 * allout.el: Use allout invisible-text overlays instead of
691 selective display for concealed text. Also, lots of general
692 cleanup, and improved compatibility code.
693
694 (allout-version) Incremented, corrected, revised, and refined
695 module commentary.
696
697 (provide 'allout): Moved to the bottom, added a require of overlay.
698
699 (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
700 `except-current'.
701 (allout-write-file-hook-handler): Minimize delay.
702 (count-trailing-whitespace-region): New function so
703 auto-encryption of current topic can resituate cursor exactly.
704 PGP/GPG encryption trims trailing whitespace from lines, which
705 must be accounted for across encryption then decryption.
706
707 (allout-command-prefix): Now defaults to "\C-c<space>" rather than
708 just plain "\C-c", to avoid intruding on user's keybinding space.
709
710 (allout-toggle-current-subtree-encryption): Pass along fetch-pass
711 parameter, so user request to provide a new password is done.
712
713 (allout-outside-normal-auto-fill-function, allout-auto-fill):
714 Refined mechanism for auto-filling behavior while in allout mode.
715
716 (allout-mode): Explicitly specify the mode map in the docstring.
717 Clarify provision for various write-file hook var names.
718 Adjusted for invisible-text overlays instead of selective-display.
719
720 (allout-depth): Really return 0 if not within any topic. This
721 rectifies `allout-beginning-of-level' and sequence numbering
722 errors that occur when cutting and pasting numbered topics.
723 Changed from a in-line subst to a regular function, as well.
724
725 (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
726
727 (allout-end-of-subtree, allout-end-of-subtree)
728 (allout-end-of-entry, allout-end-of-current-heading)
729 (allout-next-visible-heading, allout-open-topic, allout-show-entry)
730 (allout-show-children, allout-show-to-offshoot)
731 (allout-hide-current-entry, allout-show-current-entry): Rectified
732 handling of trailing blank lines between items.
733
734 (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
735 (allout-current-depth, allout-unprotected, allout-hidden-p)
736 (allout-on-current-heading-p, allout-listify-exposed)
737 (allout-chart-subtree, allout-goto-prefix)
738 (allout-back-to-current-heading, allout-get-body-text)
739 (allout-snug-back, allout-flag-current-subtree, allout-show-all)
740 (allout-hide-region-body, allout-toggle-subtree-encryption)
741 (allout-encrypt-string, allout-encrypted-key-info)
742 (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
743 (allout-file-vars-section-data): Adjusted for use with
744 invisible-text overlays instead of selective-display.
745
746 (allout-kill-line, allout-kill-topic, allout-yank-processing):
747 Reworked for use with invisible text overlays.
748
749 (allout-current-topic-collapsed-p): New function.
750
751 (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
752 to know when to close the containing topic.
753
754 (allout-pre-command-business, allout-post-command-business):
755 Simplify undo-batching and dynamic isearch exposure.
756
757 (allout-set-overlay-category): New for invisible-text overlays.
758 Sets properties of allout-overlay-category, used by
759 allout-flag-region to set invisible-text overlay properties.
760 (allout-get-invisibility-overlay): Get the first qualifying
761 invisibility overlay, so we can find the extent of it.
762 (allout-back-to-visible-text): Get to just before the beginnining
763 of the current invisibility overlay, if any.
764
765 (allout-overlay-insert-in-front-handler)
766 (allout-overlay-interior-modification-handler)
767 (allout-before-change-handler, allout-isearch-end-handler): New
768 functions to handle extraordinary actions affecting concealed
769 text.
770
771 (allout-flag-region): Use overlays instead of selective-display
772 for invisible text - by inheritence from the properties of
773 allout-overlay-category in mainline Emacs, and applied
774 property-by-property in XEmacs, some recent versions of which
775 don't inherit the properties from the category. Provisions to
776 respond to concealed-text edits simplified drastically.
777
778 (allout-isearch-rectification, allout-isearch-was-font-lock)
779 (allout-isearch-expose, allout-enwrap-isearch)
780 (allout-isearch-abort, allout-pre-was-isearching)
781 (allout-isearch-prior-pos, allout-isearch-did-quit)
782 (allout-isearch-dynamic-expose)
783 (allout-hide-current-entry-completely): Functions deleted.
784
785 (allout-undo-aggregation): Explicit undo aggregation no longer
786 necessary due to transition away from selective-display.
787
788 (set-allout-regexp, allout-up-current-level)
789 (allout-next-visible-heading, allout-forward-current-level)
790 (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
791 (allout-kill-line, allout-yank-processing, allout-show-children)
792 (allout-expose-topic, allout-old-expose-topic)
793 (allout-listify-exposed, allout-insert-latex-header)
794 (allout-toggle-subtree-encryption, allout-encrypt-string)
795 (remove-from-invisibility-spec, allout-hide-current-subtree):
796 Ditched unused variables.
797
798 2006-02-17 Agustin Martin <agustin.martin@hispalinux.es>
799
800 * textmodes/ispell.el (ispell-change-dictionary): Call
801 ispell-buffer-local-dict instead of
802 ispell-accept-buffer-local-defs.
803 (ispell-local-dictionary-alist): Accept as valid any coding-system
804 supported by Emacs.
805 (ispell-dictionary-alist-3): Esperanto dictionary's coding system
806 changed to iso-8859-3.
807
808 2006-02-17 Nick Roberts <nickrob@snap.net.nz>
809
810 * speedbar.el (speedbar-frame-width): Make an inline function
811 instead of a macro. Use frame-width.
812 (speedbar-try-completion, speedbar-update-contents)
813 (speedbar-timer-fn): Use consp.
814 (speedbar-update-localized-contents): Try to preserve point.
815
816 * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
817 (menu): Re-order menu items.
818 (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
819 field.
820 (gdb-var-update-handler-1): Use it for GDB 6.4+.
821 (gdb-post-prompt): Speed things by not forcing update.
822
823 2006-02-16 Chong Yidong <cyd@stupidchicken.com>
824
825 * wid-edit.el (widget-button-click): For mouse-1, cancel button
826 press and perform default action if we get a mouse movement event.
827
828 2006-02-16 Juanma Barranquero <lekktu@gmail.com>
829
830 * calendar/icalendar.el (icalendar--get-event-property)
831 (icalendar--get-event-property-attributes): Fix typos in
832 docstrings.
833
834 * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
835 docstring.
836
837 2006-02-15 Juanma Barranquero <lekktu@gmail.com>
838
839 * bs.el (bs-mode): Use `buffer-disable-undo'.
840 (bs--get-file-name): Simplify.
841 (bs-show-in-buffer): Mark the buffer as not modified.
842
843 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
844
845 * wid-edit.el (widget-keymap): Bind down-mouse-1 to
846 widget-button-click.
847
848 * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
849 (custom-mode): Update docstring.
850
851 * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
852 binding.
853
854 * files.el (hack-local-variables-confirm): Allow scrolling if the
855 file variable list is too long. Kill temp buffer after use.
856
857 2006-02-15 Nick Roberts <nickrob@snap.net.nz>
858
859 * progmodes/gud.el (gdb): Improve doc string.
860 (gdb-script-font-lock-keywords): Expand allowed character set.
861
862 * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
863 (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
864 (gdb-separate-io-interrupt, gdb-separate-io-quit)
865 (gdb-separate-io-stop, gdb-separate-io-eof):
866 Rename from gdb-inferior-* to gdb-separate-*.
867 (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
868
869 2006-02-14 Jay Belanger <belanger@truman.edu>
870
871 * calc/calc-arith.el (math-check-known-scalarp): Make sure
872 expression is a symbol before checking that it is bound.
873
874 * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
875 test to see if equation can be solved.
876
877 2006-02-14 Chong Yidong <cyd@stupidchicken.com>
878
879 * wid-edit.el (widget-button-click): Use :pressed-face property
880 for overlay face, if it exists.
881
882 * cus-edit.el (custom-manual, custom-add-see-also)
883 (custom-add-parent-links, custom-group-link): Add :pressed-face
884 property to links.
885
886 * files.el (hack-local-variables): Remove ignored variables before
887 checking if any variables need setting.
888
889 2006-02-14 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
890
891 * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
892
893 2006-02-14 Juanma Barranquero <lekktu@gmail.com>
894
895 * help.el (where-is): Fix message for remapped commands.
896
897 * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
898 Fix typos in docstrings.
899
900 2006-02-13 Chong Yidong <cyd@stupidchicken.com>
901
902 * files.el (safe-local-variable-values): New option.
903 (hack-local-variables-prop-line): Return a list of variable-value
904 pairs if MODE-ONLY is non-nil.
905 (hack-local-variables): Construct list of variable-value pairs,
906 and apply or reject them in one go. Ask for confirmation if
907 variables are not known safe.
908 (hack-local-variables-confirm): Complete rewrite. Support
909 `safe-local-variable-values'.
910 (enable-local-variables): Update docstring to reflect new
911 behavior.
912 (ignored-local-variables): Ignore ignored-local-variables and
913 safe-local-variable-values.
914 (safe-local-variable-p): New function.
915 (risky-local-variable-p): `safe-local-variable' property check
916 moved to safe-local-variable-p.
917 (hack-one-local-variable): Checks moved to hack-local-variables.
918
919 (byte-compile-dynamic, c-basic-offset, c-file-style)
920 (c-indent-level, comment-column, fill-column, fill-prefix)
921 (indent-tabs-mode, kept-new-versions, no-byte-compile)
922 (no-update-autoloads, outline-regexp, page-delimiter)
923 (paragraph-start, paragraph-separate, sentence-end)
924 (sentence-end-double-space tab-width, version-control):
925 Add `safe-local-variable' property.
926
927 * find-lisp.el: Delete nonexistent `autocompile' file variable.
928
929 * icomplete.el, play/landmark.el: Change nonexistent
930 `outline-layout' file variable to `allout-layout'.
931
932 2006-02-14 Nick Roberts <nickrob@snap.net.nz>
933
934 * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
935 (gdb-get-changed-registers): Test value of gud-minor-mode relative
936 to gud-comint-buffer.
937 (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
938 gdb-ui.el for gdb-mi.el.
939 (gdb-post-prompt, gdb-get-changed-registers): Move test for
940 registers buffer to gdb-get-changed-registers.
941 (gdb-breakpoint-regexp): New regexp. Allow toggling and
942 deletion of catchpoints (throw and catch).
943 (gdb-toggle-breakpoint, gdb-delete-breakpoint)
944 (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
945 (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
946 (gdb-var-list-children-1, gdb-info-breakpoints-custom)
947 (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
948
949 2006-02-13 Jay Belanger <belanger@truman.edu>
950
951 * calc/calc-arith.el (math-check-known-matrixp): Make sure
952 expression is a symbol before checking that it is bound.
953
954 2006-02-13 Richard M. Stallman <rms@gnu.org>
955
956 * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
957 for the minibuffer too, but not if resize-mini-windows will interfere.
958
959 * help.el (describe-key-briefly, describe-key): Do all arg-reading
960 inside `interactive' spec.
961 (describe-key-briefly-internal, describe-key-internal):
962 Functions merged back into their callers.
963
964 2006-02-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
965
966 * info.el (info-xref-visited): Inherit from info-xref too.
967 (Info-set-mode-line): Replace occurrences of `%' by `%%'
968 when propertizing Info-current-file and Info-current-node.
969
970 2006-02-13 Juri Linkov <juri@jurta.org>
971
972 * tumme.el (tumme-thumbnail-storage): Fix docstring.
973 (tumme-thumb-name): Fix per-directory format.
974
975 2006-02-13 Juanma Barranquero <lekktu@gmail.com>
976
977 * subr.el (substitute-key-definition): Doc fix (hide internal arg).
978
979 2006-02-12 Miles Bader <miles@gnu.org>
980
981 * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
982
983 2006-02-13 Mathias Dahl <mathias.dahl@gmail.com>
984
985 * tumme.el: Remove history section. If someone needs the it, it
986 can always be found in CVS.
987
988 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
989
990 * tumme.el (tumme-thumbnail-storage): Update docstring. Add info
991 about the Thumbnail Managing Standard option.
992
993 2006-02-12 Richard M. Stallman <rms@gnu.org>
994
995 * subr.el (substitute-key-definition): Doc fix.
996
997 * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
998
999 * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
1000
1001 * info.el (Info-mode): Doc fix.
1002
1003 * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
1004
1005 2006-02-12 Michael Albinus <michael.albinus@gmx.de>
1006
1007 * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
1008 because on Solaris a POSIX compatible "id" is needed. Reported by
1009 Magnus Henoch <mange@freemail.hu>.
1010
1011 2006-02-12 Juri Linkov <juri@jurta.org>
1012
1013 * tumme.el: Remove todo item about Thumbnail Managing Standard.
1014 (tumme) <defgroup>: Change :group to `multimedia'.
1015 (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
1016 Managing Standard.
1017 (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
1018 Fix dostring.
1019 (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
1020 and %y. Fix docstring.
1021 (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
1022 (tumme-cmd-create-standard-thumbnail-command): New user options.
1023 (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
1024 is `standard'. Fix docstring.
1025 (tumme-thumb-width, tumme-thumb-height): New user options.
1026 (tumme-external-viewer): Try to find various viewers.
1027 (tumme-get-thumbnail-image): Use `create-image' instead of
1028 constructing the `image' structure.
1029 (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
1030 `standard'.
1031 (tumme-thumb-name): Add file name generation for standard storage.
1032 Simplify code for other storages.
1033 (tumme-thumb-name): Use width %w and height %h instead of size %s.
1034 Add modification time %m and thumbnail-nq8 %q.
1035 Use `tumme-cmd-create-standard-thumbnail-command' if
1036 tumme-thumbnail-storage is `standard'.
1037 (tumme-dired-insert-marked-thumbs): New autoload command.
1038 (tumme-dired-after-readin-hook): New function.
1039 (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
1040 `tumme-thumb-size'.
1041 (tumme-display-image): Replace size-x %x and size-y %y with
1042 width %w and height %h.
1043
1044 * dired.el (dired-mode-map): Bind `\C-t\C-t' to
1045 `tumme-dired-insert-marked-thumbs'.
1046
1047 2006-02-12 Mathias Dahl <mathias.dahl@gmail.com>
1048
1049 * tumme.el (tumme-write-tag): Fix small bug (file name did not
1050 include path).
1051 (tumme-mark-tagged-files): Fix bug in regexp used to find rows
1052 matching tag.
1053
1054 2006-02-12 Miles Bader <miles@gnu.org>
1055
1056 * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
1057 New variables.
1058 (rcirc-abbrev-nick): New function.
1059 (rcirc-format-response-string): Rewrite to use the formats in
1060 `rcirc-response-formats' and expand escape sequences therein.
1061 A text-property `rcirc-text' is added over the actual response
1062 text to make easy to find inside the returned string.
1063 (rcirc-print): When filling, just look for the `rcirc-text'
1064 text-property to find the appropriate fill prefix, instead of
1065 using hardwired patterns.
1066
1067 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1068
1069 * tumme.el: Enhance some docstrings. Add todo item about Thumbnail
1070 Managing Standard.
1071
1072 2006-02-11 Kim F. Storm <storm@cua.dk>
1073
1074 * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
1075 Don't use insert-buffer; do insert-buffer-substring directly.
1076 (ido-file-internal): Set mark for ido-insert-file. Use insert-file-1.
1077
1078 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1079
1080 * files.el (revert-buffer, recover-file): Replace buffer-read-only
1081 with inhibit-read-only. Suggested by Stefan Monnier.
1082 (revert-buffer): Let insert-file-contents discard
1083 buffer-undo-list. Simplify code.
1084 (find-file, find-file-existing, revert-buffer): Doc-string fixes.
1085
1086 2006-02-11 Eli Zaretskii <eliz@gnu.org>
1087
1088 * menu-bar.el (menu-bar-select-yank): Add a doc string.
1089
1090 * help.el (describe-key-briefly): Now a wrapper for
1091 describe-key-briefly-internal. Bind enable-disabled-menus-and-buttons
1092 to t. Populate yank-menu if empty.
1093 (describe-key-briefly-internal): Renamed from describe-key-briefly.
1094 (describe-key): Now a wrapper for describe-key-internal. Bind
1095 enable-disabled-menus-and-buttons to t. Populate yank-menu if empty.
1096 (describe-key-internal): Renamed from describe-key.
1097
1098 2006-02-11 Milan Zamazal <pdm@zamazal.org>
1099
1100 * progmodes/glasses.el (glasses-separator): Doc fix.
1101 (glasses-original-separator): New defcustom.
1102 (glasses-make-readable, glasses-convert-to-unreadable): Use it.
1103
1104 2006-02-11 Martin Rudalics <rudalics@gmx.at>
1105
1106 * mwheel.el (mouse-wheel-up-event): Doc fix.
1107
1108 2006-02-11 Mathias Dahl <brakjoller@hotmail.com>
1109
1110 * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
1111 (tumme-dir): New function. Copied from thumbs.el.
1112
1113 2006-02-10 Juanma Barranquero <lekktu@gmail.com>
1114
1115 * desktop.el (desktop-outvar): Fix typo.
1116 (desktop-save-buffer-p): Doc fix.
1117
1118 * subr.el (substitute-key-definition): Fix typo.
1119
1120 2006-02-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1121
1122 * frame.el (select-frame-set-input-focus): Call x-focus-frame also
1123 when window-system is mac.
1124
1125 * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
1126
1127 2006-02-10 Kim F. Storm <storm@cua.dk>
1128
1129 * subr.el (substitute-key-definition-key): Pass t for NOERROR to
1130 indirect-function instead of using condition-case.
1131
1132 2006-02-10 Mathias Dahl <mathias.dahl@gmail.com>
1133
1134 * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
1135 less `colloquial'...
1136
1137 2006-02-09 Mathias Dahl <mathias.dahl@gmail.com>
1138
1139 * tumme.el: Add a couple of todo items.
1140
1141 2006-02-09 Lars Hansen <larsh@soem.dk>
1142
1143 * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
1144 (highlight-changes-mode): Don't change desktop-locals-to-save.
1145
1146 2006-02-09 Chong Yidong <cyd@stupidchicken.com>
1147
1148 * image-mode.el (image-toggle-display): Clear image cache if using
1149 filename.
1150
1151 2006-02-09 Masatake YAMATO <jet@gyve.org>
1152
1153 * dired-x.el (dired-guess-shell-alist-default): Add .man as
1154 a `dired-man' target.
1155
1156 * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
1157 boundary of symbols.
1158
1159 2006-02-08 Peter Doornbosch <peter.doornbosch@luminis.nl> (tiny change)
1160
1161 * vc-svn.el (vc-svn-print-log): Show recent commits as well.
1162
1163 2006-02-09 Juanma Barranquero <lekktu@gmail.com>
1164
1165 * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
1166 `mapcar'; return nil.
1167
1168 2006-02-08 Chong Yidong <cyd@stupidchicken.com>
1169
1170 * mouse.el (mouse-drag-track): Don't change window if we rebind to
1171 some other event.
1172
1173 2006-02-08 Ryan Yeske <rcyeske@gmail.com>
1174
1175 * net/rcirc.el (rcirc-startup-channels-alist):
1176 Add irc.freenode.net and #emacs as defaults.
1177 (rcirc-ignore-all-activity-flag): Remove variable.
1178 (rcirc-authinfo): New variable.
1179 (rcirc-authinfo-filename): Remove variable.
1180 (rcirc-always-use-server-buffer-flag): New flag.
1181 (rcirc): M-x rcirc will automatically connect without prompting.
1182 C-u M-x rcirc will prompt. Use rcirc-connect to create a
1183 connection in lisp.
1184 (rcirc-process-server-response-1): Remove everything but the nick
1185 portion of the sender so it doesn't need to be done everywhere
1186 else. Update related code.
1187 (global-map): Remove global keybindings.
1188 (rcirc-get-buffer-create): Make sure rcirc-topic is set.
1189 (rcirc-send-input): Split into several functions.
1190 (rcirc-process-input-line, rcirc-process-message)
1191 (rcirc-process-command): New functions.
1192 (rcirc-target-buffer): New function to determine where to route
1193 messages.
1194 (rcirc-user-nick): Save match data.
1195 (rcirc-toggle-ignore-buffer-activity)
1196 (rcirc-update-activity-string): Remove global ignore functionality,
1197 which can be done now by toggling rcirc-track-minor-mode.
1198 (rcirc-track-minor-mode-map): New keymap.
1199 (rcirc-track-minor-mode): New minor-mode.
1200 (ignore): Make the ignore output nicer. Always print it when
1201 adding or removing nicks.
1202 (rcirc-url-regexp): Improve.
1203 (rcirc-mangle-text): Remove properties before using text in the
1204 modeline.
1205 (rcirc-authenticate): Authentication data comes from
1206 rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
1207 (rcirc-server-prefix): Inherit from rcirc-server.
1208
1209 2006-02-08 Mathias Megyei <Mathias.Megyei@micronas.com> (tiny change)
1210
1211 * Makefile.in (compile): Append "|| true" to the end of the `find'
1212 command, like compile-always does.
1213
1214 2006-02-08 Sam Steingold <sds@gnu.org>
1215
1216 * net/tramp.el (tramp-maybe-open-connection): Do not wait for
1217 output from a dead connection.
1218
1219 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1220
1221 * dired.el (dired-mode-map): Add more bindings for tumme.
1222
1223 2006-02-07 Stefan Monnier <monnier@iro.umontreal.ca>
1224
1225 * wdired.el (wdired-mode-map): Use remap.
1226 (wdired-get-filename): Massage.
1227 (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
1228 (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
1229 `keymap' property rather than `local-map'.
1230
1231 2006-02-07 Mathias Dahl <brakjoller@hotmail.com>
1232
1233 * tumme.el (tumme-get-thumbnail-image): New utility function.
1234 Suggested by from Chong Yidong.
1235 (tumme-dired-with-window-configuration): Rename from
1236 `tumme-dired'. Add code to save window configuration.
1237 (tumme-restore-window-configuration): New command to restore the
1238 window configuration that `tumme-dired-with-window-configuration'
1239 saves before it changes the window configuration.
1240 (tumme-show-all-from-dir): New command to display thumbnails for
1241 all files in a directory entered by the user, like M-x thumbs.
1242 (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
1243 have been created.
1244 (tumme-display-thumbnail-original-image): Call `display-buffer'.
1245 (obsolete-tumme-display-thumbnail-original-image-and-buffer):
1246 Remove obsolete test function.
1247
1248 2006-02-07 Juanma Barranquero <lekktu@gmail.com>
1249
1250 * vc.el (small-temporary-file-directory): Remove defvar; there's
1251 a defcustom for it in files.el.
1252
1253 * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
1254 Fix typo in message.
1255 (tumme-gallery-generate): Fix typo in `error' message.
1256 (tumme-display-window-height-correction)
1257 (tumme-display-window-width-correction, tumme-line-up-dynamic)
1258 (tumme-line-up-interactive): Dox fixes.
1259 (tumme-cmd-rotate-original-options, tumme-display-properties-format)
1260 (tumme-restore-window-configuration, tumme-format-properties-string)
1261 (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
1262 Fix typos in docstrings.
1263
1264 2006-02-07 Chris Moore <christopher.ian.moore@gmail.com> (tiny change)
1265
1266 * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
1267
1268 2006-02-07 Nick Roberts <nickrob@snap.net.nz>
1269
1270 * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
1271 User should use hook if desired.
1272
1273 * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
1274 buffer if necessary.
1275 (gdb-delete-frame-or-window): New function.
1276 (gdb-breakpoints-mode-map): Bind "q" to it.
1277
1278 2006-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * textmodes/nroff-mode.el: Clean up name space.
1281 (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
1282 (nroff-mode): Obey the global setting of nroff-electric-mode.
1283 (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
1284
1285 * calendar/calendar.el (calendar-increment-month): Typo in last change.
1286
1287 2006-02-06 Thien-Thi Nguyen <ttn@gnu.org>
1288
1289 * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
1290
1291 2006-02-06 Lars Hansen <larsh@soem.dk>
1292
1293 * generic-x.el (etc-fstab-generic-mode): Add file system types
1294 cifs and usbdevfs. Allow special chars in file names.
1295
1296 2006-02-05 Jay Belanger <belanger@truman.edu>
1297
1298 Update copyright notices of the files in lisp/calc.
1299
1300 2006-02-05 Romain Francoise <romain@orebokech.com>
1301
1302 Update copyright notices of all files in the lisp/play directory.
1303
1304 2006-02-04 Luc Teirlinck <teirllm@auburn.edu>
1305
1306 * ldefs-boot.el: Regenerate.
1307
1308 * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
1309
1310 2006-02-05 Kim F. Storm <storm@cua.dk>
1311
1312 * files.el (magic-mode-regexp-match-limit): New defvar.
1313 (set-auto-mode): Use it to limit magic-mode-alist matching.
1314
1315 2006-02-04 Kevin Rodgers <ihs_4664@yahoo.com>
1316
1317 * simple.el (display-message-or-buffer): Compare the number of
1318 characters to the frame width when determining whether a 1-line
1319 message string will fit in the echo area. Count screen lines
1320 instead of buffer lines when determining whether a multi-line
1321 message will fit in the echo area/minibuffer window.
1322
1323 2006-02-04 Eli Zaretskii <eliz@gnu.org>
1324
1325 * info.el (Info-index, Info-mode): Improve the description of the
1326 `i' command.
1327
1328 * ldefs-boot.el: Regenerate.
1329
1330 2006-02-03 Werner Lemberg <wl@gnu.org>
1331
1332 * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
1333 greedy to find the closing bracket in \*[...] and similar
1334 expressions. This is a first rough fix -- many additional
1335 refinements are necessary to make nroff mode really usable with groff.
1336
1337 2006-02-03 Jens Petersen <petersen@redhat.com> (tiny change)
1338
1339 * international/mule-cmds.el (set-locale-environment):
1340 Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
1341 libX11.
1342
1343 2006-02-03 Joe Wells <jbw@macs.hw.ac.uk> (tiny change)
1344
1345 * arc-mode.el (archive-maybe-copy): Fix the way directories in the
1346 archive are created in archive-tmpdir.
1347
1348 2006-02-02 John Paul Wallington <jpw@pobox.com>
1349
1350 * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
1351 (ibuffer-fontification-alist): Use it.
1352 (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
1353 to "* z" and the Ibuffer Mark menu.
1354
1355 * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
1356
1357 2006-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * textmodes/table.el (*table--cell-describe-mode)
1360 (*table--cell-describe-bindings): Undo last change since
1361 print-help-return-message is not obsoleted by anything at all.
1362
1363 2006-02-02 Luc Teirlinck <teirllm@auburn.edu>
1364
1365 * emulation/cua-base.el (cua-mode): Doc fix.
1366
1367 2006-02-02 Juanma Barranquero <lekktu@gmail.com>
1368
1369 * dframe.el (dframe-handle-make-frame-visible)
1370 (dframe-handle-iconify-frame, dframe-get-focus)
1371 (dframe-select-attached-frame, dframe-power-click)
1372 (dframe-frame-mode): Fix typos in docstrings.
1373
1374 * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
1375 (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
1376 Fix typos in docstrings.
1377
1378 * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
1379 (hi-lock-face-buffer, hi-lock-font-lock-hook)
1380 (hi-lock-archaic-interface-message-used)
1381 (hi-lock-file-patterns-range): Fix typos in docstrings.
1382
1383 * savehist.el (savehist-loaded, savehist-load, savehist-install)
1384 (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
1385
1386 * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
1387 Fix typo in docstring.
1388
1389 * net/newsticker.el (newsticker--decode-iso8601-date)
1390 (newsticker--set-customvar, newsticker--buffer-insert-item)
1391 (newsticker--do-run-auto-mark-filter)
1392 (newsticker--parse-generic-feed): Doc fixes.
1393 (newsticker--retrieval-timer-list, newsticker-url-list)
1394 (newsticker-hide-immortal-items-in-echo-area)
1395 (newsticker-hide-obsolete-items-in-echo-area)
1396 (newsticker-new-item-face, newsticker--enclosure)
1397 (newsticker-buffer-update, newsticker-w3m-show-inline-images)
1398 (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
1399 (newsticker--parse-generic-feed, newsticker--cache-contains)
1400 (newsticker--stat-num-items, newsticker-download-enclosures):
1401 Fix typos in docstrings.
1402
1403 * net/rcirc.el (rcirc-debug): Doc fix.
1404 (rcirc-fill-column, rcirc-receive-message-hooks)
1405 (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
1406 (rcirc-mode, rcirc-generate-new-buffer-name)
1407 (rcirc-startup-channels, rcirc-ignore-update-automatic)
1408 (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
1409 Fix typos in docstrings.
1410 (rcirc-print): "?\ " -> "?\s".
1411 (rcirc-cmd-join): Improve argument/docstring consistency.
1412
1413 2006-02-01 Mark A. Hershberger <mah@everybody.org>
1414
1415 * xml.el (xml-parse-region): Move save-excursion and set-buffer up
1416 before narrow-to-region.
1417
1418 2006-02-01 Richard M. Stallman <rms@gnu.org>
1419
1420 * simple.el (move-beginning-of-line): Scan properly for invis change.
1421
1422 * replace.el (multi-occur-in-matching-buffers): Fix prev change.
1423
1424 2006-02-01 Michael Albinus <michael.albinus@gmx.de>
1425
1426 * net/tramp.el (tramp-convert-file-attributes): Set file's gid
1427 change bit only when id-format is 'integer. Reported by Matt
1428 Hodges <M.P.Hodges@rl.ac.uk>.
1429
1430 2006-02-01 Juanma Barranquero <lekktu@gmail.com>
1431
1432 * hilit-chg.el (highlight-changes-initial-state)
1433 (highlight-changes-global-initial-state): Doc fixes.
1434 (highlight-changes-global-modes, global-highlight-changes):
1435 Fix typos in docstrings.
1436
1437 2006-02-01 Kim F. Storm <storm@cua.dk>
1438
1439 * emulation/cua-base.el (cua-mode): Mention that CUA enables
1440 transient-mark-mode in doc string.
1441
1442 2006-01-31 Richard M. Stallman <rms@gnu.org>
1443
1444 * replace.el (multi-occur): Doc fix.
1445 (multi-occur-in-matching-buffers): Rename from
1446 multi-occur-by-filename-regexp. Prefix arg says match
1447 buffer names instead of file names.
1448
1449 2006-01-31 Juanma Barranquero <lekktu@gmail.com>
1450
1451 * bs.el: Allow non-default values of `bs-header-lines-length'.
1452 (bs--running-in-xemacs): Remove (not needed anymore).
1453 (bs--set-window-height): Simplify by using `fit-window-to-buffer'
1454 instead of `shrink-window', thus avoiding having to compute the
1455 height of the window.
1456 (bs--up): Wrap around even when there's no header.
1457 (bs--down): Use `forward-line' instead of `next-line'.
1458
1459 2006-01-30 Chong Yidong <cyd@stupidchicken.com>
1460
1461 * image-mode.el (image-toggle-display): Use file name if possible,
1462 instead of unnecessarily allocating a (possibly huge) lisp string.
1463
1464 2006-01-30 John Paul Wallington <jpw@pobox.com>
1465
1466 * subr.el (toplevel): Define `cl-assertion-failed' condition here
1467 because the `assert' macro signals it at runtime.
1468
1469 * emacs-lisp/cl.el (toplevel): Remove definition of
1470 `cl-assertion-failed' condition.
1471
1472 2006-01-30 Nick Roberts <nickrob@snap.net.nz>
1473
1474 * thumbs.el (thumbs-marked-list): Make buffer-local and
1475 permanent-local.
1476 (thumbs-insert-thumb): Make help-echo non-sticky.
1477 (thumbs-file-alist): Use eolp as check for (non)-image.
1478
1479 2006-01-30 Juanma Barranquero <lekktu@gmail.com>
1480
1481 * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
1482 (ediff-before-session-group-setup-hooks)
1483 (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
1484 Fix typos in docstrings.
1485
1486 * window.el (bw-dir, bw-eqdir, balance-windows)
1487 (split-window-keep-point): Fix typos in docstrings.
1488
1489 * textmodes/org.el (org-allow-space-in-links, org-closed-string)
1490 (org-quote-string, org-calendar-to-agenda-key)
1491 (org-agenda-sorting-strategy, org-agenda-use-time-grid)
1492 (org-show-following-heading, org-tags-column)
1493 (org-use-tag-inheritance, org, org-allow-space-in-links)
1494 (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
1495 (org-enable-table-editor, org-calc-default-modes)
1496 (org-table-allow-automatic-line-recalculation)
1497 (org-export-html-style, org-export-with-fixed-width)
1498 (org-export-with-sub-superscripts, org-special-keyword)
1499 (org-formula, org-time-grid, org-table-may-need-update)
1500 (org-mode, org-goto-ret, org-goto-left, org-goto-right)
1501 (org-goto-quit, org-get-indentation, org-end-of-item)
1502 (org-move-item-down, org-move-item-up)
1503 (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
1504 (org-remove-occur-highlights, org-read-date, org-goto-calendar)
1505 (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
1506 (org-agenda-log-mode, org-agenda-toggle-diary)
1507 (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
1508 (org-agenda-file-to-end, org-agenda-no-heading-message)
1509 (org-agenda-get-closed, org-format-agenda-item)
1510 (org-cmp-priority, org-cmp-category, org-cmp-time)
1511 (org-agenda-change-all-lines, org-agenda-diary-entry)
1512 (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
1513 (org-link-search, org-camel-to-words, org-open-file)
1514 (org-remember-handler, org-table-convert-region)
1515 (org-table-move-row-down, org-table-move-row-up)
1516 (org-table-copy-region, org-table-wrap-region)
1517 (org-table-toggle-vline-visibility)
1518 (org-table-get-vertical-vector, org-table-modify-formulas)
1519 (org-table-get-specials, org-recalc-commands)
1520 (org-table-rotate-recalc-marks, org-table-eval-formula)
1521 (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
1522 (org-level-color-stars-only, org-insert-heading):
1523 Fix typos in docstrings.
1524 (last-arg): Add defvar.
1525
1526 * makefile.w32-in (WINS): Add erc.
1527 (MH_E_SRC): Update (copied from lisp/Makefile.in).
1528
1529 2006-01-29 Bill Wohler <wohler@newt.com>
1530
1531 * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
1532 mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
1533 mh-tool-bar.el, mh-xface.el. Remove mh-customize.el, mh-init.el.
1534 (mh-autoloads): Don't use comments on otherwise empty lines.
1535
1536 2006-01-29 Edward O'Connor <ted@oconnor.cx>
1537
1538 * emulation/viper.el (viper-major-mode-modifier-list): Add
1539 insert-state and vi-state entries for erc-mode.
1540 (viper-go-away, viper-set-hooks): Add and remove
1541 viper-comint-mode-hook from erc-mode-hook as appropriate.
1542
1543 * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
1544
1545 2006-01-29 Juanma Barranquero <lekktu@gmail.com>
1546
1547 * bs.el (bs--format-aux): Implement `middle' alignment as
1548 described in the docstring for `bs-attributes-list'.
1549 (bs--get-name): Simplify. Don't pad the buffer name.
1550
1551 2006-01-27 Agustin Martin <agustin.martin@hispalinux.es>
1552
1553 * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
1554 English aspell dictionary is installed, use the first entry of
1555 ispell-dictionary-alist-1.
1556
1557 2006-01-27 Kevin Rodgers <ihs_4664@yahoo.com>
1558
1559 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
1560 Doc fix.
1561
1562 2006-01-27 Michael Albinus <michael.albinus@gmx.de>
1563
1564 * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
1565 for `process-file', in order to let it work for older Emacsen too.
1566
1567 2006-01-27 Eli Zaretskii <eliz@gnu.org>
1568
1569 * international/latexenc.el: Add a suitable `coding:' tag.
1570 (latexenc-find-file-coding-system): Undo last change.
1571
1572 2006-01-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1573
1574 * international/latexenc.el (latexenc-find-file-coding-system):
1575 Make sure latexenc-main-file is a regular file and is readable.
1576
1577 2006-01-27 Andre Spiegel <spiegel@gnu.org>
1578
1579 * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
1580 Pass FILE to vc-user-login-name.
1581
1582 * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
1583
1584 2006-01-27 Nick Roberts <nickrob@snap.net.nz>
1585
1586 * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
1587 there are no more images to display.
1588 (thumbs-mark, thumbs-unmark): Revert change so that they move to
1589 the next image.
1590
1591 2006-01-26 Richard M. Stallman <rms@gnu.org>
1592
1593 * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
1594
1595 * wid-edit.el (advertised-widget-backward): New alias.
1596 (widget-keymap): Use advertised-widget-backward for S-TAB.
1597
1598 * tumme.el: Correct the keywords.
1599 (tumme-dir-max-size): Use defvar.
1600 (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
1601
1602 * simple.el (move-beginning-of-line): Take account of fields.
1603 (clone-indirect-buffer-other-window): Take args like
1604 clone-indirect-buffer, and work like it.
1605
1606 * help-fns.el (describe-function): Don't pass `nil' as default.
1607
1608 * files.el (risky-local-variable-p): Follow var aliases.
1609
1610 * subr.el (lazy-completion-table): Doc fix.
1611
1612 * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
1613 global binding of `line'.
1614
1615 2006-01-25 Andre Spiegel <spiegel@gnu.org>
1616
1617 * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
1618 Tramp.
1619
1620 * vc.el (vc-default-dired-state-info): Pass FILE to
1621 vc-user-login-name.
1622 (vc-default-update-changelog): Don't use vc-user-login-name, we
1623 don't need it here.
1624
1625 * tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
1626 no longer necessary.
1627
1628 2006-01-25 Kenichi Handa <handa@m17n.org>
1629
1630 * international/mule.el (decode-char): Avoid the overhead of
1631 calling utf-lookup-subst-table-for-decode if
1632 utf-translate-cjk-mode is nil.
1633 (encode-char): Avoid the overhead of calling
1634 utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
1635 nil.
1636
1637 2006-01-22 Kenichi Handa <handa@m17n.org>
1638
1639 * international/mule.el (make-subsidiary-coding-system): Reset
1640 `coding-system-define-form' property of subsidiaries to nil.
1641 Avoid duplicated entry in coding-system-alist.
1642 (make-coding-system): Avoid duplicated entry in
1643 coding-system-alist.
1644 (define-coding-system-alias): Likewise.
1645
1646 2006-01-24 Luc Teirlinck <teirllm@auburn.edu>
1647
1648 * completion.el: Minor fixes in introductory comment.
1649 (completion-def-wrapper): Fix alist.
1650
1651 2006-01-25 Nick Roberts <nickrob@snap.net.nz>
1652
1653 * thumbs.el (thumbs-new-image-size): New function.
1654 (thumbs-increment-image-size-element)
1655 (thumbs-decrement-image-size-element, thumbs-increment-image-size)
1656 (thumbs-decrement-image-size): Delete.
1657 (thumbs-resize-image-1): Rename from thumbs-resize-image. Keep old
1658 temp files and use to resize.
1659 (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
1660 Use increment argument to enlarge/shrink. Preserve point.
1661 (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
1662 (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
1663 (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
1664 (thumbs-mark, thumbs-unmark): Preserve point.
1665 (thumbs-modify-image): Keep old temp files and use to modify.
1666 Cleanup old temp files at load time. Preserve point.
1667 (thumbs-view-image-mode-map): Use new command names.
1668
1669 2006-01-24 Stefan Monnier <monnier@iro.umontreal.ca>
1670
1671 * log-view.el (log-view-minor-wrap): First rev is the one at point.
1672
1673 * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
1674 the nastiest part of the cyclic dependency.
1675 (cal-menu-update): Use dotimes and calendar-increment-month.
1676
1677 * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
1678 (calendar-week-start-day): Add an :initializer.
1679 (calendar-mode-map): Use suppress-keymap, and command remapping.
1680 (describe-calendar-mode): Setup xref-stack info for the back button.
1681 (calendar-star-date): Insert before delete.
1682 (calendar-set-mode-line): Add file-modified info if applicable.
1683 (calendar-increment-month): New function.
1684
1685 2006-01-24 Tobias C. Rittweiler <tcr@freebits.de> (tiny change)
1686
1687 * font-lock.el (lisp-font-lock-keywords-2):
1688 Recognize "& keywords" only at word boundaries.
1689
1690 2006-01-24 Nick Roberts <nickrob@snap.net.nz>
1691
1692 * thumbs.el (thumbs-extra-images): New variable. Make it buffer-local
1693 and permanent-local.
1694 (thumbs-max-image-number): New variable.
1695 (thumbs-do-thumbs-insertion): Use them.
1696 (thumbs-per-line): Change default to 4.
1697 (thumbs-marked-list): Rename from thumbs-markedL.
1698 (thumbs-cleanup-thumbsdir, thumbs-delete-images)
1699 (thumbs-rename-images): Use -list instead of L for internal variables.
1700 (thumbs-call-convert): Use call-process instead of shell-command.
1701 (thumbs-insert-thumb): Add filename as help-echo to each image.
1702 (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
1703 Give dir to thumbs-show-thumbs-list.
1704 (thumbs-show-thumbs-list): Set default-directory to that of images.
1705 (thumbs-dired-show): Rename from thumbs-dired-show-all.
1706 (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
1707 (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
1708 (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
1709
1710 2006-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
1711
1712 * ses.el (ses-read-cell): Provide a default value.
1713
1714 2006-01-23 Juanma Barranquero <lekktu@gmail.com>
1715
1716 * term/w32-win.el (image-library-alist): Add additional names for
1717 GIF library.
1718
1719 2006-01-23 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
1720
1721 * international/latexenc.el (latexenc-find-file-coding-system):
1722 Add file-regular-p check.
1723
1724 2006-01-22 Stefan Monnier <monnier@iro.umontreal.ca>
1725
1726 * simple.el (clone-buffer): Don't show the new buffer in the same
1727 window.
1728
1729 2006-01-23 Juri Linkov <juri@jurta.org>
1730
1731 * faces.el (link, link-visited): New faces based on default values
1732 of `info-xref' and `info-xref-visited'.
1733
1734 * info.el (info-xref): Inherit from `link'.
1735 (info-xref-visited): Inherit from `link-visited'.
1736
1737 * cus-edit.el (custom-buffer-create-internal): Use widget type
1738 `custom-manual' instead of `info-link' and don't set properties
1739 `button-face' and `mouse-face' explicitly.
1740 (custom-browse-group-tag, custom-browse-variable-tag)
1741 (custom-browse-face-tag): Inherit from widget class
1742 `custom-group-link' instead of `push-button'.
1743 (custom-button-unraised): Inherit from `underline' face.
1744 (custom-link): Inherit from `link' face. Fix doc and group.
1745 (custom-add-parent-links, custom-group-value-create): Don't set
1746 properties `button-face' and `mouse-face' explicitly for
1747 `custom-group-link' widget.
1748 (custom-group-link): Add properties `button-face' and `mouse-face'
1749 to widget definition.
1750 (custom-field-keymap): New variable. Put `custom-field-keymap' to
1751 editable-field's :keymap property.
1752 (custom-mode): Fix docstring: substitute keybindings for
1753 `widget-forward' and `widget-backward' from `widget-keymap',
1754 `widget-complete' from `custom-field-keymap', replace old
1755 `Custom-move-and-invoke' with `widget-move-and-invoke'. Untabify.
1756
1757 * desktop.el (desktop-load-file): Check for `fboundp' before
1758 calling `symbol-function'.
1759
1760 * simple.el (clone-buffer, clone-indirect-buffer)
1761 (clone-indirect-buffer-other-window): Use `read-buffer' instead of
1762 `read-string'. Fix prompts.
1763
1764 * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
1765
1766 2006-01-23 Nick Roberts <nickrob@snap.net.nz>
1767
1768 * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
1769
1770 2006-01-22 Luc Teirlinck <teirllm@auburn.edu>
1771
1772 * startup.el (inhibit-splash-screen, initial-scratch-message):
1773 Doc fixes.
1774
1775 2006-01-22 Michael Albinus <michael.albinus@gmx.de>
1776
1777 Sync with Tramp 2.0.52.
1778
1779 * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
1780 net/tramp-vc.el: Add code for unloading Tramp. See comment before
1781 `tramp-unload-tramp' for checklist.
1782
1783 * net/tramp.el: Require `timer-funcs' instead of `timer' if in
1784 XEmacs. Contributed by Steve Youngs <steve@sxemacs.org>.
1785 (tramp-unload-file-name-handler-alist)
1786 (tramp-unload-tramp): New defuns.
1787 (tramp-advice-PC-expand-many-files): New defadvice.
1788 (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
1789 removed.
1790 (tramp-handle-expand-file-name): Remove double slash.
1791 (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
1792 It doesn't matter, because it will be converted later on.
1793 (tramp-handle-file-ownership-preserved-p): Rewritten. The old
1794 implementation was just heuristic.
1795 (tramp-post-connection): Set uid and gid properties.
1796 (tramp-convert-file-attributes): Set file's gid change bit.
1797 (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
1798 (tramp-handle-expand-file-name): Use "~root" for tilde expansion
1799 in case of su(do)? methods. The home directory of the local user
1800 will be taken else.
1801 (tramp-open-connection-telnet)
1802 (tramp-open-connection-rsh, tramp-open-connection-su)
1803 (tramp-open-connection-multi): Set PS1 to "$ ". Otherwise, a
1804 local shell prompt could hurt. Reported by Romain Francoise
1805 <romain@orebokech.com>.
1806 (tramp-let-maybe): Add `edebug-form-spec' property.
1807 (tramp-handle-expand-file-name): Bind `default-directory' locally
1808 to "/" in order to avoid problems with UNC shares or Cygwin
1809 mounts.
1810 (tramp-md5-function): Fix typo in error message.
1811
1812 * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
1813
1814 * net/tramp-util.el (top): Apply `ignore' instead of `identity'
1815 for byte-compiler pacification.
1816
1817 2006-01-22 Andre Spiegel <spiegel@gnu.org>
1818
1819 * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
1820 ID-FORMAT `string'. This allows us to get rid of
1821 `vc-user-login-name UID'.
1822
1823 * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
1824
1825 2006-01-22 John Paul Wallington <jpw@pobox.com>
1826
1827 * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
1828
1829 2006-01-21 Martin Rudalics <rudalics@gmx.at>
1830
1831 * emacs-lisp/find-func.el (find-definition-noselect)
1832 (find-variable-noselect): Search variables in C source code too.
1833 (find-function-C-source, find-function-noselect, find-function)
1834 (find-function-other-frame, find-variable-noselect, find-variable)
1835 (find-variable-other-frame, find-variable-at-point):
1836 Fix docstrings.
1837
1838 2006-01-21 Francesco Potorti` <pot@gnu.org>
1839
1840 * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
1841
1842 2006-01-21 Agustin Martin <agustin.martin@hispalinux.es>
1843
1844 * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
1845 Default to disabling the "Save affix" question.
1846
1847 2006-01-21 Marien Zwart <marienz@gentoo.org> (tiny change)
1848
1849 * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
1850 the first arg to run-python.
1851
1852 2006-01-21 Eli Zaretskii <eliz@gnu.org>
1853
1854 * startup.el (command-line-1): Handle --no-desktop if desktop.el
1855 is not loaded.
1856
1857 2006-01-20 Jay Belanger <belanger@truman.edu>
1858
1859 * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
1860 limit is 0.
1861
1862 * calc/calc-arith.el (math-add-symb-fancy): Check the length of
1863 the correct variable.
1864
1865 2006-01-20 Carsten Dominik <dominik@science.uva.nl>
1866
1867 * textmodes/org.el (org-open-at-point): Fixed bug with matching a
1868 link. Fixed buggy argument sequence in call to `org-view-tags'.
1869 (org-compile-prefix-format): Set `org-prefix-has-tag'.
1870 (org-prefix-has-tag): New variable.
1871 (org-format-agenda-item): Remove tags from headline if
1872 appropriate.
1873 (org-agenda-remove-tags-when-in-prefix): New option.
1874 (org-get-tags-at): New function.
1875
1876 2006-01-20 Nick Roberts <nickrob@snap.net.nz>
1877
1878 * thumbs.el (thumbs-buffer): New variable. Make it buffer local.
1879 (thumbs-find-image): Move image name and number from buffer name
1880 to mode name. Set thumbs-buffer. Preserve point so that large
1881 images remain visible.
1882 (thumbs-file-alist): Construct list in thumbs-buffer and reverse
1883 order.
1884 (thumbs-show-image-num): Get image from thumbs-file-alist. Set
1885 mode name.
1886 (thumbs-next-image, thumbs-previous-image): Make them work.
1887
1888 2006-01-19 Luc Teirlinck <teirllm@auburn.edu>
1889
1890 * cus-edit.el (custom-buffer-create-internal): State in the text above
1891 the whole buffer buttons that they do not operate on hidden items.
1892 (custom-face-menu): Use `custom-face-save' instead of
1893 `custom-face-save-command'.
1894 (custom-face-save-command): Make it an alias for `custom-face-save'
1895 and declare it obsolete.
1896 (custom-face-save): Doc fix.
1897
1898 * dired.el (dired-no-confirm): Add quote.
1899 (dired-subdir-alist-pre-R): Add quote in
1900 `make-variable-buffer-local' form and remove unbalanced parenthesis.
1901
1902 2006-01-19 Stefan Monnier <monnier@iro.umontreal.ca>
1903
1904 * textmodes/table.el (table-mode-indicator): Typo in last change.
1905
1906 2006-01-19 Richard M. Stallman <rms@gnu.org>
1907
1908 * outline.el (hide-leaves): Don't call outline-end-of-heading.
1909 Fixes bug reported in Nov 2005.
1910
1911 * isearch.el (isearch-forward): Doc fix.
1912
1913 * dired.el (dired-move-to-filename-regexp): Define as alias.
1914 (dired-no-confirm): Use defcustom.
1915 (dired-subdir-alist-pre-R): Put defvar at top level.
1916
1917 * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
1918
1919 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
1920 Mark as risky.
1921
1922 * simple.el (set-mark-command): Doc fix.
1923 (clone-indirect-buffer-other-window):
1924 Read arg like clone-indirect-buffer.
1925 (move-beginning-of-line): Skip invisible newlines.
1926
1927 2006-01-19 Masatake YAMATO <jet@gyve.org>
1928
1929 * progmodes/cpp.el (cpp-edit-load): Make the order of
1930 listed conditions in a base C code buffer and its associate
1931 CPP Edit buffer the same.
1932
1933 2006-01-19 Kenichi Handa <handa@m17n.org>
1934
1935 * mail/rmail.el (rmail-enable-mime): Docstring fixed.
1936 (rmail-mime-feature): Likewise.
1937 (rmail-require-mime-maybe): Use display-warning to show a warning
1938 message.
1939
1940 * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
1941 (find-auto-coding): Use auto-coding-regexp-alist-lookup.
1942
1943 2006-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
1944
1945 * array.el: Move defvars out of eval-when-compile.
1946 (array-make-template): Replace undeclared global var with a local one.
1947 (array-mode): Inline initialization functions.
1948 (array-init-local-variables, array-init-max-row)
1949 (array-init-max-column, array-init-columns-per-line)
1950 (array-init-field-width, array-init-rows-numbered)
1951 (array-init-line-length, array-init-lines-per-row): Remove.
1952
1953 * play/doctor.el: Move defvars out of eval-when-compile. Use dolist.
1954 (doc-mode-map): Define explicitly.
1955 (doctor-txtype): Use mapc.
1956
1957 * textmodes/table.el: Move defvars out of eval-when-compile.
1958 Remove harmful code meant to avoid byte-compiler warnings.
1959 (table-fixed-mode-indicator): Remove. Use a more complex mode-line
1960 specification that checks table-fixed-width-mode directly.
1961 (table-recognize-region, table-recognize-cell):
1962 Use restore-buffer-modified-p.
1963 (table-fixed-width-mode): Remove code that refreshes
1964 table-fixed-mode-indicator.
1965 (*table--cell-describe-bindings, *table--cell-describe-mode):
1966 Avoid obsolete name print-help-return-message.
1967 (table--test-cell-list): Don't use replace-regexp from elisp.
1968 (table--point-entered-cell-function, table--point-left-cell-function):
1969 Don't set table-fixed-mode-indicator, use force-mode-line-update.
1970
1971 * textmodes/org.el: Move defvars out of eval-when-compile. Move code
1972 that was after the end of file. Use buffer-file-name variable.
1973 (org-timestamp-change): Use with-current-buffer.
1974 (org-todo-list): Don't unnecessarily define a new buffer-local var.
1975 (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
1976 `file'.
1977
1978 * progmodes/fortran.el: Move defvars out of eval-when-compile.
1979 (fortran-break-line): Remove unused var `opoint'.
1980 (fortran-abbrev-start): Obey help-event-list.
1981
1982 2006-01-18 Jesper Harder <harder@phys.au.dk>
1983
1984 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
1985
1986 2006-01-18 Masatake YAMATO <jet@gyve.org>
1987
1988 * progmodes/make-mode.el (makefile-imake-mode): New mode
1989 derived from makefile-mode.
1990 (makefile-imake-mode-syntax-table): New syntax table
1991 derived from makefile-mode-syntax-table.
1992 (makefile-mode): Write about makefile-imake-mode in doc string.
1993 (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
1994 (makefile-imake-font-lock-keywords): New font lock keywords.
1995
1996 * files.el (auto-mode-alist): Add Imakefile.
1997
1998 2006-01-17 Agustin Martin <agustin.martin@hispalinux.es>
1999
2000 * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
2001 loading the file rather than when turning on flyspell-mode.
2002
2003 2006-01-16 Luc Teirlinck <teirllm@auburn.edu>
2004
2005 * cus-edit.el (customize-rogue): Minor doc fix.
2006
2007 2006-01-17 Juri Linkov <juri@jurta.org>
2008
2009 * dired-aux.el (dired-diff): Use dired-dwim-target-directory
2010 instead of the file at the mark as default if the file at the mark
2011 is the same as the file at point or if dired-dwim-target-directory
2012 is not the same as the current directory and the mark is not active.
2013
2014 * log-view.el (log-view-minor-wrap): Use the same logic to get
2015 revisions as `log-view-diff'.
2016
2017 * info.el (Info-revert-find-node): Check for Info-current-file
2018 before preserving new-history.
2019
2020 * man.el (Man-heading-regexp): Add `/'.
2021
2022 * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
2023 (html-mode): Set `sentence-end-base' instead of `sentence-end'.
2024
2025 2006-01-16 Juri Linkov <juri@jurta.org>
2026
2027 * faces.el (mode-line-faces): New defgroup.
2028 (mode-line-highlight): Move definition after new defgroup.
2029 (mode-line, mode-line-inactive, mode-line-highlight):
2030 Replace :group `modeline' with `mode-line-faces'.
2031 (mode-line-buffer-id): New face.
2032 (modeline-buffer-id): New face alias.
2033 (vertical-border): Remove :group `modeline'.
2034
2035 * bindings.el (propertized-buffer-identification): Use face
2036 `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
2037 (mode-line-next-buffer, mode-line-previous-buffer): New functions.
2038 (mode-line-buffer-identification-keymap): For mouse-1 replace
2039 `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
2040 Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
2041 mouse-3.
2042
2043 * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
2044 Buffer-menu-buffer. Doc fix.
2045 (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
2046 (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
2047 `Buffer-menu-buffer'.
2048
2049 * info.el (Info-mode-line-node-keymap): New defvar.
2050 (Info-set-mode-line): Use `stringp' to check Info-current-file.
2051 Propertize Info-current-node with `mode-line-buffer-id' and
2052 `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
2053
2054 * time.el (display-time-mail-face): Replace :group `faces' with
2055 `mode-line-faces'.
2056
2057 2006-01-16 Kenichi Handa <handa@m17n.org>
2058
2059 * international/code-pages.el: Add autoload cookies for cp125[0345678].
2060
2061 * language/european.el (cp1252): New alias for windows-1252.
2062
2063 * international/mule.el (autoload-coding-system): Prepare for EOL
2064 variants.
2065
2066 2006-01-15 Dan Nicolaescu <dann@ics.uci.edu>
2067
2068 * term.el (term-raw-map): Add mapping for insert.
2069 (term-send-insert): New.
2070 (term-mode): Make variables local here instead of doing it in
2071 `term-emulate-terminal'.
2072 (term-emulate-terminal): Delete incorrect optimization for cr+lf.
2073 Scroll reverse needs to take into account the scroll region.
2074 Saving and restoring the cursor should save the color attributes too.
2075 (term-reset-terminal): Reset the scroll region.
2076 (term-handle-ansi-escape): Cursor up and down should take into
2077 account the scroll region.
2078 (term-set-scroll-region): Rename from `term-scroll-region'.
2079 Move to 0,0 after setting the region.
2080 (term-handle-scroll): Handle scroll up.
2081 (term-down): Fix off by one error.
2082 (term-delete-lines): Do not delete outside the scroll region.
2083 (term-insert-lines): Take into account the scroll region.
2084
2085 2006-01-15 Stefan Monnier <monnier@iro.umontreal.ca>
2086
2087 * textmodes/ispell.el (ispell-internal-change-dictionary)
2088 (ispell-change-dictionary): Undo most of last change of 2006-01-13.
2089 (start, end): Move declaration outside of eval-when-compile.
2090
2091 * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
2092 (flyspell-mode-on): Use it.
2093
2094 * textmodes/ispell.el (ispell-kill-ispell): Run new hook
2095 ispell-kill-ispell-hook.
2096
2097 2006-01-14 Luc Teirlinck <teirllm@auburn.edu>
2098
2099 * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
2100 (Custom-reset-saved): Do not ask for confirmation in single option
2101 buffers.
2102
2103 2006-01-13 Richard M. Stallman <rms@gnu.org>
2104
2105 * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
2106
2107 2006-01-13 Romain Francoise <romain@orebokech.com>
2108
2109 * add-log.el (add-change-log-entry, change-log-merge):
2110 Conditionally use `hard-newline'.
2111
2112 2006-01-13 Martin Rudalics <rudalics@gmx.at> (tiny change)
2113
2114 * wid-edit.el (widget-field-end): If the overlay is no longer
2115 associated with a buffer, behave as if the overlay didn't exist.
2116
2117 * cus-edit.el (custom-add-see-also, custom-add-parent-links):
2118 Make sure the links use the `custom-link' face.
2119
2120 2006-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
2121
2122 * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
2123 (ld-script-mode): Don't set indent-line-function since we don't
2124 have one.
2125
2126 2006-01-13 Carsten Dominik <dominik@science.uva.nl>
2127
2128 * textmodes/org.el (org-open-file): Use mailcap for selecting an
2129 application.
2130 (org-file-apps-defaults-gnu): Use mailcap as the default for
2131 selecting an application on a UNIX system.
2132 (org-agenda-show-tags): New command.
2133 (org-table-insert-hline): Keep cursor in current table line.
2134 (org-table-convert): Offset effect of modifying
2135 `org-table-insert-hline'.
2136 (org-format-agenda-item): New optional argument TAG.
2137 (org-compile-prefix-format): Handle %T format for the tag.
2138 (org-expand-wide-chars): New function.
2139 (org-table-insert-row, org-table-insert-hline):
2140 Use `org-expand-wide-chars'.
2141 (org-open-file): Fix bug in program launch.
2142 (org-get-time-of-day): Fix bug with times before 1am.
2143 (org-agenda-menu): Add tags commands.
2144
2145 2006-01-13 Agustin Martin <agustin.martin@hispalinux.es>
2146
2147 * textmodes/ispell.el (ispell-init-process): Include the used
2148 dictionary in ispell process start message.
2149 (ispell-internal-change-dictionary): When flyspell-mode is active
2150 and dictionary is changed, make sure ispell process is restarted
2151 and flyspell word cache cleared out for the current buffer.
2152 (ispell-change-dictionary): Make sure flyspell word cache is
2153 cleared out in all buffers with active flyspell mode when
2154 dictionary is globally changed.
2155 Call ispell-internal-change-dictionary after dictionary change.
2156
2157 2006-01-13 Eli Zaretskii <eliz@gnu.org>
2158
2159 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
2160
2161 * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
2162 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
2163 years. Fix small differences wrt Makefile.in.
2164 (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
2165 Makefile.in does.
2166
2167 2006-01-12 Bill Wohler <wohler@newt.com>
2168
2169 * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
2170 mh-search.el.
2171
2172 2006-01-12 Masatake YAMATO <jet@gyve.org>
2173
2174 * progmodes/ld-script.el: Update copyright year.
2175
2176 2006-01-12 Chong Yidong <cyd@stupidchicken.com>
2177
2178 * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
2179 Don't add widget if setting undefined.
2180
2181 2006-01-12 John Paul Wallington <jpw@pobox.com>
2182
2183 * help-fns.el (describe-variable): Remove newlines from void
2184 variable output.
2185
2186 2006-01-13 Nick Roberts <nickrob@snap.net.nz>
2187
2188 * wdired.el (wdired-mode-map): Add help echo for
2189 wdired-abort-changes.
2190
2191 * man.el (Man-file-name-regexp): Adjust for a list of files.
2192
2193 2006-01-12 Masatake YAMATO <jet@gyve.org>
2194
2195 * progmodes/ld-script.el (auto-mode-alist): Support
2196 suffix conventions used in netbsd and eCos.
2197
2198 2006-01-11 Luc Teirlinck <teirllm@auburn.edu>
2199
2200 * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
2201 (custom-variable-menu, custom-face-menu, custom-group-menu)
2202 (Custom-mode-menu): Change names of menu items. (As discussed on
2203 emacs-devel.)
2204 (custom-face-menu): Add "Undo Edits" item.
2205
2206 * startup.el (init-file-user): defcustom -> defvar.
2207
2208 * tooltip.el (tooltip-mode): Doc fix.
2209
2210 2006-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
2211
2212 * reveal.el (reveal-post-command): window-buffer signals an error on
2213 dead windows rather than returning nil.
2214 (reveal-open-new-overlays): An overlay might die while we open others.
2215
2216 2006-01-11 Bill Wohler <wohler@newt.com>
2217
2218 * cus-dep.el (generated-custom-dependencies-file): Fix typo and
2219 phrasing in docstring.
2220
2221 * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
2222 can give some systems gas. Add new file mh-buffers.el.
2223
2224 2006-01-06 Masatake YAMATO <jet@gyve.org>
2225
2226 * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
2227 C preprocessor forward ported from GNU Emacs 21.2.
2228
2229 * progmodes/asm-mode.el (asm-font-lock-keywords):
2230 Use `cpp-font-lock-keywords'.
2231
2232 * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
2233
2234 * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
2235 of $ for "\\.ld[s]?".
2236
2237 2006-01-10 Stefan Monnier <monnier@iro.umontreal.ca>
2238
2239 * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
2240 (tcl-indent-line): Return `noindent' if inside a string.
2241
2242 * progmodes/flymake.el (flymake-split-string): Remove more than one
2243 empty string at beg/end of the result.
2244 (flymake-find-buildfile, flymake-find-possible-master-files):
2245 Use expand-file-name.
2246 (flymake-fix-file-name): Don't replace \ with / and don't remove ./
2247 since expand-file-name does it for us. Use directory-file-name.
2248 (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
2249 (flymake-ler-get-type, flymake-ler-get-text)
2250 (flymake-ler-make-ler): Remove. Replace by defstruct. Update callers.
2251 (flymake-current-line-no): Remove spurious interactive spec.
2252 (flymake-delete-temp-directory): Remove unused var `slash-pos'.
2253 (flymake-check-include): Remove arg inc-path merged into inc-name.
2254 (flymake-check-patch-master-file-buffer): Fit in 80 columns.
2255 Arg regexp-list replaced by a simple regexp.
2256 (flymake-master-make-header-init, flymake-master-tex-init):
2257 Correspondingly replace regexp-list with a regexp. Fix regexp.
2258
2259 2006-01-10 Simon Josefsson <jas@extundo.com>
2260
2261 * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
2262 describing AUTH PLAIN fix.
2263
2264 2006-01-10 Thien-Thi Nguyen <ttn@gnu.org>
2265
2266 * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
2267 (report-emacs-bug): Don't record initial prompt text.
2268 Instead, add text properties to prompting text.
2269 (report-emacs-bug-hook): Delete prompting text.
2270
2271 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2272
2273 * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
2274 `dirs'. Adjust callers.
2275
2276 2006-01-09 John Paul Wallington <jpw@gnu.org>
2277
2278 * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
2279
2280 2006-01-09 Stefan Monnier <monnier@iro.umontreal.ca>
2281
2282 * reveal.el (reveal-open-new-overlays): New extracted fun.
2283 (reveal-close-old-overlays): Idem. Check overlays's liveness before
2284 using them. Simplify the code.
2285 (reveal-post-command): Use them. Fix up obsolete windows in
2286 reveal-open-spots.
2287
2288 * progmodes/flymake.el: Use `require' rather than autoload for
2289 XEmacs's overlays.
2290 (flymake-get-common-file-prefix, flymake-build-relative-filename):
2291 Delete. Use file-relative-name instead.
2292 (flymake-get-syntax-check-program-args, flymake-perl-init):
2293 Simplify the resulting code.
2294
2295 * log-view.el (log-view-file-re, log-view-message-re): Add support
2296 for DaRCS output.
2297
2298 2006-01-09 Alex Schroeder <alex@gnu.org>
2299
2300 * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
2301 identifiers sometimes added in square brackets at the beginning of
2302 subject lines.
2303
2304 2006-01-07 Richard M. Stallman <rms@gnu.org>
2305
2306 * cus-edit.el (Custom-set, Custom-save): Doc fix.
2307 (Custom-reset-current, Custom-reset-saved): Change question text.
2308 (Custom-reset-standard): Likewise.
2309 (custom-variable-reset-saved): Doc fix.
2310
2311 2006-01-07 Eli Zaretskii <eliz@gnu.org>
2312
2313 * startup.el (init-file-user): Doc fix.
2314
2315 2006-01-07 Alex Schroeder <alex@gnu.org>
2316
2317 * mail/rmail.el (rmail-current-subject): New function.
2318 (rmail-current-subject-regexp): New function.
2319 (rmail-next-same-subject): Use it.
2320
2321 * mail/rmailsum.el (rmail-summary-by-topic):
2322 Use rmail-current-subject and rmail-current-subject-regexp.
2323 (rmail-summary-next-same-subject): Ditto.
2324
2325 * net/rcirc.el (rcirc-send-input): No longer check whether the
2326 process is open, since not all commands need an open process.
2327 (rcirc-send-string): Check whether the process is open before
2328 sending anything.
2329 (rcirc-ignore-list): New option.
2330 (rcirc-ignore-list-automatic): New variable.
2331 (rcirc-print): Take rcirc-ignore-list into account.
2332 (rcirc-cmd-ignore): New command.
2333 (rcirc-ignore-update-automatic): New function.
2334 (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
2335 list if ignored nicks.
2336 (rcirc-handler-NICK): Ditto, and also ignore the new nick.
2337
2338 2006-01-06 David Reitter <david.reitter@gmail.com>
2339
2340 * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
2341 reflect the address to which the report will be sent.
2342
2343 2006-01-06 Eli Zaretskii <eliz@gnu.org>
2344
2345 * progmodes/ld-script.el (auto-mode-alist): Recognize linker
2346 scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
2347
2348 2006-01-01 Michael Ernst <mernst@alum.mit.edu> (tiny changes)
2349
2350 * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
2351
2352 * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
2353 the doc string: "functoin" => "function".
2354 * ldefs-boot.el: Likewise.
2355
2356 * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
2357 message text: "Duplicat" => "Duplicate".
2358
2359 2006-01-06 Sven Joachim <svenjoac@gmx.de> (tiny change)
2360
2361 * files.el (basic-save-buffer-2): If backing-up failed, reset
2362 buffer-backed-up to nil.
2363
2364 2006-01-06 Nick Roberts <nickrob@snap.net.nz>
2365
2366 * progmodes/gud.el (gdb-script-skip-to-head)
2367 (gdb-script-calculate-indentation): Indent for breakpoint command
2368 lists also.
2369
2370 2006-01-05 Bill Wohler <wohler@newt.com>
2371
2372 * Makefile.in (compile-always): Add mh-autoloads dependency.
2373 (bootstrap): Remove mh-autoloads dependency, as compile dependency
2374 provides it.
2375 (updates): Remove mh-autoloads dependency, since it probably has
2376 already run recently (via recompile).
2377
2378 2006-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
2381 argument `force' to disable the flyspell-last-buffer optimization.
2382 (flyspell-mode-on): Use it.
2383
2384 * progmodes/flymake.el (flymake-get-cleanup-function): Default to
2385 flymake-simple-cleanup.
2386 (flymake-allowed-file-name-masks): Use this new default.
2387 All the functions are now called in the right buffer rather than
2388 passing the buffer as argument.
2389 (flymake-process-sentinel): Switch to buffer before calling cleanup.
2390 (flymake-parse-err-lines): Remove redundant buffer arg.
2391 (flymake-get-program-dir): Comment out unused function.
2392 (flymake-start-syntax-check, flymake-start-syntax-check-process):
2393 Remove redundant buffer argument.
2394 (flymake-get-real-file-name, flymake-simple-java-cleanup)
2395 (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
2396
2397 2006-01-05 Richard M. Stallman <rms@gnu.org>
2398
2399 * info.el (Info-find-node): Don't record previous node if have none.
2400 (info): Go to directory only if history is empty.
2401
2402 * simple.el (mark): Doc fix.
2403
2404 2006-01-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2405
2406 * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
2407 already of desired type.
2408 (mac-ae-list): Coerce parameter to "list" type.
2409 (mac-dispatch-apple-event): Replace cadr part of event with a
2410 dummy position so that event-start returns it.
2411
2412 2006-01-05 Carsten Dominik <dominik@science.uva.nl>
2413
2414 * textmodes/org.el (org-end-of-subtree): New function.
2415 (org-cycle, org-subtree-end-visible-p, org-scan-tags):
2416 Use `org-end-of-subtree'.
2417 (org-agenda, org-agenda-convert-date): Protect calls to
2418 `fit-window-to-buffer'.
2419 (org-tags-view): Force matching of sublevels when doing a
2420 todo-only search. Define the correct redo command, including the
2421 arguments.
2422 (org-agenda-redo): Display message.
2423 (org-check-for-org-mode): New function.
2424 (org-agenda-type): New variable.
2425 (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
2426 Set `org-agenda-type'.
2427 (org-agenda-check-type): New function.
2428 (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
2429 (org-agenda-week-view, org-agenda-day-view)
2430 (org-agenda-next-date-line, org-agenda-previous-date-line)
2431 (org-agenda-log-mode, org-agenda-toggle-diary)
2432 (org-agenda-toggle-time-grid, org-agenda-date-later)
2433 (org-agenda-date-prompt, org-agenda-diary-entry)
2434 (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
2435 (org-agenda-convert-date, org-agenda-menu):
2436 Use `org-agenda-check-type'.
2437 (org-make-overlay, org-delete-overlay)
2438 (org-detatch-overlay, org-move-overlay, org-overlay-put):
2439 New compatibility functions.
2440 (org-calendar-select-mouse): New command.
2441
2442 2006-01-04 Chong Yidong <cyd@stupidchicken.com>
2443
2444 * cus-edit.el (Custom-reset-current, Custom-reset-saved)
2445 (Custom-reset-standard): Fix y-or-n-p messages.
2446 (custom-link): New face for links.
2447 (custom-buffer-create-internal, custom-manual): Use it.
2448 (custom-face-save): Push to theme-face before setting face spec.
2449
2450 * wid-edit.el (widget-default-mouse-face-get): New function.
2451 (widget-specify-button): Handle mouse-face like button-face.
2452
2453 * custom.el (load-theme): Clear old theme settings if reloading.
2454
2455 2006-01-03 Luc Teirlinck <teirllm@auburn.edu>
2456
2457 * cus-edit.el (custom-buffer-create-internal): Move whole buffer
2458 "Erase Customization" button back to same position it occupies in
2459 the individual State menus.
2460
2461 2006-01-04 Kim F. Storm <storm@cua.dk>
2462
2463 * wid-edit.el (key-sequence): Rework widget to read key binding
2464 using `kbd' syntax. Use C-q to insert literal key, event, or code.
2465 (widget-key-sequence-default-value): Default value for empty sequence.
2466 (widget-key-sequence-map): New map for reading key binding. Bind C-q.
2467 (widget-key-sequence-read-event): New command for C-q.
2468 (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
2469 (widget-key-sequence-value-to-external): New functions.
2470
2471 2006-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
2472
2473 * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
2474 Use expand-file-name.
2475 (flymake-delete-temp-directory): Use expand-file-name,
2476 file-name-directory, and directory-file-name.
2477 (flymake-strrchr): Delete.
2478 (flymake-start-syntax-check): Don't pass the redundant buffer argument
2479 to the init-f function.
2480 (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
2481 (flymake-init-find-buildfile-dir)
2482 (flymake-init-create-temp-source-and-master-buffer-copy)
2483 (flymake-simple-make-init-impl, flymake-simple-make-init)
2484 (flymake-master-make-init, flymake-master-make-header-init)
2485 (flymake-simple-make-java-init, flymake-simple-ant-java-init)
2486 (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
2487 (flymake-xml-init): Remove corresponding redundant buffer argument.
2488 (flymake-allowed-file-name-masks): Remove last elems that are equal to
2489 the default anyway. Clean up regexps.
2490
2491 * progmodes/flymake.el (flymake-temp-source-file-name)
2492 (flymake-master-file-name, flymake-temp-master-file-name)
2493 (flymake-base-dir): New buffer-local vars.
2494 (flymake-buffer-data, flymake-get-buffer-value)
2495 (flymake-set-buffer-value): Replace those hash-tables by the new
2496 buffer-local vars. Update callers.
2497
2498 * progmodes/flymake.el (flymake-check-start-time)
2499 (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
2500 (flymake-last-change-time, flymake-new-err-info, flymake-timer):
2501 Move definition, so we can remove redundant earlier declaration.
2502 (flymake-replace-regexp-in-string, flymake-split-string)
2503 (flymake-get-temp-dir): Use defalias.
2504 (flymake-popup-menu): Remove `pos' argument. Use posn-at-point.
2505 (flymake-xemacs-window-edges): Remove unused function.
2506 (flymake-get-point-pixel-pos): Move.
2507 (flymake-pid-to-names, flymake-reg-names)
2508 (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
2509 Replace by a simple list flymake-processes and by process-buffer.
2510 Update callers. Other than simplify the code, it uses buffers rather
2511 than buffer-names so it doesn't get confused by uniquify.
2512 (flymake-buffer-data): The global value should just be nil.
2513
2514 * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
2515 Optimize the body of a defalias like any other code.
2516
2517 * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
2518 Make sure we've setup font-lock's vars. It may influence which
2519 function we then call.
2520 (font-lock-default-fontify-buffer): Don't bother calling set-defaults
2521 here since it's too late anyway.
2522
2523 2006-01-03 Romain Francoise <romain@orebokech.com>
2524
2525 * startup.el (fancy-splash-tail, normal-splash-screen):
2526 Update copyright year.
2527
2528 2006-01-02 J.D. Smith <jdsmith@as.arizona.edu>
2529
2530 * mouse.el (mouse-drag-track): Rename, from
2531 `mouse-drag-region-1'. Includes optional argument required to
2532 enable post-drag event processing (e.g. delete region keys).
2533 Can be used without this argument to track a mouse region and operate
2534 on it as soon as the drag completes.
2535 (mouse-drag-region): Use `mouse-drag-track'.
2536
2537 2006-01-02 Chong Yidong <cyd@stupidchicken.com>
2538
2539 * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
2540 Move to `custom-buffer' group.
2541
2542 * cus-theme.el: Rewrite the Custom New Theme Mode interface.
2543 (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
2544 (custom-theme-insert-face-marker, custom-theme-variable-menu)
2545 (custom-theme-face-menu): New variables.
2546 (custom-theme-add-variable, custom-theme-variable-action)
2547 (custom-variable-reset-theme, custom-theme-delete-variable)
2548 (custom-face-reset-theme, custom-theme-face-action)
2549 (custom-theme-delete-face, custom-theme-merge-theme)
2550 (custom-theme-add-face, custom-theme-visit-theme): New functions.
2551
2552 2006-01-01 Chong Yidong <cyd@stupidchicken.com>
2553
2554 * custom.el: Move Custom Themes commentary to start of theme code.
2555 (custom-known-themes): Rename `standard' theme to `changed'.
2556 (custom-push-theme): Caller no longer specifies what theme to use
2557 when doing `reset'---the setting is simply removed from the theme.
2558 Delete MODE from `theme-value' and `theme-settings' properties.
2559 (custom-declare-theme): Ignore &rest args since we don't use them.
2560
2561 (custom-loaded-themes): Delete variable.
2562 (custom-theme-load-themes, custom-theme-loaded-p)
2563 (custom-theme-value): Delete functions.
2564
2565 (custom-declare-theme): Signal error on invalid theme names.
2566 (provide-theme): custom-loaded-themes was deleted.
2567 (load-theme): Load the file unconditionally.
2568 (enable-theme): Call `load-theme' if theme is undefined.
2569 (custom-enabled-themes): Only update value for successful loads.
2570 (disable-theme): Complete from enabled themes when interactive.
2571 (custom-variable-theme-value): Calculate theme value directly.
2572
2573 (custom-theme-reset-variables, custom-reset-variables): Mark as
2574 XEmacs compatibility functions. We don't actually use these.
2575
2576 * cus-edit.el (custom-variable-state-set):
2577 Use custom-variable-theme-value instead of custom-theme-value.
2578 (custom-face-state-set): Rename `standard' theme to `changed'.
2579 (custom-save-variables, custom-save-faces): Delete unneeded
2580 references to custom-reset-variables.
2581 (custom-save-resets): Delete function.
2582 (custom-save-variables, custom-save-faces): MODE argument deleted.
2583 (custom-save-variables, custom-save-faces): Ignore theme values.
2584
2585 * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
2586 compatibility function.
2587
2588 2006-01-01 Richard M. Stallman <rms@gnu.org>
2589
2590 * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
2591 (Custom-reset-current, Custom-reset-saved): Likewise.
2592 (Custom-reset-standard): Show message if aborted.
2593 (custom-mode): Doc fix, describing those commands.
2594
2595 * mouse.el (mouse-drag-region-1): When following link via mouse-2,
2596 put on event-kind property.
2597
2598 2005-12-31 Chong Yidong <cyd@stupidchicken.com>
2599
2600 * custom.el (provide-theme): Ban `user' theme name.
2601 (custom-enabling-themes): New variable.
2602 (enable-theme): Don't enable user if custom-enabling-themes is t.
2603 (custom-enabled-themes): Make it a defcustom.
2604 (custom-theme-recalc-face): No-op if face is undefined.
2605
2606 * cus-edit.el (custom-button-mouse): New variable.
2607 (custom-button-mouse): New face.
2608 (custom-raised-buttons, custom-mode): Use it.
2609
2610 * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
2611
2612 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2613
2614 * progmodes/gud.el (gud-display-line): Support hl-line in the
2615 source buffer.
2616
2617 2005-12-31 Lennart Borgman <lennart.borgman.073@student.lu.se> (tiny change)
2618
2619 * mouse.el (mouse-drag-window-above): Verify that the found window
2620 overlaps with the given window in the horizontal dimension.
2621
2622 2005-12-31 Eli Zaretskii <eliz@gnu.org>
2623
2624 * Makefile.in (cvs-update): New target.
2625
2626 * makefile.w32-in (cvs-update): Ditto.
2627
2628 2005-12-30 Chong Yidong <cyd@stupidchicken.com>
2629
2630 * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
2631 (custom-new-theme-mode-map): New variable.
2632
2633 2005-12-30 Richard M. Stallman <rms@gnu.org>
2634
2635 * custom.el (custom-load-themes): Function deleted.
2636
2637 * cus-edit.el (custom-save-loaded-themes): Function deleted.
2638 (custom-save-variables): Don't delete or add custom-load-themes call.
2639
2640 2005-12-30 Stefan Monnier <monnier@iro.umontreal.ca>
2641
2642 * cus-start.el: Add `visible-cursor'.
2643
2644 * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
2645 (flymake-parse-output-and-residual): Remove `source-buffer' argument.
2646 (flymake-process-filter): Switch to buffer before calling it instead.
2647 (flymake-post-syntax-check, flymake-highlight-err-lines)
2648 (flymake-delete-own-overlays, flymake-parse-err-lines)
2649 (flymake-start-syntax-check, flymake-start-syntax-check-process)
2650 (flymake-count-lines, flymake-parse-residual):
2651 Remove constant buffer argument.
2652 (flymake-start-syntax-check-for-current-buffer): Remove.
2653 Update callers to use flymake-start-syntax-check instead.
2654 (flymake-display-err-menu-for-current-line):
2655 Remove unused var `mouse-pos'.
2656 (flymake-restore-formatting): Comment out unused function.
2657 (flymake-report-status, flymake-report-fatal-status): Remove buffer
2658 argument, use current-buffer instead. Update callers.
2659
2660 2005-12-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2661
2662 * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
2663 buffer-local because choose-completion-delete-max-match requires
2664 that we set completion-ignore-case (i.e., binding via let is not
2665 sufficient).
2666 (bibtex-complete): Always set completion-ignore-case and
2667 choose-completion-string-functions. The latter is needed because
2668 choose-completion-string-functions keeps its value if we quit the
2669 *Completions* buffer without requesting a completion.
2670
2671 2005-12-30 Andreas Schwab <schwab@suse.de>
2672
2673 * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
2674
2675 2005-12-30 Eli Zaretskii <eliz@gnu.org>
2676
2677 * jit-lock.el (jit-lock-chunk-size): Doc fix.
2678
2679 2005-12-30 Juri Linkov <juri@jurta.org>
2680
2681 * locate.el (locate-fcodes-file, locate-header-face)
2682 * progmodes/delphi.el (delphi-other-face)
2683 * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
2684
2685 * paren.el (show-paren-match, show-paren-mismatch): Use existing
2686 group `paren-showing-faces'.
2687
2688 * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
2689 (goto-address): Fix docstring.
2690
2691 * net/webjump.el (webjump-sample-sites): Update URLs.
2692
2693 * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
2694
2695 * subr.el (cancel-change-group): Add listp around pending-undo-list.
2696
2697 2005-12-29 Stefan Monnier <monnier@iro.umontreal.ca>
2698
2699 * font-lock.el (font-lock-compile-keywords): Signal an error when
2700 font-lock-set-defaults hasn't been called.
2701
2702 2005-12-29 Luc Teirlinck <teirllm@auburn.edu>
2703
2704 * subr.el (noreturn, 1value): Doc fixes.
2705
2706 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2707
2708 * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
2709 that assoc-string returns nil.
2710
2711 2005-12-29 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2712
2713 * textmodes/bibtex.el (bibtex-entry-type-whitespace)
2714 (bibtex-entry-type-str, bibtex-empty-field-re)
2715 (bibtex-search-backward-string, bibtex-preamble-prefix)
2716 (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
2717 (bibtex-any-valid-entry-type): New variable.
2718 (bibtex-parse-field-name): Simplify.
2719 (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
2720 (bibtex-preamble-prefix): Include left delimiter.
2721 (bibtex-search-forward-field, bibtex-search-backward-field):
2722 Allow unbounded search past entry boundaries (required by bibtex-pop).
2723 (bibtex-text-in-field-bounds): Use push.
2724 (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
2725 (bibtex-parse-preamble, bibtex-valid-entry)
2726 (bibtex-beginning-first-field): New functions.
2727 (bibtex-skip-to-valid-entry): Use bibtex-valid-entry. Fix regexp.
2728 (bibtex-map-entries): Fix docstring.
2729 (bibtex-flash-head): New arg prompt. Simplify.
2730 (bibtex-enclosing-field): Include code of bibtex-inside-field.
2731 (bibtex-insert-kill): Simplify. Always insert text past the
2732 current field or entry.
2733 (bibtex-format-entry): Use bibtex-parse-field.
2734 (bibtex-pop): Use bibtex-beginning-of-entry and
2735 bibtex-end-of-entry to initiate the search. Insert empty field if
2736 we found ourselves.
2737 (bibtex-print-help-message): New args field and comma.
2738 Handle entry keys.
2739 (bibtex-make-field): Use bibtex-beginning-of-entry.
2740 (bibtex-end-of-entry): Use bibtex-valid-entry. Recognize any
2741 invalid entry.
2742 (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
2743 Handle preambles. Simplify code for thorough test.
2744 (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
2745 New arg comma. Handle entry heads.
2746 (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
2747 (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
2748 New arg comma.
2749 (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
2750 (bibtex-fill-field): Simplify.
2751 (bibtex-fill-entry): Use bibtex-beginning-first-field and
2752 bibtex-parse-field.
2753 (bibtex-convert-alien): Do not wait before calling bibtex-validate.
2754 (bibtex-complete): Use bibtex-parse-preamble.
2755
2756 2005-12-29 Nick Roberts <nickrob@snap.net.nz>
2757
2758 * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
2759 Display name of expression instead of convenience variable.
2760 (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
2761
2762 * progmodes/gud.el (gud-tooltip-dereference): Rename from
2763 toggle-gud-tooltip-dereference.
2764 (gud-tooltip-print-command): Move concatenation of "*" to expr to...
2765 (gud-tooltip-tips): ...here when dereferencing.
2766
2767 2005-12-28 Bill Wohler <wohler@newt.com>
2768
2769 * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
2770
2771 2005-12-28 Stefan Monnier <monnier@iro.umontreal.ca>
2772
2773 * vc.el (vc-annotate-display): Replace optional arg `color-map' with
2774 compulsory arg `ratio'. Inline body of vc-annotate-time-span.
2775 (vc-annotate-display-autoscale): Adjust call.
2776 (vc-annotate-display-default): Adjust call. Make arg compulsory.
2777 Fix interactive spec.
2778 (vc-annotate-time-span): Remove.
2779 (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
2780 (vc-annotate-mode-menu, vc-annotate-display-autoscale)
2781 (vc-annotate-display-select): Use new name.
2782
2783 * vc.el (vc-annotate-mode-map): Remove obsolete binding.
2784 (vc-annotate-mode-menu): Remove left-over redundant declaration.
2785 Correct the construction of span entries. Simplify.
2786 (vc-annotate-display-select): Fix the nil case.
2787 (vc-annotate): Remove obsolete (and now broken) code.
2788 (vc-annotate-extract-revision-at-line): Remove obsolete code.
2789 (vc-annotate-time-span): Remove unused arg `quantize'. Simplify.
2790
2791 2005-12-28 Luc Teirlinck <teirllm@auburn.edu>
2792
2793 * subr.el (lazy-completion-table): Correct typo in docstring.
2794
2795 * startup.el (command-line): Use `custom-reevaluate-setting' for
2796 `send-mail-function'.
2797
2798 * mail/sendmail.el (send-mail-function): Autoload the standard-value.
2799
2800 2005-12-05 Ralf Angeli <angeli@iwi.uni-sb.de>
2801
2802 * mail/smtpmail.el (smtpmail-try-auth-methods):
2803 Send credentials together with "AUTH PLAIN" command.
2804
2805 2005-12-27 Richard M. Stallman <rms@gnu.org>
2806
2807 * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
2808 mouse-2, go back to previously selected window, so it's selected
2809 when mouse-2 command runs.
2810
2811 2005-12-27 Juri Linkov <juri@jurta.org>
2812
2813 * descr-text.el (describe-text-sexp): Use square brackets for
2814 button [Show] to distinguish it from the property value `show'.
2815 (describe-property-list): Use `insert-text-button' with
2816 `help-face' type instead of putting face in quotes, because button
2817 is not created automatically for a list of faces.
2818 (describe-text-properties-1): Put button-type value in quotes to
2819 distinguish from plain text "button".
2820 (describe-char): Display code point values in hex. Don't use
2821 `symbol-name' for `current-input-method' because it is a string.
2822 Use `insert-text-button' with `help-face' type instead of putting
2823 hardcoded face in quotes, because button is not created automatically.
2824
2825 2005-12-27 Richard M. Stallman <rms@gnu.org>
2826
2827 * progmodes/glasses.el (glasses-face): More specific custom type.
2828
2829 * files.el (set-visited-file-name): Doc fix.
2830
2831 * textmodes/flyspell.el (flyspell-external-point-words):
2832 Use local var buffer-scan-pos to advance scan for next misspelling.
2833 Advance it only after we find the misspelling.
2834
2835 2005-12-27 Agustin Martin <agustin.martin@hispalinux.es>
2836
2837 * textmodes/flyspell.el (flyspell-external-point-words):
2838 New criteria for finding the misspelling in the buffer.
2839
2840 2005-12-27 Nick Roberts <nickrob@snap.net.nz>
2841
2842 * help-mode.el (help-insert-string): Set help-xref-stack-item
2843 rather than call help-setup-xref.
2844
2845 * descr-text.el (describe-char): Revert previous changes for
2846 optional buffer argument.
2847
2848 2005-12-27 Juri Linkov <juri@jurta.org>
2849
2850 * help-mode.el (help-insert-string): New function. Save buffer
2851 contents in cases where it is impossible to recompute the old contents.
2852
2853 * descr-text.el (describe-char): Set help-xref-stack-item
2854 explicitly after buffer has been generated.
2855
2856 2005-12-27 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2857
2858 * cus-start.el (all): Add x-gtk-show-hidden-files.
2859
2860 2005-12-26 Richard M. Stallman <rms@gnu.org>
2861
2862 * replace.el (perform-replace): Calculate match-again
2863 before skipping read-only matches.
2864
2865 * paren.el (paren-showing-faces): New group.
2866 (show-paren-match, show-paren-mismatch): Move to that group.
2867
2868 * button.el (button): Put into group `basic-faces'.
2869
2870 * progmodes/make-mode.el: Remove faces from group `faces'.
2871
2872 * apropos.el (apropos, apropos-value): Doc fix.
2873 (apropos-documentation): Doc fix.
2874
2875 2005-12-26 Stefan Monnier <monnier@iro.umontreal.ca>
2876
2877 * subr.el (lazy-completion-table): Remove argument `args'.
2878
2879 * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
2880 Don't use the `args' argument of lazy-completion-table.
2881
2882 2005-12-26 Nick Roberts <nickrob@snap.net.nz>
2883
2884 * descr-text.el (describe-char): Add optional argument for buffer.
2885 Set buffer appropriately. Call help-setup-xref.
2886 Suggested by Stefan Monnier.
2887
2888 2005-12-26 Juri Linkov <juri@jurta.org>
2889
2890 * descr-text.el: Require `help-fns' at runtime. Don't require
2891 `button' for byte compilation.
2892 (describe-text-widget): Add `help-echo' for first button.
2893 Use `help-info' for second.
2894 (describe-property-list): Use `help-argument-name' instead of `italic'.
2895 (describe-text-category): Add prompt to interactive spec.
2896 Call `help-setup-xref'.
2897 (describe-char): Use `help-character-set'. Add `help-echo' for
2898 code point. Use `help-input-method'. Remove superfluous insert.
2899
2900 2005-12-25 Richard M. Stallman <rms@gnu.org>
2901
2902 * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
2903 at point, in case of narrowing.
2904
2905 * progmodes/delphi.el (delphi-other-face): Allow nil in type.
2906
2907 * locate.el (locate-header-face): Allow nil in type.
2908
2909 * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
2910
2911 2005-12-25 Romain Francoise <romain@orebokech.com>
2912
2913 * battery.el (battery-linux-proc-acpi): Also try
2914 `/proc/acpi/thermal_zone/THM0/temperature'.
2915
2916 2005-12-24 Chong Yidong <cyd@stupidchicken.com>
2917
2918 * custom.el (custom-push-theme): Fix docstring.
2919
2920 * cus-edit.el (custom-variable-set, custom-variable-save)
2921 (custom-variable-save): Custom-quote widget values.
2922 (customize-save-variable): Fix custom-push-theme call.
2923
2924 2005-12-24 Eli Zaretskii <eliz@gnu.org>
2925
2926 * w32-fns.el (w32-batch-update-autoloads): New function.
2927
2928 * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
2929 Use w32-batch-update-autoloads, and don't setq generated-autoload-file
2930 from the command line.
2931
2932 2005-12-23 Chong Yidong <cyd@stupidchicken.com>
2933
2934 * custom.el (custom-push-theme): Clarify docstring. VALUE nil for
2935 reset means to remove setting from theme entirely. Don't keep
2936 expanding theme-settings list; delete old entries if necessary.
2937
2938 * cus-edit.el (custom-buffer-create-internal): Move "Erase
2939 customization" button one line up.
2940 (custom-themed): New face.
2941 (custom-magic-alist): New value, THEMED, for theme settings.
2942 (custom-variable-state-set, custom-face-state-set):
2943 Check theme-value instead of saved-value.
2944 (custom-variable-reset-standard, custom-face-reset-standard):
2945 Remove theme setting entirely. Recalculate new values.
2946 (custom-variable-set, custom-variable-set)
2947 (custom-variable-reset-saved, custom-variable-reset-backup)
2948 (custom-face-set, custom-face-reset-saved): Update `user' theme.
2949 (custom-variable-save): Fix typos.
2950
2951 2005-12-23 Juri Linkov <juri@jurta.org>
2952
2953 * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
2954 Add autoload cookies.
2955 (edebug-outside-d-c-i-n-s-w): New variable.
2956 (edebug-display, edebug-outside-excursion): Use it to save the
2957 original value of default-cursor-in-non-selected-windows.
2958 Set default-cursor-in-non-selected-windows to t while Edebug
2959 is active.
2960 (edebug-mode, edebug-eval-mode): Doc fix.
2961
2962 * mouse.el (mouse-choose-completion): Replace `buffer-substring'
2963 with `buffer-substring-no-properties' to remove common substring
2964 highlighting.
2965
2966 * info.el (info-other-window, info): Rename function argument
2967 `file' to `file-or-node'.
2968 (Info-complete-menu-item): Use local variable `complete-nodes' to
2969 keep the global value of `Info-complete-nodes' unchanged for
2970 subsequent completions.
2971 (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
2972
2973 * simple.el (get-next-valid-buffer, last-buffer)
2974 (next-error-buffer-p, next-error-find-buffer)
2975 (minibuffer-history-sexp-flag): Doc fix.
2976
2977 * savehist.el (savehist-mode-hook): Add `:group'.
2978
2979 * log-view.el: Call autoload for vc-find-version.
2980 (log-view-current-file): Adjust subgroup numbers.
2981 (log-view-current-tag): Add `length'.
2982
2983 2005-12-23 Richard M. Stallman <rms@gnu.org>
2984
2985 * vc.el (vc-annotate-car-last-cons): Defn moved up.
2986
2987 2005-12-23 Juri Linkov <juri@jurta.org>
2988
2989 * hi-lock.el (hi-lock-archaic-interface-message-used)
2990 (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
2991 (hi-lock-mode): Display "Hi" in the mode line only when
2992 hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
2993 (hi-lock-write-interactive-patterns):
2994 Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
2995 (hi-lock-set-pattern, hi-lock-set-file-patterns)
2996 (hi-lock-font-lock-hook): Set 3rd arg `how' of
2997 font-lock-add-keywords to t.
2998
2999 2005-12-23 David Koppelman <koppel@ece.lsu.edu>
3000
3001 * hi-lock.el (hi-lock-highlight-range): New variable.
3002 (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
3003 only if font-lock-fontified is non-nil. Remove overlays.
3004 (hi-lock-set-pattern): Call font-lock-fontify-buffer if
3005 font-lock-fontified is non-nil, otherwise use overlays (instead of
3006 text properties).
3007 (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
3008 New variables.
3009 (hi-lock-string-serialize) New function.
3010
3011 2005-12-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3012
3013 * menu-bar.el (menu-find-file-existing): New function.
3014 (menu-bar-file-menu): Use menu-find-file-existing for Open.
3015
3016 * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
3017
3018 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * vc.el: Remove unnecessary leading * in docstrings.
3021 (vc-annotate-mode-map): Move initialization into declaration.
3022 (vc-static-header-alist): Nitpick on the regexp.
3023 (vc-default-init-version): New fun.
3024 (vc-register): Use it.
3025 (vc-insert-headers): Use dolist.
3026 (vc-annotate-get-backend): Remove unused function.
3027 (vc-annotate-add-menu): Remove. Build the menu directly at toplevel.
3028 (vc-annotate-mode): Remove corresponding call.
3029 (vc-annotate-car-last-cons): Simplify.
3030 (vc-annotate-buffers): Remove var.
3031 (vc-annotate-backend): Make it buffer-local.
3032 (vc-annotate): Move the interaction to the interactive spec.
3033 Add a `buf' argument.
3034 (vc-annotate-warp-version): Use this new `buf' argument to avoid
3035 killing&creating a vc-annotate buffer, which is very disruptive when
3036 the buffers are shown in dedicated frames.
3037
3038 2005-12-23 Nick Roberts <nickrob@snap.net.nz>
3039
3040 * descr-text.el: Add FSF as maintainer.
3041 (describe-text-mode, describe-text-mode-map)
3042 (describe-text-mode-hook, describe-text-done): Delete. Use normal
3043 help-mode.
3044 (describe-text-widget, describe-text-sexp)
3045 (describe-property-list, describe-text-category)
3046 (describe-text-properties, describe-text-properties-1)
3047 (describe-char): Use help buttons instead of widgets.
3048 (describe-char-unicodedata-file): Make URL link in doc string.
3049
3050 2005-12-22 Richard M. Stallman <rms@gnu.org>
3051
3052 * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
3053 (custom-buffer-create-internal): Reword the top-of-buffer help intro.
3054 Don't include buttons that write a file when there's no file.
3055 (custom-variable-menu, custom-face-menu, custom-group-menu):
3056 Don't include commands that write a file when there's no file.
3057 (customize-browse): Reword the top-of-buffer help intro.
3058 (custom-buffer-create-internal): Fix previous change.
3059 (customize-changed-options-previous-release): Prev release is 21.1.
3060 (customize-changed-options): Doc fix.
3061 (customize-changed): New alias.
3062 (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
3063 Say "standard values".
3064 (Custom-reset-standard): Doc fix.
3065 (custom-face-reset-standard): Doc fix.
3066
3067 2005-12-22 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
3070 even if font-lock-mode is non-nil since it may be t without having
3071 turned on font-lock-mode-internal.
3072 (font-lock-choose-keywords): Minor optimization.
3073 (font-lock-add-keywords, font-lock-remove-keywords)
3074 (font-lock-set-defaults): Don't call make-local-variable on a variable
3075 that we know to already be local.
3076
3077 2005-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
3078
3079 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
3080 messages if in the minibuffer.
3081
3082 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3083
3084 * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
3085 (tex-mode-flyspell-verify, flyspell-get-word)
3086 (flyspell-external-point-words): Don't use point-min/max uselessly.
3087
3088 * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
3089 by Kevin Rodgers. Instead, just hide the completions buffer if we
3090 don't need to show it.
3091
3092 2005-12-21 Luc Teirlinck <teirllm@auburn.edu>
3093
3094 * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
3095
3096 2005-12-21 Stefan Monnier <monnier@iro.umontreal.ca>
3097
3098 * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
3099 delete-windows-on with an inexistent buffer.
3100
3101 2005-12-22 Nick Roberts <nickrob@snap.net.nz>
3102
3103 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3104 Delete defcustom variable :tag names.
3105
3106 2005-12-20 Stefan Monnier <monnier@iro.umontreal.ca>
3107
3108 * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
3109 (log-view-font-lock-keywords): Ajust subgroup numbers.
3110 (log-view-current-tag): Don't hard code the number of subgroups.
3111
3112 2005-12-20 Juri Linkov <juri@jurta.org>
3113
3114 * tooltip.el (tooltip): Move defgroup before define-minor-mode.
3115 (tooltip-x-offset, tooltip-y-offset): Doc fix.
3116
3117 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
3118 (menu-bar-non-minibuffer-window-p): Instead of checking
3119 display-multi-frame-p, use selected-frame when menu-updating-frame
3120 is nil.
3121
3122 2005-12-20 Davis Herring <herring@lanl.gov> (tiny change)
3123
3124 * align.el (align-rules-list): Use [ \t] instead of \s-
3125 for column separators in text mode.
3126
3127 2005-12-20 Nick Roberts <nickrob@snap.net.nz>
3128
3129 * help-mode.el (help-customize-variable, help-customize-face):
3130 Don't pop help-xref-stack as help-follow no longer pushes
3131 anything on to it.
3132
3133 2005-12-20 Carsten Dominik <dominik@science.uva.nl>
3134
3135 * textmodes/org.el (org-agenda-custom-commands): New option.
3136 (org-agenda): Offer custom commands on splash screen.
3137 (org-make-tags-matcher): Parser for Boolean logic added.
3138 (org-agenda-set-tags): New command.
3139 (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
3140 (org-set-tags): Efficiency improvements.
3141 (org-auto-align-tags): New option.
3142 (org-todo, org-demote, org-promote): Realign tags.
3143 (org-tags-completion-function): Use also "&" and "|" as separators.
3144 (org-org-menu): Agenda commands simplified.
3145
3146 2005-12-19 Luc Teirlinck <teirllm@auburn.edu>
3147
3148 * cus-edit.el (customize-apropos, customize-apropos-options):
3149 Docstring changes.
3150
3151 * font-lock.el (font-lock): Add tags to the links in the defgroup.
3152
3153 2005-12-19 Chong Yidong <cyd@stupidchicken.com>
3154
3155 * longlines.el (longlines-mode): Wrap while widened.
3156 (longlines-decode-region, longlines-encode-region): Compute max
3157 just once.
3158
3159 2005-12-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3160
3161 * cus-edit.el (mac): New group.
3162
3163 * cus-start.el (all): Add user options in macterm.c. Add test for
3164 Mac-related built-ins. Fix test for GTK-related built-ins.
3165
3166 * term/mac-win.el (mac-handle-language-change)
3167 (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
3168 (mac-services-open-selection, mac-services-mail-selection)
3169 (mac-services-mail-to, mac-services-insert-text)
3170 (mac-dispatch-apple-event): Add docstrings.
3171 (x-get-selection, mac-select-convert-to-string): Select coding
3172 system from `utf-16be' and `utf-16le' using `byteorder'.
3173
3174 2005-12-18 Stefan Monnier <monnier@iro.umontreal.ca>
3175
3176 * subr.el (lazy-completion-table): Don't be fooled if the var holds
3177 a "list" (lambda ...) rather than a real completion list.
3178
3179 * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
3180 lexical-let when encountering ((lambda (...) ...) ...).
3181
3182 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3183
3184 * progmodes/sh-script.el (sh-mode):
3185 * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
3186 * textmodes/picture.el (picture-mode): Update docstrings.
3187
3188 2005-12-17 Eli Zaretskii <eliz@gnu.org>
3189
3190 * makefile.w32-in (autoloads, custom-deps): Warn that parts of
3191 commands enclosed in $(ARGQUOTE)s should not be split between two
3192 lines, as that will break with GNU Make >3.80, when sh.exe is used
3193 and arg quoting is with '..'.
3194 (autoloads): Don't break the quoted --eval expression between
3195 several lines.
3196
3197 2005-12-17 Chong Yidong <cyd@stupidchicken.com>
3198
3199 * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
3200 Capture error from printing circular structures.
3201
3202 2005-12-17 Martin Rudalics <rudalics@gmx.at> (tiny change)
3203
3204 * wid-edit.el (widget-checkbox-action): Clear undo info.
3205
3206 2005-12-16 Bill Wohler <wohler@newt.com>
3207
3208 * menu-bar.el (kill-this-buffer): Set a good example by using menu
3209 bar, not menubar in comment.
3210
3211 2005-12-16 Stefan Monnier <monnier@iro.umontreal.ca>
3212
3213 * progmodes/cc-engine.el (c-after-change-check-<>-operators):
3214 After-change-functions should not clobber the match data.
3215
3216 2005-12-16 Juri Linkov <juri@jurta.org>
3217
3218 * simple.el (choose-completion): Use `buffer-substring-no-properties'
3219 instead of `buffer-substring'.
3220 (completion-common-substring): Doc fix.
3221 (completion-setup-function): Use minibuffer-completion-contents
3222 instead of minibuffer-contents. Don't set common-string-length
3223 initially. Remove special handling of partial-completion-mode.
3224 Move computation of completion-base-size into one cond.
3225 Call completion-base-size-function in mainbuf. In computation of
3226 completion-base-size for file name completion don't move point to
3227 the end of the minibuffer. Move computation of common-string-length
3228 into one cond. Start putting faces only when common-string-length>=0.
3229 Add condition to put completions-common-part when
3230 common-string-length>0.
3231
3232 * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
3233 place point at the first different character in the minibuffer
3234 even if this position is at the beginning of the minibuffer.
3235
3236 * info.el (Info-read-node-name-1): In completion-base-size-function's
3237 lambda return 1 if common-substring or minibuffer-completion-contents
3238 starts with (, and 0 otherwise.
3239
3240 * emacs-lisp/crm.el (crm-minibuffer-completion-help):
3241 Use `crm-current-element' for second arg of `display-completion-list'.
3242
3243 2005-12-16 Klaus Zeitler <kzeitler@lucent.com>
3244
3245 * files.el (set-auto-mode): Look for an interpreter specified on
3246 the first line also if search for mode specification succeeded,
3247 but the mode is not known.
3248
3249 2005-12-16 Carsten Dominik <dominik@science.uva.nl>
3250
3251 * textmodes/org.el (org-tags-match-list-sublevels): New option.
3252 (org-open-at-point): Implement tag searches as links.
3253 (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
3254 (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
3255 (org-tags-sparse-tree, org-tags-view, org-set-tags)
3256 (org-agenda-dispatch): New commands.
3257 (org-use-tag-inheritance, org-tags-column): New options.
3258 (org-tab-follows-link, org-return-follows-link): New options.
3259 (org-tags): New customize group.
3260 (org-start-icalendar-file): Get local time zone.
3261 (org-tags-completion-function): New function.
3262 (org-set-font-lock-defaults): Make sure links will also be
3263 highlighted inside headlines.
3264
3265 2005-12-16 Mark Plaksin <happy@usg.edu> (tiny change)
3266
3267 * term.el (term-emulate-terminal):
3268 Let term-handle-ansi-terminal-messages override what Bash says about
3269 its current directory.
3270
3271 2005-12-16 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
3272
3273 * bindings.el (last-buffer): Move to simple.el.
3274 * simple.el (last-buffer): Move here.
3275 (get-next-valid-buffer): New function.
3276 (next-buffer): Use frame-local buffer list, maintain buried buffer list.
3277 (prev-buffer): Ditto. Rename to `previous-buffer'.
3278
3279 * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
3280 * bindings.el (global-map): Ditto.
3281
3282 2005-12-15 Luc Teirlinck <teirllm@auburn.edu>
3283
3284 * cus-edit.el: Introductory comment change.
3285 (custom-magic-alist): Change message string for the `rogue' state.
3286
3287 2005-12-15 Richard M. Stallman <rms@gnu.org>
3288
3289 * tooltip.el: Delete defcustom variable :tag names.
3290
3291 * complete.el (partial-completion-mode): Doc fix.
3292
3293 * textmodes/flyspell.el (flyspell-external-point-words):
3294 Use save-excursion to ensure we don't move backward in the
3295 search loop, not even one character.
3296 (flyspell-delete-all-overlays): Use remove-overlays directly.
3297
3298 * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
3299 (ispell-start-process): Set that variable.
3300 Clear ispell-buffer-local-name.
3301 (ispell-internal-change-dictionary):
3302 Set ispell-current-dictionary after killing process.
3303 (ispell-buffer-local-dict):
3304 Don't set spell-personal-dictionary after killing process.
3305 (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
3306 (ispell-tex-skip-alists, ispell-html-skip-alists)
3307 (ispell-skip-region-alist): Mark as risky.
3308
3309 * net/newsticker.el (newsticker--retrieval-timer-list)
3310 (newsticker--display-timer, newsticker-running-p)
3311 (newsticker-ticker-running-p): Definitions moved up.
3312
3313 2005-12-16 Nick Roberts <nickrob@snap.net.nz>
3314
3315 * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
3316
3317 2005-12-15 David Ponce <david@dponce.com>
3318
3319 * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
3320 (recentf-edit-list, recentf-open-files): Signal an error when
3321 there is no recent file.
3322
3323 2005-12-14 Lennart Borgman <lennart.borgman.073@student.lu.se>
3324
3325 * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
3326 read-only except for texinfo-format-region evaluation.
3327
3328 2005-12-14 Richard M. Stallman <rms@gnu.org>
3329
3330 * vc.el (vc-default-previous-version, vc-default-next-version)
3331 (vc-do-command): Doc fixes.
3332
3333 2005-12-14 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3334
3335 * textmodes/bibtex.el (bibtex-expand-strings)
3336 (bibtex-autokey-expand-string, bibtex-name-part)
3337 (bibtex-entry-type-whitespace, bibtex-entry-type-str)
3338 (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
3339 (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
3340 (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
3341 (bibtex-entry-postfix, bibtex-known-entry-type-re)
3342 (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
3343 (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
3344 (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
3345 (bibtex-beginning-of-last-entry): Remove.
3346 (bibtex-parse-field-name): Use bibtex-field-name. Issue error
3347 message if comma is missing but buffer is read-only.
3348 (bibtex-parse-field-text): Handle whitespaces at the end of field
3349 text. Return 3-element list with beginning and end of field text
3350 and end of field.
3351 (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
3352 (bibtex-parse-field): Remove arg name. Use bibtex-field-name.
3353 (bibtex-search-forward-field, bibtex-search-backward-field):
3354 Search always delimited by limits of entry. Use more efficient
3355 search algorithms.
3356 (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
3357 bibtex-end-of-name-in-field.
3358 (bibtex-text-in-field-bounds): Handle BibTeX strings when
3359 extracting the content of a field.
3360 (bibtex-text-in-field): Use search limits.
3361 (bibtex-parse-string-prefix): Handle empty string keys based on
3362 bibtex-string-empty-key.
3363 (bibtex-parse-string): Fix docstring.
3364 (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
3365 (bibtex-preamble-prefix, bibtex-strings): New functions.
3366 (bibtex-skip-to-valid-entry): Include preceding whitespace in
3367 BibTeX entries (consistent with other BibTeX functions).
3368 (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
3369 (bibtex-search-entry): Fix docstring. Simplify.
3370 (bibtex-flash-head, bibtex-complete-string-cleanup)
3371 (bibtex-count-entries, bibtex-sort-buffer): Simplify.
3372 (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
3373 (bibtex-parse-entry): New optional arg content.
3374 (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
3375 Use bibtex-text-in-field-bounds.
3376 (bibtex-print-help-message): Handle BibTeX strings and preambles.
3377 (bibtex-end-of-entry): Use bibtex-preamble-prefix and
3378 bibtex-parse-string-postfix.
3379 (bibtex-find-text-internal): New function.
3380 (bibtex-remove-delimiters): Use it.
3381 (bibtex-find-text): Use it. New optional arg help.
3382 (bibtex-complete): Handle BibTeX string and preamble entries.
3383 (bibtex-Preamble): Fix order of closing delimiters.
3384
3385 2005-12-14 Stefan Monnier <monnier@iro.umontreal.ca>
3386
3387 * vc.el (vc-default-revert): New fun.
3388
3389 * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
3390
3391 2005-12-14 Romain Francoise <romain@orebokech.com>
3392
3393 * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
3394 (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
3395 (font-lock-remove-keywords): Likewise.
3396
3397 2005-12-14 Juri Linkov <juri@jurta.org>
3398
3399 * log-view.el (log-view-diff): Doc fix.
3400
3401 * isearch.el (isearch-query-replace): Use (mark) instead of
3402 isearch-opoint if mark is active in transient-mark-mode.
3403
3404 2005-12-14 Aaron S. Hawley <Aaron.Hawley@uvm.edu>
3405
3406 * isearch.el (isearch-query-replace): Check for isearch-other-end.
3407
3408 2005-12-14 Per Abrahamsen <abraham@dina.kvl.dk>
3409
3410 * progmodes/cpp.el (cpp-face): New widget.
3411 (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
3412
3413 2005-12-14 Juri Linkov <juri@jurta.org>
3414
3415 * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
3416 around `erase-buffer' and `insert'.
3417
3418 * descr-text.el (describe-text-properties): Replace buffer name
3419 "*Help-2*" with "*Help*<2>".
3420 (describe-char): Add functions print-help-return-message,
3421 toggle-read-only. Use help-setup-xref with nil to not store
3422 describe-char in help-xref-stack. Use help-make-xrefs to
3423 make [back] button.
3424
3425 * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
3426
3427 * wdired.el (wdired-old-point): New internal variable.
3428 (wdired-change-to-wdired-mode): Set it buffer-locally.
3429 (wdired-abort-changes): Restore point after aborting changes.
3430
3431 2005-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
3432
3433 * vc.el (vc-do-command): Add a new value t for okstatus.
3434
3435 * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
3436 frame in case of errors.
3437
3438 2005-12-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3439
3440 * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
3441 so it comes after "On the Left" in the menu.
3442
3443 2005-12-12 Luc Teirlinck <teirllm@auburn.edu>
3444
3445 * cus-edit.el (customize-apropos, customize-apropos-options)
3446 (customize-apropos-faces, customize-apropos-groups): Doc fixes.
3447
3448 2005-12-12 Bill Wohler <wohler@newt.com>
3449
3450 * vc-svn.el (vc-svn-registered): Fix problem of visiting
3451 non-writable Subversion-controlled files by saving window
3452 configuration before calling vc-do-command. vc-do-command calls
3453 pop-to-buffer on error which is unexpected during registration.
3454
3455 2005-12-12 Jay Belanger <belanger@truman.edu>
3456
3457 * calc/README: Update the summary of changes.
3458
3459 2005-12-12 Stefan Monnier <monnier@iro.umontreal.ca>
3460
3461 * descr-text.el (describe-char): Rework last fix to solve the problem
3462 is the same way it's solved for everything else in that function
3463 (i.e. by extracting the info before setting up the *Help* buffer).
3464
3465 2005-12-12 Kim F. Storm <storm@cua.dk>
3466
3467 * subr.el (version-regexp-alist): Allow space as separator before
3468 non-numeric part, e.g. "1.0 alpha".
3469 (version-to-list): Interpret .X.Y version as 0.X.Y version.
3470
3471 2005-12-12 Carsten Dominik <dominik@science.uva.nl>
3472
3473 * textmodes/org.el (org-agenda, org-timeline, org-todo):
3474 Implement Logging and the keep-modes setting.
3475 (org-get-category): Make sure a string is returned.
3476 (org-log-done): New function.
3477 (org-log-done, org-closed-string): New options.
3478
3479 2005-12-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3480
3481 * tooltip.el (tooltip-y-offset): Change default to 20.
3482
3483 2005-12-12 Richard M. Stallman <rms@gnu.org>
3484
3485 * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
3486
3487 * frame.el (display-hourglass): Doc fix.
3488
3489 * help.el (help-for-help-internal): Simplify entry for `a'.
3490
3491 * info.el (Info-on-current-buffer): Doc fix.
3492 (info-insert-file-contents): Don't test (featurep 'jka-compr).
3493
3494 * startup.el (inhibit-splash-screen): Make this the real name.
3495 (inhibit-startup-message): Make this the alias.
3496 (command-line): Find only simple.el, and use its directory
3497 to fill in other preloaded files' names.
3498 (command-line): Deactivate the mark if deactivate-mark is set.
3499
3500 * international/mule.el (load-with-code-conversion):
3501 Bind deactivate-mark.
3502
3503 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
3504
3505 2005-12-11 Luc Teirlinck <teirllm@auburn.edu>
3506
3507 * cus-edit.el (customize-apropos): Avoid listing an option more
3508 than once under different aliases. No longer list user options
3509 that are not defined with defcustom (unless a prefix arg is given).
3510 Doc fix.
3511 (customize-apropos-options): Doc fix.
3512
3513 2005-12-11 Juri Linkov <juri@jurta.org>
3514
3515 * frame.el (set-background-color, set-foreground-color)
3516 (set-cursor-color, set-mouse-color, set-border-color):
3517 Add explicit prompts to read colors by `facemenu-read-color'.
3518 (show-trailing-whitespace, blink-cursor-delay)
3519 (blink-cursor-interval, display-hourglass, hourglass-delay):
3520 Remove tags.
3521 (display-hourglass, hourglass-delay): Doc fix.
3522 (cursor-in-non-selected-windows): Capitalize words in tag.
3523
3524 * faces.el (frame-background-mode): Replace `choice-item' keywords
3525 with `const' to not make [default] button. Change default value tag
3526 from `default' to `automatic'. Doc fix.
3527 (trailing-whitespace) <defface>: Change group `whitespace' to
3528 `whitespace-faces'.
3529
3530 2005-12-11 Richard M. Stallman <rms@gnu.org>
3531
3532 * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
3533
3534 2005-12-11 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3535
3536 * term/mac-win.el: Create keymap for mac-apple-event-map.
3537
3538 2005-12-11 Nick Roberts <nickrob@snap.net.nz>
3539
3540 * tooltip.el (tooltip-mode): Move to start of file so that it
3541 appears at top of customize buffer.
3542
3543 * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
3544 Add the gud groupname.
3545 (gud-tooltip-mode): Add the tooltip groupname.
3546 (gud-tooltip-echo-area): Add the gud groupname. Remove tag to
3547 avoid conflict with tooltip-use-echo-area.
3548
3549 2005-12-10 Romain Francoise <romain@orebokech.com>
3550
3551 * help.el (help-for-help-internal): Add `r' in doc string.
3552
3553 2005-12-10 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
3554
3555 * align.el (align-regexp, align-highlight-rule):
3556 Use region-beginning and region-end instead of point and mark, so that
3557 repetition (with `repeat-complex-command') recomputes the region
3558 bounds.
3559
3560 2005-12-10 Lennart Borgman <lennart.borgman.073@student.lu.se>
3561
3562 * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
3563 (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
3564 (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
3565 (balance-windows): Rewrite using the above new functions.
3566
3567 2005-12-10 David Koppelman <koppel@ece.lsu.edu>
3568
3569 * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
3570 react if global-hi-lock-mode seems intended.
3571 (global-hi-lock-mode) Renamed from hi-lock-mode.
3572 (hi-lock-archaic-interface-message-used)
3573 (hi-lock-archaic-interface-deduce): New variables.
3574 (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
3575 (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
3576 (hi-lock-find-patterns, hi-lock-font-lock-hook):
3577 Replace hi-lock-buffer-mode with hi-lock-mode.
3578
3579 2005-12-10 Kevin Rodgers <ihs_4664@yahoo.com>
3580
3581 * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
3582 completion list, even after a partial completion has been
3583 inserted in the current buffer. If there are more than 1
3584 completion, redisplay the *Completions* buffer; if the
3585 completion is unique, delete the *Completions* window.
3586
3587 2005-12-10 Eli Zaretskii <eliz@gnu.org>
3588
3589 * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
3590 strings and long subject lines that were broken into multiple
3591 lines at arbitrary places. Handle subjects that have "Re: " in
3592 the middle.
3593
3594 2005-12-10 John W. Eaton <jwe@octave.org>
3595
3596 * emacs/octave-mod.el (octave-electric-space): Don't indent
3597 comments or strings if octave-auto-indent is nil.
3598
3599 2005-12-10 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3600
3601 * term/mac-win.el: Require url when compiling.
3602 Call mac-process-deferred-apple-events after loading init files.
3603 (mac-apple-event-map): New defvar. Define event handlers in it.
3604 (core-event, internet-event): New Apple event class symbols.
3605 (open-application, reopen-application, open-documents)
3606 (print-documents, open-contents, quit-application)
3607 (application-died, show-preferences, autosave-now, get-url):
3608 New Apple event ID symbols.
3609 (about): New HICommand ID symbol.
3610 (mac-event-spec, mac-event-ae): New macros.
3611 (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
3612 (mac-ae-selection-range, mac-ae-text-for-search)
3613 (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
3614 (mac-application-menu-map): Remove keymap. Handlers for HICommand
3615 and Services menu events are now defined in mac-apple-event-map.
3616 (mac-drag-n-drop): Remove selection range handling.
3617
3618 2005-12-10 Kenichi Handa <handa@m17n.org>
3619
3620 * simple.el (zap-to-char):
3621 * isearch.el (isearch-process-search-char): Translate CHAR by
3622 translation-table-for-input.
3623
3624 2005-12-09 Chong Yidong <cyd@stupidchicken.com>
3625
3626 * foldout.el (foldout-exit-fold): Properly hide subtree.
3627
3628 2005-12-09 Reiner Steib <Reiner.Steib@gmx.de>
3629
3630 * files.el (save-buffer):
3631 * international/ucs-tables.el (ucs-set-table-for-input):
3632 * mail/mail-extr.el (mail-extract-address-components):
3633 * mail/sendmail.el (mail-mode): Reformat doc string.
3634
3635 2005-12-09 Juri Linkov <juri@jurta.org>
3636
3637 * isearch.el (isearch-highlight): Change main overlay priority
3638 from 1 to 1001. Simplify.
3639 (isearch-lazy-highlight-update): Change lazy overlay priority
3640 from 0 to 1000.
3641
3642 * replace.el (replace-highlight): Change overlay priority from
3643 1 to 1001.
3644
3645 * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
3646 Change overlay priority from 1 to 1001. Reuse existing overlay.
3647
3648 * compare-w.el (compare-windows-highlight): Change overlay
3649 priority from 1 to 1000.
3650
3651 * menu-bar.el (menu-bar-edit-menu): Add listp around
3652 pending-undo-list to disable menu item "undo" when pending
3653 undo list is empty.
3654
3655 * locate.el (locate): Disable undo in *Locate* buffer.
3656
3657 2005-12-09 Kim F. Storm <storm@cua.dk>
3658
3659 * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
3660
3661 2005-12-09 David Ponce <david@dponce.com>
3662
3663 * recentf.el: Improvement of the menu code.
3664 (recentf-enabled-p): Move before first use. Use `kill-emacs-hook'
3665 instead of menu hook.
3666 (recentf-show-menu, recentf-hide-menu): New functions.
3667 (recentf-menu-customization-changed, recentf-mode): Use them.
3668 (recentf-menu-action, recentf-max-menu-items)
3669 (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
3670 (recentf-arrange-by-rule-others)
3671 (recentf-arrange-by-rules-min-items)
3672 (recentf-arrange-by-rule-subfilter) : Don't use
3673 `recentf-menu-customization-changed'.
3674 (recentf-arrange-rules): Likewise. Accept functions to compute
3675 sub-menu titles.
3676 (recentf-menu-filter): Likewise. Doc fix.
3677 (recentf-menu-value-shortcut): Doc fix.
3678 (recentf-dump-variable): Quote atom value.
3679 (recentf-make-menu-items): Update to use it as a menu filter.
3680 (recentf-match-rule): New function.
3681 (recentf-arrange-by-rule): Use it.
3682 (recentf-indirect-mode-rule): New function.
3683 (recentf-build-mode-rules): Use it.
3684 (recentf-dir-rule): New function.
3685 (recentf-arrange-by-dir): Use it.
3686 (recentf-filter-changer-current): Rename from
3687 `recentf-filter-changer-state'. All references updated.
3688 (recentf-filter-changer-alist): Update filter names.
3689 (recentf-filter-changer-select): New function.
3690 (recentf-filter-changer): Use it. Make a sub-menu from filters
3691 available in `recentf-filter-changer-alist'.
3692 (recentf-data-cache, recentf-clear-data)
3693 (recentf-update-menu): Remove. All references updated.
3694 (recentf-match-rule-p, recentf-build-dir-rules)
3695 (recentf-filter-changer-goto-next)
3696 (recentf-filter-changer-get-current)
3697 (recentf-filter-changer-get-next): Remove.
3698
3699 2005-12-08 Luc Teirlinck <teirllm@auburn.edu>
3700
3701 * cus-edit.el (custom-buffer-create-internal): Relabel the whole
3702 buffer "Reset" button to "Reset to Current" for consistency with
3703 the State buttons.
3704
3705 2005-12-08 John Paul Wallington <jpw@pobox.com>
3706
3707 * ibuf-ext.el (define-ibuffer-filter filename):
3708 If `dired-directory' is a list then really use its car.
3709
3710 2005-12-08 Kim F. Storm <storm@cua.dk>
3711
3712 * emulation/cua-rect.el (cua--rectangle-aux-replace):
3713 Fix indention of text on right side of replaced rectangle.
3714
3715 2005-12-09 Nick Roberts <nickrob@snap.net.nz>
3716
3717 * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
3718 No need to check gud-comint-buffer is bound.
3719 (gdb): Prevent multiple debugging when first session uses gdba.
3720
3721 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3722
3723 CC Mode update to 5.31.
3724
3725 * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
3726 Emacsen which lack `define-minor-mode'. (Currently Emacs <21. We
3727 might do this function properly in the future).
3728
3729 * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el: New
3730 macros c-sentence-end and c-default-value-sentence end, to cope
3731 with Emacs 22's new function `sentence-end'.
3732
3733 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3734
3735 * progmodes/cc-cmds.el (c-show-syntactic-information): Solved the
3736 compat issue using `c-put-overlay' and `c-delete-overlay'.
3737
3738 * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay): New
3739 compat macros to handle overlays/extents.
3740
3741 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3742
3743 * progmodes/cc-fix.el: Add definitions of the macros push and pop
3744 (for GNU Emacs 20.4)
3745
3746 * progmodes/cc-defs.el:
3747 (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
3748
3749 * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
3750 highlighting mechanism so it will work in XEmacs too.
3751
3752 * progmodes/cc-defs.el: Insert c-int-to-char.
3753
3754 * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
3755 call to the new macro c-int-to-char. This solves XEmacs's
3756 regarding characters as different from integers.
3757
3758 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3759
3760 * progmodes/cc-fonts.el (c-make-syntactic-matcher): New internal
3761 helper.
3762
3763 (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
3764 construct to make the indirect face lookup work in XEmacs.
3765
3766 (c-cpp-matchers): Append the negation char face to the existing
3767 fontification, so that the cpp face doesn't disappear. Use
3768 `c-make-syntactic-matcher' to avoid negation chars in comments and
3769 strings.
3770
3771 * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
3772 to map to `font-lock-negation-char-face' in emacsen where it
3773 exists.
3774
3775 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3776
3777 * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
3778
3779 * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
3780 Rename "c-subword-move-mode" as "c-subword-mode".
3781
3782 * progmodes/cc-mode.el: Added tty suitable bindings for C-c
3783 <delete> and C-c C-<delete>. (To the c-hungry- delete functions).
3784
3785 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3786
3787 * progmodes/cc-mode.el: Added autoload directive for
3788 `c-subword-move-mode' for use in older emacsen.
3789
3790 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3791
3792 * progmodes/cc-mode.el:
3793 (i) Insert a binding for C-c C-backspace into
3794 c-bind-special-erase-keys which works in TTYs.
3795 (ii) Make sure that when file styles are used, any explicitly
3796 given style variables take priority over those in the style. Do
3797 this by calling `hack-local-variables' a second time.
3798
3799 * progmodes/cc-vars.el: Add language specific customization
3800 widgets for AWK to c-doc-comment-style, c-require-final-newline
3801 and c-default-style. Add a defcustom for awk-mode-hook. Give
3802 c-syntactic-element and c-syntactic-context doc-strings by
3803 directly setting their `variable-documentation' propery. This
3804 allows Emacs 22.1 to read these with C-h v.
3805
3806 * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan
3807 Monnier).
3808
3809 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3810
3811 * progmodes/cc-fonts.el, cc-vars.el
3812 (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
3813 (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
3814 Masatake YAMATO.
3815
3816 (c-doc-comment-style): Made GtkDoc default in C mode.
3817
3818 * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
3819 and C-c C-<delete>.
3820
3821 (c-bind-special-erase-keys): New function for use on
3822 `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
3823
3824 * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
3825 <delete> key behavior in XEmacs according to `delete-forward-p'.
3826 C.f. `c-electric-delete'.
3827
3828 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3829
3830 * progmodes/cc-mode.el: Give c-hungry-backspace and
3831 c-hungry-delete-forward permanent key bindings.
3832
3833 * progmodes/cc-cmds.el (c-electric-semi&comma): Bind
3834 c-syntactic-context for calls to "criteria functions", for
3835 consistency with other calls to user functions.
3836
3837 * progmodes/cc-cmds.el (c-indent-command): Expunge use of
3838 `current-prefix-arg', since this might be the prefix arg to a
3839 command which calls c-indent-command as a function. Change the
3840 interactive spec from "p" to "P".
3841
3842 * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
3843 reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
3844 was difficult to understand.
3845
3846 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3847
3848 * progmodes/cc-engine.el (c-on-identifier): Fixed bug when at the
3849 first char of an identifier.
3850
3851 * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
3852 +" syntax in C++.
3853
3854 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3855
3856 * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
3857 auto-fill doesn't split a c-comment's last word from a hanging
3858 "*/" when a space is typed between them after fill-column.
3859
3860 * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
3861
3862 * progmodes/cc-styles.el (c-set-style)
3863 (c-setup-paragraph-variables): Abort the command if we're not in a
3864 CC Mode buffer.
3865
3866 * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
3867 with blank comment-prefix, and a blank line as the comment's
3868 second line.
3869
3870 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3871
3872 * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
3873 Incorporated the patterns added in the Emacs development branch
3874 for the new Emacs 22 face `font-lock-negation-char-face'.
3875
3876 * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
3877 of "red" since it stands out better in xterms and DOS terminals.
3878
3879 * progmodes/cc-engine.el (c-literal-faces): Added
3880 `font-lock-comment-delimiter-face' which is new in Emacs 22.
3881
3882 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3883
3884 * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
3885 forcibly enable c-electric-flag.
3886
3887 * progmodes/cc-vars.el, cc-cmds.el: New clean-up
3888 `comment-close-slash' on c-electric-slash: if enabled, typing `/'
3889 just after the comment-prefix of a C-style comment will close that
3890 comment.
3891
3892 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3893
3894 * progmodes/cc-fonts.el (c-basic-matchers-before)
3895 (c-complex-decl-matchers): Fixed the "not-arrow-prefix" regexp used
3896 in Pike.
3897
3898 * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
3899 digraphs.
3900
3901 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
3902 (c-cpp-message-directives, c-cpp-include-directives)
3903 (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
3904 (c-cpp-expr-directives): Introduced new language constants to
3905 control cpp syntax in a cleaner way.
3906
3907 (c-cpp-expr-functions): Renamed from c-cpp-defined-fns.
3908
3909 (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
3910
3911 * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
3912 (c-multiline-string-start-char): New language constants and
3913 variables to specify how newlines in string literals work.
3914
3915 (c-font-lock-invalid-string): Use them.
3916
3917 * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
3918 unbalanced close brace is entered. Optimization by avoiding going
3919 back over arbitrarily large blocks. Removed hints that this
3920 function only would be relevant/useful in AWK.
3921
3922 (c-electric-brace): Indent syntactically after the cleanups since
3923 lineup functions might do it differently then.
3924
3925 * progmodes/cc-engine.el, cc-langs.el
3926 (c-opt-op-identifier-prefix): New language constant and variable.
3927
3928 (c-just-after-func-arglist-p, c-after-special-operator-id)
3929 (c-search-decl-header-end, c-inside-bracelist-p): Use it.
3930
3931 * progmodes/cc-align.el, cc-engine.el
3932 (c-after-special-operator-id): New helper to handle C++ operator
3933 identifiers.
3934
3935 (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
3936 (c-guess-basic-syntax): Handle C++ operator identifiers in
3937 declarations.
3938
3939 * progmodes/cc-langs.el (c-assignment-operators): Added the
3940 trigraph version of ^= too.
3941
3942 * progmodes/cc-langs.el (c-assignment-operators): Added the
3943 trigraph version of |= in C++.
3944
3945 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle
3946 `c-decl-hangon-kwds' after the identifier name.
3947
3948 * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
3949 whether an arglist is "nonempty", ignore a comment after the open
3950 paren if it isn't followed by a non-comment token on the same
3951 line.
3952
3953 * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4: Enable
3954 heuristics below the point to cope with classes inside special
3955 brace lists in Pike.
3956
3957 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3958
3959 * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
3960
3961 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
3962
3963 * progmodes/cc-guess.el (cc-guess-install): New function to
3964 install an already guessed style in another buffer.
3965
3966 * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
3967 sets `inhibit-read-only' - `c-save-buffer-state' should be used
3968 anyway if the change always is undone.
3969
3970 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
3971
3972 Implement togglable electricity:
3973
3974 * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
3975 saying when it should be used.
3976
3977 * progmodes/cc-engine.el: Add the new buffer-local variable,
3978 c-electric-flag.
3979
3980 * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
3981 c-toggle-auto-newline.
3982
3983 * progmodes/cc-mode.el: Rename c-toggle-auto-state to
3984 c-toggle-auto-newline. Remove the binding for
3985 c-toggle-auto-hungry-state. Add the binding C-c C-l for the new
3986 c-toggle-electric-state.
3987
3988 * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
3989
3990 * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
3991 c-\(forward\|backward\)-subword.
3992 (c-update-modeline): Add the new modeline flag `l' for
3993 `c-electric-flag'. Make the auto-newline flag `a' dependent on
3994 `l'.
3995 (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'. Make
3996 the old name an alias of the new name.
3997 (c-toggle-electric-state): New function.
3998 c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\):
3999 Adapt these functions to do electric things only when
4000 c-electric-flag is non-nil.
4001 (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
4002 new functions from c-electric-brace.
4003 (c-point-syntax): Add a check for "virtual semicolons" in AWK
4004 mode, so that the tentative extra newline doesn't change the
4005 syntax of the following brace.
4006 (c-electric-brace): Restructure by extracting the above functions.
4007 Tidy up the coding somewhat.
4008 (c-electric-semi&comma, c-electric-colon, c-electric-paren):
4009 restructure a bit.
4010
4011 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4012
4013 * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
4014 anchor position(s) using faces. Thanks to Masatake YAMATO for the
4015 idea.
4016
4017 * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
4018 (c-submode-indicators): Changed name from `c-auto-hungry-string'
4019 since it's now used to track another submode.
4020
4021 (c-update-modeline): Converted to function and extended to check
4022 `c-subword-move-mode'.
4023
4024 (c-forward-into-nomenclature, c-backward-into-nomenclature):
4025 Converted to compat aliases for `c-forward-subword' and
4026 `c-backward-subword'.
4027
4028 * progmodes/cc-subword.el: New functions and minor mode to handle
4029 SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
4030
4031 (c-forward-subword, c-backward-subword, c-mark-subword)
4032 (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
4033 (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
4034 Functions corresponding to the standard word handling functions.
4035
4036 (c-subword-move-mode): Minor mode that replaces all the standard
4037 word handling functions with their subword equivalences.
4038
4039 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4040
4041 * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
4042 entry for one-liner-defun.
4043
4044 * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
4045 name in its def-edebug-spec.
4046
4047 * progmodes/cc-cmds.el (c-electric-brace): Make the
4048 one-liner-defun clean-up work with empty-defun-braces. o-l-d now
4049 compacts space before a comment, if this will make things fit on
4050 one line.
4051
4052 Introduce an "awk" style, mainly for auto-newline and clean-ups.
4053
4054 * progmodes/cc-align.el: New function c-snug-1line-defun-close
4055
4056 * progmodes/cc-cmds.el: In c-electric-brace, add code for new
4057 clean-up one-liner-defun.
4058
4059 * progmodes/cc-styles.el: Add the new "awk" style.
4060
4061 * progmodes/cc-vars.el: Add description of one-liner-defun to
4062 c-cleanup-list's doc-string. New user options,
4063 c-max-one-liner-length. In c-default-style, set the default style
4064 for AWK to "awk".
4065
4066 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4067
4068 * progmodes/cc-engine.el (c-forward-label): Fixed fontification of
4069 macros inside labels.
4070
4071 * progmodes/cc-engine.el (c-looking-at-bos): Obsoleted in favor of
4072 `c-at-statement-start-p' and `c-at-expression-start-p'.
4073
4074 * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
4075 error if the mark isn't set.
4076
4077 * progmodes/cc-engine.el (c-guess-continued-construct)
4078 (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
4079 accurately detect functions inside functions.
4080
4081 * progmodes/cc-engine.el (c-at-expression-start-p): New function
4082 like `c-at-statement-start-p' that additionally recognizes commas
4083 and expression parentheses as delimiters.
4084
4085 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Added flag
4086 to avoid heuristics that doesn't work for unclosed blocks.
4087
4088 (c-at-statement-start-p): New function.
4089
4090 * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
4091 Objective-C directives, e.g. directives spanning lines should work
4092 reasonably well now.
4093
4094 (c-put-c-type-property, c-clear-c-type-property): New helpers.
4095
4096 (c-forward-objc-directive): New function to move over any ObjC
4097 directive.
4098
4099 (c-just-after-func-arglist-p, c-guess-basic-syntax)
4100 (c-basic-matchers-before): Use it.
4101
4102 (c-font-lock-objc-iip-decl): Removed.
4103
4104 * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
4105 in the template arglist recognition.
4106
4107 * progmodes/cc-styles.el (c-style-alist): Fixed several
4108 inconsistencies in the Whitesmith style.
4109
4110 * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
4111 New lineup function to get lines after Whitesmith style blocks
4112 correctly indented.
4113
4114 (c-lineup-whitesmith-in-block): Backed out the compensation for
4115 opening parens since it's done using `add' lists in the style
4116 definition instead. Don't use the anchor position since it varies
4117 too much between the syntactic symbols. :P
4118
4119 * progmodes/cc-vars.el (c-valid-offset): Updated.
4120
4121 * progmodes/cc-engine.el (c-evaluate-offset): Extended to handle
4122 lists where the offsets are combined according to several
4123 different methods: `first', `min', `max', and `add'. Report
4124 offset evaluation errors with `c-benign-error' so that some kind
4125 of reindentation still is done.
4126
4127 * progmodes/cc-engine.el (c-guess-basic-syntax): Anchor
4128 `arglist-intro' the same way as `arglist-cont-nonempty' and
4129 `arglist-close'.
4130
4131 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed similar
4132 situations for `arglist-cont-nonempty' and `arglist-close'.
4133
4134 * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New
4135 constant.
4136
4137 * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
4138 cc-bytecomp-boundp' in a number of places.
4139
4140 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a
4141 macro related issue.
4142
4143 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4144
4145 * progmodes/cc-awk.el: Change the terminology of regexps: A char
4146 list is now [asdf], a char class [:alpha:]. Include code for char
4147 classes. Set c-awk-NL-prop on lines ending in open strings. (Bug
4148 fix.) Add character classes (e.g. "[:alpha:]") into AWK Mode's
4149 regexps.
4150
4151 Remove (nearly all of) the cruft associated with AWK Mode's former
4152 concept of "virtual semicolons":
4153
4154 Adapt c-beginning-of-statement, c-end-of-statement (together with
4155 subfunctions) to use the new notion of "virtual semicolon" in
4156 place of the old awkward special handling for AWK. There remains
4157 much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
4158 * progmodes/cc-cmds.el:
4159 (c-ascertain-adjacent-literal): In the backwards direction, now
4160 recognises AWK regexp delimiters as string delimiters.
4161 (c-after-statement-terminator-p): Adapt for virtual semicolons;
4162 check more rigorously for "end of macro".
4163 (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
4164 virtual semicolons;
4165 (c-beginning-of-statement): Adapt for virtual semicolons; Separate
4166 out the code for forward movement into ...
4167 (c-end-of-statement): Now contains the code for forward movement,
4168 adapted for virtual semicolons.
4169
4170 * progmodes/cc-engine.el:
4171 (c-ws*-string-limit-regexp): New regexp.
4172 (c-forward-single-comment, c-backward-single-comment): Comment out
4173 the (now redundant) "special" AWK stuff.
4174
4175 * progmodes/cc-styles.el, cc-vars.el: Change the settings of
4176 c-string-par-start, c-string-par-separate to be more like Text
4177 Mode than Fundamental Mode.
4178
4179 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4180
4181 * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
4182 to the fontified region so that fontification doesn't occur
4183 outside it (could happen e.g. when fontifying a line with an
4184 unfinished declaration).
4185
4186 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4187
4188 * progmodes/cc-awk.el: Regexps for analysing AWK code have been
4189 moved to near the start of the file. ^L now separate sections of
4190 the file. New defconsts: c-awk-non-eol-esc-pair-re,
4191 c-awk-blank-or-comment-line-re,
4192 c-awk-one-line-possibly-open-string-re,
4193 c-awk-regexp-one-line-possibly-open-char-class-re,
4194 c-awk-one-line-possibly-open-regexp-re,
4195 c-awk-one-line-non-syn-ws*-re. New functions: c-awk-at-vsemi-p,
4196 c-awk-vsemi-status-unknown-p.
4197
4198 Amend the concept of "virtual semicolons" (in the indentation
4199 engine) for languages like AWK, such that they are now
4200 conceptually attached to end of the last token of a statement, not
4201 the end of the line. (In AWK Mode, however, the pertinent text
4202 property is still physically set on the EOL.) Remove the specific
4203 tests for awk-mode, thus facilitating the introduction of other
4204 language modes where EOLs can end statements. (Note: The
4205 funtionality in cc-cmds.el, specifically
4206 c-beginning/end-of-statement has yet to be amended.)
4207
4208 * progmodes/cc-defs.el: New macros c-at-vsemi-p,
4209 c-vsemi-status-unknown-p.
4210
4211 * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
4212 c-stmt-delim-chars. New c-lang-defvars: c-at-vsemi-p-fn,
4213 c-vsemi-status-unknown-p-fn (in a new page).
4214
4215 * progmodes/cc-engine.el: In c-beginning-of-statement-1,
4216 c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
4217 numerous awkward forms like
4218 (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
4219 with
4220 (c-at-vsemi-p). Fix a few typos. In c-guess-basic-syntax, new
4221 variable before-ws-ip, the place just after char-before-ip
4222 appears.
4223
4224 * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
4225 a comment.
4226
4227 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4228
4229 * progmodes/cc-cmds.el (c-electric-brace): Cleaned up using
4230 `c-tentative-buffer-changes'.
4231
4232 * progmodes/cc-defs.el (c-region-is-active-p): Simplified and
4233 converted to macro to choose between Emacs and XEmacs at compile
4234 time.
4235
4236 (c-set-region-active): New set counterpart to
4237 `c-region-is-active-p'.
4238
4239 (c-tentative-buffer-changes): New macro to handle temporary buffer
4240 changes in a convenient way.
4241
4242 (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
4243 for `c-tentative-buffer-changes'.
4244
4245 * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tightened up
4246 the checks for paren sexps between the point and the keyword, to
4247 avoid some false alarms.
4248
4249 * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
4250 Fixed a situation where an error could be thrown for unbalanced
4251 parens. Changed to make use of c-keyword-member' to avoid some
4252 repeated regexp matches.
4253
4254 (c-opt-lambda-key, c-opt-inexpr-block-key,
4255 c-opt-inexpr-class-key): These language variable are no longer
4256 necessary.
4257
4258 (c-block-stmt-kwds): New language constant used by
4259 c-looking-at-inexpr-block'.
4260
4261 (c-guess-basic-syntax): Removed an optional check that looked at
4262 the existence of the now removed language variables.
4263
4264 * progmodes/cc-engine.el (c-fdoc-shift-type-backward,
4265 c-forward-decl-or-cast-1): Fixed invalid recognition of C++ style
4266 object instantiation expressions as declarations in some contexts.
4267 This bug only affected languages where the declarator can't be
4268 enclosed in parentheses.
4269
4270 * progmodes/cc-styles.el (c-style-alist): Fixed the GNU style to
4271 insert newlines before and after substatement braces.
4272
4273 * progmodes/cc-engine.el: Improved the heuristics for recognizing
4274 function declaration headers and the handling of C++ style member
4275 init lists.
4276
4277 (c-just-after-func-arglist-p): Rewritten to use
4278 `c-forward-decl-or-cast-1'. Now behaves a bit differently too.
4279
4280 (c-beginning-of-member-init-list): Removed since it isn't used
4281 anymore.
4282
4283 (c-guess-basic-syntax): Case 5B adapted for the new
4284 `c-just-after-func-arglist-p'. Cases 5B.1 and 5B.3 merged. Cases
4285 5D.1 and 5D.2 removed since they aren't trigged anymore (case 5B.1
4286 covers all cases now).
4287
4288 * progmodes/cc-defs.el (c-point): Added `bosws' and `eosws'.
4289
4290 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4291
4292 * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
4293 c-string-par-start/separate c-sentence-end-with-esc-eol,
4294 initialised in c-setup-paragraph-variables, used in string
4295 scanning subroutines of c-beginning-of-statement.
4296
4297 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
4298 which precedes the newly inserted `{'.
4299
4300 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4301
4302 * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
4303 function for declaration level blocks. It should now cope with
4304 templates better and also be a lot more comprehensible.
4305
4306 (c-looking-at-decl-block): The new function.
4307
4308 (c-search-uplist-for-classkey): The old one. It's now a wrapper
4309 for compatibility.
4310
4311 (c-add-class-syntax, c-guess-continued-construct,
4312 c-guess-basic-syntax): Adapted for `c-looking-at-decl-block'.
4313
4314 (c-decl-block-key): Changed to tell apart ambiguous and
4315 unambiguous keywords. Pike specials are now handled directly in
4316 the code instead.
4317
4318 (c-block-prefix-disallowed-chars, c-block-prefix-charset): New
4319 language constants and variables to make the backward skip in
4320 `c-looking-at-decl-block' as tight as possible.
4321
4322 (c-nonsymbol-token-char-list): New language constant.
4323
4324 * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
4325 find balanced template arglists backwards.
4326
4327 * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
4328 making char classes for `c-syntactic-skip-backward'.
4329
4330 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified case
4331 16D - can't be a class-close at that point.
4332
4333 * progmodes/cc-engine.el (c-guess-basic-syntax)
4334 (c-add-class-syntax): Don't narrow out the enclosing declaration
4335 level. This makes everything a lot easier, and it was actually
4336 only four small places that needed it to work. Some places that
4337 previously did `widen' are removed now, which has the effect that
4338 `c-guess-basic-syntax' never will look at things outside the
4339 current narrowment now. The anchor position for `topmost-intro'
4340 is affected by this, but it was so bogus it was basically useless
4341 before, and now it's equally bogus but in a slightly different
4342 way.
4343
4344 (c-narrow-out-enclosing-class): Gone.
4345
4346 (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
4347 the narrowed region.
4348
4349 (c-least-enclosing-brace): Removed silly optional argument.
4350
4351 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fixed bug where
4352 the point could be left directly after an open paren when finding
4353 the beginning of the first decl in the block.
4354
4355 * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
4356 Specify which submatch to use.
4357
4358 * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
4359
4360 (c-decl-start-re): No longer any need for special treatment of
4361 ObjC due to the above.
4362
4363 (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
4364 presumably follows C in that regard.
4365
4366 * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
4367 New language constants to specify operator tokens inside
4368 identifiers in a more high level way.
4369
4370 (c-opt-identifier-prefix-key): New internal language constant.
4371
4372 (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
4373 (c-identifier-start, c-identifier-key): Now completely calculated
4374 from other constants.
4375
4376 (c-identifier-last-sym-match): Decommissioned since it's no longer
4377 used.
4378
4379 (c-operators): Use `c-identifier-ops'. Documented
4380 `postfix-if-paren'.
4381
4382 * progmodes/cc-engine.el (c-forward-name): Removed the
4383 optimization when c-identifier-key is equal to c-symbol-key since
4384 it doesn't work in byte compiled files. Don't record empty
4385 regions as identifiers.
4386
4387 * progmodes/cc-langs.el (c-filter-ops): New helper function to
4388 simplify access to `c-operators' and its likes.
4389
4390 (c-operator-list, c-all-op-syntax-tokens)
4391 (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
4392 (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
4393 (c-primary-expr-regexp, c-cast-parens): Use it.
4394
4395 * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
4396 an explicit language in functions.
4397
4398 * progmodes/cc-defs.el (c-make-keywords-re): Added an appendable
4399 variant of adornment.
4400
4401 * progmodes/cc-langs.el (c-any-class-key): Removed unused language
4402 variable.
4403
4404 (c-type-decl-prefix-key): Removed some now unnecessary cruft from
4405 the Pike value.
4406
4407 * progmodes/cc-engine.el (c-on-identifier)
4408 (c-simple-skip-symbol-backward): Small fix for handling "-"
4409 correctly in `skip-chars-backward'. Affected the operator lfun
4410 syntax in Pike.
4411
4412 * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disabled the
4413 diagnostic message about precompiled language vars not being used.
4414
4415 * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
4416 "__attribute__" is followed by a parenthesis.
4417
4418 (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
4419 (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
4420 language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
4421
4422 * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el: Internal
4423 cleanups to properly detect the declared identifiers in various
4424 declarations.
4425
4426 (c-decl-start-kwds): New language constant to recognize
4427 declarations that can start anywhere. Used for class declarations
4428 in Pike.
4429
4430 (c-specifier-key, c-not-decl-init-keywords)
4431 (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
4432 (c-find-decl-spots): Implement `c-decl-start-kwds'.
4433
4434 (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
4435 (c-decl-hangon-key, c-forward-decl-or-cast-1): Separated the
4436 handling of the compiler specific extension keywords into a new
4437 language constant `c-decl-hangon-kwds' that defines keyword
4438 clauses to be ignored in declarations.
4439
4440 (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
4441 past unrecognized tokens when handling `c-colon-type-list-kwds'.
4442 Necessary to stop at the declared identifier in e.g. IDL valuetype
4443 declarations.
4444
4445 (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
4446 (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
4447 (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
4448 (c-forward-decl-or-cast-1): Recognize the declared identifier in
4449 class and enum declarations as such and not as part of the type.
4450
4451 (c-forward-decl-or-cast-1, c-forward-label): Relaxed the
4452 interpretation of PRECEDING-TOKEN-END when there's no preceding
4453 token.
4454
4455 (c-forward-decl-or-cast-1): Don't disregard sure signs of
4456 declarations when there's some syntax error later on.
4457
4458 (c-complex-decl-matchers): Did away with a reference to
4459 `c-specifier-key'.
4460
4461 * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
4462 value - this variable is always dynamically bound.
4463
4464 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
4465 * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
4466 * cc-cmds.el, cc-defs.el: Changed the policy for marking up
4467 functions that might do hidden buffer changes: All such internal
4468 functions are now marked instead of those that don't.
4469
4470 (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
4471 (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
4472 (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
4473 (c-literal-type): Allow these functions to make hidden buffer changes,
4474 so that they are free to use text property caching later on.
4475
4476 (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
4477 (c-electric-brace, c-electric-slash, c-electric-star)
4478 (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
4479 (c-electric-paren, c-electric-continued-statement, c-indent-command)
4480 (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
4481 (c-context-line-break): Added `c-save-buffer-state' calls to comply
4482 with the changed semantics of the functions above.
4483
4484 * progmodes/cc-engine.el (c-beginning-of-statement-1): Fixed a bug
4485 when macros occur in obscure places. Optimized the sexp movement
4486 a bit.
4487
4488 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4489
4490 Enhancements for c-beginning-of-statement to work in AWK Mode:
4491
4492 * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
4493 (completed statement) with `}' (statement completed by closing
4494 brace or semicolon) and `$' (statement completed by EOL).
4495
4496 (c-awk-virtual-semicolon-ends-prev-line-p)
4497 (c-awk-virtual-semicolon-ends-line-p)
4498 (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
4499 (c-awk-at-statement-end-p): New functions.
4500
4501 * progmodes/cc-cmds.el: Simplify the structure of functions
4502 c-forward-over-illiterals, c-back-over-illiterals. Enhance these
4503 two functions and c-beginning-of-statement to handle AWK Mode.
4504
4505 * progmodes/cc-engine.el: Enhance c-forward-single-comment,
4506 c-backward-single-comment for AWK mode. Attempt to clarify their
4507 doc-strings.
4508
4509 * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
4510
4511 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4512
4513 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
4514 label handling. Labels are now recognized in a uniform and more
4515 robust way, regardless of context. Text properties are put on all
4516 labels to recognize the following declarations better. Multiword
4517 labels are handled both in indentation and fontification for the
4518 benefit of language extensions like Qt. For consistency, keywords
4519 in labels are now fontified with the label face instead. That
4520 also applies to "case" and "default".
4521
4522 (c-beginning-of-statement-1): Fixed some bugs in the label
4523 handling. Disregard `c-nonlabel-token-key' in labels that begin
4524 with `c-label-kwds'.
4525
4526 (c-find-decl-spots): Support that the callback adds more
4527 `c-decl-end' spots to find.
4528
4529 (c-forward-decl-or-cast-1): Don't treat a list of plain
4530 identifiers followed by a colon as a declaration.
4531
4532 (c-forward-label): New function to recognize labels.
4533
4534 (c-guess-basic-syntax): Replaced uses of `c-label-key' with
4535 `c-forward-label'. Moved the label recognition cases (14 and 15)
4536 earlier since they aren't so context sensitive now. Handle labels
4537 on the top level gracefully. Moved access label recognition to
4538 the generic label case (CASE 15) - removed CASE 5E.
4539
4540 (c-font-lock-declarations): Added recognition of labels in the
4541 same round since we need to handle labels in parallell with other
4542 declarations to recognize both accurately. It should also improve
4543 speed.
4544
4545 (c-simple-decl-matchers, c-basic-matchers-after): Moved
4546 `c-font-lock-labels' so that it only is used on decoration level 2
4547 since `c-font-lock-declarations' handles it otherwise.
4548
4549 (c-complex-decl-matchers): Removed the simplistic recognition of
4550 access labels.
4551
4552 (c-decl-prefix-re): Removed the kludges that was necessary to cope
4553 with labels earlier.
4554
4555 (c-decl-start-re): New language variable to make
4556 `c-font-lock-declarations' stop for the special protection labels
4557 in Objective-C that start with `@'.
4558
4559 (c-label-key): Removed since it's no longer used.
4560
4561 (c-recognize-colon-labels, c-label-prefix-re): New language
4562 constants to support recognition of generic colon-terminated
4563 labels.
4564
4565 (c-type-decl-end-used): `c-decl-end' is now used whenever there
4566 are colon terminated labels.
4567
4568 * progmodes/cc-align.el (c-lineup-arglist): Fixed bug when the
4569 first argument starts with a special brace list.
4570
4571 * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
4572 (c-font-lock-declarations): Broke out the declaration and cast
4573 recognition from `c-font-lock-declarations' to a new function, so
4574 that it can be used in the indentation engine.
4575
4576 * progmodes/cc-engine.el (c-find-decl-spots): Fixed bug in backing
4577 up to the start of the literal. Fixed bug with the point on the
4578 wrong side of the search limit that could happen when the start
4579 position is inside a literal.
4580
4581 * progmodes/cc-engine.el (c-parse-state)
4582 (c-invalidate-state-cache): Modified the use of `c-state-cache-end'
4583 so that it's kept a little bit back to increase the hit rate.
4584
4585 (c-parse-state): Changed the macro handling and fixed some
4586 glitches. Macro context is checked more often than necessary now,
4587 but otoh less garbage conses are generated.
4588
4589 * progmodes/cc-engine.el (c-parse-state)
4590 (c-invalidate-state-cache): Cache the last position where
4591 `c-state-cache' applies. This can speed up refontification quite
4592 a bit in blocks where there are many non-brace parens before the
4593 point.
4594
4595 (c-state-cache-end): New variable for this.
4596
4597 (c-guess-basic-syntax, c-debug-parse-state): Adapted for the new
4598 cache variable.
4599
4600 * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
4601 get close initial continue positions when the start position is
4602 inside a literal or macro. Do not call the callback for spots
4603 before the start position (which can happen e.g. for `c-decl-end'
4604 spots inside comments). Optimize better in special cases when the
4605 region is a single line inside a literal or macro (typically when
4606 the current line is refontified).
4607
4608 * progmodes/cc-engine.el (c-guess-basic-syntax): Simplified calls
4609 to `c-add-stmt-syntax' - there's no need to explicitly whack off
4610 entries from the paren state.
4611
4612 * progmodes/cc-engine.el (c-add-stmt-syntax): Narrowed down the
4613 special case for "else if" clauses.
4614
4615 * progmodes/cc-engine.el (c-looking-at-inexpr-block)
4616 (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
4617
4618 * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks): New
4619 language variable to recognize the gcc extension with statement
4620 blocks inside expressions.
4621
4622 * progmodes/cc-engine.el (c-add-stmt-syntax): Restructured to make
4623 it somewhat more comprehensible. The argument AT-BLOCK-START is
4624 no longer used and hence removed.
4625
4626 (c-guess-continued-construct, c-guess-basic-syntax): Updated calls
4627 to `c-add-stmt-syntax'.
4628
4629 * progmodes/cc-engine.el (c-backward-to-decl-anchor): Use
4630 `c-beginning-of-statement-1' instead of duplicating parts of it.
4631 This fixes bogus label recognition.
4632
4633 * progmodes/cc-engine.el (c-add-type, c-check-type)
4634 (c-forward-name, c-forward-type): Improved storage of template
4635 types in `c-found-types' so that they can be recognized better.
4636
4637 (c-syntactic-content): Added option to skip past nested parens.
4638
4639 * progmodes/cc-engine.el (c-forward-name): Set
4640 `c-last-identifier-range' all the time. It's less work that way.
4641 Handle that there might not be an identifier to store in
4642 `c-last-identifier-range'.
4643
4644 (c-forward-type): Handle that `c-last-identifier-range' might be
4645 nil from `c-forward-name'.
4646
4647 * progmodes/cc-defs.el (c-safe-scan-lists)
4648 (c-(go-)?(up|down)-list-(forward|backward)): Added limit arguments.
4649
4650 * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
4651 to work even if the form fails.
4652
4653 * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
4654 down in a large file in one go.
4655
4656 (c-get-fallback-start-pos): New helper function for
4657 `c-parse-state'.
4658
4659 * progmodes/cc-align.el (c-lineup-assignments): New lineup
4660 function which is like `c-lineup-math' but returns nil instead of
4661 `c-basic-offset' when it doesn't match.
4662
4663 (c-lineup-math): Changed to use `c-lineup-assignments'.
4664
4665 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4666
4667 * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
4668 c-beginning-of-statement. New subfunctions
4669 c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
4670
4671 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4672
4673 * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
4674 hardcoded char classes whereever possible. Changed a couple of
4675 places to use skip by syntax instead of skip by char class.
4676
4677 * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
4678 Fixed a bug in the regexp that caused extreme backtracking.
4679
4680 * progmodes/cc-langs.el (c-block-comment-starter)
4681 (c-block-comment-ender): New language constants to specify in a
4682 single place how block comments look.
4683
4684 (c-comment-start-regexp, c-block-comment-start-regexp)
4685 (comment-start, comment-end, comment-start-skip)
4686 (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
4687 (c-syntactic-ws, c-nonempty-syntactic-ws)
4688 (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
4689 `c-line-comment-starter', `c-block-comment-starter' and
4690 `c-block-comment-ender'.
4691
4692 (c-block-comment-regexp, c-unterminated-block-comment-regexp):
4693 New language constants to break up things a bit.
4694
4695 (c-simple-ws): New language constant for simple whitespace.
4696
4697 * progmodes/cc-defs.el (c-concat-separated): New convenience
4698 function.
4699
4700 * progmodes/cc-defs.el (c-make-keywords-re): Added kludge for bug
4701 in `regexp-opt' in Emacs 20 and XEmacs when strings contain
4702 newlines. Allow and ignore nil elements in the list.
4703
4704 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4705
4706 * progmodes/cc-cmds.el: Comment out a (n almost certainly
4707 superfluous) check, (eq here (point-max)) in
4708 c-beginning-of-statement.
4709
4710 * progmodes/cc-cmds.el: Tidy up the comments in
4711 c-beginning-of-statement and subfunctions.
4712
4713 * progmodes/cc-awk.el: Replace calls to put-text-property to the
4714 more flexible c-put-char-property and c-clear-char-properties.
4715 Add the author's email address.
4716
4717 * progmodes/cc-langs.el: New variable,
4718 c-block-comment-start-regexp.
4719
4720 * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
4721 closing "*/" of a block comment.
4722
4723 * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
4724 subfunctions) so that it works at BOB and EOB.
4725
4726 * progmodes/cc-cmds.el, cc-vars.el: More updating of
4727 c-beginning-of-statement, including new variable
4728 c-block-comment-start-regexp.
4729
4730 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4731
4732 * progmodes/cc-langs.el (c-known-type-key): Optimize simple
4733 symbols from `*-font-lock-extra-types' so that there's no need to
4734 use `regexp-opt' on those lists.
4735
4736 * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
4737 `c-type-modifier-kwds' is empty.
4738
4739 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
4740 there are several strings on the same line.
4741
4742 * progmodes/cc-engine.el (c-literal-limits): Removed the
4743 compatibility function for older emacsen. `c-literal-limits-fast'
4744 has now taken the place of this function.
4745
4746 * progmodes/cc-vars.el (c-emacs-features): Removed compatibility
4747 with older emacsen: We now require `pps-extended-state'.
4748
4749 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4750
4751 * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
4752 which obviates the need to hack sentence-end. This now handles
4753 escaped newlines in strings correctly. Correct minor bugs in
4754 c-move-over-sentence and in c-beginning-of-statement.
4755
4756 * progmodes/cc-cmds.el (c-beginning-of-statement (and
4757 subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
4758 that movement over macros and code are rigorously separated from
4759 eachother. Correct a few incidental bugs.
4760
4761 * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
4762 Improve its doc-string. Improve the handling of certain specific
4763 cases.
4764
4765 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4766
4767 * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
4768 (c-guess-basic-syntax): Changed the way class-level labels are
4769 recognized; they can now contain essentially any symbols.
4770
4771 (c-opt-extra-label-key): New language variable to cope with the
4772 special protection label syntax in Objective-C.
4773
4774 (c-opt-access-key): Removed; this is now handled better by
4775 `c-nonlabel-token-key' and `c-opt-extra-label-key'.
4776
4777 (c-complex-decl-matchers): Update to handle that
4778 `c-opt-access-key' no longer exists.
4779
4780 * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
4781 improved label recognition in `c-beginning-of-statement-1'.
4782
4783 * progmodes/cc-engine.el (c-beginning-of-member-init-list):
4784 Recognize bitfields better.
4785
4786 * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
4787 Removed some cruft and fixed a bug that could cause it to go to a
4788 position further down.
4789
4790 * progmodes/cc-langs.el, cc-engine.el
4791 (c-beginning-of-statement-1): Improved detection of labels in
4792 declaration contexts.
4793
4794 (c-beginning-of-decl-1): Use it.
4795
4796 (c-nonlabel-token-key): New language constant and variable needed
4797 by `c-beginning-of-statement-1'.
4798
4799 * progmodes/cc-engine.el (c-guess-basic-syntax): Fixed bug that
4800 manifested itself due to the correction in `c-forward-sexp'.
4801
4802 * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp): Made
4803 these behave as documented when used at the buffer limits.
4804
4805 * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
4806 (c-type-decl-end-used): Made this a language variable.
4807
4808 * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
4809 correctly when `combine-after-change-calls' is used together with
4810 temporary narrowings.
4811
4812 * progmodes/cc-engine.el (c-beginning-of-statement-1): Report
4813 labels correctly when the start point is immediately after the
4814 colon.
4815
4816 * progmodes/cc-defs.el (c-parse-sexp-lookup-properties): Removed
4817 since it isn't used anymore.
4818
4819 * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
4820 bracket arglists such as template parens in C++.
4821
4822 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed a bug
4823 in the last check-in. Some optimization.
4824
4825 * progmodes/cc-engine.el (c-syntactic-skip-backward): Fixed bug
4826 where it could stop at the same level in a preceding sexp when
4827 PAREN-LEVEL is set.
4828
4829 * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
4830 text property lookup only when it's needed.
4831
4832 * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
4833 Changed the policy for paren marked angle brackets to be more
4834 persistent; once marked they remain marked even when they're found
4835 to be unbalanced in the searched region. This should keep the
4836 paren syntax around even when individual lines are refontified in
4837 multiline template arglists.
4838
4839 (c-parse-and-markup-<>-arglists): New dynamically bound variable
4840 to control markup so that incorrect angle bracket arglists aren't
4841 marked in contexts where the correct value for
4842 `c-disallow-comma-in-<>-arglists' isn't known.
4843
4844 (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
4845 argument has become `c-parse-and-markup-<>-arglists'.
4846
4847 (c-remove-<>-arglist-properties): Removed - no longer used.
4848
4849 (c-after-change-check-<>-operators): New function used on
4850 `after-change-functions' to avoid that "<" and ">" characters that
4851 are part of longer operators have paren syntax.
4852
4853 (c-<>-multichar-token-regexp): New language variable used by
4854 `c-after-change-check-<>-operators'.
4855
4856 (c-after-change): Call `c-after-change-check-<>-operators'.
4857
4858 (c-font-lock-<>-arglists): Use the context properties set by
4859 `c-font-lock-declarations' to set
4860 `c-disallow-comma-in-<>-arglists' correctly to avoid doing invalid
4861 markup.
4862
4863 (c-font-lock-declarations): Removed code that undoes the invalid
4864 markup done by `c-font-lock-<>-arglists'.
4865
4866 (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
4867 after `c-font-lock-declarations'.
4868
4869 * progmodes/cc-engine.el (c-syntactic-skip-backward): Added
4870 paren-level feature.
4871
4872 (c-guess-basic-syntax): Improved the anchor position for
4873 `template-args-cont' in nested template arglists. There's still
4874 much to be desired in this area, though.
4875
4876 2005-12-08 Alan Mackenzie <bug-cc-mode@gnu.org>
4877
4878 * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
4879 Make the "Text Filling and Line Breaking" commands work for AWK
4880 buffers.
4881
4882 2005-12-08 Martin Stjernholm <bug-cc-mode@gnu.org>
4883
4884 * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
4885 Removed; (c-major-mode-is 'awk-mode) can be used instead now.
4886
4887 * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
4888 it doesn't work no longer are supported.
4889
4890 * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
4891 * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
4892 requires support for the syntax-table' text property, which rules
4893 out Emacs 19 and XEmacs < 21.4. Removed various compatibility
4894 cruft associated with those versions.
4895
4896 * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
4897 for the `syntax-table' text property, which rules out Emacs 19 and
4898 XEmacs < 21.4. Removed various compatibility cruft associated
4899 with those versions.
4900
4901 * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
4902 support for the `syntax-table' text property.
4903
4904 * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
4905 variable and use an extra quoted face name instead. All the
4906 emacsen flavors handle that correctly.
4907
4908 * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
4909 (c-font-lock-declarators, c-font-lock-declarations)
4910 (c-complex-decl-matchers, c-basic-matchers-after): Use a text
4911 property to mark the items in in declarator lists to handle
4912 refontification inside multiline declarations better.
4913
4914 * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
4915 construct like "a * b = c;" as a declaration.
4916
4917 2005-12-08 Kim F. Storm <storm@cua.dk>
4918
4919 * emulation/cua-base.el (cua-use-hyper-key): Replaced by ...
4920 (cua-rectangle-modifier-key): ... this. New defcustom. Can now
4921 select either meta, hyper, or super modifier for rectangle commands.
4922 (cua--rectangle-modifier-key): New defvar.
4923 (cua--M/H-key): Use it. Remove special case for `space'.
4924 (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
4925 on X, to meta otherwise. Always bind C-return to toggle
4926 rectangle. Pass ?\s instead of `space' to cua--M/H-key.
4927
4928 * emulation/cua-rect.el (cua-help-for-rectangle): Use
4929 cua--rectangle-modifier-key. Handle super modifier too.
4930 (cua--init-rectangles): Always bind C-return to toggle rectangle.
4931 Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
4932
4933 * ido.el: Move Acknowledgements and History after Commentary.
4934 Minor changes to Commentary.
4935
4936 * emulation/cua-base.el (cua--select-keymaps): Enable repeat
4937 keymap if cua--prefix-override-timer is `shift'.
4938 (cua--shift-control-prefix): New function; emulate "type prefix
4939 key twice" functionality to handle shifted prefix key override.
4940 (cua--shift-control-c-prefix, cua--shift-control-x-prefix): New
4941 commands.
4942 (cua--init-keymaps): Bind them to S-C-c and S-C-x.
4943
4944 2005-12-08 Carsten Dominik <dominik@science.uva.nl>
4945
4946 * textmodes/org.el (org-insert-heading): Try to do items before
4947 headings.
4948 (org-agenda-mode): Quote `org-agenda-mode-hook'.
4949 (org-insert-item): New function.
4950 (org-renumber-ordered-list): Don't skip to higher level lists.
4951
4952 2005-12-08 Juri Linkov <juri@jurta.org>
4953
4954 * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
4955
4956 * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
4957
4958 * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
4959
4960 * pcvs.el (defun-cvs-mode): Put `definition-name' property on
4961 the constructed function name fun-1.
4962
4963 * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
4964 because such links don't lead to parent documentation.
4965
4966 2005-12-08 Kenichi Handa <handa@m17n.org>
4967
4968 * descr-text.el (describe-char): Use *Help-2* buffer if the
4969 current buffer is *Help*. Call describe-text-properties while
4970 setting the original buffer.
4971
4972 2005-12-07 Bill Wohler <wohler@newt.com>
4973
4974 * files.el (auto-mode-alist): Remove mh-letter-mode. Unnecessary,
4975 and causes problems with non-MH users (such as Gnus users).
4976
4977 2005-12-08 Nick Roberts <nickrob@snap.net.nz>
4978
4979 * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
4980 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
4981 (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
4982 command "info sources". Move calls to GDB command "list".
4983 (gdb-find-file-hook): Just use gdb-source-file-list.
4984 (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
4985 (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
4986 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4987 (gdb-data-list-register-values-handler): Use correct trigger name.
4988
4989 2005-12-07 Kim F. Storm <storm@cua.dk>
4990
4991 * ido.el (ido-completion-map): Rename from ido-mode-map.
4992 (ido-common-completion-map, ido-file-completion-map)
4993 (ido-file-dir-completion-map, ido-buffer-completion-map):
4994 Rename from ido-mode-....-map.
4995 (ido-init-completion-maps): Rename from ido-init-mode-maps.
4996 (ido-setup-completion-map): Rename from ido-define-mode-map.
4997 (ido-read-internal): Bind minibuffer-local-filename-completion-map
4998 to ido-completion-map.
4999
5000 2005-12-07 Kenichi Handa <handa@m17n.org>
5001
5002 * international/mule-cmds.el
5003 (set-display-table-and-terminal-coding-system): If the coding
5004 system specified in `unibyte-display' property is different from
5005 the arg coding-system, don't setup standard-display-table.
5006
5007 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5008
5009 * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
5010 that comments end at \n, regardless of selective-display.
5011
5012 2005-12-07 Nick Roberts <nickrob@snap.net.nz>
5013
5014 * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
5015 (gdb-version): New variables.
5016 (gdb-source-file-list, gdb-register-names)
5017 (gdb-changed-registers): New variables for use with GDB 6.4+.
5018 (gdb-ann3): Replace with...
5019 (gdb-init-1, gdb-init-2): ...two new functions.
5020 (gdba, gdb-prompt): Call gdb-init-1.
5021 (gdb-get-version): New function. Call gdb-init-2 from here.
5022 (gud-watch): Make it work with mouse events too.
5023 (gdb-post-prompt): Don't add to queue until GDB version is known.
5024 (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
5025 (gdb-locals-mode): Use gdb-version.
5026 (gdb-memory-format-map, gdb-memory-unit-map)
5027 (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
5028 (gdb-locals-font-lock-keywords-1)
5029 (gdb-locals-font-lock-keywords-2): New variables.
5030 (gdb-find-file-hook): Make it work with GDB 6.4+ too.
5031 (gdb-set-gud-minor-mode-existing-buffers-1)
5032 (gdb-var-list-children-1, gdb-var-list-children-handler-1)
5033 (gdb-var-update-1, gdb-var-update-handler-1)
5034 (gdb-data-list-register-values-handler)
5035 (gdb-data-list-register-values-custom)
5036 (gdb-get-changed-registers, gdb-get-changed-registers-handler)
5037 (gdb-stack-list-locals-handler, gdb-get-register-names):
5038 New functions for use with GDB 6.4+.
5039 (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
5040 (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
5041 (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
5042 (gdb-stack-list-locals-regexp)
5043 (gdb-data-list-register-names-regexp): New regexps for use with
5044 GDB 6.4+.
5045
5046 2005-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
5047
5048 * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
5049
5050 2005-12-06 Nozomu Ando <nand@mac.com> (tiny patch)
5051
5052 * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
5053 prompts work for AUTH PLAIN. Also reported by Steve Allan
5054 <seallan@verizon.net>.
5055
5056 2005-12-06 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5057
5058 * frame.el (set-frame-parameter): Add doc string.
5059
5060 2005-12-06 Carsten Dominik <dominik@science.uva.nl>
5061
5062 * textmodes/org.el (org-occur-highlights): New variable.
5063 (org-highlight-new-match, org-remove-occur-highlights): New functions.
5064 (org-highlight-sparse-tree-matches): New option.
5065 (org-do-occur): New function.
5066 (org-get-heading): Make it work also at beginning of line.
5067 (org-category-table): New variable.
5068 (org-get-category-table, org-get-category)
5069 (org-camel-to-words, org-link-search): New functions.
5070 (org-select-this-todo-keyword): New variable.
5071 (org-todo-list): New command.
5072 (org-shiftright, org-shiftleft): New commands.
5073 (org-agenda-todo): Add prefix argument.
5074 (org-show-hierarchy-above): New option.
5075 (org-show-todo-tree): Numerical prefix creates tree for specific
5076 TODO keyword.
5077 (org-outline-level): New function, to assign a level to plain
5078 lists items.
5079 (org-cycle-include-plain-lists): New option.
5080 (org-mode): Use `org-outline-level' as value of `outline-level'.
5081 (org-cycle): Temporarily switch `outline-regexp' if
5082 `org-cycle-include-plain-lists' is non-nil.
5083 (org-start-icalendar-file): Fix format bug.
5084 (org-agenda-get-day-entries): Create category table.
5085 (org-agenda-get-todos, org-agenda-get-timestamps)
5086 (org-agenda-get-deadlines, org-agenda-get-scheduled)
5087 (org-agenda-get-blocks): Use `org-get-category'.
5088 (org-context-in-file-links): Rename from
5089 `org-line-numbers-in-file-links'.
5090
5091 2005-12-06 Romain Francoise <romain@orebokech.com>
5092
5093 * window.el (balance-windows): Delete extraneous third arg in call
5094 to `enlarge-window'.
5095
5096 2005-12-06 Kenichi Handa <handa@m17n.org>
5097
5098 * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
5099
5100 2005-12-06 Nick Roberts <nickrob@snap.net.nz>
5101
5102 * progmodes/gdb-ui.el (gdb-var-create-handler)
5103 (gdb-var-evaluate-expression-handler, gdb-frame-handler)
5104 (gdb-var-list-children-handler, gdb-var-update-handler):
5105 Current buffer is already gdb-partial-output-buffer, don't
5106 make it current again.
5107
5108 2005-12-05 Luc Teirlinck <teirllm@auburn.edu>
5109
5110 * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
5111 (list-buffers-noselect): Use it.
5112
5113 2005-12-05 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
5116 (mail-yank-ignored-headers): Use regexp-opt.
5117 (mail-mode-map): Move initialization into declaration.
5118 (mail-sent-via): Remove unused shadowed var `to-line'.
5119 (mail-mailer-swallows-blank-line): Use with-temp-buffer.
5120 (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
5121 (mail-do-fcc): Use dolist and push.
5122 (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
5123 (mail-yank-ignored-headers): Don't autoload.
5124
5125 2005-12-05 Kenichi Handa <handa@m17n.org>
5126
5127 * international/mule-cmds.el (set-language-info-internal): New fun.
5128 (set-language-info): Call set-language-info-internal to update
5129 language-info-alist. If LANG-ENV is the current one, call
5130 set-language-environment to make INFO effective now.
5131 (set-language-info-alist): Likewise.
5132 (locale-language-names): With locale "en", use English
5133 lang. env. but set the default codings to iso-8859-1.
5134
5135 2005-12-04 Nick Roberts <nickrob@snap.net.nz>
5136
5137 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
5138 (gdb-speedbar-auto-raise): Echo new state in minibuffer.
5139 (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
5140 for plain strings.
5141 (gdb-frames-mode): Remove redundant call to font-lock-mode.
5142 (gdb-all-registers): Rename from toggle-gdb-all-registers.
5143 Create registers buffer if necessary. Echo new state in minibuffer.
5144 (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
5145
5146 2005-12-03 Chong Yidong <cyd@stupidchicken.com>
5147
5148 * info.el (Info-fontify-node): Match external links using
5149 non-directory part of filename.
5150
5151 2005-12-04 Juri Linkov <juri@jurta.org>
5152
5153 * font-core.el (global-font-lock-mode): Use define-global-minor-mode
5154 instead of easy-mmode-define-global-mode. Add `:group font-lock'.
5155 (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
5156 because there is no customization option for it.
5157
5158 * font-lock.el (lisp-font-lock-keywords-1):
5159 Add define-global-minor-mode.
5160
5161 * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
5162
5163 * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
5164 properties on the constructed variable names.
5165
5166 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
5167 Put `definition-name' properties on the constructed function names
5168 next-sym and prev-sym.
5169
5170 * emacs-lisp/find-func.el (find-function-regexp):
5171 Add define-global-minor-mode. Replace `easy-mmode-define-global-mode'
5172 with `easy-mmode-define-[a-z-]+'. Add easy-menu-define.
5173 (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
5174 and easy-menu-define.
5175
5176 * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
5177 easy-mmode-define-global-mode and define-global-minor-mode.
5178 (lisp-imenu-generic-expression): Add define-global-minor-mode.
5179
5180 * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
5181 instead of easy-mmode-define-global-mode.
5182
5183 * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
5184 Use define-minor-mode instead of easy-mmode-define-minor-mode.
5185
5186 * cus-edit.el (customize-group, customize-group-other-window):
5187 Filter out autoloaded options from the group completion list by
5188 using heuristics that autoloaded groups don't have `custom-autoload'
5189 property on their symbols (they have only `custom-loads').
5190
5191 * simple.el (completion-setup-function): Put completions-common-part
5192 face on complete completion string too (i.e. completion string
5193 without completions-first-difference face).
5194
5195 * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
5196
5197 2005-12-03 Eli Zaretskii <eliz@gnu.org>
5198
5199 * view.el (view-mode): Doc fix.
5200
5201 * disp-table.el (standard-display-european): Add to the warning
5202 message a reference to the doc string.
5203
5204 * play/yow.el (apropos-zippy): Call print-help-return-message,
5205 similar to other Help and Apropos commands.
5206
5207 * help.el (print-help-return-message): If pop-up-frames is
5208 non-nil, set up help-return-method to delete the help window and,
5209 possibly, its frame as well, and don't display message about
5210 scrolling the help window. Doc fix.
5211 (help-return-method): Doc fix.
5212
5213 2005-12-03 Martin Rudalics <rudalics@gmx.at> (tiny change)
5214
5215 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
5216 whereby names of length one or names starting with a
5217 symbol-constituent character would not be returned.
5218
5219 2005-12-03 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
5220
5221 * subr.el (atomic-change-group): Add edebug and indentation spec.
5222
5223 2005-12-02 Stefan Monnier <monnier@iro.umontreal.ca>
5224
5225 * completion.el (save-completions-file-name): Fix typo in last change.
5226
5227 2005-12-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5228
5229 * info.el: Move back/forward history to the beginning of the tool bar.
5230
5231 2005-12-02 Ken Manheimer <ken.manheimer@gmail.com>
5232
5233 * allout.el (eval-when-compile): Remove unnecessary load of cl.
5234 Add fset of allout-real-isearch-abort during compile to fix
5235 byte-compilation warnings.
5236 (allout-mode-p): Move definition of this macro above all uses, or
5237 byte compilation in barren emacs (eg, during emacs build) will
5238 lack the definition.
5239 (allout-mode): Move this variable above any uses, or byte
5240 compilation will fail.
5241 (allout-resolve-xref): Remove use of personal file-reference function.
5242 (allout-toggle-current-subtree-encryption): Do the current (ie,
5243 visible containing) topic, rather than nearest around point. Doc fix.
5244 (allout-toggle-subtree-encryption): New function, workhorse that
5245 works on nearest topic containing point.
5246 (allout-encrypt-string): Signal requirement for newer version of pgg.
5247 (allout-resumptions): Doc fix.
5248
5249 2005-12-02 Eli Zaretskii <eliz@gnu.org>
5250
5251 * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
5252
5253 2005-12-02 Agustin Martin <agustin.martin@hispalinux.es>
5254
5255 * textmodes/flyspell.el (flyspell-external-point-words):
5256 Consider a misspelling as found in the string search if: (a) misspelling
5257 and found string lengths match, or (b) misspelling is found as
5258 element in a boundary-chars separated longer string, or (c)
5259 ispell-program-name is really ispell and misspelling is found as
5260 part of a TeX string. After successful match move beginning of
5261 search region to end of match. Warn about not found misspellings
5262 once the process is done.
5263 (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
5264
5265 2005-12-02 Nick Roberts <nickrob@snap.net.nz>
5266
5267 * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
5268 tool bar (removed inadvertently).
5269
5270 2005-12-02 Juri Linkov <juri@jurta.org>
5271
5272 * log-view.el (log-view-diff): Clarify doc string.
5273
5274 2005-12-01 Bill Wohler <wohler@newt.com>
5275
5276 * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
5277 triggers lm-verify errors.
5278
5279 2005-12-01 Luc Teirlinck <teirllm@auburn.edu>
5280
5281 * simple.el (transient-mark-mode, line-number-mode)
5282 (column-number-mode, size-indication-mode): Remove `:require nil'.
5283
5284 2005-12-01 Nick Roberts <nickrob@snap.net.nz>
5285
5286 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
5287 in the margin also.
5288 (gdb-breakpoints-mode-map): Use D instead of d for
5289 gdb-delete-breakpoint.
5290 (gdb-get-frame-number): Require a number to match on.
5291 (gdb-threads-mode-map): Add follow-link binding.
5292
5293 2005-11-30 Jason Rumney <jasonr@gnu.org>
5294
5295 * isearch.el (isearch-mode-map): Avoid exiting search on
5296 language-change event.
5297
5298 2005-11-30 Romain Francoise <romain@orebokech.com>
5299
5300 * speedbar.el (speedbar-default-position): New defcustom.
5301 (speedbar-frame-reposition-smartly): Use it.
5302
5303 * dframe.el (dframe-reposition-frame-emacs): Fix position
5304 computation for `left' location.
5305 Update copyright year.
5306
5307 2005-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
5308
5309 * help.el (help-map): Move initialization into declaration.
5310
5311 * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
5312
5313 * help-fns.el (help-argument-name): Don't autoload.
5314 It's useless and triggers a bug in cus-dep.el causing ldefs-boot
5315 to be re-loaded when customizing the `help' group.
5316
5317 2005-11-30 John Paul Wallington <jpw@gnu.org>
5318
5319 * help-fns.el (describe-function-1): Fill arglist output.
5320
5321 2005-11-30 Kim F. Storm <storm@cua.dk>
5322
5323 * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
5324 (cua--rectangle-post-command): Cleanup overlays and deactivate mark
5325 after revert-buffer (or anything else which kills all local variables).
5326
5327 * apropos.el (apropos-parse-pattern): Doc fix.
5328 Set apropos-regexp directly, rather than expecting callers to do so.
5329 (apropos-command, apropos, apropos-value, apropos-documentation):
5330 Simplify calls to apropos-parse-pattern.
5331
5332 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5333
5334 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
5335 (hi-lock-face-phrase-buffer): Use hi-yellow face.
5336 (hi-lock-write-interactive-patterns): Use comment-region.
5337
5338 * longlines.el (longlines-mode): Add mail-setup-hook.
5339
5340 * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
5341
5342 * simple.el (sendmail-user-agent-compose, next-line):
5343 Conditionally use hard-newline.
5344
5345 2005-11-29 Reiner Steib <Reiner.Steib@gmx.de>
5346
5347 * international/latexenc.el (latex-inputenc-coding-alist):
5348 Reword doc string.
5349
5350 2005-11-29 Chong Yidong <cyd@stupidchicken.com>
5351
5352 * help.el (describe-key-briefly, describe-key): Recognize default
5353 bindings.
5354
5355 2005-11-29 Romain Francoise <romain@orebokech.com>
5356
5357 * view.el (view-inhibit-help-message): New defcustom.
5358 (view-mode-enter): Use it.
5359
5360 2005-11-29 Michael Kifer <kifer@cs.stonybrook.edu>
5361
5362 * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
5363 Preserve user position.
5364
5365 2005-11-28 Luc Teirlinck <teirllm@auburn.edu>
5366
5367 * font-lock.el: Throw error if facemenu is not loaded to prevent
5368 accidental change of loading order in loadup.el. (Suggested by RMS.)
5369
5370 * loadup.el: Add comment explaining why facemenu must be loaded
5371 before font-lock.
5372
5373 2005-11-28 Jay Belanger <belanger@truman.edu>
5374
5375 * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
5376 (calc-dispatch-map): Add more keys for `calc-same-interface'.
5377
5378 * calc/calc-misc.el (calc-dispatch-help): Update docstring.
5379
5380 * calc/calc-embed.el (calc-do-embedded): Update help message.
5381
5382 * calc/calc-prog.el (calc-user-define-invokation): Update help message.
5383
5384 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5385
5386 * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
5387
5388 * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
5389 called-interactively-p.
5390 (elp-profilable-p): Rename from elp-not-profilable-p.
5391 Invert result and take into account macros and autoloaded functions.
5392 (elp-instrument-function): Update call.
5393 (elp-instrument-package): Update call. Add completion.
5394 (elp-pack-number): Use match-string.
5395 (elp-results-jump-to-definition-by-mouse): Merge into
5396 elp-results-jump-to-definition and then remove.
5397 (elp-output-insert-symname): Make help echo text single-line.
5398
5399 * replace.el (query-replace-map): Move initialization into declaration.
5400 (occur-engine): Use with-current-buffer.
5401 (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
5402 (occur-mode-mouse-goto): Replace with an alias.
5403
5404 2005-11-28 Juri Linkov <juri@jurta.org>
5405
5406 * simple.el (quoted-insert): Let-bind input-method-function to nil.
5407
5408 * term/w32-win.el: Bind [S-tab] to [backtab].
5409
5410 * info.el (Info-fontify-node): Set 2nd arg `noerror' of
5411 `Info-find-file' to t.
5412
5413 * replace.el (occur-mode-mouse-goto): Pop, don't switch.
5414 (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
5415 and same-window-regexps.
5416 (occur-next-error): Don't move point for arg 0.
5417
5418 2005-11-28 Chong Yidong <cyd@stupidchicken.com>
5419
5420 * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
5421
5422 2005-11-28 Stefan Monnier <monnier@iro.umontreal.ca>
5423
5424 * log-edit.el (log-edit-changelog-use-first): New var.
5425 (log-edit-changelog-ours-p): Use it.
5426 (log-edit-insert-changelog): Set it with new arg `use-first'.
5427 (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
5428 (log-edit-hook): Add them to the list of suggested options.
5429
5430 * textmodes/flyspell.el (flyspell-last-buffer): New var.
5431 (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
5432 redundant work.
5433 (flyspell-mode-on): Use add-hook for after-change-functions.
5434 (flyspell-mode-off): Use remove-hook for after-change-functions.
5435 (flyspell-changes): Make it buffer-local.
5436 (flyspell-after-change-function): Make it non-interactive. Use push.
5437 (flyspell-post-command-hook): Check input-pending-p while processing
5438 the potentially long list of buffer changes.
5439
5440 2005-11-28 L\e$,1 q\e(Brentey K\e,Aa\e(Broly <lorentey@elte.hu>
5441
5442 * buff-menu.el (list-buffers-noselect): Display the selected
5443 frame's buffer list, not the global one.
5444
5445 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5446
5447 * xt-mouse.el (xterm-mouse-event): Set last-input-event so
5448 that (list last-input-event) works as in interactive spec.
5449
5450 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5451
5452 * loadup.el ("facemenu"): Load facemenu before font-lock, because
5453 `facemenu-keymap' needs to be defined when font-lock is loaded.
5454 Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
5455
5456 2005-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
5457
5458 * completion.el: Remove useless leading * in defcustom docstrings.
5459 (save-completions-file-name): Use ~/.emacs.d if available.
5460 (completion-standard-syntax-table): Rename from
5461 cmpl-standard-syntax-table and fold initialization into declaration,
5462 thus removing cmpl-make-standard-completion-syntax-table.
5463 (completion-lisp-syntax-table, completion-c-syntax-table)
5464 (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
5465 (cmpl-saved-syntax, cmpl-saved-point): Remove.
5466 (symbol-under-point, symbol-before-point)
5467 (symbol-under-or-before-point, symbol-before-point-for-complete)
5468 (add-completions-from-c-buffer): Use with-syntax-table.
5469 (make-completion): Don't return a list of completion entries.
5470 Update callers.
5471 (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
5472 (completion-initialize): Rename from initialize-completions.
5473 (completion-find-file-hook): Rename from cmpl-find-file-hook.
5474 (kill-emacs-save-completions): Collect stats here.
5475 (save-completions-to-file, load-completions-from-file):
5476 Use with-current-buffer.
5477 (completion-def-wrapper): Rename from def-completion-wrapper. Make it
5478 into a function. Move all calls to toplevel.
5479 (completion-lisp-mode-hook): New fun.
5480 (completion-c-mode-hook, completion-setup-fortran-mode):
5481 Set the syntax-table here. Use local-set-key.
5482 (completion-saved-bindings): New var.
5483 (dynamic-completion-mode): Make it into a proper minor mode.
5484 (load-completions-from-file): Remove unused var `num-uses'.
5485
5486 * emacs-lisp/cl-macs.el (defstruct): Don't define the default
5487 constructor if it is explicitly overridden.
5488
5489 * complete.el (PC-completion-as-file-name-predicate):
5490 Use minibuffer-completing-file-name.
5491 (partial-completion-mode): Use find-file-not-found-functions.
5492 (PC-lisp-complete-symbol): Use with-syntax-table.
5493 (PC-look-for-include-file): Remove dead setq.
5494 (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
5495 (PC-complete): Use with-current-buffer.
5496
5497 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
5498 escape single quotes.
5499
5500 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
5503 of `if' whose condition always returned nil. Doc fix.
5504
5505 * buff-menu.el (Buffer-menu-revert-function): Make the selected
5506 window's buffer the current buffer around the call to
5507 `list-buffers-noselect'. This is necessary to mark that buffer
5508 with a `.' in the Buffer Menu when called from Lisp, for instance
5509 by Auto Revert Mode.
5510
5511 2005-11-28 Nick Roberts <nickrob@snap.net.nz>
5512
5513 * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
5514 attaching to it.
5515 (gdb-pre-prompt): Make sure gdb-error is reset.
5516
5517 * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
5518 with a child process, detect it.
5519 (gud-speedbar-buttons): Match regexp more carefully.
5520
5521 2005-11-27 Richard M. Stallman <rms@gnu.org>
5522
5523 * mouse.el (mouse-drag-move-window-bottom):
5524 Use adjust-window-trailing-edge.
5525
5526 2005-11-27 Luc Teirlinck <teirllm@auburn.edu>
5527
5528 * simple.el (blink-matching-open): Ignore
5529 `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
5530 (blink-matching-paren-on-screen): Update docstring.
5531
5532 * paren.el (show-paren-mode): No longer change
5533 `blink-matching-paren-on-screen'.
5534
5535 2005-11-27 John Paul Wallington <jpw@pobox.com>
5536
5537 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
5538 (gdb-threads-select, gdb-edit-register-value):
5539 Use `posn-set-point' instead of `mouse-set-point' because the
5540 latter is not fbound when configured without X.
5541
5542 2005-11-27 Kim F. Storm <storm@cua.dk>
5543
5544 * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
5545 existing face when partially highlighting a TAB in a rectangle.
5546
5547 2005-11-26 Kim F. Storm <storm@cua.dk>
5548
5549 * ido.el (ido-mode-map): Doc fix.
5550 (ido-mode-common-map, ido-mode-file-map)
5551 (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
5552 (ido-define-mode-map): Rewrite. Select one of the new maps as
5553 parent for ido-mode-map instead of building from scratch.
5554 (ido-init-mode-maps): New defun to initialize new maps.
5555 (ido-mode): Call it.
5556 (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
5557 (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
5558
5559 2005-11-26 John Paul Wallington <jpw@pobox.com>
5560
5561 * arc-mode.el (archive-extract): Use `posn-set-point' instead of
5562 `mouse-set-point' because the latter is not fbound when configured
5563 without X.
5564
5565 2005-11-26 Thien-Thi Nguyen <ttn@gnu.org>
5566
5567 * files.el (file-relative-name): Doc fix.
5568
5569 2005-11-26 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at>
5570
5571 * progmodes/octave-inf.el (inferior-octave-startup): Force a
5572 non-empty string for secondary prompt PS2.
5573
5574 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5575
5576 * progmodes/compile.el (compilation-setup): Fix last change.
5577
5578 2005-11-26 Nick Roberts <nickrob@snap.net.nz>
5579
5580 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
5581 (gdb-mouse-toggle-breakpoint-margin)
5582 (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
5583 Add gdb-server-prefix to keep out of command history.
5584 (gdb-edit-register-value): New function.
5585 (gdb-registers-mode-map): Bind mouse-2 and RET to it.
5586 (gdb-info-registers-custom): Use above map.
5587
5588 2005-11-25 Chong Yidong <cyd@stupidchicken.com>
5589
5590 * custom.el (enable-theme): Signal error if argument is not a
5591 theme. Don't recalculate a face if it's not loaded yet.
5592
5593 * cus-face.el (custom-theme-set-faces): Don't change saved-face if
5594 the `user' theme is in effect.
5595
5596 * info.el (Info-on-current-buffer): Record actual filename in
5597 Info-current-file, instead of t, or a fake filename if a non-file
5598 buffer. Make autoload.
5599 (Info-find-node, Info-revert-find-node): No need to check for
5600 Info-current-file nil.
5601 (Info-set-mode-line, Info-up, Info-copy-current-node-name):
5602 Info-current-file is now never `t'.
5603 (Info-fontify-node): Many simplifications due to Info-current-file
5604 always being valid. Use Info-find-file to find node filename.
5605
5606 2005-11-25 David Kastrup <dak@gnu.org>
5607
5608 * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
5609 new character, then delete" in order to preserve markers.
5610
5611 2005-11-25 David Ponce <david@dponce.com>
5612
5613 * recentf.el (recentf-arrange-by-rule): Handle a special
5614 `auto-mode-alist'-like "strip suffix" rule.
5615 (recentf-build-mode-rules): Handle second level auto-mode entries.
5616
5617 2005-11-25 Michael Kifer <kifer@cs.stonybrook.edu>
5618
5619 * viper-keym.el (viper-ESC-key): Use different values in terminal and
5620 window modes.
5621
5622 * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
5623 jde-javadoc-checker-report-mode.
5624
5625 * ediff-wind (ediff-make-wide-display): Slight simplification.
5626
5627 * ediff.el (ediff-date): Change the date of last update.
5628
5629 2005-11-24 Chong Yidong <cyd@stupidchicken.com>
5630
5631 * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
5632 Use define-minor-mode, and make it a local mode. Turn on font-lock.
5633 (hi-lock-mode): New global minor mode.
5634 (turn-on-hi-lock-if-enabled): New function.
5635 (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
5636 Change arguments to regexp and face instead of a font-lock pattern.
5637 Directly set face property, instead of refontifying.
5638 (hi-lock-font-lock-hook): Check if font-lock is being turned on.
5639 (hi-lock-find-patterns): Use line-number-at-pos.
5640
5641 (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode. Use new
5642 arguments for hi-lock-set-pattern.
5643 (hi-lock-unface-buffer, hi-lock-set-file-patterns):
5644 Call font-lock-fontify-buffer.
5645 (hi-lock-find-file-hook, hi-lock-current-line)
5646 (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
5647
5648 (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
5649 turned off.
5650
5651 * progmodes/compile.el (compilation-setup): Don't fiddle with
5652 font-lock-defaults.
5653
5654 2005-11-25 Nick Roberts <nickrob@snap.net.nz>
5655
5656 * progmodes/gdb-ui.el (gdb-var-create-handler)
5657 (gdb-var-list-children-handler): Find values for all variable
5658 objects. gud-speedbar-buttons decides whether to display them.
5659
5660 2005-11-24 Romain Francoise <romain@orebokech.com>
5661
5662 * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
5663 buffer name with a space.
5664
5665 2005-11-24 Carsten Dominik <dominik@science.uva.nl>
5666
5667 * textmodes/org.el (org-export-plain-list-max-depth): Renamed from
5668 `org-export-local-list-max-depth'. Change default value to 3.
5669 (org-auto-renumber-ordered-lists)
5670 (org-plain-list-ordered-item-terminator): New options.
5671 (org-at-item-p, org-beginning-of-item, org-end-of-item)
5672 (org-get-indentation, org-get-string-indentation)
5673 (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
5674 New functions.
5675 (org-move-item-down, org-move-item-up): New commands.
5676 (org-export-as-html): New classes for CSS support. Bug fix in
5677 regular expression detecting fixed-width regions. Respect
5678 `org-local-list-ordered-item-terminator'.
5679 (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
5680 also a list item.
5681 (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
5682 New item moving functions.
5683
5684 2005-11-24 Juri Linkov <juri@jurta.org>
5685
5686 * isearch.el (isearch-repeat): With empty search ring set
5687 `isearch-error' to the error string instead of signaling error
5688 with the function `error'.
5689
5690 2005-11-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5691
5692 * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
5693
5694 2005-11-24 Nick Roberts <nickrob@snap.net.nz>
5695
5696 * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
5697 and variable.
5698 (gdb-var-create-handler, gdb-var-list-children-handler):
5699 Don't match on "char **...".
5700 (gdb-var-update-handler): Find values for all variable objects.
5701 (gdb-info-frames-custom): Identify frames by leading "#".
5702
5703 * progmodes/gud.el (gud-speedbar-menu-items): Add
5704 gdb-speedbar-auto-raise as radio button.
5705 (gud-speedbar-buttons): Raise speedbar if requested.
5706 Don't match on "char **...".
5707 (gud-speedbar-buttons): Add (pointer) value for non-leaves.
5708 Make it editable.
5709
5710 2005-11-23 Chong Yidong <cyd@stupidchicken.com>
5711
5712 * info.el (Info-fontify-node): Handle the case where
5713 Info-current-file is t.
5714
5715 2005-11-23 Stefan Monnier <monnier@iro.umontreal.ca>
5716
5717 * simple.el (blink-matching-open): Fix off-by-one in last change.
5718
5719 2005-11-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5720
5721 * term/mac-win.el: Don't change default directory.
5722
5723 2005-11-22 Luc Teirlinck <teirllm@auburn.edu>
5724
5725 * cus-edit.el (Custom-reset-standard): Make it handle Custom group
5726 buffers correctly. (It used to throw an error in such buffers.)
5727 Make it ask for confirmation in group buffers and other Custom
5728 buffers containing more than one customization item.
5729
5730 2005-11-22 John Paul Wallington <jpw@gnu.org>
5731
5732 * net/goto-addr.el (goto-address-fontify): Put `follow-link'
5733 property on mail and url overlays.
5734 (goto-address-at-point): Use `posn-set-point' instead of
5735 `mouse-set-point' because the latter is not fbound when configured
5736 without X.
5737
5738 2005-11-22 Lars Hansen <larsh@soem.dk>
5739
5740 * ls-lisp.el (ls-lisp-parse-symlink): Delete.
5741 (ls-lisp-classify, ls-lisp-format): Delete call to
5742 ls-lisp-parse-symlink.
5743 (ls-lisp-handle-switches): Handle symlinks to directories as
5744 directories when ls-lisp-dirs-first in non-nil.
5745
5746 2005-11-21 Luc Teirlinck <teirllm@auburn.edu>
5747
5748 * startup.el (command-line): Make sure that loaddefs.el is handled
5749 correctly in load-history.
5750
5751 2005-11-22 Nick Roberts <nickrob@snap.net.nz>
5752
5753 * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
5754 (gdb-struct-string, gdb-array-string): New constants.
5755 (gdb-info-locals-handler): Use them.
5756 (gdb-reset): Reset gdb-var-list to nil.
5757
5758 2005-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
5759
5760 * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
5761 in patterns.
5762
5763 2005-11-21 Juri Linkov <juri@jurta.org>
5764
5765 * custom.el (defcustom): Update link types in docstring.
5766
5767 2005-11-20 Martin Rudalics <rudalics@gmx.at> (tiny change)
5768
5769 * custom.el (defgroup): Add doc-string-elt info.
5770
5771 * widget.el (define-widget): Don't use declare for the doc-string-elt.
5772
5773 2005-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
5774
5775 * newcomment.el (comment-enter-backward): Fix last fix.
5776
5777 * simple.el (blink-matching-open):
5778 * paren.el (show-paren-function): Allow new paren-class info.
5779
5780 2005-11-20 Chong Yidong <cyd@stupidchicken.com>
5781
5782 * faces.el: Revert 2005-11-17 change. :ignore-defface is now
5783 handled automagically.
5784
5785 2005-11-20 Andreas Schwab <schwab@suse.de>
5786
5787 * descr-text.el (describe-char): When copying overlays put them
5788 over the full char description instead of just the first character
5789 of it.
5790
5791 2005-11-20 Juri Linkov <juri@jurta.org>
5792
5793 * simple.el (what-cursor-position):
5794 * descr-text.el (describe-char): Use Lisp-readable syntax
5795 for octal and hex. Reorder decimal, octal and hex values.
5796 Remove excess whitespace in the output. Use `=' in `column='
5797 like in `point=' and `Hscroll='.
5798
5799 * international/mule-cmds.el (encoded-string-description):
5800 Use Lisp-readable syntax for hex.
5801
5802 2005-11-19 Stefan Monnier <monnier@iro.umontreal.ca>
5803
5804 * newcomment.el (comment-enter-backward): Handle the case where the
5805 comment is closed by EOB.
5806
5807 2005-11-19 Chong Yidong <cyd@stupidchicken.com>
5808
5809 * longlines.el (longlines-before-revert-hook)
5810 (longlines-after-revert-hook): New functions.
5811 (longlines-mode): Turn off longlines temporarily when reverting.
5812 Add a message-setup-hook.
5813 (longlines-decode-buffer): New function.
5814 (longlines-wrap-line): Preserve marker positions.
5815
5816 2005-11-19 Andreas Schwab <schwab@suse.de>
5817
5818 * emacs-lisp/shadow.el: Handle compressed files.
5819
5820 2005-11-19 Romain Francoise <romain@orebokech.com>
5821
5822 * net/browse-url.el (browse-url-default-browser): Signal an error
5823 if no usable browser can be found, rather than try to load w3.
5824
5825 2005-11-16 Ryan Yeske <rcyeske@gmail.com>
5826
5827 * net/rcirc.el (rcirc-mangle-text): Add bold face property without
5828 replacing existing properties.
5829 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
5830 (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
5831 tty specs.
5832 (rcirc-server-prefix, rcirc-server): New faces.
5833 (rcirc-url-regexp): Generate with rx macro.
5834 (rcirc-last-server-message-time): New variable.
5835 (rcirc-filter): Record time of last message.
5836 (rcirc-keepalive): Kill processes that did not send a message
5837 since the last ping.
5838 (rcirc-mode): Give rcirc-topic a local binding here.
5839
5840 2005-11-19 Michael Cadilhac <michael.cadilhac@lrde.org> (tiny change)
5841
5842 * subr.el (read-passwd): Fontify the prompt as we do with other
5843 prompts.
5844
5845 2005-11-19 Ryan Yeske <rcyeske@gmail.com>
5846
5847 * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
5848 binding buffer-read-only to nil.
5849
5850 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5851
5852 * complete.el (partial-completion-mode):
5853 Mention completion-auto-help in the doc string.
5854
5855 * man.el (Man-highlight-references): Doc fix. Reformat code in a
5856 more Lisp-ish way.
5857
5858 2005-11-19 Slawomir Nowaczyk <slawomir.nowaczyk.847@student.lu.se> (tiny change)
5859
5860 * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
5861 digits, not 8, to avoid misalignment for files larger than 100MB.
5862
5863 2005-11-19 Eli Zaretskii <eliz@gnu.org>
5864
5865 * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
5866 Mention "keyboard shortcuts" in the help text.
5867
5868 2005-11-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5869
5870 * startup.el (fancy-splash-default-action): Discard only
5871 mouse-down and succeeding mouse-up events in the splash screen
5872 window so that drag-n-drop event can be processed.
5873
5874 2005-11-18 Chong Yidong <cyd@stupidchicken.com>
5875
5876 * longlines.el (longlines-mode): Add hacks for mail-mode and
5877 message-mode.
5878
5879 2005-11-18 Carsten Dominik <dominik@science.uva.nl>
5880
5881 * textmodes/org.el (org-table-sort-lines): New command.
5882 (org-tbl-menu): Add entry for `org-table-sort-lines'.
5883 (org-add-file): Command removed, use `org-agenda-file-to-front'
5884 instead.
5885 (org-export-icalendar): Use `org-icalendar-combined-name'.
5886 (org-cycle-agenda-files, org-agenda-file-to-end)
5887 (org-agenda-file-to-front): New commands.
5888 (org-table-tab-jumps-over-hlines, org-export-html-style):
5889 New options.
5890 (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
5891 (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
5892 New functions.
5893 (org-fill-paragraph): Call `org-table-align' in tables.
5894 (org-mode): Call `org-set-autofill-regexps'.
5895 (org-export-as-html): Support for local handformatted lists.
5896 Modified to produce valid HTML 4.0. Use `org-export-html-style'.
5897 (org-export-local-list-max-depth): New option.
5898 (org-html-expand): Use `org-html-protect'.
5899
5900 2005-11-18 Nick Roberts <nickrob@snap.net.nz>
5901
5902 * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
5903 to "p".
5904 (gdb): Move definition of gud-pp to...
5905
5906 * progmodes/gdb-ui.el (gdb-ann3): ...here. Make it work in the
5907 speedbar.
5908 (gdb-find-watch-expression): New function.
5909
5910 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5911
5912 * faces.el (face-attribute, set-face-attribute): Mention existence
5913 of `:ignore-defface' setting in docstring.
5914
5915 2005-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * simple.el (completion-setup-function): Fix last change.
5918
5919 2005-11-17 John Paul Wallington <jpw@pobox.com>
5920
5921 * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
5922 Use `posn-set-point' instead of `mouse-set-point' because the
5923 latter is not fbound when configured without X.
5924
5925 * comint.el (comint-insert-input): Likewise.
5926
5927 2005-11-17 Chong Yidong <cyd@stupidchicken.com>
5928
5929 * simple.el (hard-newline): New variable.
5930 (sendmail-user-agent-compose, next-line): Use it.
5931
5932 * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
5933 (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
5934 (mail-mail-reply-to, mail-mail-followup-to)
5935 (mail-position-on-field, mail-signature, mail-yank-original)
5936 (mail-attach-file): Likewise.
5937
5938 * mail/mailheader.el (mail-header-format)
5939 (mail-header-format-function): Likewise.
5940
5941 * add-log.el (add-change-log-entry, change-log-merge): Likewise.
5942
5943 2005-11-17 Juri Linkov <juri@jurta.org>
5944
5945 * font-lock.el (font-lock-faces): Rename this defgroup from
5946 `font-lock-highlighting-faces'.
5947 (font-lock-comment-face, font-lock-comment-delimiter-face)
5948 (font-lock-string-face, font-lock-doc-face)
5949 (font-lock-keyword-face, font-lock-builtin-face)
5950 (font-lock-function-name-face, font-lock-variable-name-face)
5951 (font-lock-type-face, font-lock-constant-face)
5952 (font-lock-warning-face, font-lock-negation-char-face)
5953 (font-lock-preprocessor-face)
5954 (font-lock-regexp-grouping-backslash)
5955 (font-lock-regexp-grouping-construct): Rename :group from
5956 `font-lock-highlighting-faces' to `font-lock-faces'.
5957
5958 * cus-edit.el (lisp, c, tex):
5959 * progmodes/ada-mode.el (ada):
5960 * progmodes/asm-mode.el (asm):
5961 * progmodes/cperl-mode.el (cperl-faces):
5962 * progmodes/cpp.el (cpp):
5963 * progmodes/dcl-mode.el (dcl):
5964 * progmodes/f90.el (f90):
5965 * progmodes/fortran.el (fortran):
5966 * progmodes/icon.el (icon):
5967 * progmodes/idlwave.el (idlwave-misc):
5968 * progmodes/m4-mode.el (m4):
5969 * progmodes/make-mode.el (makefile):
5970 * progmodes/meta-mode.el (meta-font):
5971 * progmodes/modula2.el (modula2):
5972 * progmodes/octave-mod.el (octave):
5973 * progmodes/pascal.el (pascal):
5974 * progmodes/perl-mode.el (perl):
5975 * progmodes/prolog.el (prolog):
5976 * progmodes/ps-mode.el (PostScript-edit):
5977 * progmodes/scheme.el (scheme):
5978 * progmodes/sh-script.el (sh-script):
5979 * progmodes/simula.el (simula):
5980 * progmodes/tcl.el (tcl):
5981 * textmodes/nroff-mode.el (nroff):
5982 * textmodes/reftex-vars.el (reftex-fontification-configurations):
5983 * textmodes/sgml-mode.el (sgml):
5984 * textmodes/texinfo.el (texinfo):
5985 Add :link (custom-group-link font-lock-faces) to defgroup.
5986
5987 * hi-lock.el (hi-lock): Rename this defgroup from
5988 `hi-lock-interactive-text-highlighting'. Change parent group from
5989 `faces' to `font-lock'. Add link to the manual.
5990 (hi-lock-mode, hi-lock-file-patterns-range)
5991 (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
5992 `hi-lock-interactive-text-highlighting' to `hi-lock'.
5993 (hi-lock-faces): Add :group `faces'.
5994
5995 * cus-edit.el (custom-variable-prompt): Clarify the code.
5996
5997 * faces.el (face-read-string): Set the default value arg of
5998 completing-read.
5999
6000 2005-11-16 Luc Teirlinck <teirllm@auburn.edu>
6001
6002 * rfn-eshadow.el (file-name-shadow-properties)
6003 (file-name-shadow-tty-properties, file-name-shadow-mode):
6004 Remove autoloads, because the file is now preloaded.
6005
6006 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6007
6008 * printing.el (easy-menu-intern): Don't define.
6009 (pr-get-symbol): Use easy-menu-intern only if defined.
6010
6011 * simple.el (blink-matching-open): Simplify a bit.
6012 (completion-setup-function): Fix the case of partial-completion-mode
6013 when the minibuffer's contents start with "-".
6014 Obey completion-base-size-function even when
6015 minibuffer-completing-file-name is non-nil.
6016
6017 2005-11-16 Richard M. Stallman <rms@gnu.org>
6018
6019 * net/eudcb-ph.el (eudc-ph-open-session):
6020 Use set-process-query-on-exit-flag.
6021
6022 * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
6023
6024 * international/ucs-tables.el (ucs-set-table-for-input):
6025 Use make-local-variable, not make-variable-buffer-local.
6026
6027 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
6028 Improve warning message text.
6029
6030 * savehist.el (savehist-save-hook): Add :group.
6031
6032 * menu-bar.el (menu-bar-help-menu):
6033 Rename Find Extra Packages to External Packages.
6034
6035 * cus-edit.el (Custom-reset-standard): Verify that
6036 :custom-standard-value prop exists before calling it.
6037
6038 * apropos.el (apropos-calc-scores): Use apropos-pattern.
6039
6040 2005-11-16 Martin Rudalics <rudalics@gmx.at> (tiny change)
6041
6042 * wid-edit.el (color): Enclose %t in %{...%}.
6043
6044 * cus-edit.el (face): Enclose %t in %{...%}.
6045
6046 2005-11-16 Hrvoje Niksic <hniksic@xemacs.org>
6047
6048 * savehist.el (savehist-mode-hook): Re-add the var.
6049 (savehist-mode): Use it.
6050
6051 2005-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * textmodes/flyspell.el: Fix commenting convention.
6054 Remove unnecessary leading * in custom docstrings.
6055 (flyspell-emacs): Remove unused var.
6056 (flyspell-delete-region-overlays): Use remove-overlays.
6057 (flyspell-accept-buffer-local-defs): Use save-current-buffer.
6058 (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
6059 (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
6060 (flyspell-debug-signal-word-checked): Use with-current-buffer.
6061 (make-flyspell-overlay): Don't locally reuse a global name.
6062 (flyspell-highlight-incorrect-region)
6063 (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
6064 (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
6065 (flyspell-notify-misspell): Remove unused args `start' and `end'.
6066 (flyspell-word): Adjust call accordingly. Use ispell-send-string.
6067 Wrap calls to accept-process-output inside with-local-quit since it's
6068 often called from a post-command-hook.
6069 (flyspell-correct-word, flyspell-auto-correct-word):
6070 Use ispell-send-string.
6071 (flyspell-xemacs-popup): Remove unused arg `event'. Update call.
6072
6073 * calendar/diary-lib.el (diary-list-entries): Also hide the
6074 terminating newline.
6075
6076 2005-11-16 Carsten Dominik <dominik@science.uva.nl>
6077
6078 * textmodes/reftex.el (reftex-use-fonts): Remove the check for
6079 window-system, to allow fonts on tty.
6080
6081 2005-11-17 Nick Roberts <nickrob@snap.net.nz>
6082
6083 * progmodes/gud.el (gud-speedbar-item-info): New function.
6084 (gud-install-speedbar-variables): Use it to display data type
6085 of watch expression as a tooltip in speedbar.
6086
6087 2005-11-15 Luc Teirlinck <teirllm@auburn.edu>
6088
6089 * font-core.el (global-font-lock-mode): Add :version keyword,
6090 because default was changed.
6091
6092 * jka-cmpr-hook.el (auto-compression-mode): Ditto.
6093
6094 * startup.el (command-line): Use `custom-reevaluate-setting' for
6095 `file-name-shadow-mode'.
6096
6097 * loadup.el: Preload rfn-eshadow.
6098
6099 * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
6100 Add :version keyword.
6101 (file-name-shadow-properties, file-name-shadow-tty-properties)
6102 (file-name-shadow): Add :version keyword.
6103
6104 * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
6105 instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
6106 in the custom-group property of the symbol frames and the fringe
6107 group got no link to its parent group frames.
6108 Doc fix.
6109
6110 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6111
6112 * progmodes/gud.el (gud-stop-subjob): New function.
6113 (gud-menu-map, gud-tool-bar-map): Use it.
6114
6115 2005-11-16 Kim F. Storm <storm@cua.dk>
6116
6117 * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
6118 than kill it.
6119 (gud-tool-bar-map): Likewise. Move cont/until/finish buttons
6120 to a more useful/logical place.
6121
6122 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6123
6124 * progmodes/gud.el (gud-menu-map): Make visibility of stop and
6125 go buttons complementary.
6126
6127 2005-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
6128
6129 * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
6130 (rfn-eshadow-sifn-equal): New function.
6131 (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
6132
6133 2005-11-15 Michael Kifer <kifer@cs.stonybrook.edu>
6134
6135 * viper-utils.el (viper-non-word-characters-reformed-vi):
6136 Quote `-' in string.
6137
6138 * viper.el (viper-emacs-state-mode-list): Ensure that
6139 rcirc-mode buffers come up in Emacs state.
6140
6141 * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
6142 operation.
6143
6144 2005-11-15 Dan Nicolaescu <dann@ics.uci.edu>
6145
6146 * term.el (term-termcap-format): Fix typos.
6147 (term-down): Fix the negative argument case.
6148
6149 2005-11-16 Nick Roberts <nickrob@snap.net.nz>
6150
6151 * progmodes/gdb-ui.el: Remove face-alias left over from change on
6152 2005-08-15.
6153 (gdb-ann3): New command gud-go.
6154 (menu): Accomodate gdb-mi.el.
6155 (gdb-assembler-custom): Make buffer of selected window current
6156 so that set-window-point works.
6157
6158 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
6159 buttons and include new ones.
6160
6161 2005-11-16 Kim F. Storm <storm@cua.dk>
6162
6163 * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
6164 (gud-menu-map): Use it.
6165
6166 2005-11-14 Luc Teirlinck <teirllm@auburn.edu>
6167
6168 * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
6169 that works correctly for Custom and that does not override a user
6170 who disables it.
6171
6172 * help-mode.el (help-make-xrefs, help-xref-on-pp)
6173 (help-xref-interned, help-follow): Make hyperlinks for variables
6174 that are unbound, but have a non-nil variable-documentation property.
6175
6176 * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
6177 mode hook. (It conflicted with defcustoms for some mode hooks.)
6178 Use the `variable-documentation' property to give the mode hook a
6179 docstring and expand that docstring.
6180
6181 2005-11-14 Hrvoje Niksic <hniksic@xemacs.org>
6182
6183 * savehist.el (savehist-mode): Don't bother with
6184 `custom-set-minor-mode'.
6185 (savehist-coding-system): Check XEmacs version.
6186 (history-length): Declare also at run time.
6187 (savehist-mode): Don't emit a message. Don't run the minor mode hook.
6188 Don't set the customize state.
6189 (savehist-minibuffer-hook): Special case for when
6190 minibuffer-history-variable is equal to t.
6191
6192 2005-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
6193
6194 * files.el (write-file): Refresh VC status.
6195
6196 * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
6197 (mark-diary-entries, make-diary-entry): Check default-major-mode rather
6198 than fundamental-mode to see if the mode was set.
6199
6200 2005-11-14 Romain Francoise <romain@orebokech.com>
6201
6202 * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
6203 dummy function in `eval-when-compile' to avoid compiler warning.
6204 Require `man' at compile time.
6205
6206 2005-11-14 Jay Belanger <belanger@truman.edu>
6207
6208 * calc-alg.el (calcFunc-write-out-power): Rename it to
6209 calcFunc-powerexpand.
6210 (math-write-out-power): Rename it to math-powerexpand; have it
6211 handle negative exponents.
6212 (calc-writeoutpower): Rename it to calc-powerexpand.
6213
6214 * calc-ext.el: Change calcFunc-writeoutpower and
6215 calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
6216 autoloads.
6217 Add calcFunc-ldiv to autoloads.
6218
6219 * calc-arith.el (calcFunc-ldiv): New function.
6220
6221 * calc.el (calc-left-divide): New function.
6222
6223 2005-11-14 Juri Linkov <juri@jurta.org>
6224
6225 * cus-edit.el (custom-variable-prompt): Set the default value arg
6226 of completing-read.
6227
6228 * cus-dep.el (custom-make-dependencies): Reverse the list of
6229 found dependencies.
6230
6231 2005-11-14 Dan Nicolaescu <dann@ics.uci.edu>
6232
6233 * menu-bar.el (menu-bar-options-menu): Delete "Syntax
6234 Highlighting" entry, it is on by default now.
6235 (menu-bar-options-save): Do not save global-font-lock-mode.
6236
6237 2005-11-13 Richard M. Stallman <rms@gnu.org>
6238
6239 * textmodes/flyspell.el (flyspell-large-region):
6240 Call flyspell-accept-buffer-local-defs.
6241
6242 2005-11-13 Agustin Martin <agustin.martin@hispalinux.es>
6243
6244 * textmodes/flyspell.el (flyspell-notify-misspell):
6245 Fix misspelling of "Misspelling".
6246 (flyspell-process-localwords): New function.
6247 (flyspell-large-region): Call flyspell-process-localwords and
6248 flyspell-delete-region-overlays.
6249 (flyspell-delete-region-overlays): New function.
6250 (flyspell-delete-all-overlays): Call that.
6251
6252 2005-11-13 Richard M. Stallman <rms@gnu.org>
6253
6254 * help.el (help-for-help-internal): Improve doc of C-h a.
6255 (describe-key): Improve prompt; doc fix.
6256
6257 2005-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
6258
6259 * vc-svn.el (vc-svn-registered): Catch all errors.
6260
6261 * cus-dep.el (custom-make-dependencies): Typo.
6262
6263 2005-11-13 Michael Albinus <michael.albinus@gmx.de>
6264
6265 * net/tramp-util.el (top): Fix compilation warning.
6266
6267 2005-11-13 Kim F. Storm <storm@cua.dk>
6268
6269 * help.el (help-for-help-internal): Fix `a' entry. Add `d' entry.
6270
6271 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6272
6273 * progmodes/gud.el (gud-menu-map): Move parentheses (again).
6274 (gud-speedbar-buttons): Match on "const char *" too.
6275
6276 * progmodes/gdb-ui.el (gdb-var-create-handler)
6277 (gdb-var-list-children-handler): Match on "const char *" too.
6278 (gdb-var-evaluate-expression-handler): Match on empty string.
6279 (gdb-var-update-handler): Only call
6280 gdb-var-evaluate-expression-handler when required.
6281
6282 2005-11-13 Nick Roberts <nickrob@snap.net.nz>
6283
6284 * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
6285 selected window. This still doesn't work for speedbar.
6286 (gud-speedbar-buttons): Handle string expressions properly.
6287
6288 * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
6289 (gdb-var-create-handler): Handle string expressions properly.
6290 (gdb-var-list-children-regexp, gdb-var-list-children-handler):
6291 Handle string expressions properly. Move "type" field into regexp.
6292
6293 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6294
6295 * bookmark.el (bookmark-maybe-message): New function to reduce
6296 code duplication: invokes `message' iff baud-rate is high enough.
6297 (bookmark-write-file): Use above instead of an inline conditional.
6298 (bookmark-load): Same.
6299
6300 2005-11-12 Karl Fogel <kfogel@red-bean.com>
6301
6302 * bookmark.el (bookmark-write-file): Don't visit the destination
6303 file, just write the data to it using write-region. This is
6304 similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
6305 change to avoid visiting the file in the first place.
6306
6307 2005-11-12 Chong Yidong <cyd@stupidchicken.com>
6308
6309 * hi-lock.el (hi-lock-mode): Set the default value of
6310 font-lock-defaults.
6311
6312 2005-11-11 Luc Teirlinck <teirllm@auburn.edu>
6313
6314 * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
6315 arg to `file-attributes'.
6316 (find-lisp-format): The UID and GID can now be strings.
6317
6318 2005-11-12 Kim F. Storm <storm@cua.dk>
6319
6320 * help.el (help-map): Bind C-h d to apropos-documentation.
6321
6322 * simple.el (what-cursor-position): Print (EOB) instead of (100%)
6323 when point is at end-of-buffer.
6324
6325 * apropos.el (apropos-match-face): Doc fix.
6326 (apropos-sort-by-scores): Add new choice `verbose'.
6327 (apropos-documentation-sort-by-scores): New defcustom.
6328 (apropos-pattern): Now contains the pattern entered by the user.
6329 (apropos-pattern-quoted): New defvar.
6330 (apropos-regexp): New defvar, containing the regexp corresponding
6331 to apropos-pattern.
6332 (apropos-all-words-regexp): Rename from apropos-all-regexp.
6333 (apropos-read-pattern): New defun. Use it to read pattern arg in
6334 interactive calls; returns list of words for a word list, and
6335 string for a regexp.
6336 (apropos-parse-pattern): Rename from apropos-rewrite-regexp. Now
6337 parses a list of words or regexp as returned by apropos-read-pattern.
6338 (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
6339 (apropos-score-doc): Return a very high score if the string
6340 entered by the user matches literally.
6341 (apropos-variable): Doc fix. Use apropos-read-pattern.
6342 (apropos-command): Doc fix. Use apropos-read-pattern and
6343 apropos-parse-pattern. Call apropos-print with nosubst=t.
6344 (apropos, apropos-value): Doc fix. Use apropos-read-pattern and
6345 apropos-parse-pattern.
6346 (apropos-documentation): Doc fix. Use apropos-read-pattern and
6347 apropos-parse-pattern. Locally bind apropos-sort-by-scores to
6348 apropos-documentation-sort-by-scores. Call apropos-print with
6349 nosubst=t.
6350 (apropos-documentation-internal): Pass doc string through
6351 substitute-key-definition before adding text properties.
6352 Highlight substring matching literal user input if possible.
6353 (apropos-documentation-check-doc-file): Remove locals beg and end.
6354 Fix calculation of score (as added twice). Pass doc string through
6355 substitute-key-definition before adding text properties.
6356 (apropos-documentation-check-elc-file): Pass doc string through
6357 substitute-key-definition before adding text properties.
6358 Highlight substring matching literal user input if possible.
6359 (apropos-print): Add new arg NOSUBST; if set, command and variable
6360 doc strings have already been passed through substitute-key-definition.
6361 Add code to handle apropos-accumulator items without score element
6362 for backwards compatibility (e.g. with woman package).
6363 Only show scores if apropos-sort-by-scores is `verbose'.
6364
6365 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6366
6367 * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
6368 Add jka-compr-load-suffixes to load-suffixes.
6369
6370 * jka-compr.el: Require jka-cmpr-hook.
6371 (jka-compr-info-compress-message, jka-compr-info-compress-program)
6372 (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
6373 (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
6374 (jka-compr-info-can-append, jka-compr-info-strip-extension)
6375 (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
6376 (jka-compr-info-regexp): Remove. Provided by jka-cmpr-hook.
6377 (jka-compr-uninstall): Remove entries from
6378 jka-compr-added-to-file-coding-system-alist after they are used.
6379 (jka-compr-error): Remove unused var `curbuf'.
6380 (jka-compr-file-local-copy): Remove unused var `notfound'.
6381
6382 2005-11-10 Romain Francoise <romain@orebokech.com>
6383
6384 * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
6385
6386 2005-11-11 Nick Roberts <nickrob@snap.net.nz>
6387
6388 * progmodes/gud.el (gud-menu-map): Move parentheses.
6389 (gdb): New command gud-pv.
6390
6391 2005-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
6392
6393 * tar-mode.el: Remove spurious or unnecessary leading stars
6394 in docstrings.
6395 (tar-header-block-tokenize): Also obey default-file-name-coding-system.
6396 (tar-parse-octal-integer-safe): Use mapc.
6397 (tar-header-block-summarize): Remove unused var `ck'.
6398 (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
6399 cleared before. Obey default-enable-multibyte-characters.
6400 Use mapconcat. Simplify setting of tar-header-offset.
6401 (tar-mode-map): Move initialization inside delcaration.
6402 (tar-flag-deleted): Use `abs'.
6403 (tar-expunge-internal): Remove unused var `line'.
6404 (tar-expunge-internal): Don't hardcode point-min==1.
6405 (tar-expunge): Widen while doing set-buffer-multibyte.
6406 (tar-rename-entry): Use file-name-coding-system.
6407 (tar-alter-one-field): Don't hardcode point-min==1.
6408 (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
6409 (tar-pad-to-blocksize): Don't hardcode point-min==1. Clarify the code.
6410
6411 2005-11-10 Masatake YAMATO <jet@gyve.org>
6412
6413 * add-log.el (add-log-current-defun): Handle class::method
6414 notation of c++. Fix incorrect comment.
6415
6416 2005-11-10 Alan Mackenzie <acm@muc.de>
6417
6418 * help-fns.el (describe-variable): Make C-h v work when a variable
6419 has variable documentation yet is unbound.
6420
6421 2005-11-10 Masatake YAMATO <jet@gyve.org>
6422
6423 * man.el (Man-highlight-references): Set an empty
6424 string to `Man-arguments' if it is nil.
6425 Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
6426
6427 2005-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
6428
6429 * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
6430 commenting conventions.
6431
6432 * cus-dep.el (custom-make-dependencies): Simplify.
6433 Better follow the commenting conventions.
6434
6435 2005-11-09 Richard M. Stallman <rms@gnu.org>
6436
6437 * apropos.el (apropos-pattern): Rename from apropos-regexp.
6438 (apropos-orig-pattern): Rename from apropos-orig-regexp.
6439 All uses changed.
6440 (apropos-rewrite-regexp): Doc fix.
6441 (apropos-variable, apropos-command, apropos, apropos-value):
6442 Change prompt; carry through the argument renaming.
6443
6444 2005-11-09 Luc Teirlinck <teirllm@auburn.edu>
6445
6446 * find-lisp.el: Require dired.
6447 (find-lisp-find-dired-internal): Do not call
6448 `abbreviate-file-name' on DIR.
6449
6450 2005-11-10 Nick Roberts <nickrob@snap.net.nz>
6451
6452 * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
6453
6454 2005-11-09 Nick Roberts <nickrob@snap.net.nz>
6455
6456 * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
6457 when using the speedbar.
6458 (gdb): New command gud-pp.
6459 (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
6460
6461 2005-11-09 Juri Linkov <juri@jurta.org>
6462
6463 * replace.el (occur-excluded-properties): New defcustom.
6464 (occur-1, occur-engine, occur-accumulate-lines): Use it.
6465
6466 2005-11-08 Jay Belanger <belanger@truman.edu>
6467
6468 * calc/calc-units.el (math-convert-units): Replace any composite
6469 unit by its definition.
6470
6471 2005-11-08 Lars Hansen <larsh@soem.dk>
6472
6473 * emacs-lisp/autoload.el (update-directory-autoloads):
6474 Add obsolete function alias.
6475
6476 2005-11-07 Stefan Monnier <monnier@iro.umontreal.ca>
6477
6478 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
6479 comment-indent-function.
6480 (lisp-comment-indent): Replace by an alias for comment-indent-default.
6481
6482 * reveal.el (reveal-post-command): Rework the handling of
6483 reveal-open-spots, so as to be more reliable. There were several
6484 tricky corner cases where an open spot might be lost, or where
6485 a closed spot might end up on the list of open spots.
6486 Only reveal text that's ellipsised.
6487
6488 2005-11-07 Carsten Dominik <dominik@science.uva.nl>
6489
6490 * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
6491
6492 2005-11-07 John Paul Wallington <jpw@gnu.org>
6493
6494 * ibuffer.el (ibuffer): Search iconified frames too when
6495 getting Ibuffer buffer's window.
6496
6497 2005-11-06 Richard M. Stallman <rms@gnu.org>
6498
6499 * progmodes/compile.el (compilation-internal-error-properties):
6500 save-excursion around the computation of MARKER.
6501
6502 2005-11-06 Piet van Oostrum <piet@cs.uu.nl>
6503
6504 * textmodes/flyspell.el (flyspell-external-point-words):
6505 flyspell-get-word returns a list, not just a string.
6506
6507 2005-11-06 John Paul Wallington <jpw@pobox.com>
6508
6509 * ibuffer.el (ibuffer): Search all visible frames when getting
6510 Ibuffer buffer's window.
6511
6512 2005-11-07 Masatake YAMATO <jet@gyve.org>
6513
6514 * man.el (Man-reference-regexp): Accept spaces between
6515 `Man-name-regexp' and `Man-section-regexp'.
6516 (Man-apropos-regexp): New variable.
6517 (Man-abstract-xref-man-page): Use value for `Man-target-string'
6518 if available.
6519 (Man-highlight-references, Man-highlight-references0):
6520 Handle the case when `Man-arguments' includes "-k".
6521 (Man-highlight-references0): Rename the argument `TARGET-POS' to
6522 `TARGET'. `TARGET' can be a number, function or nil.
6523
6524 2005-11-06 Nick Roberts <nickrob@snap.net.nz>
6525
6526 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
6527 (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
6528 (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
6529 (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
6530 (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
6531 (gdb-send-item): Use buffer-local-value and simplify.
6532
6533 2005-11-05 Luc Teirlinck <teirllm@auburn.edu>
6534
6535 * startup.el (command-line): Use `custom-reevaluate-setting' for
6536 `global-font-lock-mode'.
6537
6538 * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
6539 by default, except in batch mode or when the -D option is given.
6540
6541 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
6542 specified keyword args on to `define-minor-mode'. Update docstring.
6543
6544 2005-11-05 Romain Francoise <romain@orebokech.com>
6545
6546 * replace.el (occur-engine): Add marker at end of line, too.
6547
6548 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6549
6550 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6551 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6552 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6553 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6554 argument to all these routines, so the passphrase can be managed
6555 externally and passed in to the system.
6556 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6557 pgg-add-passphrase-to-cache function.
6558
6559 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6560 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6561 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6562 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6563 argument to all these routines, so the passphrase can be managed
6564 externally and passed in to the system.
6565 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6566 function.
6567
6568 2005-11-04 Dan Nicolaescu <dann@ics.uci.edu>
6569
6570 * font-lock.el: Don't deal with font-lock-face-attributes here,
6571 move the code ...
6572
6573 * startup.el (command-line): ... here. Use face-spec-set instead
6574 of custom-declare-face.
6575
6576 * faces.el (face-spec-set): Reset the face if spec is not nil.
6577
6578 2005-11-04 Stefan Monnier <monnier@iro.umontreal.ca>
6579
6580 * newcomment.el (comment-region-internal): Box more tightly in the
6581 common case where there's no TAB in the boxed text.
6582
6583 2005-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6584
6585 * info.el (info-tool-bar-map): Use images prev-node, next-node and
6586 up-node.
6587
6588 2005-11-04 Ulf Jasper <ulf.jasper@web.de>
6589
6590 * newsticker.el: Commentary updated. Code formatting changed.
6591 (newsticker-version): Change to "1.9".
6592 (newsticker, newsticker-feed): Doc fix.
6593 (newsticker-url-list): Doc fix. Add option "Weekly".
6594 (newsticker-retrieval-interval): Add option "Weekly".
6595 (newsticker-headline-processing): Doc fix.
6596 (newsticker-auto-mark-filter): Remove.
6597 (newsticker-auto-mark-filter-list): New.
6598 (newsticker-layout, newsticker-sort-method): Doc fix.
6599 (newsticker-hide-old-items-in-newsticker-buffer)
6600 (newsticker-heading-format, newsticker-item-format)
6601 (newsticker-desc-format): Doc fix.
6602 (newsticker-show-all-rss-elements): Remove.
6603 (newsticker-show-all-news-elements): New.
6604 (newsticker-faces, newsticker-ticker): Doc fix.
6605 (remove-from-invisibility-spec): Code formatting.
6606 (newsticker--process-ids): New.
6607 (newsticker-mode): Doc fix.
6608 (newsticker-mode): Change mode-line-format.
6609 (newsticker-start): Remove debug output.
6610 (newsticker-start-ticker): Doc fix. Add autoload cookie.
6611 (newsticker-w3m-show-inline-images): Code formatting.
6612 (newsticker-next-item): Call `force-mode-line-update'.
6613 (newsticker-previous-item): Call `force-mode-line-update'.
6614 (newsticker-next-feed): Call `force-mode-line-update'.
6615 (newsticker-previous-feed): Call `force-mode-line-update'.
6616 (newsticker-mark-all-items-at-point-as-read): Code formatting.
6617 (newsticker-show-old-items): Do not show descs.
6618 (newsticker-hide-entry): Hide too much.
6619 (newsticker-hide-entry, newsticker-show-entry)
6620 (newsticker-toggle-auto-narrow-to-feed): Code formatting.
6621 (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
6622 (newsticker-toggle-auto-narrow-to-item): Code formatting.
6623 (newsticker-set-auto-narrow-to-item): Update buffer immediately.
6624 (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
6625 (newsticker-get-news): Call `force-mode-line-update'.
6626 Collect process ids.
6627 (newsticker--sentinel): Change coding system handling.
6628 Move image retrieval to new functions newsticker--get-logo-url-*.
6629 Move feed parsing to new functions newsticker--parse-*.
6630 Update list of process ids.
6631 (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
6632 (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
6633 (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
6634 (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
6635 (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
6636 (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
6637 (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
6638 (newsticker--decode-coding-string): Remove.
6639 (newsticker--decode-numeric-entities): Check input. Format code.
6640 (newsticker--remove-whitespace): Check input.
6641 (newsticker--do-forget-preformatted): Doc fix.
6642 (newsticker--decode-rfc822-date): Allow for missing time.
6643 (newsticker--update-process-ids): New.
6644 (newsticker--image-sentinel): Change comment.
6645 (newsticker--image-read): Change error message.
6646 (newsticker--imenu-goto): Doc fix. Show headline title.
6647 (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
6648 (newsticker--buffer-do-insert-text): Clean whitespace in
6649 html-rendered headline title. Code formatting.
6650 Call `newsticker--buffer-print-extra-elements'.
6651 (newsticker--buffer-print-extra-element): Remove.
6652 (newsticker--buffer-print-extra-elements): New.
6653 (newsticker--buffer-do-print-extra-element): New.
6654 (newsticker--buffer-insert-enclosure): Doc fix. Use MBytes for
6655 large sizes.
6656 (newsticker--run-auto-mark-filter)
6657 (newsticker--do-run-auto-mark-filter):
6658 Use `newsticker-auto-mark-filter-list'.
6659
6660 2005-11-04 Ryan Yeske <rcyeske@gmail.com>
6661
6662 * net/rcirc.el: Use split-string OMIT-NULLS argument.
6663 (rcirc-print): Force redisplay before running hooks. Do long
6664 buffer truncation after making new text read-only. Deal with nil
6665 text when decoding strings. If TARGET is nil, use either the
6666 currently selected buffer, if it is an rcirc buffer and of the
6667 same process or the process buffer.
6668 (rcirc-mode): Remove header-line. Recompute short buffer names.
6669 Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
6670 (rcirc-short-buffer-name): Add variable.
6671 (rcirc-kill-buffer-hook): Recompute short buffer names.
6672 Remove nick from private channel.
6673 (rcirc-send-input): Send command text to current-buffer.
6674 Don't clear overlay arrow here.
6675 (rcirc-short-buffer-name): Return a short buffer name.
6676 (rcirc-update-short-buffer-names, rcirc-abbreviate)
6677 (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
6678 buffer-name abbreviations.
6679 (rcirc-kill-buffer-hook-1): Split to make debugging easier.
6680 Do not touch nick-table when killing a parted channel.
6681 (rcirc-window-configuration-change): Rename from rcirc-update-activity.
6682 Clear arrow from current buffer if it is now hidden.
6683 (rcirc-current-buffer): Add variable.
6684 (rcirc-my-nick, rcirc-other-nick, rcirc-server)
6685 (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
6686 Remove -face from names.
6687 (rcirc-update-activity-string): Print "DND" when globally ignoring
6688 activity.
6689 (rcirc-ignore-buffer-activity-flag): Rename from
6690 rcirc-ignore-channel-activity.
6691 (rcirc-ignore-all-activity-flag): Doc fix.
6692 (rcirc-channels): Remove variable.
6693 (rcirc-kill-buffer-hook):
6694 (rcirc-get-buffer-create): Add nick to private channel.
6695 (rcirc-multiline-edit-submit): Remove tabs.
6696 (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
6697 folded.
6698 (rcirc-remove-nick-channel): Bug fix.
6699 (rcirc-toggle-ignore-buffer-activity): Rename from
6700 rcirc-toggle-ignore-channel-activity.
6701 (rcirc-record-activity): Add buffers to the front of the list.
6702 (rcirc-update-activity): Remove killed buffers from list.
6703 (rcirc-process-server-response-1): Remove last argument if it is
6704 null before calling handler.
6705 (rcirc): Add "rcirc" defcustom prefix.
6706 (rcirc-prompt): Simplify default prompt.
6707 Use custom-initialize-default.
6708 (rcirc-private-chats): Remove variable.
6709 (rcirc-prompt): Change initialization.
6710 (rcirc-version): Remove function.
6711 (rcirc-id-string): Add constant.
6712 (rcirc-last-buffer): Remove variable.
6713 (rcirc-buffer-alist): Add variable.
6714 (rcirc-connect): Update variable setup.
6715 (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
6716 (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
6717 default.
6718 (rcirc-handler-generic): Trigger activity.
6719 (rcirc-send-message): Create the buffor of the target.
6720 (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
6721 (rcirc-get-buffer): Just return nil if there is no matching buffer.
6722 (rcirc-multiline-edit-cancel): Remove function.
6723 (rcirc-set-last-buffer): Remove function.
6724 (rcirc-get-any-buffer): Add function.
6725 (rcirc-join-channels): Don't print /join text.
6726 (rcirc-toggle-ignore-channel-activity): Add and update echo area
6727 messages.
6728 (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
6729 (rcirc-handler-NOTICE): Recognize CTCP responses.
6730 (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
6731 constructing TOPIC string for buffers we are not JOINed.
6732 (rcirc-handler-CTCP-response): Add handler.
6733 (rcirc-multiline-edit-submit): Restore the window-configuration
6734 before adjusting point.
6735 (rcirc): Add customization group.
6736 (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
6737 (rcirc-user-full-name, rcirc-startup-channels-alist)
6738 (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
6739 (rcirc-ignore-all-activity-flag, rcirc-time-format)
6740 (rcirc-input-ring-size, rcirc-read-only-flag)
6741 (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
6742 (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
6743 Change defvar to defcustom.
6744 (rcirc-update-prompt): Add optional ALL arg, which will update
6745 prompts in all rcirc buffers. Regexp quote replacement text.
6746 (rcirc-fill-column): Accept frame-width as a value.
6747 (rcirc-set-changed): Add function.
6748 (rcirc-next-active-buffer): Write more meaningful messages.
6749 (rcirc-faces): Add customization group.
6750 (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
6751 (rcirc-nick-in-message-face, rcirc-prompt-face)
6752 (rcirc-mode-line-nick-face): Move into rcirc-faces group.
6753 (with-rcirc-process-buffer): Move before first usage.
6754 (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
6755 (rcirc-debug-flag): Rename from `rcirc-log-p'.
6756 (rcirc-debug): Rename from `rcirc-log'.
6757 (rcirc-format-response-string): Do not print `-' chars for a
6758 NOTICE with no sender. Simplify output of server responses.
6759
6760 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6761
6762 (rcirc-browse-url-map, rcirc-browse-url-at-point)
6763 (rcirc-browse-url-at-mouse, rcirc-mangle-text):
6764 Make urls mouse and RET clickable.
6765
6766 2005-11-04 Henrik Enberg <henrik.enberg@telia.com>
6767
6768 * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
6769
6770 2005-11-04 Ken Manheimer <ken.manheimer@gmail.com>
6771
6772 * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
6773 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
6774 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
6775 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
6776 argument to all these routines, so the passphrase can be managed
6777 externally and passed in to the system.
6778 (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
6779 pgg-add-passphrase-to-cache function.
6780
6781 * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
6782 (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
6783 (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
6784 (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
6785 argument to all these routines, so the passphrase can be managed
6786 externally and passed in to the system.
6787 (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
6788 function.
6789
6790 2005-11-04 Edward O'Connor <hober0@gmail.com> (tiny change)
6791
6792 * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
6793 from goto-address-url-regexp.
6794
6795 2005-11-04 Carsten Dominik <dominik@science.uva.nl>
6796
6797 * textmodes/org.el (org-read-date, org-goto-calendar)
6798 (org-recenter-calendar, org-agenda-goto-calendar):
6799 Temporarily clear `calendar-move-hook'.
6800
6801 2005-11-04 Michael Kifer <kifer@cs.stonybrook.edu>
6802
6803 * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
6804 merging.
6805
6806 * ediff-util.el (ediff-previous-difference): Don't skip regions that
6807 have merge clashes.
6808
6809 2005-11-04 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6810
6811 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6812 Undo previous change.
6813
6814 * startup.el (command-line): Use `custom-reevaluate-setting' for
6815 mouse-wheel-down-event and mouse-wheel-up-event. Don't call
6816 tty-register-default-colors on Mac.
6817
6818 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6819
6820 * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
6821 (gdb-buffer-type): Make it automatically buffer local...
6822 (gdb-get-create-buffer): ...and set it accordingly.
6823 (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
6824 actually work.
6825
6826 2005-11-03 Dan Nicolaescu <dann@ics.uci.edu>
6827
6828 * font-lock.el (font-lock-warning-face): Use the more vivid red1,
6829 not red.
6830
6831 2005-11-04 Nick Roberts <nickrob@snap.net.nz>
6832
6833 * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
6834 case GUD buffer is not visible.
6835 (gdb-goto-breakpoint): Try to force display in source buffer.
6836 (gdb-frame-gdb-buffer): Copy other similar functions.
6837 (gdb-restore-windows): Don't display source if not asked for.
6838 (gdb-assembler-buffer-name): Don't capitalise.
6839
6840 2005-11-03 Richard M. Stallman <rms@gnu.org>
6841
6842 * wid-edit.el (key-sequence): New widget type.
6843
6844 * simple.el (set-mark-command-repeat-pop): New variable.
6845 (set-mark-command): Only interpret plan C-@ after a pop as a pop
6846 if set-mark-command-repeat-pop is true.
6847
6848 * info.el (Info-fontify-node): Don't display extra "see" if there
6849 already is one here.
6850
6851 * mouse.el: Fix special handling of DEL after dragging a region:
6852 (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
6853 (mouse-region-delete-keys): Change to defcustom. Add [backspace].
6854
6855 * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
6856
6857 * textmodes/ispell.el (ispell-command-loop): Change `i' description
6858 not to assume it pertains to an affix.
6859
6860 * textmodes/flyspell.el (flyspell-post-command-hook):
6861 Bind deactivate-mark to prevent deactivation.
6862
6863 2005-11-03 Lars Hansen <larsh@soem.dk>
6864
6865 * dired-x.el: Add menu bindings for dired-do-find-marked-files,
6866 dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
6867 dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
6868
6869 2005-11-03 Romain Francoise <romain@orebokech.com>
6870
6871 * net/eudcb-mab.el: Now part of GNU Emacs. Update FSF's address.
6872 Update copyright years.
6873
6874 2005-11-03 Sam Steingold <sds@gnu.org>
6875
6876 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
6877 Use system-type instead of window-system because window-system is not
6878 correctly defined during loadup.
6879
6880 2005-11-02 Mark A. Hershberger <mah@everybody.org>
6881
6882 * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
6883 (xml-parse-tag): Join strings separated by a comment properly.
6884
6885 2005-11-02 Andreas Schwab <schwab@suse.de>
6886
6887 * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
6888
6889 2005-11-02 Stefan Monnier <monnier@iro.umontreal.ca>
6890
6891 * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
6892 (byte-optimize-pure-func): Quote the eval'd value.
6893
6894 * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
6895 Rename from perl-font-lock-syntactic-face-function.
6896 Change the calling convention so it can be used as a font-lock MATCHER.
6897 Do the parse-partial-sexp loop outselves.
6898 (perl-font-lock-syntactic-keywords): Use it.
6899 (perl-mode): Don't set font-lock-syntactic-face-function any more.
6900
6901 2005-11-02 Nick Roberts <nickrob@snap.net.nz>
6902
6903 * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
6904 disassembly buffer too.
6905 (gdb-exited): Remove overlay arrows when execution has finished.
6906 (gdb-info-frames-custom, gdb-info-threads-custom)
6907 (gdb-info-registers-custom): Don't add inappropriate text
6908 properties if inferior is not active.
6909
6910 2005-11-02 Glenn Morris <rgm@gnu.org>
6911
6912 * progmodes/fortran.el (fortran-blink-match):
6913 Use `blink-matching-delay'.
6914
6915 2005-11-02 John Mongan <jmongan@mccammon.ucsd.edu> (tiny change)
6916
6917 * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
6918
6919 2005-11-02 Lars Hansen <larsh@soem.dk>
6920
6921 * net/tramp.el (tramp-action-out-of-band): Handle scp message
6922 "Permission denied".
6923
6924 2005-11-01 Richard M. Stallman <rms@gnu.org>
6925
6926 * textmodes/flyspell.el (flyspell-external-point-words):
6927 Pass nil to flyspell-get-word.
6928
6929 2005-11-02 Kim F. Storm <storm@cua.dk>
6930
6931 * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
6932 item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
6933
6934 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6935
6936 * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
6937 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
6938 (calendar-mouse-print-dates): Add optional `event' argument.
6939 Update interactive-spec.
6940 (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
6941 Use `calendar-event-to-date' instead of `event'.
6942
6943 2005-11-02 Masatake YAMATO <jet@gyve.org>
6944
6945 * progmodes/ld-script.el (ld-script-builtins):
6946 Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
6947 "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
6948 (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
6949
6950 2005-11-01 Romain Francoise <romain@orebokech.com>
6951
6952 * vc-sccs.el: Update copyright year.
6953 * ezimage.el: Likewise.
6954
6955 2005-11-01 KOBAYASHI Yasuhiro <kobayays@otsukakj.co.jp> (tiny change)
6956
6957 * info.el (Info-fontify-node): Use `string-width' for fontifying
6958 underlined titles.
6959
6960 2005-11-01 Juri Linkov <juri@jurta.org>
6961
6962 * info.el (Info-fontify-node): Downcase node header keywords Node,
6963 Prev, Next, Up before comparison.
6964 (Info-history): Insert absolute directory name, and put invisible
6965 property on it.
6966
6967 2005-11-01 Juri Linkov <juri@jurta.org>
6968
6969 * info.el (Info-file-supports-index-cookies): New variable.
6970 (Info-find-node-2): Check makeinfo version for index cookie support.
6971 (Info-index-nodes): Search for nodes with index cookies only when
6972 Info-file-supports-index-cookies is t. Otherwise, search nodes
6973 with "Index" in the node name.
6974 (Info-index-node): Search index cookie in the current node only when
6975 Info-file-supports-index-cookies is t. Otherwise, check the word
6976 "Index" in the node name.
6977 (Info-find-emacs-command-nodes): Remove code that searches nodes
6978 with "Index" node name in the top menu.
6979
6980 2005-11-01 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * progmodes/scheme.el (scheme-mode-variables): Use the default
6983 comment-indent-function.
6984
6985 * faces.el (face-attribute): Handle the case where a face inherits from
6986 a non-existent face.
6987
6988 * simple.el (eval-expression-print-format): Use lisp-readable syntax
6989 for octal and hexa output, and merge the char into the paren.
6990 (kill-new): Use push.
6991 (copy-to-buffer): Use with-current-buffer.
6992 (completion-setup-function): Move code in loop to remove redundancy.
6993 (minibuffer-local-must-match-map): Don't add bindings that duplicate
6994 those inherited from minibuffer-local-completion-map.
6995
6996 * savehist.el (savehist-mode) <defcustom>:
6997 Use custom-set-minor-mode if available.
6998 (savehist-mode) <defun>: Run the minor mode hook, set the custom state
6999 and emit a message if applicable.
7000
7001 2005-11-01 Hrvoje Niksic <hniksic@xemacs.org>
7002
7003 * savehist.el: Sync up to version 19.
7004 (savehist-mode): New minor mode.
7005 (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
7006 (savehist-length): Remove (use history-length instead).
7007 (savehist-file-modes): Rename from savehist-modes.
7008 (savehist-save-hook, savehist-loaded): New vars.
7009 (savehist-load): Use savehist-mode. Try to smooth up transition from
7010 old format to new format.
7011 (savehist-install): Allow savehist-autosave-interval to be nil.
7012 (savehist-save): Run the new hook. Be more careful to only trim the
7013 history variables.
7014 (savehist-trim-history): New fun. Replaces savehist-process-for-saving.
7015 (savehist-printable): Print into a buffer rather than char-by-char.
7016
7017 2005-11-01 John Wiegley <johnw@newartisans.com>
7018
7019 * iswitchb.el (iswitchb-define-mode-map): Re-enable the
7020 toggle-ignore keybinding (C-a). The author said it had been
7021 disabled much earlier due to a possible incompatibility, but after
7022 many months of usage I have encountered no problems (and it is a
7023 rather useful option, especially for switching to " *temp*").
7024
7025 * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
7026 support for OS/X's AddressBook, by calling out to the open source
7027 program "contacts" (installable through Fink).
7028
7029 * net/eudc.el (eudc-expand-inline): If the
7030 `eudc-multiple-match-handling-method' is set to `all', delete the
7031 query string before inserting the query result.
7032
7033 * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
7034 flag, to prevent Eshell from using the system ls when
7035 `eshell-ls-insert-directory' is in used.
7036 (eshell-ls-insert-directory): Disable font-lock in directory
7037 buffer so that Eshell's own fontification is seen. This broke
7038 recently due to changes in font-lock, so this goes back to version
7039 21 behavior.
7040
7041 2005-11-01 Nick Roberts <nickrob@snap.net.nz>
7042
7043 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
7044 (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
7045 (gdb-many-windows): Doc fix.
7046
7047 2005-10-31 Romain Francoise <romain@orebokech.com>
7048
7049 * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
7050
7051 2005-10-31 Dan Nicolaescu <dann@ics.uci.edu>
7052
7053 * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
7054 that global-font-lock-mode can be enabled by default.
7055
7056 * font-lock.el (font-lock-keywords, font-lock-mode-internal)
7057 (font-lock-add-keywords, font-lock-remove-keywords)
7058 (font-lock-fontify-buffer): Remove autoload cookies.
7059
7060 * jit-lock.el (jit-lock-register): Likewise.
7061
7062 * emacs-lisp/syntax.el (syntax-ppss): Likewise.
7063
7064 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7065
7066 * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
7067 intact if there is no gud-comint-buffer.
7068
7069 2005-10-31 Luc Teirlinck <teirllm@auburn.edu>
7070
7071 * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
7072 old prompt comint-prompt-read-only is t and GDB commands are
7073 issued from tool bar etc.
7074
7075 2005-10-31 Masatake YAMATO <jet@gyve.org>
7076
7077 * vc.el (vc-directory-exclusion-list): Add "{arch}".
7078
7079 2005-10-30 Chong Yidong <cyd@stupidchicken.com>
7080
7081 * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
7082 (thumbs-thumbsdir): Make .emacs.d if it does not exist.
7083
7084 2005-10-30 Michael Albinus <michael.albinus@gmx.de>
7085
7086 * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
7087 starting at beginning of line. Fontification is messed up when
7088 `open-paren-in-column-0-is-defun-start' set to t.
7089 Reported by John Paul Wallington <jpw@pobox.com>.
7090
7091 2005-10-30 Luc Teirlinck <teirllm@auburn.edu>
7092
7093 * comint.el (comint-send-input): Call `comint-update-fence' when
7094 `comint-process-echoes' and `comint-prompt-read-only' are both
7095 non-nil, to avoid leftover read-only newline.
7096
7097 2005-10-30 Richard M. Stallman <rms@gnu.org>
7098
7099 * textmodes/flyspell.el (flyspell-external-point-words):
7100 Detect when WORD can't be checked properly because
7101 flyspell-get-word finds just part of it, and move on.
7102
7103 * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
7104 boundarychar for Polish.
7105 (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
7106 (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
7107
7108 2005-10-31 Nick Roberts <nickrob@snap.net.nz>
7109
7110 * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
7111 (gdb-registers-font-lock-keywords): Delete.
7112 (gdb-registers-mode): Don't fontify.
7113 (gdb-info-registers-custom): Use text properties instead as, in
7114 future, changed register values will use font-lock-warning-face.
7115 (gdb-local-font-lock-keywords): Rename to...
7116 (gdb-locals-font-lock-keywords): ...for consistency.
7117
7118 2005-10-30 Andre Spiegel <spiegel@gnu.org>
7119
7120 * vc.el (vc-switch-backend): Better error message if the buffer is
7121 not visiting a file under version control.
7122
7123 * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
7124
7125 2005-10-29 Chong Yidong <cyd@stupidchicken.com>
7126
7127 * startup.el (command-line): Use ~/.emacs.d/init.el instead of
7128 ~/.emacs.d/.emacs.
7129
7130 2005-10-29 Richard M. Stallman <rms@gnu.org>
7131
7132 * replace.el (occur-mode-mouse-goto): Always go to other window.
7133 (occur-mode-goto-occurrence): Always switch in same window.
7134
7135 * simple.el (undo): Display message at end, not at start.
7136
7137 * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
7138 New arg REUSE-CELL.
7139 (cancel-timer-internal): New function.
7140 (timer-event-handler): Use cancel-timer-internal,
7141 and pass the cell it returns to timer-activate...
7142
7143 * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
7144 (jit-lock-deferred-fontify, jit-lock-context-fontify)
7145 (jit-lock-after-change): Test memory-full.
7146
7147 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7148
7149 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7150 part of the decoded armor to find the key-identifier.
7151 (pgg-gpg-lookup-key-owner): New function to return the
7152 human-readable identifier of a key owner.
7153 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7154 key itself.
7155 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7156 the key value) if we have a key and can match it against a secret
7157 key. Also, added a note pointing out fact that the prompt only
7158 indicates the first matching key.
7159
7160 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7161 pgg-decrypt-region.
7162 (pgg-pending-timers): A new hash for tracking the passphrase cache
7163 timers, so that new ones supercede old ones.
7164 (pgg-add-passphrase-to-cache): Rename from
7165 `pgg-add-passphrase-cache' to reduce confusion (all callers
7166 changed). Modified to cancel old timers when new ones are added.
7167 (pgg-remove-passphrase-from-cache): Rename from
7168 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7169 changed). Modified to cancel old timers when their keys are
7170 removed from the cache.
7171 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7172 XEmacs, an indirection to delete-itimer.
7173 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7174 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7175 users can only check cache without risk of prompting. Correct bug in
7176 notruncate behavior.
7177 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7178 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7179 Add informative docstrings.
7180 (pgg-decrypt): Convey provided passphrase in subordinate call to
7181 pgg-decrypt-region.
7182
7183 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7184 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7185 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7186 `passphrase' argument, so the passphrase can be managed externally
7187 and then passed in to the system.
7188
7189 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7190 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7191 so the passphrase cache can be used reliably with identifiers
7192 besides a pgp packet's key id.
7193
7194 * pgg-gpg.el (pgg-pgp-encrypt-region)
7195 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7196 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7197 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7198 argument to all these routines, so the passphrase can be managed
7199 externally and passed in to the system.
7200
7201 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7202 `notruncate' argument, so the passphrase cache can be used
7203 reliably with identifiers besides a pgp packet's key id.
7204
7205 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7206
7207 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7208 symmetric encryption.
7209 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7210 encrypted session key.
7211 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7212 message ask for the passphrase in a proper way.
7213
7214 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7215 New user commands for symmetric encryption.
7216
7217 2005-10-29 Roland Winkler <roland.winkler@physik.uni-erlangen.de>
7218
7219 * textmodes/conf-mode.el (conf-assignment-sign)
7220 (conf-assignment-regexp): Fix docstrings.
7221 (conf-mode-initialize): New function.
7222 (conf-mode): Remove optional args. Use delay-mode-hooks to
7223 recognize recursive calls.
7224 (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
7225 (conf-space-mode, conf-colon-mode, conf-ppd-mode)
7226 (conf-xdefaults-mode): Use define-derived-mode and
7227 conf-mode-initialize.
7228
7229 2005-10-29 Romain Francoise <romain@orebokech.com>
7230
7231 * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
7232
7233 2005-10-29 Ken Manheimer <ken.manheimer@gmail.com>
7234
7235 * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
7236 part of the decoded armor to find the key-identifier.
7237 (pgg-gpg-lookup-key-owner): New function to return the
7238 human-readable identifier of a key owner.
7239 (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
7240 key itself.
7241 (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
7242 the key value) if we have a key and can match it against a secret
7243 key. Also, added a note pointing out fact that the prompt only
7244 indicates the first matching key.
7245
7246 * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
7247 pgg-decrypt-region.
7248 (pgg-pending-timers): A new hash for tracking the passphrase cache
7249 timers, so that new ones supercede old ones.
7250 (pgg-add-passphrase-to-cache): Rename from
7251 `pgg-add-passphrase-cache' to reduce confusion (all callers
7252 changed). Modified to cancel old timers when new ones are added.
7253 (pgg-remove-passphrase-from-cache): Rename from
7254 `pgg-remove-passphrase-cache' to reduce confusion (all callers
7255 changed). Modified to cancel old timers when their keys are
7256 removed from the cache.
7257 (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
7258 XEmacs, an indirection to delete-itimer.
7259 (pgg-read-passphrase-from-cache, pgg-read-passphrase):
7260 Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
7261 users can only check cache without risk of prompting. Correct bug in
7262 notruncate behavior.
7263 (pgg-read-passphrase-from-cache, pgg-read-passphrase)
7264 (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
7265 Add informative docstrings.
7266 (pgg-decrypt): Convey provided passphrase in subordinate call to
7267 pgg-decrypt-region.
7268
7269 2005-10-20 Ken Manheimer <ken.manheimer+emacs@gmail.com>
7270
7271 * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
7272 (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
7273 (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
7274 `passphrase' argument, so the passphrase can be managed externally
7275 and then passed in to the system.
7276
7277 * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
7278 (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
7279 so the passphrase cache can be used reliably with identifiers
7280 besides a pgp packet's key id.
7281
7282 * pgg-gpg.el (pgg-pgp-encrypt-region)
7283 (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
7284 (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
7285 (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
7286 argument to all these routines, so the passphrase can be managed
7287 externally and passed in to the system.
7288
7289 * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
7290 `notruncate' argument, so the passphrase cache can be used
7291 reliably with identifiers besides a pgp packet's key id.
7292
7293 2005-10-29 Sascha Wilde <swilde@sha-bang.de>
7294
7295 * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
7296 symmetric encryption.
7297 (pgg-gpg-symmetric-key-p): New function to check for an symmetric
7298 encrypted session key.
7299 (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
7300 message ask for the passphrase in a proper way.
7301
7302 * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
7303 New user commands for symmetric encryption.
7304
7305 2005-10-28 Bill Wohler <wohler@newt.com>
7306
7307 * help-mode.el (help-url): New button type. Calls browse-url.
7308 (help-xref-url-regexp): New regexp to recognize URLs in docstring.
7309 Similar to Info nodes: URL `url'.
7310 (help-make-xrefs): Create help-url buttons for
7311 help-xref-url-regexp matches.
7312
7313 2005-10-29 Nick Roberts <nickrob@snap.net.nz>
7314
7315 * tool-bar.el (tool-bar-add-item-from-menu)
7316 (tool-bar-local-item-from-menu): Fix doc strings.
7317
7318 2005-10-28 Romain Francoise <romain@orebokech.com>
7319
7320 * ldefs-boot.el: Update.
7321
7322 * subr.el (locate-library): Move from help-fns.el.
7323 * help-fns.el (locate-library): Move to subr.el.
7324
7325 2005-10-28 Richard M. Stallman <rms@gnu.org>
7326
7327 * net/tramp.el (tramp-completion-mode): defvar moved up.
7328
7329 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7330
7331 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
7332
7333 * files.el (find-file-noselect): Use %d to format large file size.
7334
7335 * bindings.el (mode-line-format): Add %e.
7336
7337 * loadup.el ("facemenu"): Load unconditionally.
7338 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
7339 ("x-dnd"): Load, when appropriate.
7340
7341 * startup.el (command-line): Call before-init-hook earlier.
7342 Warn about some bad characters in -u user name.
7343
7344 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
7345 (flyspell-external-point-words): Error if misspelled word is not found.
7346 Set flyspell-large-region-beg at end of word.
7347
7348 2005-10-28 Andreas Schwab <schwab@suse.de>
7349
7350 * view.el (View-revert-buffer-scroll-page-forward):
7351 Use view-page-size-default.
7352
7353 2005-10-28 Juri Linkov <juri@jurta.org>
7354
7355 * international/quail.el (quail-get-current-str): Translate last
7356 raw character for deterministic input methods.
7357
7358 2005-10-27 Jay Belanger <belanger@truman.edu>
7359
7360 * calc/calc-ext.el: Add functions to autoloads.
7361 (math-identity-matrix-p, math-ident-row-p): New functions.
7362
7363 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
7364 multiplication by an identity matrix; don't turn multiplication by
7365 an inverse matrix into division.
7366 (math-div-symbol-fancy): Replace division by matrices with
7367 multiplication by inverse.
7368
7369 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
7370
7371 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
7372 (calc-writeoutpower): New functions.
7373
7374 2005-10-27 Romain Francoise <romain@orebokech.com>
7375
7376 * replace.el (occur-engine): Include colon in mouse-face highlight.
7377
7378 * dired-x.el: Change Maintainer field.
7379
7380 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
7381
7382 * longlines.el (longlines-mode): Bind after-change-functions to
7383 nil during initial decoding and final encoding.
7384
7385 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
7386
7387 * term.el (term-emulate-terminal, term-handle-colors-array)
7388 (term-handle-ansi-escape): Specify the terminfo capabilities
7389 implemented.
7390
7391 2005-10-26 Richard M. Stallman <rms@gnu.org>
7392
7393 * info.el (Info-fontify-node): Fix detection of sentence-break
7394 before *Note.
7395
7396 2005-10-26 Romain Francoise <romain@orebokech.com>
7397
7398 * smerge-mode.el: Add `tools' to file keywords.
7399
7400 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
7401
7402 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
7403 when the fringe is not available.
7404
7405 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
7406 (def-gdb-auto-update-trigger): Simplify construction.
7407 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
7408 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
7409 defined explicitly.
7410 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
7411 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
7412 defined explicitly.
7413 (gdb-info-locals-custom): Remove as it's a no-op.
7414
7415 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
7416
7417 * longlines.el (longlines-mode): Remove narrowing before
7418 performing the initial decoding or final encoding.
7419
7420 2005-10-25 Romain Francoise <romain@orebokech.com>
7421
7422 * emacs-lisp/find-func.el (find-library-name): Also strip
7423 extension if library name ends in .el, to take advantage of
7424 `find-library-suffixes'.
7425
7426 2005-10-25 Richard M. Stallman <rms@gnu.org>
7427
7428 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
7429
7430 2005-10-25 Juri Linkov <juri@jurta.org>
7431
7432 * textmodes/texinfo.el (texinfo-mode): Change charset of one
7433 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
7434
7435 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7436
7437 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
7438 (blackbox-redefine-key): Add argument `map'.
7439
7440 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
7441 regions when moving the jit-lock-context-unfontify-pos boundary.
7442
7443 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
7444
7445 * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
7446
7447 2005-10-25 Masatake YAMATO <jet@gyve.org>
7448
7449 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
7450
7451 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
7452
7453 * play/blackbox.el (blackbox-redefine-key): New function.
7454 (blackbox-mode-map): Use it to remap existing bindings for cursor
7455 motion instead of binding literal keys.
7456
7457 2005-10-25 Glenn Morris <rgm@gnu.org>
7458
7459 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
7460 diary does not end in a newline. Do not assume a blank line at
7461 the start of the diary file.
7462
7463 2005-10-25 Kenichi Handa <handa@m17n.org>
7464
7465 * international/quail.el (quail-translate-key): If the input
7466 method is deterministic and failed to handle the last key, restart
7467 the key handling loop from an appropriate key.
7468
7469 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
7470
7471 * vc.el (vc-dired-mode): Extend comment for binding of
7472 `directory-listing-before-filename-regexp'.
7473
7474 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
7475
7476 * textmodes/texinfo.el (texinfo-mode):
7477 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
7478 not to unnecessarily expose emacs-mule's internal char codes.
7479
7480 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
7481
7482 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
7483 Display hand pointer and help-echo on disabled icon too.
7484 (gdb-mouse-until): New function.
7485 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
7486
7487 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
7488
7489 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
7490 with 2005-10-23 change to doctor.el.
7491
7492 * finder.el (finder-mode-map): Add follow-link binding.
7493
7494 2005-10-25 Kim F. Storm <storm@cua.dk>
7495
7496 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
7497 to gdb-mouse-toggle-breakpoint-fringe.
7498 (gdb-mouse-toggle-breakpoint-margin): Rename from
7499 gdb-mouse-toggle-breakpoint. Fix doc.
7500 (gdb-mouse-toggle-breakpoint-fringe): New defun.
7501 (gdb-put-string): Add optional SPROPS arg. Add props to string.
7502 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
7503 string properties also for fringe breakpoint bitmaps.
7504
7505 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
7506
7507 * textmodes/org.el (org-start-icalendar-file): Fix format form.
7508
7509 2005-10-25 Masatake YAMATO <jet@gyve.org>
7510
7511 * simple.el (completion-common-substring):
7512 Use `completion-common-substring' prior to `completion-base-size'.
7513
7514 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
7515
7516 * savehist.el: Require CL while compiling.
7517 (savehist-history-variables): Remove.
7518 (savehist-save-minibuffer-history, savehist-additional-variables)
7519 (savehist-minibuffer-history-variables): New vars.
7520 (savehist-save): Use them.
7521 (savehist-uninstall, savehist-minibuffer-hook): New funs.
7522 (savehist-install): New fun, extracted from savehist-load.
7523 (savehist-load): Use them.
7524
7525 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
7526
7527 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
7528 a dummy doc-string-elt property.
7529 (defalias, defvaralias, define-category): Add a docstring property.
7530
7531 * image.el (defimage):
7532 * widget.el (define-widget):
7533 * custom.el (defface, defcustom): Add `doc-string' declaration.
7534
7535 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
7536 (defadvice): Add `doc-string' declaration.
7537
7538 * emacs-lisp/byte-run.el (macro-declaration-function):
7539 Handle `doc-string' declarations.
7540 (define-obsolete-function-alias, define-obsolete-variable-alias):
7541 Add `doc-string' declaration.
7542
7543 2005-10-24 Kenichi Handa <handa@m17n.org>
7544
7545 * international/utf-7.el (utf-7): Add autoload cookie.
7546
7547 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
7548
7549 2005-10-24 Eli Zaretskii <eliz@gnu.org>
7550
7551 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
7552 list of directories passed to batch-update-autoloads. Add "." to
7553 the list of the echoed directories.
7554
7555 * pgg-def.el:
7556 * pgg-gpg.el:
7557 * pgg-parse.el:
7558 * pgg-pgp.el:
7559 * pgg-pgp5.el:
7560 * pgg.el: Moved here from the gnus subdirectory.
7561
7562 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
7563
7564 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
7565 in case comint-prompt-read-only is set to t.
7566
7567 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
7568 in case comint-prompt-read-only is set to t.
7569
7570 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
7571
7572 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
7573 Now a string.
7574 (icalendar-import-format): Handle CLASS, STATUS, URL.
7575 Rename `subject' to `summary'.
7576 (icalendar-import-format-summary): Rename from
7577 `icalendar-import-format-subject'.
7578 (icalendar-import-format-url, icalendar-import-format-status)
7579 (icalendar-import-format-class): New variables.
7580 (icalendar--rris): Take variable argument list.
7581 (icalendar--datestring-to-isodate): Remove unnecessary
7582 calendar-style check when converting dates with explicit month names.
7583 (icalendar-export-region): Change return type of conversion
7584 subroutines. Bury current buffer unless error occurred.
7585 (icalendar--convert-to-ical)
7586 (icalendar--parse-summary-and-rest): New functions.
7587 (icalendar--convert-ordinary-to-ical)
7588 (icalendar--convert-weekly-to-ical)
7589 (icalendar--convert-yearly-to-ical)
7590 (icalendar--convert-block-to-ical)
7591 (icalendar--convert-cyclic-to-ical)
7592 (icalendar--convert-anniversary-to-ical): Change return type.
7593 Strip trailing blanks from subject.
7594 (icalendar--convert-sexp-to-ical): Change return type.
7595 Strip trailing blanks from subject. Handle simple sexp
7596 entries as generated by icalendar.el.
7597 (icalendar--convert-float-to-ical)
7598 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
7599 (icalendar-import-file): Doc fix.
7600 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
7601 Correct call to icalendar--rris.
7602 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
7603 `summary'.
7604 (icalendar--add-diary-entry): Rename `subject' to `summary'.
7605
7606 2005-10-24 Romain Francoise <romain@orebokech.com>
7607
7608 * server.el (server-sentinel): Set query-on-exit flag to nil on
7609 new client processes (it isn't inherited from the server process).
7610
7611 * replace.el (occur-engine): Rearrange text properties.
7612
7613 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
7614
7615 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
7616 case-fold-search is nil.
7617 (debug-help-follow): Use help-xref-interned directly.
7618
7619 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7620
7621 * thumbs.el (thumbs-image-type): Add .pbm.
7622
7623 2005-10-23 Richard M. Stallman <rms@gnu.org>
7624
7625 * faces.el (inhibit-face-set-after-frame-default): New variable.
7626 (set-face-attribute): Bind it.
7627 (face-set-after-frame-default): Test it.
7628
7629 * help-fns.el (describe-simplify-lib-file-name): New function.
7630 (describe-function-1, describe-variable): Use it.
7631
7632 * faces.el (describe-face): Use describe-simplify-lib-file-name.
7633
7634 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
7635 Eliminate nil as possible value.
7636 (tooltip-hide-delay): Reduce internal-border-width.
7637
7638 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
7639 (menu-bar-file-menu) <new-file>: Likewise.
7640
7641 * simple.el (line-move-finish): Ignore fields computing LINE-END.
7642
7643 * international/mule.el (load-with-code-conversion):
7644 Pass full file name to `eval-buffer' unless preloading.
7645
7646 * textmodes/flyspell.el (flyspell-large-region):
7647 Call ispell-check-version.
7648
7649 * textmodes/ispell.el (ispell-local-dictionary-overridden):
7650 Fix the make-variable-buffer-local call that was supposed
7651 to be for this variable.
7652 (ispell-aspell-supports-utf8): Doc fix.
7653 (ispell-find-aspell-dictionaries): Preserve elements of
7654 ispell-dictionary-alist for dictionaries that aspell doesn't report.
7655 (ispell-aspell-find-dictionary): Return nil on error.
7656
7657 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
7658 (doctor-symptoms): Likewise.
7659
7660 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
7661
7662 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
7663
7664 * cus-edit.el (custom-button, custom-button-pressed): New vars.
7665 (custom-raised-buttons): Add :set spec.
7666 (custom-button-unraised, custom-button-pressed-unraised):
7667 New faces, so that custom-raised-buttons actually does something.
7668 (custom-mode): Use custom-button and custom-button-pressed.
7669
7670 * wid-edit.el (widget-specify-button): Don't ignore
7671 widget-mouse-face on graphic terminals.
7672 (widget-move-and-invoke): Cleanup.
7673
7674 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
7675
7676 * whitespace.el (whitespace-cleanup): Doc fix.
7677
7678 2005-10-23 Romain Francoise <romain@orebokech.com>
7679
7680 * emulation/viper.el (viper-set-hooks): Quote forms passed to
7681 `eval-after-load' to avoid evaluating their result.
7682
7683 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
7684
7685 * files.el (directory-listing-before-filename-regexp):
7686 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
7687
7688 * dired.el (dired-move-to-filename-regexp): Remove.
7689 All occurences replaced by `directory-listing-before-filename-regexp'.
7690
7691 * dired-x.el, locate.el, vc.el:
7692 Replace `dired-move-to-filename-regexp' by
7693 `directory-listing-before-filename-regexp'. In vc.el it is
7694 overwritten locally; maybe this can be handled in files.el too.
7695
7696 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
7697 replaced by `directory-listing-before-filename-regexp'.
7698
7699 2005-10-23 Andreas Schwab <schwab@suse.de>
7700
7701 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
7702 and eval-next-after-load.
7703
7704 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
7705
7706 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
7707 exist, create it.
7708
7709 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
7710
7711 * allout.el: Remove autoloads for mailcrypt and crypt++.
7712 Require pgg, pgg-gpg during compilation.
7713 (allout-version): Increment version number to 2.1, and use a literal
7714 rather than RCS Id.
7715 (allout-default-encryption-scheme): Remove.
7716 (allout-passphrase-verifier-handling)
7717 (allout-passphrase-verifier-string)
7718 (allout-file-passphrase-verifier-string)
7719 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
7720 (allout-passphrase-hint-handling): Rename and simplify.
7721 (allout-init): Use `find-file-hook' if available, otherwise
7722 `find-file-hooks'.
7723 (allout-mode): Use `write-file-functions' if available, otherwise
7724 `local-write-file-hooks' and, instead of making auto-save-hook
7725 buffer local, make the write-file-hook activity contingent to
7726 allout-mode.
7727 (allout-mode): Use key-binding substitution in the docstring.
7728 (allout-kill-line): Spell-out kill ring data structure mutation
7729 instead of using byte-compiler-complaint-provoking `pop'.
7730 (allout-insert-listified): Use `insert' rather than `insert-string'
7731 (allout-toggle-current-subtree-encryption): Update docstring, adjust
7732 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
7733 (allout-encrypt-string): Totally revamped vis new underlying
7734 encryption facilities.
7735 (allout-mc-activate-passwd): Remove.
7736 (allout-obtain-passphrase): New, more or less replaces
7737 allout-mc-activate-passwd.
7738 (allout-encrypted-key-info): More or less replaces
7739 allout-encrypted-text-type.
7740 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
7741 (my-mark-marker): Use `(featurep 'xemacs)'.
7742
7743 2005-10-23 Lars Hansen <larsh@soem.dk>
7744
7745 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
7746 (byte-compile-file-form-defmumble, byte-compile-defun)
7747 (byte-compile-defmacro): Use it.
7748 (byte-compile-form): Don't call byte-compile-set-symbol-position
7749 when a byte-compile handler is called.
7750
7751 2005-10-22 Romain Francoise <romain@orebokech.com>
7752
7753 * savehist.el (savehist-history-variables): Add `grep-find-history'.
7754
7755 * subr.el (eval-after-load): Convert library name to an absolute
7756 file name using locate-library, since load-history no longer has
7757 library names in it.
7758
7759 2005-10-22 Richard M. Stallman <rms@gnu.org>
7760
7761 * files.el (make-temp-file): Move from subr.el.
7762 * subr.el (make-temp-file): Move to files.el.
7763
7764 * window.el (get-buffer-window-list): Move from subr.el.
7765 * subr.el (get-buffer-window-list): Move to window.el.
7766
7767 * image.el (image-load-path): Use eval-at-startup to initialize.
7768
7769 * subr.el (eval-at-startup): New macro.
7770
7771 * subr.el: Much rearrangement of functions and division
7772 into pages. No code changes.
7773
7774 2005-10-22 Kenichi Handa <handa@m17n.org>
7775
7776 * tar-mode.el (tar-extract): Be sure to call
7777 find-operation-coding-system if set-auto-coding doesn't find a
7778 coding system.
7779
7780 2005-10-22 Kim F. Storm <storm@cua.dk>
7781
7782 * image.el (image-type-header-regexps): Rename from image-type-regexps.
7783 Change users.
7784 (image-type-file-name-regexps): New defconst.
7785 (image-type-from-data): Simplify loop.
7786 (image-type-from-buffer): New defun.
7787 (image-type-from-file-header): Use it instead of image-type-from-data.
7788 Use image-search-load-path instead of only looking in data-directory.
7789 (image-type-from-file-name): New defun.
7790 (image-search-load-path): Change `pathname' to `filename'.
7791 Make PATH arg optional, default to image-load-path.
7792
7793 2005-10-21 Richard M. Stallman <rms@gnu.org>
7794
7795 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
7796
7797 * textmodes/paragraphs.el (sentence-end-base): New variable.
7798 (sentence-end): Use sentence-end-base.
7799
7800 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7801
7802 * font-lock.el (font-lock-default-fontify-region): Check the multiline
7803 property independently from the font-lock-multiline variable.
7804
7805 2005-10-21 Richard M. Stallman <rms@gnu.org>
7806
7807 * emacs-lisp/find-func.el (find-library-name): Doc fix.
7808
7809 * startup.el (command-line): Convert library names
7810 in `load-history' to absolute file names.
7811
7812 * subr.el (symbol-file): Doc fix.
7813
7814 * loadhist.el (file-loadhist-lookup): Call locate-library
7815 instead of find-library-name. Don't try converting
7816 abs file names to library names, since load-history no longer
7817 has library names in it.
7818 (file-dependents, file-provides, file-requires): Doc fixes.
7819
7820 2005-10-21 Juri Linkov <juri@jurta.org>
7821
7822 * progmodes/etags.el (tags-table-mode): New function.
7823 (tags-verify-table): Replace initialize-new-tags-table with
7824 tags-table-mode.
7825
7826 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
7827 default value.
7828 (desktop-modes-not-to-save): Add tags-table-mode to the
7829 default value.
7830
7831 * info.el (Info-index-next): Add total number of index
7832 alternatives to the message.
7833
7834 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
7835 backward only space (instead of space and period) before looking
7836 at sentence end.
7837
7838 * simple.el (set-variable): Use user-variable-p instead of symbolp.
7839 Add the old variable value as 4th default-value arg of read-string.
7840
7841 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7842
7843 * cus-face.el (custom-declare-face): Make face from X resources
7844 also on Mac.
7845
7846 * disp-table.el (standard-display-g1, standard-display-graphic):
7847 Refuse to use string glyphs also on Mac.
7848 (standard-display-european): Don't set terminal coding system also
7849 on Mac.
7850
7851 * frame.el (display-screens): Use x-display-screens also on Mac.
7852
7853 2005-10-21 Romain Francoise <romain@orebokech.com>
7854
7855 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
7856
7857 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
7858
7859 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
7860 and $? into sexps.
7861
7862 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
7863 warning face on open-paren-in-column-0.
7864
7865 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
7866 boundary case. Fix typo.
7867 Suggested by Martin Rudalics <rudalics@gmx.at>.
7868
7869 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
7870
7871 * textmodes/org.el (org-combined-agenda-icalendar-file)
7872 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
7873 (org-export-icalendar-this-file)
7874 (org-export-icalendar-all-agenda-files)
7875 (org-export-icalendar-combine-agenda-files): New commands.
7876 (org-export-icalendar, org-print-icalendar-entries)
7877 (org-start-icalendar-file, org-finish-icalendar-file)
7878 (org-ical-ts-to-string): New functions.
7879 (org-read-date, org-goto-calendar)
7880 (org-agenda-goto-calendar): Inhibit displaying diary entries by
7881 call to `calendar'.
7882 (orgtbl-setup): Remove the :keys arguments from the menu description.
7883 (org-after-save-iCalendar-file-hook): New variable.
7884
7885 2005-10-21 Kenichi Handa <handa@m17n.org>
7886
7887 * language/vietnamese.el (tcvn-5712): Make it an alias of
7888 vietnamese-tcvn coding-system.
7889
7890 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
7891
7892 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
7893 group id is given.
7894
7895 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
7896
7897 * progmodes/sh-script.el (sh-escaped-line-re): New var.
7898 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
7899 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
7900 whose line is either continued or ends with a comment.
7901
7902 2005-10-20 Romain Francoise <romain@orebokech.com>
7903
7904 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
7905
7906 * replace.el (occur-engine): Add follow-link property.
7907
7908 * font-core.el (font-lock-mode): Doc fix.
7909
7910 2005-10-20 Richard M. Stallman <rms@gnu.org>
7911
7912 * net/rcirc.el: New file.
7913
7914 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
7915
7916 * term.el (term-term-name): Initialize to "eterm-color".
7917
7918 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
7919
7920 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
7921 for encryption functionality.
7922 Move allout customization subgroup from `editing' to `outlines' group.
7923 Fix commentary keywords to legitimate ones.
7924 Update author info (using my current email address, obscurified).
7925 (allout-encrypt-string, allout-encryption-produce-work-buffer)
7926 (allout-encrypted-topic-p, allout-encrypted-text-type)
7927 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
7928 (allout-situate-encryption-key-verifier)
7929 (allout-get-encryption-key-verifier, allout-verify-key)
7930 (allout-next-topic-pending-encryption)
7931 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
7932 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
7933 (outline-key-verifier-handling, outline-key-hint-handling)
7934 (outline-encrypt-unencrypted-on-saves): New defcustoms.
7935 (allout-file-key-verifier-string, allout-encryption-scheme)
7936 (allout-key-verifier-string, allout-key-hint-string)
7937 (allout-after-save-decrypt): New variables.
7938 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
7939 (allout-after-saves-handler): New hook functions.
7940 (allout-post-command-business): Do allout-after-save-decrypt.
7941 (allout-enable-file-variable-adjustment): Custom var to enable
7942 mechanism for adding and adjusting settings of Emacs file variables.
7943 (allout-adjust-file-variable, allout-file-vars-section-data):
7944 New functions, implement the mechanism.
7945 (outlineify-sticky): Use the file vars mechanism.
7946 (allout-inhibit-protection, allout-during-write-cue)
7947 (allout-override-protect, allout-before-change-protect): Remove.
7948 (allout-flag-region, allout-open-topic): Adjust read-only text.
7949 (allout-open-line-not-read-only): Add to facilitate read-only
7950 text based protection.
7951 (allout-kill-line): Revise to adjust read-only text, clue the
7952 user about the inhibition.
7953 (allout-unprotected): Use unwind-protect.
7954 (allout-shift-in, allout-shift-out): Disallow manually shifting a
7955 topic deeper than the offspring depth of the previous topic -
7956 avoiding confusing "containment discontinuities".
7957 (allout-reindent-bodies): Fix retention of body relative hanging
7958 indent during promotion of collapsed bodies.
7959 (allout-open-topic): Make it easy to open new topic with same
7960 bullet as current topic - topic creation functions provided with
7961 any universal argument provokes now prompt for bullet, defaulting
7962 to the bullet of the previous topic.
7963 (allout-plain-bullets-string, allout-distinctive-bullets-string):
7964 Plain bullet alternates `.' period and `,' comma only. All other
7965 bullets are relegated to special status (but customizable).
7966 (allout-end-of-entry): Rename from allout-end-of-current-entry
7967 since it actually operates w.r.t. most immediately containing
7968 entry, visible or not.
7969 (allout-hide-current-entry, allout-show-current-entry): Use the
7970 revised version.
7971 (allout-old-expose-topic): Solidify deprecation.
7972 (allout-end-of-subtree): Add so we can span concealed as well
7973 as visible topics.
7974 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
7975 (allout-end-of-current-heading): Tweak to just respect the first line.
7976 (allout-get-body-text): Add.
7977 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
7978 when invoked interactively.
7979 (allout-up-current-level): Use `interactive-p'.
7980 (allout-mode, allout-init): Miscellaneous docstring and
7981 operational refinements, as well as hookups of new encryption stuff.
7982 (allout-beginning-of-current-entry): Now works as advertised.
7983 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
7984 (allout-isearch-rectification): Refine condition for isearching.
7985 (allout-isearch-abort, allout-enwrap-isearch)
7986 (allout-flag-region, my-region-active-p): Relocate some macros.
7987 (allout-title): Fallback title is (buffer-name), not
7988 non-existing (current-buffer-name).
7989 (subst-char-in-string): Define if absent (for some XEmacs versions).
7990
7991 2005-10-20 Jari Aalto <jari.aalto@cante.net>
7992
7993 * mail/sendmail.el (mail-setup-hook, mail-aliases)
7994 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
7995 (mail-citation-prefix-regexp, mail-signature-file)
7996 (mail-default-headers, mail-bury-selects-summary)
7997 (mail-send-nonascii): Add autoload cookies.
7998
7999 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
8000
8001 * frame.el (blink-cursor-mode): Add `mac' to the list of
8002 window-system's that support blinking cursor.
8003
8004 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
8005
8006 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
8007
8008 2005-10-20 Eli Zaretskii <eliz@gnu.org>
8009
8010 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
8011 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
8012 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
8013
8014 2005-10-20 Kim F. Storm <storm@cua.dk>
8015
8016 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
8017 (ido-set-current-directory): Don't add / after final @.
8018 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
8019 Explicitly handle ange-ftp completion oddities.
8020 (ido-make-file-list): Don't rotate list at tramp root to avoid
8021 triggering tramp file handler for expand-file-name via get-file-buffer.
8022
8023 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
8024
8025 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
8026
8027 2005-10-19 Jay Belanger <belanger@truman.edu>
8028
8029 * calc/calc-units.el (math-standard-units): Add units, adjust
8030 symbols and update values.
8031 (math-unit-prefixes): Add more prefixes.
8032
8033 2005-10-19 Romain Francoise <romain@orebokech.com>
8034
8035 * bookmark.el (bookmark-menu-heading): New face.
8036 (bookmark-bmenu-list): Use it.
8037 Don't fiddle with `baud-rate' at top-level.
8038
8039 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
8040
8041 * image.el (create-image, find-image): Mention max-image-size in
8042 docstring.
8043
8044 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
8045
8046 * savehist.el (savehist-load): Revert to checking XEmacs.
8047
8048 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
8049 Various docstring and line-width fixups.
8050 (conf-mode): Use cond.
8051 Set font-lock-defaults. Don't set comment-use-syntax.
8052
8053 2005-10-18 David Ponce <david@dponce.com>
8054
8055 * tree-widget.el (tree-widget-button-click): New function.
8056 (tree-widget-button-keymap): Use it.
8057
8058 2005-10-18 Romain Francoise <romain@orebokech.com>
8059
8060 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
8061 (bookmark-bmenu-hide-filenames): Add follow-link property.
8062 Improve help-echo text.
8063
8064 * ffap.el (find-file-at-point): Doc fix.
8065
8066 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8067
8068 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
8069
8070 2005-10-18 Masatake YAMATO <jet@gyve.org>
8071
8072 Install to the CVS repository what I forgot to install in my
8073 2005-10-16 changes.
8074
8075 * progmodes/python.el (python-complete-symbol): Pass the common
8076 prefix substring of completion to `display-completion-list'.
8077
8078 * textmodes/org.el (org-complete): Ditto.
8079
8080 2005-10-18 Masatake YAMATO <jet@gyve.org>
8081
8082 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
8083
8084 * woman.el (WoMan-xref-man-page): New button type derived
8085 from `Man-abstract-xref-man-page'.
8086 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
8087
8088 * man.el (Man-abstract-xref-man-page): New button type.
8089 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
8090 (Man-highlight-references): Add new optional argument `xref-man-type'.
8091
8092 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8093
8094 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
8095
8096 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
8097
8098 * cus-edit.el (Custom-move-and-invoke): Delete.
8099 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
8100
8101 * wid-edit.el (widget-move-and-invoke): New function, from
8102 Custom-move-and-invoke.
8103
8104 2005-10-17 Bill Wohler <wohler@newt.com>
8105
8106 Move all remaining images from lisp/toolbar to etc/images, move
8107 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
8108 the low resolution images in their own directory (low-color).
8109
8110 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
8111 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
8112 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
8113 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
8114 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
8115 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
8116 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
8117
8118 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
8119 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
8120 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
8121 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
8122 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
8123 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
8124 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
8125 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
8126 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
8127 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
8128 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
8129 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
8130 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
8131 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
8132 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
8133
8134 To conform with convention, replace the underscore (_) in the
8135 following image names with dash (-) or (/) as appropriate.
8136
8137 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
8138 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
8139 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
8140 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
8141 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
8142 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
8143 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
8144 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
8145 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
8146 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
8147 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
8148 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
8149 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
8150 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
8151 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
8152
8153 * info.el (info-tool-bar-map): Replace underscores in image names
8154 with dashes.
8155
8156 * makefile.w32-in (WINS): Remove toolbar.
8157
8158 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
8159
8160 * tool-bar.el: Move to lisp from toolbar. Now that
8161 toolbar is empty, it should be deleted when folks run "cvs up -P".
8162
8163 2005-10-18 Jay Belanger <belanger@truman.edu>
8164
8165 * calc/calc-store.el (calc-store-into): Get the proper variable name
8166 to display in message.
8167
8168 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
8169
8170 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
8171 expressions display in speedbar for all buffers when debugging.
8172 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
8173
8174 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
8175 (speedbar-insert-button, speedbar-make-button):
8176 Use add-text-properties.
8177 (speedbar-update-localized-contents)
8178 (speedbar-update-directory-contents)
8179 (speedbar-update-special-contents): Use dolist.
8180 (speedbar-buffer-easymenu-definition): Add a menu separator.
8181
8182 2005-10-17 Jason Rumney <jasonr@gnu.org>
8183
8184 * makefile.w32-in: Use $(lisp) consistently.
8185 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
8186 for shell specific generation of mh-autoloads.
8187
8188 2005-10-17 Richard M. Stallman <rms@gnu.org>
8189
8190 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
8191
8192 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
8193
8194 * jit-lock.el (jit-lock-fontify-now):
8195 Move jit-lock-context-unfontify-pos to avoid wasted work.
8196
8197 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
8198
8199 * net/tramp.el (tramp-completion-mode): New defvar. Used in
8200 `tramp-completion-mode' for checking if we are in completion mode.
8201 (tramp-completion-handle-file-name-all-completions): Reorder code
8202 in order to complete for file names only in case there are no
8203 method/user/host completions. This is necessary for cooperation
8204 with ido. Reported by Kim F. Storm <storm@cua.dk>.
8205
8206 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
8207
8208 * longlines.el (longlines-search-forward)
8209 (longlines-search-backward): Match any number of spaces.
8210
8211 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
8212
8213 * diff-mode.el (diff-mode): Doc fix.
8214
8215 2005-10-16 David Reitter <david.reitter@gmail.com>
8216
8217 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
8218 as default on darwin and windows systems.
8219
8220 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
8221
8222 * arc-mode.el (archive-zip-extract): Doc fix.
8223
8224 2005-10-16 Romain Francoise <romain@orebokech.com>
8225
8226 * mouse.el (mouse-1-click-follows-link): Doc fix.
8227
8228 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8229
8230 * savehist.el: Don't require CL at runtime.
8231 (savehist-xemacs): Remove.
8232 (savehist-coding-system): Use utf-8 if present, regardless of religion.
8233 (savehist-no-conversion): Use (featurep 'xemacs).
8234 (savehist-load): Check existence of start-itimer rather than XEmacs.
8235 Use an idle timer.
8236 (savehist-process-for-saving): Replace use of CL funs `subseq' and
8237 `delete-if-not'.
8238
8239 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
8240
8241 * savehist.el: Newer version.
8242 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
8243 (savehist-last-checksum, savehist-no-conversion): New vars.
8244 (savehist-autosave, savehist-process-for-saving, savehist-printable):
8245 New functions.
8246 (savehist-load, savehist-save): Use them.
8247 (savehist-delimit): Remove.
8248
8249 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
8250
8251 * progmodes/compile.el (compilation-goto-locus): Display the
8252 compilation buffer first and the source buffer second, in case they're
8253 in overlapping frames. Don't raise the compilation frame if it was the
8254 selected window upon entry. Pass the `other-window' arg to
8255 pop-to-buffer.
8256
8257 * info.el (Info-fontify-node): Use dolist.
8258 Change add-text-properties to put-text-property.
8259
8260 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8261
8262 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
8263 bound of search.
8264
8265 2005-10-16 Masatake YAMATO <jet@gyve.org>
8266
8267 * dabbrev.el (dabbrev-completion): Pass the common
8268 prefix substring of completion to `display-completion-list'.
8269
8270 * filecache.el (file-cache-minibuffer-complete)
8271 (file-cache-complete): Ditto.
8272
8273 * tempo.el (tempo-display-completions): Ditto.
8274
8275 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
8276
8277 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
8278
8279 * eshell/em-hist.el (eshell-list-history): Ditto.
8280
8281 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
8282
8283 * mail/mailalias.el (mail-complete): Ditto.
8284
8285 * progmodes/etags.el (complete-tag): Ditto.
8286
8287 * progmodes/make-mode.el (makefile-complete): Ditto.
8288
8289 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
8290
8291 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
8292
8293 * progmodes/pascal.el (pascal-complete-word)
8294 (pascal-show-completions): Ditto.
8295
8296 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
8297
8298 * simple.el (completion-common-substring): New variable.
8299 (completion-setup-function): Use `completion-common-substring'
8300 to put faces.
8301
8302 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8303
8304 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
8305 (x-get-selection, mac-select-convert-to-string): Convert from/to
8306 UTF-16 clipboard data as in native byte order, no BOM.
8307
8308 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
8309
8310 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8311 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
8312 (gud-sentinel): Use speedbar-frame to check for speedbar.
8313
8314 2005-10-15 Richard M. Stallman <rms@gnu.org>
8315
8316 * savehist.el: New file.
8317
8318 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
8319
8320 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
8321 Fix bug in \bf fontification.
8322
8323 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
8324
8325 * pcvs.el (cvs-edit-log-files): New var.
8326 (cvs-mode-edit-log): New arg `file'.
8327 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
8328 Instead force the use of the original file and nothing else.
8329 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
8330 the cvs-minor-wrap-function is set.
8331 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
8332
8333 2005-10-14 Bill Wohler <wohler@newt.com>
8334
8335 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
8336 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
8337 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
8338 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
8339 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
8340 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
8341 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
8342 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
8343 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
8344 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
8345 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
8346 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
8347 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
8348 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
8349 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
8350
8351 * progmodes/gud.el (gud-tool-bar-map): Rename the images
8352 appropriately (for example, gud-break to gud/break).
8353
8354 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
8355
8356 * longlines.el (longlinges-search-function)
8357 (longlines-search-forward, longlines-search-backward): New functions.
8358 (longlines-mode): Set isearch-search-fun-function to
8359 longlinges-search-function.
8360
8361 * mouse.el (mouse-drag-region-1): Handle the case where a
8362 double-click event is bound to an arbitrary function.
8363
8364 2005-10-14 David Ponce <david@dponce.com>
8365
8366 * recentf.el (recentf-track-opened-file)
8367 (recentf-track-closed-file, recentf-update-menu)
8368 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
8369 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
8370 mouse-1-click-follows-link.
8371
8372 2005-10-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8373
8374 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
8375 Gnome file-manager.png. Suggested by
8376 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
8377
8378 * toolbar/README: Add diropen.xpm.
8379
8380 2005-10-13 Bill Wohler <wohler@newt.com>
8381
8382 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
8383 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
8384
8385 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
8386
8387 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
8388 Don't waste the byte-compiler's time on constant data.
8389
8390 2005-10-13 Kenichi Handa <handa@m17n.org>
8391
8392 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
8393 byte with `escape-glyph' face.
8394
8395 * international/fontset.el (ccl-encode-unicode-font):
8396 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
8397 Handle the case that ucs-mule-to-mule-unicode translates a character to
8398 ASCII (usually for IPA characters).
8399
8400 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8401
8402 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
8403 Don't hide the underline of titles if font-lock-mode is disabled.
8404
8405 2005-10-12 Bill Wohler <wohler@newt.com>
8406
8407 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
8408 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8409 files in MH-E-SRC have been updated.
8410 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
8411
8412 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
8413
8414 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
8415 (mixal-mode-syntax-table): Add \n as end-comment.
8416 (mixal-operation-codes-alist): Immediately initialize to full value.
8417 (mixal-add-operation-code): Remove.
8418 (mixal-describe-operation-code): Make the arg non-optional.
8419 Use the interactive spec instead.
8420 Use mixal-operation-codes-alist rather than mixal-operation-codes.
8421 (mixal-font-lock-keywords): Don't highlight comments here any more.
8422 (mixal-font-lock-syntactic-keywords): New var.
8423 (mixal-mode): Use it. Fix comment-start-skip.
8424
8425 2005-10-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8426
8427 * startup.el (command-line-x-option-alist): -nb => -nbi
8428
8429 2005-10-12 Kim F. Storm <storm@cua.dk>
8430
8431 * startup.el (fancy-splash-default-action): Discard mouse click in
8432 the splash screen window, as it has no sensible meaning in the
8433 next window to be selected. Fixes error reported by Jan D.
8434
8435 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
8436
8437 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
8438
8439 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8440
8441 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
8442 Try to fix up minor layout issues like indentation, line break, etc...
8443 (mixal-mode-syntax-table): Don't try to specify comment syntax,
8444 because it doesn't work.
8445 (mixal-operation-codes): Add some more codes.
8446 (mixal-font-lock-keywords): Process comments here.
8447 (mixal-mode): mixasm no longer needs -g option.
8448
8449 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
8450
8451 * progmodes/sh-script.el (sh-tmp-file):
8452 Use mktemp -t. Finish support for es and rc shells.
8453
8454 2005-10-11 Jay Belanger <belanger@truman.edu>
8455
8456 * calc/calcalg2.el (calc-integral): With an argument, compute the
8457 definite integral.
8458
8459 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
8460
8461 * mouse.el (mouse-drag-region-1): Don't try to catch a
8462 double-click when doing follow-link (it's overridden anyway).
8463
8464 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
8465
8466 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
8467 (autoload-print-form-outbuf): Add docstring.
8468
8469 2005-10-11 Juri Linkov <juri@jurta.org>
8470
8471 * info.el (Info-mode-menu): Delete menu item "Edit".
8472 (Info-mode): Delete description of Info-edit from docstring,
8473 and rearrange descriptions of Info commands in the order
8474 they are documented in the Info manual.
8475
8476 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
8477
8478 * calendar/appt.el (appt-check): Use diary-selective-display var.
8479
8480 2005-10-10 Richard M. Stallman <rms@gnu.org>
8481
8482 * net/newsticker.el (newsticker-start, newsticker-show-news):
8483 Add autoload cookies.
8484
8485 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
8486
8487 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
8488
8489 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
8490
8491 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
8492
8493 2005-10-10 Jay Belanger <belanger@truman.edu>
8494
8495 * calc/calc-arith.el (math-check-known-scalarp)
8496 (math-check-known-matrixp): Check the values of arguments that are
8497 variables.
8498 (math-check-known-square-matrixp): New function.
8499 (math-known-square-matrixp): Use math-check-known-square-matrixp.
8500 (math-super-types): Add sqmatrix type.
8501
8502 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
8503 mode name `square' to `sqmatrix'.
8504
8505 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
8506 mode name `square' to `sqmatrix'.
8507
8508 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8509
8510 * progmodes/etags.el (select-tags-table-mode): Don't use
8511 selective-display.
8512 (tags-select-tags-table): Pass `button' to the action function.
8513 (select-tags-table): Place the side-info on button properties rather
8514 than in hidden text. Abbreviate file names.
8515 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
8516 (select-tags-table-select): Add `button' argument.
8517 Get side-info from the button property rather than from hidden text.
8518
8519 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
8520
8521 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
8522 (gud-speedbar-buttons): Preserve point if possible.
8523 (gud-sentinel): Restore previous speedbar display type.
8524
8525 * progmodes/gdb-ui.el (gdba): Improve diagram.
8526 (def-gdb-auto-update-handler, gdb-info-locals-handler)
8527 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
8528 Call get-buffer-window once.
8529
8530 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
8531
8532 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
8533 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
8534 (pascal-indent-command): Remove unused var `ind'.
8535 (pascal-indent-case): Remove unused var `oldpos'.
8536 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
8537 since it's now used as a proper minor mode map.
8538 (pascal-outline): Rename to pascal-outline-mode.
8539 (pascal-outline-mode): Use define-minor-mode.
8540 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
8541 selective-display.
8542
8543 2005-10-10 Andreas Schwab <schwab@suse.de>
8544
8545 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
8546 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
8547
8548 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
8549 outside source directory.
8550
8551 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
8552
8553 * textmodes/org.el (org-mode-map): Explicit definition of `C-c
8554 C-x' as a prefix.
8555 (orgtbl-mode-map): Full keymap instead of sparse, because all
8556 `self-insert-command' keys are redefined in this map.
8557 (org-export-as-html): Specify charset for HTML file, by taking it
8558 from the coding system.
8559
8560 2005-10-10 Kenichi Handa <handa@m17n.org>
8561
8562 * textmodes/flyspell.el (flyspell-check-word-p):
8563 If unread-command-events is non-empty, don't call sit-for.
8564
8565 2005-10-09 Richard M. Stallman <rms@gnu.org>
8566
8567 * font-lock.el (font-lock-syntactic-keywords)
8568 (font-lock-keywords): Doc fixes.
8569
8570 * textmodes/flyspell.el (flyspell-external-point-words):
8571 Simplify logic, and don't try to check for consecutive appearances
8572 of one incorrect word.
8573
8574 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
8575
8576 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
8577 separator.
8578
8579 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
8580 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
8581 (gud-expansion-speedbar-buttons): New function.
8582 (gud-speedbar-buttons): Check for gud-comint-buffer.
8583
8584 2005-10-09 Bill Wohler <wohler@newt.com>
8585
8586 * Makefile.in (updates): Add mh-loaddefs dependency.
8587
8588 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
8589
8590 * speedbar.el (speedbar-file-key-map): Fix typo.
8591
8592 2005-10-09 Daniel Brockman <daniel@brockman.se>
8593
8594 * cus-start.el (line-spacing): Add custom spec.
8595
8596 2005-10-09 Romain Francoise <romain@orebokech.com>
8597
8598 * textmodes/ispell.el (ispell-check-version): Fix last change.
8599
8600 2005-10-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8601
8602 * term/x-win.el: Remove -i, --icon-type from comment.
8603
8604 * startup.el (command-line-x-option-alist): Remove options -i,
8605 -itype, --icon-type, added -nb, --no-bitmap-icon
8606
8607 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
8608
8609 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
8610 instead of :active.
8611
8612 2005-10-08 Eric Hanchrow <offby1@blarg.net> (tiny change)
8613
8614 * textmodes/ispell.el (ispell-check-version):
8615 Ignore hyphen, and all that follows, in aspell's version text.
8616
8617 2005-10-08 Jay Belanger <belanger@truman.edu>
8618
8619 * calc/calc-arith.el (math-known-square-matrixp): New function.
8620 (math-pow-fancy): Check for matrices before distributing exponent
8621 across products.
8622
8623 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
8624 fullscreen keypad. Suggested by Luc Teirlinck.
8625 (calc-keypad-show-input): Add space for formatting.
8626
8627 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
8628 Add square matrix option.
8629
8630 * calc/calc-poly.el (math-expand-term): Check for matrices instead
8631 of checking calc-matrix-mode when deciding how to expand.
8632
8633 * calc/calc.el (calc-set-mode-line): Add square matrix option.
8634
8635 2005-10-08 Lars Hansen <larsh@soem.dk>
8636
8637 * net/tramp.el (tramp-perl-directory-files-and-attributes):
8638 Add error handling.
8639 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
8640
8641 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
8642
8643 Sync with Tramp 2.0.51.
8644
8645 * net/tramp.el (tramp-handle-set-visited-file-modtime)
8646 (tramp-handle-insert-file-contents, tramp-handle-write-region):
8647 Insert special handling for `last-coding-system-used', again
8648 it still seems to be necessary (unlike stated before).
8649 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
8650 (tramp-password-prompt-regexp): There might be other words before
8651 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
8652 (tramp-chunksize): Improve docstring.
8653 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
8654 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
8655 Christian Joergensen <bugs@razor.dk>.
8656
8657 2005-10-07 Glenn Morris <rgm@gnu.org>
8658
8659 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
8660 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
8661 precision'.
8662
8663 2005-10-07 Romain Francoise <romain@orebokech.com>
8664
8665 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
8666 (ibuffer-do-shell-command-pipe-replace)
8667 (ibuffer-do-shell-command-file, ibuffer-do-eval)
8668 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
8669 (ibuffer-do-revert, ibuffer-do-replace-regexp)
8670 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
8671 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
8672 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
8673 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
8674 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
8675 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
8676 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
8677 Autoload file sans suffix.
8678
8679 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
8680
8681 2005-10-07 David Ponce <david@dponce.com>
8682
8683 * recentf.el (recentf-menu-open-all-flag): New option.
8684 (recentf-digit-shortcut-command-name): New function.
8685 (recentf--shortcuts-keymap): New variable.
8686 (recentf-menu-shortcuts): New variable.
8687 (recentf-make-menu-items): Initialize it. Replace the "More..."
8688 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
8689 (recentf-menu-value-shortcut): New function.
8690 (recentf-make-menu-item): Use it. No more in-lined.
8691 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
8692 (recentf-open-most-recent-file): Rename from
8693 `recentf-open-file-with-key'. Don't depend on key binding.
8694 (recentf-mode-map): New variable.
8695 (recentf-mode): Use it.
8696
8697 2005-10-06 Bill Wohler <wohler@newt.com>
8698
8699 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
8700
8701 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
8702 (MH-E-SRC): New. Used by mh-autoloads.
8703 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
8704 files in MH-E-SRC have been updated.
8705 (compile, recompile, bootstrap): Depend on mh-autoloads.
8706
8707 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
8708
8709 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
8710 gud-break and gud-remove icons when the fringe is not available.
8711
8712 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
8713 Typo.
8714
8715 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
8716
8717 * play/zone.el (zone): Wrap body with save-window-excursion.
8718
8719 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
8720
8721 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
8722 Use the new `list-only' arg to diary-list-entries.
8723
8724 * calendar/diary-lib.el: Use overlays rather than selective-display.
8725 (diary-selective-display): New var.
8726 (diary-header-line-format): Use it.
8727 (diary-list-entries): Add argument `list-only'.
8728 Put the buffer in diary-mode. Don't add \^M at beg and end.
8729 Replace \^M by invisible overlays.
8730 (diary-unhide-everything): Replace \^M by invisible overlays.
8731 (print-diary-entries): Look for overlays rather than \^M.
8732 Add a space to the temp buffer name.
8733 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
8734 Put the buffer in diary-mode.
8735 (list-sexp-diary-entries): Replace \^M by invisible overlays.
8736 (diary-anniversary): Make the year arg optional.
8737 (diary-time-regexp): New const.
8738 (diary-font-lock-keywords): Use it to accept a few more time formats.
8739
8740 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
8741
8742 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
8743
8744 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
8745 Fix bug introduced 2005-07-03: Use (car (last ...))
8746 to faithfully reproduce replaced artist-last.
8747 (artist-set-arrow-points-for-poly): Likewise.
8748 Suggested by Johan Bockg\e,Ae\e(Brd.
8749
8750 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
8751
8752 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
8753 * wid-edit.el (widget):
8754 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
8755 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
8756
8757 2005-10-06 Kenichi Handa <handa@m17n.org>
8758
8759 * international/mule-cmds.el (set-language-environment):
8760 Fix setting up of case-table for unibyte mode.
8761
8762 * simple.el (what-cursor-position): If the character is displayed
8763 by some `display' text property, show that. Don't use
8764 single-key-description for eight-bit characters in multibyte mode.
8765
8766 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
8767
8768 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
8769 (gdb-ann3): Set it.
8770 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
8771 (gdb-info-frames-custom): Use inverse-video for first five
8772 characters of selected frame only.
8773 (gdb-get-frame-number): Select frame even when point is on frame
8774 number.
8775
8776 2005-10-06 Masatake YAMATO <jet@gyve.org>
8777
8778 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
8779 Put `font-lock-function-name-face'.
8780 (gdb-info-frames-custom): Put `font-lock-function-name-face'
8781 and `font-lock-variable-name-face'
8782 (gdb-registers-font-lock-keywords): New font lock keywords definition.
8783 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
8784 (gdb-memory-font-lock-keywords): New font lock keywords definition.
8785 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
8786 (gdb-local-font-lock-keywords): New font lock keywords definition.
8787 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
8788 (gdb-threads-font-lock-keywords): New font lock keywords definition.
8789 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
8790
8791 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
8792
8793 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
8794 (ediff-merge-region-is-non-clash-to-skip): Previously called
8795 ediff-merge-region-is-non-clash.
8796
8797 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
8798 Use insert-buffer-substring.
8799
8800 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
8801 selecting files to patch. Also bug fixes.
8802
8803 * ediff-util.el (ediff-setup): Bug fix.
8804 (ediff-next-difference): Never skip clashes that differ in white
8805 space only.
8806
8807 * ediff-wind.el (ediff-setup-control-frame)
8808 (ediff-destroy-control-frame): Check the menubar feature.
8809
8810 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
8811 (viper-refresh-mode-line): Use make-local-variable to localize
8812 some vars instead of make-variable-buffer-local. Suggested by
8813 Stefan Monnier.
8814
8815 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
8816 (viper-restore-cursor-type, viper-set-insert-cursor-type):
8817 Use make-local-variable instead of make-variable-buffer-local.
8818 Suggested by Stefan Monnier.
8819
8820 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
8821 (viper-comint-mode-hook): Use make-local-variable on
8822 require-final-newline.
8823 (viper-non-hook-settings): Don't use make-variable-buffer-local.
8824
8825 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
8826
8827 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
8828 also the second char of a comment-start sequence.
8829 (scheme-sexp-comment-syntax-table): New var.
8830 (lambda, define): Set their scheme-doc-string-elt property.
8831 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
8832 Use lisp-font-lock-syntactic-face-function now that it properly
8833 handles |...| symbols.
8834 (scheme-mode-variables): Set lisp-doc-string-elt-property,
8835 parse-sexp-lookup-properties and font-lock-extra-managed-props.
8836
8837 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
8838 bit from # to |.
8839 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
8840
8841 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
8842 (lisp-doc-string-elt-property): New var.
8843 (lisp-font-lock-syntactic-face-function): Use it.
8844 Rewrite to recognize docstrings even for forms not at toplevel.
8845
8846 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
8847 annotation on the | part of #| rather than on the # part.
8848 (scheme-font-lock-syntactic-face-function): New function, to
8849 distinguish strings from |...| symbols.
8850 (scheme-mode-variables): Use it. Also fix up the font-lock-time
8851 syntax-table so that #|...|# is properly highlighted.
8852
8853 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
8854 Don't mark as docstring the 3rd elem of an unknown toplevel form.
8855
8856 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
8857
8858 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
8859 and C-e.
8860
8861 * emacs-lisp/eldoc.el: Move comments into docstrings.
8862 (eldoc-message-commands): Initialize in its declaration.
8863 Add move-beginning-of-line and move-end-of-line.
8864 (eldoc-add-command, eldoc-add-command-completions)
8865 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
8866
8867 * outline.el (outline-mark-subtree): Activate the mark.
8868
8869 * calendar/appt.el (appt-time-regexp): New var.
8870 (appt-add, appt-make-list): Use it.
8871 (appt-convert-time): Clean up.
8872
8873 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
8874 Don't set any syntax-table property here.
8875 (tex-font-lock-verb): New function. Do it here.
8876 (tex-font-lock-syntactic-keywords): Use it.
8877
8878 2005-10-04 Richard M. Stallman <rms@gnu.org>
8879
8880 * wid-edit.el (widget-file-complete): Get the widget start point
8881 the right way. Default directory to `/' if file has none.
8882
8883 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
8884
8885 * textmodes/flyspell.el (flyspell-mode-on):
8886 Call ispell-maybe-find-aspell-dictionaries.
8887
8888 * textmodes/ispell.el (ispell-word, ispell-region):
8889 Call ispell-maybe-find-aspell-dictionaries.
8890 (ispell-accept-buffer-local-defs):
8891 Don't call ispell-maybe-find-aspell-dictionaries
8892
8893 2005-10-04 Richard M. Stallman <rms@gnu.org>
8894
8895 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
8896
8897 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
8898
8899 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
8900 instead of `fboundp' in order to allow for anonymous functions.
8901
8902 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
8903
8904 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
8905 case the user clicks on the link while another window is selected.
8906 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
8907
8908 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
8909 functionality.
8910 (dframe-help-echo): Save point in case mouse tracking is off.
8911
8912 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
8913
8914 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
8915
8916 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8917
8918 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
8919 not change the global value of those vars.
8920
8921 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
8922 make-local-variable which we do not need any more.
8923
8924 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
8925
8926 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
8927 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
8928 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
8929 (speedbar-path-line): Define obsolete aliases.
8930 (speedbar-line-directory): Doc fix.
8931
8932 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
8933 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
8934 instead of speedbar-line-path.
8935
8936 2005-10-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8937
8938 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
8939 to nil if dropping on a window. Handle dropping on a minibuffer window
8940 like dropping on a non-window part of Emacs.
8941
8942 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
8943
8944 * net/ange-ftp.el: Use with-current-buffer.
8945 (ange-ftp-insert-directory): Do not follow symlinks any more.
8946
8947 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
8948 Remove interactive spec.
8949
8950 2005-10-03 Kim F. Storm <storm@cua.dk>
8951
8952 * ido.el (ido-mode): Use custom-initialize-set.
8953
8954 2005-10-02 Richard M. Stallman <rms@gnu.org>
8955
8956 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
8957 Use insert-buffer-substring.
8958
8959 * net/tramp.el: Pacify byte compiler warnings in pacification code.
8960 (tramp-handle-file-local-copy): Use insert-buffer-substring.
8961
8962 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
8963
8964 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
8965 in last change.
8966 (ange-ftp-insert-directory): Fix up the search for the case where
8967 `file' is absolute.
8968
8969 2005-10-02 Romain Francoise <romain@orebokech.com>
8970
8971 * progmodes/compile.el (compile-goto-error): Delete extra paren.
8972
8973 2005-10-02 Andreas Schwab <schwab@suse.de>
8974
8975 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
8976 directory component in the session info.
8977
8978 2005-10-01 Richard M. Stallman <rms@gnu.org>
8979
8980 * comint.el (comint-redirect-subvert-readonly): Doc fix.
8981
8982 * simple.el (next-error-internal): New function.
8983
8984 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
8985 (compilation-start): Pass new arg to compilation-buffer-name.
8986 (compile-goto-error): Use next-error-internal.
8987
8988 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
8989
8990 * speedbar.el: Remove RCS tag.
8991 (speedbar-check-read-only): Handle non-existent files.
8992
8993 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
8994
8995 * info.el (Info-speedbar-hierarchy-buttons)
8996 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
8997
8998 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8999
9000 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
9001 Do not match newline.
9002 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
9003 (bibtex-summary): Remove unnecessary save-excursion.
9004 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
9005
9006 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9007
9008 * term/mac-win.el: Add charset info for "iso10646-1".
9009 Modify default fontset to use ATSUI-compatible fonts for some charsets
9010 if available.
9011
9012 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
9013
9014 * speedbar.el: Re-apply arch tag.
9015 (speedbar-version): Rename to version 1.0. Suggested by Eric
9016 M. Ludlam.
9017 Reapply two changes from Emacs CVS' version of speedbar lost
9018 during the merge:
9019 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
9020 (speedbar-frame-parameters): Improve customize type.
9021
9022 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
9023
9024 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
9025 (ange-ftp-file-directory-p): Fix the symlink case.
9026 (ange-ftp-insert-directory): When listing a single file, get a list of
9027 the parent buffer and extract the relevant line. Inspired from a patch
9028 by Katsumi Yamaoka <yamaoka@jpl.org>.
9029 (ange-ftp-file-name-sans-versions): Simplify.
9030
9031 2005-09-30 Bill Wohler <wohler@newt.com>
9032
9033 Move MH-E image files from toolbar and mail directories into
9034 etc/images.
9035
9036 * mail/reply2.*: Move to etc/images/mail/reply*.
9037
9038 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
9039 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
9040 etc/images.
9041
9042 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
9043 * toolbar/reply*: Move to etc/images/mail.
9044
9045 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
9046
9047 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
9048
9049 * speedbar.el: New version 1.0pre3.
9050
9051 Frame management code (including timer, and mouse click specifics)
9052 moved to dframe.el:
9053 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
9054 (speedbar-timer): Removed. Use dframe-timer.
9055 (speedbar-close-frame): Removed. Use dframe-close-frame.
9056 (speedbar-activity-change-focus-flag): Removed. Use
9057 dframe-activity-change-focus-flag.
9058 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
9059 dframe-update-speed.
9060
9061 (speedbar-current-frame): New macro. Use this instead of the
9062 variable speedbar-frame.
9063
9064 (speedbar-use-images, speedbar-expand-image-button-alist)
9065 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
9066
9067 (speedbar-find-image-on-load-path): Removed. Replaced by
9068 defezimage in ezimage.el.
9069 (speedbar-expand-image-button-alist): Removed. Replaced by
9070 ezimage-expand-image-button-alist in ezimage.el.
9071
9072 (speedbar-ignored-directory-regexp)
9073 (speedbar-add-ignored-directory-regexp)
9074 (speedbar-ignored-directory-expressions)
9075 (speedbar-line-directory, speedbar-buffers-line-directory)
9076 (speedbar-directory-line, speedbar-buffers-line-directory):
9077 Renamed, replacing `path' with `directory'.
9078
9079 (speedbar-create-directory, speedbar-expand-line-descendants)
9080 (speedbar-toggle-line-expansion)
9081 (speedbar-contract-line-descendants): New commands.
9082
9083 (speedbar-query-confirmation-method, speedbar-select-frame-method)
9084 (speedbar-use-tool-tips-flag): New options.
9085
9086 (speedbar-check-read-only, speedbar-require-version)
9087 (speedbar-insert-separator, speedbar-buffers-tail-notes)
9088 (speedbar-handle-delete-frame, speedbar-try-completion)
9089 (speedbar-update-localized-contents): New functions.
9090
9091 (speedbar-incompatible-version, speedbar-ro-to-do-point)
9092 (speedbar-object-read-only-indicator): New variables.
9093
9094 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
9095 New hooks.
9096
9097 (speedbar-separator-face): New face.
9098
9099 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
9100 (speedbar-ignored-modes): Add fundamental-mode.
9101 (speedbar-directory-unshown-regexp): Add . directories.
9102
9103 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
9104 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
9105 `]' for full expand/close.
9106 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
9107
9108 (speedbar-check-vc): Support hidden files.
9109 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
9110 (speedbar-this-file-in-vc): Use vc-state if available. If VC
9111 state is nil, it is not checked out.
9112
9113 (speedbar-line-text, speedbar-line-token): Support expand buttons
9114 with no text.
9115 (speedbar-refresh): Universal argument acts as power-click.
9116 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
9117 that buffer to get variable values.
9118
9119 And many other bugfixes.
9120
9121 * dframe.el, ezimage.el, sb-image.el: New files.
9122
9123 * sb-*.xpm: Remove files. New image files installed into
9124 etc/images/ezimage.
9125
9126 2005-09-30 Kenichi Handa <handa@m17n.org>
9127
9128 * ps-mule.el (ps-mule-show-warning): If a character is in
9129 ps-print-translation-table, don't treat it as non-printable.
9130
9131 2005-09-30 David Ponce <david@dponce.com>
9132
9133 * tree-widget.el (tree-widget-themes-load-path): New variable.
9134 (tree-widget-themes-directory): Doc fix.
9135 (tree-widget-image-formats) [Emacs]: Doc fix.
9136 (tree-widget--locate-sub-directory): New function.
9137 (tree-widget-themes-directory): Use it.
9138
9139 * recentf.el (recentf-filename-handlers): Rename from
9140 `recentf-filename-handler'. Allow a list of functions.
9141 (recentf-menu-items-for-commands): Fix :help strings.
9142 (recentf-apply-filename-handlers): New function.
9143 (recentf-expand-file-name): Use it.
9144 (recentf-cleanup): Remove duplicates too.
9145
9146 2005-09-29 Juri Linkov <juri@jurta.org>
9147
9148 * faces.el: Rearrange face definitions to be in the same order as
9149 their face descriptions in "(emacs)Standard Faces".
9150
9151 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
9152
9153 * tooltip.el (tooltip): Add group `basic-faces'.
9154
9155 * buff-menu.el (Buffer-menu-buffer): Remove group
9156 `font-lock-highlighting-faces'.
9157
9158 * progmodes/compile.el (compilation-error, compilation-warning)
9159 (compilation-info, compilation-line-number, compilation-column-number):
9160 Change group from `font-lock-highlighting-faces' to `compilation'.
9161
9162 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
9163 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
9164 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
9165 (vhdl-font-lock-reserved-words-face)
9166 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
9167 `font-lock-highlighting-faces'.
9168
9169 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
9170
9171 2005-09-28 Kim F. Storm <storm@cua.dk>
9172
9173 * emulation/cua-base.el: Set CUA move property on additional commands:
9174 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
9175 forward-sexp, backward-sexp, forward-list, backward-list.
9176
9177 2005-09-28 Romain Francoise <romain@orebokech.com>
9178
9179 * comint.el (comint-show-output): Really set point at the
9180 beginning of the output when not using `comint-use-prompt-regexp'.
9181
9182 2005-09-27 Jay Belanger <belanger@truman.edu>
9183
9184 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
9185 in TeX mode.
9186
9187 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
9188
9189 * textmodes/org.el (org-table-sum): Fix format string.
9190
9191 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
9192 Quote face names.
9193
9194 2005-09-26 Romain Francoise <romain@orebokech.com>
9195
9196 * isearch.el (isearch-forward-regexp): Close doc string.
9197
9198 2005-09-25 Richard M. Stallman <rms@gnu.org>
9199
9200 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
9201
9202 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
9203
9204 * progmodes/compile.el (compilation-error-properties):
9205 When getting the file from the previous error message,
9206 correctly decode the new data format.
9207
9208 * progmodes/cc-cmds.el (c-electric-paren):
9209 Call old-blink-paren only for close-paren.
9210
9211 2005-09-24 Andreas Schwab <schwab@suse.de>
9212
9213 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
9214 condition.
9215
9216 2005-09-25 Romain Francoise <romain@orebokech.com>
9217
9218 * dired-aux.el (dired-copy-file-recursive):
9219 * dired.el (dired-delete-file):
9220 * ediff-mult.el (ediff-dir-diff-copy-file):
9221 * ediff-util.el (ediff-test-save-region):
9222 * forms.el (forms-mode):
9223 * ido.el (ido-file-internal, ido-delete-file-at-head):
9224 * log-edit.el (log-edit-done):
9225 * ses.el (ses-yank-resize):
9226 * play/gomoku.el (gomoku-human-plays, gomoku)
9227 (gomoku-human-resigns, gomoku-prompt-for-other-game)
9228 (gomoku-offer-a-draw):
9229 * play/landmark.el (lm-human-resigns, lm):
9230 * net/eudcb-ldap.el (eudc-ldap-check-base):
9231 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
9232 * progmodes/ebrowse.el (ebrowse-find-pattern):
9233 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
9234 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
9235 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
9236
9237 * vc.el (vc-delete-file):
9238 * play/gomoku.el (gomoku-terminate-game, gomoku)
9239 (gomoku-prompt-for-move, gomoku-human-takes-back):
9240 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
9241 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
9242
9243 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
9244
9245 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
9246 color rxvt terminals by using the code xterm.el used to use before
9247 2005-04-09 in order to match the colors used by rxvt.
9248
9249 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9250
9251 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
9252 colors rxvt-unicode terminals by using the same code as xterm.el.
9253
9254 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
9255
9256 * textmodes/tex-mode.el (tex-font-lock-append-prop)
9257 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
9258 new symbol used for the tex-verbatim face.
9259
9260 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
9261
9262 * woman.el (woman-file-name):
9263 * wid-edit.el (widget-file-prompt-value)
9264 (widget-coding-system-prompt-value):
9265 * w32-fns.el (set-w32-system-coding-system):
9266 * vc.el (vc-version-diff, vc-annotate):
9267 * textmodes/reftex-auc.el (reftex-arg-cite)
9268 (reftex-arg-index-tag):
9269 * textmodes/refer.el (refer-get-bib-files):
9270 * textmodes/artist.el (artist-figlet-choose-font):
9271 * terminal.el (terminal-emulator):
9272 * replace.el (occur-read-primary-args):
9273 * rect.el (string-rectangle, string-insert-rectangle):
9274 * ps-print.el (ps-print-preprint):
9275 * progmodes/pascal.el (pascal-goto-defun):
9276 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
9277 * progmodes/compile.el (compilation-find-file):
9278 * printing.el (pr-interactive-n-up):
9279 * play/animate.el (animate-birthday-present):
9280 * net/rcompile.el (remote-compile):
9281 * man.el (man, Man-goto-section, Man-follow-manual-reference):
9282 * mail/rmailsum.el (rmail-summary-search-backward)
9283 (rmail-summary-search):
9284 * mail/rmailout.el (rmail-output-read-rmail-file-name)
9285 (rmail-output-read-file-name):
9286 * mail/rmail.el (rmail-search, rmail-search-backwards):
9287 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
9288 * locate.el (locate):
9289 * international/quail.el (quail-show-keyboard-layout):
9290 * international/mule.el (set-buffer-file-coding-system)
9291 (revert-buffer-with-coding-system, set-file-name-coding-system)
9292 (set-terminal-coding-system, set-keyboard-coding-system)
9293 (set-next-selection-coding-system):
9294 * international/mule-diag.el (describe-coding-system)
9295 (describe-font, describe-fontset):
9296 * international/mule-cmds.el (universal-coding-system-argument)
9297 (search-unencodable-char, describe-input-method)
9298 (set-language-environment, describe-language-environment):
9299 * international/codepage.el (codepage-setup):
9300 * international/code-pages.el (codepage-setup):
9301 * info.el (Info-search, Info-follow-reference)
9302 (Info-search-backward):
9303 * emacs-lisp/advice.el (ad-read-advised-function)
9304 (ad-read-advice-class, ad-clear-cache, ad-activate)
9305 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
9306 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
9307 (ad-read-regexp):
9308 * ediff-util.el (ediff-toggle-regexp-match):
9309 * ediff-ptch.el (ediff-prompt-for-patch-file):
9310 * dired-aux.el (dired-diff):
9311 * diff.el (diff):
9312 * cus-edit.el (custom-variable-prompt):
9313 * calendar/timeclock.el (timeclock-ask-for-project):
9314 * calc/calcalg3.el (calc-get-fit-variables):
9315 * calc/calc-store.el (calc-edit-variable)
9316 (calc-permanent-variable):
9317 * vc-mcvs.el (vc-mcvs-register):
9318 * shadowfile.el (shadow-define-literal-group):
9319 * woman.el (woman-file-name):
9320 * vc.el (vc-version-diff, vc-merge):
9321 * textmodes/reftex-index.el (reftex-index-complete-tag):
9322 * format.el (format-decode-buffer, format-decode-region):
9323 * emulation/viper-cmd.el (viper-read-string-with-history):
9324 * emacs-lisp/debug.el (cancel-debug-on-entry):
9325 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
9326 * ediff.el (ediff-merge-revisions)
9327 (ediff-merge-revisions-with-ancestor, ediff-revision):
9328 * completion.el (interactive-completion-string-reader):
9329 * calc/calc-prog.el (calc-user-define-formula):
9330 Follow convention for reading with the minibuffer.
9331
9332 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
9333
9334 * progmodes/python.el (python-describe-symbol): Add globals() and
9335 locals() to the arguments of emacs.ehelp.
9336
9337 2005-09-24 Magnus Henoch <mange@freemail.hu>
9338
9339 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
9340 New function, code extracted from ispell-valid-dictionary-list.
9341 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
9342 Call it.
9343
9344 2005-09-24 Eli Zaretskii <eliz@gnu.org>
9345
9346 * subr.el (version-regexp-alist): Extend valid syntax for version
9347 strings: allow any of the characters -,_,+ to separate the
9348 alpha/beta/rc part from the version part. Doc fix.
9349 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
9350
9351 2005-09-23 David Reitter <david.reitter@gmail.com>
9352
9353 * mail/mailclient.el: New file.
9354
9355 2005-09-23 Richard M. Stallman <rms@gnu.org>
9356
9357 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
9358 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
9359 Doc fixes.
9360
9361 * progmodes/cc-mode.el (c-font-lock-init):
9362 Specify font-lock-lines-before.
9363
9364 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
9365
9366 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
9367 whole conflict.
9368
9369 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
9370
9371 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
9372 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
9373 of `remap' feature when available. Additional key bindings for
9374 better tty support.
9375 (org-mode-restart, org-force-self-insert): New commands.
9376 (org-time-stamp-inactive): New command.
9377 (org-remap): New function.
9378 (org-table-auto-blank-field, org-level-color-stars-only): New options.
9379 (org-enable-fixed-width-editor): Move to `org-structure'
9380 customization group.
9381 (org-self-insert-command, orgtbl-self-insert-command): Modify to
9382 blank field after field motion commands.
9383
9384 2005-09-23 Kenichi Handa <handa@m17n.org>
9385
9386 * international/mule-cmds.el (set-language-environment):
9387 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
9388 have to call utf-translate-cjk-load-tables.
9389
9390 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
9391
9392 * mouse.el (mouse-move-drag-overlay): Fix last change.
9393
9394 2005-09-22 David Ponce <david@dponce.com>
9395
9396 * tree-widget.el (tree-widget-value-create): Fix previous change.
9397
9398 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9399
9400 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
9401
9402 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
9403
9404 * mouse.el (mouse-move-drag-overlay): New function.
9405 (mouse-drag-region-1): Use it.
9406 Try to simplify a bit the state handling. Handle clicks on links
9407 inside intangible areas.
9408 (mouse-save-then-kill): Minor simplification.
9409 (mouse-secondary-overlay): Make it always non-nil instead of
9410 recreating it each time.
9411 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
9412 (mouse-kill-secondary, mouse-secondary-save-then-kill):
9413 Simplify accordingly.
9414
9415 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
9416
9417 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
9418
9419 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
9420
9421 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
9422 (ediff-file-name-sans-prefix): Treat nil as an empty string.
9423 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
9424 to patch.
9425
9426 * ediff-util.el: Use insert-buffer-substring.
9427
9428 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
9429
9430 * emulation/viper-cmd.el (viper-change-state): Don't move over the
9431 field boundaries in the minibuffer.
9432 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
9433 (viper-minibuffer-post-command-hook): New hook.
9434 (viper-line): Don't move cursor at bolp.
9435
9436 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
9437
9438 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
9439 avoid compiler warnings.
9440
9441 * emulation/viper-macs.el (ex-map): Better messages.
9442
9443 * emulation/viper-utils.el (viper-beginning-of-field): New function.
9444
9445 * emulation/viper.el: Replace make-variable-buffer-local with
9446 viper-make-variable-buffer-local everywhere, to avoid warnings.
9447
9448 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9449
9450 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
9451 Delete unused var `old-selected-window'.
9452 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
9453 (mouse-drag-secondary): Delete unused var `start-frame'.
9454
9455 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
9456
9457 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
9458
9459 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9460
9461 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
9462 Re-indent within 80 columns. Use inhibit-read-only.
9463
9464 2005-09-19 Romain Francoise <romain@orebokech.com>
9465
9466 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
9467
9468 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
9469
9470 * font-lock.el (font-lock-default-fontify-region): Don't add a line
9471 unconditionally, since the after-change-function already did it.
9472
9473 2005-09-19 Miles Bader <miles@gnu.org>
9474
9475 * net/newsticker.el: Get rid of CVS keyword.
9476
9477 2005-09-19 Johan Bockg\e,Ae\e(Brd <bojohan+sf@dd.chalmers.se>
9478
9479 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
9480 The prompt is formatted later.
9481
9482 2005-09-19 David Ponce <david@dponce.com>
9483
9484 * tree-widget.el (tree-widget-value-create): Save the converted
9485 tree :node widget.
9486
9487 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
9488
9489 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
9490 variable `message'.
9491
9492 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
9493
9494 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
9495 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
9496 <slawomir.nowaczyk.847@student.lu.se>.
9497
9498 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
9499
9500 * image.el (image-load-path): Use symbol `data-directory' instead
9501 of its value, for backward compatibility with packages that bind
9502 it during `find-image'. Suggested by Katsumi Yamaoka.
9503 (image-search-load-path): Handle symbols whose values are strings.
9504
9505 2005-09-18 Romain Francoise <romain@orebokech.com>
9506
9507 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
9508 with-current-buffer form in save-excursion.
9509
9510 2005-09-18 D Goel <deego@gnufans.org>
9511
9512 * apropos.el (apropos-command): Fix `message' call: first arg
9513 should be a format spec. In this and all other cases that appear
9514 below and elsewhere in the source code, I made a change only when
9515 two conditions were satisfied: [1] I can think of a possibility
9516 that the arguments would cause an error, for example, the code in
9517 question relies on external variables such as filenames. [2] I
9518 was sure that the arg to `message' could not have been nil in the code.
9519
9520 * textmodes/tildify.el (tildify-region): Ditto.
9521
9522 * textmodes/reftex-index.el (reftex-index-change-entry)
9523 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
9524 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
9525 * textmodes/org.el (org-complete, org-deadline, org-schedule)
9526 (org-priority, org-table-sum):
9527 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
9528 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
9529 (flyspell-word, flyspell-display-next-corrections):
9530 * textmodes/bibtex.el (bibtex-print-help-message):
9531 * textmodes/artist.el (artist-key-set-point-poly):
9532 * term/mac-win.el (mac-services-insert-text):
9533 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
9534 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
9535 (vhdl-port-paste-testbench, vhdl-compose-new-component)
9536 (vhdl-compose-configuration):
9537 * progmodes/sh-script.el (sh-blink, sh-show-indent)
9538 (sh-set-indent, sh-learn-line-indent):
9539 * progmodes/ps-mode.el (ps-mode-target-column):
9540 * progmodes/idlwave.el (idlwave-make-tags)
9541 (idlwave-scan-library-catalogs):
9542 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
9543 * progmodes/gud.el (gud-jdb-analyze-source):
9544 * progmodes/flymake.el (flymake-log):
9545 * progmodes/ebnf2ps.el (ebnf-generate-region):
9546 * progmodes/cmacexp.el (c-macro-expansion):
9547 * progmodes/ada-xref.el (ada-treat-cmd-string):
9548 * progmodes/ada-mode.el (ada-create-case-exception-substring)
9549 (ada-justified-indent-current, ada-batch-reformat):
9550 * play/zone.el (zone):
9551 * play/landmark.el (lm-move):
9552 * play/decipher.el (decipher-show-alphabet):
9553 * net/newsticker.el (newsticker--display-jump)
9554 (newsticker--display-scroll):
9555 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
9556 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
9557 * mail/feedmail.el (feedmail-dump-message-to-queue):
9558 * eshell/esh-proc.el (eshell-remove-process-entry):
9559 * emulation/ws-mode.el (ws-last-error):
9560 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
9561 (viper-record-kbd-macro):
9562 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
9563 * emacs-lisp/lisp-mnt.el (lm-report-bug):
9564 * emacs-lisp/find-func.el (find-function-noselect):
9565 * calendar/timeclock.el (timeclock-status-string)
9566 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
9567 (timeclock-when-to-leave-string):
9568 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
9569 * calc/calc-units.el (calc-enter-units-table):
9570 * calc/calc-mode.el (calc-mode-record-mode):
9571 * woman.el (woman-mini-help):
9572 * wdired.el (wdired-change-to-wdired-mode):
9573 * vc.el (vc-retrieve-snapshot):
9574 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
9575 * startup.el (display-startup-echo-area-message):
9576 * simple.el (set-goal-column):
9577 * ses.el (ses-command-hook, ses-recalculate-cell):
9578 * server.el (server-process-filter):
9579 * printing.el (pr-interface-txt-print, pr-interface-printify)
9580 (pr-interface-ps):
9581 * pcvs.el (cvs-help):
9582 * log-edit.el (log-edit, log-edit-mode-help):
9583 * iswitchb.el (iswitchb-possible-new-buffer):
9584 * isearch.el (isearch-edit-string):
9585 * image-mode.el (image-mode, image-minor-mode):
9586 * ibuf-macs.el (define-ibuffer-filter):
9587 * hi-lock.el (hi-lock-find-patterns):
9588 * files.el (toggle-read-only):
9589 * ediff-util.el (ediff-copy-diff)
9590 (ediff-write-merge-buffer-and-maybe-kill):
9591 * echistory.el (Electric-history-undefined):
9592 * dnd.el (dnd-insert-text):
9593 * dired-aux.el (dired-query):
9594 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
9595 * bookmark.el (bookmark-bmenu-locate):
9596 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
9597 Fix `message' calls to ensure first arg is a format string.
9598 The change was made only when these two conditions were satisfied:
9599 [1] when there is a possibility that the arguments would cause an error
9600 for example, if the code in question relies on external variables
9601 such as filenames, and
9602 [2] if the arg to `message' could not have been nil in the code.
9603
9604 * pcomplete.el (pcomplete--help): Fix `message' format spec.
9605 Not having a %s would be weird, though not technically wrong.
9606
9607 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9608
9609 * term/mac-win.el (mac-add-charset-info): Doc fix.
9610
9611 2005-09-17 Romain Francoise <romain@orebokech.com>
9612
9613 * shell.el (shell-resync-dirs): Handle echoing processes more
9614 reliably. Don't insert resync command if `comint-process-echoes'
9615 is non-nil.
9616
9617 2005-09-17 Magnus Henoch <mange@freemail.hu>
9618
9619 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
9620 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
9621 aspell versions >= 0.60.
9622 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
9623 only if ispell-aspell-supports-utf8 is non-nil.
9624
9625 2005-09-17 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
9626
9627 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
9628 buffer-local value to lisp-indent-function.
9629
9630 2005-09-17 Milan Zamazal <pdm@zamazal.org>
9631
9632 * progmodes/glasses.el (glasses-make-readable): If
9633 glasses-separator differs from underscore, put appropriate
9634 overlays over underscore characters.
9635 (glasses-convert-to-unreadable): If glasses-separator differs from
9636 underscore, try to convert glasses-separator characters to
9637 underscores.
9638
9639 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
9640
9641 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
9642 Use with-syntax-table and dolist.
9643
9644 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
9645
9646 * textmodes/reftex-auc.el:
9647 * textmodes/reftex-cite.el:
9648 * textmodes/reftex-dcr.el:
9649 * textmodes/reftex-global.el:
9650 * textmodes/reftex-parse.el:
9651 * textmodes/reftex-ref.el:
9652 * textmodes/reftex-sel.el:
9653 * textmodes/reftex-toc.el:
9654 * textmodes/reftex-vars.el:
9655 * textmodes/reftex.el: Small changes to remove compiler warnings.
9656
9657 * textmodes/reftex-index.el: Likewise.
9658 (reftex-query-index-phrase): More efficient use of markers.
9659
9660 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9661
9662 * image.el (image-load-path): New variable.
9663 (image-search-load-path): New function.
9664 (find-image): Search for images in `image-load-path'.
9665
9666 2005-09-15 Richard M. Stallman <rms@gnu.org>
9667
9668 * follow.el: Change Maintainer field.
9669
9670 2005-09-15 David Ponce <david@dponce.com>
9671
9672 * recentf.el (recentf-save-file-modes): New option.
9673 (recentf-save-list): Use it.
9674
9675 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
9676
9677 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
9678 (mode-line-mule-info, mode-line-modified): Move bindings from
9679 mouse-3 to mouse-1.
9680
9681 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
9682
9683 * simple.el (sendmail-user-agent-compose): Revert last change.
9684
9685 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
9686
9687 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
9688 Use with-current-buffer.
9689 (ange-ftp-gwp-start): Remove unused var `gw-user'.
9690 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
9691 (ange-ftp-insert-directory): Remove unused var `short'.
9692 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
9693
9694 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
9695 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
9696
9697 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
9698 (check-calendar-holidays, diary-list-entries): Autoload.
9699 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
9700 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
9701
9702 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
9703 which mistakenly removed a call to display-buffer.
9704
9705 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
9706
9707 * obsolete/iso-insert.el: Move to obsolete/ from international/.
9708
9709 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
9710
9711 * progmodes/hideshow.el
9712 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
9713 (hs-allow-nesting): New user var.
9714 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
9715 (hs-hide-block-at-point): When nesting allowed,
9716 if there is already an overlay in place, delete it.
9717 (hs-safety-is-job-n): Delete func; remove call sites.
9718 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
9719 (hs-overlay-at): New func.
9720 (hs-already-hidden-p, hs-show-block): Use it.
9721 (hs-hide-all): Don't pre-clean if nesting allowed.
9722 (hs-show-all): Temporarily disallow
9723 nesting around call to `hs-discard-overlays'.
9724
9725 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
9726
9727 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
9728 Delete unused local var.
9729
9730 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
9731
9732 * help-fns.el (describe-categories): "?\ " -> "?\s".
9733 (help-do-arg-highlight): Recognize also ARG-n, as in
9734 `move-to-left-margin' (ARG+n is already recognized). Simplify.
9735
9736 * international/codepage.el (dos-unsupported-char-glyph):
9737 * net/newsticker.el (tool-bar-map, w3-mode-map)
9738 (w3m-minor-mode-map):
9739 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
9740 (ent-alist):
9741 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
9742
9743 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
9744
9745 * custom.el (custom-push-theme): Handle the case where a symbol is
9746 bound but face properties have not yet been assigned.
9747
9748 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
9749 Fix behavior if noerase is `t' and there is no mail buffer.
9750
9751 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
9752 if `continue' is nil, rather than signal an error.
9753
9754 2005-09-12 Richard M. Stallman <rms@gnu.org>
9755
9756 * font-lock.el (font-lock-keywords): Add autoload.
9757
9758 * help-fns.el (describe-variable): Rearrange to put source link
9759 in a predictable place.
9760
9761 * net/newsticker.el: New file.
9762
9763 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
9764
9765 * calendar/calendar.el (calendar-for-loop): Add edebug info.
9766 (calendar-basic-setup): Use the new nil arg.
9767 (number-of-diary-entries): Move to diary-lib.el.
9768
9769 * calendar/diary-lib.el: Use with-current-buffer, match-string.
9770 (diary-list-entries): Use with-syntax-table and dolist.
9771 Rename from list-diary-entries.
9772 Use number-of-diary-entries if `number' is nil.
9773 (diary, diary-view-entries): Use this new name and new nil arg value.
9774 (number-of-diary-entries): Move from calendar.el.
9775 (diary-unhide-everything): New function.
9776 (include-other-diary-files, fancy-diary-display)
9777 (diary-show-all-entries, make-diary-entry): Use it.
9778 (diary-mail-entries): Use buffer-string.
9779 (mark-diary-entries): Fix long standing paren typo.
9780 (diary-sexp-entry): Use count-lines.
9781 (make-diary-entry): Avoid `previous-line'.
9782 (diary-mode-map): New var.
9783 (diary-mode): Redraw cal after saving. Setup header-line.
9784 (fancy-diary-display-mode): Use local-set-key.
9785
9786 * startup.el (command-line): Try calling various terminal-init-foo-bar
9787 functions by stripping hyphenated suffixes from $TERM.
9788
9789 * files.el (normal-mode): Check boundness of font-lock-keywords.
9790
9791 2005-09-12 Richard M. Stallman <rms@gnu.org>
9792
9793 * progmodes/compile.el: Don't decide a file's directory
9794 until the user actually tries to go there.
9795 (compilation-next-error-function):
9796 Pass compilation-find-file the directory from the file-struct.
9797 (compilation-internal-error-properties): Separate local FILE-STRUCT
9798 from FILE. Doc the args better. Rename arg FMT to FMTS.
9799 (compilation-find-file): Arg DIR renamed to DIRECTORY.
9800 Expand it, and if nil, use default-directory.
9801 (compilation-get-file-structure): Don't mix specified directory
9802 with default directory. Put specified directory into
9803 file-struct. Don't make the file name absolute.
9804
9805 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
9806 (compile-command): Add autoload.
9807 (compilation-disable-input): Add autoload.
9808
9809 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
9810
9811 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
9812 strings of the variables it can override.
9813 (time-stamp): New (as yet undocumented) time-stamp-format escapes
9814 %Q and %q, for fully-qualified domain name and unqualified host name.
9815
9816 2005-09-11 Kim F. Storm <storm@cua.dk>
9817
9818 * emacs-lisp/authors.el (authors-aliases): Update list.
9819 (authors-fixed-entries): Update mldrag.el entry.
9820
9821 2005-09-10 Alan Mackenzie <acm@muc.de>
9822
9823 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
9824 from the region narrowed to.
9825
9826 2005-09-10 Magnus Henoch <mange@freemail.hu>
9827
9828 * textmodes/ispell.el (ispell-check-version): Signal an error if
9829 aspell version is less than 0.60.
9830
9831 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
9832
9833 * progmodes/octave-inf.el (inferior-octave-startup):
9834 Resync current dir at the end.
9835
9836 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
9837
9838 * woman.el (woman-topic-at-point-default):
9839 Rename to woman-use-topic-at-point-default.
9840 (woman-topic-at-point): Rename to woman-use-topic-at-point.
9841 (woman-file-name): Reflect renames above. Automatically use the
9842 word at point as topic if woman-use-topic-at-point is non-nil.
9843 Otherwise offer it as default but don't insert it in the
9844 minibuffer. Also use `test-completion' instead of `assoc' as
9845 suggested by Stefan Monnier.
9846
9847 2005-09-10 Andre Spiegel <spiegel@gnu.org>
9848
9849 * vc.el (vc-directory, vc-update-change-log): Throw an error on
9850 the attempt to do it over Tramp. This is not yet supported.
9851
9852 2005-09-10 Eli Zaretskii <eliz@gnu.org>
9853
9854 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
9855 (menu-bar-non-minibuffer-window-p): New functions.
9856 ("Split Window", "Save As..."): Use them.
9857 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
9858 ("Print Buffer", "Truncate Long Lines in this Buffer"):
9859 Use menu-bar-menu-frame-live-and-visible-p.
9860 ("Save Buffer", "Insert File", "Open Directory...")
9861 ("Open File...", "Visit New File..."):
9862 Use menu-bar-non-minibuffer-window-p.
9863 (kill-this-buffer-enabled-p, dired <menu-enable>):
9864 Use menu-bar-non-minibuffer-window-p.
9865
9866 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9867
9868 * cus-start.el (all): Don't complain about fringe-related
9869 built-ins if fringes are not supported. Ditto about
9870 selection-related built-ins. Fix the test for GTK-related built-ins.
9871
9872 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
9873 ("Postscript Print Buffer", "Print Region", "Save As...")
9874 ("Save", "Insert File...", "Open Directory...")
9875 ("Open File...", "Visit New File..."")
9876 ("Truncate Long Lines in this Buffer"): Don't look at
9877 menu-updating-frame if this display does not support multiple frames.
9878
9879 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
9880
9881 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
9882
9883 2005-09-09 Emilio Lopes <eclig@gmx.net>
9884
9885 * woman.el: Format- and whitespace-related changes.
9886
9887 2005-09-09 Eli Zaretskii <eliz@gnu.org>
9888
9889 * woman.el: Fix my email address.
9890
9891 2005-09-08 Richard M. Stallman <rms@gnu.org>
9892
9893 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
9894 (sh-mode): Locally set skeleton-pair-default-alist.
9895
9896 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
9897
9898 * progmodes/flymake.el: Require `compile' unconditionally.
9899
9900 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
9901
9902 * woman.el (woman-file-name): Provide a default, not initial input.
9903
9904 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
9905
9906 * font-lock.el (font-lock-support-mode): Doc fix.
9907
9908 * descr-text.el (describe-property-list): Handle non-symbol prop names.
9909
9910 2005-09-08 Richard M. Stallman <rms@gnu.org>
9911
9912 * simple.el (blink-matching-open): Get rid of text props from
9913 the string shown in echo area. Don't permanently set point.
9914 Some rearrangements.
9915
9916 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
9917
9918 * recentf.el (recentf-filename-handler): Add custom choice
9919 `abbreviate-file-name'.
9920
9921 * msb.el (msb--very-many-menus): Fix typo.
9922
9923 * disp-table.el (standard-display-european): Don't set
9924 enable-multibyte-characters to nil.
9925
9926 2005-09-08 David Ponce <david@dponce.com>
9927
9928 * recentf.el (recentf-show-file-shortcuts-flag): New option.
9929 (recentf-expand-file-name): Doc fix.
9930 (recentf-dialog-mode-map): Define digit shortcuts.
9931 (recentf--files-with-key): New variable.
9932 (recentf-show-digit-shortcut-filter): New function.
9933 (recentf-open-files-items): New function.
9934 (recentf-open-files): Use it.
9935 (recentf-open-file-with-key): New command.
9936
9937 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
9938
9939 * buff-menu.el (Buffer-menu-sort-by-column): New function.
9940 Suggested by Kim F. Storm.
9941 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
9942 (Buffer-menu-make-sort-button): Use global keymap.
9943
9944 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
9945
9946 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
9947 (Man-getpage-in-background-advice): Remove defadvice; it isn't
9948 necessary any longer with the remapped command.
9949 (Man-bgproc-sentinel-advice): Remove defadvice which counts
9950 formatting time only.
9951
9952 * net/tramp.el (tramp-action-password)
9953 (tramp-multi-action-password): Compile the password prompt from
9954 `method', `user' and `host'. Sometimes it isn't obvious which
9955 password to enter, for example with remote files offered by
9956 recentf.el, or with multiple steps. Suggested by Robert Marshall
9957 <robert@chezmarshall.freeserve.co.uk>.
9958
9959 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
9960
9961 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
9962 Fix regexp for when "s///" is at the beginning of line.
9963
9964 2005-09-07 Jay Belanger <belanger@truman.edu>
9965
9966 * calc/calc-poly.el (math-expand-term): Multiply out any powers
9967 when in matrix mode.
9968
9969 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
9970
9971 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
9972 non-anonymous functions.
9973
9974 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
9975
9976 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
9977 when using a header line. Otherwise, use mouse-1-click-follows-link.
9978
9979 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
9980 can't be moved; don't signal an error.
9981
9982 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
9983
9984 * cus-theme.el (custom-theme-write-faces): Save the current face
9985 spec, not the defface spec.
9986
9987 * custom.el (custom-known-themes): Clarify meaning of "standard".
9988 (custom-push-theme): Save old values in the standard theme.
9989 (disable-theme): Correct typo.
9990 (custom-face-theme-value) Deleted unused function.
9991 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
9992
9993 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
9994
9995 * progmodes/compile.el (compilation-goto-locus): Take into account
9996 iconified frames when determining whether the buffer is
9997 already visible.
9998 Don't reset window height if the window already existed.
9999
10000 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
10001
10002 * custom.el (load-theme): Rename from require-theme.
10003 Add interactive spec.
10004 (enable-theme): Rename from custom-enable-theme.
10005 Add interactive spec.
10006 (disable-theme): Rename from custom-disable-theme.
10007 Add interactive spec.
10008 (custom-make-theme-feature): Doc fix.
10009 (custom-theme-directory): Doc fix.
10010 (provide-theme): Call enable-theme.
10011
10012 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
10013
10014 * obsolete/lazy-lock.el (lazy-lock-mode):
10015 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
10016 font-lock-mode if it's off. Print a warning instead.
10017
10018 * progmodes/compile.el (compilation-start): Ignore errors if the
10019 process died before we get to send-eof.
10020
10021 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
10022 Undo last change. Enclosing the result in quotes broke things on Unix
10023 since tex-send-command passes it through shell-quote-argument.
10024 (tex-send-command): Pass `file' through convert-standard-filename
10025 when possible.
10026 (tex-uptodate-p): Handle the case where TeX hasn't put additional
10027 info in a transcript.
10028
10029 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
10030
10031 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
10032 fix compilation warning. Reorder the key definitions to group
10033 together keys emitted by the current version of xterm.
10034
10035 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
10036 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
10037 Reorder predicates to correct min-color usage.
10038
10039 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
10040
10041 * longlines.el (longlines-mode): Inhibit read-only when encoding.
10042 Kill local variables when longlines-mode is turned off.
10043
10044 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
10045
10046 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
10047
10048 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
10049
10050 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
10051
10052 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
10053 (font-lock-lines-before): Change default to being inactive.
10054 (font-lock-default-fontify-region): Obey font-lock-lines-before.
10055 (font-lock-after-change-function): Don't handle f-l-lines-before here.
10056
10057 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10058
10059 * net/tramp.el (tramp-handle-make-auto-save-file-name):
10060 Deactivate temporarily advice if active (not needed for Emacs 22,
10061 but for backwards compatibility).
10062 (tramp-exists-file-name-handler): Rewrite. First implementation
10063 was too simple.
10064 (tramp-advice-make-auto-save-file-name):
10065 Call `tramp-handle-make-auto-save-file-name' (again, just for
10066 backwards compatibility).
10067
10068 2005-08-31 Reto Zimmermann <reto@gnu.org>
10069
10070 * progmodes/vhdl-mode.el
10071 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
10072 (vhdl-end-p): Fix indentation bug "else" after "-- when".
10073 (vhdl-set-default-project): New function (easier setting of default).
10074 (vhdl-port-copy): Handle extended identifiers for generics.
10075 (vhdl-compiler-alist): Better description for error message regexp.
10076 (vhdl-make): Query for target, use previous as default.
10077 (vhdl-port-copy): Fix port copy for port names starting with "signal".
10078 (vhdl-font-lock-keywords-2): Fix fontification for record
10079 el. assign.
10080 (vhdl-speedbar-make-subpack-line): Add package body link.
10081 (vhdl-generate-makefile-1): Not include itself as dependency.
10082 (vhdl-font-lock-init): Highlight c-preprocessor directives.
10083 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
10084 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
10085 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
10086 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
10087 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
10088 (vhdl-import-project): Add string argument for `error'.
10089 (vhdl-compose-configuration)
10090 (vhdl-compose-configuration-architecture): Add configuration
10091 declaration generation.
10092 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
10093 (vhdl-trailer-re): Add "record" keyword (better indentation).
10094 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
10095 "[^ \t-\"]+".
10096 (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
10097 (vhdl-testbench-entity-file-name)
10098 (vhdl-testbench-architecture-file-name): Allow separate
10099 customization of testbench file names.
10100 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
10101 (vhdl-get-visible-signals): Allow newline within alias declaration.
10102 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
10103 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
10104 (member-ignore-case): Alias for missing function in XEmacs.
10105 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
10106 (vhdl-update-sensitivity-list): Ignore case on read signals.
10107 (vhdl-replace-string): Adjust case only for file names.
10108 (vhdl-update-sensitivity-list): Fix search for read signals.
10109 (vhdl-update-sensitivity-list): Exclude formal parameters.
10110 (vhdl-get-visible-signals): Include aliases of signals.
10111 (vhdl-get-visible-signals): Fix signal name searching.
10112 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
10113 (vhdl-fixup-whitespace-region): Fix for character
10114 literals (e.g. `:').
10115
10116 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
10117
10118 * ansi-color.el (comint-last-output-start):
10119 * bs.el (font-lock-verbose):
10120 * diff-mode.el (add-log-buffer-file-name-function):
10121 * dired-x.el (vm-folder-directory):
10122 * faces.el (help-xref-stack-item):
10123 * files.el (font-lock-keywords):
10124 * find-lisp.el (dired-buffers, dired-subdir-alist):
10125 * ido.el (cua-inhibit-cua-keys):
10126 * log-view.el (cvs-minor-wrap-function):
10127 * outline.el (font-lock-warning-face):
10128 * simple.el (compilation-current-error):
10129 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
10130 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
10131 * tooltip.el (comint-prompt-regexp):
10132 * w32-fns.el (explicit-shell-file-name):
10133 * term/mac-win.el (mac-charset-info-alist)
10134 (mac-services-selection, mac-system-script-code):
10135 * term/tty-colors.el (msdos-color-values):
10136 * term/w32-win.el (xlfd-regexp-registry-subnum):
10137 * term/x-win.el (x-keysym-table, x-selection-timeout)
10138 (x-session-id, x-session-previous-id):
10139 * textmodes/ispell.el (mail-yank-prefix):
10140 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
10141 * textmodes/org.el (calc-embedded-close-formula)
10142 (calc-embedded-open-formula)
10143 (font-lock-unfontify-region-function):
10144 * textmodes/reftex-global.el (isearch-next-buffer-function)
10145 (TeX-master):
10146 * textmodes/reftex.el (font-lock-keywords):
10147 * textmodes/tex-mode.el (font-lock-comment-face)
10148 (font-lock-doc-face):
10149 * textmodes/texinfo.el (outline-heading-alist):
10150 Add defvars.
10151
10152 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
10153 (artist-spray-chars, artist-mode-init, artist-replace-string)
10154 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
10155 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
10156 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
10157
10158 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
10159 (conf-align-assignments): "?\ " -> "?\s".
10160
10161 * textmodes/reftex-index.el (TeX-master): Add defvar.
10162 (reftex-index-phrases-marker): Move up defvar.
10163
10164 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
10165 (reftex-toc-include-labels-indicator)
10166 (reftex-toc-include-index-indicator)
10167 (reftex-toc-max-level-indicator): Move up declarations.
10168
10169 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
10170 of args to `tramp-run-real-handler', even if it's empty in this case.
10171
10172 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10173
10174 * dired.el (dired-move-to-filename-regexp): Add date format for
10175 Mac OS X 10.3 in East Asian locales.
10176
10177 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
10178
10179 * files.el (make-auto-save-file-name): Add file name handler call
10180 if applicable.
10181
10182 * net/tramp.el (tramp-file-name-handler-alist)
10183 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
10184 (tramp-handle-make-auto-save-file-name): Rename from
10185 `tramp-make-auto-save-file-name'.
10186 (tramp-exists-file-name-handler): New defun.
10187 (tramp-advice-make-auto-save-file-name): Make defadvice only when
10188 `make-auto-save-file-name' is not a magic file name operation.
10189
10190 2005-08-30 Richard M. Stallman <rms@gnu.org>
10191
10192 * files.el (risky-local-variable-p):
10193 Match `-predicates' and `-commands.
10194
10195 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
10196 (custom-save-all): Visit the file if necessary;
10197 kill the buffer if we created it.
10198 (custom-save-delete): Don't visit file or kill buffer here.
10199
10200 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
10201
10202 * textmodes/org.el (org-special-keyword): New face.
10203 (org-table-copy-down, org-table-eval-formula)
10204 (org-table-recalculate, org-init-section-numbers):
10205 Use `string-to-number' instead of `string-to-int'.
10206 (org-get-location): Use `insert-buffer-substring' instead of
10207 `insert-buffer'.
10208 (org-modify-diary-entry-string): New function.
10209 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
10210 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
10211 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
10212 active region.
10213 (org-export-as-html): Handle QUOTE keyword.
10214 (org-quote-string): New option.
10215 (org-bookmark-jump-unhide): New function, used for
10216 `bookmark-after-jump-hook'.
10217 (org-diary-default-entry): Apply only when not called through
10218 `org-agenda'.
10219
10220 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
10221
10222 * net/eudc.el (mode-popup-menu):
10223 * play/handwrite.el (ps-printer-name, ps-lpr-command):
10224 * progmodes/ada-mode.el (compile-auto-highlight)
10225 (skeleton-further-elements):
10226 * progmodes/autoconf.el (font-lock-syntactic-keywords):
10227 * progmodes/cmacexp.el (msdos-shells):
10228 * progmodes/compile.el (font-lock-extra-managed-props)
10229 (font-lock-keywords, font-lock-maximum-size)
10230 (font-lock-support-mode):
10231 * progmodes/grep.el (font-lock-lines-before):
10232 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
10233 * progmodes/mixal-mode.el (compile-command):
10234 * progmodes/perl-mode.el (font-lock-comment-face)
10235 (font-lock-doc-face, font-lock-string-face):
10236 * progmodes/prolog.el (comint-prompt-regexp):
10237 * progmodes/sh-script.el (font-lock-comment-face)
10238 (font-lock-set-defaults, font-lock-string-face):
10239 * progmodes/sql.el (font-lock-keyword-face)
10240 (font-lock-set-defaults, font-lock-string-face):
10241 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
10242 (itimer-version, lazy-lock-defer-contextually)
10243 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
10244 Add defvars.
10245
10246 * progmodes/cperl-mode.el (cperl-electric-lbrace)
10247 (cperl-electric-keyword, cperl-electric-pod)
10248 (cperl-electric-backspace, cperl-forward-re)
10249 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
10250 (vc-rcs-header, vc-sccs-header): Add defvars.
10251
10252 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
10253 (font-lock-syntactic-keywords, gud-find-expr-function):
10254 Add defvars.
10255
10256 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
10257 (gdb-frame-parameters): Declare before use.
10258
10259 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
10260 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
10261 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
10262 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
10263
10264 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
10265 (idlwave-help-with-source): Use `insert-buffer-substring', not
10266 `insert-buffer'.
10267
10268 2005-08-29 Juri Linkov <juri@jurta.org>
10269
10270 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
10271 Put outline-back-to-heading function call inside save-excursion.
10272
10273 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
10274
10275 * man.el (Man-init-defvars, Man-translate-references)
10276 (Man-support-local-filenames, Man-highlight-references):
10277 * progmodes/sql.el (sql-interactive-mode):
10278 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
10279
10280 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
10281 (compilation-mode-font-lock-keywords): Add defvars.
10282 (checkdoc-interactive-loop): "?\ " -> "?\s".
10283
10284 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
10285 (font-lock-doc-face, font-lock-string-face)
10286 (font-lock-keywords-case-fold-search): Add defvars.
10287 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
10288
10289 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
10290 Don't pass X and Y (they are ignored anyway).
10291 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
10292 (mouse-delete-window): Make arguments optional.
10293
10294 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
10295 (caesar-translate-table, minor-modes, news-buffer-save)
10296 (news-group-name, news-minor-modes): Add defvars.
10297
10298 * emacs-lisp/lselect.el (mouse-highlight-priority)
10299 (x-lost-selection-functions, zmacs-regions):
10300 * emacs-lisp/pp.el (font-lock-verbose):
10301 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
10302 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
10303 (ses-mode-map):
10304 * emacs-lisp/tcover-unsafep.el (safe-functions):
10305 * international/mule-cmds.el (mac-system-coding-system)
10306 (mac-system-locale):
10307 * language/ethio-util.el (rmail-current-message)
10308 (rmail-message-vector):
10309 * language/thai-util.el (thai-auto-composition-mode):
10310 * mail/metamail.el (rmail-current-message, rmail-message-vector):
10311 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
10312 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
10313 (vm-primary-inbox, vm-spool-files):
10314 * mail/rmail.el (deleted-head, font-lock-fontified)
10315 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
10316 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
10317 (total-messages):
10318 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
10319 (rmail-summary-mode-map):
10320 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
10321 (rmail-last-label, rmail-last-multi-labels)
10322 (rmail-summary-vector, rmail-total-messages):
10323 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
10324 * mail/rmailsum.el (msgnum):
10325 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
10326 (rmail-current-message):
10327 * obsolete/fast-lock.el (font-lock-face-list):
10328 * obsolete/rnewspost.el (mail-reply-buffer):
10329 * obsolete/scribe.el (compile-command):
10330 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
10331
10332 2005-08-28 John Paul Wallington <jpw@gnu.org>
10333
10334 * ibuf-ext.el (ibuffer-auto-update-changed):
10335 Use `frame-or-buffer-changed-p' to check whether we need to update.
10336 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
10337 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
10338 as a `frame-or-buffer-changed-p' state vector instead.
10339
10340 2005-08-27 Romain Francoise <romain@orebokech.com>
10341
10342 * textmodes/makeinfo.el (makeinfo-compile):
10343 Use `compilation-start'. Set `next-error-function' according to
10344 `disable-errors'.
10345 (makeinfo-next-error): New function.
10346 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
10347 (makeinfo-buffer): Likewise.
10348
10349 * progmodes/compile.el (compilation-start): Add autoload cookie.
10350
10351 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
10352 * textmodes/sgml-mode.el: Likewise.
10353 * progmodes/python.el: Likewise.
10354
10355 2005-08-27 Eli Zaretskii <eliz@gnu.org>
10356
10357 * simple.el (blink-matching-paren-distance): Document the meaning
10358 of nil value, and allow to customize to nil.
10359
10360 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
10361 command.com, not command.exe.
10362
10363 2005-08-26 John Wiegley <johnw@newartisans.com>
10364
10365 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
10366 code around a bit so that an extraneous nil argument is not added
10367 to a command when no args are given.
10368
10369 * eshell/esh-arg.el (eshell-parse-double-quote): If a
10370 double-quoted argument resolves to nil, return it as an empty
10371 string rather than as nil. This made it impossible to pass "" to
10372 a shell script as a null string argument.
10373
10374 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
10375
10376 * outline.el (outline-invent-heading): New fun.
10377 (outline-promote, outline-demote): Use it.
10378 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
10379 (outline-end-of-subtree): Remove unused var `opoint'.
10380
10381 2005-08-26 David Reitter <david.reitter@gmail.com>
10382
10383 * menu-bar.el (truncate-lines, write-file, print-buffer)
10384 (ps-print-buffer-faces, ps-print-buffer, split-window):
10385 Disable menu items when the frame they refer to is invisible, or when
10386 they refer to a buffer and the minibuffer is selected.
10387
10388 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10389
10390 * progmodes/flymake.el (flymake-highlight-err-lines):
10391 Use save-excursion around flymake-highlight-line to preserve point.
10392
10393 2005-08-26 Eli Zaretskii <eliz@gnu.org>
10394
10395 * progmodes/octave-mod.el: Change Author and Maintainer address.
10396 (octave-maintainer-address): Change Kurt's email address.
10397 * progmodes/octave-inf.el: Change Author and Maintainer address.
10398 * progmodes/octave-hlp.el: Change Author and Maintainer address.
10399
10400 2005-08-26 Kim F. Storm <storm@cua.dk>
10401
10402 * subr.el (version-list-<, version-list-<=, version-list-=):
10403 Rename from integer-list-*.
10404 (version-list-not-zero): Likewise. Fix while loop.
10405 (version=): Use version-list-= instead of string-equal.
10406
10407 2005-08-26 Richard M. Stallman <rms@gnu.org>
10408
10409 * outline.el (outline-promote): Try shortening the heading.
10410 As last resort, read the heading to use.
10411 (outline-demote): As last resort, read the heading to use.
10412
10413 2005-08-26 Romain Francoise <romain@orebokech.com>
10414
10415 * progmodes/compile.el (compilation-start): Doc fix.
10416
10417 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
10418 (antlr-font-lock-additional-keywords): Fix reference to
10419 `antlr-font-lock-literal-regexp' erroneously changed during the
10420 mass face rename.
10421 (antlr-run-tool): Use `compilation-start'.
10422
10423 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
10424 instead of the obsolete `compile-internal'.
10425
10426 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
10427
10428 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
10429 (number, original-date):
10430 * calendar/cal-china.el (date):
10431 * calendar/cal-coptic.el (date):
10432 * calendar/cal-french.el (date):
10433 * calendar/cal-hebrew.el (date, entry, number, original-date):
10434 * calendar/cal-islam.el (date, number, original-date):
10435 * calendar/cal-iso.el (date):
10436 * calendar/cal-julian.el (date):
10437 * calendar/cal-mayan.el (date):
10438 * calendar/cal-menu.el (date, event):
10439 * calendar/cal-persia.el (date):
10440 * calendar/lunar.el (date):
10441 * calendar/solar.el (date): Add defvars.
10442
10443 * emerge.el:
10444 * ibuffer.el:
10445 * info-xref.el:
10446 * obsolete/bg-mouse.el:
10447 * obsolete/sun-curs.el:
10448 * obsolete/swedish.el: Move the `defvar's to the top level.
10449
10450 * smerge-mode.el (smerge-refined-change): Add :group.
10451
10452 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
10453
10454 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
10455 (smerge-keep-n): Remove props.
10456 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
10457 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
10458 now that it's done in smerge-keep-n.
10459 (smerge-refined-change): New face.
10460 (smerge-refine-chopup-region, smerge-refine-highlight-change)
10461 (smerge-refine): New funs.
10462 (smerge-basic-map): Bind smerge-refine.
10463
10464 2005-08-25 Juri Linkov <juri@jurta.org>
10465
10466 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
10467 compilation-process-setup-function and compilation-disable-input
10468 in grep-mode instead of let-bindings in grep.
10469
10470 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
10471 Delete "Automatic File De/compression" (auto-compression-mode).
10472
10473 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
10474
10475 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
10476 Silence warning about non-existent variable.
10477
10478 2005-08-25 Richard M. Stallman <rms@gnu.org>
10479
10480 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
10481 Rename "Describe Key" to "Describe Key or Mouse Operation".
10482
10483 * mail/mailalias.el (build-mail-aliases): Delete comments
10484 from the contents before processing them.
10485
10486 * isearch.el (isearch-edit-string): Erase the Search prompt
10487 if user enters an empty string and there is no default.
10488
10489 * comint.el (comint-file-name-prefix): Add autoload.
10490
10491 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
10492
10493 * subr.el (play-sound): Rearrange to avoid warning.
10494
10495 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
10496
10497 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
10498 New hook.
10499 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
10500
10501 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
10502
10503 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
10504
10505 * custom.el (custom-theme-set-variables): Sort minor modes last.
10506
10507 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10508
10509 * subr.el (version-separator, version-regexp-alist): New vars used by
10510 version comparison funs.
10511 (integer-list-<, integer-list-=, integer-list-<=)
10512 (integer-list-not-zero): New funs for integer list comparison.
10513 (version-to-list, version=, version<, version<=): New funs for version
10514 comparison.
10515
10516 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
10517
10518 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
10519 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
10520 time to silence the byte-compiler.
10521
10522 * ibuffer.el (ibuffer-compile-make-eliding-form)
10523 (ibuffer-check-formats): Use `with-no-warnings' to hide references
10524 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
10525 so it's silly to get warnings for it).
10526 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
10527 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
10528 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
10529 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
10530 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
10531 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
10532 Defvar at compile time.
10533 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
10534 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
10535 Declare them before use.
10536
10537 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
10538 (info-xref-good, info-xref-bad): Defvar at compile time.
10539
10540 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
10541 Use `let*' instead of `let'.
10542
10543 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
10544 (*mouse-y*, menu, char): Defvar at compile time.
10545 (sc::menu): Declare it before use.
10546 (sc::pack-one-line): Use `let', not `let*'.
10547
10548 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
10549 (mail-send-hook): Defvar at compile time.
10550
10551 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
10552 Defvar at compile time.
10553
10554 * term/sun-mouse.el (current-global-mousemap)
10555 (current-local-mousemap): Declare them before use.
10556
10557 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
10558
10559 * bookmark.el (bookmark-after-jump-hook): New hook.
10560 (bookmark-jump): Run `bookmark-after-jump-hook'.
10561
10562 2005-08-23 Juri Linkov <juri@jurta.org>
10563
10564 * faces.el (minibuffer-prompt): Doc fix.
10565
10566 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
10567
10568 * progmodes/xscheme.el: Trivial changes to silence warnings.
10569 (xscheme-previous-mode, xscheme-previous-process-state):
10570 Add defvars.
10571 (xscheme-last-input-end, xscheme-process-command-line)
10572 (xscheme-process-name, xscheme-buffer-name)
10573 (xscheme-expressions-ring-max, xscheme-expressions-ring)
10574 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
10575 (xscheme-control-g-synchronization-p)
10576 (xscheme-control-g-disabled-p, xscheme-string-receiver)
10577 (default-xscheme-runlight, xscheme-runlight)
10578 (xscheme-runlight-string, xscheme-process-filter-state)
10579 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
10580 Move to beginning of file.
10581 (scheme-interaction-mode-commands-alist)
10582 (scheme-interaction-mode-map, scheme-debugger-mode-map):
10583 Declare them before use. Note: the initialization code for the variables
10584 has not been moved because it uses functions that reference the variables.
10585 (xscheme-control-g-message-string, xscheme-process-filter-alist)
10586 (xscheme-prompt-for-expression-map): Declare them before use.
10587 (scheme-debugger-mode-commands): "?\ " -> "?\s".
10588
10589 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
10590
10591 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
10592
10593 2005-08-22 Juri Linkov <juri@jurta.org>
10594
10595 * faces.el (set-face-underline): Delete this duplicate function
10596 and make an obsolete alias to set-face-underline-p.
10597 (set-face-underline-p): Use docstring of set-face-underline.
10598 (describe-face): Create hyperlink to parent face.
10599
10600 * info.el (Info-insert-dir): Use save-excursion around
10601 insert-buffer-substring.
10602 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
10603 (Info-escape-percent): Delete function.
10604 (Info-fontify-node): Replace Info-escape-percent by
10605 replace-regexp-in-string with REP arg set to lambda that
10606 duplicates `%' and preserves text properties.
10607
10608 * progmodes/compile.el (compilation-disable-input): Doc fix.
10609 (define-compilation-mode): Doc fix and refill.
10610 (kill-compilation): Use `mode-name' in the error message.
10611 (compilation-find-file): Use `compilation-error' in the
10612 read-file-name's prompt.
10613
10614 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
10615
10616 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
10617 (smerge-auto-leave): Make undo re-enable the mode.
10618 (debug-ignored-errors): Add the user-error of impossible resolution.
10619 (smerge-resolve): Move things around a bit, in preparation for later.
10620 (smerge-diff): Don't fail if the buffer has no associated file.
10621 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
10622 (smerge-conflict-overlay): New function.
10623 (smerge-match-conflict): Don't add text properties here.
10624 (smerge-find-conflict): Instead, add an overlay here.
10625 Also check for the case where we're inside a conflict already, so as to
10626 obviate the need for font-lock-multiline, which is unbearably slow with
10627 large conflicts and ciomplex font-lock patterns.
10628 (smerge-remove-props): Remove overlay rather than text-properties.
10629 (smerge-mode): Don't set font-lock-multiline.
10630 Remove overlays when turned off.
10631
10632 2005-08-21 Kim F. Storm <storm@cua.dk>
10633
10634 * ido.el (ido-ignore-item-p): Use save-match-data.
10635 Bind case-fold-search to ido-case-fold locally.
10636
10637 2005-08-20 Richard M. Stallman <rms@gnu.org>
10638
10639 * files.el (normal-mode): If font lock is on, turn it off and on.
10640
10641 * subr.el (replace-regexp-in-string): Doc fix.
10642
10643 * startup.el (command-line-1): Don't suppress startup screen
10644 due to existing processes.
10645
10646 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
10647
10648 * progmodes/compile.el (compilation-disable-input): Default to nil.
10649
10650 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
10651
10652 * progmodes/compile.el (compilation-disable-input): New defcustom.
10653 (compilation-start): If compilation-disable-input is non-nil, send
10654 EOF to the compilation process.
10655
10656 2005-08-20 Eli Zaretskii <eliz@gnu.org>
10657
10658 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
10659 Run the argument of tex-shell-cd-command through
10660 convert-standard-filename, to get the correct style of slashes on
10661 Windows, and enclose the result in quotes, in case the file name
10662 includes whitespace or other special characters.
10663
10664 2005-08-19 Andreas Schwab <schwab@suse.de>
10665
10666 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
10667 process.
10668
10669 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
10670
10671 * cus-start.el (minibuffer-prompt-properties): Correct typo.
10672
10673 2005-08-18 Kim F. Storm <storm@cua.dk>
10674
10675 * scroll-lock.el: Fix errors due to incorrect line wrapping.
10676
10677 2005-08-18 Richard M. Stallman <rms@gnu.org>
10678
10679 * scroll-lock.el: New file.
10680
10681 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
10682
10683 * dired.el (dired-move-to-end-of-filename):
10684 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
10685
10686 2005-08-18 Kim F. Storm <storm@cua.dk>
10687
10688 * ido.el (ido-everywhere): Fix defcustom :set function to disable
10689 rather than toggle mode when custom value is nil.
10690 (ido-everywhere): Fix defun doc string.
10691
10692 2005-08-17 Richard M. Stallman <rms@gnu.org>
10693
10694 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
10695 as tag instead of "Inviolable".
10696
10697 2005-08-17 Kim F. Storm <storm@cua.dk>
10698
10699 * windmove.el (windmove-coordinates-of-position): Remove.
10700 (windmove-coordinates-of-window-position): Remove.
10701 (windmove-reference-loc): Use posn-at-point instead.
10702
10703 * subr.el (insert-for-yank-1): Doc fix.
10704
10705 * ido.el (ido-enter-matching-directory): Rename from
10706 ido-enter-single-matching-directory. Change `slash' choice to
10707 `only'. Add `first' choice.
10708 (ido-exhibit): Adapt to above changes.
10709
10710 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
10711
10712 * Makefile.in: Expand comment about building loaddefs.el.
10713
10714 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
10715
10716 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
10717 Comment use of defadvice.
10718
10719 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
10720
10721 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
10722
10723 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
10724 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
10725 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
10726 * progmodes/idlw-shell.el, progmodes/ld-script.el,
10727 * progmodes/which-func.el, ruler-mode.el, strokes.el,
10728 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
10729 for backward compatibility for faces that did not appear in the
10730 previous Emacs release.
10731
10732 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
10733
10734 2005-08-15 Kim F. Storm <storm@cua.dk>
10735
10736 * emulation/cua-base.el (cua-delete-region): Return t if
10737 deleted region was non-empty.
10738 (cua-replace-region): Inhibit overwrite-mode for
10739 self-insert-command if replaced region was non-empty.
10740 (cua--explicit-region-start, cua--status-string): Make them
10741 buffer-local at top-level...
10742 (cua-mode): ...rather than when mode is enabled.
10743
10744 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
10745
10746 * progmodes/vhdl-mode.el (vhdl-emacs-21):
10747 Set t for Emacs 21, 22, and so on.
10748
10749 2005-08-15 David Ponce <david@dponce.com>
10750
10751 * tree-widget.el: Update Commentary header.
10752 (tree-widget-theme): Doc fix.
10753 (tree-widget-space-width): New option.
10754 (tree-widget-image-properties): Look up in the default theme too.
10755 (tree-widget--cursors): Only for images with arrow pointer shape.
10756 (tree-widget-lookup-image): Pointer shape is hand by default.
10757 (tree-widget-icon): Rename generic icon widget from
10758 `tree-widget-control'.
10759 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
10760 derive from `tree-widget-icon'.
10761 (tree-widget-handle): Improve default look and feel of the text
10762 representation.
10763 (tree-widget): Rename :*-control properties to :*-icon properties.
10764 Add :action and :help-echo properties.
10765 (tree-widget-after-toggle-functions): Move.
10766 (tree-widget-close-node, tree-widget-open-node): Remove.
10767 (tree-widget-before-create-icon-functions): New hook.
10768 (tree-widget-value-create): Update to allow customization of icons
10769 and nodes at run-time via that new hook.
10770 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
10771 (tree-widget-icon-action, tree-widget-icon-help-echo)
10772 (tree-widget-action, tree-widget-help-echo): New functions.
10773
10774 2005-08-15 Kim F. Storm <storm@cua.dk>
10775
10776 * ido.el (ido-buffer-internal): Use with-no-warnings.
10777 (ido-make-merged-file-list): Use while-no-input.
10778
10779 2005-08-15 Richard M. Stallman <rms@gnu.org>
10780
10781 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
10782 (flyspell-large-region): Fix doc and custom type.
10783
10784 2005-08-14 Richard M. Stallman <rms@gnu.org>
10785
10786 * files.el (interpreter-mode-alist): Doc fix.
10787
10788 * mail/rmail.el (rmail-nonignored-headers): New variable.
10789 (rmail-clear-headers): Use it.
10790 (rmail-reply): Better handling of mail-followup-to header.
10791
10792 * progmodes/sh-script.el (sh-font-lock-keywords-var):
10793 Rename variable from sh-font-lock-keywords. In the `shell' entry,
10794 don't try to refer to executable-font-lock-keywords.
10795 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
10796 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
10797 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
10798 (sh-mode): Set comment-start-skip, local-abbrev-table,
10799 imenu-case-fold-search.
10800 (sh-set-shell): Don't set them here.
10801 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
10802 Don't cache the results in the original alist; don't ever modify
10803 that alist.
10804
10805 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
10806
10807 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
10808 empty.
10809
10810 2005-08-15 Andreas Schwab <schwab@suse.de>
10811
10812 * desktop.el: Put autoload cookie at risky-local-variable declarations.
10813
10814 * dired.el, info.el, mail/rmail.el: Revert last change.
10815
10816 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
10817
10818 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
10819 modification in `eval-after-load' form.
10820 * info.el: Likewise.
10821 * mail/rmail.el: Likewise.
10822
10823 2005-08-14 Juri Linkov <juri@jurta.org>
10824
10825 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10826 Remove highlighting of "Compilation started". Highlight only
10827 the word "finished" in "Compilation finished". Add highlighting
10828 of "interrupt", "killed", "terminated" and the exit code.
10829 (compilation-start): Add newline after header. Use exactly the
10830 same time stamp format as the finishing message.
10831 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
10832
10833 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
10834 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
10835 Add highlighting of "interrupt", "killed", "terminated".
10836
10837 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
10838 enabled and the current command is self-insert-command, call it
10839 explicitly with overwrite-mode bound to nil, to not allow it
10840 to delete the character after the selected region.
10841
10842 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
10843
10844 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
10845 move-end-of-line, end-of-line, and beginning-of-line to the list
10846 of commands after which the echo area is updated.
10847
10848 2005-08-12 Eli Zaretskii <eliz@gnu.org>
10849
10850 * cus-edit.el (custom-save-all, custom-save-delete):
10851 Bind recentf-exclude to exclude custom-file.
10852
10853 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
10854
10855 * mail/rmailsum.el (rmail-summary-end-of-message): New command
10856 to go to the bottom of the mail message. Added to
10857 `rmail-summary-mode-map' with key "/".
10858 (rmail-summary-show-message): New (internal) function for use by
10859 both `rmail-summary-beginning/end-of-message'.
10860 (rmail-summary-beginning-of-message): Change to use
10861 rmail-summary-show-message.
10862
10863 * mail/rmail.el (rmail-end-of-message): New command to go to the
10864 end of the current message. Added to `rmail-mode-map' with key "/".
10865 (rmail-beginning-of-message): Fix to work as documented.
10866 (rmail-mode): Change documentation.
10867
10868 * progmodes/compile.el (compilation-start): Add the line
10869 "Compilation started" with compilation start time.
10870 (compilation-mode-font-lock-keywords): Add `started' to keywords.
10871
10872 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
10873
10874 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
10875 of menu items.
10876
10877 2005-08-11 Richard M. Stallman <rms@gnu.org>
10878
10879 * simple.el (pop-global-mark): Reverse test of widen-automatically.
10880
10881 * battery.el (battery-status-function): Don't use ignore-errors.
10882
10883 2005-08-11 Lute Kamstra <lute@gnu.org>
10884
10885 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
10886 define-obsolete-variable-alias.
10887
10888 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
10889
10890 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
10891 (ange-ftp-send-cmd): Revert last change, and expand
10892 the comment explaining the problem.
10893
10894 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
10895
10896 * ldefs-boot.el: Update.
10897
10898 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
10899 item to "Time, Load and Mail". Change help echo text.
10900
10901 * time.el (display-time-use-mail-icon, display-time-format)
10902 (display-time-string-forms): Shorten first line of docstrings.
10903
10904 2005-08-10 Lars Hansen <larsh@soem.dk>
10905
10906 * desktop.el (desktop-buffer-mode-handlers):
10907 Make non-customizable. Add autoload cookie. Change initial value to
10908 nil; add elements in respective modules instead. Fix doc string.
10909 (desktop-load-file): New function.
10910 (desktop-minor-mode-handlers): New autoloaded variable.
10911 (desktop-create-buffer): Call minor mode handlers.
10912 Use desktop-load-file to load major and minor mode modules prior to
10913 checking for a handler.
10914 (desktop-save): Don't add nil to desktop-minor-modes for minor
10915 modes with nil function in desktop-minor-mode-table. Don't delete
10916 desktop file before rewriting it.
10917 (desktop-locals-to-save): Add autoload cookie. Don't make
10918 automatically buffer-local. Add variables column-number-mode,
10919 size-indication-mode, indent-tabs-mode,
10920 indicate-buffer-boundaries, indicate-empty-lines and
10921 show-trailing-whitespace.
10922 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
10923 regexps. Don't use desktop-clear-preserve-buffers-regexp.
10924 (desktop-clear-preserve-buffers-regexp): Delete.
10925 (desktop-clear-preserve-buffers): Update initial value and docstring.
10926 (desktop-save-buffer): Fix doc string.
10927
10928 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
10929 (hilit-chg-desktop-restore): New function.
10930 (highlight-changes-mode): Add highlight-changes-mode to
10931 desktop-locals-to-save.
10932
10933 * dired.el: Add handler to desktop-buffer-mode-handlers.
10934 (dired-restore-desktop-buffer): Remove autoload cookie.
10935 (dired-mode): Add autoload cookie.
10936
10937 * info.el: Add handler to desktop-buffer-mode-handlers.
10938 (Info-restore-desktop-buffer): Remove autoload cookie.
10939 (Info-mode): Add autoload cookie.
10940
10941 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
10942 (mh-restore-desktop-buffer): Remove autoload cookie.
10943 (mh-folder-mode): Add autoload cookie.
10944
10945 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
10946 (rmail-restore-desktop-buffer): Remove autoload cookie.
10947
10948 2005-08-11 Masatake YAMATO <jet@gyve.org>
10949
10950 * hexl.el (hexl-address-region):
10951 (hexl-ascii-region, hexl-font-lock-keywords):
10952 (hexl-highlight-line-range): Use the term "region"
10953 instead of "area" for consistency with the other symbols
10954 defined in hexl.el.
10955
10956 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
10957
10958 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
10959 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
10960 out by Juri Linkov). Add `display-battery-mode'.
10961
10962 2005-08-09 Juri Linkov <juri@jurta.org>
10963
10964 * progmodes/compile.el (compilation-mode-font-lock-keywords):
10965 Remove `-text' from face variable names.
10966 (compilation-error-file-name, compilation-warning-file-name)
10967 (compilation-info-file-name): Delete faces.
10968 (compilation-line-number, compilation-column-number):
10969 Remove face underlining.
10970 (compilation-message-face): Set to `underline' value by default.
10971 (compilation-error-face, compilation-warning-face)
10972 (compilation-info-face): Remove `-file-name' from face names.
10973 (compilation-error-text-face, compilation-warning-text-face)
10974 (compilation-info-text-face): Delete face variables.
10975 (compilation-text-face): Delete function.
10976
10977 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
10978 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
10979 (grep-error-face): Set to `compilation-error' instead of
10980 `compilation-error-face' (which is redefined to `grep-hit-face' in
10981 grep buffers).
10982 (grep-mode-font-lock-keywords): Remove `-text' from face variable
10983 names. Use `grep-error-face' instead of `compilation-error-text-face'.
10984
10985 * dired-aux.el (dired-do-query-replace-regexp):
10986 Use `query-replace-read-args'.
10987
10988 * replace.el (query-replace-read-from, query-replace-read-to)
10989 (query-replace-read-args): Rename arg `string' to `prompt'.
10990
10991 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
10992
10993 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
10994
10995 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
10996 uploading files.
10997 (ange-ftp-canonize-filename): Handle file names beginning with ~
10998 correctly.
10999
11000 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11001
11002 * textmodes/fill.el (canonically-space-region)
11003 (fill-context-prefix, fill-french-nobreak-p)
11004 (fill-delete-newlines, fill-comment-paragraph)
11005 (justify-current-line): "?\ " -> "?\s".
11006
11007 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
11008
11009 * textmodes/fill.el (fill-nonuniform-paragraphs):
11010 Improve argument/docstring consistency.
11011
11012 2005-08-09 Richard M. Stallman <rms@gnu.org>
11013
11014 * textmodes/ispell.el (ispell-word): More fboundp checks.
11015
11016 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
11017 (find-file-noselect-1): Call it here, only if RAWFILE.
11018 (normal-mode): Always set some major mode.
11019 (save-some-buffers-action-alist): Change some explanation strings.
11020 (file-name-non-special): In the `quote' method, use unwind-protect.
11021
11022 2005-08-09 Magnus Henoch <mange@freemail.hu>
11023
11024 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
11025 (ispell-have-aspell-dictionaries): New variable.
11026 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
11027 (ispell-get-aspell-config-value): New function.
11028 (ispell-aspell-find-dictionary): New function.
11029 (ispell-aspell-add-aliases): New function.
11030 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
11031 appropriate. Don't look for ispell dictionaries if we use aspell.
11032 (ispell-menu-map): Don't build a submenu of dictionaries.
11033
11034 2005-08-09 Richard M. Stallman <rms@gnu.org>
11035
11036 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
11037 (sql-read-passwd): Use read-passwd.
11038
11039 * progmodes/idlw-toolbar.el (idlwave-toolbar)
11040 (idlwave-toolbar-is-possible): Add defvars.
11041
11042 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
11043 Avoid warnings.
11044
11045 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
11046 (idlwave-system-class-info, idlwave-executive-commands-alist):
11047 Use defvar.
11048
11049 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
11050
11051 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
11052 Avoid warnings.
11053
11054 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
11055 and content-type: headers.
11056
11057 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
11058
11059 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
11060 and rename some of them to be more self-explanatory.
11061
11062 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
11063
11064 * startup.el (command-line-1): Implement -scriptload.
11065
11066 * replace.el (occur-engine): Initial *Occur* output not undoable.
11067
11068 * menu-bar.el (menu-bar-file-menu): Rename some menu items
11069 and improve help strings.
11070
11071 * isearch.el (isearch-repeat): When changing direction,
11072 mark search successful.
11073
11074 * ediff-init.el: Use (featurep 'xemacs).
11075
11076 * comint.el (send-invisible): Identify buffer, if not selected.
11077
11078 * align.el: Delete autoload for c-guess-basic-syntax.
11079
11080 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
11081
11082 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
11083 Improve argument/docstring consistency. Doc fixes.
11084 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
11085 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
11086 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
11087 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
11088 (r2bv-organization, r2bv-pages, r2bv-primary-author)
11089 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
11090 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
11091 Defvar at compile time.
11092
11093 2005-08-09 Juri Linkov <juri@jurta.org>
11094
11095 * info.el: Replace `info' with upper-case `Info' where appropriate.
11096 (info-title-1, info-title-2, info-title-3, info-title-4)
11097 (info-menu-header): Move up face definitions.
11098 (info-menu-star): Rename from `info-menu-5'.
11099 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
11100 (Info-fontify-visited-nodes): Fix docstring.
11101 (Info-hide-note-references): Fix docstring.
11102 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
11103 menu items in the same way as on cross-references.
11104 (info-apropos): Fix sorting order and formatting to be like in the
11105 stand-alone Info browser. Display error messages for 1 sec.
11106 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
11107 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
11108 from the menu bar.
11109 (Info-insert-dir): Restore point after calling
11110 `insert-buffer-substring'.
11111
11112 2005-08-08 Richard M. Stallman <rms@gnu.org>
11113
11114 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
11115 (recompute-lucid-menubar): Add defvars.
11116
11117 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
11118
11119 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
11120
11121 * net/net-utils.el (run-dig): Rename from `dig'.
11122
11123 * play/gametree.el (gametree-mode): Use make-local-variable,
11124 not make-variable-buffer-local.
11125
11126 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
11127
11128 * ansi-color.el (ansi-color-make-extent)
11129 (ansi-color-set-extent-face): Use fboundp, not functionp.
11130
11131 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
11132 not make-variable-buffer-local.
11133
11134 * bookmark.el (Info-current-file): Add defvar.
11135 (bookmark-jump-noselect): Use with-no-warnings.
11136
11137 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
11138
11139 * ebuff-menu.el (Helper-return-blurb): Add defvar.
11140
11141 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
11142
11143 * find-file.el (ada-procedure-start-regexp)
11144 (ada-package-start-regexp): Add defvars.
11145
11146 * info.el (Info-insert-dir): Use insert-buffer-substring.
11147
11148 * xml.el (xml-att-def-re): Add defvar.
11149
11150 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
11151 calling convention.
11152
11153 * subr.el (while-no-input): Return t if there is input.
11154
11155 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
11156
11157 * cus-start.el (all): Add `overflow-newline-into-fringe'.
11158
11159 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
11160
11161 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
11162 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
11163
11164 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
11165
11166 * cmuscheme.el (scheme-start-file): Replace reference to
11167 `user-emacs-directory' by "~/.emacs.d/".
11168
11169 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
11170
11171 * info.el (Info-dir-remove-duplicates): Avoid case folding
11172 in loop; instead, keep downcased strings for comparison.
11173 Suggested by Helmut Eller.
11174
11175 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
11176
11177 Sync with Tramp 2.0.50.
11178
11179 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
11180 XEmacs case; not necessary anymore.
11181 (tramp-user-regexp): Allow "@" as part of user name.
11182 (tramp-handle-set-visited-file-modtime)
11183 (tramp-handle-insert-file-contents)
11184 (tramp-handle-write-region): No special handling for
11185 `last-coding-system-used, because this is done in
11186 `tramp-accept-process-output' now.
11187 (tramp-accept-process-output): New defun.
11188 (tramp-process-one-action, tramp-process-one-multi-action)
11189 (tramp-wait-for-regexp, tramp-wait-for-output)
11190 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
11191 Howells <dhowells@redhat.com>.
11192 (clear-visited-file-modtime): Defadvice removed. The check for
11193 unset buffer's modtime does not need to be based on
11194 `tramp-buffer-file-attributes'. Suggested by RMS.
11195 (tramp-message): Insert "\n" if not being at beginning of line.
11196 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
11197 sequence with same logic.
11198 (tramp-completion-handle-expand-file-name): Discard call of
11199 `tramp-drop-volume-letter'. It is not necessary, and there have
11200 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
11201 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
11202 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
11203 should always be visible.
11204 (tramp-handle-insert-directory, tramp-setup-complete)
11205 (tramp-set-process-query-on-exit-flag)
11206 (tramp-append-tramp-buffers): Pacify byte-compiler.
11207 (tramp-bug): Delete non-existing variables from list.
11208 Apply `tramp-load-report-modules' as pre-hook.
11209 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
11210 `shell-prompt-pattern' because of non-7bit characters.
11211 Reported by Sebastian Luque <sluque@mun.ca>.
11212 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
11213 (tramp-match-string-list): Remove function.
11214 (tramp-wait-for-regexp): Remove call of that function.
11215 Suggested by Kim F. Storm <storm@cua.dk>.
11216 (tramp-set-auto-save-file-modes): Use octal integer code #o600
11217 instead of octal character code ?\600. The latter resulted in a
11218 syntax error with XEmacs.
11219
11220 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
11221 XEmacs case; not necessary anymore.
11222 (tramp-smb-handle-write-region): No special handling for
11223 `last-coding-system-used, because this is done in
11224 `tramp-accept-process-output' now.
11225 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
11226
11227 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
11228
11229 * wid-edit.el (widget-choice-value-create):
11230 Unconditionally respect user choice. Set :explicit-choice back to nil
11231 when no longer needed.
11232 (widget-choice-action): Unconditionally respect user choice.
11233 Eliminate :explicit-choice-value.
11234
11235 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
11236
11237 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
11238 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
11239 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
11240 running new function `toggle-indicate-empty-lines'.
11241 Rename "Customize" item to "Customize fringe".
11242 Rename "Indicators" item to "Buffer boundaries" and change help echo.
11243 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
11244 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
11245 Delete "Empty lines only" item.
11246 (menu-bar-showhide-fringe-ind-customize): New function.
11247 (menu-bar-showhide-fringe-ind-mixed)
11248 (menu-bar-showhide-fringe-ind-box)
11249 (menu-bar-showhide-fringe-ind-right)
11250 (menu-bar-showhide-fringe-ind-left)
11251 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
11252 instead of `fringe-indicators'.
11253
11254 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11255
11256 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
11257 Change the date of last update.
11258
11259 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
11260
11261 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
11262 (viper-exec-yank, viper-put-back): Don't display modification msg
11263 if in the minibuffer.
11264
11265 * viper-init.el (viper-replace-overlay-cursor-color)
11266 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
11267 Make variables frame local.
11268
11269 * viper-util.el (viper-append-filter-alist): Use append instead of
11270 nconc.
11271
11272 * viper.el (viper-vi-state-mode-list)
11273 (viper-emacs-state-mode-list): Move help-mode and
11274 completion-list-mode from the first list to the second.
11275 (viper-mode): Docstring.
11276 (viper-go-away, viper-non-hook-settings): Don't localize
11277 minor-mode-alist in newer Emacsen. Add advice to
11278 set-cursor-color. Don't bind "\C-c\\".
11279
11280 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
11281
11282 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
11283 (scheme-macro-expand-command): New user options.
11284 (scheme-trace-procedure, scheme-expand-current-form): New commands.
11285 (scheme-form-at-point, scheme-start-file)
11286 (scheme-interactively-start-process): New functions.
11287 (scheme-get-process): New function, extracted from `scheme-proc'.
11288 (run-scheme): Call `scheme-start-file' to get start file, and pass
11289 it to `make-comint'.
11290 (switch-to-scheme, scheme-proc):
11291 Call `scheme-interactively-start-process' if no Scheme buffer/process
11292 is available.
11293
11294 2005-08-06 Juri Linkov <juri@jurta.org>
11295
11296 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11297 Use `compilation-text-face', `compilation-info-text-face' and
11298 `compilation-error-text-face' instead of `font-lock-keyword-face'.
11299 (compilation-error): New face.
11300 (compilation-error-file-name): Inherit from
11301 `compilation-error' instead of `font-lock-warning-face'.
11302 (compilation-warning-file-name): Inherit from
11303 `compilation-warning' instead of `font-lock-warning-face'.
11304 (compilation-info, compilation-error-file-name)
11305 (compilation-warning-file-name, compilation-info-file-name)
11306 (compilation-line-number, compilation-column-number): Doc fix.
11307 (compilation-error-text-face, compilation-warning-text-face)
11308 (compilation-info-text-face): New face variables.
11309 (compilation-line-face, compilation-column-face)
11310 (compilation-enter-directory-face)
11311 (compilation-leave-directory-face): Doc fix.
11312 (compilation-text-face): New function.
11313
11314 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
11315 instead of 1 to display binary file names as info file links.
11316 (grep-error-face): Use `compilation-error-face' instead of
11317 `font-lock-keyword-face'.
11318 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
11319 and `compilation-warning-text-face' instead of
11320 `font-lock-keyword-face'. Use `compilation-error-text-face'
11321 instead of `grep-error-face'.
11322
11323 2005-08-05 Kenichi Handa <handa@m17n.org>
11324
11325 * international/code-pages.el: Add autoload cookies for all coding
11326 systems.
11327
11328 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
11329
11330 * cus-start.el (all): Put undo.c where it alphabetically belongs.
11331
11332 2005-08-04 Juri Linkov <juri@jurta.org>
11333
11334 * progmodes/compile.el (compilation-mode-map):
11335 * progmodes/grep.el (grep-mode-map):
11336 Bind TAB to `compilation-next-error' and [backtab] to
11337 `compilation-previous-error'.
11338
11339 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
11340 matching line numbers, column numbers and their ranges with regexp
11341 matching only line numbers.
11342 (grep-context-face): New face variable.
11343 (grep-mode-font-lock-keywords): Use it.
11344
11345 * faces.el (read-face-name): Delete duplicate faces.
11346
11347 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
11348
11349 * thumbs.el (thumbs-find-image): Don't make variables
11350 automatically buffer local.
11351 (thumbs-current-tmp-filename, thumbs-current-image-filename)
11352 (thumbs-image-num): Make automatically buffer local.
11353 (thumbs-show-thumbs-list): Use `make-local-variable', not
11354 `make-variable-buffer-local'.
11355 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
11356
11357 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
11358 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
11359 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
11360 (bother, bye, canyou, chatlst, continue, deathlst, describe)
11361 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
11362 (feelings-about, foullst, found, hello, history, howareyoulst)
11363 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
11364 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
11365 (neglst, obj, object, owner, please, problems, qlist)
11366 (random-adjective, relation, remlst, repetitive-shortness)
11367 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
11368 (shortlst, something, sportslst, stallmanlst, states, subj)
11369 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
11370 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
11371 Defvar at compile time.
11372
11373 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
11374 not `make-variable-buffer-local'.
11375
11376 2005-08-02 Kim F. Storm <storm@cua.dk>
11377
11378 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
11379 rectangle overlay in selected window.
11380
11381 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
11382
11383 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
11384 instead of display group. Make `indicate-buffer-boundaries'
11385 customizable through Custom.
11386
11387 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
11388
11389 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
11390 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
11391 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
11392 (gdb-put-string): Fix typos in docstrings.
11393
11394 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
11395
11396 Update copyright notices of files in progmodes directory for
11397 release of Emacs 22.1.
11398
11399 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
11400
11401 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
11402 Don't barf if the GUD buffer has been killed.
11403
11404 2005-08-01 Kim F. Storm <storm@cua.dk>
11405
11406 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
11407
11408 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
11409
11410 * simple.el (next-error-follow-minor-mode):
11411 make-variable-buffer-local -> make-local-variable.
11412
11413 * emacs-lisp/cl-extra.el: Require CL also when compiling.
11414
11415 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
11416 (byte-compile-form-make-variable-buffer-local): New functions to warn
11417 about misuses of make-variable-buffer-local where make-local-variable
11418 was meant.
11419
11420 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
11421
11422 * bs.el (bs-attributes-list): Doc fix.
11423 (bs): Update url-link.
11424
11425 * desktop.el (desktop-save-buffer): Fix typos in docstring.
11426 (desktop-load-default): Simplify.
11427
11428 * ibuffer.el (ibuffer-columnize-and-insert-list)
11429 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
11430 (ibuffer-unmark-all, ibuffer-toggle-marks)
11431 (ibuffer-unmark-forward, ibuffer-unmark-backward)
11432 (ibuffer-compile-make-format-form, ibuffer-format-column)
11433 (ibuffer-current-buffers-with-marks)
11434 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
11435 (ibuffer): Doc fix.
11436 (ibuffer-mode): Fix typo in docstring.
11437 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
11438 with `define-obsolete-variable-alias'.
11439 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
11440
11441 2005-07-29 Kenichi Handa <handa@m17n.org>
11442
11443 * international/mule-cmds.el (select-message-coding-system):
11444 Be sure to use LF for end-of-line. If no coding system is decided,
11445 return iso-8859-1-unix.
11446
11447 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
11448
11449 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
11450 (ange-ftp-pending-error-line): New vars.
11451 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
11452 to handle the non-fatal no-route-to-host messages.
11453 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
11454
11455 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
11456
11457 * isearch.el (isearch-mode-map, isearch-other-meta-char)
11458 (isearch-quote-char, isearch-printing-char)
11459 (isearch-text-char-description): "?\ " -> "?\s".
11460 (isearch-lazy-highlight-cleanup)
11461 (isearch-lazy-highlight-initial-delay)
11462 (isearch-lazy-highlight-interval)
11463 (isearch-lazy-highlight-max-at-a-time)
11464 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
11465 Declare with define-obsolete-*-alias macros.
11466 (isearch-forward): Fix typo in docstring.
11467 (search-invisible, search-ring-yank-pointer)
11468 (regexp-search-ring-yank-pointer): Doc fixes.
11469
11470 * recentf.el (recentf-menu-append-commands-p): Declare with
11471 `define-obsolete-variable-alias'.
11472 (recentf-max-saved-items, recentf-menu-filter)
11473 (recentf-arrange-by-rule-subfilter): Doc fixes.
11474 (recentf-menu-append-commands-flag)
11475 (recentf-initialize-file-name-history, recentf-expand-file-name)
11476 (recentf-clear-data): Fix typos in docstrings.
11477
11478 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
11479
11480 * progmodes/gdb-ui.el: Smarten comments.
11481 (gdb-info-breakpoints-custom): Use nowarn when finding file.
11482
11483 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
11484
11485 * term/apollo.el (terminal-init-apollo): New function containing
11486 all former top level forms in the file.
11487 * term/bobcat.el (terminal-init-bobcat):
11488 * term/cygwin.el (terminal-init-cygwin):
11489 * term/iris-ansi.el (terminal-init-iris-ansi):
11490 * term/linux.el (terminal-init-linux):
11491 * term/news.el (terminal-init-news):
11492 * term/rxvt.el (terminal-init-rxvt):
11493 * term/sun.el (terminal-init-sun):
11494 * term/tvi970.el (terminal-init-tvi970):
11495 * term/vt100.el (terminal-init-vt100):
11496 * term/vt102.el (terminal-init-vt102):
11497 * term/vt125.el (terminal-init-vt125):
11498 * term/vt200.el (terminal-init-vt200):
11499 * term/vt201.el (terminal-init-vt201):
11500 * term/vt220.el (terminal-init-vt220):
11501 * term/vt240.el (terminal-init-vt240):
11502 * term/vt300.el (terminal-init-vt300):
11503 * term/vt320.el (terminal-init-vt320):
11504 * term/vt400.el (terminal-init-vt400):
11505 * term/vt420.el (terminal-init-vt420):
11506 * term/wyse50.el (terminal-init-wyse50):
11507 * term/xterm.el (terminal-init-xterm): Likewise.
11508
11509 * term/README: Describe the terminal-init-* functionality.
11510
11511 * startup.el (command-line): After loading the terminal initialization
11512 file call the corresponding terminal initialization function.
11513
11514 2005-07-27 Kenichi Handa <handa@m17n.org>
11515
11516 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
11517 negative.
11518
11519 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
11520 (ps-mule-composition-prologue): Fix for the case that
11521 RelativeCompose is false.
11522
11523 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
11524
11525 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
11526
11527 * descr-text.el (describe-char): Handle the case where the list of
11528 chars is displayed in a separate frame.
11529 Be a bit more discriminating when looking for the char.
11530
11531 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
11532
11533 * bookmark.el (bookmark-automatically-show-annotations)
11534 (bookmark-read-annotation-text-func): Doc fixes.
11535 (bookmark-save): Improve argument/docstring consistency.
11536 (bookmark-get-bookmark, bookmark-get-bookmark-record)
11537 (bookmark-alist-from-buffer)
11538 (bookmark-upgrade-file-format-from-0)
11539 (bookmark-grok-file-format-version)
11540 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
11541 (bookmark-read-annotation-mode)
11542 (bookmark-insert-current-bookmark, bookmark-jump)
11543 (bookmark-exit-hook): Fix typos in docstrings.
11544 (bookmark-exit-hooks): Define as obsolete alias.
11545 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
11546 not `bookmark-exit-hooks'. Fix docstring.
11547 (bookmark-bmenu-select): "?\ " -> "?\s".
11548
11549 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
11550
11551 * startup.el (command-line): Fix typo.
11552
11553 2005-07-24 Richard M. Stallman <rms@gnu.org>
11554
11555 * tooltip.el (tooltip-mode): Test emacs-basic-display,
11556 not emacs-quick-startup.
11557
11558 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
11559
11560 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
11561 (reb-next-match, reb-show-subexp): Use `with-selected-window'
11562 instead of `reb-with-current-window'.
11563 (reb-prev-match): Likewise. Also, don't move left if the search
11564 was unsuccessful.
11565 (reb-initialize-buffer): New function.
11566 (re-builder, reb-change-syntax): Use it.
11567
11568 * man.el (Man-goto-page): Make second argument NOERROR optional.
11569
11570 2005-07-23 Richard M. Stallman <rms@gnu.org>
11571
11572 * man.el (Man-bgproc-sentinel): Check here for failure to find
11573 any man page in the output, and report the error here.
11574 (Man-arguments): Make it permanent local.
11575 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
11576 (Man-mode): Pass t for NOERROR.
11577
11578 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
11579 (grep-mode-font-lock-keywords):
11580 Don't use compilation-...-face for messages that are not file names.
11581
11582 * progmodes/compile.el (compilation-mode-font-lock-keywords):
11583 Don't use compilation-...-face for messages that are not file names.
11584
11585 2005-07-22 Juri Linkov <juri@jurta.org>
11586
11587 * startup.el (normal-splash-screen): Update menu name.
11588
11589 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
11590
11591 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
11592
11593 * term/xterm.el: Load term/rxvt if the terminal is actually an
11594 rxvt terminal.
11595 (xterm-rxvt-set-background-mode): Remove, not used anymore.
11596
11597 * term/rxvt.el (function-key-map): Use substitute-key-definition
11598 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
11599
11600 * term/cygwin.el: New file.
11601
11602 2005-07-22 Kim F. Storm <storm@cua.dk>
11603
11604 * image-file.el (insert-image-file, image-file-yank-handler):
11605 Fix last change to maintain a (unique) yank-handler on yanked images.
11606
11607 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
11608
11609 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
11610 of the file size (as in "177B" for 177 bytes). This happens with
11611 "ls -lh" on FreeBSD.
11612
11613 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
11614
11615 * hilit-chg.el (highlight-changes-global-initial-state)
11616 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11617 (hilit-chg-fixup, highlight-changes-mode):
11618 Fix typos in docstrings.
11619 (highlight-changes-global-modes, highlight-changes-rotate-faces):
11620 Doc fixes.
11621
11622 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
11623
11624 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
11625 mode function using `eval-after-load'.
11626
11627 2005-07-21 Kim F. Storm <storm@cua.dk>
11628
11629 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
11630 included when reporting an emacs crash, and tell about the DEBUG file.
11631
11632 * image-file.el (insert-image-file): Add yank-handler.
11633 (image-file-yank-handler): Yank handler to make unique copies of
11634 images when they are yanked into a buffer next to each other.
11635
11636 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11637
11638 * comint.el (comint-use-prompt-regexp, comint-send-input)
11639 (comint-source-default, comint-extract-string)
11640 (comint-get-source, comint-word, comint-completion)
11641 (comint-source, comint-prompt-read-only, comint-update-fence):
11642 Fix typos in docstrings.
11643 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
11644 Declare with define-obsolete-*-alias macros.
11645 (comint-previous-matching-input-from-input)
11646 (comint-next-matching-input-from-input)
11647 (comint-previous-matching-input, comint-next-matching-input)
11648 (comint-forward-matching-input):
11649 Improve argument/docstring consistency.
11650
11651 * desktop.el (desktop-clear-preserve-buffers-regexp):
11652 Also preserve the *server* buffer.
11653
11654 * simple.el (clone-indirect-buffer): Doc fix.
11655 (fixup-whitespace, just-one-space)
11656 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
11657 (next-error, next-error-highlight)
11658 (next-error-highlight-no-select, next-error-last-buffer)
11659 (next-error-buffer-p, next-error-find-buffer, next-error)
11660 (previous-error, next-error-no-select, previous-error-no-select)
11661 (open-line, split-line, minibuffer-prompt-width, kill-new)
11662 (binary-overwrite-mode): Fix typos in docstrings.
11663 (set-fill-column): Fix typo in message.
11664
11665 * skeleton.el (skeleton-proxy-new): Doc fix.
11666
11667 * strokes.el (strokes-load-hook): Doc fix.
11668 (strokes-grid-resolution, strokes-get-grid-position)
11669 (strokes-renormalize-to-grid, strokes-read-stroke)
11670 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
11671 (strokes-global-map): Fix typos in docstrings.
11672 (strokes-help): Doc fix. Fix help message and pass it through
11673 `substitute-command-keys'.
11674
11675 * tempo.el (tempo-insert-prompt, tempo-interactive)
11676 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
11677 (tempo-insert-string-functions, tempo-local-tags)
11678 (tempo-define-template, tempo-insert-template)
11679 (tempo-insert-prompt-compat, tempo-is-user-element)
11680 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
11681 Fix typos in docstrings.
11682
11683 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
11684 (vcursor-key-bindings, vcursor-use-vcursor-map)
11685 (vcursor-find-window, vcursor-scroll-down)
11686 (vcursor-disable, vcursor-beginning-of-buffer)
11687 (vcursor-end-of-buffer): Fix typos in docstrings.
11688 (vcursor-relative-move, vcursor-get-char-count):
11689 Improve argument/docstring consistency.
11690
11691 * version.el: "?\ " -> "?\s".
11692
11693 * wid-edit.el (widget-default-create, widget-after-change)
11694 (widget-default-format-handler, widget-checklist-add-item)
11695 (widget-radio-add-item, widget-choose, widget-specify-secret)
11696 (widget-field-value-create, widget-field-value-get)
11697 (widget-editable-list-format-handler)
11698 (widget-editable-list-entry-create, widget-group-value-create)
11699 (widget-documentation-link-add)
11700 (widget-documentation-string-value-create): "?\ " -> "?\s".
11701 (widget-convert-text): Doc fix.
11702 (widget-narrow-to-field, widget-field-find)
11703 (widget-url-link-action, widget-emacs-library-link-action)
11704 (widget-color-notify): Fix typos in docstrings.
11705
11706 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
11707 (x-select-text, set-w32-system-coding-system)
11708 (w32-add-charset-info): Fix typos in docstrings.
11709
11710 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
11711 (cua-enable-cua-keys, cua-use-hyper-key)
11712 (cua-virtual-rectangle-edges): Fix typos in docstrings.
11713 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
11714
11715 * net/tramp.el (tramp-handle-load): Fix typo in error message.
11716
11717 * emacs-lisp/re-builder.el (regexp-builder): Declare with
11718 `defalias' instead of faking it.
11719
11720 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
11721 (eshell-ls-missing, eshell-ls-dired-initial-args)
11722 (eshell-ls-use-in-dired): Fix typos in docstrings.
11723
11724 2005-07-20 Kim F. Storm <storm@cua.dk>
11725
11726 * emulation/cua-base.el (cua-mode): Improve doc string.
11727
11728 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
11729
11730 * abbrev.el (expand-region-abbrevs): Doc fix.
11731 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
11732 Improve argument/docstring consistency.
11733
11734 * arc-mode.el (archive-get-descr, archive-alternate-display):
11735 Doc fixes.
11736 (archive-l-e): Improve argument/docstring consistency.
11737 (archive-tmpdir, archive-unixdate, archive-unixtime)
11738 (archive-chmod-entry): Fix typos in docstrings.
11739 (archive-unflag, archive-unflag-backwards)
11740 (archive-unmark-all-files): "?\ " -> "?\s".
11741
11742 * buff-menu.el (Buffer-menu-unmark): Doc fix.
11743 (Buffer-menu-not-modified, Buffer-menu-execute)
11744 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
11745 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
11746
11747 * composite.el (compose-string, encode-composition-rule)
11748 (compose-last-chars): Fix typos in docstrings.
11749
11750 * desktop.el (desktop-enable, desktop-basefilename):
11751 Declare with `define-obsolete-variable-alias'.
11752 (desktop-internal-v2s): Don't quote keywords.
11753 (desktop-clear): "?\ " -> "?\s".
11754
11755 * dired.el (dired-align-file, dired-flag-backup-files)
11756 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
11757 (dired-listing-switches, dired-ls-F-marks-symlinks)
11758 (dired-dwim-target, dired-load-hook, dired-mode-hook)
11759 (dired-directory, dired-faces, dired, dired-revert)
11760 (dired-mode, dired-summary, dired-view-file)
11761 (dired-copy-filename-as-kill, dired-delete-file)
11762 (dired-no-confirm, dired-unmark-all-marks)
11763 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
11764 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
11765 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
11766 Fix typos in message strings.
11767
11768 * dired-x.el (virtual-dired): Declare with `defalias'.
11769 (dired-mark-unmarked-files, dired-local-variables-file)
11770 (dired-omit-here-always): Doc fix.
11771 (dired-omit-mode, dired-find-subdir)
11772 (dired-enable-local-variables, dired-clean-up-buffers-too)
11773 (dired-extra-startup, dired-mark-extension, dired-jump)
11774 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
11775 (dired-smart-shell-command, dired-guess-shell-alist-user)
11776 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
11777 (dired-x-bind-find-file, dired-x-submit-report):
11778 Fix typos in docstrings.
11779 (dired-mark-unmarked-files): "?\ " -> "?\s".
11780
11781 * dirtrack.el (dirtrack-list): Fix typos in docstring.
11782
11783 * faces.el (describe-face): "?\ " -> "?\s".
11784 (read-all-face-attributes, read-face-font, modify-face)
11785 (face-attr-construct, italic): Fix typos in docstrings.
11786 (frame-update-face-colors): Declare with
11787 `define-obsolete-function-alias'.
11788
11789 * files.el (find-file-noselect, recode-file-name): Doc fixes.
11790 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
11791 (magic-mode-alist, buffer-file-numbers-unique)
11792 (write-file-functions, get-free-disk-space):
11793 Fix typos in docstrings.
11794 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
11795 (write-contents-hooks, write-file-hooks):
11796 Declare with `define-obsolete-variable-alias'.
11797
11798 * forms-d2.el (arch-rj): Fix typo in docstrings.
11799 (arch-tocol): Likewise. "?\ " -> "?\s".
11800
11801 * frame.el (set-frame-font, cursor-in-non-selected-windows):
11802 Fix typo in docstring.
11803 (set-screen-width, set-screen-height): Delete redundant info in
11804 doctrings.
11805 (new-frame, screen-height, screen-width): Declare with
11806 `define-obsolete-function-alias'.
11807 (delete-frame-hook, blink-cursor): Declare with
11808 `define-obsolete-variable-alias'.
11809
11810 * paths.el (prune-directory-list): Fix typos in docstring.
11811
11812 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
11813 (cvs-prefix-get): Fix typos in docstrings.
11814
11815 * ps-print.el (ps-extend-face-list, ps-extend-face)
11816 (ps-print-background-image): Fix typos in docstrings.
11817 (ps-default-fg, ps-default-bg): Doc fixes.
11818
11819 * s-region.el (s-region-bind): Doc fix.
11820 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
11821
11822 * textmodes/org.el (org-table-formula-substitute-names)
11823 (org-table-get-vertical-vector): Doc fixes.
11824 (org-table-recalculate): Remove unused argument to `message'.
11825
11826 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
11827
11828 * textmodes/org.el (org-table-column-names)
11829 (org-table-column-name-regexp)
11830 (org-table-named-field-locations): New variables.
11831 (org-archive-subtree): Protect `this-command' when calling
11832 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
11833 the kill buffer.
11834 (org-complete): Remove fixed-formula completion.
11835 (org-edit-formulas-map): New variable.
11836 (org-table-edit-formulas): New command.
11837 (org-finish-edit-formulas, org-abort-edit-formulas)
11838 (org-show-variable, org-table-get-vertical-vector): New functions.
11839 (org-table-maybe-eval-formula): Handle `:=' fields.
11840 (org-table-get-stored-formulas, org-table-store-formulas)
11841 (org-table-get-formula, org-table-modify-formulas)
11842 (org-table-replace-in-formulas): Handle named field formulas.
11843 (org-table-get-specials): Store locations of named fields.
11844
11845 2005-07-19 Juri Linkov <juri@jurta.org>
11846
11847 * progmodes/grep.el (grep-regexp-alist)
11848 (grep-mode-font-lock-keywords, grep-process-setup):
11849 Use default GNU grep match color "01;31m" instead of "01;41m".
11850 (grep-regexp-alist, grep-mode-font-lock-keywords):
11851 Use `\\[[0-9]*m' instead of `\\[00m'.
11852 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
11853 sgr_start where its handling is more important. Use the real
11854 length of sgr_start instead of constant 8.
11855 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
11856 specially. Delete all remaining escape sequences.
11857 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
11858 (grep-regexp-alist): Make hyperlink only for binary file name
11859 instead of the whole line.
11860 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
11861 (grep-mode): Add autoload.
11862
11863 * emacs-lisp/find-func.el (find-function-regexp):
11864 Add `define-compilation-mode'.
11865
11866 2005-07-19 Juri Linkov <juri@jurta.org>
11867
11868 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
11869 (compare-windows-sync-string-size, compare-windows-recenter)
11870 (compare-windows-highlight, compare-windows): Add version 22.1.
11871 (compare-windows) <defface>: Inherit from lazy-highlight instead
11872 of duplicating its default value.
11873
11874 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
11875 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
11876
11877 * descr-text.el (describe-char): Create link buttons for `charset'
11878 and `code point'. Add the current input method name with a link
11879 button to `to input' field. Print face names of display table
11880 characters in `The display table entry is displayed by' section
11881 instead of printing face-id in the `display' field.
11882 Guess hardcoded faces and create a link button for them.
11883 Skip empty fields when calculating max-width.
11884 Treat `widget-create' specially while inserting strings from the
11885 collected field list.
11886 (describe-char-after): Made obsolete in version 22.1, not 21.5.
11887
11888 * diff-mode.el (diff-file-header): Change foreground color from
11889 yellow to green on light backgrounds.
11890 (diff-context): Inherit from `shadow' only for color/grayscale
11891 with more than 88 colors.
11892 (diff-indicator-removed, diff-indicator-added)
11893 (diff-indicator-changed): New faces.
11894 (diff-font-lock-keywords): Use new faces. Regroup rules.
11895 Add "^---$" for `normal' diff format. Fontify `#' lines with
11896 font-lock-comment-delimiter-face and font-lock-comment-face.
11897 Add `#' to ^[^...] in the rule for `diff-context-face'.
11898
11899 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
11900 a button-like box. Inherit from `highlight' on low colors.
11901 (shadow): Use shades of gray only for color/grayscale with
11902 more than 88 colors. Use green for light backgrounds with
11903 8 colors, and yellow for dark backgrounds with 8 colors.
11904
11905 * font-lock.el (font-lock-regexp-grouping-backslash):
11906 Don't inherit from escape-glyph (use bold for all cases).
11907
11908 * info.el (info-xref-visited): Use light foreground color `violet'
11909 for dark backgrounds instead of dark color `magenta3'.
11910 (info-title-1): Use `yellow' color for dark backgrounds.
11911
11912 * isearch.el (isearch): Use not-too-dark magenta3 instead of
11913 too-light magenta2.
11914
11915 * replace.el (match): Use slightly more light RoyalBlue3 instead
11916 of dark RoyalBlue4.
11917
11918 * wid-edit.el (widget-inactive): Inherit from `shadow'.
11919
11920 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
11921
11922 * novice.el (disabled-command-hook): Declare it with
11923 `define-obsolete-variable-alias'.
11924
11925 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
11926 (desktop-buffer-misc-functions, desktop-buffer-handlers)
11927 (desktop-load-default): Add release to obsolescence info.
11928 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
11929 (desktop-append-buffer-args, desktop-read):
11930 Fix typos in docstrings.
11931 (desktop-kill): Fix typo in message.
11932 (desktop-save): Doc fix.
11933
11934 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
11935
11936 * viper-cmd.el (viper-escape-to-state): Bug fix.
11937 (viper-envelop-ESC-key): Change the definition of fast
11938 keysequence so it'll work with keyboard macros.
11939
11940 * ediff.el (ediff-patch-buffer): Change the docstring.
11941
11942 2005-07-19 Kenichi Handa <handa@m17n.org>
11943
11944 * international/mule-cmds.el (select-safe-coding-system): Try to
11945 use an auto-coding (if any) before anything else. If the found
11946 auto-coding is invalid, show a warning message.
11947
11948 * international/mule.el (find-auto-coding): New function created
11949 by modifying the body of set-auto-coding.
11950 (set-auto-coding): Use find-auto-coding to find a coding.
11951
11952 2005-07-18 Richard M. Stallman <rms@gnu.org>
11953
11954 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
11955 not isearch-mode-end-hook-error.
11956 (allout-before-change-protect): Fix error message.
11957
11958 2005-07-18 Juri Linkov <juri@jurta.org>
11959
11960 * allout.el (allout-mode):
11961 * calculator.el (calculator-copy):
11962 * custom.el (custom-known-themes):
11963 * dired.el (dired-desktop-buffer-misc-data)
11964 (dired-restore-desktop-buffer):
11965 * dired-x.el (dired-omit-marker-char):
11966 * files.el (basic-save-buffer):
11967 * font-core.el (font-lock-mode):
11968 * calendar/calendar.el (calendar-goto-hebrew-date)
11969 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
11970 (calendar-goto-persian-date):
11971 * language/ethio-util.el (ethio-sera-to-fidel-region):
11972 * textmodes/picture.el (picture-mode):
11973 Delete duplicate duplicate words.
11974
11975 2005-07-18 Juri Linkov <juri@jurta.org>
11976
11977 * isearch.el (isearch-mode-map): Remove key bindings for regexp
11978 chars * ? } |.
11979 (isearch-fallback): Don't call `isearch-process-search-char'.
11980 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
11981 (isearch-process-search-char): Call `isearch-fallback' for regexp
11982 chars * ? } |.
11983 (isearch-return-char): Make obsolete with `make-obsolete' instead
11984 of simply documenting it as obsolete in the docstring.
11985 (isearch-fallback): Refill docstring.
11986
11987 * international/isearch-x.el
11988 (isearch-process-search-multibyte-characters): Remove unneeded
11989 `concat'. Add intermediate values to `junk-hist' instead of
11990 `minibuffer-history'. Test the length of `str'.
11991
11992 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
11993
11994 * allout.el (allout-resolve-xref): Fix typos in error strings.
11995 (allout-before-change-protect): Remove unneeded `concat'.
11996
11997 * array.el (array-mode, array-reconfigure-rows)
11998 (untabify-backward): Fix typos in docstrings.
11999 (array-reconfigure-rows): Use `insert-buffer-substring', not
12000 `insert-buffer'.
12001
12002 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
12003 * progmodes/ada-mode.el (ada-make-body):
12004 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
12005
12006 * dired.el (dired-log):
12007 * tar-mode.el (tar-subfile-save-buffer):
12008 * play/zone.el (zone-pgm-stress-destress):
12009 Use `insert-buffer-substring', not `insert-buffer'.
12010
12011 2005-07-17 Simon Josefsson <jas@extundo.com>
12012
12013 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
12014
12015 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
12016
12017 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
12018 Add plain auth method.
12019 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
12020
12021 2005-07-17 Kim F. Storm <storm@cua.dk>
12022
12023 * ido.el (dired-other-window): Add ido property.
12024
12025 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
12026
12027 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12028 Fix typo in docstring.
12029 (byte-compile-interactive-only-functions): Add `insert-buffer' and
12030 `insert-file-literally'.
12031
12032 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
12033 info and delete redundant message. Doc fix.
12034 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
12035 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
12036
12037 2005-07-16 Richard M. Stallman <rms@gnu.org>
12038
12039 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
12040 (byte-compile-and): Use byte-compile-and-recursion.
12041 (byte-compile-or-recursion): New function.
12042 (byte-compile-or): Use that.
12043 (byte-compile-if): Guard the else-clause too.
12044 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
12045
12046 * isearch.el (isearch-mode-end-hook-quit): New variable.
12047 (isearch-done): Bind it.
12048 (isearch-mode-end-hook): Doc fix.
12049
12050 * allout.el (allout-isearch-did-quit): Variable deleted.
12051 (allout-real-isearch-abort): Function name no longer used.
12052 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
12053 (allout-isearch-rectification): isearch-mode always exists.
12054 Don't set allout-isearch-did-quit.
12055 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
12056 allout-isearch-did-quit.
12057 (allout-enwrap-isearch): Just add the hook.
12058 (allout-isearch-abort): Function deleted.
12059 (allout-pre-command-business): Avoid warning.
12060
12061 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
12062 Correctly avoid warnings.
12063 (pascal-outline): Likewise.
12064
12065 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
12066
12067 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
12068
12069 * play/tetris.el (tetris-mode): Avoid warning.
12070
12071 * play/snake.el (snake-mode): Avoid warning.
12072
12073 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
12074 (gamegrid-set-display-table): Avoid warning.
12075 (gamegrid-set-timer): Likewise.
12076 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
12077 (gamegrid-add-score-with-update-game-score-1): Take FILE
12078 as argument.
12079 (gamegrid-add-score-with-update-game-score): Pass that argument.
12080 Rename have-shared-game-dir to gamegrid-shared-game-dir.
12081
12082 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
12083
12084 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
12085 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
12086
12087 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
12088 and insert-file.
12089
12090 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
12091 (sc-ask): Avoid warnings.
12092
12093 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
12094 (eshell-hist-initialize): Use that var the natural way.
12095
12096 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
12097
12098 * emacs-lisp/re-builder.el (reb-cook-regexp):
12099 Avoid warning calling lre-compile-string.
12100 (reb-color-display-p): Avoid warning.
12101
12102 * calculator.el (calculator-last-input): Guard uses
12103 of event-key and key-press-event-p.
12104 (event-key, key-press-event-p): Delete definitions.
12105
12106 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
12107 (find-gc-source-directory, find-gc-subrs-callers)
12108 (find-gc-noreturn-list, find-gc-source-files)
12109 (find-gc-subrs-called): Vars renamed and defvar'd.
12110
12111 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
12112 (checkdoc-overlay-put, checkdoc-delete-overlay)
12113 (checkdoc-overlay-start, checkdoc-overlay-end)
12114 (checkdoc-mode-line-update, checkdoc-char=):
12115 Define such that compiler knows they are defined.
12116 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
12117 (checkdoc-read-event): Delete. Use read-event directly.
12118
12119 * whitespace.el (whitespace-make-overlay)
12120 (whitespace-overlay-put, whitespace-delete-overlay)
12121 (whitespace-overlay-start, whitespace-overlay-end):
12122 Define such that compiler knows they are defined.
12123 (whitespace): Move conditional inside.
12124
12125 * tempo.el (tempo-insert-template): Suppress warning.
12126
12127 * ediff-diff.el (longlines-mode): Add defvar.
12128
12129 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
12130
12131 * server.el: Bind "C-x #" in a way that works even if C-x is
12132 redefined to a command key, not a prefix key.
12133
12134 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12135
12136 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
12137 cl-make-type-test till execution time.
12138
12139 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
12140
12141 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
12142 arg ARG and use it.
12143
12144 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
12145
12146 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
12147
12148 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
12149
12150 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12151 a defcustom with two :set or :type keywords.
12152
12153 2005-07-15 Richard M. Stallman <rms@gnu.org>
12154
12155 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
12156 Don't give ^M comment-end syntax.
12157
12158 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
12159
12160 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
12161 Don't consider gdbmi (gdb-mi.el has its own update functions).
12162 (gdb-var-delete): Make it work for gdbmi as well.
12163 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
12164
12165 * progmodes/gud.el (etags, sdb): Only require etags when needed.
12166 (gud-speedbar-menu-items): Correct logic for enabling items.
12167
12168 2005-07-15 Kim F. Storm <storm@cua.dk>
12169
12170 * ido.el: Fix commentary.
12171 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
12172 Use with-no-warnings around ffap-guesser.
12173 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
12174 Let bind minibuffer-completing-file-name to t.
12175
12176 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
12177
12178 * startup.el (site-run-file, keyboard-type): Doc fixes.
12179 (command-line): Check for "--basic-display" argument; also for
12180 "--quick", not "--bare-bones" (which was renamed).
12181 (fancy-splash-text): Add missing item "Getting New Versions".
12182 (normal-splash-screen): Fix typos and improve consistency with
12183 `fancy-splash-text'. Update copyright year.
12184
12185 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
12186 valid binding for `help-char'.
12187
12188 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
12189
12190 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
12191
12192 * term.el (term-mode): Disable cua-mode for term buffers.
12193
12194 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
12195
12196 * add-log.el (add-log-mailing-address, change-log-merge):
12197 Doc fixes.
12198 (change-log-get-method-definition): Fix typo in docstring.
12199
12200 2005-07-14 Kim F. Storm <storm@cua.dk>
12201
12202 * emulation/cua-base.el:
12203 (cua--pre-command-handler-1, cua--pre-command-handler)
12204 (cua--post-command-handler-1, cua--post-command-handler):
12205 Split in two. Check (buffer local) value of cua-mode.
12206 (cua-selection-mode): New command.
12207
12208 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
12209
12210 * custom.el (custom-initialize-safe-set)
12211 (custom-initialize-safe-default): Doc fixes.
12212
12213 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12214 and simplify :init-value again.
12215
12216 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12217 and simplify :init-value again. Delete autoload.
12218
12219 * startup.el (command-line): Use `custom-reevaluate-setting' again
12220 for tooltip-mode.
12221
12222 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
12223 a defcustom with two :initialize keywords.
12224
12225 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
12226
12227 * allout.el (my-mark-marker, allout-isearch-prior-pos)
12228 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
12229 (allout-post-command-business, allout-flag-region)
12230 (isearch-reenable-font-lock, allout-yank)
12231 (allout-insert-latex-header, allout-insert-latex-trailer)
12232 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
12233 (allout-latex-verb-quote): Fix typos in docstrings.
12234 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
12235 (allout-unprotected, allout-prefix-data):
12236 Improve argument/docstring consistency.
12237 (allout-chart-subtree): Fix argument spec.
12238 (allout-open-topic): Rename `use_sib_bullet' argument to
12239 `use-sib-bullet'. Doc fix.
12240
12241 * whitespace.el (whitespace-check-buffer-leading)
12242 (whitespace-check-buffer-trailing)
12243 (whitespace-check-buffer-indent)
12244 (whitespace-check-buffer-spacetab)
12245 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
12246 (whitespace-check-leading-whitespace)
12247 (whitespace-check-trailing-whitespace)
12248 (whitespace-check-spacetab-whitespace)
12249 (whitespace-check-indent-whitespace)
12250 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
12251 (whitespace-modes): Fix typos in docstrings.
12252 (defgroup, defcustom): Doc fixes.
12253
12254 * winner.el (winner-mode, winner-boring-buffers)
12255 (winner-pending-undo-ring): Doc fixes.
12256 (winner-ring): Remove unneeded `progn'.
12257 (winner-equal): `defsubst' it.
12258 (winner-redo): Fix message.
12259
12260 2005-07-13 Kim F. Storm <storm@cua.dk>
12261
12262 * simple.el (line-move-1): Always use vertical-motion to
12263 do the last (or only) line move to ensure some movement.
12264 Undo 2005-06-23 change--don't check for overlays.
12265
12266 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12267
12268 * term/mac-win.el (ccl-encode-mac-roman-font)
12269 (ccl-encode-mac-centraleurroman-font)
12270 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
12271 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
12272 Change charset-id boundary of dimension to ?\xef.
12273 (mac-char-fontspec-list): New constant.
12274 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
12275 argument. Nil uses itself as family in font-spec. Previous
12276 behavior for nil is now provided by non-nil non-string argument.
12277 All callers changed. Add font-specs for Mac fonts to
12278 "fontset-default" unless iso8859-1 fonts are installed.
12279
12280 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
12281
12282 * progmodes/sh-script.el (sh-get-indent-info): Only indent
12283 a continuation line if the \ is preceded by SPC or TAB.
12284 (sh-get-indent-info): Simplify.
12285 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
12286 Use with-current-buffer.
12287
12288 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
12289 when the matched text is empty.
12290
12291 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
12292
12293 * startup.el (command-line): Revert to previous handling of
12294 tooltip-mode. Explain in comment why the complexity is needed.
12295
12296 * tooltip.el (tooltip-mode): Revert to previous implementation of
12297 its defcustom.
12298
12299 * frame.el (blink-cursor-mode): Revert to previous implementation
12300 of its defcustom. Update comment.
12301
12302 2005-07-12 Lars Hansen <larsh@soem.dk>
12303
12304 * desktop.el: Update e-mail address.
12305
12306 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12307
12308 * term/mac-win.el (mac-services-mail-selection)
12309 (mac-services-mail-to): New functions.
12310 (mac-application-menu-map): Bind them.
12311
12312 2005-07-12 wulei <milton@wulei.net> (tiny change)
12313
12314 * progmodes/gdb-ui.el: Add note about buffering with Windows.
12315
12316 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
12317
12318 * custom.el (custom-reevaluate-setting): Doc fix.
12319
12320 2005-07-11 Jay Belanger <belanger@truman.edu>
12321
12322 * calc/calc.el (calc-embedded-announce-formula-alist)
12323 (calc-embedded-open-close-plain-alist)
12324 (calc-embedded-open-close-mode-alist): Add checks for additional
12325 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
12326
12327 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
12328
12329 * custom.el (custom-enable-theme): Don't add theme to
12330 `custom-enabled-themes' with `push' because there is no
12331 setf-method for `delq'.
12332
12333 2005-07-11 Richard M. Stallman <rms@gnu.org>
12334
12335 * custom.el (custom-declare-variable): Doc fix.
12336
12337 * dired-aux.el (dired-compare-directories): Remove "." and ".."
12338 from the alists.
12339
12340 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
12341 Do nothing if edebug-active.
12342
12343 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
12344 (edebug-display): Do it here instead.
12345
12346 2005-07-10 Richard M. Stallman <rms@gnu.org>
12347
12348 * cus-face.el (custom-theme-set-faces): Make it work.
12349 (custom-reset-faces): Doc fix.
12350 (custom-theme-reset-internal-face, custom-theme-face-value):
12351 Functions deleted.
12352
12353 * custom.el (custom-push-theme): Maintain list of the settings
12354 of a given theme in its theme-settings property.
12355 Maintain position of old settings in the theme-value
12356 or theme-face property.
12357 (custom-enabled-themes): New variable.
12358 (custom-theme-enabled-p): New function.
12359 (provide-theme): Update custom-enabled-themes.
12360 Disable and reenable the `user' theme.
12361 (require-theme): Doc fix.
12362 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
12363 (custom-theme-value, custom-theme-variable-value): Likewise.
12364 (custom-theme-reset-internal): Likewise.
12365 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
12366 (custom-enable-theme, custom-disable-theme): New functions.
12367 (custom-variable-theme-value, custom-face-theme-value): Likewise.
12368 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
12369 (custom-theme-reset-variables): Simplify.
12370 (deftheme, custom-declare-theme, custom-make-theme-feature):
12371 Definitions moved.
12372
12373 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
12374
12375 * longlines.el (longlines-show-region)
12376 (longlines-unshow-hard-newlines): Recognize hard newlines by
12377 non-nil hard property, instead of t.
12378
12379 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
12380
12381 * viper-cmd.el (viper--key-maps): New variable.
12382 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
12383 emulation-mode-map-alists.
12384 (viper-envelop-ESC-key): Use viper-subseq.
12385 (viper-search-forward/backward/next): Disable debug-on-error.
12386
12387 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
12388 (viper-ESC-key): New defcustoms.
12389
12390 * viper-macs.el (ex-map-read-args): Use viper-subseq.
12391
12392 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
12393 (viper-subseq): Copy of subseq from cl.el.
12394
12395 * viper.el (viper-go-away, viper-set-hooks): Use
12396 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
12397
12398 * viper-mous.el (viper-current-frame-saved): Use defvar.
12399
12400 * viper-init.el: Get rid of -face in face names.
12401
12402 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
12403 Make it work with longlines mode
12404
12405 * ediff-mult.el (ediff-meta-mode-hook): New variable.
12406
12407 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
12408
12409 * ediff-init.el: Get rid of -face in face names.
12410
12411 2005-07-10 Richard M. Stallman <rms@gnu.org>
12412
12413 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
12414 and with-timeout-unsuspend.
12415
12416 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
12417 and with-timeout-unsuspend.
12418
12419 * emacs-lisp/timer.el (with-timeout-timers): New variable.
12420 (with-timeout): Bind that variable to record timers.
12421 (with-timeout-suspend, with-timeout-unsuspend): New functions.
12422
12423 * emacs-lisp/debug.el (debug-help-follow): New function.
12424 (debugger-mode-map): Use that instead of help-follow.
12425 (debugger-setup-buffer): Use eval-buffer-list
12426 to handle eval-buffer frames.
12427
12428 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
12429
12430 * timezone.el (timezone-parse-date): Change first regexp
12431 so it will not mistakenly match dates with no time zone.
12432
12433 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
12434
12435 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
12436
12437 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
12438
12439 * custom.el (custom-initialize-safe-set)
12440 (custom-initialize-safe-default): New functions.
12441
12442 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
12443 and simplify :init-value.
12444
12445 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
12446 and simplify :init-value. Delete obsolete comment.
12447
12448 * startup.el (command-line): Use `custom-reevaluate-setting' to
12449 handle `tooltip-mode'. Delete obsolete comment.
12450
12451 * files.el (set-visited-file-name): Avoid calling
12452 `file-name-nondirectory' with a nil argument.
12453
12454 2005-07-09 Richard M. Stallman <rms@gnu.org>
12455
12456 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
12457 was called with nil for the buffer, handle the read position right.
12458 Handle read position for eval-region, too.
12459
12460 2005-07-09 Juri Linkov <juri@jurta.org>
12461
12462 * fringe.el (fringe-mode): Add period in docstring.
12463 (fringe-query-style): Build prompt depending on `all-frames' arg.
12464
12465 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
12466 to not create links to unrelated functions in the Help buffer.
12467
12468 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
12469 Doc fix.
12470
12471 * simple.el (next-error-hook): New variable.
12472 (next-error): Use it. Doc fix.
12473
12474 * textmodes/ispell.el (ispell-command-loop): Add current
12475 dictionary name and program name to mode-line-format.
12476 (ispell-region, ispell-process-line): Add current dictionary name
12477 and program name to messages.
12478
12479 2005-07-08 Jay Belanger <belanger@truman.edu>
12480
12481 * calc/calc.el (calc-embedded-announce-formula-alist)
12482 (calc-embedded-open-close-formula-alist)
12483 (calc-embedded-open-close-word-alist)
12484 (calc-embedded-open-close-plain-alist)
12485 (calc-embedded-open-close-new-formula-alist)
12486 (calc-embedded-open-close-mode-alist)
12487 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
12488 (calc-embedded-mode-hook): New variables.
12489
12490 * calc/calc-embed.el (calc-embedded-firsttime)
12491 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
12492 New variables.
12493 (calc-do-embedded): Use calc-embedded-firsttime,
12494 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
12495 determine whether or not to run hooks.
12496 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
12497 calc-embedded-firsttime-formula appropriately.
12498 Set calc-embedded delimiter variables according to mode.
12499
12500 2005-07-08 Richard M. Stallman <rms@gnu.org>
12501
12502 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
12503 Check for "emacs", etc., as entire symbol, not just as word.
12504 (checkdoc-file-comments-engine): Use regexp-quote on FN.
12505
12506 * files.el (set-visited-file-name): Report the error
12507 for "empty filename" earlier.
12508 (kill-some-buffers): Ignore buffers already dead.
12509
12510 * fringe.el (fringe-mode): Doc fix.
12511
12512 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
12513 Check for (featurep 'xemacs) and turn off warnings in what it guards.
12514 Use unwind-protect to ensure byte-compile-unresolved-functions
12515 is updated.
12516
12517 * whitespace.el (whitespace-buffer-leading-cleanup):
12518 Simplify w/ skip-chars-forward.
12519 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
12520
12521 * mail/rmail.el (rmail-only-expunge): Fix paren error.
12522 Unconditionally try to leave point at the same old place.
12523
12524 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
12525
12526 * comint.el (comint-postoutput-scroll-to-bottom)
12527 (comint-show-maximum-output): Take scroll-margin into consideration.
12528
12529 2005-07-08 Kim F. Storm <storm@cua.dk>
12530
12531 * ido.el (ido-use-filename-at-point): New choice `guess'.
12532 (ido-file-internal): Try ffap-guesser if selected.
12533
12534 * ido.el (ido-before-fallback-functions): New hook.
12535 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
12536 (ido-read-file-name): Run it.
12537
12538 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
12539
12540 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
12541 strings rather than a list of symbols to the completion function.
12542
12543 2005-07-07 Jay Belanger <belanger@truman.edu>
12544
12545 * calc/calc-units.el (math-apply-units): Change the places in
12546 which units are simplified.
12547
12548 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
12549
12550 * cus-edit.el (customize-option, customize-option-other-window):
12551 Make them handle aliases.
12552
12553 * custom.el (custom-variable-p): Make it recursively follow
12554 aliases. Mention that in the docstring.
12555
12556 2005-07-07 Richard M. Stallman <rms@gnu.org>
12557
12558 * cus-start.el (exec-path): Use `directory' instead of `file'.
12559 Fix tag for nil.
12560
12561 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12562
12563 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
12564 when called non-interactively. Doc fix.
12565
12566 2005-07-07 Lute Kamstra <lute@gnu.org>
12567
12568 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
12569 new address as well.
12570
12571 2005-07-07 Kenichi Handa <handa@m17n.org>
12572
12573 * international/mule.el (make-coding-system):
12574 Describe `ascii-incompatible' property in the docstring.
12575 (set-file-name-coding-system): Signal an error if coding-system is
12576 ascii-incompatible.
12577 (set-keyboard-coding-system): Likewise.
12578
12579 * international/mule-cmds.el (set-default-coding-systems):
12580 Don't set default-file-name-coding-system and
12581 default-keyboard-coding-system if coding-system is ASCII-incompatible.
12582
12583 * international/utf-16.el: Declare that all UTF-16-based coding
12584 systems are ASCII-incompatible.
12585
12586 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
12587
12588 * progmodes/gud.el: Require font-lock for displaying errors.
12589 Used by gdb-ui.el.
12590
12591 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
12592
12593 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
12594 values for the pattern lists which are `read'able but not
12595 `append'able (like symbols).
12596
12597 2005-07-06 Richard M. Stallman <rms@gnu.org>
12598
12599 * progmodes/flymake.el (flymake-float-time): Instead of
12600 with-no-warnings, test for xemacs.
12601 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
12602 to avoid warning.
12603
12604 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
12605
12606 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
12607
12608 2005-07-05 Lute Kamstra <lute@gnu.org>
12609
12610 * battery.el: Add support for Darwin (with much debugging help
12611 from Samuel Lauber <sam124@operamail.com>).
12612 (battery-status-function, battery-echo-area-format)
12613 (battery-mode-line-format): Add support for pmset on Darwin.
12614 (battery-load-low, battery-load-critical): New user options.
12615 (battery-pmset): New function.
12616
12617 2005-07-05 Lute Kamstra <lute@gnu.org>
12618
12619 Update FSF's address in GPL notices.
12620
12621 * textmodes/page-ext.el: Update FSF's address.
12622
12623 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
12624
12625 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
12626 filling from using prefix when filling a single-line docstring.
12627
12628 * progmodes/flymake.el: Remove useless eval-when-compile.
12629
12630 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
12631
12632 2005-07-04 Richard M. Stallman <rms@gnu.org>
12633
12634 * textmodes/org.el (org-file-apps-defaults-gnu):
12635 Rename from org-file-apps-defaults-linux.
12636 (org-default-apps): Don't test system-type for `linux'.
12637 (org-file-apps): Doc fix.
12638
12639 2005-07-04 David Ponce <david@dponce.com>
12640
12641 * tree-widget.el: Improve header Commentary section.
12642 (tree-widget) [defgroup]
12643 (tree-widget-image-enable, tree-widget-themes-directory)
12644 (tree-widget-theme, tree-widget-image-properties-emacs)
12645 (tree-widget-image-properties-xemacs, tree-widget-create-image)
12646 (tree-widget-image-formats, tree-widget-control)
12647 (tree-widget-empty-control, tree-widget-leaf-control
12648 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
12649 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
12650 (tree-widget-keep, tree-widget-after-toggle-functions)
12651 (tree-widget-open-node, tree-widget-close-node): Doc fix.
12652 (tree-widget-open-control, tree-widget-close-control): Fix doc and
12653 :help-echo message.
12654 (tree-widget-set-theme): Doc fix. Use `string-equal'.
12655 (tree-widget-image-properties): Doc fix. Clearer implementation.
12656 (tree-widget--cursors): New constant.
12657 (tree-widget-lookup-image): New function split from
12658 `tree-widget-find-image'. Clearer implementation.
12659 (tree-widget-find-image): Use it.
12660 (tree-widget-button-keymap): Use `set-keymap-parent'.
12661 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
12662 Define the sub-widgets here.
12663 (tree-widget-node): Check that :node is not a tree-widget.
12664 (tree-widget-get-super, tree-widget-open-control)
12665 (tree-widget-close-control, tree-widget-empty-control)
12666 (tree-widget-leaf-control, tree-widget-guide)
12667 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
12668 (tree-widget-no-handle, tree-widget-value-delete)
12669 (tree-widget-map): Remove.
12670 (tree-widget-children-value-save): Doc fix. Simplified.
12671 (tree-widget-value-create): Update according to previous changes.
12672
12673 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
12674
12675 * textmodes/org.el: Leading space replaced by TABS.
12676 (org-recalc-marks, org-table-rotate-recalc-marks)
12677 (org-table-get-specials): Treat "^" and "_" marks.
12678 (org-table-justify-field-maybe): Optional argument NEW.
12679 (org-table-eval-formula): Parsing of the format simplified.
12680 New modes C,I. Honor the %= parameter in the current table.
12681 Avoid unnecessary re-align by using the NEW argument to
12682 `org-table-justify-field-maybe'.
12683 (org-calc-default-modes): Default for date-format mimicks org-mode.
12684 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
12685
12686 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
12687
12688 * cus-face.el (custom-theme-set-faces): Make it handle face
12689 aliases whose alias declarations are pre- or autoloaded.
12690
12691 2005-07-04 Juri Linkov <juri@jurta.org>
12692
12693 * faces.el (read-face-name): Put the code for getting a face name
12694 from the buffer before adding the faces from the `face' property.
12695 Use `completing-read-multiple' instead of `completing-read'.
12696 Require `crm'. Add default value and post-process the returned
12697 list of faces.
12698
12699 * emacs-lisp/crm.el (crm-find-current-element)
12700 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
12701
12702 * emacs-lisp/lisp-mode.el (eval-defun-1):
12703 * emacs-lisp/edebug.el (edebug-eval-defun):
12704 Remove unnecessary quotes.
12705
12706 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
12707
12708 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
12709 (prolog-indent-level): Fix typo in docstring.
12710
12711 * info.el (Info-history, Info-history-forward)
12712 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
12713
12714 * add-log.el (add-change-log-entry):
12715 * comint.el (comint-dynamic-list-input-ring)
12716 (comint-dynamic-list-completions):
12717 * dabbrev.el (dabbrev-expand):
12718 * delim-col.el (delimit-columns-rectangle-line):
12719 * diff-mode.el (diff-context->unified, diff-reverse-direction)
12720 (diff-unified->context):
12721 * ediff-init.el (ediff-abbrev-jobname):
12722 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
12723 (ediff-replace-session-activity-marker-in-meta-buffer):
12724 * info.el (Info-summary):
12725 * lpr.el (printify-region):
12726 * printing.el (pr-create-interface):
12727 * ps-print.el (ps-print-quote):
12728 * ses.el (ses-column-widths, ses-print-cell)
12729 (ses-adjust-print-width, ses-center):
12730 * shell.el (shell-file-name-quote-list):
12731 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
12732 (strokes-fill-current-buffer-with-whitespace)
12733 (strokes-xpm-for-stroke, strokes-list-strokes)
12734 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
12735 * term.el (term-dynamic-list-input-ring)
12736 (term-dynamic-list-completions):
12737 * calc/calc.el (math-format-stack-value):
12738 * emacs-lisp/edebug.el (edebug-display-freq-count):
12739 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
12740 (delphi-new-comment-line):
12741 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
12742 * progmodes/executable.el (executable-set-magic):
12743 * progmodes/python.el (inferior-python-mode):
12744 * progmodes/scheme.el (scheme-mode-syntax-table):
12745 * progmodes/sh-script.el (sh-maybe-here-document):
12746 * progmodes/sql.el (sql-copy-column):
12747 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
12748 * textmodes/bibtex.el (bibtex-mode):
12749 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
12750 (sgml-auto-attributes):
12751 * textmodes/table.el (table-insert, table-shorten-cell)
12752 (table--generate-source-scan-lines, table-delete-row)
12753 (*table--cell-delete-char, table--spacify-frame)
12754 (table--horizontally-shift-above-and-below)
12755 (table--cell-insert-char, table--cell-blank-str)
12756 (table--fill-region-strictly):
12757 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
12758 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
12759
12760 * add-log.el (change-log):
12761 * apropos.el (apropos):
12762 * comint.el (comint-completion, comint-source):
12763 * dabbrev.el (dabbrev):
12764 * delim-col.el (columns):
12765 * diff-mode.el (diff-mode):
12766 * ediff.el (ediff):
12767 * ediff-diff.el (ediff-diff):
12768 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
12769 * ediff-mult.el (ediff-mult):
12770 * ediff-ptch.el (ediff-ptch):
12771 * ediff-wind.el (ediff-window):
12772 * facemenu.el (facemenu):
12773 * indent.el (indent):
12774 * info.el (info):
12775 * jka-cmpr-hook.el (compression, jka-compr):
12776 * lpr.el (lpr):
12777 * outline.el (outlines):
12778 * pcmpl-cvs.el (pcmpl-cvs):
12779 * pcmpl-rpm.el (pcmpl-rpm):
12780 * printing.el (printing):
12781 * ps-print.el (postscript, ps-print, ps-print-horizontal)
12782 (ps-print-vertical, ps-print-headers, ps-print-font)
12783 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
12784 (ps-print-background, ps-print-printer, ps-print-page)
12785 (ps-print-miscellany):
12786 * ses.el (ses):
12787 * shell.el (shell, shell-directories, shell-faces):
12788 * startup.el (initialization):
12789 * strokes.el (strokes):
12790 * term.el (term):
12791 * uniquify.el (uniquify):
12792 * w32-vars.el (w32):
12793 * calc/calc.el (calc):
12794 * emacs-lisp/bytecomp.el (bytecomp):
12795 * emacs-lisp/cl-indent.el (lisp-indent):
12796 * emacs-lisp/edebug.el (edebug):
12797 * emacs-lisp/elp.el (elp):
12798 * emacs-lisp/testcover.el (testcover):
12799 * emacs-lisp/trace.el (trace):
12800 * emulation/viper-ex.el (viper-ex):
12801 * emulation/viper-mous.el (viper-mouse):
12802 * mail/mailalias.el (mailalias):
12803 * mail/supercite.el (supercite, supercite-frames)
12804 (supercite-attr, supercite-cite, supercite-hooks):
12805 * net/rcompile.el (remote-compile):
12806 * net/rlogin.el (rlogin):
12807 * obsolete/ooutline.el (outlines):
12808 * progmodes/delphi.el (delphi):
12809 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
12810 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
12811 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
12812 (ebnf-optimization):
12813 * progmodes/etags.el (etags):
12814 * progmodes/executable.el (executable):
12815 * progmodes/idlwave.el (idlwave):
12816 * progmodes/pascal.el (pascal):
12817 * progmodes/prolog.el (prolog):
12818 * progmodes/python.el (python):
12819 * progmodes/scheme.el (scheme):
12820 * progmodes/sh-script.el (sh, sh-script):
12821 * progmodes/sql.el (SQL):
12822 * progmodes/tcl.el (tcl):
12823 * textmodes/bibtex.el (bibtex, bibtex-autokey):
12824 * textmodes/enriched.el (enriched):
12825 * textmodes/makeinfo.el (makeinfo):
12826 * textmodes/sgml-mode.el (sgml):
12827 * textmodes/table.el (table-hooks):
12828 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
12829 * textmodes/texinfo.el (texinfo):
12830 * textmodes/two-column.el (two-column):
12831 Finish `defgroup' description with period.
12832
12833 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
12834 * eshell/esh-var.el (eshell-var):
12835 * progmodes/vhdl-mode.el (vhdl-testbench):
12836 * textmodes/org.el (org): Fix typos in docstrings.
12837
12838 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
12839 consistency.
12840
12841 * progmodes/flymake.el (flymake-find-file): Remove.
12842 (flymake-float-time): Use `with-no-warnings'.
12843 (flymake-check-start-time, flymake-check-was-interrupted)
12844 (flymake-err-info, flymake-is-running, flymake-last-change-time)
12845 (flymake-new-err-info): `defvar' at compile time.
12846
12847 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
12848
12849 * replace.el (occur-hook): Doc fix.
12850 (occur-1): Don't call `occur-hook' if there are no matches.
12851
12852 2005-07-03 Richard M. Stallman <rms@gnu.org>
12853
12854 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
12855 global-map, save the same map.
12856 (global-map): Don't alter it at top level.
12857 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
12858 Then alter it here instead.
12859 (tpu-edt-off): Set global-map to the saved one.
12860
12861 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
12862 All references simplified.
12863 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
12864 (zmacs-regions): Add defvar.
12865 (repeat-complex-command-map): Everything about that deleted.
12866
12867 * textmodes/artist.el (artist-key-is-drawing)
12868 (artist-key-endpoint1, artist-key-poly-point-list)
12869 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
12870 (artist-key-compl-table, artist-rb-save-data)
12871 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
12872 Don't put them in eval-when-compile.
12873 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
12874
12875 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
12876 Use with-no-warnings.
12877
12878 * net/browse-url.el (dos-windows-version): Add defvar.
12879
12880 * mail/supercite.el (filladapt-prefix-table): Add defvar.
12881
12882 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
12883 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
12884 (rmail-new-summary-line-count): Rename from new-summary-line-count.
12885 Add defvar.
12886 (rmail-summary-beginning-of-message): Use with-no-warnings.
12887 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
12888
12889 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
12890 Use with-no-warnings.
12891
12892 * emulation/vi.el (vi-mark-region): Use c-mark-function.
12893 (c-mark-function): Add point-moving-unit property.
12894 (vi-goto-line): Use with-no-warnings.
12895
12896 * emulation/edt.el (edt-last-copied-word): Add defvar.
12897 (zmacs-region-stays): Likewise.
12898 (edt-mark-section-wisely): Use c-mark-function for C.
12899 Use makr-defun for Fortran.
12900 (time-string): defvar deleted.
12901 (edt-display-the-time): Don't set time-string.
12902
12903 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
12904
12905 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
12906 Don't warn when name is not constant
12907 or for defining the group `emacs'.
12908
12909 * tooltip.el (gud-tooltip-mode): Add defvar.
12910
12911 * startup.el (default-frame-background-mode): Add defvar.
12912
12913 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
12914
12915 * info.el (tool-bar-map): Add defvar.
12916
12917 * dired.el (dnd-protocol-alist): Add defvar.
12918
12919 * dired-aux.el (dired-query): Display question with answer, when
12920 the user answers.
12921
12922 * custom.el (custom-add-option): Doc fix.
12923
12924 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
12925
12926 2005-07-03 Eli Zaretskii <eliz@gnu.org>
12927
12928 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
12929 bogus name from the last change.
12930
12931 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
12932
12933 * custom.el (custom-declare-variable): Fix typos in comment.
12934 (custom-known-themes): Doc fix.
12935 (custom-theme-directory): New defcustom.
12936 (require-theme): Make it check `custom-theme-directory'.
12937
12938 * cus-theme.el (custom-new-theme-mode): New function.
12939 (custom-theme-name, custom-theme-variables, custom-theme-faces)
12940 (custom-theme-description): Add compiler defvars.
12941 (customize-create-theme): Add doc to the "*New Custom Theme*"
12942 buffer. Use `custom-new-theme-mode'.
12943 (custom-theme-write): Put the created buffer in emacs-lisp-mode
12944 and save it to the `custom-theme-directory'. Make this the
12945 default directory of the buffer.
12946
12947 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
12948
12949 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
12950 Fix unbalanced parentheses.
12951
12952 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
12953
12954 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
12955 into flymake-mode and delegate to flymake-mode.
12956
12957 * find-file.el (ff-which-function-are-we-in): Clean up.
12958
12959 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
12960
12961 * replace.el (occur-rename-buffer): Fix docstring.
12962
12963 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
12964 (edt-last-copied-word, edt-learn-macro-count)
12965 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
12966 (edt-rect-start-point, edt-user-global-map, rect-start-point)
12967 (time-string, zmacs-region-stays):
12968 * emulation/edt-mapper.el (edt-save-function-key-map)
12969 (EDT-key-name): `defvar' to silence the byte-compiler.
12970
12971 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
12972
12973 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
12974 font-lock-regexp-backslash. Doc fix.
12975 (font-lock-regexp-backslash-grouping-construct): Rename from
12976 font-lock-regexp-backslash-construct. Doc fix.
12977 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
12978 grouping constructs.
12979
12980 2005-07-02 Eli Zaretskii <eliz@gnu.org>
12981
12982 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
12983 updating all the prerequisites.
12984
12985 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
12986
12987 * textmodes/org.el (org-agenda-start-on-weekday)
12988 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
12989 (org-agenda-use-time-grid, org-archive-location)
12990 (org-allow-space-in-links, org-usenet-links-prefer-google)
12991 (org-enable-table-editor, org-export-default-language)
12992 (org-export-html-show-new-buffer, org-fill-paragraph)
12993 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
12994 (org-goto-quit, org-occur, org-eval-in-calendar)
12995 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
12996 (org-agenda-diary-entry, org-remember-help)
12997 (org-table-convert-region, org-at-table-p)
12998 (org-table-move-row-down, org-table-move-row-up)
12999 (org-table-copy-region, org-table-toggle-vline-visibility)
13000 (org-table-get-stored-formulas, org-table-get-specials)
13001 (org-recalc-commands, org-table-eval-formula)
13002 (org-table-formula-substitute-names, orgtbl-make-binding)
13003 (org-format-org-table-html, org-format-table-table-html)
13004 (org-format-table-table-html-using-table-generate-source)
13005 (org-customize): Fix typos in docstrings.
13006 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
13007 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
13008 (org-back-to-heading): Doc fixes.
13009 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
13010 (org-agenda-change-all-lines, org-get-header):
13011 Improve argument/docstring consistency.
13012 (orgtbl-error): Fix error message.
13013
13014 * progmodes/flymake.el (flymake-find-possible-master-files)
13015 (flymake-master-file-compare, flymake-get-line-err-count)
13016 (flymake-highlight-line, flymake-gui-warnings-enabled):
13017 Fix typos in docstrings.
13018 (flymake-parse-line, flymake-get-project-include-dirs-function)
13019 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
13020 Doc fixes.
13021 (flymake-get-project-include-dirs-function)
13022 (flymake-make-err-menu-data):
13023 Improve argument/docstring consistency.
13024
13025 2005-07-01 Lute Kamstra <lute@gnu.org>
13026
13027 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
13028 Catch errors with ignore-errors. Use temporary buffer.
13029 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
13030
13031 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
13032 background color faces.
13033 (facemenu-set-foreground, facemenu-set-background):
13034 Use facemenu-set-face-from-menu.
13035 (facemenu-set-face-from-menu): Treat face names that start with
13036 "fg:" or "bg:" as special.
13037 (facemenu-add-new-color): Don't create faces. Simplify.
13038
13039 2005-06-30 Richard M. Stallman <rms@gnu.org>
13040
13041 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
13042 (crm-find-current-element): Likewise.
13043
13044 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
13045
13046 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
13047
13048 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
13049
13050 * arc-mode.el (archive-extract): Make it work as a mouse binding.
13051 (archive-mouse-extract): Make it an obsolete alias.
13052 (archive-mode-map): Don't use archive-mouse-extract any more.
13053 (archive-mode, archive-extract): write-contents-hooks ->
13054 write-contents-functions.
13055 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
13056 first arg.
13057 (archive-rename-entry): Update the call.
13058 (archive-zip-summarize): Remove unused var `method'.
13059 (archive-lzh-summarize): Remove unused var `creator'.
13060
13061 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
13062 dedicated frame upon exit.
13063
13064 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
13065 (archive-zip-extract, archive-zip-expunge)
13066 (archive-zip-update, archive-zip-update-case): Use executable-find.
13067 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
13068 Use restore-buffer-modified-p.
13069 (archive-extract, archive-add-new-member, archive-write-file-member):
13070 Use with-current-buffer.
13071 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
13072
13073 2005-06-30 Andreas Schwab <schwab@suse.de>
13074
13075 * progmodes/gud.el (gud-filter): Remove unneeded progn.
13076
13077 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
13078
13079 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
13080
13081 2005-06-30 Juri Linkov <juri@jurta.org>
13082
13083 * faces.el (vertical-border): Inherit from mode-line-inactive
13084 only on tty.
13085
13086 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
13087
13088 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
13089 example, -NLINES in the `occur' docstring).
13090
13091 * replace.el (occur-1): When no matches are found, do not set the
13092 `buffer-read-only' and modified flags for the occur buffer,
13093 because it is deleted.
13094
13095 * emulation/cua-base.el (cua-check-pending-input)
13096 (cua-repeat-replace-region, cua-mode, cua-debug)
13097 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
13098 Fix typos in docstrings.
13099
13100 * emulation/cua-gmrk.el (cua-toggle-global-mark)
13101 (cua-cut-region-to-global-mark)
13102 (cua--cut-rectangle-to-global-mark):
13103 Remove period from end of messages.
13104
13105 * emulation/cua-rect.el (cua-do-rectangle-padding):
13106 Remove period from end of messages.
13107 (cua--rectangle-seq-format): Fix typo in docstring.
13108 (cua-sequence-rectangle, cua-fill-char-rectangle):
13109 Improve argument/docstring consistency.
13110
13111 2005-06-29 Juri Linkov <juri@jurta.org>
13112
13113 * faces.el (default-frame-background-mode): New internal variable.
13114 (frame-set-background-mode): Use it.
13115
13116 * startup.el (normal-top-level): Set default-frame-background-mode
13117 instead of frame-background-mode. Before setting it, test for its
13118 nil value. Remove tests for frame-background-mode and frame
13119 parameter `reverse'. Add test for "unspecified-fg".
13120
13121 * term/xterm.el (xterm-rxvt-set-background-mode):
13122 * term/rxvt.el (rxvt-set-background-mode):
13123 Set default-frame-background-mode instead of frame-background-mode.
13124
13125 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
13126
13127 * simple.el (set-variable): Warn about obsolete user variables.
13128
13129 * imenu.el (imenu--completion-buffer):
13130 * mouse.el (mouse-buffer-menu-alist):
13131 * msb.el (msb-invisible-buffer-p):
13132 * calendar/diary-lib.el (diary-header-line-format):
13133 * emacs-lisp/pp.el (pp-buffer):
13134 * progmodes/cperl-mode.el (cperl-do-auto-fill):
13135 * textmodes/picture.el (picture-replace-match):
13136 Change space constants followed by a sexp to "?\s ".
13137
13138 * play/decipher.el (decipher-loop-with-breaks):
13139 * textmodes/texinfo.el (texinfo-insert-@item): Change space
13140 constants "protected" from end of line by a comment to "?\s".
13141
13142 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13143
13144 * font-lock.el (save-buffer-state): Use `declare'.
13145
13146 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
13147 reset the syntax-table to cperl-mode-syntax-table.
13148 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
13149 "foo_print_bar" is not matched as a reserved keyword.
13150
13151 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
13152
13153 * textmodes/org.el (orgtbl-setup): New function, for delayed
13154 setup for the orgtbl commands.
13155 (org-calc-default-modes): New option.
13156 (orgtbl-make-binding): Use `defun' to get better help display.
13157 (org-diary): Call `org-compile-prefix-format'.
13158 (org-table-formula-substitute-names): New function.
13159 (org-agenda-day-view, org-agenda-week-view): New commands.
13160 (org-agenda-toggle-week-view): Command removed.
13161 (org-tbl-menu): Split off from org-org-menu.
13162 (org-mode): Move removal of outline-mode menus to here.
13163 (org-table-formula-debug): New option.
13164 (org-table-insert-row): Keep first field if just "#" or "*".
13165 (org-mode): Paragraph regexps fixed.
13166 (org-table-recalculate-regexp): New constant.
13167 (org-table-justify-field-maybe): Avoid replace if not necessary.
13168 (org-copy-special, org-cut-special): Use `call-interactively'.
13169 (org-table-copy-region): Take region from `interactive' call.
13170 (org-trim): Return string even if no match.
13171 (org-formula): New face.
13172 (org-set-font-lock-defaults): No longer highlight "FIXME".
13173 But highlight formula-related fields in table.
13174 (org-table-p): Use regexp, not fontification.
13175 (org-table-align): Handle white space at end of line.
13176 (org-table-formula-evaluate-inline): New option.
13177 (org-mode): Auto-wrapping in comment lines turned off.
13178 (org-table-copy-down): Evaluate only in copied field, not in
13179 destination.
13180 (org-table-current-formula): Variable removed.
13181 (org-table-store-formulas, org-table-get-stored-formulas)
13182 (org-table-modify-formulas, org-table-replace-in-formulas)
13183 (org-table-maybe-eval-formula): New functions.
13184 (org-table-get-formula): Modify to use stored formulas.
13185 (org-table-insert-column, org-table-delete-column)
13186 (org-table-move-column): Call `org-table-modify-formulas'.
13187 (org-complete): Add completion for keyword formulas.
13188 (orgtbl-mode): Pull orgtbl-mode-map to start of
13189 minor-mode-map-alist.
13190
13191 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
13192
13193 * progmodes/python.el (python-check): Require `compile' before
13194 modifying its variables.
13195
13196 * newcomment.el (comment-indent-default): Don't get fooled by an early
13197 end of buffer.
13198
13199 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13200
13201 * ps-print.el (ps-print-version): Fix version number.
13202
13203 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
13204
13205 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
13206
13207 2005-06-28 Richard M. Stallman <rms@gnu.org>
13208
13209 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
13210 (flyspell-local-mouse-map): Declaration deleted.
13211 (flyspell-mouse-map): Bind only mouse-2.
13212 (flyspell-mode-map): Don't test flyspell-use-local-map.
13213 (flyspell-overlay-keymap-property-name): Var deleted.
13214 (flyspell-mode-on): Don't make local bindings for
13215 flyspell-mouse-map and flyspell-mode-map.
13216 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
13217
13218 * textmodes/ispell.el (ispell-word): Do not ignore short words.
13219
13220 * progmodes/compile.el (compilation-next-error-function):
13221 Don't switch buffers; operate on the current buffer.
13222
13223 * progmodes/compile.el (compilation-error-file-name)
13224 (compilation-warning-file-name, compilation-info-file-name)
13225 (compilation-line-number, compilation-column-number): New faces.
13226 (compilation-error-face, compilation-warning-face)
13227 (compilation-info-face, compilation-line-face)
13228 (compilation-column-face): Use them.
13229
13230 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
13231
13232 * comint.el (comint-password-prompt-regexp): Accept ", try again".
13233
13234 * bindings.el (global-map): Bind insertchar and its variants.
13235
13236 2005-06-27 Richard M. Stallman <rms@gnu.org>
13237
13238 * textmodes/artist.el (artist-text-overwrite)
13239 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
13240
13241 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13242
13243 * ps-print.el: It was not working the page selection for printing.
13244 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
13245 (ps-print-version): New version 6.6.7.
13246 (ps-end-sheet): New fun.
13247 (ps-header-sheet, ps-end-job): Call it.
13248
13249 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
13250
13251 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
13252
13253 2005-06-27 Lute Kamstra <lute@gnu.org>
13254
13255 * facemenu.el (facemenu-unlisted-faces): Add foreground and
13256 background color faces.
13257 (facemenu-get-face): Delete function.
13258 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
13259 (facemenu-add-new-color): Make second argument mandatory.
13260 Create the appropriate face and return it. Simplify.
13261 (facemenu-set-foreground, facemenu-set-background): Don't check if
13262 color is defined. Use return value of facemenu-add-new-color.
13263
13264 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
13265
13266 * progmodes/gud.el (gud-filter): Add missing argument to
13267 with-selected-window.
13268
13269 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
13270
13271 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
13272 a :require to the defcustom.
13273
13274 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
13275 defcustoms corresponding to minor modes.
13276
13277 2005-06-26 David Ponce <david@dponce.com>
13278
13279 * recentf.el: Require tree-widget instead of wid-edit.
13280 (recentf-filename-handler): Fix widget :type.
13281 (recentf-cancel-dialog, recentf-open-more-files)
13282 (recentf-open-files-action): Doc fix.
13283 (recentf-dialog-goto-first): New function.
13284 (recentf-dialog-mode-map): Set parent keymap first.
13285 (recentf-dialog-mode): Define with define-derived-mode.
13286 Don't display continuation lines in dialogs.
13287 (recentf-edit-list): Rename from recentf-edit-selected-items.
13288 (recentf-edit-list-select): Rename from recentf-edit-list-action.
13289 Simplify.
13290 (recentf-edit-list-validate): New function.
13291 (recentf-edit-list): Update accordingly.
13292 (recentf-open-files-item-shift): Remove.
13293 (recentf-open-files-item): Convert menu elements into tree and
13294 link widgets. Don't create the widgets.
13295 (recentf-open-files): Update accordingly.
13296 (recentf-save-list): Untabify.
13297
13298 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
13299
13300 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
13301 (keep-lines): Add INTERACTIVE arg. Never delete lines only
13302 partially contained in the active region. Do not take active
13303 region into account when called from Lisp, unless INTERACTIVE arg
13304 is non-nil. Use `forward-line' instead of `beginning-of-line' to
13305 avoid trouble with fields. Make marker point nowhere when no
13306 longer used. Always return nil. Doc fix.
13307 (flush-lines): Add INTERACTIVE arg. Do not take active region
13308 into account when called from Lisp, unless INTERACTIVE arg is
13309 non-nil. Use `forward-line' instead of `beginning-of-line' to
13310 avoid trouble with fields. Make marker point nowhere when no
13311 longer used. Always return nil. Doc fix.
13312 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
13313 interchangeable. Do not take active region into account when
13314 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
13315 message in echo area when called from Lisp, unless INTERACTIVE arg
13316 is non-nil. Avoid saying "1 occurrences". Do not use markers.
13317 Return the number of matches. Doc fix.
13318 (occur): Doc fix.
13319 (perform-replace): Make comment follow double space convention for
13320 the sake of `outline-minor-mode'.
13321
13322 * faces.el (facep): Doc fix.
13323
13324 2005-06-25 Richard M. Stallman <rms@gnu.org>
13325
13326 * facemenu.el (facemenu-enable-faces-p): New function.
13327 (facemenu-background-menu, facemenu-foreground-menu)
13328 (facemenu-face-menu): Add menu-enable property.
13329
13330 * jka-compr.el (jka-compr-insert-file-contents):
13331 Special handling if cannot find the uncompression program.
13332
13333 * cus-face.el (custom-face-attributes): Add autoload.
13334
13335 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
13336 Bind comment-indent-function locally.
13337
13338 * window.el (save-selected-window): Use save-current-buffer.
13339
13340 * subr.el (with-selected-window): Use save-current-buffer.
13341
13342 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
13343 and with-current-buffer.
13344
13345 2005-06-24 Richard M. Stallman <rms@gnu.org>
13346
13347 * simple.el (line-move-1): Fix previous change.
13348
13349 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
13350
13351 * replace.el (occur-1): Set `buffer-read-only' and the
13352 buffer-modified flag before running `occur-hook' to protect
13353 against unintentional buffer switches that can lead to data loss.
13354
13355 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
13356
13357 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
13358 (gud-gdb-marker-filter): Use font-lock-warning-face for any
13359 initial error.
13360
13361 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
13362 after fresh input.
13363 (gdb-var-create-handler): Put name of expression in quotes.
13364
13365 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
13366
13367 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
13368 elements of RING in order, and without bogus nil elements.
13369
13370 2005-06-23 Richard M. Stallman <rms@gnu.org>
13371
13372 * simple.el (set-variable): Args renamed; doc fix.
13373 (line-move-1): When there are overlays around, use vertical-motion.
13374
13375 * faces.el (escape-glyph): Use brown against light background.
13376 (nobreak-space): Rename from no-break-space.
13377 Fix previous change.
13378
13379 * dired-aux.el (dired-do-copy): Fix arg prompt.
13380
13381 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
13382
13383 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
13384
13385 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
13386 rather than "Distributor".
13387
13388 2005-06-23 Lute Kamstra <lute@gnu.org>
13389
13390 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
13391 (debug-on-entry): Use it. New interactive declaration that uses
13392 function-called-at-point.
13393
13394 2005-06-23 Kim F. Storm <storm@cua.dk>
13395
13396 * subr.el (save-match-data): Add comment about using evaporate arg
13397 to set-match-data.
13398
13399 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
13400
13401 * cus-edit.el (customize-face)
13402 (customize-face-other-window): Handle face aliases.
13403
13404 * faces.el (face-documentation, set-face-attribute)
13405 (face-spec-set): Handle face aliases.
13406
13407 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
13408
13409 * help-mode.el (help-make-xrefs): If a symbol representing a face
13410 name is not followed by the word "face", it could still be a
13411 function or variable name, so don't bypass other checks.
13412
13413 2005-06-22 Juri Linkov <juri@jurta.org>
13414
13415 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
13416 Replace aliased functions with calls where second arg `inherit' is t.
13417
13418 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
13419
13420 * progmodes/gdb-ui.el (gdb-error): New variable.
13421 (gdb-error): New function.
13422 (gdb-annotation-rules): Act on error-begin and error annotations.
13423 (gdb-concat-output): Use font-lock-warning-face for errors.
13424
13425 2005-06-22 Miles Bader <miles@gnu.org>
13426
13427 * bindings.el (propertized-buffer-identification): Use renamed
13428 `Buffer-menu-buffer' face.
13429
13430 * faces.el (vertical-border): Rename from `vertical-divider'.
13431 (escape-glyph): Change dark-background color back to `cyan'.
13432
13433 2005-06-21 Juri Linkov <juri@jurta.org>
13434
13435 * faces.el (face-user-default-spec): Try getting `customized-face'
13436 prior to `saved-face'.
13437 (frame-background-mode): Refill docstring.
13438
13439 * emacs-lisp/lisp-mode.el (eval-defun-1):
13440 * emacs-lisp/edebug.el (edebug-eval-defun):
13441 Set `saved-face' temporarily to nil before calling form.
13442 Set `customized-face' to the new spec after that.
13443
13444 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
13445
13446 * subr.el (1value, lambda, key-substitution-in-progress):
13447 Doc fixes.
13448
13449 * autoinsert.el (auto-insert-alist):
13450 * ses.el (ses-call-printer):
13451 * subr.el (noreturn):
13452 * emacs-lisp/lisp.el (check-parens):
13453 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
13454 * net/browse-url.el (browse-url-mosaic):
13455 * progmodes/cc-defs.el (c-safe-scan-lists):
13456 * progmodes/ebnf-abn.el (ebnf-abn-lex):
13457 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
13458 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
13459 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
13460 * progmodes/ebnf-iso.el (ebnf-iso-lex):
13461 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
13462
13463 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
13464
13465 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
13466
13467 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
13468
13469 * calendar/appt.el (appt-make-list): Activate the package, if
13470 not already active (for backwards compatibility).
13471
13472 2005-06-20 Kim F. Storm <storm@cua.dk>
13473
13474 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
13475
13476 2005-06-20 Miles Bader <miles@gnu.org>
13477
13478 * faces.el (vertical-divider): New face.
13479
13480 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
13481
13482 * simple.el (kill-whole-line): Doc fix.
13483 (next-error-buffer-p, next-error-find-buffer)
13484 (clone-indirect-buffer): Fix typos in docstrings.
13485 (comment-line-break-function): Doc fix: don't say variable
13486 is automatically buffer-local (it isn't).
13487
13488 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
13489
13490 * net/tramp-ftp.el (top):
13491 * net/tramp-smb.el (top):
13492 * net/tramp-util.el (top):
13493 * net/tramp-uu.el (top):
13494 * net/tramp-vc.el (top):
13495 * net/tramp.el (top): Revert copyright years back to original
13496 ones. Tramp has a life outside GNU Emacs.
13497
13498 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
13499
13500 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
13501
13502 2005-06-18 Juri Linkov <juri@jurta.org>
13503
13504 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
13505 end of first regexp to limit the match to the position between
13506 line number and source line with same separator character as used
13507 between file name and line number. In the second regexp limit
13508 mouse-face area to file name and line number by adding new group
13509 for them and referring it in HYPERLINK arg.
13510 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
13511 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
13512 previous line where grep markers may be already removed.
13513
13514 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
13515
13516 * progmodes/ps-mode.el: Update version and maintainer's email address.
13517
13518 2005-06-18 Steve Youngs <steve@xemacs.org>
13519
13520 * net/browse-url.el (browse-url-browser-function)
13521 (browse-url-default-browser): Add firefox.
13522 (browse-url-firefox-program, browse-url-firefox-arguments)
13523 (browse-url-firefox-startup-arguments)
13524 (browse-url-firefox-new-window-is-tab): New defcustoms.
13525 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
13526
13527 2005-06-17 Richard M. Stallman <rms@gnu.org>
13528
13529 * startup.el (command-line): Warn if specified user name has
13530 no home directory.
13531
13532 * term.el (term-get-old-input, term-input-filter, term-input-sender)
13533 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
13534
13535 * longlines.el (longlines-mode, longlines-show-hard-newlines):
13536 Doc fixes.
13537
13538 * faces.el (underline): Try bold if terminal doesn't support underline.
13539
13540 * mail/sendmail.el (mail-setup-with-from): New variable.
13541 (mail-insert-from-field): New function.
13542 (sendmail-send-it): Call it.
13543 (mail-setup): Optionally call it here.
13544
13545 * term/linux.el: Call tty-no-underline.
13546
13547 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
13548
13549 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
13550
13551 2005-06-17 Miles Bader <miles@gnu.org>
13552
13553 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
13554 (ediff-current-diff-C, ediff-current-diff-Ancestor)
13555 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
13556 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
13557 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
13558 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
13559 Remove "-face" suffix from face names.
13560 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13561 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13562 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13563 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13564 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13565 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13566 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13567 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13568 New backward-compatibility aliases for renamed faces.
13569 (ediff-current-diff-face-A, ediff-current-diff-face-B)
13570 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
13571 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13572 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13573 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13574 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13575 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13576 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13577 Use renamed ediff faces.
13578
13579 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
13580 Remove "-face" suffix from face names.
13581 (eshell-test-ok-face, eshell-test-failed-face):
13582 New backward-compatibility aliases for renamed faces.
13583 (eshell-run-test): Use renamed eshell-test faces.
13584
13585 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
13586 face name.
13587 (eshell-prompt-face): New backward-compatibility alias for renamed
13588 face.
13589 (eshell-emit-prompt): Use renamed eshell-prompt face.
13590
13591 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
13592 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
13593 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
13594 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
13595 Remove "-face" suffix from face names.
13596 (eshell-ls-directory-face, eshell-ls-symlink-face)
13597 (eshell-ls-executable-face, eshell-ls-readonly-face)
13598 (eshell-ls-unreadable-face, eshell-ls-special-face)
13599 (eshell-ls-missing-face, eshell-ls-archive-face)
13600 (eshell-ls-backup-face, eshell-ls-product-face)
13601 (eshell-ls-clutter-face):
13602 New backward-compatibility aliases for renamed faces.
13603 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
13604
13605 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
13606 Remove "-face" suffix from face name.
13607 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
13608 instead of literal face.
13609
13610 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
13611
13612 * emacs-lisp/warnings.el (display-warning, lwarn)
13613 (warning-minimum-log-level): Doc fixes.
13614 (warning-minimum-level, warning-minimum-log-level):
13615 Add :debug to :type choices.
13616
13617 * progmodes/ada-mode.el (ada-format-paramlist)
13618 (ada-get-indent-case, ada-check-matching-start)
13619 (ada-check-defun-name, ada-goto-matching-decl-start)
13620 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
13621 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
13622 (ada-make-subprogram-body): Follow error conventions.
13623 (ada-case-exception-file, ada-indent-comment-as-code)
13624 (ada-indent-handle-comment-special, ada-indent-renames)
13625 (ada-indent-return, ada-search-directories-internal)
13626 (ada-tab-policy, ada-case-exception-substring)
13627 (ada-other-file-alist, ada-matching-start-re)
13628 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
13629 (ada-imenu-generic-expression, ada-compile-goto-error)
13630 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
13631 (ada-popup-menu, ada-add-extensions, ada-mode)
13632 (ada-region-selected, ada-create-case-exception)
13633 (ada-create-case-exception-substring, ada-after-keyword-p)
13634 (ada-activate-keys-for-case, ada-adjust-case-region)
13635 (ada-adjust-case-buffer, ada-format-paramlist)
13636 (ada-scan-paramlist, ada-insert-paramlist)
13637 (ada-indent-newline-indent)
13638 (ada-indent-newline-indent-conditional)
13639 (ada-justified-indent-current, ada-goto-previous-word)
13640 (ada-indent-current, ada-get-indent-open-paren)
13641 (ada-get-indent-paramlist, ada-get-indent-end)
13642 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
13643 (ada-get-indent-block-start, ada-get-indent-subprog)
13644 (ada-get-indent-noindent, ada-get-indent-label)
13645 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
13646 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
13647 (ada-goto-stmt-end, ada-goto-next-word)
13648 (ada-check-matching-start, ada-check-defun-name)
13649 (ada-goto-matching-decl-start, ada-goto-matching-start)
13650 (ada-goto-matching-end, ada-search-ignore-string-comment)
13651 (ada-in-decl-p, ada-looking-at-semi-or)
13652 (ada-looking-at-semi-private, ada-in-paramlist-p)
13653 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
13654 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
13655 (ada-next-procedure, ada-previous-procedure, ada-next-package)
13656 (ada-previous-package, ada-create-menu)
13657 (ada-fill-comment-paragraph-justify)
13658 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
13659 (ada-other-file-name, ada-last-which-function-line)
13660 (ada-last-which-function-subprog, ada-which-function)
13661 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
13662 (ada-gen-treat-proc, ada-check-emacs-version)
13663 (ada-continuation-indent, ada-align-region-separate):
13664 Fix typos in docstrings.
13665 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
13666
13667 2005-06-16 Lute Kamstra <lute@gnu.org>
13668
13669 * simple.el (fundamental-mode): Run after-change-major-mode-hook
13670 conditionally.
13671
13672 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
13673
13674 * comint.el (comint-replace-by-expanded-filename)
13675 (comint-prompt-regexp, comint-delimiter-argument-list)
13676 (comint-preinput-scroll-to-bottom):
13677 * info.el (Info-hide-cookies-node):
13678 * ls-lisp.el (ls-lisp-classify):
13679 * find-file.el (ff-search-directories, ff-special-constructs)
13680 (ff-find-other-file):
13681 * font-lock.el (font-lock-keywords):
13682 * shell.el (shell-prompt-pattern)
13683 (shell-dynamic-complete-functions, shell-mode)
13684 (shell-delimiter-argument-list):
13685 * term.el (term-replace-by-expanded-filename)
13686 (term-prompt-regexp, term-delimiter-argument-list):
13687 * woman.el (woman-ignore, woman0-if):
13688 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
13689 * emacs-lisp/elint.el (elint-init-env):
13690 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
13691 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
13692 * language/ethio-util.el (ethio-tilde-escape)
13693 (ethio-use-three-dot-question):
13694 * net/zone-mode.el (zone-mode-load-time-setup):
13695 * progmodes/cc-align.el (c-lineup-argcont):
13696 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
13697 * progmodes/cperl-mode.el (cperl-set-style-back):
13698 * progmodes/inf-lisp.el (inferior-lisp-prompt):
13699 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
13700 Fix spellings in docstrings.
13701
13702 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
13703 * progmodes/modula2.el (m2-for): Fix spellings.
13704
13705 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
13706
13707 * simple.el (undo-more): Don't use `format' on `error' arguments.
13708 Improve argument/docstring consistency.
13709 (pending-undo-list): Doc fix.
13710
13711 * smerge-mode.el (smerge-ensure-match):
13712 * emulation/vip.el (vip-ex):
13713 * net/zone-mode.el (zone-mode-update-serial):
13714 * progmodes/idlwave.el (idlwave-complete):
13715 * progmodes/vhdl-mode.el (vhdl-visit-file)
13716 (vhdl-compose-wire-components):
13717 Don't use `format' on `error' arguments.
13718
13719 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
13720 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
13721 (tooltip-help-tips): Fix typos in docstrings.
13722
13723 2005-06-16 David Ponce <david@dponce.com>
13724
13725 * tree-widget.el (tree-widget-value-create): Simplify last change.
13726
13727 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
13728
13729 * ido.el (ido-incomplete-regexp): New variable.
13730 (ido-set-matches-1): Handle invalid-regexp error and set
13731 ido-incomplete-regexp.
13732 (ido-incomplete-regexp): New face.
13733 (ido-completions): Use it.
13734 (ido-complete, ido-exit-minibuffer, ido-completions):
13735 Handle incomplete regexps.
13736 (ido-completions): Add check for complete match when entering a regexp.
13737
13738 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
13739
13740 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
13741
13742 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13743
13744 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
13745 by field delimiters.
13746
13747 2005-06-15 David Ponce <david@dponce.com>
13748
13749 * tree-widget.el: eval-and-compile inlined functions so they will
13750 be available at run-time too.
13751 (tree-widget-super-format-handler)
13752 (tree-widget-format-handler): Remove.
13753 (tree-widget-value-create): Handle the :indent property.
13754
13755 2005-06-15 Miles Bader <miles@gnu.org>
13756
13757 * progmodes/which-func.el (which-func): Only inherit
13758 `font-lock-function-name-face' when that makes sense against the
13759 default mode-line face, otherwise set the face color explicitly.
13760
13761 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
13762 faces instead of (non-existent) variables.
13763
13764 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
13765
13766 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
13767 (iswitchb-get-matched-buffers): Likewise. Simplify.
13768
13769 2005-06-14 Miles Bader <miles@gnu.org>
13770
13771 * progmodes/ld-script.el (ld-script-location-counter):
13772 Remove "-face" suffix from face name.
13773 (ld-script-location-counter-face):
13774 New backward-compatibility alias for renamed face.
13775 (ld-script-location-counter-face): Use renamed face.
13776
13777 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
13778 (cperl-hash): Remove "-face" suffix from face names.
13779 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
13780 New backward-compatibility aliases for renamed faces.
13781 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
13782 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
13783
13784 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
13785 name.
13786 (which-func-face): New backward-compatibility alias for renamed face.
13787 (which-func-format): Use renamed which-func face.
13788
13789 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
13790 (vhdl-function, vhdl-directive, vhdl-reserved-word)
13791 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
13792 names.
13793 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
13794 (vhdl-speedbar-configuration, vhdl-speedbar-package)
13795 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
13796 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
13797 (vhdl-speedbar-architecture-selected)
13798 (vhdl-speedbar-configuration-selected)
13799 (vhdl-speedbar-package-selected)
13800 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
13801 names.
13802 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
13803 Use renamed faces.
13804 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
13805 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
13806 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
13807 Use renamed faces.
13808 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
13809 names.
13810 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
13811 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
13812 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
13813 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
13814 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
13815 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
13816
13817 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
13818 face name.
13819 (sh-heredoc-face): New backward-compatibility alias for renamed face.
13820 (sh-heredoc-face): Use renamed sh-heredoc face.
13821
13822 * progmodes/idlw-help.el (idlwave-help-link):
13823 Remove "-face" suffix from face name.
13824 (idlwave-help-link-face):
13825 New backward-compatibility alias for renamed face.
13826 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
13827
13828 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
13829 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
13830 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
13831 New backward-compatibility aliases for renamed faces.
13832 (idlwave-shell-disabled-breakpoint-face)
13833 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
13834
13835 * progmodes/flymake.el (flymake-errline, flymake-warnline):
13836 Remove "-face" suffix from face names.
13837 (flymake-errline-face, flymake-warnline-face):
13838 New backward-compatibility aliases for renamed faces.
13839 (flymake-highlight-line): Use renamed flymake faces.
13840
13841 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
13842 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
13843 (ebrowse-member-class, ebrowse-progress):
13844 Remove "-face" suffix from face names.
13845 (ebrowse-tree-mark-face, ebrowse-root-class-face)
13846 (ebrowse-file-name-face, ebrowse-default-face)
13847 (ebrowse-member-attribute-face, ebrowse-member-class-face)
13848 (ebrowse-progress-face):
13849 New backward-compatibility aliases for renamed faces.
13850 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
13851 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
13852 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
13853 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
13854
13855 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
13856 antlr-syntax)
13857 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
13858 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
13859 names.
13860 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
13861 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
13862 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
13863 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
13864 backward-compatibility aliases for renamed faces.
13865 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
13866 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
13867 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
13868 remove "font-lock-". Use renamed antlr-mode faces.
13869 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
13870 literal face-names with face variable references.
13871
13872 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
13873 face name.
13874 (Buffer-menu-buffer-face): New backward-compatibility alias for
13875 renamed face.
13876 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
13877
13878 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
13879
13880 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
13881 Eliminate "-face" suffix.
13882 (makefile-targets): Inherit from font-lock-function-name-face and
13883 eliminate "-face" suffix.
13884 (makefile-shell): Remove attributes and eliminate "-face" suffix.
13885 (makefile-*-font-lock-keywords): Append makefile-targets in rule
13886 actions, instead of prepending, to make it less visible.
13887 (makefile-previous-dependency, makefile-match-dependency):
13888 Don't match a target on a continuation line.
13889
13890 * files.el (auto-mode-alist): Put Makefile in gmake mode.
13891
13892 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
13893
13894 * progmodes/gdb-ui.el (menu): Re-order menu items.
13895 (gdb-tooltip-print): Respect tooltip-use-echo-area.
13896
13897 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
13898 Define in tooltip.el.
13899 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
13900 (gud-tooltip-tips): Respect tooltip-use-echo-area and
13901 gud-tooltip-echo-area.
13902
13903 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
13904 backward compatibility and make obsolete.
13905 (tooltip-help-tips): Use tooltip-use-echo-area.
13906 (tooltip-show-help-function): Rename to...
13907 (tooltip-show-help): ...this, because it is a function.
13908 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
13909
13910 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
13911
13912 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
13913 (edebug-print-length, edebug-print-level, edebug-print-circle)
13914 (edebug-modify-breakpoint, edebug-eval-last-sexp)
13915 (edebug-eval-print-last-sexp): Doc fixes.
13916
13917 2005-06-14 Kim F. Storm <storm@cua.dk>
13918
13919 * ido.el (ido-mode): Make a new keymap every time we enable ido,
13920 as the coverage buffer/file/both may change.
13921
13922 2005-06-14 Lute Kamstra <lute@gnu.org>
13923
13924 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
13925 and run-mode-hooks. Simplify.
13926
13927 * mail/rmailedit.el (rmail-edit-mode):
13928 * progmodes/octave-inf.el (inferior-octave-mode):
13929 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
13930
13931 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
13932 and run-mode-hooks.
13933 (recentf-edit-list, recentf-open-files): Don't call
13934 kill-all-local-variables directly.
13935
13936 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
13937
13938 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
13939
13940 * emacs-lisp/byte-run.el (make-obsolete)
13941 (define-obsolete-function-alias): Rename arguments FUNCTION and
13942 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
13943 (make-obsolete-variable, define-obsolete-variable-alias):
13944 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
13945 respectively.
13946
13947 * isearchb.el (isearchb-activate):
13948 * pcvs.el (cvs-mode):
13949 * ses.el (ses-load):
13950 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
13951 * net/tramp.el (tramp-find-file-exists-command)
13952 (tramp-find-shell):
13953 * progmodes/ada-mode.el (ada-create-case-exception)
13954 (ada-create-case-exception-substring, ada-make-subprogram-body):
13955 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
13956 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
13957 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
13958 * textmodes/org.el (org-promote, org-evaluate-time-range)
13959 (org-agenda-next-date-line, org-agenda-previous-date-line)
13960 (org-agenda-error, org-open-at-point, org-table-move-row)
13961 (org-format-table-table-html-using-table-generate-source)
13962 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
13963 * textmodes/reftex.el (reftex-access-scan-info):
13964 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
13965 (reftex-toc-promote-prepare): Follow error conventions.
13966
13967 * diff-mode.el (diff-mode): Fix typo in docstring.
13968
13969 * forms.el (forms--intuit-from-file): Fix reference to
13970 `forms-number-of-fields' in error message.
13971 (forms-print): Fix quoting in error message.
13972
13973 * forms.el (forms-mode):
13974 * emulation/vi.el (vi-goto-insert-state):
13975 * progmodes/flymake.el (flymake-new-err-info)
13976 (flymake-start-syntax-check-for-current-buffer)
13977 (flymake-simple-cleanup):
13978 * eshell/esh-var.el (eshell/export):
13979 * progmodes/gud.el (xdb):
13980 * textmodes/flyspell.el (flyspell-incorrect-hook)
13981 (flyspell-maybe-correct-transposition)
13982 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
13983
13984 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
13985
13986 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
13987 minibuffer prompt.
13988
13989 2005-06-13 Kim F. Storm <storm@cua.dk>
13990
13991 * subr.el (add-to-ordered-list): New defun.
13992
13993 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
13994 add cua--keymap-alist to emulation-mode-map-alists.
13995
13996 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
13997
13998 * subr.el (complete-in-turn): New macro.
13999 (dynamic-completion-table, lazy-completion-table): Add debug info.
14000
14001 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
14002 in preference to face aliases.
14003
14004 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
14005 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
14006 Remove unused vars `start' and `firstline'.
14007 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
14008 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
14009
14010 2005-06-13 Eli Zaretskii <eliz@gnu.org>
14011
14012 * cus-start.el (all): Don't complain about missing GTK-related
14013 variables, unless either `gtk' is boundp or this isn't a
14014 `windows-nt' build.
14015
14016 2005-06-13 Lute Kamstra <lute@gnu.org>
14017
14018 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
14019 run-mode-hooks.
14020
14021 * ediff-mult.el (ediff-meta-mode):
14022 * ediff-util.el (ediff-mode): Use run-mode-hooks.
14023
14024 * ledit.el (ledit-mode): Use delay-mode-hooks.
14025
14026 * woman.el (woman-mode-line-format): Delete constant.
14027 (woman-mode-map): Initialize it properly.
14028 (woman-mode): Set mode-class property to special.
14029 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
14030 Set major-mode and mode-name. Don't set mode-line-format directly.
14031 (Man-getpage-in-background): Don't reference woman-mode-line-format.
14032
14033 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
14034 string argument obsolete.
14035
14036 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
14037
14038 * textmodes/org.el (org-CUA-compatible): New option.
14039 (org-disputed-keys): New variable.
14040 (org-key): New function.
14041 (orgtbl-make-binding): Add docstring to the created function.
14042 (org-mode): Set paragraph start/separate regexps.
14043 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
14044 (org-archive-location, org-archive-mark-done)
14045 (org-archive-stamp-time): New options.
14046 (org-archive-subtree): New command.
14047 (org-fill-paragraph): New function.
14048 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
14049 (org-fake-empty-table-line): Function removed.
14050 (org-format-org-table-html): Do not create empty table lines at
14051 separator lines. Improved table header treatment.
14052 (org-link-format): New option.
14053 (org-make-link): New function.
14054 (org-insert-link, org-store-link): Use org-make-link.
14055 (org-open-file): Quote file name for shell command, to allow
14056 spaces in file names.
14057 (org-link-regexp): Fix bug with mailto link.
14058 (org-link-maybe-angles-regexp, org-protected-link-regexp):
14059 New constants.
14060 (org-export-as-html): Deal with the optional angles around a link.
14061 Better treatment of file: links.
14062 (org-open-at-point): Replace @{ and @} with < and >.
14063 (org-run-mode-hooks): Function removed.
14064 (org-agenda-mode): No longer use `org-run-mode-hooks'.
14065
14066 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
14067
14068 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
14069 MI command -data-list-register-values.
14070 (gdb-post-prompt): Indent properly.
14071
14072 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
14073
14074 * hilit-chg.el (highlight-changes-colors): Rename from
14075 `highlight-changes-colours'.
14076 (highlight-changes-colours): Keep as obsolete alias.
14077 (highlight-changes-face-list): Doc fix.
14078 (hilit-chg-make-list): Use `highlight-changes-colors'.
14079
14080 2005-06-12 Mark A. Hershberger <mah@everybody.org>
14081
14082 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
14083 defun-prompt-regexp.
14084
14085 2005-06-12 Eli Zaretskii <eliz@gnu.org>
14086
14087 * loadup.el: Don't say we are dumping under 2 names on windows-nt
14088 and cygwin.
14089
14090 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
14091 Don't use an old loaddefs.el, as in Makefile.in.
14092
14093 2005-06-12 Lute Kamstra <lute@gnu.org>
14094
14095 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
14096
14097 * man.el (Man-mode-map): Initialize it properly.
14098 (Man-mode): Set mode-class property to special.
14099
14100 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
14101
14102 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
14103
14104 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
14105 A newline is needed in the docstring there.
14106
14107 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14108 Doc fixes.
14109
14110 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14111
14112 * printing.el: Doc fix. The menubar is no more changed when printing
14113 is loaded, it only changes when pr-menu-bind or pr-update-menus is
14114 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
14115 (pr-version): New version number (6.8.4).
14116 (pr-menu-bind): New command.
14117 (pr-update-menus): Docstring and code fix.
14118 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
14119 Docstring fix.
14120 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
14121 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
14122
14123 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
14124
14125 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
14126 "Returns" to "return", document useful return values, etc.
14127
14128 2005-06-11 Alan Mackenzie <acm@muc.de>
14129
14130 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
14131 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
14132 (adaptive-file-function): Minor amendment to doc-string.
14133
14134 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
14135
14136 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
14137 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
14138 Fix :type--it is `integer', not `string'.
14139
14140 * faces.el (modeline-highlight): Rename from (the erroneous)
14141 `modeline-higilight'.
14142
14143 2005-06-11 Lute Kamstra <lute@gnu.org>
14144
14145 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
14146 lisp-interaction-mode-map but make it the parent.
14147 (edebug-eval-mode): Use define-derived-mode.
14148
14149 2005-06-11 Andreas Schwab <schwab@suse.de>
14150
14151 * bindings.el: Add binding of `ESC functionkey' for every
14152 `M-functionkey'.
14153 * hexl.el (hexl-mode-map): Likewise.
14154
14155 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
14156
14157 * progmodes/compile.el (compilation-error-regexp-alist-alist)
14158 [msft]: update regexp for newer msft compilers.
14159
14160 2005-06-10 Mark A. Hershberger <mah@everybody.org>
14161
14162 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
14163 ATTLIST portions of included DTDs.
14164 (xml-parse-dtd): Eliminate use of inefficient match-data.
14165
14166 2005-06-10 Miles Bader <miles@gnu.org>
14167
14168 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
14169 (mpuz-text): Remove "-face" suffix from face names.
14170 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
14171 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
14172 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
14173
14174 * play/gomoku.el (gomoku-O, gomoku-X):
14175 Remove "-face" suffix from face names.
14176 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
14177 New backward-compatibility aliases for renamed faces.
14178 (gomoku-font-lock-keywords): Use renamed gomoku faces.
14179
14180 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14181
14182 * thumbs.el: Fixes for changes of 2005-06-09.
14183 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
14184 as a directory.
14185 (thumbs-thumbname): Remove directory separator from format string;
14186 `thumbs-thumbsdir' now returns a valid directory name.
14187 (thumbs-temp-dir): New defsubst.
14188 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
14189 Use it.
14190
14191 * cus-edit.el (minibuffer):
14192 * files.el (make-backup-file-name-function):
14193 * filesets.el (filesets-external-viewers):
14194 * hilit-chg.el (highlight-changes-colours)
14195 (highlight-changes-face-list, highlight-changes-rotate-faces):
14196 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
14197 * kmacro.el (kmacro-call-macro):
14198 * log-edit.el (log-edit-changelog-full-paragraphs):
14199 * mouse.el (mouse-1-click-follows-link):
14200 * skeleton.el (skeleton-autowrap):
14201 * subr.el (insert-for-yank-1):
14202 * tempo.el (tempo-insert-region):
14203 * terminal.el (terminal-emulator):
14204 * time.el (display-time-mail-face):
14205 * vc.el (vc-annotate):
14206 * vcursor.el (vcursor-copy-line):
14207 * woman.el (woman-bold-headings, woman-ignore)
14208 (woman-default-faces, woman-monochrome-faces):
14209 * calendar/todo-mode.el (todo-insert-threshold):
14210 * emulation/pc-select.el (pc-select-selection-keys-only)
14211 (pc-selection-mode):
14212 * emulation/vip.el (vip-find-char-forward):
14213 * emulation/viper-cmd.el (viper-find-char-forward):
14214 * international/mule-cmds.el
14215 (select-safe-coding-system-accept-default-p)
14216 (input-method-exit-on-invalid-key):
14217 * international/mule-diag.el (describe-coding-system):
14218 * international/ucs-tables.el (unify-8859-on-encoding-mode):
14219 * net/browse-url.el (browse-url-xterm-program):
14220 * obsolete/lazy-lock.el (lazy-lock-mode):
14221 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
14222 (cperl-mode):
14223 * progmodes/cpp.el (cpp-face-light-name-list)
14224 (cpp-face-dark-name-list):
14225 * progmodes/delphi.el (delphi-newline-always-indents):
14226 Fix spellings in docstrings.
14227
14228 * ido.el (ido-mode, ido-file-extensions-order)
14229 (ido-default-file-method, ido-default-buffer-method)
14230 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
14231 (ido-decorations, ido-read-file-name-as-directory-commands)
14232 (ido-read-file-name-non-ido, ido-work-directory-list)
14233 (ido-ignore-item-temp-list, ido-current-directory)
14234 (ido-magic-forward-char, ido-enter-find-file)
14235 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
14236 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
14237
14238 2005-06-10 Lute Kamstra <lute@gnu.org>
14239
14240 * play/dunnet.el (dun-mode): Use define-derived-mode.
14241 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
14242 obsolete alias.
14243
14244 * play/doctor.el (doctor-mode-map): Remove defvar.
14245 (doctor-mode): Use define-derived-mode.
14246
14247 * mail/mspools.el (mspools-mode):
14248 * net/eudc-hotlist.el (eudc-hotlist-mode):
14249 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
14250
14251 2005-06-10 Miles Bader <miles@gnu.org>
14252
14253 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
14254 Remove "-face" suffix from face names.
14255 (flyspell-incorrect-face, flyspell-duplicate-face):
14256 New backward-compatibility aliases for renamed faces.
14257 (flyspell-mode-on, make-flyspell-overlay)
14258 (flyspell-highlight-incorrect-region)
14259 (flyspell-highlight-duplicate-region)
14260 (flyspell-display-next-corrections)
14261 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
14262
14263 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
14264 from face name.
14265 (texinfo-heading-face): New backward-compatibility alias for
14266 renamed face.
14267 (texinfo-heading-face): Use renamed texinfo-heading face.
14268
14269 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
14270 suffix from face names.
14271 (tex-math-face, tex-verbatim-face):
14272 New backward-compatibility aliases for renamed faces.
14273 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
14274 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
14275 literal face name.
14276
14277 * textmodes/table.el (table-cell): Remove "-face" suffix from face
14278 name.
14279 (table-cell-face): New backward-compatibility alias for renamed face.
14280 (table--put-cell-face-property, table--update-cell-face):
14281 Use renamed table-cell face.
14282
14283 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
14284 from face name.
14285 (sgml-namespace-face): New backward-compatibility alias for
14286 renamed face.
14287 (sgml-namespace-face): Use renamed sgml-namespace face.
14288
14289 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
14290 (org-level-4, org-level-5, org-level-6, org-level-7)
14291 (org-level-8, org-warning, org-headline-done)
14292 (org-deadline-announce, org-scheduled-today)
14293 (org-scheduled-previously, org-link, org-done, org-table)
14294 (org-time-grid): Remove "-face" suffix from face names.
14295 (org-level-1-face, org-level-2-face, org-level-3-face)
14296 (org-level-4-face, org-level-5-face, org-level-6-face)
14297 (org-level-7-face, org-level-8-face, org-warning-face)
14298 (org-headline-done-face, org-deadline-announce-face)
14299 (org-scheduled-today-face, org-scheduled-previously-face)
14300 (org-link-face, org-done-face, org-table-face)
14301 (org-time-grid-face):
14302 New backward-compatibility aliases for renamed faces.
14303 (org-level-faces, org-set-font-lock-defaults, org-timeline)
14304 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
14305 (org-agenda-get-timestamps, org-agenda-get-scheduled)
14306 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
14307
14308 * emulation/viper-init.el (viper-search, viper-replace-overlay)
14309 (viper-minibuffer-emacs, viper-minibuffer-insert)
14310 (viper-minibuffer-vi): Remove "-face" suffix from face names.
14311 (viper-search-face, viper-replace-overlay-face)
14312 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14313 (viper-minibuffer-vi-face):
14314 New backward-compatibility aliases for renamed faces.
14315 (viper-search-face, viper-replace-overlay-face)
14316 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
14317 (viper-minibuffer-vi-face): Use renamed viper faces.
14318
14319 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
14320 Remove "-face" suffix from face names.
14321 (testcover-nohits-face, testcover-1value-face):
14322 New backward-compatibility aliases for renamed faces.
14323 (testcover-mark): Use renamed testcover faces.
14324
14325 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
14326 face name.
14327 (diary-button-face): New backward-compatibility alias for renamed face.
14328 (diary-entry): Use renamed diary-button face.
14329
14330 * calendar/calendar.el (diary, calendar-today, holiday)
14331 (mark-visible-calendar-date): Remove "-face" suffix from face names.
14332 (diary-face, calendar-today-face, holiday-face):
14333 New backward-compatibility aliases for renamed faces.
14334 (eval-after-load "facemenu", diary-entry-marker)
14335 (calendar-today-marker, calendar-holiday-marker, diary-face):
14336 Use renamed calendar faces.
14337
14338 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
14339 (compare-windows-face): New backward-compatibility alias for
14340 renamed face.
14341 (compare-windows-highlight): Use renamed compare-windows face.
14342
14343 * strokes.el (strokes-char): Remove "-face" suffix from face name.
14344 (strokes-char-face): New backward-compatibility alias for renamed face.
14345 (strokes-encode-buffer): Use renamed strokes-char face.
14346
14347 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
14348 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
14349 Remove "-face" suffix from face names.
14350 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
14351 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
14352 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
14353 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
14354 Use renamed pcvs faces.
14355 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
14356 * pcvs-defs.el (cvs-mode-map): Likewise.
14357 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
14358
14359 * info.el (info-title-1, info-title-2, info-title-3)
14360 (info-title-4): Remove "-face" suffix from and downcase face names.
14361 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
14362 (Info-title-4-face):
14363 New backward-compatibility aliases for renamed faces.
14364 (Info-fontify-node): Use renamed info faces.
14365
14366 * hilit-chg.el (highlight-changes, highlight-changes-delete):
14367 Remove "-face" suffix from face names.
14368 (highlight-changes-face, highlight-changes-delete-face):
14369 New backward-compatibility aliases for renamed faces.
14370 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
14371 (hilit-chg-make-list): Use renamed highlight-changes faces.
14372
14373 * generic-x.el (show-tabs-tab, show-tabs-space):
14374 Remove "-face" suffix from face names.
14375 (show-tabs-tab-face, show-tabs-space-face):
14376 New backward-compatibility aliases for renamed faces.
14377 (show-tabs-generic-mode-font-lock-defaults-1)
14378 (show-tabs-generic-mode-font-lock-defaults-2):
14379 Use renamed show-tabs faces.
14380
14381 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
14382 (smerge-markers): Remove "-face" suffix from face names.
14383 (smerge-mine-face, smerge-other-face, smerge-base-face)
14384 (smerge-markers-face):
14385 New backward-compatibility aliases for renamed faces.
14386 (smerge-mine-face, smerge-other-face, smerge-base-face)
14387 (smerge-markers-face): Use renamed smerge faces.
14388
14389 * log-view.el (log-view-file, log-view-message): Remove "-face"
14390 suffix from face names.
14391 (log-view-file-face, log-view-message-face):
14392 New backward-compatibility aliases for renamed faces.
14393 (log-view-file-face, log-view-message-face): Use renamed log-view
14394 faces.
14395
14396 * paren.el (show-paren-match, show-paren-mismatch):
14397 Remove "-face" suffix from face names.
14398 (show-paren-match-face, show-paren-mismatch-face):
14399 New backward-compatibility aliases for renamed faces.
14400 (show-paren-function): Use renamed show-paren faces.
14401
14402 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
14403 (ruler-mode-margins, ruler-mode-fringes)
14404 (ruler-mode-column-number, ruler-mode-fill-column)
14405 (ruler-mode-comment-column, ruler-mode-goal-column)
14406 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
14407 suffix from face names.
14408 (ruler-mode-default-face, ruler-mode-pad-face)
14409 (ruler-mode-margins-face, ruler-mode-fringes-face)
14410 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
14411 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
14412 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
14413 New backward-compatibility aliases for renamed faces.
14414 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
14415 (ruler-mode-column-number, ruler-mode-fill-column)
14416 (ruler-mode-comment-column, ruler-mode-goal-column)
14417 (ruler-mode-tab-stop, ruler-mode-current-column)
14418 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
14419 faces.
14420
14421 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
14422 face name.
14423 (whitespace-highlight-the-space): Use renamed face.
14424 (whitespace-highlight-face): New backward-compatibility alias for
14425 renamed face.
14426
14427 * woman.el (woman-italic, woman-bold, woman-unknown)
14428 (woman-addition, woman-symbol-face):
14429 Remove "-face" suffix from face names.
14430 (woman-italic-face, woman-bold-face, woman-unknown-face)
14431 (woman-addition-face):
14432 New backward-compatibility aliases for renamed faces.
14433 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
14434 (woman-decode-region, woman-replace-match)
14435 (woman-display-extended-fonts, woman-special-characters)
14436 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
14437 Use renamed woman faces.
14438
14439 * longlines.el (longlines-visible-face): Face removed.
14440
14441 * diff-mode.el (diff-header, diff-file-header, diff-index)
14442 (diff-hunk-header, diff-removed, diff-added, diff-changed)
14443 (diff-function, diff-context, diff-nonexistent): Remove "-face"
14444 suffix from face names.
14445 (diff-header-face, diff-file-header-face, diff-index-face)
14446 (diff-hunk-header-face, diff-removed-face, diff-added-face)
14447 (diff-changed-face, diff-function-face, diff-context-face)
14448 (diff-nonexistent-face): New backward-compatibility aliases for
14449 renamed faces.
14450 (diff-header-face, diff-file-header-face)
14451 (diff-index, diff-index-face, diff-hunk-header)
14452 (diff-hunk-header-face, diff-removed, diff-removed-face)
14453 (diff-added, diff-added-face, diff-changed-face, diff-function)
14454 (diff-function-face, diff-context-face, diff-nonexistent)
14455 (diff-nonexistent-face): Use renamed diff-mode faces.
14456
14457 * progmodes/compile.el (compilation-warning-face)
14458 (compilation-info-face): Remove "-face" suffix from face names.
14459 (compilation-warning-face, compilation-info-face):
14460 New backward-compatibility aliases for renamed faces.
14461 (compilation-warning-face, compilation-info-face):
14462 Use renamed compilation faces.
14463
14464 * add-log.el (change-log-date, change-log-name)
14465 (change-log-email, change-log-file, change-log-list)
14466 (change-log-conditionals, change-log-function)
14467 (change-log-acknowledgement): Remove "-face" suffix from face names.
14468 (change-log-date-face, change-log-name-face)
14469 (change-log-email-face, change-log-file-face)
14470 (change-log-list-face, change-log-conditionals-face)
14471 (change-log-function-face, change-log-acknowledgement-face):
14472 New backward-compatibility aliases for renamed faces.
14473 (change-log-font-lock-keywords): Use renamed change-log faces.
14474
14475 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
14476 (custom-set, custom-changed, custom-saved, custom-button)
14477 (custom-button-pressed, custom-documentation, custom-state)
14478 (custom-comment, custom-comment-tag, custom-variable-tag)
14479 (custom-variable-button, custom-face-tag, custom-group-tag-1)
14480 (custom-group-tag): Remove "-face" suffix from face names.
14481 (custom-magic-alist, custom-magic-value-create)
14482 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
14483 (custom-invalid-face, custom-rogue-face, custom-modified-face)
14484 (custom-set-face, custom-changed-face, custom-saved-face)
14485 (custom-button-face, custom-button-pressed-face)
14486 (custom-documentation-face, custom-state-face)
14487 (custom-comment-face, custom-comment-tag-face)
14488 (custom-variable-tag-face, custom-variable-button-face)
14489 (custom-face-tag-face, custom-group-tag-face-1)
14490 (custom-group-tag-face):
14491 New backward-compatibility aliases for renamed faces.
14492
14493 * wid-edit.el (widget-documentation, widget-button)
14494 (widget-field, widget-single-line-field, widget-inactive)
14495 (widget-button-pressed): "-face" suffix removed from face names.
14496 (widget-documentation-face, widget-button-face)
14497 (widget-field-face, widget-single-line-field-face)
14498 (widget-inactive-face, widget-button-pressed-face):
14499 New backward-compatibility aliases for renamed faces.
14500 (widget-documentation-face, widget-button-face)
14501 (widget-button-pressed-face, widget-specify-field)
14502 (widget-specify-inactive): Use renamed widget faces.
14503
14504 2005-06-10 Kenichi Handa <handa@m17n.org>
14505
14506 * term/x-win.el (x-clipboard-yank): Remove condition-case
14507 wrapping.
14508
14509 2005-06-11 Kenichi Handa <handa@m17n.org>
14510
14511 * add-log.el (change-log-font-lock-keywords): Make the regexp for
14512 date lines stricter.
14513
14514 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
14515
14516 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
14517 of x-get-selection.
14518
14519 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
14520
14521 * comint.el (comint-mode, comint-snapshot-last-prompt):
14522 * frame.el (frame-current-scroll-bars):
14523 * term.el (term-mode, term-check-proc, term-input-sender)
14524 (term-simple-send, term-extract-string, term-word)
14525 (term-match-partial-filename):
14526 * window.el (window-current-scroll-bars):
14527 * emulation/cua-base.el (cua-normal-cursor-color)
14528 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
14529 (cua-global-mark-cursor-color):
14530 * mail/undigest.el (rmail-forward-separator-regex):
14531 Fix typos in docstrings.
14532
14533 * comint.el (comint-check-proc, make-comint-in-buffer)
14534 (comint-source-default): Doc fixes.
14535
14536 * term.el (term-send-string): Improve argument/docstring consistency.
14537
14538 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
14539
14540 * comint.el (comint-send-input): Bind `inhibit-read-only' around
14541 call to `delete-region'.
14542 (comint-mode-hook): Do not enable Font Lock by default.
14543
14544 2005-06-09 Lute Kamstra <lute@gnu.org>
14545
14546 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
14547 could be void.
14548
14549 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
14550
14551 * emacs-lisp/debug.el (debugger-will-be-back): New var.
14552 (debug): Use it.
14553 (debugger-step-through, debugger-continue, debugger-jump)
14554 (debugger-return-value): Set it when needed.
14555 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
14556 Use inhibit-read-only.
14557
14558 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
14559
14560 * window.el (shrink-window-if-larger-than-buffer)
14561 (window-size-fixed): Fix typo in docstring.
14562
14563 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
14564 thumbnails directory on loading.
14565 (thumbs-conversion-program): Use `eq' to check the system type,
14566 not `equal'.
14567 (thumbs-temp-dir): Initialize to `temporary-file-directory',
14568 not "/tmp". Fix docstring.
14569 (thumbs-thumbsdir): New function to return the thumbnails
14570 directory, creating it if needed.
14571 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
14572 (thumbs-temp-file): Delete variable and make it into a function.
14573 (thumbs-resize-image, thumbs-modify-image): Use it.
14574 (thumbs-kill-buffer): Simplify.
14575 (thumbs-gensym): Defalias or duplicate CL `gensym'.
14576 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
14577 docstrings.
14578
14579 2005-06-09 Kim F. Storm <storm@cua.dk>
14580
14581 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
14582 set-match-data to free markers in match-data.
14583
14584 * replace.el (replace-match-data): Pass RESEAT arg `t' to
14585 match-data to unchain markers in match-data.
14586
14587 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
14588
14589 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
14590 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
14591 unnecessary now.
14592
14593 2005-06-08 Richard M. Stallman <rms@gnu.org>
14594
14595 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
14596 give the variable a doc string that doesn't say don't set it directly.
14597
14598 * textmodes/ispell.el (ispell-check-version):
14599 Use match-string-no-properties.
14600 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
14601 (ispell-buffer-local-words): Likewise.
14602
14603 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
14604 except on terminals with enough colors to really display it.
14605 (makefile-dependency-regex): Delete spurious `bb'.
14606
14607 * faces.el (escape-glyph): Use blue once again in last case.
14608 (no-break-space): Redefine so that it isn't invisible on a tty.
14609
14610 2005-06-08 Kim F. Storm <storm@cua.dk>
14611
14612 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
14613 also when reading directory name.
14614
14615 2005-06-08 Lute Kamstra <lute@gnu.org>
14616
14617 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
14618 (flyspell-mode-line-string): Remove autoload cookie.
14619 (flyspell-mode): Remove defvar.
14620
14621 2005-06-07 Lute Kamstra <lute@gnu.org>
14622
14623 * textmodes/org.el (org-run-mode-hooks): New function.
14624 (org-agenda-mode): Use it.
14625
14626 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
14627
14628 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
14629
14630 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14631
14632 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
14633
14634 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
14635
14636 * font-lock.el (font-lock-add-keywords): Doc fix.
14637
14638 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
14639
14640 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
14641 (tex-compile-default): In the absence of any history, use the order in
14642 tex-compile-alist to choose the preferred command.
14643 (tex-compile-commands): Reorder a bit.
14644
14645 * textmodes/flyspell.el (flyspell-auto-correct-binding)
14646 (flyspell-incorrect-face, flyspell-duplicate-face):
14647 Use (X)Emacs-agnostic code.
14648 (flyspell-mode-map): Don't overwrite at each load. Remove code
14649 redundant with the subsequent add-minor-mode. Merge Emacs and
14650 XEmacs code.
14651 (flyspell-word): Minor simplification.
14652 (flyspell-math-tex-command-p): Quieten the byte-compiler.
14653 (flyspell-external-point-words): Remove unused vars `size' and `start'.
14654 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
14655 Merge the corresponding Emacs code.
14656 (flyspell-correct-word, flyspell-xemacs-popup):
14657 Use flyspell-do-correct.
14658
14659 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
14660 a dedicated window.
14661
14662 * international/latexenc.el (latexenc-find-file-coding-system):
14663 Undo part of last patch, to turn off a compiler warning.
14664
14665 2005-06-06 Juri Linkov <juri@jurta.org>
14666
14667 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
14668 Rename `tmm-inactive-face' to `tmm-inactive'.
14669
14670 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
14671
14672 * iswitchb.el: Rename faces.
14673
14674 2005-06-06 Kim F. Storm <storm@cua.dk>
14675
14676 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
14677 (cua-global-mark): Remove -face suffix from face names.
14678
14679 * emulation/cua-gmrk.el (cua--init-global-mark):
14680 Remove cua-global-mark face setup.
14681
14682 2005-06-06 Richard M. Stallman <rms@gnu.org>
14683
14684 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
14685 just like other allowed characters.
14686 (makefile-match-dependency): Exclude leading and training whitespace
14687 from the range of regexp subexp 1.
14688 (makefile-macroassign-regex): Don't try to match the body,
14689 just the name of the macro being defined.
14690
14691 * info.el (Info-read-node-name-2): New function.
14692 (Info-read-node-name-1): Use that.
14693 Add a completion-base-size-function property.
14694
14695 * simple.el (completion-setup-function): Look for
14696 completion-base-size-function property of minibuffer-completion-table.
14697
14698 * files.el (locate-file-completion): Doc fix.
14699
14700 * printing.el: Don't call pr-update-menus; user must do that.
14701
14702 * emacs-lisp/debug.el (debugger-window): New variable.
14703 (debug): Use debugger-window if it is set and still alive.
14704 Record debugger-window for next entry.
14705
14706 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
14707
14708 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
14709
14710 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
14711 (hack-one-local-variable, hack-local-variables)
14712 (hack-local-variables-prop-line): Pass that arg.
14713
14714 2005-06-06 Kim F. Storm <storm@cua.dk>
14715
14716 * ido.el (ido-first-match, ido-only-match, ido-subdir)
14717 (ido-indicator): Remove -face suffix from face names.
14718
14719 2005-06-06 Juri Linkov <juri@jurta.org>
14720
14721 * font-lock.el (font-lock-regexp-backslash)
14722 (font-lock-regexp-backslash-construct): New faces.
14723 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
14724 after `('. Add `while-no-input' to control structures.
14725
14726 * faces.el (no-break-space, shadow): New faces.
14727 (escape-glyph): Use less loud colors pink2 and red4.
14728
14729 * diff-mode.el (diff-context-face)
14730 * dired.el (dired-ignored)
14731 * rfn-eshadow.el (file-name-shadow)
14732 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
14733
14734 * info.el (Info-title-1-face): Use green instead of yellow because
14735 bold yellow is not readable on light backgrounds.
14736
14737 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
14738 before selecting the desired mode to not spend time fontifying
14739 old contents.
14740
14741 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
14742
14743 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
14744 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
14745
14746 * ps-print.el (ps-default-fg, ps-default-bg):
14747 Fix typos in docstrings.
14748
14749 * isearchb.el (isearchb): Don't pass a spurious second argument to
14750 `iswitchb-completions'.
14751
14752 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
14753
14754 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
14755 to preserve point.
14756 (gdb-find-file-hook): Add doc string.
14757
14758 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
14759 C dereferenced pointer expression.
14760 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
14761
14762 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
14763
14764 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
14765 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
14766 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
14767 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
14768 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
14769 Make background transparent.
14770
14771 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
14772
14773 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
14774 (font-lock-remove-keywords): Doc fix.
14775 (font-lock-mode-major-mode): Compiler defvar.
14776 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
14777
14778 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
14779 (font-lock-mode): Update `font-lock-mode-major-mode'.
14780 (font-lock-set-defaults): Compiler defvar.
14781 (font-lock-default-function): Take `font-lock-mode-major-mode'
14782 into account.
14783
14784 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
14785 keep track of which major mode it enabled the minor mode for.
14786 Use find-file-hook again. Update docstring.
14787
14788 * simple.el (eval-expression-print-level)
14789 (eval-expression-print-length, eval-expression-debug-on-error):
14790 Doc fixes.
14791
14792 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
14793
14794 * iswitchb.el (iswitchb-single-match-face)
14795 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
14796 (iswitchb-invalid-regexp-face): New faces.
14797 (iswitchb-completions): Use them.
14798 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
14799 now marked as an obsolete alias.
14800 (iswitchb-read-buffer): Remove check for bound font variables.
14801 (iswitchb-invalid-regexp): New free variable.
14802 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
14803 set iswitchb-invalid-regexp.
14804 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
14805 invalid regexps.
14806 (iswitchb-completions): Add check for complete match when entering
14807 a regexp.
14808 (iswitchb-completions): Remove require-match argument.
14809 (iswitchb-exhibit): Fix caller.
14810 (iswitchb-common-match-inserted): New variable.
14811 (iswitchb-complete, iswitchb-completion-help): Use it.
14812
14813 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
14814
14815 * url-http.el (url-http-chunked-encoding-after-change-function):
14816 Use `url-http-debug' instead of `message'.
14817
14818 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
14819
14820 * url-http.el (url-http-parse-headers): Pass redirected URL as a
14821 callback argument.
14822
14823 2005-06-04 Kim F. Storm <storm@cua.dk>
14824
14825 * simple.el (line-move): Only call sit-for when moving backwards.
14826
14827 * ido.el (ido-make-merged-file-list-1): New defun split from
14828 ido-make-merged-file-list.
14829 (ido-make-merged-file-list): Bind throw-on-input around call to
14830 ido-make-merged-file-list-1. Return input-pending-p if
14831 interrupted by more input available.
14832 (ido-read-internal): Handle input-pending-p return value from
14833 ido-make-merged-file-list.
14834
14835 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
14836
14837 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
14838 compatibility code.
14839
14840 * international/latexenc.el (latexenc-find-file-coding-system):
14841 Don't inherit the EOL part of the coding-system from the
14842 tex-main buffer. Fit within 80 columns.
14843
14844 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
14845
14846 * tmm.el (tmm-inactive-face): New face.
14847 (tmm-remove-inactive-mouse-face): New function.
14848 (tmm-prompt, tmm-add-one-shortcut)
14849 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
14850 but not selectable.
14851
14852 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
14853
14854 * faces.el (face-equal): Improve argument/docstring consistency.
14855
14856 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
14857
14858 * progmodes/make-mode.el (makefile-targets-face)
14859 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
14860 (makefile-bsdmake-dependency-regex)
14861 (makefile-makepp-rule-action-regex)
14862 (makefile-bsdmake-rule-action-regex): New constants.
14863 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
14864
14865 * progmodes/compile.el (compilation-error-regexp-alist-alist):
14866 Allow (...) within `...' for makepp messages.
14867
14868 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
14869
14870 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
14871
14872 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
14873 "." files are deleted from all file lists before comparison.
14874
14875 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14876 (viper-ESC-key): Made them customizable.
14877
14878 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
14879
14880 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
14881
14882 * autorevert.el (auto-revert-buffers): Use save-match-data.
14883
14884 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
14885
14886 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
14887 menu items with a nil command binding.
14888
14889 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
14890
14891 * emacs-lisp/cl-macs.el (defsetf):
14892 Improve argument/docstring consistency.
14893
14894 * faces.el (list-faces-display): Improve the formatting by
14895 computing the maximum length required for any face-name (reworked
14896 patch of 1999-01-11, accidentally deleted on 1999-07-21).
14897 (internal-find-face): Remove redundant info in docstring.
14898
14899 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
14900
14901 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
14902 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
14903 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
14904 (gdb-assembler-custom): Improve regexps.
14905 (def-gdb-auto-update-handler): Use window point to preserve point.
14906
14907 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
14908
14909 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
14910
14911 2005-05-31 Jay Belanger <belanger@truman.edu>
14912
14913 * calc/calc-embed.el (calc-embedded-word): Change argument passed
14914 to calc-embedded.
14915 (calc-embedded-make-info): Have plain prefix argument select
14916 entire line.
14917
14918 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
14919
14920 * faces.el (list-faces-display): Signal error if passed a regexp
14921 that matches no face name.
14922
14923 * simple.el (filter-buffer-substring): Fix typo in docstring.
14924
14925 2005-05-31 Richard M. Stallman <rms@gnu.org>
14926
14927 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
14928 (vhdl-emacs-21): Doc fix.
14929 (vhdl-mode): Unconditionally set comment-padding.
14930 (vhdl-fixup-whitespace-region): Insert spaces only where
14931 there are none.
14932 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
14933
14934 2005-05-30 John Wiegley <johnw@newartisans.com>
14935
14936 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
14937 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
14938 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
14939 `directory-sep-char' to ?/, and all uses of `string-to-int' to
14940 `string-to-number'.
14941
14942 2005-05-30 Jay Belanger <belanger@truman.edu>
14943
14944 * calc/calc.el (calc-bug-address): Fix docstring.
14945 (calc-window-hook, calc-trail-window-hook): New variables.
14946 (calc-trail-display): Restore use of calc-trail-window-hook.
14947 (calc): Restore use of calc-window-hook.
14948
14949 2005-05-31 Masatake YAMATO <jet@gyve.org>
14950
14951 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
14952
14953 * help-fns.el (help-C-file-name): Add autoload mark for
14954 `find-function-noselect'.
14955
14956 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
14957
14958 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
14959 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
14960
14961 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14962
14963 * calendar/diary-lib.el (mark-included-diary-files): Only kill
14964 included diary buffer if it was not already being visited.
14965 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
14966
14967 * calendar/icalendar.el (top-level): Do not require appt.
14968
14969 * mail/supercite.el (sc-select-attribution): Only use a list
14970 element from sc-attrib-selection-list if it returns a string.
14971 Reported by Davide G. M. Salvetti <salve@debian.org>.
14972
14973 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
14974
14975 * thumbs.el (thumbs-thumbname): The resulting thumbname now
14976 includes a hash value to improve its uniqueness, and has a ".jpg"
14977 extension. Also, it is now a valid filename on all systems.
14978 (thumbs-make-thumb): Use `let', not `let*'.
14979 (thumbs-show-thumbs-list): Check for JPEG availability.
14980
14981 2005-05-30 Richard M. Stallman <rms@gnu.org>
14982
14983 * filesets.el (filesets-menu-ensure-use-cached):
14984 Prevent warning when emacs-version>= is undefined.
14985
14986 * printing.el (pr-interactive-n-up): Use string-to-number.
14987
14988 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
14989
14990 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14991 Warn only when name to be defined is quoted.
14992
14993 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
14994
14995 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
14996 Make regexp more robust.
14997 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
14998 Force regeneration of disassembly.
14999
15000 2005-05-29 Jay Belanger <belanger@truman.edu>
15001
15002 * calc/calc.el (calc-user-invocation): Check if
15003 calc-invocation-macro is non-nil.
15004
15005 2005-05-29 Juri Linkov <juri@jurta.org>
15006
15007 * add-log.el (change-log-font-lock-keywords):
15008 Add `+' to e-mail regexp to accept mail address with keywords.
15009
15010 * man.el (Man-name-regexp): Add `:' to accept qualified names.
15011
15012 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
15013
15014 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
15015
15016 * ielm.el (inferior-emacs-lisp-mode): Ditto.
15017
15018 2005-05-29 Richard M. Stallman <rms@gnu.org>
15019
15020 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
15021 Undo the change that moves to end of the current word.
15022
15023 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15024
15025 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
15026 Throw error when count <= 0 to ensure input is a number.
15027 (gdb-read-memory-custom): Pick up address from buffer.
15028 (gdb-memory-mode): Allow user to increment and decrement
15029 memory address from header line.
15030
15031 2005-05-29 Richard M. Stallman <rms@gnu.org>
15032
15033 * flyspell.el (flyspell-version): Function deleted.
15034 (flyspell-auto-correct-previous-hook): Doc fix.
15035
15036 * jit-lock.el (jit-lock-function, jit-lock-after-change):
15037 Do nothing if memory is full.
15038
15039 * font-lock.el (font-lock-fontify-syntactically-region):
15040 Pass t for GREEDY to looking-back.
15041
15042 * saveplace.el (save-place-alist-to-file): Write the file
15043 using write-region.
15044
15045 * subr.el (looking-back): New argument GREEDY.
15046
15047 * progmodes/compile.el (compilation-start): Set the mode
15048 before inserting the initial text.
15049
15050 * progmodes/which-func.el (which-func-update-1): Turn the mode
15051 off in case of error by setting which-func-mode.
15052
15053 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
15054
15055 * flyspell.el (flyspell-auto-correct-previous-word):
15056 Narrow down to what's on the screen, and recenter overlays
15057 at the end of the next word.
15058
15059 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
15060
15061 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
15062 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
15063 (flyspell-abbrev-p): Default to nil.
15064 (flyspell-use-global-abbrev-table-p): Doc fix.
15065 (flyspell-large-region): Allow nil as value.
15066 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
15067
15068 (mail-mode-flyspell-verify): More robust handling
15069 of `mail-header-separator'. More efficient signature detection.
15070 Allow for regexp metacharacters in message-header-separator.
15071 Adding `To' not to be checked in mail-mode-flyspell-verify.
15072
15073 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
15074 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
15075 Bind flyspell-auto-correct-binding.
15076 Bind C-. and C-, .
15077 (flyspell-mode-map): Likewise.
15078 (flyspell-mode): Doc fix.
15079 (flyspell-accept-buffer-local-defs): Preserve current buffer.
15080 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
15081 (flyspell-word-cache-result): New var, always local.
15082 (flyspell-check-pre-word-p): Doc fix.
15083 (flyspell-check-changed-word-p): Handle spc like newline.
15084 (flyspell-post-command-hook): Set flyspell-word-cache-result.
15085 (flyspell-word-search-backward, flyspell-word-search-forward):
15086 New functions.
15087 (flyspell-word): Return t if nothing to check.
15088 When parsing TeX code, check for after } or \.
15089 Use flyspell-word-search-backward to find previous word.
15090 Return nil if duplicated word.
15091 For word already checked, return same value as last time.
15092 Set flyspell-word-cache-result after checking.
15093 Don't clobber the return value.
15094 (flyspell-get-word): Major rewrite.
15095 (flyspell-external-point-words): New locals pword, pcount.
15096 Fix size used in progress message.
15097 Find the proper corresponding word in flyspell-large-region-buffer.
15098 (flyspell-region): Check for flyspell-large-region = nil.
15099 (flyspell-highlight-incorrect-region): Clean up overlays in region.
15100 (flyspell-auto-correct-word): Check that WORD is a cons.
15101 (flyspell-correct-word): Likewise.
15102
15103 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
15104
15105 * progmodes/make-mode.el (makefile-rule-action-regex)
15106 (makefile-macroassign-regex, makefile-makepp-mode)
15107 (makefile-bsdmake-mode): Continuation lines may be empty.
15108 Reported by Joshua Varner.
15109 (makefile-makepp-font-lock-keywords): Add $(stem).
15110
15111 2005-05-28 Karl Berry <karl@gnu.org>
15112
15113 * textmodes/tex-mode.el: Now that tex-send-command calls
15114 shell-quote-argument (2005-03-31 change), remove all calls to
15115 shell-quote-argument; they all end up invoking tex-send-command.
15116 The double quoting loses on filenames with non-safe characters,
15117 such as "@". Reported by Frederik Fouvry.
15118
15119 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
15120
15121 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
15122 about preserving point.
15123
15124 2005-05-27 Jay Belanger <belanger@truman.edu>
15125
15126 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
15127 Info-goto-node.
15128
15129 * calc/calc-embed.el (calc-embed-arg): New variable.
15130 (calc-do-embedded-activate, calc-embedded-activate-formula)
15131 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
15132 variable by new variable.
15133 (calc-embedded-make-info): Replace undeclared variable by new
15134 variable. When selecting region with positive prefix
15135 argument, use end of previous line instead of beginning of line.
15136
15137 * calc/calc-aent.el (calc-arg-values): Declare it.
15138
15139 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
15140 Declare them.
15141
15142 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
15143
15144 * calc/calc.el (calc-alg-map): Declare it.
15145
15146 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
15147
15148 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
15149
15150 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
15151 (gdb-registers-buffer, toggle-gdb-all-registers):
15152 Toggle display of floating point registers.
15153 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
15154
15155 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
15156 (toggle-gud-tooltip-dereference):
15157 Rename from gud-toggle-tooltip-dereference.
15158
15159 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
15160
15161 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
15162
15163 2005-05-27 Jay Belanger <belanger@truman.edu>
15164
15165 * calc/calc-prog.el (calc-kbd-report): Remove.
15166 (calc-kbd-query): Rewrite.
15167
15168 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
15169
15170 * image.el (image-library-alist): Move to image.c.
15171 (image-type-available-p): Doc fix.
15172
15173 2005-05-27 Lute Kamstra <lute@gnu.org>
15174
15175 * calc/calc.el (calc):
15176 * outline.el (outline-1, outline-2, outline-3, outline-4)
15177 (outline-5, outline-6, outline-7, outline-8):
15178 * textmodes/dns-mode.el (dns-mode):
15179 * textmodes/sgml-mode.el (sgml-namespace-face):
15180 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
15181 (tex-verbatim-face, tex-use-reftex):
15182 * textmodes/texinfo.el (texinfo-heading-face):
15183 Specify customization group.
15184
15185 * longlines.el: Don't require easy-mmode.
15186 (longlines-visible-face): Specify customization group.
15187
15188 2005-05-27 Kenichi Handa <handa@m17n.org>
15189
15190 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
15191 encoding table of windows-1251.
15192
15193 * international/ucs-tables.el (ucs-set-table-for-input):
15194 If translation-table-for-input of a coding system is a symbol, get
15195 its translation-table property.
15196
15197 * international/code-pages.el: Don't register a coding system into
15198 non-iso-charset-alist more than once.
15199 (cp-make-coding-system): Likewise.
15200
15201 2005-05-26 John Wiegley <johnw@newartisans.com>
15202
15203 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
15204 `eshell-resume-eval' is wrapped in a list, it indicates that the
15205 command was run asynchronously. In that case, unwrap the value
15206 before checking the delimiter value.
15207
15208 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
15209 character before a space at the end of a line is \, assume the space
15210 is part of the last argument rather than a final argument separator.
15211
15212 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
15213 is in use, and the target is `t' or `nil' (which are the most common
15214 values), don't assume that the symbol target is a buffer.
15215
15216 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
15217
15218 * calendar/calendar.el (calendar-mode-line-format):
15219 Use mode-line-highlight as mouse-face.
15220
15221 * time.el (display-time-string-forms, display-time-update):
15222 Use mode-line-highlight as mouse-face.
15223
15224 2005-05-26 Jay Belanger <belanger@truman.edu>
15225
15226 * calc/calc.el (calc-language-alist): Remove extra defvar.
15227
15228 2005-05-26 Lute Kamstra <lute@gnu.org>
15229
15230 * arc-mode.el (archive-mode):
15231 * bookmark.el (bookmark-read-annotation-mode)
15232 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
15233 * bs.el (bs-mode):
15234 * calc/calc-yank.el (calc-edit-mode):
15235 * calc/calc.el (calc-mode, calc-trail-mode):
15236 * calculator.el (calculator-mode):
15237 * chistory.el (command-history-mode):
15238 * comint.el:
15239 * cus-edit.el (custom-mode):
15240 * descr-text.el (describe-text-mode):
15241 * ebuff-menu.el (Electric-buffer-menu-mode):
15242 * ediff-util.el (ediff-mode):
15243 * emacs-lisp/re-builder.el (reb-mode):
15244 * emulation/vi.el (vi-mode-setup):
15245 * emulation/ws-mode.el (wordstar-mode):
15246 * eshell/esh-mode.el (eshell-mode):
15247 * forms.el (forms-mode):
15248 * help-mode.el (help-mode):
15249 * hexl.el (hexl-mode):
15250 * ibuffer.el (ibuffer-mode):
15251 * ielm.el (inferior-emacs-lisp-mode):
15252 * info.el (Info-mode, Info-edit-mode):
15253 * international/swedish.el:
15254 * ledit.el (ledit-from-lisp-mode):
15255 * locate.el (locate-mode):
15256 * mail/rmail.el (rmail-mode):
15257 * mail/rmailedit.el (rmail-edit-mode):
15258 * mail/rmailsum.el (rmail-summary-mode):
15259 * mail/supercite.el (sc-electric-mode):
15260 * net/eudc.el (eudc-mode):
15261 * net/quickurl.el (quickurl-list-mode):
15262 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
15263 * obsolete/ooutline.el (outline-mode):
15264 * obsolete/options.el (Edit-options-mode):
15265 * obsolete/rnews.el (news-mode):
15266 * obsolete/rnewspost.el (news-reply-mode):
15267 * play/5x5.el (5x5-mode):
15268 * play/decipher.el (decipher-mode, decipher-stats-mode):
15269 * play/gomoku.el (gomoku-mode):
15270 * play/snake.el (snake-mode):
15271 * play/solitaire.el (solitaire-mode):
15272 * play/tetris.el (tetris-mode):
15273 * progmodes/ada-mode.el (ada-mode):
15274 * progmodes/antlr-mode.el (antlr-mode):
15275 * progmodes/autoconf.el (autoconf-mode):
15276 * progmodes/dcl-mode.el (dcl-mode):
15277 * progmodes/delphi.el (delphi-mode):
15278 * progmodes/ebrowse.el (ebrowse-tree-mode)
15279 (ebrowse-electric-list-mode, ebrowse-member-mode)
15280 (ebrowse-electric-position-mode):
15281 * progmodes/f90.el (f90-mode):
15282 * progmodes/fortran.el (fortran-mode):
15283 * progmodes/icon.el (icon-mode):
15284 * progmodes/idlw-help.el (idlwave-help-mode):
15285 * progmodes/idlw-shell.el (idlwave-shell-mode):
15286 * progmodes/idlwave.el (idlwave-mode):
15287 * progmodes/inf-lisp.el (inferior-lisp-mode):
15288 * progmodes/m4-mode.el (m4-mode):
15289 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
15290 * progmodes/modula2.el (modula-2-mode):
15291 * progmodes/octave-inf.el (inferior-octave-mode):
15292 * progmodes/octave-mod.el (octave-mode):
15293 * progmodes/pascal.el (pascal-mode):
15294 * progmodes/sh-script.el (sh-mode):
15295 * progmodes/sql.el (sql-mode, sql-interactive-mode):
15296 * progmodes/vhdl-mode.el (vhdl-mode):
15297 * progmodes/xscheme.el (scheme-interaction-mode):
15298 * replace.el (occur-mode):
15299 * ses.el (ses-mode):
15300 * simple.el (completion-list-mode):
15301 * skeleton.el:
15302 * speedbar.el (speedbar-mode):
15303 * term.el (term-mode):
15304 * terminal.el (terminal-edit-mode):
15305 * textmodes/reftex-index.el (reftex-index-mode)
15306 (reftex-index-phrases-mode):
15307 * textmodes/reftex-sel.el (reftex-select-label-mode)
15308 (reftex-select-bib-mode):
15309 * textmodes/reftex-toc.el (reftex-toc-mode):
15310 * wdired.el (wdired-change-to-wdired-mode):
15311 * wid-browse.el (widget-browse-mode):
15312 Use run-mode-hooks.
15313
15314 * array.el (array-mode):
15315 * calendar/todo-mode.el (todo-mode):
15316 * man.el (Man-mode):
15317 * play/landmark.el (lm-mode):
15318 * play/mpuz.el (mpuz-mode):
15319 Use kill-all-local-variables and run-mode-hooks.
15320
15321 * subr.el (delay-mode-hooks): Specify indentation.
15322
15323 2005-05-26 Mark A. Hershberger <mah@everybody.org>
15324
15325 * xml.el (xml-substitute-special): Don't die for undefined xml
15326 entities.
15327
15328 2005-05-26 Jay Belanger <belanger@truman.edu>
15329
15330 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
15331 of nil.
15332
15333 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
15334
15335 * progmodes/gdb-ui.el (gdb-frame-address):
15336 Rename from gdb-current-address.
15337 (gdb-previous-frame-address): Rename from gdb-previous-address.
15338 (gdb-selected-frame): Rename from gdb-current-frame.
15339 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
15340 (gdb-frame-number): Rename from gdb-current-stack-level.
15341 (gdb-ann3): Match new mode-name for disassembly buffer.
15342 Extend initialization of variables.
15343 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
15344 (gdb-memory-mode): Use mouse-face in header line.
15345 (gdb-assembler-buffer-name): Call it disassembly and give frame
15346 in mode line.
15347 (gdb-source-spec-regexp, gdb-assembler-custom)
15348 (gdb-invalidate-assembler, gdb-frame-handler):
15349 Make robust to leading zeroes in address format.
15350
15351 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
15352
15353 * textmodes/org.el (org-mode): Use `define-derived-mode' to
15354 define `org-mode'.
15355 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
15356
15357 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
15358
15359 * log-edit.el (log-edit-changelog-entries): Distinguish between
15360 filenames like xfns.c and fns.c.
15361
15362 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
15363
15364 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
15365 point after reverting.
15366 (Buffer-menu-make-sort-button): Handle the case where
15367 `Buffer-menu-use-header-line' is nil.
15368
15369 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
15370
15371 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
15372 New funcs. In minibuffer-local-completion-map bind `]', `/'
15373 and `:' to them.
15374
15375 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
15376
15377 * startup.el (normal-top-level): Allow modification of load-path while
15378 we're iterating over it.
15379
15380 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
15381
15382 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
15383 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
15384 (thumbs-resize-interactive, thumbs-insert-image)
15385 (thumbs-insert-thumb, thumbs-dired-show-marked)
15386 (thumbs-find-image-at-point, thumbs-delete-images)
15387 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
15388 (thumbs-increment-image-size, thumbs-decrement-image-size):
15389 Fix typos in docstrings.
15390
15391 2005-05-24 Andre Spiegel <spiegel@gnu.org>
15392
15393 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
15394 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
15395 (cperl-mode): Use them.
15396
15397 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
15398
15399 * window.el (quit-window, shrink-window-if-larger-than-buffer):
15400 Doc fixes.
15401
15402 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
15403
15404 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
15405 Bind C-d to gdb-inferior-io-eof.
15406
15407 * dired.el (dired-dnd-popup-notice): Use message-box.
15408
15409 2005-05-23 Masatake YAMATO <jet@gyve.org>
15410
15411 * bindings.el (mode-line-major-mode-keymap):
15412 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
15413
15414 * faces.el (mode-line-highlight): New face.
15415
15416 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
15417 as mouse-face.
15418
15419 * bindings.el (top-level, help-echo, mode-line-modified)
15420 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
15421 as mouse-face.
15422
15423 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
15424
15425 * progmodes/cc-engine.el (c-guess-basic-syntax):
15426 Remove spurious call to `zerop'.
15427
15428 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
15429
15430 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
15431
15432 CC Mode update to 5.30.10:
15433
15434 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
15435 could go past the limit in decoration level 2, thereby causing
15436 errors during interactive fontification.
15437
15438 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
15439 the file is evaluated interactively.
15440
15441 * cc-engine.el (c-guess-basic-syntax): Handle operator
15442 declarations somewhat better in C++.
15443
15444 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
15445 make use of `run-mode-hooks' which has been added in Emacs 21.1.
15446 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
15447 (awk-mode): Use it.
15448 (make-local-hook): Suppress warning about obsoleteness.
15449
15450 * cc-engine.el, cc-align.el, cc-cmds.el
15451 (c-append-backslashes-forward, c-delete-backslashes-forward)
15452 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
15453 Compensate for return value from `forward-line' when it has moved
15454 but not to a different line due to eob.
15455
15456 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
15457 `objc-method-intro' and `objc-method-args-cont'.
15458
15459 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
15460
15461 CC Mode update to 5.30.10:
15462
15463 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
15464 in the copyright statement. Incidentally, change "along with GNU
15465 Emacs" to "along with this program" where it occurs.
15466
15467 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
15468 so that it is interactive, hence can be found by M-x awk-mode
15469 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
15470 <gmorris+emacs@ast.cam.ac.uk>.
15471
15472 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
15473 Mode's regexps.
15474
15475 2005-05-23 Kevin Ryde <user42@zip.com.au>
15476
15477 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
15478 c-parse-state, to avoid a lisp error (on bad code).
15479
15480 2005-05-23 Lute Kamstra <lute@gnu.org>
15481
15482 * subr.el (font-lock-defaults): Remove defvar as it's already
15483 defined in font-core.el.
15484
15485 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
15486
15487 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
15488
15489 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
15490 more general and work when GDB variable "print pretty" is on,
15491 as with Emacs, for example.
15492
15493 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
15494
15495 * font-core.el: Update comment.
15496
15497 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
15498 Use `after-change-major-mode-hook' instead of `find-file-hook'.
15499
15500 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
15501
15502 2005-05-22 Eli Zaretskii <eliz@gnu.org>
15503
15504 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
15505 and `yank-handler' in the doc strings.
15506
15507 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
15508
15509 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
15510
15511 2005-05-22 Richard M. Stallman <rms@gnu.org>
15512
15513 * help.el (describe-key): Move print-help-return-message call
15514 out of conditional.
15515
15516 * progmodes/etags.el (list-tags): Use with-no-warnings.
15517
15518 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
15519 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
15520 (starttls-extra-args, starttls-extra-arguments): Add defvars.
15521
15522 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
15523
15524 * language/viet-util.el (viet-viscii-nonascii-translation-table):
15525 Add defvar.
15526
15527 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
15528 Use defvar, not defconst.
15529
15530 * hexl.el (hexl-follow-line): Use with-no-warnings.
15531
15532 * emulation/tpu-extras.el: Use write-file-functions instead of
15533 write-file-hooks.
15534
15535 * dired.el (dired-font-lock-keywords): Fontify files with junk
15536 extensions even if marked by -F.
15537
15538 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
15539
15540 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
15541 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
15542 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
15543 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
15544 (concatenate, list-length, get*, getf, cl-remprop):
15545 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
15546 (etypecase, progv, lexical-let, lexical-let*)
15547 (multiple-value-bind, multiple-value-setq, shiftf):
15548 Improve argument/docstring consistency.
15549
15550 * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
15551
15552 2005-05-22 Andre Spiegel <spiegel@gnu.org>
15553
15554 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
15555 doesn't exist.
15556
15557 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
15558 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
15559
15560 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
15561
15562 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
15563 already deleted variables: auto-fill-hook, blink-paren-hook,
15564 lisp-indent-hook, inhibit-local-variables, unread-command-event,
15565 suspend-hooks, comment-indent-hook, meta-flag,
15566 before-change-function, after-change-function,
15567 font-lock-doc-string-face.
15568
15569 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
15570
15571 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
15572
15573 2005-05-21 Eli Zaretskii <eliz@gnu.org>
15574
15575 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
15576 rmail-dont-reply-to.
15577
15578 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
15579
15580 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
15581 literal blank when splitting new-header-values.
15582
15583 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
15584
15585 * calendar/cal-menu.el (cal-menu-update): Add separator as a
15586 string so that tmm doesn't create a completion entry for it.
15587
15588 * textmodes/table.el (table-disable-menu): Ditto.
15589
15590 2005-05-21 Richard M. Stallman <rms@gnu.org>
15591
15592 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
15593
15594 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
15595
15596 * net/rcompile.el (remote-compile): Use compilation-start.
15597
15598 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
15599
15600 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
15601
15602 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
15603 Default to makefile-bsdmake-mode on BSD systems.
15604
15605 * imenu.el (imenu-generic-expression, imenu--generic-function'):
15606 REGEXP may also be a search function now. The part of doc-string
15607 for describing the structure was 95% identical to that of
15608 `imenu--generic-function'. Unify it there.
15609
15610 * progmodes/make-mode.el (makefile-imenu-generic-expression):
15611 Use function to find dependencies, because regexp alone is so complex,
15612 it easily goes into an endless loop.
15613 (makefile-makepp-mode): Also add submenu for Perl functions
15614 defined in the makefile.
15615 (makefile-bsdmake-mode): Special imenu-generic-expression no
15616 longer needed, due to function call.
15617 (makefile-match-dependency): Take BOUND into account when checking
15618 if we're through.
15619
15620 2005-05-20 Jay Belanger <belanger@truman.edu>
15621
15622 * calc/calc-units.el (calc-invalidate-units-table):
15623 Use inhibit-read-only.
15624 (math-build-units-table-buffer): Use view-mode.
15625
15626 2005-05-20 David Kastrup <dak@gnu.org>
15627
15628 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
15629 easy-menu-add is not a nop on Emacs; and clarify when to call it.
15630
15631 2005-05-20 Lute Kamstra <lute@gnu.org>
15632
15633 * diff-mode.el (diff-header-face, diff-file-header-face)
15634 (diff-index-face, diff-hunk-header-face, diff-removed-face)
15635 (diff-added-face, diff-changed-face, diff-function-face)
15636 (diff-context-face, diff-nonexistent-face): Put them in the
15637 diff-mode customization group.
15638
15639 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
15640
15641 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
15642
15643 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
15644
15645 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
15646 Minor regexp-optimization.
15647
15648 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
15649
15650 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
15651 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
15652 (org-agenda-add-time-grid-maybe): New function.
15653 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
15654 (org-table-create): `dotimes' instead of `mapcar'.
15655 (org-xor): Simplify implementation.
15656 (org-agenda): `inhibit-redisplay' turned on.
15657 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
15658 a consistent line after a state change.
15659 (org-agenda-remove-times-when-in-prefix): New option.
15660 (org-prefix-has-time): New variable.
15661 (org-parse-time-string): Optional argument NODEFAULT.
15662 (org-format-agenda-item): Parse items for time-of-day
15663 specifications and move these into the prefix if possible.
15664 (org-agenda-priority): Get current heading, not previous heading
15665 during agenda remote editing.
15666
15667 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
15668
15669 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
15670 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
15671 (remove-duplicates, delete-duplicates, substitute)
15672 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
15673 (nsubstitute-if-not, find, find-if, find-if-not, position)
15674 (position-if, position-if-not, count, count-if, count-if-not)
15675 (mismatch, search, sort*, stable-sort, merge, member*)
15676 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
15677 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
15678 (intersection, nintersection, set-difference, nset-difference)
15679 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
15680 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
15681 (nsublis, tree-equal): Improve argument/docstring consistency.
15682
15683 * subr.el (send-string, send-region): Remove obsolescence declaration.
15684 (window-dot, set-window-dot, read-input, show-buffer)
15685 (eval-current-buffer, string-to-int):
15686 Add release number to obsolescence declarations.
15687
15688 2005-05-19 Kim F. Storm <storm@cua.dk>
15689
15690 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
15691 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
15692
15693 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
15694
15695 * faces.el (list-faces-display): Make back button respect optional
15696 regexp arg.
15697
15698 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
15699
15700 * calculator.el (calculator-radix-grouping-mode)
15701 (calculator-radix-grouping-digits, calculator-displayer)
15702 (calculator-radix-grouping-separator, calculator-copy-displayer):
15703 * dabbrev.el (dabbrev-search-these-buffers-only):
15704 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
15705 (diff-advance-after-apply-hunk, diff-mode-hook)
15706 (diff-minor-mode-prefix):
15707 * imenu.el (imenu-use-popup-menu):
15708 * jit-lock.el (jit-lock-context-time):
15709 * newcomment.el (comment-fill-column, comment-column)
15710 (comment-style, comment-padding, comment-multi-line)
15711 (comment-empty-lines, comment-auto-fill-only-comments):
15712 * reveal.el (reveal-around-mark):
15713 * uniquify.el (uniquify-buffer-name-style)
15714 (uniquify-after-kill-buffer-p)
15715 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
15716 (uniquify-min-dir-content, uniquify-separator)
15717 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
15718 * w32-vars.el (w32-fixed-font-alist):
15719 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
15720 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
15721 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
15722 * progmodes/perl-mode.el (perl-indent-level)
15723 (perl-continued-statement-offset, perl-continued-brace-offset)
15724 (perl-brace-offset, perl-brace-imaginary-offset)
15725 (perl-label-offset, perl-indent-continued-arguments)
15726 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
15727 * progmodes/tcl.el (tcl-indent-level)
15728 (tcl-continued-indent-level, tcl-auto-newline)
15729 (tcl-tab-always-indent, tcl-electric-hash-style)
15730 (tcl-help-directory-list, tcl-use-smart-word-finder)
15731 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
15732 (inferior-tcl-source-command):
15733 * textmodes/fill.el (enable-kinsoku):
15734 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
15735 * textmodes/table.el (table-yank-handler):
15736 Specify missing group (and type, if simple) in defcustom.
15737
15738 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
15739
15740 * progmodes/compile.el (compilation-finish-function): Fix defvar.
15741
15742 2005-05-19 Richard M. Stallman <rms@gnu.org>
15743
15744 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
15745
15746 * subr.el (event-basic-type): Don't get an error.
15747 (left-fringe-p): Function deleted.
15748
15749 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
15750 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
15751
15752 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
15753 in recursive copy.
15754
15755 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
15756
15757 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
15758
15759 * emacs-lisp/bytecomp.el
15760 (byte-compile-file-form-custom-declare-variable):
15761 Call byte-compile-nogroup-warn if appropriate.
15762
15763 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
15764 (compilation-set-window): Don't call left-fringe-p; do it directly.
15765
15766 2005-05-19 Jay Belanger <belanger@truman.edu>
15767
15768 * calc/calc-graph.el (calc-graph-format-data): Make sure
15769 var-PlotRejects is bound before trying to check its value.
15770
15771 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
15772
15773 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
15774 definition of this variable from reftex-global.el to reftex.el,
15775 because it is needed in the menu.
15776
15777 2005-05-19 Lute Kamstra <lute@gnu.org>
15778
15779 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
15780 years are fixed. Don't insert a space after a dash.
15781
15782 2005-05-19 Kim F. Storm <storm@cua.dk>
15783
15784 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
15785
15786 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
15787
15788 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
15789 strings, because (eq ... ?\\) is fairly frequent.
15790
15791 * progmodes/make-mode.el (makefile-add-this-line-targets):
15792 Simplify and integrate into `makefile-pickup-targets'.
15793 (makefile-add-this-line-macro): Simplify and integrate into
15794 `makefile-pickup-macros.
15795 (makefile-pickup-filenames-as-targets): Simplify.
15796 (makefile-previous-dependency, makefile-match-dependency):
15797 Don't stumble over `::'.
15798
15799 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
15800
15801 * subr.el (post-command-idle-hook, post-command-idle-delay):
15802 Remove obsoletion of post-command-idle-hook and
15803 post-command-idle-delay.
15804
15805 * faces.el (list-faces-display): Provide button when describe-face
15806 is called to take user back to the list of faces.
15807
15808 * help-fns.el (describe-variable): Remove hyperlinks in a
15809 variable's value as these are quite frequently inappropriate.
15810
15811 * follow.el (follow-submit-feedback, follow-mode):
15812 Remove references to post-command-idle-hook.
15813
15814 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
15815
15816 * progmodes/make-mode.el (makefile-previous-dependency)
15817 (makefile-match-dependency): Check for := (and in bsd mode also
15818 !=) to give a better result, even when font-lock is not on.
15819
15820 2005-05-18 Jay Belanger <belanger@truman.edu>
15821
15822 * calc/calc-help.el (calc-s-prefix-help):
15823 Add `calc-copy-special-constant' to help string.
15824
15825 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
15826
15827 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
15828
15829 2005-05-18 Jay Belanger <belanger@truman.edu>
15830
15831 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
15832 in linear factors are in proper order.
15833
15834 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
15835
15836 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
15837 Support for jurabib.
15838
15839 * textmodes/reftex.el (featurep): Define aliases for overlay
15840 commands, for XEmacs compatibility, and use these aliases in
15841 overlay initializations.
15842 (reftex-highlight): Use `reftex-move-overlay'.
15843 (reftex-unhighlight): Use `reftex-delete-overlay'.
15844 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
15845 (reftex-access-search-path): Use `reftex-uniquify' instead of
15846 `reftex-uniq'
15847
15848 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
15849 `before-string' property modification enables for Emacs as well.
15850 (reftex-select-item): Use `reftex-delete-overlay'.
15851 (reftex-select-mark): Use `reftex-make-overlay' and
15852 `reftex-overlay-put'.
15853 (reftex-select-unmark): Use `reftex-delete-overlay' and
15854 `reftex-overlay-put'.
15855
15856 2005-05-18 Lute Kamstra <lute@gnu.org>
15857
15858 * emacs-lisp/lisp.el (check-parens): Fix docstring.
15859
15860 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
15861
15862 * add-log.el (add-change-log-entry):
15863 * array.el (array-make-template, array-reconfigure-rows)
15864 (array-init-max-row, array-init-max-column)
15865 (array-init-columns-per-line, array-init-field-width):
15866 * replace.el (replace-match-maybe-edit, perform-replace):
15867 * textmodes/spell.el (spell-region):
15868 Replace `read-input' by `read-string'.
15869
15870 * forms.el (forms-mode):
15871 * finder.el (finder-compile-keywords):
15872 * shadowfile.el (shadow-read-files):
15873 Replace `eval-current-buffer' by `eval-buffer'.
15874
15875 * terminal.el (te-pass-through):
15876 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
15877 (ange-ftp-raw-send-cmd):
15878 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
15879 (send-process-next-char, telnet-initial-filter, telnet):
15880 Replace `send-string' by `process-send-string'.
15881
15882 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
15883 (prolog-consult-region): Replace `send-string' by
15884 `process-send-string'; replace `send-region' by `process-send-region'.
15885
15886 * progmodes/delphi.el (delphi-log-msg):
15887 Replace `set-window-dot' by `set-window-point'.
15888
15889 * subr.el (window-dot, set-window-dot, read-input, send-string)
15890 (send-region, show-buffer, eval-current-buffer):
15891 Make really obsolete, as the comment says.
15892
15893 2005-05-17 Kim F. Storm <storm@cua.dk>
15894
15895 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
15896 (cua--init-keymaps): Bind C-return instead of S-return to set
15897 rectangle mark.
15898
15899 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
15900 instead of S-return to toggle/clear rectangle mark.
15901
15902 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
15903
15904 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
15905 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
15906 Also fontify plain strings assigned to variables, mostly so that a
15907 colon has a face and is thus not taken as a dependency separator.
15908 (makefile-previous-dependency): Inline the new matcher, because it
15909 is too complex to work in both directions.
15910 (makefile-match-dependency): Eliminate `backward' arg (see above).
15911 Completely reimplemented so as to not sometimes go into an endless
15912 loop. It should also be more efficient, because first it only
15913 searches for `:', instead of applying the very complex regexp.
15914 (makefile-mode): Cancel `font-lock-support-mode', because blocks
15915 to be fontified in one piece can be too long for JIT.
15916 Makefiles are never *that* big.
15917
15918 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
15919
15920 * dired.el (dired-mode): Simplify.
15921
15922 2005-05-17 Lute Kamstra <lute@gnu.org>
15923
15924 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
15925 defcustom for the mode hook variable.
15926
15927 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
15928 Emacs Lisp Reference Manual.
15929
15930 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
15931
15932 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
15933 (evenp, list*):
15934 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
15935 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
15936
15937 * net/tramp-smb.el (tramp-smb-open-connection):
15938 Pass `tramp-chunksize' as fifth (required) argument.
15939
15940 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
15941
15942 * font-lock.el (lisp-font-lock-keywords-1):
15943 Set `font-lock-negation-char-face' for [^...] char group.
15944 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
15945
15946 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
15947 a var, and refine it to mask one more level of nested vars.
15948 (makefile-rule-action-regex): Turn it into a var, and refine it so
15949 it recognizes backslashed continuation lines as belonging to the
15950 same command.
15951 (makefile-macroassign-regex): Refine it so it recognizes
15952 backslashed continuation lines as belonging to the same command.
15953 (makefile-var-use-regex): Don't look at the next char, because it
15954 might be the same one to be skipped by the initial [^$], leading
15955 to an overlooked variable use.
15956 (makefile-make-font-lock-keywords): Remove two parameters, which
15957 are now variables that some of the modes set locally.
15958 Handle dependency and rule action matching through functions, because
15959 regexps alone match too often. Dependency matching now comes
15960 last, so it can check, whether a colon already matched something else.
15961 (makefile-mode): Inform that font-lock improves makefile parsing
15962 capabilities.
15963 (makefile-match-dependency, makefile-match-action): New functions.
15964
15965 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
15966
15967 * emacs-lisp/cl-extra.el (equalp): Doc fix.
15968
15969 * align.el (align-regexp):
15970 * ansi-color.el (ansi-color-get-face):
15971 * array.el (array-reconfigure-rows, array-init-max-row)
15972 (array-init-max-column, array-init-columns-per-line)
15973 (array-init-field-width):
15974 * dired-aux.el (dired-trample-file-versions):
15975 * dired-x.el (dired-mark-sexp):
15976 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
15977 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
15978 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
15979 * faces.el (face-read-integer):
15980 * files.el (backup-extract-version, insert-directory):
15981 * hexl.el (hexl-insert-decimal-char):
15982 * server.el (server-process-filter):
15983 * shell.el (shell-extract-num):
15984 * startup.el (command-line-1):
15985 * term.el (term-command-hook):
15986 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
15987 (time-stamp-do-number):
15988 * time.el (display-time-update):
15989 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
15990 (timezone-fix-time):
15991 * vms-patch.el (vms-suspend-resume-hook):
15992 * calendar/appt.el (appt-convert-time):
15993 * calendar/cal-bahai.el (mark-bahai-diary-entries):
15994 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
15995 * calendar/cal-islam.el (mark-islamic-diary-entries):
15996 * calendar/calendar.el (calendar-cursor-to-date)
15997 (calendar-star-date):
15998 * calendar/diary-lib.el (diary-attrtype-convert)
15999 (mark-diary-entries, diary-entry-time):
16000 * calendar/solar.el (solar-get-number):
16001 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
16002 * emacs-lisp/re-builder.el (reb-display-subexp):
16003 * emulation/edt.el (edt-set-scroll-margins):
16004 * emulation/tpu-extras.el (tpu-set-scroll-margins):
16005 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
16006 (vip-get-ex-count):
16007 * emulation/viper-ex.el (viper-get-ex-token)
16008 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
16009 * international/fontset.el (fontset-plain-name):
16010 * mail/feedmail.el (feedmail-look-at-queue-directory):
16011 * mail/mailalias.el (mail-get-names):
16012 * mail/rmail.el (rmail-convert-to-babyl-format):
16013 * mail/rmailsum.el (rmail-make-basic-summary-line)
16014 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
16015 (rmail-summary-goto-msg):
16016 * mail/smtpmail.el (smtpmail-read-response):
16017 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
16018 (ange-ftp-vms-add-file-entry):
16019 * play/gametree.el (gametree-looking-at-ply)
16020 (gametree-current-branch-score):
16021 * progmodes/ada-xref.el (ada-prj-find-prj-file)
16022 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
16023 * progmodes/cperl-mode.el (condition-case):
16024 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
16025 (ebrowse-set-member-buffer-column-width)
16026 (ebrowse-select-1st-to-9nth):
16027 * progmodes/etags.el (etags-snarf-tag):
16028 * progmodes/flymake.el (flymake-parse-line):
16029 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
16030 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
16031 (idlwave-shell-menu-def):
16032 * progmodes/ps-mode.el (ps-run-goto-error):
16033 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
16034 (vhdl-speedbar-contract-level):
16035 * term/mac-win.el (x-handle-numeric-switch):
16036 * term/sun-mouse.el (sun-get-frame-data):
16037 * term/w32-win.el (x-handle-numeric-switch):
16038 * term/x-win.el (x-handle-numeric-switch):
16039 * textmodes/ispell.el (ispell-parse-output):
16040 * textmodes/nroff-mode.el (nroff-outline-level):
16041 * textmodes/reftex-cite.el (reftex-bib-sort-year)
16042 (reftex-bib-sort-year-reverse, reftex-format-citation):
16043 * textmodes/reftex-parse.el (reftex-init-section-numbers)
16044 (reftex-section-number):
16045 * textmodes/texinfmt.el (texinfo-paragraphindent):
16046 Replace `string-to-int' by `string-to-number'.
16047
16048 * international/latexenc.el: Add page marker to force the "Local
16049 Variables:" string out of the last page.
16050
16051 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16052
16053 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
16054 tooltip-change-major-mode.
16055 (gud-tooltip-print-command): Remove case where gud-minor-mode
16056 is gdb ("--fullname").
16057 (gud-tooltip-tips): Turn GUD tooltips off for this case and
16058 explain to user.
16059
16060 2005-05-16 Jay Belanger <belanger@truman.edu>
16061
16062 * calc/calc-store.el (calc-copy-special-constant): New function.
16063
16064 * calc/calc-ext.el (calc-init-extensions): Add binding for
16065 `calc-copy-special-constant'.
16066
16067 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
16068 for the `calc-copy-special-constant' command.
16069
16070 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
16071
16072 * subr.el (left-fringe-p): New function.
16073
16074 * progmodes/compile.el (compilation-setup): Set local value of
16075 overlay-arrow-string to "" always.
16076 (compilation-set-window): Left fringe then don't scroll.
16077 No left fringe then no arrow and scroll message to top.
16078 (compilation-context-lines): Adjust doc string accordingly.
16079
16080 2005-05-16 Kim F. Storm <storm@cua.dk>
16081
16082 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
16083 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
16084 (ido-wide-find-dir-or-delete-dir): New command for M-d.
16085 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
16086 (ido-read-file-name): Handle commands with ido property value
16087 equal to find-file as reading a file name, to allow C-d to enter dired.
16088 (ibuffer-find-file): Add ido property with value find-file.
16089
16090 2005-05-15 Kim F. Storm <storm@cua.dk>
16091
16092 * subr.el (open-network-stream-nowait): Remove.
16093 (open-network-stream-server): Remove.
16094
16095 2005-05-15 Richard M. Stallman <rms@gnu.org>
16096
16097 * faces.el (describe-face): Output a definition link button.
16098
16099 * help-mode.el (help-face-def): New button type.
16100
16101 * emacs-lisp/copyright.el (copyright-fix-years):
16102 Match properly if the first year is 2-digit.
16103 Don't mess up the whitespace after the years by filling.
16104
16105 * dired-aux.el (dired-mark-confirm):
16106 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
16107
16108 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
16109 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
16110 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
16111
16112 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
16113 Set font-lock-comment-start-skip.
16114
16115 * font-lock.el (font-lock-comment-start-skip): New variable.
16116 (font-lock-comment-end-skip): New variable.
16117 (font-lock-fontify-syntactically-region): Use them if non-nil.
16118
16119 2005-05-15 Jay Belanger <belanger@truman.edu>
16120
16121 * calc/calc-store.el (calc-store-value): Return a string rather
16122 than display it as a message.
16123 Use calc-var-name for variable name.
16124 (calc-store-into): Add the result of calc-store-value to message.
16125 (calc-copy-variable): Add a message.
16126 (calc-store-exchange): Improve error messages.
16127 (calc-store-binary, calc-store-map): Don't reset the values of
16128 special constants.
16129
16130 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
16131
16132 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
16133 manual to docstring.
16134
16135 * files.el (hack-local-variables-confirm): Add STRING argument.
16136 Make the function handle non file visiting buffers correctly.
16137 (hack-local-variables-prop-line, hack-local-variables)
16138 (hack-one-local-variable): Use STRING arg of
16139 `hack-local-variables-confirm'.
16140
16141 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
16142
16143 Sync with Tramp 2.0.49.
16144
16145 * net/tramp.el (tramp-handle-dired-call-process)
16146 (tramp-handle-insert-directory):`insert-buffer' cannot be used
16147 because the contents of the Tramp buffer is changed before
16148 insertion (`expand-file' and alike).
16149 (tramp-handle-insert-directory): If `localname' has an empty
16150 nondirectory name, it must not be quoted.
16151 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
16152 variable `tramp-chunksize'. Change callees.
16153 (tramp-open-connection-setup-interactive-shell): Check remote host
16154 for buggy `send-process-string' implementation.
16155 Set `tramp-chunksize' if found. Reported by Michael Kifer
16156 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
16157 (tramp-handle-shell-command): `insert-buffer' cannot be used
16158 because the contents of the Tramp buffer is changed before
16159 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
16160 <frederic.bothamy@free.fr>.
16161 (tramp-set-auto-save): Actions should be done for Tramp file name
16162 handler only. Ange-FTP has its own auto-save mechanism.
16163 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
16164 (tramp-set-auto-save-file-modes): Set file modes of
16165 `buffer-auto-save-file-name' to ?\600 as fallback solution.
16166 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
16167 (tramp-bug): Remove obsolete variable.
16168 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
16169 for presence of `mml-mode'. Make it running for older Emacsen as well.
16170
16171 2005-05-14 John Paul Wallington <jpw@pobox.com>
16172
16173 * ibuf-ext.el (define-ibuffer-filter filename):
16174 If `dired-directory' is a list, use its car.
16175
16176 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
16177
16178 * ibuffer.el (define-ibuffer-column filename):
16179 If `dired-directory' is a list, use its car.
16180
16181 2005-05-14 Richard M. Stallman <rms@gnu.org>
16182
16183 * subr.el (symbol-file): Doc fix.
16184
16185 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
16186 (byte-compile-form): Call byte-compile-nogroup-warn.
16187 (byte-compile-warning-types): Doc fix.
16188
16189 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
16190
16191 * progmodes/cc-engine.el (c-literal-faces):
16192 Add font-lock-comment-delimiter-face.
16193
16194 * net/net-utils.el (dig): Use with-no-warnings.
16195
16196 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
16197 (sc-recite-frame-alist, sc-default-cite-frame)
16198 (sc-default-uncite-frame, sc-default-recite-frame)
16199 (sc-attrib-selection-list, sc-rewrite-header-list):
16200 Mark as risky-local-variable.
16201
16202 * international/ogonek.el (ogonek-jak, ogonek-how):
16203 Don't use beginning-of-buffer.
16204
16205 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
16206
16207 * calendar/solar.el (solar-data-list): Move definition up.
16208
16209 * dnd.el (dnd-protocol-alist): Add autoload.
16210
16211 * progmodes/sh-script.el: Many doc usage fixes.
16212 (sh-indent-after-do): Change default to match common styles.
16213
16214 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
16215
16216 * files.el (interpreter-mode-alist)
16217 (auto-mode-interpreter-regexp): Doc fixes.
16218
16219 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
16220
16221 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
16222
16223 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
16224
16225 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16226
16227 * dired.el (dired-mode): make-variable-buffer-local =>
16228 make-local-variable.
16229
16230 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16231
16232 * term/mac-win.el (mac-select-convert-to-string): Try coding
16233 systems in mac-script-code-coding-systems if specified one cannot
16234 encode string for `com.apple.traditional-mac-plain-text'.
16235
16236 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
16237
16238 * progmodes/make-mode.el (makefile-targets-face)
16239 (makefile-shell-face, makefile-makepp-perl-face): New faces.
16240 (makefile-dependency-regex): Fix it to not make the colon in
16241 $(var:a=b) special.
16242 (makefile-rule-action-regex): New regexp for highlighting embedded
16243 Shell strings.
16244 (makefile-macroassign-regex): Handle != for highlighting as
16245 embedded Shell strings.
16246 (makefile-var-use-regex): New const.
16247 (makefile-statements, makefile-automake-statements)
16248 (makefile-gmake-statements, makefile-makepp-statements)
16249 (makefile-bsdmake-statements): New consts.
16250 (makefile-make-font-lock-keywords): New function.
16251 (makefile-automake-font-lock-keywords)
16252 (makefile-gmake-font-lock-keywords)
16253 (makefile-makepp-font-lock-keywords)
16254 (makefile-bsdmake-font-lock-keywords): New consts.
16255 (makefile-mode-map): Add switchers between the various submodes.
16256 (makefile-mode): Document the availability of the variants.
16257 (makefile-automake-mode, makefile-gmake-mode)
16258 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
16259
16260 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
16261 new variants of makefile-mode.
16262
16263 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16264
16265 * font-lock.el (font-lock-comment-delimiter-face): Fix up
16266 the inheritance.
16267
16268 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
16269
16270 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
16271 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
16272
16273 * files.el (normal-mode): Extend the scope of the
16274 `enable-local-variables' binding to include the `set-auto-mode' call.
16275 (magic-mode-alist): Doc fix.
16276
16277 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
16278
16279 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
16280 font-lock-comment-face rather than copying its setting.
16281
16282 2005-05-12 Andreas Schwab <schwab@suse.de>
16283
16284 * eshell/esh-mode.el (eshell-send-input): Doc fix.
16285
16286 2005-05-12 Lute Kamstra <lute@gnu.org>
16287
16288 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
16289 defcustom for the mode hook variable. Delete the last argument.
16290 * generic-x.el: Fix callers of define-generic-mode.
16291 (generic-x-modes): Delete group.
16292 (show-tabs-tab-face, show-tabs-space-face): Put them in the
16293 generic-x customization group.
16294
16295 2005-05-12 Kim F. Storm <storm@cua.dk>
16296
16297 * font-lock.el (font-lock-negation-char-face): Default to "off".
16298
16299 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
16300 font-lock-negation-char-face to ! in !=.
16301
16302 2005-05-12 Masatake YAMATO <jet@gyve.org>
16303
16304 * add-log.el (find-change-log): Fix typos in the docstring
16305 of function.
16306
16307 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16308
16309 * international/latexenc.el (latexenc-find-file-coding-system):
16310 Avoid `re-search-forward' when looking for input encoding because
16311 of speed and safety. Better regular expressions for recognizing
16312 input encoding. Limit a search for TeX-master/tex-main-file to
16313 the local variable section.
16314
16315 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
16316
16317 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
16318 syntax of $ to "'" (quote).
16319
16320 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
16321
16322 * dnd.el (dnd-protocol-alist): Improve custom type.
16323
16324 * dired.el (dired-dnd-protocol-alist): New variable.
16325 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
16326 `dired-mode-hook' to the end.
16327
16328 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
16331 comment-end if comment-start-skip is not set.
16332 Obey the font-lock-comment-delimiter-face variables.
16333
16334 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
16335
16336 * files.el (executable-find): Move from executable.el. Use
16337 locate-file.
16338 * progmodes/executable.el (executable-find): Move to files.el.
16339
16340 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
16341 when trying to ensure forward progress.
16342
16343 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
16344
16345 * mouse-sel.el (mouse-sel-follow-link-p): New function.
16346 (mouse-select, mouse-select-internal, mouse-extend-internal):
16347 Use it to implement mouse-1-click-follows-link functionality.
16348
16349 2005-05-11 Richard M. Stallman <rms@gnu.org>
16350
16351 * font-lock.el (font-lock-fontify-syntactically-region):
16352 Use font-lock-comment-delimiter-face for comment delimiters.
16353
16354 2005-05-10 Jay Belanger <belanger@truman.edu>
16355
16356 * calc/calc-help.el (calc-m-prefix-help): Add mention of
16357 preserving embedded modes.
16358
16359 2005-05-10 Richard M. Stallman <rms@gnu.org>
16360
16361 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
16362
16363 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
16364 Move from ada-stmt.el.
16365 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
16366
16367 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
16368 Move to ada-mode.el.
16369 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
16370
16371 * cus-edit.el (custom-file): Call file-chase-links.
16372
16373 * files.el (read-directory-name): Fix previous change.
16374 (hack-local-variables-confirm): New function.
16375 (hack-local-variables-prop-line, hack-local-variables)
16376 (hack-one-local-variable): Use it.
16377
16378 2005-05-10 Lute Kamstra <lute@gnu.org>
16379
16380 * font-lock.el (font-lock-keywords-alist)
16381 (font-lock-removed-keywords-alist): Clarify docstrings.
16382
16383 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
16384
16385 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
16386 (gdb-source-info): Check for preprocessor info.
16387 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
16388 a macro for a function.
16389 (gdb-info-breakpoints-custom): Try to find file again if not already
16390 found (user might have used GDB dir command).
16391 (gdb-get-location): Update gdb-location-alist correctly for change
16392 to gdb-info-breakpoints-custom.
16393
16394 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
16395 (gud-tooltip-print-command): Add gdbmi case.
16396 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
16397 preprocessor info.
16398
16399 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
16400
16401 * startup.el (fancy-splash-insert): Fix typo in doc string.
16402
16403 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
16404
16405 * obsolete/float.el (string-to-float):
16406 * obsolete/hilit19.el (hilit-add-pattern):
16407 * obsolete/rnews.el (news-parse-range, news-select-message)
16408 (news-get-pruned-list-of-files): Replace `string-to-int' by
16409 `string-to-number'.
16410
16411 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
16412 `find-file-not-found-hooks'; use `add-hook'.
16413 (uncompress-while-visiting): Set `write-file-functions', not
16414 `write-file-hooks'; use `add-hook'.
16415
16416 2005-05-09 Kim F. Storm <storm@cua.dk>
16417
16418 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
16419 (cua-paste): Handle clipboard action.
16420 (cua--init-keymaps): Remap clipboard-kill-region and
16421 clipboard-kill-ring-save.
16422
16423 2005-05-08 Eli Zaretskii <eliz@gnu.org>
16424
16425 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16426 Improve commentary.
16427
16428 * simple.el (next-error-overlay-arrow-position): Revert the change
16429 made on 2005-04-30.
16430
16431 2005-05-07 Jay Belanger <belanger@truman.edu>
16432
16433 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
16434 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
16435 `calc-sel-reselect'.
16436
16437 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
16438 Calc is in embedded mode.
16439
16440 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16441
16442 * progmodes/compile.el (compilation-setup):
16443 Set overlay-arrow-string to an empty string on text terminals.
16444
16445 * textmodes/ispell.el (ispell-program-name): Try looking for
16446 "aspell" along exec-path, and if found, use it as the default
16447 speller program.
16448
16449 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
16450
16451 * international/mule.el (sgml-xml-auto-coding-function):
16452 Recognize encoding='FOO' in single quotes as well as in double quotes.
16453
16454 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
16455
16456 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
16457 as well as `interactive', so that defmacro* would recognize
16458 `declare' forms.
16459
16460 2005-05-07 Eli Zaretskii <eliz@gnu.org>
16461
16462 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
16463 Explain more about the LIGHTER arg's usage in the doc string.
16464 Add commentary to clarify what the code does. Fix the regexp that
16465 strips whitespace from LIGHTER. Quote LIGHTER before using it,
16466 since it could have characters special to regular expressions.
16467
16468 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
16469
16470 * replace.el (occur-1): Bind inhibit-read-only so that
16471 erase-buffer doesn't barf on read-only text properties (likewise
16472 for add-text-properties in occur-engine). Mark buffer as unmodified.
16473 (occur-engine): Don't set buffer-read-only here.
16474
16475 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16476
16477 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
16478 list-buffers-directory. This caused the *cvs-commit* buffer to be
16479 sometimes mistakenly reused as a *cvs* buffer.
16480
16481 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
16482
16483 * tooltip.el: Move code for GUD tooltips into gud.el.
16484 (require): CL no longer needed to compile case.
16485 (tooltip-mode): Do not toggle functions for GUD tooltips.
16486 (tooltip-gud-tips-p): Remove. Replace with minor mode
16487 gud-tooltip-mode in gud.el.
16488 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
16489 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
16490 tooltip-gud prefix with gud-tooltip and obsolete.
16491 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
16492 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
16493 (tooltip-mouse-motion): Mouse movement functions/variable.
16494 Rename in gud.el by adding gud prefix.
16495 (tooltip-gud-original-filter, tooltip-gud-dereference)
16496 (tooltip-gud-event, tooltip-toggle-gud-tips)
16497 (tooltip-gud-process-output, tooltip-gud-print-command)
16498 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
16499 gud.el by replacing tooltip-gud prefix with gud-tooltip.
16500 (gdb-tooltip-print): Move to gdb-ui.el.
16501
16502 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
16503 (require): CL needed to compile case.
16504 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
16505 tooltip-gud-tips-p. Make it a minor-mode.
16506 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
16507 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
16508 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
16509 (gud-tooltip-change-major-mode)
16510 (gud-tooltip-activate-mouse-motions-if-enabled)
16511 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
16512 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
16513 (gud-tooltip-original-filter, gud-tooltip-dereference)
16514 (gud-tooltip-event, tooltip-toggle-gud-tips)
16515 (gud-tooltip-process-output, gud-tooltip-print-command)
16516 (gud-tooltip-tips): Move from tooltip.el.
16517
16518 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
16519 (gdb-cpp-define-alist-flags): Doc fix.
16520 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
16521 gud-tooltip-mode is t.
16522
16523 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16524
16525 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
16526 evaporate if their text is deleted.
16527 (goto-address-at-point): Make it work as a mouse binding as well.
16528 (goto-address-at-mouse): Obsolete it. Update users.
16529
16530 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
16531
16532 * calendar/appt.el (top-level): No longer activate on load.
16533
16534 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
16535
16536 * calendar/cal-bahai.el (mark-bahai-diary-entries):
16537 * net/webjump.el (webjump):
16538 * progmodes/idlw-help.el (idlwave-do-context-help1)
16539 (idlwave-highlight-linked-completions):
16540 * textmodes/po.el (po-find-file-coding-system-guts):
16541 Replace `assoc-ignore-case' by `assoc-string'.
16542
16543 2005-05-06 Eli Zaretskii <eliz@gnu.org>
16544
16545 * files.el (locate-file): Doc fix.
16546
16547 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
16548 Remove the redundant test for ms-dos.
16549
16550 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
16551 look for the preprocessor with exec-suffixes. If not found in
16552 standard places, look in exec-path. Remove most of the tests that
16553 used system-type.
16554
16555 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
16556
16557 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
16558
16559 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
16560 file-name clash with jka-compr.el on 8+3 filesystems.
16561
16562 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
16563
16564 * term/mac-win.el: Don't define or bind scroll bar functions if
16565 x-toolkit-scroll-bars is t.
16566 (x-select-text, x-get-selection-value): Clear
16567 x-last-selected-text-clipboard if x-select-enable-clipboard is
16568 nil.
16569 (PRIMARY): Put mac-scrap-name property.
16570 (mac-select-convert-to-file-url): New function.
16571 (public.file-url): New selection target type. Add to
16572 selection-converter-alist.
16573 (x-get-selection, x-selection-value): Handle it.
16574 (x-cut-buffer-or-selection-value): New alias.
16575
16576 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16577
16578 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
16579 entry to avoid calling bibtex-find-entry with arg global
16580 being t. Remove arg key.
16581 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
16582 (bibtex-copy-summary-as-kill): Change accordingly.
16583
16584 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
16585
16586 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
16587 (org-agenda-date-later): Use with-current-buffer.
16588
16589 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
16590
16591 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
16592 (define-obsolete-variable-alias): Doc Fixes.
16593
16594 2005-05-06 Kim F. Storm <storm@cua.dk>
16595
16596 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
16597 vertical-motion when selective-display is active.
16598
16599 * ido.el (ido-setup-hook): New hook.
16600 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
16601 (ido-input-stack): New var.
16602 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
16603 ido-next-work-file binding to M-O.
16604 Bind M-f to ido-wide-find-file-or-pop-dir.
16605 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
16606 (ido-read-internal): Run ido-setup-hook.
16607 Catch quit in read-file-name and read-string to cancel edit.
16608 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
16609 Automatically pop-all when completing a directory name (RET).
16610 (ido-file-internal): Add with-no-warnings around ffap and dired code.
16611 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
16612 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
16613 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
16614 New functions for M-b/M-f to move among the directory components.
16615 (ido-make-merged-file-list): Catch quit to cancel merge.
16616 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
16617 (ido-completion-help): No warnings for ido-completion-buffer-full.
16618
16619 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
16620
16621 * font-lock.el (font-lock-negation-char-face): New face and variable.
16622 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
16623 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
16624 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
16625 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
16626
16627 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
16628
16629 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
16630 Fix typo in docstring.
16631
16632 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
16633 (ebrowse-print-statistics-line)
16634 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
16635
16636 * term/w32-win.el (image-library-alist): Add additional name for
16637 Xpm library.
16638
16639 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
16640
16641 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
16642 use gcc instead of cpp.
16643
16644 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
16645 (gdb-create-define-alist): Use it.
16646 (gdb-cpp-define-alist-program): Update for MS-DOS.
16647
16648 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
16649
16650 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
16651
16652 2005-05-04 Richard M. Stallman <rms@gnu.org>
16653
16654 * help.el (describe-key): No error when UNTRANSLATED is nil.
16655
16656 * simple.el (line-move-1): Fix previous change to signal errors
16657 appropriately.
16658
16659 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
16660
16661 * calendar/icalendar.el (icalendar-version): Now at 0.12.
16662 (icalendar-duration-correction): Remove.
16663 (icalendar--get-event-properties): Split result at commas.
16664 (icalendar--decode-isoduration): New optional argument
16665 DURATION-CORRECTION.
16666 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
16667 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
16668 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
16669 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
16670 (icalendar--convert-anniversary-to-ical): New functions, extracted
16671 from icalendar-export-region, with bug fixes.
16672 (icalendar-export-region): Use the above functions.
16673 (icalendar-import-buffer): Check before saving diary file.
16674 (icalendar--convert-recurring-to-diary)
16675 (icalendar--convert-non-recurring-all-day-to-diary)
16676 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
16677 extracted from icalendar--convert-ical-to-diary, with bug fixes.
16678 (icalendar--convert-ical-to-diary): Use the above functions.
16679
16680 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
16681
16682 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
16683 Remove these recent additions.
16684 (c-mode): Restore to before 2005-04-28.
16685
16686 * progmodes/cc-vars.el (cc-define-list-program): Remove this
16687 recent addition.
16688
16689 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
16690 (gdb-define-alist): New variables.
16691 (gdb-create-define-alist): New function.
16692 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
16693 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
16694 with string-to-number.
16695 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
16696
16697 * progmodes/gud.el: Replace string-to-int with string-to-number.
16698 (gud-find-file): Handle gdb-define-alist.
16699
16700 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
16701
16702 2005-05-02 Jay Belanger <belanger@truman.edu>
16703
16704 * calc/calc-aent.el (math-read-token):
16705 * calc/calc-bin.el (calc-word-size):
16706 * calc/calc-ext.el (calc-read-number-fancy):
16707 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
16708 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
16709 * calc/calc-frac.el (calc-over-notation):
16710 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
16711 (calc-graph-num-points, calc-graph-init):
16712 * calc/calc-prog.el (calc-read-parse-table-part)
16713 (calc-edit-macro-repeats):
16714 * calc/calc-yank.el (calc-do-grab-rectangle):
16715 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
16716 Replace `string-to-int' by `string-to-number'.
16717
16718 2005-05-02 Kim F. Storm <storm@cua.dk>
16719
16720 * kmacro.el: Use executing-kbd-macro-index variable.
16721
16722 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
16723
16724 * net/rlogin.el (rlogin-parse-words): Delete func.
16725 (rlogin): Use split-string, not rlogin-parse-words.
16726 Also, if there are option-like elements in the parsed args,
16727 take the host to be the first arg immediately following them.
16728 Suggested by Michael Mauger.
16729
16730 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16731
16732 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
16733
16734 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16735
16736 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
16737 (cc-mode-cpp-program): Rename to cc-define-list-program and
16738 move to cc-vars.el.
16739
16740 * progmodes/cc-vars.el (cc-define-list-program):
16741 Change to "gcc -E -dM -". Make customizable.
16742
16743 2005-05-02 Kim F. Storm <storm@cua.dk>
16744
16745 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
16746
16747 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
16748
16749 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
16750
16751 * international/mule-util.el (truncate-string): Remove alias and
16752 obsolete declaration.
16753
16754 * international/mule-cmds.el (update-iso-coding-systems):
16755 Remove alias and obsolete declaration.
16756
16757 * international/mule.el (coding-system-parent): Remove alias and
16758 obsolete declaration.
16759
16760 * subr.el (define-function, sref): Remove aliases and obsolete
16761 declarations.
16762 (chars-in-region): Remove obsolete declaration.
16763
16764 2005-05-01 Richard M. Stallman <rms@gnu.org>
16765
16766 * info.el (Info-mode): Set widen-automatically to nil, locally.
16767
16768 * simple.el (widen-automatically): New variable.
16769 (pop-global-mark): Obey widen-automatically.
16770
16771 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
16772
16773 * term/xterm.el (function-key-map): Call substitute-key-definition
16774 before the keymap size is increased by a lot of define-key calls.
16775
16776 2005-05-01 Richard M. Stallman <rms@gnu.org>
16777
16778 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
16779 Rename ARG to ELEMENT. Doc fix.
16780
16781 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16782
16783 * allout.el (allout-exposure): Remove macro and obsolete declaration.
16784 Remove references to allout-exposure/change to allout-new-exposure.
16785
16786 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
16787 bytecode symbols.
16788
16789 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
16790 (compiled-function-p, focus-frame, unfocus-frame):
16791 Remove aliases and obsolete declarations.
16792 Back out inadvertent changes from previous commit.
16793
16794 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
16795
16796 * files.el (require-final-newline): Make Custom tags consistent
16797 with mode-require-final-newline.
16798 (mode-require-final-newline): Doc fix.
16799
16800 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
16801
16802 * international/latexenc.el (latexenc-find-file-coding-system):
16803 Fix regular expressions.
16804
16805 2005-05-01 David Kastrup <dak@gnu.org>
16806
16807 * international/latexenc.el (latexenc-find-file-coding-system):
16808 Fix regular expressions.
16809
16810 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
16811
16812 * subr.el (string-to-int): Make obsolete.
16813
16814 2005-04-30 Richard M. Stallman <rms@gnu.org>
16815
16816 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
16817
16818 * loadup.el: load jka-comp-hook.
16819
16820 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
16821 (jka-compr-handler): Add autoload. `put' calls moved
16822 to jka-comp-hook.el.
16823 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
16824 (jka-compr-inhibit): Autoload.
16825
16826 * jka-comp-hook.el: New file.
16827 Enable the mode by default.
16828
16829 * files.el (backup-buffer-copy): Use copy-file instead
16830 of write-region, and put back the 'excl.
16831
16832 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
16833
16834 * progmodes/flymake.el (flymake-split-string)
16835 (flymake-split-string, flymake-log, flymake-pid-to-names)
16836 (flymake-reg-names, flymake-get-source-buffer-name)
16837 (flymake-unreg-names, flymake-add-line-err-info)
16838 (flymake-add-err-info): Clarify docstrings.
16839 (flymake-popup-menu, flymake-make-emacs-menu)
16840 (flymake-make-xemacs-menu): Add docstrings.
16841 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
16842 Set variables directly throughout.
16843
16844 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
16845
16846 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
16847 exists. Initialize cc-define-alist.
16848 (c-mode): Add cc-create-define-alist locally to after-save-hook.
16849 If there is no file (Macroexpansion) don't create an alist.
16850
16851 2005-04-29 Sam Steingold <sds@gnu.org>
16852
16853 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
16854 (cc-create-define-alist): Use it instead of the hard-coded string.
16855
16856 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
16857
16858 * international/mule-conf.el (file-coding-system-alist): Fix regexp
16859 for latexenc.
16860
16861 2005-04-29 Lute Kamstra <lute@gnu.org>
16862
16863 * emacs-lisp/generic.el: Improve commentary section.
16864 (define-generic-mode): Improve docstring.
16865
16866 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
16867
16868 * textmodes/org.el (many places): Change to quiet the byte compiler.
16869 (org-prefix-format-compiled): New variable.
16870 (org-compile-prefix-format): New function.
16871 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
16872 (org-agenda-prefix-format, org-timeline-prefix-format): New options.
16873 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
16874 (org-get-entries-from-diary): Use `org-get-time-of-day' for
16875 consistency with entries from `org-mode' files.
16876 (org-get-time-of-day): Fix bug with partial matches early in a line.
16877 (org-non-link-chars): New constant.
16878 (org-link-regexp): Respect `org-non-link-chars'.
16879 (org-agenda-day-view): Remove command.
16880 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
16881 (org-follow-bbdb-link, org-store-link): Search also company field.
16882 (org-highlight-overlay): New variable.
16883 (org-highlight, org-unhighlight): New functions.
16884 (org-agenda-mode): Add pre-command-hook to remove highlight.
16885 (org-evaluate-time-range): Behavior depends upon whether time stamp
16886 contains a time or not.
16887 (org-show-subtree, org-show-entry): New functions.
16888 (org-agenda-cleanup-fancy-diary): Remove empty lines.
16889
16890 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
16891
16892 * comint.el (comint-output-filter-functions): Add autoload cookie.
16893
16894 2005-04-28 Kim F. Storm <storm@cua.dk>
16895
16896 * ido.el (ido-everywhere): Fix last change.
16897
16898 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
16899
16900 * international/latexenc.el: New file.
16901 * international/mule-conf.el (file-coding-system-alist): For .tex,
16902 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
16903
16904 2005-04-28 Lute Kamstra <lute@gnu.org>
16905
16906 * font-lock.el (font-lock-add-keywords)
16907 (font-lock-remove-keywords): Clarify docstring.
16908 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
16909 Don't start docstrings with a `*'.
16910 (font-lock-update-removed-keyword-alist): Give it a docstring.
16911
16912 * generic-x.el: Update commentary section.
16913 Only require font-lock when compiling.
16914 Define all modes conditionally.
16915 Place all generic modes in the generic-x-modes customization group.
16916 (generic-x-modes): New customization group.
16917 (generic-default-modes, generic-mswindows-modes)
16918 (generic-unix-modes, generic-other-modes): New constants.
16919 (generic-define-mswindows-modes, generic-define-unix-modes):
16920 Update docstrings. Make them obsolete.
16921 (generic-extras-enable-list): New default value. Update docstring.
16922 Improve :type. Change :set function.
16923 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
16924 Fix docstring.
16925
16926 * emacs-lisp/generic.el (generic-mode-internal):
16927 Simplify font-lock-defaults.
16928 (define-generic-mode): Fix docstring.
16929
16930 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
16931
16932 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
16933 font-lock-face property to highlight matches.
16934
16935 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
16936
16937 * progmodes/cc-mode.el (cc-create-define-alist): New function.
16938 (cc-define-alist): New variable.
16939 (c-mode): Make it local and initialize it.
16940
16941 * progmodes/gdb-ui.el (gdb-active-process): New variable.
16942 (gdb-exited): New function.
16943 (gdb-annotation-rules): Use it.
16944 (gdb-starting): Set gdb-active-process to t.
16945 (gdb-stopping): Amend doc string.
16946 (gdb-reset): Set gdb-active-process to nil.
16947
16948 * tooltip.el (tooltip-gud-tips): Show the associated #define
16949 directives when a C program under GDB is not executing.
16950
16951 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
16952
16953 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
16954 font-lock-fontify-syntactic-keywords.
16955
16956 * font-lock.el (font-lock-default-fontify-region): Don't force
16957 parse-sexp-lookup-properties to nil.
16958
16959 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
16960
16961 * man.el (man-mode-syntax-table): Set up `:' to have
16962 word-constituent syntax.
16963
16964 2005-04-27 Lute Kamstra <lute@gnu.org>
16965
16966 * novice.el (disable-command): Don't add spurious newlines to the
16967 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
16968
16969 2005-04-26 Jay Belanger <belanger@truman.edu>
16970
16971 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
16972 than one window before deleting window.
16973
16974 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
16975
16976 * shell.el (shell-prompt-pattern): Doc fix.
16977 (shell-mode): Set paragraph-separate buffer locally to "\\'".
16978
16979 * comint.el (comint-prompt-regexp, comint-get-old-input)
16980 (comint-use-prompt-regexp)
16981 (comint-use-prompt-regexp-instead-of-fields)
16982 (comint-replace-by-expanded-history, comint-send-input)
16983 (comint-output-filter, comint-get-old-input-default)
16984 (comint-line-beginning-position, comint-bol, comint-show-output)
16985 (comint-backward-matching-input, comint-forward-matching-input)
16986 (comint-next-prompt, comint-previous-prompt):
16987 Rename `comint-use-prompt-regexp-instead-of-fields' to
16988 `comint-use-prompt-regexp'. Keep old name as alias and declare
16989 obsolete.
16990 (comint-use-prompt-regexp): Shorten first line of doc string.
16991
16992 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
16993 Set paragraph-separate buffer locally to "\\'".
16994
16995 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
16996 Adapt to above name change.
16997
16998 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
16999 (smbclient-prompt-regexp): Ditto.
17000
17001 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
17002
17003 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
17004
17005 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
17006 gdb-location-list.
17007 Break lines that are over 80 characters wide.
17008
17009 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
17010
17011 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
17012 New fun and var, to preserve compatibility.
17013
17014 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
17015
17016 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
17017
17018 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
17019 name to file-newer-than-file-p.
17020
17021 2005-04-26 Richard M. Stallman <rms@gnu.org>
17022
17023 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
17024
17025 * progmodes/python.el (python-mode):
17026 Use new name eldoc-documentation-function.
17027
17028 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
17029
17030 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17031 (eldoc-documentation-function):
17032 Rename from eldoc-print-current-symbol-info-function. Calls changed.
17033
17034 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
17035
17036 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
17037
17038 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17039
17040 * term/xterm.el (function-key-map): Fix strings for
17041 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
17042 {C,S,A,C-S}-{f1-f12}.
17043
17044 2005-04-26 Kenichi Handa <handa@m17n.org>
17045
17046 * international/mule-cmds.el (select-safe-coding-system):
17047 Fix previous change.
17048
17049 2005-04-26 Lute Kamstra <lute@gnu.org>
17050
17051 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
17052
17053 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
17054 (font-lock-comment-delimiter-face): Ditto.
17055
17056 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
17057
17058 2005-04-25 Jay Belanger <belanger@truman.edu>
17059
17060 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
17061 to t while inserting information; use help-mode.
17062
17063 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
17064
17065 * term.el (ansi-term-color-vector): Use the xterm colors.
17066 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
17067
17068 2005-04-25 Lute Kamstra <lute@gnu.org>
17069
17070 * font-core.el (font-lock-defaults): Fix docstring.
17071
17072 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
17073
17074 2005-04-25 Kenichi Handa <handa@m17n.org>
17075
17076 * international/mule-cmds.el (select-safe-coding-system):
17077 Don't check consistency with coding: spec, etc if raw-text or
17078 no-conversion was found to be safe.
17079
17080 2005-04-24 Richard M. Stallman <rms@gnu.org>
17081
17082 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
17083 citation markers at start of each line.
17084
17085 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
17086 citation markers at start of each line.
17087
17088 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
17089
17090 * files.el (mode-require-final-newline): Fix previous change.
17091 (require-final-newline): Fix type label.
17092
17093 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
17094
17095 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
17096 statement in buffer (broken by 2004-11-24 change).
17097
17098 2005-04-24 Kim F. Storm <storm@cua.dk>
17099
17100 * ido.el (ido-everywhere): Save and restore old read-buffer-function
17101 and read-file-name-function values. Don't overwrite existing
17102 non-nil values if ido-mode is enabled without ido-everywhere.
17103
17104 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
17105
17106 * files.el (mode-require-final-newline): Minor doc fix.
17107
17108 2005-04-24 Eli Zaretskii <eliz@gnu.org>
17109
17110 * subr.el (syntax-after): Doc fix.
17111 (syntax-class): If argument is nil, return nil. Mask off upper 16
17112 bits, not 8 bits.
17113
17114 * files.el (mode-require-final-newline): Doc fix.
17115 (backup-buffer-copy): Fix last change.
17116
17117 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17118
17119 * term/mac-win.el: Require select. Set selection-coding-system to
17120 mac-system-coding-system. Call menu-bar-enable-clipboard.
17121 (x-last-selected-text-clipboard, x-last-selected-text-primary)
17122 (x-select-enable-clipboard): New variables.
17123 (x-select-text, x-get-selection, x-selection-value)
17124 (x-get-selection-value, mac-select-convert-to-string)
17125 (mac-services-open-file, mac-services-open-selection)
17126 (mac-services-insert-text): New functions.
17127 (CLIPBOARD, FIND): Put mac-scrap-name property.
17128 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
17129 (public.tiff): Put mac-ostype property.
17130 (selection-converter-alist): Add entries for them.
17131 (mac-application-menu-map): New keymap.
17132 (interprogram-cut-function, interprogram-paste-function): Set to
17133 x-select-text and x-get-selection-value, respectively.
17134 (split-window-keep-point): Set to t.
17135
17136 2005-04-23 Richard M. Stallman <rms@gnu.org>
17137
17138 * files.el (read-directory-name): Always pass non-nil
17139 DEFAULT-FILENAME arg to read-file-name.
17140 (backup-buffer-copy, basic-save-buffer-2): Take care against
17141 writing thru an unexpected existing symlink.
17142 (revert-buffer): In indirect buffer, revert the base buffer.
17143 (magic-mode-alist): Doc fix.
17144 (buffer-stale-function): Doc fix.
17145 (minibuffer-with-setup-hook): Avoid warning.
17146 (mode-require-final-newline): Doc and custom fix.
17147
17148 * follow.el (follow-end-of-buffer): Use with-no-warnings.
17149
17150 * font-lock.el (font-lock-comment-face): On terminals with few colors,
17151 use the default appearance.
17152 (font-lock-comment-delimiter-face): New face, new variable.
17153
17154 * imenu.el (imenu--generic-function): The official position of a
17155 definition is the start of the line that BEG is in.
17156
17157 * midnight.el (midnight-timer): Move defvar up.
17158
17159 * mouse.el (mouse-drag-region-1): Delete some debugging code.
17160
17161 * saveplace.el (save-place-to-alist): Use with-no-warnings.
17162
17163 * startup.el (command-line): Use with-no-warnings.
17164
17165 * window.el (window-size-fixed): New defvar.
17166
17167 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
17168
17169 * mail/rmail.el (rmail-font-lock-keywords):
17170 Use font-lock-comment-delimiter-face.
17171
17172 * mail/sendmail.el (mail-font-lock-keywords):
17173 Use font-lock-comment-delimiter-face.
17174
17175 * progmodes/compile.el (next-error-highlight-timer): New defvar.
17176
17177 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
17178
17179 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17180 Specify t for LAXMATCH when matching directories.
17181 Save match data around compilation-compat-error-properties form.
17182
17183 2005-04-23 David Kastrup <dak@gnu.org>
17184
17185 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
17186 Mention that the autoloaded aliases should be kept for AUCTeX.
17187
17188 2005-04-23 Andreas Schwab <schwab@suse.de>
17189
17190 * isearch.el (isearch-forward): Doc fix.
17191
17192 2005-04-23 Eli Zaretskii <eliz@gnu.org>
17193
17194 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
17195 (jit-lock-stealth-nice): Change default value to 0.5.
17196
17197 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
17198
17199 * abbrev.el (write-abbrev-file): Write table entries in
17200 alphabetical order by table name.
17201
17202 2005-04-22 Kim F. Storm <storm@cua.dk>
17203
17204 * ido.el (ido-read-internal): Fix `list' completion.
17205
17206 2005-04-22 Kenichi Handa <handa@m17n.org>
17207
17208 * recentf.el (recentf-save-file-coding-system): New variable.
17209 (recentf-save-list): Encode the file by
17210 recentf-save-file-coding-system and add coding: tag.
17211
17212 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
17213
17214 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
17215
17216 2005-04-21 Lute Kamstra <lute@gnu.org>
17217
17218 * loadhist.el (unload-feature): Don't remove a function from hooks
17219 if it is about to be restored to an autoload . Remove functions
17220 that will become unbound from auto-mode-alist. Simplify the code.
17221
17222 * subr.el (assq-delete-all): New implementation that is linear,
17223 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
17224 (rassq-delete-all): New function.
17225
17226 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17227 Add size-indication-mode.
17228
17229 2005-04-21 Kenichi Handa <handa@m17n.org>
17230
17231 * international/mule-cmds.el: Add autoload for widget-value in
17232 eval-when-compile.
17233
17234 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
17235
17236 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
17237 Add tooltip-mode.
17238
17239 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
17240
17241 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
17242
17243 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
17244 (inferior-lisp-filter-regexp, inferior-lisp-program)
17245 (inferior-lisp-load-command, inferior-lisp-prompt)
17246 (inferior-lisp-mode-hook, lisp-source-modes)
17247 (inferior-lisp-load-hook): defvar->defcustom.
17248 (inferior-lisp-program, inferior-lisp-prompt)
17249 (inferior-lisp-load-hook): Doc fixes.
17250 (inferior-lisp-install-letter-bindings): Small change in
17251 introductory comment.
17252
17253 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
17254
17255 * vc.el (vc-annotate-color-map): Change some colors so that text
17256 using them as foreground is readable on both white and black
17257 backgrounds.
17258
17259 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17260
17261 * international/mule-conf.el (translation-table-for-input):
17262 Remove redundant declaration.
17263
17264 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17265
17266 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
17267
17268 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
17269 (tooltip-toggle-gud-tips): New function.
17270
17271 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17272
17273 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
17274 right angle brackets.
17275
17276 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
17277
17278 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
17279
17280 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
17281
17282 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
17283 Remove. Update callers to use expand-file-name instead.
17284
17285 * subr.el (syntax-class): New function.
17286
17287 * simple.el (blink-matching-open): Use it.
17288
17289 * paren.el (show-paren-function): Use it to recognize parens that are
17290 also used in 2-char comment markers.
17291
17292 2005-04-19 Lute Kamstra <lute@gnu.org>
17293
17294 * loadhist.el (unload-feature): Update for new format of
17295 load-history. Simplify the code.
17296
17297 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17298
17299 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
17300 (mac-add-charset-info): New function. Initialize variable
17301 mac-charset-info-alist using it.
17302 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
17303 for translation.
17304 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
17305 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
17306 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
17307 New CCL programs.
17308
17309 2005-04-19 Kim F. Storm <storm@cua.dk>
17310
17311 * simple.el (next-buffer, prev-buffer, next-error)
17312 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17313 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
17314
17315 * bindings.el (next-buffer, prev-buffer, next-error)
17316 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
17317 (clone-indirect-buffer-other-window): Move bindings from simple.el.
17318 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
17319 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
17320
17321 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
17322
17323 * isearch.el (isearch-edit-string): Make the search-ring available for
17324 minibuffer history commands.
17325 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
17326 the default history commands now work just as well.
17327 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
17328
17329 2005-04-18 Kim F. Storm <storm@cua.dk>
17330
17331 * emulation/cua-base.el (cua--pre-command-handler): Add more
17332 elaborate check for shift modifier on non-window systems.
17333
17334 2005-04-18 Lars Hansen <larsh@math.ku.dk>
17335
17336 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
17337
17338 2005-04-18 Kim F. Storm <storm@cua.dk>
17339
17340 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
17341 and make it optional. Don't test tooltip-gud-echo-area here.
17342 (tooltip-gud-process-output, gdb-tooltip-print):
17343 Pass tooltip-gud-echo-area to tooltip-show.
17344 (tooltip-help-tips): Remove second optional arg to tooltip-show.
17345
17346 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17347
17348 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
17349 `display-graphic-p' may not be bound yet.
17350
17351 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
17352
17353 * startup.el (command-line): No longer enable Xterm Mouse mode by
17354 default in terminals compatible with xterm.
17355
17356 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
17357
17358 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
17359
17360 * tooltip.el (tooltip-gud-echo-area): Rename from
17361 tooltip-use-echo-area.
17362 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
17363 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
17364 area independently of where help tooltips are displayed.
17365
17366 2005-04-17 David Kastrup <dak@gnu.org>
17367
17368 * cus-theme.el (custom-theme-write-variables): Quote variables
17369 where necessary.
17370
17371 2005-04-17 Richard M. Stallman <rms@gnu.org>
17372
17373 * simple.el (yank-excluded-properties): Add follow-link to value.
17374
17375 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
17376
17377 * startup.el (fancy-splash-max-time): Just 30 seconds.
17378 (fancy-splash-delay): Just 7.
17379 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
17380
17381 * loadhist.el (unload-feature): Update for new format of load-history.
17382 Simplify the code.
17383
17384 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
17385 (rmail-font-lock-keywords): Don't fontify the text of a citation.
17386
17387 * mail/sendmail.el (mail-font-lock-keywords):
17388 Don't fontify subject text.
17389 Don't fontify the text of a citation.
17390
17391 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
17392
17393 * comint.el (comint-output-filter): Run comint-output-filter-functions
17394 with point where the user had it.
17395
17396 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17397
17398 * international/ucs-tables.el (ucs-set-table-for-input):
17399 Disable when using unify-on-decoding.
17400
17401 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
17402
17403 * emulation/cua-base.el (cua-global-mark-face): Add special case
17404 for displays supporting a high number of colors.
17405
17406 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
17407
17408 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
17409
17410 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
17411
17412 * filesets.el (filesets-add-buffer): If user supplies a name of a
17413 non-existing fileset, create a new fileset.
17414
17415 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
17416
17417 * textmodes/org.el (org-up-heading-all): Fix bug with
17418 `outline-up-heading-all'.
17419
17420 2005-04-16 Andreas Schwab <schwab@suse.de>
17421
17422 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
17423 /etc/permissions.d/* and /etc/aliases.d/*.
17424
17425 2005-04-16 Kenichi Handa <handa@m17n.org>
17426
17427 * international/code-pages.el (cp-make-coding-system):
17428 Set `translation-table-for-input' property value to the symbol
17429 ucs-mule-to-mule-unicode, not to that value.
17430 (pt154): Escape guillemet by `\'.
17431
17432 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
17433
17434 * loadup.el: Load tooltip if x-show-tip is fboundp.
17435
17436 * startup.el (command-line): Add comment.
17437
17438 * tooltip.el (tooltip-mode): Specify correct standard value for
17439 Custom in init-value.
17440
17441 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
17442
17443 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
17444 possible.
17445
17446 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
17447
17448 * textmodes/org.el (org-agenda-date-prompt): Rename from
17449 `org-agenda-date-today'.
17450 (org-evaluate-time-range): Insert at point instead of directly
17451 after time range.
17452 (org-first-headline-recenter, org-subtree-end-visible-p)
17453 (org-optimize-window-after-visibility-change): New functions
17454 (org-agenda-post-command-hook): Don't allow point at end of line,
17455 to make sure it always hits the text properties.
17456 (org-agenda-next-date-line, org-agenda-previous-date-line):
17457 New commands.
17458 (org-set-regexps-and-options): Category may contain white space.
17459 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17460 Improve marker positions.
17461 (org-agenda-new-marker): Argument POS made optional.
17462 (org-agenda-get-timestamps): Deadlines which are done are listed
17463 in org-done-face now.
17464 (org-agenda-get-todos, org-agenda-get-timestamps)
17465 (org-agenda-get-deadlines, org-agenda-get-scheduled):
17466 Set `undone-face' and `done-face' properties.
17467 (org-last-todo-state-is-todo): New variable.
17468 (org-todo): Set `org-last-todo-state-is-todo'.
17469 (org-agenda-todo): Change face according to
17470 `org-last-todo-state-is-todo'. And change other lines referring to
17471 the same entry.
17472 (org-calendar-goto-agenda): New command.
17473 (org-calendar-to-agenda-key): New option.
17474 (org-startup-folded): New allowed value `content'.
17475 (org-set-regexps-and-options): Accept new value `content' for
17476 `org-startup-folded'.
17477 (org-get-current-options): Handle new value `content' for
17478 `org-startup-folded'.
17479 (org-insert-todo-heading): New command.
17480 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
17481 interactively in empty file and option
17482 `org-insert-mode-line-in-empty-file' has been set.
17483 (org-agenda-todo, org-agenda-priority): Modify to use
17484 `org-agenda-change-all-lines'.
17485 (org-warning-face): Change color on dark background
17486
17487 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17488
17489 * international/mule-cmds.el (set-locale-environment): On Mac OS,
17490 use preferences AppleLocale and AppleLanguages, and variable
17491 mac-system-locale for default locale. On Mac OS Classic, use
17492 mac-system-coding-system for default coding systems.
17493
17494 * term/mac-win.el: Don't set file-name-coding-system.
17495 Decode variables system-name, emacs-build-system, user-login-name, and
17496 user-full-name by mac-system-coding-system on Mac OS Classic.
17497 (mac-system-coding-system): New variable.
17498
17499 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
17500
17501 * startup.el (command-line): Handle `xterm-mouse-mode' before
17502 reading init file.
17503
17504 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
17505
17506 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
17507
17508 * progmodes/sh-script.el (sh-here-document-word): Make it a
17509 defcustom. Doc fix.
17510 (sh-add): Bash uses $(( )) for arithmetic.
17511 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
17512 (sh-maybe-here-document): Remove quotes and leading whitespace
17513 from heredoc word when closing. Indent heredoc with tabs if word
17514 starts with "-".
17515
17516 2005-04-13 Richard M. Stallman <rms@gnu.org>
17517
17518 * simple.el (undo): Fix previous change.
17519
17520 * custom.el (defface): Doc fix.
17521
17522 2005-04-13 Lute Kamstra <lute@gnu.org>
17523
17524 * Makefile.in (DONTCOMPILE): Remove list.
17525 (compile, compile-always): Don't use DONTCOMPILE.
17526 (update-authors): Load the library in which batch-update-authors
17527 is defined.
17528 * makefile.w32-in (DONTCOMPILE): Remove list.
17529 (compile, compile-always): Fix comments.
17530 (update-authors): Load the library in which batch-update-authors
17531 is defined.
17532
17533 * generic-x.el (generic-mode-ini-file-find-file-hook):
17534 Rename to ini-generic-mode-find-file-hook.
17535 Keep generic-mode-ini-file-find-file-hook as an alias.
17536 (ini-generic-mode-find-file-hook): Rename from
17537 generic-mode-ini-file-find-file-hook. Fix docstring.
17538 (ini-generic-mode): Docstring change.
17539 (bat-generic-mode-run-as-comint): Silence the byte compiler.
17540
17541 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
17542 called from lisp.
17543
17544 * generic.el: Move to the emacs-lisp subdir.
17545
17546 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
17547
17548 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
17549 and C-S- function and cursor motion keys.
17550
17551 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
17552
17553 * startup.el (command-line): Enable Xterm Mouse mode by default.
17554 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
17555 for Custom. No longer show "Mouse" in mode line when enabled.
17556 Doc fix.
17557
17558 2005-04-12 Kim F. Storm <storm@cua.dk>
17559
17560 * emulation/cua-base.el (cua-rectangle-face)
17561 (cua-rectangle-noselect-face): Define face attributes here.
17562
17563 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
17564
17565 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17566
17567 * startup.el (command-line): Turn off blinking cursor if
17568 cursorBlink in resources is off or false.
17569
17570 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17571
17572 * term/mac-win.el (dnd): Require dnd.
17573 (mac-drag-n-drop): Call dnd-handle-one-url.
17574 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
17575 (kTextEncodingISOLatin2): Remove constants.
17576 (mac-script-code-coding-systems): New constant.
17577 (mac-handle-language-change): New function.
17578 (special-event-map): Bind it to `language-change' event.
17579 (mac-centraleurroman, mac-cyrillic): New coding systems.
17580 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
17581 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
17582 and mac-cyrillic-encoder to encode-mac-centraleurroman and
17583 encode-mac-cyrillic, respectively.
17584
17585 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17586
17587 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
17588 Don't set overlay-arrow-string to "=>" as this is done
17589 globally in C now.
17590
17591 2005-04-12 Lute Kamstra <lute@gnu.org>
17592
17593 * generic-x.el (rc-generic-mode, rul-generic-mode):
17594 Fix auto-mode-alist entries.
17595 (etc-fstab-generic-mode): Tweak fontification.
17596
17597 * generic.el (generic-make-keywords-list): Fix docstring.
17598 (generic-mode-internal): Simplify generic-font-lock-keywords.
17599
17600 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17601
17602 * whitespace.el (whitespace-buffer-leading)
17603 (whitespace-buffer-trailing): Revert the incorrect test inversion.
17604 However, fix the highlight area for the leading and
17605 trailing whitespaces to show space.
17606
17607 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
17608
17609 * whitespace.el (whitespace-version): Bump to 3.5
17610
17611 (whitespace-buffer-leading, whitespace-buffer-trailing):
17612 Invert sense of the test to highlight the whitespace.
17613
17614 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17615
17616 * progmodes/gud.el (gud-display-line): GUD uses its own
17617 overlay arrow now so don't set overlay-arrow-string.
17618 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
17619
17620 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
17621
17622 * term.el (term-ansi-current-bold, term-ansi-current-underline)
17623 (term-ansi-current-reverse, term-ansi-current-invisible)
17624 (term-ansi-face-already-done): Change to boolean.
17625 (term-reset-terminal, term-handle-colors-array): Handle the above
17626 vars accordingly.
17627 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
17628 (term-emulate-terminal): Use the new name.
17629
17630 * faces.el (secondary-selection): Use yellow1, not yellow.
17631 (trailing-whitespace): Use red1, not red.
17632
17633 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17634
17635 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
17636 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
17637 (dired-dnd-handle-file): Call dnd-get-local-file-uri
17638
17639 * cus-edit.el (dnd): New group.
17640
17641 * term/w32-win.el (dnd): Require dnd
17642 (w32-drag-n-drop): Call dnd-handle-one-url.
17643
17644 * x-dnd.el: Require dnd.
17645 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
17646 Call dnd-handle-one-url.
17647 (x-dnd-types-alist, x-dnd-insert-utf8-text)
17648 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
17649 to dnd-insert-text.
17650 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
17651 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
17652 (x-dnd-get-local-file-name, x-dnd-open-local-file)
17653 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
17654
17655 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
17656
17657 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17658
17659 * wdired.el: Doc fixes.
17660 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
17661 (wdired-use-dired-vertical-movement): Rename from
17662 wdired-always-move-to-filename-beginning.
17663 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
17664 (wdired-change-to-wdired-mode): Change mode name.
17665 (wdired-newline): Delete.
17666
17667 2005-04-11 Richard M. Stallman <rms@gnu.org>
17668
17669 * whitespace.el (whitespace-highlight-the-space):
17670 Don't call whitespace-unhighlight-the-space here.
17671
17672 * simple.el (undo): Record t in undo-equiv-table
17673 for the redo record made by an undo-in-region.
17674
17675 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
17676
17677 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
17678 (gdb-frame-inferior-io-buffer): New Functions to control
17679 display of separate IO buffer.
17680 (menu): Add them to menu-bar.
17681 (gdb-display-buffer): Check for buffer another frame.
17682 Protect GUD buffer.
17683 (gdb-setup-windows): Create IO buffer if not already there.
17684 (gdb-memory-mode): Remove purecopy noops.
17685
17686 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
17687
17688 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
17689 and pass to self-insert-command.
17690
17691 2005-04-11 Lute Kamstra <lute@gnu.org>
17692
17693 * generic.el: Commentary section cleanup.
17694 (generic): Delete.
17695 (generic-use-find-file-hook, generic-lines-to-scan)
17696 (generic-find-file-regexp, generic-ignore-files-regexp)
17697 (default-generic-mode, generic-mode-find-file-hook)
17698 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
17699 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
17700 (generic-use-find-file-hook, generic-lines-to-scan)
17701 (generic-find-file-regexp, generic-ignore-files-regexp)
17702 (default-generic-mode, generic-mode-find-file-hook)
17703 (generic-mode-ini-file-find-file-hook): Move from generic.el.
17704
17705 2005-04-10 Karl Fogel <kfogel@red-bean.com>
17706
17707 * bookmark.el (bookmark-write-file): Catch errors writing file.
17708 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
17709
17710 2005-04-10 Richard M. Stallman <rms@gnu.org>
17711
17712 * startup.el (fancy-splash-tail): Update copyright year.
17713 (command-line): Split part of -Q into -D.
17714 (emacs-basic-display): New defvar.
17715 (fancy-splash-text): Correct name of menu item.
17716
17717 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
17718
17719 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
17720 lines in one node.
17721
17722 * comint.el (comint-send-input): New arg ARTIFICIAL.
17723 Callers in this file changed.
17724
17725 * abbrev.el (define-abbrevs): Read system abbrevs properly.
17726
17727 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
17728
17729 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
17730
17731 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
17732 `ldap-search-internal'.
17733
17734 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17735
17736 * files.el (set-auto-mode-1): Use line-end-position.
17737
17738 * international/latin-1.el:
17739 * international/latin-2.el:
17740 * international/latin-3.el:
17741 * international/latin-4.el:
17742 * international/latin-5.el:
17743 * international/latin-8.el:
17744 * international/latin-9.el: Give punctuation syntax to NBSP.
17745
17746 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
17747 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
17748 Use char-classes to accept non-ascii letters, accepted in some recent
17749 bibtex implementations.
17750
17751 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
17752
17753 * custom.el (custom-set-minor-mode): Any non-nil value for the
17754 variable should enable the mode when set through Custom.
17755
17756 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
17757
17758 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
17759 TAB binding so tab-always-indent is obeyed.
17760 (vhdl-minibuffer-local-map): Move initialization into declaration.
17761 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
17762 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
17763 (vhdl-hooked-abbrev): Avoid test for XEmacs.
17764 (vhdl-current-line): Use line-beginning-position.
17765 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
17766 with-output-to-temp-buffer, so the current position can be recorded.
17767
17768 2005-04-10 Masatake YAMATO <jet@gyve.org>
17769
17770 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17771 Add regexp for gcov.
17772
17773 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
17774
17775 * calendar/time-date.el (time-to-seconds, seconds-to-time)
17776 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
17777 syntax which Emacs 20 doesn't support.
17778
17779 2005-04-09 Richard M. Stallman <rms@gnu.org>
17780
17781 * help.el (describe-key-briefly, describe-key):
17782 Replace strings as event types with "(any string)".
17783
17784 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
17785
17786 * arc-mode.el (archive-mode-map): Move initialization into
17787 the declaration. Override *all* bindings of `undo'.
17788 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
17789
17790 2005-04-09 Jay Belanger <belanger@truman.edu>
17791
17792 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
17793
17794 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
17795
17796 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
17797 (xterm-register-default-colors): Update color values computation
17798 to match xterm-200.
17799
17800 2005-04-09 Kenichi Handa <handa@m17n.org>
17801
17802 * international/code-pages.el (iso-latin-7): Fix the map.
17803
17804 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
17805
17806 * emacs-lisp/lisp.el (defun-prompt-regexp)
17807 (parens-require-spaces, buffer-end, end-of-defun)
17808 (insert-parentheses): Doc fixes.
17809
17810 2005-04-08 Kim F. Storm <storm@cua.dk>
17811
17812 * comint.el (comint-highlight-prompt): Fix face spec.
17813 * hi-lock.el (hi-green): Likewise.
17814
17815 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17816
17817 * cus-edit.el (custom-modified-face):
17818 * comint.el (comint-highlight-input): Fix previous changes.
17819 * term.el (term-handle-ansi-escape): Add a comment.
17820
17821 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
17822
17823 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
17824 in the buffer and in whitespace-highlighted-space.
17825 (whitespace-unhighlight-the-space): Simplify.
17826 (whitespace-buffer): Simplify.
17827
17828 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
17829
17830 * textmodes/table.el (table-cell-face): Add special case for
17831 displays supporting a high number of colors.
17832 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
17833 (vhdl-font-lock-reserved-words-face)
17834 (vhdl-speedbar-architecture-face)
17835 (vhdl-speedbar-instantiation-face)
17836 (vhdl-speedbar-architecture-selected-face)
17837 (vhdl-speedbar-instantiation-selected-face): Likewise.
17838 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
17839 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
17840 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
17841 (ebrowse-root-class-face, ebrowse-member-attribute-face)
17842 (ebrowse-progress-face): Likewise.
17843 * progmodes/compile.el (compilation-info-face): Likewise.
17844 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
17845 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
17846 * calendar/calendar.el (diary-face): Likewise.
17847 * woman.el (woman-italic-face, woman-bold-face)
17848 (woman-unknown-face): Likewise.
17849 * wid-edit.el (widget-button-pressed-face): Likewise.
17850 * whitespace.el (whitespace-highlight-face): Likewise.
17851 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
17852 * pcvs-info.el (cvs-marked-face): Likewise.
17853 * info.el (info-xref): Likewise.
17854 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
17855 * hilit-chg.el (highlight-changes-face)
17856 (highlight-changes-delete-face): Likewise.
17857 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
17858 (hi-red-b): Likewise.
17859 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
17860 * font-lock.el (font-lock-keyword-face)
17861 (font-lock-function-name-face, font-lock-warning-face): Likewise.
17862 * cus-edit.el (custom-invalid-face, custom-modified-face)
17863 (custom-set-face, custom-changed-face, custom-variable-tag-face)
17864 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
17865 * comint.el (comint-highlight-prompt): Likewise.
17866
17867 2005-04-08 Lute Kamstra <lute@gnu.org>
17868
17869 * font-lock.el (font-lock-keywords): Docstring fixes.
17870
17871 2005-04-08 Kenichi Handa <handa@m17n.org>
17872
17873 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
17874 chars are more than a limit, print " and more..." at the tail.
17875
17876 2005-04-08 Kim F. Storm <storm@cua.dk>
17877
17878 * emacs-lisp/authors.el (authors-aliases): Update list.
17879 (authors-ignored-files): New list.
17880 (authors-fixed-entries): Fix typo.
17881 (authors-renamed-files-alist): Update list.
17882 (authors-add): Check authors-ignored-files.
17883
17884 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
17885
17886 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
17887 optional, to ensure backward compatibility.
17888
17889 2005-04-08 Stephen Eglen <stephen@gnu.org>
17890
17891 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
17892
17893 2005-04-08 Kim F. Storm <storm@cua.dk>
17894
17895 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
17896
17897 * mouse.el (mouse-on-link-p): Doc fix.
17898
17899 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
17900
17901 * ielm.el (ielm-prompt-read-only): Doc fix.
17902
17903 * comint.el (comint-prompt-read-only): Doc fix.
17904
17905 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
17906
17907 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
17908 ensure dired always handles wildcards passed to ffap.
17909 (find-file-at-point): Use it.
17910 (ffap-dired-wildcards): Doc fix.
17911
17912 2005-04-07 Juri Linkov <juri@jurta.org>
17913
17914 * simple.el (next-error-overlay-arrow-position): New defvar.
17915 Put "=>" on its property `overlay-arrow-string'. Add it to
17916 `overlay-arrow-variable-list'.
17917
17918 * progmodes/compile.el (compilation-setup):
17919 Set `next-error-overlay-arrow-position' to nil. Also set it to
17920 nil in the local hook `kill-buffer-hook'. Make local variable
17921 `overlay-arrow-string' and set it to "=>".
17922 (compilation-goto-locus): Set BOL position to
17923 `next-error-overlay-arrow-position' instead of
17924 `overlay-arrow-position'.
17925
17926 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
17927 locally instead of adding it to the global hook.
17928 (Info-kill-buffer): Move up.
17929
17930 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
17931
17932 * term/xterm.el (xterm-standard-colors): Update color values from
17933 xterm-200.
17934
17935 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
17936
17937 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
17938
17939 * fast-lock.el:
17940 * lazy-lock.el: Move them to the obsolete subdir.
17941
17942 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
17943
17944 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
17945 (wdired-add-replace-advice): Remove.
17946 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
17947
17948 2005-04-06 Kim F. Storm <storm@cua.dk>
17949
17950 * startup.el (command-line): Add --bare-bones alias for -Q.
17951
17952 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
17953
17954 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
17955 create the startup fontset if a font specification ends with
17956 `mac-roman'.
17957
17958 2005-04-06 Lute Kamstra <lute@gnu.org>
17959
17960 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
17961 change.
17962
17963 * emacs-lisp/copyright.el (copyright-update-year): Replace the
17964 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
17965
17966 2005-04-05 Lute Kamstra <lute@gnu.org>
17967
17968 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
17969 (define-generic-mode): Ditto. Fix debug declaration.
17970
17971 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
17972 Put them in the generic-x group.
17973
17974 * calendar/timeclock.el (timeclock): Doc fix.
17975
17976 * generic.el (define-generic-mode): Don't use custom-current-group.
17977 Document default :group value.
17978 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
17979 (define-global-minor-mode): Don't use custom-current-group.
17980
17981 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
17982
17983 * startup.el (command-line-1): Display startup-echo-area-message
17984 when fancy splash screen is in use.
17985
17986 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
17987 (sh-escaped-newline): New face.
17988 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
17989 newline, and use sh-escaped-newline face.
17990
17991 * progmodes/tcl.el (tcl-escaped-newline): New face.
17992 (tcl-builtin-list): New variable.
17993 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
17994 newlines. Fix keywords subexpression number.
17995
17996 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
17997
17998 * textmodes/org.el (org-diary-default-entry): Fix call to
17999 `add-to-diary-entry'.
18000
18001 2005-04-05 Kim F. Storm <storm@cua.dk>
18002
18003 * ediff-init.el: Use (featurep 'xemacs).
18004
18005 2005-04-05 David Ponce <david@dponce.com>
18006
18007 * cus-edit.el (face): Derive from symbol widget. Display sample
18008 of the current face on the fly.
18009 (widget-face-sample-face-get, widget-face-notify): New functions.
18010 (widget-face-value-create): Remove.
18011
18012 * wid-edit.el (widget-field-end): Temporarily remove field
18013 narrowing before to call `get-char-property'.
18014
18015 2005-04-04 Jay Belanger <belanger@truman.edu>
18016
18017 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
18018 (math-read-subscripts): New variable.
18019 (math-read-preprocess-string): Process subscripts.
18020
18021 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
18022
18023 * comint.el (comint-prompt-read-only): Doc fix.
18024
18025 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
18026 `-1'. Doc fix.
18027
18028 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
18029
18030 * textmodes/org.el (org-insert-mode-line-in-empty-file):
18031 Change default value to nil.
18032
18033 2005-04-04 Lute Kamstra <lute@gnu.org>
18034
18035 * autorevert.el (auto-revert-mode): Specify :group.
18036 * battery.el (display-battery-mode): Specify :group.
18037 * diff-mode.el (diff-minor-mode): Specify :group.
18038 * font-core.el (font-lock-mode): Specify :group.
18039 * hl-line.el (hl-line-mode): Specify :group.
18040 * iimage.el (iimage): New customization group.
18041 (iimage-mode): Specify :group.
18042 * longlines.el (longlines-mode): Specify :group.
18043 * master.el: Don't require easy-mmode.
18044 (master): New customization group.
18045 (master-mode): Specify :group.
18046 * msb.el (msb-mode): Specify :group.
18047 * reveal.el (reveal-mode): Specify :group.
18048 * simple.el (next-error-follow-minor-mode): Specify :group.
18049 * smerge-mode.el (smerge-mode): Specify :group.
18050 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
18051 * emulation/cua-base.el (cua-mode): Specify :group.
18052 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
18053 * language/thai-util.el (thai-auto-composition-mode)
18054 (thai-word-mode): Specify :group.
18055 * mail/supercite.el (sc-minor-mode): Specify :group.
18056 * progmodes/cwarn.el (cwarn-mode): Specify :group.
18057 * progmodes/flymake.el (flymake-mode): Specify :group.
18058 * progmodes/glasses.el (glasses-mode): Specify :group.
18059 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
18060 * textmodes/enriched.el (enriched-mode): Specify :group.
18061 * textmodes/refill.el (refill-mode): Specify :group.
18062
18063 * add-log.el (change-log-font-lock-keywords): Names in
18064 parenthesized lists can contain spaces.
18065
18066 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
18067
18068 * startup.el (fancy-splash-text): Shorten default text of
18069 "Emacs Tutorial" line. Also, if the current language env
18070 indicates an available tutorial file other than TUTORIAL,
18071 extract its title and append it to the line in parentheses.
18072 (fancy-splash-insert): If arg is a thunk, funcall it.
18073
18074 2005-04-04 Jay Belanger <belanger@truman.edu>
18075
18076 * calc.el (calc-language-alist): Add tags to customization type.
18077
18078 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
18079
18080 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
18081 Doc fix.
18082
18083 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
18084
18085 * add-log.el (change-log-font-lock-keywords): The manual
18086 describing a Change Log entry, says: (...) "Aside from these
18087 header lines, every line in the change log starts with a space or
18088 a tab.". The font-lock was not highlighting lines started with
18089 spaces, added support for it.
18090
18091 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
18092
18093 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
18094 (bibtex-generate-url-list): Update docstring accordingly. Put the
18095 complex example in the docstring.
18096 (bibtex-font-lock-url): Use pop.
18097
18098 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18099
18100 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
18101
18102 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
18103
18104 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
18105
18106 * filesets.el (filesets-set-default): Doc fix.
18107
18108 2005-04-03 Lute Kamstra <lute@gnu.org>
18109
18110 * generic.el (define-generic-mode): Add argument to specify
18111 keywords for defcustom.
18112 (default-generic-mode): Specify :group.
18113
18114 * generic-x.el: Specify :group for all generic modes.
18115
18116 * desktop.el (desktop-no-desktop-file-hook)
18117 (desktop-after-read-hook): Doc fix.
18118
18119 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
18120
18121 * simple.el (visible-mode): Use explicit :group keyword.
18122 This changes the group of `visible-mode-hook' from paren-blinking
18123 to editing-basics.
18124
18125 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
18126
18127 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
18128 mailbox specifications as well as URLs.
18129 (rmail-insert-inbox-text): Remove unused conditional branches.
18130
18131 2005-04-01 Jay Belanger <belanger@truman.edu>
18132
18133 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
18134 (calc-gnuplot-print-command): Move definitions to calc.el.
18135
18136 * calc/calc-embed.el (calc-embedded-announce-formula)
18137 (calc-embedded-open-formula, calc-embedded-close-formula)
18138 (calc-embedded-open-word, calc-embedded-close-word)
18139 (calc-embedded-open-plain, calc-embedded-close-plain)
18140 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
18141 (calc-embedded-open-mode, calc-embedded-close-mode):
18142 Move definitions to calc.el.
18143
18144 * calc/calc.el (calc-settings-file, calc-language-alist):
18145 Make customizable.
18146 (calc-embedded-announce-formula, calc-embedded-open-formula)
18147 (calc-embedded-close-formula, calc-embedded-open-word)
18148 (calc-embedded-close-word, calc-embedded-open-plain)
18149 (calc-embedded-close-plain, calc-embedded-open-new-formula)
18150 (calc-embedded-close-new-formula, calc-embedded-open-mode)
18151 (calc-embedded-close-mode, calc-gnuplot-name)
18152 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
18153 from other files and make customizable.
18154
18155 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
18156
18157 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
18158 Use buffer-live-p.
18159 (cvs-mode-run): Don't call cvs-update-header here.
18160 (cvs-run-process): Call cvs-update-header.
18161 Use process properties for cvs-postprocess and cvs-buffer so that
18162 the sentinel can behave better if the temp buffer is killed.
18163 Use a pipe rather than a tty, to better handle unexpected prompts.
18164 (cvs-sentinel): Rewrite. Call cvs-update-header.
18165
18166 2005-04-01 Andre Spiegel <spiegel@gnu.org>
18167
18168 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
18169 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
18170
18171 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
18172
18173 * generic.el (define-generic-mode): Add indentation rule.
18174
18175 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
18176
18177 * files.el (mode-require-final-newline): Make Custom correctly
18178 report a nil value and allow to set it to nil via Custom.
18179 Doc fix.
18180
18181 2005-04-01 Kenichi Handa <handa@m17n.org>
18182
18183 * international/characters.el: Enable the correct case setting for
18184 dotless-i and dotted-I.
18185
18186 2005-04-01 Kim F. Storm <storm@cua.dk>
18187
18188 * ido.el (ido-file-internal): Fall back to non-ido command if
18189 initial directory is on slow ftp (or tramp) host.
18190
18191 2005-03-31 Richard M. Stallman <rms@gnu.org>
18192
18193 * emacs-lisp/autoload.el (make-autoload):
18194 Handle define-global-minor-mode.
18195
18196 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
18197 Rename from easy-mmode-define-global-mode.
18198 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
18199
18200 * progmodes/scheme.el (scheme-mode-syntax-table):
18201 Update syntax of | and # for two-character comment syntax.
18202
18203 2005-03-31 Lute Kamstra <lute@gnu.org>
18204
18205 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
18206 (define-minor-mode): Call custom-current-group at load-time.
18207
18208 * generic.el (define-generic-mode): Add debug declaration.
18209 Add defcustom for the mode hook.
18210 (generic-mode-internal): Use run-mode-hooks.
18211
18212 2005-03-31 Kim F. Storm <storm@cua.dk>
18213
18214 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
18215 (mouse-fixup-help-message): New defun called by show_help_echo
18216 to fixup mouse-2 prefix in help messages when applicable.
18217
18218 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
18219
18220 2005-03-31 Kenichi Handa <handa@m17n.org>
18221
18222 * language/thai-word.el (thai-find-word-ends): Pay attention to
18223 the case that we reach the end of buffer.
18224
18225 * textmodes/fill.el (fill-text-properties-at): New function.
18226 (fill-newline): Use fill-text-properties-at instead of
18227 text-properties-at.
18228
18229 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18230
18231 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
18232 not comint-quote-filename.
18233
18234 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
18235
18236 * help-fns.el (help-with-tutorial): Revert last change.
18237
18238 2005-03-31 Kim F. Storm <storm@cua.dk>
18239
18240 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
18241
18242 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
18243
18244 * calendar/cal-china.el: Update reference to "Calendrical
18245 Calculations" book; there's a new edition.
18246 * calendar/cal-coptic.el: Likewise.
18247 * calendar/cal-french.el: Likewise.
18248 * calendar/cal-hebrew.el: Likewise.
18249 * calendar/cal-islam.el: Likewise.
18250 * calendar/cal-iso.el: Likewise.
18251 * calendar/cal-julian.el: Likewise.
18252 * calendar/cal-mayan.el: Likewise.
18253 * calendar/cal-persia.el: Likewise.
18254 * calendar/calendar.el: Likewise.
18255 * calendar/holidays.el: Likewise.
18256 * calendar/lunar.el: Likewise.
18257 * calendar/solar.el: Likewise.
18258
18259 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
18260 white space from doc string.
18261
18262 2005-03-30 Jay Belanger <belanger@truman.edu>
18263
18264 * calc/calc-help.el (calc-full-help): Remove email address.
18265
18266 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
18267
18268 * help-fns.el (help-with-tutorial): Delete title line.
18269
18270 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
18271
18272 * calendar/cal-x.el (calendar-one-frame-setup)
18273 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
18274 rather than `symbol' for set-window-dedicated-p.
18275
18276 * calendar/appt.el (appt-buffer-name): Make it a constant.
18277 (appt-add): Doc fix.
18278
18279 * filesets.el (filesets-menu-path, filesets-menu-before)
18280 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
18281 (filesets-menu-cache-file): Use directory ~/.emacs.d.
18282 (filesets-add-submenu): Delete and use add-submenu instead.
18283
18284 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
18285
18286 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
18287 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
18288 (org-diary-default-entry): New function.
18289 (org-get-entries-from-diary): Better parsing of diary entries.
18290 (org-agenda-check-no-diary): New function.
18291 ("diary-lib"): Advice to function `add-to-diary-list', to allow
18292 linking to diary entries.
18293 (org-agenda-execute-calendar-command): New function.
18294 (org-agenda): Improve visible section in window.
18295 Use `org-fit-agenda-window'.
18296 (org-fit-agenda-window): New option.
18297 (org-move-subtree-down): Better handling of empty lines
18298 at end of subtree.
18299 (org-cycle): Numeric prefix is interpreted now as show-subtree N
18300 levels up.
18301 (org-fontify-done-headline): New option.
18302 (org-headline-done-face): New face.
18303 (org-set-font-lock-defaults): Use `org-headline-done-face'.
18304 (org-table-copy-down): Rename from `org-table-copy-from-above'.
18305 When current field is non-empty, it is copied to next row.
18306 (org-table-copy-from-above): Fix bug which made it
18307 impossible to copy fields containing only a single non-white character.
18308
18309 2005-03-30 Kim F. Storm <storm@cua.dk>
18310
18311 * kmacro.el (kmacro-end-macro): Isearch may store this command
18312 into the macro -- so ignore it when executing keyboard macro.
18313
18314 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18315
18316 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
18317
18318 2005-03-29 Kenichi Handa <handa@m17n.org>
18319
18320 * language/thai.el ("Thai"): Set setup-function and exit-function
18321 for Thai language environment.
18322
18323 * language/thai-util.el: Require thai-word.
18324 (thai-word-mode-map): New variable.
18325 (thai-word-mode): New minor mode.
18326 (setup-thai-language-environment-internal): New function.
18327 (exit-thai-language-environment-internal): New function.
18328
18329 * language/thai-word.el (thai-word-table): Declare it by defvar,
18330 use dolist to initialize it.
18331 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
18332 (thai-fill-find-break-point): New functions.
18333
18334 2005-03-29 Richard M. Stallman <rms@gnu.org>
18335
18336 * simple.el (idle-update-delay): Move definition up.
18337 (set-mark): Doc fix.
18338
18339 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
18340
18341 * longlines.el: New file.
18342
18343 * simple.el (buffer-substring-filters): New variable.
18344 (filter-buffer-substring): New function.
18345 (kill-region, copy-region-as-kill): Use it.
18346
18347 * register.el (copy-to-register, append-to-register)
18348 (prepend-to-register): Use filter-buffer-substring.
18349
18350 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
18351
18352 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
18353 (gud-filter-pending-text): Move in front of gdb.
18354 (gud-overlay-arrow-position): New variable.
18355 (gud-sentinel, gud-display-line): Use it in place of
18356 overlay-arrow-position.
18357
18358 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
18359
18360 * progmodes/fortran.el (fortran-if-indent): Doc fix.
18361 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
18362 (fortran-font-lock-keywords-4): New variable.
18363 (fortran-blocks-re, fortran-end-block-re)
18364 (fortran-start-block-re): New constants, for hideshow.
18365 (hs-special-modes-alist): Add a Fortran entry.
18366 (fortran-mode-map): Bind fortran-end-of-block,
18367 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
18368 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
18369 (fortran-looking-at-if-then, fortran-end-of-block)
18370 (fortran-beginning-of-block): New functions, for hideshow.
18371
18372 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
18373 Doc fix. Tweak regexp.
18374 (f90-beginning-of-block): Push mark first.
18375
18376 2005-03-29 Jay Belanger <belanger@truman.edu>
18377
18378 * calc/calc.el: Update copyright date.
18379 (calc-version): Increase to 2.1.
18380 (calc-version-date): Remove.
18381
18382 * calc/calc-help.el: Update copyright date.
18383 (calc-full-help): Remove reference to calc-version-date.
18384 Update copyright date.
18385
18386 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18387
18388 * vc.el (vc-do-command): Use a pipe for async processes, so password
18389 prompts don't show up at places where the user can't reply.
18390
18391 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
18392
18393 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
18394 on the file name we pass to the inferior shell.
18395
18396 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
18397
18398 * progmodes/which-func.el (which-function): Be robust in the face of an
18399 imenu--make-index-alist failure.
18400
18401 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
18404
18405 * progmodes/python.el (python-preoutput-filter): Fix last change.
18406
18407 2005-03-29 Lute Kamstra <lute@gnu.org>
18408
18409 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
18410 functions and compiled macros.
18411 (debug-convert-byte-code): Handle macros too.
18412 (debug-on-entry-1): Don't signal an error when trying to clear a
18413 function that is not set to debug on entry.
18414
18415 2005-03-29 Jay Belanger <belanger@truman.edu>
18416
18417 * calc/calc-lang.el: Add functions to math-function-table
18418 properties of tex and math.
18419
18420 2005-03-29 Kenichi Handa <handa@m17n.org>
18421
18422 * ps-mule.el (ps-mule-plot-string): Translate characters by
18423 ps-print-translation-table.
18424 (ps-mule-begin-job): Call find-charset-region/string with
18425 ps-print-translation-table.
18426 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
18427
18428 * ps-print.el (ps-print-translation-table): New variable.
18429 (ps-plot-region): Translate characters by ps-print-translation-table.
18430
18431 2005-03-29 Juri Linkov <juri@jurta.org>
18432
18433 * simple.el (next-error-highlight-timer): New variable.
18434
18435 * progmodes/compile.el (compilation-goto-locus):
18436 Use `next-error-highlight-timer' instead of `sit-for'.
18437
18438 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18439
18440 * mail/supercite.el (sc-mail-field): Use assoc-string.
18441 (sc-get-address): Simplify regexps.
18442
18443 * files.el (minibuffer-with-setup-hook): New macro.
18444 (find-file-read-args): Use it to avoid let-binding
18445 minibuffer-with-setup-hook (which breaks turning on/off
18446 file-name-shadow-mode while in the prompt).
18447
18448 * complete.el (PC-read-include-file-name-internal):
18449 Use test-completion.
18450
18451 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
18452
18453 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
18454
18455 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18456
18457 * window.el (window-buffer-height): Use count-screen-lines.
18458
18459 * progmodes/python.el (python-preoutput-leftover): New var.
18460 (python-preoutput-filter): Use it.
18461 (python-send-receive): Loop until all the result has been received.
18462
18463 2005-03-28 Juri Linkov <juri@jurta.org>
18464
18465 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
18466
18467 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
18468 "Recover Crashed Session".
18469 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
18470 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
18471 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
18472 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
18473 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
18474 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
18475 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
18476 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
18477
18478 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
18479 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
18480 Ediff Sessions", "Toggle use of separate control buffer frame",
18481 "Use separate frame for Ediff control buffer".
18482
18483 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
18484 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
18485 "Rename Bookmark", "Delete Bookmark".
18486
18487 * info.el (Info-mode-menu): Remove ellipsis from "Index".
18488 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
18489 Add `:active Info-index-alternatives' to "Next Matching Item".
18490
18491 * wdired.el (wdired-change-to-wdired-mode):
18492 Mention `wdired-abort-changes' key in the initial message.
18493
18494 * international/mule.el (auto-coding-alist): Associate non-ascii
18495 image filename extensions with `no-conversion'.
18496
18497 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
18498
18499 * international/iso-acc.el:
18500 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
18501
18502 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
18503
18504 * textmodes/sgml-mode.el (html-mode): Doc update.
18505
18506 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
18507
18508 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
18509
18510 * term.el (term-move-columns): Fix face after extending a line.
18511 (term-insert-spaces): Likewise.
18512 (term-reset-terminal): Fix off by one error.
18513
18514 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18515
18516 * international/mule.el (auto-coding-alist): Add .xpi files.
18517
18518 * files.el (auto-mode-alist): Add .xpi files.
18519
18520 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
18521
18522 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
18523
18524 2005-03-26 Eli Zaretskii <eliz@gnu.org>
18525
18526 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
18527
18528 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
18529
18530 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
18531 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
18532
18533 * calendar/cal-move.el (calendar-beginning-of-year): Move the
18534 cursor to Jan 1 when needed.
18535 (calendar-end-of-year): Fix -/+ typo.
18536 Reported by Chong Yidong <cyd@stupidchicken.com>.
18537
18538 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18539
18540 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
18541
18542 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
18543 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
18544
18545 2005-03-25 Richard M. Stallman <rms@gnu.org>
18546
18547 * filesets.el (filesets-init): Add autoload.
18548
18549 * mail/mailalias.el (mail-directory): Doc fix.
18550
18551 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
18552
18553 * mail/mailalias.el (mail-directory-process): Do nothing if
18554 mail-directory-process is an atom.
18555 (mail-get-names): Ignore mail-directory-names if it is an atom.
18556 (mail-directory-process defvar): Doc fix.
18557 (mail-names): Doc fix.
18558
18559 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
18560
18561 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
18562
18563 2005-03-26 Kenichi Handa <handa@m17n.org>
18564
18565 * international/mule-util.el (detect-coding-with-priority):
18566 Call update-coding-systems-internal before detect-coding-region.
18567
18568 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
18569
18570 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
18571 (gdb-frames-mode-map): Add follow-link property.
18572
18573 2005-03-25 Jay Belanger <belanger@truman.edu>
18574
18575 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
18576 for variables.
18577
18578 2005-03-25 Juri Linkov <juri@jurta.org>
18579
18580 * image-mode.el: Optimize image filename extension regexps in
18581 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
18582 in `auto-mode-alist'.
18583 (image-mode): Add `image-toggle-display-text' to local hook
18584 `change-major-mode-hook'. Display the image as an image by
18585 default. Set `cursor-type' and `truncate-lines' if the image
18586 is already displayed. Take into account the current mode (image
18587 or text) in message.
18588 (image-minor-mode): New minor mode.
18589 (image-mode-maybe, image-toggle-display-text): New functions.
18590 (image-toggle-display): Use called-interactively-p.
18591 Let-bind `inhibit-read-only' to t.
18592
18593 * image-mode.el (image-minor-mode): Set `cursor-type' and
18594 `truncate-lines' if the image is already displayed. Add turning
18595 image-minor-mode off to `change-major-mode-hook'. Add message.
18596 Call `image-toggle-display-text' after turning image-minor-mode off.
18597
18598 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
18599
18600 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
18601 Terminal.app, use utf-8.
18602 (set-display-table-and-terminal-coding-system): Add coding-system arg.
18603 (set-locale-environment): Use it.
18604
18605 * term/xterm.el: Undo last change, better done in mule-cmds.el.
18606
18607 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
18608
18609 * progmodes/python.el (python-close-block-statement-p)
18610 (python-outdent-p, python-current-defun): Use symbol-end.
18611
18612 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
18613
18614 * files.el (save-some-buffers): Doc fix.
18615
18616 2005-03-25 Werner Lemberg <wl@gnu.org>
18617
18618 * complete.el, thumbs.el: Replace `legal' with `valid'.
18619 * calendar/calendar.el: Replace `legal' with `valid'.
18620 * emacs-lisp/advice.el: Replace `legal' with `valid'.
18621 * mail/supercite.el: Replace `legal' with `valid'.
18622 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
18623 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
18624 Replace `legal' with `valid'.
18625 * textmodes/reftex-vars.el, textmodes/reftex.el:
18626 Replace `legal' with `valid'.
18627
18628 2005-03-25 Werner Lemberg <wl@gnu.org>
18629
18630 * calc/calc-forms.el, calc/calc-sel.el
18631 * midnight.el, vc-cvs.el
18632 * emacs-lisp/cl-macs.el
18633 * emulation/vip.el
18634 * eshell/esh-io.el, eshell/esh-var.el
18635 * mail/supercite.el
18636 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
18637 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
18638 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
18639 * progmodes/sh-script.el, progmodes/xscheme.el
18640 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
18641 * textmodes/reftex-index.el, textmodes/reftex-parse.el
18642 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
18643 * textmodes/reftex.el, textmodes/org.el:
18644 Replace `illegal' with `invalid'.
18645
18646 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18647
18648 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
18649 (flymake-find-buildfile, flymake-find-possible-master-files)
18650 (flymake-check-include, flymake-parse-line): Replace loops over the
18651 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
18652
18653 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
18654 Substitute file-name-as-directory in the rest of the file.
18655 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
18656 (flymake-replace-region): Remove unused arg `buffer'.
18657 (flymake-check-patch-master-file-buffer): Update calls to it.
18658 (flymake-add-err-info): Remove unused var `count'.
18659 (flymake-mode): Use define-minor-mode.
18660
18661 * progmodes/flymake.el: Use with-current-buffer.
18662 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
18663 flymake-replace-regexp-in-string, flymake-line-beginning-position)
18664 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
18665 Avoid testing for `xemacs'.
18666 (flymake-nop): Move.
18667 (flymake-region-has-flymake-overlays): Return the computed value.
18668 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
18669 Remove unused var `endline'.
18670 (flymake-get-line-count): Remove unused function.
18671 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
18672
18673 * emulation/vi.el:
18674 * generic.el:
18675 * hilit-chg.el (global-highlight-changes):
18676 * hi-lock.el (hi-lock-mode):
18677 * follow.el: find-file-hooks -> find-file-hook.
18678
18679 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
18680
18681 2005-03-24 Juri Linkov <juri@jurta.org>
18682
18683 * dired.el (dired-mode-map): Add menu item "Compare directories"
18684 for dired-compare-directories.
18685
18686 * dired-aux.el (dired-compare-directories): Add autoload cookie.
18687 Doc fix. Replace `read-file-name' with `read-directory-name'.
18688
18689 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18690
18691 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
18692
18693 2005-03-24 Jay Belanger <belanger@truman.edu>
18694
18695 * calc/calc-embed.el (calc-embedded-mode-change): Save all
18696 relevant mode settings in calc-embedded-original-modes when modes
18697 are permanently changed.
18698
18699 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18700
18701 * autoinsert.el: find-file-hooks -> find-file-hook.
18702
18703 2005-03-24 Lute Kamstra <lute@gnu.org>
18704
18705 * generic.el (generic-font-lock-defaults): Make it obsolete.
18706 (generic-font-lock-keywords): New variable to replace
18707 generic-font-lock-defaults.
18708 (generic-mode-set-font-lock): Delete it.
18709 (generic-mode-internal): Don't call generic-mode-set-font-lock.
18710 (generic-bracket-support): Add docstring.
18711
18712 * generic-x.el: Rename generic-font-lock-defaults to
18713 generic-font-lock-keywords throughout.
18714 (mailagent-rules-setup-function): Delete it.
18715 (mailagent-rules-generic-mode): Use anonymous function instead.
18716 (show-tabs-generic-mode-font-lock-defaults-1)
18717 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
18718 Quote faces.
18719 (show-tabs-tab-face, show-tabs-space-face): Specify background,
18720 not foreground.
18721
18722 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
18723 Recognize define-generic-mode.
18724
18725 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18726
18727 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
18728 if there's no completion table.
18729
18730 2005-03-23 Miles Bader <miles@gnu.org>
18731
18732 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18733 Remove tty-specific variants, as they're no longer needed.
18734
18735 2005-03-23 Lute Kamstra <lute@gnu.org>
18736
18737 * generic-x.el: Code cleanup: make args constant whenever possible.
18738 (installshield-statement-keyword-list)
18739 (installshield-system-functions-list)
18740 (installshield-system-variables-list, installshield-types-list)
18741 (installshield-funarg-constants-list): Make them constants.
18742
18743 * generic.el (generic-make-keywords-list): Add autoload cookie.
18744
18745 * calendar/time-date.el: Add comment on time value formats.
18746 Don't require parse-time.
18747 (with-decoded-time-value): New macro.
18748 (encode-time-value): New function.
18749 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
18750 (days-to-time): Return a valid time value when arg is huge.
18751 (time-since): Use time-subtract.
18752 (time-to-number-of-days): Use time-to-seconds.
18753
18754 2005-03-23 David Ponce <david@dponce.com>
18755
18756 * recentf.el (recentf-keep): New option.
18757 (recentf-menu-action): Default to `find-file'.
18758 (recentf-keep-non-readable-files-flag)
18759 (recentf-keep-non-readable-files-p)
18760 (recentf-file-readable-p, recentf-find-file)
18761 (recentf-cleanup-remote): Remove.
18762 (recentf-include-p): More robust.
18763 (recentf-keep-p): New function.
18764 (recentf-remove-if-non-kept): Rename from
18765 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
18766 All callers updated.
18767 (recentf-menu-items-for-commands): Fix help string.
18768 (recentf-track-closed-file): Update. Doc fix.
18769 (recentf-cleanup): Update. Count removed files. Doc fix.
18770
18771 2005-03-23 Kim F. Storm <storm@cua.dk>
18772
18773 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18774 Don't inherit from fringe face (now happens automatically).
18775
18776 2005-03-22 Kim F. Storm <storm@cua.dk>
18777
18778 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
18779 position values.
18780
18781 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18782
18783 * menu-bar.el (showhide-date-time): Remove.
18784 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
18785 (menu-bar-make-mm-toggle): Simplify.
18786
18787 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18788
18789 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
18790 Accept qualified variable and function names.
18791
18792 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
18793
18794 * bindings.el (completion-ignored-extensions):
18795 Remove ".lis" for `vax-vms'.
18796
18797 2005-03-22 Andreas Schwab <schwab@suse.de>
18798
18799 * generic-x.el: Revert last change.
18800 * ldefs-boot.el: Update.
18801
18802 2005-03-22 Jay Belanger <belanger@truman.edu>
18803
18804 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
18805 (calc-embedded-save-original-modes)
18806 (calc-embedded-restore-original-modes): New functions.
18807 (calc-do-embedded): Save original modes when entering embedded mode
18808 and restore when leaving embedded mode.
18809 (calc-embedded-modes-change): Change the value of
18810 calc-embedded-original-modes to reflect permanent changes.
18811
18812 2005-03-22 Lute Kamstra <lute@gnu.org>
18813
18814 * generic-x.el: Require generic again.
18815
18816 2005-03-22 Miles Bader <miles@gnu.org>
18817
18818 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
18819 Tweak details to look good on both ttys and bitmap displays, light
18820 or dark background, etc.
18821
18822 2005-03-21 Kim F. Storm <storm@cua.dk>
18823
18824 * tooltip.el (tooltip-show-help-function): Check car and cdr of
18825 mouse position.
18826
18827 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
18828
18829 * icomplete.el: Don't forcibly turn on the mode upon load.
18830 (icomplete-mode): Use define-minor-mode.
18831 (icomplete-eoinput): Default to nil.
18832 (icomplete-minibuffer-setup): Remove autoload.
18833 (icomplete-tidy): Simplify.
18834 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
18835 in the initial state or if the user has modified the field.
18836 Fix handling of icomplete-max-delay-chars.
18837 Remove code that handles the oddball case where
18838 minibuffer-completion-table is an integer.
18839 Wrap icomplete-completions in while-no-input in case building
18840 completions takes more time than expected.
18841 (icomplete-completions): Simplify.
18842
18843 2005-03-21 Richard M. Stallman <rms@gnu.org>
18844
18845 * jka-compr.el (jka-compr-really-do-compress):
18846 Make variable buffer-local.
18847
18848 * image-mode.el: Handle .xpm files too.
18849 (image-toggle-display): Preserve modification flag.
18850
18851 * help.el (where-is): Don't mention aliases with no key bindings.
18852
18853 2005-03-21 Lute Kamstra <lute@gnu.org>
18854
18855 * generic.el: Fix commentary section. Don't require cl for
18856 compilation.
18857 (generic-mode-list): Add autoload cookie.
18858 (generic-use-find-file-hook, generic-lines-to-scan)
18859 (generic-find-file-regexp, generic-ignore-files-regexp)
18860 (generic-mode, generic-mode-find-file-hook)
18861 (generic-mode-ini-file-find-file-hook): Fix docstrings.
18862 (define-generic-mode): Make it a defmacro. Fix docstring.
18863 (generic-mode-internal): Code cleanup. Add autoload cookie.
18864 (generic-mode-set-comments): Code cleanup.
18865 * generic-x.el: Don't prevent compilation. Don't require generic.
18866 Follow coding conventions. Minor code cleanup.
18867 (etc-fstab-generic-mode): Add some keywords.
18868 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
18869 define-generic-mode like a function declaration.
18870
18871 2005-03-21 Jay Belanger <belanger@truman.edu>
18872
18873 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
18874 changing modes.
18875
18876 2005-03-21 Sam Steingold <sds@gnu.org>
18877
18878 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
18879
18880 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
18881
18882 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
18883 Add underscore to "f$ lexicals" regexp.
18884
18885 2005-03-20 Juri Linkov <juri@jurta.org>
18886
18887 * subr.el (progress-reporter-do-update): When `min-value' is equal
18888 to `max-value', set `percentage' to 0 and prevent division by zero.
18889
18890 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
18891
18892 Sync with Tramp 2.0.48.
18893
18894 * net/tramp.el (all): Change all addresses to .gnu.org.
18895 (tramp-append-tramp-buffers): New defun.
18896 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
18897 Catch `dont-send' signal.
18898 (tramp-set-auto-save-file-modes): Set always permissions, because
18899 there might be an old auto-saved file belonging to another
18900 original file. This could be a security threat. Reported by
18901 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
18902 Check for Emacs 21.3.50 removed.
18903
18904 * net/tramp-smb.el (all): Remove debug construct for
18905 `with-parsed-tramp-file-name'.
18906 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
18907 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
18908 No error message if DIRECTORY or FILENAME doesn't exist.
18909 (tramp-smb-open-connection): Check existence of
18910 `tramp-smb-program'.
18911
18912 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
18913
18914 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
18915 Properly handle the case where the `m' or `s' command's argument is not
18916 yet terminated.
18917 (perl-indent-new-calculate): New function.
18918 (perl-indent-line): Use it.
18919
18920 2005-03-20 Miles Bader <miles@gnu.org>
18921
18922 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
18923 in text-mode too. Change to new face names.
18924 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
18925 Add `:weight bold' attribute.
18926 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
18927
18928 2005-03-19 Juri Linkov <juri@jurta.org>
18929
18930 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
18931
18932 * international/mule.el (auto-coding-alist): Sync with
18933 `auto-mode-alist' by adding upper case archive file extensions
18934 and adding ear/war to jar extension.
18935
18936 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
18937
18938 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
18939 running, restart it.
18940
18941 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
18942
18943 * finder.el (finder-current-item): Throw an error on an empty line.
18944
18945 * man.el (Man-follow-manual-reference): If current-word returns
18946 nil, use "".
18947
18948 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
18949
18950 * simple.el (goto-line): Doc fix.
18951
18952 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
18953
18954 * files.el (save-buffer): Doc fix.
18955
18956 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
18957
18958 * recentf.el (recentf-cleanup-remote): New variable.
18959 (recentf-cleanup): Use it to conditionally check availability of
18960 remote files.
18961
18962 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
18963
18964 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
18965 function names.
18966
18967 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18968
18969 * language/thai-word.el: New file.
18970
18971 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
18972
18973 * files.el (backup-buffer): If the file's directory is not
18974 writable, use copy instead of move to backup the file.
18975
18976 2005-03-19 Eli Zaretskii <eliz@gnu.org>
18977
18978 * obsolete/keyswap.el: Moved to obsolete/ from term/.
18979
18980 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18981
18982 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
18983 Use functionp instead of symbolp and fboundp. Reported by Drkm
18984 <darkman_spam@yahoo.fr>.
18985 (ps-print-version): New version 6.6.6.
18986
18987 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
18988
18989 * textmodes/table.el (table--line-column-position): New idiom.
18990 (table--row-column-insertion-point-p): New function to test
18991 validity of row and column insertion operation at a location.
18992 (table-global-menu, table-cell-menu): Use above functions for
18993 deterministic test operation.
18994 (table--editable-cell-p): Behave in deterministic fashion.
18995
18996 2005-03-18 Juri Linkov <juri@jurta.org>
18997
18998 * isearch.el (isearch-lazy-highlight-new-loop):
18999 Make arguments beg and end optional.
19000 (isearch-update): Remove optional arguments nil from
19001 isearch-lazy-highlight-new-loop.
19002 (isearch-lazy-highlight-search): Let-bind case-fold-search to
19003 isearch-lazy-highlight-case-fold-search instead of
19004 isearch-case-fold-search, and let-bind isearch-regexp to
19005 isearch-lazy-highlight-regexp.
19006 Use isearch-lazy-highlight-last-string instead of isearch-string.
19007
19008 * replace.el (perform-replace): Remove bindings of global
19009 variables isearch-string, isearch-regexp, isearch-case-fold-search.
19010 Add three new arguments to `replace-highlight'.
19011 (replace-highlight): Add arguments string, regexp, case-fold.
19012 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
19013 to allow isearch-lazy-highlight-new-loop to use these values
19014 to set corresponding isearch-lazy-highlight-* internal
19015 variables whose values lazy highlighting will use regardless of
19016 changes to global variables isearch-string, isearch-regexp,
19017 isearch-case-fold-search during lazy highlighting loop.
19018 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
19019 to `lazy-highlight-cleanup'.
19020
19021 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
19022 (ispell-highlight-face): Set default face to `isearch' when
19023 lazy highlighting is enabled.
19024 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
19025 priority to 1. Add lazy highlighting.
19026 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
19027 from `isearch-dehighlight'.
19028
19029 2005-03-18 David Ponce <david@dponce.com>
19030
19031 * files.el (hack-local-variables): Do a case-insensitive search
19032 for End.
19033
19034 2005-03-18 Juri Linkov <juri@jurta.org>
19035
19036 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
19037 `isearch-lazy-highlight-cleanup', add alias to old name and
19038 declare obsolete. Add release numbers to other obsolete vars.
19039 (isearch-done, isearch-lazy-highlight-new-loop):
19040 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
19041 (lazy-highlight-cleanup) <variable>: Doc fix.
19042 (isearch-lazy-highlight-update): Rename obsolete
19043 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
19044
19045 2005-03-18 Kenichi Handa <handa@m17n.org>
19046
19047 * language/thai-util.el: Fix categorization of Thai characters in
19048 thai-category-table.
19049 (thai-composition-pattern): Adjust it for the above change.
19050 (thai-self-insert-command, thai-compose-syllable): New functions.
19051 (thai-compose-region): Use thai-compose-syllable.
19052 (thai-compose-string): Likewise.
19053 (thai-composition-function): Likewise.
19054 (thai-auto-composition): New function.
19055 (thai-auto-composition-mode): New minor mode.
19056
19057 * language/thai.el: Fix patterns to be registered in
19058 composition-function-table.
19059
19060 * international/quail.el (quail-input-method): Locally bind
19061 inhibit-modification-hooks to t.
19062
19063 2005-03-17 Richard M. Stallman <rms@gnu.org>
19064
19065 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
19066 (perl-mode): Use run-mode-hooks.
19067
19068 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
19069 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
19070 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
19071
19072 * mail/sendmail.el (sendmail-send-it): Reenable the code
19073 to compute resend-to-address and use it.
19074
19075 * tar-mode.el (tar-mode): Turn off undo unconditionally.
19076
19077 * image-mode.el: New file.
19078
19079 * image.el (insert-sliced-image): Add autoload cookie.
19080
19081 * font-lock.el (font-lock-lines-before): New user option.
19082 (font-lock-after-change-function): Obey it.
19083
19084 * bindings.el (esc-map): Make M-g a prefix.
19085 Bind M-g g and M-g M-g to goto-line.
19086
19087 * faces.el (face-id): Doc fix.
19088
19089 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
19090
19091 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
19092 (rmail-show-message): Use rmail-unknown-mail-followup-to.
19093 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
19094
19095 * mail/sendmail.el (mail-yank-ignored-headers)
19096 (mail-font-lock-keywords, mail-mode-fill-paragraph):
19097 Add Mail-Followup-To and Mail-Reply-To headers.
19098 (mail-citation-hook): Add autoload cookie.
19099 (mail-mode): Doc fix.
19100 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
19101 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
19102 (mail-mode-fill-paragraph): Handle those headers.
19103 (mail-mailing-lists): New variable.
19104 (mail-mail-reply-to, mail-mail-followup-to): New functions.
19105
19106 2005-03-17 Juri Linkov <juri@jurta.org>
19107
19108 * isearch.el (isearch-fallback): Check for `(car previous)'
19109 before calling `isearch-other-end-state'.
19110
19111 2005-03-17 Kim F. Storm <storm@cua.dk>
19112
19113 * simple.el (move-beginning-of-line): Move to beginning of buffer
19114 line, as well as beginning of screen line.
19115
19116 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
19117
19118 * calendar/diary-lib.el (mark-diary-entries): Use new optional
19119 argument REDRAW rather than calendar-redrawing variable.
19120 * calendar/calendar.el (calendar-redrawing): Delete.
19121 (redraw-calendar): Do not bind calendar-redrawing.
19122
19123 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
19124
19125 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
19126 diary-file buffer.
19127
19128 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19129
19130 * help.el (describe-mode): Allow a :minor-mode-function property to
19131 specify a different minor mode toggle function than the variable.
19132 * simple.el (auto-fill-function):
19133 * subr.el (add-minor-mode): Use it.
19134
19135 2005-03-16 Kenichi Handa <handa@m17n.org>
19136
19137 * language/ethio-util.el (sera-being-called-by-w3): New variable.
19138 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
19139 (ethio-fidel-to-sera-buffer): Likewise.
19140
19141 2005-03-16 Juri Linkov <juri@jurta.org>
19142
19143 * emacs-lisp/find-func.el (find-function-regexp):
19144 Add defun-emitting macro `menu-bar-make-toggle'.
19145
19146 * isearch.el: Put `isearch-scroll' property to
19147 `split-window-horizontally'.
19148
19149 * info.el: Update error messages for `debug-ignored-errors'.
19150 (Info-isearch-search): Doc fix.
19151 (Info-find-node): Move up code to go into info buffer before
19152 recording the node to the history.
19153 (Info-fontify-node): Fontify titles only if the next line
19154 has two or more `*', `=', `-', `.'.
19155 Display "go to this node" for empty (match-string 3).
19156
19157 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19158
19159 * term/mac-win.el: Add mouse pointer shape constants.
19160
19161 2005-03-15 Kim F. Storm <storm@cua.dk>
19162
19163 * simple.el (move-beginning-of-line): Use vertical-motion.
19164
19165 2005-03-15 Juri Linkov <juri@jurta.org>
19166
19167 * isearch.el (isearch-error): New variable.
19168 (isearch-invalid-regexp, isearch-within-brackets): Remove.
19169 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
19170 (isearch-within-brackets-state): Remove.
19171 (isearch-case-fold-search-state, isearch-pop-fun-state):
19172 Decrease frame index.
19173 (isearch-mode, isearch-top-state, isearch-push-state)
19174 (isearch-edit-string, isearch-abort, isearch-search-and-update)
19175 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
19176 (isearch-search, isearch-lazy-highlight-new-loop):
19177 Replace `isearch-invalid-regexp' with `isearch-error'.
19178 Remove `isearch-within-brackets'.
19179 (isearch-search): Add `search-failed' handler to `condition-case'.
19180 (isearch-lazy-highlight-search): Add `condition-case' to catch
19181 errors and allow `isearch-lazy-highlight-update' to try
19182 highlighting from the beginning of the window.
19183 (isearch-repeat): Move up code to set isearch-wrapped to t
19184 before calling isearch-wrap-function.
19185
19186 * info.el (Info-isearch-initial-node): New internal variable.
19187 (Info-search): Signal an error in isearch mode when search leaves
19188 the initial node. Signal an error when `bound' is non-nil and
19189 nothing was found in the current subfile.
19190 (Info-isearch-search): Remove `condition-case'.
19191 (Info-isearch-wrap): Don't wrap when search failed during leaving
19192 the initial node. If `Info-isearch-search' is nil, wrap around
19193 the current node.
19194 (Info-isearch-start): New fun.
19195 (Info-mode): Add buffer-local hook `Info-isearch-start' to
19196 `isearch-mode-hook'.
19197
19198 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
19199
19200 * simple.el (normal-erase-is-backspace): Set default to t if
19201 running on Mac.
19202
19203 * term/mac-win.el (function-key-map): Sync with x-win.el.
19204
19205 2005-03-15 Kenichi Handa <handa@m17n.org>
19206
19207 * international/mule-cmds.el (locale-language-names): Modify the
19208 format of elements and add more entries.
19209 (locale-preferred-coding-systems): Add more entries.
19210 (set-locale-environment): Adjust for the change of
19211 locale-language-names.
19212
19213 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19214
19215 * pcvs.el (smerge-ediff): Remove bogus autoload.
19216
19217 2005-03-14 Lute Kamstra <lute@gnu.org>
19218
19219 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
19220 Ignore a `*' at the beginning of a line.
19221
19222 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
19223 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
19224 subr.el.
19225 (dont-compile, eval-when-compile, eval-and-compile): Use declare
19226 to specify indentation.
19227
19228 * generic.el (define-generic-mode): Let generic-mode-list be a
19229 list of strings; test membership with equal.
19230
19231 2005-03-14 Kim F. Storm <storm@cua.dk>
19232
19233 * simple.el (next-line, previous-line): Add optional try-vscroll
19234 arg to recognize interactive use. Pass it on to line-move.
19235 (line-move): Don't perform auto-window-vscroll when defining or
19236 executing keyboard macro to ensure consistent behavior.
19237
19238 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
19239
19240 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
19241
19242 2005-03-13 Lute Kamstra <lute@gnu.org>
19243
19244 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
19245 debugger-setup-buffer so that backtrace marks the frames set to
19246 debug-on-exit and we don't have to do it manually. Set an extra
19247 debug-on-exit for macro's.
19248 (debugger-setup-buffer): Don't mark the top frame manually.
19249
19250 2005-03-12 Lute Kamstra <lute@gnu.org>
19251
19252 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
19253 lisp-indent-function throughout.
19254 (with-no-warnings): Set lisp-indent-function property.
19255
19256 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
19257
19258 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
19259 Add entry for backslash.
19260
19261 2005-03-12 Juri Linkov <juri@jurta.org>
19262
19263 * info.el (Info-search): Four fixes for backward search.
19264
19265 2005-03-11 Jay Belanger <belanger@truman.edu>
19266
19267 * calc/calc.el (calc-language-alist): New variable.
19268 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
19269 (calc-embedded-find-modes): Use calc-language-alist instead of
19270 calc-embedded-language-alist.
19271
19272 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
19273
19274 * calendar/calendar.el (calendar-redrawing): New internal
19275 variable.
19276 (redraw-calendar): Remove bogus save-excursion from previous
19277 change. Bind calendar-redrawing to t for mark-diary-entries.
19278 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
19279 calendar if that is why we were called.
19280
19281 2005-03-11 Kenichi Handa <handa@m17n.org>
19282
19283 * international/mule.el (make-coding-system): Set property
19284 coding-system-define-form to nil.
19285 (define-coding-system-alias): Likewise.
19286
19287 2005-03-11 Kenichi Handa <handa@m17n.org>
19288
19289 These changes are suggested by Dave Love <fx@gnu.org>.
19290
19291 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
19292 coding: tag.
19293 (adaptive-fill-regexp): Add more bullets.
19294 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
19295 regexps.
19296
19297 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19298
19299 * help.el (describe-mode): Properly handle non-trivial lighters.
19300 Don't ignore minor modes that are not listed in minor-mode-list.
19301
19302 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
19303 feature ON when the user requests to turn it OFF.
19304
19305 2005-03-10 Lute Kamstra <lute@gnu.org>
19306
19307 * emacs-lisp/debug.el (debug-entry-code): Delete it.
19308 (implement-debug-on-entry): New function to replace debug-entry-code.
19309 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
19310 second argument as the 2005-03-07 change makes it obsolete.
19311 (debug-on-entry, cancel-debug-on-entry): Update call to
19312 debug-on-entry-1.
19313 (debug, debugger-setup-buffer): Comment update.
19314 (debugger-frame-number): Update to work with implement-debug-on-entry.
19315
19316 2005-03-10 Jay Belanger <belanger@truman.edu>
19317
19318 * calc/calc-embed.el (math-ms-args): Declare it.
19319 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
19320 math-ms-args.
19321 (calc-embedded-subst): Use math-multi-subst-rec to substitute
19322 variables.
19323
19324 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
19325
19326 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
19327 Use message-box.
19328
19329 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
19330 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
19331 (tooltip-gud-tips): Simplify.
19332 (tooltip-gud-tips-p): Remove superfluous :set.
19333 (tooltip-gud-modes): Add fortran-mode.
19334 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
19335
19336 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
19337
19338 2005-03-09 Kim F. Storm <storm@cua.dk>
19339
19340 * play/animate.el (animate-place-char): Use forward-line instead
19341 of next-line to improve performance.
19342
19343 2005-03-09 Simon Josefsson <jas@extundo.com>
19344
19345 * net/browse-url.el (browse-url-default-browser): Doc fix.
19346
19347 2005-03-09 Miles Bader <miles@gnu.org>
19348
19349 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
19350 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
19351
19352 2005-03-09 Kenichi Handa <handa@m17n.org>
19353
19354 * international/latin-1.el: Set case and syntax for 255 only if
19355 set-case-syntax-set-multibyte is nil.
19356
19357 * textmodes/ispell.el (ispell-insert-word): New function.
19358 (ispell-word): Use ispell-insert-word to insert a new word.
19359 (ispell-process-line): Likewise.
19360 (ispell-complete-word): Likewise.
19361
19362 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
19363
19364 * calendar/calendar.el (redraw-calendar): Preserve point.
19365 Reported by Matt Hodges <MPHodges@member.fsf.org>.
19366 (calendar-week-start-day): Move after definition of
19367 redraw-calendar. Delete buffer test, since redraw-calendar has
19368 that now.
19369
19370 * calendar/diary-lib.el (mark-diary-entries): Only call
19371 redraw-calendar in the first of any recursive calls.
19372 Reported by Alan Shutko <ats@acm.org>.
19373
19374 2005-03-08 Juri Linkov <juri@jurta.org>
19375
19376 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
19377 (html-horizontal-rule, html-line, html-image, html-checkboxes)
19378 (html-radio-buttons): Add a space before the trailing `/>' where
19379 sgml-xml-mode is non-nil.
19380 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
19381 the subsequent tag of the empty XML tag.
19382 (html-href-anchor): Don't set initial input to "http:".
19383 (html-image): Ask for the image URL and set point inside alt="".
19384 (html-name-anchor): Duplicate the name in the `id' attribute when
19385 sgml-xml-mode is non-nil.
19386 (html-paragraph): Remove \n before <p>.
19387 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
19388 instead of `checked' when sgml-xml-mode is non-nil.
19389
19390 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
19391 Remove 1 space before #RRGGBB to not truncate it on terminal
19392 windows w/o fringes. Remove 1 space between bg and fg examples
19393 to get more space.
19394 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
19395 avoid byte-compile warnings.
19396
19397 * image-file.el (image-file-handler): Put `safe-magic' property to
19398 `image-file-handler'.
19399
19400 * info.el (Info-isearch-search): Emulate word search in
19401 isearching through multiple Info nodes with Info-search.
19402 (Info-isearch-wrap): Allow isearch-word.
19403
19404 2005-03-08 Lute Kamstra <lute@gnu.org>
19405
19406 * emacs-lisp/debug.el (debugger-step-through): Make sure that
19407 stepping into the debugger's code is not possible.
19408 (debugger-jumping-flag): Docstring update.
19409
19410 2005-03-08 Jay Belanger <belanger@truman.edu>
19411
19412 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
19413 embedded mode begins.
19414 (calc-embedded-language-alist): New variable.
19415 (calc-embedded-find-modes): Use calc-embedded-language-alist to
19416 set default language mode.
19417
19418 2005-03-08 Kenichi Handa <handa@m17n.org>
19419
19420 * international/ccl.el (define-ccl-program): Fix docstring about
19421 extra 256 bytes assured for the output buffer.
19422
19423 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19424 Fix BUFFER_MAGNIFICATION to 2.
19425 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19426
19427 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
19428
19429 * align.el (align-rules-list): Added an alignment rule for CSS
19430 declarations (applies to css-mode and html-mode buffers).
19431
19432 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19433
19434 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
19435
19436 2005-03-07 Kim F. Storm <storm@cua.dk>
19437
19438 * simple.el (move-beginning-of-line): New command.
19439
19440 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
19441
19442 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
19443
19444 * emulation/cua-base.el: Put CUA move property on move-end-of-line
19445 and move-beginning-of-line.
19446
19447 * apropos.el (apropos-print): Omit command from M-x ... RET.
19448
19449 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
19450
19451 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
19452 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
19453
19454 2005-03-06 Richard M. Stallman <rms@gnu.org>
19455
19456 * bindings.el (esc-map): Bind M-g to goto-line.
19457
19458 * facemenu.el (global-map): Bind M-o, not M-g.
19459
19460 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19461
19462 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
19463 "Open Directory" as for "Open File".
19464
19465 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
19466
19467 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
19468 (push-mark-command): Run activate-mark-hook.
19469
19470 2005-03-06 Richard M. Stallman <rms@gnu.org>
19471
19472 * help-mode.el (help-mode-finish): Don't alter the element
19473 in view-return-to-alist if there already is one.
19474
19475 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
19476 make sure the current buffer is the expected one.
19477
19478 * novice.el (disabled-command-function): Output in *Disabled Command*.
19479 Explicitly ignore non-keyboard events, and explicitly handle C-g.
19480
19481 * textmodes/flyspell.el (flyspell-large-region):
19482 Pass args differently for aspell.
19483
19484 * files.el (mode-require-final-newline): Doc fix.
19485
19486 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
19487
19488 * progmodes/which-func.el (which-function):
19489 Specify NOERROR when calling imenu--make-index-alist.
19490
19491 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19492
19493 * simple.el (normal-erase-is-backspace): Define default value.
19494
19495 * custom.el (custom-theme-set-variables): Remove unused var
19496 `immediate'.
19497 (custom-reevaluate-setting): Simple function to handle variables
19498 that are defined before their default value can really be
19499 computed.
19500
19501 * startup.el (command-line): Use it for temporary-file-directory,
19502 small-emporary-file-directory, auto-save-file-name-transforms,
19503 blink-cursor-mode, and normal-erase-is-backspace.
19504
19505 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
19506 progress, even with buggy anchored keywords.
19507
19508 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
19509
19510 * simple.el (goto-line): Remove unbalanced final parenthesis.
19511
19512 2005-03-05 Richard M. Stallman <rms@gnu.org>
19513
19514 * simple.el (goto-line): Use a number at point as the default.
19515 With C-u as arg, switch buffers.
19516
19517 2005-03-05 Juri Linkov <juri@jurta.org>
19518
19519 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
19520 with `no-blinking-cursor'.
19521
19522 * startup.el (no-blinking-cursor): New defvar.
19523 (command-line): Add `--no-blinking-cursor' to longopts.
19524 Set `no-blinking-cursor' to t for command line arguments
19525 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
19526 with `no-blinking-cursor' in the condition for calling
19527 `blink-cursor-mode'.
19528
19529 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
19530
19531 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
19532 (menu-bar-options-save): Add blink-cursor-mode.
19533 (menu-bar-options-menu): Add blink-cursor-mode.
19534
19535 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
19536
19537 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
19538 (icalendar-export-file, icalendar-export-region)
19539 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
19540 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
19541
19542 2005-03-04 Lute Kamstra <lute@gnu.org>
19543
19544 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
19545 (debug-function-list): Ditto.
19546
19547 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
19548
19549 * textmodes/texinfmt.el (texinfo-append-refill):
19550 Redefine the types of line to which @refill
19551 is not appended by replacing a search for `@refill\\|@bye' with
19552 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
19553 itemize@refill' bug and the unfilled long lines bug.
19554 (texinfmt-version): Update number and date.
19555
19556 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
19557
19558 * international/code-pages.el (windows-1250, windows-125[2-8])
19559 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
19560
19561 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19562
19563 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
19564 bound yet.
19565
19566 2005-03-02 Romain Francoise <romain@orebokech.com>
19567
19568 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
19569 buffer after removing limits.
19570 (ibuffer-pop-filter): Ditto.
19571 Update copyright.
19572
19573 2005-03-02 Miles Bader <miles@gnu.org>
19574
19575 * button.el (make-text-button): If the user doesn't specify a
19576 type, use the default. Rewrite to use `add-text-properties' and
19577 plist functions.
19578
19579 2005-03-01 Lute Kamstra <lute@gnu.org>
19580
19581 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
19582 (debugger-jumping-flag): New var.
19583 (debug-entry-code): Use it.
19584 (debugger-jump): Use debugger-jumping-flag and add
19585 debugger-reenable to post-command-hook.
19586 (debugger-reenable): Use debugger-jumping-flag and remove itself
19587 from post-command-hook.
19588 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
19589 debugger-reenable.
19590
19591 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
19592
19593 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
19594 inclusion of "itemize\\|", which may be unnecessary, is certainly
19595 inelegant, and stops refilling in itemize lists when formatting
19596 Japanese Texinfo files to Info.
19597 Update copyright to 2005.
19598
19599 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
19600
19601 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
19602 of an error if GDB can't find the source file.
19603
19604 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19605
19606 * calendar/calendar.el (redraw-calendar): Work from any buffer,
19607 not just the calendar.
19608
19609 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
19610 first.
19611 (diary-redraw-calendar): New function.
19612 (make-diary-entry): Add diary-redraw-calendar to local
19613 write-contents-functions. Turn off selective display before
19614 inserting in diary.
19615
19616 2005-03-01 Kim F. Storm <storm@cua.dk>
19617
19618 * emacs-lisp/copyright.el (copyright-fix-years): New command.
19619
19620 2005-03-01 Lute Kamstra <lute@gnu.org>
19621
19622 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
19623 that debug-entry-code can be safely removed from a function while
19624 this code is being evaluated. Revert the 2005-02-27 change as the
19625 new implementation no longer requires it. Make sure that a
19626 function body containing just a string is not mistaken for a docstring.
19627 (debug): Skip one more frame in case of debug on entry.
19628 (debugger-setup-buffer): Delete one more frame line in case of
19629 debug on entry.
19630 (debugger-frame-number): Update to use the new text introduced by
19631 the 1999-11-03 change. Skip one more frame in case of debug on entry.
19632
19633 2005-02-28 Kim F. Storm <storm@cua.dk>
19634
19635 * double.el (double-translate-key): Call force-window-update after
19636 read-event to avoid crash in redisplay.
19637
19638 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
19639
19640 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
19641 (debug): Use it. Move the inhibit-trace earlier.
19642 (debug-entry-code): New const.
19643 (debug-on-entry-1): Use it.
19644
19645 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
19646
19647 * international/utf-16.el (ccl-encode-mule-utf-16le):
19648 Fix BUFFER_MAGNIFICATION to 2.
19649 (ccl-encode-mule-utf-16be): Likewise.
19650
19651 2005-02-28 Kenichi Handa <handa@m17n.org>
19652
19653 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
19654 Fix BUFFER_MAGNIFICATION to 4.
19655 (ccl-encode-mule-utf-16be-with-signature): Likewise.
19656
19657 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
19658
19659 * speedbar.el (speedbar-update-flag): Doc fix.
19660 (speedbar-show-info-under-mouse): Give set-mouse-position the right
19661 argument.
19662
19663 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
19664
19665 * reveal.el (reveal-post-command): Don't try to reveal overlays which
19666 have a non-nil `invisible' property but are actually visible.
19667
19668 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
19669 for perldoc sections.
19670 (perl-outline-regexp, perl-outline-level): New var and function.
19671 (perl-mode): Use them.
19672
19673 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
19674
19675 * calendar/diary-lib.el (diary-remind): Discard any mark portion
19676 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
19677
19678 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
19679
19680 * cus-edit.el: Comment change.
19681 (custom-buffer-create-internal): Slightly reword text at top of
19682 Custom buffers. Mention there that saving an option edits the
19683 init file. Add link to Emacs manual node on `custom-file'.
19684 (custom-magic-alist): Rewrite individual State messages to use
19685 capitalized keywords. Doc fix.
19686
19687 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
19688
19689 * calendar/calendar.el (calendar-buffer): Move above
19690 calendar-week-start-day.
19691 (calendar-week-start-day): Doc fix. Add :set function.
19692 (calendar-minimum-window-height): New variable.
19693 (generate-calendar-window): Only resize window if selected-window
19694 is displaying the calendar buffer. Use new variable
19695 calendar-minimum-window-height.
19696 (generate-calendar): Reword error message.
19697 (calendar-mode-map): Bind DEL to scroll-other-window-down.
19698
19699 2005-02-27 Andreas Schwab <schwab@suse.de>
19700
19701 * vc.el (vc-do-command): Don't run command asynchronously when
19702 operating in a remote directory.
19703
19704 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
19705 change from sync with Tramp 2.0.47.
19706
19707 2005-02-27 Richard M. Stallman <rms@gnu.org>
19708
19709 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
19710
19711 * textmodes/flyspell.el (flyspell-mode-on):
19712 Call ispell-change-dictionary only if necessary.
19713
19714 * emacs-lisp/re-builder.el (regexp-builder): New function.
19715
19716 * register.el (describe-register-1): Explicitly handle
19717 yank-excluded-properties = t.
19718
19719 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
19720 (custom-magic-alist): Change the status descriptions again.
19721 (face widget-type): Total rewrite based on `restricted-sexp'
19722 to eliminate the confusing double hiding levels.
19723
19724 * emacs-lisp/debug.el (debug-on-entry-1):
19725 If function body is empty, add nil as body form.
19726
19727 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
19728
19729 * emacs-lisp/trace.el (inhibit-trace): New var.
19730 (trace-make-advice): Use it.
19731
19732 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
19733
19734 2005-02-26 Kim F. Storm <storm@cua.dk>
19735
19736 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
19737 (mouse-on-link-p, mouse-drag-region-1): Use it.
19738
19739 2005-02-25 Lute Kamstra <lute@gnu.org>
19740
19741 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
19742
19743 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
19744
19745 * frame.el (blink-cursor-mode): Add :group keyword.
19746
19747 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
19748
19749 * calendar/icalendar.el (icalendar--decode-isodatetime):
19750 New optional argument DAY-SHIFT.
19751 (icalendar-export-region): Fix coding-system-for-write.
19752 (icalendar--convert-ical-to-diary): Shift end-day of all-day
19753 events by one.
19754
19755 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
19756
19757 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
19758
19759 2005-02-24 Kim F. Storm <storm@cua.dk>
19760
19761 * international/iso-acc.el (iso-accents-compose): Fix crash
19762 during redisplay. Call force-window-update after read-event
19763 and delete-region to signal that window is not accurate.
19764
19765 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
19766
19767 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
19768 Remove unused and inexistent var `inhibit-trace'.
19769 (debugger-mode): Use run-mode-hooks.
19770 (debugger-list-functions): Add buttons; setup xref stack.
19771
19772 2005-02-23 Richard M. Stallman <rms@gnu.org>
19773
19774 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
19775 appointment says it was explicitly made.
19776 (appt-add): Set the 3rd element.
19777 (appt-make-list): Preserve explicit appointments.
19778
19779 * subr.el (find-tag-default): Catch errors in forward-sexp.
19780
19781 2005-02-23 Juri Linkov <juri@jurta.org>
19782
19783 * info.el (Info-isearch-search): New defcustom.
19784 (Info-isearch-search): Call the default isearch function
19785 when Info-isearch-search is nil.
19786 (Info-isearch-wrap): Use variable Info-isearch-search.
19787
19788 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
19789
19790 * cus-edit.el: Comment change.
19791
19792 2005-02-22 Kim F. Storm <storm@cua.dk>
19793
19794 * progmodes/hideif.el (hide-ifdef-use-define-alist):
19795 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
19796
19797 2005-02-22 Simon Josefsson <jas@extundo.com>
19798
19799 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
19800 New variable.
19801 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
19802 Oskarsson" <myrkraverk@users.sourceforget.net>.
19803
19804 2005-02-22 Kim F. Storm <storm@cua.dk>
19805
19806 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
19807 check that window of that event is the selected window.
19808 (mouse-drag-region-1): Compare mouse event window to selected
19809 window before setting point.
19810
19811 * tooltip.el (tooltip-show-help-function): Pass event to
19812 mouse-on-link-p so it can check selected window.
19813
19814 2005-02-22 Kenichi Handa <handa@m17n.org>
19815
19816 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
19817 (ps-mule-show-warning): New function.
19818 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
19819 characters are found.
19820
19821 * ps-print.el (ps-header-footer-string): Return a list of header
19822 and footer strings.
19823
19824 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
19825
19826 * pcvs.el (cvs-retrieve-revision): Fix thinko.
19827
19828 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
19829
19830 * frame.el (blink-cursor-mode): Use define-minor-mode.
19831
19832 * term/mac-win.el (function-key-map): Use char-names more consistently.
19833 (file-name-coding-system): Only set it for MacOS-9. The other case is
19834 already handled in mule-cmds.el (where it also works when mac-win.el
19835 is not used).
19836
19837 2005-02-21 Kenichi Handa <handa@m17n.org>
19838
19839 * international/mule.el (ctext-pre-write-conversion): Always use
19840 " *code-converting-work*" buffer for work.
19841
19842 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
19843
19844 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
19845
19846 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
19847
19848 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
19849
19850 * ses.el (undo-more): Restore defadvice, but only the part that
19851 allows changes outside the restricted area of the buffer.
19852
19853 2005-02-20 Kim F. Storm <storm@cua.dk>
19854
19855 * simple.el (line-move): Add fourth optional arg try-vscroll which
19856 must be set to perform auto-window-vscroll.
19857 When moving backwards and doing auto-window-vscroll, automatically
19858 vscroll to the last part of lines which are taller than the window.
19859 (next-line, previous-line): Set try-vscroll arg on line-move.
19860
19861 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
19862
19863 * replace.el (query-replace, query-replace-regexp)
19864 (replace-string, replace-regexp): When operating on region, make
19865 the minibuffer prompt say so.
19866
19867 * isearch.el (isearch-forward): Document isearch-query-replace and
19868 isearch-query-replace-regexp keybindings.
19869
19870 2005-02-19 Jay Belanger <belanger@truman.edu>
19871
19872 * calc/calc-aent.el (math-read-token): Add local variable.
19873
19874 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
19875 (calc-edit-top): Move declaration to earlier in file.
19876 (calc-edit-macro-repeats): Add local variables.
19877
19878 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
19879 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
19880 calcFunc-tanh.
19881 Adjust integration rule for calcFunc-tan.
19882
19883 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19884
19885 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
19886 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
19887 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
19888 (viper-skip-separators): Bug fix.
19889 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
19890 particular major mode.
19891 (viper-del-backward-char-in-replace): Don't put deleted char on the
19892 kill ring.
19893
19894 * viper-ex.el (viper-color-display-p): New function.
19895 (viper-has-face-support-p): Use viper-color-display-p.
19896
19897 * viper-keym.el (viper-gnus-modifier-map): New keymap.
19898
19899 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
19900
19901 * viper-util.el (viper-glob-unix-files): Fix shell status check.
19902 (viper-file-remote-p): Make equivalent to file-remote-p.
19903
19904 * viper.el (viper-major-mode-modifier-list):
19905 Use viper-gnus-modifier-map.
19906
19907 2005-02-19 David Kastrup <dak@gnu.org>
19908
19909 * subr.el (subregexp-context-p): Fix garbled doc string by adding
19910 quoting.
19911
19912 2005-02-19 Jay Belanger <belanger@truman.edu>
19913
19914 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
19915 Remove extra definitions.
19916 (calc-coth): New function.
19917 (calcFunc-cot): Fix `let'.
19918
19919 2005-02-19 Eli Zaretskii <eliz@gnu.org>
19920
19921 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
19922 the reasons we use "type pc" in these faces.
19923
19924 * button.el (button): Ditto.
19925
19926 2005-02-19 Michael Mauger <mmaug@yahoo.com>
19927
19928 * replace.el (query-replace-read-from): Set the value of
19929 query-replace-from-history-variable to handle the case of an empty
19930 string entered to accept the suggested default.
19931
19932 * net/tramp.el (tramp-file-name-for-operation):
19933 Use dired-call-process instead of dired-call-process-command.
19934
19935 2005-02-19 Jay Belanger <belanger@truman.edu>
19936
19937 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
19938 (math-div-non-trig): New variables.
19939 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
19940 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
19941 (math-combine-prod, math-div-symb-fancy): Add simplifications for
19942 trig expressions.
19943
19944 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
19945
19946 * progmodes/gdb-ui.el (gdb-var-update-handler)
19947 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
19948 for watch expressions,
19949 (gdb-var-create-handler): Don't set speedbar-update-flag.
19950 (gdb-post-prompt): Simplify test for speedbar.
19951
19952 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19953
19954 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
19955 (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
19956 we use the syntax table of the correct buffer.
19957 (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
19958 Felix Gatzemeier.
19959
19960 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
19961 (ediff-file-remote-p): Make synonymous with file-remote-p.
19962 In all deffaces ediff-*-face-*, use min-colors.
19963
19964 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
19965 ediff-recurse-to-subdirectories.
19966 (ediff-mark-if-equal): Check that the arguments are strings, use
19967 ediff-same-contents (after to Felix Gatzemeier).
19968
19969 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
19970 nil.
19971
19972 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
19973
19974 * log-view.el (log-view-message-re): Fix up Subversion regexp.
19975
19976 2005-02-18 David Kastrup <dak@gnu.org>
19977
19978 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
19979 use `mark-active' when defined.
19980
19981 2005-02-18 Kenichi Handa <handa@m17n.org>
19982
19983 * ps-print.el (ps-font-info-database): New entry
19984 ZapfChancery-MediumItalic with correct font name. Fix font name
19985 of the entry Zapf-Chancery-MediumItalic.
19986
19987 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
19988
19989 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
19990
19991 2005-02-16 Kim F. Storm <storm@cua.dk>
19992
19993 * ido.el (ido-fallback-command): Pass user input to fallback command.
19994
19995 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
19996
19997 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
19998 (gdb-find-file-hook): Add server prefix.
19999
20000 2005-02-16 Richard M. Stallman <rms@gnu.org>
20001
20002 * replace.el (perform-replace): Pass new args to replace-highlight.
20003 (replace-highlight): Take region args,
20004 and pass them to isearch-lazy-highlight-new-loop.
20005
20006 * novice.el (disabled-command-hook): Autoload the defalias
20007 and the make-obsolete-variable call.
20008
20009 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
20010
20011 * isearch.el (isearch-lazy-highlight-start-limit)
20012 (isearch-lazy-highlight-end-limit): New variables limit
20013 the region for highlighting.
20014 (isearch-lazy-highlight-new-loop): New args BEG and END.
20015 (isearch-lazy-highlight-search): Use the new vars.
20016 (isearch-lazy-highlight-update): Likewise.
20017
20018 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
20019
20020 * cus-start.el (all): Use default-boundp.
20021
20022 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
20023
20024 * menu-bar.el (menu-bar-select-frame): Handle current frame.
20025
20026 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
20027
20028 * autorevert.el (auto-revert-stop-on-user-input)
20029 (auto-revert-verbose): Doc fixes.
20030
20031 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
20032
20033 * international/mule-cmds.el (set-locale-environment): Remove call
20034 to set-selection-coding-system on Windows.
20035
20036 2005-02-15 Jay Belanger <belanger@truman.edu>
20037
20038 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
20039 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
20040 calcFunc-coth.
20041 (math-simplify-sqrt): Add simplifications.
20042
20043 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
20044 to list.
20045
20046 * calc/calc-ext.el: Add functions to autoloads.
20047
20048 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
20049 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
20050 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
20051 (math-csc-raw, math-cot-raw): New functions.
20052
20053 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
20054
20055 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
20056 the variable name in a message.
20057
20058 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
20059 calcFunc-csc, calcFunc-cot.
20060
20061 * calc/calcalg2.el: Add derivative and integration rules for
20062 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
20063 calcFunc-csch, calcFunc-coth.
20064 (math-do-integral-methods): Add to checks for when to use
20065 substitutions.
20066
20067 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
20068
20069 2005-02-15 Lute Kamstra <lute@gnu.org>
20070
20071 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20072 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
20073 <monnier@iro.umontreal.ca>
20074 (lisp-outline-level): Improve efficiency. Suggested by David
20075 Kastrup <dak@gnu.org>.
20076
20077 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
20078
20079 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
20080 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
20081 (gdb-set-gud-minor-mode-existing-buffers): New functions.
20082 (gdb-find-file-hook): New hook. Add it to find-file-hook.
20083 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
20084
20085 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
20086
20087 * cus-start.el (all): Comment change.
20088
20089 2005-02-14 Lute Kamstra <lute@gnu.org>
20090
20091 * cus-start.el (all): Check if symbol is void.
20092
20093 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
20094
20095 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
20096 optional argument to \cite.
20097
20098 2005-02-14 Richard M. Stallman <rms@gnu.org>
20099
20100 * cus-edit.el (custom-buffer-create-internal): Update help message.
20101 (custom-magic-alist): Update help messages.
20102
20103 * cus-start.el (all): Allow a var to specify a standard value.
20104
20105 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
20106
20107 * custom.el (custom-theme-set-variables): Handle variable aliases.
20108
20109 * frame.el (blink-cursor-timer): Doc fix.
20110 (blink-cursor): Make it an alias for `blink-cursor-mode' and
20111 declare obsolete.
20112 (blink-cursor-mode): Define with defcustom and use correct
20113 standard expression in that defcustom.
20114 * startup.el (command-line): Adapt to above changes in frame.el.
20115
20116 2005-02-11 Lute Kamstra <lute@gnu.org>
20117
20118 * apropos.el (apropos-score-doc): Prevent division by zero.
20119
20120 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
20121
20122 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
20123 (icalendar--get-event-property-attributes)
20124 (icalendar--get-event-properties)
20125 (icalendar--datetime-to-diary-date): New functions.
20126 (icalendar--split-value): Doc fix.
20127 (icalendar--datetime-to-noneuropean-date)
20128 (icalendar--datetime-to-european-date): New optional argument
20129 SEPARATOR. Return result as a string instead of a list.
20130 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
20131 (icalendar--convert-string-for-export): Rename arg S to STRING.
20132 (icalendar-export-region): Doc fix. Change name of error buffer.
20133 Save output buffer.
20134 (icalendar-import-file): Add blank at end of prompt.
20135 (icalendar-import-buffer): Doc fix. Do not switch to error
20136 buffer. Indicate status in return value.
20137 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
20138 buffer. Save output buffer. Handle exception from recurrence
20139 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
20140 events. Fix problems with weekly all-day events.
20141
20142 2005-02-10 Richard M. Stallman <rms@gnu.org>
20143
20144 * simple.el (eval-expression-print-format):
20145 Avoid warning about edebug-active.
20146
20147 * help.el (help-for-help-internal): Rename from help-for-help.
20148 (help-for-help): Define with defalias.
20149
20150 * font-core.el (font-lock-default-function): Use with-no-warnings.
20151
20152 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
20153
20154 * custom.el (defface): Doc fix.
20155
20156 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
20157
20158 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
20159 width 0" to prevent word wrapping problems.
20160
20161 2005-02-09 Kim F. Storm <storm@cua.dk>
20162
20163 * ido.el (ido-file-extensions-order): New defcustom.
20164 (ido-file-extension-lessp, ido-file-extension-aux)
20165 (ido-file-extension-order): New advanced file ordering.
20166 (ido-file-lessp): New simple file ordering.
20167 (ido-sort-list): Remove.
20168 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
20169 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
20170
20171 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
20172
20173 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
20174 that some versions of grep produce.
20175 (grep-mode-font-lock-keywords): Likewise.
20176
20177 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
20178
20179 * progmodes/gdb-ui.el (gdb-location-list): New variable.
20180 (gdb-cdir): Delete.
20181 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
20182 (gdb-source-info): Treat case when source file is in another
20183 directory properly.
20184 (gdb-get-location): New function.
20185
20186 2005-02-07 Jay Belanger <belanger@truman.edu>
20187
20188 * calc/calc-prog.el (calc-write-parse-table-part)
20189 (calc-fix-token-name): Fix a check for language type.
20190
20191 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
20192
20193 2005-02-07 Andre Spiegel <spiegel@gnu.org>
20194
20195 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
20196 as directory not writable.
20197
20198 2005-02-07 Kim F. Storm <storm@cua.dk>
20199
20200 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
20201 (cua--standard-movement-commands): Remove list.
20202 Instead, set CUA property value to move for movement commands.
20203 (cua-movement-commands): Remove. Users must set CUA prop instead.
20204 (cua--pre-command-handler): Check CUA property.
20205 (cua--init-keymaps): Don't remap undo commands.
20206 (cua-mode): Don't call cua--rectangle-on-off.
20207
20208 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
20209 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
20210 (cua--rect-undo-set-point): New var.
20211 (cua--rectangle-undo-boundary): Setup undo apply entry.
20212 (cua--rect-undo-handler): New function for rectangle undo.
20213 (cua--rect-start-position, cua--rect-end-position): Add.
20214 (cua--rectangle-post-command): Call cua--rectangle-set-corners
20215 for restored rectangle. Set point if cua--rect-undo-set-point.
20216
20217 2005-02-06 Jay Belanger <belanger@truman.edu>
20218
20219 * calc/calc-lang.el (calc-tex-language): Display more information
20220 in messages.
20221
20222 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
20223 in TeX mode.
20224
20225 2005-02-06 Richard M. Stallman <rms@gnu.org>
20226
20227 * emacs-lisp/lisp.el (buffer-end): Doc fix.
20228
20229 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
20230
20231 * net/ldap.el (ldap-search-internal): Support attributes with
20232 optional descriptions separated by a semi-colon, as in
20233 "userCertificate;binary".
20234
20235 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20236
20237 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
20238 isn't a cons (i.e. the version is 0).
20239
20240 2005-02-05 Eli Zaretskii <eliz@gnu.org>
20241
20242 * help.el (help-for-help): Doc fix.
20243
20244 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
20245
20246 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
20247 GDB-Windows on the menu-bar as this works better.
20248
20249 2005-02-04 Jay Belanger <belanger@truman.edu>
20250
20251 * calc/calc-embed.el (calc-embedded-update): Don't put in
20252 unnecessary newlines. Adjust the end of formula marker.
20253
20254 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
20255 (math-latex-parse-two-args): New function.
20256
20257 2005-02-03 Lute Kamstra <lute@gnu.org>
20258
20259 * help-fns.el (help-with-tutorial): Make sure that users cannot
20260 remove the entire text of the tutorial by means of `undo'.
20261
20262 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
20263
20264 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
20265 in recent changes, where the ispell process was repeatedly
20266 killed & restarted.
20267
20268 * international/mule-cmds.el (set-locale-environment): Set file-name
20269 coding system to utf-8 on Darwin systems.
20270 (set-default-coding-systems): Don't set default-file-name-coding-system
20271 on Darwin systems.
20272
20273 2005-02-03 Richard M. Stallman <rms@gnu.org>
20274
20275 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
20276
20277 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
20278
20279 * faces.el (list-faces-display): Add optional argument.
20280
20281 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20282
20283 * font-core.el (font-lock-default-function): Handle the rare case where
20284 only font-lock-keywords is set.
20285
20286 2005-02-02 Kenichi Handa <handa@m17n.org>
20287
20288 * international/characters.el: Cancel previous change for
20289 I-WITH-DOT-ABOVE and DOTLESS-i.
20290
20291 * international/latin-5.el: Cancel previous change.
20292
20293 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20294
20295 * progmodes/gud.el: Correction to syntax in gud-menu-map.
20296
20297 2005-02-02 Kenichi Handa <handa@m17n.org>
20298
20299 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
20300 DOTLESS-i.
20301
20302 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
20303 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
20304
20305 * case-table.el (get-upcase-table): New function.
20306 (copy-case-table): Copy upcaes table too if non-nil.
20307 (set-case-syntax-delims): Maintain upcase table too.
20308 (set-case-syntax-pair): Likewise.
20309 (set-upcase-syntax, set-downcase-syntax): New functions.
20310 (set-case-syntax): Maintain upcase table too.
20311
20312 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
20313
20314 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
20315
20316 * progmodes/gud.el (gud-goto-info): New function.
20317 (gud-tool-bar-map): Use correct icon.
20318
20319 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20320
20321 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
20322 When delegating, order args in the funcall correctly.
20323
20324 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
20325
20326 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
20327
20328 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
20329
20330 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
20331 buffer not visiting a file.
20332
20333 2005-01-31 Jay Belanger <belanger@truman.edu>
20334
20335 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
20336 bound on the line with the formula.
20337
20338 2005-01-31 Kim F. Storm <storm@cua.dk>
20339
20340 * ses.el (ses-create-cell-variable-range)
20341 (ses-destroy-cell-variable-range, ses-reset-header-string)
20342 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
20343 (ses-insert-row): Fix format of apply undo entries.
20344
20345 2005-01-31 Jay Belanger <belanger@truman.edu>
20346
20347 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
20348 parts.
20349
20350 * calc/calc-embed.el (calc-embedded-open-formula)
20351 (calc-embedded-close-formula): Ignore matrix environments.
20352
20353 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
20354 TeX mode.
20355
20356 * calc/calc-lang.el (math-function-table, math-oper-table)
20357 (math-variable-table): Adjust the LaTeX portions.
20358
20359 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
20360 (math-latex-ignore-words): New constant.
20361
20362 2005-01-31 Richard M. Stallman <rms@gnu.org>
20363
20364 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
20365 (ispell-local-dictionary): Doc fix.
20366 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
20367 Don't reinitialize at run time. Don't defcustom.
20368 All uses changed to append ispell-local-dictionary-alist,
20369 or check it first.
20370 (ispell-current-dictionary): New variable for dictionary in use.
20371 (ispell-dictionary): Now used only for global default.
20372 (ispell-start-process): Set ispell-current-dictionary,
20373 not ispell-dictionary.
20374 (ispell-change-dictionary): Use this only for setting
20375 user preferences.
20376 (ispell-internal-change-dictionary): New function
20377 to change the current dictionary in use.
20378 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
20379 Use ispell-current-dictionary.
20380 Handle ispell-local-dictionary-overridden.
20381 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
20382
20383 2005-01-31 Jay Belanger <belanger@truman.edu>
20384
20385 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
20386
20387 * calc/calc-ext.el: Add calc-latex-language to autoloads.
20388 (calc-mode-map): Add calc-latex-language.
20389
20390 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
20391 (math-latex-print-frac): New functions.
20392 (math-oper-table, math-function-table, math-variable-table)
20393 (math-complex-format, math-input-filter): Add latex properties.
20394 (calc-set-language): Set math-expr-special-function-mapping.
20395
20396 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
20397 (calc-write-parse-table-part): Add LaTeX support.
20398
20399 * calc/calc.el (calc-language): Adjust docstring.
20400 (calc-set-mode-line): Add LaTeX support.
20401 (math-expr-special-function-mapping): New variable.
20402 (math-tex-ignore-words): Add to list.
20403
20404 * calc/calccomp.el (math-compose-expr, math-compose-rows):
20405 Add LaTeX support.
20406 (math-compose-expr): Add support for special functions.
20407
20408 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
20409
20410 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
20411
20412 * progmodes/gdb-ui.el (gdb-memory-address)
20413 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
20414 (gdb-memory-mode-map, gdb-memory-format-keymap)
20415 (gdb-memory-format-menu, gdb-memory-unit-keymap)
20416 (gdb-memory-unit-menu): New variables for a buffer
20417 that lets the user examine program memory.
20418 (gdb-memory-set-address, gdb-memory-set-repeat-count)
20419 (gdb-memory-format-binary, gdb-memory-format-octal)
20420 (gdb-memory-format-unsigned, gdb-memory-format-signed)
20421 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
20422 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
20423 (gdb-memory-unit-word, gdb-memory-unit-halfword)
20424 (gdb-memory-unit-byte, gdb-memory-unit-menu)
20425 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
20426 (gdb-memory-mode, gdb-memory-buffer-name)
20427 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
20428 New functions for above buffer.
20429
20430 2005-01-30 Richard M. Stallman <rms@gnu.org>
20431
20432 * cus-edit.el (custom-bury-buffer): Function deleted.
20433 (custom-buffer-done-function): Option deleted.
20434 (custom-buffer-done-kill): New replacement option.
20435 (Custom-buffer-done): Call quit-window.
20436 (custom-buffer-create-internal): Update for above changes.
20437
20438 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
20439
20440 * simple.el (undo-ask-before-discard): New var.
20441 (undo-outer-limit-truncate): Implement it.
20442 (undo-extra-outer-limit): Doc update.
20443
20444 2005-01-29 Richard M. Stallman <rms@gnu.org>
20445
20446 * ses.el (undo-more): Delete defadvice.
20447 (ses-begin-change): Doc fix.
20448
20449 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
20450 instead of rebinding C-x u and C-_.
20451
20452 * files.el (normal-backup-enable-predicate): Return nil for files
20453 in /tmp, regardless of temporary-file-directory.
20454
20455 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
20456
20457 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
20458 (open-rectangle, delete-whitespace-rectangle-line)
20459 (clear-rectangle-line): If FILL, pass t instead of FILL
20460 for move-to-column's 2nd arg.
20461
20462 * simple.el (undo): Fix the test for continuing a series of undos.
20463 (undo-more): Set pending-undo-list to t when we reach end.
20464 (pending-undo-list): Move up defvar.
20465
20466 * wid-edit.el (widget-button-click):
20467 Shorten the range of the track-mouse binding.
20468
20469 * comint.el (comint-insert-input): Undo previous changes;
20470 use last-input-event in interactive spec.
20471
20472 2005-01-29 Eli Zaretskii <eliz@gnu.org>
20473
20474 * progmodes/compile.el (compilation-start): Bind buffer-read-only
20475 to nil before invoking call-process. Reset buffer's modified flag
20476 after fontifying it in the no-async branch.
20477
20478 * wid-edit.el (widget-specify-button): If mouse pointer shape
20479 cannot be changed, use mouse face instead.
20480
20481 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
20482
20483 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
20484 (gdb-goto-breakpoint): Make breakpoint handling work on template
20485 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
20486 (gdb-assembler-custom): Update to recognize breakpoint information
20487 added on 2005-01-19.
20488
20489 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
20490
20491 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
20492 (dsssl-mode): Use define-derived-mode.
20493 (scheme-mode-initialize): Remove.
20494 (scheme-mode): Use run-mode-hooks.
20495
20496 * cus-edit.el (customize-group-other-window)
20497 (custom-buffer-create-other-window): Don't override special-display-*.
20498 (custom-mode-map): Make it dense.
20499
20500 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
20501 sets the default value.
20502
20503 2005-01-28 Eli Zaretskii <eliz@gnu.org>
20504
20505 * descr-text.el: Add more keywords.
20506
20507 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20508
20509 * speedbar.el: Avoid unnecessary use of locate-library.
20510
20511 * international/mule-cmds.el (standard-display-european-internal):
20512 Don't fiddle with latin-1 non-break space any more since it's now
20513 special cased in the C code.
20514 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
20515
20516 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
20517
20518 * cus-start.el (all): Add `undo-outer-limit'.
20519
20520 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
20521
20522 * textmodes/bibtex.el (bibtex-format-entry):
20523 Use `bibtex-empty-field-re' only on the text of fields, not on entire
20524 field lines.
20525 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
20526 not on part of a buffer.
20527
20528 2005-01-25 Lute Kamstra <lute@gnu.org>
20529
20530 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
20531 nonempty field text strings like "{letters\\macro{}more letters}".
20532 Clarify docstring.
20533 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
20534 (bibtex-entry-offset, bibtex-parse-association)
20535 (bibtex-parse-field-name): Fix typos in docstrings.
20536 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
20537
20538 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
20539
20540 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
20541 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
20542 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
20543 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
20544
20545 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
20546 isearch minor mode.
20547
20548 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
20549
20550 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
20551
20552 2005-01-24 Lute Kamstra <lute@gnu.org>
20553
20554 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
20555 CASECHARS and NOT-CASECHARS regular expressions of the
20556 "nederlands" and "nederlands8" dictionaries to prevent a "Range
20557 striding over charsets" error.
20558
20559 2005-01-24 Jay Belanger <belanger@truman.edu>
20560
20561 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
20562 display variable name.
20563
20564 2005-01-24 Kenichi Handa <handa@m17n.org>
20565
20566 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
20567 Fix setting of the element of encoded-kbd-iso2022-invocations.
20568
20569 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
20570
20571 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
20572 (gdb-threads-select): Change to also accept mouse events.
20573 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
20574 (gdb-threads-mouse-select): Delete.
20575
20576 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
20577
20578 * files.el (insert-directory): Take care of empty directory,
20579 listed without -a switch.
20580
20581 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
20582
20583 * textmodes/refill.el (refill-post-command-function):
20584 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
20585 to the list of functions that we should be careful not to undo.
20586 (refill-late-fill-paragraph-function): Remove.
20587 (refill-saved-state): New var.
20588 (refill-mode): Use it to save fill-paragraph-function.
20589 Save also the value of auto-fill-function.
20590
20591 * term/w32-win.el: Simplify code.
20592
20593 2005-01-23 Kim F. Storm <storm@cua.dk>
20594
20595 * simple.el (line-move): Adapt to new return value from
20596 pos-visible-in-window-p.
20597
20598 * simple.el (line-move): Fix last change. Check partial
20599 visibility at point rather than at window-start.
20600
20601 2005-01-22 Jason Rumney <jasonr@gnu.org>
20602
20603 * term/w32-win.el (xw-defined-colors): Remove debug-message.
20604
20605 2005-01-22 David Kastrup <dak@gnu.org>
20606
20607 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
20608
20609 2005-01-22 Eli Zaretskii <eliz@gnu.org>
20610
20611 * type-break.el (type-break-mode): Add a test for
20612 type-break-file-name being non-nil.
20613
20614 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
20615
20616 * net/eudc.el (top level): Call (message "") via progn, so that
20617 eudc-options-file is loaded.
20618
20619 2005-01-22 Kim F. Storm <storm@cua.dk>
20620
20621 * simple.el (line-move-1): Rename from line-move.
20622 (line-move): New function that adjusts vscroll for partially
20623 visible rows, and calls line-move-1 otherwise.
20624
20625 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
20626
20627 * pcomplete.el: Define pcomplete-read-event instead of read-event,
20628 since it's not a complete read-event implementation
20629
20630 2005-01-20 Jay Belanger <belanger@truman.edu>
20631
20632 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
20633 for called function.
20634
20635 2005-01-20 Steven Tamm <steventamm@mac.com>
20636
20637 * term/mac-win.el (process-connection-type): Remove.
20638 Controlled now by s/darwin.h:PTY_ITERATION.
20639
20640 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20641
20642 * window.el (handle-select-window): Don't switch window when we're
20643 in the minibuffer.
20644
20645 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
20646
20647 * subr.el (dotimes-with-progress-reporter): New macro.
20648
20649 * ses.el (ses-dotimes-msg): Remove macro.
20650 Use `dotimes-with-progress-reporter' instead.
20651
20652 2005-01-19 Steven Tamm <steventamm@mac.com>
20653
20654 * term/mac-win.el (process-connection-type): Use new
20655 operating-system-release variable to use ptys on Darwin 7 (OS X
20656 10.3) when using carbon build.
20657
20658 2005-01-19 Jay Belanger <belanger@truman.edu>
20659
20660 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
20661 flags if the last command was a tab or M-tab.
20662
20663 * calc/calc-prog.el (calc-user-define-edit): Put original formula
20664 in formula editing buffer.
20665
20666 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20667
20668 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
20669 breakpoint image symbol in margin.
20670
20671 2005-01-19 Jay Belanger <belanger@truman.edu>
20672
20673 * calc/calc-prog.el (calc-execute-kbd-macro):
20674 Ignore calc-keep-arg-flag.
20675
20676 2005-01-19 Kenichi Handa <handa@m17n.org>
20677
20678 * textmodes/ispell.el (ispell-looking-at): New function.
20679 (ispell-process-line): Use ispell-looking-at to compare the ispell
20680 output and the buffer contents.
20681
20682 2005-01-18 Jay Belanger <belanger@truman.edu>
20683
20684 * calc/calc.el (calc-display-raw): Fix docstring.
20685
20686 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
20687
20688 * simple.el (blink-matching-open): Strip extra info from syntax.
20689
20690 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
20691 funny chars in the end-of-here-doc marker.
20692
20693 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
20694
20695 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
20696 that enable/disabled state of breakpoints is shown correctly in
20697 fringe and on ttys.
20698 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
20699 Add breakpoint information as text properties.
20700 (gdb-mouse-toggle-breakpoint):
20701 Rename to gdb-mouse-set-clear-breakpoint.
20702 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
20703 breakpoints in the margin.
20704 (gdb-remove-strings): Simplify.
20705
20706 2005-01-17 Jay Belanger <belanger@truman.edu>
20707
20708 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
20709 erasing buffer.
20710
20711 2005-01-17 Richard M. Stallman <rms@gnu.org>
20712
20713 * progmodes/grep.el (grep-find): Copy from `grep' the condition
20714 for calling grep-compute-defaults.
20715
20716 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
20717 if buffer is empty.
20718
20719 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
20720
20721 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
20722
20723 * hilit-chg.el (highlight-changes-mode): Don't autoload.
20724
20725 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
20726 non-preloaded variables.
20727
20728 2005-01-17 Steven Tamm <steventamm@mac.com>
20729
20730 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
20731 tex-shell cause to force interactivity when using pipes.
20732
20733 2005-01-17 Kim F. Storm <storm@cua.dk>
20734
20735 * simple.el (just-one-space): Make arg optional.
20736
20737 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
20738
20739 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
20740 posn-at-x-y to t to access left-margin.
20741
20742 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
20743
20744 Sync with Tramp 2.0.47.
20745
20746 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
20747 catching keep-date problems in cp/scp operations.
20748 (tramp-handle-copy-file): Don't call `set-file-modes'
20749 unconditionally. Specialized functions should know better what is
20750 necessary. This improves performance a little bit, and the
20751 functions could catch errors with `cp -p' and `scp -p'.
20752 (tramp-do-copy-or-rename-file-via-buffer)
20753 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
20754 when appropriate.
20755 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
20756 Call `set-file-modes' when appropriate.
20757 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
20758 Johnsson <isak@hypergene.com>
20759 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
20760 of both Tramp buffer and debug buffer. Reported by Joakim Verona
20761 <joakim@verona.se>
20762 (tramp-file-name-for-operation): Mark `shell-command' as magic for
20763 Emacs only.
20764
20765 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
20766 `find-file-hooks' and `dired-mode-hook'.
20767 (tramp-minor-mode-map): Respective map. Add remapping for
20768 `compile' and `recompile'.
20769 (tramp-remap-command, tramp-recompile): New defuns.
20770 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
20771 in buffer "*Compilation*". Call the commands asynchronously.
20772
20773 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
20774 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
20775 `shell-command', because it isn't magic in XEmacs. Reported by
20776 Adrian Aichner <adrian@xemacs.org>.
20777
20778 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
20779 `substitute-in-file-name.
20780 (tramp-smb-handle-substitute-in-file-name): New defun.
20781 (tramp-smb-advice-PC-do-completion): Delete advice.
20782
20783 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
20784
20785 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
20786 Fix error in deleting region.
20787
20788 2005-01-15 Richard M. Stallman <rms@gnu.org>
20789
20790 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
20791 In non-temp buffer, switch syntax table temporarily.
20792
20793 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
20794
20795 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
20796
20797 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
20798
20799 * imenu.el (imenu--split-menu): Copy menulist before sorting.
20800 (imenu--generic-function): Use START, not BEG, as pos of definition.
20801
20802 * simple.el (just-one-space): Argument specifies number of spaces.
20803
20804 * simple.el (eval-expression-print-format): Avoid warning
20805 about edebug-active.
20806
20807 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
20808
20809 * progmodes/sh-script.el: Code copied from make-mode.el
20810 with small changes,
20811 (sh-mode-map): Bind C-c C-\.
20812 (sh-backslash-column, sh-backslash-align): New variables.
20813 (sh-backslash-region, sh-append-backslash): New functions.
20814
20815 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
20816
20817 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
20818 (rmail-pop-password, rmail-pop-password-required): Move to
20819 rmail-obsolete group.
20820 (rmail-set-pop-password): Rename to rmail-set-remote-password.
20821 All callers updated.
20822 (rmail-get-pop-password): Rename to rmail-get-remote-password.
20823 Take an argument specifying whether it is POP or IMAP mailbox we
20824 are using. All callers updated.
20825 (rmail-pop-password-error): Rename to
20826 rmail-remote-password-error. Added mailutils-specific error message.
20827 (rmail-movemail-search-path)
20828 (rmail-movemail-variant-in-use): New variables.
20829 (rmail-remote-password, rmail-remote-password-required):
20830 New customization variables.
20831 (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
20832 (rmail-parse-url): New function.
20833 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
20834 with GNU mailutils movemail.
20835
20836 2005-01-15 Kevin Ryde <user42@zip.com.au>
20837
20838 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
20839 suffix to space, $ or '$, to correctly position point when going
20840 to @table style constants like DBL_MAX.
20841
20842 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
20843
20844 * type-break.el (type-break-mode, type-break-file-time)
20845 (type-break-file-keystroke-count, type-break-choose-file):
20846 Don't store data in or load data from the file if type-break-file-name
20847 is nil.
20848 (type-break-file-name): Doc update as per the above.
20849
20850 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
20851
20852 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
20853 lookup-key might return nil; handle that.
20854
20855 2005-01-15 Alan Mackenzie <acm@muc.de>
20856
20857 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
20858 rather than the element found, thus enabling the tree to be setcar'd.
20859
20860 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20861
20862 * textmodes/org.el (org-show-following-heading): New option.
20863 (org-show-hierarchy-above): Use `org-show-following-heading'.
20864 (org-cycle): Documentation fix.
20865
20866 * textmodes/org.el (orgtbl-optimized): New option
20867 (orgtbl-mode): New command, a minor mode.
20868 (orgtbl-mode-map): New variable.
20869 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
20870 (orgtbl-error, orgtbl-self-insert-command)
20871 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
20872
20873 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
20874 a local variable in each org-mode buffer.
20875
20876 * textmodes/org.el (org-set-regexps-and-options): Rename from
20877 `org-set-regexps'. Added checking for STARTUP keyword.
20878 (org-get-current-options): Add STARTUP options.
20879 (org-table-insert-row): Make mode intelligent about when
20880 realignment is needed.
20881 (org-self-insert-command, org-delete-backward-char, org-delete-char):
20882 New commands.
20883 (org-enable-table-editor): New default value `optimized'.
20884 (org-table-blank-field): Support blanking regions if active.
20885
20886 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
20887
20888 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
20889 if the year is not given.
20890
20891 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
20892 Add new escapes %m and %M, fixed bug with %F by adding
20893 save-match-data.
20894 (reftex-reference): Remove ?. from list of spaces.
20895 (reftex-label-info): Add automatic label prefix recognition.
20896
20897 * textmodes/reftex-index.el (reftex-index-next-phrase):
20898 Add slave parameter to call of `reftex-index-this-phrase'.
20899 (reftex-index-this-phrase): New optional argument.
20900 (reftex-index-region-phrases): Add slave parameter to call of
20901 `reftex-index-this-phrase'.
20902 (reftex-display-index): New argument redo.
20903 (reftex-index-rescan): Add `redo' to arguments of
20904 `reftex-display-index'.
20905 (reftex-index-Rescan, reftex-index-revert)
20906 (reftex-index-switch-index-tag): Add `redo' to arguments of
20907 `reftex-display-index'.
20908 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
20909 indexing. Fix bug with matching is there is a quote before or
20910 after the word.
20911
20912 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
20913 Fix bug when collecting citation keys in lines with comments.
20914 (reftex-citation): Prefix argument no longer rescans the document,
20915 but forces prompting for optional arguments of cite macros.
20916 (reftex-do-citation): Prompting for optional arguments implemented.
20917
20918 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
20919 Add optional arguments to most cite commands.
20920 (reftex-cite-cleanup-optional-args): New option
20921 (reftex-cite-prompt-optional-args): New option.
20922 (reftex-trust-label-prefix): New option.
20923
20924 * textmodes/reftex-toc.el (reftex-toc-find-section):
20925 Add push-mark before changing the position in the buffer.
20926
20927 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
20928 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
20929
20930 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
20931
20932 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
20933 more carefully.
20934
20935 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
20936
20937 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
20938 (sgml-mode): Use it.
20939 (sgml-get-context): Better keep track of implicitly closed tags.
20940
20941 2005-01-13 Kenichi Handa <handa@m17n.org>
20942
20943 * textmodes/ispell.el: These changes are to fix misalignment error
20944 caused by equivalent characters of different Emacs charsets.
20945 (ispell-unified-chars-table): New variable.
20946 (ispell-get-decoded-string): New function.
20947 (ispell-get-casechars, ispell-get-not-casechars)
20948 (ispell-get-otherchars): Call ispell-get-decoded-string.
20949
20950 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
20951
20952 * custom.el (custom-declare-variable): Just put symbol instead
20953 of (defvar . symbol) in `current-load-list'.
20954
20955 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
20956
20957 * emacs-lisp/elint.el: Fixed typo in Commentary section.
20958
20959 2005-01-12 Jay Belanger <belanger@truman.edu>
20960
20961 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
20962 to create a Calc summary.
20963
20964 2005-01-12 Kim F. Storm <storm@cua.dk>
20965
20966 * mouse.el (mouse-on-link-p): Change functionality and doc
20967 string to comply with latest description in lisp ref.
20968
20969 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
20970
20971 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
20972 Enable mouse clicks on mode-line, header-line and margin.
20973 (event-type): Give mouse event symbols an `event-kind' property
20974 with value `mouse-click'.
20975
20976 2005-01-12 Juri Linkov <juri@jurta.org>
20977
20978 * facemenu.el (list-colors-display): Add new arg buffer-name.
20979 Use it. Fix docstring. Replace code for identifying duplicate
20980 colors by the name with call to `list-colors-duplicates' which
20981 identifies duplicate colors by the value unless the color
20982 is one of special Windows colors. Set truncate-lines to t.
20983 Print sorted duplicate color names on each line. Indent to 22
20984 \(the longest color name in rgb.txt) instead of 20. Optimize.
20985 (list-colors-duplicates): New function.
20986 (facemenu-color-name-equal): Delete function.
20987
20988 * facemenu.el (list-colors-print): New function created from code
20989 in list-colors-display. Print #RRGGBB at the window right edge.
20990 (list-colors-display): When temp-buffer-show-function is not
20991 defined, call list-colors-print from temp-buffer-show-hook
20992 to get the right value of window-width in list-colors-print
20993 after the buffer is displayed.
20994
20995 * simple.el (pop-mark): Move deactivate-mark out of conditional
20996 part to deactivate the active mark regardless of the state of the
20997 mark ring.
20998
20999 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
21000 variables line in desktop files.
21001
21002 2005-01-12 Juri Linkov <juri@jurta.org>
21003
21004 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
21005 Bring together isearch highlight related options.
21006 (lazy-highlight): Replace group `replace' by `matching'.
21007 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21008 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21009 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
21010 and declare them obsolete.
21011 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
21012 (isearch-faces): Remove defgroup.
21013 (isearch-overlay, isearch-highlight, isearch-dehighlight):
21014 Move isearch highlighting code closer to lazy highlighting code.
21015
21016 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
21017 (query-replace-highlight, query-replace-lazy-highlight)
21018 (query-replace): Move definitions to the beginning of the file.
21019
21020 2005-01-11 Juri Linkov <juri@jurta.org>
21021
21022 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
21023 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
21024 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
21025
21026 * info.el (Info-history-forward): New variable.
21027 (Info-select-node): Reset Info-history-forward to nil.
21028 (Info-last): Turn into defalias.
21029 (Info-history-back): Rename from Info-last.
21030 Add current node to Info-history-forward.
21031 (Info-history-forward): New fun.
21032 (Info-mode-map): Replace Info-last by Info-history-back.
21033 Bind Info-history-forward to "r".
21034 (Info-mode-menu): Replace Info-last by Info-history-back.
21035 Fix menu item text. Add menu item for Info-history-forward.
21036 (info-tool-bar-map): Replace Info-last by Info-history-back.
21037 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
21038 for Info-history-forward.
21039 (Info-mode): Replace Info-last by Info-history-back in docstring.
21040 Add local variable Info-history-forward.
21041 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
21042
21043 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
21044
21045 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
21046 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
21047 Ignore select-window events rather than fiddle with
21048 mouse-autoselect-window.
21049
21050 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
21051
21052 * type-break.el (type-break-mode): Fix previous change.
21053
21054 2005-01-10 Jay Belanger <belanger@truman.edu>
21055
21056 * calc/calc-ext.el (calc-reset): Reset when inside embedded
21057 calculator; only reset when point is inside a calculator.
21058 Don't adjust the window height if the window takes up the whole height
21059 of the frame.
21060
21061 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
21062
21063 * ebuff-menu.el (Electric-buffer-menu-mode):
21064 Preserve value of buffer-local var header-line-format.
21065
21066 2005-01-09 Jay Belanger <belanger@truman.edu>
21067
21068 * calc/calc.el (calc-mode-var-list-restore-saved-values):
21069 Make sure settings file exists before accessing it.
21070
21071 * calc/calc-embed.el (calc-embedded-subst):
21072 Replace math-multi-subst-rec, which is only supposed to be called
21073 by math-multi-subst, by math-multi-subst.
21074
21075 2005-01-09 Andre Spiegel <spiegel@gnu.org>
21076
21077 * vc.el (vc-allow-async-revert): New user option.
21078 (vc-disable-async-diff): New internal variable.
21079 (vc-revert-buffer): Use them to disable asynchronous diff.
21080
21081 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
21082 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
21083 asynchronously if vc-disable-async-diff is t.
21084
21085 2005-01-09 Jay Belanger <belanger@truman.edu>
21086
21087 * calc/calc.el (defcalcmodevar): New macro.
21088 (calc-mode-var-list-restore-default-values)
21089 (calc-mode-var-list-restore-saved-values): New functions.
21090 (calc-mode-var-list): Use defcalcmodevar to define it.
21091 (calc-always-load-extensions, calc-line-numbering)
21092 (calc-line-breaking, calc-display-just, calc-display-origin)
21093 (calc-number-radix, calc-leading-zeros, calc-group-digits)
21094 (calc-group-char, calc-point-char, calc-frac-format)
21095 (calc-prefer-frac, calc-hms-format, calc-date-format)
21096 (calc-float-format, calc-full-float-format, calc-complex-format)
21097 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
21098 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
21099 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
21100 (calc-matrix-brackets, calc-language, calc-language-option)
21101 (calc-left-label, calc-right-label, calc-word-size)
21102 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
21103 (calc-display-raw, calc-internal-prec, calc-angle-mode)
21104 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
21105 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
21106 (calc-window-height, calc-display-trail, calc-show-selections)
21107 (calc-use-selections, calc-assoc-selections)
21108 (calc-display-working-message, calc-auto-why, calc-timing)
21109 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
21110 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
21111 (calc-gnuplot-default-device, calc-gnuplot-default-output)
21112 (calc-gnuplot-print-device, calc-gnuplot-print-output)
21113 (calc-gnuplot-geometry, calc-graph-default-resolution)
21114 (calc-graph-default-resolution-3d, calc-invocation-macro)
21115 (calc-show-banner): Use defcalcmodevar to declare them and set
21116 their default values.
21117
21118 * calc/calc-ext.el (calc-reset): Restore saved values of variables
21119 instead of default values (but restore default values if there is
21120 an argument of 0).
21121
21122 2005-01-09 David Kastrup <dak@gnu.org>
21123
21124 * desktop.el (desktop-restore-eager): Fix typo in type.
21125
21126 2005-01-08 Richard M. Stallman <rms@gnu.org>
21127
21128 * cus-edit.el (customize): Delete :link.
21129
21130 2005-01-08 Jay Belanger <belanger@truman.edu>
21131
21132 * calc/calc.el (calc-mode): Remove the extension from the
21133 `calc-settings-file' file name when loading it.
21134
21135 2005-01-08 Kim F. Storm <storm@cua.dk>
21136
21137 * info.el (Info-mode-map, Info-next-link-keymap)
21138 (Info-prev-link-keymap, Info-up-link-keymap):
21139 Map follow-link to mouse-face.
21140 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
21141
21142 2005-01-08 Jay Belanger <belanger@truman.edu>
21143
21144 * calc/calc.el (calc-settings-file): Change default value.
21145 Suggested by cgw in a comment in calc-mode.el.
21146
21147 * calc/calc-mode.el (calc-settings-file-name):
21148 Compare calc-settings-file to user-init-file instead of ~/.emacs.
21149 Replace ~/.emacs in a prompt by calc-settings-file.
21150
21151 2005-01-07 Lars Hansen <larsh@math.ku.dk>
21152
21153 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
21154 (desktop-lazy-idle-delay): New customizable variables.
21155 (desktop-buffer-args-list): New variable.
21156 (desktop-append-buffer-args): New function.
21157 (desktop-save): Call desktop-append-buffer-args for some buffers.
21158 (desktop-lazy-create-buffer): New function.
21159 (desktop-idle-create-buffers): New function.
21160 (desktop-read): Add message about buffers to restore lazily.
21161 (desktop-lazy-abort): New command.
21162 (desktop-clear): Call desktop-lazy-abort.
21163 (desktop-lazy-complete): New command.
21164
21165 2005-01-06 Richard M. Stallman <rms@gnu.org>
21166
21167 * emacs-lisp/find-func.el (find-face-definition):
21168 Rename from find-face.
21169
21170 2005-01-06 Kim F. Storm <storm@cua.dk>
21171
21172 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
21173
21174 * man.el (Man-xref-man-page, Man-xref-header-file)
21175 (Man-xref-normal-file): Add follow-link property.
21176
21177 2005-01-06 Jay Belanger <belanger@truman.edu>
21178
21179 * calc/calc-units.el: Make sure the proper macro definitions are
21180 available when compiling.
21181
21182 2005-01-06 Juri Linkov <juri@jurta.org>
21183
21184 * isearch.el (isearch-lazy-highlight-update):
21185 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
21186
21187 2005-01-06 Miles Bader <miles@gnu.org>
21188
21189 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
21190 (isearch-lazy-highlight-face): Use new name.
21191
21192 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
21193
21194 * uniquify.el (uniquify-rationalize-file-buffer-names):
21195 Re-add an interactive spec.
21196 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
21197 to the same name.
21198
21199 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
21200 (isearch-update, isearch-done): Adjust calls accordingly.
21201
21202 2005-01-05 Richard M. Stallman <rms@gnu.org>
21203
21204 * custom.el (custom-set-variables, custom-theme-set-variables):
21205 Clarify documentation.
21206
21207 * emacs-lisp/find-func.el (find-variable)
21208 (find-variable-other-window, find-variable-other-frame):
21209 Fix the TYPE args to find-function-read and find-function-do-it.
21210 (find-function): Doc fix.
21211 (find-function-at-point): Replace function-at-point alias.
21212
21213 2005-01-04 Richard M. Stallman <rms@gnu.org>
21214
21215 * cus-face.el (custom-declare-face):
21216 Record defface in current-load-list.
21217
21218 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
21219
21220 * emacs-lisp/find-func.el: Doc fixes.
21221 (find-face-regexp): New variable.
21222 (find-function-regexp-alist): New variable.
21223 (find-function-C-source): Third arg is now TYPE.
21224 (find-function-search-for-symbol): Handle general TYPE.
21225 (find-function-read, find-function-do-it): Handle general TYPE.
21226 (find-definition-noselect, find-face): New functions.
21227 (function-at-point): Alias deleted.
21228
21229 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
21230
21231 * battery.el (display-battery-mode): Rename from display-battery.
21232 Handle the case where it gets turned off.
21233
21234 2005-01-04 Richard M. Stallman <rms@gnu.org>
21235
21236 * cus-edit.el (customize): Make :link point to user doc.
21237
21238 * man.el (Man-fontify-manpage): Turn off undo generation.
21239
21240 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
21241
21242 2005-01-04 Andreas Schwab <schwab@suse.de>
21243
21244 * files.el (insert-directory): Only look for error lines in
21245 inserted text. Don't move too far after processing --dired markers.
21246
21247 2005-01-04 Richard M. Stallman <rms@gnu.org>
21248
21249 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
21250 Don't expand if the character is @, period, dash, etc.
21251 (define-mail-abbrev): Quote names that contain problem characters.
21252
21253 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
21254
21255 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
21256
21257 2005-01-03 Richard M. Stallman <rms@gnu.org>
21258
21259 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
21260 (query-replace-highlight, query-replace-lazy-highlight)
21261 (query-replace): Definitions moved up. Doc fix.
21262
21263 2005-01-03 Richard M. Stallman <rms@gnu.org>
21264
21265 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
21266 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
21267 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
21268 (lazy-highlight-face): Rename from isearch-lazy-...
21269 Change all references to them.
21270
21271 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
21272
21273 * cus-edit.el (custom-file): Doc fix for defcustom.
21274 (custom-file): The function no longer sets the variable
21275 `custom-file' to its return value.
21276
21277 * startup.el (command-line): No longer load `custom-file'.
21278
21279 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
21280
21281 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
21282
21283 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
21284 Don't confuse module-prefixed identifiers for labels.
21285 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
21286
21287 2005-01-02 Richard M. Stallman <rms@gnu.org>
21288
21289 * files.el (basic-save-buffer-1): Fix previous change.
21290
21291 * loadhist.el (file-loadhist-lookup): New function.
21292 (file-provides, file-requires): Use it.
21293
21294 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
21295 instead of calculating the right size.
21296
21297 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
21298
21299 * vc-svn.el (vc-svn-diff): Stay local if possible.
21300
21301 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
21302
21303 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
21304
21305 * files.el (hack-local-variables): Fix last change.
21306
21307 2005-01-02 Jay Belanger <belanger@truman.edu>
21308
21309 * calc/calc-yank.el (calc-edit-top): New variable.
21310 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
21311 object. Change header properties.
21312 (calc-edit-finish, calc-edit-finish-stack-object)
21313 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
21314 edited object.
21315 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
21316 for the beginning of the edited object.
21317 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
21318 for the beginning of the edited object.
21319 * calc/calc-prog.el (calc-edit-macro-finish-edit)
21320 (calc-finish-formula-edit, calc-macro-repeats)
21321 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
21322 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
21323 beginning of the edited object.
21324 (calc-user-define-edit): Change the header for editing macros.
21325 Remove unnecessary variable.
21326
21327 2005-01-01 Jay Belanger <belanger@truman.edu>
21328
21329 * calc/calc-yank.el (calc-edit-mode): Change default header.
21330 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
21331 * calc/calc-store.el (calc-edit-variable): Change title to match new
21332 header.
21333 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
21334 mode to match new header.
21335 (calc-user-define-edit): Change titles to include names of commands.
21336 (calc-finish-formula-edit): Adjust to handle new header.
21337 (calc-finish-macro-edit): Remove.
21338 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
21339 (calc-edit-macro-command, calc-edit-macro-command-type)
21340 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
21341 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
21342 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
21343 (calc-edit-macro-finish-edit): New functions.
21344 (calc-user-define-edit): Use new functions to edit named calc macros.
21345
21346 2005-01-01 Stefan <monnier@iro.umontreal.ca>
21347
21348 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
21349
21350 * ses.el (copy-region-as-kill): Deactivate mark.
21351
21352 2005-01-01 Richard M. Stallman <rms@gnu.org>
21353
21354 * replace.el (occur-1): If the output buffer is also an input,
21355 don't kill it, rename it.
21356
21357 * faces.el (set-face-background, set-face-foreground): Doc fix.
21358
21359 * cus-face.el (custom-face-attributes): Fix :help-echo strings
21360 for :foreground and :background.
21361
21362 * dired.el (dired-view-command-alist): Variable deleted.
21363 (dired-view-file, dired-mouse-find-file-other-window):
21364 Delete the code to use it.
21365
21366 2005-01-01 Kim F. Storm <storm@cua.dk>
21367
21368 * image.el (insert-sliced-image): Use t for line-height property.
21369
21370 See ChangeLog.11 for earlier changes.
21371
21372 ;; Local Variables:
21373 ;; coding: iso-2022-7bit
21374 ;; End:
21375
21376 Copyright (C) 2005, 2006 Free Software Foundation, Inc.
21377 Copying and distribution of this file, with or without modification,
21378 are permitted provided the copyright notice and this notice are preserved.
21379
21380 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1